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

/*
Theme Name: krea3-borne-pontleveque
Description: Theme mairie pont leveque 2024
Version: 1.0
Author: Krea3
Author URI: http://www.krea3.fr
Text Domain: krea3
Template: krea3
*/
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

/************************html, body, main************************************************************/
html, body {
	width: 100%
}

html {
	scroll-behavior: smooth;
}

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

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background: #fff;
}

main {
	width: 100%;
	padding: 0
}

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

/************************header**********************/
#flags {
	display: none !important;
}

@media screen and (min-width:1024px) {
	#glt-translate-trigger {
		bottom: auto;
		top: 5px !important;
		left: auto !important;
		margin-left: -63px !important;
		right: 100px !important;
		background: #98192e !important;
	}
}

@media print {
	#flags, #glt-translate-trigger {
		display: none !important;
	}
}

#liens-header {
	background: #000;
	color: #fff;
	padding: 9px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2000;
}

#liens-header ul {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}

#liens-header li {
	height: auto;
	width: auto;
	text-align: center;
	display: inline-block;
}

#liens-header li a {
	text-align: center;
	color: #fff;
	font-size: 0.9em;
	text-decoration: none;
	padding: 0 10px;
}

#top-bandeau {
	position: relative;
	margin: 40px 0 0 0;
	height: 120px;
	z-index: 500;
	border-bottom: 0.1rem solid #BFBFBF;
}

.menu-reduit #top-bandeau {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2000;
	background: #fff;
	height: 80px;
}
/*
#top-bandeau #logo-site{display: block;position: absolute;top: 5px;left: 75px;margin: 0;padding: 10px 30px;width: auto;height: auto;z-index: 200;background: #fff;text-align: center;}
*/
#top-bandeau #logo-site {
	display: block;
	position: absolute;
	top: 30px;
	left: 75px;
	margin: 0;
	padding: 0;
	width: 220px;
	height: auto;
	z-index: 200;
	background: #fff;
	text-align: center;
}

.menu-reduit #top-bandeau #logo-site, .menu-reduit #top-bandeau #logo-site img
	{
	height: 60px;
	top: 12px;
}

#top-bandeau #menu {
	text-align: center;
	position: absolute;
	width: 100%;
	font-size: 1em;
	padding: 50px 0 0 0;
	display: block;
	top: 0;
	left: 0;
	font-family: Lato, sans-serif;
	z-index: 3;
}

.menu-reduit #top-bandeau #menu {
	padding-top: 30px;
}

#top-bandeau #menu #nav {
	padding: 0 50px 0 350px;
}

button.nav-link {
	font-size: 1.1rem;
	line-height: inherit;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
/************************menu header**********************/
ul#nav {
	font-size: 1.4rem;
	line-height: 1.6rem;
	letter-spacing: 0.05em;
	font-weight: 700;
	color: #000;
	gap: 0 2rem;
}

ul#nav .niv-1 h2, ul#nav .niv-1 .h2 {
	margin: 0;
	font-size: inherit;
}

#nav>li>a {
	padding: 10px 20px 10px 20px;
	color: #000;
	text-transform: uppercase;
	border-right: none !important;
	font-size: 1.1rem !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

ul#nav .nav-link::before {
	background: #951126;
}

ul#nav .nav-link:focus-visible {
	outline: 1px dotted #951126;
}

ul#nav .nav-link.is-active::before, ul#nav .nav-link.show::before {
	background: #951126;
}

.krea3-menu-fullscreen {
	padding-top: 3.5rem;
	top: calc(100% + 40px) !important;
}

.krea3-menu-fullscreen.show {
	border-top: 0.1rem solid #BFBFBF;
}

.krea3-menu-fullscreen::-webkit-scrollbar {
	width: 9px;
	height: 9px;
	background: #951126;
}

.krea3-menu-fullscreen::-webkit-scrollbar-thumb {
	background: #951126;
}

.krea3-menu-fullscreen a {
	color: #212121;
}

.krea3-menu-fullscreen .niv-2 .item {
	font-size: 1.2rem;
	line-height: 1.6;
	letter-spacing: 0.03em;
	border-bottom: 0.1rem solid #951126;
}

.krea3-menu-fullscreen .niv-2 a.item svg {
	margin: 0 0 0 1rem;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #951126;
}

.krea3-menu-fullscreen .niv-3 a[href]:hover {
	font-weight: 700;
}

.dropdown-toggle {
	white-space: nowrap;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.navbar-toggler-icon {
	color: #951126;
}
/******** fin menu header ****/
.menu-contact {
	text-decoration: none !important;
	border: 3px solid #98192e;
	border-radius: 50px;
	background: rgba(249, 192, 177, 0.5);
	font-family: 'Lato', sans-serif;
	padding: 0 !important;
	height: 40px !important;
	margin: 29px 0 0 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.menu-contact:hover {
	background: rgba(249, 192, 177, 0);
}

.menu-contact a {
	padding: 5px 20px !important;
}
/***************************Meteo***************************/
#meteo-accueil {
	width: auto;
	display: block;
	padding: 10px;
	text-transform: uppercase;
	color: #000 !important;
	position: absolute;
	top: 5px;
	right: 0;
}

#meteo-accueil a {
	text-decoration: none;
	color: #000 !important;
	margin: auto;
}
/*Picto + température*/
.picto-temperature {
	display: table;
	width: 100%;
	color: #000 !important;
}

.picto-temperature img {
	width: 40px;
	height: auto;
}

.picto-temperature span {
	display: table-cell;
	vertical-align: middle;
	color: #000 !important;
	font-size: 0.7em;
	padding-left: 5px;
	font-family: 'Montserrat', cursive;
}

.menu-reduit .picto-temperature span {
	font-size: 0.5em;
}

.infos-meteo {
	font-size: 0.7em;
	font-family: 'Montserrat', cursive;
	margin: 10px 0 0 0 !important;
	padding: 10px 0 0 0;
	border-top: 1px solid #000;
}

.menu-reduit .infos-meteo {
	display: none;
}
/*Infos ex: vents 20km/h*/
.infos-meteo h3 {
	color: #000 !important;
	font-size: 0.85em;
	margin: 0;
	padding: 0;
}
/*Fin météo*/
#contact-header {
	color: #fff;
	text-decoration: none;
	font-size: 1.3em;
	position: absolute;
	right: 50px;
	top: 9px;
	transform: rotate(-10deg);
}
/**************************Recherche**************************/
#volet {
	width: 100%;
	color: #fff;
}

#volet a.ouvrir {
	color: #fff;
	text-decoration: none;
	font-size: 1.3em;
}

#volet a.ouvrir:hover {
	background: rgba(0, 0, 0, 0.1);
}

#volet a.fermer {
	color: #000;
	text-decoration: none;
	font-size: 2em;
	padding: 20px !important;
	width: 60px !important;
	height: 60px !important;
}

#volet {
	position: fixed;
	top: -100%; /* test fixed + scroll, on retire la position top */
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

#volet a.ouvrir, #volet a.fermer {
	position: absolute;
	-moz-radius: 0 0 8px 8px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	padding: 8px;
	margin: 0;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	transition: all .1s ease-in;
}

#volet a.ouvrir {
	bottom: -40px;
	right: 0;
}

#volet a.fermer {
	right: 20px;
	top: 60px;
}

/***#volet a.ouvrir img, #volet a.fermer img{
    height: 30px;
    width: 30px;
	padding:0;
	margin:10px;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	transition: all .1s ease-in;
}***/
#volet a.fermer {
	display: none;
}

#volet:target {
	top: 40px;
	right: 0;
}

/* code pour la fermeture */
#volet:target a.fermer {
	display: block;
}

#volet:target a.ouvrir {
	top: -40px;
}

#volet_clos:target #volet {
	top: -100%;
}

/* test fixed + scroll */
#volet_clos {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 950;
}

#recherche_header {
	background: #fff;
	height: 100vh;
	width: 100%;
	display: table;
	text-align: center;
}

#recherche_header h2 {
	font-size: 2.3em !important;
	margin: 0 0 20px 0 !important;
	display: block;
	position: relative;
	padding: 0 0 10px 0;
	margin: 0;
	color: #000;
	font-family: 'Montserrat', cursive;
}

#content-recherche {
	vertical-align: middle;
	display: table-cell;
}

#recherche_site {
	margin: 0;
	padding: 0 10px 0 10px;
	position: relative;
	z-index: 5;
	width: 80%;
	max-width: 600px;
}

#recherche_site li {
	color: #666;
	list-style-type: none;
	margin: 0 auto;
	padding: 0 0 0 50px;
	width: 100%;
}

#recherche_site #searchform {
	width: 100%;
}

#recherche_site label {
	display: none;
}

#recherche_site input[type="text"] {
	background: rgba(255, 255, 255, 0.8);
	border: 2px solid #f2f2f2 !important;
	color: #fff !important;
	font-family: 'Lato', sans-serif;
	font-size: 1.3em !important;
	font-weight: 400 !important;
	height: 80px !important;
	margin: 5px 10px 0 0 !important;
	text-align: left;
	width: 80% !important;
}

#recherche_site #s::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.5);
}

#recherche_site #s:-moz-placeholder { /* Firefox 18- */
	color: rgba(0, 0, 0, 0.5);
}

#recherche_site #s::-moz-placeholder { /* Firefox 19+ */
	color: rgba(0, 0, 0, 0.5);
}

#recherche_site #s:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.5);
}

#recherche_site input[type="submit"] {
	height: 80px !important;
	width: 80px !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;
}

#content_large #searchform input[type="submit"] {
	height: 70px !important;
	width: 70px !important;
}

#searchform input[type="submit"] {
	background: url(assets/images/loupe.png) no-repeat scroll center center/45px
		45px !important;
	float: right;
	display: block;
	font-size: 0;
	font-weight: normal;
	height: 80px !important;
	margin: 0;
	padding: 0;
	text-align: center;
	text-indent: -5000px;
	width: 80px !important;
	border-radius: 50%;
	border: 5px solid rgba(255, 255, 255, 0.3);
	cursor: pointer;
}

#recherche_site input[type="submit"]:hover {
	background: url(assets/images/loupe.png) no-repeat scroll center center/40px
		40px;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0.8);
}

#fond-recherche {
	top: 0;
	right: 50px;
	font-size: 40em;
	color: rgba(223, 120, 107, 0.1);
	position: absolute;
	z-index: 0;
}
/**********************fin recherche********************/

/************************Fin header**********************/

/**************************Recherche**************************/
#volet-clic {
	width: 100%;
	color: #fff;
}

#volet-clic a.ouvrir {
	background: #951126;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em !important;
	padding: 0 0 10px 0;
	font-family: 'Montserrat', cursive;
	border-radius: 50%;
}

#volet-clic a.ouvrir span {
	display: block;
	clear: both;
	font-family: "Playfair Display", serif;
	color: #fff;
	font-size: 1.2rem;
}

#volet-clic a.ouvrir svg {
	padding: 0 8px 0 0;
}

#volet-clic a.ouvrir:hover {
	background: #98192e;
	color: #000;
}

#volet-clic a.ouvrir:hover span {
	color: #000;
}

#volet-clic a.fermer {
	color: #fff;
	text-decoration: none;
	font-size: 25px;
}

#volet-clic {
	position: fixed;
	right: -100%; /* test fixed + scroll, on retire la position top */
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

#volet-clic a.ouvrir, #volet-clic a.fermer {
	position: absolute;
	top: calc(50vh - 55px);
	-moz-radius: 0 0 8px 8px;
	height: 180px;
    width: 180px;
    text-align: center;
    overflow: hidden;
    padding: 22px;
	margin: 0;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	transition: all .1s ease-in;
	border: 2px solid #fff;
}

#volet-clic a.ouvrir:hover {
	background: #fff;
	color: #000;
	border: 2px solid #eee;
}

#volet-clic a.ouvrir {
	left: -200px;
}

#volet-clic a.fermer {
	right: 20px;
	top: 100px !important;
	color: #000;
	text-decoration: none;
	font-size: 2em;
	padding: 20px !important;
	width: 60px !important;
	height: 60px !important;
	z-index: 950;
}

#volet-clic a.ouvrir img, #volet-clic a.fermer img {
	height: 30px;
	width: 30px;
	padding: 0;
	margin: 10px;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	transition: all .1s ease-in;
}

#volet-clic a.fermer {
	color: #000;
	text-decoration: none;
	font-size: 2em;
	padding: 20px !important;
	width: 60px !important;
	height: 60px !important;
}

#volet-clic:target {
	top: 0;
	right: 0;
}

/* code pour la fermeture */
#volet-clic:target a.fermer {
	display: block;
}

#volet-clic:target a.ouvrir {
	display: none;
}

#volet-clic_clos:target #volet-clic {
	right: -100%;
}

/* test fixed + scroll */
#volet-clic_clos {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 800;
}
/*quand le menu est ouvert */
.krea3-menu-fullscreen-open #volet-clic_clos {
	display: none !important;
}

#content-clic {
	background: #fff;
	height: 100vh;
	width: 100%;
	display: table;
	vertical-align: middle;
	text-align: center;
}

#titre-clic {
	width: 30%;
	padding: 60px;
	list-style-type: none;
	vertical-align: middle;
	display: table-cell;
	background: #98192e;
}

#titre-clic h2 {
	font-size: 2.3em !important;
	margin: 0 !important;
	display: block;
	position: relative;
	padding: 60px 0;
	margin: 0;
	color: #fff;
	font-family: 'Montserrat', cursive;
	border-right: 5px solid #fff;
}

#titre-clic h2 span {
	display: block;
	clear: both;
	font-family: "Playfair Display", serif;
	color: #fff;
}

#fond-clic {
	bottom: 0;
	right: 50px;
	font-size: 40em;
	color: rgba(223, 120, 107, 0.1);
	position: absolute;
	z-index: 0;
}

#content-clic ul {
	margin: 0;
	padding: 60px;
	list-style-type: none;
	vertical-align: middle;
	display: table-cell;
	width: auto;
	position: relative;
	z-index: 10;
}

#content-clic li {
	display: inline-block;
	width: 40%;
	margin: 5px;
	text-align: left;
}

#content-clic a {
	text-decoration: none;
	color: #000;
	border-top: 2px solid #98192e;
	border-bottom: 2px solid #98192e;
	border-right: 2px solid #98192e;
	border-left: 5px solid #951126;
	padding: 10px 20px;
	display: block;
	margin: 10px 10px 10px 0;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#content-clic a svg {
	text-align: center;
	background: #98192e;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	margin: 0 15px 0 0;
	padding: 10px;
	vertical-align: middle;
}

#content-clic a img {
	text-align: center;
	background: #98192e;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	margin: 0 15px 0 0;
	padding: 5px;
	vertical-align: middle;
}

#content-clic a:hover {
	background: #98192e;
	color: #fff;
}
/******************************FIN volet-clic*****************************************************/
#h1accueil {
	display: none !important;
}

#image-header-page {
	z-index: 0;
}

#main-accueil {
	position: relative;
	z-index: 5;
}

#diapo-accueil {
	position: relative;
}

.slider-nav a {
	background-color: #951126;
}

#video-accueil {
	max-height: 617px;
}

#filigrane-diapo {
	position: absolute;
	z-index: 5;
	left: 0px;
	bottom: 0;
	width: 250px;
}

#acces_rapides {
	top: -60px;
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 60px;
	background: #eee;
	text-align: center;
}

#acces_rapides ul {
	list-style-type: none;
	padding: 0 0 0 350px;
	margin: 7px;
}

#acces_rapides li {
	display: inline-block;
	padding: 3px 20px 3px 8px;
	margin: 0 5px;
}

#acces_rapides li a {
	text-decoration: none;
	font-weight: 500;
	color: #000;
}

#acces_rapides li a svg {
	text-align: center;
	background: #98192e;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	margin: 0 10px 0 0;
	padding: 10px;
	vertical-align: middle;
	color: #fff;
}
/************************Ligne1**********************/
#ligne1 {
	display: block !important;
	width: 100% !important;
	background: url('assets/images/filigrane-gris.png') #fff repeat top
		right/40px auto;
	position: relative;
	z-index: 0;
	padding: 0 0 0 0;
	margin: 0 0 120px 0;
}

#actu-accueil {
	display: block !important;
	width: 100% !important;
	position: relative;
	z-index: 6;
}

#titre-ligne1 {
	display: inline-block;
	height: auto;
	padding: 40px 40px 40px 0px;
	color: #000;
	font-family: 'Montserrat', cursive;
	width: 20%;
	min-width: 300px;
	vertical-align: top;
	text-align: left;
	margin: -50px 0 0 0;
	background: #fff;
	border-right: 5px solid #951126;
}

#titre-ligne1 h2 {
	font-size: 2.3em !important;
	margin: 0 !important;
	display: block;
	position: relative;
	text-align: right;
	padding: 10px 0;
}

#titre-ligne1 h2 span {
	display: block;
	clear: both;
	font-family: "Playfair Display", serif;
}

#lien-actu-complet {
	text-decoration: none !important;
	display: block;
	float: right;
	width: auto;
	color: #000;
	border: 2px solid #98192e;
	padding: 8px 20px;
	margin: 20px 0 40px 0;
	font-family: 'Lato', sans-serif;
	background: rgba(255, 255, 255, 0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#lien-actu-complet:hover {
	background: #98192e;
	color: #fff;
}

#content-actu {
	display: inline-block;
	width: 77%;
	vertical-align: top;
	padding: 60px 0 100px 30px;
	float: right;
}

.actu-accueil {
	display: inline-block;
	width: 100%;
	font-family: 'Lato', sans-serif;
	text-decoration: none !important;
	padding: 20px;
	vertical-align: top;
	margin: 0 1%;
}

.actu-accueil img {
	display: inline-block;
	width: 135px;
	height: auto;
	float: right;
	margin: 0 0px 10px 20px;
	border-left: 5px solid #98192e;
}

.titre-actu {
	color: #951126;
	font-family: 'Montserrat', cursive;
	font-size: 1.3em;
	margin: 0;
	position: relative;
	z-index: 5;
}

.resume-actu {
	display: block;
	color: #000;
	padding: 20px 0;
}

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

@media screen and (min-width:581px) and (max-width:890px) {
}

@media screen and (min-width:1216px) and (max-width:1295px) {
}

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

@media screen and (min-width:890px) and (max-width:1216px) {
}

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

@media screen and (min-width:890px) and (max-width:1200px) {
}

@media screen and (min-width:1201px) and (max-width:1393px) {
}

@media screen and (min-width:1394px) and (max-width:1460px) {
}
/************************Fin Ligne1**********************/

/************************Ligne2**********************/
#ligne2 {
	display: block !important;
	width: 100% !important;
	position: relative;
	z-index: 0;
	padding: 0 0 30px 0;
	margin: 0 0 15px 0;
	margin: 0;
	background: #98192e;
	/***background:url('assets/images/filigrane-blanc4.png') #98192e repeat-x top right / 40px auto;***/
}

#agenda-accueil {
	display: block !important;
	width: 100% !important;
	position: relative;
	z-index: 6;
}

#titre-ligne2 {
	display: inline-block;
	height: auto;
	padding: 40px 50px 40px 0px;
	color: #fff;
	font-family: 'Montserrat', cursive;
	width: 20%;
	min-width: 300px;
	vertical-align: top;
	text-align: left;
	margin: -50px 0 0 0;
	background: url('assets/images/filigrane-blanc.png') #98192e repeat-y
		top right/30px auto; /***border-right: 5px solid #fff;***/
}

#titre-ligne2 h2 {
	font-size: 2.3em !important;
	margin: 0 !important;
	display: block;
	position: relative;
	text-align: right;
	padding: 10px 0;
}

#titre-ligne2 h2 span {
	display: block;
	clear: both;
	font-family: "Playfair Display", serif;
}

#lien-agenda-complet {
	text-decoration: none !important;
	display: block;
	float: right;
	width: auto;
	color: #fff;
	border: 2px solid #fff;
	padding: 8px 20px;
	margin: 20px 0 40px 0;
	font-family: 'Lato', sans-serif;
	background: rgba(255, 255, 255, 0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#lien-agenda-complet:hover {
	background: #000;
}

.fleches {
	display: block;
	clear: both;
	text-align: right;
}

.fleches a {
	color: #fff;
	padding: 0 0 0 10px;
	font-size: 1.5em;
}

.fleches a.actu-next-button, .fleches a.actu-prev-button {
	color: #000;
}

#content-agenda {
	display: inline-block;
	width: 77%;
	vertical-align: top;
	padding: 60px 0 0px 30px;
}

.manif-accueil {
	display: inline-block;
	width: 100%;
	font-family: 'Lato', sans-serif;
	text-decoration: none !important;
	padding: 20px;
	vertical-align: top;
}

.date-manif {
	font-family: "Playfair Display", serif;
	font-weight: 700;
	display: inline-block;
	max-width: 88%;
	width: auto;
	height: auto;
	background: #fff;
	color: #98192e;
	padding: 10px 20px;
	margin: -20px 20px 20px 20px;
	position: relative;
	z-index: 5;
}

.jour_date {
	display: inline-block;
	font-size: 1.5em;
}

.au_date {
	display: inline-block;
	font-size: 1.5em;
	padding: 0 10px;
}

.manif-accueil img {
	display: block;
	width: 100%;
	max-width: 350px;
	height: auto;
	margin: 0 auto;
}

.titre-manif {
	display: inline-block; /*max-width: 80%;*/
	max-width: 98%;
	width: auto;
	height: auto;
	color: #fff;
	font-family: 'Montserrat', cursive;
	padding: 10px 20px;
	font-size: 1.3em;
	margin: 0;
	position: relative;
	z-index: 5;
}

.resume-manif {
	display: block;
	color: #fff;
	padding: 10px 20px;
}
/************************Fin Ligne2**********************/

/************************Ligne3**********************/
#ligne3 {
	display: table;
	width: 100%;
	position: relative;
	z-index: 0;
	padding: 120px 0;
}

#gauche-ligne3, #droite-ligne3 {
	display: table-cell;
	width: 50%;
	text-align: center;
	position: relative;
	padding: 100px 0;
}

#gauche-ligne3 {
	padding: 60px;
}

#droite-ligne3 {
	padding: 60px 0px 160px 60px;
}

#ligne3 .reseaux-sociaux {
	color: #000;
	text-align: center;
	font-size: 1.2em;
	font-family: "Playfair Display", serif;
}

#ligne3 .reseaux-sociaux li a {
	color: #000;
}

#ligne3 #onglet-reseaux-sociaux ul {
	list-style-type: none;
	text-align: center;
	margin: 50px 0 40px 0;
	padding: 0;
}

#ligne3 #onglet-reseaux-sociaux li {
	display: inline-block;
	margin: 10px;
}

#ligne3 #onglet-reseaux-sociaux li a {
	text-decoration: none;
	color: #000;
	border: 2px solid #98192e;
	padding: 10px 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#ligne3 #onglet-reseaux-sociaux img {
	max-width: 500px;
}

#ligne3 #onglet-reseaux-sociaux li a:hover, #ligne3 #onglet-reseaux-sociaux li a.active
	{
	background: #98192e;
	color: #fff;
}

#droite-ligne3 {
	background: #f2f2f2;
}

#ligne3 h2 {
	font-size: 2.3em !important;
	margin: 0 !important;
	display: block;
	position: relative;
	padding: 0 0 10px 0;
	margin: 0;
	color: #951126;
	font-family: 'Montserrat', cursive;
}

#ligne3 h2 span {
	display: block;
	clear: both;
	font-family: "Playfair Display", serif;
	color: #000;
}

#gauche-ligne3 h3 {
	font-family: 'Montserrat', cursive;
	color: #951126;
	font-weight: 400;
}

#droite-ligne3 h3 {
	display: table;
	clear: both;
	font-family: "Playfair Display", serif;
	color: #000;
	margin: 40px auto 60px auto;
	background: #fff;
	padding: 10px;
}

#droite-ligne3 h3 span {
	display: block;
	clear: both;
	font-family: 'Montserrat', cursive;
	color: #000;
	font-weight: 400;
	font-size: 0.9em;
}

#gauche-kiosque a {
	text-decoration: none;
	color: #000;
	border-top: 2px solid #98192e;
	border-bottom: 2px solid #98192e;
	border-right: 2px solid #98192e;
	border-left: 5px solid #951126;
	padding: 10px 20px;
	display: table;
	clear: both;
	margin: 10px 10px 10px 0;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#gauche-kiosque a svg {
	text-align: center;
	background: #98192e;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	margin: 0 15px 0 0;
	padding: 10px;
	vertical-align: middle;
	color: #fff;
}

#gauche-kiosque a:hover {
	background: #98192e;
	color: #fff;
}

#gauche-kiosque {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 30px;
}

#magazine-municipal {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0px 140px 50px 50px;
	float: right;
	background: url(assets/images/filigrane-blanc.png) #f2f2f2 repeat top
		right/40px auto;
}

#magazine-municipal::after {
	display: block;
	content: "";
	background: #fff;
	position: absolute;
	bottom: 50px;
	left: 40px;
	width: 200px;
	height: 263px;
	z-index: 0;
}

#magazine-municipal img {
	position: relative;
	width: 200px;
	height: auto;
	transform: rotate(10deg);
	box-shadow: 0 0 10px 5px #e3dfe3;
	display: block;
	z-index: 5;
}

#btn-kiosque {
	position: absolute;
	padding: 0;
	margin: 0;
	bottom: 50px;
	right: 60px;
	left: 60px;
	text-align: right;
}

#btn-kiosque a::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 18px;
	width: 100%;
	height: 5px;
	background: #951126;
	z-index: 0;
}

#btn-kiosque a {
	text-decoration: none;
	font-size: 1.3em;
	line-height: 1;
	padding: 0;
	display: inline-block;
	position: relative;
	font-family: 'Montserrat', cursive;
	color: #000;
	font-weight: 400;
	text-align: right;
	width: 100%;
}

#btn-kiosque a:hover span {
	border: 2px solid #f2f2f2;
	background: #fff;
}

#btn-kiosque a span {
	background: #f2f2f2;
	display: inline-block;
	height: auto;
	width: auto;
	position: relative;
	z-index: 10;
	padding: 10px 20px;
	border: 2px solid #fff;
	padding: 10px 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/************************Fin Ligne3**********************/
/************************Ligne4**********************/
#ligne4 {
	display: table;
	width: 100%;
	position: relative;
	z-index: 0;
	margin: 15px 0 0 0;
	padding: 0 0 80px 0;
}

#gauche-ligne4, #milieu-ligne4, #droite-ligne4 {
	display: table-cell;
	width: 33%;
	vertical-align: middle;
	text-decoration: none;
	height: auto;
	padding: 80px 20px 60px 20px;
	min-height: 800px;
}

#ligne4 h2 {
	font-size: 2.3em !important;
	margin: 20px 0 0 0 !important;
	display: block;
	position: relative;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	z-index: 10;
	font-family: 'Montserrat', cursive;
}

#ligne4 a::before {
	content: '';
	display: block;
	width: 5px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 50%;
	right: 50%;
	background: #fff;
	z-index: 50;
}

#ligne4 span {
	margin: 20px auto !important;
	display: table;
	position: relative;
	text-align: center;
	padding: 10px 20px;
	color: #fff;
	z-index: 10;
	font-family: 'Montserrat', cursive;
	font-size: 1.1em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#gauche-ligne4:hover span, #milieu-ligne4:hover span, #droite-ligne4:hover span
	{
	background: #fff;
	color: #000;
}

#gauche-ligne4 {
	background: url('assets/images/micro-folie.jpg') no-repeat #000;
	background-size: 100% auto;
	z-index: 0;
	position: relative;
	border-right: 10px solid #fff;
}

#gauche-ligne4::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(142, 24, 49, 0.9);
	z-index: 5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#gauche-ligne4:hover::after {
	background: rgba(142, 24, 49, 1);
}

#milieu-ligne4 {
	background: url('assets/images/dominicaine.jpg') no-repeat #000;
	background-size: 100% auto;
	z-index: 0;
	position: relative;
	border-right: 10px solid #fff;
	border-left: 10px solid #fff;
}

#milieu-ligne4::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(142, 24, 49, 0.65);
	z-index: 5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#milieu-ligne4:hover::after {
	background: rgba(142, 24, 49, 1);
}

#droite-ligne4 {
	background: url('assets/images/epn.jpg') no-repeat #000;
	background-size: 100% auto;
	z-index: 0;
	position: relative;
	border-left: 10px solid #fff;
}

#droite-ligne4::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(142, 24, 49, 0.9);
	z-index: 5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#droite-ligne4:hover::after {
	background: rgba(142, 24, 49, 1);
}

.btn_savoir {
	display: table;
	height: auto;
	width: auto;
	position: relative;
	z-index: 10;
	padding: 10px 20px;
	border: 2px solid #fff;
	margin: 20px auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	color: #fff;
}
/************************Fin Ligne4**********************/
#flash-info {
	background: #951126;
	color: #fff;
	padding: 5px 186px 5px 5px;
	font-family: 'Lato', sans-serif;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: left;
	z-index: 500;
	font-style: italic;
}

#flash-info h2 {
	font-family: "Playfair Display", serif;
	display: inline-block;
	font-size: 1em;
	clear: none !important;
	margin: 0 15px 0 0;
	padding: 0;
}

#flash-info p {
	font-size: 1em;
	display: inline-block;
	margin: 0;
	padding: 0;
}

/************************FOOTER**********************/
#content-footer {
	background: #071936;
	background: #000;
	color: #fff;
	padding: 80px 0 0 0;
	font-family: 'Lato', sans-serif;
}

#content-footer .largeur92 {
	display: table;
	width: 92% !important;
	max-width: 1200px;
}

#gauche-footer {
	display: table-cell;
	width: 60%;
	vertical-align: middle;
	padding: 0 70px;
	text-align: right;
	border-right: 1px solid #fff;
}

#gauche-footer h2 {
	font-family: 'Montserrat', cursive;
	font-size: 1.6em;
	margin: 0 0 10px 0;
	padding: 0;
}

.tel-footer {
	font-style: italic;
	font-weight: bold;
	font-size: 1.1em;
	clear: both;
	display: block;
	text-align: right;
	color: #eee !important;
}

#droite-footer {
	display: table-cell;
	width: auto;
	padding: 0 70px;
	vertical-align: middle;
}

#content-footer a {
	text-decoration: none !important;
	text-align: right;
}

ul#menu_footer {
	display: block;
	width: 100% !important;
	clear: both !important;
	margin: 50px auto 0 auto !important;
	text-align: center;
}

ul#menu_footer li a {
	color: #fff !important;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.reseaux-sociaux span {
	display: inline-block;
}

.reseaux-sociaux {
	color: #fff;
	padding: 8px 0 7px 0;
	display: inline-block;
	margin: 0;
}

.reseaux-sociaux ul {
	list-style-type: none;
	text-align: right;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.reseaux-sociaux li {
	height: auto;
	width: 40px;
	text-align: center;
	display: inline-block;
}

.reseaux-sociaux li a {
	text-align: center;
	color: #fff;
	font-size: 1em;
}

.horaires {
	font-style: italic;
}

.jour-horaires {
	font-weight: bold;
	color: #eee;
}

#bas_footer ul {
	list-style-type: none;
	text-align: center;
	padding: 10px 10px 60px 10px;
	margin: 0;
}

#bas_footer li {
	display: inline-block;
	margin: 0 20px;
}

#bas_footer li img {
	width: auto;
	height: 70px;
}
/************************Fin FOOTER**********************/

/*Icon Scroll down*/
.down-arrow, .down-arrow:before {
	position: absolute;
	z-index: 2;
	left: 50%;
}

.down-arrow {
	width: 40px;
	height: 40px;
	bottom: 80px;
	margin: -20px 0 0 -20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.down-arrow:before {
	content: "";
	width: 30px;
	height: 30px;
	top: 50%;
	margin: -10px 0 0 -10px;
	border-left: none;
	border-top: none;
	border-right: 6px #fff solid;
	border-bottom: 6px #fff solid;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-name: arrow;
}

@
keyframes arrow { 0% {
	opacity: 1;
}

100
%
{
opacity
:
0;
transform
:
translate(
10px
,
10px
);
}
}

/* page-scroll-indicator */
progress#scrollProgress {
	width: 100%;
	height: 5px;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-appearence: none;
	-moz-appearence: none;
	appearance: none;
}

progress#scrollProgress::-webkit-progess-bar {
	background-color: #333;
}

progress#scrollProgress::-webkit-progess-value {
	background-color: #333;
}

progress#scrollProgress::-moz-progess-bar {
	background-color: #333;
}
/* fin page-scroll-indicator */

/*************************page************************************/
#main-page {
	padding: 0 !important;
	position: relative;
	margin: 0 !important;
}

#la-page {
	padding: 0 0 80px 0 !important;
	position: relative;
	border-top: 100px solid #eee;
	width: 100% !important;
	z-index: 5;
}

#content_large {
	padding: 0 150px 0 65px;
}

.page-template-archives #content {
	padding: 0 150px 0 65px;
}

p span.term {
	border: 1px solid #eee !important;
	background-color: #eee !important;
}

#annuaire-taxonomies, #commerce-taxonomies, #entreprise-taxonomies,
	#association-taxonomies, #hebergement-taxonomies, #agenda-taxonomies {
	padding: 15px 0 5px 0 !important;
}

.carto_extrait_actu_page a.lire_actu {
	color: #FFF !important;
}

.listing .listing-item>a, .listing .listing-item>.commerce {
	color: #333 !important;
	text-decoration: none !important;
}

.listing .listing-item a h3>span, .listing .listing-item .commerce h3>span
	{
	padding: 0 0 18px 0;
}

.tel-annuaire-listing {
	margin: 0 !important;
}

.tel-fiche {
	background: #fff;
	padding: 5px 10px;
	margin: 10px 0;
}

.tel-fiche span {
	padding: 0 8px 0 0;
}

.filtres-carte>ul>li>ul>li>span>svg {
	color: #98192e !important;
	bottom: -2px;
}

#filtres-carte ul li li::before {
	display: none !important;
}

.filtres-carte>ul>li ul li span {
	padding: 10px 0 !important;
}

.nav li a:hover {
	background-color: #eee !important;
}

#ligne-outils {
	background: #eee;
	margin: -50px 0 0 0;
}

#fil_ariane {
	margin: 0 0 0 0;
	padding: 15px 10px 10px 10px;
	text-align: left;
	font-size: 1em;
	float: left;
}

#fil_ariane a {
	color: #98192e;
	font-weight: 600;
	text-decoration: none !important;
}

#gauche {
	margin: -50px 0 0 0;
	border-right: 5px solid #951126;
	background: #fff;
	padding: 50px;
}

.sidebar ul li {
	font-size: 2.3em;
	margin: 0;
	display: block;
	position: relative;
	text-align: left;
	padding: 0;
	font-family: "Playfair Display", serif;
	line-height: 0.1em;
}

.sidebar ul li li a {
	font-size: 0.2em;
	font-family: 'Montserrat', cursive;
	font-weight: 500;
	color: #000 !important;
}

.sidebar ul .pagenav ul {
	margin-top: 30px 0 0 0 !important;
	padding: 0 !important;
}

.pagenav li.current_page_item a[aria-current="page"] {
	border-bottom: 2px solid #98192e;
}

.type-page {
	padding: 0 50px;
}

#main-page h1 {
	color: #98192e;
	text-transform: uppercase;
	font-size: 2.3em !important;
	margin: 0 !important;
	display: block;
	position: relative;
	padding: 50px;
	font-family: 'Montserrat', cursive;
	font-weight: 700;
}

#la-page h2 {
	font-family: "Playfair Display", serif;
}

#la-page h3 {
	color: #98192e !important;
	font-weight: 600;
}

#la-page a {
	color: #98192e;
	text-decoration: underline;
}

.titre-fiche {
	color: #98192e;
	text-transform: uppercase;
	font-size: 2.3em !important;
	font-family: 'Montserrat', cursive;
	font-weight: 700;
}

#entete-fiche {
	padding: 50px 0 20px 0;
}

.single-agenda #entete-fiche svg {
	height: 1.8em !important;
}

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

#share_buttons a {
	display: inline-block !important;
}

blockquote {
	background: url(assets/images/filigrane-gris2.png) no-repeat 16px 49px/40px
		auto;
	border: none !important;
	padding: 30px 50px 30px 100px !important;
	margin: 60px 0 !important;
}

blockquote p {
	background: #f2f2f2;
	color: #000 !important;
	padding: 30px 50px !important;
}

blockquote::before {
	display: none;
	color: #951126 !important;
	top: 0 !important;
	left: 0 !important;
	font-family: "Playfair Display", serif;
}

/**************************Page agenda********************************/
#la-page .date-manif {
	clear: both;
	margin: -20px auto 20px auto !important;
}

#la-page .titre-manif {
	color: #000 !important;
	text-align: center !important;
	display: block !important;
	clear: both;
}

#la-page .manif-accueil img {
	height: 300px !important;
}

#la-page .listing li.un-bloc-listing.agenda {
	min-height: 550px;
}
/**************************Fin page agenda********************************/

/*************************FIN page************************************/
/*************************************** Gauche ************************************************************/
#gauche {
	display: block;
	float: left;
	width: 25%;
}
/****************************Menu page********************************************************************/

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

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

.sidebar ul .pagenav ul {
	text-transform: none;
	text-align: left;
	margin-top: 40px;
}
/*Les pages (niveau3)*/
.sidebar ul li {
	list-style-type: none;
	line-height: 0em !important;
	padding: 7px 0;
}

.sidebar ul li li::before {
	display: block;
	content: "";
	height: 3px;
	width: 30px;
	background: #eee;
	top: 16px;
	left: 0;
	position: absolute;
}

.sidebar ul#menu_pages a {
	font-weight: 400;
	text-decoration: none;
}

.sidebar ul#menu_annuaire a {
	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;
}
/*****************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, .sidebar ul .pagenav ul.children,
	.sidebar ul li.pagenav ul li.current_page_item ul {
	display: block;
	font-size: 0.4em;
	border: 2px solid #f2f2f2;
	padding: 0 20px 20px 20px !important;
	margin: 30px 0 0 0;
}
/****************************Formulaire de contact************************************************************/
.krea3_formulaire label {
	display: block;
	width: 35%;
	float: left;
	padding: 10px;
	text-align: right;
	font-size: 1em;
}

.descriptioncontact {
	display: block;
	font-size: 0.75em;
	margin: 4px 0 20px 0;
	padding-left: calc(35% + 10px);
}

.krea3_formulaire input, .krea3_formulaire select, .krea3_formulaire textarea
	{
	width: 45%;
	margin-left: 10px;
	border: #EBEBEB 1px solid;
	font-size: 1em;
	padding: 10px;
}

.krea3_formulaire input[type="submit"] {
	width: auto;
	height: auto;
	border: none;
	margin: 0 0 0 calc(35% + 10px);
	cursor: pointer;
}
/****************************Plan du site********************************************************************/
#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%;
}

#krea3_plan_site>li {
	padding: 30px 4% 30px 4%;
}

#krea3_plan_site li a {
	text-decoration: none;
	display: block;
	position: relative;
}
/**************************Styles à dupliquer dans tinymce.css**********************************************/
a {
	word-break: break-word;
}

a.fancybox {
	text-decoration: none;
}

img {
	border: none;
	max-width: 100%;
}
/******************************Liens Enfants / Menu page par défaut****************************************/

/*************************page large************************************/
.page-template-page_large-php #ligne-outils {
	padding: 0 150px 0 65px;
}

.page-template-page_large-php #share_buttons a {
	color: #951126;
}

.page-template-page_large-php header.entry-header {
	text-align: center;
}

/*****************************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;
	font-size: 1em;
}

#searchform input[type="submit"] {
	font-weight: normal;
	font-size: 0px;
	text-indent: -5000px;
	display: block;
	float: left;
	height: 40px;
	width: 40px;
	background-position: 0 -225px;
	margin: 0;
	padding: 0;
}

#searchform input[type="submit"]:hover {
	cursor: pointer;
}
/***************************Page de résultats *****************************************************************/
/*Le formulaire quand aucun résultat*/
#la-page #searchform {
	text-align: center;
}

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

#la-page #searchform input[type="text"] {
	background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
	border: medium none !important;
	color: #333 !important;
	font-size: 1.6em !important;
	font-weight: 300 !important;
	height: 40px !important;
	margin: 0 10px 0 0 !important;
	text-align: center;
	width: 70% !important;
	max-width: 400px !important;
}

#la-page #searchform input[type="submit"] {
	border: 1px solid #F0F0F0;
	background-color: #F0F0F0;
}

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;
}
/*Le titre lien d'un résultat*/
h3.entry-title a {
	text-decoration: none;
}

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;
}

ul#menu_footer {
	display: table;
	font-family: sans-serif;
	padding: 10px 10px 10px 10px;
	margin: 0 auto 0 auto;
	font-size: 0.9em;
}

ul#menu_footer li:last-child {
	padding-right: 10px;
}

ul#menu_footer li {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 10px;
}

ul#menu_footer li a {
	display: inline-block;
	color: #333;
	text-decoration: none;
	padding: 0;
	font-weight: 600;
	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;
}
/*********************************************************************************************/
/* =Fin des styles généraux du site
---------------------------------------------------------------------------------------------*/

/****************************************/
/*Ci-dessous style des annuaires / agenda / actus / navigation / carto
/***************************************/
#erreur_contact_prestataire {
	color: #fff;
	padding: 20px;
	margin-bottom: 10px;
}

#erreur_contact_prestataire.error {
	background-color: #bf2b21;
}

#erreur_contact_prestataire.success {
	background-color: #34AC18;
}
/****************video accueil***************************************/
#video-accueil {
	position: relative;
	width: 100%;
	height: 100vh;
	padding-top: 0;
}
/*Image de fond quand js désactivé (car la vidéo ne s'affiche pas sans js)*/
#fond-video-no-js {
	position: absolute;
	top: 0;
	width: 100%;
	background: url(assets/images/video.jpg) no-repeat;
	background-size: cover;
	height: 80vh;
	z-index: -1;
}

#diapo-accueil video {
	z-index: 999 !important;
}
/****************FAQ***************************************/
#faq {
	font-family: sans-serif;
}
/*La question*/
#faq h3 {
	padding: 10px 0 10px 0;
	font-family: sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 1.6em;
	margin-top: 30px;
	background-color: #FFF;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#faq h3 span {
	margin-right: 20px;
	margin-left: 10px;
}
/*La réponse*/
#faq .ui-widget-content {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border: none;
	padding: 20px 0 40px 0;
	font-size: 1.1em;
	font-weight: 400;
}
/************Fin FAQ***************************************/

/* =Médias
--------------------------------------------------------------------------------------- */
/* couleur des bordures des vignettes des galeries */
.plusgallery a:hover {
	background-color: #FFF !important;
}
/* intensité du masque de fond d'une galerie */
#pgzoomview {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
}
/* couleur des liens de navigation (flèches) des galeries */
#pgzoomview a:hover {
	background-color: #656565 !important;
}
/* =Réglages diaporamas
----------------------------------------------- */
.camera_thumbs_cont {
	background: none !important;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	overflow: hidden;
	position: relative;
	width: 100%;
	clear: both !important;
}

.camera_thumbs_cont>div {
	clear: both !important;
	float: left;
	height: 150px;
	width: 100%;
}

.camera_thumbs_cont ul {
	overflow: hidden;
	padding: 3px 4px 8px;
	position: relative;
	text-align: center;
	width: 100% !important;
}
/* contrainte pour le diapo dans les pages */
#owl-carousel {
	width: 100%;
	max-width: 1300px;
}
/* =vidéos
----------------------------------------------- */
/* besoin d'un padding pour les vidéos mp4 */
.wp-video {
	padding-bottom: 50px;
}

/*************************************************************************/
/* Flèche retour en haut de page */
#scroll {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
	border-radius: 4px;
	bottom: 4%;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 16px;
	line-height: 40px;
	position: fixed;
	right: 20px;
	text-align: center;
	transition: background-color 0.3s linear 0s;
	width: 40px;
	z-index: 2000;
	display: block;
}

#scroll a {
	text-decoration: none;
	color: #FFF;
}
/******************************************
* Align box
******************************************/
img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/**
 * css pour les légendes
 */
/*On style le bloc image*/
.wp-caption {
	border: 1px solid #eee;
	padding: 10px;
	max-width: 100%;
	background-color: #FFF;
}
/*Ajout d'espace pour aérer autour de l'image*/
.alignleft {
	margin-right: 10px;
}

.alignright {
	margin-left: 10px;
}
/*On centre l'image.*/
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	max-width: 100%;
}
/*Alignement, taille et couleur de la légende*/
.wp-caption p, .wp-caption-text {
	font-family: sans-serif;
	text-align: center;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
	color: #333;
	padding: 10px 0 0 0;
	margin: 0;
	font-weight: 400;
}
/*Ajout des arrondis sur le caption*/
.wp-caption {
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px
}
/*Ajout d'une ombre sous le caption*/
.wp-caption {
	/*-moz-box-shadow:0 3px 4px rgba(0,0,0,.5);-webkit-box-shadow:0 3px 4px rgba(0,0,0,.5);box-shadow:0 3px 4px rgba(0,0,0,.5); */
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.resize {
	width: 160px;
	height: auto;
}

.resize {
	width: auto;
	height: 120px;
}

.nav-previous a, .nav-next a {
	padding: 10px 20px;
}

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

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

label[for="rgpd"] input#rgpd {
	width: 20px;
}
/* La description du champ*/
.descriptioncontact {
	display: block;
	font-size: 0.75em;
	color: #333;
	margin: 5px 0 20px 0;
	padding-left: calc(35% + 15px);
}

ul.row.ul-list-type-none, ul.row {
	list-style-type: none !important;
}

/***********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;
}

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

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 {
	font-family: sans-serif;
	font-weight: 300;
}

.krea3_formulaire p.obligatoire {
	margin-left: 30%;
	padding: 0 0 10px 0;
	color: #be092c;
}

p.error {
	text-align: center;
	background-color: #fc4d60;
	color: #FFF;
	font-weight: 300;
	padding: 10px;
	margin: 0 0 20px 0;
}

.krea3_formulaire p {
	margin: 2px 0 2px 0;
	clear: both;
	background-color: transparent;
}

.krea3_formulaire fieldset {
	margin-bottom: 10px;
	margin-top: 0;
	padding: 20px 10px 20px 10px;
	border: 1px solid #eee;
	background-color: #f8f8f8;
}

.krea3_formulaire fieldset legend.obligatoire {
	padding: 0 10px;
	font-size: 1.1em;
	margin-left: 35%;
	color: #ab0e13;
	font-weight: 500;
}
/* Label */
.krea3_formulaire label {
	color: #000;
	display: block;
	width: 35%;
	float: left;
	padding-right: 5px;
	text-align: right;
	font-size: 1.1em;
	font-weight: 300;
}

.descriptioncontact {
	display: block;
	font-size: 0.75em;
	margin: 0 0 20px 0;
	padding-left: calc(35% + 10px);
	color: #333;
}

.krea3_formulaire input, .krea3_formulaire select, .krea3_formulaire textarea
	{
	margin-left: 1%;
	width: 45%;
	border: #EBEBEB 1px solid;
	font-size: 0.9em;
	font-family: sans-serif;
}

.krea3_formulaire input[type="submit"] {
	font-family: sans-serif;
	text-transform: uppercase;
	width: auto;
	height: auto;
	border: none;
	background-color: #8e1831;
	color: #FFF;
	font-weight: 400;
	margin: 0 45%;
	padding: 10px 20px 10px 20px;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
}

.krea3_formulaire input[type="submit"]:hover, .krea3_formulaire input[type="submit"]:focus
	{
	background-color: #333;
	cursor: pointer;
}
/*********************************** Fin Formulaire***********************************************/
.krea3-editorial-navbar-inner {
	list-style-type: none;
}

.krea3-editorial-navbar-inner li {
	padding: 8px;
	border-top: 1px solid #eee;
}

.krea3-editorial-navbar-inner a {
	text-decoration: none;
	color: #333;
	font-weight: 500;
	font-size: 0.8em;
}

.krea3-editorial-navbar-inner a.active {
	font-weight: 700;
}
/*============ Styles articles  =============*/
.single-post-area .social-links li a {
	color: #cccccc;
}

.single-post-area .social-links li a:hover {
	color: #2a2a2a;
}

.single-post-area .blog_details h2 {
	color: #2a2a2a;
}

.single-post-area .quote-wrapper {
	background: rgba(130, 139, 178, 0.1);
	color: #888888;
}

.single-post-area .quotes {
	background: #fff;
	border-left: 2px solid #333;
}

.single-post-area .thumb .overlay-bg {
	background: rgba(0, 0, 0, 0.8);
}

.single-post-area .navigation-top {
	padding-top: 15px;
	border-top: 1px solid #f0e9ff;
}

.single-post-area .navigation-top .social-icons li i, .single-post-area .navigation-top .social-icons li span
	{
	font-size: 14px;
	color: #999999;
}

.single-post-area .navigation-top .social-icons li:hover i,
	.single-post-area .navigation-top .social-icons li:hover span {
	color: #333;
}

.single-post-area .blog-author {
	padding: 40px 30px;
	background: #fbf9ff;
	margin-top: 50px;
}

.single-post-area .blog-author a {
	display: inline-block;
	color: #2a2a2a;
}

.single-post-area .blog-author a:hover {
	color: #333;
}

.single-post-area .navigation-area {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-top: 55px;
}

.single-post-area .navigation-area h4 {
	font-size: 18px;
	line-height: 25px;
	color: #2a2a2a;
}

.single-post-area .navigation-area .nav-left .thumb {
	margin-right: 20px;
	background: #000;
}

.single-post-area .navigation-area .nav-right .thumb {
	margin-left: 20px;
	background: #000;
}
/*============ Fin styles articles  =============*/
#pagination-loader {
	margin: 1.5em auto;
	width: 40px;
	height: 40px;
	border: 4px solid #f3f3f3;
	border-top: 4px solid #951126;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@
keyframes spin { 0%{
	transform: rotate(0);
}

100
%
{
transform
:
rotate(
360deg
);
}
}
/* =jQuery UI 
--------------------------------------------------------------------------------------- */
.ui-autocomplete {
	background-color: #951126;
	color: #fff;
}

.ui-menu .ui-menu-item {
	background-image: none !important;
	background-color: #ffffff;
	color: #666;
}

.ui-menu .ui-menu-item:hover, .ui-menu .ui-menu-item.ui-state-focus {
	background-image: none !important;
	background-color: #333;
	color: #ffffff;
}

.ui-menu .ui-menu-item a {
	color: #ffffff;
	border: none !important;
	font-size: 0.8em;
}

.ui-menu .ui-menu-item :hover {
	background: #ffffff none;
	color: #000000;
}

.ui-state-default, .ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default {
	border: 1px solid #f1f1f1;
	background: #FBFBFB;
	color: #951126;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited
	{
	color: #951126;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover,
	.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
	{
	border: 1px solid #f1f1f1;
	background: #ededed;
	color: #951126;
}

.ui-state-hover a, .ui-state-hover a:hover {
	color: #951126;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
	{
	border: 1px solid #f1f1f1;
	background: #ffffff;
	color: #951126;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited
	{
	color: #951126;
	text-decoration: none;
}
/* Partie qui s'ouvre */
.ui-widget-content {
	border: 1px solid #f1f1f1;
	background-color: #ffffff;
	color: #666;
}
/* Supprimer icone du carnet du ui dialog */
.ui-widget-header {
	background: none;
	background-color: #951126;
	color: #FFF;
}
/* Slider */
.ui-slider .ui-slider-handle {
	background-color: #666;
}

.ui-slider-range {
	background-color: #333;
}
/* partie haute du calendrier */
.ui-widget.ui-datepicker.ui-widget-content {
	font-family: sans-serif;
	background: #F4F4F4;
}

.ui-widget.ui-datepicker.ui-widget-content span {
	color: #fff;
}

.ui-widget.ui-datepicker .ui-datepicker-header {
	background: #951126;
}

.ui-widget.ui-datepicker .ui-datepicker-header .ui-state-hover {
	background: transparent;
	border-color: transparent;
}
/* les textes */
.ui-widget.ui-datepicker .ui-datepicker-title {
	margin-top: .4em;
	margin-bottom: .3em;
	color: #fff;
}

.ui-widget.ui-datepicker thead {
	background-color: #951126;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.ui-widget.ui-datepicker th {
	color: #fff;
}
/* couleur des cases du tableau */
.ui-widget.ui-datepicker td {
	background: #F1F1F1;
	opacity: 1;
}

.ui-widget.ui-datepicker td .ui-state-default {
	background: transparent;
	color: #000;
}

.ui-widget.ui-datepicker td .ui-state-active, .ui-widget.ui-datepicker td .ui-state-hover
	{
	background: #951126;
	color: #FFF;
}
/* =Post-it
--------------------------------------------------------------------------------------- */
.remodal {
	background: url(assets/images/post-it/fond_postit.png) #FFF no-repeat
		scroll top center;
	border-radius: 6px;
	margin: 20px auto;
	max-width: 700px;
	min-height: 0;
	padding-top: 70px;
	color: #666;
}

.remodal h1, .remodal h2, .remodal p, .remodal ul, .remodal ol {
	text-align: left;
}

.remodal h1 {
	color: #3f474c;
	font-size: 1.7em;
	margin: 0 0 15px 0;
	padding: 0;
	font-family: sans-serif;
	font-weight: 700;
}

.remodal h2 {
	color: #951126;
	font-size: 1.4em;
	margin: 15px 0 10px 0;
	padding: 0;
	font-family: sans-serif;
	font-weight: 700;
}

.remodal-confirm {
	background: none repeat scroll 0 0 #f4f4f4;
	background-color: #951126;
	border: 2px solid rgba(0, 0, 0, 0.1);
	color: #FFF;
	font-family: sans-serif;
	font-weight: 600;
	font-size: 0.9em;
}

.remodal-confirm:active, .remodal-confirm:hover {
	background: #951126;
	color: #f4f4f4;
}
/* Close button */
.remodal-close {
	border: 2px solid #951126;
}

.remodal-close:after {
	color: #951126;
}

.remodal-close:hover, .remodal-close:active {
	background: #951126;
}

.remodal-close:hover.remodal-close:after, .remodal-close:active.remodal-close:after
	{
	color: #fff;
}
/* =Médias
--------------------------------------------------------------------------------------- */
/* couleur des liens de navigation (flèches) des galeries */
#pgzoomview a:hover {
	background-color: #951126 !important;
}

.owl-nav button {
	position: absolute;
	top: 50%;
	background-color: #000;
	color: #fff;
	margin: 0;
	transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
	left: 0;
}

.owl-nav button.owl-next {
	right: 0;
}

.owl-dots {
	text-align: center;
	padding: 15px;
}

.owl-dots button.owl-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background: #000;
	margin: 0 3px;
}

.owl-dots button.owl-dot.active {
	background-color: #951126;
}

.owl-dots button.owl-dot:focus {
	outline: none;
}

.owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button span {
	font-size: 70px;
	position: relative;
	top: -5px;
}

.owl-nav button:focus {
	outline: none;
}

/* =Page actualités
--------------------------------------------------------------------------------------- */
.extrait_actu_page a.lire_actu {
	text-decoration: none !important;
	background-color: #000;
	color: #FFF !important;
	font-size: 0.9em;
}

/* =Page agenda
--------------------------------------------------------------------------------------- */
#listing-annuaire.row, .grid.grid-annuaire {
	width: 100%;
	--bs-gutter-x: 2rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y)* -1);
	margin-right: calc(var(--bs-gutter-x)* -.5);
	margin-left: calc(var(--bs-gutter-x)* -.5);
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height, .grid.grid-annuaire {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.listing li.un-bloc-listing.agenda {
	display: flex;
	flex-direction: column;
	float: left;
	margin: 0;
	padding: 10px;
	background-color: #fff;
	border: none;
	/*height: auto;
    min-height: 550px;*/
}

.listing li.un-bloc-listing.agenda .manif-accueil, .listing li.un-bloc-listing.agenda span
	{
	
}

/* =Page plan de la ville
--------------------------------------------------------------------------------------- */
#sidebar-carto.sidebar ul li {
	font-size: 1.3em;
}

.filtres-carte>ul>li ul li {
	line-height: 42px;
	font-size: 1rem;
}

/* Responsive
============================================================================================ */
@media screen and (max-width: 1380px) {
}

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

@media screen and (min-width:1280px) and (max-width:1550px) {
}

@media screen and (min-width:1280px) and (max-width:1365px) {
}

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

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

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

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

@media screen and (min-width:1024px) {
	@media screen and (max-width:1279px) {
	}
	@media screen and (orientation: landscape) {
	}
}

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

@media only screen and (min-width: 992px) and (max-width: 1200px) {
}

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

@media screen and (max-width:1023px) and (min-width:891px) {
	@media screen and (orientation: landscape) {
	}
}

@media ( max-width : 991px) {
}

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

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

@media screen and (max-width:890px) and (min-width:481px) {
	/*hauteur de diapo différente selon l'orientation du téléphone*/
	@media screen and (orientation: landscape) {
	}

	/*hauteur de diapo différente selon l'orientation du téléphone*/
	@media screen and (orientation: portrait) {
	}
}

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

	/*hauteur de diapo différente selon l'orientation du téléphone*/
	@media screen and (orientation: landscape) {
	}

	/*hauteur de diapo différente selon l'orientation du téléphone*/
	@media screen and (orientation: portrait) {
	}
	@media screen and (max-width:639px) {
	}
}

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

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

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

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

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

@media screen and (max-width: 768px) and (orientation: portrait) {
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
}

@media ( min-width : 768px) and (max-width: 991px) {
}

@media ( min-width : 768px) {
}

@media ( max-width : 767px) {
}

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

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

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

@media ( min-width : 660px) and ( max-width : 737px) and (orientation:
	landscape) {
}

@media screen and (min-width:481px) and (max-width:890px) and
	(orientation: landscape) {
}

/*Tiny*/
@media screen and (max-width:480px) {
	header {
		height: auto;
	}
	#top-bandeau {
		height: 75px !important;
	}
	#liens-header ul {
		font-size: 0.8em !important;
		padding: 0 !important;
	}
	#liens-header li a {
		font-size: 0.9em !important;
		padding: 0 10px !important;
	}
	.infos-meteo {
		font-size: 0.65em !important;
		margin: 5px 0 0 0 !important;
		padding: 5px 0 0 0 !important;
	}
	.picto-temperature span {
		font-size: 0.6em !important;
	}
	#meteo-accueil {
		right: 100px !important;
		padding: 0;
		top: -4px;
	}
	#glt-translate-trigger {
		bottom: auto;
		top: 115px !important;
		left: auto !important;
		margin-left: -63px !important;
		right: 26px !important;
		background: #8e1831 !important;
	}
	#top-bandeau #logo-site {
		left: 10px !important;
		width: 170px !important;
		top: 11px !important;
	}
	#acces_rapides {
		top: 0 !important;
		position: relative !important;
		height: auto !important;
	}
	#acces_rapides ul {
		padding: 0 !important;
		margin: 0 !important;
	}
	#volet-clic_clos {
		display: none !important;
	}
	/**********Actus************/
	#ligne1 {
		margin: 0 0 20px 0 !important;
	}
	#titre-ligne1 {
		display: block !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 40px 40px 40px 20px !important;
	}
	#content-actu {
		display: block !important;
		width: 100% !important;
		padding: 20px !important;
		float: none !important;
	}
	#titre-ligne1 h2 {
		font-size: 2em !important;
		text-align: left !important;
	}
	#titre-ligne1 h2 span {
		display: inline-block !important;
		clear: none !important;
	}
	#lien-actu-complet {
		float: left !important;
	}
	.fleches {
		clear: none !important;
		margin: 21px 0 0 0 !important;
	}

	/**********Fin actus************/

	/**********Agenda************/
	.titre-manif {
		display: block !important;
		clear: both;
	}
	#titre-ligne2 {
		display: block !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 40px 50px 40px 20px !important;
	}
	#titre-ligne2 h2 {
		text-align: left !important;
	}
	#content-agenda {
		display: block !important;
		width: 100% !important;
		padding: 20px !important;
		float: none !important;
	}
	#titre-ligne2 h2 span {
		display: inline-block !important;
		clear: none !important;
	}
	#lien-agenda-complet {
		float: left !important;
	}

	/**********Fin Agenda************/
	#ligne3 {
		padding: 20px 0 !important;
	}
	#gauche-ligne3, #droite-ligne3 {
		display: block !important;
		width: 100% !important;
		padding: 30px 0 !important;
	}
	#btn-kiosque {
		position: relative !important;
		bottom: 0 !important;
		right: 0 !important;
		left: 0 !important;
		padding: 0 20px 0 0 !important;
	}
	#droite-ligne3 h3 {
		margin: 30px auto 20px auto !important;
	}
	#gauche-kiosque {
		padding: 0 20px 40px 20px !important;
	}
	#gauche-kiosque a {
		display: inline-block !important;
		margin: 10px !important;
	}
	#magazine-municipal {
		margin: 0 0 30px 0 !important;
	}
	#ligne4 {
		padding: 0 !important;
	}
	#ligne4 h2 {
		font-size: 1.8em !important;
	}
	#milieu-ligne4, #gauche-ligne4, #droite-ligne4 {
		margin: 10px 0 !important;
		border: none !important;
	}
	#flash-info {
		position: relative !important;
		padding: 5px !important;
	}
	#gauche-ligne4, #milieu-ligne4, #droite-ligne4 {
		display: block !important;
		width: 100% !important;
		min-height: 200px !important;
	}
	#gauche-footer {
		display: block !important;
		width: 100% !important;
		padding: 30px 0 !important;
		text-align: center !important;
		border-bottom: 1px solid #fff !important;
		border-right: none !important;
	}
	#droite-footer {
		display: block !important;
		width: 100% !important;
		clear: both !important;
		padding: 30px 0 !important;
		text-align: center;
	}
	#droite-footer img {
		max-width: 300px !important;
		margin: 0 auto;
	}
	#content-footer {
		font-size: 0.9em !important;
		padding: 0 !important;
	}
	#content-footer p {
		font-size: 1em !important;
	}
	#content-footer a {
		text-align: center !important;
	}
	ul#menu_footer {
		margin: 0px auto 0 auto !important;
	}
	ul#menu_footer li a {
		font-size: 0.87em !important;
	}
	ul#partenaires-footer li {
		height: 50px !important;
		padding: 0 !important;
	}
	#scroll {
		bottom: 10px !important;
		right: 10px !important;
	}
	#bas_footer ul {
		padding: 10px 10px 45px 10px !important;
	}

	/**************Page******************/
	.page-template-page_large-php #ligne-outils {
		padding: 0 5px !important;
		margin: 0 !important;
	}
	#la-page {
		border-top: none !important;
		padding: 0 15px 30px 15px !important;
	}
	#content #ligne-outils, #content_large #ligne-outils {
		margin: 0 !important;
		padding: 0 5px !important;
		width: 100% !important;
	}
	#content_large, .page-template-archives #content {
		padding: 10px 15px 30px 15px;
	}
	.btn {
		display: block !important;
	}
	#entete-fiche {
		padding: 50px 0 20px 0px !important;
	}
	#colonne1-annuaire-large {
		padding: 0 !important;
	}
	.extrait_actu_page {
		padding: 20px 0px !important;
	}
	.nav-fiche, .nav-actus {
		padding: 0 !important;
		width: 100% !important;
	}
	.type-page {
		padding: 0 !important;
	}
	#main-page h1 {
		padding: 50px 0 !important;
	}
}

@media screen and (max-width:775px) {
	#liens-header ul {
		display: none !important;
	}
	#liens-header ul#recherche_site {
		display: block !important;
		color: #000 !important;
		padding: 0 !important;
	}
}

@media screen and (max-width:600px) {
	#liens-header ul {
		font-size: 0.8em !important;
	}
	#liens-header {
		padding: 3px 0px !important;
	}
}

@media screen and (min-width:601px) and (max-width:890px) {
	#liens-header ul {
		font-size: 0.95em !important;
	}
}

/*Small*/
@media screen and (min-width:481px) and (max-width:890px) {
	header {
		height: auto;
	}
	#top-bandeau {
		height: 75px !important;
	}
	#liens-header {
		min-height: 43px;
	}
	#liens-header ul {
		padding: 0 60px 0 0 !important;
	}
	#searchform input[type="text"] {
		width: 73% !important;
	}
	#liens-header li a {
		font-size: 0.8em !important;
		padding: 0 5px !important;
	}
	.infos-meteo {
		font-size: 0.65em !important;
		margin: 5px 0 0 0 !important;
		padding: 5px 0 0 0 !important;
	}
	.picto-temperature span {
		font-size: 0.6em !important;
	}
	#meteo-accueil {
		right: 100px !important;
		padding: 0;
		top: -4px;
	}
	#glt-translate-trigger {
		bottom: auto;
		top: 115px !important;
		left: auto !important;
		margin-left: -63px !important;
		right: 26px !important;
		background: #8e1831 !important;
	}
	#top-bandeau #logo-site {
		left: 10px !important;
		width: 170px !important;
		top: 11px !important;
	}
	#acces_rapides {
		top: 0 !important;
		position: relative !important;
		height: auto !important;
	}
	#acces_rapides ul {
		padding: 0 !important;
		margin: 0 !important;
	}
	#volet-clic_clos {
		display: none !important;
	}
	/**********Actus************/
	#ligne1 {
		margin: 0 0 20px 0 !important;
	}
	#titre-ligne1 {
		display: block !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 40px 40px 40px 20px !important;
	}
	#content-actu {
		display: block !important;
		width: 100% !important;
		padding: 20px !important;
		float: none !important;
	}
	#titre-ligne1 h2 {
		font-size: 2em !important;
		text-align: left !important;
	}
	#titre-ligne1 h2 span {
		display: inline-block !important;
		clear: none !important;
	}
	#lien-actu-complet {
		float: left !important;
	}
	.fleches {
		clear: none !important;
		margin: 21px 0 0 0 !important;
	}

	/**********Fin actus************/

	/**********Agenda************/
	.titre-manif {
		display: block !important;
		clear: both;
	}
	#titre-ligne2 {
		display: block !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 40px 50px 40px 20px !important;
	}
	#titre-ligne2 h2 {
		text-align: left !important;
	}
	#content-agenda {
		display: block !important;
		width: 100% !important;
		padding: 20px !important;
		float: none !important;
	}
	#titre-ligne2 h2 span {
		display: inline-block !important;
		clear: none !important;
	}
	#lien-agenda-complet {
		float: left !important;
	}

	/**********Fin Agenda************/
	#ligne3 {
		padding: 20px 0 !important;
	}
	#gauche-ligne3, #droite-ligne3 {
		display: block !important;
		width: 100% !important;
		padding: 30px 0 !important;
	}
	#btn-kiosque {
		position: relative !important;
		bottom: 0 !important;
		right: 0 !important;
		left: 0 !important;
		padding: 0 20px 0 0 !important;
	}
	#gauche-kiosque {
		padding: 0 20px 40px 20px !important;
	}
	#magazine-municipal {
		padding: 0px 80px 50px 50px !important;
	}
	#magazine-municipal {
		margin: 0 0 30px 0 !important;
	}
	#ligne4 {
		padding: 0 !important;
	}
	#ligne4 h2 {
		font-size: 1.8em !important;
	}
	#milieu-ligne4, #gauche-ligne4, #droite-ligne4 {
		margin: 10px 0 !important;
		border: none !important;
	}
	#flash-info {
		position: relative !important;
		padding: 5px !important;
	}
	#gauche-ligne4, #milieu-ligne4, #droite-ligne4 {
		display: block !important;
		width: 100% !important;
		min-height: 300px !important;
	}
	#gauche-footer {
		display: block !important;
		width: 100% !important;
		padding: 30px 0 !important;
		text-align: center !important;
		border-bottom: 1px solid #fff !important;
		border-right: none !important;
	}
	#droite-footer {
		display: block !important;
		width: 100% !important;
		clear: both !important;
		padding: 30px 0 !important;
		text-align: center;
	}
	#droite-footer img {
		max-width: 300px !important;
		margin: 0 auto;
	}
	#content-footer {
		font-size: 0.9em !important;
		padding: 0 !important;
	}
	#content-footer p {
		font-size: 1em !important;
	}
	#content-footer a {
		text-align: center !important;
	}
	ul#menu_footer {
		margin: 0px auto 0 auto !important;
	}
	ul#menu_footer li a {
		font-size: 0.87em !important;
	}
	ul#partenaires-footer li {
		height: 50px !important;
		padding: 0 !important;
	}
	#scroll {
		bottom: 10px !important;
		right: 10px !important;
	}
	#bas_footer ul {
		padding: 10px 10px 45px 10px !important;
	}

	/**************Page******************/
	.page-template-page_large-php #ligne-outils {
		padding: 0 5px !important;
		margin: 0 !important;
	}
	#la-page {
		border-top: none !important;
		padding: 0 15px 30px 15px !important;
	}
	#content #ligne-outils, #content_large #ligne-outils {
		margin: 0 !important;
		padding: 0 5px !important;
		width: 100% !important;
	}
	#content_large, .page-template-archives #content {
		padding: 10px 15px 30px 15px;
	}
	.btn {
		display: block !important;
	}
	#entete-fiche {
		padding: 50px 0 20px 0px !important;
	}
	#colonne1-annuaire-large {
		padding: 0 !important;
	}
	.extrait_actu_page {
		padding: 20px 0px !important;
	}
	.nav-fiche, .nav-actus {
		padding: 0 !important;
		width: 100% !important;
	}
	.type-page {
		padding: 0 !important;
	}
	#main-page h1 {
		padding: 50px 0 !important;
	}
}

/*BIG*/
@media screen and (min-width:891px) and (max-width:1023px) {
	header {
		height: auto;
	}
	#top-bandeau {
		height: 75px !important;
	}
	#liens-header ul {
		font-size: 0.8em !important;
		padding: 0 !important;
	}
	#liens-header li a {
		font-size: 0.9em !important;
		padding: 0 10px !important;
	}
	.infos-meteo {
		font-size: 0.65em !important;
		margin: 5px 0 0 0 !important;
		padding: 5px 0 0 0 !important;
	}
	.picto-temperature span {
		font-size: 0.6em !important;
	}
	#meteo-accueil {
		right: 100px !important;
		padding: 0;
		top: -4px;
	}
	#glt-translate-trigger {
		bottom: auto;
		top: 115px !important;
		left: auto !important;
		margin-left: -63px !important;
		right: 26px !important;
		background: #8e1831 !important;
	}
	#top-bandeau #logo-site {
		left: 10px !important;
		width: 170px !important;
		top: 11px !important;
	}
	#acces_rapides {
		top: 0 !important;
		position: relative !important;
		height: auto !important;
	}
	#acces_rapides ul {
		padding: 0 !important;
		margin: 0 !important;
	}
	#volet-clic_clos {
		display: none !important;
	}
	/**********Actus************/
	#ligne1 {
		margin: 0 0 20px 0 !important;
	}
	#titre-ligne1 {
		display: block !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 40px 40px 40px 20px !important;
	}
	#content-actu {
		display: block !important;
		width: 100% !important;
		padding: 20px !important;
		float: none !important;
	}
	#titre-ligne1 h2 {
		font-size: 2em !important;
		text-align: left !important;
	}
	#titre-ligne1 h2 span {
		display: inline-block !important;
		clear: none !important;
	}
	#lien-actu-complet {
		float: left !important;
	}
	.fleches {
		clear: none !important;
		margin: 21px 0 0 0 !important;
	}

	/**********Fin actus************/

	/**********Agenda************/
	.titre-manif {
		display: block !important;
		clear: both;
	}
	#titre-ligne2 {
		display: block !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 40px 50px 40px 20px !important;
	}
	#titre-ligne2 h2 {
		text-align: left !important;
	}
	#content-agenda {
		display: block !important;
		width: 100% !important;
		padding: 20px !important;
		float: none !important;
	}
	#titre-ligne2 h2 span {
		display: inline-block !important;
		clear: none !important;
	}
	#lien-agenda-complet {
		float: left !important;
	}

	/**********Fin Agenda************/
	#ligne3 {
		padding: 20px 0 !important;
	}
	#gauche-ligne3, #droite-ligne3 {
		display: block !important;
		width: 100% !important;
		padding: 30px 0 !important;
	}
	#btn-kiosque {
		position: relative !important;
		bottom: 0 !important;
		right: 0 !important;
		left: 0 !important;
		padding: 0 20px 0 0 !important;
	}
	#gauche-kiosque {
		padding: 0 20px 40px 20px !important;
	}
	#magazine-municipal {
		padding: 0px 80px 50px 50px !important;
	}
	#magazine-municipal {
		margin: 0 0 30px 0 !important;
	}
	#ligne4 {
		padding: 0 !important;
	}
	#milieu-ligne4, #gauche-ligne4, #droite-ligne4 {
		margin: 10px 0 !important;
		border: none !important;
	}
	#milieu-ligne4, #gauche-ligne4, #droite-ligne4 {
		min-height: 300px !important;
		padding: 50px 20px 20px 20px !important;
	}
	#ligne4 h2 {
		font-size: 1.5em !important;
	}

	/**************Page******************/
	.page-template-page_large-php #ligne-outils {
		padding: 0 5px !important;
		margin: 0 !important;
	}
	#la-page {
		border-top: none !important;
		padding: 0 15px 30px 15px !important;
	}
	#content #ligne-outils, #content_large #ligne-outils {
		margin: 0 !important;
		padding: 0 5px !important;
		width: 100% !important;
	}
	#content_large, .page-template-archives #content {
		padding: 10px 15px 30px 15px;
	}
	.btn {
		display: block !important;
	}
	#entete-fiche {
		padding: 50px 0 20px 0px !important;
	}
	#colonne1-annuaire-large {
		padding: 0 !important;
	}
	.extrait_actu_page {
		padding: 20px 0px !important;
	}
	.nav-fiche, .nav-actus {
		padding: 0 !important;
		width: 100% !important;
	}
	.type-page {
		padding: 0 !important;
	}
	#main-page h1 {
		padding: 50px 0 !important;
	}
}

@media screen and (max-width:1024px) {
	#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: #FFF;
	}
	#content {
		width: 100% !important;
		max-width: 100% !important;
	}
}

/*very big*/
@media screen and (min-width:1024px) and (max-width:1090px) {
	#top-bandeau #menu #nav {
		padding: 0 80px 0 280px;
	}
	#top-bandeau #logo-site {
		left: 20px !important;
		width: 190px !important;
	}
	.sidebar ul#menu_pages, .sidebar ul#menu_annuaire {
		padding: 0 !important;
	}
}

@media screen and (min-width:1024px) and (max-width:1380px) {
	#titre-ligne1, #titre-ligne2 {
		min-width: 200px !important;
	}
	.actu-accueil img {
		float: none !important;
		margin: 0 0 5px 0 !important;
	}
	#ligne4 {
		min-height: 300px !important;
		padding: 50px 20px 20px 20px !important;
	}
	#ligne4 h2 {
		font-size: 1.8em !important;
	}
	#gauche {
		padding: 50px 20px !important;
	}
}

/*Pour tous petits écrans*/
@media screen and (max-width:240px) {
}
/* Fin responsive
============================================================================================ */
@media print {
	.no_print {
		display: none !important;
	}
	#taille_texte {
		display: none;
	}
	#shiftnav-toggle-main, .shiftnav {
		display: none;
	}
	#content, #contenu.agenda
#contenu {
		width: 100%;
	}

	/*bannières Gutenberg*/
	.wp-block-cover {
		display: none;
	}

	/*Paramètres de gestion de la confidentialité*/
	.qc-cmp-persistent-link {
		display: none !important;
	}

	/*Pour agenda et annuaire*/
	#controles, h2#titre-recherche, form#recherche, div#form-recherche,
		.listeBoutons, .attachment-vignette-annuaire, .voir_agenda a,
		.lien-abo-rss, a.lien-savoir {
		display: none;
	}
	#krea3_plan_site {
		clear: both;
	}
	#krea3_plan_site a {
		text-decoration: none;
	}
	a.flowplayer, ins>div {
		display: none;
	}
	.flowplayer, embed, object, .videoconteneur, iframe, .owl-carousel,
		.plusgallery, #scroll {
		display: none;
		display: none !important;
	}
	.flowplayer {
		height: 0 !important;
	}
	.wp-caption {
		border: none;
		padding: 0;
		float: right;
		margin-left: 10px;
	}
}

.listing ul {
	width: 100%;
}

/**************** affichage legal *******************/
.accordion-item {
	background-color: #fff;
	border-radius: .4rem;
}

.accordion-item hr {
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.accordion-link {
	font-size: 1.6rem;
	color: #fff;
	text-decoration: none;
	background-color: #fff;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 0;
	background-color: #951126 !important;
}

#la-page .accordion-link h3 {
	font-weight: 500;
	font-size: 20px;
	color: #fff !important;
	padding-left: 2em;
	margin-top: 10px;
}

.accordion-link svg {
	color: #fff;
	padding: 0rem;
	margin-right: 20px;
}

.accordion-link ul {
	display: flex;
	align-items: flex-end;
	list-style-type: none;
	margin-left: 25px;
}

.accordion-link li {
	font-size: 10px;
	color: #222;
	padding: 0 0 1px 5px;
}

.accordion-link div {
	display: flex;
}

.accordion-link .fa-arrow-down {
	display: none;
}

.answer {
	max-height: 0;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	transition: max-height 650ms;
}

.answer ul {
	width: 100% !important;
}

.answer h3 {
	margin: 10px 0 0px 0;
	padding: 0 0 10px 0;
	font-size: 1.2em;
}

.answer a {
	font-weight: 500;
}

.answer p {
	color: #fff;
	font-size: 15px;
	padding: 2rem;
}

.answer .extrait_actu_page small {
	margin: 0;
}

.answer .extrait_actu_page a.lire_actu {
	float: left;
}

.accordion-item:target .answer {
	max-height: 100vh;
	overflow-y: scroll;
	padding: 1em;
}

.accordion-item:target .accordion-link .fa-arrow-right {
	display: none;
}

.accordion-item:target .accordion-link .fa-arrow-down {
	display: block;
}
/**********fin affichage legal *******************/

/*****************************MENU******************************/
@media screen and (max-width:1024px) {
	.menu-reduit #top-bandeau {
		height: 60px !important;
	}
	#menu nav {
		position: relative;
		z-index: 0;
	}
	.menu-reduit #top-bandeau #logo-site, .menu-reduit #top-bandeau #logo-site img
		{
		height: 40px !important;
	}
	.menu-reduit #top-bandeau #menu, #top-bandeau #menu {
		padding-top: 0 !important;
	}
	#liens_header {
		z-index: 0;
	}
	#top-bandeau #menu #nav {
		padding: 40px 20px 20px 20px;
		background: #fff;
		border: 2px solid #eee;
		position: absolute;
		z-index: 200;
		top: 45px;
		text-align: left !important;
	}
	#top-bandeau #menu #nav li {
		text-align: left !important;
	}
	.krea3-menu-fullscreen .container {
		display: block !important;
	}
	#top-bandeau #menu #nav li {
		text-align: left !important;
		display: block !important;
		width: 100%;
		padding: 10px !important;
		margin: 0 !important;
	}
	#top-bandeau #menu #nav li li {
		padding: 5px 10px !important;
	}
	#top-bandeau #menu #nav li a {
		text-align: left !important;
		display: block !important;
		width: 100%;
	}
	.krea3-menu-fullscreen .btn-close-menu {
		top: 80px !important;
		right: 55px !important;
		display: none !important;
	}
	.krea3-menu-fullscreen .btn-close-menu svg {
		font-size: 0.9em !important;
	}
	#menu-trigger:hover {
		color: #000 !important;
	}
}
/*****************************FIN MENU******************************/
.listing ul {
	width: 100%;
}

.listing .item.magazine_municipal .listing-item, .listing .item.magazine_municipal .listing-item-annuaire
	{
	width: 300px !important;
	height: 493px !important;
}

.listing .item.magazine_municipal .listing-item .bordure-titre-agenda,
	.listing .item.magazine_municipal .listing-item-annuaire .bordure-titre-agenda
	{
	background: #951126;
	color: #fff;
	padding: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

#description-fiche {
	background-color: #fff;
}

/* trombi v2
============================================================================================ */
.krea3-trombi-item {
	height: 300px;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	max-width: 260px;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.krea3-trombi-item-text {
	height: 100%;
	position: relative;
	padding: 20px;
}

.krea3-trombi-item:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(17, 17, 17, 0.9);
	content: "";
	z-index: -1;
	opacity: 0;
	-webkit-transition: all, 0.5s, ease-out, 0.5s;
	-o-transition: all, 0.5s, ease-out, 0.5s;
	transition: all, 0.5s, ease-out, 0.5s;
}

.krea3-trombi-item-text .krea3-trombi-item-title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 10px;
	-webkit-transition: all, 0.5s, ease-out, 0.5s;
	-o-transition: all, 0.5s, ease-out, 0.7s;
	transition: all, 0.5s, ease-out, 0.5s;
	background: rgba(149, 17, 38, 0.9);
}

.krea3-trombi-item-text .krea3-trombi-item-title h5 {
	color: #ffffff;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 6px;
	text-align: center;
	font-size: 1.1rem;
}

.krea3-trombi-item-text .krea3-trombi-item-title span {
	font-size: 14px;
	color: #fff;
	text-align: center !important;
	width: 100%;
	display: block;
}

.krea3-trombi-item-text p {
	color: #fff;
	font-size: 1rem;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.7s, ease-out, 0.7s;
	-o-transition: all, 0.7s, ease-out, 0.7s;
	transition: all, 0.7s, ease-out, 0.7s;
}

.krea3-trombi-item-text .krea3-trombi-item-social {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	padding: 0 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.7s, ease-out, 0.7s;
	-o-transition: all, 0.7s, ease-out, 0.7s;
	transition: all, 0.7s, ease-out, 0.7s;
}

.krea3-trombi-item-text .krea3-trombi-item-social a {
	display: inline-block;
	font-size: 1rem;
	color: #ffffff;
	margin-right: 24px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.krea3-trombi-item:hover .krea3-trombi-item-text .krea3-trombi-item-title
	{
	border-bottom: 1px solid rgba(183, 183, 183, 0.2);
	padding: 0 0 10px;
	margin-bottom: 10px;
	opacity: 0;
	visibility: hidden;
	position: relative;
	bottom: initial;
	opacity: 1;
	visibility: visible;
	background: transparent;
}

.krea3-trombi-item:hover {
	filter: grayscale(1);
}

.page-id-24 .krea3-trombi-item:hover {
	height: auto;
}

.krea3-trombi-item:hover .krea3-trombi-item-text p, .krea3-trombi-item:hover .krea3-trombi-item-social
	{
	opacity: 1;
	visibility: visible;
}

.krea3-trombi-item:hover .krea3-trombi-item-text p a {
	color: #fff !important;
}

.krea3-trombi-item:hover:after {
	opacity: 1;
}

a#secrets {
	display: block;
	position: fixed;
	z-index: 700;
	top: 190px;
	right: 0;
	text-align: center;
	/* border: 1px solid rgba(0, 0, 0, 0.1); */
	background-color: rgba(255, 255, 255, 0.9);
	/* border-bottom-left-radius: 10px; */
	/* border-top-left-radius: 10px; */
	/* padding: 10px 5px 10px 5px; */
	text-decoration: none;
	font-weight: 400;
	width: 100px;
}

a#secrets img {
	display: inline-block;
	margin: 0;
	padding: 0;
}

#recherche_site input[type="text"] {
	color: #333 !important;
}
	/*pour cacher accueil, carte, contact, mentions légales, plan du site du menu grands écrans*/
#menu li.page-item-11, #menu li.page-item-12, #menu li.page-item-13,
	#menu li.page-item-14 {
	display: none;
}











.hero-wrap {
  height: 100vh;
  min-height: 750px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  z-index: 0; }
  .hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .3;
    background: #000000;
    z-index: -1; }
  .hero-wrap.hero-wrap-2 {
    min-height: auto;
    height: 700px; }
    .hero-wrap.hero-wrap-2 .overlay {
      opacity: .4; }
    .hero-wrap.hero-wrap-2 .slider-text {
      min-height: auto;
      height: 700px; }
  .hero-wrap .slider-text {
    height: 100vh;
    min-height: 750px;
    color: rgba(255, 255, 255, 0.8);
    z-index: 3; }
    .hero-wrap .slider-text h1, .hero-wrap .slider-text .h1 {
      font-weight: 700;
      color: #fff;
      font-size: 64px;
      line-height: 1.2; }
      @media (max-width: 767.98px) {
        .hero-wrap .slider-text h1, .hero-wrap .slider-text .h1 {
          font-size: 40px; } }
    .hero-wrap .slider-text .breadcrumbs {
      font-size: 14px;
      margin-bottom: 10px;
      z-index: 99;
      font-weight: 600;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.8); }
      .hero-wrap .slider-text .breadcrumbs span {
        color: rgba(255, 255, 255, 0.8); }
        .hero-wrap .slider-text .breadcrumbs span i {
          color: rgba(255, 255, 255, 0.8);
          font-size: 12px; }
        .hero-wrap .slider-text .breadcrumbs span a {
          color: rgba(255, 255, 255, 0.8); }
          .hero-wrap .slider-text .breadcrumbs span a:hover, .hero-wrap .slider-text .breadcrumbs span a:focus {
            color: #98192e; }
            .hero-wrap .slider-text .breadcrumbs span a:hover i, .hero-wrap .slider-text .breadcrumbs span a:focus i {
              color: #98192e; }
    .hero-wrap .slider-text .bread {
      font-weight: 700;
      color: #fff;
      font-size: 70px; }
      
      

.btn.btn-primary{
    background: #98192e !important;
    border: 1px solid #98192e !important;
    color: #fff !important;
}

/* fleche scroll down diapo
============================================================================================ */
.diapo_header_scrolldown-button {bottom: 100px;z-index: 5;border: solid 1px #fff;width: 60px;height: 60px;right: auto;left: calc(50% - 30px);top:auto;}
@media screen and (max-width: 1000px) {
    .diapo_header_scrolldown-button {display:none}
}
.diapo_header_scrolldown-button:after {border: solid 1px #fff;}
.diapo_header_scrolldown-button__circle:after,.diapo_header_scrolldown-button__circle:before {border: solid 1px #fff;}
.diapo_header_scrolldown-button>svg {color: #fff;font-size: 1.1875rem;line-height: 1.2;transition: color .4s ease}
.diapo_header_scrolldown-button>a {color: #fff!important;font-family: 'Lato', sans-serif;font-size: 1rem;letter-spacing: .3px;transition: color .4s ease}
.diapo_header_scrolldown-button:hover {background-color: #98192e;color:#fff;}



.form-control {
  height: 45px;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.3) !important; }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.3) !important; }
  .form-control:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(0, 0, 0, 0.3) !important; }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.3) !important; }
  .form-control:focus, .form-control:active {
    border-color: #98192e !important; }

textarea.form-control {
  height: inherit !important; }

.search-property-1 {
  background: #fff;
  overflow-x: hidden;
  border-radius: 5px; }
  .search-property-1 .form-group {
    position: relative;
    margin-bottom: 0;
    width: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
    @media (max-width: 575.98px) {
      .search-property-1 .form-group {
        margin-bottom: 0;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.04); } }
    .search-property-1 .form-group label {
      font-weight: 700;
      font-size: 14px;
      color: #000000;
      text-transform: uppercase; }
    .search-property-1 .form-group .form-field {
      position: relative;
      display: block; }
    .search-property-1 .form-group .form-control {
      padding: 0;
      padding-left: 20px;
      display: block;
      width: 100%;
      height: inherit !important;
      font-size: 14px;
      border: none !important;
      color: rgba(0, 0, 0, 0.4) !important;
      background: transparent !important;
      border-radius: 0; }
      .search-property-1 .form-group .form-control::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.4) !important; }
      .search-property-1 .form-group .form-control::-moz-placeholder {
        color: rgba(0, 0, 0, 0.4) !important; }
      .search-property-1 .form-group .form-control:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.4) !important; }
      .search-property-1 .form-group .form-control:-moz-placeholder {
        color: rgba(0, 0, 0, 0.4) !important; }
      .search-property-1 .form-group .form-control.btn {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        background: #98192e !important;
        border: none !important;
        color: #fff !important;
        border-radius: 0; }
        @media (max-width: 575.98px) {
          .search-property-1 .form-group .form-control.btn {
            padding: 20px; } }
    .search-property-1 .form-group .select-wrap {
      position: relative; }
      .search-property-1 .form-group .select-wrap select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
    .search-property-1 .form-group .icon {
      position: absolute;
      top: 51%;
      left: 0;
      font-size: 16px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: rgba(0, 0, 0, 0.1); }
      @media (max-width: 575.98px) {
        .search-property-1 .form-group .icon {
          left: 0; } }
  .search-property-1 .btn-primary span {
    text-transform: capitalize !important;
    letter-spacing: 0; }






#consulter-borne{
	height: 100vh;
	height:auto;
	padding-top: 10px;
}


.services-wrap {
	margin-top: 50px !important;
}

body.page .services-wrap {
	margin-top: 80px !important;
}

.services {
	width: 100%;
	background: #fff;
	padding: 30px;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 0;
	-webkit-box-shadow: 0px 5px 14px -6px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 5px 14px -6px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 5px 14px -6px rgba(0, 0, 0, 0.07);
	text-decoration:none !important;
	min-height:310px;
}

.services:after {
	position: absolute;
	bottom: -100px;
	right: -80px;
	content: '';
	width: 200px;
	height: 200px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	z-index: -1;
	opacity: 0;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.services .icon span {
	font-size: 60px;
	line-height: 1.2;
	color: #98192e;
}

.services .icon img {
    text-align: center;
    /*background: #98192e;
    border-radius: 50%;*/
    height: 60px;
    width: 60px;
    margin: 0 15px 0 0;
    margin: 0;
    padding: 5px;
    padding: 0;
    vertical-align: middle;
}

.services .text {
	width: 100%;
}

.services .text h2, .services .text .h2 {
	font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
    margin-top: 40px;
}

.services .text p.list {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.5);
}

.services .text p.list span {
	color: #98192e;
	font-weight: 600;
	background: rgba(0, 0, 0, 0.03);
	padding: 2px 5px;
	border-radius: 4px;
}

.services:hover, .services.active {
	background: #98192e;
	-webkit-box-shadow: 0px 5px 14px -6px rgba(0, 0, 0, 0.27);
	-moz-box-shadow: 0px 5px 14px -6px rgba(0, 0, 0, 0.27);
	box-shadow: 0px 5px 14px -6px rgba(0, 0, 0, 0.27);
	color: rgba(255, 255, 255, 0.9);
}

.services:hover:after, .services.active:after {
	bottom: -80px;
	right: -70px;
	opacity: 1;
}

.services:hover .icon span, .services.active .icon span {
	color: #fff;
}

.services:hover .text h2, .services:hover .text .h2, .services.active .text h2,
	.services.active .text .h2 {
	color: #fff;
}

.services:hover .text p.list, .services.active .text p.list {
	color: #fff;
}

.services:hover .text p.list span, .services.active .text p.list span {
	background: #fff;
}


.g-3,.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,.gy-3 {
    --bs-gutter-y: 1rem
}


.sidebar ul li li a {
    font-size: 1rem;
    font-family: 'Montserrat', cursive;
    font-weight: 500;
    color: #000 !important;
}
.sidebar ul li li::before {
    background: #fff;
}

#top-bandeau{margin:0;}

.listing li.un-bloc-listing {
 margin:0;
   border: none;
}

.krea3-menu-fullscreen{padding-top: 6rem !important;}
.krea3-menu-fullscreen .container{max-width: 1700px !important;}
.krea3-menu-fullscreen .niv-2{margin-bottom: 6rem !important;}

#ligne2{/*position: absolute !important;*/ bottom:0;}

#titre-ligne2{margin:0;}

#la-page {
    border-top: 100px solid #f8f9fa;
}

h1{padding:20px;}

#video-accueil {
    max-height: 100vh;
}

#volet-clic {
    z-index: 9;
    position: absolute;
}

#volet-clic a.ouvrir{z-index:1;}
#volet-clic a.ouvrir svg{
	padding: 0 8px 0 8px;
    font-size: 3rem;
}