/*
Theme Name: Menthonay
Theme URI: 
Description: inpixel_blank_responsive_theme-master Child Theme created for the Menthonnex-en-Bornes site
Version: 
Author: Sandrine Bochet
Author URI: http://www.choccanet.com
Template: inpixel_blank_responsive_theme-master
Version: v1.0
License: GPL
License URI: http://codex.wordpress.org/License
*/

/* Pour le diaporama de la soirée des voeux */
.ug-gallery-wrapper .ug-textpanel-title {
text-align: center !important;
}

a:not(.no-icon)[href$=".pdf"]::before {
	content: "\f1c1";
	font-family: FontAwesome;
    font-size: 1.5em;
    padding-right: 6px;
    vertical-align: baseline;.grand
}
a.no-border {
	border: none !important;
}
[href$=".docx"]::before, [href$=".doc"]::before {
	content: "\f1c2";
	font-family: FontAwesome;
    font-size: 1.5em;
    padding-right: 6px;
    vertical-align: baseline;
}
[href$=".zip"]::before {
	content: "\f1c6";
	font-family: FontAwesome;
    font-size: 1.5em;
    padding-right: 6px;
    vertical-align: baseline;
}

.word-break {word-break: break-all;}

/* ----------------------------- */
/* == General */
/* ----------------------------- */

body {
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	color:#686868;
	background-color: #f3f3f3;
}
.gut {
	margin: 1em auto 2em;
}

/* ----------------------------- */
/* == Font-sizes Bloquote */
/* ----------------------------- */
.petit {
	font-size: .8em;
}
.grand {
	font-size: 1.3em !important;
}
.gras {
	font-weight: bold;
}
.fs-2 {
	font-size: 2em;
}
.underline {
	text-decoration: underline !important;
	text-underline-position: under;
}

blockquote {
    font-style: italic;
    margin: 1em 0;
    padding: 0.5em;
    background: #f3f3f3;
    display: flex;    display: -ms-flexbox;
}
blockquote:before {
	display: block;
    content: "\201C";
    font-size: 2.5em;
    padding-right: 0.3em;
    top: -10px;
    position: relative;
    color: #616161;
}

/* ----------------------------- */
/* == Colors */
/* ----------------------------- */

.blanc {	color: #fff;}
a.blanc {	color: #fff !important;}
.turquoise{color:#09657E}
.rouge{color:red}

p.loisirs {color: #388E3C}

strong.village {
	color: #00B8D4;
}
strong.environnement {
	color: #00C853
}
strong.loisirs {
	color: #388E3C
}
strong.enfance {
	color: #1565C0
}
strong.urbanisme {
	color: #FB8C00
}
strong.vie-assoc {
	color: #f4511e
}
strong.vie-eco {
	color: #6D4C41
}
strong.vie-munic, strong.cat_elections {
	color: #00796B
}
strong.vie-prat, strong.deces {
	color: #546E7A
}
strong.contact {
	color: #607D8B
}

i.loisirs {
	color: #388E3C
}

/* ----------------------------- */
/* == Background Colors */
/* ----------------------------- */

.benfance {
	background-color: #1565C0;
}
.bassoc {
	background-color: #f4511e;
}
.benvironnement {
	background-color: #00C853;
}
.burbanisme {
	background-color: #FB8C00;
}
.bcontact {
	background-color: #607D8B
}
.bloisirs {
	background-color: #388E3C
}
.bvie-eco {
	background-color: #6D4C41
}
.bvie-munic {
	background-color: #00796B
}
.bvie-prat {
	background-color: #546E7A
}
.brouge {
	background-color: #D50000
}
	
.bgris {
	background-color:#eee;
    border: 1px solid #d3d3d3
}	
.bjaune {
	background-color:#ffff00;
}

/* ----------------------------- */
/* == Links Colors and Effects*/
/* ----------------------------- */
.gut a:link, .gut a:visited {
	text-decoration: none;
	position: relative;
	padding: 0 0 3px;
}
.gut #content a:link, #content .gut a:visited {
	border-bottom: 1px solid #ddd;
}
.gut a[href^="tel:"] {
	border-bottom: none !important;
}
.gut a:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.6s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.6s;
    transition: height 0.3s, opacity 0.3s, transform 0.6s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}
.gut a:hover:after, .gut a:focus, .gut a:active {
	height: 1px;
    opacity: 1;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    transform: translateY(-1px);
}

.gut #content .social li a:link, .gut #content .social li a:visited {
	border-bottom: none;
}

/* Colors */
.village a {
	color: #00B8D4;
}
.environnement a {
	color: #00C853
}
.loisirs a {
	color: #388E3C
}
.enfance a {
	color: #1565C0
}
.urbanisme a {
	color: #FB8C00
}
.vie-assoc a, .cat-vie-assoc a {
	color: #f4511e
}
.vie-eco a {
	color: #6D4C41
}
.vie-munic a, .cat_elections a {
	color: #00796B
}
.vie-prat a, .deces a {
	color: #546E7A
}
.contact a {
	color: #607D8B
}

.village .gut a:after {
	background: #00B8D4;
}
.environnement .gut a:after {
	background: #00C853
}
.loisirs .gut a:after {
	background: #388E3C
}
.enfance  .gut a:after {
	background: #1565C0
}
.urbanisme  .gut a:after {
	background: #FB8C00
}
.vie-assoc  .gut a:after {
	background: #f4511e
}
.vie-eco  .gut a:after {
	background: #6D4C41
}
.vie-munic  .gut a:after, .cat_elections  .gut a:after {
	background: #00796B
}
.vie-prat  .gut a:after {
	background: #546E7A
}
.contact  .gut a:after {
	background: #607D8B
}

div.zoomeffect a:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
div.zoomeffect a:hover:after {
	background: none;
}

/* ----------------------------- */
/* == Merienda Font */
/* ----------------------------- */
@font-face {
	font-family: Merienda;  
	src: url(https://www.menthonnex-en-bornes.fr/wp-content/themes/menthonay/font/Merienda-Regular.ttf);  
	font-weight: normal;  
}
@font-face {
	font-family: Merienda-Bold;
	src: url(https://www.menthonnex-en-bornes.fr/wp-content/themes/menthonay/font/Merienda-Bold.ttf);
	font-weight: bold;  
}

/* ----------------------------- */
/* == Margin Padding Display Alignement */
/* ----------------------------- */
.d-ib {display: inline-block}

.w-10 { width: 10% }
.w-20 { width: 20% }
.w-28 { width: 28% }
.w-30 { width: 30% }
.w-40 { width: 40% }
.w-42 { width: 42% }
.w-45 { width: 45% }
.w-50 { width: 50% }
.w-60 { width: 60% }
.w-70 { width: 70% }
.w-80 { width: 80% }
.w-90 { width: 90% }
.w-100 { width: 100% }

.center {
	text-align: center
}
.flex-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.floatright { float: right}

.droite {
	text-align: right
}
.left {
	text-align: left
}
.justify {
	text-align: justify
}
#unitegallery_43_1 img {
	left: 0 !important;
	top: 0 !important;
}
.ml-1 {
	margin-left: 1% !important
}
.ml-3 {
	margin-left: 3% !important
}
.m-0l1 {
	margin: 0 0 0 1em !important
}
.ml-6 {
	margin-left: 6% !important
}
.ml-9 {
	margin-left: 9% !important
}
.ml-7 {
	margin-left: -.7em !important
}
.mt-0 {
	margin-top: 0
}
.mt-02 {
	margin-top: 0.2em
}
.mt-1 {
	margin-top: 1em !important
}
.mt-15 {
	margin-top: 1.5em !important
}
.mr25 {
	margin-right: 2.5% !important
}
.mb-moins2 {
	margin-bottom: -2em !important
}
.mb-05 {
	margin-bottom: .5em !important
}
.mb-1 {
	margin-bottom: 1em !important
}
.mb-2 {
	margin-bottom: 2em !important
}

.p-05 {
	padding: .5em
}
.p-1 {
	padding: 1em
}
.plr-1 {
	padding: 0 1em 0 1em
}
.ptlr-1 {
	padding: 1em 1em 0.2em 1em
}
.pt-15 {
padding-top: 1.5em !important
}
.pr-5 {
padding-right: .5em !important
}
.pl-46 {padding-left: 46px !important;}
.pl-93 {padding-left: 93px !important;}

.single-image+.single-article {
	padding-top: 1.5em;
}

.block {
	display: block;
}

.lh-1 {
	line-height: 1em !important
}
.lh-17 {
	line-height: 1.7em !important
}
.lh-2 {
	line-height: 2em
}

/* ----------------------------- */
/* ==  Flex Colonnes */
/* ----------------------------- */
.flex {
    display: block;
}

.column {
	flex-grow: 1;
	flex-shrink: 1;
	margin-left: 4%
}
.column.last {
	margin-right: 8%
}
.colonnes {
    flex: 1 0 300px;
    -ms-flex: 1 0 300px;
    box-sizing: border-box;
    padding: 15px 20px 20px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin-left: 20px;
	margin-top: 20px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* == Header */
/* ----------------------------- */

/* Site tile */
	.site-title {
		z-index: 60;
		position: relative;
		top: 43px;
		margin-bottom: 0;
		padding: .5em .5em .5em 4em;
		height: auto;
		font-size: 1.6em;
		background: rgba(255, 255, 255, .3) !important;
		text-align: center;
		font-family: 'Merienda', cursive !important;
		font-weight: bold;
		transition: .5s;
	}
	.site-title a {
		color: #fff;
		text-decoration: none;
		transition: .5s;
	}
	.site-title:hover, .site-title:focus, .site-title:active {
		background: rgba(255, 255, 255, 0.9) !important;
	}
	.site-title:hover a, .site-title:focus a, .site-title:active a {
		color: #dd0000;
	}
.site-description {
	display: none;
}

	/* Top Header */
	.top-header {
		position: relative;
	    top: -5px;
		background: #546E7A;
		margin-bottom: -1em;
		padding-bottom: 1em;
	}
	.top-header img {
		z-index: 60;
		position: absolute;
		top: .5em;
		left: 1.5em;
		width: 6.6em;
		transition: .5s;
	}
	.top-header img:hover {
		width: 9.14em;
		left: 1em;
}
	.top-header .flex {
		margin-top: -1em;
		text-align: center;
	}
	.top-header .flex ul {
		line-height: 2.5em;
	}

.top-header .flex ul li {
    list-style: none;
    font-size: 1em;
    display: inline-block;
	margin-right: 12px;
    color: #fff;
	vertical-align: middle;
}
.top-header .flex ul li i {
    margin-right: 10px;
}
.top-header .flex ul li a {
    color: #fff;
	text-decoration: none;
}

/* Header-info */
.top-header .flex ul.header-info {
	margin-top: 12px;
	padding: 4.5em .5em 0 7em;
}
ul.header-info .fa-circle {
 color: #B2FF59;
}
	a.infobulle span {
		position:absolute;
		margin-top:30px;
		margin-left:-40px;
		padding: 0.2em 0.8em;
		color:#616161;
		background:rgba(255, 255, 255, 0.9);
		border-radius:3px;
		transition:all .25s;
		opacity:0;
		z-index: 50;
		text-align: right;
	}
a.infobulle:hover span, a.infobulle:focus span {
	opacity:1;
}

/* Header-social */
.top-header .flex ul.header-social li a:hover i, .top-header .flex ul.header-social li a:focus i, .top-header .flex ul.header-social li a:active i {
	transition: all .5s;
    color: #546E7A;
    border: 2px solid #546E7A;
    background-color: #fff;
}
.top-header .flex ul.header-social li {
	margin: 1.5em .1em .5em !important;
}
ul.header-social .fa-lg {
    border: 2px solid #fff;
    border-radius: 18%;
	line-height: .85em;
    padding: .5em;
	vertical-align: bottom
}

/* Header Search Form */

.top-header #searchform label {
	margin-top: 0
}
.top-header #searchform span {
	font-size: 0
}
.top-header #searchform #s {
    background: rgba(255, 255, 255, 0.9);
    border: 0px solid #c3c0ab;
    cursor: text;
    outline: 0;
    width: 16em;
    height: 37px;
    margin: 0;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease
}
.top-header #searchform #searchsubmit { 
display: none;
}

/* FEATURED (SLIDER, MAP, IMAGE) */

header .ug-theme-slider, #map, #featured-header {
    margin: 0 auto -76px !important;
}

/* Map */
#map {
    padding-bottom: 32.6%;
    padding-top: 39px;
}
#contact #map {
    margin: 0 auto 0 !important;
}
.page-parent.village #map, .page-child.village #map {
    margin-bottom: 0 !important;
    padding-top: 0 !important;
}

/* Featured Image */
#featured-header div {
	display: block;
	z-index: 8;
    width: 100%;
    height: 100px;
    margin-top: -100px;
    padding: 5px 10px;
	overflow: hidden;
    opacity: .99;
	-moz-opacity: .99;
    filter: alpha(opacity=99);
    background: rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    color: rgb(221, 51, 51);
    text-align: center;
    font-family: 'Merienda', cursive !important;
    font-size: 4.8em;
    font-weight: 400
}

/* Banner Text */
.banner-text {
    margin: 0 auto;
    padding: 203px 4em 160px;
    width: 100%;
    min-height: 9.4em;
    color: #D50000;
    background: #f3f3f3;
    font-size: 4.5em;
	line-height: 1.8em;
    font-family: 'Merienda', cursive;
    text-align: center;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* == Menu */
/* ----------------------------- */

#menu-sticky-wrapper {
	height: 0 !important;
    margin-bottom: 2.5em;
}
.main-menu {
	position: relative;
    background: rgba(255, 255, 255, 0.6);
    z-index: 50;
}
.page-parent.village #menu {
    background: rgba(27, 94, 32, 0.3);
}
.page-child.village #menu {
    background: rgba(84, 110, 122, 0.1);
}
.main-menu li {
	margin-top: .8em
}
.main-menu a {
	font-family: 'Merienda', cursive;
	color: #fff;
}
.main-menu a:hover,
.main-menu a:focus,
.main-menu .current-menu-item a,
.main-menu .current-menu-ancestor a {
	color: #fff;
	background: transparent;
}

.main-menu li:hover .sub-menu {
	max-height: 60em
}

/* Colors */
.menu-accueil {
	background-color: #D50000
}
.menu-village {
	background-color: #00B8D4
}
.menu-environnement {
	background-color: #00C853
}
.menu-loisirs {
	background-color: #388E3C
}
.menu-enfance {
	background-color: #1565C0
}
.menu-urbanisme {
	background-color: #FB8C00
}
.menu-vie-assoc {
	background-color: #f4511e
}
.menu-vie-eco {
	background-color: #6D4C41
}
.menu-vie-munic {
	background-color: #00796B
}
.menu-vie-prat {
	background-color: #546E7A
}
.menu-contact {
	background-color: #607D8B
}

/* Hover - Current - Ancestor*/
.main-menu li:hover {
    background-size: 100% 200%;
    background-position: bottom center
}
.main-menu li:hover a {
	background:transparent;
}
.main-menu a:hover,
.main-menu a:focus,
.main-menu li.current-menu-item a,
.main-menu .current-menu-ancestor a {
	background: transparent;
    background-size: 100% 200%;
    background-position: bottom center;
}
/* Colors */
.main-menu li.menu-accueil {
	background-image: linear-gradient(to bottom, transparent 50%, #90A4AE 50%, #90A4AE 95%, #B71C1C 95%)
}
.main-menu li.menu-village {
	background-image: linear-gradient(to bottom, transparent 50%, #4DD0E1 50%, #4DD0E1 95%, #00B8D4 95%)
}
.main-menu li.menu-environnement {
	background-image: linear-gradient(to bottom, transparent 50%, #00E676 50%, #00E676 95%, #00C853 95%)
}
.main-menu li.menu-loisirs {
	background-image: linear-gradient(to bottom, transparent 50%, #81C784 50%, #81C784 95%, #388E3C 95%)
}
.main-menu li.menu-enfance {
	background-image: linear-gradient(to bottom, transparent 50%, #64B5F6 50%, #64B5F6 95%, #1565C0 95%)
}
.main-menu li.menu-urbanisme {
	background-image: linear-gradient(to bottom, transparent 50%, #FFB74D 50%, #FFB74D 95%, #FB8C00 95%)
}
.main-menu li.menu-vie-assoc {
	background-image: linear-gradient(to bottom, transparent 50%, #FF8A65 50%, #FF8A65 95%, #f4511e 95%)
}
.main-menu li.menu-vie-eco {
	background-image: linear-gradient(to bottom, transparent 50%, #A1887F 50%, #A1887F 95%, #6D4C41 95%)
}
.main-menu li.menu-vie-munic {
	background-image: linear-gradient(to bottom, transparent 50%, #4DB6AC 50%, #4DB6AC 95%, #00796B 95%)
}
.main-menu li.menu-vie-prat {
	background-image: linear-gradient(to bottom, transparent 50%, #90A4AE 50%, #90A4AE 95%, #546E7A 95%)
}
.main-menu li.menu-contact {
	background-image: linear-gradient(to bottom, transparent 50%, #90A4AE 50%, #90A4AE 95%, #607D8B 95%)
}

.main-menu li.menu-accueil.current-menu-item a, .main-menu li.menu-accueil.current-menu-ancestor a {
	background-image: linear-gradient(to bottom, transparent 50%, #90A4AE 50%, #90A4AE 95%, #B71C1C 95%)
}
.main-menu li.menu-village.current-menu-item a, .main-menu li.menu-village.current-menu-ancestor a {
	background-image: linear-gradient(to bottom, transparent 50%, #4DD0E1 50%, #4DD0E1 95%, #00B8D4 95%);
}
.main-menu li.menu-environnement.current-menu-item a, .main-menu li.menu-environnement.current-menu-ancestor a {
	background-image: linear-gradient(to bottom, transparent 50%, #00E676 50%, #00E676 95%, #00C853 95%)
}
.main-menu li.menu-loisirs.current-menu-item a, .main-menu li.menu-loisirs.current-menu-ancestor a {
	background-image: linear-gradient(to bottom, transparent 50%, #81C784 50%, #81C784 95%, #388E3C 95%)
}
.main-menu li.menu-enfance.current-menu-item a, .main-menu li.menu-enfance.current-menu-ancestor a {
	background-image: linear-gradient(to bottom, transparent 50%, #64B5F6 50%, #64B5F6 95%, #1565C0 95%)
}
.main-menu li.menu-urbanisme.current-menu-item a, .main-menu li.menu-urbanisme.current-menu-ancestor a {
	background-image: linear-gradient(to bottom, transparent 50%, #FFB74D 50%, #FFB74D 95%, #FB8C00 95%)
}
.main-menu li.menu-vie-assoc.current-menu-item a, .main-menu li.menu-vie-assoc.current-menu-ancestor a {
	background-image: linear-gradient(to bottom, transparent 50%, #FF8A65 50%, #FF8A65 95%, #f4511e 95%)
}
.main-menu li.menu-vie-eco.current-menu-item a, .main-menu li.menu-vie-eco.current-menu-ancestor a {
	background-image: linear-gradient(to bottom, transparent 50%, #A1887F 50%, #A1887F 95%, #6D4C41 95%)
}
.main-menu li.menu-vie-munic.current-menu-item a, .main-menu li.menu-vie-munic.current-menu-ancestor a {
	background-image: linear-gradient(to bottom, transparent 50%, #4DB6AC 50%, #4DB6AC 95%, #00796B 95%)
}
.main-menu li.menu-vie-prat.current-menu-item a, .main-menu li.menu-vie-prat.current-menu-ancestor a {
	background-image: linear-gradient(to bottom, transparent 50%, #90A4AE 50%, #90A4AE 95%, #546E7A 95%)
}
.main-menu li.menu-contact.current-menu-item a, .main-menu li.menu-contact.current-menu-ancestor a {
	background-image: linear-gradient(to bottom, transparent 50%, #90A4AE 50%, #90A4AE 95%, #607D8B 95%)
}

.main-menu li.menu-accueil.current-menu-item .sub-menu a, .main-menu li.menu-accueil.current-menu-ancestor .sub-menu a {
	background-image: none;
}
.main-menu li.menu-village.current-menu-item .sub-menu a, .main-menu li.menu-village.current-menu-ancestor .sub-menu a {
	background-image: none;
}
.main-menu li.menu-environnement.current-menu-item .sub-menu a, .main-menu li.menu-environnement.current-menu-ancestor .sub-menu a {
	background-image: none;
}
.main-menu li.menu-enfance.current-menu-item .sub-menu a, .main-menu li.menu-enfance.current-menu-ancestor .sub-menu a {
	background-image: none;
}
.main-menu li.menu-urbanisme.current-menu-item .sub-menu a, .main-menu li.menu-urbanisme.current-menu-ancestor .sub-menu a {
	background-image: none;
}
.main-menu li.menu-vie-assoc.current-menu-item .sub-menu a, .main-menu li.menu-vie-assoc.current-menu-ancestor .sub-menu a {
	background-image: none;
}
.main-menu li.menu-vie-eco.current-menu-item .sub-menu a, .main-menu li.menu-vie-eco.current-menu-ancestor .sub-menu a {
	background-image: none;
}
.main-menu li.menu-vie-munic.current-menu-item .sub-menu a, .main-menu li.menu-vie-munic.current-menu-ancestor .sub-menu a {
	background-image: none;
}
.main-menu li.menu-vie-prat.current-menu-item .sub-menu a, .main-menu li.menu-vie-prat.current-menu-ancestor .sub-menu a {
	background-image: none;
}
.main-menu li.menu-contact.current-menu-item .sub-menu a, .main-menu li.menu-contact.current-menu-ancestor .sub-menu a {
	background-image: none;
}

.main-menu li.menu-accueil ul.sub-menu li.current_page_item a {
	background-image: linear-gradient(to bottom, transparent 50%, #90A4AE 50%, #90A4AE 95%, #B71C1C 95%) !important;
}
.main-menu li.menu-village ul.sub-menu li.current_page_item a {
	background-image: linear-gradient(to bottom, transparent 50%, #4DD0E1 50%, #4DD0E1 95%, #00B8D4 95%) !important;
}
.main-menu li.menu-environnement ul.sub-menu li.current_page_item a {
	background-image: linear-gradient(to bottom, transparent 50%, #00E676 50%, #00E676 95%, #00C853 95%) !important;
}
.main-menu li.menu-loisirs ul.sub-menu li.current_page_item a {
	background-image: linear-gradient(to bottom, transparent 50%, #81C784 50%, #81C784 95%, #388E3C 95%) !important;
}
.main-menu li.menu-enfance ul.sub-menu li.current_page_item a {
	background-image: linear-gradient(to bottom, transparent 50%, #64B5F6 50%, #64B5F6 95%, #1565C0 95%) !important;
}
.main-menu li.menu-urbanisme ul.sub-menu li.current_page_item a {
	background-image: linear-gradient(to bottom, transparent 50%, #FFB74D 50%, #FFB74D 95%, #FB8C00 95%) !important;
}
.main-menu li.menu-vie-assoc ul.sub-menu li.current_page_item a {
	background-image: linear-gradient(to bottom, transparent 50%, #FF8A65 50%, #FF8A65 95%, #f4511e 95%) !important;
}
.main-menu li.menu-vie-eco ul.sub-menu li.current_page_item a {
	background-image: linear-gradient(to bottom, transparent 50%, #A1887F 50%, #A1887F 95%, #6D4C41 95%) !important;
}
.main-menu li.menu-vie-munic ul.sub-menu li.current_page_item a {
	background-image: linear-gradient(to bottom, transparent 50%, #4DB6AC 50%, #4DB6AC 95%, #00796B 95%) !important;
}
.main-menu li.menu-vie-prat ul.sub-menu li.current_page_item a {
	background-image: linear-gradient(to bottom, transparent 50%, #90A4AE 50%, #90A4AE 95%, #546E7A 95%) !important;
}
.main-menu li.menu-contact ul.sub-menu li.current_page_item a {
	background-image: linear-gradient(to bottom, transparent 50%, #90A4AE 50%, #90A4AE 95%, #607D8B 95%) !important;
}

.main-menu li.menu-accueil ul.sub-menu li.current_page_item {
    border-bottom: 1px solid #B71C1C;
}
.main-menu li.menu-village ul.sub-menu li.current_page_item {
    border-bottom: 1px solid #00B8D4 !important;
}
.main-menu li.menu-environnement ul.sub-menu li.current_page_item {
	border-bottom: 1px solid #00C853;
}
.main-menu li.menu-loisirs ul.sub-menu li.current_page_item {
	border-bottom: 1px solid #388E3C;
}
.main-menu li.menu-enfance ul.sub-menu li.current_page_item {
	border-bottom: 1px solid #1565C0;
}
.main-menu li.menu-urbanisme ul.sub-menu li.current_page_item {
	border-bottom: 1px solid #FB8C00;
}
.main-menu li.menu-vie-assoc ul.sub-menu li.current_page_item {
	border-bottom: 1px solid #f4511e;
}
.main-menu li.menu-vie-eco ul.sub-menu li.current_page_item {
	border-bottom: 1px solid #6D4C41;
}
.main-menu li.menu-vie-munic ul.sub-menu li.current_page_item {
	border-bottom: 1px solid #00796B;
}
.main-menu li.menu-vie-prat ul.sub-menu li.current_page_item {
	border-bottom: 1px solid #546E7A;
}
.main-menu li.menu-contact ul.sub-menu li.current_page_item {
	border-bottom: 1px solid #607D8B;
}

/* Transitions */
.main-menu li {
    background-size: 100% 200%;
    background-position: top center;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

/* Fa-Icons */
.menu-accueil .fa-home, .menu-contact .fa-envelope {
	color: #fff;
    font-size: 1.5em
}

/* Sub-menu */
.main-menu .sub-menu, .main-menu .children  {
	display: block; /* IE fix */
    text-align: left;
}
.main-menu .menu-vie-prat .sub-menu, .main-menu .menu-vie-munic .sub-menu {
	right: 0;
}
.main-menu .sub-menu li, .main-menu .children li   {
    margin: 0;
    width: 100%;
}
.main-menu .sub-menu li a, .main-menu .children li a {
    padding: .8em 1em;
}

/* Sub-menu Sub-menu */
.main-menu .sub-menu ul {
	display: none !important;
}
.main-menu  ul li:hover > ul {
	display: block !important;
}
.main-menu .sub-menu ul {
	position: absolute;
	top: 100%;
}

/* Hover - Current - Ancestor*/
.main-menu .sub-menu li:hover {
    background-size: 100% 200%;
    background-position: bottom center;
}
.main-menu .sub-menu li:hover a {
	background:transparent;
}
.main-menu .sub-menu a:hover,
.main-menu .sub-menu a:focus,
.main-menu .sub-menu li.current-menu-item a,
.main-menu .sub-menu .current-menu-ancestor a {
    background-size: 100% 200%;
    background-position: bottom center;
}
.main-menu .sub-menu a:hover,
.main-menu .children a:hover,
.main-menu .sub-menu a:focus,
.main-menu .children a:focus {
	background: transparent
}
/* Colors */
.main-menu .menu-accueil .sub-menu,
.main-menu .menu-accueil .children {
	background-color: #D50000;
}
.main-menu .menu-village .sub-menu,
.main-menu .menu-village .children {
	background-color: #00B8D4;
}
.main-menu .menu-environnement .sub-menu,
.main-menu .menu-environnement .children {
	background-color: #00C853;
}
.main-menu .menu-loisirs .sub-menu,
.main-menu .menu-loisirs .children {
	background-color: #388E3C;
}
.main-menu .menu-enfance .sub-menu,
.main-menu .menu-enfance .children {
	background-color: #1565C0;
}
.main-menu .menu-urbanisme .sub-menu,
.main-menu .menu-urbanisme .children {
	background-color: #FB8C00;
}
.main-menu .menu-vie-assoc .sub-menu,
.main-menu .menu-vie-assoc .children {
	background-color: #f4511e;
}
.main-menu .menu-vie-eco .sub-menu,
.main-menu .menu-vie-eco .children {
	background-color: #6D4C41;
}
.main-menu .menu-vie-munic .sub-menu,
.main-menu .menu-vie-munic .children {
	background-color: #00796B;
}
.main-menu .menu-vie-prat .sub-menu,
.main-menu .menu-vie-prat .children {
	background-color: #546E7A;
}
.main-menu .menu-contact .sub-menu,
.main-menu .menu-contact .children {
	background-color: #607D8B;
}

.main-menu .menu-accueil .sub-menu li, .main-menu .menu-accueil .children li   {
	background-image: linear-gradient(to bottom, transparent 50%, #90A4AE 50%, #90A4AE 95%, #B71C1C 95%);
    border-bottom: 1px solid #90A4AE;
}
.main-menu .menu-village .sub-menu li, .main-menu .menu-village .children li   {
    background-image: linear-gradient(to bottom, transparent 50%, #4DD0E1 50%, #4DD0E1 95%, #00B8D4 95%);
    border-bottom: 1px solid #4DD0E1;
}
.main-menu .menu-environnement .sub-menu li, .main-menu .menu-environnement .children li   {
	background-image: linear-gradient(to bottom, transparent 50%, #00E676 50%, #00E676 95%, #00C853 95%);
    border-bottom: 1px solid #00E676;
}
.main-menu .menu-loisirs .sub-menu li, .main-menu .menu-loisirs .children li   {
	background-image: linear-gradient(to bottom, transparent 50%, #81C784 50%, #81C784 95%, #388E3C 95%);
    border-bottom: 1px solid #81C784;
}
.main-menu .menu-enfance .sub-menu li, .main-menu .menu-enfance .children li   {
	background-image: linear-gradient(to bottom, transparent 50%, #64B5F6 50%, #64B5F6 95%, #1565C0 95%);
    border-bottom: 1px solid #64B5F6;
}
.main-menu .menu-urbanisme .sub-menu li, .main-menu .menu-urbanisme .children li   {
	background-image: linear-gradient(to bottom, transparent 50%, #FFB74D 50%, #FFB74D 95%, #FB8C00 95%);
    border-bottom: 1px solid #FFB74D;
}
.main-menu .menu-vie-assoc .sub-menu li, .main-menu .menu-vie-assoc .children li   {
	background-image: linear-gradient(to bottom, transparent 50%, #FF8A65 50%, #FF8A65 95%, #f4511e 95%);
    border-bottom: 1px solid #FF8A65;
}
.main-menu .menu-vie-eco .sub-menu li, .main-menu .menu-vie-eco .children li   {
	background-image: linear-gradient(to bottom, transparent 50%, #A1887F 50%, #A1887F 95%, #6D4C41 95%);
    border-bottom: 1px solid #A1887F;
}
.main-menu .menu-vie-munic .sub-menu li, .main-menu .menu-vie-munic .children li   {
	background-image: linear-gradient(to bottom, transparent 50%, #4DB6AC 50%, #4DB6AC 95%, #00796B 95%);
    border-bottom: 1px solid #4DB6AC;
}
.main-menu .menu-vie-prat .sub-menu li, .main-menu .menu-vie-prat .children li   {
	background-image: linear-gradient(to bottom, transparent 50%, #90A4AE 50%, #90A4AE 95%, #546E7A 95%);
    border-bottom: 1px solid #90A4AE;
}
.main-menu .menu-contact .sub-menu li, .main-menu .menu-contact .children li   {
	background-image: linear-gradient(to bottom, transparent 50%, #90A4AE 50%, #90A4AE 95%, #607D8B 95%);
    border-bottom: 1px solid #90A4AE;
}

.main-menu .menu-accueil .sub-menu li:hover {
	background-image: linear-gradient(to bottom, transparent 50%, #90A4AE 50%, #90A4AE 95%, #B71C1C 95%);
    border-bottom: 1px solid #B71C1C;
}
.main-menu .menu-village .sub-menu li:hover  {
    background-image: linear-gradient(to bottom, transparent 50%, #4DD0E1 50%, #4DD0E1 95%, #00B8D4 95%);
    border-bottom: 1px solid #00B8D4;
}
.main-menu .menu-environnement .sub-menu li:hover  {
	background-image: linear-gradient(to bottom, transparent 50%, #00E676 50%, #00E676 95%, #00C853 95%);
    border-bottom: 1px solid #00C853;
}
.main-menu .menu-loisirs .sub-menu li:hover  {
	background-image: linear-gradient(to bottom, transparent 50%, #81C784 50%, #81C784 95%, #388E3C 95%);
    border-bottom: 1px solid #388E3C;
}
.main-menu .menu-enfance .sub-menu li:hover  {
	background-image: linear-gradient(to bottom, transparent 50%, #64B5F6 50%, #64B5F6 95%, #1565C0 95%);
    border-bottom: 1px solid #1565C0;
}
.main-menu .menu-urbanisme .sub-menu li:hover  {
	background-image: linear-gradient(to bottom, transparent 50%, #FFB74D 50%, #FFB74D 95%, #FB8C00 95%);
    border-bottom: 1px solid #FB8C00;
}
.main-menu .menu-vie-assoc .sub-menu li:hover  {
	background-image: linear-gradient(to bottom, transparent 50%, #FF8A65 50%, #FF8A65 95%, #f4511e 95%);
    border-bottom: 1px solid #f4511e;
}
.main-menu .menu-vie-eco .sub-menu li:hover  {
	background-image: linear-gradient(to bottom, transparent 50%, #A1887F 50%, #A1887F 95%, #6D4C41 95%);
    border-bottom: 1px solid #6D4C41;
}
.main-menu .menu-vie-munic .sub-menu li:hover  {
	background-image: linear-gradient(to bottom, transparent 50%, #4DB6AC 50%, #4DB6AC 95%, #00796B 95%);
    border-bottom: 1px solid #00796B;
}
.main-menu .menu-vie-prat .sub-menu li:hover {
	background-image: linear-gradient(to bottom, transparent 50%, #90A4AE 50%, #90A4AE 95%, #546E7A 95%);
    border-bottom: 1px solid #546E7A;
}
.main-menu .menu-contact .sub-menu li:hover  {
	background-image: linear-gradient(to bottom, transparent 50%, #90A4AE 50%, #90A4AE 95%, #607D8B 95%);
    border-bottom: 1px solid #607D8B;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* == Breadcrumb */
/* ----------------------------- */
.breadcrumb {
	clear: both;
    margin-bottom: 2em;
    padding: .3em .3em .3em 1em;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
}
.breadcrumb div {
	max-width: 1200px;
	margin: 0 auto;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* == Sidebar */
/* ----------------------------- */
#secondary, .accueil #secondary.w30 {
	padding-right: .5%;
}
.accueil .Alter {
	text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 6px;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
}
#secondary aside {
	background-color: #fff;
	color: #fff;
	border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 1em;
	padding: .5em 1.2em 1em;
	overflow: hidden;
}
#secondary aside h2, #secondary aside h3, #secondary aside h4 {
	margin-bottom: .3em;
	color: #fff;
	text-align: center;
}
#secondary aside a {
	color: #fff;
}
.single  ul.contacts-utiles {
	line-height: 1.6em;
}
.single  ul.contacts-utiles li {
	padding: .8em 0 .6em;
	border-bottom: 1px solid #f3f3f3;
}
.single  ul.contacts-utiles li:last-child {
	border-bottom: none;
}
.single  ul.contacts-utiles ul {
    padding-top: .1em;
}
.single  ul.contacts-utiles ul li {
	padding-top: 5px;
    padding-bottom: 0;
	border-bottom: none;
}
.single  ul.contacts-utiles .adress-name {
    width: 1.4em !important;
	line-height: .9em !important;
}
.single  ul.contacts-utiles span.adress-data {
    padding-left: 0;
}

/* Colors */
.village #secondary aside {
	background-color: #00B8D4;
}
.environnement #secondary aside {
	background-color: #00C853
}
.loisirs #secondary aside {
	background-color: #388E3C
}
.enfance #secondary aside {
	background-color: #1565C0
}
.urbanisme #secondary aside {
	background-color: #FB8C00
}
.vie-assoc #secondary aside {
	background-color: #f4511e
}
.vie-eco #secondary aside {
	background-color: #6D4C41
}
.vie-munic #secondary aside, .cat_elections #secondary aside {
	background-color: #00796B
}
.vie-prat #secondary aside {
	background-color: #546E7A
}
.contact #secondary aside {
	background-color: #607D8B
}
.photos #secondary aside {
	background-color: #dd0000
}

/* Widget menu */
#secondary aside.widget-menu {
	background-color: #fff !important;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.2)
}
/* Widget menu and Widget Catégories colors */
.village #secondary aside.widget-menu ul, .village #secondary aside.widget-menu a {
	color: #00B8D4
}
.environnement #secondary aside.widget-menu ul, .environnement #secondary aside.widget-menu a {
	color: #00C853
}
.loisirs #secondary aside.widget-menu ul, .loisirs #secondary aside.widget-menu a {
	color: #388E3C
}
.enfance #secondary aside.widget-menu ul, .enfance #secondary aside.widget-menu a {
	color: #1565C0
}
.urbanisme #secondary aside.widget-menu ul, .urbanisme #secondary aside.widget-menu a {
	color: #FB8C00
}
.vie-assoc #secondary aside.widget-menu ul, .vie-assoc #secondary aside.widget-menu a {
	color: #f4511e
}
.vie-eco #secondary aside.widget-menu ul, .vie-eco #secondary aside.widget-menu a {
	color: #6D4C41
}
.vie-munic #secondary aside.widget-menu ul, .vie-munic #secondary aside.widget-menu a, .cat_elections #secondary aside.widget-menu ul, .cat_elections #secondary aside.widget-menu a {
	color: #00796B
}
.vie-prat #secondary aside.widget-menu ul, .vie-prat #secondary aside.widget-menu a {
	color: #546E7A
}
.contact #secondary aside.widget-menu ul, .contact #secondary aside.widget-menu a {
	color: #607D8B
}
.photos #secondary aside.widget-menu ul, .photos #secondary aside.widget-menu a {
	color: #dd0000
}

/* widget-contacts */
.error404 #secondary aside h4,.error404 #secondary aside ul, .error404 #secondary aside a {
	color: #607D8B
}
.search-results #secondary aside h4,.search-results #secondary aside ul, .search-results #secondary aside a {
	color: #607D8B
}

/* Accueil */
.accueil #secondary aside {
	box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
}

/* Accueil Calendrier evenements */
.home #secondary aside.event-sidebar h2 {
	margin-bottom: 0;
    background-color: #21759b;
}
.home #secondary aside.event-sidebar h2 a {
	color: #fff;
	padding: 0;
}
.tribe-mini-calendar-grid-wrapper {
    margin-bottom: 0;
}
.tribe-mini-calendar {
    text-align: center;
    margin: 0 auto;
}
/* Accueil Facebook*/
.accueil #secondary aside:first-child {
	padding: 0 !important;
}
/* Accueil Umoov */
#umoov {
	width: 100%;
	margin-bottom: 2em;
    padding: 1em 0;
	background: #fff;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
}
#meteo h2 {
	background: #00C853;
}
#umoov h2 {
	background: #388E3C;
}
.hide-scroll {
    width: 241px;
    height: 700px;
    margin: 1.5em auto;
    overflow: hidden;
}
.hide-scroll iframe {
    position: relative;
    width: 257px;
    height: 690px;
    overflow: scroll;
    border: 0;
}

/* Actualites */
.actualites #secondary aside, .actualites #secondary aside h4, .actualites #secondary aside a {
	color: #D50000
}

/* Contact */
.contact #secondary ul {
    padding-left: 1em;
}
.adress-name {
    width: 1.5em !important;
}

/* Bien-vivre */
.list-contact li i {
	width: 1.4em;
    font-size: 1.5em;
	line-height: 1.3em;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* == Content */
/* ----------------------------- */

#content {
	background: #fff;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
}
.entry-header, .page-header {
	margin: 1em 0;
}
.entry-content {
    padding: 0 2em;
}

/* Titles */
h1, h2, h3, h4, h5 {
    font-family: 'Merienda', cursive
}
h3, h4, h5 {
    margin-top: 0.4em !important;
    margin-bottom: 0.4em !important;
}
h1.entry-title, h1.page-title {
	padding: .2em .5em .2em .85em;
	color: #fff;
}
.entry-content h2 {
	position: relative;
	font-size:1.6em;
	overflow: hidden;
	text-decoration: underline;
    text-underline-position: under;
}
.entry-content h3 {
	font-size:1.4em;
}
.entry-content h4 {
	margin-top: 1.05em !important;
	font-size:1.2em;
}

/* Title Colors */
h1 {
	background-color: #D50000
}
.village h1 {
	background-color: #00B8D4
}
.environnement h1 {
	background-color: #00C853
}
.loisirs h1 {
	background-color: #388E3C
}
.enfance h1 {
	background-color: #1565C0
}
.urbanisme h1 {
	background-color: #FB8C00
}
.vie-assoc h1 {
	background-color: #f4511e
}
.vie-eco h1 {
	background-color: #6D4C41
}
.vie-munic h1, .cat_elections h1 {
	background-color: #00796B
}
.vie-prat h1, .deces h1 {
	background-color: #546E7A
}
.contact h1{
	background-color: #607D8B
}

.village h2, .village h3, .village h4 {
	color: #00B8D4;
}
.environnement h2, .environnement h3, .environnement h4, .environnement .acf-map p strong {
	color: #00C853;
}
.loisirs h2, .loisirs h3, .loisirs h4, .loisirs .acf-map p strong {
	color: #388E3C;
}
.enfance h2, .enfance h3, .enfance h4, .enfance .acf-map p strong {
	color: #1565C0;
}
.urbanisme h2, .urbanisme h3, .urbanisme h4, .urbanisme .acf-map p strong {
	color: #FB8C00;
}
.vie-assoc h2, .vie-assoc h3, .vie-assoc h4, .vie-assoc .acf-map p strong {
	color: #f4511e;
}
.vie-eco h2, .vie-eco h3, .vie-eco h4, .vie-eco .acf-map p strong {
	color: #6D4C41;
}
.vie-munic h2, .vie-munic h3, .vie-munic h4, .vie-munic .acf-map p strong, .cat_elections h2, .cat_elections h3, .cat_elections h4, .cat_elections .acf-map p strong {
	color: #00796B;
}
.vie-prat h2, .vie-prat h3, .vie-prat h4, .vie-prat .acf-map p strong {
	color: #546E7A;
}
.contact h2, .contact h3, .contact h4, .contact .acf-map p strong {
	color: #607D8B;
}
.photos h2, .photos h3, .photos h4 {
	color: #D50000;
}

/* Lists */
.entry-content ol li {
    display: list-item;
    list-style-type: decimal !important;
}
div.entry-content ol li:before {
	content: '';
	padding-right: 0;
    vertical-align: middle;
}

.entry-content ul {
    display: table;
	line-height: 1.6em;
	padding-left: 1em;
}
.single .entry-content ul{
    padding-left: 0;
}
.entry-content h3+ul {
    margin-top: 0;
}
.entry-content li{
    display: table-row;
	list-style: none;
	line-height: 1.8em;
}
.no-style {
	list-style: none
}
li.no-style:before {
	content: '' !important
}
div.entry-content ul.no-style li:before {
	content: '' !important
}
div.entry-content ul.no-style ul.style li:before {
	content: '\2022' !important;
}
div.entry-content ul.no-style li.permis:before {
	content: url(https://www.menthonnex-en-bornes.fr/wp-content/uploads/2020/04/xpermis-16.png.pagespeed.ic.P15Tc-kyfA.png) !important;
}
div.entry-content ul.no-style li.interdit:before {
	content: url(https://www.menthonnex-en-bornes.fr/wp-content/uploads/2020/04/xinterdit-16.png.pagespeed.ic._wfX1cVule.png) !important;
}
/* Lists Colors */
.entry-content li:before{
	content: '\2022';
    font-size: 1.8em;
    padding-right: 6px;
    vertical-align: top;
}
.village .entry-content li:before{
	color: #00B8D4
}
.environnement .entry-content li:before{
	color: #00C853
}
.loisirs .entry-content li:before{
	color: #388E3C
}
.enfance .entry-content li:before{
	color: #1565C0
}
.urbanisme .entry-content li:before{
	color: #FB8C00
}
.vie-assoc .entry-content li:before{
	color: #f4511e
}
.vie-eco .entry-content li:before{
	color: #6D4C41
}
.vie-munic .entry-content li:before, .cat_elections .entry-content li:before {
    color: #00796B;
}
.vie-prat .entry-content li:before{
	color: #546E7A
}
.contact .entry-content li:before{
	color: #607D8B
}
.entry-content .blanc li:before{
	color: #fff
}

/* Table */

.content tbody tr:nth-child(odd) {
    background: #fff;
}

table.elections {
	width: -webkit-fill-available;
}
table.elections tr, table.center th, table.center td {
	text-align: center;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* == Content Full Width */
/* ----------------------------- */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* == Footer */
/* ----------------------------- */
footer {
	margin-top: .2em;
	background-color: #546E7A;
	color: #fff;
}

/* Footer Colors */
.village footer {
	background-color: #00B8D4;
}
.environnement footer {
	background-color: #00C853;
}
.loisirs footer {
	background-color: #388E3C;
}
.enfance footer {
	background-color: #1565C0;
}
.urbanisme footer {
	background-color: #FB8C00;
}
.vie-assoc footer {
	background-color: #f4511e;
}
.vie-eco footer {
	background-color: #6D4C41;
}
.vie-munic footer, .cat_elections footer {
	background-color: #00796B;
}
.vie-prat footer {
	background-color: #546E7A;
}
.contact footer {
	background-color: #546E7A;
}

footer h2 {
    margin-bottom: 0 !important;
	padding: .3em 0 !important;
	color: #fff !important;
}
footer h2.widget-title {
	font-size: 1.1em;
}
#footer3 h2.widget-title {
	font-size: 1.1em;
}
footer .flex {
	display: flex;    display: -ms-flexbox;    display: -ms-flexbox;
	margin: 0;
	padding: 2em 0;
}
footer .column {
	flex: 1 1 30%;
	-ms-flex: 1 1 30%;
	margin: 0 0 0 8%;
}
footer .last {
	margin-right: 8%;
}
footer aside {
    background: transparent !important;
	text-align: left;
}
footer aside a {
    color: #fff !important;
	text-decoration: none;
}
footer aside a:hover {
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
}
footer ul {
    padding-left: 0;
}
footer .adress-name {
    position: relative;
    top: 3px;
    width: 9%;
}
footer a.infobulle span {
    margin-top: 25px;
    margin-left: 0px;
    width: 20em;
}
aside#footer3 .adress-name {
    padding: 0 8px 0px 0;
}

/* Newsletter Inscription Form */
#footer3.widget_mailpoet_form {
	margin-bottom: 1.4em;
}
#mailpoet_form_2 .mailpoet_paragraph {
    text-align: center;
}
#mailpoet_form_2 .mailpoet_validate_success {
    font-weight: 600;
    color: #d50000;
    margin-top: 10px;
    background-color: #fff;
    padding: 5px;
}
header .widget_wysija_cont p label {
    display: none;
}
.widget_mailpoet_form input[placeholder], [placeholder], *[placeholder] {
    background: rgba(255, 255, 255, 0.95);
    color: #636363;
    border: none;
    border-radius: 3px;
    padding: 9px;
}
.mailpoet_submit {
	margin-top: 0 !important;
	-webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    color: #546E7A;
    background: rgba(255, 255, 255, 0.95);
    padding: 9px;
    border: none;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.copyright {
	padding: 1em;
	background-color: #fff;
	color: #636363;
	text-align: center;
}
.copyright a {
	color: #607890;
}
.copyright a:hover {
	color: #546E7A;
	border-bottom: #546E7A;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ==Widgets */
/* ----------------------------- */
aside h2, aside h3, aside h4, aside h5 {
    margin: 0 0 0.6em;
	line-height: 1.3em;
}
.prochain-conseil h4, .fermeture-mairie h4 {
	color: #fff;
}
aside a, .alerte a, .prochain-conseil a, .fermeture-mairie a {
	position: relative;
	color: #fff;
}
.alerte a, .prochain-conseil a, .fermeture-mairie a, a.text-deco-underline {
	text-decoration: underline !important;
}
.alerte a:hover, .prochain-conseil a:hover, .fermeture-mairie a:hover {
	text-decoration: none !important;
}

aside.alerte {
    margin-bottom: 2.5em;
    padding: 1.5em 1em;
    background: #D50000;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
    text-align: center;
    color: #fff;
}
aside.alerte div.textwidget {
	display: flex;    display: -ms-flexbox;
    flex-flow: row wrap;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}




/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ==Page Accueil */
/* ----------------------------- */

/* Prochain Conseil et Fermeture Mairie */

aside.prochain-conseil, aside.fermeture-mairie {
	clear: both;
	margin-bottom: 2em;
	padding: 1.5em 3em;
	background: #00796B;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
    text-align: center;
	color: #fff;
}
.alerte a:after, .prochain-conseil a:after, .fermeture-mairie a:after {
	content: '';
	position: absolute;
    top: 86%;
	left: 0;
	bottom: -6px;
    height: 1px;
    background: #fff;
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.6s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.6s;
    transition: height 0.3s, opacity 0.3s, transform 0.6s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.alerte a:hover:after, .prochain-conseil a:hover:after, .fermeture-mairie a:hover:after
.alerte a:focus, .prochain-conseil a:focus, .fermeture-mairie a:focus
.alerte a:active, .prochain-conseil a:active, .fermeture-mairie a:active {
	height: 1px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

aside.fermeture-mairie {
	padding: 1.5em 3em;
}
aside.fermeture-mairie div.mairie {
    margin: 0 auto;
    font-size: 1.2em;
}
aside.fermeture-mairie div.mairie p {
	line-height: 1em;
}

aside h2, .home aside h3, aside h4, aside h5 {
    margin: 0 0 0.6em;
	line-height: 1.4em;
}

/* Actus */
#content.front-actus {
	width: 72%;
    margin-bottom: 2.5em;
	padding: 0 0 0 1em;
	background: #f3f3f3;
    border: none;
    box-shadow: none;
}
h2.actus a {
	color: #fff;
	text-decoration: none;
}
.accueil .accueil-top p.categories {
    text-align: center;
}
.actu {
	margin-left: -3%;
    display: flex;    display: -ms-flexbox;
    flex-flow: row wrap;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
    overflow: hidden;
}

.actu-top {
    flex: 0 1 100%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 100%;
}
.actu-post {
    flex: 0 1 31.3%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 31.3%;
    display: flex;    display: -ms-flexbox;
    flex-flow: column wrap;
	-ms-flex-direction: column;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
    margin-left: 3%;
    margin-bottom: 2em;
    padding: 10px 0;
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
    overflow: hidden;
}
.accueil .accueil-actus div.actu-post:nth-of-type(1), .accueil .accueil-actus div.actu-post:nth-of-type(4), .accueil .accueil-actus div.actu-post:nth-of-type(7), .accueil .accueil-actus div.actu-post:nth-of-type(10) {
	margin-left: 0;
}
.actu h3 {
	order: 3;
	-ms-flex-order: 3;
    font-size: 1.2em;
    padding: .5em;
    line-height: 1.5;
    text-align: center;
}
.actu h3 a {
    text-decoration: none;
}
.actu img {
	border-radius: 0;
	width: 19em;
}
.actu ul.date {
	order: 4;
    display: flex;    display: -ms-flexbox;
    flex-wrap: wrap;
    flex-direction: row;
	-ms-flex-direction: row;
    width: 100%; 
    margin: .1em auto 0;
    padding: 1em 1em 0;
    color: #636363;
    text-align: left;
	font-weight: normal;
}
.actu ul.date li {
	padding-bottom: 1em;
}
.actu ul.date li:before {
	content: none;
}
.actu ul.date li .fa-lg {
    padding: 0 0.5em 0 0em;
}
.actu ul.date li.when {
    flex: 0 1 70%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 70%;
}
.actu ul.date li.time {
	flex: 0 1 30%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 30%;
}
.actu ul.date li.place {
	flex: 0 1 100%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 100%;
}
.post_content {
	order: 3;
	-ms-flex-order: 3;
    padding: .3em;
}
.actu .cat-readmore {
	order: 5;
	-ms-flex-order: 5;
    margin-top: auto;
    padding: .2em .4em .1em;
    display: flex;    display: -ms-flexbox;
    background: #f3f3f3;
	justify-content: space-between;
    align-items: center;
	font-family: 'Merienda', cursive;
}
.actu ul.post-categories {
	margin-top: 0;
	padding: .4em 0 .2em;
	font-family: 'Merienda', cursive;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}
ul.post-categories li:before {
	content:'';
	padding-right: 0;
}
ul.post-categories li  a {
	text-decoration: none;
}
.cat-readmore p {
    margin-top: 0em;
}
.cat-readmore a {
	text-decoration: none;
}

p.readmore {
    order: 4;
    display: inline-block;
    margin-top: auto;
    margin-right: 10px;
    float: right;
    padding: 2px 8px;
    border-radius: 3px;
    font-family: 'Merienda', cursive;
    text-align: right;
    width: 8.4em;
    align-self: flex-end;
}
p.readmore a {
    color: #fff;
}


/* Actu Colors */
.actu .cat-village ul.post-categories {
    border-top: 6px solid #00B8D4;
}
.actu .cat-environnement ul.post-categories {
    border-top: 6px solid #00C853;
}
.actu .cat-loisirs ul.post-categories {
    border-top: 6px solid #388E3C;
}
.actu .cat-enfance ul.post-categories {
    border-top: 6px solid #1565C0;
}
.actu .cat-urbanisme ul.post-categories {
    border-top: 6px solid #FB8C00;
}
.actu .cat-vie-assoc ul.post-categories {
    border-top: 6px solid #f4511e;
}
.actu .cat-vie-eco ul.post-categories {
    border-top: 6px solid #6D4C41;
}
.actu .cat-vie-munic ul.post-categories, .actu .cat_elections ul.post-categories {
    border-top: 6px solid #00796B;
}
.actu .cat-vie-prat ul.post-categories {
    border-top: 6px solid #546E7A;
}

.actu .cat-village h3 a, .actu .cat-village ul.post-categories li a {
    color: #00B8D4;
}
.actu .cat-environnement h3 a, .actu .cat-environnement ul.post-categories li a {
    color:  #00C853;
}
.actu .cat-loisirs h3 a, .actu .cat-loisirs ul.post-categories li a {
    color:  #388E3C;
}
.actu .cat-enfance h3 a, .actu .cat-enfance ul.post-categories li a {
    color:  #1565C0;
}
.actu .cat-urbanisme h3 a, .actu .cat-urbanisme ul.post-categories li a {
    color:  #FB8C00;
}
.actu .cat-vie-assoc h3 a, .actu .cat-vie-assoc ul.post-categories li a {
    color: #f4511e;
}
.actu .cat-vie-eco h3 a, .actu .cat-vie-eco ul.post-categories li a {
    color: #6D4C41;
}
.actu .cat-vie-munic h3 a, .actu .cat-vie-munic ul.post-categories li a, .actu .cat_elections h3 a, .actu .cat_elections ul.post-categories li a {
    color: #00796B;
}
.actu .cat-vie-prat h3 a, .actu .cat-vie-prat ul.post-categories li a {
    color: #546E7A;
}
.actu .cat-sante h3 a, .actu .cat-sante ul.post-categories li a {
    color: #546E7A;
}

.actu .cat-village ul.date li .fa-lg {
    color: #00B8D4;
}
.actu .cat-environnement ul.date li .fa-lg {
    color: #00C853;
}
.actu .cat-loisirs ul.date li .fa-lg {
    color: #388E3C;
}
.actu .cat-enfance ul.date li .fa-lg {
    color: #1565C0;
}
.actu .cat-urbanisme ul.date li .fa-lg {
    color: #FB8C00;
}
.actu .cat-vie-assoc ul.date li .fa-lg {
    color: #f4511e;
}
.actu .cat-vie-eco ul.date li .fa-lg {
    color: #6D4C41;
}
.actu .cat-vie-munic ul.date li .fa-lg, .actu .cat_elections ul.date li .fa-lg {
    color: #00796B;
}
.actu .cat-vie-prat ul.date li .fa-lg {
    color: #546E7A;
}

.cat-village .readmore {
    background: #00B8D4;
}
.cat-environnement .readmore {
    background: #00C853;
}
.cat-loisirs .readmore {
    background: #388E3C;
}
.cat-enfance .readmore {
    background: #1565C0;
}
.cat-urbanisme .readmore {
    background: #FB8C00;
}
.cat-vie-assoc .readmore {
    background: #f4511e;
}
.cat-vie-eco .readmore {
    background: #6D4C41;
}
.cat-vie-munic .readmore, .cat_elections .readmore {
    background: #00796B;
}
.cat-vie-prat .readmore, .cat-deces .readmore {
    background: #546E7A;
}

/* Météo Flux */
.back-meteo-flux {
	clear: both;
    background: linear-gradient( rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) ), url(https://www.menthonnex-en-bornes.fr/img/xnuages.jpg.pagespeed.ic.MVDyAeGqbu.webp) no-repeat top center;
    padding: 3em 8em;
    display: flex;    display: -ms-flexbox;
    justify-content: space-around;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
}
.flux {
    background: rgba(255,255,255,0.6) !important;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
    padding: 1em 0;
}
#meteo {
	text-align: center;
}
#meteo h2, .air h2 {
    margin-bottom: 1em;
	padding: 1.15em 1em !important;
    font-size: 1.6em !important;
    letter-spacing: 1px;
}
#meteo h2 a, .air h2 a {
	color: #fff;
}
#meteo i {
	width: 2em
}
#meteo iframe {
    /* width: 425px; */
	/* height: 265px; */
	margin: 0 auto;
}
.air {
	margin-left: 2.5%;
}
.air iframe {
    min-height: 36em;
    margin-top: 1em;
    border: none;
}
.flux {
	padding-left: 0 !important;
}
.flux h2 {
	padding: 0 !important;
	background: #546E7A;
	font-size: 1.3em !important;
    line-height: 1.6em !important;
}
.flux h2 a {
    padding-top: 0;
	color: #fff;
}
.flux h2 span {
	display: block;
    position: relative;
	text-align: center;
}
.flux h2.ccpc a {
	padding: 0;
	text-align: center;
}
.flux h2.ccpc span {
	display: inline;
    top: 1em;
}
.flux h2.sp {
	padding-bottom: .4em !important;
	text-align: center;
}
.flux h2.sp img {
	margin-bottom: .4em;
}
.flux ul, #meteo ul {
	list-style-type: none;
	margin-right: 1em;
	text-align: left;
}
.flux ul {
    margin-top: 20px;
}
.flux li a, #meteo li a {
	color: #222222 !important;
	position: relative;
    display: block;
    padding: .3em .4em .3em .8em;
    margin: .6em 0 .6em 2.5em;
    background: rgba(227, 227, 227, 0.6);
    text-decoration: none;
    transition: all .3s ease-out;
}
.flux li a:hover, #meteo  li a:hover{
    background: #ddd;
}
.flux li a:before, #meteo li a:before  {
    content: '';
    position: absolute; 
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}
#meteo li a:before  {
    background: #00C853;
}
.flux li a:before  {
    background: #546E7A;
}
.flux li a:after, #meteo li a:after {
    position: absolute; 
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;               
}
.flux li a:hover:after, #meteo li a:hover:after  {
    left: -.5em;
}
#meteo li a:hover:after  {
    border-left-color: #00C853;             
}
.flux li a:hover:after {
    border-left-color: #546E7A;             
}

/* Home Photos */
.home-photos {
	margin-top: 2em;
	margin-bottom: 1em;
	background-color: transparent !important;
	border: none !important;
	-webkit-box-shadow: none !important;
    box-shadow: none !important;	
}
.home-photos h2 {
    margin-bottom: .5em;
	background: #d50000;
    text-transform: uppercase;
}
.home-photos  .entry-content {
	padding: 0;
}
.slick-slider {
	margin-top: 1em;
	margin-bottom: 0 !important;
}
.slick-initialized .slick-slide {
	display:inline-block;
	position:relative;
    margin-right: 1.5em;
	margin-bottom: 30px;
	padding:10px;
    width: 170px !important;
    text-align: center;
	background-color: #fff;
    color: #d3d3d3;
    border: 1px solid #ddd;
    border-radius: 3px;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}
.slick-slide a {
	text-decoration: none;
    color: #686866;
}
.slick-slide img {
	border-radius: 3px;
}
.slick-slide p {
	font-family: 'Merienda', cursive;
}
.slick-prev:before, .slick-next:before {
	color: #D50000 !important;
}



/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ==Page Accueil-horizontal */
/* ----------------------------- */

.accueil  .fb-umoov {
	width: 22%;
	margin-bottom: 2em;
    padding: 0 5px 5px;
}

.fb-page {
	margin-bottom: 2em;
    padding: 1em 0 .9em;
    background: #3b5998;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
}
.fb-page a {
	color: #fff;
}
.fb-page .fa-facebook {
    padding: 10px 10px 6px 12px;
    font-size: 3.5em;
    color: #fff;
}
.fb-page a span {
    display: inline-block;
    padding: 9px 6px 9px 3px;
    vertical-align: top;
    font-size: 1.4em;
    width: 8.8em;
    line-height: 1.2;
    text-align: center;
}

.accueil  .fb-umoov .umoov {
    border: 1px solid #ddd;
    box-shadow: 1px 1px 6px;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
    padding: 6px 5px;
}
.accueil  .fb-umoov .umoov h2 {
    text-align: center;
    margin-bottom: 0;
}
.accueil  .fb-umoov .umoov .hide-scroll {
    width: 188px;
	height: 810px;
    margin: 0.6em auto;
	font-size: 1em;
    text-align: center;
}
.hide-scroll iframe {
    width: 205px;
	height: 800px;
}

.accueil  .accueil-actus h3 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
    line-height: 1.2em;
	text-align: center;
    font-size: 1.3em;
}

.accueil  h2 {
	flex: 0 1 100%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 100%;
    position: relative;
    margin-bottom: 0.5em;
    padding: .9em .3em 0.8em 1em;
    overflow: hidden;
    font-size: 1.1em;
    text-transform: uppercase;
}
.accueil  h2 a {
	display: inline-block;
	text-decoration: none;
}

.accueil .accueil-first {
	width: 74%;
	margin-left: 3%;
    display: flex;
	display: -ms-flexbox;
	display: block; /* IE fix */
    flex-flow: row wrap;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
}
.accueil .accueil-actus {
	width: 75%;
    margin-left: 3%;
    display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
}



.accueil .actualites {
	margin-bottom: 2em;
	padding: 1em 0;
    display: flex;    display: -ms-flexbox;
    flex-flow: row wrap
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	background: #fff;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
}
.accueil .actualites h2 {
	background: #d50000;
}
.accueil h2 .fa-lg {
	width: 2em;
	vertical-align: baseline;
}

.accueil p.categories {
    padding: .3em 1em;
    margin-bottom: 1em;
    font-family: 'Merienda', cursive;
    font-size: 1.2em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.accueil p.categories a {
    color: #fff;
}
.accueil .accueil-top p.categories {
    text-align: left;
}

/* Colors */

.accueil  .cat-village p.categories {
    background-color: #00B8D4;
}
.accueil  .cat-environnement p.categories {
    background-color: #00C853;
}
.accueil  .cat-loisirs p.categories {
    background-color: #388E3C;
}
.accueil  .cat-enfance p.categories {
    background-color: #1565C0;
}
.accueil  .cat-urbanisme p.categories {
    background-color: #FB8C00;
}
.accueil  .cat-vie-assoc p.categories {
    background-color: #f4511e;
}
.accueil  .cat-vie-eco p.categories {
    background-color: #6D4C41;
}
.accueil  .cat-vie-munic p.categories, .accueil  .cat_elections p.categories {
    background-color: #00796B;
}
.accueil  .cat-vie-prat p.categories {
    background-color: #546E7A;
}

.accueil  .cat-village h3 a {
    color: #00B8D4;
}
.accueil  .cat-environnement h3 a {
    color: #00C853;
}
.accueil  .cat-loisirs h3 a {
    color: #388E3C;
}
.accueil  .cat-enfance h3 a {
    color: #1565C0;
}
.accueil  .cat-urbanisme h3 a {
    color: #FB8C00;
}
.accueil  .cat-vie-assoc h3 a {
    color: #f4511e;
}
.accueil  .cat-vie-eco h3 a {
    color: #6D4C41;
}
.accueil  .cat-vie-munic h3 a, .accueil  .cat_elections h3 a {
    color: #00796B;
}
.accueil  .cat-vie-prat h3 a {
    color: #546E7A;
}

/* Sticky Post */
.accueil .sticky {
    display: flex;    display: -ms-flexbox;
    flex-direction: row;
	-ms-flex-direction: row;
    flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin-bottom: 2em;
	padding: 10px 0;
	border: 1px solid #ddd;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.2);	
    overflow: hidden;
	background-color: #fff;
}
.accueil .sticky .gauche {
	flex: 0 1 33%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 33%;
	padding-left: 10px;
}

.accueil .sticky p.categories {
	flex: 0 1 100%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 100%;
}
.accueil .sticky h3 {
    margin-top: 3px !important;
	text-align: left;
    font-size: 1.6em;
}
.accueil .sticky a.image{
	flex: 0 1 33%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 33%;
}
.accueil .sticky .actu-content {
	margin-left: 3%;
}
.accueil .sticky .post_content {
    margin-left: 0;
    margin-bottom: 0;
}
.accueil  ul.date {
	order: 3;
    margin-top: 1.5em;
    padding: 1em 1em 0.5em 1.2em;
    background: #f3f3f3;
}
.accueil .sticky .readmore {
	margin-top: 1em;
}
.place i {
	padding-left: 4px;
}

/* Actu-post */
.accueil .actualites  .actu {
	flex: 0 1 48%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 48%;
	display: flex;    display: -ms-flexbox;
    flex-flow: column wrap;
    flex-direction: column;
	-ms-flex-wrap: wrap;
    margin-left: 1%;
	border-left: 1px solid #ddd;
    overflow: hidden;
}
.accueil .actualites  .actu-post {
    display: flex;    display: -ms-flexbox;
    flex-flow: row wrap;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
    justify-content: flex-end;
    margin-right: .3em;
    margin-bottom: 1em;
	padding: 0 1em 0 2em;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 0 0 .8em 0;
    box-shadow: none;
    -webkit-box-shadow: 0 8px 6px -6px #ddd;
    -moz-box-shadow: 0 8px 6px -6px #ddd;
    box-shadow: 0 8px 6px -6px #ddd;
    overflow: hidden;
}
.accueil .actualites  .actu-post:last-child {
    border-bottom: none;
    box-shadow: none;
}

.accueil .actu-post {
	text-align: center;
}
.accueil .actu-post .actu-content {
	order: 2;
	-ms-flex-order: 2;
	margin-bottom: .5em;
    padding: 0 10px;
	text-align: left;
}

.accueil .actu-post  img {
	order: 1;
	-ms-flex-order: 1;
}

.accueil .actualites  .actu-content {
    order: 2;
	-ms-flex-order: 2;
    flex: 0 1 72%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 72%;
    display: flex;    display: -ms-flexbox;
    flex-flow: column wrap;
	-ms-flex-direction: column;
	-ms-flex-wrap: wrap;
    margin-left: 3.5%;
	padding-left: 1%;
}
.accueil .actualites  h2 .fa-stack {
    line-height: 2.1em;
}
.accueil .actualites  h3 {
	flex: 0 1 100%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 100%;
    order: 2;
	-ms-flex-order: 2;
    font-size: 1.05em;
	margin-top: 0 !important;
    padding: 0 0 .5em 0;
    text-transform: uppercase;
    text-align: left;
}
.accueil .actualites .post_content {
	order: 3;
	-ms-flex-order: 3;
    padding: 0;
    min-height: 8.5em;
}
.accueil .actualites  ul.date {
    margin: 0 0 1em;
    padding: 1em 1em 0;
    background: #f3f3f3;
}
.accueil .actualites  .post-content {
    padding: 0em 1em 0 0;
}
.accueil .actualites  .readmore {
    order: 5;
	-ms-flex-order: 5;
    display: block;
    margin-top: auto;
    padding: 0.1em 0em 0em 0;
    font-family: 'Merienda', cursive;
    text-align: right;
}
.accueil .actualites  .actu-link-img {
    flex: 0 1 24%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 24%;
}
.accueil .actualites  .actu img {
    order: 1;
	-ms-flex-order: 1;
    border-radius: 0;
    width: 150px;
    height: 150px !important;
	padding-left: 0;
}
.accueil .post_content .readmore {
	display: none;
}

/* Facebook - Meteo */
#meteo-fb {
    margin-right: 2%;
    border: none;
    box-shadow: none;
}

.accueil #secondary h4 {
    font-size: 1.1em;
}


/* ----------------------------- */
/* ==Page Actualites */
/* ----------------------------- */

aside#categories {
	background-color: #dd0000;
}
aside#categories h4, aside#categories ul, aside#categories a {
	color: #fff !important;
}

.actualites .actu-post {
	display: flex;    display: -ms-flexbox;
    flex-direction: row;
	-ms-flex-direction: row;
    flex-wrap: wrap;
	-ms-flex-wrap: wrap;
    border: none;
    border-bottom: 1px solid #ddd;
    margin-left: 0;
    margin-bottom: 1em;
    padding: 0 .5em 1em 0;
    box-shadow: none;
    -webkit-box-shadow: 0 8px 6px -6px #ddd;
    -moz-box-shadow: 0 8px 6px -6px #ddd;
    box-shadow: 0 8px 6px -6px #ddd;
    overflow: hidden;
}
.blog.actualites .actu-post:last-child {
    border-bottom: none;
    box-shadow: none;
}
.actualites .actu-content {
    order: 2;
	-ms-flex-order: 2;
    flex: 0 1 61%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 61%;
    margin-left: 3.5%;
	display: flex;    display: -ms-flexbox;
    flex-flow: column wrap;
	-ms-flex-direction: column;
	-ms-flex-wrap: wrap;
}
.actualites h3 {
    flex: 0 1 100%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 100%;
    order: 2;
	-ms-flex-order: 2;
    font-size: 1em;
    padding: .5em 0 .5em 0;
    text-transform: uppercase;
    text-align: left;
}
.actualites ul.date {
    order: 3;
	-ms-flex-order: 3;
	margin-top: .2em;
}
.actualites ul.date li {
    align-items: baseline;
	margin-right: 1em;
}
.actualites ul.date.fin li {
	margin-right: .3em;
}
ul.date .fa {
    width: 1.4em;
}
.actualites ul.date .fa-map-marker {
    padding-left: .2em;
}
.actualites ul.date li.when, .actualites ul.date li.time, .actualites ul.date li.place {
    flex: 0 1 auto !important;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: auto !important;
}
.actualites ul.date.fin li.place {
    flex: 0 1 100% !important;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 100% !important;
}
.actualites .post_content {
    padding: 0;
    display: flex;    display: -ms-flexbox;
    flex-direction: column;
	-ms-flex-direction: column;
    flex-wrap: wrap;
	-ms-flex-wrap: wrap;
    justify-content: space-between;
    min-height: 15em;
}
.actualites p.readmore {
    margin-top: auto;
    align-self: flex-end;
    width: 8.5em;
}

/* Colors */

.actualites .cat-village h2, .actualites .cat-village h2 a, .actualites .cat-village h3, .actualites .cat-village h3 a, .actualites .cat-village h4, .actualites .cat-village h4 a {
    color: #00B8D4;
}
.actualites .cat-environnement h2, .actualites .cat-environnement h2 a, .actualites .cat-environnement h3, .actualites .cat-environnement h3 a, .actualites .cat-environnement h4, .actualites .cat-environnement h4 a {
    color:  #00C853;
}
.actualites .cat-loisirs h2, .actualites .cat-loisirs h2 a, .actualites .cat-loisirs h3, .actualites .cat-loisirs h3 a, .actualites .cat-loisirs h4, .actualites .cat-loisirs h4 a {
    color:  #388E3C;
}
.actualites .cat-enfance h2, .actualites .cat-enfance h2 a, .actualites .cat-enfance h3, .actualites .cat-enfance h3 a {
    color:  #1565C0;
}
.actualites .cat-urbanisme h2, .actualites .cat-urbanisme h2 a, .actualites .cat-urbanisme h3, .actualites .cat-urbanisme h3 a, .actualites .cat-urbanisme h4, .actualites .cat-urbanisme h4 a {
    color:  #FB8C00;
}
.actualites .cat-vie-assoc h2, .actualites .cat-vie-assoc h2 a, .actualites .cat-vie-assoc h3, .actualites .cat-vie-assoc h3 a, .actualites .cat-vie-assoc h4, .actualites .cat-vie-assoc h4 a {
    color: #f4511e;
}
.actualites .cat-vie-eco h2, .actualites .cat-vie-eco h2 a, .actualites .cat-vie-eco h3, .actualites .cat-vie-eco h3, a.actualites .cat-vie-eco h4, .actualites .cat-vie-eco h4 a {
    color: #6D4C41;
}
.actualites .cat-vie-munic h2, .actualites .cat-vie-munic h2 a, .actualites .cat-vie-munic h3, .actualites .cat-vie-munic h3 a ,.actualites .cat-vie-munic h4, .actualites .cat-vie-munic h4 a, .actualites .cat_elections h2, .actualites .cat_elections h2 a, .actualites .cat_elections h3, .actualites .ccat_elections h3 a ,.actualites .cat_elections h4, .actualites .cat_elections h4 a {
    color: #00796B;
}
.actualites .cat-vie-prat h2, .actualites .cat-vie-prat h2 a, .actualites .cat-vie-prat h3, .actualites .cat-vie-prat h3 a, .actualites .cat-vie-prat h4, .actualites .cat-vie-prat h4 a {
    color: #546E7A;
}

.cat-village ul.date li .fa-lg {
    color: #00B8D4;
}
.cat-environnement ul.date li .fa-lg {
    color: #00C853;
}
.cat-loisirs ul.date li .fa-lg {
    color: #388E3C;
}
.cat-enfance ul.date li .fa-lg {
    color: #1565C0;
}
.cat-urbanisme ul.date li .fa-lg {
    color: #FB8C00;
}
.cat-vie-assoc ul.date li .fa-lg {
    color: #f4511e;
}
.cat-vie-eco ul.date li .fa-lg {
    color: #6D4C41;
}
.cat-vie-munic ul.date li .fa-lg, .cat_elections ul.date li .fa-lg {
    color: #00796B;
}
.cat-vie-prat ul.date li .fa-lg {
    color: #546E7A;
}

ul.ass_mat i.fa-home, ul.ass_mat i.fa-phone, ul.ass_mat i.fa-mobile {
	color: #1565C0;
}



/* ----------------------------- */
/* ==Page Contact */
/* ----------------------------- */

.contact .row {
	width: auto;
	padding-left: 0;
}
.contact .row li {
	display:table-row;
}
.contact .row li:before {
	content: '';
}
.adress-name {
	display: table-cell;
    font-size: 1.6em;
    width: 38%;
    padding: 0 8px 8px 0;
	line-height: 1.6em
}
.contact .row li .adress-name {
	width: 14em !important;
    font-size: 1.1em;
}
.contact .row li h2.adress-name:after {
	border-bottom: 1px dotted #607D8B;
    content: "";
    margin-left: 0;
    margin-top: 18px;
    position: absolute;
    width: 100%;
}
.adress-name .fa {
    color: #546E7A;
	width: 1.4em;
	font-size: 1.33333333em
}
.adress-data {
	display: table-cell;
    padding-left: 6px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ==Pages */
/* ----------------------------- */

/* Socialandco (see also Page Atricle) */
.page .socialandco {
    justify-content: flex-end;
}

/* Comptes rendus */
h2.cm {
	font-size : 1.4em;
}
h2.cm:after {
	border: none;
}

/* ==Page Accueil - Evenements -------------------------------------------------------------------------------------------------------------------------------------------- */
.home #tribe-events-header {
	margin-bottom: 0;
}
.home #tribe-events-photo-events {
    margin-top: 0;
}
.home .type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap {
    background-color: #fff;
}
.home .tribe-events-list-event-title .tribe-event-url {
	background-color: transparent !important;
	text-align: center;
	line-height: 1.2em;
}
.tribe-events-calendar div.type-tribe_events {
	background-color: transparent !important;
}
.home #tribe-events-content.tribe-events-list {
    margin-bottom: 20px;
}
h2.accueil-title {
    margin-bottom: 1em !important;
    background: #d50000;
    text-transform: uppercase !important;
    color: #fff;
    font-size: 1.4em !important;
    padding: .5em 0 .5em 1em !important;
}
h2.accueil-title.event {
    background-color: #21759b
}
h2.accueil-title.event a {
    color: #fff;
}
.accueil h3.tribe-events-list-event-title {
	display: block;
}
.accueil .tribe-events-event-image {
	text-align: center;
}
.accueil .type-tribe_events.tribe-events-photo-event p.readmore {
	width: auto;
	margin-top: 10px;
}
.accueil .type-tribe_events.tribe-events-photo-event p.readmore a {
    color: #fff !important;
}

/* Home Sidebar */
#secondary aside ul.tribe-events-widget-link li {
	margin-bottom: .5em;
}
#secondary aside ul.tribe-events-widget-link .fa-calendar, #secondary aside ul.tribe-events-widget-link .fa-share {
	margin-right: 10px;
	vertical-align: 15%;
}
#secondary aside ul.tribe-events-widget-link .fa-share {
    float: left;
	margin-top: 14px;
	margin-right: 11px;
    height: 40px;
}
#secondary aside ul.tribe-events-widget-link a {
	color: #21759b
}
.event-sidebar .type-tribe_events {
    padding: 0 15px;
}
.tribe-mini-calendar-event.first {
    margin-top: 5px;
}
.event-sidebar .tribe-mini-calendar-event {
	border-bottom: 1px dotted #ccc;
}
.event-sidebar .tribe-mini-calendar-event h3 {
	font-size: 1.1em;
}
.event-sidebar .tribe-mini-calendar-event h3 a {
}
.event-sidebar .tribe-mini-calendar-event .tribe-events-duration {
	color: #686868;
	text-align: center;
}
.tribe-mini-calendar-event {
	margin-bottom: 0
}
.tribe-mini-calendar-event .list-date {
	width: 17%
}
.tribe-mini-calendar-event .list-info {
	width: 78%
}
.event-sidebar .tribe-events-widget-link {
	margin-top: 15px;
}

/* ==Events colors (home, calendar, single event)
-------------------------------------------------------------------------------------------------- */
.home .tribe-events-category-village a.tribe-event-url, .home .tribe-events-category-histoire a.tribe-event-url, .tribe-events-calendar .tribe-events-category-village a, .event-sidebar .tribe-events-category-village h3 a, .event-sidebar .tribe-events-category-histoire h3 a, .tribe-events-list .tribe-events-category-village h2 a, #tribe-events-photo-events .tribe-events-category-village h3 a, .home .tribe-events-category-village .event-sidebar .tribe-mini-calendar-event h3 a {
	color: #00B8D4 !important;
}
.home .tribe-events-category-environnement a.tribe-event-url, .tribe-events-calendar .tribe-events-category-environnement a, .event-sidebar .tribe-events-category-environnement h3 a, .tribe-events-list .tribe-events-category-environnement h2 a, #tribe-events-photo-events .tribe-events-category-environnement h3 a, .home .tribe-events-category-environnement .event-sidebar .tribe-mini-calendar-event h3 a {
	color: #00C853 !important;
}
.home .tribe-events-category-loisirs a.tribe-event-url, .tribe-events-calendar .tribe-events-category-loisirs a, .event-sidebar .tribe-events-category-loisirs h3 a, .tribe-events-list .tribe-events-category-loisirs h2 a, #tribe-events-photo-events .tribe-events-category-loisirs h3 a,
.home .tribe-events-category-sport a.tribe-event-url, .tribe-events-calendar .tribe-events-category-sport a, .event-sidebar .tribe-events-category-sport h3 a, .tribe-events-list .tribe-events-category-sport h2 a, #tribe-events-photo-events .tribe-events-category-sport h3 a, .home .tribe-events-category-loisirs .event-sidebar .tribe-mini-calendar-event h3 a {
	color: #388E3C !important;
}
.home .tribe-events-category-enfance a.tribe-event-url, .tribe-events-calendar .tribe-events-category-enfance a, .event-sidebar .tribe-events-category-enfance h3 a, .tribe-events-list .tribe-events-category-enfance h2 a, #tribe-events-photo-events .tribe-events-category-enfance h3 a, .home .tribe-events-category-enfance .event-sidebar .tribe-mini-calendar-event h3 a {
	color: #1565c0 !important;
}
.home .tribe-events-category-urbanisme a.tribe-event-url, .tribe-events-calendar .tribe-events-category-urbanisme a, .event-sidebar .tribe-events-category-urbanisme h3 a, .tribe-events-list .tribe-events-category-urbanisme h2 a, #tribe-events-photo-events .tribe-events-category-urbanisme h3 a, .home .tribe-events-category-urbanisme .event-sidebar .tribe-mini-calendar-event h3 a {
	color: #FB8C00 !important;
}
.home .tribe-events-category-vie-assoc a.tribe-event-url, .tribe-events-calendar .tribe-events-category-vie-assoc a, .event-sidebar .tribe-events-category-vie-assoc h3 a, .tribe-events-list .tribe-events-category-vie-assoc h2 a, #tribe-events-photo-events .tribe-events-category-vie-assoc h3 a, .home .tribe-events-category-vie-assoc .event-sidebar .tribe-mini-calendar-event h3 a {
	color: #f4511e !important;
}
.home .tribe-events-category-vie-eco a.tribe-event-url, .tribe-events-calendar .tribe-events-category-vie-eco a, .event-sidebar .tribe-events-category-vie-eco h3 a, .tribe-events-list .tribe-events-category-vie-eco h2 a, #tribe-events-photo-events .tribe-events-category-vie-eco h3 a, .home .tribe-events-category-vie-eco .event-sidebar .tribe-mini-calendar-event h3 a {
	color: #6D4C41 !important;
}
.home .tribe-events-category-vie-munic a.tribe-event-url, .tribe-events-calendar .tribe-events-category-vie-munic a, .event-sidebar .tribe-events-category-vie-munic h3 a, .tribe-events-list .tribe-events-category-vie-munic h2 a, #tribe-events-photo-events .tribe-events-category-vie-munic h3 a, .home .tribe-events-category-vie-munic .event-sidebar .tribe-mini-calendar-event h3 a {
	color: #00796B !important;
}
.home .tribe-events-category-vie-prat a.tribe-event-url, .tribe-events-calendar .tribe-events-category-vie-prat a, .event-sidebar .tribe-events-category-vie-prat h3 a, .tribe-events-list .tribe-events-category-vie-prat h2 a, #tribe-events-photo-events .tribe-events-category-vie-prat h3 a, .home .tribe-events-category-covid-19 a.tribe-event-url, .tribe-events-calendar .tribe-events-category-covid-19 a, .event-sidebar .tribe-events-category-covid-19 h3 a, .tribe-events-list .tribe-events-category-covid-19 h2 a, #tribe-events-photo-events .tribe-events-category-covid-19 h3 a, .home .tribe-events-category-vie-prat .event-sidebar .tribe-mini-calendar-event h3 a{
	color: #546E7A !important;
}
.home .tribe-events-category-vie-munic a.tribe-event-url, .tribe-events-calendar .tribe-events-category-calendrier a, .event-sidebar .tribe-events-category-calendrier h3 a, .tribe-events-list .tribe-events-category-calendrier h2 a, #tribe-events-photo-events .tribe-events-category-calendrier h3 a, .home .tribe-events-category-vie-munic.event-sidebar .tribe-mini-calendar-event h3 a {
	color: #666 !important;
}

.tribe-events-list .tribe-events-category-village h3.tribe-events-list-event-title, .tribe-events-list .tribe-events-category-village h3.tribe-events-map-event-title, .tribe-events-category-village .tribe-mini-calendar-event .list-datee, .tribe-events-category-histoire .tribe-mini-calendar-event .list-date {
    background-color: #00B8D4;
}
.tribe-events-list .tribe-events-category-environnement h3.tribe-events-list-event-title, .tribe-events-list .tribe-events-category-environnement h3.tribe-events-map-event-title, .tribe-events-category-environnement .tribe-mini-calendar-event .list-date {
    background-color: #00C853;
}
.tribe-events-list .tribe-events-category-loisirs h3.tribe-events-list-event-title, .tribe-events-list .tribe-events-category-loisirs h3.tribe-events-map-event-title, .tribe-events-category-loisirs .tribe-mini-calendar-event .list-date,
.tribe-events-list .tribe-events-category-sport h3.tribe-events-list-event-title, .tribe-events-list .tribe-events-category-sport h3.tribe-events-map-event-title, .tribe-events-category-sport .tribe-mini-calendar-event .list-date {
    background-color: #388E3C;
}
.tribe-events-list .tribe-events-category-enfance h3.tribe-events-list-event-title, .tribe-events-list .tribe-events-category-enfance h3.tribe-events-map-event-title, .tribe-events-category-enfance .tribe-mini-calendar-event .list-date {
    background-color: #1565c0;
}
.tribe-events-list .tribe-events-category-urbanisme h3.tribe-events-list-event-title, .tribe-events-list .tribe-events-category-urbanisme h3.tribe-events-map-event-title, .tribe-events-category-urbanisme .tribe-mini-calendar-event .list-date {
    background-color: #FB8C00;
}
.tribe-events-list .tribe-events-category-vie-assoc h3.tribe-events-list-event-title, .tribe-events-list .tribe-events-category-vie-assoc h3.tribe-events-map-event-title, .tribe-events-category-vie-assoc .tribe-mini-calendar-event .list-date {
    background-color: #f4511e ;
}
.tribe-events-list .tribe-events-category-vie-eco h3.tribe-events-list-event-title, .tribe-events-list .tribe-events-category-vie-eco h3.tribe-events-map-event-title, .tribe-events-category-vie-eco .tribe-mini-calendar-event .list-date {
    background-color: #6D4C41;
}
.tribe-events-list .tribe-events-category-vie-munic h3.tribe-events-list-event-title, .tribe-events-list .tribe-events-category-vie-munic h3.tribe-events-map-event-title, .tribe-events-category-vie-munic .tribe-mini-calendar-event .list-date {
    background-color: #00796B;
}
.tribe-events-list .tribe-events-category-vie-prat h3.tribe-events-list-event-title, .tribe-events-list .tribe-events-category-vie-prat h3.tribe-events-map-event-title, .tribe-events-category-vie-prat .tribe-mini-calendar-event .list-date,
.tribe-events-list .tribe-events-category-covid-19 h3.tribe-events-list-event-title, .tribe-events-list .tribe-events-category-covid-19 h3.tribe-events-map-event-title, .tribe-events-category-covid-19 .tribe-mini-calendar-event .list-date {
    background-color: #546E7A;
}

.tribe-events-category-village a.tribe-events-read-more {
	color: #00B8D4
}
.tribe-events-category-environnement a.tribe-events-read-more {
	color: #00C853
}
.tribe-events-category-loisirs a.tribe-events-read-more, .tribe-events-category-sport a.tribe-events-read-more {
	color: #388E3C
}
.tribe-events-category-enfance a.tribe-events-read-more {
	color: #1565c0
}
.tribe-events-category-urbanisme a.tribe-events-read-more {
	color: #FB8C00 
}
.tribe-events-category-vie-assoc a.tribe-events-read-more {
	color: #f4511e
}
.tribe-events-category-vie-eco a.tribe-events-read-more {
	color: #6D4C41
}
.tribe-events-category-vie-munic a.tribe-events-read-more {
	color: #00796B
}
.tribe-events-category-vie-prat a.tribe-events-read-more, .tribe-events-category-covid-19 a.tribe-events-read-more {
	color: #546E7A
}

/* ==Page Calendrier -------------------------------------------------------------------------------------------------------------------------------------------------------- */
h1.tribe-events-page-title {
	padding: .2em .5em .2em .85em;
	color: #fff
}
.tribe-events-month {
	padding: 0 5em !important;
}
#tribe-bar-views .gut a:hover:after, .gut a:focus, .gut a:active {
	height: auto !important;
}

.tribe-theme-child-menthonay  #secondary aside {
	background-color: #ffff;
}
.tribe-theme-child-menthonay  #secondary aside {
	color: #686868;
}
.tribe-theme-child-menthonay #secondary aside h2, .tribe-theme-child-menthonay #secondary aside h3, .tribe-theme-child-menthonay #secondary aside h4 {
	color: #686868;
}
#tribe-events #legend li {
    font-size: 1.1em;
}
.tribe-events-ical.tribe-events-button {
    margin: 0.5em 0 1.8em;
}
.tribe-events-calendar .tribe-events-tooltip {
    padding: 0.2em 1em 0.5em;
}
.tribe-events-tooltip h4{
    padding: 5px 0 8px 5px;
	line-height: 1.2em;
	text-align: center;
}
.tribe-events-tooltip .tribe-event-duration {
    padding: 5px 0;
	font-size: 1.2em;
    font-weight: bold;
	text-align: center;
}
.tribe-events-tooltip .tribe-event-description {
    font-weight: normal;
}
.tribe-events-calendar a:link, .tribe-events-calendar a:visited {
	border-bottom: none !important;
}

/* ==Page Photo -------------------------------------------------------------------------------------------------------------------------------------------------------- */
.tribe-events-list #tribe-events-photo-events .tribe-events-event-details h2 {
    font-size: 1.3em;
    text-align: center;
    width: 100%;
}
.tribe-events-list #tribe-events-photo-events .tribe-events-event-details h2 a, #tribe-events-photo-events h3.tribe-events-list-event-title, .accueil h3.tribe-events-list-event-title {
    background-color: transparent !important;
	text-align: center;
	font-size: 1.3em !important;
}
.tribe-events-list #tribe-events-photo-events .tribe-events-event-meta {
    text-align: center;
}

/* ==Page Evenement -------------------------------------------------------------------------------------------------------------------------------------------------------- */

#evenement {
	padding: 0 2em;
}
#tribe-events-content.tribe-events-single {
    margin-bottom: 1em;
}
#tribe-events-content h1.entry-title {
    margin: .44em 0;
}
.single-tribe_events .tribe-events-cal-links {
	margin-bottom: 0;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-end;
}
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, #tribe-events .tribe-events-button, .tribe-events-button.tribe-inactive, #tribe-events .tribe-events-button:hover, .tribe-events-button:hover, .tribe-events-button.tribe-active:hover {
	background-color: #21759b !important;
	margin-top: 0;
    padding: 0.75em;
	height: 2.6em;
	border-radius: 3px;
}
.single-tribe_events .tribe-events-event-meta {
	margin: 0;
}
.single-tribe_events .tribe-events-event-meta.primary {
	background: transparent;
    border: none;
    margin: 0;
}
.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
    width: 100%;
    margin: 0 0 10px;
    padding: .5em 1em 0;
}
.tribe-events-meta-group-details, .tribe-events-meta-group-organizer, .single-tribe_events .tribe-events-event-meta.secondary {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
}
.tribe-events-event-meta .tribe-events-meta-group dd {
	margin: 0 0 10px !important;
}
.tribe-events-meta-group .tribe-events-single-section-title {
    padding-left: 0.5em;
}
.tribe-events-meta-group-details dd {
	float: left;
}
.tribe-events-meta-group-details dt,.tribe-events-meta-group-details dd, .tribe-events-meta-group-organizer dd {
	line-height: 2em;
}
.tribe-events-meta-group-details dt, .tribe-events-meta-group-organizer dt, .tribe-events-meta-group-venue dd.tribe-venue-location i {
	float: left;
}
.tribe-events-meta-group-details dt i.fa-clock-o {
	margin-left: 20px;
}
.tribe-events-meta-group-details dt.prix {
	clear: both;
}
.tribe-events-meta-group-organizer .tribe-organizer, .tribe-events-meta-group-venue .tribe-venue, .tribe-events-meta-group-venue dd.tribe-venue-location {
	margin-left: 0;
}
.tribe-events-meta-group-venue dd.tribe-venue-location {
	margin-top: 10px;
}
.tribe-events-meta-group-venue dd.tribe-venue-location i {
    padding: 0 5px 10px 0;
}
.single-tribe_events .tribe-events-venue-map {
    width: 91% !important;
    margin: -10px 4% 4% 0;
}
.tribe-events-gmap {
	display: block;
    text-align: center;
    margin: 5px auto;
}
.tribe-events-meta-group .fa-lg {
	margin-right: 10px;
}

.tribe-events-event-meta dd[class$=url], .tribe-events-event-meta dt:not(:first-child) {
    margin-top: 0;
}

#tribe-events-pg-template {
    padding: 10px 20px 20px;
}
#tribe-events-pg-template .tribe-events-content ul li {
    margin: 0 0 5px;
}

.tribe-events-content ol, .tribe-events-content p, .tribe-events-content ul {
    font-size: 1.1em;
}
.tribe-events-cal-links .tribe-events-gcal, .tribe-events-cal-links .tribe-events-ical {
    background: svg-inline(cal-export) 0/24px no-repeat;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 2em;
    text-decoration: none;
    padding: 3px 5px 0px 5px !important;
}
.tribe-events-ical.tribe-events-button {
    margin: 0;
}

.events-archive footer.entry-header, .events-archive footer.entry-meta, .events-archive header.entry-header, .events-archive header.entry-meta, .events-archive span.edit-link, .single-tribe_events footer.entry-header, .single-tribe_events footer.entry-meta, .single-tribe_events header.entry-header, .single-tribe_events header.entry-meta, .single-tribe_organizer footer.entry-header, .single-tribe_organizer footer.entry-meta, .single-tribe_organizer header.entry-header, .single-tribe_organizer header.entry-meta, .single-tribe_venue footer.entry-header, .single-tribe_venue footer.entry-meta, .single-tribe_venue header.entry-header, .single-tribe_venue header.entry-meta {
	display:block !important
}
#tribe-events, #tribe-events-pg-template, .tribe-events-pg-template {
    padding: 0px 20px 20px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ==Page Article */
/* ----------------------------- */

.single .content {
	padding: 0;
}
.flex.event {
    margin: 2em 0 1em -30px;
}
.flex-auto {
	flex: 0 1 auto;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: auto;
	margin-left: 4%;
}
.single h1 {
	color: #fff;
}

/* ==Page Liste -------------------------------------------------------------------------------------------------------------------------------------------------------- */

.tribe-events-list-separator-month {
    margin: 0 auto;
    padding: 0;
    color: #D50000;
}
.tribe-events-list-separator-month:after {
    border-bottom: 1px solid #D50000;
}
.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first, .tribe-events-list-separator-month+.type-tribe_events {
    padding-top: 0;
}
.tribe-events-list-separator-month span {
    padding: 0 1em;
    text-transform: capitalize;
    font-family: 'Merienda', cursive;
    font-weight: normal;
}
.tribe-events-list .tribe-event-schedule-details {
	display: inline-block;
    margin-bottom: 15px;
    padding: 3px 8px;
    border-bottom: 1px solid #eee;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-image {
	order: 1;
	float: none;
	margin-bottom: 15px;
	width: 100%;
}
.tribe-events-list .tribe-events-list-event-title {
	display: block;
	font-size: 1em !important;
}
.tribe-events-list .tribe-events-event-meta, .tribe-events-list .tribe-events-loop .type-tribe_events .tribe-events-event-meta {
	margin-top: 12px !important;
}
.tribe-events-list .tribe-events-venue-details {
    margin: 0;
    border: none;
    padding: 10px 10px 0;
}
.tribe-events-gmap {
    text-align: right;
}
.tribe-events-list .tribe-events-read-more {
	display: block;
	text-align: right;
    text-align: center;
    color: #fff;
    width: 9.4em;
    padding: .4em 1em !important;
    float: right;
}
.events-list .tribe-events-loop, #tribe-events-footer {
    max-width: 1056px;
    margin:15px auto 0 !important;
    padding-top: 1em !important;
}
.tribe-events-list #tribe-events-footer {
    padding-top: 0 !important;
	border: none !important;
	
}
ul.tribe-events-sub-nav li a {
	background: transparent;
	color: #21759b;
}
ul.tribe-events-sub-nav li a:hover, ul.tribe-events-sub-nav li a:visited {
	color: #21759b;
	text-decoration: underline;
}
.tribe-events-sub-nav .tribe-events-nav-left a span {
    display: inline;
    content: "\ab";
    position: relative;
    left: 0;
    top: 0;
}


/* Evénement */
.date-place {
    display: flex;    display: -ms-flexbox;
    flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.date-place-bg {
	margin-bottom: 1em;
    padding: 1em;
	background: #fff;
	border: 1px solid #ddd;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
}

ul.date {
    display: flex;    display: -ms-flexbox;
    flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
ul.date li {
    display: flex;    display: -ms-flexbox;
    flex-basis: 100%;
    padding-bottom: 12px;
    align-items: baseline;
}
ul.date li:before {
	content: none;
}
ul.date li .fa-stack {
    margin-right: 4%;
}
.single ul.date .fa-map-marker {
	width: 1.65em;
}
ul.date li .texte {
	font-size: 1.1em;
}
ul.date li.date {
	flex: 0 1 65%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 65%;
}
ul.date li.time {
	flex: 0 1 35%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 35%;
}

/* Evenement colors */
.tribe-events-meta-group .tribe-events-single-section-title {
    color: #fff;
}
.village .tribe-events-meta-group h3 {
    background-color: #00B8D4;
}
.environnement .tribe-events-meta-group h3 {
    background-color: #00C853;
}
.loisirs .tribe-events-meta-group h3 {
    background-color: #388E3C;
}
.enfance .tribe-events-meta-group h3 {
    background-color: #1565C0;
}
.urbanisme .tribe-events-meta-group h3 {
    background-color: #FB8C00;
}
.vie-assoc .tribe-events-meta-group h3 {
    background-color: #f4511e;
}
.vie-eco .tribe-events-meta-group h3 {
    background-color: #6D4C41;
}
.vie-munic .tribe-events-meta-group h3, .elections .tribe-events-meta-group h3 {
    background-color: #00796B;
}
.vie-prat .tribe-events-meta-group h3 {
    background-color: #546E7A;
}
.vie-contact .tribe-events-meta-group h3 {
    background-color: #607D8B;
}

.village .date .fa-lg, .village .tribe-events-meta-group .fa-lg {

	color: #00B8D4;
}
.environnement .date .fa-lg, .environnement .tribe-events-meta-group .fa-lg {
	color: #00C853;
}
.loisirs .date .fa-lg, .loisirs .tribe-events-meta-group .fa-lg {

	color: #388E3C;
}
.enfance .date .fa-lg, .enfance .tribe-events-meta-group .fa-lg {

	color: #1565C0;
}
.urbanisme .date .fa-lg, .urbanisme .tribe-events-meta-group .fa-lg {

	color: #FB8C00;
}
.vie-assoc .date .fa-lg, .vie-assoc .tribe-events-meta-group .fa-lg {

	color: #f4511e;
}
.vie-eco .date .fa-lg, .vie-eco .tribe-events-meta-group .fa-lg {

	color: #6D4C41;
}
.vie-munic .date .fa-lg, .vie-munic .tribe-events-meta-group .fa-lg, .cat_elections .date .fa-lg, .cat_elections .tribe-events-meta-group .fa-lg {

	color: #00796B;
}
.vie-prat .date .fa-lg, .vie-prat .tribe-events-meta-group .fa-lg {

	color: #546E7A;
}
.vie-contact .date .fa-lg, .vie-contact .tribe-events-meta-group .fa-lg {

	color: #607D8B;
}

/* Map */
.acf-map {
	width: 100%;
	height: 270px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
.acf-map img { /* fixes potential theme css conflict */
   max-width: inherit !important;
}

/* Socialandco */
.socialandco {
	clear: both;
    margin-bottom: 1em;
    padding-top: 1em;
	display: flex;    display: -ms-flexbox;
	align-items: center;
    justify-content: space-between;
}

/* Social */
ul.social {
    margin-top: .1em;
	padding: 0;
}
ul.social li {
	display: inline-block;
    border-radius: 3px;
	margin-left: .5em;
	padding: 0 0 0 0.3em;
}
ul.social li:before {
	content: none;
}
ul.social li a:before, ul.post-categories li a:before {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #fff !important;
    width: 2.2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    margin-right: 0.5em;
    font-size: 1em;
    display: inline-block;
}
ul.social li a:after {
	position: relative;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #fff;
	opacity: 0;
    top: 100% !important;
	right: 18px;
	left: 10px;
	content: "\f178";
	background: transparent !important;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
ul.social li:hover a:after {
	opacity: 1;
	top: 1px;
	right: -6px;
    padding-right: 18px !important;
}
ul.social li a {
	color: #fff;
    font-size: 1em;
	vertical-align: middle;
    text-decoration: none;
}
ul.social li a:hover {
	color: #fff !important;
    border-bottom: 1px solid transparent;
}

/* Social colors */
ul.social li.facebook {
    background-color: #036;
}
ul.social li.facebook a:before {
	content: "\f09a";
    background-color: #314a83;
}
ul.social li.twitter {
    background-color: #0092cc;
}
ul.social li.twitter a:before {
	content: "\f099";
    background-color: #00abf0;
}
ul.social li.google {
    background-color: #bc4031;
}
ul.social li.google a:before {
    content: "\f0d5";
    background-color: #EF5350;
}
ul.social li.email {
    background-color: #607D8B;
}
ul.social li.email a:before {
    content: "\f0e0";
    background-color: #90A4AE;
}

/* Categories Tags */
.single ul.post-categories, .single ul.post-tags {
    margin-top: .1em;
	padding: 0;
}
.single ul.post-categories li, .single ul.post-tags li {
	display: inline;
    margin-right: .5em;
	padding: .27em 0 .3em .4em;
    font-family: 'Merienda', cursive;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 3px;
}
.single ul.post-categories li:before, .single ul.post-tags li:before{
    content: none;
}
.single ul.post-categories li a, .single ul.post-tags li a {
	color: #fff !important;
    border: none;
	text-decoration: none;
}
.single ul.post-categories a:before, .single ul.post-tags a:before {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #fff !important;
    width: 2.2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    vertical-align: baseline;
    padding: 0;
    margin-right: 0.5em;
    font-size: 1em;
    display: inline-block;
}

.single ul.post-categories li a:after, .single ul.post-tags li a:after {
	position: relative;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #fff;
	opacity: 0;
    top: 100% !important;
	right: 18px;
	left: 10px;
	content: "\f178";
	background: transparent !important;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.single ul.post-categories li:hover a:after, .single ul.post-tags li:hover a:after {
	opacity: 1;
	top: 1px;
	right: -6px;
    padding-right: 18px !important;
}

/* Categories */
.single ul.post-categories a:before {
	content: "\f187";
}

/* Categories colors */
.single ul.post-categories li.cat-village {
    background-color: #00B8D4;
}
.single ul.post-categories li.cat-environnement {
    background-color: #00C853;
}
.single ul.post-categories li.cat-loisirs {
    background-color: #388E3C;
}
.single ul.post-categories li.cat-enfance {
    background-color: #1565C0;
}
.single ul.post-categories li.cat-urbanisme {
    background-color: #FB8C00;
}
.single ul.post-categories li.cat-vie-assoc {
    background: #f4511e;
}
.single ul.post-categories li.cat-vie-eco {
    background-color: #6D4C41;
}
.single ul.post-categories li.cat-vie-munic, .single ul.post-categories li.cat_elections {
    background-color: #00796B;
}
.single ul.post-categories li.cat-vie-prat {
    background-color: #546E7A;
}

.single ul.post-categories li.cat-village a:before {
    background-color: #4DD0E1;
}
.single ul.post-categories li.cat-environnement a:before {
    background-color: #00E676;
}
.single ul.post-categories li.cat-enfance a:before {
    background-color: #64B5F6;
}
.single ul.post-categories li.cat-urbanisme a:before {
    background-color: #FFB74D;
}
.single ul.post-categories li.cat-vie-assoc a:before {
    background-color: #FF8A65;
}
.single ul.post-categories li.cat-vie-eco a:before {
    background-color: #A1887F;
}
.single ul.post-categories li.cat-vie-munic a:before, .single ul.post-categories li.cat_elections a:before {
    background-color: #4DB6AC;
}
.single ul.post-categories li.cat-vie-prat a:before {
    background-color: #90A4AE;
}

/* Tags Colors */
.single ul.post-tags li {
    background: #D50000;
}
.single ul.post-tags a:before {
	content: "\f02b";
	vertical-align: baseline;
    background-color: #90A4AE;
}

/* ----------------------------- */
/* ==Archives */
/* ----------------------------- */

.archive h1 a {
	color: #fff;
}
.archive .entry-header h1 {
	font-size: 1.8em;
}
.archive article {
	clear: both;
}
.archive p.readmore {
    margin-bottom: 1.5em;
}
.archive #secondary aside h4, .archive #secondary aside ul, .archive #secondary aside a, aside#categories a {
	text-transform: capitalize;
}

/* Readmore Colors */
.village .readmore, .tribe-events-category-village .readmore, .tribe-events-category-histoire .readmore  {
    background: #00B8D4;
}
.environnement .readmore, .tribe-events-category-environnement .readmore  {
    background: #00C853;
}
.loisirs .readmore, .tribe-events-category-loisirs .readmore, .tribe-events-category-sport .readmore  {
    background: #388E3C;
}
.enfance .readmore, .tribe-events-category-enfance .readmore {
    background: #1565C0;
}
.urbanisme .readmore, .tribe-events-category-urbanisme .readmore  {
    background: #FB8C00;
}
.vie-assoc .readmore, .tribe-events-category-vie-assoc .readmore  {
    background: #f4511e;
}
.vie-eco .readmore, .tribe-events-category-vie-eco .readmore  {
    background: #6D4C41;
}
.vie-munic .readmore, .tribe-events-category-vie-munic .readmore, .cat_elections .readmore, .tribe-events-category-cat_elections .readmore  {
    background: #00796B;
}
.vie-prat .readmore, .tribe-events-category-vie-prat .readmore, .tribe-events-category-covid-19 .readmore  {
    background: #546E7A;
}

#nav-below {
    margin: 1em 2em;
    clear: both;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ==Page Albums */
/* ----------------------------- */
ul.foogallery-album-gallery-list li:before {
	content:'';
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ==Page Photos */
/* ----------------------------- */
.photos .entry-content {padding: 0 1em;}
h2 + div.unite-gallery, h3 + div.unite-gallery { margin-top: .75em !important }
div.unite-gallery { margin-bottom: 1.2em !important }
/* ----------------------------- */
/* == Search Form */
/* ----------------------------- */
#searchform .screen-reader-text {
    position: relative !important;
    width: auto;
	height: auto;
}
.recherche #searchform-404 {
	margin: 1em;
}
.recherche #searchform-404 label.screen-reader-text {
	display: inline;
}
.recherche #searchform-404 #s {
	float: left;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    height: 37px;
}
.recherche #searchform-404 span {
	display: none;
}
.recherche #searchsubmit-404 {
	background: #f3f3f3;
	color: #636363;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-left: 10px;
	padding: 9px 10px 10px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ==Page Résulats de recherche */
/* ----------------------------- */
.search-results h1.entry-title-results {
    padding: .2em .5em;
	background: #607D8B;
    color: #fff;
}
.search-results h1.entry-title {
	background: none;
	color: #607D8B;
    font-size: 1.5em;
}

/* ----------------------------- */
/* == WordPress alignement */
/* ----------------------------- */


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1em
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1em
}

.aligncenter {
	clear: both;
	display: block;
	margin: 15px auto !important
}

.clear-left { clear: left}
.clear-right { clear: right}
.clear { clear: both}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* == WordPress Images */
/* ----------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/

.wp-caption {
    text-align: center;
    margin: .5em 1em;
}
.wp-caption img {
    margin: 0;
}
.wp-caption .wp-caption-text {
    margin: 0 auto;
    padding: .5em;
    background: #f3f3f3;
    border-bottom: 1px solid #ddd;
}

.photos .wp-caption {
	margin: .3em 0;
}

.wp-caption-text.gallery-caption {
	padding: .5em 1em;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* == Custom Styles to Visual Editor */
/* ----------------------------- */

/* Font */
.merienda {
    font-family: 'Merienda', cursive;
}

.fs-1 {
    font-size: 1.1em;
}
.fs-14 {
    font-size: 1.4em;
}
.fs-16 {
    font-size: 1.6em;
}

/* Colors */
.color-village {
	color: #00B8D4;
}
.color-environnement {
	color: #00C853;
}
.color-loisirs {
	color: #388E3C;
}
.color-enfance {
	color: #1565C0;
}
.color-urbanisme {
	color: #FB8C00;
}
.color-vie-assoc {
	color: #f4511e;
}
.color-vie-eco {
	color: #6D4C41;
}
.color-vie-munic {
	color: #00796B;
}
.color-vie-prat {
	color: #546E7A;
}
.color-vie-contact {
	color: #607D8B;
}




/* ----------------------------- */
/* Vie municipale */
/* ----------------------------- */
.org-chart {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.org-chart ul {
  padding-top: 20px;
  padding-left: 0;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.org-chart li {
  float: left;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.org-chart li::before {
    content: '';
	padding-right: 0;
}
.org-chart li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #ccc;
}
.org-chart li:only-child::after, .org-chart li:only-child::before {
  display: none;
}
.org-chart li:only-child {
  padding-top: 0;
}
.org-chart li:first-child::before, .org-chart li:last-child::after {
  border: 0 none;
}
.org-chart li:last-child::before {
  border-right: 1px solid #ccc;
  border-radius: 0 5px 0 0;
}
.org-chart li:first-child::after {
  border-radius: 5px 0 0 0;
}
.org-chart li .user {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 20px 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #00796B;
  min-width: 140px;
  max-width: 180px;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.org-chart li .user:hover, .org-chart li .user:hover + ul li .user {
  background: #b5d5ef;
  color: #002A50;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  box-shadow: inset 0 0 0 3px #76b1e1, 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.org-chart li .user:hover img, .org-chart li .user:hover + ul li .user img {
  box-shadow: 0 0 0 5px #4c99d8;
}
.org-chart li .user:hover + ul li::after,
.org-chart li .user:hover + ul li::before,
.org-chart li .user:hover + ul::before,
.org-chart li .user:hover + ul ul::before {
  border-color: #94a0b4;
}
.org-chart li .user > div, .org-chart li .user > a {
  color: #fff;
}
.org-chart li .user img {
  margin: 0 auto;
  max-width: 60px;
  max-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #aaa;
}
.org-chart li .user .name {
  font-size: 16px;
  margin: 15px 0 0;
  font-weight: 300;
}
.org-chart li .user .role {
  line-height: 1.8em;
  margin-bottom: 10px;
  margin-top: 5px;
}

/* ----------------------------- */
/* Accordéons */
/* ----------------------------- */
.wp-block-advgb-accordion-item {
	margin-bottom: 15px;
}
.advgb-accordion-header {
	color: #ffffff;
	border-style: solid;
	border-radius: 2px;
}

.vie-eco .advgb-accordion-header {
	background-color: #6d4c41 !important;
}

h4.advgb-accordion-header-title {
	margin-top: 0 !important;
	color: inherit;
}
.advgb-accordion-body {
	border-style: solid !important;
	border-color: undefined !important;
	border-top: none !important;
	border-radius: 2px !important;
}



/* ----------------------------- */
/* @media queries */
/* ----------------------------- */

/** min-width: 480px **/
/* min-width: 481px */
@media (min-width: 481px) {
	.gut {
		max-width: 95%;
	}
.back-meteo-flux {
    margin: 0 auto;
}
}

/* min-width: 551px */

/** min-width: 640px **/
@media (min-width: 640px) {
.top-header .flex {
    margin-top: -2em;
}
.top-header img  {
	width: 5.9em;
    left: 2em;
}
.top-header .flex ul.header-info {
    padding: 5.5em .5em 0 7em;
}
.top-header .flex ul.header-social li {
    margin: 1.5em 0.2em .5em !important;
}

.site-title {
	padding: 0.3em 0.3em 0.3em 3em;
    font-size: 2.4em;
}

/* Page Accueil */
/* Widgets Prochain Conseil et Fermeture Mairie */
aside.prochain-conseil, aside.fermeture-mairie {
    padding: 1.2em 1em;
}
aside.prochain-conseil h4, aside.fermeture-mairie h4 {
    margin: 0 !important;
}

.accueil .actualites {
}

.accueil .fb-umoov {
    width: 33%;
}
.fb-page a span {
    width: 6.8em;
}

.accueil .accueil-first {
    width: 64%;
}
.accueil .accueil-actus {
    width: 100%;
	margin-left: 0;
}

.accueil p.categories {
    font-size: 0.9em;
}

.back-meteo-flux {
    margin: 0 auto;
}

/* Single */
.date-place {
	order: 2;
	-ms-flex-order: 2;
}
.date-place-bg {
    float: left;
    width: 49%;
    margin-right: 2.5%;
}
.single .date-place-bg + #secondary {
    flex-basis: 48.5%;
    margin-top: 0;
}
ul.date {
	padding-left: 1em;
}

/* ==Page Photo -------------------------------------------------------------------------------------------------------------------------------------------------------- */
#tribe-bar-views li.tribe-bar-views-option.tribe-bar-views-option-photo {
	display: none;
}

/* ==Page Horaires d'ouverture -------------------------------------------------------------------------------------------------------------------------------------------------------- */
.Horaires-Ouverture {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ouverture {
	flex: 0 1 31%;
}
.ouverture h3 {
	text-align: center;
}
.ouverture ul ul {
	margin-top: -25px;
    margin-left: 0.7em;
}
.ouverture a.infobulle ul {
		position:absolute;
		width: 240px;
		padding: 0.2em 0.8em;
		color:#616161;
		background:#eee;
		border-radius:3px;
		transition:all .25s;
		opacity:0;
		z-index: 50;
	}
.ouverture a.infobulle:hover ul, a.infobulle:focus ul {
	opacity:1;
}

/* ==Page Photo (accueil) -------------------------------------------------------------------------------------------------------------------------------------------------------- */

#tribe-events-photo-events .tribe-events-event-meta {
	padding: 0;
	border: 0;
	background: none;
}
#tribe-events-photo-events .tribe-event-schedule-details, #tribe-events-photo-events  .tribe-event-location {
    width: 100%;
    margin-bottom: 0;
    padding: 5px;
    background: #fafafa;
    border: 1px solid #eee;
    text-align: center;
}
#tribe-events-photo-events .tribe-event-schedule-details:after {
	content:none;
}
#tribe-events-photo-events .tribe-event-location {
	margin-top: 5px;
}
#tribe-events-photo-events .tribe-events-list-photo-description {
	margin-top: 10px !important;
}

/* ==Page Liste -------------------------------------------------------------------------------------------------------------------------------------------------------- */

.tribe-events-list h2.tribe-events-page-title {
    padding: .2em .5em .2em .85em;
	background-color: #21759b;
	color: #fff;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.tribe-events-list .type-tribe_events {
	display: flex;
}
.tribe-events-list .type-tribe_events:last-child {
  border: 0;
}
.tribe-events-list h3, .tribe-events-list .tribe-events-list-event-description {
  display: block;
  padding: 20px;
}
.tribe-events-list .tribe-event-schedule-details {
  position: relative;
  width: 17%;
  margin-bottom: 0;
  padding: 26px;
  text-align: right;
}
.tribe-events-list .tribe-event-schedule-details:after {
	content: '';
    position: absolute;
    top: 30px;
    right: -9px;
    display: block;
    width: 15px;
    height: 15px;
    border: 3px solid #D50000;
    border-radius: 50%;
    background: #fff;
}
.tribe-events-list .tribe-events-list-event {
	flex: 1;
	font-size: 24px;
	border-left: 3px solid #999;
	padding: 10px 0 0 0;
	display: flex;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-image {
    order: 0;
    float: left;
	width: auto;
}
.tribe-events-list .tribe-events-event-image img {
	width: 250px;
	margin: 0 20px;
}
.tribe-events-list .tribe-events-list-event-title {
	display: block;
	padding: 0;
	line-height: 1.4;
}
.tribe-events-list .tribe-events-list-event-title a {
	padding-left: 10px;
}
.tribe-events-list .tribe-events-list-content {
	display: flex;
	flex-direction: column;
	width: 100%;
    margin-left: 20px;
}
.tribe-events-list .tribe-events-venue-details {
    background: #fafafa;
    border: 1px solid #eee;
}
.tribe-events-list .tribe-events-list-event-description {
  display: block;
  font-size: .5em;
  padding: 0 20px;
  line-height: 1.4;
  flex-grow: 1;
}
.tribe-events-list .tribe-events-read-more {
	text-align: right;
    width: 100%;
    padding: 0 !important;
    float: none;
	font-size: 0.5em;
}
}

/* min-width: 641px */
@media (min-width: 641px) {
}

/** min-width: 768px **/
@media (min-width: 768px) {
.top-header img  {
	width: 7.5em;
	top: 1em;
	left: 1.2em;
}
.top-header .flex ul.header-social {
    margin-left: 6em;
}

aside.fermeture-mairie, aside.prochain-conseil {
}

.accueil .fb-umoov h2 {
    padding: .9em 2em 0.8em 2em;
}
.fb-page a span {
    width: 8.8em;
}

.back-meteo-flux {
    padding: 3em 0.5em;
}
.meteo {
    flex: 0 1 64%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 64%;
}
.tribe-events-calendar div.type-tribe_events {
	background-color: transparent !important;
}
}

/** min-width: 789px **/
@media (min-width: 789px) {
/* Site tile */
.site-title {
    position: absolute;
    top: 3.6em;
    width: 100%;
    padding: 1px 0 1px 2.5em;
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    font-size: 3.6em;
}
.top-header {
	top: 3.5em;
    padding-bottom: 10.5em;
}
.top-header img  {
	z-index: 60;
	top: 2.5em;
}
.top-header .flex ul.header-info {
	margin-top: 0;
    padding: 3em .5em 0 7em;
}

.breadcrumb {
}


.accueil .line.gut {
	display: block;
}
#meteo-fb {
	width: 447px !important;
}

#umoov {
    width: 36.7%;
}

.flux {
	flex: 0 1 31%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 31%;
}
.flux h2 {
	font-size: 1em !important;
}
.flux h2.ccpc span {
    top: 5px;
    margin-bottom: 8px;
}

/* Accueil */
.accueil .actualites .actu img {
	margin: 0 1em;
}

.accueil .gut {
	margin: 106px auto 1em;
}
}

/* min-width: 850px */
@media screen and (min-width: 850px) {
.flux h2.ccpc img {
	float: left;
}
.flux h2.ccpc span {
    top: 0.2em;
}
}

/* min-width: 960px */
@media screen and (min-width: 960px) {
/* Site tile */
.site-title {
    z-index: 60;
    position: absolute;
    top: 3.6em;
    width: 100%;
    padding: 1px 0 1px 2.5em;
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    text-align: center;
    font-size: 3.6em;
}
/* Top Header */
.top-header {
	position: absolute;
    top: 0;
	left: 0;
	right: 0;
    padding-top: 3.5em;
    padding-bottom: 6em;
}
.top-header img {
	z-index: 60;
	top: 4em;
}
header .ug-theme-slider {
    top: 17.7em;
    margin: 0 auto 236px !important;
}

aside.fermeture-mairie, aside.prochain-conseil {
}

.meteo {
    flex: 0 1 50%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 50%;
}

.accueil .gut {
	margin: 266px auto 1em;
}
.accueil .accueil-first {
    width: 75%;
}
.accueil .accueil-actus {
    width: 75%;
	margin-left: 3%;
}

.accueil .fb-umoov {
    width: 22%;
}
.accueil .accueil-actus {
    width: 75%;
}
.accueil .accueil-actus {
    width: 75%;
    margin-left: 3%;
}

#umoov {
    width: 48.1%;
}

.flux {
    flex: 0 1 32%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 32%;
}
.flux h2.ccpc img {
	margin: 0 1em 0 3px;
}
.flux h2.ccpc span {
	text-align: center !important;
}
}

/** min-width: 1024px **/
@media (min-width: 1024px) {
.hfeed.container {
    z-index: 0 !important;
    margin: 0 auto;
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;    display: -ms-flexbox;
}
/* Site tile */
.site-title {
    top: 3.22em;
}
/* Top Header */
.top-header {
	z-index: 50;
    padding-top: 3.5em;
    padding-bottom: 5.6em;
}
.top-header img {
	top: 4em;
}
.top-header .flex {
	margin: 0;
    padding: .8em 0;
    justify-content: space-around;
}
.top-header .flex div:first-child {
	flex: 0 1 50%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 50%;
	padding-left: 3em;
}
.top-header .flex div {
	flex: 0 1 65%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 65%;
}
.top-header .flex ul.header-info {
    padding: .5em .5em 0 0;
}
.top-header .flex ul.header-social {
    margin-top: 1.5em;
    margin-left: 0.3em;
}
.top-header .flex ul.header-social li  {
	margin: .3em .2em .2em !important;
}
.top-header #searchform #s {
    background-color: transparent;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 0;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease;
    width: 0;
}
.top-header #searchform #s:focus {
    background: rgba(255, 255, 255, 0.9);
    border: 0px solid #c3c0ab;
    cursor: text;
    outline: 0;
    width: 16em;
	margin-right: -50px;
}

header .ug-theme-slider {
    top: 6.5em;
	margin: 0 auto 89px !important;
}
	
/* Page Accueil */
/* Widgets Prochain Conseil et Fermeture Mairie */
aside.alerte {
	margin: 2em 0 2em;
}
aside.fermeture-mairie {
	background: #00796B url(https://www.menthonnex-en-bornes.fr/img/xfermeture-mairie.jpg.pagespeed.ic.zFIx_Gj1am.webp) no-repeat right bottom;
}
aside.fermeture-mairie div.mairie {
	width: 70%;
    background: rgba(0, 121, 107, 0.8);
    padding: .5em .5em 1em;
}

.accueil .gut {
	margin: 106px auto 1em;
}
#umoov {
    width: 51.2%;
}

.accueil p.categories {
	font-size: 1.2em;
}

.flux h2.ccpc span {
	top: .1em;
}

/* Single */
.date-place {
	width: 31%;
    float: left;
    margin: 0 2.5% 0 0;
}
.date-place-bg {
    width: 100%;
    margin-right: 0;
}
.single .content {
}
.single .date-place-bg + #secondary {
    flex-basis: 100%;
}
}

/* min-width: 1025px */
@media (min-width: 1025px)  {
.flux h2 {
	font-size: 1.3em !important;
}
}

/* min-width: 1162px */
@media (min-width: 1162px)  {
.top-header {
	background: rgba(0,0,0,.6);
	padding-top: 3.5em;
    padding-bottom: 5em;
}
.top-header .flex {
    margin: 0;
    padding: .5em 0 .9em 0;
    align-items: center;
}
.top-header .flex ul.header-social {
    margin-top: .5em;
}

.site-title {
    top: 3em;
}

header .ug-theme-slider {
    top: 0;
    margin: 0 auto -1px !important;
}

aside.fermeture-mairie, aside.prochain-conseil {
}

.accueil .gut {
	margin: 0 auto 1em;
}
#umoov {
    width: 60%;
}
}

/* min-width: 1209x */
@media (min-width: 1209px) {
}

/* min-width: 1280x */
@media (min-width: 1280px) {
.top-header {
	padding: 0 0 4.9em;
}
.top-header img {
    top: 1em;
}
.top-header .flex {
    justify-content: space-around;
}
.top-header .flex div:first-child {
    flex: 0 1 auto;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: auto;
    padding-left: 4em;
}
.top-header .flex div {
    flex: 0 1 auto;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: auto;
}

.site-title {
    top: 1.42em;
}

header .ug-theme-slider, #featured-header {
    margin: 0 auto -76px !important;
}

.main-menu ul li {
	margin-left: .3em;
	margin-right: .3em;
}

	.gut {
		max-width: 1200px;
	}
.accueil .gut {
	margin: 106px auto 1em;
}


.accueil .gut {
	margin: 106px auto 1em;
}
aside.fermeture-mairie, aside.prochain-conseil {
}

.accueil .actualites .sticky .actu-content h3 {
	padding-bottom: 1em;
}

#umoov {
    width: 60.7%;
}

.flux h2.ccpc a {
}

/* Responsive Menu */
.main-menu {
	min-height: 70px;
	padding: 0.4em 0 1.2em;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
   box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}
.main-menu ul {
	display: flex;    display: -ms-flexbox;
	justify-content: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-items: center;
    text-align: center;
}
.main-menu ul li {
	min-width: 7%;
	margin-left: .2em;
	margin-right: .2em;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}



.tribe-events-list .tribe-event-schedule-details {
  width: 24%;
}
}

/* min-width: 1367px */
@media (min-width: 1367px) {
.top-header .flex {
    justify-content: space-between;
}

header .ug-theme-slider {
    top: 0;
}
	
.main-menu ul li {
    margin-left: .7em;
    margin-right: .7em;
}

.accueil .ug-carousel-wrapper {
	width: 1600px !important
}

.flux h2.ccpc span {
	top: 1em;
}
}

/** min-width: 1600px **/
/* min-width: 1601px */

/* min-width: 1921px */



/* max-width: 100% */

/* max-width: 1350px */
@media (max-width: 1350px) {
.mailpoet_submit {
	margin-top: 5px !important;
    margin-left: 5.7em;
}

/* Page d'accueil */
.accueil .actualites .actu-content {
    flex: 0 1 70%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 70%;
}
.hide-scroll {
}
.hide-scroll iframe {
}
}

/* max-width: 1280px */
@media (max-width: 1280px) {

.flux h2.ccpc img {
	margin: 0 0 0 3px;
}

header .ug-theme-slider, #featured-header {
    box-shadow: 1px 1px 6px rgba(0,0,0,0.6);
}

	footer .mailpoet_submit form {
		text-align: right;
	}
	footer .mailpoet_submit input[placeholder], [placeholder], *[placeholder] {
		width: 100%;
	}
	
 /* Responsive Menu */

	.main-menu {
		z-index: 60;
		position: fixed;
		top: 0;
		padding-top: 5px;
		background: #fff;
		border-bottom: 1px solid #ddd;
	}
	.main-menu  .navtoggle,
	.main-menu .toggle-link {
		display: block;
	}
	.navtoggle:before {
    content: '\2261';
    padding-right: 0.5em;
    font-size: 1.8em;
    position: absolute;
    top: .4em;
    right: 1.7em;
}

	.main-menu .menu  li {
		float: none;
		margin: 0;
	}

	.js .menu > ul {
		overflow: hidden;
		max-height: 0em;
	}

	.main-menu .active + ul,
	.main-menu .keyboardactive + ul {
		max-height: 90em;
	}
  
	/* styling the toggle menu */
	.toggle-link {
		position: absolute;
		top: 0;
		right: 0px;
		height: 42px;
		width: 40px;
		border: none;
		z-index: 200;
		font-size: 0em;
		background: rgba(255, 255, 255,0.1);
		cursor: pointer;
	}
	/* arrow to indicate that we have subnav*/
	.main-menu .menu .has-subnav > .toggle-link:after {
		content: "▼";
		font-size: 16px;
		position: absolute;
		width: 15px;
		top: 10px;
		bottom: 0px;
		right: 10px;
		color: #607890;
	}

	.main-menu .menu .has-subnav  > .toggle-link.active:after {
		content: "▲";
	}
	
	/* Hide the Sub menu */
	.main-menu li:hover .sub-menu,
	.main-menu li:hover .children {
		max-height: 0;
		overflow: hidden;
	}

	/* Open the Sub menu ! */
	.main-menu li .sub-menu.active,
	.main-menu li.hover .sub-menu,
	.main-menu li .children.active,
	.main-menu li.hover .children {
		max-height: 60em;
		overflow: visible;
		position: relative;
	}

	/* Sub menu styling*/
	.main-menu .sub-menu, 
	.main-menu .children {
		background: none;
	}

	.main-menu .sub-menu a,
	.main-menu .children a {
		color: #607890;
	}

	.main-menu .sub-menu .current-menu-item a,
	.main-menu .children .current-menu-item a {
		color: #fff;
	}

	.main-menu .sub-menu li a,
	.main-menu .children li a {
		padding-left: 30px;
	}
	
	

.events-list .tribe-events-loop, #tribe-events-footer {
    width: 90%;
}
}

/* max-width: 1023px */
@media (max-width: 1023px) {

.line.gut {
	display: flex;    display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
#secondary {
	flex: 0 1 100%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 100%;
	order: 2;
	-ms-flex-order: 2;
	margin-top: 2em;
	margin-right: 0;
	padding-right: 0;
	display: flex;    display: -ms-flexbox;
	justify-content: space-between;
}
#secondary aside.widget-menu {
	margin-right: 1%;
    flex-basis: 33%;
}
#secondary aside.widget_text {
    margin-right: 1%;
	margin-left: 1%;
    flex-basis: 40%;
}
#secondary aside.widget_text:nth-last-child(1) {
    margin-right: 0;
	margin-left: 1%;
    flex-basis: 31%;
}
	
/* Footer */
footer .flex {
    flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.column.last {
    margin-top: 3%;
	flex: 0 1 100%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 100%;
    display: flex;    display: -ms-flexbox;
    flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
    justify-content: flex-end;
}
.column.last aside {
    flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    margin: 0 8% 0 0 !important;
}
.column.last aside:first-child {
    flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    margin: 0 0 0 8% !important;
}

/* Page d'accueil */
.accueil .actualites .actu-content {
    flex: 0 1 69%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 69%;
}

.hide-scroll {
}
.hide-scroll iframe {
}

.accueil #secondary {
	margin-top: 0;
    margin-bottom: 2.5em;
    padding-right: .5%;
	flex: 0 1 25%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 25%;
	display: block;
}

/* Single */
.date-place {
	margin-top: 2em;
}
.single #secondary aside.widget_text {
	flex-basis: 100%;
	margin-left: 0;
}
}

/* max-width: 960px */
@media (max-width: 960px) {
.accueil .actualites .actu-content {
    flex: 0 1 68%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 68%;
}

/** max-width: 940px **/
@media (max-width: 940px) {
/* Page d'accueil */
.accueil .actualites {
}
.accueil .actualites .actu-content {
    flex: 0 1 65%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 65%;
}
.accueil .actualites .actu img {
    width: 150px;
    height: 150px !important;
}
.accueil #secondary {
    flex: 1 1 25%;
    -ms-flex: 1 1 25%;
}
}

/** max-width: 850px **/
@media (max-width: 850px) {
.flux h2.ccpc span {
	display: inline-block;
}
}

/** max-width: 788px **/
@media (max-width: 788px) {
/* FEATURED (SLIDER, MAP, IMAGE) */
header .ug-theme-slider, header #map, .rss, .accueil #secondary aside#wysija-2, .accueil #secondary aside.accueil-text-16, #featured-header {
	display: none !important;
}

/* Page d'accueil */
.accueil .actualites .actu-content {
    flex: 0 1 69%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 69%;
}
.accueil .actualites .actu h3{
    font-size: 1.1em;
}
.accueil .actualites .actu img {
    width: 120px;
    height: auto !important;
}

#meteo-fb {
	width: 100% !important;
	margin-right: 0;
	text-align: center;
}
#meteo {
    margin: 1em 0;
}

.back-meteo-flux {
	display: block;
    max-width: 95%;
	padding: 0;
	background: none;
    box-shadow: none;
}
.air, .flux {
    margin-top: 1em;
	margin-left: 0;
}
.flux h2.ccpc img {
	float: left;
	margin: 0 1em 0 3px;
}
.air iframe {
    width: 100%;
}

/** max-width: 768px **/
@media (max-width: 768px) {
	.site-title img {
		position: relative;
		top: -3px;
		float: left;
		margin-right: 1.2em;
	    margin-left: 1em;
	}
	
/* FEATURED (SLIDER, MAP, IMAGE) */
header #map, .rss, .accueil #secondary aside#wysija-2, .accueil #secondary aside.accueil-text-16, #featured-header {
		display: none !important;
}
	footer .mailpoet_submit {
		margin-left: 0;
		background: #fff;
		color: #546E7A;
	}
	
	#content.actualites {
		padding: 0;
	}
	
	.home aside#text-15 {
		margin-bottom: 1.5em;
	}
	
	.actu-post .w25 {
		width: 30%;
	}
	.actu-post .w75 {
		width: 70%;
	}
	ul.post-categories li  a {
		padding: .3em 0;
	}

/* Page d'accueil */
.accueil .actualites 
	padding-bottom: 0;
}
.accueil .actualites .actu-post {
    justify-content: center;
    margin-left: 1em;
}
.accueil .actualites .actu img {
    width: 100%;
    height: auto !important;
}
.accueil .actualites .sticky .actu-content {
	padding: 0;
}
.accueil .actualites .sticky .actu-content h3 {
	margin: 1em auto 1em !important;
    font-size: 1.3em;
}
.accueil .actualites .sticky .actu-content h4{
	margin: 1em auto .5em !important;
}
.accueil .sticky .gauche {
	flex: 0 1 100%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 100%;
	text-align: center;
}
.accueil .sticky .actu-content {
	flex: 0 1 100%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 100%;
	margin-left: 0;
	text-align: left;
}
.accueil .sticky .actu-content h3 {
	margin: 12px 0 3px !important;
    line-height: 1.3em;
	text-align: center;
}

#secondary, .accueil #secondary.w30 {
    margin-bottom: 0;
}

/* Single */
.date-place {
    flex: 0 1 100%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 100%;
    order: 2;
	-ms-flex-order: 2;
}

/* Page liste event */
.tribe-events-loop .tribe-events-event-meta {
	padding: 5px 0 5px;
}
}

/* max-width: 640px */
@media (max-width: 640px) {
	.actualites {
	}

	#content,  #secondary aside {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.flex-1 {
		flex: 0 1 34%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 34%;
	}
	.flex-2 {
		flex: 0 1 66%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 66%;
	}
	.actu h3 {
		font-size: 1.3em;
	}
	.actu ul.date {
		flex-flow: column wrap;
	-ms-flex-direction: column;
	-ms-flex-wrap: wrap;
	}
	
	/*/ Footer */
	footer .column h2 {
		margin-bottom: .2em;
	}
	
/* Page d'accueil */

.accueil .line.gut {
	display: flex;    display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.accueil .accueil-first {
    width: 100% !important;
}
.accueil .actualites .actu {
	margin: 1em 0 0;
    border-top: 3px solid #ddd;
	border-left: none;
}
.accueil .actualites .actu-content {
    width: 95%;
	margin-left: 1.5em;
	min-height: 9.5em;
}
.accueil .actualites .actu-content h3 {
	font-size: 1.2em;
}
.accueil .actualites .actu img {
    height: auto !important;
}
.accueil .actualites .actu .actu-post {
    margin-top: 1em;
    border-bottom: 3px solid #ddd;
}
.accueil .actualites .actu-post:last-child {
	border: none;
}
.accueil .actualites .sticky .actu-content {
	padding: 0;
}
.accueil .actualites .sticky .actu-content h3 {
	margin: 1em auto 1em !important;
}
.accueil .actualites .sticky .actu-content h4{
	margin: 1em auto .5em !important;
}

.accueil #secondary {
    margin-top: 1em;
}

.accueil .actu-post {
	margin-left: 0;
}

.accueil .fb-umoov {
    order: 2;
	-ms-flex-order: 2;
	padding: 0;
}
.fb-page {
    text-align: center;
}
.fb-page .fa-facebook {
    padding: 10px 16px 6px 16px;
}
.fb-page a span {
	width: auto;
    vertical-align: text-bottom;
}
.umoov h2 {
    padding: 0.3em 3em .3em 3em;
}

.accueil .fb-umoov .umoov .hide-scroll {
	width: 188px;
}
.accueil .fb-umoov .umoov .hide-scroll iframe {
	width: 205px;
}

.flux ul, #meteo ul {
    list-style-type: none;
    margin: 20px 20px 0;
    padding-left: 0;
}
}

/* max-width: 615px */
@media (max-width: 612px) {
/* Page d'accueil */
.accueil .actualites .actu-content {
    flex: 0 1 69%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 69%;
}

.top-header .flex ul.header-social li#recherche {
	margin: 1em .1em 1.5em !important;
}
}

/* max-width: 562px */
@media (max-width: 562px) {
/* Page d'accueil */
.accueil .actualites .actu-content {
    flex: 0 1 66%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 66%;
}

/* Social */
ul.social {
    margin: .1em auto 0;
    display: flex;    display: -ms-flexbox;
    flex-flow: row wrap;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
    width: 90%;
    justify-content: center;
}
ul.social li {
    margin: 0 1em 10px;
    flex: 0 1 38%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 38%;
}
}

/* max-width: 480px */
@media (max-width: 480px) {
	/* Footer */
footer .flex {
	flex-direction: column;
	align-items: center;
}
footer .column{
	width: 63%;
	margin: 0 !important;
}
.column.last {
	display: block;
}
.column.last aside, .column.last aside:first-child {
	display: block;
	margin: 0 !important;
}
.column.two h2, .column.last h2 {
	margin-top: .8em;
}
.mailpoet_submit .wysija-submit {
	display: block;
}
	
/* Page d'accueil */
.accueil .actualites {
    flex: 0 1 100%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 100%;
    flex-direction: column;
	-ms-flex-direction: column;
	align-items: center;
	padding-bottom: 0;
}
.accueil .actualites .actu-post {
    flex: 0 1 100%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 100%;
    flex-direction: column;
	-ms-flex-direction: column;
	align-items: center;
	margin-left: 0;
}
.accueil .actualites .actu-content {
    width: 100%;
	margin-top: 1em;
	margin-left: 0;
}
.accueil .actualites .actu-content h3 {
	text-align: center;
	font-size: 1.2em;
}
.accueil .actualites .sticky .actu-content {
	padding: 0;
}
.accueil .actualites .sticky .actu-content h3 {
	margin: 0 auto 1em !important;
}
.accueil .actualites .sticky .actu-content h4{
	margin: 1em auto .5em !important;
}
.accueil .actualites .actu img {
    width: 264px;
}
.accueil .actualites .actu {
	margin: 1em 0 0;
    border-top: 3px solid #ddd;
	border-left: none;
}
.accueil .actualites .actu .actu-post {
    margin-top: 1em;
    border-bottom: 3px solid #ddd;
}
.accueil .actualites .actu-post:last-child {
	border: none;
}
.accueil .actualites .actu .actu-post .post_content {
    margin: 0 auto;
    padding: 0 2em;
}

.back-meteo-flux {
    max-width: 100%;
}

/* Social */
ul.social {
    width: 100%;
}
ul.social li {
    flex: 0 1 50%;
	-ms-flex-grow: 0;
	-ms-flex-shrink: 1;
	-ms-flex-basis: 50%;
}



.home aside#text-15 {
	background: #00796B;
}	
}