body {
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.75rem;
    font-size: 1.1rem;
    font-weight: 300;
    color:#1c1811;
    background-color: #1c1811;
    padding: 0;
    margin: 0;
}
html {
	margin: 0;
	padding: 0;
}
h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2rem;
    color: #1c1811;
    font-weight: 700;
    margin-top: 0rem;
    margin-bottom: 1rem;
    line-height: 2rem;
}
h1 em {
    font-style: normal;
    font-weight: 300;
}

h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2rem;
    color:#1c1811;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2rem;
}

h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5rem;
    color:#1c1811;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.3rem;
    color:#1c1811;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    line-height: 2rem;
}
p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
ul {
  padding: 0;
  margin: 0;
}
a {
    text-decoration:none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}



/* COOKIES */

#politique a:hover {
	color: #000;
}
.redAlert {
	color: #f9af0e;
}
#colorbox {
	z-index: 99999;
}
#cboxOverlay {
	z-index: 9999;
}
#cookies {
	position: fixed;
   background-color: rgba(0, 0, 0); /* white */
   background-color: rgba(0, 0, 0, .9); /* white with 50% opacity */
   background-color: rgba(0 0 0 / 0.9); /* CSS Colors 4 space-separated values */
	padding-top: 10px;
	box-shadow: 0px 0px 5px #c20404;
	z-index: 99999999;
	width:100%;
	height:100%;
	top: 0px;
	left: 0px;
	color:#000;
}
#cookiesPop {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    top:50%;
    left:50%;
    padding:20px;
    max-width:600px;
    text-align: justify;
    overflow-y: auto;
    max-height: 100%;    
    background: #fff;
    font-size: 0.9rem;
    line-height: 1.5rem;
}
#cookiesPop h2 {
    font-size: 1.25em;
    color: #f9af0e;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 700;
}
#cookiesPop label {
	margin: 7px 0px  3px 0px;
	color: #000;
}

#cookiesPop a {
	color: #f9af0e;
}
.cookiesLegend {
	font-size:0.9em;
	padding-top:10px;
	margin-top: 35px;
	border-top: solid 1px #ccc;
}
.cookie-button-container {
	margin-top: 30px;
}
.cookieNo {
	background-color:#333;
	color:#fff;
	border: none;
	text-transform: uppercase;
	font-weight:normal;
	font-width:1.3em;
	padding:7px 15px 5px 15px;
	margin-right:10px;
}
.cookieYes {
	background-color:#f9af0e;
	color:#fff;
	border: none;
	text-transform: uppercase;
	font-weight:normal;
	font-width:1.3em;
	padding:7px 14px 7px 12px;
	margin-right:10px;
}
#cookiesPop input[type="radio"] {
    margin-left:0px;
}
.rgpdFomrInclude {
	margin-top: 20px;
}
#popupResa .rgpdFomrInclude .radio input {
	display: inline-block;
	max-width: 10px;
	margin-right: 5px;
	margin-left: -20px;
	padding-left: 0;
	margin-top: -3px;
}
@media screen and (max-width: 599px) {
	#cookiesPop {
		position: absolute;
    	width: 93%;
		border:solid 1px #ccc;
		padding:10px;
		margin-left:0px;
	}
	.cookieNo, .cookieYes  {
		width:100%;
		margin-top:10px;
	}
}

/* PAGE */

header {
    padding: 6rem 0 4rem 0;
}
#logo {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
}
main  {
    background: url("../img/comingsoon/bkg-alveo-conseil-2.jpg") no-repeat right top #ffffff;
    background-size: 120%;
    padding-bottom:100px;
    position: relative;
}
@media (max-width: 1199px) {
    main {
      background-size: 115%;
    }
}

main .tel {
    font-size: 1.5rem;
    color: #1c1811;
    display: block;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
main .tel:hover {
    color: #4d89c5;
}
main .tel {
    font-size: 1.5rem;
    color: #1c1811;
    display: block;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
main .mail {
    font-size: 1.25rem;
    display: block;
    color: #1c1811;
    font-weight: 400;
}
main .mail:hover {
}
footer {
    
}
main > svg {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index:100;
}
#copyright {
    background: #1c1811;
    padding: 2rem 0;
}
#copyright, #copyright a {
    color: #fff;
    font-weight: 300;
    font-size:0.9rem;
}
#copyright a:hover {
    color: #4d89c5;
}
.linkdinFoot {
    float: right;
    display: block;
}
.linkdinFoot img {
    width: 50px;
    height: auto;
    display: block;
    margin-top: -13px;
}
#accroche  {
    display: block;
    background: #4d89c5;
    color: #fff;
    text-align: center;
    padding: 1rem;
    font-weight: 500;
    font-size:1.5rem;
}
#contact  {
    position: relative;
    padding-left: 3rem;
    border-left: solid 3rem #1c1811;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
#contact:before  {
    content: "";
    display: block;
    background: url("../img/commun/puces.svg") no-repeat left top;
    background-size: contain;
    position: absolute;
    height: 173px;
    width: 40px;
    left: -1rem;
    top: 1.5rem;
}
.adresse em {
    font-style: normal;
}
#mentions a  {
    color: #212529;
}
#mentions a:hover  {
    color: #4d89c5;
}
#mentions h2  {
    font-size: 1.25rem;
    margin: 2rem 0 1rem 0 !important;
    color:#4d89c5;
}

@media (max-width: 767px) {
    .container, .container-sm {
        max-width: 86%;
    }    
    #logo {
        width: 55%;
        margin-bottom: 3rem;
    }
    header {
        padding: 4rem 0 2rem 0;
    }
}
@media (max-width: 575px) {
    .container, .container-sm {
        max-width: 96%;
    }    
}
@media (max-width: 420px) {
    #logo {
        width: 100%;
        background: #fff;
        padding: 1.5rem 1.5rem 0rem 1.5rem;
        margin-bottom: 2rem;
    }
    header {
        padding: 10rem 0 2rem 0;
    }
    main  {
        background: url("../img/comingsoon/bkg-alveo-conseil-mob.jpg") no-repeat right top #ffffff;
        background-size: contain;
    }
    #contact {
        border-left: solid 2rem #1c1811;
    }
    .adresse {
        dmargin-top: 1rem !important;
    }
    .adresse strong, .adresse span {
        display: block;
    }
    .adresse em {
        display: none;
    }
    h1 {
        font-size: 1.75rem;
    }    
}


