@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --font-family-spe: Unbounded, sans-serif;
    /* Style */
    --font-family-base: Poppins, sans-serif;
    --font-family-heading: Poppins, sans-serif;
}


/* MENU */

.sub-menu-xl {
    width: max-content;
}

.bg-motif-1 {
    background-image: url('../images/assets/bg.png');
    background-size: cover;
}

.bg-offwhite {
    background-color: var(--offwhite);
}

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

.h1-small {
    font-size: 12px;
}

.text-light-force * {
    color: white;
}

.nav-link-item.active {
    color: var(--bs-primary) !important;
}

.p-small,
.p-small p {
    font-size: 15px !important;
}

.a {
    cursor: pointer;
}

.alert-blog {
    border-radius: 15px;
    padding: 15px;
    border: 2px solid #ffcd00;
}

.alert-blog-2 {
    border-radius: 15px;
    padding: 15px;
    background-color: #eff8ff;
    border: 2px dashed #3290d9;
}

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

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

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

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

ul li::marker {
    color: var(--bs-primary);
    font-size: 12px;
}

.ws-nw {
    white-space: no-wrap;
}

.li-spe {
    position: relative;
}

.li-spe::before {
    content: "";
    position: absolute;
    left: -1.5em;
    width: 1em;
    height: 1em;
    background-size: contain;
    background-position: center;
    margin-top: 0.2em;
    list-style: none;
}

.li-check::before {
    background-image: url('../images/assets/emojis/check.png');
}

.li-gift::before {
    background-image: url('../images/assets/emojis/gift.png');
}

.li-cross::before {
    background-image: url('../images/assets/emojis/cross.png');
}

.line-height-1 {
    line-height: 1 !important;
}

.pill {
    border-radius: 50px;
}

.header-bas-curve::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: transparent url(../images/assets/mask.png) no-repeat bottom center;
    height: 100px;
    z-index: 1;
}

.fw-bolder {
    font-weight: 900 !important;
}

b,
strong {
    font-weight: bold;
}

.btn-tinny {
    padding: 7px 18px;
}

.btn-href {
    cursor: pointer;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.font-spe {
    font-family: "Syne", sans-serif;
}

.font-spe-2 {
    font-family: 'Unbounded', sans-serif !important;
}

.text-aboslute-center {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 0;
}

.titre-spe-tordu {
    position: absolute;
    background-color: #3147ff;
    color: white;
    font-weight: bold;
    padding: 10px 32px;
    border-radius: 30px;
    transform: rotate(357deg);
    top: -30px;
    z-index: 1;
    font-family: "Syne", sans-serif;
    /* font-size: 24px; */
}

.testimonial-client-photo {
    width: 60px !important;
}

.btn-whatsapp {
    background-color: #169d48;
    border-color: #169d48;
}

.pill-fonctionnalite {
    background-color: #dbdada;
    padding: 3px 13px;
    border-radius: 25px;
    margin: 3px 4px;
}

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

.z-index-1 {
    z-index: 1;
}

.home-8_hero-content-shape {
    width: 67px;
    left: -24px;
    top: -11px;
}

.hero-content__title-color-bg.vert {
    background-color: #befcc6;
}

.text-light-force * {
    color: white !important;
}

.bg-image-realisation {
    z-index: -2;
    object-fit: cover;
}

.dark-overlay {
    position: relative;
}

.dark-overlay::before {
    content: '';
    background-color: #00000078;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
}

.breadcrumb-wrap {
    overflow-x: auto;
    width: 100%;
}

.breadcrumb-wrap .breadcrumb {
    width: max-content;
}

.section-video-accueil {
    margin-top: 150px;
}

.mini-pill-categorie {
    font-weight: 600;
    font-size: 14px;
    background-color: #ecadfb;
    color: black;
    padding: 4px 10px;
    border-radius: 27px;
    margin: 5px 5px;
}

.pill-categorie {
    padding: 5px 10px;
    border-radius: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.pill-categorie.selected {
    font-weight: bold;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
}

.pill-vert-pale {
    background-color: #d1f2df;
    border: 1px solid #65b185;
}

.pill-violet-pale {
    background-color: #d8c0ff;
    border: 1px solid #a187c9;
    color: black;
}

.pill-beige-pale {
    background-color: #ffe3d3;
    border: 1px solid #b59889;
}

.window-safari {
    border-radius: 19px;
    overflow: hidden;
    border: 3px solid #333333;
}

.window-header {
    background-color: #333333;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.window-status {
    display: flex;
}

.window-status div {
    width: 14px;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    margin-right: 5px;
}

.window-status div:nth-child(1) {
    background-color: #FF453A;
}

.window-status div:nth-child(2) {
    background-color: #FFCC00;
}

.window-status div:nth-child(3) {
    background-color: #32D74B;
}

.window-body {
    padding: 15px;
}


/* OWL CAROUSEL */

.owl-carousel-overflow .owl-stage-outer {
    overflow-y: visible;
    overflow-x: clip;
}

.owl-dots {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 18px;
}

.owl-carousel button.owl-dot {
    height: 13px;
    width: 13px;
    margin: 0px 5px;
    background-color: #aeaeae;
    border-radius: 50%;
}

.owl-carousel button.owl-dot.active {
    background-color: var(--bs-primary);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    height: 100%;
    z-index: 99;
    /* background-color: red; */
    top: 0;
    width: 55px;
    font-size: 21px;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.owl-carousel .owl-nav button.owl-prev::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f053";
}

.owl-carousel .owl-nav button.owl-next::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f054";
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}


/* UL / LI / Listes */

.li-icon {
    position: relative;
    padding-left: 25px;
}

.li-icon::before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.li-check-vert::before {
    background-image: url('../images/assets/check-vert.svg');
}

.card-client .titre-spe-tordu {
    top: -37px;
}

.logo-client-realisation {
    max-width: 100px;
    height: auto;
}

.sticker-realisation-top-left {
    position: absolute;
    top: -39px;
    left: -43px;
    width: 129px;
    max-width: 129px;
    z-index: 0;
    animation: rotate 20s linear infinite;
}

.sticker-realisation-bottom-right {
    position: absolute;
    bottom: -20px;
    right: -37px;
    width: 68px;
    z-index: 1;
}

.sticker-realisation-stat {
    position: absolute;
    top: -13px;
    left: -25px;
    width: 80px;
    z-index: 1;
    transform: rotate(339deg);
}

.card-client {
    padding: 15px;
    background-color: #F7FAFC;
    border-radius: 20px;
    border: 1px solid;
    position: relative;
}


/* Modal Content (image) */

.modal-content-img {
    margin: auto;
    display: block;
    width: 80%;
    /* max-width: 700px; */
}


/* Caption of Modal Image */

#caption {
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
}


/* Add Animation */

.modal-content-img,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}


/* The Close Button */

.click-zoom {
    cursor: zoom-in;
}

#close-modal {
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content-img {
        width: 100%;
    }
}


/* TEMOIGNAGES */

.temoignage-realisation-featured {
    position: absolute;
    z-index: 1;
    bottom: -11px;
    width: 100%;
}

.temoignage-realisation-featured img {
    width: auto !important;
}

.temoignage-realisation-featured .testimonial-widget-4 {
    background-color: #ffffffa1;
    backdrop-filter: blur(3px);
    color: black;
    padding-bottom: 38px;
}

.testimonial-widget-4__user-image img {
    width: 50px !important;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
}

.card-feature-custom {
    /* background-color: #ecf9ff; */
    padding: 20px;
    border-radius: 20px;
    text-align: center;
}

.badge-certification {
    position: relative;
}

.badge-certification::after {
    content: '';
    position: absolute;
    top: -1px;
    right: -4px;
    width: 36%;
    height: auto;
    aspect-ratio: 1/1;
    z-index: 1;
    background-image: url(../images/assets/certification-badge.png);
    background-size: contain;
    background-position: center;
}

.w-max-content {
    width: -webkit-fill-available;
}

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

.bg-vert-clair {
    background-color: #d1f2df;
}

.card-etude-de-cas {
    background-color: #3147ff;
    padding: 20px;
    padding-top: 70px;
    border-radius: 20px;
    color: white;
    position: relative;
}

.card-etude-de-cas.dark {
    color: black;
}

.card-etude-de-cas .sticker {
    position: absolute;
    width: 53px !important;
    transform: rotate(337deg);
    left: -10px;
    top: -8px;
}

.card-etude-de-cas.dark .bloc-chiffre {
    border-right: 1px solid black;
}

.card-etude-de-cas .bloc-chiffre {
    border-right: 1px solid white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-etude-de-cas .bloc-chiffre:last-child {
    border-right: none;
}

.card-etude-de-cas .logo {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 83px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: white;
    border: 5px solid #95a0fc;
    position: absolute;
    top: -40px;
    left: calc(50% - calc(83px / 2));
}

.shape-realisation-accueil {
    position: absolute;
}

.feature-card__title {
    /* font-family: var(--font-family-spe); */
}

.emojis-accueil-header {
    position: absolute;
    right: -120px;
    top: -48px;
}

.emojis-accueil-header-mobile {
    display: none;
}

@media screen and (max-width: 1399px) {
    .emojis-accueil-header {
        right: -158px;
        top: 12px;
    }
}

@media screen and (max-width: 991px) {
    .emojis-accueil-header {
        right: -69px;
        top: 15px;
        width: 104px;
    }
    .cta-home-3__inner {
        position: relative;
        margin-top: 175px !important;
    }
    .cta-home-3__inner .cta-home-3__image-block {
        position: absolute;
        z-index: -1;
        top: -200px;
    }
    .cta-home-3__inner .cta-home-3__image-block .device {
        -webkit-animation: float 2s linear infinite;
        animation: float 2s linear infinite;
    }
    .cta-home-3__inner .cta-home-3__image-block .macaron {
        -webkit-animation: spin 70s linear infinite;
        animation: spin 70s linear infinite;
    }
}

@media screen and (max-width: 767px) {
    .emojis-accueil-header {
        display: none;
    }
    .emojis-accueil-header-mobile {
        display: block;
    }
    .btn-masco {
        --btn-spacing-y: 11px;
        --btn-spacing-x: 18px;
        font-size: 15px;
    }
}