@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat.ttf') format('truetype');
    font-display: swap;
}
body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
}
header {
    background: #cfe2ff;/*#EBF5FD*/
    z-index: 99;
    width: 100%;
    /*box-shadow: 0 5px 5px #e9e8e8;*/
}
header.fixed {
    position: fixed;
    top: 0;
}
#navbar-div {
    display: flex;
    align-items: first baseline;
    justify-content: center;
    height: 100%;
}
.navbar {
    padding: 0;
}
.nav-item {
    align-content: center;
}
.nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding: 0 1rem !important;
    letter-spacing: .5px;
    width: fit-content;
    position: relative;
}
.nav-link::after {
    content: "";
    position: absolute;
    bottom: -60%;
    left: 0;
    height: 3px;
    width: 0;
    background-color: #1f4c8f;
    transition: all .5s;
}
.nav-link:hover::after {
    width: 100%;
}
.btn-primary {
    --bs-btn-bg: #1f4c8f;
    --bs-btn-border-color: #1f4c8f;
}
.dropdown-toggle:active {
    border: none;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-toggle.show {
    border: none;
}
.dropdown-menu {
    min-width: 100%;
}
section {
    margin-bottom: 50px;
}
.hero_bg {
    background-color: #001536;
    background-image: url("../pics/hero-banner.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: white;
}
.hero_bg .row {
    padding: 140px 0;
} 
.hero_bg h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 40px;
}
.hero_bg h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-bottom: 40px;
}
.hero_bg p {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: justify;
}
.hero_container {
    position: relative;
}
.hero_container img {
    aspect-ratio: 16/9;
    border-radius: 10px;
}
.leservice {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 30px;
    background: rgba(0,0,0,0.8);
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.hero {
    position: relative;
}
.card {
    height: 100%;
    z-index: 1;
}
.hero-card {
    border: 0;
}
.hero-card .col-lg-8 {
    display: flex;
    align-items: center;
}
.lg_h {
    font-family: 'Futura Display', Arial, Helvetica, sans-serif;
    font-size: 30px;
    margin-bottom: 1rem;
    font-weight: 400;
}
.lg_txt {
    font-size: 18px;
    text-align: justify;
    line-height: 2;
    margin: auto;
}
.benefits {
    text-align: center;
    height: 100%;
    padding: 1rem;
    border: 2px solid #e8e8e8;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 #e9e8e8;
    cursor: pointer;
}
.benefits:hover {
    transform: scale(1.05);
}
.card_title {
    padding-top: 1rem;
}
.card_img {
    text-align: center;
}
.sub_img {
    width: 100%;
    border-radius: 10px;
    max-height: 300px;
}
#objectif, #philosophie, #valeurs, #services, #contact, #contact_banner {
    padding-top: 60px;
    padding-bottom: 60px;
}
#objectif {
    background: #f8f8f8;
}
#philosophie {
    background: url("../pics/philo50.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#valeurs {
    background: #f6f6f6;
}
#partenaires {
    background: url("../pics/contact_bg2.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 1rem;
    padding-bottom: 4rem;
}
.partner, .part_logo img {
    border-radius: 10px;
}
.titre {
    font-family: "Roboto", 'Courier New', Courier, monospace;
    font-size: 3rem;
    padding-bottom: 3rem;
    padding-top: 2rem;
}
.mesObj {
    padding-top: 2rem;
    padding-right: 2rem;
    list-style: none;
    text-align: justify;
}
.mesObj li {
    padding: 1rem 1.5rem;
    font-size: 20px;
    text-align: justify;
}
.li_active {
    background-color: #004aad;
    color: #FFF;
    border-radius: 10px;
    transition: background-color .5s ease-in-out, color .5s ease-in-out;
}
.loop_img {
    width: 100%;
    border-radius: 10px;
}
.tns-nav > [aria-controls] {
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    background: #ddd;
    border: 0;
}
.tns-nav > .tns-nav-active {
    background: #004aad;
}
.bg_loop {
    position: relative;
}
.ft_loop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.mygoals {
    background: rgb(240, 240, 240, 0.7);
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.service {
    box-shadow: 5px 5px 5px #aaa;
    border-radius: 10px;
}
.service .card-title {
    text-align: center;
    padding: .5rem 0;
}
.service .card-text {
    text-align: justify;
    padding: 0 1.5rem .5rem;
}
#philosophie .row, #valeurs .row {
    overflow: hidden;
}
.e-card {
    margin: 1rem auto 2rem;
    background: #004aad;
    box-shadow: 0px 8px 28px -9px rgba(0,0,0,0.45);
    width: 288px;
    height: 330px;
    border-radius: 16px;
}
.e-card:hover {
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.4);
    cursor: pointer;
}
.icon {
    margin-top: -1em;
    padding-bottom: 1em;
}
.infotop {
    text-align: center;
    position: absolute;
    top: 4.6em;
    left: 0;
    right: 0;
    color: #EBF5FD;
}
.infotop h3 {
    font-weight: bold;
    padding: .2em 0;
}
.infotop .card-text {
    padding: 0 1em 1em;
    font-family: 'Montserrat', 'Plus Jakarta Sans', sans-serif;
    color: #FFF;
    font-weight: 400;
}
.laloop {
    position: relative;
}
.ladiv {
    width: 100%;
    background: #87cefa;
    color: #222;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.latext {
    padding: 1rem 1.5rem;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
}
.control-icon {
    width: 48px;
}
#goals_next {
    position: absolute;
    right: 10px;
    bottom: 50%;
    z-index: 8;
    transform: translate(0, 50%);
    background: rgba(255, 255, 255, .7);
    border-radius: 10px;
}
#goals_next:hover {
    transform: translate(5px, 50%);
}
#goals_prev {
    position: absolute;
    left: 10px;
    bottom: 50%;
    z-index: 8;
    transform: translate(0, 50%);
    background: rgba(255, 255, 255, .7);
    border-radius: 10px;
}
#goals_prev:hover {
    transform: translate(-5px, 50%);
}
#ent_w, #sat_w, #msg_b {
    display: none;
}
#entreprise, #satisfaction {
    background: rgba(255, 255, 255, .96);
    box-shadow: none;
}
#entreprise:hover {
    background: #004aad;
    color: #FFF;
    #ent_b {
        display: none;
    }
    #ent_w {
        display: inline-block;
    }
}
#satisfaction:hover {
    background: #004aad;
    color: #FFF;
    #sat_b {
        display: none;
    }
    #sat_w {
        display: inline-block;
    }
}
.produit img {
    width: 100%;
}
.arpia-banner {
    display: block;
    max-width: 1400px;
    margin: auto;
}
.contact-banner {
    position: relative;
}
#ctbtn {
    position: absolute;
    bottom: 20px;
    left: 450px;
}
#ctbtn a {
    text-decoration: none;
    color: inherit;
    display: block;
}
#ctbtn:hover {
    #msg_b {
        display: inline-block;
    }
    #msg_w {
        display: none;
    }
}
footer {
    background: #004aad;
    color: #FFF;
}
footer p {
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
}
.site.invisible {
    visibility: hidden !important;
}
.loader {
    position: absolute;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background-color: #cfe2ff;
    text-align: center;
    align-content: center;
    z-index: 9;
}
/* Page Contact */
#contact {
    background: url("../pics/contact_bg2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.contact_text {
    position: absolute;
    bottom: 10px;
    left: 30px;
}
.contact_text h1 {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 120px;
    font-weight: 900;
    color: #FFF;
    margin-bottom: 0;
}
.contact_list {
    list-style: none;
    font-size: 20px;
}
.contact_list li {
    margin-bottom: 2rem;
}
.contact_list img {
    width: 40px;
}
#contact iframe {
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.1);
}
.contact-card {
    border: 0;
    background: transparent;
}
.contact-card form {
    border: 1px solid #bbb;
    border-radius: 10px;
}
@media only screen and (min-width: 1024px) {
    .navbar-brand {
        margin-right: 2rem;
    }
    #premierObj {
        display: block;
    }
    #deuxiemeObj {
        display: none;
    }
    #aide {
        display: block;
    }
    #aide-lg {
        display: none;
    }
    #ctbtn {
        padding: .5rem 1rem;
        font-size: 1.5rem;
        border-radius: .5rem;
    }
}
@media only screen and (max-width: 1023px) {
    .nav-item {
        padding: 6px 0;
    }
    .nav-link::after {
        bottom: -20%;
    }
    #premierObj {
        display: none;
    }
    #deuxiemeObj {
        display: block;
    }
    .control-icon {
        width: 36px;
    }
    #goals_prev, #goals_next {
        padding: 2px 4px;
    }
    .loop_img {
        border-radius: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .vid {
        width: 100%;
    }
    #aide {
        display: none;
    }
    #aide-lg {
        display: block;
    }
    #ctbtn {
        bottom: 6px;
        left: 104px;
        padding: .4rem .8rem;
        font-size: 1rem;
        border-radius: .25rem;
    }
    .contact_text {
        bottom: 0;
        left: 20px;
    }
    .contact_text h1 {
        font-size: 44px;
        font-weight: 700;
    }
    iframe {
        width: 100%;
    }
}
.vente {
    text-align: center;
}
.vente_txt {
    font-weight: bold;
}
@keyframes sparkle {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}
/* #004aad #098efa #cfe2ff #EBF5FD*/