@charset "UTF-8";

/********************************************************************************************************************************

	HTML & BODY

********************************************************************************************************************************/

html  {
	font-size: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-hyphens: auto;
	hyphens: auto;
}
* {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
}
body {
    padding: 0px;
    margin: 0px;
    background-color: #FFF;
}


/********************************************************************************************************************************

	DIV (base)

********************************************************************************************************************************/

header {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 140px;
	background-color: rgba(255,255,255,1.00);
	z-index: 1002;
}
header.affix {
    height: 50px;
    position: fixed;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.15);
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.15);
}

div#espace {
    height: 140px;
    width: 100%;
    background-color: rgba(255,255,255,1.00);
}

div#top {
    display: block;
}
div#before {
	display: block;
	width: 100%;
	background-color: #FFF;
}

div#main {
	padding-top: 2em;
	padding-bottom: 2em;
	background-color: #E1E1E1;
}
div.flex-main {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

div#gauche {
	display: block;
	width: 1020px;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
}
div#droite {
	display: block;
	width: 320px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
div.moduletable.espace-colone-droite {
	margin: 0px !important;
	padding: 0px !important;
	height: 66px;
	background-color: rgba(255,255,255,0.00) !important;
}
@media screen and (max-width: 1440px) {
div.moduletable.espace-colone-droite {
	height: 63px;
}
}
@media screen and (max-width: 1200px) {
div.moduletable.espace-colone-droite {
	height: 60px;
}
}
@media screen and (max-width: 959px) {
div.moduletable.espace-colone-droite {
	height: 57px;
}
}
@media screen and (max-width: 640px) {
div.moduletable.espace-colone-droite {
	height: 0px;
}
div#droite {
	margin-top: 30px;
}
}

#after {
	display: block;
	width: 100%;
	background-color: var(--couleur-hover);
	background-image: url(../images/fond-sepration-blog.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}


/********************************************************************************************************************************

	RESPONSIVE (étapes)

********************************************************************************************************************************/

div.responsive {
    width: 1370px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1440px) {
div.responsive {
    width: 1140px;
}
div#gauche {
	width: 848px;
}
div#droite {
	width: 262px;
}
}


@media screen and (max-width: 1200px) {
div.responsive {
    width: 920px;
}
div#gauche {
	width: 602px;
}
div#droite {
	width: 286px;
}
}

@media screen and (max-width: 959px) {
div.responsive {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}
div#gauche {
	width: 65.5%;
}
div#droite {
	width: 31.5%;
}
}

@media screen and (max-width: 640px) {
div.responsive {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
}
div.flex-main {
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}
div#gauche {
	width: 100%;
}
div#droite {
	width: 100%;
}
}


/********************************************************************************************************************************

	SUPPRIMER EDITION FRONTEND (boutons)

********************************************************************************************************************************/

body div.icons {
	display: none;
}


/********************************************************************************************************************************

	BOUTONS (tous)

********************************************************************************************************************************/

.btn,
a.btn,
a.button,
.mslider-detail-box .mslider-readmore a,
a.more-results.mnw-all,
.mnwall_iso_buttons a,
button.button,
a.back_to_edit,
.ui.button.blue,
.uk-scope .uk-button,
a.edocman-download-link {
	font-family: 'robotomedium', Arial, Helvetica, sans-serif;
	font-size: 90% !important;
	color: #FFFFFF !important;
	text-align: center;
	line-height: normal !important;
	text-transform: none;
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px !important;
	margin-left: 0px !important;
	margin-bottom: 0px;
	padding-top: 5px !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
	padding-bottom: 5px !important;
	border-radius: 5px !important;
	width: auto;
	height: auto;
	border: 1px solid rgba(180,180,180,1.00) !important;
	background-color: rgba(180,180,180,1.00) !important;
	-webkit-appearance: none;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	cursor: pointer;
}
.btn:hover,
a.btn:hover,
a.button:hover,
a.more-results.mnw-all:hover,
.mnwall_iso_buttons a:hover,
button.button:hover,
a.back_to_edit:hover,
.ui.button.blue:hover,
.uk-scope .uk-button:hover,
a.edocman-download-link:hover,
.mslider-detail-box .mslider-readmore a:hover {
	color: #FFFFFF;
    background-color: var(--couleur-hover) !important;
	border: 1px solid var(--couleur-hover) !important;
	text-decoration: none;
    transition-duration: 0.25s;
}

ul.btn-toolbar {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
li.btn-group {
	margin: 0px;
	padding: 0px;
	background-image: none;
	list-style-image: none;
	list-style-type: none;
}

input,
textarea,
select {
	display: block;
    font-family: 'robotolight', Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 90%;
	font-weight: normal;
	line-height: 1.1;
	padding: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 12px;
	border: 1px solid var(--couleur-gris-clair);
	border-radius: 2px;
	background-color: #FFFFFF;
}

select.cat_sel {
	width: 100% !important;
}
.awesomplete {
	display: block;
}

/********************************************************************************************************************************

	BEFORE & SLIDER

********************************************************************************************************************************/

div.intro-home {
    display: block;
    padding-top: 2em;
    padding-bottom: 1.25em;
}
div.intro-home p {
	color: var(--couleur-hover);
	font-size: 150%;
	text-align: center;
}

@media screen and (max-width: 1440px) {
div.intro-home p {
	font-size: 130%;
}
}

@media screen and (max-width: 1200px) {
div.intro-home {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
div.intro-home p {
	font-size: 120%;
}
}

/* Masquer bullet (du template) */
div#slider ul.uk-dotnav {
	padding: 0px !important;
	margin: 0px !important;
}
div#slider ul.uk-dotnav li {
	background-image: none;
}

/* Position des bullets */
.uk-scope .uk-overlay {
    padding: 20px 20px;
}


/* Message d'alerte (grave) */
div#alertes {
    background-color: var(--couleur-hover);
}
div.alerte h3 {
	color: rgba(255,255,255,1.00);
	margin: 0px;
	padding-top: 0.8em;
	padding-bottom: 0.5em;
	text-align: center;
}
div.alerte p {
	color: rgba(255,255,255,1.00);
	font-size: 120%;
	text-align: center;
}
div.alerte p:last-child {
	padding-bottom: 1.5em;
	margin: 0px;
}


/********************************************************************************************************************************

	FIL DE NAVIGATION

********************************************************************************************************************************/

.breadcrumb {
    display: flex;
	flex-wrap: wrap;
	font-size: 85%;
	margin: 0px;
	padding-top: 0em;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 1em;
	background-color: rgba(0, 0, 0, 0.0);
}
.breadcrumb .icon-location {
	display: none;
}

ol.breadcrumb li {
	list-style-type: none;
}
li.breadcrumb-item {
	margin-right: 8px;
}
ol.breadcrumb li.breadcrumb-item::after {
	content: ">";
	margin-left: 8px;
}
ol.breadcrumb li.breadcrumb-item:last-child::after {
	content: "";
	margin-left: 0px;
}


/********************************************************************************************************************************

	MAIN

********************************************************************************************************************************/

#gauche p a,
#gauche li a,
#gauche .tabelle-avec-filets a {
	font-family: 'robotomedium', Arial, Helvetica, sans-serif;
}

/* Supprimer espace <p> avant widgets */
div.item-page-home div.uk-scope,
div.item-page div.uk-scope,
div.blog div.uk-scope {
	margin-top: -0.75em;
}

/* Titres */
div.page-header h1,
div.page-header h2,
div.blog h1,
div.blog h2,
div.finder h1,
.com_convertforms h1{
	padding-bottom: 0.5em;
}

/* Masquer titre page (agenda) */
.layout-blog.agenda div.item-page.agenda div.page-header h1 {
	display: none;
}

/* Image principale de l'article */
figure.item-image {
	display: flex;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
/* Forcer l'affichage sur toute la largeur */
figure.item-image img {
	width: 100%;
}

/* Contenus de l'article */
.item-page div.com-content-article__body,
div#search-form.com-finder__form,
.adresses div.category-desc,
.convertforms .cf-form-wrap {
    display: block;
    background-color: rgba(255,255,255,1.00);
    margin: 0px;
    padding-top: 1.25em;
    padding-right: 1.5em;
    padding-left: 1.5em;
    padding-bottom: 1em;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.clearfix {
	clear: both;
}

/* Blog */
div.blog div.page-header h2 {
	font-size: 200%;
	padding-bottom: 0.35em;
}

div.com-content-category-blog__item.blog-item {
	padding-top: 0em;
	padding-right: 1.5em;
	padding-left: 1.5em;
	padding-bottom: 1em;
	background-color: rgba(255,255,255,1.00);
	margin-bottom: 2em;
}

/* Blog : espace après image */
div.blog figure.item-image {
	margin-left: -1.5em;
	margin-right: -1.5em;
	margin-bottom: 1.5em;
}

/* Espace champs spéciaux */
div.blog dl.fields-container {
	margin-top: 0em;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 1em;
	padding-top: 0.35em;
}
li.field-entry {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0.2em;
}
li.field-entry span.field-label {
	font-family: 'robotobold', Arial, Helvetica, sans-serif;
	color: #707070;
}

div.item-page {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}
div.item-page div.page-header {order: 1;}
div.item-page figure.item-image {order: 2;}
div.item-page div.com-content-article__body {order: 3;}
div.item-page dl.fields-container {order: 4;}
div.item-page .pagenavigation {order: 5;}

 div.item-page dl.fields-container {
	padding-top: 0em;
	padding-right: 1.5em;
	padding-left: 1.5em;
	padding-bottom: 1.5em;
	background-color: rgba(255,255,255,1.00);
	margin-top: -10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}


/********************************************************************************************************************************

	FORMULAIRE

********************************************************************************************************************************/

.convertforms .cf-form-wrap {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
.convertforms .cf-btn.cf-btn-style-flat:hover {
    opacity: 1;
    background-color: var(--couleur-base) !important;
}

/********************************************************************************************************************************

	EASY CALENDAR (Flexicard)

********************************************************************************************************************************/

.legend .legenditem .legenditemcolorpreview span {
	width: 22px;
	height: 22px;
}

/********************************************************************************************************************************

	BLOG (immobilier)

********************************************************************************************************************************/

.immo div.com-content-category-blog__item.blog-item {
	margin: 0px;
	padding-top: 1.25em;
	padding-right: 1.5em;
	padding-left: 1.5em;
	padding-bottom: 0px;
}
.immo .blog-item div.item-content {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 1.25em;
	margin: 0px;
	border-bottom: 1px solid var(--couleur-gris-clair);
}
.immo div.blog-items div.page-header h2 {
	font-size: 130%;
	display: inline-block;
}

/* Affichage en blog */
.immo div.blog-items ul.fields-container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	margin: 0px;
	padding: 0px;
}
.immo div.blog-items li.field-entry {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 1px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 2px;
	border-right: 1px solid var(--couleur-gris-clair);
	background-image: none;
}
.immo div.blog-items li.field-entry p {
	margin: 0px;
}
.immo div.blog-items li.field-entry.description {
	width: 28%;
}
.immo div.blog-items li.field-entry.adresse {
	width: 10%;
}
.immo div.blog-items li.field-entry.pieces,
.immo div.blog-items li.field-entry.etage,
.immo div.blog-items li.field-entry.location,
.immo div.blog-items li.field-entry.charges {
	width: 8%;
}
.immo div.blog-items li.field-entry.date {
	width: 10%;
}
.immo div.blog-items li.field-entry.adresse,
.immo div.blog-items li.field-entry.date {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	white-space: normal;
}
.immo div.blog-items li.field-entry.contact {
	width: 20%;
	padding-right: 0px;
	margin-right: 0px;
	border-right: 0px none var(--couleur-gris-clair);
}

.immo div.blog-items span.field-label {
	font-size: 85%;
	color: var(--couleur-gris);
	display: block;
	width: 100%;
	margin-bottom: 3px;
}
.immo div.blog-items span.field-value {
	font-size: 85%;
	display: block;
	width: 100%;
}

/* Masquer paragraphe d'intro */
.immo div.blog-items div.item-content > p {
	display: none;
}
.immo div.blog-items dl.fields-container p {
	margin: 0px;
	padding: 0px;
	display: block;
}

@media screen and (max-width: 1200px) {
    .immo div.blog-items ul.fields-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
    }
    .immo div.blog-items li.field-entry {
	margin: 0px;
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 0%;
	padding-bottom: 12px;
	border-right: 0px none #EBEBEB;
    }
    .immo div.blog-items li.field-entry.description {
	width: 100%;
	margin-top: 5px;
    }
    .immo div.blog-items li.field-entry.contact {
	width: 100%;
	padding-bottom: 0px;
    }
    .immo div.blog-items li.field-entry.pieces,
    .immo div.blog-items li.field-entry.charges {
	padding-right: 5px;
	padding-left: 5px;
    }
    .immo div.blog-items li.field-entry.adresse,
    .immo div.blog-items li.field-entry.pieces,
    .immo div.blog-items li.field-entry.etage,
    .immo div.blog-items li.field-entry.location,
    .immo div.blog-items li.field-entry.charges,
    .immo div.blog-items li.field-entry.date {
	width: 33%;
    }
    .immo div.blog-items span.field-label {
	font-size: 100%;
    }
    .immo div.blog-items span.field-value {
	font-size: 100%;
    }
}


/********************************************************************************************************************************

	PAGINATION

********************************************************************************************************************************/

ul.pagination,
span.pagination {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
}
ul.pagination {
	padding-top: 0em;
	padding-right: 0.25em;
	padding-left: 0.25em;
	padding-bottom: 1em;
}
nav.pagenavigation {
	padding-top: 2em;
	padding-right: 0.25em;
	padding-left: 0.25em;
	padding-bottom: 1em;
}

ul.pagination li.disabled {
	display: none;
}
ul.pagination li {
	margin: 0px;
    padding: 0px;
	background-image: none;
}

ul.pagination a.page-link,
nav.pagenavigation a.btn {
	font-size: 80%;
	color: var(--couleur-gris) !important;
	display: block;
	padding-top: 8px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 8px;
	border: 0px none rgba(255,255,255,1.00) !important;
	border-radius: 6px;
	background-color: rgba(255,255,255,1.00) !important;
}
ul.pagination a.page-link {
	margin: 5px !important;
}
nav.pagenavigation a.btn {
	margin-right: 10px !important;
	margin-left: 10px !important;
}

ul.pagination li.active a.page-link {
	color: #FFF !important;
	background-color: var(--couleur-hover) !important;
}
nav.pagenavigation .icon-chevron-left,
nav.pagenavigation .icon-chevron-right {
	display: none;
}
ul.pagination a.page-link:hover,
ul.pagination li.active a.page-link:hover,
nav.pagenavigation a.btn:hover {
	color: #FFF !important;
	background-color: var(--couleur-hover) !important;
	text-decoration: none;
}

.pagination .visually-hidden {
	display: none;
}


/********************************************************************************************************************************

	WIDGETKIT (boxs)

********************************************************************************************************************************/

div.uk-scope div.espace-avant {
	padding-top: 1em;
}
div.uk-scope div.espace-en-bas {
	padding-bottom: 1em;
}
div.uk-scope div.boxs div.uk-panel,
div.uk-scope div.boxs-photo div.uk-panel{
	border-radius: 6px;
	border: 1px solid rgba(0,0,0,0.10);
	background-color: rgba(0,0,0,0.015);
}

/* Titres */
div.uk-scope div.boxs div.uk-panel h3.uk-h3,
div.uk-scope div.boxs-photo div.uk-panel h3.uk-h3 {
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-size: 105%;
    color: var(--couleur-hover);
    font-weight: normal;
    line-height: 1.2;
	margin-top: 0.75em !important;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 0.35em;
}
div.uk-scope div.boxs-photo div.uk-panel h3.uk-h3 {
    font-size: 110%;
	margin-bottom: 0.1em;
}
div.uk-scope div.boxs-photo div.uk-panel h3 a {
    pointer-events: none; 
     cursor: default; 
}

/* Paragraphes avec filet */
div.uk-scope div.boxs div.uk-panel div.uk-margin p  {
	line-height: 1.2;
	list-style-image: none;
	list-style-type: none;
	margin: 0px !important;
	padding-top: 0.25em;
	padding-right: 0px;
	padding-left: 0em;
	padding-bottom: 0.25em;
	border-top: 1px solid rgba(0,0,0,0.10);
}
/* Paragraphes normaux */
div.uk-scope div.boxs-photo div.uk-panel div.uk-margin p  {
	line-height: 1.2;
	list-style-image: none;
	list-style-type: none;
	margin: 0px !important;
	padding-top: 0.25em;
	padding-right: 0px;
	padding-left: 0em;
	padding-bottom: 0.25em;
}

/* Listes à puce */
div.uk-scope div.boxs-photo div.uk-panel div.uk-margin ul  {
	padding: 0px;
	margin-top: 0.75em;
	margin-right: 0em;
	margin-left: 0em;
	margin-bottom: 0em;
}

/* Liens */
div.uk-scope div.boxs-photo div.uk-panel div.uk-margin a {
	color: var(--couleur-hover);
	text-decoration: none;
}
div.uk-scope div.boxs-photo div.uk-panel div.uk-margin a:hover {
	color: rgba(230,56,22,1.00);
	text-decoration: underline;
}

/* Photo des membres */
div.uk-scope div.boxs-photo div.uk-panel div.uk-margin img {
	margin-top: 0.5em;
	margin-bottom: 0.35em;
}


/********************************************************************************************************************************

	WIDGETKIT (tous)

********************************************************************************************************************************/

/* Fond */
div.uk-scope div.uk-panel {
	background-color: #FFFFFF;
}

.uk-scope .accueil .uk-panel:hover {
	background-color: var(--couleur-hover);
    transition-duration: 0.35s;
}


/* Gérer les espaces */
.uk-scope .uk-margin {
    margin-bottom: 0px;
}
.uk-scope .uk-margin p {
    margin-bottom: 0.5em !important;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

/* Titres (gris) */
.uk-scope .uk-h3 {
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-size: 120%;
    color: var(--couleur-hover);
    font-weight: normal;
    line-height: 1.2;
	margin-top: 13px !important;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 0.3em;
}
.uk-scope .accueil .uk-h3 {
	margin-bottom: 0.65em;
}

/* Liens dans */
div.uk-scope div.uk-panel div.uk-margin p a {
        color: var(--couleur-hover);
}


/* Boutons */
.uk-scope .uk-button {
	margin-bottom: 1em !important;
}

/* Espace contenus */
.uk-scope * + .uk-margin,
.uk-scope * + p {
	margin-top: 0px !important;
	margin-right: 15px !important;
	margin-left: 15px !important;
	margin-bottom: 0px !important;
}
.uk-scope .uk-margin.uk-margin-remove-top {
	margin: 0px !important;
}
.uk-scope .boxs div.uk-panel div.uk-margin,
.uk-scope .boxs-photo div.uk-panel div.uk-margin {
	margin-bottom: 0.65em !important;
}

/* Textes blanc (hover) */
.uk-scope .accueil .uk-panel:hover .uk-h3,
.uk-scope .accueil .uk-panel:hover .uk-margin p {
	color: #FFFFFF;
	transition-duration: 0.35s;
}

/********************************************************************************************************************************

	WIDGETKIT (onglets)

********************************************************************************************************************************/

.uk-scope .uk-subnav {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: baseline;
	align-content: flex-start;
	margin: 0px !important;
	padding-top: 30px;
	padding-bottom: 20px;
}
.uk-scope ul.uk-subnav li {
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	background-image: none;
}
.uk-scope ul.uk-subnav li a {
	border-radius: 6px;
	padding-top: 7px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 8px;
	margin-right: 12px;
	margin-bottom: 12px;
    border: 1px solid rgba(0,0,0,0.10);
    background-color: rgba(0,0,0,0.015);
	font-size: 85% !important;
	text-transform: none !important;
}

.uk-scope ul.uk-subnav li.uk-active a {
    border: 1px solid rgba(0,0,0,0.75);
	background-color: rgba(0,0,0,0.75);
	color: #FFFFFF;
}

/********************************************************************************************************************************

	RECHERCHES

********************************************************************************************************************************/

div.finder .visually-hidden {
	display: none;
}
div.finder fieldset.word {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin: 0px;
	border: 0px none #FFF;
}

div.finder fieldset.word label,
a.result__title-link {
	font-family: 'robotobold', Arial, Helvetica, sans-serif;
	color: var(--couleur-hover);
	font-size: 120%;
	font-weight: normal;
	line-height: 1.2;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0.5em;
	display: block;
}

/* Résultats */
div.finder div#search-results {
    display: block;
    background-color: rgba(255,255,255,1.00);
    margin: 0px;
    padding-top: 0.5em;
    padding-right: 1.5em;
    padding-left: 1.5em;
    padding-bottom: 1.5em;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.result__item + .result__item {
  border-top: 1px solid var(--couleur-gris-clair);
  margin-top: 1em;
  padding-top: 1em;
}

.js-highlight mark {
	background-color: rgba(185,49,14,0.10);
    color: inherit;
}

/* Résultats (IMMO) */
div.item-pageimmo div.page-header h2 {
	font-size: 130%;
	display: block;
	background-color: rgba(255,255,255,1.00);
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
}
div.item-pageimmo ul.fields-container  {
	background-color: rgba(255,255,255,1.00);
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 30px;
}
div.item-pageimmo li.field-entry {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--couleur-gris-clair);
	background-image: none;
}
div.item-pageimmo li.field-entry p {
    margin: 0px;
	padding: 0px;
}
div.item-page-immo dd.field-entry.description span.field-label ,
div.item-page-immo dd.field-entry.contact span.field-label  {
	margin-bottom: 5px;
	display: block;
	width: 100%;
}

/********************************************************************************************************************************

	Minitek Slider (News)

********************************************************************************************************************************/

div#after div.moduletable {
	padding-top: 2.5em;
	padding-bottom: 2em;
	margin-left: -10px;
	margin-right: -10px;
}
div#after div.moduletable > h3 {
	font-family: 'robotobold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 230%;
	line-height: 1.2;
	color: rgba(255,255,255,1.00);
	text-align: left;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
}

/* Contenus mslider */
.mslider_main .mslider-item-inner-cont {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: stretch;
align-content: stretch;
}
.mslider-cover {
background-color: rgba(255,255,255,1.00);
}

.mslider_main .mslider-photo-link img {
    height: auto;
    width: 100%;
    object-fit: scale-down;
    object-position: left top;
    display: block;
    transform: scale(1);
    transition-duration: 0.35s;
}
.mslider_main .mslider-photo-link img:hover {
    transform: scale(1.025);
}

/* Espaces contenus */
.mslider-detail-box {
padding: 0.75em;
}
.mslider-detail-box {
position: relative !important;
height: 200px !important;
}
 
@media screen and (max-width: 1440px) {
.mslider-detail-box {
height: 205px !important;
}
}
/* On passe sur 3 colonnes */
@media screen and (max-width: 1199px) {
.mslider-detail-box {
height: 175px !important;
}
}
/* On passe à fluide */
@media screen and (max-width: 992px) {
.mslider-detail-box {
height: 150px !important;
}
}
@media screen and (max-width: 750px) {
.mslider-detail-box {
height: 150px !important;
}
}
/* On passe sur 1 colonne */
@media screen and (max-width: 600px) {
.mslider-detail-box {
height: 120px !important;
}
}
@media screen and (max-width: 400px) {
.mslider-detail-box {
height: 140px !important;
}
}

/* Titres */
h3.mslider-title {
	font-size: 100%;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
}
.mslider-detail-box h3.mslider-title a,
.mslider-detail-box h3.mslider-title span {
	font-family: 'robotobold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 110%;
	line-height: 1.2;
	color: var(--couleur-hover) !important;
	display: block;
	margin-bottom: 0.2em;
}
.mslider-detail-box h3.mslider-title a:hover,
.mslider-detail-box h3.mslider-title span:hover {
	color: #000000 !important;
}
/* Textes */
.mslider-s-desc, .mslider-desc {
	font-size: 100%;
	line-height: 1.2;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/* Bullets */
.flickity-page-dots .dot {
  background: #FFF !important;
  opacity: 0.25;
}
.flickity-page-dots .dot:hover,
.flickity-page-dots .dot.is-selected {
  background: #FFF !important;
  opacity: 1;
}

/* Bouton */
.mslider-readmore {
	font-size: 100%;
	padding: 0px;
	margin: 0px;
}


/********************************************************************************************************************************

	DOWNLOAD : eDOCMAN

********************************************************************************************************************************/

/* Supprimer espace <p> */
div#edocman-category-page-default.edocman-container {
	display: block;
	clear: both;
	padding-top: 0.5em;
}

/* Masquer le titre de la catégorie */
#edocman-category  {
	display: none;
}

/* Liste des documents (flex) */
div.edocman-container form#edocman_form div.grid div.row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}
#edocman-documents .edocman-document {
	border: 1px solid rgba(0,0,0,0.10);
	background-color: rgba(0,0,0,0.015);
	width: 49%;
	margin-bottom: 2%;
	border-radius: 6px;
	padding-top: 0.6em;
	padding-right: 0.8em;
	padding-left: 0.8em;
	padding-bottom: 0.8em;
}
#edocman-documents .clearfix::before,
#edocman-documents .clearfix::after {
  content: inherit;
}

@media screen and (max-width: 959px) {
#edocman-documents .edocman-document {
	width: 100%;
	margin-bottom: 2%;
}
}

/* Supprimer fond & espaces */
#edocman-documents .edocman-box-heading,
#edocman-document-page .edocman-box-heading,
#edocman-documents .edocman-description,
#edocman-document-page .edocman-description {
	background: none;
	margin: 0px;
	padding: 0px;
	border: 0px none #FFF;
}

/* Titre du document */
div.edocman-document h3.edocman-document-title.pull-left {
	font-family: 'robotobold', Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: normal;
	line-height: 1.2 !important;
	display: block;
	margin-bottom: 0px;
	margin-top: 0.2em !important;
	margin-left: 0px;
	margin-right: 0px;
	float: none;
	-webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

div.edocman-document h3 a {
    color: var(--couleur-hover);
    cursor: default;
    pointer-events: none;
}
div.edocman-document h3 a:hover {
    color: rgba(230,56,22,1.00);

}

#edocman-documents h3.edocman-document-title .sizeinformation  {
	display: block;
	font-size: 65%;
	line-height: 1;
	margin: 0px;
	padding-top: 0.75em;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0.75em;
}
div.sizeinformation i.edicon {
	margin-right: 5px;
}

/* Boutons */
.edocman-taskbar ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: baseline;
	align-content: stretch;
}
.edocman-taskbar,
.edocman-taskbar li {
	padding: 0px !important;
	margin: 0px !important;
}

/* Message pop-up */
html body.body-overlayed div#sbox-window.shadow {
	max-height: 350px;
}


/********************************************************************************************************************************

	DROITE

********************************************************************************************************************************/

div#droite div.moduletable-espace {
	height: 65px;
	display: block;
}

div#droite div.moduletable,
.side-panel_active div.moduletable {
	display: block;
	background-color: rgba(255,255,255,1.00);
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 2em;
}

div#droite div.moduletable h3,
.side-panel_active div.moduletable h3 {
	font-size: 130%;
}


/* Google maps */
@media screen and (max-width: 1440px) {
div.google-maps {
	height: 154px !important;
}
}

@media screen and (max-width: 1200px) {
div.google-maps {
	height: 168px !important;
}
}

@media screen and (max-width: 959px) {
div.google-maps {
	height: 200px !important;
}
}

/* Droite Grand Chasseral */
div#droite div.moduletable.logo-chasseral {
	padding-bottom: 0.2em;
}
div#droite div.moduletable.logo-chasseral p {
	font-size: 90%;
}


/* Droite liens */

div#droite div.box_links ul,
.side-panel_active div.box_links ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

/* Sous-menus (liens) */
div#droite ul.mod-menu,
.side-panel_active ul.mod-menu {
	padding-top: 0em;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 0.5em;
	margin: 0em;
	background-image: none;
}
div#droite ul.mod-menu li,
.side-panel_active ul.mod-menu li {
	padding: 0em;
	margin: 0em;
	background-image: none;
}
div#droite ul.mod-menu li a,
div#droite ul.mod-menu li span.sans-lien,
.side-panel_active ul.mod-menu li a,
.side-panel_active ul.mod-menu li span.sans-lien {
	display: block;
	color: rgba(135,135,135,1.00);
	border-top: 1px solid #DDDDDD;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0px;
}
div#droite ul.mod-menu li.active.deeper.parent a,
.side-panel_active ul.mod-menu li.active.deeper.parent a {
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
}
/* Lien actif */
div#droite ul.mod-menu li.active.current a,
div#droite ul.mod-menu li.active span.nav-header,
.side-panel_active ul.mod-menu li.active.current a,
.side-panel_active ul.mod-menu li.active span.nav-header {
	font-family: 'robotobold', Arial, Helvetica, sans-serif;
	color: var(--couleur-hover);
}
div#droite ul.mod-menu li span.sans-lien,
div#droite ul.mod-menu li span.sans-lien:hover,
div#droite ul.mod-menu li.active span.sans-lien,
.side-panel_active ul.mod-menu li span.sans-lien,
.side-panel_active ul.mod-menu li span.sans-lien:hover,
.side-panel_active ul.mod-menuli.active span.sans-lien {
	color: rgba(230,56,22,1.00);
}
div#droite ul.mod-menu li a:hover,
.side-panel_active ul.mod-menu li a:hover{
	color: rgba(0,0,0,1.00);
	text-decoration: none;
}

div#droite div.moduletable ul.unstyled {
	margin: 0px;
	padding-top: 20px;
}
div#droite div.moduletable ul.nav-child {
	padding-top: 0px;
}
div#droite div.moduletable li.active.current.parent ul.nav-child li a,
div#droite div.moduletable ul.nav-child li a {
    font-family: 'robotolight', Arial, Helvetica, sans-serif;
    color: var(--couleur-hover);
    padding-left: 10px;
    background-image: url(../images/bullet-liste.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 5px auto;
}
div#droite div.moduletable li.active.current.parent ul.nav-child li a:hover,
div#droite div.moduletable li.parent ul.nav-child li a:hover,
div#droite div.moduletable ul.nav-child li.active a {
    color: #004A23;
    background-image: url(../images/bullet-liste-hover.png);
}
div#droite div.moduletable ul.nav-child li.active a {
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 640px) {
    
    div#droite div.moduletable {
    margin-bottom: 20px;
    }
    div#droite div.moduletable-espace {
	display: none;
}

}


/********************************************************************************************************************************

	HORAIRES 

********************************************************************************************************************************/

div.openinghours {
	font-size: 85%;
}

div.openinghours div.openinghours-eachday {
	border-top: 1px solid rgba(0,0,0,0.15);
	padding-top: 0.25em;
	margin-bottom: 0.25em;
}

.openinghours-notes, .openinghours-open, .openinghours-closed {
	margin-top: 0.25em;
	margin-bottom: 0.5em;
	border-radius: 5px;
	text-align: center;
}
.openinghours-closed {
    background-color: var(--couleur-hover);
    border-color: var(--couleur-hover);
    color: #FFF;
    padding: 0.5em;
}
.openinghours-open {
	background-color: rgba(45,98,55,1.00);
	border-color: rgba(11,150,55,1.00);
	color: #FFF;
	padding: 0.5em;
}


/********************************************************************************************************************************

	SIDE PANEL (colone de droite)

********************************************************************************************************************************/

#side-panel {
	z-index: 900001;
}
.side-panel_overlay {
	z-index: 900000;
}
body.side-panel_active .side-panel_overlay {
	background-color: rgba(0,0,0,0.65);
}

/* Espace */
.side-panel_active div.side-panel_sidebar {
	padding-top: 70px !important;
}

/* Bouton ouvrir */
.side_panel  {
	display: none;
	height: 30px !important;
}
.side_panel .side_panel_inner {
    border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.side_panel .side_panel_inner:hover {
	background-color: rgba(230,56,22,1.00) !important;
    transition-duration: 0.25s;
}
.side_panel .side_panel-toggle-inner {
	margin-left: 0px;
	width: 15px;
	height: 15px;
	background-image: url(../images/picto-plus.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


@media screen and (max-width: 640px) {
    div.side_panel {
	display: block;
    }
}

/* Supprimer floating (CK) */
.side-panel_active div.floatingmoduleck {
	position: relative !important;
	top: auto !important;
}

/* Bouton fermer */
#side-panel .side-panel_close {
    right: 30px;
    top: 20px;
    color: #fff;
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 27px;
    background: rgba(185,49,14,1.00);
}
#side-panel .side-panel_close:hover {
    background: rgba(230,56,22,1.00);
}

/********************************************************************************************************************************

	COPYRIGHT

********************************************************************************************************************************/

div#copyright div.newsflash {
	padding-top: 2em;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 3em;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: baseline;
	align-content: flex-start;
}
div#copyright div.newsflash p,
div#copyright div.newsflash p a {
	color: var(--couleur-hover);
	font-size: 95%;
	padding: 0px;
	margin: 0px;
}

/* Copyright */
div#copyright div.mod-articlesnews__item:nth-child(1) {
	display: block;
	width: 50%;
}
/* Téléphone */
div#copyright div.mod-articlesnews__item:nth-child(2) {
	display: block;
	white-space: nowrap;
	padding-right: 20px;
	padding-left: 38px;
	background-image: url(../images/picto-copyright-contact.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 34px;
}
/* Adresse */
div#copyright div.mod-articlesnews__item:nth-child(3) {
	display: block;
	white-space: nowrap;
	padding-right: 0px;
	padding-left: 35px;
	background-image: url(../images/picto-copyright-adresse.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 34px;
}

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

    div#copyright div.newsflash {
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 30px;
	flex-direction: column;
    }
div#copyright div.mod-articlesnews__item:nth-child(1) {
	width: 100%;
	margin-bottom: 20px;
    }
div#copyright div.mod-articlesnews__item:nth-child(2) {
	width: 100%;
	margin-bottom: 10px;
    	background-size: auto 30px;
    }
div#copyright div.mod-articlesnews__item:nth-child(3) {
	width: 100%;
   	background-size: auto 30px;
    }
    
}

/********************************************************************************************************************************

	LOGO

********************************************************************************************************************************/

div.moduletable.logo {
	float: left;
	margin-top: 20px;
	width: 200px;
}
div.moduletable.logo p {
	padding: 0px;
	margin: 0px;
}
.affix div.moduletable.logo {
	width: 80px;
	margin-top: 3px;
	margin-left: 15px;
}

div.custom_accroche {
	float: left;
	margin-top: 72px;
	margin-left: 50px;
}
div.custom_accroche p {
	padding: 0px;
	margin: 0px;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-size: 150%;
    color: #767981;
    font-weight: normal;
    line-height: 1.2;
}

/* Menu Affix */
.affix div.custom_accroche p {
	    font-size: 100%;
}
.affix div.custom_accroche {
	margin-top: 15px;
	margin-left: 40px;
}


@media screen and (max-width: 800px) {
    div.custom_accroche {
	margin-top: 76px;
	margin-left: 40px;
    }
   div.custom_accroche p {
    font-size: 125%;
    }
}

@media screen and (max-width: 715px) {
    div.custom_accroche {
	margin-top: 80px;
	margin-left: 40px;
    }
   div.custom_accroche p {
    font-size: 100%;
    }
}

@media screen and (max-width: 590px) {
    div.custom_accroche {
	display: none;	
    }
}

/********************************************************************************************************************************

	PICTOS

********************************************************************************************************************************/

div.moduletable.search {
	display: block;
	float: right;
	margin-top: 50px;
}
div.moduletable.search p {
	padding: 0px;
	margin: 0px;
}
div.moduletable.search a {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 0px;
	display: block;
	float: right;
	border-radius: 6px;
	background-color: rgba(0,0,0,0.30);
	width: 50px;
	height: 50px;
}
div.moduletable.search a:hover {
	background-color: var(--couleur-hover);
    transition-duration: 0.25s;
}
.affix div.moduletable.search a {
	width: 34px;
	height: 34px;
}
.affix div.moduletable.search {
	margin-top: 8px;
}

@media screen and (max-width: 500px) {
    .affix-top div.moduletable.search p a:nth-child(3),
    .affix-top div.moduletable.search p a:nth-child(2) {
	display: none;	
    }
}
@media screen and (max-width: 370px) {
    div.moduletable.search {
	display: none;	
    }
}


/*****************************************************************************************************************

	Cookies CK 

*****************************************************************************************************************/

/* Bandeau d'alerte en bas des pages */
#cookiesck {
	color: #eeeeee;
	background: rgba(0,0,0,0.75);
	text-align: center;
	font-size: 90%;
	line-height: 1.2;
	padding: 1em;
}
#cookiesck_text {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#cookiesck_accept,
#cookiesck_decline,
#cookiesck_settings {
  background: var(--couleur-base);
  border: 2px solid var(--couleur-base);
  color: #FFFF;
}
#cookiesck_accept:hover,
#cookiesck_decline:hover,
#cookiesck_settings:hover {
  background: var(--couleur-hover);
  border: 2px solid var(--couleur-hover);
  color: #FFFF;
}

/* Message pop-up */
#cookiesck_interface {
	background-color: rgba(0,0,0,0.75);
	border: 0px none #000000;
	margin: 0px;
}
.cookiesck-main {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	height: 80vh;
	margin-top: 10vh;
	background-color: #FFFFFF;
}
@media screen and (max-width: 1550px) {
.cookiesck-main {
	width: 60%;
}
}
@media screen and (max-width: 992px) {
.cookiesck-main {
	width: 75%;
}
}
@media screen and (max-width: 768px) {
.cookiesck-main {
	width: 90%;
}
}

/* Bouton (close) */
.cookiesck-main-close {
	position: relative;
	background: var(--couleur-base);
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #FFF;
	text-align: center;
}
.cookiesck-main-close:hover {
  background: var(--couleur-hover);
  color: #FFF;
}
.cookiesck-main-close::before {
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	color: #FFF;
	font-weight: bold;
	margin-right: 15px;
}

/* Titre & intro de la fenêtre */
.cookiesck-main-title {
	font-family: 'robotobold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 120%;
	text-align: center;
	padding-top: 1.5em;
	padding-right: 1.5em;
	padding-left: 1.5em;
	padding-bottom: 0.75em;
}
.cookiesck-main-desc {
	padding-top: 0em;
	padding-right: 1.5em;
	padding-left: 1.5em;
	padding-bottom: 1.5em;
	font-size: 100%;
}
.cookiesck-category {
    padding: 1.5em;
    color: #333;
}

@media screen and (max-width: 640px) {
.cookiesck-main-buttons, .cookiesck-platform {
    flex-direction: column;
}
.cookiesck-main .cookiesck_button {
	text-align: center;
}
.cookiesck-category .cookiesck-platform {
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}
.cookiesck-category .cookiesck-platform-name,
.cookiesck-category .cookiesck-platform-desc {
	width: 100%;
}
.cookiesck-platform .cookiesck_button {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
}
}

/* Bouton pour éditer ses réglages */
#cookiesck_options {
	font-size: 80%;
	line-height: 28px;
	text-align: center;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	border: 1px solid #FFF;
	background-image: none;
	background-color: rgba(0,0,0,0.1);
	margin: 15px
}
#cookiesck_options::before {
    font-family: "Font Awesome 6 Free";
    content: "\f0ad";
    color: #FFF;
    font-weight: bold;
}


/********************************************************************************************************************************

	MENUS

********************************************************************************************************************************/

/* DIV picto menu 3 traits */
div.mobilemenuck-bar {
	float: right;
	margin-top: 50px;
	width: 50px;
	height: 50px;
	background-image: url("../images/picto-menu.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 35px auto;
}
.affix div.mobilemenuck-bar {
	margin-top: 0px;
	background-size: 25px auto;
}
div.mobilemenuck-bar:hover {
	background-image: url("../images/picto-menu-hover.png");
}

/* Conteneur de base (espace autour) */
div.mobilemenuck {
	width: 100%;
	margin: 0px;
	padding-top: 30px;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 30px;
	border-bottom: 15px solid rgba(185,49,14,1.00);
	background-color: var(--couleur-hover);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: flex-start;
	-webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.15);
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.15);
}

/* Menu ouvert : picto fermeture */
div.mobilemenuck-topbar {
	position: absolute;
	height: 40px;
	width: 40px;
	top: 20px;
	right: 2%;
}
.mobilemenuck-button:hover {
	color: rgba(255,255,255,0.75);
}

/* Elements de menu */
.mobilemenuck-item {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	margin-left: 1.25em;
	margin-right: 0em;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 1.25em;
	padding-bottom: 0px;
	border-left: 1px solid rgba(255,255,255,0.10);
	max-width: 14%;
}
#mobilemenuck-186-mobile > div:nth-child(2) {
    margin-left: 0em;
    padding-left: 0em;
	border-left: 0px none rgba(255,255,255,0.10);
}
.mobilemenuck-submenu .mobilemenuck-item {
	width: 100%;
	max-width: 100%;
    margin-top: 0.3em;
	margin-bottom: 0.3em;
	margin-left: 0em;
	margin-right: 0em;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0em;
	padding-bottom: 0px;
	border-left: 0px none rgba(255,255,255,0.10);
}

.mobilemenuck-item .level1 a {
	font-family: 'robotobold', Arial, Helvetica, sans-serif;
	color: rgba(255,255,255,0.75);
	font-size: 100%;
	padding-bottom: 0.5em;
}
.mobilemenuck-item .level2 a {
	font-family: 'robotolight', Arial, Helvetica, sans-serif;
	color: rgba(255,255,255,0.75);
	font-size: 90%;
}
.mobilemenuck-item .level3 a {
	font-family: 'robotolight', Arial, Helvetica, sans-serif;
	color: rgba(255,255,255,0.75);
	font-size: 80%;
	margin-left: 0.6em;
}
.mobilemenuck-item .level3 a::before{
	content: "-";
	margin-right: 0.3em;
	margin-left: -0.6em;
}
.mobilemenuck-item .level1 a:hover,
.mobilemenuck-item .level2 a:hover,
.mobilemenuck-item .level3 a:hover {
	color: rgba(255,255,255,1);
}
.mobilemenuck-item div.active.level1 a {
	color: rgba(255,255,255,1);
}
.mobilemenuck-item div.active.level2 a,
.mobilemenuck-item div.active.level3 a {
	font-family: 'robotomedium', Arial, Helvetica, sans-serif;
	color: rgba(255,255,255,1);
}

/* Espace niveau 3 */
div.mobilemenuck-submenu div.mobilemenuck-item div.mobilemenuck-submenu {
	margin-top: 0.25em;
	margin-bottom: 0.5em;
}

/* Séparator */
div.mobilemenuck-item div.divider {
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.15);
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
div.mobilemenuck-item div.divider  span.separator {
	display: none;
}

/* Début adaptatif */
@media screen and (max-width: 1440px) {
.mobilemenuck-item {
	margin-left: 1em;
	padding-left: 1em;
}
}

/* Menu sur 2 lignes + réorganisation */
@media screen and (max-width: 1200px) and (min-width: 800px) {
div.mobilemenuck {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	padding-left:  0%;
}
#mobilemenuck-186-mobile > div:nth-child(2),
.mobilemenuck-item {
	margin-left: 1.5em;
	padding-left: 1.5em;
	width: 28%;
	max-width: none;
	margin-bottom: 1.5em;
	border-left: 1px solid rgba(255,255,255,0.10);
}
#mobilemenuck-186-mobile > div:nth-child(2) {
	width: 100%;
	max-width: 100%;
}
#mobilemenuck-186-mobile > div:nth-child(3) {order: 6;}  /* Admin. */
#mobilemenuck-186-mobile > div:nth-child(4) {order: 7;}  /* Ecoles. */
#mobilemenuck-186-mobile > div:nth-child(5) {order: 8;}  /* Culture. */
#mobilemenuck-186-mobile > div:nth-child(6) {order: 3;}  /* Industrie. */
#mobilemenuck-186-mobile > div:nth-child(7) {order: 4;}  /* Construction. */
#mobilemenuck-186-mobile > div:nth-child(8) {order: 5;}  /* Blog. */
}

/* Menu pour mobile */
@media screen and (max-width: 800px) {
div.mobilemenuck {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	padding-left: 6%;
	padding-top: 20px;
	padding-bottom: 5%;
}
.mobilemenuck-item {
	margin-left: 0em;
	padding-left: 0em;
	width: 100%;
	max-width: none;
	margin-bottom: 0.25em;
	border: 0px none rgba(255,255,255,0.10);
}
.mobilemenuck-item .level1 a {
	font-size: 150%;
	padding-top: 0.5em;
	padding-bottom: 0.2em;
}
.mobilemenuck-item .level2 a {
	font-size: 105%;
}
.mobilemenuck-item .level3 a {
	font-size: 100%;
}
}
