/* tony refonte */
.icon {
    height: 25px;
    width: auto;
}

.user .icon {
    opacity: 0.5;
}

.user:hover .icon {
    opacity: 1;
}

.cart img {
    transform: rotate(20deg);
}

.cart:hover .cart-flag {
    color: white!important;
}

.user:hover span, .cart:hover .t-mobile-none {
    color: var(--text-black);
}

.cart:hover img {
    transform: rotate(0);
}

.cart:hover .cart-flag {
    top: 0px;
}

.cart .icon-blue,
.cart:hover .icon {
    display: none;
}

.cart:hover .icon-blue {
    display: block;
}

.cart-flag {
    background: var(--color-blue);
    border-radius: 50%;
    justify-content: center;
    color: white;
    height: 20px;
    width: 1px;
    right: 14px;
    top: 5px;
    transition: 0.2s all;
    align-items: normal;
}

.loupe {
    left: 25px;
    top: 18px;
    height: 15px;
    transform: rotate(-90deg);
    opacity: 0.7;
    border: none;
    background: unset;
    cursor: pointer;
}

.logo img {
    width: 180px;
    height: auto;
}

.firstNav li:hover span {
    color: var(--text-black);
}

.firstNav li {
    border-bottom: 3px solid transparent;
}

.firstNav li.active {
    border-color: var(--color-blue);
}

.firstNav li.active span {
    color: var(--text-black);
}

.firstNav li.active .products-grey {
    display: none;
}

.firstNav li.active .products-black,
.firstNav li:hover .products-black {
    display: block;
}

.firstNav li .products-black,
.firstNav li:hover .products-grey {
    display: none;
}

.nav-products,
.nav-products-div,
.nav-services,
.nav-marque,
.nav-guide {
    display: none;
}

.nav-sous-div {
    box-sizing: border-box;
    min-height: 184px
}

.in-nav-products .nav-products,
.in-nav-products-div .nav-products-div,
.in-nav-services .nav-services,
.in-nav-marque .nav-marque,
.in-nav-guide .nav-guide {
    display: flex;
}

.nav-products-item img {
    height: 100px;
    width: auto;
}

.nav-products-div {
    top: 135px;
    left: -30px;
    z-index: 99;
}

.nav-products-item .icon-guide {
    width: 40px;
    height: auto;
}

.nav-products-item .guide-img,
.nav-services .guide-img {
    width: 150px;
    height: auto;
}

.not-in-nav-products-div img {
    opacity: .33;
}

.in-nav-products-div>span {
    text-decoration: underline;
}

header .input {
    /* width: 300px; */
    padding-left: 60px;
}



/* page categorie parente */
.cat-banner {
    width: 100%;
    height: auto;
    filter: blur(.4px);
}

.paragraphe {
    max-width: 750px;
    line-height: 25px;
}

.circle {
    height: 130px;
    width: 130px;
    background-color: var(--color-grey);
    border-radius: 50%;
    display: inline-block;
}

.cat-card {
    width: 220px;
}

.cat-card:hover .circle {
    background: var(--color-yellow);
}

.cat-title div {
    border-bottom: 4px solid transparent;
}

.cat-card:hover .cat-title div {
    border-color: var(--color-yellow);
}

.card-product {
    width: 320px;
    min-height: 100%;
}

.card-product:hover {
    /* transform: scale3d(1.01, 1.01, 1.01); */
}

.card-product-norme-div {
    border-radius: 18px 0 0 0;
    background: rgba(255, 255, 255, 0.581);
    right: 0;
    bottom: 0;
}

.product-card-cover {
    /*margin-left: -13px;
	width: 108%!important;*/
    width: 100%!important;
    height: auto;
}

.product-card-pourcent {
    padding: 1px 3px 1px 4px;
    border-radius: 4px;
}

.card-howTo {
    width: calc(50% - 10px);
}

.div-cles-en-main {
    width: 80%;
}

.card-product .min-heighted {
    min-height: 66px;
}

.quality-1-1 {
    width: calc(40% - 15px);
}

.quality-1-2 {
    width: calc(60% - 15px)!important;
}

.quality-3-1 {
    width: calc(40% - 15px);
}

.quality-3-2 {
    width: calc(30% - 15px);
}

.quality-text {
    min-height: 152px;
}


/* a obtimiser */

.container-open-right {
    margin-left: 90px;
    margin-right: 90px;
    position: relative;
    padding-left: 20px;
}

.container-reassu .card-product {
    padding: 30px;
    width: 290px;
    padding-top: 25px;
}

.container-reassu svg {
    height: 45px;
    width: 45px;
}

.container-reassu h3 {
    min-height: auto;
    margin-bottom: 40px;
    padding: 0;
    line-height: 32px;
}

.container-reassu .card-btn-plus {
    background: transparent;
    color: #1c1c1c;
    box-shadow: inset 0 0 0 1px rgb(17, 17, 17);
}

.scroll-container-reassu:hover .scroll-arrow {
    display: block;
    /* Afficher les flèches au survol */
    opacity: 0.7;
}

.scroll-container-reassu {
    position: relative;
    width: 100%;
    /* Limite la largeur du conteneur visible */
    /* overflow: hidden; */
}

#scroll-left-reassu {
    left: -50px;
    padding: 20px 15px 20px 13px;
}

#scroll-right-reassu {
    right: 25px;
}

.scroll-arrow {
    display: none;
    transform: translateY(-50%);
    z-index: 99;
    opacity: 0;
    background: rgb(215, 215, 215);
    border-radius: 50px;
    padding: 20px 13px 20px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 52%;
    border: none;
    transition: all .3s cubic-bezier(0, 0, .5, 1);
    cursor: pointer;
    line-height: 8px;
}

.scroll-arrow:hover {
    background-color: rgb(237, 237, 237);
}

#scrollable-content-reassu {
    display: flex;
    /* overflow-x: scroll; */
    scroll-behavior: smooth;
    gap: 20px;
    /* padding: 20px 20px 20px 0; */
}

.d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.d-start {
    justify-content: flex-start;
}

.card-product2 {
    width: 340px;
    /* width: 320px; */
    width: 310px;
    background-color: #fff;
    border-radius: 18px;
    box-shadow: 2px 4px 12px #00000014;
    transition: all .3s cubic-bezier(0, 0, .5, 1);
    cursor: pointer;
    position: relative;
}

.card-product2:hover {
    box-shadow: 2px 4px 16px #00000029;
    transform: scale3d(1.01, 1.01, 1.01);
}

.card-reassu {
    width: 250px;
    height: 304px;
}

/* stop obtimisation */

.service-div {
    width: calc(25% - 10px);
}

.reassu-p {
    min-height: 65px;
}

/* footer */

.footer-1-div {
    width: calc(50% - 15px);
}

.footer-2-div {
    width: calc(25% - 15px);
}


/* modal a obtimiser */
.modal-product {
    display: none;
    position: fixed;
    background-color: white;
    padding: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 76px;
    padding-top: 130px;
    box-sizing: border-box;
    z-index: 1001;
    background-color: rgba(17, 17, 17, 0.753);
    backdrop-filter: blur(20px);
    overflow-y: scroll;
}

.modal-content-product {
    width: 100%;
    max-width: 980px;
    border-radius: 18px;
    background: white;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}

.modal-content-product-div {
    padding: 38px;

}

.modal-close-product svg {
    width: 20px;
    height: 20px;
    padding: 8px;
    /* background: black; */
    background-color: rgba(17, 17, 17, 0.7);
    border-radius: 50%;
    margin-right: -56px;
    margin-top: -50px;
    box-sizing: content-box;
}

.modal-close-product {
    position: absolute;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: end;
    top: -25px;
    right: 80px;
}

.modal-close-product svg,
.modal-close svg {
    background: #e2e2e2;
}

.modal-content-product-div {
    padding: 38px;

}

.carac span.fw-bold {
    font-size: 1.04rem;
    padding: 18px 0;
    color: #1d1d1f;
    line-height: 21px;
}

.div-icon-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 60px;
}

/* fin obtimisiation */

.modal-reassu {
    background: #F5F5F7;
    padding: 30px 40px;
    border-radius: 0 0px 18px 18px;
    width: 100%;
    box-sizing: border-box;
}

.modal-reassu-item-text {
    width: 220px;
}

body.modal-open {
    overflow: hidden;
}

.norme {
    height: 32px!important;
    width: auto;
}

.guide-complet {
    width: 300px;
}

.expert-tout {
    height: 250px;
    bottom: -30px;
}

.expert-pose {
    height: 260px;
    bottom: -30px;
}

.service-mesure {
    height: 240px;
    bottom: -33px;
}

.pose-pro {
    height: 240px;
    bottom: -30px;
}

.expert-sav {
    height: 250px;
    bottom: -30px;
}

.div-color {
    height: 360px;
    overflow: hidden;
}

.div-color-btn {
    bottom: 40px;
    border: none;
}

.footer-text-paiement {
    width: 400px;
}

.container-h1 {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.virgule {
    right: 12px;
    top: 9px;
}

.header2 {
    display: none;
}

.cat-enfant-title-div .expert-sav {
    height: 50px;
    bottom: 0;
}

.pose-pro-enfant {
    bottom: -40px;
}

.banner-home-mobile {
    display: none;
}

.img-cat-home {
    /* -webkit-filter: drop-shadow(5px 5px 5px #222); */
    filter: drop-shadow(2px -5px 13px #c7c7c7);
}

.cat-card {
    width: calc(50% - 15px);
}

.cat-card img {
    height: 200px;
    width: auto;
}

.t-retour-menu, .t-mobile-flex{
    display: none;
}

#category #tabs_content_category{
    padding: 0;
    background: none;
    border: none;
}

#wrapper{
    margin-top: 0!important;
}

.products article{
    padding: 0;
    background: none;
}

.products article .btn{
    margin-top: 0;
    line-height: inherit;
}

.product_picto{
    width: 85px;
    height: auto;
}

#search_filters .facet{
    padding-left: 20px;
}

#category-description .col-md-3 img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 18px;
}

#dmu_desc_category .img-fluid{
    width: 100%;
    height: auto;
}

#category-description h1{
    font-size: calc(var(--coef-text-size)* 3.1rem);
    margin-bottom: 20px;
}
#category-description h2{
    font-size: calc(var(--coef-text-size)* 2.2rem);
    margin-top: 20px;
    margin-bottom: 20px;
}

#category-description h1, #category-description h2,#dmu_desc_category a{
    text-align: start;
        letter-spacing: -1px;
        font-family: "Open Sans", sans-serif;
        font-weight: 900;
        font-style: normal;
        font-variation-settings: "wdth" 100;
}

#category-description .row, #dmu_desc_category .row{
    display: flex;
    gap: 40px;
}

#category-description .col-md-9, #dmu_desc_category .col-md-9{
    max-width: 800px;
}

p{
    text-align: start;
}

.pagination, #category #caracteristiques,#category #details,#category #services{
    display: none;
}

.page-content.page-cms{
    padding: 0;
}


/* cms a effacer plus tard */
#cms #content h1, #cms #content h2{
    margin-bottom: 40px;
    margin-top: 20px;
    font-size: calc(var(--coef-text-size)* 3.1rem);
    text-transform: inherit;
    color: var(--text-black);
    text-align: start;
}

#cms .service-div{
    width: calc(25% - 15px);
}

.t-block-cat-enfant .t-info-cat{
    width: 510px;
}

#cms .paragraphe{
    max-width: 800px;
}

#tFacette{
    max-width: 307px;
}

.product-features{
    margin: 0;
}

#js-product-list-top{
    display: flex;
}

#js-active-search-filters{
    display: none;
}

#module-dmudevis-front #content-wrapper{
    margin-top: 0!important;
}

#module-dmudevis-front #wrapper .container .row{
    flex-direction: row-reverse;
}

.mc_product{
    width: 33%;
    max-width: none;
}

#configurateur #config-recap .validation {
    background: white !important;
    padding: 0;
    margin: 0 0 20px 0;
    justify-content: end;
}

/*.breadcomb-mobile{
    display: none;
}*/

.breadcomb{
    list-style-type: none;
    margin-bottom:0;
    padding-left:0;
    margin-top:0;
}

.breadcomb img{
    width: 17px;
    height: auto;
}


@media (max-width: 1300px) {
	
	.loupe{
		left: inherit;
    right: 25px;
    border: 1px solid var(--text-black);
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    top: 4px;
    background: white;
    border-radius: 18px;
	}

    #coachingassistant .for-pose-pro{
        height: 250px!important;
    }

    .breadcomb-container{
        padding-right: 0;
        padding-left: 0;
    } 

    .breadcomb{
        overflow: scroll;
        padding-top: 15px;
        padding-bottom: 18px;
        padding-right: 20px;
        padding-left: 20px;
        font-size: 0.8rem!important;
        letter-spacing: -0.2px!important;
    }

    .breadcomb img{
        width: 13px;
        margin-top:-3px;
    }

    .breadcomb li{
        text-wrap-mode: nowrap;
    }

    .breadcomb .text-grey{
        color: #b3b0b0;
    }
    
    /*.breadcomb-mobile{
        display: flex;
    }*/

    #configurateur #config-recap .validation{
        background: var(--color-blue)!important;
    }

    .mc_product{
        width: 100%;
    }

    #module-dmudevis-front #wrapper .container .row{
        flex-direction: column-reverse;
    }

    .firstNav li.active{
        border-color: #eee;
    }

    .card-body{
        width: 100%;
    }

    #accordionExample .card-header{
        border-radius: 50px;
    }

    #tFacette{
        max-width: 100%;
    }

    .t-block-cat-enfant .t-info-cat{
        width: 100%
    }

    #js-active-search-filters{
        display: block;
    }

    #category-description .row, #dmu_desc_category .row{
        flex-direction: column;
        gap: 20px;
    }

    #category-description .col-md-9{
        max-width: 100%;
    }

    #category-description center img{
        width: 100%;
        height: auto;
    }

    .guide-complet,
    .footer-1-div,
    .footer-2-div,
    .div-cles-en-main,
    .service-div,
    .quality-1-2,
    .quality-3-1,
    .quality-1-1,
    .quality-3-2,
    .card-howTo,
    .card-product,
    .mobileto100 {
        width: 100%!important;
        height: auto;
    }

    .quality-1-1 .p40{
        padding: 0!important;
    }

    .expert-tout {
        height: 230px;
        bottom: 0;
    }

    .expert-pose {
        height: 220px;
        bottom: 0;
    }

    .service-mesure {
        height: 210px;
        bottom: 0;
    }

    .service-container {
        padding: 20px 0 40px 0;
    }

    .choice-div {
        padding: 0 0 40px 0;
    }

    .pose-pro {
        height: 210px;
        bottom: 0;
    }

    .products-container {
        gap: 30px;
    }

    /* .card-product {
        box-shadow: none;
    } */

    .expert-sav {
        height: 220px;
        bottom: 0px;
    }

    .cat-container {
        gap: 20px;
        align-items: flex-start;
    }

    .div-confiance {
        gap: 20px;
        padding: 20px 0;
        text-align: center;
    }

    .div-h1-price {
        justify-content: flex-end;
        margin-top: 0;
        flex-direction: column;
        gap: 10px;
    }

    .div-h1-price .text-white {
        margin-right: 0;
    }

    .breadcomb-container {
        justify-content: flex-start;
    }

    .p40tomobile {
        padding: 20px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .div-color {
        height: auto;
        overflow: hidden;
    }

    .div-color-btn {
        top: 0;
        min-width: 200px;
        top: auto;
    }

    .quality .row-end {
        justify-content: center;
    }

    .footer-text-paiement {
        width: 100%;
    }

    .container-h1 {
        position: relative;
        transform: none;
        padding: 10px 20px 20px 20px;
        border-bottom: 1px solid #e1e1e1;
        text-align: center;
        left: 0;
    }

    .container-h1 h1 {
        text-align: start;
        text-align: center;
    }

    .virgule {
        top: 11px;
    }

    .avis-verif {
        display: none;
    }

    .p0 {
        padding: 0!important;
    }

    .border-none {
        border: none;
    }

    /* .header1 {
        display: none;
    } */

    /* .header2 {
        display: flex;
    } */

    .wm-100 {
        width: 100%;
    }

    .mmt0 {
        margin-top: 0;
    }

    .containered {
        width: 100%;
    }

    .modal-mobile {
        width: 100%;
        background: white;
        left: -100%;
        right: 0;
        z-index: 100;
        transition: 0.2s all;
    }

    .modal-mobile.active {
        left: 0;
    }

    .nav-products-item img {
        height: 70px;
    }

    

    .banner-home-mobile {
        display: block;
    }

    .banner-home {
        display: none;
    }

    .cat-card {
        width: 100%;
    }

    .cat-card h2 {
        align-items: center;
    }

    .cat-card h2 span {
        padding: 0;
    }

    /* .cat-card img {
        height: 180px;
    } */

    .cat-card .btn {
        padding: 13px 30px 14px 30px;
        margin-bottom: 40px;
    }

    .cat-card-small-title {
        font-size: inherit;
    }

    .cat-home-exeption{
        height: 150px!important;
    }

    /* mobile menu */
    .t-mobile-none, .products-grey, .t-img-menu{
        display: none!important;;
    }

    #t-rdv-conseil{
        position: relative;
    margin-top: 30px;
    }

    #t-rdv-conseil span{
        border-radius: 10px!important;
    }

    .t-mobile-flex{
        display: flex!important;
    }

    .cart-flag{
        right: -5px;
    }
    #mon-panier{
        padding-left: 5px !important;
    }

    #mon-compte{
        border-right: none;
        padding-right: 0!important;
    }
    #t-block-first-nav, .firstNav{
        flex-direction: column;
    }
    .firstNav{
        align-items: flex-start;
        padding-top: 30px;
        gap: 12px;
    }
    .firstNav li,.nav-sous-div li{
        padding-top: 10px;
    border-bottom: 1px solid #eee;
    width: 100%;
    }
    #t-nav-product .nav-sous-div li{
        padding-bottom: 10px;
        padding-left: 0;
        text-wrap: wrap;
    }
    #t-nav-product-li{
        padding-top: 0;
        padding-bottom: 30px;
    }
    #t-nav-product-li span,#t-nav-product .nav-sous-div li{
        color: var(--text-black);
        font-size: 1.1rem;
    letter-spacing: -0.2px;
    }
    #t-logo{
        width: 150px;
    }
    .user .icon{
        opacity: 0.8;
    }
    #t-block-nav{
        padding:0!important;
    }
    #t-block-search{
        padding-top: 20px;
    }
    header .input{
        width: 100%;
    box-sizing: border-box;
		padding-left: 40px;
    }
    .nav-sous-div{
        gap: 0;
    align-items: flex-start;
    position: absolute;
    background: white;
    width: 100%;
    left: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    top: 130px;
		min-height:900px;
    }
    .nav-products-div, .nav-products {
        transition: 0.2s all;
    }
    .nav-products-div{
        display: block;
        top: 0;
        padding: 0;
        border: none;
        box-shadow: none;
        transition: 0.2s all;
        width:calc(100vw);
        border-radius: inherit;
    padding-left: 20px!important;
    left: calc(-100vw - 20px)!important;
    padding-right: 20px;
    min-height: 100vh;
    padding-top: 0!important;
    min-height: 1000px;
    }
    .nav-products-div li{
        padding-bottom: 30px!important;
    }
    .nav-products-div.active {
        left: -20px!important;
    }
    .in-nav-products-div{
        position: inherit;
        width: fit-content!important;
    }
    .nav-products-item span{
        padding-left: 10px;
        font-size: 1.1rem;
    letter-spacing: -0.2px;
    }
    .header1{
        padding-bottom: 10px;
    }
    .t-retour-menu, .t-v-icon svg{
        display: block!important;
    }
    .menu-guide-div .text-no-wrap{
        text-wrap: auto;
    }
    .center-to-space{
        justify-content: space-between;
    }
    .t-title-cat{
        font-weight: 900;
    }
    .in-nav-products .nav-products{
        overflow-y: auto;
    }
    #t-block-first-nav, #menu-search svg, .t-v-icon .icon{
        display: none;
    }
    .t-in-menu{
overflow-y: hidden;
    }
    .t-min-height{
        height: 100vh;
    }
    #search-results{
        display: none!important;
    }
    .nav-products-div .gap80{
        gap: 40px;
    }

}


/* page produit */



.star{
    height: 18px;
}



.bordered-blue{
    border: 2px solid var(--color-blue)!important;
}



.estimation_fdp-header-config{
    display: none;
}



.btn-grey{
    background: var(--color-grey);
    color: var(--text-black);
    box-shadow: inset 0 0 0 1px var(--text-black);
}

.desc_param a, .aide_param a{
    text-decoration: underline;
    font-size: 1rem;
    letter-spacing: -0.2px;
    font-family: "Open Sans", sans-serif;
    /* font-optical-sizing: auto; */
    font-weight: 900;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.form-control{
    background: #F5F4F5;
}



.elementor-column.elementor-col-100, .elementor-column[data-col="100"]{
    padding: 0;
    padding-bottom: 80px;
}

.text-footer{
    background: white!important;
    border: none!important;
}

.elementor-widget-container h2{
    font-size: 3.1rem;
    margin-bottom: 40px;
    letter-spacing: -1px;
    font-family: "Open Sans", sans-serif;
    /* font-optical-sizing: auto; */
    font-weight: 900;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.elementor .elementor-text-editor p{
    max-width: 750px;
    line-height: 25px;
    color: var(--text-grey2);
    padding-bottom: 20px;
    letter-spacing: -0.2px;
    font-family: "Open Sans", sans-serif;
    /* font-optical-sizing: auto; */
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.dmuthemeblocks-reassurance{
    display: none;
}

#wrapper{
    padding-top: 0;
}

.estimation_fdp .wrapper_carriers .carrier_price.price{
    display: flex;
    align-items: center;
}

#modal-product-description h6{
    font-size: 1.2rem !important;
    letter-spacing: -0.16px !important;
    margin-bottom: 20px;
    padding-top: 0;
}


#index #dgo_container, #index .dmuthemeblocks-reassurance,#index .home_categories, #index .home_etapes{
    display: none;
}

#index .card-product, #category .card-product{
    overflow: hidden;
}

.ui-helper-hidden-accessible{
    display: none;
}

.ui-widget-content{
    background: white;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    background: white;
    border: 1px solid #ccc;
    max-height: 300px;
    overflow-y: auto;
    width: 386px;
}

#search-results{
    display: none;
}

#search-results-div {
    display: flex;
    background: #fff;
    border: 1px solid #ddd;
    min-width: 1352px;
    position: absolute;
    z-index: 999;
    padding: 30px;
    border: none;
    left: -210px;
    border: 1px solid #eee;
    top: 70px;
    border-radius: 18px;
    justify-content: space-between;
}

#search-overlay{
    background: #0000004d;
    bottom: 0;
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 100;
    
}

.in-search{
    opacity: 1!important;
    visibility: visible!important;
}

#product .modal-body #product-description-short{
	display:none!important;
}


/* a effacer apres mise a jour contenu categori enfant */
#dmu_desc_category hr{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

#dmu_desc_category h2, #dmu_desc_category p, #dmu_desc_category h3, #dmu_desc_category h4,
#category-description h2, #category-description p, #category-description h3, #category-description h4{
    margin-bottom: 1rem;
}

#category-description .row{
    gap: 20px;
}

#category-description img{
    height: auto!important;
}
#category-description center p{
    text-align: center;
}
/* a effacer apres mise en prod */

/* tony modif guides */

.t-nav-products-item {
            min-width: 200px;
            padding-bottom: 20px;
            padding-top: 20px;
        }

        #cms #content .t-nav-products-item img {
            max-width: 25%;
        }

        @media (max-width: 1300px) {
            .t-nav-products-item {
                width: 47%;
				min-width: 47%;
                padding: 10px;
				min-height:90px;
            }
            #expert-gefradis-img{
                display: none;
            }
			.t-nav-products-item .t-title-cat{
        text-align: center;
    }
        }

.page-cms-187 .menu-guide-div,
.page-cms-184 .menu-guide-div,
.page-cms-190 .menu-guide-div,
.page-cms-193 .menu-guide-div,
.page-cms-196 .menu-guide-div,
.page-cms-199 .menu-guide-div,
.page-cms-202 .menu-guide-div{
            width: 23.5%;
        }

        .tuto-video{
            margin-top: 30px;
        }

        .tuto-video a {
            height: 50px;
            background: white;
            opacity: .8;
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            color: black;
            margin-left: 15px;
    margin-right: 15px;
        }

        .youtube-tuto {
            position: absolute;
            left: 50%;
            transform: translate(-50%, 0);
            top: 85px;
        }
