/*=========================================================================================================================
Produit     : RDV Web
Version     : 1.0
---------------------------------------------------------------------------------------------------------------------------
Unité       : RDV.css
Version     : 1.0
Description : Fichier principale contenant les styles css pour le site web

Programmeur : Samuel Nadeau
Date        : 2 Février 2018
Organisation: Formatik
Copyright   : Tous droits réservés 2017-2018

Remarques   : 

***************************************************************************************************************************
Copyright(c) 2017-2018 Formatik, Inc.

Toute reproduction totale ou partielle du code source, idées, méthodes, libraries, techniques, architecture, composants visuels, 
aspects visuels est srictement interdites.

Par conséquent, copier la structure du site web dans un autre site web est susceptible de constituer une contrefaçon, même 
si leurs codes sont différents. Cela implique également qu’un site web qui est déjà mis en forme, dont l’architecture est 
suffisamment avancée, est déjà protégé même si le code n’a pas encore été écrit.
***************************************************************************************************************************
==========================================================================================================================*/
	background-image: url("../img/back.png");
	background-image: linear-gradient(to top, #222160, #ffffff);
	
	

/*************************************************************************************************************************************************
													COMPOSANTS IMPORTANT POUR LES COULEURS
*************************************************************************************************************************************************/



/************************************************************************************************************************************************
1. ELEMENT FOND
*************************************************************************************************************************************************/
html{
	background:url("/rdv_public/img/back.png") !important; /*IMAGE DE FOND*/
    height: 100% !important; /*NE PAS CHANGER*/
}

body{
	background:url("/rdv_public/img/back.png") !important; /*IMAGE DE FOND*/
	height: 100% !important; /*NE PAS CHANGER*/
}

/*Couleur du carré (blanc par défaut) avec le contenu*/
.BackGroundColor{
	background-color:#ffffff !important;
}

/************************************************************************************************************************************************
2. TEXTES
*************************************************************************************************************************************************/

/*Couleur des jours de la semaine (dim,lun,mar...) + flèches + Mois Année du calendrier*/
.CouleurText{
	color: black !important;
}

/*Couleur du texte pour une date disponible dans le calendrier*/
.DateDisponible{
	color: black !important;	
}

/*Couleur du texte pour une date non disponible dans le calendrier*/
.DateNonDisponible{
	color: grey !important;		
}

/*Couleur des titres + messages retour*/
h3,h4 {
	color: black !important;
}

/*Couleur du texte qui dit qu'il va y avoir redirection dans les messages retour*/
.RedirectionWarning{
	color: black !important;
}

/*Couleur du texte en général*/
p,label,a{
	color: black !important;	
}

/*Couleur du texte message d'avertissement du changement sur les prix affichés*/
.msgAvertissementPrix{
	color: red !important;	
}
/*Couleur du texte message d'avertissement que la prise RDV Web est desactivé*/
.RDVWeb{
	color: red !important;	
}
/************************************************************************************************************************************************
3. ONGLETS / LISTES
*************************************************************************************************************************************************/

/*Couleur de l'onglet du login qui est sélectionné*/
li.active a,
li.active a:hover,
li.active a:focus,
li.active a:visited,
li.active a:active {
	background:#646464  !important;	/*couleut de l'onglet*/
	color: #ffffff !important;		/*couleur du texte*/	
}

li.hover a,
li.hover a:hover,
li.hover a:focus,
li.hover a:visited,
li.hover a:active {
	background:#646464  !important;	/*couleut de l'onglet*/
	color: #ffffff !important;		/*couleur du texte*/	
}

li a,
li a:hover,
li a:focus,
li a:active {
	background:#646464  !important;	/*couleut de l'onglet*/
	color: #ffffff !important;		/*couleur du texte*/
}

/*Couleur des onglets (menu/login) lorsque l'on met la souris dessus*/
li a:hover{
	background:#646464 !important; 	/*couleur de l'onglet*/
	color: #ffffff !important;		/*couleur du texte dans l'onglet*/	
}

/*Couler des onglets (menu/login)*/
li a{
	background:transparent  !important;		/*couleur de l'onglet*/
	color: black !important;				/*couleur du texte dans l'onglet*/		
	
}

/*Couleur des listes*/
.list-group-item:not(#-1){
	background:transparent  !important;		/*couleur de l'élément*/
	color: black !important;				/*couleur du texte*/	
}

/*Couleur des listes (menu) lorsque l'on met la souris dessus*/
a.hover:hover,
a.hover:focus,
a.hover:active{
	background:#646464  !important;			/*couleur de l'élément*/
	color: #ffffff !important;				/*couleur du texte*/
	border-color:transparent  !important;			
}

/*Couleur lorsque l'on sélectionne un coiffeur dans la liste*/
a.activeCoiffeur{
	background:#646464  !important;	/*couleur de l'élément*/
	color: #ffffff !important;			/*couleur du  texte*/
	border-color:transparent  !important;	
}

/*Couleur de la description lorsque l'on sélectionne un coiffeur dans la liste*/
description p{	
	color: #ffffff !important;			/*couleur du  texte*/	
}

/*Couleur de la liste des catégorie et de la liste des rendez-vous*/
a.activeCategorie{
	background:#444444  !important;	/*couleur de l'élément*/
	color: #ffffff !important;			/*couleur du  texte*/
	border-color:black  !important;	
}

/*Couleur lorsque l'on sélectionne un service dans la liste*/
a.activeService{
	background:#646464  !important; 	/*couleur de l'élément*/
	color: #ffffff !important;			/*couleur du  texte*/	
	border-color:transparent  !important;			
}

/*Couleur lorsque l'on sélectionne une plage qui nous est suggéré*/
a.activePlage{
	background:#646464  !important;	/*couleur de l'élément*/
	color: #ffffff !important;			/*couleur du  texte*/
	border-color:transparent  !important;		
}

/*Couleur lorsque l'on sélectionne une date dans le calendrier*/
.activeDate{
	background:#646464  !important;	/*couleur de l'élément*/
	color: #ffffff !important;			/*couleur du  texte*/	
	border-color:transparent  !important;		
}

/*Couleur de l'onglet actif lors du service multiple sur mobile*/
button[id*="tablink"].activetab {
   background-color: #646464 !important; 
   border-color: #646464 !important;
}

/*Couleur de l'onglet inactif lors du service multiple sur mobile*/
button[id*="tablink"]{
    background-color: grey !important;
    border-color: grey !important;
}

/************************************************************************************************************************************************
4. BOUTON / ENCADRÉ
*************************************************************************************************************************************************/

/*Couleur des boutons*/
#button, button, input[type="button"], input[type="submit"]{
	background:none !important;
	background-color:#646464  !important;		/*couleur du bouton*/
	color: #ffffff !important;					/*couleur du texte*/
	border-color:#646464  !important;			/*couleur du contour*/
}

/*Couleur de la bordure du calendrier*/
.FormatikCalendrierEvenement{
	border-color: #444444;
}

/*Couleur de la bordure des informations sur le rendez-vous (Mes rendez-vous)*/
.infoRendezVous{
	border-color: #444444;	
}

/*Couleur du background des icones lorsque l'on se connecte (mettre même couleur que bouton)*/
span {
	background-color:#646464 !important;
	border-color:#646464 !important;
}

/*couleur de l'en-tête du timepicker*/
.wickedpicker__title {
	background:#444444  !important;	/*couleur de l'élément*/
	color: #ffffff !important;		/*couleur du texte*/
}

 
/*************************************************************************************************************************************************
													FIN DES COMPOSANTS IMPORTANT POUR LES COULEURS
*************************************************************************************************************************************************/
#agenda{
	height:auto;
}

.button-small {
    font-size: 15px !important;	
    height: 20px  !important;
    width: 20px !important;	
    line-height: 20px  !important;	
    padding: 0px  !important;	
}
.glyphicon {
	top: 0px !important;	

}

#RdvWebActif h4 {
  font-size: 1.4em;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
#BackGroundColor, #BackGroundColor h4, #BackGroundColor h3 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

#footerMain{
   /*position:absolute;*/
   /*bottom:0 !important;
   height:10px !important;*/
   width:100%;
   background-color:transparent !important;	
   border-color:transparent !important;
   font-size:9px !important;
   text-align:center;
   /*line-height:10px;*/
   /*margin-bottom:10px !important;*/
}

#footerMain2{
   /*position:absolute;*/
   /*bottom:0 !important;
   height:10px !important;*/
   width:100%;
   background-color:transparent !important;	
   border-color:transparent !important;
   font-size:9px !important;
   text-align:center;
   /*margin-top:100px !important;*/
   line-height:10px;
   bottom:0 !important;
   margin-bottom:10px !important;
}

#buttonCreateAccount{
	margin-top:15px !important;	
}

label{
	margin-bottom:0px !important;	
}


h3,h4 {
	text-align: center !important;
	margin-top:0px !important;
	margin-bottom:5px !important;
}

.NoBackGround{
	background-color:transparent !important;	
}

.upperCase{
	text-transform: uppercase !important;		
}

.h4left{
	text-align:left !important;
	margin-left: 60px !important;
	margin-bottom: 30px !important;	
}

.h4Maxleft{
	text-align:left !important;	
}

div {
	margin-bottom:0px !important;	
}

.btn-margin-left{
	margin-top: 10px !important;
	margin-left: 5px !important;
	margin-bottom: 5px !important;
}

.btn-margin-left2{
	margin-top: 10px !important;
	margin-left: 5px !important;
}

.btn-margin-right{
	float:right;
	margin-top: 10px !important;
	margin-right: 5px !important;
}

.timepicker{
	width:160px !important;	
}

.MaxWidthPlageSelection{
	width:160px !important;	
}

.h-90{
	height: 90px !important;		
}

.align-middle-vertically2{
	margin: 14% 0% 0% 0% !important;
}

.RedirectionWarning{
	text-align: center !important;
	font-size:9px !important;
	background-color:transparent  !important;
	border-color:transparent  !important;
	display:block !important;
	margin: 0 auto !important;
    
}

p {
	margin-bottom:0px !important;
}

.NoBorder{
	border-style:none !important;	
}

.center{
	text-align:center !important;	
}

#Right{
	position: absolute !important;
    right: 15px !important;
	top:100px !important;
}

.center-name{
	width: -webkit-calc(100% - 100px) !important;
	width: -moz-calc(100% - 100px) !important;
	width: calc(100% - 100px) !important;
    height:50px !important;
	line-height: 50px !important;
	margin-left:50px;
}


.center-lang{
    height:50px !important;
	line-height: 50px !important;
	float:right !important;	
	margin-right: 5px !important;
}

.FormatError{
	position: absolute !important;
    /*right: 15px !important;*/
	color:red !important;
	background-color:transparent !important;
	border-color:transparent !important;
}

.HeureNonDisponible{
	color:red !important;
	background-color:transparent !important;
	border-color:transparent !important;
    
}
#MsgNotAvailable {
   line-height:1.6 !important;
   font-size: 12px;
   white-space: nowrap !important;
}

.selectTime{
    font-size:13px !important;	
}

.MsgPlageLibre{
	color:black !important;
	font-size:9px !important;	
	background-color:transparent !important;
	border-color:transparent !important;
	line-height: 10pt !important;
	margin-bottom:0px !important;
	margin-top: 50px !important;
}

.HeureDisponible{
	color:blue !important;
	background-color:transparent !important;
	border-color:transparent !important;
}

.PasswordError{
	position: absolute !important;
	color:red !important;
	background-color:transparent !important;
	border-color:transparent !important;
}

.DisplayNone{
	display:none !important;
}

.VisibilityNone{
	visibility: hidden !important;
}

.CursorPointer {
    cursor:pointer !important;
}

.CursorNotAllowed{
	cursor:not-allowed !important;	
}

li a:hover{
	background-image:none !important;
}

li a{
	background-image:none !important;	
}

.list-group-item{
	background-image:none !important;	
}

a.hover:hover{
	background-image:none !important;		
}

li.active a,
li.active a:hover,
li.active a:focus,
li.active a:visited,
li.active a:active {
	background-image:none !important;
}

a.activeCoiffeur{
	background-image:none !important;
}

a.activeCategorie{
	background-image:none !important;
}

a.activeService{
	background-image:none !important;
}

a.activePlage{
	background-image:none !important;
}

.activeDate{
	background-image:none !important;
}

a.list-group-item.activeCategorie.collapsed:after{
  font-family: 'FontAwesome';
  content: "\f067";
  font-size: 1.4em;
  margin-right: 10px;
  vertical-align: middle;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  *margin-right: .3em;	
  /*float: right;*/
  position:absolute;
  right:0px;
}

a.list-group-item.activeCategorie:not(.collapsed):after{
  font-family: 'FontAwesome';
  content: "\f068";
  font-size: 1.4em;
  margin-right: 10px;
  vertical-align: middle;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  *margin-right: .3em;
  *margin-right: .3em;	
  position:absolute;
  right:0px;
}

a:hover{
	cursor: pointer;	
}

.dropdown-toggle:hover {
    display: block;
}

.dropdown{
	border:thick !important;
	border-color:blue !important;	
}

.inputError {
	border: 1px solid red !important;        
}

.invalid{
	border: 1px solid red !important;     
}

.col-md-6{
	position:relative !important;
	min-height:1px !important;
	padding-right:15px !important;
	padding-left:15px !important;
	float:left !important;
	width:50% !important;	
}

	
#Conteneur1{
	position: absolute !important;
	height: 100% !important;
	width: 100% !important;
}

.indent{
	text-indent: -9999px !important;	
}

.no-margin{
	margin: 0px,0px,0px,0px !important;	
}

.imgsmall{
	width: 100px;
	height: auto;	
	margin-top: 5px;
	margin-bottom:20px;
	float:left;
}

.comm-rdv{
	margin-left:100px;
	width: -webkit-calc(100% - 100px) !important;
	width: -moz-calc(100% - 100px) !important;
	width: calc(100% - 100px) !important;
}

.logomobile{
	/*width: 50px;
	height: 50px;	*/
	float:right;
	margin-top:10px !important;	
}

/***************************************************************/ 
/*    media screen min-width:531px and min-height:901px        */
/***************************************************************/

@media (min-width:531px) and (min-height:901px) {
     
	.imgsmall2{
		position: relative;
		width: 100px;
		height: auto;
	}
    
	.imgsmall3{
		position: relative;
		margin-top:50%;
		transform:translateY(-50%);
		width: 80px;
		height: auto;
	}
	
	.divimgsmall2{
		display:inline-block !important;
        float:left;
        margin-left:5px;
        margin-top:5px;
	}
    
	.divimgsmall3{
		display:inline-block !important;
        float:left;
        margin-top:7px;
	}
	
	.divrdvinfo2{
		display:inline-block !important;
		width: -webkit-calc(100% - 105px) !important;
		width: -moz-calc(100% - 105px) !important;
		width: calc(100% - 105px) !important;	
	}
    
	.divrdvinfo3{
		display:inline-block !important;
		width: -webkit-calc(100% - 80px) !important;
		width: -moz-calc(100% - 80px) !important;
		width: calc(100% - 80px) !important;	
	}
	
	.comm-rdv2{
		width: -webkit-calc(100% - 5px) !important;
		width: -moz-calc(100% - 5px) !important;
		width: calc(100% - 5px) !important;
	}
    
	.comm-rdv3{
		width: 100% !important;
	}
		
	.noLogoMobile{
		width: auto;
		height: 150px;
		display: block !important;
		top: 200px !important;
		margin-left:auto !important;
		margin-right:auto !important;
		/*margin-top: 15px !important;*/		
	}

	.centerimg{
		width: auto;
		height: 150px;
		display: block !important;
		top: 200px !important;
		margin-left:auto !important;
		margin-right:auto !important;
		/*margin-top: 20px !important;*/
	}
	
	
	#Conteneur2-img{
		position: absolute !important;
		left: 50% !important;
		width:100% !important;
		max-width: 700px !important;
		min-width: 280px !important;
		top: 210px !important;
		transform: translateX(-50%) !important;
	}
	
	#Conteneur2-rdv{/*HERE1*/
		position: absolute !important;
		left: 50% !important;
		width:100% !important;
		max-width: 700px !important;
		min-width: 280px !important;
		top: 550px !important;
		transform: translateX(-50%) translateY(-50%) !important;
	}

	#Conteneur2{
		position: absolute !important;
		left: 50% !important;
		width:100% !important;
		max-width: 700px !important;
		min-width: 280px !important;
		top: 500px !important;
		transform: translateX(-50%) translateY(-50%) !important;
	}
	
	.MaxHeight{
		/*height: 500px !important;*/
		overflow:hidden;
	}
	
	.MaxHeight-rdv{
		/*height: 500px !important;*/
        max-height: 40em !important;
		overflow:auto !important;
	}
	
	.MaxHeight-rdv{
		overflow:auto !important;
	}
	
	.MaxHeight-rdv-coiffeur{
		/*height: 500px !important;*/
        max-height: 30em !important;
		overflow:auto !important;
	}
    .MaxHeight-rdv-service{
		height: 470px !important;
		overflow:auto !important;
	}
	
	.FormatikCalendrierEvenement{
		height: 225px;
		width: 100%;
		border: 2px solid black;
		font-size:16px !important;
	}
	
	.infoRendezVous{
		border-style: solid;
		border-width: 0px 2px 2px 2px;	
	}
	
	.Counter{
		float:right !important;	
		font-size:12px !important;
		color: red !important;
	}
	
	#VerifyPwd{
		max-width: 600px !important;
	}
    /*************************************************************/
    #RedirectionCreerRDV{
      margin-bottom:-100px !important;  
    }
     #RedirectionRdvWebActif{
      margin-bottom:-100px !important;  
     }
     #RedirectionMsgReinitPassword{
	   margin-bottom:-100px !important;  
	}
    #RedirectionMsgAccount{
	   margin-bottom:-100px !important;
	}
    #RedirectionConnectionError{
	   margin-bottom:-100px !important;
	}
    /*************************************************************/
    
    
    
    
}

/***************************************************************/ 
/*    media screen min-width:531px and max-height:900px        */
/***************************************************************/

@media (min-width:531px) and (max-height:900px){
	
	.imgsmall2{
		position: relative;
		width: 80px !important;
		height: auto;
	}
    
	.imgsmall3{
		position: relative;
		margin-top:50%;
		transform:translateY(-50%);
		width: 80px !important;
		height: auto;
	}
	
	.divimgsmall2{
		display:inline-block !important;
        float:left;
        margin-left:5px;
        margin-top:5px;
	}
    
	.divimgsmall3{
		display:inline-block !important;
        float:left;
        margin-top:7px;
	}    
    
	.divrdvinfo2{
		display:inline-block !important;
		width: -webkit-calc(100% - 85px) !important;
		width: -moz-calc(100% - 85px) !important;
		width: calc(100% - 85px) !important;	
	}
    
	.divrdvinfo3{
		display:inline-block !important;
		width: -webkit-calc(100% - 80px) !important;
		width: -moz-calc(100% - 80px) !important;
		width: calc(100% - 80px) !important;	
	}
    
    .comm-rdv2{
		width: -webkit-calc(100% - 5px) !important;
		width: -moz-calc(100% - 5px) !important;
		width: calc(100% - 5px) !important;
	}
    
	.comm-rdv3{
		width: 100% !important;
	}
    	
	.noLogoMobile{
		display:none !important; 
	}
	.centerimg{
		width: auto;
		height: 150px;
		display: block !important;
		top: 200px !important;
		margin-left:auto !important;
		margin-right:auto !important;
		margin-top: 15px !important;
	}
	#Conteneur2-img{
		position: absolute !important;
		left: 50% !important;
		width:100% !important;
		max-width: 700px !important;
		min-width: 280px !important;
		top: 220px !important;
		transform: translateX(-50%) !important;
	}
	#Conteneur2-rdv{/*HERE 2*/
		position: absolute !important;
		left: 50% !important;
		width:100% !important;
		max-width: 700px !important;
		min-width: 280px !important;
		/*top: 600px !important;*/
        /*top: 350px !important;*/
		transform: translateX(-50%) translateY(-50%) !important;
	}
    #Conteneur-rdv div{
        max-height: calc(100vh - 50px);
    }
	#Conteneur2{
		position: absolute !important;
		left: 50% !important;
		width:100% !important;
		max-width: 700px !important;
		min-width: 280px !important;
		top: 425px !important;
		transform: translateX(-50%) translateY(-50%) !important;
	}
	.MaxHeight{
		height: calc(100vh - 222px) !important;
		overflow:hidden;
	}
	.MaxHeight-rdv{
		overflow:auto !important;
	}
	
	.MaxHeight-rdv-coiffeur{
		/*height: 500px !important;*/
         max-height: calc(100vh - 270px) !important;
		overflow:auto !important;
	}
	.MaxHeight-rdv-service{
		height: 470px !important;
		overflow:auto !important;
	}
    
	.FormatikCalendrierEvenement{
		height: 225px;
		width: 100%;
		border: 2px solid black;
		font-size:16px !important;
	}
	.infoRendezVous{
		border-style: solid;
		border-width: 0px 2px 2px 2px;	
		/*height: 185px;*/
	}
	.Counter{
		float:right !important;	
		font-size:12px !important;
		color: red !important;
	}
	
	#VerifyPwd{
		max-width: 600px !important;
	}
    /********************************************************/ 
	 /*.divrdvinfo2{
		float:right !important;
        padding-left: 40px !important;		
	}
    
	 .divrdvinfo3{
		float:right !important;
        padding-left: 40px !important;		
	}*/
    
    
    #Etape3 .tab-content #home #MaxHeight{
    	height: 20em !important;
    }
    h3{
  		font-size: 1.7em !important;
	}
	#Politique{
     position: relative;
     top: 24px; 
     margin-top: 70px;
     padding-bottom: 10px;
    
    }
    .MaxHeight-rdv {
      max-height: 40em !important;
      overflow: auto !important;
    }
    .fit-box{
		position:absolute !important;
		top: 0 !important;
		bottom: 0 !important;
        margin-bottom:100px !important;
		height: 100% !important;
		width:100% !important;
	}
    #RedirectionCreerRDV{
      margin-bottom:-100px !important;  
   }
    #RedirectionRdvWebActif{
      margin-bottom:-100px !important;  
   }
   #RedirectionMsgReinitPassword{
	   margin-bottom:-100px !important;  
	}
    #RedirectionMsgAccount{
	   margin-bottom:-100px !important;
	}
    #RedirectionConnectionError{
	   margin-bottom:-100px !important;
	}
    
	/*********************************************************/
}

/**********************************************/ 
/*      media screen max-width 530 px        */
/*********************************************/
@media (max-width: 530px) {

	.comm-rdv2{
		width: -webkit-calc(100% - 5px) !important;
		width: -moz-calc(100% - 5px) !important;
		width: calc(100% - 5px) !important;
	}

    #Etape3 .tab-content #home .MaxHeight{
    	height: calc(100vh - 260px) !important;     
        overflow: hidden;   
    }
    
    #Etape3 .tab-content #home .MaxHeight2{
    	height: auto !important;    
        min-height: 250px;    
    }


	#Etape1Inside{
    	padding-top: 5px !important;	
    }
    
	#Etape2Inside{
    	padding-top: 5px !important;	
    }
    
	#Etape3Inside{
    	padding-top: 5px !important;	
        padding-bottom: 5px !important;
    }
    
	#Etape4 Inside{
    	padding-top: 5px !important;	
    }

	.imgpng{
    	width:24px;
        height:24px;
    }

	.imgpng2{
    	width:40px;
        height:40px;
    }

	.selectTime{
    	font-size:11px !important;
    }

	.divimgsmall2 {
        position: relative;
        margin-left:5px;
        margin-top:5px;
        display: inline-block;
        float:left;
    }
    
	.divimgsmall3{
        position: relative;
        display: inline-block;
        float:left;
		margin-top:7px;
        /*display:none !important;*/
	}    

	.txtMainRDV{
    	font-size: 18px !important;
    }
    
	#MsgPlageLibre{
    	font-size: 6px !important;
    }

    .height100 {
        height: 100% !important;
    }

    #MyProfile{
        overflow-y: auto;
        height: 100% !important;
    }

     #VerifyPwd{
		max-width: 195px !important;
		line-height: 15pt !important;
	}
    .imgsmall2{
		position: relative;
		width: 80px !important;
		height: auto;
	}
    
    .imgsmall3{
		position: relative;
		margin-top:50%;
		transform:translateY(-50%);
		width: 80px !important;
		height: auto;
	}
    
    .divrdvinfo2{
		display:inline-block !important;
		width: -webkit-calc(100% - 85px) !important;
		width: -moz-calc(100% - 85px) !important;
		width: calc(100% - 85px) !important;	
	}
    
    .divrdvinfo3{
		display:inline-block !important;
		width: -webkit-calc(100% - 80px) !important;
		width: -moz-calc(100% - 80px) !important;
		width: calc(100% - 80px) !important;
       /* padding-left: 0px !important;	*/
	}
    
    .Counter{
		float:right !important;	
		font-size:10px !important;
		color: red !important;
	}
    .infoRendezVous{
		border-style: solid;
		border-width: 0px 2px 2px 2px;	
		/*height: 230px;*/
	}
    .noLogoMobile{
		display:none;	
	}
    .centerimg {
        width: auto;
        height: 80px;
        display: block !important;
        top: 200px !important;
        margin-left: auto !important;
        margin-right: auto !important;
       /* margin-top: 5px !important;*/
        margin-bottom: 0px !important;
	}
    #Conteneur2-img{/*HERE*/
		position: relative !important;
		width:100% !important;
		max-width: 700px !important;
		min-width: 280px !important;
        height: calc(100% - 150px) !important;
        overflow-y: auto;
	}
    #Conteneur2{
		position: relative !important;
		width:100% !important;
		height: -webkit-calc(100% - 51px) !important;
		height: -moz-calc(100% - 51px) !important;
		height: calc(100% - 51px) !important;
		max-width: 700px !important;
		min-width: 280px !important;
	}
    #Conteneur2-rdv{
		position: relative !important;
		width:100% !important;
		height: -webkit-calc(100% - 51px) !important;
		height: -moz-calc(100% - 51px) !important;
		height: calc(100% - 51px) !important;
		max-width: 700px !important;
		min-width: 280px !important;
	}
    .fit-box{
		position:absolute !important;
		top: 0 !important;
		bottom: 0 !important;
		height: 100% !important;
		width:100% !important;
	}
    
	.MaxHeight-rdv{
		/*position:relative !important;
		overflow: auto !important;	*/
		position:relative !important;
		height: -webkit-calc(100% - 70px) !important;
		height: -moz-calc(100% - 70px) !important;
		height: calc(100% - 70px) !important;
		overflow: auto !important;	
	}
    .MaxHeight-rdv-coiffeur{
		position:relative !important;
		height: -webkit-calc(100% - 140px) !important;
		height: -moz-calc(100% - 140px) !important;
		height: calc(100% - 140px) !important;
		overflow:auto !important;	
	}
    .MaxHeight-rdv-service{
		position:relative !important;
		height: -webkit-calc(100% - 180px) !important;
		height: -moz-calc(100% - 180px) !important;
		height: calc(100% - 180px) !important;
		overflow: auto !important;	
	}
	.fixedBody{
		position:fixed !important;
        left: 0;
        right: 0;
	}
    h3{
		font-size:21px !important;	
	}
    .selectTime{
		font-size:11px !important;	
	}
	
	::-webkit-scrollbar {
		-webkit-appearance: none;
	}
	
	::-webkit-scrollbar:vertical {
		width: 12px;
	}
	
	::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, .5);
		border-radius: 10px;
		border: 2px solid #ffffff;
	}
	
	::-webkit-scrollbar-track {
		border-radius: 10px;  
		background-color: #ffffff; 
	}
    .FormatikCalendrierEvenement{
		height: 225px;
		width: 100%;
		border: 2px solid black;
		font-size:16px !important;
	}
    .CaseCalendrier {
        display: inline-block;
        width: 12%;
        height: 24px;
        text-align: center;
        vertical-align: central;
        margin: 1px 1px 1px 1px;
	}
    /********************************************/
    /*#MsgAvailable{
	color: red !important; 
	font-size:14px !important;
    }*/
	#listesServices {
     margin-bottom:8px !important;
    }
    
    #lstEmploye .MsgPlageLibre{
	  margin-bottom:100px !important;
	  margin-top: 50px !important;
	}
    #MsgPlageLibreService{
	  /*margin-bottom:100px !important;*/
	  margin-top: 40px !important;
	}
    
    #NomCoiffeur {
      /*margin-bottom: 5px!important;  */
    }
   
     #personnelMobile{
         /*margin-top: 50px !important; */
    }
   
    h4{
     	 font-size: 1.4em;
    }
   
    #txtRetour{
     	 font-size: 10px;
    }
 
    .RedirectionWarning{
      	font-size: 10px; 
    }
    
   
    .transparent-div p {
       font-size: small; /*x-small*/
        
    }
    
    #footerMain p{
    	font-size: 8px !important;
    }
    
    #footerMain2 p{
    	font-size: 8px !important;
    }
    
    .txtminutes{
    	position:relative;top:-1px !important;
    }
    
    .txtminutes2{
    	position:relative;top:-1px !important;
        margin-left:8px !important;
    }
    
    #description {
     text-align: left;
     font-size: 10px!important;
	 line-height:15px;
    }
   
    #agenda {
		height:230vh;
		/*overflow: auto !important;*/
	}
  
    #enteteselection1,#enteteselection0{
      font-size: 70%; 
    
    }
    
    #Legende1,#Legende2{
    	font-size:70% !important;
    }
   
    .timepicker {
    width: 156px !important;
    }
     .wickedpicker{
     top: 342px !important; 
    
    }
    
    }
    
      #home #MsgPresqueTermine{
       padding-bottom: 0px !important;
       padding-top: 0px !important;
     }
    
     #Politique{
        margin-bottom: 20px!important; 
        margin-top:10px;
	 }
     .infoRendezVous .divrdvinfo2 {
        padding-left: 15px!important;
     }
     /*.fit-box{
		position:absolute !important;
		top: 0 !important;
		bottom: 0 !important;
        margin-bottom:100px !important; 
		height: 100% !important;
		width:100% !important;
	}*/
    #RedirectionCreerRDV{
      margin-bottom:-100px !important;  
    }
     #RedirectionRdvWebActif{
      margin-bottom:-100px !important;  
   }
   #RedirectionMsgReinitPassword{
	   margin-bottom:-100px !important;  
	}
    #RedirectionMsgAccount{
	   margin-bottom:-100px !important;
	}
    #RedirectionConnectionError{
	   margin-bottom:-100px !important;
	}
    




     
    /********************************************/
   
      
}
/********************************************************************/ 
/*      media screen  min-width 326px and  max-width 425px          */
/*******************************************************************/




/********************************************************************/ 
/*      media screen  min-width 481 px and  max-width 768 px       */
/*******************************************************************/
@media (min-width: 425px) and (max-width: 768px){

	.MaxHeight-rdv-coiffeur {
   		 max-height: 25em !important;
	}
	.FormatikCalendrierEvenement {
    	height: 240px !important;
  	}
    
    .center-lang {
    height: 50px !important;
    line-height: 10px !important;
    float: left !important;
    margin-left: 25px !important;
    }
   
}

@media screen and (device-aspect-ratio: 40/71) {
	 .timepicker {
    	width: 150px !important;
	}
     label {
       font-weight: 500 !important;
       
      }
      .block{
       height: -10px !important;
      }
     #logo{
       height: 80px !important;
     }
     .height100{
		height: 100% !important;
	 }
    
     #Etape3{
         overflow-y: auto; 
     }
      #MyProfile{
         overflow-y: scroll;
         height: 100% !important;
      }
      /*#Conteneur1{
         overflow-y: scroll;
         width: 100%;
         position: fixed;
                
      }*/
     /* width */
    ::-webkit-scrollbar {
      width: 2px;
    }
    
    /* Track */
    ::-webkit-scrollbar-track {
      box-shadow: inset 0 0 5px grey; 
      border-radius: 2px;
    }
     
    /* Handle */
    ::-webkit-scrollbar-thumb {
      background: red; 
      border-radius: 2px;
    }
    
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
      background: #b30000; 
    }
}
@media screen and (device-aspect-ratio: 375/667) {
 	 #logo{
     	height: 80px !important;
    }
     .height100{
		height: 100% !important;
	 }
     #Etape3{
        overflow-y: auto;
     }
      .block{
       height: -10px !important;
      }
      #MyProfile{
           overflow-y: scroll;
            height: 100% !important;
      }
       /*#Conteneur1{
         overflow-y: scroll; 
         width: 100%; 
          position: fixed;      
      }*/
     
     /* width */
    ::-webkit-scrollbar {
      width: 5px;
    }
    
    /* Track */
    ::-webkit-scrollbar-track {
      box-shadow: inset 0 0 5px grey; 
      border-radius: 5px;
    }
     
    /* Handle */
    ::-webkit-scrollbar-thumb {
      background: red; 
      border-radius: 5px;
    }
    
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
      background: #b30000; 
    }
}

/********************************************************************/ 
/*      media screen  min-width 426px and  max-width 768px          */
/*******************************************************************/

@media (min-width: 426px) and (max-width: 768px){
	
	h3, h4 {
    text-align: center !important;
    margin-top: 20px; 
    margin-bottom: 10px !important; 
    }
    .LigneCalendrier { 
    height: 20px;
	}

	#IncorrectAccountInfo{
		/*max-width: 155px !important*/;	
	}
	
	#VerifyPwd{
		/*max-width: 195px !important;*/
		line-height: 15pt !important;
	}
	
	.imgsmall2{
		 position: relative; 
		 width: 80px; 
		 height: auto; 
	}
    
	.imgsmall3{
		 position: relative; 
		 margin-top:50%; 
		 transform:translateY(-50%);
		 width: 80px; 
		 height: auto; 
	}
	
	.comm-rdv2{
		width: -webkit-calc(100% - 5px) !important;
		width: -moz-calc(100% - 5px) !important;
		width: calc(100% - 5px) !important;
	}
    
	.comm-rdv3{
		width: 100% !important;
	}
    	
	.divimgsmall2 {
        position: relative;
        margin-left:5px;
        margin-top:5px;
        display: inline-block;
        float:left;
    }
    
	.divimgsmall3 {
        position: relative;
        display: inline-block;
        float:left;
        margin-top:7px;
    }
	
	.divrdvinfo2{
		display:inline-block !important;
		width: -webkit-calc(100% - 85px) !important;
		width: -moz-calc(100% - 85px) !important;
		width: calc(100% - 85px) !important;
        /*padding-left: 40px!important;*/	
	}
    
	.divrdvinfo3{
		display:inline-block !important;
		width: -webkit-calc(100% - 80px) !important;
		width: -moz-calc(100% - 80px) !important;
		width: calc(100% - 80px) !important;
        /*padding-left: 40px!important;*/	
	}
	
	.Counter{
		float:right !important;	
		font-size:10px !important;
		color: red !important;
	}
	
	.infoRendezVous{
		border-style: solid;
		border-width: 0px 2px 2px 2px;	
		/*height: 230px !important;*/
	}

	.noLogoMobile{
		display:none;	
	}

	.centerimg {
        width: auto;
        height: 150px;
        display: block !important;
        top: 200px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        /*margin-top: 5px !important;*/
        /*margin-bottom: 300px !important;*/
		}
	/*#Conteneur2-img{
		position: relative !important;
		width:100% !important;
		max-width: 700px !important;
		min-width: 280px !important;
        height: calc(100% - 160px) !important;
        overflow-y: auto;      
	}*/
	
	#Conteneur2{
		position: relative !important;
		width:100% !important;
		height: -webkit-calc(100% - 51px) !important;
		height: -moz-calc(100% - 51px) !important;
		height: calc(100% - 51px) !important;
		max-width: 700px !important;
		min-width: 280px !important;
	}
	/*#Conteneur2-rdv{
		position: relative !important;
		width:100% !important;
		height: -webkit-calc(100% - 51px) !important;
		height: -moz-calc(100% - 51px) !important;
		height: calc(100% - 51px) !important;
		max-width: 700px !important;        
		min-width: 280px !important;
	}*/
	/*.fit-box{
		position:absolute !important;
		top: 0 !important;
		bottom: 0 !important;
        margin-bottom:100px !important;
		height: 100% !important;
		width:100% !important;
	}*/
	
	.height100{
		/*height: 100% !important;*/
	}

	
	.MaxHeight-rdv{
		position:relative !important;
		overflow: auto !important;	
	}
	
	.MaxHeight-rdv-coiffeur{
		position:relative !important;
		height: -webkit-calc(100% -140px) !important;
		height: -moz-calc(100% - 140px) !important;
		height: calc(100% - 140px) !important;
		overflow:auto !important;	
	}
	
	.MaxHeight-rdv-service{
		position:relative !important;
		/*height: -webkit-calc(100% - 165px) !important;
		height: -moz-calc(100% - 165px) !important;
		height: calc(100% - 165px) !important;*/
        height: 470px !important;
		overflow: auto !important;	
	}
    #RedirectionCreerRDV{
      margin-bottom:-100px !important;  
   }
    #RedirectionRdvWebActif{
      margin-bottom:-100px !important;  
   }
   #RedirectionMsgReinitPassword{
	   margin-bottom:-100px !important;  
	}
    #RedirectionMsgAccount{
	   margin-bottom:-100px !important;
	}
    #RedirectionConnectionError{
	   margin-bottom:-100px !important;
	}
    
}
   
   
    
/***************************************************************/ 
/*           media screen max-height:700px                     */
/***************************************************************/
    @media (max-height:700px){
    .LigneCalendrier{
		display: block;
        width: 100%;
        height: 26px;
        padding-top: 1%;
        padding-bottom: 1%;
        margin-bottom: 1%;
	}
    #fixedentete, #agenda, #Etape3 #footerMain{
    	/*position:relative;
        top:-20px;*/
    }
    /*#Etape3 #footerMain{
    	position:relative;
        top:-55px;*/
}
    
    #Etape3 .tab-content #home{
    	/*height: calc(100vh - 51px);*/
        /*position:relative;
        top:-15px*/
    }
    #Etape3 .tab-content #home .MaxHeight{
    	height:48vh;
        
    }
	#agenda{
		/*height:38vh;*//*HERE*/
        height: -webkit-calc(100% - 80px) !important;
        height: -moz-calc(100% - 80px) !important;
        height: calc(100% - 80px) !important;
		overflow: auto !important;
	}
    #CalendrierPage{
        height: -webkit-calc(100% - 25px) !important;
        height: -moz-calc(100% - 25px) !important;
        height: calc(100% - 25px) !important;
    }
    
    .MaxHeight-rdv-service{
        /*height:45vh !important;*/
		overflow: auto !important;
    }
    .MaxHeight-rdv-service{
		position:relative !important;
		/*height: -moz-calc(100% - 180px) !important;*/
		/*height: -webkit-calc(100% - 180px)!important;*/
		overflow: auto !important;	
	}
    .MaxHeight-rdv-coiffeur{
   		height: -webkit-calc(100% - 165px) !important;
		height: -moz-calc(100% - 165px) !important;
		height: calc(100% - 165px) !important;
   	}
	
	.fixedBody{
		position:fixed !important;
        left:0;
        right:0;
	}
	
	::-webkit-scrollbar {
		-webkit-appearance: none;
	}
	
	::-webkit-scrollbar:vertical {
		width: 12px;
	}
	
	::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, .5);
		border-radius: 10px;
		border: 2px solid #ffffff;
	}
	
	::-webkit-scrollbar-track {
		border-radius: 10px;  
		background-color: #ffffff; 
	}
	
	.FormatikCalendrierEvenement{
		height: 225px;
		width: 100%;
		border: 2px solid black;
		font-size:16px !important;
	}
     #RedirectionCreerRDV{
        margin-bottom:-100px !important;
      }
      #RedirectionRdvWebActif{
        /*margin-bottom:-100px !important;*/  
      } 
      #RedirectionMsgReinitPassword{
	  /*margin-bottom:-100px !important;*/  
	} 
    #RedirectionMsgAccount{
	   margin-bottom:-100px !important;
	}
    #RedirectionConnectionError{
	   margin-bottom:-100px !important;
	}
      
    



.wickedpicker {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-shadow: 0 0 0 1px rgba(14, 41, 57, 0.12), 0 2px 5px rgba(14, 41, 57, 0.44), inset 0 -1px 2px rgba(14, 41, 57, 0.15);
	background: #fefefe;
	margin: 0px;
	border-radius: 0.1px;
	width: 200px;
	height: 127px;
	font-size: 14px;
	display: none; 
	background-color:#fefefe !important;
    margin-bottom:3px !important;
}
.wickedpicker__title {
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
	position: relative;
	margin: 0px;
	/*border-bottom: 1px solid #e5e5e5;*/
	padding: 12px 11px 10px 15px;
	font-size: inherit; 
    font-family: "Open Sans", sans-serif !important;
    font-size:14px !important;
}
  .wickedpicker__close {
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    position: absolute;
    top: 25%;
    right: 10px;
    cursor: pointer;
	background-color:transparent !important; 
}
    .wickedpicker__close:before {
      content: 'x'; 
}
  .wickedpicker__controls {
    padding: 0;
    line-height: normal;
    margin: 0; 
	background-color:#fff !important;
    border: 1px solid black !important;
    /*border-left: 1px solid black;
    border-right: 1px solid black;*/
}
    .wickedpicker__controls__control, .wickedpicker__controls__control--separator {
      vertical-align: middle;
      display: inline-block;
      font-size: inherit;
      margin: 0 auto;
      width: 35px;
      letter-spacing: 1.3px; 
	  background-color:transparent !important;
      margin-left:5px;
      margin-right:5px;
}
      .wickedpicker__controls__control-up, .wickedpicker__controls__control-down {
        position: relative;
        display: block;
        margin: 0px auto;
        font-size: 18px;
        cursor: pointer; 
		background-color:transparent !important;
}
      .wickedpicker__controls__control-up:before {
		content: url('/rdv_public/img/up-icon.png'); 
}
      .wickedpicker__controls__control-down:after {
		content: url('/rdv_public/img/down-icon.png');
}
      .wickedpicker__controls__control--separator {
        width: 5px; 
}

      .wickedpicker__controls__control--separator-inner {
		background-color:transparent !important;
}

      .wickedpicker__controls__control--hours { 
		background-color:transparent !important;
}

      .wickedpicker__controls__control--minutes { 
		background-color:transparent !important;
}

      .wickedpicker__controls__control--meridiem { 
		background-color:transparent !important;
}

.text-center, .wickedpicker__title, .wickedpicker__controls, .wickedpicker__controls__control, .wickedpicker__controls__control--separator, .wickedpicker__controls__control-up, .wickedpicker__controls__control-down {
  text-align: center; 
}