/*
Theme Name: Bulle d'O
Author: S. Lavillatte
Description: Thème pour notre magnifique site de Bulle d'O
Version: 1.0
*/

/* ==========================================================================
   1. POLICES
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* ==========================================================================
   2. RESET & BASE
   ========================================================================== */

* {
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #628696;
  margin: 0;
  background-color: #FFF;
  position: relative;
}

/* ==========================================================================
   3. LAYOUT (container)
   ========================================================================== */

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 768px) {
  .container {
    width: 744px;
  }
}

@media screen and (min-width: 992px) {
  .container {
    width: 964px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1164px;
  }
}

/* ==========================================================================
   4. TYPOGRAPHIE
   ========================================================================== */

.node-content .intro {
  font-size: 120%;
  color: var(--page-main-color) !important;
  text-align: justify;
  font-weight: bold;
}

.node-content p {
  font-size: 14px;
}

.node-content > h1 {
  font-size: 36px;
  margin-top: 0;
  color: var(--page-main-color);
}

.node-content > h2,
.zoom_cat__content > h2 {
  font-size: 28px;
}

.node-content > h3 {
  font-size: 21px;
}

.single-post .node-content > h2 {
  margin-bottom: 2em;
}

h2, h3 {
  color: var(--page-main-color);
  font-size: 36px;
  margin-top: 0;
}

.single-post .node-content h2 {
  text-transform: uppercase;
}

.single-post .encadre, .page .encadre {
  padding: 18px;
  background-color: #f1f4f3;
  margin: 1.5em 0;
  text-align: center;
}

.single-post .encadre strong, .page .encadre strong {
  color: #628696 !important;
}

.content-date-publish {
  color: #aec1c9;
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 500;
}

ul:not(#mobile-top-nav).show-last-posts {
  background-color: var(--page-main-color);
  color: #FFF;
}

/* ==========================================================================
   5. BOUTONS & UTILITAIRES
   ========================================================================== */

.pull-left {
  float: left !important;
}

.clickable-block {
  cursor: pointer;
}

.bo-button {
  text-decoration: none;
  background-color: var(--page-main-color);
  padding: 0.7em;
  color: #FFF;
  border-radius: 20px;
  width: fit-content;
}

.bo-button > a {
 text-decoration: none;
 color: #FFF;
}

.bo-button::after {
  font-family: "Font Awesome 6 Free";
  content: "\f08e";
  font-size: 11px;
  line-height: 1;
  color: #FFF;
  padding-left: 0.5em;
  opacity: 0.5;
}

.bo-button:hover {
  background-color: #ca2271;
}

.wp-block-file__button {
  font-size: 1.3em;
  padding: 1em;
  background-color: var(--page-main-color) !important;
  font-weight: bold;
}

.croissant-over::after {
  content: '';
  pointer-events: none;
  position: absolute;
  top: -8px;
  left: -8px;
  padding: 8px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: content-box;
  box-shadow: 3px 3px #ffffff;
  opacity: 0;
  transform: rotate(-90deg) translateZ(0);
  transition: opacity 0.2s, transform 0.2s;
}

#toTop {
  position: absolute;
  font-size: 2em;
  bottom: 20px;
  right: 20px;
  text-decoration: none;
}

#toTop i {
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background-color: lightgrey;
}

#toTop:hover i {
  background-color: #B3B3B3;
}

/* ==========================================================================
   6. HEADER
   ========================================================================== */

/* --- Bandeau de page --- */

.website-page-header {
  position: relative;
}

@media screen and (max-width: 991px) {
  .website-page-header {
    background-image: none !important;
  }
}

@media screen and (min-width: 992px) {
  .website-page-header {
    min-height: 40vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

@media (min-width: 1200px) {
  .website-page-banner {
    position: relative;
    z-index: -2;
    display: flex;
    height: 367px;
  }
}

/* --- Header principal --- */

.website-header {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (min-width: 992px) {
  .home .website-header {
    min-height: 570px;
    min-height: 60vh;
    background-image: url('../bulledo/assets/img/header-bg.jpg');
  }

  .home .website-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.8;
    z-index: 0;
  }
}

@media screen and (min-width: 768px) {
  .logo-piscine {
    max-width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .logo-piscine {
    max-width: 55%;
  }
}

@media screen and (min-width: 576px) {
  .website-header {
    background-color: #FFF;
  }
}

@media screen and (min-width: 1200px) {

  .logo-piscine {
    max-width: 25%;
  }
}

@media screen and (max-width: 992px) {
  .website-header {
    background-color: #FFF;
  }

  .website-banner {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .website-header .logo-piscine,
  .logo-front .logo-piscine {
    max-width: 75%;
  }
}

@media screen and (max-width: 480px) {
  .website-header .logo-piscine {
    max-width: 75%;
  }

  .website-header .website-banner {
    display: none;
  }
}

/* --- Visibilité mobile des blocs de header --- */

@media screen and (max-width: 576px) {
  .website-header .website-banner,
  .header__top_menu_container,
  .website-page-banner,
  .history-back-container,
  .header__main_menu_container {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .website-header .website-banner,
  .header__top_menu_container,
  .website-page-banner,
  .history-back-container,
  .header__main_menu_container {
    display: none;
  }
}

/* --- Logo --- */

.logo-front {
  position: relative;
  padding: 60px 0;
  text-align: center;
  z-index: 4;
}

@media screen and (min-width: 992px) {
  .logo-front {
    margin-left: 2em;
  }

  body.home .logo-front {
    padding-top: 150px !important;
  }

  /* .logo-front img {
    width: initial;
    max-width: 500px;
    max-height: 30vh;
    margin-top: 60px;
  } */
}

@media screen and (min-width: 576px) {
  .logo-front {
    padding: 60px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .logo-front img {
    max-height: 25vh;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wp-singular .logo-front {
    position: inherit;
  }
}

.icone-front {
  display: none;
  width: 180px;
  height: 250px;
  background: url('../bulledo/assets/img/icone-front.png') no-repeat top left transparent;
  background-size: contain;
}

@media screen and (min-width: 992px) {
  .home .icone-front {
    display: block;
  }
}

/* --- Bandeau top (liens rapides) --- */

.website-banner {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  z-index: 4;
}

.website-banner .container {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 576px) {
  .website-banner .container {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .website-banner .container {
    display: block;
  }
}

/* --- Bloc logo + menu top (desktop) --- */

@media (min-width: 1200px) {
  .website-header__header_container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }

  .website-header__header {
    display: flex;
    width: 1164px;
    margin: auto;
    justify-content: space-between;
  }

  .website-header__header .website-logo {
    background-color: #fff;
    padding: 35px 25px 35px 75px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: url('../bulledo/assets/img/icone-page.png') no-repeat top -10px left 15px #fff;
    background-size: contain;
  }

  .website-header__header .website-logo .logo-piscine {
    width: 100%;
    max-width: 300px;
    transition: transform 0.5s ease;
  }

  .website-header__header .website-logo .logo-piscine:hover {
    transform: scale(1.08);
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .website-header__header_container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }

  .website-header__header {
    display: flex;
    width: 1164px;
    justify-content: space-between;
    flex-direction: column;
  }

  .website-header__header .website-logo {
    background-color: #fff;
    padding: 35px 25px 35px 75px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: url('../bulledo/assets/img/icone-page.png') no-repeat top -10px left 15px #fff;
    background-size: contain;
    width: fit-content;
  }

  .website-header__header .website-logo .logo-piscine {
    width: 100%;
    max-width: 300px;
    transition: transform 0.5s ease;
  }

  .website-header__header .website-logo .logo-piscine:hover {
    transform: scale(1.08);
  }

  .wp-singular .website-header__header {
    width: 100%;
  }

  .wp-singular .header__top_menu_container {
    margin-right: 1em;
  }
}

/* ==========================================================================
   7. NAVIGATION HAUTE (#top-nav)
   ========================================================================== */

.website-banner #top-nav {
  margin-top: 0;
  padding-top: 1em;
}

.website-banner #top-nav > li {
  background-color: #5dbcc1;
  color: #FFF;
}

.website-banner #top-nav > li:hover {
  background-color: #FFF;
}

.website-banner #top-nav > li a:hover {
  color: #5dbcc1;
}

@media screen and (min-width: 992px) {
  header .header__top_menu {
    display: flex;
    justify-content: end;
  }
}

@media screen and (min-width: 992px) {
  #top-nav {
    display: flex;
    gap: 1em;
    list-style-type: none;
  }

  #top-nav > li {
    background-color: #fff;
    border-radius: 20px;
    padding: 6px 12px;
    transition: 0.4s;
    display: inherit;
  }

  #top-nav > li:hover {
    background-color: var(--page-main-color);
  }

  #top-nav > li:hover a {
    color: #FFF;
  }

  #top-nav > li > a {
    text-decoration: none;
    color: var(--page-main-color);
  }

  /* Aligner icône + texte */
  #top-nav > li > a {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: 0.8em;
  }

  /* Base icône */
  #top-nav > li[class^="icon-"] > a::before,
  #top-nav > li[class*=" icon-"] > a::before {
    display: inline-block;
    width: 1.2em;
    text-align: center;
  }

  /* SOLID (Font Awesome) */
  #top-nav > li.icon-search > a::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f002"; /* magnifying-glass */
  }

  #top-nav > li.icon-ticket > a::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f145"; /* ticket (FA6: ticket / ticket-simple selon pack) */
    transform: rotate(-35deg);
  }

  #top-nav > li.icon-calendar > a::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f274"; /* calendar-check */
  }

  /* BRANDS (Facebook) */
  #top-nav > li.icon-facebook > a::before {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    content: "\f39e"; /* facebook-f */
  }

  /* SOLID (Courrier) */
  #top-nav > li.icon-contact > a::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f0e0"; /* enveloppe */
  }

  #top-nav > li {
    text-align: center;
  }
}

/* zoom sur */

.zoom_cat__icon {
  display: flex;
  justify-content: end;
  gap: 1em;
}

.zoom_cat__icon a {
  text-decoration: none;
  color: #aec1c9;
  font-size: 2em;
}

.zoom_cat__icon a:hover {
  color: var(--page-main-color);
}

.zoom_cat__icon .is-active {
  color: var(--page-main-color);
}

.icon-zoom-mosa::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f009"; /* mosaique */
}

.icon-zoom-list::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f00b"; /* liste */
}  

.menu-icon-only {
  width: 36px;
  height: 36px;
  padding: 0 !important;
}

.menu-icon-only > a {
  display: flex !important;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.menu-icon-only .top-nav__link-text {
  display: none;
}

/* ==========================================================================
   8. MENU PRINCIPAL (desktop)
   ========================================================================== */

@media (min-width: 1200px) {
  .header__main_menu_container {
    background-color: var(--page-main-color);
  }

  .header__main_menu {
    width: 1164px;
    margin: auto;
  }

  .header__main_menu #main-nav {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .header__main_menu #main-nav > li {
    width: 25%;
    display: flex;
    position: relative;
  }

  .header__main_menu #main-nav > li > a {
    text-decoration: none;
    color: #FFF;
    font-size: 1.65em;
    text-transform: lowercase;
    font-weight: bold;
    display: block;
    width: 90%;
    padding: 10px;
    z-index: 2;
    line-height: 1;
  }

  .header__main_menu #main-nav > li > a > span {
    width: 80%;
    display: inline-block;
  }

  .header__main_menu #main-nav a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 15px;
    background-color: #FFF;
    transition: height 0.2s, width 0.3s 0.2s;
  }

  .header__main_menu #main-nav > li a:hover::before {
    height: calc(100% + 15px);
    width: 90%;
    z-index: -1;
  }

  .header__main_menu #main-nav > li:not(.current-menu-item):nth-of-type(1) a:hover {
    color: var(--page-menu-color-1);
  }

  .header__main_menu #main-nav > li:not(.current-menu-item):nth-of-type(2) a:hover {
    color: var(--page-menu-color-2);
  }

  .header__main_menu #main-nav > li:not(.current-menu-item):nth-of-type(3) a:hover {
    color: var(--page-menu-color-3);
  }

  .header__main_menu #main-nav > li:not(.current-menu-item):nth-of-type(4) a:hover {
    color: var(--page-menu-color-4);
  }

  .header__main_menu #main-nav .current-menu-item a::before, .header__main_menu #main-nav .current-page-ancestor a::before {
    height: calc(100% + 15px);
    width: 90%;
    z-index: -1;
  }

  .header__main_menu #main-nav .current-menu-item a, .header__main_menu #main-nav .current-page-ancestor a {
    color: var(--page-main-color);
    background-color: #FFF;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header__main_menu_container {
    background-color: var(--page-main-color);
  }

  .header__main_menu {
    max-width: 100%;
    margin: auto;
  }

  .header__main_menu #main-nav {
    display: flex;
    list-style-type: none;
    padding: 0 0 0 2em;
    margin: 0;
  }

  .header__main_menu #main-nav > li {
    width: 25%;
    display: flex;
    position: relative;
  }

  .header__main_menu #main-nav > li > a {
    text-decoration: none;
    color: #FFF;
    font-size: 1.65em;
    text-transform: lowercase;
    font-weight: bold;
    display: flex;
    align-items: center;
    width: 90%;
    padding: 10px;
    z-index: 2;
    line-height: 1;
  }

  .header__main_menu #main-nav > li > a > span {
    width: 80%;
    display: inline-block;
  }

  .header__main_menu #main-nav a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 15px;
    background-color: #FFF;
    transition: height 0.2s, width 0.3s 0.2s;
  }

  .header__main_menu #main-nav > li a:hover::before {
    height: calc(100% + 15px);
    width: 90%;
    z-index: -1;
  }

  .header__main_menu #main-nav > li:not(.current-menu-item):nth-of-type(1) a:hover {
    color: var(--page-menu-color-1);
  }

  .header__main_menu #main-nav > li:not(.current-menu-item):nth-of-type(2) a:hover {
    color: var(--page-menu-color-2);
  }

  .header__main_menu #main-nav > li:not(.current-menu-item):nth-of-type(3) a:hover {
    color: var(--page-menu-color-3);
  }

  .header__main_menu #main-nav > li:not(.current-menu-item):nth-of-type(4) a:hover {
    color: var(--page-menu-color-4);
  }

  .header__main_menu #main-nav .current-menu-item a::before {
    height: calc(100% + 15px);
    width: 90%;
    z-index: -1;
  }

  .header__main_menu #main-nav .current-menu-item a {
    color: var(--page-main-color);
    background-color: #FFF;
  }
}

/* ==========================================================================
   9. SOUS-MENU / FIL D'ARIANE
   ========================================================================== */

.current-menu-item {
  position: relative;
}

.sous-menu__child_menu_container .current-menu-item::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: var(--page-main-color) transparent transparent transparent;
}

@media (min-width: 1200px) {
  .sous-menu_container {
    width: 1164px;
    margin: 2em auto 3em auto;
    display: flex;
    justify-content: flex-start;
    padding: 0 12px;
  }

  .history-back-container {
    margin-left: auto;
  }

  .sous-menu__child_menu_container {
    z-index: 1;
  }

  .sous-menu__child_menu_list {
    list-style-type: none;
    display: flex;
    padding: 0;
    flex-direction: row;
  }

  .sous-menu__child_menu_list > li:first-child {
    margin-right: 30px;
  }

  .sous-menu__child_menu_list > li:not(:first-child) {
    position: relative;
    margin: 0 30px;
  }

  .sous-menu__child_menu_list > li:not(:first-child)::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f111";
    color: #c9d8de;
    font-size: 6px;
    position: absolute;
    top: calc(25% + 3px);
    line-height: 1;
    left: -30px;
  }

  .sous-menu__child_menu_list a {
    text-decoration: none;
    color: var(--page-main-color);
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.2em;
  }

  .history-back {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #c9d8de;
    border-radius: 50%;
    text-align: center;
    font-size: 23px;
    color: #fff;
    transition: 0.3s;
    text-decoration: none;
  }

  .history-back:hover {
    color: #fff;
    background-color: #aec1c9;
  }
}

.history-back::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f060"; /* flèche gauche */
}

@media screen and (max-width: 992px) {
  .sous-menu_container {
    display: none;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sous-menu_container {
    max-width: 100%;
    margin: 2em auto 3em auto;
    display: flex;
    justify-content: flex-start;
    padding: 0 12px;
  }

  .history-back {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #c9d8de;
    border-radius: 50%;
    text-align: center;
    font-size: 23px;
    color: #fff;
    transition: 0.3s;
    text-decoration: none;
  }

  .history-back-container {
    margin-left: auto;
  }

  .history-back:hover {
    color: #fff;
    background-color: #aec1c9;
  }

  .sous-menu__child_menu_list {
    list-style-type: none;
    display: flex;
    padding: 0;
    flex-direction: row;
  }

  .sous-menu__child_menu_list > li:first-child {
    margin-right: 30px;
  }

  .sous-menu__child_menu_list a {
    text-decoration: none;
    color: var(--page-main-color);
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.2em;
  }

  .sous-menu_container {
    max-width: 1164px;
    margin: 2em auto 3em auto;
    display: flex;
    justify-content: flex-start;
    padding: 0 2em;
  }

  .sous-menu__child_menu_list > li:not(:first-child) {
    position: relative;
  }

  .sous-menu__child_menu_list > li:not(:first-child)::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f111";
    color: #c9d8de;
    font-size: 6px;
    position: absolute;
    top: calc(25% + 3px);
    line-height: 1;
    left: -20px;
  }
}

/* ==========================================================================
   10. MENU MOBILE
   ========================================================================== */

@media screen and (min-width: 992px) {
  .menu-mobile-button {
    display: none !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mobile-modal-cover {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 576px) {
  .mobile__menu {
    width: 60% !important;
  }
  
  .menu-mobile-button-is-open {
    left: 60% !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .mobile__menu {
    width: 40% !important;
  }

  .menu-mobile-button-is-open {
    left: 40% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .mobile__menu {
    width: 30% !important;
  }

  .menu-mobile-button-is-open {
    left: 30% !important;
  }
}

@media screen and (min-width: 320px) {
  .mobile__menu {
    position: absolute;
    top: 0;
    left: -80%;
    width: 80%;
    height: 100%;
    background-color: #1f282f;
    z-index: 5;
    transition: left 0.75s ease;
  }

  #mobile-nav, #mobile-top-nav, #mobile-bottom-nav {
    list-style-type: none;
    padding: 0;
  }

  #mobile__menu_search input {
    background-color: #13181c;
    height: 4em;
    border-radius: 20px;
  }

  .mobile-nav__item-header, .mobile-top-nav__item-header, .mobile-bottom-nav__item-header {
    display: flex;
    align-items: stretch;
    transition: background-color 0.25s ease;
    cursor: pointer;
  }

  #mobile-nav, #mobile-bottom-nav, #mobile-top-nav {
    margin-bottom: 0;
  }

  #mobile-top-nav, #mobile-bottom-nav {
    margin-top: 0;
  }

  #mobile-nav > .menu-item:first-child > .mobile-nav__item-header,
  #mobile-top-nav > .menu-item:first-child > .mobile-top-nav__item-header {
    border-bottom: 0;
    border-top: 3px solid rgba(255,255,255,0.2);
  }

  #mobile-bottom-nav .menu-item:first-child .mobile-bottom-nav__item-header {
    border-top: 0 !important;
  }

  #mobile-top-nav > .menu-item:last-child > .mobile-top-nav__item-header {
    border-bottom: 3px solid rgba(255,255,255,0.2);
  }

  #mobile-top-nav > .menu-item:first-child > .mobile-top-nav__item-header {
    border-top: 3px solid rgba(255,255,255,0.2);
  }

  #mobile-nav > .menu-item:last-child > .mobile-nav__item-header {
    border-bottom: 0 !important;
  }

  #mobile-nav > li > .mobile-nav__item-header,
  #mobile-top-nav > li > .mobile-top-nav__item-header,
  #mobile-bottom-nav > li > .mobile-bottom-nav__item-header {
    border: 1px solid rgba(255,255,255,0.2);
  }

  #mobile-nav > li > .mobile-nav__item-header > a,
  #mobile-top-nav > li > .mobile-top-nav__item-header > a,
  #mobile-bottom-nav > li > .mobile-bottom-nav__item-header > a {
    font-size: 110%;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    padding: 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    color: #FFF;
    text-decoration: none;
    max-width: 100%;
  }

  #mobile-top-nav > li:first-child > .mobile-top-nav__item-header > a {
    width: 88%;
  }

  #mobile-top-nav > li > .mobile-top-nav__item-header > a,
  #mobile-bottom-nav > li > .mobile-bottom-nav__item-header > a {
    font-weight: normal;
    font-size: 100%;
  }

  #mobile-nav > li > .mobile-nav__item-header:hover,
  #mobile-top-nav > li > .mobile-top-nav__item-header:hover,
  #mobile-bottom-nav > li > .mobile-bottom-nav__item-header:hover {
    background-color: #229ad2;
  }

  #mobile-nav > li > .mobile-nav__item-header > span,
  #mobile-top-nav > li > .mobile-top-nav__item-header > span:last-child {
    width: 20%;
    text-align: center;
    font-size: 1.5em;
    align-content: center;
  }

  .submenu-is-open {
    transform: rotate(180deg);
  }

  .sub-menu {
    list-style-type: square;
    color: #FFF;
    padding-left: 2em;
    margin: 0 0 10px 0;
    display: none;
  }

  .sub-menu > li > .mobile-nav__item-header > a,
  .sub-menu > li > .mobile-top-nav__item-header > a {
    color: #aec1c9;
    text-decoration: none;
  }

  .sub-menu > li:hover > .mobile-nav__item-header > a {
    color: #FFF;
  }

  .mobile-nav__list .menu-item-has-children > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .sub-menu .mobile-nav__link-chevron {
    display: none;
  }

  .mobile-nav__link-chevron {
    transform: rotate(180deg);
    border-right: 1px solid rgba(255,255,255,0.2);
  }

  .mobile-nav__link-chevron i {
    transition: transform 0.25s ease;
  }

  .mobile-nav__link-chevron:hover {
    color: #aec1c9;
  }
}

.mobile-top-nav__icon {
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mobile-top-nav .menu-icon-only {
  width: auto;
  height: auto;
}

.mobile-top-nav__item-header [class*=" icon-"]::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  color: #FFF;
  padding-left: 10px;
}

.mobile-top-nav__item-header .icon-search::before {
  content: "\f002";
}

.mobile-top-nav__item-header .icon-ticket::before {
  content: "\f145";
  transform: rotate(-35deg);
  margin-top: 5px;
}

.mobile-top-nav__item-header .icon-calendar::before {
  content: "\f274";
}

.mobile-top-nav__item-header .icon-facebook::before {
  font-family: "Font Awesome 6 Brands";
  content: "\f39e";
}

.mobile-top-nav__item-header .icon-contact::before {
  content: "\f0e0";
}

.menu-mobile-button {
  background-color: #628696;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  margin: 1em;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.45s ease, left 0.75s ease;
}

.menu-mobile-button:hover {
  transform: scale(1.2);
}

.menu-mobile-button i {
  color: #FFF;
  font-size: 1.5em;
}

.mobile__menu-is-open {
  left: 0%;
}

.menu-mobile-button-is-open {
  left: 80%;
}

.mobile-modal-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: #FFF;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.mobile-modal-cover-is-open {
  opacity: 0.75;
  pointer-events: all;
}

/* ==========================================================================
   11. FORMULAIRE DE RECHERCHE
   ========================================================================== */

.search-form {
  width: 90%;
  margin: 1.5em auto;
}

.search-form input {
  padding: 1.2em;
  border-radius: 20px;
  background-color: #12181c;
  border-color: #4b5358;
  box-shadow: none;
  outline: none;
  appearance: none;
  border-style: solid;
  color: #FFF;
}

.search-form input::placeholder {
  color: #1e80ae;
}

.search-form input:focus {
  border-color: #4b5358;
  outline: none;
}

.search-form label {
  position: relative;
  display: grid;
  width: 100%;
}

.search-submit {
  position: absolute;
  top: 0;
  right: 1em;
  transform: translate(0, calc(50% + 0.5em));
  background-color: transparent;
  border: 0;
  color: #FFF;
  font-size: 1em;
  cursor: pointer;
}

/* ==========================================================================
   12. PAGE D'ACCUEIL
   ========================================================================== */

.home {
  background-color: #eee;
}

/* --- Cartes de navigation (home--page) --- */

@media (min-width: 1200px) {
  .home--page_container {
    display: flex;
    width: 1164px;
    margin: 0 auto 5em auto !important;
    gap: 2em;
    margin-top: -5%;
    margin-bottom: 5em;
  }

  .home--page {
    display: flex;
    position: relative;
  }

  .home--page_thumbnail {
    max-width: 100%;
    height: auto;
  }

  .home--page_link {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 1;
    padding-left: 20px;
  }

  .home--page::before, #page_footer_child_page > article::before {
    content: '';
    position: absolute;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    top: 0;
    left: 0;
    border-width: 5px 0 0 5px;
    border-color: #fff;
    border-style: solid;
    transition: 0.3s;
    z-index: 1;
  }

  .home--page::after, #page_footer_child_page > article::after {
    content: '';
    position: absolute;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    bottom: 0;
    right: 0;
    border-width: 0 5px 5px 0;
    border-color: #fff;
    border-style: solid;
    transition: 0.3s;
  }

  .home--page:hover::after, .home--page:hover::before, #page_footer_child_page > article:hover::before, #page_footer_child_page > article:hover::after {
    width: 30px;
    height: 40px;
  }
}

/* @media screen and (max-width: 1200px) { */
  .home--page_link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  /* Positionnement + libellé des liens de carte (identique à toutes les largeurs) */
  .home--page_link a {
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    text-transform: lowercase;
    max-width: 200px;
    padding: 10px 20px 20px 20px;
    display: block;
    line-height: 1.2;
  }
/* } */

@media screen and (max-width: 480px) {
  .home--page_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2em;
    margin: -3.5em 0 4em 0;
  }

  .home--page {
    width: 55%;
    position: relative;
    border: 5px solid #FFF;
  }

  .home--page_link {
    padding: 10px 15px;
  }

  .home--page_link > a {
    padding: 0 !important;
  }

  .home--page > img {
    width: 100%;
    height: auto;
  }

  .home--page::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #5dbcc1;
    top: 0;
    left: 0;
    opacity: 0;
  }

  .home--page:hover::before {
      opacity: 0.2;
  }

  .home_slider__nav_container {
    width: 80%;
    margin: auto;
  }
}

@media screen and (max-width: 320px) {
  .home--page {
    width: 60%;
  }
}

@media screen and (min-width: 481px) {
  .home--page {
    width: 40%;
    position: relative;
  }

  .home--page img {
    width: 100%;
    height: auto;
  }

  .home--page_container {
    position: relative;
    margin: -2.5em 0 4em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2em;
  }
}

@media screen and (min-width: 768px) {
   .home--page {
    width: 35%;
  }
}

@media screen and (min-width: 576px) {
  .home--page_container {
    display: flex;
    flex-direction: row;
    gap: 2em;
    justify-content: space-evenly;
  }
}

@media screen and (min-width: 992px) {
  .home--page {
    width: 23%;
    margin-top: -100px;
  }
}

.home--page_container .home--page:nth-child(1) .home--page_link {
  background-color: #229ad2;
}

.home--page_container .home--page:nth-child(2) .home--page_link {
  background-color: #5dbcc1;
}

.home--page_container .home--page:nth-child(3) .home--page_link {
  background-color: #628696;
}

.home--page_container .home--page:nth-child(4) .home--page_link {
  background-color: #df408b;
}

/* @media screen and (min-width: 992px) and (max-width: 1199px) { */
  .home--page:hover::after, .home--page:hover::before, #page_footer_child_page > article:hover::before, #page_footer_child_page > article:hover::after {
    width: 30px;
    height: 40px;
  }

  .home--page::after, #page_footer_child_page > article::after {
    content: '';
    position: absolute;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    bottom: 0;
    right: 0;
    border-width: 0 5px 5px 0;
    border-color: #fff;
    border-style: solid;
    transition: 0.3s;
  }

  .home--page::before, #page_footer_child_page > article::before {
    content: '';
    position: absolute;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    top: 0;
    left: 0;
    border-width: 5px 0 0 5px;
    border-color: #fff;
    border-style: solid;
    transition: 0.3s;
    z-index: 1;
  }
/* } */

/* --- Bloc de contenu / illustration --- */

@media (min-width: 1200px) {
  .home--article_container_illustration {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../bulledo/assets/img/front-bg-2.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.2;
    z-index: 0;
  }

  .home--website_content_container {
    background-color: #5dbcc1;
    position: relative;
    height: 615px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .home--website_content_container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -0.75em;
    background: url('../bulledo/assets/img/icone-strate-footer.png') no-repeat bottom -170px right 25px;
  }

  .home--website_content {
    margin-top: 7em;
  }
}

@media screen and (max-width: 480px) {
  .home--website_content_container {
    background-color: #5dbcc1;
  }
}

@media screen and (min-width: 481px) {
  .home--website_content_container {
    background-color: #5dbcc1;
  }
}

@media screen and (min-width: 576px) {
  .home--website_content_container {
    background-color: #5dbcc1;
  }
}

@media screen and (min-width: 992px) {
  .home--website_content {
    position: relative;
  }

  .home--website_content_container {
    position: relative;
  }

  .home--website_content_container::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../bulledo/assets/img/front-bg-2.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.2;
    z-index: 0;
  }
}

/* --- Carrousel (slider) --- */

.home-slider {
  display: flex;
  align-items: center;
}

.home-slider__media,
.home-slider__titles {
  display: grid;
}

.home_slider__prev_container {
  margin-right: 10px;
}

.home_slider__next_container {
  margin-left: 10px;
}

.home-slider__link {
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  width: 100%;
  margin: 1.25em auto 0 auto;
  text-align: center;
  line-height: 1.4;
  font-size: 19px !important;
  min-height: calc(19px * 1.4 * 3);
}

.home-slider__link h3 {
  font-size: 19px;
}

.home-slider__media, .zoom_cat__media {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #FFF;
  position: relative;
}

.home-slider__media::before, .zoom_cat__media::before {
  content: '';
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 1px solid #fff;
  opacity: 0;
  transform: scale(0);
  transition: 0.3s;
  z-index: 2;
  border-radius: 50%;
}

.home-slider__media:hover:before, .zoom_cat__media:hover::before {
  opacity: 1;
  transform: scale(1);
}

.home-slider__media::after, .zoom_cat__media::after {
  content: 'En savoir plus';
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.1;
  text-align: center;
  opacity: 0;
  transform: translate3d(-50%,-50%,0) scale(1.5);
  transition: 0.3s;
  transition-delay: 0;
}

.home-slider__media:hover::after, .zoom_cat__media:hover::after {
  transform: translate3d(-50%,-50%,0) scale(1);
  opacity: 1;
  transition-delay: 0.3s;
}

.home-slider__img,
.home-slider__title {
  grid-area: 1 / 1;
  opacity: 0;
  transition: opacity 550ms ease, transform 550ms ease;
}

.home-slider__img.is-active,
.home-slider__title.is-active {
  opacity: 1;
  transform: none;
}

.home-slider__img, .zoom_cat__img {
  width: 100%;
  height: auto;
  display: block;
}

.home-slider__title {
  margin: 0;
  transform: translateY(6px);
  display: none;
}

.home-slider__title.is-active {
  display: block;
}

.home_slider__media_container {
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .home_post__single_ticket_container {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  body.page .home--website_content_container, body.single-post .home--website_content_container {
    height: 550px;
  }
}

@media screen and (max-width: 400px) {
  .home-slider__media, .zoom_cat__media {
    width: 100px;
    height: 100px;
  }

  .home_slider__nav_container {
    gap: unset !important;
  }  
}

@media screen and (min-width: 400px) and (max-width: 480px) {
  .home-slider__media, .zoom_cat__media {
    width: 150px;
    height: 150px;
  }

  .home_slider__nav_container {
    gap: unset !important;
  }  
}


@media screen and (min-width: 480px) and (max-width: 576px) {
  .home-slider__media, .zoom_cat__media {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 480px) {
  .home_slider__media_container {
    position: relative;
  }

  /* .home-slider__media, .zoom_cat__media {
    width: 200px;
    height: 200px;
  } */
  
  .home_slider__nav_container {
    gap: unset !important;
  }

  .home_slider__media_container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    opacity: 0.25;
    z-index: 1;
  }

  .home_slider__media_container:hover::before {
    background-color: #229ad2;
  }
}

@media screen and (min-width: 481px) {
  .home_slider__media_container {
    position: relative;
  }

  .home_slider__media_container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    opacity: 0;
    /* z-index: 1; */
  }

  .home_slider__media_container:hover::before {
    background-color: #229ad2;
  }
}

.home_slider__prev_container, .home_slider__next_container {
  border: 2px solid rgba(255,255,255,0.5);
  font-size: 30px;
  width: 40px;
  height: 40px;
  min-width: 40px;
  line-height: 37px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.home_slider__prev_container::before {
  font-family: "Font Awesome 6 Free";
  content: "\f053";
  color: rgba(255,255,255,0.5);
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.home_slider__next_container::before {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  color: rgba(255,255,255,0.5);
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.home_slider__prev_container:hover::before, .home_slider__next_container:hover::before {
  color: #FFF;
}

.home_slider__nav_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
}

.home-slider__prev, .home-slider__next {
  height: 10%;
}

/* --- Articles / billet --- */

.home--post_container {
  display: flex;
  justify-content: space-evenly;
}

.home--post_container_single {
  width: 100%;
  position: relative;
  z-index: 1;
  max-width: 450px;
  height: 30em;
}

.home--post_container_single:first-child {
  margin-left: 10em;
}

.home--post_container_single:last-child {
  margin-right: 10em;
  display: flex;
}

@media screen and (min-width: 992px) {
  .home--post_container {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 480px), screen and (min-width: 481px) {
  .footer_container {
    flex-direction: column;
    align-items: center;
  }

  .home--post_container {
    flex-direction: column;
    align-items: center;
    padding-top: 5em;
  }

  .home--post_container > div {
    margin: auto !important;
    height: fit-content;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .home--post_container_single {
    display: flex;
    align-items: center;
  }

  .home_post__single_ticket_container {
    padding-top: 3em;
  }
}

@media screen and (min-width: 992px) {
  .home--post_container_single:last-child {
    margin-right: 10em;
  }

  .post_container_single:first-child {
    margin-left: 10em !important;
  }

  .home--post_container {
    flex-direction: row;
    height: 35em;
  }
}

.home_post__single_ticket_container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_post__single_ticket_container a {
  text-decoration: none;
}

.home_post__single_ticket_container p {
  color: #fff;
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .home_post__single_ticket_container {
    align-items: flex-start;
    padding-top: 3em;
  }
}

@media screen and (min-width: 481px) {
  .home_post__single_ticket_container {
    align-items: center;
    margin-top: -5em;
  }
}

.home_post__single_ticket {
  background-color: white;
  display: flex;
  width: fit-content;
  padding: 2.5em;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}

.home_post__single_ticket i {
  font-size: 3em;
  color: #5dbcc1;
  transform: rotate(135deg);
}

/* ==========================================================================
   13. CONTENU DE PAGE
   ========================================================================== */

@media (min-width: 1200px) {
  #website-content .container {
    width: 1164px;
  }

  .website-main {
    display: flex;
  }

  .website-main .node-aside {
    width: 33%;
    position: relative;
    padding: 0 1.75em;
  }

  .website-main .node-content {
    width: 67%;
  }

  .website-main .node-content:first-child {
    width: 100%;
  }  
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #website-content .container {
    max-width: 100%;
  }

  .website-main {
    display: flex;
  }

  .website-main .node-aside {
    width: 100%;
    position: relative;
    padding-right: 1.75em;
    margin: 0 3em 0 -3em;
  }
}

@media screen and (max-width: 576px) {
  .zoom_cat_page .node-aside {
    display: none;
  }
}

#website-content h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  word-break: break-word;
  margin: 0.5em 0 1em;
}

#website-content table {
  margin: 35px 0;
  font-size: 100%;
  background-color: transparent;
}

#website-content table tr:nth-child(2n+1) {
  background: #f2f5f6;
}

#website-content table td {
  vertical-align: middle;
  padding: 10px;
  font-size: 93%;
  border: 1px solid #c9d8de;
}

.couleur-principale {
  color: var(--page-main-color);
}

#website-content p strong {
  color: #628696;
}

.gras-couleur-principale {
  color: var(--page-main-color);
  font-weight: bold;
}

.gras-couleur-principale a {
  text-decoration: none;
  color: var(--page-main-color);
}

.gras-couleur-principale a:visited {
  color: var(--page-main-color);
}

.plan-list-link a {
  text-decoration: none;
  color: inherit;
}

.plan-list-link a:visited {
  color: inherit;
}

.titre-tableau {
  margin: 0 0 -35px 0;
  font-weight: bold;
  background-color: #628696;
  color: #FFF;
  padding: 10px;
}

.tableau-note {
  font-style: italic;
  margin-top: calc(-35px - 10px);
  margin-bottom: 2em;
}

/* .titre-tableau p {
  margin-top: 2em;
  margin-bottom: 0;
  background-color: #628696;
  font-weight: bold;
  color: #FFF;
  padding: 0.5em;
}

.titre-tableau table {
  margin-top: 0 !important;
} */

.titre-fichier {
  text-transform: uppercase;
  color: #229ad2;
  font-size: 19px !important;
  font-weight: bold;
  position: relative;
  padding-top: 5px;
}

.titre-fichier::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #229ad2;
}

/* --- Sidebar de page --- */

.page_sidebar_infos {
  padding: 0 18px 18px 18px;
}

.page_sidebar_infos_container {
  margin-bottom: 2em;
}

.page_sidebar_img_container_circle {
  position: absolute;
}

.page_sidebar_img_container:nth-child(1)::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f111"; /* rond */
  color: #72c3e8;
  font-size: 30px;
  position: absolute;
  top: 80px;
  left: -40px;
}

.page_sidebar_img_container .fa-circle {
  color: #88ccec;
  position: absolute;
  top: 128px;
  left: -26px;
}

.page_sidebar_img_container:nth-child(1)::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f111"; /* rond */
  color: #9ed5ef;
  font-size: 10px;
  position: absolute;
  top: 150px;
  left: -15px;
}

@media (min-width: 1200px) {
  .page_sidebar_img_container {
    width: 250px;
    height: 250px;
  }

  .page_sidebar_img_container img {
    border-radius: 50%;
    overflow: hidden;
  }

  .page_sidebar_img_container:nth-child(1) {
    position: relative;
    z-index: 0;
  }

  .page_sidebar_img_container:nth-child(2) {
    max-width: 160px;
    max-height: 160px;
    transform: translate(-50px, -100px);
  }

  .page_sidebar_img_container:nth-child(2) img {
    border: 10px solid #fff;
  }

  .page_sidebar_img_container:nth-child(3) {
    position: absolute;
    max-width: 100px;
    height: 100px;
    top: 250px;
    left: 135px;
    z-index: 2;
  }

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

  .page_sidebar_infos_container {
    background-color: #f1f4f3;
    padding: 12px 0;
    font-weight: bold;
  }

  .page_sidebar_infos > p:first-of-type {
    text-transform: uppercase;
  }
}

@media screen and (max-width: 480px) {
  .page_sidebar_img_container_container {
    width: 50% !important;
    margin: auto !important;
  }

  .page_sidebar_img_container:nth-child(1) {
    width: 100%;
    height: 100%;
  }

  .page_sidebar_img_container:nth-child(2) {
    width: 70%;
    height: 70%;
    margin: -2.5em 0 0 -2em;
    border-radius: 50%;
    border: 10px solid #FFF;
  }

  .page_sidebar_img_container:nth-child(3) {
    width: 80px;
    height: 80px;
    margin: -7em 0 3em 7.5em;
  }  
}

@media screen and (max-width: 576px) and (min-width: 480px) {
  .page_sidebar_img_container:nth-child(2) {
    width: 40%;
    height: 40%;
    margin: -2.5em 0 0 3em;
    border-radius: 50%;
    border: 10px solid #FFF;
  }

  .page_sidebar_img_container:nth-child(3) {
    width: 80px;
    height: 80px;
    margin: -5em 0 0 10em;
  }
}

@media screen and (max-width: 768px) and (min-width: 576px) {
  .page_sidebar_img_container:nth-child(2) {
    width: 40%;
    height: 40%;
    margin: -3em 0 0 2em;
    border-radius: 50%;
    border: 10px solid #FFF;
  }

  .page_sidebar_img_container:nth-child(3) {
    width: 80px;
    height: 80px;
    margin: -5em 0 0 12em;
  }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .page_sidebar_img_container:nth-child(2) {
    width: 40%;
    height: 40%;
    margin: -4.5em 0 0 0;
    border-radius: 50%;
    border: 10px solid #FFF;
  }

  .page_sidebar_img_container:nth-child(3) {
    width: 100px;
    height: 100px;
    margin: -6em 0 0 13em;
  }
}

@media screen and (max-width: 992px) and (min-width: 480px) {
    body:not(.single-post) .page_sidebar_img_container:first-child {
    width: 70% !important;
    height: 70% !important;
    margin: -7em 0 0 3.75em;    
  }
}

@media screen and (max-width: 992px) {

  .page_sidebar_img_container {
    width: 250px;
    height: 250px;
    margin: auto;
  }

  .page_sidebar_img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }

  /* .page_sidebar_img_container:nth-child(2) {
    width: 70%;
    height: 70%;
    margin: -4.5em 0 0 -4em;
    border-radius: 50%;
    border: 10px solid #FFF;
  }

  .page_sidebar_img_container:nth-child(3) {
    width: 40%;
    height: 40%;
    margin: -7em 0 0 7.5em;
  } */

  #page_footer_child_page > article {
    margin: 3em 0;
    width: 30% !important;
  }

  .single-post h2 {
    font-size: 2.75em;
    margin-bottom: 1em !important;
    line-height: 1;
  }

  .content-date-publish {
    margin-top: 2em;
  }

  .page_sidebar_img_container {
    position: relative;
  }

  .page_sidebar_img_container_container {
    width: 50%;
    margin: 5em auto 3em auto;
  }  
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  .page_sidebar_img_container_container {
    margin-left: 10%;
  }

  .page_sidebar_img_container:nth-child(1) {
    position: relative;
    z-index: 0;
  }

  .page_sidebar_img_container {
    width: 250px;
    height: 250px;
  }

  .page_sidebar_img_container img {
    border-radius: 50%;
    overflow: hidden;
  }

  .page_sidebar_img {
    max-width: 100%;
    height: 100%;
  }

  .page_sidebar_img_container:nth-child(2) {
    max-width: 160px;
    transform: translate(-50px, -50px);
  }

  .page_sidebar_img_container:nth-child(3) {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 260px;
    left: 170px;
    z-index: 2;
  }

  .page_sidebar_img_container:nth-child(2) img {
    border: 10px solid #fff;
    max-width: 90%;
  }

  .page_sidebar_img_container:nth-child(1)::before {
    top: 40px;
  }

  .page_sidebar_img_container .fa-circle {
    top: 90px;
  }

  .page_sidebar_img_container:nth-child(1)::after {
    top: 110px;
  }
}

  .page_sidebar_infos_container {
    background-color: #f1f4f3;
    padding: 12px 0;
    font-weight: bold;
    margin-top: 2em;
  }

/* ==========================================================================
   14. LISTE DES PAGES ENFANTS (pied de page)
   ========================================================================== */

#page_footer_child_page {
  display: flex;
  gap: 3em;
  margin-top: 3em;
}

#page_footer_child_page > article {
  width: 20%;
  position: relative;
  box-shadow: 6px 6px 15px 2px rgba(31,40,47,0.5);
  opacity: 0.8;
}

#page_footer_child_page .child-pages__thumb > img {
  width: 100%;
  height: 100%;
}

.child-pages__thumb::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #229ad2;
  opacity: 0;
}

.child-pages__link:hover .child-pages__thumb::before {
  opacity: 0.25;
}

.child-pages__title {
  margin: 0;
  position: absolute;
  color: #FFF;
  text-transform: lowercase;
  font-size: 1.25em;
  font-weight: bold;
  bottom: 1em;
  left: 1em;
  z-index: 2;
}

.child-pages__link {
  width: 100%;
  display: inline-block;
  height: 100%;
}

#page_footer_child_page .no_thumb {
  height: 100px;
  background-color: var(--page-main-color);
}

#page_footer_child_page .no_thumb .child-pages__title {
  width: 80%;
}

/* .single-post .header__main_menu_container {
  background-color: #229ad2;
} */

/* ==========================================================================
   15. ZOOM SUR (catégories)
   ========================================================================== */

body.single-post ul:not(#mobile-top-nav) .menu-zoom-sur, body.page-template-template-zoom-sur ul:not(#mobile-top-nav) .menu-zoom-sur {
  background-color: var(--page-main-color) !important;
}

body.single-post .menu-zoom-sur > a, body.page-template-template-zoom-sur .menu-zoom-sur > a {
  color: white !important;
}

.zoom_cat__content {
  width: 100% !important;
}

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

.zoom_cat__media_opacity::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #229ad2;
  opacity: 0;
}

.zoom_cat__link:hover .zoom_cat__media_opacity::before {
  opacity: 0.3;
}

.zoom-sur-list {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 3em;
}

.zoom_cat__container {
  width: 75%;
  display: flex;
}

.zoom_cat__link {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.zoom_cat__media {
  /* width: 100%; */
  aspect-ratio: 1 / 1;
  overflow: hidden;
  flex-shrink: 0;
}

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

.zoom_cat__title {
  font-size: 1.5em !important;
  color: var(--page-main-color);
  font-weight: bold;
  margin: 10px auto;
  text-align: center;
  transition: color 0.3s ease;
}

.zoom_cat__link:hover .zoom_cat__title {
  color: #176a90;
}

@media screen and (max-width: 481px) {
  .zoom-sur-list {
    flex-direction: column;
  }

  .zoom_cat__container {
    width: 80%;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .zoom_cat__container {
    width: 40%;
    margin: auto;
  }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .zoom_cat__container {
    width: 35%;
    margin: auto;
  }
}

/* ==========================================================================
   16. GALERIE & LIGHTBOX (pied de page)
   ========================================================================== */

#page_footer_gallery_container {
  margin-top: 3em;
}

.page_footer_gallery {
  display: grid;
  /* grid-template-columns: repeat(3, minmax(0, 1fr)); */
  grid-template-columns: repeat(auto-fit, minmax(250px, 400px));
  justify-content: center;
  gap: 1rem;
}

.page_footer_gallery__item {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}

.page_footer_gallery__image {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: transform .25s ease;
}

.page_footer_gallery__item:hover .page_footer_gallery__image {
  transform: scale(1.03);
}

@media (max-width: 992px) {
  .page_footer_gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .page_footer_gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.page_footer_lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: rgba(0, 0, 0, .88);
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease, visibility .5s ease;
}

.page_footer_lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.page_footer_lightbox__img {
  max-width: min(1200px, 100%);
  max-height: 90vh;
  display: block;
  object-fit: contain;
  transform: scale(.92);
  opacity: 0;
  transition: transform .5s ease, opacity .5s ease;
}

.page_footer_lightbox.is-open .page_footer_lightbox__img {
  transform: scale(1);
  opacity: 1;
}

.page_footer_lightbox__close,
.page_footer_lightbox__nav {
  position: absolute;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  background: rgba(255, 255, 255, .92);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_footer_lightbox__close {
  top: 1rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  font-size: 2rem;
  line-height: 1;
  background: #fff;
}

.page_footer_lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  font-size: 2.2rem;
  line-height: 1;
}

.page_footer_lightbox__nav--prev {
  left: 1rem;
}

.page_footer_lightbox__nav--next {
  right: 1rem;
}

.page_footer_lightbox__close:hover,
.page_footer_lightbox__nav:hover {
  background: #fff;
}

.page_footer_lightbox__nav.is-hidden {
  display: none;
}

@media (max-width: 640px) {
  .page_footer_lightbox__nav {
    width: 44px;
    height: 44px;
    font-size: 1.8rem;
  }

  .page_footer_lightbox__nav--prev {
    left: .75rem;
  }

  .page_footer_lightbox__nav--next {
    right: .75rem;
  }
}

/* ==========================================================================
   17. FOOTER
   ========================================================================== */

footer {
  padding: 1.5em 0;
  background-color: #FFF;
}

.footer_container {
  display: flex;
  justify-content: space-evenly;
}

.footer_container a {
  text-decoration: none;
  color: #628696;
}

.footer_content-logo img {
  max-height: 60px;
}

.footer_content-address, .footer_content-phone, .footer_content-legal, .footer_content-plan {
  display: flex;
  align-items: center;
  position: relative;
}

.footer_content-address div:first-child, .footer_content-phone div:first-child, .footer_content-legal div:first-child, .footer_content-plan div:first-child {
  width: 25px;
  height: 25px;
  background: url('../bulledo/assets/img/icone-footer.png') no-repeat;
  background-size: contain;
  margin-right: 0.5em;
}

.footer_content div:first-child::after {
  font-family: "Font Awesome 6 Free";
  color: #FFF;
  font-weight: 900;
  display: flex;
  justify-content: center;
  margin-top: 2px;
  font-size: 12px;
}

.footer_content-address div:first-child::after {
  content: "\f015";
}

.footer_content-phone div:first-child::after {
  content: "\f095";
}

.footer_content-legal div:first-child::after {
  content: "\f0e3";
}

.footer_content-plan div:first-child::after {
  content: "\f802";
}

@media (min-width: 1200px) {
  .footer_container {
    width: 1164px;
    margin: auto;
  }
}

@media screen and (min-width: 992px) {
  .footer_container {
    flex-direction: row;
    gap: 0 5em;
    flex-wrap: wrap;
  }
}

/* ==========================================================================
   18. ADMIN BAR WORDPRESS
   ========================================================================== */

@media screen and (max-width: 600px) {
  #wpadminbar {
    top: -46px !important;
  }
}

/* ==========================================================================
   19. DIVERS
   ========================================================================== */

  body.page .home--website_content_container, body.single-post .home--website_content_container {
    margin-top: 5em;
  }


@media screen and (min-width: 768px) {
  .home_slider__title_container {
    width: 300px;
    margin: auto;
  }

  body.page .home-slider__media, body.single-post .home-slider__media {
    width: 200px;
    height: 200px;
  }

  body.page .home_slider__nav_container, body.single-post .home_slider__nav_container {
    justify-content: space-evenly;
  }
}

@media screen and (min-width: 992px) {
  body.page .home-slider__media, body.single-post .home-slider__media {
    width: 300px;
    height: 300px;
  }
}

body.page .home-slider__title.is-active, body.single-post .home-slider__title.is-active {
  color: #FFF;
}

/* Formulaire */

:root {
  --color-primary:      #229ad2; /* couleur principale : focus, liens, bouton (variante) */
  --color-primary-deep: #146a92; /* fond du bouton — voir note contraste plus bas */
  --color-valid:        #3f9296; /* dérivée du turquoise #5dbcc1, foncée pour rester ≥3:1 */
  --color-invalid:      #df408b; /* rose secondaire, réservé à l'état "invalide" */

  --color-text:        #1f2937;
  --color-text-muted:  #6b7280;
  --color-border:      #d1d5db;
  --color-border-hover:#b8c1cc;
  --color-field-bg:    #f9fafb;
  --color-surface:     #ffffff;

  --radius: 10px;
  --transition: 160ms ease;
}

.wpcf7-form {
  width: 100%;
  max-width: 420px;
  background: var(--color-surface);
  border-radius: 14px;
  padding: 32px;
  box-shadow: 0 1px 2px rgba(15,23,42,.06), 0 8px 24px rgba(15,23,42,.06);
  border-top: 3px solid transparent;
  transition: border-color var(--transition);
}

.wpcf7-form:focus-within{
  border-top-color: var(--color-invalid);
}

.cf-field{ margin-bottom: 22px; }
.cf-field:last-of-type{ margin-bottom: 0; }

.wpcf7-form label{
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: 6px;
}

.cf-label .req{
  color: var(--color-text-muted);
  font-weight: 400;
}

.wpcf7-text, .wpcf7-textarea {
	width: 100%;
	box-sizing: border-box;
	font: inherit;
	font-size: .95rem;
	color: var(--color-text);
	background: var(--color-field-bg);
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	padding: 11px 14px;
	transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
}

.wpcf7-textarea{
  min-height: 140px;
  resize: vertical;
  line-height: 1.5;
}

.wpcf7-text:hover,
.wpcf7-textarea:hover{
  border-color: var(--color-border-hover);
}

.wpcf7-text:focus,
.wpcf7-textarea:focus{
  outline: none;
  background: var(--color-surface);
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(34,154,210,.18);
}

.wpcf7-text:not(:placeholder-shown):valid,
.wpcf7-textarea:not(:placeholder-shown):valid{
  border-color: var(--color-valid);
}
.wpcf7-text:not(:placeholder-shown):invalid:not(:focus),
.wpcf7-textarea:not(:placeholder-shown):invalid:not(:focus){
  border-color: var(--color-invalid);
}

label:has(.wpcf7-validates-as-required) .cf-label-text::after{
  content: " *";
  color: var(--color-text-muted);
}

.wpcf7-submit{
  appearance: none;
  border: none;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
  font-size: .95rem;
  color: #fff;
  background: var(--color-primary-deep);
  padding: 12px 28px;
  border-radius: var(--radius);
  transition: background var(--transition), transform var(--transition);
}
.wpcf7-submit:hover{ background: var(--color-primary); }
.wpcf7-submit:active{ transform: translateY(1px); }
.wpcf7-submit:focus-visible{
  outline: 3px solid rgba(34,154,210,.4);
  outline-offset: 2px;
}