/*
Theme Name: Pays de Falaise
Author: Net Conception
Author URI: https://wwW.net-conception.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800');

/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

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, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #f1f1f1;
	position:relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

#advanced_menu-2 ol,
#advanced_menu-2 ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}



fieldset {
	min-width: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote {
    border-left: 4px solid #707070;
    color: #707070;
    font-size: 20px;
    font-style: italic;
    line-height: 1.8182;
    margin: 0 0 35px 0px;
    padding-left: 17px;
}
blockquote p {
    margin-bottom: 35px;
}
blockquote > p:last-child {
    margin-bottom: 0;
}


a:hover,
a:focus,
a:active {
	outline: 0;
}

a img {
	border: 0;
}
img {
    max-width: 100%;
    height: auto;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

body {
  margin:0px;
  padding:0px;
  background-color:#f3f3f3;
}

p, div, td {
  color:#333;
 font-family: 'Open Sans', sans-serif;
  font-size:14px;
  font-weight:300;
}
p.nomargin {
	margin:0;
}
.spacer {
  clear:both;
}

a {
  color:#333;
  text-decoration:none;
}
a:hover,a:focus {
  color:#000;
  text-decoration:none;
}
.d-flex {
	display:flex;
}
#page_int_colonne_gauche ul {
	list-style-type:none;
}

.entry-content table,
.entry-content th,
.entry-content td{
	border: 1px solid #eaeaea;
}
.entry-content ol {
	padding-left:15px;
}
.entry-content table a {
	color: #333;
}

.entry-content table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 28px;
	width: 100%;
    max-width: 100% !important;
    display: inline-block;
}

.entry-content table th,.entry-content th,
.entry-content table caption {
	border-width: 0 1px 1px 0;
	font-weight: 700;
	padding: 7px;
	text-align: left;
	vertical-align: baseline;
}

.entry-content table td,
.entry-content td {
	border-width: 0 1px 1px 0;
	padding: 7px;
	vertical-align: baseline;
}
h1 { /* titre de la page */
  min-height:55px;
	text-align:center;
	display:block;
	font-size:24px;
	font-weight:700;
	color:#000;
	background-position:center bottom;
	background-repeat:no-repeat;
	margin:0px 0px 20px 0px;
	padding:0px 0px 20px 0px;
}
.gris h1{
	background-image:url(images/puce_menu_gris.png);
}
.bleuf h1{
	background-image:url(images/puce_menu_bleu_fonce.png);
}
.bleu h1{
	background-image:url(images/puce_menu_bleu.png);
}
.jaune h1{
	background-image:url(images/puce_menu_jaune.png);
}
.rouge h1{
	background-image:url(images/puce_menu_rouge.png);
}
.vert h1{
	background-image:url(images/puce_menu_vert.png);
}
.violet h1{
	background-image:url(images/puce_menu_violet.png);
}

hr {
	margin: 10px 0 10px 0;
}
hr.split {
	height: 20px;
	margin: 10px 0 10px 0;
	background:url(images/puce_menu_bleu_fonce.png) center center no-repeat;
	border:0;
}
.gris hr.split{
	background:url(images/puce_menu_gris.png) center center no-repeat;
}
.bleuf hr.split{
	background:url(images/puce_menu_bleu_fonce.png) center center no-repeat;
}
.bleu hr.split{
	background:url(images/puce_menu_bleu.png) center center no-repeat;
}
.jaune hr.split{
	background:url(images/puce_menu_jaune.png) center center no-repeat;
}
.rouge hr.split{
	background:url(images/puce_menu_rouge.png) center center no-repeat;
}
.vert hr.split{
	background:url(images/puce_menu_vert.png) center center no-repeat;
}
.violet hr.split{
	background:url(images/puce_menu_violet.png) center center no-repeat;
}

h2 {
	padding:2px 7px;
	width:auto;
	font-weight:700;
	font-size:18px;
    line-height: 24px;
	color:#FFF;
	text-transform:uppercase;
	display:inline-block;
	margin:15px 0;
	text-align:left;
}
h2 a {
	color:#ffffff;
}
h2 a:hover {
	color:#ffffff;
}
.gris h2{
	background-color:#CCC;
}
.bleuf h2{
	background-color:#17608f;
}
.bleu h2{
	background-color:#00b4c3;
}
.jaune h2{
	background-color:#ffd200;
}
.rouge h2{
	background-color:#cc1100;
}
.vert h2{
	background-color:#9ac323;
}
.violet h2{
	background-color:#9c0068;
}
.jaune h2.entry-title {
	background: none;
	padding:2px 0px;
}
.jaune h2.entry-title a {
	background: #ffd200;
    line-height: 37px;
    padding: 4px;
}
h3 {
	padding:0;
	width:auto;
	font-weight:700;
	font-size:16px;
	color:#FFF;
	text-transform:uppercase;
	display:inline-block;
    margin: 15px 0;
}
.gris h3{
	color:#CCC;
}
.bleuf h3{
	color:#17608f;
}
.bleu h3{
	color:#00b4c3;
}
.jaune h3{
	color:#ffd200;
}
.rouge h3{
	color:#cc1100;
}
.vert h3{
	color:#9ac323;
}
.violet h3{
	color:#9c0068;
}

p {
    margin: 0 0 10px;
}
.alignright {
    float: right;
    margin: 7px 0 28px 28px;
}
.alignleft {
    float: left;
    margin: 7px 28px 28px 0;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 7px auto;
}
.background_bleufonce{
	background-color:#17608f;
}
.background_violet{
	background-color:#9c0068;
}
.background_vert{
	background-color:#9ac323;
}
.background_jaune{
	background-color:#ffd200;
}
.background_rouge{
	background-color:#cc1100;
}
.background_bleu{
	background-color:#00b4c3;
}
._mt60 {
	margin-top:60px;
}
.datepicker-dropdown {
	z-index:99999 !important;
}
.page-template-page_popin {
	margin:30px auto;
}
.page-template-page_popin .conteneur_full {
	padding:15px;
}
.pagination>li>a, .pagination>li>span {
	color:#333;
}
.pagination {
    display: block;
    padding-left: 0;
    margin: 20px auto;
    border-radius: 4px;
    text-align: center;
}
.pagination .page-numbers {
	display:inline-block;
	vertical-align: top;
	min-width:30px;
	padding:5px;
	border:1px solid #eee;
	border-radius: 2px;
}
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
.entry-content {
    display: inline-block;
    width: 100%;
    max-width:640px;
}
.conteneur_full .entry-content {
    display: inline-block;
    width: 100%;
    max-width:100%;
}
/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}
.liste_reemploi {
	display:inline-block;
	vertical-align: top;
	width:100%;
	margin-bottom:20px;
}
.action_reemploi {
	display:inline-block;
	vertical-align: top;
	background:#eee;
	width: 120px;
	height:110px;
	padding:5px;
    margin: 0 4px;
	text-align: center;	
	transition:all .3s;
}
.action_reemploi:hover,.action_reemploi.active {
	background:#9AC323;
	cursor:pointer;	
	color:#fff;
}
.action_reemploi img{
	max-width:100%;
	height:auto;
}
.action_reemploi span.txt {
	display:inline-block;
	vertical-align: top;
	width:100%;
	font-size:12px;
	padding:3px 0;
	text-transform: uppercase;
}
.type_check {
	display: inline-block;
	vertical-align: top;
	width:auto;
	text-align:left;
	margin:5px 10px 5px 0;
}
.acf-map h4 a {
	color:#9AC323;
	font-weight:bold;
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
  display:inline-block;
  vertical-align: top;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: .1em; left: .2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #17608f;
  transition: all .2s;
}
.gris [type="checkbox"]:not(:checked) + label:after,
.gris [type="checkbox"]:checked + label:after {
  color: #CCC;
}
.bleu [type="checkbox"]:not(:checked) + label:after,
.bleu [type="checkbox"]:checked + label:after {
  color: #00b4c3;
}
.jaune [type="checkbox"]:not(:checked) + label:after,
.jaune [type="checkbox"]:checked + label:after {
  color: #ffd200;
}
.rouge [type="checkbox"]:not(:checked) + label:after,
.rouge [type="checkbox"]:checked + label:after {
  color: #cc1100;
}
.vert [type="checkbox"]:not(:checked) + label:after,
.vert [type="checkbox"]:checked + label:after {
  color: #9ac323;
}
.violet [type="checkbox"]:not(:checked) + label:after,
.violet [type="checkbox"]:checked + label:after {
  color: #9c0068;
}



/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #eee;
  background-color: #efefef;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}


.form-group {
	display: inline-block;
	width:100%;
}
.form-group label{
	display: inline-block;
	width:100%;
	font-weight:bold;
}
.form-group input[type=text]{
	max-width:100%;
	width:350px;
	padding:5px;
}

/*** PORTRAIT ***/
.profil_portrait{
	position:relative;
	z-index:10;
	height:96px;
	width:96px;
	margin:0 15px 0 0;
	background-position:center;
	background-image:url(images/photo1_tete.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	border-radius:48px;
	border: 2px solid #FFF;
	display:inline-block;
	vertical-align: middle;
}
.portrait blockquote {
	display:inline-block;
	width:80%;
	margin:0;
	vertical-align: middle;
	padding:25px 10px;
}
.netc_portrait .btn_portrait{
	background:#17608F;
	color:#fff;
	width:215px;
	position:absolute;
	top:17px;
	right:30px;
    font: 700 16px/24px 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding:5px 10px;
}
.video {
	display:inline-block;
	width:100%;
	text-align:center;
}

.entete_associations{
	border-left:4px solid #717171;
	color:#717171;
	margin:5px 0px 15px 0px;
	padding-left:10px;
	font-style:italic;
}
.lieux{
	min-height:35px;
}
.liste_categorie_association b{
	color:#000;
	
	/*float:left;*/
	/*width:auto;*/
	font-weight:600;
}
.liste_categorie_association{
	display:contents;
	/*float:left;*/
	width:auto;
	font-weight:600;
	padding-bottom:10px;
}
.liste_categorie_association a.lienSport{
	display:inline-block;
	background-color:#FFD200;
	color:white;
	padding:2px 5px;
	margin:2px;
	font-weight:600;
	line-height:20px;
	white-space: pre-wrap;
	/*white-space: nowrap;*/
	/*float:left;*/
}
.liste_categorie_association a.lienSport:hover,.liste_categorie_association a.lienSport_actif,.liste_categorie_association a.lienSport_actif:hover{
	background-color:#C9C9C9;
}
.liste_categorie_association .boutonSport,.liste_categorie_association .boutonSport_actif{
	display:inline-block;
	background-color:#FFD200;
	color:white;
	padding:2px 5px;
	margin:2px;
	font-weight:600;
	line-height:20px;
	white-space: pre-wrap;
	border:0px ;
	/*white-space: nowrap;*/
	/*float:left;*/
}
.liste_categorie_association .boutonSport:hover,.liste_categorie_association .boutonSport_actif,.liste_categorie_association .boutonSport_actif:hover{
	background-color:#C9C9C9;
}
.image_assoc{
	width:299px;
	margin:-1px;
	height:150px;
	overflow:hidden;
	display: flex;
	justify-content:center;
	align-content:center;
	flex-direction:column;
}
.liste_association {
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.liste_association .commune{
	width:auto;
}
.liste_association article {
	width:300px;
	margin-bottom:25px;
	background:#ffffff;
	border-bottom: 4px solid #ffd200;
	border-left: 2px solid #CFCFCF;
	border-right: 2px solid #CFCFCF;
	border-top: 2px solid #CFCFCF;
}
.liste_association article .content {
	display: inline-block;
	width:100%;
	min-height: 175px;
	padding:15px 7px;
	margin-top:0px;
	background:#ffffff;
	/*text-align: center;*/
}
.liste_association article .content h2{
	background:none;
	color:#fff;
	background-color: #ffd200;
	/*text-align: center;*/
	text-transform: none;
}
.liste_association article .content .categorie{
	
	display: inline-block;
	background:none;
	font-weight:bold;
	font-size:16px;
	color:#333;
	/*padding:5px;
	background-color: #f3f3f3;/**/
	/*text-align: center;*/
	text-transform: none;
}
.liste_association article .content .commune,.liste_association article .content .plaquette{
	
	display: inline-block;
	background:none;
	color:#333;
	padding:5px;
	background-color: #CDCDCD;
	/*text-align: center;*/
	font-weight:bold;
	text-transform: none;
}
.liste_association article .content .responsable,.liste_association article .content .telephone,.liste_association article .content .email,.liste_association article .content .site,.liste_association article .content .plaquette{
	
	display: inline-block;
	color:#333;
	padding:2px;
}
.liste_association article .content .plaquette{
	
	margin-top: 14px !important;
	text-transform:UPPERCASE;
	padding:7px 10px;
}
.liste_association article .content .plaquette:hover{
	background-color: #ffd200;
}
.h2association{
    font-size: 16px !important; 
	text-transform:UPPERCASE !important;
	margin: 0px 0px 10px 0px  !important;
	padding: 2px 7px !important;
}
.h2association a{
	padding:0px !important;
	line-height: 16px !important;
}

.liste_portrait {
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.liste_portrait article {
	width:48%;
	margin-bottom:25px;
}
.liste_portrait article .picture {
	display:inline-block;
	width:100%;
	height:200px;
	background-size:cover;
	background-position: center center;
}
.liste_portrait article .content {
	display: inline-block;
	width:100%;
	min-height: 175px;
	padding:15px 7px;
	margin-top:-5px;
	background:#f3f3f3;
	text-align: center;
}
.liste_portrait article .content h2{
	background:none;
	color:#17608f;
	text-align: center;
	text-transform: none;
}
.liste_portrait article .content h2 a{
	color:#17608f;
	font-size:16px;
	text-align: center;
	text-transform: none;
}
.liste_portrait article .content a.btn {
	margin-top:10px;
	background:#17608f;
	font-weight:700;
	border-radius:0;
	color:#fff;
	text-transform:uppercase;
}
/*** AGENDA ***/
.agenda-content .date {
	display:inline-block;
	width:100%;
	font-weight:bold;
}
.agenda-content a.readmore {
	display: inline-block;
    width: 100%;
    text-align: right;
    font-style: italic;
    font-weight: 400;
    transition: .5s;
}
.agenda-content .more-link {
	display:inline-block;
	width:100%;
	text-align:right;
	margin-top:10px;
}
.agenda-content .more-link:after {
	content: '>';
	padding-left:2px;
	margin-top:2px;
	margin-left:0px;
	margin-right:10px;
	transition: .5s;
    display: inline-block;
    vertical-align: middle;
}
.agenda-content .more-link:hover:after {
	margin-right:0;
	margin-left:10px;
}
.agenda-content .picture {
	display:inline-block;
	vertical-align: top;
	width:25%;
}
.agenda-content .content {
	display:inline-block;
	vertical-align: top;
	width:70%;
}
.agenda .picture {
	display:inline-block;
	vertical-align: top;
	width:29%;
}
.agenda .picture img {
	width:100%;
	height:auto;
	margin-bottom:15px;
}
.agenda .content {
	display:inline-block;
	vertical-align: top;
	width:70%;
	padding-left:15px;
}
.agenda .date {
	display:inline-block;
	width:100%;
	font-weight:bold;
}

.netc_agenda .entry-content .prev-event {
	float:left;
	width:49%;
	padding:0;
}

.netc_agenda .entry-content .prev-event a{
	display:inline-block;
	padding:10px 10px 10px 30px;
	width:100%;
	height:100%;
	background:#f3f3f3 url(images/001-back.png) left center no-repeat;
}
.netc_agenda .entry-content .prev-event .content {
	float:left;
	width:60%;
	padding-left:10px;
}

.netc_agenda .entry-content .prev-event .picture{
	float:left;
	width:auto;
	max-width:30%;
}
.netc_agenda .entry-content .prev-event .picture img{
	width:100%;
	max-width:50px;
	height:auto;
}

.netc_agenda .entry-content .prev-event.next a{
	display:inline-block;
	padding:10px 30px 10px 10px;
	width:100%;
	height:100%;
	background:#f3f3f3 url(images/002-next.png) right center no-repeat;
}
.netc_agenda .entry-content .prev-event.next .content{
	float:left;
	padding-left:10px;
}
.netc_agenda .entry-content .prev-event.next {
	float:right;
	width:49%;
}
.netc_agenda .entry-content .prev-event.next .picture{
	float:right;
}
.netc_agenda .entry-content .prev-event.next .content{
	float:left;
	padding-left:0;
	padding-right:10px;
}


.actualite-content {
	display:inline-block;
	width:100%;
    padding-bottom: 20px;
	margin:15px 0 20px 0;
	border-bottom:1px solid #F1F1F1;
}
.actualite-content .more-link:hover:after {
	margin-right:0;
	margin-left:10px;
}
.actualite-content .picture {
	display:inline-block;
	vertical-align: top;
	width:100%;
}
.actualite-content .content {
	display:inline-block;
	vertical-align: top;
	width:100%;
}
.actualite-content .title {
	display:inline-block;
	vertical-align: top;
	width:100%;
    font: 400 22px 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom:10px;
}
.actualite-content .category {
	display:inline;
	font-weight:bold;
	color:#fff;
    font-size: 13px;
	padding:2px 3px;
	margin-right:5px;
}
.actualite-content .date {
	display:inline;
	font-weight:bold;
	color:#6F6F6F;
    font-size: 13px;
	padding:2px 3px;
}
.actualite-content .content p{
	border-left:4px solid #6F6F6F;
	font-style:italic;
	color:#6F6F6F;
	padding-left:5px;
	margin-top:10px;
}
.actualite-content .content a.readmore{
	float:right;
	font-weight:bold;
	color:#17608F;
}
.actualite .category {
	display:inline-block;
	width:100%;
	text-align:center;

}
.actualite .category span{
	font-weight:bold;
	color:#fff;
    font-size: 13px;
	padding:2px 3px;
	margin:10px auto;
}
.bleuf.actualite h1 {
	background:none;
	padding:0;
	min-height: unset;
}

.actualite .date {
	font-weight:bold;
	color:#6F6F6F;
    font-size: 13px;
	padding:2px 3px;
	margin:5px auto 20px auto;
}
.btn-news {
	color:#FFF;
	background:#17608F;
    padding: 5px 12px;
    margin: -3px 0 0 5px;
    transition:.3s;
}
.btn-news:hover {
	background:#777;
    color:#fff;
}

/*** PRESTATAIRE ***/
.prestataire {
	display:inline-block;
	vertical-align: top;
	width:49%;
	border-bottom:1px solid #ddd;
	transition: .3s;
}
.prestataire:hover {
	background:#eee;
}
.prestataire .title {
	color:#fff;
	background:#9AC323;
	font-weight:bold;
	padding:1px 5px;
}
.prestataire .h4 {
	font-weight:bold;
}
.prestataire .content {
	display:inline-block;
	vertical-align: top;
	width:100%;
	padding:5px 8px;
}
.prestataire .adresse {
	font-weight:bold;
	color:#333;
}
.prestataire .terms {
	font-size:12px;
	font-style:italic;
	margin-bottom:10px;
}
/**** BOX ****/
.date_box {
	display:inline-block;
	width:100%;
	background:#eee url(images/calendar.png) right bottom no-repeat;
	min-height:128px;
	padding:10px;
	margin:0 0 15px 0;
}
.infos_box {
	display:inline-block;
	width:100%;
	background:#eee url(images/info.png) right bottom no-repeat;
	min-height:128px;
	padding:10px;
	margin:0 0 15px 0;
}
.contact_box {
	display:inline-block;
	width:100%;
	background:#eee url(images/email.png) right bottom no-repeat;
	min-height:128px;
	padding:10px;
	margin:0 0 15px 0;
}
.acps_form_container .acps_form_title {
	display:inline-block;
	width:100%;
}
.acps_form_container p {
	display:inline-block;
	width:45%;
}
.acps_form_container p .submit_wrap {
	width:100%;
}
.acps_form_container p .submit_wrap .acps_submit {
	width:100%;
}
.acps_form_container p:last-child {
	display:inline-block;
	width:9%;
}
.acps_form_container input[type=text],.acps_form_container select {
	padding:7px;
	height:38px;
}
.acps_form_container select {
	border-width:1px 1px 1px 0;
}
.acps_form_container input.acps_submit {
	background:#17608F;
	border:0;
	height:38px;
	color:#FFF;
	transition:background .3s;
}
.acps_form_container input.acps_submit:hover {
	background:#666;
}

/** structure **/
.conteneur, .conteneur_full {
  width:100%;
  margin:auto;
}
.conteneur_full {
	background:#fff;
}
.liste {
	display:inline-block;
	width:100%;
}

/*************************** HEADER *****************************/

.accordion-title {
	cursor:pointer;
	width:100%;
	padding:7px 50px 7px 7px;
	background-image:url(images/puce_fleche_droite2.png);
	background-position: right 7px;
	background-repeat: no-repeat;
}
.accordion-title.open {
	background-image:url(images/puce_fleche_bas2.png);
	background-position: right 14px;
}
h3.accordion-title {
	background-image:url(images/puce_fleche_droite_gris.png);
}
h3.accordion-title.open {
	background-image:url(images/puce_fleche_bas_gris.png);
}
#header {
  height:100px;
  background-image:url(images/background_header.png);
  background-repeat:repeat-x;
  background-position:top;
}
#header_logo{
	height:100px;
	width:122px;
	float:left;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
	z-index:22;
	position:relative;
}
#header .logo{
	display:inline-block;
	width:30%;
	vertical-align: top;
}
#header .header_content{
	display:inline-block;
	width:69%;
	vertical-align: top;
}

#header_raccourcis_home, #header_raccourcis_contact{
	width:25px;
	height:25px;
	margin:0px 3px;
	float:left;
	background-position:center;
	background-repeat:no-repeat;
}
#header_raccourcis_home{
	background-image:url(images/picto_home_OFF.png);
}
#header_raccourcis_home:hover{
	background-image:url(images/picto_home_ON.png);
}
#header_raccourcis_contact{
	background-image:url(images/picto_contact_OFF.png);
}
#header_raccourcis_contact:hover{
	background-image:url(images/picto_contact_ON.png);
}
#header_raccourcis_telephone, #header_raccourcis_map{
	margin:0px 10px;
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:35px;
	color:#565656;
	font-weight:700;
}
#header_raccourcis_telephone{
	background-image:url(images/picto_numero_OFF.png);
}
#header_raccourcis_map{
	display:none;
	color:#8b8b8b;
	background-image:url(images/picto_map_OFF.png);
	font-weight:400;
}
#header_raccourcis_map:hover{
	color:#565656;
	background-image:url(images/picto_map_ON.png);
}





#header_recherche{
	display:none;
	width:215px;
	height:47px;
	float:right;
	border:none;
	border-radius:0px;
	background-color:#f3f3f3;
}
.header_recherche_texte{
	height:47px;
	width:170px;
	border:none;
	margin:0px;
	padding:10px 20px 5px 20px;
	background-color:transparent;
	color:#565656;
	font-size:14px;
	outline:none;
}
.header_recherche_btn{
	float:right;
	height:25px;
	width:25px;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url(images/picto_recherche_OFF.png);
	background-color:transparent;
	border:none;
	padding:0px;
	margin:8px;
	outline:none;
}
.header_recherche_btn:hover{
	background-image:url(images/picto_recherche_ON.png);
}
.header_recherche_btn{
	outline:none;
}

.nav-tabs {
    border-bottom: 0;
}
.nav-tabs > li > a {
    border: 1px solid #bababa;
    padding: 10px 20px;
    border-radius: 0;
    margin-left:22px;
    margin-right:0;
}
.nav-tabs > li.active > a,.nav-tabs > li:hover > a,.nav-tabs > li > a:hover,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus {
    border: 1px solid #bababa;
    padding: 10px 20px;
    border-radius: 0;
    margin-left:22px;
    margin-right:0;
    background:#FFF;
}
.unslider-arrow {
	height:32px;
	width:32px;
	text-indent:-99999px;
	background-repeat: no-repeat;
	background-position: center center;
}
.unslider-arrow.next {
	background-image:url(images/next.png);
}
.unslider-arrow.prev {
	background-image:url(images/prev.png);	
}
/*************************** éléments gen *****************************/

.entry-content ul {
	padding-left: 25px;
}
.content-grey {
	display:inline-block;
	width:100%;
    background-color: #eee;
}
.content-grey .address,.content-grey .hours {
	margin-top:30px;
}
.salle_contact {
    vertical-align: top;
    background-color: #eee;
    padding: 12px 15px 0 15px;
}


.lien_noir{
	height:40px;
	width:auto;
	border:1px solid #000;
	font-weight:300;
	font-size:14px;
	padding:10px 20px;
	margin:5px auto;
	text-align:center;
}
.lien_blanc{
	height:40px;
	border:1px solid #FFF;
	font-weight:300;
	font-size:14px;
	padding:10px 20px;
	color:#FFF;
	margin:5px auto;
	text-align:center;
	display:inline-block;
	transition:.3s;
}
.lien_blanc:hover {
	background:#fff;
}
.titre_gen_blanc{
	min-height:55px;
	text-align:center;
	display:block;
	font-size:24px;
	font-weight:700;
	color:#FFF;
	background-position:center bottom;
	background-repeat:no-repeat;
	background-image:url(images/puce_menu_blanc.png);
	margin-bottom:20px;
	padding-bottom:20px;
}
.titre_gen_gris{
	min-height:55px;
	text-align:center;
	display:block;
	font-size:24px;
	font-weight:700;
	color:#616161;
	background-position:center bottom;
	background-repeat:no-repeat;
	background-image:url(images/puce_menu_gris.png);
	margin-bottom:20px;
	padding-bottom:20px;
}
#slider{
	height:285px;
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	margin-top:-46px;
	overflow:hidden;
}
#picture-header{
	display:none;
	height:285px;
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	margin-top:-46px;
	overflow:hidden;
}
#picture-header img {
	width:100%;
}
.banner, .banner .unslider-wrap, .banner.unslider-fade .unslider-wrap li {
	height:500px;
    background-size: cover;
    background-position: center center;
}
#widgets_gen{
	height:131px;
	width:100%;
	position:absolute;
	bottom:0;
	background-image:url(images/background_widget.png);
	background-repeat:repeat-x;
	display:block;
	z-index:15;
}
.acces{
	width:125px;
	height:100px;
	float:left;
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
	margin-top:15px;
	padding:60px 10px 0px 10px;
	display:block;
	font-weight:400;
}
.acces:hover,.acces:focus{
	opacity:0.7;
	color:#fff;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
}
.liste_categorie_phototheque {
	display:flex;
	justify-content: space-between;
}
.categorie_phototheque {
	display:flex;
	vertical-align: top;
	cursor:pointer;	
	color:#fff;
	background-color:#17608F;
	width: 49%;
	height:110px;
	padding:5px;
    margin: 0;
	text-align: center;	
	background-position: 15px center;
	background-repeat: no-repeat;
	transition:background-color .3s;
}
.categorie_phototheque.photo {
	background-image:url(images/picture.png);
}
.categorie_phototheque.video {
	background-image:url(images/video.png);
}
.categorie_phototheque:hover,.categorie_phototheque.active {
	background-color:#777;
}

.categorie_phototheque span.txt {
	margin:auto;
	font-size:18px;
}
.liste_phototheque {
	position:relative;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width:100%;
	text-align: center;
    margin-top: 35px;
}
.liste_phototheque.hasmore {
    padding-bottom: 104px!important;
}
.lazy-more-wrapper {
    position: absolute;
    bottom: 0;
    padding: 20px 0;
    display: none;
    height: 104px;
    width: 100%;
    text-align: center;
    clear: both;
}
a.lazy-more-btn {
    background: #17608F url(images/down-arrow.png) center bottom no-repeat;
    border: 1px solid #17608F;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    padding: 6px 15px 24px 15px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.phototheque {
	display:inline-block;
	vertical-align: top;
	border-bottom:1px solid #e6e6e6;
	width:49%;
    padding: 0 0 13px 0;
    margin: 0 0 25px 0;
}
.phototheque:first-of-type {
	margin-top:25px;
}
.phototheque.video {
	border-bottom:1px solid #e6e6e6;
	width:100%;
}
.phototheque.video .picture{
	border-bottom:0px;
	width:100%;
	height:300px;
	background:#fff;
}
.phototheque:hover {
	border-bottom:1px solid #ccc;
}
.phototheque .picture {
	display:inline-block;
	width:100%;
	height:190px;
	overflow:hidden;
    background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-color:#efefef;
}

.phototheque .picture a{
	position: relative;
	display:inline-block;
	width:100%;
	height:100%;
	z-index:999;
}
.phototheque .picture iframe{
	max-width:100%;
	max-height: 350px;
}
.phototheque img{
	max-width:100%;
	height:auto;
}
.phototheque .title {
	display:inline-block;
	width:100%;
	height:20px;
	overflow:hidden;
	font-weight:bold;
	text-align: right;
}
.phototheque .copyright {
	display:inline-block;
	width:100%;
	height:20px;
	overflow:hidden;
	font-style:italic;
	font-size:12px;
	text-align: right;
	padding-right:5px;
}
.liste.first .trombinoscope{
	display:inline-block;
	width:100%;
}
.liste.first .trombinoscope .picture {
	display:inline-block;
	width:25%;
	height:150px;
	overflow:hidden;
}
.liste.first .trombinoscope .content {
	display:inline-block;
	width:74%;
	height:150px;
	overflow:hidden;
}
.trombinoscope {
	display:inline-block;
	vertical-align: top;
	background:#e6e6e6;
	border:1px solid #e6e6e6;
	width:49%;
	padding:10px;
	margin:15px 0;
}
.trombinoscope .picture {
	display:inline-block;
	vertical-align: top;
	width:50%;
	height:150px;
	overflow:hidden;
}
.trombinoscope .content {
	display:inline-block;
	vertical-align: top;
	width:48%;
	height:150px;
	overflow:hidden;
}
.trombinoscope .content .title{
	display:inline-block;
	width:100%;
	font-weight:bold;
	margin-bottom:5px;
}
.trombinoscope .content .fonction{
	display:inline-block;
	width:100%;
	margin-bottom:5px;
}
.trombinoscope .content .resume{
	display:inline-block;
	width:100%;
	margin-bottom:5px;
	font-style:italic;
}
.map{width:100%;}
.map{float:right;height:700px;background-color:#f0f0f0;}
/*************** Communes ******************/
.communemap {
	display:inline-block;
	float:left;
	width:100%;
	position:relative;
}
.svg-wrap {
	position:relative;
	width:100%;
	display:inline-block;
}
svg.carte path { 
	position: relative;
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}
svg.carte path:hover { 
  fill: #17608F;
  cursor:pointer;
}
svg.carte path.active { 
  fill: #17608F;
  cursor:pointer;
}
svg.carte path.show { 
  fill: #17608F;
  cursor:pointer;
}
svg.carte path.show:hover { 
  fill: #c8c8c8;
  cursor:pointer;
}
.liste-commune {
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width:100%;
	overflow:auto;
	height:450px;
}
.commune {
	display: inline-block;
    vertical-align: top;
    border: 0px;
    width: 32%;
    padding: 0px;
    margin: 15px 5px 15px 0;
    transition:.3s;
}
.commune:hover {
    
}
.commune .picture {
	display:inline-block;
	width:100%;
	height:150px;
	overflow:hidden;
}
.commune .picture img{
	height:100%;
	width:auto;
}
.commune .title {
	display:inline-block;
	width:100%;
	padding:10px;
	color:#fff;
    background: #17608F;
    margin-top: -5px;
}
.tooltip,.tooltip.top {
	/*margin-top:138px;*/
}
 .tooltip > .tooltip-inner {
      background-color: #B9CFDD; 
      color: #17608F; 
      border: 1px solid #17608F; 
      padding: 5px 10px;
      font-size: 15px;
      text-shadow: 0px 0px 11px rgba(150, 150, 150, 0.73);
  }
.tooltip.top > .tooltip-arrow {
      border-top: 5px solid #17608F;
}
.tooltip.bottom > .tooltip-arrow {
      border-bottom: 5px solid #17608F;
}
.tooltip.left > .tooltip-arrow {
      border-left: 5px solid #17608F;
}
.tooltip.right > .tooltip-arrow {
      border-right: 5px solid #17608F;
}
.slider-for .slick-slide {
	height:100%;
}
.slider-for .slick-slide a{
	cursor:	zoom-in;
}
.slider-nav .slick-slide {
	margin:0 2px;
	cursor:pointer;
	max-width:100px;
}
.slider-nav .slick-track {
	margin-top:4px;
}
/*.netc_commune {
	background: #fff;
	padding:30px;
	position:relative;
}*/
.netc_commune h1 {
	margin:0;
	padding:0;
	min-height:auto;
	background:none;
}
.netc_commune .btn_commune{
	background:#17608F;
	color:#fff;
	width:180px;
	position:absolute;
	top:17px;
	right:30px;
    font: 700 16px/24px 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding:5px 10px;
}
.netc_commune .entry-content .picture {
	display: inline-block;
	width:100%;
}
.netc_commune .entry-content .picture img{
		max-width: 100%;
		height:auto;
}

.netc_commune .entry-content .picture .list-photo{
	display: inline-block;
	width:100%;
}
.netc_commune .entry-content .picture .list-photo a{
	display: inline-block;
	vertical-align: top;
	margin:5px 2px 0 0;
}
.netc_commune .entry-content .picture .list-photo a:last-child{
	margin:5px 0 0 0;
}
._line {
	display:inline-block;
	width:100%;
	margin:15px 0;
}
.search-form.agenda input[type=text] {
	border:1px solid #CCC;
	border-radius: 0;
    padding: 5px;
    max-width: 150px;
}
.search-form.agenda select {
	border:1px solid #CCC;
	border-radius: 0;
    padding: 5px;
    max-width: 190px;
}
.search-form.agenda input[type=button] {
	background: #ffd200;
	border:1px solid #CCC;
	color:#333;
	font-weight:bold;
    padding: 5px;
}
#result_agenda {
	margin-top:30px;
	padding-top: 10px;
    border-top: 1px solid #eee;
}
.social_fb {
	display:inline-block;
	width:28px;
	height:28px;
	margin-right:10px;
	background-image:url(images/facebook.svg);
	background-size:contain;
	background-position:center center;
	text-indent:-9999px;
}
.social_tweet {
	display:inline-block;
	width:28px;
	height:28px;
	background-image:url(images/twitter.svg);
	background-size:contain;
	background-position:center center;
	text-indent:-9999px;
}
.picture .photo {
	position:relative;
	display:inline-block;
}
.picture .photo img{
	margin-bottom:0;
}
.picture .photo .overlay {
	position:absolute;
	width:100%;
	height:100%;
	background:#FFF url(images/zoom.png) center center no-repeat;
	opacity:0;
	transition: opacity .3s;
}
.picture .photo:hover .overlay{
	opacity:0.5;
}
/*************************** attchments *****************************/
.attachments {
	margin-top:20px;
}
.attachments li {
	display:inline-block;
	width:100%;
	transition:.5s;
	margin-bottom:15px;
	border:1px solid #fff;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
}
.attachments li:hover {
	background: #f3f3f3;
	border:1px solid #eee;
}
.attachments li .picture{
	display:inline-block;
	width:15%;
	vertical-align: middle;
}
.attachments li .picture img{
	width:100%;
	height:auto;
}
.attachments li .content{
	display:inline-block;
	width:74%;
	vertical-align: top;
	padding:5px;
}
.attachments li .content .title {
	font-weight: bold;
}
.attachments li .content .caption {
	font-style: italic;
	min-height:20px;
}
.attachments li .content .info .label {
	color:#333;
	font-size:12px;
    padding: 0 3px 0 0;
}
.attachments li .content .info {
	color:#333;
	font-size:12px;
}
.attachments li .btn-download {
	display:inline-block;
	width:9%;
	vertical-align: middle;
}
.attachments li .btn-download a{
	display:block;
	margin:auto;
	width:26px;
	height:26px;
	background-color: #157b8f;
	background-image:url(images/download-ico.png);
	background-position: center center;
	background-repeat: no-repeat;
	transition:.3s;
}
.attachments li .btn-download a:hover{
	background-color: #B62F23;
}

/*************************** page d'accueil *****************************/





/*************************** slider *****************************/
.home #slider{
	display:none;
	height:500px;
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	margin-top:-46px;
	position:relative;
}


/*************************** actu *****************************/
#accueil_actualite_gen{
	width:100%;
	padding-top:40px;
}
.accueil_actu_titre{
	font-weight:700;
	font-size:24px;
	color:#FFF;
	text-transform:uppercase;
	margin-bottom:10px;
}
.accueil_actu_titre:hover {
	color:#FFF;
}
.accueil_actu_categorie {
	padding:0px 3px;
	width:auto;
	height:20px;
	font-weight:700;
	font-size:14px;
	color:#000;
	text-transform:uppercase;
	display:inline-block;
}

.carousel-inner .active.left { left: -20%; }
.carousel-inner .next        { left:  20%; }
.carousel-control.left,.carousel-control.right {background-image:none;}

.col-sm-3 {width: 33.3%;}

#accueil_grande_actu{
	width:100%;
	float:left;
	margin-bottom:40px;
	margin-right:40px;
}
#accueil_grande_actu_texte{
	width:100%;
	padding:20px 30px;
	background-color:#616161;
	color:#FFF;
	float:left;
}
#accueil_grande_actu_texte p{
	color:#FFF;
	font-size:14px;
	font-weight:300;
}
#accueil_grande_actu_image{
	width:100%;
	height:342px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-image:url(images/photo1_actu.jpg);
	float:left;
}
.accueil_petite_actu{
	width:100%;
	height:151px;
	margin-bottom:40px;
	float:left;
}
.accueil_petite_actu_texte{
	display:flex;
	width:50%;
	height:151px;
	padding:5px 10px;
	background-color:#616161;
	color:#FFF;
	float:left;
}
.accueil_petite_actu_texte .content { 
	margin:auto;
}
.accueil_petite_actu_image{
	width:50%;
	height:151px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-image:url(images/photo1_actu.jpg);
	float:left;
}
.accueil_petite_actu .accueil_actu_titre{
	font-size:18px;
	margin-bottom:5px;
}
.accueil_petite_actu p{
	margin:0px;
	height:0px;
	color:#FFF;
	font-size:14px;
	font-weight:300;
}




/*************************** bulles *****************************/
#accueil_bulles_gen{
	width:100%;
	padding:40px 0px;
	background-color:#FFF;
}
#accueil_bulles_communes, #accueil_bulles_vivre, #accueil_bulles_travailler, #accueil_bulles_carte{
	width:230px;
	height:230px;
	margin:15px auto;
	border-radius:115px;
	background-image:url(images/separateur_bulles.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	display:block;
}
#accueil_bulles_communes:hover, #accueil_bulles_vivre:hover, #accueil_bulles_travailler:hover, #accueil_bulles_carte:hover{
	opacity:0.7;
	transition: .5s ease-in-out;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
}
#accueil_bulles_communes{
	background-color:#f3295b;
}
#accueil_bulles_vivre{
	background-color:#ffa42d;
}
#accueil_bulles_travailler{
	background-color:#00b4c3;
}
#accueil_bulles_carte{
	background-color:#9ed500;
}

.accueil_bulles_titre{
	font-size:28px;
	color:#FFF;
	text-align:center;
	font-weight:700;
	text-transform:uppercase;
	padding-top:55px;
	padding-bottom:5px;
}
.accueil_bulles_sous_titre{
	text-align:center;
	display:block;
	background-color:#000;
	padding:0px 7px;
	width:165px;
	height:25px;
	font-weight:300;
	font-size:18px;
	color:#FFF;
	margin:auto;
}




/*************************** agenda *****************************/
#accueil_agenda_gen{
	width:100%;
	padding:40px 0px 30px 0px;
	background-color:#ffd200;
}
#accueil_agenda_slider{
	width:1000px;
	height:305px;
	display:block;
	margin-bottom:25px;
}
#accueil_agenda_puce_gauche, #accueil_agenda_puce_droite{
	width:15px;
	height:305px;
	background-position:center;
	background-repeat:no-repeat;
	float:left;
	display:block;
}
#accueil_agenda_puce_gauche{
	background-image:url(images/puce_fleche_gauche.png);
}
#accueil_agenda_puce_droite{
	background-image:url(images/puce_fleche_droite.png);
}
#accueil_agenda_puce_gauche:hover{
	background-image:url(images/puce_fleche_gauche_ON.png);
}
#accueil_agenda_puce_droite:hover{
	background-image:url(images/puce_fleche_droite_ON.png);
}
.accueil_agenda_bloc{
	width:283px;
	height:305px;
	float:left;
	margin:0px 20px;
	background-color:#FFF;
}
.accueil_agenda_bloc:hover{
	opacity:0.8;
	transition: .5s ease-in-out;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
}
.accueil_agenda_image{
	position:absolute;
	z-index:0;
	width:283px;
	height:160px;
	background-position:center;
	background-size:cover;
	background-image:url(images/photo1_actu.jpg);
	background-repeat:no-repeat;
}
.accueil_agenda_date{
	position:relative;
	z-index:10;
	height:80px;
	width:80px;
	text-align:center;
	margin:108px auto 0px auto;
	background-position:center;
	background-image:url(images/picto_date_agenda.png);
	background-repeat:no-repeat;
	padding-top:25px;
	font-size:12px;
	font-weight:300;
	color:#000;
	display:block;
}
.accueil_agenda_date span{
	font-size:18px;
	font-weight:700;
	display:block;
	margin:-5px;
	padding:0px;
}
.accueil_agenda_texte{
	width:283px;
	padding:5px 20px;
}
.accueil_agenda_texte_titre{
	font-size:16px;
	text-transform:uppercase;
	color:#000;
	font-weight:700;
	display:block;
    max-height: 75px;
}
.accueil_agenda_texte_lieu{
	color:#777;
	font-size:16px;
	display:block;
}
.accueil_agenda_texte_heure{
	color:#ffd200;
	font-weight:700;
	font-size:16px;
	display:block;
}
.accueil_agenda_bloc p{
	font-weight:300;
	font-size:14px;
	color:#000;
	margin:5px 0px;
}
#accueil_agenda_lien{
	width:100%;
	margin:auto;
}

#accueil_agenda_gen .lien_noir{
    display: block;
    margin: 20px 20px 10px 20px;
}


.netc_agenda .entry-content .picture {
	display: inline-block;
	width:100%;
}
.netc_agenda .entry-content .picture img{
		max-width: 100%;
		height:auto;
}

.netc_agenda .entry-content .picture .list-photo{
	display: inline-block;
	width:100%;
}
.netc_agenda .entry-content .picture .list-photo a{
	display: inline-block;
	vertical-align: top;
	margin:5px 2px 0 0;
}
.netc_agenda .entry-content .picture .list-photo a:last-child{
	margin:5px 0 0 0;
}


/*************************** photo *****************************/
#accueil_photos_gen{
	width:100%;
	padding:40px 0px;
}
#accueil_photos_illustration{
	width:100%;
	float:left;
	margin-right:40px;
	display:block;
}
#accueil_photos_illustration img{
	max-width:100%;
	height:auto;
}
#accueil_photos_texte{
	width:100%;
	padding:0 15px;
	float:left;
}
#accueil_photos_texte p{
	text-align:center;
	margin:40px 0px;
}
#accueil_photos_texte .lien_noir{
	margin-top:20px;
	display:block;
	width:210px;
}






/*************************** reportages *****************************/
#accueil_reportages_gen{
	width:100%;
	padding:40px 0px;
	background-color:#00b4c3;
}
#accueil_reportages_texte{
	width:100%;
	margin-right:20px;
	float:left;
	color:#FFF;
	padding:0 15px;
	margin-bottom:20px;
}
#accueil_reportages_texte p{
	color:#FFF;
	margin:30px 0px;
	display:block;
	text-align:center;
	padding:0 15px;
}
#accueil_reportages_texte .lien_blanc{
	display:block;
	width:215px;
}

#accueil_reportages_texte .lien_blanc:hover {
	background:#fff;
}
#accueil_reportages_illustration{
	width:100%;
	height:367px;
	float:left;
}
#accueil_reportages_puce_gauche, #accueil_reportages_puce_droite{
	width:15px;
	height:367px;
	background-position:center;
	background-repeat:no-repeat;
	float:left;
	display:block;
}
#accueil_reportages_puce_gauche{
	background-image:url(images/puce_fleche_gauche.png);
}
#accueil_reportages_puce_droite{
	background-image:url(images/puce_fleche_droite.png);
}
#accueil_reportages_puce_gauche:hover, #accueil_reportages_puce_droite:hover{
	opacity:0.7;
}


.accueil_reportages_bloc{
	position:relative;
	width:210px;
	height:367px;
	background-color:#FFF;
	margin:0 auto;
	display:block;
}
.accueil_reportages_bloc:hover{
	opacity:0.8;
	transition: .5s ease-in-out;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
}
.accueil_reportages_bloc .content {
	display:inline-block;
	text-align: center;
	margin-top: 220px;
	width:100%;
	color:#00b4c3;
	padding:0 10px;

}
.accueil_reportages_bloc .name {
	color:#00b4c3;
}

.accueil_reportages_bloc .citation {
	color:#00b4c3;
	font-style: italic;
}
.accueil_reportages_image{
	position:absolute;
	z-index:0;
	width:210px;
	height:180px;
	background-position:center;
	background-size:cover;
	background-image:url(images/photo1_actu.jpg);
	background-repeat:no-repeat;
}
.accueil_reportages_tete{
    position: absolute;
    z-index: 10;
    height: 96px;
    width: 96px;
    top: 115px;
    left: 50%;
    transform: translateX(-50%);
	background-position:center;
	background-image:url(images/photo1_tete.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	border-radius:48px;
	border: 2px solid #FFF;
	display:block;
}
.slick-slider .item {
}

.slick-arrow {
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	width:25px;
	height:40px;
	z-index: 9;
	text-indent: -9999px;
	border:0;
	outline: none;
}
.slick-prev {
	left:0;
	background:url(images/puce_fleche_gauche.png) center center no-repeat;
}

.slick-next {
	right:-3px;
	background:url(images/puce_fleche_droite.png) center center no-repeat;
}
.carousel_agenda {
	visibility: hidden;
}
.carousel_agenda.slick-initialized {
	visibility: visible;
}

/*************************** page interieure *****************************/

#milieu{
	background-image:url(images/background_gen.png);
	background-position:center top;
	background-repeat:repeat-y;
	padding:0;
	display: inline-block;
  width: 100%;
}
#breadcrumbs {
	height:40px;
	display:inline-block;
	padding:10px 0 10px 10px;
}
.addtoany_list {
    display: inline;
    line-height: 16px;
    padding: 7px;
}

#page_int_colonne_gauche{
	width:260px;
	float:left;
	margin-right:40px;
	display:none;
}

@media (max-width:991px) {

	.trombinoscope{
		width:100% !important;
	}
	.trombinoscope .picture {
    	width: 100% !important; 
	}
	.trombinoscope .content {
    	width: 100% !important; 
		height: auto !important;
	}
	.trombinoscope .content .title {
		margin-top: 5px;
	}
	#page_int_colonne_gauche.menu-actualite {
		display:inline-block;
		width:100%;
	}
	#page_int_colonne_gauche.menu-actualite #page_int_menu.bleuf {
		width:100%;
	    background-color: #17608F;
	}
	#page_int_colonne_gauche.menu-actualite #menu-menu-principal > li > a {
		font-weight: 300;
	    font-size: 16px;
	    text-transform: uppercase;
	    padding: 10px;
	    display: inline-block;
	    transition: all .3s;
	    width: 100%;
	}
	#page_int_colonne_gauche.menu-actualite #menu-menu-principal > li > a:after {
	    content: "\00a0";
	    width: 15px;
	    height: 3px;
	    display: block;
	    margin: 5px 0 0 0;
	    background: #17608F;
	}
}
#page_int_colonne_droite{
	width:100%;
	background-color:#FFF;
	float:left;
	display:block;
	padding:30px 15px;
}
#page_int_colonne_droite .lien_noir{
	margin:20px 0px;
	float:right;
}
#page_int_menu{
	background-repeat:repeat;
	padding:0px 7px;
	width:auto;
	font-weight:700;
	font-size:22px;
	color:#FFF;
	text-transform:uppercase;
	margin-bottom:20px;
	background-image:url(images/background_page_int_menu.png);
	line-height:35px;
	display:inline-block;
}
#page_int_menu a {
	color:#fff;
}
#page_int_sous_menu_gen{
	padding:12px;
	background-color:#FFF;
	min-height:100px;
}
.page_int_sous_menu_titre, .page_int_sous_menu_titre_actif{
	min-height:30px;
	padding:5px 8px;
	font-size:16px;
	font-weight:300;
	color:#000;
	display:inline-block;
	text-transform:uppercase;
}
.page_int_sous_menu_titre:hover, .page_int_sous_menu_titre_actif, .page_int_sous_menu_titre_actif:hover{
	background-color:#000;
	color:#FFF;
}
.page_int_sous_menu_separateur{
	width:20px;
	height:2px;
	display:block;
	margin:8px;
}


/*************************** informations gen *****************************/






#information_gen{
	width:100%;
	padding:40px 0px;
	background-color:#157b8f;
	display:inline-block;
}
.information_colonnes{
	width:100%;
	float:left;
	display:block;
	padding:0px 10px;
}
.information_colonnes p{
	text-align:center;
	color:#FFF;
	font-weight:300;
	margin:15px 0px;
}
.information_colonnes .lien_blanc{
	width:205px;
	display:block;
}
.information_colonnes .lien_blanc:hover {
	background:#fff;
}
#information_reseaux{
	width:255px;
	margin:20px auto;
}
.information_picto{
	width:71px;
	height:71px;
	margin:0px 7px;
	float:left;
	opacity:0.7;
}
.information_picto:hover{
	opacity:1;
}










/*************************** plan du site *****************************/





#plan_gen{
	display:none;
	width:100%;
	padding:40px 0px 0px 0px;
	background-color:#f3f3f3;
}
.menu_footer_left {
	width:590px;
	float:left;
}
.menu_footer_left .credit_line {
	display:inline-block;
	margin-top:30px;
}
.menu_footer_left .credit_line a {

}
.menu_footer_left .credit_line a span {
	font-style:italic;
}
.plan_colonne{
	width:200px;
	float:left;
}
#plan_carte{
	width:400px;
	float:right;
}
.plan_categorie{
	margin-bottom:25px;
	display:block;
}
.plan_titre{
	margin-bottom:5px;
	font-weight:700;
	font-size:16px;
	text-transform:uppercase;
	display:block;
	color:#595959;
}
.plan_sous_titre{
	font-size:14px;
	font-weight:300;
	display:block;
	color:#595959;
}
.plan_carte_btn{
	height:40px;
	margin-left:22px;
	float:left;
	border:1px solid #bababa;
	padding:10px 20px;
	font-size:14px;
	color:#595959;
	font-weight:300;
	text-transform:uppercase;
}
.plan_carte_btn:hover{
	background-color:#FFF;
}
#plan_carte_france, #plan_carte_normandie, #plan_carte_calvados{
	width:364px;
	height:335px;
	float:right;
	background-position:center;
	background-repeat:no-repeat;
	margin-top:12px;
}
#plan_carte_france{
	background-image:url(images/carte_france.jpg);
}
#plan_carte_normandie{
	background-image:url(images/carte_normandie.jpg);
}
#plan_carte_calvados{
	background-image:url(images/carte_calvados.jpg);
}

.back-zone {
	position:absolute;
	top:30px;
	right:30px;
}





/*************************** footer *****************************/





#footer_raccourcis_gen{
	padding:15px 0px;
	background-color:#e6e6e6;
}
#footer_raccourcis_centrage{
	width:100%;
	height:31px;
	margin:auto;
}
#footer_raccourcis_privee, #footer_raccourcis_mail, #footer_raccourcis_presse{
	height:31px;
	margin:auto;
	padding-top:4px;
	font-size:16px;
	font-weight:700;
	padding-left:45px;
	background-repeat:no-repeat;
	background-position:left center;
	display:block;
	color:#494949;
	width:160px;
}
#footer_raccourcis_privee{
	background-image:url(images/picto_espace_prive_OFF.png);
}
#footer_raccourcis_privee:hover{
	background-image:url(images/picto_espace_prive_ON.png);
	color:#000;
}
#footer_raccourcis_mail{
	background-image:url(images/picto_mail_OFF.png);
}
#footer_raccourcis_mail:hover{
	background-image:url(images/picto_mail_ON.png);
	color:#000;
}
#footer_raccourcis_presse{
	background-image:url(images/picto_espace_presse_OFF.png);
}
#footer_raccourcis_presse:hover{
	background-image:url(images/picto_espace_presse_ON.png);
	color:#000;
}

#footer_partenaires_gen{
	padding:10px 0px;
	background-color:#FFF;
}
#footer_partenaires_gen .conteneur {
	text-align: center;
}
#footer_partenaires_gen img{
	width:auto;
    height: 60px;
    margin: 0px 15px 0px 15px;
}
#footer_partenaires_gen img:first-child{
    margin: 0px 15px 0px 15px;
}

#footer_credits{
	height:40px;
	background-color:#f3f3f3;
}
#footer_credits .conteneur{
	width:100%;
}
#footer_credits a{
	color:#4d4d4d;
	padding:10px;
	display:block;
	float:left;
}
#footer_credits a:hover{
	color:#000;
}

@media (min-width:768px) {
	.entry-content table {
	    max-width: 100% !important;
	    display: table;
	}
	#header {
		height:193px;
	}
	#header_logo{
		height:193px;
	}
	#header .logo{
		display:inline-block;
		width:15%;
		vertical-align: top;
	}
	#header .header_content{
		display:inline-block;
		width:84.5%;
		vertical-align: top;
	}
	#header_recherche{
		display:block;
	}
	#header_raccourcis_map {
		display:inline-block;
	}
	#picture-header{
		display:block;
	}
	#accueil_reportages_texte{
		width:260px;
		height:367px;
		margin-right:20px;
		float:left;
		color:#FFF;
		padding:0;
		margin-bottom:0;
	}
	#accueil_photos_illustration {
	    height: 367px;
	}
	#accueil_photos_texte{
		width:280px;
		height:367px;
	}
	.home #slider{
		display:block;
	}
	#accueil_grande_actu {
	    width: 100%;
	    height: 342px;
	}
	#accueil_grande_actu_texte {
	    width: 40%;
		height:342px;
	}
	#accueil_grande_actu_image {
	    width: 60%;
	}
	#accueil_bulles_communes, #accueil_bulles_vivre, #accueil_bulles_travailler, #accueil_bulles_carte{
		width:230px;
		height:230px;
		border-radius:115px;
		background-image:url(images/separateur_bulles.png);
		background-repeat:no-repeat;
		background-position:center bottom;
		float:left;
		margin-right:26px;
		display:block;
	}
	#accueil_bulles_carte{
		margin-right:0px;
	}
	.actualite-content .picture {
		width:28%;
	}
	.actualite-content .picture img{
		max-width:150px;
		height:auto;
	}
	.actualite-content .content {
		width:70%;
	}
	.accueil_petite_actu{
		width:50%;
		height:151px;
		margin-bottom:40px;
		float:left;
	}
	.accueil_petite_actu_texte{
		display:flex;
		width:50%;
		height:151px;
		padding:5px 10px;
	}
	.accueil_petite_actu_image{
		width:48%;
		height:151px;
	}
	#accueil_reportages_illustration{
		width:480px;
		height:367px;
		float:left;
	}
	.carousel_agenda .slick-prev {
		left:-5px;
	}
	.slick-prev {
		left:-15px;
	}
	#page_int_colonne_droite {
		padding:30px;
	}
	#accueil_agenda_lien {
		width: 450px;
	}
	#accueil_agenda_gen .lien_noir{
		float:left;
		margin:0px 20px;
	    width: auto;
	}
	.accueil_reportages_bloc{
		margin:0 0 0 10px;
		display:inline-block;
	}
	.acces {
	    width: 95px;
	}
	.information_colonnes {
	    width: 33%;
		min-height:206px;
	}

	#plan_gen{
		display:block;
	}
	#footer_raccourcis_centrage {
		width:580px;
	}
	#breadcrumbs {
	    height: auto;
	    display: inline-block;
	    padding: 10px 10px 0 10px;
	}
}

@media (min-width:992px) {
	#accueil_reportages_illustration{
		width:720px;
		height:367px;
		float:left;
	}
	#accueil_grande_actu {
	    width: 630px;
	}
	#accueil_grande_actu_texte {
	    width: 260px;
	}
	#accueil_grande_actu_image {
	    width: 370px;
	}
	.accueil_petite_actu{
		width:330px;
		height:151px;
		margin-bottom:40px;
		float:left;
	}
	.accueil_petite_actu_texte{
		display:flex;
		width:168px;
		height:151px;
		padding:5px 10px;
	}
	.accueil_petite_actu_texte .content { 
		margin:auto;
	}
	.accueil_petite_actu_image{
		width:162px;
		height:151px;
	}
	#accueil_photos_illustration {
	    width: 680px;
	}
	#page_int_colonne_gauche {
		display:block;
	}
	.acces {
	    width: 125px;
	}

	#page_int_colonne_droite {
		width:700px;
	}
	#footer_credits .conteneur {
    	width: 700px;
	}
	.conteneur, .conteneur_full {
	    width: 98%;
	    margin: auto;
	}

	#breadcrumbs {
	    height: auto;
	    display: inline-block;
	    padding: 10px 10px 0 10px;
	}
}

@media (min-width:1200px) {
	.conteneur {
	    width: 1000px;
	    margin: auto;
	}
	.conteneur_full {
		position:relative;
	    width: 1000px;
	    margin: auto;
	    background: #fff;
    	padding: 30px;
	}
	#page_int_colonne_droite {
		width:700px;
	}
	.addtoany_list {
	    float: right;
	    margin-top: 5px;
	}
	#breadcrumbs {
	    height: auto;
	    display: inline-block;
	    padding: 10px 10px 0 10px;
	}
}
