.bg-3 {
    background: url(../img/logo.png) no-repeat scroll center top;
}


.breadcrumb-banner-area{
    background: url("../img/banniere.png") no-repeat top fixed !important;
    -webkit-background-size: cover;
    /* pour anciens Chrome et Safari */
    background-size: cover;
    /* version standardisée */
    -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 1);
}

.bg-opacity-dark-blue-90:before{
    background: #aeb3c700!important;
}
.logo img {
    max-width: 100%;
    max-height: 150px;
}

.footer-widget-area .text-white {
    color: #131313;
}

.footer-widget-area{
    background-color: white;

}

.footer-widget-area .container{
    border-top: 1px #1A4C4A solid;
    padding-top: 25px;
}
.single-footer-widget p {
    font-size: unset !important;
}

#sticky-header .container .row{
    display: flex;
    align-items: center;
}

.single-footer-widget:first-child h3{
    color: #cda35f;
}

a.button, button {
    background-color: #cda35f;
}
p,span,a,label,span, body{
    font-family: 'Dosis', sans-serif!important;
}
h1,h2,h3,h4,h5{
    font-family: 'Dosis', sans-serif!important;
    font-weight: bold;
}
