/* Scroll bar  */
body,
.contenu-scroll {
    --sb-track-color: #00963C;
    --sb-thumb-color: #B5FFD3;
    --sb-size: 10px;
}
body::-webkit-scrollbar,
.contenu-scroll::-webkit-scrollbar {
    width: var(--sb-size)
}
body::-webkit-scrollbar-track,
.contenu-scroll::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 2px;
}
body::-webkit-scrollbar-thumb,
.contenu-scroll::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 2px;
}
@supports not selector(::-webkit-scrollbar) {
    body,
    .contenu-scroll {
        scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
    }
}
.contenu-scroll {
    direction: rtl;
}
.contenu-scroll > * {
    direction: ltr; 
}
/* Fin Scroll bar  */

/* curseur du site */
html, body {
    cursor: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='48' viewBox='0 0 24 24'><path fill='%23FFF' stroke='%23009FDA' stroke-width='0.75' d='M5.5 3.21V20.8c0 .45.54.67.85.35l4.86-4.86a.5.5 0 0 1 .35-.15h6.87a.5.5 0 0 0 .35-.85L6.35 2.85a.5.5 0 0 0-.85.35Z'/></svg>") 10 4, auto;
} 
/*  fin curseur du site 

/* Style de base  */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    overflow-x: hidden;
}
div#primary {
    overflow: hidden;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    margin: 0;
    font-weight: normal;
    color: inherit;
    background-color: transparent;
    overflow: hidden;
}
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: transparent !important;
}
button {
    cursor: pointer;
}
blockquote, figure {
    margin: 0;
}
input, button, textarea, select {
    font: inherit;
    border: none;
    outline: none;
    background: none;
}
input:focus,
textarea:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
input, select, textarea {
    width: 100%;
}
.en-after,
.en-before {
    position: relative;
}
.en-after::after,
.en-before::before {
    display: block;
    position: absolute;
    content: '';
}
.hover-el,
#backToTop.visible  {
    transition: transform 0.8s ease;
}
.hover-el:hover,
#backToTop.visible:hover {
    transform: translateY(-4px);
}
input::placeholder,
textarea::placeholder,
input:focus, 
input:active, 
input:target, input, 
input:valid,
textarea:focus, 
textarea:active, 
textarea:target, 
textarea, textarea:valid {
    color: #00963C;
}
#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('/wp-content/uploads/2025/06/ASECENT_back-to-top-fleche.png');
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: filter 0.5s ease;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#backToTop:hover::before {
    filter: invert(1);
}
#backToTop.visible {
    opacity: 1;
    visibility: visible;
}
#backToTop.hidden {
    opacity: 0;
    visibility: hidden;
}

/* Fin Style de base  */

/* Fonts - Police  */
.outfit-semibold,
h1, h2 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.outfit-medium {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.maven-pro-semibold,
h3 {
    font-family: "Maven Pro", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.maven-pro-bold,
h4 {
    font-family: "Maven Pro", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.maven-pro-medium {
    font-family: "Maven Pro", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.maven-pro-regular,
h5, p {
    font-family: "Maven Pro", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
/* Fin Fonts - Police  */

.color-violet {
    color: #263065;
}
.bg-violet {
    background-color: #263065;
}
.color-bleu {
    color: #30A2DB;
}
.bg-bleu {
    background-color: #30A2DB;
}
.color-bleu-clair {
    color: #E3F7FF;
}
.bg-bleu-clair {
    background-color: #E3F7FF;
}
.color-vert1 {
    color: #00963C;
}
.bg-vert1 {
    background-color: #00963C;
}
.color-vert2 {
    color: #B5FFD3;
}
.bg-vert2 {
    background-color: #B5FFD3;
}
.color-vert2 {
    color: #E0FFED;
}
.bg-vert2 {
    background-color: #E0FFED;
}
#mobile-menu {
    transition: transform 0.4s ease-in-out;
}
.le-cta {
    position: relative;
    overflow: hidden; 
    z-index: 1;
    transition: color 0.5s ease;
    display: inline-flex;
    align-items: center;
}
.le-cta::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0; 
    background-color: #30A2DB;
    z-index: -1; 
    transition: height 0.5s ease-in-out;
}
.cta-vert::before {
    background-color: #263065;
}
.cta-blanc::before {
    background-color: #00963C;
}
.le-cta:hover::before {
    height: 100%; 
}
.le-cta > * {
    position: relative;
    z-index: 2;
    pointer-events: none; 
}
.titre-h1 {
    font-size: 2.5rem;
    line-height: 3.125rem;
}
.titre-h2 {
    font-size: 2.188rem;
    line-height: 3.125rem;
}
.titre-h3 {
    font-size: 1.875rem;
    line-height: 2rem;
}
.titre-h4 {
    font-size: 1.75rem;
}
.titre-h5 {
    font-size: 1.875rem;
}
.texte-p {
    font-size: 1.5rem;
}
.trait-deg-bleu,
.trait-deg-vert {
    width: 147px;
    height: 10px;
    margin-bottom: 1.5rem;
    background: linear-gradient(90deg, #263065 0%, #0074BD 25%, #FFFFFF 100%);
}
.trait-deg-vert {
    background: linear-gradient(90deg, #00963C, #B5FFD3 50%, #FFFFFF);
}
.avant-p::before,
.avant-p-vert::before {
    width: 22px;
    height: 136px;
    background-image: url('/wp-content/uploads/2025/12/PGIIS_avant-texte.svg');
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 10px;
}
.avant-p-vert::before {
    background-image: url('/wp-content/uploads/2025/12/PGIIS_avant-texte-vert.svg');
    top: 0;
}
.ligne-bleu::before {
    width: 1px;
    height: 100%;
    background-color: #00963C;
    left: 35px;
    top: 0;
    z-index: -1;
}
.une-ligne .ligne-bleu:last-child:before {
    display: none;
}
.fleche-bleu::after,
.fleche-bleu::before {
    width: 23px;
    height: 23px;
    background-image: url('/wp-content/uploads/2025/12/PGIIS_fleche-bleu.svg');
    background-repeat: no-repeat;
    background-size: contain;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.fleche-bleu::before {
    right: auto;
    left: -10px;
    transform: translateY(-50%) rotate(180deg);
}
.fleche-bas::after {
    width: 100%;
    height: 54px;
    background-image: url('/wp-content/uploads/2025/12/PGIIS_fleche-bas.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    bottom: 0;
}


/* Responsive */

@media only screen and (max-width: 1535px) {
    .titre-h1 {
        font-size: 2rem;
        line-height: 2.2rem;
    }
    .titre-h2 {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }
    .titre-h3 {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }
    .titre-h4 {
        font-size: 1.1rem;
    }
    .texte-p {
        font-size: 1.2rem;
    }


}


@media only screen and (max-width: 1280px) {
    .container,
    .container-mob {
        padding: 0 25px;
    }
    .texte-p {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 1024px) {
    .titre-h1 {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 768px) {
    .container,
    .container-mob {
        width: 100% !important;
        padding: 0 25px;
    }
    .titre-h1 {
        font-size: 1.8rem;
        line-height: 2rem;
    }
    .les-ele-pos .ele-pos:nth-child(1) {
        order: 2;
    }
    .les-ele-pos .ele-pos:nth-child(2) {
        order: 1;
    }
    .les-ele-pos .ele-pos:nth-child(3) {
        order: 3;
    }
    .les-ele-pos .ele-pos:nth-child(4) {
        order: 4;
    }
}