.elma-btn-header-cta {
    color: #f0451d !important;
    background: white;
    border: 1px solid #f0451d;
}
.elma-heading-title {
    font-size: 50px;
    word-spacing: 19px;
    text-align: left;
}
.elma-elmanager-heading-title {
    color: var(--elma-elmanager-heading-color);
}
.elma-header-btn-cta-left-section {
    background: var(--elma-std-background-color);
    padding: 10px;
    border: 1px solid var(--elma-std-background-color);
    border-radius: 10px;
    color: white !important;
}
.sofax-iconbox-icon {
    width: 80px;
    height: 80px;
    float: right;
    margin-top: -22px;
}
.elma-services-single-element-color-principale {
    background: var(--elma-std-background-color);
    box-shadow: 0px 4px 1px 1px black;
}

.elma-services-single-element-color-secondaire {
    background: var(--elma-snd-background-color);
    box-shadow: 0px 4px 1px 1px black;
}

.elma-services-single-element-color > * {
    color: white;
}
.elma-decouvrer-plus-anchor:hover {
    color: white;
}
#freepik_stories-revenue {
    margin: -100px;
    width: 800px;
    height: 600px;
}
.elma-founder-section-image {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
}

.elma-founder-section-image > img {
    width: 100px;
    margin-bottom: 10px;
}
.elma-founder-section-info h4 {
    margin: 0;
    padding-bottom: 5px;
}
.elma-founder-section-info p {
    margin: 0;
}

#elma-fonder-section-linkedin-img {
    width: 30px;
    float: left;
}

.elma-contact-us-section {
    display: flex;
    align-items: center;
    gap: 20px;
}

.elma-contact-us-section > div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.elma-contact-us-section input[type="radio"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: #000;
}

.elma-contact-us-section label {
    margin: 0;
    font-size: 14px;
    cursor: pointer;
}

.elma-footer {
    background: #3c309b;
    color: white !important;
    border-radius: 50px 50px 0px 0px;
    margin-top: 80px;
}
.sofax-footer-menu.ml-50 > h5 {
    color: white;
}
.sofax-footer-menu.ml-50 > ul > li > a {
    color: white;
}
.sofax-footer-menu > h5 {
    color: white !important;
}
.elma-cta-btn-section-3 {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    .row.elma-first-render-section {
        display: flex;
        flex-direction: column-reverse;
    }
    .elma-heading-title {
        font-size: 50px;
        word-spacing: 19px;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .col-md-6.elma-first-render-text {
        width: 100%;
    }
    #freepik_stories-revenue {
        width: 500px;
        height: 500px;
    }
    .col-md-6.elma-first-render-svg {
        width: 100%;
        text-align: center;
    }
}
#elma-send-email-loader {
    color: white !important;
    margin-top: 6px;
}
.elma-founder-section-info {
    margin-left: 10px;
}
