/* Default */
a.elementor-button-link{
    padding: 15px 32px 15px 32px !important;
    background-color: #74132a;
    font-size: 16px !important;
    font-weight: 600;
    color: #fff;
}

/* Désactive le panier dans le menu sticky */

#sticky-cart-wrapper{
    display:none !important;
}

/* ==========================================================
   LMA - TOP BAR
========================================================== */


.lma-topbar {
    width: 100%;
    background: #f5f5f5;
    color: #555555;
    font-size: 12.5px;
    font-weight: 400;
}

.lma-topbar-inner {
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 46px;
    flex-wrap: nowrap;
}

.lma-topbar-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #555555 !important;
    text-decoration: none !important;
    white-space: nowrap;
    line-height: 1;
}

.lma-topbar-item i {
    color: #951d36;
    width: 14px;
    text-align: center;
    font-size: 13px;
}

.lma-topbar a,
.lma-topbar a:visited,
.lma-topbar a:hover,
.lma-topbar a:focus,
.lma-topbar a:active {
    color: #555555 !important;
    text-decoration: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.lma-topbar a:hover {
    color: #951d36 !important;
}

@media (max-width: 991px) {
    .lma-topbar {
        display: none !important;
    }
}

/* Header */
.stuck-menu {
    box-shadow: 0px 5px 5px rgba(0,0,0,.05);
}
#desktop-header #desktop-header-container.container{
    padding: 0px 120px;
}
.col-header-right {
    padding-right: 20px;
}
#desktop-header img.logo{
    width: 120px;
}
#header #header-user-btn .fa-user::before,
#header .col-mobile-btn-account .fa-user::before {
    margin-top: 6px;
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url("../img/icon-user.png");
    background-size: contain !important;
}
#header .header-search-btn .fa-search::before,
#header .col-mobile-btn-search .fa-search::before {
    margin-top: 6px;
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url("../img/icon-search.png");
    background-size: contain !important;
}

/* Header | Menu */
.cbp-hrmenu .cbp-tab-title{
    font-weight: 600;
    text-transform: uppercase;
}
.cbp-hrmenu .cbp-hrsub{
    max-width: max-content;
}
.cbp-hrsub-inner ul.cbp-links{
    display: flex;
    flex-direction: column;
}
.cbp-hrsub-inner ul.cbp-links li{
    padding: 5px 0px !important;
}

/* Block Category Header */
.block-header{
    height: calc(50% - 5px);
}
.block-header:last-child{
    margin-top: 10px !important;
}
.block-header .elementor-container{
    height: 100% !important;
}
/*.block-header .elementor-inner-column{
    height: 291px;
}*/

/* Home Page */
.section-block-3 {
    margin-top: -290px !important;
    z-index: -1;
}
.elementor-editor-active .section-block-3  {
    margin-top: 0px !important;
    z-index: 1;
}
.border-title .elementor-heading-title {
    color: transparent !important;
    -webkit-text-stroke: 1px #f5f5f5;
}
.border-title-nb {
    color: transparent !important;
    -webkit-text-stroke: 1px #a4a4a4;
}

/* ==========================================================
   FOOTER LMA
========================================================== */

#footer {
    background: #961834;
    color: #ffffff;
}

/* Espacement général du footer */
#footer .footer-container {
    padding: 55px 45px 50px;
}

/* Limite la largeur et centre le contenu */
#footer .footer-container > .container {
    max-width: 1440px;
    margin: 0 auto;
}

/* Espacement entre les colonnes */
#footer .footer-container .row {
    margin-left: -20px;
    margin-right: -20px;
    align-items: flex-start;
}

#footer .footer-container .row > div {
    padding-left: 20px;
    padding-right: 20px;
}

/* Titres des colonnes */
#footer .block-title,
#footer .h3,
#footer .h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    margin: 0 0 22px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .10);
}

/* Texte et liens */
#footer p,
#footer li,
#footer a {
    color: rgba(255, 255, 255, .92);
    font-size: 14px;
    line-height: 1.7;
}

#footer a {
    text-decoration: none;
}

#footer a:hover,
#footer a:focus {
    color: #ffffff;
    text-decoration: none;
}

/* Listes */
#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer li {
    margin-bottom: 8px;
}

/* Colonne entreprise */
.lma-footer-about {
    max-width: 330px;
}

.lma-footer-logo {
    display: block;
    width: 185px;
    max-width: 100%;
    height: auto;
    margin-bottom: 22px;
}

.lma-footer-about p {
    margin: 0;
    line-height: 1.75;
}

/* Colonne contact */
#footer .contact-rich {
    margin: 0;
}

#footer .contact-rich .block {
    margin-bottom: 12px;
}

/* Content Page */
#cms #wrapper{
    padding: 0px 105px;
}
#cms #wrapper nav.breadcrumb,
#cms #wrapper .h1.page-title{
    display: none !important;
}
.corner-bottom-left::after,
.corner-bottom-center::after{
    display: block;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 50px 50px 0 50px;
    border-color: #f3f1ee transparent transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    bottom: -50px;
}
.corner-bottom-left::after{
    left: 50px;
}
.corner-bottom-center::after{
    left: calc(50% - 60px);
}
.corner-bottom-left.grey::after,
.corner-bottom-center.grey::after{
    border-color: #f8f8f8 transparent transparent transparent;
}
.d-flex .elementor-widget-wrap{
    display: flex;
}
.d-flex.center .elementor-widget-wrap{
    justify-content: center;
}
.img-icon-desc,
.img-icon-desc .elementor-widget-container{
    height: 100%;
}

/* Contact Page */
#contact #wrapper{
    padding-left: 105px;
    padding-right: 105px;
}
#contact #wrapper #main{
    display: flex;
    flex-wrap: wrap;
}
#contact #wrapper #main header,
#contact #wrapper #main .page-footer{
    width: 100%;
}
#contact #wrapper #main #iqitcontactpage-map,
#contact #wrapper #main #content{
    margin-bottom: 60px;
    width: 50%;
}
#contact #wrapper .h1.page-title{
    padding-top: 20px;
    padding-bottom: 18px;
    border-bottom: none;
}
#contact #wrapper #iqitcontactpage-map iframe{
    margin-bottom: 0px;
    height: 615px;
}
#contact #wrapper #main #content{
    padding: 0px 0px 0px 60px;
}
#contact #wrapper #main #content .col-sm-4,
#contact #wrapper #main #content .col-sm-8{
    flex: 0 0 100%;
    max-width: 100%;
    border: none;
}
#contact .contact-page-info .contact-rich{
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f8f8;
}
#contact .contact-page-info .contact-rich strong,
#contact .contact-page-info .contact-rich hr{
    display: none;
}
#contact .contact-page-info .contact-rich .part{
    width: 33.33%;
}
#contact .contact-form{
    margin-top: 40px;
}
#contact .contact-form .form-footer{
    margin-top: 30px;
    padding: 0px 0px;
}
#contact .contact-form .form-fields .form-group:first-child{
    display: none;
}
#contact .contact-form .form-fields .form-group{
    margin-bottom: 5px;
    flex-direction: column;
}
#contact .contact-form .form-fields .form-group .col-md-3,
#contact .contact-form .form-fields .form-group .col-md-6,
#contact .contact-form .form-fields .form-group .col-md-9{
    flex: 0 0 100%;
    max-width: 100%;
}
#contact .contact-form .btn.btn-primary{
    padding: 10px 20px 10px 20px !important;
    background-color: #74132a;
    font-size: 16px !important;
    font-weight: 600;
    color: #fff;
}


/* ==========================================================
   LMA — HEADER MOBILE + TABLETTE (burger actif jusqu'à ~1200px)
   Ces règles ne dépendent pas d'un media query : les classes
   .col-mobile-* / .mobile-menu__footer / .row-mobile-header
   n'existent QUE dans le header burger, donc le desktop
   n'est jamais touché.
========================================================== */

/* Masque le bas du menu mobile/tablette (langue / devise / connexion) */
.mobile-menu__footer {
    display: none !important;
}

/* Masque recherche / compte / panier dans le header burger */
.col-mobile-btn-search,
.col-mobile-btn-account,
.col-mobile-btn-cart {
    display: none !important;
}

/* Logo centré absolu sur toute la barre du header burger */
.row-mobile-header {
    position: relative;
}
.row-mobile-header .col-mobile-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    flex: none;
    width: auto;
}


/* ==========================================================
   LMA — RESPONSIVE  ≤ 1199px  (tablette large / burger visible)
========================================================== */
@media (max-width: 1199px) {

    /* Padding latéral du header desktop réduit (240px -> 30px) */
    #desktop-header #desktop-header-container.container {
        padding: 0 30px;
    }

    /* Logo réduit dès que le burger apparaît (tablette + mobile) */
    #desktop-header img.logo,
    #mobile-header img.logo,
    header img.logo {
        width: 90px !important;
    }

    /* Masque la 2e colonne de la 1re section (portail/image) en tablette + mobile */
    .hide-mobile {
        display: none !important;
    }
}


/* ==========================================================
   LMA — RESPONSIVE TABLETTE  ≤ 991px
========================================================== */
@media (max-width: 991px) {

    /* Pages CMS : padding raisonnable au lieu de 105px */
    #cms #wrapper {
        padding: 0 0px;
    }

    /* Contact : padding + empilement carte / formulaire */
    #contact #wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
    #contact #wrapper #main #iqitcontactpage-map,
    #contact #wrapper #main #content {
        width: 100%;
        margin-bottom: 40px;
    }
    #contact #wrapper #main #content {
        padding: 0;
    }
    #contact #wrapper #iqitcontactpage-map iframe {
        height: 420px;
    }

    /* Home : annule le chevauchement négatif quand les colonnes s'empilent */
    .section-block-3 {
        margin-top: 0 !important;
        z-index: 1;
    }

    /* Blocs header de catégories : hauteur naturelle en empilé */
    .block-header {
        height: auto;
    }
    .block-header:last-child {
        margin-top: 0 !important;
    }
}


/* ==========================================================
   LMA — RESPONSIVE MOBILE  ≤ 767px
========================================================== */
@media (max-width: 767px) {

    /* Marge au-dessus du 1er bloc footer (LMA) */
    #footer .footer-container .row > div:first-child {
        margin-top: 30px;
    }

    /* Espacements footer mobile */
    #footer .footer-container {
        padding: 35px 20px 25px;
    }
    #footer .footer-container .row {
        margin-left: 0;
        margin-right: 0;
    }
    #footer .footer-container .row > div {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 28px;
    }
    .lma-footer-logo {
        width: 155px;
    }

    /* Gouttières mobiles pages CMS / contact */
    #cms #wrapper {
        padding: 0 0px;
    }
    #contact #wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }

    /* Carte contact : hauteur contenue */
    #contact #wrapper #iqitcontactpage-map iframe {
        height: 300px;
    }

    /* Bandeau infos contact : 3 colonnes -> empilé centré */
    #contact .contact-page-info .contact-rich {
        flex-direction: column;
        gap: 12px;
    }
    #contact .contact-page-info .contact-rich .part {
        margin-bottom: 10px;
        width: 100%;
        text-align: left;
    }

    /* Boutons Elementor : padding contenu sur petit écran */
    a.elementor-button-link {
        padding: 13px 22px 13px 22px !important;
        font-size: 15px !important;
    }

    /* Triangles décoratifs : réduits de moitié */
    .corner-bottom-left::after,
    .corner-bottom-center::after {
        border-width: 30px 30px 0 30px;
        bottom: -30px;
    }
    .corner-bottom-left::after {
        left: 20px;
    }
    .corner-bottom-center::after {
        left: calc(50% - 30px);
    }
}


/* ==========================================================
   LMA — PETIT MOBILE  ≤ 480px
========================================================== */
@media (max-width: 480px) {

    /* Titres contour géants : taille bornée pour ne pas déborder */
    .border-title .elementor-heading-title {
        font-size: 15vw !important;
        line-height: 1.05 !important;
        word-break: break-word;
    }

    /* Boutons full-width confortables */
    a.elementor-button-link {
        display: block;
        text-align: center;
    }
}

/* ==========================================================
   CUSTOM
========================================================== */
.col-header-right {
    display: none !important;
}
.col.col-header-center.col-header-menu {
    padding-right: 150px !important;
}
/**/
.column-40 {
    width: 40% !important;
}
.vertical-align-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 1428px) and (min-width: 1200px) {
    .lma-topbar-inner {
        justify-content: end;
        gap: 25px;
    }
    .lma-topbar-inner,
    #desktop-header #desktop-header-container.container {
        padding: 0px 30px;
    }
    .col.col-header-center.col-header-menu {
        padding-right: 15px !important;
    }
    .cbp-horizontal > ul {
        text-align: right;
    }
    .col-top-home .elementor-column-wrap {
        padding-left: 30px !important;
        margin-left: 0px !important;
    }
    .cbp-hrsub.col-2 {
        width: 300px;
    }
    #cms #wrapper {
        padding: 0px 0px;
    }
    .top-content-page {
        padding: 40px 20px 40px 20px !important;
    }
}
@media (max-width: 1200px) and (min-width: 991px) {
    .lma-topbar-inner {
        padding: 0px 25px;
        justify-content: end;
        gap: 25px;
    }
    #desktop-header #desktop-header-container.container {
        padding: 0px 10px 0px 30px;
    }
    .col.col-header-center.col-header-menu {
        padding-right: 0px !important;
    }
    .col-top-home .elementor-column-wrap {
        padding-left: 30px !important;
        margin-left: 0px !important;
    }
    .cbp-hrsub.col-2 {
        width: 300px;
    }
    #cms #wrapper {
        padding: 0px 0px;
    }
    .top-content-page {
        padding: 40px 20px 40px 20px !important;
    }
    .elementor-column.elementor-col-50.elementor-top-column.width-50 {
        width: 50% !important;
    }
    .section-colors {
        padding: 0px 80px 40px 80px !important;
    }
    .column-100 {
        width: 100% !important;
    }
}
@media (max-width: 991px) and (min-width: 0px) {
    #mobile-header .m-nav-btn {
        color: #000;
    }
    a.mobile-menu__link {
        font-size: 16px !important;
    }
    .mobile-menu__links-list .mobile-menu__links-list-li {
        padding: 15px 0px;
        border-bottom: solid 1px #ebebeb;
    }
    .mobile-menu__back-btn.js-mobile-menu__back-btn.btn .mobile-menu__title,
    .mobile-menu__back-btn.js-mobile-menu__back-btn.btn {
        font-size: 20px;
    }
    .btn.btn-icon.mobile-menu__close.js-mobile-menu__close {
        line-height: 1;
        padding: 5px 10px;
    }
    .column-100 {
        width: 100% !important;
    }
}
@media (max-width: 991px) and (min-width: 769px) {
    .elementor-column.elementor-col-50.elementor-top-column.width-50 {
        width: 50% !important;
    }
}
@media (max-width: 768px) and (min-width: 0px) {
    #mobile-header {
        padding: 0px 10px;
    }
    .section-mobile-rev .elementor-row .elementor-column:first-child {
        order: 2;
    }
    .section-mobile-rev .elementor-row .elementor-column:last-child {
        order: 1;
    }
    
}
