.megamenu:not(.menu-breakpoint) #slide-menu .sub-menu.double-column:hover > ul {
    column-count: 2 !important;
}
@media(max-width:1399px) {
    #main-menu.megamenu:not(.menu-breakpoint) #slide-menu > ul ul li.link-image {
        width: 510px;
    }
}
#content ul li,
p {
    line-height: 1.2;
}
#content ul li {
    margin-bottom: 10px;
}
#content .product-item__description ul li {
    margin-bottom: 5px;
}
body {
    overflow-x: hidden;
}
.atouts-widgets i {
    font-size: 37px;
}
.card-img-top {
    height: auto;
}
.card-title {
    font-size     : 25px;
    text-transform: uppercase;
    text-align    : center;
    font-weight   : 500;
    font-family   : 'quicksandbookmedium';
}
.card-text {
    font-family  : var(--subtitle2-font);
    text-align   : center;
    font-size    : 18px;
    margin-bottom: 1rem;
}
#content .card img {
    border-radius: 0;
}
.data-item__category {
    font-family  : var(--subtitle2-font);
    text-align   : center;
    margin-bottom: 1rem;
}
.card-footer {
    text-align: center;
    padding   : 0 1rem 1rem;
}
.atouts-widgets .card-title .data-item__title {
    font-size: 27px;
}
.citation p {
    font-family: var(--subtitle-font);
    font-size  : 32px;
    line-height: 2;
    color      : var(--dark);
}
main {
    background: var(--bg-light);
}
h2 {
    font-size     : 42px;
    text-transform: uppercase;
    margin-bottom : 1rem;
    color         : var(--dark);
    line-height   : 1;
    position      : relative;
}
h2.trait {
    position: relative;
}
h2.trait:after {
    content   : '';
    position  : absolute;
    height    : 2px;
    width     : calc(var(--container-out-margin));
    top       : 27px;
    z-index   : 0;
    transform : translateY(-51%);
    background: rgba(69,69,69,0.5);
    left      : calc(-1 * (var(--container-out-margin) + 29px));
}
h3 {
    font-family  : var(--subtitle-font);
    font-size    : 30px;
    color        : var(--dark);
    margin-bottom: 1.5rem;
    line-height  : 1.6;
}
.encart-accueil {
    margin-top: -11rem;
    z-index   : 5;
    position  : relative;
}
.encart-accueil .encart {
    position: relative;
}
.encart-accueil .encart:before {
    content   : '';
    height    : 50px;
    width     : 1px;
    background: rgba(69,69,69,0.5);
    left      : 51%;
    bottom    : -50px;
    position  : absolute;
}
.card {
    transition: 0.2s ease;
    background: white;
    height    : 100%;
}
.atouts-widgets .card {
    background: transparent;
}
.atouts-widgets .card:hover {
    box-shadow: none;
}
.card .bloc-img {
    position: relative;
    /* width   : 100%;
    height  : 100%; */
}
.card .bloc-img:before {
    content   : url("../../img/cles.svg");
    position  : absolute;
    top       : 50%;
    left      : 50%;
    transform : translate(-50%, -50%);
    z-index   : 2;
    opacity   : 0;
    transition: 0.2s ease;
}
.card .content-short {
    font-size  : 15px;
    line-height: 1.2;
}
.card .content-short p:last-child {
    margin-bottom: 0;
}
/* .card .bloc-img:after {
    content         : '';
    position        : absolute;
    background-color: rgba(0, 0, 0, 0.57);
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    z-index         : 0;
    opacity         : 0;
    transition      : 0.2s ease;
} */
.card:hover .bloc-img:after,
.card:hover .bloc-img:before {
    opacity       : 1;
    pointer-events: none;
}
.card.bloc-link:hover {
    box-shadow: var(--shadow-1);
}
.temoignages-widgets .data-item__description p {
    font-family: var(--subtitle2-font);
    text-align : center;
    font-size  : 19px;
}
.temoignages-widgets .data-item__description p:last-child {
    margin-bottom: 0;
}
.temoignages-widgets .data-item__title {
    font-family: var(--subtitle2-font);
    font-weight: 600;
}
.temoignages-widgets .card {
    box-shadow: none;
}
.temoignages-widgets i {
    font-size: 14px;
}
.temoignages-widgets .card-title {
    text-transform: unset;
}
.modules-list-item .data-item__title,
.modules-list-item h5 {
    font-size  : 20px;
    font-weight: 500;
}
.modules-list-item .modules-list-img {
    position: relative;
}
.modules-list-item .modules-list-img:before {
    content   : url("../../img/cles-discover.svg");
    position  : absolute;
    top       : 50%;
    left      : 50%;
    transform : translate(-50%, -50%);
    z-index   : 2;
    opacity   : 0;
    transition: 0.2s ease;
}
/* .modules-list-item .modules-list-img:after {
    content         : '';
    position        : absolute;
    background-color: rgba(0, 0, 0, 0.57);
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    z-index         : 0;
    opacity         : 0;
    transition      : 0.2s ease;
} */
.modules-list-item:hover .modules-list-img:after,
.modules-list-item:hover .modules-list-img:before {
    opacity: 1;
}
.modules-list-item {
    background: transparent;
}
.modules-list-item:hover {
    background: white;
}
.modules-list-content {
    padding: 1rem 1rem 1rem 0;
}
.page-header .content {
    background   : white;
    margin-bottom: -40px;
    margin-left  : -50px;
}
.page-header h1,
.page-header h1.page-title {
    text-transform: uppercase;
    font-size     : 50px;
    line-height   : 1.2;
}
.page-header p {
    font-size  : 27px;
    font-family: var(--subtitle-font);
    margin-top : 1rem;
    line-height: 1.6;
}
.widget-header p {
    font-size  : 30px;
    font-family: var(--subtitle-font);
}
#content ul.category-list {
    padding-left: 0;
}
.page-header {
    align-items: flex-end;
}
p em {
    font-family: var(--subtitle2-font);
}
.split-left .split-container-fluid {
    margin-left: 2.5rem;
}
.split-right .split-container-fluid {
    margin-right: 2.5rem;
}
#content img {
    border-radius: 4px;
}
.modules-detail h1 {
    font-size     : 42px;
    line-height   : 1.2;
    text-transform: uppercase;
}
.data-item__content_short {
    font-weight  : 500;
    margin-bottom: 1rem;
    line-height  : 1.2;
}
.modules-detail swiper-container::part(bullet-active) {
    width     : 12px!important;
    height    : 12px!important;
    background: white!important;
    border    : 1px solid white!important;
}
.modules-detail swiper-container::part(bullet) {
    background: var(--transparent)!important;
    opacity   : 1!important;
    width     : 12px!important;
    height    : 12px!important;
    border    : 1px solid white!important;
}
/* swiper-container::part(button-next),
swiper-container::part(button-prev) {
    color: var(--dark);
    width: 17px;
} */
.blogs-detail swiper-container::part(pagination) {
    bottom: 20px;
}
.contact .form-label {
    display: none;
}
.summary-container {
    column-count: 2;
    column-gap  : 48px;
}
@media (max-width:991px) {
    .summary-container {
        column-count: 1;
    }
}
.summary-container .summary-item {
    -webkit-column-break-inside: avoid;
    page-break-inside          : avoid;
    break-inside               : avoid-column;
    margin-bottom              : 48px;
}
.summary-container .summary-item-content-short {
    font-weight  : bold;
    margin-bottom: 16px;
}
.summary-container .summary-item .card-img-top {
    border-radius: 4px 4px 0 0;
}
.summary-container .summary-item h2 {
    font-size    : 25px;
    margin-bottom: 10px;
}
.summary-container .summary-item .summary-product {
    padding-bottom: 8px;
}
.summary-container .summary-item .product-item__title_price {
    display    : flex;
    font-weight: bold;
    font-size  : 16px;
}
.summary-container .summary-item .product-item__title {
    font-weight: bold;
    flex       : 0 0 auto;
    font-size  : 16px;
}
.summary-container .summary-item .product-item__price {
    flex       : 0 0 auto;
    display    : flex;
    align-items: center;
}
.summary-container .summary-item .line-dotted {
    flex      : 1 1 100%;
    border-top: 2px dotted #000;
    margin    : 10px;
}
.summary-container .summary-product-content-short {
    font-size    : 16px;
    margin-bottom: 10px;
}
.summary-container .summary-product-content {
    font-size : 14px;
    font-style: italic;
}
.options .card.bloc-link {
    border: none;
}
.options .card.bloc-link:hover {
    box-shadow: var(--shadow-1);
}
.menu-breakpoint .menu-level-0 a {
    padding: 0.7rem 1rem !important;
}
#main-menu.menu-breakpoint #slide-menu.menu-open ul ul li.link-image {
    margin: 0;
}
.restauration .shops .card .product-item__title {
    margin-bottom: 0;
}
@media(max-width:1399px) {
    .bloc-link .h4 {
        font-size: 22px;
    }
}
@media(max-width:1299px) {
    .page-header .content {
        margin-left: 0;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 25px;
    }
    .advertisings-widgets .mySwiper,
    .advertisings-widgets .mySwiper img {
        height: 550px;
    }
}
@media(max-width:1199px) {
    .atouts-widgets .card-title .data-item__title {
        font-size: 20px;
    }
    .page-header p {
        font-size: 24px;
    }
    .summary-container {
        column-gap: 25px;
    }
    .summary-container .summary-item {
        margin-bottom: 25px;
    }
    .split-left .split-container-fluid {
        margin-left: 1.5rem;
    }
    .split-right .split-container-fluid {
        margin-right: 1.5rem;
    }
    .advertisings-widgets .mySwiper,
    .advertisings-widgets .mySwiper img {
        height: 450px;
    }
}
@media(max-width:991px) {
    .split-left .split-container-fluid,
    .split-right .split-container-fluid {
        margin : 0;
        padding: 0 1rem;
    }
    .page-header h1,
    .page-header h1.page-title {
        font-size: 40px;
    }
    h2 {
        font-size: 35px;
    }
    .page-header p {
        font-size  : 24px;
        line-height: 1.8;
    }
    .card-title {
        font-size: 20px;
    }
    .card-text {
        font-size: 16px;
    }
    .citation p {
        font-size: 27px;
    }
}
@media(max-width:767px) {
    .split-left .split-container-fluid {
        margin-left: 0;
        padding    : 1rem 1rem 0;
    }
    .encart-accueil {
        margin-top : 0;
        padding-top: 1rem;
    }
    .page-header p {
        text-align: center;
    }
    .page-header h1,
    .page-header h1.page-title {
        text-align: center;
        font-size : 35px;
    }
    .temoignages-widgets swiper-container .data-item__description p {
        font-size : 15px;
        text-align: left;
    }
}
@media (max-width: 575px) {
    h2 {
        font-size : 35px;
        text-align: center;
    }
    .footer-container .logo {
        padding: 1rem 4rem;
    }
    .footer-container .slot-1 {
        padding: 0 2rem;
    }
    h3 {
        font-size : 20px;
        text-align: center;
    }
    .summary-container .summary-item .product-item__title {
        flex         : 0 0 100%;
        margin-bottom: 0;
    }
    .summary-container .summary-item .line-dotted {
        flex: 1 1 50%;
    }
    .summary-container .summary-item .product-item__title_price {
        flex-wrap: wrap;
    }
    .citation p {
        font-size: 25px;
    }
    .page-header .content {
        width: 100%;
    }
    .modules-list-item .data-item__title,
    .modules-list-item h5 {
        font-size: 18px;
    }
    .page-header p {
        font-size: 20px;
    }
    .page-header {
        display: block;
    }
    .page-header .content {
        margin-bottom: unset;
        padding      : 20px 0;
        width        : 100%;
    }
    .page-header img {
        min-height: 130px;
        position  : relative;
    }
}
.card .card-text {
    line-height: 1;
}
.widgets.shops.shops-widgets .card {
    pointer-events: none;
}
.menu-level-0.list-menu.upper-menu > li.border {
    border-radius: var(--btn-2-radius);
    border-color : var(--btn-2-color) !important;
}
.conditions-generales-de-vente h4 {
    margin-bottom: 1.4rem;
    margin-top   : 2.5rem;
}
.centered {
    display        : flex;
    flex-direction : column;
    justify-content: center;
}