.head a{
  text-align: center;
  color: orange;
  padding: 3%;
  height: 25%;
  width: 20%;
  margin: 2%;
  text-transform: uppercase;
  text-decoration: inderline;
}
fieldset{
  padding: 2%;
  justify-content: space-between;
  background-color: rgb(12, 12, 89);
}
.content{
    text-align: center;
    background-color:  rgb(12, 12, 102);
}
.content2{
    display: flex;
    justify-content: space-between;
    padding: 5%;
    color: white
}
.content h1{
    color: rgb(209, 138, 6) ;
    padding-top: 3%;
}
.content2 h2{
    color:rgb(209, 138, 6) ;

}
.maps{
    text-align: center;
}
.col-1 a{
  display: block;
  text-decoration: none;
}
.col-2{
  color: white;
  float: right;

  justify-content: space-between;
  flex-grow: 2;
  padding-right: 5%;
}
.col-3{
float: right;
  color: white;
  padding-right: 13%;
}
.col-4 a{
  color: orange;
  padding: 5%;
    text-decoration: none;
    text-transform: none;
    font-size: 20px;
 }
 .col-4 a:hover{
  transition: 0.3s;
  color: rgb(215, 140, 0);
  text-decoration: underline;
 }
 .box3{
    display: flex;
    justify-content: space-between;
    padding: 3%;
    text-align: center;
 }
 .col-5{
    text-align: center;
    color: white;
 }
 input{
    width: 300px;
  height: 50px;
  border-radius: 5%;
  border: none;
  text-align: center;
  margin-top: 20px;
  outline: none;
 }
 button{
    background-color: orange;
  width: 150px;
  border-radius: 3%;
  padding: 3px;
}
.col-6{
  color: white;
  float: right;

  justify-content: space-between;
  flex-grow: 2;
  padding-right: 5%;
  gap: 12px;
}
.social-med a{
    padding: 5px;
    margin: 15px 10px;
    font-size: 25px;
    text-decoration: none;
    color: orange;
}

.social-med a:hover{
    transform: translateY(-6px);
    color: rgb(204, 138, 15);
}

.sectioncopyright {
  background-color: gray;
  text-align: center;
  color: orange;
}
.informations input{
    width: 200px;
    height: 50px;
    background-color: rgb(12, 12, 102) ;
    justify-content: space-between;
    text-align: center;
    margin: 3%;
    border: 1px solid black;
    background-color: white;

}
.informations button{
     background-color: orange;
  width: 150px;
  border-radius: 3%;
  padding: 10px;
}
input [type="Email"]{
    border: 1px solid black;
}  

input[type="email"]:valid{ 
    border-color: rgb(37, 187, 37);
}
input[type="email"]:invalid{
    border-color: red;
}

 

