@charset "UTF-8";

/*REGLAGES GÉNÉRAUX*/
html,
body {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    margin: 0;
}

main {
    height: 100%
}

sup {
    font-size: 50%;
    display: inline-block;
}

div {
    box-sizing: border-box;
}

.grecaptcha-badge {
    display: none !important;
}

.mentionslegales {
    font-size: 12px !important;
    line-height: 15px;
    text-align: justify;
}

@media (max-width:990px) {
    h1.vc_custom_heading {
        font-size: 25px !important;
        line-height: 28px !important;
        margin-bottom: 30px !important;
    }

    h2.vc_custom_heading {
        font-size: 22px !important;
        line-height: 25px !important;
        margin-bottom: 20px !important;
    }

    h3.vc_custom_heading {
        font-size: 18px !important;
        line-height: 22px !important;
        margin-bottom: 10px !important;
    }

    .mobileorder1 {
        order: 1;
    }

    .mobileorder2 {
        order: 2;
    }
}

.sidebarcustom {
    padding-bottom: 30px;
}

/* FIL ARIANE */
#crumbs .container {
    text-align: right;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0px;
    font-size: 12px;
    color: #fff;
    text-shadow: 0px 0px 3px #282828;
    display: inline-block;
    transition: all .5s ease-out;
}

.breadcrumb:hover {
    background-color: rgba(0, 0, 0, 0.8)
}

body.search #crumbs {
    display: none;
}

/* HACK SEPARATEUR */
.vc_sep_width_20 {
    width: 150px !important;
}

@media (max-width:990px) {
    .vc_sep_width_20 {
        width: 80px !important;
    }
}

/*SLIDER*/
.conteneurslider {
    height: 100vh;
    max-height: 1100px;
    min-height: 700px;
    overflow: hidden;
}

#slider {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: block;
    color: #FFF;
    min-height: 800px;
    max-height: 1100px;
}

#slider .left,
#slider .middle,
#slider .right {
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all 0.3s ease-out;
    overflow: hidden;
}

#slider .left {
    top: 0;
    height: 100%;
    width: 50%;
    shape-inside: polygon(0 0, 100% 0, 77% 100%, 0 100%);
    -webkit-shape-inside: polygon(0 0, 100% 0, 77% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 77% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 77% 100%, 0 100%);
    background-color: #BBBBBB;
    z-index: 1;
}

#slider .middle {
    top: 0;
    left: 0;
    height: 100%;
    width: 60%;
    shape-inside: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    -webkit-shape-inside: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    background-color: #BBBBBB;
    z-index: 2;
}

#slider .middle.bis {
    top: 0px;
    left: 38%;
    height: 100%;
    width: 40%;
    shape-inside: polygon(30% 0, 100% 0, 75% 100%, 0% 100%);
    -webkit-shape-inside: polygon(30% 0, 100% 0, 75% 100%, 0% 100%);
    clip-path: polygon(30% 0, 100% 0, 75% 100%, 0% 100%);
    -webkit-clip-path: polygon(30% 0, 100% 0, 75% 100%, 0% 100%);
    background-color: #BBBBBB;
    z-index: 2;
}

#slider .right {
    right: 0;
    top: 0;
    width: 60%;
    shape-inside: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-shape-inside: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    background-color: #D7D7D7;
    z-index: 3;
}

#slider .left.batiment {
    width: 33%;
    z-index: 3;
    shape-inside: polygon(0 0, 100% 0, 63% 100%, 0 100%);
    -webkit-shape-inside: polygon(0 0, 100% 0, 63% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 63% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 63% 100%, 0 100%);
}

#slider .middle.batiment {
    width: 50%;
    z-index: 2;
    left: 0;
    shape-inside: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
    -webkit-shape-inside: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);

}

#slider .right.batiment {
    width: 70%;
    z-index: 0;
    shape-inside: polygon(21% 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-shape-inside: polygon(21% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(21% 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(21% 0, 100% 0, 100% 100%, 0% 100%);
}

#slider .middle.habitation {
    z-index: 10;
    left: 0;
    width: 65%;
    shape-inside: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    -webkit-shape-inside: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}

#slider .left .declencheur,
#slider .middle .declencheur,
#slider .right .declencheur {
    height: 200%;
    width: 100%;
    position: absolute;
    z-index: 1000;
    transform-origin: center center;
}

#slider .left .declencheur {
    transform: rotate(13deg);
    left: -35%;
    top: -10%;
}

#slider .middle .declencheur {
    transform: rotate(10deg);
    left: 0;
    top: -10%;
    width: 100%;
}

#slider .right .declencheur {
    transform: rotate(10deg);
    left: 4%;
    top: -10%;
}

#slider .left .declencheur.declencheurinactif,
#slider .middle .declencheur.declencheurinactif,
#slider .right .declencheur.declencheurinactif {
    display: none;
}

#slider .left .overlayslider,
#slider .middle .overlayslider,
#slider .right .overlayslider {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 1;
    transition: all 0.3s ease-out;
    top: 0;
}

#slider .overlayslider.opacity {
    opacity: 0.2;
}

#slider .middle .overlayslider.opacity {
    opacity: 0.4;
}

#slider .right .overlayslider.opacity {
    opacity: 0.4;
}

#slider .contenuslider {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 58%;
    display: flex;
    flex-direction: column;
    min-height: 400px;
}

#slider .middle .contenuslider {
    right: 60px;
}

#slider .right.habitation {
    width: 55%;
}

#slider .accrochehp {
    z-index: 20;
    position: absolute;
    top: 25%;
    width: 100%;
    text-align: center;
    transform: translateY(-50px);
    transition: all 1s ease-in-out;
}

#slider .accrochehp.opacity {
    opacity: 0;
}

#slider .accrochehp.display {
    display: none;
}

#slider .contenuslider h1,
#slider .contenuslider h2 {
    font-size: 40px;
    font-weight: 300;
    text-align: left;
    margin: 0 0 10px;
}

#slider .contenuslider h1 a,
#slider .contenuslider h2 a {
    color: inherit;
    text-decoration: none;
}

#slider .contenuslider ul {
    padding: 0;
}

#slider .contenuslider ul li {
    list-style: none;
    transition: all .2s ease;
}

#slider .contenuslider ul li:hover {
    margin-left: 15px;
}

#slider .contenuslider ul li::before {
    content: '›';
    margin-right: 1em;
}

#slider .contenuslider ul li a:hover {
    text-decoration: none;
    cursor: pointer;
}

#slider .contenuslider .boutonunivershp,
#slider .left.batiment .contenuslider .boutonunivershp {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    transition: all .3s ease;
    top: 50px;
    opacity: 0;
    position: relative;
}

#slider .left .contenuslider .boutonunivershp {
    top: 10px;
    background-color: #666;
    opacity: 1;
}

#slider .right.batiment .contenuslider .boutonunivershp {
    top: 10px;
    background-color: #666;
    opacity: 1;
}

#slider .middle.habitation .contenuslider .boutonunivershp {
    top: 10px;
    background-color: #666;
    opacity: 1;
}

#slider .left .contenuslider .boutonunivershp:hover,
#slider .right.batiment .contenuslider .boutonunivershp:hover,
#slider .middle.habitation .contenuslider .boutonunivershp:hover {
    background-color: #444;
}

#slider .left .contenuslider {
    padding: 0 30% 40px 20%;
}

#slider .middle .contenuslider {
    padding: 0 20% 40px 30%;
}

#slider .right .contenuslider {
    padding: 0 15% 40px 30%;
}

#slider .contenuslider .produitsslider div {
    background-color: rgba(0, 0, 0, 0.7);
}

#slider .left .contenuslider .produitsslider div {
    width: 48%;
    margin-bottom: 4%;
}

#slider .right.batiment .contenuslider .produitsslider div+div {
    width: 48%;
    margin-bottom: 2%;
}

#slider .right.batiment .contenuslider .produitsslider .particulier {
    width: 100%;
    margin-bottom: 2%;
}

#slider .left .contenuslider .produitsslider div+div+div,
#slider .right.batiment .contenuslider .produitsslider div+div+div+div {
    width: 30.6%;
}

#slider .right.batiment .contenuslider .produitsslider div+div+div+div {
    margin-bottom: 0;
}

#slider .left .contenuslider .produitsslider div:last-child {
    width: 100%;
    margin-bottom: 0;
}

#slider .left.batiment .contenuslider,
#slider .right .contenuslider,
#slider .middle .contenuslider {
    color: rgba(255, 255, 255, 0.40);
}

#slider .left .contenuslider,
#slider .right.batiment .contenuslider,
#slider .middle.habitation .contenuslider {
    color: rgba(255, 255, 255, 1);
}


#slider .left.batiment .contenuslider .produitsslider div,
#slider .right .contenuslider .produitsslider div {
    margin-bottom: 5px;
    width: 100%;
    max-width: 400px;
}

#slider .left .contenuslider .produitsslider div,
#slider .right.batiment .contenuslider .produitsslider div {
    max-width: inherit;
}

#slider .left .contenuslider .produitsslider h3,
#slider .right.batiment .contenuslider .produitsslider h3 {
    margin: 0 auto 10px;
    font-size: 20px;
    font-weight: 600;
}

#slider .left.batiment .contenuslider .produitsslider h3,
#slider .right .contenuslider .produitsslider h3 {
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
}

#slider .left .contenuslider .produitsslider p,
#slider .right.batiment .contenuslider .produitsslider p {
    font-size: 15px;
    font-weight: 300;
}

#slider .left .contenuslider .produitsslider div+div+div p,
#slider .right.batiment .contenuslider .produitsslider div+div+div p {
    font-size: 13px;
}

#slider .left .contenuslider .produitsslider span,
#slider .right.batiment .contenuslider .produitsslider span {
    display: block;
}

#slider .left.batiment .contenuslider .produitsslider span,
#slider .right .contenuslider .produitsslider span {
    display: inline-block;
}

#slider .left .contenuslider .produitsslider div a,
#slider .middle .contenuslider .produitsslider div a,
#slider .right .contenuslider .produitsslider div a {
    display: block;
    height: 100%;
    color: #FFF;
    text-decoration: none;
    box-sizing: border-box;
    transition: all 0.2s ease-out;
}

#slider .left .contenuslider .produitsslider div a,
#slider .right.batiment .contenuslider .produitsslider div a {
    padding: 10px;
}

#slider .left.batiment .contenuslider .produitsslider div a,
#slider .middle .contenuslider .produitsslider div a,
#slider .right .contenuslider .produitsslider div a {
    padding: 5px;
}

#slider .fullwidth a {
    background-size: 23px 23px;
    background-repeat: no-repeat;
    background-position: right bottom;
}

#slider a.rouge {
    background-image: url(../../images/fleche-rouge.svg);
}

#slider a.orange {
    background-image: url(../../images/fleche-orange.svg);
}

#slider a.vert {
    background-image: url(../../images/fleche-vert.svg);
}

#slider a.vert_tdv {
    background-image: url(../../images/fleche-vert.svg);
}

#slider a.violet {
    background-image: url(../../images/fleche-violet.svg);
}

#slider a.bleuciel {
    background-image: url(../../images/fleche-bleuciel.svg);
}

#slider a.bleu {
    background-image: url(../../images/fleche-bleu.svg);
}

#slider a.rose {
    background-image: url(../../images/fleche-rose.svg);
}

#slider a.jaune {
    background-image: url(../../images/fleche-jaune.svg);
}

#slider a:hover.rouge {
    background-color: #da0613;
}

#slider a:hover.orange {
    background-color: #fa8e00;
}

#slider a:hover.vert {
    background-color: #85b11f;
}

#slider a:hover.vert_tdv {
    background-color: #95c11f;
}

#slider a:hover.violet {
    background-color: #8f0064;
}

#slider a:hover.bleuciel {
    background-color: #47b0ff;
}

#slider a:hover.bleu {
    background-color: #0070b9;
}

#slider a:hover.rose {
    background-color: #ff00a2;
}

#slider a:hover.jaune {
    background-color: #ffc100;
}

#slider .video {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
}

#slider .video>video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/* ============== ACCORDION JS ============== */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none !important;
    background: transparent !important;
}

.ui-widget-content {
    border: none !important;
    background: transparent !important;
}

.sliderbis {
    max-width: none !important;
}

.sliderbis .produitsslider {
    padding-left: 5em !important;
    padding-right: 4em !important;
}

.sliderbis .produitsslider {
    padding-left: 5em !important;
    padding-right: 4em !important;
}

#slider .fullwidth.middle .sliderbis .produitsslider div {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
    width: 203px !important;
    margin-left: 1em;
    margin-right: 1em;
    font-family: 'Open Sans', sans-serif;
}

#slider .fullwidth.middle .sliderbis .produitsslider div hr {
    border-bottom: dotted 1px white;
}

#slider .fullwidth.middle .sliderbis .produitsslider div h2 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
}

#slider .fullwidth.middle .sliderbis .produitsslider div h2 span {
    font-size: .58em;
    color: #fff;
}

/* #slider .fullwidth.middle .sliderbis .produitsslider div  { -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
#slider .fullwidth.middle .sliderbis .produitsslider a:hover { -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;}
*/
#slider .fullwidth.middle .sliderbis .produitsslider div a:hover h2 {
    color: #fff;
}

#slider .fullwidth.middle .sliderbis .produitsslider div a:hover h2 span {
    color: #fff;
}

#slider .fullwidth.middle .sliderbis .produitsslider div a:hover p {
    color: #fff;
}

#slider .fullwidth.middle .sliderbis .produitsslider div a:hover.rouge {
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

#slider .fullwidth .sliderbis .produitsslider {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: center !important;
    flex-direction: row !important;
}

.bt-jedecouvre {
    width: 200px;
    height: auto;
}

@media (max-width:617px) {
    #slider .fullwidth.middle .sliderbis .produitsslider div {
        width: 90% !important;
    }

    .sliderbis .produitsslider {
        padding-left: 0em !important;
        padding-right: 0em !important;
    }

}


/* 1. Pas de support d'object-fit */
@media (min-aspect-ratio: 16/9) {
    #slider .video>video {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    #slider .video>video {
        width: 300%;
        left: -100%;
    }
}

/* 2. En cas de support d'object-fit, écrase les règles en (1) */
@supports (object-fit: cover) {
    #slider .video>video {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
    }
}

#slider .video .trackerauto,
#slider .video .trackerbat {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0px;
    height: 0px;
    display: none;
}

@media (max-width:1450px) and (min-width:990px) {

    #slider .left .contenuslider .produitsslider div+div+div h3,
    #slider .right.batiment .contenuslider .produitsslider div+div+div h3 {
        font-size: 15px !important;
    }
}

@media (max-width:990px) {
    .conteneurslider {
        height: auto;
        max-height: inherit;
        min-height: inherit;
    }

    #slider {
        width: 100%;
        height: auto;
        max-height: inherit;
        min-height: inherit;
    }

    #slider .accrochehp {
        top: 280px;
        padding: 0 30px;
    }

    #slider .left {
        background-image: url("../../images/auto-mob-new.jpg");
        background-position: center;
    }

    #slider .middle {
        background-image: url("../../images/hab-mob.jpg");
        background-position: center;
    }

    #slider .right {
        background-image: url("../../images/bat-mob.jpg");
        background-position: center;
    }

    #slider .right.habitation {
        width: 100%;
    }

    #slider .middle,
    #slider .middle.habitation {
        background-size: cover;
        position: relative;
        height: auto;
        left: 0;
        width: 100%;
        padding: 450px 0 50px 0;
        shape-inside: polygon(0 0, 100% 0, 100% 94%, 0 100%);
        -webkit-shape-inside: polygon(0 0, 100% 0, 100% 94%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
        transition: none !important;
        margin: -60px 0;
        z-index: 2;
    }

    #slider .right,
    #slider .right.batiment {
        background-size: cover;
        position: relative;
        height: auto;
        left: 0;
        width: 100%;
        padding: 200px 0 50px 0;
        shape-inside: none !important;
        -webkit-shape-inside: none !important;
        clip-path: none !important;
        -webkit-clip-path: none !important;
        transition: none !important;
        z-index: 1;
    }

    #slider .left .declencheur,
    #slider .middle .declencheur,
    #slider .right .declencheur {
        display: none;
    }

    #slider .left .overlayslider {
        opacity: 0;
    }

    #slider .middle .overlayslider,
    #slider .right .overlayslider {
        opacity: 0.4;
    }

    #slider .left .contenuslider,
    #slider .middle .contenuslider,
    #slider .right .contenuslider {
        padding: 0 30px 30px;
        height: auto;
        min-height: inherit;
        right: 0;
    }

    #slider .contenuslider .produitsslider {
        padding-bottom: 40px;
        color: rgba(255, 255, 255, 1.00) !important;
    }

    #slider .left .contenuslider .produitsslider div {
        max-width: inherit !important;
    }

    #slider .contenuslider h1,
    #slider .contenuslider h2 {
        font-size: 35px;
        text-align: left;
    }

    #slider .contenuslider h1 a,
    #slider .contenuslider h2 a {
        color: rgba(255, 255, 255, 1.00) !important;
    }

    #slider .contenuslider .boutonunivershp,
    #slider .left.batiment .contenuslider .boutonunivershp {
        top: 10px;
        opacity: 1;
        background-color: #666;
    }

    #slider .left .contenuslider .produitsslider div h3,
    #slider .middle .contenuslider .produitsslider div h3,
    #slider .right .contenuslider .produitsslider div h3 {
        margin: 0 auto 5px !important;
        font-size: 15px;
    }

    #slider .left .contenuslider .produitsslider div+div+div h3,
    #slider .right .contenuslider .produitsslider div+div+div+div h3 {
        font-size: 13px !important;
    }

    #slider .left .contenuslider .produitsslider span,
    #slider .right .contenuslider .produitsslider span {
        display: block;
    }

    #slider .left .contenuslider .produitsslider div,
    #slider .middle .contenuslider .produitsslider div,
    #slider .right .contenuslider .produitsslider div {
        width: 48% !important;
        margin-bottom: 4% !important;
    }

    #slider .left .contenuslider .produitsslider div+div+div,
    #slider .right .contenuslider .produitsslider div+div+div+div {
        width: 30.6% !important;
    }

    /*    #slider .right .contenuslider .produitsslider div + div + div {
        margin-bottom: 0 !important;
    }*/
    /*#slider .left .contenuslider .produitsslider div:last-child {
        width: 100% !important;
        margin-bottom: 0 !important;
    }*/
    #slider .left .contenuslider .produitsslider div a,
    #slider .right.batiment .contenuslider .produitsslider div a {
        padding: 5px;
    }

    #slider .video {
        display: none;
    }
}

@media (max-width:410px) {

    #slider .left .contenuslider .produitsslider div h3,
    #slider .right .contenuslider .produitsslider div h3 {
        margin: 0 auto 5px !important;
        font-size: 13px;
    }

    #slider .left .contenuslider .produitsslider div+div+div h3,
    #slider .right .contenuslider .produitsslider div+div+div+div h3 {
        font-size: 10px !important;
    }

    #slider .left .contenuslider .produitsslider div a,
    #slider .right.batiment .contenuslider .produitsslider div a {
        padding: 3px;
    }
}

@media (max-width:370px) {

    #slider .left .contenuslider .produitsslider span,
    #slider .right .contenuslider .produitsslider span {
        display: inline-block !important;
    }

    #slider .left .contenuslider .produitsslider div h3,
    #slider .right .contenuslider .produitsslider div h3 {
        margin: 0 auto 5px !important;
        font-size: 13px;
    }

    #slider .left .contenuslider .produitsslider div+div+div h3,
    #slider .right .contenuslider .produitsslider div+div+div+div h3 {
        font-size: 10px !important;
    }

    #slider .left .contenuslider .produitsslider div a,
    #slider .right.batiment .contenuslider .produitsslider div a {
        padding: 3px;
    }
}

main .content {
    width: 100%;
    max-width: 1300px;
    padding: 15px;
    margin: auto;
}


/* page automobile et batiment */
#slider .fullwidth.left,
#slider .fullwidth.middle,
#slider .fullwidth.right {
    width: 100% !important;
    shape-inside: none !important;
    -webkit-shape-inside: none !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
    left: 0 !important;
    float: none !important;
}




#slider .fullwidth .contenuslider {
    width: 100%;
    max-width: 1300px;
    padding: 0 15px 15px;
    margin: 0 auto;
    min-height: 250px;
    height: auto;
}

#slider .fullwidth .contenuslider .produitsslider {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row !important;
}

#slider .fullwidth.left .contenuslider .produitsslider div {
    width: 18%;
    margin-bottom: 30px !important;
}

#slider .fullwidth.middle .contenuslider .produitsslider div {
    width: 23%;
    margin-bottom: 30px !important;
}

#slider .fullwidth.right .contenuslider .produitsslider div {
    width: 15%;
    margin-bottom: 30px !important;
}

#slider .fullwidth .contenuslider h1 {
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    margin: 0 0 40px;
    color: rgba(255, 255, 255, 1.00);
}

#slider .fullwidth .contenuslider .produitsslider h2 {
    margin: 0 auto 10px !important;
    font-size: 20px;
    font-weight: 600 !important;
    text-align: left;
}

#slider .fullwidth .contenuslider .produitsslider p {
    margin: 0 !important;
    font-size: 15px;
    font-weight: 300;
}

#slider .fullwidth .contenuslider .produitsslider span {
    display: block;
}

@media (max-width:990px) {
    #slider .fullwidth .contenuslider .produitsslider {
        flex-wrap: wrap;
        padding-bottom: 0;
    }

    #slider .fullwidth .contenuslider .produitsslider div {
        width: 48% !important;
        margin-bottom: 30px !important;
    }

    /*#slider .fullwidth .contenuslider .produitsslider div:last-child {
        width: 30.6% !important;
        margin-bottom: 30px !important;
    }*/
    #slider .fullwidth .contenuslider h1 {
        font-size: 25px;
    }

    #slider .fullwidth .contenuslider .produitsslider div h2 {
        font-size: 15px;
    }

    #slider .fullwidth.left .contenuslider .produitsslider div+div+div h2 {
        font-size: 13px !important;
    }

    #slider .fullwidth.right .contenuslider .produitsslider div+div+div+div h2 {
        font-size: 13px !important;
    }
}

@media (max-width:410px) {
    #slider .fullwidth .contenuslider .produitsslider div h2 {
        margin: 0 auto 5px !important;
    }

    #slider .fullwidth.left .contenuslider .produitsslider div+div+div h2 {
        font-size: 10px !important;
    }

    #slider .fullwidth.right .contenuslider .produitsslider div+div+div+div h2 {
        font-size: 10px !important;
    }
}

/*HP*/
.bthp-trouver,
.bthp-contact {
    color: #ffffff;
    text-decoration: none;
    background-color: #da0613;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 350px;
    padding: 15px;
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
    border-radius: 5px;
    margin: auto;
    transition: all 0.2s ease-out;
}

.bthp-trouver i,
.bthp-contact i {
    font-size: 25px;
    margin-right: 15px
}

.bthp-trouver {
    background-color: #da0613;
}

.bthp-contact {
    background-color: #878787;
}

.bthp-trouver:hover,
.bthp-contact:hover {
    text-decoration: none;
    color: #ffffff;
}

.bthp-trouver:hover {
    background-color: #92040C;
}

.bthp-contact:hover {
    background-color: #575757;
}

.blochp div {
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: top right !important;
}

/* AJOUT PANIER DEVIS */
/* .page_button, .page_button_mobile {display: none !important;} */