@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");

.imgcarousel-client {
    width: 100%;
    height: 100%;
}
.img-services {
    width: 100%;
    height: 100%;
}
.img-gif {
    width: 100%;
    height: 80%;
}
.btn-theme {
    border-radius: 5px;
    background: #16dab7;
    letter-spacing: 0.04em;
    color: #ffffff;
    transition: 0.2s ease-in-out;
    border: 1px solid #16dab7;
    padding: 0.8rem 1.5rem;
    display: inline-block;
}
.btn-theme:hover {
    text-decoration: none;
    border: 1px solid transparent;
    background: #fff;
    color: #16dab7;
    transition: 0.2s ease-in-out;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.07);
}
.banner-height {
    height: 600px;
}
.content-start {
    /* margin-top: 90px; */
    margin-top: 12%;
    z-index: 1;
    position: relative;
    height: auto;
    background-color: inherit;
    white-space: normal;
    /* box-shadow: 0 10px 10px #16181b; */
}
a {
    transition: 0.2s ease-in-out;
}
a:hover {
    transition: 0.2s ease-in-out;
}

.text-content,
.text-content p {
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 195.4%;
    color: rgba(0, 0, 0, 0.8) !important;
}
.section-title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.26em;
    color: #000000;
}
.section-description {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 41px;
    /* text-transform: uppercase; */
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 60px;
}
.trait-section-description {
    border-bottom: 6px solid #1bafa1;
    padding-bottom: 15px;
}

.banner {
    width: 100%;
    background: url(../images/bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.titre-banner p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 75px;
    line-height: 88px;
    letter-spacing: -1px;
    color: #ffffff;
}
.logo-technology {
    background: #ffffff;
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    /* display: flex; */
    width: 100%;
    /* justify-content: center;
    align-items: center;
    height: 130px; */
}

/* Qui sommes nous  */
.sections {
    background-color: #ffffff;
    padding-top: 5rem;
    padding-bottom: 2rem;
}
.footer-qui-sommes-nous {
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 195.4%;
    letter-spacing: 0.195em;
    color: #000000;
    text-align: center;
}
.item-chiffre-qsn {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1.5rem;
    border-radius: 10px;
    transition: 0.2s ease-in-out;
    /* box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.05); */
}
.nbre-item-chiffre-qsn {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 73px;
    letter-spacing: 0.08em;
    color: rgba(0, 0, 0, 0.7);
}
.titre-item-chiffre-qsn {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.nbre-item-chiffre-qsn > .icon-color-1 {
    color: #1bafa1;
}
.nbre-item-chiffre-qsn > .icon-color-2 {
    color: #ff8a00;
}
.nbre-item-chiffre-qsn > .icon-color-3 {
    color: #f34336;
}
.nbre-item-chiffre-qsn > .icon-color-4 {
    color: #16dab7;
}

.qui-sommes-nous-view-content {
    background-color: #05b192;
    padding-top: 5rem;
    padding-bottom: 20rem;
}
.title-section-qsn-vc {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 41px;
    color: #ffffff;
    margin-bottom: 4rem;
}
.trait-title-section-qsn-vc {
    border-bottom: 6px solid #ff9800;
    padding-bottom: 1rem;
}
.content-section-qsn-vc p {
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 31px;
    color: #ffffff;
}
.description-section-qsn-vc p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 31px;
    color: #ffffff;
}
.img-item-distinction {
    border-radius: 10px;
    width: 100%;
}
/* .content-item-equipe{
    cursor: pointer;
    transition: .2s ease-in-out;
    position: relative;
}
.content-item-equipe>.info-content-item-equipe:hover{
    background-color: red;
    transition: .3s ease-in-out;
    height: 150px;
}
.info-content-item-equipe{
    background: #ffffff;
    border-radius: 15px;
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .3s ease-in-out;
}
.img-equipe{
    width: 100%;
    border-radius: 15px;
}
.nom-collaborateur-content-item-equipe{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.055em;
    color: #0D0C0C;
    text-align: center;
}
.fonction-collaborateur-content-item-equipe{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    color: #2A2626;
    text-align: center;
} */

.item-equipe {
    position: relative;
    height: 410px;
    overflow-y: hidden;
    box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}
.info-content-item-equipe {
    background: #ffffff;
    padding: 12px;
    transition: 0.3s ease-in-out;
    border-radius: 15px 15px 0 0;
}
.nom-collaborateur-content-item-equipe {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 27px;
    letter-spacing: 0.055em;
    color: #0d0c0c;
    text-align: center;
}
.fonction-collaborateur-content-item-equipe {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 29px;
    color: #2a2626;
    text-align: center;
}

.item-equipe .link-item-equipe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.item-equipe .link-item-equipe:hover ~ .item-equipe-overlay,
.item .link-item-equipe:focus ~ .item-equipe-overlay {
    transform: translate3d(0, 0, 0);
    top: 0;
}

.img-equipe-item {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.item-equipe-overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: absolute;
    width: 100%;
    top: -23px;
    transition: transform 300ms;
    background-color: #ffffffb0;
    transform: translate3d(0, calc(100% - 3.5rem), 0);
    border-radius: 15px 15px 0 0;
}

.item-equipe-body {
    flex-grow: 1;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link-social-team-item {
    background: #ffffff;
    color: #000000;
    padding: 3px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.link-social-team-item.linkedin:hover {
    text-decoration: none;
    background: #0e76a8;
    color: #ffffff;
}

/* Services  */
.item-service {
    background: #ffffff;
    /* border: 0.5px solid #16DAB7; */
    box-sizing: border-box;
    box-shadow: 0px 8px 35px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    padding: 2rem 1rem 4rem;
    width: 100%;
}
.icon-content-item-service {
    background: #ffffff;
    box-shadow: 0px 5px 30px 2px rgba(0, 0, 0, 0.1);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.li-item-service {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #001a49;
    margin-bottom: 20px;
    position: relative;
}
.icon-li-item-service {
    color: #09c1a0;
    margin-right: 15px;
    position: absolute;
    left: -30px;
    width: 22px;
}
/* .banner-services{
    width: 100%;
    background: url(../images/banner-services.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
} */
.banner-services {
    width: 100%;
    background: linear-gradient(285deg, #22bdaf 7.15%, #00776c 86%);
    /* background-color: #04342b; */
}
/* .image-cloud-factory {
    width: 166px;
    height: 165px;
} */
.titre-cloud-factory {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 130%;
    text-transform: uppercase;
    color: #ffffff;
}
.texte-cloud-factory {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 150%;
    color: #ffffff !important;
}
.breadcrumb {
    color: #fff !important;
    background-color: inherit !important;
}
.breadcrumb .breadcrumb-item a {
    color: #ffffff !important;
}
.breadcrumb .breadcrumb-item a:hover {
    text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #fff;
    content: ">";
}
.nav-breadcrumb {
    background-color: rgba(9, 193, 160, 1);
    display: flex;
    align-items: center;
}
.para-cloud {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 234%;
    color: #000000;
}
.titre-banner-services,
.titre-banner-services p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 130%;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 50px;
}

/* Process-section */
.process-section {
    background: #023128;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.section-title.process {
    color: #ffffff;
}
.section-description.process {
    color: #ffffff;
}
.process-container-mobile {
    width: 100%;
    min-height: 100px;
    flex-wrap: inherit !important;
    overflow: auto;
}
.item-process-container-mobile {
    background: #023128;
    border-radius: 10px;
    padding: 2rem 32px 5rem;
    width: 265px;
    float: left;
    position: relative;
}
.icon-item-process {
    width: 50px;
    height: 50px;
}
.number-item-process {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    line-height: 44px;
    color: rgba(255, 255, 255, 0.19);
    position: absolute;
    right: 2rem;
    top: 2rem;
}
.title-item-process {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    width: 200px;
}
.content-text-item-process p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

/* Domaines d'intervention  */
.item-domaine-intervention {
    background: #ffffff;
    border: 1px solid;
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 2.5rem 1.5rem 1.5rem;
    display: flex;
    align-items: flex-end;
}
.item-domaine-intervention.di-1 {
    border-color: #09c1a0;
}
.item-domaine-intervention.di-2 {
    border-color: #23c109;
}
.item-domaine-intervention.di-3 {
    border-color: #1e3cd6;
}
.item-domaine-intervention.di-4 {
    border-color: #3d9ac6;
}
.item-domaine-intervention.di-5 {
    border-color: #57a7ad;
}
.item-domaine-intervention.di-6 {
    border-color: #3d9ac6;
}
.item-domaine-intervention.di-7 {
    border-color: #f34d35;
}
.item-domaine-intervention.di-8 {
    border-color: #924aae;
}
.item-domaine-intervention.di-9 {
    border-color: #ad8a0e;
}
.item-domaine-intervention.di-10 {
    border-color: #facd3c;
}
.item-domaine-intervention.di-11 {
    border-color: #16b3bd;
}
.item-domaine-intervention.di-12 {
    border-color: #e66218;
}

.icon-item-domaine-intervention {
    width: 55px;
    height: 55px;
}
.text-item-domaine-intervention {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    margin-bottom: 5px;
    line-height: 18px;
}

/* Nos realisations  */
.link-img-realisation-banner {
    background: #ffffff;
    box-shadow: 0px 6px 25px rgb(0 0 0 / 8%);
    border-radius: 15px;
    display: block;
    padding: 0;
    transition: all 0.2s ease-in-out;

    position: relative;
}
.link-img-realisation-banner:hover {
    text-decoration: none !important;
    transform: scale(1.1);
}
.img-realisation.overlay {
    position: absolute;
    bottom: 0;
    color: #f1f1f1;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    transition: 0.5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
.link-img-realisation-banner:hover .img-realisation.overlay {
    opacity: 1;
}
.overlay-project-title {
    color: #fff;
    font-family: "Raleway";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.overlay-project-desc {
    color: #fff;
    font-family: "Mulish";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.img-realisation-banner {
    width: 100%;
    border-radius: 10px;
    height: 360px;
}

/* Nos clients  */
@media (max-width: 992px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
    justify-content: center;
}

@media (min-width: 992px) {
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(16.6%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-16.6%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}

/* Temoignages  */
* {
    box-sizing: border-box;
}

.slider {
    width: 300px;
    text-align: center;
    overflow: hidden;
}

.slides {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    /* scroll-snap-points-x: repeat(300px);
    scroll-snap-type: mandatory; */
    padding-bottom: 10px;
}
.slides::-webkit-scrollbar {
    width: 10px;
    height: 6px;
    background-color: #d9d9d92f;
}
.slides::-webkit-scrollbar-thumb {
    background: #16dab7;
    border-radius: 10px;
}
.slides::-webkit-scrollbar-track {
    background: transparent;
}
.slides > div {
    scroll-snap-align: start;
    flex-shrink: 0;
    width: 300px;
    height: 300px;
    margin-right: 50px;
    border-radius: 10px;
    background: #eee;
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 100px;
}

.author-info {
    background: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 0.75rem;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
}
.author-info a {
    color: white;
}

.slider > a {
    display: inline-flex;
    width: 1.5rem;
    height: 1.5rem;
    background: white;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 0 0.5rem 0;
    position: relative;
}
.slider > a:active {
    top: 1px;
}
.slider > a:focus {
    background: #000;
}

/* Evenement  */
.banner-evenement {
    width: 100%;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    align-items: center;
}
.titre-banner-evenement {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 54px;
    line-height: 130%;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 50px;
}
.service_image {
    width: 50px;
    height: 50px;
}
.realisations-col {
    position: relative;
    margin-bottom: 90px;
}
.project_name_container {
    padding: 1.5rem;
}
.project_name {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.8);
    display: block;
}
.project_description {
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.65);
}

.quotation-request-col iframe {
    width: 100% !important;
}
.item-chiffre-qsn.card1:hover {
    transition: 0.2s ease-in-out;
    background: #fff;
    box-shadow: 1px 2px 8px #1bafa1;
}
.item-chiffre-qsn.card2:hover {
    transition: 0.2s ease-in-out;
    background: #fff;
    box-shadow: 1px 2px 8px #ff8a00;
}
.item-chiffre-qsn.card3:hover {
    transition: 0.2s ease-in-out;
    background: #fff;
    box-shadow: 1px 2px 8px #f34336;
}
.item-chiffre-qsn.card4:hover {
    transition: 0.2s ease-in-out;
    background: #fff;
    box-shadow: 1px 2px 8px #16dab7;
}
.volkeno-nav-header.active:after {
    content: "";
    width: 30px;
    height: 3px;
    background: #009688;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    /* border-bottom: solid 5px #009688; */
}

.volkeno-nav-header.active {
    position: relative;
    font-weight: bold;
    color: #009688 !important;
}
.volkeno-nav-header:hover {
    color: #009688 !important;

    /* transform: scaleX(0); */
    /* transition: transform 250ms ease-in-out; */
}
.dropdown:hover {
    color: #009688 !important;
}
.dropdown:hover .nav-link .volkeno-nav-header {
    color: #009688 !important;
}
.title-content {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #000000;
}
.video-investir {
    box-shadow: 0px 32px 44px #818a8c;
    border-radius: 15px;
}
.team-item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 350px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s ease-in;
}
.team-item.front {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.3s ease-in-out;
    display: block;
}

.team-item.back {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
}

.team-item-container:hover .team-item.back {
    opacity: 1;
}
.team-infos-back {
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.name-team-infos-back {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #ffffff;
    text-align: center;
}
.function-team-infos-back {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
}
.header-webinar-page {
    background: linear-gradient(
        305deg,
        rgba(0, 119, 108, 1) 0%,
        rgba(34, 189, 175, 1) 100%
    );
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-webinar-page p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    text-transform: uppercase;
    color: #ffffff;
}
.trier a {
    color: rgba(0, 0, 0, 0.5);
    transition: 0.2s ease-in-out;
}
.trier a:hover {
    text-decoration: none;
    color: #000000;
    transition: 0.2s ease-in-out;
}
.trier .show {
    left: auto !important;
    right: 0;
}
.evenement-webinar-card {
    box-shadow: 0px 8px 35px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    transition: 0.2s ease-in-out;
    opacity: 0.9;
}
.evenement-webinar-card:hover {
    text-decoration: none !important;
    /* transform: scale(1.1); */
    transition: 0.2s ease-in-out;
    opacity: 1;
}
.img-evenement-webinar-card {
    width: 100%;
    height: 135px;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 10px 10px 0 0;
}
.content-evenement-webinar-card {
    padding: 1rem;
}
.evenement-webinar-card .date {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    text-align: justify;
    color: #f8a434;
    display: block;
}
.evenement-webinar-card .type {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.5);
    opacity: 0.6;
    display: block;
}
.evenement-webinar-card .title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: rgba(23, 23, 22, 0.75);
    display: block;
    transition: 0.2s ease-in-out;
    line-height: 23px;
}
.evenement-webinar-card .title::first-letter {
    text-transform: capitalize;
}
.evenement-webinar-card .title:hover {
    transition: 0.2s ease-in-out;
    color: #000000;
    text-decoration: none;
}
.evenement-webinar-card .localisation {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
}
.localisation svg {
    width: 13px;
    margin-right: 5px;
}

.localisation.link {
    display: inline-flex !important;
    width: 200px;
}
.localisation.link:hover {
    text-decoration: none;
    color: #ff8a00;
}

.header-webinar-details-page {
    width: 100%;
    height: 380px;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
}
.header-webinar-details-page .titre {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 130%;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}
.header-webinar-details-page .date {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #f8a434;
}
.header-webinar-details-page .localisation {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-webinar-details-page {
    padding-bottom: 300px;
}
.content-webinar-details-page p {
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}
.btn-inscription-evenement {
    background: #ff9800;
    border-radius: 5px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 142.4%;
    letter-spacing: 0.04em;
    color: #ffffff;
    padding: 1rem 2rem;
    /* position: fixed; */
    /* z-index: 1000; */
    /* top: 50%; */
    /* right: 30px; */
    display: block;
    text-align: center;
    transition: 0.2s ease-in-out;
    box-shadow: 0px 3px 25px rgb(0 0 0 / 7%);
}
.btn-inscription-evenement:hover {
    color: #ff9800;
    border-radius: 5px;
    text-decoration: none;
    background-color: #ffffff;
    transition: 0.2s ease-in-out;
}
.investir-page-objectif p {
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 195.4%;
    text-align: justify;
    color: rgba(0, 0, 0, 0.8) !important;
}

.investir-page-objectif .img {
    width: 100%;
    height: 300px;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 15px;
}
.slide-img-our-startup {
    width: 100%;
    height: 550px;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 5px;
}

.carousel-indicators.our_startups {
    bottom: 50px;
}

.carousel.carousel-fade-custom .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out 0.7s;
}

.carousel.carousel-fade-custom .carousel-item.active {
    opacity: 1 !important;
}

.img-galerie-event {
    width: 100%;
    height: 440px;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.icon-img-author-testim {
    /* background: #FFFFFF;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 7%);
    border-radius: 10px; */
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: 9999;
    display: block;
    width: 70px;
    height: 70px;
}

/* Flip card start  */
.flip-card-services {
    background-color: transparent;
    width: 100%;
    min-height: 245px;
    perspective: 1000px;
}

.flip-card-inner-services {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0px 8px 35px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
}

.flip-card-services:hover .flip-card-inner-services {
    transform: rotateY(180deg);
}

.flip-card-front-services,
.flip-card-back-services {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
}

.flip-card-front-services {
    background-color: #ffffff;
    padding: 3rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flip-card-back-services {
    background: #04342b;
    border-radius: 10px;
    transform: rotateY(180deg);
    padding: 2rem;
    display: flex;
    flex-direction: column;
}
.flip-card-front-services .img {
    width: 75px;
    height: 75px;
    margin-bottom: 2rem;
}
.flip-card-front-services img {
    width: 100%;
}
.flip-card-front-services p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #001a49;
    text-align: center;
    text-transform: uppercase;
}

.flip-card-back-services img {
    width: 30px;
    height: 30px;
    margin-right: 30px;
}

.flip-card-back-services .title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    text-transform: uppercase;
}

.flip-card-back-services .content {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    color: #ffffff;
    text-align: justify;
    overflow: hidden;
    margin-bottom: 20px;
}
.flip-card-back-services .voir-plus {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 142.4%;
    letter-spacing: 0.05em;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #09c1a0;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0.8rem 1rem;
    display: inline-block;
    transition: 0.2s ease-in-out;
}
.flip-card-back-services .voir-plus:hover {
    color: #ffffff;
    text-decoration: none;
    background: #09c1a0;
    transition: 0.2s ease-in-out;
}

/* Maintenance page  */
.bg-maintenance-page {
    background: linear-gradient(284.87deg, #22bdaf 7.15%, #00776c 86%);
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bg-maintenance-page .titre {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 88px;
    letter-spacing: 36.5px;
    color: #ffffff;
    display: inline-block;
    margin: auto;
    text-align: center;
}
.modal-backdrop {
    z-index: 1000;
}

/* .modal-devis-crm .close{
    position: absolute;
    right: 3rem;
    top: 2.99rem;
    z-index: 999;
    color: #f34336;
    opacity: 1;
} */

.banner-qui-sommes-nous {
    width: 100%;
    height: 500px;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem;
}
.banner-qui-sommes-nous .titre,
.banner-qui-sommes-nous .titre p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 130%;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}
.social-network-link-footer:hover {
    /* opacity: 0.5; */
    text-decoration: none;
    background: #03393475;
    border: 1px solid #fff;
}
.social-network-link-footer:hover span {
    color: #fff;
}

.carousel-nos-clients .logo-img-client {
    border: 1px solid #09c1a0;
    /* box-shadow: 0px 10px 20px rgb(0 0 0 / 7%); */
    border-radius: 3px;
    height: 160px;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.carousel-nos-technologies {
    width: 100%;
    margin: 0px auto;
}
.empty-alert-row {
    display: flex;
    padding: 20px;
    background: #04342b38;
    border-radius: 5px;
}
.empty-alert-icon-container {
    text-align: center;
}
.empty-icon {
    width: 100px;
    height: 100px;
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
}
.empty-alert-textual-container {
    display: flex;
    align-items: center;
}
.empty-alert-textual {
    font-size: 22px;
}
@keyframes swing {
    0% {
        transform: rotate(3deg);
    }
    100% {
        transform: rotate(-3deg);
    }
}

.text-footer {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 142.4%;
    color: rgba(255, 255, 255, 0.7);
}
.text-footer:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
}
.logo-technology img {
    width: 100%;
}
.devis-demande-titre {
    color: rgba(0, 0, 0, 0.8);
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 195.4%;
}
.quotation-modal .modal-header {
    border-bottom: none;
    padding: 31px 55px;
}
.quotation-form-control::placeholder {
    color: rgba(0, 0, 0, 0.8);
    font-family: "Montserrat";
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 195.4%;
}
.quotation-form-control {
    border-radius: 10px;
    background: rgba(218, 218, 218, 0.3);
    box-sizing: border-box;
    padding: 25px 15px;
    color: rgba(0, 0, 0, 0.8);
    font-family: "Montserrat";
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 195.4%;
}

.quotation-form-group label {
    font-weight: 500;
}
.required-item {
    color: #ff0000;
}
.quotation-form-group {
    margin-bottom: 15px;
    position: relative;
}
.quotation-request-submit-btn {
    width: 100%;
    background: #ff9800;
    border-radius: 5px;
    border-color: #ff9800;
    padding: 17px;
    text-transform: uppercase;
    font-weight: 600;
}
.quotation-request-submit-btn:hover,
.quotation-request-submit-btn:active {
    width: 100%;
    background: transparent !important;
    color: #ff9800 !important;
    border-color: #ff9800 !important;
}
.quotation-modal .modal-body {
    padding: 25px 55px;
}
.quotation-modal,
.quotation-modal input,
.quotation-modal textarea {
    font-size: 15px;
}
.quotation-request-submit-col .btn-success.disabled,
.quotation-request-submit-col .btn-success:disabled {
    color: #ff9800 !important;
    background-color: transparent !important;
    border-color: #ff9800 !important;
}
.currency-label {
    display: inline-block;
    position: absolute;
    right: 0%;
    top: 38%;
    font-size: 20px;
    background: #16dab7;
    padding: 10px 5px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
    font-weight: 500;
}
.titre-banner,
.titre-banner p {
    width: 100%;
}
.quotation-page-container {
    margin-top: 14%;
}
.quotation-page-body {
    padding-top: 20px;
    padding-bottom: 100px;
}
.nos-produits-item-content-body {
    background: #ffffff;
    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 20px;
    text-decoration: none !important;
}
.produit-item-title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 25.5927px;
    line-height: 31px;
    color: rgba(0, 0, 0, 0.7);
    padding: 15px 0;
    text-transform: uppercase;
}
.produit-item-short-description p {
    font-family: "Mulish";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.65);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.produit-item-image {
    border-radius: 10px;
}
.nos-produits-list-content .slick-prev.slick-arrow,
.nos-produits-list-content .slick-next.slick-arrow {
    background: #fff;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.39);
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.nos-realisations-tabs-filter {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: flex-start;
}
.nos-rea-nav-pills {
    align-items: center;
}
.nos-rea-form-control {
    background: #f3f3f4;
    border-radius: 10px;
    padding: 20px 15px;
    border: 0;
}
.nav-link.nos-rea-nav-link.active {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    background: #f3f3f4;
    border-radius: 10px;
}
.nav-link.nos-rea-nav-link {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.4);
}
.nos-rea-tab-content {
    margin-top: 2%;
}
.header-webinar-page.realisation-item-page-header {
    display: block;
    text-align: center;
    position: relative;
    height: max-content;
    /* height: 450px; */
}
.realisation-item-header-container {
    text-align: center;
}
.realisation-app-resume-image-container {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 1%;
}
#exigences-clients.nos-realisation-page-section {
    margin-top: 32%;
}
.realisation-app-resume-image-container p {
    font-family: "Mulish";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 189%;
    text-align: center;
    color: #000000;
    padding: 0 200px;
    text-transform: initial !important;
}

.exigences-capture-image {
    width: 100%;
}
.rea-exiences-client-content-container p {
    font-family: "Mulish";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 189%;
    color: #000000;
    text-align: justify;
}
.rea-show-page-row {
    align-items: center;
}
.nos-rea-item-show-section-title {
    position: relative;
    font-size: 25px !important;
    margin-bottom: 10px;
}
.nos-rea-item-show-section-title:after {
    content: "";
    position: absolute;
    width: 10%;
    height: 5px;
    left: 0;
    bottom: -10px;
    background: #1bafa1;
}
.realisation-item-header-container ol.breadcrumb {
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 20px;
    margin-bottom: 0 !important;
}
#app-fonctionnalites,
#app-technologies,
#app-captures {
    margin-top: 3%;
    padding-top: 20px;
}
.rea-fonct-app-body {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}
.rea-fonct-name {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    color: #000000;
    /* height: 70px;
    display: flex;
    justify-content: flex-start; */
}
.check-rea-fonct-container svg {
    /* margin-top: 30% !important; */
    color: #09c1a0;
    font-size: 25px;
}
.rea-fonct-textual-content p {
    font-family: "Mulish";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 137.5%;
    color: #000000;
    text-align: justify;
    /* height: 120px;
    display: flex;
    justify-content: flex-start; */
}
.rea-fonct-app-col.textual-col {
    margin-bottom: 5%;
    display: flex;
}
.rea-show-page-techno-section-row {
    margin: 20px 0;
}
.rea-techno-app-content-container {
    border-radius: 10px !important;
    background: #fff;
    box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
}
.rea-techno-app-body {
    display: flex;
    justify-content: center;
    object-fit: contain;
    min-height: 110px;
    max-height: 160px;
    width: 100%;
    padding: 20px;
}
.show-rea-techno-intro-container p {
    font-family: "Mulish";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.7);
}
.reac-techno-app-image {
    height: auto;
    min-height: 110px !important;
    max-height: 160px !important;
    width: 100%;
    padding: 20px !important;
}
.react-techno-col {
    margin-bottom: 5%;
}
.realisation-item-header-container .breadcrumb-item.texte-cloud-factory a {
    font-weight: 300;
    font-size: 10px;
}
.show-rea-techno-intro-container {
    padding: 15px 0;
}
.rea-show-page-fonct-section-row {
    margin-top: 3%;
}

#quotation-request-section .container.quotation-page-container {
    margin-top: 1%;
}
.quotation-form-title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 195.4%;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
    padding-top: 40px;
}
.volkeno-sn-navbar-parent {
    flex-direction: column;
    padding: 0;
}
.navbar-first-level-container {
    background: #fff;
    width: 100%;
    padding: 0 50px;
    height: 65px;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
}
#container-menu-principal {
    /* height: 100px; */
    position: fixed;
    top: 65px;
    transition: top 0.2s ease-in-out;
    background: #fff;
    width: 100%;
    z-index: -1;
}

.nav-up {
    top: -65px;
}
.navbar-first-level-content-body {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.contact-bloc-container {
    display: flex;
    justify-content: space-between;
    /* width: 40%; */
    gap: 30px;
}
.contact-bloc-item-container {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 5px;
}
.social-media-and-langue-bloc-container {
    display: flex;
    align-items: center;
    gap: 30px;
    /* width: 50%; */
    justify-content: space-between;
}
.social-media-bloc-container {
    display: flex;
    align-items: center;
    gap: 20px;
}
.social-media-items-container {
    display: flex;
    align-items: center;
    gap: 30px;
}
.social-media-icon {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.35) !important;
}
.contact-item-value {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.291667px;
    color: #000000;
    text-decoration: none !important;
}
.contact-item-icon {
    font-size: 20px;
    margin-top: 30%;
}
.social-media-bloc-label-container {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.291667px;
    color: #000000;
}
#headerLangueDropdown {
    background: transparent !important;
    border: none;
}
.choosed-langue-label {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 11.5294px;
    line-height: 15px;
    letter-spacing: -0.386192px;
    color: #000000;
}
#headerLangueDropdown:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid #000 !important;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.header-langue-choice-dropdown-menu {
    left: -60%;
    padding: 0;
    background: #00776c;
}
.header-langue-choice-dropdown-item {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: -0.386192px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
}
.contact-item-value:hover {
    color: #00776c !important;
    font-weight: 600;
}
.contact-item-value:hover .contact-item-icon {
    color: #00776c !important;
    font-weight: 600;
}
.contact-bloc-item-container:hover .contact-item-icon {
    color: #00776c !important;
    font-weight: 600;
}
#headerLangueDropdown:focus,
#headerLangueDropdown:focus-visible {
    border: none !important;
    box-shadow: none !important;
}
.realisation-item-header-container.produit-item-header-container p {
    text-align: left;
}
.header-webinar-page.realisation-item-page-header.produit-item-page-header {
    padding: 70px 7% 0px;
}
.realisation-app-resume-image-container.produit-resume-image-container {
    position: relative;
    margin-top: 10%;
}
.rea-app-resume-image.produit-resume-image {
    width: 100%;
    /* position: absolute;
    right: 0;
    top: -90%; */
}
.produit-item-resume p {
    padding: 0;
    color: #fff;
    text-align: justify;
    font-family: "Mulish";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 183%;
}

.produit-item-resume p {
    text-align: justify;
}
.produit-mobile-platform-downloadable-container {
    display: flex;
    margin-top: 5%;
    gap: 20px;
}
header {
    position: relative;
}
.nos-produits-opening-on-hover-container {
    position: absolute;
    z-index: 999;
    background: #ffffff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    /* top: 16px; */
    top: 145px;
    width: 60%;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}
.nos-produits-opening-on-hover-container:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ffffff;
    position: absolute;
    top: -4%;
    left: 15%;
    right: 0;
    margin: auto;
}
.hoverable-menu-link:hover > .nos-produits-opening-on-hover-container {
    display: block;
}
.produit-item-name-on-menu-hover {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 12px;
    color: rgba(0, 0, 0, 0.7);
    padding: 5px 0;
    text-transform: uppercase;
}
.nos-produits-on-hover-col {
    margin-bottom: 10px;
    padding: 15px;
}
.produit-item-on-menu-image {
    width: 100%;
}
.nos-produits-on-hover-col:hover {
    border: 1px solid #ff9800;
    border-radius: 10px;
}
.produit-on-menu-hover-link {
    text-decoration: none !important;
}
.filiales-section {
    padding-top: 2px;
}
.nos-filiales-page-intro-container {
    padding: 20px 0;
}
.nos-filiales-page-intro-container p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 189%;
    text-align: center;
    color: #000000;
}
.nos-filiales-page-content-body-container {
    padding-top: 20px;
}
.filiale-item-image {
    border-radius: 10px;
    width: 100%;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 39%);
}
.filiale-item-name {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 800;
    font-size: 29px;
    line-height: 35px;
    color: #000000;
}
.filiale-item-textual p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 150%;
    color: #000000;
    margin: 20px 0;
    text-align: justify;
}
/* .filiale-item-name:after {
    content: "";
    width: 12%;
    height: 5px;
    background: #1bafa1;
    position: absolute;
    top: 10%;
    left: 4%;
} */
.filiale-item-website-link {
    background: #ff9800;
    border-radius: 5px;
    padding: 20px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 142.4%;
    letter-spacing: 0.04em;
    color: #ffffff;
    text-decoration: none !important;
    border: 1px solid transparent;
    margin-bottom: 40px;
    display: inline-block;
}
.filiale-item-website-link:hover {
    border-color: #ff9800 !important;
    background: transparent !important;
    color: #ff9800 !important;
}
.filiale-item-textual {
    margin-top: 35px;
    margin-bottom: 60px;
}
.filiale-item-row {
    margin: 40px 0;
}
.notre-histoire-events-list {
    list-style: none !important;
}
#notre-histoire-timeline-horizontal {
    display: flex;
    flex-direction: column-reverse;
}
.timeline {
    margin: 0 !important;
}
.notre-histoire-timeline-container {
    background: #009688;
}
.notre-histoire-item {
    background: #009688 !important;
}
.notre-histoire-textual-box-content {
    padding: 20px;
    text-align: justify !important;
}
.nh-item-year {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.28em;
    color: #ffffff;
}
.nt-item-title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #ffffff;
}
.nh-textual-item-container p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 100;
    font-size: 16px;
    line-height: 195.4%;
    color: #ffffff;
    padding-right: 50px;
}
.nh-image-item {
    width: 100%;
}
.notre-histoire-image-container {
    padding: 50px;
}
.notre-histoire-image-box-col {
    display: flex;
    align-items: center;
}
.timeline {
    padding: 0 35px;
}
.events {
    height: 1px !important;
}
.horizontal-timeline .events a::after {
    bottom: -53%;
    background-color: #ffffff !important;
}
.horizontal-timeline .events a.older-event::after,
.horizontal-timeline .events a.selected::after {
    background-color: #09c1a0 !important;
}
.horizontal-timeline .filling-line {
    background-color: #09c1a0 !important;
}
.horizontal-timeline .events {
    background: #ffffff !important;
}
.horizontal-timeline .events a {
    border: 3px solid #09c1a0;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 1%;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #ffffff;
}
.horizontal-timeline .events a.selected {
    background: #09c1a0;
    border-radius: 10px;
}
.ils-parlent-denous-parent-row {
    margin-top: 70px;
}
.parlent-denous-image {
    width: 100%;
}
.parlent-denous-item-card {
    background: #ffffff;
    border-radius: 10px;
}
.parlent-denous-image {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.parlent-denous-textual-container {
    padding: 15px 10px;
}
.parlent-denous-title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #313131;
}
.parlent-denous-textual p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #313131;
}
.parlent-denous-col {
    margin-bottom: 20px;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 95px;
    right: 30px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float {
    margin-top: 16px;
}
.float.whatsapp-btn:hover {
    border: 1px solid #25d366 !important;
    color: #25d366 !important;
    background-color: transparent !important;
}
.content-filliales-app-infos {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: absolute;
    top: 70px;
    right: 50px;
}
.content-filliales-app-infos2 {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 70px;
    left: 50px;
}

.w-90 {
    width: 90%;
}
.filiale-item-website-link-redirect {
    color: #009688;
    font-family: "Montserrat";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 142.4%;
    border-radius: 20px;
    border: 1px solid #009688;
    background: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.container-more-infos-card-filliales {
    display: flex;
    gap: 20px;
    /* align-items: center; */
    position: absolute;
    bottom: -25px;
    left: 45px;
    width: 60%;
}
.card-filliales-more-infos-item {
    flex: 1 1 0;
    width: 0;
    padding: 20px;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 16%);
}
/* .card-filliales-more-infos-item-bakeli {
    background: #009688;
} */
.title-card-filliale-more-info-item {
    text-align: center;
    font-family: "Montserrat";
    font-size: 30.804px;
    font-style: normal;
    font-weight: 700;
    line-height: 123.6%;
}
.text-card-filliale-more-info-item {
    text-align: center;
    font-family: "Montserrat";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 123.6%;
}
.text-card-filliale-more-info-item,
.title-card-filliale-more-info-item {
    color: #fff;
}

.filliale-tayeur-item {
    margin: 150px 0;
}
.card-filliales-more-infos-item-tayeur .title-card-filliale-more-info-item,
.card-filliales-more-infos-item-tayeur .text-card-filliale-more-info-item {
    color: #ae2729;
}
.card-filliales-more-infos-item-tayeur {
    background: #fff;
}
.filiale-item-website-link-tayeur {
    border-radius: 20px;
    border: 1px solid #b0282a;
    background: #fff;
    color: #b0282a;
    font-family: "Montserrat";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 142.4%;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.content-icon-svg-tayeur {
    width: 29px;
    height: 29px;
    background: #b0282a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.card-filliales-more-infos-item-elikia {
    background: #ffffff;
}
.card-filliales-more-infos-item-elikia .title-card-filliale-more-info-item,
.card-filliales-more-infos-item-elikia .text-card-filliale-more-info-item {
    color: #009688;
}
/* ============= v2 portfolio ============= */
.realisation-item-content-box-relative {
    position: relative;
    background: none;
    border: 16px solid;
    width: 520px;
    height: 406px;
}
.realisation-item-content-box-absolute {
    /* position: absolute;
    bottom: 20px;
    left: 20px;
    width: 520px;
    height: 406px; */
    padding: 80px 80px 80px 40px;
}
.realisation-item-content-box-title {
    color: #fff;
    font-family: "Montserrat";
    font-size: 35.352px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    text-align: start;
}
.realisation-item-content-box-description {
    color: #fff !important;
    text-align: justify !important;
    font-family: "Mulish";
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 183% !important;
}
.custom-realisation-item-page-header {
    padding-top: 80px;
}
.about-app.show-section-about-app-title {
    color: rgba(0, 0, 0, 0.7);
    font-family: "Montserrat";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 47.25px;
    text-transform: uppercase;
}
.about-app.show-section-about-app-desc {
    color: #6c6c72;
    text-align: center;
    font-family: "Montserrat";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
section#about-app {
    width: 70%;
    margin: auto;
    text-align: center;
}
.rea-fonct-name-v2 {
    color: #232233;
    font-family: "Josefin Sans" !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
}
.rea-fonct-textual-content-v2 p {
    color: #6c6c72;
    font-family: "Josefin Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.rea-fonct-app-content-container.custom-shadow {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 15px 12px;
    margin-bottom: 20px;
    width: 100%;
}
.detail-projet-item-show-section-title {
    color: rgba(0, 0, 0, 0.7);
    font-family: "Montserrat";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.rea-fonct-app-content-container.custom-bg {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
    padding: 12px;
    margin-bottom: 20px;
    width: 100%;
}
.liste-fontinnalite-bg-hero {
    position: absolute;
    top: -10%;
    left: -20%;
    opacity: 0.1;
    width: 870px;
    height: 500px;
}
section#caracteristiques-app {
    padding-bottom: 15%;
}
.rea-fonct-name.custom {
    color: #000;
    text-align: start;
    font-family: "Montserrat";
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.quotation-form-control.custom::placeholder {
    color: rgba(0, 0, 0, 0.8);
    font-family: "Montserrat";
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 195.4%;
}
.quotation-form-control.custom {
    border-radius: 10px;
    background: rgba(218, 218, 218, 0.3);
    box-sizing: border-box;
    padding: 25px 15px;
    color: rgba(0, 0, 0, 0.8);
    font-family: "Montserrat";
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 195.4%;
    border: 0;
}
section#client-testimonial-section {
    padding-top: 5rem;
    padding-bottom: 10rem;
    text-align: center;
    position: relative;
}
.show-section-testimonial-app-title {
    color: #fff;
    font-family: "Montserrat";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 47.25px;
    text-transform: uppercase;
}
.show-section-testimonial-app-desc {
    color: #fff;
    font-family: "Josefin Sans" !important;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.video-testimonial-container {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
}
.detail-protfolio-custom-divider {
    padding: 12% 0;
}
.video-textimonial {
    border-radius: 10px;
    background: linear-gradient(
            0deg,
            rgba(31, 57, 141, 0.25) 0%,
            rgba(31, 57, 141, 0.25) 100%
        ),
        url(<path-to-image>), lightgray 50% / cover no-repeat;
    box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.24);
}
.realisation-item-content-box-btn-download-container {
    display: flex;
    align-items: center;
    gap: 15px;
}
.banner-ressources {
    width: 100%;
    height: 550px;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 3rem;
}
.banner-ressources .titre,
.banner-ressources .titre p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
    text-align: start;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.banner-ressources p {
    color: #fff;
    font-family: "Montserrat";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 5.13px;
}
.nav-link.nos-ressources-nav-link.active {
    color: #fff;
    font-family: "Raleway";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 10px;
    background: #09c1a0;
    padding: 13px 9px;
}
.nav-link.nos-ressources-nav-link {
    color: #fff;
    font-family: "Raleway";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.ressources-page-content {
    margin-top: -10%;
    width: 100%;
}
.ressources-page-content.offer-listing-page-content {
    /* height: 100vw !important; */
    height: fit-content;
}
.img-ressource-item-banner {
    width: 100%;
    border-radius: 4.189px;
    /* height: 233px; */
}
.ressource-item-date {
    color: #515151;
    font-family: "Montserrat";
    font-size: 11.73px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    text-transform: uppercase;
}
h2.ressource-item-title {
    color: rgba(0, 0, 0, 0.7);
    font-family: "Montserrat";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
p.ressource-item-desc {
    color: rgba(0, 0, 0, 0.7);
    text-align: justify;
    font-family: "Mulish";
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 172%;
}
.link-ressource-item {
    background: #fff;
    box-shadow: 0px 3.351px 28.487px 0px rgba(0, 0, 0, 0.08);
    display: block;
    padding: 0;
    transition: all 0.2s ease-in-out;
    width: 100%;
}
.link-ressource-item:hover {
    text-decoration: none !important;
    transform: scale(1.1);
}
.ressource-item-infos-author-container {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ressource-item-infos-author-name {
    color: #14142b;
    font-family: "Mulish";
    font-size: 12.834px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.535px;
}
.detail-ressource-title-item {
    color: #000;
    font-family: "Poppins";
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.25px;
}
.cover-ressource-item {
    width: 100%;
    height: 370px;
    object-fit: cover;
}
.detail-ressource-paragraph-container p {
    color: #5c727d;
    font-family: "Mulish";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.16px;
}
.detail-ressource-paragraph-container h3 {
    color: #000;
    font-family: "Nunito";
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.25px;
}
.custom-pt-50 {
    padding-top: 50px;
}
.details-ressource-left-col {
    border-radius: 5px;
    border: 1px solid rgba(205, 209, 221, 0.7);
    padding: 22px 20px;
}
.details-ressource-right-col {
    padding: 22px 20px;
}
.other-article-custom-tag-badge {
    border-radius: 10px;
    background: #ddd;
    display: flex;
    padding: 8px 19px;
    align-items: flex-start;
    gap: 10px;

    color: #555;
    font-family: "Raleway";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.avatar-ressource-item {
    width: 37.059px;
    height: 37.059px;
    border-radius: 50%;
    object-fit: cover;
}
.avatar-deteil-ressource-item {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}
.detail-ressource-user-infos-container {
    border-left: 16px solid #009688;
    padding: 12px 20px;
}

/* ======================== RESSOURCE COMMENTAIRE ============================ */
.details-article-section-comment-title {
    color: #333;
    font-family: "Inter" !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 39px;
}
.casadeliz-commentaire-item-infos-user-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.casadeliz-commentaire-item-text {
    color: #000;
    font-family: "Mulish";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.1px;
}
.casadeliz-commentaire-item-btn-response,
.casadeliz-commentaire-item-btn-response:hover,
.casadeliz-commentaire-item-btn-response:focus {
    border-radius: 4px;
    border: 1px solid #cccdce;
    display: flex;
    padding: 10px;
    align-items: flex-start;
    gap: 10px;
    color: #000;
    /* font-family: "Nunito" !important;
    font-size: 14px; */
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: none;
}
.casadeliz-commentaire-item-btn-response svg {
    color: #666666;
}
.casadeliz-section-hero-details-actu-username-forum {
    color: #000;
    font-family: "Mulish";
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.casadeliz-section-hero-details-actu-occupation-forum {
    color: #009688;
    font-family: "Mulish";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.1px;
}
.casadeliz-section-hero-details-actu-user-avatar-forum {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.custom-reponse-comment-container {
    padding-top: 0.5rem;
    padding-left: 4rem;
    border-left: 4px solid #f5f6fa;
}
.custom-forum-titre-reponse {
    color: #000;
    font-family: "Mulish";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.form-control-register-forum {
    border-radius: 0px;
    border: none;
    background: #fff;
    padding: 27px 40px 27px 17px;
    /* font-family: "Roboto Condensed" !important; */
    font-size: 15.257px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.976px;
    color: #000000;
}
.form-control-register-forum::placeholder {
    color: #9b9da6;
    font-family: "Mulish";
    font-size: 15.257px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.976px;
}
.form-reponse-btn-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-reponse-btn {
    border-radius: 8px;
    background: #f48023;
    color: #fff;
    text-align: center;
    font-family: "Roboto Condensed" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 12px 36px;
    align-items: center;
    gap: 10px;
}
.form-apercu-btn {
    border-radius: 8px;
    background: #fff;
    color: #4f4f4f;
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 12px 36px;
    align-items: center;
    gap: 10px;
    border: none;
}
.form-reponse-check-label label {
    color: #9b9da6;
    font-family: "Roboto Condensed" !important;
    font-size: 15.257px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.976px;
}
.custom-bloc-response-comment {
    padding-top: 3rem;
    padding-left: 6rem;
}
.custom-section-divider-forum {
    margin-bottom: 5rem;
}

.cres-detail-past-webinaire-forum-container {
    border-radius: 5px;
    background: #fff;
    /* box-shadow: 0px -1px 12px 0px rgba(0, 0, 0, 0.08); */
    padding: 20px;
}
.cres-detail-past-webinaire-forum-title {
    color: #000;
    font-family: "Mulish";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.comment-forum-custom-form {
    background: rgba(30, 148, 136, 0.05);
    padding: 25px;
}
.content-col-form-register-tabs {
    position: relative;
}
.content-col-form-register-icon {
    position: absolute;
    right: 10px;
    top: 15px;
}
.form-reponse-btn-container {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}
.casadeliz-commentaire-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.details-ressource-comment-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.custom-border-bottom {
    border-bottom: 1px solid #cdd1dd;
}
.custom-border-top {
    border-top: 1px solid #cdd1dd;
    padding-top: 15px;
}
/* ======================== FIN RESSOURCE COMMENTAIRE ============================ */
.details-ressource-other-article {
    color: #000;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.25px;
}
.other-article-title {
    color: #303030;
    font-family: "Montserrat";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.5px;
    letter-spacing: 0.1px;
}
.other-article-author {
    color: rgba(48, 48, 48, 0.6);
    font-family: "Montserrat";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
.other-article-author span {
    font-weight: 600;
}
.other-article-item {
    display: flex;
    gap: 10px;
    align-items: center;
}
.other-article-img-cover {
    width: 101.564px;
    height: 67.222px;
    object-fit: cover;
}
.other-article-custom-tag-badge-container {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}
/* ============= v2 portfolio ============= */

.input-service-item-devis {
    border-radius: 22px;
    background: rgba(145, 142, 142, 0.05);
    border: 0;
    padding: 15px;
    color: #000;
    font-family: "Montserrat";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 195.4%;
    height: inherit;
}
.input-service-item-devis:focus {
    border: 1px solid rgba(0, 150, 136, 1);
}
.input-service-item-devis::placeholder {
    color: #000;
    font-family: "Montserrat";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 195.4%;
}
.container-form-service-item-bloc {
    border-radius: 20px;
    /* background: #fff; */
    /* box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06); */
    padding: 20px;
    /* position: absolute;
    width: 100%;
    bottom: -160px;
    top: 2%; */
}
.text-descripbe-about-service-item {
    margin-top: 4%;
}
.title-form-service-devis {
    color: #333;
    font-family: "Montserrat";
    font-size: 21.129px;
    font-style: normal;
    font-weight: 700;
    line-height: 116%;
    text-transform: uppercase;
    text-align: center;
}
.para-service-describe {
    color: #fff;
    text-align: justify;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.title-stat-value-number {
    color: #fff;
    font-family: "Montserrat";
    font-size: 33.256px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.66px;
}
.text-stat-value-number {
    color: #fff;
    font-family: "Montserrat";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.podcast-item-btn-play {
    background: none;
    border: none;
    padding: 0px;
}
.podcast-item-ico-wave {
    width: 100%;
}
.podcast-item-btn-play-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.realisation-item-header-container .breadcrumb-item.texte-cloud-factory a {
    font-weight: 300;
    font-size: 10px;
}
.breadcrumb .breadcrumb-item.custom a {
    color: #000 !important;
    font-family: "Montserrat";
    font-size: 11.73px !important;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    text-transform: uppercase;
}
.texte-cloud-factory.custom {
    color: #000 !important;
    font-family: "Montserrat";
    font-size: 11.73px !important;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    text-transform: uppercase;
}
.realisation-item-header-container.custom ol.breadcrumb {
    text-align: start;
    display: flex;
    justify-content: flex-start;
    padding: 20px;
    margin-bottom: 0 !important;
}
.img-podcast-item-cover {
    width: 100%;
}
.show-podcast-title {
    color: #333;
    font-family: "Montserrat";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    text-transform: uppercase;
}
/* ============================= */
.blueContent {
    height: 200px;
    background: red;
    position: relative;
}

.blueDiagonal {
    width: 0;
    height: 0;
    border-bottom: 345px solid transparent;
    border-left: 100vw solid rgba(217, 217, 217, 0.33);
}

.greenContent {
    height: 400px;
    background: #fff;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 4px 65px 0px rgba(0, 0, 0, 0.1);
}

.whiteDiagonal {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0px;
    border-bottom: 100px solid white;
    border-left: 100vw solid transparent;
}

.whiteContent {
    height: 200px;
    background: white;
    overflow: hidden;
}

/* ============================= */

/* .testttt {
    position: absolute;
    top: 0px;
    left: 0px;
} */
.livre-blanc-img {
    width: 100%;
    height: 350px;
}
.titre-livre-blanc {
    color: #006c5e;
    font-family: "Montserrat";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 142.5%;
    text-transform: uppercase;
}
.livre-blanc-subtitle {
    color: #000;
    font-family: "Montserrat";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 142.5%;
}
.btn-theme-rounded.custom-color {
    color: #009688 !important;
}
/* ============== EVENTS TIMER HEADER =================== */
.container-timer-landingpage {
    display: flex;
    justify-content: flex-start;
    gap: 25px;
    align-items: center;
}
.text-chrono {
    color: #fff !important;
    text-align: center !important;
    font-family: "Work Sans" !important;
    font-size: 28.001px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 100% !important;
    margin-bottom: 0 !important;
    opacity: 0.8;
}
.container-text-timer {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    opacity: 0.8;
}
.libelle-text-chrono {
    color: #fff !important;
    font-family: "Work Sans" !important;
    font-size: 12.601px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 100% !important;
    text-transform: uppercase !important;
    opacity: 0.8;
}
.container-text-chrono {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* ============== EVENTS TIMER HEADER =================== */
.subtitle-evenement-a-venir {
    color: #fff;
    font-family: "Raleway";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.volkeno-event-item {
    background: #fff;
    box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.volkeno-event-item-date {
    color: #eb8f14;
    text-align: justify;
    font-family: "Montserrat";
    font-size: 15.29px;
    font-style: normal;
    font-weight: 700;
    line-height: 34.403px;
}
.volkeno-event-item-titre {
    color: #333;
    font-family: "Montserrat";
    font-size: 29.895px;
    font-style: normal;
    font-weight: 900;
    line-height: 120.5%;
    text-transform: uppercase;
}
.volkeno-event-item-desc {
    color: #333;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 127.5%;
}
.volkeno-event-item-btn-voir-site,
.volkeno-event-item-btn-voir-site:hover {
    color: #eb8f14;
    text-align: justify;
    font-family: "Montserrat";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 34.403px;
}
.volkeno-event-item-btn-voir-site:hover {
    font-weight: 600;
    text-decoration: none;
}
.volkeno-event-item-img {
    width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit: cover;
}
.volkeno-event-item-lieu {
    color: rgba(0, 0, 0, 0.7);
    font-family: "Montserrat";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.volkeno-event-item-lieu-container {
    display: flex;
    align-items: center;
    gap: 12px;
}
/* ============== EVENTS TIMER ITEM =================== */
.text-chrono.CUSTOM {
    color: rgba(0, 0, 0, 0.9) !important;
    font-size: 14.346px !important;
    text-align: center !important;
    font-family: "Work Sans" !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 100% !important;
    margin-bottom: 0 !important;
}
.container-text-timer.CUSTOM {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}
.libelle-text-chrono.CUSTOM {
    color: rgb(0, 0, 0) !important;
    font-size: 10px !important;
    font-family: "Work Sans" !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 100% !important;
    text-transform: uppercase !important;
}
.container-text-chrono.CUSTOM {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* ============== EVENTS TIMER ITEM =================== */
.container-header-ressource {
    display: flex;
    align-items: center;
    /* gap: 3rem; */
    gap: 1rem;
    padding: 0 3rem;
    position: fixed;
    top: 65px;
    transition: top 0.2s ease-in-out;
    background: #fff;
    width: 100%;
}
.container-info-contact-bloc-nous-joindre {
    display: flex;
    gap: 30px;
    align-items: center;
}
.text-info-contact-bloc-nous-joindre {
    color: rgba(0, 0, 0, 0.75);
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.title-offre-nous-rejoindre {
    color: #fff;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.content-bloc-nous-rejoindre {
    background: #fff;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}
.col-border-right-nous-rejoindre {
    border-right: 1px solid #d9d9d9;
}
.title-col-offre-nous-rejoindre {
    color: #333;
    text-align: center;
    font-family: "Montserrat";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    word-wrap: break-word;
}
.nous-rejoindre-subtitle {
    color: #333;
    font-family: "Montserrat";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.titre-nous-rejoindre {
    color: #000;
    text-align: justify;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.text-info-contact-bloc-nous-joindre {
    color: rgba(0, 0, 0, 0.75);
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.date-publish-offre-nous-rejoindre {
    color: rgba(0, 0, 0, 0.8);
    font-family: "Montserrat";
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: right;
}
.container-btn-see-more-detail-nous-rejoindre {
    display: flex;
    justify-content: flex-end;
}
.text-other-info-offer-join-us-gray {
    color: rgba(0, 0, 0, 0.5);
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.text-other-info-offer-join-us-theme {
    color: #1262a8;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.title-offer-join-us-detail {
    color: #000;
    font-family: "Montserrat";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
}
.detail-join-us-offer-title-item {
    color: #1f3f68;
    font-family: "Montserrat";
    font-size: 40.44px;
    font-style: normal;
    font-weight: 700;
    line-height: 50.55px;
}
.details-offer-join-us-left-col {
    background: #fbfbfb;
    padding: 20px;
}
.image-img-about-service-item {
    width: 97%;
    z-index: 2;
    position: relative;
}
.title-section-about-service-item {
    color: #1d2026;
    font-family: "Montserrat";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.4px;
}
.content-img-about-service-item-video-editing {
    position: relative;
}
/* .content-img-about-service-item-video-editing::after {
    content: "";
    position: absolute;
    right: 0;
    top: -25px;
    border-radius: 30.342px;
    background: #023128;
    width: 40%;
    height: 70%;
    z-index: 1;
} */
.content-img-about-service-item-video-editing::after {
    content: "";
    position: absolute;
    right: -10px;
    top: -25px;
    border-radius: 30.342px;
    background: #023128;
    width: 40%;
    height: 40%;
    z-index: 1;
}
.content-img-about-service-item-video-editing
    .laravel-embed__responsive-wrapper {
    z-index: 9999;
    position: relative;
}
.text-section2-about-service-video-editing {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.container-section2-about-service-video-editing {
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: 50%;
    width: 100%;
    height: 500px;
    position: relative;
    background: linear-gradient(
            90deg,
            #fff 0.01%,
            rgba(255, 255, 255, 0.9) 40.89%,
            rgba(255, 255, 255, 0) 69.7%,
            rgba(255, 255, 255, 0) 99.98%
        ),
        url(../images/services/bg-video-editing.png);
    display: flex;
    align-items: center;
}

/* style progress bar  */
.progress {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
    filter: drop-shadow(0px 11.009px 66.053px rgba(0, 0, 0, 0.07));
}
.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
        rgba(0, 0, 0, 0.22) 0px 10px 10px; */
}
.progress .progress-left {
    left: 0;
}
.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right {
    right: 0;
}
.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #fff;
    color: #023128;
    text-align: center;
    font-family: "Montserrat";
    font-size: 16.954px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    gap: 10px;
}
.progress.color1 .progress-bar {
    border-color: rgba(255, 152, 0, 1);
}
.progress.color1 .progress-left .progress-bar {
    animation: loading-3 1.5s linear forwards 1.8s;
    -webkit-animation: loading-3 1.5s linear forwards 1.8s;
}
.progress.color2 .progress-bar {
    border-color: rgba(8, 192, 175, 1);
}
.progress.color2 .progress-left .progress-bar {
    animation: loading-3 1s linear forwards 1.8s;
    -webkit-animation: loading-3 1s linear forwards 1.8s;
}
.progress.color3 .progress-bar {
    border-color: rgba(244, 100, 54, 1);
}
.progress.color3 .progress-left .progress-bar {
    animation: loading-3 1s linear forwards 1.8s;
    -webkit-animation: loading-3 1s linear forwards 1.8s;
}
.progress.color4 .progress-bar {
    border-color: rgba(0, 150, 136, 1);
}
.progress.color4 .progress-left .progress-bar {
    animation: loading-3 1s linear forwards 1.8s;
    -webkit-animation: loading-3 1s linear forwards 1.8s;
}
.progress.color5 .progress-bar {
    border-color: rgba(253, 133, 7, 1);
}
.progress.color5 .progress-left .progress-bar {
    animation: loading-3 1s linear forwards 1.8s;
    -webkit-animation: loading-3 1s linear forwards 1.8s;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@media only screen and (max-width: 990px) {
    .progress {
        margin-bottom: 20px;
    }
}
.container-processus-service-design {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.img-realisation-design {
    width: 100%;
    box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.25);
}
.row-img-principal-realisation-design {
    justify-content: center;
    align-items: center;
}
.row-line2-design-realisation,
.row-line2-design-realisation,
.row-line3-design-realisation {
    margin-top: -50px;
}
.content-img-principal-realisation-design {
    position: absolute;
    top: 100px;
}
.img-principal-realisation-design {
    box-shadow: none !important;
}
.text-descripbe-about-service-item,
.text-descripbe-about-service-item p,
.text-descripbe-about-service-item ul li,
.text-descripbe-about-service-item span,
.text-descripbe-about-service-item div {
    color: #000 !important;
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: 234%;
}
.text-descripbe-about-service-item img {
    width: 100% !important;
    height: auto !important;
    margin: 20px 0 !important;
}
.section-demande-devis-container {
    background: #fff;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.05);
    padding: 30px;
    position: relative;
    z-index: 9;
    bottom: -35px;
}
.sub-title-form-demande-devis {
    color: rgba(0, 0, 0, 0.8);
    font-family: "Montserrat";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 195.4%;
    text-transform: uppercase;
    text-align: center;
}
.content-col-banner-left-produit-item {
    padding: 50px;
    border-color: #2b9f60;
    border-width: 16px;
    border-style: none none solid solid;
}
.content-col-banner-left-produit-item::before {
    content: "";
    width: 32px;
    height: 16px;
    z-index: 1;
    position: absolute;
    left: -16px;
    top: 0px;
    background-color: var(--bg-border);
}

.content-col-banner-left-produit-item::after {
    content: "";
    width: 16px;
    height: 16px;
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0px;
    background-color: var(--bg-border);
}
.content-produit-item-section-realisation {
    width: 50%;
    margin: auto;
}
.container-section-v2-fonctionnalite {
    position: relative;
    padding-top: 20px;
}
.container-section-v2-fonctionnalite::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.1;
    background: var(--bg-before);
    width: 60%;
    height: 70%;
}
.section-testimonial-produit-item {
    padding-top: 85px;
    margin-bottom: 200px;
    position: relative;
    padding-bottom: 200px;
}
.title-testimonial-produit-item {
    color: #fff;
    text-align: center;
    font-family: "Montserrat";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 47.25px;
    text-transform: uppercase;
}
.content-text-descripbe-testimonial-produit-item {
    width: 50%;
    margin: auto;
}
.text-descripbe-testimonial-produit-item {
    color: #fff;
    text-align: center;
    font-family: "Josefin Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.content-video-player {
    filter: drop-shadow(0px 63px 50px rgba(67, 67, 68, 0.07));
}
.content-video-player object {
    border-radius: 10px;
    background: linear-gradient(
            0deg,
            rgba(34, 139, 82, 0.2) 0%,
            rgba(34, 139, 82, 0.2) 100%
        ),
        url(<path-to-image>), lightgray 50% / cover no-repeat;
    box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.24);
}
.container-video-testimonial-produit-item {
    width: 60%;
    margin: auto;
    height: 320px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -166px;
}
.rea-show-page-techno-section-row .slick-prev,
.rea-show-page-techno-section-row .slick-next {
    width: 60px !important;
    height: 60px !important;
    background: var(--bg-arrow-slider) !important;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1) !important;
    color: #fff !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 9;
}
.rea-show-page-techno-section-row .slick-prev::before,
.rea-show-page-techno-section-row .slick-next::before {
    color: #fff !important;
}
.rea-show-page-techno-section-row .slick-dots li.slick-active button:before {
    border: 1px solid var(--bg-arrow-slider) !important;
    /* outline-offset: 4px; */
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    opacity: 1 !important;
}
.rea-show-page-techno-section-row .slick-dots li button:before {
    color: var(--bg-arrow-slider) !important;
    width: 30px !important;
    height: 30px !important;
    position: inherit !important;
    font-size: 15px !important;
    opacity: 1 !important;
    line-height: inherit !important;
}
.rea-show-page-techno-section-row .slick-dots li button {
    width: 30px !important;
    height: 30px !important;
}
.width-contnt-btn-header-ressurce {
    width: 180px;
}
/* style input file css */
.inputfile {
    /* width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; */
    height: 0.1px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    opacity: 0;
    z-index: 9999;
}
.inputfile + .label-input-file {
    color: rgba(0, 0, 0, 0.23);
    font-family: "Montserrat";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 195.4%;
    border-radius: 10px;
    border: 0.5px dashed #535461;
    background: #fff;
    display: inline-block;
    padding: 15px;
    width: 100%;
}

.inputfile:focus + .label-input-file,
.inputfile + .label-input-file:hover {
    border: 0.5px dashed #535461;
}
.inputfile + .label-input-file {
    cursor: pointer;
}
.inputfile:focus + .label-input-file {
    outline: 0.5px dashed #535461;
    outline: -webkit-focus-ring-color auto 1px;
}
.content-form-input-file {
    position: relative;
}
.content-icon-input-file {
    position: absolute;
    right: 15px;
    top: 15px;
}
/* style input file css */

.postuler-offre-form-control {
    border-radius: 10px;
    border: 0.5px solid #535461;
    background: #fff;
    padding: 25px 15px;
    color: rgba(0, 0, 0, 0.23);
    font-family: "Montserrat";
    font-size: 25px 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 195.4%;
}
#mainVolkenoNavbar .navbar-nav {
    text-align: center;
}

.container-section-v2-fonctionnalite-produit {
    position: relative;
}
.container-section-v2-fonctionnalite-produit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.1;
    background: #e36f31;
    width: 60%;
    height: 70%;
}
.rea-app-resume-image {
    width: 100%;
}
.laravel-embed__responsive-wrapper iframe {
    width: 100%;
    height: 315px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.text-details-ressource-other-article {
    color: #000;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
}
.input-news-letter-blog-article {
    border-radius: 45px;
    border: 2px solid #f1f1f1;
    background: #fff;
    padding: 15px;
    color: #959595;
    font-family: "Work Sans";
    font-size: 12.159px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
    height: 50px;
}
.input-news-letter-blog-article:focus {
    border: 1px solid #009688;
    box-shadow: none;
}
.btn-news-letter-blog {
    position: absolute;
    right: 8px;
    top: 7px;
    border-radius: 50px;
    background: #009688;
    box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.12);
    color: #fff;
    font-family: "Work Sans";
    font-size: 12.159px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.79px;
    padding: 10px;
}
.btn-news-letter-blog:hover {
    color: #009688;
    border: 1px solid #009688;
    background: #fff;
}

.top_padding__section {
    padding: 5rem 0;
}
.wb-cta-col a {
    justify-content: space-evenly;
}

.blog_card__wrapper .cover__image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.frontend-success-message,
.frontend-danger-message {
    text-align: center;
    font-weight: 600;
}
.details-nous-rejoindre-left-col .detail-ressource-paragraph-container p,
.details-nous-rejoindre-left-col .detail-ressource-paragraph-container ul li,
.details-nous-rejoindre-left-col .detail-ressource-paragraph-container span,
.details-nous-rejoindre-left-col .detail-ressource-paragraph-container div,
.details-nous-rejoindre-left-col .detail-ressource-paragraph-container h1,
.details-nous-rejoindre-left-col .detail-ressource-paragraph-container h2,
.details-nous-rejoindre-left-col .detail-ressource-paragraph-container h3,
.details-nous-rejoindre-left-col .detail-ressource-paragraph-container h4 {
    color: #000000 !important;
    font-size: 15px;
}
.service-and-quotation-request-form-row {
    align-items: center;
}
.have-project-quotation-request-btn {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 130%;
    text-transform: uppercase;
    color: #009688;
}
#cv-uploader-filename .uploaded-filename,
#motivation-uploader-filename .uploaded-filename {
    background: #ececec;
    font-size: 12px;
    padding: 5px;
    font-weight: 600;
    color: #009688;
    border-radius: 10px;
}

#social-links ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
}
#social-links {
    width: 100%;
}
#social-links ul li a span {
    color: #958f8f;
}
.service-description-image {
    float: left;
    padding-right: 20px;
}
.service-description-textual,
.service-description-textual p,
.service-description-textual ul li {
    color: #000;
    text-align: justify;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 234%;
}
.hero-section-cta-btn {
    padding: 10px 30px !important;
}
.hero-section-cta-btn:hover {
    background: #ffffff !important;
}
.description-section-cta-btn {
    justify-content: space-evenly;
    align-items: center;
}
.detail-ressource-paragraph-container ul li,
.detail-ressource-paragraph-container p,
.detail-ressource-paragraph-container div,
.detail-ressource-paragraph-container span {
    color: #000000 !important;
}
.detail-ressource-paragraph-container img {
    width: 100% !important;
    height: auto !important;
    margin: 20px 0 !important;
}
.article-commentable-infos {
    width: 100%;
}
.casadeliz-commentaire-item-btn-response {
    color: #000;
    font-family: "Mulish" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.go-to-comment-btn {
    background: #009688;
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
}
.go-to-comment-section {
    margin-top: 15px;
}
.go-to-comment-btn:hover {
    color: #009688 !important;
    border-color: #009688 !important;
    background: transparent !important;
}
#social-links ul {
    list-style: none;
    padding-left: 0 !important;
}
#social-links ul li a {
    font-size: 25px;
}
.img-podcast-item-cover-container p {
    color: #000 !important;
    font-family: "Montserrat";
}
.podcast-title {
    color: #000000;
    font-family: "Montserrat";
    font-size: 13px;
    font-style: normal;
    padding: 20px;
    text-align: center;
}
.details-service-item-row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.ended-event-alert-danger {
    font-family: "Montserrat";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border: 1px solid #721c24 !important;
}
.social-media-item-link {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.35) !important;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff !important;
}
.social-media-item-link span {
    color: #ffffff !important;
    font-size: 14px;
}
.social-media-item-link:hover {
    text-decoration: none;
    background: #009688 !important;
}
.social-network-link-footer {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
}
.social-network-link-footer span {
    color: #033934;
    font-size: 22px;
}
.play-podcast-btn {
    background: #ffffff !important;
    color: #f79604 !important;
}
.play-podcast-btn .content-icon-svg-take-rdv-projet {
    background: #f79604 !important;
}
.gap-3 {
    gap: 1rem;
}

.content-col-lg-stat-value-nombre-v2 {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.title-stat-value-number-v2 {
    font-family: "Montserrat";
    font-size: 40px;
    font-weight: 500;
    line-height: 49px;
    letter-spacing: 0em;
    text-align: left;
    color: #230b34;
}
.text-stat-value-number-v2 {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #230b34;
}
/* .img-icon-stat-service {
    width: 100%;
} */
.col-lg-stat-value-nombre {
    display: flex;
}
.text-describe-service-item-v2,
.text-describe-service-item-v2 p,
.text-describe-service-item-v2 ul,
.text-describe-service-item-v2 ul li {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}
.title-section-process-hiw-service {
    font-family: "Montserrat";
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
}
.text-section-process-hiw-service {
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
}
.section-process-how-it-work {
    margin: 80px 0;
    width: 100%;
    padding: 40px 0;
}
.img-process-hiw-service {
    width: 100%;
    box-shadow: 0px 4px 74px 0px #18a89a29;
}
.col-content-text-process-hiw-service {
    width: 60%;
    margin-left: auto;
}
.col-content-text-process-hiw-service2 {
    width: 60%;
    margin-right: auto;
}
.content-img-deco-process1 {
    position: absolute;
    right: 0;
    top: 0;
}
.list-item-process-service {
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    padding-bottom: 20px;
}
.content-text-list-process-service-hit {
    width: 80%;
    margin-left: auto;
}
.content-img-deco2 {
    position: absolute;
    left: 0;
    top: 0;
}
/* .img-deco-process2-service {
    width: 550px;
    height: 500px;
} */
.row-process-how-it-work-service-section2 {
    background-color: #00776c;
    padding: 80px 0;
    margin: 40px 0;
}
.content-col-lg-process-hiw-service-section2 {
    width: 60%;
    position: relative;
    z-index: 9;
}
.container-img-deco-bg-section2-hiw {
    position: absolute;
    top: 0;
    left: -15%;
}
.title-section-process-hiw-service2 {
    font-family: "Montserrat";
    font-size: 28px;
    font-weight: 800;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}
.text-section-process-hiw-service2,
.text-section-process-hiw-service2 p,
.text-section-process-hiw-service2 ul,
.text-section-process-hiw-service2 ul li {
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: justified;
    color: #fff;
}
.container-list-check-hiw {
    display: flex;
    align-items: center;
    gap: 10px;
}
.title-section-news-letter {
    font-family: "Montserrat";
    font-size: 34px;
    font-weight: 700;
    line-height: 41px;
    letter-spacing: 0em;
    text-align: center;
    color: #333333;
}
.text-section-news-letter {
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.26em;
    text-align: center;
    color: #333333;
}
.container-section-news-letter {
    box-shadow: 0px 4px 40px 0px #00000012;
    border: 1px solid #0096883d;
    padding: 30px 0;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.container-btn-section-news-letter {
    width: 25%;
    margin: auto;
}
.container-img-icon-stat-service {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    color: #ffffff;
}
