*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'poppins', sans-serif;
}

.background, body{
    background-color: #FFF8ED ;
}

.button{
    display: flex;
    justify-content: center;
    align-items: center;
}

body{
    background-color: rgba(0, 0, 0, 0.2);
}

.back{
    max-width: 1600px;
    margin: auto;

}


header{
    top: 0;
    background-color: #185838;
    height: 350px;
    z-index: 1000;
}

.header-redirection .dropdown .dropbtn {
    width: 135px;
    
}

.header-redirection .dropdown .dropbtn span .triangle {
    color: #F47D14;
    font-size: 22px;
    
}

.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: 150px;
    height: 150px;
}

.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: 2rem;
    color: #F47D14;
    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 a{
    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;
}

.hero-section .hero-text a:hover{
    background: #F47D14;
    color: #185838;
}

.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 a:hover{
    color: #F47D14;
}

/* 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, 0.65) ;
    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: #F47D14;}


/* fin de la hero section */




/*----thanks----*/

.thanks{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem;
}

.thanks h1{
    font-size: 24px;
    font-weight: 600;
    color: #185838;
    margin-bottom: 20px;
}

.thanks p{
    font-size: 20px;
    color: black;
    margin-bottom: 20px;
    width: 80%;
}

.FCH{
    display: flex;
    color: #185838;
    font-size: 24px;
    font-weight: 600;
    width: 28%;
    justify-content: center;
    padding-bottom: 4rem;
}
/*----trainer----*/



/*----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;
}

/* back to top button */

#backToTop {
    position: fixed;
    bottom: 50px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url('soccer-ball.png') no-repeat center/cover;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    font-size: 30px;
}



#backToTop:hover {
    transform: scale(1.1);
}

#backToTop:active {
    transform: translateY(-5px);
}