/*
Theme Name: Cap Emeraude
Description: Theme enfant du thème WP Made Simple de Publigo
Author: Hervé - Publigo
Author URI: https://www.publigo.fr
Template: wpms-theme 
Version: 1.0
Text Domain: cap-emeraude
*/
/*
font-family: 'Lato', sans-serif;
font-family: 'Raleway', sans-serif;*/

:root {
  --green-medium:#009675;
  --green-strong:#1C615C;
  --grey-medium: #666666;
  --grey-strong: #353535;
  --blue: #B7D7E9;
  --orange: #E1A86B;
  --purple: #685D9E;
  --yellow: #E8CA35;
}

html {
    font-size: 92.5%;
    transition: .4s all ease;
}

body.menu-opened {
    overflow: hidden;
}

#page {
    overflow: hidden;
}

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

body {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 300;
    line-height: 1.389rem;
}

p, ul {
    font-size: 1rem;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: .833rem;
    padding-left: .833rem;
}

.menu-toggle:focus,
.dropdown-toggle:focus {
    outline: none;
}

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

    html {
        font-size: 97.5%;
    }
}

@media (min-width: 600px) and (max-width: 781px) {

    .wp-block-column:not(:only-child),
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
        flex-basis: inherit!important;
        flex-grow: 1;
    }

    .wp-block-column:nth-child(2n),
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
        margin-left: 0;
    }

}

@media (min-width: 782px) {

    .wp-block-column,
    .wp-block-column[style*=flex-basis] {
        flex-basis: inherit;
        flex-grow: 1;
    }

    .wp-block-columns {
        flex-wrap: wrap;
    }

    .wp-block-column:nth-child(2n) {
        margin-left: 0;
    }
}

@media screen and (min-width: 48em) {

    html {
        font-size: 102.5%;
    }
}

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

    html {
        font-size: 107.5%;
    }


    .wp-block-column {
        flex-basis: 0;
        flex-grow: 1;
    }

    .wp-block-columns {
        flex-wrap: nowrap;
    }

    .wp-block-column:not(:first-child) {
        margin-left: 2em;
    }
}

@media screen and (min-width: 82em) {

    html {
        font-size: 112.5%;
    }
}

/* ############################################################################################## */
/* ################### Header  #################################################################################### */

.site-header {
    background-color: transparent;
}

a#logo-header {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    padding-top: 0.833rem;
    padding-bottom: 0.833rem;
    height: 6.667rem;
}

a#logo-header svg {
    width: 19.389rem;
    height: 2.222rem;
    max-width: 100%;
    fill: var(--green-medium);
}

#easy-navigation {
    height: 3.889rem;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: #FFF;
}

#easy-navigation ul {
    list-style-type: none;
    margin: 0;
    width: 100%;
    height: 100%;
}

#easy-navigation ul li {
    border-left: 1px solid #bcbcbc;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#easy-navigation ul a {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.search-active {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.search-active svg {
	fill: #000;
}

.search-active .open-search svg {
	width: 1.611rem;
	height: 1.667rem;
}

.search-active .close-search svg {
	width: 1.111rem;
	height: 1.111rem;
}

.search-form-header .search-form {
	display: flex;
    align-items: center;
	position: fixed;
	left: 100%;
	bottom: 3.889rem;
	width: 0;
	opacity: 0;
	transform: translate(100%, 0);
	background-color: #FFF;
	height: 6.778rem;
	padding: 0 .833rem;
	z-index: 1;
	transition: .4s left linear, .5s all ease;
}

.search-form-header.search-on .search-form {
	left: 0;
	width: 100%;
	opacity: 1;
	z-index: 999;
	transform: translate(0, 0);
}

.search-form-header .search-form .search-submit {
    position: relative;
    bottom: auto;
    right: auto;
    top: auto;
    padding: 1rem;
    background-color: transparent;
}

.search-form-header .search-form input[type="search"] {
	background-color: transparent;
	font-weight: 300;
	font-size: 1.222rem;
	line-height: 1;
	font-family: 'Raleway', sans-serif;
	border-radius: 0;
	height: auto;
	padding: 0 0 .833rem;
	border: none;
	color: var(--grey-medium);
	border-bottom: 1px solid #bcbcbc;
}

.search-form-header .search-form .search-submit .icon {
	width: 1.056rem;
	height: 1.089rem;
	top: auto;
	fill: var(--green-medium);
}

.search-active span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.search-active span.open-search {
	transform: translate(0, 0);
    opacity: 1;
    height: 100%;
	transition: .4s opacity ease, .3s transform ease, .4s height linear;
}

.search-on .search-active span.open-search {
	transform: translate(0, 100%);
    opacity: 0;
    height: 0;
}

.search-active span.close-search {
	transform: translate(0, 100%);
	opacity: 0;
	height: 0;
	transition: .4s opacity ease, .3s transform ease, .4s height linear;
}

.search-on .search-active span.close-search {
	transform: translate(0, 0);
	opacity: 1;
	height: 100%;
}

::-webkit-input-placeholder /* WebKit, Blink, Edge */
{ 
 color: var(--grey-medium);
}
:-moz-placeholder /* Mozilla Firefox 4 à 18 */
{
 color: var(--grey-medium);
 opacity: 1;
}
::-moz-placeholder /* Mozilla Firefox à partir de la version 19 */
{
 color: var(--grey-medium);
 opacity: 1;
}
:-ms-input-placeholder /* Internet Explorer 10-11 */
{
 color: var(--grey-medium);
}

.map-link-menu a svg {
	width: 1.889rem;
	height: 1.722rem;
	fill: #000;
}

.opening-link-menu a {
	font-weight: 700;
	color: var(--green-medium);
	text-transform: uppercase;
	font-size: .667rem;
	line-height: 1;
}

.opening-link-menu a svg {
	width: 1.889rem;
	height: 1.944rem;
	fill: #000;
}


.opening-link-menu a .open svg circle {
	fill: #28af48;
}

.opening-link-menu a .close svg circle {
	fill: #bc2224;
}

.js .menu-toggle {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	color: #000;
	margin: 0;
}

.js .menu-toggle svg {
	width: 1.5rem;
	height: 1.206rem;
	fill: #000;
}

.thematic-horaires {
	display: none!important;
	background-color: var(--green-medium);
	padding: .833rem;
	color: #FFF;
	text-align: center;
	font-family: 'Brevia', sans-serif;
}

.thematic-horaires ul {
	list-style-type: none;
	margin: 0 0 .278rem;
	font-size: .889rem;
	line-height: 1;
}

.thematic-horaires p {
	margin-bottom: 0;
	font-size: .889rem;
	line-height: 1.278rem;
	font-weight: 700;
}

#site-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 100%;
    opacity: 0;
    left: 0;
    z-index: 0;
    height: calc(100% - 3.889rem - 6.667rem);
    min-height: calc(100% - 3.889rem - 6.667rem);
    width: 100%;
    background: #FFF;
    transition: top .5s linear,opacity .3s ease;
}

.menu-opened #site-navigation {
    overflow-y: auto;
    overflow-x: hidden;
    top: 6.667rem;
    opacity: 1;
    z-index: 9998;
}

.menu-menu-top-container {
	width: 100%;
	height: 100%;
}

ul#top-menu {
    border: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

ul#top-menu li {
    border: none;
}

ul#top-menu li a {
    padding: 0 0 .833rem;
    font-size: 1rem;
    line-height: 1;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    transition: .4s all ease;
}

ul#top-menu li a:hover,
ul#top-menu li a:focus {
	color: var(--green-medium);
}

ul#top-menu li li a {
    padding: 0.556rem 0;
    font-size: .889rem;
    line-height: 1;
    font-weight: 400;
}

.main-navigation ul ul {
    padding: .833rem 0;
}

.dropdown-toggle {
	color: var(--green-medium);
	font-size: .889rem;
	line-height: 1;
	padding: 0;
}

#header-fixed-links ul {
	list-style-type: none;
	margin: 0;
}

#header-fixed-links li a {
	height: 3.333rem;
	background-color: #FFF;
	width: 100%;
	border-right: 1px solid #bcbcbc;
	border-top: 1px solid #bcbcbc;
}

#header-fixed-links #header-fixed-links-infos li:last-child a {
	border-right: none;
}

#header-fixed-links li a svg {
	fill: #bcbcbc;
	max-width: 100%;
	transition: .4s all ease;
}

#header-fixed-links li a:hover svg,
#header-fixed-links li a:focus svg {
	fill: var(--green-medium);
}

#header-fixed-links #header-fixed-links-social li a svg {
	width: .6rem;
	height: 1.278rem;
}

#header-fixed-links #header-fixed-links-social li a svg {
	width: 1rem;
	height: 1rem;
}

#header-fixed-links #header-fixed-links-infos li a svg {
	width: 1.256rem;
	height: .833rem;
}

#header-fixed-links #header-fixed-links-infos li a svg {
	width: 1.222rem;
	height: 1.389rem;
}

@media screen and (min-width: 48em) {

	.thematic-horaires {
		display: flex!important;
		height: 3.889rem;
	}

    .thematic-horaires ul {
		font-size: 1.8vw;
	}

    .thematic-horaires ul li:nth-child(1) {
		border-right: 1px solid #FFF;
		padding-right: .556rem;
	}

	.thematic-horaires ul li:nth-child(2) {
		padding-left: .556rem;
	}

	.js .main-navigation ul,
	.js .main-navigation ul ul,
	.js .main-navigation > div > ul {
		display: none;
	}

	#site-navigation {
    	position: relative;
	    opacity: 1;
	    top: auto;
	    left: auto;
	    height: 6.667rem;
	    min-height: unset;
	    background: transparent;
	    z-index: initial;
	    width: initial;
	}

	ul#top-menu {
	    flex-direction: row;
	    align-items: center;
	}

	ul#top-menu li {
		display: flex;
		align-items: center;
		height: 100%;
	}

	ul#top-menu li > a {
	    padding: 0 .833rem;
	    width: 100%;
	    height: 100%;
	    display: flex;
	    align-items: center;
	}

	#easy-navigation {
	    height: 6.667rem;
	    position: relative;
	    bottom: auto;
	    left: auto;
	    z-index: 1;
	    background-color: transparent;
	}

	.js .menu-toggle {
		display: none;
	}

	.js .main-navigation ul ul {
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    position: absolute;
	    top: auto;
        bottom: 200%;
	    left: 100%;
	    z-index: -1;
	    opacity: 0;
	    width: 20rem;
	    padding: 1.667rem;
	    background-color: #FFF;
	    transition: top .5s linear,opacity .3s ease;
	}

	.js .main-navigation ul li:hover ul {
	    left: 0;
	    opacity: 1;
	    z-index: 10;
        top: 100%;
        bottom: auto;
	}

	#header-fixed-links {
		position: absolute;
		z-index: 999;
		right: 0;
        top: 22.222rem;
		top: calc(17rem + 3px);
		width: 4.722rem;
	}
    body.home #header-fixed-links {
        top: calc(17.125rem + 42vw + 1px);
    }

	#header-fixed-links li a {
		height: 6.111rem;
		border-right: none;
	}

	#header-fixed-links li:last-child a {
		border-bottom: 1px solid #bcbcbc;
	}

	#header-fixed-links #header-fixed-links-social li a svg {
		width: .833rem;
		height: 1.722rem;
	}

	#header-fixed-links #header-fixed-links-social li a svg {
		width: 1.444rem;
		height: 1.444rem;
	}

	#header-fixed-links #header-fixed-links-infos li a svg {
		width: 1.833rem;
		height: 1.222rem;
	}

	#header-fixed-links #header-fixed-links-infos li a svg {
		width: 1.711rem;
		height: 1.944rem;
	}

	.search-form-header .search-form {
		left: auto;
		right: 100%;
		bottom: auto;
		top: 3.889rem;
	}

	.search-form-header.search-on .search-form {
		width: 50%;
		left: auto;
		right: 50%;
	}

}

@media screen and (min-width: 62em) {

    .js .menu-toggle {
    	display: none;
    }

    #easy-navigation ul {
	    position: relative;
	    bottom: auto;
	    left: auto;
	    background-color: transparent;
	}

    .thematic-horaires ul {
		font-size: .889rem;
	}

	ul#top-menu li > a {
		font-size: 1.18vw;
	}

	.thematic-horaires {
		margin-bottom: 6.778rem;
	}

	.navigation-menus {
	    height: 6.778rem;
	    position: absolute;
	    margin-top: -6.778rem;
		width: 100%;
	}

	.navigation-menus.fix_on_top {
		position: fixed;
		top: 0;
		left: 0;
		background-color: #FFF;
		z-index: 999;
		margin-top: 0;
	}
    #header-fixed-links {
        top: calc(10.5rem + 3px);
    }
    body.home #header-fixed-links {
        top: calc(10.5rem + 42vw + 1px);
    }
    /*body:not(.home) #header-fixed-links,*/
	body #header-fixed-links.fix_on_top {
		position: fixed;
		top: 6.778rem;
		z-index: 999;
	}

	.search-form-header.search-on .search-form {
		width: 58.333333%;
		left: auto;
		right: 16.666667%;
	}
}

@media screen and (min-width: 82em) {

	ul#top-menu li > a {
		font-size: 1rem;
	}
}

/* ############################################################################################## */
/* ############################################################################################## */

/* ############################################################################################## */
/* ################### Widget news  #################################################################################### */

.widget-home-news {
    background-color: #FFF;
    padding: 0.833rem;
}

.widget-home-news-title {
    color: #000;
    padding: 0 0 .833rem;
    font-size: 1.889rem;
    line-height: 1;
    font-weight: 700;
}

.all-news-link a {
	display: flex;
	align-items: center;
	color: var(--grey-medium);
	font-size: 1rem;
	line-height: 1;
	font-weight: 300;
	text-transform: uppercase;
}

.all-news-link a svg {
	width: 2.667rem;
	height: .778rem;
	fill: var(--grey-medium);
	margin-left: .333rem;
	transform-origin: 50% 50%;
	transform: scaleX(1.0);
	transition: .4s all ease;
}

.all-news-link a:hover svg,
.all-news-link a:focus svg {
	transform: scaleX(-1.0);
}

.last-post-content {
/*	max-width: 504px;*/
}

a.category-news {
	display: flex;
	align-items: center;
	padding: .556rem .833rem;
	font-family: 'Lato', sans-serif;
	font-size: clamp(0.75rem,1.25vw,.889rem);
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	min-height: 2.75rem;
}

.page .site-main .last-post article {
	margin-bottom: 1.667rem;
}

.single-portrait-commercant a.category-news,
.last-post a.category-news,
.single-post a.category-news {
	color: #FFF;
}

.single-portrait-commercant a.category-news,
.single-post a.category-news {
	max-width: fit-content;
}

.single-portrait-commercant header .sub_title {
   color: #fff;
}


.last-posts a.category-news {
	font-size: .722rem;
	padding-left: 0;
}

a.category-news .picto-categorie svg {
	max-width: 100%;
	margin-right: .556rem;
}

.last-post a.category-news .picto-categorie svg,
.single-post a.category-news .picto-categorie svg {
	fill: #FFF;
}

.category-promotions-centre-commercial-bourg-en-bresse a.category-news .picto-categorie svg {
	width: 1.278rem;
	height: 1.111rem;
}

.category-actualites-evenements-centre-commercial a.category-news .picto-categorie svg {
	width: 1.111rem;
	height: 1.278rem;
}

.category-offres-emploi-centre-commercial-bourg-en-bresse a.category-news .picto-categorie svg {
	width: 1.389rem;
	height: 1.222rem;
}

.last-post-content.portrait-commercant a.category-news .picto-categorie svg {
   min-width: 1.278rem;
   width: 1.278rem;
   height: auto;
}

.page .site-main article {
    padding-bottom: 0;
}

.thumbnail-news img {
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.833rem;
}

#wrapper-title-widget-home {
    padding-bottom: 1.667rem;
}

.entry-meta {
    color: #828282;
    font-size: .889rem;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0;
    padding-bottom: .333rem;
    text-transform: initial;
}

.news-title {
	font-size: 1.667rem;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	padding: 0;
	margin-bottom: .556rem;
}

.last-posts .news-title {
	font-size: 1.278rem;
	margin-bottom: 0;
}

.news-title a {
	color: #000;
	transition: .4s all ease;
}

.news-title a:hover,
.news-title a:focus {
	color: var(--green-medium);
	text-decoration: none;
}

.last-post-content .entry-content {
	padding-top: .833rem;
}

.entry-summary p {
	margin-bottom: 0;
	font-size: .944rem;
	line-height: 1;
	font-weight: 100;
}

.widget-home-commercant .entry-summary p {
       font-weight: 300;
}

.page .site-main .last-posts article {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #dbdbdb;
}

.archive-content {
	padding-top: 0.5rem;
	padding-bottom: 3.333rem;
}

.excerpt-content {
	margin-bottom: 1.667rem;
	background-color: #FFF;
	padding: 1.667rem;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	text-align: center;
}

.excerpt-content .excerpt-title {
	padding-top: .833rem;
	color: #111111;
	font-size: 1.111rem;
	line-height: 1;
	font-weight: 600;
	transition: .4s all ease;
}

.excerpt-content .entry-summary {
	color: #111111;
	font-weight: 300;
	font-size: .722rem;
	line-height: 1;
}

a.candidat_spontane,
.more-link a {
	display: block;
    background-color: var(--green-medium);
    color: #FFF;
    padding: 0.556rem;
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    max-width: fit-content;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .833rem;
    white-space: nowrap;
    transition: .4s all ease;
}

a.candidat_spontane {
    margin-bottom: 2.333rem;
    margin-right: 0;
}

a.candidat_spontane:hover,
a.candidat_spontane:focus,
.more-link a:hover,
.more-link a:focus {
    background-color: var(--green-strong);
    color: #FFF;
    text-decoration: none;
}


@media screen and (min-width: 48em) {

	.widget-home-news {
	    padding: 3.333rem;
	    padding: 3.21vw;
	    width: calc(100% - 4.722rem);
	    margin-left: 0;
	    margin-right: auto;
	}

}

@media screen and (min-width: 62em) {

	.widget-home-news {
	    width: calc(100% - (4.722rem * 2));
	    margin-left: auto;
	    position: relative;
    	top: -5.5rem;
    	margin-bottom: -5.5rem;
	}

	.last-posts a.category-news {
	    font-size: 1.1vw;
	}

}

@media screen and (min-width: 102em) {

	.widget-home-news {
    	top: -12.5rem;
    	margin-bottom: -12.5rem;
	}

	.widget-home-news-title {
	    font-size: 2.5rem;
	}

	.last-posts a.category-news {
	    font-size: .722rem;
	}

}

/* ############################################################################################## */
/* ############################################################################################## */

/* ############################################################################################## */
/* ################### Navigation thematic center  #################################################################################### */

.thematic-center ul {
    list-style-type: none;
    margin: 0;
}

.thematic-center ul a img {
    display: block;
}

.thematic-center-top {
    padding: .833rem;
}

.thematic-center-top p {
    color: #000;
    font-size: 1.889rem;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 .833rem;
}

.thematic-center-top a {
	display: flex;
	align-items: center;
	color: var(--grey-medium);
	font-size: 1rem;
	line-height: 1;
	font-weight: 300;
	text-transform: uppercase;
}

.thematic-center-top a svg {
	width: 2.667rem;
	height: .778rem;
	fill: var(--grey-medium);
	margin-left: .333rem;
	transform-origin: 50% 50%;
	transform: scaleX(1.0);
	transition: .4s all ease;
}

.thematic-center-top a:hover svg,
.thematic-center-top a:focus svg {
	transform: scaleX(-1.0);
}

.thematic-center ul a {
	display: block;
	position: relative;
	overflow: hidden;
}

.thematic-center ul a .wrapper-link-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: end;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 3.333rem .833rem;
	z-index: 1;
}

.thematic-center ul a .titre {
	font-size: 8vw;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
	color: #FFF;
	transform: translate(0, 0);
	opacity: 1;
	transition: .4s all ease;
}

.thematic-center ul a:hover .titre,
.thematic-center ul a:focus .titre {
	transform: translate(0, 8.5rem);
	opacity: 0;
}

.thematic-center ul a .titre strong {
	color: var(--green-medium);
	font-weight: 900;
}

.thematic-center ul a .button-link {
	font-size: 4.5vw;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 0.05em;
	transform: translate(0, 0) scale(1);
	opacity: 1;
	transition: .4s all ease;
}

.thematic-center ul a:hover .button-link,
.thematic-center ul a:focus .button-link {
	transform: translate(0, -8.5rem) scale(1.5);
}

.thematic-center ul a .button-link:before {
	display: block;
	content: '';
	background-color: #FFF;
	width: 2px;
	height: 3.056rem;
	margin: .833rem auto;
	opacity: 1;
	transition: .4s all ease;
}

.thematic-center ul a:hover .button-link:before,
.thematic-center ul a:focus .button-link:before {
	height: 0;
	opacity: 0;
}

.thematic-center ul a:after {
	display: block;
	content: '';
	background-color: rgba(0, 0, 0, .6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 3.333rem .833rem;
	transition: .4s all ease;
}

.thematic-center ul a:hover:after,
.thematic-center ul a:focus:after {
	background-color: rgba(0, 0, 0, .1);
}

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

	.thematic-center ul a .wrapper-link-content {
		padding: 3.333rem .833rem 1.667rem;
	}

	.thematic-center ul a .titre {
		font-size: 2.2vw;
	}

	.thematic-center ul a .button-link {
		font-size: 1vw;
	}

	.thematic-center ul a:hover .titre,
	.thematic-center ul a:focus .titre {
		transform: translate(0, 5.5rem);
		opacity: 0;
	}

	.thematic-center ul a:hover .button-link,
	.thematic-center ul a:focus .button-link {
		transform: translate(0, -5.5rem) scale(1.5);
	}

}

@media screen and (min-width: 48em) {

	.thematic-center {
	    width: calc(100% - 4.722rem);
	    margin-left: 0;
	    margin-right: auto;
	}

	.thematic-center-top {
		padding: 0 3.333rem 1.667rem;
	}

	.thematic-center ul a .wrapper-link-content {
		padding: 3.333rem .833rem;
	}
}

@media screen and (min-width: 62em) {

	.thematic-center {
	    padding: 0 0 3.333rem;
	    width: calc(100% - (4.722rem * 2));
	    margin-left: auto;
	}


}

@media screen and (min-width: 102em) {

	.thematic-center-top p {
	    font-size: 2.5rem;
	}

	.thematic-center ul a .wrapper-link-content {
		padding: 3.333rem .833rem 6.111rem;
	}

	.thematic-center ul a:hover .titre,
	.thematic-center ul a:focus .titre {
		transform: translate(0, 8.5rem);
		opacity: 0;
	}
	.thematic-center ul a:hover .button-link,
	.thematic-center ul a:focus .button-link {
		transform: translate(0, -8.5rem) scale(1.5);
	}

}

/* ############################################################################################## */
/* ############################################################################################## */

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

.site-content-contain {
    background-color: transparent;
}

#wrapper-home-center {
	position: relative;
/*background-image: url(assets/images/bkg-wrapper-home-center.svg);
	background-size: 100% auto;
	background-position: bottom center;
	background-repeat: no-repeat;*/
}

#wrapper-home-center:before {
	display: block;
	content: '';
	background-color: #f2f2f2;
	width: 100%;
	height: calc(100% - 12.5rem);
	position: absolute;
	top: 12.5rem;
	left: 0;
	z-index: -1;
}

.entry-thumbnails {
	margin-bottom: 1.667rem;
}

.entry-thumbnails img {
	display: block;
}

h1 {
	color: #000;
	font-weight: 700;
	font-size: 1.667rem;
	line-height: 1;
	padding: 0;
	margin: 0 0 .833rem;
}

a,
.entry-content a {
	color: var(--green-medium);
	transition: .4s all ease;
}

a:hover,
a:focus,
.entry-content a:hover,
.entry-content a:focus {
	color: #28af48;
}

#wrapper-home-center article {
	padding-top: 1.667rem;
}

input[type="submit"] {
	background-color: var(--green-medium);
	color: #FFF;
	border-radius: 0;
	font-size: 1.333rem;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	transition: .4s all ease;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: var(--green-strong);
	color: #FFF;
}

.prev.page-numbers, .next.page-numbers {
	background-color: var(--green-medium);
	color: #fff;
	transition: .4s all ease;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
    background-color: var(--green-strong);
    color: #fff;
}

.page-numbers.current {
	color: var(--grey-strong);
}

@media screen and (min-width: 48em) {

	body .site-main #wrapper-home-center article.type-page {
	    width: calc(100% - 4.722rem);
	    margin-left: 0;
	    margin-right: auto;
	    margin-top: 0;
	    padding: 1.667rem 0 3.333rem;
	    margin-bottom: 0;
	}

	.has-sidebar:not(.error404) #primary {
	    float: none;
	    width: 100%;
	}

}

@media screen and (min-width: 62em) {

	body .site-main #wrapper-home-center article.type-page {
	    width: calc(100% - (4.722rem * 2));
	    margin-left: auto;
	    margin-bottom: 0;
	}

	.entry-thumbnails {
		position: relative;
		margin-bottom: 11.667rem;
	}

	.entry-thumbnails .image-left {
		width: 83.333333%;
	}

	.entry-thumbnails .image-right {
		width: 66.666667%;
		position: absolute;
		top: 10rem;
		right: 0;
	}

}

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

	body .site-main #wrapper-home-center article.type-page {
	    padding: 1.667rem 0 5rem;
	}

}

@media screen and (min-width: 92em) {

	body .site-main #wrapper-home-center article.type-page {
	    padding: 1.667rem 0 6.111rem;
	}

}

/* ############################################################################################## */
/* ############################################################################################## */

/* ############################################################################################## */
/* ################### Intercativce MAP  #################################################################################### */

#map_lieu {
	width: 55.333rem;
    max-width: 100%;
    margin: 2.222rem auto 3.333rem;
    position: relative;
}

#map_lieu .panzoom {
    overflow: auto;
}

#map_lieu .panzoom svg {
    min-width: 640px;
}

#map_lieu svg *[id^="place_"] *[style*="#B2B2B2"],
#map_lieu svg *[id^="place_"] {
    transition: all 0.2s;
    cursor: pointer;
}

#map_lieu svg *[id^="place_"].filtered *[style*="#B2B2B2"],
#map_lieu svg *[id^="place_"].filtered {
    fill:rgba(54, 123, 72, 0.8)!important;
}
#map_lieu svg *[id^="place_"]:hover *[style*="#B2B2B2"],
#map_lieu svg *[id^="place_"]:hover,
#map_lieu svg *[id^="place_"].selected *[style*="#B2B2B2"],
#map_lieu svg *[id^="place_"].selected {
    fill:var(--green-medium)!important;
}

#map_lieu .marker_place {
    max-width: 320px;
    position: absolute;
    z-index: 1;
}
#map_lieu .marker_place a.close-marker_place {
    width: 1.111rem;
    height: 1.111rem;
    position: absolute; 
    z-index: 2;
    top: 0.5rem; right: 1.25rem;
    fill: #000;
}
#map_lieu .marker_place a.close-marker_place svg {
    width: 100%; height: auto;
}
#map_lieu .marker_place a.close-marker_place:hover svg {
    fill: var(--blue);
}

#map_lieu .marker_place article {
    margin-bottom: 0;
}

#map_lieu .marker_place:after {
    background: url(assets/images/arrow-marker.png) center -1px no-repeat;
    position: absolute;
    top: 100%; left: 50%;
    content: "";
    height: 42px; width: 54px;
    margin-left: -27px;
}

#map_lieu .marker_place article.excerpt-service {
    width: 100% !important;
    max-width: 100% !important;
}
#map_lieu .marker_place a.entry-excerpt-service {
    flex-direction: row !important;
    padding: 0.75rem;
}
#map_lieu .marker_place a.close-marker_place + article.excerpt-service a.entry-excerpt-service {
    padding-top: 1.667rem;
    padding-right: 1.667rem;
}
#map_lieu .marker_place a.entry-excerpt-service .excerpt-picto {
    margin-right: 0.75rem;
}
#map_lieu .marker_place a.entry-excerpt-service .excerpt-picto svg {
    height: 1.389rem;
    min-width: 30px;
}
#map_lieu .marker_place a.entry-excerpt-service .excerpt-title {
    padding-top: 0;
    font-size: .778rem;
}

.filtres-lieux {
    margin-bottom: 2rem;
}

.filtres-lieux_titre {
	font-weight: 700;
	font-size: 1.667rem;
	line-height: 1;
	text-align: center;
	padding: .833rem;
}

.filtres-lieux .liste-filtres {
    padding: 1.667rem 0;
}

.liste-filtres a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	max-width: fit-content;
	background-color: #afafaf;
	color: #FFF;
	padding: .833rem 1.667rem;
	font-size: .833rem;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	margin: .556rem;
	transition: .4s all ease;
}

.liste-filtres a.selected,
.liste-filtres a:hover,
.liste-filtres a:focus {
	background-color: var(--green-medium);
	color: #FFF;
}

.list-filtered-shops {
	margin-bottom: 3.333rem;
}

.search-by-alphabetic span {
	text-transform: uppercase;
	color: #b2b2b2;
	font-size: .889rem;
	line-height: 1;
}

.search-by-alphabetic a {
	display: inline-block;
	padding: 0 .111rem;
	text-transform: uppercase;
	color: #b2b2b2;
	font-size: .889rem;
	line-height: 1;
	transition: .4s all ease;
}

.search-by-alphabetic a:hover,
.search-by-alphabetic a:focus {
	color: var(--green-medium);
}
.filtres-lieux_titre + a.switch-filter {
    display: none;
}
@media screen and (max-width: 48em) {
    .filtres-lieux {
        margin-bottom: 0.75rem;
    }
    .filtres-lieux_titre {
        font-size: 1.334rem;
    }
    .filtres-lieux .liste-filtres {
        padding: 0.5rem 0;
    }
    .liste-filtres a {
        margin: 0.275rem 0.556rem;
    }
    .filtres-lieux_titre + a.switch-filter {
        display: inline-flex;
        padding: 0.667rem 1.334rem 0.667rem 0.667rem;
        font-size: 1.334rem;
        color: #b2b2b2;
        border: 1px solid #b2b2b2;
        margin-bottom: 0.556rem;
        line-height: 1;
        margin-left: 0.667rem;
    }

    .filtres-lieux_titre + a.switch-filter svg {
        fill: var(--green-medium);
        width: 1.56rem;
        height: 1.56rem;
        margin-left: 0.275rem;
        margin-right: 0.556rem;
    }

    .filtres-lieux:not(.open) .liste-filtres,
    .filtres-lieux:not(.open) .liste-filtres + div {
        display: none !important;
    }
}

/* ############################################################################################## */
/* ############################################################################################## */

/* ############################################################################################## */
/* ################### Footer  #################################################################################### */

.thematic-carte-cadeau ul {
    list-style-type: none;
    margin: 0;
}

.thematic-carte-cadeau ul a {
    display: block;
    position: relative;
}

.thematic-carte-cadeau ul a img {
    display: block;
}

.thematic-carte-cadeau ul a .wrapper-link-content {
    display: flex;
    padding: 2.222rem 3.333rem;
    align-items: center;
    color: #FFF;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    transition: .4s all ease;
}

.thematic-carte-cadeau li:nth-child(1) a .wrapper-link-content {
    background-color: var(--orange);
    transition: .4s all ease;
}

.thematic-carte-cadeau li:nth-child(2) a .wrapper-link-content {
    background-color: var(--purple);
    transition: .4s all ease;
}

.thematic-carte-cadeau li:nth-child(3) a .wrapper-link-content {
    background-color: var(--yellow);
    transition: .4s all ease;
}

.thematic-carte-cadeau li:nth-child(1) a:hover .wrapper-link-content,
.thematic-carte-cadeau li:nth-child(1) a:focus .wrapper-link-content {
    color: var(--orange);
    background-color: #FFF;
}

.thematic-carte-cadeau li:nth-child(2) a:hover .wrapper-link-content,
.thematic-carte-cadeau li:nth-child(2) a:focus .wrapper-link-content {
    color: var(--purple);
    background-color: #FFF;
}

.thematic-carte-cadeau li:nth-child(3) a:hover .wrapper-link-content,
.thematic-carte-cadeau li:nth-child(3) a:focus .wrapper-link-content {
    color: var(--yellow);
    background-color: #FFF;
}

.thematic-carte-cadeau ul a .picto {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1.389rem;
	height: 4.056rem;
}

.thematic-carte-cadeau ul a .picto svg {
    fill: #FFF;
    transition: .4s all ease;
}

.thematic-carte-cadeau li:nth-child(1) a .picto svg {
    width: 3.889rem;
    height: 2.972rem;
}

.thematic-carte-cadeau li:nth-child(2) a .picto svg {
    width: 4.056rem;
    height: 4.056rem;
}

.thematic-carte-cadeau li:nth-child(3) a .picto svg {
    width: 3.611rem;
    height: 3.611rem;
}

.thematic-carte-cadeau li:nth-child(1) a:hover .picto svg,
.thematic-carte-cadeau li:nth-child(1) a:focus .picto svg {
    fill: var(--orange);
}

.thematic-carte-cadeau li:nth-child(2) a:hover .picto svg,
.thematic-carte-cadeau li:nth-child(2) a:focus .picto svg {
    fill: var(--purple);
}

.thematic-carte-cadeau li:nth-child(3) a:hover .picto svg,
.thematic-carte-cadeau li:nth-child(3) a:focus .picto svg {
    fill: var(--yellow);
}

.bottom-footer {
	padding-bottom: 3.889rem;
}

.site-infos {
	background-color: var(--green-medium);
	padding-top: 1.667rem;
	padding-bottom: 1.667rem;
	/* background-image: url(assets/images/bkg-footer.svg); */
	background-size: auto;
	background-position: top left;
	background-repeat: no-repeat;
}

a.logo-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

a.logo-footer svg {
	width: 25.556rem;
	height: 8rem;
	max-width: 100%;
	fill: #FFF;
}

#informations-footer p {
    font-size: 1.944rem;
    color: #FFF;
    line-height: 1;
    margin: .833rem 0;
}

.site-infos .coordonnees p {
    display: flex;
    flex-direction: column;
	font-size: 1.222rem;
	line-height: 1;
	color: #FFF;
	margin-bottom: .556rem;
}

.site-infos #informations-footer a.mail,
.site-infos .coordonnees a.mail {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: var(--green-strong);
	color: #FFF;
	font-size: 1.222rem;
	line-height: 1;
	font-weight: 600;
	padding: .833rem 1.667rem;
	max-width: fit-content;
	margin-bottom: .556rem;
	transition: .4s all ease;
}

.site-infos .coordonnees a.mail svg {
	width: 1.778rem;
	height: 1.167rem;
	margin-right: .556rem;
	fill: #FFF;
	transition: .4s all ease;
}

.site-infos #informations-footer a.mail:hover,
.site-infos #informations-footer a.mail:focus,
.site-infos .coordonnees a.mail:hover,
.site-infos .coordonnees a.mail:focus {
    background-color: #FFF;
	color: var(--green-medium);
}

.site-infos .coordonnees a.mail:hover svg,
.site-infos .coordonnees a.mail:focus svg {
	fill: var(--green-medium);
}

.site-infos .coordonnees #social-links-footer p {
    margin-bottom: 0.222rem;
}

#social-links-footer ul {
	list-style-type: none;
	margin: 0;
}

#social-links-footer li a {
	display: block;
	margin-right: .556rem;
}

#social-links-footer li a svg {
	fill: #FFF;
	transition: .4s all ease;
}

#social-links-footer li a:hover svg,
#social-links-footer li a:focus svg {
	fill: var(--green-strong);
}

#social-links-footer li:nth-child(1) a svg {
	width: .556rem;
	height: 1.222rem;
}

#social-links-footer li:nth-child(2) a svg {
	width: 1.222rem;
	height: 1.222rem;
}

.mention-navigation {
	background-color: var(--green-strong);
}

ul#menu-mentions-menu {
	list-style-type: none;
	margin: 0;
	padding: 1.667rem .833rem;
}

ul#menu-mentions-menu a {
	display: block;
	color: #FFF;
	font-size: .833rem;
	line-height: 1;
	transition: .4s all ease;
}

ul#menu-mentions-menu a:hover,
ul#menu-mentions-menu a:focus {
	color: #000;
}

.mailjet-widget {
	padding-top: 1.667rem;
	padding-bottom: 1.667rem;
	border-top: 1px solid #c4c4c4;
	margin-top: 1.667rem;
}

.mailjet-widget p {
	display: flex;
	flex-direction: column;
	color: #353535;
	font-size: 1rem;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	margin-bottom: 0;
}

.mailjet-widget p span {
	color: var(--green-strong);
	font-size: 1.667rem;
	line-height: 1;
	font-weight: 800;
	letter-spacing: 0;
}

#mailjet-widget-form-group {
    color: #c4c4c4;
}

#mailjet_widget_email {
    border: 1px solid #c4c4c4;
    border-radius: 0;
    font-family: 'Raleway', sans-serif;
    font-size: .889rem;
    line-height: 1;
    font-weight: 300;
}

#mailjetSubscriptionForm input[type="submit"] {
	font-size: .944rem;
}

.mailjet_widget_form_message {
    padding-top: 0.833rem;
    display: block;
}

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

	.thematic-carte-cadeau ul a .wrapper-link-content {
		flex-direction: column;
		text-align: center;
	    padding: 2.222rem 1.389rem;
	    font-size: 1.389rem;
	}

	.thematic-carte-cadeau ul a .picto {
		margin-bottom: 1.389rem;
		margin-right: 0;
	}

}

@media screen and (min-width: 48em) {

	.bottom-footer {
		padding-bottom: 0;
	}

	.site-footer {
	    width: calc(100% - 4.722rem);
	    margin-left: 0;
	    margin-right: auto;
	}

	ul#menu-mentions-menu {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}

	ul#menu-mentions-menu a {
	    margin-right: .833rem;
	}

	.site-infos {
		padding-top: 3.333rem;
		padding-bottom: 3.333rem;
	}

	.mailjet-widget p {
		font-size: 1.111rem;
	}

	.mailjet-widget p span {
		font-size: 2.222rem;
	}

}

@media screen and (min-width: 62em) {

	.site-footer {
	    width: calc(100% - (4.722rem * 2));
	    margin-left: auto;
	}

}

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

	.thematic-carte-cadeau ul {
		margin-bottom: calc(7.667rem + 1.667rem);
	}

	.thematic-carte-cadeau ul a .wrapper-link-content {
		position: absolute;
		width: 75%;
		left: 12.5%;
		bottom: -7.667rem;
	}

	#informations-footer p {
	    font-size: 1.667rem;
	}

	.site-infos .coordonnees p {
	    font-size: .889rem;
	}

}

@media screen and (min-width: 92em) {

	.thematic-carte-cadeau ul a .wrapper-link-content {
		width: 60%;
		left: 20%;
		font-size: 1.5rem;
	}

	#informations-footer p {
	    font-size: 1.944rem;
	}

}

@media screen and (min-width: 102em) {

	.thematic-carte-cadeau ul a .wrapper-link-content {
		width: 55%;
		left: 22.5%;
		font-size: 1.667rem;
	}

	.site-infos .coordonnees p {
	    font-size: 1.222rem;
	}

	.mailjet-widget p {
		font-size: 1.389rem;
	}

	.mailjet-widget p span {
		font-size: 3rem;
	}

}

@media screen and (min-width: 112em) {

	.thematic-carte-cadeau ul {
		margin-bottom: calc(7.667rem + 3.333rem);
	}

	.thematic-carte-cadeau ul a .wrapper-link-content {
		font-size: 1.944rem;
		padding: 3.333rem 1.389rem;
	}

}

/* ############################################################################################## */
/* ############################################################################################## */

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

body:not(.single-lieu) .breadcrumbs {
	display: none;
}

body.single-lieu .breadcrumbs {
	color: #FFF;
	font-size: .778rem;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 200;
	position: relative;
	z-index: 1;
	text-align: center;
}

body.single-lieu .breadcrumbs a {
	color: #FFF;
}

.site-content {
    padding: 0;
}

.page:not(.home) #content {
    padding-bottom: 0;
}

#custom-header-wrapper {
    margin-bottom: 1.667rem;
    min-height: 18.333rem;
}

#custom-header-wrapper.bandeau-inner {
    position: relative;
}

#custom-header-wrapper.bandeau-inner:after {
    display: block;
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

header.header-page {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: .833rem;
	padding-bottom: .833rem;
	position: relative;
	z-index: 1;
}

#custom-header-wrapper:not(.bandeau-inner) header.header-page {
	padding-top: 1.667rem ;
	padding-bottom: 1.667rem;
}

header.header-page h1 {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 2.778rem;
	line-height: 1;
	color: #FFF;
	text-align: center;
	margin-bottom: 0;
}

header.header-page .description-page {
    color: #FFF;
	font-weight: 200;
	text-align: center;
	margin-top: 1.667rem;
}

h2 {
	color: var(--green-medium);
	font-size: 1.667rem;
	line-height: 1;
	font-weight: 600;
}

h3 {
	color: var(--grey-strong);
	font-size: 1.111rem;
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
}

a.wp-block-button__link {
	border-radius: 0;
	font-size: 1rem;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	background-color: var(--green-medium);
	color: #FFF;
	transition: .4s all ease;
}

a.wp-block-button__link:hover,
a.wp-block-button__link:focus {
	background-color: var(--grey-strong);
	color: #FFF;
}

.wp-block-buttons>.wp-block-button a.wp-block-button__link:last-child {
	margin-bottom: 1.667rem;
}

.wp-container-1 {
    margin-bottom: 1.75em;
}

.search .search-form {
	margin-bottom: 3.333rem;
}

.choix_location + .wpcf7 + .wpcf7 {
    display: none;
}

.choix_location + .wpcf7 label[data-visibility="hide"] {
    display: none;
}

.wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
    margin-top: 0.375rem;
}

/*.wpcf7-form-control-wrap[data-name="your-message"] {
    display: block;
    width: 100%;
}*/


.wpcf7 form label small.required {
    color: #c00;
}

body.page-id-2640 .wpcf7 form .ui-selectmenu-icon.ui-icon {
    margin-top: 0.5rem;
}
body.page-id-2640 .wpcf7 form .ui-selectmenu-button.ui-button {
    background-color: #fff;
    border: 1px solid #bbb;
    height: 3em;
    line-height: 2rem;
}
body.page-id-2640 .wpcf7 form,
body.single-post .wpcf7 form {
    display: flex;
    flex-wrap: wrap;
}
body.page-id-2640 .wpcf7 form > p,
body.single-post .wpcf7 form > p {
    width: 100%;
}

.wpcf7 ~ p,
.wp-block-contact-form-7-contact-form-selector ~ p {
    line-height: 1;
}

body.page-id-2640 select[name^="menu-boutique"] {
    padding: .4em 0.75em .45em;
}

@media screen and ( min-width:62em ){
    body.single-post form p:nth-child(2),
    body.single-post form p:nth-child(3),
    body.single-post form p:nth-child(4),
    body.single-post form p:nth-child(5),
    body.single-post form p:nth-child(6),
    body.single-post form p:nth-child(7),
    body.page-id-2640 form p:nth-child(2),
    body.page-id-2640 form p:nth-child(3),
    body.page-id-2640 form p:nth-child(4),
    body.page-id-2640 form p:nth-child(5),
    body.page-id-2640 form p:nth-child(6),
    body.page-id-2640 form p:nth-child(7),
    body.page-id-2640 form p:nth-child(9),
    body.page-id-2640 form p:nth-child(10) {
        display: inline-block;
        width: 48%;
    }

    body.single-post form p:nth-child(3),
    body.single-post form p:nth-child(5),
    body.single-post form p:nth-child(7),
    body.page-id-2640 form p:nth-child(3),
    body.page-id-2640 form p:nth-child(5),
    body.page-id-2640 form p:nth-child(7),
    body.page-id-2640 form p:nth-child(10) {
        margin-left: 3%;
    }
}

body.page-id-2640 form p:nth-child(7) {
    display: none;
}

#pop_news_form button {
    padding: 0.625em 1em;
    margin-left: 1rem;
}

#wp-admin-bar-pop_news a[href="#pop_news_form"] {
    background-color: #367b48;
    transition: all 0.2s;
}

#wpadminbar:not(.mobile)  .ab-top-menu>li#wp-admin-bar-pop_news:hover>a[href="#pop_news_form"]:hover {
    background-color: #265e33;
}

.listing-cat-post ul {
	list-style-type: none;
	margin: 1.667rem 0 .833rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.listing-cat-post a {
	display: block;
    background-color: var(--green-medium);
    color: #FFF;
    padding: 0.556rem;
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    max-width: fit-content;
    text-align: center;
    margin-left: 1.667rem;
    margin-right: 1.667rem;
    margin-bottom: .833rem;
    white-space: nowrap;
    transition: .4s all ease;
}

.listing-cat-post a:hover,
.listing-cat-post a:focus {
    background-color: var(--green-strong);
    color: #FFF;
    text-decoration: none;
}

@media screen and (min-width: 48em) {

	#custom-header-wrapper:not(.bandeau-inner) header.header-page {
		padding-top: 3.333rem ;
		padding-bottom: 3.333rem;
	}

}

/* ############################################################################################## */
/* ############################################################################################## */

/* ############################################################################################## */
/* ################### Single lieu  #################################################################################### */

.top-single-lieu-content {
	padding-top: 1.667rem;
	text-align: center;
	margin-bottom: 1.667rem;
	border-bottom: 1px solid #dbdbdb;
	position: relative;
}

.top-single-lieu-content span {
	font-size: 1.111rem;
	line-height: 1;
	text-transform: uppercase;
}

.thumbnail-single-lieu img {
    display: block;
    margin: 0 auto;
    max-width: 65%;
}

.site-web-single-lieu {
	margin-top: 1.667rem;
	margin-bottom: 1.667rem;
}

.top-single-lieu-content strong {
	font-weight: 700;
	color: var(--green-medium);
	font-size: 1.389rem;
	line-height: 1;
	transition: .4s all ease;
}

.site-web-single-lieu a {
	font-weight: 500;
	color: #3f3f3f;
	font-size: 1.389rem;
	line-height: 1;
	display: block;
	text-decoration: underline;
	word-break: break-word;
	transition: .4s all ease;
}

.site-web-single-lieu a:hover,
.site-web-single-lieu a:focus {
	color: #3f3f3f;
}

.informations-single-lieu {
	padding-top: 1.667rem;
	padding-bottom: 1.667rem;
}

.links-single-lieu {
	padding-bottom: 1.667rem;
}

.informations-single-lieu div {
	margin-bottom: .833rem;
}

.links-single-lieu a {
	padding: .833rem .556rem;
	font-size: 1rem;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid;
}

a.menu-link-single-lieu {
	background-color: #FFF;
	color: var(--grey-strong);
	border-color: var(--grey-strong);
	margin-bottom: 0.5rem;
	transition: .4s all ease;
}

a.menu-link-single-lieu svg {
	fill: var(--grey-strong);
	width: 1.667rem;
	height: 1.556rem;
	margin-right: .833rem;
	transition: .4s all ease;
}

a.menu-link-single-lieu:hover,
a.menu-link-single-lieu:focus {
	background-color: var(--grey-strong);
	color: #FFF;
	border-color: #FFF;
}

a.menu-link-single-lieu:hover svg,
a.menu-link-single-lieu:focus svg {
	fill: #FFF;
}

a.map-link-single-lieu {
	background-color: #FFF;
	color: var(--green-medium);
	border-color: var(--green-medium);
	transition: .4s all ease;
}
a.avis-link-single-lieu {
	background-color: #FFF;
	color: var(--blue);
	border-color: var(--blue);
	transition: .4s all ease;
	margin-top: 0.5rem;
}

a.avis-link-single-lieu svg,
a.map-link-single-lieu svg {
	fill: var(--green-medium);
	width: 1.889rem;
	height: 1.722rem;
	margin-right: .833rem;
	transition: .4s all ease;
}
a.avis-link-single-lieu svg path {
	transition: .4s all ease;
}

a.map-link-single-lieu:hover,
a.map-link-single-lieu:focus {
	background-color: var(--green-medium);
	color: #FFF;
	border-color: #FFF;
}

a.avis-link-single-lieu:hover,
a.avis-link-single-lieu:focus {
	background-color: var(--blue);
	color: #FFF;
	border-color: #FFF;
}

a.map-link-single-lieu:hover svg,
a.map-link-single-lieu:focus svg{
	fill: #FFF;
}
a.avis-link-single-lieu:hover svg path,
a.avis-link-single-lieu:focus svg path {
	fill: #FFF;
}

#carte-cadeau-lieu {
	padding-bottom: 1.667rem;
}

#carte-cadeau-lieu ul {
    list-style-type: none;
    margin: 0;
    width: 100%;
}

#carte-cadeau-lieu ul a span.picto {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

li#offrir-carte {
	width: 100%;
}

li#offrir-carte a {
    background-image: url(assets/images/bkg-cadeau-carte.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #FFF;
    padding: 1.667rem;
    text-transform: uppercase;
    font-size: 1.389rem;
    line-height: 1.1;
    font-weight: 500;
    width: 100%;
    height: 100%;
    text-align: center;
}

li#offrir-carte a svg {
    width: 5.444rem;
    height: 5.444rem;
    max-width: 100%;
    padding: 0.833rem;
    fill: #FFF;
    transform-origin: 50% 50%;
    transform: scale(1.0);
    transition: .4s all ease;
}

li#offrir-carte a:hover svg,
li#offrir-carte a:focus svg {
    transform: scale(1.2);
}

li#offrir-carte a span.label {
	display: flex;
	flex-direction: column;
}

li#offrir-carte a strong {
	font-weight: 900;
	font-size: 1.667rem;
}

li#solde-carte,
li#activer-carte {
	width: calc(50% - .417rem);
}

li#solde-carte a {
	background-color: var(--blue);
    color: #FFF;
    padding: 1.667rem;
    text-transform: uppercase;
    font-size: 1.111rem;
    line-height: 1;
    font-weight: 600;
    width: 100%;
    height: 100%;
    text-align: center;
}

li#solde-carte a .picto {
	height: 2.667rem;
	margin-bottom: .833rem;
}

li#solde-carte a svg {
    width: 2.667rem;
    height: 2.667rem;
    max-width: 100%;
    fill: #FFF;
    transform-origin: 50% 50%;
    transform: scale(1.0);
    transition: .4s all ease;
}

li#solde-carte a:hover svg,
li#solde-carte a:focus svg {
    transform: scale(1.2);
}

li#activer-carte a {
	background-color: var(--grey-strong);
    color: #FFF;
    padding: 1.667rem;
    text-transform: uppercase;
    font-size: 1.111rem;
    line-height: 1;
    font-weight: 600;
    width: 100%;
    height: 100%;
    text-align: center;
}

li#activer-carte a .picto {
	height: 2.667rem;
	margin-bottom: .833rem;
}

li#activer-carte a svg {
    width: 1.889rem;
    height: 1.889rem;
    max-width: 100%;
    margin-bottom: 0.833rem;
    fill: #FFF;
    transform-origin: 50% 50%;
    transform: scale(1.0);
    transition: .4s all ease;
}

li#activer-carte a:hover svg,
li#activer-carte a:focus svg {
    transform: scale(1.2);
}

.middle-single-lieu-content {
	padding-bottom: 1.667rem;
	margin-bottom: 1.667rem;
    border-bottom: 1px solid #dbdbdb;
}

.middle-single-lieu-content p.title {
	font-size: 1.944rem;
	line-height: 1;
	font-weight: 700;
	color: var(--grey-strong);
	margin-bottom: 1.667rem;
}

.slick-thematic-promotions {
    width: 100%;
}

.slick-thematic-promotions article {
	padding-left: .833rem;
	padding-right: .833rem;
	font-size: 1rem;
}

.slick-thematic-promotions article .entry-content {
    max-width: 500px;
    text-align: center;
}

.slick-thematic-promotions article .entry-content a {
    font-weight: 500;
    display: block;
    margin-bottom: .556rem;
}

.slick-thematic-promotions .thumbnail-news img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .833rem;
}

.slick-thematic-promotions .slick-arrow {
    position: absolute;
    display: block;
    width: 3.333rem;
    height: 3.333rem;
    z-index: 10;
    top: calc(50% - 3.333rem);
    cursor: pointer;
    padding: 0;
    border-radius: 100%;
    background-color: #e4e4e4;
    background-size: 1.389rem 1.111rem;
    background-position: center;
    background-repeat: no-repeat;
}

.slick-thematic-promotions .slick-arrow.prev {
	left: 0;
    background-image: url(assets/images/prev-arrow.svg);
    transition: .4s all ease;
}

.slick-thematic-promotions .slick-arrow.next {
	right: 0;
    background-image: url(assets/images/next-arrow.svg);
    transition: .4s all ease;
}

.title-cat-identique-lieu h2 {
	color: var(--grey-strong);
	font-weight: 700;
	font-size: 1.944rem;
	text-align: center;
}


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

	li#offrir-carte a {
	    text-align: left;
	}

}

@media screen and (min-width: 48em) {

	.thumbnail-single-lieu {
	    padding-bottom: 1.667rem;
	    border-bottom: 1px solid #dbdbdb;
	}

	.informations-single-lieu {
	    border-right: 1px solid #dbdbdb;
	}

	.links-single-lieu {
		padding-bottom: 0;
	}

	li#offrir-carte a {
		margin-bottom: .833rem;
	}

	.middle-single-lieu-content {
		margin-top: 3.333rem;
		margin-bottom: 3.333rem;
	}

	.middle-single-lieu-content p.title {
		margin-bottom: 3.333rem;
	}

	.slick-thematic-promotions .slick-arrow.prev {
		left: -3.333rem;
	}

	.slick-thematic-promotions .slick-arrow.next {
		right: -3.333rem;
	}
}

@media screen and (min-width: 62em) {

	.thumbnail-single-lieu {
	    border-bottom: none;
	}

	.site-web-single-lieu {
	    margin-bottom: 0;
	}

	.top-single-lieu-content strong {
		font-size: 1.111rem;
	}

	.links-single-lieu a {
	    font-size: .833rem;
	}

	.top-single-lieu-content:before {
	    display: block;
	    content: '';
	    width: 1px;
	    height: 100%;
	    background-color: #dbdbdb;
	    position: absolute;
	    bottom: 0;
	    right: 66.666667%;
	}

	.top-single-lieu-content:after {
	    display: block;
	    content: '';
	    width: 1px;
	    height: 100%;
	    background-color: #dbdbdb;
	    position: absolute;
	    bottom: 0;
	    right: 33.333333%;
	}

}

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

	#carte-cadeau-lieu {
		display: flex;
	}

	.links-single-lieu a {
	    font-size: .778rem;
	}

	li#offrir-carte {
		width: 58.333333%;
	}

	li#offrir-carte a {
		margin-bottom: 0;
	}

	li#solde-carte,
	li#activer-carte {
		height: 100%;
		width: 19.333333%;
	}

	li#solde-carte a,
	li#activer-carte a {
		padding: 1.667rem .556rem;
	    font-size: .833rem;
	}

}

@media screen and (min-width: 102em) {

	.top-single-lieu-content strong {
		font-size: 1.389rem;
	}

	.links-single-lieu a {
	    font-size: 1rem;
	}

	li#solde-carte a,
	li#activer-carte a {
	    font-size: 1.111rem;
	}
}

/* ############################################################################################## */
/* ############################################################################################## */

/* ############################################################################################## */
/* ################### Archives lieux  #################################################################################### */

article.excerpt-service {
	margin-bottom: 1.667rem;
}

a.entry-excerpt-service {
	background-color: #FFF;
	padding: 3.333rem 1.667rem;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
}

.bottom-single-lieu-content .excerpt-picto svg,
a.entry-excerpt-service .excerpt-picto svg {
	height: 4.167rem;
	fill: var(--green-medium);
}

.bottom-single-lieu-content .excerpt-title,
a.entry-excerpt-service .excerpt-title {
	padding-top: .833rem;
	color: #111111;
	font-size: 1.111rem;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	transition: .4s all ease;
}

.bottom-single-lieu-content .excerpt-title {
	margin-bottom: .833rem;
}

.fancybox-content.bottom-single-lieu-content {
    max-width: 640px;
}

article.excerpt-lieu {
	margin-bottom: 1.667rem;
}

.entry-excerpt-lieu {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	background-color: #FFF;
	padding: 1.667rem;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
}

.active-promotion {
	position: absolute;
	left: 0;
	top: 0;
    background-color: #ce2c6e;
    color: #FFF;
    font-size: .611rem;
    line-height: 1;
    text-align: center;
    font-weight: 700;
    padding: .556rem .333rem;
}

.active-promotion svg {
    fill: #FFF;
    width: 1.222rem;
    height: 1.056rem;
}

article.excerpt-lieu .entry-excerpt {
	color: #111111;
	font-weight: 300;
	font-size: .722rem;
	line-height: 1;
	text-align: center;
}

article.excerpt-lieu .entry-excerpt > div {
	margin-bottom: .556rem;
}

article.excerpt-lieu .entry-excerpt span {
	text-transform: uppercase;
}

article.excerpt-lieu .entry-excerpt strong {
	font-size: .778rem;
	line-height: 1;
	color: var(--green-medium);
	font-weight: 700;
}

.thumbnail-excerpt-lieu img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: .833rem;
}

a.excerpt-lieu-link {
	display: block;
    background-color: var(--green-medium);
    color: #FFF;
    padding: 0.556rem;
    font-size: .833rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    max-width: fit-content;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    transition: .4s all ease;
}

a.excerpt-lieu-link:hover,
a.excerpt-lieu-link:focus {
    background-color: var(--green-strong);
    color: #FFF;
    text-decoration: none;
}

.content-none-lieu {
	padding-top: 3.333rem;
	padding-bottom: 3.333rem;
}

.content-none-lieu h2 {
	text-align: center;
}

.content-none-lieu ul {
    list-style-type: none;
    margin: 1.667rem 0 0;
}

.content-none-lieu ul a {
	display: block;
    background-color: var(--green-medium);
    color: #FFF;
    padding: 0.556rem;
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    max-width: fit-content;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .833rem;
    white-space: nowrap;
    transition: .4s all ease;
}

.content-none-lieu ul a:hover,
.content-none-lieu ul a:focus {
    background-color: var(--green-strong);
    color: #FFF;
    text-decoration: none;
}

a#map-link-filtre-lieu {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: .833rem .556rem;
	font-size: .833rem;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid;
	background-color: #FFF;
	color: var(--green-medium);
	border-color: var(--green-medium);
	margin-top: .556rem;
	transition: .4s all ease;
}

a#map-link-filtre-lieu svg {
	fill: var(--green-medium);
	width: 1.278rem;
	height: 1.167rem;
	margin-right: .556rem;
	transition: .4s all ease;
}

a#map-link-filtre-lieu:hover,
a#map-link-filtre-lieu:focus {
	background-color: var(--green-medium);
	color: #FFF;
	border-color: #FFF;
}

a#map-link-filtre-lieu:hover svg,
a#map-link-filtre-lieu:focus svg {
	fill: #FFF;
}

.recherche_boutique {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
	border: 1px solid;
	background-color: #FFF;
	border-color: #b2b2b2;
	margin-top: .556rem;
	position: relative;
}

.recherche_boutique svg {
    fill: var(--green-medium);
    width: 1.056rem;
    height: 1.056rem;
    margin-left: .556rem;
    margin-right: .278rem;
}

.recherche_boutique #search-shop {
    border: none;
    padding: .833rem .556rem;
    height: auto;
    border-radius: 0;
    font-family: 'Raleway', sans-serif;
    color: #b2b2b2;
    font-size: .889rem;
    line-height: 1;
    font-weight: 300;
}

.autocomplete-search {
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	z-index: 10;
}
.autocomplete-search a {
	line-height: 1;
	padding: .833rem .556rem;
	background-color: #fff;
	box-shadow: inset 0 0 2px rgba(0,0,0,0.42);
}

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

	a#map-link-filtre-lieu,
	.recherche_boutique {
		margin-top: 0;
	}

	a#map-link-filtre-lieu,
	.recherche_boutique #search-shop {
		font-size: 1vw;
	}

}

/* ############################################################################################## */
/* ############################################################################################## */


/* ############################################################################################## */
/* ################### Fancy box  #################################################################################### */

.message.fancybox-content .more-link a {
    margin-top: 1.667rem;
}

body .fancybox-stage > .fancybox-slide--html .fancybox-content {
	vertical-align: bottom;
	box-shadow: 0 0 8px rgba(0, 0, 0, .42);
}

body .fancybox-stage > .fancybox-slide--html .fancybox-content a > img {
	max-height: 50vh;
}

body .fancybox-stage > .fancybox-slide--html {
	text-align: left;
}
.message.fancybox-content a {
    display: block;
}

.fancybox-bg {
	background: var(--grey-medium);
	background: transparent;
}

.fancybox-content {
	padding: 1.667rem;
}

.fancybox-slide--html .fancybox-close-small {
	color: var(--green-strong);
}

.fancybox-slide--html .fancybox-close-small:hover {
	color: #fff;
	background-color: var(--green-medium);
}


/* ############################################################################################## */
/* ################### Bloc réseaux sociaux Lieux ############################################### */

ul.socials_medias {
    display: flex;
    list-style: none;
    margin: 0.5rem auto;
}

ul.socials_medias li {
    margin: 0.25rem;
}

ul.socials_medias li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
}

ul.socials_medias svg {
    height: 22px;
    width: 22px;
    fill: var(--green-medium);
    transition: all 0.4s ease;
}
ul.socials_medias li a:hover,
ul.socials_medias li a:focus {
    background-color: var(--green-medium);
    color: #FFF;
    border-color: #FFF;
}
ul.socials_medias li a:hover svg,
ul.socials_medias li a:focus svg {
    fill: #FFF;
}

/* ############################################################################################## */
/* ############################################################################################## */

.single-lieu .last_jobs article .excerpt-content {
    padding: 1rem;
}
.single-lieu .last_jobs article .excerpt-meta,
.single-lieu .last_jobs article .excerpt-summary p {
    line-height: 1.2; font-size: 0.875rem;
}
.single-lieu .last_jobs article .excerpt-summary p {
    margin-bottom: 0.75rem;
    margin-top: 0.5rem;
}
.single-lieu .last_jobs .excerpt-content .excerpt-title {
    padding-top: 0.5rem;
}
.single-lieu .last_jobs article .more-link {
    display: inline-block;
}

/*@media screen and (min-width: 1200px) and (max-width: 1479px) {
    .single-lieu .last_jobs article {
        max-width: 33% !important;
    }
}*/

@media screen and (min-width: 1360px) {
    .single-lieu .last_jobs article .thumbnail-news {
        float: left; 
        max-width: 42%;
        padding-right: 1rem;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .single-lieu .last_jobs article .thumbnail-news {
        float: left; 
        max-width: 42%;
        padding-right: 1rem;
    }
}

#social-links-footer a.avis-link-single-lieu {
	width: auto;
	padding: 0.5rem 2rem;
	margin-right: auto;
	margin-top: 2rem;
}

blockquote.wp-block-quote {
	display: flex;
	flex-wrap: wrap;
	margin-left: max(.5rem, 2vw);
    margin-right: max(1rem, 3vw);
    font-weight: 600;
    color: var(--green-medium);
    border-color: var(--green-medium);
}
blockquote:before, blockquote:after, blockquote p {
	display: inline-flex;
	line-height: 1;
}
blockquote:before {
	content: '\00ab';
}
blockquote:after {
	content: '\00bb';
}

blockquote p {
	margin-bottom: 0.125rem;
	line-height: 1.2;
	padding-left: 1rem;
	padding-right: 1rem;
}

.wp-block-quote.has-text-align-center {
	justify-content: center;
}