@media screen {
    @media(min-width:2100px) {
        body {
            zoom: 1.1;
        }
    }
    @media(min-width:2200px) {
        body {
            zoom: 1.15;
        }
    }
    @media(min-width:2300px) {
        body {
            zoom: 1.20;
        }
    }
    @media(min-width:2400px) {
        body {
            zoom: 1.25;
        }
    }
}
.ambition {
    text-transform: unset;
}
.main {
    position: relative;
}
.main:after {
    content   : '';
    height    : 100%;
    width     : 1px;
    background: white;
    left      : 25px;
    top       : 0;
    position  : absolute;
    z-index   : -1;
}
.form-ad {
    position: relative;
}
.form-container {
    position       : absolute;
    top            : 0;
    right          : 1rem;
    display        : flex;
    align-items    : center;
    height         : 100%;
    justify-content: center;
    width          : calc(100% - 64%);
}
@media (max-width:1670px) {
    .form-container {
        top: 31px;
    }
}
.form-home {
    z-index    : 10;
    background : rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(13px);
    padding    : 1rem;
    font-family: var(--text2-font);
    max-width  : 400px;
}
.form-home .form-control::placeholder {
    color: var(--color-2);
}
.form-check {
    font-size: 13px;
    color    : white;
}
h2.title-form {
    color     : white;
    text-align: center;
    font-size : 32px;
}
h1 {
    font-size     : 44px;
    text-transform: uppercase;
    font-weight   : 700;
    margin-bottom : 2rem;
}
h3 {
    font-size  : 27px;
    font-weight: 400;
}
.text-tiny {
    font-size: 13px;
}
.resultat {
    border : 1px solid var(--color-1);
    padding: 0.5rem 0.3rem;
    margin : 0.5rem 0;
}
.widget-advertisings h1 {
    color: white;
}
.page-header p,
.widget-advertisings .content-ad {
    font-size  : 22px;
    line-height: 2rem;
}
@media (max-width:992px) {
    h2.title-form {
        font-size: 25px;
    }
    .form-container {
        width: calc(100% - 61%);
    }
    .hero .content-inner {
        margin       : 0;
        padding-right: calc(100% - var(--hero-max-w));
    }
    .hero {
        --hero-max-w: 60%;
    }
    h1 {
        font-size: 34px;
    }
    .widget-advertisings .content-ad {
        font-size  : 20px;
        line-height: 1.7rem;
    }
}
@media (max-width:768px) {
    .form-container {
        display: none;
    }
    .hero {
        --hero-max-w: 100%;
    }
    #main-menu .logo img,
    #main-menu .logo-square img {
        height: 54px;
    }
}
@media (max-width:400px) {
    h1 {
        font-size: 30px;
    }
    .features-stacked .feature-img {
        margin-right: 1rem;
    }
}
.img-atout {
    min-width      : 80px;
    border-bottom  : 1px solid white;
    padding-bottom : 1rem;
    margin-right   : 1rem;
    display        : flex;
    align-items    : center;
    justify-content: center;
}
.grille-shop {
    display              : grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows   : 1fr 1fr;
    gap                  : 0 0;
    grid-auto-flow       : row;
    grid-template-areas  : "photo-1 photo-2 photo-4" "photo-1 photo-3 photo-5";
}
.photo-1 {
    grid-area: photo-1;
    position : relative;
}
.photo-2 {
    grid-area: photo-2;
    position : relative;
}
.photo-3 {
    grid-area: photo-3;
    position : relative;
}
.photo-4 {
    grid-area: photo-4;
    position : relative;
}
.photo-5 {
    grid-area: photo-5;
    position : relative;
}
.grille-shop img {
    border: 1px solid white;
}
.grille-shop .btn-grille {
    background    : rgba(0, 0, 0, 0.31);
    backdrop-filter: blur(13px);
    position      : absolute;
    bottom        : 27px;
    z-index       : 10;
    left          : 50%;
    transform     : translateX(-50%);
    box-shadow    : unset;
    color         : white;
    text-transform: unset;
    padding       : 0.8rem 1.5rem;
    min-width     : 210px;
}
.grille-shop .btn-grille:hover {
    background: rgb(0 0 0 / 44%);
}
@media (max-width:1200px) {
    .grille-shop .btn-grille {
        padding: 0.8rem 1rem;
    }
}
@media (max-width:992px) {
    .grille-shop .btn-grille {
        min-width: 190px;
        padding  : 0.5rem;
    }
}
@media (max-width:768px) {
    .grille-shop {
        display              : grid;
        grid-template-columns: 1fr;
        grid-template-rows   : 1fr 1fr 1fr 1fr 1fr;
        gap                  : 0 0;
        grid-auto-flow       : row;
        grid-template-areas  : "photo-1" "photo-2" "photo-4" "photo-3" "photo-5";
        max-width            : 500px;
        margin               : 0 auto;
    }
    .split-container-fluid iframe,
    .split-container-fluid img {
        min-height: 250px;
    }
}
@media (max-width:600px) {
    .margin-sm {
        padding-left: 3rem;
    }
    h2.carre.trait.out {
        margin-left: 2rem;
    }
    .feature h3 {
        font-size: 20px;
    }
    .feature p {
        font-size: 15px;
    }
    .feature img {
        width: 55px;
    }
    h2.carre {
        font-size: 22px;
    }
}
h2.carre {
    font-weight  : 300;
    position     : relative;
    padding-left : 1.7rem;
    margin-bottom: 1.5rem;
    font-size    : 26px;
    font-weight  : 400;
}
h2.carre:before {
    content   : '';
    position  : absolute;
    width     : 12px;
    height    : 12px;
    background: var(--color-1);
    left      : 0;
    top       : 9px;
    transform : rotate(45deg);
}
h2.trait:after {
    content   : '';
    position  : absolute;
    height    : 1px;
    width     : calc(50vw - 600px);
    z-index   : -1;
    left      : calc((50vw - 577px) * -1);
    background: white;
    top       : 50%;
    transform : translateY(-50%);
}
p {
    font-weight: 300;
}
p strong {
    font-weight: 600;
}
.drop-shadow {
    filter:drop-shadow(0 6px 20px rgba(0, 0, 0, 0.19)) drop-shadow(0 8px 17px rgba(0, 0, 0, 0.2));
}
.trait {
    position: relative;
}
.trait:after {
    content   : '';
    position  : absolute;
    height    : 1px;
    width     : 100%;
    z-index   : -1;
    right     : 0;
    background: white;
    top       : 18%;
}
.checklist li {
    display      : flex;
    margin-bottom: 1rem;
}
.checklist i {
    font-size: 28px;
}
p.citation {
    font-size  : 28px;
    font-weight: 400;
    position   : relative;
}
.z-index {
    z-index: 10;
}
h2.trait.trait-2:after {
    left: calc((50vw - 557px) * -1);
}
.novoceram {
    width        : 400px;
    margin-bottom: 1rem;
}
.card {
    background: var(--color-2-alt);
    border    : none;
}
.contact-form .text-danger {
    color: var(--color-1) !important;
}
.contact-form .form-group {
    margin-bottom: 1rem;
}
.contact-form .control-label {
    margin-bottom: 0.5rem;
}
.shops-categories-widgets h5 a {
    color      : white;
    font-weight: 500;
    font-size  : 27.7px;
}
.shops-categories-widgets h5 {
    margin-bottom: 1rem;
}
.shops-categories-widgets .card-footer {
    border-top: 0;
    background: none;
}
.shops-categories-widgets .card {
    box-shadow: var(--shadow-2);
}
.shops-categories-widgets .btn {
    color     : var(--color-1);
    background: none;
    font-size : 16px;
    box-shadow: none;
}
.shops-categories-widgets .color-shop {
    height    : 35px;
    width     : 35px;
    box-shadow: var(--shadow-1);
}
.modules.shops .category-header p {
    font-size  : 16px;
    font-family: var(--text2-font);
    line-height: 20px;
}
.modules.shops .category-header .content-short {
    font-family: var(--text2-font);
    font-size  : 23px;
    line-height: 28px;
}
.modules.shops .category-header h1 {
    margin-bottom: 1rem;
}
.modules.shops .category-title {
    font-size  : 20px !important;
    font-weight: 600;
}
.modules.shops .category-title i {
    margin-right: 0.5rem;
    font-size   : 20px;
}
.modules.shops a.category-title {
    color: white;
}
.modules.shops .pannel {
    background   : var(--color-2);
    box-shadow   : var(--shadow-2);
    margin-bottom: 0;
}
.shops-index .img-shop {
    padding: 1.5rem;
}
.shops-index .card-img-top {
    box-shadow: var(--shadow-1);
}
.shops-index .card-body {
    padding: 0 1.5rem 1rem;
}
.shops-index .card-title a {
    font-size  : 19px;
    font-weight: 500;
    color      : white;
}
.shops-index .price {
    font-size: 20px;
}
.shops-index .format {
    font-size  : 16px;
    font-weight: 500;
}
.shops-index .critere-shop {
    position    : relative;
    margin-right: 0.5rem;
}
.shops-index .critere-shop:after {
    position: absolute;
    content : "-";
    right   : -9px;
}
.shops-index .critere-shop:last-child {
    margin-left: 0.5rem;
}
.shops-index .critere-shop:last-child::after {
    content: none;
}
.shops-index .card-footer {
    border-top: none;
    background: var(--color-2);
    padding   : 0 1.5rem 1.5rem;
}
.shops-index .card {
    background: var(--color-2);
    box-shadow: var(--shadow-1);
}
.shops-detail h1 {
    font-weight   : 300;
    font-size     : 32px;
    text-transform: unset;
}
.shops-detail .description {
    padding    : 0 1.5rem;
    font-family: var(--text2-font);
}
.shops-detail .description p {
    line-height: 1.3;
}
.shops-detail .description .desc-short p {
    font-size: 17px;
    color    : var(--color-1);
}
.shops-detail .medias {
    padding: 0 1.5rem 1.5rem;
}
.shops-detail .medias li a {
    margin-right: 1rem;
    color       : white;
    font-size   : 18px;
}
#detail_product .total-row {
    background: transparent !important;
}
.table-detail-grid .attributes {
    font-weight   : 500 !important;
    font-size     : 17px;
    padding-bottom: 0!important;
}
.table-detail-grid .price-unit {
    font-weight: 500 !important;
    font-size  : 18px;
}
.table-detail-grid .price-amount {
    font-weight: 500;
    font-size  : 23px;
    font-family: var(--text2-font);
    padding-top: 0!important;
}
.table-detail-grid .attributes-value {
    padding-bottom: 0!important;
    font-family   : var(--text2-font);
    font-weight   : 300;
}
.swiper-cat .swiper-button-next,
.swiper-cat .swiper-button-prev {
    opacity        : 1;
    width          : 40px;
    height         : 40px;
    border-radius  : 50%;
    display        : flex !important;
    align-items    : center;
    justify-content: center;
    background     : var(--color-2);
}
.swiper-cat .swiper-button-next {
    right: 20px;
}
.swiper-cat .swiper-button-prev {
    left: 20px;
}
.swiper-button-next:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    color    : white;
    font-size: 20px;
}
.pannel.sidebar h3 {
    font-size: 26px;
}
.shops-widgets h5 a {
    color      : white;
    font-size  : 27px;
    font-weight: 500;
}
@media (max-width:992px) {
    .shops-categories-widgets h5 a {
        font-size: 24.7px;
    }
    .shops-categories-widgets .content-short {
        font-size: 15px;
    }
}
.swiper-horizontal.swiperSens .swiper-button-next.swiper-button-disabled,
.swiper-horizontal.swiperSens .swiper-button-prev.swiper-button-disabled {
    display: none !important;
}
.shops-topbar {
    background: none!important;
}
.shops-widgets svg {
    max-width: 60px;
}
.shops-widgets p {
    font-size: 15px;
}
.bloc-footer {
    display  : flex;
    flex-wrap: wrap;
    gap      : 0.5rem;
}
.shops-cart {
    background: var(--color-2-alt)!important;
}
.shops-cart .card,
.shops-cart .card .bg-white {
    background: var(--topbar-background)!important;
}
.swiperCategory {
    max-height: 300px;
}
.account ul.list-group {
    border-radius: 0;
    box-shadow   : var(--shadow-1);
}
.account ul.list-group .list-group-item {
    background: var(--color-2-alt);
    color     : white;
}
.account thead {
    background: var(--color-2);
}
.account td.product a {
    color: white;
}
.account .table.table-striped.table-bordered,
.account .table.table-striped.table-bordered td,
.account .table.table-striped.table-bordered td i {
    color        : white;
    margin-bottom: 0;
}
.account .table.table-striped.table-bordered {
    border-color: #9f9f9f;
}
.account .table-responsive {
    box-shadow   : var(--shadow-2);
    margin-bottom: 0.5rem;
}
#modal-small .modal-dialog.modal-dialog-centered .modal-content {
    background   : var(--color-2-alt);
    border-radius: 0;
}
#modal-small .modal-dialog.modal-dialog-centered .modal-content .modal-header {
    background   : var(--color-1) !important;
    border-radius: 0;
    border-bottom: 0;
}
#modal-small .modal-dialog.modal-dialog-centered .modal-content .modal-header h5 {
    color         : var(--dark) !important;
    font-family   : var(--text-font);
    text-transform: uppercase;
}
#modal-small .modal-dialog.modal-dialog-centered .modal-content .modal-footer {
    border-top: 0;
}
#modal-small .modal-dialog.modal-dialog-centered .modal-content .modal-footer .btn-danger {
    background: var(--color-1) !important;
    border    : var(--color-1) !important;
    color     : var(--dark) !important;
}
#modal-small .modal-dialog.modal-dialog-centered .modal-content .modal-footer .btn-success {
    background: var(--color-2) !important;
    border    : var(--color-2) !important;
}
.cart-list .cart-list-item .product-quantite span,
.cart-list .cart-list-item a {
    color: white !important;
}
.cart-list .cart-list-item .product-infos .text-muted {
    color: rgba(255,255,255,0.5) !important;
}
.cart-list .cart-list-item .product-quantite i {
    color: white !important;
}
.cart-list .cart-list-item > * {
    background: none !important;
}
.cart-list .btn {
    box-shadow: unset;
}
.shops-cart a {
    color: white;
}
.shops-detail .content-detail .content-img .swiper-slide {
    width: 100%;
}
@media (max-width:1200px) {
    /* #content-img .main-img {
        max-width: 250px;
    } */
}
@media (max-width:992px) {
    h2.carre {
        font-size: 22px;
    }
}
@media (max-width:767px) {
    #content-img .main-img {
        max-width: unset;
    }
}
@media (max-width:400px) {
    h2.carre {
        font-size  : 23px;
        line-height: 31px;
    }
}
.partenaires-widgets .swiper-slide svg {
    height    : 162px;
    margin    : 0;
    padding   : 0;
    object-fit: contain;
    width     : 100%;
    margin    : 0 auto;
    display   : block;
}
.swiper-cat .swiper-swapper {
    transition: all 0 ease 3s !important;
}
.shops-links-products .card {
    box-shadow: var(--shadow-2);
}
.shops-links-products .link-product-title a {
    color      : white;
    font-size  : 18px;
    font-family: var(--text2-font);
    font-weight: 400;
}
@media (max-width:576px) {
    .shops-links-products .card {
        max-width: 444px;
        display  : block;
        margin   : 0 auto;
    }
}
.form-group .text-danger {
    display: none !important;
}
.showroom-citation img {
    width        : 35px;
    margin-bottom: 0.5rem;
}
.showroom-citation {
    line-height: 36px;
}
.mentions a {
    color: var(--color-1);
}
.novoceram {
    max-width: 450px;
    display  : block;
    margin   : 0 auto;
}
@media(max-width:575px) {
    .novoceram {
        max-width: 100%;
    }
}
.shops-categories-widgets .btn:hover {
    color: white;
}
.modules.shops a.category-title:hover {
    color: var(--color-1);
}
.pseudo-block-3:before {
    width: calc(var(--container-out-margin) + (var(--container-width) / 3) - (var(--bs-gutter-x,.75rem) * 14));
}
@media(max-width:1400px) {
    .pseudo-block-3:before {
        width: calc(var(--container-out-margin) + (var(--container-width) / 3) - (var(--bs-gutter-x,.75rem) * 11));
    }
}
@media(max-width:1200px) {
    .pseudo-block-3:before {
        width: calc(var(--container-out-margin) + (var(--container-width) / 3) - (var(--bs-gutter-x,.75rem) * -3));
    }
    .logo-footer {
        margin-bottom: 1rem;
    }
}
@media(max-width:991px) {
    .pseudo-block-3:before {
        width: calc(var(--container-out-margin) + (var(--container-width) / 3) - (var(--bs-gutter-x,.75rem) * -4));
    }
    .logo-footer {
        margin-bottom: 1rem;
    }
}
@media(max-width:767px) {
    .pseudo-block-3:before {
        content: none;
    }
    .logo-footer {
        align-items  : center;
        margin-bottom: 1rem;
    }
}
.alphabet:hover {
    color: var(--color-1)!important;
}
.alphabet.active {
    color: var(--color-1);
}
.alphabet {
    margin-right   : 0.5rem;
    background     : var(--bg-light);
    padding        : 0.5rem;
    width          : 37px;
    display        : flex;
    justify-content: center;
    align-items    : center;
    margin-bottom  : 0.5rem;
}
.a2z {
    display  : flex;
    flex-wrap: wrap;
}
#resultat_calcul_boite,
#resultat_calcul_boite_lineaire {
    color  : red;
    padding: 5px;
}
.radio-toolbar .radio-modal {
    display        : flex;
    flex-wrap      : wrap;
    justify-content: center;
}
.filter_image input[type="radio"] {
    opacity : 0;
    position: fixed;
    width   : 0;
}
.filter_image input[type="radio"]:checked+label {
    border: 2px solid var(--color-1);
}
.filter_image figure {
    position: relative;
    margin  : 0;
}
.filter_image img {
    bottom    : 0;
    text-align: center;
    width     : 100%;
    font-size : 12px;
    color     : #fff;
    background: #393636;
    padding   : 1px;
    width     : 40px;
}
.filter_image ul {
    display        : flex;
    flex-wrap      : wrap;
    justify-content: center;
}
.filter_image li {
    width: 45px;
}
.filter_image label {
    transition: 0.3s;
    margin    : 3px;
    border    : 2px solid var(--pannels-gap);
}
.lexiques-index .modules-list-content {
    background-color: #4A5056!important;
}
.lexiques-index .alphabet {
    color     : white;
    background: #4A5056;
    border    : 1px solid #FFFFFF;
    box-shadow: 0 2px 10px rgb(0 0 0 / 12%), 0 2px 5px rgb(0 0 0 / 16%);
}
.lexiques-index .modules-list-item {
    margin-bottom: 20px;
}
.split-container p a {
    color: var(--color-1);
}
.split-container p a:hover {
    color: var(--color-1-alt);
}
#slide-menu ul > li.sub-menu ul li.active a:after {
    display: none;
}
.bloc-img .description {
    position : absolute;
    left     : 50%;
    bottom   : 10px;
    transform: translateX(-50%);
}
.bloc-img .description h3 {
    padding   : 1rem 2rem;
    background: rgba(0, 0, 0, 0.31);
    backdrop-filter: blur(13px);
    width     : auto;
    color     : white;
    min-width : 210px;
    text-align: center;
    font-size : 20px;
}
.page-header .fabrication {
    width     : 250px;
    height    : auto;
    min-height: unset;
    object-fit: unset;
}
.shops-detail .form-select {
    background-color: #3b4044;
    color           : white;
    border          : 1px solid #4a5056;
    background-image: url("../../img/angle-white.svg");
}
.shops-detail .form-select:focus {
    box-shadow: none;
    border    : 1px solid #4a5056;
}
.shops-detail .variations {
    flex       : 0 0 190px;
    font-size  : 17px;
    font-weight: 500;
}
.conditions p {
    line-height: 1.2;
    font-weight: 300;
    font-size  : 14px;
}
.conditions p .title {
    margin-bottom: 5px;
    display      : block;
    font-weight  : 500;
    font-size    : 15px;
}