/*
Theme Name: Template Douzou
Theme URI: https://www.campingledouzou.fr/
Description: Theme Douzou
Version: 2.0
Author: Elodie B.
Author URI: https://www.elodieberger.com/
Text Domain: Douzou
*/

/* GENERAL */

html {font-size: 10px;}
body {margin: 0;font-size: 16px;line-height: 1.4; color: #000; background-color: #fff; font-family: 'Roboto', Arial, sans-serif;font-weight:400;}
p, ul, table {font-size: 1em;margin-bottom:1em;}
a {color: #000;}
.m-text a {font-weight: 700; text-decoration: underline;}
.m-text a:hover {opacity: .8;}
b, strong {font-weight:700;}
h1, .main-title > * {color: #9c6517; font-size: 1.8em; margin-bottom: 0;font-family: 'Kalam', cursive; font-weight: 700;background: url(images/bambou-titre.webp) no-repeat 0 bottom; padding: 0 46px 34px; display: inline-block;background-size: 110px 59px;}
h2 {color: #9c6517; font-size: 1.55em; margin-bottom: .75em;font-family: 'Kalam', cursive; font-weight: 700;text-align: center;}
h2.chapo {color: #000;font-size: 1.15em;font-family: 'Roboto', Arial, sans-serif; font-weight: 700;text-align: left;}
h3 {color: #99b933; font-size: 1.1em;  margin-bottom: .2em;font-weight: 700;}
@media (min-width: 768px) {
	h1, .main-title > * {font-size: 2.2em; background-size: 139px 74px;}
	h2 {font-size: 1.755em;}
	h2.chapo {font-size: 1.2em;}
	h3 {font-size: 1.25em;}
}
@media (min-width: 992px) {
	h1, .main-title > * {font-size: 2.5em;}
	h2 {font-size: 2em;}
}

.main-title {text-align: center;margin-bottom: 2em; padding-top: 2em;}
@media (min-width: 768px) {
	.main-title {padding-top: 1em;}
}

table{width:100%;border:0;max-width:100%;}
table td, table th {padding:.3em .9em;vertical-align:middle; border: 2px solid #fff;font-size: .9em; background-color: #f6f6f6;}
table thead th, table thead td {padding:.6em .9em;vertical-align: middle; background-color: #a8c242; color: #fff;font-weight: 700;}

.list-unstyled, .list-inline, .list-custom {padding-left: 0; list-style: none;}
.list-inline li {display: inline-block; }
.list-inline li:not(:last-child) {margin-right: 5px; }
.m-text ul {padding-left: 0; list-style: none;}
.m-text li {position: relative; padding-left: 1em;margin-bottom: .3em;}
.m-text li:before {position: absolute;content: ""; width: 7px; height: 7px; border-radius: 50%;left: 1px; top: 8px;background-color: #212121;}
.m-text .list-custom li {padding-left: 1.2em;}
.m-text .list-custom li:before {width: 11px; height: 11px; border-radius: 0;left: 0; top: 6px;}
.m-text .list-custom--green li:before {background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%2399b933' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/></svg>") no-repeat 0 0;}
.m-text .list-custom--orange li:before {background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%23ed9110' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/></svg>") no-repeat 0 0;}

blockquote {font-size: 1.125em; font-style: italic;color: #ed9110;font-weight: 700;margin: 0;padding-left: 65px;background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'><path fill='%23ed9110' d='M15,4l-0.5-2.2C11.1,2,8.7,3.4,8.7,7.7v4.9h6.1V6.4h-2.3C12.4,5,13.3,4.2,15,4z'/><path fill='%23ed9110' d='M6.3,4L5.9,1.8C2.4,2,0,3.4,0,7.7v4.9h6.1V6.4H3.8C3.8,5,4.6,4.2,6.3,4z'/></svg>") no-repeat 0 0;background-size: 40px 40px;}

hr {border-top: 1px solid rgba(0, 0, 0, 0.1);clear: both;margin: 1.5em 0;}

.sep {clear: both; display: block;border-top: 1px solid rgba(0, 0, 0, 0.1); margin: 2em 0;}
.esp {clear: both; display: block;}

.has-transi {-webkit-transition: all .4s 0s; -moz-transition: all .4s 0s;}

.m-text .zoom {display: inline-block;}

.alert {padding: .6em .9em;}
.alert--white {background-color: #fff;}
.alert--grey {background-color: #e1dfdf;}
.alert--greenLight {background-color: #eeefcb;}
.alert--green {background-color: #99b933;}
.alert--orange {background-color: #ed9110;}
.alert--brown {background-color: #9c6517;}

.bg--green {background-color: #99b933;}
.bg--grey {background-color: #e1dfdf;}
.bg--greenLight {background-color: #eeefcb;}

.btn, #submit {padding: .4em 1.2em .3em; font-size: 1.8rem;text-shadow: 0 0 3px rgba(156, 101, 23, 1.0), 1px 1px 1px rgba(156, 101, 23, 1.0);font-family: 'Kalam', cursive; font-weight: 400; text-align: center; background-color: #ed9110; color: #fff; border-radius: 3px; border: 4px solid #9c6517; margin-bottom: 0; text-decoration: none !important; display: inline-block; cursor: pointer; background-image: none; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation;-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.btn:hover, .btn:focus,
#submit:hover, #submit:focus {color: #fff;background-color: #9c6517;text-decoration: none;opacity: 1 !important;}

.btn--green {background-color: #99b933;border-color: #6e8720;text-shadow: 0 0 3px rgba(93, 116, 19, 1.0), 1px 1px 1px rgba(93, 116, 19, 1.0);}
.btn--green:hover, .btn--green:focus {background-color: #6e8720;}

.btn--xl {font-size: 3rem;}

.big-title {background-color: #eeefcb;text-align: center;margin-bottom: 2em;}
.big-title h2 {margin-bottom: 0;}
.big-title span {display: inline-block; background-color: #fff; padding: 5px 17px;}
@media (min-width: 768px) {
	.big-title {margin-bottom: 3em;}
}
/* ******************************* HEADER */

.page-header {z-index: 999; left: 0; top: 0; right: 0;position: absolute;padding-top: 30px;}

.header-toolbar {height: 38px;background-color: rgba(0, 0, 0, 0.65);}
.header-toolbar > .container {position: relative;}

.header-contact {font-size: 0.875em;height: 38px;}
.header-contact-adress {color: #fff;margin: 0;}
.header-contact-adress svg {width: 20px; height: 20px;margin-right: 4px;}
.header-contact-adress svg path {fill: #fff;}
.header-contact-adress span.d-none {margin-left: 4px;}

.header-contact-phone {margin: 0 0 0 10px;}
.header-contact-phone a {display: block; font-weight: 700;color: #99b933; line-height: 38px;padding: 0 6px;}
.header-contact-phone svg {width: 22px; height: 22px; vertical-align: middle;top: -2px;position: relative;}
.header-contact-phone svg path {fill: #99b933;}
.header-contact-phone a:hover {background-color: #99b933; color: #fff; text-decoration: none;}
.header-contact-phone a:hover svg path {fill: #fff;}

.header-logo {position: absolute; left: 82px; top: -33px; z-index: 9999;width: 204px;}
.header-logo a:hover, .header-logo a:focus {text-decoration: none;}
.header-logo img {max-width: 100%;height: auto;}

.header-languages {position: relative;z-index: 998;margin-left: 10px;} 
.languages-dropdown {height: 38px;width: 36px;}
.wpml-ls-legacy-dropdown ul {margin: 0;padding: 0;}
.wpml-ls-legacy-dropdown ul li {display: block;position: relative;}
.wpml-ls-legacy-dropdown a {display: block; line-height: 38px; text-align: center;color: #ed9110;font-size: 18px;text-transform: uppercase;}
.wpml-ls-legacy-dropdown a:hover {text-decoration: none; color: #fff;}
.wpml-ls-legacy-dropdown a.is-open {background-color: rgba(0, 0, 0, 0.65);color: #fff;}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {width: 100%;position: absolute; left: 0; top: 38px;background-color: rgba(0, 0, 0, 0.9);}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {color: #fff;}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover, .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:focus {color: #ed9110;}

@media (max-width: 479px) {
	.header-languages {margin-right: -5px;} 
}
@media (min-width: 480px) {
	.header-languages {margin-left: 15px;} 
}

/* SOCIALS */
.socials button {margin: 0 4px; width: 22px; height: 25px; line-height: 25px; padding: 0; background-color: transparent; border: none; text-align: center; cursor: pointer; display: inline-block; vertical-align: middle;}
.socials button svg {display: block;}
.socials button svg path {fill: #fff;}
.socials button:hover svg path {fill: #99b933;}

@media (min-width: 768px) {
	.page-header-top {position: absolute;padding-top: 100px;}
	.page-header-scroll {position: fixed;padding-top: 0;}
	.header-logo {left: 50%;margin-left: -140px; top: -64px;width: 280px;}
	.header-left {width: 50%;padding-right: 130px;padding-left: 90px;}
	.header-right {height: 38px;width: 50%;padding-left: 130px;}
	.page-header-top .header-toolbar {height: 38px;}
	.page-header-scroll .header-toolbar {height: 0px;background-color: transparent;}
	.page-header-scroll .header-logo,
	.page-header-scroll .header-toolbar > .container > .d-flex {display: none !important;}
}
@media (min-width: 992px) {
	.header-logo {margin-left: -160px; top: -68px;width: 320px;}
	.header-left {padding-right: 145px;}
	.header-right {padding-left: 145px;}
	.header-contact-phone {margin-left: 20px;}
	.header-resa {position: relative;margin: 0 0 0 10px;}
}
@media (min-width: 1200px) {
	.header-logo {margin-left: -180px; top: -78px;width: 360px;}
	.header-left {padding-right: 160px;}
	.header-right {padding-left: 160px;}
	.header-contact-phone {margin-left: 10px;}
}

.breadcrumb {font-size: 10px; padding: 1em 0;color: #f3a20f;}
.breadcrumb a {margin: 0 5px;color: #000;font-size: 12px;}
.breadcrumb_last {color: #000;font-size: 12px;}
.breadcrumb span:first-child > span:first-child > a {margin-left: 0;color: #a8c243;position: relative; padding-left: 20px;}
.breadcrumb span:first-child > span:first-child > a:before {width: 16px; height: 16px; position: absolute; left: 0; top: -1px;content: ""; display: inline-block;background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'><path fill='%23a8c243' d='M488 312.7V456c0 13.3-10.7 24-24 24H348c-6.6 0-12-5.4-12-12V356c0-6.6-5.4-12-12-12h-72c-6.6 0-12 5.4-12 12v112c0 6.6-5.4 12-12 12H112c-13.3 0-24-10.7-24-24V312.7c0-3.6 1.6-7 4.4-9.3l188-154.8c4.4-3.6 10.8-3.6 15.3 0l188 154.8c2.7 2.3 4.3 5.7 4.3 9.3zm83.6-60.9L488 182.9V44.4c0-6.6-5.4-12-12-12h-56c-6.6 0-12 5.4-12 12V117l-89.5-73.7c-17.7-14.6-43.3-14.6-61 0L4.4 251.8c-5.1 4.2-5.8 11.8-1.6 16.9l25.5 31c4.2 5.1 11.8 5.8 16.9 1.6l235.2-193.7c4.4-3.6 10.8-3.6 15.3 0l235.2 193.7c5.1 4.2 12.7 3.5 16.9-1.6l25.5-31c4.2-5.2 3.4-12.7-1.7-16.9z'/></svg>") no-repeat 0 0;}
.breadcrumb_last {margin-left: 5px;}

/* ******************************* NAV */

#nav {display: none;}
.main-nav {position: absolute; left: 0; right: 0; z-index: 998;background-color: #ed9110;}
.main-nav ul {margin: 0; padding: 0;}
ul.nav-menu {margin: 0;}
ul.nav-menu li { display:block;position: relative;}
ul.nav-menu a:hover,
ul.nav-menu a:focus {text-decoration: none;}
ul.nav-menu li span {display: none;}
ul.nav-menu ul.sub-menu li {padding-left: 18px; margin-bottom: 7px;background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='%232b1f19' d='M218.101 38.101L198.302 57.9c-4.686 4.686-4.686 12.284 0 16.971L353.432 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h341.432l-155.13 155.13c-4.686 4.686-4.686 12.284 0 16.971l19.799 19.799c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L235.071 38.101c-4.686-4.687-12.284-4.687-16.97 0z'/></svg>") no-repeat 0 5px;background-size: 12px 12px;}

.nav-toggle {display: block; position: absolute; top: -15px; left: 5px; background-color: #ed9110;border: 4px solid #9c6517;z-index: 99999;border-radius: 2px;}
.nav-toggle:hover {background-color: #9c6517;}
.nav-icon {width: 68px; height: 68px; padding: 4px 16px 10px; cursor: pointer;}
.nav-icon span {font-family: 'Kalam', cursive; text-shadow: 0 0 3px rgba(156, 101, 23, 1.0), 1px 1px 1px rgba(156, 101, 23, 1.0); font-weight: 400; color: #fff;font-size: 18px;line-height: 1em;padding-top: 21px;display: block;margin-left: -2px;}
.nav-icon:after, 
.nav-icon:before, 
.nav-icon div {background-color: #fff; box-shadow: 0 0 3px rgba(156, 101, 23, 1.0), 1px 1px 1px rgba(156, 101, 23, 1.0); content: ''; display: block; height: 3px; margin: 7px 0; -moz-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.nav-toggle.is-open .nav-icon:before {transform: translateY(20px) rotate(135deg); -webkit-transform: translateY(20px) rotate(135deg); }
.nav-toggle.is-open .nav-icon:after {transform: translateY(0) rotate(-135deg); -webkit-transform: translateY(0) rotate(-135deg); }
.nav-toggle.is-open .nav-icon div {-moz-transform: scale(0); -webkit-transform: scale(0); transform: scale(0); }

@media (max-width:767px) {
	.nav-toggle {position: fixed;top: 10px;}
	body.nav-is-open {overflow: hidden;}
	.main-nav {position: fixed;padding: 25px 0 15px; bottom: 0; overflow-y: scroll;}
	.page-header-top + .main-nav {top: 68px;}
	.page-header-scroll + .main-nav {top: 0;padding-top: 52px;}
	.main-nav .socials {text-align: right; margin-bottom: 15px;}
	.main-nav .socials button:hover svg path {fill: #9c6517;}
	ul.nav-menu .sub-menu {display: none;background-color:rgba(255, 255, 255, 0.2);padding: 10px 10px 5px;}
	ul.nav-menu a {display: block;}
	ul.nav-menu > li {margin-bottom: 4px;}
	ul.nav-menu > li > a {font-family: 'Kalam', cursive; font-weight: 700;font-size: 1.4em;color: #fff;line-height: 46px;border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
	ul.nav-menu > li.menu-item-has-children > span {display: block; cursor: pointer; width: 32px; height: 32px; position: absolute; right: 0;top: 8px;background: #9c6517 url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'><path fill='white' d='M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z'/></svg>") no-repeat center center;background-size: 24px 24px;}
	ul.nav-menu > li.menu-item-has-children > span.is-open + .sub-menu {display: block;}
	ul.nav-menu > li.menu-item-has-children > span.is-open {background: #9c6517 url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'><path fill='white' d='M368 224H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h352c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z'/></svg>") no-repeat center center;background-size: 24px 24px;}
	ul.nav-menu > li.menu-item-has-children > span:hover {background-color: #774d11;}
	ul.nav-menu > li > a:hover {text-shadow: 0 0 4px rgba(0, 0, 0, 0.4), 1px 1px 2px rgba(0, 0, 0, 0.6);}
	ul.nav-menu .sub-menu a {color: #fff;}
	ul.nav-menu .sub-menu a:hover {color: #2b1f19;}
}
@media (min-width:768px) {
	.page-header-scroll .nav-toggle {top: 0;}
	.main-nav {padding: 65px 0 20px;}
	.page-header-top + .main-nav {top: 138px;}
	.page-header-scroll + .main-nav {position: fixed; top: 0;padding-top: 88px;}
	ul.nav-menu {display: -ms-flexbox; display: flex;-ms-flex-wrap: wrap; flex-wrap: wrap;}
	ul.nav-menu a {display: inline-block;}
	ul.nav-menu > li {width: 25%;margin-bottom: 25px;}
	ul.nav-menu > li > a {font-family: 'Kalam', cursive; font-weight: 700;font-size: 1.4em;color: #fff; margin-bottom: 5px;background: url(images/bambou-nav.webp) right 1px no-repeat; background-size: 24px 24px;padding-right: 28px;}
	ul.nav-menu > li > a:hover {text-shadow: 0 0 4px rgba(0, 0, 0, 0.4), 1px 1px 2px rgba(0, 0, 0, 0.6);}
	ul.nav-menu ul.sub-menu > li > a {font-size: .85em;color: #fff;line-height: 1.2em;}
	ul.nav-menu ul.sub-menu a:hover {color: #2b1f19;}
}
@media (min-width:992px) {
	.page-header-top + .main-nav {padding-top: 85px;}
	ul.nav-menu > li {margin-bottom: 30px;}
	ul.nav-menu > li > a {font-size: 1.6em;background-size: 30px 27px;padding-right: 35px;}
	ul.nav-menu ul.sub-menu li {padding-left: 19px; margin-bottom: 8px;background-size: 14px 14px;background-position: 0 4px;}
	ul.nav-menu ul.sub-menu > li > a {font-size: .9em;}
}
@media (min-width:1200px) {
	.page-header-top + .main-nav {padding-top: 100px;}
	ul.nav-menu > li > a {font-size: 1.875em; background-size: 35px 32px;padding-right: 40px;}
	ul.nav-menu ul.sub-menu li { padding-left: 22px; margin-bottom: 10px;background-size: 16px 16px;background-position: 0 2px;}
	ul.nav-menu ul.sub-menu > li > a {font-size: 1em;}
}

/* ******************************* FOOTER */
.page-footer {background: #99b933;padding: 25px 0 80px; color: #fff;overflow: hidden;}
.page-footer hr {border-color: #708725;margin: 1.2em 0 1.8em;}
.footer-subtitle {font-family: 'Kalam', cursive; font-weight: 700; color: #fff; font-size: 1.25em;margin-bottom: .5em;text-shadow: 0 0 3px rgba(93, 116, 19, 1.0), 1px 1px 1px rgba(93, 116, 19, 1.0);}
.footer-logo img {width: 300px; height: auto;}
.footer-contact {color: #2b1f19;position: relative;z-index: 10;}
.footer-contact-name {font-family: 'Kalam', cursive; font-weight: 700; font-size: 1.375em;margin-bottom: 0;}
.footer-contact-phone {margin-bottom: 0.1em;line-height: 1.25em;}
.footer-contact-phone a {font-family: 'Kalam', cursive; font-weight: 700; font-size: 1.5em; color: #fff;}
.footer-contact-mail a {font-weight: 700;color: #2b1f19;}
.footer-btns .btn {display: block;}
.btn-reviews {margin-top: 20px; display: block; white-space: nowrap; border-radius: 3px; padding: .4em 1em .1em; position: relative; background-color: rgba(43, 31, 25, .18);color: #2b1f19;font-family: 'Kalam', cursive; font-weight: 700;font-size: 18px;}
.btn-reviews img {position: relative; display: inline-block; top: -13px;}
.btn-reviews span {display: inline-block;margin-right: 15px;}
.btn-reviews:hover {background-color: rgba(43, 31, 25, .4);text-decoration: none; color: #fff;}
.footer-downloads li {margin-bottom: 9px;}
.footer-downloads li img {margin-right: 6px;}
.footer-downloads li span {line-height: 1.2em;}
.footer-downloads li a {color: #2b1f19; font-size: 14px; font-weight: 700;display: -ms-flexbox; display: flex;-ms-flex-align: center; align-items: center;}
.footer-partners li {width: 60px;margin: 0 6px 12px;}
.footer-partners li a {display: inline-block;}
.footer-partners img {max-width: 100%; height: auto; border: 1px solid #fff;}
.footer-mentions { clear:both; font-size:12px;color: #2b1f19;}
.footer-mentions a {color: #2b1f19;}
.footer-mentions a:hover,
.footer-mentions a:focus {text-decoration: underline;}
.footer-mentions li:before {content:"-";display: inline-block;margin: 0 5px 0 0;}
.page-footer .socials {padding-top: 8px;}
.page-footer .socials button {margin: 0 6px 0 0;}
.page-footer .socials button:hover svg path {fill: #2b1f19;}
.page-footer .socials button:last-child {margin-right: 0 !important;}
@media (max-width: 767px) {
	.footer-mentions li:first-child:before {content: none;}
}
@media (min-width: 768px) {
	.page-footer {padding-top: 50px;}
	.footer-logo img {position: absolute;z-index: 2; width: 274px;left: -37px;top: -7px;}
	.footer-contact-adress {font-size: .9em;margin-bottom: .5em;}
	.footer-contact-phone a {font-size: 1.3em;}
	.footer-contact-mail a {font-size: .75em;}
	.footer-sitemap li {font-size: 0.8em;width: 50%;margin: 0 0 3px;}
	.footer-sitemap li a {color: #fff;}
	.footer-partners {width: 360px;display: inline-block;}
	.footer-partners li {width: 78px;margin: 0 12px 0 0;}
	.page-footer .socials button {margin-right: 9px;margin-left: 0;}
}
@media (min-width: 992px) {
	.page-footer > .container {position: relative;}
	.page-footer > .container > * {position: relative;z-index: 2;}
	.page-footer > .container:before {content: ""; width: 317px;height: 520px; position: absolute;left: -157px; bottom: -80px;background: url(images/bambou-footer.webp) no-repeat 0 0;}
	.footer-logo img {width: 277px;left: -30px;top: -15px;}
	.footer-contact-adress {font-size: .85em;margin-bottom: 1em;}
	.footer-contact-phone a {font-size: 1.5em;text-shadow: 0 0 3px rgba(93, 116, 19, 1.0), 1px 1px 1px rgba(93, 116, 19, 1.0);}
	.footer-contact-mail a {font-size: 1em;}
	.footer-partners {width: 180px;}
	.footer-partners li {margin: 0 6px 12px;}
	.page-footer .socials button {margin-right: 3px;}
}
@media (min-width: 1200px) {
	.page-footer > .container:before {left: -143px;}
	.footer-logo img {width: 330px;left: -38px;top: -26px;}
	.footer-contact-adress {font-size: 1em;}
	.footer-sitemap li {font-size: 0.875em;}
	.page-footer .socials button {margin-right: 12px;}
}

.post-edit-link {position: fixed; top: 50%; left: 0;font-size: 0;z-index: 9999; text-decoration: none !important;}
.post-edit-link:before {display:block; font-size: 20px; border: 1px solid #fff; width: 35px; height: 35px; background-color: #000; color: #fff; text-align: center; line-height: 35px; content: "✎";}
.post-edit-link:hover:before {background-color: red;}

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

#page {overflow: hidden;}

.bandeau {height: 200px; background-color: #f6f6f6;background: url(images/bandeau-xs.webp) no-repeat center center;}
@media (min-width: 480px) {
	.bandeau {background-image: url(images/bandeau-md.webp);}
}
@media (min-width: 768px) {
	.bandeau {height: 265px;}
}
@media (min-width: 992px) {
	.bandeau {background-image: url(images/bandeau-lg.webp);}
}
@media (min-width: 1200px) {
	.bandeau {background-image: url(images/bandeau-xl.webp);}
}
@media (min-width: 1800px) {
	.bandeau {background-size: cover;}
}

.nocomments {display: none;}
.alignleft {float:left; margin:0 15px 8px 0;}
.alignright {float:right; margin:0 0 8px 15px;}
img.aligncenter {display: block; margin: 0 auto;}

.wp-caption {display: inline-block; max-width: 100%;}
.wp-caption img {margin-bottom:.5rem;line-height:1;}
.wp-caption .wp-caption-text {font-size: .8em; font-style: italic; margin: 0;}

.m-text--color {padding: 1.5em 2em .5em;}
.m-text img {max-width: 100%; height: auto;}
.m-text iframe, .m-text object {max-width: 100%;}
.img-fluid img, .img-fluid source {max-width: 100%; height: auto;}

.faq-items {border-top: 1px solid #ddd;}
.m-faq {border-bottom: 1px solid #ddd;}
.m-faq summary {padding: 15px 0;}


.has-bambouframe {position: relative;}
.has-bambouframe > .m-text {position: relative;}
.has-bambouframe > .m-text > * {position: relative;z-index: 5;}
.has-bambouframe > .m-text:before,.has-bambouframe > .m-text:after {content: "";width: 139px;height: 74px;background: url(images/bambou-cadres.webp) 0 0 no-repeat;position: absolute;z-index: 1;}
.has-bambouframe > .m-text:before {bottom: -22px;left: -16px;}
.has-bambouframe > .m-text:after {background-position: right 0;top: -22px; right: -16px;}

.m-accordion-section {margin-bottom: 3px;}
.m-accordion-title {background-color: #edeeca; color: #2b1f19;padding: .8em 2em .8em 1.2em;position: relative; cursor: pointer;display:block;}
.m-accordion-title:hover {background-color: #e2e3be; text-decoration: none;}
.m-accordion-title:focus {text-decoration: none;outline: none;}
.m-accordion-title:after {position: absolute; right: 1em; top: 50%; margin-top: -14px; content: ""; display: inline-block;width: 22px; height: 28px;background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill='white' d='M151.5 427.8L3.5 281c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 362.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0zm17-160l148-146.8c4.7-4.7 4.7-12.3 0-17l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L160 202.7 40.3 84.2c-4.7-4.7-12.3-4.7-17 0L3.5 104c-4.7 4.7-4.7 12.3 0 17l148 146.8c4.7 4.7 12.3 4.7 17 0z'/></svg>") no-repeat 0 0; }
.m-accordion-title.active:after {-ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg);}
.m-accordion-panel {background-color: #f7f9ea; padding: 1em 1.2em 1px;display:none;}

.m-mosaic {margin: 0 -2px;}
.m-mosaic a {display: block;border: 1px solid #fff;overflow: hidden;}
.m-mosaic a:hover {text-decoration: none;opacity: .9;}
.m-mosaic img {width: 100%; height: auto;-webkit-transition: all .4s 0s; -moz-transition: all .4s 0s; -ms-transition: all .4s 0s; -o-transition: all .4s 0s; transition: all .4s 0s;}
.m-mosaic a:hover img {-webkit-transform: scale(1.02);transform: scale(1.02);}

.section-paralax {position: relative;}
.paralax-img {position: relative;}
.paralax-txt {padding: 15px 0 0;}
@media (min-width: 768px) {
	.section-paralax.has-bambou:before {content: "";width: 132px; height: 233px; background: url(images/bambou-bg2.webp) no-repeat 0 0;left: 0;position: absolute; z-index: -1; bottom: 20%;}
	.paralax-txt {margin: -50px 0 0; min-height: 50px;padding: 1.5em 2em 0;background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0px, rgba(255,255,255,1) 50px, rgba(255,255,255,0) 51px, rgba(255,255,255,0) 52px);background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0px,rgba(255,255,255,1) 50px,rgba(255,255,255,0) 51px,rgba(255,255,255,0) 52px);background: linear-gradient(to bottom,  rgba(255,255,255,1) 0px,rgba(255,255,255,1) 50px,rgba(255,255,255,0) 51px,rgba(255,255,255,0) 52px);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );}
}
@media (min-width: 992px) {
	.section-paralax.has-bambou:before {width: 241px; height: 395px; background: url(images/bambou-bg.webp) no-repeat 0 0;left: 50%;margin-left: -570px; bottom: 0;}
	.paralax-txt {margin: -150px 0 0; min-height: 150px;position: relative;padding: 2.5em 3em 0;background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0px, rgba(255,255,255,1) 150px, rgba(255,255,255,0) 151px, rgba(255,255,255,0) 152px);background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0px,rgba(255,255,255,1) 150px,rgba(255,255,255,0) 151px,rgba(255,255,255,0) 152px);background: linear-gradient(to bottom,  rgba(255,255,255,1) 0px,rgba(255,255,255,1) 150px,rgba(255,255,255,0) 151px,rgba(255,255,255,0) 152px);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );}
	.paralax-txt:after {content: "";z-index: 10; width: 128px;height: 260px;background: url(images/bambou-paralax.webp) no-repeat 0 0;position: absolute; right: -97px;top: -110px;background-size: 128px 260px;}
	.paralax-txt .m-text {position: relative;z-index: 20;}
}
@media (min-width: 1200px) {
	.section-paralax.has-bambou:before {margin-left: -600px;}
	.paralax-txt {margin: -220px 0 0; min-height: 220px;background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0px, rgba(255,255,255,1) 220px, rgba(255,255,255,0) 221px, rgba(255,255,255,0) 222px);background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0px,rgba(255,255,255,1) 220px,rgba(255,255,255,0) 221px,rgba(255,255,255,0) 222px);background: linear-gradient(to bottom,  rgba(255,255,255,1) 0px,rgba(255,255,255,1) 220px,rgba(255,255,255,0) 221px,rgba(255,255,255,0) 222px);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );}
	.paralax-txt:after {width: 148px;height: 300px;right: -115px;top: -80px;background-size: 148px 300px;}
}

.window {position: relative;}
.window-txt {background-color: #99b933;text-align: center; padding: 20px 20px 2px;position: relative;}
.window-txt:before {content: "";width: 150px; height: 67px;background: url(images/bambou-window.webp) no-repeat 0 0; position: absolute; left: 50%; margin-left: -75px; top: -60px;background-size: 150px 67px;}
.window-txt p {font-family: 'Kalam', cursive; font-weight: 400; font-size: 1.2em; color: #fff;}
@media (min-width: 768px) {
	.window:after {content: "";width: 230px; height: 102px;margin-left: -125px; bottom: -10px;background: url(images/bambou-window.webp) no-repeat 0 0; position: absolute; left: 50%;background-size: 230px 102px;}
	.window-txt:before {content: none;}
	.window-txt {background-color: rgba(0, 0, 0, .64); position: absolute; top: 70px;left: 10%;right: 10%;padding: 21px 25px 2px;}
	.window-txt p {font-size: 1.3em;}
}
@media (min-width: 992px) {
	.window:after {width: 300px; height: 133px;background-size: 300px 133px;margin-left: -150px;}
	.window-txt {top: 90px;left: 12%;right: 12%;padding: 30px 30px 10px;}
	.window-txt p {font-size: 1.5em;}
}
@media (min-width: 1200px) {
	.window-txt {top: 100px;padding: 45px 40px 15px;}
	.window-txt p {font-size: 1.875em;}
}

.m-bloc {background-color: #eeefcb;text-align: center;max-width: 325px; margin: 0 auto;position: relative;}
.m-bloc:before {content: "";width: 40px;height: 40px;background-color: #ed9110;border: 4px solid #9c6517;border-radius: 50%;position: absolute;left: 50%; margin-left: -20px; bottom: -20px;background: #ed9110 url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='black' d='M218.101 38.101L198.302 57.9c-4.686 4.686-4.686 12.284 0 16.971L353.432 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h341.432l-155.13 155.13c-4.686 4.686-4.686 12.284 0 16.971l19.799 19.799c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L235.071 38.101c-4.686-4.687-12.284-4.687-16.97 0z'/></svg>") no-repeat center center;background-size: 15px 15px;-webkit-transition: all .4s 0s; -moz-transition: all .4s 0s;}
.m-bloc:hover:before {width: 48px;height: 48px;margin-left: -24px; bottom: -24px;background: #9c6517 url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='white' d='M218.101 38.101L198.302 57.9c-4.686 4.686-4.686 12.284 0 16.971L353.432 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h341.432l-155.13 155.13c-4.686 4.686-4.686 12.284 0 16.971l19.799 19.799c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L235.071 38.101c-4.686-4.687-12.284-4.687-16.97 0z'/></svg>") no-repeat center center;background-size: 20px 20px;}
.m-bloc--green {background-color: #99b933;color: #fff;}
.m-bloc-img {border-bottom: 3px solid #fff;}
.m-bloc-content {padding: 0 10px 25px;text-shadow: 0 0 3px rgba(93, 116, 19, 1.0), 1px 1px 1px rgba(93, 116, 19, 1.0);}
.m-bloc-title {height: 54px; line-height: 54px;}
.m-bloc--blog .m-bloc-title {height: auto; line-height: auto;margin: 10px 0;}
.m-bloc-title a {font-family: 'Kalam', cursive; font-weight: 400; font-size: 1.4em;line-height: 1.1em;display: inline-block;vertical-align: middle;}
.m-bloc--green .m-bloc-title a {color: #fff;}
.m-bloc-title a:hover {text-decoration: none;}
.m-bloc-title a:after {content: "";position: absolute;left: 0; right: 0;top: 0;bottom: 0; z-index: 50;}
.m-bloc-excerpt {font-size: .9em;}
.m-bloc-spec {margin: 0 15px;}
.m-bloc-spec span {font-family: 'Kalam', cursive; font-weight: 700; color: #fff;font-size: 1.2em;white-space: nowrap;}
.m-bloc-spec img {margin-right: 10px;height: auto; width: 38px;}
.m-bloc-spec--last img {width: 30px;}
@media (min-width: 480px) {
	.m-bloc-spec {margin: 0 8px;}
	.m-bloc-spec span {font-size: 1em;}
	.m-bloc-spec img {width: 25px;}
	.m-bloc-spec--last img {width: 18px;}
}
@media (min-width: 768px) {
	.m-bloc-spec {margin: 0 10px;}
	.m-bloc-spec span {font-size: 1.3em;}
	.m-bloc-spec img {width: 32px;}
	.m-bloc-spec--last img {width: 26px;}
}
@media (min-width: 480px) and (max-width: 767px) {
	.m-bloc--blog .m-bloc-title a {font-size: 1.3em;}
	.m-bloc--blog .m-bloc-excerpt {font-size: .85em;}
}
@media (min-width: 768px) and (max-width: 991px) {
	.m-bloc-title a {font-size: 1.3em;}
	.m-bloc-excerpt {font-size: .85em;}
}
@media (min-width: 1200px) {
	.m-bloc-spec {margin: 0 15px;}
	.m-bloc-spec span {font-size: 1.4em;}
	.m-bloc-spec img {width: 36px;}
	.m-bloc-spec--last img {width: 30px;}
}

.m-links {background-color: #e7e6e7;text-align: center;}
.m-links a {font-size: .85em;display: inline-block;background-color: #f2f2f2;color: #000;padding: .5em 1.15em;margin: 0 5px 5px;}
.m-links a span {display: inline-block;vertical-align: middle;}
.m-links a svg {display: inline-block;vertical-align: middle;position: relative;top: -1px; margin-left: 3px; width: 10px; height: 10px;}
.m-links a:hover {background-color: #fff;text-decoration: none;}
@media (min-width: 480px) {
	.m-links a {font-size: .9em;}
}
@media (min-width: 768px) {
	.m-links a {font-size: 1em;}
	.m-links a svg {width: 15px; height: 16px;}
}

/* ******************************* HOME */

.section-actus {background-color: #e1dfdf;}
@media (min-width: 768px) {
	.section-actus {margin-top: -6px;}
}

/* ******************************* FICHE LOC */

.loc-infos {background: #e8edbe url(images/icones-location.webp) no-repeat right 20px bottom 20px;position: relative;}
.loc-infos.nodog {background-image: url(images/icones-location2.webp);}
.loc-spec {margin: 0 15px;}
.loc-spec div {font-family: 'Kalam', cursive; font-weight: 700; color: #99b933;white-space: nowrap;font-size: .8em;}
.loc-spec strong {font-size: 2.2em;}
.loc-spec span {font-size: 1.5em;}
.loc-spec img {margin-right: 10px;height: auto; width: 40px;}
.loc-spec--last img {width: 32px;}
.loc-descript {padding: 20px 20px 60px;}
.loc-descript li {margin-bottom: .2em;}
.loc-descript-pitches .pitch {width: 36px; height: 36px; display: inline-block; background-color: #ed9112; line-height: 36px; text-align: center; border-radius: 50%; margin-right: 6px;font-size: 15px; font-weight: 700;}
.loc-descript-pitches a {color: #000;font-weight: 700;font-size: 15px; text-decoration: underline;margin-left: 5px;}
.loc-descript-pitches a:hover {color: #ed9112}
.btn-inventaire {position: absolute; left: 15px; bottom: 25px;}
.btn-inventaire img {width: 22px; height: auto; margin-right: 5px;}
.btn-inventaire span {font-size: 14px; font-weight: 700;color: #000;text-decoration: underline;}
.btn-inventaire:hover {text-decoration: none;}
.btn-inventaire:hover span {color: #ed9112}
.section-annulation {background: #99b933; color: #fff;}
.section-annulation h2 {color: #fff;}
@media (min-width: 768px) {
	.section-annulation .container {background: transparent url(images/bambou-footer.webp) no-repeat 0 0;}
	.loc-spec img {width: 50px;}
	.loc-spec--last img {width: 40px;}
	.loc-spec div {font-size: 1em;}
	.loc-spec span {font-size: 1.2em;}
}
@media (min-width: 992px) {
	.loc-spec {margin: 0 25px;}
	.loc-spec img {width: 80px;}
	.loc-spec--last img {width: 60px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.loc-infos {height: 380px;background-size: 65px 30px; background-position: right 15px bottom 15px; }
	.loc-descript {padding: 15px 15px 35px;}
	.loc-descript p {font-size: .9em;}
	.loc-descript li {font-size: .9em;}
	.loc-descript-pitches .pitch {width: 32px; height: 32px;line-height: 32px; font-size: 14px;}
}
@media (min-width: 1200px) {
	.loc-infos {height: 453px;}
	.loc-descript {padding: 20px 25px 60px 30px;}
}

#visite iframe {width: 300px;}
@media (min-width: 480px) {
	#visite iframe {width: 400px;}
}
@media (min-width: 768px) {
	#visite iframe {width: 700px;}
}
@media (min-width: 992px) {
	#visite iframe {width: 800px;}
}
@media (min-width: 1200px) {
	#visite iframe {width: 1000px;}
}

.section-ctoutvert {background: #99b933; color: #fff;}
.section-ctoutvert h2 {color: #fff;}
.m-ctoutvert {padding: 15px;background-color: #fff;}
@media (min-width: 768px) {
	.section-ctoutvert .container {background: transparent url(images/bambou-footer.webp) no-repeat 0 0;}
}

/* 404 */
.m-error {margin: 0 auto 3em; max-width: 700px;}

/* ************ Sitemap */
.m-sitemap {margin-bottom: 40px;}
.m-sitemap ul li.page_item {margin-bottom: 0.7em;}
.m-sitemap ul li.page_item.page_item_has_children > a {display: inline-block; margin-bottom: 0.2em;}
.m-sitemap ul li.page_item .children {margin: 0;}
.m-sitemap ul li.page_item .children li {margin-bottom: 0.5em;}

/* ************* BLOG */

.blog-h1 {background: none; color: #000;display: block;padding: 0;text-align: center;margin-bottom: 1em;}
.blog-date {border-top: 1px solid rgba(0, 0, 0, .1);padding: 10px 0;}
.blog-date svg {width: 15px; height: 15px;margin-right: 8px;}
.blog-date span {color: #888;font-size: .85em;}

.comments .comment-edit-link, .comments .says, .comments #comments, .comments .navigation { display:none;}
#commentform label {display: block;}
.comment {margin-bottom: 20px;}
.commentlist {padding: 0;}
.commentlist .comment {padding:1.5rem; background:rgba(255, 255, 255, .5); list-style: none;}
.commentlist .comment-body {position: relative;}
.comment-author {margin-bottom: 1.5rem;}
.comment-author img {margin-right: 5px;border-radius: 50%;}
.comment-author .fn {font-style: normal;overflow: hidden;font-size: 1.4rem;}
.comment-meta {margin-bottom: 1.5rem;font-size: 1.2rem;}
.comment-meta a, .comment-meta a:hover {text-decoration: none; color: #444; cursor: default;}
.comment-meta + p {clear: both;}
.commentlist ul.children {margin: 0;padding: 0;}
.commentlist ul.children .comment { background: rgba(255,255,255,0.6);margin-bottom: 1rem;}
.commentlist ul.children .comment:last-child {margin-bottom: 0;}
.comments .comment-awaiting-moderation {float: right;}
.commentlist .reply {margin-bottom: 1rem; font-size: 1.2rem;}
@media (min-width: 768px) {
	.comment-author {float: left;}
	.comment-meta {float: right;}
}

/* PageNavi */
.wp-pagenavi {text-align: center;}
.wp-pagenavi span, .wp-pagenavi a {display: inline-block; color: #000; font-size: 1em; background-color: #e7e5e6; border-radius: 50%; width: 36px; height: 36px; text-align: center; line-height: 36px; letter-spacing: -0.02em; margin: 0 3px 3px;}
.wp-pagenavi span.current {background-color: #aaa; cursor: default;color: #fff;}
.wp-pagenavi span.pages {display: none;}
.wp-pagenavi span.extend {background-color: transparent;}
.wp-pagenavi a:focus, .wp-pagenavi a:hover {background-color: #e9ecef;text-decoration: none;}

/* Slider */

.flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flexslider a:focus {outline: none; }
.flexslider .slides, .flexslider .slides > li, .flex-control-nav, .flex-direction-nav {margin: 0; padding: 0; list-style: none;} 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;}
.flexslider .slides img {display: block; height: auto; -moz-user-select: none;}
.flexslider .slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .flexslider .slides {display: block; }
* html .flexslider .slides {height: 1%; }
.no-js .flexslider .slides > li:first-child {display: block; }
.flexslider {margin: 0 auto; position: relative; zoom: 1;height:auto;}
.flexslider .slides {zoom: 1; z-index: 50;}
.flexslider .slides > li {position:relative;}
.flex-viewport {max-height: 2000px;-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading:after { background-color: #ed9110; content:""; display:block; width: 40px; height: 40px; position: absolute; left: 50%; margin-left: -20px; top: 50%; margin-top: -20px; -webkit-animation: rotate-loading 1.2s infinite ease-in-out; animation: rotate-loading 1.2s infinite ease-in-out; }
@-webkit-keyframes rotate-loading {0% { -webkit-transform: perspective(120px)} 50% { -webkit-transform: perspective(120px) rotateY(180deg)} 100% { -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)} }
@keyframes rotate-loading {0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)} 50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)} 100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);} }
.flex-control-paging {width: 100%; position: absolute; bottom: 5px; text-align: center; z-index: 70}
.flex-control-paging li {margin: 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {background-color: #fff;opacity: 0.6; font-size: 0; width: 17px; height: 17px; border-radius: 50%; display: block;cursor: pointer;}
.flex-control-paging li a:hover, .flex-control-paging li a:focus {opacity: 0.75;}
.flex-control-paging li a.flex-active {opacity: 1 !important;}
.flex-direction-nav {top: 50%; margin-top: -20px; *height: 0;position: absolute; left: 0; right: 0; z-index: 80;}
.flex-direction-nav li {display: inline-block; zoom: 1; *display: inline; position: relative;}
.flex-direction-nav .flex-disabled {opacity: 0!important; filter:alpha(opacity=0); cursor: default;z-index: -1;}
.flex-direction-nav .flex-nav-prev {float: left;}
.flex-direction-nav .flex-nav-next {float: right;}
.flex-direction-nav a {font-size: 0; position: absolute;text-decoration: none !important; display: block; z-index: 10; overflow: hidden; cursor: pointer; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.flex-direction-nav .flex-nav-next a {right: 0;}
.flex-direction-nav a:before {content: ""; display: inline-block; width: 60px; height: 60px;background: #ed9112 url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'><path fill='white' d='M20.2 247.5L167 99.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17L85.3 256l118.5 119.7c4.7 4.7 4.7 12.3 0 17L184 412.5c-4.7 4.7-12.3 4.7-17 0l-146.8-148c-4.7-4.7-4.7-12.3 0-17zm160 17l146.8 148c4.7 4.7 12.3 4.7 17 0l19.8-19.8c4.7-4.7 4.7-12.3 0-17L245.3 256l118.5-119.7c4.7-4.7 4.7-12.3 0-17L344 99.5c-4.7-4.7-12.3-4.7-17 0l-146.8 148c-4.7 4.7-4.7 12.3 0 17z'/></svg>") no-repeat center center;background-size: 25px 25px;}
.flex-direction-nav a.flex-next:before {background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'><path fill='white' d='M363.8 264.5L217 412.5c-4.7 4.7-12.3 4.7-17 0l-19.8-19.8c-4.7-4.7-4.7-12.3 0-17L298.7 256 180.2 136.3c-4.7-4.7-4.7-12.3 0-17L200 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17zm-160-17L57 99.5c-4.7-4.7-12.3-4.7-17 0l-19.8 19.8c-4.7 4.7-4.7 12.3 0 17L138.7 256 20.2 375.7c-4.7 4.7-4.7 12.3 0 17L40 412.5c4.7 4.7 12.3 4.7 17 0l146.8-148c4.7-4.7 4.7-12.3 0-17z'/></svg>"); background-size: 25px 25px;}
.flex-direction-nav a:hover:before {background-color: #9c6517;}
@media (min-width: 480px) { 
	.flex-control-paging {bottom: 30px;} 
	.flex-direction-nav {margin-top: -30px;}
}

#slider-news {position: relative;padding: 2em 0 3em;}
#slider-news .m-text p {font-size: 1.125em;}
#slider-news .slider-news-title {font-family: 'Kalam', cursive; font-weight: 700; font-size: 1.5em;margin-bottom: .2em;}
@media (min-width: 768px) { 
	#slider-news:before {width: 63px; height: 49px; position: absolute; left: -75px; top:2em; opacity: 0.4;content: ""; display: inline-block;background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'><path fill='%232b1f19' d='M15,4l-0.5-2.2C11.1,2,8.7,3.4,8.7,7.7v4.9h6.1V6.4h-2.3C12.4,5,13.3,4.2,15,4z'/><path fill='%232b1f19' d='M6.3,4L5.9,1.8C2.4,2,0,3.4,0,7.7v4.9h6.1V6.4H3.8C3.8,5,4.6,4.2,6.3,4z'/></svg>") no-repeat 0 0;}
}

.flexslider--gallery .flex-caption {background-color: rgba(0,0,0,0.5); padding: 4px 8px; color: #fff; position: absolute; left: 10px; bottom: 10px; z-index:55;font-size: 11px;}

#slider-1, #slider-1 .slides, #slider-1 .slider-li {height: 280px;}
#slider-1 .slider-li {background-position: center center; background-repeat: no-repeat; background-size: cover;}
#slider-1 .flex-control-nav {bottom: 30px;}
@media (max-width: 479px) {
	#slider-1 {padding-top: 68px;background-color: #99b933;}
}
@media (min-width: 480px) {
	#slider-1, #slider-1 .slides, #slider-1 .slider-li {height: 500px;}
}
@media (max-width: 767px) { 
	#slider-1 .flex-direction-nav {display: none !important;}
}
@media (min-width: 768px) { 
	#slider-1, #slider-1 .slides, #slider-1 .slider-li {height: 700px;}
	#slider-1 .flex-control-nav {display: none !important;}
}
@media (min-width: 1200px) {
	#slider-1, #slider-1 .slides, #slider-1 .slider-li {height: 900px;}
}





/* FORMS */

.form-control, 
#respond input[type=text],#respond input[type=email], #respond textarea,
.widget input[type=text], .widget input[type=email], .widget textarea, .widget select {font-size: 1.6rem;padding: 0.4em 0.8em; color: inherit; background-color: #f6f6f6; border: 4px solid #a8c243; border-radius: 3px;}

.form-control:focus, 
#respond input[type=text]:focus, #respond input[type=email]:focus, #respond textarea:focus,
.widget input[type=text]:focus, .widget input[type=email]:focus, .widget textarea:focus {border-color: #819826;}

.form-control::-webkit-input-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-control::placeholder {color: #000;}

/* Select */
.custom-select {padding: 0.4em 1.3em 0.4em 0.8em; color: #000; background-color: #f6f6f6; border: 4px solid #a8c243; border-radius: 3px;}
.custom-select:focus {background-color: #fff; border-color: #a8c243;}

.custom-select2 {position: relative; overflow: hidden;border-radius: 0 3px 3px 0;}
.custom-select2:before {width: 35px; height: 35px; background-color: #a8c243; border-radius: 0 2px 2px 0; content: ""; position: absolute; top: 0; right: 0; z-index: 10;}
.custom-select2 select {width: calc(100% + 35px);position: relative;z-index: 40;}
.custom-select2 select, .custom-select2 select:focus {background-color: transparent;}
.custom-select2:after {right: 12px; margin-top: -4px; border-top: 8px solid #fff; border-left: 5px solid transparent; border-right: 5px solid transparent; position: absolute;top: 50%;z-index: 30;content: ""; width: 0; height: 0;}

/* Checkbox / Radios */
.custom-control {min-height: 1.5rem; margin-right: 1rem;padding-left: 0; position: relative; position: relative; display: -ms-inline-flexbox; display: inline-flex;}
.custom-control-block {-ms-flexbox; display: flex;-ms-flex-direction: column; flex-direction: column;}
.custom-control .wpcf7-list-item {position: relative;}
.custom-control--checkbox span.wpcf7-list-item-label:after {border-radius: 3px;}
.custom-control--radio span.wpcf7-list-item-label:after {border-radius: 50%;}
.custom-control .wpcf7-list-item input {position: absolute; z-index: -1; opacity: 0;}
.custom-control .wpcf7-list-item label {position: relative;padding-left: 25px;}
.custom-control .wpcf7-list-item span.wpcf7-list-item-label:after {background-color: #f6f6f6; border: 4px solid #a8c243; width: 18px; height: 18px; content: ""; top: 2px; left: 0; position: absolute; display: block;  pointer-events: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-repeat: no-repeat; background-position: center center; background-size: 50% 50%;}
.custom-control--checkbox input:checked + span.wpcf7-list-item-label:after {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
.custom-control--radio input:checked + span.wpcf7-list-item-label:after {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }
.custom-control input:checked + span.wpcf7-list-item-label:after {color: #fff; background-color: #a8c243;}
.custom-control--checkbox input:checked + span.wpcf7-list-item-label:after {background-size: 11px 11px;}

/* VIDEO / MOTEUR */

.bandeau-video {position: relative;}
.bandeau-video .video video {width: 100%; height: auto;}

.m-moteur {background-color: rgba(237, 145, 16, 1);padding: 15px 25px 25px;position: relative;border-bottom: 3px solid #ed9110;z-index:100;}
.m-moteur-title {font-family: 'Kalam', cursive; text-shadow: 0 0 3px rgba(156, 101, 23, 1.0), 1px 1px 1px rgba(156, 101, 23, 1.0);font-weight: 400; font-size: 1.2em;color: #fff;margin: 0 0 10px;text-align: center;}
.m-moteur .searchicon {position: absolute; top: -26px; left: 0;}
.m-moteur .searchicon img {width: 40px; height: auto; position: relative;z-index: 10;}
.m-moteur .searchicon:before {content: "";width: 68px; height: 42px; position: absolute; z-index: 5;top: -16px; left: -18px;background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%23ed9110' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z'/></svg>") no-repeat 0 0;background-size: 68px 68px;}
.m-moteur .form-control {border: none;height: 44px;}
.m-moteur-datepicker {position: relative;display: block;background-color: #fff;border-radius: 3px;cursor: pointer;width: 100%;margin-bottom: 10px;}
.m-moteur-datepicker label {position: absolute; top: 5px; left: 14px; color: #ed9110;font-size: 12px;}
.m-moteur-datepicker:before {cursor: pointer;content: "";display: block; width: 15px; height: 15px; margin-top: -7px; right: 10px; top: 50%; pointer-events: none; position: absolute; background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'><path d='M4.1,0C3.8,0,3.5,0.3,3.5,0.6v0.8H2.6c-1.2,0-2.2,1-2.2,2.2v9.2c0,1.2,1,2.2,2.2,2.2h9.7c1.2,0,2.2-1,2.2-2.2V3.6 c0-1.2-1-2.2-2.2-2.2h-0.9V0.6c0-0.3-0.3-0.6-0.6-0.6c-0.3,0-0.6,0.3-0.6,0.6v0.8H4.7V0.6C4.7,0.3,4.4,0,4.1,0L4.1,0z M10.3,2.5 v0.8c0,0.3,0.3,0.6,0.6,0.6c0.3,0,0.6-0.3,0.6-0.6V2.5h0.9c0.6,0,1.1,0.5,1.1,1.1v9.2c0,0.6-0.5,1.1-1.1,1.1H2.6 c-0.6,0-1.1-0.5-1.1-1.1V3.6C1.6,3,2,2.5,2.6,2.5h0.9v0.8C3.5,3.7,3.8,4,4.1,4s0.6-0.3,0.6-0.6V2.5L10.3,2.5z'/><circle cx='4.4' cy='7.1' r='0.8'/><circle cx='7.5' cy='7.1' r='0.8'/><circle cx='10.6' cy='7.1' r='0.8'/><circle cx='4.4' cy='10.2' r='0.8'/><circle cx='7.5' cy='10.2' r='0.8'/><circle cx='10.6' cy='10.2' r='0.8'/></svg>") no-repeat 0 0;-webkit-filter: invert(9%) sepia(6%) saturate(26%) hue-rotate(323deg) brightness(100%) contrast(82%);filter: invert(9%) sepia(6%) saturate(26%) hue-rotate(323deg) brightness(100%) contrast(82%);}
.m-moteur-datepicker .form-control {background-color: transparent; padding-right: 2em;padding-top: .9em; padding-bottom: .1em;}
.m-moteur .custom-select {background-color: #fff;}
.m-moteur-select {margin-bottom: 10px;}
.m-moteur-btn .btn {width: 100%;}

.main-slider {position: relative;}
.section-actus {padding: 2em 0;}
.actu-title {font-family: 'Kalam', cursive; font-weight: 700; font-size: 1.5em;margin-bottom: .2em;}

@media (max-width: 479px) {
	.bandeau-video {background-color: #99b933;padding-top: 67px;}
}
@media (min-width: 480px) { 
	.m-moteur-datepicker {width: 49%;}
	.m-moteur .d-flex > .m-moteur-datepicker:first-child {margin-right: 2%;}
	.m-moteur-select {width: 49%;margin-right: 2%;margin-bottom: 0;}
	.m-moteur-btn {width: 49%;}
}
@media (max-width: 767px) {
	.m-moteur {height: 250px;}
}
@media (min-width: 768px) { 
	.bandeau-video .video video {border-bottom: 3px solid #ed9110;}
	.m-moteur {padding: 15px;border: none;background-color: rgba(237, 145, 16, .88);}
	.m-moteur .searchicon {left: -20px;}
	.m-moteur .searchicon:before {opacity: .88;}
	.m-moteur-title {font-size: 1.5em;}
	.m-moteur-datepicker {width: 26%;margin-right: 1.5%;margin-bottom: 0;}
	.m-moteur-select {width: 26%;margin-right: 1.5%;margin-bottom: 0;}
	.m-moteur-btn {flex: 1;}
}
@media (min-width: 992px) { 
	.m-moteur {padding: 15px 25px 25px;}
	.m-moteur .searchicon {top: -39px; left: -25px;}
	.m-moteur .searchicon img {width: 65px;}
	.m-moteur .searchicon:before {width: 102px; height: 62px;top: -23px; left: -24px;background-size: 102px 102px;}
}

@media (min-width: 1600px) { 
	.m-moteur .fluid.search {display: flex;}
}

/* WPCF7 */
.wpcf7 .screen-reader-response {position: absolute; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); height: 1px; width: 1px; margin: 0; padding: 0; border: 0; }
.wpcf7 form .wpcf7-response-output {margin: 1.5em 0; padding: 0.8em 1em; border-width: 2px; border-style: solid;}
.wpcf7 form.init .wpcf7-response-output {display: none;}
.wpcf7 form.sent .wpcf7-response-output {background-color: #d4e2d5;border-color: #46b450; /* Green */}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {background-color: #f1cece;border-color: #dc3232; /* Red */}
.wpcf7-form-control-wrap {position: relative;}
.wpcf7-not-valid-tip {color: #dc3232; font-size: .9em; font-weight: normal; display: block;padding-top: 4px;}
.wpcf7-not-valid.form-control {border-color: #dc3232;}
span.wpcf7-list-item {display: inline-block; margin: 0 0 0 1em;}
span.wpcf7-list-item.first {margin-left: 0;}
.list-item-block span.wpcf7-list-item {display: block; margin: 0 0 5px 0;}
span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {content: " ";}
span.wpcf7-list-item input {margin-right: 5px;}
div.wpcf7 .ajax-loader {visibility: hidden; position: relative; display: inline-block; width: 20px; height: 20px; border: none; padding: 0; margin: 0 0 0 4px; vertical-align: middle;}
div.wpcf7 .ajax-loader:after {background-color: #000;width: 20px;height: 20px;content: ""; opacity: .8; position: absolute; top: 0; left: 0;display: inline-block;-webkit-animation: rotate-loading 1.2s infinite ease-in-out; animation: rotate-loading 1.2s infinite ease-in-out;}
div.wpcf7 .placeheld {color: #888;}
div.wpcf7 .ajax-loader.is-active {visibility: visible;} div.wpcf7 div.ajax-error {display: none;} div.wpcf7 input[type="file"] {cursor: pointer;} div.wpcf7 input[type="file"]:disabled {cursor: default;} div.wpcf7 .wpcf7-submit:disabled {cursor: not-allowed;} .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {direction: ltr;}

.wpcf7-acceptance {font-size: .8em;}
.wpcf7-acceptance span.wpcf7-list-item {margin-left: 0;}

/* FANCYBOX */
.fancybox-enabled {overflow: hidden; } .fancybox-enabled body {overflow: visible; touch-action: none; } .fancybox-container {position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99993; backface-visibility: hidden; } .fancybox-container ~ .fancybox-container {z-index: 99992; } .fancybox-bg {position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: #0f0f11; opacity: 0; transition-timing-function: cubic-bezier(.55,.06,.68,.19); backface-visibility: hidden; } .fancybox-container--ready .fancybox-bg {opacity: 0.87; transition-timing-function: cubic-bezier(.22,.61,.36,1); } .fancybox-controls {position: absolute; top: 0; left: 0; right: 0; text-align: center; opacity: 0; z-index: 99994; transition: opacity .2s; pointer-events: none; backface-visibility: hidden; direction: ltr; } .fancybox-show-controls .fancybox-controls {opacity: 1; } .fancybox-infobar {display: none; } .fancybox-show-infobar .fancybox-infobar {display: inline-block; pointer-events: all; } .fancybox-infobar__body {display: inline-block; width: 70px; line-height: 44px; font-size: 13px; text-align: center; color: #ddd; background-color: rgba(30,30,30,0.7); pointer-events: none; user-select: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-font-smoothing: subpixel-antialiased; } .fancybox-buttons {position: absolute; top: 0; right: 0; display: none; pointer-events: all; } .fancybox-show-buttons .fancybox-buttons {display: block; } .fancybox-slider-wrap {overflow: hidden; direction: ltr; } .fancybox-slider-wrap, .fancybox-slider {position: absolute; top: 0; left: 0; bottom: 0; right: 0; padding: 0; margin: 0; z-index: 99993; backface-visibility: hidden; } .fancybox-slide {position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; overflow: auto; outline: none; white-space: normal; box-sizing: border-box; text-align: center; z-index: 99994; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); } .fancybox-slide::before {content: ''; display: inline-block; vertical-align: middle; height: 100%; width: 0; } .fancybox-slide > * {display: inline-block; position: relative; padding: 24px; margin: 44px 0 44px; border-width: 0; vertical-align: middle; text-align: left; background-color: #fff; overflow: auto; box-sizing: border-box; } .fancybox-slide--image {overflow: hidden; } .fancybox-slide--image::before {display: none; } .fancybox-content {display: inline-block; position: relative; margin: 44px auto; padding: 0; border: 0; width: 80%; height: calc(100% - 88px); vertical-align: middle; line-height: normal; text-align: left; white-space: normal; outline: none; font-size: 16px; font-family: Arial, sans-serif; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-overflow-scrolling: touch; } .fancybox-iframe {display: block; margin: 0; padding: 0; border: 0; width: 100%; height: 100%; background: #fff; } .fancybox-slide--video .fancybox-content, .fancybox-slide--video .fancybox-iframe {background: transparent; } .fancybox-placeholder {position: absolute; top: 0; left: 0; margin: 0; padding: 0; border: 0; z-index: 99995; background: transparent; cursor: default; overflow: visible; transform-origin: top left; background-size: 100% 100%; background-repeat: no-repeat; backface-visibility: hidden; } .fancybox-image, .fancybox-spaceball {position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; border: 0; max-width: none; max-height: none; background: transparent; background-size: 100% 100%; } .fancybox-controls--canzoomOut .fancybox-placeholder {cursor: zoom-out; } .fancybox-controls--canzoomIn .fancybox-placeholder {cursor: zoom-in; } .fancybox-controls--canGrab .fancybox-placeholder {cursor: grab; } .fancybox-controls--isGrabbing .fancybox-placeholder {cursor: grabbing; } .fancybox-spaceball {z-index: 1; } .fancybox-tmp {position: absolute; top: -9999px; left: -9999px; visibility: hidden; } .fancybox-error {position: absolute; margin: 0; padding: 40px; top: 50%; left: 50%; width: 380px; max-width: 100%; transform: translate(-50%, -50%); background: #fff; cursor: default; } .fancybox-error p {margin: 0; padding: 0;} .fancybox-close-small {position: absolute; top: 4px; right: 4px; padding: 0; margin: 0; width: 30px; height: 30px; font-size: 21px; line-height: 1; color: #888; font-weight: 300; text-align: center; border-radius: 50%; border-width: 0; cursor: pointer; background: #fff; transition: background .2s; box-sizing: border-box; z-index: 2; } .fancybox-close-small:focus {outline: 1px dotted #888; } .fancybox-slide--video .fancybox-close-small {top : -36px; right : -36px; background: transparent; } .fancybox-close-small:hover {color: #555; background: #eee; } .fancybox-caption-wrap {position: absolute; bottom: 0; left: 0; right: 0; padding: 60px 30px 0 30px; z-index: 99998; backface-visibility: hidden; box-sizing: border-box; background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 20%, rgba(0,0,0,0.2) 40%,rgba(0,0,0,0.6) 80%, rgba(0,0,0,0.8) 100%); opacity: 0; transition: opacity .2s; pointer-events: none; } .fancybox-show-caption .fancybox-caption-wrap {opacity: 1; } .fancybox-caption {padding: 30px 0; text-align: center; font-size: 14px; color: #fff; line-height: 20px; -webkit-text-size-adjust: none; } .fancybox-caption a, .fancybox-caption button {pointer-events: all; } .fancybox-caption a {color: #fff; text-decoration: underline; } .fancybox-button {display: inline-block; position : relative; width: 44px; height: 44px; line-height: 44px; margin: 0; padding: 0; border: 0; border-radius: 0; cursor: pointer; background: transparent; color: #fff; box-sizing: border-box; vertical-align: top; outline: none; } .fancybox-button--disabled {cursor: default; pointer-events: none; } .fancybox-button.fancybox-button--fullscreen:before {left: 50%; top: 50%; margin-left: -10px; margin-top: -10px;display: block;height:20px;width:20px;content: ""; display: inline-block;background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='white' d='M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm-6 336H54a6 6 0 0 1-6-6V118a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v276a6 6 0 0 1-6 6zM128 152c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zM96 352h320v-80l-87.515-87.515c-4.686-4.686-12.284-4.686-16.971 0L192 304l-39.515-39.515c-4.686-4.686-12.284-4.686-16.971 0L96 304v48z'/></svg>") no-repeat 0 0;} .fancybox-button.fancybox-button--play, .fancybox-button.fancybox-button--thumbs {display: none !important;} .fancybox-infobar__body, .fancybox-button {background: rgba(30,30,30,0.6); } .fancybox-button:hover {background: rgba(0,0,0,0.8); } .fancybox-button::before, .fancybox-button::after {content: ''; pointer-events: none; position: absolute; border-color: #fff; background-color: currentColor; color: currentColor; opacity: 0.9; box-sizing: border-box; display: inline-block; } .fancybox-button--disabled::before, .fancybox-button--disabled::after {opacity: 0.5; } .fancybox-button--left::after {left: 20px; top: 18px; width: 6px; height: 6px; background: transparent; border-top: solid 2px currentColor; border-right: solid 2px currentColor; transform: rotate(-135deg); } .fancybox-button--right::after {right: 20px; top: 18px; width: 6px; height: 6px; background: transparent; border-top: solid 2px currentColor; border-right: solid 2px currentColor; transform: rotate(45deg); } .fancybox-button--left {border-bottom-left-radius: 5px; } .fancybox-button--right {border-bottom-right-radius: 5px; } .fancybox-button--close {float: right; } .fancybox-button--close::before, .fancybox-button--close::after {content: ''; display: inline-block; position: absolute; height: 2px; width: 16px; top: calc(50% - 1px); left: calc(50% - 8px); } .fancybox-button--close::before {transform: rotate(45deg); } .fancybox-button--close::after {transform: rotate(-45deg); } .fancybox-loading {border: 6px solid rgba(100, 100, 100, .4); border-top: 6px solid rgba(255, 255, 255, .6); border-radius: 100%; height: 50px; width: 50px; animation: fancybox-rotate .8s infinite linear; background: transparent; position: absolute; top: 50%; left: 50%; margin-top: -25px; margin-left: -25px; z-index: 99999; } @keyframes fancybox-rotate {from {transform: rotate(0deg);} to {transform: rotate(359deg);} } @media all and (max-width: 800px) {.fancybox-controls {text-align: left; } .fancybox-button--left, .fancybox-button--right, .fancybox-buttons button:not(.fancybox-button--close) {display: none !important; } .fancybox-caption {padding: 20px 0; margin: 0; } }

/* GUESTAPP General */
#guestapp-reviews {position: relative; border-radius: 5px !important; font-family: Arial, sans-serif !important; font-size: 12px !important; font-weight: 100 !important; width:100% !important; }
#guestapp-reviews p {margin: 8px 0; }
#guestapp-reviews ul {list-style: none; list-style-type: none; padding: 0; margin: 0; }
#guestapp-reviews table {margin: auto; width: 100%; }
#guestapp-reviews table td {border: 0; vertical-align: top; padding: 0 5px; font-size: 12px; }
.guestapp-criterias {padding: 0 15px; }
.guestapp-comment {padding: 10px; border-radius: 5px; }
.guestapp-center {text-align: center; }
.guestapp-right {text-align: right; }
.guestapp-bold {font-weight: bold; }
.guestapp-scale {border-top: 1px solid white; font-size: 28px; padding: 0 8px; }
.guestapp-mb3 {margin: 3px; }
.guestapp-mb10 {margin-bottom: 10px; }
.guestapp-big2 {font-size: 1.5em; }
.guestapp-big3 {font-size: 3em; line-height: 1.2em; }
.guestapp-bar {background-color: white; border: 1px solid #999; height: 10px; display: block; width: 100%; overflow: hidden; position: relative; margin: auto; }
.guestapp-progress {display: block; height: 100%; width: 0; }
.guestapp-rating-bar {position: absolute; }
.guestapp-link {color: grey; font-weight: 300; font-size: 10px; }
.guestapp-link:hover {color: #da3768; }
.guestapp-see-more {cursor: pointer; }
.guestapp-infos {padding: 20px; }

/* GUESTAPP Review aggregate */
.guestapp-aggregate h1 {margin: 0; text-transform: uppercase; font-size: 20px; /*float: left;*/ width: auto; }
.guestapp-aggregate .guestapp-language {top: 15px; width: auto; position: absolute; right: 15px; }
.guestapp-aggregate > .guestapp-title {width: 100%; padding: 10px; box-sizing: border-box; }
.guestapp-details {margin: 0; padding: 0 10px 10px 10px; }
.guestapp-title {text-align: center; }
.guestapp-aggregate .guestapp-average {box-sizing: border-box; border-radius: 50%; color: white; height: 90px; padding-top: 8px; text-align: center; width: 90px; margin: 20px auto 0 auto; }

/* GUESTAPP Review */
.guestapp-review {padding: 10px; }
.guestapp-rating {height: 31px; text-align: center; margin: 0 auto 15px auto; }
.guestapp-review table {font-size: inherit; }
.guestapp-review .ga-review-footer li:nth-child(2) {text-align: right; }
.guestapp-review .guestapp-authenticity {text-align: right; }
.guestapp-review .guestapp-authenticity img {height: 30px !important; width: auto; }
.guestapp-footer {padding: 10px 0 0 0; font-size: 10px; }
.guestapp-footer img {height: 40px !important; margin-bottom: 5px; }
.guestapp-criterias-rating td {display: none; }
.guestapp-criterias-rating.open td {display: table-cell; }
.guestapp-review i {font-size: 12px; }
.guestapp-content-reviews {max-height: 475px; overflow: auto; }
.guestapp-response-container {margin-top:10px; }
.guestapp-comment-response {padding: 0 10px; border-left: 1px dashed; }
.guestapp-globals-criterias {display: none; }
.guestapp-globals-criterias.open {display: table; margin-top: 10px !important; }
.guestapp-show-globals-criterias {border-radius: 5px; padding: 5px; font-size: 12px; }

/* GUESTAPP Responsive */
@media (min-width: 480px) {
    .guestapp-infos {max-width: 300px; margin: auto; }
}

/* GUESTAPP Theme sombre */
.guestapp-widget-obscur {background-color: #262f34; border: 1px solid #000; color: #f7f7f7; overflow: hidden; }
.guestapp-widget-obscur table {color: #f7f7f7; }
.guestapp-widget-obscur .guestapp-review {border-bottom: 1px solid #000; }
.guestapp-widget-obscur .guestapp-aggregate > .guestapp-title {background-color: #262f34; }
.guestapp-widget-obscur .guestapp-details {background-color: #262f34; border-bottom: 1px solid #000; }
.guestapp-widget-obscur .guestapp-stars {color: #f7f7f7; }
.guestapp-widget-obscur .guestapp-rate {color: #da3768; }
.guestapp-widget-obscur .guestapp-comment {background: #2B282F; border: 1px solid black; }
.guestapp-widget-obscur .guestapp-footer {border-top: 1px solid black; }
.guestapp-widget-obscur .guestapp-show-globals-criterias {border: 1px solid #A0264B; background-color: #da3768; border-bottom: 2px solid #A0264B; color: white; cursor: pointer; }
.guestapp-widget-obscur .guestapp-details {color: white; }
.guestapp-widget-obscur .guestapp-scale {border-top: 1px solid white; }
.guestapp-widget-obscur .guestapp-progress {background-color: #da3768 !important; }
.guestapp-widget-obscur .guestapp-aggregate .guestapp-average {background-color: #da3768; }

/* GUESTAPP Theme bright */
.guestapp-widget-bright {background-color: #f5f5f5; color: #333; overflow: hidden; }
.guestapp-widget-bright table {color: #333; }
.guestapp-widget-bright .guestapp-review {border-bottom: 1px solid #ccc; }
.guestapp-widget-bright .guestapp-aggregate > .guestapp-title {background-color: #f5f5f5; }
.guestapp-widget-bright .guestapp-details {background-color: #f5f5f5; border-bottom: 1px solid #ccc; }
.guestapp-details {color: #333; }
.guestapp-widget-bright .guestapp-stars {color: #333; }
.guestapp-widget-bright .guestapp-rate {color: #da3768; }
.guestapp-widget-bright .guestapp-comment {background: #fff; border: 1px solid #ccc; }
.guestapp-widget-bright .guestapp-comment-response {border-color: #ccc; }
.guestapp-widget-bright .guestapp-show-globals-criterias {border: 1px solid #A0264B; background-color: #da3768; border-bottom: 2px solid #A0264B; color: white; cursor: pointer; }
.guestapp-widget-bright .guestapp-scale {border-top: 1px solid #ccc; }
.guestapp-widget-bright .guestapp-progress {background-color: #da3768 !important; }
.guestapp-widget-bright .guestapp-aggregate .guestapp-average {background-color: #da3768; }



/* GUESTAPP SIMPLE General */
#guestapp-reviews-simple.guestapp-simple-widget {position: relative; font-family: Arial, sans-serif !important; font-size: 12px !important; font-weight: 100 !important; width:100% !important; }
#guestapp-reviews-simple p {margin: 5px 0; }
#guestapp-reviews-simple.guestapp-simple-widget .guestapp-scale {border-top: 1px solid white; font-size: 28px; padding: 0 8px; }
#guestapp-reviews-simple.guestapp-simple-widget .guestapp-mb3 {margin: 3px; }
#guestapp-reviews-simple.guestapp-simple-widget .guestapp-mb10 {margin-bottom: 10px; }
#guestapp-reviews-simple.guestapp-simple-widget .guestapp-big2 {font-size: 1.5em; }
#guestapp-reviews-simple.guestapp-simple-widget .guestapp-big3 {font-size: 3em; line-height: 1.2em; }
#guestapp-reviews-simple.guestapp-simple-widget .guestapp-cta {border-radius: 5px; padding: 5px; font-size: 12px; width: auto !important; cursor: pointer; }

/* GUESTAPP SIMPLE Review aggregate */
#guestapp-reviews-simple.guestapp-simple-widget .guestapp-aggregate h1 {margin: 0; text-transform: uppercase; font-size: 20px; width: auto; }
#guestapp-reviews-simple.guestapp-simple-widget .guestapp-aggregate .guestapp-average {background-color: #da3768; border-radius: 50%; box-sizing: border-box; color: white; height: 90px; padding-top: 8px; text-align: center; width: 90px; }
#guestapp-reviews-simple.guestapp-simple-widget .guestapp-footer img {height: 40px; }

/* GUESTAPP SIMPLE Widget Simple */
#guestapp-reviews-simple.guestapp-simple-widget {position: relative; max-width: 500px; min-height: 120px; }
#guestapp-reviews-simple.guestapp-simple-widget .guestapp-average {position: relative; display: block; vertical-align: top; margin: 20px auto 0; }
#guestapp-reviews-simple.guestapp-simple-widget .guestapp-infos {display: inline-block; text-align: left;}
#guestapp-reviews-simple.guestapp-simple-widget .guestapp-footer {position: absolute; bottom: 0; right: 0; border:0; text-align: right; margin: 0 5px 5px 0; }
#guestapp-reviews-simple.guestapp-simple-widget .guestapp-link-reviews {padding: 5px; font-size: 12px; text-decoration: none; }

/* GUESTAPP SIMPLE Responsive */
@media (max-width: 480px) {
    #guestapp-reviews-simple.guestapp-simple-widget .guestapp-average {margin: 10px auto; display: block; }
    #guestapp-reviews-simple.guestapp-simple-widget .guestapp-infos {display: block; text-align: center; }
    #guestapp-reviews-simple.guestapp-simple-widget .guestapp-footer {position:relative; text-align: center; margin-top: 15px; }
}

/* GUESTAPP SIMPLE Theme sombre */
#guestapp-reviews-simple.guestapp-widget-obscur {background-color: #262f34; border: 1px solid #000; color: #f7f7f7; overflow: hidden; }
.guestapp-widget-obscur .guestapp-link-reviews {border: 1px solid #A0264B; background-color: #da3768; border-bottom: 2px solid #A0264B; color: white; cursor: pointer; }
#guestapp-reviews-simple.guestapp-widget-obscur .guestapp-scale {border-top: 1px solid white; }
#guestapp-reviews-simple.guestapp-widget-obscur .guestapp-cta {border: 1px solid #A0264B; background-color: #da3768; border-bottom: 2px solid #A0264B; color: white; cursor: pointer; }

/* GUESTAPP SIMPLE Theme bright */
#guestapp-reviews-simple.guestapp-widget-bright {background-color: #f1f2f3; border:none; border-left: 5px solid #b2be2c; color: #333; overflow: hidden; }
.guestapp-widget-bright .guestapp-link-reviews {border: 1px solid #A0264B; background-color: #da3768; border-bottom: 2px solid #A0264B; color: white; cursor: pointer; }
#guestapp-reviews-simple.guestapp-widget-bright .guestapp-scale {border-top: 1px solid #ccc; }
#guestapp-reviews-simple.guestapp-widget-bright .guestapp-cta {border: 1px solid #A0264B; background-color: #da3768; border-bottom: 2px solid #A0264B; color: white; }


/* TARTEAUCITRON */

/** Styles inline **/
@media screen and (max-width: 900px) {
 #tarteaucitronRoot div#tarteaucitronAlertBig button {margin: 0 3px 10px!important;display: inline-block!important;}
}
html body div#tarteaucitronRoot.tarteaucitronBeforeVisible::before {content: none;}
html body #tarteaucitronRoot #tarteaucitronAlertBig::before {content: none;}
html body #tarteaucitronRoot div#tarteaucitronAlertBig {text-align: center; width: auto; font-size: 0; margin: 0; left: 0; right: 0; bottom: 0; top: auto; transform: none; box-shadow: none; border-radius: 0; padding: 10px 15px 15px; background-color: rgba(0, 0, 0, .8);}
html body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {padding: 20px 0 20px 53px;font-size: 13px; margin: 0;background: url("images/cookies.png") no-repeat 0 center;background-size: 35px auto;}
html body #tarteaucitronRoot #tarteaucitronAlertBig button,
html body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert,
html body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl {font-size: 13px !important;padding: 6px 12px; border: 1px solid #fff;text-decoration: none; line-height: 1.2;background-color: rgba(0, 0, 0, .5); color: #fff;margin-bottom: 3px;margin-left: 7px;}
html body #tarteaucitronRoot #tarteaucitronAlertBig button:hover,
html body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert:hover,
html body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl:hover {background-color: #000;}
html body #tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronCTAButton.tarteaucitronAllow {width: 200px; margin-left: calc(50% - 100px) !important;margin-right: calc(50% - 100px) !important; text-transform: uppercase;background-color: #fff; color: #000;padding: 15px;}
html body #tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronCTAButton.tarteaucitronAllow:hover {color: #199001;}
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronCTAButton > span {display: none;}
@media (min-width: 730px) { 
	html body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {width: 80%; text-align: left; margin-left: 10%; margin-right: 10%;padding-right: 200px;}
	html body #tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronCTAButton.tarteaucitronAllow {padding: 9px 20px;width: 180px; position: absolute; right: 11%;top: 20px;margin: 0 !important;}
	html body #tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronCTAButton.tarteaucitronDeny {margin-left: calc(10% + 53px) !important;}
}
@media (min-width: 992px) { 
	html body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {width: 60%; margin-left: 20%; margin-right: 20%;}
	html body #tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronCTAButton.tarteaucitronAllow {right: 21%;top: 20px;}
	html body #tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronCTAButton.tarteaucitronDeny {margin-left: calc(20% + 53px) !important;}
}

.tac_visually-hidden {position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; /* added line */ border: 0;}
div#tarteaucitronAlertBig:focus {outline: 0;}
.tarteaucitron-modal-open{overflow: hidden; height: 100%; }
#tarteaucitronContentWrapper {display:unset;}

/** 14042021 **/
span.tarteaucitronReadmoreSeparator {display: inline!important; }
/** 09052021 **/
.tarteaucitronName .tacCurrentStatus, .tarteaucitronName .tarteaucitronReadmoreSeparator {color: #333!important; font-size: 12px!important; text-transform: capitalize; }

/** 27032021 **/
button.tarteaucitron-toggle-group {display: block; }
span.tarteaucitronH3 {font-weight: 700!important; }
#tarteaucitron #tarteaucitronServices_mandatory .tarteaucitronH3 {font-weight: 500!important; font-size: 14px; margin-top: 7px; }
.tarteaucitronLine {border-left: 0px solid transparent!important; }

/** BETTER MOBILE MODE **/
@media screen and (max-width: 767px) {
    html body #tarteaucitronRoot #tarteaucitron ul#tarteaucitronServices_mandatory .tarteaucitronDeny {display: none!important; }
    html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button,
    html body #tarteaucitronRoot #tarteaucitron .tarteaucitronAsk,
    html body #tarteaucitronRoot #tarteaucitron .tarteaucitronName {width:100%!important; display: block!important; margin-left: 0!important; margin-right: 0!important; box-sizing: border-box!important; max-width: 100%!important; margin-bottom: 8px!important; }
    html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder ul .tarteaucitronLine {padding: 16px!important; }
    html body #tarteaucitronRoot #tarteaucitron div#tarteaucitronMainLineOffset .tarteaucitronName {display: none!important; }
    #tarteaucitronServices_mandatory li.tarteaucitronLine .tarteaucitronName span {width: 100%!important; display: inline-block; }
    li.tarteaucitronLine .tarteaucitronName span {width: 80%!important; display: inline-block; }
    html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group {width: 10%!important; position: absolute; top: 20px; right: 20px; font-size: 0px; padding: 10px 0; }
    html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group:before {content: '\0025BE'; font-weight:700; font-size: 14px; }
    html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronIsExpanded button.tarteaucitron-toggle-group:before {content: '\0025B4'; }
}
@media screen and (min-width: 768px) {
    html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group:after {content: '\0025BE'; font-weight:700; font-size: 14px; margin-left: 15px; }
    html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronIsExpanded button.tarteaucitron-toggle-group:after {content: '\0025B4'; margin-left: 15px; }
}

/* Reset CSS */
#tarteaucitronRoot div, #tarteaucitronRoot span, #tarteaucitronRoot applet, #tarteaucitronRoot object, #tarteaucitronRoot iframe, #tarteaucitronRoot h1, #tarteaucitronRoot h2, #tarteaucitronRoot h3, #tarteaucitronRoot h4, #tarteaucitronRoot h5, #tarteaucitronRoot h6, #tarteaucitronRoot p, #tarteaucitronRoot blockquote, #tarteaucitronRoot pre, #tarteaucitronRoot a, #tarteaucitronRoot abbr, #tarteaucitronRoot acronym, #tarteaucitronRoot address, #tarteaucitronRoot big, #tarteaucitronRoot cite, #tarteaucitronRoot code, #tarteaucitronRoot del, #tarteaucitronRoot dfn, #tarteaucitronRoot em, #tarteaucitronRoot img, #tarteaucitronRoot ins, #tarteaucitronRoot kbd, #tarteaucitronRoot q, #tarteaucitronRoot s, #tarteaucitronRoot samp, #tarteaucitronRoot small, #tarteaucitronRoot strike, #tarteaucitronRoot strong, #tarteaucitronRoot sub, #tarteaucitronRoot sup, #tarteaucitronRoot tt, #tarteaucitronRoot var, #tarteaucitronRoot b, #tarteaucitronRoot u, #tarteaucitronRoot i, #tarteaucitronRoot center, #tarteaucitronRoot dl, #tarteaucitronRoot dt, #tarteaucitronRoot dd, #tarteaucitronRoot ol, #tarteaucitronRoot ul, #tarteaucitronRoot li, #tarteaucitronRoot fieldset, #tarteaucitronRoot form, #tarteaucitronRoot label, #tarteaucitronRoot legend, #tarteaucitronRoot table, #tarteaucitronRoot caption, #tarteaucitronRoot tbody, #tarteaucitronRoot tfoot, #tarteaucitronRoot thead, #tarteaucitronRoot tr, #tarteaucitronRoot th, #tarteaucitronRoot td, #tarteaucitronRoot article, #tarteaucitronRoot aside, #tarteaucitronRoot canvas, #tarteaucitronRoot details, #tarteaucitronRoot embed, #tarteaucitronRoot figure, #tarteaucitronRoot figcaption, #tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot output, #tarteaucitronRoot ruby, #tarteaucitronRoot section, #tarteaucitronRoot summary, #tarteaucitronRoot time, #tarteaucitronRoot mark, #tarteaucitronRoot audio, #tarteaucitronRoot video {margin: 0;padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; /*background: initial;*/ text-align: initial; text-shadow: initial; }

/* Animation */
#tarteaucitronRoot * {transition: border 300ms, background 300ms, opacity 200ms, box-shadow 400ms}

/* HTML5 display-role reset for older browsers */
#tarteaucitronRoot article, #tarteaucitronRoot aside, #tarteaucitronRoot details, #tarteaucitronRoot figcaption, #tarteaucitronRoot figure, #tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot section {display: block; }
#tarteaucitronRoot ol, #tarteaucitronRoot ul {list-style: none; }
#tarteaucitronRoot blockquote, #tarteaucitronRoot q {quotes: none; }
#tarteaucitronRoot blockquote:before, #tarteaucitronRoot blockquote:after, #tarteaucitronRoot q:before, #tarteaucitronRoot q:after {content: ''; content: none; }
#tarteaucitronRoot table {border-collapse: collapse; border-spacing: 0; }
#tarteaucitronRoot a:focus-visible, #tarteaucitronRoot button:focus-visible {outline: 3px dashed #3d86d8; }

/* Better scroll management */
div#tarteaucitronMainLineOffset {margin-top: 0!important; }
div#tarteaucitronServices {margin-top: 30px!important; }
#tarteaucitronServices::-webkit-scrollbar {width: 5px; }
#tarteaucitronServices::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0); }
#tarteaucitronServices::-webkit-scrollbar-thumb {background-color: #ddd; outline: 0px solid slategrey; }
div#tarteaucitronServices {box-shadow: 0 40px 60px #545454; }

/* Responsive layout for the control panel */
@media screen and (max-width:479px) {
    #tarteaucitron .tarteaucitronLine .tarteaucitronName {width: 90% !important; }
    #tarteaucitron .tarteaucitronLine .tarteaucitronAsk {float: left !important; margin: 10px 15px 5px; }
}

@media screen and (max-width:767px) {
    #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer, #tarteaucitron {background: #fff; border: 0 !important; bottom: 0 !important; height: 100% !important; left: 0 !important; margin: 0 !important; max-height: 100% !important; max-width: 100% !important; top: 0 !important; width: 100% !important; }
    #tarteaucitron .tarteaucitronBorder {border: 0 !important; }
    #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {border: 0 !important; }
    #tarteaucitron #tarteaucitronServices .tarteaucitronTitle {text-align: left !important; }
    .tarteaucitronName .tarteaucitronH2 {max-width: 80%; }
    #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {text-align: center !important; }
    #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button {margin-bottom: 5px; }
}
@media screen and (min-width:768px) and (max-width:991px) {
    #tarteaucitron {border: 0 !important; left: 0 !important; margin: 0 5% !important; max-height: 80% !important; width: 90% !important; }
}

/* Common value */
#tarteaucitronRoot div#tarteaucitron {left: 0; right: 0; margin: auto; }
#tarteaucitronRoot button#tarteaucitronBack {background: #eee; }
#tarteaucitron .clear {clear: both; }
#tarteaucitron a {color: rgb(66, 66, 66); font-size: 11px; font-weight: 700; text-decoration: none; }
#tarteaucitronRoot button {background: transparent; border: 0; }
#tarteaucitronAlertBig strong, #tarteaucitronAlertSmall strong,
#tarteaucitronAlertBig a, #tarteaucitronAlertSmall a {color: #fff; }
#tarteaucitron strong {font-size: 22px; font-weight: 500; }
#tarteaucitron ul {padding: 0; }
#tarteaucitron .tarteaucitronH1, #tarteaucitron .tarteaucitronH2, #tarteaucitron .tarteaucitronH3, #tarteaucitron .tarteaucitronH4, #tarteaucitron .tarteaucitronH5, #tarteaucitron .tarteaucitronH6 {display: block; }

.cookie-list {list-style: none; padding: 0; margin: 0; }

/* Root div added just before </body> */
#tarteaucitronRoot {left: 0; position: absolute; right: 0; top: 0; width: 100%; }
#tarteaucitronRoot * {box-sizing: initial; box-sizing: border-box;color: #333; font-family: sans-serif !important; font-size: 14px; line-height: normal; vertical-align: initial; }
#tarteaucitronRoot .tarteaucitronH1 {font-size: 14px; text-align: center; color: #fff; margin: 5px 0; text-transform: uppercase;}
#tarteaucitronRoot .tarteaucitronH2 {display: inline-block; margin: 12px 0 0 10px; color: #fff; text-transform: uppercase; font-size: 14px !important;}
#tarteaucitronCookiesNumberBis.tarteaucitronH2 {margin-left: 0; }

/* Control panel */
#tarteaucitronBack {background: #fff; display: none; height: 100%; left: 0; opacity: 0.7; position: fixed; top: 0; width: 100%; z-index: 2147483646; }
#tarteaucitron {display: none; max-height: 80%; left: 50%; margin: 0 auto 0 -430px; padding: 0; position: fixed; top: 6%; width: 860px; z-index: 2147483647; }
#tarteaucitron .tarteaucitronBorder {background: #fff; border: 1px solid #333; border-top: 0; height: auto; overflow: auto; }
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
#tarteaucitron #tarteaucitronClosePanel {background: #333333;font-size: 0; color: #fff; cursor: pointer; text-decoration: none; padding: 5px 11px; position: absolute; right: 15px;border-radius: 2px 2px 0 0; text-align: center;}
#tarteaucitron #tarteaucitronClosePanel:after {content: "✕";font-size: 20px;}
#tarteaucitron #tarteaucitronClosePanel:hover {background: #555;}
#tarteaucitron #tarteaucitronDisclaimer {color: #555; font-size: 12px; margin: 15px auto 0; width: 80%; }
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {display: none; position: relative; }
#tarteaucitronCookiesList .tarteaucitronH3.tarteaucitronTitle {width: 100%; box-sizing: border-box; }
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {color: #fff; display: inline-block; font-size: 14px; font-weight: 700; margin: 20px 0px 0px; padding: 5px 20px; text-align: left; width: auto; background: #333; }
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button {background: #eee; color: #333; cursor: pointer; display: block; width: 100%; margin: 0;padding: 7px 15px;}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {color: #fff; font-weight: 500; }
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a:hover {text-decoration: none !important; }
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a {font-size: 22px; }
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {font-size: 14px; }
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle {padding: 5px 10px; margin: 0; }
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {color: #fff; display: none; font-size: 11px; font-weight: 300; margin-top: 0; }
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {color: #333;background: #fff;font-style: italic;padding: 10px 15px 0;font-weight: 300;}
#tarteaucitron #tarteaucitronInfo a {color: #fff; text-decoration: underline; }
#tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine {border-left: 5px solid transparent; margin: 0; overflow: hidden; padding: 10px 5px; border-bottom: 1px solid #eee;}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed {border-color: #1B870B; }
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied {border-color: #9C1A1A; }
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {background: #333; border: 3px solid #333; border-left: 9px solid #333; border-top: 5px solid #333; margin-bottom: 0; margin-top: 21px; position: relative; }
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {background: #333; }
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {margin-left: 15px; margin-top: 2px; }
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName button {color: #fff; }
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {margin-top: 0px !important; }
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {display: inline-block; float: left; margin-left: 10px; text-align: left; width: 50%; }
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {text-decoration: underline; }
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {display: inline-block; float: right; margin: 7px 15px 0; text-align: right; }
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow {background: #555; border-radius: 2px; font-size: 12px !important; text-transform: uppercase; color: #fff; cursor: pointer; display: inline-block; padding: 6px 10px; text-align: center; text-decoration: none; width: auto; border: 0; }
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow > span:before,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny > span:before,
.tac_activate .tarteaucitronAllow > span:before {margin-right: 5px;}
#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected {background-color: #1B870B; opacity: 1; }
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected,
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied2.tarteaucitronIsSelected {background-color: #9C1A1A; opacity: 1; }
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronLine button.tarteaucitronAllow {background-color: #1B870B; }
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {background-color: #9C1A1A; }
#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronLine button.tarteaucitronAllow{opacity: 0.4; }
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {color: #333; font-size: 12px; }
#tarteaucitron .tarteaucitronH3 {font-size: 18px; }
#tarteaucitron #tarteaucitronMainLineOffset .tarteaucitronName {width: auto!important; margin-left: 0!important; font-size: 14px; }
span#tarteaucitronDisclaimerAlert {padding: 0 10px; display: inline-block; }
#tarteaucitron .tarteaucitronBorder, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {border-color: #333!important; }

/* Big alert */
.tarteaucitronAlertBigTop {top: 0; }
.tarteaucitronAlertBigBottom {bottom: 0; }
#tarteaucitronRoot #tarteaucitronAlertBig {background: #333; color: #fff; display: none; font-size: 15px !important; left: 0; position: fixed; box-sizing: content-box; z-index: 2147483645; padding: 10px 0 10px 0; margin: auto; width: 100%; }
#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {font: 15px verdana; color: #fff; }
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {font-weight: 700; }
#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog {cursor: pointer; }
#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronAlertBig #tarteaucitronPersonalize2,
.tarteaucitronCTAButton,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog,
#tarteaucitronRoot .tarteaucitronDeny,
#tarteaucitronRoot .tarteaucitronAllow {background: #008300; color: #fff; cursor: pointer; display: inline-block; font-size: 16px!important; line-height: 1.2; padding: 5px 10px; text-decoration: none; margin-left: 7px; }
#tarteaucitronRoot .tarteaucitronDeny {background: #9C1A1A; }
#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog {background: #fff; color: #333; font-size: 13px; margin-bottom: 3px; margin-left: 7px; padding: 5px 10px; }
#tarteaucitronPercentage {background: #0A0!important; box-shadow: 0 0 2px #fff, 0 1px 2px #555; height: 5px; left: 0; position: fixed; width: 0; z-index: 2147483644; }

/* Icon */
.tarteaucitronIconBottomRight {bottom: 0; right: 0; }
.tarteaucitronIconBottomLeft {bottom: 0; left: 0; }
.tarteaucitronIconTopRight {top: 0; right: 0; }
.tarteaucitronIconTopLeft {top: 0; left: 0; }
.tarteaucitronIconTopLeft #tarteaucitronManager {border-radius: 2px 7px 7px 2px; }
.tarteaucitronIconTopRight #tarteaucitronManager {border-radius: 7px 2px 2px 7px; }
.tarteaucitronIconBottomLeft #tarteaucitronManager {border-radius: 7px 7px 2px 2px; }
.tarteaucitronIconBottomRight #tarteaucitronManager {border-radius: 7px 7px 2px 2px; }
#tarteaucitronIcon { width: 50px; height: 50px; position: fixed; display: none; z-index: 2147483646; left: 0; bottom: 0;background: rgba(0, 0, 0, .8) url("images/cookies.png") no-repeat center 9px;background-size: 22px auto;border-radius: 0 2px 0 0;}
#tarteaucitronIcon:hover {background-color: rgba(0, 0, 0, .95)}
#tarteaucitronIcon #tarteaucitronManager {width: 50px; height: 50px;color: transparent; cursor: pointer; display: inline-block; font-size: 11px !important; padding: 0; border: none; }
#tarteaucitronIcon #tarteaucitronManager:after {content: "cookies"; text-transform: uppercase; font-size: 8px; position: absolute;position: absolute;z-index: 9999;color: #fff;bottom: 4px;left: 6px;}
#tarteaucitronIcon #tarteaucitronManager img {width: 50px; height: 50px; display: none !important;}
#tarteaucitronRoot .tarteaucitronCross::before {content: '\2717'; display: inline-block; color: white; }
#tarteaucitronRoot .tarteaucitronCheck::before {content: '\2713'; display: inline-block; color: white; }
#tarteaucitronRoot .tarteaucitronPlus::before {content: '\271b'; display: inline-block; color: white; background: #333; width: 18px; height: 18px; text-align: center; line-height: 19px; border-radius: 50%; font-size: 12px;margin-right: 4px;cursor: pointer;}

/* Small alert */
.tarteaucitronAlertSmallTop,.tarteaucitronAlertSmallBottom {bottom: 0; }
#tarteaucitronAlertSmall {background: #333; display: none; padding: 0; position: fixed; right: 0; text-align: center; width: auto; z-index: 2147483646; }
#tarteaucitronAlertSmall #tarteaucitronManager {color: #fff; cursor: pointer; display: inline-block; font-size: 11px !important; padding: 8px 10px 8px; }
#tarteaucitronAlertSmall #tarteaucitronManager:hover {background: rgba(255, 255, 255, 0.05); }
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {background-color: gray; border-radius: 5px; display: block; height: 8px; margin-bottom: 1px; margin-top: 5px; overflow: hidden; width: 100%; }
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {display: block; float: left; height: 100%; width: 0%; }
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {background-color: #1B870B; }
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {background-color: #FBDA26; }
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {background-color: #9C1A1A; }
#tarteaucitronAlertSmall #tarteaucitronCookiesNumber {background: rgba(255, 255, 255, 0.2); color: #fff; cursor: pointer; display: inline-block; font-size: 30px; padding: 0px 10px; vertical-align: top; }
#tarteaucitronAlertSmall #tarteaucitronCookiesNumber:hover {background: rgba(255, 255, 255, 0.3); }
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {display: none; max-height: 70%; max-width: 500px; position: fixed; right: 0; width: 100%; }
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {background: #fff; border: 2px solid #333; color: #333; font-size: 11px; height: auto; overflow: auto; text-align: left; }
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList strong {color: #333; }
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle {background: #333; margin-top: 21px; padding: 13px 0 9px 13px; text-align: left; }
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle strong {color: #fff; font-size: 16px; }
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain {background: rgba(51, 51, 51, 0.1); padding: 7px 5px 10px; word-wrap: break-word; }
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:hover {background: rgba(51, 51, 51, 0.2); }
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a {color: #333; text-decoration: none; }
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft {display: inline-block; width: 50%; }
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a strong {color: darkred; }
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight {color: #333; display: inline-block; font-size: 11px; margin-left: 10%; vertical-align: top; width: 30%; }

/* Fallback activate link */
.tac_activate {background: #333; color: #fff; display: table; font-size: 12px; height: 100%; line-height: initial; margin: auto; text-align: center; width: 100%; }
.tac_float {display: table-cell; text-align: center; vertical-align: middle; }
.tac_activate .tac_float strong {color: #fff; }
.tac_activate .tac_float .tarteaucitronAllow {background-color: #1B870B; display: inline-block; }

/* CSS for services */
ins.ferank-publicite, ins.adsbygoogle {text-decoration: none; }
div.amazon_product {height:240px; width:120px; }
.tarteaucitronIsAllowed .tarteaucitronDeny {opacity: 0.4!important; }
.tarteaucitronIsDenied .tarteaucitronAllow {opacity: 0.4!important; }
.tarteaucitronIsAllowed .tarteaucitronAllow {opacity: 1!important; }
.tarteaucitronIsDenied .tarteaucitronDeny {opacity: 1!important; }
.tarteaucitronLine .tarteaucitronAllow, .tarteaucitronLine .tarteaucitronDeny {opacity: 0.4; }
#tarteaucitronServices_mandatory button.tarteaucitronAllow {opacity: 1; }
div#tarteaucitronInfo {display: block!important; position: relative !important; text-align: center!important; max-width: 100%!important; padding: 15px 0 10px!important; margin: -10px 0 10px!important; font-size: 12px!important; border-bottom: 1px solid; border-color: #555; }
a.tarteaucitronSelfLink {position: absolute; left: 0; right: 0; bottom: -30px; text-align: center!important; display: block; height:30px; }
.tarteaucitronMainLine .tarteaucitronH2 {font-size: 1.2em!important; margin-top: 4px!important; }
span.tarteaucitronTitle.tarteaucitronH3 {margin-top: 12px!important; }
#tarteaucitronCloseCross {position:absolute; color: #FFFF; font-size:1.8rem; cursor: pointer; top: 10px; right: 26px }
.tarteaucitron-spacer-20 {height: 20px; display: block; }
.tarteaucitron-display-block {display: block; }
.tarteaucitron-display-none {display: none; }

html body #tarteaucitronServices #tarteaucitronInfo #tarteaucitronPrivacyUrlDialog {background-color: transparent; color: #fff; text-decoration: underline; font-size: 12px !important;}

@media (min-width: 730px) { 
	html body #tarteaucitronRoot div#tarteaucitronAlertBig[style*="display: block;"] {display: -ms-flexbox !important; display: flex !important;-ms-flex-wrap: wrap !important; flex-wrap: wrap !important;}
}

.embed-responsive .tarteaucitron-magic-block {position: absolute; left: 0; top: 0; right: 0;}
