@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@font-face {
  font-family: 'amazonebt';
  src: url('font/Amazone BT.ttf') format('truetype');
}

body{
  background-color: #141414;
  padding: 0;
  margin: 0;
  color: #fff;
  font-family: "Baskerville Old Face";
  background-image: url("/images/fond_fleur.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body .page{
  margin: 0px 0px;
}
.btn_lien{
  border: solid white 1px;
  text-decoration: none;
  height: 30px;
  width: 140px;
  background: rgb(210, 159, 7);
  border-radius: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}
.texte_lien{
  color: black;
}
/* Barre de navigation */
nav{
  background-color: #1a1a1a;
  flex-wrap:wrap;
  justify-content: space-between;
  position:sticky;
  top: 0;
  padding: 10px 0px;
  color: white;
  font-size: medium;
}
nav .onglets{
  display:flex;
  flex-wrap:wrap;
  margin-top: 5px;
}
nav .onglets{
  display:flex;
  flex-wrap:wrap;
}
nav .onglets a {
  margin-right: 20px;
  cursor:pointer;
}
nav .buttons button{
  padding: 13px 20px;
  color: #fff;
  border:none;
  font-size: 15px;
  cursor:pointer;
  outline:none;
}
nav .lien{
  font-size: 30;
  text-decoration:none;
  color: white;
}
/* Fin de la barre de navigation

/* Header */
header{
  margin-top: 40px;
}
header h1{
  text-align:center;
  font-size: 60px;
  padding: 150px;
  font-family: "Baskerville Old Face";
}
.titre_Principale
{
  color: black;
}
.titre_principale_2
{
  color: black;
}
/* Fin du header */
/* ------------------------------------------------conteneur1-------------------------------------------- */
#conteneur
{
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
}
.element:nth-child(2)
{
  background-color: #1a1a1a;
  font-family: "amazonebt";
  text-align: center;
  padding-top: 180px;
  padding-bottom: 180px;
  margin-bottom: 300px;
  width: 100%;
}.element:nth-child(2) b{
  font-family: "Baskerville Old Face";
  font-weight: normal;
  font-size: 22;
}.element:nth-child(2) p
{
  font-size: 25;
}.element:nth-child(3)
{
  background-color: rgb(210, 159, 7);
  font-size: 50;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 300px;
  width: 600px;
  color: white;
  text-decoration: none;
  border: 1px solid black;
}.element:nth-child(4) img
{
  width: 600px;
}
/* ------------------------------------------------conteneur2-------------------------------------------- */
#conteneur2
{
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
}
.objet:nth-child(2)
{
  background-color: #1a1a1a;
  font-size: 30;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 90px;
  margin-top: 180px;
  width: 100%;
}.brain-picture{
  width: 30%;
}.objet:nth-child(3)
{
  background-color: #1a1a1a;
  font-size: 30;
  text-align: center;
  padding-top: 180px;
  padding-bottom: 180px;
  margin-top: 200px;
  margin-bottom: 300px;
  width: 100%;
}.lieu-picture{
  width: 30%;
}.objet:nth-child(4)
{
  background-color: rgb(210, 159, 7);
  font-family: "Baskerville Old Face";
  font-size: 50;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 300px;
  width: 600px;
  color: white;
  text-decoration: none;
  border: 1px solid black;
}.objet:nth-child(5) img
{
  width: 600px;
}
/* ------------------------------------------------conteneur3-------------------------------------------- */
#conteneur3
{
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
}
.objet2:nth-child(2)
{
  background-color: #1a1a1a;
  font-size: 30;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-top: 110px;
  margin-bottom: 300px;
  width: 100%;
}.objet2:nth-child(3)
{
  background-color: rgb(210, 159, 7);
  font-size: 50;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 300px;
  width: 600px;
  color: white;
  text-decoration: none;
  border: 1px solid black;
}.objet2:nth-child(4) img
{
  width: 600px;
}


/* -----------------------------Pied de page---------------------------------*/
footer{
  background-color: #1a1a1a;
  padding: 25px 100px;
  color:#828282;
}
footer .colonnes{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .googlemaploc
{
  width: 600px;
  height: 420px;
}footer p{
  text-align: end;
}
/* Fin du pied de page */

/* ------------------------------------------------FORMULAIRE-------------------------------------------- */

.contactez-nous {
  width: 700px;
  border: 1px solid;
  border-radius: 8px;
  padding: 0 50px 0 50px;
  background: #1a1a1a;
  margin-left: auto;
  margin-right: auto;
  }
  
  .contactez-nous > h1 {
  font-weight: 500;
  }
  
  .contactez-nous > p {
  font-weight: 300;
  }
  
  form div {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 83px;
  margin-top: 25px;
  }
  
  form div > label {
  margin-bottom: 7px;
  font-weight: 600;
  }
  
  form div > input, form div > select, form div > textarea {
  background: #FFD9D9;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: Montserrat, "sans-serif";
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
  }
  
  form div > input, form div > select {
  height: 50px;
  padding-left: 10px;
  background-color: white;
  }
  
  form div > select {
  appearance: none;
  background-size: 15px;
  background-color: white;
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  }
  
  form div > textarea {
  height: 195px;
  padding: 15px 0px 0px 10px;
  background-color: white;
  }
  
  form div > input::placeholder, form div > textarea::placeholder {
  color: white;
  }
  
  form div > select:invalid {
  color: white;
  }
  
  form div > select option {
  background: white;
  color: #303030;
  }
  
  form div:last-child {
  align-items:center;
  margin-top: 20px;
  }
  input::placeholder{
    color: black;
  }
  form button {
  width: 300px;
  max-width: 500px;
  height: 60px;
  font-weight: 700;
  font-size: 24px;
  background: white;
  border: rgba(48, 48, 48, 0.5) solid 1px;
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
  color: #303030;
  }
  .profil-picture{
    height: 250;
  }
  .lien_site
  {
    text-decoration: underline;
    color: white;
  }


/* ------------------------------------------------media-------------------------------------------- */

@media (max-width: 800px){
  .nav{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  nav .onglets{
    flex-direction:column;
    justify-content: center;
    align-items: center;
  }
  nav .lien{
    font-size: 20;
  }
  /* ------------------------------------------------conteneur1-------------------------------------------- */
  .element:nth-child(2)
  {
    background-color: #1a1a1a;
    font-size: 20;
    text-align: center;
    padding-top: 180px;
    padding-bottom: 180px;
    margin-bottom: 300px;
    width: 100%;
  }
  .element:nth-child(3)
  {
    background-color: rgb(210, 159, 7);
    font-size: 30;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 300px;
    width: 240px;
    border: 1px solid black;
  }.element:nth-child(4) img
  {
    width: 300px;
  }
/* ------------------------------------------------conteneur2-------------------------------------------- */
  .objet:nth-child(2)
  {
    background-color: #1a1a1a;
    font-size: 20;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 300px;
    width: 100%;
  }.objet:nth-child(3)
  {
    background-color: #1a1a1a;
    font-size: 20;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 300px;
    width: 100%;
    margin-top: -150px;
  }.brain-picture{
    width: 60%;
  }.objet:nth-child(4)
  {
    background-color: rgb(210, 159, 7);
    font-size: 30;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 300px;
    width: 240px;
    border: 1px solid black;
  }.lieu-picture{
    width: 60%;
  }.objet:nth-child(5) img
  {
    width: 300px;
  }

  
/* ------------------------------------------------conteneur3-------------------------------------------- */
  .objet2:nth-child(2)
  {
    background-color: #1a1a1a;
    font-size: 20;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 300px;
    width: 100%;
  }
  .objet2:nth-child(3)
  {
    background-color: rgb(210, 159, 7);
    font-size: 30;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 300px;
    width: 240px;
    border: 1px solid black;
  }.objet2:nth-child(4) img
  {
    width: 300px;
  }
  
  
  
  
  footer{
    background-color: #1a1a1a;
    padding: 25px 25px;
    color:#828282;
  }
  footer .colonnes{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }footer .googlemaploc
  {
    width: 350px;
    height: 350px;
  }


  header{
    background-size: 250px 250px;
  }
  header h1{
    font-size: 30px;
    padding: 60px;
  }



  .contactez-nous {
    width: 300px;
    border: 1px solid;
    border-radius: 8px;
    padding-left: 20px;
    padding-right: 20px;
    background: #1a1a1a;
    margin-left: auto;
    margin-right: auto;
    }

    nav .onglets a {
      margin-right: 0px;
  }

}