@charset "UTF-8";
/*@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*/


:root {
    --background-color: #ffffff;
    --default-color: #444444;
    --heading-color: #000000;
    --accent-color: #e94d5b;
    --surface-color: #ffffff;
    --contrast-color: #22e3aa;
    --green: rgb(34, 227, 170);
}

body {
/*    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;*/
}


.hero h1, .hero .h1,.hero .h2 {
      /*    margin-bottom: 12px;*/

    font-size: 48px;
    font-weight: 700;
    color: var(--green);

}
.hero .h2 {
    color: var(--accent-color);
    font-weight: 800;
    font-size:32px;
}

h2{
    color: var(--accent-color);
    font-weight: 800;
}

#hero-content .hero-text ul li{
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #fff;
    padding: 8px 16px;
    border-radius: 10px;

    margin-bottom: 12px;
    color: var(--dark);
}

#hero-content  .hero-text p{
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 12px;
    color: #fff;
    font-weight: 700;
}

#hero-content  p > img{
    max-width: auto !important;
    max-height: auto !important;
    width:auto;
    height: auto;
}


.services h2 {
    font-size: 28px;
    line-height: 30px;
    color: var(--bs-heading-color);
    /*white-space: nowrap;*/
}

.services .service-item {
    background-color:transparent;
    box-shadow:none;
}
#services-section div.section-title::after {
    content: "";
    display: block;
    border-bottom: 8px solid var(--green);
    width: 100px;
    height: 20px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

#text-image-section .section-title h2{
    font-weight: 800;
}

#text-image-section img.rounded.shadow{
    box-shadow:none !important;
    margin:auto
}

.dark-background {
    --background-color: var(--green);
    --default-color: #fff;
    --heading-color: #fff;
    --surface-color: #fff;
    --contrast-color: var(--green);

}

.dark-background p,.dark-background.alt-features .icon-box p  {
    color: #000;
    font-size: 17px;
    text-shadow: 1px 1px 1px rgba(254, 254, 254, 1.0);
}

.dark-background h2,.dark-background.alt-features .icon-box h3 {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.90);
}

.footer.dark-background p{
    color: #fff;
    font-size: 14px;
    text-shadow: none;
}


.dark-background .read-more{

}

/*#text-image-section .row.gy-4.align-items-center.mb-5 > div {
    margin:auto;
}
#text-image-section .row.gy-4.align-items-center.mb-5 > div + div{
    display:none;
}*/


#cta-section {
    background-color: var(--green);;
    color: #fff;
}

#cta-section .read-more{
    background-color: #fff;
    color: var(--green);
    font-weight: 800;
}

.bloc-gauche-image{
    display:none;
}

#bloc_full_form .droite,#form-success {
    box-shadow: #000 1px 0 10px;
    background-color: #FFFFFF;
   /* padding: 0px 15px 0px 15px;*/
    margin: 0px;
    border-radius: 10px;
}

small p{
    font-size:11px !important;
}