.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: .2s ease-in-out;
    border: 1px solid #16DAB7;
    padding: .8rem 1.5rem;
    display: inline-block;
}
.btn-theme:hover{
    text-decoration: none;
    border: 1px solid transparent;
    background: #fff;
    color: #16DAB7;
    transition: .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: 11%;
    z-index: 1;
    position: relative;
    height: auto;
    background-color: inherit;
    white-space: normal;
    /* box-shadow: 0 10px 10px #16181b; */
}
a{
    transition: .2s ease-in-out;
}
a:hover{
    transition: .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: .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: .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-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: .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 0 1rem;
    transition: all .2s ease-in-out;
}
.link-img-realisation-banner:hover{
    text-decoration: none !important;
    transform: scale(1.1);
}
.img-realisation-banner{
    width: 100%;
    border-radius: 10px;
    height: 260px;
}

/* 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: .2s ease-in-out;
    background: #fff;
    box-shadow: 1px 2px 8px #1bafa1;
}
.item-chiffre-qsn.card2:hover {
    transition: .2s ease-in-out;
    background: #fff;
    box-shadow: 1px 2px 8px #ff8a00;
}
.item-chiffre-qsn.card3:hover {
    transition: .2s ease-in-out;
    background: #fff;
    box-shadow: 1px 2px 8px #f34336;
}
.item-chiffre-qsn.card4:hover {
    transition: .2s ease-in-out;
    background: #fff;
    box-shadow: 1px 2px 8px #16dab7;
}
a.nav-link.volkeno-nav-header.active:after {
    /* content: "";
    width: 100%;
    height: 5px;
    background: orange;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto; */
    border-bottom: solid 5px #ff9800;
}

a.nav-link.volkeno-nav-header.active {
    position: relative;
    border-bottom: solid 5px #ff9800;
}
a.nav-link.volkeno-nav-header:hover {
    color: #ff9800 !important;
    border-bottom: solid 5px #ff9800;
    /* transform: scaleX(0); */
    /* transition: transform 250ms ease-in-out; */
}
.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: .3s ease-in;
}
.team-item.front{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .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: .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: .2s ease-in-out;
}
.trier a:hover{
    text-decoration: none;
    color: #000000;
    transition: .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: .2s ease-in-out;
    opacity: .9;
}
.evenement-webinar-card:hover{
    text-decoration: none !important;
    /* transform: scale(1.1); */
    transition: .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: .2s ease-in-out;
    line-height: 23px;
}
.evenement-webinar-card .title::first-letter{
    text-transform: capitalize;
}
.evenement-webinar-card .title:hover{
    transition: .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: .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: .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 .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: .8rem 1rem;
    display: inline-block;
    transition: .2s ease-in-out;
}
.flip-card-back-services .voir-plus:hover {
    color: #ffffff;
    text-decoration: none;
    background: #09C1A0;
    transition: .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: .5;
}

.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 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    padding: 20px 0;
}
.quotation-modal .modal-header {
    border-bottom: none;
    padding: 31px 55px;
}
.quotation-form-control {
    background: #FFFFFF;
    border: 0.5px solid #16DAB7;
    box-sizing: border-box;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    padding: 25px 5px;
}

.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: 10%;
}
.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);
    padding-bottom: 20px;
}
.produit-item-image {
    border-radius: 10px;
}
.nos-produits-list-content .slick-prev.slick-arrow,
.nos-produits-list-content .slick-next.slick-arrow {
    background: #1BAFA1;
    width: 35px;
    height: 35px;
    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-form-control {
    background: #F3F3F4;
    border-radius: 10px;
    padding: 20px 15px;
}
.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;
}
.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%;
}
.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: 21px;
    line-height: 189%;
    text-align: justify;
    color: #000000;
}
.check-rea-fonct-container span {
    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;
}
.rea-fonct-app-col.textual-col {
    margin-bottom: 5%;
}
.rea-show-page-techno-section-row {
    margin: 20px 0;
}
.rea-techno-app-content-container {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #FFFFFF;
    border-radius: 10px !important;
    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: #E5F1EF;
    width: 100%;
    padding: 0 50px;
}
.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%;
}
.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: 0 7%;
}
.realisation-app-resume-image-container.produit-resume-image-container {
    position: relative;
    margin-top: 10%;
}
.rea-app-resume-image.produit-resume-image {
    width: 50%;
    position: absolute;
    right: 0;
    top: -90%;
}
.produit-item-resume p {
    padding: 0;
}
.produit-item-resume-container {
    padding-right: 40%;
}
.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%;
}
.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: 18px;
    line-height: 150%;
    color: #000000;
    margin: 20px 0;
}
.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: 19%;
    right: 2%;
	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;
  }
