/*GENERAL*/
@import url(https://fonts:googleapis.com/css?family=Anonymous+Pro);

html {
  scroll-behavior: smooth;
}
.unique:hover {
  border: none;
  text-decoration: none;
  border: none;
  background-color:none;
  padding: none;
  opacity: none;
  border-radius: 5px;
  box-shadow: none;
  display: inline-block;
  }


button {
  padding: 20px
  margin-top:50px;
  border-color: white;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  color: white;
  background-color: #11ffee00; 
}

button:hover {

  background-color:#295652a68cd6;
  padding: 10px;
  opacity: 4;
  box-shadow: 0 9px 9px 0 #57666d, 0 9px 9px 0 #52734d;
  display: inline-block;
}


.fas {
  font-size: 50px;
  color: white;
  cursor: pointer;
 }

 button .fas {
  color:white;
  transition: 0.2s;
  animation: color 2s infinite linear;
 }

 @keyframes color{
  0%   { opacity:1; }
  40%   {opacity:0; }
  100% { opacity:1; }
}
/*HAUT DE PAGE*/

p.h2 {
    font: 10px sans-serif;
    display: block;
    font-size: 1.8em;
    color: white;

        
}

.text-typing {
  padding:20px 30px;
  font-size:20px;
  font-family:monospace;
  border-radius:50px;
  margin-top: 100px;

}
.text-typing p {
  margin:0px;
  white-space:nowrap;
  overflow:hidden;
  animation:typing 4s steps(22,end) forwards,
            blink 0.5s infinite normal;
}
@keyframes typing {
  0% { width:0% }
  100% { width:100% }
}
@keyframes blink {
  0%,100% {

    border-right:2px solid transparent;
  }
  50% {

    border-right:2px solid white;
  }
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*CONTENU formulaire et carte Maps*/

.container {
  margin-top: 5%;
  margin: auto;
  width: 80%;
  max-width: 500px;
}
.content{
  display: table-cell;
  text-align: center;
  vertical-align: top;
}
.wrapper{
  height: 100%;
  display: table;
  width: 100%;
}
#first {
  float: left;
  width: 35%;
  margin-left: 90px;
  margin-top: 200px;
  left: -3%;

}
#second{
  float: right;
  width:50%;
  height: 100px;
  margin-right: 30px;
  margin-top: 10px;
}

.row{
position: auto;
}

/**********************Animation*********************/



h3 {
    
    color: rgb(85, 85, 85);
    font: 35px sans-serif;
}

ul {
    width: 100%;
    padding-left: 30px;

}

li{

    padding:0px;
    margin:0px;
}

a{
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  opacity: 0.9;
}

a:hover{
  border: 1px solid grey;
  background-color: #295652a68cd6;
  padding: 10px;
  opacity: 4;
  border-radius: 5px;
  box-shadow: 0 6px 6px 0 #57666d, 0 2px 2px 0 #57666d;
  display: inline-block;
  text-decoration: none;
  color: white;
  }


section{
    text-align:center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 125px 100px;
}

@media (max-width: 1000px){

  section{
    padding: 100px 50px;
  }

}

@media (max-width: 600px){

  section{
    padding: 80px 30px;
  }

}

ul.grid{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/*-------------
  Header
-------------*/

header{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items:center;
  color: white;
  padding: 35px 100px 0;
}

header nav{
  display: flex;
}

header nav li{
  display: inline-block;
  font-size: 15px;
  list-style-type: none;
  margin-left: 50px;
  margin-right: 25px;
  padding: 0px;
  line-height: 1.6;
  position: relative;
  margin-bottom: 0px;
  font: normal 15px sans-serif;
}

@media (max-width: 1000px){
  header{
    padding: 20px 50px;
  }
}

@media (max-width: 700px){
  header{
    flex-direction: column;   
  }

  header h2{
    margin-bottom: 15px;
  }
}

/*Image d'acceuil*/
.formulairecontact{
  position: relative;
  justify-content: center;
  min-height: 100vh;
  color: white;
  text-align: center;
}

.formulairecontact .background-image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1
}

.formulairecontact h1 {
  font: bold 60px 'Open Sans', sans-serif;
  margin-top:-180px;
  font-size: 80px;
  position: absolute;
}

@media (max-width: 800px) {
    .formulairecontact {
        min-height: 600px;
    }

        .formulairecontact h1 {
            font-size: 48px
        }
}

/* SECTION 2*********************/