@charset "UTF-8";
/* CSS Document */

/*
Theme Name: krea3-beaumont
Description: Theme de la mairie de beaumont le roger
Version: 1.0
Author: Krea3
Author URI: http://www.krea3.fr
Text Domain: krea3
Template: krea3
*/

/*pour cacher accueil, carte, contact, mentions légales, plan du site du menu grands écrans*/
#menu li.page-item-1180, #menu li.page-item-2, #menu li.page-item-3, #menu li.page-item-4, #menu li.page-item-5, #menu li page-item-1321{display:none;}


html, body {width:100%;}

html{
	scroll-behavior: smooth;
}

*{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

body {
  	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%; /*c'est la taille du navigateur par défaut*/
	color:#666;
	background:#fff;
}

main{
	width:100%;
	padding:0;
}

main#main-page{
	/*background:linear-gradient(to right, #FFF 50%, #fafafa 50%);*/
	margin:0px 0 50px 0 !important;
}


main#main-accueil{
	width:100%;
	max-width:100%;
	font-size:1em;
	background-color:transparent;
	background-image:none;
}

.largeur92{
	display:block;
	width:96%;
	padding:0;
	margin:0 auto 0 auto;
	max-width:1500px;
}

header{
	padding:0;
	margin:0;
	position:fixed;
	z-index:1001;
	top:0;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	background-color:#FFF;
}

@media screen and (max-width:1500px){
#logo-site{
    width: 450px;
}
	
#nav > li > ul {
	width:calc(96% - 500px);
}
	
#nav > li.hover > ul {
    left: 500px;
}
	
#nav{
    padding: 0 0 0 500px !important;
}
	
#diapo-accueil {
    margin: 50px 0 0 0;
	padding:0 40px;
}
	
#nav > li {
    padding: 10px 0 10px 0 !important;
}
	
#nav {
	height:80px;
}
	
#menu{
	height:80px;
}
		
#nav > li > ul {
    top:80px; /*= la hauteur des rubriques*/
}
}

@media screen and (min-width:1500px){
#logo-site{
    width: 600px;
}
	
#nav > li > ul {
	width:calc(96% - 650px);
}
	
#nav > li.hover > ul {
    left: 650px;
}
	
#nav{
    padding: 0 0 0 650px !important;
}
	
#diapo-accueil{
	margin:80px 0 0 0;
	padding: 0 30px;
}
	
#nav {
	height:80px;
}
	
#menu{
	height:100px;
}
	
#nav > li > ul {
    top:100px; /*= la hauteur des rubriques*/
}
}

#taille_texte {
    top: 180px;
}

#logo-site{
	display:block;
	position:absolute;
	z-index:1001;
	top:6px;
	left:0;
	margin: 0 0 0 40px;
    padding: 0;
    height: 83px;
	text-align:center;
	vertical-align:middle;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}


#top-header{
	display:block;
	height:101px;
	position:absolute;
	z-index:1;
	right:0;
	background-color:#5378b5;
	padding:24px 20px;
}

/***Outil taille du texte***/
#taille_texte {
    display: block;
    background: rgba(255,255,255,1) !important;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	border-right:2px solid #fff;
    position: fixed;
    z-index: 500;
    left: 0;
    width: 57px !important;
	border-radius:0;
}

#taille_texte span, #outils ul li a {
    padding: 8px 0 8px 5px !important;
	text-align:left;
}

.jfontsize-button {
	display:inline-block;
	width:45px;
	height:40px;
	float:right;
	margin:0;
	border:none;
}
 
.jfontsize-button:hover {
   border:none;
}
 
.jfontsize-disabled, .jfontsize-disabled:hover {
    
}
/***Fin Outil taille du texte***/


/**************************Recherche**************************/

#volet {
	width: 100%;
	color: #fff;	
}
		
#volet a.ouvrir{
	background: #fff;
	color: #fff;
	text-decoration: none;
}

#volet a.ouvrir:hover{
	background: #f2f2f2;
}
		
#volet a.fermer {
	background:#fff;
	color: #fff;
	text-decoration: none;
	font-size:25px;
}

#volet {
	position: fixed;
	left: -100%;  /* test fixed + scroll, on retire la position top */
}
#volet a.ouvrir,
#volet a.fermer {
	position: absolute;
	top:0;
	-moz-radius: 0 0 8px 8px;
	height:57px;
	width:57px;
	text-align:center;
	overflow:hidden;
	padding: 0;
	margin:0;
}

#volet a.ouvrir {
	right:-57px;
}

#volet a.fermer {
}

#volet a.ouvrir img, #volet a.fermer img{
    height: 34px;
    width: 34px;
	padding:0;
	margin:10px 10px;
}
		
#volet a.fermer {
	display: none;
}
#volet:target {
	top: 123px;
	left:0;
	width:550px;
}

/* code pour la fermeture */

#volet:target a.fermer {
	display: block;
}
#volet:target a.ouvrir {
	display: none;
}
#volet_clos:target #volet {
	left: -100%;
}
		
/* test fixed + scroll */
#volet_clos {
	position: fixed; 
	top: 123px;
	left:0;
	width:100%;
	z-index:800;
}
		
#recherche_header {
    background: rgba(196, 18, 73, 0.9) none repeat scroll 0 0;
    height: auto;
    width: 590px;
    padding: 0 0 0 57px;
	text-align:center;
}

#recherche_site{
	margin:0;
	padding:0 10px 0 10px;
}

#recherche_site li{
    color: #fff;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 500px;
}

#recherche_site #searchform{
	width:100%;
}

#recherche_site label{
	display:none;
}

#recherche_site input[type="text"] {
    background: #fff none repeat scroll 0 0;
    border: medium none !important;
    color: #000 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em !important;
    font-weight: 300 !important;
    height: 50px !important;
    margin: 0 10px 0 0 !important;
    text-align: center;
	width:435px !important;
	border-radius:50px;
}

#recherche_site #s::-webkit-input-placeholder {
   color: #000;
}

#recherche_site #s:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}

#recherche_site #s::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

#recherche_site #s:-ms-input-placeholder {  
   color: #fff;  
}

#recherche_site input[type="submit"]{
	height:40px !important;
	width:40px !important;
	border-radius:50%;
	background-color:rgba(255, 255, 255, 0.5);
	background-repeat:no-repeat;
	background-position:3px 3px;
	background-size:32px auto;
	font-size:0 !important;
	border:none !important;
	box-shadow:none !important;
    transition: all 500ms ease 0s;
	float:left;
	display:block;
	margin:0 !important;
}

#icon-recherche {
    background: #4091B4 none repeat scroll 0 0;
    display:block;
	float:right;
    height: 40px;
	line-height: 40px;
    padding: 0;
	margin:0;
    width: 40px;
	border-radius:50%;
	color:#fff;
	font-size:60px;
	text-align:center;
	overflow:hidden;
}

#icon-recherche img{
    height: 40px;
    width: 40px;
	padding:0;
	margin:0;
}

#searchform input[type="submit"] {
    background: #c41249 url(assets/images/icon-search.png) no-repeat scroll center center / 35px 35px;
    float:right;
    display: block;
    font-size: 0;
    font-weight: normal;
    height: 50px !important;
    margin: 0;
    padding: 0;
    text-align: center;
    text-indent: -5000px;
    width: 50px !important;
	border:1px solid #374D59;
	border-radius:50%;
}
/**********************ligne menu principal**********************/

nav#menu-principal{
	text-align:left;
	position:relative;
	width:100%;
	font-size:0.75em;
}

/*pour cacher accueil du menu grands écrans*/
#menu li.page-item-0{
		display:none;
}

@media screen and (min-width:1024px){

}

#menu li.page-item-0{
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}


#menu{
	display:block;
	position:relative;
	width:100%;
	padding:0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

/*body.home #menu{
	max-width:1300px;
}*/


/******************fin ligne menu principal**********************/

#btn-demarches {
    position: fixed;
    top: 140px;
    right: 20px;
    z-index: 200;
    transition: all .3s;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #c41249;
    color: #fff;
    text-decoration: none;
    font-size: 0.8em;
    text-align: center;
	padding:12px 0;
}

@media (max-width:1280px) {
 #btn-demarches {
  display:none
 }
}

#btn-demarches svg {
    font-size: 2em;
    display: block;
    clear: both;
    margin: 14px auto 5px auto;
		-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

#btn-demarches:hover svg {
    display:none;
}

#btn-demarches span {
    display:none;
	margin:15px auto;
	clear:both;
		-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

#btn-demarches:hover span {
 	display:block;
}

#btn-demarches:hover {
 transform:scale(1.1);
}

/***************Menu réduit********************/

@media screen and (min-width:1024px){
	header.menu-reduit{
		border-bottom:1px solid rgba(0,0,0,0.1);
		height: 63px;
	}
	
	
	header.menu-reduit #logo-site{
		width:300px;
		height:auto;
	}
	
	header.menu-reduit  #nav > li {
    padding: 10px 0 10px 0;
	}
	
	header.menu-reduit #nav > li > a {
        padding: 10px 20px 15px 20px;
}
	header.menu-reduit #nav > li > ul {
    top: 60px;
	}
}
/***********Fin Menu réduit********************/



/***********STYLES RGPD************/
.cc-color-override-1845025546.cc-revoke{
    border: 1px solid #eee !important;
}

.cc-color-override-1845025546.cc-window{
    border-top: 1px solid #eee !important;
}


#diapo-accueil{
    position:relative;
	width:100%;
	background:#fff;
	/***background: linear-gradient(#FFF 50%, rgba(21,78,121,0.1) 50%);***/
}

#diapo-accueil .largeur92{
    position:relative;
	max-width:1800px;
}

.slideshow .cycle-slide .slide-content .content-label {
    font-family: 'Rochester', cursive;
    text-transform: none;
    letter-spacing: 0;
    background: transparent;
    color: #fff;
    font-size: 4em;
    text-shadow: 0 0 black;
}

/***.slideshow .cycle-slide .slide-content {
    width: 80%;
    margin: 0;
    text-align: right;
    padding: 1% 20px;
    float: right;
}

.slider-nav a.slide-next, .slider-nav a.slide-prev{
    color: #fff !important;
	background:transparent;
	padding:10px 10px 0 10px !important;
	font-size:2.5em;
}

.slider-nav a {
    background-color: rgba(255,255,255,0.5);
}

.slideshow .cycle-slide .slide-body {
    top: auto !important;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4));
    bottom: 0;
}

.slideshow .slider-nav {
    position: absolute;
    top: 36% !important;
    left: 0;
}

.slider-nav a.slide-next {
    bottom: auto !important;
    right: auto !important;
    left: 0;
    top: 50px;
}

.slider-nav a.slide-prev {
    bottom: auto !important;
    top: 0;
}

.slider-nav a.slide-next svg{
    margin:25px 0 0 0 !important;
}

.slider-nav a.slide-next::before{
    height:2px;
	width:25px;
	background:#fff;
	display:block;
	content:'';
	position: absolute;
    top: 17px;
    left: 10px;
}

.slider-nav{
    border-radius:0 5px 5px 0;
	background:#154e79;
}***/
.slider-nav a {
    background-color: rgba(0,0,0,0.1);
}
/********************************************ligne1*******************************/
#fond-ligne1{
    padding: 50px 70px;
    display: block;
    clear: both;
    margin: 0;
    z-index: 0;
    position: relative;
	margin:50px 0 0 0;
	width:100%;
	background: url(assets/images/fond-actus.png) #dae6ef no-repeat top left;
}

#fond-ligne1 .owl-item{
	background:rgba(255,255,255,1);
		-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

#fond-ligne1 .owl-item:hover{
	background:rgba(255,255,255,0.2);
}

@media screen and (max-width:1024px){

#titre-ligne1{
    display:block;
	width:100%;
}

#liste-actus{
	display:block;
	width:70%;
}
}

@media screen and (min-width:1024px) and (max-width:1400px){

#titre-ligne1{
    display:inline-block;
	float:left;
	width:30%;
}

#liste-actus{
	display:inline-block;
	width:70%;
}
}

@media screen and (min-width:1400px){

#titre-ligne1{
    display:inline-block;
	float:left;
	width:20%;
}

#liste-actus{
	display:inline-block;
	width:80%;
}
}

#titre-ligne1 h1{
    margin: 0px 0 12px 0;
    padding: 0px 0 5px 0;
	font-size: 2.3em;
    line-height: 1.35em;
    color: #154e79;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

#titre-ligne1 h1 span{
	font-family:'Rochester', cursive;
	display:block;
	font-size:1.2em;
}

#ligne1 .owl-item{
    padding:0 20px 20px 20px;
	border-left: 5px solid #dae6ef !important;
    border-right: 5px solid #dae6ef !important;
}

.actu-diapo a{
	text-decoration:none;
	color:#333;
	font-weight:300;
}

.actu-diapo h2{
    color:#333;
	font-size: 1.1em !important;
    line-height: 1.2em !important;
}

#fond-ligne1 .lire-accueil{
	background:#3a7866;
}

.actu-diapo a:hover .lire-accueil{
	padding:5px 60px 5px 10px;
	opacity:1 !important;
}

#ligne1 .owl-carousel .owl-item img {
    display: block;
    margin: 0 20px 0px 0 !important;
    float: left !important;
}

#voir-liste-actus{
	padding: 5px 10px;
	background:#f2f2f2;
	text-decoration:none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

#voir-liste-actus:hover{
	color:#fff;
	background:#154e79;
}
/********************************************ligne2*******************************/
#fond-ligne2{
	padding:70px 0;
	display:block;
	clear:both;
	height:auto;
}

#ligne2{
	display:table;
}

#ligne2 .agenda_widget_libelle{
	display:none;
}

#gauche-ligne2{
	display:table-cell;
	width:73%;
	vertical-align:middle;
	padding:0 20px 0 0;
	position:relative;
}

#gauche-ligne2 h2{
    margin: 0px 0 12px 0;
    padding: 0px 0 5px 0;
	font-size:2.3em;
}

#gauche-ligne2 h2 span{
	font-family:'Rochester', cursive;
	display:block;
	font-size:1.2em;
}

#voir-liste-agenda{
	background:#f2f2f2;
	position:absolute;
	top: 15px;
    right: 35px;
	text-decoration:none;
	padding:5px 10px;
		-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

#voir-liste-agenda:hover{
	color:#fff;
	background:#154e79;
}

#agenda-accueil{
	display:table;
	width:100%;
}

#agenda-accueil .manif-accueil{
	display:inline-block;
	width:33%;
	text-decoration:none;
	max-width:350px;
	padding:10px;
}

#agenda-accueil .manif-accueil img{
	display:block;
	width:100%;
    margin: 0 auto;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.categorie-agenda-accueil{
	display:block;
	margin:0 auto 10px auto;
	text-align:center;
	width:100%;
}

.categorie-agenda-accueil span{
	display:inline-block;
	color:#fff;
	background:#c41249;
	border-radius:50px;
	padding:5px 13px;
	text-align:center;
	width:auto;
	font-weight:500;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.content-manif{
	display:table;
	width:80%;
	margin:-40px auto 0 auto;
	background:#fff;
	position:relative;
	text-decoration:none;
	padding:15px 20px 20px 20px;
}

.titre-manif{
	display:table-cell;
	width:auto;
	padding:10px 0 10px 10px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	opacity:1;
	vertical-align:middle;
	font-size: 1.1em;
    line-height: 1.2em;
}

.date-manif{
	display:table-cell;
	width:auto;
	padding:0 10px 0 0;
	color:#154e79;
	border-right:1px solid #154e79;
	font-weight:700;
	font-size:1.6em;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	opacity:1;
	vertical-align:middle;
}

.jour_date{
	font-weight:300;
	font-size:0.5em;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	opacity:1;
	display:block;
	clear:both;
}

.sep-date{
	font-weight:300;
	color:#c41249;
	padding:0 1px;
}

.sep-date2{
	font-weight:300;
	display:block;
	color:#c41249;
}

.date_carre{
	float:left;
	display:block;
	width: auto;
    min-width: 74px;
}


.lire-accueil{
	display:inline-block;
	position:absolute;
	bottom:0;
	right:0;
	background:#154e79;
	padding:5px 10px;
	color:#fff;
	font-weight:300;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

#agenda-accueil .manif-accueil:hover .lire-accueil{
	padding:5px 60px 5px 10px;
	opacity:1 !important;
}

#agenda-accueil .manif-accueil:hover img{
	opacity:0.6;
	width: 95%;
}

#agenda-accueil .manif-accueil:hover .date-manif, #agenda-accueil .manif-accueil:hover .titre-manif{
	opacity:0.5;
}

#droite-ligne2{
	display:table-cell;
	width:27%;
	padding:0 0 0 20px;
	color:#fff;
	text-align:center;
	position:relative;
	z-index:0;
	vertical-align:middle;
}

#illiwap{
	background:#154e79;
	padding:20px 20px 30px 20px;
	position:relative;
} 

#illiwap h2{
	color:#fff;
    width: 48%;
    display: inline-block;
	vertical-align: middle;
	font-size:1.2em;
}

#droite-ligne2 h2 span{
	font-family:'Rochester', cursive;
	display:block;
	font-size:1.2em;
}

#btn-illiwap{
	position:absolute;
	bottom:-20px;
	right:0;
	left:0;
	z-index:200;
}

#illiwap img{
	width:50%;
	height:auto;
	display:inline-block;
    vertical-align: middle;
}

#btn-illiwap a{
	text-decoration:none;
	background:#c41249;
	color:#fff;
	margin:0 auto;
	display:inline-block;
	width:auto;
	padding: 10px 15px;
}

.horaires {
    background: #dae6ef;
   	padding:30px;
    width: 100%;
    margin: 0px auto 30px auto;
    max-width: 600px;
	font-size:0.9em;
}

.horaires h2{
	color:#154e79;
	padding:0 0 20px 0;
	margin:0;
	font-size:1.3em;
}

.horaires p{
	display:block;
	padding:0 10px;
	margin:0;
	color:#154e79;
	margin: 0 0 3px 0;
	font-family: 'Arial', sans-serif;
}

.horaires span{
	font-weight:600;
	display:block;
}

#btn-acces{
	margin:0 0 30px 0;
	text-align:center;
}

#btn-acces a{
	border:1px solid #c41249;
	display: inline-block;
    width: 46%;
    text-decoration: none;
    padding: 5px 18px;
    margin: 0 5px;
    border-radius: 5px;
		-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

#btn-acces a:hover{
	border:1px solid #154e79;
	background:#dae6ef;
}

#btn-acces a svg{
	color: #c41249;
    font-size: 1.8em;
    display: block;
    padding: 0;
    margin: 10px 0;
}

#btn-acces a span{
	text-align:left;
	display:block;
}
/********************************************FIN ligne2*******************************/

/*******************************************FIN PAGE ACCUEIL***********************/


#ligne-outils{
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	font-family: 'Montserrat', sans-serif;
	position:relative;
}


/*********Fil d'ariane***********/

#fil_ariane{
	margin:0 0 0 0;
	padding:15px 10px 10px 0;
	text-align:left;
	color:#154e79;
	font-size:0.75em;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	text-transform:uppercase;
	float:left;
}

#fil_ariane a{
	color:#154e79;
	font-weight:500;
	text-decoration:none;
}

#fil_ariane a:hover{
	text-decoration:underline;
}

/**********************Outils************/
#outils{
	margin:0 0 0 0;
	padding:0;
	font-size:0.85em;
	width:auto;
	display:table;
	float:right;
}



#outils ul{
	display:table-cell;
	vertical-align:middle;
	list-style-type:none;
	margin:0;
	padding:0;
}


#outils ul li{
	margin:0 0 0 0;
	padding:0 0 0 3px;
	float:right;
	height:32px;
	/*border-right:1px solid rgba(0,0,0,0.1);*/
}


#outils ul li a{
	display:block;
	height:32px;
	padding:5px 0 0 32px;
	margin:0;
	color:#615D59;
	text-decoration:none;
	font-weight:700;
}

#outils ul li#krea3outils_print a {
    display: block !important;
    height: auto;
    padding: 0 5px !important;
    margin: 0;
    color: #fff !important;
    background: #154e79 !important;
    text-decoration: none;
    font-weight: 600 !important;
    width: auto !important;
}

#outils ul li a:hover{
	
}

#outils li#krea3outils_print{/*border-left:1px solid rgba(0,0,0,0.1);*/}

li#krea3outils_selectpages a{background:url(assets/images/icons_outils_ajouter.png) no-repeat center left;}
li#krea3outils_print a{background:url(assets/images/icons_outils_print.png) no-repeat center left;}
li#krea3outils_friend a{background:url(assets/images/icons_outils_friend.png) no-repeat center left;}

#outils ul li a span{
	display:block;
}

/**********Boutons de partage facebook, twitter, g+ *****/
#share_buttons{
	display:table-cell;
	vertical-align:middle;
	text-align:right;
	margin:0;
	padding:5px 0 0 0;
}

#share_buttons a{
	display:inline-block;
	width:32px;
	height:32px;
	margin:0 0 0 3px;
	padding:0;
}
/******Fin Boutons de partage facebook, twitter, g+ *****/ 


/******************Fin Outils************/

#image-header-page{
	width:100%;
	max-width:2200px;
	height:auto;
	position:relative;
	margin:95px auto 0 auto;
	display:block;
}

#image-header-page img{
	display:block;
	width:100%;
	height:auto;
}

#la-page{
	/*background:linear-gradient(to right, #FFF calc(100% - 350px), #fafafa 350px);*/
	position:relative;
	padding: 40px 35px 40px 35px;
}

.rubrique-id-1198 #la-page{
	padding: 40px 0 40px 0;
}


#content{
	float:left;
	width:75%;
	height:auto !important;
	min-height:400px;
	background-color:rgba(255,255,255,0.5);
	font-size:1em;
	line-height:1.3em;
	font-weight:300;
	font-family: 'Montserrat', sans-serif;
	color:#000;
	padding:0;
}

#content_large{
	clear:both;
	width:100%;
	padding:0 30px 60px 30px;
	margin:0;
	color:#000;
	background-color:#FFF;
	font-weight:300;
	position:relative;
	font-size:1em;
	line-height:1.3em;
	font-family: 'Montserrat', sans-serif;
}

#content_large #content{
	clear:both;
	width:100% !important;
	float:none !important;
}

#content img,
#content_large img{
	max-width:100%;
	height:auto;
}

#content a img, #content_large a img{
    display:block;
	position:relative;
    padding: 0 !important;
    margin: 0 !important;
}

#content strong,
#content_large strong{
	font-weight:700;
}

/**************************ACTUS***********************/

.nav-actus .svg-inline--fa {
    width: 30px !important;
    height: 30px !important;
}

.nav li.nav-suivant a:hover, .nav-actus .svg-inline--fa:hover{
}

.extrait_actu_page a.lire_actu {
    background-color: #3a7866 !important;
    font-size: 1em !important;
    font-weight: 400 !important;
	border-radius:0 !important;
	position:absolute;
	bottom:0;
	right:0;
	padding: 5px 10px !important;
}

.page-template-archives .has-post-thumbnail {
   	display: flex;
    float: left;
    width: 48%;
    border: 1px solid #eee;
    margin: 1%;
}

.extrait_actu_page h2 {
    color: #003059 !important;
    font-size: 1.1em !important;
}

.extrait_actu_page {
    border-bottom: none !important; 
	margin: 0 !important;
	position:relative;
	padding: 15px 15px 5px 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    line-height: 1.2em;
    color: #333;
	min-height: 240px;
	width:100%;
}

.extrait_actu_page small{
    border-top: 2px solid #154e79;
	color: #154e79 !important;
	font-weight:600;
	display:block;
	clear:both;
	text-transform:normal !important;
	padding:5px 0;
	bottom: 8px;
    width: calc(100% - 15px);
	position:absolute;
}

.extrait_actu_page .texte-actu {
    display: block;
    float: right;
    width: calc(100% - 170px);
}

.extrait_actu_page .vignette {
    width: 150px !important;
}
/**************************FIN ACTUS***********************/
/**************************AGENDA*********************/
#liste-agenda{
	display:table;
	width:100%;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
}

#liste-agenda .manif-liste{
	display:inline-block;
	text-decoration:none;
	max-width:350px;
	padding:10px;
	margin:0 0 40px 0;
	min-height:540px;
}

@media screen and (min-width:1550px){
#liste-agenda .manif-liste{
	width:25%;
}
}

@media screen and (max-width:1549px){
#liste-agenda .manif-liste{
	width:33%;
}
}

#liste-agenda  .manif-liste img{
	display:block;
	width:100%;
    margin: 0 auto;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.categorie-agenda-accueil{
	display:block;
	margin:0 auto 10px auto;
	text-align:center;
	width:100%;
}

.categorie-agenda-accueil span{
	display:inline-block;
	color:#fff;
	background:#c41249;
	border-radius:50px;
	padding:5px 13px;
	text-align:center;
	width:auto;
	font-weight:500;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

#liste-agenda .content-manif{
	display:table;
	width:80%;
	margin:-40px auto 0 auto;
	background:#fff;
	position:relative;
	text-decoration:none;
	padding:15px 20px 30px 20px;
}

.titre-manif{
	display:table-cell;
	width:auto;
	padding:10px 0 10px 10px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	opacity:1;
	vertical-align:middle;
	font-size: 1.1em;
    line-height: 1.2em;
	font-weight:600 !important;
	color:#000 !important;
}

.date-manif{
	display:table-cell;
	width:auto;
	padding:0 10px 0 0;
	color:#154e79;
	border-right:1px solid #154e79;
	font-weight:700;
	font-size:1.6em;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	opacity:1;
	vertical-align:middle;
}

.jour_date{
	font-weight:300;
	font-size:0.5em;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	opacity:1;
	display:block;
	clear:both;
}

.sep-date{
	font-weight:300;
	color:#c41249;
	padding:0 1px;
}

.sep-date2{
	font-weight:300;
	display:block;
	color:#c41249;
}

.date_carre{
	float:left;
	display:block;
	width: auto;
    min-width: 74px;
}


.lire-accueil{
	display:inline-block;
	position:absolute;
	bottom:0;
	right:0;
	background:#154e79;
	padding:5px 10px;
	color:#fff;
	font-weight:300;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

#liste-agenda .manif-liste:hover .lire-accueil{
	padding:5px 60px 5px 10px;
	opacity:1 !important;
}

#liste-agenda .manif-liste:hover img{
	opacity:0.6;
	width: 95%;
}

#liste-agenda .manif-liste:hover .date-manif, #liste-agenda .manif-liste:hover .titre-manif{
	opacity:0.5;
}

.nav li.nav-mode-carte a {
    margin-right: 10px;
    padding: 5px !important;
}

.nav li.nav-mode-liste a, .nav li.nav-mode-carte a {
    padding: 5px !important;
    width: 40px !important;
    text-align: center;
}

.ui-widget.ui-datepicker thead, .ui-widget.ui-datepicker .ui-datepicker-header, .ui-widget.ui-datepicker td .ui-state-active, .ui-widget.ui-datepicker td .ui-state-hover {
    background-color: #c41249 !important;
}
/*******************************FIN AGENDA**********************/
/******************************FICHE AGENDA***********************/
ul#date-manif-fiche li {
    border: 3px solid #c41249 !important;
    color: #154e79 !important;
    font-weight: 600 !important;
}

.agenda .nav li.nav-retour-annuaire a, .agenda .nav li.nav-precedent a, .agenda .nav li.nav-suivant a {
    padding: 5px !important;
    width: 30px;
    height: 30px;
    font-size: 20px;
}
/*******************************ANNUAIRE**********************/
.listing li.un-bloc-listing a{
   background:transparent !important;
}

.listing li.un-bloc-listing {
    float: none;
    border-left: none;
	border-right: none;
	border-top:5px solid #154e79;
	margin: 20px 0 !important; 
}

.listing .listing-item, .listing .listing-item-annuaire {
    width: 100% !important;
    height: auto !important;
}

.listing .listing-item img {
    width: 150px !important;
	float:left;
}

.listing .listing-item > a, .listing .listing-item > .commerce {
    display: inline-block !important;
    width: calc(100% - 270px) !important;
    height: auto !important;
	position:relative !important;
	bottom:auto !important;
}

.listing li.un-bloc-listing .tel-fiche {
    background: rgba(196, 18, 73, 1) !important;
	border-radius:50px;
    display: inline-block;
    padding: 5px 15px;
    font-family: 'Arial', sans-serif;
	margin: 10px 0 0 0;
}

.listing li.un-bloc-listing .tel-fiche span{
    color:#fff !important;
}

.listing-item-annuaire h3{
    margin:15px 0 0 0 !important;
}

.listing .listing-item a p, .listing .listing-item .commerce p {
    color: #000 !important;
	font-weight:400;
}

.listing .listing-item a p::after{
    content:'Lire';
	display:inline-block;
	position:relative;
	margin:0 0 0 20px; 
	color:#154e79;
	background:#f2f2f2;
	font-weight:400;
	padding:5px 10px;
}

/**************************************FICHE ANNUAIRE*****************************/
p span.term {
    background-color: rgba(196, 18, 73, 1);
    color: #fff;
}

#sticky-bloc-fiche p.btn_site a, #sticky-bloc-fiche p.btn_mail a {
    display: inline-block !important;
}

#sticky-bloc-fiche p.btn a {
    color: #fff !important;
}

#sticky-bloc-fiche p.btn svg, #sticky-bloc-fiche p.btn svg {
    color: rgba(196, 18, 73, 1) !important;
}

#sticky-bloc-fiche {
    border: none !important;
    background-color: #dae6ef !important;
}

#description-fiche p, #description-fiche li{
    color: #000 !important;
}

a.btn_itineraire {
    display: inline-block !important;
    padding: 5px 20px !important;
    background-color: #FFF !important;
    border: 5px solid #3a7866 !important;
    color: #154e79 !important;
    background: #fff !important;
    margin: 20px auto 0 auto !important;
}

.nav li.nav-retour-annuaire a, .nav li.nav-precedent a, .nav li.nav-suivant a {
    padding: 5px !important;
}

.nav li a span.icon-nav {
    padding: 2px 0px !important;
}

.association .nav-listing, .association .nav-fiche, .association .nav-actus {
    text-align: right;
    font-size: 0.8em !important;
}
/*************************************** Gauche ***************************************************/
#gauche{
	display:block;
	float:left;
	width:25%;
	padding:0 40px 0 0;
	margin:0 0 20px 0;
}

/****************************Menu page**********************************/
#la-page #btn-acces a span {
    font-size: 0.8em;
}

.sidebar{
	background-color:#dae6ef !important;
	margin:0;
	padding:20px 0 0 20px;
}

/*bouton filtrer pour les petits écrans*/
#bt-filtrer{display:none;}

.sidebar ul#menu_pages,
.sidebar ul#menu_annuaire{
	margin:0 0 30px 0;
	padding:10px 0 30px 0;
	height:auto !important;
	height:40px;
	min-height:40px;	
	font-size:1em;
}


.sidebar ul .pagenav{
	font-weight:600;
	color:#333;
	padding:15px 0 0 0;
	margin:0 0 0 0;
	font-size:1.2em;
	font-family: 'Montserrat', sans-serif;
	max-width:300px; /*= la largeur des liens img*/
}

.sidebar ul#menu_pages .pagenav{color:#333;}
.sidebar ul#menu_annuaire .pagenav{color:#333;}


.sidebar ul .pagenav ul{
	text-transform:none;
	text-align:left;
	margin-top:10px;
}

/*Les pages (niveau3)*/
.sidebar ul .pagenav ul ul{
	margin-top:0;
	padding:0 0 30px 0;
	font-size:0.9em;
}

.sidebar ul li{
	list-style-type:none;
}

.sidebar ul a{
	text-decoration:none;
	padding:10px 10px 10px 10px;
	display:block;
	border-bottom:1px solid rgba(0,0,0,0.1);
	font-size:0.8em;
}

.sidebar ul#menu_pages a{color:#484a4b; font-weight:400;}
.sidebar ul#menu_annuaire a{color:#333; font-weight:300;}

/*mettre une majuscule aux mois dans les actus (demande Beuzeville) */
.sidebar ul#menu_pages.menu-actu a:first-letter{text-transform:uppercase;}

.sidebar ul ul li:first-child{
	padding-top:15px;
}

.sidebar ul ul li ul li:first-child{
	border-top:none;
}


.sidebar ul li.has_children{
	padding:0;	
	margin:0;
}

.sidebar ul li.has_children ul{
	margin:0 0 0 10px;
}

.sidebar ul li.has_children a{
	margin:0;
}

.sidebar ul li.has_children a:hover{
}

.sidebar ul ul{
	padding:0;
	margin:0;	
}

.sidebar ul ul li{
	margin:0;
	padding:0;
}

.sidebar ul ul ul li{
	padding-left:10px;
}


.sidebar ul li.has_no_children a{
	padding-left:10px;
	margin:0 0 0 0;
}

.sidebar ul li.has_no_children a:hover{
	
}

.sidebar ul#menu_pages li.current_page_item > a,
.sidebar ul#menu_annuaire li.current_page_item > a{
	font-weight:600;
	color:#003059;
}

.sidebar ul li.current_page_item.has_children a{
	border-left:none;
}


/*****************Menu déroulant gauche****************/

.sidebar ul li.pagenav ul li.niv-2 ul{
	display:none;
}

.sidebar ul li.pagenav ul li.niv-2.taxonomy_item.page_item.has_children ul{
	display:block;
}

.sidebar ul li.pagenav ul li.current_page_item ul{
	display:block;
}

.sidebar ul li.pagenav ul li.current_page_parent ul{
	display:block
}

.sidebar ul li.pagenav ul li.current_page_ancestor ul{
	display:block;
}

/****************Fin Menu déroulant gauche**************/


/**************Sidebar carto***********************/

#sidebar-carto{
	margin:0;
	padding:40px 30px 40px 0;
	font-family: 'Montserrat', sans-serif;
	font-size:1em;
}

.filtres-carte{
	margin:0;
	padding:0 0 0 20px;
}

.filtres-carte #titre-filtrer{
	color:#333;
	font-weight: 700;
	text-transform:uppercase;
	font-size: 1.2em;
	display:block;
	padding:0 0 15px 0;
	margin-bottom:15px;
}

.filtres-carte > ul {
	margin:0;
    padding:0;
}

/** Les types ex: Agenda, Associations, Localisations... **/
.filtres-carte > ul > li {
    display: block;
	margin:0;
	padding:0;
	height:auto;
    height: 60px;
    overflow: hidden;
	border-top:none;
}

.filtres-carte > ul > li > div{
	height: 60px;
	display:table;
	width:100%;
}

.filtres-carte > ul > li[data-color="filtre-actif"].show div,
.filtres-carte > ul > li[data-color="filtre-actif"] div:hover {
    /*background: rgba(0,0,0,0.1);*/
}

.filtres-carte > ul > li > div > a{
	display:table-cell;
	vertical-align:middle;
	margin:0;
	padding:0 50px 0 0;
	color:#484a4b;
	font-size:1em;
	font-weight:300;
	position:relative;
}

/*:after ou before pour appeler l'icone*/
.filtres-carte > ul > li > div > a:after {
    display: none;
	font-family: "Font Awesome 5 Solid";
	content: "\f078";
 }

/*c'est sur le svg qu'on stylise l'icone car font awesome mettra un svg*/
.filtres-carte > ul > li > div > a > .svg-inline--fa {
	position: absolute;
    width: 40px;
	top:20px;
    right: 0;
	-webkit-transition: left .4s ease;
    -moz-transition: left .4s ease;
    -o-transition: left .4s ease;
    transition: left .4s ease;
  }
  
  
  

.filtres-carte > ul > li.show > div > a:after{
    content: "\f00d";
}
/** Fin des types **/

/*.filtres-carte > ul > li.show div, .filtres-carte>ul>li div:hover {
    background: #1988AF;
    color: #fff;
    cursor: pointer;
}*/


/* Les sous catégories qui apparaissent au clic*/

/*affichage du conteneur (bloc) des sous catégories quand on clique*/
.filtres-carte > ul > li.show,
.filtres-carte > ul > li > ul.children > li  {
    height: auto;
    overflow: visible;
}

/*Une sous catégorie*/
.filtres-carte > ul > li ul li {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    height:auto;
    min-height: 42px;
    /*line-height: 42px;*/
    cursor: pointer;
    padding:10px 50px 10px 20px;
    font-size:1.2em;
	width:95%;
    color: #000;
    font-weight: 400;
    opacity: 0;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate3d(-20px, 0, 0);
    -moz-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
   /* -webkit-transition-property: -webkit-transform, opacity, -webkit-transform;
    transition-property: -moz-transform, opacity, -webkit-transform;
    transition-property: -o-transform, opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;*/
}
.carto_extrait_actu_page small {
    font-size: 1.1em !important;
}

.leaflet-popup a{
    padding:0 !important;
}

.carto_extrait_actu_page h2 {
    line-height: 1em !important;
}

.carto_extrait_actu_page h2 a{
    line-height: 1em !important;
	color: #154e79 !important;
    font-weight: 600 !important;
}

.carto_extrait_actu_page a.lire_actu {
    font-size: 1.1em !important;
    font-weight: 400 !important;
}

#sidebar-carto ul ul li:first-child {
    border-top: none;
}

/*affichage des sous catégories (texte) quand on clique*/
.filtres-carte > ul > li.show li{
    opacity: 1 !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
	padding-right:0 !important;
	position:relative;
}

.filtres-carte > ul > li.show li span{
	display:block;
	position:relative;
	width:100%;
	padding-right:40px;
}

/*La case à cocher / C'est sur :after ou before pour appeler l'icone*/
.filtres-carte > ul > li > ul > li > span:after,
.filtres-carte ul.children > li > span:after {
	font-family: "Font Awesome 5 Solid";
    display:none; /* masquer le :after pour le svg */
    content: "\f192"; 
}

/*La case à cocher mode "cochée"*/
.filtres-carte > ul > li > ul > li.show > span:after,
.filtres-carte ul.children > li.show > span:after {
    content: "\f111";
    display:none; 
}

/*Positionnement et couleur case à cocher FontAwesome 5 / c'est sur le svg qu'on stylise l'icone car font awesome mettra un svg*/
.filtres-carte > ul > li > ul > li > span > svg{
	position: absolute !important;
    width: 40px;
    right: 0;
	bottom:3px;
    color: #154e79;
	font-size:1.1em;
	-webkit-transition: left .4s ease;
    -moz-transition: left .4s ease;
    -o-transition: left .4s ease;
    transition: left .4s ease;
}



/*.filtres-carte > ul > li div span[class^="icon-"]{
    position: absolute;
    top: 0;
    left: 0;
    height: 75px;
    line-height: 75px;
    width: 70px;
    text-align: center;
    font-size: 28px;
    font-size: 1.75rem;
    display:none;
}


.filtres-carte>ul>li ul li:nth-child(1) {
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}*/

/***********Fin sidebar carto***********************/


/************************Fin Menu page**********************************/


/************************Fin gauche**********************************/

/*Styles à dupliquer dans tinymce.css*/
h1{
	margin:0;
	padding:20px 0 20px 0;
	color:#003059;
	font-weight:700;
	font-size:3.2em;
	line-height:1em;
	font-family: 'Montserrat', sans-serif;
}


h2{
	margin:20px 0 12px 0;
	padding:5px 0 5px 0;
	font-size:1.9em;
	line-height:1.35em;
	color:#154e79;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;	
}


h3{
	margin:20px 0 10px 0;
	padding:0;
	font-size:1.5em;
	line-height:1.35em;
	color:#003059;
	font-weight:500;
	font-family: 'Montserrat', sans-serif;
}

h4{
	margin:10px 0 0 0;
	padding:0;
	font-size:1.2em;
	color:#003059;
	font-weight:700;
	
}

h5{
	margin:8px 0 0 0;
	padding:0;
	font-size:1.1em;
	color:#666;
	font-weight:700;
}

h6{
	color:#c41249;
	font-weight:700;
}

p{
	padding:0;
	margin:7px 0 0 0;
}

ol,
ul{
	list-style-position:inside;
}

ul{
	list-style-type:square;
}

ol li {
	color:#333;
}

li {
	color:#333;
}

a{
	color:#333;
	font-weight:bold;
}

#content a, #content_large a {
    background-color: #154e79;
    font-weight: 300;
    text-decoration: none;
    color: #fff;
    padding: 0 5px 0 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	display:inline-block;
}

#content a:hover, #content_large a:hover {
   cursor:pointer;
}

.pgthumb a, .pgthumb_phototheque a, #liste-agenda .manif-liste{
    background: #fff !important;
}

a.fancybox{
	text-decoration:none;
}

address{
	color:#a8a8a8;
	font-size:1.3em;
	font-style:italic;
	font-weight:300;
	font-family: 'Montserrat', sans-serif;	
}

blockquote{
	margin:40px 7% 40px 7%;
	padding:40px;
	/*background:url(assets/images/hachures.png) #FFF;*/
	border-top:1px solid rgba(0,0,0,0.1);
	border-bottom:1px solid rgba(0,0,0,0.1);
	height:auto;
	/*background-image: url(assets/images/blockquote1.png), url(assets/images/blockquote2.png);
  	background-position: top left, left bottom;
  	background-repeat: no-repeat;*/
}


blockquote p{
	text-align:left;
	font-size:1.2em;
	line-height:1.3em;
	padding:0;
	margin:0;
	color:#333;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;

}


img{
	border:none;
	max-width:100%;
}
/*fin des styles à dupliquer dans tinymce.css*/

.clearer{
	display:block;
	width:100%;
	clear:both;
}

.owl-carousel .owl-item img {
    margin: 0 auto !important;
    float: none !important;
}

.owl-item{
    border:none !important;
}
/******************************Liens Enfants / Menu page par défaut********************************/
ul.liens_enfants{
	list-style-type:none;
	text-align:center;
	background: url(assets/images/vague-menu.png) #fff no-repeat center 10px;
	padding:70px 0 15px 0;
	border-top: 5px solid #154e79;
	border-bottom: 5px solid #154e79;
}

ul.liens_enfants li{
	border:2px solid #3a7866;
    display: inline-block;
    margin: 5px;
    padding: 3px;
}

ul.liens_enfants li a{
	text-decoration:none;
	font-weight:500 !important;
}
/***ul.liens_enfants{
	list-style-type:none;
	margin:50px auto 50px auto;
	padding:80px 5% 40px 5%;
	display:block;
	width:100%;
	font-size:1.4em;
	border:7px solid #154e79;
	columns:3 auto;
	column-rule:1px solid rgba(0,0,0,0.1);
	background:url(assets/images/top-liens-enfants.png) no-repeat top center, url(assets/images/hachures.png) #FFF;
}

ul.liens_enfants li{
	display:inline-block;
	width:100%;
	padding:0 10px 0 0;
	margin:10px;
}

ul.liens_enfants li a{
	display:block;
	padding:10px;
	margin:0;
	color:#333;
	text-decoration:none;
	font-family: 'Montserrat', sans-serif;	
	font-weight:400;
	border-bottom:1px solid rgba(0,0,0,0.1);
	-webkit-transition: border-bottom 1s ease;
	-moz-transition: border-bottom 1s ease;
	-ms-transition: border-bottom 1s ease;
	-o-transition: border-bottom 1s ease;
	transition: border-bottom 1s ease;
}

ul.liens_enfants li a:hover{
	border-bottom:1px solid #154e79;
	color:#154e79;
}

@media screen and (min-width:481px) and (max-width:1279px){
	ul.liens_enfants{
	font-size:1.1em;
	columns:2 auto;
	}
}

@media screen and (max-width:480px){
	ul.liens_enfants{
	font-size:1em;
	columns:1 auto;
	}
}***/


/****************************Fin Liens Enfants / fin menu page par défaut******************************/

/*****************************moteur recherche site***********************************************/

ul#recherche_site{
	list-style-type:none;
	margin:0 0 0 0;
	padding:4px 0 0 0;
	display:inline-block;
}

ul#recherche_site label{
	display:none;
}

#searchform input[type="text"]{
	border:rgba(0,0,0,0.1);
	height:40px;
	display:block;
	float:left;
	margin:0 10px 0 0;
	padding:0 10px 0 10px;	
	width:180px;
	color:#3f4142;
	font-size:1em;
}


#searchform input[type="submit"]{
	border:1px solid #ecf0f3;
	color:#000 !important;
	font-weight:normal;
	text-indent: -5000px;/* pour cacher le texte*/
	display:block;
	float:left;
	height:40px;
	width:40px;
	background:url(assets/images/icon-search.png) no-repeat;
	border-radius:0;
	margin:0;
	padding:0;
	font-size:1.5em !important;
	font-weight:700;
}

#searchform input[type="submit"]:hover{
	/*background-color: #433e38;*/
	cursor:pointer;
}

#content #searchform input[type="text"]{
	border:2px solid #eee;
}

#content #searchform input[type="submit"]{
	
}


.krea3_formulaire .phrase_form_contact_rgpd{
	text-align:center;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

.krea3_formulaire fieldset{
	margin-bottom: 10px;
	margin-top:0;
	padding:20px 10px 20px 10px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
    border-top: 5px solid #003059;
}

.krea3_formulaire input, .krea3_formulaire select, .krea3_formulaire textarea {
    border: #003059 2px solid !important;
    background: #fff !important;
}

.error{
	color: #c41249;
	font-weight:600;
}

.krea3_formulaire fieldset legend.obligatoire{
	padding: 0 10px;
	font-size: 1.1em;
	margin-left:35%;
	color:#fff;
	background:#c41249;
}

.krea3_formulaire input:hover[type="submit"] {
    background:#c41249;
}

label[for="rgpd"] {
    width: 100% !important;
    text-align: center !important;
   	border:1px solid #eee;
    border-radius: 5px;
    padding: 20px;
    margin: 0;
}

label[for="rgpd"] input#rgpd {
    width: 20px;
}

.krea3_formulaire input[type="submit"] {
    background: #154e79 !important;
    color: #fff;
	border-radius:50px;
}

/***************************Page de résultats ******************************/

/*Le formulaire quand aucun résultat*/
#la-page #searchform{
	background-color:#c41249;
	text-align:center;
	padding:40px 30px 40px 30px;
}

#la-page #searchform div{
	display:inline-block;
}

#la-page #searchform input[type="text"]{
	background: #fff;
    border: medium none !important;
    color: #333 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6em !important;
    font-weight: 300 !important;
    height: 50px !important;
    margin: 0 10px 0 0 !important;
    text-align: center;
	width:70% !important;
	max-width:400px!important;
	border-radius:50px;
}

#la-page #searchform input[type="submit"]{
	border:none;
	background-color:transparent;
}

label.screen-reader-text{display:none;} /*Pour cacher le "Recherche pour" des résultats de recherche*/

.page-resultats-recherche div.hentry{
	display:block;
	padding:0 0 20px 0;
	margin:20px 0 20px 0;
	border-bottom:1px solid #eee !important;
	width:100%;
}

.page-resultats-recherche .has-post-thumbnail{
	border:none !important;
}

/*Le titre lien d'un résultat*/
h3.entry-title a{
	color:#154e79;
	text-decoration:none;
	font-weight:600;
}

h3.entry-title a:hover{
	text-decoration:underline;
}

/*Résultats suivants / précédents*/
#nav-above,
#nav-below{clear:both;}

#nav-above{margin:0 0 20px 0;}
#nav-below{margin:30px 0 0 0;}


/***********************Fin Page de résultats de recherche***********************/


/*************************Fin moteur recherche site***********************************************/



/*****************page des élus*******************************/

/*Dans le BO mettre "aucun" sur chaque images en alignement de l'image*/

body.page-id-1918 #content{
	text-align:center;
}

body.page-id-1918 .wp-caption{
	display:inline-block;
	vertical-align:top;
	height:auto;
	min-height:280px;
	margin-bottom:10px;
}


/*************fin page des élus*******************************/


/****************************Plan du site**********************************/
#krea3_plan_site{
	margin:0;
	padding:0;
}

#krea3_plan_site ul{
	margin:0 0 0 0;
	padding:0 5px 10px 0;
}

/*niveau 1*/
#krea3_plan_site li{
	list-style-type:none;
	margin:10px 0 40px 0;
	padding:0 4% 0 4%;
	font-size:1.3em;
	font-weight:700;
	font-family: 'Montserrat', sans-serif;	
}

#krea3_plan_site > li{
	padding:0 4%;
}

#krea3_plan_site li a{
	text-decoration:none;
	text-transform:uppercase;
	color:#3a7866;
	font-weight:700;
	display:block;
	padding:10px 0 20px 0;
	margin:0;
	background:#fff;
}

#krea3_plan_site li a:hover{
	text-decoration:underline;
}


/*niveau 2*/
#krea3_plan_site ul li{
	border-bottom:1px solid rgba(0,0,0,0.1);
	padding:5px 30px;
	margin:2px 10px 2px 0;
	font-size:0.9em;
	text-transform: none;
    background: url(assets/images/vague-menu.png) #fff no-repeat;
	background-position: left top;
    background-size: 18px auto;
}

#krea3_plan_site ul li a{
	font-weight:normal;
	color:#154e79;
	text-transform:none;
	padding:0;
	border-bottom:none;
	margin:0;
}

#krea3_plan_site ul li a:hover{
	
}

/*niveau 3*/
#krea3_plan_site ul li ul li{
	border:none;
	font-size:0.9em;
	margin-left:20px;
	padding:0 0 0 0;
	background:#fff;
}

#krea3_plan_site ul li ul li a{
	color:#666;
}

/*niveau 4*/
#krea3_plan_site ul li ul li ul li{
	padding:0 10px 0 10px;
}





/****************Footer*************************************************/

#logo-client-footer{
	float:right;
	display:block;
}

footer{
	font-family: 'Montserrat', sans-serif;
	color:#000;
	font-weight:400;
	text-align:left;
	position:relative;
	padding:0;
	display:table;
	width:100%;
	clear:both;
	background:#fff;
}

#facebook-footer{
	display: table-cell;
    width: 30%;
    background: #5378b5;
    padding: 20px 20px 50px 80px;
	vertical-align: middle;
}

#facebook-footer h2{
	color:#fff;
	font-weight:400;
}

#facebook-footer h2 span{
	font-weight:700;
	background: #4867aa;
    padding: 0 10px;
}

#facebook-footer ul{
	list-style-type: none;
    color: #fff;
    margin: 0;
    padding: 0 0 0 20px;
    border-left: 3px solid rgba(255,255,255,0.5);
}

#facebook-footer ul a{
	color:#000;
	text-decoration:none;
	font-weight:400;
}

#facebook-footer ul a svg {
    color: #fff !important;
    text-decoration: none;
    font-weight: 400;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
}

#facebook-footer ul a span {
    display: inline-block;
    vertical-align: middle;
}

#facebook-footer li{
	display:block;
	font-size:1.2em;
	padding:8px 0;
}

#fond-haut-footer {
    background-color: #ddc9b6;
	padding:20px 0;
}


#top-footer{
	display:table;
	width:100%;
	border-top:5px solid #154e79;
	padding:0;
}

#top-footer-gauche{
	display:table-cell;
	width:auto;
	vertical-align:middle;
	padding:0;
	position:relative;
	border-left: 8px solid #fff;
}

#top-footer-droite{
	display:table-cell;
	width:800px;
	max-width:50%;
	vertical-align:middle;
	border-left: 8px solid #fff;
    padding: 0 0 0 30px;
}

#top-footer-droite img{
    width:100%;
	height:auto;
}

#top-footer {
    padding-right: 3% !important;
}
/*****************Coordonnees***********************/

#mairies-footer{
	padding:0;
	display:table;
}

#titre-mairies-footer{
	display:table-cell;
	vertical-align:middle;
	padding:0px;
	margin:0;
	width:300px;
}

#logo-footer{
	display:inline-block;
}

/*****************Coordonnees***********************/
.coordonnees {
    background: linear-gradient(to right, #3a7866, #136d87, #154e79);
   	color:#fff;
	padding:30px;
    width: 80%;
    margin: 20px auto;
    max-width: 600px;
}

.adresse-postale span{
	font-style:italic;
	font-size:0.8em;
	margin:0 0 15px 0;
	display:block;
}

.coordonnees h2 {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	margin:0;
	padding:0 0 10px 0;
	font-size: 1.4em;
}

.coordonnees a {
	color: #000;
}

#rue-mairie{
	display:block;
	clear:both;
	margin:0 0 10px 0;
}

.adresse-postale{
	margin:0 0 10px 0;
}

.lien-reseaux-footer{
	display:inline-block;
	clear:both;
	border-radius:50px;
	vertical-align:middle;
	color:#fff !important;
	border:1px solid #fff;
	padding: 7px;
    text-decoration: none;
    font-weight: 500;
	margin:10px 2px 0 2px;
}

.tel-footer, .contact-footer{
	display:inline-block;
	border-radius:50px;
	vertical-align:middle;
	margin:10px 2px;
}

.tel-footer span, .contact-footer span{
	display:none;
}

.tel-footer{
	background:#fff;
	text-decoration:none;
	font-weight:500;
	color: #000;
	height:35px;
	margin:0;
	padding: 9px 15px;
}

.contact-footer{
    background: #154e79;
    padding: 7px;
    text-decoration: none;
    font-weight: 500;
    color: #fff !important;
}

.contact-footer span{
    display:none;
}

.contact-footer svg{
    font-size:1.3em;
}

.coordonnees .lien-footer {
	background-color: #90DCE2;
	color: #000;
}

.coordonnees a#footer-contact {
	background-color: #D7E241;
}

.coordonnees a#footer-horaires {
	background-color: #fbc6ae;
}

#permanences{
	display:block;
	margin:15px 0 0 0;
	font-size:0.8em;
}

#permanences h4{
	color: #000 !important;
	font-size:1em !important;
	display:inline-block;
}

#permanences p{
	display:inline-block;
}

#permanences p::before{
	display:inline-block;
	content:'/';
	padding:0 5px;
}
/*************Fin Coordonnees***********************/

/*************Fin Coordonnees***********************/

#fond-bas-footer{
	padding:0 200px 0 50px;
	display:block;
	width:100%;
}

#bas-footer{
	display:table;
	width:100%;
}

#bottom-footer{
	text-align:center;
}

#menu_partenaires{
	list-style-type:none;
	display:table-cell;
	width:50%;
	vertical-align:middle;
	min-width: 400px;
	text-align:right;
	padding: 10px;
    border: 2px solid #fff;
}

#menu_partenaires li{
	display:inline-block;
	margin: 0 0 0 10px;
}

#menu_partenaires img{
	height:60px;
	width:auto;
	}


ul#menu_footer{
	display: table-cell;
	width:50%;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 0;
	margin: 0;
	vertical-align:middle;
	font-size: 0.95em;
	position: relative;
	text-align:left;
}

ul#menu_footer li:last-child{
	border-right:1px solid rgba(0,0,0,0.1);
	padding-right:10px;
}

ul#menu_footer li{
	display:inline-block;
	vertical-align: middle;
	margin:0;
	padding:0 10px;
	border-left:1px solid rgba(0,0,0,0.1);
}


ul#menu_footer li a{
	display:block;
	color:#000;
	text-decoration:none;
	padding:0;
	font-weight:400;
	border:none;
}

ul#menu_footer li a img,
ul#menu_footer li a span{
	display:inline-block;
	vertical-align:middle;
}

ul#menu_footer li a:hover{
	text-decoration:underline;
}

ul#menu_footer li:last-child a:hover{
	text-decoration:none;
}

ul#menu_footer li:last-child a:hover span{
	text-decoration:underline;
}

#les-labels{
	background:#f2f2f2;
	width:100%;
	padding:25px 0;
	text-align:center;
}

#les-labels a{
	text-decoration:none;
	color:#000;
}

#ville-fleurie, #jumelage{
	display:inline-block;
}

#separateur-labels{
	display:inline-block;
	margin:0 30px;
}

#jumelage img{
	padding:5px 10px 0 10px;
}
/***********************************************************************/
/**********************Fin Footer***************************************/

#scroll {
    border-radius: 4px 4px 0 0;
    bottom: 0;
	background:#3a7866;
}


/*************************POST IT***************************/
.remodal {
    border-radius: 0 !important;
    padding-top: 130px !important;
}

.remodal-overlay {
    background: rgba(33, 36, 46, 0.8) !important;
}

.remodal-confirm, .remodal-cancel {
    width: 60px !important;
	background:#c41249 !important;
}

.remodal-close {
    border: none !important;
}

.remodal-close:after {
    color: #154e79 !important;
    font-weight: 200 !important;
    font-size: 2.3em !important;
}

.remodal-confirm:active,
.remodal-confirm:hover, 
.remodal-close:hover {
    background: #fff !important;
    color: #000 !important;
}


/******************************************RESPONSIVE*******************************************/
/*****************************CSS TINY***********************************************/
@media screen and (max-width: 340px){
#logo-site {
    left: 20px !important;
}
	
#btn-acces a {
    width: 45% !important;
    font-size: 0.85em !important;
    padding: 5px 10px !important;
}

.coordonnees {
    padding: 10px !important;
}
	
#bas-footer {
    display: block !important;
}
}

@media screen and (min-width: 341px) and (max-width: 480px){
#logo-site {
    left: 50px !important;
}
}

@media screen and (max-width:480px){
	
body{
	font-size:0.9em;
}
	
header{
	position:relative !important;
	height:75px:
}
	
#top-header {
    width: 100% !important;
    margin: 0 !important;
}
		
#logo-site {
    width: 250px !important;
    height: auto !important;
    top: 20px;
}

#nav {
    padding: 0 0 20px 0 !important;
}

nav#menu-principal{
	width:100%;
	background-color:transparent;
	text-align:left;
	margin:0 0 0 0;
	position:absolute;
	top:0;
	left:0;
	z-index:1000; /* Pour passer par dessus diapo accueil*/
	padding:0;
}
	
#nav li > .parent {
    background-position: 95% 50% !important;
}	
	
#menu li span {
    display: inline-block !important;
    clear: none !important;	
}
	
#menu{
	border-bottom:none;
}
	
#nav > li > a, header.menu-reduit #nav > li > a {
    font-size: 1.4em !important;
    padding: 10px 12px !important;
	margin:0 !important;
}

#nav > li {
    border-bottom:1px solid #eee;
}	
	
#nav{	
	border-top: 5px solid #3a7866;
}
	
#nav > li.hover > ul {
    left: 0;
}
	
#nav > li > ul {
    width: 100%;
}
	
#nav > li > ul > li > a {
    display: block;
    padding: 0 0 9px 5px;
    background: #fff;
    border-bottom: 1px solid #eee !important;
}
	
#nav > li > ul > li > a {
    padding: 0 0 9px 5px !important;
}
	
#nav li > .parent {
    background-size: 13px auto;
}
	
.toggleMenu {
    height: 68px !important;
}

main{
	padding-top:0;
}

main#main-accueil{
	border-top:none;
}

main.largeur92{
	width:100%;
	margin-top:0;
}

#conteneur{
	width:100%;
	margin:0 auto 0 auto;
	z-index:0;
}

#gauche{
	display:none !important;
}
	
#content {
    float: none !important;
    width: 100% !important;
}
	
h1.titre-fiche{
	margin:15px 0 0 0 !important;
}
	
#outils ul li, #outils li#krea3outils_print {
    display:none !important;
}
	
ul.liens_enfants {
    columns: 1 auto !important;
}

.extrait_actu_page .vignette {
    float: none !important;
    margin: 0 auto 15px auto;
    max-width: 150px;
}
	
.extrait_actu_page a.lire_actu {
    display: table;
    float: none;
    margin: 10px auto 0 auto;
}
	
.extrait_actu_page .texte-actu {
    float: none !important;
    width: 100% !important;
	text-align:center;
}
	
/*******************header*********************/



#outils{
	clear:both;
}


/*Le diaporama*/
#diapo-accueil {
    height: auto;
	margin:0;
	padding:0;
}
	
.slideshow .cycle-slide .slide-body {
    display: none;
}
	
.slider-nav a.slide-next {
    right: 10px !important;
}
	
.slider-nav a.slide-prev {
    left: 10px !important;
}

#volet_clos {
    display: none;
}
	
/***************fin header*********************/

/************************Page d'accueil**************************************/
/**********************ligne1**********************************/

#fond-ligne1{
	padding: 0;
	margin:20px 0 0 0;
}

#ligne1{
	display:block;
	width:100%;
	padding:20px !important;
	margin:0;
}
	
#liste-actus {
    width: 100% !important;
	margin:20px 0 0 0;
}
	
#ligne1 .owl-carousel .owl-item img {
    width: 100px;
}
	
/*******************fin ligne1*********************************/

/**********************ligne2**********************************/
#fond-ligne2 {
    background: #fff;
    width: 100%;
    padding: 20px 0;
}	
	
#ligne2 {
    display: block !important;
    padding: 0 !important;
 	width: 100%;
}
	
#gauche-ligne2, #droite-ligne2{
    display: block !important;
    padding: 20px !important;
 	width: 100%;
}
	
#agenda-accueil .manif-accueil {
    display: block;
    width: 100%;
	margin: 0 auto 15px auto;
}
	
.content-manif {
    width: 90%;
}
	
.horaires h2 {
    margin: 0 !important;
}
	
/*******************fin ligne2*********************************/


/*********************FIn page accueil*******************/
.remodal {
    background-size: 150% auto !important;
}

/***************page****************************/

#image-header-page{
	padding-top:0;
	margin:0 auto;
}

#la-page{
	display:block;
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden; /*pour le menu (filtres) des annuaires*/
	background:#fff !important;
}

/***************************************/
/*Pour le menu (filtres) des annuaires*/
/*#gauche*/
/*#gauche*/
#gauche {
    float: none;
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    margin: 0;
    padding: 0;
    transition: all 500ms ease 0s;
    width: 100%;
    z-index: 3;
	background-color:#211261;
}

/*#gauche:hover*/
#gauche:hover{
	left:0;
	
}


#bt-filtrer{
	display:block;
    background-color:#211261;
	color:#FFF;
	font-family: 'Heebo', sans-serif;
	font-weight:400;
	font-size:0.9em;
	text-transform:uppercase;
	text-align:center;
    padding:15px 5px 15px 5px;
	margin:0;
    width:70px;
	position:absolute;
	top:0;
	right:-70px;
}

.sidebar ul#menu_pages{display:none;}

.sidebar ul#menu_annuaire,
.sidebar #filtres-carte{
	margin:0 0 0 0;
    width:100%;
	border:10px solid #211261;
}

.sidebar #filtres-carte{padding:10px;}

#fil_ariane{
}

/*Fin du menu (filtres) des annuaires*/
/***************************************/



#content{
	float:none;
	width:100%;
	height:auto !important;
	min-height:100px;
	padding:10px 15px 30px 15px;
	margin:0 0 0 0;
	color:#666;
	border-right:none;
}

#content_large{
	width:100%;
	padding:10px 15px 30px 15px;
	margin:0 0 0 0;
	border-top:none;
	color:#666;
}


#ligne-outils{
	margin-right:0;
	padding:0;
	margin:0;
}


#outils ul,
#outils #afficher-carnet-voyage,
#taille_texte,
#trad-google{
	display:none;
}

h1 {
    font-size: 1.8em !important;
}
	
h2 {
    margin: 30px 0 12px 0 !important;
	font-size: 1.4em !important;
}
	
ul#date-manif-fiche li {
    font-size: 1em !important;
}
/***********fin page****************************/
.page-template-archives .has-post-thumbnail {
    display: block !important;
    float: none !important;
    width: 100% !important;
}	
	
.extrait_actu_page small {
    padding: 5px 0 0 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    position: relative !important;
	text-align:center;
}
	
.extrait_actu_page {
    text-align: center;
}

.krea3_formulaire fieldset {
    width: 100% !important;
}

/***************form contact envoyer ami***********/
.krea3_formulaire p.obligatoire{
	margin-left:0%;
}

.krea3_formulaire fieldset{
	padding:10px 15px 50px 15px;
}

.krea3_formulaire label{
	display: block;
	width:100%; /*En % pour un meilleur rendu lors du changement de taille du texte*/
	float:none;
	padding:5px 0;
	text-align:left;
	font-size:1em;
	margin:0;
}
	
p.phrase_form_contact_rgpd {
    padding: 0 !important;
}
	
.descriptioncontact {
    padding-left: 0 !important;
}

.krea3_formulaire input, .krea3_formulaire select,
.krea3_formulaire textarea{
	margin-left: 0%;
	width:100%;  /*En % pour un meilleur rendu lors du changement de taille du texte*/
	margin-bottom:0px;
}
/***********fin form contact envoyer ami***********/
	
.listing .listing-item a h3 span span.bordure-titre-listing, .listing .listing-item .commerce h3 span span.bordure-titre-listing {
    background-color: rgba(255,255,255,1);
	padding:10px;
}
	
.extrait_actu_page a.lire_actu {
	position:relative;
    max-width:100%;
    bottom: auto !important;
	right:auto !important;
}
	
.extrait_actu_page h2 {
    margin: 0 !important;
}

/******************************Liens Enfants / Menu page par défaut********************************/

ul.liens_enfants li{
	display:block;
}

/****************************Liens Enfants / fin menu page par défaut******************************/

ul#partenaires-footer li {
    padding: 0 10px;
}

ul#partenaires-footer li img{
	height:50px;
}
	
/*****************************AGENDA********************/
#liste-agenda .manif-liste {
    width: 100% !important;
}
	
#liste-agenda .content-manif {
    width: 90% !important;
}

.agenda .nav li.nav-retour-annuaire a, .agenda .nav li.nav-precedent a, .agenda .nav li.nav-suivant a {
    font-size: 1.45em !important;
}
	
/**********************Annuaire**********************/
.listing .listing-item > a, .listing .listing-item > .commerce {
    display: block !important;
    width: 100% !important;
}
	
.listing .listing-item img {
    width: 100% !important;
    float: none !important;
    display: block !important;
}
/****************footer*********************/
footer{
	padding:0;
	margin:0;
}
	
#top-footer-gauche, #top-footer-droite{
	display:block;
	width:100%;
	max-width:100% !important;
}
	
#logo-client-footer {
    width: 50px;
}
	
.coordonnees h2 {
    font-size: 1.4em !important;
}

#menu_partenaires img {
    height: 35px !important;
    width: auto;
}

ul#menu_footer, #menu_partenaires{
	padding:0px;
	margin:0;
	display:block;
	width:100%;
	text-align:center;
}
	
#menu_partenaires li {
    margin: 0 3px !important;
}

ul#menu_footer li {
    display: inline-block;
    padding: 10px 5px;
    width: auto;
}
	
ul#menu_footer li a {
    font-size: 0.75em;
}

ul#menu_footer li a img, ul#menu_footer li a span{
	margin:0;
}
	
ul#menu_footer li a img{
    height: 15px;
}
	
#fond-bas-footer {
    padding: 0 0 50px 0;
}
	
ul#partenaires-footer {
    padding:0px;
	display:block;
	width:100%;
}
	
ul#partenaires-footer li, ul#partenaires-footer li img {
    height: 40px;
}
	
#bottom-footer {
    padding: 0 0 50px 0;
}
	
/************fin footer*********************/ 
}

/*****************************FIN CSS TINY***********************************************/
@media screen and (min-width: 430px) and (max-width: 767px){
#content_large .listing ul, #content .listing ul {
    width: 100% !important;
}
}

@media screen and (min-width: 768px) and (max-width: 1279px){
#content_large .listing ul, #content .listing ul {
    width: 100% !important;
}
}
/*****************************CSS SMALL***********************************************/
@media screen and (min-width:639px) and (max-width:750px){
}

@media screen and (min-width:481px) and (max-width:750px){
}

@media screen and (min-width:736px) and (max-width:890px){
}
	
@media screen and (min-width:481px) and (max-width:890px){
body{
	font-size:0.9em;
}
	
header{
	position:relative !important;
	height:75px:
}
	
#top-header {
    width: 100% !important;
    margin: 0 !important;
}
		
#logo-site {
    left: 50px !important;
    width: 350px !important;
    height: auto !important;
    top: 20px;
}

#nav {
    padding: 0 0 20px 0 !important;
}

nav#menu-principal{
	width:100%;
	background-color:transparent;
	text-align:left;
	margin:0 0 0 0;
	position:absolute;
	top:0;
	left:0;
	z-index:1000; /* Pour passer par dessus diapo accueil*/
	padding:0;
}
	
#nav li > .parent {
    background-position: 95% 50% !important;
}	

#menu li span {
    display: inline-block !important;
    clear: none !important;	
}
	
#menu{
	border-bottom:none;
}
	
#nav > li > a, header.menu-reduit #nav > li > a {
    font-size: 1.4em !important;
    padding: 10px 12px !important;
	margin:0 !important;
}

#nav > li {
    border-bottom:1px solid #eee;
}	
	
#nav{	
	border-top: 5px solid #3a7866;
}
	
#nav > li.hover > ul {
    left: 0;
}
	
#nav > li > ul {
    width: 100%;
}
	
#nav > li > ul > li > a {
    display: block;
    padding: 0 0 9px 5px;
    background: #fff;
    border-bottom: 1px solid #eee !important;
}
	
	
#nav > li > ul > li > a {
    padding: 0 0 9px 5px !important;
}
	
#nav li > .parent {
    background-size: 13px auto;
}
	
.toggleMenu {
    height: 68px !important;
}

main{
	padding-top:0;
}

main#main-accueil{
	border-top:none;
}

main.largeur92{
	width:100%;
	margin-top:0;
}

#conteneur{
	width:100%;
	margin:0 auto 0 auto;
	z-index:0;
}

#gauche{
	display:none !important;
}
	
#content {
    float: none !important;
    width: 100% !important;
}
	
h1.titre-fiche{
	margin:15px 0 0 0 !important;
}
	
#outils ul li, #outils li#krea3outils_print {
    display:none !important;
}
	
ul.liens_enfants {
    columns: 1 auto !important;
}

.page-template-archives .has-post-thumbnail {
    display: block !important;
    float: none !important;
    width: 100% !important;
}
	
/*******************header*********************/



#outils{
	clear:both;
}


/*Le diaporama*/
#diapo-accueil {
    height: auto;
	margin:0;
	padding:0;
}
	
.slideshow .cycle-slide .slide-body {
    display: none;
}
	
.slider-nav a.slide-next {
    right: 10px !important;
}
	
.slider-nav a.slide-prev {
    left: 10px !important;
}

#volet_clos {
    display: none;
}
	
/***************fin header*********************/

/************************Page d'accueil**************************************/
/**********************ligne1**********************************/

#fond-ligne1{
	padding: 0;
	margin:20px 0 0 0;
}

#ligne1{
	display:block;
	width:100%;
	padding:20px !important;
	margin:0;
}
	
#titre-ligne1 {
    display: inline-block;
    float: left;
    width: 23%;
}
	
#ligne1 h2 {
    text-align:left !important;
}
	
#ligne1 .owl-carousel .owl-item img {
    width: 100px;
}
	
#liste-actus {
    display: inline-block !important;
	padding: 0 0 0 5%;
}
	
#voir-liste-actus {
    display: inline-block;
}
	
/*******************fin ligne1*********************************/

/**********************ligne2**********************************/
#fond-ligne2 {
    background: #fff;
    width: 100%;
    padding: 20px 0;
}	
	
#ligne2 {
    display: block !important;
    padding: 0 !important;
 	width: 100%;
}
	
#gauche-ligne2, #droite-ligne2{
    display: block !important;
    padding: 20px !important;
 	width: 100%;
}
	
#agenda-accueil .manif-accueil .date-manif, #agenda-accueil .manif-accueil .titre-manif{
    display: block;
    width: 100%;
    clear: both;
}

#agenda-accueil .manif-accueil .date-manif{
	border-right:none;
	 padding: 0 0 10px 0;
}
	
.content-manif {
   padding: 15px 20px 35px 20px;
}
	
.manif-accueil .titre-manif {
    border-top: 1px  solid #154e79;
	 padding: 10px 0 0 0;
	 margin: 10px 0 0 0;
}
	
.horaires h2 {
    margin: 0 !important;
}
	

#illiwap img {
    width: auto;
    height: 150px;
}
	
/*******************fin ligne2*********************************/

/*********************FIn page accueil*******************/



/***************page****************************/

#image-header-page{
	padding-top:0;
	margin:0 auto;
}

#la-page{
	display:block;
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden; /*pour le menu (filtres) des annuaires*/
	background:#fff !important;
}

/***************************************/
/*Pour le menu (filtres) des annuaires*/
/*#gauche*/
/*#gauche*/
#gauche {
    float: none;
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    margin: 0;
    padding: 0;
    transition: all 500ms ease 0s;
    width: 100%;
    z-index: 3;
	background-color:#211261;
}

/*#gauche:hover*/
#gauche:hover{
	left:0;
	
}


#bt-filtrer{
	display:block;
    background-color:#211261;
	color:#FFF;
	font-family: 'Heebo', sans-serif;
	font-weight:400;
	font-size:0.9em;
	text-transform:uppercase;
	text-align:center;
    padding:15px 5px 15px 5px;
	margin:0;
    width:70px;
	position:absolute;
	top:0;
	right:-70px;
}

.sidebar ul#menu_pages{display:none;}

.sidebar ul#menu_annuaire,
.sidebar #filtres-carte{
	margin:0 0 0 0;
    width:100%;
	border:10px solid #211261;
}

.sidebar #filtres-carte{padding:10px;}

#fil_ariane{
}

/*Fin du menu (filtres) des annuaires*/
/***************************************/



#content{
	float:none;
	width:100%;
	height:auto !important;
	min-height:100px;
	padding:10px 15px 30px 15px;
	margin:0 0 0 0;
	color:#666;
	border-right:none;
}

#content_large{
	width:100%;
	padding:10px 15px 30px 15px;
	margin:0 0 0 0;
	border-top:none;
	color:#666;
}


#ligne-outils{
	margin-right:0;
	padding:0;
	margin:0;
}


#outils ul,
#outils #afficher-carnet-voyage,
#taille_texte,
#trad-google{
	display:none;
}

h1 {
    font-size: 1.8em !important;
}
	
h2 {
    margin: 30px 0 12px 0 !important;
	font-size: 1.4em !important;
}
	
ul#date-manif-fiche li {
    font-size: 1em !important;
}
/***********fin page****************************/
/*****************************AGENDA********************/
#liste-agenda .manif-liste {
    width: 32% !important;
}
	
#liste-agenda .content-manif {
    padding: 15px 8px 40px 8px !important;
}
	
.date_carre {
    float: none !important;
}

.categorie-agenda-accueil span {
    font-size: 0.8em;
}
	
.date-manif, .titre-manif {
    display: block !important;
    width: 100% !important;
    clear: both !important;
}
	
.date-manif {
    border-right: none;
    padding: 0 0 10px 0;
}
	
.titre-manif {
    border-top: 1px solid #154e79;
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
}
	
.agenda .nav li.nav-retour-annuaire a, .agenda .nav li.nav-precedent a, .agenda .nav li.nav-suivant a {
    font-size: 1.45em !important;
}
	
/************************FIN AGENDA*********************/
.listing .listing-item img {
    width: 200px !important;
}
	
.krea3_formulaire fieldset {
    width: 100% !important;
}

/***************form contact envoyer ami***********/
.krea3_formulaire p.obligatoire{
	margin-left:0%;
}

.krea3_formulaire fieldset{
	padding:10px 15px 50px 15px;
}
	
.krea3_formulaire label{
	display: block;
	width:100%; /*En % pour un meilleur rendu lors du changement de taille du texte*/
	float:none;
	padding:5px 0;
	text-align:left;
	font-size:1em;
	margin:0;
}
	
p.phrase_form_contact_rgpd {
    padding: 20px !important;
}
	
.descriptioncontact {
    padding-left: 0 !important;
}

.krea3_formulaire input, .krea3_formulaire select,
.krea3_formulaire textarea{
	margin-left: 0%;
	width:100%;  /*En % pour un meilleur rendu lors du changement de taille du texte*/
	margin-bottom:10px;
}
/***********fin form contact envoyer ami***********/
	
.listing .listing-item a h3 span span.bordure-titre-listing, .listing .listing-item .commerce h3 span span.bordure-titre-listing {
    background-color: rgba(255,255,255,1);
	padding:10px;
}
	
.extrait_actu_page a.lire_actu {
	position:relative;
    max-width:100%;
    bottom: auto !important;
	right:auto !important;
}
	
.extrait_actu_page h2 {
    margin: 0 !important;
}

/******************************Liens Enfants / Menu page par défaut********************************/

ul.liens_enfants li{
	display:block;
}

/****************************Liens Enfants / fin menu page par défaut******************************/

ul#partenaires-footer li {
    padding: 0 10px;
}

ul#partenaires-footer li img{
	height:50px;
}

/****************footer*********************/
footer{
	padding:0;
	margin:0;
}
	
#top-footer-gauche, #top-footer-droite{
	display:block;
	width:100%;
	max-width:100% !important;
}
	
#logo-client-footer {
    width: 50px;
}
	
.coordonnees h2 {
    font-size: 1.4em !important;
}

#menu_partenaires img {
    height: 35px !important;
    width: auto;
}

ul#menu_footer, #menu_partenaires{
	padding:0px;
	margin:0;
	display:block;
	width:100%;
	text-align:center;
}
	
#menu_partenaires li {
    margin: 0 3px !important;
}

ul#menu_footer li {
    display: inline-block;
    padding: 10px 5px;
    width: auto;
}
	
ul#menu_footer li a {
    font-size: 0.75em;
}

ul#menu_footer li a img, ul#menu_footer li a span{
	margin:0;
}
	
ul#menu_footer li a img{
    height: 15px;
}
	
#fond-bas-footer {
    padding: 0 0 50px 0;
}
	
ul#partenaires-footer {
    padding:0px;
	display:block;
	width:100%;
}
	
ul#partenaires-footer li, ul#partenaires-footer li img {
    height: 40px;
}
	
#bottom-footer {
    padding: 0 0 50px 0;
}
/************fin footer*********************/ 
}
/*****************************FIN CSS SMALL***********************************************/


/*****************************CSS BIG***********************************************/
@media screen and (min-width:891px) and (max-width:1150px){
.toggleMenu {
    height: 80px !important;
    width: 70px !important;
}
	
body{
}
	
header {
    position: relative !important;
    height: 75px;
}

#logo-site {
    left: 50px !important;
}
	

#nav {
    padding: 0 0 20px 0 !important;
}

nav#menu-principal{
	width:100%;
	background-color:transparent;
	text-align:left;
	margin:0 0 0 0;
	position:absolute;
	top:0;
	left:0;
	z-index:1000; /* Pour passer par dessus diapo accueil*/
	padding:0;
}
	
#nav li > .parent {
    background-position: 95% 50% !important;
}	

#menu li span {
    display: inline-block !important;
    clear: none !important;	
}
	
#menu{
	border-bottom:none;
}
	
#nav > li > a, header.menu-reduit #nav > li > a {
    font-size: 1.4em !important;
    padding: 10px 12px !important;
	margin:0 !important;
}

#nav > li {
    border-bottom:1px solid #eee;
}	
	
#nav{	
	border-top: 5px solid #3a7866;
}
	
#nav > li.hover > ul {
    left: 0;
}
	
#nav > li > ul {
    width: 100%;
}
	
#nav > li > ul > li > a {
    display: block;
    padding: 0 0 9px 5px;
    background: #fff;
    border-bottom: 1px solid #eee !important;
}
	
	
#nav > li > ul > li > a {
    padding: 0 0 9px 5px !important;
}
	
#nav li > .parent {
    background-size: 13px auto;
}
		
	
	
.toggleMenu {
    height: 68px !important;
}

main{
	padding-top:0;
}

main#main-accueil{
	border-top:none;
}

main.largeur92{
	width:100%;
	margin-top:0;
}

#conteneur{
	width:100%;
	margin:0 auto 0 auto;
	z-index:0;
}

#gauche{
	display:none !important;
}
	
#content {
    float: none !important;
    width: 100% !important;
}
	
h1.titre-fiche{
	margin:15px 0 0 0 !important;
}
	
#outils ul li, #outils li#krea3outils_print {
    display:none !important;
}
	
ul.liens_enfants {
    columns: 1 auto !important;
}

/*******************header*********************/



#outils{
	clear:both;
}


/*Le diaporama*/
#diapo-accueil {
    height: auto;
	margin:0;
}
	
.slideshow .cycle-slide .slide-content .content-label {
    font-size: 1.1em;
}
	
.slider-nav a.slide-next {
    right: 10px !important;
}
	
.slider-nav a.slide-prev {
    left: 10px !important;
}
	
#top-header {
    width: auto;
    margin: 0;
	height: auto;
    padding: 0px;
	z-index:2000;
}		
/***************fin header*********************/

/************************Page d'accueil**************************************/
/**********************ligne1**********************************/
#titre-ligne1, #liste-actus{
    display: block !important;
    float: none !important;
    width: 100% !important;
}
	
#liste-actus {
    margin: 30px 0 0 0 !important;
}
	
/*******************fin ligne1*********************************/
/**********************ligne2**********************************/
#fond-ligne2 {
    background: #fff;
    width: 100%;
    padding: 20px 0;
}	
	
#ligne2 {
    display: block !important;
    padding: 0 !important;
 	width: 100%;
}
	
#gauche-ligne2, #droite-ligne2{
    display: block !important;
    padding: 20px !important;
 	width: 100%;
}
	
#btn-acces a {
    max-width: 220px;
	text-align:left;
}
	
#btn-acces a span {
    text-align: left;
    display: inline-block;
    margin: 0 0 0 10px;
}
	
#btn-acces a svg {
    display: inline-block;
    text-align: left;
}

#agenda-accueil .manif-accueil .date-manif{
	border-right:none;
	 padding: 0 0 10px 0;
}
	
.content-manif {
   padding: 15px 20px 35px 20px;
}
	
.manif-accueil .titre-manif {
    border-top: 1px  solid #154e79;
	 padding: 10px 0 0 0;
	 margin: 10px 0 0 0;
}
	
.horaires h2 {
    margin: 0 !important;
}
	

#illiwap img {
    width: auto;
    height: 150px;
}
	
/*******************fin ligne2*********************************/

/*********************FIn page accueil*******************/



/***************page****************************/

#image-header-page{
	padding-top:0;
	margin:0 auto;
}

#la-page, .rubrique-id-1198 #la-page{
	display:block;
	width:100%;
	margin:0;
	overflow:hidden; /*pour le menu (filtres) des annuaires*/
	background:#fff !important;
	padding: 0 0 0 50px !important;
}
	
/***************************************/
/*Pour le menu (filtres) des annuaires*/
/*#gauche*/
/*#gauche*/
#gauche {
    float: none;
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    margin: 0;
    padding: 0;
    transition: all 500ms ease 0s;
    width: 100%;
    z-index: 3;
	background-color:#211261;
}

/*#gauche:hover*/
#gauche:hover{
	left:0;
	
}


#bt-filtrer{
	display:block;
    background-color:#211261;
	color:#FFF;
	font-family: 'Heebo', sans-serif;
	font-weight:400;
	font-size:0.9em;
	text-transform:uppercase;
	text-align:center;
    padding:15px 5px 15px 5px;
	margin:0;
    width:70px;
	position:absolute;
	top:0;
	right:-70px;
}

.sidebar ul#menu_pages{display:none;}

.sidebar ul#menu_annuaire,
.sidebar #filtres-carte{
	margin:0 0 0 0;
    width:100%;
	border:10px solid #211261;
}

.sidebar #filtres-carte{padding:10px;}

#fil_ariane{
}

/*Fin du menu (filtres) des annuaires*/
/***************************************/



#content{
	float:none;
	width:100%;
	height:auto !important;
	min-height:100px;
	padding:10px 15px 30px 15px;
	margin:0 0 0 0;
	color:#666;
	border-right:none;
}

#content_large{
	width:100%;
	padding:10px 15px 30px 15px;
	margin:0 0 0 0;
	border-top:none;
	color:#666;
}


#ligne-outils{
	margin-right:0;
	padding:0;
	margin:0;
}


#outils ul,
#outils #afficher-carnet-voyage,
#trad-google{
	display:none;
}

h1 {
    font-size: 2em !important;
}
	
h2 {
    margin: 30px 0 12px 0 !important;
	font-size: 1.5em !important;
}
	
ul#date-manif-fiche li {
    font-size: 1em !important;
}
/***********fin page****************************/
.tel-annuaire-listing {
    left: 20%;
    right: 20%;
}

.krea3_formulaire fieldset {
    width: 100% !important;
}

/***************form contact envoyer ami***********/
.krea3_formulaire p.obligatoire{
	margin-left:0%;
}

.krea3_formulaire fieldset{
	padding:10px 15px 50px 15px;
}

.krea3_formulaire label{
	display: block;
	width:100%; /*En % pour un meilleur rendu lors du changement de taille du texte*/
	float:none;
	padding-right:0;
	text-align:left;
	font-size:1em;
	margin:0;
}

.krea3_formulaire input, .krea3_formulaire select,
.krea3_formulaire textarea{
	margin-left: 0%;
	width:100%;  /*En % pour un meilleur rendu lors du changement de taille du texte*/
	margin-bottom:10px;
}
/***********fin form contact envoyer ami***********/

/******************************Liens Enfants / Menu page par défaut********************************/

ul.liens_enfants li{
	display:block;
}

/****************************Liens Enfants / fin menu page par défaut******************************/


/****************footer*********************/
#top-footer-droite {
    width: 50% !important;
}
	
#logo-client-footer {
    width: 50px !important;
}
/************fin footer*********************/ 
	
#menu_partenaires img {
    height: 40px !important;
}
	
ul#menu_footer li a {
    font-size: 0.75em !important;
}
}

@media screen and (min-width:1150px) and (max-width:1400px){
#btn-acces a span {
    font-size: 0.9em !important;
}
}
