/*!
Theme Name: abc
Theme URI: http://underscores.me/
Author: Fazaé
Author URI: http://underscores.me/
Description: Custom theme: abc, developed by Fazaé
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: abc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

abc is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
        - Normalize
        - Box sizing
# Base
        - Typography
        - Elements
        - Links
        - Forms
## Layouts
# Components
        - Navigation
        - Posts and pages
        - Comments
        - Widgets
        - Media
        - Captions
        - Galleries
        - Espace Client
# plugins
        - Jetpack infinite scroll
# Utilities
        - Accessibility
        - Alignments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* 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%;
}

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

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

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

/* checkin
         ========================================================================== */
.programme-template-default .accordion-button {
  color: #1d184b !important;
}
.programme-template-default .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.programme-template-default .accordion-item:last-of-type {
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
.programme-template-default .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
.programme-template-default .accordion-item:first-of-type {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.programme-template-default .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.programme-template-default .accordion-button:focus {
  box-shadow: none;
}
.programme-template-default .answer {
  font-weight: 800;
}

.form-switch .form-check-input {
  height: 1.5em;
  width: 2.5em;
  margin-right: 15px;
}

/* Partenaires
         ========================================================================== */
.page-template-page-partenaires .container {
  max-width: 1100px;
}
.page-template-page-partenaires .container .partenaire {
  line-height: normal;
}
.page-template-page-partenaires .container .partenaire a {
  display: block;
}
.page-template-page-partenaires .container .partenaire > div {
  border-radius: 30px;
}
.page-template-page-partenaires .container .partenaire > div:hover {
  box-shadow: 0 30px 60px rgba(28, 25, 73, 0.2);
}

.home .partenaires .col {
  line-height: normal;
}

/* 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
--------------------------------------------------------------*/
/* Colors
--------------------------------------------- */
.bg-light-dark {
  background: #f0f3f6;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 30px;
}

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

h1 {
  font-size: 80px;
}

h2 {
  font-size: 60px;
}

.single-product h2 {
  font-size: 30px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

.single-post h2 {
  font-size: 30px;
  margin-bottom: 2rem;
}
.single-post h3 {
  font-size: 25px;
  margin-bottom: 1rem;
}
.single-post h4 {
  font-size: 20px;
  margin-bottom: 1rem;
}
.single-post h5 {
  font-size: 18px;
  margin-bottom: 1rem;
}
.single-post h6 {
  font-size: 16px;
  margin-bottom: 1rem;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  padding: 1.5em;
  margin: 1.5rem 0;
  border-left: 3px solid #ff006e;
}
blockquote p {
  margin: 0;
}

.lettrine:first-letter {
  font-family: "Playfair Display";
  font-size: 50px;
  font-weight: 900;
  font-style: italic;
  float: left;
  padding-right: 15px;
  padding-bottom: 15px;
  line-height: 30px;
  margin-top: 15px;
}

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

big {
  font-size: 125%;
}

.gradient-title {
  background: -webkit-linear-gradient(39deg, #8338ec 0%, #fb5607 50%, #ffbe0b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
  font-family: "Figtree";
  color: #1d184b;
  overflow-x: hidden;
  /*min-height:100vh;*/
  background: linear-gradient(#e5e5e5 0 0) 16.6666666667%, linear-gradient(#e5e5e5 0 0) 33.3333333333%, linear-gradient(#e5e5e5 0 0) 50%, linear-gradient(#e5e5e5 0 0) 66.6666666667%, linear-gradient(#e5e5e5 0 0) 83.3333333333%;
  background-size: 1px 100%; /* Control the width here*/
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body.home {
  padding-top: 145px;
}
body.programme-template-default {
  background: #fff;
}
body.single-post {
  background: linear-gradient(#f5f5f5 0 0) 16.6666666667%, linear-gradient(#f5f5f5 0 0) 33.3333333333%, linear-gradient(#f5f5f5 0 0) 50%, linear-gradient(#f5f5f5 0 0) 66.6666666667%, linear-gradient(#f5f5f5 0 0) 83.3333333333%;
}

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

.acces-direct h3, .acces-direct figcaption {
  font-family: "Playfair Display";
  font-size: 1.25rem;
  font-weight: 900;
}
.acces-direct h2 {
  font-family: "Playfair Display";
  font-size: 2.5rem;
  font-weight: 900;
}
.acces-direct a {
  display: block;
}
.acces-direct a img {
  /*transition: all .5s ease-in-out;*/
}
.acces-direct a img:hover {
  box-shadow: 0 20px 60px rgba(28, 25, 73, 0.5);
}
.acces-direct .joinRs {
  text-transform: uppercase;
  font-weight: 600;
}
.acces-direct .joinRs a {
  display: inline-block;
  padding: 0.2rem;
  color: #1d184b;
  margin-right: 0.5rem;
}
.acces-direct figure:hover img {
  /*transition: all .5s ease-in-out;*/
  box-shadow: 0 20px 60px rgba(28, 25, 73, 0.5);
}
.acces-direct figure a {
  position: relative;
}
.acces-direct figure a::after {
  /*                transition: all .5s ease-in-out;*/
  content: "EN SAVOIR PLUS - EN SAVOIR PLUS - EN SAVOIR PLUS";
  width: 250px;
  line-height: 140px;
  text-align: center;
  color: #fff;
  height: 100%;
  overflow: hidden;
  position: absolute;
  background: rgba(28, 25, 73, 0.7);
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 300px;
  opacity: 0;
  white-space: nowrap;
}
.acces-direct figure a:hover::after {
  /*                    transition: all .5s ease-in-out;*/
  opacity: 1;
}

.temoignages {
  background: #fff url(images/vagues-decoratives.png) 20% top no-repeat;
  background-size: 900px auto;
}
.temoignages .owl-item > div .quoteSymbole {
  max-width: 60px;
  margin-bottom: 1rem;
}
.temoignages .owl-item > div .ill-temoignage {
  max-width: 150px;
}
.temoignages .owl-item > div strong {
  font-family: "Playfair Display";
  font-size: 3.125rem;
  font-weight: 900;
  color: #ff006e;
  font-style: italic;
}
.temoignages .owl-item > div strong.bleu {
  color: #3a86ff;
}
.temoignages .owl-item > div strong.bleu-sombre {
  color: #1d184b;
}
.temoignages .owl-item > div strong.violet {
  color: #8338ec;
}
.temoignages .owl-item > div strong.orange {
  color: #fb5607;
}
.temoignages .owl-item > div strong.jaune {
  color: #ffbe0b;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  display: block;
  top: 50%;
  transform: translate(-50%, -50%);
}
.owl-carousel .owl-nav button.owl-next > span, .owl-carousel .owl-nav button.owl-prev > span {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  background: rgba(72, 77, 92, 0.2);
}
.owl-carousel .owl-nav button.owl-next {
  right: -100px;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -100px;
}

.owl-dots {
  text-align: center;
  margin-top: 30px;
}
.owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 5px 3px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-dots .owl-dot.active span {
  background: #1d184b;
}

.singin-newsletter h2 {
  background: transparent url(images/heart.png) center center no-repeat;
  background-size: contain;
}
.singin-newsletter .newsletter-form {
  position: relative;
  line-height: 10px;
}
.singin-newsletter .newsletter-form input[type=email], .singin-newsletter .newsletter-form input[type=text], .singin-newsletter .newsletter-form button {
  border-radius: 0;
  border: 0px;
  padding: 10px;
}
.singin-newsletter .newsletter-form input[type=email], .singin-newsletter .newsletter-form input[type=text] {
  width: 100%;
  background: #dde4e9;
  color: #1d184b;
}
.singin-newsletter .newsletter-form input[type=email]::placeholder, .singin-newsletter .newsletter-form input[type=text]::placeholder {
  opacity: 0.5;
  color: #1d184b;
}
.singin-newsletter .newsletter-form button {
  background: #1d184b;
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  padding: 9px 5%;
  display: block;
}
.singin-newsletter .newsletter-form label {
  display: inline;
  font-size: 10px;
  line-height: normal;
}

.star {
  position: absolute;
  bottom: 15%;
  width: 150px;
  height: 150px;
  right: -30%;
}

.spinning {
  -webkit-animation: spin 10s linear infinite;
  -moz-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.text-circle {
  margin-top: -61px;
  margin-left: -64px;
}

.dark-link a {
  color: #1d184b;
}

* {
  transition: all 0.3s ease-in-out;
}

.floating {
  padding: 0 12px;
}
.floating > div {
  background: #ffbb00;
  color: #1d184b;
  padding: 10px 15px;
  border-radius: 60px;
  box-shadow: 0 10px 60px rgba(201, 155, 27, 0.8);
}
.floating > div .position-jour {
  font-size: 25px;
  font-weight: 700;
}
.floating > div .position-jour .total {
  opacity: 0.5;
}
.floating > div a {
  text-decoration: none;
  /*transition: all .3s ease-in-out;*/
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  border: 2px solid #1d184b;
  padding: 3px 5px;
  border-radius: 30px;
  min-width: 150px;
}
.floating > div a .fas {
  /*transition: all .3s ease-in-out;*/
  display: inline-block;
  background: #fff;
  border-radius: 30px;
  padding: 5px;
}
.floating > div a.previous {
  justify-content: start;
}
.floating > div a.previous .fas {
  margin-right: 10px;
}
.floating > div a.next {
  justify-content: end;
}
.floating > div a.next .fas {
  margin-left: 10px;
}
.floating > div a.inactive {
  opacity: 0.5;
}
.floating > div a:hover {
  background: #fff;
}
.floating > div a:hover .fas {
  background: #1d184b;
  color: #fff;
}
.floating > div span {
  display: flex;
  align-items: center;
  text-align: center;
}

.bottom {
  position: sticky;
  bottom: 30px;
  margin-bottom: 20px;
  width: 100%;
  z-index: 200;
}
.bottom .dropdown-menu {
  font-weight: 500;
  min-width: 320px;
  line-height: normal;
  color: #1d184b;
}
.bottom .dropdown-menu .fa-solid, .bottom .dropdown-menu .fa-regular {
  width: 20px;
}
.bottom button:focus {
  border-color: #fff;
}

.abonnement {
  box-shadow: 0 30px 60px rgba(28, 25, 73, 0.2);
  border-radius: 40px 0 40px 40px;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 45px;
}
.abonnement.empty {
  color: #555;
}
.abonnement .visuel {
  width: 200px;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 30px 0 30px 30px;
  background-color: #f5f5f5;
}
.abonnement a.button {
  border-radius: 30px 0 30px 30px;
  text-transform: none;
  font-weight: 600;
  font-size: 1rem;
}
.abonnement a.button .fas, .abonnement a.button .far {
  margin-right: 10px;
}
.abonnement strong {
  color: #ff006e;
}

/*
Partenaires
**************************************/
.button {
  text-decoration: none;
  border: 0;
  background: #ccc;
  color: #1d184b;
  border-radius: 30px 0px 30px 30px;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.button.bleu-sombre-background {
  background-color: #1d184b;
  color: #fff;
}
.button.bleu-background {
  background-color: #3a86ff;
  color: #fff;
}
.button.rose-background {
  background-color: #ff006e !important;
  color: #fff !important;
}
.button.orange-background {
  background-color: #fb5607;
  color: #fff;
}
.button.violet-background {
  background-color: #8338ec !important;
  color: #fff !important;
}
.button.jaune-background {
  background-color: #ffbe0b;
  color: #1d184b;
}

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

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

figure {
  margin: 1em 0 0 0;
}

figcaption {
  margin-top: 1rem;
}

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

footer.site-footer img {
  max-width: 150px;
}
footer.site-footer #menu-footer {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.site-footer #menu-footer li {
  display: inline-block;
}
footer.site-footer #menu-footer li a {
  display: block;
  padding: 0.3rem;
  color: #1d184b;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
}
footer.site-footer .rs-link {
  display: inline-block;
  padding: 0 0.5rem;
  color: #1d184b;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
}
footer.site-footer small, footer.site-footer small a {
  display: inline-block;
  color: #1d184b;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
}

/* Links
--------------------------------------------- */
a {
  color: #1d184b;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  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;
}

label {
  display: block;
}

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: #666;
  border: 1px solid #ccc;
  border-radius: 7px;
  padding: 3px;
  width: 100%;
}

.wpcf7-checkbox .wpcf7-list-item-label {
  line-height: normal;
}

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: #111;
}

select {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 3px;
  padding: 3px;
}

textarea {
  width: 100%;
}

input[type=submit].wpcf7-submit {
  border-radius: 30px 0 30px 30px;
  background: #8338eb;
  color: #fff;
  padding: 7px 20px;
  border: none;
  text-transform: uppercase;
}

/* Header
--------------------------------------------- */
.site-branding img {
  max-width: 150px;
  /*transition: all 0.3s ease-in-out*/
}

/* Navigation
--------------------------------------------- */
header {
  /*    transition: all .3s ease-in-out;*/
}
header a {
  color: #fff;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
}
header #breadcrumbs {
  font-size: 0.75rem;
}
header #breadcrumbs a {
  color: rgba(255, 255, 255, 0.5);
  padding: 0.5rem 0rem;
  text-transform: none;
}
header .pipe {
  display: inline-block;
  height: 30px;
  width: 1px;
  background: #d4d4d4;
  margin: 1rem 0;
}
header .btn-primary {
  background-color: #fff;
  border-color: #fff;
  color: #1d184b;
  border-radius: 40px;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
}
header .btn-primary:hover {
  background-color: #060324;
  border-color: #060324;
}
header .site-description, header .site-title span {
  top: -1000px;
  position: absolute;
}
header.scrolling {
  background: #fff;
  box-shadow: 0 20px 30px rgba(28, 25, 73, 0.2);
}
header.scrolling .site-branding img {
  max-width: 150px;
  /*                transition: all 0.3s ease-in-out*/
}
header.scrolling a {
  color: #1d184b;
}

.single-programme header .pipe, .woocommerce header .pipe, .woocommerce-page header .pipe {
  background: #fff;
}

.menu-toggle {
  background: transparent !important;
  border: none;
  display: none;
  flex-direction: column;
  width: 50px;
  height: 40px;
  cursor: pointer;
  padding: 0;
}
.menu-toggle span {
  display: inline-block;
  background: #fff;
  border-radius: 10px;
  height: 4px;
  margin: 4px 0;
}
.menu-toggle span:nth-of-type(1) {
  width: 50%;
}
.menu-toggle span:nth-of-type(2) {
  width: 100%;
}
.menu-toggle span:nth-of-type(3) {
  width: 75%;
}

.home .menu-toggle span {
  background: #1d184b;
}

header.scrolling .pipe {
  background: #1d184b !important;
}

.scrolling .menu-toggle span {
  background: #1d184b;
}

.home header a {
  color: #1d184b;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
}
.home header .btn-primary {
  background-color: #1d184b;
  border-color: #1d184b;
  color: #fff;
  border-radius: 40px;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
}
.home header .btn-primary:hover {
  background-color: #060324;
  border-color: #060324;
}
.home header h1 {
  font-size: 0;
}

.home .menu-principal-container a {
  color: #1d184b;
}

.menu-principal-container {
  display: block;
  width: 100%;
}
.menu-principal-container ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.menu-principal-container ul li:hover > ul,
.menu-principal-container ul li.focus > ul {
  left: auto;
}
.menu-principal-container ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.menu-principal-container ul ul li:hover > ul,
.menu-principal-container ul ul li.focus > ul {
  display: block;
  left: auto;
}
.menu-principal-container ul ul a {
  width: 200px;
}
.menu-principal-container ul ul ul {
  left: -999em;
  top: 0;
}
.menu-principal-container li {
  position: relative;
}
.menu-principal-container li.current_page_item, .menu-principal-container li.current_page_parent, .menu-principal-container li.current-menu-parent, .menu-principal-container li.current-menu-item {
  border-bottom: 3px solid #fd0e61;
}
.menu-principal-container li.current_page_item a, .menu-principal-container li.current_page_parent a, .menu-principal-container li.current-menu-parent a, .menu-principal-container li.current-menu-item a {
  color: #fd0e61;
  font-weight: 900;
}
.menu-principal-container a {
  display: block;
  padding: 0.5rem 1rem;
  color: #1d184b;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
}

.entry-header {
  background: fixed;
  background-position: center center;
  background-size: cover;
  padding: 7rem 0 2rem 0;
}
.entry-header h1, .entry-header p, .entry-header ol, .entry-header li, .entry-header a {
  color: #fff;
}
.entry-header h1 {
  margin-bottom: 10px;
}

/*.page, .category, .single, .woocommerce-page {*/
.menu-principal-container a {
  color: #fff;
  text-decoration: none;
}

.scrolling .btn-primary {
  background-color: #1d184b;
  border-color: #1d184b;
  color: #fff;
}
.scrolling .btn-primary:hover {
  background-color: #060324;
  border-color: #060324;
}
.scrolling .menu-principal-container a {
  color: #1d184b;
}

/*}*/
.home .menu-principal-container a {
  color: #1d184b;
}

.category .entry-header, .single .entry-header {
  background: fixed;
  background-position: bottom center;
  padding: 7rem 0 2rem 0;
  min-height: 35vh;
  background-size: cover;
  background-repeat: no-repeat;
}

.single .entry-header {
  background-position: center;
}
.single.programme-template-default .entry-header {
  background-position: center;
}

/* Small menu. */
.menu-toggle {
  position: absolute;
  top: 51px;
  right: 0;
  transform: translate(-50%, -50%);
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
  background: #fff;
}

@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%;
}

/* Blog navigation (tags)
--------------------------------------------- */
.blog-tag-navigation__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.blog-tag-navigation a {
  border-radius: 30px;
  border: 2px solid #1d184b;
  padding: 0 15px;
  background: #fff;
  text-decoration: none;
}
.blog-tag-navigation a:hover, .blog-tag-navigation a.active {
  background: #1d184b;
  color: #fff;
}

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

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

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

.page .gb-container p:first-child:first-letter, article.post p:first-child:first-letter {
  font-family: "Playfair Display";
  font-weight: 900;
  float: left;
  font-size: 4rem;
  display: inline-block;
  margin: 15px 10px 10px 0;
}

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

.admin-bar #page > header {
  margin-top: 32px !important;
}

.c-accordion__content {
  padding: 0 0 2rem 0;
}

.wp-block-pb-accordion-item {
  border-top: 1px solid #4a4292;
  margin-bottom: 0;
}
.wp-block-pb-accordion-item.is-open .c-accordion__title:after {
  content: "\f106";
}
.wp-block-pb-accordion-item:last-child {
  border-bottom: 1px solid #4a4292;
}
.wp-block-pb-accordion-item h3 {
  padding: 2rem 0;
  font-family: "Figtree";
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 0;
}
.wp-block-pb-accordion-item h3.c-accordion__title:after {
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  background: #4a4292;
  font-size: 20px;
  line-height: 43px;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  border-radius: 30px;
}

.c-accordion__content p {
  color: #b0acd6;
}

.gb-button {
  cursor: pointer;
}

.article-content {
  /*    transition: all .3s ease-in-out;*/
  position: relative;
  z-index: 2;
  margin-top: -40px;
}
.article-content h2 {
  font-weight: 900;
}
.article-content h2 a {
  text-decoration: none;
}
.article-content p {
  color: #97999f;
  line-height: normal;
  margin-bottom: 0;
}

.post:hover a {
  color: #ff006e;
}
.post:hover a .fas {
  transform: rotate(45deg);
}
.post:hover .article-content {
  box-shadow: 0 20px 30px rgba(28, 25, 73, 0.2);
}
.post .fas {
  transform: rotate(0);
}
.post .fa-rotate-45 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.posted-on, .cat-links {
  text-transform: uppercase;
  display: inline-block;
  margin-right: 15px;
}

.nav-links {
  margin-top: 2rem;
}
.nav-links .nav-next a, .nav-links .nav-previous a {
  display: inline-block;
  border: 2px solid #1d184b;
  padding: 7px 15px;
  background: #fff;
}
.nav-links .nav-next a {
  border-radius: 30px 0 30px 30px;
}
.nav-links .nav-previous a {
  border-radius: 0px 30px 30px 30px;
}

/* WooCommerce
--------------------------------------------- */
#breadcrumbs, .woocommerce-page.page-template-default #breadcrumbs {
  text-align: center;
}

.page-template-default #breadcrumbs, .page-template-page-partenaires #breadcrumbs {
  text-align: left;
}

.woocommerce-page {
  background: #fff;
}
.woocommerce-page a[rel=tag], .woocommerce-page .woocommerce-terms-and-conditions-link, .woocommerce-page .woocommerce-privacy-policy-link, .woocommerce-page .showcoupon {
  text-decoration: underline;
}
.woocommerce-page fieldset {
  padding: 0;
}
.woocommerce-page h1 {
  text-align: center;
}
.woocommerce-page .entry-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 35vh;
}
.woocommerce-page .woocommerce-MyAccount-navigation ul {
  margin: 0 0 60px 0;
  list-style: none;
}
.woocommerce-page .woocommerce-MyAccount-navigation li {
  border-top: 1px solid #dfdfdf;
}
.woocommerce-page .woocommerce-MyAccount-navigation li:last-child {
  border-bottom: 1px solid #dfdfdf;
}
.woocommerce-page .woocommerce-MyAccount-navigation li a {
  text-decoration: none;
  /*                transition: all .3s ease-in-out;*/
  font-weight: 700;
  padding: 20px 0;
  display: block;
  position: relative;
}
.woocommerce-page .woocommerce-MyAccount-navigation li a::after {
  opacity: 0.5;
  font: var(--fa-font-solid);
  content: "\f625";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.woocommerce-page .woocommerce-MyAccount-navigation li.is-active a {
  color: #ff006e;
}
.woocommerce-page .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard a::after {
  content: "\f625";
}
.woocommerce-page .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders a::after {
  content: "\f291";
}
.woocommerce-page .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads a::after {
  content: "\f1c6";
}
.woocommerce-page .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address a::after {
  content: "\f015";
}
.woocommerce-page .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account a::after {
  content: "\f2bd";
}
.woocommerce-page .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a::after {
  content: "\f011";
}
.woocommerce-page .woocommerce-MyAccount-navigation li.is-active a::after, .woocommerce-page .woocommerce-MyAccount-navigation li a:hover::after {
  opacity: 1;
}
.woocommerce-page input[type=text],
.woocommerce-page input[type=email],
.woocommerce-page input[type=password],
.woocommerce-page input[type=email],
.woocommerce-page input[type=url],
.woocommerce-page input[type=password],
.woocommerce-page input[type=search],
.woocommerce-page input[type=number],
.woocommerce-page input[type=tel],
.woocommerce-page input[type=range],
.woocommerce-page input[type=date],
.woocommerce-page input[type=month],
.woocommerce-page input[type=week],
.woocommerce-page input[type=time],
.woocommerce-page input[type=datetime],
.woocommerce-page input[type=datetime-local],
.woocommerce-page input[type=color],
.woocommerce-page textarea {
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5 !important;
  color: #1d184b;
  background-color: #fff;
  border: 1px solid #dee2e6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: var(--bs-border-radius);
}
.woocommerce-page .woocommerce-address-fields__field-wrapper {
  margin-bottom: 2rem;
}
.woocommerce-page .woocommerce-button.button.woocommerce-form-login__submit.wp-element-button {
  background: #ff006e !important;
  color: #fff;
  border-radius: 30px 0 0 30px;
}
.woocommerce-page .summary .single_add_to_cart_button, .woocommerce-page .summary .wp-element-button {
  color: #fff;
}
.woocommerce-page .summary .quantity {
  float: left;
  /*            input[type=number] {
                  background-color: #8338eb;
                  color:#fff;
                  border: 0px solid #dee2e6;
                  border-radius: 30px 0 0 30px !important;
              }*/
}
.woocommerce-page .woocommerce ul.products li.product .button {
  border-radius: 30px 0 30px 30px;
  background: #8338eb !important;
  color: #fff;
  font-size: 0;
  padding: 7px 20px;
}
.woocommerce-page .woocommerce ul.products li.product .button::after {
  font: var(--fa-font-solid);
  content: "\f290";
  font-size: 20px;
}
.woocommerce-page .titre-abonnement {
  font-size: 1.25rem;
  color: #1d184b !important;
}
.woocommerce-page.woocommerce-cart h2 {
  font-size: 30px;
}
.woocommerce-page.woocommerce-cart table.cart td.actions .coupon .input-text {
  margin-right: 20px;
  min-width: 250px;
}
.woocommerce-page #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-page.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 1rem;
  font-weight: 600;
}

.wc-block-grid__product {
  padding: 0 25px;
}
.wc-block-grid__product::after {
  content: "";
  clear: both;
}
.wc-block-grid__product .wc-block-grid__product-title, .wc-block-grid__product .price, .wc-block-grid__product .amount {
  font-family: "Playfair Display";
}
.wc-block-grid__product a {
  padding: 0.5em 0;
  margin: 0;
  font-size: 1em;
  text-decoration: none;
  text-align: left;
}
.wc-block-grid__product .amount {
  margin-top: 12px;
  display: inline-block;
}
.wc-block-grid__product .price {
  color: #1d184b !important;
  font-size: 1.5rem !important;
  font-weight: 700;
}
.wc-block-grid__product .wc-block-grid__product-price {
  float: left;
}
.wc-block-grid__product .wp-block-button.wc-block-grid__product-add-to-cart {
  float: right;
}
.wc-block-grid__product .wp-block-button.wc-block-grid__product-add-to-cart a {
  border-radius: 30px 0 30px 30px;
  background: #8338eb !important;
  color: #fff;
  font-size: 0;
  padding: 7px 20px;
  line-height: normal;
}
.wc-block-grid__product .wp-block-button.wc-block-grid__product-add-to-cart a::after {
  font: var(--fa-font-solid);
  content: "\f290";
  font-size: 20px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  background: #ff006e !important;
  color: #fff;
  /*border-radius: 30px 0 0 30px;*/
  font-weight: 500;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
  color: #1d184b;
}

.countdown {
  font-weight: 700;
  font-size: 20px;
  background: #fff;
  border-radius: 30px;
  padding: 5px 20px;
  display: inline-block;
  margin: 10px 0 0 0;
}

.badge-counter-wrapper {
  border: 2px dashed #fff;
  background: transparent;
  border-radius: 40px 0 40px 40px;
  width: 190px;
  min-height: 200px;
  position: absolute;
  top: 50%;
  right: -150px;
  transform: translate(0, -50%);
  background: transparent url(images/badge-vide.png) center 20px no-repeat;
  background-size: 150px;
  font-weight: 600;
  line-height: normal;
  padding-top: 150px;
  text-align: center;
}
.badge-counter-wrapper.actif {
  min-height: 250px;
  padding-top: 30px;
  padding-bottom: 15px;
  border: 0;
  background: #fff url(images/badge-actif.png) center 45px no-repeat;
  background-size: 160px;
}
.badge-counter-wrapper.actif p {
  color: #1d184b;
  margin-bottom: 110px;
}
.badge-counter-wrapper.actif strong {
  font-size: 60px;
  display: block;
  margin: 0 auto 5px auto;
  line-height: 60px;
}
.badge-counter-wrapper.actif span {
  color: #3a86ff;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 78%;
}

.woocommerce-account .woocommerce-Address-title a {
  border-radius: 30px 0 30px 30px;
  background: #8338eb !important;
  color: #fff;
  padding: 7px 20px;
}

::selection {
  background: #1d184b;
  color: #FFF !important;
}

.woocommerce ul.products li.product .price {
  color: #1d184b !important;
  font-family: "Playfair Display";
  font-size: 1.5rem;
  font-weight: 700;
}
.woocommerce ul.products li.product .button {
  display: inline-block;
  margin-top: 1em;
  position: absolute;
  bottom: 0;
  right: 0;
}
.woocommerce .woocommerce-Button,
.woocommerce .single_add_to_cart_button,
.woocommerce .wp-element-button {
  border-radius: 30px 0 30px 30px !important;
  color: #fff;
  padding: 7px 20px;
}
.woocommerce .single_add_to_cart_button {
  background: #8338eb !important;
  font-size: 0;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #1d184b;
  font-size: 1.25em;
}
.woocommerce div.product p.price {
  margin-bottom: 0.75em;
  font-size: 2.25em;
  font-weight: 700;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  color: #1d184b;
  border-top: 0;
}
.woocommerce a.button.wc-forward.wp-element-button {
  color: #1d184b !important;
}

.woocommerce-info,
.woocommerce-message {
  border-top-color: transparent;
}

.woocommerce-info::before {
  color: #ff006e;
}

.woocommerce-message::before {
  color: #8338eb;
}

.woocommerce-cart .entry-content, .woocommerce-checkout .entry-content {
  margin: 1.5rem 20%;
}

.product-quantity {
  display: none !important;
}

.product-subtotal {
  text-align: right;
}

.order-total .woocommerce-Price-amount.amount, .cart-subtotal .woocommerce-Price-amount.amount {
  display: block;
  text-align: right;
}
.order-total .includes_tax, .cart-subtotal .includes_tax {
  display: block;
  text-align: right;
}
.order-total .includes_tax .woocommerce-Price-amount.amount, .cart-subtotal .includes_tax .woocommerce-Price-amount.amount {
  display: inline-block;
}

.cart-contents {
  position: relative;
  display: flex !important;
  flex-flow: column nowrap;
  justify-content: center;
  color: #fff;
}
.cart-contents:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f290" !important;
  font-size: 20px;
}
.cart-contents:hover {
  text-decoration: none;
}

.cart-contents-count {
  position: absolute;
  top: 15px;
  right: 1px;
  transform: translateY(-105%) translateX(25%);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  width: 22px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #000;
  border-radius: 50%;
  padding: 1px;
}

/* 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. */
.page:not(.home) .custom-logo-link,
.category .custom-logo-link,
.single .custom-logo-link,
.woocommerce-page .custom-logo-link,
.tag .custom-logo-link,
.error404 .custom-logo-link {
  display: inline-block;
  position: absolute;
  top: -125px;
  left: 0;
  opacity: 0;
  /*        transition: all .3s ease-in-out;*/
  z-index: 2;
  max-width: 50%;
}
.page:not(.home) .logo-blanc,
.category .logo-blanc,
.single .logo-blanc,
.woocommerce-page .logo-blanc,
.tag .logo-blanc,
.error404 .logo-blanc {
  position: relative;
  left: 12px;
  min-width: 150px;
  /*        transition: all .3s ease-in-out;*/
}
.page:not(.home) .hidden .logo-blanc,
.category .hidden .logo-blanc,
.single .hidden .logo-blanc,
.woocommerce-page .hidden .logo-blanc,
.tag .hidden .logo-blanc,
.error404 .hidden .logo-blanc {
  opacity: 1;
  /*            transition: all .3s ease-in-out;*/
}
.page:not(.home) .hidden .custom-logo,
.category .hidden .custom-logo,
.single .hidden .custom-logo,
.woocommerce-page .hidden .custom-logo,
.tag .hidden .custom-logo,
.error404 .hidden .custom-logo {
  opacity: 0;
}
.page:not(.home) .scrolling .custom-logo-link,
.category .scrolling .custom-logo-link,
.single .scrolling .custom-logo-link,
.woocommerce-page .scrolling .custom-logo-link,
.tag .scrolling .custom-logo-link,
.error404 .scrolling .custom-logo-link {
  top: 10px;
  opacity: 1;
}
.page:not(.home) .scrolling .logo-blanc,
.category .scrolling .logo-blanc,
.single .scrolling .logo-blanc,
.woocommerce-page .scrolling .logo-blanc,
.tag .scrolling .logo-blanc,
.error404 .scrolling .logo-blanc {
  /*            transition: all .3s ease-in-out;*/
  opacity: 0;
}
.page:not(.home) .scrolling .custom-logo,
.category .scrolling .custom-logo,
.single .scrolling .custom-logo,
.woocommerce-page .scrolling .custom-logo,
.tag .scrolling .custom-logo,
.error404 .scrolling .custom-logo {
  opacity: 1;
}

.wp-block-separator {
  border: 0px;
  opacity: 1;
  border-left: none;
  border-right: none;
}

#colophon a {
  text-decoration: none;
}

.page .entry-content {
  min-height: 55vh;
}

.page-template-page-calendar .entry-content,
.page-template-page-partenaires .entry-content {
  min-height: 0;
}

.page #colophon .custom-logo-link,
.category #colophon .custom-logo-link,
.single #colophon .custom-logo-link,
.woocommerce-page #colophon .custom-logo-link,
.error404 #colophon .custom-logo-link {
  display: inline-block;
  position: relative;
  top: auto;
  left: 0;
  opacity: 1;
  /*            transition: all .3s ease-in-out;*/
}

.second-nav a {
  color: #fff;
  text-decoration: none;
}
.second-nav a.btn.btn-primary {
  color: #1d184b;
}
.second-nav a.btn.btn-primary:hover {
  color: #fff;
}

.home .second-nav a {
  color: #1d184b;
}
.home .second-nav a.btn.btn-primary {
  color: #fff;
}
.home .second-nav a.btn.btn-primary:hover {
  color: #fff;
}

.scrolling .cart-contents {
  color: #1d184b;
}
.scrolling .second-nav a {
  color: #1d184b;
}
.scrolling .second-nav a.btn.btn-primary {
  color: #fff;
}

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

/* Espace Client
--------------------------------------------- */
.month-switch {
  text-align: center;
}
.month-switch a {
  text-decoration: none;
  display: inline-block;
  margin: 10px 20px;
  padding: 15px;
}
.month-switch a.active {
  font-weight: 900;
  color: #feb40f;
}
.month-switch a.active:hover, .month-switch a.active:active {
  color: #feb40f;
}
.month-switch a:first-child {
  padding-left: 160px;
  background: transparent url(images/arrow-left-mois.png) center left no-repeat;
}
.month-switch a:last-child {
  padding-right: 160px;
  background: transparent url(images/arrow-right-mois.png) center right no-repeat;
}
.month-switch a:hover {
  color: #8338ec;
}

.date-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-top: 0.5em;
  background: #fff;
  border: 2px solid #ffdc66;
  border-radius: 35px;
}
.date-grid a {
  /*transition: all 0.25s ease-in-out;*/
  text-decoration: none;
  position: relative;
  border: 0;
  border-radius: 30px;
  text-align: center;
  padding: 30px 15px 10px 15px;
  background: #fff;
  margin: 5px;
  min-height: 179px;
  color: #8d8c97;
}
.date-grid a:hover, .date-grid a:focus {
  outline: none;
  background-color: #efefef;
}
.date-grid a:active, .date-grid a.is-selected {
  background-color: var(--teal-100);
  color: var(--teal-900);
}
.date-grid a span {
  display: inline-block;
  width: 4.5ch;
  height: 4.5ch;
  line-height: 4.5ch;
  border-radius: 50%;
  background: #fff;
  border: 2px dashed #cfd3d6;
  margin-bottom: 10px;
  font-weight: 600;
}
.date-grid a p {
  line-height: normal;
  margin-bottom: 0;
}
.date-grid a.past {
  color: #1d184b;
}
.date-grid a.past span {
  border: 2px solid #8338ec;
}
.date-grid a.past p {
  font-weight: 600;
}
.date-grid a.actif {
  color: #fff;
  background: #1d184b;
}
.date-grid a.actif span {
  border: 2px solid #8338ec;
  background: #8338ec;
}
.date-grid a.actif p {
  font-weight: 600;
}

.modal-backdrop {
  background-color: rgba(29, 24, 75, 0.9) !important;
}

.modal .modal-content, .modal .modal-body {
  background-color: transparent !important;
}
.modal .modal-content {
  border: none;
}
.modal .modal-content .btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 70' fill='%23fff'%3e%3cpath d='m41.62,32.23l20.89-20.89c2.59-2.59,2.59-6.8,0-9.39s-6.8-2.59-9.39,0l-20.89,20.89L11.34,1.95C8.75-.65,4.54-.65,1.95,1.95s-2.59,6.8,0,9.39l20.89,20.89L1.95,53.12c-2.59,2.59-2.59,6.8,0,9.39s6.8,2.59,9.39,0l20.89-20.89,20.89,20.89c2.59,2.59,6.8,2.59,9.39,0s2.59-6.8,0-9.39l-20.89-20.89Z'/%3e%3c/svg%3e");
  opacity: 1;
  height: 35px;
  width: 35px;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 10%;
  z-index: 2;
}
.modal .modal-body img {
  display: block;
  max-width: 300px;
  border-radius: 1000px;
  margin: 0 auto;
  box-shadow: 0 0px 60px;
}
.modal .modal-body p {
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 10%;
  font-weight: 600;
  transform: translate(-50%, 0);
  width: 40%;
  line-height: normal;
}
.modal .modal-body p span {
  color: #ffbe0b;
  font-family: "Playfair Display";
  font-weight: 900;
  font-size: 80px;
  display: block;
  line-height: 80px;
  margin-top: -25px;
  margin-bottom: 10px;
}

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

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

.has-bleu-sombre-background-color {
  background-color: #1d184b !important;
}

.has-bleu-background-color {
  background-color: #3a86ff !important;
}

.has-rose-background-color {
  background-color: #ff006e !important;
}

.has-orange-background-color {
  background-color: #fb5607 !important;
}

.has-violet-background-color {
  background-color: #8338ec !important;
}

.has-jaune-background-color {
  background-color: #ffbe0b !important;
}

.has-gris-clair-background-color {
  background-color: #f0f3f6 !important;
}

.has-bleu-sombre-color {
  color: #1d184b !important;
}

.has-bleu-color, .has-bleu-border-color {
  color: #3a86ff !important;
}

.has-rose-color, .has-rose-border-color {
  color: #ff006e !important;
}

.has-orange-color, .has-orange-border-color {
  color: #fb5607 !important;
}

.has-violet-color, .has-violet-border-color {
  color: #8338ec !important;
}

.has-jaune-color, .has-jaune-border-color {
  color: #ffbe0b !important;
}

/* figtree-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/figtree-v4-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("fonts/figtree-v4-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/figtree-v4-latin-regular.woff2") format("woff2"), url("fonts/figtree-v4-latin-regular.woff") format("woff"), url("fonts/figtree-v4-latin-regular.ttf") format("truetype"), url("fonts/figtree-v4-latin-regular.svg#Figtree") format("svg"); /* Legacy iOS */
}
/* figtree-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/figtree-v4-latin-italic.eot"); /* IE9 Compat Modes */
  src: url("fonts/figtree-v4-latin-italic.eot?#iefix") format("embedded-opentype"), url("fonts/figtree-v4-latin-italic.woff2") format("woff2"), url("fonts/figtree-v4-latin-italic.woff") format("woff"), url("fonts/figtree-v4-latin-italic.ttf") format("truetype"), url("fonts/figtree-v4-latin-italic.svg#Figtree") format("svg"); /* Legacy iOS */
}
/* figtree-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/figtree-v4-latin-600.eot"); /* IE9 Compat Modes */
  src: url("fonts/figtree-v4-latin-600.eot?#iefix") format("embedded-opentype"), url("fonts/figtree-v4-latin-600.woff2") format("woff2"), url("fonts/figtree-v4-latin-600.woff") format("woff"), url("fonts/figtree-v4-latin-600.ttf") format("truetype"), url("fonts/figtree-v4-latin-600.svg#Figtree") format("svg"); /* Legacy iOS */
}
/* figtree-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: italic;
  font-weight: 600;
  src: url("fonts/figtree-v4-latin-600italic.eot"); /* IE9 Compat Modes */
  src: url("fonts/figtree-v4-latin-600italic.eot?#iefix") format("embedded-opentype"), url("fonts/figtree-v4-latin-600italic.woff2") format("woff2"), url("fonts/figtree-v4-latin-600italic.woff") format("woff"), url("fonts/figtree-v4-latin-600italic.ttf") format("truetype"), url("fonts/figtree-v4-latin-600italic.svg#Figtree") format("svg"); /* Legacy iOS */
}
/* figtree-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/figtree-v4-latin-800.eot"); /* IE9 Compat Modes */
  src: url("fonts/figtree-v4-latin-800.eot?#iefix") format("embedded-opentype"), url("fonts/figtree-v4-latin-800.woff2") format("woff2"), url("fonts/figtree-v4-latin-800.woff") format("woff"), url("fonts/figtree-v4-latin-800.ttf") format("truetype"), url("fonts/figtree-v4-latin-800.svg#Figtree") format("svg"); /* Legacy iOS */
}
/* figtree-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: italic;
  font-weight: 800;
  src: url("fonts/figtree-v4-latin-800italic.eot"); /* IE9 Compat Modes */
  src: url("fonts/figtree-v4-latin-800italic.eot?#iefix") format("embedded-opentype"), url("fonts/figtree-v4-latin-800italic.woff2") format("woff2"), url("fonts/figtree-v4-latin-800italic.woff") format("woff"), url("fonts/figtree-v4-latin-800italic.ttf") format("truetype"), url("fonts/figtree-v4-latin-800italic.svg#Figtree") format("svg"); /* Legacy iOS */
}
/* figtree-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/figtree-v4-latin-900.eot"); /* IE9 Compat Modes */
  src: url("fonts/figtree-v4-latin-900.eot?#iefix") format("embedded-opentype"), url("fonts/figtree-v4-latin-900.woff2") format("woff2"), url("fonts/figtree-v4-latin-900.woff") format("woff"), url("fonts/figtree-v4-latin-900.ttf") format("truetype"), url("fonts/figtree-v4-latin-900.svg#Figtree") format("svg"); /* Legacy iOS */
}
/* figtree-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: italic;
  font-weight: 900;
  src: url("fonts/figtree-v4-latin-900italic.eot"); /* IE9 Compat Modes */
  src: url("fonts/figtree-v4-latin-900italic.eot?#iefix") format("embedded-opentype"), url("fonts/figtree-v4-latin-900italic.woff2") format("woff2"), url("fonts/figtree-v4-latin-900italic.woff") format("woff"), url("fonts/figtree-v4-latin-900italic.ttf") format("truetype"), url("fonts/figtree-v4-latin-900italic.svg#Figtree") format("svg"); /* Legacy iOS */
}
/* playfair-display-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/playfair-display-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("fonts/playfair-display-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/playfair-display-v30-latin-regular.woff2") format("woff2"), url("fonts/playfair-display-v30-latin-regular.woff") format("woff"), url("fonts/playfair-display-v30-latin-regular.ttf") format("truetype"), url("fonts/playfair-display-v30-latin-regular.svg#PlayfairDisplay") format("svg"); /* Legacy iOS */
}
/* playfair-display-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/playfair-display-v30-latin-800.eot"); /* IE9 Compat Modes */
  src: url("fonts/playfair-display-v30-latin-800.eot?#iefix") format("embedded-opentype"), url("fonts/playfair-display-v30-latin-800.woff2") format("woff2"), url("fonts/playfair-display-v30-latin-800.woff") format("woff"), url("fonts/playfair-display-v30-latin-800.ttf") format("truetype"), url("fonts/playfair-display-v30-latin-800.svg#PlayfairDisplay") format("svg"); /* Legacy iOS */
}
/* playfair-display-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 800;
  src: url("fonts/playfair-display-v30-latin-800italic.eot"); /* IE9 Compat Modes */
  src: url("fonts/playfair-display-v30-latin-800italic.eot?#iefix") format("embedded-opentype"), url("fonts/playfair-display-v30-latin-800italic.woff2") format("woff2"), url("fonts/playfair-display-v30-latin-800italic.woff") format("woff"), url("fonts/playfair-display-v30-latin-800italic.ttf") format("truetype"), url("fonts/playfair-display-v30-latin-800italic.svg#PlayfairDisplay") format("svg"); /* Legacy iOS */
}
/* playfair-display-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/playfair-display-v30-latin-900.eot"); /* IE9 Compat Modes */
  src: url("fonts/playfair-display-v30-latin-900.eot?#iefix") format("embedded-opentype"), url("fonts/playfair-display-v30-latin-900.woff2") format("woff2"), url("fonts/playfair-display-v30-latin-900.woff") format("woff"), url("fonts/playfair-display-v30-latin-900.ttf") format("truetype"), url("fonts/playfair-display-v30-latin-900.svg#PlayfairDisplay") format("svg"); /* Legacy iOS */
}
/* playfair-display-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 900;
  src: url("fonts/playfair-display-v30-latin-900italic.eot"); /* IE9 Compat Modes */
  src: url("fonts/playfair-display-v30-latin-900italic.eot?#iefix") format("embedded-opentype"), url("fonts/playfair-display-v30-latin-900italic.woff2") format("woff2"), url("fonts/playfair-display-v30-latin-900italic.woff") format("woff"), url("fonts/playfair-display-v30-latin-900italic.ttf") format("truetype"), url("fonts/playfair-display-v30-latin-900italic.svg#PlayfairDisplay") format("svg"); /* Legacy iOS */
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display";
  font-weight: 900;
}

.xxl {
  font-size: 5vw;
}

.xl {
  font-size: 3vw;
}

.h3 {
  font-size: 1.7vw;
  font-weight: 800;
}

.figtree {
  font-family: "Figtree";
}

.blue {
  color: #3a86ff;
}

.hero-container-home {
  padding: 0 20%;
}

.messagedefilant {
  display: block;
  margin: 40px auto;
  padding: 0;
  overflow: hidden;
  position: absolute;
  z-index: 1000;
  width: 50%;
  max-width: 640px;
  height: 60px;
  right: -120px;
  transform: rotate(45deg);
  top: 140px;
  font-weight: 800;
}

.messagedefilant div {
  position: absolute;
  min-width: 100%; /* au minimum la largeur du conteneur */
}

.messagedefilant div span,
.messagedefilant div:after {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  white-space: nowrap;
  top: 0;
}

.messagedefilant div span {
  animation: defilement 10s infinite linear;
  background: rgba(255, 255, 255, 0.8);
}

.messagedefilant div:after {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-text);
  animation: defilement2 10s infinite linear;
  background: rgba(255, 255, 255, 0.8);
}

@keyframes defilement {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -100%;
  }
}
@keyframes defilement2 {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: 0%;
  }
}
.big-smile {
  border-radius: 200px 0 0 200px;
  max-width: 70%;
}

.smile {
  border-radius: 200px;
}

.sun {
  position: absolute;
  bottom: -26px;
  left: 156px;
  max-width: 20%;
}

.arrow {
  max-width: 30%;
}

.sparkle {
  margin-bottom: -30px;
  max-width: 30%;
}

.dance {
  border-radius: 200px 0 400px 200px;
  max-width: 70%;
}

/**************
Responsive
**************/
@media (max-width: 480px) {
  .wc-block-grid.has-3-columns .wc-block-grid__product {
    overflow: hidden;
  }
  .wc-block-grid__products .wc-block-grid__product-image img {
    width: 100%;
  }
  .cart-contents-count {
    top: 20px;
    left: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 812px) {
  body {
    /*min-height:100vh;*/
    background: linear-gradient(#e5e5e5 0 0) 33.3333333333%, linear-gradient(#e5e5e5 0 0) 66.6666666667%, linear-gradient(#e5e5e5 0 0) 100%;
    background-size: 1px 100%; /* Control the width here*/
    background-repeat: no-repeat;
  }
  h1 img {
    max-width: 145px;
  }
  .woocommerce-page.woocommerce-cart table.cart td.actions .coupon .input-text {
    margin-right: 0px;
  }
  .h3 {
    font-size: 10vw;
  }
  .menu-principal-container ul {
    display: none;
  }
  .offcanvas-navigation .menu-principal-container {
    position: relative;
    top: auto;
  }
  .offcanvas-navigation .menu-principal-container ul {
    display: block;
  }
  .page .menu-principal-container a, .category .menu-principal-container a, .single .menu-principal-container a, .woocommerce-page .menu-principal-container a {
    color: #1d184b;
  }
  .messagedefilant {
    margin: 0;
    position: relative;
    width: 100%;
    right: auto;
    top: auto;
    transform: rotate(0deg);
  }
  .xl {
    font-size: 7vw;
  }
  .xl.gradient-title {
    font-size: 15vw;
  }
  .big-smile {
    border-radius: 100px;
    max-width: 100%;
  }
  .arrow {
    max-width: 30%;
  }
  .dance {
    border-radius: 100px;
    max-width: 100%;
  }
  .hero-container-home {
    padding: 0 5%;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: -30px;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: 20px;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 16px;
  }
  .acces-direct figure a::after {
    line-height: 140px;
    width: 100%;
  }
  .star {
    position: absolute;
    top: 10%;
    width: 100px;
    height: 100px;
    left: 14%;
  }
  .text-circle {
    margin-top: -84px;
    margin-left: -87px;
  }
  .illustration {
    max-width: 50%;
    margin: 0 auto;
    display: block;
  }
  .single .entry-header {
    background-position: center -280px;
  }
  .date-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .badge-counter-wrapper, badge-counter-wrapper.actif {
    right: auto;
    position: relative;
    top: auto;
    transform: translate(0, 0);
    margin: 10px auto;
  }
  .woocommerce-page .woocommerce-MyAccount-navigation ul {
    margin: 0 0 10px 0;
    padding-left: 0.75rem;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }
  .woocommerce-cart .entry-content, .woocommerce-checkout .entry-content {
    margin: 1.5rem 5%;
  }
  .product-quantity {
    display: none !important;
  }
  .floating {
    padding: 0 12px;
  }
  .floating > div .position-jour {
    display: inline-block;
    /*width: 50%;*/
    font-size: 0.75rem;
  }
  .floating > div .position-jour > span {
    width: auto;
  }
  .floating > div .position-jour > span.total {
    font-size: 0.75rem;
    opacity: 0.5;
  }
  .floating > div .position-jour img {
    display: none;
  }
  .floating > div span {
    display: inline-block;
  }
  .floating > div a {
    min-width: 0px;
    font-size: 0.75rem;
    text-decoration: none;
  }
  .floating > div img {
    display: block;
    margin: 0 auto;
  }
  .abonnement {
    box-shadow: 0 30px 60px rgba(28, 25, 73, 0.2);
    font-size: 1.25rem;
    text-align: center;
  }
  .abonnement.empty {
    color: #555;
  }
  .abonnement .visuel {
    width: 100%;
    height: 200px;
    background-size: cover;
    margin-bottom: 15px;
  }
  .abonnement .visuel a {
    display: block;
    height: 200px;
  }
  .cart-contents-count {
    top: 20px;
    left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    /*min-height:100vh;*/
    background: linear-gradient(#e5e5e5 0 0) 25%, linear-gradient(#e5e5e5 0 0) 50%, linear-gradient(#e5e5e5 0 0) 75%, linear-gradient(#e5e5e5 0 0) 100%;
    background-size: 1px 100%; /* Control the width here*/
    background-repeat: no-repeat;
  }
  .hero-container-home {
    padding: 0 5%;
  }
  h1 img {
    max-width: 145px;
  }
  .xxl {
    font-size: 6vw;
  }
  .xl {
    font-size: 4vw;
  }
  .h3 {
    font-size: 4vw;
  }
  .sparkle {
    max-width: 20%;
  }
  .dance {
    max-width: 70%;
  }
  .messagedefilant {
    margin: 0 auto 50px;
  }
  .sun {
    left: 86px;
    bottom: 36px;
  }
  .menu-toggle {
    display: flex;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 16px;
  }
  .acces-direct figure a::after {
    line-height: 100px;
    width: 100%;
  }
  .star {
    position: absolute;
    bottom: 25%;
    width: 70px;
    height: 70px;
    left: -20%;
  }
  .text-circle {
    margin-top: -49px;
    margin-left: -51px;
  }
  .main-navigation .menu-principal-container ul {
    display: none;
  }
  /*    .menu-principal-container {
          display: block;
          width: 100%;
          position: relative;
          top: 110px;
          left: 0;
      }*/
  .offcanvas-navigation .menu-principal-container {
    position: relative;
    top: auto;
  }
  .offcanvas-navigation .menu-principal-container ul {
    display: block;
  }
  .page .menu-principal-container a, .category .menu-principal-container a, .single .menu-principal-container a, .woocommerce-page .menu-principal-container a {
    color: #1d184b;
  }
  .date-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .badge-counter-wrapper, badge-counter-wrapper.actif {
    right: 20px;
  }
  .woocommerce-page .woocommerce-MyAccount-navigation ul {
    margin: 0 0 10px 0;
    padding-left: 0.75rem;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 30%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 68%;
  }
  .second-nav a.btn.btn-primary {
    color: #1d184b;
  }
  .home .second-nav a.btn.btn-primary {
    color: #fff;
  }
  .abonnement {
    box-shadow: 0 30px 60px rgba(28, 25, 73, 0.2);
    font-size: 1.25rem;
    text-align: center;
  }
  .abonnement.empty {
    color: #555;
  }
  .abonnement .visuel {
    width: 100%;
    height: 200px;
    background-size: cover;
    margin-bottom: 15px;
  }
  .abonnement .visuel a {
    display: block;
    height: 200px;
  }
  .cart-contents-count {
    top: 20px;
    left: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .d-woo-lg-none {
    display: none !important;
  }
  .d-woo-lg-block {
    display: block !important;
  }
  .cart-contents-count {
    top: 20px;
    left: 30px;
  }
  .woocommerce-cart .entry-content, .woocommerce-checkout .entry-content {
    margin: 1.5rem 5%;
  }
}

/*# sourceMappingURL=style.css.map */
