/* Typos */

:root {
    --bg-light: #fff;
    --bg-dark: #dbd7cd;
}

body {
    background-color: #fff !important;
}

p {
    font-family: 'din-2014', sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}

.text-black p,
.text-black a {
    color: #000;
}

.text-black a:hover {
    color: #0d6efd;
}

.text-black a {
    text-decoration: underline;
}

ul li {
    font-size: 18px;
    color: black;
}

ol li {
    font-size: 18px;
}

.grand-titre {
    font-family: 'din-2014', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    font-size: 90px;
    line-height: 98px;
    letter-spacing: 0.05rem;
}

.grand-titre-fade {
    font-family: 'din-2014', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    font-size: 70px;
    line-height: 78px;
    letter-spacing: 0.05rem;
}

.contact-titre {
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 53px;
    letter-spacing: 0.05rem;
    text-transform: none;
}

.moyen-titre {
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 58px;
    letter-spacing: 0.05rem;
}

.sous-titre,
.sous-titre * {
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0.05rem;
    text-transform: none;
}

.texte-sm,
.texte-sm p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.05rem;
}

.texte-md,
.texte-md p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0.05rem;
    text-transform: none;
}

.texte-md {
    font-size: 24px !important;
    line-height: 31px !important;
}

.sous-titre a,
.texte-sm a,
.texte-md a {
    text-decoration: underline;
}

.text-white>* {
    color: #FFFFFF;
}

.text-white ul li {
    color: #FFFFFF !important;
}

.contact-intro {
    color: rgba(198, 198, 198, 1);
}

/* Typos - Fin */

/* Couleurs */

.color-grey {
    color: #8F8F8F;
}

.color-yellow {
    color: #FFCF01 !important;
}

.color-dark-green {
    color: #008345;
}

/* Couleurs - Fin */

/*.navbar-nav li.nav-item.nav-lang a.nav-link {
    color: #FFCF01 !important;
}*/

.navbar-nav li.nav-item a {
    letter-spacing: 0.05em;
}

.mobile-logo-container-sizing {
    height: 60px;
    width: 325px;
}

.not-pastille,
.is-pastille {
    position: absolute;
    top: 0;
}

body:not(.sk__scrolling-started) img.not-pastille {
    opacity: 1;
}

body:not(.sk__scrolling-started) img.is-pastille {
    opacity: 0;
}

body.sk__scrolling-started img.not-pastille {
    opacity: 0;
}

body.sk__scrolling-started img.is-pastille {
    opacity: 1;
}

.hero-socials {
    left: 75px;
}

.sk__navbar {
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    border-bottom: none;
}

h1.hero-h1,
span.hero-h1.sk__gradient-fancy-text-back {
    font-family: 'din-2014', sans-serif;
    font-weight: 400;
    font-size: 90px;
    line-height: 98px;
    text-transform: initial;
    letter-spacing: 0.05rem;
    text-shadow: none;
}

section.sk__hero-item-theme-style {
    padding: 40px 80px;
}

.hero-h1 span {
    color: #FFCF01;
    /*text-shadow: 4px 4px 10px rgb(100 100 100 / 50%);*/
}

#contact-us .hero-h1 span {
    color: #FFCF01;
    text-shadow: none;
}

.btn {
    font-family: 'din-2014', sans-serif;
    padding: 18px 40px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.05rem;
    border-radius: 0;
    text-transform: uppercase;
    border: 1px solid #FFCF01;
    color: #000;
    background-color: #FFCF01;
}

.btn:hover,
.btn:focus {
    background-color: #fff;
    border-color: #000;
}

.hero-box-bottom-left .cover-text-wrapper h3 {
    font-size: 36px;
    letter-spacing: 0.05rem;
    margin-top: 20px;
}

.hero-box-bottom-left .cover-text-wrapper p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.05rem;
    margin-top: 20px;
    font-weight: 400;
}

.hero-box-bottom-left {
    position: relative;
    max-width: 500px;
}

.hero-box-bottom-right .big-abbreviated-heading {
    font-size: 120px;
    line-height: 187px;
    font-weight: 400;
    letter-spacing: 13px;
}

.hero-box-bottom-right p {
    bottom: 37.5px;
    right: 150px;
    font-family: 'din-2014', sans-serif;
    font-size: 28px;
    line-height: 31px;
    font-weight: 400;
    letter-spacing: 0.05rem;
}

.hero-box-bottom-right h4 {
    bottom: 36px;
    font-family: 'din-2014', sans-serif;
    font-size: 50px;
    font-weight: 400;
    right: 90px;
    letter-spacing: 0.05rem;
}

.text-grey {
    color: #474747;
}

.pt-100 {
    padding-top: 100px;
}

.pt-200 {
    padding-top: 200px;
}

.mt--1 {
    margin-top: -1px !important;
}

.mt-30 {
    margin-top: 30px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-200 {
    margin-top: 200px;
}

.mb-20 {
    margin-bottom: 20px;
}

ul+p.texte-md {
    margin-top: 30px;
}

.certifications .slick-disabled {
    display: none !important;
}

.partner {
    width: 100%;
    padding-top: unset;
    background-color: rgba(175, 175, 175, 0.5);
    background-blend-mode: luminosity;
}

.section-arrow {
    margin-top: -100px;
}

/*.section-arrow-emplois {
    margin-top: 350px;
}*/

.section-arrow-empty {
    margin-top: -100px;
    right: 40%;
    z-index: 1;
}

.nos-sites-slider .slick-prev:before,
.nos-sites-slider .slick-next:before {
    font-family: icomoon;
    font-size: 49px;
    line-height: 1;
    color: #FFCF01;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.nos-sites-slider .slick-prev {
    left: -175px;
}

.nos-sites-slider .slick-next {
    right: -175px;
}

.dark-grey-bg {
    background-color: #363532 !important;
}

.bg-wrap {
    background: var(--bg-light);
}

.bg-beige {
    background-color: rgba(183, 176, 156, 0.5);
}

.bg-beige .btn {
    font-family: 'din-2014', sans-serif;
    padding: 18px 40px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.05rem;
    border-radius: 0;
    text-transform: uppercase;
    border: 1px solid #008345;
    color: #fff;
    background-color: #008345;
}

.bg-beige .btn:hover {
    background-color: #fff;
    border-color: #008345;
    color: #008345;
}

.footer-title {
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 0.05rem;
    color: #FFCF01;
    max-width: 500px;
}

.span-inside-accent span {
    color: #FFCF01;
}

.top-footer-logo {
    max-width: 300px;
}

a.footer-main-links {
    font-weight: 400;
    line-height: 2.1;
}

.footer-main-small-col h5 {
    margin-top: 12px;
    margin-bottom: 20px;
}

.footer-socials a:hover:before {
    position: unset;
    width: unset;
    height: unset;
}

.footer-socials a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 20px;
    margin: 0 8px 8px 0;
    width: 40px;
    height: 40px;
    line-height: 35px;
    border: none;
    border-radius: 0;
}

footer {
    padding: 30px 0 0px;
}

.row.footer-bottom {
    border-top: 1px solid rgba(138, 138, 138, 0.41);
}

.footer-bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
}

.anim-img-right {
    object-fit: cover;
    object-position: right;
    position: absolute;
    width: 50%;
    height: 100% !important;
    top: 0;
    right: 0;
}

.anim-fade-in {
    opacity: 0;
}

.lignes-gauche {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 23px;
}

.lignes-droite {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 30px;
}

a.sk__back-to-top {
    background: unset;
}

span.sk__back-to-top {
    display: block;
    width: 19px;
    height: 19px;
    border-top: 4px solid #000;
    border-right: 4px solid #000;
    border-radius: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 17px;
    left: 13px;
    position: absolute;
    opacity: 0.5;
}

a.sk__back-to-top:hover span.sk__back-to-top {
    border-top-color: #000000;
    border-right-color: #000000;
    opacity: 1;
}

.hero-box-bottom-right {
    position: absolute;
    width: 260px;
    height: 100%;
    bottom: 0;
    right: 0;
}

.top-footer-logo,
.top-footer-tagline {
    display: block;
}

a.sk__back-to-top:hover span.sk__back-to-top {
    border-top-color: #F7A600;
    border-right-color: #F7A600;
    opacity: 1;
}

.top-footer-tagline p span+span::before {
    content: ' · ';
    color: #FFCF01;
}

.footer-top {
    padding-bottom: 0px;
}

footer {
    border-top: 1px solid rgba(0, 0, 0, 0.41);
}

.footer-main {
    padding: 0 0 30px 0;
}

.sk__subtle-divider {
    background: rgba(255, 255, 255, 0.4);
}

hr.sk__divider,
.divider {
    display: block;
    height: 1px;
    margin-bottom: 40px;
    margin-top: 30px;
    border-top: 1px solid rgba(138, 138, 138, 0.41);
}

.navbar-nav>li:hover>a.nav-link:before {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}

nav#hc-nav-1 li.nav-item a.nav-link:hover,
nav#hc-nav-1 li.nav-item a.nav-link.active {
    color: #FFCF01 !important;
}

/*nav:not(#hc-nav-1) li.nav-item a.nav-link:hover, li.nav-item a.nav-link.active {
    color: #000 !important;
}*/

nav:not(#hc-nav-1) li.nav-item a.nav-link::after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #FFCF01;
    display: block;
    bottom: 0;
    position: absolute;
    left: 0;
    transform: scaleX(0);
    transition: all 0.3s;
}

nav:not(#hc-nav-1) li.nav-item a.nav-link:hover::after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #FFCF01;
    display: block;
    bottom: 0;
    position: absolute;
    left: 0;
    transform: scaleX(1);
}

nav:not(#hc-nav-1) li.nav-item a.nav-link.active::after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #FFCF01;
    display: block;
    bottom: 0;
    position: absolute;
    left: 0;
    transform: scaleX(1);
}

/*body.sk__scrolling-started nav:not(#hc-nav-1) li.nav-item a.nav-link.active::after {
    background-color: #000;
}*/

.icon-hover-effect {
    z-index: 1;
}

a.sk__iconbox-icon-link span.sk__iconbox-icon-dash {
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
}

.icon-hover-effect.icon-thumbsup {
    background-image: url('../images/thumbs-up_genik.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 43.2px;
    height: 45px;
    transition: all 0.3s;
}

.sk__iconbox-icon-link.icon-thumbsup:hover .icon-hover-effect.icon-thumbsup {
    background-image: url('../images/thumbs-up_genik_couleur.png');
}

.icon-hover-effect.icon-handshake {
    background-image: url('../images/handshake_genik.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 55px;
    height: 45px;
    transition: all 0.3s;
}

.sk__iconbox-icon-link.icon-handshake:hover .icon-hover-effect.icon-handshake {
    background-image: url('../images/handshake_genik_couleur.png');
}

.icon-hover-effect.icon-medal {
    background-image: url('../images/medaille_genik.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 30px;
    height: 45px;
    transition: all 0.3s;
}

.sk__iconbox-icon-link.icon-medal:hover .icon-hover-effect.icon-medal {
    background-image: url('../images/medaille_genik_couleur.png');
}

a.sk__iconbox-icon-link>span.sk__iconbox-icon>span.sk__iconbox-trail {
    background: rgb(129, 21, 255);
    background: -moz-linear-gradient(90deg, rgba(129, 21, 255, 0) 45%, rgba(232, 78, 15, 0.25253851540616246) 62%, rgba(247, 166, 0, 0.35898109243697474) 85%, rgba(255, 208, 0, 0.8239670868347339) 100%);
    background: -webkit-linear-gradient(90deg, rgba(129, 21, 255, 0) 45%, rgba(232, 78, 15, 0.25253851540616246) 62%, rgba(247, 166, 0, 0.35898109243697474) 85%, rgba(255, 208, 0, 0.8239670868347339) 100%);
    background: linear-gradient(90deg, rgba(129, 21, 255, 0) 45%, rgba(232, 78, 15, 0.25253851540616246) 62%, rgba(247, 166, 0, 0.35898109243697474) 85%, rgba(255, 208, 0, 0.8239670868347339) 100%);
}

span.sk__iconbox-icon-dash {
    background: rgb(129, 21, 255);
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) padding-box, -webkit-gradient(linear, left top, right top, from(rgba(232, 78, 15, 1)), color-stop(50%, rgba(247, 166, 0, 1)), to(rgba(255, 208, 0, 1))) border-box;
    background: -o-linear-gradient(#000, #000) padding-box, -o-linear-gradient(left, rgba(232, 78, 15, 1) 0%, rgba(247, 166, 0, 1) 50%, rgba(255, 208, 0, 1) 100%) border-box;
    background: linear-gradient(#000, #000) padding-box, linear-gradient(90deg, rgba(232, 78, 15, 1) 0%, rgba(247, 166, 0, 1) 50%, rgba(255, 208, 0, 1) 100%) border-box;
}

a.sk__iconbox-icon-link {
    mix-blend-mode: normal;
}

.pt-36 {
    padding-top: 36px;
}

.gradient-links-bright p,
.footer-main-links.gradient-links {
    transition: all 0.3s;
    color: #000;
}

.gradient-links-bright:hover p,
.footer-main-links.gradient-links:hover {
    background: none;
    color: #FFCF01;
}

.sk__slide-content_right {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: 500px;
    max-width: 400px;
}

.sk__slide-content_left {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: 650px;
    max-width: 500px;
    text-align: left;
}

.sk__slide-content_left ul {
    direction: rtl;
}

.sk__slide-content_left ul li {
    direction: ltr;
    unicode-bidi: embed;
}

.sk__slide-content_right p,
.sk__slide-content_left p {
    color: #fff;
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 0;
}

.sk__services-background.sk__parallax-background-element {
    background: rgba(0, 0, 0, 0.75);
    -webkit-filter: contrast(1.07);
    filter: contrast(1.07);
    -webkit-transform: scale(1.22);
    -ms-transform: scale(1.22);
    transform: scale(1.22);
}

.sk__parallax-gallery-nav-icon {
    display: none;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    FONT-VARIANT: JIS83;
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    margin-right: 15px;
    margin-left: 15px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    background-color: #FFCF01;
    opacity: 1;
}

.carousel-indicators.indicators-notre-expertise {
    position: relative;
}

.sk__gallery-basic,
.carousel.slide {
    transition: all 0.3s;
}

#notre-expertise-processus-arrows {
    width: 100%;
    height: 100%;
    /*background-image: url('https://genikinc.phh1.lebleu.co/wp-content/themes/lebleu/assets/images/fleche_expertise_0.png');*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -100px;
    transition: all 0.3s;
}

.carousel-indicators.indicators-notre-expertise button.active:after {
    content: "";
    border: 1px solid #FFCF01;
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: -3px;
    left: -3px;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: transparent;
    box-shadow: none;
}

.accordion-body {
    color: #000;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238E8E8E'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238E8E8E'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-item {
    background-color: #fff;
    border: none;
    position: relative;
    padding-top: 2rem;
    padding-bottom: calc(2rem + 12px);
}

.accordion-item:after {
    content: "";
    width: 100%;
    height: 12px;
    /*background: url('https://genikinc.phh1.lebleu.co/wp-content/themes/lebleu/assets/images/collapse_border-bottom.svg');*/
    background-size: contain;
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    bottom: 0;
}

.accordion-button:hover {
    z-index: unset;
}

.accordion-button {
    padding: 0;
    color: #000000;
}

.accordion-body {
    padding: 1rem 1.25rem 1rem 5rem;
}

/*.contenu-collapse-bold p {
    font-weight: bold;
}*/

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1200px;
}

.lien-video-popup.display-table {
    display: table;
    width: 100%;
}

.lien-video-popup,
.lien-video-popup img {
    position: relative;
}

.lien-video-popup .popup-img-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
    top: 0;
}

.lien-video-popup.display-table::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
    top: calc(50% - 37.5px);
    left: calc(50% - 37.5px);
    background-image: url('../images/play_button_main.png');
    background-size: 80px 80px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: all 0.3s;
    z-index: 2;
}

.lien-video-popup.display-table:hover::after {
    content: "";
    background-image: url('../images/play_button_hover.png');
}


.lien-video-popup .popup-img-overlay p {
    top: 60%;
    position: absolute;
    color: #fff;
    width: 100%;
    text-align: center;
}

.yt-container {
    overflow: hidden;
}

embed,
iframe:not(#sk__yt-video-background),
object {
    max-width: unset;
}

.container-absolute-child-50 {
    position: absolute;
    width: 50%;
    height: 100% !important;
    top: 0;
    display: flex;
}

.container-absolute-child-50 .certifications {
    display: flex;
    align-items: center;
}

.certifications-title {
    display: flex;
    align-items: center;
}

.certifications-slide {
    padding: 1px !important;
}

.career-archive-box {
    padding: 50px 60px;
}

.career-archive-box-link {
    text-transform: uppercase;
    font-weight: bold;
    color: #FFCF01;
    line-height: 24px;
    position: relative;
    width: fit-content;
    margin-top: 8px;
    letter-spacing: 0.05rem;
}

.career-archive-box-link:hover {
    color: #fff;
}

/*
.career-archive-box-link:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #FFCF01;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
    transform: scale(1, 1);
    transform-origin: left center;
}
.career-archive-box-link:hover:after {
    background: #fff;
    transform: scale(0, 1);
    transform-origin: left center;
}
*/
hr.career-archive-box-line {
    background: #FFCF01;
    /*background: -o-linear-gradient(left, rgba(241, 90, 34, 1) 0%, rgba(255, 207, 1, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(241, 90, 34, 1)), to(rgba(255, 207, 1, 1)));
    background: linear-gradient(90deg, rgba(241, 90, 34, 1) 0%, rgba(255, 207, 1, 1) 100%);*/
    height: 1px;
}

.career-archive-listing>div {
    padding: 1px;
    position: relative;
    overflow: hidden;
}

/*.career-archive-listing > div:after {
    content: '';
    width: 30px;
    height: 30px;
    background: linear-gradient(-225deg,#FFCF01 20px,transparent 0);
    position: absolute;
    top: 1px;
}*/
.acf-input-wrap {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.acf-field.col-12 div.acf-input {
    position: relative;
}

.acf-field.col-12:not([data-type="file"]):not(.acf-field-textarea) div.acf-input:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(1px);
    left: 0;
    top: 0;
    z-index: 0;
}

.acf-field.acf-field-textarea div.acf-input {
    z-index: 0;
}

.acf-field.acf-field-textarea div.acf-input:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(1px);
    left: 0;
    top: 0;
    z-index: -1;
}


.sk__contact-form-col .acf-field.col-12:not([data-type="file"]):not(.acf-field-textarea) div.acf-input:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(1px);
    left: 0;
    top: 0;
    z-index: 0;
}

.sk__contact-form-col .acf-field.acf-field-textarea div.acf-input:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(1px);
    left: 0;
    top: 0;
    z-index: -1;
}

.sk__contact-form-col .form-success-message:after {
    content: "";
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 1;
}

.acf-field input[type=text],
.acf-field input[type=password],
.acf-field input[type=date],
.acf-field input[type=datetime],
.acf-field input[type=datetime-local],
.acf-field input[type=email],
.acf-field input[type=month],
.acf-field input[type=number],
.acf-field input[type=search],
.acf-field input[type=tel],
.acf-field input[type=time],
.acf-field input[type=url],
.acf-field input[type=week],
.acf-field textarea,
.acf-field select {
    width: 100%;
    padding: 16px !important;
    margin: 0;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4;
    color: #fff !important;
    z-index: 1;
}

::placeholder {
    color: #fff !important;
    opacity: 1;
}

.acf-field {
    margin: 8px 0 !important;
    padding: 0 8px;
    clear: both;
}

.acf-basic-uploader {
    width: 100%;
    height: 35px;
}

.acf-basic-uploader input {
    position: absolute;
    left: -10000px;
}

.upload-label-text {
    color: #FFCF01;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    letter-spacing: 0.05rem;
    font-weight: 600;
}

.upload-label-text:hover {
    color: #fff;
}

.acf-field .acf-notice {
    margin: 0 !important;
}

.form-success-message {
    position: relative;
    margin-top: 30px;
}

.form-success-message:after {
    content: "";
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(7px);
    left: 0;
    top: 0;
    z-index: 1;
}

.form-success-message #message {
    z-index: 2;
    display: block;
    position: relative;
    padding: 30px;
}

.form-success-message #message p {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.acf-loading,
.acf-spinner {
    height: 20px;
    width: 20px;
    vertical-align: text-top;
    background: transparent url('../images/spinner-genik.gif') no-repeat !important;
    background-size: cover !important;
    margin-top: 10px;
    margin-left: 10px;
    display: none;
}

.sk__project-infoboxes .text-white,
.sk__project-back-to-job-listing {
    opacity: 0;
}

.sk__project-back-to-job-listing,
.sk__project-back-to-job-listing i {
    color: #000;
}

.sk__project-back-to-job-listing:hover,
.sk__project-back-to-job-listing:hover i {
    color: #FFCF01;
}

a.sk__portfolio-thumblink p {
    display: inline-block;
    background: transparent;
    text-transform: uppercase;
    color: #FFCF01;
    padding: 10px 23px;
    border-radius: 70px;
    -webkit-transition: transform 0.6s ease 0s, opacity 0.6s ease 0s, background-color 0.4s ease 0s, color 0.4s ease 0s;
    -o-transition: transform 0.6s ease 0s, opacity 0.6s ease 0s, background-color 0.4s ease 0s, color 0.4s ease 0s;
    -webkit-transition: opacity 0.6s ease 0s, background-color 0.4s ease 0s, color 0.4s ease 0s, -webkit-transform 0.6s ease 0s;
    transition: opacity 0.6s ease 0s, background-color 0.4s ease 0s, color 0.4s ease 0s, -webkit-transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s, opacity 0.6s ease 0s, background-color 0.4s ease 0s, color 0.4s ease 0s;
    transition: transform 0.6s ease 0s, opacity 0.6s ease 0s, background-color 0.4s ease 0s, color 0.4s ease 0s, -webkit-transform 0.6s ease 0s;
    -webkit-transform: translateY(23px);
    -ms-transform: translateY(23px);
    transform: translateY(23px);
    opacity: 0;
}

a.sk__portfolio-thumblink p:hover {
    color: #fff;
    background: transparent;
}

.bg-white .slick-dots li button:before {
    font-family: 'slick';
    font-size: 16px;
    margin-top: 7px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .35;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bg-white .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #FFCF01;
}

.sk__project-thumbnail-landscape-col .lien-video-popup {
    transform: scaleX(0);
}

a:focus {
    outline: none;
}

.sk__rectangles-full-left-main-tint,
.sk__rectangles-fluid-left-main-tint {
    position: absolute;
    width: 100%;
    height: 71.43%;
    margin-top: 14.2857%;
    background-color: rgba(255, 255, 255, 0.21);
}

.sk__rectangles-full-left {
    position: relative;
    max-width: 100%;
    width: 780px;
    padding: 70px;
}

.notre-expertise-caroussel .carousel-caption {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 70px;
    color: #fff;
    text-align: left;
}

.carousel-caption-description p {
    padding: 0;
}

a.sk__portfolio-thumblink,
span.sk__portfolio-thumblink {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 211.7%;
    padding-right: 0;
}

a.sk__portfolio-thumblink:hover .portfolio-thumb-info,
span.sk__portfolio-thumblink:hover .portfolio-thumb-info {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.notre-expertise-caroussel .carousel-indicators [data-bs-target] {
    flex-direction: column !important;
    align-items: start !important;
    justify-content: center !important;
    text-indent: unset !important;
    margin: 0 20px !important;
}

.sk__gallery-basic-thumbnails .carousel-indicators button img {
    position: absolute;
    max-width: 123px;
    left: 43px;
    z-index: -1;
    top: 55px;
}

.notre-expertise-caroussel .carousel-num {
    font-family: 'din-2014';
    font-style: normal;
    font-weight: 700;
    font-size: 94px;
    line-height: 96px;
    transition: all 0.3s;
}

.sk__gallery-basic-thumbnails .carousel-indicators button[data-bs-target] {
    opacity: 1;
}

.notre-expertise-caroussel #arrow-icon-0:hover .carousel-num,
.notre-expertise-caroussel #arrow-icon-0.active .carousel-num {
    color: #FFCF01;
}

.notre-expertise-caroussel #arrow-icon-1:hover .carousel-num,
.notre-expertise-caroussel #arrow-icon-1.active .carousel-num {
    color: #FAA61A;
}

.notre-expertise-caroussel #arrow-icon-2:hover .carousel-num,
.notre-expertise-caroussel #arrow-icon-2.active .carousel-num {
    color: #F15A22;
}

.notre-expertise-caroussel #arrow-icon-3:hover .carousel-num,
.notre-expertise-caroussel #arrow-icon-3.active .carousel-num {
    color: #8493BA;
}

.notre-expertise-caroussel #arrow-icon-4:hover .carousel-num,
.notre-expertise-caroussel #arrow-icon-4.active .carousel-num {
    color: #263238;
}

.notre-expertise-caroussel button .carousel-num {
    color: #dadada;
}


.notre-expertise-caroussel button:hover .carousel-num {
    color: #000;
}

/*.notre-expertise-caroussel button.active .carousel-num {
    color: #000;
}*/

/*.sk__parallax-background-element {
    min-height: calc(100vh + 1px);
}

section.sk__parallax-background-section, section.sk__skip-parallax-background-section {
    min-height: calc(100vh + 1px);
}*/

.sk__portfolio-thumblink-career .sk__portfolio-thumblink-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    z-index: -1;
}

a.sk__portfolio-thumblink-career,
span.sk__portfolio-thumblink-career {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 128%;
    padding-right: 0;
}

a.sk__portfolio-thumblink-career:hover .sk__portfolio-thumblink-image {
    transition: filter 0.6s, transform 4s cubic-bezier(.12, .72, .31, .65) 0.1s, -webkit-filter 0.6s, -webkit-transform 4s cubic-bezier(.12, .72, .31, .65) 0.1s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-filter: saturate(1.5) brightness(0.5);
    filter: saturate(1.5) brightness(0.5);
}

a.sk__portfolio-thumblink-career:hover .portfolio-thumb-info {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

span.sk__huge-vertical-deco-text {
    font-size: 20vh;
}

.nous-connaitre-slider ul li {
    color: #fff;
    padding-bottom: 16px;
    font-size: 24px;
    line-height: 31px;
}

.nous-connaitre-slider ul,
ul:not(.navbar-nav):not(.slick-dots):not(.sk__submenu-ul) {
    list-style: none;
    /* Remove default bullets */
}


footer .widget_nav_menu ul {
    list-style: none;
    padding-left: 1rem;
}



/*.sk__slide-content_left .nous-connaitre-slider ul li::after {
    content: "\2022";
    color: #FFCF01;
    font-weight: bold;
    display: inline-block;
    width: 1rem;
    margin-right: -1rem;
}*/

ul:not(.navbar-nav):not(.slick-dots):not(.sk__submenu-ul) li:not(.wpml-ls-item)::before {
    content: "\2022";
    color: #FFCF01;
    font-weight: bold;
    display: inline-block;
    width: 1.5rem;
    margin-left: -1.5rem;
}

.sk__slide-content_right .nous-connaitre-slider ul li::before,
footer .widget_nav_menu ul li::before {
    content: "\2022";
    color: #FFCF01;
    font-weight: bold;
    display: inline-block;
    width: 1rem !important;
    margin-left: -1rem !important;
}

.sk__slide-content_right .grand-titre,
.sk__slide-content_left .grand-titre {
    text-transform: uppercase !important;
}

.fade-out {
    animation: fadeOut ease 3s;
    -webkit-animation: fadeOut ease 3s;
    -moz-animation: fadeOut ease 3s;
    -o-animation: fadeOut ease 3s;
    -ms-animation: fadeOut ease 3s;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.sk__lebleu-curtain {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 10001;
    background-color: #000000;
}

.sk__lebleu-curtain {
    -webkit-animation: slowZoom 2s ease-out 0s forwards;
    animation: slowZoom 2s ease-out 0s forwards;
}

.carousel-caption-description p {
    font-family: 'din-2014', sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    text-shadow: none;
    padding: 0px;
}

p:has(+ol),
p:has(+ul) {
    margin-bottom: 0;
}

p.color-yellow:has(+p) {
    margin-bottom: 0;
}

.sk__contact-form-col {
    margin-top: 48px;
}


/*body.sk__scrolling-started .sk__navbar {
    background-color: rgba(255,255,255,0.94);
}

.sk__navbar .navbar-nav > li > ul > .nav-subwrap {
    display: block;
    padding: 20px 32px 20px 32px;
    background: rgba(255,255,255,0.87);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.navbar-nav li.menu-item-has-children:before {
    font-family: icomoon;
    content: "\f107";
    color: #000000;
    font-size: 14px;
    float: right;
    cursor: pointer;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,0.94);
}*/

.sk__navbar.navbar-dark.ligh-dark-menu .navbar-nav .nav-link {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: rgba(0, 0, 0, 0.98);
}

.sk__navbar.navbar-dark.ligh-dark-menu .navbar-nav .nav-link.active {
    color: #000 !important;
}

body.sk__scrolling-started .sk__navbar.ligh-dark-menu .navbar-nav a.nav-link {
    color: #fff;
}

body.sk__scrolling-started .sk__navbar.ligh-dark-menu .navbar-nav a.nav-link.active {
    color: #fff !important;
}

.acf-field .acf-notice.-error {
    background: #ffe6e6;
    color: #cc2727;
    border-color: #d12626;
    z-index: 1;
}

.carousel-caption-description h1.grand-titre {
    margin-left: -5px;
}

.wpml-ls-legacy-list-horizontal {
    border: none;
    padding: 0;
    clear: both;
}

.wpml-ls a {
    font-family: 'din-2014', sans-serif;
    padding: 20px 20px 20px 25px;
    padding: 36px 20px 34px 24px;
    color: rgba(0, 0, 0, 0.94);
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    line-height: 28px;
}

.wpml-ls a:hover {
    color: #FFCF01 !important;
}

.nav-item-wrapper .nav-back-button {
    height: 30px;
}

.nav-item-wrapper .nav-back-button span {
    right: unset;
    left: 0;
}

.hc-nav-1 a.nav-link {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05rem !important;
}

.nav-custom-content .footer-socials-section h3 {
    font-size: 18px;
    margin-bottom: 0;
}

.slick-g-prev {
    position: absolute;
    left: unset;
    right: 70px;
}

.slick-g-next {
    position: absolute;
    left: unset;
    right: 30px;
}

.slick-g-prev:before {
    content: "\f104";
}

.slick-g-next:before {
    content: "\f105";
}

.slick-g-prev,
.slick-g-next {
    background: transparent;
    border: none;
    z-index: 2;
    height: 10px;
    width: 10px;
    padding: 0;
}

.slick-g-prev:before,
.slick-g-next:before {
    font-family: icomoon;
    font-size: 49px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.sk__parallax-background-element.is-mobile:not(.must-be-contained) {
    background-size: unset !important;
}

.sk__parallax-background-element {
    background-size: cover !important;
}

.sk__parallax-background-element.must-be-contained {
    background-size: contain !important;
}

.sk__parallax-background-element.front-page-bg-hero {
    z-index: -1;
    min-height: 100vh;
    height: 100%;
    background-attachment: fixed;
}

.sk__mobile-main-logo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    -webkit-filter: none;
    filter: none;
    -webkit-backface-visibility: hidden;
}

@media (min-width: 1200px) {
    .menu_quick_links {
        padding-left: 50px;
    }
}

@media (min-width: 1800px) and (max-width: 1920px) {

    .hero-h1-box,
    .hero-box-bottom-left {
        left: 123px;
        top: -40px;
    }

    .hero-box-bottom-left {
        position: relative;
        max-width: 500px;
    }
}

@media (min-width: 1921px) {
    .hero-box-bottom-left .btn {
        left: 123px;
    }
}

/* MAX */

@media (min-width: 992px) and (max-width: 1600px) {
    body.sk__scrolling-started .sk__mobile-menu-bar {
        height: 72px;
        background: #000;
    }
}

@media (max-width: 1920px) {
    .sk__featured-project-background {
        -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        transform: scale(1) !important;
        top: 7.5%;
    }
}

/*@media (max-width: 1700px) { 
    #industries-listing .sous-titre {
        font-size: 24px;
        line-height: 31px;
    }
}*/

@media (max-width: 1600px) {
    .section-arrow-empty {
        margin-top: -100px;
        right: 37%;
        z-index: 1;
    }

}

@media (max-width: 1400px) {
    .anim-img-right {
        object-fit: cover;
        position: absolute;
        width: 45%;
        height: 100% !important;
        top: 0;
        right: 0;
    }

    .section-arrow-empty {
        margin-top: -100px;
        right: 31%;
        z-index: 1;
    }
}

@media (max-width: 1200px) {

    .accueil-section-env-img-container,
    .section-arrow-empty {
        display: none;
    }

    .sk__gallery-basic-thumbnails .carousel-indicators button[data-bs-target] {
        width: 117px;
        height: unset;
    }

    .sk__gallery-basic-thumbnails .carousel-indicators button img {
        position: absolute;
        max-width: 80px;
        left: 73px;
        z-index: -1;
    }
}

@media (max-width: 991px) {

    .hero-h1-box,
    .hero-box-bottom-left {
        left: 0px;
        padding-right: 0;
    }

    .pb-0-medium {
        padding-bottom: 0 !important;
    }

    .top-footer-tagline p span {
        display: block;
    }

    .top-footer-tagline p span+span::before {
        display: none;
    }

    .container-absolute-child-50 {
        position: relative;
        width: unset;
    }

    .sk__gallery-basic-thumbnails .carousel-indicators button[data-bs-target] {
        width: 87px;
        height: unset !important;
    }

    .sk__gallery-basic-thumbnails .carousel-indicators button img {
        position: absolute;
        max-width: 80px;
        left: 40px;
        z-index: -1;
    }

    .notre-expertise-caroussel .carousel-num {
        font-family: 'din-2014';
        font-style: normal;
        font-weight: 700;
        font-size: 75px;
        line-height: 80px;
        transition: all 0.3s;
    }

    .pt-200 {
        padding-top: 140px;
    }

    .sk__slide-content_left {
        position: absolute;
        right: 400px;
        max-width: 400px;
    }

    .sk__slide-content_right {
        position: absolute;
        left: 350px;
        max-width: 400px;
    }

    .slick-g-prev {
        left: unset;
        right: 55px;
    }

    .slick-g-next {
        left: unset;
        right: 15px;
    }
}

@media (max-width: 767px) {
    .hero-box-bottom-left {
        position: relative;
        max-width: 100%;
    }

    .bandes-hachures {
        display: none;
    }

    h1.hero-h1,
    span.hero-h1.sk__gradient-fancy-text-back {
        font-family: 'din-2014', sans-serif;
        font-weight: 400;
        font-size: 70px;
        line-height: 78px;
        text-transform: initial;
        letter-spacing: 0.05rem;
        text-shadow: none;
    }

    .grand-titre {
        font-family: 'din-2014', sans-serif !important;
        font-style: normal !important;
        font-weight: 400 !important;
        text-transform: none !important;
        font-size: 70px !important;
        line-height: 78px !important;
        letter-spacing: 0.05rem !important;
    }

    .moyen-titre {
        font-style: normal !important;
        font-weight: 400 !important;
        font-size: 35px !important;
        line-height: 42px !important;
        letter-spacing: 0.05rem !important;
        text-transform: uppercase !important;
    }

    .sous-titre {
        font-size: 28px;
        font-weight: 600;
        letter-spacing: 0.05rem;
        text-transform: none;
    }

    .texte-sm,
    .texte-sm p {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0.05rem;
    }

    .texte-md {
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 29px;
        letter-spacing: 0.05rem;
        text-transform: none;
    }

    section.sk__hero-item-theme-style {
        padding: 80px 40px;
    }

    .footer-title {
        font-style: normal;
        font-weight: 400;
        font-size: 45px;
        line-height: 45px;
        letter-spacing: 0.05rem;
        color: #FFCF01;
        max-width: 100%;
    }

    .sk__slide-content_right,
    .sk__slide-content_left {
        position: absolute;
        max-width: 90%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .accordion-button.sous-titre {
        font-size: 36px;
        font-weight: 600;
        letter-spacing: 0.05rem;
        text-transform: none;
    }

    .sk__image-back,
    .sk__image-back-cover {
        background-size: cover;
        background-position: center;
        background-repeat: repeat-y;
    }

    .sk__gallery-basic-thumbnails .carousel-indicators button[data-bs-target] {
        width: 129px;
        height: unset !important;
    }

    .sk__rectangles-full-left {
        width: 100%;
        padding: 14vw;
    }

    .sk__rectangles-full-left-main-tint,
    .sk__rectangles-fluid-left-main-tint {
        width: 100%;
        height: 100%;
        margin-top: 0;
    }

    .pt-200 {
        padding-top: 100px;
    }

    .notre-expertise-caroussel .carousel-caption {
        padding: 35px;
    }

    .sk__slide-content_left .nous-connaitre-slider ul li::after {
        display: none
    }

    .sk__slide-content_left .nous-connaitre-slider ul li::before {
        content: "\2022";
        color: #FFCF01;
        font-weight: bold;
        display: inline-block;
        width: 1rem;
        margin-left: -1rem;
    }

    .carousel-caption-description h1.grand-titre {
        margin-left: -3px;
    }

    .sk__parallax-background-element.is-ios {
        z-index: -1;
        height: 100vh;
        min-height: 100vh;
        height: auto;
        background-attachment: inherit !important;
    }

    .sk__parallax-background-element.must-be-contained {
        background-size: cover !important;
    }
}

@media (max-width: 576px) {
    section.sk__hero-item-theme-style {
        padding: 100px 25px;
    }

    h1.hero-h1,
    span.hero-h1.sk__gradient-fancy-text-back {
        font-family: 'din-2014', sans-serif;
        font-weight: 400;
        font-size: 50px;
        line-height: 58px;
        text-transform: initial;
        letter-spacing: 0.05rem;
        text-shadow: none;
    }

    .grand-titre {
        font-family: 'din-2014', sans-serif !important;
        font-style: normal !important;
        font-weight: 400 !important;
        text-transform: none !important;
        font-size: 50px !important;
        line-height: 58px !important;
        letter-spacing: 0.05rem !important;
    }

    .moyen-titre {
        font-style: normal !important;
        font-weight: 400 !important;
        font-size: 30px !important;
        line-height: 38px !important;
        letter-spacing: 0.05rem !important;
        text-transform: uppercase !important;
    }

    .sous-titre {
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 0.05rem;
        text-transform: none;
    }

    .texte-sm,
    .texte-sm p {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.05rem;
    }

    .texte-md {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0.05rem;
        text-transform: none;
    }

    .row>* {
        padding-left: 12px;
        padding-right: 12px;
    }

    .accordion-button.sous-titre {
        font-size: 36px;
        font-weight: 600;
        letter-spacing: 0.05rem;
        text-transform: none;
    }

    .sk__project-body-info-col {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .sk__gallery-basic-thumbnails .carousel-indicators button[data-bs-target] {
        width: 21.46vw;
        height: unset !important;
    }

    .sk__gallery-basic-thumbnails .carousel-indicators {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center !important;
    }

    .sk__rectangles-full-left {
        width: 100%;
        padding: 14vw;
    }

    .carousel-caption-description p {
        font-size: 18px;
        line-height: 1.5;
    }

    .pt-200 {
        padding-top: 60px;
    }

    .notre-expertise-caroussel .carousel-caption {
        padding: 25px;
    }

    .sk__iconbox {
        padding: 10px 10px;
    }

    .carousel-caption-description h1.grand-titre {
        margin-left: -1px;
    }
}

@media (max-width: 575px) {
    .sk__gallery-basic-thumbnails .carousel-control-prev {
        right: 70px;
        top: 42px;
    }

    .sk__gallery-basic-thumbnails .carousel-control-next {
        top: 42px;
        right: 20px;
    }

    .sk__gallery-basic-thumbnails .carousel-control-prev,
    .sk__gallery-basic-thumbnails .carousel-control-next {
        display: block;
    }

    #sk__project-1-gallery-basic .carousel-caption-description {
        padding-top: 80px;
    }
}