/*Menu de navigation*/
body{
  background-image: url('../backgroundpic.png');
}
.navbar {
  position: relative;
  background-color: #333;
  overflow: hidden;
}

.navbarlinks ul {
  margin: 0;
  padding: 0;
  display: flex;
  text-align: center;
}

.navbarlinks li {
  list-style: none;
  display: inline-block;
}

.navbarlinks li a {
  text-decoration: none;
  color: white;
  padding: 1rem;
  display: block;
}

.navbarlinks li:hover {
  background-color: #F7D025;
}

.togglebutton {
  position: absolute;
  top: .75rem;
  right: 1rem;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
}

.togglebutton .bar {
  height: 3px;
  width: 100%;
  background-color: #F7D025;
  border-radius: 10px;
}

/*Le millieux (la page blanche)*/
.middleContenu {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffffb6;
  border-style: solid;
  border-color: #F7D025;
  border-radius: 1cm;
  border-width: 0.25cm;

}

/*Le piedDePage */
.piedDePage {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  background-color: #F7D025;
  border-style: solid;
  border-color: #F7D025;
  border-radius: 1cm;
  border-width: 0.25cm;
  color: black;
}

.piedDePageContact {
  text-align: left;
  margin-left: 100px;
}

.piedDePageDate {
  text-align: right;
  margin-right: 100px;
  margin-top: -80px;
}

/* Page index (Home) */
.titre {
  text-align: center;
  font-size: 1.75cm;
  color: #000000;
  border-style: solid;
  border-radius: 20cm;
  background-color: #ffffffb6;
}

.homeimg {
  display: flex;
  align-items: center;
  margin: auto;
  width: 30%;
  margin-top: 6%;
}

/*Page 2 (Produits)*/
.imageGauche {
  float: left;
  padding-left: 20px;
  padding-right: 10px;
  margin-top: 20px;
  width: 27%;
  margin-bottom: 100px;
  border-radius: 3cm;
}

.imageDroite {
  float: right;
  padding-left: 20px;
  padding-right: 10px;
  margin-top: 20px;
  margin-bottom: 100px;
  width: 27%;
  border-radius: 3cm;
}

.textDroite {
  margin-top: 0px;
  padding-left: 65px;
  margin-right: 50px;
  margin-left: 330px;
  padding-bottom: 90px;
  font-size: 20px;
  text-align: justify;
  font-weight: 900;
}

.textGauche {
  margin-top: 0px;
  padding-left: 65px;
  margin-right: 390px;
  padding-bottom: 90px;
  font-size: 20px;
  text-align: justify;
  font-weight: 900;
}

.petitTitreDroite {
  font-weight: 900;
  font-size: 32px;
  text-align: justify;
  margin-left: 390px;
}

.petitTitreGauche {
  font-weight: 900;
  font-size: 32px;
  text-align: justify;
  margin-left: 60px;

}
.buttonGauche{
  margin-left: 60px;
}
/*Page 3(Volleyball)*/
.text5et6 {
  margin-top: 0px;
  padding-left: 65px;
  margin-right: 30px;
  margin-left: 400px;
  padding-bottom: 8px;
  font-size: 18.5px;
  text-align: justify;
  font-weight: 900;

}

.imageP5etP6 {
  float: left;
  padding-left: 20px;
  padding-right: 10px;
  margin-top: 20px;
  width: 35%;
  border-radius: 2cm;
}

.video {
  width: 60%;
  margin-bottom: 5px;
  margin-top: 20px;
  margin-right: 225px;
  margin-left: 225px;
  border-radius: 1cm;
}

.lienVideo {
  margin-left: 14cm;
}

/*Page 4 (Contact)*/
.maps{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: auto;
}
/*Page 5 (Commentaire)*/
.commentbox .commentaires{
  font-size: 20px;
  margin-bottom: 15px;
}
.commentbox input{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: auto;
  width: 90%;
  height: 50px;
  padding: 0 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #F7D025;
}
.commentbox input:focus{
  border: 1px solid #000;
  outline: 0;
}
.commentbox textarea{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: auto;
  width: 90%;
  height: 150px;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #F7D025;
}
.commentbox textarea:focus{
  border: 1px solid #000;
  outline: 0;
}
.commentbox button{
  border: 0;
  padding: 10px 30px;
  background: #F7D025;
  font-size: 18px;
  border-radius: 5px;
  color: #fff;
}
.commentbox button:hover{
  background-color: #c5a61d;
}
.commentaires{
  display: flex;
  align-items: center;
  justify-content: center;
}
.buttton{
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: white;
  width: 200px;
  margin: auto;
}
.thanks{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: auto;
}

/* Media */
@media screen and (max-width: 600px) {

  /* Media menu de navigation */
  .togglebutton {
    display: flex;
  }

  .navbarlinks {
    width: 100%;
  }

  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbarlinks ul {
    width: 100%;
    flex-direction: column;
  }

  .navbarlinks li {
    text-align: center;
  }

  .navbarlinks li a {
    padding: .5rem 1rem;
  }

  /*
  .navbarlinks.active {
    display: flex;
  }
  */

  /* Media menu (page planche au centre) */
  .middleContenu {
    width: 100%;
  }

  /* Media pied de page */
  .piedDePage {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-color: #F7D025;
    border-style: solid;
    border-color: #F7D025;
    border-radius: 1cm;
    border-width: 0.25cm;
    color: black;
  }

  .piedDePageContact {
    text-align: left;
    margin-left: 70px;


  }

  .piedDePageDate {
    text-align: right;
    margin-right: 70px;
    margin-top: -80px;
  }

  /* Media index (Home)*/
  .homeimg {
    display: flex;
    align-items: center;
    margin: auto;
    width: 30%;
    margin-top: 6%;
  }

  /* Media Page 2 (Produits) */

  .imageGauche {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    width: 27%;
    margin-bottom: 10px;
    border-radius: 3cm;
  }

  .imageDroite {
    float: right;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 27%;
    border-radius: 3cm;
  }

  .textDroite {
    padding-left: 5px;
    margin-right: 30px;
    margin-left: 30px;
    padding-bottom: 10px;
    font-size: 18px;
    text-align: justify;
    font-weight: 900;
  }

  .textGauche {
    padding-left: 5px;
    margin-right: 30px;
    padding-bottom: 10px;
    font-size: 18px;
    text-align: justify;
    font-weight: 900;
    margin-left: 30px;
  }

  .petitTitreDroite {
    font-weight: 900;
    font-size: 28px;
    text-align: justify;
    margin-left: 30px;
  }

  .petitTitreGauche {
    font-weight: 900;
    font-size: 32px;
    text-align: justify;
    margin-left: 30px;
  }
  .buttonGauche{
    margin-left: 30px;
  }

  /* Media Page 3 (Volleyball) */
  .text5et6 {
    margin-top: 0px;
    margin-right: 30px;
    margin-left: -30px;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: justify;
    font-weight: 900;

  }

  .imageP5etP6 {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 50%;
    border-radius: 2cm;
  }

  .video {
    width: 60%;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: 225px;
    margin-left: 125px;
    border-radius: 1cm;
  }
  /*Media Page 4 (Contact)*/
  iframe{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    width: 80%;
    height: 100%;
  }
}