/*=========================================================================================================================
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.
***************************************************************************************************************************
==========================================================================================================================*/
    @font-face {font-family: "Mission Script";
        src: url("/public/fonts/Mission Script.woff2") format("woff2"),
        	 url("/public/fonts/Mission Script.woff") format("woff");
    }
	/*--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*/
    /*overflow:hidden !important;*/
}

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

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

.CalcHeight{
	display:block;
	height: 100%;
	height: -webkit-calc(100% - 80px) !important;
	height: -moz-calc(100% - 80px) !important;
	height: calc(100% - 80px) !important;
}

.CalcHeight2{
	display:block;
	height: 100%;
	height: -webkit-calc(100% - 80px) !important;
	height: -moz-calc(100% - 80px) !important;
	height: calc(100% - 80px) !important;
}

.CalcHeight-inner{
	display:block;
	height: 100%;
	height: -webkit-calc(100% - 5px) !important;
	height: -moz-calc(100% - 5px) !important;
	height: calc(100% - 5px) !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;
}

#Delai1{
	width:100%;
	text-align:center;
	color:#e67e00 !important;
	cursor: pointer;
	font-size:12px;
	height:49px;
	line-height: 15px;
}

#Delai2{
	width:100%;
	text-align:center;
	color:#e67e00 !important;
	cursor: pointer;
	font-size:12px;
	height:49px;
	line-height: 15px;
}

/*Couleur du texte en général*/
p,label,a {
	color: black !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 {
	border:1px solid #158238 !important;
	background:#158238  !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 {
	border:1px solid #158238 !important;
	background:#158238  !important;	/*couleut de l'onglet*/
	color: #ffffff !important;		/*couleur du texte*/	
}

li a,
li a:hover,
li a:focus,
li a:active {
	background:#158238  !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{
	border:1px solid #158238 !important;
	background:#158238 !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{
	background:white  !important;		/*couleur de l'élément here*/
	color: #158238 !important;				/*couleur du texte*/	
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
    font-size: 14px !important;
}

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


/*Couleur de la liste des catégorie à gauche*/
a.activeCategory{
	/*background:#158238  !important;*/	/*couleur de l'élément*/
	color: #c3063a !important;			/*couleur du  texte*/
	/*border-color:black  !important;*/	
}

a.activeSubCategory{
	/*background:#158238  !important;*/	/*couleur de l'élément*/
	color: #c3063a !important;			/*couleur du  texte*/
	/*border-color:black  !important;*/	
}

a.activeAdresse{
	/*background:#158238  !important;*/	/*couleur de l'élément*/
	color: #c3063a !important;			/*couleur du  texte*/
	/*border-color:black  !important;*/	
}

a.activeOrder{
	/*background:#158238  !important;*/	/*couleur de l'élément*/
	color: #c3063a !important;			/*couleur du  texte*/
	/*border-color:black  !important;*/	
}

a.activeCarte{
	/*background:#158238  !important;*/	/*couleur de l'élément*/
	color: #c3063a !important;			/*couleur du  texte*/
	/*border-color:black  !important;*/	
}

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

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

/*Couleur des boutons*/
#button, button, input[type="button"], input[type="submit"]{
	background:none !important;
	background-color:#158238  !important;		/*couleur du bouton*/
	color: #ffffff !important;					/*couleur du texte*/
	border-color:#158238  !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:#158238 !important;
	border-color:#158238 !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*/
}

/************************************************************************************************************************************************
5. MENU
*************************************************************************************************************************************************/
#header{
	height:80px !important;
    background-color:#232323 !important;
    border-top-width: 0px; !important;
    border-style: solid !important;
    border-width: 0px 0px 4px 0px !important;
    border-color: #c3063a;
    
}

#header2{
	height:80px;
}

.header3{
	height:80px !important;
}

.centerimg{
    width: auto;
    height: 90px;
    display: block !important;
    top: 200px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    margin-top: 0px !important;
}

#Conteneur2{
    border-style: solid !important;
    border-width: 0px 0px 0px 0px !important;
    border-color: white;
    overflow-y: scroll;
    overflow-x:hidden;
}

#Conteneur4{
    border-style: solid !important;
    border-width: 0px 0px 0px 0px !important;
    border-color: white;
    overflow-y: scroll;
}

#Conteneur5{
    border-style: solid !important;
    border-width: 0px 0px 0px 0px !important;
    border-color: white;
    overflow-y: scroll;
}

/** {
    -webkit-overflow-scrolling: touch;
}*/

#mainmenu a {
	color: white !important;
    margin-top: 10px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
    font-size: 11.5px !important;
    text-transform: uppercase !important;
    border-style: solid !important;
    border-width: 4px 0px 4px 0px !important;
    border-color: #232323 !important;
    padding-top: 18px !important;
    padding-bottom: 11px !important;
    height: 52px !important;
}

#mainmenu li a:hover{
	background-color:#232323 !important;
	color: #c2063a !important;
    border-color: transparent !important;
    
}

.dropdown-menu{
	border: 1px solid #c3063a !important;
    border-top:0px !important;
}

#mainmenu li a:focus{
	background-color:#232323 !important;
	color: #c2063a !important;
    border-color: transparent !important; 
    
}

#mainmenu li a:active{
	background-color:#232323 !important;
	color: white !important;
    border-color: transparent !important; 
    
}


/*************************************************************************************************************************************************
													FIN DES COMPOSANTS IMPORTANT POUR LES COULEURS
*************************************************************************************************************************************************/

.btn{
	/*min-width: 110px;*/
    padding: 6px 6px !important;
}

.tooltipCustom {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

.tooltipCustom .tooltiptextCustom {
  visibility: hidden;
  width: 300px;
  background-color: white;
  color: black;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.75em;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  bottom: 100%;
  left: 50%; 
  margin-left:-75px;
  z-index: 10000;
  border: 1px solid #ccc;
  margin-bottom:5px;
  padding-left:5px;
  padding-right:5px;
}

.tooltipCustom:hover .tooltiptextCustom {
  visibility: visible;
}

.form-control{
	color:black !important;
}

/*.content-box:hover{
	border: 1px solid #158238;
}*/

.active-content-box{
	border: 1px solid #158238 !important;
}

.active-content-box h5{
	color:#158238;
}

.content-box{
	cursor: pointer !important;
    padding-left:0px;
    padding-right:0px;
}

.content-box-title{
	margin-top:0px;
    margin-bottom:0px;
}

#lstCategory{
	border-right:5px solid #3a3a3a;
	height: 50%;
	height: -webkit-calc(50% - 11px) !important;
	height: -moz-calc(50% - 11px) !important;
	height: calc(50% - 11px) !important;
    overflow:auto;
}	

#lstCategory-Mobile{
	border-right:5px solid #3a3a3a;
	height: 50%;
	height: -webkit-calc(50% - 18px) !important;
	height: -moz-calc(50% - 18px) !important;
	height: calc(50% - 18px) !important;
    overflow:auto;
}



#lstSubCategory{
	border-right:5px solid #3a3a3a;
	height: 50%;
	height: -webkit-calc(50% - 154px) !important;
	height: -moz-calc(50% - 154px) !important;
	height: calc(50% - 154px) !important;
    overflow:auto;
}	

#lstSubCategory-Mobile{
	border-right:5px solid #3a3a3a;
	height: 50%;
	height: -webkit-calc(50% - 170px) !important;
	height: -moz-calc(50% - 170px) !important;
	height: calc(50% - 170px) !important;
    overflow:auto;
}

.row-main{
	margin-left: 0px !important;
    margin-right: 0px !important;
	/*text-align: center;*/
}

#Conteneur2-inner {
	text-align: center;
}
#Conteneur2-inner > * {
	text-align: left;
}

.divItem-col{
	min-width:199px !important;/*370*/
    max-width:250px !important;/*370*/
    padding-left:0px !important;
    padding-right:0px !important;
    margin-right: 1px !important;
    margin-bottom: 1px !important;
	width: calc(20% - 1px);
	display: inline-block;
	float: none;
}

.divItem{
    /*height:360px;*/	
    height:280px;	
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px !important;
    border-color: white !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,1);
    border-radius: 10px;
    width:95%;
    overflow:hidden;
}

.MsgItem{
    color: #c3063a !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11.5px !important;
    vertical-align:middle;height:40px;
    background-color: transparent !important;
    border-color: transparent !important;
    position:absolute;
    top:35px;
}

.MsgItem2{
    color: #c3063a !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11.5px !important;
    vertical-align:middle;height:40px;
    background-color: transparent !important;
    border-color: transparent !important;
    position:absolute;
    top:35px;
}

.divInfoProduit{
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px !important;
    border-color: white !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,1);
    border-radius: 10px;
    width:95%;
    /*padding-bottom:15px;*/
    padding-left:15px;
    padding-right:15px;
    position:relative;
    min-height:35px !important;
}

.divInfoPolitique{
    margin-left:15px;
    margin-right:auto;
    margin-bottom:10px !important;
    border-color: white !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,1);
    border-radius: 10px;
    width:100%;
	width: -webkit-calc(100% - 30px) !important;
	width: -moz-calc(100% - 30px) !important;
	width: calc(100% - 30px) !important;
    /*padding-bottom:15px;*/
    padding-left:15px;
    padding-right:15px;
    position:relative;
    min-height:35px !important;
}

.HideScrollbar {
    scrollbar-width: none !important; /* Firefox */
    -ms-overflow-style: none !important;  /* IE 10+ */
    overflow-y:auto;
    overflow-x:hidden;
    position:absolute;
    width:100%;
    height:100%;
}

.HideScrollbar::-webkit-scrollbar { 
    display: none !important;  /* Chrome Safari */
}

#lstAdresse{
	min-height:290px;
    border:1px solid #ddd
}

.modal-body{
	text-align:center;
}

#lstOrders{
	min-height:0;
    border:1px solid #ddd
}

#lstCard{
	min-height:123px;
    border:1px solid #ddd
}

.divInfoProduit-main{
    margin-bottom:10px !important;
    border-color: white !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,1);
    border-radius: 10px;
    position:relative;
    float:left;
	width:100%;
    height:130px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /*border: 3px solid white;*/
    text-align:center !important;
}

.divInfoProduit-text{
	position:absolute;
    width:100%;
    margin-top:15px !important;
    text-shadow:1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 0 0 1px #fff, 1px 1px 10px rgba(0,0,0,0.75) !important;
    text-decoration:none;
}

.img-hover-zoom {
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.2);
  border-top-left-radius:50px;
  border-top-right-radius:50px;
}

.whitebackground{
	background-color:white !important;
}

.BorderRadius{
	border-radius:10px !important;       
}

.lblRed{
	padding-left:15px;
    padding-right:15px;
    color:#c3063a !important;
    min-width:405px;
}

.lblRedModal{
	padding-left:15px;
    padding-right:15px;
    color:#c3063a !important;
}

.txtDelai{
	color:#c3063a !important;
    line-height:15px;
    margin-bottom:5px !important;
    font-size: 14px;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: bold !important;
}

.imgInfoProduit{
	width:300px;
    height:100%;
    max-height:200px;
    border-bottom-left-radius:10px;
    border-top-left-radius:10px;
    border-bottom-right-radius:10px;
    border-top-right-radius:10px;
}

.divItem-2{
    /*height:410px;*/	
    height:310px;	
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px !important;
    border-color: white !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,1);
    border-radius: 10px;
    width:95%;
    overflow:hidden;
}

.divItem-3{
    /*height:410px;*/	
    height:330px;	
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px !important;
    border-color: white !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,1);
    border-radius: 10px;
    width:95%;
}

.divItem-produit{
    height:450px;	
    margin-left:auto;
    margin-right:auto;
    border-style: solid !important;
    border-width: 5px 5px 5px 5px !important;
    border-color: transparent !important;
    width:60%;
}

#divOptions{
	/*margin-top:5px;*/
}

.divItem-top{
    height:169px;/*250*/
    width:100%;
}

.redFont{
	color:red !important;
}

.divItem-logo{
    position: relative;
    left:50%;
    top:-202px;
    z-index: 11;
    width: 90px;
    height: 70px;
    transform: translate(-50%, 0);	
    cursor: pointer;
}

.divItem-svg{
    width: 90px;
    height: 80px;
    position: relative;
    left: -5px;	
}

.divItem-icon{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 2;
    width: 62px;
    height: 62px;
}

.divItem-a:hover{
	color: #c2063a !important;
    text-decoration: none;  
}

.divItem-a:focus{
	color: #c2063a !important;
    text-decoration: none;  
}

.divItem-b:hover{
    text-decoration: none;  
}

.divItem-b:focus{
    text-decoration: none;  
}

#ProductPrice{
	font-size: 22px !important;
	position:absolute;
    width:100%;
    text-align:center;
    bottom:40px;
	text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 0 0 1px #fff, 1px 1px 10px rgba(0,0,0,0.75) !important;
}

#BarreCamoDroite{
	height: 80%;
	height: -webkit-calc(100% - 280px) !important;
	height: -moz-calc(100% - 280px) !important;
	height: calc(100% - 280px) !important;
    width:17px;
    position:fixed;
    right:0px;
    background-color:white;
}

.divItem-text{
    min-height: 160px;
    color: #158238 !important;
    font-size: 44px;
    align-items: center;
    justify-content: center;
    font-family: "Mission Script" !important;
    /*padding-top:70px;*/
    padding-top:40px;
}

.txt-prix{
	font-size:22px;/*28*/
    font-family: "Mission Script" !important;
    color: #158238 !important;
    position:relative;
}

.divItem-a{
    color: #158238 !important;
    font-size: 22px;/*32*/
    font-family: "Mission Script" !important;
    line-height:25px !important;
    align-items:center;
    height:60px;
    display:flex;
    justify-content:center
}

.divItem-b{
    color: #158238 !important;
    font-size: 22px;
    /*font-size:calc(3vw);*/
    font-family: "Mission Script" !important;
    text-decoration:none;
}

.InfoLeft{
	color:white !important;
    background-color:#3a3a3a !important;
    border:0px solid #3a3a3a;
    padding-top:0px;
    padding-bottom:0px;
}

.InfoLeft:hover{
	color: #c3063a !important;		/*couleur du texte dans l'onglet*/	
}

.TextProduit-Header{
    color: #158238 !important;
    font-size: 22px;/*30*/
    font-family: "Mission Script" !important;
    text-align:left !important;
    padding-top:5px;
}

.radio{
	margin-left:15px;
}

.checkbox{
	margin-left:15px;
}

.TextProduit{
    color: #c3063a !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
    font-size: 10px !important;/*11.5*/
    text-transform: uppercase !important;
    /*width:200px !important;*/
	height:40px;
    position:absolute;
    /*left:55px;*/
    top:0px;
    line-height:12px !important;
	height:30px;
    display: flex;
    align-items: center;
    margin-left:40px;
}

.TextProduitCard{
    color: #c3063a !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
    font-size: 10px !important;/*11.5*/
    text-transform: uppercase !important;
    /*width:200px !important;*/
	height:40px;
    position:absolute;
    /*left:55px;*/
    top:-10px;
    line-height:12px !important;
	height:30px;
    align-items: center;
    margin-left:10px;
}

.TextPolitique{
    color: #c3063a !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
    font-size: 10px !important;/*11.5*/
    text-transform: uppercase !important;
    /*width:200px !important;*/
	height:40px;
    /*position:absolute;*/
    /*left:55px;*/
    top:0px;
    line-height:12px !important;
	height:30px;
    display: flex;
    align-items: center;
    /*margin-left:40px;*/
}

.TextSommaireCmd{
    color: #c3063a !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
    font-size: 11.5px !important;
    text-transform: uppercase !important;
}

polygon{
	fill:#c3063a;
}

#MenuLeft{
	background-color:#333333;
	overflow-y:hidden;
}

#MenuRight{
	background-color:#333333;
    z-index:10;
	overflow-y:hidden;
}

.SlideMenu{
	margin-left:2px;
    margin-right:2px;
    background-color:#242424;
}

.SlideMenu li a{
	color:white !important;
    border-style: solid !important;
    border-width: 4px 0px 4px 0px !important;
    border-bottom-color: #3a3a3a;
    border-top-color: #242424;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
    font-size: 11.5px !important;
    text-transform: uppercase !important;
}

.SlideMenu li a:hover{
	background-color:#232323 !important;
	color: #c2063a !important;
    border-color: #c2063a !important;
    
}

.SlideMenu li a:focus{
	background-color:#232323 !important;
	color: #c2063a !important;
    border-color: #c2063a !important; 
    
}

.SlideMenu li a:active{
	background-color:#232323 !important;
	color: white !important;
    border-color: #c2063a !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;*/
}

#OrderTitle{
    background-color:#3a3a3a;
    /*height:80px;*/
    height:35px;
    display:table;
    width:100%;
	/*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);*/
}

#OrderTitle-mobile1{
    background-color:#3a3a3a;
    /*height:80px;*/
    height:35px;
    display:table;
    width:100%;
	/*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);*/
}

#OrderTitle-mobile2{
    background-color:#3a3a3a;
    /*height:80px;*/
    height:35px;
    display:table;
    width:100%;
	/*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);*/
}

#SelectTypeCommande-left{
    background-color:#3a3a3a;
    height:80px;
    display:table;
    width:100%;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    border-radius: 10px !important;
    padding-left:0px !important;
    padding-right:0px !important;
    margin-left:2.5px;
    margin-right:2.5px;
	width: -webkit-calc(50% - 5px) !important;
	width: -moz-calc(50% - 5px) !important;
	width: calc(50% - 5px) !important;
}

#SelectTypeRestaurant-left{
    background-color:#3a3a3a;
    /*height:80px;*/
    height:125.5px;
    /*display:table;*/
    width:100%;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    border-radius: 10px !important;
    cursor: pointer;
    border:5px solid #3a3a3a;
}

#divSelectTypeRestaurant-left{
    display:table;
    width:100%;
    border-radius: 10px !important;
    padding-left:0px !important;
    padding-right:0px !important;
    margin-left:2.5px;
    margin-right:2.5px;
	width: -webkit-calc(50% - 5px) !important;
	width: -moz-calc(50% - 5px) !important;
	width: calc(50% - 5px) !important;
}

#btnHoraireDelson{
	display:none;
}

#btnHoraireLaprairie{
	display:none;
}

.SelectTypeRestaurant-disabled{
	border: 5px solid #9d1d1d !important;
}

.SelectTypeRestaurant-disabled-yellow{
	border: 5px solid #dbe600 !important;
}

.pointer-disabled{
	pointer-events: none;
    /*background-color: gray !important;*/
}

.CustomFont{
	/*font-size: 11.5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;*/
}

#SelectTypeCommande-right{
    background-color:#3a3a3a;
    height:80px;
    display:table;
    width:100%;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    border-radius: 10px !important;
    padding-left:0px !important;
    padding-right:0px !important;
    margin-left:2.5px;
    margin-right:2.5px;
	width: -webkit-calc(50% - 5px) !important;
	width: -moz-calc(50% - 5px) !important;
	width: calc(50% - 5px) !important;   
}

#SelectTypeRestaurant-right{
    background-color:#3a3a3a;
    /*height:80px;*/
	height:125.5px;
    /*display:table;*/
    width:100%;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    border-radius: 10px !important;
    cursor: pointer;
    border:5px solid #3a3a3a;
}

#DivCommandeMobile{
	display:none;
}

#divSelectTypeRestaurant-right{
    display:table;
    width:100%;
    border-radius: 10px !important;
    padding-left:0px !important;
    padding-right:0px !important;
    margin-left:2.5px;
    margin-right:2.5px;
	width: -webkit-calc(50% - 5px) !important;
	width: -moz-calc(50% - 5px) !important;
	width: calc(50% - 5px) !important;
}

.OrderItem{
    background-color:white;
    display:table;
    height:120px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    margin-left:20px !important;
    margin-right:20px !important;
    margin-top:15px;
    border-radius: 10px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,1);
    position:absolute;
}

.btnItem{
    margin-left:5px;
    margin-bottom:5px;
}

#OrderItems{
	height: -webkit-calc(100% - 200px) !important;
	height: -moz-calc(100% - 200px) !important;
	height: calc(100% - 200px) !important;
	overflow-y:scroll;
    overflow-x:hidden;
    background-color:white;
    border-left: 2px solid #3a3a3a;
}

#OrderItems-Mobile{
	height: -webkit-calc(100% - 200px) !important;
	height: -moz-calc(100% - 200px) !important;
	height: calc(100% - 200px) !important;
	overflow-y:scroll;
    overflow-x:hidden;
    background-color:white;
    border-left: 2px solid #3a3a3a;
    padding-top:5px;
    -webkit-transform: none !important;
}

.textItem-Title{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
    text-decoration: none;
    cursor: pointer;
    background-color:transparent !important;
    border-color:transparent !important;
    color: black;
}

.textItem-Left{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
    text-decoration: none;
    cursor: pointer;
    background-color:transparent !important;
    border-color:transparent !important;
    color: black;
}

.textItem-Right{
    font-size: 12px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
    text-decoration: none;
    cursor: pointer;
    background-color:transparent !important;
    border-color:transparent !important;
    color: gray;
}

.imgItem{
	width:100%;
  	border-top-left-radius:10px;
  	border-top-right-radius:10px;
  	border-bottom-left-radius:10px;
  	border-bottom-right-radius:10px;
}

#OrderTitle-text{
	color:white !important;
    /*font-size: 30px;*/
    font-size: 1.4em;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
	vertical-align:middle; 
    display:table-cell;
    text-decoration: none;
}

#OrderTitle-text2{//HERE
    /*font-size: 30px;*/
    /*font-size: 1.4em;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
	vertical-align:middle; 
    display:table-cell;
    text-decoration: none;*/
    
	background-color:#c3063a !important;
    border-color:#c3063a !important;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
	vertical-align:middle; 
    display:table-cell;
    text-decoration: none;
    cursor: pointer;
    width:100%;
}

#OrderTitle-text2-Mobile{
    /*font-size: 30px;*/
    /*font-size: 1.4em;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
	vertical-align:middle; 
    display:table-cell;
    text-decoration: none;*/
    
	background-color:#c3063a !important;
    border-color:#c3063a !important;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
	vertical-align:middle; 
    display:table-cell;
    text-decoration: none;
    cursor: pointer;
    width:100%;
}

.SelectionTypeCmd{
	color:white !important;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
	vertical-align:middle; 
    display:table-cell;
    text-decoration: none;
    cursor: pointer;
}

.SelectionSuccursale{
	color:white !important;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
	vertical-align:middle; 
    text-decoration: none;
    cursor: pointer;
}

input{
	border-radius:10px !important;
}

select{
	border-top-left-radius:10px !important;
    border-bottom-left-radius:10px !important;
	border-top-right-radius:10px !important;
    border-bottom-right-radius:10px !important;
}

.Retour{
	color:white !important;
    font-size: 11.5px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
	vertical-align:middle; 
    display:table-cell;
    text-decoration: none;
    cursor: pointer;
}

.BtnDisabled{
	color: lightgray !important;
    cursor:not-allowed !important;
}

.NbrItemNonValide{
	color: lightgray !important;
    cursor:not-allowed !important;
}

.DivItemNonValide{
	border:2px solid red !important;
}

.NbrItemNonValide2{
	color: lightgray !important;
    cursor:not-allowed !important;
}

#RadioDelson{
	cursor:not-allowed !important;
}

#RadioDelson:hover:not(:checked){
	cursor:not-allowed !important;
	background:#cbd1d8 !important;
}

#RadioDelsonInfosCommande{
	cursor:not-allowed !important;
}

#RadioDelsonInfosCommande:hover:not(:checked){
	cursor:not-allowed !important;
	background:#cbd1d8 !important;
}

#RadioPrecommandeDelson{
	cursor:not-allowed !important;
}

#RadioPrecommandeDelson:hover:not(:checked){
	cursor:not-allowed !important;
	background:#cbd1d8 !important;
}

#RadioServiceDelson{
	cursor:not-allowed !important;
}

#RadioServiceDelson:hover:not(:checked){
	cursor:not-allowed !important;
	background:#cbd1d8 !important;
}

#RadioPrecommandeLaprairie{
	cursor:not-allowed !important;
}

#RadioPrecommandeLaprairie:hover:not(:checked){
	cursor:not-allowed !important;
	background:#cbd1d8 !important;
}

#RadioServiceLaprairie{
	cursor:not-allowed !important;
}

#RadioServiceLaprairie:hover:not(:checked){
	cursor:not-allowed !important;
	background:#cbd1d8 !important;
}

#RadioLaprairie{
	cursor:not-allowed !important;
}

#RadioLaprairie:hover:not(:checked){
	cursor:not-allowed !important;
	background:#cbd1d8 !important;
}

#RadioLaprairieInfosCommande{
	cursor:not-allowed !important;
}

#RadioLaprairieInfosCommande:hover:not(:checked){
	cursor:not-allowed !important;
	background:#cbd1d8 !important;
}

#RadioDelsonMain{
	cursor:not-allowed !important;
}

#RadioDelsonMain:hover:not(:checked){
	cursor:not-allowed !important;
	background:#cbd1d8 !important;
}

#RadioLaprairieMain{
	cursor:not-allowed !important;
}

#RadioLaprairieMain:hover:not(:checked){
	cursor:not-allowed !important;
	background:#cbd1d8 !important;
}

#OrderSend{
	position:absolute;
    /*background-color:#3a3a3a;*/
    background-color:#c3063a !important;
    /*height:80px;*/
    height:35px;
    display:table;
    width:100%;
    bottom:0px;
    text-align:center;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

#OrderInfo{
	position:absolute;
    background-color:#3a3a3a;
    /*height:80px;*/
    display:table;
    width:100%;
    /*bottom:80px;*/
    bottom:42.2px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

#OrderInfo-Mobile{
	position:absolute;
    background-color:#3a3a3a;
    /*height:80px;*/
    display:table;
    width:100%;
    /*bottom:80px;*/
    bottom:42.2px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.OrderInfo-text{
	text-align:left;
    color:white !important;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
    padding-left:20px;
    white-space: nowrap;
}

.OrderInfo-text-a{
	letter-spacing: 1px;
	text-align:left;
    color:black !important;
    font-size: 14px;
    font-family: monospace;
    /*font-family: 'Montserrat', sans-serif, monospace !important;*/
    font-weight: bold !important;
    /*padding-left:20px;*/
	margin-top:0px;
    margin-bottom:0px;
    overflow:hidden !important;
}

.OrderInfo-text-b{
	text-align:left;
    color:black !important;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
    padding-left:20px;
    white-space: nowrap;
}

.OrderInfo-text-c{
	letter-spacing: 1px;
	text-align:left;
    color:black !important;
    font-size: 14px;
    font-family: monospace;
    /*font-family: 'Montserrat', sans-serif, monospace !important;*/
    font-weight: bold !important;
	margin-top:0px;
    margin-bottom:0px;
    overflow:hidden !important;
}

.OrderInfo-text-d{
    color:black !important;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
    white-space: nowrap;
}

.OrderRow{
	margin-left:0px;
    margin-right:0px;
    /*margin-top:5px;
    margin-bottom:5px !important;*/
} 

.OrderRow-a{
	margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px !important;
    line-height:20px;
    position:relative;
}

.OrderRow-b{
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px !important;
    line-height:20px;
    position:relative;
}

.OrderInfo-price{
	text-align:right;
    color:white !important;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
    padding-right:20px;
}

.OrderInfo-price-a{
	text-align:right;
    color:black !important;
    font-size: 14px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
    padding-right:0px;
}

.OrderInfo-price-b{
	text-align:right;
    color:black !important;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
    padding-right:20px;
}

pre{
	background-color: transparent !important;
    border: 0px solid white !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.OrderInfo-price-b{
	text-align:right;
    color:black !important;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
	position:absolute;
    right:0px;
    top:0px;
}

.OrderInfo-price-c{
	text-align:right;
    color:black !important;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
}

#btnAjouterCommande,
#btnPremiereMoitie,
#btnSecondeMoitie{
	background-color:#c3063a !important;
    border-color:#c3063a !important;
    /*font-size: 20px;*/
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
	vertical-align:middle; 
    display:table-cell;
    text-decoration: none;
    cursor: pointer;
	margin: 5px 5px 5px 0;
	width: auto !important;
}

#btnCommander{
	background-color:#c3063a !important;
    border-color:#c3063a !important;
    //font-size: 20px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
	vertical-align:middle; 
    display:table-cell;
    text-decoration: none;
    cursor: pointer;
    width:100%;
}

.btnSuivant{
	background-color:#c3063a !important;
    border-color:#c3063a !important;
    //font-size: 20px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
	vertical-align:middle; 
    display:table-cell;
    text-decoration: none;
    cursor: pointer;
    width:100%;
}

#time{
	background-color:transparent !important;
}

#msgtime{
	background-color:transparent !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;*/
}

#Conteneur2-inner{
	margin-left:auto !important;
    margin-right:auto !important;
	margin-top:5px;
}

#Conteneur2-inner-tip{
	margin-left:auto !important;
    margin-right:auto !important;
	margin-top:5px;
}

#Conteneur2-inner-payment{
	margin-left:auto !important;
    margin-right:auto !important;
	margin-top:5px;
}

#Conteneur2-timer{
	margin-left:auto !important;
    margin-right:auto !important;
    text-align:center;
    padding-right:10px;
}

#Conteneur4-inner{
	margin-left:auto !important;
    margin-right:auto !important;
    margin-bottom:80px !important;
	margin-top:5px;
}

#Conteneur5-inner{
	margin-left:auto !important;
    margin-right:auto !important;
    margin-bottom:80px !important;
	margin-top:5px;
}

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

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


h3,h4 {
	text-align: center !important;
	margin-top:0px !important;
	margin-bottom:5px !important;
    font-weight: 400 !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;
}

.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: 40px !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;
}

.VisibilityHidden{
	visibility: hidden !important;
}

.VisibilityHiddenService{
	visibility: hidden !important;
}

.svgRedLineLeft{
	width: calc(100% - 11px); 
	/*height: 91px;*/
	height:116px;
	position:absolute;
}

.svgRedLineRight{
	width: calc(100% - 11px); 
	/*height: 91px;*/
	height:116px;
	position:absolute;
}

.blinker {
  animation: blinker 1s linear 2;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

.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.activeCategory{
	background-image:none !important;
}

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

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

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

a.activeCarte{
	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;
}

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;	
  float: right;
}

a:hover{
	cursor: pointer;	
}

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

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

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

.invalid{
	border: 2px 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;
    border-style: solid !important;
    border-width: 0px 0px 4px 0px !important;
    border-color: #c3063a;
   /* background-color:#3a3a3a;*/
    min-height:0px !important;
}

#PiedPage{
	position: fixed;
    width:100%;
    height:50px;
    bottom:0px;
    background-color:#158238;
    z-index:100;
    border-style: solid !important;
    border-width: 4px 0px 0px 0px !important;
    border-color: #c3063a;
    text-align:center;
    color:white !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;	
}

.MenuMobile{
	Display:None;
}

.MenuMobile-i{
	background-color:#c3063a;
    color: #666666;
}

input:focus{
	border-color:black !important;
}

select:focus{
	border-color:black !important;
}

polygon {
  stroke: none;
}

.TopBannerMiddle{
	float:right;
    line-height:8.43px;
    margin-right:10px;
    cursor:default !important;
}

.TopBannerRight{
	float:right;
    line-height:8.43px;
    margin-right:0px;
    cursor:default !important;
}

.SelectTime{
    width:300px;
}

/*LARGE*/
/*@media (min-width:531px) and (min-height:901px) {*/
@media (min-width:1360px) {

    .divItem-bottom{
        /*height:190px;*/
        height:100px;
        border-style: solid !important;
        border-width: 5px 0px 0px 0px !important;
        border-color: #c3063a;
        width:100%;
        background-color:white;
        background-size: 0px;
        cursor: pointer;
    }
    
    .divItem-bottom-2{
        /*height:190px;*/
        height:100px;
        border-style: solid !important;
        border-width: 5px 0px 0px 0px !important;
        border-color: #c3063a;
        width:100%;
        background-color:white;
        background-size: 0px;
        cursor: pointer;
    }

	.imgsmall2{
		position: relative;
		margin-top:50%;
		transform:translateY(-50%);
		width: 100px;
		height: auto;
	}
	
	.divimgsmall2{
		margin-top: 5px;
		display:inline-block !important;
		height:100px !important;
		width:100px !important;
	}
	
	.divrdvinfo2{
		display:inline-block !important;
		width: -webkit-calc(100% - 100px) !important;
		width: -moz-calc(100% - 100px) !important;
		width: calc(100% - 100px) !important;
		float:right !important;		
	}
	
	.comm-rdv2{
		width: -webkit-calc(100% - 5px) !important;
		width: -moz-calc(100% - 5px) !important;
		width: calc(100% - 5px) !important;
	}
		
	.noLogoMobile{
		width: auto;
		height: 150px;
		display: block !important;
		top: 200px !important;
		margin-left:auto !important;
		margin-right:auto !important;
		margin-top: 20px !important;		
	}

	#Conteneur2{
		position: absolute !important;
        left: 20%;
        width: 60%;
        height: 100%;
        height: -webkit-calc(100% - 80px);
        height: -moz-calc(100% - 80px);
        height: calc(100% - 80px);
        background-color:white;
	}
    
   	#Conteneur4{
		position: absolute !important;
        float:left;
		width:80% !important;
        height: 100%;
        height: -webkit-calc(100% - 80px);
        height: -moz-calc(100% - 80px);
        height: calc(100% - 80px);
        /*background-color:#3a3a3a;*/
	}
    
   	#Conteneur5{
		position: absolute !important;
        float:left;
		width:80% !important;
        height: 100%;
        height: -webkit-calc(100% - 80px);
        height: -moz-calc(100% - 80px);
        height: calc(100% - 80px);
       /*background-color:#3a3a3a;*/
	}
    
	#Conteneur2-img{
        position: relative !important;
		max-width: 800px !important;
		min-width: 280px !important;
		margin-top:0px !important;
        margin:auto;
	}
    
	#Conteneur2-login{
        position: relative !important;
		max-width: 700px !important;
		min-width: 280px !important;
		margin-top:240px !important;
        margin:auto;
	}
    
    .MarginTop{
    	margin-top:50px !important;
    }
    
	#Conteneur2-acc{
		position: absolute !important;
		left: 50% !important;
		width:100% !important;
		max-width: 700px !important;
		min-width: 280px !important;
		top: 420px !important;
		transform: translateX(-50%) translateY(-50%) !important;
	}
    
    #Conteneur3{
    	position:fixed;
    	background-color:#333333;
        float:right;
        right:0px;
        width: 20%;
        height: -webkit-calc(100% - 80px);
        height: -moz-calc(100% - 80px);
        height: calc(100% - 80px);
    }
    
    #Conteneur6{
    	position:fixed;
    	background-color:#333333;
        float:left;
        left:0px;
        width: 20%;
        height: 100%;
        height: -webkit-calc(100% - 80px);
        height: -moz-calc(100% - 80px);
        height: calc(100% - 80px);
    }
	
	.MaxHeight{
		height: 500px !important;
		overflow:hidden !important;
	}
	
	.MaxHeight-rdv{
		height: 500px !important;
		overflow:auto !important;
	}
	
	.MaxHeight-rdv-coiffeur{
		height: 500px !important;
		overflow:auto !important;
	}
	
	.MaxHeight-rdv-service{
		height: 500px !important;
		overflow:auto !important;
	}
	
	.FormatikCalendrierEvenement{
		height: 225px;
		width: 100%;
		border-style: solid;
		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;
	}
    
    #PhoneUsed{
		max-width: 600px !important;
    }
    
    #EmailUsed{
		max-width: 600px !important;
    }
		
}
/*MEDIUM*/
/*@media (min-width:531px) and (max-height:900px){*/
@media (max-width:1359px){

    .divItem-bottom{
        /*height:190px;*/
        height:100px;
        border-style: solid !important;
        border-width: 5px 0px 0px 0px !important;
        border-color: #c3063a;
        width:100%;
        background-color:white;
        background-size: 0px;
        cursor: pointer;
    }
    
    .divItem-bottom-2{
        /*height:190px;*/
        height:100px;
        border-style: solid !important;
        border-width: 5px 0px 0px 0px !important;
        border-color: #c3063a;
        width:100%;
        background-color:white;
        background-size: 0px;
        cursor: pointer;
    }
	
	.imgsmall2{
		position: relative;
		margin-top:50%;
		transform:translateY(-50%);
		width: 100px;
		height: auto;
	}
	
	.divimgsmall2{
		margin-top: 5px;
		display:inline-block !important;
		height:100px !important;
		width:100px !important;
	}
	
	.divrdvinfo2{
		display:inline-block !important;
		width: -webkit-calc(100% - 100px) !important;
		width: -moz-calc(100% - 100px) !important;
		width: calc(100% - 100px) !important;
		float:right !important;		
	}
	
	.comm-rdv2{
		width: -webkit-calc(100% - 5px) !important;
		width: -moz-calc(100% - 5px) !important;
		width: calc(100% - 5px) !important;
	}
		
	.noLogoMobile{
		display:none !important;	
	}
    
	#Conteneur2{
		position: absolute !important;
        left: 22%;
        width: 56%;
        height: 100%;
        height: -webkit-calc(100% - 80px);
        height: -moz-calc(100% - 80px);
        height: calc(100% - 80px);
        background-color:white;
	}
    
   	#Conteneur4{
		position: absolute !important;
        float:left;
		width:80% !important;
        height: 100%;
        height: -webkit-calc(100% - 80px);
        height: -moz-calc(100% - 80px);
        height: calc(100% - 80px);
        /*background-color:#3a3a3a;*/
	}
   
   	#Conteneur5{
		position: absolute !important;
        float:left;
		width:80% !important;
        height: 100%;
        height: -webkit-calc(100% - 80px);
        height: -moz-calc(100% - 80px);
        height: calc(100% - 80px);
       /* background-color:#3a3a3a;*/
	}
    
	#Conteneur2-img{
        position: relative !important;
		max-width: 800px !important;
		min-width: 280px !important;
		margin-top:0px !important;
        margin:auto;
	}
    
   	#Conteneur2-login{
        position: relative !important;
		max-width: 700px !important;
		min-width: 280px !important;
		margin-top:240px !important;
        margin:auto;
	}
    
    .MarginTop{
    	margin-top:50px !important;
    }
    
	#Conteneur2-acc{
		position: absolute !important;
		left: 50% !important;
		width:100% !important;
		max-width: 700px !important;
		min-width: 280px !important;
		top: 280px !important;
		transform: translateX(-50%) translateY(-50%) !important;
	}
    
    #Conteneur3{
    	position:fixed;
    	background-color:#333333;
        float:right;
        right:0px;
        width: 22%;
        height: -webkit-calc(100% - 80px);
        height: -moz-calc(100% - 80px);
        height: calc(100% - 80px);
    }
    
    #Conteneur6{
    	position:fixed;
    	background-color:#333333;
        float:left;
        left:0px;
        width: 22%;
        height: 100%;
        height: -webkit-calc(100% - 80px);
        height: -moz-calc(100% - 80px);
        height: calc(100% - 80px);
    }
	
	.MaxHeight{
		height: 500px !important;
		overflow:hidden !important;
	}
	
	.MaxHeight-rdv{
		height: 500px !important;
		overflow:auto !important;
	}
	
	.MaxHeight-rdv-coiffeur{
		height: 500px !important;
		overflow:auto !important;
	}
	
	.MaxHeight-rdv-service{
		height: 500px !important;
		overflow:auto !important;
	}
	
	.FormatikCalendrierEvenement{
		height: 225px;
		width: 100%;
		border-style: solid;
		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;
	}
    
    #PhoneUsed{
		max-width: 600px !important;
    }
    
    #EmailUsed{
		max-width: 600px !important;
    }

	/*.wrap{
    	display: none !important;
    }
    
    .logomenu{
    	width: 100% !important;
        height:80px;
    }*/
    
    .container {
        width: 100% !important;
        //height: 174px !important;
        height: 100% !important;
    }	
   
	#bs-example-navbar-collapse-1{
    	display: block !important;
        margin-left:0px !important;
        margin-right:0px !important;
        border-top:0px !important;
    }	
    
    /*.MenuMobile{
        Display:block;
        margin-top:12px;
    }*/
    
	/*#Conteneur2{
    	overflow-y: scroll;
  		-webkit-overflow-scrolling: touch;
    }*/
    	
}

/*CUSTOM MENU GAUCHE DROIT*/
@media (max-width: 991px){

	#DivCommandeMobile{
		Display: block;
	}

	#DivCommandeDesktop{
		Display: none !important;
	}

    .CalcHeight{
        display:block;
        height: 100%;
        height: -webkit-calc(100% - 55px) !important;
        height: -moz-calc(100% - 55px) !important;
        height: calc(100% - 55px) !important;
    }
    
    .CalcHeight2{
        display:block;
        height: 100%;
        height: -webkit-calc(100% - 55px) !important;
        height: -moz-calc(100% - 55px) !important;
        height: calc(100% - 55px) !important;
    }

	#header{
		height:55px !important;    
	}
    
    #header2{
        height:55px;
    }

	.header3{
    	height:55px !important;
    }
    
    .centerimg{
        height: 65px;
    }

    .divItem-bottom{
        /*height:190px;*/
        height:100px;
        border-style: solid !important;
        border-width: 5px 0px 0px 0px !important;
        border-color: #c3063a;
        width:100%;
        background-color:white;
        background-size: 0px;
        cursor: pointer;
    }
    
    .divItem-bottom-2{
        /*height:190px;*/
        height:100px;
        border-style: solid !important;
        border-width: 5px 0px 0px 0px !important;
        border-color: #c3063a;
        width:100%;
        background-color:white;
        background-size: 0px;
        cursor: pointer;
    }

	.wrap{
    	display: none !important;
    }
    
    .logomenu{
    	width: 100% !important;
        height:55px;
    }
    
    .MenuMobile{
        Display:block;
        margin-top:6px;
    }
    
    #Conteneur3{
    	Display:none;
    }
    
    #Conteneur6{
    	Display:none;
    }
    
	#Conteneur2{
		position: absolute !important;
        float:left;
		width:100% !important;
        height: 100%;
        height: -webkit-calc(100% -55px);
        height: -moz-calc(100% - 55px);
        height: calc(100% - 55px);
        background-color:white;
        left:0px;
	}
    
	#bs-example-navbar-collapse-1{
    	display: block !important;
        margin-left:53px !important;
        margin-right:53px !important;
        border-top:0px !important;
    }
	
}

/*MOBILE*/
@media (max-width: 767px){/*479*/

	.txtDelai{
		color:#c3063a !important;
		line-height:15px;
		margin-bottom:5px !important;
		font-size: 12px;
		font-family: 'Montserrat', sans-serif !important;
		font-weight: bold !important;
	}

	.modalAdresse{
		width:350px !important;
	}

	.VisibilityHiddenService{
		display: none !important;
	}

	.svgRedLineLeft{
		width: calc(100% - 11px); 
		/*height: 91px;*/
		height:116px;
		position:absolute;
	}

	.svgRedLineRight{
		width: calc(100% - 11px); 
		/*height: 91px;*/
		height:116px;
		position:absolute;
	}

	#lstHeureOuvertureDelson{
		display:none;
	}

	#lstHeureOuvertureLaprairie{
		display:none;
	}

	#btnHoraireDelson{
		display:block;
	}

	#btnHoraireLaprairie{
		display:block;
	}

	/*.divInfoProduit-main{
    	height: 120px !important;
    }*/

    #SelectTypeRestaurant-left{
        background-color:#3a3a3a;
        /*height:80px;*/
        height:125.5px;
        /*display:table;*/
        width:100% !important;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
        border-radius: 10px !important;
        margin: auto !important;
        cursor: pointer;
        border:5px solid #3a3a3a;
        float:none !important;
    }

	#divSelectTypeRestaurant-left{
        display:table;
        width:95% !important;
        border-radius: 10px !important;
        padding-left:0px !important;
        padding-right:0px !important;
        margin: auto !important;
        cursor: pointer;
        margin-bottom:5px !important;
        float:none !important;
	}

    #SelectTypeRestaurant-right{
        background-color:#3a3a3a;
        /*height:80px;*/
		height:125.5px;
        /*display:table;*/
        width:100% !important;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
        border-radius: 10px !important;
        margin: auto !important;
        cursor: pointer;
        border:5px solid #3a3a3a;
        float:none !important;
    }

	#divSelectTypeRestaurant-right{
        display:table;
        width:95% !important;
        border-radius: 10px !important;
        padding-left:0px !important;
        padding-right:0px !important;
        margin: auto !important;
        cursor: pointer;
        margin-bottom:5px !important;
        float:none !important;
	}
    
    #SelectTypeCommande-left{
        background-color:#3a3a3a;
        height:80px;
        display:table;
        width:95% !important;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
        border-radius: 10px !important;
        padding-left:0px !important;
        padding-right:0px !important;
        float: none !important;
        margin: auto !important;
        margin-bottom:5px !important;
    }
    
    #SelectTypeCommande-right{
        background-color:#3a3a3a;
        height:80px;
        display:table;
        width:95% !important;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
        border-radius: 10px !important;
        padding-left:0px !important;
        padding-right:0px !important;
		float:none !important; 
        margin: auto !important; 
    }

    .CalcHeight{
        display:block;
        height: 100%;
        height: -webkit-calc(100% - 55px) !important;
        height: -moz-calc(100% - 55px) !important;
        height: calc(100% - 55px) !important;
    }
    
    .CalcHeight2{
        display:block;
        height: 100%;
        height: -webkit-calc(100% - 55px) !important;
        height: -moz-calc(100% - 55px) !important;
        height: calc(100% - 55px) !important;
    }

	#header{
		height:55px !important;    
	}
    
    #header2{
        height:55px;
    }

	.header3{
    	height:55px !important;
    }
    
    .centerimg{
        height: 65px;
    }
    
    #lstAdresse{
        min-height:0px;
        border:1px solid #ddd
    }
    
    #lstCard{
        min-height:0px;
        border:1px solid #ddd
    }

	.SelectTime{
    	width:100%;
    }
    
    .TopBannerRight{
        float:right;
        line-height:8.43px;
        margin-right:0px;
        cursor:default;
    }

	#Conteneur2{
    	/*border:2px solid black;
    	overflow-y: scroll;
  		-webkit-overflow-scrolling: touch;*/
    }
    
    .divItem-col{
    	border-bottom: 1px solid transparent !important;
    }

    .divItem-a:hover{
        color: #158238 !important;
        text-decoration: none;  
    }
    
    .divItem-a:focus{
        color: #158238 !important;
        text-decoration: none;  
    }

	.divItem{
    	height:80px;
    }
    
    .divItem-bottom{
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        border: 3px solid white;
        height:100px;
        border-style: solid !important;
        border-width: 5px 0px 0px 0px !important;
        border-color: #c3063a;
        width:100%;
        background-color:white;
        /*background-size: 100%;*/
        background-size: cover;
        position: relative;
        cursor: pointer;
    }
    
    .divItem-bottom-2{
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        border: 3px solid white;
        height:100px;
        border-style: solid !important;
        border-width: 5px 0px 0px 0px !important;
        border-color: #c3063a;
        width:100%;
        background-color:white;
        background-size: cover;
        cursor: pointer;
    }
    
    .divItem-text{
    	text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 0 0 1px #fff, 1px 1px 10px rgba(0,0,0,0.75) !important;
    }
    
    .txt-prix{
    	text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 0 0 1px #fff, 1px 1px 10px rgba(0,0,0,0.75) !important;
    }
    
    .divItem-2{
    	height:120px;
    }
    
    .divItem-top{
    	display:none;
    }
    
    .divItem-logo{
    	display:none;
    }
    
    .divItem-bottom{
    	border-width: 0px 0px 0px 0px !important;
        height:80px;
     }
     
     .divItem-bottom-2{
     	border-width: 0px 0px 0px 0px !important;
        height:120px;
     }
     
     .divItem-text{
     	padding-top: 0px;	
        min-height:0px;
        height:100%;
        line-height: 1.1;
     }
     
     .divItem-a{
     	display:flex;
        align-items:center;
        height:100%;
        justify-content: center;
     }

    .img-hover-zoom img {
      transition: none;
    }
    
    /* [3] Finally, transforming the image when container gets hovered */
    .img-hover-zoom:hover img {
      transform: none;
    }

	.divItem-col{
    	max-width: 50% !important;
        margin-right:0px !important;
        min-width: 50% !important;
        float: left;
    }

	.wrap{
    	display: none !important;
    }
    
    .logomenu{
    	width: 100% !important;
        height:55px;
    }
    
    .container {
        width: 100% !important;
        //height: 174px !important;
        height: 100% !important;
    }

	#bs-example-navbar-collapse-1{
    	display: block !important;
        margin-left:53px !important;
        margin-right:53px !important;
        border-top:0px !important;
    }	
    
    .MenuMobile{
        Display:block;
        margin-top:6px;
    }
    
	#Conteneur2{
		position: absolute !important;
        float:left;
		width:100% !important;
        height: 100%;
        height: -webkit-calc(100% -55px);
        height: -moz-calc(100% - 55px);
        height: calc(100% - 55px);
        background-color:white;
        left:0px;
	}
    
	#Conteneur4{
		position: absolute !important;
        float:left;
		width:100% !important;
        height: 100%;
        height: -webkit-calc(100% -55px);
        height: -moz-calc(100% - 55px);
        height: calc(100% - 55px);
       /* background-color:#3a3a3a;*/
	}
    
	#Conteneur5{
		position: absolute !important;
        float:left;
		width:100% !important;
        height: 100%;
        height: -webkit-calc(100% -55px);
        height: -moz-calc(100% - 55px);
        height: calc(100% - 55px);
        /*background-color:#3a3a3a;*/
	}

	#Conteneur2-img{
        position: relative !important;
		width:100% !important;
        margin:auto;
        margin-top:0px !important;
	}
    
    #Conteneur2-login{
        position: relative !important;
		width:100% !important;
        margin:auto;
        margin-top:60px !important;
	}
    
    .MarginTop{
    	margin-top:5px !important;
    }
    
 	#Conteneur2-acc{
		/*position: relative !important;*/
		width:100% !important;
		max-width: 700px !important;
		/*min-width: 280px !important;*/
		/*position: absolute !important;*/
		/*left: 50% !important;*/
		width:100% !important;
		max-width: 700px !important;
		/*min-width: 280px !important;*/
		top: 35px !important;
		/*transform: translateX(-50%) translateY(-50%) !important;*/
        /*overflow-x: hidden;*/
	}
    
    #Conteneur3{
    	Display:none;
    }
    
    #Conteneur6{
    	Display:none;
    }				
	
	#VerifyPwd{
		max-width: 250px !important;
		line-height: 15pt !important;
	}
    
    #PhoneUsed{
		max-width: 195px !important;
		line-height: 15pt !important;
    }
    
    #EmailUsed{
		max-width: 195px !important;
		line-height: 15pt !important;
    }
	
	.imgsmall2{
		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;
	}
	
	.divimgsmall2{
		margin-top: 5px;
		display:inline-block !important;
		height:80px !important;
		width:80px !important;
	}
	
	.divrdvinfo2{
		display:inline-block !important;
		width: -webkit-calc(100% - 55px) !important;
		width: -moz-calc(100% - 55px) !important;
		width: calc(100% - 55px) !important;
		float:right !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;	
	}
	
	.fit-box{
		position:absolute !important;
		top: 0 !important;
		bottom: 0 !important;
		height: 100% !important;
		width:100% !important;
	}
	
	.height100{
		height:100% !important;
	}
	
	.MaxHeight{

	}
	
	.MaxHeight-rdv{
		position:relative !important;
		height: -webkit-calc(100% - 55px) !important;
		height: -moz-calc(100% - 55px) !important;
		height: calc(100% - 55px) !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;
		/*overflow: auto !important;*/
		overflow: auto !important;	
	}
	
	.fixedBody{
		position:fixed;
	}
	
	h3{
		font-size:21px !important;	
	}
	
	.selectTime{
		font-size:13px !important;	
	}
	
	.FormatikCalendrierEvenement{
		height: 225px;
		width: 100%;
		border-style: solid;
		font-size:16px !important;
	}
    
    .divItem-b{
        font-size: 22px !important;
    }
    
    #ProductPrice{
    	font-size: 22px !important;
    }
	
	#Conteneur2-inner-payment button.btnSuivant,
	#Conteneur2-inner-payment button#btnCommander {
		width: 45% !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: 0 auto;
	border-radius: 0.1px;
	width: 200px;
	height: 125px;
	font-size: 14px;
	display: none; 
	background-color:#fefefe !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: 0 auto;
	border-bottom: 1px solid #e5e5e5;
	padding: 12px 11px 10px 15px;
	font-size: inherit; 
}
  .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:transparent !important;
}
    .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; 
}








/**{font-family: 'Roboto', sans-serif;}*/

@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}

.lblElement{
	position:relative;
    width:255px;	
	max-width: 50%;
	max-width: -webkit-calc(50%) !important;
	max-width: -moz-calc(50%) !important;
	max-width: calc(50%) !important;
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  /*top: 13.33333px;*/
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px; /*40*/
  width: 30px; /*40*/
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
  /*margin-right:10px !important;*/
  margin-top:0px !important;
}

.option-input-x {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  /*top: 13.33333px;*/
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px; /*40*/
  width: 30px; /*40*/
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
  /*margin-right:10px !important;*/
  margin-top:0px !important;
}

.option-input-infoscommande {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  /*top: 13.33333px;*/
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px; /*40*/
  width: 30px; /*40*/
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
  /*margin-right:10px !important;*/
  margin-top:0px !important;
}

/*.button-circle{
  height: 30px !important;
  width: 30px !important;
}

.glyphicon{
	top:-3px !important;
}*/

.option-input-custom {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  /*top: 13.33333px;*/
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 30px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
  margin-right:0px !important;
  margin-top:0px !important;
  float:right;
}

.option-input-address {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  /*top: 13.33333px;*/
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 30px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
  /*margin-right:10px !important;*/
  margin-top:0px !important;
}
 
.option-input:hover {
  background: #9faab7;
}

.option-input-x:hover {
  background: #9faab7;
}

.option-input-infoscommande:hover {
  background: #9faab7;
}

.option-input-custom:hover {
  background: #9faab7;
}

.option-input:checked {
  background: #158238;
}

.option-input-x:checked {
  background: #c3063a;;
}

.option-input-infoscommande:checked {
  background: black;;
}

.option-input-custom:checked {
  background: #158238;
}

.option-input-address:checked {
  background: #158238;
}

.option-input-address:disabled  {
	opacity: 1 !important;
}

.option-input:checked::before {
  height: 30px; 
  width: 30px; 
  position: absolute;
  content: '✓';//⬤
  display: inline-block;
  font-size: 20px;
  text-align: center;
  color:white !important;
}

.option-input-x:checked::before {
  height: 30px; 
  width: 30px; 
  position: absolute;
  content: '✗';//⬤
  display: inline-block;
  font-size: 20px;
  text-align: center;
  color:white !important;
}

.option-input-infoscommande:checked::before {
  height: 30px; 
  width: 30px; 
  position: absolute;
  content: '✓';//⬤
  display: inline-block;
  font-size: 20px;
  text-align: center;
  color:white !important;
}

.option-input-custom:checked::before {
  height: 30px; 
  width: 30px; 
  position: absolute;
  content: '✓';//⬤
  display: inline-block;
  font-size: 20px;
  text-align: center;
  color:white !important;
}

.option-input-address:checked::before {
  height: 30px; 
  width: 30px; 
  position: absolute;
  content: '✓';//⬤
  display: inline-block;
  font-size: 20px;
  text-align: center;
  color:white !important;
}

.checkbox:checked::before {
  content: '✓' !important;//content: '✗' !important;
}

/*.radiocustom:checked::before {
  font-size: 12px;
  line-height:28px;
}*/

.option-input:checked::after {
 /* -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;*/
  background: #158238;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}

.option-input-x:checked::after {
 /* -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;*/
  background: #c3063a;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}

.option-input-infoscommande:checked::after {
 /* -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;*/
  background: #158238;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}

.option-input-custom:checked::after {
 /* -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;*/
  background: #158238;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}

.option-input-address:checked::after {
 /* -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;*/
  background: #158238;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}

.option-input.radiocustom {
  border-radius: 50% !important;
}

.option-input-x.radiocustom {
  border-radius: 50% !important;
}

.option-input.radiocustom::after {
  border-radius: 50% !important;
}

.option-input-address.radiocustom {
  border-radius: 50% !important;
}

/*#divOptions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: box;
  background: #e8ebee;
  color: #9faab7;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  text-align: center;
}
#divOptions div {
  padding: 5rem;
}
#divOptions label {
  display: block;
  line-height: 40px;
}*/

::-webkit-scrollbar {
  width: 10px;
  height: 10px; 
}
::-webkit-scrollbar-button {
    background: #f0f0f0;
}
::-webkit-scrollbar-track-piece {
    background: #f0f0f0;
}
::-webkit-scrollbar-thumb {
    background: #cdcdcd;
}


div{
  scrollbar-width: thin;
}



.noclick * {
	cursor: default !important;
}
.noclick button,
.noclick button * {
	cursor: pointer !important;
}
.noclick .divItem-a:not(.TextProduit):hover {
	color: #158238 !important;
}

#Conteneur6.nosubcat > div.subcat,
#MenuLeft.nosubcat > div.subcat {
	display: none;
}
#Conteneur6.nosubcat > #lstCategory {
	height: calc(100% - 130px) !important;
}
#MenuLeft.nosubcat > #lstCategory-Mobile {
	height: calc(100% - 154px) !important;
}

#Conteneur6 > div.liensenbas {
	/*height: 100px;*/
}

.lblElement {
	vertical-align: top;
}

.divItem-text > p.txt-prix {
	bottom: 50px;
	height: 33px;
	left: 0;
	position: absolute;
	right: 0;
}
@media (max-width: 767px) {
	.divItem-bottom:not([id^="CategoryImg_"]):not([id^="SousCategoryImg_"]) .divItem-a,
	.divItem-bottom-2 .divItem-a {
		height: calc(100% - 65px) !important;
		padding-top: 8px;
	}
	.divItem-text > p.txt-prix {
		height: auto;
	}
	.divItem-col {
		/*float: none;*/
	}
}

@media (min-width: 768px) {
	.divItem-top {
		height: 155px;
	}
	.divItem-a {
		height: 50px !important;
	}
	.divItem-bottom[id^="CategoryImg_"] .divItem-a,
	.divItem-bottom[id^="SousCategoryImg_"] .divItem-a {
		height: 70px !important;
	}
}

.OrderInfo-text-a {
	white-space: pre-wrap;
}

.OrderInfo-text-c{
	white-space: pre-wrap;
}

details summary::-webkit-details-marker {
  display:none !important;
}

label.TextProduit font[color=black] {
	padding-left: .5em;
}

span.prix,
span.nomresto,
span.nomcommande {
	background-color: transparent !important;
}

#Delai1:before,
#Delai2:before {
	content: ".";
	font-size: 0;
}

input#Description::placeholder,
input#DescriptionMain::placeholder {
	text-transform: none;
}

.dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
  box-shadow: 9999px 0 0 -5px;
  animation: dot-pulse 1.5s infinite linear;
  animation-delay: 0.25s;
}
.dot-pulse::before, .dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
}
.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px;
  animation: dot-pulse-before 1.5s infinite linear;
  animation-delay: 0s;
}
.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px;
  animation: dot-pulse-after 1.5s infinite linear;
  animation-delay: 0.5s;
}

@keyframes dot-pulse-before {
  0% {
    box-shadow: 9984px 0 0 -5px;
  }
  30% {
    box-shadow: 9984px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9984px 0 0 -5px;
  }
}
@keyframes dot-pulse {
  0% {
    box-shadow: 9999px 0 0 -5px;
  }
  30% {
    box-shadow: 9999px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9999px 0 0 -5px;
  }
}
@keyframes dot-pulse-after {
  0% {
    box-shadow: 10014px 0 0 -5px;
  }
  30% {
    box-shadow: 10014px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 10014px 0 0 -5px;
  }
}
