/* @override
	https://www.chateau-cheyrelle.com/wp-content/themes/cheyrelle-theme/style.css?*
 **/

/*
Theme Name:     Cheyrelle Theme (Neve Child)
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/

:root {
    --container: 1400px;
	--container-l: 1550px;
	--container-m: 1150px;
    --bodyfontfamily: "transat-text", Arial, Helvetica, Geneva, sans-serif;
    --scriptfamily: "absolute-beauty", Sans-serif;
    --nv-primary-accent: #006565 !important;
    --nv-secondary-accent: #72AF8C !important;
    --nv-light-bg: #E5E3D7 !important;
	--light-green: #dbe6df !important;
    --nv-dark-bg: #333340;
    --nv-text-color: #3B3B3B !important;
    --nv-c-1: #9463ae;
    --nv-c-2: #be574b;

    --radius: 15px;
    --radius-sm: 5px;

    --nv-site-bg: #ffffff;

    --e-global-color-nvprimaryaccent: var(--nv-primary-accent);
    --e-global-color-nvsecondaryaccent: var(--nv-secondary-accent);
    --e-global-color-nvlightbg: var(--nv-light-bg);
    --e-global-color-nvdarkbg: var(--nv-primary-accent);
    --e-global-color-nvtextcolor: var(--nv-dark-bg);
    --e-global-color-nvc1: var(--nv-c-1);
    --e-global-color-nvc2: var(--nv-c-2);
}

.hidden{display: none !important; visibility: hidden !important;}
.only-mobile{display: none !important;}



.grecaptcha-badge {
    visibility: hidden;
}

.redflag{
    border: red solid 1px;
}

.redflag *{
    color: red !important;
}

.elementor-widget-text-editor p {
    margin: 10px 0;
}

.radius {
    border-radius: var(--radius);
    overflow: hidden;
}

.radius-sm {
    border-radius: var(--radius-sm);
    overflow: hidden;
}

.cls-1 {
    fill: inherit !important;
}

.wrapper-s{max-width: var(--container) !important; }
.wrapper-l{max-width: var(--container-l) !important; }
.wrapper-m{max-width: var(--container-m) !important; }

.intro-page{margin-top: -80px;
	margin-bottom: 40px;
}

/* @group SVG COLOR */

.dark-svg svg * {
    fill: #333340 !important;
}

.beige-svg svg * {
    fill: var(--nv-primary-accent) !important;
}

.white-svg svg * {
    fill: var(--nv-site-bg) !important;
}

/* @end */

/* @group BUTTON */

.simple-btn a.elementor-button {
    border: 0;
    background: transparent;
    color: var(--nv-primary-accent);
    fill: var(--nv-primary-accent);
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.simple-btn a.elementor-button:hover {
    border: 0;
    background: transparent;
    color: var(--nv-secondary-accent);
    fill: var(--nv-secondary-accent);
    margin-left: 25px;
}

.simple-btn .elementor-button-icon svg * {
    fill: var(--nv-primary-accent) !important;
}

.simple-btn .elementor-button-icon svg {
    width: 26px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.simple-btn a.elementor-button:hover .elementor-button-icon svg {
    margin-left: 15px;
}

.simple-btn-white .elementor-button-icon svg * {
    fill: #FFF !important;
}

/* @end */

/* @group HEADER */

.home .header-cheyrelle {
   background: transparent !important;
   position: absolute;
   z-index: 100;
}

.home .header-cheyrelle.elementor-sticky--active {
   background: #fff !important;
}

.header-cheyrelle.elementor-sticky--active  {
    box-shadow: 0 0 550px rgba(0, 0, 0, 0.27);
}

.header-cheyrelle .site-logo-container {
  position: absolute; 
  width: 250px;
  left: calc(50% - 125px);
  z-index: 10;
}

.header-cheyrelle .site-logo {
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; 
}

.home .header-cheyrelle .site-logo-container {
  width: 450px;
  left: calc(50% - 225px);
  z-index: 10;
}


.home .header-cheyrelle.elementor-sticky--active .site-logo-container {
  width: 250px;
  left: calc(50% - 125px);
}

.home .header-cheyrelle .site-logo,
.home .header-cheyrelle .btn-header,
.home .header-cheyrelle .btn-toggle{
   filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(273deg) brightness(106%) contrast(106%);
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.home .header-cheyrelle.elementor-sticky--active .site-logo,
.home .header-cheyrelle.elementor-sticky--active .btn-header,
.home .header-cheyrelle.elementor-sticky--active .btn-toggle{
   filter: inherit;

}


.home .header-cheyrelle .site-logo img {
    top: 20vh;
    margin-top: 0px;
    width: 400px !important;
    position: relative;
    -moz-transition: margin-top 0.2s ease-in-out;
    -o-transition: margin-top 0.2s ease-in-out;
    transition: margin-top 0.2s ease-in-out;
}

.home .header-cheyrelle.elementor-sticky--active .site-logo img {
    top: 0px !important;
    margin-top: 0 !important;
    width: 250px !important;
    position: inherit !important; 
}

.btn-header a{
    border: 1px solid var(--nv-primary-accent);
    border-radius: var(--radius-sm);

}

.btn-header a b{margin: 0 5px; font-weight: inherit;}

/* @group HEADER HOME */





/*.home .header-cheyrelle .site-logo,
.home .header-cheyrelle .hfe-site-tagline,
.home .header-cheyrelle .hfe-nav-menu-icon,
.home .header-cheyrelle .hfe-menu-item,
.home .header-cheyrelle .btn-header {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(273deg) brightness(106%) contrast(106%);
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.home .header-cheyrelle .site-logo {
    top: 20vh;
    margin-top: 10px;
    width: 400px !important;
    position: relative;
    -moz-transition: margin-top 0.2s ease-in-out;
    -o-transition: margin-top 0.2s ease-in-out;
    transition: margin-top 0.2s ease-in-out;
}





.home .home-slogan {
    top: 5vh;
    position: relative;
}

*/

/* @end */

/* @group FLY OUT */


.e-off-canvas__content {
	background: url(img/bg-fly-menu.svg) 400px 80% no-repeat;
	background-size: 100%;
}

.e-off-canvas__content a.elementor-item b,
.e-off-canvas__content a.elementor-sub-item b{
	margin-right: 5px !important; display: inline-block;
	font-weight: inherit;}


.e-off-canvas__content a.elementor-item{
	 font-weight: 600 !important;
	 font-size: 1.5em !important;
	 margin-top: 10px;
}

.e-off-canvas__content a.elementor-sub-item{
	 font-weight: 400 !important; font-size: 1.4em !important; 
	 padding: 10px 0px !important;
}

.e-off-canvas__content  span.sub-arrow{
	font-size: 0.7em;
	fill: #fff;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	transform-origin: center;
}

.e-off-canvas__content .highlighted span.sub-arrow{
	fill: #69a988;
	transform: rotate(45deg); 
}

/* @end */

/* @end */
/* @group ELEMENTOR DIVIDER */

.line-title span.elementor-divider-separator {
    border: none !important;
    background-image: url(img/dot-vert.png);
    background-repeat: repeat;
    background-position: center;
    background-size: 10px;
    border: none;
    height: 5px;
    display: inline-block !important;
}

.line-title span.elementor-divider-separator .elementor-icon {
    margin-top: -20px;
}

/* @end */

/* @group HOME SLIDER */

.home-hero {}

.home-hero-slogan {
    z-index: 10 !important;
    top: 45vh;
    width: 90%;
	margin-left: 5%;
    position: absolute;
    -moz-transition: margin-top 0.2s ease-in-out;
    -o-transition: margin-top 0.2s ease-in-out;
    transition: margin-top 0.2s ease-in-out;
}

.home-hero .n2-ss-layer {
    opacity: 1; mix-blend-mode: multiply;
}

.home-hero .n2-ow {
    height: 95vh; background: #e5e5e5;
}

.home-hero .n2-bullet {
    background: transparent !important;
    border: 1.5px solid #fff !important;
}

.home-hero .n2-bullet:hover {
    background: rgba(255, 255, 255, 0.44) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.44) !important;
}

.home-hero .n2-bullet.n2-active {
    background: var(--nv-primary-accent) !important;
    border: 1.5px solid var(--nv-primary-accent) !important;
}

/* @end */

/* @group HOME REVIEWS */

.ti-widget  .ti-star {
    filter: brightness(0) saturate(100%) invert(27%) sepia(91%) saturate(1366%) hue-rotate(155deg) brightness(87%) contrast(101%);
}

.ti-widget .ti-platform-icon, 
.ti-widget img.ti-logo-fb {
       filter: grayscale(1); ;

}

/* @end */



/* @group TITLE_DECO */

.title_deco .elementor-heading-title:before,
.title_deco_white .elementor-heading-title:before {
    content: " ";
    height: 4px;
    width: 40px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 15px;
    margin-bottom: 18px;
    margin-left: 0px;
}

.title_deco .elementor-heading-title:before {
    background-image: -webkit-linear-gradient(left, #bea06d 0%, #87643c 100%);
    background-image: -moz-linear-gradient(left, #bea06d 0%, #87643c 100%);
    background-image: -ms-linear-gradient(left, #bea06d 0%, #87643c 100%);
    background-image: linear-gradient(to right, #bea06d 0%, #87643c 100%);
}

.title_deco_white .elementor-heading-title:before {
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image: -moz-linear-gradient(left, #fff 0%, #fff 100%);
    background-image: -ms-linear-gradient(left, #fff 0%, #fff 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 100%);
}

/* @end */

/* @group IMAGEBOX-CUSTOM */

.imagebox-custom .elementor-image-box-img img {
    border-radius: var(--radius);
}

.imagebox-custom .elementor-image-box-title {
    color: var(--nv-primary-accent);
    font-weight: 900 !important;
    text-transform: uppercase;
    font-size: 1.2em;
    margin: 10px 0;
}

.imagebox-custom.imagebox-btn .elementor-image-box-title {
    background-color: var(--nv-primary-accent) !important;
    border-radius: var(--radius-sm);
    color: #FFF;
    padding: 12px 15px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.9em;
}

.imagebox-custom.imagebox-btn .elementor-image-box-content {
    margin-top: -40px;
    position: relative;
}

.imagebox-custom.imagebox-btn .elementor-image-box-img {
    position: relative;
}

.imagebox-custom.imagebox-btn .elementor-image-box-img::after {
    content: " ";
    display: inline-block;
    position: absolute;
    width: 90%;
    height: 90%;
    margin: 5%;
    left: 0;
    top: 0;
    background-image: url(img/carre-beige.png), url(img/carre-beige.png), url(img/carre-beige.png), url(img/carre-beige.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: bottom left, bottom right, top right, top left;
}

/* @end */

/* @group CALLTO-CUSTOM */

.call-custom  .elementor-cta {
    border-radius: var(--radius);
}



.call-custom .elementor-cta__title {
    background-color: var(--nv-primary-accent) !important;
    border-radius: var(--radius-sm);
    color: #FFF;
    padding: 12px 15px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.9em;
	border: none !important;
	width: auto;margin: 0 auto;
}





.call-custom .elementor-cta__content::after {
    content: " ";
    display: inline-block;
    position: absolute;
    width: 90%;
    height: 90%;
    margin: 5%;
    left: 0;
    top: 0;
    background-image: url(img/carre-beige.png), url(img/carre-beige.png), url(img/carre-beige.png), url(img/carre-beige.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: bottom left, bottom right, top right, top left;
}

.call-custom.call-custom-title .elementor-cta__title {
    background: none !important;
    border-radius: var(--radius-sm);
    color: #FFF;
    padding: 12px 15px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.2em;
	font-weight: 900;
	text-shadow: 0 0 22px #000000;
}

.call-custom.call-custom-title .elementor-cta__title em {
      font-family: var(--scriptfamily) !important;
	  letter-spacing: 0px !important;
	  display: inline-block; width: 100%;
    text-transform: none;
    font-size: 3.8em !important;
	font-style: normal !important;
	line-height: 1em;

}

/* @end */

/* @group IMAGE-DECO */

.image-deco {
    border-radius: var(--radius);
    position: relative;
    overflow: hidden; }


.image-deco:after {
    content: " ";
    display: inline-block;
    position: absolute;
    width: 90%;
    height: 90%;
    margin: 5%;
    left: 0;
    top: 0;
    background-image: url(img/carre-beige.png), url(img/carre-beige.png), url(img/carre-beige.png), url(img/carre-beige.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: bottom left, bottom right, top right, top left;
	z-index: 50;
}

/* @end */

/* @group IMAGE-DECO-SLIDE */

.image-deco-slide img {
    border-radius: var(--radius);
    overflow: hidden; }

.image-deco-slide figure {
    position: relative;
    overflow: hidden; }

.image-deco-slide figure:after {
    content: " ";
    display: inline-block;
    position: absolute;
    width: 90%;
    height: 85%;
	left: 0;
    top: 0;
    background-image: url(img/carre-beige.png), url(img/carre-beige.png), url(img/carre-beige.png), url(img/carre-beige.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: bottom left, bottom right, top right, top left;
	z-index: 50;
	margin: 5%;
}

/* @end */

/* @group DUAL TITLE */

.dual-title .elementor-heading-title{
    line-height: 1em !important;
}

.dual-title b{
    font-size: 0.9em !important;
    margin: 0 !important;
    line-height: 0.1em !important;
    font-weight: 900 !important;
	text-transform: uppercase;
}

.dual-title i {
    font-family: var(--scriptfamily) !important;
	color: var(--nv-secondary-accent) !important;
    text-transform: none;
    font-size: 3.5em !important;
	font-style: normal !important;
}

.dual-title.white i{
	color: #FFF !important;

}

/* @end */

/* @group BIG TITLE */


.page-big-title  { 
 align-content: center;
}



.page-big-title h1.elementor-heading-title { color: #FFF !important;
	font-size: 1.45em !important;
    font-weight: 900 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.page-big-title b {
	font: 3.5em var(--scriptfamily) !important;
	text-transform: none;
	font-style: none !important;
	font-weight: inherit !important;
	letter-spacing: 0;
	margin: 0 8px;
}

.dual-title.white i{
	color: #FFF !important;

}
.breadcrumbs,
.breadcrumbs a {
    color: #FFF;
}

.breadcrumbs i {
    font-size: 0.8em;
}

.breadcrumbs span {
    padding: 0 10px;
}

.breadcrumbs a:hover {
    color: var(--nv-primary-accent)
}

/* @end */

/* @group SINGLE */


.neve-breadcrumbs-wrapper a,
.neve-breadcrumbs-wrapper {
    color: #7d7d7d
}

.neve-breadcrumbs-wrapper a:hover {
    color: var(--nv-primary-accent)
}

.nv-meta-list .date {
    color: var(--nv-primary-accent);
    font-weight: bold;
}

/* @end */

/* @group SIDEBAR */

.sidebar {
    font-weight: 800 !important;
    text-transform: uppercase;
    font-size: 1.05em;
}

.widget p.widget-title {
    font-weight: 800 !important;
    text-transform: uppercase;
    font-size: 1.05em;
}

/* @end */

/* @group DETAIL TABLE */

.tab-presta i {
    color: var(--nv-secondary-accent) !important;
}


.tab-presta .elementor-icon-list-text {
    width: 100%;
}

.tab-presta i.fas {
    float: right;
	font-size: 18px !important;
}

.tab-presta i.fas.fa-check-circle {
    color: var(--nv-secondary-accent) !important;
}

.tab-presta i.fas.fa-adjust {
    color: #696969 !important;
}

.tab-presta i.fas.fa-minus-circle {
    color: #c6c6c6 !important;
}

.tab-presta svg *{
   fill: var(--nv-primary-accent) !important;
}

.legend-presta {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tab-presta i.fas.fa-check-circle,
.legend-presta i.fas.fa-check-circle {
    color: #6a9f90;
    font-size: 15px;
    vertical-align: middle;
}

.tab-presta i.fas.fa-adjust,
.legend-presta i.fas.fa-adjust {
    color: #6c6c6c;
    font-size: 15px;
    vertical-align: middle;
}

.legend-presta i.fas.fa-adjust,
.legend-presta i.fas.fa-check-circle {
    margin-left: 10px !important;
}

.tab-presta {
    margin: 3%;
    width: 100% !important;
    max-width: 800px !important;
}

.tab-presta th {
    border: 4px solid #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 0.85em !important;
    padding: 10px !important;
}

.tab-presta td {
    color: #3c3c3c !important;
    font-family: inherit !important;
    padding: 8px 10px !important;
    line-height: 21px !important;
    font-weight: 500;
    border-bottom: 1px dotted #c1c1c1 !important;
    background: #FFF !important;
    text-align: left !important;
}

.tab-presta p {
    margin: 0;
    display: inline-block !important;
    vertical-align: middle !important;
}

.tab-presta th:first-child {
    background: #FFF !important;
}

.tab-presta td:first-child div {
    text-align: left !important;
}

.tab-presta th.tab-col1 {
    width: 55%;
}

.tab-presta th.tab-col1 {
    text-align: left !important;
}

.tab-presta th.tab-col2 {
    width: 25%;
    text-align: center !important;
}

.tab-presta th.tab-col3 {
    width: 20%;
}

.tab-presta td:first-child {
    text-align: left !important;
}

.tab-presta td:first-child img {
    display: inline-block !important;
    margin: 10px;
    width: 35px;
    height: 35px;
    opacity: 0.6;
    vertical-align: middle !important;
}

/* @end */

/* @group CF7 */

.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form .select2,
.wpcf7-form textarea{
    width: 100% !important
}


.wpcf7-form p{
  display: flex; /* Active le modèle de boîte flexible */
  align-items: top; /* Centre verticalement les éléments */
  width: 100%; /* Assure que le conteneur prend toute la largeur disponible */
}

.wpcf7-form p label {
  margin-right: 10px; /* Ajoute un peu d'espace entre le label et l'input */
  width: 24%;
  margin-top: 10px;
}

.wpcf7-form p .wpcf7-form-control-wrap {
  flex: 1; /* Permet à l'input de prendre l'espace restant */
}

.wpcf7-form .wpcf7-submit {
	max-width: 350px;
	margin: 0  auto;
}


.wpcf7-form .wpcf7-response-output {
	padding: 10px !important;
	text-align: center;
	font-weight: bold;
	border-radius: 10px;
}


.wpcf7 form.sent .wpcf7-response-output {
	border-color: #53aa79; /* Green */
	color: #53aa79;
	background-color: #ddf1e6;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc7c7c; /* Red */
	color: #dc7c7c;
	background-color: #f8f6f1;
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #ed996e; /* Orange */
	color: #ed996e;
	background-color: #f8f6f1;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #6fb8db; /* Yellow */
	color: #6fb8db;
	background-color: #e6eeef;

}



/* @end */

/* @group HBOOK */

.hbook-wrapper-booking-form {
    background: #FFF;
    padding: 15px 20px;
}

.hbook-wrapper-booking-form p {
    margin-bottom: 0;
}

.hb-searched-summary {
    padding:15px;
	background: var(--light-green);
	margin-bottom: 30px;
	border-radius: var(--radius-sm) !important;

}

.hb-searched-summary p {
    padding-top:10px;
}

.hb-searched-summary .hb-button-wrapper {
    padding-top:0px;
}

.hb-search-submit-wrapper input {
    padding: 13px !important;
}

.hbook-wrapper-booking-form select,
.hbook-wrapper-booking-form input {
    border-radius: var(--radius-sm) !important;
}

.hb-title.hb-title-select {
	font-weight: 900; margin-bottom: 20px;
	color: var(--nv-secondary-accent) !important;
	margin-top: 0px;
}

.hbook-wrapper.hbook-wrapper-booking-form .hb-accom-title a {
	font-weight: 900; margin-bottom: 20px;
	color: var(--nv-primary-accent) !important;
	margin-top: 0px;
}
span.hb-price-bd-show-text {
	margin-bottom: 20px;
	color: #867558 !important;
	margin-top: 0px;
	border-bottom: 1px dashed #867558;
}

.hb-accom{
	padding: 30px;
}

/* @end */

/* @group ADDOCK */

.easy_loisirs_button {
    padding: 15px 20px !important;
}

div.button-close-wrapper button.easy_loisirs-button {
    padding: 2px !important;
}

/* @end */


/*  —— HELPERS RESPONSIVE —— */

/*body:before{ content: "standard"; position: fixed; background: rgba(186, 133, 189, 0.5);font-size:0.8em;color: #FFF; z-index: 110; padding: 0 6px; text-transform: uppercase;}

@media (max-width:1200px) {
	body:before{ content: "max-width:1200px"; background: rgba(11, 116, 48, 0.5);}
}

@media (max-width:1024px) {
	body:before{ content: "max-width:1024px"; background: rgba(122, 209, 242, 0.5);}
}

@media (max-width:767px) {
	body:before{ content: "max-width:767px"; background: rgba(23, 118, 254, 0.5);}
}

@media (max-width:480px) {
	body:before{ content: "max-width:480px"; background: rgba(76, 106, 7, 0.5);}
}*/
@media (max-width:1200px) {
	.btn-header a{
		font-size: 0.95em;
		padding: 10px !important;
		margin: 5px !important;
	}
}

@media (max-width:1024px) {
	.btn-header b{ display: none;	}
	.btn-header a{ font-size: 15px; padding: 10px !important; margin: 0 10px !important;	}
	.elementor-element-c8c17d6{ justify-content: flex-end;	}
}

@media (max-width:767px) {
	
	:root {
	--h2fontsize:1.15em;
	--e-global-typography-text-font-size:12px !important
	}
	

	
	.elementor-element-c8c17d6{ justify-content: center !important;	}
	.btn-header b{ display: inherit;	}
	.e-off-canvas__content a.elementor-item{font-size: 1.25em !important;	 margin-top: 5px;		padding: 10px !important;}
	
	.page-big-title .dual-title {font-size: 1.2em !important; margin: 30px auto !important; 	}
	.dual-title {font-size: 1.15em !important; display: inherit; line-height: inherit !important;}
	.dual-title b{font-size: 0.65em !important;line-height: inherit !important}
	.dual-title i { font-size: 3.3em !important;line-height: inherit !important}
	
	.only-mobile{display: inline-block !important;}
	.hidden-mobile{display: none !important;}
	
	.home-hero-slogan {width: 95%;	margin: 0 1%; }
	
	.page-big-title h1.elementor-heading-title { font-size: 1.2em !important; line-height: 1em !important;}
	.page-big-title b {	font-size: 3.5em !important; display: inherit; line-height: 1em !important; }

	

}
@media (max-width:480px) {

	.home .header-cheyrelle .site-logo-container {  position: inherit;   width: 350px !important;  left: calc(50% - 175px) !important;}
	
	.header-cheyrelle .btn-toggle{ position: absolute; z-index: 11; }
	
	.home .header-cheyrelle .site-logo img { top: 20vh; margin-top: 0px; width: 80% !important;}
	.btn-header b{ display: none;	}
	
	.wpcf7-form p {
        flex-direction: column; /* Change la direction des éléments en colonne */
    }
	
	.wpcf7-form br{ display: none;}
	
	.wpcf7-form p label {
        width: 100%; /* Assure que le label prend toute la largeur */
        margin-right: 0; /* Supprime la marge à droite */
    }

    .wpcf7-form p .wpcf7-form-control-wrap {
        width: 100%; /* Assure que l'input prend toute la largeur */
    }

    .wpcf7-form .wpcf7-submit {
        width: 100%; /* Assure que le bouton prend toute la largeur */
        max-width: 100%; /* Annule le max-width pour les mobiles */
    }

}
