/* 
============================
VARIABLES
============================
*/
:root {
  --ignore-margin: calc(((100vw - 100%) / 2) * (-1));
  --primary-color: #fff;
  --secondary-color: #000000;
  --color-dark: #1e1e1e;
  --color-yellow: #f7d95c;
  --color-green-dark: #194b52;
  --accentColor: var(--color-green-dark);
  --secondColor: var(--color-green-light);
  --color-green: #56ab5f;
  --color-green-light: #e9f0ea;
  --layout-width: 1420px;
  --layout-width-small: 676px;
  --radius-cta: 5px;
}

/* 
============================
accordeon
============================
*/
.content-accordion .handorgel__header button.handorgel__header__button:hover {
  background-color: var(--color-green-light);

}


/* 
============================
Base 
============================
*/

#stickyheader {
  display: none !important;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
::selection {
  color: black;
  background: var(--color-green-light);
}
::-moz-selection {
  color: black;
  background: var(--color-green-light);
}
html {
  overflow-x: hidden;
}
body {
  font-size: 16px;
  font-family: "Montserrat";
  color: var(--color-green-dark);
}
#wrapper {
  min-height: 70vh;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
p a {
  font-weight: 700;
}
.ce_image_text_box_activite a{
  color:#fff;
}

p a:hover {
  text-decoration: underline;
}
ul li {
  line-height: initial;
}
img,
picture {
  max-width: 100%;
  display: block;
  border-style: none;
}
img {
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.ce_image img {
  border-radius: 10px;
}
input,
button,
textarea,
select {
  font: inherit;
  font-size: 16px;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
#top .inside,
#footer .inside,
#bottom .inside,
body.sidebar #container,
.mod_article:not(.fullwidth) > .container,
.fullwidth.boxed-content .contentwrap,
.smallwidth .contentwrap,
.boxed-content .contentwrap,
.autogrid_wrapper.article,
.ce_text_image_bar .inside,
.ce_headerimage .ce_headerimage_inside,
.ce_video_background .ce_video_background_inside,
#offcanvas-top .offcanvas-top-inside,
.ce_calltoaction .ce_calltoaction_inside,
.mod_breadcrumb .mod_breadcrumb_inside,
.mod_pageimage .container,
.ce_easy_slider .swiper-inside .swiper-inside-wrap {
  max-width: var(--layout-width);
  margin-left: auto;
  margin-right: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.font_headline {
  color: var(--color-green-dark);
}
#faq h2 {
  font-size:1.25em;
}


.mod_article.fullwidth-boxed-small > .container {
  max-width: var(--layout-width-small);
}
.header .inside {
  max-width: 100%;
}

.ce_youtube,
.ce_vimeo,
video,
.player,
.player.right-content-area-supported {
  border-radius: 10px !important;
  overflow: hidden;
}
.ce_gallery {
  overflow: visible;
}
.ce_gallery li img,
.ce_gallery li a .content {
  border-radius: 10px;
  overflow: hidden;
}
/* 
============================
TITLE
============================
*/
h1,
#slider h2,
#slider h3,
#slider .ce_headline,
#slider .ce_headline_extended {
  font-weight: 700;
  font-size: 3.125rem;
}
h2 {
  font-weight: 700;
  font-size: 3.4rem;
}
h2,
.ce_headline.txt-color-accent {
  color: var(--color-green-dark);
}
.ce_headline_extended h1,
.ce_headline_extended h2 {
  display: flex;
  flex-direction: column;
}
.intern h2 {
  font-size: 2.2rem;
}
/* 
============================
HYPERTEXT
============================
*/
.ce_hyperlink a,
#footer .ce_hyperlink a,
button.submit {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  margin-bottom: 0;
  background: transparent;
  border: none;
  min-width: none;
  text-transform: uppercase;
  font-weight: 700;
  line-height: initial;
  font-size: 0.9rem;
  color: var(--color-green-dark);
  width: max-content;
  min-height: 51px;
}
.ce_hyperlink a.bon_cadeau {
  color: var(--color-dark);
  border-radius: var(--radius-cta);
  padding: 6px 16px 6px 16px;
}
.ce_hyperlink.btn-accent a,
#footer .ce_hyperlink.btn-accent a {
  background: var(--color-green-dark);
  color: white;
  border-radius: var(--radius-cta);
  padding: 6px 16px 6px 16px;
}
.ce_hyperlink.btn-second a,
#footer .ce_hyperlink.btn-second a,
form.style5 button.submit,
button.submit {
  background: var(--color-green);
  color: white;
  border-radius: var(--radius-cta);
  padding: 6px 20px 6px 16px;
}
form.style5 button.submit {
  justify-content: center;
}
form:not(.form_recherche) label {
  margin-left: 11px;
  padding-bottom: 4px;
  display: inline-block;
}
form fieldset {
  padding: 10px 10px 5px 10px;
  border: 1px solid #ededed;
  border-radius: 8px;
}

.ce_hyperlink a.bon_cadeau {
  background-color: var(--color-yellow);
}
.ce_hyperlink.h-align-center {
  display: flex;
  justify-content: center;
}
.ce_hyperlink a span {
  transition: all 0.3s ease-in-out;
}
.ce_hyperlink a:hover span {
  transform: translateX(4px);
}
.ce_hyperlink a svg.svg_plus {
  transition: all 0.3s ease-in-out;
}
.ce_hyperlink a:hover svg.svg_plus {
  transform: rotate(90deg) scale(0.85);
}
.container_cta_double {
  justify-content: center;
  gap: 40px;
}
.container_cta_double .column {
  max-width: none;
  width: auto;
  padding: 0;
  flex: none;
}
.container_cta_double .ce_hyperlink {
  width: max-content;
}

.ce_hyperlink.btn-accent a:hover svg path,
.ce_hyperlink.btn-second a:hover svg path,
button.submit[type="submit"]:hover svg path,
.mod_cta_reserver:hover svg path {
  fill: var(--color-dark);
}
.ce_hyperlink.btn-accent a:hover,
#footer .ce_hyperlink.btn-accent a:hover,
.mod_cta_reserver:hover {
  background-color: var(--color-yellow);
  color: var(--color-dark);
}
.ce_hyperlink.btn-second a:hover,
#footer .ce_hyperlink.btn-second a:hover,
button.submit:hover,
input.submit[type="submit"]:hover,
button.submit[type="submit"]:hover {
  background-color: var(--color-yellow);
  color: var(--color-dark);
}
.ce_hyperlink a.bon_cadeau:hover {
  background-color: var(--color-green);
  color: white;
}
/* 
============================
HEADER
============================
*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
}
#header .inside {
  display: grid;
  grid-template-rows: 50px 1fr;
  row-gap: 11px;
  column-gap: 18px;
  grid-template-columns: auto 1fr auto;
  height: 177px;
  margin-top: 10px;
  transition: padding 0.4s ease;
}
#header .logos {
  grid-column: 1/2;
  grid-row: 1 / span 2;
}
#header .menu-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  grid-column: 2 / span 2;
  grid-row: 1/2;
  padding-right: 4rem;
}
#header .mainmenu {
  position: relative;
  grid-column: 2/3;
  grid-row: 2/3;
  justify-self: flex-end;
  border-radius: var(--radius-cta);
  background-color: var(--color-green-dark);
  height: max-content;
  width: max-content;
  color: white;
  padding: 0 4px;
  overflow: visible;
}
#header .mod_menu_right {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  grid-column: 3/4;
  grid-row: 2/3;
}
.mainmenu ul.level_1 {
  display: flex;
}
.mainmenu ul li {
  line-height: initial;
}
.mainmenu ul li.info,
.mainmenu ul li.vacance_dordognes,
.mainmenu ul li.offres {
  display: none;
}
.mainmenu ul li a,
.mainmenu ul li strong {
  color: white;
  font-size: 1rem;
  font-weight: 700;
  padding: 16px 18px;
  display: inline-block;
}
.mainmenu ul li a.a-level_1:hover {
  opacity: 0.8;
}
.mainmenu ul li a.trail,
.mainmenu ul li a.active {
  color: rgb(152, 152, 152);
}
.header .mainmenu ul ul li a {
  /*
  display: flex;
  align-items: center;
  */
  gap: 4px;
  color: var(--color-green-dark);
  padding: 12px 18px;
}

.header .mainmenu ul ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  display: inline-block;
  background-color: var(--color-green-dark);
  transition: width 0.2s ease-in-out;
}
.header .mainmenu ul ul li {
  transition: all 0.2s ease-in-out;
}
.header .mainmenu ul ul li:has(a:hover) {
  transform: translateX(12px);
}
.header .mainmenu ul ul li a:hover::before {
  width: 12px;
}
.mainmenu ul ul {
  border-radius: var(--radius-cta);
}
.mod_cta_reserver {
  background-color: var(--color-green);
  color: white;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: var(--radius-cta);
  width: max-content;
}
.mod_cta_reserver {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 18px;
}
.menu-top a {
  color: white;
  font-weight: 700;
  font-size: 1rem;
}
.menu-top li:not(.menu-top_offre) a:hover {
  text-decoration: underline;
}
.menu-top .menu-top_offre a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background-color: var(--color-yellow);
  border-radius: var(--radius-cta);
  font-weight: 700;
  font-size: 0.93rem;
  color: var(--color-dark);
}
.menu-top .menu-top_offre a:hover {
  background-color: var(--color-green);
  color: white;
}
.menu-top .menu-top_offre a:hover svg path {
  fill: white;
}
.menu-top .menu-top_tel a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mainmenu ul li a.trail,
.mainmenu ul li a.active {
  color: white;
}

.mmenu_trigger {
  color: white;
  font-weight: 700;
  right: 16px;
}
.mmenu_trigger .burger {
  height: 28px;
  width: 28px;
}
.mmenu_trigger .burger .burger_lines,
.mmenu_trigger .burger .burger_lines:after,
.mmenu_trigger .burger .burger_lines:before {
  background-color: white;
  height: 3px;
}
.mmenu_trigger .burger .burger_lines:before {
  top: 9px;
}
.mmenu_trigger .burger .burger_lines:after {
  top: -9px;
}
.mod_menu_right .mod_changelanguage {
  color: white;
  font-weight: bold;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mod_changelanguage {
  overflow: visible;
}
.mod_changelanguage p {
  margin-bottom: 0;
}
.mod_changelanguage .container_toggle_lang {
  position: relative;
}
.mod_changelanguage .selected_language {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mod_changelanguage ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: white;
  border-radius: 4px;
}
.mod_changelanguage ul.js-active {
  display: block;
}
.mod_changelanguage ul li a {
  display: inline-block;
  color: var(--color-dark);
  padding: 5px 20px;
}
.mod_changelanguage select {
  display: none;
}

.menu-top picture img {
  height: 48px;
  width: auto;
}
.menu-top > li {
  position: relative;
}
.menu-top > li .mod_customnav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: max-content;
  min-width: 100%;
  padding: 8px 0;
  z-index: 2;
}
.menu-top > li:hover .mod_customnav {
  display: block;
  background-color: white;
  border-radius: 4px;
}
.menu-top > li .mod_customnav a {
  display: inline-block;
  padding: 6px 12px;
  color: black;
  font-weight: 500;
  font-size: 0.9rem;
  width: 100%;
}
.menu-top .menu-top_dropdown > a {
  display: flex;
  align-items: center;
  gap: 8px;
}
/* 
============================
FIXED HEADER
============================
*/

body.fixed-header #header .inside {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 0;
  justify-content: flex-end;
  height: auto;
  padding: 1rem;
}
.intern.fixed-header #header .logos {
  padding-top: 0;
}
body.fixed-header #header .logos {
  margin-right: auto;
}
body.fixed-header #header .logos svg {
  height: 3rem;
  width: auto;
}
body.fixed-header #header .menu-top {
  display: none;
}
/* 
============================
INTERN HEADER
============================
*/
.intern #header,
body.fixed-header #header {
  background-color: #11292e;
}
.intern #header .inside {
  height: 185px;
  padding-top: 10px;
  margin-top: 0;
}

.intern #header .logos {
  padding-top: 20px;
}
.intern #header .logos svg {
  width: 125px;
  height: auto;
}
.intern #slider {
  padding-top: 185px;
  background-color: #efefef;
}
.intern #slider .inside {
  max-width: var(--layout-width);
  margin: auto;
}

/* 
============================
MMENU
============================
*/
#mmenu {
  top: 0 !important;
  height: 100vh !important;
  padding-top: 16vh;
}
#mmenu .mod_navigation li a,
#mmenu .menu-top li.menu-top_dropdown a,
#mmenu .menu-top li.menu-top_offre a {
  padding: 12px 40px 12px 0;
}
#mmenu .mod_navigation li.submenu .opener {
  width: 5rem;
  cursor: pointer;
}
#mmenu .mod_navigation li.submenu .opener.open {
  width: 20px;
}
#mmenu .mod_navigation li.submenu:not(.open) .opener {
  height: 100%;
}
#mmenu .mod_navigation li.submenu.open .opener {
  height: 41px;
}
#mmenu .mod_navigation.mobile_horizontal li a.submenu {
  display: flex;
  justify-content: space-between;
}
#mmenu .mod_navigation.mobile_horizontal li a.submenu.open {
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 12px;
}
#mmenu .mod_navigation.mobile_horizontal li a.submenu:after {
  position: initial;
  transform: none;
}
#mmenu .mod_navigation li a.submenu:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("/files/cto_layout/img/svg/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
#mmenu .mod_navigation.mobile_horizontal li a.submenu.open:after {
  transform: rotate(180deg) translateY(-4px);
}
#mmenu .mod_navigation li.submenu.open .opener {
  right: unset;
  left: 0;
}

.mmenu_open #header .logos svg path {
  fill: black;
}
.mmenu_open .mmenu_trigger {
  color: black;
}
.mmenu_open .mmenu_trigger .burger .burger_lines,
.mmenu_open .mmenu_trigger .burger .burger_lines:after,
.mmenu_open .mmenu_trigger .burger .burger_lines:before {
  background-color: black;
}
.intern.mmenu_open #header,
body.fixed-header.mmenu_open #header {
  background-color: white;
}
#mmenu_bottom {
  display: flex;
  flex-direction: column-reverse;
  gap: 12px;
}
#mmenu #mmenu_bottom {
  padding: 5px 20px 40px 20px;
  z-index: 10;
}
#mmenu .mod_changelanguage p,
#mmenu .mod_changelanguage svg {
  display: none;
}
#mmenu .mod_changelanguage ul {
  display: flex;
  position: initial;
}
#mmenu .mod_changelanguage ul li.active a {
  font-weight: 700;
}
#mmenu .mod_cta_reserver {
  width: 100%;
  justify-content: center;
}

/*
#mmenu .menu-top {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #ededed;
}
#mmenu .menu-top > li.tourisme_chien,
#mmenu .menu-top > li.menu-top_tel,
#mmenu .menu-top > li.menu-top_offre svg {
  display: none;
}
#mmenu .menu-top li.menu-top_dropdown {
  position: relative;
}
#mmenu .menu-top li.menu-top_dropdown a,
#mmenu .menu-top li.menu-top_offre a {
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  color: var(--accentColor);
  font-size: 1rem;
  text-decoration: initial;
  background-color: transparent;
}

#mmenu .menu-top a svg {
  transform: rotate(-90deg);
}
#mmenu .menu-top a svg path {
  fill: var(--color-green-dark);
}
#mmenu .menu-top .opener {
  position: absolute;
  right: 0;
  top: 0;
  width: 5rem;
  height: 100%;
  cursor: pointer;
}
*/

/* 
============================
BREADRCUMB
============================
*/
.mod_breadcrumb {
  padding: 10px 0;
}
.mod_breadcrumb,
.mod_breadcrumb ul li a {
  color: black;
  font-size: 0.875rem;
}
.mod_breadcrumb ul li.active {
  font-weight: 600;
}
.mod_breadcrumb ul {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mod_breadcrumb ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  width: max-content;
}
.mod_breadcrumb li:before {
  content: none !important;
}

/* 
============================
MMENU
============================
*/
#mmenu {
  top: 0;
}
/* 
============================
SLIDER 
============================
*/
#slider .content_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc((100vw - var(--layout-width)) / 2);
  z-index: 1;
  max-width: 685px;
  color: white;
}
#slider h1,
#slider .ce_headline,
#slider .ce_headline_extended,
#slider .ce_headline_extended h2,
#slider .ce_headline_extended h3,
#slider .ce_headline_extended span {
  color: white;
}
#slider .ce_form {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 1;
  background-color: white;
}
.home #slider .ce_gallery img {
  min-height: 90vh;
  object-fit: cover;
}
/* 
============================
FORM - RECHERCHE
============================
*/
.ce_form:has(.form_recherche) {
  display: flex;
  align-items: center;
  gap: 28px;
  width: max-content;
  max-width: 100%;
  border-radius: var(--radius-cta);
  padding: 20px 28px;
}

.form_recherche div.widget {
  margin-bottom: 0;
}
form.form_recherche .formbody {
  display: flex;
  align-items: center;
  gap: 28px;
}
.mod_images_form {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 4px;
  padding-left: 8px;
  overflow: hidden;
}

input[type="date"] svg:not(.svg_datepicker),
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  /*
  display: none;
  -webkit-appearance: none;
  */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
::placeholder,
input::placeholder,
input::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--color-dark) !important;
}

form.form_recherche .widget:not(.widget-submit) {
  border: 1px solid var(--color-dark);
}
form.form_recherche .widget.datepicker {
  max-width: 170px;
}
form.form_recherche .widget:not(.widget-submit) svg {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  pointer-events: none;
}
form.form_recherche label {
  display: none;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0;
  color: var(--color-dark) !important;
}

label.label_datepicker,
form.form_recherche label.label_datepicker {
  opacity: 0;
  display: inline-block;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

form.form_recherche
  .widget:has(input[type="date"].empty_value)
  label.label_datepicker {
  opacity: 1;
}
input[type="date"] {
  color: var(--color-dark);
}
input[type="date"].empty_value {
  color: transparent;
}
input,
textarea,
select {
  padding: 11px 15px;
  border: none !important;
}

.intern .ce_form:has(.form_recherche) {
  background-color: var(--color-green-light);
  margin: auto;
  margin-top: 2rem;
}
form.form_recherche input {
  background-color: transparent;
  min-height: 52px;
}

.firefox form.form_recherche label.label_datepicker {
  opacity: 1 !important;
  top: -3px;
  font-size: 0.7rem;
  transform: none;
}
.firefox input[type="date"] {
  padding-bottom: 0;
}
.firefox input[type="date"].empty_value {
  color: black;
}
.firefox form.form_recherche svg.svg_datepicker {
  display: none;
}
/* 
============================
FORM
============================
*/
select {
  color: #555;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #555;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #555;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #555;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #555;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
/* 
============================
MENU SUIVEUR
============================
*/
.mod_menu_suiveur {
  position: fixed;
  right: 8px;
  top: 15rem;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 999;
}

.mod_menu_suiveur li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 4px;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: var(--radius-cta);
  width: 85px;
  text-align: center;
  height: 85px;
}
.bon_cadeau {
  background-color: var(--color-yellow);
  color: var(--color-dark);
}
.bon_cadeau:hover {
  background-color: var(--color-green);
  color: white;
}
.bon_cadeau:hover svg path {
  fill: white;
}
.mod_menu_suiveur li a svg {
  transition: all 0.2s ease-in-out;
}
.mod_menu_suiveur li a:hover svg {
  transform: rotate(17deg) translateY(-4px);
}
.mod_menu_suiveur li a.mod_cta_reserver:hover {
  border: 2px solid black;
  background-color: var(--color-yellow);
}
.mod_menu_suiveur li a.bon_cadeau:hover {
  border: 2px solid white;
}
/* 
============================
ICONBOX CATEGORIES
============================
*/
.wrapper_iconbox_categories {
  --iconbox-width: 110px;
  display: grid;
  justify-content: flex-end;
  grid-template-columns: repeat(4, var(--iconbox-width));
  grid-template-rows: repeat(3, auto);
  gap: 34px;
  height: max-content;
}
.ce_iconbox_categorie {
  overflow: visible;
}

@media screen and (min-width: 420px) {
  .ce_iconbox_categorie:nth-child(-n + 2) {
    grid-row: 1/2;
  }
  .ce_iconbox_categorie {
    grid-row: 2/3;
  }
  .ce_iconbox_categorie:nth-last-child(-n + 2) {
    grid-row: 3/4;
  }
  .ce_iconbox_categorie:nth-last-child(2) {
    grid-column: 3/4;
  }
  .ce_iconbox_categorie:last-child {
    grid-column: 4/5;
  }
}

.ce_iconbox_categorie a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: var(--iconbox-width);
}
.ce_iconbox_categorie a .ce_iconbox_inside {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-green-dark);
  height: var(--iconbox-width);
  width: 100%;
  border-radius: 10px;
  transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}
.ce_iconbox_categorie a:hover .ce_iconbox_inside {
  transform: translateY(-8px);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: var(--color-yellow);
}

.ce_iconbox_categorie a:hover svg:not(.stroke_svg) path {
  fill: var(--color-dark);
}
.ce_iconbox_categorie a:hover svg.stroke_svg path {
  stroke: var(--color-dark);
}
.ce_iconbox_categorie a .content_text {
  text-align: center;
  font-weight: 700;
  color: var(--color-dark);
  line-height: 1.2;
}
.ce_iconbox_categorie a svg {
  transition: transform 0.25s ease-in-out;
}
.ce_iconbox_categorie a:hover svg {
  transform: scale(0.9);
}
/* 
============================
IMAGE TEXT BOX
============================
*/

.ce_image_text_box img {
  border-radius: 10px;
}
.ce_image_text_box .ce_image_text_box_content {
  margin-top: 18px;
}
.ce_image_text_box .ce_headline {
  color: white;
  font-weight: 700;
  font-size: 1.37rem;
  margin-bottom: 8px;
}
.ce_image_text_box p {
  color: white;
  font-size: 0.9rem;
  margin-bottom: 0;
}

/* 
============================
CE_CABANES
============================
*/
.home .ce_cabanes_categories_slider {
  position: relative;
  margin-top: 48px;
  max-width: 1713px;
  margin: auto;
  padding-bottom: 2rem;
  overflow: visible;
}
.swiper_ce_cabanes {
  max-width: 100%;
  overflow: visible;
}
.swiper_ce_cabanes .container_navigation {
  display: flex;
  align-items: center;
  gap: 12px;
  position: absolute;
  top: -7.6rem;
  right: 5rem;
}
.ce_cabanes_categories_slider p {
  margin-bottom: 0;
}
.ce_cabanes_categories_slider .item {
  display: flex;
  flex-direction: column;
  gap: 18px;
  color: white;
  font-size: 0.9rem;
  transition: all 0.4s ease-in-out;
}
.ce_cabanes_categories_slider .item .cabane_headline {
  color: white;
  font-weight: 700;
  font-size: 1.37rem;
  margin-bottom: 12px;
}
.ce_cabanes_categories_slider .item .content_desc {
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.ce_cabanes_categories_slider .item:hover .content_desc {
  opacity: 1;
}
.ce_cabanes_categories_slider .swiper-slide:nth-child(even) .item {
  transform: translateY(33px);
}
.ce_cabanes_categories_slider .item .ce_image {
  border-radius: 10px;
  overflow: hidden;
}

.ce_cabanes_categories_slider .item img {
  transition: transform 0.3s ease-in-out;
  transform: scale(1.05);
}
.ce_cabanes_categories_slider .item:hover img {
  transform: scale(1);
}
/*
.ce_cabanes_categories_slider .item img {
  height: 459px;
  width: auto;
  object-fit: cover;
}
  */
/*
body:has(.ce_cabanes_categories_slider .item:hover)
  .ce_cabanes_categories_slider
  .item:not(:hover)
  img {

   filter: brightness(0.8);

  transition: transform 0.3s ease-in-out, filter 0.4s ease-in-out;
 
}
   */
.ce_cabanes_categories_slider .swiper-slide:nth-child(odd) .item:hover {
  transform: translateY(33px);
}
.ce_cabanes_categories_slider .swiper-slide:nth-child(even) .item:hover {
  transform: translateY(66px);
}
/* 
============================
IMAGE TEXT BOX - ACTIVITE
============================
*/

.mod_article:has(.ce_image_text_box_activite) {
  overflow: hidden;
}
.ce_image_text_box_activite {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.ce_image_text_box_activite img {
  filter: brightness(0.75);
}
.ce_image_text_box_activite.no_brightness img {
  filter: brightness(1);
}
.ce_image_text_box_activite .content_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 22px;
}
.ce_image_text_box_activite .content_text .desc {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.4s ease-in-out, opacity 0.2s ease-in-out;
}
.ce_image_text_box_activite .content_text p {
  font-size: 1rem;
  font-weight: 500;
}
.ce_image_text_box_activite:hover .content_text .desc {
  max-height: 10rem;
  opacity: 1;
}
.ce_swiper-slider-start:has(.ce_image_text_box_activite) {
  overflow: visible;
  padding-top: 1rem;
}
.ce_swiper-slider-start .container_navigation {
  display: flex;
  gap: 12px;
  position: absolute;
  top: -90px;
  right: 0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: none !important;
}
.swiper-button-next,
.swiper-button-prev {
  position: initial;
  left: unset;
  right: unset;
  top: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 67px;
  height: 67px;
  border-radius: var(--radius-cta);
  background-color: var(--color-yellow);
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: auto;
  height: auto;
}

/* 
============================
BLOCK 3 IMAGES
============================
*/
.mod_article:has(.container_images_trio) > .container {
  padding-top: 14rem;
}
.container_images_trio {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  gap: 24px;
  transform: translateX(-138px);
}
.container_images_trio .ce_image:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/2;
  align-self: flex-end;
  justify-self: flex-end;
}
.container_images_trio .ce_image:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/3;
  justify-self: flex-start;
}
.container_images_trio .ce_image:nth-child(3) {
  grid-column: 1/2;
  grid-row: 2/3;
  justify-self: flex-end;
}
.container_images_trio .ce_hyperlink {
  grid-column: 2/3;
  grid-row: 2/3;
  justify-self: flex-start;
  align-self: flex-end;
  max-width: 100%;
}
.container_images_trio .ce_image:nth-child(2),
.container_images_trio .ce_hyperlink {
  transform: translateY(-102px);
}
.container_images_trio .ce_hyperlink a {
  width: 100%;
}
.container_images_trio img {
  border-radius: 10px;
}
/* 
============================
ILLU SVG
============================
*/
.mod_article:has(.content_svg_threes) .ce_text,
.mod_article:has(.content_svg_threes_second) .ce_text,
.mod_article:has(.content_svg_threes_third) .ce_text {
  position: relative;
}
.mod_article:has(.content_svg_threes),
.mod_article:has(.content_svg_threes_second),
.intern .mod_article:has(.content_svg_threes_third) {
  overflow: hidden;
}
.content_svg_threes {
  position: absolute;
  right: calc(var(--ignore-margin) - 48rem);
  top: -6px;
  height: 100%;
}

.content_svg_threes_second {
  position: absolute;
  right: calc(var(--ignore-margin) - 21rem);
  bottom: 0;
  height: 100%;
}
.home .content_svg_threes_third {
  position: absolute;
  right: calc(var(--ignore-margin) - 17rem);
  bottom: -8rem;
  opacity: 12%;
}
.content_squirrel {
  position: absolute;
  top: 0;
  left: calc(var(--ignore-margin) + 2rem);
  transform: translateY(-79%);
}
.content_squirrel_on_three {
  position: absolute;
  bottom: 0;
  left: calc(var(--ignore-margin) - 16px);
  transform: translateY(97%);
}
.cabane .content_svg_threes_third {
  position: absolute;
  left: calc(var(--ignore-margin) - 17rem);
  top: -12px;
  opacity: 12%;
  transform: scaleX(-1);
}
.content_svg_threes svg,
.content_svg_threes_second svg {
  height: 101%;
  width: auto;
}
/* 
============================
REASSURANCE
============================
*/

.ce_reassurance_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.ce_reassurance_item p {
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.ce_reassurance_item .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  max-width: calc(100% / 6);
  width: 100%;
  padding: 0 10px;
}
.ce_reassurance_item .item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 90%;
  background-color: var(--color-green-dark);
  position: absolute;
  top: 0;
  right: 0;
}
/* 
============================
BLOC col 3 - Calm-authenticite-depaysement
============================
*/
.bloc_cols_3 {
  display: flex;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 8rem;
}
.bloc_cols_3 .content_left,
.bloc_cols_3 .content_right {
  padding: 0;
}
.bloc_cols_3 .content_right {
  display: flex;
  justify-content: flex-end;
}
.bloc_cols_3 .ce_image.image_top {
  position: absolute;
  left: 10rem;
  top: -4rem;
}
.bloc_cols_3 .content_left .ce_image:not(.image_top) {
  transform: translateY(80px);
}

/* 
============================
BLOC bg image - un lieu unique...
============================
*/
.mod_article.bloc_bg_image {
  min-height: 876px;
}
.bloc_bg_image > .container {
  position: initial;
}
.bloc_bg_image .ce_headline_extended,
.bloc_bg_image .ce_hyperlink,
.bloc_bg_image .ce_text {
  position: relative;
  z-index: 1;
  color: white;
}
.bloc_bg_image .ce_headline_extended h2,
.bloc_bg_image .ce_headline_extended h2 span.color-accent,
.bloc_bg_image .ce_hyperlink a {
  color: white;
}
.bloc_bg_image {
  background-color: black;
}
.bloc_bg_image .ce_image {
  position: absolute;
  top: 0;
  left: var(--ignore-margin);
  width: 100vw;
  opacity: 0.5;
}
.bloc_bg_image .ce_image,
.bloc_bg_image .ce_image figure,
.bloc_bg_image .ce_image picture,
.bloc_bg_image .ce_image img {
  height: 100%;
  object-fit: cover;
  margin: auto;
}

.ce_text.text_subtitle {
  font-weight: 500;
  font-size: 2rem;
}

/* 
============================
BLOC img-simple-left - bloc cadeaux
============================
*/
.bloc_img_simple_left {
  overflow: hidden;
  padding-bottom: 5rem;
}
.bloc_img_simple_left .content_img {
  padding: 0;
}
.bloc_img_simple_left .content_img img {
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
}
.bloc_img_simple_left .container > .autogrid_row > .column:not(.content_img) {
  padding-left: 4rem;
}

/* 
============================
AVIS
============================
*/
.ce_testimonials_provider {
  position: relative;
  padding-right: 3rem;
}
.ce_testimonials_provider::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 75%;
  background-color: black;
}
.ce_testimonials_provider ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ce_testimonials_provider ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
}
.ce_testimonials_provider ul li a span {
  margin-bottom: 4px;
}
.ce_testimonials_provider .ce_image {
  min-height: 100px;
  display: flex;
  align-items: center;
}
.ce_testimonial_version1 .text p {
  font-weight: 400;
  font-size: 1.06rem;
}
.ce_testimonial_version1 .name {
  font-size: 1.125rem;
}
.swiper-container:has(.ce_testimonial) {
  padding-bottom: 4rem;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: var(--color-green-dark);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: var(--color-yellow);
}
/* 
============================
FOOTER
============================
*/
#footer {
  overflow: hidden;
}
#footer .inside {
  padding: 52px 40px 0 40px;
}
#footer .inside .container {
  padding-top: 0;
  padding-bottom: 0;
}
#footer .autogrid_row {
  justify-content: space-between;
}
#footer .autogrid_row > .column {
  max-width: none;
  flex: none;
  width: max-content;
  padding: 0;
}
#footer {
  background-color: var(--color-green-light);
}
#footer,
#footer a {
  color: var(--color-green-dark);
}
#footer h2 {
  color: var(--color-green-dark);
  font-size: 1.25rem;
  margin-bottom: 12px;
}
#footer ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.mod_socials svg {
  fill: var(--color-green-dark);
}

body.cabane #footer .ce_gallery {
  margin-bottom: 0;
}
.mod_socials a:hover svg path {
  fill: var(--color-yellow);
}

#footer .mod_socials {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 28px;
  margin-bottom: 1rem;
}
#footer .mod_socials::after {
  content: "";
  width: 35px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--color-green-dark);
  opacity: 0.5;
}
#footer li:before,
#footer li:after {
  content: none;
}
#footer .mod_customnav {
  overflow: visible;
  min-width: 14rem;
}
#footer .mod_customnav ul li {
  margin-bottom: 1rem;
}
#footer .mod_customnav ul li a {
  padding-left: 14px;
}
#footer .mod_customnav ul li a::before {
  content: "";
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 2px;
  border-radius: 10rem;
  background-color: var(--color-green-dark);
  transform: translateY(-50%);
  transition: width 0.2s ease-in-out;
}
#footer .mod_customnav ul li a:hover {
  transform: translateX(12px);
  padding-left: 28px;
}
#footer .mod_customnav ul li a:hover::before {
  width: 12px;
}
#footer .autogrid_row > .column:first-child {
  display: flex;
  align-items: center;
  gap: 28px;
}
#footer .autogrid_row > .content_right {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
#footer .autogrid_row > .content_right h2 {
  margin-bottom: 0;
}
#footer .autogrid_row > .column.list_logos {
  position: relative;
  flex-grow: 1;
  width: 100%;
  background-color: white;
  margin-top: 48px;
  margin-bottom: 0;
  padding: 4px 0;
}
#footer .autogrid_row > .column.list_logos::before {
  content: "";
  position: absolute;
  left: var(--ignore-margin);
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: white;
}
#footer .list_logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
#footer .list_logos a {
  min-width: 0;
}
/* 
============================
BOTTOM
============================
*/
#bottom {
  background-color: var(--color-green-dark);
}
#bottom,
#bottom a,
#bottom .inside,
#bottom .inside a {
  color: white;
  font-weight: 400;
  font-size: 0.875rem;
}
#bottom .inside {
  padding: 14px 40px;
  overflow: visible;
}
#bottom .inside a:hover {
  color: white;
}
#bottom .bandeau-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#bottom .content_squirrel {
  left: unset;
  top: unset;
  right: calc(var(--ignore-margin) + 3rem);
  bottom: 19px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
#bottom .content_squirrel svg {
  width: 186px;
  height: auto;
}

.intern h1 {
  color: var(--color-green-dark);
  font-size: 3rem;
}
.intern .ce_headline_extended h1 span {
  font-size: 1.5rem;
  font-weight: 700;
}

/* 
============================
CE_CABANES LIST CATEGORIES
============================
*/
.mod_article:has(.ce_cabanes_categorie_list) > .container {
  padding-left: 0;
  padding-right: 0;
}
.ce_cabanes_categorie_list p {
  margin-bottom: 0;
  color: white;
}
.ce_cabanes_categorie_list p.cabane_headline {
  font-weight: 700;
  font-size: 1.375rem;
}
.ce_cabanes_categorie_list .item .desc {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  font-size: 0.9rem;
  padding: 10px 12px 0 12px;
  transition: max-height 0.4s ease-in-out, opacity 0.2s ease-in-out;
}
.ce_cabanes_categorie_list .item:hover .desc {
  max-height: 10rem;
  opacity: 1;
}
.ce_cabanes_categorie_list {
  display: grid;
  grid-template-columns: repeat(4, 336px);
  gap: 25px;
}

.ce_cabanes_categorie_list .item {
  position: relative;
  max-width: 336px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.ce_cabanes_categorie_list .item:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.ce_cabanes_categorie_list .item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 177px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0%) 0%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.ce_cabanes_categorie_list .item .content_text {
  position: absolute;
  bottom: 48px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.ce_cabanes_categorie_list .item img {
  transition: all 0.3s ease-in-out;
}
.ce_cabanes_categorie_list .item:hover img {
  transform: scale(1.02);
}
/* 
============================
CE_CABANE
============================
*/
.mod_article > .container:has(.ce_cabane) {
  /*
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  */
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}
.ce_cabane {
  display: grid;
  grid-template-rows: auto 1fr;
  border-radius: 10px;
  overflow: hidden;
  max-width: 336px;
  height: 100%;
  transition: all 0.2s ease-in-out;
}
.ce_cabane:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.ce_cabane .ce_image .image_container {
  max-height: 220px;
}
.ce_cabane .ce_image img {
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.ce_cabane:hover img {
  transform: scale(1.02);
}
.ce_cabane p {
  margin-bottom: 0;
  text-align: center;
}
.ce_cabane .content_top {
  position: relative;
}
.ce_cabane .nb_pers {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: var(--radius-cta);
  background-color: var(--color-yellow);
  color: var(--color-green-dark);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 8px 12px;
}
.ce_cabane .content_bottom {
  padding: 14px 16px 22px 16px;
  background-color: var(--color-green-light);
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 240px;
}
.ce_cabane .name {
  font-weight: 700;
  font-size: 1.37rem;
  margin-bottom: 8px;
}
.ce_cabane .desc {
  position: relative;
  font-size: 0.9rem;
  padding-bottom: 12px;
  margin-bottom: 8px;
}
.ce_cabane .desc::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 125px;
  max-width: 100%;
  height: 1px;
  background-color: var(--color-green-dark);
  opacity: 0.3;
}
.ce_cabane .price {
  margin-bottom: 19px;
}
.ce_cabane .link {
  background-color: var(--color-green-dark);
  color: white;
  border-radius: var(--radius-cta);
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 11px 22px;
  margin-top: auto;
}

/* 
============================
PAGE CABANE DETAILS
============================
*/
body.cabane h3 {
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--color-green-dark);
}
body.cabane .price {
  background-color: var(--color-yellow);
  color: var(--color-green-dark);
  padding: 15px 18px;
  width: max-content;
  border-radius: var(--radius-cta);
  font-weight: 700;
  margin-bottom: 24px;
}
body.cabane .price p {
  margin-bottom: 0;
}
body.cabane .ce_gallery {
  margin-bottom: 56px;
}
body.cabane .ce_gallery ul {
  display: grid;
  grid-template-columns: 1fr 333px 333px;
  grid-template-rows: repeat(2, 218px);
  gap: 25px;
}
body.cabane .ce_gallery ul li:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / span 2;
}
body.cabane .ce_gallery ul li:nth-child(2) {
  grid-column: 2 / 3;
  grid-row: 1 / span 2;
}
body.cabane .ce_gallery ul li:nth-child(3) {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}
body.cabane .ce_gallery ul li:nth-child(4) {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}
.js-hidden {
  display: none !important;
}
body.cabane
  .ce_gallery
  ul
  li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(
    :nth-child(4)
  ) {
  display: none;
}

body.cabane .ce_gallery ul li {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
body.cabane .ce_gallery ul li figure,
body.cabane .ce_gallery ul li picture,
body.cabane .ce_gallery ul li a,
body.cabane .ce_gallery ul li img {
  height: 100%;
  object-fit: cover;
}
body.cabane .ce_gallery ul li .content_link {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.25);
}
body.cabane .ce_gallery ul li .content_link:has(.ce_hyperlink span) {
  pointer-events: none;
}
body.cabane
  .ce_gallery
  ul
  li:has(.ce_hyperlink span):hover
  .content_link
  .ce_hyperlink
  span {
  border: 1px solid white;
}
body.cabane .ce_gallery ul li .ce_hyperlink span {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  line-height: initial;
  font-size: 0.9rem;
  width: max-content;
  min-height: 51px;
  background: var(--color-green-dark);
  color: white;
  border-radius: var(--radius-cta);
  padding: 6px 16px 6px 16px;
}

body.cabane .bloc_image_left,
body.cabane .bloc_image_right {
  border-top: 1px solid #cdcdcd;
}
body.cabane .bloc_image_left .container_text {
  padding-right: calc((100vw - var(--layout-width)) / 2);
  padding-top: 80px;
}

body.cabane .bloc_image_left .ce_image {
  overflow: visible;
  width: max-content;
}
body.cabane .bloc_image_left .ce_image img {
  border-radius: 0;
  max-width: none;
}

body.cabane .bloc_image_right .container_text {
  padding-left: calc((100vw - var(--layout-width)) / 2);
  padding-top: 80px;
}
body.cabane .bloc_image_right .container_image {
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
body.cabane .bloc_image_right .container_image .ce_image {
  width: 100%;
}
body.cabane .bloc_image_right .container_image img {
  border-radius: 0;
  border-bottom-left-radius: 80px;
  width: 100%;
}
body.cabane .bloc_image_right .ce_hyperlink {
  margin-top: 74px;
}
body.cabane .bloc_image_left .ce_iconbox_simple .title {
  max-width: 12rem;
}
body.cabane .container_equip > .column:nth-child(2),
body.cabane .container_equip > .column:nth-child(3) {
  padding-left: 54px;
}
body.cabane .container_equip > .column:nth-child(1),
body.cabane .container_equip > .column:nth-child(2) {
  border-right: 1px solid var(--color-green-dark);
}
body.cabane .container_equip .container_plus {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--color-green-light);
  border-radius: 50rem;
  padding: 28px 0;
  margin-top: 4rem;
}
body.cabane .container_equip .container_plus h3 {
  margin-bottom: 8px;
}
body.cabane .container_equip .container_plus .ce_iconbox_simple {
  margin-bottom: 0;
}
.ce_iconbox_simple {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 8px;
}
.ce_iconbox_simple p {
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: normal;
}
.ce_iconbox_simple svg {
  max-width: 50px;
  max-height: 56px;
}
.ce_iconbox_simple img {
  max-width: 50px !important;
  height: auto !important;
}
.ce_iconbox_simple svg path {
  fill: var(--color-green-dark);
}
.ce_iconbox_simple .content_text {
  display: flex;
  flex-direction: column;
}
.ce_iconbox_simple .content_text .title {
  font-weight: 700;
  text-transform: uppercase;
}
.ce_iconbox_simple .content_text .desc {
  font-weight: 400;
}
.ce_iconbox img {
  max-width: 50px !important;
  height: auto !important;
}
/* 
============================
CUSTOM DATEPICKER
============================
*/
.cabane .column:has(.mod_datepicker) {
  max-width: max-content;
  margin-left: auto;
}
.cabane .column:has(.mod_datepicker) .ce_text {
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
}
.ui-datepicker {
  width: max-content;
  padding: 16px 14px;
}
.ui-widget.ui-widget-content {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}
.ui-widget-header {
  background: transparent;
  border: none;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: transparent;
  border: none;
  text-align: center;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 500;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
  background: var(--color-green);
}
.ui-datepicker .ui-datepicker-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.ui-datepicker .ui-datepicker-title,
.ui-datepicker th {
  font-family: "Montserrat";
  font-weight: 400;
  color: var(--color-green-dark);
}
.ui-datepicker .ui-datepicker-title {
  font-size: 1rem;
}
.ui-datepicker th {
  font-size: 0.75rem;
}
.ui-datepicker td {
  font-family: "Montserrat";
  font-weight: 500;
  color: var(--color-green-dark);
  font-size: 0.9rem;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  color: var(--color-green-dark);
}
.ui-widget-content .ui-state-highlight.ui-state-active {
  color: white;
}
.ui-icon-circle-triangle-w {
  background-position: -96px 0px;
}
.ui-icon-circle-triangle-e {
  background-position: -32px 0px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: relative;
  border-radius: 50%;
  border: none;
}
.ui-datepicker .ui-datepicker-next {
  order: 3;
}
.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
  background-color: var(--color-green);
}
.ui-widget-header .ui-datepicker-prev.ui-state-hover .ui-icon,
.ui-widget-header .ui-datepicker-next.ui-state-hover .ui-icon {
  background-image: url("/files/cto_layout/scripts/jquery-ui-1.14.1/images/ui-icons_ffffff_256x240.png");
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: none;
}
.ui-datepicker-month {
  text-transform: capitalize;
}

.ll-skin-melon .ui-datepicker td {
  background: var(--color-green);
}
.dp-highlightred .ui-state-default,
.dp-highlightred-deb .ui-state-default {
  background: #f82727;
}
/* 
============================
IMAGE 360
============================
*/
.popup_panorama {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.popup_panorama.js-active {
  display: flex;
}
.popup_panorama .panorama {
  width: 50rem;
  max-height: 20rem;
  border-radius: 18px;
}
.panorama {
  min-height: 611px;
}

/* 
============================
POPUP
============================
*/
.ce_popup_content .popup_close {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-green-dark);
  width: 40px;
  height: 40px;
}
.ce_popup_content .popup_close svg path {
  stroke: white;
}
.ce_popup_overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.ce_popup_content {
  min-height: 16rem;
  border-radius: 8px;
  overflow: hidden;
  padding: 40px 20px 35px 20px;
}

/* 
============================
FAQ
============================
*/
.ce_faq {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.ce_faq .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 8px 16px;
  background-color: var(--secondColor);
  border-radius: 8px;
  font-weight: 600;
}
.ce_faq p {
  margin-bottom: 0;
}
.ce_faq .question svg path {
  fill: black;
}
.ce_faq .answer {
  padding: 0 1rem;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}
.ce_faq .item:has(.question.js-active) .answer {
  padding: 1rem 1rem;
  max-height: max-content;
}
/* 
============================
RESPONSIVE
============================
*/
@media screen and (max-width: 1770px) {
  #article-10 {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.cabane .bloc_image_left .ce_image {
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 1650px) {
  .container_images_trio {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1440px) {
  .header .inside,
  .mod_article:has(.ce_cabanes_categorie_list) > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  #header .logos svg {
    width: 7rem;
  }
  #slider .content_text {
    left: 2rem;
  }
  body.cabane .bloc_image_right .container_text {
    padding-left: 40px;
  }
  .ce_cabanes_categorie_list {
    grid-template-columns: repeat(4, 1fr);
  }
  .intern #slider .inside {
    padding: 0 2rem;
  }
  body.cabane .bloc_image_left .container_text {
    padding-right: 2rem;
  }
  body.cabane .container_equip > .column:nth-child(2),
  body.cabane .container_equip > .column:nth-child(3) {
    padding-left: 24px;
  }
}
@media screen and (max-width: 1355px) {
  .mainmenu ul li a,
  .mainmenu ul li strong {
    padding: 16px 12px;
    font-size: 0.9rem;
  }
  h1,
  #slider h3,
  #slider h2,
  #slider .ce_headline,
  #slider .ce_headline_extended {
    font-size: 2.9rem;
  }
  h2 {
    font-size: 2.4rem;
  }
  .bloc_cols_3 {
    justify-content: space-between;
    padding-top: 0;
  }
  .bloc_cols_3 .content_left,
  .bloc_cols_3 .content_right {
    max-width: 19rem;
  }
  .bloc_cols_3 > .column:not(.content_left):not(.content_right) {
    flex-grow: 1;
    max-width: max-content;
    padding: 0 4rem;
  }
  .bloc_cols_3 .ce_image.image_top {
    transform: translateX(10px);
    top: 0;
  }
}
@media screen and (max-width: 1224px) {
  .mod_article > .container:has(.ce_cabane) {
    grid-template-columns: repeat(3, 1fr);
  }
  .ce_cabanes_categorie_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1190px) {
  #mmenu {
    display: block;
  }
  #mmenu nav.mobile_horizontal {
    display: block;
  }
  #header .inside {
    display: flex;
    height: auto;
  }
  .intern #header .inside {
    height: 83px;
    align-items: center;
  }
  .intern #header .logos {
    padding-top: 0;
  }
  .intern #header .logos svg {
    height: 3rem;
    width: auto;
  }
  .intern #slider {
    padding-top: 83px !important;
  }
  #header .mainmenu,
  #header .menu-top {
    display: none;
  }
  .mmenu_trigger {
    display: flex;
  }
  #header .mod_menu_right {
    align-items: center;
    margin-right: 4rem;
  }
  #header .logos {
    margin-right: auto;
  }
  #header .logos svg {
    height: auto;
  }

  .mod_article:has(.wrapper_iconbox_categories) .autogrid_row > .column {
    max-width: 100%;
  }
  .wrapper_iconbox_categories {
    justify-content: center;
  }
  .ce_iconbox_simple p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1138px) {
  #slider .ce_form {
    width: calc(100vw - 3rem);
    right: 50%;
    transform: translateX(50%);
  }
  .bloc_cols_3 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .bloc_cols_3 > .column:not(.content_left):not(.content_right) {
    flex: auto;
    padding: 7rem 2rem 0 2rem !important;
    order: 3;
  }
  .bloc_cols_3 .content_right {
    order: 1;
  }
  .bloc_cols_3 .content_right .ce_image {
    transform: translate(24px, 75px);
  }
  body.cabane .ce_gallery ul {
    gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .cabane .mod_article:has(.ce_gallery) > .container {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .intern h1 {
    font-size: 2.1rem;
  }
  .mod_article > .container:has(.ce_cabane) {
    grid-template-columns: 1fr 1fr;
  }
  .ce_cabanes_categorie_list {
    gap: 12px;
  }
  .ce_cabanes_categorie_list p {
    font-size: 1.2rem;
  }
  .ce_reassurance_item {
    row-gap: 2rem;
  }
  .ce_reassurance_item .item {
    max-width: calc(100% / 3);
  }
  .ce_reassurance_item .item:nth-child(3)::after {
    opacity: 0;
  }
  form.form_recherche .formbody {
    gap: 12px;
  }
  .ce_form:has(.form_recherche) {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
  }

  .cabane .column:has(.mod_datepicker) {
    margin: auto;
  }
  .popup_panorama .panorama {
    width: 90%;
  }
  .bloc_cols_3 {
    padding-bottom: 0;
  }
  .ce_testimonials_provider .ce_image {
    min-height: 70px;
  }
  .ce_testimonials_provider .ce_image .image_container img {
    width: 7rem;
    height: auto;
  }
  .swiper_ce_cabanes .container_navigation {
    top: -5px;
    right: 50%;
    transform: translateX(50%);
  }
  .home .ce_cabanes_categories_slider {
    padding-top: 4rem;
  }
  #bottom .content_squirrel {
    display: none;
  }
  #footer .list_logos {
    gap: 20px;
  }
  #footer .list_logos a img {
    width: 5rem;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 48px;
    height: 48px;
  }
  .swiper-button-next svg,
  .swiper-button-prev svg {
    width: 22px;
  }
  h1,
  #slider .ce_headline,
  #slider .ce_headline_extended,
  #slider h3,
  #slider h2 {
    font-size: 1.5rem;
  }
  #slider .content_text {
    left: 20px;
    padding-right: 1.5rem;
  }
  h2 {
    font-size: 1.8rem;
    margin-bottom: 38px;
  }
  #header .mod_menu_right {
    display: none;
  }
  .mod_menu_suiveur {
    display: none;
  }
  .mod_breadcrumb ul {
    flex-wrap: wrap;
  }
  .mod_breadcrumb,
  .mod_breadcrumb ul li a {
    white-space: nowrap;
  }
  #main #article-10.mod_article.fullwidth {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .ce_cabanes_categorie_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .ce_cabanes_categories_slider .item .cabane_headline {
    font-size: 1rem;
  }
  .ce_cabanes_categories_slider .item .content_desc {
    opacity: 1;
    font-size: 0.8rem;
    line-height: 1.4;
  }
  .ce_cabanes_categories_slider .item {
    transform: none !important;
  }
  .ce_text.text_subtitle {
    font-size: 1.2rem;
  }
  .ce_cabanes_categorie_list .item .content_text {
    bottom: 20px;
  }
  .ce_cabanes_categorie_list .item .desc {
    max-height: max-content;
    opacity: 1;
    line-height: 1.6;
  }
  form.form_recherche .formbody {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  form.form_recherche .widget.datepicker {
    width: calc(50% - 12px);
    max-width: unset;
  }
  .container_images_trio {
    gap: 8px;
    grid-template-rows: auto auto auto;
  }
  .container_images_trio .ce_hyperlink {
    grid-column: 1 / span 2;
    grid-row: 3 / 4;
    transform: none;
    width: 100%;
  }
  .container_images_trio .ce_hyperlink a {
    justify-content: space-between;
    padding: 6px 16px 6px 16px;
  }
  .ce_image_text_box_activite .content_text .desc {
    max-height: initial;
    opacity: 1;
    overflow: visible;
  }
  .bloc_img_simple_left .container > .autogrid_row > .column:not(.content_img) {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .mod_article.bloc_bg_image {
    min-height: 600px;
  }
  #bottom .content_squirrel {
    display: none;
  }
  body.cabane .ce_gallery {
    margin-bottom: 20px;
  }
  body.cabane .ce_gallery ul {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 170px);
  }
  body.cabane .ce_gallery ul li:nth-child(2) {
    display: none;
  }
  body.cabane .ce_gallery ul li:nth-child(3),
  body.cabane .ce_gallery ul li:nth-child(4) {
    grid-column: 2 / 3;
  }
  body.cabane .container_equip > .column:not(.container_plus) {
    max-width: calc(100% / 3);
    padding-right: 20px !important;
  }
  body.cabane .container_equip > .column:not(:first-child) {
    padding-left: 20px !important;
  }
  body.cabane .bloc_image_left .container_text {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  body.cabane .container_equip .container_plus {
    margin-top: 1rem;
    max-width: 50%;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    padding-right: 20px !important;
  }
  body.cabane .bloc_image_left .container_text,
  body.cabane .bloc_image_right .container_text {
    padding-top: 28px;
  }
  body.cabane .bloc_image_right .container_text {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  body.cabane .bloc_image_left .container_image,
  body.cabane .bloc_image_right .container_image {
    display: none;
  }
  body.cabane .bloc_image_right {
    margin-bottom: 3rem;
  }
  .ce_iconbox_simple {
    gap: 12px;
  }
  .ce_iconbox_simple p {
    font-size: 0.7rem;
  }
  .ce_iconbox_simple svg {
    width: 34px;
    height: auto;
  }
  .panorama {
    min-height: 265px;
  }
  .ce_testimonials_provider {
    margin-bottom: 3rem;
    padding-right: 0;
  }
  .ce_testimonials_provider::after {
    content: none;
  }
  .mod_images_form {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .bloc_cols_3 > .column:not(.content_left):not(.content_right) {
    padding: 9rem 2rem 0 2rem !important;
  }
  .bloc_cols_3 .content_right .ce_image {
    transform: translate(-40px, 142px);
  }
  .mod_breadcrumb,
  .mod_breadcrumb ul li a {
    font-size: 0.8rem;
  }
  body.cabane .container_equip > .column:not(.container_plus) {
    max-width: 50%;
  }

  body.cabane .container_equip > .column:nth-child(2) {
    border-right: none;
    padding-right: 0 !important;
  }
  body.cabane .container_equip > .column:nth-child(3) {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .wrapper_iconbox_categories {
    --iconbox-width: 80px;
    gap: 16px;
  }
  .ce_iconbox_categorie a svg {
    width: 55px;
    height: auto;
  }
  .mod_article > .container:has(.ce_cabane) {
    gap: 12px;
  }
  .ce_cabane .name {
    font-size: 1.2rem;
  }
  .bloc_cols_3 > .column:not(.content_left):not(.content_right) {
    padding: 0rem 2rem 0 2rem !important;
  }
  .bloc_cols_3 .content_right .ce_image {
    transform: translate(-40px, 0px);
  }
  #footer .inside .container {
    padding: 0;
  }
  #footer .ce_image img {
    max-width: 8rem;
  }
  .ui-datepicker {
    max-width: 100%;
    margin: auto;
  }
  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default,
  .ui-button,
  html .ui-button.ui-state-disabled:hover,
  html .ui-button.ui-state-disabled:active {
    width: 38px;
    height: 38px;
  }
  form input.datepicker {
    padding-left: 8px;
  }
  form.form_recherche .widget:not(.widget-submit) svg {
    right: 6px;
  }
}
@media screen and (max-width: 540px) {
  .mod_article > .container:has(.ce_cabane) {
    grid-template-columns: 1fr;
  }
  .ce_cabane {
    margin: auto;
  }
  .ce_reassurance_item p {
    font-size: 0.7rem;
  }
  form.form_recherche .widget:not(.datepicker) {
    width: 100%;
  }
  form.form_recherche button.submit {
    width: 100%;
  }
  .ce_hyperlink a,
  #footer .ce_hyperlink a,
  button.submit {
    font-size: 0.8rem;
  }
  #bottom,
  #bottom a,
  #bottom .inside,
  #bottom .inside a {
    font-size: 0.8rem;
    line-height: normal;
  }
  #bottom .bandeau-copyright {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    text-align: center;
  }
  #slider .content_text {
    top: 40%;
  }
  .content_squirrel {
    right: calc(var(--ignore-margin) + -2rem);
    left: unset;
    top: -100px;
    transform: scaleX(-1);
  }
  body.cabane .ce_gallery ul li:nth-child(1) {
    grid-column: 1 / span 2;
    grid-row: 1 / 2;
  }
  body.cabane .ce_gallery ul li:nth-child(3) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  body.cabane .ce_gallery ul li .ce_hyperlink span {
    font-size: 0.8rem;
  }
  body.cabane .ce_gallery ul li .ce_hyperlink span {
    max-width: 90%;
    margin: auto;
    text-align: center;
  }
  .ce_testimonial_version1 .text p {
    font-size: 0.9rem;
  }
  .container_cta_double {
    gap: 12px;
  }
}
@media screen and (max-width: 468px) {
  .ce_cabanes_categorie_list {
    grid-template-columns: 1fr;
  }
  .ce_cabanes_categorie_list .item {
    height: 14rem;
    max-width: 100%;
  }
  .ce_cabanes_categorie_list .item .ce_image,
  .ce_cabanes_categorie_list .item .ce_image figure,
  .ce_cabanes_categorie_list .item .ce_image picture,
  .ce_cabanes_categorie_list .item .ce_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .ce_reassurance_item p {
    line-height: 1.5;
  }
  .ce_reassurance_item .item:not(:last-child)::after {
    opacity: 0.3;
  }
  #footer .inside {
    padding: 48px 20px 0 20px;
  }
  .intern h1 {
    font-size: 2rem;
  }
  .intern .ce_headline_extended h1 span {
    font-size: 1.2rem;
  }
  body.cabane h3 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 428px) {
  .wrapper_iconbox_categories {
    grid-template-columns: repeat(3, var(--iconbox-width));
    grid-template-rows: repeat(3, auto);
  }
  #footer .autogrid_row > .column:first-child {
    gap: 14px;
  }
  .ce_testimonials_provider {
    margin-bottom: 1rem;
  }
  .ce_testimonials_provider .ce_image .image_container img {
    width: 5.5rem;
  }
  .ce_testimonials_provider ul li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 390px) {
  .bloc_cols_3 .content_right .ce_image {
    transform: translate(-12px, 0px);
  }
  .container_cta_double {
    flex-direction: column;
    align-items: center;
  }
  .container_cta_double .column {
    margin-bottom: 0 !important;
    max-width: 100%;
    width: 100%;
  }
  .container_cta_double .ce_hyperlink,
  .container_cta_double a {
    width: 100%;
    justify-content: center;
  }
  #footer .list_logos {
    gap: 8px;
  }
}
/* ventes flash */


.minute_div {
  position: absolute;
  margin-top: 10px;
  right: 0;
  top: 50px;
  margin-right: 0.5em;
  z-index: 200000;
}
#stickyheader .minute_div {
  top: 85px;
}
.minute_div a {
  text-align: center;
  background-image: none;
}
.minute {
  padding-top:3px;
}
.minute:hover {
  opacity:0.9;
}
.minute_p {
  display:none;
}

@media only screen and (min-width: 768px) and (max-width: 1220px) {
  .minute_div {
    top: 83px;
    right: 85px;
    z-index: 20000;
  }
  #stickyheader .minute_div {
    top: 4px;
  }
}


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



  .custommenu {
    display:none;

  }

  .minute {
    display:none;
  }
  .minute_div {
    top: 25px;
    z-index: 20;
  }
  .minute_p {
    position:absolute;
    display:inline;
    right: 0;
    top: 50px;
    width: 150px;
  }
  .minute_p:hover {
    opacity:0.9;
  }
  .vf_element .vfdet span{

    margin-bottom: 10px;
  }

  .covid-19 {

    margin-top:120px;
  }



}

.vf_element{
  position:relative;
  line-height: 1em;
  margin: 5px;
  min-height: 68px;
  background-color:#fff;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  width: calc(100% - 10px);
  border-top: 1px solid #56ab5f;
  border-radius: 5px;
}
.vf_element input{
  padding: 0;
  width: auto;
  padding: 0.5em;
}
.vf_element input.submit3{
  background-color: #56ab5f;
  font-weight: bold;
  padding: 3px 30px;
  color: white;
}
.vf_element p{
  margin-bottom: 0;
}
.vf_element .vfdet{
  line-height: 1.7em;
  padding: 10px;
  text-align: center;
}
.vf_element .vfdet span{
  border: 1px solid #56ab5f;

  display: block;
  margin-top: 2px;
  padding-bottom: 10%;
  position: absolute;
  bottom: 0;
  width: calc(100% - 20px);
  padding-top: 10%;
}
.vf_element .vftitre{
  color: #194c52;
  font-weight: bolder;
}
.vf_element .vftext{
  margin-bottom: 0;
  padding: 2px;
}
.vf_element .vfdist{
  bottom: 2px;
  position:absolute;
  right:5px;
  color: #a60a0a;
  font-style: italic;
}
.vf_element .vfprix{
  display: inline-block;
  text-align: right;
  background-color: #56ab5f;
  color: #fff;
  font-weight: bolder;
  float: right;
  padding: 7px;
  border-radius: 0 5px 5px 5px;
}
.vf_element .vfimage{
  float:left;
  width:90px;
  overflow:hidden;
  border-radius: 5px 0 5px 5px;
}
.vf_element img {
  max-width: none;
}

/* fin ventes flash */

