/*!
Theme Name: Aries
Theme URI: http://underscores.me/
Author: Linkweb
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: linkweb
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* @font-face {
  font-family: 'british_classical_neueregular';
  src: url('./fonts/britishclassicalneue-regular-webfont.woff2') format('woff2'),
    url('./fonts/britishclassicalneue-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

html.has-scroll-smooth {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

header {
  z-index: 200;
}

body.logged-in header#masthead {
  margin-top: 32px !important;
}

body p {
  margin-bottom: 15px !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  /* background-color: #3f3f3f; */
  padding-left: 10px;
  padding-right: 10px;
  color: black;
}

a.button>svg {
  width: 34px;
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
}

a.button:hover svg {
  transform: translateX(5px);
}

a.button:active {
  transform: scale(0.95);
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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"] {
  appearance: textfield;
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--color-obsidian-700);
  font-size: 1rem;
  line-height: 1.5;
}

body.logged-in header nav {
  margin-top: 0px;
  z-index: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #ffffffdd;
	background-image:url(/wp-content/uploads/2025/05/image_c75b96c2-7718-40fd-9a11-ae2fdb429b74.png);
	background-size:550px;
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-blend-mode:overlay;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.img-shapeL {
  clip-path: url(#svgMaskL);
}

.img-shapeR {
  clip-path: url(#svgMaskR);
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
/* a {
  color: #4169e1;
}


a:hover,
a:focus,
a:active {
  color: rgb(220 38 38 );
} */

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

li.current_page_item a {
  color: var(--color-primary);
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: black !important;
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 3px 10px !important;
}

input::placeholder {
  color: black;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: black;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery-container {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/**
*
* Menu
*
**/

.navbar-menu {
  left: 0px;
  visibility: visible;
  transition: all ease 0.5s;
}

.navbar-menu.offArea {
  visibility: hidden;
}

.navbar-menu nav {
  left: 0px;
  transition: all ease 0.5s;
}

.navbar-menu ul.mobile li .sub-menu {
  position: relative;
  max-height: 0;
  transition: all ease 0.4s;
  padding: 0;
}

.navbar-menu ul.mobile li.activeMenu .sub-menu {
  max-height: 100vh;
  opacity: 1;
  visibility: visible;
  background: transparent;
  box-shadow: none;
  padding-left: 0 !important;
}

.navbar-menu ul.mobile li .sub-menu li {
  margin-bottom: 0;
  z-index: 0;
}

.navbar-menu ul.mobile li .sub-menu>li:last-child {
  margin-bottom: 1.2rem;
}

.navbar-menu ul.mobile li .sub-menu li a {
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 2.2rem;
}

.navbar-menu ul.mobile li {
  z-index: 20;
  justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.navbar-menu.offArea nav {
  left: -1400px;
  transition: all ease 0.5s;
}

.menu-item-has-children li {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 10px;
}

#header-menu ul:not(.menu-footer-3 > li ul.sub-menu) {
  min-width: 300px;
}

#header-menu>li {
  height: 80px;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 992px) {
  .menu-item-has-children ul.sub-menu:not(ul.menu-footer-3 > li > ul.sub-menu) {
    border-top: solid 4px var(--color-secondary);
    top: 80px;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: center top;
    margin-left: 0;
    transition: all ease 0.6s;
  }

  #masthead ul:not(.sub-menu) {
    height: 100%;
  }

  #masthead {
    height: fit-content;
  }

  #masthead li {
    height: 100%;
  }

  #masthead li {
    display: flex;
    align-items: center;
  }

  #primary .menu-item-has-children:hover ul.sub-menu,
  #masthead .menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    height: auto;
    overflow: none;
    visibility: visible;
    transform: scaleY(1);
    transition: all ease 0.6s;
  }
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* .carousel .flickity-viewport {
  height: 100vh !important;
} */

.carousel {
  position: relative;
  background: #eee;
}

.bgOverlay .grille * {
  position: relative;
  z-index: 4;
}

.carousel-cell {
  width: 90%;
  height: 100vh;
  margin-right: 30px;
  background: #fff;
  border-radius: 5px;
  counter-increment: carousel-cell;
  background-position: center center;
  background-size: cover;
}

#home-slider-8 .carousel-cell {
  height: 100% !important;
  min-height: 100% !important;
}

#home-slider-8 .flickity-viewport {
  height: 100% !important;
}

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
  /* content: counter(carousel-cell); */
  line-height: 200px;
  font-size: 80px;
  color: white;
}

#bloc-atouts {
  position: relative;
}

#bloc-atouts::before {
  background-color: rgb(203 213 225);
  content: "";
  position: absolute;
  bottom: 50%;
  width: 100%;
  height: 1px;
  left: 0;
  z-index: 3;
}

.grille {
  z-index: 5;
}

.page-template-page-accueil .grille .barre_sup {
  position: absolute;
  height: 40%;
  left: 50%;
  top: 0;
  width: 1px;
  background-color: #fff;
}

.page-template-page-accueil .grille .barre_inf {
  position: absolute;
  height: 30%;
  left: 50%;
  bottom: 80px;
  width: 1px;
  background-color: #fff;
}

.page-template-page-accueil .grille .text_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

body.page-template-page-accueil .grille .vertical_inf {
  position: absolute;
  height: 1px;
  left: 0;
  bottom: 80px;
  width: 100%;
  background-color: #fff;
}

.page-template-page-accueil .grille .text_content {
  margin-top: 75px;
}

.grille .barre_sup {
  position: absolute;
  height: 33%;
  left: 50%;
  top: 0;
  width: 1px;
  background-color: #fff;
}

.grille .barre_inf {
  position: absolute;
  height: 30%;
  left: 50%;
  bottom: 40px;
  width: 1px;
  background-color: #fff;
}

.grille .text_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.grille .vertical_inf {
  position: absolute;
  height: 1px;
  left: 0;
  bottom: 40px;
  width: 100%;
  background-color: #fff;
}

.grille .text_content {
  margin-top: 15px;
}

.buttons {
  margin-top: 75px;
  display: flex;
  gap: 60px;
}

.buttons a {
  /* padding: 20px; */
  text-align: center;
}

.grille .social {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
}

footer ul {
  list-style-type: none !important;
  padding-left: 0 !important;
}

#footer-menu ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.svg--icon {
  width: 60px;
  fill: currentColor;
}

.form-field:not(textarea) {
  height: 50px;
}

#modal:not(.opacityTransition) {
  transition: opacity ease 0.4s;
  opacity: 0;
}

#modal.opacityTransition {
  transition: opacity ease 0.4s;
  opacity: 1;
}

#modal:not(.opacityTransition) img {
  transition: opacity ease 0.9s;
  opacity: 0;
}

#modal.opacityTransition img {
  transition: opacity ease 0.9s;
  opacity: 1;
}

#modal {
  z-index: 900;
}

/**
*
* Form
*
*/
fieldset {
  position: relative;
}

fieldset.succes input {
  border: 1px solid green;
}

fieldset.error input {
  border: 1px solid red;
}

fieldset.error small {
  background-color: rgba(255, 0, 0, 0.177);
  color: red;
  padding: 4px 8px;
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  overflow: visible;
  top: 100%;
}

.toaster.hide,
.toasterSuccess.hide {
  left: 100%;
  transition: all ease 0.7s;
}

.toaster.show,
.toasterSuccess.show {
  right: 3rem;
  transition: all ease 0.7s;
  z-index:100;
}

/* BLOG content
	 ========================================================================== */

/**/

.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5 {
  font-family: titleFont, serif;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 30px;
  line-height: 1.2;
}

.single-post .type-post .entry-content>section>p {
  margin-bottom: 30px;
}

.single-post h1 {
  font-size: 3rem;
  /* color: var(--color-primary); */
}

.single-post h2 {
  font-size: 2.3rem;
}

.single-post h3 {
  font-size: 1.8rem;
}

.single-post h4 {
  font-size: 1.4rem;
}

blockquote {
  border-left: 1px solid var(--color-primary);
  padding-left: 30px;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-left: 30px;
  margin-bottom: 30px;
  display: block;
}

body ol,
body ul:not(#menu-footer):not(.nav4) {
  list-style: circle;
  margin: 0;
  padding-left: 40px;
}

body #masthead ul:not(.sub-menu),
body ul.reviews {
  list-style: none !important;
  padding-left: 0 !important;
}

/* 
#masthead ul li.current-menu-item a:not(.navbar-6 li.current-menu-item a, .navigation-7 li.current-menu-item a) {
  color: var(--color-secondary);
} */

.page-numbers:hover,
.page-numbers.current {
  color: var(--color-primary);
}

/*
*
* CSS V2
*
*/

main.v2 {
  position: relative;
}

main.v2::before {
  content: "";
  position: absolute;
  background-size: 2px 100%;
  background-color: var(--color-obsidian-300);
  width: 1px;
  height: 100%;
  left: calc(50%);
  top: 0;
  z-index: 2;
}

main.v2 #pageTitle {
  border-bottom: 1px solid var(--color-obsidian-300);
  flex-direction: row-reverse;
}

main.v2 footer {
  z-index: 3;
  position: relative;
}

main.v2>section {
  position: relative;
  z-index: 4;
}

.containerhere {
  /* margin-bottom: 35px; */
  position: relative;
  /* height: 450px; */
  border: 2px solid white;
}

.containerhere .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 900px 100%;
}

.containerhere .background-img,
.containerhere .foreground-img {
  background-size: 900px;
  background-repeat: no-repeat;
}

.containerhere .foreground-img {
  width: 50%;
}

.containerhere .slider {
  position: absolute;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  background: rgba(242, 242, 242, 0);
  outline: none;
  margin: 0;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.containerhere .slider:hover {
  background: rgba(242, 242, 242, 0.1);
}

.containerhere .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 6px;
  height: 800px;
  margin-left: 2px;
  background: var(--color-primary);
  cursor: pointer;
  opacity: 0;
}

.containerhere .slider::-moz-range-thumb {
  width: 6px;
  height: 800px;
  background: var(--color-primary);
  cursor: pointer;
  opacity: 0;
}

.containerhere .slider-button {
  pointer-events: none;
  position: absolute;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-color: #ed8b36;
  left: calc(50% - 17px);
  top: calc(50% - 14px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.containerhere .slider-button:after {
  content: "";
  padding: 3px;
  display: inline-block;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
}

.containerhere .slider-button:before {
  content: "";
  padding: 3px;
  display: inline-block;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
}

.allBefaf {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.allBefaf>div {
  width: 100%;
}

@media (max-width: 992px) {
  .allBefaf {
    display: flex;
    flex-direction: column;
    gap: 60px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

/*
*
* Media Queries
*
*/

@media (max-width: 1500px) {
  html {
    font-size: 0.9rem;
  }
}

@media (max-width: 992px) {
  main.v2 #pageTitle {
    border-bottom: 1px solid var(--color-obsidian-300);
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 0.8rem;
  }

  .grille .barre_sup {
    position: absolute;
    height: 30%;
    left: 50%;
    top: 0;
    width: 1px;
    background-color: #fff;
  }

  .grille .barre_inf {
    position: absolute;
    height: 20%;
    left: 50%;
    bottom: 40px;
    width: 1px;
    background-color: #fff;
  }

  .grille .text_content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .grille .vertical_inf {
    position: absolute;
    height: 1px;
    left: 0;
    bottom: 40px;
    width: 100%;
    background-color: #fff;
  }

  .grille .text_content {
    margin-top: 15px;
  }

  .page-template-page-accueil .grille .barre_sup {
    position: absolute;
    height: 30%;
    left: 50%;
    top: 0;
    width: 1px;
    background-color: #fff;
  }

  .page-template-page-accueil .grille .barre_inf {
    position: absolute;
    height: 20%;
    left: 50%;
    bottom: 30px;
    width: 1px;
    background-color: #fff;
  }
}

/**
* V3 
**/

#pageTitle.v3 {
  position: relative;
}

.wpcf7-list-item .wpcf7-list-item-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 6rem;
  min-height: 4rem;
  border-radius: 0.5rem;
  border: 2px solid #b5bfd9;
  background-color: #3f3f3f;
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
  transition: 0.15s ease;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  color: white;
}

.wpcf7-list-item select {
  min-height: 50px;
}

.wpcf7-list-item input {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.wpcf7-list-item input:checked+.wpcf7-list-item-label {
  border-color: var(--color-primary) !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: var(--color-primary) !important;
}

.wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #b5bfd9;
  background-color: #fff;
  border-radius: 50%;
  top: 0.25rem;
  left: 0.25rem;
  opacity: 0;
  transform: scale(0);
  transition: 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.wpcf7-list-item input:checked+.wpcf7-list-item-label::before {
  transform: scale(1);
  opacity: 1;
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}

.wpcf7-form {
  /* display: flex; */
  flex-wrap: wrap;
}

.wpcf7-form>p {
  width: 100%;
}

textarea {
  resize: none !important;
  height: 150px;
}

.wpcf7 fieldset {
  flex-grow: 1;
  flex-basis: 1;
}

.wpcf7-date,
.wpcf7-text {
  width: 100% !important;
  min-height: 50px;
}

.wpcf7-submit {
  border: solid 1px;
  background-color: var(--color-primary) !important;
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
  border-color: var(--color-primary);
  color: white;
  cursor: pointer;
  transition: all ease 0.3s;
}

.wpcf7-submit:hover {
  background-color: var(--color-obsidian-800) !important;
  color: #ffffff;
}

.wpcf7-list-item {
  margin: 0 0 1em 1em;
}

.wpcf7-spinner {
  display: none !important;
}

.shadowsolid {
  box-shadow: -8px 8px var(--color-primary);
}

.posLeft::before {
  content: "";
  height: 150px;
  width: 150px;
  border: solid 10px var(--color-primary);
  position: absolute;
  transform: rotate(-30deg);
  right: 50%;
  top: -65px;
}

.posLeft::after {
  content: "";
  position: absolute;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  border: solid 10px var(--color-secondary);
  position: absolute;
  right: -55px;
  bottom: -65px;
}

.posLeft .imageIllus::after {
  z-index: -1;
  display: block;
  z-index: 0;
  opacity: 0.6;
  position: absolute;
  bottom: -80px;
  left: 33%;
  /* filter: drop-shadow(1px 1px 0px #000000aa); */
  content: "";
  height: 287px;
  width: 287px;
  --dotSize: 0.25rem;
  --bgSize: 1.35rem;
  --bgPosition: calc(var(--bgSize) / 2);
  background-image: radial-gradient(circle at center,
      var(--color-secondary) var(--dotSize),
      transparent 0),
    radial-gradient(circle at center,
      var(--color-primary) var(--dotSize),
      transparent 0);
  background-size: var(--bgSize) var(--bgSize);
  background-position: 0 0, var(--bgPosition) var(--bgPosition);
}

.posRight::before {
  content: "";
  height: 150px;
  width: 150px;
  border: solid 10px var(--color-primary);
  position: absolute;
  transform: rotate(-70deg);
  left: 5%;
  bottom: -65px;
}

.posRight::after {
  content: "";
  position: absolute;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  border: solid 10px var(--color-secondary);
  position: absolute;
  right: 18%;
  top: -65px;
}

.posRight .imageIllus::after {
  z-index: -1;
  display: block;
  z-index: 0;
  opacity: 0.6;
  position: absolute;
  bottom: -80px;
  left: 45%;
  /* filter: drop-shadow(1px 1px 0px #000000aa); */
  content: "";
  height: 287px;
  width: 287px;
  --dotSize: 0.25rem;
  --bgSize: 1.35rem;
  --bgPosition: calc(var(--bgSize) / 2);
  background-image: radial-gradient(circle at center,
      var(--color-secondary) var(--dotSize),
      transparent 0),
    radial-gradient(circle at center,
      var(--color-primary) var(--dotSize),
      transparent 0);
  background-size: var(--bgSize) var(--bgSize);
  background-position: 0 0, var(--bgPosition) var(--bgPosition);
}

.text-shadow {
  text-shadow: 1px 1px var(--color-primary);
}

@media screen and (max-width: 1024px) {
  .posLeft::before {
    top: -20px;
  }

  .posLeft::after {
    right: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .beforeblur::before {
    height: 100%;
    width: calc(25% - 5px);
    background: transparent;
    backdrop-filter: blur(10px);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
  }
}

@media (min-width: 1024px) {
  .round-texture-blue::before {
    content: "";
    width: 600px;
    height: 600px;
    background-color: var(--color-primary);
    position: absolute;
    opacity: 0.1;
    right: -150px;
    bottom: -150px;
    border-radius: 300px;
    z-index: 6;
  }
}

.round-texture-blue-top-left::before {
  content: "";
  width: 600px;
  height: 600px;
  background-color: var(--color-primary);
  position: absolute;
  left: -150px;
  top: -150px;
  border-radius: 300px;
  z-index: 0;
  opacity: 0.1;
}

.round-texture-blue-cta::before {
  content: "";
  width: 500px;
  height: 500px;
  background-color: #01abb421;
  position: absolute;
  right: -150px;
  bottom: -150px;
  border-radius: 300px;
  z-index: 6;
}

.round-texture-blue-2::before {
  content: "";
  width: 600px;
  height: 600px;
  background-color: rgba(255, 255, 255, 0.05);
  position: absolute;
  right: -150px;
  top: -150px;
  border-radius: 300px;
  z-index: 6;
}

.round-texture-blue-presta::before {
  content: "";
  width: 200px;
  height: 200px;
  background-color: var(--color-primary);
  opacity: 0.1;
  position: absolute;
  left: calc(50% - 100px);
  bottom: -115px;
  border-radius: 300px;
  z-index: 6;
}

.line-blue::before {
  content: "";
  height: 2px;
  width: 70px;
  background-color: #00abb4;
  position: absolute;
  left: 0;
  bottom: -5px;
  border-radius: 10px;
}

.line-white::before {
  content: "";
  height: 2px;
  width: 70px;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: -5px;
  border-radius: 10px;
}

#menu-main_nav li a:not(.navbar-4-mobile li a,
  .navbar-5-mobile li a,
  .navbar-6 li a,
  .navigation-7 li a) {
  color: white !important;
}

#menu-main_nav li a:not(.navbar-4-mobile > li .sub-menu a) {
  font-size: 15px !important;
}

#menu-main_nav:not(.navbar-4-mobile) {
  width: 100%;
  justify-content: end;
  padding-right: 40px;
}

#menu-main_nav-1 li a {
  font-size: 16px;
}

/* --> NAVBAR */
.navbar-4-mobile li a {
  color: var(--color-primary) !important;
}

.navbar-5 li a {
  color: #393939;
}

.navbar-5 li {
  height: initial !important;
}

.navbar-5-mobile li a {
  color: var(--color-primary) !important;
}

.animate-presta-template-9:hover svg {
  bottom: 0;
  transform: scale(3);
  transition: all 1s;
}

.animate-presta-template-9 svg {
  transition: all 1s;
}

.animate-presta-template-8:hover .animate-presta-template-8-child {
  height: 100%;
  transition: all 1s;
}

.animate-presta-template-8 .animate-presta-template-8-child {
  transition: all 1s;
}

.hover-presta-template-10:hover .hover-presta-template-10-desc {
  transform: translateY(0px);
  transition: all 1s;
}


@media screen and (min-width:1024px) {
  .bg-gradient-reviews-2::before {
    content: "";
    background: radial-gradient(circle,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.5802914915966386) 50%,
        rgba(255, 255, 255, 1) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
}

@media (min-width: 1700px) {
  .splide .splide__arrow--prev {
    left: 36% !important;
  }

  .splide .splide__arrow--next {
    right: 36% !important;
  }
}

@media (min-width: 1200px) {
  .splide .splide__arrow--prev {
    left: 33% !important;
  }

  .splide .splide__arrow--next {
    right: 33% !important;
  }
}

@media (max-width: 1200px) {
  .splide .splide__arrow--prev {
    left: 25px !important;
  }

  .splide .splide__arrow--next {
    right: 25px !important;
  }
}

.splide .splide__arrow--prev,
.splide .splide__arrow--next {
  border: 2px solid var(--color-primary);
  background: transparent;
}

.splide .splide__arrow--prev svg,
.splide .splide__arrow--next svg {
  fill: var(--color-primary);
}

.navbar-6 li.menu-item-type-post_type>a {
  color: black;
}

.navbar-6 li:hover>a {
  color: var(--color-primary);
}

.navbar-6 li.current-menu-item>a {
  color: var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
}

.navbar-6 li ul.sub-menu {
  top: 59px !important;
  background-color: var(--color-primary);
}

.navbar-6 li ul.sub-menu a {
  color: white !important;
}

.navbar-4 .caret,
.navbar-5 .caret,
.navbar-6 .caret {
  color: transparent;
}

.navbar-4 li ul.sub-menu {
  top: 84px !important;
  background-color: var(--color-secondary);
}

.navbar-5 li ul.sub-menu {
  top: 119px !important;
  z-index: 1;
}

.navbar-4-mobile>li,
.navbar-5-mobile>li,
.navbar-6-mobile>li {
  flex-direction: column;
  align-items: center;
}

.navbar-4-mobile>li .sub-menu,
.navbar-5-mobile>li .sub-menu,
.navbar-6-mobile>li .sub-menu {
  position: relative;
  opacity: 1;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  flex-direction: column;
}

.navbar-4-mobile>li .sub-menu a,
.navbar-5-mobile>li .sub-menu a,
.navbar-6-mobile>li .sub-menu a {
  font-size: 13px !important;
  margin-bottom: 0px;
}

html,
body {
  overflow-x: hidden;
}

.form-3 input,
.form-3 textarea {
  border: none !important;
  border-bottom: 2px solid var(--color-primary) !important;
}

.navbar-5-mobile ul.sub-menu {
  box-shadow: none;
}

.navbar-5-mobile {
  padding-right: 40px;
}

.menu-footer-3>li {
  display: flex;
  flex-direction: column;
}

@media (min-width: 575px) and (max-width: 1200px) {
  .menu-footer-3 {
    flex-wrap: wrap;
    padding-left: 0px !important;
  }
}

@media (max-width: 575px) {
  .menu-footer-3 {
    flex-wrap: wrap;
    padding-left: 0px !important;
  }
}

#navigation-4 #header-menu li a {
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 1625px) {
  #navigation-4 #header-menu li a {
    font-size: 12px;
    font-weight: 800;
  }
}

.font-text {
  font-family: baseTypo;
}

#home-slider-11 .flickity-viewport {
  height: 800px !important;
}

#page-title-11 .flickity-viewport {
  height: 600px !important;
}

.footerMenu {
  z-index: 20 !important;
}

.footerMenu li {
  position: relative !important;
}

.footerMenu .menu-item-has-children ul>li {
  padding-left: 15px;
}

.footerMenu .menu-item-has-children ul {
  position: absolute;
  padding-left: 0;
  margin-left: 0;
  min-width: 250px;
  border-top: solid 4px var(--color-secondary);
  top: 34px;
  left: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: center top;
  margin-left: 0;
  transition: all ease 0.6s;
  background-color: #000000c4;
}

.navSocial {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.navSocial svg {
  height: 15px;
  width: 15px;
}

.font-thin {
  font-weight: 100;
  font-variation-settings: "wght" 100 !important;
}

.font-extralight {
  font-weight: 200;
  font-variation-settings: "wght" 200 !important;
}

.font-light {
  font-weight: 300;
  font-variation-settings: "wght" 300 !important;
}

.font-normal {
  font-weight: 400;
  font-variation-settings: "wght" 400 !important;
}

.font-medium {
  font-weight: 500;
  font-variation-settings: "wght" 500 !important;
}

.font-semibold {
  font-weight: 600;
  font-variation-settings: "wght" 600 !important;
}

.font-bold {
  font-weight: 700;
  font-variation-settings: "wght" 700 !important;
}

.font-extrabold {
  font-weight: 800;
  font-variation-settings: "wght" 800 !important;
}

.font-black {
  font-weight: 900;
  font-variation-settings: "wght" 900 !important;
}

.faqItem {
  overflow: hidden;
  max-height: 100vh;
  transition: max-height ease 0.7s;
}

.faqItem.hiddenItem {
  max-height: 0;
}

.triggerGroup .iconTrigger {
  height: 38px;
  width: 38px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  bottom: 2px;
}

.triggerGroup .iconTrigger::before {
  position: absolute;
  background-color: #ffffff;
  left: 2px;
  top: 2px;
  width: 34px;
  height: 34px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  border-radius: 50%;
}

.triggerGroup .iconTrigger.chevrons::before {
  background-image: url(./img/faq/chevrons_close.png);
}

.triggerGroup.active .iconTrigger.chevrons::before {
  background-image: url(./img/faq/chevrons_open.png);
}

.triggerGroup .iconTrigger.arrows::before {
  left: 10px;
  top: 10px;
  width: 18px;
  height: 18px;
  background-image: url(./img/faq/arrow_close.png);
}

.triggerGroup.active .iconTrigger.arrows::before {
  background-image: url(./img/faq/arrow_open.png);
}

.triggerGroup .iconTrigger.maths::before {
  left: 10px;
  top: 10px;
  width: 18px;
  height: 18px;
  background-image: url(./img/faq/plus.png);
}

.triggerGroup.active .iconTrigger.maths::before {
  background-image: url(./img/faq/minus.png);
}

.flickity-button {
  background: #333;
}

.flickity-button:hover {
  background: #f90;
}

.flickity-prev-next-button {
  width: 30px;
  height: 30px;
  border: solid 2px var(--color-primary) !important;
  border-radius: 5px;
}

/* icon color */
.flickity-button-icon {
  fill: var(--color-primary) !important;
}

/* position outside */
.flickity-prev-next-button.previous {
  left: calc(33% - 30px) !important;
  z-index: 50;
}

.flickity-prev-next-button.next {
  right: calc(33% - 30px) !important;
  z-index: 50;
}

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

  /* position outside */
  .flickity-prev-next-button.previous {
    left: 30px !important;
    z-index: 50;
  }

  .flickity-prev-next-button.next {
    right: 30px !important;
    z-index: 50;
  }

}

.flickity-prev-next-button {
  top: calc(50% - 22px) !important;
  transform: none !important;
}

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

  .flickity-prev-next-button {
    width: 34px !important;
    height: 34px !important;
  }

  .flickity-prev-next-button {
    top: calc(50% - 17px) !important;
    transform: none !important;
  }

}

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

  /* position outside */
  .flickity-prev-next-button.previous {
    left: 10px !important;
    z-index: 50;
  }

  .flickity-prev-next-button.next {
    right: 10px !important;
    z-index: 50;
  }

}


.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 26% !important;
  top: 27% !important;
  width: 45% !important;
  height: 45% !important;
}

.leading-relaxed ul li,
.leading-relaxed ol li {
  text-align: left;
}

/*If Icon list is enabled*/

@media screen and (max-width: 1024px) {
  .centerList ul, .centerList ol {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  [class*="text"] ol,
  [class*="typo"] ol,
  [class*="text"] ul,
  [class*="typo"] ul {
    padding-left: 0 !important;
  }
}

.iconListEnabled ul li,
.iconListEnabled ol li {
  list-style: none;
  display: block;
  margin-bottom: 15px;
  min-height: 30px;
  position: relative;
}

.iconListEnabled ul li::marker,
.iconListEnabled ol li::marker {
  display: none !important;
}

.iconListEnabled ul li::before,
.iconListEnabled ol li::before {
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: -28px;
  top: 1px;
  height: 18px;
  width: 18px;
}

.separatorTitle {
  max-width: 100%;
}

.added_to_cart,
#modalFaq+.spacer,
.duplicate_city+.spacer {
  display: none;
}

.grecaptcha-badge{
  z-index:10;
}

@media(max-width:1024px){
  .text-photo ul, .text-photo ol,
  .text-photo-2 ul, .text-photo-2 ol,
  .text-photo-3 ul, .text-photo-3 ol,
  .text-photo-4 ul, .text-photo-4 ol,
  .text-photo-5 ul, .text-photo-5 ol,
  .text-photo-6 ul, .text-photo-6 ol,
  .text-photo-7 ul, .text-photo-7 ol,
  .text-photo-8 ul, .text-photo-8 ol,
  .text-photo-9 ul, .text-photo-9 ol,
  .text-photo-10 ul, .text-photo-10 ol,
  .text-photo-11 ul, .text-photo-11 ol,
  .typo ul, .typo ol,
  .typo-2 ul, .typo-2 ol,
  .typo-3 ul, .typo-3 ol,
  .typo-4 ul, .typo-4 ol,
  .typo-5 ul, .typo-5 ol{
    margin-left: 15px !important;
  }
}

#google-reviews{
	bottom:140px !important;
}

.ti-rating-text{
	display:flex;
	flex-direction:column;
}

.reviews-btn{
	margin-top:10px;
	background: #43b3bf;
    max-width: max-content;
    padding: 6px 10px 4px 10px;
    color: white;
    border-radius: 5px;
}

