*{
  margin: 0;
  padding: 0;
  text-decoration: none;
}

@font-face {
  font-family: 'fontnav';
  src: url(./fonts/lato-regular-webfont.ttf);
}

@font-face {
  font-family: 'fonttxt';
  src: url(./fonts/quicksand-regular-webfont.ttf);
}

@font-face {
  font-family: 'rose';
  src: url(./fonts/magra-bold-webfont.ttf);
}

p{
    font-family: 'fonttxt';
    font-size: x-small;
    margin: auto;
}

/*NAV*/

#burger{
  display: none;
}

#logonav{
  display: none;
}



.container{
  background-color: rgb(235, 230, 230);
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  
}

#nav{
  display: flex;
  justify-content: space-around;
  height: 50px;
  margin-left: 20%;
  margin-right: 20%;
  
  
}
nav ul li{
  font-family: 'fontnav';
  color: black;
}

#contact{
  color:#cb3362 ;
}

.listnav{
  display: flex;
  list-style: none;
  text-decoration: none;
  align-items: center;
  width: 30vh;
  justify-content: space-around;
  font-size: x-small;
}


/*Position*/


.container1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  background-color: #c8c10d;
}

.container1 h1 {
  font-size: medium;
  color: white;
  font-family: 'fontnav';
}

.c1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.c1 img {
  width: 100%;
}

.c12 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: white;
  opacity: 60%;
  margin-top: 15%;
}

.c12 h2 {
  color: #CB3362;
  font-size: larger;
  font-family: 'fontnav';
  opacity: 100%;
}

.c12 p {
  color: #7a6666;
  font-size: medium;
  font-family: 'fontnav';
  margin-top: 10px;
}

.c12 img {
  width: 10%;
  padding-left: 30px;
  padding-right: 30px;
}

.c12 div {
  display: flex;
  flex-direction: column;
}

.map {
  width: 100%; 
  margin-bottom: -20px;
}





/*Formulaire*/
.title{
    color:#cb3362 ;
    font-size:larger;
    font-family: 'fontnav';
}

.container2{
    margin-left: 20%;
    margin-right: 20%;
}

.c2{
    display: flex;
    justify-content: space-around;
}

.c21{
    display: flex;
    flex-direction: column;
    margin-right:20px ;
    margin-top: 20px;
}

.c22{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:space-around;
    background-color: rgb(207, 207, 207);
    padding: 20px;
    height: 150px;
    margin-top: 20px;
}


form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  form div + div {
    margin-top: 1em;
  }
  
  label {
    display: inline-block;
    width: 90px;
    text-align: right;
  }
  
  input, textarea {
    font-family: 'fontnav';
    width: 300px;
    box-sizing: border-box;
    border: 1px solid #999;
  }
  
  input:focus, textarea:focus {
    border-color: #000;
  }
  
textarea {
  vertical-align: top;
  height: 10em;
}
 
button {
  margin-left: .5em;
  border-color: palevioletred;
  padding: 10px;
  font-family: 'fontnav';
}





/*Footer rose*/

footer{
    background-color:#cb3362 ;
}

.c5{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 30%;
    margin-right: 30%;
    color: white;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (max-width:1300px){
    .nav{
        display:none;
    }

    .container{
      display: flex;
      flex-direction:column-reverse;
      height: 100px;
    }

    #logonav{
    display: flex;
  }
      
    #burger{
        display: flex;
        margin-left: 80%;
    } 
  }

  .c22{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:space-around;
    background-color: rgb(207, 207, 207);
    padding: 5px;
    height: 150px;
    margin-top: 20px;
    min-width: 300px;
    max-width: 300px ;
    margin-right: 120px;
}
  
  @media screen and (max-width:1300px){
      .c2{
          display:flex ;
          flex-direction: column;
      }

      .c22{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content:space-around;
        background-color: rgb(207, 207, 207);
        padding: 5px;
        margin-top: 20px;
        margin-bottom: 20px;

    }
  }

  @media screen and (max-width:1000px){
    .c12 {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      background-color: white;
      opacity: 60%;
      margin-top: 15%;
      max-width: 800px;
      max-height: 150px;
    }
  }

  @media screen and (max-width:850px){
    .c12{
      display: flex;
      flex-direction: column;
      text-align: center;
      max-height: none;
      padding: 5px;
      margin-top: 250px;
      margin-left: 50px;
      margin-right: 50px;
    }
    
    #map{
      min-height: 250px;
      object-fit: cover;
    }
  }
