/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

html, body {
  overflow-x: hidden;
}

.h-ornament{
  font-size:1.9rem;
  color:#975F40;
  opacity:1;
  margin-bottom:.6rem;
  display:block;
}

.btn-hover {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-hover:hover {
  transform: translateY(-5px);
}

.card-hover {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card-hover:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
}

/* Hero emblem */
.hero-emblem{
  position:relative;
  display:flex;align-items:center;justify-content:center;
  width:460px;height:460px;flex-shrink:0;margin:0 auto;
}
.emblem-wrap{
  position:relative;
  display:flex;flex-direction:column;align-items:center;
  gap:.6rem;
}
.emblem-ring{
  position:absolute;border-radius:50%;pointer-events:none;
}
.er1{
  width:320px;height:320px;
  border:1.2px solid rgba(151,95,64,.55); /* ← était rgba(201,168,76,.55) */
  animation:spinSlow 30s linear infinite;
}
.er2{
  width:260px;height:260px;
  border:1px solid rgba(151,95,64,.25); /* ← était rgba(201,168,76,.25) */
  animation:spinSlow 20s linear infinite reverse;
}

@keyframes spinSlow{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
.emblem-center{
  display:flex;flex-direction:column;align-items:center;
  background:var(--white);
  border:1.5px solid #975F40;
  border-radius:50%;
  width:200px;height:200px;
  justify-content:center;
  box-shadow:var(--sh-gold);
  position:relative;z-index:2;
}
.em-retro,.em-nova{
  font-family:'Cormorant Garamond', Georgia, serif;
  font-size:1.6rem;font-weight:500;
  letter-spacing:.18em;text-transform:uppercase;line-height:1.1;
}
.em-retro{color:#00343D}
.em-nova{color:#975F40}
.emblem-ornament{
  font-size:1.1rem;color:#975F40;margin-top:.6rem;
  position:relative;z-index:2;opacity:.7;
}
.emblem-tagline{
  font-family:var(--ff-display);font-size:.92rem;font-weight:400;
  font-style:italic;color:var(--text-muted);
  text-align:center;max-width:240px;line-height:1.6;
  margin-top:.4rem;position:relative;z-index:2;
}
/* Floating jewels */
.jewel{
  position:absolute;font-size:1rem;color:#975F40;
  animation:jewelFloat 2.5s ease-in-out infinite;  /* ← était 5s */
  opacity:.6;
}
.j1{top:30px;right:60px;animation-delay:0s}
.j2{top:80px;left:40px;font-size:.75rem;animation-delay:-0.9s}   /* ← était -1.8s */
.j3{bottom:60px;right:40px;font-size:.65rem;animation-delay:-1.6s} /* ← était -3.2s */
.j4{bottom:100px;left:60px;font-size:.8rem;animation-delay:-1.25s} /* ← était -2.5s */
@keyframes jewelFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-10px)}
}



/* Firefox */
html {
  scrollbar-width: auto;
  scrollbar-color: #975F40 #FAFAF8;
}

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: #FAFAF8;
}

::-webkit-scrollbar-thumb {
  background: #975F40;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
  background: #975F40;
}


/* État initial : invisible, légèrement décalé */
.fade-in,
.slide-right,
.slide-left {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Décalages spécifiques */
.slide-right {
  transform: translateX(50px);
}

.slide-left {
  transform: translateX(-50px);
}

/* Quand la section est visible */
.section.visible {
  opacity: 1;
  transform: translateX(0) translateY(0);
}



/* CONTENEUR FORMULAIRE */

.wpcf7 {
  background: #fafaf8;
  padding: 40px;
  padding-bottom: 5px;
  max-width: 660px;
  margin: 0 auto;
  font-family: Poppins, serif;
  border-radius: 5%;
}


/* LAYOUT PRENOM / NOM */

.cf7-row {
  display: flex;
  gap: 20px;
  margin-bottom:0px !important;
}

.cf7-col {
  flex: 1;
}


/* LABELS */

.wpcf7 label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #00343d;
  display: block;

}


/* INPUTS */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #d9d4cc;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 15px;
  color: #333;
  font-family: Georgia, serif;
  box-sizing: border-box;
  transition: border-color 0.2s;
  margin-top: 10px;
}


/* TEXTAREA */

.wpcf7 textarea {
  height: 130px;
  resize: vertical;
}


/* BOUTON */

.wpcf7 input[type="submit"] {
  width: 45%;
  background: #00343d;
  color: #ffffff;
  border: none;
  padding: 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 10px;

}

.wpcf7 input[type="submit"]:hover {
  background: #975F40;
}
.cf7-intro {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #00343D;
  font-family: Cormorant Garamond, serif;
  text-align: center;
}




@media screen and (max-width: 767px) {

    
    .wpcf7 input[type="submit"] {
      width: 100%;
    }
    .wpcf7 {
      padding: 25px;
    }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {


    .wpcf7 input[type="submit"] {
      width: 100%;
    
    }
}



.form-deco{
  text-align:center;
  color:#975F40;
  font-size:.75rem;
  letter-spacing:.35em;
  opacity:.6;
  margin-bottom:1.2rem;
}



.pfg-item {
  box-shadow: 0px 4px 12px 0px #00000070;
  overflow: hidden !important;
  border: none !important;
}

