*{margin: 0;
padding: 0;}

/*====== POLICE DE CARACTERE ======*/

@font-face {
  
font-family: 'Univers';
  src: url('../fonts/Univers.ttf');
src: url('../fonts/Univers.ttf') format('opentype'); 
  }
 
    
@font-face {
    
 font-family: 'Cinzel-Regular';
  src: url('../fonts/Cinzel-Regular.otf'); /* IE9 Compat Modes */
  src: url('../fonts/Cinzel-Regular.otf') format('opentype');    
    
}

@font-face {
    
 font-family: 'Angelface';
  src: url('../fonts/Angelface.otf'); /* IE9 Compat Modes */
  src: url('../fonts/Angelface.otf') format('opentype');    
    
}

@font-face {
    
 font-family: 'Morsal';
  src: url('../fonts/morsal.ttf'); /* IE9 Compat Modes */
  src: url('../fonts/morsal.ttf') format('opentype');    
    
}
@font-face {
    
 font-family: 'Windsong';
  src: url('../fonts/Windsong.ttf'); /* IE9 Compat Modes */
  src: url('../fonts/Windsong.ttf') format('opentype');    
    
}


/*====== CSS ======*/

body{
    background: white;
    font-family: 'Univers';
    font-weight: 100;
    color: black;
}

.container {
   margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
   width: 1160px;
 
}

.container2 {
   margin-right: auto;
  margin-left: auto;
   width: 960px;
 
}




/*====== NAV BAR ======*/

.navbar{
    background-color: #fff ;
    height: 100px; 
    width: 100%;
    border:none;
    position:fixed; 
    z-index: 100;
    top: 0px;
}

.navbar-header{
    width:30%;
    float: left;
}

.logo img{
    height:50px;
    display: block;
   padding-top: 25px;
}

.navbar-collapse{
    width:20%;
    float: right;
}

.nav{
    padding: 20px 0px;
    display: flex;
    flex-direction: row;
}

.nav li{
    flex: auto;
    list-style: none;
    text-align: right;
    padding: 20px 0px;
    cursor: pointer;
    
}

.nav li a{
    text-decoration: none;
    color: black;
    font-size: 16px;
    padding-bottom: 5px; 
    color : #808285;
    font-family: 'univers';
      font-weight: 100;
   
}

.dropdown-menu{
    display: none;
}

.nav li a:hover {
	border-bottom: 1px solid #2c638d;
}

.active a{
    border-bottom: 1px solid #2c638d;
}

.icon{
    display: none;}


/*====== HEADER ======*/


header{
    height:300px;
    background-image: url(../img/slider4.jpg);
    background-position:right;
    background-size:cover;
    background-repeat: no-repeat;
    margin-top:100px; 
     padding-top:50px;
    box-sizing: border-box;
}



header h1{
    font-size: 18px;
    text-align: left;
    color:white;
    font-family: 'univers';
     font-weight: 100;
    letter-spacing: 2px;
}


.slogan {
    display: block;
    margin: auto;
   
     
}



header a{
    text-decoration: none;
}


 
/*----CABINET----*/  



.cabinet{
    height:390px;
    position: relative;
    width: 1000px;
    margin: auto;
    
}

.cabinet hr{
    width:756px;
    
}

.cabinet h2 {
    padding-bottom: 30px;
   margin-top: 60px;
    text-align: left;
    font-size: 22px;
    color:#2c638d;
    font-family: 'Cinzel-Regular';
    font-weight: 100;
    letter-spacing: 2px;
}

.qui{
   padding-top: 60px;
    text-align: left;
    font-family: 'univers';
    font-size: 16px;
    font-weight: 100;
    color: #808285;
    width:75%;
}


.qui-photo{
   position: absolute;
    display: block;
    right:0px;
    bottom: 0px;
    width:250px;
}

 .qui-photo img{
    display: block;
    width:100%;

}   

/*====== FORMILAIRE ======*/


#formulaire {

 height:620px;
    background-color: #2c638d;
    padding-top: 50px;
    padding-bottom: 20px;
}



#formulaire h2{
  color:white;
    font-size: 22px;
    padding-bottom: 30px;
    padding-top: 20px;
    text-align: center;
    font-family: 'Cinzel-Regular';
      font-weight: 100;
    letter-spacing: 2px;
}

.left{
    width:50%;
    display: block;
    margin:auto;
    float:left;
    padding: 20px;
    box-sizing: border-box;
}

.right{
    width:50%;
    display: block;
    margin:auto;
    float:left;
    padding: 20px;
    box-sizing: border-box;
}

#contact{
    width: 100%;
    margin: 50px auto;
}

#contact label{
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
    color:white;
    text-align: center;
    font-family: 'univers';
    font-weight: 100;
    letter-spacing: 2px;
}


#contact input{
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
    box-sizing: border-box;
    border: 1px solid #c6c6c6;
    font-size: 14px;
    color: black;
    letter-spacing: 1px;
     font-family: 'UniversLTStd-LightCn';
    background-color: rgba(255, 255, 255, 0.6);
     border-radius: 5px;
    -webkit-appearance: none;
}

#contact textarea{
    width: 100%;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    color: black;
    padding: 20px;
    box-sizing: border-box;
    font-family: 'UniversLTStd-LightCn';
        height: 168px;
}


#formulaire button {
    text-decoration: none;
    border-radius: 5px;
    padding: 20px 15px 15px 15px;
    width: 150px;
    font-size: 16px;
     font-family: 'univers';
    font-weight: 100;
    letter-spacing: 2px;
    transition: 0.3s linear;
    text-align: center;
    display: block;
    background-color: #2c638d;
    border:1px solid white;
    color: white;
   float: right;
    margin-top: 30px;
 
}

#formulaire button:hover{
    background-color: rgba(255, 255, 255, 0.6);;
    border:1px solid white;
    color: #2c638d;
   
} 



/*====== FOOTER ======*/

footer{
    height: auto;
    width:100%;
    background-color: #2c638d;
}

.footer1, .footer2, .footer3{
    width:33%;
    display: block;
   float:left;
    padding-top: 70px;
    text-align: center;
    color:white;
    font-size: 18px;
 
}

.footer1 h3, .footer2 h3, .footer3 h3{
    
    font-size: 20px;
 font-family: 'Cinzel-Regular';
      font-weight: 100;
    letter-spacing: 2px;
}

.footer1 p, .footer2 p, .footer3 p{
    
    font-size: 16px;
 font-family: 'univers';
      font-weight: 100;
}


.footer2 img {
    width:25%;
}

.footer1 i, .footer2 i, .footer3 i {
    font-size:30px;
    padding-bottom: 20px;
}


.footer-bas p{
    color: white;
    font-size: 22px;
    text-align: center;
     text-decoration: none; 
}

.footer-bas2{
    text-align: center;
    padding-bottom: 20px;
    padding-top:180px;
  
}
.footer-bas2 ul{
    padding-top:100px;
}

footer li{
   display: inline-block;
}

.footer-bas2 a,  .footer-bas2 p{
    color: white;
    font-size:16px;
 font-family: 'univers';
      font-weight: 100;
     list-style: none;
      text-decoration: none;
     text-align: center;
}


.privacy{
   padding-top: 150px;
    padding-bottom: 30px;
}


.privacy p{ 
  text-align: center;
}

.privacy h3{ 
  text-align: center;
    padding-bottom: 20px;
}

