/*=================================
===============GLOBAL==============
=================================*/
:root {
    --blackColor: #000000;
    --whiteColor: #FEFEFE;
    --blueColor:#134589;
    --redColor:#E6332A;
    --darkRedColor:#D20A11;
    --greyColor:#F3F3F2;
}
html::selection {
    background: #134589bf;
    color: var(--whiteColor);
}
#top .inside, .header .inside, #footer .inside, #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: 1680px;
    margin-left: auto;
    margin-right: auto;
}
body {
    color: var(--blackColor);
    font-family: "source-sans-pro", sans-serif;
    line-height: normal;
    font-weight: normal;
    font-size: 16px;
    min-height: 100vh;
    background: var(--whiteColor);
}
body.no_scroll {
    overflow: hidden;
}
body > .body {
    overflow: hidden;
}
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;
}
.mod_article.fullwidth-boxed-small:not(.fullwidth) > .container {
    max-width: 1550px;
}
.mod_article:not(.fullwidth)>.container {
    padding-top: 72px;
    padding-bottom: 72px;
}
.mod_article:not(.fullwidth).article-pt-xs>.container {
    padding-top: 50px;
}
.mod_article:not(.fullwidth).article-pb-xs>.container {
    padding-bottom: 50px;
}
.mod_article.bg-gray {
    background: var(--greyColor);
}
.mod_article.bg-blue {
    background: var(--blueColor);
}
.ce_rsce_sliderbox > .swiper,
.swiper .swiper-slide .swiper-content,
.swiper .swiper-slide .swiper-content .content-image {
    height: 100%;
}
.swiper .swiper-slide .swiper-content .content-image,
.swiper .swiper-slide .swiper-content .content-image picture,
.swiper .swiper-slide .swiper-content .content-image picture img {
    width: 100%;
}
.swiper .swiper-slide .swiper-content .content-image picture img {
    height: 100%;
}
.content-image {
    display: block;
    width: fit-content;
    position: relative;
}
.content-image.h-align-right {
    margin-left: auto;
}
.content-image.h-align-center {
    margin-left: auto;
    margin-right: auto;
}
.content-image picture {
    display: flex;
    width: fit-content;
    height: 100%;
}
.content-image picture img {
    object-fit: cover;
}
.content-image.border-red::after,
.content-image.border-red::before {
    content: "";
    position: absolute;
    bottom: 25px;
    right: 25px;
    pointer-events: none;
    background: var(--redColor);
}
.content-image.border-red:after {
    width: 182px;
    max-width: 40%;
    height: 8px;
}
.content-image.border-red::before {
    height: 182px;
    max-height: 40%;
    width: 8px;
}
.ce_rsce_titre_personnalise .headline {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: "Exo 2", sans-serif;
    padding-bottom: 15px;
    margin-bottom: 35px;
    position: relative;
    width: fit-content;
}
.ce_rsce_titre_personnalise.align-center .headline {
    margin-left: auto;
    margin-right: auto;
}
.ce_rsce_titre_personnalise.align-right .headline {
    margin-left: auto;
}
.ce_rsce_titre_personnalise .headline span {
    display: block;
    font-weight: 300;
    font-size: 2.1875rem;
    font-family: "source-sans-pro", sans-serif;
}
.ce_rsce_titre_personnalise .headline::after {
    content: "";
    background: var(--redColor);
    left: 0;
    bottom: 0;
    position: absolute;
    height: 8px;
    width: 303px;
    max-width: 95%;
}
.headline.color-blue {
    color: var(--blueColor);
}
.headline.color-white {
    color: var(--whiteColor);
}
.headline.color-red {
    color: var(--redColor);
}
.headline.color-black {
    color: var(--blackColor);
}
.content-hyperlink {
    width: fit-content;
}
.content-hyperlink.h-align-center {
    margin-left: auto;
    margin-right: auto;
}
.content-hyperlink.h-align-right {
    margin-left: auto;
}
.content-hyperlink a {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    padding: 10px 25px;
    width: fit-content;
    z-index: 1;
}
.content-hyperlink.txt-color-red a {
    padding-left: 0;
    padding-right: 0;
}
.content-hyperlink a span {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
}
.content-hyperlink.txt-color-white a span {
    color: var(--whiteColor);
}
.content-hyperlink.txt-color-red a span {
    color: var(--redColor);
}
.content-hyperlink.txt-color-blue a span {
    color: var(--blueColor);
}
.content-hyperlink.txt-color-black a span {
    color: var(--blackColor);
}
.content-hyperlink.txt-color-white a svg path {
    fill: var(--whiteColor);
}
.content-hyperlink.txt-color-red a svg path {
    fill: var(--redColor);
}
.content-hyperlink.txt-color-blue a svg path {
    fill: var(--blueColor);
}
.content-hyperlink.txt-color-black a svg path {
    fill: var(--blackColor);
}
.content-hyperlink:not(.txt-color-red) a:before {
    content: "";
    height: 100%;
    width: 0;
    background: var(--redColor);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.75s;
}
.content-hyperlink:not(.txt-color-red).js-active a:before {
    width: 59px;
}
.content-hyperlink:not(.txt-color-red) a:hover:before {
    width: 100%;
}
.content-hyperlink.txt-color-red a {
    z-index: 1;
}
.content-hyperlink.txt-color-red a:before {
    content: "";
    height: 2px;
    width: 0;
    background: var(--blueColor);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: 0.4s;
}
.content-hyperlink.txt-color-red a:hover:before {
    width: calc(100% - 32px);
} 
.content-text.width-m {
    max-width: 626px;
}
.content-text h2,
.content-text h3,
.content-text h4,
.content-text h5 {
    font-size: 1.5625rem;
    font-weight: 600;
    color: var(--blueColor);
}
.content-text p,
.content-text p a,
.content-text ul li,
.content-text ul li a,
.content-text ol li,
.content-text ol li a {
    font-size: 1rem;
    font-weight: 400;
    color: var(--blueColor);
}
.content-text.txt-color-white p,
.content-text.txt-color-white p a,
.content-text.txt-color-white ul li,
.content-text.txt-color-white ul li a,
.content-text.txt-color-white ol li,
.content-text.txt-color-white ol li a,
.content-text.txt-color-white h2,
.content-text.txt-color-white h3,
.content-text.txt-color-white h4 {
    color: var(--whiteColor);
}
.content-text p strong,
.content-text ul li strong,
.content-text ol li strong,
.content-text p strong a,
.content-text ul li strong a {
    font-weight: 700;
}
.content-text ul {
    margin-bottom: 15px;
}
.content-text ul li,
.content-text ol li {
    position: relative;
    padding-left: 20px;
}
.content-text ul li::before {
    content: "· ";
}
.content-text ol {
    counter-reset: numerotation;
}
.content-text ol li {
    counter-increment: numerotation;
}
.content-text ol li::before {
    content: counter(numerotation) ". ";
}
.content-text p a,
.content-text ul li a,
.content-text ol li a {
    text-decoration: underline var(--blueColor);
    text-underline-offset: 4px;
}
.content-text.txt-color-white p a,
.content-text.txt-color-white ul li a,
.content-text.txt-color-white ol li a {
    text-decoration: underline var(--whiteColor);
}
.swiper-pagination {
    display: flex;
    gap: 15px;
}
.swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    width: 20px;
    height: 20px;
    border: 1px solid var(--whiteColor);
    background: none;
    position: relative;
    opacity: 1;
    margin: 0 !important;
}
.swiper-pagination .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    background: var(--redColor);
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.5s;
}
.swiper-pagination .swiper-pagination-bullet:hover::before {
    opacity: 0.4;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    opacity: 1;
}
.ce_rsce_countup {
    display: flex;
    align-items: center;
}
.ce_rsce_countup > .swiper {
    width: 100%;
}
.mod_article .autogrid_row, .mod_article .autogrid_wrapper {
    margin-left: -10px;
    margin-right: -10px;
}
.mod_article .autogrid_row.gutter_l {
    margin-left: -50px;
    margin-right: -50px;
}
.mod_article .autogrid_row.gutter_none {
    margin-left: 0;
    margin-right: 0;
}
.mod_article .autogrid, .mod_article .autogrid_row>.column {
    padding-left: 10px;
    padding-right: 10px;
}
.mod_article .autogrid_row.gutter_l>.column {
    padding-left: 50px;
    padding-right: 50px;
}
.mod_article .autogrid_row.gutter_none>.column {
    padding-left: 0;
    padding-right: 0;
}
#cboxContent {
    margin-top: 5px;
}
#cboxContent #cboxCurrent {
    display: none !important;
}
#cboxContent #cboxTitle {
    bottom: 20px;
    top: auto !important;
    left: 50% !important;
    transform: translateX(-50%);
    color: var(--whiteColor) !important;
    font-size: 1.15rem;
    font-weight: 400;
    text-shadow: 0px 0px 15px var(--blackColor);
}
#cboxContent #cboxNext {
    right: 1rem !important;
}
#cboxContent #cboxPrevious {
    left: 1rem !important;
}
#cboxContent #cboxNext, #cboxContent #cboxPrevious {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px !important;
    height: 50px;
    border-radius: 0;
    background: #ffffffde;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
#cboxContent #cboxNext::after, #cboxContent #cboxPrevious::after {
    content: "";
    width: 10px;
    height: 16px;
}
#cboxContent #cboxPrevious::after {
    transform: rotate(180deg);
}
#cboxContent #cboxNext::after {
    background: url(/files/upmotion/image/svg/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
#cboxContent #cboxPrevious::after {
    background: url(/files/upmotion/image/svg/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
#cboxClose,
#cboxClose:hover {
    width: 26px !important;
    height: 30px !important;
    right: 0 !important;
    top: -26px !important;
    background: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNzAuNXB4IiBoZWlnaHQ9IjY1cHgiIHZpZXdCb3g9IjAgMCAxNzAuNSA2NSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTcwLjUgNjUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNzAuNSwwaC00Ni42NjZDMTIyLjI3LDAsMTIxLDEuMjY5LDEyMSwyLjgzNHY1OS4zMzFjMCwxLjU2NSwxLjI3LDIuODM1LDIuODM0LDIuODM1SDE3MC41Ii8+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTAsMGg0Ni42NjZDNDguMjMsMCw0OS41LDEuMjY5LDQ5LjUsMi44MzR2NTkuMzMxQzQ5LjUsNjMuNzMsNDguMjMsNjUsNDYuNjY2LDY1SDAiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9Ijc4LjI1IiB5MT0iNS4xMDkiIHgyPSI5NC4zNzUiIHkyPSIyMS4yMzQiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9Ijk0LjM3NSIgeTE9IjUuMTA5IiB4Mj0iNzguMjUiIHkyPSIyMS4yMzQiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjM3LjUiIHkxPSIxMS4zNTkiIHgyPSIxMC43NSIgeTI9IjMyLjUiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjM3LjY3OCIgeTE9IjUzLjA1NSIgeDI9IjEwLjkyOCIgeTI9IjMxLjkxNCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTMzIiB5MT0iMTEuMzU5IiB4Mj0iMTU5Ljc1IiB5Mj0iMzIuNSIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTMzIiB5MT0iNTMuNjQxIiB4Mj0iMTU5Ljc1IiB5Mj0iMzIuNSIvPjwvc3ZnPg==) !important;
    z-index: 100;
}
#cboxClose:hover {
    background-position: top center !important;
}
/*=================================
===============HEADER==============
=================================*/
.header {
    position: absolute;
    background: transparent;
    height: 120px;
    line-height: initial;
}
.interne .header {
    background: var(--whiteColor);
}
body.scrolling-page .header {
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    height: 70px;
    background: var(--whiteColor);
    box-shadow: 0px 4px 15px 1px #0000000d;
}
body.fixed-header .header {
    top: 0;
    transition: 0.5s;
}
.header .inside {
    display: grid;
    grid-template-areas:
        "logo top"
        "logo mainmenu";
    grid-template-rows: 50px 70px;
    grid-template-columns: 250px 1fr;
    gap: 0px;
    height: 100%;
}
body.fixed-header .header .inside {
    grid-template-rows: 70px;
    grid-template-areas:
        "logo mainmenu";
}
body.fixed-header .header .header-top {
    display: none;
}
.header .logos {
    grid-area: logo;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.header .logos a {
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
}
.header .logos a svg {
    width: 100%;
    height: auto;
    max-height: 100%;
}
.interne .header .logos a,
body.fixed-header .header .logos a {
    align-content: center;
}
body.fixed-header .header .logos a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.interne .header .logos svg > g > path:nth-child(n+4),
body.fixed-header .header .logos svg > g > path:nth-child(n+4),
body.mmenu_open .header .logos svg > g > path:nth-child(n+4) {
    fill: var(--blueColor);
}
.header .mainmenu {
    grid-area: mainmenu;
    height: auto;
    float: none;
    line-height: normal;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 10px;
}
.header .mainmenu > ul {
    position: relative;
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}
.header .mainmenu ul li {
    margin-left: 0;
    margin-right: 0;
}
.header .mainmenu ul li.page-accueil {
    display: none;
}
.header .mainmenu ul li a {
    text-transform: uppercase;
    padding: 0;
    font-weight: normal;
    font-size: 1.063rem;
    font-weight: 700;
    color: var(--whiteColor);
    margin: 0;
    line-height: normal;
    padding: 10px 0;
}
.interne .header .mainmenu ul li a,
body.fixed-header .header .mainmenu ul li a {
    color: var(--blueColor);
    transition: 0.25s;
}
.home .header .mainmenu ul ul li a:hover,
.interne .header .mainmenu ul li a:hover,
body.fixed-header .header .mainmenu ul li a:hover,
.interne .header .mainmenu ul li.active > a,
body.fixed-header .header .mainmenu ul li.active > a,
.interne .header .mainmenu ul li.trail > a,
body.fixed-header .header .mainmenu ul li.trail > a {
    color: var(--redColor);
    opacity: 1;
}
.header .mainmenu ul ul li a.active span:before,
.header .mainmenu ul ul li a.trail span:before {
    content: none;
}
.header .mainmenu > ul > li > a.active::before,
.header .mainmenu > ul > li > a.trail::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: var(--redColor);
}
.header .mainmenu ul li.page-contact a {
    background: var(--redColor);
    padding: 4px 13px 4px 13px;
    position: relative;
    width: fit-content;
}
.header .mainmenu ul li.page-contact a span {
    display: flex;
    align-items: center;
    position: relative;
    gap: 10px;
    color: var(--whiteColor) !important;
}
.header .mainmenu ul li.page-contact a span::before {
    content: "";
    background-image: url("/files/upmotion/image/svg/chat.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    position: relative;
    left: 0;
    top: 50%;
}
.header .mainmenu ul:after{
    display: none!important;
}
.header .mainmenu .hide-menu-desktop{
    display: none;
}
.header .mainmenu ul ul {
    display: flex !important;
    flex-direction: column;
    pointer-events: none;
    opacity: 0;
    background: var(--whiteColor);
}
.header .mainmenu ul li:hover ul {
    pointer-events: all;
    opacity: 1;
}
.header .mainmenu ul ul li {
    padding: 0px;
    position: relative;
    transition: 0.25s;
}
.header .mainmenu ul ul li:hover {
    background: var(--greyColor);
}
.header .mainmenu ul ul li:not(:last-child)::after {
    content: "";
    width: 25px !important;
    height: 1px;
    left: 0;
    bottom: 0;
    background: var(--blueColor);
    position: absolute;
    opacity: 0;
}
.header .mainmenu ul ul li a {
    color: var(--blueColor);
    font-size: 1rem;
    line-height: normal !important;
    opacity: 1 !important;
    padding: 5px 10px !important;
    text-transform: none;
}
.header .mainmenu ul ul li a span::before {
    content: none;
}
.header .header-top {
    grid-area: top;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
}
.header .header-top .nous-rejoindre,
.header .header-top .tel {
    height: 100%;
    display: flex;
    align-items: center;
}
.header .header-top .nous-rejoindre a,
.header .header-top .tel a span {
    color: var(--whiteColor);
    line-height: normal;
}
.interne .header .header-top .tel a span,
.interne .header .header-top .nous-rejoindre a,
body.fixed-header .header .header-top .tel a span,
body.fixed-header .header .header-top .nous-rejoindre a {
    color: var(--blueColor);
}
.header .header-top .nous-rejoindre a {
    /* font-size: 1.0625rem;
    font-family: "Exo 2", sans-serif;
    font-weight: 400; */
    font-size: 1.063rem;
    font-weight: 700;
    text-transform: uppercase;
}
.header .header-top .tel {
    position: relative;
}
.header .header-top .tel::after {
    content: "";
    background: var(--whiteColor);
    width: 100%;
    height: 2px;
    position: absolute;
    top: 100%;
    left: 0;
}
.interne .header .header-top .tel::after,
body.fixed-header .header .header-top .tel::after {
    background: var(--blueColor);
}
.header .header-top .tel a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header .header-top .tel a span {
    font-size: 1.125rem;
    font-weight: 700;
    transition: 0.4s;
}
body:not(.home) .header .header-top .tel a:hover span {
    color: var(--redColor);
}
.header .header-top .tel a svg path {
    transition: 0.4s;
}
body:not(.home) .header .header-top .tel a:hover svg path {
    fill: var(--redColor);
}
.interne .header .header-top .tel a svg path,
body.fixed-header .header .header-top .tel a svg path {
    fill: var(--blueColor);
}
/*=================================
===============FOOTER==============
=================================*/
#footer {
    /* background: var(--blueColor); */
    /* background: var(--whiteColor); */
    background: var(--greyColor);
    position: relative;
    z-index: 1;
}
#footer > .inside {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}
#footer > .inside > .mod_article {
    overflow: visible;
}
#footer > .inside > .mod_article > .container {
    padding-top: 0;
    padding-bottom: 0;
}
#footer > .inside > .mod_article > .container > .autogrid_row {
    padding-top: 40px;
    padding-bottom: 90px;
}
#footer .logos {
    display: flex;
    justify-content: center;
}
#footer .column-logo {
    position: initial;
}
#footer .column-logo,
#footer .column-menu {
    flex: 0 0 calc((100% / 10) * 3);
    max-width: calc((100% / 10) * 3);
}
#footer .column-certifications {
    flex: 0 0 calc((100% / 10) * 4);
    max-width: calc((100% / 10) * 4);
    padding-left: 35px;
}
#footer .column-menu::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 1px;
    /* background: var(--whiteColor); */
    background: var(--blueColor);
}
#footer .column-logo .content-element-group {
    max-width: 360px;
    background: var(--darkRedColor);
    padding-top: 20px;
    padding-bottom: 45px;
    padding-left: 50px;
    padding-right: 50px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
#footer .column-menu .headline,
#footer .column-certifications .headline {
    margin-bottom: 15px;
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: 1.25rem;
    /* color: var(--whiteColor); */
    color: var(--blueColor);
    font-family: "source-sans-pro", sans-serif;
    font-weight: 700;
    line-height: normal;
}
#footer .column-menu .headline::after,
#footer .column-certifications .headline::after {
    content: none;
}
#footer .column-menu ul li {
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-left: 0;
}
#footer .column-menu ul li a,
#footer .column-menu ul li strong {
    font-size: 1rem;
    /* color: var(--whiteColor); */
    color: var(--blueColor);
    font-weight: 400;
    line-height: normal;
}
#footer .column-menu .container-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 380px;
}
#footer .column-logo .content-text.adresse {
    margin-top: 25px;
}
#footer .column-logo .content-text.adresse p,
#footer .column-logo .content-text.adresse p > a {
    color: var(--whiteColor);
    font-size: 1.125rem;
}
#footer .column-logo .content-text.tel p,
#footer .column-logo .content-text.tel p > a {
    font-size: 1.25rem;
    color: var(--whiteColor);
    text-decoration: none;
}
#footer .column-logo .content-text.groupe {
    margin-top: 35px;
}
#footer .column-logo .content-text.groupe p {
    font-size: 0.938rem;
    font-weight: 300;
}
#footer .content-certifications {
    display: flex;
    gap: 15px;
    align-items: center;
}
#footer .content-certifications .content-text p {
    margin-bottom: 5px;
    font-size: 0.813rem;
}
#footer .column-certifications .content-text.esa {
    margin-top: 25px;
}
#footer .column-certifications .content-text.esa p {
    font-size: 0.875rem;
    font-weight: 400;
}
.socials {
    display: flex;
    justify-content: center;
}
.socials > a {
    background: var(--whiteColor);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    width: 28px;
    transition: 0.5s;
}
.socials > a svg path {
    transition: 0.5s;
}
.socials > a:hover svg path {
    fill: var(--whiteColor);
}
.socials > a:hover {
    background: var(--blueColor);
}
#footer .socials {
    border-bottom: 1px solid var(--whiteColor);
    padding-bottom: 20px;
}
#footer .copyright {
    position: absolute;
    bottom: 5px;
    right: 0;
    text-align: right;
    padding-right: 40px;
    padding-left: 40px;
}
#footer .copyright > p {
    margin-bottom: 0;
    opacity: 0.8;
}
#footer .copyright > p,
#footer .copyright > p a,
#footer .copyright > p span {
    /* color: var(--whiteColor); */
    color: var(--blueColor);
    font-weight: 300;
    font-size: 0.875rem;
}
#footer .copyright .tarteaucitronOpenPanel {
    cursor: pointer;
}
#footer:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -10px;
    background-image: url("/files/upmotion/image/svg/logo-opacity-footer-blue.svg");
    background-repeat: no-repeat;
    background-size: contain;
    /* width: 418px; */
    /* height: 400px; */
    /* height: 375px; */

    width: 505px;
    height: 495px;
    visibility: visible;
    pointer-events: none;
    z-index: 2;
    opacity: 0.45;
}
#footer .totop {
    position: absolute;
    top: 40px;
    left: 50%;
    width: 100vw;
    height: 85px;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-end;
    padding-right: 40px;
    padding-left: 40px;
    max-width: 1860px;
    z-index: 2;
    pointer-events: none;
}
#footer .totop > a {
    width: 85px;
    height: 85px;
    background: var(--redColor);
    border: 2px solid var(--redColor);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition: 0.5s;
    pointer-events: all;
}
#footer .totop > a:hover {
    background: #134589a3;
}
#bottom {
    background: var(--accentColor);
}
.bandeau-copyright {
    text-align: right;
}
.bandeau-copyright,
.bandeau-copyright span,
#bottom .inside .bandeau-copyright a {
    color: var(--whiteColor);
}
.bandeau-copyright span,
#bottom .inside .bandeau-copyright a {
    margin: 0px 5px;
}
/*=================================
================HOME===============
=================================*/
#slider {
    z-index: 1;
}
#wrapper {
    position: relative;
    z-index: 1;
}
.home .main-slider {
    height: 822px;
    position: relative;
}
.home .main-slider .content-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 73, 148, 0.00) -256.39%, rgba(0, 73, 148, 0.50) 100%);
    z-index: 1;
}
.home .section-slider .content-element-group {
    position: absolute;
    bottom: 65px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 1;
    width: 100%;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    pointer-events: none;
}
.home .section-slider .headline {
    font-size: 4.375rem;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "source-sans-pro", sans-serif;
    padding-bottom: 0;
    margin-bottom: 0;
}
.home .section-slider .headline::after {
    content: none;
}
.home .section-slider .headline span {
    font-size: 3.75rem;
    font-weight: 300;
    margin-top: -15px;
}
.home .section-slider .content-hyperlink {
    margin-top: 40px;
    margin-bottom: 60px;
    pointer-events: all;
}
.home .section-slider .content-hyperlink a::before {
    width: 59px;
}
.home .section-slider .content-hyperlink a:hover::before {
    width: 100%;
}
.home .section-slider .swiper-pagination {
    position: absolute;
    bottom: 55px;
    left: 50%;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    transform: translate(-50%, 0%);
    display: flex;
    justify-content: flex-end;
    z-index: 1;
}
.home .section-slider:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url("/files/upmotion/image/svg/logo-opacity-header.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 692px;
    height: 662px;
    visibility: visible;
    pointer-events: none;
    z-index: 2;
}
.home .section-accueil {
    overflow: visible;
}
.home .section-accueil .ce_rsce_countup {
    background: var(--blueColor);
    flex-wrap: wrap;
    max-width: 1450px;
    position: relative;
    padding-top: 28px;
    padding-bottom: 28px;
    margin-top: 60px;
    overflow: visible;
    z-index: 1;
}
.home .section-accueil .ce_rsce_countup::before {
    content: "";
    width: 50vw;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    transform: translateX(-50%);
    background: var(--blueColor);
    z-index: -1;
}
.home .section-accueil .ce_rsce_countup > .countup-container {
    width: 20%;
}
.home .section-accueil .ce_rsce_countup .swiper-wrapper > .swiper-slide:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    background: var(--whiteColor);
    width: 1px;
    height: 100%;
    transition: 0.5s;
}
.home .section-accueil .ce_rsce_countup .swiper-wrapper > .swiper-slide:not(:last-child).swiper-slide-prev::after {
    opacity: 0;
}
.home .section-accueil .ce_rsce_countup p {
    color: var(--whiteColor);
}
.home .section-accueil .ce_rsce_countup .headline {
    font-size: 3.125rem;
    font-weight: 700;
    font-family: "Exo 2", sans-serif;
    margin-bottom: 0;
}
.home .section-accueil .ce_rsce_countup .text p {
    font-size: 0.9375rem;
    font-weight: 700;
    margin-bottom: 5px;
}
.home .section-accueil:before {
    content: "";
    position: absolute;
    top: -75px;
    left: -65px;
    background-image: url("/files/upmotion/image/svg/lines.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 1006px;
    height: 560px;
    visibility: visible;
    pointer-events: none;
    opacity: 0.2;
}
.section-accueil .content-image.border-red img {
    min-height: 500px;
}
.home .section-savoir-faire .ce_rsce_titre_personnalise h2.headline > span {
    display: contents;
}
.slider-savoir-faire {
    /* height: 288px; */
    /* height: auto; */
    height: 365px;
    margin-bottom: 50px;
}
.slider-savoir-faire > .swiper {
    overflow: visible;
}
.slider-savoir-faire .swiper-content {
    display: flex;
    flex-direction: row-reverse;
}
.slider-savoir-faire .swiper-content .content-image {
    width: 124px !important;
    position: relative;
}
.slider-savoir-faire .swiper-content .content-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 73, 148, 0.40) 0%, rgba(0, 73, 148, 0.40) 57.47%);
    z-index: 1;
}
.slider-savoir-faire .swiper-content .content-text {
    flex: 1;
    background: var(--whiteColor);
    padding: 35px 15px 35px 35px;
    position: relative;
}
.slider-savoir-faire .swiper-content .content-text .headline {
    font-size: 1.5625rem;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--redColor);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    margin-bottom: 15px;
}
.slider-savoir-faire .swiper-content .content-text .description {
    /* max-height: 125px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 5;
    -webkit-line-clamp: 6;
    overflow: hidden; */
    margin-bottom: 15px;
}
.slider-savoir-faire .swiper-content .content-text .description > p:last-child {
    margin-bottom: 0;
}
.slider-savoir-faire .swiper-content .content-text .description > p:not(:last-child) {
    margin-bottom: 5px;
}
.slider-savoir-faire .swiper-content .content-text .hyperlink {
    display: flex;
    gap: 10px;
    position: absolute;
    left: 35px;
    bottom: 35px;
}
.slider-savoir-faire .swiper-content .content-text .hyperlink span {
    font-size: 1rem;
    font-weight: 400;
    color: var(--redColor);
}
.slider-savoir-faire .swiper-content .content-text .hyperlink svg path {
    fill: var(--redColor);
}
.slider-savoir-faire .swiper-wrapper {
    counter-reset: slide;
}
.slider-savoir-faire .swiper-wrapper .swiper-slide {
    counter-increment: slide;
}
.slider-savoir-faire .swiper-wrapper .swiper-slide .swiper-content .content-image::after {
    content: counter(slide) ".";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 6.25rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--whiteColor);
    z-index: 2;
    font-family: "Exo 2", sans-serif;
}
.swiper-scrollbar-horizontal {
    height: 2px;
    position: relative;
    bottom: -50px;
    background: var(--redColor);
    border-radius: 0;
}
.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
    height: 10px;
    background: var(--redColor);
    top: -4px;
    cursor: grab;
    border-radius: 0;
}
.slider-savoir-faire .swiper-scrollbar-horizontal {
    margin-left: 19rem;
    width: 100%;
}
.slider-metiers .swiper-scrollbar-horizontal {
    margin-left: 0;
    width: 100vw;
}
.slider-metiers {
    height: 529px;
    margin-bottom: 50px;
}
.slider-metiers > .swiper {
    overflow: visible;
}
.slider-metiers .swiper-content {
    position: relative;
}
.slider-metiers .content-image {
    position: relative;
    z-index: 1;
    width: 100%;
}
.slider-metiers .content-image picture,
.slider-metiers .content-image picture img {
    width: 100%;
}
.slider-metiers .content-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(206deg, rgba(0, 73, 148, 0.00) 0%, rgba(0, 73, 148, 0.20) 60.32%);
    z-index: 1;
    opacity: 1;
    transition: 0.5s;
}
.slider-metiers .swiper-slide > a:hover .content-image::before {
    opacity: 0;
}
.slider-metiers .content-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--blueColor);
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
}
.slider-metiers .swiper-slide > a:hover .content-image::after {
    opacity: 0.7;
}
.slider-metiers .content-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 24px;
    padding-right: 35px;
    padding-bottom: 10px;
    padding-top: 10px;
    z-index: 2;
    width: 100%;
    transform: translateY(190px);
    transition: 0.5s;
}
.slider-metiers .swiper-slide > a:hover .content-text {
    transform: none;
}
.slider-metiers .content-text p {
    color: var(--whiteColor);
    font-size: 1rem;
    font-weight: 400;
    height: 150px;
    transition: 0.5s;
}
.slider-metiers .swiper-slide > a:hover .content-text p {
    height: auto;
}
.slider-metiers .content-text .headline {
    font-family: "Exo 2", sans-serif;
    font-size: 2.1875rem;
    font-weight: 800;
    color: var(--whiteColor);
    margin-bottom: 35px;
    text-transform: uppercase;
}
.slider-metiers .cross {
    position: absolute;
    top: 23px;
    right: 25px;
    z-index: 2;

    width: 69px;
    height: 69px;
}
.slider-metiers .cross:before,
.slider-metiers .cross:after {
    content: "";
    position: absolute;
    background: var(--whiteColor);
    transition: 0.5s;
}
.slider-metiers .cross:before {
    width: 100%;
    height: 8px;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
}
.slider-metiers .cross:after {
    height: 100%;
    width: 8px;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
}
.slider-metiers .cross > svg {
    display: none;
}
 .slider-metiers .swiper-slide a:hover .cross:before,
.slider-metiers .swiper-slide a:hover .cross:after {
    background: var(--redColor);
}
.section-metiers::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(/files/upmotion/image/svg/lines-fullwidth.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 2105px;
    height: 526px;
    visibility: visible;
    pointer-events: none;
}
.section-metiers > .container > .autogrid_row {
    flex-direction: row-reverse;
}
.home .section-realisations .catalogue-realisations {
    display: grid;
    grid-template-rows: 290px 290px;
    grid-template-columns: 4fr 3fr 3fr;
    gap: 20px;
    margin-top: 40px;
}
.catalogue-realisations .realisation {
    position: relative;
    display: flex;
    height: 100%;
}
.catalogue-realisations .realisation > a {
    width: 100%;
}
.home .section-realisations .catalogue-realisations .realisation:nth-child(1) {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
}
.home .section-realisations .catalogue-realisations .realisation:nth-child(2) {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 2;
    grid-column-end: 4;
}
.home .section-realisations .catalogue-realisations .realisation:nth-child(3) {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3;
}
.home .section-realisations .catalogue-realisations .realisation:nth-child(4) {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 3;
    grid-column-end: 4;
}
.catalogue-realisations .realisation .item {
    height: 100%;
}
.catalogue-realisations .realisation .content-image,
.catalogue-realisations .realisation .content-image picture,
.catalogue-realisations .realisation .content-image picture img {
    width: 100%;
    height: 100%;
}
.catalogue-realisations .realisation .content-image {
    position: relative;
}
.catalogue-realisations .realisation .content-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(194deg, rgba(0, 73, 148, 0.00) 46.67%, rgba(0, 73, 148, 0.50) 83.16%);
    z-index: 1;
    transition: 0.5s;
}
.catalogue-realisations .realisation > a:hover .content-image::before {
    opacity: 0;
}
.catalogue-realisations .realisation .content-image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--blueColor);
    opacity: 0;
    z-index: 1;
    transition: 0.5s;
}
.catalogue-realisations .realisation > a:hover .content-image::after {
    opacity: 0.5;
}
.catalogue-realisations .realisation .content-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 35px 15px;
    z-index: 1;
    transition: 0.25s;
}
.catalogue-realisations .realisation a:hover .content-text {
    left: 5px;
    bottom: 5px;
}
.catalogue-realisations .realisation:first-child .content-text {
    padding: 35px 40px;
}
.catalogue-realisations .realisation .content-text .headline,
.catalogue-realisations .realisation .content-text .location span {
    color: var(--whiteColor);
}
.catalogue-realisations .realisation .content-text .headline {
    font-size: 1.125rem;
    font-weight: 800;
    font-family: "Exo 2", sans-serif;
    line-height: normal;
    max-width: 295px;
    margin-bottom: 0;
    margin-top: 20px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 45px;
}
.catalogue-realisations .realisation .content-text .location {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
.catalogue-realisations .realisation .content-text .location span {
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: normal;
}
.catalogue-realisations .realisation .content-text .location svg {
    margin-bottom: 5px;
}
.catalogue-realisations .realisation .content-logo {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--whiteColor);
    z-index: 2;
    width: min-content;
}
.catalogue-realisations .realisation .content-logo picture {
    display: flex;
    width: 100%;
    height: 100%;
}
.catalogue-realisations .realisation .content-logo img {
    max-width: 174px;
    width: auto;
    max-height: 62px;
    height: auto;
    object-fit: contain;
    background: var(--whiteColor);
    padding: 10px 15px;
}
.section-ensemble::before {
    content: "";
    position: absolute;
    width: 25vw;
    pointer-events: none;
    z-index: 999;
    height: 20px;
    bottom: 0;
    right: 0;
}
.section-ensemble .headline {
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center !important;
    font-size: 2rem;
}
.section-ensemble .headline::after {
    content: none;
}
.section-ensemble .content-element-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 850px;
    width: 100%;
    margin-left: auto;
    padding-left: 42px;
    padding-right: 42px;
    padding-top: 42px;
    padding-bottom: 42px;
    position: relative;
}
.section-ensemble .content-element-group::before,
.section-ensemble .content-element-group::after {
    content: "";
    width: 85px;
    height: 91px;
    position: absolute;
    transition: 0.5s;
    pointer-events: none;
}
.section-ensemble .content-element-group::before {
    top: 0;
    left: 0;
    border-left: 8px solid var(--redColor);
    border-top: 8px solid var(--redColor);
}
.section-ensemble .content-element-group::after {
    bottom: 0;
    right: 0;
    border-right: 8px solid var(--redColor);
    border-bottom: 8px solid var(--redColor);
}
.section-ensemble .content-element-group:hover::before,
.section-ensemble .content-element-group:hover::after {
    width: 60px;
    height: 75px;
}
.section-activites .en-tete {
    width: fit-content;
    position: relative;
    padding-right: 35px;
}
.section-activites .en-tete::before {
    content: "";
    background: var(--redColor);
    right: 0;
    bottom: 15px;
    height: calc(100% - 30px);
    width: 8px;
    position: absolute;
}
.section-activites .en-tete::after {
    content: "";
    background: var(--redColor);
    right: 0;
    bottom: 15px;
    width: 182px;
    max-width: 33.33%;
    height: 8px;
    position: absolute;
}
.section-activites .en-tete .logo-content,
.section-activites .en-tete .ce_rsce_titre_personnalise {
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);
}
.section-activites .en-tete .ce_rsce_titre_personnalise .headline {
    padding-bottom: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}
.section-activites .en-tete .ce_rsce_titre_personnalise .headline::after {
    content: none;
}
.section-activites .en-tete .content-image {
    position: relative;
}
.section-activites .en-tete .content-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 76.92%);
}
.section-activites .column.bg-grey > .attributes {
    position: relative;
    z-index: 1;
    height: 100%;
}
.section-activites .column.bg-blue > .attributes {
    position: relative;
    z-index: 1;
    height: 100%;
}
.section-activites .column.bg-grey > .attributes::before {
    content: "";
    position: absolute;
    width: 50vw;
    height: 100%;
    right: 0;
    top: 0;
    background: var(--greyColor);
    z-index: -1;
}
.section-activites .autogrid_row > .column.bg-grey:nth-child(2) > .attributes::before {
    right: auto;
    left: 0;
}
.section-activites .column.bg-blue > .attributes::before {
    content: "";
    position: absolute;
    width: 50vw;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--blueColor);
    z-index: -1;
}
.section-activites .column.bg-grey > .attributes::after,
.section-activites .column.bg-blue > .attributes::after {
    content: "";
    position: absolute;
    width: 50vw;
    height: 70px;
    top: 0;
    background: var(--whiteColor);
    z-index: -1;
}
.section-activites .column.bg-grey > .attributes::after {
    right: 0;
}
.section-activites .column.bg-blue > .attributes::after {
    left: 0;
}
.section-activites .column.bg-grey > .attributes > .same-height-wrap {
    padding-right: 60px;
}
.section-activites .column.bg-blue > .attributes > .same-height-wrap,
.section-activites .autogrid_row > .column.bg-grey:nth-child(2) > .attributes > .same-height-wrap {
    padding-left: 60px;
}
.section-activites .headline,
.section-activites  .content-hyperlink {
    margin-top: 45px;
    margin-bottom: 45px;
}
.section-activites .content-text {
    min-height: 195px;
}


/*=================================
==============INTERNE==============
=================================*/
.interne #slider {
    padding-top: 120px;
}
.mod_breadcrumb {
    position: relative;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 1;
    background: var(--blueColor);
}
.mod_breadcrumb .mod_breadcrumb_inside {
    padding-left: 40px !important;
    padding-right: 40px !important;
    max-width: 1680px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.mod_breadcrumb .pagetitle {
    display: none;
}
.mod_breadcrumb ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.mod_breadcrumb ul li {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 15px;
}
.mod_breadcrumb ul li, .mod_breadcrumb ul li a, .mod_breadcrumb ul li span {
    color: var(--whiteColor);
    font-size: 0.75rem;
    font-weight: 500;
    line-height: normal;
}
.mod_breadcrumb ul li:not(:first-child):before {
    content: "/";
    margin-right: 5px;
    margin-left: 5px;
}
.page-realisations .catalogue-realisations {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.page-realisations .catalogue-realisations .realisation {
    width: calc(33.33% - 20px / 3 * 2);
    height: 445px;
}
.page-realisations .catalogue-realisations .realisation:nth-child(1) {
    width: calc(66.66% - 20px / 2);;
}
.page-realisations .catalogue-realisations .realisation:nth-child(2) {
    width: calc(33.33% - 20px / 2);
}
.page-detail-realisation .swiper-images-realisation {
    height: 550px;
}
.page-detail-realisation .swiper-images-realisation .swiper-pagination {
    position: absolute;
    bottom: 25px;
    left: 25px;
    width: calc(100% - 50px);
    flex-wrap: wrap;
}
.page-detail-realisation .swiper-images-realisation .content-image {
    position: relative;
}
.page-detail-realisation .swiper-images-realisation .content-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(206deg, rgba(0, 73, 148, 0.00) 0%, rgba(0, 73, 148, 0.20) 60.32%);
    z-index: 1;
    opacity: 1;
    transition: 0.5s;
    pointer-events: none;
}
.page-detail-realisation .container-infos {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    position: relative;
    background: var(--whiteColor);
}
.page-detail-realisation .content-infos .title {
    font-size: 1.5rem;
    color: var(--blueColor);
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.page-detail-realisation .content-infos .title:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--redColor);
    left: 3px;
    top: 13px;
}
.page-detail-realisation .content-infos .title:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: none;
    border: 1px solid var(--blueColor);
    left: 0;
    top: 10px;
}
.page-detail-realisation .content-infos .content p {
    margin-bottom: 0;
    color: var(--blueColor);
    font-size: 1rem;
    font-weight: 400;
}
.mod_newslist {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.mod_newslist > .layout_latest {
    width: calc(33.33% - 20px / 3 * 2);
    position: relative;
    height: 555px;
    background: var(--whiteColor);
}
.mod_newslist > .layout_latest > a,
.mod_newslist > .layout_latest .content,
.mod_newslist > .layout_latest .content-image {
    height: 100%;
    display: block;
}
.mod_newslist > .layout_latest .content {
    display: flex;
    flex-direction: column;
}
.mod_newslist > .layout_latest .content .info {
    display: none;
}
.mod_newslist > .layout_latest .content-image {
    position: relative;
    height: 50%;
    width: 100%;
}
.mod_newslist > .layout_latest .content-image picture,
.mod_newslist > .layout_latest .content-image picture img {
    width: 100%;
    height: 100%;
}
.mod_newslist > .layout_latest .content-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(194deg, rgba(0, 73, 148, 0.00) 46.67%, rgba(0, 73, 148, 0.50) 83.16%);
    z-index: 1;
    transition: 0.5s;
    pointer-events: none;
}
.mod_newslist > .layout_latest .content-image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--blueColor);
    opacity: 0;
    z-index: 1;
    transition: 0.5s;
    pointer-events: none;
}
.mod_newslist > .layout_latest > a:hover .content-image::before {
    opacity: 0;
}
.mod_newslist > .layout_latest > a:hover .content-image::after {
    opacity: 0.5;
}
.mod_newslist > .layout_latest .content-text {
    padding: 35px 40px;
    height: 50%;
}
.mod_newslist > .layout_latest .content-text .headline {
    margin-bottom: 10px;
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    height: 50px;
    overflow: hidden;
}
.mod_newslist > .layout_latest .content-text .headline a {
    font-size: 1.25rem;
    font-weight: 700;
    font-family: "Exo 2", sans-serif;
    line-height: normal;
    text-transform: uppercase;
    color: var(--redColor);
}
.page-contact .content-text p a {
    text-decoration: none;
}
.mod_newslist > .layout_latest .content-text .ce_text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: 100px;
}
.mod_newslist > .layout_latest .content-hyperlink {
    margin-top: 10px;
}
.mod_newslist > .layout_latest .content-hyperlink a span {
    text-transform: none;
    font-weight: 400;
}
.group-form {
    background: var(--whiteColor);
    padding: 40px;
    position: relative;
    min-height: 400px;
}
.group-form:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(/files/upmotion/image/svg/lines.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 800px;
    height: 475px;
    visibility: visible;
    pointer-events: none;
    opacity: 0.2;
}
.group-form:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 50px;
    border-bottom: 8px solid var(--redColor);
    border-right: 8px solid var(--redColor);
}
.group-form .headline {
    font-size: 1.85rem;
}
.group-form .headline span {
    font-size: 1.65rem;
}
.ce_form .widget-text input,
.ce_form textarea,
.ce_form select {
    background: #f7f7f7;
    font-size: 16px;
    color: var(--blueColor);
    padding: 7px 14px;
    border: none !important;
    caret-color: var(--blueColor);
    border-radius: 5px;
    margin-top: 5px;
}
.ce_form .widget-text input:read-only {
    background: #eaeaea;
    cursor: not-allowed;
}
.ce_form input::placeholder,
.ce_form textarea::placeholder {
    color: var(--greyColor);
    font-size: 1rem;
    opacity: 0.45;
}
.ce_form input,
.ce_form select {
    height: auto;
}
.ce_form textarea {
    height: 125px;
    resize: none;
}
.ce_form .widget-text label,
.ce_form .widget-select label,
.ce_form .widget-textarea label,
.ce_form .widget-fineuploader label {
    font-size: 1rem;
    color: var(--blueColor);
    font-weight: 700;
}
.ce_form label .mandatory {
    display: none;
}
.ce_form .widget-select {
    position: relative;
}
.ce_form .widget-select::before {
    content: "";
    position: absolute;
    background-image: url(/files/upmotion/image/svg/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: 20px;
    top: calc(50% + 17px);
    transform: translateY(-50%) rotate(90deg);
    width: 15px;
    height: 15px;
    pointer-events: none;
}
.ce_form .widget-select select {
    cursor: pointer;
}
.rgpd {
    border: none;
    padding: 0;
}
.rgpd span {
    display: flex !important;
    align-items: center !important;
}
.rgpd label {
    font-size: 0.85rem;
    font-weight: 400;
    text-transform: none;
    color: var(--blueColor);
}
.widget-explanation p {
    font-size: 0.75rem;
    color: var(--blueColor);
    font-weight: 400;
}
.widget-explanation p > a {
    color: var(--blueColor);
    text-decoration: underline 1px solid var(--darkRedColor);
}
.ce_form .widget-submit button {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    padding: 10px 25px;
    width: fit-content;
    background: none !important;
    height: auto;
    border-radius: 0;
    min-width: auto;
    text-align: left;
    z-index: 1;
}
.ce_form .widget-submit button::before {
    content: "";
    height: 100%;
    width: 59px;
    background: var(--redColor);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.75s;
}
.ce_form .widget-submit button:hover::before {
    width: 100%;
}
.ce_form .widget-submit button span {
    color: var(--blueColor);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
}
.ce_form .widget-submit button svg path {
    fill: var(--blueColor);
}
.ce_form input[type="checkbox"]+label {
    position: relative;
    padding-left: 25px;
    display: flex;
    cursor: pointer;
    margin: 5px 0;
}
.ce_form input[type="checkbox"]+label::before {
    background: var(--whiteColor);
    border: 1px solid var(--blueColor);
}
.ce_form input[type="checkbox"]+label::before,
.ce_form input[type="checkbox"]+label::after {
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: 2px;
    left: 0;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 4px;
    cursor: pointer;
}
.ce_form input[type="checkbox"]:checked + label::after {
    font-size: 0.5rem;
    font-weight: 700;
    content: "✓";
    color: rgb(255, 255, 255);
    background-color: var(--blueColor);
    align-items: center;
    display: flex;
    justify-content: center;
}
.ce_form fieldset input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}
.ce_form .form-confirmation p {
    color: var(--blueColor);
    font-size: 1rem;
    font-weight: bold;
}
.group-form .ce_form {
    position: relative;
    z-index: 1;
}
.ce_form p.error {
    color: var(--redColor);
    font-size: 0.85rem;
    margin-bottom: 0px;
}
.leaflet-container img.leaflet-tile {
    filter: hue-rotate(30deg) saturate(0.75);
}
.leaflet-touch .leaflet-control-attribution {
    opacity: 0.65;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-control-attribution a {
    color: var(--blueColor) !important;
    font-size: 0.65rem;
    font-family: "source-sans-pro", sans-serif;
}
.leaflet-popup-content-wrapper {
    box-shadow: none !important;
    border: none;
    border-radius: 0 !important;
}
.leaflet-popup-content-wrapper:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border-left: 4px solid var(--redColor);
    border-bottom: 4px solid var(--redColor);
}
.leaflet-popup-content p {
    color: var(--blueColor);
    font-size: 0.85rem;
    font-family: "source-sans-pro", sans-serif;
}
.leaflet-container a.leaflet-popup-close-button span {
    color: var(--blackColor);
}
.catalogue-offres {
    display: flex;
    flex-direction: column;
}
.catalogue-offres .offre {
    padding: 40px 0;
    position: relative;
}
 .catalogue-offres .offre .top-content {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.catalogue-offres .offre .title {
    margin-bottom: 5px;
}
.catalogue-offres .offre .title a {
    font-size: 1.85rem;
    color: var(--blueColor);
}
.catalogue-offres .offre .date {
    color: var(--blueColor);
    font-size: 0.9rem;
    line-height: 1;
    padding: 5px 8px;
    width: fit-content;
    margin-left: auto;
    border-left: 1px solid var(--blueColor);
    border-top: 1px solid var(--blueColor);
}
.catalogue-offres .offre .teaser {
    margin-top: 15px;
    margin-bottom: 10px;
}
.catalogue-offres .offre .teaser p {
    font-size: 1rem;
    color: var(--blueColor);
}
.catalogue-offres .offre .link a {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    padding: 10px 25px;
    width: fit-content;
    z-index: 1;
}
.catalogue-offres .offre .link a::before {
    content: "";
    height: 100%;
    width: 59px;
    background: var(--redColor);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.75s;
}
.catalogue-offres .offre .link a:hover::before {
    width: 100%;
}
.catalogue-offres .offre .link a span {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    color: var(--blueColor);
}
.catalogue-offres .offre .link a svg path {
    fill: var(--blueColor);
}
.page-detail-offre .offre .content-text h2,
.page-detail-offre .offre .content-text h3,
.page-detail-offre .offre .content-text h4 {
    margin-bottom: 15px;
    margin-top: 20px;
}
.page-detail-offre .date {
    margin-top: 50px;
    font-size: 0.85rem;
    color: var(--blueColor);
}
.page-detail-offre .company,
.page-detail-offre .location {
    display: none;
}
.ce_form .widget-fineuploader .qq-upload-button {
    background: var(--redColor) !important;
    border: none;
    cursor: pointer;
    width: fit-content;
    border-radius: 5px;
    transition: 0.25s;
}
.ce_form .widget-fineuploader .qq-upload-button:hover {
    background: var(--blueColor) !important;
}
.ce_form .widget-fineuploader .upload-container {
    padding: 10px;
    border: none;
    background: #f7f7f7;
    border-radius: 5px;
    margin-top: 5px;
}
.ce_form .widget-fineuploader .qq-upload-button > div {
    color: var(--whiteColor) !important;
    font-size: 0.75rem !important;
    font-family: "source-sans-pro", sans-serif !important;
}
.ce_form .widget-fineuploader .qq-uploader-selector {
    display: flex;
    flex-direction: column;
}
.ce_form .widget-fineuploader .qq-upload-list {
    display: none;
}
.ce_form .widget-fineuploader .qq-upload-list .qq-upload-success {
    display: flex;
    flex-wrap: wrap;
}
.ce_form .widget-fineuploader .fineuploader-wrapper .fineuploader-item.file {
    font-size: 0.85rem;
    color: var(--blueColor);
    display: flex;
    align-items: center;
}
.ce_form .widget-fineuploader .fineuploader-wrapper .fineuploader-item.file .content {
    display: flex;
    align-items: center;
    gap: 5px;
}
.ce_form .widget-fineuploader .qq-uploader DIALOG[open] {
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border-radius: 5px;
}
.qq-uploader DIALOG .qq-dialog-buttons BUTTON {
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 10px;
    background: var(--redColor);
    color: var(--whiteColor);
    border: none;
}
.ce_form .widget-fineuploader input[type="file"]::file-selector-button {
    cursor: pointer !important;
}
.page-contact .column-text .content-text a.tel,
.page-contact .column-text .content-text a.mail {
    position: relative;
    padding-left: 25px;
}
.page-contact .column-text .content-text a.tel:before,
.page-contact .column-text .content-text a.mail:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
}
.page-contact .column-text .content-text a.tel:before {
    background-image: url("/files/upmotion/image/svg/telephone.svg");
}
.page-contact .column-text .content-text a.mail:before {
    background-image: url("/files/upmotion/image/svg/mail.svg");
}
.page-savoir-faire #main > .inside {
    counter-reset: savoirfaire;
}
.page-savoir-faire #main > .inside > .article-savoir-faire {
    counter-increment: savoirfaire;
}
.page-savoir-faire #main > .inside > .article-savoir-faire .content-image {
    position: relative;
}
/* .page-savoir-faire #main > .inside > .article-savoir-faire .content-image::after {
    content: counter(savoirfaire) ".";
    position: absolute;
    bottom: 50px;
    left: 50px;
    font-size: 6.25rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--whiteColor);
    z-index: 2;
    font-family: "Exo 2", sans-serif;
} */
.page-savoir-faire #main > .inside > .article-savoir-faire .content-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 73, 148, 0.40) 0%, rgba(0, 73, 148, 0.40) 57.47%);
    z-index: 1;
}
.page-savoir-faire #main > .inside > .article-savoir-faire h2::before {
    content: counter(savoirfaire) ".";
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--darkRedColor);
    font-family: "Exo 2", sans-serif;
}
.page-savoir-faire .article-savoir-faire .content-image,
.page-savoir-faire .article-savoir-faire .content-image figure,
.page-savoir-faire .article-savoir-faire .content-image picture,
.page-savoir-faire .article-savoir-faire .content-image img {
    width: 100%;
}
.group-relative {
    position: relative;
}
.image-absolute-left-bottom {
    position: absolute;
    left: 25px;
    bottom: 25px;
}
.gallery-logo > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.gallery-logo > ul > li {
    max-width: 150px;
}
.page-assistance .section-activites .column.bg-grey > .attributes::after,
.page-assistance .section-activites .column.bg-blue > .attributes::after {
    content: none;
}
.page-assistance .section-activites h3.headline {
    font-size: 1.75rem;
    padding-bottom: 10px;
}
.page-assistance .section-activites h3.headline::after {
    height: 5px;
    width: 150px;
}
.ce_rsce_avantapres {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.ce_rsce_avantapres .content {
    width: calc(33.33% - 40px / 3 * 2);
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--whiteColor);
    padding: 20px;
}
.ce_rsce_avantapres .content .before,
.ce_rsce_avantapres .content .after {
    position: relative;
}
.ce_rsce_avantapres .content .label {
    background: var(--redColor);
    color: var(--whiteColor);
    font-size: 0.9rem;
    padding: 4px 12px;
    width: fit-content;
    position: absolute;
    top: 10px;
    left: 10px;
    font-weight: bold;
    z-index: 1;
}
.ce_rsce_avantapres .content .content-text {
    margin: 15px 0;
    color: var(--blueColor);
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-assistance .section-realisations::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    background-image: url(/files/upmotion/image/svg/lines-fullwidth.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 3205px;
    height: 826px;
    visibility: visible;
    pointer-events: none;
}
/* .page-assistance .section-activites > .container > .autogrid_row > .column:nth-child(2)::before {
    content: "";
    background-image: url("/files/upmotion/image/svg/assistance-icone.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
} */
.page-assistance .section-activites .assistance-icone {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.page-detail-actualite .ce_rsce_titre_personnalise h2.headline,
.page-detail-actualite .ce_rsce_titre_personnalise h3.headline,
.page-detail-actualite .ce_rsce_titre_personnalise h4.headline {
    font-size: 1.75rem;
    margin-bottom: 20px;
}
.page-detail-actualite .ce_rsce_titre_personnalise h2.headline::after,
.page-detail-actualite .ce_rsce_titre_personnalise h3.headline::after,
.page-detail-actualite .ce_rsce_titre_personnalise h4.headline::after {
    content: none;
    /* height: 6px; */
    /* width: 125px; */
}
.page-detail-actualite .ce_rsce_titre_personnalise h2.headline span,
.page-detail-actualite .ce_rsce_titre_personnalise h3.headline span,
.page-detail-actualite .ce_rsce_titre_personnalise h4.headline span {
    font-size: 1.75rem;
    font-weight: 700;
    font-family: "Exo 2", sans-serif;
}
.page-detail-actualite .autogrid_row {
    padding-top: 72px;
    padding-bottom: 72px;
}
.page-detail-actualite .mod_newsreader .layout_full > .autogrid_row:first-child {
    padding-top: 0 !important;
}
.page-detail-actualite .autogrid_row.bg-grey {
    background: var(--greyColor);
    position: relative;
}
.page-detail-actualite .autogrid_row.bg-grey::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: var(--greyColor);
}
.page-detail-actualite .mod_newsreader,
.page-detail-actualite .mod_newsreader .layout_full {
    overflow: visible;
}
.page-detail-actualite .column.bg-grey > .attributes > .same-height-wrap {
    background: var(--greyColor);
    padding: 20px;
}
.page-detail-actualite .content-text.bg-blue {
    background: var(--blueColor);
    width: fit-content;
    padding: 20px;
}
.content-image.width-100,
.content-image.width-100 picture,
.content-image.width-100 img {
    width: 100%;
}
.gallery-picto > ul > li {
    max-width: 80px;
}
.page-detail-actualite .mod_newsreader .news-3 .ce_rsce_titre_personnalise h2.headline {
    min-height: 90px;
}
.page-detail-actualite .mod_newsreader .news-3 .content-image img {
    height: 325px;
    object-fit: cover;
    object-position: bottom;
}
.gallery-image {
    max-width: 550px;
}
.gallery-image ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.gallery-image ul li {
    width: calc(50% - 20px / 2);
    height: 250px;
}
.gallery-image ul li figure,
.gallery-image ul li picture,
.gallery-image ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-element-group.bg-blue {
    background: var(--blueColor);
    padding: 20px;
    width: fit-content;
}
.content-element-group.border-left-top-red {
    padding: 30px;
    width: fit-content;
    position: relative;
}
.content-element-group.border-left-top-red::before {
    content: "";
    position: absolute;
    width: 6px;
    background: var(--redColor);
    height: 40%;
    left: 0;
    top: 0;
}
.content-element-group.border-left-top-red::after {
    content: "";
    position: absolute;
    height: 6px;
    background: var(--redColor);
    width: 15%;
    left: 0;
    top: 0;
}
/*====================================
==============RESPONSIVE==============
====================================*/
@media only screen and (max-width: 1650px) {
    #footer .totop {
        height: auto;
    }
    #footer .totop > a {
        width: 45px;
        height: 45px;
    }
    #footer .totop > a svg {
        width: 12px;
        height: auto;
    }
}
@media only screen and (max-width: 1445px) {
    .header .mainmenu > ul {
        gap: 16px;
    }
    .section-ensemble .content-element-group {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        width: fit-content;
        gap: 25px;
    }
}
@media only screen and (max-width: 1350px) {
    #footer .column-menu {
        padding-left: 35px;
    }
    #footer .column-menu::after {
        content: none;
    }
    #footer .column-menu,
    #footer .column-certifications {
        flex: 0 0 calc((100% / 10) * 7);
        max-width: calc((100% / 10) * 7);
    }
    #footer .column-certifications {
        margin-left: auto;
        padding-top: 40px;
    }
    #footer .column-logo {
        position: relative;
    }
    #footer .column-logo .content-element-group {
        top: 0;
        bottom: auto;
        z-index: 1;
        width: 100%;
    }
    #footer .column-logo .content-element-group::before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 0;
        height: 80px;
        width: 100%;
        background: var(--darkRedColor);
        z-index: -1;
    }
    #footer .column-logo .content-element-group::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100vw;
        width: 100%;
        background: var(--darkRedColor);
        z-index: -1;
    }
    #footer .logos {
        display: flex;
        justify-content: center;
        margin-top: -70px;
    }
}
@media only screen and (max-width: 1325px) {
    .header .inside {
        grid-template-columns: 200px 1fr;
    }
    .header .mainmenu > ul {
        gap: 12px;
    }
    .header .mainmenu ul li a {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 1225px) {
    .header .inside {
        grid-template-areas:
            "logo top"
            "mainmenu mainmenu";
        grid-template-columns: 150px 1fr;
    }
    .header .logos {
        align-items: flex-start;
    }
    .header .logos a {
        padding-top: 10px;
    }
    .page-savoir-faire #main > .inside > .article-savoir-faire h2::before {
        font-size: 3rem;
    }
    .ce_rsce_titre_personnalise .headline {
        font-size: 2.05rem;
    }
    .ce_rsce_titre_personnalise .headline span {
        font-size: 1.65rem;
    }
    .content-text h2,
    .content-text h3,
    .content-text h4,
    .content-text h5,
    .slider-savoir-faire .swiper-content .content-text .headline {
        font-size: 1.35rem;
    }
    .home .main-slider {
        height: 700px;
    }
    .home .section-slider:before {
        width: 400px;
        height: 400px;
    }
    .home .section-accueil:before {
        width: 700px;
        height: 350px;
    }
    .home .section-slider .content-element-group > .content-image {
        width: 80px;
    }
    .home .section-slider .headline {
        font-size: 3.25rem;
    }
    .home .section-slider .headline span {
        font-size: 3rem;
    }
    .slider-metiers .content-text .headline {
        font-size: 1.5rem;
    }
    .home .section-accueil .ce_rsce_countup .headline {
        font-size: 2rem;
    }
    .mod_newslist > .layout_latest {
        height: 455px;
    }
    .mod_newslist > .layout_latest .content-text {
        padding: 20px 20px;
    }
}
@media only screen and (max-width: 1145px) {
    body.fixed-header .header .logos {
        display: none;
    }
    body.fixed-header .header .inside {
        grid-template-areas: "mainmenu";
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 1024px) {
    .flex-direction-column-reverse-tablet {
        flex-direction: column-reverse;
    }
    .home .section-realisations .catalogue-realisations {
        grid-template-columns: 1fr 1fr;
    }
    .home .section-realisations .catalogue-realisations .realisation:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 2;
    }
    .home .section-realisations .catalogue-realisations .realisation:nth-child(2) {
        grid-column-start: 2;
        grid-column-end: 3;
    }
    .home .section-realisations .catalogue-realisations .realisation:nth-child(3) {
        grid-column-start: 2;
        grid-column-end: 3;
    }
    .home .section-realisations .catalogue-realisations .realisation:nth-child(4) {
        display: none;
    }
    .section-activites .column.bg-grey {
        margin-bottom: 40px;
    }
    .section-activites .column.bg-grey > .attributes::before,
    .section-activites .column.bg-blue > .attributes::before,
    .section-activites .column.bg-grey > .attributes::after,
    .section-activites .column.bg-blue > .attributes::after,
    .section-activites .autogrid_row > .column.bg-grey:nth-child(2) > .attributes::before {
        width: 105vw;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .section-activites .column.bg-blue > .attributes > .same-height-wrap,
    .section-activites .column.bg-grey > .attributes > .same-height-wrap,
    .section-activites .autogrid_row > .column.bg-grey:nth-child(2) > .attributes > .same-height-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .slider-savoir-faire .swiper-content .content-text {
        padding: 20px 15px 20px 20px;
    }
    .section-ensemble .content-element-group {
        margin-bottom: 40px;
    }
    .mod_newslist > .layout_latest {
        width: calc(50% - 20px / 2);
    }
    .page-contact h1 {
        position: absolute !important;
        top: 0;
        left: 50px;
    }
    .page-contact .section-form-map .flex-direction-column-reverse-tablet {
        position: relative;
    }
    .page-contact .section-form-map .flex-direction-column-reverse-tablet > .column {
        position: initial;
    }
    .page-contact .column-form {
        margin-top: 100px;
    }
    .page-realisations .catalogue-realisations .realisation {
        width: calc(50% - 20px / 2) !important;
    }
    .catalogue-realisations .realisation .content-text {
        padding: 35px 20px !important;
    }
    .page-detail-realisation .cm_master .autogrid_row.gutter_l {
        margin-right: -20px;
        margin-left: -20px;
    }
    .page-detail-realisation .cm_master .autogrid_row.gutter_l > .column {
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-detail-realisation .container-infos {
        padding: 20px;
        gap: 15px;
    }
    .slider-savoir-faire .swiper-content .content-text .hyperlink {
        left: 20px;
        bottom: 20px;
    }
    .ce_rsce_avantapres {
        gap: 20px;
    }
    .ce_rsce_avantapres .content {
        width: calc(33.33% - 20px / 3 * 2);
        padding: 10px;
    }
    .page-detail-actualite .mod_newsreader .news-3 .content-image img {
        height: auto;
    }
    .page-detail-actualite .mod_newsreader .news-3 .ce_rsce_titre_personnalise h2.headline {
        min-height: 0;
    }
    /* .page-assistance .section-activites > .container > .autogrid_row > .column:nth-child(2)::before {
        top: -60px;
        transform: translateX(-50%);
        left: 50%;
        width: 80px;
        height: 80px;
    } */
     .page-assistance .section-activites .assistance-icone {
        width: 70px;
        height: 70px;
     }
    #footer .column-logo .content-element-group {
        padding-left: 20px;
        padding-right: 20px;
    }
    #footer .column-logo .content-text.adresse p,
    #footer .column-logo .content-text.adresse p > a,
    #footer .column-logo .content-text.tel p,
    #footer .column-logo .content-text.tel p > a {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 1000px) {
    .header {
        height: 150px;
    }
    .header .inside {
        grid-template-rows: 50px 100px;
        grid-template-columns: 135px 1fr;
    }
    .header .mainmenu > ul {
        row-gap: 0px;
    }
    body:not(.fixed-header) .header .mainmenu > ul > li.page-contact {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    body.fixed-header .header .mainmenu ul li a {
        font-size: 0.9rem;
    }
}
@media only screen and (max-width: 925px) {
    .ce_rsce_countup {
        justify-content: center;
    }
    .home .section-accueil .ce_rsce_countup > .countup-container {
        width: 33.33%;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .home .section-accueil .ce_rsce_countup .countup-container {
        padding-right: 10px;
        padding-left: 10px;
    }
    .home .section-accueil .ce_rsce_countup > .countup-container:nth-child(3) {
        border-right: none;
    }
}
@media only screen and (max-width: 875px) {
    .header .mainmenu > ul {
        column-gap: 8px;
    }
    .header .mainmenu ul li a {
        font-size: 0.9rem;
    }
    .section-ensemble .content-element-group {
        flex-direction: column;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
        gap: 10px;
    }
    body.fixed-header .header {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .interne #slider {
        padding-top: 75px !important;
    }
    .flex-direction-column-reverse-mobile {
        flex-direction: column-reverse;
    }
    .mod_breadcrumb .mod_breadcrumb_inside {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .content-hyperlink.align-left-mobile {
        margin-right: auto;
        margin-left: 0;
    }
    .page-savoir-faire #main > .inside > .article-savoir-faire h2::before {
        font-size: 2.25rem;
    }
    .ce_rsce_titre_personnalise .headline {
        font-size: 1.5rem;
    }
    .ce_rsce_titre_personnalise .headline span {
        font-size: 1.35rem;
    }
    .content-text h2,
    .content-text h3,
    .content-text h4,
    .content-text h5,
    .slider-savoir-faire .swiper-content .content-text .headline {
        font-size: 1.25rem;
    }
    .content-text ul li,
    .content-text ol li {
        padding-left: 10px;
    }
    .home .section-slider .headline {
        font-size: 2.5rem;
    }
    .home .section-slider .headline span {
        font-size: 2.15rem;
    }
    .home .section-accueil .ce_rsce_countup .headline {
        font-size: 1.5rem;
    }
    .mod_newslist > .layout_latest .content-text .headline a {
        font-size: 1.10rem;
    }
    .ce_rsce_titre_personnalise .headline::after {
        width: 150px;
        max-width: 90%;
        height: 6px;
    }
    #footer .mod_article:not(.fullwidth)>.container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .header {
        height: 75px;
    }
    /* body.mmenu_open .header {
        background: var(--whiteColor);
    } */
    .home:not(.scrolling-page) .header::before {
        content: "";
        background: var(--whiteColor);
        height: 100%;
        width: 0%;
        transition: 0.3s ease;
        top: 0;
        right: -200px;
        position: absolute;
    }
    .home:not(.scrolling-page).mmenu_open .header::before {
        width: calc(100% + 200px);
    }
    body.mmenu_open .header .mmenu_trigger .burger > svg > rect {
        animation: squareAnimation 1s linear infinite;
    }
    @keyframes squareAnimation {
        0% {
            fill: var(--redColor);
        }
        50% {
            fill: var(--blueColor);
        }
        100% {
            fill: var(--redColor);
        }
    }
    .header .mmenu_trigger .burger > svg > rect:nth-child(1) {
        animation-delay: 0.25s !important;
    }
    .header .mmenu_trigger .burger > svg > rect:nth-child(2) {
        animation-delay: 0.5s !important;
    }
    .header .mmenu_trigger .burger > svg > rect:nth-child(3) {
        animation-delay: 0.75s !important;
    }
    .header .mmenu_trigger .burger > svg > rect:nth-child(4) {
        animation-delay: 1s !important;
    }
    .header .mmenu_trigger .burger > svg > rect:nth-child(5) {
        animation-delay: 1.25s !important;
    }
    .header .mmenu_trigger .burger > svg > rect:nth-child(6) {
        animation-delay: 1.5s !important;
    }
    .header .mmenu_trigger .burger > svg > rect:nth-child(7) {
        animation-delay: 1.75s !important;
    }
    .header .mmenu_trigger .burger > svg > rect:nth-child(8) {
        animation-delay: 2s !important;
    }
    .header .mmenu_trigger .burger > svg > rect:nth-child(9) {
        animation-delay: 2.25s !important;
    }
    #mmenu {
        transform: translateX(calc(100% + 200px)) !important;
    }
    body.mmenu_open #mmenu {
        transform: translate(0) !important;
    }
    #mmenu .mod_navigation.mobile_horizontal > ul > li > a {
        border-bottom: none !important;
        position: relative;
    }
    #mmenu .mod_navigation.mobile_horizontal > ul > li > a.submenu:before {
        content: "";
        position: absolute;
        width: 0%;
        height: 3px;
        background: var(--redColor);
        left: 0;
        bottom: 0;
        transition: 0s;
    }
    #mmenu .mod_navigation.mobile_horizontal > ul > li > a.submenu.open:before {
        width: 100%;
        transition: 0.5s;
    }
    #mmenu .mod_navigation.mobile_horizontal li a.submenu.open {
        background: var(--greyColor);
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #mmenu .mod_navigation.mobile_horizontal li a.submenu.open:after {
        transform: rotate(180deg);
        top: 14px;
        right: 10px;
    }
    body.mmenu_open .header .header-top .nous-rejoindre a,
    body.mmenu_open .header .header-top .tel a span,
    body.mmenu_open .header .mmenu_trigger .label {
        color: var(--blueColor);
    }
    body.mmenu_open .mmenu_trigger .burger .burger_lines, body.mmenu_open .mmenu_trigger .burger .burger_lines:after, body.mmenu_open .mmenu_trigger .burger .burger_lines:before,
    body.mmenu_open .header .header-top .tel::after {
        background: var(--blueColor);
    }
    body.mmenu_open .header .header-top .tel a svg path {
        fill: var(--blueColor);
    }
    #mmenu .mod_navigation.mobile_horizontal > ul > li.page-contact > a {
        background: var(--redColor);
        color: var(--whiteColor);
        /* padding: 6px 12px; */
        padding: 6px 12px 6px 45px;
        width: fit-content;
        font-weight: 700 !important;
        font-family: "source-sans-pro", sans-serif;
        position: relative;
    }
    #mmenu .mod_navigation.mobile_horizontal > ul > li.page-contact > a::before {
        content: "";
        background-image: url(/files/upmotion/image/svg/chat.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 27px;
        height: 27px;
        position: absolute;
        /* left: 0; */
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
    }
    .header .inside {
        grid-template-rows: 70px;
        grid-template-areas:
            "logo mainmenu";
    }
    .header .header-top {
        display: none;
    }
    .header .mainmenu {
        display: none;
    }
    .header .mmenu_trigger {
        grid-area: mainmenu;
        right: 0;
    }
    .header .mmenu_trigger .label {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1rem;
        transition: 0.25s;
    }
    .interne .header .mmenu_trigger .label,
    body.fixed-header .header .mmenu_trigger .label {
        color: var(--blueColor);
    }
    .interne .header .mmenu_trigger .burger .burger_lines, .interne .header .mmenu_trigger .burger .burger_lines:before, .interne .header .mmenu_trigger .burger .burger_lines:after,
    body.fixed-header .header .mmenu_trigger .burger .burger_lines, body.fixed-header .header .mmenu_trigger .burger .burger_lines:before, body.fixed-header .header .mmenu_trigger .burger .burger_lines:after {
        background: var(--blueColor);
    }
    .header .header-top .tel a span,
    .header .header-top .nous-rejoindre a {
        font-size: 1rem;
    }
    body.fixed-header .header {
        display: block;
    }
    body.fixed-header .header .inside {
        grid-template-areas: "logo mainmenu";
        grid-template-columns: 135px 1fr;
    }
    body.fixed-header .header .logos {
        display: flex;
    }
    #mmenu {
        height: calc(100% - 120px);
        top: 0;
    }
    #mmenu nav.mobile_horizontal {
        display: block;
    }
    #mmenu .mod_navigation ul {
        display: flex;
        flex-direction: column;
        gap: 15px;
        position: relative;
    }
    #mmenu .mod_navigation li.open ul.level_2 {
        padding-top: 10px;
    }
    #mmenu .mod_navigation li a {
        font-size: 1.25rem;
        text-transform: uppercase;
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
        color: var(--blueColor);
        font-family: "Exo 2", sans-serif;
    }
    #mmenu .mod_navigation.mobile_horizontal li a.submenu:after {
        content: "";
        background-image: url(/files/upmotion/image/svg/arrow-right.svg);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        width: 15px;
        height: 15px;
        top: 5px;
        transform: rotate(0deg);
        right: 0;
        margin: 0;
    }
    #mmenu .mod_navigation li.submenu .opener {
        width: 100px;
    }
    #mmenu .mmenu-bottom {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: fit-content;
        border-top: 2px solid var(--blueColor);
        padding-top: 15px;
    }
    #mmenu .mmenu-bottom .nous-rejoindre,
    #mmenu .mmenu-bottom .tel {
        height: 100%;
        display: flex;
        align-items: center;
        position: relative;
        width: fit-content;
    }
    #mmenu .mmenu-bottom .nous-rejoindre a {
        color: var(--blueColor);
        font-size: 1rem;
        font-family: "Exo 2", sans-serif;
        font-weight: 400;
        text-transform: uppercase;
    }
    #mmenu .mmenu-bottom .tel a {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    #mmenu .mmenu-bottom .tel a span {
        color: var(--blueColor);
        font-size: 1rem;
        font-weight: 700;
        transition: 0.4s;
        line-height: normal;
    }
    #mmenu .mmenu-bottom .tel a svg path {
        fill: var(--blueColor);
    }
    #mmenu #mmenu_middle {
        padding: 50px 20px 20px 20px;
    }
    .home .main-slider {
        height: 650px;
        max-height: 90vh;
    }
    .home .section-slider .content-element-group {
        padding-left: 20px;
        padding-right: 20px;
        bottom: 90px;
    }
    .section-accueil .content-image.border-red img {
        min-height: 200px;
        width: 100%;
    }
    .home .section-slider:before {
        width: 300px;
        height: 300px;
    }
    .home .section-slider .swiper-pagination {
        padding-left: 20px;
        padding-right: 20px;
        bottom: 35px;
    }
    .home .section-accueil:before {
        width: 450px;
        height: 225px;
        top: -40px;
    }
    .content-image.border-red::after, .content-image.border-red::before {
        bottom: 20px;
        right: 20px;
    }
    .content-image.border-red:after {
        height: 6px;
    }
    .content-image.border-red:before {
        width: 6px;
    }
    .home .section-realisations .catalogue-realisations {
        display: flex;
        flex-direction: column;
    }
    .home .catalogue-realisations .realisation {
        min-height: 265px;
    }
    .slider-savoir-faire .swiper-scrollbar-horizontal {
        margin-left: 0;
    }
    .slider-savoir-faire .swiper-content .content-image {
        width: 100px !important;
    }
    .slider-savoir-faire .swiper-wrapper .swiper-slide .swiper-content .content-image::after {
        font-size: 5rem;
    }
    .slider-savoir-faire {
        height: 400px;
    }
    .section-ensemble .content-element-group::before,
    .section-ensemble .content-element-group::after {
        width: 45px;
        height: 50px;
    }
    .section-ensemble .content-element-group::before {
        border-left: 6px solid var(--redColor);
        border-top: 6px solid var(--redColor);
    }
    .section-ensemble .content-element-group::after {
        border-right: 6px solid var(--redColor);
        border-bottom: 6px solid var(--redColor);
    }
    .section-ensemble .content-element-group .ce_rsce_titre_personnalise {
        width: 100%;
    }
    .section-ensemble .content-element-group .ce_rsce_titre_personnalise .headline {
        text-align: left !important;
    }
    .section-ensemble .content-element-group .content-hyperlink {
        margin-left: auto;
    }
    .slider-metiers {
        height: 475px;
    }
    .slider-metiers .swiper-slide.swiper-slide-active > a .content-text {
        transform: none;
    }
    .slider-metiers .swiper-slide.swiper-slide-active > a .content-image::before {
        opacity: 0;
    }
    .slider-metiers .swiper-slide.swiper-slide-active > a .content-image::after {
        opacity: 0.7;
    }
    .slider-metiers .content-text p {
        height: auto;
    }
    .slider-metiers .cross {
        width: 55px;
        height: 55px;
    }
    .slider-metiers .cross::before {
        height: 6px;
    }
    .slider-metiers .cross::after {
        width: 6px;
    }
    .section-activites .en-tete .content-image img {
        min-height: 155px;
    }
    .section-activites .en-tete .logo-content,
    .section-activites .en-tete .ce_rsce_titre_personnalise {
        right: 65px;
    }
    .section-activites .headline, .section-activites .content-hyperlink {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .home .section-realisations .catalogue-realisations {
        margin-top: 0;
    }
    .section-activites .en-tete::after {
        height: 6px;
    }
    .section-activites .en-tete::before {
        width: 6px;
    }
    .home .section-accueil .ce_rsce_countup {
        margin-top: 20px;
    }
    .catalogue-realisations .realisation .content-text {
        padding: 30px 20px !important;
    }
    .group-form {
        padding-left: 20px;
        padding-right: 20px;
    }
    .group-form:after {
        border-bottom: 6px solid var(--redColor);
        border-right: 6px solid var(--redColor);
    }
    .page-contact h1 {
        left: 0;
    }
    .page-contact .column-form {
        margin-top: 85px;
    }
    .mod_newslist {
        gap: 10px;
    }
    .mod_newslist > .layout_latest {
        width: calc(50% - 10px / 2);
    }
    .catalogue-offres .offre {
        padding: 50px 0px 10px 0px;
    }
    .catalogue-offres .offre::before {
        border-bottom: 4px solid var(--redColor);
        border-left: 4px solid var(--redColor);
    }
    .catalogue-offres .offre .title a {
        font-size: 1.25rem;
    }
    .catalogue-offres .offre .date {
        position: absolute;
        top: 10px;
        right: 0;
        font-size: 0.85rem;
    }
    .catalogue-offres .offre .teaser {
        margin-top: 5px;
    }
    .page-realisations .catalogue-realisations .realisation {
        height: 325px;
    }
    .page-detail-realisation .swiper-images-realisation {
        height: 300px;
    }
    .page-detail-realisation .swiper-images-realisation .swiper-slide .content-image img {
        height: 100%;
        background: var(--greyColor);
    }
    .page-detail-realisation .content-infos .title {
        font-size: 1.125rem;
    }
    .page-detail-realisation .swiper-images-realisation .swiper-pagination {
        left: 20px;
        right: 20px;
        width: calc(100% - 40px);
    }
    .content-bottom-mobile {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 40px;
        background: var(--blueColor);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 999;
    }
    .content-bottom-mobile a {
        color: var(--whiteColor);
        font-size: 1rem;
        line-height: normal;
        font-family: "Exo 2", sans-serif;
    }
    form div.widget-text,
    form div.widget-select,
    form div.widget-textarea,
    form div .widget-checkbox,
    form div .widget-submit,
    form div.widget-fineuploader {
        margin-bottom: 10px;
    }
    .page-detail-realisation .content-infos .title:before {
        top: 8px;
    }
    .page-detail-realisation .content-infos .title:after {
        top: 5px;
    }
    .catalogue-realisations .realisation .content-text .location span {
        font-size: 1rem;
    }
    .catalogue-realisations .realisation .content-text .headline {
        font-size: 1.10rem;
    }
    .catalogue-realisations .realisation .content-text .location svg {
        width: 15px;
        height: auto;
    }
    .ce_rsce_avantapres .content {
        width: calc(50% - 20px / 2);
    }
    .ce_rsce_avantapres .content .content-text {
        font-size: 1rem;
        height: 30px;
    }
    .page-detail-actualite .ce_rsce_titre_personnalise h2.headline,
    .page-detail-actualite .ce_rsce_titre_personnalise h3.headline,
    .page-detail-actualite .ce_rsce_titre_personnalise h4.headline {
        font-size: 1.25rem;
        margin-bottom: 10px;
    }
    .page-assistance .section-activites h3.headline {
        font-size: 1.25rem;
    }
    #footer:before {
        width: 300px;
        height: 300px;
    }
    #footer .totop {
        padding-right: 20px;
        padding-left: 20px;
    }
    #footer .column-logo, #footer .column-menu, #footer .column-certifications {
        flex: 0 0 calc((100% / 10) * 10);
        max-width: calc((100% / 10) * 10);
    }
    #footer .column-logo .content-element-group {
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
    #footer .column-logo .content-element-group::after {
        content: none;
    }
    #footer .column-menu .container-menu {
        flex-direction: column;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        gap: 20px;
    }
    #footer .column-menu .container-menu .content-menu {
        width: 100%;
    }
    #footer .column-menu .headline,
    #footer .column-certifications .headline {
        text-align: center !important;
        width: 100%;
    }
    #footer .column-menu ul li {
        text-align: center;
    }
    #footer .content-certifications {
        justify-content: center;
    }
    #footer .column-certifications .content-text.esa {
        text-align: center;
    }
    #footer .column-certifications .same-height-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #footer .column-logo .content-element-group {
        width: 360px;
        max-width: 75%;
    }
    #footer .copyright {
        padding-right: 20px;
        padding-left: 20px;
        text-align: center;
    }
    #footer .copyright > p, #footer .copyright > p a, #footer .copyright > p span {
        font-size: 0.75rem;
    }
}
@media only screen and (max-width: 567px) {
    .mod_breadcrumb ul li, .mod_breadcrumb ul li a, .mod_breadcrumb ul li span {
        font-size: 0.65rem;
    }
    .mod_breadcrumb ul li {
        height: 13px;
    }
    .mod_breadcrumb ul li:not(:first-child):before {
        margin-right: 2px;
        margin-left: 2px;
    }
    .catalogue-offres .offre .link a,
    .content-hyperlink a {
        padding: 8px 15px;
    }
    .catalogue-offres .offre .link a::before,
    .content-hyperlink:not(.txt-color-red).js-active a:before {
        width: 46px;
    }
    .content-hyperlink a span,
    .catalogue-offres .offre .link a span {
        font-size: 0.95rem;
    }
    .content-hyperlink a svg {
        width: 18px;
        height: auto;
    }
    .ce_rsce_titre_personnalise .headline::after {
        width: 85px;
    }
    #mmenu .mod_navigation ul {
        gap: 12px;
    }
    #mmenu .mod_navigation li a {
        font-size: 1.125rem;
    }
    .slider-metiers {
        height: 400px;
    }
    .section-metiers::before {
        width: 1500px;
        height: 350px;
    }
    .slider-metiers .content-text {
        padding-left: 20px;
        padding-right: 20px;
        transform: translateY(215px);
    }
    .slider-metiers .content-text .headline {
        margin-bottom: 25px;
    }
    .home .main-slider {
        height: 500px;
    }
    .home .section-slider:before {
        width: 175px;
        height: 175px;
    }
    .home .section-accueil:before {
        width: 350px;
        height: 175px;
    }
    .home .section-slider .headline {
        font-size: 2.125rem;
    }
    .home .section-slider .headline span {
        font-size: 1.85rem;
        margin-top: -8px;
    }
    .home .section-slider .content-hyperlink {
        margin-top: 20px;
        margin-bottom: 25px;
    }
    .home .section-slider .content-element-group {
        bottom: 40px;
    }
    .home .section-slider .content-element-group > .content-image {
        width: 65px;
    }
    .home .section-accueil .ce_rsce_countup > .countup-container {
        width: 50%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .home .section-accueil .ce_rsce_countup > .countup-container:last-child {
        width: 100%;
    }
    .home .section-accueil .ce_rsce_countup > .countup-container:nth-child(even) {
        border-right: none !important;
    }
    .home .section-accueil .ce_rsce_countup > .countup-container:nth-child(odd):not(:last-child) {
        border-right: 1px solid var(--whiteColor) !important;
    }
    .header .header-top {
        gap: 10px;
    }
    .header .header-top .tel a span,
    .header .header-top .nous-rejoindre a {
        font-size: 0.9rem;
    }
    .slider-metiers .cross {
        width: 45px;
        height: 45px;
    }
    .slider-metiers .cross::before {
        height: 4px;
    }
    .slider-metiers .cross::after {
        width: 4px;
    }
    .section-activites .en-tete {
        padding-right: 20px;
    }
    .section-activites .en-tete .logo-content,
    .section-activites .en-tete .ce_rsce_titre_personnalise {
        right: 40px;
    }
    .home .section-savoir-faire .ce_rsce_titre_personnalise h2.headline > span {
        display: block;
    }
    .slider-savoir-faire {
        height: 315px;
    }
    .slider-savoir-faire .swiper-content .content-image {
        width: 85px !important;
    }
    .slider-savoir-faire .swiper-wrapper .swiper-slide .swiper-content .content-image::after {
        font-size: 3.5rem;
    }
    .slider-savoir-faire .swiper-content .content-text .headline {
        font-size: 1.10rem;
        margin-bottom: 5px;
        height: 50px;
    }
    .slider-savoir-faire .swiper-content .content-text .description {
        margin-bottom: 10px;
        max-height: 130px;
        line-clamp: 7;
        -webkit-line-clamp: 7;
    }
    .slider-savoir-faire .swiper-content .content-text .description p {
        font-size: 0.9rem;
    }
    .catalogue-realisations .realisation .content-logo img {
        max-width: 120px;
        max-height: 70px;
    }
    .ce_leaflet_map_inside {
        height: 300px !important;
    }
    .mod_newslist {
        gap: 20px;
    }
    .mod_newslist > .layout_latest {
        width: 100%;
    }
    .page-realisations .catalogue-realisations .realisation {
        width: 100% !important;
    }
    .swiper-scrollbar-horizontal .swiper-scrollbar-drag {
        height: 8px;
        top: -3px;
    }
    .catalogue-realisations .realisation .content-image::before {
        background: linear-gradient(194deg, rgb(0 73 148 / 19%) 46.67%, rgb(0 73 148 / 61%) 83.16%);
    }
    .swiper-pagination {
        gap: 10px;
    }
    .swiper-pagination .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
    }
    .swiper-pagination .swiper-pagination-bullet::before {
        width: 7px;
        height: 7px;
    }
    .home .section-slider .swiper-pagination {
        bottom: 20px;
    }
    .widget-explanation p {
        font-size: 0.5rem;
    }
    .gallery-logo > ul > li {
        max-width: 100px;
    }
    .rgpd label {
        font-size: 0.75rem;
    }
    .ce_rsce_avantapres .content {
        width: 100%;
    }
    .mod_newslist > .layout_latest {
        height: auto;
    }
    .mod_newslist > .layout_latest .content-text {
        height: auto;
    }
    .mod_newslist > .layout_latest .content-text p {
        margin-bottom: 0;
    }
    .mod_newslist > .layout_latest .content-text .headline {
        display: block;
        -webkit-box-orient: vertical;
        line-clamp: none;
        -webkit-line-clamp: none;
        height: auto;
        overflow: initial;
        margin-bottom: 10px;
    }
    .mod_newslist > .layout_latest .content-text .ce_text {
        height: auto;
    }
    .gallery-image ul li {
        height: 195px;
    }
    .content-element-group.bg-blue {
        width: 100%;
    }
    #footer .totop {
        top: auto;
        bottom: 65px;
    }
}
@media only screen and (max-width: 450px) {
    .home .main-slider {
        height: 450px;
    }
    #footer .content-certifications {
        gap: 10px;
    }
}
@media only screen and (max-width: 400px) {
    .slider-savoir-faire {
        height: 345px;
    }
}