@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: "Montserrat", sans-serif;
    color: #071936;
}

.bg-bleu-dark {
    background-color: #071936 !important;
}

.bg-bleu {
    background: #2678db !important;
}

.bg-dark {
    background: #1a191f !important;
}

.text-bleu-dark {
    color: #071936 !important;
}

.text-bleu {
    color: #2678db !important;
}

.navbar-dark li a {
    /* color: #fff !important; */
}

.navbar {
    padding-top: .9rem;
    padding-bottom: .9rem;
}

.border-none {
    border: none !important;
}

.wave-bottom {
    position: relative;
    padding-bottom: 110px !important;
}

.separation-wave {
    max-height: 70px !important;
}

.wave-bottom::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    aspect-ratio: 1080 / 295;
    height: auto;
    background-image: url(../img/separation-phone.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.splide__slide img {
    max-width: 100%;
}

#logo-carousel .splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.france-dot {
    opacity: 8%;
    position: absolute;
    width: 100%;
    max-width: 196px;
    margin: auto;
    left: calc(50% - 196px / 2);
    top: -37px;
}

.web-story {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    border: 3px solid #071936;
    display: flex;
    align-items: center;
    justify-content: center;
}

.legende-webstory {
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
}

.text-no-wrap {
    white-space: nowrap;
}

.bg-bleu-clair {
    background-color: #e8f4f9 !important;
}

.rounded-theme {
    border-radius: 20px !important;
}

.text-g-bleu {
    color: #427ee0 !important;
}

.text-g-jaune {
    color: #f1b919 !important;
}

.text-g-rouge {
    color: #e34638 !important;
}

.text-g-vert {
    color: #3fa85a !important;
}

#avis-videos-carousel iframe,
#avis-videos-desktop-carousel iframe {
    border: 0;
    aspect-ratio: 315 / 560;
    max-width: 100%;
    height: auto;
}

#avis-videos-carousel .splide__slide {
    display: flex;
    justify-content: center;
}

.logo-g-btn {
    position: relative;
}

.logo-g-btn::after {
    content: "";
    position: absolute;
    top: -36px;
    right: -16px;
    width: 100%;
    height: 100%;
    background-image: url(../img/logo-google-g.png);
    background-size: contain;
    aspect-ratio: 1 / 1;
    width: 45px;
    height: auto;
    transform: rotate(330deg);
}

.btn {
    border-radius: .75rem;
}

.btn-success {
    background-color: #3fa85a !important;
    border-color: #3fa85a !important;
}

.partenaire-google {
    position: absolute;
    width: 81px;
    right: -28px;
    top: -50px;
}

.orbe-right {
    position: absolute;
    right: 0;
    width: 60vw;
    z-index: -1;
    bottom: -100%;
}

#hero {
    position: relative;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-position: center;
}

.bg-orbs {
    position: relative;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-position: center;
}


/* #hero::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/orbs/blue-top-left.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    z-index: 1;
} */

nav.navbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    /* background-color: transparent; */
    background-color: #ffffffe3 !important;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

nav.navbar.sticky {
    background-color: #ffffffe3 !important;
    backdrop-filter: blur(5px);
    border-bottom: 1px solid #d2d4d5;
}

.first-section {
    padding-top: 100px;
}

.btn-primary {
    transition: all ease-in-out .3s;
    border: none;
    background: linear-gradient(270deg, #35A9F9 -30.25%, #0085F2 51.3%, #0063B3 134.57%) !important;
    padding: .75rem 1.5rem;
    font-size: .875rem;
    line-height: 1.125rem;
    border-radius: 50px;
    font-weight: 700;
}

.btn-warning {
    transition: all ease-in-out .3s;
    border: none;
    /* background: linear-gradient(to right, #ed8f03, #ffb75e); */
    /* background: linear-gradient(to right, #e65c00, #cba802); */
    background: linear-gradient(to right, #fbb919, #ffd300);
    padding: .75rem 1.5rem;
    font-size: .875rem;
    line-height: 1.125rem;
    border-radius: 50px;
    font-weight: 700;
    color: #071936;
}

.btn-grad {
    background-image: linear-gradient(to right, #000428 0%, #004e92 51%, #000428 100%);
    transition: 0.5s;
    background-size: 200% auto;
}

.btn-grad:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.btn-success {
    transition: all ease-in-out .3s;
    border: none;
    background: linear-gradient(to left, #279400, #58e432);
    padding: .75rem 1.5rem;
    font-size: .875rem;
    line-height: 1.125rem;
    border-radius: 50px;
    font-weight: 700;
    color: white;
}

.btn-lg {
    padding: .95rem 1.5rem;
    font-size: 1.275rem;
}

.video-16-9 {
    aspect-ratio: 16 / 9;
    border-radius: 15px;
    width: 100%;
    height: auto;
}

.text-bg-google {
    color: transparent !important;
    background-image: url(../img/logo-google.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    /* font-size: 5rem; */
    position: relative;
    bottom: 0;
}

.wave {
    position: absolute;
    height: 41px;
    width: 100%;
    background: transparent;
    bottom: 0;
    overflow: hidden;
}

.wave::before,
.wave::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100% 50%;
}

.wave::before {
    width: 55%;
    height: 109%;
    background-color: #fff;
    right: -1.5%;
    top: 60%;
}

.wave::after {
    width: 55%;
    height: 100%;
    background-color: #081937;
    left: -1.5%;
    top: 40%;
}

.section-padding {
    padding: 100px 0;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 500;
}

.bg-bi-orbs {
    background-image: url(../img/bg-bi.jpg);
    background-size: cover;
    background-position: center;
}

.shadow-1 {
    box-shadow: rgb(38, 57, 77) 0px 0px 29px 3px;
}

.card-client-case {
    /* background-image: url(../img/bg-orb-bleu.jpg); */
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    background-color: #96969611;
}

.card-client-case img {
    aspect-ratio: 1 / 1;
    width: 69px;
    object-fit: cover;
    height: auto;
    border-radius: 50%;
    border: 2px solid #ffbe0d;
}

.text-grey {
    color: #545454;
}

.card-client-case .stat.vert {
    background-color: #b4ffc7;
    padding: 10px;
    width: 100%;
    padding: 8px 10px;
    color: #071936;
    text-align: center;
    font-weight: 700;
    border-radius: 8px;
}

.card-client-case .stat.orange {
    background-color: #ffe59a;
    padding: 10px;
    width: 100%;
    padding: 8px 10px;
    color: #071936;
    text-align: center;
    font-weight: 700;
    border-radius: 8px;
}

.span-gif-team {
    aspect-ratio: 1;
    background-image: url('../img/team/team.gif');
    background-position: 50%;
    background-size: contain;
    border-radius: 1rem;
    width: 3rem;
    height: 3rem;
    display: inline-block;
    position: relative;
    bottom: -.5rem;
}

.card-ressource {
    background-color: white;
    border-radius: 19px;
    overflow: hidden;
}

.card-ressource .head img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.card-ressource .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #dedede;
}

.text-justify {
    text-align: justify;
}

.text-jaune {
    color: #fbb919 !important;
}

.bg-glass {
    background-color: #ffffff33;
    backdrop-filter: blur(5px);
    border: 1px solid grey;
}

.faq-glass .accordion-item {
    background-color: white;
    /* backdrop-filter: blur(3px); */
    border: 1px solid #ede8e8;
    margin-bottom: 15px;
    border-radius: 15px;
    overflow: hidden;
}

.faq-glass .accordion-button {
    background-color: transparent;
    /* color: white; */
    font-weight: bold;
    box-shadow: inset 0 -1px 0 #ede8e8;
    padding-right: 50px;
}

.faq-glass .accordion-body {
    /* color: white; */
}

.bg-fixed {
    background-attachment: fixed;
}

.accordion-button::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    background-image: none;
    position: absolute;
    right: 17px;
}

.card-how {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e6e5e5;
}

.card-how .head img {
    object-fit: cover;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}

.card-how .step {
    width: 67px;
    display: block;
    aspect-ratio: 1 / 1;
    border-radius: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 32px;
    margin: auto;
}

.card-how .step.bleu {
    background-color: #e9f3ff;
    color: #316bff;
}

.card-how .step.vert {
    color: #44c38e;
    background-color: #eafff6;
}

.card-how .step.orange {
    color: #ffb866;
    background-color: #fdf1e7;
}

.wave-separator-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.wave-separator-bottom svg {
    position: relative;
    display: block;
    width: calc(123% + 1.3px);
    height: 84px;
    /* transform: rotateY(180deg); */
}

.wave-separator-bottom .shape-fill {
    fill: #FFFFFF;
}

.bg-bleu-clair {
    background-color: #eef6ff;
}

.splide__pagination {
    bottom: -40px !important;
}

.splide__arrow--next {
    right: -7px !important;
}

.splide__arrow--prev {
    left: -7px !important;
}

.pp-equipe-slider {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.opacity-7 {
    opacity: 0.7 !important;
}

.card-light {
    box-shadow: inset 0 0 0 2px #fff, 0 6px 12px -4px #21385645;
    border: 1px solid #efefef;
    background-color: #e8f4f926;
}

.shadow-separation {
    box-shadow: rgb(38, 57, 77) 0px 7px 30px -10px;
}

.separation-bottom {
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

.separation-top {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
}

.separation-both {
    border-radius: 60px;
}

.temoignages-container {
    position: relative;
    padding: 40px;
    background-color: white;
}

.highlight-border {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 50%;
    border-top: 5px solid #FFD600;
    /* Jaune */
    border-right: 5px solid #FFD600;
    border-bottom: 0;
    border-left: 0;
    border-top-right-radius: 15px;
    box-sizing: border-box;
}

.temoignages-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
    height: 50%;
    border-bottom: 5px solid #FFD600;
    border-right: 5px solid #FFD600;
    border-top: 0;
    border-left: 0;
    border-bottom-right-radius: 15px;
    box-sizing: border-box;
}

.temoignages-container h2 {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    padding-left: 50px;
    display: inline-block;
    /* espace pour le quote */
}

.temoignages-container h2::before {
    content: "“";
    /* ou « */
    position: absolute;
    top: -19px;
    left: -10px;
    font-size: 4em;
    /* proportionné au h2 */
    color: #FFD600;
    font-family: serif;
    line-height: 1;
    transform: translateY(-10%);
}

.splide__pagination__page.is-active {
    background: #2678db !important;
}

.underline-jaune {
    position: relative;
    display: inline-block;
    /* important pour coller à la taille du texte */
}

.underline-jaune::after {
    content: "";
    position: absolute;
    bottom: -1em;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    /* max-width: 280px; */
    height: 1em;
    background-image: url('../img/assets/underline-jaune.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

.fw-500 {
    font-weight: 500 !important;
}

.border-grey {
    border: 1px solid #d1d1d1;
}

.card-tarif .prix-box {
    display: flex;
    justify-content: center;
}

.card-tarif .prix-valeur {
    font-size: 65px;
    font-weight: bold;
    line-height: 1;
}

.card-tarif .prix-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.card-tarif .prix-euro {
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
}

.card-tarif .prix-droite {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 8px 0;
}

.custom-ul {
    list-style: none;
    padding-left: 0;
}

.custom-ul li {
    position: relative;
    padding-left: 28px;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: .5em;
}

.custom-ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.custom-ul li.check::before {
    background-image: url('../img/assets/check-bleu.svg');
}

.custom-ul li.cross {
    color: #4b4b4b;
}

.custom-ul li.cross::before {
    background-image: url('../img/assets/cross.png');
}

.custom-ul li.star::before {
    background-image: url('../img/assets/star.png');
}

.custom-ul li.ai::before {
    background-image: url('../img/assets/ai.png');
    width: 25px;
    height: 25px;
}

.card-tarif.recommande {
    position: relative;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgb(7 25 54);
    font-weight: 700;
}

.card-tarif.recommande .label-recommande {
    background: linear-gradient(to right, #fbb919, #ffd300);
    padding: 7px 15px;
    border-radius: 9px;
    font-weight: 800;
    position: absolute;
    top: -17px;
    right: 24px;
}

.card-avis-google {
    border: 1px solid #3686F7;
    /* background-color: #96969611; */
}

.card-avis-google .auteur {
    color: #1A1A1A;
    font-weight: 600;
}

.card-avis-google .date {
    color: #00000070;
}

.card-avis-google .avis {
    color: black;
    font-weight: 500;
}

.img-round {
    border-radius: 50%;
}

@media screen and (max-width: 768px) {
    .wave-separator-bottom svg {
        width: calc(183% + 1.3px);
        height: 49px;
    }
    .span-gif-team {
        border-radius: .8rem;
        width: 2rem;
        height: 2rem;
    }
    #hero {
        background-image: url(../img/bg-tel.jpg);
    }
    .bg-orbs {
        background-image: url(../img/bg-tel.jpg);
    }
    .separation-bottom {
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }
    .separation-top {
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
    }
    .separation-both {
        border-radius: 40px;
    }
}

@media screen and (min-width: 768px) {
    .web-story {
        aspect-ratio: 9 / 16;
        border-radius: 20px;
    }
    .legende-webstory {
        font-weight: 600;
        font-size: unset;
        line-height: unset;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1220px;
    }
}

@media (max-width: 991px) {
    .block-decal {
        padding-left: 0px !important;
    }
}