.ns-aides-section .ns-404-content {
    justify-content: center;
    align-items: center;
}

.ns-aides-section .ns-404-content:before {
    content: none;
}

.ns-aides-section .ns-404-content:after {
    content: none;
}

.ns-aides-section .ns-404-content .ns-aides-card {
    justify-content: center;
    align-items: center;
}

.ns-footer-rs a {
    color: #FFFFFF;
    font-size: 18px;
}

.ns-footer-rs a i{
    width: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.map .osm .tac_activate {
    width: auto;
}

.ns-contact-section .ns-contact-aside .map a {
    color: #000000;
}

.leaflet-bottom {
    display: none;
}

.map .osm{
    border-radius: 1rem;
}

.carousel-logo {
    width: 200px;
    height: 100%;
    object-fit: cover;
}

.ns-who-section .ns-who-content .ns-who-cards .ns-who-card .ns-card-h2 {
    font-size: 1.6rem !important;
    margin-right: 90px !important;
}

.ns-hero-section .ns-hero-content .ns-h1 {
    font-size: 3.5rem !important;
}

.ns-h2 {
    font-size: 1.3rem !important;
}

.ns-hero-section .ns-hero-content .ns-certif-list .ns-certif {
    width: 62px !important;
    height: 62px !important;
}

.ns-hero-section .ns-hero-content .ns-certif-list .ns-certif img {
    max-width: 56px !important;
}

footer .ns-subfooter-content {
    font-size: 0.8rem !important;
    justify-content: center !important;
}

.ns-card-image {
    width: 50%;
    display: flex;
    align-items: center;
}

.ns-card-image img {
    height: 250px;
    width: 100% !important;
}

.ns-convaincu-section.rge .ns-convaincu-content::after {
    content: unset !important;
}

.ns-accompagnement-section .ns-accompagnement-content::before {
    top: -5rem !important;
}

.ns-who-section .ns-who-content::after {
    bottom: -55% !important;
}

.ns-realisations-section .ns-realisations-content .ns-realisations-card--second::after {
    bottom: -12% !important;
}

.ns-convaincu-section .ns-convaincu-content::after {
    bottom: -21% !important;
}

.ns-convaincu-section .ns-convaincu-content .ns-convaincu-cards .ns-convaincu-card .ns-card-h2 {
    font-size: 1.8rem !important;
}

.ns-container.wp-page {
    margin-top: 10rem;
    margin-bottom: 5rem;
}

.ns-container.wp-page .entry-title {
    font-size: 2rem;
    margin-bottom: 40px;
    color: #d81635;
    text-align: center;
}

.entry-content {
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

.entry-content p {
    margin: 0 0 1em;
}

.entry-content h2 {
    color: #d81635;
    font-size: 1.5em;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.entry-content ul {
    margin: 0 0 1em 1.5em;
    padding-left: 1em;
    list-style-type: disc;
}

.entry-content li {
    margin: 0.5em 0;
}

.entry-content a {
    color: #d81635;
    text-decoration: underline;
}

.entry-content a:hover {
    color: #b0122d;
}

.entry-content br {
    margin-bottom: 0.5em;
}

.ns-realisations-section .ns-realisations-content .ns-realisations-card .ns-card-left::before {
    border-radius: unset !important;
}

.ns-convaincu-section.rge .single-row {
    margin: 1rem 2rem;
    margin-top: 0px;
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

.ns-convaincu-section .ns-convaincu-content .ns-convaincu-cards .ns-convaincu-card .ns-card-content {
    gap: 1rem;
}

.ns-convaincu-section.modifier-convaincu .ns-convaincu-content::before, .ns-partenaires-section .ns-partenaires-content::after {
    content: unset !important;
}

@media screen and (max-width: 1000px) {
    .ns-hero-section .ns-hero-content .ns-h1 {
        font-size: 1.8rem !important;
    }
    .ns-convaincu-section .ns-convaincu-content .ns-convaincu-cards .ns-convaincu-card .ns-card-h2 {
        font-size: 1.5rem !important;
    }
    .ns-card-image {
        width: 100%;
    }
}