body {
    font-size: 16px;
    font-family: 'area-normal', sans-serif;
    font-weight: normal;
    line-height: 35px;
}

p {
    line-height: 30px;
}

.navbar.top {
    background: #101511;
}

.navbar-expand .navbar-nav .nav-item a:not(.btn) {
    font-size: 14px;
    color: #0c0c0c;
    font-weight: 700;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

.navbar-expand.top .navbar-nav .nav-item a:not(.btn) {
    color: #e8ebea;
    font-size: 15px;
    font-weight: normal;
    padding-right: 3rem;
}

.navbar-expand.top .navbar-nav .nav-item:last-of-type a:not(.btn) {
    padding-right: 0;
}

.navbar-expand.top .navbar-nav .nav-item:first-of-type a:not(.btn) {
    padding-left: 0;
}

header .navbar-expand .navbar-brand img {
    height: auto;
    width: 195px;
}

.navbar-nav .primary-button {
    background: #0f1c11;
    border-color: #0f1c11;
    min-width: 160px;
}

header .navbar-sticky.sub {
    background-color: white;
}

.swiper-pagination-bullet-active {
    background: #0f1c11;
}

.full-slider .inner .center,
.no-slider .inner .center {
    width: 100%;
    max-width: 75%;
    margin: 0 auto;
}

h1,
.slide-content .title {
    color: #0f1c11 !important;
    font-size: 3.3rem !important;
    margin-bottom: 3rem;
}

h2,
.h2 {
    margin-bottom: 3rem;
}

h1 .featured span,
.h1 .featured span {
    color: #0f1c11 !important;
}

.slide-content p {
    color: #0f1c11;
    font-size: 1.1rem !important;
    text-transform: uppercase;
}

.btn-opaque {
    background: transparent;
    color: #0f1c11 !important;
    min-width: 180px;
    border: 1px solid #0f1c11;
}

.btn-opaque:hover,
.btn-opaque:focus,
.btn-opaque:active {
    background: #0f1c11;
    border-color: #0f1c11;
    color: #e0e5dc !important;
}

.btn-opaque.white {
    color: #e0e5dc !important;
    border-color: #e0e5dc;
}

.btn-opaque.white:hover {
    background-color: #36513a;
    border-color: #36513a;
}

.navbar-nav .primary-button:hover {
    background-color: #243928;
    border-color: #243928;
}

.primary-button {
    padding-top: 12px !important;
    line-height: 20px;
    padding-bottom: 12px !important;
}

.primary-button:focus,
.primary-button:active {
    border-width: 2px;
}

.swiper-pagination-bullet {
    border-color: #0f1c11;
}


/* section seo */

.avt-section {
    padding: 33px 0;
    background-color: #18281b;
    overflow: hidden;
}

.avt-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    width: max-content;
    animation: scroll 45s forwards linear infinite;
    color: #e0e5dc;
    font-size: 40px;
    line-height: 20px;
}

.avt-list .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    color: #e0e5dc;
    font-weight: 500;
}

@-webkit-keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}

@-moz-keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}

@-ms-keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}

@keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}


/* section seo */

.intro p img:first-of-type,
.intro p img:nth-of-type(2),
.intro h2 img:first-of-type {
    display: none;
}

.section-geo p img:first-of-type,
.section-geo p img:nth-of-type(2),
.section-geo h2 img:first-of-type {
    display: none;
}

.sect-title .sub-title,
.pre-title {
    margin: 0 0 1.5rem 0;
    color: #36513a;
    font-size: 1.2rem;
    font-weight: bold;
}

h2,
.h2 {
    color: #0f1c12;
}

h2 .featured,
.h2 .featured {
    color: #0f1c12;
}

h2 .featured:before,
.h2 .featured:before {
    background: #a5b3a4;
    opacity: 1;
}

.section-about {
    padding-top: 225px;
    padding-bottom: 250px;
    background: #e0e6dc;
    position: relative;
    overflow: hidden;
}

body,
.footer {
    overflow: hidden;
}

.section-about::before,
.section-services::before,
.footer::before,
.page .section-geo::before,
.section-contact::before {
    content: "";
    background: url('../images/home/logo.png') no-repeat center;
    position: absolute;
    top: 255px;
    right: -180px;
    width: 375px;
    height: 125px;
    opacity: .1;
    transform: rotate(25deg);
    background-size: contain;
}

.section-about::after,
.section-services::after,
.footer::after,
.page .section-geo::after,
.section-contact::after {
    content: "";
    background: url('../images/home/logo.png') no-repeat center;
    position: absolute;
    bottom: 130px;
    left: -126px;
    width: 470px;
    height: 155px;
    opacity: .1;
    transform: rotate(25deg);
    background-size: contain;
}

.section-about .container {
    position: relative;
    z-index: 1;
}

.section-experience {
    background: url('../images/home/bg-experience.jpg') no-repeat center / cover;
    background-attachment: fixed;
}

.section-experience .inner {
    background: #0f1c12;
    padding: 45px;
    color: #fff;
    position: relative;
    bottom: 0;
    min-height: 315px;
    transition: all .3s ease;
}

.section-experience .inner:hover {
    bottom: 20px;
}

.section-experience .titre {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 15px 20px;
    font-weight: 900;
    font-size: 1.2rem;
}

.section-experience .titre i {
    font-size: 45px;
}

.section-experience p {
    color: #e0e5dc;
}

.bloc-since {
    text-align: center;
    color: #e8e8e8;
}

.bloc-since .titre {
    display: block;
    font-size: 1.5rem;
    color: #e8e8e8;
}

b,
strong {
    font-weight: 900;
}

.bloc-since .titre b {
    display: block;
    font-size: 9rem;
    line-height: normal;
}

.bloc-since .titre strong {
    display: block;
    font-size: 2.7rem;
    line-height: normal;
    text-transform: uppercase;
}

.content-card {
    position: relative;
    margin-top: -395px;
    margin-bottom: 60px;
}

.section-experience {
    padding-top: 250px;
    padding-bottom: 115px;
}

.section-services {
    background: #e0e6dc;
    position: relative;
    overflow: hidden;
    padding: 135px 0;
}

.section-services .container {
    position: relative;
}

.section-services::before {
    top: -37px;
    right: 23px;
}

.section-services::after {
    bottom: 0;
    left: -75px;
}

.section-services .pre-title {
    margin: 0 auto 1.5rem;
}

.bloc-services {
    margin-top: 3rem;
}

.showcase .card-caption {
    text-align: left;
}

.showcase .card .card-body .h4 {
    font-weight: 900;
    line-height: 35px;
}

.showcase .card .card-body .link i {
    margin-left: 7px;
}

.section-tem {
    background-color: #0f1c11;
    padding: 60px 0;
    position: relative;
}

.section-tem::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url('../images/home/bg-tem.jpg') no-repeat top right / cover;
}

.section-tem h2,
.section-tem .h2 {
    color: #e0e5dc;
    margin-bottom: 1.5rem;
    font-size: 2rem;
}

.section-geo h2,
.section-geo .h2 {
    font-size: 2rem
}

.section-tem .pre-title {
    margin-left: 0;
}

.section-tem h2 .featured span,
.section-tem .h2 .featured span {
    color: #e0e5dc;
}

.section-tem h2 .featured:before,
.section-tem .h2 .featured::before {
    background: #243927;
}

.section-geo {
    position: relative;
    background: #e0e5dc;
}

.section-geo .img-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.section-tem.paie {
    background: #0f1c11;
}

.section-tem.paie .container-fluid {
    position: relative;
}

.section-tem.paie::before {
    background-image: url('../images/home/bg-paie.jpg');
    width: 55%;
}

footer {
    overflow: hidden;
}

.footer {
    position: relative;
    padding: 120px 0 5px;
}

.footer .navbar-brand img {
    height: auto;
}

.footer::before {
    background-image: url('../images/home/logo-footer.png');
    top: -48px;
    transform: rotate(-25deg);
    right: -97px;
    opacity: .05;
}

.footer::after {
    background-image: url('../images/home/logo-footer.png');
    opacity: .05;
    transform: rotate(-25deg);
    bottom: 0;
    left: -137px;
}

.footer .h4 {
    color: #e0e5dc;
    font-weight: 900;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

footer .nav-item .nav-link {
    color: #e0e5dc;
}

footer .nav-item .nav-link i {
    color: #517356;
}

footer .nav-item .nav-link:hover,
footer .items .card a:not(.btn):hover {
    color: #e0e5dc !important;
    text-decoration: underline;
}

.footer-left img {
    margin-bottom: 3.5rem;
}

.outline-button,
.outline-button:visited,
.outline-button:active {
    color: #e0e5dc;
}

.footer .card {
    background: #0f1c11;
    border-radius: 4px;
    padding: 35px 33px;
}

.footer .card:first-of-type {
    margin-bottom: 3rem;
}

footer .items .card a:not(.btn) {
    color: #e0e5dc;
}

footer .items .card-seo {
    display: block;
    text-align: left;
    word-spacing: normal;
    line-height: 28px;
}

footer .items .card-seo a:not(.btn) {
    display: initial;
    margin: 0;
    font-size: 14px;
    color: #e0e5dc;
}

footer .copyright {
    color: #e0e5dc;
}

footer .copyright p {
    font-size: 14px !important;
}

footer .copyright a {
    color: #e0e5dc !important;
    font-size: 14px !important;
}

footer .copyright a:hover {
    text-decoration: underline;
}

.copyright .col-right p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px 30px;
}

header .navbar-expand .navbar-nav.toggle i {
    color: #101511;
}

.page .section-geo {
    padding-bottom: 250px;
    overflow: hidden;
}

.slider-h-50.slider-h-auto {
    height: 400px;
}

.page .section-geo .img-right {
    width: 40%;
}

.page .section-experience {
    height: 445px;
}

.page .section-form .content {
    position: static;
    max-width: 1200px;
}

.page .form-style .content-form .row>div {
    padding-left: 15px;
    padding-right: 15px;
}

.page .form-style .btn-1 {
    display: block;
    max-width: 490px;
    margin: 15px auto 0;
}

.section-contact {
    padding-bottom: 235px;
    background: #e0e6dc;
    position: relative;
    overflow: hidden;
}

.section-contact::before {
    top: 17px;
    right: -52px;
}

.section-contact::after {
    bottom: 10px;
}

.section-contact .col-right {
    background-color: #517356;
    border-radius: 4px;
    padding: 60px 100px;
    color: #e0e5dc;
}

.section-contact .h4 {
    text-transform: uppercase;
    font-weight: 900;
    color: #e0e5dc;
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.section-contact .navbar-nav .nav-link {
    color: #e0e5dc !important;
    padding: 0 !important;
    font-size: 1.2rem !important;
}

.section-contact li {
    margin: 0 0 15px !important;
}

.section-contact li i {
    font-size: 20px !important;
    color: #0f1c11;
}

.section-form.contact .title-md {
    text-align: left;
}

.section-form.contact .input-control {
    background: #ffffff;
    border: none;
    border-radius: 4px;
    height: 50px;
    color: #18281a;
}

.section-form.contact .form-group {
    margin-bottom: 20px;
}

.section-form.contact textarea.input-control {
    width: 100%;
    height: 125px;
}

.section-form.contact p {
    font-size: 12px;
    text-align: left;
    line-height: 22px;
}

.section-form.contact .bloc-btn {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 30px;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 15px;
}

.section-form.contact .form-style .btn-1 {
    margin: 0;
    min-height: auto;
    width: 100%;
    max-width: 320px;
    height: 50px;
    line-height: 18px;
}

.mid-slider .swiper-pagination {
    position: relative;
    bottom: 0;
    display: flex;
    padding: 40px 0 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.mid-slider .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    width: 30px;
    height: 14px;
}

#rdv_diag_erp_inner .flex-group.fl-row {
    gap: 30px;
}

#rdv_diag_erp_inner .btn.btn-primary {
    width: 100%;
}

#rdv_diag_erp_inner .btn.btn-dark {
    min-width: 220px;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1420px;
    }
    .section-geo .col-left {
        padding-right: 80px;
    }
    .section-contact .col-left {
        padding-right: 50px;
    }
}

@media (max-width: 1199px) {
    .menu .nav-item.dropdown>.nav-link {
        position: relative;
    }
    .menu .nav-item.dropdown>.nav-link:after {
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -4px;
        transform: translateY(-50%) rotate(45deg);
        border: 2px solid #0c0c0c;
        border-top: none;
        border-left: none;
        width: 10px;
        height: 10px;
        content: "";
    }
    .menu .nav-link:not(.btn) {
        font-size: 1.1rem;
        padding: 7px 5px;
    }
    .section-contact .col-right {
        padding: 60px 50px;
    }
    .section-contact {
        padding-bottom: 150px;
    }
    .section-form .content {
        position: static;
    }
    .page .section-experience {
        height: auto;
    }
    .page .section-geo {
        padding-bottom: 80px;
    }
    .page .section-form {
        padding: 0;
    }
    .page .section-geo::before {
        display: none;
    }
    .page .form-style .btn-1 {
        padding: 0;
        max-width: 265px;
    }
    .section-form,
    .section-about,
    .section-experience {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .content-card {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .section-experience .inner {
        margin-bottom: 30px;
    }
    .section-tem::before,
    .section-tem.paie::before {
        width: 100%;
        opacity: .1;
    }
}

@media (max-width: 991px) {
    .footer .card img {
        width: 268px;
        height: auto;
        margin: auto;
    }
    .section-contact .col-right {
        max-width: 500px;
        margin: 40px 0 0;
        position: relative;
        z-index: 1;
    }
    .copyright .col-right p {
        justify-content: center;
        flex-wrap: wrap;
    }
    footer .copyright .p-3 {
        padding: 5px 0 !important;
    }
    .page .section-geo .img-right,
    .section-geo .img-right {
        position: static;
        margin: 0 auto 50px;
        display: block;
        width: auto;
        max-width: 100%;
        max-height: 400px;
        object-fit: cover;
        height: auto;
    }
    .section-experience .inner {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    section::before,
    section::after {
        display: none;
    }
    body .full-slider .slide-content .inner .center {
        width: 100%;
        max-width: 100%;
    }
    .section-contact .col-right {
        padding: 35px;
    }
    .section-contact .navbar-nav .nav-link {
        font-size: 1.1rem !important;
    }
    .section-contact {
        padding-bottom: 115px;
    }
    body h1,
    body .slide-content .title,
    body .h1,
    h2,
    .h2 {
        font-size: 2.4rem !important;
    }
    .pre-title {
        font-size: 1rem;
    }
    body .offers .items .item {
        margin-bottom: 0;
    }
    .footer {
        padding-top: 80px;
    }
    section.hero {
        background-color: white !important;
    }
    .full-image {
        opacity: .5;
    }
    .full-slider .inner .center,
    .no-slider .inner .center {
        padding: 4rem 0 0;
    }
    body .slide-content .buttons .btn {
        margin: auto;
    }
    .section-form .content {
        max-width: 90%;
    }
    header .navbar-sticky.sub,
    header .navbar-expand {
        padding: 10px;
    }
}

@media (max-width: 575px) {
    .navbar-expand.top .navbar-nav .nav-item a:not(.btn) {
        padding-right: 0;
    }
    body .full-slider.swiper-container-horizontal>.swiper-pagination-bullets {
        display: none !important;
    }
    .navbar-expand .navbar-nav .nav-item:nth-of-type(2) {
        display: none;
    }
    .section-form .content {
        padding: 45px 5px;
    }
    body h1,
    body .slide-content .title,
    body .h1,
    h2,
    .h2 {
        font-size: 1.8rem !important;
        line-height: 2.5rem;
    }
    .pre-title {
        margin-left: 0;
    }
    .section-experience .inner {
        padding: 35px 30px;
    }
    .section-form .title-md {
        font-size: 24px;
        margin-bottom: 15px;
    }
}