

.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);
}


body{
  margin: 0%;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.section{
  display: flex;
  justify-content: space-between;
  
}
.section img{
  padding-top: 5%;
  padding-right: 5%;
  height: 300px;
  top: 12%;
  
  

}
.section h2{
  color: rgb(9, 9, 70);
  text-align: center;
  padding-top: 4%;
}
.section p{
  color: rgb(8, 11, 69);
  padding: 4%;
  padding-top: 5%;
  height: 5%;

}
 .ico i{
  padding-left: 15%;
  height: 70%;
  width: 40%;
  font-size: 50px;
  padding-top: 10%;
  text-align: center;
  color: rgb(210, 131, 21);
  padding: 8%;
}
h3{
  padding-left: 14%;
}
.box {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: 3%;
padding-bottom: 3%;
}
.box>* {
  flex: 2 1 160px;
}
.titre{
  text-align: center;
  color: rgb(5, 5, 82);

}
.box2{
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
  padding: 5%;
  padding-bottom: 3%;
}
.img{
  height: 50%;
}
.titre2{
  text-align: center;
  color: rgb(5, 5, 82);
}
.box3 {
  display: flex;
  text-align: center;
  justify-content: space-between;
  padding: 3%;
  padding-bottom: 3%;
}
.box3 i {
  color: orange;
   height: 50%;

}
.section2{
  display: flex;
  justify-content: space-between;
}

.text2 p{
  text-align: left;
  padding: 3%;
}
.text2 h3{
   text-align: left;
  padding: 3%;
}
.section2 img{
  height: 30%;
  padding-top: 5%;
}
.section2{
  padding: 2%;
}
.col a{
  color: orange;
  padding: 5%;
    text-decoration: none;
    text-transform: none;
    font-size: 20px;
 }
 .col 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-2{
    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-3{
  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;
}
input[type="Email"]:valid{ 
    border-color: rgb(37, 187, 37);
}
input[type="Email"]:invalid{
    border-color: red;

}