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

:root {
    --orange: #EA5412;
    --dark: #37373C;
    --light-gray: #EEEEEE
}

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


.hero h1, .hero .h1,.hero .h2 {
    background: var(--orange);
    padding: 8px;
    border-radius: 10px;
    font-size:34px;
    text-align: center;
/*    margin-bottom: 12px;*/
}
.hero .h2 {
    font-size: 28px;
}

#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: 90px !important;
    max-height: auto !important;
}


.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(--orange);
    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
}

#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(--orange);;
    color: #fff;
}

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

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