.elementor-52 .elementor-element.elementor-element-43fadee8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-82px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-slides .elementor-slide-heading{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-slides .elementor-slide-description{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-slides .elementor-slide-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-52 .elementor-element.elementor-element-6b241823 .elementor-repeater-item-4861aab .swiper-slide-bg{background-image:url(https://christine-dubourg.site/wp-content/uploads/2025/09/u3629437652_Elegant_stylized_open_agenda_placed_on_a_natural__1d055b34-4abd-4a02-9bb0-57cb28a6799c_2.png);background-size:cover;}.elementor-52 .elementor-element.elementor-element-6b241823 .elementor-repeater-item-4861aab .elementor-background-overlay{background-color:rgba(0,0,0,0.5);}.elementor-52 .elementor-element.elementor-element-6b241823 .swiper-slide{transition-duration:calc(5000ms*1.2);height:773px;}.elementor-52 .elementor-element.elementor-element-6b241823 .elementor-slide-button{background-color:var( --e-global-color-accent );font-family:"Quicksand", Sans-serif;font-weight:600;border-color:var( --e-global-color-accent );}.elementor-52 .elementor-element.elementor-element-6b241823{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-52 .elementor-element.elementor-element-6b241823 .swiper-slide-contents{max-width:100%;}.elementor-52 .elementor-element.elementor-element-6b241823 .swiper-slide-inner{text-align:center;}.elementor-52 .elementor-element.elementor-element-6b241823 .elementor-slide-heading{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-52 .elementor-element.elementor-element-6b241823 .elementor-slide-description{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-52 .elementor-element.elementor-element-6b241823 .elementor-slide-button:hover{color:var( --e-global-color-text );}.elementor-52 .elementor-element.elementor-element-3a1417f{--spacer-size:50px;}.elementor-52 .elementor-element.elementor-element-0db575d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-52 .elementor-element.elementor-element-fd76731{text-align:center;}.elementor-52 .elementor-element.elementor-element-fd76731 .elementor-heading-title{color:var( --e-global-color-text );}.elementor-52 .elementor-element.elementor-element-3456746f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-52 .elementor-element.elementor-element-4516068e{--spacer-size:50px;}/* Start custom CSS for html, class: .elementor-element-68a7961 */.cdubourg-pratique {
  background: var(--cd-ivory);
  padding: 4rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.cdubourg-pratique h2 {
  font-family: 'Cinzel', serif;
  font-size: 2rem;
  color: var(--cd-blue);
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
}
.cdubourg-pratique h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: var(--cd-ochre);
  margin: 1rem auto 0;
  border-radius: 2px;
}

/* Grille */
.pratique-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

/* Cartes */
.pratique-card {
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: var(--cd-shadow);
}
.pratique-card h3 {
  font-family: 'Cinzel', serif;
  font-size: 1.3rem;
  color: var(--cd-blue);
  margin-bottom: 1rem;
}
.pratique-card p,
.pratique-card li {
  font-family: 'Montserrat', sans-serif;
  color: var(--cd-gray);
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 0.6rem;
}
.pratique-card .note {
  font-size: 0.9rem;
  font-style: italic;
  color: #666;
  margin-top: 0.5rem;
  display: block;
}

/* Listes */
.tarifs-list, .horaires-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}
.tarifs-list li, .horaires-list li {
  margin-bottom: 0.8rem;
  padding-left: 1.2rem;
  position: relative;
}
.tarifs-list li::before,
.horaires-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--cd-ochre);
  font-size: 1.2rem;
  line-height: 1;
}

/* Liens */
.pratique-card a {
  color: var(--cd-blue);
  font-weight: 600;
  text-decoration: none;
}
.pratique-card a:hover {
  text-decoration: underline;
}

/* Galerie photos du cabinet */
.cabinet-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin: 2rem auto 0;
  max-width: 900px;
}
.cabinet-gallery figure {
  margin: 0;
}
.cabinet-gallery img {
  width: 100%;
  height: 240px;          /* taille plus contenue */
  border-radius: 10px;
  box-shadow: var(--cd-shadow);
  object-fit: cover;
  object-position: center;
}

/* Responsive */
@media (max-width: 850px) {
  .cabinet-gallery {
    grid-template-columns: 1fr;
  }
  .cabinet-gallery img {
    height: 200px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b8832e7 */.cdubourg-venue {
  background: var(--cd-ivory);
  padding: 4rem 2rem;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.cdubourg-venue h2 {
  font-family: 'Cinzel', serif;
  font-size: 1.9rem;
  color: var(--cd-blue);
  margin-bottom: 1rem;
}
.cdubourg-venue .intro {
  font-family: 'Montserrat', sans-serif;
  color: var(--cd-gray);
  font-size: 1rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 2rem;
}

/* Carte Google Maps */
.map-container {
  margin: 2rem auto;
  max-width: 800px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--cd-shadow);
}
.map-container iframe {
  width: 100%;
  height: 400px;
  border: none;
  display: block;
}

/* Galerie venue */
.venue-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}
.venue-gallery figure {
  margin: 0;
  text-align: center;
}
.venue-gallery img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: var(--cd-shadow);
}
.venue-gallery figcaption {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.5rem;
}

/* Responsive */
@media (max-width: 850px) {
  .venue-gallery {
    grid-template-columns: 1fr;
  }
  .venue-gallery img {
    height: 200px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a1091da */.cdubourg-parking {
  max-width: 800px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.parking-card {
  background: #fff;
  border-left: 5px solid var(--cd-ochre);
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: var(--cd-shadow);
  text-align: center;
}

.parking-card h3 {
  font-family: 'Cinzel', serif;
  font-size: 1.4rem;
  color: var(--cd-blue);
  margin-bottom: 0.8rem;
}

.parking-card p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  color: var(--cd-gray);
  line-height: 1.6;
}/* End custom CSS */