



body{
    background-color: rgb(255, 254, 249);
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    padding: 0px;
}


h2{
   margin-top: 50px; 
   margin-left: 125px;
}






/*Réseaux sociaux*/
.reseaux-sociaux{
    color: rgb(103, 103, 103);
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    cursor: pointer;
}
.reseaux-sociaux p{
    margin: 5px;
    border: 3px solid rgb(103, 103, 103);
    border-radius: 100%;
    padding: 10px;
    text-align: center;
    width: 50px;
    background-color: #ffffff;
}
/*Fin des réseaux sociaux*/






/*Pied de page*/
footer{
background-color: #000000;
padding: 30px 150px;
color: rgb(114, 114, 114);
cursor: pointer;
}
footer h5{
    margin-bottom: 30px;
    font-weight: bold;
    
}
footer .colonnes{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer .colonnes .colonne a{
  color: rgb(114, 114, 114);
  text-decoration: none;
}

/*Fin du pied de page*/











/*Les menus*/
.menus{
    background-color: rgb(255, 255, 255);
    padding: 20px;
}
.menus .section .menus{
    margin-bottom: 55px;
}
.menus.section h2{
color: rgb(0, 0, 0);
transform: translateX(-114px);
font-weight: bold;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.menus.section .list{
overflow-y: scroll;
display: flex;
}
.menus.section a{
padding-left: 5px;
transition: transform 0.25s;
}
.menus.section a:hover{
transform: scale(1.05);
}
.menus .section a img{
    height: 190px;
}
/* Styles pour la barre de défilement */
.menus .section .list::-webkit-scrollbar {
    width: 0px; /* Taille de la barre de défilement */
    background-color: rgba(255, 255, 255, 0); /* Couleur de fond de la barre de défilement */
}
/* Styles pour la barre d'avancement */
.menus .section .list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(255, 255, 255); /* Couleur de la barre d'avancement */
}
/* Fin des menus */






/* Barre de navigation */
nav{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    padding: 20px;
    background-color: rgb(244, 188, 48);
    position:sticky;
    top: 0;
    z-index: 1;
}
nav a{
color: #000000;
text-decoration: none;
}
nav h1{
    font-size: 30px;
    font-weight: bold;

}
nav .onglets{
    display: flex;
    flex-wrap: wrap;
}
nav .onglets p{
    font-size: 17px;
    margin-right: 10px;
    cursor: pointer;
    transform: translateX(-90px);
}
nav .onglets a{
color: #000000;
transform: translateX(-105px);
text-decoration: none;
}

nav .onglets i{
    transform: translateX(-50px);
}
/* Fin de la barre de navigation */



/*Header*/
header{
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
 margin-top: -30px;
}
header h1{
    font-size: 50px;
    max-width: 500px;
    text-align: center;
    padding-top: 90px;
}
header button{
    margin-top: 30px;
    padding: 9px 40px;
    font-size: 20px;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    margin-bottom: 50px;
    background-color:rgb(244, 188, 48);
    color: black;
    outline-color: none;
    transition: transform 0.5s;   
}
header button a{
    color: #000000;
    text-decoration: none;

}
/*Fin du header*/




/*Section principale*/
.main{
    margin: 20px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*Toutes les cartes*/
.cards{
    display: flex;
    flex-wrap: wrap;
}
.cards .card{
    margin-right: 20px;
    cursor: pointer;
}
.cards .card img{
    width: 405px;
}
.cards .card .card-header{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.cards .card .card-body p{
    margin-top: -10px;
}
/*Fin des cartes*/





.banner {
    margin-top: 80px;
    width: 85%;
  }
  
  .banner img {
    width: 100%; 
    border-radius: 10px;
    height: 500px;

  }
  


  



/*Video de presentation*/
.main .video{
    margin-top: 80px;
    width: 85%;
}
.main .video iframe{
    border: none;
    border-radius: 10px;
    width: 100%;
    height: 500px;
}
/*Fin de la video de presentation*/
/*Fin de la section principale*/
















        form{
            margin: -60px;
            padding: 0px;
            position: absolute;
            top: 37%;
            left: 48%;
            transform: translate(-50%,-50%);
            font-family: 'Open Sans', sans-serif;
            margin-bottom: 50px;
            transform: translateX(-90%);
            width: 600px;
            height: 500px;
            
        }

        form h1{
            font-weight: bold;
        }

        form{
           background-color: rgb(244, 188, 48);
           padding: 30px;
           border-radius: 10px;
        }

        form h1{
            font-size: 20px;
        }

        form .separation{
            width: 100%;
            height: 1px;
            background-color: #000000;
        }
        
         form .corps-formulaire{
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 30px;
        }
        
        form .corps-formulaire .boite{
            position: relative;
            margin-top: 20px;
            display: flex;
            flex-direction: column;
        }

        form .corps-formulaire .gauche .boite input {
            margin-top: 5px;
            padding: 10px 5px 10px 30px;
            border:  1px solid #c9c9c9;
            outline-color: #000000;
            border-radius: 5px;
            width: 100%;
        }

        form .corps-formulaire .gauche .boite i{
            position: absolute;
            left: 0;
            top: 25px;
            padding: 19px 8px;
            color: #000000; 
            }

            form .corps-formulaire .droite{
                margin-left: 40px;

            }

            form .corps-formulaire .droite .boite{
                height: 102%;
                width: 250px;
                
            }
            form .corps-formulaire .droite .boite textarea{
            margin-top: 5px;
            padding: 10px;
            background-color: #f9f9f9;
            border: 1px solid #b9b9b9;
            outline-color: #000000;
            border-radius: 5px;
            resize: none;
            height: 83%;
            }

            form .pied-formulaire button{
                margin-top: 10px;
                background-color: #5a5a5a;
                color: white;
                font-size: 15px;
                border: none;
                padding: 10px 20px;
                border-radius: 5px;
                outline-color: none;
                cursor: pointer;
                transition: transform 0.5s;
            }

            form .pied-formulaire button:hover{
              transform: scale(1.05);
            }

            .maps {
                float: right;
                width: 32%; /* pour définir la largeur de la carte */
                flex-wrap: wrap;
                transform: translateX(-50%);
                margin-bottom: 50px;
              }
              

