/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.16.1764691509
Updated: 2025-12-02 16:05:09

*/

.elementor-image-carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.45);
  padding: 12px 25px;
  color: #F5D60DFC;
  font-family: "Cinzel", serif;
  text-align: center;
  border-radius: 6px;
  font-size: 40px;
}

/* Couleur de la forme en BAS */
.elementor-shape-bottom svg path {
    fill: #e44f3b !important;
}

.elementor-widget-image {
  position: relative;
}

.elementor-widget-image .wp-caption-text {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 12px 0;
  background: rgba(0,0,0,0.3);
  color: #F5D60DFC !important;
  text-align: center;
  font-family: 'Roboto', sans-serif !important;
   font-weight: 700 !important;
}

/* TEXTE EN GRAS -> JAUNE */
.site-footer strong,
.site-footer b {
  color: #F5D60DFC !important;
}

/* MENU JAUNE -> BLANC */
.site-footer a {
  color: #ffffff !important;
}

/* Hover en jaune (optionnel, propre visuellement) */
.site-footer a:hover {
  color: #F5D60DFC !important;
}

.footer-menu-title {
  color: #F5D60DFC;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Liens du menu en blanc */
.site-footer a {
  color: #ffffff !important;
}

/* Liens au survol */
.site-footer a:hover {
  color:#F5D60DFC !important;
}

h2.widget-title {
  font-weight: 700;
}


.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .widget-title{
  margin-bottom: 0;
}

.site-footer a  {
  white-space: nowrap;
}

/* Centrer le bouton WPForms */
.wpforms-form .wpforms-submit-container {
  text-align: center;
}


.page-realisation .elementor-element-5476be .elementor-element-ea86edc {
  border-bottom: none !important;
  box-shadow: none !important;
}

.page-realisation .elementor-element-5476be .elementor-element-ea86edc * {
  text-decoration: none !important;
}

/* Conteneur de la vidéo */
.video-verticale .elementor-wrapper{
  height: 60vh;          /* ajuste: 50vh / 500px / etc. */
  max-height: 60vh;
  aspect-ratio: 9 / 16;  /* garde le 9:16 */
  overflow: visible;     /* important: évite la coupe */
}

/* Vidéo self-hosted */
.video-verticale video{
  width: 100%;
  height: 100%;
  object-fit: contain;   /* affiche toute la vidéo */
}

/* Vidéo YouTube/Vimeo (iframe) */
.video-verticale iframe{
  width: 100%;
  height: 100%;
}

.cmplz-manage-consent {
  display: none !important;
}

/* évite les débordements horizontaux */
html, body { overflow-x: hidden; }

/* sécurise les barres/containers du header Astra */
.ast-above-header-bar,
.ast-primary-header-bar,
.ast-builder-grid-row,
.site-header {
  max-width: 100%;
  box-sizing: border-box;
}