/*!
Theme Name: orthoup-2023
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: orthoup-2023
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.

orthoup-2023 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/
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ul {
  /* list-style-type: disc;
  list-style-position: inside;
  line-height: 1.7em; */
  list-style-type: disc;
  list-style-position: outside;
  line-height: 1.7em;
  padding-left: 20px;
}
ol {
  list-style-type: decimal;
  list-style-position: inside;
}
ul ul,
ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px;
}
ol ol,
ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 15px;
}

li {
  line-height: 1.7em;
}

ul > li {
  color: var(--light-blue);
  font-size: 16px;
}

ul ul > li {
  color: var(--darkblue-color);
  font-size: 14px;
}

ul ul ul > li {
  list-style-type: square;
}

strong {
  font-weight: 600;
}

:root {
  --default-white: #ffffff;
  --main-black: #222222;
  --darkblue-color: #435464;
  --light-green: #aed9d1;
  --light-blue: #1b94b9;
  --bg-blue-color: #edf7fa;
  --text-grey: #999999;

  --bg-blue: #edf7fa;
  --bg-green: #f0f8f6;
  --bg-yellow: #fffbef;
  --bg-violet: #ecf0f6;
}

html {
  --scroll-behavior: smooth;
  scroll-behavior: smooth;
}

span {
  line-height: 1.4em;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
  font-family: "Poppins";
  margin: 0;
}

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

img {
  width: 100%;
}

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

/*FORM
--------------------------------------------- */

input:focus {
  outline: none;
  box-shadow: none;
}

/* ------------------- GSAP CSS ELEMENTS ----------------- */
.img-wrapper {
  visibility: hidden;
  transform: scale(0);
}

.network-top-img-wrapper {
  visibility: hidden;
}

.page-title span,
.hero-slide-title span {
  visibility: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "League Gothic";
  text-transform: uppercase;
  font-weight: 400;
}

h1 {
  /* font-size: 80px; */
  font-size: calc(73px + (80 - 73) * ((100vw - 300px) / (1600 - 300)));
  color: var(--darkblue-color);
  letter-spacing: 1.5px;
  line-height: calc(73px + (80 - 73) * ((100vw - 300px) / (1600 - 300)));
  margin-bottom: 15px;
}

h2 {
  /* font-size: 80px; */
  font-size: calc(65px + (80 - 65) * ((100vw - 300px) / (1600 - 300)));
  color: var(--darkblue-color);
  /* line-height: 80px; */
  line-height: calc(65px + (80 - 65) * ((100vw - 300px) / (1600 - 300)));
  margin: 25px 0px;
}

h3 {
  color: #222222;
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 17px;
  text-transform: inherit;
}

h4 {
  color: var(--darkblue-color);
  font-family: "Poppins";
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 17px;
  text-transform: inherit;
}

p {
  font-family: "Poppins";
  /* font-size: 0.875rem; */
  font-size: 15px;
  color: var(--darkblue-color);
  line-height: 1.7em;
  margin-bottom: 15px;
}

li {
  color: var(--darkblue-color);
}

.green-highlight {
  color: var(--light-green);
  font-weight: 400;
}

.blue-highlight {
  color: var(--light-blue);
}

a {
  color: var(--light-blue);
  font-weight: 600;
}

.container {
  display: block;
  margin: 0 auto;
  /* max-width: 1390px; */
  max-width: 1290px;
  padding: 60px 40px;
}

.text-centered {
  text-align: center;
}

.lowercase {
  text-transform: inherit;
}

.bigger-p {
  font-size: 1rem;
}

/* ---------- TITLE ----------- */

.page-title {
  margin: 0px 0px 15px 0px;
}

.page-title .line {
  height: 75px;
  position: relative;
  overflow: hidden;
}

.page-title span {
  position: absolute;
  /* line-height: 0.8; */
  line-height: 1;
}

.alt-title {
  font-family: "Poppins";
  font-size: 50px;
  font-weight: 600;
  line-height: 1.7em;
  margin-bottom: 55px;
}

.alt-title span {
  line-height: 1.4em;
}

.section-title {
  margin-bottom: 75px;
}

/* -------- BOUTON -------- */

.btns-wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 50px;
  flex-wrap: wrap;
}

.primary-btn {
  border: solid 1px var(--light-blue);
  font-family: "Poppins";
  font-size: 15px;
  display: block;
  font-weight: 500;
  background-color: var(--light-blue);
  border-radius: 8px;
  color: var(--default-white);
  padding: 14px 21px 11px 21px;
  text-decoration: none;
  /* height: 18px; */
  line-height: normal;
  width: fit-content;
  transition: 0.1s ease-in;
}

.primary-btn:hover {
  background-color: var(--default-white);
  color: var(--light-blue);
}

.secondary-btn {
  color: var(--darkblue-color);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.1s ease-in;
  width: fit-content;
}

.secondary-btn:hover {
  transform: translateX(10px);
}

.secondary-btn:after {
  display: inline-block;
  content: url("/wp-content/themes/orthoup-2023/assets/png/picto-02.png");
  vertical-align: middle;
  transform: scale(0.4);
}

.secondary-btn-revert {
  color: var(--darkblue-color);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.1s ease-in;
  width: fit-content;
}

.secondary-btn-revert:before {
  display: inline-block;
  content: url("/wp-content/themes/orthoup-2023/assets/png/picto-02.png");
  vertical-align: middle;
  transform: rotateY(180deg) scale(0.4);
}

.tertiary-btn {
  background-color: transparent;
  border: solid 1px var(--light-blue);
  border-radius: 8px;
  color: var(--light-blue);
  font-weight: 500;
  line-height: normal;
  padding: 14px 21px 11px 21px;
  text-align: center;
  text-decoration: none;
  transition: 0.1s ease-in-out;
}

.tertiary-btn:hover {
  background-color: var(--light-blue);
  color: var(--default-white);
}

.formation-link {
  color: var(--light-blue);
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.formation-link:after {
  display: block;
  content: "";
  margin-top: 5px;
  width: 100%;
  height: 1px;
  background-color: var(--light-blue);
  transition: 0.2s ease-in-out;
}

.formation-link:hover::after {
  width: 20%;
}

.arrow-right:hover ~ .formation-link::after {
  width: 20%;
}

.formation-link.hovered:after {
  width: 20%;
  transition: 0.2s ease-in-out;
}

@media screen and (max-width: 768px) {
  .btns-wrapper {
    gap: 16px;
  }
}

/* ----------- HEADER ------------- */

.featured-header-text {
  background-color: var(--light-blue);
  color: var(--default-white);
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}

#masthead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 15px 10px;
  max-width: 1290px;
}

.visible {
  display: block !important;
}

.site-branding {
  max-width: 150px;
}

.site-branding img {
  height: 100%;
}

.main-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2vw;
}

.main-navigation ul {
  display: flex;
  justify-content: center;
}

.main-navigation ul li {
  font-size: 12px;
  list-style: none;
  text-transform: uppercase;
  color: #435464;
}

.main-navigation ul li.current_page_item a {
  font-weight: 600;
  position: relative;
}

.main-navigation ul li:hover:before {
  color: var(--light-blue);
  content: "\2022";
  display: block;
  font-size: 20px;
  margin: 0 auto;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.main-navigation ul li.current_page_item:before {
  color: var(--light-blue);
  content: "\2022";
  display: block;
  font-size: 20px;
  margin: 0 auto;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.main-navigation li:not(:last-child):after {
  color: var(--darkblue-color);
  content: "|";
}

.main-navigation ul li a {
  color: #435464;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-decoration: none;
  padding: 0 10px;
}

.pictos-menu .espace-link {
  /* margin-right: 17px; */
}

.pictos-menu a {
  display: inline-flex;
  width: 30px;
}

.pictos-menu img {
  transition: 0.1s ease-in-out;
}

.pictos-menu img:hover {
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25));
}

.menu-toggle {
  display: none;
  font-size: 30px;
  cursor: pointer;
}

.hidden-mobile {
  display: none;
}

/* desktop styles */
@media (min-width: 1025px) {
  .main-navigation {
    position: relative;
  }

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

  .main-navigation ul li {
    color: var(--default-white);
    position: relative;
  }

  .hidden-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .pictos-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    position: static;
  }
}

/* ----------- FOOTER ------------- */

.footer .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer h4 {
  font-family: "Poppins";
  font-size: 17px;
  font-weight: 500;
  text-transform: inherit;
}

.footer-logo-wrapper {
  max-width: 200px;
}

.footer ul {
  padding: 0px;
}

.footer li {
  list-style: none;
  line-height: 32px;
}

.footer li a {
  color: var(--darkblue-color);
  text-decoration: none;
}

.adresse-footer p {
  line-height: 32px;
}

.bottom-footer {
  background-color: var(--light-blue);
  padding: 15px;
}

.bottom-footer p {
  color: var(--default-white);
  font-size: 14px;
}

.followup-picto-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 15px;
}

.followup-picto-wrapper img {
  max-width: 50px;
}

.bottom-footer a {
  color: white !important;
  font-weight: 400;
  text-decoration: none;
}

/* ----------- Woocommerce ------------ */
.woocommerce-message:before {
  color: var(--light-blue);
}

.woocommerce-message {
  border-top-color: var(--light-blue);
}

.notice-cart .button.wc-forward {
  display: none;
}

/* ----------- HOME PAGE ----------- */

/* Hero */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-button-next,
.swiper-button-left {
  color: var(--light-blue);
  width: 16px;
  height: 29px;
}

.swiper-slide {
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide .orthodontie-individualisee {
  position: absolute;
  left: 50%;
  top: 30%;
  width: 75px;
  height: 75px;
  object-fit: none;
  transform: translateX(-50%);
}

.hero-slide-left,
.hero-slide-right {
  flex-basis: 50%;
}

.hero-slide-left .hero-slide-title {
  font-size: calc(73px + (125 - 73) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1;
  margin-bottom: 25px;
  margin-top: 0px;
}

.hero-slide-left span {
  line-height: 1;
}

.hero-slide-left .hero-slide-subtitle {
  font-size: 35px;
  margin-bottom: 15px;
  text-transform: none;
}

.hero-slide-left .hero-slide-paragraph {
  max-width: 60%;
  line-height: 22px;
}

.hero-slide-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--bg-blue-color);
  /* padding: 50px 0px;
align-items: center; */
}

.hero-slide-left-content-wrapper {
  max-width: 100%;
  padding: 50px 75px;
}

.hero-slide-left .hero-slide-subtitle {
  color: var(--darkblue-color);
  font-family: "Poppins";
  font-weight: 600;
}

.hero-slide-left .hero-slide-paragraph {
  font-size: 14px;
}

.hero-slide-right img {
  width: 100%;
  object-fit: cover;
}

#hero .swiper-button-next:after,
#hero .swiper-button-prev:after {
  color: var(--light-blue);
}

/* Section two columns text img */

.two-cols-text-img-wrapper {
  display: flex;
  gap: 3vw;
}

.two-cols-text-img-wrapper > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.two-cols-text-img-wrapper .two-cols-text {
  width: 40%;
  /* padding: 45px 45px 45px 0px; */
}

.top-text {
  font-size: 15px;
  color: var(--text-grey);
}

.two-cols-text-img-wrapper .two-cols-text p {
  font-size: 15px;
  line-height: 25px;
  margin-top: 0px;
  text-align: justify;
}

.two-cols-text-img-wrapper .two-cols-text p:last-child {
  margin-bottom: 30px;
}

.two-cols-text-img-wrapper .two-cols-vid img {
  border-radius: 21px;
}

.two-cols-text-img-wrapper .two-cols-vid {
  width: 60%;
}

.two-cols-vid video {
  border-radius: 23px;
  width: 100%;
}

.video-wrapper {
  position: relative;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
  outline: none;
  cursor: pointer;
}

.play-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid white;
}

/* Section Formations  */

.formations-section {
  background-color: #fafafb;
  padding: 50px 0px;
}

.formations-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* grid-template-rows: repeat(2, 1fr); */
  grid-auto-rows: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 80px;
  align-items: stretch;
}

.formation-text-bloc {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.formation-text-bloc p {
  line-height: 25px;
}

.orthodontie-digitale {
  max-width: 72px;
}

.formation-grid-element {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  background-color: var(--default-white);
  box-shadow: none;
  border-radius: 21px;
  transition: 0.2s ease-in;
}

.formation-grid-element:hover {
  box-shadow: 0px 10px 30px #9999993b;
}

.top-image-wrapper {
  height: 238px;
  background-size: cover;
  background-position: center;
  border-radius: 21px;
  overflow: hidden;
}

.formation-desc-wrapper {
  padding: 45px;
}

.formation-desc-wrapper .formation-title {
  font-family: "Poppins";
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
  text-transform: inherit;
}

.formation-desc-wrapper .formation-number,
.formation-desc-wrapper .next-session {
  color: var(--text-grey);
  display: block;
  font-size: 15px;
  margin-bottom: 15px;
}

.next-session::before {
  content: url("/wp-content/themes/orthoup-2023/assets/png/picto-horloge.png");
  margin-right: 8px;
  vertical-align: middle;
  max-width: 20px;
}

.formation-desc-wrapper .formation-desc {
  font-size: 15px;
  line-height: 22px;
}

.bottom-link-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.arrow-right {
  max-width: 40px !important;
}

/* Nos Partenaires  */

.logo-partenaires-wrapper {
  margin: 0 auto;
  max-width: 1000px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.partenairesCaroussel-wrapper {
  align-items: center;
}

.partenairesCaroussel-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partenairesCaroussel-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Témoignages  */

.temoignages-section {
  background-color: #eff8f6;
}

.temoignages-grid-element {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.temoignages-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
}

.temoignage-bottom-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.temoignage-quote {
  font-size: 24px;
  line-height: 34px;
  position: relative;
}

.temoignage-quote:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/wp-content/themes/orthoup-2023/assets/png/quote-left.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 15px;
}

.avatar-wrapper {
  display: flex;
  align-items: center;
}

.avatar-text-wrapper {
  margin-left: 20px;
  min-width: 150px;
}

.avatar-img {
  background-color: var(--default-white);
  border-radius: 100%;
  max-width: 50px;
  max-height: 50px;
}

.avatar-name {
  display: block;
  color: var(--darkblue-color);
  font-weight: 500;
}

.note_temoignage-wrapper {
  width: 100px;
}

.temoignate-date {
  color: var(--darkblue-color);
  font-size: 14px;
}

.temoignage-date {
  display: block;
}

/* Articles section */

.articles {
  position: relative;
}

.articles .swiper-wrapper {
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
}

.article-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 23px;
  height: auto;
  padding: 30px;
}

.article-card.green {
  background-color: var(--bg-green);
}

.article-card.blue {
  background-color: var(--bg-blue);
}

.article-card.yellow {
  background-color: var(--bg-yellow);
}
.article-card.violet {
  background-color: var(--bg-violet);
}

.article-card-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.article-day,
.month-year {
  display: block;
  text-align: center;
}

.revue-name {
  color: #999999;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}

.article-day {
  color: var(--light-blue);
  font-size: 46px;
  font-weight: 400;
}

.month-year {
  color: var(--light-blue);
  font-size: 15px;
}

.article-title {
  font-family: "Poppins";
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2em;
}

.article-excerpt {
  font-size: 15px;
  line-height: 27px;
  word-break: break-word;
}

.article-link {
  color: var(--darkblue-color);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.plus-right {
  max-width: 40px;
  transition: 0.1s ease-in-out;
}

.plus-right:hover {
  transform: scale(0.8);
}

.swiper-container {
  position: relative;
  /* width: 70%; */
  margin: 0 auto;
}
.swiper-container .swiper-button-prev {
  /* left: -75px; */
  filter: drop-shadow(0px 10px 30px #99999980);
  width: 40px;
}
.swiper-container .swiper-button-next {
  /* right: -75px; */
  filter: drop-shadow(0px 10px 30px #99999980);
  width: 40px;
}

.swiper-button-prev img,
.swiper-button-next img {
  width: 100%;
}
.swiper-container .swiper-pagination {
  bottom: -30px !important;
}
.sample-slider {
  /* width:70%; */ /* remove */
}

.articles .swiper-button-next:after,
.articles .swiper-button-prev:after,
.section-partenaires .swiper-button-next:after,
.section-partenaires .swiper-button-prev:after {
  display: none;
}

/* Newsletter  */

/* .section-newsletter form {
	text-align: center  ;
  } */

.section-newsletter form .newsletter-email {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-color: var(--light-blue);
  border-bottom-width: 1px;
  margin-bottom: 20px;
  padding: 20px;
  width: 40%;
  transition: 0.2s ease-in-out;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: var(--light-blue) !important;
  opacity: 1;
}

.section-newsletter form .newsletter-send {
  border: solid 1px var(--light-blue);
  border-radius: 8px;
  color: var(--light-blue);
  padding: 15px 30px;
  background-color: var(--default-white);
  transition: 0.1s ease-in-out;
}

.section-newsletter form .newsletter-send:hover {
  background-color: var(--light-blue);
  color: var(--default-white);
}

.section-newsletter form .wpcf7-spinner {
  display: block;
}

.section-newsletter form .wpcf7-acceptance .wpcf7-list-item-label {
  color: #969191;
  font-size: 12px;
  font-weight: 300;
}

.section-newsletter h2.gform_title {
  display: none;
}

.section-newsletter #gform_wrapper_3,
section.catalogue #gform_wrapper_5 {
  margin: 0 auto;
  width: 40%;
}

#gform_wrapper_3 span input,
#gform_wrapper_3 div input,
#gform_wrapper_4 span input,
#gform_wrapper_4 div input,
#gform_wrapper_8 span input,
#gform_wrapper_8 div input,
#gform_wrapper_11 span input,
#gform_wrapper_11 div input,
#gform_wrapper_5 span input,
#gform_wrapper_5 div input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-color: var(--light-blue);
  border-bottom-width: 1px;
  margin-bottom: 20px;
  padding: 20px;
  /* width: 40%; */
  transition: 0.2s ease-in-out;
}

#gform_wrapper_11 span input,
#gform_wrapper_11 div input {
  margin-bottom: unset;
}

#gform_3,
#gform_4,
#gform_5,
#gform_8,
#gform_11 {
  justify-content: center;
}

#gform_3 div.gchoice label,
#gform_4 div.gchoice label,
#gform_5 div.gchoice label,
#gform_8 div.gchoice label,
#gform_8 .gfield_description,
#gform_11 div.gchoice label,
#gform_11 .gfield_description {
  color: #969191;
  font-size: 12px;
  font-weight: 300;
}

#gform_3 input.button,
#gform_5 input.button,
#gform_8 input.button,
#gform_11 input.button {
  border: solid 1px var(--light-blue);
  border-radius: 8px;
  color: var(--light-blue);
  padding: 15px 30px;
  background-color: var(--default-white);
  transition: 0.1s ease-in-out;
}

#gform_3 .gform_footer,
#gform_4 .gform_footer,
#gform_5 .gform_footer,
#gform_8 .gform_footer,
#gform_11 .gform_footer {
  justify-content: center;
}

/* -----------PAGE NOS FORMATIONS ------------ */

.nos-formations .img-wrapper {
  text-align: right;
}

.nos-formations .img-wrapper img {
  border-radius: 21px;
}

.reseau-bloc {
  border: solid 1px var(--light-green);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.reseau-bloc p {
  font-size: 50px;
  font-weight: 600;
  line-height: inherit;
}

/* Section Calendrier  */

.calendrier {
  text-align: center;
}

.calendrier p {
  font-size: 50px;
  font-weight: 600;
  line-height: inherit;
  margin-bottom: 45px;
}

.key-featured-testimonials {
  display: flex;
  justify-content: center;
  /* padding: 80px 0px; */
}

.key-featured-testimonials h3 {
  margin-bottom: 70px;
}

.key-number-wrapper {
  background-color: #fafafb;
  padding: 5vw;
}

.key-number-wrapper,
.formation-testimonials {
  min-width: 50%;
}

.key-number-wrapper h3 {
  text-align: center;
}

.key-number-wrapper .single-key:not(:last-child) {
  margin: 0px auto 60px auto;
}

.single-key {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.single-key .key-number {
  color: var(--light-blue);
  font-size: 80px;
  font-weight: 600;
}

.single-key .text-keyfeature {
  line-height: 25px;
  margin-top: 0px;
}

.formation-testimonials {
  background-color: #edf7fa;
  padding: 5vw 0px;
}

.formation-testimonials h3 {
  text-align: center;
}

.formation-testimonials .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.formation-testimonials .swiper-slide img {
  display: block;
  width: 100%;
}

.key-featured-testimonials .swiper-container {
  /* padding: 25px; */
}

.key-featured-testimonials .swiper-slide {
  background: transparent;
}

.key-featured-testimonials .temoignages-wrapper {
  max-width: 500px;
  padding: 25px 75px;
}

.key-featured-testimonials .avatar-name {
  font-size: 16px;
}
.key-featured-testimonials .temoignage-date {
  font-size: 14px;
}

.key-featured-testimonials .avatar-img {
  max-width: 50px;
}

.key-featured-testimonials .swiper-button-next {
  right: 25px;
}

.key-featured-testimonials .swiper-button-prev {
  left: 25px;
}

.key-featured-testimonials .swiper-button-next:after,
.key-featured-testimonials .swiper-button-prev:after {
  display: none;
}

/* ---------- PAGE SINGLE FORMATION ---------- */

.two-cols-text-img-wrapper .two-cols-shortdesc .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* align-items: center; */
  gap: 50px;
  padding: 25px;
  background-color: #edf7fa;
  width: 100%;
}
.two-cols-text-img-wrapper .two-cols-shortdesc {
  border-radius: 34px;
  background-color: #edf7fa;
  padding: 25px;
  width: 60%;
}

.two-cols-text-img-wrapper .two-cols-shortdesc .two-cols-pre-requis {
  width: 60%;
}

.two-cols-text-img-wrapper .two-cols-shortdesc .two-cols-form-meta {
  width: 40%;
}

.two-cols-pre-requis p {
  line-height: 25px;
}

.objectifs-list-element {
  color: var(--darkblue-color);
  font-size: 14px;
  line-height: 1.6em;
  list-style-position: inside;
  margin-bottom: 10px;
}

.objectifs-list-element::marker {
  color: var(--light-blue);
}

.two-cols-shortdesc .primary-btn {
  margin: 0 auto;
  height: auto;
  cursor: pointer;
}

.detail-formation h2 {
  text-align: center;
}

.single-date-wrapper {
  margin-bottom: 15px;
}

.single-form-meta span {
  color: var(--darkblue-color);
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.single-form-meta p {
  margin-bottom: 0px;
}

.divider {
  height: 1px;
  background-color: #999999;
  margin: 15px 0;
  opacity: 0.4;
}

.detail-list-item li {
  margin-bottom: 5px;
}

/* Section SESSIONS  */

.session .top-image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.no-session-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.no-session-wrapper p {
  font-size: 1rem;
}

.faq-cgv-section {
  padding: 50px 0px;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 3vw;
}

.faq-col,
.cgv-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}

.faq-col p,
.cgv-col p {
  font-size: 18px;
  text-align: center;
}

/* .sessions .formations-wrapper {
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    grid-gap: 50px;
} */

.sessions-status {
  background-color: #bb001b;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) rotateZ(-15deg);
  padding: 5px 15px;
}

.sessions-status span {
  color: var(--default-white);
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}

.lieu-session {
  display: block;
  margin-bottom: 5px;
}

/* Section Détails  */

.detail-formation-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5vw;
}

.formateurs-experts-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5vw;
}

/* Tablette */
@media (max-width: 1024px) {
  .detail-formation-wrapper,
  .formateurs-experts-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .detail-formation-wrapper,
  .formateurs-experts-wrapper {
    grid-template-columns: 1fr;
  }
}

.single-detail {
  flex-basis: 50%;
}

.detail-formation-wrapper img,
.formateurs-experts-wrapper img {
  border-radius: 21px;
  margin-bottom: 20px;
  width: 100%;
}

.detail-formation-wrapper p,
.formateurs-experts-wrapper p {
  font-size: 14px;
  line-height: 25px;
}

.detail-formation .primary-btn,
.formateurs-experts .primary-btn {
  margin: 50px auto;
  height: auto;
  cursor: pointer;
}

/* Section Experts */

.formateurs-experts h2 {
  text-align: center;
}

.single-expert ul {
  list-style-position: outside;
  padding-left: 20px;
}

/* .single-expert {
  flex-basis: 33%;
} */

.single-expert img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
}

/* Section Avis de la formation  */

.form-avis {
  background-color: #eff8f6;
  text-align: center;
}

.form-avis h2 {
  font-family: "Poppins";
  font-size: 50px;
  font-weight: 600;
  text-transform: inherit;
}

.form-avis p {
  font-size: 65px;
  letter-spacing: 1.3;
  line-height: 70px;
}

.form-avis .name-firstname-rate {
  color: var(--darkblue-color);
  display: block;
  font-weight: 500;
}

.form-avis .job {
  color: var(--darkblue-color);
  display: block;
}

/* Section Discover the Network  */

.discover-the-network {
  background: #edf7fa;
  border-radius: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 60%;
  margin: 50px AUTO;
  padding: 25px 50px;
}

.discover-the-network .text-wrapper {
  max-width: 80%;
}

/* .discover-the-network .btn-wrapper {
  max-width: 20%;
} */

.discover-the-network .title {
  font-size: 30px;
  font-weight: 500;
}

.discover-the-network .text {
  font-size: 14px;
  line-height: 25px;
}

.discover-the-network .primary-btn {
  height: auto;
}

.accordion {
  max-width: 50%;
  margin: 0 auto;
}

.accordion-icon-minus,
.accordion-icon-plus {
  width: 15px;
}

.accordion-item {
  border-bottom: 1px solid #99999931;
}

.accordion-icon {
  float: left;
  margin-right: 10px;
  transition: transform 0.3s ease;
}

.accordion-header {
  color: var(--darkblue-color);
  cursor: pointer;
  font-size: 18px;
  font-weight: 500px;
  padding: 20px 0px;
}

.accordion-content {
  font-size: 14px;
  line-height: 25px;
}

.accordion-header.active .accordion-icon {
  transform: rotate(-45deg);
}

.accordion-icon-plus,
.accordion-icon-minus {
  vertical-align: middle;
}

.accordion-icons {
  display: inline;
  vertical-align: middle;
  transition: transform 0.3s ease;
  margin-right: 15px;
}

.accordion-toggle {
  line-height: 1.7em;
}

.vid-testimonial {
  padding: 80px 0px;
}

.vid-testimonial .vid-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
  padding: 0 15px;
}

.vid-testimonial .embed-container {
  position: relative;
  padding-bottom: 22.25%;
  overflow: hidden;
  flex: 0 1 calc(33.333% - 20px);
  width: 100%;
}

.vid-testimonial .embed-container iframe,
.vid-testimonial .embed-container object,
.vid-testimonial .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .vid-testimonial .embed-container {
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 56.25%;
  }
}

/* -------- PAGE PANIER ----------- */

.woocommerce-cart-table {
  width: 100%;
  border-collapse: collapse;
}

.woocommerce-cart-table th {
  font-weight: bold;
  /* text-align: left; */
}

/* .woocommerce-cart-table .product-name {
    width: 50%;
} */

.woocommerce-cart-table .product-price,
.woocommerce-cart-table .product-quantity,
.woocommerce-cart-table .product-subtotal {
  text-align: center;
}

.woocommerce-cart-table .product-total {
  font-weight: bold;
}

/* Style pour le bouton de commande */
.cart-actions .button {
  display: block;
  margin: 20px auto;
  padding: 14px 21px 11px 21px;
  background-color: var(--light-blue);
  color: var(--default-white);
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 500;
  border: solid 1px var(--light-blue);
  border-radius: 8px;
  text-decoration: none;
  transition: 0.1s ease-in;
  width: fit-content;
}

.cart-actions .button:hover {
  background-color: var(--default-white);
  color: var(--light-blue);
}

/* Styles généraux pour la table */
.woocommerce-cart-table {
  width: 100%;
}

.woocommerce-cart-table th,
.woocommerce-cart-table td {
  padding: 10px;
  border: 1px solid #e5e5e5;
  text-align: center;
}

a.remove {
  background-color: var(--default-white);
  border: solid 1px var(--light-blue);
  border-radius: 100px;
  color: red;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  padding: 1px;
  text-align: center;
  text-decoration: none;
  transition: 0.1s ease-in;
}

a.remove:hover {
  background-color: var(--light-blue);
  color: white;
}

.product-quantity input {
  border: solid 1px #e5e5e5;
  padding: 10px;
}

/* Styles pour le mobile */
@media only screen and (max-width: 767px) {
  /* Transformer la table en bloc pour le mobile */
  .woocommerce-cart-table,
  .woocommerce-cart-table thead,
  .woocommerce-cart-table tbody,
  .woocommerce-cart-table th,
  .woocommerce-cart-table td,
  .woocommerce-cart-table tr {
    display: block;
  }

  .woocommerce-cart-table thead {
    display: none; /* cacher l'en-tête sur mobile */
  }

  .woocommerce-cart-table td {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 12px;
    position: relative;
    /* padding-left: 50%; */
    text-align: left;
  }

  .woocommerce-cart-table td:before {
    content: attr(data-label);
    display: block;
    position: relative;
    /* top: 0;
    left: 0; */
    width: 100%;
    margin-bottom: 12px;
    padding-left: 10px;
    text-align: left;
    font-weight: bold;
  }

  .woocommerce-cart-table td.product-name:before {
    content: "Produit:";
  }

  .woocommerce-cart-table td.product-price:before {
    content: "Prix:";
  }

  .woocommerce-cart-table td.product-quantity:before {
    content: "Quantité:";
  }

  .woocommerce-cart-table td.product-subtotal:before {
    content: "Sous-total:";
  }

  .cart-actions {
    text-align: center;
  }
}

/* ---------- PAGE CHECKOUT ---------- */

body.woocommerce-checkout .woocommerce {
  margin: 0 auto;
  max-width: 800px;
}

/* Style général des champs */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

/* Style des étiquettes des champs */
.woocommerce form .form-row label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

/* Style des champs requis */
.woocommerce form .form-row.required label:after {
  content: " *";
  color: red;
}

/* Style du bouton de paiement */
.woocommerce-checkout .wc-proceed-to-checkout .button {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 16px;
  text-transform: uppercase;
}

/* Style des messages d'erreur */
.woocommerce form .woocommerce-error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}

/* Style des messages de succès */
.woocommerce form .woocommerce-message {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}

/* Style des boutons du checkout  */

.wpmc-nav-wrapper button#wpmc-prev,
.wpmc-nav-wrapper button#wpmc-next,
.wpmc-nav-wrapper button.alt {
  background-color: var(--light-blue) !important;
  border: solid 1px var(--light-blue) !important;
  color: white;
  transition: 0.2 ease-in-out;
}

.wpmc-nav-wrapper button#wpmc-prev:hover,
.wpmc-nav-wrapper button#wpmc-next:hover,
.wpmc-nav-wrapper button.alt:hover {
  background-color: var(--default-white) !important;
  color: var(--light-blue) !important;
}

/* ---------- PAGE RESEAU ------------- */

/* ======================
   STRUCTURE GÉNÉRALE
====================== */

.network-top {
  display: flex;
  gap: 3vw;
}

.network-top-content-wrapper,
.network-top-img-wrapper {
  max-width: 50%;
}

.network-top h1.page-title {
  margin: 0 0 25px 0;
}

.network-top-img-wrapper img {
  width: 100%;
  border-radius: 22px;
}

.uppertitle {
  margin: 0 0 10px 0 !important;
}

.cta-text-wrapper {
  margin-bottom: 15px;
}

/* ======================
   CTA BOOKING
====================== */

.cta-booking {
  background-color: #edf7fa;
  border-radius: 21px;
  margin: 80px auto;
  max-width: 1200px;
  padding: 50px;
  text-align: center;
}

.cta-booking span {
  display: block;
  font-size: 40px;
  line-height: 1.4em;
}

.cta-booking a {
  font-size: 30px;
  font-weight: 600;
  padding: 15px 25px;
  margin: 0 auto;
  line-height: normal;
}

/* ======================
   NETWORK FEATURES
====================== */

.network-features h2 {
  text-align: center;
}

.single-feature-wrapper {
  display: flex;
  align-items: center;
  gap: 75px;
  margin-bottom: 50px;
}

.single-feature-wrapper > div {
  flex-basis: 50%;
}

.single-feature-wrapper .content-wrapper {
  padding: 20px;
  text-align: center;
}

.single-feature-wrapper h3 {
  line-height: 1.4em;
}

.single-feature-wrapper .content-wrapper p {
  text-align: justify;
}

.single-feature-wrapper .separator {
  background-color: var(--light-green);
  height: 1px;
  margin: 35px auto;
  max-width: 100px;
}

.single-feature-wrapper .img-wrapper img {
  width: 100%;
  border-radius: 21px;
}

/* ======================
   NETWORK JOURNEY
====================== */

.network-journey {
  background-color: #f2f8f7;
  padding: 60px 0;
}

.network-journey h2 {
  text-align: center;
}

.network-journey .container {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}

.network-journey .journey-wrapper {
  max-width: 60%;
}

.network-journey .map-wrapper {
  max-width: 40%;
}

.network-journey img {
  width: 100%;
  margin: 25px auto;
  display: block;
}

/* ======================
   BOUTONS BAS DE PAGE
====================== */

.btn-bottom-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 15px;
}

.colored {
  background-color: #0000000f;
}

/* ======================
   OFFRES
====================== */

#offers h2 {
  text-align: center;
  margin-bottom: 30px;
}

#offers h2 span {
  display: inline-block;
}

#offers span {
  display: block;
}

#offers h3 {
  font-weight: 600;
  margin: 0;
  text-align: left;
}

#offers a {
  margin: 25px auto;
  text-align: center;
  width: auto;
}

.offers-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  max-width: 1000px;
  margin: 0 auto;
}

.offers-single-item {
  border: 2px solid #b7d8d1;
  border-radius: 22px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.offers-single-item.highlight {
  transform: scale(1.05);
}

.top-single-item {
  background-color: var(--bg-green);
}

.top-single-item,
.content-single-item {
  padding: 25px 50px;
}

.option-title {
  color: var(--darkblue-color);
  font-weight: bold;
  margin-bottom: 7px;
}

.item-price {
  margin-top: 24px;
  font-weight: 300;
  margin-bottom: 25px;
}

.offer-price {
  display: inline !important;
  font-size: 36px;
  font-weight: bold;
  color: var(--darkblue-color);
}

.duree {
  color: #999;
}

.duree:before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-image: url("/wp-content/themes/orthoup-2023/assets/png/picto-horloge.png");
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: sub;
}

.true-item,
.false-item {
  font-size: 15px;
  display: block;
  line-height: 1.4em;
  margin-bottom: 5px;
}

.true-item::before,
.false-item::before {
  display: inline-block;
  width: 15px;
  height: 18px;
  margin-right: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: text-top;
  content: "";
}

.true-item::before {
  background-image: url("/wp-content/themes/orthoup-2023/assets/png/true.png");
}

.false-item::before {
  background-image: url("/wp-content/themes/orthoup-2023/assets/png/false.png");
  filter: grayscale(100%);
}

.content-single-item .false-item {
  color: #999999;
}

.item-separator {
  height: 1px;
  width: 100%;
  background-color: rgba(153, 153, 153, 0.397);
  margin: 25px auto;
}

/* ======================
   COMPARATEUR / CARDS
====================== */

.compare_container {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.card {
  border-radius: 10px;
  flex: 1;
  padding: 20px;
}

.card > span {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 10px;
  text-align: center;
}

.options {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.option {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  border-radius: 5px;
  flex: 1;
  min-height: 100px;
  text-align: center;
}

.option > strong > span:first-child() {
  font-size: 1rem;
}

/* ======================
   FORMULES & VIDÉOS
====================== */

.formule {
  margin-top: 8px;
  font-weight: 600;
}

.formule-sub {
  padding-left: 20px;
}

.formule-sub li {
  color: #455464;
}

.formule-video-wrapper {
  margin-bottom: -15px;
}

.formule-video-wrapper video {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* ======================
   TÉMOIGNAGES
====================== */

.reseau-testimonials {
  background-color: var(--bg-blue);
  max-width: 50%;
}

.reseau-testimonials .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: transparent;
}

.reseau-testimonials .temoignages-wrapper {
  max-width: 500px;
  padding: 25px 75px;
}

.reseau-testimonials .swiper-button-prev:after,
.reseau-testimonials .swiper-button-next:after {
  display: none;
}

/* ======================
   FORMULAIRE INTERACTIF
====================== */

.formulaire_container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.question p {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

.options {
  display: flex;
  gap: 10px;
}

.btn-option {
  flex: 1;
  padding: 10px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  background-color: #e0e0e0;
  transition: background-color 0.2s ease;
}

.btn-option.selected {
  background-color: #a2d5a2;
}

.btn-option.selected[data-value="oui"],
.btn-option.selected[data-value="oui"]:hover {
  background-color: #d4edda;
  color: #155724;
}

.btn-option.selected[data-value="non"],
.btn-option.selected[data-value="non"]:hover {
  background-color: #f8d7da;
  color: #721c24;
}

#submit-form {
  cursor: pointer;
  margin: 24px auto 0;
}

#result-offer {
  margin-top: 30px;
  text-align: center;
}

.hidden {
  display: none;
}

@media screen and (max-width: 768px) {
  .reseau-testimonials {
    max-width: 100%;
  }
}

/* -------------- PAGE LABEL ----------------- */

.accessible-reseau {
  background-color: #fafafb;
}

.centered-content-wrapper {
  max-width: 60%;
  margin: 0 auto;
}

.carousselTestimonialsLabel.swiper-container {
  width: 70%;
}
.carousselTestimonialsLabel .swiper-slide {
  background-color: transparent;
}

.carousselTestimonialsLabel .swiper-button-next:after,
.carousselTestimonialsLabel .swiper-button-prev:after {
  display: none;
}

.label-testimonials {
  background-color: #edf7fa;
  overflow: hidden;
  padding: 50px 0px;
}

/* -------------- PAGE NOTRE ENGAGEMENT ----------------- */
.section-engagement .single-feature-wrapper:last-child {
  margin-bottom: 0px;
}

.formation-network-hub {
  display: flex;
  flex-direction: row;
  gap: 15px;
  text-align: center;
}

.formation-network-hub .primary-btn {
  display: block;
  margin: 0 auto;
  height: auto;
}

.network-hub-wrapper {
  /* background: url('/wp-content/uploads/2023/08/Services-orthodontistes-ortho-up-2.jpg');
	background-size: cover;
	background-position: center; */
  border-radius: 21px;
  min-height: 400px;
}

.formation-hub-wrapper {
  /* background: url('/wp-content/uploads/2023/08/Image-formations-ortho-up.jpg');
	background-size: cover;
	background-position: center; */
  border-radius: 21px;
  height: 400px;
}

.network-hub-wrapper,
.formation-hub-wrapper {
  flex-basis: 50%;
}

.overlay-bloc {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 21px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
  height: 400px;
  width: 100%;
  transition: 0.3s ease-in-out;
}

.overlay-bloc:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

/* ----------------- PAGE SINGLE ARTICLE ---------------- */

.article-hero {
  background-size: cover;
  background-position: center;
}

.article-hero-overlay {
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.article-hero h1 {
  max-width: 80%;
  text-align: center;
}

.meta-wrapper {
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  text-align: center;
}

.article-hero .meta-wrapper .article-category,
.article-hero .meta-wrapper .article-date {
  padding: 20px 50px;
}

.vertical-separator {
  background-color: var(--light-blue);
  width: 1px;
}

.article-hero .meta-wrapper h6 {
  font-size: 18px;
  margin: 0px 0px 10px 0px;
}

.article-content {
  display: block;
  margin: 0 auto;
  padding: 60px 10px;
  max-width: 800px;
}

/* PAGINATION */

.pagination {
  text-align: center;
}

.pagination a {
  font-size: 16px;
  text-decoration: none;
  background-color: var(--default-white);
  border: solid 1px var(--light-blue);
  border-radius: 100px;
  color: var(--light-blue);
  padding: 10px 18px 7px 18px;
  transition: 0.1s ease-in-out;
}

.pagination a:hover {
  background-color: var(--light-blue);
  color: var(--default-white);
}

.pagination .current {
  margin: 0px 15px;
}

/* NEXT PREVIUS ARTICLE  */

.article-navigation .container {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}

.article-navigation a {
  background-color: #f2f2f2;
  color: var(--light-blue);
  text-decoration: none;
  font-weight: 600;
  padding: 10px;
  width: 50%;
}

section#auteur-article .flex-auteur img {
  float: left;
  max-width: min(50%, 200px);
  margin: 0 1.5em 1.5em 0;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  section#auteur-article .flex-auteur div:first-of-type {
    max-width: 50%;
  }

  section#auteur-article .flex-auteur img {
    float: none;
  }
}

/* ------------------------ PAGE ARTICLES / BLOG -------------------------- */

/* Category Filters  */
/* Style du conteneur du filtre */

.category-filter {
  margin-bottom: 20px;
  text-align: center;
}

.category-filter h3 {
  margin-bottom: 15px;
}

/* Style du menu déroulant */
#category-filter-select {
  padding: 10px 15px;
  border: 1px solid var(--light-blue);
  border-radius: 21px;
  background-color: #fff;
  font-size: 16px;
  color: #333;
  width: 220px;
}

.single-list-article {
  background-color: #edf7fa;
  border-radius: 21px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: 0px auto 50px auto;
  max-width: 80%;
  padding: 15px;
}

.single-list-article .article-img-wrapper {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 21px;
  min-width: 30%;
  max-width: 30%;
}

.single-list-article .article-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
}

.single-list-article .article-link-wrapper {
  text-align: right;
}

/* ------------------ PAGE CONTACT ----------------- */

.contact h1 {
  margin-bottom: 75px;
}

.contact .line span {
  position: relative;
}

.contact-wrapper {
  text-align: center;
}

.contact-wrapper .form-text-bloc {
  margin: 0 auto 50px auto;
  max-width: 600px;
}

.contact-wrapper .form-bloc {
  background-color: #fafafb;
  border-top: solid 1px #f1f1f1;
  max-width: 800px;
  margin: 0 auto;
  padding: 25px;
}

/* .contact-wrapper {
	display: flex;
	flex-direction: row;
	gap: 50px;
}

.contact-wrapper>div {
	max-width: 50%;
} */

.formulaire-zoho-wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.form-bloc label {
  color: var(--light-blue);
  font-weight: 600;
}

.form-bloc input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-color: var(--light-blue);
  border-bottom-width: 1px;
  margin-bottom: 20px;
  padding: 10px 0px;
}

.form-bloc .wpcf7-list-item-label {
  color: var(--darkblue-color);
  font-weight: 400;
}

.form-bloc .wpcf7-submit {
  border: solid 1px var(--light-blue);
  font-family: "Poppins";
  font-size: 15px;
  display: block;
  font-weight: 500;
  background-color: var(--light-blue);
  border-radius: 8px;
  color: var(--default-white);
  margin: 25px auto;
  padding: 14px 21px;
  text-decoration: none;
  /* height: 18px; */
  line-height: normal;
  width: fit-content;
  transition: 0.1s ease-in;
}

.form-bloc .wpcf7-submit:hover {
  background-color: white;
  color: var(--light-blue);
}

#gform_4 .form-contact-interest .gchoice {
  display: inline;
}

#gform_4 .form-contact-interest input {
  vertical-align: baseline;
}

#gform_4 input.button,
#gform_11 input.button {
  border: solid 1px var(--light-blue);
  border-radius: 8px;
  color: var(--default-white);
  font-weight: 600;
  padding: 15px 30px;
  background-color: var(--light-blue);
  transition: 0.1s ease-in-out;
}

#gform_4 input.button:hover,
#gform_11 input.button:hover {
  background-color: var(--default-white);
  color: var(--light-blue);
}

#gform_4 .gform_footer {
  justify-content: center;
}

/* ------------------ PAGE COMPTE ----------------- */

#account .woocommerce-MyAccount-navigation {
  background-color: var(--bg-green);
  border-radius: 21px;
  padding: 25px;
}

#account .woocommerce-MyAccount-navigation-link {
  font-weight: 600;
  margin-bottom: 15px;
}

#account .woocommerce-MyAccount-navigation-link a {
  color: var(--light-blue);
  text-decoration: none;
}

#account .woocommerce-MyAccount-navigation-link a:hover,
#account .woocommerce-MyAccount-navigation .is-active a {
  color: var(--darkblue-color) !important;
}

/* ------------------ PAGE SIMPLE ----------------- */
.single-page .container {
  max-width: 1190px;
}

.single-page h2,
.single-page h3,
.single-page h4 {
  line-height: 1.2em;
}

.single-page h2 {
  font-size: 36px;
}

.single-page h3 {
  font-size: 26px;
}

.single-page h4 {
  font-size: 26px;
}

.single-page li {
  margin-bottom: 10px;
}

.single-page ul {
  margin-bottom: 25px;
}

/* Espace adhérents  */

.msg-adh-wrapper {
  max-width: 400px;
  margin: 0 auto;
}

.msg-adh {
  font-size: 15px !important;
  text-align: center;
}

.formulaire-connexion .input-group {
  margin-bottom: 5px;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group-addon,
.input-group-btn {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}

.input-group,
.form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.form-control {
  border-radius: 0px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition:
    border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}

/* .btn.btn-default {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0px;
  line-height: 1.42857143;
  white-space: nowrap;
  vertical-align: middle;
} */

/***********************************************/
/********** FIN DE L'ESPACE ADHÉRENTS **********/
/***********************************************/

/* +++++ Page Sécurisée++++++ */

.post-password-form {
  max-width: 80%;
  margin: 75px auto;
  text-align: center;
}

.post-password-form input[type="password"] {
  border: solid 1px var(--light-green);
  display: block;
  margin: 0px auto 16px auto;
  padding: 10px;
}

.post-password-form input[type="submit"] {
  background-color: var(--light-blue);
  border: solid 1px var(--light-blue);
  color: var(--default-white);
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .post-password-form input[type="password"] {
  }
}
/* +++++++++++++++++++++ RESPONSIVE DESIGN ++++++++++++++++++++++++ */

/* --------------- TABLET ------------------ */

@media screen and (max-width: 1025px) {
  .container {
    width: 90%; /* Ajuster selon les besoins */
    /* padding: 60px; */
  }

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

  .two-cols-text-img-wrapper {
    flex-direction: column;
    gap: 50px;
  }

  .two-cols-text-img-wrapper > div {
    width: 100;
  }

  .network-top {
    gap: 25px;
  }

  .single-feature-wrapper {
    gap: 25px;
  }

  /* HEADER  */

  #masthead {
    padding: 10px;
  }

  .menu-toggle {
    background-color: var(--default-white);
    border: none;
    border-radius: 26px;
    display: block;
    color: var(--darkblue-color);
    position: absolute;
    right: 10px;
    width: 35px;
    z-index: 9999;
    padding: 10px;
  }

  .menu-toggle img {
    display: block;
  }

  #hamburger-content.open .menu-toggle {
    display: none;
  }

  .menu-menu-principal-container {
    width: 100%;
  }

  .main-navigation {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--light-blue);
    z-index: 1000;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .main-navigation.open {
    transform: translateY(0);
  }

  .main-navigation ul {
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .main-navigation ul li {
    display: block;
    width: 100%;
    text-align: center;
    /* border-bottom: 1px solid #444; */
    padding: 5px 0;
    box-sizing: border-box;
  }

  .main-navigation ul li:after {
    display: none;
  }

  .main-navigation ul li a {
    color: #fff;
    font-size: 16px;
    padding: 10px;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .pictos-menu {
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 9999;
  }

  /* ACCUEIL */

  /* Section HERO */

  /* .hero-slide-left .hero-slide-title {
      font-size: 65px;
    } */
  .hero-slide-left .hero-slide-paragraph {
    max-width: 100%;
  }

  .hero-slide-title span {
    line-height: 1;
  }

  .swiper-slide {
    flex-direction: column;
  }

  .hero-slide-left-content-wrapper {
    padding: 30px;
  }

  .hero-slide-title .line {
    height: 60px;
  }

  .swiper-slide .orthodontie-individualisee {
    top: 55%;
    left: 75%;
    transform: translateY(-55%);
  }

  .detail-formation-wrapper,
  .formateurs-experts-wrapper {
    gap: 25px;
  }

  .two-cols-text-img-wrapper {
    flex-direction: column;
  }

  .two-cols-text-img-wrapper .two-cols-text,
  .two-cols-text-img-wrapper .two-cols-vid {
    width: 100%;
    padding: 0px;
  }

  /*  Section newsletter  */

  .section-newsletter #gform_wrapper_3,
  section.catalogue #gform_wrapper_5 {
    width: 60%;
  }

  #gform_wrapper_3 span input,
  #gform_wrapper_3 div input,
  #gform_wrapper_5 span input,
  #gform_wrapper_5 div input {
    padding: 5px;
  }

  /* ----------------------- FOOTER ------------------- */
  .footer .container {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .footer-logo-wrapper {
    margin: 0 auto;
  }

  .followup-picto-wrapper {
    justify-content: center;
  }

  /* PAGE LE RESEAU  */

  .top-single-item {
    padding: 25px 15px;
  }
  .content-single-item {
    padding: 25px 15px;
  }

  .single-feature-wrapper {
    flex-direction: column;
  }

  .accordion {
    max-width: 80%;
  }

  /* PAGE FORMATION  */
  .key-featured-testimonials {
    flex-direction: column;
  }

  /* PAGE GRAND PUBLIC  */
  .centered-content-wrapper {
    max-width: 80%;
  }

  .single-list-article {
    max-width: 100%;
  }

  /* PAGE SINGLE FORMATION  */
  .form-avis p {
    font-size: 38px;
    line-height: 1.2em;
  }

  .two-cols-text-img-wrapper .two-cols-shortdesc {
    width: 100%;
  }

  .discover-the-network {
    max-width: 80%;
  }
  .discover-the-network .title {
    font-size: 20px;
  }
}
/* --------------- END TABLET ------------------ */

/* --------------- MOBILE ------------------ */

@media screen and (max-width: 729px) {
  /* ------------------- GLOBAL ----------------------- */
  h1 {
    font-size: 55px;
    line-height: 55px;
  }

  h2 {
    font-size: 55px;
  }

  .page-title .line {
    height: 55px;
  }

  .container {
    width: 100%; /* Utilise toute la largeur de l'écran */
    padding: 30px;
  }

  .alt-title {
    font-size: 36px;
    /* line-height: 45px; */
  }

  .section-title {
    margin-bottom: 25px;
  }

  /* ------------------- HEADER ----------------------- */

  /* ------------------- FOOTER ----------------------- */

  /* ------------------- HOMEPAGE ----------------------- */

  /* Section HERO */

  .hero-slide-left .hero-slide-title {
    font-size: 65px;
  }
  .hero-slide-left .hero-slide-paragraph {
    max-width: 100%;
  }

  .hero-slide-title span {
    line-height: 1;
  }

  #hero .swiper-button-next,
  #hero .swiper-button-prev {
    display: none;
  }
  /* 
	.hero-slide-left, .hero-slide-right {
		width: 100%;
	} */

  .swiper-slide {
    flex-direction: column;
  }

  .hero-slide-left-content-wrapper {
    padding: 30px;
  }

  .hero-slide-title .line {
    height: 60px;
  }

  .swiper-slide .orthodontie-individualisee {
    top: 55%;
    left: 75%;
    transform: translateY(-55%);
  }

  /* Section Formations  */
  .formations-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 40px;
  }

  .formation-grid-element {
    padding: 15px;
  }

  .formation-desc-wrapper {
    padding: 15px;
  }

  /* Section logo partenaires  */
  .logo-partenaires-wrapper .swiper-container {
    width: 90%;
  }

  /* Section Témoignages  */

  .temoignages-section .formations-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .temoignages-section .temoignages-grid-element:nth-last-child(-n + 2) {
    display: none;
  }

  /* Section carroussel articles  */
  .articles .swiper-container {
    max-width: 100%;
  }

  .articles .swiper-container .swiper-button-next {
    left: 60px;
    top: 0px;
    align-items: start;
  }

  .articles .swiper-container .swiper-button-prev {
    left: 0px;
    top: 0px;
    align-items: start;
  }

  /* Section Newsletter  */
  /* .section-newsletter form .newsletter-email {
		width: 90%;
	} */

  .section-newsletter #gform_wrapper_3,
  section.catalogue #gform_wrapper_5 {
    width: 90%;
  }

  /* Foire aux questions  */

  .accordion-header {
    font-size: 16px;
  }

  /* ------------------- PAGE NOS FORMATIONS ----------------------- */

  .nos-formations .img-wrapper {
    text-align: center;
  }

  .key-featured-testimonials {
    flex-direction: column;
  }

  .key-number-wrapper,
  .formation-testimonials {
    max-width: 100%;
  }

  .temoignage-quote {
    font-size: 18px;
  }

  .temoignage-quote:before {
    width: 20px;
    height: 20px;
  }

  .formation-testimonials .swiper-button-next,
  .formation-testimonials .swiper-button-prev {
    display: none;
  }

  /* ------------------- PAGE SINGLE FORMATION ----------------------- */

  .accordion {
    max-width: 100%;
  }

  .two-cols-text-img-wrapper .two-cols-shortdesc {
    width: 100%;
  }

  .two-cols-text-img-wrapper .two-cols-shortdesc .wrapper {
    flex-direction: column;
    padding: 0px;
  }

  .two-cols-text-img-wrapper .two-cols-shortdesc .two-cols-pre-requis {
    width: 100%;
  }

  .two-cols-text-img-wrapper .two-cols-shortdesc .two-cols-form-meta {
    text-align: center;
    width: 100%;
  }

  .detail-formation-wrapper {
    flex-direction: column;
    gap: 50px;
  }

  .single-detail {
    max-width: 100%;
  }

  .detail-list-item li {
    font-size: 14px;
  }

  #formation-sessions .formations-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .faq-cgv-section {
    flex-direction: column;
  }

  .faq-col,
  .cgv-col {
    width: 100%;
  }

  .key-number-wrapper,
  .formation-testimonials {
    max-width: 100%;
  }

  .key-number-wrapper .single-key .key-number {
    margin: 0 auto;
  }

  .key-number-wrapper .single-key {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }

  .formateurs-experts-wrapper {
    flex-direction: column;
    gap: 25px;
  }

  /* .single-expert {
    text-align: center;
  } */

  .offers-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .form-avis h2 {
    font-size: 36px;
  }

  .form-avis p {
    font-size: 18px;
    line-height: 1.4em;
  }

  .discover-the-network {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    padding: 30px;
  }

  .discover-the-network .text-wrapper {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .discover-the-network .btn-wrapper {
    max-width: 100%;
  }

  .discover-the-network .title {
    font-size: 26px;
  }

  .network-top {
    flex-direction: column;
  }

  .network-top-img-wrapper {
    max-width: 100%;
  }

  .network-top-content-wrapper {
    max-width: 100%;
  }

  .cta-booking {
    max-width: 90%;
    margin: 30px auto;
    padding: 15px 25px 11px 25px;
  }

  /* .cta-booking p {
		font-size: 18px;
		line-height: 50px;
	} */

  .cta-booking span {
    font-size: 18px;
  }

  .cta-booking .primary-btn {
    font-size: 14px;
  }

  .single-feature-wrapper {
    flex-direction: column;
    gap: 15px;
  }

  .single-feature-wrapper:not:last-child {
    margin-bottom: 75px;
  }

  .single-feature-wrapper.reversed {
    flex-direction: column-reverse;
  }

  .single-feature-wrapper .separator {
    margin: 10px auto;
  }

  .reverted {
    flex-direction: column-reverse;
  }

  .single-feature-wrapper .img-wrapper,
  .single-feature-wrapper .content-wrapper {
    max-width: 100%;
  }

  .single-feature-wrapper .content-wrapper {
    padding: 0px;
  }

  .network-journey .container {
    flex-direction: column;
  }

  .network-journey .journey-wrapper,
  .network-journey .map-wrapper {
    max-width: 100%;
  }

  .formation-testimonials {
    padding: 30px;
  }

  .key-featured-testimonials h3 {
    margin-bottom: 15px;
  }

  .key-featured-testimonials .temoignages-wrapper {
    padding: 15px;
  }

  .calendrier p {
    font-size: 26px;
  }

  /* ------------------- PAGE LABEL ----------------------- */

  .label .two-cols-text {
    width: 100%;
  }

  .label .two-cols-vid {
    width: 100%;
  }

  .centered-content-wrapper {
    max-width: 100%;
  }

  .carousselTestimonialsLabel.swiper-container {
    width: 100%;
  }

  /* ------------------- PAGE ENGAGEMENT ----------------------- */

  .formation-network-hub {
    flex-direction: column;
  }

  /* ------------------- PAGE LE RESEAU ----------------------- */

  .btn-bottom-container {
    flex-direction: column;
    gap: 25px;
  }

  .content-single-item {
    padding: 25px 30px;
  }

  /* ------------------- PAGE ARTICLES / BLOG ----------------------- */

  .two-cols-text-img-wrapper {
    gap: 25px;
  }

  .two-cols-text-img-wrapper .two-cols-vid {
    width: 100%;
  }

  .single-list-article {
    flex-direction: column;
    max-width: 100%;
  }

  .single-list-article .article-img-wrapper,
  .single-list-article .article-content-wrapper {
    min-width: 100%;
    max-width: 100%;
  }

  .single-list-article .article-img-wrapper {
    min-height: 250px;
  }

  .article-navigation .container {
    flex-direction: column;
    gap: 25px;
  }

  .article-navigation a {
    width: 100%;
  }

  section#auteur-article .flex-auteur img {
    max-width: 100%;
    margin: 1em 0;
  }

  /* ------------------- PAGE CONTACT ----------------------- */

  .contact-wrapper {
    flex-direction: column;
  }

  .content-wrapper > div {
    max-width: 100%;
  }

  #gform_4 .form-contact-interest .gchoice {
    display: block;
  }
}

/* --------------- FIN MOBILE ------------------ */

/* --------------- 2025 - QUIZ JO ------------------ */

.quiz-result {
  padding: 1.5em;
  background-color: #f4f9ff;
  border: 2px solid #0073aa;
  font-size: 1.2em;
  border-radius: 8px;
}
