html{
	height: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 1;
	width: 100%;
	font-family: Roboto;
	height: 100%;
}

.wrapper {
	overflow: hidden; /* On cache ce qui dépasse */
	margin-bottom: -200px;
	min-height: 100% !important;
	height: auto !important;

}

.wrapper1 {
	/* on va chercher le maximum mais on le cache */
	overflow: hidden;
	padding-bottom: 1500px;
	margin-bottom: -1500px;
	min-height: inherit;
	height: 100%;
}

.interieur {
    height: 100%;
    padding-bottom:1500px;
    margin-bottom: -1500px;
    min-height: 100%;
}

.footerLineHeight{
	line-height: 1.5;
}

#cover{
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.6);
	z-index:20;
	width:100%;
	height:100%;
}

.coverDisplay{
	 display:none;
}

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

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

.bold{
	font-weight: 600;
}

.downArrow{
    position: absolute;
    left: 50%;
    bottom: 2vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    transform: translate3d(-50%, 0, 0px);
    color: white;
    cursor: pointer;
    width: 3em;
    height: 3em;
    background-image: url(../img/scroll.svg);
}

.top-left-logo {
	background-color: #FFF;
	padding-left: 40px;
	float: left;
	padding-top: 22px;
	padding-bottom: 22px;
}

.top-right-menu-padding{
	padding-top: 17px;
	color: black;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-right-menu, .loginButtonResize {
    	font-size: 0.8em;
    }
    .serviceResize {
    	padding-top: 5%;
    	padding-bottom: 5%;
    }
}

button, a {
  cursor:pointer;
}

.top-right-menu:hover{
	cursor:pointer;
}

.menuFont{
	font-family: 'Open Sans';
	font-size: 16px;
	font-style: normal;
}

.menuFont:hover{
	font-weight: bold;
	cursor:pointer;
}

.header {
	padding-right: 40px;
	padding-left: 40px;
	height: 100px;
	width: 100%;
}
.header-sub {
	background-color: #404041;
	padding-right: 40px;
	height: 100px;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 42px;
}

.imgLogoAccueilTop{
	background-image: url("../img/logo/logo-damava-white.png");
}

.imgLogoDamavaTop{
	background-image: url("../img/logo/logo-damava.png");
}

.imgLogoAccueilFooter{
	background-image: url("../img/logo/logo-damava.svg");
}

select{
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    padding-left: 5px;
    background: white;
}

textarea{
	padding: 5px;
}

.logoAccueil{
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	height: 4em;
	width: 150px;
}

/* START - Second Half of the Blue Zone */
#appSection{
  background-color: rgba(143, 215, 215, 1);
}
.Logo2ImageContainer{
  width: 410px;
  display: flex;
  margin: 0 auto;
}
#SecondHalf{
  background-color: rgba(143, 215, 215, 1);
}
#AppsIconsContainer{
  display: flex;
  flex-direction: row;
  width: 75%;
  margin: 0 auto;
  justify-content: space-evenly;
  /* max-width: 1600px; */
}
.RolesContainer{
  display: flex;
  flex-direction: column;
  flex: 0.35;
  align-items: center;
}
.ChatBubbleStyle{
  width: 300px;
  height: 100px;
  font-family: "Roboto Condensed Bold";
  font-size: 30px;
  text-align: center;
  color: #ffffff;
  padding: 15px 0 15px 0;
}
.IconsContainer{
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
}
.AppLogo{
  margin-left: 20px;
}
.AppLogoImg{
  width: 140px;
  height: 140px;
  border-radius: 15px;
}
.StoreIcons{
  height: 150px;
  margin-right: 10px;
}
.Provider{
  margin-top: 10px;
  height: 60px;
}
.TitleContainer{
  margin-top: 10px;
  font-family: "Roboto Condensed Bold";
  font-size: 34px;
  font-weight: 700;
}
@media only screen and (max-width: 900px) {
  #AppsIconsContainer{
    flex-direction: column;
  }
  .TitleContainer{
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 400px) {
  .Logo2ImageContainer{
    width: 300px;
    display: flex;
    margin: 0 auto;
  }
}
/* END - Second Half of the Blue Zone */
/* START - Gift Card Zone */

#top_card_container {
	width: 100%;
	display: flex;
	flex-direction: row;
}
#top_card_container2 {
	width: 100%;
	display: none;
	flex-direction: row;
	justify-content: flex-end;
}
.top_plain_card {
	margin-right: 20px;
}

@media only screen and (min-width: 999px) {
	.small_cards_section {
		width: 55%;
		margin: 3% auto;
		display: flex;
		flex-direction: row;
	}
	.small_cards_half_sections {
		flex: 1;
		display: flex;
		flex-direction: row;
		cursor: pointer;
	}	
	.small_card_area {
		flex: 1;
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	.small_card_title {
		color: #000;
		padding-top: 10px;
		font-size: 18px;
		font-weight: 600;
	}
	.small_card_buy {
		padding-top: 15px;
		padding-bottom: 25px;
		text-shadow: 1px 1px 1px #000;
		color: #84bf41;
		font-size: 18px;
		font-weight: 600;
	}
	
}
@media only screen and (min-width: 787px) and (max-width: 999px) {
	.small_cards_section {
		width: 70%;
		margin: 3% auto;
		display: flex;
		flex-direction: row;
	}
	.small_cards_half_sections {
		flex: 1;
		display: flex;
		flex-direction: row;
		cursor: pointer;
	}	
	.small_card_area {
		flex: 1;
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	.small_card_title {
		color: #000;
		padding-top: 10px;
		font-size: 18px;
		font-weight: 600;
	}
	.small_card_buy {
		padding-top: 15px;
		padding-bottom: 25px;
		text-shadow: 1px 1px 1px #000;
		color: #84bf41;
		font-size: 18px;
		font-weight: 600;
	}
	
}
@media only screen and (min-width: 525px) and (max-width: 787px) {
	.small_cards_section {
		width: 75%;
		margin: 3% auto;
		display: flex;
		flex-direction: column;
	}
	.small_cards_half_sections {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		cursor: pointer;
	}	
	.small_card_area {
		width: 40%;
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	.small_card_title {
		color: #000;
		padding-top: 10px;
		font-size: 18px;
		font-weight: 600;
	}
	.small_card_buy {
		padding-top: 15px;
		padding-bottom: 60px;
		text-shadow: 1px 1px 1px #000;
		color: #84bf41;
		font-size: 18px;
		font-weight: 600;
	}
	#top_card_container {
		display: none;
	}
	#top_card_container2 {
		display: flex;
	}
	.top_plain_card {
		margin-right: 0;
	}
	
}
@media only screen and (min-width: 10px) and (max-width: 525px) {
	.small_cards_section {
		width: 90%;
		margin: 3% auto;
		display: flex;
		flex-direction: column;
	}
	.small_cards_half_sections {
		flex: 1;
		display: flex;
		flex-direction: row;
		justify-content: center;
		cursor: pointer;
	}	
	.small_card_area {
		width: 40%;
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	.small_card_title {
		color: #000;
		padding-top: 10px;
		font-size: 18px;
		font-weight: 600;
	}
	.small_card_buy {
		padding-top: 15px;
		padding-bottom: 60px;
		text-shadow: 1px 1px 1px #000;
		color: #84bf41;
		font-size: 18px;
		font-weight: 600;
	}
	#top_card_container {
		display: none;
	}
	#top_card_container2 {
		display: flex;
	}
	.top_plain_card {
		margin-right: 0;
	}

}

#giftcard_section {
	font-family: "Oswald";
	padding-bottom: 3%;
	display: flex;
	flex-direction: column;
}
.top_offer_card {
	margin: 15px 20px 0 0;
	font-size: 18px;
	color: #b5b5b5;
}
.big_gold_card {
	margin-top: 5%;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.big_gold_card_image {
	width: 300px;
	height: 214px;
	margin: 0 auto;
}
.section_title {
	color: #000;
	width: 60%;
	margin: 2% auto;
	text-align: center;
	font-size: 36px;
	font-weight: 500;
}
.text_1 {
	width: 80%;
	margin: 0 auto 2% auto;
	color: #e6e6e6;
	text-align: center;
	font-size: 18px;
	text-shadow: 1px 1px 1px #000;
	font-weight: 500;
}
.text_2 {
	width: 50%;
	margin: 0 auto 2% auto;
	color: #e6e6e6;
	text-align: center;
	font-size: 16px;
	text-shadow: 1px 1px 1px #000;
	font-weight: 500;
}
.small_card_image_container {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.small_card_image {
	width: 120px;
	height: 93px;
}

.small_card_charged_amount {
	color: #fff;
	padding-top: 3px;
	text-shadow: 1px 1px 1px #000;
	font-size: 24px;
	font-weight: 700;
}
.small_card_charged_amount_other {
	color: #fff;
	padding-top: 3px;
	text-shadow: 1px 1px 1px #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}
.small_card_rebate {
	padding-top: 3px;
	color: #000;
	font-size: 16px;
	font-weight: 600;
}

/* END - Gift Card Zone */

.imgMail{

	background-image: url("../img/ui/button-mail-notif_a.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	height: 35px; /* a modifier pour des em plus tard */
	width: 40px;

}

.imgMail2{

	background-image: url("../img/ui/button-mail-notif_b.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	height: 35px; /* a modifier pour des em plus tard */
	width: 40px;

}

/* .landingTextPosition{ */
/* 	padding-top: 28em; */
/* 	font-family: Roboto Condensed; */
/* 	font-weight: 400; */
/* 	padding-bottom: 8.5em; */

/* } */

/* .landingText1{ */

/* 	font-size: 2.2em; */
/* 	line-height: 1.25; */
/* 	color: white; */
/* 	} */

/* .landingText2{ */

/* 	font-size: 2.2em; */
/* 	line-height: 1.25; */
/* 	color: rgb(215, 223, 35); */
/* } */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .landingTextPosition {

        padding-bottom: 2em;
  		padding-top: 10.5em;
  		padding-left: 30px;
    }

    .landingText1, .landingText2{

    	font-size: 2em;
    }

    .closeButtonResize {

    	margin-left: 52%;
    }

    .closeButtonResize2 {

    	margin-left: 11.2%;
    }
}

/* @media only screen and (min-width: 992px) and (max-width: 1199px) { */
/*     .landingTextPosition { */

/*   		padding-bottom: 2.5em; */
/*   		padding-top: 15em; */
/*   		padding-left: 30px; */
/*     } */

/*     .closeButtonResize { */

/*     	margin-left: 55.9%; */
/*     } */

/*     .closeButtonResize2 { */

/*     	margin-left: 31.7%; */
/*     } */

/* } */



/* .redLandingIconPosition{ */

/* 	background-position: center center; */
/* 	width: 46px; */
/* 	height: 50px; */
/* 	background-size: 100%; */
/* 	background-repeat: no-repeat; */
/* } */

.divCenterAlign{

	margin-left: auto;
	margin-right: auto;
	display: block;

}

/* .imgCareGiverLandingPage{ */

/*   background-position: center bottom; */
/*   height: 606px; */
/*   background-size: 697px 606px; */
/*   background-repeat: no-repeat; */
/*   background-image: url("../img/bkg/Caregiver_Landing3.png"); */
/*   position: relative; */
/*   width: 100%; */
/* } */

.imgCareGiverLandingPagePadding{

	padding-top: 2%;

}

.imgCellLandingPage{

	background-position: center center;
	width: 200px;
	height: 313px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url("../img/bkg/mobile-app-ad.png");
	position: relative;
	top: 56px;
	left: 102px;
	z-index: 10;
}

.menu-sub {
	background-color: #c7dc68;
	height: 70px;
	width: 100%;
	text-align: left;
	padding-left: 40px;
}
.left-pane {
	background-color: #efedec;
	height: auto;
	width: 30%;
	text-align: left;
	padding-left: 40pwidth: 100%;x;
}
/* .footer1 { */
/* 	height: 200px; */
/* 	text-align: left; */
/* 	font-family: 'Open Sans'; */
/* 	font-size: 1em; */
/* 	color: white; */
/* 	padding-top: 34px; */
/* 	min-height: 100%; */
/* } */

/* @media only screen and (min-width: 768px) and (max-width: 991px) { */
/*     .footer1{ */
/*     	font-size: 0.9em; */
/*     } */
/* } */

/* @media only screen and (min-width: 992px) and (max-width: 1199px) { */
/* 	.footer1{ */
/*     	font-size: 0.9em; */
/*     } */
/* } */

.footerPaddingLeft{
	padding-left: 142px;
}


.closeButtonBlack{

	background-image: url("../img/ui/btn-close-black.png");
	width: 30px;
	height: 28px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	float: right;

}

/* .closeButtonWhite{ */

/* 	background-image: url("../img/ui/btn-close-white.png"); */
/* 	width: 20px; */
/* 	height: 20px; */
/* 	background-size: 70%; */
/* 	background-repeat: no-repeat; */
/* 	background-position: right center; */



/* } */

/* .logo { */

/* 	padding-top: 15px; */
/* 	padding-bottom: 22px; */
/* 	width: 100%; */

/* } */

.submenu {

	background-color: rgba(199,220,104,1);
	height: 62px;
	font-family: Roboto;
	font-weight: 600;
	font-size: 18px;
	padding-top: 18px;
	width: 100%;
	z-index: 50;

}

.subMenuCase {

    display:table-cell;


}

.flechePopUp1{

	background-image: url("../img/ui/up-popup-arrow.png");
	background-size: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 16px;
	height: 26px;
}

.flecheposition1{

	position: relative;
	top: -2em;
	left: -2em;

}

.subMenuTexte{
	font-weight: 300;

}

.subMenuTexte:hover{

    font-weight: 600;
}

.active{

	font-weight: bold;

}

	ul {
    padding: 0;
    list-style-type: none;
}

/* 		li,a { */
/* 			display:inline-block; */
/* 			text-align:center; */
/* 		} */
/* 		a { */
/* 			font-weight: 100; */
/* 			text-decoration:none; */
/* 			color:#333; */

/* 		} */
/* 		a:hover { */
/* 			font-weight:bold; */
/* 			text-decoration:none; */
/* 			color:#333; */
/* 		} */
		a::after {
			display:block;
			content:attr(title);
			font-weight:bold;
			height:1px;
			color:transparent;
			overflow:hidden;
			visibility:hidden;
        }

/* .backgroundFooter a { */


/* 	font-family: 'Open Sans'; */
/* 	font-size: 1em; */
/* 	color: white; */

/* 	} */



.sectionname {

	text-align: center;
	background-color: rgba(64,64,65,1);
	height: 100px;
	font-family: Roboto;
	font-size: 36px;
	color: white;
	padding-top: 24px;
}

/* .noPaddingSide{ */

/* 	padding-left: 0px !important; */
/* 	padding-right: 0px !important; */
/* } */

/* .noMarginSide{ */

/* 	margin-left: 0px !important; */
/* 	margin-right: 0px !important; */

/* } */

.normalTexte{

	font-weight: normal;
}

.paddingLeft{

	padding-left: 20px;
}

.bodyZoneGrise{

	/*background-color: rgba(239,237,236,1);*/
	font-family: Roboto;
	font-size: 18px;
	padding-top: 20px;
	height: 100%;
	text-align: left;

	/* a la demande du client */
	max-width: 300px;
}

.flecheLeftTable{

	background-image: url("../img/ui/ArrowLeft1.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 80%;
	width: 30px;
	height: 30px;
	margin-left: 5px;
}

.flecheRightTable{

	background-image: url("../img/ui/ArrowRight1.png");
	background-repeat: no-repeat;
	background-position: right center;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	float: right;
	background-size: 80%;
}

.paddingTable{
	margin-top: 14px;
	margin-left: 20px;
	margin-bottom: 20px;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 600;
	color: rgba(64,64,65,1);
   border-spacing: 20px;
   table-layout: fixed;
}

.paddingTd{

	/*padding-left: 10px;
	padding-right: 10px;*/

}

.paddingTableLeft{

	padding-right: 20px;

}

.paddingTableRight{

	padding-left: 20px;

}

.dayStyle{
	font-size: 14px;
	font-stretch: condensed;
	font-weight: 300;
}

.spacer{
	margin: -5px;
	padding-bottom: 2px;

}

.hoursFocus{
	border-bottom: 1px solid rgba(64,64,65,1);

}

.bottomBorder{

	border-bottom: 1px solid rgba(64,64,65,1);

}

.tdWidth{

	padding-top: 2px;
	padding-bottom: 2px;
	width: 10.45%;

}

.textColor{

	color: rgba(64,64,65,0.4);
}

.white{
	background-color: white;
	 /* a la demande du client */
	max-width: 700px;
	padding-top: 20px;
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-bottom: 1500px;
	margin-bottom: -1500px;
}

.grey{

	background-color: rgba(239,237,236,1);

}

.greyBackground{
	background-image: url("../img/bkg/bkg-50-50.png");
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: repeat-y;
	background-size: 100%;
	padding-bottom: 2000px;
	margin-bottom: -1800px;

}

.disponibilite{

	background-color: rgba(160,217,223,1);
	width: 45%;
	height: 32px;
	margin: -10px;
	z-index: 100;
}

.rouge{

	background-color: rgba(235,79,78,1);
	width: 45%;
	height: 32px;
	margin: -10px;
	z-index: 100;

}

.reserver{

	background-color: rgba(30,148,150,1);
	width: 45%;
	height: 32px;
	margin: -10px;
	z-index: 100;
}

.details-membre{
		background-color: #fff;
		position: absolute;
		box-shadow: 0px 0px 10px #888;
		border-left: 1px solid #BDBDBD;
		border-top: 1px solid #BDBDBD;
		height: 424px;
		font-family: 'Open Sans';
	}

.details-membre1{
		background-color: #fff;
		position: absolute;
		z-index: 9999;
		top: 60px;
		border: 1px solid black;
		right: 100px;
		font-family: 'Open Sans';
	}

.menuDeroulantLigne{

	border-color: rgba(0,0,0,1);
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;

}

.bookingInfoTitle{

		font-weight: 600;
		font-size: 18px;
	}

.bookingInfoTexte{
		font-size: 18px;
		color: rgba(64, 64, 65, 0.4);
	}

.bodyZoneGriseTitle{

	padding-bottom: 20px;
	font-weight: bold;
}

.bookingInfoLink{
		font-size: 18px;
		font-style: italic;
		color: rgba(235,79,78,1);
		text-decoration: underline;

	}

	.infoLink{
		font-style: italic;
		color: rgba(235,79,78,1);
		text-decoration: underline;
		font-size: 0.7em;
	}

.paddingWhiteSection{
/*For more information about Damava, please contact us: ron@damava.com*/
	padding-bottom: 10px;
	padding-top: 10px;

}

.paddingSide5{

	padding-left: 5px;
	padding-right: 5px;
}

.servicesBox{

	padding-left: 10px;
	border: 1px solid black;
	height: 130px;
	padding-right: 0px !important;
	width: 45% !important;
}



.servicesBox:hover{

	background-color: rgba(239,237,236,1);
	box-shadow: 0px 0px 10px #888;
	border: 1px solid transparent;

	}

.servicesBoxSelectButtonEvent:hover {

	background-color: black;
	color: white;


}

.paddingTitleServices{
	padding-top: 10px;

}


.inputSpacing{
	margin-right: 20px;
}

.bookingInfoSpacing{
		padding: 10px 30px;
	}

.bookingInfoSpacingTop{
		padding: 10px 30px 30px 30px;
	}

.bookingInfoSpacingBottom{
		padding: 30px 30px 10px 30px;
	}

.lineSpacingAdjust{
	line-height: 1.42857;
}

.casesCalendrier{

	border: 1px solid #000;
	width: 12.75%;
	text-align: center;
	float: left;

}

.casesCalendrierVides{
	width: 12.2%;
	display: inline-block;
}
/*For more information about Damava, please contact us: ron@damava.com*/

.tableCellpadding{

	padding: 5px 0px;
}

.closeButtonPopUp{

	background-image: url("../img/ui/btn-close-black.png");
	background-size: 100%;
	width: 2em;
	height: 2em;
	background-position: center center;
	background-repeat: no-repeat;

}


/* .headerPopUp{ */

/* 	height: 60px; */
/* 	background-color: rgb(199, 220, 104); */

/* } */

.popUpTitle{

	font-family: Roboto Condensed;
	color: white;
	font-size: 2.3em;
	text-align: center;

}

.divGerantEspace{

	width: 5px;

}

.InfoBloc{

   padding: 2em;
	width: 15em;
	font-size: 1.2em;
	line-height: 1.5;

}

.InfoBlocHelp{

   padding: 2em;
	width: 27em;
	font-size: 1.2em;
	line-height: 1.5;

}
/*For more information about Damava, please contact us: ron@damava.com*/
input[type=checkbox]
{
  -webkit-appearance:checkbox;
}

@media only screen and (min-width: 1200px) {
    /*.centerContent{

    display: -webkit-flex; / Safari /
    -webkit-justify-content: center; / Safari 6.1+ /
    display: flex;
    justify-content: center;

	}*/

	.noMarginLeft{

	margin-left: 0px !important;

	}
}

/*
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .centerContent2{

    display: -webkit-flex;
    -webkit-justify-content: center;
    display: flex;
    justify-content: center;

	}
	
}
*/

:hover {
    transition: all 0.3s ease 0s;
}


.socialmedia {
  display: flex;
  margin: 25px 0 auto;
  width: 25%;
  min-width: 400px;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.socialmedia a {
    width: 33%;
}

.socialmedia a img {
    width: 35px;
    height: 35px;
    color: #ffffff;
}
.socialmedia a img:hover {
    opacity: 0.7;
}