
/*-------------------------------------------------------*/
.bgGrisClair{
	background:#ccc;
}

.bgBleu{
	background:#4c98c7;
}

.bgBleu:hover{
background:#246f9d;
}

.center{
	text-align:center;
}
.boutonCentre{
	margin-left:auto;
	margin-right:auto;
}

.cover-content-center{
	border-radius: 15px;
}

h3{
	font-family: 'Khand', sans-serif;
	color: #2270a1;
}
.page-login-field i{
	color: #2270a1;	
}
.page-login-field input[type=text], .page-login-field input[type=password] {
	border: solid 1px #2270a1;	
	border-radius: 8px!important;
}
.header-logo, .footer-logo {
    background-size: contain;
	background-repeat: no-repeat;
}


.bg-green1-dark {
    background-color: #ff00ff !important;

}
.footer p{
	color:#fff;
	margin-bottom: 10px;
}
.paddingTop60{
	padding-top:60px;
}

.marginTop60{
	margin-top:60px;
}
.marginTop50{
	margin-top:50px;
}
.marginTop20{
	margin-top:20px;
}
.espace40{
	width:100%;
	height:40px;
}
.espace30{
	width:100%;
	height:30px;
}
.espace20{
	width:100%;
	height:20px;
}

/*-----------adaptation mobile----------*/	

.header .header-logo img{
    max-width:400px;
	width:80%;
	height:auto;
}





@media(max-width:500px){
.header-logo-app .header-logo
 {
    left: 0px!important;
    margin-left: 5px!important;
    background-position:left;
	
}

.header .header-logo img{
    background-size: 100% auto !important;
    width: 80%;
    height: auto !important;
}

.header-logo-app .header-icon-3 {
    right: 5px!important;
}

}
		
.header-logo {
    height: 100px!important;
}

.header .header-icon {
   margin-top:35px;
    height: 30px!important;
    width: 30px!important;
    line-height: 20px!important;
    font-size: 14px!important;

}
/*-------------index--------------*/


.button-circle-menu {
    border-radius: 50%;
    padding: 0px 5px 0px 5px;
}
.menuPrinc a{
	color:#000;
}

h3.menuPrinc {

    font-size: 16px;
    line-height: auto;
    font-weight: 600;
    margin-bottom: 5px;	
	margin-left:55px!important;

}

.menuPrinc .icon-column i {

    font-size: 30px;
    left: 0px;
    margin-top: 0px;
    width: 40px;
    height: 40px;
    border-radius: none;
    line-height: auto;
}

.icon-column p.menuPrinc  {

    padding-left: 55px!important;
}

.menuPrinc .button {

    margin-bottom: 0px;
}



/*------------menu header------------*/
 .bg-gray{
	 
	 background:#bebebe;
	 color:#fff;
 }
 
 .bg-orange-light {
    background-color: #FC6E51  !important;
color:#FFFFFF !important;
 }

/*-------------footer-------------*/

IMG.displayed {

    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    width: 100%;
    height: auto;

}
/*--------------formulaire----------------------*/


.field-title {
	font-size:14px;
	font-style:italic;
}

.boxForm {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  

}

.boxForm select {
  background-color: #4c98c7;
  color: white;
  padding: 12px;
  width: 250px;
  border: none;
  font-size: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  border-radius:10px;
  font-size:14px;
  font-family: 'Roboto', sans-serif;
  font-weight:500;

}

.boxForm::before {
  content: "\f13a";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.boxForm:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}

.boxForm select option {
  padding: 30px;
}


.containerSelect{
text-align:center;
margin-top:70px;	
}
.gestionAlbum{
	border-radius:8px;
}
.inputTextCreation{
	border-radius:8px;
	border: 1px solid #ebebeb;
	padding:3px;
	}
	
.inputTextCreation .contactField {
    margin-bottom: 0px;
	color:#4c98c7;
	font-size:14px;
	border: none!important;
}	

.bleuBold{
	font-size:1.2em;
	color:#256e9c;
	margin-bottom:10px;
}


/*--------------------menu--------------------*/

.menuNotif{
	padding-left: 45px;
}


