@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
   ------------------------------------------------ */
/* ================================================
   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
   ================================================== */
/* ================================================
   1. RESPONSIVE MIXINS
   ------------------------------------------------ */
/* ================================================
   2. Flexbox shortcuts
   ------------------------------------------------ */
/* ================================================
   3. Absolute shortcuts
   ------------------------------------------------ */
/* ================================================
   4. Text shortcuts
   ------------------------------------------------ */
/* ================================================
   5. Display shortcuts
   ------------------------------------------------ */
/* ================================================
   6. Animation shortcuts
   ------------------------------------------------ */
/* ================================================
   7. Buttons
   ------------------------------------------------ */
/* ==================================================
   TYPOGRAPHY
   ================================================== */
body {
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  background-color: #ffffff;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}
p {
  margin-bottom: 1rem;
  font-family: "DM Sans", Arial, sans-serif !important;
  font-size: 1rem;
  font-display: swap;
  padding-bottom: 0;
}
sup {
  bottom: 0.3em;
}
a {
  color: #000000;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
a:hover, a:focus {
  color: #ffc300 !important;
  border-color: #ffc300 !important;
  outline: none;
}
#main-content p a:not(.btn-primary), #main-content div:not(.content-page-sub-menu) > ul > li a {
  text-decoration: underline;
}
h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-family: "DM Sans", Arial, sans-serif !important;
  font-weight: 700;
  color: #000000 !important;
  line-height: 1.2;
  font-display: swap;
}
h1 {
  margin-bottom: 1rem;
  color: #ffffff !important;
  text-align: center;
}
h1, .h1 {
  width: 100%;
  font-family: "DM Sans", Arial, sans-serif !important;
  font-weight: 700;
  line-height: 1.2;
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-display: swap;
}
h2, .h2 {
  font-size: clamp(1.5rem, 3.5vw, 2.5rem);
}
h3, .h3 {
  font-size: clamp(1rem, 2vw, 1.5rem);
}
h4 {
  font-size: 1rem;
}
h5 {
  font-size: 0.875rem;
}
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;
}
.custom-li ul, .custom-li ol {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  display: table;
}
.custom-li ul li, .custom-li ol li {
  position: relative;
  padding-left: 0;
}
.custom-li ul li::before, .custom-li ol li::before {
  content: "↘";
  display: inline-block;
  /* Permet de se comporter comme du texte */
  margin-right: 10px;
  /* Espace entre la flèche et le texte */
  vertical-align: middle;
  padding: 2px 7px;
  position: static;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background-color: #ffc300;
  border-radius: 8px;
}
/* ==================================================
   ACF
   ================================================== */
.et_pb_code_inner:has(.acf_image), .et_pb_code_inner:has(.acf_image) *, .et_pb_text_inner:has(.acf_image) *, .et_pb_text_inner:has(.acf_image) {
  height: inherit;
  max-height: inherit;
}
*:has(> .acf_image) {
  height: inherit;
  max-height: inherit;
}
/* ==================================================
   FOOTER
   ================================================== */
.et-l--footer {
  color: #ffffff;
}
.et-l--footer .et_pb_section_0_tb_footer.et_pb_section {
  text-align: center;
}
@media (min-width: 981px) {
  .et-l--footer .et_pb_section_0_tb_footer.et_pb_section {
    text-align: left;
  }
}
.et-l--footer .big-text {
  margin: 0;
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 700;
}
.et-l--footer .phone {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.et-l--footer .phone:hover {
  color: #ffc300;
}
.et-l--footer .phone::before {
  content: "" !important;
  font-family: "Font Awesome 7 Pro" !important;
  font-weight: 900;
  font-size: 20px;
  margin-right: 10px;
  width: 25px;
  display: inline-block;
}
.et-l--footer .map-footer {
  display: flex;
  align-items: center;
  color: #ffffff;
  margin-bottom: 10px;
  text-align: left;
}
.et-l--footer .map-footer:hover {
  color: #ffc300;
}
.et-l--footer .map-footer::before {
  content: "" !important;
  font-family: "Font Awesome 7 Pro" !important;
  font-weight: 900;
  font-size: 22px;
  margin-right: 10px;
  width: 25px;
  display: inline-block;
}
.et-l--footer .et_pb_menu_0_tb_footer.et_pb_menu {
  background-color: transparent !important;
}
.et-l--footer .et_pb_menu_0_tb_footer.et_pb_menu .et-menu {
  margin-top: 0;
  flex-direction: column;
}
.et-l--footer .et_pb_menu_0_tb_footer.et_pb_menu .et-menu a {
  padding-bottom: 15px;
  font-size: 1rem;
  color: #f9f9f9;
  text-decoration: underline;
}
.et-l--footer .et_pb_menu_0_tb_footer.et_pb_menu .et_pb_menu__wrap {
  justify-content: center;
}
.et-l--footer .et_pb_menu_0_tb_footer.et_pb_menu .et_mobile_nav_menu {
  display: none !important;
}
.et-l--footer .et_pb_menu_0_tb_footer.et_pb_menu .et_pb_menu__menu {
  display: block !important;
}
.et-l--footer .et_pb_row_1_tb_footer a {
  color: #ffffff;
}
/* ==================================================
   HEADER
   ================================================== */
/* ==================================================
   NAVIGATION
   ================================================== */
.menu-container .menu-horizontal a {
  color: #ffffff;
}
.menu-container .menu-horizontal > li > a {
  font-weight: bold;
}
.menu-container .menu-horizontal .sub-menu a {
  color: #000000;
}
.menu-container .menu-item {
  margin-bottom: 0;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
}
.menu-container .menu-right {
  padding: 13px;
  background-color: #ffc300;
  border-radius: 10px;
}
.content-page-sub-menu ul {
  padding-bottom: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  list-style-type: none;
}
@media (min-width: 768px) {
  .content-page-sub-menu ul {
    flex-direction: row;
  }
}
.content-page-sub-menu ul li {
  margin-bottom: 1rem;
}
.content-page-sub-menu ul a {
  padding-right: 5px;
  margin-bottom: 5px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .content-page-sub-menu ul a {
    padding-left: 5px;
  }
}
.content-page-sub-menu ul a.active {
  color: #ffc300;
}
/* ==================================================
   FORMS
   ================================================== */
form input[type="password"], form input[type="text"], form input[type="email"], form input[type="tel"], form select {
  padding: 20px !important;
  margin-bottom: 15px !important;
  color: #000000 !important;
  border: 2px solid #000000;
  border-radius: 100px;
}
form input[type="password"]::placeholder, form input[type="text"]::placeholder, form input[type="email"]::placeholder, form input[type="tel"]::placeholder, form select::placeholder {
  color: #A8A8A8 !important;
}
form label {
  margin-bottom: 8px;
}
form textarea {
  padding: 20px !important;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 30px;
}
form textarea::placeholder {
  color: #A8A8A8 !important;
}
form .gform-footer input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 4rem !important;
  background-color: #ffc300 !important;
  color: #000000 !important;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  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;
}
form .gform-footer input[type="submit"]:hover {
  color: #000000 !important;
  background-color: #dba800;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
form .gform-footer input[type="submit"]:active {
  background-color: #c29400;
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
form .gform-footer input[type="submit"]:disabled {
  background-color: #e1e1e1;
  color: #717171;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}
.gform_heading {
  display: none;
}
/* ==================================================
   MODALS
   ================================================== */
#custom-lightbox {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
}
#custom-lightbox img {
  max-width: 90%;
  max-height: 90%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
#custom-lightbox.active {
  display: flex;
}
#custom-lightbox.active img {
  transform: scale(1);
}
/* Curseur loupe sur les images cliquables */
#main-content img:not(a img) {
  cursor: zoom-in;
}
/* ==================================================
   DROPDDOWN
   ================================================== */
.page:not(.home) .dropdown-item {
  width: 100%;
}
.page:not(.home) .dropdown-item:last-child .dropdown-item__title {
  border-bottom: none;
}
.page:not(.home) .dropdown-item__content {
  transition: height 300ms ease-in-out;
  height: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page:not(.home) .dropdown-item__content {
    padding-inline: 30px;
  }
}
.page:not(.home) .dropdown-item__title {
  padding-bottom: 15px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #000000;
  cursor: pointer;
}
.page:not(.home) .dropdown-item__btn {
  transition: all 300ms ease-in-out;
  position: relative;
  padding: 20px;
  background-color: #ffc300;
  border-radius: 50%;
}
.page:not(.home) .dropdown-item__btn:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "›";
  transform: translate(-45%, -77%);
  font-size: 45px;
}
.page:not(.home) .dropdown-item.active .dropdown-item__content {
  height: auto;
  margin-bottom: 60px;
}
.page:not(.home) .dropdown-item.active .dropdown-item__btn {
  transform: rotate(90deg);
}
.page:not(.home) .dropdown-item .download-part {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 981px) {
  .page:not(.home) .dropdown-item .download-part {
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }
}
.page:not(.home) .dropdown-item .download-part__left {
  padding: 40px;
  margin-bottom: 60px;
  border: 2px solid #000000;
  border-radius: 30px;
}
@media (min-width: 981px) {
  .page:not(.home) .dropdown-item .download-part__left {
    width: 50%;
  }
}
.page:not(.home) .dropdown-item .download-part__right {
  display: flex;
  align-items: flex-start;
}
.page:not(.home) .dropdown-item .download-part__right p {
  padding-bottom: 0;
}
.page:not(.home) .dropdown-item .download-part__right a {
  color: #585858;
  text-decoration: underline;
}
.page:not(.home) .dropdown-item .download-part__right a img {
  position: relative;
  bottom: -7px;
  margin-left: 10px;
}
.page:not(.home) .dropdown-item .download-part-picto {
  position: relative;
  top: -15px;
  padding: 30px;
  margin-right: 20px;
  background-color: #ffc300;
  border-radius: 50%;
  pointer-events: none;
}
.page:not(.home) .dropdown-item .download-part-picto img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dropdown-list {
  overflow-anchor: none;
}
/* ==================================================
   TABLE
   ================================================== */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
  table-layout: fixed;
  display: table !important;
}
th {
  background-color: #ffc300;
  color: #ffffff;
  text-align: left;
  font-weight: 500;
  padding: 12px 15px;
  text-transform: uppercase;
}
td {
  padding: 10px 15px;
  border-bottom: 1px solid #e1e1e1;
}
tr:nth-child(even) {
  background-color: #f9f9f9;
}
tr:hover {
  background-color: #fff8e3;
}
/* ===== ADAPTATION MOBILE ===== */
@media screen and (max-width: 768px) {
  table, thead, tbody, th, td, tr {
    display: block;
  }
  tr {
    margin-bottom: 1em;
    background-color: #ffffff;
    border: 1px solid #c1c1c1;
    border-radius: 8px;
    padding: 10px;
  }
  td {
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
  }
  td::before {
    content: attr(data-label);
    font-weight: 500;
    text-transform: uppercase;
    color: #ffc300;
    flex-basis: 45%;
    text-align: left;
  }
}
/* ==================================================
   TUILES
   ================================================== */
.tuiles-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.tuiles-list__item {
  width: 100%;
  padding: 30px;
  background-color: #fff8e3;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  transition: all 300ms ease-in-out;
}
@media (min-width: 480px) {
  .tuiles-list__item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 981px) {
  .tuiles-list__item {
    width: calc(33% - 11px);
  }
}
@media (min-width: 1280px) {
  .tuiles-list__item {
    width: calc(25% - 15px);
  }
}
.tuiles-list__image-container {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 15px;
}
.tuiles-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tuiles-list span {
  display: block;
  text-align: center;
  margin: 10px 0 20px;
}
.tuiles-list .tuiles-list__item:hover {
  background-color: #ffc300;
  color: #000000 !important;
}
/* ==================================================
   HOME
   ================================================== */
.home {
  /* On force le conteneur de la vidéo à prendre toute la largeur sans marges négatives */
  /* On force la balise vidéo à se comporter comme un "background-cover" */
  /* On cache les contrôles de lecture qui polluent souvent le fond de section */
}
.home .home-background {
  height: 65vh;
}
.home .home-background::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.home .home-background > * {
  z-index: 2;
}
.home .home-background .et_pb_text_inner {
  height: 50vh;
  display: flex;
  align-items: end;
}
.home__blocks-practice .et_pb_column {
  transition: all 300ms ease-in-out;
  min-height: 190px;
  padding: 30px;
  display: flex;
  align-items: center;
  font-weight: 700;
  background-color: #fff8e3;
  border-radius: 30px;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .home__blocks-practice .et_pb_column {
    padding: 40px 70px;
  }
}
.home__blocks-practice .et_pb_column .et_pb_module {
  margin-bottom: 0 !important;
}
.home__blocks-practice .et_pb_column:hover {
  background-color: #ffc300;
}
.home__blocks-practice .et_pb_column img {
  padding-right: 40px;
}
.home__blocks-practice .et_pb_column h3 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.home__blocks-practice-link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.home__blocks-practice-link .et_pb_code_inner {
  height: 100%;
}
.home__blocks-practice-link a {
  width: 100%;
  height: 100%;
  display: block;
}
.home .block-1-hp__content {
  margin-bottom: 30px;
  display: flex;
}
.home .block-1-hp__content h3 {
  margin-bottom: 0;
}
.home .block-1-hp__content h3 a:hover {
  color: #ffc300;
}
.home .block-1-hp__content p {
  color: #585858;
}
.home .block-1-hp__img {
  top: -7px;
}
.home .et_pb_blog_0_tb_body.swiper .et_pb_post {
  height: 650px;
  margin-bottom: 0;
}
.home .et_pb_blog_0_tb_body.swiper .et_pb_post img {
  max-height: 225px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .home .et_pb_blog_0_tb_body.swiper .et_pb_post {
    height: 750px;
  }
  .home .et_pb_blog_0_tb_body.swiper .et_pb_post img {
    max-height: 325px;
  }
}
.home .et_pb_blog_0_tb_body.swiper .swiper-buttons {
  position: absolute;
  right: 40px;
  bottom: 40px;
  display: flex;
}
.home .et_pb_blog_0_tb_body.swiper .swiper-buttons > div {
  transition: all 300ms ease-in-out;
  padding: 20px;
  position: relative;
  left: 0;
  right: 0;
  background-color: #ffc300;
  border-radius: 50%;
}
.home .et_pb_blog_0_tb_body.swiper .swiper-buttons > div::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}
.home .et_pb_blog_0_tb_body.swiper .swiper-buttons > div.swiper-button-prev {
  left: -10px;
}
@media (min-width: 981px) {
  .home .et_pb_blog_0_tb_body.swiper .swiper-buttons > div:hover {
    background-color: #fff8e3;
  }
}
.home .et_pb_section_video_bg #mep_0 {
  width: 100% !important;
  height: 100% !important;
  margin-left: 0 !important;
  left: 0 !important;
}
.home .et_pb_section_video_bg video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  /* C'est l'option magique pour remplir l'espace */
}
.home .et_pb_section_video_bg .mejs-controls {
  display: none !important;
}
/* ==================================================
   ALL PAGES
   ================================================== */
.et_pb_row:has(.et_pb_module:not(:has(*))) {
  display: none !important;
}
/* Cache la section parente si elle contient une ligne devenue vide */
.et_pb_section:has(.et_pb_row:not(:has(div))) {
  display: none !important;
}
.page:not(.home) .page__header::before, .single .page__header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.page:not(.home) .page__header > *, .single .page__header > * {
  z-index: 2;
}
.page:not(.home) .page__header__title, .single .page__header__title {
  position: relative;
  min-height: 170px;
}
.page:not(.home) .page__header__title .et_pb_code_inner, .single .page__header__title .et_pb_code_inner {
  position: initial;
}
.page:not(.home) .page__header h1, .single .page__header h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .page:not(.home) .page__header h1, .single .page__header h1 {
    top: initial;
    bottom: -50px;
  }
}
.page:not(.home) .block-alternate__content, .single .block-alternate__content {
  display: flex;
  flex-direction: column;
  margin: 2% 0;
}
@media (min-width: 981px) {
  .page:not(.home) .block-alternate__content, .single .block-alternate__content {
    flex-direction: row;
  }
  .page:not(.home) .block-alternate__content.right-side, .single .block-alternate__content.right-side {
    flex-direction: row-reverse;
  }
}
@media (min-width: 981px) {
  .page:not(.home) .block-alternate .block-alternate__content.superpose .block-alternate__img + .block-alternate__text, .single .block-alternate .block-alternate__content.superpose .block-alternate__img + .block-alternate__text {
    bottom: -90px;
    margin-bottom: 90px;
    width: calc(50% + 120px);
  }
  .page:not(.home) .block-alternate .block-alternate__content.superpose.right-side .block-alternate__img + .block-alternate__text, .single .block-alternate .block-alternate__content.superpose.right-side .block-alternate__img + .block-alternate__text {
    padding: 50px 50px 30px 0;
    margin-left: 0;
    margin-right: -120px;
  }
  .page:not(.home) .block-alternate .block-alternate__content.superpose.left-side .block-alternate__img + .block-alternate__text, .single .block-alternate .block-alternate__content.superpose.left-side .block-alternate__img + .block-alternate__text {
    padding: 50px 50px 30px 50px;
    margin-left: -120px;
    margin-top: 0;
  }
  .page:not(.home) .block-alternate .left-side .block-alternate__img + .block-alternate__text, .single .block-alternate .left-side .block-alternate__img + .block-alternate__text {
    padding-left: 30px;
  }
  .page:not(.home) .block-alternate .right-side .block-alternate__img + .block-alternate__text, .single .block-alternate .right-side .block-alternate__img + .block-alternate__text {
    padding-right: 30px;
  }
}
.page:not(.home) .block-alternate .left-side .block-alternate__img, .single .block-alternate .left-side .block-alternate__img {
  text-align: right;
}
.page:not(.home) .block-alternate .block-alternate__img + .block-alternate__text, .single .block-alternate .block-alternate__img + .block-alternate__text {
  margin-top: 30px;
}
@media (min-width: 981px) {
  .page:not(.home) .block-alternate .block-alternate__img + .block-alternate__text, .single .block-alternate .block-alternate__img + .block-alternate__text {
    position: relative;
    width: 50%;
    margin-top: 0;
    background-color: #ffffff;
    border-radius: 30px;
  }
}
@media (min-width: 480px) {
  .page:not(.home) .block-alternate__subtext, .single .block-alternate__subtext {
    margin-left: 0;
  }
}
.page:not(.home) .block-alternate__text, .single .block-alternate__text {
  width: 100%;
}
@media (min-width: 981px) {
  .page:not(.home) .block-alternate__img, .single .block-alternate__img {
    width: 50%;
  }
}
.page:not(.home) .block-alternate__img img, .single .block-alternate__img img {
  transition: all 600ms cubic-bezier(0.25, 0.8, 0.25, 1);
  max-width: 100%;
  position: relative;
  border-radius: 30px;
}
.trombinoscope {
  margin: -10px;
  display: flex;
  text-align: center;
  align-items: baseline;
  flex-wrap: wrap;
}
.trombinoscope > div {
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.trombinoscope p {
  max-width: 120px;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
}
.trombinoscope img {
  max-height: 95px;
  width: auto;
}
.picto-round-colored {
  width: 40px;
  min-width: 40px;
  height: 40px;
  padding: 5px;
  margin-right: 20px;
  position: relative;
  background-color: #ffc300;
  border-radius: 50%;
}
.picto-round-colored > img, .picto-round-colored > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 60% !important;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.picto-round-colored > img img, .picto-round-colored > div img {
  height: auto !important;
  width: 100% !important;
}
.et_pb_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 4rem !important;
  background-color: #ffc300 !important;
  color: #000000 !important;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  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;
}
.et_pb_button:hover {
  color: #000000 !important;
  background-color: #dba800;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.et_pb_button:active {
  background-color: #c29400;
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.et_pb_button:disabled {
  background-color: #e1e1e1;
  color: #717171;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 4rem !important;
  background-color: #ffc300 !important;
  color: #000000 !important;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  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;
}
.btn-primary:hover {
  color: #000000 !important;
  background-color: #dba800;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.btn-primary:active {
  background-color: #c29400;
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-primary:disabled {
  background-color: #e1e1e1;
  color: #717171;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}
.et_pb_divider {
  margin: 60px 0 !important;
}
.et_pb_divider.et_pb_divider_0_tb_body:before {
  border-top-color: #A8A8A8 !important;
}
.intro-with-border {
  border: 1px solid #ffc300;
  border-radius: 8px;
  padding: 10px;
  background-color: #fff8e3;
}
.intro-with-border p:last-child {
  margin-bottom: 0;
}
.with-border {
  border: 1px solid #ffc300;
  border-radius: 8px;
  padding: 15px;
}
.make-grid {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 20px;
  width: 100%;
}
@media (min-width: 981px) {
  .make-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}
.make-grid img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
  object-fit: cover;
}
.make-slider {
  overflow: hidden;
}
.iframe-container {
  width: 100%;
  aspect-ratio: 1.7777777778;
}
.iframe-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}
/* ==================================================
   PATCH CORRECTIF
   ================================================== */
.button-link {
  display: inline-block;
  align-items: center;
  justify-content: center;
  padding-top: 1em !important;
  padding-right: 4em !important;
  padding-bottom: 1em !important;
  padding-left: 4em !important;
  background-color: #ffc300 !important;
  color: #000000 !important;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  border: none;
  border-width: 0px !important;
  border-radius: 100vw;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 300ms ease 0ms;
  text-decoration: none !important;
}
.button-link:hover {
  letter-spacing: 1px;
  color: #000 !important;
  text-decoration: none !important;
}
.img-mobile-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .img-mobile-list {
    flex-direction: row;
  }
}
/* ==================================================
   NEWS
   ================================================== */
.post {
  padding: 40px 40px 130px;
  position: relative;
  border: 2px solid #000000;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .post {
    padding: 40px 20px 130px;
  }
}
.post .entry-title {
  margin-bottom: 0;
  font-size: clamp(1rem, 2vw, 1.5rem);
}
.post .entry-title a:hover {
  color: #ffc300;
}
.post .more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 4rem !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-weight: 700;
  line-height: 1.5;
  border: 2px solid #ffc300;
  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;
  position: absolute;
  left: 20px;
  padding: 1rem 2rem !important;
  bottom: 35px;
  display: inline-flex !important;
}
.post .more-link:hover {
  color: #000000 !important;
  background-color: #ededed;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.post .more-link:active {
  background-color: #e0e0e0;
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.post .more-link:disabled {
  background-color: #e1e1e1;
  color: #717171;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}
@media (min-width: 768px) {
  .post .more-link {
    padding: 1rem 3rem !important;
    left: 40px;
  }
}
.page:not(.home) .et_pb_ajax_pagination_container {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.page:not(.home) .et_pb_ajax_pagination_container .post {
  width: 100%;
  margin: 0 15px 30px;
}
@media (min-width: 768px) {
  .page:not(.home) .et_pb_ajax_pagination_container .post {
    width: calc(100% / 2 - 30px);
  }
}
@media (min-width: 1280px) {
  .page:not(.home) .et_pb_ajax_pagination_container .post {
    width: calc(100% / 3 - 30px);
  }
}
@media (min-width: 768px) {
  .single .page__header h1 {
    top: 0;
    padding-top: 30px;
    transform: translate(-50%, 0%);
  }
}
/* ==================================================
   CONTACT
   ================================================== */
.page:not(.home) .picto-round-colored, .page:not(.home) .picto-round-colored + div {
  margin-bottom: 5px !important;
  display: inline-block;
  vertical-align: top;
}
.page:not(.home) .picto-round-colored + div {
  width: calc(100% - 90px);
  margin-top: 20px;
  font-size: 1rem;
  color: #585858;
}
.page:not(.home) .picto-round-colored + div a {
  font-weight: 400;
  color: #585858;
}
.page:not(.home) .gform-footer {
  flex-direction: row-reverse;
}
.page:not(.home) .block-team-members {
  color: #585858;
}
.page:not(.home) .block-team-members p {
  padding-bottom: 0;
}
/* ==================================================
   FILES
   ================================================== */
.files {
  /* ------------------------------
       FILTRE CATÉGORIES
    ------------------------------ */
  /* ------------------------------
       FILTRE ANNÉES
    ------------------------------ */
  /* ------------------------------
       WRAPPER CATÉGORIES
    ------------------------------ */
  /* ------------------------------
       GROUPES D’ANNÉES
    ------------------------------ */
  /* ------------------------------
       LISTE DES FICHIERS
    ------------------------------ */
}
.files-access {
  text-align: center;
}
.files-menu {
  margin-bottom: 40px;
}
.files-menu ul {
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  list-style-type: none;
}
.files-category-filter {
  display: inline-block;
  padding: 5px 12px;
  background: transparent;
  color: #000;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  border: none;
  box-shadow: none;
  cursor: pointer;
  transition: background-color 250ms ease, color 250ms ease;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
}
.files-category-filter:hover, .files-category-filter.is-active {
  color: #ffc300 !important;
  text-decoration: none;
}
.files-years-menu {
  margin: 0 0 30px;
}
.files-years-menu ul {
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  list-style-type: none;
}
.files-year-filter {
  display: inline-block;
  padding: 0.3em 1em !important;
  background-color: #ffc300 !important;
  color: #000000 !important;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  border: none;
  border-width: 0px !important;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: border-radius 300ms ease, letter-spacing 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease, box-shadow 300ms ease;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
}
.files-year-filter:hover, .files-year-filter.is-active {
  border-radius: 0px;
  letter-spacing: 1px;
  padding: 0.3em 1em !important;
  text-decoration: none;
}
.files-categories {
  position: relative;
}
.files-category {
  transition: opacity 300ms ease, transform 300ms ease, max-height 300ms ease, margin 300ms ease, padding 300ms ease;
}
.files-category.is-visible {
  opacity: 1;
  transform: translateY(0);
  max-height: 9999px;
  pointer-events: auto;
  overflow: visible;
}
.files-category.is-hidden {
  opacity: 0;
  transform: translateY(12px);
  max-height: 0;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  pointer-events: none;
  overflow: hidden;
}
.files-category-title {
  margin-bottom: 20px;
}
.files .year-group {
  transition: opacity 250ms ease, transform 250ms ease, max-height 250ms ease, margin 250ms ease, padding 250ms ease;
}
.files .year-group.is-visible {
  opacity: 1;
  transform: translateY(0);
  max-height: 9999px;
  pointer-events: auto;
  overflow: visible;
}
.files .year-group.is-hidden {
  opacity: 0;
  transform: translateY(8px);
  max-height: 0;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  pointer-events: none;
  overflow: hidden;
}
.files .year-title {
  margin-bottom: 20px;
}
.files-container {
  margin: 0 -10px 40px;
  display: flex;
  flex-wrap: wrap;
}
.files-item {
  width: 200px;
  padding: 40px 20px;
  margin: 10px;
  border: 2px solid #000000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: background-color 300ms ease, transform 300ms ease, box-shadow 300ms ease;
}
@media (min-width: 768px) {
  .files-item {
    width: 200px;
  }
}
.files-item > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.files-item > div img {
  margin-bottom: 10px;
}
.files-item:hover {
  background-color: #fff8e3;
  transform: translateY(-2px);
}
/* ==================================================
   PRACTICE
   ================================================== */
.practice-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease-in-out;
  height: 200px;
  padding: 10px;
  text-align: center;
  background-color: #fff8e3;
  line-height: 1.5;
}
.practice-list a:hover {
  background-color: #ffc300;
  color: #ffffff !important;
}
