@charset "UTF-8";
/*
Theme Name: Astra Child
Description: Thème enfant pour Astra
Author: YL Solutions Web
Template: astra
Version: 1.0
Text Domain: astra-child
*/
/* Importer les styles du thème parent */
@import url("../astra/style.css");
/* 5 couleurs plus foncé */
/**********************************/
/* Menu */
/**********************************/
header {
  z-index: 3 !important;
  margin: 20px;
}
header .ast-header-social-1-wrap a {
  border: solid 1px #000000;
  border-radius: 50%;
  background-color: transparent !important;
  padding: 6px;
  transition: all 0.3s ease-in-out;
}
header .ast-header-social-1-wrap a svg {
  fill: #000000;
}
header ul.main-header-menu li.current-menu-item a.menu-link ::before {
  width: calc(100% - 1.2em);
  background-color: currentColor;
  transform: scale(1, 1) translate(50%, 0);
  content: "";
  position: absolute;
  height: 1px;
}
header ul.main-header-menu li.current-menu-item a.menu-link:hover {
  color: var(--e-global-color-primary) !important;
  border-color: var(--e-global-color-primary) !important;
}
header ul.main-header-menu li.current-menu-item a.menu-link.mPS2id-highlight::before {
  width: calc(100% - 1.2em);
  background-color: currentColor;
  transform: scale(1, 1) translate(50%, 0);
}
header .ast-custom-button {
  background-color: var(--e-global-color-primary) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 30px !important;
}
header .ast-custom-button:hover {
  background-color: var(--e-global-color-secondary) !important;
  color: #fff !important;
}
header .ast-builder-social-element {
  padding: 3px;
  border-radius: 5px;
}
header .ast-builder-social-element svg {
  fill: #fff;
}
header .ast-builder-social-element.ast-facebook {
  background-color: #3b5998;
}
header .ast-builder-social-element.ast-instagram {
  background-color: #c32aa3;
}
header .ast-builder-social-element:hover {
  scale: 1.2;
}
header.element-is-sticky {
  background-color: #fff;
  transition: background 250ms ease-out;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  left: 0 !important;
  width: 100% !important;
}
header.element-is-sticky a {
  color: var(--e-global-color-primary) !important;
}
header.element-is-sticky .custom-logo {
  width: 50px !important;
  max-width: 50px !important;
}

.sticky-element-placeholder {
  position: absolute;
}

/**********************************/
/* Module d'avis */
/**********************************/
.ti-footer {
  display: none;
}

/**********************************/
/* Images */
/**********************************/
.elementor-image-box-img, .elementor-widget-image {
  overflow: hidden;
}
.elementor-image-box-img img, .elementor-widget-image img {
  transition: transform 0.5s ease !important;
}
.elementor-image-box-img:hover img, .elementor-widget-image:hover img {
  transform: scale(1.05);
}

/**********************************/
/* Titres */
/**********************************/
h1 {
  position: relative;
  font-family: "Poppins", sans-serif;
  color: #f6d8d5;
  font-size: 150px;
  text-shadow: 0px 0px 0px #fff, 0px 0px 20px var(--e-global-color-primary);
}

.tile {
  background-color: #fff;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border-radius: 5px 5px 5px 5px;
  display: flex;
  align-content: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
}

/**********************************/
/* Textes */
/**********************************/
.elementor-widget-text-editor strong {
  color: var(--e-global-color-primary) !important;
}
.elementor-widget-text-editor p {
  margin-bottom: 16px;
}

p b {
  color: var(--e-global-color-primary);
}

.gallery-icon {
  overflow: hidden;
}

.gallery-icon:hover img {
  transform: scale(1.3);
  transition: 0.3s ease-in-out;
}

/* Formulaire de contact */
.wpcf7-submit {
  color: #FFFFFF;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 50px 15px 50px;
  font-family: "Quicksand", sans-serif !important;
  background-color: transparent !important;
  border: solid 1px var(--e-global-color-primary) !important;
  color: var(--e-global-color-primary) !important;
  border-radius: 30px !important;
  transition: all 0.3s ease-in-out;
}

.wpcf7-submit:hover {
  background-color: var(--e-global-color-primary) !important;
  color: #fff !important;
}

.wpcf7-text, .wpcf7-email, .wpcf7-select, .wpcf7-textarea {
  background-color: #ffffff;
  border-color: #54595F !important;
  border-width: 0px 0px 1px 0px !important;
  border-radius: 0px 0px 0px 0px !important;
  font-size: 20px;
  font-weight: 300;
  color: #54595F;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  background: none !important;
}

.wpcf7-text:focus, .wpcf7-email:focus, .wpcf7-select:focus, .wpcf7-textarea:focus {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  outline: 0;
}

.wpcf7-response-output {
  color: #54595F;
}

.img-equal .elementor-widget-image {
  height: 100%;
}
.img-equal img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

#cmplz-document {
  max-width: 100%;
}
#cmplz-document h2 {
  font-size: 60px;
}
#cmplz-document h3 {
  font-size: 24px !important;
  font-family: "Quicksand", sans-serif;
}
#cmplz-document .cmplz-subtitle {
  font-size: 30px;
  margin-bottom: 10px;
}/*# sourceMappingURL=style.css.map */