/*=================================
===============GLOBAL==============
=================================*/
:root {
    --blackColor: #000000;
    --whiteColor: #FFFFFF;
    --primaryColor: #EBC221;
    --secondaryColor: #F0DC8B;
    --thirdColor: #F4F0E0;
}
body::selection {
    background: var(--secondaryColor);
    color: var(--whiteColor);
}
#top .inside, .header .inside, #footer .inside, footer > .container, #bottom .inside, body.sidebar #container, .mod_article:not(.fullwidth) > .container, .fullwidth.boxed-content .contentwrap, .smallwidth .contentwrap, .boxed-content .contentwrap, .autogrid_wrapper.article, .ce_text_image_bar .inside, .ce_headerimage .ce_headerimage_inside, .ce_video_background .ce_video_background_inside, #offcanvas-top .offcanvas-top-inside, .ce_calltoaction .ce_calltoaction_inside, .mod_breadcrumb .mod_breadcrumb_inside, .mod_pageimage .container, .ce_easy_slider .swiper-inside .swiper-inside-wrap {
    max-width: 1675px;
    margin-left: auto;
    margin-right: auto;
}
html {
    background: #ffffff !important;
}
body {
    color: var(--blackColor);
    font-family: "GeneralSans", sans-serif;
    line-height: normal;
    font-weight: normal;
    font-size: 16px;
    background: #ffffff !important;
    overflow: hidden;
}
body::before {
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    z-index: 10000;
    pointer-events: none;
    border-radius: 50px;
    border: 20px solid var(--whiteColor);
}
body::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: 50px solid var(--whiteColor);
    z-index: 9999;
    pointer-events: none;
}
body .top-element,
body .bottom-element {
    position: fixed;
    left: 0;
    width: 100%;
    height: 20px;
    background: var(--whiteColor);
    z-index: 999999;
}
body .top-element {
    top: 0;
}
body .bottom-element {
    bottom: 0;
}
body.maintenance .mod_article {
    height: 100vh;
    background: #d7e6fb;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.maintenance .content-image {
    border-radius: 0;
    box-shadow: none;
    margin: auto;
    display: block;
}
div[role="main"] {
    overflow: hidden;
}
.mod_article.fullwidth-boxed-small:not(.fullwidth) > .container {
    max-width: 1550px;
}
.mod_article.fullwidth-boxed > .container {
    max-width: 100%;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    border-radius: 30px;
    position: relative;
}
.mod_article.bg-primary-color > .container {
    background: var(--primaryColor);
}
.mod_article.bg-secondary-color > .container {
    background: var(--secondaryColor);
}
.mod_article.bg-third-color > .container {
    background: var(--thirdColor);
}
.mod_article.bg-white > .container {
    background: var(--whiteColor);
}
.mod_article.bg-grey > .container {
    background: #EFEFEF;
}
.content-image,
.content-player {
    width: fit-content;
}
.content-image.align-right,
.content-player.align-right {
    margin-left: auto;
}
.content-image.align-center,
.content-player.align-center {
    margin-left: auto;
    margin-right: auto;
}
.content-image figure {
    margin: 0;
}
.content-image picture {
    display: flex;
    margin: 0;
}
.content-image picture img {
    width: 100%;
    object-fit: cover;
}
.content-player video {
    object-fit: cover;
    width: 100%;
}
.group-hyperlink {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 38px;
}
.content-hyperlink {
    width: fit-content;
}
.content-hyperlink.align-right {
    margin-left: auto;
}
.content-hyperlink.align-center {
    margin-left: auto;
    margin-right: auto;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}
.ce_rsce_titre_personnalise > svg {
    margin-bottom: 25px;
    max-width: 115px;
    width: auto;
    max-height: 74px;
    height: auto;
}
.ce_rsce_titre_personnalise .headline {
    color: var(--blackColor);
    font-size: 3.75rem;
    line-height: 3.75rem;
    font-weight: 700;
}
.ce_rsce_titre_personnalise .headline span strong {
    font-weight: 700;
}
.ce_rsce_titre_personnalise .headline span:not(.part-one) {
    display: block;
    font-weight: 300;
}
.group-hyperlink {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 10px;
}
.content-hyperlink a {
    display: flex;
    align-items: center;
    gap: 18px;
}
.content-hyperlink a span {
    font-size: 1.125rem;
    color: var(--blackColor);
    line-height: normal;
    font-weight: 500;
}
.content-hyperlink.btn-white a span {
    color: var(--whiteColor);
}
.content-hyperlink.btn-white svg rect {
    fill: var(--whiteColor);
}
.content-hyperlink.btn-white svg path {
    fill: var(--blackColor);
}
.content-text p,
.content-text ul li {
    font-size: 1.125rem;
    line-height: normal;
    font-weight: 300;
    color: var(--blackColor);
}
.content-text p a,
.content-text ul li a {
    color: var(--primaryColor);
}
.content-text p strong,
.content-text ul li strong {
    font-weight: 600;
}
.content-text ul li {
    padding-left: 20px;
    position: relative;
    list-style: none;
}
.content-text ul {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 15px;
}
.content-text ul li::before {
    content: "";
    position: absolute;
    background: var(--primaryColor);
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
}
/*=================================
===============HEADER==============
=================================*/
body:not(.home) .starting-animation {
    display: none;
}
.starting-animation {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    z-index: 999;
    transition: 0.75s;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.starting-animation:before,
.starting-animation:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: var(--whiteColor);
    width: 100vw;
    height: 100vh;
}
.starting-animation:before {
    bottom: calc(100% - 20px);
}
.starting-animation:after {
    top: calc(100% - 20px);
}
.starting-animation svg {
    width: 100%;
    height: auto;
}
body:not(.has-load) header {
    pointer-events: none;
}
body.has-load .starting-animation {
    width: 1500vw;
}
body.has-load .starting-animation.hidden {
    display: none;
}
header {
    position: absolute;
    background: transparent;
    height: 190px;
    line-height: initial;
    top: 50px;
    width: calc(100% - 100px);
    z-index: 10;
}
header .inside {
    display: grid;
    grid-template-areas:
        "logo top"
        "logo menu";
    grid-template-rows: 55px 1fr;
    grid-template-columns: 132px 1fr;
    gap: 0px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 115px;
    padding-right: 250px;
    height: 100%;
    position: initial;
}
header .logos {
    grid-area: logo;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}
header .logos a {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}
header .logos img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
header .logos a svg {
    max-width: 100%;
    max-height: 100%;
}
header .top {
    grid-area: top;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 45px;
    height: 100%;
}
header .menu-top {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    align-items: center;
    height: 100%;
}
header .menu-top .header-menu {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
}
header .menu-top .header-menu li a {
    font-size: 1rem;
    font-weight: 400;
    color: var(--whiteColor);
    line-height: normal;
    position: relative;
}
header .menu-top .header-menu li a::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--primaryColor);
    opacity: 0;
}
header .menu-top .header-menu li a:hover::before {
    opacity: 1;
}
header .menu-top .contact {
    display: flex;
    align-items: center;
    gap: 30px;
}
header .menu-top .contact .tel a,
.mobile-navigation .contact .tel a {
    display: flex;
    align-items: center;
    gap: 10px;
}
header .menu-top .contact .tel a span,
.mobile-navigation .contact .tel a span {
    font-size: 1.063rem;
    font-weight: 600;
    line-height: normal;
    color: var(--whiteColor);
}
header .menu-top .contact .tel a svg path,
header .menu-top .contact .tel a svg rect {
    transition: 0.25s;
}
header .menu-top .contact .tel a svg path,
.mobile-navigation .contact .tel a svg path {
    fill: var(--primaryColor);
}
header .menu-top .contact .tel a:hover svg path {
    fill: var(--whiteColor);
}
header .menu-top .contact .tel a:hover svg rect {
    fill: var(--primaryColor);
}
header .menu-top .socials ul,
.mobile-navigation .socials ul {
    display: flex;
    align-items: center;
    gap: 9px;
}
header .menu-top .socials ul li a,
.mobile-navigation .socials ul li a {
    display: flex;
}
.socials {
    display: flex;
    align-items: center;
    gap: 8px;
}
.socials a {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(2.5px);
    width: 35px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}
.socials a:hover {
    background: var(--primaryColor);
}
header .mainmenu {
    grid-area: menu;
    height: auto;
    float: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: fit-content;
    margin-left: auto;
}
header .mainmenu .menu-toggle {
    display: none;
}
header .mainmenu nav {
    height: 100%;
    display: flex;
    align-items: center;
}
header .mainmenu .glass-content {
    display: flex;
    align-items: center;
    height: 100%;
    border-radius: 250px;
    padding: 5px 25px;
    width: fit-content;
}
header .mainmenu ul {
    position: relative;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    align-items: center;
}
header .mainmenu ul li {
    margin-left: 0;
    margin-right: 0;
    position: relative;
}
header .mainmenu > div > ul > li.menu-item-has-children > a {
    pointer-events: none;
}
header .mainmenu ul li.menu-item-has-children {
    padding-right: 30px;
}
header .mainmenu ul li.menu-item-has-children:after {
    content: "";
    position: absolute;
    background-image: url("/wp-content/themes/upmotion/images/arrow-down-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
header .mainmenu ul li a {
    padding: 0;
    font-size: 1.063rem;
    font-weight: 600;
    color: var(--whiteColor);
    margin: 0;
    line-height: normal;
    padding: 10px 0;
}
header .mainmenu ul li a:hover {
    opacity: 1;
}
header .mainmenu ul:after {
    display: none!important;
}
header .mainmenu .hide-menu-desktop {
    display: none;
}
header .mainmenu ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    background: none;
    border-radius: 5px;
    transform: translateY(-25px);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    max-width: 300px;
    width: 100vw;
}
header .mainmenu ul li ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--whiteColor);
    border-radius: 8px;
}
header .mainmenu ul li:hover ul {
    opacity: 1;
    transform: none;
    pointer-events: all;
    transition: 0.25s;
}
header .mainmenu > div > ul > li > a::before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--primaryColor);
    opacity: 0;
}
header .mainmenu > div > ul > li:hover > a::before {
    opacity: 1;
}
header .mainmenu ul li ul li {
    position: relative;
    white-space: normal;
}
header .mainmenu ul li ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: var(--thirdColor);
    border-radius: 5px;
    transition: 0.25s;
}
header .mainmenu ul li ul li:hover::before {
    width: 100%;
}
header .mainmenu ul li ul li::after {
    content: "";
    position: absolute;
    -webkit-mask: url(/wp-content/themes/upmotion/images/arrow-down-white.svg);
    mask: url(/wp-content/themes/upmotion/images/arrow-down-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: var(--blackColor);
    width: 24px;
    height: 24px;
    right: 2px;
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
    pointer-events: none;
}
header .mainmenu ul li ul li a:hover {
    color: var(--primaryColor);
    opacity: 1 !important;
}
header .mainmenu ul li ul li a {
    font-size: 1rem;
    color: var(--blackColor);
    padding-left: 8px !important;
    padding-right: 35px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 1rem !important;
}
header .menu-trigger {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--primaryColor);
    border-radius: 0 28px 0 20px;
    display: flex;
    padding: 18px 15px 0px 8px;
    align-items: flex-end;
    cursor: pointer;
}
header .menu-trigger .right {
    padding-bottom: 18px;
}
header .menu-trigger .right span {
    font-size: 1.063rem;
    color: var(--whiteColor);
    line-height: normal;
}
header .menu-trigger .right span:nth-child(1),
header .menu-trigger .right span:nth-child(3) {
    font-weight: 600;
}
header .menu-trigger .right span:nth-child(2) {
    font-weight: 400;
    display: block;
}
header .menu-trigger .right span:nth-child(3) {
    display: none;
}
header .menu-trigger .close {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    opacity: 0;
    pointer-events: none;
}
body.menu-open header .menu-trigger > div:not(.close) {
    opacity: 0;
}
body.menu-open header .menu-trigger .close {
    opacity: 1;
}
.menu-content {
    position: fixed;
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    top: 50px;
    left: 50px;
    opacity: 0;
    pointer-events: none;
    border-radius: 30px;
    background: rgba(235, 194, 33, 0.90);
    overflow-y: auto;
    transition: 1s;
}
body.menu-open {
    overflow: hidden;
}
body.menu-open .menu-content {
    opacity: 1;
    pointer-events: all;
    z-index: 9;
}
.menu-content .container {
    width: 100%;
    max-width: 1265px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 240px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    position: relative;
    opacity: 0;
    transition-duration: 0.5s;
}
body.menu-open .menu-content .container {
    transition-delay: 0.5s;
    opacity: 1;
}
.menu-content .container .column-left {
    width: 45%;
}
.menu-content .container .column-right {
    width: 55%;
}
.menu-content .container .column-left .column-menu .headline {
    font-size: 1.875rem;
    color: var(--whiteColor);
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}
.menu-content .container .column-left .column-menu ul {
    margin-left: 0;
}
.menu-content .container .column-left .column-menu ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.menu-content .container .column-left .column-menu ul li a {
    font-size: 1.063rem;
    color: var(--whiteColor);
    font-weight: 600;
    line-height: normal;
}
.menu-content .container .column-right .societes {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
}
.menu-content .container .column-right .societes .content {
    width: calc(20% - 15px / 5 * 4);
    background: var(--whiteColor);
    border-radius: 20px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.menu-content .container .column-right .societes .content a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    padding: 10px;
}
.menu-content .container .column-right .societes .content img,
.menu-content .container .column-right .societes .content svg {
    max-height: 30px;
    max-width: 100%;
    height: auto;
    width: auto;
}
.menu-content .container .column-right .societes .content .bg-color {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    border-radius: 20px;
    transition: 0.4s;
}
.menu-content .container .column-right .societes .content:hover .bg-color {
    opacity: 0.10;
}
.menu-content .container .column-right .societes .content svg {
    transition: 0.4s;
}
.menu-content .mobile-navigation {
    display: none;
}
/*=================================
===============FOOTER==============
=================================*/
footer {
    padding-left: 50px;
    padding-right: 50px;
    overflow: hidden;
}
footer > .mod_article {
    padding-top: 50px;
    padding-bottom: 50px;
    height: 100vh;
}
footer >.mod_article > .container {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
footer .top-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 975px;
    position: absolute;
    top: 95px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
footer .socials {
    display: flex;
    gap: 8px;
}
footer .socials a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: var(--primaryColor);
    padding: 6px;
}
footer .socials a svg {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
footer .content-element-group {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
}
footer .column-informations {
    width: 250px;
}
footer .column-informations p a {
    color: var(--blackColor);
    font-weight: 700;
    transition: 0.5s;
}
footer .column-informations p a:hover {
    color: var(--primaryColor);
}
footer .column-informations,
footer .column-menu {
    margin-top: 60px;
}
footer .column-menu .headline {
    font-size: 1.125rem;
    line-height: normal;
    margin-bottom: 10px;
    color: var(--blackColor);
    font-weight: 700;
}
footer .column-menu ul {
    margin-left: 0;
    margin-bottom: 0;
}
footer .column-menu ul li a {
    font-size: 1.063rem;
    line-height: normal;
    color: var(--blackColor);
    font-weight: 300;
    transition: 0.5s;
}
footer .column-menu ul li a:hover {
    color: var(--primaryColor);
}
footer .column-logo svg {
    max-width: 100%;
}
footer .column-logo .content-image > a {
    display: flex;
}
footer .site-info {
    margin-top: 50px;
}
footer .site-info .container {
    text-align: center;
}
footer .site-info .container,
footer .site-info .container a,
footer .site-info .container span {
    font-size: 0.938rem;
    font-weight: 300;
    line-height: normal;
    color: var(--blackColor);
}
footer .site-info .tarteaucitronOpenPanel {
    cursor: pointer;
}
/*=================================
================HOME===============
=================================*/
#page {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
    background: var(--whiteColor);
    overflow: hidden;
    z-index: 2;
}
#page .mod_article {
    padding-top: 50px;
    padding-bottom: 50px;
    height: 100vh;
}
#page .mod_article > .container {
    height: 100%;
}
#wrapper {
    position: relative;
    z-index: 1;
}
#slider {
    z-index: 1;
}
#slider .content-text {
    position: absolute;
    left: 50%;
    bottom: 175px;
    transform: translateX(-50%);
    width: 100%;
    padding-left: 190px;
    padding-right: 40px;
}
#slider .ce_rsce_titre_personnalise .headline {
    font-size: 4.375rem;
    line-height: 4.375rem;
    font-weight: 700;
    color: var(--whiteColor);
    transform: translateY(80px);
    opacity: 0;
    transition-delay: 0.20s;
    transition-duration: 0.75s;
}
body.has-load #slider .ce_rsce_titre_personnalise .headline {
    transform: none;
    opacity: 1;
}
body.menu-open #slider .ce_rsce_titre_personnalise .headline {
    opacity: 0 !important;
}
#slider .ce_rsce_titre_personnalise .headline .part-two {
    font-weight: 300;
}
#slider .main-media {
    width: 100%;
    height: 100%;
    position: relative;
}
#slider .main-media::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    background: linear-gradient(176deg, rgba(0, 0, 0, 0.30) 28.64%, rgba(0, 0, 0, 0.00) 96.79%);
}
body.page-template-page-builder #slider .main-media::before {
    background: linear-gradient(237deg, rgba(0, 0, 0, 0.00) 32.48%, rgba(0, 0, 0, 0.80) 75.04%), linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
}
#slider .main-media figure,
#slider .main-media picture {
    width: 100%;
    height: 100%;
}
#slider .main-media video,
#slider .main-media img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    object-fit: cover;
    background: var(--whiteColor);
}
body:not(.home) header > .inside > .content-hyperlink {
    display: none;
}
header > .inside > .content-hyperlink {
    position: fixed;
    bottom: 75px;
    right: 82px;
    transition: 0.4s;
}
header > .inside > .content-hyperlink:hover {
    bottom: 85px;
    right: 92px;
}
header > .inside > .content-hyperlink a {
    padding: 30px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    background: var(--primaryColor);
    border-radius: 25px 30px 0 25px;
    gap: 35px;
    align-items: flex-start;
}
header > .inside > .content-hyperlink a span {
    color: var(--whiteColor);
}
header > .inside > .content-hyperlink a .headline span.part-one {
    font-size: 1.563rem;
    line-height: 1.563rem;
    font-weight: 600;
}
header > .inside > .content-hyperlink a .headline span.part-two {
    font-size: 1.25rem;
    font-weight: 300;
    display: block;
}
header > .inside > .content-hyperlink a .text span {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1rem;
}
header > .inside > .content-hyperlink a .text {
    display: flex;
    align-items: center;
    gap: 16px;
}
.section-titre-texte-image > .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.section-titre-texte-image > .container > .autogrid_row.position-text_right_image_left {
    flex-direction: row-reverse;
}
.section-titre-texte-image > .container > .autogrid_row,
.section-titre-texte-image > .container > .autogrid_row > .column {
    height: 100%;
}
.section-titre-texte-image > .container > .autogrid_row > .column.column-text {
    flex: 0 0 calc((100% / 12) * 6 + 20px);
    max-width: calc((100% / 12) * 6 + 20px);
    padding-left: 115px !important;
}
.section-titre-texte-image > .container > .autogrid_row > .column.column-image {
    flex: 0 0 calc((100% / 12) * 6 - 20px);
    max-width: calc((100% / 12) * 6 - 20px);
}
.autogrid_row>.column.align_left_center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-titre-texte-image .content-image,
.section-titre-texte-image .content-player {
    width: 100%;
    height: 100%;
}
.section-titre-texte-image .content-image figure,
.section-titre-texte-image .content-image picture,
.section-titre-texte-image .content-image img,
.section-titre-texte-image .content-player video {
    width: 100%;
    height: 100%;
}
.section-titre-texte-image .content-image img,
.section-titre-texte-image .content-player video {
    object-fit: cover;
    border-radius: 0 30px 30px 0;
}
.section-titre-texte-image > .container > .autogrid_row.position-text_right_image_left .content-image img {
    border-radius: 30px 0 0 30px;
}
.home #section-societes .headline .part-one {
    font-size: 7.5rem;
}
.home #section-societes .headline .part-two {
    display: contents;
    font-weight: 700;
}
.section-titre-texte-image .content-text {
    max-width: 635px;
    max-height: 400px;
    overflow: auto;
    scrollbar-color: var(--primaryColor) white;
    scrollbar-width: thin;
}
.section-titre-texte-image.bg-secondary-color .content-text {
    scrollbar-color: var(--primaryColor) var(--secondaryColor);
}
.section-titre-texte-image.bg-third-color .content-text {
    scrollbar-color: var(--primaryColor) var(--thirdColor);
}
.home #section-societes .content-text {
    max-width: 455px;
}
.section-titre-texte-image .group-hyperlink {
    max-width: 635px;
    width: 100%;
    justify-content: flex-end;
}
.home #section-societes .group-hyperlink {
    max-width: 455px;
}
.section-texte-citation > .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-texte-citation .content-text {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.section-texte-citation .content-text > p {
    font-size: 4.375rem;
    line-height: normal;
    font-weight: 600;
}
.section-texte-citation .content-text > p span.word {
    opacity: 0.20;
    transition: opacity 0.75s ease-in-out;
}
.section-texte-citation .content-text > p span.word.visible {
    opacity: 1;
}
.section-texte-citation .content-text > p strong {
    font-weight: 700;
}
.section-texte-citation .auteur {
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    color: var(--blackColor);
    opacity: 0.2;
}
.section-texte-citation.section-active .auteur {
    transition-delay: 2s;
    transition-duration: 4s;
    opacity: 1;
}
.mod_article.fullwidth-boxed#section-carte {
    margin-top: 0;
    margin-bottom: 0;
}
.mod_article.fullwidth-boxed#section-carte > .container {
    overflow: visible;
    padding-left: 175px;
}
.mod_article.fullwidth-boxed#section-carte > .container .column.align_left_center {
    align-items: center;
}
#section-carte .column-map {
    position: initial;
}
#section-carte .content-image {
    position: relative;
}
#section-carte .content-image img {
    position: absolute;
    right: -150px;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% + 100px);
}
#section-carte .ce_rsce_titre_personnalise,
#section-carte .content-text,
#section-carte .group-hyperlink {
    max-width: 511px;
    width: 100%;
}
#section-carte .group-hyperlink {
    justify-content: flex-start;
}
.section-titre-texte-swiper {
    border-radius: 0 !important;
    overflow: visible !important;
}
.section-titre-texte-swiper > .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-titre-texte-swiper .ce_rsce_titre_personnalise  .headline {
    text-align: center;
}
.section-titre-texte-swiper .ce_rsce_titre_personnalise .headline span {
    display: contents;
}
.section-titre-texte-swiper .swiper {
    overflow: visible;
    max-width: 100%;
}
.section-titre-texte-swiper .swiper .swiper-slide {
    width: 480px;
    height: 480px;
}
.section-titre-texte-swiper .swiper .swiper-slide a,
.section-titre-texte-swiper .swiper .swiper-slide .swiper-content {
    height: 100%;
    width: 100%;
}
.section-titre-texte-swiper .swiper .swiper-slide .swiper-content {
    position: relative;
}
.section-titre-texte-swiper .swiper .swiper-slide .swiper-content .headline {
    position: absolute;
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    left: 0;
    top: 80px;
    font-size: 1.875rem;
    font-weight: 400;
    line-height: normal;
    color: var(--whiteColor);
    transition: 0.4s;
    z-index: 1;
}
.section-titre-texte-swiper .swiper .swiper-slide a:hover .swiper-content .headline {
    font-size: 2.25rem;
    top: 110px;
}
.section-titre-texte-swiper .swiper .swiper-slide .swiper-content .link {
    position: absolute;
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    left: 0;
    bottom: 50px;
    text-align: right;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 1;
}
.section-titre-texte-swiper .swiper .swiper-slide .swiper-content .link span {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: normal;
    color: var(--whiteColor);
}
.section-titre-texte-swiper .swiper .swiper-slide .swiper-content .content-image {
    position: relative;
}
.section-titre-texte-swiper .swiper .swiper-slide .swiper-content .content-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}
.section-titre-texte-swiper .swiper .swiper-slide .swiper-content .content-image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 20px;
    background: #00000033;
    mask: linear-gradient(90deg, black, black, transparent);
    backdrop-filter: blur(3px);
    opacity: 0;
    transition: 0.4s;
}
.section-titre-texte-swiper .swiper .swiper-slide a:hover .swiper-content .content-image::after {
    opacity: 1;
}
.section-titre-texte-swiper .swiper .swiper-slide .swiper-content .content-image,
.section-titre-texte-swiper .swiper .swiper-slide .swiper-content .content-image figure,
.section-titre-texte-swiper .swiper .swiper-slide .swiper-content .content-image picture {
    height: 100%;
    width: 100%;
}
.section-titre-texte-swiper .swiper .swiper-slide .swiper-content .content-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.section-titre-texte-swiper .swiper:has(.swiper-scrollbar-horizontal) {
    padding-bottom: 130px;
}
.section-titre-texte-swiper .swiper .swiper-scrollbar-horizontal {
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--thirdColor);
    border-radius: 0;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.section-titre-texte-swiper .swiper .swiper-scrollbar-horizontal .swiper-scrollbar-drag {
    height: 15px;
    background: var(--primaryColor);
    top: -7px;
    cursor: grab;
    border-radius: 5px;
}

.dynamic-line {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
.article-1 .dynamic-line {
    top: 60%;
}
.article-2 {
    z-index: 2;
}
.section-countup {
    overflow: hidden;
}
.section-countup .column-text {
    padding-right: 155px !important;
}
.section-countup .dynamic-line,
.article-2 .dynamic-line {
    top: -50%;
    left: 0;
    width: 100%;
    height: 200%;
}
.section-countup .dynamic-line {
    z-index: 2;
}
.section-countup .dynamic-line > .bloc-chiffre,
.article-2 .dynamic-line > .bloc-chiffre {
    background: white;
    width: 127px;
    height: 127px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.article-2 .dynamic-line > .bloc-chiffre.inverse {
    flex-direction: column-reverse;
}
.article-2 .dynamic-line > .bloc-chiffre.style-2 {
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(3px);
}
.section-countup .dynamic-line > .bloc-chiffre.style-2 {
    background: rgb(0 0 0 / 35%);
    backdrop-filter: blur(3px);
}
.section-countup .dynamic-line > .bloc-chiffre .text,
.article-2 .dynamic-line > .bloc-chiffre .text {
    font-size: 0.938rem;
    font-weight: 400;
    color: var(--blackColor);
    text-align: center;
}
.section-countup .dynamic-line > .bloc-chiffre .chiffre,
.article-2 .dynamic-line > .bloc-chiffre .chiffre {
    font-size: 2.75rem;
    font-weight: 800;
    color: var(--blackColor);
    text-align: center;
    line-height: 2.188rem;
    font-family: "Montserrat", sans-serif;
}
.article-2 .dynamic-line > .bloc-chiffre.style-2 .chiffre,
.article-2 .dynamic-line > .bloc-chiffre.style-2 .text,
.section-countup .dynamic-line > .bloc-chiffre.style-2 .chiffre,
.section-countup .dynamic-line > .bloc-chiffre.style-2 .text {
    color: var(--whiteColor);
}
.article-2 .dynamic-line > .bloc-chiffre:nth-child(1),
.section-countup .dynamic-line > .bloc-chiffre:nth-child(1) {
    position: absolute;
    left: 47%;
    z-index: 1;
    top: 32%;
    transform: translateX(-50%);
}
.article-2 .dynamic-line > .bloc-chiffre:nth-child(2),
.section-countup .dynamic-line > .bloc-chiffre:nth-child(2) {
    position: absolute;
    left: 47%;
    z-index: 1;
    top: calc(32% + 143px);
    transform: translateX(-50%);
}
.article-2 .dynamic-line > .bloc-chiffre:nth-child(3),
.section-countup .dynamic-line > .bloc-chiffre:nth-child(3) {
    position: absolute;
    left: 60%;
    z-index: 1;
    bottom: 26%;
    transform: translateX(-50%);
}
.article-2 .dynamic-line > .bloc-chiffre:nth-child(4),
.section-countup .dynamic-line > .bloc-chiffre:nth-child(4) {
    position: absolute;
    left: calc(60% + 143px);
    z-index: 1;
    bottom: 26%;
    transform: translateX(-50%);
}
.article-2 .dynamic-line > .bloc-chiffre:nth-child(5),
.section-countup .dynamic-line > .bloc-chiffre:nth-child(5) {
    position: absolute;
    left: calc(60% + 286px);
    z-index: 1;
    bottom: 26%;
    transform: translateX(-50%);
}
.section-countup .ce_rsce_titre_personnalise  {
    max-width: 635px;
}
.section-countup .dynamic-line > svg,
.article-2 .dynamic-line > svg,
footer .dynamic-line > svg {
    width: calc(100% - 80px);
}
.article-2 .dynamic-line > svg,
.section-countup .dynamic-line > svg {
    height: 100%;
}
footer .dynamic-line {
    left: 55px;
    width: calc(100% - 70px);
    top: 27%;
    transform: translateY(-50%);
}
.article-3 .dynamic-line {
    right: 80px;
    bottom: 27px;
}
.article-3 .swiper {
    z-index: 2;
}
.article-4 .dynamic-line {
    left: 80px;
    top: -132px;
}
.article-5 {
    z-index: 1;
}
.article-6 .dynamic-line {
    left: 80px;
    top: 25px;
}
.article-6.section-active .dynamic-line svg path:first-child {
    stroke-dasharray: 2600;       /* valeur à ajuster */
    stroke-dashoffset: -2600;     /* négatif = sens inverse */
    animation: draw-line 5s ease-out 0.5s forwards;
}
footer .mod_article.section-active .dynamic-line svg path {
    stroke-dasharray: 2000;       /* valeur à ajuster */
    stroke-dashoffset: -2000;     /* négatif = sens inverse */
    animation: draw-line 5s ease-out 0s forwards;
}
@keyframes draw-line {
  to {
    stroke-dashoffset: 0;
  }
}
.article-6 .dynamic-line svg .order-1,
.article-6 .dynamic-line svg .order-2,
.article-6 .dynamic-line svg .order-3,
.article-6 .dynamic-line svg .order-4 {
    opacity: 0;
}
.article-6.section-active .dynamic-line svg .order-1,
.article-6.section-active .dynamic-line svg .order-2,
.article-6.section-active .dynamic-line svg .order-3,
.article-6.section-active .dynamic-line svg .order-4 {
    transition-duration: 0.5s;
    opacity: 1;
}
.article-6.section-active .dynamic-line svg .order-1 {
    transition-delay: 1s;
}
.article-6.section-active .dynamic-line svg .order-2 {
    transition-delay: 1.35s;
}
.article-6.section-active .dynamic-line svg .order-3 {
    transition-delay: 1.70s;
}
.article-6.section-active .dynamic-line svg .order-4 {
    transition-delay: 2.05s;
}
.article-6 > .container > .autogrid_row {
    z-index: 2;
    position: relative;
}
.article-7 {
    z-index: 1;
}
.article-7 .column-text > .ce_rsce_titre_personnalise  {
    max-width: 800px;
}
body.page-template-page-builder .bloc-slider .dynamic-line {
    right: 0;
    width: calc(50% + 54px);
    bottom: -390px;
}
body.page-template-page-builder .bloc-slider .dynamic-line svg {
    width: 100%;
}
/*=================================
==============INTERNE==============
=================================*/
body.page-template-page-builder #wrapper {
    z-index: 6;
}
body.page-template-page-builder #slider .societes {
    position: absolute;
    bottom: 5%;
    right: 12%;
    z-index: 1;
    width: 35%;
}
body.page-template-page-builder #slider .societes .swiper {
    max-width: 635px;
    border-radius: 20px;
}
body.page-template-page-builder #slider .societes .swiper-slide {
    width: 113px;
    height: 113px;
}
body.page-template-page-builder #slider .societes .content {
    background: var(--whiteColor);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding: 10px;
    transition: 0.4s;
    position: relative;
    z-index: 1;
}
body.page-template-page-builder #slider .societes .content .bg-color {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    z-index: -1;
    opacity: 0;
    transition: 0.4s;
}
body.page-template-page-builder #slider .societes .content:hover .bg-color {
    opacity: 1;
}
body.page-template-page-builder #slider .societes .content:hover {
    background: var(--whiteColor) !important;
}
body.page-template-page-builder #slider .societes .content img {
    max-height: 30px;
}
body.page-template-page-builder #slider .societes .content svg path {
    transition: 0.4s;
}
body.page-template-page-builder #slider .societes .content:hover svg path {
    fill: var(--whiteColor) !important;
}
body.page-template-page-builder #slider .societes .content a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
body.page-template-page-builder #slider .societes .content a svg {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
body.page-template-page-builder #slider .content-text,
body.error404 .section-simple .content-text,
body.page-template-page-simple .section-simple .content-text {
    padding-left: 115px;
}
#breadcrumbs {
    position: relative;
    left: auto;
    bottom: auto;
    margin-bottom: 20px;
}
#breadcrumbs > span {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
#breadcrumbs > span,
#breadcrumbs > span a {
    font-size: 0.75rem;
    font-weight: 300;
    line-height: normal;
    color: var(--whiteColor);
    text-transform: none;
}
#slider .content-text .content-hyperlink {
    margin-top: 50px;
}
.section-timeline .container {
    display: flex;
    flex-direction: column;
}
.section-timeline .ce_rsce_titre_personnalise .headline span:not(.part-one) {
    display: contents;
}
.section-timeline > .container,
.section-map > .container {
    padding-left: 115px !important;
    padding-right: 115px !important;
}
.section-timeline .swiper {
    height: 100%;
    width: 100%;
}
.section-timeline .swiper .column-text {
    padding-left: 40px;
}
.section-timeline .content-image img {
    border-radius: 20px;
}
.section-timeline .content-text {
    max-width: 700px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    position: relative;
    transform: translateY(-140px);
    transition: 0.25s;
}
.section-timeline .swiper-slide-active .content-text {
    transform: none;
}
.section-timeline .content-text::before {
    content: "";
    position: absolute;
    top: 40px;
    left: -13px;
    width: 26px;
    height: 26px;
    border-radius: 5px;
    background: var(--primaryColor);
}
.section-timeline .content-text::after {
    content: "";
    position: absolute;
    top: -50px;
    left: 0px;
    width: 2px;
    height: 100vh;
    background: var(--primaryColor);
}
.section-timeline .content-text .date {
    font-size: 4.375rem;
    line-height: normal;
    color: var(--blackColor);
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0.15;
    transition: 0.25s;
}
.section-timeline .swiper-slide-active .content-text .date {
    opacity: 1;
}
.section-timeline .swiper-slide .autogrid_row,
.section-timeline .swiper-slide .autogrid_row .column {
    height: 100%;
}
.section-timeline .swiper-slide .autogrid_row .column .content-image,
.section-timeline .swiper-slide .autogrid_row .column figure,
.section-timeline .swiper-slide .autogrid_row .column picture {
    width: 100%;
    height: 100%;
}
.section-timeline .swiper-navigation {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section-timeline .swiper-button-next,
.section-timeline .swiper-button-prev {
    width: 28px;
    height: 36px;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    margin-top: 0;
}
.section-timeline .swiper-button-next:after,
.section-timeline .swiper-button-prev:after {
    content: "";
    background-image: url("/wp-content/themes/upmotion/images/arrow-black-timeline.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 28px;
    height: 36px;
}
.section-timeline .swiper-button-prev:after {
    transform: rotate(180deg);
}
.section-titre-texte-swiper .swiper-navigation {
    position: absolute;
    bottom: 50%;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    padding-left: 115px;
    padding-right: 115px;
}
.section-titre-texte-swiper .swiper-button-next,
.section-titre-texte-swiper .swiper-button-prev {
    width: 70px;
    height: 55px;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    margin-top: 0;
}
.section-titre-texte-swiper .swiper-button-next:after,
.section-titre-texte-swiper .swiper-button-prev:after {
    content: "";
    background-image: url("/wp-content/themes/upmotion/images/arrow-white-swiper.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height: 55px;
}
.section-titre-texte-swiper .swiper-button-prev:after {
    transform: rotate(180deg);
}
.section-map .container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.section-map .container > .ce_rsce_titre_personnalise .headline {
    text-align: center;
}
.section-map .container > .ce_rsce_titre_personnalise .headline span.part-two {
    display: contents;
}
.section-map .container > .autogrid_row {
    flex: 1;
    overflow: hidden;
}
.section-map .container > .autogrid_row > .column {
    height: 100%;
}
.section-map #rsce_leaflet_map,
.section-map #rsce_leaflet_map > div {
    height: 100%;
    border-radius: 30px;
}
.section-map #rsce_leaflet_map img.leaflet-tile {
    filter: grayscale(1);
}
.section-map #rsce_leaflet_map .leaflet-popup-content {
    font-size: 1rem;
    font-weight: 400;
    color: var(--blackColor);
    line-height: normal;
    font-family: "GeneralSans", sans-serif;
}
.section-map #rsce_leaflet_map .leaflet-popup-content > span {
    font-weight: 700;
}
.section-map .search-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}
.section-map .search-content .top {
    display: flex;
    flex-direction: row;
    gap: 20px;
    border-radius: 10px;
    background: var(--secondaryColor);
    padding: 25px;
    align-items: center;
}
.section-map .search-content .top .widget-select {
    flex: 1;
    position: relative;
}
.section-map .search-content .top .widget-select > svg {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    pointer-events: none;
}
.section-map .search-content .top .widget-select select {
    background: var(--whiteColor);
    color: var(--blackColor);
    font-size: 0.938rem;
    font-weight: 300;
    border-radius: 250px;
    border: none;
    padding: 8px 18px;
    line-height: normal;
    cursor: pointer;
    appearance: none;
}
.section-map .search-content .middle {
    flex: 1;
    overflow: hidden;
}
.section-map .search-content .locations {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    overflow: auto;
    scrollbar-color: var(--primaryColor) white;
    scrollbar-width: thin;
    padding-right: 10px;
}
.section-map .search-content .locations .location {
    border: 1px solid var(--secondaryColor);
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    cursor: pointer;
    transition-duration: 0.2s;
}
.section-map .search-content .locations .location.hidden,
.section-map .leaflet-marker-icon.hidden {
    display: none;
    transform: translateX(-200px);
}
.section-map .leaflet-container .leaflet-control-attribution {
    padding: 2px 15px;
    opacity: 0.75;
}
.section-map .leaflet-container .leaflet-control-attribution a {
    color: var(--blackColor);
}
.section-map .search-content .locations .location.active {
    border: 4px solid var(--secondaryColor);
}
.section-map .search-content .location .left {
    width: 30%;
    height: auto;
    border-radius: 20px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.section-map .search-content .location .left svg {
    width: 100%;
    height: auto;
}
.section-map .search-content .location .right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 0;
}
.section-map .search-content .location .right .name,
.section-map .search-content .location .right .address,
.section-map .search-content .location .right .tel {
    line-height: normal;
    color: var(--blackColor);
}
.section-map .search-content .location .right .name {
    font-size: 1.188rem;
    font-weight: 700;
}
.section-map .search-content .location .right .address {
    font-size: 0.875rem;
    font-weight: 500;
}
.section-map .search-content .location .right .tel {
    font-size: 1rem;
    font-weight: 700;
}
.section-map .search-content .location .right .group-hyperlink {
    margin-top: 10px;
}
.section-map .search-content .location .right .group-hyperlink a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 20px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 20px;
    border: 1px solid var(--primaryColor);
    outline: none !important;
    opacity: 1 !important;
}
.section-map .search-content .location .right .group-hyperlink a span {
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
}
.section-map .search-content .location .right .group-hyperlink a:first-child {
    background: var(--primaryColor);
}
.section-map .search-content .location .right .group-hyperlink a:first-child span {
    color: var(--whiteColor);
}
.section-map .search-content .location .right .group-hyperlink a:first-child svg rect {
    fill: var(--whiteColor);
}
.section-map .search-content .location .right .group-hyperlink a:first-child svg path {
    fill: var(--primaryColor);
}
.section-map .search-content .location .right .group-hyperlink a:last-child {
    background: var(--whiteColor);
}
.section-map .search-content .location .right .group-hyperlink a:last-child span {
    color: var(--primaryColor);
}
.section-map .search-content .location .right .group-hyperlink a:last-child svg rect {
    fill: var(--primaryColor);
}
.section-map .search-content .location .right .group-hyperlink a:last-child svg path {
    fill: var(--whiteColor);
}
.section-tableau > .container,
.section-gallery > .container,
.section-societes-swiper > .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section-tableau .ce_rsce_titre_personnalise .headline,
.section-gallery .ce_rsce_titre_personnalise .headline,
.section-societes-swiper .ce_rsce_titre_personnalise .headline {
    text-align: center;
}
.section-tableau .ce_rsce_titre_personnalise .headline span,
.section-gallery .ce_rsce_titre_personnalise .headline span,
.section-societes-swiper .ce_rsce_titre_personnalise .headline span {
    display: contents;
}
.section-tableau .content-table {
    width: 1075px;
    max-width: 100%;
    overflow-x: auto;
    margin-left: auto;
    margin-right: auto;
}
.section-tableau table {
    width: 100%;
    border-radius: 10px;
    border: 2px solid var(--primaryColor);
    border-spacing: 0;
    overflow: hidden;
}
.section-tableau table th,
.section-tableau table td {
    padding: 10px;
    text-align: center;
    font-size: 1.063rem;
}
.section-tableau table thead {
    background: var(--primaryColor);
}
.section-tableau table th  {
    color: var(--whiteColor);
    font-weight: 700;
    padding: 20px 10px;
}
.section-tableau table td {
    color: var(--blackColor);
    font-weight: 400;
    padding: 15px 10px;
}
.section-tableau table tbody tr:nth-child(even) {
    background: var(--thirdColor);
}
.section-tableau table tr > td {
    min-width: 105px;
}
.section-gallery .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-bottom: 0;
    max-width: 1650px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.section-gallery .gallery .content {
    width: calc(20% - 13px / 5 * 4);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1 / 1;
    height: auto;
}
.section-gallery .gallery .content .content-image {
    position: relative;
}
.section-gallery .gallery .content .content-image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    border-radius: 20px;
    pointer-events: none;
}
.section-gallery .gallery .content .content-image,
.section-gallery .gallery .content .content-image figure,
.section-gallery .gallery .content .content-image picture,
.section-gallery .gallery .content .content-image img {
    width: 100%;
    height: 100%;
}
.section-gallery .gallery .content .content-image img {
    object-fit: cover;
}
.section-gallery .gallery .content .headline {
    position: absolute;
    z-index: 1;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 35px;
    left: 0px;
    bottom: 0;
    width: 100%;
    color: var(--whiteColor);
    font-size: 1rem;
    line-height: normal;
    font-weight: 700;
    opacity: 0;
    transform: translateY(60px);
    transition: 0.4s;
}
.section-gallery .gallery .content a:hover .headline {
    opacity: 1;
    transform: none;
}
.section-societes-swiper .swiper .swiper-slide {
    width: 225px;
    height: auto;
    aspect-ratio: 1 / 1;
}
.section-societes-swiper .swiper .swiper-slide .content {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.error404 #slider .section-simple.mod_article > .container,
body.page-template-page-simple #slider .section-simple.mod_article > .container {
    background: var(--blackColor);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 225px !important;
    border-radius: 30px;
}
.section-titre-texte-image .swiper,
.section-titre-texte-image .swiper-slide {
    height: 100%;
    width: 100%;
}
.section-titre-texte-image .swiper .swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 10px;
    width: fit-content;
    border-radius: 250px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.section-titre-texte-image .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.20);
    margin: 0 !important;
}
.section-titre-texte-image .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--primaryColor);
}
/*=================================
============FORMULAIRE=============
=================================*/
.section-formulaire > .container {
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-formulaire .form {
    padding: 20px 40px;
    margin: 20px 0;
    border-radius: 20px;
    overflow: auto;
}
.section-formulaire .form label {
    font-size: 1rem;
    font-weight: 600;
    color: var(--blackColor);
}
.section-formulaire .form .widget-text input,
.section-formulaire .form textarea,
.section-formulaire .form select {
    border: none;
    background: #f9f9f9;
    border-radius: 30px;
    border: 1px solid var(--thirdColor);
    font-size: 1rem;
    padding: 10px 20px;
    color: var(--blackColor);
    caret-color: var(--primaryColor);
}
.section-formulaire .form .widget-text input:focus,
.section-formulaire .form textarea:focus {
    background: var(--whiteColor);
    border-radius: 20px;
}
.section-formulaire form .column {
    margin-bottom: 0 !important;
}
.section-formulaire form div.widget {
    margin-bottom: 10px;
}
.section-formulaire .form .widget p {
    margin-bottom: 0;
}
.section-formulaire .form select {
    cursor: pointer;
    padding-right: 30px;
}
.section-formulaire .form .widget-select {
    position: relative;
}
.section-formulaire .form .widget-select::after {
    content: "";
    background-image: url("/wp-content/themes/upmotion/images/arrow-down-black.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 12px;
    right: 10px;
    width: 24px;
    height: 24px;
    pointer-events: none;
}
.section-formulaire .form .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 5px;
    margin-bottom: 0;
    margin-top: 5px;
    background: #f9f9f9;
    border-radius: 30px;
    border: 1px solid var(--thirdColor);
    padding: 10px 20px;
}
.section-formulaire .form .wpcf7-radio > span {
    margin: 0;
}
.section-formulaire .form .wpcf7-radio label {
    display: flex;
    gap: 2px;
    align-items: center;
}
.section-formulaire .form .wpcf7-radio label span {
    margin-bottom: 0;
}
.section-formulaire .form textarea {
    resize: none;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 150px;
}
.section-formulaire .form .explanation p {
    font-size: 0.85rem;
    color: var(--blackColor);
}
.section-formulaire .form .explanation p a {
    color: var(--primaryColor);
}
.section-formulaire .form input[type="file"]::file-selector-button {
    font-family: "GeneralSans", sans-serif;
    font-size: 0.75rem;
    background: var(--whiteColor);
    color: var(--blackColor);
    border: 1px solid var(--blackColor);
    border-radius: 10px;
    cursor: pointer;
}
.section-formulaire .form .rgpd .wpcf7-form-control.wpcf7-checkbox {
    position: relative;
}
.section-formulaire .form .rgpd .wpcf7-list-item.first.last {
    display: block;
    margin-bottom: 5px;
    align-items: center;
    margin: 0;
    position: relative;
}
.section-formulaire .form .rgpd .wpcf7-list-item.first.last input {
    opacity: 0;
    margin-top: 0;
    cursor: pointer;
    height: 100%;
}
.section-formulaire .form .rgpd .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 0.9rem;
    color: var(--blackColor);
    font-weight: 600;
    position: relative;
    padding-left: 25px;
    display: flex;
    cursor: pointer;
    margin: 0;
}
.section-formulaire .form .rgpd .wpcf7-list-item.first.last input+.wpcf7-list-item-label {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 25px;
    display: block;
    cursor: pointer;
    margin: 0;
    pointer-events: none;
    width: 100%;
}
.section-formulaire .form .rgpd .wpcf7-list-item.first.last input+.wpcf7-list-item-label::before {
    background: var(--whiteColor);
}
.section-formulaire .form .rgpd .wpcf7-list-item.first.last input+.wpcf7-list-item-label::before,
.section-formulaire .form .rgpd .wpcf7-list-item.first.last input+.wpcf7-list-item-label::after {
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: 2px;
    left: 0;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid var(--secondaryColor);
}
.section-formulaire .form .rgpd .wpcf7-list-item.first.last input:checked + .wpcf7-list-item-label::after {
    content: "✓";
    font-size: 0.7rem;
    font-weight: 300;
    background-color: var(--primaryColor);
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: normal;
    color: var(--whiteColor);
}
.section-formulaire .form .widget-submit input {
    width: fit-content;
    font-family: "Chivo", sans-serif;
    padding: 6px 12px;
    background: none;
    border: 1px solid var(--primaryColor);
    border-radius: 20px;
    font-size: 1rem;
    color: var(--primaryColor);
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
    transition: 0.25s;
}
.section-formulaire .form .widget-submit input:hover {
    background: var(--primaryColor);
    color: var(--whiteColor);
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
    margin: 0;
    padding: 0;
    color: red;
    font-size: 1em;
    font-weight: normal;
}
.wpcf7-not-valid-tip {
    color: var(--primaryColor);
    position: relative;
    padding-left: 20px;
    font-size: 0.8rem;
    margin-top: 5px;
}
.wpcf7-not-valid-tip::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: red;
    width: 12px;
    height: 12px;
    border-radius: 4px;
}
.wpcf7 form.sent .wpcf7-response-output {
    font-weight: 600;
    font-size: 1rem;
    border: none;
    margin: 0;
    background: none;
    color: var(--blackColor);
    width: fit-content;
    padding: 5px 15px 5px 30px;
    border-radius: 10px;
    position: relative;
}
.wpcf7 form.sent .wpcf7-response-output::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--primaryColor);
    width: 20px;
    height: 20px;
    border-radius: 5px;
}
body.error404,
body.page-template-page-simple,
.error404 #page,
.page-template-page-simple #page {
    overflow: auto;
}
body.error404 #slider .section-simple .content-text,
body.page-template-page-simple #slider .section-simple .content-text {
    position: relative;
    transform: none;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 100px;
}
body.error404 #page #slider .mod_article,
body.page-template-page-simple #page #slider .mod_article {
    height: auto;
}
body.error404 #slider .section-simple .content-text p,
body.error404 #slider .section-simple .content-text h1,
body.error404 #slider .section-simple .content-text h2,
body.error404 #slider .section-simple .content-text h3,
body.error404 #slider .section-simple .content-text h4,
body.error404 #slider .section-simple .content-text ul li,
body.page-template-page-simple #slider .section-simple .content-text p,
body.page-template-page-simple #slider .section-simple .content-text h1,
body.page-template-page-simple #slider .section-simple .content-text h2,
body.page-template-page-simple #slider .section-simple .content-text h3,
body.page-template-page-simple #slider .section-simple .content-text h4,
body.page-template-page-simple #slider .section-simple .content-text ul li {
    color: var(--whiteColor);
}
/*=================================
============RESPONSIVE=============
=================================*/
@media only screen and (max-width: 1850px) {
    .section-texte-citation .content-text > p {
        font-size: 4rem;
    }
}
@media only screen and (max-width: 1600px) {
    .section-titre-texte-image > .container > .autogrid_row > .column.column-text {
        padding-left: 60px !important;
    }
    .section-timeline > .container,
    .section-map > .container {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
}
@media only screen and (max-width: 1440px) {
    .home #section-societes .headline .part-one {
        font-size: 4.25rem;
    }
    #slider .ce_rsce_titre_personnalise .headline {
        font-size: 3.5rem;
        line-height: 3.5rem;
    }
    .ce_rsce_titre_personnalise .headline {
        font-size: 3rem;
        line-height: 3rem;
    }
    .section-texte-citation .content-text > p {
        font-size: 2.5rem;
    }
    .dynamic-line > svg {
        display: none;
    }
    header {
        width: calc(100% - 40px);
        top: 20px;
    }
    header .inside {
        padding-left: 40px;
        padding-right: 175px;
    }
    header .top {
        gap: 25px;
    }
    header .menu-top .header-menu {
        gap: 15px;
    }
    header .mainmenu ul {
        gap: 10px;
    }
    header .mainmenu ul li.menu-item-has-children {
        padding-right: 25px;
    }
    header > .inside > .content-hyperlink {
        bottom: 40px;
        right: 45px;
    }
    body.menu-open header > .inside > .content-hyperlink {
        display: none;
    }
    header > .inside > .content-hyperlink a {
        padding: 25px 20px 20px 20px;
    }
    header > .inside > .content-hyperlink a .headline span.part-one {
        font-size: 1.125rem;
        line-height: 1.125rem;
    }
    header > .inside > .content-hyperlink a .headline span.part-two {
        font-size: 1rem;
    }
    body,
    #page {
        overflow: auto;
    }
    body::before {
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        border: 15px solid var(--whiteColor);
    }
    body::after {
        border: 20px solid var(--whiteColor);
    }
    #page,
    footer {
        padding-left: 20px;
        padding-right: 20px;
    }
    #page .mod_article,
    footer > .mod_article {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .section-titre-texte-image .content-text {
        max-height: none;
    }
    footer .top-content {
        position: relative;
        transform: none;
        left: auto;
        top: auto;
        bottom: auto;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    footer .content-element-group {
        gap: 50px;
    }
    footer .column-informations {
        width: fit-content;
    }
    #bloc-slider {
        height: 85vh !important;
    }
    #slider .mod_article > .container {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    #slider .content-text {
        padding-left: 40px !important;
    }
    .menu-content {
        top: 20px;
        left: 20px;
        width: calc(100% - 40px);
        height: calc(100% - 40px);
    }
    .section-titre-texte-image > .container > .autogrid_row,
    .section-titre-texte-image > .container > .autogrid_row > .column {
        height: auto;
    }
    .section-titre-texte-image > .container > .autogrid_row > .column.column-text {
        padding-top: 80px;
        padding-bottom: 80px;
        padding-right: 40px;
    }
    .section-titre-texte-swiper > .container,
    .section-texte-citation > .container,
    #section-carte > .container {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    #section-carte {
        overflow: hidden;
    }
    #section-carte .content-image img {
        right: -150px;
        height: auto;
        width: 125%;
        max-width: none;
    }
    .section-countup .dynamic-line,
    .article-2 .dynamic-line {
        display: flex;
        gap: 10px;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        top: auto;
        left: auto;
        right: 20px;
        height: auto;
        width: 30%;
        position: absolute;
        bottom: 20px;
    }
    .section-countup .dynamic-line > .bloc-chiffre,
    .article-2 .dynamic-line > .bloc-chiffre {
        width: 105px;
        height: 105px;
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        transform: none !important;
        background: white !important;
    }
    .section-countup .dynamic-line > .bloc-chiffre .chiffre,
    .article-2 .dynamic-line > .bloc-chiffre .chiffre {
        font-size: 1.85rem;
        color: var(--blackColor) !important;
    }
    .section-countup .dynamic-line > .bloc-chiffre .text,
    .article-2 .dynamic-line > .bloc-chiffre .text {
        font-size: 0.80rem;
        color: var(--blackColor) !important;
    }
    .section-titre-texte-swiper .swiper .swiper-slide {
        width: 400px;
        height: 400px;
    }
    .section-titre-texte-swiper .swiper .swiper-slide .swiper-content .headline {
        top: 40px;
    }
    .section-titre-texte-swiper .swiper .swiper-slide a:hover .swiper-content .headline {
        font-size: 2rem;
        top: 65px;
    }
    .section-titre-texte-swiper .swiper-navigation {
        padding-left: 40px;
        padding-right: 40px;
    }
    body.page-template-page-builder #slider .societes {
        right: 25px;
    }
    .section-map .container > .autogrid_row > .column {
        height: auto;
        flex: 0 0 calc((100% / 12) * 6);
        max-width: calc((100% / 12) * 6);
    }
    .section-map .search-content .locations {
        max-height: 70vh;
    }
    .section-map .search-content .location .right .group-hyperlink {
        column-gap: 8px;
        row-gap: 5px;
    }
    .section-timeline > .container {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .section-timeline .swiper-slide .autogrid_row,
    .section-timeline .swiper-slide .autogrid_row .column {
        height: auto;
    }
    .section-timeline .swiper {
        height: 100%;
    }
    .section-timeline .content-text {
        padding-left: 35px;
        padding-right: 35px;
        transform: translateY(-95px);
    }
    .section-timeline .content-text .date {
        font-size: 3.45rem;
        margin-bottom: 5px;
    }
    .section-timeline .content-text::before {
        top: 30px;
    }
    .section-timeline .swiper-slide .autogrid_row .column .content-image {
        height: 550px;
    }
    #main .mod_article.section-map > .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section-formulaire form .widget-submit {
        margin-top: 20px;
    }
    .section-countup .column-text {
        padding-right: 40px !important;
    }
}
@media only screen and (max-width: 1250px) {
    header .inside {
        padding-right: 130px;
    }
    header .mainmenu {
        display: none;
    }
    header .menu-trigger .right span:nth-child(1),
    header .menu-trigger .right span:nth-child(2) {
        display: none;
    }
    header .menu-trigger .right span:nth-child(3) {
        display: block;
    }
    .menu-content .mobile-navigation {
        display: block;
    }
    .menu-content .container {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 200px;
    }
    .menu-content .container .column-left,
    .menu-content .container .column-right {
        display: none;
    }
    .mobile-navigation ul {
        margin: 0;
    }
    .mobile-navigation ul.sub-menu {
        display: none;
        flex-direction: column;
    }
    .mobile-navigation li.open > ul.sub-menu {
        display: flex;
    }
    .mobile-navigation ul li a {
        position: relative;
        width: 100%;
        display: inline-block;
        color: var(--whiteColor);
        font-size: 1.40rem;
        line-height: 1.50rem;
        transition: transform 0.4s ease-in-out;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 40px;
        font-weight: 600;
        transition: 0.25s;
    }
    .mobile-navigation ul li.menu-item-has-children > a::after {
        content: "";
        width: 32px;
        height: 32px;
        background-image: url("/wp-content/themes/upmotion/images/chevron-right.svg");
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        top: 5px;
        transform: rotate(0);
        transition: 0.25s;
    }
    .mobile-navigation ul li.menu-item-has-children.open > a::after {
        transform: rotate(90deg);
    }
    .mobile-navigation .socials {
        margin-top: 20px;
    }
    .mobile-navigation:has(> div > ul > li.open) > div > ul > li:not(.open) {
        display: none;
    }
    .mobile-navigation ul li.open > a:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        background: var(--whiteColor);
        border-radius: 4px;
        height: 13px;
        width: 13px;
    }
    .mobile-navigation ul li.open > a {
        padding-left: 25px;
    }
}
@media only screen and (max-width: 1024px) {
    body.has-load .starting-animation {
        width: 1800vw;
    }
    header .menu-top .header-menu {
        gap: 10px;
    }
    header .menu-top .header-menu li a {
        font-size: 0.9rem;
    }
    footer .content-element-group {
        column-gap: 40px;
        row-gap: 20px;
    }
    .section-titre-texte-image > .container > .autogrid_row > .column.column-text,
    .section-titre-texte-image > .container > .autogrid_row > .column.column-image {
        flex: none;
        max-width: 100%;
        width: 100%;
    }
    .section-titre-texte-image > .container > .autogrid_row > .column.column-text {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section-titre-texte-image .content-text,
    .section-titre-texte-image .group-hyperlink {
        max-width: none !important;
    }
    .section-titre-texte-image .content-image img,
    .section-titre-texte-image .content-player video,
    .section-titre-texte-image > .container > .autogrid_row.position-text_right_image_left .content-image img {
        border-radius: 0 0 30px 30px;
    }
    .section-countup .dynamic-line,
    .article-2 .dynamic-line {
        width: 100%;
        max-width: calc(100% - 40px);
    }
    header > .inside > .content-hyperlink {
        display: none;
    }
    .section-titre-texte-swiper .swiper .swiper-slide {
        width: 350px;
        height: 350px;
    }
    .section-titre-texte-swiper .swiper-button-next, .section-titre-texte-swiper .swiper-button-prev,
    .section-titre-texte-swiper .swiper-button-next:after, .section-titre-texte-swiper .swiper-button-prev:after {
        width: 45px;
        height: 35px;
    }
    .section-titre-texte-swiper .swiper:has(.swiper-scrollbar-horizontal) {
        padding-bottom: 60px;
    }
    .section-timeline > .container, .section-map > .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .section-map .container > .autogrid_row > .column {
        flex: 0 0 100%;
        max-width: none;
    }
    .section-map #rsce_leaflet_map {
        height: 600px;
    }
    .section-map > .container > .autogrid_row > .col_5 {
        margin-bottom: 25px;
    }
    .section-map .search-content .locations {
        padding-right: 0;
    }
    body.page-template-page-builder #slider .societes .swiper-slide {
        width: 95px;
        height: 95px;
    }
    .section-timeline .swiper-slide .autogrid_row {
        flex-direction: column-reverse;
    }
    .section-timeline .content-text {
        max-width: 100%;
        width: 100%;
    }
    .section-timeline .swiper-slide .autogrid_row .column .content-image {
        height: 500px;
        padding-left: 50px;
        padding-bottom: 75px;
    }
    .section-timeline .swiper .column-text {
        padding-left: 15px !important;
    }
    .section-formulaire .form {
        padding: 0 20px 20px 20px;
        margin: 0 0 20px 0;
    }
}
@media only screen and (max-width: 768px) {
    body.has-load .starting-animation {
        width: 3000vw;
    }
    .starting-animation {
        width: 140vw;
    }
    #slider .ce_rsce_titre_personnalise .headline {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    .ce_rsce_titre_personnalise .headline {
        font-size: 2.25rem;
        line-height: 2.25rem;
    }
    .home #section-societes .headline .part-one {
        font-size: 3.5rem;
    }
    .section-texte-citation .content-text > p {
        font-size: 2rem;
    }
    header {
        height: 150px;
    }
    header .inside {
        grid-template-rows: 45px 1fr;
        grid-template-columns: 110px 1fr;
        padding-left: 20px;
    }
    header .socials {
        display: none;
    }
    footer > .mod_article > .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    footer .content-element-group {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    footer .column-informations {
        margin-top: 40px;
    }
    footer .column-menu {
        margin-top: 20px;
    }
    footer .content-text p,
    footer .column-menu ul li,
    footer .column-menu .headline {
        text-align: center;
    }
    .menu-content {
        background: rgba(235, 194, 33, 0.95);
    }
    .menu-content .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    #main .mod_article:not(.fullwidth).section-titre-texte-image > .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #slider .content-text {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .section-titre-texte-image .content-image,
    .section-titre-texte-image .content-player {
        min-height: 500px;
    }
    #section-carte > .container > .autogrid_row > .column:not(.column-map) {
        z-index: 1;
    }
    #section-carte .column-map > .content-image {
        position: absolute;
        top: 0;
    }
    #section-carte .content-image img {
        right: -255px;
        width: 100%;
        top: 20%;
    }
    .mod_article.fullwidth-boxed#section-carte > .container .column.align_left_center {
        align-items: start;
    }
    #section-carte .ce_rsce_titre_personnalise,
    #section-carte .content-text,
    #section-carte .group-hyperlink {
        max-width: 80% !important;
    }
    #section-carte > .container,
    .section-texte-citation > .container,
    .section-titre-texte-swiper > .container {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .home .section-texte-citation > .container {
        padding-top: 0 !important;
    }
    .section-titre-texte-swiper .swiper .swiper-slide {
        width: 50%;
        height: auto;
        min-height: 300px;
    }
    .section-titre-texte-swiper .swiper .swiper-slide .swiper-content .headline {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 1.35rem;
        top: 30px;
    }
    .section-titre-texte-swiper .swiper .swiper-slide a:hover .swiper-content .headline {
        font-size: 1.5rem;
        top: 40px;
    }
    .section-titre-texte-swiper .swiper .swiper-slide .swiper-content .link {
        padding-left: 20px;
        padding-right: 20px;
        bottom: 30px;
    }
    .section-titre-texte-swiper .swiper-navigation {
        padding-left: 20px;
        padding-right: 20px;
        height: auto;
    }
    .section-titre-texte-swiper .swiper .swiper-scrollbar-horizontal {
        width: 90%;
    }
    .section-titre-texte-swiper .swiper .swiper-scrollbar-horizontal .swiper-scrollbar-drag {
        height: 12px;
        top: -5px;
    }
    #main .mod_article.section-timeline > .container,
    #main .mod_article.section-map > .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    body.page-template-page-builder #slider .societes {
        width: 100%;
        right: 0;
        padding-right: 20px;
        padding-left: 20px;
    }
    body.page-template-page-builder #slider .societes .swiper {
        max-width: 100%;
    }
    body.page-template-page-builder #slider .societes .swiper-slide {
        width: 85px;
        height: 85px;
    }
    .section-timeline .content-text {
        transform: translateY(-80px);
    }
    .section-timeline .content-text::before {
        top: 17px;
        left: -10px;
        width: 22px;
        height: 22px;
    }
    .section-timeline .content-text .date {
        font-size: 2.25rem;
    }
    .section-timeline .swiper-slide .autogrid_row .column .content-image {
        height: 420px;
        padding-left: 50px;
        padding-bottom: 70px;
    }
    #slider .content-text {
        top: 55%;
        bottom: auto;
        transform: translate(-50%, -50%);
    }
    body.error404 #slider .section-simple.mod_article > .container,
    body.page-template-page-simple #slider .section-simple.mod_article > .container {
        padding-top: 185px !important;
    }
}
@media only screen and (max-width: 567px) {
    .starting-animation {
        width: 200vw;
    }
    #main .mod_article.bg-white > .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #slider .ce_rsce_titre_personnalise .headline {
        font-size: 1.75rem;
        line-height: 1.75rem;
    }
    .ce_rsce_titre_personnalise .headline {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    .ce_rsce_titre_personnalise > svg {
        margin-bottom: 20px;
        max-width: 80px;
    }
    .home #section-societes .headline .part-one {
        font-size: 2.75rem;
    }
    .section-texte-citation .content-text > p {
        font-size: 1.5rem;
    }
    .content-text p,
    .content-text ul li,
    .content-hyperlink a span {
        font-size: 1rem;
    }
    .content-text ul li {
        padding-left: 16px;
    }
    .content-text ul li::before {
        top: 6px;
    }
    .content-hyperlink a {
        gap: 10px;
    }
    .content-hyperlink a svg {
        height: 20px;
        width: auto;
    }
    header .top {
        display: none;
    }
    footer .socials a {
        width: 30px;
        height: 30px;
    }
    footer .site-info .container,
    footer .site-info .container a,
    footer .site-info .container span {
        font-size: 0.80rem;
    }
    .menu-content .mobile-navigation {
        width: 100%;
    }
    .menu-content .container {
        padding-top: 165px;
    }
    .mobile-navigation ul li a {
        font-size: 1.20rem;
    }
    .mobile-navigation ul li.menu-item-has-children > a::after {
        width: 26px;
        height: 26px;
    }
    #breadcrumbs,
    #breadcrumbs > span,
    #breadcrumbs > span a {
        font-size: 0.65rem;
        line-height: 0.65rem;
    }
    #bloc-slider {
        height: 550px !important;
    }
    #slider .content-text .content-hyperlink {
        margin-top: 30px;
    }
    .section-titre-texte-image .content-image,
    .section-titre-texte-image .content-player {
        min-height: 450px;
    }
    .section-titre-texte-swiper .swiper .swiper-slide {
        width: 100%;
    }
    .section-titre-texte-swiper .swiper-button-next, .section-titre-texte-swiper .swiper-button-prev,
    .section-titre-texte-swiper .swiper-button-next:after, .section-titre-texte-swiper .swiper-button-prev:after {
        width: 30px;
        height: 24px;
    }
    #section-carte .ce_rsce_titre_personnalise, #section-carte .content-text, #section-carte .group-hyperlink {
        max-width: 75% !important;
    }
    #section-carte .content-image img {
        right: -125px;
        width: 100%;
        top: 10%;
    }
    .section-map #rsce_leaflet_map {
        height: 400px;
    }
    .section-map .search-content .top {
        padding: 10px;
    }
    .section-map .search-content .locations {
        max-height: 100vh;
    }
    .section-map .search-content .locations .location {
        flex-direction: column;
    }
    .section-map .search-content .location .left {
        width: 95px;
        padding: 10px;
    }
    .section-map .search-content .location .right .name {
        font-size: 1.125rem;
    }
    .section-titre-texte-swiper .swiper:has(.swiper-scrollbar-horizontal) {
        padding-bottom: 40px;
    }
    body.page-template-page-builder #slider .societes .swiper-slide {
        width: 75px;
        height: 75px;
    }
    body.page-template-page-builder #slider .societes .content {
        padding: 5px;
    }
    .section-countup .dynamic-line,
    .article-2 .dynamic-line {
        gap: 5px;
    }
    .section-countup .dynamic-line > .bloc-chiffre,
    .article-2 .dynamic-line > .bloc-chiffre {
        width: 90px;
        height: 90px;
    }
    .section-countup .dynamic-line > .bloc-chiffre .text,
    .article-2 .dynamic-line > .bloc-chiffre .text {
        font-size: 0.70rem;
        line-height: 1;
    }
    .section-countup .dynamic-line > .bloc-chiffre .chiffre,
    .article-2 .dynamic-line > .bloc-chiffre .chiffre {
        font-size: 1.75rem;
    }
    .section-timeline .content-text {
        transform: translateY(-70px);
    }
}
@media only screen and (max-width: 400px) {
    .section-timeline .content-text {
        padding-left: 20px;
        padding-right: 20px;
        transform: translateY(-65px);
    }
    .section-timeline .swiper .column-text {
        padding-left: 10px !important;
    }
    .section-timeline .content-text .date {
        font-size: 2rem;
        margin-bottom: 0;
    }
    .section-timeline .swiper-slide .autogrid_row .column .content-image {
        padding-left: 30px;
        height: 350px;
    }
    .section-timeline .swiper-button-next, .section-timeline .swiper-button-prev,
    .section-timeline .swiper-button-next:after, .section-timeline .swiper-button-prev:after {
        width: 22px;
        height: 30px;
    }
    .section-timeline .content-text::before {
        top: 14px;
        left: -9px;
        width: 20px;
        height: 20px;
    }
}