@charset "UTF-8";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
*,
*::before,
*::after {
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
    scroll-behavior: smooth;
}

:root { 
    --principal: #024F69;
    --secondary: #F2B44D;
    --textWhite: rgba(255, 255, 255, 0.856);
    --textBlue: #024F69;
    --boder: #024f69a4;
    --fondblanc: rgba(255, 255, 255, 1);
    --fondleger: #024f6942;
}

html,body{
	margin: 0;
	padding: 0;
    background-color: var(--fondblanc, #fff);
    font-family: Arial, Helvetica, sans-serif;
    scroll-behavior: smooth;
}

.header-haut{
    background-image: linear-gradient(to bottom,#024f6985), url('../images/d1.jpg');
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 20px;
    width: 100%;
    height: auto;
    min-height: 500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.header-haut header{
    background-color: white;
    height: auto;
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    z-index: 1000;
    margin: 0 auto;
    border-radius: 60px;
    border: 1px solid transparent;
}

.header-haut header.static{
    position: fixed;    
    top: 0;
    z-index: 2200;
    width: 100%;
    animation: sticky 0.5s ease-in-out;
    border-bottom: 1px solid #024F69;
    border-radius: 0;
}

@keyframes sticky {
    0% {
        transform: translateY(-7rem);
    }
    100% {
        transform: translateY(0rem);
    }
}

.header-haut header img{
    width: 90px;
    height: auto;
    border-radius: 100%;
}

.header-haut header nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: inherit;
    padding: 0;
}

.header-haut header nav .la-times-circle{
    display: none;
    font-size: 25px;
    background-color: red;
    padding: 20px;
    border-radius: 100px;
    color: white;
    cursor: pointer;
}

.header-haut header nav a{
    font-family: 'Arial', Helvetica, sans-serif;
    font-size: 16px;
    color: var(--textBlue);
    text-decoration: none;
    margin: 0 5px;
    padding: 20px;
    display: inline-block;
    height: inherit;
    align-content: center;
    border-bottom: 2px solid transparent;
    font-weight: 600;
    text-align: center;
}

.header-haut header nav a:last-child{
    margin-right: 0;
}

.header-haut header nav a:hover{
    border-bottom: 2px solid transparent;
    padding: 20px;
    background-color: #f2b34d36;
}

.header-haut header nav a.moi{
    border-bottom: 2px solid transparent;
    padding: 20px;
    background-color: #f2b34d56;
}

.header-haut header nav .don{
    background-color: #F2B44D;
    border-radius: 0 25px 25px 0;
    padding: 20px;
    color: #024F69;
    border-bottom: 2px solid transparent;
}

.nav-header{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
}

.nav-header > h3{
    font-size: 30px;
    color: white;
    font-weight: 900;
}

.nav-header .nav-header-item{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

.nav-header .nav-header-item a{
    color: white;
    font-size: 20px;
    transition: all .5s;
}

.nav-header .nav-header-item a > i{
    color: white;
    font-size: 20px !important;
    transition: all .5s;
}

.nav-header .nav-header-item > a:hover{
    opacity: 0.8;
}

.nav-header .nav-header-item i{
    color: white;
    font-size: 20px;
    transition: all .5s;
}

@media screen and (max-width: 700px){
    .nav-header > h3{
        font-size: 25px;
        font-weight: 700;
        align-items: center;
    }

    .nav-header .nav-header-item a{
        font-size: 18px;
    }

    .nav-header .nav-header-item a > i{
        font-size: 18px !important;
    }
}

header .btn-mobile{
    padding: 20px;
    background-color: #F2B44D;
    color: var(--principal);
    border-radius: 100px;
    font-size: 25px;
    cursor: pointer;
    display: none;
}

@media screen and (max-width: 1233px) {
    .header-haut header{
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .header-haut{
        min-height: 400px;
    }

    .header-haut header img{
        width: 80px;
    }

    .header-haut header.static nav{
        z-index: 2400;
    }

    .header-haut header nav{
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 2400;
        height: 100vh;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        padding: 50px 10px;
        gap: 10px;
        background-color: white;
    }

    .header-haut header nav a{
        background-color: #024f6918;
        padding: 20px;
        width: 100%;
        height: auto;
        align-content: center;
        text-align: center;
        color: #024F69;
        border-radius: 0;
    }

    .header-haut header nav a:hover{
        border-bottom: 2px solid #F2B44D;
        background-color: #f2b34d36;
        border-radius: 0;
    }

    .header-haut header nav a.moi{
        padding: 20px;
        border-radius: 0;   
    }

    .header-haut header nav .don{
        background-color: #F2B44D;
        border-radius: 0;
        padding: 20px;
        color: #024F69;
        border-bottom: 2px solid transparent;
    }

    header nav span{
        background-color: var(--principal, #595959);
        width: 100%;
        display: inline-block;
        margin: 0 auto;
        text-align: center;
    }

    .header-haut header nav .la-times-circle{
        display: inline;
    }

    .header-haut header nav.active{
        display: flex;
    }

    header .btn-mobile{
        display: inline-block;
    }
}

.separator{
    margin: 100px 0;
}

.bloc-caroussel-home {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 0 20px;
}

.content-home {
    height: auto;
    width: 80%;
    transform: translateY(-180px);
    z-index: 500;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.8s ease-in-out;
    position: relative;
    background-color: white;
}

.bloc-caroussel-home-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
    background:  linear-gradient(to top, #000000c7, transparent);
}

.bloc-caroussel-home-left h1 {
    font-size: 40px;
    color: #F2B44D;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
    transition: opacity 1s ease;
}

.gr-btn-carousel{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.btn-action-direct{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.btn-action-direct a{
    padding: 15px 20px;
    font-size: 16px;
    background-color: white;
    color: #014055;
    border-radius: 50px;
}

.btn-action-direct a:hover{
    background-color: #014055;
    color: white;
}

.btn-action-direct a:hover i{
    color: white;
}

.btn-next-home {
    display: flex;
    gap: 20px;
}

.btn-next-home a {
    color: white;
    background-color: #024F69;
    border-radius: 5px;
    padding: 15px;
    font-size: 18px;
    transition: 0.3s;
}

.btn-next-home a:hover {
    background-color: #036d8d;
}

.btn-next-home a i {
    font-size: 20px;
    color: white;
}

.bloc-caroussel-home-right {
    width: 100%;
    height: 600px;
}

.bloc-caroussel-home-right img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    transition: opacity 1s ease;
}

@media screen and (max-width: 1200px){
    .content-home{
        width: 100%;
    }

    .bloc-caroussel-home{
        padding: 20px;
        gap: 0;
    }

    .bloc-caroussel-home-left{
        width: 100%;
        background-position: bottom;
    }

    .bloc-caroussel-home-left h1{
        font-size: 35px;
        margin-bottom: 10px;
        text-align: center;
    }

    .btn-next-home{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
}

@media screen and (max-width: 750px){
    .bloc-caroussel-home-left {
        height: 500px;
        padding: 20px;
        gap: 10px;
    }

    .bloc-caroussel-home-right {
        height: 500px;
    }

    .bloc-caroussel-home-right img {
        height: 500px;
    }

    .bloc-caroussel-home-left #carousel-title{
        font-size: 25px;
    }

    .gr-btn-carousel .btn-action-direct{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .gr-btn-carousel .btn-action-direct a{
        padding: 10px;
    }
}

.bloc-objet{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding: 100px 20px;
    margin-bottom: 20px;
    background-image: linear-gradient(to bottom,#024f6985), url('../images/fondh1.jpg');
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.bloc-objet h1{
    color: white;
    font-size: 40px;
    margin-bottom: 50px;
}

.bloc-objet h1 > span{
    color: #F2B44D;
}

.content-objet{
    width: 80%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
}

.item-objet{
    width: 400px;
    height: auto;
    padding: 40px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 30px #024f6957;
}

@media screen and (max-width: 900px){
    .bloc-objet h1{
        font-size: 30px;
        text-align: center;
    }

    .content-objet{
        width: 100%;
        gap: 20px;
    }
    
    .item-objet{
        width: 350px;
        padding: 20px;
    }
}

@media screen and (max-width: 700px){
    .item-objet{
        width: 95%;
    }
}

.item-objet > i{
    color: #024F69;
    padding: 20px;
    background-color: #F2B44D;
    border-radius: 0 100% 100% 0;
    font-size: 50px;
}

.item-objet h3{
    color: #024F69;
    font-size: 30px;
    margin: 25px 0;
}

.item-objet p{
    color: #024F69;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 25px;
}

.item-objet a{
    padding: 10px 20px;
    background-color: #F2B44D;
    color: #024F69;
    border-radius: 0 50px 50px 0;
    font-weight: 700;
}

.item-objet a:hover{
    opacity: 0.8;
}



.bloc-present{
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    background-color: #024F69;
    padding: 100px 20px;
}

.content-present{
    width: 80%;
    height: inherit;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.present-left{
    width: 40%;
    height: inherit;
}

.present-left img{
    width: 100%;
    height: 600px;
    border-radius: 15px;
    transform: translateY(-50px);
    box-shadow: 0 0 30px #024f6957;
    object-fit: cover;
}

.present-right{
    width: 50%;
    height: inherit;
    padding: 30px;
}

.present-right h1{
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 40px;
}

@media screen and (max-width: 1198px){
    .bloc-present{
        height: auto;
    }

    .content-present{
        width: 100%;
        height: auto;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        gap: 20px;
    }

    .present-left{
        width: 100%;
        height: auto;
    }

    .present-left img{
        border-radius: 0;
        transform: translateY(0);
        height: auto;
    }

    .present-right{
        width: 100%;
        height: auto;
        padding: 0;
    }

    .present-right h1{
        font-size: 30px;
    }
}

.present-right h1 > strong{
    color: #F2B44D;
}

.present-right > span{
    color: white;
    font-size: 18px;
}

.present-right > hr{
    margin: 20px 0;
    opacity: 0.6;
    color: #ccc;
}

.present-right > p{
    color: #ccc;
    line-height: 30px;
    margin-bottom: 20px;
}

.present-right > a{
    padding: 15px 20px;
    background-color: #F2B44D;
    color: #024F69;
    border-radius: 50px;
    font-weight: 700;
    transition: all .5s;
    display: inline-block;
    margin-top: 20px;
}

.present-right > a:hover{
    opacity: 0.8;
}



/* Presentation ONG */
.bloc-description-ong{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 100px 20px;
}

.content-description-ong{
    width: 80%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    gap: 20px;
}

.content-description-left{
    width: 45%;
}

.content-description-left h1{
    font-size: 35px;
    margin-bottom: 20px;
    color: #024F69;
    border-left: 5px solid #F2B44D;
    background-color: #f2b34d2a;
    padding: 10px;
}

.content-description-left small{
    font-size: 16px;
    margin-bottom: 50px;
    display: inline-block;
    color: #024F69;
    line-height: 25px;
}

.content-description-toggle{
    padding: 20px 10px;
    width: 100%;
    background-color: #024f6917;
    margin-bottom: 15px;
    border-bottom: 1px solid #024F69;
}

/* Optionnel : ajouter un style pour le lien actif */
.content-description-toggle a.active {
    color: #F2B44D;
}

.content-description-toggle a::after{
    content: "|";
    margin-left: 8px;
    color:#024F69;
}

.content-description-toggle a:last-child::after{
    content: "";
}

.content-description-toggle a{
    color: #024F69;
    font-weight: 700;
}

.content-description-toggle-detail{
    font-size: 18px;
    display: none; /* Masqué par défaut */
    color: #024F69;
    line-height: 30px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.content-description-right{
    width: 45%;
}

.cadre-picture{
    background-color: #F2B44D;
    width: 100%;
    height: 510px;
}

.cadre-picture img{
    width: 100%;
    height: inherit;
    transform: translate(30px, -30px);
    object-fit: cover;
}

@media screen and (max-width: 1103px){
    .content-description-ong{
        width: 100%;
        justify-content: center;
        align-items: start;
        flex-direction: column-reverse;
    }

    .content-description-toggle a{
        display: inline-block;
        margin: 5px;
    }

    .content-description-left{
        width: 100%;
    }

    .content-description-right{
        width: 100%;
    }

    .cadre-picture img{
        width: 95%;
        transform: translateY(-30px);
    }
}

@media screen and (max-width: 750px){
    .cadre-picture{
        height: 400px;
    }

    .content-description-toggle-detail{
        font-size: 16px;
    }

    .content-description-left h1{
        font-size: 25px;
        font-weight: 500;
    }

    .content-description-right{
        width: 100%;
    }

    .item-objet h3{
        font-size: 25px;
    }

    .content-causes .content-causes-item i{
        padding: 10px;
        font-size: 30px;
        background-color: red;
    }
}


/* Caroussel personnel */
.testimonial-section {
    text-align: center;
    padding: 100px 20px;
}

.testimonial-section h3 {
    color: #024F69;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.testimonial-section h1 {
    font-size: 40px;
    margin-bottom: 40px;
    color: #024F69;
}

.carousel {
    background: #024F69;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    padding: 60px 40px;
    position: relative;
    border-radius: 10px;
}

.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #F2B44D;
    border: none;
    padding: 15px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 5px;
    width: 40px;
}

.nav:hover {
    background: #d38200;
}

.left { 
    left: -20px; 
}
.right { 
    right: -20px; 
}

.slide-container {
    position: relative;
    overflow: hidden;
}

.slide {
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 10px 30px;
    transition: opacity 0.5s ease;
}

.slide.active {
    display: flex;
}

.avatar {
    width: 200px;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
}

.name {
    margin-top: 20px;
        margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.job {
    font-size: 14px;
    color: #ccc;
}

@media screen and (max-width: 700px){
    .carousel {
        width: 100%;
        padding: 20px;
    }

    .left { 
        left: -15px; 
    }
    .right { 
        right: -15px; 
    }
}


/* Carrousel */
/* Bloc Temoignage */
.bloc-temoignages{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #024f6911;
    padding: 100px 20px;
}

.bloc-temoignages h3 {
    color: #024F69;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-align: center;
}

.bloc-temoignages h1 {
    font-size: 40px;
    margin-bottom: 40px;
    color: #024F69;
    text-align: center;
}

.temoignage-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.content-temoignage {
    display: none;
    transition: opacity 0.5s ease;
    width: 80%;
    height: auto;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.content-temoignage.active {
    display: flex;
}

.bloc-temoignages .content-temoignage img{
    width: 40%;
    height: auto;
    border-radius: 5px;
    object-fit: cover;
}

.bloc-temoignages .content-temoignage .temoignage-item{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    width: 60%;
    height: auto;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    z-index: 200;
    transform: translate(-50px, 0);
    padding: 20px;
}

.bloc-temoignages .content-temoignage .temoignage-item p{
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 10px;
    line-height: 30px;
    color: #024F69;
    letter-spacing: 1px;
}

.bloc-temoignages .content-temoignage .temoignage-item .temoignage-item-name{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.bloc-temoignages .content-temoignage .temoignage-item .temoignage-item-name p{
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    color: black;
}

.bloc-temoignages .content-temoignage .temoignage-item .temoignage-item-name p span{
    opacity: 0.7;
}

.bloc-temoignages .content-temoignage .temoignage-item .temoignage-item-name i{
    font-size: 40px;
    opacity: 0.8;
    color: #024F69;
    display: inline-block;
    transform: translateY(-30px);
}

/* Boutons */
.bloc-temoignages .temoignage-controls {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.bloc-temoignages .temoignage-controls button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background-color: #024F69;
    color: white;
    font-size: 22px;
    cursor: pointer;
    transition: 0.3s;
}

.bloc-temoignages .temoignage-controls button i{
    color: white;
}

.bloc-temoignages .temoignage-controls button:hover {
    background-color: #F2B44D;
}


@media screen and (max-width: 900px){
    .testimonial-section h1{
        font-size: 30px;
    }

    .bloc-temoignages h1 {
        font-size: 30px;
    }

    .bloc-temoignages .content-temoignage{
        width: 100%;
        flex-wrap: wrap;
    }

    .bloc-temoignages .content-temoignage img{
        width: 100%;
    }

    .bloc-temoignages .content-temoignage .temoignage-item{
        width: 90%;
        transform: translate(0px, -50px);
    }
}




/* Nos projets */
.bloc-projets{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 100px 20px;
    background-color: #ffffff11;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.bloc-projets h1 {
    font-size: 40px;
    margin-bottom: 40px;
    color: #024F69;
    position: relative;
    text-align: center; /* centre le texte et les lignes */
}

.bloc-projets h1 span{
    color: #F2B44D;
}

.bloc-projets h3{
    color: #014055;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-align: center;
}

/* Conteneur carrousel */
.projets-carousel {
    width: 80%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

/* CARDS PROJETS AMÉLIORÉES */
.projets-item {
    background: #fff;
    padding: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.226);
    text-align: center;
    transition: 0.3s ease;
    display: none;
    opacity: 0;
    transform: translateY(30px);
    width: 50%;
    border-bottom: 5px solid #F2B44D;
}

@media screen and (max-width: 900px){
    .bloc-projets h1 {
        font-size: 30px;
    }

    /* Conteneur carrousel */
    .projets-carousel {
        width: 100%;
    }

    .projets-item {
        width: 80%;
    }
}

@media screen and (max-width: 750px){
    .projets-item {
        width: 100%;
    }
}

/* Slide actif */
.projets-item.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* Image */
.projets-item img {
    width: 100%;
    height: auto;
    max-height: 450px;
    object-fit: cover;
    margin-bottom: 15px;
}

/* Titre */
.projets-item h3 {
    font-size: 22px;
    color: #024F69;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: left;
    padding: 15px 0 15px 15px;
    border-left: 5px solid #F2B44D;
}

/* Texte */
.projets-item p {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 15px;
    text-align: left;
    padding-left: 20px;
}

/* Lien */
.projets-item a {
    display: inline-block;
    padding: 15px 20px;
    background: #024F69;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    text-align: center;
    font-weight: 600;
    width: 100%;
}

/* Hover link */
.projets-item a:hover {
    opacity: 0.9;
}

.projets-item a i{
    color: #fff;
}

/* Hover card */
.projets-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* Boutons navigation */
.projets-controls {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.projets-controls button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: #024F69;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    transition: 0.3s;
}

.projets-controls button i{
    color: #fff;
}

.projets-controls button:hover {
    background: #F2B44D;
}




/* Ce que nous faisons */
.ce-nous-faisons{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding: 100px 20px;
}

.ce-nous-faisons h1{
    color: #024F69;
    font-size: 40px;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
}

.ce-nous-faisons h1 > span{
    color: #F2B44D;
}

.ce-nous-faisons h3{
    color: #00506b;
    letter-spacing: 2px;
    font-size: 15px;
    text-transform: uppercase;
}

/* SECTION CONTAINER ce que nous faison */
.ce-nous-faisons .service-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin-top: 40px;
    flex-wrap: wrap;
    width: 80%;
    height: auto;
}

.service-left {
    position: relative;
    width: 50%;
    overflow: hidden;
}

.service-left video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7) saturate(0.9); /* effet bleu */
}

/* BOUTON PLAY */
.play-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: white;
    cursor: pointer;
    transition: .3s;
}

.play-circle:hover {
    background: rgba(255,255,255,0.2);
}

/* TEXT BAS GAUCHE */
.about-text {
    position: absolute;
    bottom: 30px;
    left: 60px;
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
}

.about-text h4 {
    margin-top: 5px;
}


/* RIGHT SIDE (SERVICES LIST) */
.service-right {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.service-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.service-icon {
    background: white;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-radius: 6px;
}

.service-icon i {
    font-size: 50px;
    color: #024F69;
}

.service-text h3 {
    font-size: 26px;
    margin-bottom: 10px;
    color: #024F69;
}

.service-text p {
    color: #555;
    line-height: 1.6;
}

/* -------------------- */
/*  RESPONSIVE VERSION  */
/* -------------------- */

@media (max-width: 1024px) {
    .service-section {
        flex-direction: column;
    }

    .service-left, .service-right {
        width: 100%;
    }

    .service-left {
        margin-bottom: 40px;
    }

    .play-circle {
        width: 90px;
        height: 90px;
        font-size: 30px;
    }

    .service-right {
        padding: 0 20px;
    }
}

@media screen and (max-width: 990px){
    .ce-nous-faisons{
        padding: 100px 20px;
    }

    .ce-nous-faisons h1{
        font-size: 30px;
    }

    .ce-nous-faisons .service-section {
        width: 100%;
    }
}

@media (max-width: 750px) {
    .service-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .service-text h3 {
        font-size: 22px;
    }

    .service-text p {
        font-size: 15px;
    }
}



/* ---- CAROUSEL ARTICLE ---- */
.article-section {
    text-align: center;
    background-color: #024f6911;
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.article-section h3 {
    color: #024F69;
    letter-spacing: 2px;
    font-size: 15px;
    text-align: center;
}

.article-section h1 {
    font-size: 40px;
    margin-bottom: 30px;
    color: #024F69;
    text-align: center;
}

.article-section a {
    color: white;
    text-align: center;
    font-weight: 600;
    padding: 15px 25px;
    background-color: #024F69;
    border-left: 5px solid #F2B44D;
    border-radius: 5px;
}

.article-section a:hover {
    opacity: 0.8;
}

.article-section a i{
    color: white;
}

/* ---- CAROUSEL ---- */

.article-carousel {
    position: relative;
    width: 80%;
    margin: 0 0 30px 0;
    overflow: hidden;
}

.article-viewport {
    overflow: hidden;
    width: 100%;
}


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

    .article-section .article-carousel {
        width: 100%;
    }

    .article-section h1 {
        font-size: 30px;
        margin-bottom: 40px;
        color: #024F69;
    }
}

.article-track {
    display: flex;
    gap: 30px;
    transition: transform 0.6s ease;
}

.article-track .article-card {
    min-width: 350px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border: none;
    padding: 0;
}

.article-track .article-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.article-track .article-card .article-info {
    padding: 20px;
    text-align: left;
}

.article-track .article-card .article-date {
    background: #F2B44D;
    color: #fff;
    padding: 4px 10px;
    border-radius: 3px;
    font-size: 12px;
}

.article-track .article-card .article-info h2 {
    margin-top: 12px;
    font-size: 20px;
    color: #024F69;
}

/* ---- NAV BUTTONS ---- */

.article-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #F2B44D;
    border: none;
    padding: 15px 20px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 5px;
    z-index: 100 !important;
    width: 60px;
    box-shadow: 0 4px 15px rgba(32, 32, 32, 0.671);
}

.article-btn.left { left: -10px; }
.article-btn.right { right: -10px; }



.bloc-stats{
    background-image: linear-gradient(to bottom, #024f69, #024f699c), url('../images/fondh.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 400px;
    margin: 0;
    padding: 100px 20px;
}

.content-stats{
    width: 80%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    flex-wrap: wrap;
    gap: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.555);
    border-bottom: 1px solid rgba(255, 255, 255, 0.555);
    padding: 50px 0;
}

.content-stats-item{
    width: 300px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.content-stats-item h1{
    padding: 20px 30px;
    font-size: 50px;
    background-color: white;
    color: #024F69;
    text-align: center;
    width: inherit;
    border: 2px solid #F2B44D;
}

.content-stats-item p{
    color: white;
    font-size: 25px;
    text-align: center;
    background-color: #F2B44D;
    width: 100%;
    padding: 20px;
}

@media screen and (max-width: 900px){
    .content-stats{
        width: 100%;
        gap: 30px;
    }

    .content-stats-item{
        width: auto;
        min-width: 200px;
        gap: 0;
    }

    .content-stats-item h1{
        font-size: 30px;
    }

    .content-stats-item p{
        font-size: 18px;
    }
}

.bloc-causes{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    height: auto;
    padding: 100px 20px;
}

.bloc-causes h1{
    color: #024F69;
    font-size: 40px;
}

.bloc-causes h1 span{
    color: #F2B44D;
}

.bloc-causes p{
    color: #024F69;
}

.content-causes{
    margin-top: 50px;
    width: 80%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 40px;
}

.content-causes-item{
    width: 400px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    border-radius: 20px;
    box-shadow: 0 0 30px #024f6957;
    padding: 60px 10px 20px;
    position: relative;
}

@media screen and (max-width: 700px){
    .bloc-causes h1{
        color: #024F69;
        font-size: 30px;
    }

    .content-causes{
        margin-top: 50px;
        width: 100%;
    }

    .content-causes-item{
        width: 100%;
    }
}

.content-causes-item > i{
    font-size: 40px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 30px #024f6957;
    background: #024f69;
    color: white;
    position: absolute;
    top: -30px;
}

.content-causes-item > h2{
    font-size: 25px;
    color: #024F69;
    margin-bottom: 15px;
}

.content-causes-item p{
    color: #024F69;
    text-align: center;
    line-height: 20px;
    margin-bottom: 15px;
}

.content-causes-item a{
    background-color: #F2B44D;
    color: #024F69;
    display: inline-block;
    width: 100%;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
}

.content-causes-item a:hover{
    opacity: 0.8;
}

.bloc-events{
    background-image: linear-gradient(to left, #024f69, #024f699c , #024f699c), url('../images/fond1.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 100px 0;
}

.content-events{
    width: 80%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    flex-wrap: wrap;
}

.content-events-left{
    width: 45%;
}

.content-events-left h1{
    color: white;
    font-size: 40px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.content-events-left h2{
    color: #F2B44D;
    font-size: 25px;
    margin-bottom: 10px;
}

.content-events-left small{
    color: rgba(255, 255, 255, 0.678);
    margin-bottom: 10px;
    display: inline-block;
}

.content-events-left-bloc{
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.329);
    border-bottom: 1px solid rgba(255, 255, 255, 0.329);
}

.events-left-item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
}

.content-events-left > p{
    color: white;
    line-height: 30px;
    margin-bottom: 30px;
}

.content-events-left .btn-next-events{
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
}

.content-events-left .btn-next-events > a{
    padding: 20px;
    background-color: #F2B44D;
    border-radius: 10px;
    color: #024F69;
    font-weight: 700;
    transition: all .5s;
}

.content-events-left .btn-next-events > a:hover{
    opacity: 0.8;
}

.events-left-item span{
    font-weight: 700;
    font-size: 20px;
    color:  #024F69;
}

.content-events-right{
    background-color: #F2B44D;
    width: 45%;
    height: 600px;
    border-radius: 15px;
}

.content-events-right img{
    width: 100%;
    height: inherit;
    border-radius: 15px;
    transform: translate(30px, -30px);
}

@media screen and (max-width: 1100px){
    .bloc-events{
        padding: 100px 20px;
    }

    .content-events{
        width: 100%;
        justify-content: center;
        align-items: start;
        flex-direction: column-reverse;
        gap: 30px;
    }

    .content-events-left{
        width: 100%;
    }

    .content-events-left h1{
        font-size: 30px;
    }

    .content-events-right{
        width: 100%;
        height: auto;
        padding: 0 20px;
    }

    .content-events-right img{
        width: 100%;
        height: auto;
        transform: translateY(-30px);
    }
}

.newsletter{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 20px;
    background-color: #00abe4;
    background: linear-gradient(135deg, #024f69, #00abe4, #024f69);
}

.newsletter-content{
    width: 80%;
    background-color: #F2B44D;
    border-radius: 100px;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 0 30px #024f6957;
}

.newsletter-content h4{
    color: #024F69;
    font-size: 25px;
    text-align: center;
}

.newsletter-content form{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.newsletter-content form .spinner-loading{
    color: white;
    padding: 10px;
    text-align: center;
}

.text-danger{
    text-align: center;
    color: red;
    display: inline-block;
    padding: 3px;
    font-size: 15px;
}

.newsletter-content-item{
    padding: 10px 20px;
    border-radius: 100px;
    background-color: white;
    width: 50%;
    min-width: 400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsletter-content-item > input{
    padding: 20px 0;
    border: none;
    width: 50%;
    outline: none;
}

.newsletter-content-item > button{
    padding: 20px;
    border: none;
    color: white !important;
    background-color: #024F69;
    border-radius: 0 100px 100px 0;
    width: 45%;
    cursor: pointer;
    margin: 0;
}

@media screen and (max-width: 1100px){
    .newsletter{
        height: auto;
    }

    .newsletter-content{
        width: 100%;
        padding: 30px;
        gap: 10px;
        height: auto;
    }

    .newsletter-content-item{
        padding: 10px;
        width: 90%;
        min-width: 400px;
    }
}

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

    .newsletter-content{
        border-radius: 0;
        padding: 10px;
    }

    .newsletter-content-item{
        padding: 0;
        width: 100%;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        border-radius: 0;
                        box-sizing: border-box; /* OBLIGATOIRE */
                            min-width: 100%;
    }

    .newsletter-content-item input,
    .newsletter-content-item button {
        width: 100%;
        box-sizing: border-box; /* OBLIGATOIRE */
        padding: 12px;
        border-radius: 0;
    }

}

.bloc-member{
    background-color: #024f6911;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 100px 20px;
}

.bloc-member h1{
    color: #024F69;
    font-size: 40px;
    margin-bottom: 20px;
}

.bloc-member h1 span{
    color: #F2B44D;
}

.bloc-member p{
    color: #024F69;
}

.member-content{
    margin-top: 50px;
    width: 80%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    gap: 20px;
}

.member-content-item{
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 0 30px #024f6957;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.member-content-item:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px #024f6957;
}

.member-content-item img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

@media screen and (max-width: 1100px){
    .bloc-member h1{
        font-size: 30px;
    }

    .member-content{
        width: 100%;
    }
}

.member-content-item:hover img {
    transform: scale(1.05);
}

.member-content-item-detail{
    background: linear-gradient(to top,#024F69, #024f6957, transparent);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    z-index: 100;
    display: flex;
    justify-content: end;
    align-items: start;
    flex-direction: column;
    padding: 20px;
    gap: 7px;
    opacity: 0;
    cursor: pointer;
    transition: all .3s;
    transform: scale(1.05);
}

.member-content-item-detail:hover{
    opacity: 1;
}

.member-content-item-detail p{
    font-size: 18px;
    color: #F2B44D;
}

@media screen and (max-width: 700px){
    .member-content-item{
        width: 100%;
        gap: 20px;
    }

    .member-content-item img{
        width: 100%;
        height: inherit;
    }

    .member-content-item-detail{
        width: 100%;
        transform: scale(1.01);
    }

    .member-content-item:hover img {
        transform: scale(1.01);
    }
}

.bloc-member > a{
    background-color: #024F69;
    padding: 20px 30px;
    text-align: center;
    color: white;
    margin: 50px 0;
    display: inline-block;
    box-shadow: 0 0 30px #024f6957;
    transition: all .5s;
}

.bloc-member > a:hover{
    opacity: 0.8;
}

.bloc-member > a i{
    color: white;
}

/* CODES FORMUALIRE D'ADHESION */
.bloc-form-member{
    background-image: linear-gradient(to top, #024f69, #024f699c , #024f699c), url('../images/955.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    height: auto;
    padding: 100px 10px;
}

.content-form-member{
    width: 80%;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.219);
    border: 2px solid white;
    padding: 30px;
    border-radius: 10px;
    gap: 30px;
}

@media screen and (max-width: 900px){
    .content-form-member{
        width: 100%;
    }
}

.content-form-member-item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.content-form-member-item h2{
    color: white;
    font-size: 30px;
    margin-bottom: 10px;
}

.content-form-member-item p{
    color: white;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}

.content-form-member .form-membre {
    display: flex;
    gap: 30px;
    width: 100%;
}

.form-membre-left,
.form-membre-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media screen and (max-width: 700px){
    .content-form-member .form-membre {
        display: flex;
        flex-direction: column;
    }

    .form-membre-left,
    .form-membre-right {
        width: 100%;
    }
}

/* Labels */
.form-membre label {
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

/* Inputs & Textareas */
.form-membre input,
.form-membre select,
.form-membre textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 8px 0;
    outline: none;
    font-size: 15px;            
}

.form-membre select:focus option{
    background-color: transparent;
    color: #024F69;
}

/* Placeholder blanc légèrement transparent */
.form-membre input::placeholder,
.form-membre textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

/* Ajustement du textarea */
.form-membre textarea {
    min-height: 80px;
    resize: vertical;
    border-radius: 0;
}

/* Optionnel : effet focus élégant */
.form-membre input:focus,
.form-membre select:focus,
.form-membre textarea:focus {
    border-bottom: 1px solid #F2B44D;
    transition: border-color 0.3s ease;
}

.form-membre-right button{
    width: 100%;
    background: #F2B44D;
    border: none;
    color: #024F69;
    padding: 10px;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
}

.form-membre-right button:hover{
    opacity: 0.9;
}


/* Bloc de don */
.bloc-don{
    background-image: linear-gradient(to top, #024f69, #024f699c , #024f699c), url('../images/955.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    height: 500px;
}

.content-don{
    width: 80%;
    height: inherit;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.content-don-left{
    width: 45%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.219);
    border: 2px solid white;
    padding: 30px;  
}

.content-don-left h2{
    color: white;
    font-size: 25px;
    margin-bottom: 7px;
}

.content-don-left small{
    color: white;
    font-size: 14px;
    border-bottom: 1px solid #ffffffa2;
    padding: 10px 0;
}

.content-don-left p{
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.795);
    line-height: 30px;
}

.content-don-left > a{
    padding: 15px 20px;
    display: inline-block;
    margin: 10px 0;
    background-color: #F2B44D;
    color: #024F69;
}

.content-don-left > a:hover{
    opacity: 0.9;
}

.content-don-right{
    width: 45%;
    height: inherit;
}

.don-payment{
    background-color: white;
    padding: 30px;
    width: 100%;
    height: 600px;
    transform: translateY(-50px);
    box-shadow: 0 0 30px #024f6957;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}

.don-payment h2{
    font-size: 25px;
    color: #024F69;
    margin-bottom: 10px;
    padding: 10px 0 10px 10px;
    border-left: 4px solid #F2B44D;
}

.don-payment small{
    color: #024f69cc;
    line-height: 20px;
    font-size: 15px;
    padding: 0 0 0 15px;
}

.don-payment-item{
    margin-top: 30px;
    border-left: 5px solid #024F69;
    padding: 20px;
    background-color: #F2B44D;
    display: flex;
    justify-content: space-between;
    align-items: center;
        width: 100%;
}

.don-payment-item-o{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
}

.don-payment-item-o i{
    font-size: 25px;
    color: #024F69;
    padding: 10px;
    background-color: white;
}

.don-payment-item p{
    font-size: 20px;
    color: #024F69;
}

.contact-form-don{
    width: 100%;
    height: auto;
    padding: 0 180px;
    box-sizing: border-box;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    background-color: white;
}

@media screen and (max-width: 900px){
    .contact-form-don{
        padding: 0 20px;
    }

    .content-don{
        height: auto;
    }
}

.contact-form-don form{
    border-radius: 10px;
    padding: 20px 30px 40px;
    box-shadow: 0 0 50px #024F693d;
    width: 100%;
    max-width: 700px;
}

.contact-form-don form h1{
    text-align: center;
    color: #024F69;
    font-size: 25px;
    margin-bottom: 30px;
    margin-top: 25px;
}

.contact-form-don form input,textarea,button,select{
    padding: 10px 0 !important;
    display: block;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
    color: #024F69 !important;
    box-sizing: border-box; /* important pour padding */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    outline: none;
}

/* Optionnel : effet focus élégant */
.contact-form-don form input:focus,
.contact-form-don form select:focus,
.contact-form-don form textarea:focus {
    border-bottom: 1px solid #F2B44D;
    transition: border-color 0.3s ease;
}

.contact-form-don form .check-declaration{
    padding: 10px;
    display: inline;
    margin-bottom: 0;
    border: none;
    border-radius: 5;
    width: auto;
    box-sizing: border-box; /* important pour padding */
}

.contact-form-don form .btn-don-form{
    font-weight: 600;
    color: white !important;
    cursor: pointer;
    background-color: #024F69;
    margin: 0;
}

.contact-form-don form .btn-don-form:hover{
    opacity: 0.8;
}
.contact-form-don form label{
    display: inline-block;
    color: #024F69;
}

@media screen and (max-width: 1200px){
    .bloc-don{
        padding: 100px 20px;
        height: auto;
    }

    .content-don{
        width: 100%;
        height: auto;
        justify-content: center;
        align-items: start;
    }

    .content-don-left{
        width: 100%;
        height: auto;
        border-radius: 15px 15px 0 0;
    }

    .content-don-right{
        width: 100%;
        height: auto;
    }

    .don-payment{
        width: 100%;
        height: auto;
        border-radius: 0 0 15px 15px;
        transform: translateY(0);
    }
}

@media screen and (max-width: 500px){
    /* Bloc de don */
    .bloc-don{
        height: auto;
    }

    .content-don{
        height: auto;
    }

    .content-don-left{
        padding: 15px 10px;
        border-width: 1px;
        border-radius: 0;
    }

    .content-don-right{
        width: 100%;
        padding: 0;
    }

    .don-payment{
        padding: 15px 10px;
        height: auto;
        transform: translateY(0);
        border-radius: 0;
    }

    .don-payment-item{
        padding: 10px;
    }

    .don-payment-item p{
        font-size: 16px;
    }

    .don-payment-item-o i{
        font-size: 18px;
        padding: 5px;
    }

    .don-payment-item-o p{
        font-size: 16px;
    }
}



.bloc-partenaire{
    background-color: #024f6911;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 100px 0;
}

.bloc-partenaire h1{
    color: #024F69;
    font-size: 40px;
    margin-bottom: 20px;
}

.bloc-partenaire h1 span{
    font-size: 40px;
    color: #F2B44D;   
}

.bloc-partenaire p{
    color: #024F69;
    text-align: center;
    line-height: 25px;
}

.content-partenaire{
    width: 80%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.content-partenaire-items{
    margin-top: 50px;
    width: 80%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    border: 1px solid #F2B44D;
    border-radius: 10px;
    box-shadow: 0 0 30px #024f6957;
    background-color: white;
    margin-bottom: 50px;
}

.content-partenaire-items a img{
    width: 100px;
    height: 100px;
    border-radius: 10px;
    border: 1px solid #024f6957;
}

.content-partenaire > a{
    padding: 20px;
    background-color: #F2B44D;
    font-weight: 700;
    color: #024f69;
    transition: all .5s;
}

.content-partenaire > a:hover{
    opacity: 0.8;
}

@media screen and (max-width: 900px){    
    .bloc-partenaire{
        padding: 100px 20px;
    }

    .bloc-partenaire h1{
        font-size: 30px;
    }

        .bloc-partenaire h1 span{
        font-size: 30px;
    }
    
    .content-partenaire{
        width: 100%;
    }

    .content-partenaire-items{
        width: 100%;
        gap: 10px;
        padding: 10px;
    }
}

.footer{
    background-color: #024F69;
    padding: 50px 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.footer .bloc-logo{
    width: 160px;
    height: 160px;
}

.footer .bloc-logo img{
    width: 160px;
    height: 160px;
    border-radius: 100%;
}

.footer > h3{
    text-align: center;
    color: white;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer > p{
    color: white;
    width: 50%;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}

.reseaux{
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 50%;
}

.reseaux a > i{
    color: white;
    font-size: 35px !important;
}

.copyright{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 80%;
    border-top: 1px solid rgba(255, 255, 255, 0.212);
    padding: 20px 0;
    margin-top: 50px;
}

@media screen and (max-width: 1000px){
    .copyright{
        justify-content: space-around;
        width: 100%;
    }

    .footer .bloc-logo{
        width: 100px;
        height: 100px;
    }

    .footer .bloc-logo img{
        width: 100px;
        height: 100px;
    }

    .footer > p{
        width: 100%;
    }

    .reseaux{
        width: 100%;
    }
}

.copyright-left span{
    color: rgba(255, 255, 255, 0.603);
    font-size: 14px;
}

.copyright .copyright-right a{
    color: rgba(255, 255, 255, 0.603);
    font-size: 14px;
    transition: all .5s;
}

.copyright .copyright-right a::after {
    content: "/";
    margin-left: 8px;
    color: rgba(255, 255, 255, 0.603);
}

.copyright .copyright-right a:last-child::after {
    content: "";
}

.copyright .copyright-right a:hover{
    color: white;
}

.bloc-galerie{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    background-color: #024f6911;
    padding: 100px 10px 150px;
    width: 100%;
    height: auto;
}

.content-galerie {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    justify-items: center;
    gap: 15px;
    width: 90%;
    height: auto;
    margin-top: 30px;
}

.bloc-galerie h1{
    font-size: 40px;
    color: #024F69;   
}

.bloc-galerie h1 span{
    font-size: 40px;
    color: #F2B44D;   
}

@media screen and (max-width: 1000px){
    .bloc-galerie h1{
        font-size: 30px; 
        text-align: center; 
    }

    .bloc-galerie h1 span{
        font-size: 30px; 
    }
}

.bloc-galerie p{
    color: #024F69;
    text-align: center;
}

.content-galerie a {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.content-galerie a:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.content-galerie img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.content-galerie a:hover img {
    transform: scale(1.1);
}

/* CODES BLOC CONTACTS */
.bloc-page-contact{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    background-color: #024f6911;
    padding: 100px 10px 150px;
    width: 100%;
}

.page-contact-content{
    display: grid;
    grid-template-columns: 2fr 1fr; /* ✅ la colonne gauche est deux fois plus grande */
    gap: 30px;
    padding: 20px;
    width: 80%;
    margin: 0 auto;
    /* border: 1px solid #024f6949; */
    background-color: #ffffffa6;
    border-radius: 10px;
}

.page-contact-content-left{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 20px;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 75, 136, 0.267);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 20px;
    /* border: 1px solid #024f6949; */
}

.page-contact-content-left:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 75, 136, 0.123);
}

.page-contact-content-left h2{
    color: #024F69;
    font-size: 25px;
}

.page-contact-content-left .bloc-detail-contact-page{
    margin: 10px 0;
    background-color: #024f6911;
    box-shadow: 0 4px 10px rgba(0, 75, 136, 0.267);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
    padding: 20px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    border-radius: 10px;
}

.page-contact-content-left .bloc-detail-contact-page > i{
    padding: 20px;
    font-size: 25px;
    color: #024F69;
    background-color: #F2B44D;
    border-radius: 10px;
}

.page-contact-content-left .bloc-detail-contact-page:hover{
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 75, 136, 0.171);
    border: 1px solid #024f6949;
}

.page-contact-content-left .bloc-detail-contact-page p{
    color: #024F69;
    font-size: 15px;
}

.page-contact-content-left .bloc-detail-contact-page h3{
    color: #024F69;
    font-size: 22px;
    margin-top: 5px;
}

.page-contact-content-right{
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 20px;
    background-color: #024f6911;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 75, 136, 0.267);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 20px;
    border: 1px solid #024f6949; 
}

.page-contact-content-right:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 75, 136, 0.123);
}

.page-contact-content-right h3{
    color: #024F69;
    font-size: 25px;
}

.page-contact-content-right .indique-traitement{
    text-align: center;
    color: #1c3eff;
    font-size: 15px;
    display: inline-block;
    width: 100%;
}

.alert-success{
    color: white;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    padding: 7px 5px;
    background-color: rgb(0, 196, 16);
}

.page-contact-content-right form{
    width: 100%;
}

.page-contact-content-right form div{
    margin-bottom: 20px;
}

.page-contact-content-right form div label{
    padding-bottom: 3px;
    display: inline-block;
    color: #024f69d2;
}

.page-contact-content-right form div input,textarea{
    padding: 15px;
    border: none;
    border-bottom: 1px solid #024f6949;
    background-color: white;
    width: 100%;
    outline: none;
}

/* Placeholder blanc légèrement transparent */
.page-contact-content-right form input::placeholder,
.page-contact-content-right form textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.page-contact-content-right form input:focus,
.page-contact-content-right form textarea:focus{
    border-bottom: 1px solid #F2B44D;
}

.page-contact-content-right form button{
    padding: 13px;
    background-color: #024F69;
    cursor: pointer;
    border: none;
    color: white !important;
    width: 100%;
    font-size: 18px;
}

.page-contact-content-right form button:hover{
    opacity: 0.8;
}

@media screen and (max-width: 1200px){
    .bloc-page-contact{
        padding: 100px 20px 150px;
    }

    .page-contact-content{
        grid-template-columns: 1fr; /* ✅ la colonne gauche est deux fois plus grande */
        gap: 20px;
        padding: 10px;
        width: 100%;
    }
}

@media screen and (max-width: 550px){
    .page-contact-content-left .bloc-detail-contact-page h3{
        font-size: 16px;
    }
}

.bloc-faq{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding: 20px 10px;
    margin-top: 30px;
    width: 80%;
    border: 1px solid #024f6936;
    background-color: #ffffffa6;
}

.bloc-faq h2{
    color: #00506b;
    font-size: 30px;
    text-align: center;
}

.bloc-faq p{
    color: #024F69;
    text-align: center;
}

.bloc-faq-content{
    background-color: #ffffffa6;
    padding: 20px;
}

@media screen and (max-width: 1200px){
    .bloc-faq{
        width: 100%;
    }

    .bloc-faq-content{
        padding: 10px;
    }
}

.bloc-faq-content-item{
    background-color: #024f6911;
    box-shadow: 0 4px 10px rgba(0, 75, 136, 0.267);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
}

.bloc-faq-content-item:hover{
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 75, 136, 0.171);
    border: 1px solid #024f6949;
}

.faq-content-item-head{
    background-color: #001837;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}

.faq-content-item-head h4{
    color: white;
    margin: 0;
    line-height: 25px;
}

.faq-content-item-head i{
    color: white;
    font-size: 20px;
    transition: transform 0.3s ease;
}

/* Corps masqué par défaut */
.faq-content-item-body{
    padding: 0 20px;
    line-height: 25px;
    color: #024F69;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
}

/* Quand ouvert */
.bloc-faq-content-item.active .faq-content-item-body{
    max-height: 500px;
    padding: 20px;
}

/* Rotation de l’icône */
.bloc-faq-content-item.active .faq-content-item-head i{
    transform: rotate(180deg);
}


/* CODES BLOC ARTICLES */
.bloc-article{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    background-color: #024f6911;
    padding: 100px 10px 100px;
    width: 100%;
}

/* Grille principale */
.content-article {
    display: grid;
    grid-template-columns: 2fr 1fr; /* ✅ la colonne gauche est deux fois plus grande */
    gap: 30px;
    padding: 20px;
    width: 80%;
    margin: 0 auto;
    border: 1px solid #024f6949;
    background-color: #ffffffa6;
    border-radius: 10px;
}

@media screen and (max-width: 1200px){
    .bloc-article{
        padding: 100px 20px 150px;
    }

    /* Grille principale */
    .content-article {
        padding: 10px;
        max-width: 100%;
    }
}

/* Colonne gauche */
.content-article-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.items-content-article{
    width: 100%;
    height: auto;
    max-height: 120vh;
    overflow-y: auto;
    scrollbar-width: thin; /* pour Firefox */
    scrollbar-color: #024f699f #024f6911; /* couleur du scroll */
}

/* ✅ Personnalisation de la barre de défilement (Chrome, Edge, etc.) */
.items-content-article::-webkit-scrollbar {
    width: 8px;
}

.items-content-article::-webkit-scrollbar-track {
    background: #024f6911;
    border-radius: 10px;
}

.items-content-article::-webkit-scrollbar-thumb {
    background: #024f699f;
    border-radius: 10px;
}

.items-content-article::-webkit-scrollbar-thumb:hover {
    background: #024f699f;
}

/* Article individuel */
.content-article-item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #024f6949;
}

.content-article-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Image */
.content-article-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/* Contenu texte */
.content-article-item h2 {
    font-size: 1.6rem;
    margin: 25px 15px;
    color: #024F69;
}

.content-article-item .date {
    display: block;
    margin: 0 15px;
    color: #888;
    font-size: 0.9rem;
}

.content-article-item p {
    margin: 15px;
    color: #555;
    line-height: 1.6;
}

/* Bouton */
.btn-lire-plus {
    display: inline-block;
    margin: 15px;
    padding: 10px 20px;
    background: #024F69;
    border: none;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-lire-plus:hover {
    background: #014055;
}

/* Bloc pagination */
.pagination-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.pagination-circle .page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #024F69; 
    color: #024F69; 
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.3s ease;
}

.pagination-circle .page:hover {
    background-color: #024F69; 
    color: white;
}

.pagination-circle .page.active {
    background-color: #024F69; 
    color: white;
}

.pagination-circle .page i {
    color: #024F69;
}

.pagination-circle .page:hover i {
    color: white;
}


/* Colonne droite (sidebar) */
.content-article-right {
    background: #f9f9f9;
    padding: 20px 0;
    border-radius: 10px;
    border: 1px solid #024f6949;
    background-color: #024f6911;
}

.bloc-recherche-article{
    padding: 5px;
    width: 100%;
    margin-bottom: 20px;
}

.bloc-recherche-article form{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
}

.bloc-recherche-article form input{
    padding: 15px;
    border-radius: 50px;
    border: 1px solid #024f6949;
    background-color: white;
    width: 100%;
    outline: none;
    font-size: 16px;
}

.bloc-recherche-article form button{
    padding: 15px;
    border-radius: 50px;
    background-color: #024F69;
    width: 70px;
    cursor: pointer;
    border: none;
    margin: 0;
}

.bloc-recherche-article form button:hover{
    opacity: 0.8;
}

.bloc-recherche-article form button i{
    color: white;
}

.bloc-articles-category{
    margin-bottom: 30px;
}

.bloc-articles-category > h3{
    padding: 15px 10px;
    background-color: #024F69;
    color: white !important;
    text-align: center;
}

.bloc-articles-category > ul{
    padding: 20px !important;
}

.bloc-articles-category > ul li{
    padding: 10px 0;
    border-bottom: 1px solid #024f6949;
}

.bloc-articles-category > ul li:last-child {
    border-bottom: none;
}

.bloc-articles-category > ul li a, a i{
    transition: all 0.3s ease;
    color: #024F69;
    font-size: 16px !important;
}

.bloc-articles-category > ul li a:hover{
    opacity: 0.8;
}

.bloc-articles-recents > h3{
    padding: 15px 10px;
    background-color: #024F69;
    color: white !important;
    text-align: center;
}

.bloc-articles-recents-items{
    padding: 10px 20px;
}

.bloc-articles-recents-item{
    width: 100%;
    border-bottom: 1px solid #024f6949;
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 10px;
    padding: 10px 0;
}

.bloc-articles-recents-item:last-child {
    border-bottom: none;
}

.bloc-articles-recents-item > img{
    width: 60px;
    height: 60px;
    border-radius: 5px;
}

.bloc-articles-recents-item > div{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 10px;
}

.bloc-articles-recents-item > div h4{
    color: #024F69;
    font-size: 18px;
}

.bloc-articles-recents-item > div span{
    font-size: 14px;
    color: #024F69;
}

.bloc-articles-recents-item > div span i{
    color: #024F69;
    font-size: 14px !important;
}

/* Responsive */
@media (max-width: 1000px) {
    .content-article {
        grid-template-columns: 1fr; /* Une seule colonne sur mobile */
        width: 100%;
    }
}


/* Btn retour */
.scroll-btn {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 2100;
    width: 3rem;
    height: 3rem;
    background: #F2B44D;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
    opacity: 0;
    transform: translateY(-10rem);
    transition: all 0.5s ease-in-out;
        box-shadow: 0 0 10px #0000008e;
}

.scroll-btn.active {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    transform: translateY(0);
}

.scroll-btn i {
    font-size: 18px;
    color: #024F69;
}



/* ====== LOADER ====== */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #024f69, #00abe4, #024f69);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Conteneur du logo + cercle */
.loader-wrapper {
    position: relative;
    width: 180px;
    height: 180px;
}

/* Cercle animé */
.loader-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 180px;
    border: 8px solid #024f69;
    border-top-color: rgb(255, 166, 0);
    border-radius: 50%;
    animation: rotate 1.2s linear infinite;
}

/* Logo au centre */
.loader-logo {
    width: 160px;
    height: 160px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}

/* Animation rotation */
@keyframes rotate {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* Disparition du loader */
#loader.fade-out {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.8s ease;
}

/* ====== CONTENU DU SITE ====== */
#content {
    display: none;
    padding: 50px;
    text-align: center;
}

#content.show {
    display: block;
    animation: fadeIn 1s ease forwards;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}







/* GENERAL */
/* CONTACT INFO ACCUEIL */
.contact-info {
    display: flex;
    justify-content: space-between;
    padding: 20px 10px;
    flex-wrap: wrap;
    background-color: #F2B44D;
}

.info-box {
    width: 30%;
    min-width: 250px;
    text-align: center;
    padding: 20px;
}

.info-box i {
    font-size: 35px;
    color: #001837;
    margin-bottom: 5px;
}

.info-box h4 {
    margin: 10px 0 5px;
    font-weight: bold;
    color: white;
}

.info-box p {
    color: #001837;
    margin-top: 10px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .info-box {
        width: 100%;
        margin-bottom: 20px;
    }
}


/* Section */
.bloc-rapports-activites{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    background-color: #024f691c;
    padding: 100px 10px 100px;
    width: 100%;
}

.pdf-section {
    padding: 30px 20px;
    background: #f4f8fa;
    text-align: center;
    width: 50%;
    min-width: 200px;
}

.pdf-section h2 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #024f69;
}

.pdf-subtitle {
    font-size: 14px;
    margin-bottom: 25px;
    color: #555;
}

#recherche-input{
    width: 100%;
    padding: 15px;
    outline: none;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
    border: none;
    font-size: 16px;
}

/* List */
.pdf-list {
    width: 100%;
    margin: auto;
    text-align: left;
}

.pdf-item {
    background: white;
    padding: 15px 20px;
    margin-bottom: 12px;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s ease;
}

.pdf-item i {
    font-size: 28px;
    color: #c40000;
}

.pdf-item:hover {
    background: #e8f7fc;
    transform: translateX(5px);
}

/* Modal */
.pdf-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 95%;
    background: rgba(0,0,0,0.65);
    display: none;
    justify-content: center;
    align-items: center;
    padding: 20px;
    z-index: 9999;
}

.pdf-modal-content {
    background: white;
    width: 90%;
    max-width: 1000px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.pdf-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 35px;
    cursor: pointer;
    color: #222;
    z-index: 10;
}

.pdf-modal-content iframe {
    width: 100%;
    height: 100%;
    margin-top: 50px;
}

/* RESPONSIVE */
@media (max-width: 1000px) {
    .pdf-section {
        padding: 15px;
        width: 100%;
        min-width: 170px;
    }
}

/* Responsive */
@media(max-width: 600px){
    .pdf-item {
        font-size: 14px;
        padding: 12px 15px;
    }
    .pdf-section h2 {
        font-size: 22px;
    }
}
