/*
Theme Name: Pourquoi Pas Johanna - V2
Author: Keiza
Author URI: https://www.keiza.fr
Description: Thème développé sur-mesure pour le site Pourquoi Pas Johanna
Version: 1.0
License: Private.
Tags: white, green, horse
Text Domain: Johanna
*/
@font-face {
  font-family: 'Dreaming';
  src: url('fonts/dreaming-outloud-allcaps-regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --wp--preset--color--primary: #63764c;
  --wp--preset--color--secondary: #ACB769;
  --wp--preset--color--background: #e5e9da;
  --wp--preset--color--text: #121212;
  --wp--preset--color--light: #D4D788;
  --wp--preset--color--border: #D4D788;
  --wp--preset--font-family--body: 'Lato', sans-serif;
  --wp--preset--font-family--headings: 'Dreaming', serif;
  --wp--preset--color--vert-fonce: #63764c;
  --wp--preset--color--vert-medium: #ACB769;
  --wp--preset--color--vert-clair: #D4D788;
  --wp--preset--color--vert-pale: #e5e9da;
  --wp--preset--color--orange: #DD5C01;
  --wp--preset--color--noir: #121212;
  --wp--preset--color--blanc: #FFFFFF;
  --wp--preset--color--gris-clair: #e5e9da;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  animation: fadeIn 0.8s ease-in-out;
}
* {
  box-sizing: border-box;
  word-break: break-word;
}
html {
  height: 100%;
}
body {
  padding: 0;
  margin: 0;
  background-color: #fff;
  color: #121212;
  line-height: 1.6em;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  word-wrap: break-word;
}
#overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}
h1,
h2,
h3,
h4,
h5,
.tutor-dashboard-title,
.tutor-fs-5 {
  font-family: 'Dreaming', sans-serif;
}
h1 {
  color: #63764c;
  font-size: 3.2rem;
  line-height: 1.2em;
  font-weight: 800;
  position: relative;
  margin: 0;
}
h1 strong,
h1 b {
  color: #fff;
  background: linear-gradient(#DD5C01 60%, transparent 60%);
  background-repeat: no-repeat;
  background-position: 0 0.3em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  border-radius: 70px;
  padding: 0 10px;
}
h1 strong:after,
h1 b:after {
  display: none;
}
#page h1 {
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: center;
}
h2,
.tutor-dashboard-title,
.tutor-fs-5 {
  font-size: 2em;
  line-height: 1.2;
  font-weight: 800;
}
h2 b,
.tutor-dashboard-title b,
.tutor-fs-5 b,
h2 strong,
.tutor-dashboard-title strong,
.tutor-fs-5 strong {
  position: relative;
  z-index: 0;
}
h2 b::after,
.tutor-dashboard-title b::after,
.tutor-fs-5 b::after,
h2 strong::after,
.tutor-dashboard-title strong::after,
.tutor-fs-5 strong::after {
  content: "";
  position: absolute;
  left: -0.2em;
  right: -0.2em;
  top: 50%;
  height: 0.7em;
  transform: translateY(-50%) skew(-12deg);
  background-color: #D4D788;
  z-index: -1;
  border-radius: 10px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
h3 {
  font-size: 1.6em;
  line-height: 1.2;
  font-weight: 600;
}
h3 b,
h3 strong {
  color: #DD5C01;
}
img,
.wp-block-image img {
  max-width: 100%;
  height: auto;
}
.wp-block-image figure.is-resized picture {
  display: block;
}
.wp-block-image figure.is-resized picture img {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
}
a {
  color: #63764c;
  text-decoration: none;
}
a:hover {
  color: #ACB769;
}
#mainHeader {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 5px;
  z-index: 999998;
  box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.2);
  height: 80px;
}
#mainHeader section {
  width: 90%;
  height: 100%;
  max-width: 1280px;
  display: flex;
  margin: auto;
}
#mainHeader section a#logo {
  background: url('images/logo.webp') no-repeat 50%;
  background-size: contain;
  width: 200px;
  height: auto;
}
#mainHeader section nav#main_menu {
  flex: 1;
  display: flex;
  margin: auto;
  margin-left: 50px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8em;
}
#mainHeader section nav#main_menu ul {
  display: flex;
  list-style-type: none;
  justify-content: right;
}
#mainHeader section nav#main_menu ul li {
  padding: 10px 20px;
}
#mainHeader section nav#main_menu ul li.current-menu-item a,
#mainHeader section nav#main_menu ul li.current_page_item a {
  color: #DD5C01;
}
#mainHeader section nav#main_menu ul li a {
  display: block;
}
#mainHeader section nav#main_menu ul li.highlight a {
  background-color: #DD5C01;
  color: #fff;
  border-radius: 20px;
  padding: 0 12px;
}
#mainHeader section nav#main_menu ul li.highlight a:hover {
  background-color: #63764c;
  color: #fff;
}
#mainHeader.sticky {
  position: fixed;
  top: 0;
}
#mainHeader.sticky section a#logo {
  text-align: center;
  transition: 0.7s;
}
#mainHeader.home {
  background-color: #e5e9da;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  transition: 0.5s;
}
#mainHeader.home.sticky {
  background-color: #fff;
  transition: 0.5s;
  box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.2);
}
footer#mainFooter {
  clear: both;
  background-color: #63764c;
  color: #fff;
  padding: 50px;
  position: relative;
  width: 100%;
  margin-top: calc(100vw * 0.05);
}
footer#mainFooter::before {
  content: "";
  position: absolute;
  top: calc(100vw * -0.034);
  left: 0;
  width: 100%;
  height: calc(100vw * 0.05);
  -webkit-mask-image: url(images/wave-footer.svg);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(images/wave-footer.svg);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  background-color: #63764c;
  pointer-events: none;
}
footer#mainFooter .flex {
  width: 90%;
  height: 100%;
  max-width: 1280px;
  margin: auto;
  gap: 50px;
}
footer#mainFooter input.bouton {
  border: 1px solid #fff;
  color: #fff;
}
footer#mainFooter a {
  color: #fff;
}
footer#mainFooter a:hover {
  color: #ACB769;
}
footer#mainFooter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer#mainFooter #copyright {
  margin: auto;
  margin-top: 50px;
  text-align: center;
  padding: 20px;
  border-top: 1px solid #ACB769;
  max-width: 600px;
}
footer#mainFooter #copyright a {
  color: #ACB769;
  text-decoration: underline;
}
footer#mainFooter #copyright a:hover {
  color: #D4D788;
}
.flex {
  display: flex;
  gap: 20px;
}
.flex .third-3,
.flex #maincontent {
  flex: 3;
}
.flex .third-2 {
  flex: 2;
}
.flex .third-1,
.flex #sidebar {
  flex: 1;
}
li.widget {
  list-style-type: none;
}
select,
input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=password] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  min-height: 200px;
  margin-bottom: 15px;
}
form.wc-block-components-form {
  display: flex;
  flex-direction: column;
}
form.wc-block-components-form > div:first-of-type {
  order: 3;
}
form.wc-block-components-form fieldset.wc-block-checkout__contact-fields {
  order: 1;
}
form.wc-block-components-form fieldset.wc-block-checkout__billing-fields {
  order: 2;
}
form.wc-block-components-form fieldset.wc-block-checkout__payment-method {
  order: 4;
}
form.wc-block-components-form div.wc-block-checkout__order-notes {
  order: 5;
}
form.wc-block-components-form div.wc-block-checkout__terms {
  order: 6;
}
form.wc-block-components-form div.wc-block-checkout__actions {
  order: 7;
}
.center {
  text-align: center;
}
.alignleft {
  float: left;
  margin: 20px 0;
  margin-right: 20px;
}
.alignright {
  float: right;
  margin: 20px 0;
  margin-left: 20px;
}
.half {
  width: 50%;
}
.white,
.white a {
  color: #fff !important;
}
.has-large-font-size {
  line-height: 38px;
}
.space {
  padding: 25px;
}
.bold {
  font-weight: bold;
}
.wrapped,
.wp-block-cover__inner-container {
  width: 80%;
  max-width: 1280px;
  margin: auto;
  padding: 75px;
}
.boxed,
#blog {
  width: 80%;
  max-width: 1280px;
  margin: auto;
  padding: 20px;
}
.wp-block-column {
  padding: 20px;
}
.uagb-faq-item {
  background-color: #D4D788 !important;
  border-color: #D4D788 !important;
}
.wp-block-details {
  box-sizing: border-box;
  margin-bottom: 20px;
  background-color: #e5e9da;
  padding: 20px;
  border-radius: 20px;
}
.wp-block-button a.wp-block-button__link,
.wp-block-button .wp-block-button__link {
  border-radius: 30px;
  padding: 15px 20px;
  text-transform: uppercase;
  transition: 0.5s;
  font-weight: bold;
  background-color: transparent;
}
.wp-block-button.is-style-outline a.wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: #DD5C01;
  transition: 0.5s;
}
.bouton {
  border-radius: 30px;
  padding: 15px 20px;
  text-transform: uppercase;
  transition: 0.5s;
  font-weight: bold;
  background-color: transparent;
  cursor: pointer;
  border: 2px solid #63764c;
  color: #63764c;
  display: inline-block;
}
.bouton:hover {
  border: 2px solid #DD5C01;
  color: #DD5C01;
  transition: 0.5s;
}
.none {
  display: none !important;
}
.clear {
  clear: both;
}
.minispace {
  padding: 10px;
}
.space {
  padding: 25px;
}
.bigspace {
  padding: 40px;
}
.wp-block-image .alignleft {
  margin-right: 40px;
}
.listnone {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.listnone li {
  padding-bottom: 8px;
}
.aligncenter {
  text-align: center;
  margin: auto;
}
.floatRight,
.alignright {
  float: right;
}
.small {
  font-size: 0.9rem;
}
.success,
.forminator-success {
  padding: 20px !important;
  text-align: center !important;
  background-color: #e0f1da !important;
  color: #465840 !important;
}
.uagb-column__wrap {
  position: relative;
  overflow: inherit !important;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
figure.rounded img {
  border-radius: 30px;
}
iframe {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
figure.wp-block-embed.is-type-video {
  position: relative;
  margin: 20px 0;
  padding-bottom: 56.25%;
  /*16:9*/
  max-width: 100%;
}
figure.wp-block-embed.is-type-video div,
figure.wp-block-embed.is-type-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
}
article {
  display: flex;
  margin: 75px 0;
}
article .content_article h2,
article .content_article h3 {
  margin-top: 0;
  font-size: 2rem;
}
article > div {
  flex: 1;
}
article > div div.postLegend {
  display: flex;
}
article > div div.postLegend > * {
  margin-right: 20px;
}
article:nth-child(odd) > div.image {
  margin-left: 40px;
  order: 2;
}
article:nth-child(odd) > div.content_article {
  order: 1;
}
article:nth-child(even) > div.image {
  order: 1;
  margin-right: 40px;
}
article:nth-child(even) > div.content_article {
  order: 2;
}
ul {
  margin: 0;
  padding: 0;
  margin-left: 20px;
}
.instagram-gallery-item {
  border-radius: 20px;
}
.has-vert-fonce-background-color {
  background-color: #63764c;
  color: #fff;
}
.has-vert-fonce-background-color h1,
.has-vert-fonce-background-color h2,
.has-vert-fonce-background-color h3 {
  color: #fff;
}
.has-vert-medium-background-color {
  background-color: #ACB769;
}
.has-vert-clair-background-color {
  background-color: #D4D788;
}
.has-vert-pale-background-color {
  background-color: #e5e9da;
}
.has-orange-background-color {
  background-color: #DD5C01;
}
.has-noir-background-color {
  background-color: #121212;
}
.has-gris-clair-background-color {
  background-color: #e5e9da;
}
.has-blanc-background-color {
  background-color: #fff;
}
.has-vert-fonce-color {
  color: #63764c;
}
.has-vert-medium-color {
  color: #ACB769;
}
.has-vert-clair-color {
  color: #D4D788;
}
.has-vert-pale-color {
  color: #e5e9da;
}
.has-orange-color {
  color: #DD5C01;
}
.has-noir-color {
  color: #121212;
}
.has-gris-clair-color {
  color: #e5e9da;
}
.has-blanc-color {
  color: #fff;
}
.is-style-boxed {
  width: 80%;
  max-width: 1280px;
  margin: auto;
  padding: 20px;
}
.is-style-rounded {
  border-radius: 20px;
}
.is-style-rounded img {
  border-radius: 20px;
}
.is-style-rounded figure img {
  border-radius: 20px;
}
.font-dreaming {
  font-family: 'Dreaming', sans-serif !important;
  font-size: 1.4em;
}
.font-dreaming * {
  font-family: 'Dreaming', sans-serif !important;
}
.font-lato {
  font-family: 'Lato', sans-serif !important;
}
.font-lato * {
  font-family: 'Lato', sans-serif !important;
}
.wp-block-table.is-style-comparison table {
  border: none;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 30px;
  overflow: hidden;
  background-color: #D4D788;
}
.wp-block-table.is-style-comparison table thead th,
.wp-block-table.is-style-comparison table tfoot th,
.wp-block-table.is-style-comparison table thead td,
.wp-block-table.is-style-comparison table tfoot td {
  background-color: #63764c;
  color: #fff;
  border: none;
  padding: 15px;
  font-weight: bold;
}
.wp-block-table.is-style-comparison table tfoot a {
  display: inline-block;
  border-radius: 30px;
  padding: 10px 5px;
  text-transform: uppercase;
  transition: 0.5s;
  font-weight: bold;
  color: #fff;
  border-color: #fff;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  font-size: 0.8rem;
}
.wp-block-table.is-style-comparison table tfoot a:hover {
  border-color: #DD5C01;
  color: #DD5C01;
}
.wp-block-table.is-style-comparison table thead tr:first-child th:first-child,
.wp-block-table.is-style-comparison table thead tr:first-child td:first-child {
  border-top-left-radius: 30px;
}
.wp-block-table.is-style-comparison table thead tr:first-child th:last-child,
.wp-block-table.is-style-comparison table thead tr:first-child td:last-child {
  border-top-right-radius: 30px;
}
.wp-block-table.is-style-comparison table tbody tr:last-child td:first-child,
.wp-block-table.is-style-comparison table tbody tr:last-child th:first-child {
  border-bottom-left-radius: 30px;
}
.wp-block-table.is-style-comparison table tbody tr:last-child td:last-child,
.wp-block-table.is-style-comparison table tbody tr:last-child th:last-child {
  border-bottom-right-radius: 30px;
}
.wp-block-table.is-style-comparison table tfoot tr:last-child th:first-child,
.wp-block-table.is-style-comparison table tfoot tr:last-child td:first-child {
  border-bottom-left-radius: 30px;
}
.wp-block-table.is-style-comparison table tfoot tr:last-child th:last-child,
.wp-block-table.is-style-comparison table tfoot tr:last-child td:last-child {
  border-bottom-right-radius: 30px;
}
.wp-block-table.is-style-comparison table tbody tr {
  background-color: transparent;
}
.wp-block-table.is-style-comparison table tbody tr:last-child {
  border-bottom: none;
}
.wp-block-table.is-style-comparison table tbody td,
.wp-block-table.is-style-comparison table tbody th {
  border-bottom: 2px dotted #ACB769;
  padding: 18px;
  background-color: transparent;
}
.wp-block-table.is-style-comparison table tbody tr:last-child td,
.wp-block-table.is-style-comparison table tbody tr:last-child th {
  border-bottom: none;
}
.wp-block-table.is-style-comparison table td,
.wp-block-table.is-style-comparison table th {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}
/* Classe de base pour les blocs avec effet de vague */
.is-style-wave {
  position: relative;
  width: 100%;
  margin-bottom: calc(100vw * 0.05);
}
.is-style-wave::after {
  content: "";
  position: absolute;
  bottom: calc(100vw * -0.047);
  left: 0;
  width: 100%;
  height: calc(100vw * 0.05);
  -webkit-mask-image: url(images/wave.svg);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(images/wave.svg);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  background-color: #63764c;
  pointer-events: none;
}
.is-style-wave.has-vert-fonce-background-color::after {
  background-color: #63764c;
}
.is-style-wave.has-vert-medium-background-color::after {
  background-color: #ACB769;
}
.is-style-wave.has-vert-clair-background-color::after {
  background-color: #D4D788;
}
.is-style-wave.has-vert-pale-background-color::after {
  background-color: #e5e9da;
}
.is-style-wave.has-orange-background-color::after {
  background-color: #DD5C01;
}
.is-style-wave.has-noir-background-color::after {
  background-color: #121212;
}
.is-style-wave.has-gris-clair-background-color::after {
  background-color: #e5e9da;
}
.is-style-wave.has-blanc-background-color::after {
  background-color: #fff;
}
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 177.78%;
  /* 9/16 ratio */
  margin: auto;
}
.video-container iframe {
  position: absolute;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.wp-block-gallery.is-style-bloc_image > figure.wp-block-image:hover figcaption {
  background-color: rgba(221, 92, 1, 0.7) !important;
}
.wp-block-gallery.is-style-bloc_image > figure.wp-block-image {
  position: relative;
  overflow: auto;
}
.wp-block-gallery.is-style-bloc_image > figure.wp-block-image > figcaption {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(98, 117, 75, 0.7) !important;
  pointer-events: none;
  color: #fff !important;
  font-size: 1.3em;
  font-weight: bold;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
}
.has-background:not(.is-style-wave) {
  padding: 30px;
  border-radius: 20px;
}
.has-background:not(.is-style-wave) h2 {
  margin-top: 0;
}
div.homepage .wp-block-group:not(.is-style-boxed) {
  border-radius: 0;
}
div.homepage h2 {
  margin: 0;
}
div#shop-page .wp-block-group:not(.is-style-boxed) {
  border-radius: 0;
}
div#shop-page .wp-block-group.has-background div.is-layout-constrained h2 {
  margin: 0 auto;
}
.woocommerce-MyAccount-content mark {
  background-color: #e5e9da;
}
ul#pproducts {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 25px;
  flex-wrap: wrap;
}
ul#pproducts > li {
  flex: 1;
  max-width: 33%;
  padding: 20px;
  border-radius: 20px;
}
ul#pproducts > li.fbasique {
  background-color: #e5e9da;
}
ul#pproducts > li.fintermediaire {
  background-color: #ACB769;
}
ul#pproducts > li.fintermediaire a.btn {
  border: 2px solid #000;
  color: #000 !important;
  border-radius: 30px;
  padding: 15px 20px;
  text-transform: uppercase;
  transition: 0.5s;
  font-weight: bold;
}
ul#pproducts > li.fintermediaire a.btn:hover {
  border: 2px solid #DD5C01;
  transition: 0.5s;
  color: #DD5C01 !important;
}
ul#pproducts > li.favancee {
  background-color: #63764c;
}
ul#pproducts > li.favancee a.btn {
  border: 2px solid #fff;
  color: #fff !important;
  border-radius: 30px;
  padding: 15px 20px;
  text-transform: uppercase;
  transition: 0.5s;
  font-weight: bold;
}
ul#pproducts > li.favancee a.btn:hover {
  border: 2px solid #DD5C01;
  transition: 0.5s;
  color: #DD5C01 !important;
}
ul#pproducts > li.favancee h2,
ul#pproducts > li.favancee h3,
ul#pproducts > li.favancee p,
ul#pproducts > li.favancee .woocommerce-product-details__short-description {
  color: #fff !important;
}
ul#pproducts > li.favancee .price,
ul#pproducts > li.favancee .price del,
ul#pproducts > li.favancee .price ins,
ul#pproducts > li.favancee .price .woocommerce-Price-amount {
  color: #fff !important;
}
ul#pproducts > li.favancee a.add_to_cart_button {
  border-color: #fff !important;
  color: #fff !important;
}
ul#pproducts > li.favancee a.add_to_cart_button:hover {
  border-color: #DD5C01 !important;
  color: #DD5C01 !important;
}
ul#pproducts > li a.add_to_cart_button {
  border-color: #000 !important;
  color: #000 !important;
}
ul#pproducts > li a.add_to_cart_button:hover {
  border-color: #DD5C01 !important;
  color: #DD5C01 !important;
}
ul#pproducts > li .kzwl-waitlist-link-wrapper {
  margin-top: 15px !important;
  margin-left: 0 !important;
  display: block !important;
  text-transform: uppercase !important;
}
a.button.product_type_simple:not(.add_to_cart_button) {
  display: none;
}
.avis-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin: 30px 0;
}
.avis-item {
  background-color: #e5e9da;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.avis-title-wrapper {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  align-items: center;
}
.avis-featured-image {
  flex-shrink: 0;
}
.avis-featured-image img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.avis-title-content h3 {
  margin: 0 0 5px 0;
  font-size: 1.1em;
  color: #63764c;
}
.avis-rating .star {
  color: #ffc107;
  font-size: 18px;
}
.avis-rating .star.filled {
  color: #ffc107;
}
.avis-toggle {
  background: transparent;
  border: none;
  color: #DD5C01;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  padding: 0;
  margin-top: 5px;
  transition: color 0.2s ease;
}
.avis-toggle:hover {
  color: #63764c;
}
.avis-item .avis-content-full {
  display: none;
}
.avis-excerpt {
  line-height: 1.6;
  color: #333;
  margin-bottom: 10px;
}
.video-yt-container {
  max-width: 800px;
  margin: 1.5rem auto;
}
section.qr {
  background-color: #e5e9da;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 10px;
}
section.qr h3,
section.qr p {
  margin: 0;
}
section.qr.active {
  background-color: #D4D788;
}
section.qr .header {
  cursor: pointer;
}
section.qr .header .auteur-question {
  font-weight: bold;
}
section.qr .corps blockquote {
  margin: 20px 20px 0 0;
  border-left: 5px solid #DD5C01;
  padding-left: 15px;
}
.tutor-wrap-parent {
  margin-top: 30px;
}
table.tutor-orders-table {
  text-align: center;
}
table.tutor-orders-table thead tr {
  background-color: #e5e9da;
}
table.tutor-orders-table th,
table.tutor-orders-table td {
  padding: 5px;
}
form.tutor-form .flex > p {
  flex: 1;
}
form.tutor-form button.tutor-btn {
  border-radius: 30px;
  padding: 15px 20px;
  text-transform: uppercase;
  transition: 0.5s;
  font-weight: bold;
  border: 2px solid #63764c;
  color: #63764c;
}
form.tutor-form button.tutor-btn:hover {
  border: 2px solid #DD5C01;
  transition: 0.5s;
  color: #DD5C01;
}
button.tutor-btn {
  border-radius: 30px;
}
.notice {
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 10px;
}
.notice.notice-success {
  border: 1px solid #ACB769;
  background-color: #e5e9da;
}
.add_to_cart_button,
.ff-btn-submit {
  display: block !important;
  width: fit-content;
  margin-top: 10px !important;
  font-size: 0.9rem !important;
  border-radius: 30px !important;
  padding: 10px 20px !important;
  text-transform: uppercase !important;
  transition: 0.5s !important;
  font-weight: bold !important;
  border: 2px solid #63764c !important;
  color: #63764c !important;
  text-align: center !important;
  background-color: transparent !important;
}
.add_to_cart_button:hover,
.ff-btn-submit:hover {
  border: 2px solid #DD5C01 !important;
  transition: 0.5s !important;
  color: #DD5C01 !important;
}
.woocommerce .add_to_cart_button {
  padding: 20px !important;
}
.woocommerce a.button,
.woocommerce a.button:hover,
.woocommerce button.button,
.woocommerce button.button:hover {
  all: unset;
  cursor: pointer;
}
.session-date {
  font-weight: bold;
  margin: 0;
}
.tutor-card-body #pricing {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tutor-card-body #pricing li {
  margin-bottom: 40px;
}
.woocommerce li.product h2.woocommerce-loop-product__title,
.tutor-card-body h2 {
  font-size: 1.5em !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
}
.tutor-dashboard-menu-my-quiz-attempts {
  display: none;
}
.ptutor-icon.facebook {
  background: url('images/icones/facebook.png') no-repeat;
  width: 25px;
  height: 25px;
  background-size: contain;
}
.ptutor-icon.visios {
  background: url('images/icones/visios.png') no-repeat;
  width: 25px;
  height: 25px;
  background-size: contain;
}
.ptutor-icon.qr {
  background: url('images/icones/qr.png') no-repeat;
  width: 25px;
  height: 25px;
  background-size: contain;
}
.coaching {
  margin: 0;
  margin-bottom: 20px;
  background-color: #e5e9da;
  padding: 20px;
  border-radius: 30px;
}
.coaching.active {
  background-color: #D4D788;
}
.coaching p,
.coaching h3 {
  margin: 0;
}
@media all and (min-width: 1081px) {
  a#pull {
    display: none;
  }
}
@media all and (max-width: 1080px) {
  nav#main_menu {
    pointer-events: none;
  }
  nav#main_menu div.menu-menu-principal-container ul#menu-menu-principal {
    pointer-events: auto;
    display: none;
    flex-direction: column;
    padding: 50px 0;
    background: #e5e9da;
    position: fixed;
    top: 0;
    right: 0;
    width: 75%;
    height: 100%;
  }
  nav#main_menu div.menu-menu-principal-container ul#menu-menu-principal li {
    display: block;
    padding: 5px 0;
    margin: 0;
  }
  nav#main_menu div.menu-menu-principal-container ul#menu-menu-principal li a {
    padding: 5px 15px;
    display: block;
  }
  nav#main_menu div.menu-menu-principal-container ul#menu-menu-principal li.highlight a {
    background-color: #DD5C01;
    color: #fff;
    border-radius: 0;
  }
  nav#main_menu div.menu-menu-principal-container ul#menu-menu-principal li.highlight a:hover {
    background-color: #63764c;
    color: #fff;
  }
  a#pull {
    display: block;
    background: url('images/menu.webp') no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 10px;
    background-size: contain;
    z-index: 9999;
  }
}
@media all and (max-width: 850px) {
  ul#pproducts > li {
    flex: 1;
    min-width: 45%;
    max-width: 50%;
  }
}
@media all and (max-width: 765px) {
  #mainHeader {
    height: 60px;
  }
  .is-style-boxed {
    width: 100%;
  }
  .wrapped {
    width: 100%;
    padding: 20px;
  }
  .is-layout-flex {
    gap: 0.5em !important;
  }
  .is-style-boxed .wp-block-group-is-layout-flex {
    flex-direction: column;
  }
  .wp-block-spacer {
    max-height: 30px;
  }
  .wp-block-cover__inner-container {
    padding: 20px;
  }
  #page ul {
    margin-left: 20px;
  }
  #page h1 {
    font-size: 2.8rem;
    line-height: 1em;
    margin-bottom: 30px;
  }
  #page h1 strong,
  #page h1 b {
    background: linear-gradient(#DD5C01 60%, transparent 60%);
    background-repeat: no-repeat;
    background-position: 0 0.3em;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    border-radius: 70px;
    padding: 0 10px;
  }
  #page h1 strong:after,
  #page h1 b:after {
    display: none;
  }
  #page h2,
  #page .tutor-dashboard-title,
  #page .tutor-fs-5 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 1.8em;
    line-height: 1em;
  }
  #page h2 b,
  #page .tutor-dashboard-title b,
  #page .tutor-fs-5 b,
  #page h2 strong,
  #page .tutor-dashboard-title strong,
  #page .tutor-fs-5 strong {
    background: linear-gradient(#D4D788 60%, transparent 60%);
    background-repeat: no-repeat;
    background-position: 0 0.3em;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    border-radius: 70px;
    padding: 0 10px;
  }
  #page h2 b::after,
  #page .tutor-dashboard-title b::after,
  #page .tutor-fs-5 b::after,
  #page h2 strong::after,
  #page .tutor-dashboard-title strong::after,
  #page .tutor-fs-5 strong::after {
    display: none;
  }
  ul#pproducts {
    display: flex;
    flex-direction: column;
  }
  ul#pproducts > li {
    flex: 1;
    width: 100%;
    max-width: 100%;
  }
  footer#mainFooter {
    padding: 20px;
  }
  footer#mainFooter .flex {
    flex-direction: column;
  }
  footer#mainFooter .flex .aligncenter {
    text-align: left !important;
    margin: 0;
  }
}
.kzwl-already-subscribed {
  font-size: 0.8em;
  color: #fff;
  text-transform: none;
}
.kzwl-already-subscribed .kzwl-checkmark {
  color: #fff;
}
code {
  font-family: 'Lato', sans-serif;
}
.big {
  font-size: 1.2em !important;
}
.kzwl-waitlist-button,
.kzwl-waitlist-button:hover {
  all: unset !important;
  cursor: pointer !important;
  text-align: center;
}
.withoutspace {
  padding: 0;
  margin: 0;
}
.withoutspace div {
  padding: 0;
  margin: 0 auto;
}
