/* Scroll bar  */
body,
.contenu-scroll {
    --sb-track-color: #0183B3;
    --sb-thumb-color: #D60026;
    --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 */

/* Fonts - Police  */
.font-bebas,
.strong-bebas strong,
.formulaire-contact span.wpcf7-not-valid-tip {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.font-manrope,
.connexion::after,
input, button, textarea, select {
    font-family: "Manrope", 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 {
    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;
}
/* Fin Style de base  */
.formulaire-contact input,
.formulaire-contact textarea {
    width: 100%;
}
.formulaire-contact span.wpcf7-form-control-wrap[data-name="leMessage"] {
    height: 220px;
}
.en-after,
.en-before {
    position: relative;
}
.en-after::after,
.en-before::before {
    display: block;
    position: absolute;
    content: '';
}
.color-bleu,
.formulaire-contact .ligne.cta input {
    color: #002666;
}
.bg-bleu,
body, 
section.bandeau-home::before,
section.la-section {
    background-color: #002666;
}
.color-bleu2 {
    color: #001436;
}
.bg-bleu2,
.la-section.bg-bleu2,
footer {
    background-color: #001436;
}
.color-bleu-clair {
    color: #009FDA;
}
.bg-bleu-clair,
.trait-bleu::before,
.border-top-10::before,
.slider-secteur .tab-title.is-active {
    background-color: #009FDA;
}
.color-rouge {
    color: #D60026;
}
.bg-rouge {
    background-color: #D60026;
}
.color-jaune {
    color: #FFC700;
}
.bg-jaune {
    background-color: #FFC700;
}
/* debut cta-blanc  */
.cta-blanc {
    /* transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);  */
    transition: color 500ms cubic-bezier(0.075, 0.82, 0.165, 1) 600ms;
}
.span-wrapper {
    height: 100%;
    position: absolute;
    inset:0 -2px -4px 0;
    overflow: hidden;
    z-index: -1;
}
.span-wrapper span {
    background-color: #ffffff;
    width: 30%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    transform: scale(1.8) translateY(125%) translateZ(0);
    transition: all 1s ease;
}
.fond-partenaires .span-wrapper span {
    background-color: #002666;
}
.s1 {
    left: -10%;
    transition-delay: 0ms;
}
.s2 {
    left: 30%;
    transition-delay: 500ms;
}
.s3 {
    left: 70%;
    transition-delay: 800ms;
}
.cta-blanc:hover {
    color: #002666;
}
.fond-partenaires .cta-blanc:hover,
.formulaire-contact input::placeholder,
.formulaire-contact textarea::placeholder,
input:focus, input:active, input:target, input, input:valid,
textarea:focus, textarea:active, textarea:target, textarea, textarea:valid,
.sliderSecteurs .swiper-button-next::after,
.sliderSecteurs .swiper-button-prev::after,
.les-btn .swiper-button-prev::after,
.les-btn .swiper-button-next::after,
input[type="email"] {
    color: #ffffff;
}
.cta-blanc:hover .span-wrapper span {
    transform: scale(1.7) translateY(0) translateZ(0);
}
/* fin cta -blanc  */
.hover-el,
.sliderTemoignages .swiper-button-next,
.sliderTemoignages .swiper-button-prev,
.next-section a  {
    transition: transform 0.8s ease;
}
.hover-el:hover,
.next-section a:hover,
.sliderTemoignages .swiper-button-next,
.sliderTemoignages .swiper-button-prev {
    transform: translateY(-4px);
}
section.bandeau-home::after,
.about-president::before,
.un-el::before,
.carte-rouge::after,
.vagues-bas::after,
.avec-sous-menu::after,
.fond-partenaires,
.fond-partenaires::after,
footer::before,
.vague-bleu,
footer .les-partenaires,
.vague-bleu,
.liste-puce span::before {
    background-repeat: no-repeat;
}
section.bandeau-home::after,
.about-president::before,
.un-el::before,
.carte-rouge::after,
.vagues-bas::after,
.avec-sous-menu::after,
.fond-partenaires::after,
footer::before,
.liste-puce span::before {
    background-size: contain;
}
footer .les-partenaires,
.vague-bleu {
    background-size: cover;
}
section.bandeau-home::after {
    background-image: url('/wp-content/uploads/2025/05/ASCENT_drapeau-rayons-1.svg');
    width: 800px;
    height: 800px;
    right: -161px;
    bottom: -396px;
    z-index: 2;
}
html[lang="ar"] section.bandeau-home::after {
    right: auto;
    left: -160px;
}
section.bandeau-home::before {
    height: 11px;
    width: 100%;
    bottom: 0;
}
.hover-img {
    cursor: pointer;
    transition: .7s;
}
.hover-img:hover {
    outline: 1px solid #ffffff;
    outline-offset: 8px;
}
.about-president::before {
    background-image: url('/wp-content/uploads/2025/05/ASCENT_fond-carte-gris.svg');
    width: 780px;
    height: 780px;
    bottom: 0;
}
.sliderChiffres .swiper-slide {
    padding: 25px;
}
.sliderChiffres .swiper-slide.swiper-slide-active,
.sliderChiffres .swiper-slide.swiper-slide-active .unslide {
    background-color: #0183B3;
}
.sliderChiffres .swiper-slide.swiper-slide-active .scale-110 {
    scale: 1.2;
}
.sliderChiffres .swiper-pagination span.swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
}
.sliderChiffres .swiper-pagination .swiper-pagination-bullet-active {
    background: #D60026 !important;
}
.un-el::before {
    top: 50%;
}
.un-el::before {
    transform: translateY(-50%);
}
.un-el::before {
    background-image: url('/wp-content/uploads/2025/05/ASCENT_trait-blanc.svg');
    width: 180px;
    height: 5px;
    right: -218px;
}
.right .un-el::before {
    left: -70px;
}
.carte-rouge::after,
.vagues-bas::after {
    background-image: url('/wp-content/uploads/2025/05/ASCENT_vagues.svg');
    width: 900px;
    height: 300px;  
    bottom: 0;
}
.carte-rouge::after {
    left: 55%;
    bottom: 40px;
}
.carte-rouge::after{
    transform: translateX(-50%);
}

.menu #hamburger-icon .line {
    width: 35px;
    background: #fff;
    margin: 6px 0 0 0;
    height: 1px;
    display: block;
    transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.menu .line-1 {
    margin-top: 0;
}
.menu #hamburger-icon:hover .line-1 {
    width: 25px;
}
.menu #hamburger-icon:hover .line-2 {
    width: 10px;
}
.menu #hamburger-icon:hover .line-3 {
    width: 30px;
}
.menu #hamburger-icon:hover .line-4 {
    width: 20px;
}
.lien-langue a:before {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.lien-langue a:before {
    top: 0;
    display: block;
    height: 3px;
    width: 0%;
    content: "";
    background-color: #D60026;
}
.lien-langue a:hover:before,
.lien-langue .current a:before {
    opacity: 1;
    width: 100%;
}
.lien-langue a:hover:after,
.lien-langue .current a:after {
    max-width: 100%;
}
.closemenu {
    transition: transform 0.8s ease;
}
.closemenu:hover {
    transform: rotate(90deg);
}
header a.snip1155:before,
.snip1155 a:before {
    left: 20%;
    right: 20%;
    top: 50%;
    content: '';
    border-left: 12px solid #ffffff;
    border-right: 12px solid #ffffff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 3px;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    transition: all 0.35s ease;
}
header a.snip1155:hover,
.snip1155 a:hover,
.snip1155 .current a,
.snip1155.page-active a {
    color: #0183B3;
}
.snip1155 a.desktop-actif {
    color: #ffffff;
}
header a.snip1155:hover::before,
.snip1155 a:hover:before,
.snip1155 .current a:before,
.snip1155.page-active a::before,
.snip1155 a.desktop-actif::before {
    left: 0;
    right: 0;
    opacity: 1;
}
.avec-sous-menu::after {
    background-image: url('/wp-content/uploads/2025/05/ASCENT_fleche-menu-ouvert.svg');
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
}
.opacite .opacity-80 {
    opacity: 0.6 !important;
}
.opacite .opacity-80 strong {
    opacity: 0.4 !important;
}
/* .sliderTemoignages .swiper-button-next, 
.sliderTemoignages .swiper-button-prev {
    border: 1px solid #ffffff;
    border-radius: 100%;
    padding: 20px;
    transform: translateY(170px);
} */
.sliderTemoignages .swiper-button-next::after,
.sliderTemoignages .swiper-button-prev::after,
.sliderSecteurs .swiper-button-prev::after, 
.sliderSecteurs .swiper-button-next::after,
.sliderPlan .swiper-button-prev::after, 
.sliderPlan .swiper-button-next::after,
.les-btn .swiper-button-prev::after,
.les-btn .swiper-button-next::after {
    font-size: 20px;
}
.fond-partenaires {
    background-image: url('/wp-content/uploads/2025/05/ASCENT_fond-setion-vagues.svg');
}
.fond-partenaires,
section.image-para .vague-bleu:nth-child(1) {
    background-position: center;
}
.border-bleu {
    border: 1px solid #002666;
}
.formulaire-contact span.wpcf7-form-control-wrap {
    border: 1px solid #ffffff;
}
@keyframes defilement {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
    }
    .defilant-content {
    animation: defilement 20s linear infinite;
}
.menu-footer-bas li:first-child::before {
    width: 1px;
    height: 20px;
    background: #ffffff;
    right: -3px;
}
/* footer::before {
    background-image: url('/wp-content/uploads/2025/05/ASCENT_rise-partenaires.svg');
    width: 900px;
    height: 900px;
    left: 50%;
    transform: translateX(-50%);
    top: -172px;
} */
.sliderSecteurs .swiper-slide {
    width: 60%;
    height: 70%;
    opacity: 0.6;
    transition: transform 0.6s ease, height 0.6s ease, opacity 0.6s ease;
    transform: scale(0.9);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sliderSecteurs .swiper-slide-active {
    height: 100% !important;
    opacity: 1;
    transform: scale(1);
    z-index: 10;
}
.trait-bleu::before {
    height: 5px;
    width: 350px;
    top: 0;
}
.vague-bleu {
    background-image: url('/wp-content/uploads/2025/05/ASCENT_vagues-bleu-scaled.png');
}
.une-actu .snip1155 a:hover:before {
    left: -18px;
    right: -18px;
}
.vagues-bas.actus-videos::after {
    right: -450px;
    top: 30%;
}
/* header.header-scroll {
    background-color: #cccccc;
}
header.header-scroll {
    background-color: #cccccce0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
} */
.formulaire-contact span.wpcf7-form-control-wrap {
    display: block;
    padding: 8px 15px;
    margin-bottom: 20px;
}
.formulaire-contact span.wpcf7-form-control-wrap[data-name="leMessage"],
.formulaire-contact span.wpcf7-form-control-wrap[data-name="leMessage"] textarea {
    height: 220px;
}
.formulaire-contact .ligne.cta {
    width: 170px;
    display: block;
    margin: auto;
    margin-right: 0;
    background: #ffffff;
    font-weight: 600;
    border-radius: 8px;
}
.formulaire-contact .ligne.cta input {
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 8px;
    text-transform: uppercase;
    font-size: 18px;
}
.scrollbar-hide {
    -ms-overflow-style: none;  
    scrollbar-width: none;   
}
.scrollbar-hide::-webkit-scrollbar {
    display: none;        
}
.bandeau-secteur {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease, transform 1s ease;
    position: relative;
    overflow: hidden;
}
.bandeau-secteur img {
    transition: transform 1.5s ease, opacity 1.5s ease;
    transform: scale(1.1); 
    opacity: 0.8; 
}
.bandeau-secteur.secteur-actif {
    opacity: 1;
    transform: translateY(0);
}
.bandeau-secteur.secteur-actif img {
    transform: scale(1); 
    opacity: 1; 
}
.sliderChiffres {
    padding-bottom: 60px !important;
}
footer .les-partenaires {
    /* background-image: url('/wp-content/uploads/2025/05/ASCENT_fond-footer-e1748342357699.webp'); */
    background-image: url('/wp-content/uploads/2025/06/ASCENT_VAGUES_FOOTER.svg');
    height: 700px;
}
.text-defilant h6 {
    display: inline-block !important;
}
/* header.header-scroll .container {
    width: 100vw !important;
    max-width: 1920px !important; 
    margin-left: 20px;
    margin-right: 0;
}
header.header-scroll .container .icone-menu {
    margin-right: 60px;
} 
header.header-scroll .container .logo-menu img {
    width: 220px;
} */
body.single.single-actualite .vagues-bas::after {
    left: -200px;
    top: 15%;
}
section.image-para .vague-bleu:nth-child(1) {
    margin-top: -105px;
}
section.image-para .vague-bleu:last-child {
    margin-bottom: -130px;
    padding-bottom: 180px;
}
.bandeau-secteur.secteur-actif:nth-child(1) .liste_secteurs .container .un-secteur:nth-child(1) .titre-projet,
.bandeau-secteur.secteur-actif:nth-child(2) .liste_secteurs .container .un-secteur:nth-child(2) .titre-projet,
.bandeau-secteur.secteur-actif:nth-child(3) .liste_secteurs .container .un-secteur:nth-child(3) .titre-projet,
.bandeau-secteur.secteur-actif:nth-child(4) .liste_secteurs .container .un-secteur:nth-child(4) .titre-projet,
.bandeau-secteur.secteur-actif:nth-child(5) .liste_secteurs .container .un-secteur:nth-child(5) .titre-projet,
.bandeau-secteur.secteur-actif:nth-child(6) .liste_secteurs .container .un-secteur:nth-child(6) .titre-projet,
.bandeau-secteur.secteur-actif:nth-child(7) .liste_secteurs .container .un-secteur:nth-child(7) .titre-projet,
.bandeau-secteur.secteur-actif:nth-child(8) .liste_secteurs .container .un-secteur:nth-child(8) .titre-projet,
.bandeau-secteur.secteur-actif:nth-child(9) .liste_secteurs .container .un-secteur:nth-child(9) .titre-projet {
    font-size: 30px;
    color: #D60026;
    font-weight: 600;
}
.bandeau-secteur.secteur-actif:nth-child(1) .liste_secteurs .container .un-secteur:nth-child(1) .lien-secteur,
.bandeau-secteur.secteur-actif:nth-child(2) .liste_secteurs .container .un-secteur:nth-child(2) .lien-secteur,
.bandeau-secteur.secteur-actif:nth-child(3) .liste_secteurs .container .un-secteur:nth-child(3) .lien-secteur,
.bandeau-secteur.secteur-actif:nth-child(4) .liste_secteurs .container .un-secteur:nth-child(4) .lien-secteur,
.bandeau-secteur.secteur-actif:nth-child(5) .liste_secteurs .container .un-secteur:nth-child(5) .lien-secteur,
.bandeau-secteur.secteur-actif:nth-child(6) .liste_secteurs .container .un-secteur:nth-child(6) .lien-secteur,
.bandeau-secteur.secteur-actif:nth-child(7) .liste_secteurs .container .un-secteur:nth-child(7) .lien-secteur, 
.bandeau-secteur.secteur-actif:nth-child(8) .liste_secteurs .container .un-secteur:nth-child(8) .lien-secteur,
.bandeau-secteur.secteur-actif:nth-child(9) .liste_secteurs .container .un-secteur:nth-child(9) .lien-secteur {
    display: block;
}
.bandeau-secteur.secteur-actif:nth-child(1) .liste_secteurs .container .un-secteur:nth-child(1) .trait-rouge a,
.bandeau-secteur.secteur-actif:nth-child(2) .liste_secteurs .container .un-secteur:nth-child(2) .trait-rouge a,
.bandeau-secteur.secteur-actif:nth-child(3) .liste_secteurs .container .un-secteur:nth-child(3) .trait-rouge a,
.bandeau-secteur.secteur-actif:nth-child(4) .liste_secteurs .container .un-secteur:nth-child(4) .trait-rouge a,
.bandeau-secteur.secteur-actif:nth-child(5) .liste_secteurs .container .un-secteur:nth-child(5) .trait-rouge a,
.bandeau-secteur.secteur-actif:nth-child(6) .liste_secteurs .container .un-secteur:nth-child(6) .trait-rouge a,
.bandeau-secteur.secteur-actif:nth-child(7) .liste_secteurs .container .un-secteur:nth-child(7) .trait-rouge a,
.bandeau-secteur.secteur-actif:nth-child(8) .liste_secteurs .container .un-secteur:nth-child(8) .trait-rouge a,
.bandeau-secteur.secteur-actif:nth-child(9) .liste_secteurs .container .un-secteur:nth-child(9) .trait-rouge a {
    background: #D60026;
}
.connexion::after {
    content: 'CONNEXION';
    color: #ffffff0f;
    font-weight: bold;
    font-size: 160px;
    transform: rotate(-90deg);
    top: 340px;
    left: 40px;
}
.sliderSecteurs .swiper-slide .contenu {
    opacity: 0;
    transform: translateY(20px); 
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.sliderSecteurs .swiper-slide-active .contenu {
    opacity: 1;
    transform: translateY(0);
}
.vagues-bas.plan::after {
    top: 100px;
}
.border-top-10::before {
    width: 110px;
    height: 8px;
    top: 0;
}
.sliderPlan .swiper-slide {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.sliderPlan .swiper-slide-active,
.sliderPlan .swiper-slide-duplicate-active {
    opacity: 1;
    transform: translateY(0);
}
.sliderSecteurs .swiper-button-next,
.sliderSecteurs .swiper-button-prev,
.les-btn .swiper-button-prev,
.les-btn .swiper-button-next {
    width: 40px;
    height: 40px;
}
.sliderPlan .swiper-slide.swiper-slide-next {
    opacity: 0.5 !important;
}
section#chiffres-cles.vagues-bas::after {
    left: 55%;
    transform: translateX(-50%);
}
.scroll-annee .annee:last-child .contenu-scroll {
    height: 320px;
}
.formulaire-contact span.wpcf7-not-valid-tip {
    font-size: 15px;
    padding-left: 11px;
    position: absolute;
    bottom: -30px;
}
.wpcf7-response-output {
    border: 1px solid #009FDA !important;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    padding: 20px !important;
    border-radius: 8px;
    max-width: 800px;
    display: block;
    margin: 0 auto 50px !important;
}
.slider-secteur .swiper-button-next {
    right: 0px;
}
.slider-secteur .swiper-button-prev {
    left: 0px;
}
.slider-secteur .snip1155 a:hover:before {
    left: 20px;
    right: 20px;
}
.strong-bebas strong {
    display: block;
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 20px;
}
.strong-bebas ul li {
    margin-bottom: 30px;
}
.liste-puce span::before {
    width: 20px;
    height: 20px;
    left: -30px;
    top: 5px;
    background-image: url('/wp-content/uploads/2025/06/ASCENT_liste-puce.png');
}
.nouveau-menu .snip1155 a:hover {
    color: #ffffff;
}
body.home footer .les-partenaires,
body.page-id-181 footer .les-partenaires,
body.page-id-1067 footer .les-partenaires,
body.page-id-848 footer .les-partenaires,
body.error404 footer .les-partenaires {
    background-color: #002666;
}
body.page-id-121 footer .les-partenaires,
body.page-id-123 footer .les-partenaires,
body.page-id-1067 footer .les-partenaires {
    background-color: #003388;
}
.slider-secteur .tab-title.is-active {
    border: 1px solid #009FDA;
}
#backToTop.visible {
    transition: transform 0.5s ease;
}
#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('/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;
}
.infos-secteur.vagues-bas::after {
    top: 100px;
}
body.page-id-414 footer,
body.page-id-835 footer,
body.page-id-1067 footer {
    z-index: 100;
    background-color: transparent;
}
body.page-id-414 footer .les-partenaires,
body.page-id-835 footer .les-partenaires,
body.page-id-1067 footer .les-partenaires {
    margin-bottom: 0;
}
body.page-id-414 footer .w-full.bg-bleu2,
body.page-id-835 footer .w-full.bg-bleu2,
body.page-id-1067 footer .w-full.bg-bleu2 {
    padding-top: 60px;
}
body.page-id-414 footer section.relative.block.en-after.en-before.overflow-hidden.pb-20,
body.page-id-835 footer section.relative.block.en-after.en-before.overflow-hidden.pb-20,
body.page-id-1067 footer section.relative.block.en-after.en-before.overflow-hidden.pb-20 {
    padding-bottom: 0;
}
body.page-id-414 footer  .w-full.bg-bleu2,
body.page-id-835 footer  .w-full.bg-bleu2,
body.page-id-1067 footer  .w-full.bg-bleu2 {
    padding-bottom: 80px;
}
.formulaire-contact span.wpcf7-form-control-wrap:has(span.wpcf7-not-valid-tip) {
    margin-bottom: 55px;
}
.espace-bold br {
    display: none;
}
.espace-bold strong {
    margin-bottom: 0;
}
.espace-bold p {
    margin-bottom: 20px;
}
html[lang="ar"] .next-section a {
    direction: ltr !important;
}
html[lang="ar"] .connexion::after {
    content: 'ترابط تشاد';
    left: 580px;
}
html[lang="ar"] .langue-fra {
    display: none;
}
html[lang="ar"] .langue-ara {
    display: block;
}
html[lang="ar"] section.bandeau-home .w-full.lg\:w-1\/2.pt-8.lg\:pt-0 {
    margin-left: 50%;
}
html[lang="ar"] section.bandeau-home .next-section {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}
html[lang="ar"] section.bandeau-home .cta {
    float: right;
}
html[lang="ar"] section.bandeau-home picture img {
    transform: scaleX(-1);
}
html[lang="ar"] .gauche-droite .text-droite {
    padding-left: 0;
    padding-right: 80px;
}
html[lang="ar"] .gauche-droite .text-gauche .texte,
body.page-id-1065 .texte.max-w-full.md\:max-w-\[400px\].lg\:max-w-\[450px\].block.m-auto.ml-0.pt-4.md\:pt-24 {
    margin-right: 0;
}
body.page-id-1065 .max-w-full.md\:max-w-\[300px\].lg\:max-w-\[480px\].m-auto.mr-0 {
    margin: auto;
    margin-left: 0;
}
html[lang="ar"] .formulaire-contact input::placeholder,
html[lang="ar"] .formulaire-contact textarea::placeholder,
html[lang="ar"] input:focus, html[lang="ar"] input:active, html[lang="ar"] input:target, 
html[lang="ar"] input, html[lang="ar"] input:valid,
html[lang="ar"] textarea:focus, html[lang="ar"] textarea:active, 
html[lang="ar"] textarea:target, html[lang="ar"] textarea, 
html[lang="ar"] textarea:valid,
html[lang="ar"] input[type="email"],
html[lang="ar"] body.page-id-1071 h2.text-white,
html[lang="ar"] .formulaire-contact span.wpcf7-not-valid-tip,
html[lang="ar"] form .wpcf7-response-output,
html[lang="ar"] form span.wpcf7-form-control-wrap {
    direction: rtl;
}
html[lang="ar"] header .langue.absolute {
    right: auto;
    left: -20px;
    top: 1px;
}
html[lang="ar"] body.page-id-1061 section#vision .next-section {
    justify-content: flex-start;
}
html[lang="ar"] header ul.menu-footer {
    margin-left: 50px;
}



/* Responsive */
@media only screen and (min-width: 1535px) {
    .container {
        width: 1280px !important;
    }
    footer .les-partenaires {
        height: 840px;
    }
    .connexion::after {
        left: 143px;
        font-size: 200px;
        top: 435px;
    }
    html[lang="ar"] .connexion::after {
        left: 870px;
    }
}

@media only screen and (max-width: 1280px) {
    .container {
        width: 1140px !important;
    }
    .bandeau-secteur.secteur-actif:nth-child(1) .liste_secteurs .container .un-secteur:nth-child(1) .titre-projet,
    .bandeau-secteur.secteur-actif:nth-child(2) .liste_secteurs .container .un-secteur:nth-child(2) .titre-projet,
    .bandeau-secteur.secteur-actif:nth-child(3) .liste_secteurs .container .un-secteur:nth-child(3) .titre-projet,
    .bandeau-secteur.secteur-actif:nth-child(4) .liste_secteurs .container .un-secteur:nth-child(4) .titre-projet,
    .bandeau-secteur.secteur-actif:nth-child(5) .liste_secteurs .container .un-secteur:nth-child(5) .titre-projet,
    .bandeau-secteur.secteur-actif:nth-child(6) .liste_secteurs .container .un-secteur:nth-child(6) .titre-projet,
    .bandeau-secteur.secteur-actif:nth-child(7) .liste_secteurs .container .un-secteur:nth-child(7) .titre-projet,
    .bandeau-secteur.secteur-actif:nth-child(8) .liste_secteurs .container .un-secteur:nth-child(8) .titre-projet,
    .bandeau-secteur.secteur-actif:nth-child(9) .liste_secteurs .container .un-secteur:nth-child(9) .titre-projet {
        font-size: 25px;
    }
    footer .les-partenaires {
        height: 600px;
    }
    img.w-6.h-auto.object-contain.mb-3.ml-auto.lg\:-mt-6.lg\:mr-2.\32 xl\:-mt-7.\32 xl\:mr-32.aos-init.aos-animate {
        margin-right: 205px !important;
    }
    .hauteur-290 {
        height: 290vh !important;
    }
}

@media only screen and (max-width: 1024px) {
    .un-el::before {
        width: 100px;
        height: 3px;
        right: -110px;
    }
    .right .un-el::before {
        left: -40px;
    }
    footer .les-partenaires {
        height: 450px;
    }
    .connexion::after {
        left: -140px;
    }
    html[lang="ar"] .connexion::after {
        left: 300px;
    }
    footer .les-partenaires {
        background-position: center;
    }
    .wpcf7-response-output {
        width: 80%;
    }
    html[lang="ar"] section.bandeau-home .w-full.lg\:w-1\/2.pt-8.lg\:pt-0 {
        margin-left: 0;
    }
    html[lang="ar"] .gauche-droite .text-droite {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .container,
    .container-mob {
        width: 100% !important;
        padding: 0 25px;
    }
    header .icone-menu {
        margin-right: 30px;
    }
    header.header-scroll .container {
        margin-left: 0;
    }
    header.header-scroll .container .icone-menu {
        margin-right: 0;
    }
    section.bandeau-home::after {
        width: 400px;
        height: 400px;
        right: -161px;
        bottom: -193px;
    }
    html[lang="ar"] section.bandeau-home::after {
        right: auto;
        left: -160px;
    }
    header.header-scroll .container .logo-menu img {
        width: 180px;
    }
    header.header-scroll {
        background: #002666;
        padding-top: 10px;
        padding-bottom: 10px;
        position: fixed;
        top: 0;
    }
    .un-el::before {
        right: auto;
        left: -40px;
    }
    .bandeau-secteur.secteur-actif:nth-child(1) .liste_secteurs .container .un-secteur:nth-child(1) .titre-projet, .bandeau-secteur.secteur-actif:nth-child(2) .liste_secteurs .container .un-secteur:nth-child(2) .titre-projet, .bandeau-secteur.secteur-actif:nth-child(3) .liste_secteurs .container .un-secteur:nth-child(3) .titre-projet, .bandeau-secteur.secteur-actif:nth-child(4) .liste_secteurs .container .un-secteur:nth-child(4) .titre-projet, .bandeau-secteur.secteur-actif:nth-child(5) .liste_secteurs .container .un-secteur:nth-child(5) .titre-projet, .bandeau-secteur.secteur-actif:nth-child(6) .liste_secteurs .container .un-secteur:nth-child(6) .titre-projet, .bandeau-secteur.secteur-actif:nth-child(7) .liste_secteurs .container .un-secteur:nth-child(7) .titre-projet, .bandeau-secteur.secteur-actif:nth-child(8) .liste_secteurs .container .un-secteur:nth-child(8) .titre-projet, .bandeau-secteur.secteur-actif:nth-child(9) .liste_secteurs .container .un-secteur:nth-child(9) .titre-projet {
        font-size: 20px;
    }
    footer .les-partenaires {
        height: 400px;
        background-position: bottom;
    }
    .pas-br br {
        display: none;
    }
    .vague-bleu.pas-bg-mob {
        background-image: none;
    }
    div#tousSecteurs {
        scroll-margin-top: 80px;
    }
}