* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  
}

body {
background: #fefefe;
}

/*cookie*/



.header {
  height: 90px;
  width: 90%;
  margin: auto;
  overflow: hidden;
  
}


.container {
  width: 60%;
  margin: auto;
}

.topnav {
  width: 100%;
  min-height: 80px;
  margin: auto;
  color:#000000;
  font-size: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.logobox {
  display: flex;
  flex-direction: row;
}

.logotitle {
margin-top: 25px;

}

.logotitle a{
  color:rgba(232, 65, 24);
text-transform: uppercase;
font-weight: 900;
font-size: 24px;
text-decoration: none;
}

.menu {
  height: 60px;
  margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.menu a {
  text-decoration: none;
  padding: 20px 12px;
  color: #000000;
}

.menu a:hover {
  color: rgba(254,202,87);
}

.main {
  min-height:750px;
  width: 100%;
  background: linear-gradient(0deg,rgba(232, 65, 24,0.9),rgba(254,202,87,0.7)), url(../img/main_photo.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
  border-radius: 0 100px 0px 100px;
}

.main_bis {
  min-height:300px;
  width: 100%;
  background: linear-gradient(0deg,rgba(232, 65, 24,0.9),rgba(254,202,87,0.7)), url(../img/main_photo.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
  border-radius: 0 100px 0px 100px;
}

.main .intro {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main .intro .logo { 
min-height: 15%; 
width: 22%;
}

.baseline{ 
  
  font-size: 36px;
  line-height: 3rem; 
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  }

.subintro {
  margin-top: 10px;
  padding-top: 20px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

.wordintro {
  padding-top: 20px;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.btn_main{
  margin: auto;
  background:  transparent;
  padding: 10px 20px;
  display: block;
  font-weight: 400;
  border-radius: 10px;
  border: solid 1px #ffffff;
}

.btn_main:hover {
  background-color:#ffffff;
}

.btn_main a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.2rem;
}



.btn_main a:hover {
  color:rgba(232, 65, 24);
}

.argu {
  width: 100%;
  margin: auto;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;

}

.prestations {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  background: linear-gradient(15deg, rgba(232, 65, 24) 50%, #ffffff 50.1%);;
}

.argu_bis {
  width: 80%;
  margin: auto;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.bloc_titre {
  margin-top: 30px;
  margin-bottom: 15px;
  padding-top: 20px;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  color: rgba(232, 65, 24);
  text-transform: uppercase;
}

#services {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-top: 20px;
}

#services h2{
margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  color: #353b48;
  text-align: center;
  line-height: 2rem;
}

.flexboxservices{
  width: 100%;
  margin-bottom: 30px;
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  }


.box {
  width: 50%;
  min-height: 80px;
  margin: auto;
  border-radius: 50px 100px 30px 10px;
  }

.box li{
  list-style:none;
  font-size: 18px;
  font-weight: 400;
  color: #353b48;
  text-align: center;
  line-height: 3rem;
  
}

.box_bis {
  width: 50%;
  min-height: 80px;
  margin: auto;
  border-radius: 30px 10px 50px 100px;
  }

.box_bis li{
  list-style:none;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 3rem;
  
}

.recap {
  width: 80%;
  margin: auto;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.recap p{
  margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #353b48;
    text-align: center;
    line-height: 2rem;
  }

#videoDiv {
  width: 100%; 
  min-height: 600px; 
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#video1 { 
  width: 60%;
  margin-bottom: 30px; 
  border-radius: 0 80px 0px 80px;
}

.prestations_bis {
  min-height: 200px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  background: linear-gradient(-15deg, rgba(254,202,87) 50%, #ffffff 50.1%);;
}

.mentions-box{
  width: 60%;
  margin: auto;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.bloc_mentions {
  margin-top: 30px;
  margin-bottom: 15px;
  padding-top: 20px;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  color: rgba(232, 65, 24);
  text-transform: uppercase;
}

.bloc_mentions p{
  margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #353b48;
    text-align: left;
    line-height: 2rem;
  }

  .mentions-box a {
    text-decoration: none;
    padding: 20px 12px;
    color: #000000;
  }
  
  .mentions-box a:hover {
    color: rgba(254,202,87);
  }

/* ==========================================================================
   CONTACT
   ========================================================================== */


.contact-box{
  width: 60%;
  margin: auto;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.contact-box p{
  margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #353b48;
    text-align: center;
    line-height: 2rem;
  }

  

  #contact {
    width: 60%;
    margin: auto;
    padding: 0 12px 0 0;
     
     }
     
#contact .form-control{
 width: 100%;
 min-height : 50px;
 margin: 8px 10px;
  background: #fff;
  border-radius: 1px;
  
  
  }

  
  .form-group label .sr-only{
    width: 100%;
    outline: none;
    border: 1px solid #d5dbd9;
    font-size: 15px;
    padding: 8px 10px;
    border-radius: 3px;
    transition: all 0.3s ease;
  }
  

  .contact-box .form-group .btnsend {
    color: white;
  background: orange;
  padding: 18px 39px;
  border: none;
  font-size: 20px;
  display: block;
  margin: auto;
  border: solid 2px white;
  }

   .form-group {
    display:block;
    margin-bottom:10px;
    
   }

   /*footer*/

   footer {
     margin-top: 20px;
    padding: 50px;
    font-weight: 100;
    font-size: 5px;
    line-height: 1.5;
    color: white;
    background-color: #303952;
    text-align: center;
  }

   footer a .fa-instagram {
     padding-top: 10px;
    font-size: 2.5rem;
    color: #ffffff;
    text-decoration: none;
    }

    footer a .fa-instagram:hover {
      color: #ec8b0c;
      text-decoration: none;
      }

    footer p a  {
      color: #ffffff;
      text-decoration: none;
      }

      footer p a:hover  {
        color: rgba(254,202,87);
        text-decoration: none;
        }





/*media queries*/
@media screen and (max-width: 620px) {
  
  
  .header {
    height: 130px;
  }

  .container {
    width: 80%
  } 
  
  .topnav {
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .logobox {
    justify-content: center;
}

.main .intro .logo {
  
  width: 60%;
}

.subintro {
 
  font-size: 15px;
  margin: 0 7px 0 7px;
}

.wordintro {

  font-size: 23px;
  margin: 0 7px 30px 7px;
 
}


.bloc_titre {

  font-size: 30px;

}

.argu {
  width: 100%;
 
}

.argu_bis {
  width: 90%;
 
}

#services h2 {

  margin-left: 20px;
  margin-right: 20px;

}

.flexboxservices {

  flex-direction: column;
  padding-top: 0px;

}

.box {
  width: 100%;
  margin-bottom: 40px;
}

.box li {
  
  font-size: 15px;
  font-weight: 700;
  color: rgba(232, 65, 24);
  text-align: left;
  line-height: 2rem;
  
}

.box_bis {
  width: 100%;
  margin-bottom: 40px;
}

.box_bis li {
  
  font-size: 15px;
  font-weight: 700;
  line-height: 2rem;
  text-align: left;
  
}

.prestations {
background: linear-gradient(7deg, rgba(232, 65, 24) 50%, #ffffff 50.1%);
}

.prestations_bis {
  min-height: 20px;
 
}

.recap p {
  margin-bottom: 10px;
}

#videoDiv {
  width: 100%;
  min-height: 10px;
}

#video1 {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 0 20px 0px 20px;

}

.contact-box {
  width: 90%;

}

.contact-box p {

  font-size: 14px;
  text-align: left;

}

#contact {
  width: 90%;
}

.mentions-box {
  width: 90%;
}

}

/*media queries*/
@media screen and (max-width: 768px) {
  
  
  



.flexboxservices {

  flex-direction: column;
  padding-top: 0px;

}

.box {
  width: 100%;
  margin-bottom: 40px;
}

.box li {
  
  font-size: 16px;
  
  
}

.box_bis {
  width: 100%;
  margin-bottom: 40px;
}

.box_bis li {
  
  font-size: 16px;

  
}

.prestations {
  background: linear-gradient(7deg, rgba(232, 65, 24) 50%, #ffffff 50.1%);
  }


#video1 {
  width: 90%;

}

.contact-box {
  width: 80%;

}

}