/*
Theme Name: Jeff PRO Theme
Description: Thème child pour ensemble des sites en Freelance
Author: Jeff PRO
Author URI: https://jeff-pro.fr
Template: Divi
Version: 1.1
*/

/*
Theme Name: Jeff PRO Theme
Description: Thème child pour ensemble des sites en Freelance
Author: Jeff PRO
Author URI: https://jeff-pro.fr
Template: Divi
Version: 1.1
*/

.no-video .et_pb_video_overlay {
	opacity: 1 !important;
	display: block !important;
}


/* 
** CENTRER DU CONTENU VERTICALEMENT 
** Voir tuto : https://www.divi-community.fr/snippets-divi/centrer-du-contenu-verticalement
*/
.et_pb_section {  top: auto !important; }

.dc-centrer-verticalement {
	display: flex;
	flex-direction: column;
	justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
}


/*
** INVERSER LE SENS DES COLONNES SUR MOBILE
** Voir tuto : https://www.divi-community.fr/snippets-divi/inverser-ordre-des-colonnes-sur-mobile
*/

@media only screen and (max-width : 980px) {
	.dc-inverser-colonnes--section .dc-inverser-colonnes--ligne {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}


/*
** MENU MOBILE : en pleine largeur et le hamburger devient une croix pour fermer
*/

.et_mobile_menu {
	margin-left: -30px;
	padding: 5%;
	width: calc(100% + 60px);
}

.mobile_nav.opened .mobile_menu_bar:before {
	content: "\4d";
}


/* 
** AUGMENTER LA LARGEUR CHAMP RÉSULTAT CAPTCHA 
** Parfois, suivant la taille du texte, certains chiffres du résultat sont masqués
*/
.et_pb_contact_right p input {
	max-width: 50px;
}




#custom_header_col_1{
	width:200px !important;
	margin-right:100px !important;
}

#custom_header_col_2{
	width:calc(100% - 300px) !important;
}

.btn-blue-dot{
	display:flex;
	align-items:center;
}
.btn-blue-dot::before{
	content:"" !important;
	background:#96ECCF;
	height:8px;
	width:8px;
	margin:0 !important;
	left:24px;
	    top: 24px;
    border-radius: 50%;
}
.btn-green-dot{
	display:flex;
	align-items:center;
}
.btn-green-dot::before{
	content:"" !important;
	background:#014898;
	height:8px;
	width:8px;
	margin:0 !important;
	left:24px;
	    top: 24px;
    border-radius: 50%;
}
.flex{
	display:flex;
}
.gap10{
	gap:10px !important;
}
.gap15{
	gap:15px !important;
}
.j-c-flex-end{
	justify-content:flex-end !important;
}

#main-content:not(.et-fb-root-ancestor) ul{
	list-style: none !important; /* Enlève les puces par défaut */
	list-style-type: none !important; /* Enlève les puces par défaut */
}
#main-content:not(.et-fb-root-ancestor) ul li{
	position:relative;
	padding-left: 20px; /* Laisse de la place pour la puce personnalisée */
}
#main-content:not(.et-fb-root-ancestor) ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #9CB8FF;
  border-radius: 50%;
}


.custom-link-blue a{
	position:relative;
}

.custom-link-blue a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5.5px;
  width: 100%;
  height: 2px;
  background-color: #9CB8FF;
  
}
.custom-accordion .et_pb_toggle_open{
	background: transparent linear-gradient(265deg, #96ECCF 0%, #9CB8FF 100%) 0% 0% no-repeat padding-box;
}

.custom-accordion .et_pb_toggle_title{
	padding:31px !important;
}
.custom-accordion .et_pb_toggle{
	padding:0 !important;
}
.custom-accordion .et_pb_toggle_open .et_pb_toggle_content{
	background:white;
	padding:31px !important;
}
#blurb_txt_btm_right{
	opacity: 0 !important;
	pointer-events: none;
	transition: .3s;
}
#blurb_txt_btm_right.active{
	opacity: 1 !important;
	pointer-events:initial;
}
#blurb_btn_btm_right{
	cursor: pointer;
}

.polylang_langswitcher{
	display: flex;
	gap: 15px;
	margin-top: 15px;
	margin-left: 5px;
}


.polylang_langswitcher li{
	list-style: none;
}
.polylang_langswitcher img{
	width: 25px !important;
	height: auto !important;
}

html[lang="fr-FR"] .hide_fr{
	display: none !important;
}

html[lang="en-GB"] .hide_en{
	display: none !important;
}


/* ===== Rangée de cartes ===== */
.cards-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;                 /* écart par défaut (981–1239px) */
  flex-wrap: nowrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;         /* 3*360 + 2*40 = 1160 */
}

/* ≤1240px : colonne */
@media (max-width:1240px) {
  .cards-row {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: none;         /* occupe toute la largeur */
  }
}

/* ≥1241px : ligne avec gap 70px */
@media (min-width:1241px) {
  .cards-row {
    gap: 70px !important;              /* écart réduit */
    max-width: 1220px !important;      /* 3*360 + 2*70 = 1220 */
  }
}

/* ===== anim hover header ===== */
a.desktop-menu__child-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

a.desktop-menu__child-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px; /* ajuste selon ton design */
    height: 2px;
    background: currentColor;

    transform-origin: center center;
    transform: scaleX(1);
    transition: transform 0.35s ease;
}

/* Disparition au hover */

a.desktop-menu__child-link:hover {
  text-decoration: none;
}

a.desktop-menu__child-link:hover::after {
    transform: scaleX(0);
}


/* ===== Gabarit commun ===== */
.morph-container {
  position: relative;
  width: 360px;
  height: 588px;
  overflow: hidden;
  margin: 0 auto;
  display: block;
}
.morph-container svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 360px;
  min-height: 588px;
  max-width: 360px;
  max-height: 588px;
}
.morph-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  color: #fff;
  pointer-events: none;
}
.text-content {
  width: 75%;
}
.text-content h2 {
  margin: 0 0 10px;
  font-size: 32px;
  color: #fff;
  font-family: 'PPFragment TextRegular', Helvetica, Arial, Lucida, sans-serif;
}
.text-content p {
  margin: 0;
  font-size: 22px;
  line-height: 1.3em;
  color: #fff;
  font-family: 'ABCGinto Regular', Helvetica, Arial, Lucida, sans-serif;
}
.plus-icon {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  z-index: 5;
  cursor: pointer;
  pointer-events: auto;
}

/* ===== CARD 1 (CSS polygon) ===== */
.morph--img .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(50% 0%,100% 0,100% 100%,0 100%,0 0);
  transition: clip-path .4s ease;
  z-index: 1;
}
.morph--img .morph-overlay {
  clip-path: polygon(50% 0%,100% 0,100% 100%,0 100%,0 0);
  transition: clip-path .4s ease;
}
.morph--img:hover .bg,
.morph--img:hover .morph-overlay {
  clip-path: polygon(50% 0%,100% 21%,100% 100%,0 100%,0 21%);
}
.morph--img .morph-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to bottom,#AEBEAE,#738772);
  opacity: 0;
  transition: opacity .5s ease;
}
.morph--img:hover .morph-overlay::before {
  opacity: .95;
}

/* Voiles SVG (cards 2 & 3) */
.svg-overlay2,
.svg-overlay3 {
  transition: opacity .25s ease;
  pointer-events: none;
}

/* Style image background cards */
/* Style par défaut (≥1200px) */
div.et_pb_section.et_pb_section_1 {
  background-size: 65vw auto;
  background-position: center top;
  background-image: url(https://msm.pp.sevanova.com/wp-content/uploads/2025/08/fond-lieux.png) !important;
  background-repeat: no-repeat;
}

/* Sous 1200px : pleine largeur, ratio conservé */
@media (max-width:1200px){
  div.et_pb_section.et_pb_section_1 {
    background-size: 100% auto !important;
    background-position: center top;
  }
}


/* ===== styles bloc programme ===== */

/* ========================= 
   Variables & Reset
========================= */

/* Couleurs fixées directement */
* { box-sizing: border-box; }
html, body { color: #3F3B3B; }

.svnv-programme {
  color: #3F3B3B;
  border: 1px solid #B7AAAC;
  background: #F7F7F7;
}

* { box-sizing: border-box; }
html, body { color: var(--txt); }

/* =========================
   Container / Typography
========================= */
.svnv-programme {
  max-width: 900px;
  margin: 2rem auto;
  border: 1px solid var(--stroke);
  padding: 90px;
  background: var(--bg);
  border-radius: 0;
  text-align: center;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--txt);
}

/* Forcer Inter partout (sauf champ de date) */
.svnv-programme,
.svnv-programme *:not(.svnv-programme__datepicker) {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
}

/* =========================
   Header / Title
========================= */
.svnv-programme__title {
  font-weight: 400;
  font-size: 56px;
  line-height: 1.1;
  display: inline-block;
  color: var(--txt);
  margin-bottom: 32px;
}

/* =========================
   Date block
========================= */
.svnv-programme__dateblock {
  display: inline-block;
  text-align: left;
  margin-bottom: 20px;
}

.svnv-programme__label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
  color: var(--txt);
}

.svnv-programme__datewrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  height: 35px;
  border-bottom: 1px solid var(--stroke);
}

/* Champ de date (affichage) : Georgia 24px */
.svnv-programme__datepicker {
  height: 35px;
  line-height: 60px;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 24px;
  color: var(--txt);
  background: transparent;
  border: none;
  outline: none;
  min-width: 260px;
  padding: 0;
}

/* Bouton picto calendrier */
.svnv-programme__calbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: var(--txt);
  padding: 0;
}
.svnv-programme__calbtn:focus-visible { outline: 2px solid var(--txt); outline-offset: 2px; }
.svnv-programme__calicon { width: 30px; height: 30px; }

/* =========================
   Custom Calendar (popup)
========================= */
.svnv-cal {
  position: absolute;
  top: 62px;
  left: 0;
  z-index: 20;
  width: 320px;
  background: var(--bg);
  border: 1px solid var(--stroke);
  border-radius: 0;
  color: var(--txt);
  box-shadow: none;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
  padding: 15px;
}

/* En-tête */
.svnv-cal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .6rem .7rem;
}
.svnv-cal__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: var(--txt);
}
.svnv-cal__nav {
  background: transparent;
  border: 1px solid var(--stroke);
  border-radius: 0;
  padding: .25rem .5rem;
  font-weight: 600;
  font-size: 16px;
  color: var(--txt);
  cursor: pointer;
}

/* Grilles sans bordures internes */
.svnv-cal__grid {
  display: grid;
  grid-template-columns: calc(100% / 7) calc(100% / 7) calc(100% / 7)
                         calc(100% / 7) calc(100% / 7) calc(100% / 7)
                         calc(100% / 7);
  gap: .25rem;
  padding: .6rem .7rem;
}
.svnv-cal__dow span {
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  color: var(--txt);
  text-align: center;
}

/* Boutons jours */
.svnv-cal__day {
  border: 1px solid var(--stroke);
  padding: .5rem 0;
  text-align: center;
  cursor: pointer;
  background: transparent;
  font-weight: 400;
  font-size: 14px;
  color: var(--txt);
}
.svnv-cal__day.is-out { opacity: .35; }
.svnv-cal__day[aria-current="date"] { outline: 2px solid var(--txt); outline-offset: -2px; }
.svnv-cal__day:focus-visible { outline: 2px solid var(--txt); outline-offset: 2px; }

/* Pied */
.svnv-cal__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .7rem;
}
.svnv-cal__link {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}

/* =========================
   Events list (5 lignes visibles)
========================= */
.svnv-programme__listwrap {
  border: none;
  background: transparent;
}

.svnv-programme__list {
  max-height: calc(5 * 48px);
  overflow-y: auto;

}


.svnv-programme__list .event {
  position: relative;
  display: grid;
  grid-template-columns: 140px auto 180px;
  padding: 10px .9rem;
  align-items: center;
  font-size: 16px;
  color: var(--txt);
  text-align: left;
  overflow: hidden;
}

/* Trait bas */
.svnv-programme__list .event::after {
  content: "";
  position: absolute;
  left: .9rem;
  right: calc(30px + .9rem);
  bottom: 0;
  height: 1px;
  background: var(--stroke);
}

/* Alignements colonnes */
.svnv-programme__list .event span:nth-child(1) {
  font-weight: 700;
  justify-self: start;
  text-align: left;
}
.svnv-programme__list .event span:nth-child(2) {
  font-weight: 400;
  justify-self: start;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.svnv-programme__list .event span:nth-child(3) {
  font-weight: 400;
  text-transform: uppercase;
  justify-self: end;
  text-align: right;
  padding-right: calc(30px + .9rem);
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--txt);
}

/* État vide */
.svnv-programme__empty {
  text-align: center;
  padding: 1rem .9rem;
  color: var(--txt);
}

/* =========================
   Bouton principal
========================= */
.svnv-programme__footer { margin-top: calc(2rem + 20px); }

.svnv-programme__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #3F3B3B;
  color: #fff;
  padding: 14px 18px;
  border: none;
  border-radius: 0;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: none;
  transform: none;
  filter: none;
  transition: border-radius .45s ease-in-out !important;
}
.svnv-programme__btn:hover {
  border-radius: 40px !important;
  box-shadow: none !important;
  transform: none !important;
  filter: none !important;
}
.svnv-programme__btnicon { flex: 0 0 auto; }

/* =========================
   Responsive
========================= */
@media (max-width: 560px) {
  .svnv-cal { width: 100%; }
  .svnv-programme__datepicker { min-width: 220px; }
  .svnv-programme__list .event {
    grid-template-columns: 110px auto 130px;
  }
}

/* Style fil ariane */

ol.breadcrumb {
    font-family: 'ABCGINTO Regular'!important;
    font-weight: 400 !important;
}

li.breadcrumb-item {
    color: white !important;
}

.breadcrumb-item:not(.active) a {
    color: white !important;
    text-decoration: underline;
}

.breadcrumb-item:not(.active) a:hover {
  text-decoration: none;
}

.breadcrumb-item.active span {
  text-decoration: none;
}

/* Style bouton secondaire - lien bibliotheque divi */
.Bouton-lien-msm {
    position: relative;
    display: inline-block;
    color: black !important;
    margin-top: 15px;
    font-family: "AbcGinto Regular", sans-serif !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 !important;
    line-height: 1 !important;
    cursor: pointer;
    overflow: visible !important;
    padding-bottom: 15px !important;
}

/* Trait initial visible sous le texte */
.Bouton-lien-msm::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    height: 2px;
    background: currentColor;
    transform-origin: center center;
    transform: scaleX(1);
    transition: transform 0.35s ease;
    will-change: transform;
    backface-visibility: hidden;
}

/* Au survol : le trait se rétrécit vers le centre */
.Bouton-lien-msm:hover::after {
    transform: scaleX(0);
}

/* Personnalisation lien bouton actu  */
p.actualite-lien.event-description {
     position: relative;
    display: inline-block;
    color: #3f3b3b!important;
    margin-top: 15px;
    font-family: "AbcGinto Regular", sans-serif !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 !important;
    line-height: 1 !important;
    cursor: pointer;
    overflow: visible !important;
    padding-bottom: 15px !important;
}

p.actualite-lien.event-description::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    height: 2px;
    background: currentColor;
    transform-origin: center center;
    transform: scaleX(1);
    transition: transform 0.35s ease;
    will-change: transform;
    backface-visibility: hidden;
}

/* Au survol : le trait se rétrécit vers le centre */
p.actualite-lien.event-description:hover::after {
    transform: scaleX(0);
}



/* ---- Cadre responsive du programme ---- */
.svnv-frame{
  max-width: 1200px;
  margin: 0 auto;
  background: #F7F7F7;           /* fond demandé */
  border: 1px solid #B7AAAC;     /* stroke 1pt (~1px) */
  padding: 50px;
  box-sizing: border-box;
}

/* Titre */
.svnv-programme__header{
  margin-bottom: 14px; /* léger espace sous le titre */
}

/* Réduction de moitié de l’espace Label ↔ input */
.svnv-programme__label{
  display: block;
  margin-bottom: 6px;  /* (au lieu d’environ 12px) */
}

/* Date + wrapper */
.svnv-programme__datewrap{
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Input date */
.svnv-programme__datepicker{
  max-width: 260px;
  width: 100%;
}

/* Liste avec scroll vertical, décalé de 45px du bord droit */
.svnv-programme__listwrap{
  position: relative;
  margin-top: 16px;
}

/* Technique du "scroll décalé" : on met le scroll sur .svnv-programme__list
   + padding-right pour le décaler, et un -margin-right pour compenser visuellement */
.svnv-programme__list{
  max-height: 310px;        /* hauteur max demandée */
  overflow-y: auto;         /* scroll vertical si dépasse */
  padding-right: 25px;      /* décale la barre de scroll vers l’intérieur */
  box-sizing: content-box;  /* important pour garder le décalage */
}

/* Un séparateur entre chaque événement */
.svnv-programme__list .event {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid #B7AAAC;

}

.svnv-programme__list .event:last-child{
  border-bottom: none;
}

/* Empêche la "coupure" du nom de lieu : autorise la multi-ligne et la césure */
.event__cat{
  white-space: normal;       /* autorise les retours à la ligne */
  word-break: break-word;    /* casse au besoin dans les mots longs */
  overflow: visible;
}

/* Optionnel : styles de base */
.event__time{ font-weight: 500;
margin-right: 50px;
}
.event__title{ line-height: 1.2; }

/* Cacher totalement l’ancien picto calendrier s’il existe quelque part dans le DOM */
.svnv-programme__calbtn,
#open-picker{
  display: none !important;
}

/* Responsive : passe en colonnes simples si l’espace est trop réduit */
@media (max-width: 768px){
    .svnv-frame{
 
  padding: 15px;
    }
  .svnv-programme__list .event{
    display: grid !important;
    grid-template-columns: 90px auto; /* heure + bloc mixé */
    gap:0;
  }
  .svnv-programme__list .event .event__cat{
    grid-column: 1 / 3; /* le lieu passe sur toute la largeur */
  }
}
  .svnv-programme__list .event .event__cat{
    /*grid-column: 1 / -1;  */             /* le lieu passe en dessous sur toute la largeur */
  }


/* --- Structure générale --- */
.event-card {
  display: flex;
  flex-direction: column;
  width: 350px;
  background: #fff;
  font-family: 'ABC Ginto', sans-serif;
  color: black;
}

/* --- Image + bande verte --- */
.event-image-wrapper {
  position: relative;
  width: 100%;
}
.event-image {
  width: 100%;
  aspect-ratio: 16/11;
  display: block;
}
.event-location {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background-color: #9FB49F;
}
.event-location span {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 14px;
  font-family: 'ABCGinto Regular', sans-serif;
  color: black;
  line-height: 1;
  text-align: center;
}


/* --- styles bloc temps forts --- */
.event-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px!important;
  text-align: left;
  margin-top: 10px;
}

.event-date {
  font-size: 25px;
  font-family: 'PPFragment TextRegular', sans-serif!important;
	color:#3F3B3B;
	margin-top:15px;
	margin-bottom:15px!important;
  font-weight: 400;
  text-transform: lowercase;
  margin-bottom: 8px;
}
.event-time {
  display: flex;
	color:#3F3B3B;
  align-items: center;
  font-family: 'ABCGinto Regular', sans-serif!important;
  width: 100%;
  font-size: 18px;
  margin-bottom: 5px;
}
.time-line {
  display: block;
  height: 1px;
	color:#3F3B3B;
	 font-family: 'ABCGinto Regular', sans-serif!important;
  background-color: black;
  flex-grow: 1;
  margin-left: 8px;
}
.event-title {
  font-family: 'ABCGinto regular', sans-serif!important;
  font-size: 22px;
  font-weight: 400;
  margin: 8px 0 10px 0;
	color:#3F3B3B;
  line-height: 1.2em;
}
.event-description {
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 12px;
	color:#3F3B3B;
  font-family: 'ABCGinto regular', sans-serif!important;
}


/* --- bouton lien temps forts --- */

.event-button{
  position: relative;
  display: inline-block;
  color: #3F3B3B !important;
	margin-top:10px;
  font-family: "AbcGinto Regular", sans-serif !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important; /* ✅ enlève le padding horizontal */
  line-height: 1 !important;
  cursor: pointer;
  overflow: visible !important;
  padding-bottom: 15px !important; /* réserve la place du soulignement */
}

/* Soulignement animé sans marge gauche */
.event-button::after{
  content: "";
  position: absolute;
  left: 0;                /* ✅ alignement parfait à gauche */
  right: 0;               /* alignement parfait à droite */
  bottom: 5px;
  height: 3px;
  background: currentColor;
  transform-origin: center center;
  transform: scaleX(1);
  transition: transform .35s ease;
}

/* Animation au hover */
.event-button:hover::after{
  transform: scaleX(0.25);
}


/* --- styles bloc temps forts --- */
.event-content {
  display: flex;
  flex-direction: column;
padding-right:40px!important;
  align-items: flex-start;
  text-align: left;
  margin-top: 10px;
}
.event-date {
  font-size: 25px;
  font-family: 'PPFragment TextRegular', sans-serif!important;
  color:#3F3B3B;
  margin-top:15px;
  margin-bottom:15px!important;
  font-weight: 400;
  text-transform: lowercase;
  margin-bottom: 8px;
}
.event-time {
  display: flex;
  color:#3F3B3B;
  align-items: center;
  font-family: 'ABCGinto Regular', sans-serif!important;
  width: 100%;
  font-size: 18px;
  margin-bottom: 5px;
}
img.event-image {
    object-position: top!important;
}
.time-line {
  display: block;
  height: 1px;
  color:#3F3B3B;
  font-family: 'ABCGinto Regular', sans-serif!important;
  background-color: black;
  flex-grow: 1;
  margin-left: 8px;
}
.event-title {
  font-family: 'ABCGinto regular', sans-serif!important;
  font-size: 22px;
  font-weight: 400;
  margin: 8px 0 10px 0;
  color:#3F3B3B;
  line-height: 1.2em;
}
.event-description {
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 12px;
  color:#3F3B3B;
  font-family: 'ABCGinto regular', sans-serif!important;
}

/* --- Grid horizontal --- */
/*
.temps-forts-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
}*/

/* --- Card --- */
.event-card {
  width: 433px;
  flex: 0 0 auto;
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
}

.event-image-wrapper {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.event-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
}


/* --- Rectangle du lieu avec couleur de fond --- */
.event-location {
  position: absolute;
  bottom: 10px;
  right: 0px;             /* aligné à droite */
  padding: 6px 10px;
  font-family: 'ABCGinto Regular', sans-serif!important;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 0px!important;
  color: #fff;              /* texte en blanc */
}

/* Couleurs de fond selon le lieu */
.lieu-prieure {
  background-color: #AEBEAE; /* vert */
}

.lieu-eglise {
  background-color: #B0C1E4; /* bleu */
}

.lieu-abbaye {
  background-color: #EDC896; /* orange */
}

.lieu-autre {
  background-color: #3F3B3B; /* gris foncé par défaut */
}

/* --- bouton lien temps forts --- */
.event-button{
  position: relative;
  display: inline-block;
  color: #3F3B3B !important;
  margin-top:15px;
  font-family: "AbcGinto Regular", sans-serif !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
  line-height: 1 !important;
  cursor: pointer;
  overflow: visible !important;
  padding-bottom: 15px !important;
}

.event-button::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 2px;
  background: currentColor;
  transform-origin: center center;
  transform: scaleX(1);
  transition: transform .35s ease;
}

.event-button:hover::after{
  transform: scaleX(0.25);
}
.slick-track{
    padding-left: 2.5vw;
    cursor: grab;
}
:root {
  /* Couleur principale pour le thumb */
  --scrollbar-thumb-color: #3F3B3B;
  /* Couleur plus claire pour le chemin */
  --scrollbar-track-color: #3F3B3B;
}

.svnv-programme__list {
  overflow-y: auto;
}

/* Scrollbar (Chrome, Edge, Safari) */
.svnv-programme__list::-webkit-scrollbar {
  width: 12px;
}

/* Supprime complètement les flèches */
.svnv-programme__list::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

/* --- Track (le chemin) --- */
.svnv-programme__list::-webkit-scrollbar-track {
  background: linear-gradient(
    to right,
    transparent 40%,
    #3F3B3B 50%,
    transparent 60%
  );
  opacity: 1;
}

/* --- Thumb (le curseur) --- */
.svnv-programme__list::-webkit-scrollbar-thumb {
  background-color: #3F3B3B;
  /* Thumb légèrement plus épais (≈3px) */
  border: 4.5px solid transparent; /* 12px - (2×4.5) = 3px visibles */
  background-clip: padding-box;
}

.svnv-programme__list::-webkit-scrollbar-thumb:hover {
  filter: brightness(1.2);
}


.actualite-card{
    flex-direction: row;
    width: 100%;
    gap:23px;

}
.actualite-card-link{
margin-right: 17px;
}
.actualite-card > div{
    width: 50%;
}

.actualite-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.actualites-container .slick-track{
 padding-left: 0;
}


.entry-content ul.slick-dots{
    bottom: -80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 2.5vw;
    gap:21px;
}
.slick-dots li::before{
    display: none !important;
}

.slick-dots li button::before{
    color: transparent !important;
    background: #3F3B3B;
    height: 1px;
    opacity: 1 !important;
}
.slick-dots li.slick-active button:before{
    height: 3px;
}
.slick-dots li, .slick-dots li button{
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}
.slick-dots li button::before{
    width: 100%;
}


/* ===== Mobile / Tablet menu ===== */
.mobile-menu { position: relative; z-index: 100; }

/* Burger toujours en haut à droite (affiche selon breakpoints si besoin) */
.mobile-menu__burger {
  position: fixed;
  top: 36px;
    right: 35px;
  width: 44px; height: 44px;
  display: flex;    flex-direction: column; align-items: center; justify-content: center;
  border: none; border-radius: 8px;
  cursor: pointer; z-index: 110;
      background: none;
}
.mobile-menu__burger-bar { display:block; width:30px; height:3px; margin:3px 0; background:white; }



/* padding sticky */
@media (max-width: 980px) {
    .et_pb_column {
        width: 100%;
        margin-bottom: 5px;
    }
}

/* Panneau plein écran */
.mobile-menu__panel {
  position: fixed; inset: 0 0 0 0;
  background: rgba(0,0,0,.35); /* overlay */
  opacity: 0; pointer-events: none; transition: opacity .25s ease;
      z-index: 9999;
}
.mobile-menu__panel[aria-hidden="false"] { opacity: 1; pointer-events: auto; }

/* Contenu coulissant depuis la droite */
.mobile-menu__inner {
  position: absolute; top:0; right:0; bottom:0; width: 100%;
  max-width: 100%; /* plein écran */
  background: #fff; transform: translateX(100%);
  transition: transform .3s ease;
  display: flex; flex-direction: column;
}
.mobile-menu__panel[aria-hidden="false"] .mobile-menu__inner { transform: translateX(0); }

/* Lignes */
.mobile-menu__row { padding: 16px; }
.mobile-menu__row--header {
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.mobile-menu__brand img, .mobile-menu__logo-img { height: auto; width: auto; }
.mobile-menu__logo-text { font-weight: 700; font-size: 18px; }


.mobile-menu__close {
  width: 40px; height: 40px; border-radius: 8px;
  display: inline-flex; align-items: center; justify-content: center;
  border: none; background:#fff; cursor:pointer;
}
.mobile-menu__close-icon { font-size: 55px; line-height: 1; }

/* Ligne 2 : zone scrollable (prend la place restante) */
.mobile-menu__row--nav {
  flex: 1 1 auto; overflow: auto; padding: 8px 0;
}

/* Menu */
.mobile-menu__list, .mobile-menu__list ul { list-style: none; margin: 0; padding: 0; }
.mobile-menu__list > .menu-item { border-bottom: 1px solid rgba(0,0,0,.06); }
.mobile-menu__link {
  display: block; padding: 14px 16px; text-decoration: none; color: #111;
}
.mobile-menu__link:hover { background: rgba(0,0,0,.03); }

/* Bouton toggle des sous-menus (niveau 0) */
.mobile-menu__toggle {
  appearance: none; border: 0; background: transparent; cursor: pointer;
  width: 44px; height: 44px; margin-right: 8px;
  position: absolute; right: 8px; top: 25px; transform: translateY(-50%);
}
.menu-item.has-children { position: relative; }
.mobile-menu__toggle-icon::before {
  content: url("/wp-content/uploads/2025/10/chevron-menu-bottom.svg"); font-weight: 700; font-size: 18px;
}
.mobile-menu__toggle[aria-expanded="true"] {
  transform: rotate(180deg);
  top: 4px;
}


/* Sous-menus (fermés par défaut) */
.mobile-menu__submenu { padding-left: 12px; border-left: 2px solid rgba(0,0,0,.06); }
.mobile-menu__submenu .mobile-menu__link { padding: 12px 16px; }

/* Ligne 3 : CTA */
.mobile-menu__row--cta {
  display: flex;
  gap: 16px;
  flex-direction: column;

}
.mobile-menu__row--cta a{
  display: flex;
  gap: 8px;
  border-top: 1px solid rgba(0,0,0,.08);
  width: 100%;
  height: 48px;
  padding-top: 14px;
  padding-right: 14px;
  padding-bottom: 14px;
  padding-left: 18px;
  gap: 14px;
  opacity: 1;
  background: #3F3B3B;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #FFFFFF;
 transition: 0.3s;
 border-radius: 0;
}

.mobile-menu__btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px; border-radius: 10px; text-decoration: none; font-weight: 600;
  border: 1px solid rgba(0,0,0,.1); background: #f6f7f9; color: #111;
}


/* Option : cacher le burger en desktop, à adapter selon ton thème */
@media (min-width: 1025px) {
  .mobile-menu__burger { display: none; }
}


.mobile-menu ul{
    list-style-type:none;
    padding: 0;
}

.mobile-menu__btn:hover{

}
.mobile-menu .mobile-menu__submenu{
    padding-left: 32px;
}
.mobile-menu__list > li > a {
    font-weight: 500;
    
    font-size: 20px;
    
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: uppercase;

}
.mobile-menu__submenu li a{
    font-weight: 500;
 
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0;

}

/* ===== Desktop Menu ===== */
.desktop-menu {
  position: relative;
  /* le container parent existe déjà : ce bloc ne force pas la position */
}

.desktop-menu__root {
  list-style: none;
  margin: 0;
  padding: 0 !important;
  display: flex;
  gap: clamp(16px, 2vw, 32px);
  align-items: center;
  justify-content: flex-end; /* aligné à droite dans le container */
}

.desktop-menu__item { position: relative; }
.desktop-menu__link {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  padding: 10px 4px;
}

.desktop-menu__item.has-children > .desktop-menu__link {
  cursor: pointer;
}

/* Panel 100vw sous le container */
.desktop-menu__panel {
  position: fixed;
  left: 0;
  width: 100vw;                 /* plein viewport */
  margin-top: 8px;
  background: #fff;
  border-top: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 20px 40px rgba(0,0,0,.08);
  z-index: 999;
  /* accessibilité : caché par défaut via [hidden] */
}

.desktop-menu__panel[hidden] { display: none !important; }

.desktop-menu__panel-inner {
  display: grid;
  grid-template-columns: 1fr 3fr; /* 25% / 75% */
  gap: 32px;
  max-width: min(1440px, 90vw);
  margin: 0 auto;
  padding: clamp(20px, 3vw, 40px);
}

/* Colonne info (25%) */
.desktop-menu__info { align-self: start; }
.desktop-menu__title {
  margin: 0 0 0px 0;
  font-size: clamp(18px, 2.2vw, 24px);
}
.desktop-menu__desc {
  margin: 0 0 14px 0;
  color: #444;
}
.desktop-menu__more {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid currentColor;
  padding-bottom: 2px;
}

/* Modif padding description nav 1re colonne gauche + style typo titre et btn lien*/
.desktop-menu__info {
    align-self: start;
    padding: 10px !important;
}

.desktop-menu__title {
   font-size: 1.4em;
}


/* Style bouton lien description menu */
.desktop-menu__more {
    position: relative;
    display: inline-block;
    color: black !important;
    margin-top: 15px;
    font-family: "AbcGinto Regular", sans-serif !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 !important;
    line-height: 1 !important;
    cursor: pointer;
    overflow: visible !important;
    padding-bottom: 15px !important;
}

/* Trait sous le texte */
.desktop-menu__more::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    height: 2px;
    background: currentColor;
    transform-origin: center center;
    transform: scaleX(1);
    transition: transform 0.35s ease;
}

/* Effet au survol */
.desktop-menu__more:hover::after {
    transform: scaleX(0);
}



/* Colonne enfants (75%) en deux colonnes */
.desktop-menu__children-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 32px;
}

.desktop-menu__child-link {
  display: inline-block;
  text-decoration: none;
  padding: 8px 0;
  line-height: 1.2;
}

/* États */
.desktop-menu__link[aria-expanded="true"] {
  position: relative;
}
.desktop-menu__link[aria-expanded="true"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: currentColor;
}

/* Petite aide pour header sticky : si votre header est sticky, vous pouvez fixer le panel */
@media (min-width: 900px) {
  .header--sticky .desktop-menu__panel {
    position: fixed;
    left: 50%;
    top: var(--header-bottom, 72px); /* adaptez cette variable au besoin */
    transform: translateX(-50%);
  }
}

.desktop-menu__child-link{
    font-weight: 400;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: 2%;
    color: black;

}
.desktop-menu__root{
margin-top:15px;
}

.desktop-menu__root ul, .desktop-menu__root{
    list-style-type: none !important;
}

.et-db #et-boc .et-l .desktop-menu__link,
.desktop-menu__link{
    color: white;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: uppercase;
    transition: all .4s ease-in-out;

}
.desktop-menu{
    font-family: 'ABCGinto Regular',Helvetica,Arial,Lucida,sans-serif;
}
.et_pb_section_0_tb_header.et_pb_section{
    transition: .3s;
}


.et_pb_section_0_tb_header.et_pb_section.is-fixed-active{
    background-color: white !important;
}

.et-db #et-boc .et_pb_section_0_tb_header.et_pb_section.is-fixed-active .desktop-menu__link,
.et_pb_section_0_tb_header.et_pb_section.is-fixed-active #menu-sur-header li a, 
.et_pb_section_0_tb_header.et_pb_section.is-fixed-active .desktop-menu__link{
    color: #000 !important;
}

.et-db #et-boc .et_pb_section_0_tb_header.et_pb_section .logo_white,
.et_pb_section_0_tb_header.et_pb_section .logo_white {
    display: block;
    margin-bottom: 0 !important;
}
.et-db #et-boc .et_pb_section_0_tb_header.et_pb_section .logo_black,
.et_pb_section_0_tb_header.et_pb_section .logo_black{
    display: none;
}

.et-db #et-boc .et_pb_section_0_tb_header.et_pb_section.is-fixed-active .logo_white,
.et_pb_section_0_tb_header.et_pb_section.is-fixed-active .logo_white{
    display: none;
}

.et-db #et-boc .et_pb_section_0_tb_header.et_pb_section.is-fixed-active .logo_black,
.et_pb_section_0_tb_header.et_pb_section.is-fixed-active .logo_black{
    display: block;
}

.et_pb_section_0_tb_header.et_pb_section.is-fixed-active .mobile-menu__burger-bar{
    background: #000;
}

/* RESPONSIVE apparition/disparition cards lieux */

/* sous 1240px : rendre invisible et non-interactif */
@media (max-width: 1240px) {
  .cards-principal {
    opacity: 0;
    transform: scale(0.98);
    pointer-events: none;
    height: 0;            /* ou keep layout: display:none si tu veux libérer l'espace */
    overflow: hidden;
  }
}

/* Par défaut, on cache la section */
.cards-lieux-responsive {
  display: none!important;
}

/* Sous 1240px, on l'affiche */
@media (max-width: 1239.98px) {
  .cards-lieux-responsive {
    display: block!important; /* ou flex / grid selon ta mise en page */
  }
}

/* Styles puces/programme accueil/events accueil*/
#main-content:not(.et-fb-root-ancestor) ul li::before { 
background-color:#ffffff00!important;
} 


span.svnv-programme__title {
    color: #3f3b3b !important;
}

input#date-display {
    color: #3f3b3b!important;
}


div#events-list{
   color: #3f3b3b!important;
}


.event-card {
    background: #ffffff00!important;
}

.event-date {
    text-transform: initial!important;
}

.et_pb_module.et_pb_text.et_pb_text_0_tb_footer.et_pb_text_align_left.et_pb_bg_layout_dark {
    margin-bottom: 25px;
}

/* Style FAQ */
@media (min-width: 981px) {
    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module {
        margin-bottom: 0%;
    }
  }

.et_pb_toggle {
    border-bottom: 1px solid #000!important;
}

/* Style card prieuré */
.dsm_card_description {
    margin-top: 20px;
}

.dsm_card_description {
    margin-bottom: 25px;
}

.puce-image ul li {
    padding-left: 25px !important;
}



@media (min-width: 981px) {
    .et_pb_row .et_pb_column.et-last-child, .et_pb_row .et_pb_column:last-child, .et_pb_row_inner .et_pb_column.et-last-child, .et_pb_row_inner .et_pb_column:last-child {
        margin-right: 0 !important;
    }
}
.et_pb_row .et_pb_column.et-last-child, .et_pb_row .et_pb_column:last-child, .et_pb_row_inner .et_pb_column.et-last-child, .et_pb_row_inner .et_pb_column:last-child {
    margin-right: 0 !important;
}
@media (min-width: 981px) {
    .et_pb_gutters3 .et_pb_column_2_3, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 {
        width: 64.833%;
    }
}
@media (min-width: 981px) {
    .et_pb_gutters3 .et_pb_column, .et_pb_gutters3.et_pb_row .et_pb_column {
        margin-right: 5.5%;
    }
}




/* Colonnage page evenement */


/* === Grille des "temps forts" sans carrousel === */
.temps-forts-wrapper > .temps-forts-grid.no-carrousel {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 60px !important; /* espace horizontal + vertical */
  max-width: 1200px;
  margin: 0 auto !important;
  align-items: start !important;
  justify-items: stretch !important;
}

/* Chaque carte (dans la version statique uniquement) */
.temps-forts-grid.no-carrousel .event-card {
  width: 100% !important;
  margin: 0 !important;
  box-sizing: border-box;
}

/* Mobile : 1 colonne */
@media (max-width: 768px) {
  .temps-forts-wrapper > .temps-forts-grid.no-carrousel {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
}




/* === Grille des actualités sans carrousel === */
.actualites-container.no-carrousel {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 60px !important; /* ✅ espace entre les colonnes ET les lignes */
  max-width: 1200px;
  margin: 0 auto !important;
  align-items: start;
  justify-items: stretch;
}

/* Chaque carte */
.actualites-container.no-carrousel .actualite-card {
  display: flex;
  flex-direction: column; /* image au-dessus, texte en dessous */
  align-items: flex-start;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: none;
}

.actualite-card img {
    object-position: top!important;
}

/* Image */
.actualites-container.no-carrousel .actualite-left.event-image-wrapper {
  width: 100%;
  margin: 0;
}

.actualites-container.no-carrousel .actualite-left img {
  display: block;
  width: 100%;
  height: auto;
}

/* Texte sous l’image */
.actualites-container.no-carrousel .actualite-right {
  width: 100%;
  margin-top: 20px;
  text-align: left;
}

/* Marges internes du texte */
.actualites-container.no-carrousel .actualite-titre,
.actualites-container.no-carrousel .actualite-excerpt,
.actualites-container.no-carrousel .actualite-lien {
  margin: 0 0 10px 0;
}

/* Mobile : 1 colonne */
@media (max-width: 768px) {
  .actualites-container.no-carrousel {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
}
.svnv-programme__list .event .event__cat{


/* Body 3 - Capital */
font-size: 14px;
font-style: normal;
font-weight: 500 !important;
line-height: 140%; /* 19.6px */
text-transform: uppercase;
}
.event__cat-Église-saint-pierre{
  color: #EDC896;
}

.event__cat-prieuré{
  color: #AEBEAE;
}

.event__cat-abbaye{
  color: #B0C1E4;
}


/* rangées à 2 colonnes quand possible */
.wpcf7 form .cf7-row > p{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.wpcf7 form .cf7-row > p br{
  display: none;
}
/* chaque champ marqué class:col-6 occupe une colonne */
.wpcf7 form .col-6 { width: 100%; }
@media (max-width: 640px) {
  .wpcf7 form .cf7-row { grid-template-columns: 1fr; }
}
/* === STYLE DES CHECKBOXES — sobre, ferré à gauche === */
.wpcf7 form .choices {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* <-- ferré à gauche */
  gap: 0;
  margin: 16px 0;
  padding: 0;
}

/* Supprime le layout par défaut de CF7 */
.wpcf7 form .choices .wpcf7-list-item {
  display: block;
  margin: 0;
  padding: 0;
}

/* Label propre, sans bordure ni fond, hover discret */
.wpcf7 form .choices .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  background: transparent;
  cursor: pointer;
  transition: color 0.2s ease;
}

.wpcf7 form .choices .wpcf7-list-item label:hover {
  color: #2563eb;
}

/* Case personnalisée */
.wpcf7 form .choices .wpcf7-list-item input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #cbd5e1;
  border-radius: 5px;
  background: #fff;
  position: relative;
  cursor: pointer;
  transition: all 0.15s ease;
}

.wpcf7 form .choices .wpcf7-list-item input[type="checkbox"]:hover {
  border-color: #94a3b8;
}

.wpcf7 form .choices .wpcf7-list-item input[type="checkbox"]:checked {
  border-color: #2563eb;
  background: #2563eb;
}

.wpcf7 form .choices .wpcf7-list-item input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Texte */
.wpcf7 form .choices .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 16px;
  color: #0f172a;
  line-height: 1.3;
}

/* Focus accessible */
.wpcf7 form .choices .wpcf7-list-item input[type="checkbox"]:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.wpcf7 form .choices .wpcf7-list-item input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

/* === STYLE POUR L'ACCEPTANCE (même design que checkbox) === */
.wpcf7 form .wpcf7-acceptance {
  margin: 24px 0;
  margin-top: 16px;
    display: block;
    margin-bottom: 0;
}

.wpcf7 form .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 15px;
  color: #0f172a;
  line-height: 1.4;
  background: transparent;
  transition: color 0.2s ease;
}

.wpcf7 form .wpcf7-acceptance label:hover {
  color: #2563eb;
}

/* Case personnalisée */
.wpcf7 form .wpcf7-acceptance input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #cbd5e1;
  border-radius: 5px;
  background: #fff;
  position: relative;
  cursor: pointer;
  transition: all 0.15s ease;
}

.wpcf7 form .wpcf7-acceptance input[type="checkbox"]:hover {
  border-color: #94a3b8;
}

.wpcf7 form .wpcf7-acceptance input[type="checkbox"]:checked {
  border-color: #2563eb;
  background: #2563eb;
}

.wpcf7 form .wpcf7-acceptance input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

/* Focus accessible */
.wpcf7 form .wpcf7-acceptance input[type="checkbox"]:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.wpcf7-list-item{
  margin: 0;
}

.wpcf7 form .wpcf7-acceptance label:hover{
  color: inherit;
}

.wpcf7 h1{
  color: #030000;

margin-bottom: 30px;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 38.4px */
letter-spacing: 0.64px;
}

/* === Label du groupe de checkboxes === */
.wpcf7 form .checkbox-group-label {
  font-weight: 600;
  font-size: 16px;
  color: #0f172a;
  margin: 20px 0 8px;
  padding: 0;
  margin-bottom: 0;
}

/* === contact form et ajustement event a supprimer=== */
.et_pb_contact_form {
    display: flex
;
    flex-direction: column;
    /* margin-top: 10px; */
    margin-bottom: 30px;
}


a.desktop-menu__more {
    display: none!important;
}

/* Personnalisation boutique 


@media (min-width: 981px) {
    #left-area {
        width: 100%; 
        padding-bottom: 23px; 
    }
}


@media (min-width: 981px) {
    .et_right_sidebar #left-area {
        padding-right: 5.5%;
    }
}


.et_pb_module.et_pb_image.et_pb_image_0_tb_header.logo_white.et_multi_view__hover_selector {
    display: none !important;
}

*/

/* Trait  - espaces a droite boutique indesirables */

.et_right_sidebar #main-content .container:before{  
display:none!important;
}

@media (min-width: 981px) {
    #left-area {
        width: 100%!important;
    }
}

@media (min-width: 981px) {
    .et_right_sidebar #left-area {
        padding-right: 0%;
    }
}

@media (min-width: 981px) {
    #left-area {
        padding-bottom: 30px;
    }
}

header.woocommerce-products-header {
    margin-top: 100px;
    font-family: 'PPFragment TextRegular';
}

.et_pb_row.et_pb_row_2 {
    margin-top: 30px !important;
}

p.woocommerce-result-count {
    font-family: 'ABCGinto Regular';
}

h2.woocommerce-loop-product__title {
    font-family: 'PPFragment TextRegular';
    font-size: 20px !important;
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 2.5em!important;
}

span.price {
    font-family: 'ABCGinto Regular';
    font-size: 20px !important;
}

body.wp-singular.product-template-default.single.single-product.postid-4622.logged-in.admin-bar.wp-theme-Divi.wp-child-theme-Divi-child-JP.theme-Divi.et-tb-has-template.et-tb-has-header.et-tb-has-footer.woocommerce.woocommerce-page.woocommerce-js.et_pb_button_helper_class.et_cover_background.et_pb_gutter.windows.et_pb_gutters3.et_pb_pagebuilder_layout.et_right_sidebar.et_divi_theme.et-db.customize-support.chrome {
    color: #3F3B3B;
}

.et_pb_module.et_pb_text.et_pb_text_0_tb_footer.et_pb_text_align_left.et_pb_bg_layout_dark{
margin-bottom: 17.628%;
}

input#quantity_691f176d48133 {
    color: black !important;
    font-family: 'ABCGinto Regular';
}


/* ===== largeur container ===== */
.container {
    width: 85 %!important;
    max-width: 85%!important;
}

/* ===== Marges card actus pour fer à gauche ===== */

.actualite-card > div {
    width: 50%;
}

.actualite-right {
    padding-right: 13%;
}

/* ===== marge newsletter ===== */

span.et_pb_contact_field_options_title {
    display: none;
    /* margin-top: 20px !important; */
}


/* Page actualités/articles */

h1.entry-title {
font-family: 'PPFragment TextRegular';
margin-top: 10%;
line-height: 1.2em !important;
}


/* ===== contact form 7 ===== */

.wpcf7 form .cf7-row > p {
    display: unset;
}


select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    appearance: auto !important;
}


input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.col-6 {
    padding: 10px;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    border: 1px solid #000000;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    padding: 10px;
}

input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel.wpcf7-not-valid {
    width: 100%;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.col-6.wpcf7-not-valid {
    margin-bottom: 20px;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    margin-bottom: 20px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 10px;
    margin-top: 20px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.col-6 {
    margin-bottom: 20px;
}

input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel {
    padding: 10px;
}

input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel {
    margin-bottom: 20px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 10px;
}

.cf7-row {
    margin-top: 10px;
}

input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date.col-6 {
    padding: 10px;
margin-bottom: 20px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 10px;
}

input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number {
    padding: 10px;
}

input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number {
    margin-top: 15px;
}

input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date.col-6 {
    margin-top: 10px;
}

/* ===== contact form 7 ===== */

.wpcf7 form .cf7-row > p {
    display: unset;
}


select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    appearance: auto !important;
}


input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.col-6 {
    padding: 10px;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    border: 1px solid #000000;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    padding: 10px;
}

input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel.wpcf7-not-valid {
    width: 100%;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.col-6.wpcf7-not-valid {
    margin-bottom: 20px;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    margin-bottom: 20px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 10px;
    margin-top: 20px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.col-6 {
    margin-bottom: 20px;
}

input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel {
    padding: 10px;
}

input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel {
    margin-bottom: 20px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 10px;
}

.cf7-row {
    margin-top: 10px;
}

input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date.col-6 {
    padding: 10px;
margin-bottom: 20px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 10px;
}

input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number {
    padding: 10px;
}

input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number {
    margin-top: 15px;
}

input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date.col-6 {
    margin-top: 10px;
}