/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* HEADER */
.elementor-element.elementor-element-0ad3fb5.e-con-full.e-flex.e-con.e-parent.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.e-lazyloaded.elementor-sticky--effects .elementor-element.elementor-element-29876b7.e-con-full.e-flex.e-con.e-child {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.cls-2 {
    fill: #606c38 !important;
}

.image-container {
  overflow: hidden; 
}

.image-container img, .e-gallery-image.elementor-gallery-item__image.e-gallery-image-loaded {
  width: 100!important; 
  height: 100!important; 
  object-fit: cover!important; 
  transition: transform 0.4s ease!important; 
}

.image-container:hover img, .e-gallery-image.elementor-gallery-item__image.e-gallery-image-loaded:hover {
  transform: scale(1.1)!important; 
}

/* HERO FIXE */
.hero-fixed {
  height: 100vh;
  position: sticky;
  top: 0;
}

/* SECTION QUI PASSE DEVANT */
.content-scroll {
  position: relative;
  z-index: 2;
  background: #ffffff;
}

/* 🔽 En dessous de 1200px : plus d'effet sticky */
@media (max-width: 1199px) {
  .hero-fixed {
    position: relative; /* On enlève le sticky */
    height: auto; /* Hauteur normale */
  }
}

/* FORMULAIRE */
.form-contact a {
    color: black;
}

.elementor-container {
  display: flex;
  flex-direction: column;
  gap: 15px; 
}

.ligne-form {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.ligne-form .colonne-50 {
  flex: 1 1 50%;
}

.elementor-container input, .message-form-cta textarea {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #004161 !important;
    border-radius: 0px;
    box-sizing: border-box;
    font-size: 16px;
    border: none;
    outline:none;
}

.message-form-cta textarea {
  min-height: 120px;
  resize: vertical;
}

form.wpcf7-form.init a {
    color: black;
}

.acceptance-form {
  font-size: 14px;
  margin-top: 10px;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    margin-top: 20px;
    height: 200px;
}

input[type="submit"] {
    background-color: #f3ae00;
    color: #fff;
    border: none;
    padding: 12px 25px 10px 25px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    transition: background-color 0.3s ease;
    font-family: 'CaviarDreams';
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 150px;
    letter-spacing: 0.2px;
    margin-top: 30px;
}

input[type="submit"]:hover {
  background-color: #005bb5;
}

.elementor-element.elementor-element-01fd190.maps.elementor-widget.elementor-widget-google_maps {
    border-radius: 50px 0px 50px 0px;
}

/* RESPONSIVE */
.lang-switch a {
    color: black;
}

.lang-switch a:hover {
    color: #606c38;
}

/* Responsive pour mobile */
@media screen and (max-width: 768px) {
  .ligne-form {
    flex-direction: column;
  }
}

/* RESPONSIVE */
@media screen and (max-width: 1024px) {
.background-bleu {
    background: white !important;
}
}