/**
 * Template Name: Company
 * Template URL: https://bootstrapmade.com/company-free-html-bootstrap-template/
 * Updated: Aug 07 2024 with Bootstrap v5.3.3
 * Author: BootstrapMade.com
 * License: https://bootstrapmade.com/license/
 */

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts *//*EN LIGNE :src: url('https://lesgadlis.be/newgadlis/assets/fonts/CaviarDreams.woff2') format('woff2'),*/
@font-face {
  font-family: 'Caviar Dreams';
  src: url('https://lesgadlis.be/assets/fonts/CaviarDreams.woff2') format('woff2'),
      url('https://lesgadlis.be/assets/fonts/CaviarDreams.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Caviar Dreams';
  src: url('https://lesgadlis.be/assets/fonts/CaviarDreams-Bold.woff2') format('woff2'),
  url('https://lesgadlis.be/assets/fonts/CaviarDreams-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*
:root {
  --default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: 'Caviar Dreams', sans-serif;
  --nav-font: 'Caviar Dreams', sans-serif;
  
}

*/
/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #231f20; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #231f20; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #73ad2d; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #231f20;  /* The default color of the main navmenu links */
  --nav-hover-color: #73ad2d; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #231f20; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #73ad2d; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}


/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */
.light-background {
  --background-color: #f7f7f7;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color:#506080;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

.accent-background {
  --background-color: #506080;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --accent-color: #ffffff;
  --surface-color: #2ae149;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  position: relative !important;
  
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #73ad2d;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: 'Caviar Dreams', sans-serif !important;
  font-weight: bold;
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 10px 0;
  transition: all 0.5s;
  /*z-index: 997;*/
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

/* logo */
.logo {
  line-height: 1;
}

.header .logo img {
  max-height: 4.5rem;/*72px;*/
}

 .logo {
  font-size: 0.75rem;/*12px;*/
  margin: 0;
  color: var(--default-color);
  /*font-weight: 700;*/
  /* text-transform: uppercase;*/
  }

.logo-bottom {
  margin-bottom: 0 !important;
}  

.logo figcaption {
  text-align: center;
}  

.logo figcaption:hover {
  color: var(--accent-color);
}

/* Facebook icone */
.header .header-social-links {
  padding: 0 0 0 15px;
}

.header .header-social-links a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding-left: 10px;
  display: inline-block;
  transition: 0.3s;
  font-size: 32px;
}

.header .header-social-links a:hover {
  color: var(--accent-color);
}

.header .header-social-links a i {
  line-height: 0px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 25px 20px;
    font-size: 20px;
    font-family: 'Caviar Dreams', sans-serif !important;
    text-transform: capitalize;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
/*Sous-menu de sous-menu*/
 /* .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }*/
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: 'Caviar Dreams', sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 60%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

 .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.toplogo {
  margin-bottom: 0;
  margin-top: 5rem;
}
.footer {
 background-color: var(--background-color);
 font-size: 14px;
 color: var(--default-color);
 padding-top: 10px;
 font-family: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

/*Logo*/
.footer-logogadlis {
  margin-bottom: 30px;
}
.logo-foot {
 color: #ffffff !important;
} 
.logo-foot figure {
 margin: 0 auto;
}  
/* taille du logo dans le footer*/

.logofootwidth {
 width: 65%;
 } 
.foot-caption {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.foot-caption:hover {
  color: var(--accent-color);
}
/*Menu footer*/

.footer-menu {
 text-align: left;
}
.footer-menu ul li a{
 font-size: 1rem;/*16px;*/
 transition: 0.3s;
 color: #ffffff;
}
.footer-menu ul li a:hover{
 color: var(--accent-color);
} 
/*liste pages menu*/
.footer-menu .menustyle {
 list-style-type: none;
 text-align: left;
}
.footer-menu ul{
 padding-left: 0rem !important;
}
/*Soutiens */
.footer-soutien {
  padding-left: 1.563rem;/*25px;*/
}
.foot-logos-soutien {
  max-height: 4.688rem !important;/*75px !important;*/
  margin-bottom:0.938rem;/*15px;*/
} 
/* A propos adresse etc*/
.footer .footer-apropos {
  margin-top: 0px;
  
}

.footer h4 {
 font-size: 1rem;/*16px;*/
 font-weight: bold;
 padding-bottom: 0.3756rem;/*6px;*/
}

.footer span .footer-contact{
 padding-bottom: 0.3756rem !important;/*6px !important;*/
}

.footer-contact a {
 color: #ffffff;
 transition: 0.3s;
}
.footer-contact a:hover {
 color: var(--accent-color);
}

/*Bouton Facebook*/
.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;/*40px;*/
  height: 1.563rem;/*25px;*/
  border-radius: 50%;
  font-size: 2rem;/*32px;*/
  color: #ffffff;
  margin-right: 0.625rem;/*10px;*/
  transition: 0.3s;
}
.social-links a:hover {
  color: var(--accent-color) !important;
}

/*Copyright etc*/
.footer .copyright {
  padding: 1.563rem 0;/*25px 0;*/
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p {
  padding-bottom: 0.938rem;/*15px;*/
}

.footer .credits {
  margin-top: 0.375rem;/*6px;*/
  font-size: 0.813rem;/*13px;*/
  color: #506080;/*masque*/
}

.awhite {
  color: #506080;/*#fff;*//*masque*/
}

/* REGLAGES POUR MOBILE */
@media screen and (max-width: 768px) {
 
  .footer .footer-logogadlis {
    padding-left: 0.75rem;/*12px;*/
    text-align: center !important;
    }

  .logo-foot {
    text-align : center;
  }

  .logo-foot figure {
    margin-right: 0;
  
    } 
  .footer-menu {
    padding-left: 44%;
  }

  .footer-soutien {
    display: block;
    margin: 0 auto;
    text-align: left;
    max-width: 17.5rem;/*280px;*/
    padding-left: 13%;
  }
  .footer-soutien h4{
    padding-left: 0%;
  }

  .footer-apropos {
    display: block;
    margin: 0 auto;
    text-align: left;
    max-width: 17.5rem;/*280px;*/
    padding-left: 13%;
  }

  .footer-apropos .social-links span {
    text-align: left;
    margin: 0;
  }

  .footer-apropos .social-links {
    justify-content: flex-start;
  }
    
}  
@media screen and (max-width: 572px) {
   /* taille du logo dans le footer*/
  .logofootwidth {
    width: 60%;
  }

  /* Centrer footer-soutien et footer-apropos*/
  .footer-top .row {
    justify-content: center;
  }

  .footer-soutien,
  .footer-apropos {
    display: block;/*pour centrer*/
    margin: 0 auto;/*pour centrer*/
    text-align: left;
    max-width: 17.5rem;/*280px;*/
    padding-left: 13%;
  }

  .footer-apropos .social-links {
    justify-content: flex-start;
  }

  .footer-apropos .social-links span {
    margin-left: 0;
  }
}
/* REGLAGES POUR GRANDS ÉCRANS */

@media screen and (min-width: 1200px) {
  .foot-caption {
    font-size: 1.313rem;/*21px;*/
  }
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 45px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 1.563rem 0;/*25px 0;*/
  position: relative;
}

.page-title h1 {
  font-size: 2rem;/*32px;*/
  font-weight: 500;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.25rem;/*14px;*/
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 0.625rem;/*10px;*/
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 0.625rem;/*10px;*/
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 1.25rem 0 0 0;
  scroll-margin-top: 6.25rem;
  overflow: clip;
}

.bottom-section {
  margin-bottom : 2.813rem;/*45px;*/
}

@media (max-width: 1199px) {
 
  section,
  .section {
    scroll-margin-top: 66px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 3.75rem;/*60px;*/
  padding-top: 1.875rem;/*30px;*/
  position: relative;
}

.section-title h2 {
  font-size: 2rem;/*32px;*/
  font-weight: 700;
  margin-bottom: 1.25rem;/*20px;*/
  text-transform: uppercase;
  padding-bottom: 1.25rem;/*20px;*/
  position: relative;
}

.section-title h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 3.125rem;/*50px;*/
  height: 0.1883rem;/*3px;*/
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Accueil Section
--------------------------------------------------------------*/
.relative-div {
  position: relative !important;
}

.accueil {
  padding: 0;
  margin-bottom:0;
}

.accueil .cover-img {
  display: block;
  width: 100%;
  height: auto;
}
/*-----Animation  pulse sur img cliquable---------------------------*/
.event-image {
  position: absolute;
  z-index: 1;
   top: 4%;
  left: 2%;
  width: 100%; /* Taille de l'image */
  height: auto;
  padding: 0.625rem;/*10px;*/
}
/* --- 1. Remise à zéro pour le lien --- */
.image-animee {
  width: 5rem;/*80px;*/
  height: auto;
 /* border: 3px solid rgb(175,3,175);*/
  display: inline-block; /* Nécessaire pour que l'animation s'applique au lien */
  animation: bounce 0.5s ease infinite;
  transition: transform 0.3s ease; /* Rend le clic plus fluide */
}

/* --- 2. Animation au survol (PC) et au clic (Mobile) --- */
/*.image-animee:hover {
  animation: pulse 0.5s ease infinite; */
/*}*/
/* --- 3. Définition de l'animation Bounce --- */

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.625rem); /* L'image monte de 10px */
  }
}


@media (max-width: 992px) {
   .event-image {
  top: 4%;
  left: 0%;
  padding: 0.625rem;/*10px;*/
}
  .image-animee {
    width: 5rem !important;/*60px;*/
  }
}

@media (max-width: 768px) {
  .event-image {
  /*top: 2%;*/
  left: 0%;
  padding: 0.625rem;/*10px;*/
  }
  .image-animee {
    width: 5rem !important;/*60px;*/
  }
}

@media (max-width: 420px) {
  .event-image {
  /*top: 2%;*/
  left: 3%;
  width: 180%
  }
 .image-animee {
   width: 5% !important;
 }
}

/************************************/
/* 2 Boutons ateliers*/
.ateliers_btn {
  position: absolute;
  z-index: 2;
  top: 72%;
  left: 22%;
  transform: translate(-50%, -50%);
   
}

.ateliers_btn figure {
  display: inline-block !important;
  width: 7.5rem;/*120px;*/
  height: auto;
  margin-right: 1rem;/*16px;*/
}

.ateliers_btn a {
  background: #e6e6e6 none repeat scroll 0 0;
  border-radius: 7px;
  color: #000; 
  text-align: center;
  display: inline-block;
  font-size: 0.75rem;/*12px;*/
  font-weight: 500;
  margin: 0 0.6250rem  0.938rem;/* 0 10px 15px;*/
  padding: 0.313rem;/*5px;*/
  text-transform: capitalize;
}
 .ateliers_btn figcaption.text-desktop {
    display: inline-block;
  }
.ateliers_btn figcaption.text-mobile {
  display: none;
}

@media (max-width: 1200px) {
  .ateliers_btn figure {
    width: 6.25rem;/*100px;*/
    height: auto;
    margin-right: 0.5rem;/*8px;*/
  }
}
@media (max-width: 992px) {
  .ateliers_btn {
    top: 75%;
  }
   .ateliers_btn figure {
    width: 5rem;/*80px;*/
    height: auto;
    margin-right: 0.5rem;/*8px;*/
  }
}

@media (max-width: 768px) {
  .ateliers_btn {
    top: 88%;
    left: 15%;
  }
  .ateliers_btn figure {
  width: 4rem;/*64px;*/
  margin-right: 0rem;
}
 .ateliers_btn img {
    width: 3rem;/*48px;*/
    height: auto;
  }

  .ateliers_btn a {
    font-size: 0.625rem;/*10px;*/
    width: 3.75rem;/*60px;*/
    height: auto;
    padding: 0.188rem;/*3px;*/
    margin: 0;
  }
  .ateliers_btn figcaption.text-mobile {
    display: inline-block;
  }
 .ateliers_btn figcaption.text-desktop {
    display:none;
  }
}

@media (max-width: 420px) {
  .ateliers_btn {
    top: 85%;
    left: 22%;
  }
  .ateliers_btn a {
   font-size: 0.625rem;/*10px;*/
  } 
  .ateliers_btn img {
    width: 2rem;/*32px;*/
    height: auto;
  }

}



.ateliers-color-one {
  border: 3px solid #ea6d34;
}
.ateliers-color-two {
  border: 3px solid #73ad2d;
}

.ateliers-color-one:hover {
  background: #ea6d34 none repeat scroll 0 0;
  border: 3px solid #ffffff;
}
.ateliers-color-two:hover {
  background: #73ad2d none repeat scroll 0 0;
  border: 3px solid #ffffff;
}

.accueil .container {
  background: color-mix(in srgb, var(--surface-color), transparent 40%);
  position: relative;
  text-align: center;
  padding-top: 1.875rem;/*30px;*/
  padding-bottom: 1.875rem;/*30px;*/
  margin-bottom: 3.125rem;/*50px;*/
}

@media (max-width: 1200px) {
  .accueil .container {
    margin-left: 3.125rem;/*50px;*/
    margin-right: 3.125rem;/*50px;*/
  }
}

.accueil h2 {
  margin-bottom: 1.25rem;/*20px;*/
  font-size: 2.25rem;/*36px;*/
  font-weight: 700;
}

@media (max-width: 768px) {
  .accueil h2 {
    font-size: 1.875rem;/*30px;*/
  }
}
/*EA 2D marge sous p de programme*/
#m-bot {
  margin-bottom: 2rem;/*32px;*/
}

/*--------------------------------------------------------------
# Ateliers Section
--------------------------------------------------------------*/
.ateliers-title {
  padding-bottom: 0px;
}

.img-ateliers {
  margin-bottom: 3.75rem;/*60px;*/
}

.complet {
  Background-color: red;
  padding: 0.625rem;/*10px;*/
  text-align: center;
  margin-bottom: 0.313rem;/*5px;*/
  max-width: 15.875rem;/*254px;*/
}


/*section Cotisations*/
.cot-button {
  background: #ffffff ;
  color: var(--accent-color);
  border: 2px solid var(--accent-color) !important;
  border-radius: 4px;
  display: inline-block;
		font-size: 1rem;/*16px;*/
  padding: 0.563rem 1.875rem;/*9px 30px;*/
  margin-top: 0.938rem;/*15px;*/
  margin-bottom: 1.563rem;/*25px;*/
  width: auto;
  cursor:pointer;
  
}

.cot-button:hover {
  background: var(--accent-color) !important;
	color:#ffffff;
	border: 2px solid var(--accent-color) !important;
  box-sizing: border-box !important;
}

.cotis h4 {
  margin-bottom :1.563rem /*25px*/
}

.m-top {
  margin-top: 1.563rem;/*25px*/
}


/*--------------------------------------------------------------
# Agenda Page
--------------------------------------------------------------*/
/*prochainement*/
.events {
  padding: 0;
}
/*Agenda*/
.responsive-calendar {
  position: relative;
  overflow: hidden;/* Évite les débordements */
  padding-top: 80%; /* Ratio 4:3. Utilisez 100% pour un carré ou 56.25% pour 16:9 */
  width: 75%; /* Largeur souhaitée */
  margin: 0 auto; /* Centre le bloc horizontalement */
}

.responsive-calendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  border: 0;
  margin: 0 auto;
}

#calendrier {
  margin-bottom: 1.3rem;/*20px;*/
}


@media (max-width: 1224px) {
  .responsive-calendar {
   width: 100%;
   
  }
}


/*--------------------------------------------------------------
# Portfolio Page
--------------------------------------------------------------*/
/*Bouton - Voir ttes les photos*/

#right-button {
  text-align:right !important;
  margin-bottom: 1.25rem;/*20px;*/ 
}

.flickr-btn {
  background: var(--accent-color);
		color:#ffffff;
	border-radius: 4px;
  border: 2px var(--accent-color) !important;
	display: inline-block;
	font-size: 1rem;/*16px;*/
	padding: 0.563rem 1.875rem;/*9px 30px;*/
	margin-top: 0.938rem;/*15px;*/
	margin-bottom: 0.938rem;/*15px;*/
	width: auto;
	cursor:pointer;
}

.flickr-btn:hover {
	background: #ffffff !important;
	color: var(--accent-color);
	border: 2px solid var(--accent-color) !important;
	box-sizing: border-box !important;
	
}

/*Formulaire Popup Connexion*/

.mpchamp {
  background-color:  #c9d7e8;
  border-radius: 2px;
  border: 1px solid black;
  padding: 0.625rem;/*10px;*/
  margin-bottom: 0.938rem;/*15px;*/
}

 .connex {
  background-color: var(--accent-color);
  border-radius: 8px;
  padding: 0.313rem 1.25rem;/*5px 20px;*/
  }
  
/*Connexion Popup --------------*/

/* Overlay masqué par défaut */
.overlay-popup {
  display: none;
  position: fixed;
  top: 0; left: 0; 
  width: 100%; 
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center; 
  align-items: center;
  z-index: 1000;
}

/* Classe active ajoutée par JS */
.overlay-popup.active-popup {
  display: flex;
}

.popup-content {
  background: white;
  padding: 1.25rem;/*20px;*/
  border-radius: 5px;
  position: relative;
  width: 18.75rem;/*300px;*/
  text-align: center;
}
.close-btn { 
  position: absolute;
  top: 0.625rem;/*10px;*/
  right: 0.938rem;/*15px;*/
  cursor: pointer; 
}

/*Galerie photo masonry*/
.portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 0.75rem;/*12px;*/
  right: 0.75rem;/*12px;*/
  bottom: -100%;
  z-index: 3;
  transition: all ease-in-out 0.5s;
  background: rgb(80, 96, 128, 0.6);
  padding: 0.938rem;/*15px;*/
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 1.125rem;/*18px;*/
  font-weight: 400;
  padding-right: 3.125rem;/*50px;*/
  color:  var(--contrast-color);
}

.portfolio .portfolio-item .portfolio-info p {
  color:  var(--contrast-color);
  font-size: 0.875rem;/*14px;*/
  margin-bottom: 0;
  padding-right: 3.125rem;/*50px;*/
}

.portfolio .portfolio-item .portfolio-info .preview-link {
  position: absolute;
  right: 2.188rem;/*35px;*/
  font-size: 1.5rem;/*24px;*/
  top: calc(50% - 0.875rem);/*14px;*/
  color:  var(--contrast-color);
  transition: 0.3s;
  line-height: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover {
  color: var(--accent-color);
}

.glightbox-clean .gslide-title {
  font-weight: 400;
}

/*--------------------------------------------------------------
# Galeries FLICKR liens
--------------------------------------------------------------*/
#gallery {
  display: none;
  justify-content: center !important;
  margin-top: 3.5rem;/*56px;*/
}

.gallery ul{
  list-style-type: none; /* Enlève les points */
  margin: 0; /* Supprime la marge par défaut */
  padding: 0; /* Supprime le remplissage par défaut */
  
}

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

.btn-center span a:hover {
  color: var(--default-color);
}







/*--------------------------------------------------------------
# A propos Page
--------------------------------------------------------------*/
.apropos {
  padding: 0;
}

.apropos .our-story {
  padding: 2.5rem;/*40px;*/
  background-color: color-mix(in srgb, var(--default-color), transparent 96%);
}

@media (min-width: 991px) {
  .apropos .our-story {
    padding-right: 35%;
  }
}

.apropos .our-story h4 {
  text-transform: uppercase;
  font-size: 1.1rem;/*18px;*/
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.apropos .our-story h3 {
  font-size: 2.25rem;/*36px;*/
  font-weight: 700;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.apropos .our-story p:last-child {
  margin-bottom: 0;
}

.apropos-img {
 margin: 0 auto;
 text-align: right !important;
}

@media (max-width: 555px) {
  .apropos .apropos-img {
   padding-left:0 !important;
  }
}


/*--------------------------------------------------------------
# Contact page
--------------------------------------------------------------*/
.bottom-map {
  padding: 0;
}

.contact {
  padding-top: 0;
}

.email {
  font-size: 1.125rem;/*18px !important;*/
  padding-top: 1.75rem;/*28px;*/
}
.txtleft {
  text-align: left !important;

}


/*****************************************/