/* Scroll bar  */
body {
    --sb-track-color: #c4c4c4;
    --sb-thumb-color: #203A71;
    --sb-size: 10px;
}
body::-webkit-scrollbar {
    width: var(--sb-size)
}
body::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 2px;
}
body::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 2px;
}
@supports not selector(::-webkit-scrollbar) {
    body {
        scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
    }
}
/* Fin Scroll bar  */


/* Fonts - Police  */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.roboto {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
/* Fin Fonts - Police  */


/* Style de base  */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*, html, body, p, h1, h2, h3, h4, h5, h6, a, button, span {
    font-family: "Roboto", sans-serif;
}
html, body {
    overflow-x: hidden;
}
div#primary {
    overflow: hidden;
}
html {
    font-size: 100%;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
}
body {
    margin: 0;
    font-family: system-ui, sans-serif;
    font-weight: normal;
    color: inherit;
    background-color: transparent;
}
ul, ol {
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
}
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img, picture {
    max-width: 100%;
    height: auto;
    border-style: none;
}
input, button, textarea, select {
    font: inherit;
    border: none;
    outline: none;
    background: none;
}
button,
.formulaire-contact input[type="submit"] {
    cursor: pointer;
}
blockquote, figure {
    margin: 0;
}
/* Fin Style de base  */

/* Animation lien et bouton  */
.link::before,
section#nos-adresses a::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none;
    background-color: #05247D;
}
.link::before,
section#nos-adresses a::before {
    content: '';
}
.link--elara::before,
section#nos-adresses a::before {
    transform-origin: 50% 100%;
    transition: clip-path 0.3s, transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
    clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
}
.link--elara:hover::before,
section#nos-adresses a:hover::before,
.active .link--elara::before {
    transform: translate3d(0, 2px, 0) scale3d(1.08, 3, 1);
    clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0, 50% 0, 50% 100%, 50% 100%, 0 100%, 100% 100%, 100% 0%);
}
.link--elara span {
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}
.link--elara:hover span,
.active .link--elara span {
    transform: translate3d(0, -2px, 0);
    color: #05247D;
}
/* Fin Animation lien et bouton  */

ul#menu-list li.niveau-1:last-child a,
.formulaire-contact input[type="submit"],
.formulaire-contact input[type="submit"]:valid,
.formulaire-contact input[type="submit"]:target,
.formulaire-contact input[type="submit"]:active,
.formulaire-contact input[type="submit"]:focus,
ul#menu-list li.niveau-1:last-child a span {
    color: #ffffff;
}
.bandeau-home .les-cta .le-cta:first-child {
    background-color: #ffffff;
}
.color-bleu,
.bandeau-home .les-cta .le-cta:first-child,
.formulaire-contact textarea,
.formulaire-contact input,
.formulaire-contact textarea::placeholder,
.formulaire-contact input::placeholder,
.formulaire-contact input:focus, 
.formulaire-contact input:active, 
.formulaire-contact input:target, 
.formulaire-contact input:valid,
.formulaire-contact textarea:focus, 
.formulaire-contact textarea:active, 
.formulaire-contact textarea:target, 
.formulaire-contact textarea, 
.formulaire-contact textarea:valid,
.une-ligne h2, .une-ligne h3, .une-ligne h4,
.secteursIntervention .swiper-button-next::after,
.secteursIntervention .swiper-button-prev::after,
.etudesSwiper .swiper-button-next::after,
.etudesSwiper .swiper-button-prev::after,
body.page-id-346 .content-page a {
    color: #203A71;
}
.bg-bleu,
ul#menu-list li.niveau-1:last-child a,
.numero-trait::after,
.formulaire-contact input[type="submit"],
.une-ligne .titre li::before,
.mes-li li::before {
    background-color: #203A71;
}
.color-bleu2 {
    color: #64B8E1;
}
.color-bleu3 {
    color: #05247D;
}
.bg-bleu3,
.trait-bas::before,
.rassus .rassu::before {
    background-color: #05247D;
}
.bg-bleu2 {
    background-color: #64B8E1;
}
.color-bleu-clair {
    color: #edf4f9;
}
.bg-bleu-clair {
    background-color: #edf4f9;
}
.color-noir {
    color: #191919;
}
.bg-noir {
    background-color: #191919;
}
.border-bleu,
.formulaire-contact input,
.formulaire-contact textarea {
    border: 1px solid #203A71;
}
.border-noir {
    border: 1px solid #191919;
}
section.mot-directeur {
    background-image: url('https://satlx.net/wp-content/uploads/2025/05/SATLX_fond-mot-du-directeur.png');
}
footer {
    background-image: url('https://satlx.net/wp-content/uploads/2025/05/SATLX_fond-Footer.svg');
}
.en-after,
.en-before,
.une-ligne .titre li,
section#nos-adresses a {
    position: relative;
}
.en-after::after,
.en-before::before,
.une-ligne .titre li::before,
.mes-li li::before,
.etudesSwiper .swiper-button-next::after,
.etudesSwiper .swiper-button-prev::after {
    display: block;
    position: absolute;
    content: '';
}
.images-team::before,
.bandeau-home .les-cta .le-cta:last-child::after,
.liste_partenaires .les-cta .le-cta:last-child::after,
.cta-avec-fleche::after {
    background-repeat: no-repeat;
}
.images-team::before,
.bandeau-home .les-cta .le-cta:last-child::after,
.liste_partenaires .les-cta .le-cta:last-child::after,
.cta-avec-fleche::after {
    background-size: contain;
}
.images-team::before {
    background-image: url('https://satlx.net/wp-content/uploads/2025/05/SALTX_icone-logo.svg');
    width: 400px;
    height: 400px;
    left: -230px;
    bottom: -15px;
}
.trait-bas::before {
    width: 80%;
    height: 1px;
    bottom: 0px;
    opacity: 0.5;
}
.rassus .rassu::before {
    width: 1px;
    height: 90%;
    right: 0;
    top: 15px;
}
.rassus .rassu:last-child::before,
ul#menu-list li.niveau-1:last-child a::before,
body.home .la-section.liste_services h2 {
    display: none;
}
body.page-id-9 section.la-section.liste_services {
    margin-top: 0;
    padding-top: 80px;
}
.gauche .contenus {
    width: 427px;
}
.droite .contenus {
    width: 853px;
}
ul#menu-list li.niveau-1:last-child {
    margin-left: 30px;
}
ul#menu-list li.niveau-1:last-child a {
    padding: 13px 28px;
}
ul#menu-list li.niveau-1:last-child a:hover,
ul#menu-list li.niveau-1:last-child a:hover span,
ul#menu-list li.niveau-1:last-child a,
ul#menu-list li.niveau-1:last-child a span {
    transform: none !important;
}
.bandeau-home .les-cta .le-cta:last-child,
.liste_partenaires .les-cta .le-cta:last-child {
    padding-right: 50px;
}
.bandeau-home .les-cta .le-cta:last-child::after,
.liste_partenaires .les-cta .le-cta:last-child::after,
.cta-avec-fleche::after {
    background-image: url('https://satlx.net/wp-content/uploads/2025/07/SATLX_fleche-lien-bandeau.svg');
    width: 18px;
    height: 18px;
    right: 22px;
    top: 18px;
}
.cta-avec-fleche.bleu::after {
    background-image: url('https://satlx.net/wp-content/uploads/2025/07/SATLX_fleche-bleu-lien.svg');
}
.cta-avec-fleche::after {
    top: 15px;
}
.liste_partenaires .les-cta .le-cta:last-child::after {
    background-image: url('https://satlx.net/wp-content/uploads/2025/07/SATLX_icone-lien-certification.svg');
}
.hover-el, #backToTop.visible {
    transition: transform 0.5s ease;
}
.hover-el:hover, #backToTop.visible:hover {
    transform: translateY(-3px);
}
#backToTop {
    z-index: 90;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    border: 1px solid #F6F6F6;
    font-size: 0;
    width: 45px;
    height: 45px;
}
#backToTop::before {
    background-image: url('https://satlx.net/wp-content/uploads/2025/07/back-to-top-2.png');
    width: 30px;
    height: 22px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#backToTop.visible {
    opacity: 1;
    visibility: visible;
}
#backToTop.hidden {
    opacity: 0;
    visibility: hidden;
}
#backToTop::before,
.nl_code form .le-bouton::before {
    background-position: center;
}
#backToTop::before {
    background-size: contain;
}
.numero-trait::after {
    width: 1px;
    height: 125%;
    top: -25px;
    right: 3px;
}
.formulaire-contact input,
.formulaire-contact textarea {
    width: 100%;
}
.formulaire-contact input,
.formulaire-contact textarea {
    padding: 15px;
    font-size: 18px;
}
.formulaire-contact input[type="submit"] {
    width: fit-content;
    display: block;
    margin: auto;
    padding: 13px 40px;
}
ul#menu-list li.niveau-1:last-child a span {
    color: #ffffff !important;
}
.hexagone {
    width: 105px;
    aspect-ratio: 1;
    background-size: cover;
    background-position: center;
    clip-path: polygon(50% 0%,
        100% 25%,
        100% 75%,
        50% 100%,
        0% 75%,
        0% 25%);
}
.hexagone-infos {
    width: 450px;
    aspect-ratio: 9/10;
    background-size: cover;
    background-position: center;
    clip-path: polygon(50% 0%,
        100% 25%,
        100% 75%,
        50% 100%,
        0% 75%,
        0% 25%);
}
.une-ligne:first-child .numero-trait::after {
    right: 12px;
}
.une-ligne:nth-child(4) .numero-trait::after {
    right: 1px;
}
.le-cta {
    box-shadow: inset 0 0 0 0 #64B8E1;
    transition: color .5s ease-in-out, box-shadow .5s ease-in-out;
}
.le-cta:hover {
    color: #ffffff;
    box-shadow: inset 320px 0 0 0 #64B8E1;;
}
body.home .la-section.liste_services {
    margin-top: -175px;
}
.une-ligne .titre li {
    padding-left: 20px;
    margin-bottom: 10px;
}
.une-ligne .titre li::before,
.mes-li li::before {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.secteursIntervention {
    padding: 0 16px !important;
}
.secteursIntervention .swiper-button-next,
.secteursIntervention .swiper-button-prev {
	display: block !important;
	position: absolute !important;
	top: 160px !important;
}
.une-ligne h2, .une-ligne h3 {
    font-size: 20px;
}
.secteursIntervention .swiper-button-next::after, 
.secteursIntervention .swiper-button-prev::after,
.etudesSwiper .swiper-button-next::after, 
.etudesSwiper .swiper-button-prev::after {
	font-size: 0px;
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
	display: block;
}
.secteursIntervention .swiper-button-next::after,
.etudesSwiper .swiper-button-next::after {
    background-image: url('https://satlx.net/wp-content/uploads/2025/07/SATLX_fleche-droite-slider.svg');
}
.secteursIntervention .swiper-button-prev::after,
.etudesSwiper .swiper-button-prev::after {
    background-image: url('https://satlx.net/wp-content/uploads/2025/07/SATLX_fleche-gauche-slider.svg');
}
.une-ligne h4 {
    margin-bottom: 10px;
    margin-left: -375px;
    display: block;
    font-size: 20px;
}
body.single-tribune .une-ligne h4:first-child {
	margin-top: 40px;
}
.une-ligne em {
	margin-left: -375px;
	display: block;
	font-style: normal;
}
section.bandeau-home .les-cta .le-cta:first-child:hover {
    color: #ffffff;
}
header {
    transition: background 0.3s ease, box-shadow 0.5s ease;
}
header.menu-scroll {
    position: fixed;
    z-index: 1000;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
body.page-id-346 .content-page a {
	text-decoration: underline;
}
.etudesSwiper .swiper-button-next::after {
    right: -13px;
}
.etudesSwiper .swiper-button-prev::after {
    left: -13px;
}
.pulse-point {
    width: 20px;
    height: 20px;
    background-color: #e74c3c;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 rgba(231, 76, 60, 0.7);
    position: absolute;
}
.pulse-point1 {
    top: 67px;
    left: 198px;
}
.pulse-point2 {
    top: 402px;
    left: 1px;
}
.pulse-point3 {
    top: 412px;
    left: 92px;
}
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.7);
    }
    70% {
        transform: scale(1.3);
        box-shadow: 0 0 0 10px rgba(231, 76, 60, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(231, 76, 60, 0);
    }
}
footer .link::before {
    background-color: #ffffff;
}
body.page-id-85 section.la-section.liste_services .image {
    height: 300px;
    background-position: center;
    width: 500px;
}
body.page-id-85 section.la-section.liste_services {
    padding-bottom: 0;
}
body.page-id-85 section.la-section.liste_services .flex.une-ligne:last-child {
    margin-bottom: 0;
}
body.single-service section.la-section.liste_services .image,
body.single-secteur section.la-section.liste_services .image {
    min-height: 200px;
    max-height: 400px;
}
body.single-service section.la-section.liste_services .titre  div:first-child,
body.single-secteur section.la-section.liste_services .titre  div:first-child {
    display: none;
}
.wpcf7-response-output {
    display: block;
    width: 800px;
    text-align: center;
    margin: auto !important;
    margin-bottom: 30px !important;
    margin-top: -30px !important;
}
body.single.single-secteur section.la-section.liste_services {
    padding-bottom: 0;
}
body.single.single-secteur section.la-section.carousel_secteurs {
    padding-top: 40px;
}
body.page-id-18 section.section-cabinet .cta {
    display: none;
}



/* Responsive */
@media only screen and (min-width: 1535px) {
    .container {
        width: 1280px !important;
    }
}

@media only screen and (max-width: 1280px) {
    .container {
        width: 1140px !important;
    }
    .gauche .contenus,
    .droite .contenus {
        padding: 0 30px;
    }
    body.home .la-section.liste_services h1 {
        font-size: 40px;
    }
    body.home .la-section.liste_services {
        margin-top: -150px;
    }
    ul#menu-list li.niveau-1:last-child {
        margin-left: 15px;
    }
    .gauche .contenus {
        width: 342px;
    }
    .droite .contenus {
        width: 682px;
    }
    .images-team::before {
        width: 300px;
        height: 300px;
    }
    .pulse-point {
        width: 16px;
        height: 16px;
    }
    .pulse-point1 {
        top: 50px;
        left: 160px;
    }
    .pulse-point2 {
        top: 320px;
    }
    .pulse-point3 {
        top: 330px;
        left: 70px;
    }
    #backToTop {
        width: 38px;
        height: 38px;
    }
}


@media only screen and (max-width: 1024px) {
    #mobile-menu.show {
        display: flex !important;
        justify-content: center;
        align-items: center;
        transform: translateY(0);
        opacity: 1;
        background-color: #edf4f9;
    }
    #mobile-menu {
        transform: translateY(-100%);
        opacity: 0;
        transition: transform 0.3s ease;
    }
    #mobile-menu.show ul#menu-list {
        display: flex;
        justify-content: flex-start;
        padding-top: 25%;
    }
    .rotate-180 {
        transform: rotate(180deg);
    }
    .sous-ouvert > a {
        background-color: #f0f0f0; 
    }
    body.home .la-section.liste_services {
        margin-top: -100px;
    }
    .pas-br br,
    .images-team::before  {
        display: none;
    }
    .pulse-point1 {
        top: 30px;
        left: 95px;
    }
    .pulse-point2 {
        top: 200px;
    }
    .pulse-point3 {
        top: 205px;
        left: 45px;
    }
    .gauche .contenus {
        width: 256px;
    }
    .droite .contenus {
        width: 512px;
    }
    .une-ligne h4,
    .une-ligne em {
        margin-left: -230px;
    }
    span.the_span::before {
        display: block;
        position: absolute;
        content: '';
        width: 24px;
        height: 25px;
        background-image: url('https://satlx.net/wp-content/uploads/2025/07/SATLX_fleche_menu_mobile.png');
        background-size: contain;
        background-repeat: no-repeat;
        top: -7px;
        right: -17px;
        transition: transform 0.3s ease;
    }
    span.the_span.clic-ico::before {
        transform: rotate(180deg);
    }
    body.page-id-85 section.la-section.liste_services .image {
        width: 100%;
    }
    .wpcf7-response-output {
        width: 600px;
    }


}


@media only screen and (max-width: 768px) {
    .container {
        width: 100% !important;
        padding: 0 25px;
    }
    .gauche .contenus,
    .droite .contenus,
    .wpcf7-response-output {
        width: 100%;
    }
    .swiper.secteursIntervention {
        padding: 5px !important;
    }
    .pulse-point1 {
        left: 110px;
    }
    .pulse-point2 {
        top: 218px;
    }
    .pulse-point3 {
        top: 223px;
    }
    .liste_services .image {
        height: 400px;
    }
    .hexagone-infos {
        width: 90vw;
    }
    .hexagone {
        width: 17vw !important;
    }
    .rassus .rassu::before {
        display: none;
    }
    .numero-trait::after {
        top: -17px;
        right: 1px;
    }
    .une-ligne:first-child .numero-trait::after {
        right: 8px;
    }
    .une-ligne h4,
    .une-ligne em {
        margin-left: 0;
    }
    body.single-etude-de-cas .liste_services .image {
        height: auto;
    }
    #mobile-menu .submenu {
        transition: opacity 0.3s ease, transform 0.3s ease;
    }
    #mobile-menu.show ul#menu-list li:nth-child(3) span.the_span {
        display: none;
        pointer-events: none;
    }
        #mobile-menu.show ul#menu-list li:nth-child(3) .submenu {
        display: none !important;
    }

}

