

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, s
trike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;font-family: Lato;
	font-size:18px; color: #1d1d1b; line-height: 170%;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong, b{font-weight: bold;}
i{font-style: italic;}

/*header*/
#Banner .bannerContent{border-bottom: 1px solid #003F35; padding-top: 20px; padding-bottom: 20px; margin-bottom: 40px;}
#Banner .bannerContent.bannerLoged{border: 0;margin-bottom: 0;}
.headerLogo{max-width: 177px;}
.choiceLanguage{text-align: right;  margin-bottom: 15px; }
.choiceLanguage a{padding: 5px; font-size: 12px; cursor: pointer;}
.choiceLanguage .Cur{background:#003f35; color:#fbd7c9; cursor: default;}
header h1{font-family: "DM Serif Text"; font-size: 30px; color:#003F35; line-height: normal; text-align: right;}
header h1 span{font-family: Lato; font-size: 18px; display: block; color:#003F35; margin: -6px 0 0 0;}
td.Erreur{color:#a31111;}

/*page content*/
.no-padding{padding: 0!important;}
.half-padding{padding: 0 .5rem !important;}
.contentSection{ border:1px solid #003f35;margin-left: -1px; font-family: Lato; line-height: 170%; font-size: 16px; height: 100%; padding: 0 2rem 5px 2rem; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);}

/*page login*/
#Login h2{font-family: "DM Serif Text"; font-size: 24px;}
#formValideLogin{ color: #003F35; margin: 20px 0 0 0;}
.blocFormLogin{background: #fbd7c9; border-radius: 5px; font-size: 16px; padding: 20px; margin-top: 10px;}
.footerLogin{text-align: center;margin: 40px 0 0 0; font-size: 16px;}
.footerLogin a{color: #003F35; font-weight: bold;}
input{margin: 5px 0;}
#formValideLogin .cta{text-align: right; margin: 0 0 0 0;}
.blocFormLogin input[type="password"], .blocFormLogin input[type="text"]{width: 50%}
.mdpReset{text-align: center;  margin: 20px 0 0 0;}
.mdpReset a{color: #003F35; font-weight: bold;}
#motdepasse{margin-top: 40px;}
.intituleLogin{font-size: 14px; font-weight: bold;}


/*formulaire*/
input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text] ,  input[type=date] {background: #fff;
	border: 1px solid #c4c4c4;
	border-radius: 5px;
	padding: 9px 2%;
	width: 96%;
	font-family: Lato; font-size: 16px;
}
input[type=submit], .boutonSubmit{background:#003F35; color: #fbd7c9; border-radius: 4px; padding: 15px 30px; border: 0; font-size: 18px; font-family: Lato; cursor: pointer; height: auto; display: inline-block;}
.checkbox-custom {display: block; position: relative;padding-left: 35px; color:#003f35;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.checkbox-custom input {position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0;}
.checkbox-custom .checkmark {position: absolute;	top: 0;	left: 4px;	height: 23px;	width: 23px;	background-color: #fff;	border: 1px solid #003F35;	border-radius: 4px;}
.checkbox-custom:hover input ~ .checkmark {
	background-color: #fff;
}
.checkbox-custom input:checked ~ .checkmark {
	background-color: #003F35;
}

.checkbox-custom .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox-custom input:checked ~ .checkmark:after {
	display: block;
}

.checkbox-custom .checkmark:after {
	left: 7px;
	top: 6px;
	width: 10px;
	height: 10px;
	border-width: 0 3px 3px 0;
	background: url("../images/rebranding/icon/checkbox-radio-p.svg") no-repeat center center #003F35;
}


.radio-custom {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.radio-custom input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom radio button */
.radiomark {
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 24px;
	background-color: #fff;
	border: 1px solid #003F35;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */


/* When the radio button is checked, add a blue background */
.radio-custom input:checked ~ .radiomark {
	background-color: @pink-ae;
	background: url("../images/rebranding/icon/checkbox-radio-p.svg") no-repeat center center #003F35;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiomark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-custom input:checked ~ .radiomark:after {
	display: block;
}


.styled-select{line-height:normal; display: inline-block;  overflow:hidden; height:40px; border-radius: 3px; border:1px solid #C4C4C4; position: relative; background: #fff;}
.styled-select select{width:110%; border:0; height:39px; text-indent: inherit; background:none;-webkit-appearance: none; margin:0;  cursor:pointer; padding: 9px 40px 9px 9px ; font-family: Lato; font-size: 16px; position:relative;}

.styled-select:before, .selectCalendar:before{background: url(../images/rebranding/icon/arrow_down_select.svg) no-repeat #fff; height: 26px; width:26px; position: absolute; right:10px; content: ""; top:50%; margin:-13px 0 0 0;}

.selectpromo{line-height:normal; display: inline-block; height:40px; border-radius: 3px; border:1px solid #C4C4C4; padding: 0 10px 0 0;  background: #fff;}


/*bouton*/
.button{border-radius: 4px; font-size: 16px;  text-align: center; padding: 10px 15px; cursor: pointer;}
.greenButton, .greenButton a{ color: #fbd7c9; background: #003F35;}
.greyButton, .greyButton a{ color: #003F35; background: #f7f7f7;}
.pinkButton, .pinkButton a{color: #003F35; background: #fbd7c9;}
.pinkButton a, .greyButton a, .greenButton a{display: block;}
.linkButton, .linkButton a { color: #003F35; padding: 0; }
.linkButton, .linkButton a:hover { color: #000; }
/*nav page*/
.mainNav{background: #003F35; color: #fff; padding: 20px 0; margin-bottom: 40px;}
.mainNav div.OngletOn,.mainNav div.OngletOff,.mainNav div.OngletActualiteOff,.mainNav div.OngletActualiteOn{display: inline-block; cursor: pointer;}
.mainNav  .OngletOff:hover{color: #fbd7c9; border-bottom: 1px solid #fbd7c9;}

.mainNav .OngletActualiteOn, .mainNav .OngletOn{color:#fbd7c9; border-bottom: 1px solid #fbd7c9;}
.mainNav .navOnglet{text-align: right;}
.mainNav .navOnglet div{margin: 0 5px;}


	/*footer*/
#Bottom footer{text-align: center; font-size:14px!important; margin: 100px 0 0 0; background: #003F35; padding: 20px 0; color: #fbd7c9;}
#Bottom footer a{color: #fbd7c9;}