@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'poppins', sans-serif;
}

.button{
    display: flex;
    justify-content: center;
    align-items: center;
}

.button1{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    height: 50px;
    width: 220px;
    background: #F47D14;
    color: #185838;
    border: none;
    border-radius: 16px;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
}

.button2{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F47D14;
    color: #185838;
    text-decoration: none;
    border-radius: 24px;
    font-weight: 600;
    height: 20px;
    width: 100px;
    font-size: 15px;
    padding: 1rem;
}

.button2:hover, .button1:hover{
    background: #185838;
    color: #F47D14;
}

.background-shop{
    background-color: #F0FDF5;
    padding: 20px 0;
}

.background {
    background-color: #FFF8ED;
    padding: 20px 0;
}

body{
    background-color: rgba(0, 0, 0, 0.2);
}

.back{
    max-width: 1600px;
    margin: auto;

}

/*----header----*/




header{
    background-size: cover;
    transition: background-image 1s ease-in-out;
    background-repeat: no-repeat;
    background-position: top;
    height: 600px;
}

.header-redirection .dropdown .dropbtn {
    width: 135px;
    
}

.indicators {
    position: absolute;
    margin-top: 130px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid white;
    cursor: pointer;
    transition: background-color 0.3s;
}

.dot.active {
    background-color: white;
}

.main-header{
    color: #fff; ;
}

nav {
    min-height: 12vh;
    align-items: center;
    margin: auto;

}

.header-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-name{
    display: flex;
    align-items: center;
    color: #fff;
    font-size:24px ;
    font-weight: 600;
    text-shadow: black 1px 0 10px;
}

nav ul{
    display: flex;
    flex: 1 1 40rem;
    justify-content: space-around;
    list-style: none;
}

.logo{
    width: 200px;
    height: 200px;
}

.animation-bounce {
    transition: transform 0.3s ease-in-out;
}

.animation-bounce:hover {
    transform: scale(1.2);

}



.hero-section{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-size: cover;
    background-position: center;
    transition: background-image 1s ease-in-out;

}

.hero-section .hero-text h2{
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: black 1px 0 10px;
}

.hero-section .hero-text h3{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #fff;
    text-shadow: black 1px 0 10px;
}

.hero-section .hero-text {
    align-items: center;
    display: flex;
    flex-direction: column;
}


button{
    padding: 2rem 4rem;
    background: #fff;
    color: #000;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
}

.header-redirection{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 50px;

    
}

.header-redirection a{
    margin: 0 1rem;
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    font-weight: 600;

    
}

.header-redirection ul li a:hover{
    border-bottom: #185838 2px solid;   
}

/* Dropdown Button */
.dropbtn {
    background-color: transparent;
    color: white;
    padding: 16px;
    font-size: 22px;
    font-weight: 600;
    border: none;
  }

  .header-redirection .dropdown span, .header-redirection ul li a{
    text-shadow: black 1px 0 10px;
    }


  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 1) ;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  .dropdown-content a{
    text-decoration: none;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: #185838;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {background-color: #185838;}


/* fin de la hero section */
/* debut de la section event */
.event{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;

}

.event .event-description h2{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #185838;
}

.event .event-description p{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0.5rem;
    color: #185838;
}

.event .event-description {
    display: flex;
    flex-direction: column;
    width: 30%;
    margin-left: 40px;
}
/*----shop----*/

.shop {
    background-color: #197C48;
    border-radius: 48px;
    padding: 4rem;
    text-align: left;
}

/* ---- Titre et description ---- */
.shop-description h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}

.shop-description p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

/* ---- Conteneur des articles ---- */
.shop-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* ---- Articles ---- */
.shop-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 12%;
    height: 350px;
    display: none; /* Cachés par défaut */
    border-radius: 10px;
    text-align: center;
    margin-right: 50px;
}

.shop-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.shop-item h3, .shop-item p {
    font-size: 18px;
    font-weight: 600;
    color: #F47D14;
}

/* ---- Indicateurs (petits cercles) ---- */
.shop-indicators {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 10px;
}

.shop-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #F47D14;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.shop-dot.active {
    background-color: #F47D14;
}

/*------a propos------*/

.about{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem;
}

.about-description h2{
    font-size: 40px;
    font-weight: 600;
    color: #185838;
}

.about-description p{
    font-size: 24px;
    color: #185838;
    margin-bottom: 2rem;
}

/*----volunter----*/

.volunter{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #197C48 ;
    border-radius: 48px ;
    padding: 4rem;

}

.volunter-description h2{
    font-size: 40px;
    font-weight: 600;
    color: #Fff;
    margin-bottom: 2rem;
}

.volunter-description p{
    font-size: 24px;
    color: #Fff;
    margin-bottom: 2rem;
}

/*----calendar----*/

.items{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 4rem;
}

.items .calendar{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.items .calendar h2{
    font-size: 40px;
    font-weight: 600;
    color: #185838;
    margin-bottom: 2rem;
}

.items .calendar img{
    width: 200px;
    height: 200px;
    margin-bottom: 2rem;
}

.items .result{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.items .result h2{
    font-size: 40px;
    font-weight: 600;
    color: #F47D14;
    margin-bottom: 2rem;
}

.items .result img{
    width: 200px;
    height: 200px;
    margin-bottom: 2rem;
}


/*----carrousel categorie----*/

.category {
    background-color: #197C48;
    border-radius: 48px;
    padding: 2rem;
    text-align: left;
    height: 100%;
}

/* ---- Titre et description ---- */
.category-description h2 {
    font-size: 40px;
    font-weight: 600;
    color: #Fff;
    margin-left: 40px;
    margin-top: 20px;
    margin-bottom: 40px;
}

/* ---- Conteneur des articles ---- */
.categories-items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/* ---- Articles ---- */
.category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 20%;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    margin-right: 50px;
    margin-bottom: 20px;
}

.category-item h3 {
    font-size: 18px;
    font-weight: 600;
    color: #Fff;
}

/* ---- Indicateurs (petits cercles) ---- */
.category-indicators {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 10px;
}

.category-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #F47D14;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.category-dot.active {
    background-color: #F47D14;
}

/*----contact----*/

.contact{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.contact-description h2{
    font-size: 32px;
    font-weight: 600;
    color: #185838;
    margin-bottom: 1rem;
    width: 770px;
    margin-top: 2rem;
}

.contact-form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 600px;
}



.contact-form input{
    height: 50px;
    width: 500px;
    margin-bottom: 1rem;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid black;
    border-radius: 8px;
}

.contact-form textarea{
    height: 100px;
    width: 500px;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid black;
    border-radius: 8px;
}

.contact-form h2{
    font-size: 20px;
    font-weight: 600;
    color: #185838;
}

/*----sponsor----*/

.sponsor {
    text-align: left;
}

/* ---- Titre et description ---- */
.sponsor-description h2 {
    font-size: 26px;
    font-weight: 400;
    color: #F47D14;
    margin-left: 40px;
    margin-top: 20px;
    margin-bottom: 40px;
}

/* ---- Conteneur des articles ---- */
.sponsors-items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/* ---- Articles ---- */
.sponsor-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 10%;  
    display: none; 
}

.sponsor-item img {
    width: 100px;
    height: auto;
    border-radius: 10px;
}

.sponsor-item.active {
    display: block; /* Affiche l'élément lorsque la classe 'active' est appliquée */
}

/* ---- Indicateurs (petits cercles) ---- */
.sponsor-indicators {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 10px;
}

.sponsor-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #F47D14;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.sponsor-dot.active {
    background-color: #F47D14;
}

.sponsor-dot:hover {
    background-color: #F47D14;  /* Effet au survol */
}

/*----footer----*/

.footer{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #F47D14;
}

.footer .logo-footer{
    display: flex;
    flex-direction: column;

}

.footer .logo-footer .logo-fch-footer{
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .label-foot{
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .label-foot img{
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.footer .logo-footer img{
    width: 120px;
    height: 120px;
}

.footer .footer-description{
    display: flex;
    flex-direction: column;
}

.footer .footer-description .mail{
    display: flex;
}

.footer .footer-description .mail i{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #F47D14;
    font-size: 24px;
    color: #185838;
}

.footer .footer-description .mail h2{
    font-size: 11px;
    color: #185838;
}

.footer .footer-description .adress{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
} 

.footer .footer-description .adress i{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #F47D14;
    font-size: 24px;
    color: #185838;
}

.footer .footer-description .adress h2{
    font-size: 11px;
    color: #185838;
    margin-top: 1px;
}

.footer .footer-description a{
    width: 20px;
}

.footer .footer-description a i{
    font-size: 24px;
    cursor: pointer;
    color: blue;
}

.footer .footer-description i:hover{
    color: #185838;
}

.footer .footer-menue{
    display: flex;
    flex-direction: column;
}

.footer .footer-menue li{
    list-style-type: none;
    margin-bottom: 10px;

}

.footer .footer-menue a{
    text-decoration: none;
    color: #185838;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    list-style-type: none;
}

.footer .footer-menue a:hover{
    color: #197C48;
}

#backToTop {
    position: fixed;
    bottom: 50px;
    right: 10%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url('soccer-ball.png') no-repeat center/cover;
    border: none;
    cursor: pointer;
    display: none; 
    transition: transform 0.3s ease-in-out;
    font-size: 38px;
}

#backToTop:hover {
    transform: scale(1.1);
}

#backToTop:active {
    transform: translateY(-5px);
}

/*----responsive----*/

