@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
*{
    margin: 0;
    padding: 0;
}

span{
    display: inline;
}

a, a:visited, a:focus, a:hover{
    color: white;
    text-decoration: none;
}

.sora{
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}


body{
    background-color: rgb(32, 32, 32);
    color: white;
}

.txtbandeau{
	list-style-type:none;
	display: flex;
}

#bandeau{
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    grid-gap: 5svw;
    height: 8svh;
    background-color: rgb(28, 28, 28);
    margin-bottom: 5%;
    box-shadow:
    0 0 6px rgba(202,228,225,0.92),
    0 0 30px rgba(202,228,225,0.34),
    0 0 12px rgba(30,132,242,0.52),
    0 0 21px rgba(30,132,242,0.92),
    0 0 34px rgba(30,132,242,0.78),
    0 0 54px rgba(30,132,242,0.92);
}

.title{
    display: inline;
    grid-row: 1;
}

.a{
    grid-row: 2;
    margin-right: 1rem;
}

.p{
    grid-row: 3;
    margin-right: 1rem;
}

.l{
    grid-row: 4;
    margin-right: 1rem;
}

.c{
    grid-row: 5;
}

.txtContainer{
    display: flex;
    height: auto;
    width: 40%;
    margin-left: 5svw;
    padding: 1rem;
    background-color: rgb(28, 28, 28);
    border-radius: 30px;
        box-shadow:
    0 0 6px rgba(202,228,225,0.92),
    0 0 30px rgba(202,228,225,0.34),
    0 0 12px rgba(30,132,242,0.52),
    0 0 21px rgba(30,132,242,0.92),
    0 0 34px rgba(30,132,242,0.78),
    0 0 54px rgba(30,132,242,0.92);
    margin-bottom: 10%;
}

.txtInfo{
     display: flex;
     text-align: start;
}


.videoPlayerContainer{
    display:flex;
    justify-content: space-around;
    
}
.videoPlayer{
    background-color: rgb(28, 28, 28);
    padding: 0.6rem;
    border-radius: 30px;
    box-shadow:
    0 0 6px rgba(202,228,225,0.92),
    0 0 30px rgba(202,228,225,0.34),
    0 0 12px rgba(30,132,242,0.52),
    0 0 21px rgba(30,132,242,0.92),
    0 0 34px rgba(30,132,242,0.78),
    0 0 54px rgba(30,132,242,0.92);  
}

.PresContainer{
    justify-self: center;
    background-color: rgb(28, 28, 28);
    padding: 0.6rem;
    border-radius: 30px;
    box-shadow:
    0 0 6px rgba(202,228,225,0.92),
    0 0 30px rgba(202,228,225,0.34),
    0 0 12px rgba(30,132,242,0.52),
    0 0 21px rgba(30,132,242,0.92),
    0 0 34px rgba(30,132,242,0.78),
    0 0 54px rgba(30,132,242,0.92);  
    margin-bottom: 10%;
}

.txtPres{
    text-align: center;
}

.Pres{
    justify-items: center;
    
}

.txtLoca{
    text-align: center;
    justify-items: center;
    margin-bottom: 2svh;

}

.googleMaps{
    display: flex;
    align-self: center;
    width: 800px;
    height: 500px; 
    justify-self: center;
    background-color: rgb(28, 28, 28);
    padding: 0.6rem;
    border-radius: 30px;
    box-shadow:
    0 0 6px rgba(202,228,225,0.92),
    0 0 30px rgba(202,228,225,0.34),
    0 0 12px rgba(30,132,242,0.52),
    0 0 21px rgba(30,132,242,0.92),
    0 0 34px rgba(30,132,242,0.78),
    0 0 54px rgba(30,132,242,0.92);  
    margin-bottom: 10%;
}



#contact{
    display: flex;
    align-items: center;
    justify-content: center;
}

form {
  padding: 30px;
  background-color: rgb(32, 32, 32);
  border-radius: 10px;
  width: 30%;
  height: auto;
     box-shadow:
    0 0 6px rgba(202,228,225,0.92),
    0 0 30px rgba(202,228,225,0.34),
    0 0 12px rgba(30,132,242,0.52),
    0 0 21px rgba(30,132,242,0.92),
    0 0 34px rgba(30,132,242,0.78),
    0 0 54px rgba(30,132,242,0.92);  
}
form h1 {
  font-size: 20px;
  color: white;
}
form .separation {
  width: 100%;
  height: 1px;
  background-color: #c6e2ff;
}
form .corps-formulaire {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
form .corps-formulaire .groupe {
  position: relative; /*Pour mettre positionner l’élément dans le flux normal de la page*/
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
form .corps-formulaire .gauche .groupe input {
  margin-top: 5px;
  padding: 10px 5px 10px 30px;
  border: 1px solid #c6e2ff;
  outline-color: #c6e2ff;
  border-radius: 5px;
}
form .corps-formulaire .gauche .groupe i {
  position: absolute; /* positionné par rapport à son parent le plus proche positionné */
  left: 0;
  top: 25px;
  padding: 9px 8px;
  color: #c6e2ff;
}
form .corps-formulaire .droite {
  margin-left: 40px;
}
form .corps-formulaire .droite .groupe {
  height: 100%;
}
form .corps-formulaire .droite .groupe textarea {
  margin-top: 5px;
  padding: 10px;
  background-color: rgb(32, 32, 32);
  border: 2px solid #c6e2ff;
  color: white;
  outline: none;
  border-radius: 5px;
  resize: none;
  height: 72%;
}

form input{
    background-color: rgb(32, 32, 32);
    color: white;
}

form .pied-formulaire button {
  margin-top: 10px;
  background-color: #c6e2ff;
  color: rgb(32, 32, 32);
  font-size: 15px;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: transform 0.5s;
}
form .pied-formulaire button:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 920px) {
  form .corps-formulaire .droite {
    margin-left: 0px;
  }
}