/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	font-family: 'Lato', sans-serif;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'Lato', sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.addtoany_content {
	display: none;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

}
@media only screen and (min-width:480px) {

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

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

}
@media only screen and (min-width:1140px) {

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

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

body:not(.home) {
	padding-top: 50px;
}

body:not(.home) header .loader {
	position: fixed;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,0.7);
	z-index: 5000;
	width: 100%;
	height: 100%;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	display: none;
	transition: 0.3s all ease;
}

body:not(.home) header {
	top: 0px;
	display: flex;
	background: #000;
	height: 50px;
	justify-content: center;
	position: fixed;
  width: 100%;
  z-index: 500;
}

body:not(.home) header .flex-header {
	display: flex;
	height: 100%;
	width: 90%;
  max-width: 1450px;
}

body:not(.home) header .left {
	width: 50%;
	height: 100%;
	padding: 15px;
	padding-left: 0px;
	color: #FFF;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

body:not(.home) header .left a {
	color: #FFF;
	font-size: 22px;
	transition: 0.3s all ease;
}

body:not(.home) header .left a:hover {
	opacity: 0.7;
}

body:not(.home) header .right {
	width: 50%;
	height: 100%;
	padding: 15px;
	padding-right: 0px;
}

body:not(.home) header .right .icones {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
}

body:not(.home) header .right .icones .icone {
	margin: 7px;
}

body:not(.home) header .right .icones .icone > a {
	width: 35px;
	height: 35px;
	background: #FFF;
	border-radius: 50px;
	padding: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s all ease;
}
body:not(.home) header .right .icones .icone > a:hover {
	background: #fbd860;
}

body:not(.home) header .right .icones .icone > a svg {
	width: 100%;
	height: 100%;
	fill: #000;
}

body:not(.home) header .right .icones .icone.search .search {
	width: 35px;
	height: 35px;
	background: #FFF;
	border-radius: 50px;
	padding: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: 0.3s all ease;
}
body:not(.home) header .right .icones .icone.search .search:hover {
	background: #fbd860;
}

body:not(.home) header .right .icones .icone.search .search > svg {
	width: 100%;
	height: 100%;
	fill: #000;
}



.header {
	position: relative;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
	height: 250px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
  padding: 70px 100px 30px;
}

.header .top-bandeau {
	position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  background: rgba(0,0,0,0.7);
  font-size: 18px;
  font-weight: 400;
  padding: 15px 25px;
}

.header .top-bandeau .left {
	width: 50%;
	text-align: left;
	color: #FFF;
}

.header .top-bandeau .left a {
	text-align: left;
	color: #FFF;
}

.header .top-bandeau .right {
	width: 50%;
	text-align: right;
	color: #FFF;
}
.header .top-bandeau .right a {
	cursor: pointer;
	display: flex;
	justify-content: flex-end;
	text-align: right;
	align-items: center;
	width: fit-content;
	color: #FFF;
	margin-left: auto;
	transition: 0.3s all ease;
}
.header .top-bandeau .right a:hover {
	opacity: 0.7;
}

.header .top-bandeau .right a svg {
	width: 25px;
	height: 25px;
	fill: #FFF;
	margin-right: 5px;
}

.header .title {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.header .title a {
	font-size: 56px;
	color: #FFF;
	font-weight: 500;
	text-align: center;
}

.header .subtitle {
	font-size: 22px;
  color: #FFF;
  font-weight: 400;
  font-style: italic;
	margin-top: 10px;
	text-align: center;
}

.header .search-triggers {
	position: absolute;
	top: 70px;
	right: 15px;
	display: flex;
	align-items: center;
}

.header .search-triggers .text {
	font-size: 20px;
  color: #FFF;
  font-weight: 600;
  font-style: italic;
}

.header .search-triggers .search,
.header .search-triggers .geoloc {
	margin-left: 10px;
}

.header .search-triggers .search > svg,
.header .search-triggers .geoloc > svg {
	background: #FFF;
  width: 35px;
  height: 35px;
  padding: 5px;
  border-radius: 100%;
	cursor: pointer;
  transition: 0.3s all ease;
}
.header .search-triggers .search > svg:hover,
.header .search-triggers .geoloc > svg:hover {
	opacity: 0.7;
}

header .modal-content_search {
	position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  color: #fff;
  background-color: rgba(30,135,201,0.2);
  opacity: 1;
  z-index: 1500;
  display: flex;
  justify-content: center;
  align-items: center;
	transition: 0.3s all ease;
}

header .modal-content_search form {
	width: 90%;
	margin: auto;
	max-width: 800px;
	margin-top: 300px;
}

header .modal-content_search form > div:first-of-type {
  display: flex;
}

header .modal-content_search form > div#datafetch {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	position: absolute;
	width: 90%;
	margin: auto;
	margin-top: 10px;
	max-width: 800px;
}

header .modal-content_search form > div#datafetch a {
	color: #FFF;
  font-size: 16px;
  width: 100%;
  position: relative;
  transition: 0.3s all ease;
  padding: 5px 15px 5px 0px;
  font-weight: 400;
  text-align: left;
}

header .modal-content_search form > div#datafetch a:hover {
	background: #036;
	padding-left: 10px;
}

header .modal-content_search form label {
	width: 100%;
}

header .modal-content_search form label input {
	width: 100%;
	padding: 10px 50px 10px 20px;
	border: 1px solid #ccc;
	border-radius: 50px;
	font-size: 18px;
	transition: 0.3s all ease;
}
header .modal-content_search form label input:focus {
	border: 1px solid #fff;
}

header .modal-content_search span.close_search {
  cursor: pointer;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 70px;
  right: 70px;
  transition: 0.3s all ease;
}
header .modal-content_search span.close_search:hover {
	opacity: 0.8;
}

header .modal-content_search span.close_search svg {
	height: 40px;
	width: 40px;
	fill: #FFF;
	background: transparent;
}


.footer .reseaux {
	display: flex;
}

.footer .reseaux div {
	margin-right: 15px;
	border-radius: 100px;
	transition: 0.3s all ease;
	border-radius: 100%;
  overflow: hidden;
  width: 40px;
  height: 40px;
}

.footer .reseaux div:hover {
	opacity: 0.7;
}

.footer .reseaux > div a svg {
	fill: #FFF;
	width: 40px;
	height: 40px;
	padding: 10px;
}

.footer .reseaux .fb a svg {
	background: #295db0;
}
.footer .reseaux .twitter a svg {
	background: #49abe8;
}
.footer .reseaux .instagram a svg {
	background: #DD2A7B;
}



.home header {
	display: none;
}

.home .loader {
	position: fixed;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,0.7);
	z-index: 5000;
	width: 100%;
	height: 100%;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	display: none;
	transition: 0.3s all ease;
}

.home .top-home {
	position: relative;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
	height: 650px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 30px 100px;
}

.home .top-home .top-bandeau {
	position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  background: rgba(0,0,0,0.7);
  font-size: 18px;
  font-weight: 400;
  padding: 15px 25px;
}

.home .top-home .top-bandeau .left {
	width: 50%;
	text-align: left;
	color: #FFF;
}

.home .top-home .top-bandeau .left a {
	color: #FFF;
}

.home .top-home .top-bandeau .right {
	width: 50%;
	text-align: right;
	color: #FFF;
}
.home .top-home .top-bandeau .right a {
	cursor: pointer;
	display: flex;
	justify-content: flex-end;
	text-align: right;
	align-items: center;
	width: fit-content;
	margin-left: auto;
	color: #FFF;
	transition: 0.3s all ease;
}
.home .top-home .top-bandeau .right a:hover {
	opacity: 0.7;
}

.home .top-home .top-bandeau .right a svg {
	width: 25px;
	height: 25px;
	fill: #FFF;
	margin-right: 5px;
}

.home .top-home .title {
	font-size: 56px;
	color: #FFF;
	font-weight: 500;
	text-align: center;
}

.home .top-home .subtitle {
	font-size: 22px;
  color: #FFF;
  font-weight: 400;
  font-style: italic;
	margin-top: 10px;
}

.home .top-home .searchs {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
	width: 100%;
	justify-content: center;
}

.home .top-home .searchs .text {
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.home .top-home .searchs .text .searchbar {
	margin-bottom: 10px;
	position: relative;
}

.home .top-home .searchs .text input {
	width: 100%;
  padding: 10px 50px 10px 20px;
  border: 1px solid #ccc;
  border-radius: 50px;
  font-size: 18px;
  transition: 0.3s all ease;
}
.home .top-home .searchs .text input:focus {
  border: 1px solid #fff;
}

.home .top-home .searchs .text svg {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 5px;
	right: 15px;
}

.home .top-home .searchs .text .acces-rapide {
	font-size: 20px;
  color: #FFF;
  display: flex;
  justify-content: flex-start;
	flex-wrap: wrap;
  align-items: center;
  font-weight: 400;
	justify-content: center;
}

.home .top-home .searchs .text .acces-rapide a {
	font-size: 18px;
	color: #FFF;
	font-weight: 400;
	position: relative;
	padding: 1px 15px 4px 15px;
	border: 1px solid #FFF;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px 5px;
	transition: 0.3s all ease;
}
.home .top-home .searchs .text .acces-rapide a svg {
	position: initial;
	width: 18px;
	height: 18px;
  transform: rotate(90deg);
	fill: #FFF;
	margin-right: 5px;
	transition: 0.3s all ease;
}

.home .top-home .searchs .text .acces-rapide a:hover {
	border: 1px solid #fbd860;
	background: #fbd860;
	color: #000;
}
.home .top-home .searchs .text .acces-rapide a:hover svg {
	fill: #000;
}

.home .top-home .searchs .or {
	width: 120px;
  flex-shrink: 0;
  font-size: 22px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-style: italic;
	display: none;
}

.home .top-home .searchs .distance {
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 50px;
}

.home .top-home .searchs .distance .title {
	font-size: 22px;
	margin-bottom: 20px;
}

.home .top-home .searchs .distance .search-valid {
	display: flex;
	width: 100%;
}

.home .top-home .searchs .distance .searchbar {
  margin-top: 7px;
	position: relative;
	width: 100%;
  margin-right: 20px;
}

.home .top-home .searchs .distance input {
	width: 100%;
}

.home .top-home .searchs .distance input:focus {
	border: none;
}

.home .top-home .searchs .distance .bubble {
	color: #fbd860;
  font-size: 20px;
	font-weight: 600;
  padding: 4px 12px;
  position: absolute;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
}

.home .top-home .searchs .distance svg {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 5px;
	right: 15px;
}

.home .top-home .searchs .distance .legende {
	font-size: 20px;
  color: #FFF;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
}

.home .top-home .searchs .distance .validation {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 115px;
	flex-shrink: 0;
}

.home .top-home .searchs .distance .validation .btn-validate {
	background: #fbd860;
	border: 1px solid #fbd860;
	font-size: 20px;
	padding: 5px 25px;
	border-radius: 10px;
	color: #000;
	cursor: pointer;
	transition: 0.3s all ease;
}
.home .top-home .searchs .distance .validation .btn-validate:hover {
	opacity: 0.7;
}

.home .top-home .searchs .distance .onmap {
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.home .top-home .searchs .distance .onmap .btn_gomap {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	border: 1px solid #FFF;
	border-radius: 15px;
	padding: 3px 15px 5px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s all ease;
}

.home .top-home .searchs .distance .onmap .btn_gomap svg {
	position: initial;
	width: 20px;
	height: 20px;
	fill: #FFF;
	margin-right: 6px;
	transition: 0.3s all ease;
}

.home .top-home .searchs .distance .onmap .btn_gomap:hover {
	background: #fbd860;
	border: 1px solid #fbd860;
	color: #000;
}

.home .top-home .searchs .distance .onmap .btn_gomap:hover svg {
	fill: #000;
}

.home .top-home .searchs .text .searchbar.triggered form {
	position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
	padding-top: 40vh;
  color: #fff;
  background-color: rgba(30,135,201,0.9);
  opacity: 1;
  z-index: 15;
}
.home .top-home .searchs .text .searchbar.triggered form > div {
	position: relative;
	width: 90%;
	max-width: 800px;
	margin: auto;
}
.home .top-home .searchs .text .searchbar #datafetch {
	display: none;
}
.home .top-home .searchs .text .searchbar.triggered #datafetch {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 90%;
	margin: auto;
	margin-top: 10px;
	max-width: 800px;
}
.home .top-home .searchs .text .searchbar.triggered #datafetch a {
	color: #FFF;
  font-size: 16px;
  width: 100%;
  position: relative;
  transition: 0.3s all ease;
  padding: 5px 15px 5px 0px;
  font-weight: 400;
  text-align: left;
}
.home .top-home .searchs .text .searchbar.triggered #datafetch a:hover {
	background: #036;
  padding-left: 10px;
}
.home .top-home .searchs .text .searchbar.triggered .close-search {
	cursor: pointer;
	height: 40px;
	width: 40px;
	position: absolute;
	top: 70px;
	right: 70px;
}
.home .top-home .searchs .text .searchbar .close-search svg {
	display: none;
}
.home .top-home .searchs .text .searchbar.triggered .close-search svg {
	display: block;
	height: 40px;
	width: 40px;
	fill: #FFF;
	background: transparent;
	transition: 0.3s all ease;
}
.home .top-home .searchs .text .searchbar.triggered .close-search svg:hover {
	opacity: 0.7;
}


.home .focus {
	padding: 30px 5%;
}

.home .focus > .title {
	font-size: 36px;
	color: #000;
	font-weight: 300;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 50px;
	letter-spacing: 0.5px;
}

.home .focus > .title span {
	font-weight: 600;
}

.home .focus .posts {
	display: flex;
	margin-top: 25px;
}

.home .focus .posts .single-post {
	margin: 0px 15px;
	position: relative;
	max-width: 33%;
	padding: 10px;
	border-radius: 15px;
	transition: 0.3s all ease;
}

.home .focus .posts .single-post:hover {
	box-shadow: 1px 1px 3px 1px #ccc;
}

/* .home .focus .posts .single-post > span {
	width: 0px;
	height: 0px;
	padding: 0px;
	transition: 0.6s all ease;
}
.home .focus .posts .single-post:hover > span:nth-child(1) {
	width: 1px;
	height: 100%;
	position: absolute;
	background: #c3ad2e;
	top: 0px;
	left: 0px;
}
.home .focus .posts .single-post:hover > span:nth-child(2) {
	width: 100%;
  height: 1px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #c3ad2e;
}
.home .focus .posts .single-post:hover > span:nth-child(3) {
	width: 1px;
	height: 100%;
	position: absolute;
	background: #c3ad2e;
	top: 0px;
	right: 0px;
}
.home .focus .posts .single-post:hover > span:nth-child(4) {
	width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #c3ad2e;
} */

.home .focus .posts .single-post .thumb {
	width: 100%;
	height: 150px;
}

.home .focus .posts .single-post .title {
	font-size: 22px;
	font-weight: 400;
	color: #000;
	text-align: left;
	margin: 10px 0px 5px 0px;
}

.home .focus .posts .single-post .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 15px;
}

.home .focus .posts .single-post .excerpt {
	font-size: 15px;
	color: #000;
	font-weight: 300;
}

.home .focus .posts .single-post .addtoany_content {
	display: none;
}

.home .focus .posts .single-post a.global {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.home .focus .cats {
	margin: 20px 0px 0px 0px;
	color: #c3ad2e;
	font-size: 20px;
	font-weight: 400;
}

.home .focus .cats span {
	padding-right: 3px;
	padding-left: 3px;
	color: #c3ad2e;
	font-size: 20px;
	font-weight: 400;
}
.home .focus .cats span:first-of-type {
	padding-left: 0px;
}

.home .focus .more, .home .contenu .more {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}

.home .focus .more a, .home .contenu .more a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px 100px;
	color: #c3ad2e;
	border: 1px solid #c3ad2e;
	font-size: 22px;
	font-weight: 500;
	transition: 0.3s all ease;
	border-radius: 10px;
}

.home .focus .more a:hover, .home .contenu .more a:hover {
	color: #FFF;
	background: #c3ad2e;
}


.home .inspiration {
  background-attachment: fixed!important;
	background-size: cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	padding: 30px 5%;
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
}

.home .inspiration .title {
	font-size: 32px;
	color: #FFF;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 50px;
}
.home .inspiration .subtitle {
	font-size: 24px;
	color: #FFF;
	font-weight: 300;
	text-align: center;
	margin-bottom: 50px;
}


.home .inspiration .posts {
	display: flex;
	margin-top: 25px;
	min-height: 330px;
	align-items: center;
	justify-content: center;
}

.home .inspiration .posts .single-post {
	display: none;
	margin: 0px 15px;
	position: relative;
	width: 33%;
	background: #FFF;
  box-shadow: 3px 3px 10px 0px #3e3e3e;
	transform: scale(0);
	transition: 0.3s all ease;
  min-height: 310px;
	border-radius: 10px;
}

.home .inspiration .posts .single-post.shown {
	transform: scale(0.95);
}

.home .inspiration .posts .single-post.shown:hover {
	transform: scale(1);
}

.home .inspiration .cats {
	position: absolute;
	top: 10px;
	left: 20px;
	color: #c3ad2e;
	font-size: 18px;
	font-weight: 400;
}

.home .inspiration .cats span {
	padding-right: 3px;
	padding-left: 3px;
	color: #c3ad2e;
	font-size: 18px;
	font-weight: 400;
}
.home .inspiration .cats span:first-of-type {
	padding-left: 0px;
}

.home .inspiration .posts .single-post .title {
	font-size: 20px;
	font-weight: 400;
	color: #000;
	text-align: center;
	margin: 10px 0px 5px 0px;
	text-transform: none;
	padding: 10px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 95px;
}

.home .inspiration .posts .single-post .thumb {
	width: 100%;
	height: 200px;

}

.home .inspiration .posts .single-post .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.home .inspiration .posts .single-post .addtoany_content {
	display: none;
}

.home .inspiration .posts .single-post a.global {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.home .inspiration .refresh {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
	margin-bottom: 40px;
}

.home .inspiration .refresh .content {
	text-align: center;
	color: #FFF;
	font-size: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-weight: 300;
	position: relative;
}

.home .inspiration .refresh .content .text {
	position: relative;
}
.home .inspiration .refresh .content .text:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 0%;
	height: 1px;
	background: #FFF;
	transition: 0.3s all ease;
}

.home .inspiration .refresh .content svg {
	fill: #FFF;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.home .inspiration .refresh .content:hover .text:after {
	width: 100%;
}

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

	.home .inspiration {
		display: none;
	}

}

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

	.home .inspiration-mobile {
		display: none;
	}

}

.home .inspiration-mobile {
	padding: 40px 0px;
	background-size: cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
}

.home .inspiration-mobile .slider-posts {
	position: relative;
}

.home .inspiration-mobile .swiper-container {
  width: 90%;
  height: 400px;
}

.home .inspiration-mobile .swiper-container .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.home .inspiration-mobile .swiper-button-prev, .home .inspiration-mobile .swiper-container-rtl .swiper-button-next,
.home .inspiration-mobile .swiper-button-next, .home .inspiration-mobile .swiper-container-rtl .swiper-button-prev {
	color: #c3ad2e;
}

.home .inspiration-mobile .swiper-button-prev:focus, .home .inspiration-mobile .swiper-container-rtl .swiper-button-next:focus,
.home .inspiration-mobile .swiper-button-next:focus, .home .inspiration-mobile .swiper-container-rtl .swiper-button-prev:focus {
	outline: 0;
}


.home .inspiration-mobile .title {
	font-size: 32px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 20px;
	padding: 0px 5%;
}
.home .inspiration-mobile .subtitle {
	font-size: 26px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	margin-bottom: 50px;
	padding: 0px 5%;
}

.home .inspiration-mobile .posts .single-post {
	margin: 0px 15px;
	background: #FFF;
  box-shadow: 3px 3px 10px 0px #3e3e3e;
	transform: scale(0.95);
	transition: 0.3s all ease;
  min-height: 310px;
	border-radius: 10px;
}

.home .inspiration-mobile .posts .single-post:hover {
	transform: scale(1);
}

.home .inspiration-mobile .cats {
	position: absolute;
	top: 10px;
	left: 20px;
	color: #c3ad2e;
	font-size: 18px;
	font-weight: 400;
}

.home .inspiration-mobile .cats span {
	padding-right: 3px;
	padding-left: 3px;
	color: #c3ad2e;
	font-size: 18px;
	font-weight: 400;
}
.home .inspiration-mobile .cats span:first-of-type {
	padding-left: 0px;
}

.home .inspiration-mobile .posts .single-post .title {
	font-size: 20px;
	font-weight: 400;
	color: #000;
	text-align: center;
	margin: 10px 0px 5px 0px;
	text-transform: none;
	padding: 10px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 95px;
}

.home .inspiration-mobile .posts .single-post .thumb {
	width: 100%;
	height: 200px;

}

.home .inspiration-mobile .posts .single-post .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.home .inspiration-mobile .posts .single-post .addtoany_content {
	display: none;
}

.home .inspiration-mobile .posts .single-post a.global {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.home .lespluslus {
  padding: 30px 5%;
	display: flex;
}

.home .lespluslus .contenu {
	position: relative;
	width: 100%;
}

.home .lespluslus .contenu > .title {
	font-size: 36px;
	color: #000;
	font-weight: 300;
	text-align: left;
	margin-bottom: 50px;
	margin-top: 50px;
	letter-spacing: 0.5px;
}
.home .lespluslus .contenu > .title span {
	font-weight: 600;
}

.home .lespluslus .contenu .articles {
	display: flex;
	flex-wrap: wrap;
}

.home .lespluslus .contenu .articles .popular-post {
	display: flex;
	margin-bottom: 35px;
	position: relative;
	transition: 0.3s all ease;
	border-radius: 15px;
	flex: 0 48%;
	margin: 1%;
}
.home .lespluslus .contenu .articles .popular-post:hover {
	box-shadow: 2px 2px 3px 1px #ccc;
}

.home .lespluslus .contenu .articles .popular-post .addtoany_content {
	display: none;
}

.home .lespluslus .contenu .articles .popular-post .thumbnail {
	width: 300px;
	height: 190px;
	flex-shrink: 0;
	margin-right: 15px;
}

.home .lespluslus .contenu .articles .popular-post .thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 15px;
}

.home .lespluslus .contenu .articles .popular-post .content {
	padding: 10px 10px 0px 0px;
}

.home .lespluslus .contenu .articles .popular-post .content .title {
	font-size: 22px;
	font-weight: 400;
	color: #000;
	text-align: left;
	margin: 0px 0px 15px 0px;
}

.home .lespluslus .contenu .articles .popular-post .content .excerpt {
  font-size: 15px;
  color: #000;
	font-weight: 300;
	padding-bottom: 10px;
}

.home .lespluslus .contenu .articles .popular-post a.global {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.home .lespluslus .sidebar {
	width: 300px;
	flex-shrink: 0;
	margin-left: 45px;
	padding-top: 149px;
}

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

	.home .lespluslus .contenu .articles .popular-post {
		flex-direction: column;
	}
	.home .lespluslus .contenu .articles .popular-post .thumbnail {
		width: 100%;
	}
	.home .lespluslus .contenu .articles .popular-post .content {
		padding: 10px 10px 10px 10px;
	}

}


.home .participe {
	background: #787878;
	margin-top: 70px;
	display: flex;
}

.home .participe .left {
	width: 500px;
	height: 100%;
	flex-shrink: 0;
	display: flex;
}

.home .participe .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.home .participe .right {
	padding: 20px 20px;
	color: #FFF;
}

.home .participe .right .title {
	font-size: 26px;
	font-weight: 500;
	text-align: left;
	margin: 0px 0px 15px 0px;
}

.home .participe .right .text {
	font-size: 17px;
	font-weight: 400;
}

.home .participe .right .button {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 20px;
}

.home .participe .right .button a {
	font-size: 17px;
	font-weight: 300;
	color: #FFF;
	padding: 10px 15px;
	border: 1px solid #FFF;
	transition: 0.3s all ease;
	border-radius: 15px;
	text-align: center;
}
.home .participe .right .button a:hover {
	background: #FFF;
	color: #787878;
}

.home .fb-insta {
	padding: 60px 5% 30px;
	display: flex;
}

.home .fb-insta .fb {
	width: 50%;
	display: flex;
	justify-content: center;
}

.home .fb-insta .insta {
	width: 50%;
	display: flex;
	justify-content: center;
}

.home .fb-insta .insta  #sb_instagram{
	width: 340px!important;
	height: 565px!important;
	overflow: hidden;
}

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

	.home .fb-insta {
		flex-direction: column;
	}

	.home .fb-insta .fb {
		width: 100%;
		margin-bottom: 60px;
	}

	.home .fb-insta .insta {
		width: 100%;
	}

}


footer {
	background: #333333;
  padding: 50px 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 16px;
}

footer .reseaux {
	display: flex;
	margin-bottom: 20px;
}



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

	.home .top-home {
		padding: 30px 50px;
	}

	.home .top-home .subtitle {
		text-align: center;
	}

	.home .top-home .searchs {
		flex-direction: column;
	}

	.home .top-home .searchs .text {
		width: 100%;
		margin-bottom: 25px;
		margin-right: 0px;
	}

	.home .lespluslus {
		flex-direction: column;
		align-items: center;
	}

	.home .top-home .searchs .or {
		width: 100%;
		margin-bottom: 25px;
	}

	.home .top-home .searchs .distance {
		width: 100%;
		margin-bottom: 25px;
	}

	.home .lespluslus .sidebar {
    flex-shrink: 0;
    margin-left: 0px;
    padding-top: 50px;
    text-align: center;
	}

}

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

	.home .top-home .searchs .distance .search-valid {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.home .top-home .searchs .distance .onmap {
		margin-top: 20px;
	}

	.home .top-home .searchs .distance .searchbar {
		margin-right: 0px;
		margin-bottom: 35px;
		width: 90%;
	}

	.home .focus .posts {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.home .focus .posts .single-post {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.home .focus .more a {
		padding: 10px 50px;
	}

	.home .inspiration .posts {
		flex-direction: column;
	}

	.home .inspiration .posts .single-post {
		width: 100%;
		margin-bottom: 20px;
    min-height: 260px;
	}

	.home .inspiration .refresh .content .text {
		font-size: 24px;
	}

	.home .inspiration .refresh .content svg {
		width: 25px;
		height: 25px;
	}

	.home .inspiration .posts .single-post .thumb {
		height: 150px;
	}

	.home .lespluslus .contenu .articles .popular-post {
		flex-direction: column;
	}
	.home .lespluslus .contenu .articles .popular-post .thumbnail {
		width: 100%;
	}
	.home .lespluslus .contenu .articles .popular-post .content {
		padding: 10px 10px 10px 10px;
	}
	.home .lespluslus .contenu .articles .popular-post .content .title {
		font-size: 18px;
	}

	.home .participe {
		flex-direction: column;
	}

	.home .participe .left {
		width: 100%;
		height: 250px;
	}

	.home .top-home .top-bandeau {
		flex-direction: column;
	}

	.home .top-home .top-bandeau .left,
	.home .top-home .top-bandeau .right,
	.home .top-home .top-bandeau .right a {
		width: 100%;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.home .top-home .top-bandeau .right {
		margin-top: 10px;
	}

	.home .top-home {
		padding: 100px 30px 30px 30px;
    height: 800px;
	}

	.home .lespluslus .contenu > .title {
		text-align: center;
	}

	.home .top-home .searchs .text .searchbar.triggered .close-search {
		top: 30px;
		right: 30px;
	}

	.home .top-home .searchs .text .searchbar.triggered form {
		padding-top: 25vh;
	}

	.home .inspiration {
		background-attachment: scroll;
	}

	.home .participe .right .button {
		justify-content: center;
	}

}

@media only screen and (max-width:650px) {
	.home .lespluslus .contenu .articles .popular-post .content .excerpt {
		display: none;
	}
	.home .lespluslus .contenu .articles .popular-post {
		flex: 0 44%;
		margin: 3%;
	}
}

.single main {
	background: #f0f0f0;
}

.single .flex-single {
	display: flex;
	width: 90%;
	justify-content: center;
	margin: auto;
	padding-top: 35px;
	padding-bottom: 35px;
	max-width: 1450px;
}

.single .flex-single div#map {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
	border-radius: 15px;
	box-shadow: 1px 1px 5px 1px #c0c0c0;
	background: #FFF;
}

.single .flex-single article {
	width: 100%;
	background: #FFF;
	padding: 20px;
	border-radius: 15px;
	box-shadow: 1px 1px 5px 1px #c0c0c0;
}

.single .flex-single article .content {
	font-size: 18px;
	color: #000;
}

.single .flex-single article .addtoany_content {
	display: none;
}

.single .flex-single article .thumbnail {
	width: 100%;
	height: 300px;
	position: relative;
}

.single .flex-single article .thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 15px;
}

.single .flex-single article .thumbnail .cats {
	position: absolute;
	display: flex;
	top: 10px;
	left: 10px;
}

.single .flex-single article .thumbnail .cats .single-cat {
	background: #c5ae2e;
	margin-right: 5px;
	padding: 5px 10px;
	color: #FFF;
	position: relative;
	font-size: 16px;
	border-radius: 15px;
	transition: 0.3s all ease;
}
.single .flex-single article .thumbnail .cats .single-cat:hover {
	background: #FFF;
	color: #c5ae2e;
}

.single .flex-single article .thumbnail .cats .single-cat .link a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.single .flex-single article .infos {
	display: flex;
	margin-top: 10px;
}

.single .flex-single article .infos .author,
.single .flex-single article .infos .date {
	display: flex;
	color: #c0c0c0;
	font-size: 16px;
	margin-right: 10px;
	align-items: center;
}

.single .flex-single article .infos .author svg,
.single .flex-single article .infos .date svg {
	width: 25px;
	height: 25px;
	margin-right: 5px;
	fill: #c0c0c0;
}

.single .flex-single article h1 {
	margin: 20px 0px 30px 0px;
	color: #000;
	font-size: 24px;
}

.single .flex-single article .shares {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
	position: relative;
}

.single .flex-single article .shares:before {
	content: '';
	position: absolute;
	width: 60%;
	left: 20%;
	top: -25px;
	height: 1px;
	background: #c0c0c0;
}

.single .flex-single article .shares .text {
	font-size: 18px;
	color: #000;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.single .flex-single article .shares .reseaux {
	display: flex;
}

.single .flex-single article .shares .reseaux div {
	margin-right: 15px;
	border-radius: 100px;
	transition: 0.3s all ease;
	border-radius: 100%;
  overflow: hidden;
  width: 40px;
  height: 40px;
}

.single .flex-single article .shares .reseaux div:hover {
	opacity: 0.7;
}

.single .flex-single article .shares .reseaux > div a svg {
	fill: #FFF;
	width: 40px;
	height: 40px;
	padding: 10px;
}

.single .flex-single article .shares .reseaux .fb a svg {
	background: #295db0;
}
.single .flex-single article .shares .reseaux .twitter a svg {
	background: #49abe8;
}
.single .flex-single article .shares .reseaux .whatsapp a svg {
	background: #55b085;
}
.single .flex-single article .shares .reseaux .mail svg {
	fill: #FFF;
	width: 40px;
	height: 40px;
	padding: 10px;
	background: #d65b89;
	cursor: pointer;
}

.single .flex-single .sidebar {
	width: 350px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	flex-shrink: 0;
	margin-left: 25px;
}

.single .flex-single .sidebar > div {
	background: #FFF;
	box-shadow: 1px 1px 5px 1px #c0c0c0;
	border-radius: 15px;
	margin-top: 25px;
	width: 100%;
	padding: 15px;
}
.single .flex-single .sidebar > div:first-of-type {
	margin-top: 0px;
}

.single .flex-single .sidebar .articles .title {
	font-size: 22px;
	color: #000;
	text-align: center;
	margin: 15px 0px 20px 0px;
}

.single .flex-single .sidebar .articles .article {
	display: flex;
	position: relative;
	padding-top: 25px;
	margin-bottom: 25px;
	border-top: 1px solid #c0c0c0;
	transition: 0.3s all ease;
}

.single .flex-single .sidebar .articles .article .thumbnail {
	width: 70px;
	height: 70px;
	flex-shrink: 0;
	margin-right: 15px;
}

.single .flex-single .sidebar .articles .article .thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 100%;
}

.single .flex-single .sidebar .articles .article .titre {
	display: flex;
	align-items: center;
	font-size: 17px;
	color: #000;
}

.single .flex-single .sidebar .articles .article a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.single .flex-single .sidebar .articles .article:hover {
	opacity: 0.7;
}

.single .flex-single .other-posts {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
	display: flex;
	justify-content: space-between;
}

.single .flex-single .other-posts > div {
	width: 45%;
	height: 250px;
	border-radius: 15px;
	position: relative;
	background-size: cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	transition: 0.3s all ease;
}

.single .flex-single .other-posts > div a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 2;
}

.single .flex-single .other-posts > div .bg-filter {
	background: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	padding: 20px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	transition: 0.3s all ease;
}
.single .flex-single .other-posts > div:hover .bg-filter {
	background: rgba(0,0,0,0.5);
}

.single .flex-single .other-posts > div .title {
	font-size: 22px;
	color: #FFF;
	text-align: center;
}

.single .flex-single .other-posts > div .arrow {
	position: absolute;
	border-radius: 100%;
	overflow: hidden;
	bottom: 20px;
	width: 40px;
	height: 40px;
}
.single .flex-single .other-posts > div.prev-post .arrow {
	left: 20px;
}
.single .flex-single .other-posts > div.next-post .arrow {
	right: 20px;
}

.single .flex-single .other-posts > div .arrow svg {
	fill: #000;
	width: 40px;
	height: 40px;
	padding: 10px;
	background: #fcecbb;
	transition: 0.3s all ease;
}

.single .flex-single .other-posts > div.next-post:hover .arrow svg {
	padding-left: 15px;
	padding-right: 5px;
}
.single .flex-single .other-posts > div.prev-post:hover .arrow svg {
	padding-left: 5px;
	padding-right: 15px;
}

.single .flex-single .commentaires {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
	border-radius: 15px;
	box-shadow: 1px 1px 5px 1px #c0c0c0;
	background: #FFF;
	padding: 20px;
}

.single .flex-single .commentaires h2 {
	font-size: 20px;
	color: #000;
	margin-bottom: 35px;
	border-bottom: 1px solid #c0c0c0;
	text-align: center;
	padding: 0px 5%;
	padding-bottom: 35px;
	font-weight: 400;
}

.single .flex-single .commentaires ul {
	margin: 0px;
	padding: 0px;
}

.single .flex-single .commentaires ul:not(.children) > li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #c0c0c0;
	list-style-type: none;
}
.single .flex-single .commentaires ul.children li {
	margin-bottom: 20px;
	list-style-type: none;
	padding-left: 35px;
	margin-top: 20px;
}

.comment-author.vcard {
	display: flex;
	align-items: center;
}

.comment-author.vcard img, .comment-author.vcard span.says {
	display: none;
}

.comment-author.vcard cite, .comment-author.vcard cite a {
	font-size: 17px;
	color: #000!important;
	font-weight: 600;
	font-style: normal;
	opacity: 1;
	text-transform: capitalize;
	margin-right: 7px;
}

.comment-author.vcard .the-time {
	font-size: 15px;
	color: #c0c0c0;
	font-weight: 400;
	padding-top: 1px;
}

.comment-body > p {
	font-size: 16px;
	color: #000;
	font-weight: 400;
}

.comment-body .reply a {
	font-size: 14px;
	color: #000;
	background: #fcecbb;
	padding: 5px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 15px;
	width: fit-content;
	transition: 0.3s all ease;
}
.comment-body .reply a:hover {
	opacity: 0.7;
}

.comment-respond h3 {
	font-size: 20px;
  color: #000;
  text-align: center;
  padding: 0px 5%;
  padding-bottom: 35px;
  font-weight: 400;
}

.comment-respond input[type="submit"] {
  font-size: 14px;
  color: #000;
  background: #fcecbb;
  padding: 5px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 15px;
  width: fit-content;
  transition: 0.3s all ease;
  border: none;
	margin-top: 10px;
}
.comment-respond input[type="submit"]:hover {
	opacity: 0.7;
}

.comment-respond {
	font-size: 15px;
	color: #000;
}

.comment-respond textarea {
	background: #eee;
	padding: 15px;
	color: #000;
	border-radius: 15px;
	border: none;
	caption-side: 100%;
	max-width: 500px;
}
.comment-respond textarea:focus {
	outline: 0;
}

.comment-respond input {
	background: #eee;
	padding: 15px;
	color: #000;
	border-radius: 15px;
	border: none;
}
.comment-respond input:focus {
	outline: 0;
}

p.comment-form-cookies-consent input {
	margin-right: 5px;
}


@media only screen and (max-width:1000px) {
	.single .flex-single {
		flex-direction: column;
		width: 95%;
	}
	.single .flex-single .sidebar {
		margin-left: 0px;
		width: 100%;
	}
	.comment-respond textarea {
		max-width: 100%;
	}
	body:not(.home) header .flex-header,
	.archive .flex-archive {
		width: 95%;
	}
}

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

	.header .top-bandeau {
		flex-direction: column;
		padding-bottom: 70px;
	}

	.header .top-bandeau .left,
	.header .top-bandeau .right,
	.header .top-bandeau .right a {
		width: 100%;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.header .top-bandeau .right {
		margin-top: 10px;
	}

	.header {
		height: 340px;
	}

	.header .title a {
		font-size: 36px;
	}

	.header .subtitle {
		font-size: 18px;
	}

	.header .search-triggers {
		left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 90px;
	}

	.header {
		padding: 140px 30px 25px;
	}

	header .modal-content_search span.close_search {
		top: 30px;
		right: 30px;
	}

	.home .top-home .searchs .text .searchbar.triggered form {
		padding-top: 25vh;
	}

	.home .inspiration {
		background-attachment: scroll;
	}

}

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

	.comment-respond input:not(#wp-comment-cookies-consent):not(#submit) {
		width: 100%;
	}

}


.archive h1 {
	font-size: 36px;
	color: #000;
	font-weight: 600;
	text-align: left;
	letter-spacing: 0.5px;
	width: 90%;
	max-width: 1450px;
	margin: 50px auto;
}

.archive .flex-archive {
	display: flex;
	padding: 30px 0px;
	width: 90%;
  max-width: 1450px;
	margin: auto;
}

.archive .flex-archive .left-column {
	width: 100%;
}

.archive .flex-archive .left-column .map {
	margin-bottom: 50px;
}

.archive .sidebar {
	width: 300px;
	flex-shrink: 0;
	margin-left: 45px;
}

.archive .single-post {
	display: flex;
  margin-bottom: 35px;
  position: relative;
  transition: 0.3s all ease;
  border-radius: 15px;
}
.archive .single-post:hover {
	box-shadow: 2px 2px 3px 1px #ccc;
}

.archive .single-post .thumbnail {
	width: 300px;
	height: 190px;
	flex-shrink: 0;
	margin-right: 15px;
}

.archive .single-post .thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 15px;
}

.archive .single-post .content {
	padding: 10px 10px 0px 0px;
}

.archive .single-post .content .distance-geoloc {
	font-size: 15px;
	font-weight: 600;
	color: #c3ad2e;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.archive .single-post .content .distance-geoloc svg {
	fill: #c3ad2e;
	width: 22px;
	height: 22px;
	margin-right: 4px;
}

.archive .single-post .content .title {
	font-size: 22px;
	font-weight: 400;
	color: #000;
	text-align: left;
	margin: 0px 0px 15px 0px;
}

.archive .single-post .content .excerpt {
	font-size: 15px;
	color: #000;
	font-weight: 300;
	padding-bottom: 10px;
}

.archive .single-post .addtoany_content {
	display: none;
}

.archive .single-post a.global {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

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

	.archive .sidebar {
		flex-shrink: 0;
		margin-left: 0px;
		padding-top: 50px;
		text-align: center;
	}

	.archive .flex-archive {
		flex-direction: column;
		align-items: center;
	}

	.archive .single-post {
		flex-direction: column;
	}

	.archive .single-post .thumbnail {
		width: 100%;
	}

	.archive .single-post .content {
		padding: 10px 10px 10px 10px;
	}

}


.pagination {
	padding: 0px 5%;
	text-align: center;
	margin-bottom: 25px;
	font-size: 18px;
	color: #000;
}

.pagination span {
	text-decoration: underline;
}

.pagination a {
	color: #000;
	transition: 0.3s all ease;
}
.pagination a:hover {
	opacity: 0.7;
}

.page-template-template-blog-geoloc .pagination a {
	margin: 0px 5px;
}


.page-template-template-news .content .title {
	font-size: 36px;
	color: #000;
	font-weight: 600;
	text-align: left;
	margin-bottom: 50px;
	margin-top: 50px;
	letter-spacing: 0.5px;
}

.page-template-template-news .content {
	font-size: 18px;
	color: #000;
	padding: 0px 5%;
	max-width: 1400px;
	margin: auto;
}

.page-template-template-news .addtoany_content {
	display: none;
}

.page-template-template-news form {
	padding: 25px 5%;
	max-width: 1000px;
	margin: auto;
	font-size: 16px;
	color: #000;
}

.caldera-grid input[type=submit] {
	color: #5cb85c;
	border: 1px solid #5cb85c;
	padding: 7px 15px;
	transition: 0.3s all ease;
}
.caldera-grid input[type=submit]:hover {
	background: #5cb85c;
	border: 1px solid #5cb85c;
	color: #FFF;
}



.newsletter-modal {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	top: 0px;
	left: 0px;
	padding: 5%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: 1s all ease;
	opacity: 0;
}
.newsletter-modal.show {
	opacity: 1;
}

.newsletter-modal .content {
  background: #FFF;
  padding: 40px;
  font-size: 14px;
  color: #000;
	padding-top: 25px;
	border-radius: 10px;
}

.newsletter-modal .content .title {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}

.newsletter-modal .content .form {
	width: 100%;
	max-width: 500px;
	margin: auto;
}

.newsletter-modal .content .form a {
  color: #000;
  text-decoration: underline;
  transition: 0.3s all ease;
}
.newsletter-modal .content .form a:hover {
	opacity: 0.7;
}

.newsletter-modal .content .form .caldera-grid .form-control:focus {
	outline: 0;
	border-color: #ccc!important;
	box-shadow: none;
	border-radius: 5px;
}

.newsletter-modal .content .form .last_row .form-group > div {
	text-align: center;
	margin-top: 15px;
}

.newsletter-modal .content .form .last_row .form-group > div input {
	border-radius: 5px;
}

.newsletter-modal .cross {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 25px;
	margin-bottom: 10px;
}

.newsletter-modal .cross svg {
	width: 25px;
	height: 25px;
	fill: #000;
	cursor: pointer;
	transition: 0.3s all ease;
}

.newsletter-modal .cross svg:hover {
	opacity: 0.7;
}

.left-column a {
	color: #c5ae2e;
	text-decoration: underline;
}

.no-geoloc-modal {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	top: 0px;
	left: 0px;
	padding: 5%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: 1s all ease;
	opacity: 0;
	z-index: 1000;
}
.no-geoloc-modal.show {
	opacity: 1;
}

.no-geoloc-modal .content {
  background: #FFF;
  padding: 40px;
  font-size: 14px;
  color: #000;
	padding-top: 25px;
	border-radius: 10px;
}

.no-geoloc-modal .content .title {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}

.no-geoloc-modal .content .text {
	font-size: 18px;
}

.no-geoloc-modal .cross {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 25px;
	margin-bottom: 10px;
}

.no-geoloc-modal .cross svg {
	width: 25px;
	height: 25px;
	fill: #000;
	cursor: pointer;
	transition: 0.3s all ease;
}

.no-geoloc-modal .cross svg:hover {
	opacity: 0.7;
}


/* Input range */

input[type=range] {
  width: 100%;
  margin: 8px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  background: rgba(251, 216, 96, 0.95);
  border: 0;
  border-radius: 5px;
  width: 100%;
  height: 4px;
  cursor: pointer;
}
input[type=range]::-webkit-slider-thumb {
  margin-top: -8px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 15px;
  cursor: pointer;
  -webkit-appearance: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #fbd860;
}
input[type=range]::-moz-range-track {
  background: rgba(251, 216, 96, 0.95);
  border: 0;
  border-radius: 5px;
  width: 100%;
  height: 4px;
  cursor: pointer;
}
input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 15px;
  cursor: pointer;
}
input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 8px 0;
  color: transparent;
  width: 100%;
  height: 4px;
  cursor: pointer;
}
input[type=range]::-ms-fill-lower {
  background: #fbd860;
  border: 0;
  border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
  background: rgba(251, 216, 96, 95);
  border: 0;
  border-radius: 10px;
}
input[type=range]::-ms-thumb {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 15px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
input[type=range]:focus::-ms-fill-lower {
  background: rgba(251, 216, 96, 95);
}
input[type=range]:focus::-ms-fill-upper {
  background: #fbd860;
}
/*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
how to remove the virtical space around the range input in IE*/
@supports (-ms-ime-align:auto) {
  /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  input[type=range] {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}




/* Post type vidéo */

.single-video .map-container {
	display: flex;
	width: 90%;
	justify-content: center;
	margin: auto;
	padding-top: 35px;
	padding-bottom: 35px;
	max-width: 1450px;
}

.single-video .map-container #map {
	width: 100%;
	border-radius: 15px;
	box-shadow: 1px 1px 5px 1px #c0c0c0;
	background: #FFF;
}

.single-video .flex-single {
	flex-direction: column;
}

.single-video .flex-single .return-to-archive {
	margin-bottom: 20px;
}

.single-video .flex-single .return-to-archive a {
	color: #c3ad2e;
	font-size: 18px;
	position: relative;
	display: flex;
	align-items: center;
	width: fit-content;
	width: -moz-fit-content;
}

.single-video .flex-single .return-to-archive a svg {
	width: 25px;
	height: 25px;
	fill: #c3ad2e;
	margin-right: 5px;
	transition: 0.3s all ease;
}
.single-video .flex-single .return-to-archive a:hover svg {
	margin-right: 15px;
	margin-left: -10px;
}

.single-video .left-column {
	width: 100%;
}

.single-video .flex-single-video {
	display: flex;
}

.single-video .iframe-content {
	width: 100%;
	padding-right: 50px;
}

.single-video .voir-aussi {
	width: 300px;
	flex-shrink: 0;
}

.single-video .voir-aussi > .title {
	font-size: 22px;
  text-align: center;
  font-weight: 400;
  color: #c3ad2e;
  padding: 15px 10px;
  margin: 0px 0px 15px 0px;
  border-top: 1px solid #c3ad2e;
  border-bottom: 1px solid #c3ad2e;
}

.single-video .voir-aussi .other-videos .other-video {
	width: 100%;
	height: 110px;
	margin-top: 25px;
}

.single-video .voir-aussi .other-videos .other-video a {
	display: flex;
	height: 100%;
	text-decoration: none;
	box-shadow: 1px 1px 3px 1px #ccc;
	border-radius: 15px;
	transition: 0.3s all ease;
}

.single-video .voir-aussi .other-videos .other-video a:hover {
	box-shadow: inset 1px 1px 3px 1px #ccc;
}

.single-video .voir-aussi .other-videos .other-video a .thumbnail {
	width: 50%;
	height: 100%;
	padding-right: 15px;
}

.single-video .voir-aussi .other-videos .other-video a .title {
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	text-decoration: none;
	color: #000;
	padding-right: 10px;
}


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

	.single-video .flex-single-video {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.single-video .iframe-content {
		padding-right: 0px;
	}

	.single-video .voir-aussi {
		margin-top: 50px;
	}

}

@media only screen and (max-width:320px) {
	.single-video .voir-aussi {
		width: 250px;
	}
}




/* Map */


.page-template-template-map .flex-single {
	display: flex;
	width: 90%;
	justify-content: center;
	margin: auto;
	padding-top: 35px;
	padding-bottom: 35px;
	max-width: 1450px;
	flex-direction: column;
}

.page-template-template-map .flex-single article {
	width: 100%;
	background: #FFF;
	padding: 20px;
	border-radius: 15px;
	box-shadow: 1px 1px 5px 1px #c0c0c0;
}

.page-template-template-map .flex-single article h1 {
	margin: 0px 0px 30px 0px;
	color: #000;
	font-size: 24px;
}

.page-template-template-map .flex-single article h1 a {
	text-decoration: none;
	font-size: 20px;
	transition: 0.3s all ease;
}
.page-template-template-map .flex-single article h1 a:hover {
	opacity: 0.7;
}

.page-template-template-map .flex-single article .content {
	font-size: 18px;
	color: #000;
}

.page-template-template-map .left-column {
	width: 100%;
}

.page-template-template-map .map-content {
	width: 100%;
}


.leaflet-container {
	z-index: 200;
}

.leaflet-marker-icon.mycluster.leaflet-zoom-animated.leaflet-interactive {
	background: #FFF;
  border: 2px solid #000;
  color: #000;
  font-weight: 600;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.leaflet-popup-content {
	/* width: 200px; */
}

.leaflet-popup-content .image {
	width: 100%;
	height: 100%;
}

.leaflet-popup-content .image img {
	width: 100%;
	height: 100%;
	max-height: 120px;
	object-fit: cover;
	object-position: center;
}

.leaflet-popup-content .title {
	font-size: 16px;
	color: #000;
	text-align: center;
	margin: 5px;
}

.leaflet-popup-content .description {
	font-size: 13px;
	color: #000;
	text-align: center;
	margin: 5px;
}

.leaflet-popup-content .link {
	font-size: 16px;
	text-align: center;
	margin: 5px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.leaflet-popup-content .link a {
	text-decoration: none;
  padding: 5px 10px 7px;
  border: 1px solid #c5ae2e;
	border-radius: 5px;
	transition: 0.3s all ease;
}

.leaflet-popup-content .link a:hover {
	background: #c5ae2e;
	color: #FFF;
}

a.leaflet-control-zoom-in,
a.leaflet-control-zoom-out {
	text-decoration: none;
}

.single .flex-single article img {
	height: auto;
}
