@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

body , #main{
    overflow-x: hidden;
}

.quicklinksdev .card-img,
.quicklinksdev .card-img-top {
  filter: brightness(0) invert(1);
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.quicklinksdev .card:hover .card-img,
.quicklinksdev .card:hover .card-img-top {
  height: 44px;
  filter: invert(57%) sepia(49%) saturate(749%) hue-rotate(156deg) brightness(93%) contrast(90%);
  fill: #29abe3;
  stroke: #29abe3;;
  color: #29abe3;
}

.quicklinksdev .card:hover {
  transform: translateY(-5px);
}

.quicklinksdev .card:hover .container-card-img-top {
  background-color: white;
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
  display: flex;
  align-items: center;
  justify-content: center;
}

.quicklinksdev .card .container-card-img-top {
    margin: 0 auto;
    width:50px;
    height: 50px;
    border-radius: 10px;
    box-shadow: none;
}

.navigation .navbar .nav-item .nav-link,
.quicklicksdev h5,
#main_slider .text_slider p,
.max-width-10,
p,
span,
h5,
h4,
em,
body,
#infolettre_home_wrapper h3 {
  font-family: "Inter", sans-serif !important;
  text-transform: none !important;
}

.h1,
.h2,
.h3,
h1,
h2,
h3,
.size-30,
.size-28 {
  font-family: "Playfair Display", serif !important;
  text-transform: none !important;
}
p span {
  color: #223057;
  font-size: 16px;
}
#infolettre_home_wrapper h3 {
  font-size: 16px !important;
  font-weight: bold !important;
}

#main_slider h3 {
  text-transform: none !important;
}

.size-30 {
  font-size: 28px !important;
}

.card {
  border: none !important;
}

.image-on-top {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.newshome img {
  max-height: 100%;
  max-width: 100%;
  border-radius: 20px;
  margin-bottom: 1rem !important;
}

.mainpic {
  border-radius: 20px;
  width: 100%;
}

.image-on-top-second {
  position: absolute;
  left: 4%;
  top: 10%;
}

.on-top-3 {
  position: absolute;
  left: 4%;
  top: 40%;
}

a.Btn {
  border: 1px solid #223057 !important;
  background-image: none !important;
  background: transparent !important;
  text-transform: none !important;
}

a.Btn.text-white {
  color: #fff !important;
  border: 1px solid #fff !important;
}

.max-width-10 {
  max-width: 350px;
}

.h-70 img {
  height: 400px;
}

.first_text .btn-categorie {
  position: absolute;
  top: 0;
}

.cat-aboslute {
  position: absolute;
  top: 35%;

  /*left: 1;*/
  background: black;
  color: white;
  padding: 0.5rem;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  border: 1px solid black;
}
body .gradient_full:nth-child(odd) {
  background: transparent !important;
}
@media only screen and (min-width: 2350px) {
  .swiper-slider .text-boxes {
    left: 90% !important;
  }
}
@media only screen and (min-width: 1500px) {
  .jour {
    width: 40px !important;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  .scrollbar-container.mCustomScrollbar {
    top: 90% !important;
  }
  .swiper-slider .text-boxes {
    left: 73% !important;
  }
  .text-box.text_slider {
    padding: 0.75rem !important;
  }
}
.dropdown-item.secone {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}
@media only screen and (max-width: 1700px) and (min-width: 1250px) {
  div.card_date_event {
    left: 12%;
  }
}
@media only screen and (max-width: 1600px) and (min-width: 1300px) {
  /*.dropdown-item.secone
  {
   padding:0 !Important;
  }*/
}
@media only screen and (max-width: 900px) and (min-width: 400px) {
  .text_slider.text-box {
    margin-left: 1rem !important;
  }
}
@media only screen and (max-width: 370px) {
  .container .image-on-top {
    left: -7px !important;
  }
}
@media only screen and (max-width: 1600px) {
  .font-bleu {
    left: -100px !important;
  }
}

.bleu-fonce,
h2,
h3 {
  color: #223057 !important;
}

.navigation {
  border-top: 4px solid #f9f9f9 !important;
}

/*
.navigation .navbar-brand,
.first_lv_1 {
  display: none;
}
*/

.navigation .navbar .nav-item {
  margin-right: 1.2rem;
}

.range {
  position: absolute;
  top: 15%;
  z-index: 9;
}

.font-bleu {
  background: #e8f6fc;
  height: 40vw;
  width: 40vw;
  position: absolute;
  top: 1%;
  left: -200px;
  border-radius: 20px;
}

.font-semi-bold {
  font-weight: 700;
}

.eventinmg img,
.text_slider {
  border-radius: 20px !important;
}

.card_date_event {
  color: white;
  position: absolute;
  top: 20%;
  left: 25%;
  min-width: 8vw;
  background: #29abe3;
  padding: 0.8rem !important;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  border: 1px solid #29abe3 !important;
  font-size: 13px;
  z-index: 999;
}
.owl-item .card_date_event {
  visibility: hidden !important;
}
.owl-item.active .card_date_event {
  display: block;
  visibility: visible !important;
}
.card_date_event h5 {
  color: white !important;
  font-size: 13px !important;
}

.size-21 {
  font-size: 21px !important;
}

#slider_event .owl-dots,
.section-title-border::before,
.section-title-border::after {
  display: none;
}

.gradient_full:nth-child(odd) {
  background: transparent !important;
}

/**/
.calendar-slider {
  text-align: center;
  z-index: 9;
  position: relative;
}

.z-index-9 {
  z-index: 1;
}

.month-year {
  margin-bottom: 10px;
}

.mois-slider,
.annee-slider {
  margin-right: 10px;
}

.calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  text-align: center;
  margin-bottom: 10px;
}

.prev-btn,
.next-btn {
  margin-top: 10px;
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
}

.prev-btn:hover,
.next-btn:hover {
  background-color: #f0f0f0;
}

.jours-semaine {
  display: flex;
}

.jour {
  flex: 1;
  text-align: center;
  padding-top: 1rem !important;
}

.month-year .year {
  display: none;
}

.month-year .month {
  background: #223057;
  width: fit-content;
  color: white;

  border-radius: 4px;
  box-shadow: 0px 5px 3px #b7c2c7;
}

.buttons_calendar button {
  background: transparent !important;
  color: #223057 !important;
  position: absolute;
}

.buttons_calendar .prev-btn {
  top: -55px;
  left: 0;
}

.buttons_calendar .next-btn {
  top: -55px;
  right: 0;
}

.bleu_calendar {
  background: #e8f6fc;
  height: 35vw;
  width: 48vw;
  position: absolute;
  top: -5%;
  right: -200px;
  border-radius: 20px;
}

.highlighted {
  width: 40px;
  height: 40px;
  background: #29abe3;
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}

.partenaire_slider .owl-nav.disabled {
  display: block !important;
}

#slider_event .owl-prev {
  left: -8% !important;
  color: #b3b3b3 !important;
}

.partenaire_slider img {
  max-width: 100% !important;
  width: auto !important;
}
.partenaire_slider .owl-prev {
  left: 3% !important;
}
.partenaire_slider .owl-next {
  right: 3% !important;
}
.partenaire_slider .owl-item div {
  display: flex;
  justify-content: center;
}

#slider_event .owl-next {
  right: -8% !important;

  color: #223057 !important;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  font-size: 18px !important;
}

#sidebar ul li.active > a,
a[aria-expanded="true"],
.navbar-nav a[aria-expanded="true"] {
  background: transparent !important;
  color: #29abe3 !important;
}

body .bleu-clair,
body .navbar-nav a.bleu-clair {
  color: #29abe3 !important;
}
.bordure {
  border-right: 1px solid #d9d9d9;
}
.navigation .navbar .dropdown-item:hover {
  text-decoration: none !important;
}
.size-18 {
  font-size: 18px !important;
}

.navigation .navbar .dropdown-item:hover {
  color: initial !important;
}

#main_slider .text_slider {
  border-radius: 20px;
  right: 15% !important;
  left: auto !important;
}

.circle-progress {
  width: fit-content;
}

.text-progress {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  font-size: 30px;
  font-weight: bold;
}

#logo_footer_wrapper img {
  max-width: 110px !important;
}

footer .text-md-left {
  text-align: center !important;
}

.footer-links a {
  text-decoration: underline;
  margin-bottom: 0.75rem !important;
}

footer p,
footer h3 {
  color: white !important;
}

.infolettrefooter .box_element {
  width: 100% !important;
  max-width: 100% !important;
}

#infolettre_home_wrapper a {
  color: #fff !important;
  border: 1px solid #fff !important;
  padding: 10px 20px !important;
  margin: 10px 0 !important;
  border-radius: 9px !important;
}

.bg-bleu-extend::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #e8f6fc;
  z-index: 8;
  border-radius: 20px;
  background-size: 200vw 100%;
  box-shadow: 0px 5px 3px #b7c2c7;
  max-height: 600px;
}

.orange {
  color: #d18418 !important;
}

#main_nav .navbar-nav {
  margin-left: 0 !important;
}

.voila {
  max-width: 64px;
}

.bold {
  font-weight: bold;
}

.size-24 {
  font-size: 24px;
}

.size-10 {
  font-size: 10px;
}

#TextTransform .fa-plus {
  right: 1px;
}

#TextTransform .fa-minus {
  top: -4px;
  right: -2px;
}

@media only screen and (min-width: 1000px) and (max-width: 2300px) {
  .swiper-slider .text-boxes {
    max-width: 50%;
  }
  .swiper-slider .text-box {
    height: 250px;
  }
}

/*
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .swiper-slider .text-boxes {
   left: 87% !Important;
 }
}
@media only screen and (min-width: 1000px) and (max-width: 1700px) {
 .swiper-slider .text-boxes {
    left: 75% ;
 }
 .searchslider
 {
  width:30% !Important;
 }
}
@media only screen and (min-width: 1000px) {
 .swiper-slider .text-boxes {
   max-width: 60%;
 }
}
*/
.swiper-slider .text-boxes {
  position: absolute;
  top: 45%;
  left: 70%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  /*width: auto; */

  overflow: hidden;
  z-index: 1;
}

/*
.swiper-slider .text-boxes.owl-carousel .owl-item {
    margin-right: 2%;
}
.swiper-slider .text-boxes.owl-carousel {
    overflow: hidden;
}*/

.swiper-slider .text-box {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  margin-bottom: 10px;
  width: 100%;
  /*min-width:300px; */
}

.scrollbar-container {
  left: 95%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  /*width: 400px;*/
  overflow: hidden;
  z-index: 1;
}

.swiper-slider img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
}

.size-28 {
  font-size: 26px !important;
}

.slider-bar-container {
  width: 400px;
  margin: 0 auto;
}

.slider-bar {
  width: 100%;
}

.scrollbar-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.scrollbar {
  width: 100%;
  height: 7px;
  background-color: #f0f0f0;
}

.handle {
  width: 150px;
  height: 100%;
  background-color: #29abe3;
  cursor: pointer;
  position: absolute;
  border-radius: 10px;
}

#mCSB_1_container {
  border-radius: 10px;
}

.scrollbar-container {
  top: 80%;
  left: 95%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  /*width: 400px; */
  overflow: hidden;
  z-index: 1;
  height: fit-content;
}

.swiper-slider .owl-nav {
  display: none;
}

.back-to-top {
  background: #29abe3 !important;
}

.social-icon-outline {
  border: none !important;
}
.logo_mobile,
.show_mobile {
  display: none;
}
.medium {
  font-weight: 500 !important;
}
@media only screen and (min-width: 1000px) {
  .navigation .navbar .nav-item {
    padding-top: 28px;
  }
  .timeline {
    overflow: hidden;
  }
}
@media only screen and (min-width: 950px) {
  .a1 a {
    text-wrap: auto;
  }
  /*
  .navbar-nav .dropdown-menu.horizontal-menu > .dropdown-item:last-child {
    border-right: none !important;
  }
  .navbar-nav .dropdown-menu.horizontal-menu {
    width: 95vw;
    min-width: fit-content;
  }
  .navbar-nav .dropdown-menu {
    transform: translateX(-100%);
  }

  .navbar-nav .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
  }

  .navbar-nav .dropdown-menu.horizontal-menu {
    display: flex !important;
    flex-direction: row !important;
  }
  .navbar-nav .dropdown-menu.horizontal-menu .dropdown-menu.second-dropdown {
    display: block;
    margin-left: 0;
  }

  .navbar-nav .dropdown-item {
    position: relative;
  }

  .navbar-nav .first_li:hover > .dropdown-menu,
  .navbar-nav .dropdown-item:hover > .dropdown-menu {
    display: flex;
  }

  .navbar-nav .dropdown-menu.horizontal-menu > .dropdown-item {
    position: relative;
  }

  .navbar-nav .dropdown-menu.horizontal-menu .dropdown-menu {
    top: 100%;
    left: 0;
    display: none;
  }

  .navbar-nav
    .dropdown-menu.horizontal-menu
    .dropdown-item:hover
    > .dropdown-menu {
    display: flex;
  }
  */
}
@media only screen and (max-width: 900px) {}
.searchslider {
  /* position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);*/
  display: flex;
  flex-direction: column;
  width: 600px;
  overflow: hidden;
  z-index: 1;
}
.searchslider .form-control {
  margin-bottom: 0px !important;
}
.container-searchs {
  justify-content: end;
}
.searchslider button {
  background: none;
  border: 0;
  position: absolute;
  font-size: 16px;
  top: 45% !important;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

.searchslider input:not(#search)::placeholder {
  color: black !important;
  font-size: 18px;
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
}
.searchslider h3 {
  display: none;
}
.searchslider button {
  top: 45% !important;
}
.search-bar button:hover {
    color: initial !important;
}

.circle-progress {
  position: relative;
  width: 200px;
  height: 200px;
}
#event_section {
  padding-top: 4rem !important;
}
#event_section .section-title-sm {
  display: none;
}
.today {
  position: relative;
}

.today::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background-color: #29abe3;
  border-radius: 50%;
}
/*
ul.navbar-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;

    display: table;
    width: 100%;
}

ul.navbar-nav .first_li {
    display: table-cell;
}

ul.navbar-nav .first_li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

 */
.navbar-nav {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start !important;
  align-items: stretch;
}

.txt-second a {
  color: black !important;
  border-bottom: 1px solid #d18418;
}
.navigation .navbar .dropdown-item:active {
  color: #29abe3 !important;
  text-decoration: none !important;
}
.fa-facebook-square:before {
  content: "\f39e" !important;
}
.fa-facebook-square {
  font-size: 22px !important;
}
#main_wrapper_interne h1,
#main_wrapper_interne h1 span {
  font-size: 34px !important;
  font-family: "Playfair Display", serif !important;
  color: black !important;
}
#main_wrapper_interne h2,
#main_wrapper_interne h2 span {
  /*demande de changement de taille par anick*/
  font-size: 28px !important;
  font-family: "Playfair Display", serif !important;
  color: #223057 !important;
  font-weight: 700 !important;
}
#main_wrapper_interne h4,
#main_wrapper_interne h4 span {
  font-size: 24px !important;
  font-family: "Playfair Display", serif !important;
}
#main_wrapper_interne h5,
#main_wrapper_interne h5 span {
  font-size: 18px !important;

  color: #29abe3 !important;
  font-family: "Inter", sans-serif !important;
}
#main_wrapper_interne h3 {
  /*demande de changement de taille par anick*/
  font-size: 26px !important;

  color: #3d6cb4 !important;
  font-family: "Playfair Display", serif !important;
}
#main_wrapper_interne img {
  border-radius: 20px;
}
#main_wrapper_interne .Htab .resp-tabs-list li.resp-tab-item.resp-tab-active {
  background: #223057 !important;
  color: white;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
#main_wrapper_interne .Htab .resp-tabs-list li.resp-tab-item {
  font-family: "Playfair Display", serif !important;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 0;
  background: #d9d9d9 !important;

  margin-right: 0.5rem !important;
  padding-bottom: 18px !important;
  float: none !important;
}
.resp-tabs-list li.resp-tab-item:first-child {
  margin-left: 0 !important;
}

.resp-tab-content-active {
  border-top: 2px solid #223057 !important;
  border-bottom: none !important;
  border-right: none !important;
  border-left: none !important;
}
ol {
  list-style-type: decimal;
}
.fond-bleu-a-ressortir {
  background: #3d6cb4 !important;
  border-radius: 20px;
  padding: 3rem !important;
  margin-top: 1.5rem;
}
.lien-blanc {
  border: 1px solid white !important;
  color: white !important;
  background: transparent !important;
  padding: 10px 20px !important;
  margin-top: 20px;
  text-align: center;
  font-size: 1em;
  line-height: 1.1875em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 9px !important;
  display: inline-block;
}

.lien-bleu {
  border: 1px solid #223057 !important;
  color: #223057 !important;
  background: transparent !important;
  padding: 10px 20px !important;
  margin-top: 20px;
  text-align: center;
  font-size: 1em;
  line-height: 1.1875em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 9px !important;
  display: inline-block;
}
.underline-none {
  text-decoration: none !important;
}
.Contrainer-overlay {
  position: relative;
  text-align: center;
  color: white;
  margin-top: 3rem !important;
}
.Contrainer-overlay img {
  width: 100% !important;
}
.Contrainer-overlay .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white !important;
  padding: 3rem !important;
  color: black !important;
  border-radius: 20px;
  opacity: 0.9;
  text-align: left;
  width: 80%;
  height: 80%;
}
a.lien_externe::after,
a.lien_interne::after,
.layout_1_page a:not(:has(> img))::after {
  content: "\f0c1";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
  text-decoration: none !important;
  display: inline-block;
}
.layout_1_page a.getresult_news::after,
.layout_1_page a.getresult_event::after {
  content: "" !important;
}
.layout_1_page a.getresult_news,
.layout_1_page a.getresult_event {
  text-decoration: none !important;
}
.controls_pagination a::after {
  content: "" !important;
}
.controls_pagination a {
  border: 1px solid #223057 !important;
  text-decoration: none !important;
  border-radius: 9px !important;
}
.controls_pagination a:hover {
  background: #223057 !important;
  color: white !important;
}
a.event_primary_cat {
  border-bottom: 3px solid #223057 !important;
}
.controls_pagination a.active {
  background: #223057 !important;
}
a:not([href]):not([class])::after,
a.Btn::after,
a.lien-blanc::after,
.accordeon_titre a::after,
.a2a_kit a::after,
a[href="/news"]::after,
.NewsSummary a::after,
a[href="/evenements"]::after,
.list_event_wrapper a::after,
.table_row a::after {
  content: "" !important;
}
.event_primary_cat .title_cat,
.picto_cat_event {
  margin-left: 0px !important;
}
/*.picto_cat_event
{
  max-width: fit-content !important;
}*/
.event_primary_cat:hover .picto_cat_event {
  background: transparent !important;
}
.home_news_date img,
.date_subsection img {
  border-radius: 0 !important;
}
a[href="/news"],
a[href="/evenements"] {
  text-decoration: none !important;
}
#detail_img_news {
  padding-top: 0.5rem !important;
}
.layout_1_page a.Btn,
.layout_1_page a.lien-blanc {
  text-decoration: none !important;
}
.search-form.open,
.search-form.open h3 {
  background: #223057;
  color: white !important;
}
.search-form.open .form-control {
  background: white;
  border: none !important;
  border-radius: 20px !important;
  color: #223057 !important;
}
.search-form .input-wrapper button i {
  color: #223057 !important;
  font-size: 50px !important;
}
.search-form .input-wrapper button {
  top: 40% !important;
}
a.lien_externe,
a.lien_interne,
.layout_1_page a {
  color: initial !important;
  text-decoration: underline;
}
.image_fullsize {
  width: 100%;
  height: auto;
}
.bouton-avec-icone i {
  display: block;
  font-size: 35px;
  color: #0092ec !important;
  margin-bottom: 1rem;
}
.bouton-avec-icone {
  text-align: center;
  color: black;
  font-weight: 500;
}
.accordeon_titre a::after {
  content: "\f068";
  font-family: FontAwesome !important;
}
.img_caption::after {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.accordeon_titre a.collapsed::after {
  content: " \002B" !important;
  font-size: 30px;
}
.accordeon_titre a::after,
.accordeon_titre a.collapsed::after {
  display: block;

  font-family: "Font Awesome 5 Free";

  line-height: 30px;
  padding: 0px 0;
  position: absolute;
  /*right: -10px;*/
  /*top: -5px;*/
  left: auto !important;
  color: #661447 !important;
}
.accordeon_titre a {
  color: #661447 !important;
  font-family: "Playfair Display", serif !important;
  font-size: 22px !important;
}
.accordion .panel {
  border: none !important;
}
.accordion .panel .card-header {
  border: 1px solid #b3b3b3 !important;
  border-radius: 20px;
}
td img {
  max-width: 100%;
}
.section {
  width: auto;
  max-width: 100%;
}

#entete_image_interne {
  /* width: 100%;   */
}
#slogant_page_interne {
  display: none;
}
.bg-gris {
  background: #e9e9e9 !important;
}
.texte_mauve {
  text-decoration: underline;
}
#main #main_nav {
  border-bottom: none !important;
}
.menu_mobile {
  display: none;
}

.accordion .panel .card-header:hover .accordeon_titre a::after,
.swiper-slider .text-box:hover,
.accordion .panel .card-header:hover {
  background-color: #f5f5f5 !important;
}
.accordion .panel .panel-collapse {
  border-radius: 20px;
  border-top: none !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid #b3b3b3;
}
.accordeon_titre a.collapsed {
  border-radius: 20px;
}
.panel .card-header.accordeon_ouvert:hover {
  background-color: transparent !important;
}
.panel .card-header.accordeon_ouvert {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: none !important;
  background-color: transparent !important;
}
.ui-menu-item-wrapper:hover {
  color: #29abe3 !important;
}
.ui-widget.ui-widget-content {
  border: none !important;
  border-radius: 5px;
}
/*
.navbar-nav .dropdown-menu.horizontal-menu {
  border-top: 2px solid #29abe3;
}
*/
.text_slider .size-28 {
  color: #223057 !important;
}
.timeline-body {
  display: flex;

  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.ui-autocomplete-input {
  border: none !important;
  border-radius: 0 !important;
}
html body {
  font-size: 16px;
  color: #000000;
}
table.responsive_style_table td {
  border-bottom: none !important;
}
.card:hover .card-img-wrapper::before {
  opacity: 0 !important;
}
ul.liste_rouge li {
  font-size: initial !important;
  font-weight: 400 !important;
}
/*
.quicklicksdev .row {
  margin: 0;
  padding: 0;
  width: 100%;

  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
*/
/*.highlighted.category-3 , .category-3
{
  background: #d18418 !important;
}*/
.category-5 {
  background: #29abe3 !important;
}
.category-6 {
  background: #223057 !important;
  border-radius: 0% !important;
}
.legend-dot {
  height: 25px;
  width: 25px;

  border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}
.legend-dot,
.legend-name {
  display: inline-block !important;
}
.legend-name {
  margin-left: 0.25rem !important;
}
.legend-item {
  margin-right: 0.75rem;
  display: flex;
  align-items: center;
}
#legend {
  display: flex !important;
  justify-content: center;
}
.highlighted {
  cursor: pointer;
}
.category-3 {
  position: relative;
  width: 40px;
  height: 40px;
}

.category-3 {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 16px; /* Adjust as needed */
  line-height: 1; /* Adjust as needed */
  background: none !important;
}

.category-3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 40px solid #d18418;
  z-index: -1;
}
/*.jour.newcats-3::after , .jour.newcats-6::after  {
    content: '';
    display: flex;
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);

    width: 6px;
    height: 6px;

    border-radius: 50%;

    gap: 3px;
}

.jour.newcats-3::after {
    content: '';
    color: #d18418;
    background-color: #29abe3;
}
.jour.newcats-6::after
{
     content: '';
    color:  #223057;
    background-color: #223057;
}*/

.jour {
  position: relative;
}

.legend-dot.category-3 {
  width: 25px !important;
  height: 25px !important;
}
.legend-dot.category-3::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #d18418;
  top: 9% !important;
}
@media only screen and (min-width: 900px) {
  .text-box.text_slider {
    padding: 2rem !important;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1600px) {
  .text-box.text_slider {
    padding: 1.5rem !important;
  }
}
@media only screen and (max-width: 400px) {
  div.scrollbar-container {
    top: 230px !important;
  }
}
#titre-alertes {
  float: left;
}
#corps-alertes {
  text-align: left;
}
.container-alertes .btn {
  background: #223057 !important;
  color: white !important;
}
.modale-alertes .modal-dialog {
  max-width: none !important;
}
/*
.jour.multiplecats{
 background: #29ABE3 !important;
background: linear-gradient(286deg, rgba(41, 171, 227, 1) 0%, rgba(209, 132, 24, 1) 50%, rgba(34, 48, 87, 1) 100%)  !important;
border-radius:50% !important;
}

.legend-dot.multiplecats{
 background: #29ABE3 !important;
background: linear-gradient(286deg, rgba(41, 171, 227, 1) 0%, rgba(209, 132, 24, 1) 50%, rgba(34, 48, 87, 1) 100%)  !important;
border-radius:50% !important;
} */
/*

.jour {
  position: relative;
  padding-bottom: 12px;
}


.jour[class*="newcats-"]::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
}


.jour.newcats-3::after { background-color: #d18418; }
.jour.newcats-5::after { background-color: #29abe3; }
.jour.newcats-6::after { background-color: #223057; }



.jour.newcats-3.newcats-5::after,
.jour.newcats-5.newcats-3::after {
  content: '';
  width: 15px;
  height: 6px;
  background:
    radial-gradient(circle at 3px 3px, #d18418 3px, transparent 3px),
    radial-gradient(circle at 12px 3px, #29abe3 3px, transparent 3px);
}

.jour.newcats-3.newcats-6::after,
.jour.newcats-6.newcats-3::after {
  content: '';
  width: 15px;
  height: 6px;
  background:
    radial-gradient(circle at 3px 3px, #d18418 3px, transparent 3px),
    radial-gradient(circle at 12px 3px, #223057 3px, transparent 3px);
}

.jour.newcats-5.newcats-6::after,
.jour.newcats-6.newcats-5::after {
  content: '';
  width: 15px;
  height: 6px;
  background:
    radial-gradient(circle at 3px 3px, #29abe3 3px, transparent 3px),
    radial-gradient(circle at 12px 3px, #223057 3px, transparent 3px);
}


.jour.newcats-3.newcats-5.newcats-6::after,
.jour.newcats-3.newcats-6.newcats-5::after,
.jour.newcats-5.newcats-3.newcats-6::after,
.jour.newcats-5.newcats-6.newcats-3::after,
.jour.newcats-6.newcats-3.newcats-5::after,
.jour.newcats-6.newcats-5.newcats-3::after {
  content: '';
  width: 21px;
  height: 6px;
  background:
    radial-gradient(circle at 3px 3px, #d18418 3px, transparent 3px),
    radial-gradient(circle at 12px 3px, #29abe3 3px, transparent 3px),
    radial-gradient(circle at 21px 3px, #223057 3px, transparent 3px);
}


.jour[class*="newcats-"]:hover::after {
  transform: translateX(-50%) scale(1.2);
  transition: transform 0.2s ease;
}*/

.searchslider .form-control {
  margin-bottom: 0px !important;
}
body #main_slider .text_slider {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: none;
}

#alertes-small-screen .alertes-cat-name {
  display: none;

}

#alertes-small-screen {
  height: 20px;
  margin-right: 0px;
  margin-left: 0px;
}

#titre-alertes {
  font-size: 3em !important;
}

/*
#alertes-small-screen:not(:first-child) {
  margin-top: 40px;
}
*/

@media (min-width: 992px) {
  #alertes-small-screen .alertes-cat-name {
        display: flex;
        justify-content: space-around;
        align-items: center;
  }

    #alertes-small-screen {
        margin-right: 60px !important;
    }

  #alertes-small-screen {
    height: unset;
    margin-top: unset;
  }

  #titre-alertes {
    font-size: 3.5em !important;
  }
}
.getresult_new::after {
  content: "" !important;
}
@media (min-width: 1100px) {
body .alertes-lien-container > div
{top: -95% !important;

}
}


/** NOUVEAU STYLES - 81289 */
.menu_pc .alertes-lien-container {
    display: none;
}

.alertes-lien-container {
    margin-right: 20px !important;
    display: flex;
}

.alertes-lien-container > img {
    width: 30px;
    max-height: 30px;
    height: 30px;
    order: 1;
}

.alertes-lien-container > span {
    order: 2;
    margin-left: 10px;
}

.alertes-lien-container > div {
    position: initial;
    order: 3;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    color: black;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.liste_alertes_secondary_menu {
    display:flex;
    justify-content: right;
    gap:15px;
}

.alertes-lien-container > .alertes-cat-name {
    color: white !important;
    font-size: 14px !important;
    text-transform:uppercase !important;
    font-family: 'Inter' !important;
}

.container-searchs {
    max-width: 250px;
}

#logo_sticky_nav, #logo_sticky_nav > img {
    width: 175px;
    height: 175px;
}

.navigation .navbar .nav-item {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.navigation .navbar .nav-item .nav-link{
    padding: 0px;
}

.second-dropdown > .dropdown-item {
    display: none;
}

.searchslider {
    width: 220px;
}

.quick-links-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 400;
  color: white !important;
  margin-bottom: 0;
  line-height: 1.2;
  flex-shrink: 0;
  max-width: 300px;
  text-align: left;
}

/** STYLES DU CLIENT */
/* SOUS-MENUS */
.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    min-width: 290px;
    padding: 0;
    margin-top: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 998;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.menu_pc li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.submenu li {
    border-bottom: 1px solid #f0f0f0;
    padding: 0;
    list-style-type: none;
    position: relative;
}

.submenu li:last-child {
    border-bottom: none;
}

.submenu a {
    text-transform: none !important;
    display: flex;
    align-items: center;
    padding: 14px 18px;
    font-weight: 500;
    font-size: 15px;
    gap: 8px;
}

.submenu > li > a:hover {
    background-color: #f9f9f9 !important;

}

.list_pages_sec {
    color: white;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s ease;
    display: flex;
    align-content: center;
}

.list_pages_sec > li {
    margin-top: auto;
    margin-bottom: auto;
}

.menu_pc a:hover, #main_nav .navbar-nav a:not(.dropdown-item):hover, .top-header .list_pages_sec a:not(#trigger_menu_burger):hover {
    color: #00aeef !important;
}

.quick-links {
  background-color: #00275d;
  padding: 35px 40px; /* 30px 60px; */
  text-align: center;
  display: flex;
  align-items: center;
  gap: 60px;
  min-height: 120px;
}

.quicklinksdev {
    padding:0px !important;
}

/*.quicklinksdev,*/
.quicklinksdev .card
{
  background-color: #00275d;
}

.quicklinksdev > .widget-css > h2,
.quicklinksdev > .widget-css > .card > a > .card-body > .card-title
{
    color: white !important;
}

/* SOUS-SOUS-MENUS */
.submenu .submenu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: 8px;
    min-width: 260px;
}

.submenu li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@media (max-width: 768px) {
    .submenu {
        position: static;
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .menu_pc li.active > .submenu {
        opacity: 1;
        visibility: visible;
        max-height: 500px;
    }

    .submenu li {
        border-bottom: 1px solid #f0f0f0;
        padding: 8px 0 8px 20px;
    }

    .submenu a {
        padding: 8px 0;
        font-size: 13px;
    }
}

.menu_pc {
    display: flex;
    gap: 36px;
    list-style: none;
}

.menu_pc > li {
    position: relative;
}

.menu_pc a, #main_nav .navbar-nav a  {
  text-decoration: none;
  text-transform: uppercase !important;
  color: #00275d !important;
  font-weight: 600;
  font-size: 15px;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

.menu_pc a:hover{
    color: #1a95b7 !important;
}

.nav-chevron {
    font-size: 12px;
}

.search-bar {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  border: 2px solid #ddd;
  border-radius: 12px;
  padding: 8px 12px !important;
  width: 220px;
  transition: all 0.3s ease;
  position: relative;
}

.search-bar > button {
    padding: 0px !important;
    margin: 0px !important;
}

.search-bar:focus-within {
    border-color: #00275d;
    background-color: white;
}

.search-bar:focus-within input {
    color: #00275d;
}

.search-bar:focus-within button {
    color: #00275d;
}

.search-bar input {
    border: none;
    background: none;
    outline: none;
    flex: 1;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
}

.search-bar button {
    background: none;
    border: none;
    cursor: pointer;
    color: #666;
    font-size: 16px;
}

.news-section {
    max-width: 950px;
    margin: 60px auto;
    margin-left: 0px !important;
    font-family: 'Inter', sans-serif;
    color: #00275d;
}

.playfair-title {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    margin: 0;
    font-weight: 500;
}

.news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eaf6fc;
    padding-bottom: 25px;
    margin-bottom: 10px;
}

.btn-top-news {
    padding: 10px 22px;
    border: 1.2px solid #00275d;
    border-radius: 12px;
    color: #00275d;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-top-news:hover {
    background-color: #00275d;
    color: #ffffff;
    transform: translateY(-2px);
}

.news-item {
    display: flex;
    gap: 40px;
    padding: 35px 25px;
    align-items: center;
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
    margin-bottom: 5px;
}

.news-item:hover {
    background-color: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 39, 93, 0.08);
    transform: translateY(-4px);
}

.news-item.highlight {
    background-color: #f8f9f9;
}

.news-image-container {
    flex: 0 0 320px;
    height: 200px;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #d1d1d1;
}

.news-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.news-item:hover .news-image-container img {
    transform: scale(1.1);
}

.news-content {
    flex: 1;
}

.news-category {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    display: block;
    margin-bottom: 8px;
    color: #00275d;
    opacity: 0.8;
}

.news-content h3 {
    font-size: 22px;
    line-height: 1.3;
    margin: 0 0 12px 0;
    font-weight: 700;
    /* Pas de changement de couleur ici */
    color: #00275d;
}

.news-date {
    color: #b33d64;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}

.btn-read-more {
    display: inline-block;
    padding: 10px 25px;
    border: 1.2px solid #00275d;
    border-radius: 10px;
    color: #00275d;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.3s ease;
}

.news-item:hover .btn-read-more {
    background-color: #00275d;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 39, 93, 0.15);
}

@media (max-width: 850px) {
    .news-item { flex-direction: column; gap: 20px; padding: 20px; }
    .news-image-container { width: 100%; flex: 0 0 auto; }
    .news-header { flex-direction: column; align-items: flex-start; gap: 15px; }
}

.event-block {
    margin-top: 60px;
    width: 100%;
    max-width: 500px;
    background-color: #eaf6fc;
    padding: 40px;
    border-radius: 24px;
    font-family: 'Inter', sans-serif;
    color: #00275d;
}

.event-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #00275d33;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.playfair-title {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    margin: 0;
    font-weight: 500;
}

/* BOUTON INFO ! AVEC HOVER NOIR */
.info-trigger-container > .info-circle {
    width: 26px;
    height: 26px;
    background-color: #1a73a8;
    color: white;
    border-radius: 50%;
    border: none;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: background-color 0.3s ease;

    position: initial;
    padding: 0px !important;
    background-image: initial;
}

.info-circle:hover {
    background-color: #000000; /* Hover noir demandé */
}

.info-trigger-container { position: relative; }

.legend-popup {
    position: absolute;
    top: 35px;
    right: 0;
    background: white;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    width: 180px;
    display: none;
    z-index: 10;
}

.legend-popup.active { display: block; }

.legend-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    margin-bottom: 8px;
    color: #333;
}

.dot { width: 10px; height: 10px; border-radius: 50%; }
.dot.evenements-cat-3 { background-color: #d18416; }
.dot.evenements-cat-5 { background-color: #00aeef; }
.dot.evenements-cat-6 { background-color: #00275d; }

/* LISTE AVEC HOVER BLANC */
.event-list {
    margin-top: 10px;
}

.event-row {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 15px;
    margin-bottom: 5px;
    border-radius: 15px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

/* Bloc blanc sous le contenu au survol */
.event-row:hover {
    background-color: #ffffff;
}

.date-badge {
    background: white;
    min-width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1.5px solid;
}

.date-badge .day { font-weight: 800; font-size: 18px; line-height: 1; }
.date-badge .month { font-size: 10px; font-weight: 700; margin-top: 2px; }

.evenements-cat-border-6 { border-color: #00275d; color: #00275d; }
.evenements-cat-border-5 { border-color: #00aeef; color: #00aeef; }
.evenements-cat-border-3 { border-color: #d18416; color: #d18416; }

.event-text h3 {
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
    color: #00275d;
    font-weight: 700;
}

.event-text p {
    font-size: 13px;
    color: #444;
    margin: 5px 0 0 0;
    line-height: 1.4;
}

/* BOUTON AVEC HOVER BLEU ET TEXTE BLANC */
.footer-container {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    padding-left: 15px;
}

.btn-calendar {
    display: inline-block;
    padding: 10px 25px;
    border: 1.5px solid #00275d;
    border-radius: 10px;
    color: #00275d;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    transition: all 0.3s ease;
}

.btn-calendar:hover {
    background-color: #00275d; /* Bleu demandé */
    color: #ffffff;           /* Texte blanc demandé */
}

/* ===== HERO SLIDER STYLES ===== */
#main_slider, .slider-controls, .slider-tabs {
    --blue-dark: #00275d;
    --blue-bg: #e8f6fc;
}

.hero-slider {
    background-color: var(--blue-bg);
    padding: 40px 60px 0 120px;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    font-family: 'Inter', sans-serif;
}

.slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    width: 100%;
    animation: fadeIn 0.6s ease-out;
    padding: 10px 40px 0 40px; /* 40px 60px 0 120px; */
    background-color: #e8f6fc;
    color: #e8f6fc;
    max-width: 1600px !important;
    margin: 0 auto;
}

.slide.active { display: flex; }

@keyframes fadeIn {
    from { opacity: 0; transform: translateX(15px); }
    to { opacity: 1; transform: translateX(0); }
}

/* TYPOGRAPHIE */
.slide-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 44px;
    font-weight: 400;
    color: var(--blue-dark);
    line-height: 1.15;
    margin-bottom: 20px;
}

.category {
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 13px;
    color: var(--blue-dark);
    opacity: 0.8;
    margin-bottom: 12px;
    display: block;
}

.slide-content p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    margin-bottom: 30px;
}

/* BOUTON SELON IMAGE */
.btn-custom {
    display: inline-block;
    padding: 12px 35px;
    border: 1.5px solid var(--blue-dark);
    border-radius: 9px;
    background-color: transparent;
    color: var(--blue-dark);
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease;
}

.btn-custom:hover {
    background-color: var(--blue-dark);
    color: white;
}

/* IMAGES */
.owl-carousel .owl-item .slide-image img {
    width: 560px; /* 620px */
    height: 320px; /* 380px */
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* NAVIGATION */
.slider-footer {
    display: flex;
    align-items: center;
}

.slider-controls {
    display: flex;
    align-items: center;
    background: white;
    padding: 5px 35px;
    border-radius: 35px 35px 0 0;
    gap: 20px;
}

.slide-counter {
    font-weight: 800;
    font-size: 18px;
    color: var(--blue-dark);
}

.quick-links-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  max-width: 1400px;
  margin: 0;
  flex: 1;
}

.quick-link-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
}

.quick-link-item:hover .quick-link-text {
  color: #00aee2;
}
.quick-link-text {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: white;
  line-height: 1.3;
  transition: color 0.3s ease;

  text-align: center;
}

@media (max-width: 900px) {
    .slide {
        max-width: 100vw !important;
    }

}

@media (max-width: 768px) {
    .hero-slider {
        padding: 30px 20px 0 20px;
        height: auto;
    }

    .slider-wrapper {
        display: flex;
        flex-direction: column;
    }

    .slide {

        flex-direction: column;
        gap: 30px;
    }

    .slide-content h2 {
        font-size: 28px;
    }

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

    .slide-image img {
        width: 100%;
        height: 250px;
    }

    .slider-footer {
        flex-direction: column;
        gap: 20px;
    }

    .slider-tabs {
        margin-left: 0;
        flex-wrap: wrap;
    }
}

/* NAVIGATION */
.slider-footer {
    display: flex;
    align-items: center;
    padding: 10px 60px 0 120px;
    background-color: #e8f6fc;
}

.color-bg-slider-footer {
    background-color: #e8f6fc;
}

.container {
    max-width: 1600px !important;
}

.slider-footer-container {
    max-width: 1600px;
    margin: 0 auto;
}

.slider-controls {
    display: flex;
    align-items: center;
    background: white;
    padding: 5px 35px;
    border-radius: 35px 35px 0 0;
    gap: 20px;
}

.slide-counter {
    font-weight: 800;
    font-size: 18px;
    color: var(--blue-dark);
}

.nav-btn:hover {
    transform: scale(1.1);
    opacity: 0.9;
}

.slider-tabs {
    display: flex;
    gap: 35px;
    margin-left: 45px;
    font-size: 14px;
    font-weight: 600;
    color: #00275d66;
    padding-bottom: 15px;
}

.tab {
    cursor: pointer;
    transition: color 0.3s;
}

.tab.active {
    color: var(--blue-dark);
    border-bottom: 2px solid var(--blue-dark);
}

.nav-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background-color: var(--blue-dark);
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s, opacity 0.3s;
    font-size: 14px;
    background-image: none !important;
    position: inherit;
}

.voila-logo {
  height: 30px;
  cursor: pointer;
}

.lang-link, .control-btn {
    color: #003d82;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    transition: color 0.3s ease;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    gap: 4px;
}

.lang-link:hover, .control-btn:hover {
    color: #00aeef;
}

#main_slider {
    background-color: #e8f6fc;
}

/* RESPONSIVE SLIDER */
@media (max-width: 1024px) {
    .slide {
        padding-left: 60px;
        padding-right: 40px;
        /* height: 450px; */
        max-width: 100vw;
    }

    .slide-image img {
        width: 450px !important;
        height: 300px !important;
    }



}

@media (max-width: 1000px) {
  .swiper-slider {
    height: auto !important;
  }
}

@media (max-width: 768px) {
    .slide {
        display: flex;
        flex-direction: column;
        max-width:100vw;
        flex-direction: column;
        gap: 30px;
        padding: 20px 10px;
        width: 100%;
    }

    .slide-content {
        width: 90%;
    }

    .slide-content h2 {
        font-size: 28px;
    }

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

    .owl-carousel .owl-item .slide-image img {
        width: 100% !important;
        height: 250px !important;
    }

    .slider-footer {
        flex-direction: column;
        padding:0px !important;
        gap: 20px;
    }

    .slider-tabs {
        width: 90%;
        margin-left: 0;
        flex-wrap: wrap;
    }
}

@media (max-width: 1000px) {
    .slider-footer {
        opacity: 0;
    }
}

/* RESPONSIVE QUICK LINKS */
@media (max-width: 1024px) {
    .container_evenements_accueil, .container_nouvelle_accueil,  .container_nouvelle_accueil > .container {
        padding-right: 0px;
    }

    .quick-links {
        padding: 25px 40px;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        min-height: auto;
    }

    .quick-links-title {
        font-size: 18px;
        margin-bottom: 0;
        max-width: 100%;
    }

    .quick-links-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
        width: 100%;
    }

    .quick-link-icon {
        width: 60px;
        height: 60px;
    }

    .quick-link-icon img {
        width: 35px;
        height: 35px;
    }

    .quick-link-text {
        font-size: 12px;
    }
}

@media (max-width: 960px) {
    .event-block {
        max-width: fit-content;
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (max-width: 800px) {
    #main_slider > .owl-stage-outer {
        min-height: 530px;
        height: auto !important;
    }

    .slider-footer {
        display:none;
    }

}

@media (max-width: 768px) {
    .quick-links-title br {
        display: none;
    }

    .quick-links {
        padding: 0 15px;
        flex-direction: column;
    }

    .quick-links-title {
        font-size: 14px;
        margin-bottom: 0;
        margin-top: 0px;
    }

    .quick-links-title {
        font-size: 16px;
        margin-bottom: 0;
        max-width: 100%;
    }

    .quick-links-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        width: 100%;
    }

    .quick-link-icon {
        width: 50px;
        height: 50px;
    }

    .quick-link-text {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .quick-links-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .quick-link-icon {
        width: 60px;
        height: 60px;
    }

    .quick-link-icon img {
        width: 40px;
        height: 40px;
    }

    .quick-link-text {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .searchslider {
        top: 75% !important;
    }

    #logo_sticky_nav, #logo_sticky_nav > img {
        display:none;
    }

    #logo_burger_mobile {
        display: block;
        width: 100%;
    }

    #menuBurger {
        display: block !important;
        background-color: rgba(0, 0, 0, 0);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-attachment: scroll;
        background-image: none;
        background-size: auto;
        background-origin: padding-box;
        background-clip: border-box;
        border: none;
        color: #00275d;
        font-size: 24px;
        cursor: pointer;
        z-index: 1001;
        margin: auto 0;
    }

    #menuBurger:hover {
        cursor: pointer;
    }

    .logo_mobile {
        display: block;
    }

    #header_container_accesibilite {
        display: none !important;
    }

    #header_container_recherche {
        flex-grow:1;
    }

    #header_container_voila {
        flex-grow: 0;
    }

    #request-contactUs {
        display: none !important;
    }

    .searchslider {
        position: inherit;
        transform: unset;
        width: 100% !important;
    }

    .search-bar {
        width: 100% !important;
    }

    #header_container_divers {
        margin-bottom: 10px;
        width: 100%;
    }

    .menu_pc {
        display: none !important;
    }

    .menu_mobile {
        display: block !important;
    }

    .navigation .navbar .nav-item {
        display: block !important;
      }

    .navigation .navbar .nav-item > .dropdown-menu.show {
        margin-left: 1rem !important;
    }

    #header_container_divers {
        margin-left: 5px;
        margin-right: 5px;
    }

}

#menuBurger, #logo_burger_mobile {
    display: none;
}

header {
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    z-index:5;
}

#navbarNavDropdown .dropdown-menu.show {
  display: block;
  visibility: inherit;
  opacity: 1;
  transform: inherit;
}

/* ===== SIDEBAR Nous écrire ===== */
#request-contactUs #contactUs-tab {
     right:345px !important;
    transform: translateY(75%) !important;
    background-color: #6b2d5c;
    padding: 20px;
    border-radius: 8px 0 0 8px;
    z-index: 500;
    width: 50px !important;
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#request-contactUs #contactUs-tab > span {
    writing-mode: vertical-rl;
    background-color: #6b2d5c !important;
    text-orientation: mixed;
    background: none;
    border: none;
    color: white;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0px !important;
}

#request-contactUs #contactUs-tab > span:hover {
    color: #d61a7d;
}

#accueil_tableau_infolettre > tbody > tr > td {
    padding-top: 20px;
}

#accueil_tableau_infolettre > tbody > tr > td:nth-of-type(1) {
    background-color: #eaedf2;
}

#accueil_tableau_infolettre > tbody > tr > td:nth-of-type(2) {
    background-color: #223057;
    padding-right: 100px;
    padding-left: 100px;
}

#accueil_tableau_infolettre > tbody > tr > td:nth-of-type(2) > h3 {
    color: white !important;
}

#accueil_tableau_infolettre {
    margin-top:5px;
}

.container:has(#accueil_tableau_infolettre) {
  padding-top: 0px !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-top:5px;
}

/* FOOTER */
footer {
    --footer-bg: #00275d;
    --footer-hover: #00aeef;
    --text-white: #ffffff;
}

footer {
    background-color: var(--footer-bg);
    color: var(--text-white);
    position: relative;
    margin-top: 50px;
    padding: 60px 0;
    padding-bottom: 0px !important;
    margin-top:0px !important;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto !important;
    padding: 0 20px;
}

/* SECTION SUPÉRIEURE */

.footer-top .footer-container {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 60px;
    align-items: center;
}

footer img {
    max-width: 100px;
    display: block;
    height: auto;
}

/* LIENS DE NAVIGATION */
/*
.footer-links {
    display: flex;
    gap: 80px;
    justify-content: center;
}

.link-col ul { list-style: none; }
.link-col li { margin-bottom: 12px; }
*/
#footer_col_links a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: color 0.3s ease;
}
#footer_col_links a:hover {
    color: var(--footer-hover) !important;
    text-decoration: underline;
}

/* RÉSEAUX SOCIAUX */
.social-list {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
}

.social-icon-outline {
    color: white;
    font-size: 18px !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.social-icon-outline i {
    font-size: 18px !important;
}

.social-icon-outline:hover {
    background-color: var(--footer-hover);
    transform: translateY(-3px);
    color: white;
}

/* SECTION INFÉRIEURE */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 30px 0 !important;
}

.bottom-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.legal-links { font-size: 13px; }
.legal-links a {
    color: white;
    text-decoration: underline;
    margin-right: 15px;
}

/* BOUTON RETOUR EN HAUT */
.back-to-top {
    position: absolute;
    right: 40px;
    top: -25px;
    width: 50px;
    height: 50px;
    background-color: var(--footer-hover);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

.back-to-top:hover {
    transform: translateY(-8px);
    background-color: white !important;
    color: var(--footer-hover) !important;
    border-color: white !important;
}

.back-to-top:hover i {
    color: var(--footer-hover) !important;
}

/* RESPONSIVE */
@media (max-width: 850px) {
    .footer-top .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 30px;
    }

    footer img {
        display: initial;
    }

    #footer_col_links > tbody > tr {
        display: table-row !important;
    }

    #footer_col_links > tbody > tr > td {
        display: table-cell !important;
        width:2% !important;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .footer_top {
        padding-bottom: 60px;
    }

    .footer-logo { margin: 0 auto; }
    .footer-links { justify-content: center; }
    .social-list { justify-content: center; }
}

#row_section_news_event {
    margin: 0 auto;
}

#wrapper_event_primary_cat .table_row:has(#primary_6), #wrapper_event_primary_cat .table_row:has(#primary_section_11) {
    display:none;
}

.list_event_wrapper:has(#section_event_11) {
    display:none;
}

#table_liste_reglements > thead > tr > th:hover {
    cursor: pointer;
}

.modal-body > button.close {
    padding: 0px !important;
    margin: 10px 20px !important;
    color: #223057 !important;
    background-image: none !important;
    background-color: transparent !important;
    opacity: 1 !important;
}

.modal-body > button.close > span {
    color: #223057 !important;
}

.modal-footer button.btn-secondary {
    background-color: white;
    border: 1px solid #223057 !important;
}

footer a.Btn {
    background: #FFFFFF !important;
}

footer a.Btn:hover {
    background: #01265d !important;
}


#modal_gi2_large .iframe_modal {
    max-width: 100%;
}

#table_liste_reglements tr td:nth-of-type(1), #table_liste_reglements tr th:nth-of-type(1) {
    max-width:20vw;
}

@media screen and (max-width: 800px) {
    #table_liste_reglements > thead > tr > th {
        height: 0px;
        display: none !important;
    }
    #table_liste_reglements tr td:nth-of-type(1), #table_liste_reglements tr th:nth-of-type(1) {
        max-width:100%;
    }

    #table_liste_reglements > thead > tr {
        opacity: 0;
    }

    #table_liste_reglements_length, #table_liste_reglements_info, #table_liste_reglements_paginate {
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        margin-left: 0px;
        background-color: white;
        left: 0px;
    }

    .label_only_display_mobile {
        display: initial !important;
        font-weight: bold;
    }

    #list_reglements_trigger_search {
        flex-direction: column;
        align-items: center;
    }

    #search_reglement_trigger {
        width: 100%;
    }

    #table_liste_reglements td {
        padding: 0px !important;
        border-bottom: none !important;
        margin-bottom: 0px !important;
    }

    #table_liste_reglements td:last-of-type {
        padding-bottom: 10px!important;
    }

}

.label_only_display_mobile {
    display: none;
}

#table_liste_reglements tr:nth-child(2n) a,
.layout_1_page #table_liste_reglements tr:nth-child(2n) a
{
    color: #333 !important;
}

#table_liste_reglements tr:nth-child(2n+1) a,
.layout_1_page #table_liste_reglements tr:nth-child(2n+1) a
{
    color: #000000 !important;
}

.layout_1_page #table_liste_reglements a:not(:has(> img))::after,
.layout_1_page #table_liste_reglements_paginate a:not(:has(> img))::after,
.layout_1_page #search_reglement_trigger:not(:has(> img))::after
{
    content: "";
    margin-left: 0;
}

.layout_1_page #table_liste_reglements a,
.layout_1_page #table_liste_reglements_paginate a {
  text-decoration: initial;
}

.layout_1_page  #search_reglement_trigger {
    color: #223057 !important;
}

.layout_1_page  #search_reglement_trigger:hover {
    color: white !important;
}
