/*.line-header {
    display:none;
}*/
/*presentation*/
.presentation h1{
    text-align: center;
    color: #ffffff
}
.presentation .mod-article__content{
    color: #ffffff;
    font-size: 20px;
}
.line-header {
    background-color:#000000!important;
}
.zone-header{
    display: flex;
}
.line-header h3{
    color:#ffffff;
    order: 2;
}
.line-header .rf-mod-header-wrapper{
    order: 1;
}
.line-menu {
    background-color:#d1cec4!important;
}
@media (max-width: 991px) {
    #site-wrapper .line-menu .zone-menu .navbar .navbar-header .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }
}
.mod-banner__img {
    height: 900px!important;
}
.line .zone-banner .mod-banner__wrapper .mod-banner__img:before,
.line .zone-carousel .carousel .item .carousel-text:before {
    background: none;
}

/*footer*/
.home .line-footer{
    display:none;
}

.footer-logo,
.footer-address,
.footer-social {
    text-align: center;
}

/* -- Page Contact -- */
.content.contact {
    padding: 0!important;
}
/* -- Page Règles -- */
.pageid-296468 img.mod-article__img {
    float: left;
    padding: 0 50px 0 0;
}
/*media queries*/
@media screen and (max-width: 1000px) {
    .mod-banner__img {
    height: 500px!important;
    }
}
@media screen and (max-width: 750px) {
    .mod-banner__img {
    height: 300px!important;
    }
}
@media screen and (max-width: 400px) {
    .mod-banner__img {
    height: 190px!important;
    }
}