body {
  margin: 0px;
  width: 100%;
  height: 100%;
  font-family: -apple-system, system-ui, BlinkMacSystemFont;
  font-size: medium;
  color: black;


  
  
}

#logo{
  width: 90vw;
}

h1{
  font-size: 3em;
}
h2{
  font-family: -apple-system, system-ui, BlinkMacSystemFont;
  color: #f7a900;

}

.nav_horizontale{
    width:100vw;
    height:5vh;
    border-collapse: collapse;
    box-shadow: 0px 1px 20px #F8F8F8 ;
    position: fixed;
    background-color:#F8F8F8;

}

.colonne{
 width:10vw;
 height: 10vh;

}



p{
  position: fixed;
  margin-top: 5%;
  height: 40%;
  width: 10%;
  border: solid;
  text-align: center;
}


#button1{
  font-family: -apple-system, system-ui, BlinkMacSystemFont;
  height: 100%;
  width: 100%;
  background-color: #F8F8F8;
  border: none;
  transition: 0.3s;
  cursor: pointer;

  
}
#button1:hover{
  height: 100%;
  width: 100%;
  background-color: #e0e0e0;
  border: none;

  
}

#imgCV{
  transition: 1s;
  opacity: 0.9;
}

#imgCV:hover{
  opacity: 1;
  transition: 1s;
}

#imgVicus{
  transition: 1s;
  opacity: 0.8;
}

#imgVicus:hover{
  transition: 1s;
  opacity: 1;
}

#imgevent{
   transition: 1s;
  opacity: 0.8;
}

#imgevent:hover{
   transition: 1s;
  opacity: 1;
}

#imgmono{
  transition: 1s;
  opacity: 0.8;
}

#imgmono:hover{
  transition: 1s;
  opacity: 1;
}

#imgquiestce{
   transition: 1s;
  opacity: 0.8;
}

#imgquiestce:hover{
   transition: 1s;
  opacity: 1;
}

#test{
  height: 100%;
  width: 100%;
  background-color: white;
  border: none;

}

table, tr{
  border-collapse: collapse;
  width: 100%;

}
td{
  width: 50vw;
 
  text-align: center;
}

.acceuil{
  height: 80vh;
}

.newsleter{
  height: 85vh;
  width: 100vw;
  background-color: black;
  color: white;
}
fieldset{
  height: 80vh;
  width: 97;   
  color: white;
}


#img1{
  height: 90%;
  width: 100%;
  /*opacity: 0.8;*/
}

 #img2{
  height: 70%;
  width: 70%;
  padding: 10% 0;
  /*opacity: 0.8;*/
}

#img3{
  height: 70%;
  width: 70%;
  padding: 10% 0 30%;
  /*opacity: 0.8;*/
}

#td1{
 
}

#div1{
  
}

#Reservation{
  border-collapse: collapse;
  width: 85%;
  height: 100%;
  
}

th{
  text-align: right;
}

#submit{
  
  border-radius:3px;
  text-align: center;
  margin-left: 150%;
  transform: translateX(-50%);
  font-size: large;
  background-color: white;
  width: 10vw;
  height: 7vh;
  transition: 0.5s;
  font-family: -apple-system, system-ui, BlinkMacSystemFont;

}
#submit:hover {
 background-color: #EDEDED;
 cursor: pointer;
}