/*
Theme Name:  Attraptemps
Theme URI:   http://starterdivi.kinsta.cloud
Version:     1.0
Description: Theme Enfant Divi
Author:      adminAT66
Author URI:  http://starterdivi.kinsta.cloud
Template:    Divi
*/

/*- Add any CSS custom code for this child theme below this line -*/

/*=== Css Générale ===*/
body,
html {
  overflow-x: hidden;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 18px;
  text-transform: uppercase;
}

.light h1,
.light h2,
.light h3,
.light h4,
.light h5 {
  color: #fff;
}

/* classes personnalisées qui désigneront l'ordre
   des colonnes dans la ligne de la flexbox */
.first-on-mobile {
  -webkit-order: 1;
  order: 1;
}

.second-on-mobile {
  -webkit-order: 2;
  order: 2;
}

.third-on-mobile {
  -webkit-order: 3;
  order: 3;
}

.fourth-on-mobile {
  -webkit-order: 4;
  order: 4;
}

/* ajoute une marge à la dernière colonne */
.custom_row:last-child .et_pb_column:last-child {
  margin-bottom: 30px;
}

/* COOKIE NOTICE */
.cn-button.bootstrap {
  color: #fff;
  background: #666;
}

/* COMPTE */
body:not(.logged-in) .hide-for-logged-out {
  display: none !important;
}

body.logged-in .hide-for-logged-in {
  display: none !important;
}

.entry-summary .entry-title {
  padding-bottom: 14px !important;
  padding-top: 14px !important;
}

/* PANIER DYNAMIQUE */

.xoo-wsc-basket {
  z-index: 499 !important;
}

.xoo-wsc-shipping,
.xoo-wsc-total-sales {
  display: none !important;
}

/*=== Slider Répéteur Snippet Accueil ===*/

#slider-repeteur .slider {
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
}

#slider-repeteur .slide_viewer {
  min-height: 500px;
  overflow: hidden;
  position: relative;
}

#slider-repeteur .slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

#slider-repeteur .slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

#slider-repeteur .slide:first-child {
  display: block;
}

#slider-repeteur .titre h1,
#slider-repeteur .surtitre p,
#slider-repeteur .texte p {
  text-align: center;
  line-height: 1;
  margin: 0.5em 0;
}

.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  bottom: 0;
}

a.slide_btn {
  color: rgba(255, 255, 255, 0.5);
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active,
.slide_btn:hover {
  color: #ffffff;
  cursor: pointer;
}

/*=== MEDIA QUERIES ===*/
/* iPad Pro/Air 11" */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 18px;
  }
}

/* iPhone 6 & > */
@media all and (max-width: 940px) {
  h1 {
    font-size: 28px !important;
  }

  /*h2 {font-size: 25px !important;}*/
  h3 {
    font-size: 20px !important;
  }

  h4 {
    font-size: 20px !important;
  }

  h5 {
    font-size: 20px !important;
  }

  #customer_login h2 {
    font-weight: 500 !important;
    font-size: 20px !important;
  }
}

#g-section:nth-child(1n) .column-one {
  order: 1;
}

#g-section:nth-child(1n) .column-two {
  order: 2;
}

#g-section:nth-child(2n) .column-one {
  order: 2;
  margin-right: 0%;
}

#g-section:nth-child(2n) .column-two {
  order: 1;
  margin-right: 5.5% !important;
}

#g-section {
  width: 100%;
  padding: 5em 0;
  min-height: 400px;
}

#g-section:nth-child(1n) .illustration-section {
  position: absolute;
  right: 75%;
  top: -4.8em;
}

#g-section:nth-child(2n) .illustration-section {
  position: absolute;
  right: 8%;
  top: -4.8em;
}

#g-section .texte p {
  line-height: 1.6em;
}

#g-section .bg-titre {
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 7em;
  display: inline-block;
  margin-bottom: 0.8em;
}

#g-section .s_titre {
  color: #b8d561;
  font-size: 1.3em;
  text-transform: uppercase;
  margin-bottom: 0em;
  display: inline-flex;
}

#g-section .titre {
  color: #263d56;
  font-size: 3em;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 800;
  display: inline-flex;
}

#g-section .titre p {
  margin: 0;
  line-height: 1;
}

#g-section .column-one {
  border-radius: 30px;
}

#g-section .bouton {
  color: #263d56;
  border-radius: 30px;
  border: 2px solid #b8d561;
  font-weight: bold;
  padding: 0.3em 1em;
  font-size: 1.3em;
  margin-top: 1em;
  display: table;
}

#g-section ul br {
  display: none;
}

#g-section ul li {
  list-style: none;
  line-height: 1.8em;
}

#g-section ul li::before {
  content: "•";
  color: #b8d561;
  font-size: 35px;
  display: inline-block;
  width: 0.5em;
  margin-left: -0.5em;
  margin-top: -0.1em;
  position: absolute;
}

/* G-section sur 1 colonne */
#g-section.one-col {
  flex-direction: column;
  border-radius: 30px;
  padding: 2em 0;
  margin: 2em 0;
}

#g-section.one-col .column-one {
  width: 100%;
  background-image: none;
}

#g-section.one-col .column-two {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#g-section.one-col .titre {
  margin-top: 1em;
  width: 100%;
}

#g-section.one-col .titre p {
  width: 100%;
  text-align: center;
}

#g-section.one-col .bg-titre {
  padding-left: 7em;
  background-position: center;
  width: 100%;
}

#g-section.one-col .bg-titre .titre {
  width: 55%;
  display: flex;
  margin: 1em auto 0em auto;
}

#g-section.one-col .texte {
  padding: 0 4em 2em 4em;
  width: 100%;
  text-align: center;
}

#g-section.one-col .s_titre {
  width: 100%;
  margin-bottom: 1em;
}

#g-section.one-col .s_titre p {
  width: 100%;
  text-align: center;
}

#g-section .image-one-col {
  display: none;
}

#g-section.one-col .image-one-col {
  display: flex;
  border-radius: 30px;
  width: 100%;
  max-height: 350px;
  object-fit: cover;
}

/* Icon de raccourcis de page */
#raccourci .et_pb_text_inner {
  display: inline-flex;
  justify-content: center;
  width: 100%;
}

#raccourci .raccourcis-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 3em 0.5em 1em 0.5em;
  flex: 1;
  max-width: 150px;
}

#raccourci .raccourcis-list .titre {
  margin-top: 10px;
  color: #263d56;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  min-height: 45px;
}

/*----------Alignement vertical-----------*/
.centrer-verticalement {
  display: flex;
  flex-direction: column;
  justify-content: center;

  /* Et les déclinaisons avec préfixes pour obtenir un résultat homogène sur les divers navigateurs  */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}

/* --------------------------------------  */
/*                COL & ROW                */
/* --------------------------------------  */

#content-info .row {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#content-info .col {
  flex: 1 1 8%;
  margin: 0 0 1rem 0;
  /* padding: 0.5em 10px; */
  box-sizing: border-box;
}

#content-info .row .row,
#content-info .row.nested {
  flex: 1 1 auto;
  margin-top: -0.5em;
}

/* Full-Witdth 100% Grilles */
#content-info .row.wide-fit {
  margin-left: -10px;
  margin-right: -10px;
}

/* Centrer les grilles */
#content-info .row.center {
  justify-content: center;
}

#content-info .center .col {
  flex-grow: 0;
  flex-shrink: 0;
}

/* Largeur colonnes */

#content-info .col-span-1 {
  flex-basis: 8.3333%;
}

#content-info .col-span-2 {
  flex-basis: 16.6666%;
}

#content-info .col-span-3 {
  flex-basis: 25%;
}

#content-info .col-span-4 {
  flex-basis: 33.3333%;
}

#content-info .col-span-5 {
  flex-basis: 41.6666%;
}

#content-info .col-span-6 {
  flex-basis: 50%;
}

#content-info .col-span-7 {
  flex-basis: 58.3333%;
}

#content-info .col-span-8 {
  flex-basis: 66.6666%;
}

#content-info .col-span-9 {
  flex-basis: 75%;
}

#content-info .col-span-10 {
  flex-basis: 83.3333%;
}

#content-info .col-span-11 {
  flex-basis: 91.6666%;
}

#content-info .col-span-12 {
  flex-basis: 100%;
}

/* Exemples */

#content-info .fixed-width {
  flex: 0 0 500px;
}

@media all and (max-width: 568px) {
  #content-info .col-span-1,
  #content-info .col-span-2,
  #content-info .col-span-3,
  #content-info .col-span-4,
  #content-info .col-span-5 {
    flex-basis: 50%;
  }

  #content-info .col-span-6,
  #content-info .col-span-7,
  #content-info .col-span-8,
  #content-info .col-span-9,
  #content-info .col-span-10,
  #content-info .col-span-11 {
    flex-basis: 100%;
  }

  #content-info .nested .col {
    flex-basis: 100%;
  }
}

#content-info .row {
}

#content-info .col {
}

#content-info span {
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  display: table-cell;
  color: #666;
  border-radius: 15px;
  padding-top: 10px;
}

#content-info span:first-child {
  padding-top: 0px;
}

#content-info h3 {
  font-weight: 200;
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  margin-top: 15px;
}

/* A SUPPRIMER MISE EN FORME */
#content-info .row {
  /*float: center;*/
  /*background-color: #cccccc;*/
  /*background-color: rgba(0,0,0,0.1);*/
}

#content-info .col {
  /*background-color: #999999;*/
  /*background-color: rgba(0,0,0,0.2);*/
  /*background-clip: content-box;*/
  /*border: 1px solid rgba(0,0,0,0.1);*/
}

/* ---------------------------------------
             Custom code
---------------------------------------  */

/* Général */
h1 {
  font-weight: 900;
}

h2 {
  font-weight: 800;
}

#header-buttons .row {
  margin-top: unset;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
}

a:hover {
  font-weight: 900;
  transition: 0.3s;
}

.bg-color-primary {
  background-color: #15487d;
}

.color-primary {
  color: #15487d !important;
}

.color-error {
  color: #d32a18 !important;
}

.color-warning {
  color: #d39a18 !important;
}

.image-title {
  position: absolute;
}

.page-title {
  margin-left: 40px;
}

.nav li ul {
  border-top: 3px solid #15487d;
}

.et_mobile_menu {
  border-top: 3px solid #15487d;
}

.color-warning ul li {
  list-style-type: "✓";
  padding-inline-start: 1ch;
  color: #0e1a26;
}

/* Post */
.article-title {
  font-weight: bolder;
  font-size: 20px;
  margin-top: 30px;
}

.article-short-description {
  color: #a6a6a6;
  font-weight: bold;
  font-size: 10px;
}

.article-bloc img {
  max-width: 100%;
  width: 100%;
  height: 153px;
  object-fit: cover;
}

/* Events */
.bloc-events {
  color: white;
  display: inline-flex;
  width: 100%;
}

.bloc-events .event-title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: unset;
}

.bloc-events .event-date {
  font-style: italic;
  font-size: 13px;
  text-align: right;
  width: 100%;
}

.table-events {
  color: black;
  /* display: inline-flex; */
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin-left: unset;
  margin-right: unset;
  width: 100%;
}

/* Table events */
.table-events .event-code {
  text-transform: uppercase;
  font-weight: bold;
  width: 15%;
}

.table-events .event-title {
  font-style: italic;
  width: 15%;
}

.table-events .event-date {
  font-style: italic;
}

.table-events .event-link {
  float: right;
}

.table-events .event-description {
  text-align: justify;
}

.js-show-description-event {
  border: unset;
  padding: 5px 14px;
  background-color: #ededed;
  font-weight: 500;
  cursor: pointer;
}

.js-show-description-event:hover {
  background-color: #d6d6d6;
}

.incomplete-profile {
  color: #d39a18;
  font-size: small;
  font-weight: 900;
}

.show-description {
  display: block !important;
  overflow: hidden;
  transition: height 300ms;
}

/* Membres of the office */
.section-membres p,
.section-coachs p {
  text-align: center;
  line-height: 1.3em;
}

.section-membres img {
  max-width: 55%;
  height: auto;
  width: 200px;
  border-radius: 0 0 0 40px;
  overflow: hidden;
  box-shadow: -21px 18px 2px 4px #ededed;
  transform: skewX(-3deg) skewY(-3deg);
  text-align: center;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}

.section-membre .et_pb_image_wrap,
.section-coachs .et_pb_image_wrap {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.section-membre .box-shadow-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

.container-members {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: auto;
  margin-block-end: 30px;
}

.display-membres .et_pb_code_inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

/* Coaches */
.section-coachs h1,
.section-coachs h2,
.section-coachs h3 {
  font-weight: 900;
}

.section-coachs .coach-image {
  max-width: 40%;
  width: 190px;
  height: auto;
  border-radius: 0 0 0 30px;
  overflow: hidden;
  transform: skewX(-3deg) skewY(-3deg);
  text-align: center;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}

.section-coachs-title {
  margin-bottom: 30px;
}

.coach-container-photo {
  text-align: center;
  color: white;
  font-size: 50px;
  font-weight: 900;
}

.section-coachs .page-title {
  margin-left: 38px;
}

.section-coachs .image-title {
  top: 21px;
}

.coach-container-photo .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.coach-description {
  font-size: 10px;
  margin-bottom: 15px;
}

.coach-name-container {
  margin-bottom: 0px !important;
  margin-top: 20px;
}

#content-info .et_pb_image_wrap {
  display: block !important;
}

.btn-primary {
  color: #ffffff !important;
  border-radius: 100px;
  font-size: 14px;
  background-color: #15487d;
  border: none;
  padding: 10px;
  white-space: nowrap;
  transition: 0.3s;
}

.btn-primary:hover {
  background-color: #0e1a26;
}

.btn-ressources {
  color: #ffffff !important;
  border: none;
  border-radius: 100px;
  font-size: 14px;
  background-color: #15487d;
  margin-left: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.btn-success {
  color: #ffffff !important;
  font-size: 14px;
  background-color: #10bb9f;
  border: none;
  border-radius: 20px;
  padding: 10px;
  white-space: nowrap;
  /* -webkit-box-shadow: 2px 5px 16px 0px #0B325E, 5px 5px 15px 5px rgba(0,0,0,0);
	box-shadow: 2px 5px 16px 0px #0B325E, 5px 5px 15px 5px rgba(0,0,0,0); */
}

/* Informations */
.bloc-infos {
  color: black;
  display: inline-flex;
  width: 100%;
}

.bloc-infos .infos-title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: unset;
}

.bloc-infos .infos-content {
  font-style: italic;
  font-size: 13px;
  text-align: right;
  width: 100%;
}

.container-enfant {
  margin-bottom: 10px;
}

.bloc-enfant {
  border: 2px solid #15487d !important;
  background-color: #fff !important;
}

.bloc-enfant .infos-title {
  min-width: 100px;
}

.bloc-enfant h5 {
  color: #15487d !important;
  font-weight: 600;
}

.et_pb_toggle_title:before {
  content: "\e050";
  position: absolute;
  right: 0;
  font-size: 16px;
  color: #15487d;
  top: 50%;
  margin-top: -0.5em;
}

.et_pb_toggle_open .et_pb_toggle_title:before {
  content: "\e04f";
}

.files-item {
  position: relative;
  margin: 10px;
  flex-basis: calc(33.333% - 20px);
  padding: 0;
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 10%);
  transition: all 0.1s ease-in-out;
  border-radius: 3px;
  background: #fff;
}

.item-add {
  background: #10bb9f !important;
  color: #fff !important;
}

.item-pay {
  background: #d32a18 !important;
  color: #fff !important;
}

.files-item .item-meta {
  margin: 0;
  font-size: 13px;
  position: relative;
  padding: 10px 15px;
}

.files-item .item-title {
  display: block;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.item-add .item-title,
.item-pay .item-title {
  color: #fff !important;
}

.files-item .item-icon {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #15487d;
}

.item-add .item-icon,
.item-pay .item-icon {
  color: #fff !important;
}

.form-contact-text {
  color: #ededed;
}

.webcam-lesangles ul {
  justify-content: center;
}

ul.et_pb_tabs_controls {
  background-color: white;
}

.et_pb_tabs_controls li {
  border-right: none;
}

.et_pb_tabs_controls .et_pb_tab_active {
  border: 1px solid #15487d;
}

ul.et_pb_tabs_controls:after {
  border: none;
}

#adhesion-section h2 {
  font-weight: 800;
}

/* ---------------------------------------
            Formulaires ACF
---------------------------------------  */
.acf-fields > .acf-field,
.acf-fields > .acf-field:first-child {
  border-top: none !important;
}

.acf-field .acf-field-repeater .acf-field-62e392fdbeed2 {
  display: none !important;
}

.acf-fields > .acf-field-group,
.acf-fields > .acf-field-repeater,
.acf-fields > .acf-field-62e3904adcc51 {
  border-top: 1px solid #0e1a26 !important;
}

.acf-fields > .acf-field-6346bc202a6e6 {
  border-top: none !important;
}

.acf-fields.-border,
.acf-field[data-width] + .acf-field[data-width] {
  border: none !important;
}

.af-field-parent-1 .acf-field input[type="text"],
.af-field-parent-2 .acf-field input[type="text"] {
  background-color: #ededed;
  border: none;
  color: #4e4e4e;
  padding: 10px !important;
  border-radius: 10px;
}

.acf-table * {
  background: transparent !important;
}

.acf-field p.description span {
  color: black;
}

.acf-field.acf-accordion .acf-label.acf-accordion-title {
  /* background-color: #15487D !important; */
  color: #0e1a26;
}

.acf-field.acf-accordion .acf-label.acf-accordion-title label {
  font-size: large;
  font-weight: 800;
  cursor: pointer;
  transition: 0.5s;
  text-decoration: underline;
}

.acf-field.acf-accordion .acf-label.acf-accordion-title label:hover {
  letter-spacing: 2px;
}

.dashicons-arrow-right:before {
  content: "\f345" !important;
}

.acf-row,
.acf-table,
.acf-table tbody {
  border: none !important;
}

.acf-repeater .acf-row-handle.order + td {
  border-right: none !important;
  border-left: none !important;
  border-bottom: none !important;
  border-top: 20px solid white !important;
}

.acf-file-uploader .hide-if-value p,
.acf-image-uploader .hide-if-value p {
  font-size: small;
}

.acf-repeater > table {
  margin-bottom: 10px;
  background: #f6f6f6 !important;
}

.acf-repeater .acf-row-handle.order,
.acf-repeater .acf-row-handle.remove {
  background: rgba(255, 255, 255, 1) !important;
  color: rgba(0, 0, 0, 0) !important;
  border: none;
}

.acf-repeater > table {
  background: #fff !important;
}

.acf-repeater .acf-row {
  background: #ededed !important;
}

.af-field-type-repeater .acf-row {
  border-bottom: 1px solid #ededed;
}

a.acf-button {
  color: #fff;
  padding: 7px 20px;
  border: unset;
  background-color: #0e1a26 !important;
  border-radius: 20px;
  font-size: small;
  white-space: nowrap;
}

a.acf-button:hover {
  background-color: #293440 !important;
}

.acf-field-text {
  padding: 5px;
}

.customer-info-edition .acf-row[data-id="row-1"] td,
acf-actions {
  margin-top: 20px;
}

.acf-title-section-1 > .acf-label label,
.acf-title-section-2 > .acf-label label {
  font-weight: 900 !important;
  font-size: x-large;
}

.acf-title-section-1 > .acf-label label:before {
  content: url("https://skilesangles.attraptemps.dev/wp-content/uploads/2022/10/icon_titulaire.svg");
  margin-right: 15px;
}

.acf-title-section-2 > .acf-label label:before {
  content: url("https://skilesangles.attraptemps.dev/wp-content/uploads/2022/10/icon_membres.svg");
  margin-right: 15px;
}

div.af-success {
  margin-right: 339px;
}

.acf-title-section-1 > .acf-label p,
.acf-title-section-2 > .acf-label p {
  font-size: small;
  margin-left: 40px;
}

.acf-repeater .acf-actions .acf-button {
  float: left !important;
  margin-top: 20px;
  margin-left: 25px;
}

button.acf-button {
  background-color: #15487e;
  color: white;
  padding: 7px 20px;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 20px;
}

button.acf-button:hover {
  background-color: #293440;
}

/* Radio Button / Check boxes */
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  width: 20px;
  height: 20px;

  background-color: #ffffff;
  border: 2px solid #0e1a26;
  transition: 0.2s all linear;
  border-radius: 50%;
}

input[type="radio"]:checked {
  background-color: #ffffff;
  border: 7px solid #0e1a26;
}

/* End radio button / Check boxes */

.customer-info-edition .acf-field-repeater[data-name="licenses-enfants"] {
  display: none !important;
}

.customer-info-edition .acf-row[data-id="row-1"] td,
.customer-info-edition .acf-row[data-id="row-3"] td,
.customer-info-edition .acf-row[data-id="row-5"] td,
.customer-info-edition .acf-row[data-id="row-7"] td {
  /*background-color: #EDEDED !important;*/
}

.acf-repeater .acf-row:hover > .acf-row-handle .acf-icon.-plus,
.acf-repeater .acf-row.-hover > .acf-row-handle .acf-icon.-plus,
.acf-repeater .acf-row:hover > .acf-row-handle .acf-icon.-duplicate,
.acf-repeater .acf-row.-hover > .acf-row-handle .acf-icon.-duplicate {
  display: none !important;
}

.af-field-enfants .acf-field input[type="text"] {
  background-color: white !important;
  border: none;
  color: #4e4e4e;
  padding: 10px !important;
  border-radius: 10px;
}

.acf-icon.dark {
  color: #333333 !important;
}

/* ---------------------------------------
            Search & Filters
---------------------------------------  */

.sf-field-submit input {
  color: #ffffff;
  border-radius: 100px;
  font-weight: 600;
  border: unset;
  padding: 5px 20px;
  font-size: 15px;
  height: 35px;
}

#bloc-stages .sf-field-submit input {
  background-color: #15487d;
  cursor: pointer;
}

#bloc-stages .sf-field-submit input:hover {
  background-color: #0e1a26;
}

#bloc-courses .sf-field-submit input {
  background-color: #d32a18;
  cursor: pointer;
}

#bloc-courses .sf-field-submit input:hover {
  background-color: #7c0b00;
}

.sf-input-date {
  border: unset !important;
  background-color: #ededed !important;
  border-radius: 20px;
  margin-bottom: 10px !important;
  padding: 0 6px !important;
  border: 5px solid #ededed;
  color: #858588 !important;
  font-size: 12px;
  height: 30px;
}

#sf-filters form > ul {
  padding: 0 0 1em 0;
}

#sf-filters ul li {
  display: inline-flex;
  padding: 0 1em 0 0;
}

ul.sf_date_field {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}

ul .sf-level-0,
.sf_date_field li {
  display: block !important;
  padding: unset !important;
}

.searchandfilter select.sf-input-select {
  min-width: 220px;
  height: 30px;
  border-radius: 20px;
  border: unset;
  background-color: #ededed;
  color: #858588 !important;
  font-size: 12px;
  padding: 0 6px !important;
  border: 5px solid #ededed;
}

@media only screen and (min-width: 768px) and (max-width: 940px) {
  .searchandfilter select.sf-input-select {
    min-width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  #sf-filters ul li {
    display: block;
    padding: 10px 0;
  }

  ul.sf_date_field {
    padding: 0;
  }

  .searchandfilter h4 {
    font-size: 15px !important;
  }

  .searchandfilter select.sf-input-select {
    width: 100% !important;
  }

  .searchandfilter label {
    display: block;
  }

  .search-filter-results .table-events {
    padding-top: 0px !important;
    margin-top: 0px !important;
  }

  li.sf-field-reset {
    text-align: right;
    padding: 0 !important;
  }
}

/* --------------------------------------  */
/*            CAROUSEL PARTNER             */
/* --------------------------------------  */

/*Partenire : Carousel */
#carousel-partenaires .slick-arrow {
  position: absolute;
  bottom: 43%;
  z-index: 99;
  font-size: 0;
  transition: 0.3s linear;
  height: 30px;
  width: 30px;
}

#carousel-partenaires .slick-prev {
  left: -15px;
}

#carousel-partenaires .slick-prev:before {
  font-family: ETmodules !important;
  font-weight: 600;
  font-size: 50px !important;
  content: "\34";
  position: absolute;
  left: -20px;
  color: #d2d2d2;
  top: 0;
}

#carousel-partenaires .slick-next {
  right: -15px;
}

#carousel-partenaires .slick-next:before {
  font-family: ETmodules !important;
  font-weight: 600;
  font-size: 50px !important;
  content: "\35";
  position: absolute;
  left: 0px;
  color: #d2d2d2;
  top: 0;
}

#slider-partenaire-logo {
  display: inline-flex;
  overflow-x: scroll;
  overflow-y: hidden;
  align-items: center;
}

#slider-partenaire-logo a {
  display: inline-flex;
  margin-right: 2em;
  height: 250px;
  width: 350px;
}

#slider-partenaire-logo .images {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: flex;
  align-items: center;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  /*min-width: 5550px !important;*/
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  max-height: 240px;
  /*height: 180px;
    width: 260px !important;*/
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  min-height: 1px;
  max-height: 100px;
  object-fit: cover;
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}

.slick-slide img:hover {
  -webkit-filter: grayscale(0%);
  /* Chrome, Safari, Opera */
  filter: grayscale(0%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media only screen and (max-width: 767px) {
  .previous_btn {
    left: 50px;
  }

  .next_btn {
    right: 50px;
  }
}

/* ---------------------------------------
             Link blog post
---------------------------------------  */
.button {
  padding: 0.7em 1em !important;
  background-color: #15487d;
  color: #ffffff;
  font-size: 15px;
  box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 30%);
}

.button:before {
  content: attr(data-icon);
  line-height: inherit;
  font-size: inherit !important;
  opacity: 1;
  margin-right: 0.5em !important;
  right: auto;
  display: inline-block;
  font-family: FontAwesome !important;
  font-weight: 400 !important;
}

/* ---------------------------------------
             Newsletter form
---------------------------------------  */
.newsletter .gform_wrapper.gravity-theme input[type="email"] {
  background-color: #ffffff;
  border: none;
  border-radius: 30px 0 0 30px !important;
  padding: 10px 15px !important;
}

form#gform_2 .gform_footer .gform_button {
  background-color: #0f1926 !important;
  margin: 0px;
  border-radius: 0 30px 30px 0 !important;
  padding: 8px 15px !important;
}

form#gform_2 {
  display: flex;
  align-items: flex-start;
}

form#gform_2 .gform_footer {
  margin: 0px;
  padding: 0px;
}

form#gform_2 input[type="email"] {
  border-radius: 10px 0px 0px 10px;
}

/* ---------------------------------------
             Responsive
---------------------------------------  */
/* iPad Pro/Air 11" */
@media all and (max-width: 1180px) {
  .acf-field-62ea83cb40477,
  .acf-field-62ea839040476 {
    width: 100% !important;
  }

  div.af-success {
    margin-bottom: 50px !important;
  }
}

/* iPhone 6 & > */
@media all and (max-width: 940px) {
  .acf-field {
    width: 100% !important;
  }

  .acf-title-section-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  div .acf-form-submit {
    display: flex;
    justify-content: center;
  }

  .bloc-infos .et_pb_column_1_4 {
    width: 50% !important;
  }

  div.af-success {
    margin-right: 30px;
    margin-left: 40px;
    margin-bottom: auto;
  }
}

@media all and (max-width: 568px) {
  /* Coaches */
  .section-membres img {
    max-width: 100%;
    height: auto;
    width: 130px;
    border-radius: 0 0 0 60px;
    overflow: hidden;
    box-shadow: -21px 18px 2px 4px #ededed;
    transform: skewX(-3deg) skewY(-3deg);
    text-align: center;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .section-coachs .coach-image {
    max-width: 100%;
    width: 100px;
    height: auto;
    border-radius: 0 0 0 30px;
    overflow: hidden;
    transform: skewX(-3deg) skewY(-3deg);
    text-align: center;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* ---------------------------------------
            Woocommerce
---------------------------------------  */

.cart-subtotal {
  display: none !important;
}

a.showlogin {
  text-decoration: underline;
}

.woocommerce .woocommerce-info {
  padding: 5px 10px !important;
}

@media all and (max-width: 940px) {
  h2.wc-block-mini-cart__title {
    font-size: 1em;
    margin: 40px 16px 0;
  }

  .main_title {
    margin-bottom: 0;
  }

  body:not(.et-tb) #main-content .container,
  body:not(.et-tb-has-header) #main-content .container {
    padding-top: 0px;
  }

  .woocommerce-page div.product form.cart div.quantity,
  .woocommerce div.product form.cart div.quantity {
    margin: 0 0 20px 0 !important;
    width: 100%;
  }

  .woocommerce div.product form.cart .button {
    width: 100%;
  }

  .et_pb_wc_add_to_cart .quantity input.qty {
    min-width: 100% !important;
  }

  .woocommerce-notices-wrapper {
    text-align: center !important;
  }

  .woocommerce-message a.button.wc-forward,
  .woocommerce-error a.button.wc-forward {
    font-size: 1em !important;
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 10px !important;
  }

  .woocommerce a.button,
  .woocommerce.et-db #et-boc .et-l a.button,
  .woocommerce-page.et-db #et-boc .et-l a.button {
    font-size: 1.2em !important;
    background-color: #d32a18 !important;
    width: 100% !important;
    text-align: center;
  }

  .woocommerce
    a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    font-size: 0.7em !important;
  }

  .woocommerce a.button.product_type_variable.add_to_cart_button {
    font-size: 0.7em !important;
  }

  .et-db
    #et-boc
    .et-l
    .et_pb_shop_0_tb_body.et_pb_shop
    .woocommerce
    ul.products
    li.product
    .price
    .amount {
    font-size: 0.8em !important;
  }

  .home.et-db
    #et-boc
    .et-l
    .et_pb_shop_0_tb_body.et_pb_shop
    .woocommerce
    ul.products
    li.product
    .price
    .amount {
    font-size: 1.4em !important;
  }

  .home h2.woocommerce-loop-product__title {
    font-size: 1.4em !important;
    min-height: auto;
  }

  .home .woocommerce .add_to_cart_button {
    display: none !important;
  }

  .woocommerce a.remove {
    width: 100%;
    text-align: right;
  }

  .woocommerce a.remove:hover {
    color: red !important;
    background: transparent;
  }

  .woocommerce-page .quantity input.qty,
  .woocommerce .quantity input.qty {
    color: #0c71c3;
    font-size: 1em;
    font-weight: 600;
    padding: 10px;
    width: 35% !important;
  }

  .woocommerce-page table.cart td.actions .coupon .input-text + .button {
    width: 100%;
    font-size: 0.8em !important;
  }

  .woocommerce #content input.button,
  .woocommerce #content input.button.alt,
  .woocommerce #respond input#submit,
  .woocommerce #respond input#submit.alt,
  .woocommerce-page #content input.button,
  .woocommerce-page #content input.button.alt,
  .woocommerce-page #respond input#submit,
  .woocommerce-page #respond input#submit.alt,
  .woocommerce-page a.button,
  .woocommerce-page a.button.alt,
  .woocommerce-page button.button,
  .woocommerce-page button.button.alt,
  .woocommerce-page button.button.alt.disabled,
  .woocommerce-page input.button,
  .woocommerce-page input.button.alt,
  .woocommerce a.button,
  .woocommerce a.button.alt,
  .woocommerce button.button,
  .woocommerce button.button.alt,
  .woocommerce button.button.alt.disabled,
  .woocommerce button.button:disabled,
  .woocommerce button.button:disabled[disabled],
  .woocommerce input.button,
  .woocommerce input.button.alt {
    font-size: 0.8em !important;
  }

  h2.woocommerce-loop-product__title {
    min-height: 50px;
  }

  .select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    font-weight: normal !important;
    font-size: 13px;
    color: #858588 !important;
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif !important;
  }

  .et-db #et-boc .et-l .et_pb_widget select,
  .orderby,
  .woocommerce div.product form.cart .variations td select {
    padding: 0 6px !important;
  }

  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    right: 4px !important;
  }

  .wpfFilterWrapper[data-filter-type] {
    padding: 0px !important;
  }

  button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    font-size: 1em !important;
  }
}

/********Filter product ************/
.et-db #et-boc .et-l .et_pb_widget select,
.orderby,
.woocommerce div.product form.cart .variations td select {
  height: 40px;
  padding: 0 15px;
  color: #858588 !important;
  border: 5px solid #ededed;
}

#search-filter-form-8522 input.sf-input-text {
  height: 40px;
  padding: 0 15px;
  color: #858588 !important;
  border: 5px solid #ededed;
  border-radius: 50px;
  width: 100%;
  background: #ededed;
}

#search-filter-form-8522 .sf-field-search * {
  width: 100%;
}

input.text:focus,
input.title:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
  border-color: transparent !important;
}

@media (max-width: 980px) {
  .product .et_pb_column .et_pb_widget {
    width: 100% !important;
    margin-bottom: 20px !important;
  }

  .woocommerce-ordering {
    float: left !important;
  }

  .wpfFilterWrapper {
    margin-top: 0px !important;
    margin-bottom: 12px !important;
  }
}

.wpfFilterWrapper {
  margin-top: 0px;
  margin-bottom: 0px;
}

.woocommerce div.product form.cart .variations td {
  padding: 0 !important;
}

h2.woocommerce-loop-product__title {
  min-height: 42px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  font-weight: 300;
}

.select2-container .select2-selection--single {
  height: 40px;
  background-color: #ededed;
  border: none;
  border-radius: 20px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  padding-top: 5px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px;
  right: 10px;
}

.select2-dropdown {
  background-color: #ededed;
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
  margin-bottom: 10px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: left;
  font-weight: 700;
  font-size: 20px;
  color: #d32a18;
}

.wc-block-mini-cart__badge {
  background: #d32a18;
  border: 0.15em solid #d32a18;
  color: #ffffff;
}

input.text,
input.title,
input[type="email"],
input[type="password"],
input[type="tel"],
select,
textarea {
  background-color: #ededed;
  border: 1px solid transparent;
  border: none;
  border-radius: 20px !important;
  padding: 10px 20px;
}

.wc-block-components-price-slider {
  margin-bottom: 0;
}

.wc-block-components-price-slider__controls
  .wc-block-components-price-slider__amount {
  padding: 8px 15px;
}

del .woocommerce-Price-amount.amount bdi {
  color: #15487d !important;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  vertical-align: baseline;
}

.et_pb_wc_add_to_cart .quantity input.qty {
  min-width: 5em;
  padding: 10px;
}

.et_pb_wc_add_to_cart form.cart .variations td.value span:after {
  border-top-color: #15487d;
  height: 5px;
  margin-top: 0px;
  right: 18px;
}

.et_pb_tabs_controls .et_pb_tab_active {
  border: none;
}

.et_pb_tab_content h2 {
  display: none;
}

.et_pb_wc_tabs_0_tb_body.et_pb_tabs .et_pb_all_tabs .et_pb_tab {
  border-color: #d32a18 !important;
  border-top: 2px solid;
  background: #f5f5f5;
}

.et_pb_tabs_controls li a {
  padding: 5px 20px 5px 50px;
}

.et_pb_wc_tabs_0_tb_body.et_pb_tabs .et_pb_all_tabs .et_pb_tab p {
  font-size: 1.2em !important;
}

.et_pb_wc_tabs_0_tb_body .et_pb_tabs_controls li.et_pb_tab_active::before,
.et_pb_wc_tabs_1_tb_body .et_pb_tabs_controls li.et_pb_tab_active::before {
  font-family: ETmodules;
  content: "O";
  font-size: 16px;
  position: absolute;
  left: 20px;
  top: 5px;
  font-weight: 800;
  color: #ffffff;
}

.et_pb_wc_tabs_0_tb_body .et_pb_tabs_controls li::before,
.et_pb_wc_tabs_1_tb_body .et_pb_tabs_controls li::before {
  font-family: ETmodules;
  content: "P";
  font-size: 16px;
  position: absolute;
  left: 20px;
  top: 5px;
  font-weight: 800;
  color: #0c71c3;
}

body.woocommerce #content-area div.product .woocommerce-tabs .panel,
body.woocommerce div.product .woocommerce-tabs .panel h2 {
  display: none;
}

.et_pb_gutters3.et-db #et-boc .et-l .et_pb_column_2_5 .et_pb_widget {
  border-bottom: 1px solid #898989;
  padding-bottom: 20px;
}

.wc-block-components-price-slider__range-input-progress {
  --range-color: #15487d !important;
}

#woocommerce_product_search-2 .widgettitle {
  display: none;
}

#woocommerce_product_search-2 input {
  border: none;
  background-color: #ededed;
  padding: 10px 20px;
  border-radius: 30px 0 0 30px;
  width: 85%;
}

#woocommerce_product_search-2 button {
  background-color: #15487d;
  color: #ffffff;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  border: none;
  padding: 9px;
  border-radius: 0 30px 30px 0;
  width: 15%;
  margin-left: -5px;
}

.et-db #et-boc .et-l .et_pb_widget_area_left {
  border-right: none;
}

#main-content .container:before {
  width: 0px;
}

#left-area {
  width: 100%;
}

.woocommerce form.register,
.woocommerce form.login {
  border: unset !important;
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 20px;
}

#reg_email,
#reg_password,
span.password-input input,
.input-text#username,
.input-text#password,
.woocommerce-ResetPassword#user_login,
.woocommerce-Input,
input#coupon_code {
  border-radius: 10px !important;
}

input#coupon_code {
  padding: 5px;
  margin-left: 5px;
}

.woocommerce-MyAccount-content .color-error {
  font-weight: 800;
}

.woocommerce-MyAccount-content .btn-success {
  margin-top: 30px;
}

.woocommerce-form-row span em {
  font-size: x-small;
}

.woocommerce-EditAccountForm fieldset legend {
  font-size: x-large;
  font-weight: 800;
}

.woocommerce-EditAccountForm fieldset {
  margin-top: 35px;
}

#customer_login h2 {
  font-weight: 800;
  font-size: 40px;
}

.woocommerce-MyAccount-content li {
  list-style-type: "✓";
  padding-inline-start: 1ch;
}

.woocommerce .woocommerce-error {
  background: #d32a18;
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  background: #15487d;
}

.woocommerce-message a.button.wc-forward {
  background-color: #fff !important;
  color: #15487d !important;
}

.woocommerce-form-register__submit,
.woocommerce-form-login__submit,
.woocommerce-ResetPassword button,
.woocommerce-EditAccountForm button,
.single_add_to_cart_button,
.coupon button {
  color: #ffffff !important;
  border-radius: 100px;
  font-size: 16px;
  font-weight: bold !important;
  background-color: #15487d !important;
  border: unset;
  padding: 10px;
  white-space: nowrap;
  border-radius: 20px !important;
}

.woocommerce-form-register__submit:hover,
.woocommerce-form-login__submit:hover,
.woocommerce-ResetPassword button:hover,
.woocommerce-EditAccountForm button:hover,
.single_add_to_cart_button:hover,
.coupon button:hover {
  background-color: #4a525a !important;
}

button[name="update_cart"] {
  border-radius: 20px !important;
}

.woocommerce-privacy-policy-text p {
  font-size: x-small;
  margin-bottom: 15px;
}

.woocommerce-LostPassword {
  margin-top: 25px;
  font-size: small;
  text-decoration: underline;
}

.showcoupon {
  text-decoration: underline;
}

/* .wapf-field-group[data-group="p_1589"], */
.quantity.hidden,
.woocommerce-variation-availability {
  display: none !important;
}

.woocommerce div.product p.price,
.woocommerce-page div.product span.price {
  color: #293440;
}

.variations .label {
  padding: unset !important;
}

.reset_variations,
label .required,
.woocommerce-remove-coupon {
  color: #d32a18 !important;
}

.woocommerce-MyAccount-content p a {
  text-decoration: underline;
}

.woocommerce-Address-title a {
  border: 2px solid #10bb9f;
  color: #10bb9f;
  padding-right: 5px;
  padding-left: 5px;
}

.woocommerce a.button,
.woocommerce-page a.button {
  background-color: #15487d !important;
  border-radius: 20px !important;
  transition: all 0.1s ease-in-out;
}

.woocommerce a.button:hover,
.woocommerce-page a.button:hover {
  background-color: #d32a18 !important;
  border-radius: 20px !important;
  transform: scale(1.05);
}

mark {
  color: #0e1a26;
  background-color: transparent;
  font-weight: 800;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin-right: 20px;
}

.woocommerce-MyAccount-navigation li {
  margin-top: 10px;
  padding: 10px;
}

.woocommerce-MyAccount-navigation .tab-line-before {
  border-top: solid 1px black;
}

.woocommerce-MyAccount-navigation li.bg-color-primary {
  background-color: #15487d;
  border-radius: 20px;
  transition: 0.3s;
}

.woocommerce-MyAccount-navigation li.bg-color-primary:hover {
  background-color: #0e1a26;
}

.woocommerce-MyAccount-navigation .tab-account a:hover {
  margin-right: 20px;
  transition: all 0.75s ease;
}

.woocommerce-MyAccount-navigation a {
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
}

.woocommerce-MyAccount-navigation
  .woocommerce-MyAccount-navigation-link--customer-logout {
  margin-top: 15px;
  background-color: #d32a18;
  border-radius: 20px;
  padding: 10px;
  transition: 0.3s;
}

.woocommerce-MyAccount-navigation
  .woocommerce-MyAccount-navigation-link--customer-logout:hover {
  background-color: #7d0a00;
}

.woocommerce-MyAccount-navigation-link--customer-logout a,
.woocommerce-MyAccount-navigation li.bg-color-primary a {
  color: white;
}

.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce-page button.button.alt,
.woocommerce-page button.button.alt.disabled,
.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce-page button.button.alt,
.woocommerce-page button.button.alt.disabled {
  font-size: 20px !important;
}

/* Shopping  */
.woocommerce table.shop_table {
  border: none !important;
}

.woocommerce table.shop_table > thead > tr {
  height: 50px;
}

.woocommerce .woocommerce-customer-details address {
  border: none !important;
}

h2.woocommerce-column__title,
h2.woocommerce-order-details__title {
  font-weight: 900;
  margin-top: 20px;
}

h2.woocommerce-products-header__title.page-title {
  margin-left: 0;
}

.et_pb_gutters3.et-db
  #et-boc
  .et-l
  .et_pb_column_2_5
  #woocommerce_product_search-2.et_pb_widget {
  border-bottom: none;
  padding-bottom: 0px;
}

/******* Filter categorie ********/
.widget_product_categories li a,
.widget_product_categories li.current-cat a {
  background-color: transparent;
  padding: 10px;
  border-radius: 30px;
  color: #15487d !important;
  font-weight: 500 !important;
}

.widget_product_categories li a:hover,
.widget_product_categories li.current-cat a,
.widget_product_categories li.cat-item-23 a:focus {
  background-color: #898989;
  color: #ffffff !important;
}

ul.product-categories {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-auto-rows: 50px;
  justify-content: center;
}

.widget_product_categories {
  width: 100% !important;
  margin-bottom: 3% !important;
}

.widget_product_categories .widgettitle {
  /*    text-align: center;*/
  margin-bottom: 20px;
  color: #15487d !important;
  font-weight: 800;
}

h3.wc-block-price-filter__title,
.wc-block-price-filter__range-input-wrapper.wc-block-components-price-slider__range-input-wrapper {
  display: none;
}

.wc-block-price-filter.wc-block-components-price-slider.wc-block-price-filter--has-input-fields {
  display: flex;
  column-gap: 5%;
}

.wc-block-price-filter.wc-block-components-price-slider.wc-block-price-filter--has-input-fields
  .wp-block-button__link {
  background-color: #15487d;
  padding: 8px 20px;
}

.wc-block-components-price-slider__controls {
  margin: 0;
}

.et_pb_widget.woocommerce.widget_layered_nav_filters {
  margin-bottom: 0 !important;
}

.woocommerce-page span.onsale,
.woocommerce span.onsale {
  background: #d32a18 !important;
  padding: 0 5px !important;
  z-index: 1;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  z-index: 1;
}

.entry-summary p.price span {
  color: #15487d;
}

.et-db #et-boc .et-l .et_pb_shop_0_tb_body ul.products li.product .onsale,
.et-db .pum .et-l .et_pb_shop_0_tb_body ul.products li.product .onsale,
.woocommerce-page span.onsale,
.woocommerce span.onsale {
  font-size: 12px;
}

.et-db
  #et-boc
  .et-l
  .et_pb_shop_0_tb_body.et_pb_shop
  .woocommerce
  ul.products
  li.product
  h2 {
  padding: 0.5em 0;
  margin: 0;
}

.woocommerce div.product .product_title {
  font-size: 2em !important;
}

.product_meta .sku_wrapper {
  display: none;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  font-size: 0.8em !important;
  line-height: 35px;
}

.woocommerce-error a.button:hover {
  background-color: #0c71c3 !important;
}

.et_pb_wc_tabs_0_tb_body .et_pb_tab,
.et_pb_wc_tabs_1_tb_body .et_pb_tab {
  background-color: #f5f5f5;
}

/******* Custom boutique *******/
.custom-sf-result {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.custom-sf-result img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px !important;
}

.custom-sf-result * {
  font-size: 20px !important;
}

.custom-sf-result article {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.custom-sf-result .button {
  border-radius: 50px;
}
.custom-sf-result .button:hover {
  font-weight: 500 !important;
  background: #000 !important;
}

.custom-sf-result .et_overlay {
  border: unset;
  background: hsl(0deg 0% 100% / 54%) !important;
}

@media all and (max-width: 940px) {
  .custom-sf-result {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (max-width: 600px) {
  .custom-sf-result {
    grid-template-columns: repeat(1, 1fr);
  }
}

/******* Pagination Woocommerce *******/
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: #d32a18 !important;
  color: #ffffff !important;
  padding: 10px 15px;
  border-radius: 50%;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #15487d !important;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 50%;
}

.woocommerce nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul {
  border: none;
  margin: 5px;
}

.woocommerce form .form-row .input-checkbox {
  display: inline-block;
}

/******* Panier *******/
.wc-block-mini-cart__shopping-button a {
  border-radius: 30px;
  color: #15487d;
  border-color: #15487d;
}

.wc-block-mini-cart__shopping-button a:hover {
  background-color: #15487d;
  border-color: #15487d;
  color: #fff;
}

.wc-block-components-button:not(.is-link).contained {
  background-color: #15487d;
  border-radius: 30px;
}

.wc-block-components-button:not(.is-link).contained:hover {
  background-color: #0c71c3;
  color: #fff;
}

.wc-block-mini-cart__footer
  .wc-block-mini-cart__footer-actions
  .wc-block-components-button.outlined:not(:focus) {
  box-shadow: inset 0 0 0 1px #15487d;
  color: #15487d;
  border-radius: 30px;
}

.wc-block-mini-cart__footer
  .wc-block-mini-cart__footer-actions
  .wc-block-components-button.outlined:hover {
  color: #fff !important;
  box-shadow: none;
}

.wc-block-components-button:not(.is-link).outlined:hover {
  background-color: #0c71c3;
  color: #fff;
  opacity: 1;
}

.wc-block-components-product-badge {
  border: 1px solid #d32a18;
  color: #d32a18;
}

button.wc-block-cart-item__remove-link {
  cursor: pointer;
}

.added_to_cart.wc-forward {
  display: none !important;
}

.page-id-904 #section-cart {
  display: none !important;
}

a.et_pb_menu__icon:after,
button.et_pb_menu__icon:after {
  font-family: "Woo-Side-Cart" !important;
}

.et_pb_menu__cart-button:after {
  content: "\e902";
}

ul#menu-menu-boutique {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr) !important;
}

div#menu-boutique * {
  width: 100% !important;
}

ul#mobile_menu3 {
  background-color: #fff !important;
}

.side-cart a:first-child {
  width: 42px;
  height: 50px;
  position: absolute;
  z-index: 999;
  right: 15px;
  bottom: -5px;
}

.side-cart .xoo-wsc-sc-cont {
  background-image: url(https://skiclublesangles.com/wp-content/uploads/2023/01/icon-panier.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  min-width: 40px;
  padding-top: 22px;
}

.side-cart span.xoo-wsc-sc-count {
  font-size: 14px !important;
  font-weight: normal !important;
  background-color: #d32a18;
  color: #ffffff !important;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
  padding-top: 0px !important;
  float: right;
}

.side-cart a .xoo-wsc-sc-icon,
.side-cart a .xoo-wsc-sc-total {
  display: none !important;
}

.side-cart a {
  font-size: 0px;
}

.xoo-wsc-basket {
  box-shadow: none;
  border: 1px solid #15487d;
}

/******* Checkout ********/
.checkout-style {
  margin-top: 20px;
  background: #15487d;
  padding: 20px;
}

.checkout-style h3,
.checkout-style td {
  color: #ffffff;
}

.entry-content .checkout-style thead th,
.entry-content .checkout-style tr th {
  color: #ffffff !important;
}

/******** Caroussel product *******/
.dgpc_product_carousel .et_shop_image {
  margin-bottom: 10px;
}

/******** Carroussel produit homepage **********/
.dgpc_product_carousel_0_tb_body.dgpc_product_carousel
  .woocommerce
  ul
  .product
  .price {
  padding-bottom: 10px;
}

.dgpc_product_carousel_0_tb_body.dgpc_product_carousel
  .woocommerce
  ul
  .product
  .price
  del {
  opacity: 0.5;
}

.dgpc_product_carousel .woocommerce ul li.product .onsale {
  border-radius: 3px !important;
  padding: 6px 5px !important;
  right: auto !important;
  left: 10px !important;
  font-size: 12px !important;
}

.owl-nav.arrow_size_medium .owl-next:before,
.owl-nav.arrow_size_medium .owl-prev:before {
  font-size: 53px !important;
}

.owl-next {
  right: -68px;
}

.owl-nav.arrow_size_medium .owl-prev {
  left: -68px;
}

@media only screen and (max-width: 767px) {
  .owl-next {
    right: 0px;
    background-color: #fff !important;
    height: 50px;
  }

  .owl-nav.arrow_size_medium .owl-prev {
    left: 0px;
    background-color: #fff !important;
    height: 50px;
  }

  .owl-next,
  .owl-prev {
    top: 25%;
  }
}
