@charset "UTF-8";

/*!
 * Copyright 2022 BASS CONSULTING
 */
@import url('partials/fonts.css');
@import url('partials/colors.css');
@import url('partials/buttons.css');
@import url('partials/header.css');
@import url('partials/footer.css');
@import url('partials/typography.css');
@import url('partials/menu.css');


body {
    font-family: "Quicksand-Regular", sans-serif;
    font-size: 1rem;
    font-weight: normal;
    color: #000000;
}

p {
    line-height: 2;
}

.bass-line-height {
    line-height: 2;
}


.footer-logo {
    height: 150px;
}

.footer-top-bar {
    border-top: 6px solid var(--bass-red);
}

.card-travaux, .card-travaux .card-body {
    color: white;
    border-radius: 1rem;
}

.fa-travaux {
    position: relative;
    left: -13px;
    font-size: 8rem;
    opacity: .3;
    --fa-rotate-angle: -15deg;
}

.expertise-bg {
    background: rgba(217, 217, 217, 0.2);
}

.expertise-pattern {
    position: absolute;
    bottom: -160px;
    left: -34px;
}

.expertise-pattern-top {
    position: absolute;
    top: -184px;
    left: 10px;
}

.expertise-svg {
    width: 490px;
    height: 300px;
    background: var(--bs-white);
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 7px 8px 36px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
}

.expertise-svg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.expertise-icon {
    height: 90px;
    width: 106px;
    font-size: 2rem;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -45px;
    left: -60px;
    background: var(--bass-gray);
}


.py-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.py-section-top {
    padding-top: 5rem;
}

.py-section-bottom {
    padding-top: 5rem;
}

.py-equipe {
    padding-top: 5rem;
    padding-bottom: 12rem;
}

.py-expertise {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (min-width: 768px) {

    .py-expertise {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

/*
*
* ==========================================
* FOR CONTENT PURPOSES
* ==========================================
*
*/
.text-small {
    font-size: 0.9rem !important;
}


/*body {*/
/*    min-height: 110vh;*/
/*    background-color: #4ca1af;*/
/*    background-image: linear-gradient(135deg, #4ca1af 0%, #c4e0e5 100%);*/
/*}*/


.home-partners-card {
   /* border-bottom: 4px solid var(--bass-red);*/
    /*
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16), 0px 2px 4px rgba(0, 0, 0, 0.12), 0px 1px 8px rgba(0, 0, 0, 0.1);
    */
    border: 0;
    border-radius: .5rem;
    width: 290px;
    height: 161px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-partners-card-img {
    width: 12rem !important;
    height: auto !important;
    object-fit: cover !important;
}

.home-partners-card-img-2 {
    width: 5rem !important;
    height: auto !important;
    object-fit: cover !important;
}


.home-partners-bar {
   /* width: 100%;
    height: 6px;
    background: var(--bass-red);
    position: absolute;
    top: 40%;
    z-index: 1;*/
}

.home-formations-background {
    background: url("../img/banner/formations.webp");
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    border-radius: 10px;
}


.bass-badge-formation {
    background: var(--bass-red);
    font-weight: 700;
    font-size: 10px;
    position: absolute;
    top: 4%;
    right: 3%;
    padding: .4rem .8rem;
    border-radius: 24px;
    color: var(--bs-white);
    box-shadow: 0 6px 6px hsl(0deg 0% 0% / 30%);
}

.transform-formations {
    position: absolute;
    bottom: 5rem;
}

.expertise-underline {
    width: 36px;
    height: 3px;
    display: inline-block;
    margin-right: 1rem;
    background: var(--bass-red);
}

/* .expertises-icone-img{
    height: 50%;
    width: 100%;
    object-fit: cover;
} */


/*
*
* ==========================================
* SECTION STATISTIQUES
* ==========================================
*
*/

.card-stats {
    border: none;
    overflow: hidden;
    height:11rem ;
}

.margin-top-stats {
    margin-top: -1em;
}

.card .circle-stats {
    border-radius: 0;
    width: 100px;
    height: 100px;
    background: #ffffff;
    position: absolute;
    right: 0px;
    bottom: -50px;
    /* background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%); */
    background-image: url('../img/patterns/pattern.svg');
    background-size: 8.5em;
    border-top-left-radius: 0;
    opacity: .5;
}


/*
*
* ==========================================
* SECTION PRESENTATION
* ==========================================
*
*/

.image {
    /* the magic */
    display: block;
    width: 30em;
    height: 30em;
    overflow: hidden;
    -webkit-border-radius: 30em;
    -moz-border-radius: 30em;
    -ms-border-radius: 30em;
    -o-border-radius: 30em;
    border-radius: 30em;
    /* the rest */
    position: relative; /* for the overlay later */
    margin: 0px auto;
    text-align: center;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px 3px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px 3px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px 3px 8px rgba(0, 0, 0, 0.3);
}

.img-presentation {
    max-width: 115%;
    height: auto;
    vertical-align: middle;
    border: 0;
    /* make resized images look good in IE */
    -ms-interpolation-mode: bicubic;
}


.image-on-top {
    z-index: 1;
    margin-top: -32em;
}

.marging-pattern-presentation {
    margin-top: 10em;
}

/*
*
* ====================================================
* SECTION Comment nous résolvons votre problème.
* ====================================================
*
*/


.card-custom {
    overflow: hidden;
    min-height: 450px;
    box-shadow: 0 0 15px rgb(5 5 15 / 10%);
}

.card-custom-img {
    height: 200px;
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-color: inherit;
}


/* First border-left-width setting is a fallback */
.card-custom-img::after {
    position: absolute;
    content: '';
    top: 161px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 40px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 545px;
    border-left-width: calc(575px - 5vw);
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: inherit;
}

.card-custom-avatar {
    background-color: #ffffff;
    box-shadow: 0 0 15px rgb(5 5 15 / 10%);
    position: absolute;
    top: 100px;
    left: 1.25rem;
    width: 6em;
    height: 6em;
}


/*
*
* ====================================================
* ABOUT US - SECTION NOTRE EQUIPES
* ====================================================
*
*/


.about-us-equipes-background {
    background: url("../img/banner/equipes.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    border-radius: 10px;
}

.card-about-us-custom-realisations {
    overflow: hidden;
    box-shadow: 0 0 15px rgb(5 5 15 / 10%);
}

.card-about-us-custom-icon {
    background-color: var(--bass-red);
    box-shadow: 0 0 15px rgb(5 5 15 / 10%);
    position: relative;
    z-index: 1;
    top: 3em;
    left: 1.5rem;
    width: 6em;
    height: 7em;
    color: #fff;
    border-radius: 5px;
}

.apropos-underline {
    width: 36px;
    height: 3px;
    display: inline-block;
    margin-right: 1rem;
    background: var(--bass-red);
}

.margin-title-card-about-us-realisations {
    margin-left: 5.5em;
    margin-top: -2.7em;
    margin-bottom: 1.8em;
}


.hover {
    overflow: hidden;
    position: relative;
    padding-bottom: 60%;
    width: 25em;
    height: 30em;
    /* box-shadow: 0px -8px  20px 0px rgba(0, 0, 0, 0.5); */
}

.hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all 0.4s;
}

.hover img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.hover-content {
    position: relative;
    z-index: 99;
}


/* DEMO 1 ============================== */
.hover-1 img {
    /* width: 105%; */
    width: fit-content;
    position: absolute;
    top: 0;
    left: -5%;
    transition: all 0.3s;
}

.hover-1-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    transition: all 0.4s;
}

.hover-1 .hover-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.hover-1-description {
    transform: translateY(0.5rem);
    transition: all 0.4s;
    opacity: 0;
}

.hover-1:hover .hover-1-content {
    bottom: 2rem;
    background-color: rgba(255, 27, 40, .6);
    margin-left: 2rem;
    margin-right: 2rem;
    border-radius: 10px;
}

.hover-1:hover .hover-1-description {
    opacity: 1;
    transform: none;
}

.hover-1:hover img {
    left: 0;
}

.hover-1:hover .hover-overlay {
    opacity: 0;
}


/*
*
* ====================================================
* MEDIA QUERY
* ====================================================
*
*/


/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    .image-on-top-mobile {
        z-index: 1;
        margin-top: -16em;
        margin-bottom: 4em;
    }


}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    .image-on-top-mobile {
        z-index: 1;
        margin-top: -16em;
        margin-bottom: 4em;
    }

    .image {
        display: block;
        width: 14em;
        height: 14em;
        overflow: hidden;
        -webkit-border-radius: 14em;
        -moz-border-radius: 14em;
        -ms-border-radius: 14em;
        -o-border-radius: 14em;
        border-radius: 14em;
        position: relative;
        text-align: center;
        -webkit-box-shadow: 0px 1px 2px rgb(0 0 0 / 30%), inset 0px 3px 8px rgb(0 0 0 / 30%);
        -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px 3px 8px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 2px rgb(0 0 0 / 30%), inset 0px 3px 8px rgb(0 0 0 / 30%);
    }
}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (min-width: 992px) {
    .margin-to-card-section-3 {
        margin-top: 10em;
    }

    .margin-to-card-apropos-section-3 {
        margin-top: -15em;
    }


}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (min-width: 1200px) {
    .margin-to-card-section-3 {
        margin-top: 10em;
    }

    .card-custom-width {
        width: 22em;
    }
}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (min-width: 1400px) {
    .margin-to-card-section-3 {
        margin-top: 10em;
    }

    .card-custom-width {
        width: 25em;
    }
}


/*
Update 23 octobre 2022*/
.bass-img-fluid {
    max-width: 100%;
    height: 200px;
    object-fit: cover;
}

@media (min-width: 768px) {
    .bass-img-fluid {
        max-width: 100%;
        height: 100%;
        object-fit: cover;
    }
}


.bass-form-select-agenda {
    padding-top: 0rem;
    padding-bottom: 0rem;
    border: none;
}


.form-select.bass-form-select-agenda:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.25rem transparent;
}

.bass-filter-draw {
    width: auto;
    height: 30px;
    border-right: 1px solid #212529 !important;
}


.bass-pagination {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}

.bass-pagination-element-container {
    margin: 0rem 1rem;
}

.bass-pagination-left, .bass-pagination-right {
    color: var(--bass-red) !important;
    text-decoration: none;
}

.bass-pagination-element {
    padding: .3rem .5rem;
    background: transparent;
    color: var(--bass-red);
    text-decoration: none;
    border-radius: 4px;
    font-family: "Poppins-Light", sans-serif;
}

.bass-pagination-element.active {
    background: var(--bass-red);
    color: var(--bs-white);
    font-family: "SourceSans3-Medium", sans-serif;
}

.bass-stats {
    top: -4rem;
}

.bass-partners-pattern {
    position: absolute;
    z-index: 0;
    left: 0;
}

.bass-contact-pattern {
    position: absolute;
    right: -120px;
    top: -100px;
    z-index: -1;
}

.contact-icone {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: var(--bass-red);
    color: #fff;
    font-size: 1rem;
    border-radius: 50%;
}


/* Update 10/11/2022 */

.chat-popup {
    position: absolute;
    top: -5%;
    right: 0;
    cursor: pointer;

}

.chat-popup-content {
    display: none;
    flex-direction: column;
    align-items: end;
    transition: 1s all ease;
    position: relative;
    bottom: 0px;

}

.chat-popup-button {
    color: var(--bs-white);
    background-color: var(--bass-red);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16), 0px 2px 4px rgba(0, 0, 0, 0.12), 0px 1px 8px rgba(0, 0, 0, 0.1);
    border-radius: 2rem;
    padding: .5rem 1rem;
    border: none;
}

.chat-popup:hover .chat-popup-content {
    display: flex;
    transform: translateY(-170px);
}


.chat-popup-link {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.7rem;
    border-radius: 50%;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16), 0px 2px 4px rgba(0, 0, 0, 0.12), 0px 1px 8px rgba(0, 0, 0, 0.1);
    color: var(--bass-red);
    background: var(--bs-white);
    text-decoration: none;
}

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

.vision-circle {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bass-gray);
    margin-bottom: 1.5rem;
}


.bass-partenaires-img {
    height: 90px;
    width: 90px;
    object-fit: contain;
}

.bass-partenaires-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--bass-agenda);
    margin: 15px 0;
}

.bass-partenaires-block:last-of-type {
    border-right: none;
}


/*

.bass-partenaires-separator:first-of-type::before {
    display: none;
}

.bass-partenaires-separator {
    border-top: 1px solid var(--bass-agenda);
    position: relative;
    flex: 27%;
    margin: 0 3%;
}

.bass-partenaires-separator::before {
    content: "";
    background: var(--bass-agenda);
    height: 14px;
    width: 14px;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    left: -17%;
}
*/

.bass-partenaires-block-right {
    border-right: 1px solid var(--bass-agenda);
}

.margin-section-partage {
    margin-top: -3em;
}


@media (min-width: 768px) {

    .bass-partenaires-img {
        height: 180px;
        width: 160px;
        object-fit: contain;
    }

    .bass-partenaires-block {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;

        margin: 15px 0;
    }

    .bass-partenaires-bottom {
        position: absolute;
        bottom: 0;
        padding: 1rem;
        background: red;
        border-bottom: 1px solid var(--bass-agenda);
    }

    .bass-partenaires-block:last-of-type {
        border-right: none;
    }

    .bass-partenaires-separator:first-of-type::before {
        display: none;
    }

    .bass-partenaires-separator {
        border-top: 1px solid var(--bass-agenda);
        position: relative;
        max-width: 23%;
        flex: 22%;
        margin: 0 1.2%;
    }

    .bass-partenaires-separator::before {
        content: "";
        background: var(--bass-agenda);
        height: 14px;
        width: 14px;
        border-radius: 50%;
        position: absolute;
        top: -8px;
        left: -7.5%;
    }
}

.bass-circle-partenaires {
    background: var(--bass-agenda);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    bottom: -9px;
    right: -10px;
    border: 3px solid white;
    z-index: 2;
}

.bass-partenaires-border-end {
    border-right: .8px solid var(--bass-agenda) !important
}

.bass-partenaires-border-bottom {
    border-bottom: .8px solid var(--bass-agenda) !important
}


.social-networks {
    position: fixed;
    top: 60vh;
    right: 1rem;
    z-index: 5000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.social-networks a {
    display: block;
    text-align: center;
    padding: 6px;
    transition: all 0.3s ease;
    color: white;
    font-size: 1.3rem;
}

.facebook {
    background: var(--facebook);
}

.twitter {
    background: var(--twitter);
}

.linkedin {
    background: var(--linkedin);
}

.social-link {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    height: 25px;
    width: 25px;
    border-radius: 50px;
    font-size: .875rem;
    color: var(--bs-white);
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "SourceSans3-Medium", sans-serif;
}

.social-link i {
    margin-right: 0rem;
}

.social-link span {
    display: none;
}

.social-link:hover {
    color: var(--bs-white) !important;
}

@media (min-width: 992px) {

    .social-link {
        padding: 0.5rem 1.5rem;
        font-size: .875rem;
        color: var(--bs-white);
        text-decoration: none;
        width: auto;
        height: auto;
        margin-left: 0.8rem;
        margin-right: 0.8rem;
        border-radius: 1.25rem;
        font-family: "SourceSans3-Medium", sans-serif;
    }

    .social-link i {
        margin-right: .5rem;
    }

    .social-link:hover {
        color: var(--bs-white) !important;
    }

    .social-link span {
        display: block;
    }
}


.catalogue-img {
    position: absolute;
    height: auto;
    width: 0vw;
    top: -29%;
    right: 0;
}

.cat-col-2 {
    display: none;

}

.cat-col-10 {
    flex: 0 0 auto;
    width: 100%;
}

.p-catalogue {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.bass-steps {
    overflow: scroll;
    flex-wrap: nowrap;
    padding-left: 90vw !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.bass-steps::-webkit-scrollbar {
    display: none !important;
}

.home-formations-card {
    border-radius: 16px;
    position: relative;
    width: 270px;
}

.equipes-card {
    border-radius: 16px;
    position: relative;
    width: 270px;
    height: 375px;
    background: transparent !important;
    cursor: pointer;
    perspective: 1000px;
    border: none;

}

.equipes-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    /*background: url("../img/banner/formation.png");*/
    background-size: cover;

}

.equipes-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
    background-color: var(--bass-blue);
    color: white;
    transform: rotateY(180deg);
    padding: 1rem;

}


.equipes-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
}

.equipes-card-front-text {
    height: 30%;
    background: rgba(255, 27, 40, .4);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 1rem;
}

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

.equipes-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.real-carousel-inner {
    height: 400px;
    overflow: hidden;
}

.real-carousel-img {
    width: 100%;
    display: block;
    height: auto;
}

.real-figure, .ag-figure {
    width: 100%;
    height: 50vw;
    position: relative;
    overflow: hidden;
}

.agenda-details-img {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.real-figure-img {
    display: block;
    position: absolute;
    height: auto;
    width: 100%;
    object-fit: cover;
}

.img-rotate-miror {
    transform: none;
}


@media (min-width: 321px) {
    .home-formations-card {
        width: 310px;
    }

    .equipes-card {
        width: 310px;
    }


}

@media (min-width: 406px) {


    .home-formations-card {
        width: 360px;
    }

    .equipes-card {
        width: 360px;
    }
}


@media (min-width: 576px) {
    .cat-col-2 {
        flex: 0 0 auto;
        width: 20%;
        display: block;
    }

    .cat-col-10 {
        flex: 0 0 auto;
        width: 80%;
    }

    .p-catalogue {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .catalogue-img {
        width: 20vw;
        top: -40%;
    }
}


@media (min-width: 768px) {


    .ag-figure, .real-figure {
        height: 30vw;
        overflow: hidden;
    }

    .bass-steps {
        overflow: scroll;
        flex-wrap: wrap;
        padding-left: initial !important;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }


    .catalogue-img {
        width: 17vw;
        top: -32%;
    }

    .home-formations-card {
        width: 300px;
    }

    .equipes-card {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .catalogue-img {
        width: 15vw;
        top: -28%;
    }
}

@media (min-width: 1200px) {

    .real-figure {
        height: 25vw;
    }

    .ag-figure {
        height: 20vw;
        overflow: hidden;
    }


    .catalogue-img {
        width: 150px;
        top: -25%;

    }

    .cat-col-2 {
        width: 41.66%;

    }

    .cat-col-10 {
        width: 58.33%;
    }

    .home-formations-card {
        width: 335px;
    }

    .equipes-card {
        width: 335px;
    }

}

@media (min-width: 1400px) {
    .catalogue-img {
        width: 170px;
        top: -25%;

    }

}

.valeur-icone {
    width: 70px;
}


.ag-formateur {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid var(--bass-red);
}

.home-formations-card-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}


.home-formations-card {
    height: 415px;
}

.home-formations-card-header {
    height: 200px;
    overflow: hidden;
}

.home-formations-card-header::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*  width: auto;
      height: 14.7em;
      background: rgba(0,0,0, 0.2);
      border-radius: 10px 10px 0px 0px;*/
}

.ceo-image-rounded {
    height: 215px;
    width: 200px;
    border-radius: .5rem;
    object-fit: cover;
}

.page-expertise-img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .ceo-image-rounded {
        height: 220px;
        width: 220px;
        border-radius: .5rem;
        object-fit: cover;
    }

    .page-expertise-img {
        max-width: 100%;
        height: 100%;
        object-fit: cover;
    }
}


.bass-chat-wrapper {
    position: fixed;
    bottom: 3vh;
    right: 3%;
    display: flex;
    flex-direction: row-reverse;
    z-index: 5000;
}

.bass-chat-btn {
    background: var(--bass-red);
    align-items: center;
    justify-content: center;
    text-align: center;
    color: inherit;
    display: flex;
    position: relative;
    height: 50px;
    width: 50px;
    font-size: 1.5rem;
    border-radius: 50%;
    color: var(--bs-white);
    border: none;
    transition: all .2s ease;


}

.bass-chat-btn::before {
    content: "Discutez avec nous";
    position: absolute;
    display: block;
    padding: .5rem 1rem;
    background: var(--bass-red);
    color: var(--bs-white);
    left: -11rem;
    font-size: 14px;
    border-radius: .5rem;
    z-index: 5000 !important;
    font-family: "SourceSans3-SemiBold", sans-serif;

}


.bass-chat-btn:hover {
    color: var(--bs-white);
}

.bass-chat-nav {
    list-style: none;
    padding: 0 1rem 0 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    position: absolute;
    bottom: 0%;
    transition: all .3s ease;
    color: var(--bs-white);
}

.bass-chat-nav-link {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: var(--bass-red);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.bass-chat-wrapper:hover .bass-chat-nav, .bass-chat-wrapper .bass-chat-btn:focus + .bass-chat-nav {
    opacity: 1;
    visibility: visible;
}


.bass-chat-wrapper:hover .bass-chat-nav {
    bottom: 100%;
}

.bass-chat-nav-link::after, .bass-link-whatsapp::after, .bass-link-mail::after {
    content: '';
    color: var(--bass-red);
    font-size: 16px;
    font-family: "SourceSans3-SemiBold", sans-serif;
    background-color: transparent;
    width: 100px;
    opacity: 0;
    padding: 10px 20px;
    border-radius: 10px;
    transition: all .3s ease;
    visibility: hidden;
    position: absolute;

}

.bass-chat-nav-link:hover::after,
.bass-chat-nav-link:focus::after {
    opacity: 1;
    visibility: visible;
}


.bass-chat-nav-link:hover {
    color: var(--bs-white);
}

.bass-link-whatsapp {
    background: #26D367;
}

.bass-link-whatsapp::after {
    content: "WhatsApp";
    color: #FFFFFF;
    right: 4rem;
    background: #26D367;
    width: fit-content;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.bass-link-mail::after {
    content: "E-mail";
    color: #FFFFFF;
    right: 4rem;
    background: var(--bass-red);
    width: max-content;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.bass-card-agenda {
    height: auto;
    overflow: hidden;
}

@media (min-width: 768px) {

    .bass-card-agenda {
        height: 220px;
    }

    .h-185 {
        height: 220px;
    }

}

@media (min-width: 1200px) {

    .bass-card-agenda {
        height: 185px;
    }

    .h-185 {
        height: 185px;
    }

}

.iti__flag {
    background-image: url("../img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../img/flags@2x.png");
    }
}

.bass-dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.bass-pagination-left.disabled, .bass-pagination-right.disabled {
    color: var(--bass-agenda) !important;
}

.bass-formateur-img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    object-fit: cover;
}


/* The overlay effect with black background */
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9); /* Black with a little bit see-through */
}

/* The content */
.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

/* Close button */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 1.5rem;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

/* Style the search field */
.overlay input[type=text], .bass-overlay-input {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.bass-overlay-input {
    background: #fafafa;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

/* Style the submit button */
.overlay button, .bass-overlay-button {
    float: left;
    width: 20%;
    padding: 15px;
    background: var(--bass-red);
    color: var(--bs-white);
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlay button:hover, .bass-overlay-button:hover {
    background: var(--bass-red);
}

.cursor-pointer {
    cursor: pointer !important;
}

.bass-nav-link-active {
    background: var(--bass-red);
    height: 4px;
    width: 65%;
    margin-top: 5px;

}

.iti {
    display: block;
}

.agenda-phone .iti {
    width: 100%;
}
@media (min-width: 427px) {
    .iti {
        display: inline-block;
    }
}

.card-experts {
    border: 0 !important;
    width: 300px;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

@media (min-width: 768px) {
    .card-experts {
        margin-bottom: 4rem;
        margin-top: 4rem;
    }
}

.card-experts-body {
    border-radius: .5rem;
    box-shadow: 0 .5rem .8rem rgba(0, 0, 0, .15) !important;
    padding-top: 7.5rem;
    height: 315px;
}

.card-expert-img {
    position: absolute;
    object-fit: cover;
    height: 175px;
    width: 175px;
    border-radius: .5rem;
    top: -5rem;
    left: 0;
    transform: translateX(37%);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}


.circle-testimony-img {
    border: 3px solid var(--bass-red);
    border-radius: 50%;
    height: 120px;
    width: 120px;
    overflow: hidden;
}

.circle-testimony-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.testimony-card {
    border-radius: 1rem;
    height: 400px;
}

@media (max-width: 1200px) {
    .testimony-card {
        width: 272px;
    }
}

.h-36 {
    height: 36px;
}

.testimony-quote {
    position: relative;
    color: var(--bass-red);
}

.quote-left {
    top: -4px;
}

.quote-right {
    bottom: -4px;
}

.lh-normal{
    line-height: 1.5;
}

.testimony-card-header{
    height:130px;
}

.bass-partners-bg{
    background: #fafafa;
}

.bass-partners-img{
    height: 200px;
}

.h-42{
    height: 2.625rem;
}

.modal{
    z-index: 5000;
}
.circle-stats.circle-green{
    background-image: url('../img/patterns/pattern-green.svg');
}
.circle-stats.circle-orange{
    background-image: url('../img/patterns/pattern-orange.svg');
}
.circle-stats.circle-blue{
    background-image: url('../img/patterns/pattern-blue.svg');
}
@media (min-width: 768px) {
    .ceo-image-rounded {
        height: 350px;
        width: 300px;
        border-radius: .5rem;
    }

    .card-stats{
        min-height: 166px;
    }
}
@media (min-width: 1200px) {
    .card-stats {
        height:10rem;
    }
}

.form-control-agenda::placeholder{
    font-size: 16px !important;
}
