
/* ============== contenu =====*/


.breadcrumb{color:#93898a;font-size:.875rem;margin-top:1rem;margin-bottom:1rem;border:1px solid #e6e6e6}.breadcrumb a{color:#93898a}.breadcrumb__item{display:inline-block;flex:0 0 auto}.breadcrumb__item:not(:first-child)::before{content:"/";display:inline-block;margin-left:.625rem;margin-right:.625rem}




#navOnglet{margin:20px 0;overflow:hidden;border-bottom:2px solid #aaa;list-style:none;padding:0;font-size:11px;clear:both;display:flex;flex-wrap:wrap}#navOnglet li{float:left;border-right:1px solid #aaa;border-top:1px solid #aaa;border-bottom:1px solid #aaa;margin-bottom:-1px;flex-grow:1}#navOnglet li:first-child{border-left:1px solid #aaa;border-radius:5px 0px 0px 0px}#navOnglet li:last-child{border-radius:0px 5px 0px 0px}#navOnglet li a{display:block;padding:5px 10px;color:#aaa;display:flex;justify-content:center;align-items:center;flex-grow:1}#navOnglet li a:hover{text-decoration:none;background:#efefef;color:#555555}#navOnglet li.active a{background:#aaa;cursor:normal;color:#fff}



/* ============== index_numerote =====*/
#global{
	overflow:hidden;
	width:500px;
	margin:0 auto;
	text-align:center;
	vertical-align: middle;
}

#index{
	float:left;
	overflow:hidden;
	clear:none;
}

.pas_encours{
	/* border-radius: 2px; */
	border:1px solid #aaa;
	width:20px;
	/* height:25px; */
	display: block;
	float:left;
	background:url(/graph/site/fond_onglet.png) repeat-x left;
	margin-right:3px;
	font-size:0.9em;

}

.pas_encours:hover{
	background:url(/graph/site/fond_onglet_encours.png) repeat-x left;
}

.encours{
	border-radius: 3px;
	border:1px solid #aaa;
	width:20px;
	/* height:25px; */
	display: block;
	float:left;
	background:url(/graph/site/fond_onglet_encours.png) repeat-x left;
	color:#747474;
	margin-right:3px;
	font-weight:bold;
	font-size:0.9em;
	text-align:center;
}



/* ============== index_suivant_precedent =====*/
#navLoop{
	overflow:auto;
	clear:both;
	font-size:12px;
	margin:20px 0;
}

#navLoop .prev, #navLoop .next {
	background-color:#efefef;
	background-repeat:no-repeat;
	display:block;
	border:1px solid #aaa;
	color:#555555;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

#navLoop .prev {
	background-image:url('/imgs/pictos/fleche_prec_sp.png');
	background-position:5% center;
	padding:3px 10px 3px 15px;
	float:left;
}

#navLoop .next {
	background-image:url('/imgs/pictos/fleche_suiv_sp.png');
	background-position:95% center;
	padding:3px 15px 3px 10px;
	float:right;
}

#navLoop .prev:hover, #navLoop .next:hover {
	text-decoration:none;
	background-color:#dbdbdb;
}


/* ============== index_menu_deroulant =====*/
#navForm {
	text-align:center;
	clear:both;
	margin:20px 0;
	font-size:13px;
}

#navForm select {
	background:#ffffff;
	border:1px solid #bec5d5;
	outline:none;
	padding:3px;
}

#navForm input[type="submit"] {
	background:#777;
	color:#fff;
	font-weight:bold;
	border:none;
	width: 5%;
	border-radius: 10px;
	padding:5px 7px;
	cursor:pointer;
	-moz-box-shadow:inset 0px 0px 1px 0px #fff;
	-webkit-box-shadow:inset 0px 0px 1px 0px #fff;
	box-shadow:inset 0px 0px 1px 0px #fff;
}

#navForm input[type="submit"]:hover {
	background:#555;
}

.custom-dropdown--large {
    font-size: 1.5em;
}

.custom-dropdown--small {
    font-size: .7em;
}

.custom-dropdown__select{
    font-size: inherit; /* inherit size from .custom-dropdown */
    padding: .5em; /* add some space*/
    margin: 0; /* remove default margins */
}

.custom-dropdown__select--white {
    background-color: #fff;
    color: #444;
}

@supports (pointer-events: none) and
      ((-webkit-appearance: none) or
      (-moz-appearance: none) or
      (appearance: none)) {

    .custom-dropdown {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

    .custom-dropdown__select {
        padding-right: 2.5em; /* accommodate with the pseudo elements for the dropdown arrow */
        border: 0;
        border-radius: 3px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .custom-dropdown::before,
    .custom-dropdown::after {
        content: "";
        position: absolute;
        pointer-events: none;
    }

    .custom-dropdown::after { /*  Custom dropdown arrow */
        content: "\25BC";
        height: 1em;
        font-size: .625em;
        line-height: 1;
        right: 1.2em;
        top: 50%; margin-top: -.5em;
    }

    .custom-dropdown::before { /*  Custom dropdown arrow cover */
        width: 2em;
        right: 0; top: 0; bottom: 0;
        border-radius: 0 3px 3px 0;
    }

    .custom-dropdown__select[disabled] {
        color: rgba(0,0,0,.3);
    }

    .custom-dropdown.custom-dropdown--disabled::after {
        color: rgba(0,0,0,.1);
    }

    /* White dropdown style */
    .custom-dropdown--white::before {
        top: .5em; bottom: .5em;
        /* background-color: #fff; */
        border-left: 1px solid rgba(0,0,0,.1);
    }

    .custom-dropdown--white::after {
        color: rgba(0,0,0,.9);
    }

    /* FF only temp fix */
    @-moz-document url-prefix() {
        .custom-dropdown__select              { padding-right: .9em }
        .custom-dropdown--large .custom-dropdown__select { padding-right: 1.3em }
        .custom-dropdown--small .custom-dropdown__select { padding-right: .5em }
    }
}


.header_img{display:flex;justify-content:center;max-width:100%}.header_img img{object-fit:cover}#formulaire .header h1{margin:0;font-weight:normal;font-size:40px}#formulaire .header p{margin-top:35px;font-size:14px}#formulaire .content{padding:40px 0}@media only screen and (max-width: 1400px){#formulaire{margin:20px 232px}}@media only screen and (max-width: 1100px){#formulaire{margin:20px 10px}}#form.normal form{margin:50px auto}#form.normal form .blockForm{background:#eaeaea;padding:10px;overflow:hidden}#form.normal form .blockForm p{position:relative;overflow:hidden}#form.normal form .blockForm+.blockForm{margin-top:5px}#form.normal form .blockForm label{display:block;color:#555555;font-size:18px}#form.normal form .blockForm textarea{background-color:#fff;width:100%;height:150px;margin-top:10px;border:none;padding:5px;font-family:Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif}#form.normal form .blockForm select,#form.normal form .blockForm input[type="text"],#form.normal form .blockForm input[type="email"]{background-color:#fff;width:100%;margin-top:10px;border:none;padding:5px;font-family:Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif}#form.normal form .blockForm input[type="radio"]{position:absolute;top:50%;left:0;transform:translateY(-50%)}#form.normal form .blockForm input[type="radio"]+label{padding-left:20px}#form.normal form .blockForm em{margin-top:5px;display:block;font-size:12px}#form.normal form #submit{text-align:center}#form.normal form #submit input[type="submit"]{background:#e55c30;display:inline-block;margin:20px 10px;padding:10px 15px;border:none;color:#fff;font-size:16px;cursor:pointer}#form.normal form #submit input[type="submit"]:hover{-moz-box-shadow:inset 0 0 15px 0 rgba(0,0,0,0.3);-webkit-box-shadow:inset 0 0 15px 0 rgba(0,0,0,0.3);-o-box-shadow:inset 0 0 15px 0 rgba(0,0,0,0.3);box-shadow:inset 0 0 15px 0 rgba(0,0,0,0.3)}#form.normal form #submit input[type="button"]{background:#e55c30;display:inline-block;margin:20px auto;padding:10px 15px;border:none;color:#fff;font-size:16px;cursor:pointer}#form.normal form #submit input[type="button"]:hover{-moz-box-shadow:inset 0 0 15px 0 rgba(0,0,0,0.3);-webkit-box-shadow:inset 0 0 15px 0 rgba(0,0,0,0.3);-o-box-shadow:inset 0 0 15px 0 rgba(0,0,0,0.3);box-shadow:inset 0 0 15px 0 rgba(0,0,0,0.3)}#form.normal form input[type="checkbox"]+label{display:inline-block}


