/**
Theme Name: Isabelle Lagrange
Author: DigitaliseToi
Author URI: https://digitalisetoi.com/
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: isabelle-lagrange
Template: astra
*/
body {
    line-height: normal;
    background: #FFFFFF;
}
.entry-content :where(h1,h2,h3,h4,h5,h6) {
    margin-bottom: 10px;
}
ul {
    margin: 10px 0;
    padding-left: 20px;
}
ul.vignette {
    list-style: none;
    margin: 30px 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    text-align: center;
    gap: 20px;
    align-items: center;
    padding-left: 0;
}
ul.vignette li {
    display: grid;
    align-items: center;
    padding: 30px;
    background: #FFA62B;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    height: 100%;
    color: #342208;
    font-weight: 600;
}
.catalogue a {
    background: #FFD1B8;
    color: #976449;
    max-width: 368px;
    display: block;
    text-align: center;
    padding: 20px 10px;
    border-radius: 60px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
}
.catalogue a:hover {
    background: #FFA62B;
	color:#FFF;
}
.text-wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    align-items: center;
}
.text-wrap.auto-width {
    grid-template-columns: auto auto;
    margin-bottom: 30px;
}
.text-wrap img {
    border-radius: 30px;
}
.info-text {
    margin-top: 30px;
    padding: 20px;
    border-radius: 30px;
    background: linear-gradient(45deg, #e7caa3, #edb971);
}
.info-text h4 {
    color: #1b1b1b;
}
div#full-width {
    background: #FAFAFA;
    background: linear-gradient(0deg, #FFF, #FAFAFA);
    padding: 80px 30px;
}
div#full-width h4 {
    color: #1b1b1b;
}
a.elementor-button.elementor-button-link.elementor-size-sm {
    width: 100%;
    max-width: 568px;
    border-radius: 30px;
    box-shadow: 0 2px 6px -2px #00000080;
}
.img-middle {
    border-radius: 15px;
    overflow: hidden;
    margin: 30px 0;
}
.img-banner {
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}
.color-text-wrap {
    padding: 30px;
    background: linear-gradient(45deg, #e7caa3, #edb971);
    border-radius: 30px;
}
.color-text-wrap h4 {
    color: #1b1b1b;
}
/* TRUST SECTION */
.trust-section {
    padding: 30px 0;
}
p.subtitle, .section-lead {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
}
.catalogue {
    margin: 20px 0;
}
/* REFERENCE */
.reference-block {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
    margin: 30px 0;
    align-items: center;
}
.reference-block .img-banner {
    margin-bottom: 0;
}
/* Stats cards */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin: 30px 0;
}
.stat-card {
  background: white;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}
.stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #ff6b6b;
}
.stat-label {
    font-size: 14px;
    line-height: 14px;
    margin-top: 8px;
    color: #4b5563;
}
/* Effects list */
.effects-list {
  margin-top: 16px;
  padding-left: 20px;
}
.effects-list li {
  margin-bottom: 8px;
  font-size: 1rem;
}
/**/

/* */
.references-section {
  padding: 30px 0px;
}
/* Titles */
.references-section h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 12px;
}
/* Paragraphs */
.note {
  font-style: italic;
  color: #6b7280;
  margin-top: 10px;
}
/* Lists */
.reference-list,
.impact-list {
  margin-top: 12px;
  padding-left: 20px;
}
.reference-list li,
.impact-list li {
  margin-bottom: 8px;
  font-size: 1rem;
}
/* Cycles cards */
.cycles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin: 20px 0;
}
.cycle-card {
    background: #FFF;
    padding: 18px;
    border-radius: 14px;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.04);
    border: 1px solid #ebebeb;
}
.cycle-card span {
  display: block;
  font-weight: 400;
  color: #4b5563;
  font-size: 0.95rem;
  margin-top: 6px;
}
/* Badges list */
.reference-badges, .effects-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
    padding: 0;
    list-style: none;
    margin-left: 0;
    margin-bottom: 20px;
}
.effects-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    text-align: center;
}
.reference-badges li, .effects-list li {
    background: #FF3B30;
    background-image: linear-gradient(45deg, #ff3b30, #FF6B6B);
    color: white;
    padding: 14px 14px;
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: 500;
}
/**/

/* CREDENTIALS */
.credentials-section {
    padding: 30px;
    color: #111827;
    box-shadow: 0 10px 10px #0000000f;
    border-radius: 10px;
    border: 1px solid #d5d5d5;
}
section.credentials-section h3 {
    color: #1b1b1b;
}
/* Paragraph lead */
.section-lead {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 20px;
}
/* Lists */
.credential-list,
.engagement-list,
.impact-list {
  margin-top: 12px;
  padding-left: 20px;
}
.credential-list li,
.engagement-list li,
.impact-list li {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5;
}
/* Sub info text */
.credential-list span {
  font-size: 0.95rem;
  color: #6b7280;
  display: block;
  margin-top: 2px;
}
/* Highlight blocks for credibility */

/* Spacing between blocks */
.credentials-section ul + h3,
.credentials-section ul + h2 {
  margin-top: 48px;
}
/* CAROUSEL */
.logo-carousel {
    margin: 30px 0;
}
.logo-carousel img {
  width: 100%;
  height: 80px;
  object-fit: contain;
}
.logo-carousel .slick-slide {
  padding: 0 20px;
}
p.logo-text {
    font-size: 32px;
    line-height: 32px;
    color: #ffa62b;
    font-family: 'Playfair Display',serif;
    text-transform: none;
}
/* CONTACT FORM */
.contact-form form {
    max-width: 568px;
    width: 100%;
    margin: 30px auto;
}
.contact-form .wpforms-form, .contact-form form {
    background: #FFF;
    padding: 30px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
}
.contact-form form .form-title {
    font-size: 26px;
    margin: 0 0 10px 0;
    font-weight: 400;
}
.contact-form form .form-title p {
    margin-bottom: 0;
}
.contact-form form form-subtitle{
	font-size:16px;
	font-weight: 400;
}
.contact-form .wpforms-form input, .contact-form .wpforms-form textarea,.contact-form form input,.contact-form form textarea {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    background: #FFF;
    padding-top: 5px;
    padding-bottom: 5px;
}
.contact-form form label {
    font-weight: 600;
}
.required-label {
    color: #ff0000;
    font-weight: normal;
}
.submit-wrap {
    position: relative;
}
.submit-wrap span.wpcf7-spinner {
    position: absolute;
    left: 20px;
    bottom: 0;
    top: 0;
    margin: auto;
    background-color: #154845;
}
.wpcf7 form .wpcf7-response-output {
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    padding: 10px 5px;
}
button.wpforms-submit, .contact-form form .wpcf7-submit {
    background: #FFD1B8;
    color: #654a3c;
    border-radius: 60px;
    padding: 17px 35px;
    max-width: none;
    border: none;
    width: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px -2px #00000080;
}
button.wpforms-submit:hover,.contact-form form .wpcf7-submit:hover {
    background: #FF6B6B;
    color: #FFF;
}
/* FOOTER */
.hfe-before-footer-wrap .hfe-copyright-wrapper a {
    color: #FF6B6B !important;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.contact-link {
    position: fixed;
    right: 30px;
    z-index: 2000000;
    bottom: 30px;
}
.contact-link a {
    color: #FFF;
    transition: all 0.3s ease;
    padding: 20px;
    display: grid;
    border: none;
    font-size: 0;
    background: url(/wp-content/uploads/2026/02/whatsapp.webp);
    line-height: normal;
    align-items: center;
    background-size: contain;
    justify-content: center;
    text-align: center;
    animation: pulse-animation 2s infinite;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    width: 60px;
    height: 60px;
    border-radius: 100% 100% 100% 0;
}
.contact-link a:hover {
    transform:scale(1.1)
}
.contact-link img {
    width: 50px;
}
.contact-link a.watsapp {
    background: #4AC959;
}
i.fa.fa-whatsapp {
    font-size: 28px;
    line-height: 50px;
}
.footer-text {
    padding: 15px;
    max-width: 768px;
    margin: 0 auto;
}
.logo-feder img {
    height: 100px;
    width: auto;
}
.logo-feder {
    display: grid;
    grid-template-columns: auto auto auto;
    max-width: 657px;
    align-items: center;
    grid-gap: 15px;
    margin: 20px auto;
    justify-content: center;
}
/* RESPONSIVE */
@media (max-width: 768px) {	
.site-title {
    font-size: 2rem;
}	
div#full-width {
    padding: 40px 30px;
}
.img-banner {
    border-radius: 15px;
}	
.references-section {
    padding: 0 0 30px;
}
h3, .entry-content :where(h3) {
    font-size: 24px;
}
h4, .entry-content :where(h4) {
    font-size: 30px;
    font-size: 21px;
}
.elementor-widget-heading h2.elementor-heading-title {
    line-height: 24px;
    font-size: 24px;
    text-align: left;
}	
ul.vignette,.text-wrap,.text-wrap.auto-width,.reference-block  {
    grid-template-columns: repeat(1,1fr);
}
.text-wrap img {
    margin: 0 auto;
    display: block;
}
.text-wrap.auto-width.order-mobile .text-left {
    order: 2;
}
.text-wrap.auto-width.order-mobile .text-right {
    order: 1;
}
.logo-feder img {
    height: 50px;
    width: 100%;
    max-width: none;
}	
}