/* poppins-regular - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-v19-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/poppins-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/poppins-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/poppins-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/poppins-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/poppins-v19-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/poppins-v19-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/poppins-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/poppins-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/poppins-v19-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/poppins-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/poppins-v19-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
  }
/* philosopher-regular - latin */
@font-face {
    font-family: 'Philosopher';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/philosopher-v17-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/philosopher-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/philosopher-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/philosopher-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/philosopher-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/philosopher-v17-latin-regular.svg#Philosopher') format('svg'); /* Legacy iOS */
}
  /* philosopher-700 - latin */
  @font-face {
    font-family: 'Philosopher';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/philosopher-v17-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/philosopher-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/philosopher-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/philosopher-v17-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/philosopher-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/philosopher-v17-latin-700.svg#Philosopher') format('svg'); /* Legacy iOS */
}

body {
    color: black;
    font-family: 'Poppins';
    line-height: 1.8rem;
    font-weight: 400;
    font-size: 1rem;
}
body.float_left, body.float_right {
    float: inherit;
}
.header {
    line-height: initial;
    height: 100px;
    width: 100%;
    padding: 0;
}
p, ul, li {
    font-size: 1rem;
}
#footer .mod_socials a i {
    background:rgb(0, 171, 160);
    margin-right: 6px;
    color:#fff;
    
  }
.ce_accordion.style2 .toggler.ui-state-active {
    color: rgb(255,255,255);
    background: rgb(0,171,160)!important;
  }
  .ce_accordion .toggler::before {
    color: rgb(0,171,160);
  }
   
  #mmenu .mod_langswitcher {
  
    top: -50%;

  }
  #stickyheader .logos img {
    transform: scale(0.6) translateY(-30px);
}



.ce_hyperlink a.link-white, a.btn.link-white {

    color: #008c83 !important;

}
.ce_hyperlink a.link-white:hover, a.btn.link-white:hover {
    background: rgb(80, 80, 80);
  }
.ce_text a {
    color: #008c83!important;

}
.ce_text a:hover {
    opacity:0.7;

}
h1 {
    color: #000;
    font-family: "Philosopher";
    font-weight: 700;
    font-size: 5rem;
    line-height: 4.8rem;
}
.ce_headline_extended {
    display: flex;
    flex-direction: column;
}
h2 {
    color: black;
    font-family: "Philosopher";
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 3rem;
}
h3 {
    color: black;
    font-family: "Philosopher";
    font-weight: 700;
    font-size: 2.3rem;
    line-height: 3.16rem;
}
.home h1 {
    color: #fff;
    font-family: "Philosopher";
    font-weight: 700;
    font-size: 5rem;
    line-height: 4.8rem;
}

.mainmenu {
    margin-top: 3rem;
    width: 100%;
}

.mainmenu ul .inner li {
    position: relative;
    margin: 0;
}
.mainmenu ul .inner li.float_left {
    padding-left: 0;
    padding-right: 15px;
}
.mainmenu ul .inner li.float_right {
    padding-left: 15px;
    padding-right: 0;
}
.mainmenu ul li a {
    font-size: 1rem;
    color: black;
    white-space: nowrap;
    line-height: initial;
}
.mainmenu ul.level_1 li a {
    padding-bottom: 5px;
}
.mainmenu ul li a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #008c83;
    transition: all .3s;
}
.mainmenu ul.level_1 li a:hover::after {
    width: 80%;
}
.mainmenu ul.level_2 li a::after {
    content: none;
}
.mainmenu ul .inner li.float_left, .mainmenu ul .inner li.float_right{
	float:none;
}
.header.original .mainmenu ul li a.trail, .header.original .mainmenu ul li a.active, .header.cloned .mainmenu ul li a.trail, .header.cloned .mainmenu ul li a.active {
    color: #008c83 !important;
}
.header .mainmenu ul.level_2 li a.active {
    color: black !important;
}
.header .mainmenu ul ul li a span:before, .header .mainmenu ul ul li a.active span:before {
    content: none;
}
.mainmenu .level_2 {
    background: #00aba0;
    padding: 10px 0;
    border-bottom-right-radius: 40px;
    overflow: hidden;
}
.mainmenu .level_2 li {
    padding-right: 6rem;
}
.mainmenu .level_2 li:hover {
    background: #008c83;
}
.header .mainmenu .level_2 li a {
    color: white;
    padding-left: 0
}
.stickyheader .header.cloned {
    line-height: initial;
}
.header .inside {
    padding: 0;
    height: 100%;
}
.mmenu_trigger {
    color: black;
}
.mmenu_trigger .burger .burger_lines, .mmenu_trigger .burger .burger_lines:after, .mmenu_trigger .burger .burger_lines:before {
    background-color: black;
}
.logos{
    position: absolute;
    top: 0;
    width: 211px;
    left: 50%;
    transform: translateX(-50%);
}
.ce_hyperlink {
    margin-top: 1rem;
}
.ce_hyperlink a {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #ffcc00;
    color: black;
    border: none;
    font-family: "Philosopher";
    font-weight: 700;
    font-size: 1.2rem;
    padding: 11px 15px;
}
.ce_image_text_box a.hyperlink_txt:hover {
    opacity: 1;
}
#footer .totop {
    opacity: 0;
    left: inherit;
    position: fixed;
    bottom: 3rem;
    z-index: 999;
    right: 2rem;
    top: inherit;
    transition: all .5s;
    background: black;
    border-radius: 5rem;
}
#footer .totop.js-show {
    opacity: 1;
}
#footer .totop:before {
    color: #fff;
}
#mmenu_middle .mod_navigation ul .float_left, #mmenu_middle .mod_navigation ul .float_right {
    float: inherit;
}
.mod_langswitcher {
    position: absolute;
    right: 0;
    top: 0.7rem;
}
.mod_langswitcher .mod_langswitcher_inside:before {
    border: none;
}
.mod_langswitcher ul {
    left: initial;
    right: 100%;
    top: 0;
    border: none;
}
.mod_langswitcher .mod_langswitcher_inside:hover ul {
    display: flex;
    width: max-content;
}
.mod_langswitcher ul li a {
    border: none;
}
.mod_langswitcher .mod_langswitcher_inside i {
    font-size: 10px;
}
.mod_langswitcher .mod_langswitcher_inside::after {
    content: none;
}
/*------ HOME ------*/
.home .slider .image_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.interne #slider .image_container img {
    width: 100%;
    height: 20rem;
    object-fit: cover;
}
.home .slider .content-image-slider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.home .slider .ce_hyperlink a {
    padding: 11px 15px 11px 40px;
}
.home .slider .ce_hyperlink a::before {
    content: "";
    background: url(/files/cto_layout/img/svg/calendar.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    left: 11px;
    width: 1.2rem;
    display: block;
    height: 1.2rem;
}
/*version4*/
.ce_image_text_box.version4 a.hyperlink_txt {
    margin-top: 0;
    color: #fff;
    background: #008c83;
    border: none;
}
.ce_image_text_box.version4 a.hyperlink_txt:hover {
    background: #ffcc00;
    color: black;
}
.ce_image_text_box .ce_image_text_box_content {
    min-height: 4rem;
    color: #fff;
    margin-top: 1rem;
}

.ce_image_text_box .ce_image_text_box_content p {
    line-height: 1.5rem;
}
.ce_image_text_box .ce_image_text_box_content h5 {

    color: #fff;  
}

.ce_gallery .content-inside:hover {
    background-color: rgb(0,171,161,0.7)!important;

}




/*linkbox*/
.ce_linkbox h4 {
    color: rgb(0,0,0);
    text-transform: uppercase;
    font-family: "Philosopher";
    font-size:1.5em;
  }
  .ce_linkbox a i {
    background-color: rgb(208, 208, 208,0.8);
    border-radius: 30px;
    height: 60px;
width: 60px;
  }
/*divider*/
  .ce_divider_extended.version4 span {
    background: rgb(0,171,160);
  }

.home .energie-bien-etre {
    padding-bottom: 7.6rem;
}
.home .energie-bien-etre h2, .home .les-essentielles h2 {
    padding-left: 5rem;
}
.home .energie-bien-etre h2::before, .home .les-essentielles h2::before {
    content: "";
    background: url(/files/cto_layout/img/svg/feuille.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    left: 0;
    width: 3.5rem;
    height: 3.5rem;
    display: block;
}
.home .energie-bien-etre .container {
    padding-right: 0;
}
.home .energie-bien-etre .container .ce_text p {
    text-align: justify;
}

.home .energie-bien-etre .container .autogrid_row .column:last-child {
    padding-left: 5rem;
}
.home .vacances-domaine {
    background: #00aba0;
    height: 18.3rem;
}
.home .vacances-domaine::before {
    content: "";
    background: url(/files/cto_layout/img/svg/feuille-green.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 6rem;
    width: 12.5rem;
    height: 12.5rem;
    visibility: visible;
}
.home .vacances-domaine .vacances-domaine-content {
    position: absolute;
    width: 100%;
    top: -135px;
}








.les-essentielles .content-text {
    padding-left: 7%;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 5rem;
}
.les-essentielles .content-image {
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.les-essentielles .content-image .ce_image, .les-essentielles .content-image .image_container{
    height: 100%;
}
.les-essentielles .content-image img {
    object-fit: cover;
    object-position: left;
    height: 100%;
    width: 100%;
}
.home .nos-valeurs {
    background: #ededed;
}
.home .nos-valeurs .container {
    padding: 2rem 1rem;
}
.home .nos-valeurs h2 {
    text-align: center;
}
.home .nos-valeurs .ce_iconbox_icon {
    min-height: 55px;
}
.home .nos-valeurs .ce_iconbox_icon img {
    width: 50px;
}
.home .nos-valeurs .ce_iconbox_cwrapper p {
    font-family: "Philosopher";
    font-weight: 700;
    font-size: 1.2rem;
}
.ce_image_text_box:hover .ce_image_text_box_image::after {
    opacity: 1;
}
.ce_image_text_box, .ce_image_text_box_inside {
    overflow: initial;
}
.ce_image_text_box_image {
    position: relative;
}
.ce_image_text_box_image figure {
    z-index: 1;
}
.ce_image_text_box_image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -10px;
    left: 10px;
    background: #ffcc00;
    z-index: 0;
    opacity: 0;
    transition: all .5s;
}
.home .activites .container > .autogrid_row {
    position: relative;
    padding: 2.7rem 0;
}
.home .activites .container > .autogrid_row:nth-child(even) .container-image {
    margin-left: auto;
}
.home .activites .container > .autogrid_row:nth-child(even) .container-activites {
    right: 45%;
    left: initial;
    z-index: 2;
}
.home .activites .container > .autogrid_row:nth-child(even) .container-activites::after {
    left: initial;
    right: 27px;
}
.home .activites .container-activites {
    position: absolute;
    top: 4rem;
    left: 43%;
    z-index: 1;
    display: block;
}
.home .activites .container-activites::after {
    content: "";
    width: 96%;
    height: 100%;
    position: absolute;
    top: 18px;
    left: 27px;
    z-index: -1;
}
.home .activites .container-activites.experiences-ateliers::after {
    background: #c1c82c;
}
.home .activites .container-activites.espaces-bien-etre::after {
    background: #ea5297;
}
.home .activites .container-activites.nos-prestations::after {
    background: #ffcc00;
}
.home .activites .container-activites .content {
    padding: 0rem 2rem 0rem 3rem;
    background: white;
}

.home .activites .container-activites .content h3 {
    padding: 2rem 0rem 0rem 0rem;

}

.home .activites .container-activites .content::after {
    content: "";
    background: url(/files/cto_layout/img/svg/feuille-gray.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 3rem;
    top: inherit;
    bottom: 3rem;
    width: 5.5rem;
    height: 5.5rem;
}
.home .activites .container-activites.experiences-ateliers .content::after {
    right: 20px;
    top: -25px;
}
.home .activites .liste-activites ul li {
    padding-left: 3rem;
    margin-bottom: 0.5rem;
    position: relative;
}
.home .activites .liste-activites ul li i {
    position: absolute;
    line-height: initial;
    left: 0;
    top: -6px;
}
.home .activites .liste-activites ul li a {
    color: black;
    display: block;
}
.home .activites .liste-activites ul li a:hover {
    color: #008c83;
}
.home .activites .liste-activites ul li img {
    width: 30px;
}

/*----- fixed menu ----*/
.fixed-menu {
    position: fixed;
    top: 165px;
    right: 0;
    z-index: 999;
}
.fixed-menu ul {
    position: relative;
}
.fixed-menu ul li {
    background: #00aba0;
    position: relative;
    margin: 5px 0;
    width: 41px;
    transition: all .5s;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%);
}
.fixed-menu ul li a {
    color: white;
    font-family: "Philosopher";
    font-weight: 700;
    white-space: nowrap;
    display: block;
    padding: 9px 0px 9px 45px;
}
.fixed-menu ul .reserver a::before, .fixed-menu ul .cadeau a::before, .fixed-menu ul .contact a::before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    left: 11px;
    width: 1.2rem;
    display: block;
    height: 1.2rem;
}
.fixed-menu ul .reserver a::before {
    background: url(/files/cto_layout/img/svg/calendar-white.svg);
}
.fixed-menu ul .cadeau a::before {
    background: url(/files/cto_layout/img/svg/cadeau-white.svg);
}
.fixed-menu ul .contact a::before {
    background: url(/files/cto_layout/img/svg/telephone-call-white.svg);
}
.fixed-menu ul .contact {
    position: absolute;
    top: 0;
    right: 0;
}
.fixed-menu ul .reserver {
    position: absolute;
    top: 50px;
    right: 0;
}
.fixed-menu ul .cadeau {
    position: absolute;
    top: 100px;
    right: 0;
}
.fixed-menu ul .contact:hover, .fixed-menu ul .cadeau:hover, .fixed-menu ul .reserver:hover {
    width: 12.5rem;
}

/*---- footer ----*/
#footer {
    background: #fff;
    padding: 2.5rem 1rem;
    color: black;
} 
#footer h2 {
    font-family: 'Poppins';
    font-weight: 700;
    color: black;
    font-size: 1rem;
    margin-bottom: 0;
}
#footer .inside {
        margin: 0 auto;
    padding: 0;
}
#footer .inside .container {
padding: 0;
}
#footer li {
    padding: 0;
}
#footer a {
    color: black;
}
#footer .logo_cdla img {
    height: 5.5rem;
}
#footer .logo_cdla .ce_image {
    padding-top: 50px;
}
#footer .mod_customnav .float_left, #footer .mod_customnav .float_right {
    float: none;
}
#footer .logo_footer .image_container {
    position: absolute;
    top: -112px;
    right: 1rem;
    z-index: 10;
    width: 211px;
}
#footer .mod_customnav ul li {
    margin-bottom: 0;
}
#footer .mod_customnav ul li::before {
    content: none;
}
#footer .mod_customnav ul li a:hover {
    color: #00aba0;
}
#footer .menu-part-2 {
    padding-top: 44px;
}
#footer .ce_text {
    margin-top: 15px;
}
/*---- BOTTOM ----*/
#bottom {
    background: #00aba0;
}
#bottom .bandeau-bottom a {
    color: #fff;
    padding: 0 5px;
}
#bottom .bandeau-bottom img {
    width: 65px;
}
#bottom .inside {
    padding: 0;
    display: block;
    text-align: center;
    color: #fff;
}
/*----- fil ariane -----*/
.mod_breadcrumb {
    border: none;
}
.mod_breadcrumb ul li a:hover {
    color: #008c83;
}
/*-----interne----*/
.interne h1 {
    color: black;
}
.interne h2 {
    font-size: 2.5rem;
}
.interne #slider h1 {
    position: absolute;
    color: white;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
} 
.interne  #slider .page-header .container{
    height: 20rem;
    overflow: hidden;
}
.interne #slider .image_container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.interne .article_16 {
    min-height: 53rem;
}
/*
.interne .ce_text.border-color {
    position: relative;
}

.interne .ce_text.border-color::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 1rem;
    left: 1rem;
    background: #c1c82c;
}
*/
/*------ Nos valeurs ------*/
.interne .nos-valeurs h2 {
    position: relative;
    padding-left: 4rem;
}
.interne .nos-valeurs .container > .autogrid_row {
    margin: 5rem 0;
}
.interne .nos-valeurs .container .content-text {
    display: flex;
    align-items: center;
}
.interne .nos-valeurs .container .content-text .ce_text {
    position: relative;
}
.interne .nos-valeurs .container .content-text .ce_text::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #c1c82c;
}

.interne .nos-valeurs .ce_image img {
    width: 100%;
    height: 25rem;
    object-fit: cover;
    object-position: center;
    margin: auto;
}
.interne .nos-valeurs h2::after {
    content: "";
    position: absolute;
    left: 0;
    width: 3rem;
    height: 3rem;
}
.interne .nos-valeurs .bien-etre h2::after {
    background: url(/files/cto_layout/img/nos-valeurs/lamour.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.interne .nos-valeurs .confort  h2::after {
    background: url(/files/cto_layout/img/nos-valeurs/maison-de-campagne.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.interne .nos-valeurs .accueil-chaleureux  h2::after {
    background: url(/files/cto_layout/img/nos-valeurs/poignee-de-main.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.interne .nos-valeurs .environnement  h2::after {
    background: url(/files/cto_layout/img/nos-valeurs/sauver-la-nature.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.interne .nos-valeurs .culturel  h2::after {
    background: url(/files/cto_layout/img/nos-valeurs/paix.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.interne .nos-valeurs .autonomie  h2::after {
    background: url(/files/cto_layout/img/nos-valeurs/respectueux-de-la-nature.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.interne .nos-valeurs .cheval  h2::after {
    background: url(/files/cto_layout/img/experiences-et-ateliers/cheval.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.interne .nos-valeurs .feng  h2::after {
    background: url(/files/cto_layout/img/experiences-et-ateliers/feng-shui.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.interne .nos-valeurs .massage  h2::after {
    background: url(/files/cto_layout/img/espace-bien-etre/massage.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

#mmenu {

    display: flex;

}



/*----- Parenthese enchantee ------*/
.interne .parenthese-enchantee .container > .ce_text:first-child {
    text-align: center;
}
.interne .parenthese-enchantee .container > .autogrid_row {
    margin: 5rem 0;
}
.interne .parenthese-enchantee .container .content-text {
    display: flex;
    align-items: center;
}
.interne .parenthese-enchantee .ce_image img {
    width: 100%;
    height: 25rem;
    object-fit: cover;
    object-position: center;
    margin: auto;
}
/*------- On parle de nous ------*/
.ce_accordion .accordion {
    padding: 0;
}
.ce_accordion .accordion p {
    margin-bottom: 0;
}
.ce_accordion .accordion a {
    display: block;
    padding: 10px 20px;
    color: #008c83;
}
.ce_accordion .accordion a:hover {
    background: #6ec7c1;
    color: #fff;
}
/*------page hébergement-------*/
.section-equipement{
    background: url(/files/cto_layout/img/hebergements/background-equipement/background-motif.svg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}
.hebergements-bloc-txt{
    margin: 0 20px;
}

.mmenu_trigger .label {
    display: none;
}
.mmenu_trigger .burger {
    height: 34px;
    width: 34px;
}


@media screen and (max-width:1380px){
    h2 {
        font-size: 2.5rem;
    }
    .home .vacances-domaine .vacances-domaine-content {
        padding: 0 2rem 0 0;
    }
    .home .energie-bien-etre .container {
        padding-right: 40px;
    }
}
@media screen and (max-width:1230px){
    h1 {
        font-size: 4.5rem;
    }
}
@media screen and (max-width:1130px){
    .home .activites .container > .autogrid_row:first-child {
        padding-bottom: 12rem;
    }
}
@media screen and (max-width: 1024px) {
    .mmenu_trigger {
        display: flex;
    }
    .mod_langswitcher {
        right: 7rem;
        top: 2.2rem;
    }
    .logos {
        width: 9rem;
    }
    h1 {
        font-size: 3rem;
        line-height: initial;
    }
    h2 {
        font-size: 1.5rem;
        line-height: initial;
    }
    .home .energie-bien-etre h2::before, .home .les-essentielles h2::before {
        top: 0;
    }
    .home .energie-bien-etre .container .autogrid_row .column:last-child {
        padding-left: 1rem;
    }
    .home .activites .container > .autogrid_row {
        flex-direction: column;
        padding-bottom: 5rem !important;
    }
    .home .activites .container > .autogrid_row:nth-child(even) {
        flex-direction: column-reverse;
    }
    .home .activites .container-activites, .home .activites .container > .autogrid_row:nth-child(even) .container-activites {
        position: relative;
        left: 0;
        max-width: 100%;
    }
    .home .activites .container > .autogrid_row .container-image {
        margin: auto !important;
    }
    .ce_image_text_box .ce_image_text_box_content {
        min-height: 7.5rem;
    }

    .home h1 {
        color: #fff;
        font-family: "Philosopher";
        font-weight: 700;
        font-size: 3rem;
        line-height: 2.8rem;
    }

}
@media screen and (max-width: 768px) {
    .home .slider .content-image-slider {
        top: 60%;
    }
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    .home .energie-bien-etre h2::before, .home .les-essentielles h2::before {
        height: 100%;
        top: 0;
    }
    .ce_hyperlink a {
        display: inline-block;
    }
    .home .energie-bien-etre {
        padding-bottom: 0;
    }
    .home .vacances-domaine .vacances-domaine-content {
        position: initial;
    }
    .home .vacances-domaine {
        height: auto;
    }
    .ce_image_text_box_image {
        display: inline-block;
    }
    .home .vacances-domaine::before {
        left: 1rem;
        width: 9.5rem;
        height: 9.5rem;
    }
    .home .vacances-domaine  .container {
        padding-bottom: 0;
    }
    .home .vacances-domaine h2 {
        color: white;
    }
    .home .vacances-domaine .vacances-domaine-content {
        padding: 0;
    }
    .ce_image_text_box .ce_image_text_box_content {
        min-height: 0;
    }
    .home .activites .container-activites {
        position: relative;
        left: 0;
    }
    .home .activites .container > .autogrid_row:nth-child(even) {
        flex-direction: column-reverse;
    }
    .home .activites .container > .autogrid_row:nth-child(even) .container-activites {
        right: 0;
    }
    .les-essentielles .content-image {
        position: relative;
        margin-bottom: 0;
    }
    .les-essentielles .content-image img {
        height: 10rem;
    }
    .les-essentielles .content-text {
        padding: 2rem !important;
        margin-bottom: 0;
    }
    #footer .menu-part-2 {
        padding-top: 22px;
    }
    .interne .parenthese-enchantee .container > .autogrid_row:nth-child(even), .interne .nos-valeurs .container > .autogrid_row:nth-child(even) {
        flex-direction: column-reverse;
    }
    .interne h2 {
        font-size: 2rem;
    }
    .interne .nos-valeurs h2::after {
        width: 2.5rem;
        height: 2.5rem;
    }
    .interne .nos-valeurs .container > .autogrid_row, .interne .parenthese-enchantee .container > .autogrid_row {
        margin: 3rem 0;
    }
    .header .mod_langswitcher {
        right: initial;
        display: block;
    }
    .header .mod_langswitcher .mod_langswitcher_inside i {
        font-size: 10px;
        transform: rotate(-90deg);
    }
    .header .mod_langswitcher .mod_langswitcher_inside:hover ul {
        display: flex;
        width: max-content;
        right: initial;
        top: 35px;
    }
    .home .activites .container-activites .content {
        padding: 0rem 1rem 0rem 1rem;
    }
        .mmenu_trigger .burger .burger_lines, .mmenu_trigger .burger .burger_lines:after, .mmenu_trigger .burger .burger_lines:before{
    	height: 3px;
    }
    .mmenu_trigger .burger .burger_lines:before {
    	top: 9px;
	}
	.mmenu_trigger .burger .burger_lines:after {
    	top: -9px;
	}
	 .interne #slider .page-header .container {
    	height: 12rem;
    }
}
@media screen and (max-width: 620px) {
    .logos {
        width: 7rem;
    }
    .home .slider .image_container img {
        height: 20rem;
    }
    #footer .logo_footer .image_container {
        width: 7rem;
        top: -80px;
        right: 3rem;
    }
    #bottom .inside {
        padding: 5px;
        font-size: 0.8rem;
    }
    .home .activites .container-activites.experiences-ateliers .content::after {
        top: inherit;
        right: 0.2rem;
    }
    .home .activites .container-activites .content::after {
        right: 0.2rem;
    }
    .home h1 {
 
        font-size: 1.8rem;
        line-height: 1.8rem;
    }
    .ce_text.format-p-large p {
        font-size: 1rem;
      }

}
@media screen and (max-width:414px){
    h1 {
        font-size: 1.5rem;
    }

    .ce_hyperlink a {
        font-size: 1rem;
    }
    .fixed-menu {
        display: none;
    }
    .home .activites .container-activites::after {
        top: 11px;
        left: 25px;
    }
    .home .activites .container > .autogrid_row:nth-child(even) .container-activites::after {
        right: 25px;
    }
    .home .activites .liste-activites ul li {
        padding-left: 3rem;
        margin-bottom: 1rem;
    }
    .interne h2 {
        font-size: 1.6rem;
    }
    .header {
        height: 75px;
    }
    h3 {
        font-size: 1.4rem;
    }
    .home .nos-valeurs .ce_iconbox_cwrapper p {
        font-size: 1.1rem;
    }
   

}
@media screen and (max-width:375px){}
@media screen and (max-width:320px) {}