/*
Theme Name: stgenest
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stgenest
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

stgenest is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
 @import 'https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i';


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}
h3{
    margin-top: 0;
    font-size: 16px;
    font-weight: 400!important;
}
p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	display: block;
    font-family: "Roboto",sans-serif;
    font-size: 10px;
    line-height: 1.6;
    margin: 1.6em 0;
    padding-top: 10px;
    width: 100%;
    overflow: auto;
    color: #7b7064;
    border-top: 1px solid #7b7064;;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #cabfb2;
    background-image: url('https://www.st-genest-malifaux.fr/img/bckgd.png');
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100% auto;
    position: absolute;
    width: 100%;
    top: 0;
}
a{
    transition: all 1s ease-in-out 0s !important;
    -moz-transition: all 1s ease-in-out 0s !important;
    -webkit-transition: all 1s ease-in-out 0s !important;
}
a:hover{
    opacity: 0.7;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: transparent;
    border: 0 none;
    clear: none;
    display: inline-block;
    float: none;
    height: 1px;
    margin-bottom: 0em;
    width: 100%;
}

ul,
ol {
	margin: 0 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-branding{
    margin:0 auto;
}
.site-title{
    margin: 0 !important;
    align-items: center;
    display: flex;
}
.bloc-entete{
    margin:0 auto;
    width: 280px;
    text-align: center;
    background-image: url('https://www.st-genest-malifaux.fr/img/bckgd-entete.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    height: 140px;
    margin-top: -20px;
    margin-bottom: 30px;
}
.bloc-entete .verbe{
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    font-style: 14px;
    padding-top: 30px;
}
.bloc-entete .verbe:after{
    content: " "; 
    display: block;
    width: 70px;
    height: 3px;
    background-color: #FFF;
    margin: 10px auto 0;
}
.bloc-entete h4{
    color: #434854;
    font-family: "Roboto",sans-serif !important;
    font-size: 30px;
    font-weight: 200 !important;
    line-height: 5px;
    margin: 0 !important;
}

/*--------------------------------------------------------------
# Return on top 
--------------------------------------------------------------*/
#returnOnTop {
    background-color: #d2d605;
    background-image: url('https://www.st-genest-malifaux.fr/img/fleche.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px 25px;
    bottom: 2%;
    cursor: pointer;
    display: none;
    height: 48px;
    position: fixed;
    right: 0;
    width: 48px;
    -webkit-transition: all 1s 0s;
    -moz-transition: all 1s 0s;
    transition: all 1s 0s;
}

#returnOnTop:hover {
    filter: alpha(opacity = 70); /* IE < 8 */
    opacity: 0.7;
}

/*--------------------------------------------------------------
# Tarte au citron
--------------------------------------------------------------*/
#tarteaucitronRoot #tarteaucitronAlertBig{
    bottom: 10px;
    left:10px !important;
    background-color: #FFF !important;
    padding:16px 20px !important;
    text-align: left !important;}
@media (min-width:700px) {
    #tarteaucitronRoot #tarteaucitronAlertBig{width: 600px !important;}
    #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong{text-align: center;}
}
@media (max-width:700px) {
    #tarteaucitronRoot #tarteaucitronAlertBig{width: 200px !important;}
    #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong{text-align: left;}
    #tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronAlertBig #tarteaucitronPersonalize2, .tarteaucitronCTAButton, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog, #tarteaucitronRoot .tarteaucitronDeny, #tarteaucitronRoot .tarteaucitronAllow{margin-bottom: 5px}
}
#tarteaucitronRoot .tarteaucitronDeny,
#tarteaucitronCloseAlert{
    background: #F5F5F5 !important;
    border-radius: 0 !important;
    color: #626262 !important;
    padding: 7px 10px !important;
    font-size: 14px !important;
}
#tarteaucitronRoot .tarteaucitronCross::before {
    color: #626262 !important;
}
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong{color: #310538 !important;font-family: "Roboto",sans-serif!important;font-size: 14px !important;font-weight: 400;line-height: 1.7 !important;}#tarteaucitronBack{margin: 0 !important;background: rgba(41,55,73,0.5) !important;}.tarteaucitronTitle button{background-color: transparent !important;}#tarteaucitronClosePanel{z-index:150000; background-color: transparent !important; margin-top: 20px !important;}#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine{background-color: #f1f1f1 !important;border: none !important;}#tarteaucitronRoot .tarteaucitronH1, #tarteaucitronRoot .tarteaucitronH2{color: black !important;font-size:20px !important}#tarteaucitronInfo{border: none!important;background-color: transparent!important;color: black !important;}.tarteaucitronBorder{border:none !important;}
#tarteaucitronRoot .tarteaucitronH1{font-family: "Roboto",sans-serif !important;color:#404040 !important;font-weight: bold;letter-spacing: -0.5px !important;}
#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected, #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog{background-color:#404040!important;}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow{background-color: #d2d605}
#tarteaucitronPercentage{background:#404040!important;}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed{border-color: #d2d605!important}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle, #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button, #tarteaucitron #tarteaucitronInfo, #tarteaucitron #tarteaucitronServices .tarteaucitronDetails{color: #000 !important;}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine{background: #FFF!important}
#tarteaucitronClosePanel{color:#404040!important;text-transform: uppercase;padding: 10px 0;}
#tarteaucitronPersonalize2{background-color: #d2d605!important}
#tarteaucitronAllDenied2{background-color: #e64c4f!important}
#tarteaucitron #tarteaucitronInfo, #tarteaucitron #tarteaucitronServices .tarteaucitronDetails,#tarteaucitron .tarteaucitronH3,#tarteaucitron a,#tarteaucitronRoot div, #tarteaucitronRoot span, #tarteaucitronRoot applet, #tarteaucitronRoot object, #tarteaucitronRoot iframe, #tarteaucitronRoot h1, #tarteaucitronRoot h2, #tarteaucitronRoot h3, #tarteaucitronRoot h4, #tarteaucitronRoot h5, #tarteaucitronRoot h6, #tarteaucitronRoot p, #tarteaucitronRoot blockquote, #tarteaucitronRoot pre, #tarteaucitronRoot a, #tarteaucitronRoot abbr, #tarteaucitronRoot acronym, #tarteaucitronRoot address, #tarteaucitronRoot big, #tarteaucitronRoot cite, #tarteaucitronRoot code, #tarteaucitronRoot del, #tarteaucitronRoot dfn, #tarteaucitronRoot em, #tarteaucitronRoot img, #tarteaucitronRoot ins, #tarteaucitronRoot kbd, #tarteaucitronRoot q, #tarteaucitronRoot s, #tarteaucitronRoot samp, #tarteaucitronRoot small, #tarteaucitronRoot strike, #tarteaucitronRoot strong, #tarteaucitronRoot sub, #tarteaucitronRoot sup, #tarteaucitronRoot tt, #tarteaucitronRoot var, #tarteaucitronRoot b, #tarteaucitronRoot u, #tarteaucitronRoot i, #tarteaucitronRoot center, #tarteaucitronRoot dl, #tarteaucitronRoot dt, #tarteaucitronRoot dd, #tarteaucitronRoot ol, #tarteaucitronRoot ul, #tarteaucitronRoot li, #tarteaucitronRoot fieldset, #tarteaucitronRoot form, #tarteaucitronRoot label, #tarteaucitronRoot legend, #tarteaucitronRoot table, #tarteaucitronRoot caption, #tarteaucitronRoot tbody, #tarteaucitronRoot tfoot, #tarteaucitronRoot thead, #tarteaucitronRoot tr, #tarteaucitronRoot th, #tarteaucitronRoot td, #tarteaucitronRoot article, #tarteaucitronRoot aside, #tarteaucitronRoot canvas, #tarteaucitronRoot details, #tarteaucitronRoot embed, #tarteaucitronRoot figure, #tarteaucitronRoot figcaption, #tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot output, #tarteaucitronRoot ruby, #tarteaucitronRoot section, #tarteaucitronRoot summary, #tarteaucitronRoot time, #tarteaucitronRoot mark, #tarteaucitronRoot audio, #tarteaucitronRoot video{font-family: "Roboto",sans-serif!important;font-size: 14px !important;line-height: 22px;color:#310538!important}
#tarteaucitronRoot .tarteaucitronH2{font-family: "Roboto",sans-serif!important;font-size: 17px !important;line-height: 30px;color:#310538!important}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle, #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button, #tarteaucitron #tarteaucitronInfo, #tarteaucitron #tarteaucitronServices .tarteaucitronDetails{font-family: "Roboto",sans-serif!important;font-size: 17px !important;line-height: 30px;color:#310538!important;padding-left: 12px;}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny, .tac_activate .tarteaucitronAllow{font-family: "Roboto",sans-serif!important;}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
    background-color: #9C1A1A;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied {
    border-color: #9C1A1A;
}
#tarteaucitronRoot a:focus-visible, #tarteaucitronRoot button:focus-visible{outline:none !important}

table{
    border: none;
    font-size: 14.5px;
    color: #7b7064;
}
th{
    border: 1px solid #310538;
    background-color: #310538;
    text-align: center;
    padding: 10px 20px;
    text-transform: uppercase;
    color:#FFF;
}
td{
    border: 1px solid #f5f6f0;
    background-color: #FFF;
    text-align: center;
    padding: 10px 20px;
}
@media (max-width:600px){
    table{
        display: inline-block;
    }
    tbody{
        width: 100%;
        display: inline-block;
    }
    tr{
        width: 100%;
        display: inline-block;
        border-top: 1px solid #efedea;
    }
    td, th{
        display: inline-block;
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Recherche
--------------------------------------------------------------*/
.titre-search a {
    color: #fff !important
}
#resultat-recherche article{
    border-bottom: 1px dotted #a69b96; 
}
#resultat-recherche article p{
    margin-bottom: 0 !important;
}
#resultat-recherche article a.lien-externe{
    display: inline-block;
    margin-bottom: 20px !important;
    margin-top: 10px !important;
}

/*--------------------------------------------------------------
# Actualités
--------------------------------------------------------------*/
.archive h1{
    text-align: right;
    font-weight: 100 !important;
    color: #434854;
    font-size: 33px;
    margin-bottom: 0px;
    padding-right: 100px;
    background-image: url('https://www.st-genest-malifaux.fr/img/etoile.png');
    background-repeat: no-repeat;
    background-position: top right;
}
.archive .archive-description{
    background-color: #d2d605;
    text-align: center;
    margin-bottom: 50px;
    padding: 15px 25px;
}
.archive article {margin-bottom: 0px;}
.archive article header a {
    text-decoration: none;
    position: relative;
    min-height: 250px;
    display: inline-block;
    overflow: hidden;
    background-color: #434854;
}
.archive article header a:hover .img-carre{
    opacity: 0.3;
}
.archive .entry-meta{
    background-color: #e4328a;
    color: white;
    padding: 3px 5px;
    display: inline-block;
    z-index: 50;
    position: relative;
    margin: 0 auto 5px;
}
.archive h2{
    text-align: center;
    padding: 10px 5px;
    z-index: 50;
    position: relative;
    color: white;
    text-shadow: 0 0 15px #000, 0 0 10px #000, 0 0 5px #000;
}
.archive .img-carre {
    position: absolute;
    top: 0;
    z-index: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    width: 100%;
}
.archive .entry-content {
    margin: -9px 0 0;
}
.archive .entry-content a{
    text-decoration: none;
    background-image: url('https://www.st-genest-malifaux.fr/img/btn-actu.png');
    background-repeat: no-repeat;
    background-position: center left;
    display: inline-block;
    margin: 0px;
    padding: 15px 20px 15px 20px;
    text-align: right;
    width: 200px;
    font-size: 15px;
    float: right;
    color: #FFF;
    letter-spacing: 1.5px;
    transform-origin: right top;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
}
.archive .posts-navigation{
    width: 100%;
}




.single article header {
    position: relative;
    min-height: 300px;
    overflow: hidden;
}
.single .entry-meta{
    background-color: #e4328a;
    color: white;
    padding: 3px 5px;
    display: inline-block;
    z-index: 50;
    position: relative;
    margin: 0 auto 5px;
}
.single-post h1{
    text-align: center;
    padding: 15px 20px;
    z-index: 50;
    position: relative;
    color: white;
    text-shadow: 0 0 15px #000, 0 0 10px #000, 0 0 5px #000;
}
.single-post article{
    background-color: #f5f6f0;
    margin-bottom: 50px; 
    padding-bottom: 30px;
}
.single-post .img-carre {
    position: absolute;
    top: 0;
    z-index: 0;
}
.single-post article p, .single-post article h2, .single-post article h3, .single-post article h4, .single-post article h5, .single-post article h6, .single-post article figure {
    padding-left: 50px;
    padding-right: 50px;
}
.wp-caption .wp-caption-text{
    text-align: left;
    font-size: 12px;
    max-width: 280px;
    color: gray;
    font-style: italic;
}
.single-post article ul{
    margin-left: 50px !important;
    color: #404040 !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    font-size: 1rem !important;
    box-sizing: border-box;
    margin-right: 50px;
    margin-top: -5px !important;
}
.single-post article .cadre-vert{
    margin: 0 50px;
    max-width: none!important;
    box-sizing: border-box;
}
.single-post article .cadre-vert p,
.single-post article .cadre-vert h6,
.single-post article .cadre-vert ul{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.single-post article a{
    color: #e4328a;
    padding-left: 20px;
    background-image: url(https://www.st-genest-malifaux.fr/img/fleche-rose.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    text-decoration: none;
}
.single-post article a.telecharger-gris{
    background-image: url(https://www.st-genest-malifaux.fr/img/fleche-bleu-fonce.png) !important;
    color: #434854 !important;
    padding-left: 60px !important;
    background-position: 35px center !important;
}
.single-post .nav-links a{
    text-decoration: none;
    font-weight: 600;
    font-size: 25px;
    display: inline-block;
    line-height: 25px;
    color: #404040;
}
.single-post .nav-links .nav-next:before{
    content:'ARTICLE SUIVANT >';
    text-align: right;
    font-weight: 100 !important;
    color: #434854;
    font-size: 18px;
}
.single-post .nav-links .nav-previous:before{
    content:'< ARTICLE PRÉCÉDENT';
    text-align: left;
    font-weight: 100 !important;
    color: #434854;
    font-size: 18px;
}
.nav-previous a, .nav-next a{
    text-align: left;
    font-weight: 100 !important;
    color: #434854;
    font-size: 18px;
    text-decoration: none !important;
}
.nav-previous a:before{
    content:'<';
    margin-right: 10px;
}
.nav-next a:before{
    content:'>';
    margin-right: 10px;
}
.content_cards_card{
    padding: 20px !important;
    margin-left: 50px !important;
    margin-right: 50px !important;
    max-width: none!important
}
.content_cards_card p{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.content_cards_card a{
    color: #404040!important;
    padding-left: 0 !important;
    background-image: none!important;
}
.content_cards_card .content_cards_image_link img{
    width: 100% !important;
}

/*--------------------------------------------------------------
# Page 404
--------------------------------------------------------------*/
.page-title.quatrecentquatre{
    text-align: center !important;
}
#not-found p{
    text-align: center !important;
}
#not-found .search-form{
    max-width: 400px;
    margin: 0px auto 60px;
}
#not-found .search-submit{
    background-color: #e4328a !important;
    min-height: 42px !important;
}
#not-found .search-field{
    background-color: #f5f6f0 !important;
    color: #aaa09c !important;
    border-left: 2px solid #aaa09c !important;
    border-top: 2px solid #aaa09c !important;
    border-bottom: 2px solid #aaa09c !important;
    font-weight: 600 !important;
}

/*--------------------------------------------------------------
# Page Plan de site
--------------------------------------------------------------*/

.page-id-815 h2.menu-titre{
    color: #d2d60a;
    font-size: 30px;
    font-family: "Roboto",sans-serif;
    font-weight: 100 !important;
    margin-bottom: -10px !important;
    text-align: left;
}
.page-id-815 h3.menu-sous-titre{
    font-size: 16px;
    font-weight: 400;
    line-height: 12px;
    padding-bottom: 25px;
    display: inline-block;
}

/*--------------------------------------------------------------
# Agenda
--------------------------------------------------------------*/
.manifestation{
    margin: 0 !important;
    padding: 0 !important;
}
.manifestation li{
    border-bottom: 1px dotted #8c8c8c;
    list-style: none;
    padding: 10px 0;
}
.manifestation .date{
    font-size: 22px;
    font-weight: 200;
    text-transform: uppercase;
    color: #434854 !important
}
.manifestation .titre{
    display: block;
    margin-bottom: -20px;
    font-size: 16px;
    font-weight: 600;
    color: #434854 !important
}
.manifestation .heure{
    background-image: url('https://www.st-genest-malifaux.fr/img/heure.jpg');
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 25px;
    margin-right: 30px;
}
.manifestation .lieu{
    background-image: url('https://www.st-genest-malifaux.fr/img/lieu.jpg');
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 25px;
}
.manifestation .organisateur{
    background-image: url('https://www.st-genest-malifaux.fr/img/organisateur.jpg');
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 25px;
}
.manifestation .prix{
    background-image: url('https://www.st-genest-malifaux.fr/img/picto-ticket.png');
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 25px;
}
.manifestation .description{
    background-image: url('https://www.st-genest-malifaux.fr/img/picto-info.png');
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 25px;
}
.manifestation li p:last-child {
    margin-bottom: 0!important;
}
.manifestation .telecharger-gris{
    margin-top: 10px !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.content-nav{
    background-image: url('https://www.st-genest-malifaux.fr/img/bckgd-nav.png');
    background-repeat: no-repeat;
    background-position: top center;
    height: 85px;
    top: 0;
    width: 100%;
    z-index: 150!important;
}
.main-navigation{
    margin: 0 auto;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
    position: relative;
    float:right;
    z-index: 150;
}
.main-navigation li {
	float: left;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

/*--------------------------------------------------------------
# Mega menu
--------------------------------------------------------------*/
.nav-menu .menu-titre{
    color: #d2d60a;
    font-size: 20px;
    font-weight: 100;
    margin-bottom: -10px;
    margin-top: 15px;
    text-align: left;
    width: 100%;
}
.nav-menu .menu-sous-titre{
    color: #FFF; 
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 12px;
}

.is-hidden{
    opacity:0;
    visibility: hidden;
}
.active{
    opacity:1;
    z-index: 9000;
    visibility: visible !important;
}
.informer.nav-menu{
    padding-left: 10px;
}
.logo-nav{
    margin-top: 15px;
}
.site-navigation .nav-menu a{
    position: relative;
}
.cd-secondary-nav{overflow: hidden}
.cd-secondary-nav .sub-menu li{
    margin-bottom: 0 !important;
}
.cd-secondary-nav li a{
    color: #434854;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 25px;
}
.cd-secondary-nav .sub-menu a{
    color: #97928e;
    font-weight: 400 !important;
    line-height: 20px;
    padding: 3px 0 3px 50px;
    font-family: "Roboto",sans-serif !important;
    background-image: url(https://www.st-genest-malifaux.fr/img/fleche-verte.png);
    background-repeat: no-repeat;
    background-position: 25px 9px;  
}
.cd-secondary-nav .sub-menu li {
    position: relative;
    width: 100%!important;
}
.sub-menu{
    width: 100% !important;
}
.cd-overlay {
    backface-visibility: hidden;
    background-color: transparent;
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s, transform 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s, transform 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s, transform 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 2;
}
.cd-overlay.is-visible {
    opacity: 1;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0s, transform 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s, visibility 0s ease 0s, transform 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s, visibility 0s ease 0s, transform 0.3s ease 0s;
    visibility: visible;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.site-content{
    margin: 0 auto;
}
.content-area{
    float: left;
}
.widget-area{
    float: left;
}
article.cadre-blanc{
    background-color: #f5f6f0;
    padding: 45px 25px;
}
.site-content ul{
    margin-left: 0!important;
    padding-left: 15px;
    color: #7b7064;
    font-size: 14.5px;
    margin-top: -21px !important;
}
.site-content li ul{
    margin-top: 0 !important;
}
article.annuaire h1{
    font-size: 22px;
    margin: 0 0 30px!important;
    padding-bottom: 30px;
    color: #a69b96;
    font-weight: 400 !important;
    border-bottom: 1.5px solid #a69b96;
}
article.annuaire h4{
    font-size: 13px;
    color: #FFF;
    background-color: #434854;
    text-transform: uppercase;
    padding: 2px 15px;
    font-weight: 400 !important;
    letter-spacing: 1px;
    max-width: 400px;
    background-image: url(https://www.st-genest-malifaux.fr/img/encoche-titre-bleu.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
article.annuaire h5{
    margin-bottom: 0;
    text-transform: uppercase;
    color: #97bf0d;
    font-size: 14px !important;
}
article.annuaire h5 strong{
    text-transform: none !important;
    background-color: #bfb4a9;
    color: #FFF !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2px 10px;
    font-weight: 400 !important;
    margin-left: 10px;
    display: inline-flex;
    font-size: 12.5px !important;
}
article.annuaire p, article.annuaire a{
    margin-top: 0 !important;
    font-size: 14.5px;
    color: #7b7064;
    text-decoration: none;
}
.website{
    color: #434854 !important;
    padding-left: 60px;
    background-image: url(https://www.st-genest-malifaux.fr/img/fleche-rose.png);
    background-repeat: no-repeat;
    background-position: 35px center;
}
.lien-externe{
    color: #e4328a !important;
    background-image: url(https://www.st-genest-malifaux.fr/img/fleche-rose.png);
    background-repeat: no-repeat;
}
.cadre-gris{
    background-color: #ddd6d0;
    padding: 1px 25px 5px;
    font-family: "Roboto",sans-serif;
    color: #434854;
    font-size: 14.5px;
    max-width: 450px;
    padding-right: 60px;
    background-image: url(https://www.st-genest-malifaux.fr/img/encoche-encadre-gris.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.cadre-gris h6{
    margin-bottom: 15px!important;
    margin-top: 0!important;
    color: #434854;
    font-size: 14.5px;
}
.cadre-gris h6::after{
    content: ' ';
    display: block;
    background-color: #FFF;
    width: 70px;
    height: 2px;
    margin-top: 15px;
}
.cadre-gris p{
    color: #434854 !important;
    font-size: 13.5px !important;
}
.cadre-gris-clair{
    background-color: #ddd6d0;
    padding: 5px 25px 15px;
    font-family: "Roboto",sans-serif;
    color: #434854;
    font-size: 14.5px;
}
.cadre-gris-clair h6{
    margin-bottom: 15px!important;
    margin-top: 0!important;
    color: #434854;
    font-size: 14.5px;
}
.cadre-gris-clair p{
    color: #434854 !important;
    font-size: 13.5px !important;
}
.cadre-vert{
    background-color: #d2d605;
    padding: 30px 25px 5px;
    font-family: "Roboto",sans-serif;
    color: #434854;
    font-size: 14.5px;
    padding-right: 60px;
    background-image: url(https://www.st-genest-malifaux.fr/img/encoche-encadre-vert.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.cadre-vert h6{
    margin-bottom: 15px!important;
    margin-top: 0!important;
    color: #434854;
    font-size: 14.5px;
}
.cadre-vert h6::after{
    content: ' ';
    display: block;
    background-color: #FFF;
    width: 70px;
    height: 2px;
    margin-top: 15px;
}
.cadre-vert p{
    color: #434854 !important;
    font-size: 13.5px !important;
}
.cadre-vert a{
    color: #434854 !important;
    font-size: 13.5px !important;
}
.cadre-vert a.lien-externe{
    color: #e4328a !important;
}
.cadre-vert ul{
    margin-left: 0!important;
    margin-top: -20px!important;
    padding-left: 15px!important; 
}
.cadre-vert li{
    color: #434854 !important;
    font-size: 13.5px !important;
}
.encadre-saison-20{
    padding: 20px;
    background-color: #5086c6;
   margin-top: -45px; 
}
.encadre-saison-20 p,
.encadre-saison-20 em{
    color: #FFF !important;
}
.encadre-saison-21{
    padding: 20px;
    background-color: #ff4d77;
   margin-top: -45px; 
}
.encadre-saison-21 p,
.encadre-saison-21 em{
    color: #FFF !important;
}
.encadre-saison-22{
    padding: 20px;
    background-color: #574473;
   margin-top: -45px; 
}
.encadre-saison-22 p,
.encadre-saison-22 em{
    color: #FFF !important;
}
.sans-marge-haut{
    margin-top: -10px;
}
.marge-bas{
    margin-bottom: 21px !important;
}
strong.chiffres{
    font-family: "Montserrat",sans-serif;
    font-size: 30px;
    line-height: 28px;
    vertical-align: baseline;
}
.box.saison-culturelle {
    background-color: #9f9994;
    height: 300px;
    padding-bottom: 10px;
    text-align: center;
}
.box.saison-culturelle H6,.box.saison-culturelle H6 a{
    color: #fff;
    font-size: 11px;
    margin: -10px 0 10px !important;
    min-height: 15px;
    padding: 0 15px;
    text-align: center;
}
.box.saison-culturelle H6::after {
    background-color: #d2d60a;
    content: " ";
    display: block;
    height: 3px;
    margin: 10px auto 0;
    width: 70px;
}
.box.saison-culturelle p, .box.saison-culturelle p a{
    color: #404040;
    font-weight: 600;
    line-height: 18px;
    padding: 0 10px;
    text-align: center;
}
.box.saison-culturelle .savoir-plus{
    border:1px solid #FFF;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 5px 10px;
    font-size: 12px !important;
    color: #FFF !important;
    line-height: 50px;
}
.box.bulletin {
    background-color: #9f9994;
}
.box.bulletin H6{
    color: #fff;
    font-size: 11px;
    margin: -10px 0 20px !important;
    min-height: 15px;
    padding: 0 15px;
    text-align: center;
}
.box.bulletin H6::after {
    background-color: #d2d60a;
    content: " ";
    display: block;
    height: 3px;
    margin: 10px auto 0;
    width: 70px;
}
.box.bulletin p{
    color: #404040;
    font-weight: 600;
    line-height: 18px;
    min-height: 25px;
    padding: 0 10px;
    text-align: center;
}

.telecharger{
    border:1px solid #FFF;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 5px 10px;
    font-size: 12px !important;
    color: #FFF !important;
    margin-top: 10px;
    display: inline-block;
}
.telecharger-gris{
    border: 2px solid #434854;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    color: #434854 !important;
    display: inline-block;
    font-size: 12px !important;
    font-weight: 600;
    padding: 8px 15px 8px 40px;
    background-image: url(https://www.st-genest-malifaux.fr/img/fleche-bleu-fonce.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    margin-bottom: 5px;
}
.telecharger-gris-marge{
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
     background-position: 15px center;
    background-repeat: no-repeat;
    border: 2px solid #434854;
    color: #434854 !important;
    display: inline-block;
    font-size: 12px !important;
    font-weight: 600;
    margin-bottom: 5px;
    margin-left: 60px;
    padding: 5px 15px;
}
.elus{
    background-color: #FFF;
}
.elus p{
    line-height: 20px
}
.elus img{
    width:50%;
    margin-right: 10px;
}
.elus strong{
    display: flex;
    margin-bottom: -20px;
    color: #434854;
}
.elus em{
    display: flex;
    font-size: 13px;
    line-height: 15px;
}
.dechets img{
    width: 213px;
    height: 139px;
}

.box.rubrique {
    background-color: #9f9994;
    padding-bottom: 10px;
    -webkit-transition: all 1s 0s;
    -moz-transition: all 1s 0s;
    transition: all 1s 0s;
}
.box.rubrique:hover {
    opacity:0.7;
}
.box.rubrique h6{
    color: #fff;
    font-size: 11px;
    margin: -10px 0 0px !important;
    padding: 0 15px;
    text-align: center;
    min-height: 70px;
}
.box.rubrique h6 a{
     color: #fff;
}
.box.rubrique H6::after {
    background-color: #cabfb2;
    content: " ";
    display: block;
    height: 3px;
    margin: 10px auto 0;
    width: 70px;
}
.box.rubrique .savoir-plus{
    background-color: white;
    background-image: url("https://www.st-genest-malifaux.fr/img/fleche-bleu-fonce.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 12px !important;
    color: #434854!important;
    font-weight: 600;
    padding: 10px 15px 10px 40px;
    text-transform: uppercase;
}
.box.rubrique p{
    text-align: center;
}


.box.demarches {
    background-color: #cabfb2;
    padding: 15px;
    -webkit-transition: all 1s 0s;
    -moz-transition: all 1s 0s;
    transition: all 1s 0s;
}
.box.demarches:hover {
    opacity:0.7;
}
.box.demarches h6{
    color: #fff;
    font-size: 11px;
    margin: -10px 0 0px !important;
    padding: 0 15px;
    text-align: center;
    min-height: 70px;
}
.box.demarches H6::after {
    background-color: #FFF;
    content: " ";
    display: block;
    height: 3px;
    margin: 10px auto 0;
    width: 70px;
}
.box.demarches p{
    text-align: center;
}
.post-89 .entry-content{
    display: flex;
    flex-flow: row wrap;
}

.fil-arianne, .fil-arianne a{
    color: #434854;
    font-size: 14.5px;
    text-decoration: none !important;
    margin-top: -20px;
}

/*--------------------------------------------------------------
# Onesignal
--------------------------------------------------------------*/
.onesignal-bell-launcher-button svg{
    width: 0 !important;
    height: 0 !important;
}
.onesignal-bell-launcher-button {
    background-image: url('https://www.st-genest-malifaux.fr/img/bell.png') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% auto !important;
}
/*--------------------------------------------------------------
# Pace accueil
--------------------------------------------------------------*/
.site-header.accueil{
    height: 550px;
}
.bloc-entete-accueil{
    text-align: center;
    background-image: url('https://www.st-genest-malifaux.fr/img/backgd-entete-accueil.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    -moz-animation: cssAnimation 0s ease-in 5s forwards;/* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;/* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;/* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cssAnimation {
     from {opacity: 1;}
     to {opacity: 0;}
}
@-webkit-keyframes cssAnimation {
     from {opacity: 1;}
     to {opacity: 0;}
}
.bloc-entete-accueil .verbe{
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    font-style: 14px !important;
    padding-top: 30px;
}
.bloc-entete-accueil .verbe:after{
    content: " "; 
    display: block;
    width: 70px;
    height: 3px;
    background-color: #FFF;
    margin: 10px auto 0;
}
.bloc-entete-accueil h1{
    color: #d4e39e;
    font-family: "Roboto",sans-serif !important;
    font-weight: 200 !important;
}
.bloc-entete-accueil h6{
    color: #434854;
    font-family: "Roboto",sans-serif !important;
    font-weight: 200 !important;
}
.actualites .titre-actu{
    text-align: right;
    font-weight: 100 !important;
    color: #434854;
    font-size: 33px;
    margin-bottom: 15px;
    padding-right: 100px;
    background-image: url('https://www.st-genest-malifaux.fr/img/etoile.png');
    background-repeat: no-repeat;
    background-position: top right;
}
.bloc-actu {
    margin-top: -15px;
}
.photo-actu-cachee{
    display: none;
}
.content-actu a{
    text-decoration: none;
    line-height: 20px;
}
.content-actu .date-evt{
    font-size: 17px;
    font-weight: 600;
    color: #2f333d;
     position: relative;
    display: inline-block;
}
.actu1 .date-evt::before{
    content:" ";
    display: block;
    width: 65px;
    height: 2px;
    background-color: #FFF;
    top:-20px;
    left:50px;
    position: absolute;
}
.actu1 a{
    position: relative;
}
.actu1 a::after{
    content:" ";
    display: block;
    width: 65px;
    height: 2px;
    background-color: #FFF;
    bottom:0px;
    left:50px;
    position: absolute;
}
.content-actu .titre{
    color: #FFF;
    font-family: "Montserrat",sans-serif!important;
    text-transform: uppercase;
    font-size: 17px;
    display: inline-block;
    margin-top: 15px;
    text-shadow: 0 0 3px #434854;
}
.content-actu .titre strong{
    display: inline-block;
    font-size: 22px;
    margin-top: 5px;
}
.content-actu .titre p{
    margin: 0;
}
.content-actu .description{
    font-style: italic;
    color: #736b64;
    font-size: 13px;
    display: inline-block;
    line-height: 14px;
    margin-top: -5px;
}
.actu1{
    height: 380px;
    margin-bottom: 6px;
}
.bloc-actu .actu1, .bloc-actu .actu2, .bloc-actu .actu3{
    background-repeat: no-repeat;
    background-size: cover;
     -webkit-transition: all 1s 0s;
    -moz-transition: all 1s 0s;
    transition: all 1s 0s;
}
.bloc-actu .actu1:hover, .bloc-actu .actu2:hover, .bloc-actu .actu3:hover{
    opacity:0.5;
}
.actu1 .content-actu{
    width: 240px;
    height: 380px;
    align-items: center;
    display:flex;
    align-items:center;
    padding:0 40px 0 20px;
    background-image:url('https://www.st-genest-malifaux.fr/img/cache-actu-1.png');
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-transition: all 1s 0s;
    -moz-transition: all 1s 0s;
    transition: all 1s 0s;
}
.bloc-actu .actu1:hover .content-actu{
    padding-left: 40px;
    width: 260px;
}
.actu2{
    height: 350px;
    float: left;
    margin-right: 6px;
    display:flex;
    align-items:flex-end
}
.actu2 .content-actu{
    width: 100%;
    height: 200px;
    align-items: top;
    display:flex;
    align-items:top;
    padding: 40px 40px 0 20px;
    background-image:url('https://www.st-genest-malifaux.fr/img/cache-actu-2.png');
    background-repeat: no-repeat;
    background-position: top left;
    -webkit-transition: all 1s 0s;
    -moz-transition: all 1s 0s;
    transition: all 1s 0s;
}
.bloc-actu .actu2:hover .content-actu{
    padding-bottom: 40px;
    height: 220px;
}
.actu3{
    height: 350px;
    float: left;
    display:flex;
    justify-content:flex-end;
    align-items:flex-end;
    
}
.actu3 .content-actu{
    width: 100%;
    height: 200px;
    display:flex;
    justify-content:flex-end;
    padding: 40px 20px 0 40px;
    text-align: right;
    background-image:url('https://www.st-genest-malifaux.fr/img/cache-actu-3.png');
    background-repeat: no-repeat;
    background-position: top left;
    -webkit-transition: all 1s 0s;
    -moz-transition: all 1s 0s;
    transition: all 1s 0s;
}
.actu2 .titre, .actu3 .titre{
    position: relative;
}
.actu2 .titre::before, .actu3 .titre::before{
    content:" ";
    display: block;
    width: 65px;
    height: 2px;
    background-color: #FFF;
    top:-7px;
    position: absolute;
}
.actu2 .titre::before{
    left:70px;
}
.actu3 .titre::before{
    right:70px;
}
.bloc-actu .actu3:hover .content-actu{
    padding-bottom: 40px;
    height: 220px;
}
.btn-actu{
    background-image: url('https://www.st-genest-malifaux.fr/img/btn-actu.png');
    background-repeat: no-repeat;
    background-position: center right;
    display: inline-block;
    margin-top: 10px;
    padding: 15px 20px 15px 50px;
    text-align: right;
    width: 100%;
    font-size: 18px;
}
.btn-actu a{
    text-decoration: none;
    color: #FFF;
}
.btn-news{
    margin-top: 10px;
    padding: 150px 20px 50px;
    text-align: center;
    font-size: 14px;
    background-color: #9f9994;
    position: relative;
    background-image: url(http://st-genest-malifaux.fr/img/icone-news.png);
    background-repeat: no-repeat;
    background-position: center 40px;
}
.btn-news strong{
    font-size: 20px !important;
    margin-bottom: 20px;
    display: inline-block;
    color: #FFF;
}
.btn-news:after{
    content:"CONSULTER";
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 7px 20px 5px 50px;
    background-image: url(https://www.st-genest-malifaux.fr/img/telecharger-plus.png);
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
    color: #434854;
    font-size: 15px;
    font-weight: 500;
}
.btn-news a{
    text-decoration: none;
    color: #434854;
}
.infographie{
    margin-top: 30px;
}
.infographie .bon-vivre{
    width: 50%;
    float: left;
    background-image: url('https://www.st-genest-malifaux.fr/img/sapin.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}
.infographie .pnr-pilat{
    width: 50%;
    float: left;
    background-image: url('https://www.st-genest-malifaux.fr/img/carte-pnr.png');
    background-repeat: no-repeat;
    background-position: right center;
    height: 400px;
    padding-left: 20px;
    background-size: 95%;
}
.infographie h6{
    font-family: "Roboto",sans-serif !important;
    font-weight: 100 !important;
    font-size: 20px;
    color: #434854;
    display: block;
}
.infographie .bon-vivre h6{
    margin-top: 47px;
}
.infographie .pnr-pilat h6{
    margin-top: 17px;
}
.infographie .textes{
    border-right: 1px solid #706457;
    display: inline-block;
    width: 100%;
}
.infographie .chiffres {
    color: #434854;
    display: inline-block;
    font-size: 18px;
    font-weight: 100;
    line-height: 18px;
}
.infographie .chiffres  strong{
    font-size: 40px;
    font-weight: 600;
    color: #FFF;
    line-height: 0;
}
.infographie .hab{
    margin: 40px 30px 0 15px;
    float: left;
}
.infographie .surf{
    float: right;
    margin-right: 20px;
    margin-top: 50px;
}
.infographie .mots{
    font-weight: 100;
    color: #FFF;
    display: block;
}
.infographie .mots.commerces{font-size: 14px;}
.infographie .mots.ecoles{font-size: 22px; text-align: center;}
.infographie .mots.animation{font-size: 16px;padding-left: 30px;}
.infographie .mots.loisirs{font-size: 12px;text-align: right;padding-right: 25px;}
.infographie .mots.sports{font-size: 14px;text-align: center;margin-left: 120px;}

.illwap h2{
    text-align: left;
    font-weight: 100 !important;
    color: #434854;
    font-size: 20px;
    margin-bottom: 0;
    padding-left: 100px;
    background-image: url('https://www.st-genest-malifaux.fr/img/etoile.png');
    background-repeat: no-repeat;
    background-position: top left;
}
.iframeilliwap{
    position: static; 
    visibility: visible; 
    display: block;
    padding: 0px; 
    border: none; 
    margin:0px;
    width: 100%; 
}
.illiwap-commercants{
    margin-top: 30px;
}
.illiwap-commercants h2{
    text-align: center;
    color: #FFF;
    font-size: 20px;
    margin-bottom: 0;
    padding-left: 80px;
    background-image: url('https://www.st-genest-malifaux.fr/img/etoile.png');
    background-repeat: no-repeat;
    background-position: top left;
    font-style: italic;
    line-height: 25px;
    font-weight: 600 !important;
    padding-top: 20px;
    padding-bottom: 10px;
}
.iframeilliwap2{
    position: static; 
    visibility: visible; 
    display: block;
    padding: 0px; 
    border: none; 
    margin:0px;
    width: 100%; 
}
/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.rslides {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -50;
    height: 550px;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
    display: block
  left: 0;
  top: 0;
    background-size: cover;
    background-position: center;
    height: 550px;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
#rslides1_s0{
    background-image: url('https://www.st-genest-malifaux.fr/img/slide-1.jpg');
}
#rslides1_s1{
    background-image: url('https://www.st-genest-malifaux.fr/img/slide-2.jpg');
}
#rslides1_s2{
    background-image: url('https://www.st-genest-malifaux.fr/img/slide-3.jpg');
}
#rslides1_s3{
    background-image: url('https://www.st-genest-malifaux.fr/img/slide-4.jpg');
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}




/*--------------------------------------------------------------
# Plan interactif
--------------------------------------------------------------*/
.mapplic-element > * {
    opacity: 1!important
}
.mapplic-list{
    border-top: 2px solid rgba(0, 0, 0, 0.05) 
}
.mapplic-list-category a{
    background-color: #f5f6f0!important;
    padding: 5px 12px !important;
}
.mapplic-list-count{
    background-color: #e4328a!important;
    color: #fff !important;
}
.mapplic-list-shown h4{
    background: transparent!important;
    color: #434854!important;
    font-family: "Montserrat",sans-serif!important;
    font-size: 11px!important;
    font-weight: 600!important;
    line-height: 12px!important;
    text-align: left!important;
    margin-bottom: 0!important;
    margin-top: 0!important;
}
/* CUSTOM PINS */
.mapplic-pin.ecole {
	background-image: url("https://www.st-genest-malifaux.fr/img/ecole.png") !important;
    background-size: cover;
    height: 20px !important;
    margin: -10px !important;
    width: 20px !important;
}
.mapplic-pin.sante {
	background-image: url("https://www.st-genest-malifaux.fr/img/sante.png") !important;
    background-size: cover;
    height: 20px !important;
    margin: -10px !important;
    width: 20px !important;
}
.mapplic-pin.enfance {
	background-image: url("https://www.st-genest-malifaux.fr/img/enfance.png") !important;
    background-size: cover;
    height: 20px !important;
    margin: -10px !important;
    width: 20px !important;
}
.mapplic-pin.retraite {
	background-image: url("https://www.st-genest-malifaux.fr/img/retraite.png") !important;
    background-size: cover;
    height: 20px !important;
    margin: -10px !important;
    width: 20px !important;
}
.mapplic-pin.essence {
	background-image: url("https://www.st-genest-malifaux.fr/img/essence.png") !important;
    background-size: cover;
    height: 20px !important;
    margin: -10px !important;
    width: 20px !important;
}
.mapplic-pin.poste {
	background-image: url("https://www.st-genest-malifaux.fr/img/poste.png") !important;
    background-size: cover;
    height: 20px !important;
    margin: -10px !important;
    width: 20px !important;
}
.mapplic-pin.parking {
	background-image: url("https://www.st-genest-malifaux.fr/img/parking.png") !important;
    background-size: cover;
    height: 20px !important;
    margin: -10px !important;
    width: 20px !important;
}
.mapplic-pin.gendarmerie {
	background-image: url("https://www.st-genest-malifaux.fr/img/gendarmerie.png") !important;
    background-size: cover;
    height: 20px !important;
    margin: -10px !important;
    width: 20px !important;
}
.mapplic-pin.pompiers {
	background-image: url("https://www.st-genest-malifaux.fr/img/pompiers.png") !important;
    background-size: cover;
    height: 20px !important;
    margin: -10px !important;
    width: 20px !important;
}
.mapplic-pin.mairie {
	background-image: url("https://www.st-genest-malifaux.fr/img/mairie.png") !important;
    background-size: cover;
    height: 20px !important;
    margin: -10px !important;
    width: 20px !important;
}
.mapplic-pin.billets {
	background-image: url("https://www.st-genest-malifaux.fr/img/billets.png") !important;
    background-size: cover;
    height: 20px !important;
    margin: -10px !important;
    width: 20px !important;
}
.mapplic-pin.bus {
	background-image: url("https://www.st-genest-malifaux.fr/img/bus.png") !important;
    background-size: cover;
    height: 20px !important;
    margin: -10px !important;
    width: 20px !important;
}
.mapplic-pin.covoiturage {
	background-image: url("https://www.st-genest-malifaux.fr/img/covoiturage.png") !important;
    background-size: cover;
    height: 20px !important;
    margin: -10px !important;
    width: 20px !important;
}
.mapplic-pin.za {
	background-image: url("https://www.st-genest-malifaux.fr/img/za.png") !important;
    background-size: cover;
    height: 20px !important;
    margin: -10px !important;
    width: 20px !important;
}
.mapplic-pin.musique {
	background-image: url("https://www.st-genest-malifaux.fr/img/musique.png") !important;
    background-size: cover;
    height: 20px !important;
    margin: -10px !important;
    width: 20px !important;
}
.mapplic-pin.biblio {
	background-image: url("https://www.st-genest-malifaux.fr/img/biblio.png") !important;
    background-size: cover;
    height: 20px !important;
    margin: -10px !important;
    width: 20px !important;
}
.mapplic-pin.cine {
	background-image: url("https://www.st-genest-malifaux.fr/img/cine.png") !important;
    background-size: cover;
    height: 20px !important;
    margin: -10px !important;
    width: 20px !important;
}
.mapplic-pin.camping {
	background-image: url("https://www.st-genest-malifaux.fr/img/camping.png") !important;
    background-size: cover;
    height: 20px !important;
    margin: -10px !important;
    width: 20px !important;
}
.mapplic-pin.sport {
	background-image: url("https://www.st-genest-malifaux.fr/img/sport.png") !important;
    background-size: cover;
    height: 20px !important;
    margin: -10px !important;
    width: 20px !important;
}
.mapplic-pin.jeux {
	background-image: url("https://www.st-genest-malifaux.fr/img/jeux.png") !important;
    background-size: cover;
    height: 20px !important;
    margin: -10px !important;
    width: 20px !important;
}
.mapplic-pin.dechetterie {
	background-image: url("https://www.st-genest-malifaux.fr/img/dechetterie.png") !important;
    background-size: cover;
    width: 15px !important;
    height: 15px !important;
}
.mapplic-pin.parc {
	background-image: url("https://www.st-genest-malifaux.fr/img/parc.png") !important;
    background-size: cover;
    height: 20px !important;
    margin: -10px !important;
    width: 20px !important;
}
.mapplic-pin.site-naturel {
	background-image: url("https://www.st-genest-malifaux.fr/img/site-naturel.png") !important;
    background-size: cover;
    height: 20px !important;
    margin: -10px !important;
    width: 20px !important;
}
.mapplic-pin.vue {
	background-image: url("https://www.st-genest-malifaux.fr/img/vue.png") !important;
    background-size: cover;
    height: 20px !important;
    margin: -10px !important;
    width: 20px !important;
}
.mapplic-pin.chateau {
	background-image: url("https://www.st-genest-malifaux.fr/img/chateau.png") !important;
    background-size: cover;
    height: 20px !important;
    margin: -10px !important;
    width: 20px !important;
}
.mapplic-pin.croix {
	background-image: url("https://www.st-genest-malifaux.fr/img/croix.png") !important;
    background-size: cover;
    width: 15px !important;
    height: 15px !important;
}
.mapplic-pin.histoire {
	background-image: url("https://www.st-genest-malifaux.fr/img/histoire.png") !important;
    background-size: cover;
    height: 20px !important;
    margin: -10px !important;
    width: 20px !important;
}
.mapplic-pin.picnic {
	background-image: url("https://www.st-genest-malifaux.fr/img/picnic.png") !important;
    background-size: cover;
    height: 20px !important;
    margin: -10px !important;
    width: 20px !important;
}
.mapplic-tooltip{
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}
.mapplic-tooltip-content h4{
    background: transparent !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    color: #434854 !important;
}



/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.meteo{
    background-image: url('https://www.st-genest-malifaux.fr/img/bckgd-meteo.png');
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 150px;
}
.meteo h6{
    border-bottom: 2px solid #fff;
    color: #434854;
    font-size: 15px;
    margin: 0 auto;
    max-width: 170px;
    padding-bottom: 5px;
    padding-top: 10px;
    text-align: center;
}
@font-face {
			font-family: 'weather';
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
		}
		html {
		  width: 100%;
		  height: 100%;
		}
#wpc-weather-id-4099{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}
#wpc-weather{
    width: 220px;
}
		#weather {
		  padding: 0;
		  font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		  margin: 0px auto;
		  text-align: left;
		  min-height:65px;
		  padding-bottom: 10px;
		}
		i {
		  color: #434854;
		  font-family: weather;
		  font-size: 65px;
		  font-weight: normal;
		  font-style: normal;
		  line-height: 1.0;
		  float: left;
		  margin-right:10px;
		}
		.icon-0:before { content: ":"; }
		.icon-1:before { content: "p"; }
		.icon-2:before { content: "S"; }
		.icon-3:before { content: "Q"; }
		.icon-4:before { content: "S"; }
		.icon-5:before { content: "W"; }
		.icon-6:before { content: "W"; }
		.icon-7:before { content: "W"; }
		.icon-8:before { content: "W"; }
		.icon-9:before { content: "I"; }
		.icon-10:before { content: "W"; }
		.icon-11:before { content: "I"; }
		.icon-12:before { content: "I"; }
		.icon-13:before { content: "I"; }
		.icon-14:before { content: "I"; }
		.icon-15:before { content: "W"; }
		.icon-16:before { content: "I"; }
		.icon-17:before { content: "W"; }
		.icon-18:before { content: "U"; }
		.icon-19:before { content: "Z"; }
		.icon-20:before { content: "Z"; }
		.icon-21:before { content: "Z"; }
		.icon-22:before { content: "Z"; }
		.icon-23:before { content: "Z"; }
		.icon-24:before { content: "E"; }
		.icon-25:before { content: "E"; }
		.icon-26:before { content: "3"; }
		.icon-27:before { content: "a"; }
		.icon-28:before { content: "A"; }
		.icon-29:before { content: "a"; }
		.icon-30:before { content: "A"; }
		.icon-31:before { content: "6"; }
		.icon-32:before { content: "1"; }
		.icon-33:before { content: "6"; }
		.icon-34:before { content: "1"; }
		.icon-35:before { content: "W"; }
		.icon-36:before { content: "1"; }
		.icon-37:before { content: "S"; }
		.icon-38:before { content: "S"; }
		.icon-39:before { content: "S"; }
		.icon-40:before { content: "M"; }
		.icon-41:before { content: "W"; }
		.icon-42:before { content: "I"; }
		.icon-43:before { content: "W"; }
		.icon-44:before { content: "a"; }
		.icon-45:before { content: "S"; }
		.icon-46:before { content: "U"; }
		.icon-47:before { content: "S"; }
		
		#weather h2 {
		  margin: 0;
		  color: #fff;
		  font-size: 33px;
		  font-weight: 400;
		  text-align: left;
          width: 100%;
          display: inline-block;
          height: 50px;
          margin-top: -3px;
		}
		#weather h2 a{
			color: #434854 !important;
            text-decoration:none;
            line-height: 65px;
		}
		#weather ul {
		  margin: 0;
		  padding: 0;
		  padding: 0;
		}
		#vent-direction, #vent-vitesse{
			width: 100%;
			padding-left: 15px;
			color: #434854;
    		font-size: 11px;
    		font-weight: 400;
    		text-align: left;
			min-width: 70px;
            display: inline-block;
		}
		#vent-direction img {
			float:left;
			margin-right:5px;
		}
        #vent-vitesse img {
            float:left;
			margin-right:5px;
        }
		#vent-direction a, #vent-vitesse a{
			color: #434854 !important;
            text-decoration: none;
		}
		#vent-direction{
			margin-top: -10px;
		}
		#weather li {
		  background: #fff;
		  background: rgba(255,255,255,0.90);
		  padding: 20px;
		  display: inline-block;
		  border-radius: 5px;
		}
		#weather .currently {
		  margin: 0 20px;
		}


.acces-rapides{
    width: 100%;
    background-color: #9f9994;
    padding: 0 5px;
}
.acces-rapides img{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 1s 0s;
    -moz-transition: all 1s 0s;
    transition: all 1s 0s;
    width: 35px;
    height: 35px;
}
.acces-rapides .btn:hover img{
    font-size: 120px;
    left: -20px;
    opacity: 0.2;
    transform: rotate(20deg);
    width: 45px;
    height: 45px;
}
.acces-rapides h5{
    text-align: center;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 100 !important;
    font-size: 33px;
    color: #FFF;
    margin: 0 0 20px !important;
}
.acces-rapides h5::after{
    content:" ";
    display: block;
    width: 80px;
    height: 5px;
    background-color: #cfccca;
    margin: 0 auto;
}
.acces-rapides .btn{
    text-align: center;
    float: left;
    padding: 10px 7px 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    text-decoration: none;
    color: #434854;
    line-height: 12px;
}
.acces-rapides .search-form{
    margin: 15px -5px 0;
    display: inline-block;
}
.search-form label{
    width: 80%;
    float:left;
}
.search-field {
    background-color: #aaa09c;
    border: medium none !important;
    color: #fff !important;
    border-radius:0px !important;
    padding: 10px 10px !important;
    width: 100%;
    float:left;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 12px;
}
.search-submit{
    width: 20%;
    border-radius:0px !important;
    border: medium none !important;
    background-color: #2fabd4;
    min-height: 38px;
    text-indent: -9999;
    font-size: 0;
    background-image: url('https://www.st-genest-malifaux.fr/img/loupe.png');
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 1s ease-in-out 0s !important;
    -moz-transition: all 1s ease-in-out 0s !important;
    -webkit-transition: all 1s ease-in-out 0s !important;
}
.search-submit:hover{
    opacity: 0.7
}
.alerte{
    background-image: url("https://www.st-genest-malifaux.fr/img/backgd-alerte.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    float: right;
    width: 220px;
}
.alerte a{
    text-decoration: none;
    color: #FFF;
    margin: 10px 10px 10px 60px;
    display: block;
}
.alerte .part1{
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: 100;
}
.alerte .part2{
    display: inline-block;
    width: 100%;
    font-size: 23px;
    font-weight: 600;
    line-height: 20px;
}
.alerte .part3{
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.liens-rapides{
    padding: 5px 0;
    border-bottom: 1px solid #9c9e9f;
    margin: 0 auto;
}
.cine .titre, .mediatheque .titre, .saison-culture .titre, .camping .titre, .ccas .titre{
    color: #d2d605;
    display: inline-block;
    font-size: 16px;
    width: 100% !important;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    min-height: 70px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 1s 0s;
    -moz-transition: all 1s 0s;
    transition: all 1s 0s;
    background-size: 74px;
}
.cine .titre:hover, .mediatheque .titre:hover, .saison-culture .titre:hover, .camping .titre:hover, .ccas .titre:hover{
    background-size: 60px;
    font-size: 18px;
}
.cine .titre{
    background-image: url('https://www.st-genest-malifaux.fr/img/icone-cinema.png');
    background-repeat: no-repeat;
}
.mediatheque .titre{
    background-image: url('https://www.st-genest-malifaux.fr/img/icone-bibliotheque.png');
    background-repeat: no-repeat;
}
.saison-culture .titre{
    background-image: url('https://www.st-genest-malifaux.fr/img/icone-saison-culturelle.png');
    background-repeat: no-repeat;
}
.camping .titre{
    background-image: url('https://www.st-genest-malifaux.fr/img/icone-camping.png');
    background-repeat: no-repeat;
}
.ccas .titre{
    background-image: url('https://www.st-genest-malifaux.fr/img/icone-ccas.png');
    background-repeat: no-repeat;
}

.cine .descriptif, .mediatheque .descriptif, .saison-culture .descriptif, .camping .descriptif, .ccas .descriptif{
    color: #9c9e9f;
    display: inline-block;
    font-size: 12px;
    width: 100% !important;
    text-decoration: none;
    font-style: italic;
    padding:0 25px;
}
.bloc-contact{
    margin: 0 auto;
}
.texte-contact{
    background-image: url('https://www.st-genest-malifaux.fr/img/icone-tel.png');
    background-repeat: no-repeat;
}

.texte-contact .titre{
    color: #d2d605;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    text-decoration: none;
    margin: 0 !important;
}
.texte-contact .descriptif{
    color: #9c9e9f;
    font-size: 12px;
    text-decoration: none;
    font-style: italic;
    margin: 0 !important;
}
.tel{
    color: #d2d605;
    font-family: "Montserrat",sans-serif;
    font-size: 22px;
    text-decoration: none;
    margin-bottom: 0 !important;
    width: 100%;
}
.mail{
    color: #d2d605;
    font-size: 12px;
    text-decoration: none;
    margin-bottom: 0 !important;
    width: 100%;
}
.horaires p, .horaires li{
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    font-style: italic;
    margin: 0 !important;
}
.horaires li{
    margin: 0 !important;
    padding: 0 !important;
    list-style: disc inside;
}
.horaires ul{
    margin: 0 !important;
    padding: 0 !important;
}
.site-info{
    margin: 0 auto;
}
.site-info a, .site-info p {
    font-size: 10px;
    color: #FFF !important;
    text-decoration: none;
}
.site-info .espace{
    display: inline-flex;
    height: 1px;
    width: 10px !important;
}


#cookie-law-info-bar{
    width: 100%;
    max-width: 500px;
    right: 0;
    padding: 5px 10px;
}
.cli-plugin-main-link, .cli-plugin-main-button{
    text-transform: uppercase;
    text-decoration: none;
    color: #e4328a;
    padding: 0 20px;
    
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
}

a:visited {
}

a:hover,
a:focus,
a:active {
}

a:focus {
}

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## Tableau ordures ménagères
--------------------------------------------------------------*/
.table {
  background-color:#ffffff; 
  display: inline-flex;
  width:100%;
  margin:0px;  
}
.table ul{
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
}
.table ul li {
  text-align:center;
  align-items: stretch;
}
.top {
    background-color:#EAE9E4;
    height:75px;
}
.top h2{
    padding-top:20px;
    font-size: 15px !important;
    margin-top: 0;
    padding-top: 10px;
}
.circle {
  width:60px;
  height:60px;
  border-radius:60px;
  font-size:20px;
  color:#fff;
  line-height:60px;
  text-align:center;
  background:#eae9e4;
  margin:10px auto 0;
}
.circle img{
    padding-top: 10px;
}
.bottom {
    margin-top:50px;
}
.bottom p {
     font-size:13px;
     padding:5px;
}
.ordures .circle{
    background-color: #828c94
}
.tri .circle{
    background-color: #ffc700
}

/*--------------------------------------------------------------
# Document Library
--------------------------------------------------------------*/
.posts-table-controls label,
.dataTables_wrapper .dataTables_info{
    font-size: 12px;
    color: #7b7064;
}
.posts-table-controls{
    display: -webkit-flex!important;
    display: -moz-flex!important;
    display: -ms-flex!important;
    display: -o-flex!important;
    display: flex!important;
    justify-content: space-between!important;
    background-color: #FFF;
    padding: 10px;
    margin-bottom: 20px!important;
}
.posts-table-select-filters{
    width: 100%;
}
.dataTables_length{
    margin-left: 0 !important;
}
.posts-table-controls input[type="search"],
.posts-table-controls .select2-container .select2-selection--single .select2-selection__rendered{
    border: 1px solid #cfccca !important;
    background-color: #FFF !important;
    box-shadow: none !important;
    border-radius: 3px !important;
    color: #43454b !important;
    font-size: 12px !important;
}
.select2-container--default .select2-selection--single{
    border: none !important;
}
.posts-table-controls .reset{
    background-color: #cfccca;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    color: #FFF;
}
body.admin-bar .select2-dropdown.posts-table-dropdown {
  margin-top: 0px !important;
  z-index: 15000 !important;
}
table.posts-data-table thead th{
    background-color: #FFF;
    border: none;
    color: #434854;
    font-size: 11px;
    padding: 5px 18px;
    border-bottom: 1px solid #cabfb2;
    line-height: 13px;
}
table.dataTable th[data-name="link"]{
    font-size: 0 !important;
}
table.dataTable .col-link span.dtr-title{
    display: none !important;
}
.dlp-table-document-link-wrap {
    display: block !important;
}
table.posts-data-table tbody td{
    background-color: #f5f6f0;
    border-bottom: 1px dotted #a69b96;
    padding: 8px 5px !important;
}
table.posts-data-table.dtr-column > tbody > tr > td.control::before, table.posts-data-table.dtr-column > tbody > tr > th.control::before, table.posts-data-table.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, table.posts-data-table.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
    color: #FFF !important;
    background-color: #e4328a !important;
    padding: 5px;
    border-radius: 50% !important;
    margin-top: -5px !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control{
    padding-left: 40px !important;
}
table.dataTable td.col-title{
    font-weight: 600;
}
table.dataTable > tbody > tr.child{
    background-color: #FFF;
    display: inline-block;
    width: 100%;
    padding-top: 25px !important;
}
table.dataTable > tbody > tr.child td{
    background-color: #FFF;
    border: none;
}
.dlp-download-button{
    background-color: #d2d605 !important;
    color: #FFF !important;
    padding: 5px 20px !important;
    border-radius: 5px;
    font-weight: 600;
    margin: 10px !important;
    text-decoration: none;
}
.dlp-preview-button{
    border: 1px solid #7b7064;
    color: #7b7064;
    padding: 0px 20px !important;
    border-radius: 5px;
    margin: 10px !important;
    text-decoration: none;
}
article.dlp_document{
    background-color: #FFF;
    padding: 30px;
}
article.dlp_document header{
    min-height: 0px!important
}
article.dlp_document h1{
    font-size: 20px !important;
}
article.dlp_document .dlp-single-left{
    width: 100% !important;
}
.dlp-single-wrap .dlp-single-right{
    width: 100% !important;
}