/*SECTION MENU*/
.menu{
  display: initial;
  height: 95px;
  text-align: center;
}
.menu nav{
  display: flex;
}
.menu ul{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: auto;
  background-color: #5EB5D9;
  border-radius: 10px;
}
.menu li{
  padding: 7px;
}
.menu li:hover{
  border: none;
}
.menu a{
  color: white;
  top: 0;
}


/*SECTION SLIDER*/
#slider{
  top: 105px;
}
.text_slider{
  position: static;
  width: auto;
  margin: 0 auto;
  padding: 3% 7% 8% 7%;
  text-align: center;
  color: #444;
  background-color: #F4F4F0;
}
h1{
  font-size: 1.4em;
  margin-top: 2%;
}
.text_slider p{
  margin-bottom: 5%;
}
#slider .button{
  display: initial;
  padding: 0.3em;
  margin-bottom: 0.3em;
}


/**SECTION SERVICES**/
#services{
  padding-top: 120px;
  padding-bottom: 40px;
  margin-top: 10px;
}
h2{
  font-size: 1.6em;
}
.main_services{
  flex-direction: column;
}
.main_services img{
  margin: 1em auto;
  width: 70%;
}
.design{
  padding: 0.5em 0;
  text-align: center;
}
#arrow, #cubes, #pie{
  position: relative;
  left: 1%;
  top: -7.7%;
  font-size: 1.2em;
}
.design .fa-circle{
  position: absolute;
  left: 82%;
  top: 35%;
}


/*SECTION PORTFOLIO*/
#projets{
  padding-top: 95px;
}
#projets li{
  width: 25%;
  margin: auto;
  padding: 2%;
}
.portfolio img{
  width: 90%;
}
figure{
  width: 50%;
}
figcaption{
  visibility: visible;
  width: 90%;
  left: 5%;
  padding: 10px 1px 1px 4px;
  font-size: 75%;
}
figcaption i{
  left: 83%;
  font-size: 80%;
  border: 1px solid white;
}
figcaption span{
  font-size: 110%;
}


/*SECTION CONTACT*/
#contact{
  height: 17em;
}
.masque_bleu{
  top: 106px;
}
form{
  position: relative;
  top: 24em;
  left: 0;
  width: initial;
}
