.centered {
    display        : flex;
    flex-direction : column;
    justify-content: center;
}
.border {
    border: 1px solid var(--color-2) !important;
}
.page-header {
    color: white;
}
.page-header p {
    font-family: var(--text-font);
}
.modules-detail h1,
h1 {
    font-size    : 70px;
    line-height  : 1.1;
    margin-bottom: 1.5rem;
    font-weight  : 600;
}
.modules-detail h1 {
    font-size: 50px;
}
.modules-detail .split-container .data-item__content_short {
    font-weight: 600;
    margin     : 0.5rem 0;
}
.page-header h1 {
    margin-bottom: 1.2rem;
}
h2 {
    font-size    : 60px;
    color        : var(--color-1);
    font-weight  : 700;
    margin-bottom: 1.5rem;
}
h2.small {
    font-size  : 47px;
    font-family: var(--title-font);
    font-weight: 700;
}
.border-contact {
    border : 1px solid var(--color-2);
    padding: 1.5rem 5rem 1.5rem 1.5rem;
}
.contact-img {
    margin-left: -4rem;
}
h3 {
    font-size  : 27px;
    color      : #4A4A4A;
    line-height: 1.2;
}
.accueil-realisations .card-body {
    text-align: center;
}
.accueil-realisations .card-body > div {
    justify-content: center;
}
.data-item__title {
    font-size  : 27.7px;
    color      : #4A4A4A;
    line-height: 1.2;
}
.card .data-item__images img {
    width: 100%;
}
.deco h2,
.head-section h2 {
    margin-left: -7rem;
    background : white;
    padding    : 15px 0;
}
.cadre {
    margin-left: 75px;
}
.cadre-img {
    margin-right: -5rem;
}
.split .split-container {
    display        : flex;
    flex-direction : column;
    justify-content: center;
}
#content a.link {
    color: var(--color-2);
}
#content a.link:hover {
    color: var(--color-2-alt);
}
.split-right .split-container .bloc-split {
    padding     : 2.5rem;
    border      : 1px solid var(--color-2);
    border-right: none;
}
.realisations-detail .split-container-fluid {
    width: 40%;
}
.pagination {
    justify-content: center;
    padding        : 2rem 0 1rem;
}
@media(max-width:1399px) {
    h2 {
        font-size: 55px;
    }
}
@media(max-width:1299px) {
    h2 {
        font-size: 45px;
    }
    .modules-detail h1,
    h1 {
        font-size: 50px;
    }
    .deco h2,
    .head-section h2 {
        margin-left: -5rem;
    }
}
@media(max-width:991px) {
    .cadre {
        margin-left: 0;
    }
    .cadre-img {
        margin-right: 0;
    }
    .deco h2,
    .head-section h2 {
        margin-left: 0;
    }
    .split.split-lg {
        flex-direction: column-reverse;
    }
    .deco h2,
    .head-section h2 {
        padding: 0;
    }
    .split-right .split-container .bloc-split {
        margin: 2rem 0 2rem 1.5rem;
    }
}
@media(max-width:767px) {
    .data-item__title {
        font-size: 22px;
    }
    h2 {
        font-size: 36px;
    }
}
@media(max-width:575px) {
    .modules-detail h1,
    h1 {
        font-size: 40px;
    }
    .split-right .split-container .bloc-split {
        padding: 1.5rem;
    }
    .split-right .split-container .bloc-split {
        margin : 1.5rem 1rem 1rem;
        border : 1px solid var(--color-2);
        padding: 1rem;
    }
    h3 {
        font-size: 20px;
    }
    h2 {
        font-size: 27px;
    }
    .feature .feature-img i {
        font-size: 35px;
    }
}