/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.3.0
	Stable tag: 3.3.0
	Requires at least: 6.0
	Tested up to: 6.7
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
/**
 * Loading first in the style.scss & classic-editor.scss
 */
/**
* Document basic styling
* Inspired by Normalize.css, HTML5 Boilerplate & Bootstrap Reboot Projects under MIT License
 */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
 
 @font-face {
    font-family: 'Quentin';
    src: url('https://r.deight.fr/wp-content/uploads/2025/06/Quentin.eot'); /* IE9 Compat Modes */
    src: url('https://r.deight.fr/wp-content/uploads/2025/06/Quentin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('https://r.deight.fr/wp-content/uploads/2025/06/Quentin.woff2') format('woff2'), /* Super moderne */
         url('https://r.deight.fr/wp-content/uploads/2025/06/Quentin.woff') format('woff'), /* Moderne */
         url('https://r.deight.fr/wp-content/uploads/2025/06/Quentin.ttf') format('truetype'), /* Safari, Android, iOS */
         url('https://r.deight.fr/wp-content/uploads/2025/06/Quentin.svg#Quentin') format('svg'); /* Ancien iOS */
    font-weight: normal;
    font-style: normal;
}

.soins .elementor-cta--skin-cover{padding:20px}
 
  .bakaw .e-con-inner{
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 20px #e39b9b1f;
}


html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

*,
*::before,
*::after {
  box-sizing: border-box; /* 3 */
}

/* Sections
 */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;  font-family: "Urbanist", serif;

}


.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-inner {
    border-radius: 14px;overflow: hidden;
}


body .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {

    background: transparent !important;
    color: black !important;
    width: auto !important;
    margin: 0 !important;
}
.wc-block-components-button:not(.is-link) {
    border-radius: 13px;
}
body .is-large.wc-block-cart .wc-block-cart-items th {
    border-top: 0;
}
body  .wc-block-cart-items__row .wc-block-components-product-name{
    color: #ae1917;
    text-decoration: none;
    text-transform: uppercase;margin-bottom: 3px !important;font-family: "BlockBE", Sans-serif;
    font-size: 18px;
    font-weight: 400;
}
body .wc-block-components-button:not(.is-link) {
    border-radius: 13px;
    background: #ae1917;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
}

.wc-block-components-title.wc-block-components-title {
    font-weight: 800;
    text-transform: uppercase;
    color: black;
}

.wc-block-components-button:not(.is-link):hover {
    background: #000;color:white
}
 body table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    background: transparent !important;
    color: black !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wc-block-components-product-metadata {
    margin: 0 !important;
}
.wc-block-components-product-metadata__description{display:none}
.woocommerce-cart  #content{
    padding: 100px 0;
}

.woocommerce-checkout  #content{
    padding: 0px 25px 100px;
}
.woocommerce-checkout  .elementor-location-footer{display:none}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-block-start: 0;
  margin-block-end: 0.9rem;
}

/* Grouping content
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  white-space: pre-wrap;
}

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #CC3366;
}
a:hover, a:active {
  color: #333366;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-block-end: none; /* 1 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

/* Interactive
 */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Print
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    border: 1px solid #cccccc;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    -moz-column-break-after: avoid;
         break-after: avoid;
  }
}
/**
 * Form styling
 */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 1rem; /* 1 */
  line-height: 1.5; /* 1 */
  margin: 0; /* 2 */
}

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
select,
textarea {
     width: 100%;
    border-bottom: solid 1px #ff5e9b;
    border-radius: 19px;
    padding: 20px 15px 8px;
    transition: all 0.3s;
    background: #ffffff;
    max-width: 100%;
    min-width: 100%;
    border: none;
    border: solid 1px #e1e1e1;
    outline: 0 !important;    font-weight: 300;
}
.news .swiper-slide {
    border: 0px solid #e9e9e9;
    border-radius: 20px;margin-bottom:30px
}

.news .swiper-pagination{
    margin-top: 30px;
}


.rffe {
    width: 50%;
    padding: 0 10px 0px;
    display: inline-block;
    float: left;
}
.rffe2 {
    width: 100%;
    padding: 0 10px 0px;
    display: inline-block;
    float: left;
}
.wpcf7-submit{
    width: 100%;
    padding: 0 10px 20px;
    display: inline-block;
    float: left;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  width: auto;
  -webkit-appearance: button;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

[type=submit],
[type=button] {
        display: inline-block;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all 0.3s;
    width: calc(100% - 20px) !important;
    margin: 0 10px 20px !important;
    background: #2f3d32 !important;
    float: left;
    color: white !important;
    border: 0 !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    padding: 10px !important;
    border-radius: 35px !important;
	
	
}

button.single_add_to_cart_button {
     display: inline-block;
    font-weight: 400;
    color: #CC3366;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #CC3366;
    padding: 0.5rem 1rem;
    font-size: 20px;
    border-radius: 3px;
    transition: all 0.3s;
    width: 100% !important;
    margin: 20px 0px 20px !important;
    float: left;
    color: white !important;
    border: 0 !important;
    text-transform: uppercase;
    border-radius: 15px !important;
}


.list-payment {
    justify-content: flex-start;
    margin: 0;
    padding-top: 0;
    display: flex
;
    flex-direction: row;
    padding-inline-start: 0;
    unicode-bidi: isolate;
}

body .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
    margin-block-end: var(--n-accordion-item-title-distance-from-content);
    color: var(--n-accordion-title-active-color);
    background: linear-gradient(45deg, #eef5f0, #eef5f0);
    border-radius: 20px;
    padding-left: 24px;
    border: 0;
}
.list-payment svg {
    width: 50px;
    height: auto;
}

.list-payment__item {
    align-items: center;
    display: flex
;
    padding: 0.5rem;
}
body .moko.elementor-alert-success .elementor-alert {
    color: #ffffff;
    background-color: #000000;
    border-color: #cae6be;
    border-radius: 20px;
    overflow: hidden;
    border: 0;
    padding-left: 29px;
    padding: 5px 30px;
    padding-left: 29px;
    width: auto;
    display: inline-block;
}

.woocommerce-product-gallery__image{
    border-radius: 20px;
    overflow: hidden;
}


body .elementor-popup-modal .dialog-close-button {
    outline: none;
}

body .elementor-popup-modal .dialog-widget-content {
    max-width: 85%;
}

body .elementor-popup-modal .dialog-message {
  max-width: 100%
}



.e-off-canvas__main .elementor-nav-menu--main .elementor-nav-menu ul {

}



.e-off-canvas__main .elementor-nav-menu--main .elementor-nav-menu--dropdown .elementor-sub-item {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    word-spacing: 0px;
    color: white;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
}
body .elementor-button {
    text-shadow: none;
}

@media (max-width: 768px) {
	
#resa .elementor-icon {
      text-align: left;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    gap: 6px;
    align-items: center;
}


    #resa .elementor-icon::before {
     content: "Prendre Rendez-vous";
    font-size: 9px;
    line-height: 1;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    position: relative;
    top: 2px;
    font-weight: 600;
    width: 85px;
    padding-right: 5px;
    }
}

body .elementor-widget-testimonial-carousel .elementor-testimonial__image img {
    height: 24px !important;
    width: auto!important;
    border-radius: 5px !important;
    overflow: hidden;
}
body .elementor-widget-testimonial-carousel .elementor-testimonial__footer {
margin-bottom:5px !important
}

body .elementor-popup-modal .dialog-close-button:hover{transform: rotate(90deg);transition: all 0.3s ease-out;}



body .elementor-popup-modal .dialog-widget-content {
    overflow: hidden;    border-radius: 30px;
}
body .elementor-popup-modal .dialog-close-button svg {
    fill: #000;
    height: 26px;
    width: 26px;
    background: #fff;
    padding: 5px;
    outline: none;
}
.wpcf7  h3 {
    font-size: 1.75rem;
    font-family: "Urbanist", Sans-serif;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0 10px;
    margin: 30px 0 00;
    display: inline-block;
    width: 100%;
    color: #181818;
}


button:focus:not(:focus-visible),
[type=submit]:focus:not(:focus-visible),
[type=button]:focus:not(:focus-visible) {
  outline: none;
}
button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
  color: #ffffff;
  background-color: #CC3366;
  text-decoration: none;
}
button:not(:disabled),
[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical;    height: 100px;
}


.dscf7captcha input[type=text]{
    padding: 8px 15px 8px;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

select {
  display: block;
}

/**
 * Table styling
 */
table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table th {
  font-weight: bold;
}
table thead th,
table tfoot th {
  font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: rgba(128, 128, 128, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: rgba(128, 128, 128, 0.1019607843);
}
table tbody + tbody {
  border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}
@media (max-width: 767px) {
	
	
  table table {
    font-size: 0.8em;
  }
  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}

/**
 * List styling
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-block-start: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
  border-radius: 10px;
    overflow: hidden;
}
   
  
    #node-marquee {
            color: #eee2db;
    font-size: 12px;
    overflow: hidden;


    }
    #node-marquee span span {
    display: inline-block;
    white-space: nowrap;
    padding: 3px 50px;
    text-transform: uppercase;
    font-size: 110px;
    font-weight: 700; 
    letter-spacing: 2px;
    font-family: 'Urbanist';
    }
	 
	
	body .switch-candy {
    background-color: #ffffff;
    border-radius: 3px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    text-shadow: none;
    box-shadow: none;
    border: 2px solid #b92b2b;
    border-radius: 10px;    height: 40px;
}

body .switch-candy a {
    border: 0px solid #333;
}

body .wc-deposits-options-form input.input-radio:enabled ~ label {
    color: #ffffff;    padding: 3px;
}
body .wc-deposits-notice{
    margin-top: 11px;
    display: inline-block;
}
body .wc-deposits-options-form input.input-radio:enabled ~ label {
    margin: 0;
    text-shadow: none;
    box-shadow: none;
    color: black;
}
body .wc-deposits-options-form hr.separator {
    display: none;
}
body .wc-deposits-options-form .amount {
    color: #020202;
    font-weight: bold;
}
body .wc-deposits-options-form .deposit-option {
    display: inline-block;
    margin-bottom: 10px;
}


body .switch-candy input:checked + label {
    color: #ffffff !important;
}


body .wc-deposits-options-form div a.wc-deposits-switcher {
    background: #b92b2b;
}

	
	.single_add_to_cart_button{
    background: #b92b2b !important;
    font-weight: 400 !important;
    font-size: 22px;
}


	.numbr{       background: #ae1917;
    color: white;
    width: 42px;
    display: inline-block;
    border-radius: 50%;
    height: 42px;
    font-size: 31px;
    position: relative;
    top: -4px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 6px;}
	body .elementor-widget-testimonial-carousel .elementor-main-swiper {
    width: 100%;
}

.elementor-testimonial--align-center .elementor-testimonial {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;    width: 100%;
}

	.testim .elementor-swiper-button {
font-size: 20px;
    background: #ffffff;
    color: #000000;
    padding: 19px;
    border-radius: 50%;
    border: 1px solid #ededed;
}
	
	body .elementor-location-header	.elementor-nav-menu--main .elementor-item {color: #181818;    border-radius: 9px;
    overflow: hidden;}
body .nosrestaus .elementor-button-text{    color: #181818 }


.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
    padding: 28px 10px 45px;      
}


	 .elementor-location-header .elementor-menu-toggle .e-font-icon-svg{fill: #181818}

		
 .elementor-location-header:before{    box-shadow: 0 0 30px #00000012;}



	.nosrestaus .elementor-button-text{    color: #181818 ;}
	.nosrestaus .elementor-button {    fill: #181818 ;}




#elementor-menu-cart__toggle_button svg {
    position: relative;
    top: -10px;
    z-index: -1;    margin-right: 6px;
}
.elementor-menu-cart__product-image a, .elementor-menu-cart__product-image img {
    border-radius: 10px !important;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    border-radius: 10px !important;
}
.wc-block-cart-item__quantity{
    margin-top: 10px;
}

body .is-medium .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title, body .is-mobile .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title,  body .is-small .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    border-top: 0px solid hsla(0, 0%, 7%, .11);
}


.elementor-menu-cart__subtotal bdi{    font-family: "BlockBE", Sans-serif;font-weight:400}

body .elementor-menu-cart__main {

    width: 450px;
    max-width: 90%;
    border-radius: 20px 0 0 20px;
}

body .elementor-menu-cart__subtotal {
    border-bottom: var(--subtotal-divider-bottom-width, 0px) var(--subtotal-divider-style, solid) #e7e7e7;
    border-top: var(--subtotal-divider-top-width, 1px) var(--subtotal-divider-style, solid) #e7e7e7;
}

	.elementor-nav-menu li:first-child a:after{display:none}
body .elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter] {
    top: 14px;
    inset-inline-end: -1px;
}
body #elementor-menu-cart__toggle_button .woocommerce-Price-amount {
    margin-left: 8px;
}

.woocommerce ul.products li.product a img {
    border-radius: 17px;
}

.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button {
    border: 2px solid;
    border-radius: 12px;
    padding: 6px 19px;
}

.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins .amount {
padding-left:10px
}
.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}

 .logoheaderindex{display:none}



@keyframes elementor-animation-buzz-out {
    10% {
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        transform: translateX(1px) rotate(0)
    }

    100% {
        transform: translateX(-1px) rotate(0)
    }
}


.imageslide2 {
display: inline-block;
    animation: falling 3s ease-in-out infinite;
    animation-name: elementor-animation-buzz-out;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


.imageslide {
   width:200px; display: inline-block;
    animation: falling 3s ease-in-out infinite;
    animation-name: elementor-animation-buzz-out;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;    position: relative;
    top: 2px;
}


.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {

    width: auto !important;
    background: transparent !important;
    color: black !important;
}


.woocommerce-cart .wc-block-components-product-badge {
    font-size: 0;    padding: 2px 15px;
    border: none;
    background: #ae1917;
    color: white;
}

.woocommerce-cart .wc-block-components-product-badge .wc-block-components-formatted-money-amount {
    font-size: 12px;
}
.woocommerce-cart .wc-block-components-product-badge .wc-block-components-formatted-money-amount:before {
content:'-'
}



 body .elementor-slides .swiper-slide-inner .elementor-slide-heading{
    margin-bottom: 10px !important;
}
body .elementor-slides .swiper-slide-inner .elementor-slide-button {
    margin-top: 20px !important;
}
.woocommerce-account .elementor-location-footer{display:none}

#barremenu{border-top:1px solid white;border-bottom:1px solid white;}


body .elementor-price-list .elementor-price-list-image {
    max-width: 30%;
}

body .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm .button, .woocommerce-form-login__submit {
    height: 46px !important;
}
body .woocommerce-MyAccount-navigation-link--downloads{display:none !important}
body .woocommerce-info {
    border-top-color: #ae1917;
}
body .woocommerce-info::before {
    color: #ae1917;
}
body .rimbo .elementor-image-box-img{    margin-bottom: 0 !important;
    border-radius: 50%;
    overflow: hidden;
    aspect-ratio: 1;
    position: relative;
    border: 3px solid #ff67a7;
    border-radius: 50%;
    overflow: hidden;}
	
	body .rimbo .elementor-image-box-img img{
	width: 100%;
    object-fit: cover;
    height: 100%;
    aspect-ratio: 1;
    border: 3px solid #fff;
    border-radius: 50% !important;
    overflow: hidden;}
	
	.elementor-slideshow__footer {
    bottom: 0;
    position: fixed;
    z-index: 5;
    display: none;
}
	
	body .rimbo:hover .elementor-image-box-img{  
    border: 3px solid #181818;
}
	
	
body .rimbo .elementor-image-box-title{margin-block-start: 0 !important;line-height: 0;}
    
body .rimbo .elementor-image-box-title a{font-size: 14px;text-transform: uppercase;font-weight: 800;line-height: 1}

.pineco .swiper-slide{padding-bottom:30px}

.pineco .swiper-slide .jesuisunevideo a{position:relative;    border-radius: 3px;
    overflow: hidden;}
.pineco .swiper-slide .jesuisunevideo a:after{         content: '';
    width: 43px;
    position: absolute;
    height: 43px;
    background: url(/play.svg) ;
    top: 50%;
    z-index: 22;
    right: 50%;
    background-size: cover;
    transform: translate(50%, -50%);
    border-radius: 50%;}

body .elementor-field-group button{
    margin: 0 !important;
    width: 100%;
    background: #ffffff !important;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 1px;
    border-radius:15px !important;
    color: black !important;
}

body .elementor-widget-form .elementor-field-group .elementor-field {
text-align:center;    font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;

}

body .swiper-slide .elementor-background-overlay {
    background: linear-gradient(178deg, #0000007a, transparent) !important;
}


body .swiper-pagination-bullet{   height: 2px!important;   width: 21px!important;    border-radius: 4px!important;margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important;
}

body .swiper-pagination-bullet-active {
    width: 41px !important;
    border-radius: 4px!important;
    height: 2px!important;
}
.pineco .elementor-widget-heading{margin-top:10px!important}
.pineco .elementor-widget.elementor-widget {
    margin-block-end: 0;
    line-height: 1;
}

body .qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet {
    background: rgb(0 0 0 / 19%);
}
body .qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet:hover {
    transform: initial;background: rgb(0 0 0);
}



@media (min-width: 1024px) { 



 .but2 a img{    transition: all 0.3s;}

.but2:hover a img{transform:scale(0.9);}



}
.totop {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    background: #ae1917;
    border-radius: 50%;
    display: none;
    text-align: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease; /* Ajoute une transition pour l'effet de transformation */
}

.totop:hover {
    transform: scale(1.1); /* Applique un effet de scale au hover */
}


.totop svg{width:30px}


.dscf7_refresh_captcha img{    width: 17px;
    position: relative;
    top: 2px;}
	
	.dscf7captcha{     width: 100%;
    padding: 15px 10px 0px;
    display: inline-block;
    float: left;
    font-family: "Urbanist", Sans-serif;
    font-size: 14px;
    padding: 0 10px;
    display: inline-block;
    width: 100%;
    color: #181818;
    margin-top: 21px;}
	
	
	.lefg {
       font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    top: 23px;
    z-index: 77;
    left: 6px;
    padding: 0 10px;
    /* background: #ffffff; */
    color: #0c2638;
}

body .woocommerce-message {
    border-top-color: #000000;
    border: 0;
    margin: 0;
    background: white;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
body .elementor-menu-cart__product .variation {
    display: none;
}

body .wc-block-components-product-details.wc-block-components-product-details {
    list-style: none;
    margin: .5em 0;
    padding: 0;
    font-size: 13px;
    color: black;
}

.ploke li.product {
    text-align: center;
    background: url('/fondprod.png') bottom center no-repeat #AE1917E8;
    border-width: 3px 3px 3px 3px;
    border-radius: 20px;
    padding: 18px;
    border-color: black;
    border:0px solid black;
    background-size: contain;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row {
    flex-direction: column;
}



.wc-block-components-title.wc-block-components-title {
    font-family: "BlockBE", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}


.product-additional-info, .social-sharing{display:none}
.mjk{
cursor:pointer
}
.mjk svg{
    width: 20px;
    fill: #ae1917;
}

.e-rating-wrapper{
    display: flex;    padding-right: 11px;    flex-direction: row;
}
 .mjk .elementor-widget-container{display: flex;    flex-direction: row;}
 #delivery_calender_lite{    border: 2px solid #b92b2b;
   }
	
	
	.woocommerce-cart .alignwide {
    margin-inline: 0;
    padding: 0 30px;
}
 .woocommerce-checkout .alignwide {
    margin-inline: 0;
    padding: 0 10px;
}

	.woocommerce-cart .elementor-location-footer{display:none}


.delivery_date_label {
      font-size: 11px;
    /* font-weight: 400 !important; */
    /* text-transform: uppercase; */
    position: relative;
    top: 27px;
    z-index: 77;
    left: 6px;
    padding: 0 12px;
    /* background: #ffffff; */
    color: #0c2638;
    font-family: 'Urbanist';
}




.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    background: #fbfbfb !important;
    border: solid 2px #f1f1f1 !important;
}

body .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em;
    width: 100% !important;
    margin: 0 !important;
}


	.mikj svg{position:relative;top:-6px}
.elementor-menu-cart__toggle {
    position: relative;
    top: 4px;
}


.product-info-video{
     display: flex;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;    margin-top: 0px;       justify-content: center;    margin-bottom: 25px;
}
.product-info-video a{    display: flex;
    flex-direction: column;
    align-items: center;transition: all 0.3s ease-out;padding: 0 10px;    color: black;}
.imagevideo{    position: relative;
    width: 110px;
    height: 110px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #b92b2b;
    margin-bottom: 6px;}

.imagevideo svg{
    position: absolute;
    filter: invert(1);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.fancybox-slide--video .fancybox-content {
    background: #000;
    width: auto !important;
    height: auto !important;
    aspect-ratio: 9/16;
    max-width: 85%;    max-height: 90%;
}
.fancybox-button {
    border-radius: 50%;
    margin: 15px;
}



.fancybox-inner{
    background: #000000c2;
}

.imagevideo path{
    fill: #000000;
}
.imagevideo:before{    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    border: 2px solid white;
    border-radius: 50%;
    z-index: 2;}
.imagevideo img{    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);}

.product-info-video a:hover img{transform:translateY(-50%) scale(1.15); transition: all 0.3s ease-out;}


.imagevideo2:before {
display:none !important
}
body .elementor-menu-toggle {
    padding: 0;max-height: 41px;
}
body.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none !important;
}

.dialog-type-lightbox {
    z-index: 9999999;
}
.elementor-location-header {
    position: fixed;
    z-index: 999;
    width: 100%;    top: 0;background:black;transition: transform 0.3s ease; 

}

.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
    border-radius: 0px;
}

.elementor-cta__ville{
    font-size: 13px;
    margin-bottom: 10px;
    margin-right: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
    padding: 3px 13px;

}

.elementor-cta--skin-cover .elementor-cta__ville  path{
  fill:white
}



.bloccontactbiens{
    display: flex;
    color: black;
    font-size: 13px;
    gap: 20px;
    width: 100%;
    border-top: 1px solid #e9e9e9;
    padding-top: 25px;
}

.elementor-cta--skin-cover .bloccontactbiens{    display: none;}

.bloccontactimage{
    width: 50px;
    display: inline-block;
}

body .bloccontactimage img{
    border-radius:50%
}

.bloccontacttexte{}
.bloccontacttexte1{
    width: 100%;
    display: inline-block;
    margin-bottom: 2px;
}
.bloccontacttexte2{
    display: flex;
    width: 100%;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.bloccontacttexte2 svg{
    width: 20px;
}


.elementor-cta__ville svg{    width: 15px;
    height: auto;
    position: relative;
    top: 3px;}
	.elementor-cta__desc svg{      width: 16px;
    height: auto;
    position: relative;
    top: 3px;
    margin-right: 6px;}
.elementor-cta__desc{
    font-size: 13px;
    margin-bottom: 10px;
    padding: 3px 0px;
}

.elementor-cta--skin-cover .elementor-cta__desc path {
    fill: white;
}


.elementor-cta__projet{
     text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
    position: absolute;
    top: 30px;
    background: #2f3d32;
    padding: 3px 20px;
    color: #ffffff;
    border-radius: 15px;
    z-index: 2;
    left: 30px;
}



footer .menu-item a {
      background-color: transparent;
    background-image: linear-gradient(to top, rgb(255 255 255) 0px 0px), linear-gradient(to top, transparent 0px, transparent 0px);
    background-repeat: no-repeat;
      background-position: left bottom, left bottom;
    background-size: 0% .1rem, 100% .1rem;
    transition-property: background-size;
    transition-timing-function: ease;
    transition-duration: .25s;
    display: inline-block;
    
}

footer .menu-item:hover a{
      background-position: left bottom, left bottom;
        background-size: 100% 1px, 100% 1px;
}

body .elementor-post__excerpt p:after{content:'...'}
body .elementor-cta--skin-classic .elementor-cta__content-item{
    color: #000000;
}

.elementor-location-header {
    border-bottom: 0px solid #ffffff17;
}

.elementor-location-header {
background:transparent
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {

}
  .elementor-location-header:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    transition: height 0.15s ease;
}

body .elementor-accordion .elementor-tab-title {
    border-radius: 15px;
}
.elementor-location-header:hover:before,  .scrolly .elementor-location-header:before {
    background: #fff;    transition: height .15s 
ease;height: 100%;

}

body.scrolly .blaka p, body header:hover .blaka p{color:black}

body.scrolly #barremenu, body header:hover #barremenu{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;}



body.scrolly #barremenu .elementor-nav-menu--main .elementor-item, body header:hover #barremenu .elementor-nav-menu--main .elementor-item{
    color: #000000;
}

body .logoclassic img, body header .logoclassic img{filter:invert(1)}
body.scrolly .logoclassic img, body header:hover .logoclassic img{filter:invert(0)}


body.scrolly #offca path, body header:hover #offca path{fill:black}






body .conta hr {opacity:0.2;margin-top:30px}
@media (min-width: 768px) {

  body:not(.home) .elementor-location-header:before,
  body:not(.home) .scrolly .elementor-location-header:before {
    background: #fff;
    transition: height .15s ease;
    height: 100%;
  }

  body:not(.home).scrolly .blaka p,
  body:not(.home) header .blaka p {
    color: black;
  }

  body:not(.home).scrolly #barremenu,
  body:not(.home) header #barremenu {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }

  body:not(.home).scrolly #barremenu .elementor-nav-menu--main .elementor-item,
  body:not(.home) header #barremenu .elementor-nav-menu--main .elementor-item {
    color: #000000;
  }

  body:not(.home) .logoclassic img,
  body:not(.home) header .logoclassic img {
    filter: invert(1);
  }

  body:not(.home).scrolly .logoclassic img,
  body:not(.home) header .logoclassic img {
    filter: invert(0);
  }
body:not(.home).scrolly .yay-currency-custom-select__trigger, body:not(.home) header .yay-currency-custom-select__trigger {
    color: #000000;
}
body:not(.home).scrolly .yay-currency-custom-arrow .yay-currency-arrow-icon, body:not(.home) header .yay-currency-custom-arrow .yay-currency-arrow-icon {
    stroke: black;
}
  body:not(.home).scrolly #offca path,
  body:not(.home) header #offca path {
    fill: black;
  }
   body:not(.home) {
    padding-top: 140px;
}

 .elementor-nav-menu--main .elementor-item.elementor-item-active {
    color: #FFFFFF !important;
}


}

header.pashaut {
  transition: transform 0.15s ease;
  transform: translateY(0);
}

header.pashaut.hide-header {
  transform: translateY(-100%);
}




header .elementor-nav-menu--dropdown{    overflow:hidden}

.elementor-widget-theme-site-logo a{position:relative}

.elementor-widget-theme-site-logo a:before {
     content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2026/02/SRN-senegal.png) center;
    background-size: contain;
    z-index: 2;
    left: 0;
    top: 0px;
}

.pineco2 img{border-radius:3px !important;overflow:hidden}

.jesuisunevideo img{
    border-radius:50% !important;overflow:hidden
}

 
body .qodef-qi-business-hours.qodef-line-type--between .qodef-e-line {
    border-bottom: 1px solid rgb(255 255 255 / 88%);
}

body .qodef-qi-business-hours {
    position: relative;
    border: 0px solid #e1e1e1;
    padding: 35px 0;
}
body .fancybox-bg {
    background: #1e1e1e82;
}

body .elementor-accordion .elementor-accordion-item {
    border: 0px solid #d5d8dc;
    margin-bottom: 10px;
}
.ocho{background:white;  margin-bottom: 30px !important;border-radius: 20px;}
.ocho.due{    margin-left: 20%;  }
  
  .elementor-accordion .elementor-tab-title {
    border-radius: 10px;
}
  
.ocho:after {
      content: "";
    display: block;
    width: 22px;
    height: 22px;
    background-color: #ffffff;
    position: absolute;
    transform: scaleX(.75) rotate(45deg);
    border-width: 0;
    box-sizing: content-box;
    top: -11px;
    left: 60%;
}
.ocho.due:after{     left:initial; right: 63%; }


.elementor-accordion .elementor-tab-title {
    border-radius: 0px;
}


body .elementor-price-table .elementor-price-table__heading {
    padding: 10px 0;
}

.elementor-testimonial--skin-bubble .elementor-testimonial__content {
    min-height: 185px;display: flex
;
    align-content: center;
    align-items: center;flex-direction: column;gap:13px
}
.elementor-testimonial--skin-bubble .elementor-testimonial__content img{width:110px}
@media (max-width: 1800px) {
.elementor-testimonial--skin-bubble .elementor-testimonial__content {
    min-height: 190px;
}
}

@media (max-width: 1500px) {
.elementor-testimonial--skin-bubble .elementor-testimonial__content {
    min-height: 190px;
}
}
@media (max-width: 1300px) {
.elementor-testimonial--skin-bubble .elementor-testimonial__content {
    min-height: 210px;
}

}

.elementor-cta__bg-overlay:after {
    content: '';
    position: absolute;
    background: linear-gradient(1deg, #0000008c, transparent);
    height: 100%;
    width: 100%;
    bottom: 0;opacity: 0.5;
}

body .planity-widget-nav button{border-radius:0px !important}	
body .planityWidget button{border-radius:0px !important}

body .elementor-cta--skin-cover .elementor-cta {
    display: block;    border-radius: 18px;
}


body  .elementor-cta:hover .elementor-cta__bg-overlay {
}


	body .pineco .elementor-swiper-button-prev{
    left: 40px !important;
    background: #ff5e9b;
    padding: 14px;
    border-radius: 50%;    top: calc(50% - 60px) !important;
}
	body .pineco .elementor-swiper-button-next{
    right: 40px !important;
    background: #ff5e9b;
    padding: 14px;
    border-radius: 50%;    top: calc(50% - 60px) !important;
}
body .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
    margin-bottom: 0;
}

.elementor-slide-heading img{width:300px;margin-bottom:10px;}

.thr.elementor-widget-image-box .elementor-image-box-img img {
    padding: 10px 31px !important;
    background: #ffffff;
    backdrop-filter: blur(4px);
    border-style: solid !important;
    border: 1px solid #e5e5e5 !important;
}
.home .thr.elementor-widget-image-box .elementor-image-box-img img{     
    padding: 10px 31px !important;
    background: #00000024;
    backdrop-filter: blur(4px);    border-style: none !important;
    border: 0px solid #e5e5e5 !important;}


#bofo{
    margin: 0 50px;
    width: calc(100% - 100px);
    border-radius: 30px;    padding: 0;
}

.elementor-cta--skin-cover .elementor-cta__content {
    aspect-ratio: 1;
    min-height: auto !important;
}
  .elementor-cta--skin-classic{  border: 1px solid #e9e9e9;
    border-radius: 20px;}
body .elementor-cta--skin-classic .elementor-cta__content {
background-color: #ffffff;}

body .elementor-cta--skin-classic .elementor-cta__ville {
    color: black;
}
body .elementor-cta--skin-classic .elementor-cta__desc{
    color: black;
}

.gataonly{
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
    flex-direction: column;
}

    body .elementor-cta--skin-classic .elementor-cta__title {
        color: black;
    }
	.plata .widget-image-caption{
    max-width: 202px;    margin-block-start: 0;
}

#footice{display:none}

body footer .what {
    position: fixed;
    z-index: 88;
    bottom: 20px;
    right: 10px;
}
.conta .emoji{display:none !important}
.conta h2{    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Montserrat';
    margin-top: 30px;
    margin-bottom: 5px;}
	
	.conta h3{    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0px;}
	
@media (max-width: 768px) {
	
	.conta h2{font-size: 16px;
}
#binto{background-size:cover}

	.swiper-zoom-container {
    padding: 21px;
}
body footer .what {
    bottom: 10px;
}
	.swiper-zoom-container img {
border-radius:15px
}

	#footice{    display: block;
    position: fixed;
    z-index: 88;
    bottom: 0;
    background: white;
    text-align: center;
    box-shadow: 0 0 30px #00000031;
    left: 0;transition: opacity 0.4s ease, visibility 0.4s ease;
    opacity: 0;           /* Caché par défaut au chargement */
    visibility: hidden;}

	body .elementor .binya{
    --flex-direction: row-reverse;
    flex-direction: column-reverse;
    padding-top: 0;
}
	body .elementor  .plata.elementor-absolute{
    top: 90px;
    bottom: initial;
    width: 104px;
    display: flex;
    flex-direction: column;
    aspect-ratio: 1;
    justify-content: center;
        border-radius: 50%;
	}
	
	body .elementor  .plata.elementor-absolute .wp-caption{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

body .elementor  .plata.elementor-absolute .wp-caption .wp-caption-text{
    text-align: center;
    font-size: 10px;
}
body .elementor  .plata.elementor-absolute.elementor-widget-image a {
    display: inline-block;
    text-align: center;
}
body .elementor  .plata.elementor-absolute.elementor-widget-image a img{
max-width:85%
}

	.elementor-cta--skin-cover .elementor-cta__content {
    aspect-ratio: 1;
    min-height: auto !important;
}


	.elementor-cta--skin-cover .elementor-cta__content  .elementor-cta__description{margin-bottom:0}


	footer .baka .elementor-nav-menu li {
    width: 49%;
    display: inline-block;
}
	footer .baka .elementor-nav-menu__align-start .elementor-nav-menu {
    justify-content: flex-start;
    margin-inline-end: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
	.bloccontacttexte1 {
    font-size: 11px;
}
.bloccontactimage {
    width: 40px;
    display: inline-block;
}
.bloccontacttexte2 {
    font-size: 12px;
}

.bloccontactbiens {
    padding-top: 17px;margin-top: 15px;
}
.elementor-cta--valign-bottom.elementor-cta--skin-classic .elementor-cta__content {
    align-items: flex-end;
    align-content: normal;
}

body .elementor-widget-container .elementor-cta--valign-bottom.elementor-cta--skin-classic .elementor-cta__content {
        padding: 30px 30px 15px;
    }
	
body .elementor-cta--skin-classic .elementor-cta__title {
        margin-bottom: 10px;
    }
	.elementor-cta__ville{
    margin-bottom: 0;    margin-right: 20px;
    border: 0px solid #e3e3e3;
    border-radius: 0;
    padding: 0px 0px;
}
body .elementor-cta--skin-classic .elementor-cta__description{
    margin-bottom: 7px;
}
	body .elementor-cta--valign-bottom.elementor-cta--skin-classic .elementor-cta__content {

        min-height: auto !important;
    }
	body .swiper-slide .elementor-background-overlay {
    background: linear-gradient(0deg, #00000099, #0000002b) !important;
}

 .swiper-slide-contents {
        max-width: 100%;
    }
	
	.elementor-cta__projet {
    font-size: 10px;
    top: 15px;
    background: #2f3d32;
    padding: 3px 9px;
    left: initial;
    right: 15px;
    color: white;
}
.elementor-cta__ville {
    font-size: 11px;    text-align: center;
}
.elementor-cta__desc {
        font-size: 11px;
       margin-bottom: 0;    text-align: center;
}
.elementor-cta__desc svg{
width: 14px;
}
body .elementor-cta--skin-classic .elementor-cta__ville {
    border: 0px solid #e3e3e3;
    padding: 3px 0px;
}

.gataonly{
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    flex-direction: column;
    gap: 4px;
}



.home .thr .elementor-image-box-title{display:none}
	.pineco .swiper-slide .jesuisunevideo a:after {
    width: 25px;
    height: 25px;
}
	#bofo {
    margin: 0 30px;
    width: calc(100% - 60px);
    border-radius: 30px;
    padding: 0;
}

	body .elementor-slides .swiper-slide-inner .elementor-slide-heading {
    margin-bottom: 15px !important;
}

	
	body ul.elementor-nav-menu--dropdown a, body ul.elementor-nav-menu--dropdown a:focus, body ul.elementor-nav-menu--dropdown a
 {
    border-left: 24px solid transparent !important;
}


	.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down {

    fill: white;
}

body .elementor-nav-menu--dropdown-mobile .elementor-sub-item {
    color: #e39b9b !important;
}
	

	body{padding-top:0px !important}
	body.home{padding-top:0px !important}
	body .elementor-widget-n-carousel .swiper-pagination-bullets{    left: 0;
    width: 100%;}



	.pineco .swiper-pagination-bullets {
    transform: translate(0) !important;
}
	
	.ocho.due{    margin-left: 0%;  }
	
	.ocho:after {
    left: calc(50% - 11px);
}

body .soins .elementor-cta:not(:hover) .elementor-cta__bg-overlay{background-color:transparent !important}
.soins .elementor-cta--valign-middle .elementor-cta__content {
    align-items: center;
}

.ocho.due:after {
    left: initial;
    right: calc(50% - 11px);
}



	.elementor-nav-menu a {
    display: flex
;
    align-items: center;
    justify-content: center;
}

	.elementor-slide-heading img{width:150px;margin-bottom:10px;}



	span.elementor-menu-toggle__icon--open2 {
    line-height: 1;
    display: flex
;
    align-content: center;
    align-items: center;
    gap: 6px;
}

    .elementor-menu-toggle__icon--open2:after {
        content: 'MENU';
        font-family: "Bebas Neue", Sans-serif;
        font-size: 22px;
        position: relative;
        top: 1px;
    }
	
	
.ocho .elementor-icon-box-wrapper {
        align-items: center;
    }
	
	

	
	   
	



	body     .elementor-testimonial--skin-bubble .elementor-testimonial__content {
        min-height: auto;
    }
	body .elementor-testimonial--layout-image_stacked .elementor-testimonial__footer {
        margin-top: 0px;
    }
	body .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev {
    bottom: 30%;
    top: initial !important;    left: 30px;
}
		body .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next {
    bottom:30%;
    top: initial !important;    right: 30px;
}
	body .pineco .elementor-swiper-button-prev{
    left: 40px !important;
    background: #ff5e9b;
    padding: 14px;
    border-radius: 50%;    top: calc(50% - 60px) !important;
}
body .pineco .elementor-swiper-button-next{
    right: 40px !important;
    background: #ff5e9b;
    padding: 14px;
    border-radius: 50%;    top: calc(50% - 60px) !important;
}




	.elementor-menu-cart__toggle {
    position: relative;
    top: 2px;
}

.molto{
    background: #fbecec;
    padding: 25px;
    border-radius: 30px;
}

	.elementor-location-header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
}
.rata.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
    border-radius: 20px;
    overflow: hidden;
}
	 .elementor-location-header{
    background: transparent;        border-bottom: 1px solid #ffffff42;
}
.elementor-loop-container:not(.elementor-posts-masonry) {
    width: 100%;
    display: inline-block;
}
	
	.mikj svg{position:relative;top:-9px}
	.woocommerce-product-gallery__image {
    border-radius: 0px;
    overflow: hidden;
}

	.ploke li.product {
    background-size: 100% auto;
}
body .elementor-location-single .single_add_to_cart_button {
    background: #b92b2b !important;
    font-weight: 400 !important;
    font-size: 22px;margin-top: 0 !important;        padding: 16px !important;
}
body .wc-deposits-options-form .deposit-option {
    display: inline-block;
    margin-bottom: 21px;
}

.wc-deposits-options-form {
    margin-bottom: 0;
}
body .wc-deposits-notice {
    margin-top: 11px;
    display: inline-block;
    margin-bottom: 15px;
    line-height: 1.2;
    color: black;
}
	.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins .amount {
    font-size: 18px;
}
	body .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title {
        padding: 30px 0 0;}

body .elementor-wc-products ul.products li.product span.onsale {
    min-width: 102px !important;
    min-height: 23px !important;
    line-height: 23px !important;
    left: auto;
    right: 0;
    margin: 12px !important;
    font-size: 11px !important;
}
body .elementor-wc-products ul.products li.product {
        text-align: center;
        padding:  20px 20px 60px !important;
        border-radius: 15px;overflow:hidden
    }
	
	
	    body .rimko.elementor-wc-products ul.products li.product {
        text-align: center;
        padding: 10px 10px 60px !important;
        border-radius: 25px;
        overflow: hidden;
    }
	
	
	.elementor-nav-menu--dropdown {
    border-radius: 0 0 30px 30px;
}
	body .elementor-wc-products ul.products li.product .ajax_add_to_cart {
        position: absolute;
        bottom: 20px;
        left: 5%;
          left: 50%;
        transform: translateX(-50%);        width: 80%;
    }
	.woocommerce-cart #content {
    padding: 20px 0 100px;
}
	#elementor-menu-cart__toggle_button svg {
    position: relative;
    top: -5px;
    z-index: -1;
    margin-right: -4px;
}
    body:not(.rtl) .elementor-883 .elementor-element.elementor-element-f48d91d .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter] {
right: 23px !important;
        top: -1px !important;
    }
		.dscf7captcha{    width: 100%;
    padding: 0px 0px 0px;
    margin-top: 15px;
    margin-bottom: 0;
}
	
	.rffe {
 padding: 0 6px 0px;
        display: inline-block;
        float: left;
}

.rffe2 {
    width: 100%;
    padding: 0 6px 0px;
    display: inline-block;
    float: left;
}
body .planity-widget-nav button{margin-top:15px !important;margin-bottom:15px !important;        font-size: 14px;
        text-align: center;border-radius:8px !important}
		
		body .planityWidget button{border-radius:0px !important}
body .planity-component-button{margin-right:0 !important}
 [type=submit], [type=button] {

    border: 1px solid #CC3366;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    transition: all 0.3s;
    width: 100% !important;
    margin: 10px 0px 20px !important;
    float: left;
    color: white !important;
    border: 0 !important;
    text-transform: uppercase;
    font-weight: 800 !important;
    padding: 10px !important;
}
	#menu-1-c37fe95 li a {    text-align: right !important;}
	body .rtde .gallery-item{
    max-width: 50%;
    width: 50%;
    padding: 0 7.5px;
}
	body .rimbo .elementor-image-box-title a{font-size: 11px;}

body .rimbo .elementor-image-box-img {
    border: 3px solid #fff;
}
body .rimbo .elementor-image-box-img img{
    border: 0px solid #fff;
}
		body .rimbo:hover .elementor-image-box-img{  
    border: 3px solid #fff;
} 
body .elementor-image-gallery .gallery-item {
    width: 50%;
}



.imageslide {width:100px}

#node-marquee {
        color: #e1aaac;
opacity:0.3
}


#node-marquee span span {
      display: inline-block;
    white-space: nowrap;
    padding: 2px 30px;
    text-transform: uppercase;
    font-size: 60px;
    letter-spacing: 0px;line-height:1.2
}
body .testim  .elementor-swiper-button {
    top: 17% !important;}

}






.elementor-location-footer .sub-menu, .elementor-location-footer .sub-arrow {display:none !important}


.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
    border-bottom: 1px solid black;
}


.elementor-price-list .elementor-price-list-item {
    pointer-events: none;
}
