@charset "UTF-8";
 
/* *******************************************MON HEADER***************************************************/
body, html
{
    font-family: 'raleway', sans-serif;
    margin: 0 auto;
    padding: 0;
}

.header{
    background-color: rgb(58,127,193);
    height: 95px;
}

.logo img{
 height: 95px;
  width: 25%;
  background-color: rgb(255,250,250);
  margin-left:-20px;

}

.title p{
         color: #ffffff; 
	text-transform:capitalize;
	letter-spacing:1px;
	font-weight: bold; 
	font-size: 1.5em;
        text-align: center;
	margin-bottom: -4px;
        
}

.title{
    margin-top: -80px;

}

.connect{
    float: right;
     margin-top: -47px;
     padding-right: 30px;
}
.button {
  display: inline-block;
  padding: 12px 20px;
  font-size: 1.5em;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border-radius: 7px;
  border: none;
  box-shadow: 0 0px #999;
}

.button:hover {background-color: #3e8e41;
         color: #ffffff;  
}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 3px #3a7fc1;
  transform: translateY(4px);
}
.button a:hover{
    text-decoration: none;
    color: #ffffff;    
}
 
.connect a:hover{
    color: #fff;
    text-decoration: none;
}

.img-circle{
    color: #fff;
    height: 20px;
    width: 20px;
    border-style: double;  
    text-align: center;
}

/**********************MON PROFIL*****************************/
   /* Userbox */
.userbox {
	display: inline-block;
	margin: 3px 17px 0 0;
	position: relative;
	vertical-align: middle;
}

.userbox > a {
	display: inline-block;
	text-decoration: none;
}

.userbox a:hover {
	text-decoration: none;
}

.userbox .profile-info,
.userbox .profile-picture {
	display: inline-block;
	vertical-align: middle;
}

.userbox .profile-picture img {
	/*width: 35px;*/
        color: transparent;
    width: 50px;
    height: 10%;
}

.userbox .profile-info {
	margin: 0 15px 0 10px;
}

.userbox .name,
.userbox .role {
	display: block;
}

.userbox .name {
	/*color: #000011;*/
        color: white;
	font-size: 13px;
	font-size: 1.6rem;
	line-height: 1.5em;
}

.userbox .role {
	/*color: #ACACAC;*/
        color: white;
	font-size: 11px;
	font-size: 1.3rem;
	line-height: 1.2em;
}

.userbox .custom-caret {
	/*color: #000011;*/
        color: white;
	font-size: 16px;
	font-weight: bold;
}

.userbox .custom-caret:before {
	content: "\f107";
}

/* Userbox - Open */
.userbox.open > a {
	position: relative;
	z-index: 993;
}

.userbox.open > a .custom-caret:before {
	content: "\f106";
}

.userbox.open .dropdown-menu {
	border: none;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	left: -11px;
	padding: 45px 10px 0;
	top: -10px;
	width: 100%;
	z-index: 992;
}

 .userbox.open .custom-caret {
	color: #000011;
        /*color: white;*/
	font-size: 18px;
	font-weight: bold;
}

.userbox.open .name {
	color: #000011;
        /*color: white;*/
	font-size: 13px;
	font-size: 1.5rem;
	line-height: 1.5em;
        text-decoration: none;
}

.userbox.open .role {
	color: #5c5e60;
        /*color: white;*/
	font-size: 11px;
	font-size: 1.3rem;
	line-height: 1.2em;
}


.userbox.open .dropdown-menu li {
	margin-bottom: 5px;
}

.userbox.open .dropdown-menu a {
	border-radius: 2px;
	color: #7d7d7d;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 15px;
	line-height: 1.5rem;
	padding: 5px 10px;
}

.userbox.open .dropdown-menu a:hover {
/*	background: #cccccc;*/
      background: #3a7fc1;
	color: white;
}

.userbox.open .dropdown-menu i {
	font-size: 17px;
	font-size: 1.7rem;
	margin-right: 3px;
	vertical-align: middle;
}

/* Userbox - Mobile */
@media only screen and (max-width: 767px) {
	.userbox {
		float: left;
		margin: 16px 0 0 12px;
		position: relative;
	}

	.userbox:after {
		background: #E9E9E6;
		content: '';
		height: 63px;
		margin: 0;
		position: absolute;
		right: -21px;
		top: -18px;
		width: 1px;
	}

	.userbox .profile-picture {
		display: none;
	}

	.userbox.open .dropdown-menu {
		left: -5px;
		padding: 43px 0 0 0;
	}
}
/* *************** End Userbox - Mobile ******************* */


.container-fluid{
    padding: 0;
}
.banner{
    width: 100%;
    max-width: 100%;
}
.ban{
    width: 100%;
    max-width: 100%;
    position: relative;
   
	
}
.ban img{
    width: 100%;
    max-width: 100%; 
    margin-top: 19px; 
    display: block;
    height: auto;
    
}
/*****************MENU HEADER**********************/
.head{
    background-color: rgb(0,66,130);
    height: 45px;
    padding-top: 0px;
}
    
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  
}

.dropdown{
    padding-left: 19px;
}

.dropdown-content a {
  color: black;
  padding: 7px 19px;
  text-decoration: none;
  display: block;
  font-family:  cursive;
}


.dropdown-content a:hover {background-color: #f1f1f1;
        text-decoration: none;
        color: white;
       
}

.dropdown:hover .dropdown-content {
  display: block;
   text-decoration: none;
}
.menu a{
    text-decoration: none;
    color: white;
}

.menu a:hover{
    text-decoration: none;
    color: white;
}
.dropbtn{
     text-decoration: none;
    color: white;
    
}
.dropbtn:hover{
     text-decoration: none;
    color: white;
}

.dropbtn, .menu a{
    font-size: 1.5em;
    margin-left: 7px;
    padding-left: 35px;  
    padding: 7px 19px;
   
}
.dropbtn, .menu {
    margin-top: 30px;
 
}
.nav{
    padding-top: 10px;
    margin-left: 55px;
}
.nav a:hover{
   background-color: rgb(58,127,193);
}
.active{
   background-color: rgb(58,127,193);
}

/* **************** FIN MENU HEADER**********************/
  
/* *******************************************FIN HEADER***************************************************/


/* *******************************************MON FOOTER***************************************************/

#Blog_fin{
		background-color: rgb(0,66,130);
                color: white;
                position: relative;
            
	}   
         #Blog_fin a{
            color: white;
            text-decoration: none;
        }
         #Blog_fin .info_2 a:hover{
            color: activecaption;
            text-decoration: underline;
        }
       
        #Blog_fin .info_2{
            text-align: center;
        }
         #Blog_fin .info_3{
           text-align: center;
        }
          #Blog_fin .info_1{
           text-align: center;
        }
        
.fin-page{
    background-color: rgb(58,127,193);
    display: block;
    height: 40px;
    text-align: center;
 position: relative;
}

.fin-page p{
    color: white;
    position: relative;
    font-weight: bold;
    top: 10px;
}

/* *******************************************END FOOTER***************************************************/


/* ******************************************* CSS STYLE A PROPOS ***************************************************/

.about .separator{
    height: 27px;
    width: 4px;
    border: none;
    box-shadow: none;
    background-color: rgb(58,127,193);
    margin-right: 85%;
    position: relative;
    /*display: inline-block;*/
    display: block;
}

hr{
    position: relative;
}

.about h3{
   margin-left: 15.7%; 
   margin-bottom: -3.3%;
   position: absolute;
  
  }
  .about .info p{
         margin-left: 9%; 
         font-size: 1.2em;
         line-height: 30px;    
  }
  .about .team img{
           margin-left: 17%; 
           width: 10%;
           height: 10%;
    
  }
  .about .icon span{
                 margin-left: 30%; 
                 color: #9ec8f0;
                 font-size: 400%;
  }  
 .about .icon{
                  margin-top: -21%;
                  
 }
 .about .icon2 span{
                 margin-left: 30%; 
                 color: #9ec8f0;
                 font-size: 400%;
                
  }  
.about .icon2{
                  margin-top: 9%;
                              
 }
 
  .about  .name h4{
                 margin-left: 37%; 
                 
  } 
  .about  .name {
                  margin-top: -18%;
     
                 
  } 
.about  .name2 {
                  margin-top: 12%;
}
 .about  .name2 h4{
                 margin-left: 37%; 
                        
  } 
  .about .fin p{
       margin-left: 9%; 
         font-size: 1.2em;
/*         line-height: 30px;   */
  }
/* responsivite de la page a propos pour tous les ecrans donc la taille max est 1024px */ 
  @media all and (max-width: 1024px){
  .about .icon2 span{
                 margin-left: 28%; 
                 color: #0c6bc5;
                 font-size: 300%;
                
  } 
   .about .icon span{
                 margin-left: 28%; 
                 color: #0c6bc5;
                 font-size: 300%;
  } 
  .about .icon2{
                  margin-top: 9%;
                                    
  }
  .about .icon{
                  margin-top: -21%;
                                    
  }
  }
  
/*userbox- mobile page a propos pour tous les ecrans donc la taille max est 768px*/ 
@media all and (max-width: 768px){
  .about .icon2 span{
               margin-left: 30%; 
               color: black;
               font-size: 200%;
  } 
   .about .icon span{
                 margin-left: 30%; 
                 color: black;
                 font-size: 200%;
  } 
  .about .icon2{
                  margin-top: 12%;
                  position: relative;
  }
  .about .icon{
                  margin-top: -22%;
                  position: relative;
  }
    .name2 h4{
                  margin-top: 14%;
                
}
    .name h4{
               margin-top: -19%;
                                   
  }
  .about h3{
      font-size: 22px;
  }
  
.title p{
         color: #ffffff; 
	text-transform:capitalize;
	letter-spacing:1px;
	font-weight: bold; 
	font-size: 1.2em;
        margin-right: 5%;
	margin-bottom: -4px;
       
}

.title{
    margin-top: -80px;

}

.connect{
    float: right;
     margin-top: -40px;
     padding-right: 10px;
}
.button {
  display: inline-block;
  padding: 12px 20px;
  font-size: 1.1em;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border-radius: 7px;
  border: none;
  box-shadow: 0 0px #999;
}  
.dropbtn, .menu a{
    font-size: 1.3em;
    margin-left: -7px;
    padding-left: 35px;  
    padding: 12.2px 19px;
   
}

/*et aussi le formulaire parametre*/
.marge{
   display: none;
} 
}
/*userbox- mobile page a propos pour tous les ecrans donc la taille max est 425px*/ 
@media all and (max-width: 425px){
  .about .icon2 span{
               margin-left: 28%; 
               color: black;
               font-size: 100%;
  } 
   .about .icon span{
                 margin-left: 28%; 
                 color: black;
                 font-size: 100%;
  } 
  .about .icon2{
                  margin-top: 15%;
         
  }
  .about .icon{
                  margin-top: -27%;
         
  }
    .name2 h4{
                  margin-top: 16%;
                
}
    .name h4{
               margin-top: -25%;
                                   
  }
  .about h3{
      font-size: 22px;
  }
 
.title p{
   display: none;
}

.button {
  display: inline-block;
  padding: 12px 20px;
  font-size: 1em;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border-radius: 7px;
  border: none;
  box-shadow: 0 0px #999;
  margin-top: 39px;
}  

.dropbtn, .menu a{
    font-size: 0.9em;
    margin-left: -26px;
    padding-left: 35px;  
    padding: 12px 22px; 
}

.dropbtn {
    margin-left: -39px;
}
.nav{
    padding-top: 9px;
    margin-left: 33px;
}
.head{
    background-color: rgb(0,66,130);
    height: 40px;
    padding-top: 0px;
}
.active{
   background-color: rgb(58,127,193);
   border-radius: 11px;
}

.logo img{
  height: 95px;
  width: 30%;
  background-color: rgb(255,250,250);
  margin-left:-7px;
 }

 .ban img{
    width: 100%;
    max-width: 100%; 
    margin-top: 52px; 
    display: block;
    height: auto;
    
}  

.dropdown{
    padding-left: 13px;
 }
 .userbox {
		float: left;
		margin: 33px 10px 0 12px;
		position: relative;
	}

.userbox.open .dropdown-menu {
	border: none;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	left: -44px;
	padding: 25px 0 0;
	top: -10px;
	width: 100%;
	z-index: 992;
}        
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 130px;
  box-shadow: 0px 14px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  
}

}

/*userbox- mobile page a propos pour tous les ecrans donc la taille max est 375px*/ 
@media all and (max-width: 375px){
  .dropbtn, .menu a{
    font-size: 0.9em;
    margin-left: -34px;
    margin-right: 8px;
    padding-left: 35px;  
    padding: 15px 15px; 
}

.dropbtn {
    margin-left: -45px;
}

.dropdown{
    padding-left: 17px;
 } 

.nav{
    padding-top: 9px;
    margin-left: 33px;
}
.active{
   background-color: rgba(58,127,193,0.3);
   border-radius: 155px;
}
 
.nav a:hover{
   background-color: rgba(0,66,130,0.5);
}
}


/*userbox- mobile page a propos pour tous les ecrans donc la taille max est 320px*/ 
@media all and (max-width: 320px){
  .about .icon2 span{
               margin-left: 28%; 
               color: black;
               font-size: 100%;
  } 
  .about .icon span{
                 margin-left: 28%; 
                 color: black;
                 font-size: 100%;
  } 
  .about .icon2{
                  margin-top: 17%;
         
  }
  .about .icon{
                  margin-top: -31%;
         
  }
    .name2 h4{
                  margin-top: 16%;
                
}
    .name h4{
               margin-top: -33%;
                                   
  }
  .about h3{
      font-size: 22px;
  }
  .dropbtn, .menu a{
    font-size: 0.8em;
    margin-left: -39px;
    margin-right: 8px;
    padding-left: 35px;  
    padding: 15px 15px; 
}

.dropbtn {
    margin-left: -45px;
}

.dropdown{
    padding-left: 17px;
 } 

.nav{
    padding-top: 9px;
    margin-left: 33px;
}
.active{
   background-color: rgba(58,127,193,0.3);
   border-radius: 155px;
}
 
.nav a:hover{
   background-color: rgba(0,66,130,0.5);
}
}
  
/* *******************************************END A PROPOS***************************************************/


/* ******************************************* FORMULAIRE Editer_rapport ***************************************************/

fieldset{
   box-shadow: 0px 2px 0 0 black;
  
}

legend{
   text-align: center;
   background-color: rgb(58,127,193);
   border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
}
/* ******************************************* END FORMULAIRE DE RESERVATION ***************************************************/








