@font-face {
    font-family: 'markpro_regular';
    src: url('../fonts/markpro-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'markpro_bold';
    src: url('../fonts/markpro_bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'markpro_medium';
    src: url('../fonts/markpro_medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_medium';
    src: url('../fonts/futura-md-bt-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_regular';
    src: url('../fonts/Futura-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futuralight_regular';
    src: url('../fonts/FuturaLightC-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

ul {
    padding: 0;
    margin: 0;
}


/*--------------------------css header------------------------------*/


/*--------------css nav header--------------*/

.logo {
    padding-top: 10px;
}

.header-connaitre {
    position: absolute;
    width: 100%;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 66%) 100%);
}

.item-nav-header {
    height: 90px;
    display: flex;
    align-items: center;
}

.menu p {
    color: white;
    padding-top: 8px;
    font-family: markpro_medium;
    font-size: 8px;
}

.menu {
    padding-top: 40px;
    cursor: pointer;
}

.modal-backdrop {
    position: initial;
    background-color: #000;
}

.modal-content {
    background-color: #312f2f;
}

.modal-fullscreen .modal-content {
    height: 13%;
    border: 0;
}

.modal-body {
    padding: 20px 50px;
}

.form_search {
    border-bottom: 1px solid #929292;
    position: relative;
}

.form_search input {
    position: relative;
    font-family: markpro_regular;
    font-size: 24px;
    color: #c8c8c8;
    width: 90%;
    border: 0;
    height: 50px;
    outline: none;
    background: #312f2f;
    border: 0;
}

.form_search button {
    background: transparent;
    outline: none;
    border: 0;
    right: 0;
    padding-top: 10px;
    position: absolute;
    padding-left: 10px;
}

.owl-nav.disabled {
    display: block !important;
}

.produits .owl-nav.disabled {
    display: none !important;
}

.produits .owl-dots.disabled {
    display: block !important;
}


/*--------------css menu--------------*/

.header-menu {
    display: flex;
    justify-content: right;
    margin-bottom: 30px;
}

.list-menu {
    text-align: center;
    font-family: markpro_regular;
    font-size: 20px;
    padding-left: 0;
}

.list-menu li {
    list-style-type: none;
    margin-bottom: 50px;
}

.list-menu a {
    text-decoration: none;
    color: #fff;
}

.conetnu_menu {
    transform: translatex(-100%);
    transition: transform 0.4s ease-in-out;
    background: #000;
    padding: 50px;
    position: fixed;
    top: 0px;
    height: 100vh;
    z-index: 9;
    width: 500px;
    overflow-y: auto;
}

.conetnu_menu.selected {
    transform: translatex(0);
    border: none;
}

.line-menu {
    display: flex;
    justify-content: center;
}

.line-line-menu {
    width: 300px;
    height: 2px;
    background-color: #216093;
}

.media-menu {
    display: flex;
    justify-content: center;
    text-align: center;
}

.retrouver-menu h2 {
    font-family: markpro_bold;
    color: #fff;
    font-size: 17px;
    border-bottom: none;
    margin-bottom: 20px;
    margin-top: 50px;
}

.fb-insta-menu img {
    margin-right: 10px;
}


/*--------------css switcher--------------*/

.head_image_connaitre {
    position: relative;
}

.head_image_connaitre img {
    width: 100%;
}


/*------------------ css footer ------------------*/

.footer {
    background-color: #e9e9e9;
    padding-bottom: 30px;
    margin-top: 50px;
}

.logo_footer {
    text-align: center;
    padding-top: 25px;
}

.menu_footer {
    padding-top: 50px;
    text-align: center;
}

.menu_footer li {
    display: inline-block;
    margin-left: 100px;
}

@media (max-width: 768px) {
    .menu_footer li {
        display: block;
        margin-left: 0;
        margin-top: 20px;
    }
    .menu_footer li:first-child {
        margin-left: 0;
        margin-top: 0;
    }
}

.menu_footer li:first-child {
    margin-left: 0;
}

.menu_footer a {
    text-decoration: none;
    color: #4c4c4c;
    font-family: markpro_medium;
    font-size: 15px;
}

.media {
    padding-top: 50px;
    text-align: center;
}

.media li {
    display: inline-block;
    margin-right: 8px;
}

.media p {
    font-family: markpro_medium;
    font-size: 16px;
    color: #9d9d9d;
}


/*--------------------------css home page------------------------------*/

.titre-header-home {
    position: absolute;
    top: 42%;
    font-family: markpro_medium;
    font-size: 71px;
    color: #fff;
    line-height: 70px;
    text-shadow: 3px 1px 14px #2e2e2e;
}

.titre-header-home span {
    display: block;
}

.prod_header h2 {
    margin: 0;
}

.prod_header h2 a {
    color: #fff;
    font-family: markpro_medium;
    font-size: 25px;
    text-shadow: none;
    margin-bottom: 0;
    padding: 30px 20px 30px 70px;
    background-color: #2e2e2e;
    display: block;
}

.prod_header {
    position: relative;
}

.line_produit {
    width: 110px;
    height: 3px;
    position: absolute;
    background: #216093;
    top: 45px;
    left: 200px;
}

.produits {
    position: relative;
    top: -90px;
}

#carousel-categorie.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

#carousel-categorie .owl-nav {
    position: absolute;
    right: 55px;
    top: -75px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: 0;
    color: #FFF;
    text-decoration: none;
}

.item:hover {
    background-color: transparent;
    color: white;
}

.switcher-item-prod img {
    width: 100%;
}

.switcher-item-prod {
    position: relative;
}

.prod_icon {
    background-color: #ebebeb;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.9;
}

.content-icon-prod img {
    width: 100%;
}

.prod_icon p {
    font-family: markpro_bold;
    color: #686868;
    font-size: 17px;
    padding-top: 50px;
    text-align: center;
}

.item:hover .prod_icon {
    background: #00000085;
}

.item:hover p {
    color: #fff;
}

.content-icon-prod .img-top {
    display: none;
    z-index: 99;
}

.item:hover .img-top {
    display: block;
}

.item:hover .img-noir {
    display: none;
}


/*----------------------------*/

.realisation {
    margin-bottom: 100px;
}

.titre_realisation {
    margin-bottom: 20px;
    display: flex;
}

.line {
    width: 182px;
    height: 3px;
    margin: 20px;
    background: #216093;
}

.titre_realisation h2 {
    margin: 0;
}

.titre_realisation h2 a {
    color: #585858;
    font-family: markpro_medium;
    font-size: 31px;
}

.item_realisation {
    width: 100%;
    cursor: pointer;
}

.item_realisation>a::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000042;
}

.content_realisation {
    position: absolute;
    left: 10%;
    bottom: 40px;
}

.content_realisation>a {
    font-family: markpro_regular;
    font-size: 16px;
    color: #fff;
    border-bottom: solid 1px #fff;
}

.content_realisation h3>a {
    font-family: markpro_regular;
    font-size: 18px;
    color: #fff;
}

#carousel-realisation.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    width: 2616px !important;
}

.content_realisation img {
    padding-left: 10px;
}

.realisation .owl-nav {
    position: absolute;
    top: -74px;
    right: 0%;
}

.realisation .owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel button.owl-dot {
    background: none !important;
    outline: none !important;
    opacity: 1;
}

.realisation .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
    opacity: 0.6;
    transition: all .5s ease;
    margin: 10px;
}

.titre_about {
    font-family: markpro_medium;
    color: #505050;
    font-size: 60px;
    padding-top: 40px;
}

.titre_about span {
    color: #216093;
}

.para {
    font-family: markpro_regular;
    color: #5b5b5b;
    font-size: 17px;
}

.para p {
    padding-bottom: 80px;
    line-height: 2;
}

.plus a {
    font-family: markpro_regular;
    font-size: 17px;
    color: #236191;
}

.plus img {
    padding-left: 15px;
}

.actualites {
    margin-top: 100px;
}

.titre_actualite {
    display: flex;
    margin-bottom: 25px;
}

.titre_actualite h2 a {
    color: #585858;
    font-family: markpro_medium;
    font-size: 31px;
}

.item_actualite_home {
    max-width: 640px;
}

#carousel-actualites .owl-nav {
    position: absolute;
    top: -74px;
    right: 0%;
}

.actualite {
    background-color: #efefef;
    height: 340px;
}

#carousel-actualites .item_actualite_home:first-child {
    margin-right: 10px;
}

.actualite .col-lg-6:first-child {
    padding-left: 0;
}

.actualite_image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    width: 100%;
    height: 340px;
}

.content_actualite {
    padding-top: 40px;
}

.content_actualite p {
    font-family: markpro_regular;
    font-size: 13px;
    color: #4e4e4e;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}

.content_actualite h4 {
    font-family: markpro_bold;
    font-size: 20px;
    color: #6b6b6b;
}

.content_actualite label {
    font-family: markpro_medium;
    font-size: 12px;
    color: #216093;
    margin-bottom: 10px;
}

.content_actualite a {
    font-family: markpro_medium;
    font-size: 14px;
    color: #216093;
    padding: 8px 30px;
    border: solid #216093 2px;
}

.list_actualites {
    margin: 100px 0;
}

.list_actualites .actualite {
    margin: 5px;
}

@media (max-width: 768px) {
    .actualite {
        height: auto;
    }
    .item_actualite_home {
        max-width: 400px;
    }
    #carousel-actualites {}
}


/*--------------------- css connaitre page -------------------------------*/


/*--------------css switcher connaitre--------------*/

.titre-header-connaitre {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.titre-connaitre {
    color: #fff;
    font-family: markpro_medium;
    font-size: 61px;
}

.selected p {
    color: #216093;
}

.selected {
    border-bottom: solid #216093 4px;
}


/*--------------css content presentation--------------*/

.menu-middel-connaitre {
    position: relative;
    margin-top: -45px;
}

.menu-middel-connaitre-responsive {
    display: none;
}

.menu-middle {
    background-color: #f5f5f5;
    padding: 10px 10px 0;
    margin-bottom: 50px;
}

.item-menu-middle {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.titre-menu-middle {
    font-family: markpro_medium;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.titre-menu-middle a {
    color: #626262;
    text-decoration: none;
}

.titre-menu-middle:hover p {
    color: #216093;
}

.titre-menu-middle:hover {
    border-bottom: solid #216093 4px;
}

.content-middle-connaitre {
    margin-bottom: 80px;
}

.item-content-connaitre {
    display: flex;
    align-items: center;
}

.titre-content-connaitre h2 {
    font-family: markpro_medium;
    font-size: 51px;
    color: #505050;
}

.titre-content-connaitre span {
    color: #236191;
}

.txt-content-connaitre p {
    font-family: markpro_regular;
    font-size: 17px;
    color: #5b5b5b;
    line-height: 35px;
}

.txt-content-connaitre {
    margin-top: 50px;
}

.txt-content-connaitre p {
    margin-bottom: 20px;
}


/*--------------css content services--------------*/

.item-services {
    margin-top: 100px;
    margin-bottom: 160px;
}

.item-services-left {
    margin-top: 100px;
    margin-bottom: 160px;
}

.item-service {
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-service-content {
    display: flex;
    align-items: center;
}

.content-services::last-child {
    padding: 0px 25px 0px 0px;
}

.titre-content-service h2 {
    font-family: markpro_medium;
    font-size: 48px;
    color: #505050;
    margin-bottom: 20px;
}

.para-content-service p {
    font-family: markpro_regular;
    font-size: 17px;
    color: #5b5b5b;
    line-height: 35px;
}


/*--------------css content accompagnement--------------*/

.para-first {
    font-family: markpro_regular;
    font-size: 17px;
    color: #5b5b5b;
    text-align: center;
    margin-bottom: 100px;
}

.img-accompagnemet {
    display: flex;
    justify-content: right;
}


/*-------------css content rencontre---------------------*/

.img-rencontre img {
    width: 100%;
}

.txt-content-rencontre {
    margin-top: 20px;
}

.txt-rdv {
    font-family: markpro_bold;
    font-size: 17px;
    color: #5b5b5b;
    margin-top: 50px;
}

.item-adresse h2 {
    font-family: markpro_medium;
    font-size: 30px;
    color: #236191;
    margin-bottom: 20px;
}

.list-item-adresse li {
    font-family: markpro_medium;
    font-size: 17px;
    color: #5b5b5b;
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
}

.item-adresse {
    margin-bottom: 100px;
}

.item-adresse .map-item:before {
    content: '';
    background-image: url(../images/adresse.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 24px;
    height: 29px;
}

.item-adresse .phone-item:before {
    content: '';
    background-image: url(../images/phon.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 24px;
    height: 24px;
}

.item-adresse .fix-item:before {
    content: '';
    background-image: url(../images/fix.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 28px;
    height: 23px;
}

.para-ouvert p {
    font-family: markpro_regular;
    font-size: 17px;
    color: #5b5b5b;
    margin-bottom: 80px;
}

.para-ouvert span {
    font-family: markpro_bold;
    font-size: 17px;
    color: #5b5b5b;
}


/*--------------------- css realisation page -------------------------------*/


/*--------------css switcher realisation--------------*/

.titre-realisation {
    font-family: futura_medium;
    font-size: 60px;
    color: #fff;
}

.titre-header-realisation {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*--------------css content realisation--------------*/

.realisations {
    margin-top: 30px;
}

.item-realisation {
    margin-top: 30px;
}

.titre-item-realisation {
    margin-top: 20px;
    font-family: markpro_bold;
    font-size: 24px;
    color: #363636;
}

.voir-realisation {
    margin-top: 20px;
    font-family: markpro_regular;
    font-size: 15px;
    color: #236194;
}

.voir-realisation p {
    float: left;
    padding-right: 16px;
}

.voir-realisation a {
    text-decoration: none;
    color: #236194;
}


/*--------------css detail realisation--------------*/

.detail-realisation {
    margin-top: 100px;
}

.titre-detail h2 {
    font-family: markpro_regular;
    font-size: 33px;
    color: #236194;
    margin-bottom: 50px;
}

.content-detail p {
    font-family: markpro_bold;
    font-size: 17px;
    color: #616161;
    margin-bottom: 40px;
    line-height: 35px;
}

.centre-titre-detail {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.produit-utilis {
    position: absolute;
    transform: rotate(270deg);
    top: 115px;
}

.produit-utilis h2 {
    font-family: markpro_regular;
    font-size: 30px;
    color: #979797;
    margin: 0;
    width: 300px;
}

.item-produit-utilis {
    margin-bottom: 50px;
}

.prod-utilise h2 {
    font-family: markpro_bold;
    font-size: 23px;
    color: #616161;
    margin-bottom: 16px;
}

.prod-utilise a {
    font-family: markpro_regular;
    font-size: 13px;
    color: #236194;
}

.prod-utilise img {
    padding-bottom: 2px;
    padding-left: 20px;
}


/*--------------------- css produits-list page -------------------------------*/


/*--------------css switcher produit-list--------------*/

.titre-produits {
    text-align: center;
    font-family: futura_medium;
    font-size: 32px;
    color: #fff;
}

.titre-produits span {
    display: block;
    font-family: futura_medium;
    font-size: 60px;
    color: #fff;
}

.titre-header-produits {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*--------------css content produits-list--------------*/

.produits-list {
    margin-top: 30px;
}

.item-produits {
    /*margin-top: 50px;*/
    margin-bottom: 30px;
}

.img-item-produits img {
    width: 100%;
}

.titre-item-produits h2 a {
    margin-top: 20px;
    display: block;
    font-family: markpro_bold;
    font-size: 18px;
    color: #363636;
}

.titre-item-produits h3 {
    font-family: markpro_bold;
    font-size: 18px;
    color: #236194;
}

.voir-produits p {
    float: left;
    padding-right: 16px;
}

.voir-produits img {
    padding-left: 15px;
}

.voir-produits {
    margin-top: 20px;
}

.voir-produits a {
    font-family: markpro_regular;
    font-size: 15px;
    color: #236194;
}

.list-categorie {
    background-color: #32363b;
    margin-bottom: -50px;
    padding: 30px 0 20px;
}

.item-list-categorie {
    text-align: center;
    margin: 20px;
}

.item-list-categorie h4 {
    margin: 0;
}

.item-list-categorie h4 a {
    font-family: futura_medium;
    font-size: 15px;
    color: #a3a3a3;
    text-align: center;
    padding: 20px 0;
    display: block;
}

.item-list-categorie:hover h4 a,
.categories_selected h4 a {
    color: #fff;
}

.item-categorie {
    border-bottom: 5px solid #32363b;
}

.item-categorie:hover,
.categories_selected {
    border-bottom: 5px solid #216093;
}

.item-categorie .img-white {
    display: none;
}

.item-categorie:hover .img-gris {
    display: none;
}

.item-categorie:hover .img-white {
    display: block;
}

.categories_selected .img-white {
    display: block !important;
}

.categories_selected .img-gris {
    display: none !important;
}

.categories_selected a {
    pointer-events: none;
}

@media (max-width: 767px) {
    .global-item-produits {
        display: flex;
        justify-content: center;
    }
}


/*--------------css content categories--------------*/

.titre-pages {
    font-family: futura_regular;
    font-size: 4.5vmax;
    color: #fff;
    line-height: 1;
    margin: 0;
}

.content_pages {
    padding-top: 30px;
    padding-bottom: 70px;
}

.item-categories {
    margin-top: 50px;
}

.titre-item-categories {
    margin-bottom: 20px;
    display: flex;
}

.line-categories {
    height: 2px;
    background-color: #216093;
    width: 85px;
    margin-top: 10px;
}

.titre-item-categories h2 {
    margin: 0;
    line-height: 0;
}

.titre-item-categories h2 a {
    font-family: futura_medium;
    font-size: 18px;
    color: #2e2e2e;
    line-height: 1;
    padding-right: 10px;
}


/*--------------------- css detail-produit page -------------------------------*/


/*--------------css switcher detail-produit--------------*/

.titre-header-detail-produit {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.titre-detail-produit {
    padding-left: 10%;
    margin-top: 40px;
    max-width: 525px;
}

.categorie-titre-detail-produit {
    padding-left: 20px;
}

.titre-detail-produit span {
    display: block;
}

.titre-detail-produit p {
    font-family: markpro_medium;
    font-size: 16px;
    color: #fff;
    border-bottom: solid 1px #fff;
    width: fit-content;
    margin-bottom: 50px;
    letter-spacing: 5px;
}

.titre-detail-produit h1 {
    font-family: markpro_medium;
    font-size: 60px;
    color: #fff;
}


/*--------------css content detail-produit--------------*/

.discru-detail-produit {
    margin-top: 100px;
}

.item-discru {
    display: flex;
    align-items: center;
}

.grnd-titre-discru h1 {
    font-family: markpro_regular;
    font-size: 70px;
    color: #236194;
    padding: 80px;
}

.discru-produit p {
    font-family: markpro_bold;
    font-size: 17px;
    color: #616161;
    line-height: 40px;
    margin-bottom: 35px;
}


/*---------------------------*/

.proper-produit {
    margin-top: 100px;
    background-color: #f8f8f8;
}

.globle-item-propre {
    display: flex;
    justify-content: center;
}

.titre-propre-produit {
    font-family: futura_medium;
    color: #236194;
    font-size: 37px;
    padding: 50px 0px;
    margin-bottom: 30px;
}

.item-propre-produit {
    text-align: center;
    margin-bottom: 120px;
    width: 100%;
}

.item-propre-produit img {
    padding: 20px;
}

.discru-item-propre-produit {
    font-family: futura_medium;
    color: #122534;
    font-size: 14px;
    padding: 0px 125px;
}


/*---------------------------*/

.switcher-detail-produit {
    background-color: #4a4a4a;
}

.discru-detail {
    display: flex;
    align-items: center;
    padding-left: 50px;
}

.proper-switcher-detail img {
    width: auto;
    float: left;
    padding: 2px 50px 0px 0px;
}

.proper-switcher-detail {
    position: relative;
}

.proper-switcher-detail h3 {
    font-family: markpro_regular;
    font-size: 32px;
    color: #fff;
    margin-bottom: 50px;
    padding-top: 50px;
}

.proper-switcher-detail li {
    font-family: markpro_regular;
    font-size: 16px;
    color: #fff;
    list-style-type: none;
    padding-left: 20px;
    padding-bottom: 50px;
    position: relative;
}

.proper-switcher-detail li:before {
    content: '';
    background-image: url('../images/check.png');
    position: absolute;
    top: 4px;
    left: -10px;
    width: 15px;
    height: 15px;
}


/*---------------------------*/

.config {
    margin-top: 100px;
}

.titre-config {
    font-family: futuralight_regular;
    font-size: 78px;
    color: #d0d0d0;
}

.carousel-config {
    margin-top: 50px;
    position: relative;
}

.item-config {
    display: flex;
    justify-content: center;
}

#carousel-config .owl-nav {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#carousel-config .owl-nav .owl-prev {
    position: absolute;
    left: -10px;
    display: block;
}

#carousel-config .owl-nav .owl-next {
    position: absolute;
    right: -10px;
    display: block;
}

#carousel-cate .owl-nav {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#carousel-cate .owl-nav .owl-prev {
    position: absolute;
    left: -10px;
    display: block;
}

#carousel-cate .owl-nav .owl-next {
    position: absolute;
    right: -10px;
    display: block;
}

.img-detail-discru {
    display: flex;
    align-items: end;
}


/*---------------------------*/

.galerie {
    margin-top: 100px;
}

.carosel-galerie {
    position: relative;
}

.titre-galerie {
    font-family: futuralight_regular;
    font-size: 78px;
    color: #d0d0d0;
    margin-bottom: -35px;
    text-align: right;
    padding-right: 180px;
}

#carousel-galerie .owl-nav {
    position: absolute;
    top: -50px;
    left: 20.5%;
}

#carousel-galerie .owl-nav .owl-next {
    margin-left: 25px;
}

.carosel-galerie .owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel button.owl-dot {
    background: none !important;
    outline: none !important;
    opacity: 1;
}

.carosel-galerie .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
    opacity: 0.6;
    transition: all .5s ease;
}

.carosel-galerie .owl-carousel.owl-drag .owl-item {
    opacity: .5;
}

.carosel-galerie .owl-carousel.owl-drag .owl-item.active {
    opacity: 1 !important;
}


/*---------------------------*/

.telecharger {
    margin-top: 50px;
    margin-bottom: -50px;
}

.telechrger-content {
    position: relative;
}

.telechrger-content img {
    width: 100%;
}

.qst-telecharger {
    position: absolute;
    top: 30%;
    right: 15%;
    width: 24%;
}

.qst-telecharger h2 {
    font-family: futuralight_regular;
    font-size: 44px;
    color: #636363;
    margin-bottom: 50px;
}

.qst-telecharger a {
    font-family: futura_regular;
    font-size: 16px;
    color: #fff;
    background-color: #216093;
    text-decoration: none;
    border-radius: 50px;
    padding: 15px 30px 15px 80px;
    position: relative;
}

.qst-telecharger a::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 32px;
    background: url(../images/download.png) no-repeat;
    width: 27px;
    height: 27px;
}


/*--------------------- decouvrir-laluminium page ---------------------*/

.content_general p {
    font-family: 'markpro_regular' !important;
    font-size: 17px;
    color: #5b5b5b;
    line-height: 35px;
}

.content_general span {
    font-family: 'markpro_regular' !important;
    font-size: 17px;
    color: #5b5b5b;
    line-height: 35px;
}

.labels-responsive {
    display: none;
}

.nav-link {
    display: block;
    padding: 2rem 0;
    color: #5b5b5b;
    text-decoration: none;
    font-family: markpro_regular;
    font-size: 17px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav {
    display: block;
    margin-right: 160px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #216093;
    font-family: markpro_bold;
    background-color: transparent;
}

.nav-pills .nav-link {
    background: 0 0;
    width: 240px;
    border-radius: 0;
    border-bottom: 1px solid #5b5b5b;
    text-align: left;
}

.nav-pills .nav-link:last-child {
    border-bottom: 0;
}

.header-qualicoat {
    display: flex;
    align-items: center;
}

.header-qualicoat img {
    height: 115px;
}

.header-qualicoat p {
    font-family: markpro_medium;
    font-size: 36px;
    color: #236191;
    margin: 50px;
}

.discru-qualicoat {
    margin-top: 80px;
    margin-bottom: 20px;
}

.discru-qualicoat p {
    font-family: markpro_regular;
    font-size: 17px;
    color: #5b5b5b;
    margin-bottom: 50px;
}

.discru-qualicoat h2 {
    font-family: markpro_bold;
    font-size: 19px;
    color: #5b5b5b;
    margin-bottom: 50px;
}

.proper-switcher-detail img {
    width: auto;
    float: left;
    padding: 2px 50px 0px 0px;
}

.list-qualicoat {
    position: relative;
}

.tab-content>.tab-pane ul {
    margin-top: 30px;
}

.list-qualicoat li,
.tab-content>.tab-pane ul li {
    font-family: markpro_bold;
    font-size: 19px;
    color: #5b5b5b;
    padding-left: 80px;
    padding-bottom: 50px;
    position: relative;
}

.list-qualicoat li:before,
.tab-content>.tab-pane ul li:before {
    content: '';
    background-image: url('../images/check-bleu.png');
    position: absolute;
    left: 0px;
    top: -4px;
    width: 34px;
    height: 35px;
}


/*----------- conseils page ---------------*/

.para-conseils {
    font-family: markpro_regular;
    font-size: 17px;
    color: #5b5b5b;
    margin-bottom: 50px;
}

.titre-conseils {
    font-family: markpro_regular;
    font-size: 36px;
    color: #236191;
    line-height: 35px;
}

.titre-conseils span {
    font-family: markpro_bold;
    font-size: 36px;
    color: #236191;
}

.img-conseils {
    text-align: center;
    padding-top: 20px;
    padding-right: 85px;
}

.discru-conseils p {
    font-family: markpro_regular;
    font-size: 17px;
    color: #5b5b5b;
    line-height: 35px;
}

.item-conseils {
    margin-bottom: 100px;
}

.source-titre {
    font-family: markpro_regular;
    font-size: 17px;
    color: #5b5b5b;
    display: flex;
}

.source-titre p {
    padding-right: 20px;
}

.list-classement li {
    font-family: markpro_regular;
    font-size: 17px;
    color: #5b5b5b;
    padding-left: 50px;
}

.list-classement {
    margin-top: 50px;
}

.para-conseils span {
    font-family: markpro_bold;
    font-size: 17px;
    color: #5b5b5b;
}

.header-energetiques h2 {
    font-family: markpro_bold;
    font-size: 17px;
    color: #5b5b5b;
    margin-bottom: 50px;
}

.content-energetiques h2 {
    font-family: markpro_medium;
    font-size: 30px;
    color: #236191;
    margin-bottom: 20px;
}

.content-energetiques p {
    font-family: markpro_regular;
    font-size: 17px;
    color: #5b5b5b;
    margin-bottom: 100px;
}


/*----------- actualites page ---------------*/

.titre-actualite-page h2 {
    font-family: markpro_bold;
    font-size: 30x;
    color: #5b5b5b;
    margin-top: 80px;
}

.date-actualites-page p {
    font-family: markpro_medium;
    font-size: 20px;
    color: #236191;
    margin: 30px 0;
}

.actualite-page p {
    font-family: 'markpro_regular' !important;
    font-size: 17px;
    color: #5b5b5b;
    margin: 30px auto;
}

.actualite-page p img {
    display: block;
    max-width: 100%;
    margin: 15px auto;
}

.actualite-page p b,
.actualite-page p b,
.actualite-page strong {
    font-family: 'markpro_bold' !important;
}


/*----------- contacte page ---------------*/

.contact {
    margin-top: 100px;
}

.map-contact {
    padding-left: 50px;
}

.text-input {
    position: relative;
    margin-bottom: 50px;
}

.text-input samp {
    color: red;
}

.text-input input,
.text-input textarea {
    position: relative;
    height: 50px;
    width: 100%;
    border: 1px solid #cdcdcd;
    padding-left: 70px;
    outline: 0;
    font-family: markpro_regular;
    font-size: 14px;
    color: #000;
    letter-spacing: 4px;
    border-radius: 30px;
}

.text-input textarea {
    height: 200px;
    padding-top: 20px;
    resize: none;
}

.form_submit {
    background: #216093;
    border: 0;
    outline: none;
    border-radius: 30px;
    height: 50px;
    width: 100%;
    font-family: markpro_bold;
    font-size: 24px;
    color: #fff;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
}

.form_submit:hover {
    background: transparent;
    border: 2px solid #216093;
    color: #216093;
}

.text-input span {
    position: absolute;
    left: 22px;
    top: 13px;
    z-index: 1;
}


/* ------------------------- pdf detail_actualite -----------------------*/

.button_detail_actualite {
    margin-top: 30px;
    display: inline-block;
}

.button_detail_actualite a {
    font-family: markpro_regular;
    font-size: 18px;
    color: #fff;
    background-color: #216093;
    padding: 22px 30px 15px 80px;
    position: relative;
    display: block;
}

.button_detail_actualite a::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 32px;
    background: url(../images/file.png) no-repeat;
    width: 28px;
    height: 35px;
}


/*---------------------- Responsive -------------------------------------------------*/

@media (min-width: 1200px) and (max-width: 1400px) {
    /*----------- home page ---------------*/
    .titre-header-home {
        top: 40%;
        font-size: 65px;
    }
    .actualite_image {
        padding-right: 25px;
    }
    .titre_about {
        font-size: 57px;
    }
    .content_actualite span {
        font-size: 17px;
    }
    /*----------- connaitre page ---------*/
    .titre-header-connaitre {
        top: 7%;
    }
    .titre-connaitre {
        font-size: 55px;
    }
    .content-connaitre {
        padding-left: 20px;
    }
    .img-content img {
        width: 546px;
    }
    .titre-content-connaitre h2 {
        font-size: 46px;
    }
    .txt-content-connaitre {
        margin-top: 20px;
    }
    .txt-content-connaitre p {
        line-height: 30px;
    }
    /*------- css realisation -----------*/
    .titre-realisation {
        font-size: 55px;
    }
    .titre-header-realisation {
        top: 8%;
    }
    .img-item-realisation img {
        width: 330px;
    }
    .titre-item-realisation {
        font-size: 22px;
    }
    .voir-realisation {
        font-size: 13px;
    }
    .voir-realisation p {
        padding-right: 12px;
    }
    .voir-realisation img {
        width: 25px;
    }
    /*------- css produits-list -----------*/
    .titre-produits span {
        font-size: 55px;
    }
    .titre-produits {
        font-size: 30px;
    }
    .titre-item-produits {
        font-size: 22px;
    }
    .voir-produits {
        font-size: 13px;
    }
    .voir-produits p {
        padding-right: 12px;
    }
    /*------- css categories -----------*/
    .titre-categories {
        font-size: 55px;
    }
    .titre-item-categories {
        margin-bottom: 10px;
        display: flex;
    }
    .line-categories {
        width: 75px;
        margin: 12px;
    }
    .titre-item-categories p {
        font-size: 16px;
    }
    .img-item-categories img {
        width: 260px;
    }
    /*------- css produit-detail -----------*/
    .categorie-titre-detail-produit {
        padding-left: 20px;
    }
    .titre-detail-produit span {
        display: block;
    }
    .titre-detail-produit p {
        font-size: 14px;
        letter-spacing: 4px;
        margin-bottom: 40px;
    }
    .titre-detail-produit h1 {
        font-size: 50px;
    }
    /*--------------------*/
    .grnd-titre-discru h1 {
        padding: 60px;
    }
    /*--------------------*/
    .discru-item-propre-produit {
        padding: 0px 100px;
    }
    /*--------------------*/
    .proper-switcher-detail h3 {
        font-size: 30px;
    }
    .proper-switcher-detail li {
        padding-bottom: 45px;
    }
    /*--------------------*/
    .qst-telecharger {
        width: 30%;
        right: 8%;
    }
    /*-------------------*/
    .cstb img {
        width: 700px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /*----------- home page ---------------*/
    .titre-header-home {
        top: 40%;
        font-size: 55px;
    }
    .titre_about {
        font-size: 48px;
        padding-top: 90px;
    }
    .content_actualite {
        padding-top: 30px;
    }
    .content_actualite p:first-child {
        font-size: 10px;
    }
    .content_actualite span {
        font-size: 15px;
    }
    .content_actualite p {
        font-size: 11px;
    }
    .content_actualite button {
        font-size: 10px;
        padding: 5px 20px;
    }
    /*----------- connaitre page ---------*/
    .titre-connaitre {
        font-size: 50px;
    }
    .content-connaitre {
        padding-top: 0px;
    }
    .img-content img {
        width: 456px;
    }
    .titre-content-connaitre h2 {
        font-size: 35px;
    }
    .txt-content-connaitre {
        margin-top: 15px;
    }
    .txt-content-connaitre p {
        font-size: 15px;
        line-height: 30px;
    }
    .fix-width-connaitre {
        width: 50%;
        text-align: center;
    }
    .fix-width-connaitre p {
        font-size: 15px;
    }
    /*------- css realisation -----------*/
    .titre-realisation {
        font-size: 50px;
    }
    .titre-header-realisation {
        top: 8%;
    }
    .global-item-realisation {
        display: flex;
        justify-content: center;
    }
    .img-item-realisation img {
        width: 280px;
    }
    .titre-item-realisation {
        font-size: 19px;
    }
    .voir-realisation {
        font-size: 12px;
    }
    .voir-realisation p {
        padding-right: 11px;
    }
    .voir-realisation img {
        width: 22px;
    }
    /*------- css produits-list -----------*/
    .titre-produits span {
        font-size: 50px;
    }
    .titre-produits {
        font-size: 28px;
    }
    .titre-item-produits {
        font-size: 19px;
    }
    .voir-produits {
        font-size: 12px;
    }
    .voir-produits p {
        padding-right: 11px;
    }
    /*------- css categories -----------*/
    .titre-categories {
        font-size: 50px;
    }
    .global-item-categories {
        display: flex;
        justify-content: center;
    }
    /*------- css produit-detail -----------*/
    .titre-detail-produit p {
        font-size: 12px;
        letter-spacing: 4px;
        margin-bottom: 35px;
    }
    .titre-detail-produit h1 {
        font-size: 45px;
    }
    /*--------------------*/
    .grnd-titre-discru h1 {
        font-size: 65px;
        padding: 30px;
    }
    .discru-produit p {
        font-size: 15px;
        margin-bottom: 30px;
    }
    /*--------------------*/
    .discru-item-propre-produit {
        font-size: 13px;
        padding: 0px 70px;
    }
    /*--------------------*/
    .proper-switcher-detail h3 {
        font-size: 28px;
    }
    .proper-switcher-detail li {
        padding-bottom: 35px;
    }
    /*--------------------*/
    #carousel-config .owl-nav .owl-next {
        position: absolute;
        right: -40px;
        display: block;
    }
    #carousel-cate .owl-nav .owl-next {
        position: absolute;
        right: -40px;
        display: block;
    }
    /*--------------------*/
    .qst-telecharger {
        top: 19%;
        right: 7%;
        width: 35%;
    }
    /*----------- css decouvrir lalumnium ---------------*/
    .nav {
        margin-right: 100px;
    }
    .cstb img {
        width: 500px;
    }
    /*--------- decouvrir conseils-------------*/
    .titre-conseils {
        font-size: 27px;
    }
    .titre-conseils span {
        font-size: 30px;
    }
    .img-conseils {
        padding-right: 65px;
    }
    .discru-conseils p {
        font-size: 15px;
        line-height: 30px;
    }
    .map-contact {
        margin-top: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /*----------- css header ---------------*/
    .logo {
        padding-left: 25px;
    }
    /*----------- css footer ---------------*/
    .menu_footer a {
        font-size: 12px;
    }
    /*----------- home page ---------------*/
    .titre-header-home {
        top: 40%;
        font-size: 45px;
    }
    .produits {
        top: 0;
    }
    .realisation {
        margin-top: 70px;
    }
    .titre_about {
        font-size: 30px;
        padding-top: 72px;
    }
    .para {
        font-size: 12px;
    }
    .plus img {
        width: 20px;
    }
    .actualite {
        margin-top: 20px;
        margin-right: 0;
    }
    /*----------- connaitre page ---------*/
    .titre-connaitre {
        font-size: 45px;
    }
    .menu-middel-connaitre {
        margin-top: 0px;
    }
    .menu-middle {
        padding: 0 20px 0 0;
    }
    .titre-menu-middle {
        font-size: 12px;
        text-align: center;
    }
    .content-connaitre {
        padding-top: 0px;
    }
    .img-content img {
        width: 336px;
    }
    .titre-content-connaitre h2 {
        font-size: 25px;
    }
    .txt-content-connaitre {
        margin-top: 10px;
    }
    .txt-content-connaitre p {
        font-size: 12px;
        line-height: 20px;
    }
    .image-header-plus img {
        width: 80%;
    }
    .item-plus {
        height: 220px;
    }
    /*---- connaitre service----*/
    .content-services-right {
        padding-left: 40px;
    }
    .content-services-left {
        padding-right: 40px;
    }
    .titre-content-service h2 {
        font-size: 40px;
    }
    .para-content-service p {
        font-size: 15px;
    }
    /*------- css realisation -----------*/
    .titre-realisation {
        font-size: 40px;
    }
    .titre-header-realisation {
        top: 15%;
    }
    .global-item-realisation {
        display: flex;
        justify-content: center;
    }
    .img-item-realisation img {
        width: 280px;
    }
    .titre-item-realisation {
        font-size: 19px;
    }
    .voir-realisation {
        font-size: 12px;
    }
    .voir-realisation p {
        padding-right: 11px;
    }
    .voir-realisation img {
        width: 22px;
    }
    /*------- css produits-list -----------*/
    .titre-produits span {
        font-size: 40px;
    }
    .titre-produits {
        font-size: 26px;
    }
    .titre-item-produits {
        font-size: 19px;
    }
    .voir-produits {
        font-size: 12px;
    }
    .voir-produits p {
        padding-right: 11px;
    }
    /*.item-categorie {

        width: 25%;

    }*/
    .item-list-categorie:hover {
        border-bottom: none;
    }
    /*------- css categories -----------*/
    .titre-categories {
        font-size: 40px;
    }
    .global-item-categories {
        display: flex;
        justify-content: center;
    }
    /*------- css produit-detail -----------*/
    .titre-detail-produit {
        padding-left: 16%;
        max-width: 515px;
    }
    .titre-detail-produit p {
        font-size: 10px;
        letter-spacing: 3px;
        margin-bottom: 30px;
    }
    .titre-detail-produit h1 {
        font-size: 40px;
    }
    /*--------------------*/
    .grnd-titre-discru h1 {
        font-size: 55px;
        padding: 20px;
    }
    .discru-produit p {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 25px;
    }
    /*--------------------*/
    .discru-item-propre-produit {
        font-size: 12px;
        padding: 0px 40px;
    }
    /*--------------------*/
    .proper-switcher-detail h3 {
        font-size: 23px;
        margin-bottom: 30px;
        margin-top: 25px;
    }
    .proper-switcher-detail li {
        padding-bottom: 25px;
        font-size: 12px;
    }
    .content-switcher-detail img {
        width: 90%;
    }
    .discru-detail {
        padding-left: 25px;
    }
    /*--------------------*/
    .titre-galerie {
        font-size: 70px;
        margin-bottom: -33px;
        padding-right: 50px;
    }
    /*--------------------*/
    .qst-telecharger {
        top: 17%;
        right: 9%;
        width: 35%;
    }
    .qst-telecharger h2 {
        font-size: 35px;
        margin-bottom: 35px;
    }
    .qst-telecharger a {
        font-size: 12px;
        padding: 12px 25px 15px 60px;
    }
    .qst-telecharger a::after {
        top: 5px;
        left: 20px;
    }
    /*----------- css decouvrir lalumnium ---------------*/
    .nav {
        margin-right: 100px;
    }
    .nav-pills .nav-link {
        width: 170px;
    }
    .nav-link {
        font-size: 15px;
    }
    .header-qualicoat p {
        font-size: 20px;
        margin: 0;
        margin-top: 42px;
        margin-left: 16px;
    }
    .discru-qualicoat p {
        font-size: 15px;
        margin-bottom: 35px;
    }
    .discru-qualicoat h2 {
        font-size: 17px;
        margin-bottom: 35px;
    }
    .discru-qualicoat {
        margin-top: 50px;
    }
    .list-qualicoat li,
    .tab-content>.tab-pane ul li {
        font-size: 15px;
        padding-left: 50px;
    }
    .list-qualicoat li:before,
    .tab-content>.tab-pane ul li:before {
        background-repeat: no-repeat;
        background-size: 25px;
    }
    .cstb img {
        width: 450px;
    }
    /*--------- decouvrir conseils-------------*/
    .titre-conseils {
        text-align: center;
    }
    .img-conseils {
        padding-right: 0px;
        padding-bottom: 50px;
    }
    .discru-conseils p {
        font-size: 17px;
        line-height: 40px;
    }
    .source-titre {
        font-family: markpro_regular;
        font-size: 17px;
        color: #5b5b5b;
        display: block;
    }
    .source-titre p {
        padding-bottom: 10px;
    }
    .source-link a {
        padding-bottom: 10px;
    }
    .map-contact {
        margin-top: 50px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    /*----------- css header ---------------*/
    .header-connaitre {
        position: relative;
        width: 100%;
        z-index: 1;
        padding: 20px;
        background: #000;
        margin-top: 0;
    }
    .item-nav-header {
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .item-menu {
        justify-content: left;
    }
    .item-loupe {
        justify-content: right;
    }
    /*----------- css footer ---------------*/
    .menu_footer {
        padding-top: 35px;
    }
    .menu_footer a {
        line-height: 45px;
    }
    /*----------- home page ---------------*/
    .titre-header-home {
        font-size: 45px;
        text-align: center;
        top: 35%;
        line-height: 45px;
    }
    .home-center {
        display: flex;
        justify-content: center;
        align-content: center;
    }
    .produits {
        top: 0;
    }
    .prod_header h2 a {
        font-size: 18px;
        padding: 20px 35px 20px 22px;
    }
    #carousel-categorie .owl-nav {
        position: absolute;
        right: 20px;
        top: -65px;
        width: auto;
    }
    .line_produit {
        width: 12%;
        top: 32px;
        left: 110px;
    }
    .item {
        width: auto;
    }
    .realisation {
        margin-top: 70px;
    }
    .line {
        width: 100px;
    }
    .titre_about {
        text-align: center;
    }
    .para {
        margin-top: 50px;
        font-size: 20px;
        text-align: center;
    }
    .plus img {
        margin: 10px 20px;
    }
    .plus {
        justify-content: center;
    }
    .actualite {
        margin-top: 20px;
        margin-right: 0;
        height: 95%;
    }
    .content_actualite {
        padding-top: 30px;
    }
    .content_actualite p:first-child {
        font-size: 10px;
    }
    .content_actualite span {
        font-size: 15px;
    }
    .content_actualite p {
        font-size: 11px;
    }
    .content_actualite button {
        font-size: 10px;
        padding: 5px 20px;
    }
    /*----------- connaitre page ---------*/
    /*------ responsive menu middle-----*/
    .menu-middel-connaitre {
        display: none;
    }
    .menu-middel-connaitre-responsive {
        display: block;
    }
    .menu-middle-responsive {
        margin: 30px;
        text-align: center;
        position: relative;
    }
    .menu-middle-responsive select {
        border: none;
        outline: none;
        width: 100%;
        height: 7vh;
        font-family: markpro_medium;
        font-size: 25px;
        color: #787878;
        border-bottom: solid 1px #bcbcbc;
        appearance: none;
    }
    .menu-middle-responsive:after {
        content: '';
        background: url("../images/select.png");
        width: 23px;
        height: 12px;
        position: absolute;
        top: 40%;
        right: 0;
    }
    /*----------*/
    .titre-connaitre {
        font-size: 35px;
    }
    .menu-middel-connaitre {
        margin-top: 0px;
    }
    .menu-middle {
        padding: 10px 30px 0;
    }
    .titre-menu-middle:hover {
        border-bottom: none;
    }
    .titre-menu-middle {
        font-size: 12px;
        text-align: center;
    }
    .img-content img {
        width: 100%;
    }
    .content-connaitre {
        padding-top: 50px;
        text-align: center;
    }
    .img-content {
        text-align: center;
    }
    /*-----connaitre service---*/
    .item-services {
        margin-top: 100px;
        margin-bottom: 160px;
    }
    .item-services-left {
        margin-top: 100px;
        margin-bottom: 160px;
        flex-direction: column-reverse;
    }
    .img-content-services {
        margin-bottom: 80px;
    }
    /*-----css content accompagnement----*/
    .item-accompagnement {
        flex-direction: column-reverse;
    }
    .img-accompagnemet {
        justify-content: center;
    }
    /*------- css realisation -----------*/
    .titre-realisation {
        font-size: 35px;
    }
    .titre-header-realisation {
        top: 0%;
    }
    .global-item-realisation {
        display: flex;
        justify-content: center;
    }
    .img-item-realisation img {
        width: 220px;
    }
    .titre-item-realisation {
        font-size: 15px;
    }
    .voir-realisation {
        font-size: 10px;
    }
    .voir-realisation p {
        padding-right: 8px;
    }
    .voir-realisation img {
        width: 20px;
    }
    /*------- css produits-list -----------*/
    .titre-produits span {
        font-size: 35px;
    }
    .titre-produits {
        font-size: 24px;
    }
    .titre-item-produits {
        font-size: 15px;
    }
    .voir-produits {
        font-size: 10px;
    }
    .voir-produits p {
        padding-right: 8px;
    }
    /*.item-categorie {

        width: 25%;

    }*/
    .item-list-categorie:hover {
        border-bottom: none;
    }
    /*------- css categories -----------*/
    .titre-categories {
        font-size: 35px;
    }
    .titre-item-categories {
        margin-bottom: 10px;
        display: flex;
    }
    .line-categories {
        width: 75px;
        margin: 12px;
    }
    .titre-item-categories p {
        font-size: 16px;
    }
    .img-item-categories img {
        width: 220px;
    }
    .global-item-categories {
        display: flex;
        justify-content: center;
    }
    /*------- css produit-detail -----------*/
    .titre-header-detail-produit {
        justify-content: center;
    }
    .titre-detail-produit {
        padding-left: 0;
        text-align: center;
        margin-top: 0;
    }
    .categorie-titre-detail-produit {
        display: flex;
        justify-content: center;
    }
    .titre-detail-produit p {
        font-size: 10px;
        letter-spacing: 3px;
        margin-bottom: 30px;
    }
    .titre-detail-produit h1 {
        font-size: 40px;
    }
    /*--------------------*/
    .grnd-titre-discru h1 {
        padding: 40px;
        margin-bottom: 80px;
    }
    /*--------------------*/
    .discru-item-propre-produit {
        padding: 0px 60px;
        font-size: 12px;
    }
    /*--------------------*/
    .titre-galerie {
        font-size: 50px;
        margin-bottom: -24px;
        padding-right: 32px;
    }
    #carousel-galerie .owl-nav {
        top: -42px;
        left: 11%;
    }
    /*--------------------*/
    .qst-telecharger {
        top: 17%;
        right: 9%;
        width: 40%;
    }
    .qst-telecharger h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .qst-telecharger a {
        font-size: 12px;
        padding: 10px 20px 15px 50px;
    }
    .qst-telecharger a::after {
        top: 5px;
        left: 12px;
    }
    /*----------- css decouvrir lalumnium ---------------*/
    .labels {
        display: none;
    }
    .labels-responsive {
        display: block;
    }
    .menu-labels-responsive {
        text-align: center;
        position: relative;
    }
    .menu-labels-responsive select {
        padding: 0px 32px;
        outline: none;
        width: 100%;
        height: 7vh;
        font-family: markpro_medium;
        font-size: 21px;
        color: #225985;
        border: solid 2px #225985;
        appearance: none;
    }
    .menu-labels-responsive:after {
        content: '';
        background: url("../images/select.png");
        width: 23px;
        height: 12px;
        position: absolute;
        top: 40%;
        right: 30px;
    }
    #label-qualicoat {
        display: block;
    }
    #label-qualimarine {
        display: none;
    }
    #cstb {
        display: none;
    }
    .cstb img {
        width: 500px;
    }
    /*--------- decouvrir conseils-------------*/
    .titre-conseils {
        text-align: center;
    }
    .img-conseils {
        padding-right: 0px;
        padding-bottom: 50px;
    }
    .discru-conseils p {
        font-size: 17px;
        line-height: 40px;
    }
    .source-titre {
        font-family: markpro_regular;
        font-size: 17px;
        color: #5b5b5b;
        display: block;
    }
    .source-titre p {
        padding-bottom: 10px;
    }
    .source-link a {
        padding-bottom: 10px;
    }
    .header-energetiques h2 {
        margin-top: 50px;
    }
    .content-energetiques h2 {
        font-size: 22px;
    }
    .content-energetiques p {
        font-size: 15px;
    }
    .map-contact {
        margin-top: 50px;
    }
}

@media(max-width: 575px) {
    .header-menu {
        justify-content: left;
    }
    .list-menu {
        text-align: left;
    }
    .line-menu {
        justify-content: left;
    }
    .line-line-menu {
        width: 200px;
    }
    .media-menu {
        justify-content: left;
        text-align: left;
    }
    /*----------- css header ---------------*/
    .logo img {
        width: 180px;
    }
    .menu img {
        width: 20px;
    }
    .menu p {
        font-size: 7px;
    }
    .loupe img {
        width: 25px;
    }
    .header-connaitre {
        position: relative;
        width: 100%;
        background: #000;
        margin-top: 0;
    }
    .item-nav-header {
        display: flex;
        align-items: center;
        padding-bottom: 20px;
        justify-content: center;
    }
    .item-menu {
        justify-content: left;
    }
    .menu {
        padding-top: 30px;
    }
    .loupe {
        padding-top: 29px !important;
    }
    /*----------- css footer ---------------*/
    .menu_footer {
        padding-top: 35px;
    }
    .retrouver {
        text-align: center;
    }
    .fb-insta {
        text-align: center;
    }
    .menu_footer a {
        line-height: 45px;
    }
    /*----------- home page ---------------*/
    .titre-header-home {
        top: 28%;
        font-size: 35px;
        text-align: center;
        line-height: 45px;
    }
    .home-center {
        display: flex;
        justify-content: center;
        align-content: center;
    }
    .produits {
        top: 0;
    }
    #carousel-categorie .owl-nav {
        position: absolute;
        right: 30px;
        top: -60px;
        width: auto;
    }
    .prod_header h2 a {
        font-size: 16px;
        padding: 20px 35px 20px 22px;
    }
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        outline: none;
        opacity: 0.6;
        transition: all .5s ease;
        margin: 5px;
    }
    .line_produit {
        width: 9%;
        top: 32px;
        left: 94px;
    }
    .item {
        width: auto;
    }
    .line {
        display: none;
    }
    .realisation {
        margin-top: 70px;
        margin-bottom: 30px;
    }
    .titre_realisation h2 a {
        font-size: 25px;
    }
    .content_realisation {
        left: 2%;
    }
    .content_realisation p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .content_realisation img {
        padding-top: 0px;
    }
    .content_realisation span {
        font-size: 12px;
    }
    .titre_about {
        font-size: 43px;
        margin-bottom: 50px;
        text-align: center;
    }
    .para {
        text-align: center;
    }
    .plus {
        justify-content: center;
    }
    .titre_actualite {
        justify-content: center;
    }
    .titre_actualite p {
        border-bottom: solid #216093;
        margin-bottom: 50px;
    }
    .actualite {
        margin-top: 20px;
        background: none;
        margin-right: 0;
        height: 100%;
    }
    .actualite .col-lg-6:first-child {
        padding-left: calc(var(--bs-gutter-x)/ 2);
    }
    .actualite_image {
        float: none;
        text-align: center;
        padding: 0;
    }
    .actualite_image img {
        width: 220px;
    }
    .content_actualite {
        padding-top: 30px;
        text-align: center;
        margin-bottom: 40px;
    }
    .content_actualite p:first-child {
        font-size: 10px;
    }
    .content_actualite span {
        font-size: 15px;
    }
    .content_actualite p {
        font-size: 11px;
        padding-right: 12px;
    }
    .content_actualite button {
        font-size: 10px;
        padding: 5px 20px;
        background: none;
    }
    /*----------- connaitre page ---------*/
    /*------ responsive menu middle-----*/
    .menu-middel-connaitre {
        display: none;
    }
    .menu-middel-connaitre-responsive {
        display: block;
    }
    .menu-middle-responsive {
        margin: 30px;
        text-align: center;
        position: relative;
    }
    .menu-middle-responsive select {
        border: none;
        outline: none;
        width: 100%;
        height: 7vh;
        font-family: markpro_medium;
        font-size: 16px;
        color: #787878;
        border-bottom: solid 1px #bcbcbc;
        appearance: none;
    }
    .menu-middle-responsive:after {
        content: '';
        background: url("../images/select.png");
        background-size: 16px;
        background-repeat: no-repeat;
        width: 23px;
        height: 12px;
        position: absolute;
        top: 40%;
        right: 0;
    }
    /*----------*/
    .titre-connaitre {
        font-size: 26px;
    }
    .menu-middel-connaitre {
        margin-top: 0px;
    }
    .menu-middle {
        padding: 10px 10px 0;
    }
    .titre-menu-middle:hover {
        border-bottom: none;
    }
    .titre-menu-middle {
        font-size: 12px;
        text-align: center;
    }
    .img-content img {
        width: 100%;
    }
    .content-connaitre {
        padding-top: 50px;
        text-align: center;
    }
    .img-content {
        text-align: center;
    }
    .image-header-plus img {
        width: 90%;
    }
    .item-plus {
        padding: 0;
        height: 100px;
    }
    .icon-item-plus img {
        width: 30px;
    }
    .titre-item-plus {
        font-size: 12px;
    }
    /*----connaitre service---*/
    .item-services {
        margin-top: 100px;
        margin-bottom: 160px;
    }
    .item-services-left {
        margin-top: 100px;
        margin-bottom: 160px;
        flex-direction: column-reverse;
    }
    .img-content-services {
        margin-bottom: 80px;
    }
    .titre-content-service h2 {
        text-align: center;
        font-size: 28px;
    }
    .para-content-service p {
        text-align: center;
        font-size: 15px;
    }
    .img-content-services img {
        width: 180px;
    }
    /*-----css content accompagnement----*/
    .item-accompagnement {
        flex-direction: column-reverse;
    }
    .img-accompagnemet {
        justify-content: center;
    }
    .titre-content-connaitre h2 {
        font-size: 48px;
    }
    /*-----css content rencontre----*/
    .item-adresse {
        padding-left: 2rem;
    }
    /*------- css realisation -----------*/
    .titre-realisation {
        font-size: 30px;
    }
    .titre-header-realisation {
        top: 0%;
    }
    .item-realisation {
        text-align: center;
    }
    .img-item-realisation img {
        width: 250px;
    }
    .titre-item-realisation {
        font-size: 16px;
    }
    .voir-realisation {
        font-size: 10px;
        display: flex;
        justify-content: center;
    }
    .voir-realisation p {
        padding-right: 8px;
    }
    .voir-realisation img {
        width: 17px;
    }
    /*---------------*/
    .titre-detail h2 {
        text-align: center;
    }
    .content-detail p {
        padding-left: 16px;
    }
    .prod-utilise h2 {
        font-size: 16px;
    }
    .prod-utilise a {
        font-size: 10px;
    }
    .prod-utilise img {
        padding-left: 9px;
        width: 30px;
    }
    .produit-utilis {
        top: 80px;
    }
    /*------- css produits-list -----------*/
    .titre-produits span {
        font-size: 25px;
    }
    .titre-produits {
        font-size: 20px;
    }
    .titre-item-produits {
        font-size: 16px;
    }
    .voir-realisation {
        font-size: 10px;
        display: flex;
        justify-content: center;
    }
    .voir-produits p {
        padding-right: 8px;
    }
    /*.item-categorie {

        width: 50%;

    }*/
    .item-list-categorie:hover {
        border-bottom: none;
    }
    /*------- css categories -----------*/
    .titre-categories {
        font-size: 30px;
    }
    .titre-item-categories {
        margin-bottom: 10px;
        display: flex;
    }
    .line-categories {
        width: 75px;
        margin: 12px;
    }
    .titre-item-categories p {
        font-size: 16px;
    }
    .img-item-categories img {
        width: 220px;
    }
    .global-item-categories {
        display: flex;
        justify-content: center;
    }
    /*------- css produit-detail -----------*/
    .titre-header-detail-produit {
        justify-content: center;
    }
    .titre-detail-produit {
        padding-left: 0;
        text-align: center;
        margin-top: 0;
    }
    .categorie-titre-detail-produit {
        display: flex;
        justify-content: center;
    }
    .titre-detail-produit p {
        font-size: 10px;
        letter-spacing: 3px;
        margin-bottom: 20px;
    }
    .titre-detail-produit h1 {
        font-size: 30px;
    }
    /*--------------------*/
    .discru-detail-produit {
        margin-top: 50px;
    }
    .grnd-titre-discru h1 {
        font-size: 75px;
        padding: 0;
        text-align: center;
    }
    .discru-produit {
        padding: 20px;
        text-align: center;
    }
    /*--------------------*/
    .discru-item-propre-produit {
        padding: 0px 20px;
        font-size: 12px;
    }
    .titre-propre-produit {
        font-size: 25px;
        text-align: center;
    }
    /*--------------------*/
    .proper-switcher-detail h3 {
        font-size: 28px;
        margin-bottom: 30px;
        margin-top: 25px;
    }
    .proper-switcher-detail li {
        padding-bottom: 25px;
        font-size: 12px;
    }
    .img-detail-discru {
        display: flex;
        justify-content: center;
    }
    .discru-detail {
        padding-left: 25px;
    }
    /*--------------------*/
    .titre-config {
        font-size: 55px;
        text-align: center;
    }
    #carousel-config .owl-nav .owl-next {
        position: absolute;
        right: 25px;
        display: block;
    }
    #carousel-config .owl-nav .owl-prev {
        position: absolute;
        left: 25px;
        display: block;
    }
    #carousel-cate .owl-nav .owl-next {
        position: absolute;
        right: 25px;
        display: block;
    }
    #carousel-cate .owl-nav .owl-prev {
        position: absolute;
        left: 25px;
        display: block;
    }
    /*--------------------*/
    .titre-galerie {
        font-size: 50px;
        margin-bottom: -24px;
        padding-right: 32px;
    }
    #carousel-galerie .owl-nav {
        position: absolute;
        top: -35px;
        left: 20px;
    }
    .galerie .owl-carousel .owl-nav button.owl-next img {
        width: 40px;
    }
    .galerie .owl-carousel .owl-nav button.owl-prev img {
        width: 40px;
    }
    #carousel-galerie .owl-nav .owl-next {
        margin-left: 0px;
    }
    .galerie .owl-stage {
        padding-left: 0px !important;
    }
    /*--------------------*/
    .qst-telecharger {
        top: 5%;
        left: 25%;
        width: auto;
        text-align: center;
    }
    .qst-telecharger h2 {
        font-size: 25px;
        margin-bottom: 25px;
        text-align: center;
    }
    .qst-telecharger a {
        font-size: 10px;
        padding: 7px 10px 10px 38px;
    }
    .qst-telecharger a::after {
        top: 5px;
        left: 14px;
        background-size: 16px;
    }
    /*--------- decouvrir conseils-------------*/
    .titre-conseils {
        text-align: center;
    }
    .img-conseils {
        padding-right: 0px;
        padding-bottom: 50px;
    }
    .discru-conseils p {
        font-size: 17px;
        line-height: 40px;
        text-align: center;
    }
    .source-titre {
        font-family: markpro_regular;
        font-size: 17px;
        color: #5b5b5b;
        display: block;
    }
    .source-titre p {
        padding-bottom: 10px;
    }
    .source-link a {
        padding-bottom: 10px;
        font-size: 12px;
    }
    /*--------- decouvrir labels -------*/
    .labels {
        display: none;
    }
    .labels-responsive {
        display: block;
    }
    .menu-labels-responsive {
        text-align: center;
        position: relative;
    }
    .menu-labels-responsive select {
        padding: 0px 20px;
        outline: none;
        width: 100%;
        height: 7vh;
        font-family: markpro_medium;
        font-size: 16px;
        color: #225985;
        border: solid 2px #225985;
        appearance: none;
    }
    .menu-labels-responsive:after {
        content: '';
        background: url("../images/select.png");
        background-repeat: no-repeat;
        background-size: 16px;
        width: 23px;
        height: 12px;
        position: absolute;
        top: 40%;
        right: 30px;
    }
    #label-qualicoat {
        display: block;
    }
    #label-qualimarine {
        display: none;
    }
    #cstb {
        display: none;
    }
    .cstb img {
        width: 296px;
    }
    .cstb {
        text-align: center;
    }
    .header-qualicoat {
        display: block;
        align-items: center;
        text-align: center;
        margin-top: 20px;
    }
    .header-qualicoat p {
        margin: 0px;
    }
    .discru-qualicoat {
        margin-top: 40px;
    }
    .list-qualicoat li,
    .tab-content>.tab-pane ul li {
        font-size: 12px;
        padding-left: 40px;
        padding-bottom: 40px;
    }
    .list-qualicoat li:before,
    .tab-content>.tab-pane ul li:before {
        content: '';
        background-repeat: no-repeat;
        background-size: 20px;
    }
    .header-energetiques h2 {
        margin-top: 50px;
    }
    .content-energetiques h2 {
        font-size: 20px;
    }
    .content-energetiques p {
        font-size: 15px;
    }
    .map-contact {
        margin-top: 50px;
    }
}

.section_breadcrumbs {
    padding-top: 30px;
}

.section_breadcrumbs ul {
    list-style: none;
}

.section_breadcrumbs ul li {
    display: inline-block;
    margin-right: 5px;
}

.section_breadcrumbs ul li a {
    font-size: 14px;
    color: #d1d1d1;
    font-family: 'markpro_medium';
    text-transform: uppercase;
}

.section_breadcrumbs ul li a::after {
    content: '>';
    display: inline-block;
    color: #d1d1d1;
    font-size: 14px;
    margin-left: 5px;
}

.section_breadcrumbs ul li:last-child a::after {
    display: none;
}

.section_breadcrumbs ul li:last-child a {
    color: #236194;
}

.loupe {
    display: block;
    padding-top: 30px;
}

.desc_categorie p {
    font-family: 'markpro_regular';
    font-size: 17px;
    color: #616161;
    line-height: 35px;
    margin-top: 40px;
    margin-bottom: 0;
}