@charset "UTF-8";
/*
Theme Name:  ATTPS
Theme URI:   https://attps.fr/
Version:     3.0
Description: Theme Enfant Divi
Author:      ATTPS
Author URI:  https://attps.fr/
Template:    Divi
*/
/*- Add any CSS custom code for this child theme below this line -*/
/* ================================================
   FUNCTIONS
   ------------------------------------------------ */
/* ==================================================
   SCSS VARIABLES
   --------------------------------------------------
   SUMMARY
   1. Colors
   2. Typography
   3. Layout & Spacing
   4. Borders & Radius
   5. Shadows
   6. Transitions & Animations
   7. Breakpoints
   ================================================== */
/* ================================================
   1. COLORS
   ------------------------------------------------ */
:root {
  --swiper-navigation-color: #C2AD8D !important;
  --swiper-navigation-size: 16px !important;
  --swiper-navigation-sides-offset: 0;
}
/* ================================================
   2. TYPOGRAPHY
   ------------------------------------------------ */
/* ================================================
   3. LAYOUT & SPACING
   ------------------------------------------------ */
/* ================================================
   4. BORDERS & RADIUS
   ------------------------------------------------ */
/* ================================================
   5. SHADOWS
   ------------------------------------------------ */
/* ================================================
   6. TRANSITIONS & ANIMATIONS
   ------------------------------------------------ */
/* ================================================
   7. BREAKPOINTS
   ------------------------------------------------ */
/* ==================================================
   SCSS MIXINS
   --------------------------------------------------
   SUMMARY
   1. Responsive mixins
   2. Flexbox shortcuts
   3. Absolute shortcuts
   4. Text shortcuts
   5. Display shortcuts
   6. Animation shortcuts
   7. Buttons
   8. Background
   ================================================== */
/* ================================================
   1. RESPONSIVE MIXINS
   ------------------------------------------------ */
/* ================================================
   2. Flexbox shortcuts
   ------------------------------------------------ */
/* ================================================
   3. Absolute shortcuts
   ------------------------------------------------ */
/* ================================================
   4. Text shortcuts
   ------------------------------------------------ */
/* ================================================
   5. Display shortcuts
   ------------------------------------------------ */
/* ================================================
   6. Animation shortcuts
   ------------------------------------------------ */
/* ================================================
   7. Buttons
   ------------------------------------------------ */
/* ================================================
   8. Background
   ------------------------------------------------ */
/* ==================================================
   TYPOGRAPHY
   ================================================== */
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Light.ttf") format("ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Medium.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-SemiBold.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "DM Sans", Arial, sans-serif !important;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
  background-color: #ffffff;
  font-display: swap;
}
p {
  margin-bottom: 1rem;
  font-family: "DM Sans", Arial, sans-serif !important;
  font-display: swap;
}
a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
a::before {
  transition: all 300ms ease-in-out;
}
a:hover, a:focus {
  color: #C2AD8D !important;
  border-color: #C2AD8D !important;
  outline: none;
}
a:hover::before, a:focus::before {
  background-color: #C2AD8D !important;
}
h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  font-family: "DM Sans", Arial, sans-serif !important;
  color: #ffffff !important;
  font-display: swap;
}
h1 {
  margin-bottom: 1rem;
  color: #ffffff !important;
}
h1, .h1 {
  width: 100%;
  font-family: "DM Sans", Arial, sans-serif !important;
  font-weight: 500;
  font-size: clamp(3rem, 4vw, 5.25rem);
  font-display: swap;
}
h2, .h2 {
  font-size: clamp(1.5rem, 3.5vw, 2.5rem) !important;
}
h3, .h3 {
  font-size: clamp(1.25rem, 2vw, 1.875rem) !important;
}
h4, .h4 {
  font-size: 1rem;
}
h5, .h5 {
  font-size: 0.875rem;
}
h6, .h6 {
  font-size: 0.75rem;
}
ul, ol {
  padding-left: 1.5rem;
  margin: 1rem 0;
  font-family: "DM Sans", Arial, sans-serif !important;
  font-size: 1rem;
  font-display: swap;
}
ul li, ol li {
  margin-bottom: 0.75rem;
}
blockquote {
  padding-left: 1rem;
  margin: 1rem 0;
  font-style: italic;
  color: #585858;
  border-left: 2px solid #e1e1e1;
}
small {
  font-size: 0.75rem;
  color: #717171;
}
strong {
  font-weight: 700;
}
label {
  margin-left: 0.25rem;
  font-size: 1rem !important;
  font-weight: 700;
}
code {
  padding: 0 0.25rem;
  font-family: "Courier New", monospace;
  background-color: #f1f1f1;
  border-radius: 4px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/* ==================================================
   FOOTER
   ================================================== */
.footer-icon {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.footer-icon p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.footer-icon img {
  width: 20px;
  margin-right: 5px;
}
.newsletter-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 85, 122, 0.7);
}
.menu-footer a {
  display: block;
}
.menu-footer a:not(.is-secondary) {
  padding-left: 10px;
  text-transform: uppercase;
}
.menu-footer a:not(.is-secondary):not(:first-child) {
  margin-top: 15px;
}
.menu-footer a:not(.is-secondary):not(:first-child):hover::before {
  background-color: transparent !important;
}
.menu-footer a:not(.is-secondary)::before {
  content: "";
  width: 10px;
  height: 10px;
  position: relative;
  left: -15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/wp-content/uploads/2025/11/Dot_Red.svg");
}
.menu-footer a.is-secondary {
  padding-left: 40px;
}
.social-links {
  display: flex;
  flex-direction: column;
}
.social-links img, .social-links i {
  width: 22px;
}
.social-links a {
  margin-bottom: 20px;
}
.social-links a span {
  margin-left: 10px;
  text-decoration: underline;
}
/* ==================================================
   HEADER
   ================================================== */
/* ==================================================
   NAVIGATION
   ================================================== */
.menu-container {
  height: 110px;
}
/* ==================================================
   FORMS
   ================================================== */
input[type="text"], input[type="email"], input[type="tel"], textarea {
  margin-bottom: 20px !important;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
  border-color: #C2AD8D;
  color: #C2AD8D;
}
textarea {
  border: 1px solid #ffffff;
}
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 4rem !important;
  background-color: #C2AD8D !important;
  color: #000000 !important;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
  border: none;
  border-radius: 100px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: background-color 300ms ease-in-out, transform 150ms ease-in-out, box-shadow 300ms ease-in-out;
  border-radius: 16px;
}
input[type="submit"]:hover {
  background-color: #b69c76;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
input[type="submit"]:active {
  background-color: #ad9065;
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
input[type="submit"]:disabled {
  background-color: #e1e1e1;
  color: #717171;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}
.gfield_label, .gform-field-label--type-sub {
  font-size: clamp(1rem, 2vw, 1.25rem) !important;
  font-weight: 400 !important;
  line-height: 1.2;
}
.gfield_description {
  padding-top: 0 !important;
  padding-bottom: 10px;
  border: none !important;
  font-size: 0.75rem !important;
  opacity: 0.7;
}
.gform-field-label {
  font-weight: 400;
}
/* ==================================================
   MODALS
   ================================================== */
/* ==================================================
   TABLE
   ================================================== */
table {
  width: 100%;
  margin: 1.5em 0;
  border-collapse: collapse;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
}
th {
  padding: 12px 15px;
  background-color: #C2AD8D;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
}
td {
  padding: 10px 15px;
  border-bottom: 1px solid #e1e1e1;
}
tr:nth-child(even) {
  background-color: #f9f9f9;
}
tr:hover {
  background-color: #2D97D7;
}
/* ===== ADAPTATION MOBILE ===== */
@media (min-width: 768px) {
  table, thead, tbody, th, td, tr {
    display: block;
  }
  tr {
    padding: 10px;
    margin-bottom: 1em;
    border: 1px solid #c1c1c1;
    background-color: #ffffff;
    border-radius: 8px;
  }
  td {
    display: flex;
    flex-direction: column;
    padding: 8px 10px;
    border: none;
    justify-content: space-between;
    align-items: center;
  }
  td::before {
    content: attr(data-label);
    font-weight: 500;
    text-transform: uppercase;
    color: #C2AD8D;
    flex-basis: 45%;
    text-align: left;
  }
}
/* ==================================================
   HOME
   ================================================== */
.page.home .et_pb_section_0_tb_body {
  height: 90vh;
}
.page.home .header-home {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  align-items: end;
  flex-direction: column;
  transform: translateX(-50%);
}
@media (min-width: 981px) {
  .page.home .header-home {
    flex-direction: row;
  }
  .page.home .header-home .et_pb_column_1_tb_body {
    padding-left: 60px;
  }
}
.page.home .arrow-header {
  transition: all 300ms ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0 !important;
  transform: rotate(90deg) translateY(100%);
}
.page.home .arrow-header:hover {
  bottom: -10px;
}
.page.home .arrow-header a {
  border: 1px solid #C2AD8D;
  border-radius: 50%;
  padding: 10px;
  width: 45px;
  height: 45px;
  display: block;
}
.page.home .arrow-header img {
  width: 25px;
  transform: translate(0%, -7%);
}
.image-text-block .js-content-show {
  padding-bottom: 35px;
}
.podcast-block .left-column {
  padding: 40px;
  border-radius: 16px;
  background-color: #C2AD8D;
}
@media (min-width: 981px) {
  .podcast-block .left-column {
    max-width: 500px;
  }
}
.podcast-block .left-column a {
  padding: 20px 40px;
  margin-top: 20px;
  color: #000000;
}
.podcast-block .left-column a::before {
  background-color: #000000;
}
.podcast-block .left-column a:hover {
  color: #ffffff !important;
}
.podcast-block .left-column a:hover::before {
  background-color: #ffffff !important;
}
.commentaries-blocks .item {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 100px;
  position: relative;
  justify-content: right;
  display: flex;
}
@media (min-width: 768px) {
  .commentaries-blocks .item {
    padding-right: 100px;
  }
}
.commentaries-blocks .js-content-show {
  transition: all 300ms ease-in-out;
  max-height: 110px;
  margin-bottom: 15px;
  overflow: hidden;
}
.commentaries-blocks .js-content-show.active {
  max-height: 500px;
}
@media (min-width: 768px) {
  .commentaries-blocks .js-content-show {
    max-height: 100%;
    margin-bottom: 0;
  }
}
.commentaries-blocks .action-input {
  position: initial;
}
.commentaries-blocks img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .commentaries-blocks img {
    width: auto;
    height: 370px;
  }
}
.commentaries-blocks .blur-background {
  max-width: 90%;
  position: absolute;
  right: 12px;
  bottom: 0;
}
@media (min-width: 768px) {
  .commentaries-blocks .blur-background {
    width: 430px;
  }
}
@media (min-width: 981px) {
  .commentaries-blocks .blur-background {
    left: 200px;
  }
}
@media (min-width: 981px) {
  .commentaries-blocks::after {
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 400px;
    height: 400px;
    position: absolute;
    right: -400px;
    bottom: 80px;
    display: block;
    background-image: url("/wp-content/uploads/2025/11/Element_HP_2.svg");
    z-index: -1;
  }
}
/* ==================================================
   ALL PAGES
   ================================================== */
.page:not(.home) .shadow-background {
  height: 70vh;
}
.page:not(.home) .shadow-background .et_pb_row {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: end;
  flex-direction: column;
}
#main-content ul {
  list-style-type: none;
}
#main-content ul li {
  margin-bottom: 0;
}
#main-content li::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 10px;
  height: 10px;
  position: relative;
  left: -10px;
  display: inline-block;
  background-image: url("/wp-content/uploads/2025/11/li-icon-white.svg");
}
.list-primary-color li {
  color: #C2AD8D;
}
.list-primary-color li::before {
  background-image: url("/wp-content/uploads/2025/11/Dot_Gold.svg") !important;
}
iframe #player-container > div > div > div {
  border-radius: 16px;
}
.image-text-block .js-content-show {
  display: none;
}
@media (min-width: 768px) {
  .image-text-block .js-content-show {
    display: block !important;
  }
}
.container-light {
  max-width: 1000px;
  margin: auto;
}
.image-text-block .js-content-show.active {
  display: block;
}
.js-show-less, .js-show-more {
  display: none;
}
.js-show-less.active, .js-show-more.active {
  display: inline;
}
@media (min-width: 768px) {
  .visually-mobile {
    display: none !important;
  }
}
.visually-dektop {
  display: none !important;
}
@media (min-width: 768px) {
  .visually-dektop {
    display: block !important;
  }
}
.blur-background {
  padding: 20px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.img-radius {
  border-radius: 16px;
}
.image-text-block__content {
  transition: all 300ms ease-in-out;
  max-width: 80%;
  margin-left: auto;
  position: relative;
  top: -60px;
}
.image-text-block__content.active {
  max-width: 100%;
}
.image-text-block__content .blur-btn:hover {
  color: #000000 !important;
}
.image-text-block__content .blur-btn:hover::before {
  background-color: #000000 !important;
}
.image-text-block .img-container {
  width: calc(100% - 40px);
  height: 300px;
  margin: auto;
  border-radius: 16px;
  overflow: hidden;
}
.image-text-block .img-container img {
  width: 100%;
  height: 100%;
  min-height: 425px;
  object-fit: cover;
  object-position: center -120px;
}
@media (min-width: 768px) {
  .image-text-block {
    padding-bottom: 50px;
  }
  .image-text-block::before {
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/wp-content/uploads/2025/11/Element_HP_1.svg");
    width: 400px;
    height: 400px;
    display: block;
    position: absolute;
    left: -200px;
    bottom: 20px;
    z-index: -1;
  }
  .image-text-block > div {
    display: flex;
    align-items: baseline;
  }
  .image-text-block .img-container {
    height: auto;
    width: auto;
  }
  .image-text-block .img-container img {
    object-position: initial;
  }
  .image-text-block .image-text-block__content {
    max-width: 50%;
    top: 50px;
    left: -80px;
  }
}
.txt-blue {
  margin-top: 15px;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 700;
  color: #2D97D7;
}
.blur-btn {
  padding: 20px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 10px 40px;
  margin-left: auto;
  display: table;
  border-radius: 8px;
  text-transform: uppercase;
  align-items: center;
}
.blur-btn::before {
  content: "";
  display: block;
  mask-image: url("/wp-content/uploads/2025/11/arrow.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("/wp-content/uploads/2025/11/arrow.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transition: all 300ms ease-in-out;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
}
.blur-btn:hover::before {
  left: 15px;
}
.action-input {
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-transform: uppercase;
  color: #2D97D7;
}
.action-input::before {
  content: "➔";
  margin-right: 5px;
}
.img-background {
  position: relative;
}
.img-background::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to top, black 0%, rgba(15, 25, 53, 0.7) 40%, rgba(15, 25, 53, 0.2) 70%, rgba(15, 25, 53, 0) 100%);
}
.img-shadow .et_pb_image_wrap {
  position: relative;
}
.img-shadow .et_pb_image_wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 16px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(to top, black 0%, rgba(15, 25, 53, 0.7) 20%, rgba(15, 25, 53, 0.3) 60%, rgba(15, 25, 53, 0) 80%);
}
/* ==================================================
   NEWS
   --------------------------------------------------
   SUMMARY
   1. list of news
   2. single news page
   ================================================== */
/* ================================================
   1. LIST OF NEWS
   ------------------------------------------------ */
@media (min-width: 768px) {
  .et_pb_posts > div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  .et_pb_posts > div > :first-child {
    grid-column: 1 / -1;
  }
}
.et_pb_posts article img {
  border-radius: 16px;
}
.et_pb_posts article:not(:first-child) img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.et_pb_posts article:not(:first-child) .more-link {
  padding: 20px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 10px 40px;
  margin-left: auto;
  border-radius: 8px;
  display: table;
  text-transform: uppercase;
  align-items: center;
}
.et_pb_posts article:not(:first-child) .more-link::before {
  content: "";
  display: block;
  mask-image: url("/wp-content/uploads/2025/11/arrow.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("/wp-content/uploads/2025/11/arrow.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
}
.et_pb_posts article:not(:first-child) .more-link:hover::before {
  left: 15px;
}
.et_pb_posts article:not(:first-child) .entry-title {
  margin-bottom: 0;
  line-height: 0.8;
}
.et_pb_posts article:not(:first-child) .entry-title a {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: #C2AD8D;
}
.et_pb_posts article:not(:first-child) .post-content p {
  color: #ffffff;
}
.et_pb_posts article:first-child p {
  color: #ffffff;
}
.et_pb_posts article:first-child .more-link {
  padding-left: 40px;
  margin-left: auto;
  position: relative;
  display: table;
  text-transform: uppercase;
  align-items: center;
}
.et_pb_posts article:first-child .more-link::before {
  content: "";
  display: block;
  mask-image: url("/wp-content/uploads/2025/11/arrow.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("/wp-content/uploads/2025/11/arrow.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .et_pb_posts article:first-child img {
    width: 60%;
  }
  .et_pb_posts article:first-child .blur-background {
    width: calc(40% + 100px);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
/* ================================================
   2. SINGLE NEWS PAGE
   ------------------------------------------------ */
.single p, .single li {
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.5;
}
.single .single-title {
  position: relative;
  top: -90px;
}
@media (min-width: 981px) {
  .single .single-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
}
.single h2 {
  margin-top: 30px;
}
.single .blur-background {
  padding: 40px 20px 15px;
}
.single .article-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 3rem;
}
.single .article-list .title {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 700;
  color: #C2AD8D;
  margin-bottom: 10px;
}
.single .article-list .content {
  line-height: 1.5;
}
.single h2 {
  font-size: clamp(1.375rem, 3.5vw, 2.125rem);
}
/* ==================================================
   CONTACT
   ================================================== */
.page-id-107 .blur-background {
  padding: 20px;
}
@media (min-width: 768px) {
  .page-id-107 .blur-background {
    width: 50%;
    min-width: 235px;
    position: absolute;
    top: 50px;
    right: 0;
  }
}
.page-id-107 .gchoice_other_control {
  visibility: hidden;
}
.page-id-107 .gfield-choice-input:checked ~ .gchoice_other_control {
  visibility: visible;
}
.page-id-107 .contact-icons {
  margin: 0 -10px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.page-id-107 .contact-icons > div {
  padding: 10px;
  flex-basis: 50%;
}
.page-id-107 .contact-icons > div:nth-child(2n +2) {
  justify-content: end;
}
/* ==================================================
   DEMARCHE
   ================================================== */
@media (min-width: 768px) {
  .list-coaching__columns {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 981px) {
  .list-coaching__columns {
    display: flex;
    flex-wrap: nowrap;
  }
}
.list-coaching__column {
  padding-bottom: 30px;
}
@media (min-width: 981px) {
  .list-coaching__column {
    width: 100%;
    margin: 0 80px 30px 0;
    border-right: 1px solid #ffffff;
  }
  .list-coaching__column:last-child {
    border-right: none;
  }
}
@media (min-width: 768px) {
  .list-coaching__column {
    padding: 0 30px 30px;
  }
}
.list-coaching__column h3 {
  font-weight: 300;
}
.list-coaching__column li {
  margin-bottom: 0;
}
.list-coaching__column.first h3 {
  color: #C2AD8D !important;
}
.list-coaching__column.first .objectiv > div {
  color: #C2AD8D;
}
.list-coaching__column.second h3 {
  color: #D24232 !important;
}
.list-coaching__column.second .objectiv > div {
  color: #D24232;
}
.list-coaching__column.third .objectiv > div {
  color: #2D97D7;
}
.list-coaching .objectiv {
  position: relative;
}
@media (min-width: 768px) {
  .list-coaching .objectiv::before {
    content: "";
    display: block;
    mask-image: url("/wp-content/uploads/2025/11/arrow.svg");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url("/wp-content/uploads/2025/11/arrow.svg");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.list-coaching .objectiv > div {
  margin-top: 10px;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 700;
}
.partenaires-block .et_pb_column {
  width: 100%;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .partenaires-block .et_pb_column {
    width: calc(100% / 3 - 10px);
    margin: 0 10px 0 0;
  }
}
.partenaires-block .et_pb_text_inner {
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.5;
}
.partenaires-block .et_pb_text_inner h2 {
  font-size: clamp(1.5rem, 3.5vw, 2.5rem);
}
@media (min-width: 768px) {
  .demarche-text-img-2 {
    padding-bottom: 200px !important;
  }
}
@media (min-width: 768px) {
  .demarche-text-img-2 .et_pb_text {
    width: 100%;
    max-width: 500px;
    position: absolute;
    left: 0;
    bottom: -150px;
  }
}
@media (min-width: 768px) {
  .demarche-text-img-2 img {
    padding: 0 30px;
  }
}
.demarche-text-img-2 .img-art {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  transform: translate(50%, 50%);
}
@media (min-width: 768px) {
  .demarche-text-img-2 .img-art {
    display: block;
  }
}
.demarche-text-img-3 .img-art {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  transform: translate(100%, 50%);
}
@media (min-width: 768px) {
  .demarche-text-img-3 .img-art {
    display: block;
  }
}
.demarche-text-img-4 .et_pb_text {
  width: 100%;
  max-width: 900px;
  position: relative;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
}
.demarche-text-img-4 .et_pb_text a {
  display: inline-flex;
  font-size: clamp(1rem, 2vw, 1.25rem);
  text-transform: uppercase;
  color: #2D97D7;
  align-items: center;
}
.demarche-text-img-4 .et_pb_text a::before {
  content: "";
  display: block;
  mask-image: url("/wp-content/uploads/2025/11/arrow.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("/wp-content/uploads/2025/11/arrow.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-color: #2D97D7;
}
.demarche-text-img-4 .et_pb_text a:hover::before {
  margin-right: 0;
}
/* ==================================================
   FORMATIONS
   ================================================== */
.formations-block img {
  border-radius: 16px;
}
.formations-block .et_pb_text.title {
  position: absolute;
  left: 20px;
  bottom: 60px;
  z-index: 2;
}
.formations-block .et_pb_text:not(.title) {
  padding: 30px;
  border: 1px solid #C2AD8D;
  border-radius: 16px;
}
.formations-block .blur-btn {
  margin: auto;
}
.formations-block-image-art .img-art {
  display: none;
  position: absolute;
  left: 0;
  bottom: -100px;
  transform: translateX(-100%);
}
.formations-block-image-art .img-art img {
  height: 300px;
}
@media (min-width: 768px) {
  .formations-block-image-art .img-art {
    display: block;
  }
}
/* ==================================================
   PODCASTS
   ================================================== */
.links-stream-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 981px) {
  .links-stream-block {
    flex-wrap: nowrap;
  }
}
.links-stream-block h2 {
  padding: 0 0 0 60px;
  margin: 10px;
  position: relative;
  text-transform: uppercase;
}
.links-stream-block h2::before {
  content: "";
  display: block;
  mask-image: url("/wp-content/uploads/2025/11/arrow.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("/wp-content/uploads/2025/11/arrow.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
}
.links-stream-block ul {
  padding: 0 0 0 20px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .links-stream-block ul {
    flex-wrap: nowrap;
  }
}
.links-stream-block ul img {
  max-width: 120px;
  margin: 5px;
}
.links-stream-block li::before {
  content: none !important;
}
