@charset "UTF-8";
/*
Theme Name: LEBLEU
Author: LEBLEU
Author URI: https://equipelebleu.com/
Version: 3.0.0
Text Domain: wplebleu
*/

@import url('https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap');

body {
    font-family: "Rethink Sans", sans-serif;
    text-transform: none;
}

.hero-area .section-title {
    font-family: "Rethink Sans", sans-serif;
    font-size: 160px;
    line-height: 1;
    letter-spacing: unset;
    margin-top: unset;
    margin-bottom: unset;
    text-transform: initial;
    font-weight: 800;
    max-width: 800px;
}

.hero-area {
    background-color: var(--sdl-secondary);
}

.header-area .header-area__inner {
    height: unset;
}

.header-area .header-area__inner-topbar {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    justify-content: end;
}

.header-area .header-area__inner {
    justify-content: end;
}

.header-area .header-area__inner>*:nth-child(1) {
    margin-inline-end: unset;
}

.header-area {
    padding: 24px 0 8px;
}

.header-area.sticky {
    padding: 6px 0;
    background-color: #ffffff;
}

.header-area.sticky .header-area__inner {
    height: unset !important;
}

.main-menu>ul>li:hover>a {
    color: var(--black);
}

.main-menu li a {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: var(--sdl-menus);
    padding: 15px 15px;
    text-transform: initial;
}

.main-menu ul li.socials a {
    padding-right: 0;
}

nav.main-menu>ul>li>a {
    position: relative;
}

.header-area__inner nav.main-menu>ul>li>a:before {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    bottom: 12px;
    height: 1px;
    background-color: var(--black);
    opacity: 0;
    transition: all 0.3s;
}

.header-area__inner nav.main-menu>ul>li>a.active:before,
.header-area__inner nav.main-menu>ul>li>a:hover:before {
    opacity: 1;
}

.header-area__inner nav.main-menu>ul>li>a:hover,
.header-area__inner-topbar nav.main-menu>ul>li>a:hover,
ul.dp-menu>li>a:hover,
ul li.socials a:hover {
    text-decoration: none !important;
}


.header-area__inner-topbar nav.main-menu>ul>li:not(.socials)>a:before {
    content: "";
    position: absolute;
    width: calc(100% - 22px);
    left: 11px;
    bottom: 12px;
    height: 1px;
    background-color: var(--black);
    opacity: 0;
    transition: all 0.3s;
}

.header-area__inner-topbar nav.main-menu>ul>li>a.active:before,
.header-area__inner-topbar nav.main-menu>ul>li>a:hover:before {
    opacity: 1;
}

ul.dp-menu>li>a {
    position: relative;
}

ul.dp-menu>li>a:before,
ul.dp-menu>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 6px;
    height: 1px;
    background-color: var(--white);
    opacity: 0;
    transition: all 0.3s;
}

ul.dp-menu>li>a.active:before,
ul.dp-menu>li>a:hover:before {
    opacity: 1;
}


nav.main-menu>ul>li>a.active {
    color: var(--black);
}

.modal {
    background-color: var(--sdl-primary);
}

.form-search {
    display: flex;
    gap: 10px;
    border: 1px solid #ffffff;
    border-radius: 70px;
    padding: 0 15px;
}

.form-search input {
    color: var(--white);
}

div.header-search {
    cursor: pointer;
}

div.header-search:hover i {
    color: #000;
}

.header-area .header-area__inner-topbar .main-menu li a {
    font-size: 14px;
    font-weight: 500;
}

.general-wrapper-box {
    margin-top: 90px;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
a {
    color: var(--sdl-primary);
}

a:hover {
    text-decoration: underline;
}

.blog h2 a:hover {
    text-decoration: none;
}

.blog a:hover {
    text-decoration: none;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    color: #ffffff;
}



p {
    color: var(--sdl-textes);
    font-size: 16px;
    line-height: 25px;
}

.emphase {
    font-size: 20px;
    color: var(--sdl-primary);
    font-weight: 500;
    line-height: 24px;
}

.sous-titre {
    color: var(--sdl-primary);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}

.sous-titre-lg {
    color: var(--sdl-primary);
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
}

.services-title {
    font-size: 18px;
    line-height: 1.2;
}

.resultat-recherche a {
    text-decoration: none !important;
    margin-top: 8px !important;
}

.text-primary-color {
    color: var(--sdl-primary) !important;
}

.text-secondary-color {
    color: var(--sdl-secondary) !important;
}

section.section_publications_en_vedette .features-wrapper .feature-box {
    border-left: 2px solid #CECFCD;
    padding: 44px 32px;
}

.small-rounded {
    border-radius: 4px;
}

.large-rounded {
    border-radius: 16px;
}

.blog .thumb {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.fit-cover {
    object-fit: cover;
}

.post-time,
.post-location,
.post-tag-cat {
    font-size: 14px;
    color: var(--sdl-primary);
    margin-bottom: 16px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    position: relative;
    padding-left: 20px;
}

.post-time::before {
    content: "\f017";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    margin: 0 5px 0 2px;
    position: absolute;
    left: 0;
}

.post-location::before {
    content: "\f3c5";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    margin: 0 6px 0 4px;
    position: absolute;
    left: 0;
}

.post-tag-cat::before {
    content: "\f02b";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    margin: 0 6px 0 4px;
    position: absolute;
    left: 0;
}

body.single-activity .post-time,
body.single-activity .post-location,
body.single-activity .post-tag-cat {
    padding-left: 25px;
}


.single-activity-infos {
    background-color: var(--sdl-alt2);
    padding: 30px 30px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.single-activity-infos .post-time,
.single-activity-infos .post-location,
.single-activity-infos .post-tag-cat {
    font-size: 16px;
    color: var(--sdl-alt5);
    line-height: 1.3;
    margin-bottom: 0;
}

.post-time i,
.post-location i,
.post-tag-cat i {
    width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.single-activity-infos .post-time i,
.single-activity-infos .post-location i,
.single-activity-infos .post-tag-cat i {
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    font-size: 20px;
}

.single-activity-infos .post-time span::before {
    background: var(--sdl-alt5);
    top: -2px;
}

.post-time:has(+.post-location),
.post-time:has(+.post-tag-cat) {
    margin-bottom: 0;
}

.post-location:has(+.post-tag-cat) {
    margin-bottom: 0;
}

.post-time span {
    width: 20px;
    display: inline-block;
    margin: 0 5px;
    position: relative;
}

.post-time span::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #D5D5D5;
    top: -5px;
    left: 0;
}

.cf_btn.wc-btn-normal {
    font-size: 18px;
    color: var(--sdl-primary);
    margin-top: 32px;
    text-decoration: none !important;
}

/* .cf_btn.wc-btn-normal:hover {
    text-decoration: none !important;
} */

.cf_btn.wc-btn-normal i {
    transform: rotate(-45deg);
    transition: all 0.3s;
}

.cf_btn.wc-btn-normal:hover i {
    transform: rotate(0);
}

section.section_publications_en_vedette h5,
section.section_publications_en_vedette h5 a,
section.section_programmation h5,
section.section_programmation h5 a {
    font-weight: 700 !important;
    margin-bottom: 16px !important;
    font-size: 20px !important;
    line-height: 24px !important;
}

section.section_publications_en_vedette img {
    margin-bottom: 24px;
}

/* section.section_programmation .blog {
    border-top: 1px solid #D5D5D5;
    padding: 32px 0 48px;
}

section.section_programmation .blog .content {
    padding-inline-start: 24px;
    border-inline-start: none;
    max-width: unset;
    margin-inline-start: auto;
    margin-top: unset;
}

section.section_programmation.blog-area .blogs-wrapper {
    display: grid;
    gap: 0px 65px;
    grid-template-columns: repeat(3, 1fr);
} */

.hero-area .section-content {
    display: grid;
    gap: 30px 60px;
    grid-template-columns: 60% 40%;
    align-items: flex-end;
}

.about-area .section-content {
    display: grid;
    gap: 0;
    grid-template-columns: 50% 50%;
    align-items: flex-start;
}

.video-wrapper .thumb {
    position: absolute;
    bottom: -50px;
    right: 80px;
}

h3.hero-area-dates {
    width: 180px;
    margin-top: 32px;
    font-weight: 500;
    line-height: 1.3;
}

.video-wrapper .thumb {
    position: absolute;
    bottom: -50px;
    right: -170px;
}

.about-area .section-subtitle {
    font-size: 18px;
    font-family: "Rethink Sans", sans-serif;
    line-height: 1;
    display: inline-block;
    font-weight: 500;
    color: var(--sdl-primary);
    text-transform: initial;
}

.team-box .content {
    display: flex;
    gap: 0;
    flex-direction: column;
    justify-content: start;
}

.team-box:has(>.no-team-box-thumbnail) {
    display: grid;
    gap: 20px 35px;
    grid-template-columns: 100%;
}

.team-area .team-wrapper>*,
.team-area .team-wrapper>*:nth-child(1),
.team-area .team-wrapper>*:nth-child(2),
.team-area .team-wrapper>*:nth-child(3) {
    border-color: #D5D5D5;
}

/* .team-area .team-wrapper>*:nth-child(1) {
    border-bottom: 0;
} */

.blog .title,
.section_equipe .team-box h3,
.team-area.section_liste_dimages_et_popup .team-box h3 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}

.section_equipe .team-box h3,
.team-area.section_liste_dimages_et_popup .team-box h3 {
    margin-bottom: 8px;
}

.blog .meta {
    font-size: 14px;
    text-transform: initial;
    padding: 6px 8px;
    border: none;
    display: inline-block;
    border-radius: 40px;
    background: #ffffff;
    margin-bottom: 16px;
    width: fit-content;
}

.blog .content {
    padding: 16px 32px 32px;
    border-inline-start: 1px solid #BDBDBD;
    max-width: 350px;
    margin-inline-start: auto;
    margin-top: 30px;
    margin-left: 50px;
}

.blog .meta-list {
    margin-top: 0;
    flex-direction: column;
}

.meta-list a .meta.tag {
    margin-bottom: 0;
}

.work-area .works-wrapper {
    display: grid;
    gap: 90px 30px;
    grid-template-columns: unset;
}

.work-box .thumb {
    border-radius: 0;
}

.service-box {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 48px 54px 88px;
    border-radius: 4px;
    transition: all .5s;
}

.service-area .services-wrapper {
    display: flex;
    gap: 0;
    grid-template-columns: unset;
}

.service-box h3 {
    font-size: 48px !important;
    color: var(--sdl-secondary) !important;
}

.service-box .icon {
    margin-top: 76px;
}

.service-box .title {
    margin-top: 76px;
}

.service-box .icon>div {
    display: flex;
    border: 1px solid var(--sdl-secondary);
    border-radius: 50%;
    width: 85px;
    height: 85px;
    align-items: center;
    justify-content: center;
}

.service-box .icon i {
    color: var(--sdl-secondary);
    font-size: 36px;
}

.service-box .text {
    color: rgba(255, 255, 255, 0.75);
}

.footer-area {
    background-color: var(--sdl-third);
}

.clients-area .clients-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.clients-area .clients-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-inline-start: 1px solid rgba(255, 255, 255, 0.5);
}

.clients-area .client-box {
    border-inline-end: 1px solid rgba(255, 255, 255, 0.5);
    ;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-main-lead h2 {
    color: rgba(255, 255, 255, 1);
    font-size: 64px;
    font-weight: 400;
    margin: 32px 0 64px;
}

.footer-socials {
    margin-top: 96px;
}

.footer-socials span {
    width: 20px;
    display: inline-block;
    margin: 0 5px;
    position: relative;
}

.footer-socials span::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    top: -5px;
    left: 0;
}

.footer-socials p {
    color: #ffffff;
    font-weight: 600;
}

.footer-socials p i {
    color: var(--sdl-secondary);
}

.copyright-area .copyright-text .text {
    text-align: unset;
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
}

.copyright-area .copyright-text .text a {
    color: var(--sdl-secondary);
    font-weight: 600;
}

.copyright-area {
    padding: 24px 0;
}

.text-wrapper a,
.service-box a,
.faq-list a {
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.wc-btn-primary,
.wc-btn-primary:hover {
    font-size: 16px;
    font-weight: 500;
    text-transform: initial;
    text-decoration: none !important;
    background-color: var(--sdl-secondary);
    border-color: var(--sdl-secondary);
    color: var(--sdl-primary);
    padding: 0 24px;
}

.header-area .wc-btn-group>.wc-btn-primary,
.header-area .wc-btn-group>.wc-btn-primary:hover,
.header-area .wc-btn-group>.wc-btn-circle,
.header-area .wc-btn-group>.wc-btn-circle:hover {
    border-color: var(--sdl-primary);
    background-color: var(--sdl-primary);
    color: var(--white);
    font-weight: 400;
    padding: 0 22px;
    text-decoration: none !important;
}

.wc-btn-circle,
.wc-btn-circle:hover {
    background-color: var(--sdl-secondary);
    width: 40px;
    height: 40px;
    font-size: 14px;
    color: var(--sdl-primary);
    text-decoration: none !important;
}

.wc-btn-group>*:nth-child(1) {
    margin-inline-end: -40px;
}

.wc-btn-group:hover>*:nth-child(3) {
    margin-inline-start: -40px;
}

.tools-area .section-content {
    max-width: 700px;
}

.footer-area .wc-btn-circle,
.wc-btn-group.wc-btn-group-outline .wc-btn-circle {
    background-color: var(--sdl-secondary);
    width: 70px;
    height: 70px;
    font-size: 20px;
    color: var(--sdl-primary);
}

.footer-area .wc-btn-circle,
.footer-area .wc-btn.wc-btn-primary {
    border: 1px solid var(--sdl-secondary) !important;
}


.footer-area .wc-btn-group>*:nth-child(1) {
    margin-inline-end: -70px;
}

.footer-area .wc-btn-group:hover>*:nth-child(1) {
    margin-inline-end: 0;
}

.footer-area .wc-btn-group:hover>*:nth-child(3) {
    margin-inline-start: -70px;
}

.wc-btn-circle i {
    transform: rotate(0);
}


.wc-btn-group-outline>*:nth-child(1) {
    margin-inline-end: -70px;
}

.wc-btn-group-outline>*:nth-child(3) {
    margin-inline-start: 0;
}

.wc-btn-group-outline .wc-btn-primary,
.wc-btn-group-outline .wc-btn.wc-btn-circle {
    font-size: 16px;
    font-weight: 500;
    text-transform: initial;
    background-color: var(--sdl-secondary) !important;
    border: 1px solid var(--sdl-primary);
    color: var(--sdl-primary) !important;
    padding: 0 24px;
}

.wc-btn-group-outline-white .wc-btn-primary,
.wc-btn-group-outline-white .wc-btn.wc-btn-circle {
    font-size: 16px;
    font-weight: 500;
    text-transform: initial;
    background-color: #ffffff !important;
    border: 1px solid var(--sdl-primary);
    color: var(--sdl-primary) !important;
    padding: 0 24px;
}

.wc-btn-group-outline:hover>*:nth-child(3) {
    margin-inline-start: -70px;
}

.progress-wrap::after {
    color: var(--sdl-primary);
}

.progress-wrap svg.progress-circle path {
    stroke: var(--sdl-primary);
}

.about-area .section-content .text {
    font-size: 54px;
    line-height: 1.1;
}

.offcanvas-3__menu-wrapper .menu-item-has-children .dp-menu {
    margin-top: 20px;
    margin-left: 10px;
}

.offcanvas-3__area {
    background: var(--sdl-primary);
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 50px 50px 100px;
    z-index: 100000;
    overflow: hidden;
}

.nav-menu.offcanvas-3__menu>ul>li {
    padding-left: 20px;
}

.offcanvas-3__menu ul:before {
    background: rgba(255, 255, 255, 0.5);
}

.offcanvas-3__menu li {
    padding-left: 0;
}

.offcanvas-3__menu li a {
    text-transform: initial;
}

.offcanvas-3__menu ul.dp-menu:before,
.offcanvas-3__menu li:before {
    display: none;
}

.close-button {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
    border: none;
    transition: all .5s;
}

.btn-close {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.5);
    filter: unset;
}

.close-button:hover,
.btn-close:hover {
    background-color: rgba(255, 255, 255, 0.85);
    opacity: 1;
}

.main-menu ul.dp-menu {
    background-color: var(--sdl-primary);
}

.main-menu ul.dp-menu li a {
    color: var(--white);
}

.section-title {
    font-size: 72px;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 42px;
}

.section-title-h3 {
    font-size: 48px;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 48px;
    line-height: 1;
}

.client-area-text .text.section-title-h3 {
    font-size: 48px !important;
    line-height: 1 !important;
    max-width: unset !important;
}

body.home .section-title-h3 {
    font-size: 64px;
}

.section-spacing-small {
    padding-top: 75px;
    padding-bottom: 75px;
}

.section-spacing-small-top {
    padding-top: 75px;
}

.section-spacing-small-bottom {
    padding-bottom: 75px;
}

.text-primary>* {
    color: var(--sdl-primary) !important;
}

.header-citation .citation {
    position: relative;
    padding-left: 90px;
}

.header-citation .citation::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 75px;
    background: var(--sdl-secondary);
    top: 10px;
    left: 0;
}

.section-dark .section-title,
.section-dark .section-title-h3,
.section-dark .sous-titre-lg,
.section-dark p,
.section-dark div,
.service-area .section-title,
.service-area .section-title-h3,
.service-area .sous-titre-lg,
.service-area p,
.service-area div {
    color: var(--white) !important;
}

.section-dark>div:not(.offcanvas-3__inner) a:not(.wc-btn) {
    color: var(--sdl-secondary);
    text-decoration: none;
}

.section-dark>div:not(.offcanvas-3__inner) a:not(.wc-btn):hover {
    text-decoration: underline;
}

.text-wrapper ul li,
.service-box.box-list-items ul li,
.text-wrapper ul li,
.accordion-body ul li,
.faq-list ul li,
.auteurs-tournee-animations ul li,
.text-wrapper ol li,
.service-box.box-list-items ol li,
.text-wrapper ol li,
.accordion-body ol li,
.faq-list ol li,
.auteurs-tournee-animations ol li {
    padding: 0 0 0 40px;
    font-size: 16px;
    line-height: 1.6;
    color: var(--sdl-textes);
    position: relative;
}

.text-wrapper ul li:not(:last-child),
.service-box.box-list-items ul li:not(:last-child),
.text-wrapper ul li:not(:last-child),
.accordion-body ul li:not(:last-child),
.faq-list ul li:not(:last-child),
.auteurs-tournee-animations ul li:not(:last-child) {
    padding: 0 0 16px 40px;
}

section.section-dark ul li,
section.section-dark .accordion-header .accordion-button {
    color: var(--white) !important;
    position: relative;
}

.text-wrapper ul li:before,
.service-box.box-list-items ul li:before,
.text-wrapper ul li:before,
.accordion-body ul li:before,
.faq-list ul li:before,
.auteurs-tournee-animations ul li:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 30px;
    left: 0;
    top: 11px;
    height: 2px;
    background-color: var(--sdl-secondary);
}

.text-wrapper p+ul,
.service-box.box-list-items p+ul,
.text-wrapper p+ul,
.accordion-body p+ul,
.faq-list p+ul,
.auteurs-tournee-animations p+ul,
.text-wrapper p+ol,
.service-box.box-list-items p+ol,
.text-wrapper p+ol,
.accordion-body p+ol,
.faq-list p+ol,
.auteurs-tournee-animations p+ol,
.text-wrapper h5+ul,
.service-box.box-list-items h5+ul,
.text-wrapper h5+ul,
.accordion-body h5+ul,
.faq-list h5+ul,
.auteurs-tournee-animations h5+ul {
    margin-top: 10px;
}

ul li>ul {
    margin-top: 10px;
}

ul li>ul>li:last-child {
    padding-bottom: 0;
}

.main-menu ul.dp-menu {
    margin-top: 0 !important;
}

.text-wrapper ol,
.accordion-body ol {
    list-style-type: decimal;
    unicode-bidi: isolate;
    padding-left: 20px;
}

.text-wrapper ol li,
.accordion-body ol li {
    display: list-item;
    list-style: decimal;
    padding: 0 0 16px 8px;
    font-size: 16px;
    line-height: 1.6;
}

.service-box.box-list-items {
    padding: 32px 72px 32px 0;
}

.service-box.box-list-items {
    border-bottom: 1px solid #D5D5D5;
}

.services-area .services-wrapper.box-list-wrapper {
    display: grid;
    gap: 0px 60px;
    grid-template-columns: repeat(2, 1fr);
}

.services-wrapper.box-list-wrapper>div:nth-child(1) .service-box.box-list-items,
.services-wrapper.box-list-wrapper>div:nth-child(2) .service-box.box-list-items {
    border-top: 1px solid #D5D5D5;
}

.mt-text-image-top {
    margin-top: 30px;
}

.svg-absolute {
    position: absolute;
    z-index: -1;
}

.about-area-supp .thumbs .img-2 {
    z-index: 1;
}

.about-area-supp .about-area-supp-inner {
    grid-template-columns: 800px 500px;
}

.about-area-supp .thumbs {
    margin: auto;
}

.accordion-wrapper .text-wrapper {
    margin-bottom: 32px;
}

.faq-area-inner-section_listeaccordeons .faq-list>div:nth-child(1) {
    border-top: 1px solid #D5D5D5;
}

.faq-area-inner-section_listeaccordeons .faq-list>div {
    border-bottom: 1px solid #D5D5D5;
    padding: 24px 0;
}

.faq-area-inner-section_listeaccordeons .faq-list>div .title {
    font-size: 20px;
    line-height: 1;
    color: var(--sld-primary);
    padding-top: 24px;
    padding-bottom: 18px;
    box-shadow: none;
    text-align: start;
    font-weight: 500;
    text-transform: initial;
}

.faq-area-inner .team-wrapper-box {
    margin-top: 20px;
}

.team-area.section_equipe .team-box,
.team-area.section_liste_dimages_et_popup .team-box {
    display: flex;
    gap: unset;
    grid-template-columns: unset;
}

.team-area {
    background-color: unset;
}

.team-area.section_equipe .team-wrapper>*,
.team-area.section_equipe .team-wrapper>*:nth-child(1),
.team-area.section_equipe .team-wrapper>*:nth-child(2),
.team-area.section_equipe .team-wrapper>*:nth-child(3),
.team-area.section_liste_dimages_et_popup .team-wrapper>*,
.team-area.section_liste_dimages_et_popup .team-wrapper>*:nth-child(1),
.team-area.section_liste_dimages_et_popup .team-wrapper>*:nth-child(2),
.team-area.section_liste_dimages_et_popup .team-wrapper>*:nth-child(3) {
    border-color: transparent;
}

.team-area.section_equipe .team-wrapper,
.team-area.section_liste_dimages_et_popup .team-wrapper {
    display: flex;
    gap: 0 30px;
    grid-template-columns: unset;
    margin-bottom: 60px;
}

.team-area.section_equipe .team-wrapper>*,
.team-area.section_liste_dimages_et_popup .team-wrapper>* {
    border-bottom: none;
    padding-top: 35px;
    padding-bottom: 35px;
}

.team-area.section_equipe .team-wrapper-box,
.team-area.section_liste_dimages_et_popup .team-wrapper-box {
    margin-top: 0;
}

.team-area.section_equipe .team-box .thumb,
.team-area.section_liste_dimages_et_popup .team-box .thumb {
    border-radius: 4px;
}

.team-area.section_equipe .team-box .content,
.team-area.section_liste_dimages_et_popup .team-box .content {
    margin-top: 24px;
}

.tools-area .section-thumb {
    margin-top: 0;
}

.tools-area .section-content .text-wrapper {
    margin-inline-start: 96px;
    margin-top: 0;
    margin-bottom: 72px;
}

.offcanvas-3__social-links a:hover {
    color: var(--sdl-secondary);
}

.blog-area.section_actualites.section_page_actualites .blogs-wrapper {
    display: flex;
    gap: 55px 0;
    grid-template-columns: unset;
}

.section-header-hero+.section-style {
    margin-top: -65px;
}

.section-header .wc-btn-group {
    margin-bottom: 44px;
}

main:has(>.blog-details-area)+.section-style {
    margin-top: 0;
}

.blog-details-area .blogdetails__wrapper {
    grid-template-columns: 80px 80%;
}

section.client-area .client-box {
    border: 1px solid #000000;
    border-inline-start-color: #000000;
}

section.client-area .client-box:nth-child(1) {
    border-inline-start-color: #000000;
}

.client-area .client-box:nth-child(10n + 2) {
    border-inline-start-color: #000000;
    transform: translateX(1px);
}

.client-area .client-box:nth-child(7) {
    border-inline-start-color: #000000;
}

.client-area .client-box:nth-child(4),
.client-area .client-box:nth-child(8),
.client-area .client-box:nth-child(14),
.client-area .client-box:nth-child(18),
.client-area .client-box:nth-child(24),
.client-area .client-box:nth-child(28) {
    transform: translateX(-1px);
}

.client-area .client-box:nth-child(5),
.client-area .client-box:nth-child(9),
.client-area .client-box:nth-child(15),
.client-area .client-box:nth-child(19),
.client-area .client-box:nth-child(25),
.client-area .client-box:nth-child(29) {
    transform: translateX(-2px);
}

.client-area .client-box:nth-child(6),
.client-area .client-box:nth-child(10),
.client-area .client-box:nth-child(16),
.client-area .client-box:nth-child(20),
.client-area .client-box:nth-child(26),
.client-area .client-box:nth-child(30) {
    transform: translateX(-3px);
}

.client-area .client-box:nth-child(1),
.client-area .client-box:nth-child(3),
.client-area .client-box:nth-child(7),
.client-area .client-box:nth-child(13),
.client-area .client-box:nth-child(17),
.client-area .client-box:nth-child(23) {
    transform: translateX(0);
}

.client-area .client-box:nth-child(10n + 11) {
    transform: translateX(-4px);
}



.client-area .client-box:nth-child(12) {
    grid-column-start: 1;
    border-inline-start-color: #000000;
}

.client-area .client-box:nth-child(17) {
    grid-column-start: 2;
    border-inline-start-color: #000000;
}

.client-area .client-box:nth-child(22) {
    grid-column-start: 1;
    border-inline-start-color: #000000;
}

section.client-area.section-dark .client-box {
    border: 1px solid #ffffff;
    border-inline-start-color: #ffffff;
}

section.client-area.section-dark .client-box:nth-child(1) {
    border-inline-start-color: #ffffff;
}

section.client-area.section-dark .client-box:nth-child(2) {
    border-inline-start-color: #ffffff;
}

.client-area.client-area.section-dark .client-box:nth-child(7) {
    border-inline-start-color: #ffffff;
}

.client-area .client-box img {
    filter: brightness(0);
    max-height: 130px;
    padding: 20px 10px;
}

.footer-area .clients-area .client-box,
.client-area .client-box,
.footer-area .clients-area .client-box img {
    transition: all 0.3s;
}

.footer-area .clients-area .client-box img {
    transition: all 0.3s;
    max-height: 130px;
    padding: 20px 10px;
}

.client-area.client-area.section-dark .client-box img,
.footer-area .clients-area .client-box img {
    filter: brightness(0) invert(1);
}

.client-area .client-box:hover img,
.footer-area .clients-area .client-box:hover img {
    opacity: 1;
    filter: unset !important;
}

.client-area .client-box:hover,
.footer-area .clients-area .client-box:hover {
    background-color: rgba(255, 255, 255, 0.95);
}

.section-style {
    min-height: 100vh;
}

.copyright-area {
    border-top: none;
}

.header__button i {
    transform: rotate(-45deg);
}

.hero-area .video-wrapper .thumb {
    border-radius: 0;
}

.mfp-bg {
    z-index: 99991;
}

.mfp-wrap {
    z-index: 99999;
}

.process-slider .swiper-wrapper .swiper-slide .thumb {
    overflow: hidden;
    width: 250px;
    height: 250px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.process-slider .swiper-wrapper .swiper-slide .thumb img {
    transition: all 0.3s;
}

.process-slider .swiper-wrapper .swiper-slide:hover .thumb img {
    transform: scale(1.1);
}

.hero-dates-tag {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero-area .section-title>div,
.about-area .section-content .text-wrapper .text>div,
.hero-area-dates {
    color: var(--sdl-textes-banniere) !important;
}

.mfp-content-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1000px;
    background: white;
    padding: 36px;
}

.mfp-content-holder .mfp-close {
    color: #FFF;
    right: 0;
    width: 50px;
    background: #1C1D20;
    text-align: center;
    line-height: 50px;
    padding: 0;
    height: 50px;
    margin-top: -50px;
    opacity: 1;
}


img.alignleft {
    float: left;
    margin-right: 15px;
}

img.alignright {
    float: right;
    margin-left: 15px;
}

.text-image-row {
    display: flex;
}

.wc-btn-group {
    display: inline-flex;
}

.main-menu ul.dp-menu li a {
    text-transform: unset;
}

.header-area__inner-topbar .header__nav .main-menu>ul>li>a {
    padding: 15px 11px;
}

.auteurs-tournee-animations p {
    color: var(--sdl-primary);
    margin-top: 20px;
}

.auteurs-tournee-desc h3,
.auteurs-tournee-animations-desc h3 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 16px;
    font-weight: 600;
}

.auteurs-tournee-desc>p>strong,
.auteurs-tournee-animations-desc>p>strong {
    color: var(--sdl-primary) !important;
}

.auteurs-tournee-animations-desc:not(:nth-child(1)) {
    border-top: 1px solid #D5D5D5;
    padding-top: 40px;
    margin-top: 40px;
}

.team-area.liste-animations-auteurs .team-wrapper {
    display: grid;
    gap: 0 80px;
    grid-template-columns: repeat(2, 1fr);
}

.error-message {
    border: none !important;
}

.nav-menu.offcanvas-3__menu ul li a {
    font-size: 18px;
    line-height: 1.2;
    transform: unset !important;
    display: block;
}

.menu-top-level>a {
    font-weight: 700;
}

.menu-top-level ul li a {
    padding-left: 25px;
    position: relative;
}

.offcanvas-3__menu .menu-top-level ul li a:before {
    position: absolute;
    display: block;
    width: 20px;
    height: 1px;
    background: var(--sdl-secondary);
    left: 0;
    top: 11px;
    opacity: 1;
}

.offcanvas-3__menu li a:hover,
.offcanvas-3__menu li a:focus {
    background-position: 0;
    color: #fff;
    letter-spacing: unset;
}

.team-wrapper-box .sous-titre-lg {
    margin-bottom: 30px;
    margin-top: 60px;
}

.team-box .team-box-link a:hover {
    text-decoration: none !important;
}

.activity-participant .team-box {
    display: grid;
    gap: 20px 35px;
    grid-template-columns: 1fr;
}

.activity-participant .team-box h3 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 12px;
}

.activity-participant .team-box:has(.thumb:hover) h3 a {
    text-decoration: underline;
}

.activity-participant .team-box:nth-child(2n+1) {
    margin-top: 30px;
}

.wc-btn-group.show-right-circle-on-hover>*:nth-child(1) {
    transform: scale3d(1, 1, 1);
}

.wc-btn-group.show-right-circle-on-hover>*:nth-child(2) {
    transform: scale3d(0.5, 0.5, 1);
}

.wc-btn-group.show-right-circle-on-hover:hover>*:nth-child(2) {
    transform: scale3d(1, 1, 1);
}

.row-prev-next-activity {
    justify-content: space-between;
    margin-top: 50px;
    gap: 15px;
}

section.liste_des_auteurs .team-box {
    display: grid;
    gap: 20px 35px;
    grid-template-columns: 85% 1fr;
    margin-bottom: 56px;
}

section.liste_des_auteurs .team-box h3 {
    margin-bottom: 8px;
    margin-top: 16px;
}

section.liste_des_auteurs .team-box h3 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}

ul.full-prog-list-dates {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

ul.full-prog-list-dates::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    background: rgba(61, 66, 57, 0.30);
    height: 100%;
    left: 3px;
}

ul.full-prog-list-dates li {
    height: 84px;
    padding: 10px 24px;
    display: flex;
    align-items: center;
    border-left: 8px solid transparent;
    z-index: 1;
    position: relative;
    color: rgba(61, 66, 57, 0.30);
    text-transform: uppercase;
}

ul.full-prog-list-dates li a {
    color: rgba(61, 66, 57, 0.30);
    text-decoration: none !important;
    font-weight: 700;
}

ul.full-prog-list-dates li a:hover {
    color: var(--sdl-primary);
}

ul.full-prog-list-dates li.active {
    border-left: 8px solid var(--sdl-secondary);
    color: var(--sdl-primary);
    font-weight: 700;
}

ul.full-prog-list-dates li.active h4 {
    font-weight: 700;
}

.single-auteur-prog .team-area .team-wrapper {
    display: grid;
    gap: 0 80px;
    grid-template-columns: repeat(2, 1fr);
}

.post-location span {
    width: calc(100% - 20px);
}

a.box-me-link,
h6.box-me-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 140px;
    aspect-ratio: 100 / 100;
    padding: 15px;
    background: #ffcae7;
    border-radius: 4px;
}

.single-maison-edition .team-box {
    display: grid;
    gap: 20px 35px;
    grid-template-columns: 1fr;
}

.team-area .team-wrapper>*:nth-child(2) {
    border-top: none;
}

.form-select {
    display: inline-block;
    width: auto;
    border: 1px solid var(--sdl-primary);
    color: var(--sdl-primary);
    border-radius: 30px;
    padding: 12px 42px 12px 24px;
    background-position: right 22px center;
}

.form-select:focus {
    border-color: var(--sdl-alt5);
    outline: 0;
    box-shadow: none;
}

@media (max-width: 1500px) {
    .about-area-supp .about-area-supp-inner {
        grid-template-columns: 600px 500px;
    }
}

@media (max-width: 1400px) {
    .hero-area .section-title {
        font-family: "Rethink Sans", sans-serif;
        font-size: 140px;
        line-height: 1;
    }

    .about-area .section-content .text {
        font-size: 60px;
        line-height: 1.1;
    }

    .header-area__inner-topbar .header__nav .main-menu>ul>li.socials>a {
        padding: 15px 6px;
    }
}

@media (max-width: 1300px) {

    .about-area .section-content {
        gap: 30px;
    }

    .about-area-supp .about-area-supp-inner {
        grid-template-columns: 500px 500px;
    }

    .hero-dates-tag {
        display: flex;
        flex-direction: row;
        justify-content: end;
        align-items: center;
    }

    .hero-dates-tag .hero-area-dates {
        margin-top: 0;
    }

    .hero-dates-tag .video-wrapper .thumb {
        bottom: 0;
        right: 0;
    }

    .hero-dates-tag .video-wrapper .thumb img {
        max-width: 150px;
    }

    .about-area .section-content .text {
        font-size: 50px;
        line-height: 1.1;
    }

    .about-area .section-content {
        display: grid;
        gap: 0;
        grid-template-columns: 30% 70%;
        align-items: flex-start;
    }

}

@media (max-width: 1200px) {

    .hero-area .section-title {
        font-family: "Rethink Sans", sans-serif;
        font-size: 120px;
        line-height: 1;
    }

    .about-area-supp .about-area-supp-inner {
        grid-template-columns: repeat(1, 2fr);
    }

    .blog .content {
        padding: 16px 32px 32px;
        border-inline-start: 1px solid #BDBDBD;
        max-width: 350px;
        margin-inline-start: auto;
        margin-top: 20px;
        margin-left: 30px;
    }

    .about-area .section-content .text {
        font-size: 40px;
        line-height: 1.1;
    }

    .header-area.sticky {
        padding: 12px 0;
        background-color: #ffffff;
    }

    .tools-area .section-content {
        max-width: 500px;
    }

    .tools-area .section-content .text-wrapper {
        margin-inline-start: 66px;
        margin-top: 0;
        margin-bottom: 42px;
    }

    .section-title,
    h1 {
        font-size: 64px;
        margin-top: 0;
        font-weight: 700;
        margin-bottom: 36px;
    }

    .section-title-h3 {
        font-size: 48px;
        margin-top: 0;
        font-weight: 700;
        margin-bottom: 44px;
        line-height: 1;
    }

    .sous-titre-lg {
        color: var(--sdl-primary);
        font-size: 30px;
        line-height: 1.2;
        font-weight: 700;
    }

    .sous-titre {
        color: var(--sdl-primary);
        font-size: 24px;
        line-height: 1.2;
        font-weight: 700;
    }

    .footer-main-lead h2 {
        color: rgba(255, 255, 255, 1);
        font-size: 56px;
        font-weight: 400;
    }
}

@media (max-width: 1020px) {
    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 10%;
        vertical-align: middle;
    }

    .mfp-container {
        overflow-y: auto;
    }
}

@media (max-width: 991px) {

    .hero-area .section-title {
        font-family: "Rethink Sans", sans-serif;
        font-size: 85px;
        line-height: 1;
    }

    .hero-dates-tag {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    .hero-dates-tag .video-wrapper .thumb img {
        max-width: 100px;
    }

    .section-header-hero+.section-style {
        margin-top: 0;
    }

    .blog-details-area .blogdetails__wrapper {
        grid-template-columns: 1fr;
    }

    .about-area .section-content {
        display: grid;
        gap: 30px;
        grid-template-columns: repeat(1, 2fr);
        align-items: flex-start;
    }

    .about-area .section-content .text {
        font-size: 35px;
        line-height: 1.1;
    }

    body.home .section-title-h3 {
        font-size: 54px;
    }

    .footer-area .clients-area .client-box img {
        transition: all 0.3s;
        max-height: unset;
        padding: 10px;
    }

    .client-area-text .text {
        inset-inline-start: 0;
    }

    .client-area .clients-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .client-area .client-box:nth-child(-n+30) {
        grid-column-start: unset;
        transform: translateX(0);
    }

    .client-area-text .text.section-title-h3 {
        position: relative;
        top: 0;
        margin-bottom: 25px;
    }

    .service-box.box-list-items {
        padding: 32px 0;
    }

    .tools-area-inner {
        flex-direction: column;
    }

    .tools-area .section-content {
        max-width: 100%;
    }

    .tools-area .section-content .text-wrapper {
        margin-inline-start: 56px;
        margin-top: 0;
        margin-bottom: 36px;
    }

    .section-title,
    h1 {
        font-size: 56px;
        margin-top: 0;
        font-weight: 700;
        margin-bottom: 32px;
    }

    .section-title-h3 {
        font-size: 44px;
        margin-top: 0;
        font-weight: 700;
        margin-bottom: 44px;
        line-height: 1;
    }

    .sous-titre-lg {
        color: var(--sdl-primary);
        font-size: 28px;
        line-height: 1.2;
        font-weight: 700;
    }

    .sous-titre {
        color: var(--sdl-primary);
        font-size: 22px;
        line-height: 1.2;
        font-weight: 700;
    }

    .footer-main-lead h2 {
        color: rgba(255, 255, 255, 1);
        font-size: 44px;
        font-weight: 400;
    }

    .service-box {
        background-color: rgba(255, 255, 255, 0.05);
        padding: 32px 32px 44px;
        border-radius: 4px;
        transition: all .5s;
    }

    .service-box .title {
        margin-top: 56px;
    }

    .service-box .icon {
        margin-top: 56px;
    }

    .service-box h3 {
        font-size: 44px !important;
        color: var(--sdl-secondary) !important;
    }

    .team-wrapper-box .sous-titre-lg {
        margin-bottom: 30px;
        margin-top: 50px;
    }

    ul.full-prog-list-dates {
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        margin-bottom: 50px;
    }

    ul.full-prog-list-dates li.active {
        border-left: none;
        border-bottom: 4px solid var(--sdl-secondary);
    }

    ul.full-prog-list-dates::before {
        display: none;
    }

    ul.full-prog-list-dates li {
        height: unset;
        padding: 2px;
        border-left: none;
    }

}

@media (max-width: 767px) {

    .hero-dates-tag {
        display: flex;
        flex-direction: row;
    }

    .hero-area .section-content {
        grid-template-columns: repeat(1, 2fr);
    }

    .nav-menu.offcanvas-3__menu>ul>li {
        padding-left: 0;
    }

    .client-area .client-box:nth-child(2),
    .client-area .client-box:nth-child(4n),
    .client-area .client-box:nth-child(4n + 5),
    .client-area .client-box:nth-child(4n + 6) {
        transform: translateX(0);
    }

    .hero-dates-tag {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
    }

    .hero-dates-tag .video-wrapper .thumb {
        bottom: 0;
        right: -60px;
    }

    .about-area .section-content .text,
    h3.hero-area-dates {
        font-size: 26px;
        line-height: 1.1;
    }

    h3.hero-area-dates {
        width: 150px;
    }

    .hero-area .section-title {
        font-family: "Rethink Sans", sans-serif;
        font-size: 70px;
        line-height: 1;
    }

    body.home .section-title-h3 {
        font-size: 44px;
    }

    .mobile-btn-margin {
        margin-top: 50px;
    }

    .team-area .team-wrapper-box,
    .blog-area .blogs-wrapper-box,
    .service-area .services-wrapper-box {
        margin-top: 20px;
    }

    .footer-area .clients-area .clients-wrapper {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .client-area .client-box {
        width: 100%;
        height: 150px;
    }

    .services-area .services-wrapper.box-list-wrapper {
        display: grid;
        gap: 0px 60px;
        grid-template-columns: repeat(1, 1fr);
    }

    .services-wrapper.box-list-wrapper>div .service-box.box-list-items {
        border-top: none !important;
    }

    .services-wrapper.box-list-wrapper>div:nth-child(1) .service-box.box-list-items {
        border-top: 1px solid #D5D5D5 !important;
    }

    .tools-area .section-content .text-wrapper {
        margin-inline-start: 36px;
        margin-top: 0;
        margin-bottom: 16px;
    }

    .team-area.liste-animations-auteurs .team-wrapper {
        display: grid;
        gap: 0 80px;
        grid-template-columns: repeat(1, 1fr);
    }

    .section-title,
    h1 {
        font-size: 50px;
        margin-top: 0;
        font-weight: 700;
        margin-bottom: 24px;
    }

    .section-title-h3 {
        font-size: 36px;
        margin-top: 0;
        font-weight: 700;
        margin-bottom: 36px;
        line-height: 1;
    }

    .sous-titre-lg {
        color: var(--sdl-primary);
        font-size: 24px;
        line-height: 1.2;
        font-weight: 700;
    }

    .sous-titre {
        color: var(--sdl-primary);
        font-size: 20px;
        line-height: 1.3;
        font-weight: 700;
    }

    .footer-main-lead h2 {
        color: rgba(255, 255, 255, 1);
        font-size: 36px;
        font-weight: 400;
    }

    .service-box {
        background-color: rgba(255, 255, 255, 0.05);
        padding: 32px 32px 44px;
        border-radius: 4px;
        transition: all .5s;
    }

    .service-box .title {
        margin-top: 50px;
    }

    .service-box .icon {
        margin-top: 50px;
    }

    .service-box h3 {
        font-size: 36px !important;
        color: var(--sdl-secondary) !important;
    }

    .team-wrapper-box .sous-titre-lg {
        margin-bottom: 25px;
        margin-top: 40px;
    }

    .auteurs-tournee-desc h3,
    .auteurs-tournee-animations-desc h3 {
        font-size: 28px;
        line-height: 1.1;
        margin-bottom: 16px;
        font-weight: 600;
    }

    .single-auteur-prog .team-area .team-wrapper {
        display: grid;
        gap: 0 80px;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 576px) {
    .footer-area .clients-area .clients-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    body.home .section-title-h3 {
        font-size: 36px;
    }

    .section-title,
    h1 {
        font-size: 44px;
        margin-top: 0;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .section-title-h3 {
        font-size: 34px;
        margin-top: 0;
        font-weight: 700;
        margin-bottom: 34px;
        line-height: 1;
    }

    .sous-titre-lg {
        color: var(--sdl-primary);
        font-size: 22px;
        line-height: 1.2;
        font-weight: 700;
    }

    .sous-titre {
        color: var(--sdl-primary);
        font-size: 18px;
        line-height: 1.4;
        font-weight: 700;
    }

    .footer-main-lead h2 {
        color: rgba(255, 255, 255, 1);
        font-size: 34px;
        font-weight: 400;
    }

    .service-box h3 {
        font-size: 34px !important;
        color: var(--sdl-secondary) !important;
    }

    .faq-area-inner-section_listeaccordeons .faq-list>div {
        border-bottom: 1px solid #D5D5D5;
        padding: 24px 12px;
    }

    .team-wrapper-box .sous-titre-lg {
        margin-bottom: 20px;
        margin-top: 35px;
    }

    ul.full-prog-list-dates {
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: start;
        margin-bottom: 50px;
    }
}


@media only screen and (max-width: 1199px) {
    .offcanvas-3__menu li a {
        font-size: 2.5vh;
        color: rgba(255, 255, 255, .6705882353);
        background-image: unset;
        -webkit-text-fill-color: unset;
    }
}


@media only screen and (max-width: 1919px) {

    .work-box,
    .work-box .thumb img {
        max-width: 780px;
        max-height: 496px;
    }
}

@media only screen and (max-width: 1399px) {

    .work-box,
    .work-box .thumb img {
        max-width: 680px;
        max-height: 433px;
    }
}

@media only screen and (max-width: 1199px) {

    .work-box,
    .work-box .thumb img {
        max-width: 580px;
        max-height: 369px;
    }
}

@media only screen and (max-width: 991px) {

    .work-box,
    .work-box .thumb img {
        max-width: 480px;
        max-height: 305px;
    }
}

@media only screen and (max-width: 767px) {

    .work-box,
    .work-box .thumb img {
        max-width: 380px;
        max-height: 242px;
    }
}



section.color-primary {
    background-color: var(--sdl-primary);
}

section.color-secondary {
    background-color: var(--sdl-secondary);
}

section.color-alt-1 {
    background-color: var(--sdl-alt1);
}

section.color-alt-2 {
    background-color: var(--sdl-alt2);
}

section.color-alt-3 {
    background-color: var(--sdl-alt3);
}

section.color-alt-4 {
    background-color: var(--sdl-alt4);
}

section.color-alt-5 {
    background-color: var(--sdl-alt5);
}

section.color-alt-6 {
    background-color: var(--sdl-alt6);
}












.work-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.work-area [dir=rtl] {
    direction: rtl
}

.work-area .works-wrapper {
    display: grid;
    gap: 10px
}

.work-slider-active .swiper-slide {
    width: auto
}

.work-slider-active .swiper-wrapper {
    transition-timing-function: linear
}

.work-box {
    position: relative;
    max-width: 880px
}

@media only screen and (max-width: 1919px) {
    .work-box {
        max-width: 780px
    }
}

@media only screen and (max-width: 1399px) {
    .work-box {
        max-width: 680px
    }
}

@media only screen and (max-width: 1199px) {
    .work-box {
        max-width: 580px
    }
}

@media only screen and (max-width: 991px) {
    .work-box {
        max-width: 480px
    }
}

@media only screen and (max-width: 767px) {
    .work-box {
        max-width: 380px
    }
}

.work-box:hover .content {
    opacity: 1;
    visibility: visible
}

.work-box .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    background-color: rgba(255, 255, 255, .9);
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 45px 45px 50px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    direction: ltr
}

.work-box .icon {
    position: absolute;
    inset-inline-end: 45px;
    top: 45px
}

.work-box .title {
    font-size: 30px;
    text-transform: uppercase;
    color: var(--black)
}

.work-box .meta {
    font-size: 14px;
    display: inline-block;
    margin-top: 8px;
    color: var(--black-2)
}











/*********** Preloader **************/

.container-preloader {
    align-items: center;
    cursor: none;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 900;
}

.container-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

.container-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    height: 9em;
    width: 9em;
    border: 10px solid var(--white);
    border-top-color: var(--sdl-third);
    margin: 0 auto 3.5em auto;
}

@media only screen and (max-width: 767px) {
    .container-preloader .animation-preloader .spinner {
        margin: 0 auto .2em auto;
    }
}

.container-preloader .animation-preloader .txt-loading {
    font: bold 5em "Montserrat", sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.container-preloader .animation-preloader .txt-loading .characters {
    color: var(--white);
    position: relative;
    display: inline-block;
}

.dark .container-preloader .animation-preloader .txt-loading .characters {
    color: rgba(0, 0, 0, .2);
}

@media only screen and (max-width: 767px) {
    .container-preloader .animation-preloader .txt-loading .characters {
        font-size: 50px;
    }
}

.container-preloader .animation-preloader .txt-loading .characters:before {
    color: var(--sdl-third);
    content: attr(data-text);
    animation: characters 4s infinite;
    left: 0;
    top: 0;
    opacity: 0;
    position: absolute;
    transform: rotateY(-90deg);
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
    animation-delay: .2s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
    animation-delay: .4s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
    animation-delay: .6s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
    animation-delay: .8s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
    animation-delay: 1s;
}

.container-preloader .loader-section {
    background-color: var(--sdl-third);
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.dark .container-preloader .loader-section {
    background-color: var(--white);
}

.container-preloader .loader-section.section-left {
    left: 0;
}

.container-preloader .loader-section.section-right {
    right: 0;
}

.loaded .animation-preloader {
    opacity: 0;
    transition: .3s ease-out;
}

.resultat-recherche {
    border-bottom: 1px solid #D5D5D5;
}

.resultat-recherche .sous-titre a {
    text-decoration: none;
}