.nomarge,
.nmr { margin-right: 0 !important;}
.credit {
	font-size: 10px;
	color:#999;
	font-family: arial, sans-serif;
}

/* SLIDER */
header .bg1, header .bg2  {
  height: 248px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -999;
  background-width: 100%;
}
header .bg1 {background: url('../design/bg1.jpg') no-repeat center !important;}
header .bg2 {background: url('../design/bg2.jpg') no-repeat center !important;}

img { max-width: 100%; }



/* OUTILS */
/* margin top & bottom */
.mtb10 {margin-top: 10px;margin-bottom: 10px}
.mtb20 {margin-top: 20px;margin-bottom: 20px}
.mtb30 {margin-top: 30px;margin-bottom: 30px}


/* margin left */
.ml0 {margin-left: 0}
.ml10 {margin-left:10px}
.ml20 {margin-left:20px}
.ml30 {margin-left:30px}


/* margin right */
.mr0 {margin-right: 0}
.mr10 {margin-right:10px}
.mr20 {margin-right:20px}
.mr30 {margin-right:30px}
.mr70 {margin-right:70px}
.mr100 {margin-right:100px}


/* margin-top */
.mt0 {margin-top: 0;}
.mt10 {margin-top:10px}
.mt20 {margin-top:20px}
.mt30 {margin-top:30px}


/* margin-bottom */
.mb0 {margin-bottom: 0;}
.mb10 {margin-bottom:10px}
.mb20 {margin-bottom:20px}
.mb30 {margin-bottom:30px}
.mb50 {margin-bottom:50px;}
.mt100 {margin-top: 100px;}


/* padding top bottom */
.ptb10 {padding-top: 10px;padding-bottom: 10px;}
.ptb20 {padding-top: 20px;padding-bottom: 20px;}
.ptb30 {padding-top: 30px;padding-bottom: 30px;}
html sup { font-size: .7em; }
p.date-article {
	font-size: .8em;
	font-style: italic;
	font-family: arial, sans-serif;
}



/* liens partenaires logo */
h2.partenaires {margin-top:30px}
h3.titre-logo {margin-top: 0;}
h3.titre-logo a {*border: none; *text-decoration: none;}
ul.partenaires {margin-bottom:30px;overflow: hidden;}
.process h3 {color: #0a1755; text-align: center;}
.process div:hover h3 {color: #0a1755;}



/* LOGO */
header nav #logo img {
	position: absolute;
	top: 0;
	left: 30px;
}
.smalll {font-size: .8em;}
.tal {text-align: left !important;}

/* Adaptation */

header nav ul li a.first,
header nav ul li a.social {
	font-size: 1.7em;
	line-height: 53px;
	display: block
}
header nav ul li a.first {
	margin-top: 7px;
	-webkit-border-radius: 40px;
   	-moz-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
}
header nav ul li a.social {
  margin-top: -1px;
  padding: 10px 20px;
}
header nav ul li a.fb {
  display: block;
  padding: 18px 30px 17px;
  background-color: #3b579d;
}
header nav ul li a:hover.fb {  background-color: #4b70cc;}

header nav ul li a.tw {
  display: block;
  padding: 18px 15px 17px;
  background-color: #55acee;
}
header nav ul li a:hover.tw {
    background-color: #7ebff0;
}



aside h2:first-child {margin-top: 0;}
h2.news-liste {
	border:none;
	clear: none;
	padding: 0 0 7px;
	margin-bottom: 0;
	line-height: 20px;
}



/* COUNTDOWN MISE EN FORME */
header.front-page { height: 400px;}
#header-global {
	width: 100%;
	height: 185px;
	position: relative;
	margin-top: 140px;
}
#header-bottom-date {
	width: 1000px;
	background: transparent;
	color: #555555;
	font-size: 32px;
	position: absolute;
	bottom: 0;
	z-index: 999;
}
#header-bottom-date p {
  background: #FFFFFF;
  font-size: 0.9em;
  line-height: 1em;
  margin: 0 auto;
  padding: 10px 0 0 0;
  text-align: center;
  width: 400px;
}
#header-bottom-txt {
	display:block;
	height: 25px;
	font-size: 11px;
	font-family: arial, sans-serif;
	color: #ffffff;
	background: #cc3d00;
	background: rgba(204,61,0,.9);
  	width: 980px;
	padding: 0 10px;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	bottom: 0;
}
#header-bottom-txt > span.fll { display:none }
span#defaultCountdown ~ span { display: inline; }
span#defaultCountdown br {display: none;}
span#defaultCountdown .countdown_section {
	padding: 0 5px;
}
.content h2:first-child {margin-top: 30px;}
ul.list-deco { 	list-style: square;	padding-left: 30px;}
ul.list-deco li { margin-bottom: 5px; }
div.process div:last-child {margin-right: 0;}
div#article {font-size: 1.15em;	color: #7a7a7a;}
div#article h2 {
	font-family: 'Oswald',sans-serif;
	text-transform: uppercase;
	margin-top: 10px;
	color: rgb(204,61,0);
}
div#article h3 {
	color: rgb(120,120,120);
	text-align: left;
	margin: 20px 0;
}
div#article ul { list-style: square; margin: 20px 0 20px 40px;}
div#article ul li {padding: 3px 0;}



/* TABLEAUX SPIP */
div#article table {
	font-family: arial, sans-serif;
	font-size: .8em;
	width: 100%;
	border: 1px solid #dddddd;
}
div#article table thead tr th {
	height: 40px;
	background: rgb(204,61,0);
	color: #ffffff;
	vertical-align: middle;
}
div#article table tbody tr {border: 1px solid #dddddd;}
div#article table tbody tr:nth-child(even) {background: #f5f5f5;}
div#article table tbody tr:nth-child(odd) {background: #e8e8e8;}
div#article table tbody tr:last-child {background: rgba(204,61,0,.9); color: #ffffff;}
div#article table tbody tr:hover {background: #ffffff;border-bottom: 1px solid #bbbbbb;}
div#article table tbody tr:last-child:hover {background: rgba(204,61,0,.9); color: #ffffff;}
div#article table td {padding: 5px;vertical-align: top;}
div#article table td:first-child,
div#article table td + td {text-align: center;}
div#article table td + td + td {text-align: left;}
div#article table td + td + td ~ td {text-align: right;}



/* BLOCS PICTOS ACCUEIL */
div.process {padding-top: 10px;	padding-bottom: 20px;}
div.process > div:last-child {margin-right: 0;}
div.process > div img {margin-top: 20px; margin-bottom: 20px;}



/* GALERIES PHOTOS & VIDEO */
ul#galerie-rub li { padding: 10px;}
ul#galerie-rub li:hover {background: rgb(240,240,240);}
ul#galerie-rub li a span {
  	font-family: 'Oswald', sans-serif;
  	text-transform: uppercase;
  	font-size: 1.6em;
}
p.mini-accroche {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 0;
  text-align: center;
}
h2.accroche {text-align: center;font-style: italic; font-size: 2.3em;}



/* STYLE SPIP */
.spip_documents_right {margin: 20px 0 20px 20px;display: inline-block;}
.spip_documents_left {margin: 20px 20px 20px 0;display: inline-block;}
.spip_documents_center {margin: 20px 0;display: inline-block;}
div#profils ul.spip { list-style: square; margin: 20px 0 20px 40px;}



/* TABS */
.tabbable{*zoom:1;}.tabbable:before,
.tabbable:after{display:table;content:"";}
.tabbable:after{clear:both;}
.tab-content{display:table;width:100%;}
.tab-content>.tab-pane{display:none;}
.tab-content>.active{display:block;}
.nav-tabs,.nav-pills{*zoom:1;}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after{display:table;content:"";}
.nav-tabs:after,.nav-pills:after{clear:both;}
.nav-tabs>li,.nav-pills>li{float:left;}
.nav-tabs>li>a,.nav-pills>li>a{padding-right:12px;padding-left:12px;margin-right:2px;line-height:14px;}
.nav-tabs{border-bottom:1px solid #ddd;height: 27px;}
.nav-tabs>li{margin-bottom:-1px;}
.nav-tabs>li>a{
	padding-top:8px;
	padding-bottom:8px;
	line-height:18px;
	border:1px solid transparent;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
	}
.nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #dddddd;}
.nav-tabs>.active>a,
.nav-tabs>.active>a:hover{
	color:#555555;
	background-color:#ffffff;
	border:1px solid #ddd;
	border-bottom-color:transparent;
	cursor:default;
}
.tab-content table {width: 100%; margin-top: 50px;}
.tab-content table tbody tr:first-child {background: #cc3d00; color:#ffffff;}
.tab-content table tbody tr {border: 1px solid #dddddd; background: #ffffff;}
.tab-content table td {padding: 5px;vertical-align: top;}
.tab-content table td:first-child,
.tab-content table td + td {text-align: center;}
#bandeau-logo { width: 1000px;margin: 0 auto;text-align: center;}
.fll {float: left;}
.flr {float: right;}
.body {position: relative;}
.body div.langue {
	position: absolute;
	top: -25px;
	right: 0;
	padding: 5px 2px 5px;
	background: #0A1755;
	color: #444444;
	font-family: arial, sans-serif;
	text-transform: capitalize;
	font-size: .7em;
	width: 85px;
	z-index: 9999;
}
.body div.langue div {
	display: inline-block;
	border-right: 1px dotted #dddddd;
}
.body div.langue div:last-child { border: none; }
footer .content {width: 960px; padding: 15px 20px 0;}
footer.footer a {color: #ffffff;}
footer.footer a:hover {text-decoration: underline; }
form input[type="text"], form textarea, form input[type="email"] {
  -moz-box-sizing: border-box;
  border-color: #CCCCCC #CCCCCC #DDDDDD;
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 1px;
  display: block;
  font-family: Helvetica Neue,Helvetica,sans-serif;
  font-size: 11px;
  margin-bottom: 10px;
  padding: 10px 5px;
  transition: all 0.25s ease-in-out 0s;
  width: 100%;
}
form input[type="submit"], button.submit {
  background: #CC3D00;
  border: medium none;
  color: #FFFFFF;
  display: block;
  font-family: 'Oswald',sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  width: 25%;
}

#formidable_contact_1_textarea_1 {
	margin-top: .5rem;
}
label.editer-label {
	font-family: 'Oswald',sans-serif;
}

.editer_email_1, .editer_input_1 {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

/* Le label prend sa largeur naturelle */
.editer_email_1 .editer-label, .editer_input_1 .editer-label{
  flex-shrink: 0;
  min-width: 150px; 
  margin-bottom: 0;
}


.editer input[type="text"],
.editer input[type="email"] {
  flex: 1;
  width: 100%;
}


.editer p[hidden] {
  display: none;
}


@media screen and (max-width: 599px) {
  .editer {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
  }
  
  .editer .editer-label {
    min-width: auto;
    margin-bottom: 0.25rem;
  }
}
form input[type="submit"]:hover, button.submit:hover {
	cursor: pointer;
	background: #e76832;
}
.formulaire_menu_lang {
	display: none;
	margin-left: 12px;
}
.formulaire_menu_lang label {display: none;}
#var_lang {
  background: #0a1755;
  border: none;
  color: #ffffff;
  font-size: 10px;
  margin: 0 0 0 -12px;
  width: 80px;
}
ul.partenaires li img {
	text-align: center;
	margin: 0 auto;
}

#velovallee {
	background-color: #eee;
	padding: 20px;
	text-align: center;
}
#velovallee .hero {
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	vertical-align: middle;
	text-align: center;
	color: #cc3d00;
	margin-right: 30px;
}
#velovallee img {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

/* 
NEWSLETTER 
div#newsletter {
  background: none repeat scroll 0 0 #EEEEEE;
  padding: 20px 20px 25px;
  margin-top:  0;
}
div#newsletter h2 {
	margin-top:  0;
	border: 0;
}
div#newsletter h3 {
	text-align: left;
	padding-left: 30px;
	margin-bottom: 20px;
}
div#newsletter div p {
	text-align: left;
	padding-left: 30px;
}
#newsletter > p {
  padding: 0 10px 0 30px;
}
#newsletter > div {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 10px;
  width: 95%;
}
*/

/* NEWSLETTER - BALISES MAILCHIMP 
#mc-embedded-subscribe-form h2,.indicates-required {display: none;}
#mce-EMAIL {
  display: block;
  float: left;
  font-weight: 300;
  padding: 14px 0 14px 10px;
  width: 66%
}
#thecache {position: absolute;left: -99999px;top: -9999px;}
div.annulation {
  font-size: 1.2em;
  padding: 2em 8em 4em;
}
*/

/* mise en forme bandeau PDF ANGLAIS */

.prez-en p{
    height: 60px;
    line-height: 60px;
}
.prez-en img {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    bottom: -6px;
}


/* galerie */

.galerie-item {
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.galerie-item > * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.galerie-item img {
	width: 100%;
	height: auto;
}

header nav #logo img {
	max-width: 220px;
	height: auto;
}


/* RUBRIQUE GALERIE ----------------------------- */
#galerie * { box-sizing: border-box; }
#galerie {
	width: 100%;
	padding: 30px 20px;
	background-color: transparent;
}
#galerie .gal-hero {
	width: 100%;
	height: 350px;
	margin: 30px 0;
	padding: 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#galerie .gal-item {
	width: 470px;
	margin: 30px 60px 30px 0;
	height: 300px;
	position: relative;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#galerie .gal-item:nth-child(even) { margin-right: 0; }
#galerie .gal-link {
	display: block;
	position: absolute;
	background-color: rgba(0,0,0,0);
	top: 0; right:0; bottom: 0; left: 0;
	transition: 400ms ease all;
	overflow: hidden;
}
#galerie .gal-link:hover {background-color: rgba(0,0,0,.2);}
#galerie .gal-link span {
	display: inline-block;
	padding: 10px 20px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	background-color: rgba(0,0,0,.9);
	color: #fff;
}