#acb-banner {
width:100%!important;
} 
#blockexp .btn-primary {
    background-color:#99B815!important;
    text-transform:uppercase!important;
    font-weight:bold!important;
    border-radius:0!important;
}
p.mise-en-avant {
    color:#40602F!important;
    font-weight:bold;
}
.homepagefeatured {
    margin-top:5%;
    margin-bottom:5%;
}
.wpcf7-submit {
    background-color: #ABD373;
    color: #000;
    padding: 15px 40px;
}
.wpcf7-form-control-wrap .select_arrow {
    border-left: 1px solid #000;
    height:45px;
}
.wpcf7-form-control-wrap .select_arrow::before {
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    top: 14px;
}
.wpcf7 input::placeholder{
    color:#000;
}
.form-control{
    color:#000;
    border-radius: 0!important;
    border: none;
}
.wpcf7-form-control-wrap select.form-control:not([size]):not([multiple]), .wpcf7 input.form-control{
    min-height:45px;
}
.advanced-cms-wrapper.t17{
    padding:0!important;
}
#blockexp.banner-wrapper{
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
#blockexp.banner-wrapper .banner-entete .text-bandeau{
    position:absolute;
    left:50%;
    transform:translate(-50%,-50%);
    top:50%;
}
#blockexp.banner-wrapper .banner-entete .text-bandeau p{
    margin-bottom:0;
    font-size: 42px;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    line-height: 45px;
}
#blockexp.banner-video, #blockexp.banner-text-right{
    padding:4rem;
    display: flex;
    align-items: center;
}
#blockexp.banner-video .text-video{
    padding-right:3rem;
}
#blockexp.banner-video .text-video p.subtitle, #blockexp.banner-text-right .text-bloc p.subtitle{
    color: #99B815;
    text-transform: uppercase;
    margin-bottom: 0;
}
#blockexp.banner-video .text-video h2, #blockexp.banner-text-right .text-bloc h2{
    font-size: 34px;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
}
#blockexp.banner-video .text-video .listing-point-fort{
    position:relative;
    margin-top:3rem;
    margin-bottom:3rem;
}
#blockexp.banner-video .text-video .listing-point-fort:before, #blockexp.banner-video .text-video .listing-point-fort:after{
    content:"";
    position:absolute;
    background-color:#99B815;
    width:100px;
    height:2px;
    left:0;
}
#blockexp.banner-video .text-video .listing-point-fort:before{
    top:-20px;
}
#blockexp.banner-video .text-video .listing-point-fort:after{
    bottom:-20px;
}
#blockexp.banner-video .text-video .listing-point-fort span{
    text-transform: uppercase;
    color: #40602F;
    font-size: 14px;
    display:block;
}
#blockexp.banner-video .text-video .listing-point-fort span:last-child{
    margin-bottom:0;
}
#blockexp.banner-video .text-video .devis{
    color:#000;
}
#blockexp.banner-video .text-video .text{
    line-height:18px;
    margin-bottom:0;
}
#blockexp.banner-video .video{
    position:relative;
    z-index:1;
}
#blockexp.banner-video .video:before{
    content:"";
    position:absolute;
    background-color:#99B815;
    height:430px;
    width:200px;
    top:50%;
    left:-30px;
    transform:translateY(-50%);
    z-index:-1;
}
#blockexp.banner-video .video p{
    margin-bottom:0;
}
#blockexp.banner-text-right{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#blockexp.banner-text-right .text-bloc{
    padding-left:3rem;
}
#blockexp.banner-text-right .text-bloc h2{
    position:relative;
    margin-bottom:50px;
}
#blockexp.first-banner .img-bloc img{
    height:450px;
    object-fit:cover;
}
#blockexp.banner-text-right .img-bloc img{
    height:400px;
    object-fit:cover;
}
#blockexp.banner-text-right .text-bloc h2:before{
    content:"";
    position:absolute;
    background-color:#99B815;
    width:100px;
    height:2px;
    left:0;
    bottom:-20px;
}
#blockexp.banner-text-right .text-bloc .listing-savoir-faire p{
    color: #40602F;
    font-size: 16px;
}
#blockexp .btn-primary{
    background-color:#99B815;
    transition: all .4s ease-out;
    margin-bottom:0!important;
    margin-top:2rem;
}
#blockexp .btn-primary a{
    color:#000;
    text-transform:uppercase;
    font-size:14px;
    font-weight:500;
    transition: all .4s ease-out;
}
#blockexp .btn-primary:hover{
    background-color:#40602F;
    transition: all .4s ease-out;
}
#blockexp .btn-primary:hover a{
    color: #fff;
    transition: all .4s ease-out;
}
#blockexp.banner-text-right > div{
    display:flex;
    align-items:center;
}
#blockexp.banner-titre .deco-titre img,
.homepagefeatured .deco-titre img,
#googleReviewsContainer .deco-titre img {
    width: 200px;
    margin: 0 auto;
}
#blockexp.banner-titre .titre-section,
.homepagefeatured .titre-section,
#googleReviewsContainer .titre-section {
    font-size: 24px;
    text-transform: uppercase;
    text-align:center;
    color: #000;
    font-weight: 800;
    margin-top: 5px !important;
    margin-bottom: 2rem !important;
}
#blockexp.banner-titre{
    padding:4rem;
}
#blockexp.banner-titre .bloc-produit .rte{
    padding:1rem;
    border : solid 1px #e5e5e5;
    position: relative;
}
#blockexp.banner-titre .bloc-produit .rte h3{
    text-transform:uppercase;
    font-size: 24px;
    font-weight:400;
    margin-bottom:2rem;
}
#blockexp.banner-titre .bloc-produit .rte .btn-primary{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:-15px;
}
#blockexp.banner-etape{
    padding:4rem;
    background-color:#EDEDED;
}
#blockexp.banner-etape .deco-titre img{
    width: 200px;
    margin: 0 auto;
}
#blockexp.banner-etape .titre-section{
    font-size: 24px;
    text-transform: uppercase;
    text-align:center;
    color: #000;
    font-weight: 800;
    margin-top: 5px !important;
    margin-bottom: 5rem !important;
}
#blockexp.banner-etape .bloc-etape .rte .number{
    font-size: 30px;
    text-transform: uppercase;
    text-align:center;
    color: #fff;
    font-weight: 800;
    margin-bottom: 4rem;
    position:relative;
    z-index:1;
}
#blockexp.banner-etape .bloc-etape .rte .number:before{
    content:"";
    position:absolute;
    background-color:#99B815;
    width:110px;
    height:110px;
    border-radius:50%;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:-1;
}
#blockexp.banner-etape .bloc-etape .rte .text-number{
    font-size: 18px;
    text-transform: uppercase;
    text-align:center;
    color: #40602F;
    font-weight: 500;
}
#blockexp.banner-etape .bloc-etape .rte .number:after {
    content:"";
    position:absolute;
    background-color:#99B815;
    width:235px;
    height:2px;
    top:50%;
    right:-134px;
    transform:translateY(-50%);
    z-index:-1;
}
#blockexp.banner-etape .bloc-etape:last-child .rte .number:after {
    display:none;
}
#blockexp.banner-formulaire{
    padding:4rem;
}
#blockexp.banner-formulaire .deco-titre img{
    width: 200px;
    margin: 0 auto;
}
#blockexp.banner-formulaire .titre-section{
    font-size: 24px;
    text-transform: uppercase;
    text-align:center;
    color: #000;
    font-weight: 800;
    margin-top: 5px !important;
    margin-bottom: 5rem !important;
}
#blockexp.banner-text-left{
    background-color:#ededed;
    display: flex;
    align-items: center;
    padding:4rem;
}
#blockexp.banner-text-left .text-bloc{
    padding-right:3rem;
}
#blockexp.banner-text-left .text-bloc h2{
    position:relative;
    margin-bottom:50px;
    font-size: 34px;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
}
#blockexp.banner-text-left .text-bloc p.subtitle{
    color: #99B815;
    text-transform: uppercase;
    margin-bottom: 0;
}
#blockexp.banner-text-left .text-bloc h2:before{
    content:"";
    position:absolute;
    background-color:#99B815;
    width:100px;
    height:2px;
    left:0;
    bottom:-20px;
}
#blockexp.banner-text-left .text-bloc .text-descriptif p{
    color: #000;
    font-size: 16px;
}
#blockexp.banner-text-left .img-bloc{
    position:relative;
    z-index:1;
}
#blockexp.banner-text-left .img-bloc:before{
    content:"";
    position:absolute;
    background-color:#99B815;
    height:430px;
    width:200px;
    top:50%;
    left:-30px;
    transform:translateY(-50%);
    z-index:-1;
}

#blockdecortenimg .btn-primary {
    background-color:#99B815!important;
    text-transform:uppercase!important;
    font-weight:bold!important;
    border-radius:0!important;
}

#blockdecortenimg.banner-wrapper{
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
#blockdecortenimg.banner-wrapper .banner-entete .text-bandeau{
    position:absolute;
    left:50%;
    transform:translate(-50%,-50%);
    top:50%;
}
#blockdecortenimg.banner-wrapper .banner-entete .text-bandeau p{
    margin-bottom:0;
    font-size: 42px;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    line-height: 45px;
}
#blockdecortenimg.banner-video, #blockdecortenimg.banner-text-right{
    padding:4rem;
    display: flex;
    align-items: center;
}
#blockdecortenimg.banner-video .text-video{
    padding-right:3rem;
}
#blockdecortenimg.banner-video .text-video p.subtitle, #blockdecortenimg.banner-text-right .text-bloc p.subtitle{
    color: #99B815;
    text-transform: uppercase;
    margin-bottom: 0;
}
#blockdecortenimg.banner-video .text-video h2, #blockdecortenimg.banner-text-right .text-bloc h2{
    font-size: 34px;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
}
#blockdecortenimg.banner-video .text-video .listing-point-fort{
    position:relative;
    margin-top:3rem;
    margin-bottom:3rem;
}
#blockdecortenimg.banner-video .text-video .listing-point-fort:before, #blockdecortenimg.banner-video .text-video .listing-point-fort:after{
    content:"";
    position:absolute;
    background-color:#99B815;
    width:100px;
    height:2px;
    left:0;
}
#blockdecortenimg.banner-video .text-video .listing-point-fort:before{
    top:-20px;
}
#blockdecortenimg.banner-video .text-video .listing-point-fort:after{
    bottom:-20px;
}
#blockdecortenimg.banner-video .text-video .listing-point-fort span{
    text-transform: uppercase;
    color: #40602F;
    font-size: 14px;
    display:block;
}
#blockdecortenimg.banner-video .text-video .listing-point-fort span:last-child{
    margin-bottom:0;
}
#blockdecortenimg.banner-video .text-video .devis{
    color:#000;
}
#blockdecortenimg.banner-video .text-video .text{
    line-height:18px;
    margin-bottom:0;
}
#blockdecortenimg.banner-video .video{
    position:relative;
    z-index:1;
}
#blockdecortenimg.banner-video .video:before{
    content:"";
    position:absolute;
    background-color:#99B815;
    height:430px;
    width:200px;
    top:50%;
    left:-30px;
    transform:translateY(-50%);
    z-index:-1;
}
#blockdecortenimg.banner-video .video p{
    margin-bottom:0;
}
#blockdecortenimg.banner-text-right{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#blockdecortenimg.banner-text-right .text-bloc{
    padding-left:3rem;
}
#blockdecortenimg.banner-text-right .text-bloc h2{
    position:relative;
    margin-bottom:50px;
}
#blockdecortenimg.first-banner .img-bloc img{
    height:450px;
    object-fit:cover;
}
#blockdecortenimg.banner-text-right .img-bloc img{
    height:400px;
    object-fit:cover;
}
#blockdecortenimg.banner-text-right .text-bloc h2:before{
    content:"";
    position:absolute;
    background-color:#99B815;
    width:100px;
    height:2px;
    left:0;
    bottom:-20px;
}
#blockdecortenimg.banner-text-right .text-bloc .listing-savoir-faire p{
    color: #40602F;
    font-size: 16px;
}
#blockdecortenimg .btn-primary{
    background-color:#99B815;
    transition: all .4s ease-out;
    margin-bottom:0!important;
    margin-top:2rem;
}
#blockdecortenimg .btn-primary a{
    color:#000;
    text-transform:uppercase;
    font-size:14px;
    font-weight:500;
    transition: all .4s ease-out;
}
#blockdecortenimg .btn-primary:hover{
    background-color:#40602F;
    transition: all .4s ease-out;
}
#blockdecortenimg .btn-primary:hover a{
    color: #fff;
    transition: all .4s ease-out;
}
#blockdecortenimg.banner-text-right > div{
    display:flex;
    align-items:center;
}
#blockdecortenimg.banner-titre .deco-titre img {
    width: 200px;
    margin: 0 auto;
}
#blockdecortenimg.banner-titre .titre-section {
    font-size: 24px;
    text-transform: uppercase;
    text-align:center;
    color: #000;
    font-weight: 800;
    margin-top: 5px !important;
    margin-bottom: 2rem !important;
}
#blockdecortenimg.banner-titre{
    padding:4rem;
}
#blockdecortenimg.banner-titre .bloc-produit .rte{
    padding:1rem;
    border : solid 1px #e5e5e5;
    position: relative;
}
#blockdecortenimg.banner-titre .bloc-produit .rte h3{
    text-transform:uppercase;
    font-size: 24px;
    font-weight:400;
    margin-bottom:2rem;
}
#blockdecortenimg.banner-titre .bloc-produit .rte .btn-primary{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:-15px;
}
#blockdecortenimg.banner-etape{
    padding:4rem;
    background-color:#EDEDED;
}
#blockdecortenimg.banner-etape .deco-titre img{
    width: 200px;
    margin: 0 auto;
}
#blockdecortenimg.banner-etape .titre-section{
    font-size: 24px;
    text-transform: uppercase;
    text-align:center;
    color: #000;
    font-weight: 800;
    margin-top: 5px !important;
    margin-bottom: 5rem !important;
}
#blockdecortenimg.banner-etape .bloc-etape .rte .number{
    font-size: 30px;
    text-transform: uppercase;
    text-align:center;
    color: #fff;
    font-weight: 800;
    margin-bottom: 4rem;
    position:relative;
    z-index:1;
}
#blockdecortenimg.banner-etape .bloc-etape .rte .number:before{
    content:"";
    position:absolute;
    background-color:#99B815;
    width:110px;
    height:110px;
    border-radius:50%;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:-1;
}
#blockdecortenimg.banner-etape .bloc-etape .rte .text-number{
    font-size: 18px;
    text-transform: uppercase;
    text-align:center;
    color: #40602F;
    font-weight: 500;
}
#blockdecortenimg.banner-etape .bloc-etape .rte .number:after{
    content:"";
    position:absolute;
    background-color:#99B815;
    width:235px;
    height:2px;
    top:50%;
    right:-134px;
    transform:translateY(-50%);
    z-index:-1;
}
#blockdecortenimg.banner-etape .bloc-etape:last-child .rte .number:after{
    display:none;
}
#blockdecortenimg.banner-formulaire{
    padding:4rem;
}
#blockdecortenimg.banner-formulaire .deco-titre img{
    width: 200px;
    margin: 0 auto;
}
#blockdecortenimg.banner-formulaire .titre-section{
    font-size: 24px;
    text-transform: uppercase;
    text-align:center;
    color: #000;
    font-weight: 800;
    margin-top: 5px !important;
    margin-bottom: 5rem !important;
}
#blockdecortenimg.banner-text-left{
    background-color:#ededed;
    display: flex;
    align-items: center;
    padding:4rem;
}
#blockdecortenimg.banner-text-left .text-bloc{
    padding-right:3rem;
}
#blockdecortenimg.banner-text-left .text-bloc h2{
    position:relative;
    margin-bottom:50px;
    font-size: 34px;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
}
 #blockdecortenimg.banner-text-left .text-bloc p.subtitle{
    color: #99B815;
    text-transform: uppercase;
    margin-bottom: 0;
}
#blockdecortenimg.banner-text-left .text-bloc h2:before{
    content:"";
    position:absolute;
    background-color:#99B815;
    width:100px;
    height:2px;
    left:0;
    bottom:-20px;
}
#blockdecortenimg.banner-text-left .text-bloc .text-descriptif p{
    color: #000;
    font-size: 16px;
}
#blockdecortenimg.banner-text-left .img-bloc{
    position:relative;
    z-index:1;
}
#blockdecortenimg.banner-text-left .img-bloc:before{
    content:"";
    position:absolute;
    background-color:#99B815;
    height:430px;
    width:200px;
    top:50%;
    left:-30px;
    transform:translateY(-50%);
    z-index:-1;
}
#blockdecortenimg .btn-primary{
    background-color:#99B815!important;
    text-transform:uppercase!important;
    font-weight:bold!important;
    border-radius:0!important;
    transition: all .4s ease-out;
}
#blockdecortenimg.banner-text-left .text-bloc .wrapper-logo{
    margin-bottom: 15px;
}
#blockdecortenimg.banner-text-left .text-bloc .wrapper-logo img{
    height: 50px;
}
#blockdecortenimg.banner-text-left .text-bloc .wrapper-logo p{
    margin: 0 15px;
}
#blockdecortenimg .btn-primary:hover, #blockexp .btn-primary:hover{
    background-color: #40602F!important;
    transition: all .4s ease-out;
}
#blockdecortenimg.banner-text-left{
    position: relative;
}
#blockdecortenimg.banner-text-left:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 180px;
    background-image: url(/modules/advancedcms/uploads/AdvancedCmsBlockImage/brasero-deco.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
    bottom: -3px;
}
.tvcmscustomer-services{
    background-color: #99B815;
    margin-bottom: 0!important;
}
.tvcustomer-services{
    padding-left: 0;
    padding-right: 0;
}
.tvservice-all-block-wrapper{
    background-color: #99B815!important;
}
section#content > div {
    margin-top:5%!important;
    margin-bottom:5%!important;
}
section#content div.tvcms-slider-offerbanner-wrapper {
    margin-top:0!important;
    margin-bottom:0!important;
}
.icon-and-logo {
    margin-left:50px;
    margin-right:50px;
}
@media (min-width: 320px) {
    .tvbanner-hover-wrapper img{
        display: none;
    }
    #blockexp.banner-text-left,  #blockexp.banner-text-left{
        flex-direction:column;
    }
    #blockexp.banner-text-left .text-bloc{
        padding:2rem;
    }
    #blockexp.banner-video .text-video p.subtitle, #blockexp.banner-text-left .text-bloc p.subtitle, #blockexp.banner-text-left .text-bloc p.subtitle{
        margin-top:1rem;
    }
    #blockexp.banner-text-left .img-bloc, #blockexp.banner-text-right .img-brasero{
        display:none;
    }
    #blockexp.banner-text-left .img-accueil{
        order:-1;
    }
    #blockexp.banner-text-left .img-bloc:before {
        display:none;
    }
    #blockexp.banner-text-left .img-bloc img,  #blockexp.banner-text-left .img-bloc img{
        height:250px;
        object-fit:cover;
        width: 100%;
    }
    #blockexp.banner-text-left .text-bloc{
        padding-right:1rem;
    }
    #blockexp.banner-text-left{
        padding:0rem;
    }
    #blockexp.banner-text-right .wrapper-logo{
        margin-top:1rem;
    }
    #blockexp.banner-text-right{
        padding: 2rem 2rem 7rem 2rem;
    }
    #blockexp.banner-text-right .text-bloc .wrapper-logo img{
        height:38px;
    }
    #blockexp.banner-text-right:before{
        width:200px;
    }
    #blockexp.banner-text-right .bloc-video:before{
        width: 100px;
        height: 38px;
        right:0;
    }
    #blockexp.banner-text-right .img-bloc:before{
        display:none;
    }
    #blockdecortenimg.banner-text-left,  #blockexp.banner-text-left{
        flex-direction:column;
    }
    #blockdecortenimg.banner-text-left .text-bloc{
        padding-left:1rem;
    }
    #blockdecortenimg.banner-video .text-video p.subtitle, #blockdecortenimg.banner-text-left .text-bloc p.subtitle, #blockdecortenimg.banner-text-left .text-bloc p.subtitle{
        margin-top:1rem;
    }
    #blockdecortenimg.banner-text-left .img-bloc, #blockdecortenimg.banner-text-left .img-brasero{
        display:none;
    }
    #blockdecortenimg.banner-text-left .img-accueil{
        order:-1;
    }
    #blockdecortenimg.banner-text-left .img-bloc:before {
        display:none;
    }
    #blockdecortenimg.banner-text-left .img-bloc img,  #blockdecortenimg.banner-text-left .img-bloc img{
        height:250px;
        object-fit:cover;
        width: 100%;
    }
    #blockdecortenimg.banner-text-left .text-bloc{
        padding-right:1rem;
    }
    #blockdecortenimg.banner-text-left{
        padding:0rem;
    }
    #blockdecortenimg.banner-text-left .wrapper-logo{
        margin-top:1rem;
    }
    #blockdecortenimg.banner-text-left{
        padding: 2rem 2rem 7rem 2rem;
    }
    #blockdecortenimg.banner-text-left .text-bloc .wrapper-logo img{
        height:38px;
    }
    #blockdecortenimg.banner-text-left:before{
        width:200px;
    }
    #blockdecortenimg.banner-text-left .bloc-video:before{
        width: 100px;
        height: 38px;
        right:0;
    }
    #blockdecortenimg.banner-text-left .img-bloc:before{
        display:none;
    }
}

@media (min-width: 768px) {
    .tvbanner-hover-wrapper img{
        display: block;
    }
    #blockexp.banner-text-left,  #blockexp.banner-text-left{
        flex-direction:column;
    }
    #blockexp.banner-text-right .text-bloc{
        padding-left:1rem;
    }
    #blockexp.banner-video .text-video p.subtitle, #blockexp.banner-text-right .text-bloc p.subtitle, #blockexp.banner-text-left .text-bloc p.subtitle{
        margin-top:1rem;
    }
    #blockexp.banner-text-left .img-bloc, #blockexp.banner-text-right .img-brasero{
        display:none;
    }
    #blockexp.banner-text-left .img-bloc:before {
        height: 310px;
        width: 200px;
        top: -30px;
        left: -20px;
        transform: translateY(0);
        display:block;
    }
    #blockexp.banner-text-right .img-bloc img, #blockexp.banner-text-left .img-accueil img,#blockexp.banner-text-left .img-bloc img{
        height:400px;
        object-fit:cover;
        width: 100%;
    }
    #blockexp.banner-text-left{
        padding:2rem;
    }
    #blockexp.banner-text-right .wrapper-logo{
        margin-top:1rem;
    }
    #blockexp.banner-text-left{
        padding: 4rem 4rem 5rem 4rem;
    }
    #blockexp.banner-text-right .text-bloc{
        padding:2rem;
    }
    #blockexp.banner-text-right .text-bloc .wrapper-logo img{
        height:50px;
    }
    #blockexp.banner-text-right:before{
        width:240px;
    }
    #blockexp.banner-text-right .bloc-video:before{
        width: 130px;
        height: 40px;
        right:-10px;
    }
    #blockexp.banner-text-right .img-bloc:before{
        display:block;
    }
    #blockdecortenimg.banner-text-left > .row,  #blockdecortenimg.banner-text-left{
        flex-direction:column;
    }
    #blockdecortenimg.banner-text-right .text-bloc{
        padding-left:1rem;
    }
    #blockdecortenimg.banner-video .text-video p.subtitle, #blockdecortenimg.banner-text-left .text-bloc p.subtitle, #blockdecortenimg.banner-text-left .text-bloc p.subtitle{
        margin-top:1rem;
    }
    #blockdecortenimg.banner-text-left .img-bloc, #blockdecortenimg.banner-text-left .img-brasero{
        display:none;
    }
    #blockdecortenimg.banner-text-left .img-bloc:before {
        height: 310px;
        width: 200px;
        top: -30px;
        left: -20px;
        transform: translateY(0);
        display:block;
    }
    #blockdecortenimg.banner-text-left .img-bloc img, #blockdecortenimg.banner-text-left .img-accueil img,#blockdecortenimg.banner-text-left .img-bloc img{
        height:400px;
        object-fit:cover;
        width: 100%;
    }
    #blockdecortenimg.banner-text-left{
        padding:2rem;
    }
    #blockdecortenimg.banner-text-left .wrapper-logo{
        margin-top:1rem;
    }
    #blockdecortenimg.banner-text-left{
        padding: 4rem 4rem 5rem 4rem;
    }
    #blockdecortenimg.banner-text-left .text-bloc .wrapper-logo img{
        height:50px;
    }
    #blockdecortenimg.banner-text-left:before{
        width:240px;
    }
    #blockdecortenimg.banner-text-left .bloc-video:before{
        width: 130px;
        height: 40px;
        right:-10px;
    }
    #blockdecortenimg.banner-text-left .img-bloc:before{
        display:block;
    }
}

@media (min-width:1199.98px) {
    .tvbanner-hover-wrapper img{
        display: block;
    }
    #blockexp.banner-text-right,  #blockexp.banner-text-left {
        flex-direction:row;
    }
    #blockexp.banner-text-right .text-bloc{
        padding-left:3rem;
    }
    #blockexp.banner-text-left .text-bloc{
        padding-right:3rem;
    }
    #blockexp.banner-video .text-video p.subtitle, #blockexp.banner-text-right .text-bloc p.subtitle, #blockexp.banner-text-left .text-bloc p.subtitle{
        margin-top:0em;
    }
    #blockexp.banner-text-left .img-bloc, #blockexp.banner-text-right .img-brasero{
        display:block;
    }
    #blockexp.banner-text-left{
        padding:4em;
    }
    #blockexp.banner-text-left .img-bloc:before {
        height: 430px;
        width: 200px;
        top: 50%;
        left: -30px;
        transform: translateY(-50%);
        display:block;
    }
    #blockexp.banner-text-left .img-bloc img, #blockexp.banner-text-left .img-accueil img{
        height:400px;
        object-fit:cover;
        width: 100%;
    }
    #blockexp.banner-text-left .img-bloc img,  #blockexp.banner-text-left .img-accueil img,  #blockexp.banner-text-right .img-bloc img{
        height:350px;
        object-fit:cover;
        width: 100%;
    }
    #blockexp.banner-text-left .wrapper-logo{
        margin-top:0rem;
    }
    #blockexp.banner-text-left .img-accueil{
        order:0;
    }
    #blockexp.banner-text-left{
        padding: 4rem 4rem 5rem 4rem;
    }
    #blockexp.banner-text-right .text-bloc .wrapper-logo img{
        height:50px;
    }
    #blockexp.banner-text-right:before{
        width:240px;
    }
    #blockexp.banner-text-right .bloc-video:before{
        width: 130px;
        height: 40px;
        right:-10px;
    }
    #blockexp.banner-text-right .img-bloc:before{
        display:block;
    }
    #blockdecortenimg.banner-text-left > .row,  #blockdecortenimg.banner-text-left {
        flex-direction:row;
    }
    #blockdecortenimg.banner-text-left .text-bloc{
        padding-left:3rem;
    }
    #blockdecortenimg.banner-text-left .text-bloc{
        padding-right:3rem;
    }
    #blockdecortenimg.banner-video .text-video p.subtitle, #blockdecortenimg.banner-text-left .text-bloc p.subtitle, #blockexp.banner-text-left .text-bloc p.subtitle{
        margin-top:0em;
    }
    #blockdecortenimg.banner-text-left .img-bloc, #blockdecortenimg.banner-text-left .img-brasero{
        display:block;
    }
    #blockdecortenimg.banner-text-left{
        padding:4em;
    }
    #blockdecortenimg.banner-text-left .img-bloc:before {
        height: 430px;
        width: 200px;
        top: 50%;
        left: -30px;
        transform: translateY(-50%);
        display:block;
    }
    #blockdecortenimg.banner-text-left .img-bloc img, #blockdecortenimg.banner-text-left .img-accueil img{
        height:400px;
        object-fit:cover;
        width: 100%;
    }
    #blockdecortenimg.banner-text-left .img-bloc img,  #blockdecortenimg.banner-text-left .img-accueil img,  #blockdecortenimg.banner-text-left .img-bloc img{
        height:350px;
        object-fit:cover;
        width: 100%;
    }
    #blockdecortenimg.banner-text-left .wrapper-logo{
        margin-top:0rem;
    }
    #blockdecortenimg.banner-text-left .img-accueil{
        order:0;
    }
    #blockdecortenimg.banner-text-left{
        padding: 4rem 4rem 5rem 4rem;
    }
    #blockdecortenimg.banner-text-left .text-bloc .wrapper-logo img{
        height:50px;
    }
    #blockdecortenimg.banner-text-left:before{
        width:240px;
    }
    #blockdecortenimg.banner-text-left .bloc-video:before{
        width: 130px;
        height: 40px;
        right:-10px;
    }
    #blockdecortenimg.banner-text-left .img-bloc:before{
        display:block;
    }
}
#header .tv-menu-horizontal ul li.level-1 ul li.item-line.tvmega-menu-link a:before {
    width:0!important;
    height:0px!important;
    margin:0!important;
    border:0!important;
}
.col-xl-9.tvcmsheader-sticky {
    width:100%!important;
}
div.store-item-footer div.card-block {
    display:none;
}
