/*
bleu foncé : #2f5662
bleu clair : #00b6eb
vert : #8db459
*/
@import url("header_footer.css?3");

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, strike, 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;
}
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;
}

html {
  font-family: "Open Sans", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  font-size: 62.5%;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  text-align: justify;
  background: #ffffff;
}

b, strong {
  font-weight: bold;
}

i
{
font-style: italic;
}

a {
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
text-decoration: none;
}

a img {
  border: none;
}



ol, ul {
margin: 10px 0 10px 20px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, section, summary {
  display: block;
}

*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: -moz-inline-stack;
  display: inline-block;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0.5em 0;
  line-height: 1.1em;
  font-weight: 300;
  text-align: left;
}

h1 {
  font-size: 25px;
  font-size: 2.5rem;
}

h2 {
  font-size: 22px;
  font-size: 2.2rem;
}

h3 {
  font-size: 20px;
  font-size: 2rem;
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
}

h5 {
  font-size: 16px;
  font-size: 1.6rem;
}

h6 {
  font-size: 14px;
  font-size: 1.4rem;
}

p {
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  /*width: auto;*/
}

iframe {
  max-width: 100%;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  margin-right: 10px;
 /* float: left;*/
  text-align: left;
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  height: 140px;
  resize: none;
}

label {
 /* display: block;*/
}

input, textarea {
  padding: 3px 5px;
  max-width: 100%;
  border: 1px solid #b1b1b1;
}

sub
{
vertical-align: sub;
font-size: 90%; 
line-height: 100%; 
}

sup
{
vertical-align: super;
font-size: 90%;
line-height: 10%; 
} 

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

/*#######################################################*/

body
{
font-family: "Open Sans", sans-serif;
}

a
{
color: #8db459;
text-decoration: none;
}

a:hover
{
color: #000;
}


hr
{
border: none;
border-bottom: dotted 1px #ccc;
}

.transition,
button,
.faqDuMois,
.faqDuMois span,
.faqDuMois h3
{
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}

.wrap
{
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  position: relative;
  padding: 0 50px;
}

main#main
{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}

main#main, #leftCol, #contenu
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*------------------------------- leftCol ----------------------------------*/

#leftCol
{
	width: 25%;
	margin: 15px 0 0 0;
	padding: 0 15px;
	float: left;
}

#leftCol .colTitle
{
	width: 100%;
	margin: 20px 0 -4px 0;
	display: block;
	position: relative;
	z-index: 2;
}

#leftCol .colTitle:first-child
{
	margin-top: 0;
}


#leftCol #eventsMenu
{
	text-align: center;
	list-style: none;
	margin: 0;
}

#leftCol #eventsMenu li
{
	
}

#leftCol #eventsMenu li a
{
	display: block;
	border-bottom: dotted 1px #aaa;
	font-size: 13px;
	font-size: 1.3rem;
	color: #777;
	padding: 5px 0;
}

#leftCol #eventsMenu li a:hover
{
	background: #eee;
	color: #000;
}

#leftCol .blockActusList
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #777;
	padding-bottom: 10px;
}

#leftCol .blockActusList li
{
	padding: 8px 0 4px 0;
	margin: 0;
	border-bottom: dotted 1px #ccc;
	line-height: 16px;
	font-size: 11px;
	font-size: 1.1rem;
}

#leftCol .blockActusList li h3
{
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-size: 1.4rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bolder;
	color: #999;
}

#leftCol .blockActusList li span
{
	display: block;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	font-size: 1.2rem;
}

#leftCol .blockActusList li a
{
	color: #fa4832;
}

#leftCol .calendar
{
	/*margin-top: 10px;*/
}

/*------------------------------- contenu ----------------------------------*/

#contenu
{
	width: 75%;
	margin: 0;
	padding: 15px 15px 0 15px;
	float: right;
	color: #2f5662;
}

#contenu h1
{
  font-size: 25px;
  font-size: 2.5rem;
  /*font-weight: bolder;*/
  color: #8db459;
}

#contenu h2
{
  font-size: 21px;
  font-size: 2.1rem;
  /*font-weight: bolder;*/
  color: #00b6eb;
}

#contenu h3
{
  font-size: 19px;
  font-size: 1.9rem;
  color: #000;
}

#contenu h4
{
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
}

#contenu ul
{
list-style: none;
margin-left: 0;
}

#contenu ul li
{
background: transparent url(../charte/puce.png) 8px 5px no-repeat;
padding-left: 20px;
}

/*------------------------------- carousel ----------------------------------*/

header .index-carousel
{
	width: 100%;
	margin: 0;
}

header .index-carousel .index-carousel-cell
{
	width: 100%;
}

header .index-carousel .index-carousel-cell img
{
	width: 100%;
	height: auto;
	display: block;
}

/*------------------------------- Accueil ----------------------------------*/

#accueilBlocs
{
	display: table;
	width: 100%;
	margin-top: 15px;
}

#accueilBlocs .accueilBloc
{
	display: table-cell;
	padding: 0 15px 0 15px;
	vertical-align: top;
}

#accueilBlocs .accueilBloc h2
{
	/*background: #8db459;*/
	padding: 10px 10px;
	margin: 15px;
	color: #2f5662;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bolder;
	text-align: center;
}

#accueilBlocs #accueilBloc1
{
	width: 57%;
	border-right: dotted 1px #ccc;
}

#accueilBlocs .accueilBloc h2:before
{
display: block;
margin-top: -5px;
}

#accueilBlocs #accueilBloc1 h2:before
{
	content:url(../charte/picto-objectifs-2.png);
}

#accueilBlocs #accueilBloc2 h2:before
{
	content:url(../charte/picto-axes-2.png);
}
/*--------------------------------- Contact ---------------------------------*/

#mailForm
{
	margin: 0;
	background: #e0e6e8;
	padding: 15px;
	border-radius: 10px;
}

#mailForm .addressBlock
{
text-align: center;
margin-bottom: 20px;
}

#mailForm .addressBlock h3
{
text-align: center;
}

#mailForm #inputTextDiv
{
width: 47%;
margin: 0 1%;
float: left;
text-align: right;
}

#mailForm #inputTextDiv input[type=text]
{
width: 220px;
display: inline-block;
margin: 0 0 5px 0;
}

#mailForm #inputTextDiv label
{
display: inline-block;
}

#mailForm #messageArea
{
width: 47%;
margin: 0 1% 0px 1%;
height: 170px;
}

#mailForm #messageArea_label
{
display: none;
}

#mailForm button[type=submit],
#mailForm input[type=submit]
{
width: 100px;
margin: 15px auto 0 auto;
display: block;

}

#mailForm #champsObl
{
font-size: 12px;
font-size: 1.2rem;
font-style: italic;
clear: both;
padding-top: 20px;
}

#mailForm #label_email2,
#mailForm #email2
{
	position: absolute!important;
	top: -10000px!important;
	left: -10000px!important;
	display: none!important;
}

.erreur
{
color: #cc0000!important;
font-weight: bolder;
}

/*--------------------------------- Bureau ---------------------------------*/

.bureauDiv
{
	width: 40%;
	margin: 0 5% 15px  5%;
	float: left;
	border: solid 1px #ddd;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
}

.bureauDiv h2, .bureauDiv h3
{
	text-align: center;
}

/*--------------------------------- FAQ ---------------------------------*/

#faqList span
{
	color: #8db459;
	font-weight: bolder;
	padding-bottom: 8px;
	display: block;
}

.faqDuMois
{
	position: absolute;
	z-index: 1;
	width: 100%;
	background-color: rgba(0, 0, 0, .6);
	text-align: center;
}

.faqDuMois:hover
{
	background-color: rgba(0, 0, 0, .8);
}

.faqDuMois a
{
	display: block;
	color: #fff;
	padding: 20px;
}

.faqDuMois h3
{
	color: #8db459;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 29px;
	font-size: 2.9rem;
	text-align: center;
}

.faqDuMois span
{
	color: #fff;
	font-size: 25px;
	font-size: 2.5rem;
}


.faqDuMois:hover h3
{
	color: #fff;
}

.faqDuMois:hover span
{
	color: #8db459;
}

/*--------------------------------- Adhesion ---------------------------------*/

#adhesion_form
{
	text-align: right;
	background: #e0e6e8;
	padding: 15px 0;
	border-radius: 10px;
}

#adhesion_form input[type=text], #adhesion_form input[type=password]
{
	width: 50%;
	margin: 5px 9% 5px 3%;
}

#adhesion_form button[type=submit]
{
	margin: 10px auto 0 auto;
	display: block;
}

#adhesion_form div.civilite
{
	text-align: center;
}
#adhesion_form div.civilite input[type=radio]
{
	margin: -2px 4px 0 2px;
	vertical-align: middle;
}

#adhesion_form p
{
	text-align: center;
	padding: 15px 15px 0 15px;
}

/*--------------------------------- Connexion ---------------------------------*/

#connect_form
{
	text-align: right;
	background: #e0e6e8;
	padding: 15px 0;
	border-radius: 20px;
}

#connect_form input[type=text], #connect_form input[type=password]
{
	width: 50%;
	margin: 5px 17% 5px 3%;
}

#connect_form button[type=submit]
{
	margin: 10px auto 0 auto;
	display: block;
}

/*--------------------------------- form buttons ---------------------------------*/


button[type=submit],
input[type=submit]
{
	padding: 3px 10px;
	margin: 0 10px 0 0;
	color: #8db459;
	font-size: 14px;
	font-size: 1.4rem;
	border: solid 1px #8db459;
	background: #fff;
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #eef4e6 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%,#eef4e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#eef4e6',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 0 0 1px #FFFFFF inset;
	-webkit-box-shadow: 0 0 0 1px #FFFFFF inset;
}

button[type=submit]:hover,
input[type=submit]:hover
{
	background: #fff;
	color: #fff;
	border-color: #2f5662;
	text-decoration: none;
	border-color: #2f5662;
	background-image: -webkit-linear-gradient(top, #eef4e6 0%, #FFFFFF 100%);
	background-image: linear-gradient(to bottom, #eef4e6 0%,#FFFFFF 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef4e6', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, -1px -1px 0 rgba(188, 42, 77, 0.2);
	color: #2f5662;
}

button[type=submit]:before,
input[type=submit]:before
{
	font-family:'FontAwesome';
	margin: 0 5px 0 0;
}

.fa-envelope:before
{
	content:"\f0e0";
}

/*--------------------------------- Captcha ---------------------------------*/

#captchaInput
{ 
width: 2.5em; 
margin: 0 20px 0 5px;
} 

.captchaDiv
{
	display: table;
	margin: 10px auto;
	text-align: center;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

.captchaDiv b
{
	display: inline-block;
	margin-top: 10px;
	font-style: italic;
}

.captchaDiv input[type=text]
{
	margin-bottom: 10px!important;
}

/*############################### < 1100 ####################################*/

@media screen and (min-width: 1px) and (max-width: 1100px)
{



}

/*############################### < 1020 ####################################*/

@media screen and (min-width: 1px) and (max-width: 1020px)
{

#contenu
{
	width: 100%;
}

#mailForm #inputTextDiv input[type=text]
{
width: 60%;
}

}


/*################################ < 767 ###################################*/



@media screen and (min-width: 1px) and (max-width: 767px)
{

header .index-carousel
{
	display: none;
}

#accueilBlocs
{
	display: block;
}

#accueilBlocs .accueilBloc
{
	border-top: dotted 1px #ccc;
	margin-top: 20px;
	display: block;
}

#accueilBlocs #accueilBloc1
{
	width: auto;
	border-right: none;
}

#mailForm
{
	background: none;
	padding: 0;
}

#mailForm #inputTextDiv
{
width: 100%;
margin: 0;
float: none;
text-align: left;
}

#mailForm #inputTextDiv input[type=text]
{
width: 98%;
margin: 5px -1px;
padding: 3px 1%;
}

#mailForm #messageArea
{
width: 98%;
margin: 5px -1px;
float: none;
height: 150px;
padding: 1%;
}

#mailForm #messageArea_label
{
display: block;
}

#adhesion_form,
#connect_form
{
	text-align: left;
	padding: 0;
	background: none;
}

#adhesion_form input[type=text], #adhesion_form input[type=password],
#connect_form input[type=text], #connect_form input[type=password]
{
	width: 100%;
	margin: 5px -1px;
	width: 98%;
	padding: 3px 1%;
}

}

/*################################ < 500 ###################################*/



@media screen and (min-width: 1px) and (max-width: 500px)
{

}


/*################################ < 370 ###################################*/



@media screen and (min-width: 1px) and (max-width: 370px)
{

}


/*################################ < 290 ###################################*/



@media screen and (min-width: 1px) and (max-width: 290px)
{


}

/*################################ PRINT ###################################*/

@media print
{

}