/*************************************
* GLOBAL
*************************************/
:root {
    --text-color-black: #333;
    --text-color-white: #f6fafb;
    --text-color-dark-blue: #243c8f;
    --bg-color-dark-blue: #243c8f;
    --bg-color-white: #f6fafb;
}
* {
    box-sizing: border-box;
}
html,
body {
    margin: 0;
    width: 100%;
    min-height: 100vh;
}
body {
    display: flex;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    color: var(--text-color-black);
    font-size: 14px;
}
body > main {
    flex: 1;
}
p {
    text-align: justify !important;
    text-justify: inter-word !important;
}
p.bold {
    font-weight: 600 !important;
}
/*************************************
* VIDEOS
*************************************/
.video-home-background-container {
    position: absolute;
    width: 100%;
    height: 60vh;
    overflow: hidden;
}
.video-home-background {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-home-background iframe {
    position: absolute;
    bottom: 35%;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-background {
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
}
.video-background iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
.video-reduce iframe {
    width: 72.5%;
}
.see-video {
    display: none;
}
/*************************************
* COOKIES
*************************************/
.cookies-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000001;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 22px;
    background-color: rgba(82, 82, 82, 0.8);
    color: #454f5f;
    overflow: auto;
    display: flex;
}
.cookies-box-transparent {
    background: rgba(49, 49, 49, 0.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.cookies-body {
    background-color: var(--bg-color-dark-blue);
    padding: 0 16px;
    max-height: 80%;
    margin: 0 20vw;
    width: 100%;
    overflow: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    border: 2px solid white;
    border-radius: 15px;
}
.cookies-content {
    width: auto;
    max-height: 100%;
    margin: 0 -16px;
    padding: 0 32px;
    overflow: auto;
}
.cookies-text {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.2px;
    color: var(--text-color-white);
}
.cookies-header h1 {
    color: white;
    text-align: center;
    font-size: 46px;
}
.cookies-header hr {
    margin-bottom: 2rem;
    width: 30%;
}
.cookies-footer {
    display: flex;
    justify-content: center;
    padding: 24px 0 16px;
}
.cookies-btn {
    background-color: white;
    color: var(--text-color-dark-blue);
    text-decoration: none;
    margin: 0 15px;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 35px;
}
/*************************************
* MENU
*************************************/
.menu-header {
    position: sticky;
    top: 0;
    z-index: 101;
    background-color: var(--bg-color-white);
    box-shadow: 0px 1px 10px #484848c4;
}
.menu-header a {
    text-decoration: none;
}
.menu-header .menu-banner {
    background-color: var(--bg-color-dark-blue);
    color: var(--text-color-white);
    height: 46px;
}
.menu-header .menu-banner .menu-banner-wrapper,
.menu-header .navigation {
    width: 64rem;
    margin: 0 auto;
}
.menu-header .menu-banner .menu-banner-wrapper {
    display: flex;
    justify-content: flex-end;
    height: 100%;
}
.menu-header .menu-banner .links {
    display: flex;
    align-items: center;
}
.menu-header .menu-banner .links > a {
    color: var(--text-color-white);
    margin: 0 4px;
}
.menu-header .menu-banner .links > a.btn {
    background-color: var(--bg-color-white);
    color: var(--text-color-dark-blue);
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
}
.menu-header .menu-banner .links > a.btn.round {
    border-radius: 50%;
    width: 32px;
}
.menu-header .menu-banner .links > a.btn.text {
    border-radius: 20px;
    font-weight: 600;
    padding: 0 14px;
}
.menu-header .menu-banner .links > a.btn.text > i {
    margin-right: 8px;
}
.menu-header .menu-banner .options {
    display: flex;
    align-items: center;
}
.menu-header .menu-banner .options .input-search {
    border-radius: 20px;
    padding: 8px 12px;
    outline: none;
    border: none;
    margin: 0 4px;
    padding-left: 2rem;
}
.menu-header .menu-banner .options .language-button {
    border: 1px solid var(--bg-color-white);
    padding: 0;
    width: 34px;
    height: 26px;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 4px;
}
.menu-header .menu-banner .options .language-button > img {
    width: 100%;
    height: 100%;
}
.menu-header .navigation {
    display: flex;
    justify-content: center;
    padding: 8px 0;
}
.menu-header .navigation .logo-container {
    display: flex;
    align-items: center;
}
.menu-header .navigation .logo-container > a {
    display: flex;
    align-items: center;
}
.menu-header .navigation .logo-container .logo {
    width: 64px;
    height: 64px;
}
.menu-header .navigation .logo-container .logo-writing {
    width: 16rem;
    margin-left: 10px;
}
.menu-header .navigation .logo-container #mobileMenuButton {
    display: none;
    margin-left: auto;
    background-color: var(--bg-color-white);
    border: none;
    font-size: 32px;
    cursor: pointer;
}
.menu-header .navigation .navigation-content {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-left: auto;
}
.menu-header .navigation .navigation-content li {
    padding: 0 1.5rem;
}
.menu-header .navigation .navigation-content li > a,
.menu-header .navigation .navigation-content .dropdown > span {
    color: var(--text-color-black);
    position: relative;
}
.menu-header .navigation .navigation-content .dropdown {
    position: relative;
    cursor: default;
}
.menu-header .navigation .navigation-content .dropdown-content {
    display: none;
    flex-direction: column;
    padding: 5px;
    position: absolute;
    left: 0;
    top: 48px;
    background-color: var(--bg-color-white);
    min-width: 160px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    z-index: 1;
}
.menu-header .navigation .navigation-content .dropdown.active > span:after,
.menu-header .navigation .navigation-content li:hover > a:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background-color: var(--bg-color-dark-blue);
    position: absolute;
    top: 20px;
    left: 0;
}
.menu-header .navigation .navigation-content .dropdown.active .dropdown-content {
    display: flex;
}
.menu-header .navigation .navigation-content .dropdown.active:after {
    content: '';
    width: 100%;
    height: 32px;
    left: 0;
    display: block;
    top: 16px;
    position: absolute;
}
.menu-header .navigation .navigation-content .dropdown .dropdown-content a {
    color: var(--text-color-black);
    padding: 15px 20px;
    transition: background-color 0.3s;
    white-space: nowrap;
}
.menu-header .navigation .navigation-content .dropdown .dropdown-content a:hover {
    background-color: #eee;
}
/*************************************
* SLIDER
*************************************/
.slider {
    position: relative;
    height: 26rem;
}
.slider > figure {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #92929229;
    border-radius: 20px;
}
.slider > figure > img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}
.slider > figure.visible {
    visibility: visible;
    opacity: 1;
    margin: 0 !important;
}
.slider .previous-button,
.slider .next-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff85;
    border: none;
    color: #484848;
    outline: none;
    cursor: pointer;
    font-size: 42px;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    line-height: 64px;
}
.slider .previous-button {
    left: 5px;
}
.slider .previous-button > .fa-chevron-left {
    margin-left: -5px;
}
.slider .next-button {
    right: 5px;
}
.slider .next-button > .fa-chevron-right {
    margin-right: -5px;
}
/*************************************
* COMMON
*************************************/
.home .top-screen-image .top-screen-image-content,
.home .info-section,
.home .ecologie-section,
.offers .offers-section,
.organisation .top-screen-image .top-screen-image-content,
.organisation .info-section,
.organisation .evolution-section .evolution-content,
.organisation .career-path-section,
.organisation .contact-section .contact-content,
.local .content,
.ecologie .ecologie-section .ecologie-content,
.ecologie .bike-section,
.human .info-section,
.human .club-section .club-content,
.human .partnership-section,
.taskoya .origin-section,
.taskoya .digital-section .digital-content,
.taskoya .more-digital-section,
.digital .top-screen-image .top-screen-image-content,
.digital .history-section,
.digital .vm-section .vm-section-content,
.digital .aidf-section,
.form .main-section,
.page-footer .footer-content,
.offers-content .description,
.dotech .content {
    width: 68rem;
    margin: 0 auto;
}
a.underlined {
    text-decoration-color: var(--text-color-black);
    text-decoration-thickness: 2px;
    color: inherit;
}
iframe {
    border-radius: 8px;
}
/*************************************
* HOME - IMAGE SECTION
*************************************/
.home .top-screen-image {
    height: 60vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
}
.home .top-screen-image::after {
    content: '';
    background: #00000069;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.home .top-screen-image video,
.home .top-screen-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.home .top-screen-image .top-screen-image-content {
    z-index: 2;
}
.home .top-screen-image .top-screen-image-content > h1 {
    font-size: 38px;
    margin: 0;
    margin-bottom: 1rem;
    font-weight: 600;
    letter-spacing: 4px;
    text-shadow: 0 0 3px black;
    text-align: center;
    color: var(--text-color-white);
}
/*************************************
* HOME - OFFERS SECTION
*************************************/
.home .offers-section,
.offers-content .offers-section {
    background-color: var(--bg-color-dark-blue);
    color: var(--text-color-white);
    padding: 5rem 0;
}
.offers-section .offers-section-wrapper {
    width: 78rem;
    margin: 0 auto;
}
.offers-section h2 {
    margin: 0;
    margin-left: 5.5rem;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 2rem;
}
.offers-section .offers-carousel .splide__slide {
    opacity: 0.7;
}
.offers-section .offers-carousel .splide__slide.is-active {
    opacity: 1;
}
.offers-section .offers-carousel .splide .dot-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}
.offers-section .offers-carousel ul .card {
    background-color: var(--bg-color-white);
    border-radius: 40px;
    padding: 12px;
    cursor: pointer;
}
.offers-section .offers-carousel ul .card a {
    text-decoration: none;
}
.offers-carousel ul .card .card-image {
    border-radius: 40px;
    display: block;
    margin-bottom: 1rem;
    width: 100%;
    height: 14rem;
    object-fit: cover;
}
.offers-section .offers-carousel ul .card .card-entitled {
    color: var(--text-color-black);
    text-align: center;
    margin-bottom: 8px;
    display: block;
    font-weight: 500;
}
/*************************************
* HOME - INFO SECTION
*************************************/
.home .info-section {
    padding: 8rem 0;
}
.home .info-section .info-tolerie,
.home .info-section .info-vm {
    display: flex;
    align-items: center;
}
.home .info-section .info-tolerie {
    margin-bottom: 8rem;
}
.home .info-section .info-image {
    width: 30rem;
    height: 20rem;
    object-fit: cover;
    border-radius: 8px;
}
.home .info-section .info-tolerie .info-image {
    margin-right: 6rem;
}
.home .info-section .info-vm .info-image {
    margin-left: 6rem;
}
.home .info-section .info-content h3 {
    font-size: 32px;
    color: var(--text-color-dark-blue);
    font-weight: 800;
    margin: 0;
    margin-bottom: 1rem;
}
.home .info-section .info-content p {
    margin: 0;
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}
.home .info-section .info-content p:last-of-type {
    margin-bottom: 3rem;
}
.home .info-section .info-content a {
    background-color: var(--bg-color-dark-blue);
    color: var(--text-color-white);
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 35px;
}
/*************************************
* HOME - RECRUITMENT SECTION
*************************************/
.home .recruitment-section {
    background: url(../images/home_page/recrutement.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 8rem 0;
    display: none;
}
.home .recruitment-section .card {
    background-color: #2525269e;
    color: var(--text-color-white);
    width: 65rem;
    margin: 0 auto;
    padding: 3rem 5rem;
    border: 1px solid #5d5d5d;
}
.home .recruitment-section .card .card-title {
    text-align: center;
    font-weight: 700;
    font-size: 42px;
    margin: 0;
    margin-bottom: 3rem;
}
.home .recruitment-section .card .card-description {
    font-weight: 500;
    margin: 0;
    margin-bottom: 4rem;
    font-size: 18px;
    line-height: 24px;
}
.home .recruitment-section .card .card-link {
    text-decoration: none;
    color: var(--text-color-white);
    background-color: var(--bg-color-dark-blue);
    padding: 1rem;
    margin: 0 auto;
    display: block;
    width: fit-content;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
}
/*************************************
* HOME - ECOLOGIE SECTION
*************************************/
.home .ecologie-section {
    display: flex;
    align-items: center;
    padding-bottom: 4rem;
}
.home .ecologie-section .ecologie-content {
    margin-left: 2rem;
}
.home .ecologie-section .ecologie-content .ecologie-title {
    font-size: 44px;
    font-weight: 800;
    color: var(--text-color-dark-blue);
    text-align: center;
    margin: 0;
    margin-bottom: 2.5rem;
}
.home .ecologie-section .ecologie-content .ecologie-subtitle {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-color-dark-blue);
    text-align: center;
    margin: 0;
    margin-bottom: 2.5rem;
}
.home .ecologie-section .ecologie-content .ecologie-description {
    color: var(--text-color-dark-blue);
    margin: 0;
    font-weight: 500;
    font-size: 16px;
}
.home .ecologie-section .ecologie-content ul {
    list-style-type: none;
    margin-bottom: 3rem;
    font-size: 16px;
}

.home .ecologie-section .ecologie-content ul li {
    color: var(--text-color-dark-blue);
    font-weight: 500;
}
.home .ecologie-section .ecologie-content ul li:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f0da';
    display: inline-block;
    font-weight: 900;
    font-size: 20px;
    color: var(--bg-color-dark-blue);
    margin-left: -18px;
    margin-right: 10px;
}
.home .ecologie-section .ecologie-content a {
    background-color: var(--bg-color-dark-blue);
    color: var(--text-color-white);
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 35px;
    display: block;
    width: fit-content;
    margin: 0 auto;
}
.home .ecologie-section .ecologie-picture {
    position: relative;
}
.home .ecologie-section .ecologie-picture > img {
    width: 20rem;
    height: 30rem;
    object-fit: cover;
    border-radius: 8px;
}
/*************************************
* OFFERS - OFFERS
*************************************/
.offers {
    display: flex;
    align-items: center;
    justify-content: center;
}
.offers .offers-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.offers .offers-section h2 {
    margin: 0 0 3rem 1rem;
    color: var(--bg-color-dark-blue);
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
}
.offers .offers-section article {
    display: flex;
    flex-wrap: wrap;
}
.offers .offers-section article a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15.125rem;
    height: 80px;
    text-decoration: none;
    color: var(--text-color-white);
    font-weight: 500;
    margin: 15px;
    border: 2px solid var(--bg-color-dark-blue);
    border-radius: 40px;
    overflow: hidden;
}
.offers .offers-section article a::after {
    content: '';
    background: #23232380;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    transition: all 0.3s;
}

.offers .offers-section article a.soudure-laser::after {
    background: #11103f8f;
}
.offers .offers-section article a:hover::after {
    background: #243c8f85 !important;
}
.offers .offers-section article a > img {
    flex: 1;
    transition: all 0.3s;
}
.offers .offers-section article a:hover > img {
    transform: scale(1.1);
}
.offers .offers-section article a > span {
    position: absolute;
    z-index: 3;
}
/*************************************
* OFFERS CONTENT
*************************************/
.offers-content .description {
    padding: 5rem 0;
}
.offers-content .description > article {
    display: flex;
}
.offers-content.sous-traitance .description > article a {
    display: inline-block;
    text-decoration: none;
    color: var(--text-color-white);
    background-color: var(--bg-color-dark-blue);
    padding: 10px 30px;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 500;
    width: 20%;
    text-align: center;
}
.offers-content.soudure .description > article.video {
    display: flex;
}
.offers-content.soudure .description .video .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.offers-content.soudure .description > article.video iframe {
    border-radius: 8px;
    margin: 0 4rem;
}
.offers-content.decoupe .description > article:nth-child(odd),
.offers-content.soudure .description > article:nth-child(odd),
.offers-content.parachevement .description > .videos:nth-child(odd) {
    flex-direction: row-reverse;
}
.offers-content.soudure .description > article:nth-child(odd) {
    align-items: center;
}
.offers-content.decoupe .description > article:not(:last-of-type) {
    margin-bottom: 3rem;
}
.offers-content.soudure .description > article:not(:last-of-type) {
    margin-bottom: 4rem;
}
.offers-content.pliage_panneautage .description > article:not(:last-of-type) {
    margin-bottom: 8rem;
}
.offers-content.parachevement .description > article:not(:last-of-type) {
    margin-bottom: 4rem;
}
.offers-content.parachevement .description > article:last-of-type p {
    margin-left: 4rem;
}
.offers-content.soudure .description > article:first-of-type figure {
    margin: 0;
    margin-left: 2rem;
    width: 100%;
    object-fit: cover;
}
.offers-content.decoupe .description > article:last-of-type,
.offers-content.assemblage .description > article:last-of-type {
    flex-direction: column;
}
.offers-content.decoupe .description > article:last-of-type {
    align-items: center;
}
.offers-content.gestion-de-projets .description > article {
    flex-direction: column;
}
.offers-content.gestion-de-projets .description h2 {
    margin: 0;
    margin-bottom: 1rem;
}
.offers-content.co-developpement .description > article figure {
    margin: auto;
    margin-right: 2rem;
}
.offers-content .description > article figure {
    flex: 1;
    margin: 0;
    margin-right: 2rem;
}
.offers-content.decoupe .description > article figure {
    flex: 3;
    margin: 0;
    margin-right: 2rem;
}
.offers-content.soudure .description img {
    border-radius: 8px;
}
.offers-content.soudure .description > article.video {
    align-items: stretch;
}
.offers-content.soudure .description > article.video figure {
    margin: 0;
    width: 100%;
}
.offers-content.soudure .description > article.video figure:first-of-type {
    margin-left: 1rem;
}
.offers-content.soudure .description > article.video figure:last-of-type {
    margin-right: 1rem;
}
.offers-content.soudure .description > article.video img,
.offers-content.soudure .description > article.video iframe {
    width: 100% !important;
    object-fit: cover;
    height: 19rem !important;
}
.offers-content.soudure .description > article.video .video-background {
    height: 19rem;
}
.offers-content.decoupe .description > article:first-of-type figure {
    margin: 0;
    margin-left: 2rem;
}
.offers-content.decoupe .description .videos > .wrapper,
.offers-content.parachevement .description .videos {
    display: flex;
    justify-content: space-between;
}
.offers-content.decoupe .description .videos {
    flex-direction: column !important;
}
.offers-content.decoupe .description .videos p {
    text-align: center;
    color: var(--text-color-dark-blue);
    font-size: 16px;
    font-weight: 500;
}
.offers-content.decoupe .description .videos > figure,
.offers-content.parachevement .description .videos > figure {
    max-width: 48%;
    margin: 0;
}
.offers-content .description > article figure figcaption {
    text-align: center;
    color: var(--text-color-dark-blue);
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
}
.ecologie figure figcaption {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
}
.offers-content.gestion-de-projets .description .images > figure {
    flex: unset;
}
.offers-content .description > article figure img {
    height: 25rem;
    object-fit: contain;
    border-radius: 8px;
}
.offers-content .description > article figure video {
    width: 100%;
    object-fit: contain;
    border-radius: 8px;
}
.offers-content.pliage_panneautage .description > article > img {
    height: 26rem;
}
.offers-content.pliage_panneautage .description > article {
    align-items: center;
}
.offers-content.decoupe .description img,
.offers-content.soudure .description img {
    height: 20rem;
}
.offers-content .description .content {
    flex: 1;
    width: 60%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 2rem;
}
.offers-content.decoupe .description .content {
    flex: 2;
    margin-right: 2rem;
    width: 100%;
}
.offers-content.decoupe .description article .slider {
    width: 50%;
}
.offers-content.gestion-de-projets .description .content {
    width: 100%;
    margin-bottom: 2rem;
}
.offers-content.gestion-de-projets .description .images {
    display: flex;
    justify-content: space-between;
}
.offers-content.gestion-de-projets .description .images > figure {
    height: 25rem;
    object-fit: cover;
}
.offers-content.gestion-de-projets .description .images p {
    flex: 1;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}
.offers-content .description .content h1 {
    margin: 0;
    margin-bottom: 1rem;
    color: var(--text-color-dark-blue);
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 1px;
}
.offers-content .description .content p,
.offers-content .description .content ul {
    font-size: 16px;
    font-weight: 500;
}
.offers-content .description .content ul {
    list-style-type: none;
}
.offers-content .description .content li:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f0da';
    display: inline-block;
    font-weight: 900;
    font-size: 20px;
    color: var(--bg-color-dark-blue);
    margin-left: -18px;
    margin-right: 10px;
}

.sponsor-pictures > img {
    width: 100%;
}

/***********************
* OFFERS - Soudure laser *
************************/
.soudure-laser li {
    margin-bottom: 0.5rem;
}

/*************************************
* ORGANISATION - TOP IMAGE
*************************************/
.organisation .top-screen-image {
    height: 60vh;
    background: linear-gradient(0deg, #00000069, #00000069), url(../images/organisation_page/flux-de-travail-en-organisation-des-entreprises.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--text-color-white);
}
.organisation .top-screen-image .top-screen-image-content > h1 {
    font-size: 38px;
    margin: 0;
    margin-bottom: 1rem;
    font-weight: 600;
    letter-spacing: 4px;
    text-shadow: 0 0 3px black;
    text-align: center;
}
/*************************************
* ORGANISATION - INFO SECTION
*************************************/
.organisation .info-section {
    padding: 6rem 0;
}
.organisation .info-section .bottom-info-container {
    display: flex;
    align-items: center;
}
.organisation .info-section p {
    font-size: 16px;
    color: var(--text-color-dark-blue);
    font-weight: 500;
    text-align: justify;
    margin: 0;
    margin-bottom: 2rem;
}
.organisation .info-section .bottom-info-container .text-container p:last-of-type {
    margin: 0;
    background-color: var(--bg-color-dark-blue);
    color: var(--text-color-white);
    padding: 2rem 1rem;
}
.organisation .info-section .bottom-info-container .text-container p a {
    color: var(--text-color-white);
}
.organisation .info-section .bottom-info-container > img {
    margin-right: 2rem;
    flex: 1;
    height: 259px;
    object-fit: cover;
    border-radius: 8px;
}
.organisation .info-section .bottom-info-container > .text-container {
    flex: 1;
}
/*************************************
* ORGANISATION - EVOLUTION SECTION
*************************************/
.organisation .evolution-section {
    background-color: var(--bg-color-dark-blue);
    color: var(--text-color-white);
    padding: 5rem 0;
}
.organisation .evolution-section .evolution-content {
    display: flex;
    align-items: center;
}
.organisation .evolution-section .evolution-content .text-content {
    margin-right: 2rem;
}
.organisation .evolution-section .evolution-content .text-content p {
    margin: 0;
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
}
.organisation .evolution-section .evolution-content .text-content p:not(:last-of-type) {
    margin-bottom: 2rem;
}
.organisation .evolution-section .evolution-content > img {
    height: 20rem;
    object-fit: cover;
}
/*************************************
* ORGANISATION - CAREER PATH SECTION
*************************************/
.organisation .career-path-section {
    padding: 6rem 0;
}
.organisation .career-path-section > p {
    margin: 0;
    margin-bottom: 2rem;
    text-align: justify;
    font-size: 26px;
    font-weight: 700;
    color: var(--text-color-dark-blue);
}
.organisation .career-path-section > .image-container {
    display: flex;
}
.organisation .career-path-section > .image-container > a {
    flex: 1;
    max-width: 33%;
}
.organisation .career-path-section > .image-container > a > img {
    object-fit: contain;
    max-width: 100%;
    vertical-align: middle;
    height: 100%;
}
/*************************************
* ORGANISATION - CONTACT SECTION
*************************************/
.organisation .contact-section {
    background-color: #e5e5e5;
    padding: 5rem 0;
}
.organisation .contact-section .contact-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.organisation .contact-section .contact-content > p {
    margin: 0;
    margin-bottom: 2rem;
    text-align: justify;
    font-size: 26px;
    font-weight: 700;
    color: var(--text-color-dark-blue);
}
.organisation .contact-section .contact-content > .contact-us-btn {
    background-color: var(--bg-color-dark-blue);
    text-decoration: none;
    color: var(--text-color-white);
    padding: 25px 40px;
    font-size: 26px;
    font-weight: 500;
    border-radius: 50px;
}
/***********************************
* Page contact
***********************************/
.flex-container {
    display: flex;
    justify-content: space-between;
}
.contact-message {
    color: var(--text-color-black);
    font-weight: 600;
}
.contact-send button {
    padding: 1rem;
    margin-top: 1rem;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    background-color: var(--bg-color-dark-blue);
    color: var(--text-color-white);
}
.contact-flash {
    width: fit-content;
    margin: 1rem auto;
    border-radius: 30px;
    color: white;
    text-align: center;
    padding: 1rem;
}
.contact-flash.success {
    background-color: #57cc57;
}
.contact-flash.error {
    background-color: #ef4545;
}
.message-area {
    width: 100%;
    outline: none;
    border: 1px solid #e0e0e0;
    background-color: white;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
}
.message-area:focus-within {
    border-color: var(--bg-color-dark-blue);
}
.message-area .file-list {
    display: flex;
    padding: 5px;
    overflow-x: auto;
    overflow-y: hidden;
}
.message-area .file-list::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}
.message-area .file-list::-webkit-scrollbar {
    height: 10px;
}
.message-area .file-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #888888;
}
.message-area .file-list .items {
    display: flex;
    align-items: center;
}
.message-area .file-list .items > .item {
    position: relative;
    background-color: #efefef;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    border-radius: 4px;
    height: 52px;
    margin-right: 1rem;
    display: flex;
    align-items: center;
}
.message-area .file-list .items > .item > span {
    max-width: 125px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.message-area .file-list .items > .item > .fa-file {
    margin-left: 10px;
}
.message-area .file-list .items > .item > button {
    top: -9px;
    right: -14px;
    position: absolute;
    z-index: 2;
    background-color: var(--bg-color-white);
    border: 1px solid #a2a2a2;
    color: #404040;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    outline: none;
    cursor: pointer;
}
.message-area .file-list .items > .item > button:hover {
    background-color: #eaeaea;
}
.message-area .custom-input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.message-area .custom-input-file + label {
    font-size: 14px;
    font-weight: 600;
    background-color: #efefef;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
}
.message-area .custom-input-file + label.shrink > span {
    display: none;
}
.message-area .custom-input-file:focus + label,
.message-area .custom-input-file + label:hover {
    background-color: #dedede;
}
.message-area .custom-input-file + label > span {
    margin-right: 15px;
}
.message-area .custom-input-file + label .add-file-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #616161;
    font-size: 32px;
}
/*************************************
* LOCAL - TOP IMAGE
*************************************/
.local .top-screen-image {
    height: 60vh;
    background: linear-gradient(0deg, #00000069, #00000069), url(../images/local_page/colmar.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--text-color-white);
}
.local .top-screen-image > h1 {
    font-size: 38px;
    margin: 0;
    margin-bottom: 1rem;
    font-weight: 600;
    letter-spacing: 4px;
    text-shadow: 0 0 3px black;
}
.local .top-screen-image > h2 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 0 0 3px black;
    text-align: center;
}
/*************************************
* LOCAL - CONTENT 
*************************************/
.local .content {
    padding: 4rem 0;
    display: flex;
    align-items: center;
}

.local .content > img {
    margin-right: 2rem;
    width: 50%;
}

.local .content > p {
    font-size: 16px;
    font-weight: 500;
}

.local .content > :first-child {
    margin-right: 2rem;
}

.local .content img.sig{
    height: 18rem;
    object-fit: contain;
}

.local .content img.supporter{
    height: 18rem;
    object-fit: cover;
    border-radius: 8px;
}

/*************************************
* LOCAL - white SECTION
*************************************/
.local .white-section  p {
    color: var(--text-color-dark-blue);
}
.local .white-section  p a {
    color: var(--text-color-dark-blue);
}
/*************************************
* LOCAL - blue SECTION
*************************************/
.local .blue-section {
    background-color: var(--bg-color-dark-blue);
    color: var(--text-color-white);
}
/*************************************
* ECOLOGIE - TOP IMAGE
*************************************/
.ecologie .top-screen-image {
    background: url(../images/ecologie_page/ecologie.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--text-color-white);
}
.ecologie .top-screen-image .top-section {
    height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #00000069;
}
.ecologie .top-screen-image .top-section > h1 {
    font-size: 38px;
    margin: 0;
    margin-bottom: 1rem;
    font-weight: 600;
    letter-spacing: 4px;
    text-shadow: 0 0 3px black;
}
.ecologie .top-screen-image .top-section > h2 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 0 0 3px black;
    text-align: center;
    width: 80%;
    max-width: 86rem;
}
.ecologie .ecologie-section {
    background-color: var(--bg-color-dark-blue);
    padding: 5rem 0;
}
.ecologie-section .ecologie-content {
    color: var(--text-color-white);
    font-size: 18px;
    font-weight: 500;
}
.ecologie-section .bottom-section-wrapper {
    display: flex;
    align-items: center;
}
.ecologie-section .bottom-container {
    flex: 1;
}
.ecologie-section .bottom-container ul {
    font-weight: 400;
}
.ecologie-section .bottom-container li {
    margin-bottom: 8px;
}
.ecologie-section .bottom-container li:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f45c';
    display: inline-block;
    font-weight: 900;
    font-size: 14px;
    color: var(--bg-color-white);
    margin-left: -20px;
    margin-right: 10px;
}
.ecologie-section .bottom-image {
    flex: 1;
    margin-left: 2rem;
    width: 50%;
}
/*************************************
* ECOLOGIE - BIKE SECTION
*************************************/

.ecologie .slider {
    flex: 1;
}
.ecologie .bike-section {
    padding: 2rem 0;
    color: var(--text-color-black);
}
.ecologie .bike-section p {
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    margin: 0;
    line-height: 26px;
}
.ecologie .bike-section .top-section {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
.ecologie .bike-section .top-section img {
    width: 100%;
    margin-right: 2rem;
}
.ecologie .bike-section .top-section > p {
    margin-top: 2rem;
}
/*************************************
* HUMAN - INFO SECTION
*************************************/
.human .info-section .info-picture {
    border-radius: 8px;
}
.human .info-section {
    align-items: center;
    padding: 8rem 0;
}
.human .info-section .first-line {
    display: flex;
    margin-bottom: 1rem;
}
.human .info-section .info-content {
    margin-right: 3rem;
}
.human .info-section .info-title {
    font-size: 38px;
    font-weight: 700;
    color: var(--text-color-dark-blue);
    margin: 0;
    margin-bottom: 2rem;
}
.human .info-section .info-description {
    color: var(--text-color-dark-blue);
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    text-align: justify;
    line-height: 24px;
}
.human .info-section .info-picture img {
    width: 24rem;
}
.info-section .logo-handicap {
    margin-top: 2rem;
}
/*************************************
* HUMAN - CLUB SECTION
*************************************/
.human .club-section {
    background-color: var(--bg-color-dark-blue);
    padding: 5rem 0;
}
.human .club-section .club-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.human .club-section .club-content > p {
    color: var(--text-color-white);
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}
.human .club-section .club-content a > img {
    width: 12rem;
}
/*************************************
* HUMAN - RECRUITMENT SECTION
*************************************/
.human .recruitment-section {
    background: url(../images/human_page/humain_recrutement.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 8rem 0;
    display: none;
}
.human .recruitment-section .card {
    background-color: #2525269e;
    color: var(--text-color-white);
    width: 65rem;
    margin: 0 auto;
    padding: 3rem 5rem;
    border: 1px solid #5d5d5d;
}
.human .recruitment-section .card .card-description {
    font-weight: 500;
    margin: 0;
    margin-bottom: 3rem;
    font-size: 18px;
    text-align: center;
}
.human .recruitment-section .card .card-link {
    text-decoration: none;
    color: var(--text-color-white);
    background-color: var(--bg-color-dark-blue);
    padding: 1rem;
    margin: 0 auto;
    display: block;
    width: 22rem;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
}
/*************************************
* HUMAN - PARTNERSHIP SECTION
*************************************/
.human .partnership-section {
    padding: 4rem 0;
}
.human .partnership-section > p {
    margin: 0;
    margin-bottom: 2rem;
    text-align: justify;
    font-size: 26px;
    font-weight: 700;
    color: var(--text-color-dark-blue);
    line-height: 38px;
}
.human .partnership-section .image-container {
    display: flex;
    justify-content: space-between;
}
.human .partnership-section .image-container > figure {
    flex: 1;
    max-width: 48%;
    object-fit: cover;
}
.human .partnership-section .image-container > figure > img,
.human .partnership-section .image-container > figure > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.human-section-charte {
    display: flex;
    justify-content: center;
}
.human-section-charte > figure > a {
    text-decoration: none;
    color: var(--text-color-black);
}
.human-section-charte > figure > a > img {
    width: 24rem;
}
.human-section-charte figure a figcaption {
    text-align: center;
}
/*************************************
* TASKOYA - TOP SCREEN LOGO
*************************************/
.taskoya .top-screen-logo {
    padding: 6rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45vh;
}
.taskoya .top-screen-logo > img {
    width: 20rem;
}
/*************************************
* TASKOYA - ORIGIN SECTION
*************************************/
.taskoya .origin-section {
    padding: 4rem 0;
}
.taskoya .origin-section h2 {
    font-size: 38px;
    font-weight: 700;
    color: var(--text-color-dark-blue);
    margin: 0;
    margin-bottom: 1rem;
    text-align: center;
}
.taskoya .origin-section h3 {
    color: var(--text-color-dark-blue);
    margin: 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
}
/*************************************
* TASKOYA - DIGITAL SECTION
*************************************/
.taskoya .digital-section {
    background-color: var(--bg-color-dark-blue);
    padding: 5rem 0 12rem 0;
}
.taskoya .digital-section .digital-content {
    display: flex;
    align-items: center;
}
.taskoya .digital-section .digital-content > p {
    flex: 1;
    margin: 0;
    margin-right: 2rem;
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: var(--text-color-white);
}
.taskoya .digital-section .digital-content > img {
    flex: 1;
    margin-left: 2rem;
}
/*************************************
* TASKOYA - MORE DIGITAL SECTION
*************************************/
.taskoya .more-digital-section {
    padding: 4rem 0;
}
.taskoya .more-digital-section .digital-content {
    display: flex;
    justify-content: space-between;
    margin-top: -10rem;
    margin-bottom: 6rem;
}
.taskoya .more-digital-section .digital-content > article {
    background-color: #e5e5e5;
    border: 1px solid #cecece;
    width: 48%;
    padding: 2rem 2rem 4rem 2rem;
    border-radius: 80px;
}
.taskoya .more-digital-section .digital-content > article > img {
    border-radius: 60px;
    width: 100%;
    margin-bottom: 2rem;
}
.taskoya .more-digital-section .digital-content > article > p {
    color: var(--text-color-dark-blue);
    margin: 0;
    font-weight: 500;
    font-size: 17px;
    text-align: justify;
}
.taskoya .more-digital-section .see-more-link {
    display: block;
    background-color: var(--bg-color-dark-blue);
    text-decoration: none;
    color: var(--text-color-white);
    padding: 25px 40px;
    font-size: 22px;
    font-weight: 500;
    border-radius: 50px;
    margin: 0 auto;
    width: 23rem;
    text-align: center;
    margin-bottom: 6rem;
}
.taskoya .more-digital-section .commercial-text {
    margin: 0;
    margin-bottom: 2rem;
    text-align: justify;
    font-size: 26px;
    font-weight: 700;
    color: var(--text-color-dark-blue);
    line-height: 38px;
}
.taskoya .more-digital-section .partners {
    display: flex;
    justify-content: center;
}
.taskoya .more-digital-section .partners a img {
    object-fit: contain;
    max-width: 100%;
    vertical-align: middle;
    height: 100%;
}
/*************************************
* DIGITAL - TOP IMAGE
*************************************/
.digital .top-screen-image {
    height: 60vh;
    background: linear-gradient(0deg, #00000069, #00000069), url(../images/digital_page/bg-digital.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--text-color-white);
}
.digital .top-screen-image .top-screen-image-content > h1 {
    font-size: 38px;
    margin: 0;
    margin-bottom: 1rem;
    font-weight: 600;
    letter-spacing: 4px;
    text-shadow: 0 0 3px black;
    text-align: center;
}
.digital .top-screen-image .top-screen-image-content > h2 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 0 0 3px black;
    text-align: center;
}
/*************************************
* DIGITAL - HISTORY SECTION
*************************************/
.digital .history-section {
    padding: 6rem 0;
    display: flex;
    align-items: center;
}
.digital .history-section .history-content > p {
    font-size: 16px;
    color: var(--text-color-dark-blue);
    font-weight: 500;
    text-align: justify;
    margin: 0;
    margin-bottom: 2rem;
    line-height: 22px;
}
.digital .history-section .history-content > a {
    display: block;
    background-color: var(--bg-color-dark-blue);
    text-decoration: none;
    color: var(--text-color-white);
    padding: 18px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 50px;
    margin: 0 auto;
    width: 20rem;
    text-align: center;
}
.digital .history-section .history-picture {
    width: 40%;
    height: 24rem;
    object-fit: cover;
    margin-left: 2rem;
    border-radius: 8px;
}
/*************************************
* DIGITAL - VM SECTION
*************************************/
.digital .vm-section {
    background-color: var(--bg-color-dark-blue);
    padding: 8rem 0;
}
.digital .vm-section article {
    display: flex;
    align-items: center;
}
.digital .vm-section article:first-of-type {
    margin-bottom: 4rem;
}
.digital .vm-section article > p {
    margin: 0;
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--text-color-white);
    flex: 1;
}
.digital .vm-section article > img.left {
    margin-right: 3rem;
    border-radius: 8px;
}
.digital .vm-section article > video {
    margin-left: 3rem;
    border-radius: 8px;
}
/*************************************
* DIGITAL - ALLIANCE INDUSTRIE DU FUTUR SECTION
*************************************/
.digital .aidf-section {
    padding: 6rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.digital .aidf-section > p {
    margin: 0;
    margin-bottom: 4rem;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color-dark-blue);
    line-height: 34px;
}
.digital .aidf-section > p a {
    color: var(--text-color-dark-blue);
}
.digital .aidf-section a > img {
    width: 18rem;
    border-radius: 8px;
}
/*************************************
* DEVIS/CONTACT
*************************************/
.form {
    background-color: #f1f1f1;
}
.form .main-section {
    padding: 6rem 0;
}
.form .main-section > h1 {
    font-size: 38px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    margin-bottom: 2rem;
}
.form .main-section > p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 22px;
}
.form .main-section > p.info {
    margin-bottom: 2rem;
}
.form .main-section > span {
    display: block;
    margin-bottom: 2rem;
    font-size: 14px;
    font-weight: 400;
}
.form .main-section > form .section {
    margin-bottom: 5rem;
}
.form .main-section > form .section:last-of-type {
    display: flex;
    flex-direction: column;
}
.form .main-section > form .form-row {
    display: flex;
    margin-bottom: 2rem;
}
.form .main-section > form .form-row .field:not(:last-of-type) {
    margin-right: 2rem;
}
.form .main-section > form .field {
    flex: 1;
}
.form .main-section > form .field.required > label:after {
    content: '*';
    color: var(--text-color-dark-blue);
    font-weight: 600;
    margin-left: 4px;
    font-size: 16px;
}
.form .main-section > form .field > label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 2px;
}
.form .main-section > form .field > input {
    width: 100%;
    outline: none;
    border: 1px solid #e0e0e0;
    background-color: white;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 16px;
}
.form .main-section > form .field > .message-area {
    width: 100%;
    outline: none;
    border: 1px solid #e0e0e0;
    background-color: white;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
}
.form .main-section > form .field textarea {
    border: none;
    outline: none;
    width: 100%;
    resize: vertical;
    overflow: auto;
    border-radius: 4px;
    padding: 15px;
    font-size: 16px;
}
.form .main-section > form .field > input:focus,
.form .main-section > form .field > .message-area:focus-within {
    border-color: var(--bg-color-dark-blue);
}
.form .main-section > form .message-area .file-list {
    display: flex;
    padding: 5px;
    overflow-x: auto;
    overflow-y: hidden;
}
.form .main-section > form .message-area .file-list::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}
.form .main-section > form .message-area .file-list::-webkit-scrollbar {
    height: 10px;
}
.form .main-section > form .message-area .file-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #888888;
}
.form .main-section > form .message-area .file-list .items {
    display: flex;
    align-items: center;
}
.form .main-section > form .message-area .file-list .items > .item {
    position: relative;
    background-color: #efefef;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    border-radius: 4px;
    height: 52px;
    margin-right: 1rem;
    display: flex;
    align-items: center;
}
.form .main-section > form .message-area .file-list .items > .item > span {
    max-width: 125px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.form .main-section > form .message-area .file-list .items > .item > .fa-file {
    margin-left: 10px;
}
.form .main-section > form .message-area .file-list .items > .item > button {
    top: -9px;
    right: -14px;
    position: absolute;
    z-index: 2;
    background-color: var(--bg-color-white);
    border: 1px solid #a2a2a2;
    color: #404040;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    outline: none;
    cursor: pointer;
}
.form .main-section > form .message-area .file-list .items > .item > button:hover {
    background-color: #eaeaea;
}
.form .main-section > form .message-area .custom-input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.form .main-section > form .message-area .custom-input-file + label {
    font-size: 14px;
    font-weight: 600;
    background-color: #efefef;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
}
.form .main-section > form .message-area .custom-input-file + label.shrink > span {
    display: none;
}
.form .main-section > form .message-area .custom-input-file:focus + label,
.form .main-section > form .message-area .custom-input-file + label:hover {
    background-color: #dedede;
}
.form .main-section > form .message-area .custom-input-file + label > span {
    margin-right: 15px;
}
.form .main-section > form .message-area .custom-input-file + label .add-file-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #616161;
    font-size: 32px;
}
.form .main-section > form .check-agreements {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 2rem;
}
.form .main-section > form .check-agreements > input {
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-right: 10px;
}
.form .main-section > form .submit-button {
    background-color: var(--bg-color-dark-blue);
    text-decoration: none;
    color: var(--text-color-white);
    padding: 15px 20px;
    font-size: 22px;
    font-weight: 500;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    width: 28rem;
    margin: 0 auto;
}
/************************************
* 1DoTech
************************************/
.dotech img {
    width: 100%;
}
.dotech .content p {
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    line-height: 26px;
}
.dotech .content .bottom-link {
    text-align: center;
    margin-bottom: 4rem;
}
.dotech .content .bottom-link p {
    text-align: center;
}
.dotech .content .bottom-link a {
    text-decoration: none;
    color: var(--text-color-white);
    background-color: var(--text-color-black);
    padding: 1rem;
    border-radius: 5px;
}
/*************************************
* FOOTER
*************************************/
.page-footer {
    background-color: var(--bg-color-dark-blue);
    color: var(--text-color-white);
    padding: 3rem 0;
}
.page-footer .footer-content {
    display: flex;
}
.page-footer .footer-content article {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.page-footer .footer-content article h3 {
    margin: 0;
    margin-bottom: 1rem;
    font-size: 22px;
}
.page-footer .footer-content article.left {
    align-items: flex-start;
}
.page-footer .footer-content article.left p {
    margin: 0;
    margin-bottom: 1rem;
}
.page-footer .footer-content article.left address {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.page-footer .footer-content article.left address span,
.page-footer .footer-content article.left address a {
    display: block;
    margin-bottom: 1rem;
}
.page-footer .footer-content article.left address a {
    text-decoration: none;
    color: var(--text-color-white);
    background-color: #2a47a9;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
}
.page-footer .footer-content article.middle {
    align-items: center;
    justify-content: center;
}
.page-footer .footer-content article.middle .logo-writing {
    width: 220px;
}
.page-footer .footer-content article.right {
    align-items: flex-end;
}
.page-footer .footer-content article.right button {
    text-decoration: none;
    color: var(--text-color-black);
    background-color: var(--bg-color-white);
    padding: 12px 18px;
    border-radius: 35px;
    font-weight: 600;
    display: flex;
    align-items: center;
    border: none;
    outline: none;
    cursor: pointer;
}
.page-footer .footer-content article.right button > .fa-envelope {
    margin-left: 10px;
}
/*************************************
* NEWSLETTER - MODAL
*************************************/
.modal.newsletter {
    display: flex;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000085;
    z-index: 900;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    transition: all 0.3s;
}
.modal.visible {
    visibility: visible;
    opacity: 1;
}
.modal.newsletter .modal-content {
    background-color: var(--bg-color-white);
    padding: 2rem;
    border-radius: 4px;
    box-shadow: 0 0 10px #4040407a;
}
.modal.newsletter .modal-content .field-container {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.modal.newsletter .modal-content .field-container > span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    margin-right: 1rem;
    color: var(--text-color-dark-blue);
}
.modal.newsletter .modal-content .input-container {
    display: flex;
    height: 45px;
    border-radius: 25px;
    box-shadow: 0px 0px 2px #86a1ff;
    flex: 1;
}
.modal.newsletter .modal-content .input-container input {
    background-color: #fff;
    border: none;
    border-radius: 25px 0 0 25px;
    outline: none;
    flex: 1;
    padding: 0 15px;
    color: var(--text-color-dark-blue);
    font-weight: 500;
}
.modal.newsletter .modal-content .input-container input::placeholder {
    color: #4b5e9e;
    font-weight: 400;
}
.modal.newsletter .modal-content .input-container button {
    background-color: var(--bg-color-dark-blue);
    color: var(--text-color-white);
    border-radius: 0px 25px 25px 0;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 15px;
    cursor: pointer;
}
.modal.newsletter .modal-content .input-container button > .fa-paper-plane {
    margin-left: 10px;
}
.modal.newsletter .modal-content > label {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}
.modal.newsletter .modal-content > label > input {
    width: 25px;
    min-width: 25px;
    height: 25px;
    margin-right: 10px;
}
/****
    Site allemand
*****/
.german .top-section h1 {
    margin-top: 2rem;
    text-align: center;
}
/*************************************
* RESPONSIVE
*************************************/
@media all and (max-width: 1300px) {
    .video-home-background {
        height: 100%;
    }
    .video-home-background iframe {
        bottom: 15%;
    }
}
@media all and (max-width: 1250px) {
    .menu-header .navigation .logo-container .logo-writing {
        display: none;
    }
    .menu-header .menu-banner .menu-banner-wrapper,
    .menu-header .navigation {
        width: 100%;
        margin: 0;
    }
    .menu-header .navigation .navigation-content {
        margin-left: 0;
    }
    .menu-header .menu-banner .menu-banner-wrapper {
        justify-content: center;
    }
    .home .top-screen-image .top-screen-image-content,
    .home .info-section,
    .home .ecologie-section,
    .offers .offers-section,
    .organisation .top-screen-image .top-screen-image-content,
    .organisation .info-section,
    .organisation .evolution-section .evolution-content,
    .organisation .career-path-section,
    .organisation .contact-section .contact-content,
    .local .content,
    .ecologie .top-screen-image .bottom-section .bottom-section-wrapper,
    .ecologie .bike-section,    
    .ecologie .ecologie-section .ecologie-content,
    .human .info-section,
    .human .club-section .club-content,
    .human .partnership-section,
    .taskoya .origin-section,
    .taskoya .digital-section .digital-content,
    .taskoya .more-digital-section,
    .digital .top-screen-image .top-screen-image-content,
    .digital .history-section,
    .digital .vm-section .vm-section-content,
    .digital .aidf-section,
    .form .main-section,
    .page-footer .footer-content,
    .offers-section .offers-section-wrapper,
    .offers-content .description,
    .dotech .content {
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .home .recruitment-section .card {
        width: 100%;
    }
    .home .recruitment-section {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .offers-section h2 {
        margin-left: 3.5rem;
    }
    .offers .offers-section article {
        justify-content: center;
    }
    .offers .offers-section h2 {
        text-align: center;
    }
    .digital .vm-section article > img {
        width: 40%;
    }
    .human .recruitment-section {
        padding-left: 8rem;
        padding-right: 8rem;
    }
    .human .recruitment-section .card {
        width: 100%;
    }
    .modal.newsletter .modal-content {
        width: 90%;
    }
    .human .info-section .first-line {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
@media all and (max-width: 1000px) {
    .home .info-section .info-image {
        width: 15rem;
        height: 25rem;
    }
    .organisation .info-section .bottom-info-container {
        flex-direction: column;
    }
    .organisation .info-section .bottom-info-container > img {
        margin: 0;
        margin-bottom: 2rem;
    }
    .organisation .evolution-section .evolution-content > img {
        height: 15rem;
    }
    .taskoya .digital-section .digital-content > img {
        margin: 0;
        width: 45%;
    }
    .ecologie .bike-section .top-section {
        flex-direction: column-reverse;
    }
    .ecologie .bike-section.bike-section-1 .top-section{
        flex-direction: column;
    }
    .offers-content .description > article figure {
        max-width: unset;
    }
    .offers-content .description > article figure img,
    .offers-content .description > article figure video {
        height: 20rem;
    }
}

@media all and (max-width: 1000px) and (orientation: landscape) {
    .menu-header {
        top: 0;
        transition: top 0.5s ease-in-out;
        width: 100%;
    }
    .nav-up {
        top: -160px;
    }
    .see-video {
        display: block;
        z-index: 100;
        text-decoration: none;
        color: white;
        border: 1px solid white;
        border-radius: 8px;
        padding: 10px;
        background-color: var(--bg-color-dark-blue);
    }
}

@media all and (max-width: 940px) {
    .video-home-background {
        padding-bottom: unset;
        transform: scale(1.6);
    }
    .video-home-background iframe {
        bottom: 0;
    }
}
@media all and (max-width: 800px) {
    .menu-header .navigation .logo-container {
        padding: 0 1rem;
    }
    .menu-header .navigation .logo-container #mobileMenuButton {
        display: block;
    }
    .menu-header .navigation .logo-container .logo-writing {
        display: block;
    }
    .menu-header .navigation {
        flex-direction: column;
    }
    .menu-header .navigation .navigation-content {
        flex-direction: column;
        display: none;
    }
    .menu-header .navigation .navigation-content li {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
    .menu-header .navigation .navigation-content li a,
    .menu-header .navigation .navigation-content li > span {
        padding: 10px 1.5rem;
        font-weight: 600;
    }
    .menu-header .navigation .navigation-content .dropdown.active:after {
        display: none;
    }
    .menu-header .navigation .navigation-content .dropdown-content {
        position: unset;
        min-width: unset;
        box-shadow: unset;
    }
    .menu-header .navigation .navigation-content .dropdown.active > span:after,
    .menu-header .navigation .navigation-content li:hover > a:after {
        width: 70%;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
    }
    .menu-header .navigation .navigation-content .dropdown .dropdown-content a {
        padding: 10px 1.5rem;
        font-weight: 400;
    }
    .menu-header .navigation .navigation-content .dropdown.active .dropdown-content {
        align-items: center;
        background-color: unset;
        padding: 0;
    }
    .menu-header .navigation .navigation-content.show {
        display: flex;
    }
    .home .info-section .info-tolerie .info-image {
        margin-right: 1rem;
    }
    .home .info-section .info-vm .info-image {
        margin-left: 1rem;
    }
    .home .recruitment-section .card .card-title {
        font-size: 28px;
    }
    .offers .offers-section h2 {
        font-size: 32px;
    }
    .organisation .evolution-section .evolution-content {
        flex-direction: column;
    }
    .organisation .evolution-section .evolution-content .text-content {
        margin: 0;
        margin-bottom: 4rem;
    }
    .digital .vm-section article:first-of-type {
        flex-direction: column-reverse;
    }
    .digital .vm-section article {
        flex-direction: column;
    }
    .digital .vm-section article > img.left,
    .digital .vm-section article > img.right {
        margin: 0;
    }
    .digital .vm-section article > p {
        margin-bottom: 2rem;
    }
    .digital .history-section {
        flex-direction: column;
    }
    .digital .history-section .history-content {
        margin-bottom: 2rem;
    }
    .digital .history-section .history-picture {
        margin: 0;
        width: 100%;
    }
    .taskoya .digital-section .digital-content {
        flex-direction: column;
    }
    .taskoya .digital-section .digital-content > p {
        margin: 0;
        margin-bottom: 2rem;
    }
    .human .info-section {
        flex-direction: column;
    }
    .human .info-section .info-content {
        margin: 0;
        margin-bottom: 3rem;
    }
    .human .recruitment-section {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .human .club-section .club-content > p {
        font-size: 18px;
    }
    .human .partnership-section > p {
        font-size: 18px;
        line-height: 24px;
    }
    .human .recruitment-section .card .card-link {
        width: 100%;
        font-size: 14px;
    }
    .ecologie .top-screen-image .bottom-section .bottom-section-wrapper {
        flex-direction: column;
    }
    .ecologie .top-screen-image .bottom-section .bottom-container {
        margin-bottom: 3rem;
    }
    .ecologie .top-screen-image .bottom-section .bottom-image {
        margin: 0;
    }
    .ecologie .slider {
        flex: unset;
        width: 100%;
    }
    .local .content {
        flex-direction: column;
    }
    .local .white-section .content{
        flex-direction: column-reverse;
    }
    .offers-content.decoupe .description > article:nth-child(odd),
    .offers-content .description > article {
        flex-direction: column-reverse;
    }
    .offers-content.soudure .description > article:not(.video) {
        flex-direction: column-reverse !important;
    }
    .offers-content.decoupe .description > article:last-of-type {
        flex-direction: column;
    }

    .offers-content.soudure .description > article.video iframe,
    .digital .vm-section article > iframe.right,
    .taskoya .digital-section .digital-content > iframe {
        margin: 0;
        width: 25rem;
        height: 15em;
        align-self: center;
    }
    .offers-content .description > article .content {
        margin-bottom: 1rem;
    }
    .offers-content.decoupe .description > article:first-of-type,
    .offers-content.parachevement .description .videos {
        flex-direction: column-reverse !important;
    }
    .offers-content.parachevement .description > article:not(:last-of-type) {
        margin-bottom: 1rem;
    }
    .offers-content.parachevement .description > article:last-of-type p {
        margin-left: 0;
    }
    .offers-content .description > article figure,
    .offers-content.decoupe .description > article:first-of-type img,
    .offers-content.soudure .description > article:first-of-type img {
        max-width: unset;
        margin: 0;
        width: 100%;
    }
    .offers-content .description .content {
        width: 100%;
    }
    .offers-content.soudure .description > article.video {
        flex-direction: column;
    }
    .offers-content.soudure .description > article.video figure {
        margin-left: unset !important;
        margin-right: unset !important;
        margin: 1rem 0;
    }
    .offers-content.soudure .description > article.video .video-background {
        padding-bottom: unset;
    }
    .modal.newsletter .modal-content .field-container {
        flex-direction: column;
    }
    .modal.newsletter .modal-content .input-container {
        flex: unset;
        width: 100%;
    }
    .modal.newsletter .modal-content .field-container > span {
        margin: 0;
        margin-bottom: 1rem;
    }
    .page-footer .footer-content {
        flex-direction: column;
    }
    .page-footer .footer-content article {
        margin-bottom: 2rem;
    }
    .page-footer .footer-content article.left {
        order: 2;
        align-items: center;
    }
    .page-footer .footer-content article.left p {
        text-align: center;
    }
    .page-footer .footer-content article.left address {
        align-items: center;
    }
    .page-footer .footer-content article.left address > span {
        text-align: center;
    }
    .page-footer .footer-content article.middle {
        order: 1;
    }
    .page-footer .footer-content article.right {
        order: 3;
        align-items: center;
    }
    .offers-content.gestion-de-projets .description .images {
        flex-direction: column-reverse;
    }
    .offers-content.gestion-de-projets .description .images > figure {
        width: 100%;
        margin-top: 1rem;
        height: 20rem;
        display: flex;
        justify-content: center;
    }
    .offers-content.decoupe .description > article:first-of-type figure {
        margin: 0;
    }
    .offers-content.decoupe .description .videos > figure,
    .offers-content.parachevement .description .videos > figure {
        margin: 0;
        margin-bottom: 2rem;
        max-width: unset;
    }
    .offers-content.pliage_panneautage .description > article:not(:last-of-type) {
        margin-bottom: 4rem;
    }
    .offers-content.decoupe .description .videos > .wrapper {
        flex-direction: column;
    }
    .offers-content .description > article figure video {
        object-fit: cover;
    }

    .offers-content.decoupe .description article .slider {
        width: 100%;
    }

    .ecologie .ecologie-section .bottom-section-wrapper {
        flex-direction: column;
    }

    .human .info-section .first-line.viwa-photo {
        flex-direction: column-reverse;
    }
    .human .info-section .info-picture > img {
        width: 100%;
    }
    .organisation .top-screen-image,
    .digital .top-screen-image,
    .ecologie .top-screen-image,
    .ecologie .top-screen-image .top-section,
    .local .top-screen-image {
        height: 30vh;
    }
    .organisation .career-path-section > .image-container,
    .taskoya .more-digital-section .partners,
    .human .info-section .first-line {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .organisation .career-path-section .image-container > a > img {
        max-width: none;
        width: 200px;
    }
    .organisation .career-path-section > .image-container > a {
        max-width: none;
    }
    .ecologie-content {
        width: auto;
        padding: 0;
    }
    .home .info-section {
        padding-bottom: 2rem;
    }
    .ecologie .gift-section > .img-container {
        margin: 0 2rem 2rem 2rem;
    }
}
@media all and (max-width: 700px) {
    section:not(.top-screen-image, .offers-section, .menu-banner, ) {
        margin: 0 2rem;
    }
    .home .info-section .info-tolerie {
        flex-direction: column;
    }
    .home .info-section .info-vm {
        flex-direction: column-reverse;
    }
    .home .info-section .info-tolerie .info-image,
    .home .info-section .info-vm .info-image {
        margin: 0;
        margin-bottom: 2rem;
    }
    .home .info-section .info-image {
        width: 100%;
    }
    .home .ecologie-section {
        flex-direction: column;
    }
    .home .ecologie-section .ecologie-content {
        margin: 0;
        margin-bottom: 3rem;
    }
    .top-screen-image {
        margin: 0;
    }
    .info-content {
        margin: 0 2rem !important;
    }
    .ecologie-content > a {
        margin-bottom: 2rem !important;
    }
    .ecologie-content {
        margin-top: 2rem !important;
    }
    .info-section {
        margin-bottom: 3rem !important;
    }
    .taskoya .more-digital-section .digital-content {
        align-items: center;
        flex-direction: column;
    }
    .taskoya .more-digital-section .digital-content > article {
        width: 90%;
        margin-bottom: 4rem;
    }
    .taskoya .more-digital-section .digital-content {
        margin-bottom: 0;
    }
    .taskoya .more-digital-section .commercial-text {
        font-size: 18px;
        line-height: 26px;
    }
    .ecologie .bike-section .top-section > img {
        width: 100%;
        padding: 0 2rem;
    }
    .ecologie .top-screen-image .bottom-section .bottom-image {
        width: 100%;
    }
   
    .offers-content.decoupe .description article .slider {
        width: 100%;
    }
    .cookies-body {
        margin: 0 15vw;
    }
    .cookies-header h1 {
        font-size: 30px;
    }
}
@media all and (max-width: 550px) {
    .home .top-screen-image .video-home-background {
        background: url(../images/img_site_viwa2.webp) no-repeat center center;
        bottom: 0;
    }
    .menu-header .menu-banner .links > a.btn.text > span {
        display: none;
    }
    .offers-section .offers-section-wrapper {
        width: auto;
    }
    .digital .top-screen-image-content {
        margin: 0 !important;
    }
    .home .info-section .info-tolerie {
        margin-bottom: 2rem;
    }
    .menu-header .menu-banner .links > a.btn.text {
        padding: 0;
        width: 32px;
        height: 32px;
    }
    .menu-header .menu-banner .links > a.btn.text > i {
        margin: 0;
    }
    .menu-header .navigation .logo-container .logo {
        width: 32px;
        height: 32px;
    }
    .menu-header .navigation .logo-container .logo-writing {
        width: 8rem;
    }
    .home .top-screen-image .top-screen-image-content > h1,
    .organisation .top-screen-image .top-screen-image-content > h1,
    .digital .top-screen-image .top-screen-image-content > h1,
    .ecologie .top-screen-image .top-section > h1,
    .local .top-screen-image > h1 {
        font-size: 24px;
    }
    .digital .top-screen-image .top-screen-image-content > h2,
    .ecologie .top-screen-image .top-section > h2,
    .local .top-screen-image > h2 {
        font-size: 14px;
    }
    .home .info-section .info-content h3 {
        font-size: 24px;
    }
    .offers-section h2 {
        margin-left: 0;
        text-align: center;
        font-size: 24px;
    }
    .home .recruitment-section .card {
        padding: 1rem;
    }
    .home .recruitment-section .card .card-title {
        font-size: 24px;
    }
    .home .ecologie-section .ecologie-picture > img {
        width: 15rem;
        height: 20rem;
    }
    .home .info-section .info-content a {
        display: block;
        width: fit-content;
        margin: 0 auto;
    }
    .organisation .info-section .bottom-info-container > img {
        flex: unset;
        height: unset;
        width: 100%;
    }
    .organisation .evolution-section .evolution-content > img {
        height: unset;
        width: 100%;
    }
    .organisation .career-path-section > p {
        font-size: 18px;
    }
    .organisation .contact-section .contact-content > p {
        text-align: center;
        font-size: 18px;
    }
    .organisation .contact-section .contact-content > .contact-us-btn {
        padding: 20px 40px;
        font-size: 20px;
    }
    .digital .vm-section article > img.left,
    .digital .vm-section article > img.right {
        width: 100%;
        max-height: 200px;
        object-fit: cover;
    }
    .digital .aidf-section > p {
        font-size: 18px;
        line-height: 24px;
    }
    .digital .history-section .history-content > a {
        font-size: 18px;
        width: 100%;
    }
    .taskoya .digital-section .digital-content > img {
        width: 100%;
        max-height: 20rem;
        object-fit: cover;
    }
    .taskoya .more-digital-section .see-more-link {
        padding: 20px 0px;
        font-size: 16px;
        width: 100%;
        margin-bottom: 4rem;
    }
    .taskoya .more-digital-section .digital-content > article {
        width: 100%;
        padding: 1rem 1rem 2rem 1rem;
    }
    .taskoya .more-digital-section .commercial-text {
        font-size: 16px;
        line-height: 18px;
    }
    .taskoya .top-screen-logo > img {
        width: 15rem;
    }
    .human .recruitment-section .card .card-description {
        font-size: 16px;
    }
    .human .recruitment-section .card {
        padding: 1rem;
    }

    .form .main-section > form .submit-button {
        font-size: 18px;
        width: 100%;
    }
    .form .main-section > form .check-agreements {
        font-size: 16px;
    }
    .form .main-section > form .form-row {
        flex-direction: column;
    }
    .form .main-section > form .form-row .field:not(:last-of-type) {
        margin: 0;
        margin-bottom: 1rem;
    }
    .offers-content .description .content h1 {
        font-size: 26px;
        letter-spacing: 0px;
    }
    .offers-content .description .content p,
    .offers-content .description .content ul {
        font-size: 14px;
    }
    .offers-content.sous-traitance .description > article a {
        margin: 0 auto;
        display: block;
        width: fit-content;
    }
    .offers-content.soudure .description > article.video iframe {
        margin: 0;
        width: 20rem;
        height: 11rem;
        align-self: center;
    }
    .digital .vm-section article > iframe.right,
    .taskoya .digital-section .digital-content > iframe {
        margin: 0;
        width: 16rem;
        height: 8rem;
        align-self: center;
    }
    .modal.newsletter .modal-content .input-container {
        flex-direction: column;
        border-radius: 15px;
        height: 90px;
    }
    .modal.newsletter .modal-content .input-container input {
        border-radius: 15px 15px 0 0;
    }
    .modal.newsletter .modal-content .input-container button {
        border-radius: 0 0 15px 15px;
        flex: 1;
    }
    .modal.newsletter .modal-content > label {
        font-size: 12px;
    }
    .offers-content.decoupe .description article .slider {
        width: 100%;
    }
    .cookies-body,
    .cookies-content {
        margin: 0;
    }
    .cookies-header h1 {
        font-size: 30px;
    }
    .video-home-background {
        background: url(../images/screenshot_video.webp) no-repeat center top;
        bottom: 30%;
    }
    .video-home-background iframe {
        display: none !important;
    }
    .see-video {
        display: block;
        z-index: 100;
        text-decoration: none;
        color: white;
        border: 1px solid white;
        border-radius: 8px;
        padding: 10px;
        background-color: var(--bg-color-dark-blue);
    }
}
