/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* ============================================================================================== */
/* ============================================ FONTS ========================================== */
/* ============================================================================================== */

@font-face {
    font-family: 'Bambino';
    src: url('fonts/Bambino.eot');
    src: url('fonts/Bambino.eot') format('embedded-opentype'),
         url('fonts/Bambino.woff2') format('woff2'),
         url('fonts/Bambino.woff') format('woff'),
         url('fonts/Bambino.ttf') format('truetype'),
         url('fonts/Bambino.svg#Bambino') format('svg');
}

@font-face {
    font-family: 'cheddar_jack';
    src: url('fonts/cheddar_jack-webfont.woff2') format('woff2'),
         url('fonts/cheddar_jack-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BambinoBlack';
    src: url('fonts/BambinoBlack.eot');
    src: url('fonts/BambinoBlack.eot') format('embedded-opentype'),
         url('fonts/BambinoBlack.woff2') format('woff2'),
         url('fonts/BambinoBlack.woff') format('woff'),
         url('fonts/BambinoBlack.ttf') format('truetype'),
         url('fonts/BambinoBlack.svg#BambinoBlack') format('svg');
}

@font-face {
    font-family: 'BambinoBold';
    src: url('fonts/BambinoBold.eot');
    src: url('fonts/BambinoBold.eot') format('embedded-opentype'),
         url('fonts/BambinoBold.woff2') format('woff2'),
         url('fonts/BambinoBold.woff') format('woff'),
         url('fonts/BambinoBold.ttf') format('truetype'),
         url('fonts/BambinoBold.svg#BambinoBold') format('svg');
}

@font-face {
    font-family: 'BambinoLight';
    src: url('fonts/BambinoLight.eot');
    src: url('fonts/BambinoLight.eot') format('embedded-opentype'),
         url('fonts/BambinoLight.woff2') format('woff2'),
         url('fonts/BambinoLight.woff') format('woff'),
         url('fonts/BambinoLight.ttf') format('truetype'),
         url('fonts/BambinoLight.svg#BambinoLight') format('svg');
}

@font-face {
	font-family: 'SeaweedScript-Regular';
	src: url('fonts/SeaweedScript-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

}

.BambinoBlack .fl-module-content * {
    font-family: 'BambinoBlack';
    text-transform: uppercase;
	line-height: 1;
}

body .lh-1 p {
	line-height: 1;
}

h1 {
	font-size: 50px;
}

/* ============================================================================================== */
/* ============================================ HEADER ========================================== */
/* ============================================================================================== */
.fl-page-nav-right .fl-page-header-wrap {
	padding-top:1vw;
	padding-bottom:1vw;
}

.fl-page-nav-right .navbar-nav > li > a {
    font-family: 'Bambino';
    font-size: 14px;
	color:#0A0A0A;
}

.mw500 {
	margin-left: auto;
	margin-right: auto;
	width: 472px !important;
	max-width: 100%;
}


.mfp-wrap header { display: none; }

@media screen and (max-width: 768px) {
	.fl-col-small {
	    max-width: 100% !important;
	}
}

/* ============================================================================================== */
/* ============================================ HOME ============================================ */
/* ============================================================================================== */

/* header */

.home.fl-fixed-header .fl-page-header {
	position: static;
	background-color:#FFFFFF;
}

.home.fl-fixed-header .fl-page {
	padding-top: 0 !important;
}

/* video */

.home_video-bg {
	position: relative;
	height: 100vh;
	width: 100%;
	background-color: #000;
	overflow: hidden;
}
.video-foreground,
.home_video-bg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
	top: 0;
	color: #fff;
}
.vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
.vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
.vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}

.home_video-labels {
	position: absolute;
	top: 80px;
	right: 80px;
}

.home_video-nav {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.home_video-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.home_video-nav ul li {
	transition: all 0.4s;
	transform: translateY(70%);
}

.home_video-nav ul li:nth-child(3) {
	transform: translateY(0%);
}

.home_video-nav ul li:hover {
	transform: translateY(0%);
	cursor: pointer
}

.home_video-nav ul li a {
	display: block;
	height: 100%;
	width: 130px;
	margin: 0 6px;
	padding: 55px 12px 20px;
	border-top-left-radius: 80px;
	border-top-right-radius: 80px;
	background: #a0c41e;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.1;
    font-family: 'BambinoBlack';
}

.home_video-nav ul li a small {
	font-size: 10px;
}

.home_video-nav ul li:nth-child(2) a {
	padding-top: 70px;
	background: #c4ddd7;
	color: #353535;
}

.home_video-nav ul li:nth-child(3) a {
	background: transparent;
	width: 35px;
	padding-bottom: 8px;
	padding-top: 0;
}

.home_video-nav ul li:nth-child(3) a img {
	position: absolute;
	bottom: 8px;
	left: 6px;
}

.home_video-nav ul li:nth-child(4) a {
	background: #353535;
	color: #fff;
}

.home_video-nav ul li:nth-child(5) a {
	padding-top: 70px;
	background: #c4ddd7;
	color: #353535;
}

.image-block-hover {
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}

.image-block-hover:hover {
	text-decoration: none;

}

.image-block-hover.bordure .bg-image  {
	-webkit-background-size: auto;
	background-size: auto;

}

.image-block-hover_title {
	position: absolute;
	bottom: 20px;
	left: 40px;
	color: #fff;
    font-family: 'BambinoBlack';
    text-transform: uppercase;
    font-size: 25px;
    z-index: 3;
}

.image-block-hover.bordure .image-block-hover_title  {
	padding-bottom: 15px;
	color: #353535;
	border-bottom: 5px solid #fff;
	min-width: 185px;
}

.image-block-hover .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 90px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	z-index: 2;
}

.image-block-hover .bg-image {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.4s;
	transform: scale(1);
}

.image-block-hover:hover .bg-image {
	transform: scale(1.1);
}

.image-block-hover.bordure .overlay {
	display: none;

}

.image-block-post-date {
	padding-right: 30px;
	padding-top: 30px;
	margin: 0;
	text-align: right;
	color: #fff;
    font-family: 'Bambino';
    position: relative;
    z-index: 3;
}

.image-block-post-title{
	margin-left: auto;
	margin-top: 0;
	padding-right: 30px;
	padding-top: 5px;
	max-width: 300px;
	text-align: right;
	color: #fff;
    font-family: 'BambinoLight';
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}

.image-block-hover .quote {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
	padding-top: 15px;
	padding-left: 20px;
	font-family: "BambinoBlack";
	font-size: 100px;
	color: #fff;
	z-index: 3;
}

.image-block-testimonial-name {
	text-transform: uppercase;
    position: relative;
    z-index: 3;

	padding-right: 30px;
	padding-top: 30px;
	margin: 0;
	text-align: right;
	color: #fff;
    font-family: 'BambinoLight';

}

.image-block-testimonial-name strong {
	font-family: "Bambino";
}


.page iframe {
	display: block;
	margin: auto;
}

.page.page-id-8 .inv-recaptcha-holder iframe {
	display: block;
	margin: auto;
}


.admin-bar .mfp-wrap .mfp-close, .admin-bar .mfp-wrap .mfp-close:active, .admin-bar .mfp-wrap .mfp-close:hover, .admin-bar .mfp-wrap .mfp-close:focus {
	top: 10px !important;
	right: 10px !important;
}

.mfp-close-btn-in .mfp-close {
	background: transparent url(images/close.png) no-repeat !important;
    background-position: left bottom !important;
    cursor: pointer !important;
    font-size: 0;

}

.mfp-close-btn-in .mfp-close:hover {
	background: transparent url(images/close.png) no-repeat !important;
    background-position: left bottom !important;
    cursor: pointer !important;
    font-size: 0;

}

.popup-youtube {
	display: inline-block;
	padding: 15px;
	margin: 0;
}

.popup-youtube:focus {
	outline: none !important;
}

@media screen and (min-width: 992px) {
	.popup-youtube {
		max-width: 24%;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	.popup-youtube {
		max-width: 49%;
	}
}

/* ============================================================================================== */
/* ========================================== ACCUEIL 2020 ========================================== */
/* ============================================================================================== */

.bigit {
	font-size: 80px;
}

ul.cheeses {
    list-style: none;
    line-height: 0;
    margin: 0;
}

ul.cheeses li {
    margin: 0;
    padding: 0;
}

.project_main_container {
	width: 100%;
	margin: 4em 0;
	padding: 0;
	direction: rtl !important;
	display: inline-block;
}
.cheese_container {
    float: left;
    width: 25%;
    background-size:cover;
    overflow:hidden;
}
.cheese_image {
    width: 100%;
}

.cheese_media {
    position:relative;
    background: #fff;
}

.cheese_media h2 {
	background-repeat: no-repeat;
    text-align:center;
    position:absolute;
    top:40%;
    width:100%;
    transform:translate(0%,-50%);
    -webkit-transform:translate(0%,-50%);
    -ms-transform:translate(0%,-50%);
    color:#FFFFFF;
    font-family:Arial;
    text-transform:uppercase;
    display:none;
    font-size: 19px;
    font-weight: bold;
    line-height: 24px;
}

.cheese_media h2 br {
	display: block;
    margin: 5px;
}

.cheese_container img {
    opacity: 0.5;
}

.cheese_container:hover img {
    opacity: 1;
}


.cheese_container:hover h2 {
    display:block;
}

#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
  width: 100%;
  height: 460px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

#slider .illustration {
  width: 870px;
  height: 460px;
  float: left;
}

#slider .illustration img{
object-fit: cover;
width: 100%;
object-position: center;
height: 500px;
}

#slider ul li {
position: relative;
display: block;
float: left;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
text-align: center;
max-height: 460px;
}

#slider .infos-recette {
	display: inline-block;
	background: #fff;
	margin: 6% 0 0 -30%;
	padding: 40px 80px 60px 80px;
	width: 690px;
	-webkit-box-shadow: 0px 2px 37px 1px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 2px 37px 1px rgba(0,0,0,0.16);
	box-shadow: 0px 2px 37px 1px rgba(0,0,0,0.16);
}

#slider .infos-recette .cat-recette,
#slider .infos-recette .date{
	width: 49%;
	display: inline-block;
}

#slider .infos-recette .cat-recette{
	text-align: left;
}

#slider .infos-recette .date p{
	text-align: right;
}

#slider .infos-recette .cat-recette h3,
#slider .infos-recette .date p{
	color: #707070;
	font-size: 21px;
	font-weight: bold;
}

#slider .infos-recette h4{
	font-size: 23px;
	font-weight: bold;
	text-align: left;
	line-height: 28px;
}

#slider .infos-recette p{
	font-size: 13px;
	text-align: justify;
	color: #707070;
}

#slider .lien-recette{ 
  text-align: left;
  margin: 30px 0 0 0;
}


#slider .lien-recette a{ 
  font-weight: bold;
  font-size: 18px;
  color: #000;
  text-align: left;
}

#slider .lien-recette a i{ 
  color: #ACC811;
}

#slider .lien-recette a:hover{ 
  color: #ACC811;
  text-decoration: none;
}

#slider a[href$=".pdf"] + a,
#slider .img-recette + img{ 
  display: none;
}

a.control_prev {
  position: absolute;
  top: 34%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  color: #ACC811;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
  left: 39%;
}

a.control_next {
  position: absolute;
  top: 34%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  color: #ACC811;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
  right: 18%;
}

a.control_prev i,
a.control_next i{
	color: #ACC811;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}


.stick {
    background: url('/wp-content/themes/bb-theme-child/images/stick-manifeste.png') no-repeat;
    color: #fff;
    right: -9px;
    position: fixed;
    top: 30%;
    width: 175px;
    height: 418px;
    z-index: 99999;
}

.stick h2{
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
}

.stick .engage{
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-align: center;
	width: 63%;
	display: inline-block;
	margin: 0 32px 20px 32px;
	padding: 5px 0;
}

.stick .rs-engage{
	margin: 0 32px;
	width: 70%;
	display: inline-block;
}

.stick .rs-engage p {
	font-size: 14px;
}

.stick ul {
	padding: 0;
	margin: 0;
}

.stick ul li{
	list-style-type: none;
display: inline-block;
width: 13%;
text-align: center;
margin: 0px 0 0 22px;
}

.stick ul li i,
.stick ul li a{
	color: #fff;
}

.stick ul li i:hover,
.stick ul li a:hover{
	color: red;
}


.stick a.lire{
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    font-weight: bold;
}

.stick a.lire:hover{
    text-decoration: none;
    color: red;
}

#films {
	margin: 6em 0 1em 0;
}

#films .coleft {
	width: 20%;
	display: inline-block;
	vertical-align: top;
}

#films .colright {
	width: 75%;
	display: inline-block;
	vertical-align: top;
}

#films .coleft h2 {
	color:#707070;
	font-size: 21px;
}

#films .coleft p {
	color:#000;
	font-size: 23px;
	font-weight: bold;
	line-height: 27px;
}


input.set { display:none; }

#slide1:checked ~ .mask .overflow { margin-left:0; }
#slide2:checked ~ .mask .overflow { margin-left:-100%; }
#slide3:checked ~ .mask .overflow { margin-left:-200%; }
#slide4:checked ~ .mask .overflow { margin-left:-300%; }

#slides { margin:0 auto; width:100%; position:relative; }

#slides .mask { width: 100%;
overflow: hidden;
margin: 0 80px; }

#slides .overflow { width:400%; -webkit-transform:translateZ(0); -webkit-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out; -o-transition:all 0.5s ease-out; transition:all 0.5s ease-out; }

#slides .slide { width:25%; height:auto; float:left; background:#fff; }

#controls { width:100%; margin: 80px 0 0 0; display: inline-block; }

#controls label { display:none; width:42px; height:60px; opacity:1; transition: transform .2s; position:absolute; top:50%; margin-top:-30px; cursor:pointer; background:#000; }

#controls label:hover { transform: scale(1.5); }

#slide1:checked ~ #controls label:nth-child(2), #slide2:checked ~ #controls label:nth-child(3), #slide3:checked ~ #controls label:nth-child(4) { left:-15%; display:block; background: url('/wp-content/themes/bb-theme-child/images/next.png') no-repeat; }

#slide2:checked ~ #controls label:nth-child(1), #slide3:checked ~ #controls label:nth-child(2), #slide4:checked ~ #controls label:nth-child(3) { left:-26%; display:block; background: url('/wp-content/themes/bb-theme-child/images/prev.png') no-repeat;}


.route {
    background-image: url('/wp-content/themes/bb-theme-child/images/route-des-fromages-aop.jpg');
    height: 380px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

.route .project_main_container {
    direction: ltr !important;
}

.route h2 {
	background-repeat: no-repeat;
    text-align:center;
    margin: 120px 0 10px 0;
    width:100%;
    transform:translate(0%,-50%);
    -webkit-transform:translate(0%,-50%);
    -ms-transform:translate(0%,-50%);
    color:#FFFFFF;
    font-family:Arial;
    font-size: 31px;
    font-weight: normal;
    line-height: 44px;
}

.route .bigger {
	font-size: 46px;
	font-weight: bold;
	    text-transform:uppercase;
}

.route .link {
	width: 100%;
	display: inline-block;
	text-align: center;
}


.route .link a {
	background: #a0c41e;
	border: 2px solid #a0c41e;
	padding: 15px 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.route .link a:hover {
	text-decoration: none;
	background: #fff;
	border: 2px solid #a0c41e;
	color: #a0c41e;
}

.page-id-38121 .fl-content-full.container {
	width: 100% !important;
	max-width: 100%;
}

.manifeste {
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.manifeste div {
	width: auto;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 -4px;
	padding: 0;
	border: 0;
}


@media only screen and (max-width : 1000px) {
    /*row of two boxes*/
    .cheese_container {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
	.stick {
		display: none;
	}
	.bigit {
		font-size: 1em !important;
	}
	.cheese_container {
        width: 90%;
        margin: 0 35px;
    }
    #slider .illustration {
	    width: 100%;
	    height: auto;
	    float: left;
	}

	#slider {
	    height: 300px !important;
	    max-height: 300px;
	}

	.manifeste .column-one,
	.manifeste .column-three{
		display: none;
	}

	#films .coleft,
	#films .colright  {
	    width: 100% !important;
	    display: inline-block;
	    vertical-align: top;
	}


	#films .coleft p {
	    line-height: 23px;
	}

	#slide1:checked ~ #controls label:nth-child(2), #slide2:checked ~ #controls label:nth-child(3), #slide3:checked ~ #controls label:nth-child(4) {
	    left: 85%;
	}

	#slide2:checked ~ #controls label:nth-child(1), #slide3:checked ~ #controls label:nth-child(2), #slide4:checked ~ #controls label:nth-child(3) {
	    left: 66%;
	}

	#controls label {
	    top: -10%;
	}

	#slider .infos-recette h4 {
	    font-size: 18px;
	    font-weight: bold;
	    text-align: left;
	    line-height: 24px;
	}
	#slider .infos-recette {
	    width: 80% !important;
	    padding: 10px 47px 10px 47px !important;
	    margin: -180px 0 0 0 !important;
	}
	#slider .infos-recette .cat-recette h3, #slider .infos-recette .date p {
	    font-size: 18px !important;
	}

	#slides .mask {
    	margin: 0 !important;
	}

	.route h2 {
	    margin: 90px 0 10px 0;
	}

	.route .bigger {
    	font-size: 38px;
	}
}

@media screen and (max-width: 1024px) {
	
	.manifeste .column-two{
		display: inline-block;
		width: 33%;
	}
	.manifeste .column-three{
		display: inline-block;
		width: 29.4%;
	}
	.manifeste .column-one{
		display: inline-block;
    	width: 31.25%;
	}

	#slider {
    	height: 520px;
	}

	#slider .infos-recette {
	    display: inline-block;
	    background: #fff;
	    margin: -250px 0 0 0 !important;
	    width: 80% !important;
	}
	#slider ul li {
    	max-height: 560px !important;
	}

	a.control_prev {
	    top: 58% !important;
	    left: 11% !important;
	}

	a.control_next {
    	top: 58% !important;
    	right: 11% !important;
	}

	#films .coleft p {
	    font-size: 19px;
	}

}


/* ============================================================================================== */
/* ========================================== ARCHIVES ========================================== */
/* ============================================================================================== */

.blog .fl-page-header,
.archive   .fl-page-header,
.single .fl-page-header,
.page-template-template-header-bleu .fl-page-header {
	background: #ffffff;
}

.page-template-template-header-noire .fl-page-header {
	background: #ffffff;
}

.page-template-template-header-verte .fl-page-header,
.post-type-archive-carte  .fl-page-header {
	background: #ffffff;
}

.archive .fl-logo-img polygon,
.archive .fl-logo-img path,
.blog .fl-logo-img polygon,
.blog .fl-logo-img path,
.single .fl-logo-img polygon,
.single .fl-logo-img path,
.page-template-template-header-verte .fl-logo-img polygon,
.page-template-template-header-verte .fl-logo-img path,
.post-type-archive-carte .fl-logo-img polygon,
.post-type-archive-carte .fl-logo-img path,
.page-template-template-header-noire .fl-logo-img polygon,
.page-template-template-header-noire .fl-logo-img path,
.page-template-template-header-bleu .fl-logo-img polygon,
.page-template-template-header-bleu .fl-logo-img path {
	fill: #fff;
}

.fl-page-header-primary .fl-logo-img {
	max-width: 300px !important;
}

.single .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav > li > a {
	color: #fff;
}
body[data-ios] .fl-page-nav-collapse ul.navbar-nav > li > a {
	padding-bottom: 10px;
}
/*
.archive .fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li > a,
.blog .fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li > a,
.single .fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li > a,
.page-template-template-header-verte .fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li > a,
.page-template-template-header-noire .fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li > a,
.page-template-template-header-bleu .fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li > a,
.post-type-archive-carte .fl-page-nav-right .fl-page-nav-wrap .navbar-nav  > li > a {
	color: #fff;
}

*|html[xmlns*=""] .archive .fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li > a,
*|html[xmlns*=""] .blog .fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li > a,
*|html[xmlns*=""] .single .fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li > a,
*|html[xmlns*=""] .page-template-template-header-bleu .fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li > a {
	color: #000;

}

.archive .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a:hover,
.blog .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a:hover,
.single .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a:hover,
.page-template-template-header-verte .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a:hover,
.page-template-template-header-bleu .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a:hover,
.post-type-archive-carte .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a:hover {
	color: #353535;
}


.page-template-template-header-noire .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a:hover {
	color: #fff;
}


.page-template-template-header-noire .fl-page-nav-right .fl-page-nav-wrap .navbar-nav .sub-menu li > a:hover {
	color: #000;
}
*/

@media screen and (min-width: 992px) {
	.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li {
		opacity: 0.6;
		transition: all;
	}

	.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li:hover,
	.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-item {
		opacity: 1;
		transition: all;
	}
}

.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle {
	top: 3px;
}

.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle *,
.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav > li > a  {
	color: #333333;
}

.home .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle *,
.home .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav > li > a {
	color: #000;
}

.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse,
.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav > li:last-child {
	border: 0;
}
/*
.home .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav > li {
	border-color: #000;
}

.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav > li {
	border-color: #fff;
}
*/
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a {
	color: #000;
    line-height: 2.4;
    vertical-align: middle;
}
.menu-item-has-children {
	background-image: url(images/submenu-noir.png);
	background-position: right 4px top 16px;
	background-repeat: no-repeat;
}

@media screen and (min-width: 993px) {
	.menu-item-has-children {
		background-position: right 4px top 24px;
	}
}
.archive-header {
	padding-top: 60px;
	padding-bottom: 20px;
}

.archive-header .archive-header-title {
	margin: 0;
	padding-left: 40px;
	border-right: 4px solid #353535;
	line-height: 1.2;
	text-transform: uppercase;
	font-size: 38px;
	color: #353535;
    font-family: 'BambinoBlack';
}

@media screen and (max-width: 767px) {
	.archive-header .archive-header-title {
		border-right: 0;
	}
}
@media screen and (max-width: 991px) {
	.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a {
		line-height: 1.2;
	}
}

.post-type-archive-carte .archive-header .archive-header-title {
	font-size: 76px;
	padding-bottom: 6px;
}

@media screen and (max-width: 1100px) {
	.post-type-archive-carte .archive-header .archive-header-title {
		font-size: 66px;
		padding-bottom: 6px;
	}
}

@media screen and (max-width: 992px) {
	.post-type-archive-carte .archive-header .archive-header-title {
		font-size: 56px;
		padding-bottom: 6px;
	}
}

@media screen and (max-width: 767px) {
	.post-type-archive-carte .archive-header .archive-header-title {
		font-size: 46px;
		padding-bottom: 6px;
	}
}

.archive-header .archive-header-title span {
	color: #a0c41e;
}


.archive-header .archive-header-title i {
	font-style: normal;
	position: relative;
	z-index: 2;
}

body[data-ios] .archive-header .archive-header-title i {
	position: relative;
	top: 11px;
}

.archive-header .archive-header-title {
	position: relative;
	z-index: 2;
	letter-spacing: 3px;
}

.archive-header .archive-header-title .quote {
	line-height: 1;
    font-size: 160px;
    position: absolute;
    top: -47px;
    left: -27px;
    color: #c4ddd7;
    width: 89px;
    height: 76px;
    background: url(images/quote.png) center no-repeat;
    background-size: contain;
    z-index: 0;
}

.post-type-archive-carte .archive-header .archive-header-title .quote {
	display: none;

}

.archive-header-description {
	padding-top: 25px;
}

@media screen and (min-width: 992px) {
	.archive-header {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
	}
}

.post-type-archive-carte .archive-header-description {
	padding-top: 0;
	margin-bottom: 0;
}

.post-type-archive-carte .archive-carte-border {
	height: 3px;
	background: url(images/border.png) repeat left center;
}

.fl-archive,
.fl-single {
	padding-top: 20px;
	background: url(images/bg-archives.png) center top repeat-x;

}

.fl-archive .fl-content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.blog .fl-archive .fl-content article,
.category .fl-archive .fl-content article {
	width: calc(50% - 80px);
    word-break: keep-all;
    display: inline-block;
}

/* CARTES */

.search-carte {
	background: url('images/diag.png') left 65.5% center no-repeat #353535;
	-webkit-background-size: contain;
	background-size: contain;
	padding: 30px 0px;
}

@media screen and (max-width: 992px) {
	.search-carte {
		background: #353535;
	}
}

.search-carte input {
	max-width: 216px;
	background: url(images/search.png) left 8px center no-repeat #fff;
	padding-left: 40px;
	margin-bottom: 10px;
}

.search-carte input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b2c900;
}
.search-carte input::-moz-placeholder { /* Firefox 19+ */
  color: #b2c900;
}
.search-carte input:-ms-input-placeholder { /* IE 10+ */
  color: #b2c900;
}
.search-carte input:-moz-placeholder { /* Firefox 18- */
  color: #b2c900;
}

.search-carte  span {
	cursor: pointer;
	display: inline-block;
	height: 23px;
	margin-right: 8px;
	float: left;
	line-height: 1;
	margin-bottom: 8px;
}

body[data-ios] .search-carte  span {
	line-height: 24px;
}

.filter-contaienr {
	position: relative;
	padding-left: 55px;
}

.search-carte .remove {
	position: absolute;
	top: 0;
	left: 15px;
	height: 23px;
	width: 23px;
	margin-right: 25px;
	background: url('images/remove.png') center no-repeat;

}

.filter-contaienr {
	padding-top: 4px;
	vertical-align: middle;
	line-height: 23px;
}

.filter-type {
	padding: 2px 6px;
	line-height: 1;
	text-transform: uppercase;
	border-radius: 4px;
	background-color: transparent;
	color: #fff;
	font-family: "BambinoBold";
	opacity: 0.6;
	transition: all 0.4s;
}

.filter-type.filter-cremerie {
	border: 2px solid #c3ae36;
}

.filter-type.filter-musee {
	border: 2px solid #5d2e6b;
}

.filter-type.filter-eleveur {
	border: 2px solid #ca4f24;
}

.filter-type.filter-producteurs {
	border: 2px solid  #569f98;
}

.filter-type.filter-restaurants {
	border: 2px solid #a0bf38;
}

.filter-type.filter-cremerie,
.filter-type.filter-cremerie:hover {
	background-color: #c3ae36;
}

.filter-type.filter-musee,
.filter-type.filter-musee:hover {
	background-color: #5d2e6b;
}

.filter-type.filter-eleveur,
.filter-type.filter-eleveur:hover {
	background-color: #ca4f24;
}

.filter-type.filter-producteurs,
.filter-type.filter-producteurs:hover {
	background-color: #569f98;
}

.filter-type.filter-restaurants,
.filter-type.filter-restaurants:hover {
	background-color: #a0bf38;
}

.filter-type.filter-cremerie.active,
.filter-type.filter-cremerie:hover {
	opacity: 1;
}

.filter-type.filter-musee.active,
.filter-type.filter-musee:hover {
	opacity: 1;
}

.filter-type.filter-eleveur.active,
.filter-type.filter-eleveur:hover {
	opacity: 1;
}

.filter-type.filter-producteurs.active,
.filter-type.filter-producteurs:hover {
	opacity: 1;
}

.filter-type.filter-restaurants.active,
.filter-type.filter-restaurants:hover {
	opacity: 1;
}

.post-type-archive-carte .fl-archive {
	background: none;
}

.filter-activite {
	padding: 2px 6px;
	text-transform: uppercase;
	border-radius: 4px;
	border: 2px solid #b2c900;
	background-color: #b2c900;
	color: #fff;
	line-height: 23px;
	vertical-align: middle;
	font-family: "BambinoBold";
	transition: all 0.4s;
	opacity: 0.6;
}

.filter-activite:hover,
.filter-activite.active {
	opacity: 1;
}

/*.post-type-archive-carte .fl-archive .fl-content {
	column-count: 4;
	column-gap: 90px;
	padding: 0 90px;
	display: block;
}*/

.firstFilter {
	opacity: 1;
}

.marker {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 54px;
	padding-top: 3px;
	font-family: "BambinoBold";
	color: #fff;
	text-align: center;
	font-size: 24px;
	background: url(images/marker-cremerie.png);
}

body[data-ios] .marker {
	padding-top: 10px;
}

.marker-musee {
	background: url(images/marker-musee.png);
}

.marker-eleveur {
	background: url(images/marker-elevage.png);
}

.marker-producteurs {
	background: url(images/marker-producteurs.png);
}

.marker-restaurants {
	background: url(images/marker-restaurants.png);
}



.type-title {
	margin-top: 0;
	margin-bottom: 8px;
	font-family: "BambinoBlack";
	font-size: 24px;
	text-transform: uppercase;

}

.type-title.type-cremerie,
.title-cremerie a {
	color: #c3ae36;
}

.type-title.type-musee,
.title-musee a {
	color: #5d2e6b;
}

.type-title.type-eleveur,
.title-eleveur a {
	color: #ca4f24;
}

.type-title.type-producteurs,
.title-producteurs a {
	color: #569f98;
}

.type-title.type-restaurants,
.title-restaurants a {
	color: #a0bf38;
}

.post-type-archive-carte .fl-archive {
	background: none;
}

.post-type-archive-carte .fl-archive .fl-content article {
	position: relative;
	padding-left: 45px;
    margin: 4px 0 0px;
}


.carte-presentation {
	padding-top: 45px;
	position: relative;
}


.carte-presentation p {
	position: relative;
	z-index: 2;
}

.carte-presentation:before {
    position: absolute;
    top: -15px;
    left: -35px;
    width: 89px;
    height: 76px;
    background: url(images/quote.png) center no-repeat;
    background-size: contain;
    z-index: 0;
    content: "";
}
/*
@media screen and (max-width: 1200px) {
	.post-type-archive-carte .fl-archive .fl-content {
		column-count: 3;
		column-gap: 65px;
		padding: 0 65px;
		display: block;
	}
}

@media screen and (max-width: 992px) {
	.post-type-archive-carte .fl-archive .fl-content {
		column-count: 2;
		column-gap: 45px;
		padding: 0 45px;
		display: block;
	}
}*/

@media screen and (max-width: 600px) {
	.post-type-archive-carte .fl-archive .fl-content {
		column-count: 1;
		column-gap: 0px;
		padding: 0 20px;
		display: block;
	}
}


.fl-archive .fl-post {
	border-bottom: 0;
}

.fl-archive .fl-post.carte {
	padding-bottom: 0;
	margin-bottom: 20px;
}

.fl-post-meta-top {
	margin-bottom: 15px;
}

.fl-post-date {
	color: #a0c41e;
	font-weight: bold;

}

.fl-post-title {
	text-transform: uppercase;
	text-height: 1.1em;
	font-size: 18px;
}

.post-type-archive-carte .fl-post-title {
	margin-bottom: 4px;
	line-height: 1.1;
}

.post-type-archive-carte .fl-post-title a {
	font-family: "BambinoBlack";
	color: #353535;
	font-size: 11px;
}

.post-type-archive-carte .fl-archive .fl-content article p {
	font-size: 10px;
	text-transform: uppercase;

}

.post-type-archive-carte .fl-post-header p {
	font-size: 12px;
}

.fl-post-title a:hover {
	color: #a0c41e;
	text-decoration: none;

}

.fl-archive .fl-post-more-link {
	display: none;
}

.tags {
	margin-top: 18px;
}

.tags a {
	display: inline-block;
	margin-right: 4px;
	padding: 3px 8px;
	background: #a0c41e;
	font-size: 11px;
	color: #FFF;
	text-transform: uppercase;
	font-family: "BambinoBold";
}

body[data-ios] .tags a {
	padding-top: 5px;
	padding-bottom: 1px;
}

.fl-post-thumb a {
	position: relative;
	display: block;
}

.fl-post-thumb .overlay {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	height: 55px;
	z-index: 2;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}


/* ============================================================================================== */
/* =========================================== SINGLE =========================================== */
/* ============================================================================================== */

.single .fl-post-title {
	font-size: 25px;
}


.blog .fl-post-thumb,
.archive .fl-post-thumb {
	position: relative;
	display: block;
	height: 0;
	padding-bottom: 60%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}


.blog .fl-post-thumb a,
.archive .fl-post-thumb a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.blog .fl-post-thumb img,
.archive .fl-post-thumb img {
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 102px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.single-sidebar {
	text-align: right;
}

@media screen and (max-width: 767px) {
	.single-sidebar {
		text-align: center;
	}
	.fl-post-meta-top {
		margin-bottom: 0;
	}
	.heateorSssSharing.heateorSssFacebookBackground {
		margin-right: auto;
	}
}

.single-sidebar .fl-post-date {
	color: #a0c41e;
	font-size: 27px;
    font-family: 'BambinoBlack';
}

ul.heateor_sss_follow_ul li.heateorSssSharingRound,
ul.heateor_sss_sharing_ul li.heateorSssSharingRound {
	text-align: center;
}

.heateorSssSharing,
ul.heateor_sss_follow_ul li, ul.heateor_sss_sharing_ul li {
	float: none !important;
}

.heateorSssSharingSvg.heateorSssFacebookSvg {
	background: url(images/facebook.png) center no-repeat transparent !important;
	-webkit-background-size: contain;
	background-size: contain;
	border-radius: 0 !important;
	height: 59px !important;
	width: 152px !important;
}

.heateorSssSharing.heateorSssFacebookBackground {
	border-radius: 0 !important;
	margin-left: auto;
	background-color: transparent;
	height: 59px !important;
	width: 152px !important;
}

/* sharing page */


.page ul.heateor_sss_follow_ul li.heateorSssSharingRound,
.page ul.heateor_sss_sharing_ul li.heateorSssSharingRound {
	text-align: center;
}

.page .heateorSssSharing,
.page ul.heateor_sss_follow_ul li, ul.heateor_sss_sharing_ul li {
	float: none !important;
}

.page .heateorSssSharingSvg.heateorSssFacebookSvg {
	background: url(images/sharing.png) left center no-repeat transparent !important;
	-webkit-background-size: contain;
	background-size: contain;
	padding-left: 26px;
	display: inline-block !important;
	border-radius: 0 !important;
	height: auto !important;
	width: auto !important;
}

.page .heateorSssSharing.heateorSssFacebookBackground {
	border-radius: 0 !important;
	margin: auto;
	text-align: center;
	background-color: transparent;
	height: 59px !important;
	width: 100% !important;
}

.page .heateorSssSharingSvg.heateorSssFacebookSvg:after {
	content: "Partager via Facebook";
	color: #c4ddd7;
	font-style: normal;
	font-size: 14px;
}


/* =============================================================================================== */
/* ======================================== SINGLE CARTE ========================================= */
/* =============================================================================================== */

table {
	margin: 20px 0;
	width: 100%;
	font-size: 12px;
}

table td {
	padding: 8px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;;
	color: #b2c900;
}

table tr:first-child td {
	text-transform: uppercase;
	color: #c4ddd7;
	font-weight: bold;

}

table td:last-child {
	border-right: 0;
}

table tr:last-child td {
	border-bottom:0;
}

.fl-single-carte {
	position: relative;
	padding-top: 0;
	background: transparent;
	text-align: center;
}

.flex-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

@media screen and (max-width: 992px) {
    .flex-row {
    	display: block;
    	-webkit-flex-wrap: wrap;
    	-moz-flex-wrap: wrap;
    	-ms-flex-wrap: wrap;
    	-o-flex-wrap: wrap;
    	flex-wrap: wrap;
    }
    .flex-row > div {
        float: none;
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
}

.carte-title-h2 {
	margin-bottom: 45px;
	font-family: "BambinoBlack";
	font-size: 32px !important;
}

.fl-single-carte .carte-title {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	top: 19px;
	background: url();
	text-align: center;

}

.fl-single-carte .carte-title h1 {
	position: relative;
	color: #fff;
    font-family: 'SeaweedScript-Regular';
}

.fl-single-carte .carte-title h1:before {
	content: "";
	display: block;
	position: absolute;
	top: 48px;
	left: 0;
	right: 0;
	height: 4px;
	background: url('images/tiret.png') repeat-x center;
}

.fl-single-carte span {
	transform: rotate(2deg);
	position: relative;
	display: inline-block;
	padding: 5px 5px;
	background: #0096a7;
	z-index: 2;
}

.fl-single-carte span em {
	position: relative;
	z-index: 4;
}

.fl-single-carte span:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: -44px;
	top: 0;
	border-style: solid;
	border-width: 40px 0 40px 45px;
	border-color: #0096a7 transparent #0096a7 transparent ;
    z-index: 1;
}

.fl-single-carte span:after {
	content: "";
    position: absolute;
    right: -44px;
    top: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 40px 45px;
    border-color: transparent transparent transparent #0096a7;
    z-index: 1;

}

.carte-producteur,
.carte-activites,
.carte-contact {
	padding-top: 128px;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 80px;
}

.carte-contact {
	background: #b2c900;
}

.carte-contact a {
	color: #ffffff;
}


.carte-contact .carte-title-h2 {
	color: #ffffff;
}

.carte-producteur .carte-title-h2 {
	color: #0096a7;
}

.carte-producteur .carte-title-h3 {
	margin-bottom: 25px;
	font-size: 21px;
	font-family: "BambinoBlack";
	color: #353535;
}

.carte-activites {
	background: #353535;
	color: #fff;
}

.carte-activites .carte-title-h2 {
	color: #b2c900;
}

.carte-activites-proposes {
	overflow-x: auto;
}

.filterHide,
.filterHideActivite,
.searchHide {
	display: none !important;
}

.carte-activites h2,
.carte-activites h3 {
	margin-top: 35px;
	margin-bottom: 15px;
	color: #fff;
	font-family: "BambinoBlack";
	text-transform: uppercase;
	font-size: 18px;
}

.contacts_fb {
	background: url('images/fb.png') top left no-repeat;
	padding-left: 30px;
	background-size: 23px;
}

.contacts_fb a {
	word-break: break-word;
	color: #353535;
}

.compass {
	margin-top: 18px;
}

.contacts_tel {
	font-size: 32px;
	color: #fff;
	font-family: "BambinoBold";
}

.carte-fromage {
	display: inline-block;
	margin: 5px 8px 20px;
}

.op-7 {
	opacity: .7;
	height: 45px;
}

@media screen and (max-width: 1024px) {
	.carte-producteur,
	.carte-activites,
	.carte-contact {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media screen and (max-width: 768px) {
	.carte-producteur,
	.carte-activites,
	.carte-contact {
		padding-left: 20px;
		padding-right: 20px;
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile.fl-page-nav-right .fl-page-nav-collapse ul.navbar-nav {
		margin: 20px 0 0 -10px;
	}
	.fl-page-header-primary .fl-logo-img {
	    max-width: 235px !important;
	}
	.fl-page-footer-text .col-md-3.footer-logo {
	    margin: 40px 0 0 10px !important;
	}

	.fl-page-footer .link-list a {
	    line-height: 30px;
	}
}

/* ============================================================================================== */
/* =========================================== FOOTER =========================================== */
/* ============================================================================================== */

#gallery-1 {
	text-align: center;
}

#gallery-1 img {
	border: 0 !important;
	margin: 8px 18px;
}

#gallery-1 .gallery-item {
	margin-left: 2%;
	margin-right: 2%;
	float: none !important;
	display: inline-block !important;
	width: auto !important;
}

.fl-page-footer a.fa {
    color: #333;
}

.fl-page-footer a.fa:hover {
    color: #a0c41e !important;
}

.page-id-45565 .fl-page-footer-text-1 .col-md-4 p a.fa { display: none !important; }

.fl-page-footer-container.container{
	padding-bottom:2.5vw;
	padding-top:2.5vw;
	width: calc(1000% / 12);
}
.col-md-3.footer-logo {
	margin:40px 0 0 80px !important;
}
.fl-page-footer span{
	font-size:18px;
	line-height:2.33em;
}
.fl-page-footer-text > div:first-child{
	text-align:left;
}
.fl-page-footer-text > div:last-child{
	text-align:right;
}
.fl-page-footer-text > div:last-child img{
	margin-left:2vw;
}
.fl-page-footer .link-list{
	list-style:none;
	margin:0;
	padding:0;
}
.fl-page-footer .link-list li{
	display:inline-block;
	margin-right: 1.4vw;
	width: 100%;
}
.fl-page-footer .link-list li:last-child{
	margin-right:0;
}
.fl-page-footer .link-list a{
	font-size: 1.7vw;
	line-height:50px;
}

.fl-page-footer .col-md-2 img{
	max-width:173px;
}
p.infos-footer {
	color: #333;
	font-size: 11px;
}
@media screen and (min-width: 1288px) {

	.fl-page-footer .link-list a {
		font-size: 14px;
		line-height: 1.4em;
	}

	.fl-page-footer-text > div:last-child img{
		margin-left:-4px;
	}
}
@media screen and (max-width: 991px) {

	.fl-page-footer-text > div:first-child,.fl-page-footer-text > div:last-child{
		text-align:center;
	}
	.fl-page-footer span{
		display:block;
		text-align:center;
	}
}
@media screen and (max-width: 991px) {

	.fl-page-footer .link-list a{
		font-size:18px;
	}
	.fl-page-footer .link-list li{
		margin-right:20px;
	}
	.fl-page-footer .col-md-12, .fl-page-footer .col-md-5{
		padding:0;
	}
}
/* ============================================================================================== */
/* =========================================== CARTE =========================================== */
/* ============================================================================================== */

#map {
	background-color: #ccc;
	height: /*650px*/ 650px;
	max-height: 100vh;
	width: 100%;
}

.gmnoscreen,
.gm-style-cc {
	display: none !important;
}

#map iframe + div a img {
	display: none !important;
}

@media screen and (max-width: 1100px) {
    .map-container .container {
        margin: 0 !important;
    }
}

@media screen and (max-width: 767px) {
	.fl-page-nav-right .fl-page-header-wrap {
		padding: 8px 0;
	}
	.fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-wrap {
		padding-bottom: 0;
	}
	.fl-archive .fl-content {
		display: block;

	}
	.blog fl-archive .fl-content article,
	.archive fl-archive .fl-content article {
		width: 100%;
	}
	.fl-builder-content .fl-node-5a7c161bde83c > .fl-col-content {
		border-right: 0;
	}
	.fl-builder-content-8 .fl-node-5a7c161bde83c > .fl-col-content {
		background-position: right top !important;
		background-size: 20% auto;
	}
	h1 {
		font-size: 39px;
	}
	.single-sidebar {
		overflow: auto;
	}
	.fl-post-meta-top {
		float: left;
	}
	.heateor_sss_sharing_container {
		height: 31px !important;
		float: right;
		width: 100px;
	}
	.heateorSssSharing.heateorSssFacebookBackground,
	.heateorSssSharingSvg.heateorSssFacebookSvg {
		height: 31px !important;
		width: 100px !important;
	}
}

.contacts_fb a {
	white-space: normal;
}

.contacts_site a {
	font-weight: bold;
	font-size: 2rem;
	white-space: normal;
	word-break:break-all;
}

.carte-contact {
	font-size: 16px;
}

.mfp-container {
	background: #fff;
	padding: 0 !important;
	width: 90% !important;
	height: auto !important;
	max-height: 90vh !important;
	overflow-y: auto;
	overflow-x: hidden;
	margin-left: 5%;
	margin-top: 5vh;
}

.row-flex {
	    display: flex;
    flex-wrap: wrap;
}

/* ============================================================================================== */
/* ============================================ LAYER MAP ========================================== */
/* ============================================================================================== */
.map_layer {position: absolute;bottom: 0;left: 0;right: 0;z-index: 999;display: grid;grid-template-columns: 1fr 1fr 1fr 1fr;grid-gap: 10px;background: #e4e4e4;padding: 15px 25px;}
.map_layer .title_layer{font-family: "BambinoBlack";font-size: 24px;}
.map_layer > div:not(.title_layer){text-align: center;border-right: 1px solid black;}
.map_layer > div:not(.title_layer) > div {display: inline-block;text-align: left;font-size: 12px;text-transform: uppercase;position: relative;padding-left: 42px;}
.map_layer > div.layer_hebergements > div:before {content:url("./images/marker_roof.png");position: absolute;left: 0;}
.map_layer > div.layer_loisirs > div:before {content:url("./images/marker_ball.png");position: absolute;left: 0;}
.map_layer > div.layer_culturel > div:before {content:url("./images/marker_picture.png");position: absolute;left: 0;}
.map_layer > div:not(.title_layer) > div span {font-family: "BambinoBlack";}
.map_layer > div:not(.title_layer):last-child{text-align: center;border-right: 0;}

@media screen and (max-width: 767px) {
    .map_layer{grid-template-columns: 1fr;}
    .map_layer .title_layer{font-size: 18px;}
    .map_layer > div:not(.title_layer):last-child, .map_layer > div:not(.title_layer){text-align: left; border: 0;}
    .map_layer .title_layer{position: relative;cursor: pointer;}
    .map_layer .title_layer:after{content:url("./images/arrow-i.png");position: absolute; right: 0;}
    .map_layer > div:not(.title_layer){display: none;}
    .map_layer.active > div:not(.title_layer){display: block;}
    .map_layer.active .title_layer:after{content:url("./images/arrow.png");position: absolute; right: 0;}
}

/* ============================================================================================== */
/* ============================================ REFONTE ========================================= */
/* ============================================================================================== */

.pos-rel {
	position: relative;
}
.overflow-h{
	overflow:hidden;
}
.big-p{
	font-size:20px;
}
.bigbig-p{
	font-size:24px;
}
.h600{
	height:600px;
}
.mw472{
	max-width: 472px;
	margin: 0 auto;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	width:300%;
	left:-100%;
	pointer-events: none;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fancy-title, .fancy-h2, .fancy-h3, .dernier-article h2{
	font-family: 'BambinoBlack';
	text-transform: uppercase;
	line-height: 1;
	font-size:36px;
	text-align:center;
}
.fancy-h2 span{
	display:block;
	font-size:30px;
}
.dernier-article .fl-post-feed-header{
	margin-bottom:0;
}
.dernier-article h2 {
	font-family:"BambinoBold";
	text-transform:none;
	font-size: 24px;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 0;
}
.dernier-article a{
	color: #FFFFFF;
}
.cheddar-jack{
	font-family: 'cheddar_jack';
}
.bg-green{background-color:#a0c41e;}
.bg-greenlight{background-color:#cbd9be;}
.bg-white{background-color:#ffffff;}
.green-text{color:#a0c41e;}
.white-text, .white-text a, a.white-text, a.white-text:hover{color:#ffffff;}

.overlayed{
	position:relative;
}
.overlayed::before{
	display:block;
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width:100%;
	height: 90px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	z-index: 2;
}
.overlay-block{
	display:block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width:calc(100% + 1px);
	height: 90px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.overlayed .fl-photo-content, .overlayed .fl-photo-content img{
	width:100%;
}
.overlayed-pos{
	position:absolute;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
	width:100%;
}
.hovershow:hover .hover-img, .hoverhide:hover .hover-img{
	transform: scale(1.05);
}
.hovershow .hover-img{
	opacity:0;
}
.hovershow:hover .hover-img{
	opacity:1;
}
.hoverhide, .hovershow{
	overflow:hidden;
}
.hover-img{
	transition:all 0.2s;
}
.pos-bl{
	position:absolute;
	bottom:5%;
	left:5%;
	z-index:3;
}
.br3{
	border-right:3px solid #FFFFFF;
}
.white-hover{
	text-decoration:underline;
}
.white-hover:visited, .white-hover:hover, .white-hover:active, .white-hover:focus{
	text-decoration:underline;
	color:#FFFFFF!important;
}
.mh100{
	max-height:100px;
}
.vbandeau-block .fl-col{
	transition:all 0.2s;
}
.vbandeau{
	height:600px;
	cursor:pointer;
	overflow:hidden;
}
.vbandeau img{
	height:600px!important;
	width:auto!important;
	max-width:800%!important;
}

.pum-open::after{
	content:'';
	display:block;
	width:100vw;
	height:100vh;
	background-color:#353535;
	position:fixed;
	top:0;
	left:0;
	opacity:0.8;
}

@media screen and (max-width: 768px) {
	.tac{
		text-align:center;
	}
	.tacimp{
		text-align:center!important;
	}
	.small-titre{
		font-size:28px!important;
	}
}
@media screen and (max-width: 992px) {
	.mw472 {
		max-width: 100%;
		margin: 25px 0;
	}
	.sm-img-mw200 img {
		width: 25vw!important;
		min-width:200px;
	}

	.sm-nobord, .sm-nobord .fl-col-content {
		border-width: 0 !important;
	}
	.sm-f14{
		font-size:14px!important;
	}
	.mob-ib{
		display:inline-block;
	}
}

@media screen and (min-width: 1024px) {
	#menu-main2019 li{
		max-width:20vw;
	}
	#menu-main2019 li a{
		line-height:1em;
	}
	#menu-main2019 li.menu-item-has-children, #menu-main2019 li.menu-item-has-children:hover{
		background-position:right 4px top 14px;
	}
}
/*********************
******** HOME ********
 ********************/

.icon-block .image-block-hover.bordure .bg-image {
	-webkit-background-size: auto;
	background-size: 35%;
	background-position: 50% 25%;
}
.icon-block .image-block-hover.bordure .image-block-hover_title{
	color:#FFFFFF;
}
.text-shadowed{
	text-shadow: 0 1px 0 rgba(11, 11, 11, 0.7);
}
.text-shadowed a{
	cursor:pointer;
}
.pos-cc{
	position:absolute;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
	z-index:3;
}
.pos-cl40{
	position:absolute;
	top:50%;
	left:40px;
	transform:translateY(-50%);
	z-index:3;
}
.pos-b20p-l40{
	position: absolute;
	bottom: 20%;
	left: 40px;
	z-index: 3;
}
.pos-b40-l40{
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: 3;
}
.w300{
	max-width:300px;
}
.home-video iframe{
	min-height:320px;
}
.img-titre-texte .fl-module-rich-text, .seaweedscript{
	font-family: 'SeaweedScript-Regular';
}
bigbig-p, .img-titre-texte .fl-module-rich-text .bigbig-p{
	font-size:34px;
}
.img-titre-texte .fl-module-rich-text .bigbig-p a:hover{
	text-decoration:none;
}
@media screen and (min-width: 1400px) {
	#home-la-route .image-block-hover {
		min-height: calc(25vw * 9 / 16 + 24px);
	}
}
@media screen and (min-width: 768px) {
	.vbandeau-block:hover .fl-col{
		width:20%!important;
	}
	.vbandeau-block:hover .fl-col:hover{
		width:40%!important;
	}
}
@media screen and (max-width: 767px) {
	.no-pic{min-height:calc( 100vw * 650 / 959);}
	.br3{border:none;}
	.image-block-hover_title{
		font-size:18px;
		left:20px;
	}
	.img-titre-texte .fl-module-rich-text{
		left:20px;
		padding-right: 20px;
	}
	.bigbig-p, .big-p{font-size:18px;}
	.img-titre-texte .fl-module-rich-text .bigbig-p{font-size:26px;}
	.sm-height-280, .sm-height-280.fl-module-image-block a{
		height:280px!important;
	}
	.fancy-h2, .fancy-h3, .fancy-h2 span, .fancy-h3 span, .dernier-article h2{
		font-size:22px;
	}
}

@media screen and (max-width: 1400px) {
	.col-video{max-height:600px;}
	.videoWrapper {
		padding-top:8vw;
	}
}


/**********************************
******** COULEURS ET AFTER ********
 *********************************/
.couleur-1{
	background-color:#a0c41e;
}
.couleur-1.fleche-g .fl-col-content::before{
	border-color: transparent #a0c41e transparent transparent;
}
.couleur-1.fleche-d .fl-col-content::before{
	border-color: transparent transparent transparent #a0c41e;
}
.couleur-2{
	background-color:#253761;
}
.couleur-2.fleche-g .fl-col-content::before{
	border-color: transparent #253761 transparent transparent;
}
.couleur-2.fleche-d .fl-col-content::before{
	border-color: transparent transparent transparent #253761;
}
.couleur-3 {
	background-color: #CBD9BE;
}
.couleur-3.fleche-g .fl-col-content::before{
	border-color: transparent #CBD9BE transparent transparent;
}
.couleur-3.fleche-d .fl-col-content::before{
	border-color: transparent transparent transparent #CBD9BE;
}
.couleur-4{
	background-color:#7D9FAA;
}
.couleur-4.fleche-g .fl-col-content::before{
	border-color: transparent #7D9FAA transparent transparent;
}
.couleur-4.fleche-d .fl-col-content::before{
	border-color: transparent transparent transparent #7D9FAA;
}
.couleur-5{
	background-color:#A6A6A6;
}
.couleur-5.fleche-g .fl-col-content::before{
	border-color: transparent #A6A6A6 transparent transparent;
}
.couleur-5.fleche-d .fl-col-content::before{
	border-color: transparent transparent transparent #A6A6A6;
}

.fleche .fl-col-content{
	position:relative;
}
.fleche .fl-col-content::before{
	content: "";
	display:block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}
.fleche-g .fl-col-content::before{
	top: 50%;
	margin-top: -67px;
	left: -66px;
	border-width: 67px 67px 67px 0;
}
.fleche-d .fl-col-content::before{
	top: 50%;
	margin-top: -67px;
	right: -66px;
	border-width: 67px 0 67px 67px;

}

@media screen and (max-width: 991px) {
	.couleur-title .pos-cc{
		position:relative;
		top:auto;
		left:auto;
		transform:none;
	}
	.couleur-image{
		min-height:400px;
	}
	.couleur-image .pos-cc{
		position:absolute;
		top:auto;
		bottom:10%;
		left:50%;
		transform:translateX(-50%);
	}
	.couleur-content{
		padding-top:30px;
		padding-bottom:30px;
		padding-left: 45px;
		padding-right: 20px;
	}
	.fleche .fl-col-content::before{
		margin-top:0;
		top:auto;
		bottom:-67px;
	}
	.fleche-g .fl-col-content::before{
		left:50%;
		margin-left:-33px;
		transform:rotate(-90deg);
	}
	.fleche-d .fl-col-content::before{
		right:50%;
		margin-right:-33px;
		transform:rotate(90deg);
	}
}
/*************************
******** RECETTES ********
 ************************/
.recette-block{
	opacity:0;
	height:0;
	transition: all 2s;
	overflow:hidden;
}
.recette-block.active-recette{
	opacity:1;
	height:auto;
}
.recette-search-wrap{
	padding-left:0;
	padding-right:0;
}
.recette-search-wrap .fl-col-group{
	padding-right:15px;
	padding-left:15px;
}
.recette-search-wrap .col-sm-12{
	padding-left:0;
	padding-right:0;
}
input[type=text].search-needle{
	border-radius: 0;
}
.search-button{
	position:relative;
	left:-1px;
	border-radius:0;
}
.recette-wrap{
	padding:0!important;
	margin:0!important;
	overflow:hidden;
	position:relative;
}
.recette-wrap .fl-col{
	height:400px;
	position:relative;
	width: 50%;
	overflow:hidden
}
.recette-wrap img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	min-height: 100%;
	min-width:100vw;
	max-width: 400%;
	transition: all 0.1s ease-out;
}
.recette-wrap img:hover{
	transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.recette-wrap .fancy-title{
	display:block;
	line-height:1.2em;
}
.recette-wrap .recette-content{
	position:absolute;
	top:50%;
	width:70%;
	left:15%;
	transform:translateY(-50%);
	text-align:center;
}
.recette-wrap  .fancy-title, .recette-wrap .recette-content a{
	color:#FFFFFF;
}
.fl-node-5c62ed0959f28{
	min-height:72vh;
}
.recette-block:nth-of-type(4n + 2) .recette-content-wrapper{
	background-color:#243861;
}
.recette-block:nth-of-type(4n + 3) .recette-content-wrapper{
	background-color:#cbd9be;
}
.recette-block:nth-of-type(4n) .recette-content-wrapper{
	background-color:#7d9fa9;
}
.recette-block:nth-of-type(4n + 1) .recette-content-wrapper{
	background-color:#a9c244;
}
@media screen and (max-width: 767px) {
	.recette-search-wrap{
		padding-left:15px;
		padding-right:15px;
	}
	.recette-wrap{
		height:800px;
	}
	.recette-wrap  .fancy-title{
		font-size:28px;
	}
	.recette-wrap img{
		min-width:100%;
	}
	.recette-search-wrap .col-sm-12:last-child {
		padding-left: 0;
	}
}

@media screen and (max-width: 992px) {
	.recette-search-wrap .col-sm-12 {
		padding-left: 40px;
	}
}

@media screen and (min-width: 993px) {
	.recette-wrap{
		height: 400px;
	}
	.recette-wrap img{
		min-width:50vw;
	}
}
/****************************
******** CONTACT PRO ********
 ***************************/
.protected-warning{
	min-height:72vh;
	text-align:center;
}
.protected-warning h1{
	margin:2em 0;
	line-height:1.2em;
}
.protect-warning p{
	text-align:center;
}
.protected-warning .fl-module-content{
	margin-left: 0;
	margin-right: 0;
}
#wpcf7-f34688-p34444-o1{
	margin-top:3em;
	margin-bottom:3em;
}
/**************************
******** LES TUTOS ********
 *************************/
.tuto-img img{
	max-width:200px!important;
}
.un-tuto{
	cursor:pointer;
}
.un-tuto > .fl-col-content{
	height:24vw;
	position:relative;
	overflow:hidden;
}
.un-tuto > .fl-col-content div.fl-photo-content, .un-tuto > .fl-col-content .tuto-img-wrapper .fl-rich-text{
	height:24vw;
}
.un-tuto > .fl-col-content p{
	margin:0;
}
 .un-tuto > .fl-col-content img {
	transition: all 0.1s ease-out;
	position:absolute;
	width:100%;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
}
.un-tuto > .fl-col-content:hover img{
	width: 105%;
	max-width:105%;
}

.un-tuto .pos-b40-l40{
	left:0;
	bottom:0;
	width:100%;
}
.webid-popin {
	//display:none;
}
.webid-popin > .fl-module-content{
	margin:0;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 102;
	transform: translateX(-50%) translateY(-50%);
	opacity:0;
	transition: opacity 0.5s 0.15s;
}
.webid-popin::before {
	content:'';
	position:fixed;
	top:0;
	left:0;
	width:0;
	height:0;
	background-color:#353535;
	opacity:0.7;
	z-index: 101;
	opacity:0;
	transition: opacity 0.2s;
}

.webid-popin.active-popin {
	display:block;
}

.webid-popin.active-popin::before {
	width:100vw;
	height:100vh;
	opacity:0.7;
}
.webid-popin.active-popin > .fl-module-content {
	opacity:1;
}
.fl-node-5c6532b4e748d > .fl-row-content-wrap {
	height:0;
	overflow:hidden;
}


.une-video{
	cursor:pointer;
}
.une-video > .fl-col-content, .videolike > .fl-col-content{
	height:calc(49vw * 9 / 16);
	position:relative;
	overflow:hidden;
}
.videolike.overlayed2::after{
	display:block;
	content:"";
	position: absolute;
	top: calc(49vw * 9 / 16);
	margin-top:-90px;
	left: 0;
	right: 0;
	width:100%;
	height: 90px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	z-index: 2;
}
.une-video > .fl-col-content div.fl-photo-content, .une-video > .fl-col-content .une-video-img-wrapper .fl-rich-text{
	height:calc(49vw * 9 / 16);
}
.une-video > .fl-col-content p{
	margin:0;
}
.une-video > .fl-col-content img {
	margin:0;
	transition: all 0.1s ease-out;
	position:absolute;
	width:100%;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
}
.une-video > .fl-col-content:hover img{
	width: 105%;
	max-width:105%;
}

@media screen and (min-width: 992px) and (max-width: 1420px) {
	.un-tuto .fancy-title{
		font-size:28px;
	}
	.un-tuto .pos-b40-l40{
		margin-left:0;
		margin-right:0;
	}
}

@media screen and (max-width: 992px) {
	.un-tuto > .fl-col-content, .un-tuto > .fl-col-content div.fl-photo-content, .un-tuto > .fl-col-content .tuto-img-wrapper .fl-rich-text{
		height:50vw;
	}
	.un-tuto .fancy-title, .un-tuto .une-video, .un-tuto .fancy-title{
		font-size:28px;
	}
	.videolike{
		display:none!important;
	}
	.une-video .pos-b40-l40{
		left:0;
		bottom:0;
		width:100%;
	}
}


/****************************************
******** Semaine des fromages AOP *******
****************************************/
@media (max-width: 768px) {
	.fl-node-62a06a948a305 .fl-col-small,
	.fl-node-62a06db5954e7 .fl-col-small {
		width: 32% !important;
		display: inline-block;
		position: relative;
	}
}

/****************************************
******** SAUVONS LE LIVAROT *************
****************************************/


.page-id-44355 .fl-page-header,
.page-id-44355 .fl-page-footer-wrap{
	display: none;
} 

.page-id-44355 .fl-page {
	padding-top: 0 !important;
}

.page-id-44355 #wonderplugincarousel-1 .amazingcarousel-nav {
  top: 56%;
}

.page-id-44355 .amazingcarousel-bullet-wrapper {
	border-top: 2px solid #D5D5D5;
	width: 97% !important;
}

.page-id-44355 .amazingcarousel-title {
	margin-top: 60px !important;
}

.page-id-44355  .amazingcarousel-description {
	margin-top: 15px !important;
}

.page-id-44355 .amazingcarousel-button {
	margin-top: 20px !important;
}

.page-id-44355 .amazingcarousel-button {
  vertical-align: middle;
}

.page-id-44355 #wonderplugincarousel-1 .amazingcarousel-image {
  margin: 0 0 40px 0 !important;
}

.page-id-44355 .name-recette { color: #fc6933 !important; }

.amazingcarousel-button button {
	background-color: #FC6933;
	font-family: "Volte",Sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	background-color: #FFFFFF00;
	border-style: solid;
	border-width: 2px;
	border-color: #FC6933;
	border-radius: 35px;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,.17);
	padding: 7px 30px;
	color: #FC6933;
	text-transform: uppercase;
	margin: 0;
}

.amazingcarousel-button button:hover {
	background-color: #FC6933;
	color: #fff;
	border-style: solid;
	border-width: 2px;
	border-color: #FC6933;
}


.on-right { display: none; }

.page-id-44355 .on-right { 
	display: block !important;
	top: 250px;
	right: 0%;
	width: 85px;
	background: #FC6933;
	z-index: 1;
	position: fixed;
	padding: 20px 10px;
	text-align: center;
 }

 .page-id-44355 .on-right .accords p{ 
	color: #fff;
	font-family: "Volte",Sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	text-transform: uppercase;
 }

  .page-id-44355 .on-right .accords a{ 
	color: #3D5146;
	font-family: "Volte",Sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	background-color: #fff;
	border-radius: 20px;
	padding: 5px 15px;
 }

   .page-id-44355 .on-right .accords a:hover{ 
	color: #fff;
	font-family: "Volte",Sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	background-color: #3D5146;
	border-radius: 20px;
	padding: 5px 15px;
	text-decoration: none;
	border: 0;
 }

.page-id-44355 hr.white-border {
  margin-top: 12px;
  margin-bottom: 12px;
  border-top: 1px solid #eee;
}

.insta img:hover { opacity: 0.7; }

.page-id-44355 .amazingcarousel-bullet { 
	border-radius: 0 !important;
	font-size: 16px !important;
	font-family: "Modesto Poster",Sans-serif !important;
	margin: 0 0 0 0 !important;
	width: 32px;
	border-top: 0 !important;
}


@media only screen and (max-width : 640px) {
	.page-id-44355 #wonderplugincarousel-1 .amazingcarousel-nav {
	  top: 28% !important;
	}
	.page-id-44355 .amazingcarousel-title {
	  margin: 120px 0 0 0 !important;
	  width: 100% !important;
	}
	.page-id-44355 .amazingcarousel-description, 
	.page-id-44355 .amazingcarousel-button {
	  margin: 10px 0 0 0 !important;
	  width: 100% !important;
	  font-size: 18px !important;
	}
	.page-id-44355 .amazingcarousel-button button {
	  margin: 15px 0 0 10px !important;
	}
}

