@font-face{font-family:awb-icons;font-weight:400;font-style:normal;src:url(awb-icons.woff) format("woff");font-display:swap}


header {
    position: fixed;
    top: 0;
    z-index: 210;
    max-width: 100%;
    width: 100%;
    box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    height: 81px !important;
}
header .container, footer .container {
	max-width: 100%!important;
	padding: 0 6%;
}
.btn-header {
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 30px;
    border-radius: 0;
    border: none;
    border-left: 1px solid #e3e9ef;
    display: inline-block;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
}

.footer {
    padding: 24px 0;
	background-color:#0e5a6a;
	color:#fff;
}
.footer .col-adresse {
	font-size: 14px;
	color:#fff;
	line-height: 1.73
}
.footer .col-phone {
	font-size: 13px;
	color:#fff;
	line-height: 1.73;
}
.footer .col-social {
	font-size: 18px;
	color:#fff;
	line-height: 1.73
}
.col-phone a{
	border-bottom: 2px solid #197e94;
    padding: 6px 0px;
    margin-right: 30px;
	font-size:17px;
	line-height: 1.7;
	color:#fff;
	text-decoration: none;
}
.col-phone a:hover{
	border-bottom: 2px solid #fff;
}
.col-phone svg {
    vertical-align: middle;
}
.far, .fas, .fa {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
	color:#fff;
}
.fa-phone-alt:before {
    content: "\f098";
}
.fa-phone-square-alt:before {
    content: "\f87b";
}
.fa-envelope:before {
    content: "\f0e0";
}
.awb-icon-facebook:before {
    content: "\e604";
}
.awb-icon-instagram:before {
    content: "\ea92";
}
.awb-icon-youtube:before {
    content: "\e622";
}
.col-social .fusion-social-network-icon {
	color: #ffffff;
    font-size: 18px;
    width: 18px;
	height:18px;
	text-decoration:none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 16px 5px 10px;
    line-height: 1;
    font-family: awb-icons!important;
}




/******************* Responsive ************************/

@media only screen and (max-width:992px) {

}
