/*
Theme Name: FoodTech
Theme URI: http://localhost:8000/
Author: Lucas Ternel , Théo Marquilly
Author URI: http://localhost:8000/
Description: Theme principal pour le site FoodTech.
Version: 1.0
*/

/*--------------------------------------
Réinitialisation 
---------------------------------------*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* empêche les scrolls latéraux */
}

#page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  background-color: white;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
    }

/*--------------------------------------
Corps de page
---------------------------------------*/

body {
    font-family: 'Poppins';
    color: #000000;
    background-color: #ffffff;
    line-height: 1.5;

}

ul#wp-admin-bar-top-secondary {
    display: none; 
}

#wpadminbar {
    display: none; 
}



/*--------------------------------------
HEADER
---------------------------------------*/

.site-header {
  background: white;
  border-bottom: 1px solid #eee;
  font-family: 'Poppins', sans-serif;
  padding: 10px 20px;
  position: relative;
  z-index: 999;
}

.header-container {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
}

/* Logo */
.site-logo img {
  height: 100px;
}

/* Menu principal */
.nav-center {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.nav-links {
  display: flex;
  gap: 30px;
}

.nav-links a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 1rem;
}

.nav-links a:hover {
  color: #30a4dd;
}

.nav-actions {
  display: flex;
  gap: 15px;
  align-items: center;
}

.btn-billetterie {
  background-color: #30a4dd;
  color: white;
  padding: 8px 18px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-billetterie:hover {
  background-color: #60b798;
}

.gtranslate {
  font-size: 0.9rem;
}

/* Burger icon */
.burger-checkbox {
  display: none;
}

.burger-icon {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}

.burger-icon span {
  width: 25px;
  height: 3px;
  background: #333;
  border-radius: 2px;
}

/* Responsive mobile */
@media screen and (max-width: 768px) {
  .site-logo img {
    height: 45px; /* Réduire la taille du logo sur mobile */
  }

  .header-container {
    grid-template-columns: auto 1fr;
  }

  .nav-center {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 20px;
    border-top: 1px solid #eee;
    gap: 20px;
  }

  .burger-icon {
    display: flex;
  }

  .burger-checkbox:checked + .burger-icon + .nav-center {
    display: flex;
  }

  .nav-links {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .nav-links a {
    padding: 10px 0;
    width: 100%;
  }

  .nav-actions {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
  }

  .nav-actions .btn-billetterie {
    width: 100%;
    text-align: center;
  }

  .gtranslate {
    width: 100%;
  }
}




/*--------------------------------------

/*--------------------------------------
FOOTER
---------------------------------------*/
  
.footer{
    background-color: black;
    color: white;
    display: block;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 500;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
}

.gcontact{
    background-color: black;
    color: white;

    align-items: center;
    justify-content: center;
    text-align: center;
}

.GetInTouch{
    background-color: yellow;
    color: black;
    display: flex;
    align-items: center;   
    justify-content: center;
    text-align: center;
    display: inline-block;
    padding: 0.5rem 1rem;
}

.contact{
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.copyright{
    align-items: center;
    text-align: center;
    font-size: 10px;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding: 0 10px;
  font-size: 0.50rem;
}

.footer-links a {
  color: white;
  text-decoration: none;
  transition: color 0.2s ease;
  font-size: 0.75rem;
}

.footer-links a:hover {
  color: #ffdb49;
}


.reseaux{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid white;
    padding : 1rem 0rem; 
}

.bx{
    color: white;
    font-size: 30px;
    margin: 0 10px;
}

.vignette{
    object-fit: cover; 
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.info{
    display: none;
}
ul {
    list-style: none;
   display: flex;
   flex-direction: row;
   justify-content: space-around;
}
li {
    padding: 1rem;
}
a {
    text-decoration: none;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 500;
}

/*--------------------------------------
CARROUSEL
---------------------------------------*/

.partner-carousel-wrapper {
  width: 100%;
  overflow: hidden;
  background-color: #ffffff; /* Fond clair pour le carousel */
  padding: 20px 0;

}
.partner-carousel-wrapper h2 {
font-size: 2rem;
  color: #30a4dd;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Poppins';
  border-bottom: 2px solid #30a4dd;
  padding-bottom: 10px;
}
.partner-carousel-track {
  display: flex;
  width: fit-content;
  animation: scroll-left 30s linear infinite;
}

.partner-carousel {
  display: flex;
}

.partner-slide {
  flex: 0 0 auto;
  margin: 0 40px;
}

.partner-slide img {
  height: 60px;
  width: auto;
  display: block;
  opacity: 0.9;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.partner-slide img:hover {
  transform: scale(1.1);
  opacity: 1;
}

@keyframes scroll-left {

  
  0% {
    transform: translateX(0);
  }
    100% {
    transform: translateX(-50%);
  
}
  0% {
    transform: translateX(0);
  }}



/* ----------- */ 


/*--------------------------------------
HOME PAGE
---------------------------------------*/

.event-promotion {
    background-image: url('assets/img/banner2.jpg'); 
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0; 
    display: flex;
    justify-content: center; 
    align-items: center; 
    text-align: center;
    height: 100vh; 
}

.event-container {
    background: rgba(255, 255, 255, 0.80);
    padding: 40px;
    border-radius: 20px; 
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    max-width: 900px;
    width: 90%;
    display: flex;
    flex-direction: column; 
    justify-content: center; 
}

/* Titre de l'événement */
.event-title {
    font-family: 'Poppins';
    font-size: 4rem;
    color: #30a4dd;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

/* Date et lieu */
.event-date, .event-location {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 10px;
}

/* Description de l'événement */
.event-description {
    font-size: 1.2rem;
    color: #777;
    margin-bottom: 30px;
}

/* Bouton */
.btn-billets {
  padding: 15px 30px;
  background-color: #ffdb49;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px;
  font-size: 1.1rem;
  transition: background-color 0.3s ease;
  display: inline-block;
  align-self: center;
}

.btn-billets:hover {
    background-color: #60b798;
}

.chiffres-cles {
  background-color: #f9f9f9;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Poppins';
}

.chiffres-titre {
  font-size: 2rem;
  color: #60b798;
  margin-bottom: 40px;
  font-weight: bold;
}

.chiffres-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.chiffre-item {
  max-width: 180px;
}

.chiffre-valeur {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffb400; /* orange inspiré de ta capture */
  display: block;
  margin-bottom: 10px;
}

.chiffre-item p {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.3;
}

.foodtech-info {
    display: flex;
    justify-content: space-between; /* Espacement entre le texte et l'image */
    align-items: center;
    padding: 50px 20px;
    background-color: #fff; /* Fond clair pour la section */
    margin: 30px 0;
}

/* Texte à gauche */
.info-text {
    width: 60%; /* Prend 60% de la largeur */
    font-family: 'Poppins'; /* Police du moodboard */
}

.info-text h2 {
    font-size: 2.9rem;
    color: #ffdb49; /* Jaune du moodboard pour le titre */
    margin-bottom: 15px;
}

.info-text p {
    font-size: 1.2rem;
    color: #777;
    padding : 0 20px;
}
.info-image {
   width: 70%;  /* Prend 40% de la largeur */
    display: flex;
    justify-content: center; /* Centre l'image horizontalement */
    align-items: center; /* Centre l'image verticalement */
}


/* Image à droite */
.info-image img {
    width: 80%; /* Limite la taille de l'image */
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover; /* Assure que l'image garde ses proportions */
}

/*--------------------------------------
INFOS PRATIQUES
---------------------------------------*/

.accordion-infos {
  font-family: 'Poppins', sans-serif;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

.accordion-title {
  font-size: 2.6rem;
  color: #30a4dd;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 2px solid #30a4dd;
  padding-bottom: 10px;
}

/* Accordéon bloc */
.accordion-item {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.accordion-item:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* Bouton de titre */
.accordion-button {
  background-color: #fff;
  color: #60b798;
  font-weight: 600;
  font-size: 1.1rem;
  width: 100%;
  padding: 16px 20px;
  text-align: left;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.accordion-button:hover {
  background-color: rgba(96, 183, 152, 0.1);
}

/* Contenu déroulé */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  background-color: #f9f9f9;
  transition: max-height 0.4s ease-out;
  padding: 0 20px;
}

/* Texte */
.accordion-content p {
  font-size: 0.95rem;
  color: #555;
  margin: 10px 0;
}

.accordion-content ul {
  list-style: disc;
  padding-left: 25px;
  margin: 10px 0 15px;
}

.accordion-content li {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 6px;
}

/* Images dans les blocs */
.accordion-content img {
  width: 100%;
  max-width: 400px;
  border-radius: 8px;
  margin: 10px auto;
  display: block;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* Liens */
.accordion-content a {
  color: #30a4dd;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.2s ease;
}

.accordion-content a:hover {
  color: #60b798;
}

/*--------------------------------------
EXPOSANTS
---------------------------------------*/

/* EXPOSANTS */

.exposants-salon {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 30px;
  font-family: 'Poppins';
}

.exposants-salon h2 {
  font-family: 'Poppins';
  font-size: 2.8rem;
  margin-bottom: 40px;
  color: #30a4dd; /* couleur du moodboard */
  border-bottom: 2px solid #30a4dd;
  display: inline-block;
}

.grille-exposants {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.fiche-exposant {
  padding: 25px;
  border: 1px solid #ddd;
  border-left: 5px solid #60b798; /* vert du moodboard */
  background: #fdfdfd;
  border-radius: 8px;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.fiche-exposant:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  transform: translateY(-3px);
}

.fiche-exposant h3 {
  margin-top: 0;
  font-size: 1.3rem;
  color: #222;
  margin-bottom: 6px;
}

.fiche-exposant h3 a {
  color: #30a4dd;
  text-decoration: none;
  transition: color 0.2s ease;
}

.fiche-exposant h3 a:hover {
  color: #ffdb49; /* jaune au survol */
}

.fiche-exposant .domaine {
  font-weight: bold;
  color: #60b798;
  margin-bottom: 8px;
}

.fiche-exposant .evenement {
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 6px;
}

.fiche-exposant .contact {
  font-size: 0.9rem;
  color: #888;
  font-style: italic;
}

/*---------------------------------------
PAGE PLAN ET PLANNING DU WEEK-END
---------------------------------------*/

.plan-festival {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
  position: relative;
  font-family: 'Poppins';
}

.plan-title {
  text-align: center;
  font-size: 2.2rem;
  color: #30a4dd;
  margin-bottom: 20px;
}

.plan-container {
  position: relative;
  width: 100%;
}

.plan-img {
  width: 100%;
  border-radius: 10px;
}

.zone {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #ffdb49;
  border: 2px solid #30a4dd;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.zone:hover {
  transform: scale(1.2);
}

.tooltip {
  position: fixed;
  bottom: 200px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 2px solid #60b798;
  padding: 20px;
  max-width: 300px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  z-index: 999;
}

.tooltip.hidden {
  display: none;
}

.tooltip button {
  margin-top: 10px;
  background: #30a4dd;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
}


.event-layout {
  font-family: 'Poppins';
  max-width: 1000px;
  margin: 40px auto;
  padding: 20px;
}

.event-layout h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #30a4dd;
  border-bottom: 2px solid #30a4dd;
  padding-bottom: 5px;
}

.event-map img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.event-program {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 20px;
  font-family: 'Poppins';
}

.event-program h2 {
  font-family: 'Poppins';
  font-size: 2.6rem;
  color: #30a4dd;
  text-align: center;
  margin-bottom: 40px;
}

.agenda-style {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.agenda-day h3 {
  font-size: 1.5rem;
  color: #60b798;
  margin-bottom: 15px;
  border-bottom: 2px solid #60b798;
  display: inline-block;
  padding-bottom: 5px;
}

.agenda-block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  padding: 12px 16px;
  background: #fdfdfd;
  border-left: 5px solid #ffdb49;
  border-radius: 6px;
  font-size: 1rem;
  color: #333;
  transition: background 0.2s ease;
}

.agenda-block:hover {
  background: #fff8d0;
}

.agenda-block span {
  margin-left: 8px;
  font-weight: 500;
}

/*---------------------------------------
ESPACE MÉDIAS
---------------------------------------*/

.espace_medias {
  font-family: 'Poppins';
  max-width: 1100px;
  padding: 40px 20px;
}

.espace_medias_title {
  font-family: 'Poppins';
  font-size: 2.8rem;
  color: #30a4dd;
  text-align: center;
  border-bottom : 2px solid #30a4dd;
  margin-bottom: 30px;
}

.media_grid {
  gap: 5px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 150px;
  justify-items: center;
}

/* Base style */
.media_box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  padding: 15px;
  color: #000;
  font-weight: bold;
  transition: transform 0.2s ease;
  font-size: 1.1rem;
  width: 100%;
}

.media_box span {
  line-height: 1.3;
}

.media_box:hover {
  transform: scale(1.05);
}

.media_box.communiques {
  background-color: #dcdcdc;
  margin: 20px 0;
}

.media_box.dossier {
  background-color: #ffdb49;
  margin: 20px 0;
}

.media_box.photos {
  background-color: #30a4dd;
  color: white;
  margin: 20px 0;
}

.media_box.accred {
  background-color: #60b798;
  color: white;
  margin: 20px 0;

}

.media_box.contact {
  background-color: #dcdcdc;
  margin: 20px 0;

}

/*---------------------------------------
ESPACE MEDIAS / PHOTOS
---------------------------------------*/

.media-page {
  font-family: 'Poppins';
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.media-title {
  font-family: 'Poppins';
  font-size: 2.6rem;
  color: #30a4dd;
  margin-bottom: 40px;
  text-align: center;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 15px;
}

.section-header h3 {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #000;
}

.carousel {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.carousel-item {
  flex: 0 0 auto;
  width: 300px;
  background-color: #f9f9f9;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.carousel-item img {
  width: 100%;
  display: block;
}

.carousel-item.highlight {
  border: 4px solid #ffdb49;
}



.media-caption {
  padding: 10px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #222;
  background: #fff;
}

.media-caption .tag {
  display: block;
  font-size: 0.8rem;
  color: #60b798;
  font-weight: normal;
  margin-top: 5px;
}

.media-video-wrapper {
  position: relative;
  padding-top: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}

.media-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}


/*---------------------------------------
CONTACT
---------------------------------------*/ 

.contact-page {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Poppins', sans-serif;
}

.contact-title {
  font-size: 2.4rem;
  text-align: center;
  color: #30a4dd;
  border-bottom: 2px solid #30a4dd;
  margin-bottom: 30px;
}

.contact-form {
  margin-bottom: 40px;
}

.contact-infos {
  display: flex;
  gap: 30px;
}

.contact-map iframe {
  width: 100%;
  height: 350px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.contact-details p {
  margin-bottom: 15px;
  font-size: 1rem;
  color: #333;
}

.contact-details a {
  color: #60b798;
  text-decoration: none;
}

.contact-details a:hover {
  text-decoration: underline;
}

button.wp-block-button__link.wp-element-button{
  margin-top : 20px;
}

h3.wp-block-heading.heading-input-label-gutena {
  margin-top: 10px;
}


/*---------------------------------------
BILLETERIE
---------------------------------------*/

.billetterie {
  padding: 50px 30px;
  font-family: 'Poppins';
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
}

.billetterie-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #30a4dd;
  font-family: 'Poppins';
}

.billet-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  align-items: stretch;
}

.billet-card {
    width: 260px;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  overflow: hidden;
  background: #fff;
  text-align: center;
}

.billet-card:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);

}

.billet-top {
  padding: 25px 10px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}

.billet-content {
  padding: 20px;
  text-align: center;
  font-size: 0.95rem;
}

.billet-content strong {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 1.1rem;
  color: #222;
}

.billet-content p {
  margin: 0 0 8px;
  color: #444;
}

.billet-content small {
  color: #888;
  font-size: 0.8rem;
}

/* Background colors */
.bg-1 {
  background: #30a4dd;
}
.bg-2 {
  background: #60b798;
}
.bg-3 {
  background: #ffdb49;
}
.black-text {
  color: #000 !important;
}

.btn-places-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}

.btn-places {
  background-color: #30a4dd;
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-places:hover {
  background-color: #60b798;
  transform: scale(1.05);
}


/*---------------------------------------
ERREUR 404 PAGE
---------------------------------------*/

.erreur-404 {
  text-align: center;
  padding: 100px 20px;
}
.erreur-404 h1 {
  font-size: 3rem;
  color: #ff0000;
}
.erreur-404 p {
  font-size: 1.5rem;
  color: #333;
}
.erreur-404 a {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #30a4dd;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

/*---------------------------------------
MENTIONS LÉGALES
---------------------------------------*/

.legal-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
}

.legal-page h1 {
  font-size: 2.4rem;
  color: #30a4dd;
  border-bottom : 1px solid #30a4dd;
  margin-bottom: 20px;
  text-align: center;
}

.legal-page h2 {
  font-size: 1.6rem;
  color: #60b798;
  margin-top: 30px;
  margin-bottom: 10px;
  border-bottom: 2px solid #60b798;
  padding-bottom: 5px;
}

.legal-page p,
.legal-page li {
  font-size: 1rem;
  color: #333;
}

.legal-page ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.legal-page a {
  color:  black;;
}

.legal-page a:hover {
  color: #ffdb49;
}

.legal-coords {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.coord {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 250px;
  flex: 1 1 30%;
}

.coord i {
  font-size: 1.4rem;
  color: #60b798;
}

.coord a {
  color: #30a4dd;
  text-decoration: none;
  word-break: break-word;
}

.coord a:hover {
  text-decoration: underline;
}

/*---------------------------------------
POLITIQUE DE CONFIDENTIALITÉ
---------------------------------------*/

.privacy-policy {
  font-family: 'Poppins', sans-serif;
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.6;
  color: #333;
}

.privacy-title {
  font-size: 2.4rem;
  color: #30a4dd;
  text-align: center;
  margin-bottom: 40px;
}

.privacy-section {
  margin-bottom: 30px;
}

.privacy-heading {
  font-size: 1.5rem;
  color: #60b798;
  margin-bottom: 10px;
  border-bottom: 2px solid #60b798;
  padding-bottom: 5px;
}

.privacy-policy a {
  color: #30a4dd;
  text-decoration: underline;
}

.privacy-policy a:hover {
  color: #ffdb49;
}


/*---------------------------------------
RESPONSIVE
---------------------------------------*/


@media screen and (min-width: 768px) {
  .contact-infos {
    flex-direction: row;
    justify-content: space-between;
  }

  .contact-map,
  .contact-details {
    width: 48%;
  }
}

@media screen and (max-width: 768px) {
    .event-title {
        font-size: 2.5rem;
    }

    .event-description {
        font-size: 1rem;
    }

    .btn-billets {
        font-size: 1rem;
        padding: 12px 20px;
    }
}

/* Section FoodTech Info */

/* Responsivité */
@media screen and (max-width: 768px) {
    .foodtech-info {
        flex-direction: column; /* Passer la section en colonne sur petits écrans */
        text-align: center;
    }

    .info-text {
        width: 100%;
        margin-bottom: 20px; /* Ajouter un espacement en bas du texte */
    }

    .info-image img {
        width: 150%; /* Plus grande image sur mobile */
    }
}

/* Exemple : si tu veux élargir un peu sur très grand écran */
@media screen and (min-width: 1200px) {
  .burger-menu {
    padding: 0.75rem 0;
  }
}

/*-----*/

@media screen and (max-width: 768px) {
  .accordion-infos {
    padding: 30px 15px;
  }

  .accordion-title {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }

  .accordion-button {
    font-size: 1rem;
    padding: 14px 16px;
  }

  .accordion-content {
    padding: 0 16px;
  }

  .accordion-content p,
  .accordion-content li {
    font-size: 0.95rem;
    line-height: 1.4;
  }

  .accordion-content img {
    max-width: 100%;
    width: 100%;
    margin: 10px 0;
  }

  .accordion-content ul {
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
}
@media screen and (max-width: 768px) {
  .exposants-salon {
    padding: 30px 15px;
  }

  .exposants-salon h2 {
    font-size: 2rem;
    text-align: center;
  }

  .grille-exposants {
    grid-template-columns: 1fr; /* 1 colonne sur mobile */
    gap: 20px;
  }

  .fiche-exposant {
    padding: 20px;
    border-left: 4px solid #60b798;
  }

  .fiche-exposant h3 {
    font-size: 1.1rem;
    text-align: left;
  }

  .fiche-exposant .evenement,
  .fiche-exposant .domaine,
  .fiche-exposant .contact {
    font-size: 0.95rem;
  }
}

@media screen and (max-width: 768px) {
  /* SECTION PLAN */

  .plan-festival {
    padding: 30px 15px;
  }

  .plan-title {
    font-size: 1.8rem;
  }

  .plan-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .zone {
    width: 12px;
    height: 12px;
  }

  .tooltip {
    bottom: 20px;
    width: 90%;
    left: 5%;
    transform: none;
    max-width: unset;
    padding: 16px;
    font-size: 0.95rem;
  }

  .tooltip button {
    font-size: 0.9rem;
    padding: 5px 10px;
  }

  /* SECTION PROGRAMME */

  .event-program {
    padding: 30px 15px;
  }

  .event-program h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .agenda-style {
    gap: 30px;
  }

  .agenda-day h3 {
    font-size: 1.3rem;
    padding-bottom: 4px;
  }

  .agenda-block {
    flex-direction: column;
    font-size: 0.95rem;
    padding: 10px 12px;
  }

  .agenda-block span {
    margin-left: 0;
    margin-top: 4px;
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 768px) {
  .espace_medias {
    padding: 30px 15px;
  }

  .espace_medias_title {
    font-size: 2rem;
    border-bottom: 2px solid #30a4dd;
    margin-bottom: 25px;
  }

  .media_grid {
    grid-template-columns: 1fr; /* ✅ une seule colonne */
    grid-auto-rows: auto;
    gap: 15px;
  }

  .media_box {
    width: 100%;
    padding: 20px;
    font-size: 1rem;
    text-align: center;
    border-radius: 8px;
  }

  .media_box span {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 30px 15px;
    text-align: center;
  }

  .contact {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .logo {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .logo i {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .reseaux {
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
  }

  .bx {
    font-size: 28px;
  }

  .copyright p {
    font-size: 0.75rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contact-page {
    padding: 30px 15px;
  }

  .contact-title {
    font-size: 2rem;
    margin-bottom: 25px;
  }

  .contact-infos {
    flex-direction: column;
    gap: 25px;
  }

  .contact-map iframe {
    height: 250px;
  }

  .contact-details p {
    font-size: 0.95rem;
    text-align: left;
  }

  .contact-details a {
    font-size: 0.95rem;
  }

  button.wp-block-button__link.wp-element-button {
    width: 100%;
    font-size: 1rem;
    padding: 12px;
  }
}


@media screen and (max-width: 768px) {
  .media-page {
    padding: 20px 15px;
    max-width: 100%;
    max-height: 100%;
  }

  .media-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .section-header h3 {
    font-size: 1.2rem;
  }

  .carousel {
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .carousel-item {
    scroll-snap-align: start;
    width: 85%;
    min-width: 280px;
  }

  .media-caption {
    font-size: 0.9rem;
    padding: 8px;
  }

  .media-caption .tag {
    font-size: 0.75rem;
  }

  .media-video-wrapper {
    padding-top: 56.25%;
    height: 0;
  }

  .media-video-wrapper iframe {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .legal-page {
    padding: 30px 15px;
  }

  .legal-page h1 {
    font-size: 1.8rem;
    text-align: center;
  }

  .legal-page h2 {
    font-size: 1.4rem;
    margin-top: 25px;
  }

  .legal-page p,
  .legal-page li {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .legal-page ul {
    padding-left: 20px;
    margin-bottom: 15px;
  }

  .legal-page a {
    word-break: break-word;
  }
  .legal-coords {
    flex-direction: column;
    gap: 15px;
  }

  .coord {
    flex-direction: row;
    align-items: flex-start;
  }

  .coord div {
    font-size: 0.95rem;
  }
}


/*---------------------------------------
POPUP
---------------------------------------*/

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  background: #fff;
  max-width: 500px;
  width: 90%;
  padding: 30px 20px;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  animation: popupIn 0.4s ease-out;
  font-family: 'Poppins', sans-serif;
}

.popup-content h2 {
  color: #30a4dd;
  margin-bottom: 15px;
  font-size: 1.5rem;
}

.popup-content p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 20px;
}

.popup-content button {
  background-color: #30a4dd;
  color: white;
  padding: 10px 20px;
  border: none;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.3s;
}

.popup-content button:hover {
  background-color: #60b798;
}

.popup-robot {
  width: 100px;
  margin-bottom: 15px;
}

@keyframes popupIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
