body {
    font-family: "Plus Jakarta Sans", sans-serif;
    position: relative;
    background-color: #fffbff;
}
header {
    background-image: linear-gradient(to bottom, #fff, #fffcff);/*#f8f8f9*/
}
nav .container-fluid {
    padding-top: 10px;
    padding-bottom: 10px;
}
a.navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: var(--bs-navbar-brand-margin-end);
}
.nav-link {
    font-weight: 600;
    font-size: 18px;
    color: #242E45;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.nav-link.active, .nav-link:hover {
    color: darkgreen !important;
}
.btn-up {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 48px;
    height: 48px;
    display: grid;
    align-items: center;
}
.sliders-wrapper {
    position: relative;
}
#hero-prev {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(50%, -50%);
    z-index: 9;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: transparent;
}
#hero-next {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(-50%, -50%);
    z-index: 9;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: transparent;
}
#hero-prev:hover, #hero-next:hover {
    background-color: #f8f9fa;
}
#hero-prev:hover .img-blanche, #hero-next:hover .img-blanche {
    display: none;
}
#hero-prev:hover .img-noir, #hero-next:hover .img-noir {
    display: inherit !important;
}
.hero-slider img {
    border-radius: 5px;
    background: rgba(22, 35, 63, 0.1);
}
.first-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.1);
    width: 50%;
    aspect-ratio: 1;
    border-radius: 50%;
    z-index: 2;
    background-color: #162340;
    opacity: .3;
    transition: all 1s ease;
}
.second-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.1);
    width: 70%;
    aspect-ratio: 1;
    border-radius: 50%;
    z-index: 3;
    background-color: #162340;
    opacity: .5;
    transition: all 1.5s ease;
}
.main-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0, -50%);
    visibility: hidden;
    opacity: 0;
    width: 50%;
    z-index: 5;
    transition: all 2s ease;
}
.main-content h1 {
    color: #FFF;
}
.tns-slide-active[id] .first-circle, .tns-slide-active[id] .second-circle {
    transform: translate(-50%, -50%) scale(1);
    transition: all 1.25s ease;
}
.tns-slide-active[id] .main-content {
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
    transition: all 2s ease;
}
.stat-data {
    padding: 30px 15px 20px;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}
.stat-nb h2 {
    font-weight: 800;
    font-size: 3.125rem;
    line-height: 3.125rem;
}
.stat-nb h2 sup {
    font-size: 24px;
    line-height: 32px;
    top: -0.7em;
    vertical-align: baseline;
}
.stat-txt {
    margin-left: 1rem;
}
section.py-9 {
    padding: 90px 0;
}
section.pb-9 {
    padding-bottom: 90px;
}
.experience {
    width: 100%;
    height: 100%;
}
.circle-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}
.grey-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    z-index: 2;
    background-image: linear-gradient(to left bottom, #f7f5fc, #faf5fb, #fdf5f9, #fff6f7, #fff7f6);
}
.color-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    aspect-ratio: 1;
    border-radius: 50%;
    z-index: 3;
    background-image: linear-gradient(to left bottom, #f6dddd, #f4dbe1, #f0dae5, #eadaea, #e3daed);
}
.exp-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 5;
}
.exp-nb {
    font-size: 10rem;
    line-height: 10rem;
    font-weight: 800;
    letter-spacing: -10px;
    color: #242E45;
    position: relative;
}
.exp-plus {
    font-size: 5rem;
    line-height: 5rem;
    color: #242E45;
    position: relative;
    top: -3px;
    vertical-align: top;
}
.exp-data {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #242E45;
    display: block;
    text-align: center;
    width: 70%;
    margin: auto;
}
.vision {
    position: absolute;
    top: 0;
    right: 20px;
    text-align: center;
    z-index: 4;
}
.vision .medal {
    animation: medal 3s linear infinite;
}
.champion {
    position: absolute;
    bottom: 0;
    left: -20px;
    text-align: center;
    z-index: 4;
}
.worder {
    position: relative;
}
.worder-img img {
    border-radius: 6px;
}
.worder-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #162340;
    mix-blend-mode: multiply;
    top: 0;
    left: 0;
    transition: all 500ms;
    border-radius: 6px;
    opacity: .5;
}
.worder .titre {
    font-size: 3rem;
}
.nowrap {
    text-wrap: nowrap;
}
.window {
    display: inline-block;
    overflow: hidden;
    height: 3.8rem;
    vertical-align: bottom;
}
.window-inner {
    display: inline-block;
    animation: scroll-text 10s ease-in-out infinite;
    transition: all .5s ease-in-out;
    color: lightgreen;
}
.window span {
    display: block;
    padding-bottom: 5px;
}
.worder-txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 5%;
    color: #FFF;
}
.info {
    padding-left: 2rem;
}
.info .badge {
    background-image: linear-gradient(to right, #e8eefc, #e8ecfa, #e9eaf8, #e9e8f5, #e9e6f3);
    font-size: 18px;
    font-weight: 700;
    line-height: 42px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 0 25px;
    border-radius: 100px;
    color: darkgreen;
}
.info .titre {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 3.125rem;
    letter-spacing: -1px;
    margin-bottom: 25px;
    color: #242E45;
}
.info .details {
    width: 90%;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    word-break: break-word;
    color: #878898;
    text-align: justify;
}
.info .btn-dark {
    color: #FFF;
    text-decoration: none;
    border-radius: 50px;
    padding: 14px 36px;
    font-size: 16px;
    margin-right: 20px;
}
.info .btn-dark span {
    display: inline-flex;
    align-items: center;
    transition: all .5s ease;
}
.info .btn-dark:hover span {
    transform: translateX(4px);
    transition: all .5s ease;
}
.info .tel {
    font-weight: 700;
    letter-spacing: -.5px;
    color: #242E45;
    display: inline-block;
}
.title-counter {
    height: 50px;
    font-size: 3.125rem;
    line-height: 3.125rem;
    font-weight: 800;
    letter-spacing: -3px;
    color: #242E45;
    margin: 0;
    position: relative;
    display: inline-flex;
    z-index: 0;
}
.title-highlight {
    position: absolute;
    bottom: 9px;
    width: 100%;
}
.flamingo {
    height: 10px;
    display: inline-block;
    position: absolute;
    left: -3px;
    z-index: -1;
    width: calc(100% + 6px);
    background-image: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af);
    opacity: .2;
}
.counter-txt {
    font-size: 14px;
    font-weight: 700;
    color: #242E45;
    line-height: 40px;
    text-transform: uppercase;
    word-break: break-word;
    display: block;
}
.services-container {
    background-color: #162340;
    border-radius: 6px;
    overflow: hidden;
}
.services-wrapper {
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
}
.services-bg {
    position: absolute;
    top: -30px;
    left: -150px;
    max-width: 100%;
    height: auto;
    transition: transform .5s ease;
}
.services-wrapper:hover .services-bg {
    animation: dots 18s linear infinite;
}
.services-titre h3 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 3.125rem;
    letter-spacing: -1px;
    color: #FFF;
    margin-bottom: 0;
}
.services-txt p {
    width: 80%;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 32px;
    color: #d0d1e1;
    text-align: justify;
} 
.service-content {
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}
.service-img img {
    border-radius: 6px;
    transition: all 1s ease;
}
.service-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #162340 7%, transparent 70%);
    mix-blend-mode: multiply;
    top: 0;
    left: 0;
    transition: all 500ms;
    border-radius: 6px;
    opacity: .5;
}
.service-txt {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 5% 5% 15%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.high-label {
    position: relative;
    z-index: 9;
}
.label-txt {
    font-size: 12px;
    font-weight: 600;
    line-height: 40px;
    padding: 0 20px;
    transition: .3s ease;
    border-radius: 30px;
    background-color: #3c2fc0;
    color: #FFF;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.low-title {
    width: 100%;
    margin-top: auto;
    z-index: 9;
}
.title-txt {
    font-size: 24px;
    font-weight: 600;
    color: #FFF;
}
.dark-grad {
    background-image: linear-gradient(to top, rgba(22, 35, 64, .6) 0%, transparent 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
}
.service-overlay {
    background-image: linear-gradient(to top, rgba(60, 47, 192, .8) 0%, transparent 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}
.service-content:hover .service-img img {
    transform: scale(1.1);
    transition: all 1s ease;
}
.service-txt:hover .service-overlay {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}
.sol-titre {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 3.125rem;
    letter-spacing: -2px;
    color: #242E45;
    margin-bottom: 40px;
}
.solution {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: flex-start;
    text-align: left;
    transition: all .5s ease;
    will-change: transform;
}
.sol-step {
    position: relative;
}
.step-icon {
    width: 60px;
    height: 60px;
    font-size: 14px;
    font-weight: 700;
    background-color: #f2f1fc;
    border-radius: 50%;
    margin: auto;
    align-items: center;
    justify-content: center;
    position: relative;
    display: flex;
    transition: all .5s ease;
}
.step-nb {
    color: #242E45;
    position: relative;
    z-index: 1;
    transition: all .5s ease;
}
.step-overlay {
    background-color: #3c2fc0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    transition: all .5s ease;
}
.progress {
    position: absolute;
    bottom: inherit;
    left: 50%;
    width: 1px;
    height: 100%;
    opacity: .1;
    background-color: #242E45;
}
.sol-content {
    overflow: hidden;
    flex: 1;
    max-width: 100%;
    padding-left: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}
.content-ti {
    font-weight: 700;
    color: #242E45;
    display: block;
    margin-bottom: 5px;
}
.content-par {
    color: #878898;
    width: 90%;
    margin-bottom: 0;
    line-height: 2rem;
}
.solution:hover .step-icon {
    transform: scale(1.1);
}
.solution:hover .step-nb {
    color: #FFF;
}
.solution:hover .step-overlay {
    visibility: visible;
    opacity: 1;
}
.corporate {
    position: relative;
    align-content: center;
}
.corporate .business {
    position: relative;
    z-index: 5;
}
.corporate .analysis {
    position: absolute;
    top: -100px;
    left: 20px;
    z-index: 6;
    transition: transform .65s ease;
}
.corporate .strategy {
    position: absolute;
    top: -100px;
    right: 20px;
    z-index: 6;
    transition: transform .65s ease;
    animation: medal 3s linear infinite;
}
.all-container {
    background-image: linear-gradient(to bottom, #f7f7ff, #f4f4fb, #f8f7fc, #fbfbfe, #ffffff);
    overflow-x: hidden;
}
.map-container {
    padding: 30px 15px;
    background-image: url("../img/corpbg-02.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;
}
.mission-container, .valeurs-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4%;
    justify-content: center;
}
.mission-titre, .valeurs-titre {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    color: #FFF;
    background-color: #3c2fc0;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px 30px;
    border-radius: 30px;
    transition: transform .5s ease;
}
.mission-titre:hover, .valeurs-titre:hover {
    cursor: pointer;
    transform: translateY(-10px);
    transition: transform .5s ease;
}
.mission-txt {
    padding: 0 15px;
}
.mission-txt h3 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 3.125rem;
    letter-spacing: -1px;
    margin-bottom: 25px;
    color: #242E45;
    text-align: justify;
}
.valeurs {
    margin-bottom: 10px;
}
.valeurs-titre {
    margin-bottom: 40px;
}
.valeur {
    height: 100% !important;
    text-align: center;
    border-radius: 6px;
    background-color: #FFF;
    box-shadow: 0 10px 4px rgba(0,0,0,.08);
    transition: all 500ms ease;
}
.valeur:hover {
    background-color: #242E45;
}
.valeur-icon {
    padding: 10% 0; 
}
.valeur-icon img {
    vertical-align: middle;
}
.valeur-txt {
    color: #878898;
    line-height: 32px;
    padding: 15px;
    border-top: 1px solid #dee2e6;
    transition: all 250ms ease;
}
.valeur:hover .valeur-txt {
    color: #FFF;
}
.bi-container {
    /* background-image: url("../img/corpbg-03.png");
    background-position: center;
    background-repeat: no-repeat; */
    position: relative;
}
.img-abs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.row-container {
    padding: 50px 0;
    position: relative;
    z-index: 3;
    overflow: hidden;
}
.garantie-container, .avantage-container {
    height: 100%;
}
.garantie, .avantage {
    height: 100%;
    padding: 45px 0 10px;
    border-radius: 6px;
    text-align: center;
}
.garantie {
    background-color: #242E45;
    color: #FFF;
}
.avantage {
    background-color: rgba(255, 255, 255, 1);
    color: #242E45;
    border: 1px solid #dee2e6;
}
.garantie-titre, .avantage-titre {
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 700;
    letter-spacing: -.5px;
    margin-bottom: 0;
}
.garantie-list, .avantage-list {
    padding-top: 35px;
}
.garantie-ul, .avantage-ul {
    list-style: none;
    font-weight: 500;
    text-align: left;
    padding: 0;
    margin: 0;
}
.garantie-li, .avantage-li {
    display: flex;
    flex-direction: row;
    align-items: start;
    padding: 15px 12%;
    border-top: 1px solid #dee2e6;
}
.v-sign {
    margin-right: 10px;
    align-self: center;
}
footer {
    border-top: 1px solid #dee2e6;
    background-image: linear-gradient(to top, #fff, #fffcff);/*#f8f8f9*/
}
footer .row {
    padding: 30px 0 25px;
    justify-content: center;
}
.footer-logo {
    margin-bottom: 15px;
}
.footer-slogan {
    margin-bottom: 0;
    color: #878898;
    line-height: 30px;
    width: 80%;
}
.social-icons ul {
    list-style: none;
}
.social-icons ul li {
    display: inline-block;
    margin: 0 15px 0 0;
}
.social-icons ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px;
    border-radius: 50%;
}
.social-icons .black {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: all .5s ease;
}
.social-icons .colored {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(0);
    transition: all .5s ease;
}
.social-icons ul li a:hover .black {
    transform: translateY(-100%);
    opacity: 0;
    visibility: none;
}
.social-icons ul li a:hover .colored {
    visibility: visible;
    opacity: 1;
    transform: translateY(-100%);
}
.copyright {
    margin-bottom: 0;
    color: #878898;
    line-height: 32px;
    text-align: end;
}

@media only screen and (max-width: 1023px) {
    .navbar .col-lg-3 .px-3 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #navbar-div {
        padding-top: 1rem;
    }
    .first-circle, .main-content {
        width: 60%;
    }
    .second-circle {
        width: 80%;
    }
    .sliders-wrapper .tns-nav {
        text-align: center;
        position: relative;
        top: -30px;
    }
    .sliders-wrapper .tns-nav button{
        width: 16px;
        height: 16px;
        padding: 0;
        margin: 0 5px;
        border-radius: 50%;
        background-color: transparent;
        border: 2px solid #FFF;
    }
    .sliders-wrapper .tns-nav .tns-nav-active {
        background-color: #FFF;
        transition: background-color 0.3s ease;
    }
    section.py-9 {
        padding: 45px 0;
    }
    .stat-data {
        border-right: 0;
    }
    .experience, .corporate {
        min-height: 400px;
    }
    .exp-nb {
        font-size: 8rem;
        line-height: 8rem;
    }
    .champion {
        left: 0;
    }
    .champion img {
        width: 130px;
    }
    .worder .titre {
        font-size: 2rem;
    }
    .window {
        height: 2.4;
    }
    .info {
        padding-top: 3rem;
        padding-right: 1.5rem;
        text-align: center;
    }
    .info .titre {
        font-size: 2rem;
        text-align: start;
    }
    .info .details {
        font-size: 20px;
    }
    .info .btn-dark {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .services-wrapper .row {
        text-align: center;
    }
    .services-txt p {
        margin: 0 auto;
    }
    #services-control {
        margin-top: 1rem;
    }
    .corporate {
        margin-top: 50px;
    }
    .corporate .analysis, .corporate .strategy {
        top: -50px;
    }
    .valeur {
        box-shadow: none;
        border: 1px solid #dee2e6;
    }
    .footer-slogan {
        width: 100%;
    }
    .copyright {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        --bs-navbar-nav-link-padding-x: .75rem;
    }
}

@keyframes medal {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(10px);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes dots {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes scroll-text {
    0% {
        transform: translateY(0%);
    }
    20% {
        transform: translateY(calc(-20%));
    }
    40% {
        transform: translateY(calc(-40%));
    }
    60% {
        transform: translateY(calc(-60%));
    }
    80% {
        transform: translateY(calc(-80%));
    }
    100% {
        transform: translateY(calc(-80%));
    }
}

/* --------         CONTACT          -------------- */

.hero-contact {
    background-image: url("../img/contact-bg.jpg");
    background-attachment: inherit;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    border-radius: 6px
}
.blue-whale {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #16233F;
    opacity: .5;
}
.contact-us {
    height: 350px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.contact-us .titre {
    font-size: 4.5rem;
    line-height: 4.5rem;
    font-weight: 600;
    letter-spacing: -2px;
    color: #FFF;
    text-shadow: 0 0 100px rgba(0,0,0,.9);
    z-index: 9;
}
.contact-info .row {
    margin-bottom: 60px;
    justify-content: center;
}
.projet .aide {
    background: linear-gradient(to right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
    font-size: 14px;
    line-height: 42px;
    font-weight: 700;
    color: #3c2fc0;
    text-transform: uppercase;
    border-radius: 100px;
    display: inline-block;
    padding: 0 25px;
    margin-bottom: 20px;
}
.projet .titre {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 3.125rem;
    letter-spacing: -1px;
    color: #242E45;
    margin-bottom: 0;
}
.question .par {
    font-size: 18px;
    line-height: 32px;
    color: #878898;
    word-break: break-word;
    text-align: justify;
    padding: 0 5%;
    margin-bottom: 0;
}
.contact-data .data-titre {
    width: 90%;
    font-size: 18px;
    font-weight: 700;
    color: #242E45;
    border-bottom: 2px solid #242E45;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.contact-data .data-titre img {
    display: inline-block;
    margin-right: 10px;
}
p.data-par {
    font-size: 18px;
    line-height: 32px;
    color: #878898;
    word-break: break-word;
    margin-bottom: 0;
}
.contact-parallax {
    height: 600px;
    background-image: url("../img/parallax-bg.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 6px 6px 0 0;
    position: relative;
}
.dark-whale {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #242E45;
    opacity: .3;
}
.luminus {
    background-image: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14rem;
    line-height: 14rem;
    font-weight: 600;
    letter-spacing: -10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    user-select: none;
}
.contact-form {
    background-image: linear-gradient(to bottom, #f7f7ff, #f4f4fb, #f8f7fc, #fbfbfe, #ffffff);
    position: relative;
    overflow: hidden;
}
.contact-bg {
    position: absolute;
    top: -10%;
    left: -20%;
    max-width: 100%;
    height: auto;
    transform: rotate(-45deg);
    transition: transform .5s ease;
}
.form-titre {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 24px;
    user-select: none;
}
.form-titre h3 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 3.125rem;
    letter-spacing: -1px;
    color: #242E45;
    margin-bottom: 24px;
}
.form-content {
    width: 50%;
    margin: auto;
    padding-bottom: 34px;
}
.form-content .form-label {
    user-select: none;
}
.form-content .form-control {
    color: #878898;
    padding: 12px 24px;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 1023px) {
    .contact-us {
        height: 300px;
    }
    .contact-us .titre {
        font-size: 2.5rem;
    }
    .contact-info .row {
        margin-bottom: 30px;
    }
    .projet {
        text-align: center;
        margin-bottom: 25px;
    }
    .projet .titre {
        font-size: 2.6rem;
    }
    .contact-data {
        text-align: center;
        margin-bottom: 30px;
    }
    .contact-data .data-titre {
        width: 100%;
    }
    .contact-info .mb-0 {
        border-bottom: 1px solid #e4e4e4;
    }
    .contact-parallax {
        height: 200px;
    }
    .luminus {
        font-size: 6rem;
        line-height: 6rem;
        letter-spacing: -6px;
    }
    .form-titre h3 {
        font-size: 2.2rem;
    }
    .form-content {
        width: 90%;
    }
}