@font-face {
    font-family: Poppins;
    src: url("https://waigeo.fr/Ressources/Fonts/Poppins-Light.ttf") format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: Poppins;
    src: url("https://waigeo.fr/Ressources/Fonts/Poppins-Regular.ttf") format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: Poppins;
    src: url("https://waigeo.fr/Ressources/Fonts/Poppins-Medium.ttf") format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: Poppins;
    src: url("https://waigeo.fr/Ressources/Fonts/Poppins-SemiBold.ttf") format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: Poppins;
    src: url("https://waigeo.fr/Ressources/Fonts/Poppins-Bold.ttf") format('truetype');
    font-weight: 700;
}

:root {
    --card-box-shadow: 0 1px 5px rgba(0, 30, 60, 0.1), 0 25px 20px -10px rgba(0, 30, 60, 0.08);
    --main-blue: #0079d6;
    --main-blue-hover: #0083e8;
    --dark-blue: #004173;
}

button, img, a, svg {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

sup {
    vertical-align: top;
}

h1, h2, h3 {
    font-size: initial;
    font-weight: initial;
    margin-block-start: 0;
    margin-block-end: 0;
}

html, body {
    background-color: white;
    padding: 0px;
    margin: 0px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    width: 100vw;
    display: none;
}

body {
    min-height: 100vh;
    pointer-events: none;
}

body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    background-color: rgb(30, 40, 50);
}

body::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

#content {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    max-width: 100%;
}

#home-slide {
    width: 100%;
    height: 100vh;
    position: relative;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    min-height: 760px;
}

#home-slide-colored-background-1 {
    position: fixed;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background: linear-gradient(#CCE9FF 45%, #CDF0C5 80%, #d8f0d5);
    z-index: 0;
}

#home-slide-colored-background-2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(#ffffff 10%, #ffeeda 50%, #fdd7e6 70%, #edddff 85%, #d6ebff);
    z-index: 0;
}

#home-slide-white-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #ffffff55, #ffffff 30%, #ffffff 50%, #ffffff55);
    z-index: 1;
}

#home-wave-1 {
    position: fixed;
    left: 0;
    bottom: -50vh;
    width: 450px;
    height: auto;
    z-index: 2;
    transition: 3s ease-out;
}

#home-wave-2 {
    position: fixed;
    top: -2px;
    right: 0;
    height: 200vh;
    z-index: 2;
    transition: 3s ease-out;
}

#home-wave-mobile-1 {
    position: absolute;
    left: 0;
    top: 60px;
    max-width: 55vw;
    height: 1070px;
    z-index: 2;
    display: none;
    mask-image: linear-gradient(black 52%, transparent 60%);
}

#contact-mobile {
    display: none;
    gap: 15px;
    position: relative;
    z-index: 3;
    margin: 130px auto 0 auto;
    color: var(--dark-blue);
    justify-content: center;
}

#contact-mobile > div {
    background-color: rgb(240, 244, 248);
    padding: 10px 15px 10px 10px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.contact-mobile-icon {
    width: 40px;
    height: 40px;
    background-color: var(--main-blue);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 10px;
}

.contact-mobile-icon svg {
    width: 18px;
    height: 18px;
    fill: white;
}

#under-applications-dropdown, #under-latest-news-dropdown {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 18;
    width: 100vw;
    height: calc(100vh - 400px);
    background-color: rgba(0, 10, 20, 0.5);
    opacity: 0;
    display: none;
    will-change: opacity;
}

#applications-dropdown, #latest-news-dropdown {
    width: 100vw;
    height: 400px;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 19;
    opacity: 0;
    display: none;
    padding: 110px 50px 0 50px;
    box-sizing: border-box;
    gap: 80px;
    justify-content: center;
    will-change: transform, opacity;
}

.application, .article {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    text-align: center;
    font-family: Poppins, sans-serif;
    opacity: 0;
    will-change: transform, opacity;
    box-sizing: border-box;
    flex-shrink: 0;
}

.article {
    width: 220px;
}

.application-image, .article-image {
    width: 110px;
    height: 110px;
    margin-bottom: 12px;
    object-fit: cover;
}

.article-image {
    border-radius: 20px;
    overflow: hidden;
}

.application-name, .article-name {
    color: rgb(50, 70, 80);
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
}

.article-name {
    font-size: 14px;
    margin-bottom: 18px;
    line-height: 20px;
}

.application-message {
    color: rgb(80, 100, 110);
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 18px;
}

.application-link, .article-link {
    height: 40px;
    color: #286A9E;
    border: 1px solid rgba(40, 106, 158, 0.25);
    background-color: transparent;
    border-radius: 30px;
    padding: 0 20px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.15s ease;
    text-decoration: none;
}

.article-link {
    margin-top: auto;
    margin-bottom: 40px;
}

.application-link:hover, .article-link:hover {
    border-color: rgba(40, 106, 158, 0.4);
}

#customers-slide {
    width: 100%;
    height: 720px;
    position: relative;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    padding: 10px 120px 60px 120px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    gap: 60px;
}

#customers-card {
    width: auto;
    height: 100%;
    flex: 1;
    background-color: white;
    box-shadow: var(--card-box-shadow);
    z-index: 3;
    border-radius: 40px;
    overflow: hidden;
    display: flex;
    padding: 50px;
    box-sizing: border-box;
    position: relative;
    gap: 40px;
}

#customers-card > div:last-child {
    display: flex;
    flex-direction: column;
}

#customers-card-title {
    color: var(--dark-blue);
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}

#customers-images {
    height: 100%;
    position: relative;
    display: flex;
    margin: auto 0;
}

#customers-images picture {
    position: relative;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
}

#customers-images img {
    width: auto;
    height: 100%;
    border-radius: 20px;
    object-fit: contain;
}

#customers-images picture:not(.selected) {
    display: none;
}

#customers-names {
    margin-bottom: 30px;
}

#customers-names h1 {
    color: #0079D2;
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
}

#customers-names > h1:not(:first-child) {
    display: none;
}

#customers-messages {
    color: rgb(50, 60, 70);
    line-height: 20px;
    text-align: justify;
}

#customers-messages b {
    font-weight: 600;
}

#customers-messages ul {
    margin-block-start: 20px;
    margin-block-end: 20px;
    padding-inline-start: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#customers-messages > div:not(:first-child) {
    display: none;
}

#customers-buttons {
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

#customers-buttons button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: none;
    background-color: #0079D2;
    transition: 0.15s ease;
    cursor: pointer;
    padding: 0;
}

#customers-buttons button:hover {
    background-color: var(--main-blue-hover);
}

#customers-buttons button svg {
    fill: white;
    width: 16px;
    height: 16px;
}

#customers-points {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

#customers-points div {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: rgb(220, 225, 230);
    transition: 0.15s ease;
}

#customers-points div.selected {
    background-color: #0079D2;
}

#services-card {
    width: 400px;
    height: 100%;
    background-color: white;
    box-shadow: var(--card-box-shadow);
    z-index: 3;
    border-radius: 40px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 50px;
}

#handshake, #number-of-customers-card-image, #app-last-card-image {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 auto 15px auto;
    flex-shrink: 0;
}

#app-last-card-image {
    width: 150px;
    height: 150px;
}

#number-of-customers-card-image img {
    width: auto;
    max-width: 100%;
    height: 120%;
    object-fit: cover;
}

#handshake img, #app-last-card-image img {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70% 50%;
}

#services-card-title, #number-of-customers-card-title {
    color: var(--dark-blue);
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    text-align: center;
    line-height: 26px;
}

#services-card-title::after, #number-of-customers-card-title::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
    width: 50px;
    height: 4px;
    border-radius: 3px;
    background-color: #0079D2;
}

#services-card-message, #number-of-customers-card-message {
    color: rgb(50, 60, 70);
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}

#number-of-customers-card-message {
    text-align: justify;
}

.service-name {
    color: var(--dark-blue);
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-left: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-name::before {
    content: '';
    background-color: #0079D2;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 14px;
    left: 0;
    position: absolute;
}

.service-name a {
    background-color: transparent;
    color: rgb(50, 60, 70);
    font-family: Poppins, sans-serif;
    font-weight: 400;
    border: 1px solid rgb(220, 225, 230);
    font-size: 12px;
    padding: 8px 20px;
    border-radius: 40px;
    cursor: pointer;
    position: relative;
    transition: 0.15s ease;
    overflow: hidden;
    width: -moz-fit-content;
    width: fit-content;
    flex-shrink: 0;
    text-decoration: none;
}

.service-name a:hover {
    border-color: rgb(190, 200, 210);
}

.service-description {
    padding-left: 25px;
    color: rgb(50, 60, 70);
    line-height: 20px;
    font-weight: 400;
    margin: 8px 0 20px 0;
}

#navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100vw;
    height: 75px;
    padding: 0 50px;
    box-sizing: border-box;
    mix-blend-mode: multiply;
    font-size: 14px;
}

#navbar::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50px;
    height: 1px;
    width: calc(100% - 100px);
    background-color: rgb(230, 236, 242);
}

#navbar-links {
    display: flex;
    gap: 50px;
    height: 100%;
}

.navbar-link {
    text-decoration: none;
    color: rgb(80, 100, 110);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 10px;
    box-sizing: border-box;
    z-index: 1;
}

.navbar-link:hover {
    color: rgb(20, 40, 50);
}

.navbar-link.selected {
    color: var(--main-blue);
    font-weight: 500;
}

.navbar-link.selected::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 1px;
    width: 30px;
    height: 4px;
    border-radius: 5px;
    background-color: var(--main-blue);
}

#our-applications-link, #latest-news-link {
    cursor: default;
}

#our-applications-link span, #latest-news-link span {
    position: relative;
    z-index: 3;
}

#our-applications-link:before, #latest-news-link:before {
    content: '';
    background-color: var(--main-blue);
    position: absolute;
    top: 0;
    left: -25px;
    width: calc(100% + 50px);
    height: 100%;
    border-radius: 0 0 15px 15px;
    opacity: 0;
    transition: 0.15s ease;
    transform: translateY(-5px);
    z-index: 2;
}

#our-applications-link.open::before, #latest-news-link.open::before {
    opacity: 1;
    transform: translateY(0px);
}

#our-applications-link.open, #latest-news-link.open {
    color: white;
}

#navbar-contact {
    display: flex;
    align-items: center;
    gap: 50px;
    height: 100%;
}

#navbar-contact div {
    text-decoration: none;
    color: rgb(80, 90, 100);
    height: 100%;
    padding-top: 10px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

#home-logo-and-title {
    position: absolute;
    top: 100px;
    left: 480px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#home-waigeo-logo {
    margin-top: 50px;
    width: 260px;
    height: auto;
}

#articles-dots {
    position: absolute;
    width: 720px;
    bottom: 35px;
    right: 120px;
    mix-blend-mode: multiply;
    z-index: 3;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.dot {
    width: 7px;
    height: 7px;
    background-color: rgb(200, 220, 230);
    border-radius: 50%;
    transition: 0.15s ease;
}

.dot.selected {
    background-color: var(--dark-blue);
}

#project-card {
    position: absolute;
    top: 120px;
    right: 120px;
    width: 800px;
    height: calc(100% - 170px);
    background-color: white;
    box-shadow: var(--card-box-shadow);
    z-index: 3;
    border-radius: 40px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#fields-of-expertise-title {
    order: 3;
    text-align: center;
    color: var(--dark-blue);
    line-height: 20px;
    font-size: 14px;
    padding: 20px 30px 0 30px;
    font-weight: 400;
    display: none;
}

#fields-of-expertise-title b {
    font-weight: 600;
}

#skills {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    padding: 50px 50px 40px 50px;
    gap: 20px;
    box-sizing: border-box;
    z-index: 2;
    width: 100%;
    height: 100%;
}

#skills > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 5px rgba(0, 20, 50, 0.1), 0 10px 15px -8px rgba(0, 20, 50, 0.12);
    border-radius: 20px;
    background-color: white;
    text-decoration: none;
    position: relative;
    transition: 0.15s ease;
    z-index: 1;
}

#skills > a > div {
    display: flex;
}

#skills > a span {
    font-weight: 500;
    color: var(--dark-blue);
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    transition: 0.15s ease;
}

#skills > a svg:not(.mobile-only) {
    width: 60px;
    height: 38px;
    transition: 0.15s ease;
}

#skills > a svg.mobile-only {
    display: none;
    width: 14px;
    height: 14px;
    fill: rgb(180, 190, 200);
    margin-left: auto;
}

#skills > a:nth-child(1) svg:not(.mobile-only) {
    fill: #E02074;
}

#skills > a:nth-child(2) svg:not(.mobile-only) {
    fill: #E6583D;
}

#skills > a:nth-child(3) svg:not(.mobile-only) {
    fill: #EB8B06;
}

#skills > a:nth-child(4) svg:not(.mobile-only) {
    fill: #cac80d;
}

#skills > a:nth-child(5) svg:not(.mobile-only) {
    fill: #78b52e;
}

#skills > a:nth-child(6) svg:not(.mobile-only) {
    fill: #27B7B9;
}

#skills > a:nth-child(7) svg:not(.mobile-only) {
    fill: #39A1D9;
}

#skills > a:nth-child(8) svg:not(.mobile-only) {
    fill: #5673dd;
}

#skills > a:nth-child(9) svg:not(.mobile-only) {
    fill: #a96fc8;
}

#skills-container {
    position: relative;
    flex: 1;
}

#skills-lines {
    position: absolute;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    padding: 50px 50px 40px 50px;
    gap: 20px;
    box-sizing: border-box;
    z-index: 1;
}

#skills-lines div {
    position: relative;
}

#skills-lines div:nth-child(1)::before, #skills-lines div:nth-child(4)::before, #skills-lines div:nth-child(7)::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto 0;
    width: 300%;
    height: 1px;
    background-color: rgb(200, 210, 220);
}

#skills-lines div:nth-child(1)::after, #skills-lines div:nth-child(2)::after, #skills-lines div:nth-child(3)::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    height: 300%;
    background-color: rgb(200, 210, 220);
}

.project-card-message {
    padding: 0 50px 30px 50px;
    text-align: center;
    color: var(--dark-blue);
    line-height: 20px;
    font-size: 14px;
}

.project-card-message b {
    font-weight: 600;
}

#app-last-card .project-card-message {
    padding: 0 0 20px 0;
}

#articles-images {
    position: relative;
    width: 100%;
    height: calc(100% - 150px);
    display: flex;
    cursor: pointer;
}

#articles-images picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#articles-images img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
    z-index: 1;
    opacity: 0;
}

#articles-titles {
    color: var(--dark-blue);
    width: 100%;
    display: flex;
    position: relative;
}

.article-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    padding: 0 50px;
    box-sizing: border-box;
    opacity: 0;
    line-height: 22px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#home-title {
    font-size: 36px;
    color: var(--dark-blue);
    max-width: 300px;
    font-weight: 700;
    line-height: 44px;
    margin: 50px 0 35px 0;
}

#sur-mesure {
    white-space: nowrap;
}

#home-slide-contact {
    display: flex;
    position: absolute;
    right: 30px;
    top: 30px;
    color: #04afff;
    z-index: 2;
    font-size: 16px;
    opacity: 0;
}

#home-slide-contact-info {
    display: flex;
}

#contact-mobile a[href^=tel] {
    color: var(--dark-blue);
    text-decoration: none;
}

#navbar-contact a[href^=tel] {
    color: rgb(80, 90, 100);
    text-decoration: none;
}

#home-left-part {
    height: 100%;
}

.contact-vertical-bar {
    position: relative;
    margin: 0 18px;
    height: 25px;
    width: 1px;
    background-color: #04afff55;
    top: -1px;
}

#social-networks-btn a {
    cursor: pointer;
    text-decoration: none;
}

#social-networks-btn a svg {
    fill: rgb(80, 100, 110);
    transition: 0.15s ease;
    height: 22px;
    width: 22px;
}

#social-networks-btn a:hover svg {
    fill: rgb(50, 70, 80);
}

#social-networks-btn a:not(:last-child) {
    margin-right: 10px;
}

#articles-buttons {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    height: fit-content;
    padding: 0 30px 30px 30px;
}

#previous-article-btn, #next-article-btn {
    background: transparent;
    border: 1px solid rgba(40, 106, 158, 0.25);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transition: 0.15s ease;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    padding: 0;
}

#previous-article-btn svg, #next-article-btn svg {
    width: 14px;
    height: 14px;
    fill: rgb(40, 106, 158);
}

#previous-article-btn:hover, #next-article-btn:hover {
    border-color: rgba(40, 106, 158, 0.4);
}

#read-article-btn {
    height: 40px;
    color: #286A9E;
    border: 1px solid rgba(40, 106, 158, 0.25);
    background-color: transparent;
    border-radius: 30px;
    padding: 0 20px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.15s ease;
    font-size: 14px;
}

#read-article-btn:hover {
    border-color: rgba(40, 106, 158, 0.4);
}

#home-slide-left-part {
    position: relative;
    z-index: 2;
    color: white;
    padding-left: 7vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
}

#home-slide-logo-waigeo {
    width: 350px;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

#home-slide-title-1 {
    color: white;
    margin-top: 50px;
    font-size: 42px;
    text-align: center;
    width: 650px;
}

#home-slide-title-2 {
    color: white;
    font-size: 40px;
    width: 40vw;
    text-align: center;
    margin-top: 25px;
}

#home-slide-title-1 span, #home-slide-title-2 span {
    color: #04afff;
}

.project-card-contact-us-btn {
    background-color: var(--main-blue);
    color: white;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    border: none;
    font-size: 20px;
    padding: 12px 30px;
    border-radius: 40px;
    cursor: pointer;
    position: relative;
    transition: 0.15s ease;
    overflow: hidden;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 50px auto;
    flex-shrink: 0;
}

.project-card-contact-us-btn:hover {
    background-color: var(--main-blue-hover);
}

.project-card-contact-us-btn span {
    position: relative;
    z-index: 5;
}

#app-last-card .project-card-contact-us-btn {
    margin-bottom: 0;
    font-size: 16px;
}

#discover {
    position: absolute;
    left: 570px;
    bottom: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--main-blue);
    font-family: Poppins, sans-serif;
    font-weight: 500;
    gap: 3px;
    transition: 0.4s ease;
}

#discover.hidden {
    opacity: 0 !important;
}

#discover svg {
    width: 30px;
    height: 30px;
    fill: var(--main-blue);
}

#service-slide {
    background: linear-gradient(90deg, #04afff, #00bec7);
    width: 100%;
    overflow: hidden;
    position: relative;
    display: none;
}

.service {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 30px;
    text-align: center;
    background-color: white;
    border-radius: 40px;
    box-shadow: 0 8px 25px #00224448, 0 3px 10px #00224411;
    max-width: 750px;
    position: relative;
}

.service hr {
    margin: 30px 0;
    border-top: 1px solid rgb(220, 225, 230);
    border-right: none;
    border-bottom: none;
    border-left: none;
    width: calc(100% + 60px);
}

#svg-rectangle {
    position: absolute;
    top: -18px;
    right: 0;
    left: 0;
    width: 802px;
    margin: 0 auto;
}

#svg-rectangle rect {
    stroke-dasharray: 2500;
    stroke-dashoffset: 2500px;
    transition: 5s ease;
}

.service-icon {
    width: 80px;
    height: 80px;
    background-color: rgba(110, 120, 130);
    border-radius: 50%;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    opacity: 0;
    transform: scale(0);
    border: 8px solid white;
    margin-top: -60px;
}

.service-icon svg {
    width: 36px;
    height: 36px;
    fill: #ffffff;
}

.service-title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
    color: rgb(30, 40, 50);
}

.service-subtitle {
    color: rgb(30, 40, 50);
    font-size: 16px;
}

.service-carousel {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
    flex: 1;
}

.service-carousel-articles {
    display: flex;
    width: calc(100% - 50px);
    overflow: hidden;
    margin: 0 auto;
}

.service-carousel-article {
    display: flex;
    width: 100%;
    padding: 10px 30px;
    box-sizing: border-box;
    align-items: center;
    flex-shrink: 0;
}

.service-carousel-article-image {
    width: 180px;
    height: 100px;
    overflow: hidden;
}

.service-carousel-article-image img {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.service-carousel-article-title {
    text-align: left;
    margin-left: 30px;
    flex: 1;
}

.service-carousel-article-title > div:first-child {
    font-weight: bold;
    color: rgb(30, 40, 50);
    font-size: 24px;
}

.service-carousel-article-title > div:last-child {
    color: rgb(30, 40, 50);
    font-size: 16px;
    margin-top: 10px;
}

.service-carousel-left-arrow, .service-carousel-right-arrow {
    cursor: pointer;
    transition: 0.15s ease;
}

.service-carousel-left-arrow:hover, .service-carousel-right-arrow:hover {
    opacity: 0.8;
}

.service-carousel-left-arrow svg, .service-carousel-right-arrow svg {
    transition: 0.15s ease;
    width: 16px;
    height: 42px;
    fill: rgb(100, 110, 120);
}

#smartcity-discover {
    text-align: center;
    font-size: 28px;
    padding-bottom: 30px;
    padding-top: 25px;
    background: linear-gradient(rgba(0, 56, 150, 0), rgba(0, 56, 150, 0.6));
    position: relative;
    color: white;
}

#smartcity-discover svg:first-child {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    fill: #ffffff;
}

@keyframes smartcityDiscoverChevronDown {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(10px);
    }
}

#smartcity-discover svg:last-child {
    width: 35px;
    height: 35px;
    margin-top: 15px;
    animation: smartcityDiscoverChevronDown 0.6s ease alternate infinite;
    fill: #ffffff;
}

#wifi {
    position: relative;
    top: -25px;
    right: -42px;
}

#wifi-1, #wifi-2, #wifi-3 {
    transform: rotate(45deg);
    position: absolute;
    right: 1px;
    top: 0;
    width: 28px;
    height: 28px;
    fill: #C9C600;
}

#wifi-1, #wifi-2 {
    opacity: 0;
}

#city-container {
    width: 800px;
    height: 360px;
    position: relative;
    margin-bottom: 150px;
}

#city-container img, #city-container svg {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    will-change: transform, opacity;
}

#city-container svg {
    z-index: 90;
}

#white-lines {
    -webkit-backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast;
    clip-path: url(#clip-path-for-white-lines);
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translateZ(0);
}

#partner-slide {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 8;
}

#partner-title, #team-title, #pdg-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 30px;
    width: 100vw;
    flex-shrink: 0;
    color: var(--dark-blue);
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 32px;
    position: relative;
    z-index: 2;
}

#partner-title-left-line, #partner-title-right-line {
    height: 3px;
    width: 0%;
    position: relative;
    top: 3px;
}

#partner-title-left-line {
    margin-right: 30px;
    background: linear-gradient(90deg, #04afff00 40%, #04afffff 90%);
}

#partner-title-right-line {
    margin-left: 30px;
    background: linear-gradient(90deg, #04afffff 10%, #04afff00 60%);
}

#partner-container {
    display: flex;
    padding-bottom: 60px;
    white-space: nowrap;
    height: 100px;
    width: 100%;
    position: relative;
}

/* #partner-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #001f33, #001f3300, #001f3300, #001f3300, #001f33);
} */

#partner-container > div {
    display: flex;
    white-space: nowrap;
    flex-shrink: 0;
    position: absolute;
    left: 0;
    top: 0;
    will-change: transform;
}

.partner-logo {
    height: 130px;
    width: 220px;
    background-color: white;
    margin-right: 20px;
    padding: 20px;
    box-sizing: border-box;
    flex-shrink: 0;
    border-radius: 30px;
    box-shadow: var(--card-box-shadow);
}

.partner-logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

#team-slide {
    position: relative;
    background: transparent;
    width: 100%;
    color: white;
    overflow: hidden;
}

#applications-slide {
    position: relative;
    z-index: 2;
    padding-bottom: 20px;
}

#applications-slide-title {
    color: var(--dark-blue);
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 32px;
    margin: 80px 0 40px 0;
    text-align: center;
}

#apps {
    width: -moz-fit-content;
    width: fit-content;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 60px;
    padding: 0 120px;
}

#apps > * {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    border-radius: 40px;
    padding: 30px;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    perspective: 1000px;
    will-change: transform;
    transform-origin: center;
    transform-style: preserve-3d;
    border: none;
    position: relative;
    flex-shrink: 0;
}

#app-last-card {
    /* grid-column: 3 / 5;
    grid-row: 2; */
    cursor: default;
}

#apps > * > * {
    position: relative;
    z-index: 2;
}

.app-logo {
    display: flex;
    background-color: white;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    will-change: transform, box-shadow;
    transform-origin: center;
}

.app-logo img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.app-name {
    color: white;
    font-size: 22px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    margin-top: 10px;
}

.app-subtitle {
    color: white;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    text-align: center;
    line-height: 18px;
    margin-top: 8px;
    margin-bottom: 15px;
}

.app-button {
    background-color: transparent;
    color: white;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
    border-radius: 30px;
    cursor: pointer;
    margin-top: auto;
    transition: 0.15s ease;
}

.app-button:hover {
    border-color: rgba(255, 255, 255, 0.35);
}

.app-card-background {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    overflow: hidden;
    z-index: 1 !important;
    pointer-events: none;
}

#myperischool-card {
    background-color: #0091EA;
}

#myperischool-card .app-card-background img {
    position: absolute;
    top: -26%;
    left: -16%;
    width: 100%;
    height: 70%;
    opacity: 0.2;
}

#scolariz-card {
    background-color: #0053a6;
}

#scolariz-card .app-card-background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
}

#recruteo-card {
    background-color: #486fe0;
}

#recruteo-card .app-logo {
    font-size: 32px;
    color: #486fe0;
    font-weight: 600;
}

#recruteo-card .app-card-background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65%;
    object-fit: cover;
    opacity: 0.12;
}

#mybabiz-card {
    background-color: #e0559a;
}

#mybabiz-card .app-card-background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65%;
    object-fit: cover;
    opacity: 0.2;
}

#familiz-card {
    background-color: #0e4d8c;
}

#familiz-card .app-card-background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    object-fit: cover;
    opacity: 0.1;
}

#mavilleconnectee-card {
    background-color: #215a80;
}

#mavilleconnectee-card .app-card-background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    object-fit: cover;
    opacity: 0.15;
}

#gesitiz-card {
    background-color: #0062E3;
}

#gesitiz-card .app-logo img {
    width: 60%;
    height: 60%;
}

#app-last-card {
    background-color: white;
    box-shadow: var(--card-box-shadow);
}

#arnaud-slide {
    display: flex;
    align-items: center;
    margin: 0 120px 80px 120px;
    position: relative;
    z-index: 2;
    background-color: var(--main-blue);
    padding: 50px;
    border-radius: 40px;
}

#arnaud-photo {
    width: 260px;
    height: 260px;
    object-fit: contain;
    border-radius: 50%;
    margin-right: 50px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

#arnaud-photo img {
    width: 100%;
    height: 140%;
    margin-top: -10%;
    object-fit: cover;
    object-position: center;
    outline: none;
}

#arnaud-infos-container {
    flex: 1;
}

#arnaud-container {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 20px;
}

#arnaud-title {
    width: 400px;
    height: auto;
}

#arnaud-subtitle {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
    background-color: white;
    color: var(--main-blue);
    font-family: Poppins, sans-serif;
    position: relative;
    padding: 6px 20px;
    border-radius: 10px;
}

#arnaud-text {
    font-size: 14px;
    position: relative;
    text-align: justify;
    font-family: Poppins, sans-serif;
    font-weight: 300;
}

#arnaud-text > svg:nth-child(1) {
    position: absolute;
    left: -50px;
    top: 0;
    width: 32px;
    height: 32px;
    fill: #ffffff;
    opacity: 0;
}

#arnaud-text > svg:nth-child(2) {
    position: absolute;
    right: -50px;
    bottom: 0;
    width: 32px;
    height: 32px;
    fill: #ffffff;
    opacity: 0;
}

#our-team-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    position: relative;
}

#our-team-title svg {
    height: 72px;
}

#our-team-left-white-line, #our-team-right-white-line {
    height: 1px;
    flex: 1;
    background-color: white;
}

#our-team-avatars {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    background-color: white;
    position: relative;
    z-index: 2;
    padding: 60px 0 20px 0;
    margin: 0 120px 120px 120px;
    box-shadow: var(--card-box-shadow);
    border-radius: 40px;
}

.avatar-photo {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.avatar-photo img {
    object-fit: contain;
    height: 398px;
    margin-top: -50px;
}

.avatar {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 280px;
    margin-bottom: 35px;
    opacity: 0;
    position: relative;
    z-index: 1;
}

.avatar-no-pointer-events {
    pointer-events: none;
    z-index: 2;
}

.avatar-name {
    margin-top: 8px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    text-align: center;
    color: rgb(50, 60, 70);
}

.avatar-job {
    margin-top: 3px;
    font-size: 16px;
    text-align: center;
    min-height: 50px;
    color: rgb(120, 130, 140);
    font-family: Poppins, sans-serif;
    font-weight: 300;
    line-height: 20px;
}

.avatar-message {
    position: absolute;
    opacity: 0;
    bottom: calc(100% - 26px);
    left: calc(100% - 80px);
    border-radius: 50%;
    padding: 15px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    white-space: nowrap;
    transform-style: preserve-3d;
    pointer-events: none;
    color: white;
    background-color: var(--main-blue);
    min-width: 36px;
    transform-origin: bottom left;
}

.avatar-message::before {
    position: absolute;
    bottom: -16px;
    left: 20px;
    content: '';
    width: 30px;
    height: 30px;
}

.avatar-group {
    display: flex;
    flex-wrap: wrap;
    width: 1120px;
    z-index: 10;
}

.avatar-group .avatar:nth-child(1) .avatar-photo {
    background-color: #F5ABCC;
}

.avatar-group .avatar:nth-child(1) .avatar-message {
    background-color: #E8649E;
}

.avatar-group .avatar:nth-child(1) .avatar-message::before {
    background: url(Ressources/tail-1.svg) no-repeat;
}

.avatar-group .avatar:nth-child(2) .avatar-photo {
    background-color: #FF9E9E;
}

.avatar-group .avatar:nth-child(2) .avatar-message {
    background-color: #EB6C6C;
}

.avatar-group .avatar:nth-child(2) .avatar-message::before {
    background: url(Ressources/tail-2.svg) no-repeat;
}

.avatar-group .avatar:nth-child(3) .avatar-photo {
    background-color: #FFBC63;
}

.avatar-group .avatar:nth-child(3) .avatar-message {
    background-color: #F0951D;
}

.avatar-group .avatar:nth-child(3) .avatar-message::before {
    background: url(Ressources/tail-3.svg) no-repeat;
}

.avatar-group .avatar:nth-child(4) .avatar-photo {
    background-color: #FAE27C;
}

.avatar-group .avatar:nth-child(4) .avatar-message {
    background-color: #F2C400;
}

.avatar-group .avatar:nth-child(4) .avatar-message::before {
    background: url(Ressources/tail-4.svg) no-repeat;
}

.avatar-group .avatar:nth-child(5) .avatar-photo {
    background-color: #D3E67C;
}

.avatar-group .avatar:nth-child(5) .avatar-message {
    background-color: #B0C24A;
}

.avatar-group .avatar:nth-child(5) .avatar-message::before {
    background: url(Ressources/tail-5.svg) no-repeat;
}

.avatar-group .avatar:nth-child(6) .avatar-photo {
    background-color: #94DEB6;
}

.avatar-group .avatar:nth-child(6) .avatar-message {
    background-color: #5CC48C;
}

.avatar-group .avatar:nth-child(6) .avatar-message::before {
    background: url(Ressources/tail-6.svg) no-repeat;
}

.avatar-group .avatar:nth-child(7) .avatar-photo {
    background-color: #76D9DB;
}

.avatar-group .avatar:nth-child(7) .avatar-message {
    background-color: #3CBABD;
}

.avatar-group .avatar:nth-child(7) .avatar-message::before {
    background: url(Ressources/tail-7.svg) no-repeat;
}

.avatar-group .avatar:nth-child(8) .avatar-photo {
    background-color: #8DCBF7;
}

.avatar-group .avatar:nth-child(8) .avatar-message {
    background-color: #2D88CC;
}

.avatar-group .avatar:nth-child(8) .avatar-message::before {
    background: url(Ressources/tail-8.svg) no-repeat;
}

#avatar-left-arrow, #avatar-right-arrow {
    width: 50px;
    height: 50px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: auto 0;
    cursor: pointer;
    transition: 0.15s ease;
    position: relative;
    top: -26px;
    border: 1px solid rgb(230, 235, 240);
}

#avatar-left-arrow {
    right: 0;
}

#avatar-right-arrow {
    left: 0;
}

#avatar-left-arrow svg, #avatar-right-arrow svg {
    fill: rgb(80, 90, 100);
    width: 20px;
    height: 20px;
}

#avatar-left-arrow:hover, #avatar-right-arrow:hover {
    border-color: rgb(200, 210, 220);
}

footer {
    color: white;
    font-family: Poppins, sans-serif;
    position: relative;
    z-index: 8;
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}

footer hr {
    border: none;
    width: calc(100% - 100px);
    height: 1px;
    background-color: rgb(0, 20, 40, 0.08);
    margin: 30px auto;
    box-sizing: border-box;
}

#footer-top-part {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

#footer-logo-container {
    position: relative;
    /* padding: 0 20px; */
    margin-right: 50px;
}

/* #footer-logo-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(30px);
    mask-image: radial-gradient(black 40%, transparent 70%);
    background-color: rgba(255, 255, 255, 0.2);
} */

#footer-top-part img {
    width: 160px;
    height: auto;
    position: relative;
    z-index: 2;
}

#footer-contact-us-btn {
    padding: 12px 30px;
    background: var(--main-blue);
    font-family: Poppins, sans-serif;
    font-size: 18px;
    color: white;
    font-weight: 500;
    border: none;
    border-radius: 40px;
    margin-left: 50px;
    cursor: pointer;
    position: relative;
    transition: 0.15s ease;
}

#footer-contact-us-btn:hover {
    background-color: var(--main-blue-hover);
}

#footer-bottom-part {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    align-items: center;
    color: rgb(150, 160, 170);
    font-size: 12px;
    font-weight: 300;
    gap: 30px;
}

#footer-bottom-part a {
    color: rgb(150, 160, 170);
    text-decoration: none;
}

footer a[href^=tel]{
    color: rgb(150, 160, 170);
    text-decoration:none;
}

#footer-contact-text {
    color: rgb(80, 90, 100);
    font-size: 16px;
    display: flex;
    align-items: center;
}

#footer-contact-text > div:not(.footer-vertical-bar) {
    position: relative;
    display: flex;
    gap: 10px;
}

.footer-vertical-bar {
    height: 30px;
    width: 1px;
    background-color: rgb(220, 225, 230);
    margin: 0 20px;
}

#footer-contact-text a {
    transition: 0.15s ease;
    text-decoration: none;
    position: relative;
    display: flex;
}

#footer-contact-text a svg {
    width: 24px;
    height: 24px;
    fill: rgb(80, 90, 100);
    transition: 0.15s ease;
}

#footer-contact-text a:hover svg {
    fill: var(--main-blue);
}

#mentions-legales {
    cursor: pointer;
}

#logo-modal-demo {
    height: 120px;
    width: auto;
    margin: 0 auto 30px auto;
    display: block;
}

#texte-modal-demo {
    text-align: center;
    margin: 25px auto;
    font-size: 22px;
    color: #1E5C89;
    font-weight: 600;
}

#bouton-envoyer-demande {
    margin: 30px auto 0px auto;
    display: block;
    padding: 12px 20px;
    border-radius: 40px;
    font-size: 14px;
    border: none;
    background-color: var(--main-blue);
    color: white;
    font-family: Poppins, sans-serif;
    transition: 0.15s ease;
    cursor: pointer;
    font-weight: 500;
}

#bouton-envoyer-demande:hover {
    background-color: var(--main-blue-hover);
}

#bouton-envoyer-demande:disabled {
    opacity: 0.2;
    cursor: not-allowed;
}

#bouton-envoyer-demande svg {
    fill: #ffffff;
    margin-right: 5px;
    width: 14px;
    height: 14px;
}

#message-envoye, #erreur-message-pas-envoye, #icone-chargement {
    display: none;
}

#message-envoye, #erreur-message-pas-envoye {
    margin-top: 30vh;
    text-align: center;
    font-size: 18px;
    color: rgb(30, 40, 50);
}

.bloc-icone-retour-demande {
    height: 50px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    width: 100%;
    fill: rgb(80, 90, 100);
}

#message-envoye .bloc-icone-retour-demande {
    fill: #78ad03;
}

.bloc-icone-retour-demande svg {
    width: 100%;
    height: 100%;
}

#erreur-formulaire {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    display: none;
}

#erreur-formulaire svg {
    margin-right: 5px;
}

.g-recaptcha > div {
    margin: auto;
}

#made-in-artois {
    position: absolute;
    z-index: 2;
    width: 100px;
    height: 100px;
    top: 30px;
    left: 420px;
    opacity: 0;
}

@keyframes cconsentAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#cconsent-bar {
    background-color: white !important;
    left: 30px !important;
    bottom: 30px !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    color: rgb(50, 60, 70) !important;
    font-family: centhury-gothic, sans-serif !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 10px rgba(0, 10, 20, 0.3) !important;
    max-width: 250px !important;
    font-size: 13px !important;
    opacity: 0;
    transform: none !important;
    animation: cconsentAnimation 1s ease forwards !important;
    animation-delay: 3.2s !important;
}

#cconsent-bar .ccb__right > div {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

#cconsent-bar .ccb__left {
    line-height: initial !important;
    margin-top: 0 !important;
}

#cconsent-bar .ccb__right {
    white-space: initial !important;
    width: 100% !important;
}

#cconsent-bar a {
    color: rgb(50, 60, 70) !important;
    font-size: 14px !important;
    display: block;
    border: 1px solid rgb(220, 225, 230);
    text-align: center;
    text-decoration: none !important;
    border-radius: 4px;
    padding: 6px !important;
    line-height: initial !important;
    width: 100% !important;
    font-family: centhury-gothic, sans-serif !important;
    margin-bottom: 8px !important;
}

#cconsent-bar button {
    background-color: #0079D2 !important;
    font-size: 14px !important;
    border-radius: 4px;
    padding: 6px !important;
    line-height: initial !important;
    border: 1px solid rgb(220, 225, 230);
    text-align: center;
    color: white !important;
    width: 100% !important;
    font-family: centhury-gothic, sans-serif !important;
}

#cconsent-bar.ccb--hidden {
    display: none !important;
}

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

    #cconsent-bar {
        width: calc(100% - 40px) !important;
        max-width: initial !important;
        left: 20px !important;
        bottom: 20px !important;
    }

}

#agencies-slide {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 120px 20px 120px;
    gap: 60px;
}

#number-of-customers-card {
    width: 400px;
    background-color: white;
    box-shadow: var(--card-box-shadow);
    z-index: 3;
    border-radius: 40px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 50px;
}

#france-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
    flex: 1;
    z-index: 8;
}

#north-of-france-img-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    overflow: hidden;
}

@keyframes northOfFranceAnimation {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-8%);
    }
}

@keyframes northOfFranceAnimationMobile {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-20%);
    }
}

#north-of-france-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
    border-radius: 40px;
    animation: northOfFranceAnimation 18s infinite alternate linear;
}

#agencies-color-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 130, 191, 0.2), rgba(36, 145, 88, 0.2), rgba(209, 144, 0, 0.2));
}

#agencies-right-part {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 100px;
}

#agencies-title {
    font-size: 50px;
    color: white;
    font-weight: bold;
    margin-bottom: 50px;
    text-shadow: 0 2px 10px rgba(0, 20, 40, 0.3);
}

.agency {
    padding: 30px;
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 25px;
    box-shadow: 0 15px 20px rgba(0, 10, 20, 0.25), 0 5px 10px rgba(0, 10, 20, 0.1);
    margin-bottom: 30px;
    width: 550px;
    box-sizing: border-box;
}

.agency > div:first-child {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 25px;
    flex-shrink: 0;
}

.agency.pink > div:first-child {
    background-color: #E71D73;
}

.agency.orange > div:first-child {
    background-color: #F39200;
}

.agency > div:first-child svg {
    fill: white;
    width: 50%;
    height: 50%;
}

.agency > div:last-child > h2:nth-child(1) {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 12px;
}

.agency.pink > div:last-child > h2:nth-child(1) {
    color: #E71D73;
}

.agency.orange > div:last-child > h2:nth-child(1) {
    color: #F39200;
}

.agency > div:last-child > div:nth-child(2) {
    font-size: 16px;
    font-weight: bold;
    color: rgb(50, 60, 70);
    margin-bottom: 5px;
}

.agency > div:last-child > div:nth-child(3) {
    font-size: 16px;
    color: rgb(50, 60, 70);
}

#agencies-slide-contact-us-btn {
    margin-top: 30px;
    background-color: transparent;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    color: white;
    font-family: Poppins, sans-serif;
    font-weight: bold;
    font-size: 28px;
    padding: 14px 30px 18px 30px;
    border-radius: 40px;
    cursor: pointer;
    position: relative;
    transition: 0.15s ease;
    overflow: hidden;
    border: 2px solid white;
}

#agencies-slide-contact-us-btn:hover {
    background-color: #04afff;
    border-color: #04afff;
    box-shadow: 0 5px 10px rgba(0, 10, 20, 0.25);
}

#agencies-france-container {
    position: relative;
    width: 600px;
    height: 600px;
    flex-shrink: 0;
}

#agencies-france-container > svg:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translateZ(0);
}

#france-lines, #france-areas {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translateZ(0);
}

#france-areas {
    opacity: 0;
}

#france-lines line, #france-lines polyline, #france-lines path {
    stroke-dasharray: 600;
    stroke-dashoffset: 600px;
}

#agencies-france {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: url(#france);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(0, 20, 40, 0.1);
    opacity: 0;
}

/* .france-popup {
    z-index: 3;
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    height: fit-content;
    opacity: 0;
    bottom: calc(100% + 12px);
    left: 50%;
    right: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    will-change: transform, opacity;
    background-color: rgba(0, 20, 40, 0.7);
    color: white;
    padding: 10px 20px;
    border-radius: 12px;
    pointer-events: none;
    white-space: nowrap;
    transform: translateX(-50%) translateY(-6px);
    transition: 0.15s ease;
} */

.france-map-point {
    opacity: 0;
    position: absolute;
    z-index: 2;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.france-map-point::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: 0.15s ease;
}

/* .france-map-point:hover::after {
    transform: scale(1.08);
}

.france-map-point:hover .france-popup {
    opacity: 1;
    transform: translateX(-50%) translateY(0px);
} */

.france-map-point svg {
    width: 30px;
    max-width: 40%;
    aspect-ratio: 1 / 1;
    fill: white;
    position: relative;
    z-index: 2;
}

#france-map-points .france-map-point:nth-child(1) {
    top: -3%;
    left: 39%;
    width: 22%;
}

#france-map-points .france-map-point:nth-child(1)::after {
    background-color: rgba(228, 32, 116, 0.9);
}

#france-map-points .france-map-point:nth-child(2) {
    top: 15%;
    left: 33%;
    width: 8%;
}

#france-map-points .france-map-point:nth-child(2)::after {
    background-color: rgba(239, 143, 6, 0.9);
}

#france-map-points .france-map-point:nth-child(3) {
    top: 17%;
    left: 67%;
    width: 6%;
}

#france-map-points .france-map-point:nth-child(3)::after {
    background-color: rgba(239, 143, 6, 0.9);
}

#france-map-points .france-map-point:nth-child(4) {
    top: 21%;
    left: 74%;
    width: 9%;
}

#france-map-points .france-map-point:nth-child(4)::after {
    background-color: rgba(239, 143, 6, 0.9);
}

#france-map-points .france-map-point:nth-child(5) {
    top: 28%;
    left: 20%;
    width: 12%;
}

#france-map-points .france-map-point:nth-child(5)::after {
    background-color: rgba(60, 165, 221, 0.9);
}

#france-map-points .france-map-point:nth-child(6) {
    top: 47%;
    left: 52%;
    width: 6%;
}

#france-map-points .france-map-point:nth-child(6)::after {
    background-color: rgba(195, 193, 40, 0.9);
}

#france-map-points .france-map-point:nth-child(7) {
    top: 51%;
    left: 61%;
    width: 12%;
}

#france-map-points .france-map-point:nth-child(7)::after {
    background-color: rgba(60, 165, 221, 0.9);
}

#france-map-points .france-map-point:nth-child(8) {
    top: 60%;
    left: 27%;
    width: 6%;
}

#france-map-points .france-map-point:nth-child(8)::after {
    background-color: rgba(195, 193, 40, 0.9);
}

#france-map-points .france-map-point:nth-child(9) {
    top: 67%;
    left: 70%;
    width: 12%;
}

#france-map-points .france-map-point:nth-child(9)::after {
    background-color: rgba(60, 165, 221, 0.9);
}

#france-map-points .france-map-point:nth-child(10) {
    top: 73%;
    left: 42%;
    width: 12%;
}

#france-map-points .france-map-point:nth-child(10)::after {
    background-color: rgba(60, 165, 221, 0.9);
}

.agency a[href^=tel] {
    color: rgb(50, 60, 70);
    text-decoration:none;
}

#mobile-menu-btn {
    display: none;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 44px;
    height: 44px;
    z-index: 110;
    border: none;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    padding: 0;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    transition: 0.15s ease;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    flex-direction: column;
    gap: 5px;
}

#mobile-menu-btn .menu-bar {
    background-color: var(--dark-blue);
    width: 20px;
    height: 2px;
    border-radius: 3px;
    transition: 0.15s ease;
}

#mobile-menu-btn.open > .menu-bar:nth-child(1) {
    transform: rotate(45deg) translateX(2px) translateY(-3px);
    transform-origin: top left;
    width: 23px;
}

#mobile-menu-btn.open > .menu-bar:nth-child(2) {
    transform: translateX(8px);
    opacity: 0;
}

#mobile-menu-btn.open > .menu-bar:nth-child(3) {
    transform: rotate(-45deg) translateX(2px) translateY(3px);
    transform-origin: bottom left;
    width: 23px;
}

#mobile-menu-btn.open .menu-bar {
    background-color: var(--dark-blue) !important;
}

#mobile-menu-btn.under-first-slide .menu-bar {
    background-color: white;
}

#mobile-menu {
    display: none;
    position: fixed;
    z-index: 100;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: white;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px 20px 120px 20px;
}

#mobile-menu-waigeo-logo {
    width: 140px;
    margin: 0 auto;
}

.mobile-menu-link {
    text-decoration: none;
    color: rgb(50, 70, 80);
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.mobile-menu-section-title {
    color: rgb(120, 140, 150);
    margin: 30px 0 4px 0;
    font-size: 13px;
    text-align: center;
}

.mobile-menu-section-title.with-extra-margin {
    margin-bottom: 10px;
}

#mobile-applications, #mobile-latest-news {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.mobile-application, .mobile-article {
    display: flex;
    width: 335px;
    font-family: Poppins, sans-serif;
}

.mobile-article picture {
    display: flex;
}

.mobile-application-image, .mobile-article-image {
    width: 104px;
    height: 104px;
    margin-right: 20px;
    flex-shrink: 0;
}

.mobile-article-image {
    border-radius: 18px;
    object-fit: cover;
}

.mobile-application-name {
    color: rgb(50, 70, 80);
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 500;
}

.mobile-article-name {
    color: rgb(50, 70, 80);
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.mobile-application-message {
    color: rgb(80, 100, 110);
    font-size: 12px;
    line-height: 16px;
}

.mobile-application-link, .mobile-article-link {
    height: 32px;
    color: #286A9E;
    border: 1px solid rgba(40, 106, 158, 0.25);
    background-color: transparent;
    border-radius: 30px;
    padding: 0 16px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.15s ease;
    text-decoration: none;
    margin-top: 10px;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
}

.mobile-application-link:hover, .mobile-article-link:hover {
    border-color: rgba(40, 106, 158, 0.4);
}

@keyframes loader {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#loader {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    width: 100vw;
    height: 100vh;
    background-color: white;
}

#loader svg {
    fill: rgb(220, 226, 232);
    width: 40px;
    height: 40px;
    animation: loader 1s infinite linear;
}

#smartphone-area {
    position: absolute;
    left: 150px;
    top: 120px;
    z-index: 3;
    display: flex;
    flex-direction: column;
}

#smartphone-container {
    width: auto;
    height: auto;
    position: relative;
    transform: rotate(-2deg) translateX(5px);
    flex: 1;
}

#smartphone-black-screen {
    width: auto;
    height: 100%;
    object-fit: contain;
}

#smartphone-images picture {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: auto;
    height: 100%;
}

#smartphone-black-screen img, #smartphone-images img {
    position: relative;
    width: auto;
    height: calc(100vh - 310px);
    min-height: 480px;
    object-fit: contain;
}

#smartphone-apps {
    box-sizing: border-box;
    width: 210px;
    border-left: 1px solid rgb(200, 210, 220);
    height: 90px;
    margin-bottom: -5px;
}

#smartphone-apps > div {
    position: absolute;
    top: 0;
    left: 20px;
}

#smartphone-apps > div:not(.selected) {
    opacity: 0;
}

.smartphone-app-name {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgb(80, 90, 100);
    margin-bottom: 8px;
}

.smartphone-app-text {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: rgb(120, 130, 140);
    line-height: 16px;
}
