@font-face { 
    font-family: 'latoregular';
    src: url('../fonts/lato-reg-webfont.ttf') format('truetype')
}

@font-face {
  font-family: 'Lato Light';
  src: url('../fonts/lato-lig.eot');
  src: url('../fonts/lato-lig.eot?#iefix') format('embedded-opentype'),
       url('../fonts/lato-lig.woff') format('woff'),
       url('../fonts/lato-lig.ttf')  format('truetype'),
       url('../fonts/lato-lig.svg#svgFontName') format('svg');
}

html{
	height:100%;
}

body {
	background-color: #072B43;
	color: white;
	font-family: 'latoregular', Helvetica, Arial;
	font-size:0.9em;
	height:100%;
	margin:0px;
	font-size:0.9em;

}

#content{
	background-color: #173F59;
	margin-right: auto;
	margin-left: auto;
	max-width:1024px;
	min-height:100%;
	border-bottom:0.8em solid #FFD800;
	clear:both;
}

/*Modification du focus, pour une couleur jaune*/
/*:focus {
	outline:#FFD800 solid medium;
}*/

input:focus {
border: 2px solid #ffd800;
box-shadow: 0 0 3px #ffd800;
outline: medium none !important;
}
textarea:focus {
border: 2px solid #ffd800;
box-shadow: 0 0 3px #ffd800;
outline: medium none !important;
}

a {
	color:white;
}

a:hover {
	color:#FFD800;
}

.lien_back {
	color:white;
	font-size:1.1em;
	margin-left:0.3em;
}

/*Limite la longueur pour les listes déroulante*/
li {
	max-width:55em;
}

p {
	margin:10px 0 10px 0;
}

/*Limite la largeur d'un paragraphe*/
p.txt{
	max-width:55em;
	margin-top: 2em;
}


#header {
	width:99%;
	padding-top:2em;
	margin-bottom:2em;

}

#h_logo {
	width:40%;
	float: left;
	margin-left:2em;
	margin-bottom:0;
	clear:both;
}

#h_logo img{
	max-width:100%;
	clear:both;
}

#h_logo p{
	font-size:1.3em;
	font-weight:bold;
	margin-top:0;
	margin-left:0.2em;
}

#h_dates {
	float:right;
	width:40%;
	margin-right:2em;
	text-align:right;
}

#h_dates  img{
	max-width:100%;

}
#form{
	padding: 2em;
	clear:both;
}

h2 {
	margin-top:2.5em;
	margin-bottom: 5px;
	/*padding-bottom:0.5em;
	border-bottom:1px solid white;*/
}

hr { color: #5E8D57; font-size: 1em; border-color: #5E8D57; background-color: #5E8D57; margin-top: 0px; padding: 0px; } /* #5E8D57 */

h3 {
	margin-top:2em;
}

.mandatory {
	color:#ED7F51;
	padding-right:0.2em;
	font-size:1.2em;
	font-weight:bold;
}

.spe_mandatory {
	margin-top:2em;
}

.nb_benevoles {
	display:inline;
	float:right;
	width:20em;
	max-width:95%;
	height:auto;
	margin:0 0 2em 2em;
	padding:0.3em;
	border:1px solid #fff;
	background-color: #072B43;	
}

.nb_benevoles p{
	text-align:center;	
}

.nb_benevoles p.nb{
	font-size:1.3em;
	color:#FFD800;
	font-weight:bold;
}

/*Style des éléments de formulaire*/
label{
	text-align:right;
	width:18%;
	min-width:150px;
	float:left;
	padding-right:1em;
	cursor:pointer;
	height:auto;
}


fieldset { 
	border:0px;
	padding-left:0;
}

fieldset.btnradio  ul {
	float:left;
	margin:0;
	padding-left:0;
	padding-top:0;
}

fieldset.btnradio ul.decal {
	float:none;
	margin-left:20%;
}

fieldset.btnradio li{
	float:left;
	width:auto;
	display:inline;
	list-style-type:none;
	padding:0;
	margin:0;
}

fieldset.btnradio label {
	text-align:left;
	float:none;
	display:inline;
	padding-right:3em;
	width:auto;
	font-size:1.1em;
}

fieldset.btnradio legend {
	padding-right:1em;
	color:white;
	width:12em;
	text-align:right;
	float:left;
	max-width:90%;
}

fieldset.btnradio legend.long {
	text-align:left;
	color:white;
	float:left;
	padding-top:0.2em;
	width:99%;
}

.long{
	text-align:left;
	float:left;
	padding-top:0.2em;
	width:99%;
	margin-bottom:0.5em;
}

input {
	padding-left:0.2em;
	margin-right:0.3em;
	height:1.3em;
	border:2px inset #072B43;
	border-radius:4px;
	max-width:90%;
}

.cplt{
	text-align:left;
	width:20%;
	padding-top:0.2em;
	padding-left:0.3em;
	height:1.4em;
}

input.std {
	width: 300px;
}

input.inter {
	width: 120px;
}

input.small {
	width: 60px;
}

input.mini {
	width: 30px;
}


textarea.comm {
	width:50%;
	height:5em;
	min-width:200px;
	padding-left:0.3em;
	/*border:1px inset #072B43;*/
	border-radius:4px;
}

.decal {
	float:none;
	margin-left:10%;
}

/*Extrait charte bénévole*/
blockquote {
	border-bottom:1px dashed #fff;
	border-left:1px dashed #fff;
	padding:0.3em;
	width: 75%;
	padding-top:0px;
	padding-left:0.9em;
	margin:2em auto 2em auto;
}

/*style pour les zones d'acceptation de charte et droit à l'image*/
.important {
	display:block;
	width:30em;
	max-width:90%;
	min-height:45px;
	height:auto;
	margin:2em auto 0 auto;
	padding:0.2em;
	border:1px solid #fff;
	background-color: #072B43;	
}

.long_important label,
.important label{
	text-align:left;
	float:left;
	padding:0.5em;
	width:auto;
	height:2em;
}

/*mise en avant occupant la quasi-totalité de la largeur*/
.long_important {
	display:block;
	width:50em;
	max-width:90%;
	height:auto;
	margin: 1em auto 1.5em auto;
	padding:0.3em;
	border:1px solid #fff;
	background-color: #072B43;	
}


.long_important p{
	margin-left:0.3em;;	
}

.btn_final{
	margin-top: 3em;
}

/*style du bouton du formulaire*/
input[type="submit"]
{
	border: #fff 2px solid;
	background-color:#FFD800;
	width: auto;
	height:auto;
	margin-left: 20%;
	cursor:pointer;
	padding:1em;
}

input[type="submit"]:hover
{
	background-color:#173F59;
	color:#FFD800;
	border: #FFD800 2px solid;
}

/*style du bouton reset du formulaire*/
input[type="reset"]
{
	border: #fff 1px solid;
	background-color:#FFD800;
	width: auto;
	height:auto;
	margin-left: 0%;
	cursor:pointer;
	padding:0.2em;
}

input[type="reset"]:hover
{
	background-color:#173F59;
	color:#FFD800;
	border: #FFD800 1px solid;
}

/*style modifié pour les boutons radio*/
input[type="radio"]
{
	width:1.2em;
	height:1.2em;
	border:0;
}

input[type="radio"]:checked + label 
{
	color:#FFD800;
}

input[type="radio"]:hover +label
{
	color:#FFD800;
}


input[type="checkbox"]
{
	width:1.2em;
	height:1.2em;
	margin-left:1em;
}

/*style pour la mention cnil en bas du formulaire*/
.cnil {
	max-width:100%;
	margin-top:35px;
	padding: 0.3em;
	font-size:0.85em;
	border-top:1px dotted #fff;
}

.error { font-weight: bold; background-color: #F00; color: #FFF; }
.ok { font-weight: bold; background-color: #0A0; color: #FFF; }

/* DATE 1/12/2015*/

.rowwithpadding:first-child {position: relative;} 

.dates {position: relative; width: auto; top: 1em; right: 2em;float:right;font-family: 'latoregular', Helvetica, Arial;}

.dates p {font-size: 1.3em; margin: 0 0 0 10px;}
@media(max-width: 767px) {.dates p {font-size: 1.1em;}}

.dates p:first-child {
		display: flex;
		-webkit-display: flex;
		-ms-display: flex;
		margin: 0;
	}
	
.dates time {
		font-size: 450%;
		line-height: 1;
		color: #FFD800;
	}
	
@media(max-width: 767px) {.dates time {
		font-size: 250%;
	}
}
	
.dates time:first-of-type::after {
		position: relative;
		top: -2rem;
		font: 40% 'Lato Light', Helvetica, Arial, sans-serif;
		content: "&";
		color: #FFF;
		padding: 0 0.1em 0 0.2em;
	}

@media(max-width: 767px) {.dates time:first-of-type::after {
		top: -1rem;
	}
}
	
.dates span {float: right; /*for IE*/ padding: 0.1em 0 0 0.3em;}

.dates span, .dates strong {
		display: block;
		font: 165%/1 'Lato Light', Helvetica, Arial, sans-serif;
		color: #FFF;
	}
.dates strong {font-size: 100%;}

@media(max-width: 767px) {.dates span, .dates strong {
		display: block;
		font: 110%/1 'Lato Light', Helvetica, Arial, sans-serif;
		color: #FFF;
	}
}

.tick { 
        border: 1px solid transparent; /*follows slide handle style for sizing purposes*/
        position: absolute;
        width: 1.2em;
        margin-left: -.6em;
        text-align:center;
        left: 0;
        color:white;
    }
	
.ui-slider-horizontal .ui-slider-range {
    background-color: #FFD800;
}

.commentaire-donnees-perso { width: 30%; float: right;}
@media(max-width: 767px) {.commentaire-donnees-perso { width: 100%;}}