body {
	padding : 0;
	margin : 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #111745;
}
/* Bandeau */ 
header {
	font-size: 0px;
}
.grande_boite {
	width: 1205px;
	margin: auto;
	transition-property: width;
	transition-duration: 1s;
}
.fond_mauve {
	background-color: #D8DBEB;
	height: 240px;
}
/* Bandeau ---  boites pour le bandeau */
.boite_a {
	width: 646px;
	transition-property: width;
	transition-duration: 1s;
	display: inline-block;
	margin-top: 40px;
}
.boite_b {
	width: 404px;
	transition-property: width;
	transition-duration: 1s;
	display: inline-block;
}
.boite_c {
	width: 150px;
	transition-property: width;
	transition-duration: 1s;
	display: inline-block;
}
/* Bandeau ---  boites pour le bandeau images */
.boite_1 {
	width: 240px;
	transition-property: width;
	transition-duration: 1s;
	display: inline-block;
}
.boite_2 {
	width: 480px;
	transition-property: width;
	transition-duration: 1s;
	display: inline-block;
	position: relative;
}
.boite_a img, .boite_b img, .boite_c img, .boite_1 img, .boite_2 img {
	width: 100%;
}
/* Bandeau --- espace liens  */
.espaces_liens {
	position: absolute;
	left: 0px;
	top: 170px;
}
.espaces_liens div {
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #89CC48;
	padding-left: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
}
.espaces_liens a {
	color: #FFF;
	font-size: 17px;
	text-decoration: none;
	line-height: 15px;
}
.espaces_liens a:hover {
	color: #D8DCE7;
}
/*  STYLES  */
h1 {
	font-size: 1.7em;
	color: #103AB3;
	font-weight: normal;
	padding-bottom: 20px;
}
h2 {
	font-size: 1.4em;
	color: #103AB3;
	font-weight: normal;
	margin-top: 20px;
	padding-top: 0px;
}
footer {
	background-color: #a4abcb;
	color: #FFF;
	text-align: center;
	padding: 40px;
}
footer a {
	color: #dfe1ec;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
}
section a {
	color: #6ABA0D;
	text-decoration: none;
}
section a:hover {
	color: #46970E;
}
/* Transitions */
a {
	transition-property: color;
	transition-property: background-color;
	transition-duration: 50ms;
}
blockquote {
	background-image: url(../images/quotes.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 20px;
	font-style: italic;
	padding-left: 50px;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 5px;
	margin-left: 0px;
	padding-top: 3px;
}
hr {
	height: 1px;
	color: #A4ABCB;
	background-color: #A4ABCB;
	border: none;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* menu */
nav {
	display: inline-block;
	width: 240px;
	margin-top: 25px;
}
section {
	display: inline-block;
	vertical-align: top;
	width: 890px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 30px;
	margin-right: 30px;
}
nav ul, nav ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #FFF;
}
nav ul a, nav ul div {
	text-decoration: none;
	color: #111745;
	font-size: 1.1em;
	display: block;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 3px;
}
nav ul div {
	color: #8b8fa7;
}
nav ul a:hover, nav ul a.active {
	background-color: #1838b0;
	color: #FFF;
}
nav ul a.active2 {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #64BA1A;
	border-left-color: #61B81B;
}
nav ul ul a {
	padding-left: 30px;
	height: 1.5em;
	line-height: 1.5em;
	font-size: 0.9em;
}
.social {
	margin-top: 30px;
	margin-bottom: 30px;
}
nav ul.social a:hover, nav ul.social a.active {
	background-color: #fff;
}
/* affichage news page d'accueil */
.home-blog {
	width: 24.5%;
	display: inline-block;
	vertical-align: top;
}
.img-une {
	background-color: #A3AACA;
	height: 133px;
	margin-bottom: 10px;
	margin-right: 8px;
	overflow: hidden;
}
.img-une img {
	display: block;
}
a.img-overlay {
	position: relative;
	display: block;
}
.img-overlay-div {
	cursor: pointer;
	display: block;
	opacity: 0;
	height: 100%;
	max-width: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 40;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	background: rgba(30, 64, 174, 0.6) url(../../images/overlay-icon.png) center no-repeat;
}
.img-overlay-div:hover {
	opacity: 1;
}
.meta-blog {
	float: left;
	margin-right: 8px;
	width: 45px;
}
.home-post-type {
	display: block;
	width: 45px;
	height: 45px;
}
.home-date {
	display: block;
	width: 45px;
	height: 45px;
	padding-top: 8px;
	text-align: center;
	color: #1738B0;
	font-size: 18px;
	background-color: #D8DCE7;
}
.home-date span {
	display: block;
	font-size: 10px;
}
.home-post-type .home-blog-post {
	float: left;
	width: 165px;
}
/* agenda */
.agenda_mois {
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	color: #60BA18;
}
.evenement {
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.evenement .agenda_jour {
	display: inline-block;
	width: 110px;
	font-weight: bold;
	background-color: #FFF;
	background-color: #DBE0F0;
	height: 19px;
	text-align: left;
	padding-top: 15px;
	
	padding-bottom: 15px;
	padding-left: 10px;
}
.evenement .agenda_txt {
	display: inline-block;
	vertical-align: top;
	padding: 5px;
	padding-left: 20px;
}
.evenement p {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
/* activités */

.activite {
	margin-top: 50px;
	margin-bottom: 80px;
}
.align_droite {
	float: right;
}
.activite_date {
	width: 80px;
	height: 140px;
	padding-top: 10px;
	text-align: center;
	float: left;
	color: #1432B2;
	font-size: 25px;
	line-height: 30px;
	background-color: #D8DCE7;
	overflow: hidden;
}
.activite_mois {
	font-size: 11px;
	line-height: 30px;
}
.activite_annee {
	font-size: 15px;
	line-height: 12px;
}
.activite_illustration {
	float: left;
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	max-width: 100%;
}
.activite h2 {
	font-size: 1.4em;
	padding-top: 10px;
}
.bg_gris {
	height: 150px;
	background-color: #EEEEEE;
	width: 100%;
}
article {
	padding-top: 40px;
	padding-bottom: 80px;
}
article .txt {
	padding-left: 5px;
}
article .date {
	color: #ABAFBB;
	padding-top: 10px;
}
.bouton_plus {
	margin-top: 20px;
}
.bouton_retour {
	margin-top: 50px;
}
.myButton {
	background-color: #61BC1B;
	border-radius: 3px;
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 40px;
	padding-bottom: 8px;
	padding-left: 40px;
}
.myButton:hover {
	color: #ffffff;
	background-color: #398514;
	transition-property: color;
	transition-property: background-color;
	transition-duration: 0.1s;
}
.myButton:active {
	position: relative;
	top: 1px;
}


/* galeries photos */
.galerie {
	height: 110px;
	margin-bottom: 30px;
	margin-right: 15px;
	overflow: hidden;
	width: 48%;
	float: left;
}
.galerie .photo_galerie {
	width: 106px;
	height: 106px;
	overflow: hidden;
	text-align: center;
	float: left;
	border: 2px solid #fff;
	margin-right: 10px;
	position: relative;
}
.galerie .photo_galerie:hover {
	border: 2px solid #6eba0d;
}
.galerie .titre_galerie {
	padding-top: 5px;
}
.galerie .nbr_photos {
	font-size: 11px;
	font-style: italic;
	color: #666;
}
.galerie .aff_categorie {
	font-size: 11px;
	font-style: italic;
	color: #1738B0;
}
/* menu catégories de photos */
.menu_categories {
	margin-bottom: 30px;
}
.menu_categories ul {
	padding: 0px;
}
.menu_categories li {
	display: inline-block;
	list-style-type: none;
}
.menu_categories a {
	border-radius: 2px;
	background-color: #D8DBEB;
	display: inline-block;
	margin: 1px;
	color: #1738B0;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.menu_categories a:hover {
	background-color: #6eba0d;
	color: #fff;
}
/* affichage des photos sur la page photos */
.photos .photo {
	width: 135px;
	height: 145px;
	overflow: hidden;
	text-align: center;
	float: left;
	border: 2px solid #fff;
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 10px;
}
.photos .photo:hover {
	border: 2px solid #6eba0d;
}
.photos .photo img {
	text-align:center;
	margin:auto;
	max-width:250px;
	max-height:250px;
}


.only_sm {
	display: none;
}
.espaces_liens .only_sm a {
	color: #89CC48;
}
.espaces_liens .only_sm a:hover {
	color: #fff;
}
 @media screen and (max-width: 1200px) {
/* propriétés pour tablette */
.fond_mauve {
	height: auto;
}
.grande_boite {
	width: 100%;
}
.boite_a {
	width: 53%;
}
.boite_b {
	width: 33%;
}
.boite_c {
	width: 13%;
}
.boite_1 {
	width: 19.98%;
}
.boite_2 {
	width: 39.99%;
}
#slider1_container {
	height: auto;
}
#slider1_container div {
	width: 400px;
	height: auto;
}
.espaces_liens {
	top: 60px;
	transition-property: top;
	transition-duration: 1s;
}
nav {
	width: 25%;
}
section {
	width: 70%;
	margin-left:10px;
	margin-right:0px;
}
.home-blog {
	width: 49%;
	margin-top: 30px;
}
.galerie {
	width: 100%;
}
 @media (max-width: 768px) {
.only_sm {
	display: block;
}
.not_md {
	display: none;
}
.boite_a {
	width: 60%;
}
.boite_b {
	width: 39.8%;
}
.boite_2 {
	width: 49.9%;
}
nav {
	width: 35%;
}
section {
	width: 60%;
}
}
 @media (max-width: 568px) {
.not_sm {
	display: none;
}
.grande_boite {
	width: 100%;
}
.boite_a {
	width: 100%;
}
.boite_b {
	width: 100%;
}
.boite_c {
	width: 100%;
}
.boite_2 {
	width: 100%;
}
nav {
	width: 100%;
}
section {
	width: 100%;
	margin: 8px;
}
.social {
	margin-top: 20px;
	margin-bottom: 5px;
}
footer {
	width: 100%;
	color: #fff;
	background-color: #a4abcb;
	display: block;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
.home-blog {
	width: 100%;
}
.img-une {
	background-color: #A3AACA;
	height: auto;
}
}
