/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 /* tony refonte */

@font-face {
    font-family: starJedi;
    src: url(Starjedi.ttf);
}

.starJedi {
    font-family: starJedi;
}

.jediSpacing{
    letter-spacing: 1px;
}

 #module-installmentpayment-installmentpayment .payment-options .custom-radio {
     float: left;
 }

 .wrapper_carriers .custom-radio input[type=radio] {
    opacity: 0 !important;
 }

 @media (max-width:961px){
    .dgo_flex-column{
        flex-direction: column;
    }
   
    .dgo_align-items{
        align-items: center;
        margin-bottom: 7px;
    }
   
    .dgo_margin-top{
        margin-top: -5px;
    }
 }

 @media (max-width: 768px) {
    #product .product-prices .current-price .current_price span{
        font-size: 60px;
    }
    #product .product-prices .current-price .current_price span.price_decimal{
        font-size: 28px;
    }
    #product .product-prices .regular-price{
        font-size: 25px;
    }
    
 }

 .product-cover img{
     background: none;
     width: 100%;
 }

 #configurateur .wrapper_aide_ral {
    background: #e5e5e5;
    padding: 20px 30px;
 }

 #configurateur #patchwork li a {
    height: 30px;
    display: block;
    margin: 5px 0 15px;
 }

 #configurateur #patchwork li{
     list-style-type: none;
 }

 #configurateur #patchwork li a#ral-yellows {
    background: #fad201;
}

#configurateur #patchwork li a#ral-pinks {
    background: #a03472;
}

#configurateur #patchwork li a#ral-greys {
    background: #6c6960;
}

#configurateur #patchwork li a#ral-oranges {
    background: #ffa420;
}

#configurateur #patchwork li a#ral-blues {
    background: #102c54;
}
#configurateur #patchwork li a#ral-browns {
    background: #59351f;
}

#configurateur #patchwork li a#ral-reds {
    background: #a52019;
}

#configurateur #patchwork li a#ral-greens {
    background: #35682d;
}

#configurateur #patchwork li a#ral-whites::before {
    content: '';
    background: white;
    height: 15px;
    width: 100%;
    display: block;
}

#configurateur #patchwork li a#ral-whites::after {
    content: '';
    background: black;
    height: 15px;
    width: 100%;
    display: block;
}

#dmu_achats .wrapper_achats:last-child img {
    margin: 0 20px;
    max-height: 100px;
}

@media (min-width: 768px) and (max-width: 1199.98px){
    #dmu_achats .wrapper_achats:last-child img:last-of-type {
        max-width: 480px;
    }
}

@media (max-width: 767.98px){
    #dmu_achats .wrapper_achats:last-child img:first-of-type {
        max-width: 300px;
    }
}

@media (min-width: 576px) and (max-width: 991.98px){
    #dmu_achats .wrapper_achats:last-child img:first-of-type {
        max-width: 300px;
    }
}

@media (max-width: 767.98px){
    #dmu_achats img:first-of-type {
        max-width: 300px;
    }
}

@media (min-width: 576px) and (max-width: 991.98px){
    #dmu_achats img {
        margin: 0 10px 0 40px;
        max-height: 120px;
    }
}

#dmu_achats .wrapper_achats:last-child span:last-of-type {
    margin-left: -15px;
}
@media (max-width: 767.98px){
    #dmu_achats .wrapper_achats:last-child span:last-of-type {
        text-align: center;
        margin-left: 0;
    }
}
.products article .thumbnail-container .product_picto {
   	 width: 100px;
}

@media (min-width: 992px) and (max-width: 1199px){
	.products article .thumbnail-container .product_picto {
   	 width: 70px;
	}
}

@media (min-width: 576px) and (max-width: 767px){
	.products article .thumbnail-container .product_picto {
   	 width: 70px;
	}
}

.dgo-ul-assistant li{
padding: 10px 0;
}

/*  COACHING PAGE CMS  */
:root {
    --dgo-yellow: #FFD52B;
    --dgo-grey: #EEEEF0;
    --text-grey: #191919;
}

.d-flex {
    display: flex;
}

.f-column {
    flex-direction: column;
}

.f-justify-center {
    justify-content: center;
}

.f-justify-start {
    justify-content: start;
}

.f-justify-end {
    justify-content: end;
}

.f-align-center {
    align-items: center;
}

.f-space-between {
    justify-content: space-between;
}

.b-yellow {
    background-color: var(--dgo-yellow);
}

.text-yellow {
    /*color: var(--dgo-yellow);*/
	color:#253081;
}

.dgo-shadow {
    -webkit-box-shadow: 0 -2px 10px 0 rgb(0 0 0 / 20%);
}

.pad-22 {
    padding: 22px;
}

.pad-12 {
    padding: 12px 22px;
}

.text-bold {
    font-weight: 900;
}

.text-bigger {
    font-size: 1.6rem;
}

#_desktop_top_menu{
    display: none;
}

#header {
    z-index: 801;
}

#mobile_top_menu_wrapper {
    position: absolute;
    width: 500px;
    top: 0;
    z-index: 802;
    left: -500px;
    transition-property: left;
    transition-duration: .14s;
    transition-timing-function: ease-out;
    transition-delay: .08s;
    height: 100vh;
    overflow-y: scroll;
    padding: 0;
    overflow-x: hidden;
}

#mobile_top_menu_wrapper.dgo_slide {
    left: 10px;
}

#mobile_top_menu_wrapper .top-menu .sub-menu.collapse.dgo-in {
    left: 0;
    padding-right: 0;
}

.dgo-product-for-menu{
    margin-top: 20px;
}

#mobile_top_menu_wrapper .top-menu .sub-menu {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 900;
    top: -47px;
    left: 500px;
    padding: 22px;
    transition-property: left;
    transition-duration: .14s;
    transition-timing-function: ease-out;
    transition-delay: .08s;
    padding-top: 0;
    padding-left: 0;
    min-height: 566px;
}

.dgo-overlay {
    position: fixed;
    z-index: 800;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}



.dgo-menu-open .dgo-overlay {
    opacity: 1;
    visibility: visible;
}

.dgo-menu-open {
    overflow: hidden;
}

.menu-icon {
    cursor: pointer;
}

#_mobile_top_menu {
    padding-top: 0;
}
#mobile-amegamenu{
    display: none;
}

.dgo-r-arrow {
    transform: rotate(-90deg);
}

#mobile_top_menu_wrapper .top-menu a[data-depth="0"],
#mobile_top_menu_wrapper .top-menu .sub-menu li>a {
    border-bottom: none;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] {
    margin-left: 20px;
}

#header .header-top a[data-depth="0"] {
    text-transform: none;
}



.dgo-retour-menu {
    text-decoration: underline;
    color: black;
    cursor: pointer;
}

.top-menu .sub-menu.collapse {
    visibility: visible;
    opacity: 1;
}

/* .header-top-right {
    padding-right: 0;
}

#search_widget form i {
    margin-top: 4px;
} */

#dgo-mobile-menu,
#dgo-retour-mobile {
    display: none;
}

.amenu-item {
    padding: 14px 17px;
    /* padding-bottom: 0; */
    height: 100%;
    line-height: 50px;
}

#mobile-amegamenu{
    margin-top: 10px;
}

.dgo-item-dropdown{
    display: flex;
    visibility: hidden;
}

.amenu-item:hover .dgo-item-dropdown{
    visibility: visible;
}

.amenu-item:hover{
    height: 100%;
}

.dgo-dropdown-menu-a{
    padding: 18px;
    padding-bottom: 0;
    line-height: 30px;
}

/* #menu-icon .material-icons {
    font-size: 33px;
} */

@media (min-width: 768px) {
    /* #header .logo {
        max-width: 250px;
        margin-top: 55px;
        margin-left: 20px;
    }

    .header-top #_desktop_logo,
    .header-top #search_widget {
        display: none;
    } */

    /* #menu-icon-products {
        position: absolute;
        left: 312px;
        top: 71px;
        margin-right: 20px;
        z-index: 800;
        cursor: pointer;
    } */
}
/* 
@media (max-width: 1050px) {
    #menu-icon-products {
        left: 270px;
    }

    .amenu-item {
        padding: 6px 5px;
    }

    #header .logo{
        max-width: 220px;
    }
} */

@media (max-width: 992px) {
    /* .cart-products-count {
        font-size: 0.7em;
        position: absolute;
        top: -9px;
        right: -9px;
    } */

    /* #header .header-nav .blockcart,
    .header-full-width .blockcart {
        background: white;
    }

    #_desktop_cart .header,
    #header .header-nav .cart-preview .shopping-cart {
        color: var(--dgo-yellow);
        margin-top: 2px;
    }

    #header .header-nav .material-icons {
        color: var(--dgo-yellow);
    } */

    #mobile_top_menu_wrapper {
        width: 370px;
        left: -370px;
    }

    #mobile_top_menu_wrapper .top-menu .sub-menu {
        left: 370px;
        top: -95px;
        min-height: 619px;
    }

    .header-top>.row {
        max-width: 100%;
    }
/* 
    #header .header-top {
        background-color: var(--dgo-grey);
        height: 50px;
        padding: 6px 0;
        padding-left: 10px;
    } */

    /* #search_widget form input {
        height: 42px;
    } */

    #dgo-mobile-menu {
        display: none;
        background: white;
        width: 335px;
        height: 100%;
        position: absolute;
        z-index: 99999;
        left: 0;
        top: 83px;
        transition-property: left;
        transition-duration: .14s;
        transition-timing-function: ease-out;
        transition-delay: .08s;
        padding-left: 20px;
        cursor: pointer;
        
    }

    #dgo-mobile-menu.dgo-in {
        left: -335px;
    }

    #dgo-retour-mobile {
        display: block;
        padding-top: 22px;
    }

    #amegamenu {
        display: none;
    }


    #header .header-nav .blockcart {
        margin-right: 8px;
    }
    #_mobile_top_menu {
        padding-bottom: 0;
    }
    #mobile-amegamenu{
        margin-top: -20px;
    }
    .amenu-item {
        line-height: 40px;
        padding-left: 22px;
        padding-bottom: 0;
    }
    #mobile-amegamenu{
        display: block;
    }

    .dgo-product-for-menu{
        margin-top: 0px;
    }
}

#header .header-top>.container>.row{
    align-items: inherit;
    justify-content: inherit;
}

#header #top-menu>li a,
#header #top-menu>li a[data-depth="0"],
#header #top-menu>li a[data-depth="1"]{
    color: inherit;
    padding: 9px 14px;
    padding-left: 0;
    text-transform: uppercase;
    font-weight: 400;
    color: #253081;
    
}
#mobile_top_menu_wrapper .top-menu .sub-menu.collapse{
    display: block;
}
#amegamenu > ul > li > a{
    color: white;
}

#cms #content #dgo-coaching-h1{font-size: 32px; color: white; text-align: left; text-transform: inherit;}
#dgo-div-left{width: 33%;padding: 50px;background: #253081;border-radius: 10px 0 0 10px;color:white;}
            #dgo-div-right{width: 66%;padding: 24px;}
            #dgo-separator{border-top: 2px solid #91b2ec;width: 32px;margin: 16px 0;}
            #dgo-btn-start{margin-top: 32px;min-height: 48px;
            min-width: 48px;
            font-size: 16px;
            font-weight: 600;
            background-color: #FDD602;
            width: calc(100% - 4px);
            padding: 0 16px;
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            border:3px solid #253081;
            }

            #dgo-btn-start:hover{color:#253081;border:3px solid white;}
            #dgo-div-img{width: 100%;overflow:hidden;height:320px;}
            #dgo-reass{min-height: 150px;margin-top:50px;background: white;}

            .dgo-div-reass{width: 33%;padding: 10px;}
            .dgo-border-right{border-right:1px dotted grey;}
            .dgo-box-shadow{box-shadow: 0 2px 4px rgb(0 0 0 / 4%);}
            .dgo-border{border: 1px solid #e6e9f2;border-radius: 10px;}
            #accordionExample .card{border: none;}
            #accordionExample .card-header{margin: 0.75rem 1.25rem;padding:0;background-color: white;padding-bottom: 10px;}
            #accordionExample .btn .btn-link{color: black;width: 100%;text-align: left;}
            #accordionExample .btn-link{width: 100%;text-align: start;color:black;}
            #accordionExample ol{padding-left:30px;border-left:2px solid grey;}
			#accordionExample ol li{padding:5px 0;}
            .dgo-div-reass img{max-width:50px;margin-bottom:15px;}
            .dgo-coaching-cond{font-weight:700;font-size:20px;margin-bottom:20px;}
            .dgo-coaching-price{font-weight:700;font-size:42px;margin-bottom:20px;line-height: 45px;}
            .dgo-coaching-second{font-size:1.5rem;font-weight:700;color:rgb(87, 87, 87);padding-bottom:30px;border-bottom:1px dotted grey;}
            #coaching-expert{position: relative;min-width:340px;overflow:hidden;background:white;}
            #coaching-expert img{position:absolute;top:-95px;right:10px;left:20px;}
            @media (max-width: 992px) {
                .dgo-div-container {flex-direction: column;}
                #dgo-div-left{width: 100%;border-radius: 10px 10px 0 0;padding: 25px;}
                #dgo-div-right{width: 100%;}
                #dgo-div-img{height:140px;}
            }

            @media (max-width: 650px) {
                .page-cms-145{padding-top:0;}
                #dgo-reass{flex-direction: column;}
                .dgo-div-reass{width: 90%;padding:20px;}
                .dgo-border-right{border-bottom:1px dotted grey;border-right:none;}
				#cms #content #dgo-coaching-h1{color:#253081;}
				#dgo-div-left{color:#253081;background:white;}
            }

            @media (max-width: 767px) {
                #accordionExample .card {background-color: white;}
            }
@media (max-width: 991.98px){
    #index .netreviews_home {
        display: block;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #index .netreviews_home .h3{
        text-align: center;
    }
    #index #content .home_service_client{
        margin-top: 0;
    }
    #index .wrapper_block.home_etapes{
        margin-bottom: -85px;
    }
    #index .netreviews_home p:last-child a{
        width: inherit;
    }
    }

@media (max-width: 767.98px){
#index .wrapper_block.home_etapes {
    display: block;
}
#index .wrapper_block.home_etapes .banner-wr.home_etapes{
    flex-direction: column;
}
#index .wrapper_block.home_etapes .banner-wr.home_etapes .product-banner .banner-text-bl {
    margin-top: 0;
}
#index .wrapper_block.home_etapes .banner-wr.home_etapes .product-banner img{
    height: 170px;
}
#index .wrapper_block.home_etapes .banner-wr.home_etapes .product-banner .banner-text-bl span.input_1{
    font-size: 1.5rem;
}
#index .wrapper_block.home_etapes{
    margin-bottom: 0;
}
#index .wrapper_block.home_etapes .banner-wr.home_etapes{
    margin-bottom: 0;
}
#content > div.wrapper_block.home_etapes > div > div.h2.products-section-title.heading-title{
    text-align: center;
}
	
#dmu-reassurance > div > ul{
    flex-direction: column;
}

#dmu-reassurance > div > ul > li{
    max-width: 100%;
}
#dmu-reassurance > div > ul > li > a{
    flex-direction: column;
    align-items: center!important;
}
#dmu-reassurance ul li a .wrapper_text{
    text-align: center;
    display: block!important;
}
	#custom-text{
    display: block!important;
}
#custom-text h1,#custom-text h2{
    text-align: center;
}
#custom-text h1{
    margin-bottom: 64px;
}
#custom-text h2{
    margin-bottom: 20px;
}
#custom-text p{
    text-align: justify;
}
#index .banner-wr.home_categories{
	grid-template-rows: repeat(7,200px);
}
}

#payment-option-2-additional-information > section > dl{
    justify-content: center;
}
.dgo-img-chekout{
    height: 42px;
}
.payplugPaymentOption img {
    height: 18px;
}
@media (max-width: 1023px){
.payplugPaymentOption img {
    display: block;
}
}
#alma_selector{
	display:flex;
	justify-content:center;
}
.c_m_btn{
width: 20%; height: 91px; background: #253081; color: white; text-align: center; padding-top: 5px;display: flex;
    align-items: center;
    padding: 0 5px;
}
.c_m_btn:hover{
background:#FFD52B;color:#253081;
}
@media (max-width: 1200px){
.c_m_btn{
width: 45%;
}
}

@media screen and (max-width: 767px){
    .page-cms-148 .card {
        border: 1px solid rgba(0,0,0,.125);
    }
	
    
}

@media screen and (min-width: 992px){
	#checkout #header .header-top {
    padding-top: 58px;
	}
}

#checkout #header .header-banner{
	margin-top:0;
}

#dgo_avif_block{
margin-top:-10px;
}

#tForFacette{
width:100%;
}

#tForFacette .products.row article {
    flex: 0 0 calc(33% - 30px);
    max-width: calc(33% - 30px);
}

.active_filters .filter-block {
    font-size: 0.65rem;
}

#tFacette {
    min-width: calc(25% - 30px);
    margin-right: 30px;
}

#search_filters .facet,
#search_filters_brands .facet,
#search_filters_suppliers .facet {
    padding-left: 0;
}

.active-filter-title{
    color: white;
}

@media (max-width: 575.98px) {
    #tForFacette .products.row article {
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    #tFacetteContainer {
        flex-direction: column;
    }

    .active-filter-title{
        color: black;
    }

    #search_filter_controls{
        display: none;
    }

    .facet .navbar-toggler{
        display: none;
    }
	
	#tFacette {
        width: 100%;
        margin-bottom: 20px;
    }
	
	#accordionExample .card-header{
		background-color:#253081;
		padding-top: 10px;
    margin: 0;
	}
	
	#accordionExample .btn-link{
		color:white;
		font-size:1.2rem;
	}
}

#product .product-actions .add-to-cart:disabled, #product .product-actions .add-to-cart[disabled]{
font-size: 1.1rem;
    text-transform: uppercase;
	cursor: not-allowed;
}

.product-variants-item .radio-label{
border: 2px solid #f1f1f1;
    color: grey;
	height: 36px;
    border-radius: 20px;
    min-width: 114px;
    display: flex;
    justify-content: center;
    align-items: center;
	cursor:pointer;
}

.input-radio:checked+span{
color:black;
}

.product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name{
min-height: 52px;
    line-height: 35px;
	margin-right:0;
	margin-bottom:0;
}

.product-features>dl.data-sheet dt.name{
font-weight:700;
}

#mobile_top_menu_wrapper .top-menu .obflink[data-depth="0"], #mobile_top_menu_wrapper .top-menu .sub-menu li>.obflink{
border-bottom: none;
}

#header #top-menu>li .obflink[data-depth="0"]{
font-size: 17px;
}

#header #top-menu>li .obflink, #header #top-menu>li .obflink[data-depth="0"], #header #top-menu>li .obflink[data-depth="1"]{
padding: 9px 14px;
    padding-left: 0;
    text-transform: uppercase;
    font-weight: 400;
    color: #253081;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li .obflink[data-depth="1"]{
font-size: 16px;
    white-space: normal;
}

/*.dgo-navbar-toggler.obflink:after{
content: "";
    inset: 0;
    position: absolute;
	cursor:pointer;
}*/

#amegamenu > ul > li > .obflink{
    color: white;
	cursor:pointer;
}

/*.dgo-dropdown-menu-a{
cursor:pointer;
}*/

@media (max-width: 991.98px){
	#header #_mobile_logo .obflink:before{
	content: "";
    display: inline-block;
    width: 220px;
    height: 69px;
    position: relative;
    background-image: url(../css/5e064c6e2821b48e38ee991cd8c43c20.png);
	}
}

@media (max-width: 575.98px){
#header #_mobile_logo .obflink:before {
    width: 160px;
    height: 50px;
    background-size: cover;
}
}

.obflink{
cursor:pointer;
	color: #253081;
}

#header .blockcart .obflink, #header .user-info .obflink{
	color: #231f20;
}

#header .user-info .obflink:before{
content: "";
    display: inline-block;
    width: 17px;
    height: 16px;
    position: relative;
    background-image: url(../css/34284ef7aa32b2dffe012a177f1bb463.png);
    vertical-align: middle;
    line-height: normal;
    margin-bottom: 3px;
    margin-right: 7px;
}

#header #_desktop_cart .blockcart .obflink.header_shopping:hover:before{
background-position-y: bottom;
}

/*.blockcart.cart-preview.active{
position:relative;
}*/

.blockcart.cart-preview.active .header_shopping.obflink:after{
content: "";
    inset: 0;
    position: absolute;
	cursor:pointer;
}

.footer-container .obflink, .footer-container li .obflink{
color: #fff;
}

.footer-container li .obflink {
    font-size: .875rem;
}

.footer-container .obflink:hover, .footer-container li .obflink:hover {
    color: #ffd52b;
}

#footer .footer-bottom .obflink{
font-size: 16px;
}

.block-social ul li .obflink {
    height: 1.875rem;
    width: 1.875rem;
    padding: 0.275rem;
    margin: 0 0.3125rem 0 0;
    border-radius: 30px;
    display: block;
    color: #fff;
    text-align: center;
    background: #4c546d;
}

.block-social ul li .obflink:hover {
    color: #253081!important;
    background: #ffd52b;
}

#dmu-reassurance ul li .obflink span{
    display: block;
}

#dmu-reassurance ul li .obflink .wrapper_text {
    text-align: left;
    margin-left: 15px;
}

#dmu-reassurance ul li .obflink span.input_1 {
    color: #333132;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 15px;
}

#dmu-reassurance ul li .obflink span.input_2, #dmu-reassurance ul li .obflink span.input_3{
font-size: 13px;
    color: #808285;
    line-height: 17px;
}

@media (max-width: 767.98px){
#dmu-reassurance > div > ul > li > .obflink {
    flex-direction: column;
    align-items: center!important;
}
	#dmu-reassurance ul li .obflink .wrapper_text {
    text-align: center;
    display: block !important;
}
}

#dmu-reassurance ul li .obflink img {
    transition: all .3s ease-in-out 0s;
    display: block;
}

#dmu-reassurance ul li .obflink:hover img {
    transform: rotate(1turn);
}

.btn.btn-primary.obflink{
color:white;
}

#search_filters .facet .facet-label .obflink, #search_filters_brands .facet .facet-label .obflink, #search_filters_suppliers .facet .facet-label .obflink {
    margin-top: 0.4375rem;
    color: #232323;
    display: inline-block;
    font-size: .9375rem;
}

#search_filters .facet .facet-label .obflink {
    width: calc(100% - 30px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#dgo_div_breadcrumb{
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
}

#dgo_p_title{
    color: #253081;
    margin-bottom: 25px;
}

@media (max-width: 991.98px){
    #product .tabs .tab-content {
        padding: 30px 15px;
        background: #f7f5f5;
        border: 1px solid #dee2e6;
    }
    }

.mc_productlist{
	display: flex;
    justify-content: center;
	gap:20px;
}

.mc_product{
background: #EEEEEE;
    padding: 20px;
    max-width: 265px;
    display: flex;
    flex-direction: column;
    align-items: center;
	min-height:227px;
}

.mc_product__image{
width:101px;
}

.mc_productlist .product-title{
min-height: 55px;
	font-size:1rem;
}

.mc_productlist .price{
	font-size: 20px;
    font-weight: 700;
    color: #b70c0c;
    line-height: 1;
    font-family: Arial;
    margin-bottom: 20px;
}

.mc_product__form{
width:100%;
}

.mc_productlist .ajax_add_to_cart_button{
width:100%;
}
.mc_product{
	background: #EEEEEE;
    padding: 9px;
    max-width: 265px;
}

@media (max-width: 789px){
.mc_productlist{
	flex-direction:column;
	gap:20px;
	align-items:center;
}
	
	.mc_product{
	max-width:90%;
	}
}

#category #tabs_category{display:none;}

body#checkout section.checkout-step .payment-options .payment-option{display:flex;}

#checkout .paypal-marks{display:none;}

#module-lyoreservation-book .dgo_banners{
display:none;
}

.dgo-navbar-toggler img{
    max-height: 40px;
}

#mobile-amegamenu ul{
    border-top: 50px solid #FFD52B;
    margin-top: 39px;padding-bottom:78px;
}

@media (max-width: 992px) {
#dgo-retour-mobile{
    display:none;
}

#mobile_top_menu_wrapper .top-menu .sub-menu.collapse{
    margin-top:67px;
}
.dgo-product-for-menu{
    font-size:1.2rem;
    padding-bottom: 11px;
    padding-top: 12px;
}
.dgo-navbar-toggler img{
    max-height: 30px;
}
#header #top-menu>li a, #header #top-menu>li a[data-depth="0"], #header #top-menu>li a[data-depth="1"]{
    padding: 3px 14px;
    padding-left: 0;
}
#mobile_top_menu_wrapper .dgo-shadow{
    padding-top: 10px;
    padding-bottom:10px;
}
#mobile_top_menu_wrapper .top-menu .sub-menu{
    min-height:564px;
    margin-left: -2px;
}
#mobile-amegamenu ul{
    border-top: none;
    margin-top: 10px;
    padding-bottom:78px;
}
.dgo-dropdown-menu-a{
    padding-top:3px;
    padding-bottom:3px;
}
}

#configurateur #patchwork li .obflink {
    height: 30px;
    display: block;
    margin: 5px 0 15px;
    cursor: pointer;
}

#configurateur #patchwork li span#ral-yellows {
    background: #fad201;
}

#configurateur #patchwork li span#ral-pinks {
    background: #a03472;
}

#configurateur #patchwork li span#ral-greys {
    background: #6c6960;
}

#configurateur #patchwork li span#ral-oranges {
    background: #ffa420;
}

#configurateur #patchwork li span#ral-blues {
    background: #102c54;
}

#configurateur #patchwork li span#ral-browns {
    background: #59351f;
}

#configurateur #patchwork li span#ral-reds {
    background: #a52019;
}

#configurateur #patchwork li span#ral-greens {
    background: #35682d;
}

#configurateur #patchwork li span#ral-whites::before {
    content: '';
    background: white;
    height: 15px;
    width: 100%;
    display: block;
}

#configurateur #patchwork li span#ral-whites::after {
    content: '';
    background: black;
    height: 15px;
    width: 100%;
    display: block;
}


#header #top-menu>li .obflink,
#header #top-menu>li .obflink[data-depth="0"],
#header #top-menu>li .obflink[data-depth="1"] {
    padding: 9px 14px;
    padding-left: 0;
    text-transform: uppercase;
    font-weight: 400;
    color: #253081;
    cursor: pointer;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li .obflink[data-depth="1"] {
    font-size: 16px;
    white-space: normal;
    cursor: pointer;
}

#header #top-menu>li .obflink[data-depth="0"] {
    font-size: 17px;
    cursor: pointer;
}

#header .blockcart .obflink, #header .user-info .obflink {
    color: #231f20;
    cursor:pointer;
}

#header .user-info .obflink:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 16px;
    position: relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAgCAYAAAD0S5PyAAAACXBIWXMAAC4jAAAuIwF4pT92AAAKcGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIxLTAxLTEyVDA5OjIxOjQ5KzAxOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIxLTAxLTEyVDA5OjIxOjQ5KzAxOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMS0wMS0xMlQwOToyMTo0OSswMTowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozMzgwZTExNi00ZDAyLWFiNGMtODQ3NC01ODJmMjAzNGY2NDMiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo5ZTZjNmVmOC0xY2FkLWVhNGItYmU4My1lOWQ4ZTkzOTRhNjciIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4Njk2ZjdlOC0xNDg5LTU2NDMtYWE1Ni1kNWZjOTBiMDQ0MzYiIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo4Njk2ZjdlOC0xNDg5LTU2NDMtYWE1Ni1kNWZjOTBiMDQ0MzYiIHN0RXZ0OndoZW49IjIwMjEtMDEtMTJUMDk6MjE6NDkrMDE6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6MzM4MGUxMTYtNGQwMi1hYjRjLTg0NzQtNTgyZjIwMzRmNjQzIiBzdEV2dDp3aGVuPSIyMDIxLTAxLTEyVDA5OjIxOjQ5KzAxOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDxwaG90b3Nob3A6VGV4dExheWVycz4gPHJkZjpCYWc+IDxyZGY6bGkgcGhvdG9zaG9wOkxheWVyTmFtZT0i74CHIGNvcGllIiBwaG90b3Nob3A6TGF5ZXJUZXh0PSLvgIciLz4gPHJkZjpsaSBwaG90b3Nob3A6TGF5ZXJOYW1lPSLvgIciIHBob3Rvc2hvcDpMYXllclRleHQ9Iu+AhyIvPiA8L3JkZjpCYWc+IDwvcGhvdG9zaG9wOlRleHRMYXllcnM+IDxwaG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+IDxyZGY6QmFnPiA8cmRmOmxpPjM3NDYxQjUxRDg3NkYxQTQ2MTYyQUJBNTdDODRBODVCPC9yZGY6bGk+IDxyZGY6bGk+ODBBQTAyMTQ5MjhFOENEQTREQUIzMDgzOERFQTQ1MUI8L3JkZjpsaT4gPHJkZjpsaT5EMTNCQTE3RDYwNDJDMkJDMDhEMjBDMTFDNjQ1ODI4MzwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDoxMTNiNDM4Zi01MjlhLWZlNGUtYWQ4Yy01ZDlmMTRiMWJhNDk8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6NzFkYWYwYzQtZjg0Zi1jMDQwLWI5M2QtMjAyMTI5NzRjNTQwPC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmM3MzlkOTYwLWIyMmMtMGI0Yy1hM2EyLWUyMjM1ZDY1Y2VmYjwvcmRmOmxpPiA8cmRmOmxpPnhtcC5kaWQ6MGIwYzg2NWItNzk4YS1hNjQ0LWE5MTctYzdmNDRmN2I2ZTQzPC9yZGY6bGk+IDxyZGY6bGk+eG1wLmRpZDoxOTREOUM4RTNBMjA2ODExQTk2MTk4MzI2RDQwNTZFNDwvcmRmOmxpPiA8cmRmOmxpPnhtcC5kaWQ6MjI1NTM3MTgwRjIwNjgxMThGNjJGMTM5Mjg2MDQwQkU8L3JkZjpsaT4gPHJkZjpsaT54bXAuZGlkOjU4NjFDMjIyMEEyMDY4MTE5NDU3QUMyRjc2QzYxMjUyPC9yZGY6bGk+IDxyZGY6bGk+eG1wLmRpZDo2MzE5QjRDNzBDMjA2ODExOTQ1N0FDMkY3NkM2MTI1MjwvcmRmOmxpPiA8cmRmOmxpPnhtcC5kaWQ6ODE2NzJFN0UwODIwNjgxMTk0NTdBQzJGNzZDNjEyNTI8L3JkZjpsaT4gPHJkZjpsaT54bXAuZGlkOjkyZjMyMjBkLTJmOGItNGE1NC1iODFkLWRhZGMzNjYyYTUyZTwvcmRmOmxpPiA8cmRmOmxpPnhtcC5kaWQ6OTgyOUMwQzMzODIwNjgxMUE5NjE5ODMyNkQ0MDU2RTQ8L3JkZjpsaT4gPHJkZjpsaT54bXAuZGlkOmQ2YWRiNWY2LWMzOTAtNGQzNS05OWM2LWE5OTI5ZWU0NjhjMzwvcmRmOmxpPiA8L3JkZjpCYWc+IDwvcGhvdG9zaG9wOkRvY3VtZW50QW5jZXN0b3JzPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqBFA+8AAADUSURBVEjHY1GWV2DAAcqBOBSIjYH4PRDvAeJOID6LrpAFhwG7gdgFiS8INRAklg7EqwkZ0oFmAAOaYTOhrrmHz5ByBvwA5qpOXIa4MBAHXPAZQhZAN2QPkfr2EArYTgLh8p6Y2KmApg0XHAakI8cMvjBxJTexpUFtd0HyVhiSraFIBp+FGjoLJM+ClMDKsSS6DhwuNYZikMUmIEOUiEhg+BJeOcwQSoAS1RLbHih2IUM/KNZmsTAJJsKilKzy5Nb5utHyZLQ8GWnliZph02h5gqU8AQAm0FFCjxjUQgAAAABJRU5ErkJggg==);
    vertical-align: middle;
    line-height: normal;
    margin-bottom: 3px;
    margin-right: 7px;
}


@media (max-width: 992px) {

    #header #top-menu>li .obflink,
    #header #top-menu>li .obflink[data-depth="0"],
    #header #top-menu>li .obflink[data-depth="1"] {
        padding: 3px 14px;
        padding-left: 0;
    }
}

@media (max-width: 991.98px) {
    #header #top-menu>li .obflink[data-depth="0"] {
        /*color: #231f20;*/
        padding: 3px 14px;
        padding-left: 0;
    }

    #header #mobile_tel {
        cursor:pointer;
    }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    #header #top-menu>li .obflink[data-depth="0"] {
        font-size: 14px;
        padding: 3px 14px;
        padding-left: 0;
    }
}

#cms #content .dgo-row h2{
font-size:30px;	
margin-bottom:2rem;
	    color: #17a2b8!important;
	padding-top:1.5rem;
}

#cms .dgo-row p{
font-size: inherit;	
}

#cms .dgo-row{
	display:flex;
	margin-bottom:3rem;
	justify-content:center;
}

#cms .page-cms-4 a img{
	padding:15px;
	border-radius:20px;
}

#cms .page-cms-4 a img:hover{
	box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

#cms .dgo-cms-footer{
justify-content:space-between;	
}

#cms .dgo-cms-footer-div{
	padding:1.5rem;
	background: #4256AD;
}

#cms .dgo-row .dgo-cms-footer-div a{
color:white;	
}

#cms .dgo-row .dgo-cms-footer-div a:hover{
color: #ffd52b;
}

#cms #content h1{
margin-bottom:2rem;	
	margin-top:1rem;
}

@media (max-width: 1024px) {
	#cms .dgo-row{
		flex-direction:column;
	}
	
	.dgo-reverse{
		flex-direction:column-reverse!important;	
	}
	
	#content > div > div:nth-child(4) > p > a > img{
	margin-left: 18px;	
	}
	
	#cms .page-cms-4 a img{
	box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}
	
	#cms #content h1{
	margin-bottom:1rem;	
	}
	
	
}

/*24-10-2023*/
.dgo_banners{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 36px;
    }
    .dgo_banners .dgo_close_banner{
        right: 15px;
    }
    .dgo_banners p{
        margin-bottom: 0;
    }
	.dgo_banners .dgo_close_banner{
		color: black;
		font-weight:600;
	}

    @media (min-width: 992px){
    #header > div.header-top > div.col-xs-12.dgo_banners{
        display: none;
    }
    #header .header-top{
        padding-top: 90px;
    }
    #header .header-banner{
        margin-top: 34px;
    }
    .dgo_banners{
        position: fixed;
        width: 100%;
        z-index: 800;
    }
}

@media (max-width: 992px){
    .dgo_banners{
            position: relative;
            width: 100%;
			display:flex;
			flex-direction:column;
    }
    .dgo_banners .dgo_close_banner{
        right: 12px;
		top:15px;
		font-size:17px;
		position: absolute;
    cursor: pointer;
    border: 1px solid black;
    padding: 2px 6px;
    background: white;
    border-radius: 5px;
    color: black;
	border:none;
		font-weight:bold;
    }
    #header .header-top {
        height: 114px;
        padding-top: 0;
    }
    #header > div.header-top > div.container > div.d-lg-none.text-center.mobile.w-100.d-flex.align-items-center.justify-content-between{
        margin-top: 3px;
    }
    #header > div.col-xs-12.dgo_banners{
        display: none;
    }
	
	
}

@media (max-width: 575px){
    #header .header-top {
        height: 94px;
        }
		.dgo_banners p {
		text-align: center;
    	font-size: 0.7rem;
    	max-width: 70%;
    	line-height: 14px;
	}
}

@media (max-width: 767px){
    #dgo_container {
        margin-top: 119px;
    }
}

@media (max-width: 575px){
	#header .header-top {
		height: 120px;
	}
	#wrapper {
    margin-top: 113px;
}
}

#dmu_desc_category a{
	color: #0230f6;
	text-decoration:underline;
}

#header .service_client_horaires .input_3{
	color: #131313;
}

#wrapper .breadcrumb ol li:last-child span{
color:black;	
}

.products article .product-description{
min-height:133px;	
}

.product-line-grid-right .bootstrap-touchspin input.form-control{
	height:58px;
}

.bootstrap-touchspin .input-group-btn-vertical i{
	top:7px;
}

.d-visited{
	display:block!important;
}

.product-cover .product_picto {
    height: auto;
}


.sondage-container-div p{
    line-height: 19px!important;
	font-weight: bold!important;
    font-size: 1.2rem!important;
}

.sondage-container-div{
    display: flex;
    font-weight: bold!important;
    font-size: 1.2rem!important;
}

.sondage-question{
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translate(-50%,0);
    font-size: 1.4rem;
    color: black;
    background: white;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0.95;
    z-index: 999;
}

.sondage-div-2{
    width: 50%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 350px;
    transition: all 0.3s;
}

.sondage-div-4{
    min-height: 173px;
}

.sondage-previus-div{
    width: 47%;
    opacity: 0.2;
}

.sondage-div-grow{
    width: 53%;
}

.sondage-opacity{
    opacity: 0.5;
}

.sondage-picto{
    width: 90px;
    transition: all 0.3s;
}

.sondage-blue{
background: #253081;
}
.sondage-blue p{
	color: white!important;
}

.sondage-yellow{
    background: #FFD52B;
}

.sondage-black{
    background: #636363;
}
.sondage-black p{
	color: white!important;
}

.sondage-white{
    background: white;
}

.sondage-white p{
	color: black!important;
}

.sondage-3-part p,
.sondage-2-pro p{
    text-align: center;
    font-size: 1rem!important;
    max-width: 180px!important;
    white-space: initial!important;
}

.sondage-2-part{
position:relative;	
}



#sondage-container{
	width:600px;
	background:black;
	height:350px;
}
@media (max-width: 768px) {
	#sondage-container{
	width:91vw;
}
	
	#cp_20{
min-height:350px!important;	
}
	
	.sondage-container-div p {
    font-size: 1rem!important;
}
	.sondage-3-part p, .sondage-2-pro p{
		max-width: 110px!important;
	}
}

#configurateur .content_ral_spec table {
    width: 100%;
}

#cms #configurateur .wrapper_aide_ral{
margin-bottom:40px;	
}

.product-line-grid{
	
}

#portes-style-choice{
	margin-top:30px;
}

#portes-style-choice div:hover{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#portes-style-choice div{
	background:white;
	cursor:pointer;
}

@media (max-width: 1200px) {
	#portes-style-choice{
		padding:10px!important;
	}
	
	#portes-style-choice div{
		padding: 0px!important;
    border: none!important;
		background:transparent;
	}
}

#contacteznous #wrapper > div.container{
	display:flex;
}

#contacteznous #content-wrapper{
width:100%;	
}

@media (max-width: 994px) {
	#contacteznous #wrapper > div.container{
	flex-direction:column;
}
}

#content-hook_payment_return > div > div > div > p:nth-child(3){
	color: #ec0000;
    font-size: 1.3rem;
    line-height: 30px;
}

#index .banner-wr.home_categories .product-banner:nth-child(8){
    /*grid-area: 4 / 1 / span 1 / span 8;*/
	grid-area: h;
}

#index .banner-wr.home_categories .product-banner:nth-child(9){
    /*grid-area: 4 / 10 / span 1 / span 2;*/
	grid-area: i;
}

#index .banner-wr.home_categories{
grid-template-areas:
        "a a a a a a a a b b b b"
        "c c c c d d d d e e e e"
        "c c c c f f f f g g g g"
		"h h h h h h h h i i i i";
}

@media (max-width: 767.98px) {
    #index .banner-wr.home_categories {
        grid-template-rows: repeat(9, 200px);
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    #index .banner-wr.home_categories {
        grid-template-areas:
        "a a"
        "b c"
        "d e"
        "f g"
		"h i";
    }
}

@media (max-width: 767.98px) {
    #index .banner-wr.home_categories {
        gap: 10px;
        -ms-grid-rows: 200px 10px 200px 10px 200px 10px 200px 10px 200px 10px 200px 10px 200px 10px 200px 10px 200px;
        grid-template-rows: repeat(9, 200px);
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas:
        "a"
        "b"
        "c"
        "d"
        "e"
        "f"
        "g"
		"h"
		"i";
    }
}

.dgo-img-reassu{
	height:60px;
}

#dgo-img-avisverif{
height:53px;	
}

.dgo-img-reassu-div{
display: flex;
    justify-content: center;
    padding-top: 20px;
    gap: 70px;
    align-items: flex-end;	
}

@media (max-width: 1200px) {
	.dgo-img-reassu-div{
    padding-top: 14px;
    gap: 6px;
}
	#dgo-img-avisverif{
	height:45px;
	}
	
	.dgo-img-reassu{
	height:52px;
}
	
}

#cms.cms-id-144 #content h1 {
    font-size: 3rem;
}

#cms.cms-id-144 #content .tuto_text_haut {
    padding-top:40px;
    padding-bottom:40px;
}

#cms.cms-id-144 #content .tuto_div_block {
    padding-top: 40px;
    padding-bottom: 50px;
    border-top: 1px solid #d4d4d4;
}

#cms.cms-id-144 #content .tuto_div_block h2 {
    font-size: 2rem;
}

#cms.cms-id-144 #content .tuto_titre_video {
    font-size: 1.1rem;
    font-weight: bold;
    text-align: start;
}

#cms.cms-id-144 #content .div_title {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1024px) {
    #cms.cms-id-144 #content h1 {
        font-size: 35px;
    }
    #cms.cms-id-144 #content .tuto_div_block h2 {
        font-size: 20px;
    }
}


/* tony13112024 */
.custom-d-none{
    display: none!important;
}

.home_service_client .inHeader{
    display: none!important;
}

.service_client_horaires .inFooter{
    display: none!important;
}

.home_service_client .custom-d-none, .service_client_horaires .custom-d-none{
    display: flex!important;
}

#configurateur nav a,
#configurateur nav a.facultatif {
    font-size: 25px;
    font-weight: bold;
    padding: 25px 20px;
    color: var(--text-black);
    position: relative;
    margin-bottom: 10px;
    display: block;
    opacity: 1;
    margin-bottom: 10px;
    font-weight: 700;
    padding: 20px 15px;
    background: var(--color-green);
    border: 2px solid transparent;

    /* background: white; */
}

#configurateur nav a .default_param {
    color: var(--text-grey);
}

#configurateur nav a.locked .default_param{
    color: var(--color-circle-cat);
}


#configurateur nav a.locked {
    border: 2px solid #dee2e6;
    background: transparent;
    color: #bbb;
}

#configurateur nav a.nav-encours,
#configurateur nav a.facultatif.nav-encours{
    background-color: white!important;
    border: 2px solid #dee2e6!important;
    color: black!important;
}

#configurateur nav a.nav-encours .fa-chevron-right,
#configurateur nav a.facultatif.nav-encours .fa-chevron-right,
#configurateur nav a .fa-chevron-right,
#configurateur nav a.facultatif .fa-chevron-right{
    display: none;
}

#configurateur nav a.active,
#configurateur nav a.facultatif.active {
    background: var(--color-grey)!important;
    color: var(--text-black)!important;
    border: 2px solid var(--text-black)!important;
    cursor: inherit;
}

#configurateur .nav .txt_facultatifs {
    position: relative;
    top: -20px;
    z-index: 1;
    font-weight: normal;
    font-style: italic;
    opacity: .5;
    font-size: 18px;
    font-family: 'Arial';
    padding: 10px 0 20px;
    width: 100%;
    left: 0;
    display: flex;
    color: var(--text-black);
    margin-top: 40px;
    padding-bottom: 0;
}

#configurateur nav {
    background: transparent;
}

#configurateur #config-tabContent,
#configurateur #config-recap {
    background-color: white;
    padding: 40px 50px;
    padding-top: 0;
    padding-right: 0;
}



/* #configurateur #config-recap .validation .new-validate-buttons {
    display: flex !important;
    gap: 30px;
    justify-content: end;
} */

#configurateur #config-recap .validation button {
    width: 55%;
    margin-bottom: 0;
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    background: #F5F4F5;
}

#configurateur .title_param {
    font-size: 2.2rem;
    margin-bottom: 20px;
    line-height: 1;
    padding: 23px 0;
    font-weight: 700;
    background: white;
    color: var(--text-black);
    border-bottom: 2px solid #F5F5F5;
}

#configurateur .desc_param,
#configurateur .aide_nom_param,
#configurateur .aide_param {
    margin-bottom: 20px;
    padding: 20px 0;
    background: white;
    min-width: 100%;
    text-align: start;
    padding-top: 0;
}

#configurateur .aide_nom_param {
    padding: 20px;
    background: white;
    text-align: start;
    margin-bottom: 0;
    min-width: unset;
    border-radius: 20px 20px 0 0;
}

#configurateur .aide_nom_param[aria-expanded="true"], #configurateur .aide_param{
    background: var(--color-grey);
    padding: 20px;
}


#configurateur .txt_facultatifs {
    font-size: 18px;
    font-family: 'Arial';
    padding: 10px 0 20px;
    width: 100%;
    left: 0;
    display: flex;
    color: black;
    margin-top: 20px;
}

#configurateur .nav .first_facultatif::before {
    display: none;
}

#configurateur .nav .first_facultatif {
    margin-top: 0;
    padding-top: 25px;
}

#configurateur .nav .txt_facultatifs::before,
#configurateur .nav .txt_facultatifs::after {
    border-top: solid black 1px;
}

#configurateur .options .option .inner_option {
    border: 2px solid #dee2e6;
    border-radius: 20px;
}

#configurateur .aide_nom_param i {
    margin-right: 10px;
}

#configurateur .options {
    margin-top: 20px;
}

#product h1 {
    font-size: inherit;
    color: inherit;
    text-transform: none;
    margin-bottom: inherit;
}

#product .fs8 {
    font-size: 3.1rem;
    line-height: 3.5rem;
}

#product .price_unit {
    font-size: 70px!important;
}

#product .right-content-container {
    border-left: 1px solid #eee;
}

#product .product-prices {
    border-top: none;
    margin-bottom: 0;
}

.slick-slide img {
    height: 80px;
    width: auto;
}

#main .images-container .js-qv-mask.scroll {
    width: 100%;
}

.scroll-box-arrows i {
    bottom: 0;
    background: white;
    opacity: 0.6;
}

#configurateur .config_price .price_unit {
    font-size: 3.8rem;
}

#configurateur .d-price-public {
    margin-left: 0;
}

#configurateur .regular-price {
    font-size: 0.9rem !important;
    letter-spacing: -0.2px !important;
}

#header-configurateur {
    background: white;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 8px 0px;
    min-width: 100%;
    position: absolute;
    top: 0;
    position: fixed;
    z-index: 999;
    left: 0;
    border-bottom: 1px solid #dfdfdf;
    top: -146px;
    transition: 0.2s all;

}

.header-config-chevron{
    transform: rotate(90deg);
    cursor: pointer;
}

#configurateur .price-discount{
    background-color: var(--text-black);
    margin-bottom: 0;
}

.desc_param ul{
    padding-left: 30px;
}

.aide_param img{
    margin-top: 20px;
}

#configurateur nav a.tabRempli .fa-chevron-right{
    display: none;
}

#configurateur nav a .fa-check{
    display: none;
}

#configurateur nav a.tabRempli .fa-check{
    float: right;
    display: block;
}

#configurateur nav a.active .fa-check,
#configurateur nav a.facultatif.active .fa-check{
    display: none;
}

#configurateur nav a.active .fa-chevron-right,
#configurateur nav a.facultatif.active .fa-chevron-right{
    float: right;
    display: block;
    font-size: 1.2rem;
}

#configurateur  #config-recap #header-configurateur .estimation_fdp{
    background: #F5F5F5!important;
    padding: 0;
    margin: 0;
}

#header-configurateur .estimation_fdp .form-control-label{
    font-size: calc(var(--coef-text-size)* 1.7rem);
    letter-spacing: -0.85px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    /* font-optical-sizing: auto; */
    font-style: normal;
    font-variation-settings: "wdth" 100;
    color:black;
}

#product .wrapper_carriers .price_unit{
    font-size: 25px!important;
}

#product #header-configurateur .estimation_fdp .wrapper_carriers label.radio-inline{
    padding-left: 0;
    justify-content: flex-end;
    display: flex
;
    flex-direction: row;
    margin-left: 0;
    gap: 40px;
    font-size: calc(var(--coef-text-size)* 1.7rem);
    letter-spacing: -0.85px;
    font-family: "Open Sans", sans-serif;
    /* font-optical-sizing: auto; */
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

#header-configurateur .estimation_fdp-header-config{
    display: flex;
}

#header-configurateur .estimation_fdp{
    visibility: hidden;
    height: 0;
}

#header-configurateur .estimation_fdp.header-config-open{
    visibility: visible;
    height: 100%;
}

.header-config-chevron-div{
    transition: 0.2s all;
}

.header-config-chevron-div-rotate{
    transform: rotate(180deg);
}

#configurateur .options .option .custom-radio .custom-control-label{
    margin-left: 0;
}

.options.t-row{
    flex-wrap: wrap;
}

.description .pl20{
    padding-left: 40px!important;
}

.product-features>dl.data-sheet dd.value:nth-of-type(2n), .product-features>dl.data-sheet dt.name:nth-of-type(2n) {
    background: white;
}

#product .expert-tout{
    bottom: -80px;
    height: 320px;
}

#module-lyoreservation-book header, #module-lyoreservation-book .back-yellow,
#module-lyoreservation-book .back-blue, #module-lyoreservation-book footer,
#module-lyoreservation-book .breadcomb{
    display: none;
}

#module-lyoreservation-book #search_by_calendar{
padding-top: 20px;
}

#module-lyoreservation-book .table thead{
    background-color: #F5F4F5;
}

@media (max-width: 1300px) {
	
	#product .breadcomb-container{
		margin-bottom:10px;
	}
	
    .images-container .product-images>li.thumb-container>.thumb{
        width: 60px!important;
    }

    .product-images{
        margin-bottom: 20px!important;
    }
    #product .fs8 {
        font-size: 2.4rem!important;
    }

    #product .right-content-container{
        border-left:none!important;
        padding: 0!important;
    }

    .t-go-to-avis{
        padding-bottom: 10px!important;
    width: 100%!important;
    }

    #product .carac{
        padding-top: 20px!important;
        padding-bottom: 20px!important;
        border-bottom: 1px solid #eee;
        border-top: 1px solid #eee;
        padding-left: 0!important;
        border-left: none!important;
        width: 100%!important;
    }

    #product .product-actions .add-to-cart{
        font-size: 18px;
        background: #212E83;
        color: white!important;
        border: none;
        
    }

    .form-control-label{
        text-align: start;
    }

    #product .product-actions .add-to-cart:disabled, #product .product-actions .add-to-cart[disabled]{
        text-transform: none;
    }

    #product .carac .norme{
        height: 25px !important;
    }
    .for-col-start{
        align-items: flex-start!important;
    }

    #product #go-to-notice{
        padding-top: 20px!important;
		margin-bottom:80px!important;
    }

    #product .to-mt-20{
        margin-top: 20px!important;
    }

    #product #config-tabContent{
        padding-left: 0!important;
        padding-bottom: 0!important;
    }

    #configurateur .tab-pane.active a.nav-link{
        color: black!important;
    }

    #configurateur .title_param{
        font-size: 1.2rem!important;
        font-weight:900!important;
    }

    #configurateur .title_param,#configurateur .desc_param, #configurateur .aide_nom_param{
        background: #f5f5f5!important;
    }

    #configurateur .aide_nom_param{
        padding-left: 0!important;
        padding-right: 0!important;
    }

    #configurateur .aide_param{
        margin-top: 0px!important;
        padding: 20!important;
        background: white!important;
        border-radius: 0!important;
    }

    #configurateur #tab-content .tab-pane{
        border: none!important;
        padding-top: 0!important;
    }

    #product #config-recap{
        margin: 0;
        padding: 0!important;
    }

    #product .pt80{
        padding-top: 40px!important;
    }

    #product #tabs{
        margin-top: 0!important;
    }

    #product #dgo_notices{
        margin-top: 100px;
    }

    #product .t-is-notice{
        text-align: left;
    }

    #configurateur #config-recap .validation{
        background: #212E83!important;
        margin-bottom: 0!important;
    }

    #configurateur .price_fabrication div:last-of-type{
        font-style: normal;
        
    }

    #configurateur .config_price{
        padding: 20px;
        padding-top: 0;
        padding-bottom: 10px;
    }

    #configurateur .config_price .price_unit,#configurateur .config_price .price_decimal,
    #configurateur .regular-price,
    #configurateur .text-public,
    #configurateur .price-discount{
        color: white;
    }

    #configurateur .price-discount{
        background: #ffd52b!important;
        color: black!important;
    }

    #configurateur .config_price .price_unit{
        font-size: 3rem!important;
    }

    #configurateur #validateForm:hover{
        color:black!important;
    }

    #configurateur #config-recap .validation button{
        width: 48%;
    }

    #product-modal .modal-content .modal-body .image-caption{
        display: none!important;
    }
}

#cart #js-ps_checkout-express-button-container,#cart .payment-method-logo-block{
display: none!important;
}

#lyor_link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-cover .product_picto{
	width:100px;
}

#collapse_description iframe{
	width:100%!important;
}

#cart #alma_selector{
	width:100%;
}

.cms-id-157 .elementor-157070101 .elementor-element.elementor-element-fr56kh3{
	margin-top: 70px!important;
}

.mc_product__price{
	
}