@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@200;300;400;500;600&display=swap');

* {
    font-family: 'Lexend', sans-serif;
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*:hover,
*:focus,
*:active {
    outline: none !important;
}

html, body {
    background-color: var(--section-background-primary-color);
    min-height: 100vh;
    margin: 0;
    scroll-behavior: smooth;
}

body {
    animation-duration: 1s;
    animation-name: fadeIn;
}

a {
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
    color: var(--link-color);
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

a:hover,
a:focus,
a:active {
    color: var(--link-hover-color);
    text-decoration: underline;
}

::-webkit-input-placeholder { /* Edge */
    font-weight: 400 !important;
    font-size: 20px !important;
    text-align: left !important;
    color: #aaa !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: 400 !important;
    font-size: 20px !important;
    text-align: left !important;
    color: #aaa !important;
}

::placeholder {
    font-weight: 400 !important;
    font-size: 20px !important;
    text-align: left !important;
    color: #aaa !important;
}

li {
    margin-bottom: 5px;
}

h3 {
    font-size: 15px;
    letter-spacing: 0.2em;
}

h4,
.chip-name {
    font-size: 40px;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}
.flex-start {
    align-items: flex-start;
    display: flex;
}

.position-ref {
    position: relative;
}

.content {
    position: relative;
    text-align: center;
    max-width: 100vw;
}

small {
    font-weight: 300;
}


/*--------------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>> HEADER & FOOTER MENUS <<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/*--------------------------------------------------------------------------*/

.navbar, .footer-links {
    display: flex;
    flex-direction: row;
}

.navbar {
    height: 90px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
}

.main-logo {
    height: 70px;
}

.main-logo-text {
    margin-top: 4px;
    font-weight: 300;
    font-size: 13px;
    text-align: left;
    color: var(--title-color);
}

.footer-links {
    padding: 15px;
}

.nav-link-conform {
    font-size: 1rem;
}

header p {
    font-size: 27px;
    color: #4c4c4c;
    text-transform: uppercase;
    margin-left: 15px;
    line-height: 30px;
}

header,
footer {
    width: 100%;
}

header {
    position: fixed;
    top: 0;
    z-index: 150;
    background-color: #fff;
    /*padding-right:15px;*/
}

.cherries-header {
    transform: translateX(-35px);
}

.cherries-header2 {
    transform: translateX(15px);
}

.footer-links {
    background-color: #4c4c4c;
}

.footer-links-first-row img {
    margin-left: 120px;
}

.header-menu-item,
.footer-menu-item {
    flex: auto;
}

.menu-button {
    display: inline-block;
    line-height: .8rem;
}

.header-menu-item {
    font-size: 25px;
    color: #202020;
}

.header-menu-custom {
    padding: 10px 0;
}

.navbar-brand {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    padding: 0;
}

.navbar-brand img {
    max-width: 275px;
    height: auto;
    transition: width 100ms linear;
}

.navbar-brand:hover {
    color: #fff !important;
}

.header-navbar.scrolled {
    /*border-bottom: 1px solid #ddd;*/
}

.header-navbar.scrolled .navbar-brand img {
    width: 90%;
    max-width: 355px;
    height: auto;
    -webkit-transition: width 100ms linear;
    transition: width 100ms linear;
}

.header-navbar.scrolled .baseline {
    display: none;
}

.toggler-custom {
    border: unset;
    padding: 0;
    border-radius: unset;
}

#pourquoi {
    text-align: left !important;
}

#comment {
    text-align: right !important;
}

.footer-links a {
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1rem;
    text-decoration: none;
}

.footer-menu-item {
    padding: 10px !important;
}

.link {
    color: var(--title-color);
    text-decoration: underline;
}

/*--------------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>> BASELINE STYLE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/*--------------------------------------------------------------------------*/

.baseline-btns {
    font-size: 12px;
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
}

.baseline-btns span {
    width: 50%;
}

/*--------------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>> DATEPICKER STYLE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/*--------------------------------------------------------------------------*/

#datepicker {
    padding: 0;
    margin: 0;
    max-width: 100%;
}

#datepicker .datepicker {
    margin: 0 auto !important;
    border-radius: unset;
}

.datepicker,
.table-condensed {
    width: 500px;
    max-width: 90vw;
    margin: 0 !important;
}

.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    border: none;
    color: #3c4b5f;
    font-size: 32px;
    font-weight: 300;
}

/* old days */
.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #fff;
}

/* currently day*/
.datepicker table tr td.day:hover,
.datepicker table tr td.active,
.datepicker table tr td.focused {
    cursor: pointer;
    background-color: #eb5b25;
    color: #fff !important;
    border-radius: 50%;
}

/* month */
.datepicker .datepicker-switch,
.datepicker tfoot tr th {
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
}

.datepicker span.month.active,
.datepicker span.year.active {
    background-color: #eb5b25 !important;
    background-image: unset !important;
}

.datepicker .datepicker-switch:hover {
    background-color: #f3aa00;
    color: #eb5b25;
}

.datepicker th.dow {
    color: #fff;
}

/* next && previous */

.datepicker .next {
    visibility: hidden;
}

.datepicker .next:after {
    content: url("../images/fleche_defilement_D_rdv.svg");
    visibility: visible;
    margin-left: -52px;
    background-size: 10px 20px;
    display: inline-block;
    width: 50px;
}

.datepicker .next:hover:after {
    content: url("../images/fleche_defilement_D_clic.svg");
    background-repeat: repeat-y;
    background-size: 10px 20px;
    display: inline-block;
    width: 50px;
}

.datepicker .prev {
    visibility: hidden;
}

.datepicker .prev:after {
    content: url("../images/fleche_defilement_G_rdv.svg");
    visibility: visible;
    margin-right: -25px;
    background-size: 10px 20px;
    display: inline-block;
    width: 50px;
}

.datepicker .prev:hover:after {
    content: url("../images/fleche_defilement_G_clic.svg");
    background-repeat: repeat-y;
    background-size: 10px 20px;
    display: inline-block;
    width: 50px;
}

/* times disponibility*/
.datepicker table tr td.activeDays,
.datepicker table tr th .activeDays {
    background-color: #71b03d;
    color: #3c4b5f;
    border-radius: 100%;
}

.datepicker .day {
    padding: 2% 0;
}

.datepicker table tr td.activeNewDays,
.datepicker table tr th .activeNewDays {
    background: #fff;
    color: #3c4b5f;
    border-radius: 100%;
}

.times-menu {
    background-color: #71b03d;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 60px;
    line-height: 38px;
    position: relative;
    text-align: center;
    width: 60px !important;
    margin-right: 5px;
    z-index: 2;
}

.times-menu:hover {
    background: #eb5b25 !important;
    color: #fff;
    cursor: pointer;
}

.alert-agenda {
    padding: 20px 0;
    font-size: 20px;
    display: inline-block;
}

.content-time {
    position: absolute;
    top: 8px;
    right: 5px;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
    background-color: #eb5b25 !important;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background-image: none !important;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #a5a5a5;
    cursor: not-allowed !important;
}

.slick-prev, .slick-next {
    top: 30% !important;
}

#consultations .slider-container {
    width: 500px !important;
    margin: 0 auto;
    max-width: 80vw;
}

.slider {
    width: 100%;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-prev:before {
    content: url("../images/fleche_blanche_G.svg");
    visibility: visible;
    /*margin: 0px 5px 0 0;*/
}

.slick-prev:hover:before {
    content: url("../images/fleche_rouge_home_G.svg");
    visibility: visible;
}

.slick-next:before {
    content: url("../images/fleche_blanche.svg");
    visibility: visible;
    /*margin: 0 0px 0px -25px;*/
}

.slick-next:hover:before {
    content: url("../images/fleche_rouge_home.svg");
    visibility: visible;
}

.slick-track {
    padding: 20px 0;
}

.slick-dots {
    display: none !important;
}

.container-dispo {
    margin: 0 31px 0 0;
}

.datepicker th.dow {
    color: #fff;
    font-size: 22px;
    max-width: 25px;
}

.datepicker-hours {
    position: relative;
    margin-top: 5px;
}

/*--------------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>> PAGE STYLE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/*--------------------------------------------------------------------------*/

#app-content {
    position: relative;
    padding-top: 90px;
    min-height: calc(100vh - 168px);
}

/*--------------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>> HOME & GENERAL COMPONENT STYLES <<<<<<<<<<<<<<<<<<<<<<< */
/*--------------------------------------------------------------------------*/

#breadcrumb,
#chips {
    max-width: 100%;
}

#breadcrumb {
    margin: 0;
    padding: 4vh 2vw;
}

#chips {
    margin: 0;
}

.active {
    opacity: 1;
}

.breadcrumb-mark {
    height: 25px;
    width: 100%;
}

.inactive .breadcrumb-mark {
    background-color: #e0e0e0 !important;
}

.breadcrumb-text {
    padding: 0;
    display: inline-block;
    min-height: 48px;
}

.breadcrumb-text h6 {
    font-weight: 600;
}

.inactive .breadcrumb-text {
    opacity: 0.3;
}

#programme-breadcrumb .breadcrumb-mark {
    border-radius: 25px 0 0 25px;
}

#paiement-breadcrumb .breadcrumb-mark {
    border-radius: 0 25px 25px 0;
}

.chip {
    margin-bottom: 25px;
    opacity: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.chip .row {
    padding: 10px;
}

.chip .row div {
    display: flex;
    align-items: center;
}

.chip-name {
    text-transform: uppercase;
}

#programme-chip {
    padding-right: 30px;
}

#foodcoach-chip {
    /*padding-left: 30px;*/
    background-color: #ddd;
}

#programme-chip h5,
#foodcoach-chip h5,
#programme-chip h6,
#foodcoach-chip h6 {
    margin-bottom: 0;
}

#programme-chip h6,
#foodcoach-chip h6 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1rem;
}

#foodcoachs {
    animation-duration: 1s;
    animation-name: fadeIn;
}

.available-programme {
    padding: 3vh;
}

.programme-item-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;

    width: 125px;
}

.how-services-list .programme-item-container {
    justify-content: flex-start;
}

.programme-item {
    width: 125px;
}

.icon-programme {
    max-width: 100%;
}

.choices-section {
    min-height: 60vh;
    width: 100%;
    margin: 0;
    padding-top: 3vh;
    opacity: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.extended {
    min-width: 99vw;
}

.general h6 {
    color: #c9242a;
    font-weight: 500;
}

.general h6,
.choices-section h3,
.card-body h3,
.espace-perso h3,
.agenda h3 {
}

.summary div {
    display: inline-block;
    max-width: 400px;
}

.portrait {
    height: 120px;
    border: 4px solid #b3d84a;
    border-radius: 60px;
}

.redmarked {
    border: 4px solid #c9242a;
}

.icon {
    height: 50px;
}

.cv-icon {
    margin: 25px;
    z-index: 10;
}

.upper {
    padding-bottom: 5px;
}

.upper1 {
    transform: translateY(-10px);
}

.upper2 {
    transform: translateY(-15px);
}

.upper3 {
    transform: translateX(45px);
}

.upper4 {
    transform: translate(15px, -45px);
}

.upper5 {
    transform: translate(15px, 10px) !important;
}

.txt-titled {
    font-size: 28px;
}

.programme-plus {
    transform: translate(-42px, 0px);
}

.foodcoach-plus {
    transform: translate(30px, 5px);
    z-index: 15;
    position: absolute;
}

/*--------------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>> MODAL & CONTENT PAGE STYLE <<<<<<<<<<<<<<<<<<<<<<<<<< */
/*--------------------------------------------------------------------------*/

.bandeau,
.modal-header {
    background-color: #c9242a;
    color: #fff;
    border-radius: 0;
}

.modal-header-custom {
    background-color: unset;
    border-bottom: unset;
}

.modal-header-custom-img {
    padding: 0 1rem;
}

.modal-header-custom-img img {
    max-width: 49%;
}

.bandeau {
    padding: 55px 0 15px;
    color: var(--title-color);
    font-weight: 500;
    font-size: 50px;
    letter-spacing: 0.02em;
    line-height: 50px;
    text-align: center;
}

.bandeau h3,
.bandeau h3 strong {
    color: var(--title-color);
    font-weight: 500;
    font-size: 50px;
    letter-spacing: 0.02em;
    line-height: 50px;
    text-align: center;
}

.modal {
    color: #4c4c4c;
    text-align: left;
}

/*.modal-video{*/
/*    max-width:50vw; !*99vw;*!*/
/*}*/

.modal-video .modal-content {
    width: 100vw;
    height: 95vh;
    background: transparent;
    border: unset;
}

.modal-video .close img {
    transform: translate(45px, 50px);
}

.wistia_embed {
    box-shadow: 1px 1px 15px 5px rgba(50, 50, 50, 0.5);
}

.modal-cgu {
    max-width: 540px;
    width: 100%;
}

.iframe-video {
    width: 100%;
    height: 85vh;
}

#modal-portrait-img-draft img {
    max-width: 100%;
}


/*--------------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>> TOOLTIP POPOVER STYLE <<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/*--------------------------------------------------------------------------*/

.custom-tooltip {
    position: fixed;
    right: 0;
    bottom: 25vh;
    background-color: #c9242a;
    border-radius: 50% 0 0 50%;
    box-shadow: 0 2px 2px #4c4c4c;
    padding: 8px 10px 8px 15px;
    z-index: 500;
}

.arrow {
    display: none;
}

.popover {
    z-index: 20;
    font-size: 13px;
    border: unset;
    border-radius: 5%;
    box-shadow: 0 1px 1px #4c4c4c;
}

.popover-body {
    padding: 1rem 1.2rem;
}

/*--------------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>> PERSONAL MENU STYLES <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/*--------------------------------------------------------------------------*/

.personal-menu-step {
    padding: 0;
    width: 100%;
}

.personal-menu-step span {
    display: block;
    height: 35px;
    border: 2px solid #fff;
    color: #c9242a;
    background-color: #ddd;
    padding: 5px 10px;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.personal-menu-step span.inactive {
    color: #3c4b5f !important;
    background-color: #fff;
!important;
}

.personal-menu-step span.inactive:hover {
    color: #c9242a !important;
    background-color: #ddd;
!important;
}

/*--------------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>>> PERSONAL PAGES STYLE <<<<<<<<<<<<<<<<<<<<<<<<<< */
/*--------------------------------------------------------------------------*/

.espace-perso h4 {
    font-size: 1.6rem;
}

.other-consultations {
    margin: 40px 0 0;
    padding-top: 1rem;
}

.other-consultations-assistant {
    margin-bottom: 55px;
}

.other-consultations h4 {
    margin-bottom: 0.8rem;
}

.other-consultation {
    padding-top: 1rem;
}

.consultation-summary {
    padding: 1rem 0.8rem 0 0.8rem;
}

/*--------------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>> QUESTIONNAIRE STYLES <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/*--------------------------------------------------------------------------*/

/*#questionnaire{*/
/*    padding-left: 35px;*/
/*}*/

#questionnaire-frame h3 {
    text-transform: uppercase;
}

#questionnaire-controls {
    padding-left: 0;
    font-size: 0.9rem;
    text-align: left;
}

#v-pills-tab {
    width: 50px;
    background-color: #ddd;
    padding: 10%;
}

.tablist-head {
    text-align: center;
    padding-bottom: 5px;
    font-weight: 500;
}

.nav-pill-custom {
    border-radius: 2rem !important;
    padding: 9px 5px;
    text-align: center;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #6f42aa;
}

.alert-questionnaire {
    background: unset;
    border: unset;
    font-weight: 600;
    color: #f00;
}

/*--------------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>> WEBCAM STYLES <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/*--------------------------------------------------------------------------*/

.moderation {
    text-align: left;
}

/*--------------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>> CAROUSEL STYLES <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/*--------------------------------------------------------------------------*/

#carouselProgrammes {
    min-height: 80vh;
}

#carouselProgrammesHeader {
    padding-top: 20px;
}

#carouselProgrammesHeader h4 {
    color: #c9242a;
    padding-right: 15px;
    border-right: 1px solid #c9242a;
    font-size: 72px;
}

#carouselProgrammesHeader p {
    color: #4c4c4c;
    font-size: 20px;
}

.carousel-control-prev-custom,
.carousel-control-next-custom {
    height: 100%;
    margin-top: 70%;
}

.carousel-control-prev-custom {
    background-image: url("../images/fleche_gauche_slider_home.svg");
}

.carousel-control-next-custom {
    background-image: url("../images/fleche_droite_slider_home.svg");
}

.carousel-caption-custom {
    bottom: 25% !important;
}

.carousel-caption-custom p {
    margin-bottom: 5%;
}

.carousel-indicators-custom {
    justify-content: flex-end;
    bottom: -50px;
    margin-right: 5%;
}

.carousel-indicators-custom .active {
    background-color: #c9242a;
}

.carousel-indicators-custom li {
    background-clip: unset;
    width: 10px;
    height: 1px;
    border-radius: 25px;
    background-color: #4c4c4c;
    border-bottom: unset;
}

#carouselFoodcoach {
    padding-top: 10px;
    margin-bottom: 20px;
    width: 98vw;
}

.carousel-item-custom {
    margin-left: 0;
}

.carousel-item h6 {
    margin-top: 25px;
    min-height: 80px;
}

.carousel-control-custom,
.carousel-control-custom2 {
    opacity: 0.8;
    display: unset;
}

.carousel-control-custom2 {
    margin-top: 45px;
}

.carousel-control-custom {
    margin-top: 135px;
}

.carousel-control-prev {
    margin-left: 15px;
}

.carousel-control-next {
    margin-right: 15px;
}

/*--------------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>> BUTTON STYLES <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/*--------------------------------------------------------------------------*/

.button,
button {
    border: unset;
    color: #4c4c4c;
    font-weight: 300;
    font-size: 12px;
    background-color: #fff;
    padding: 10px 25px;
    border-radius: 25px;
    margin: 15px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.button:hover,
button:hover {
    color: #fff;
    background-color: #3c4b5f;
}

.fc-button:hover {
    color: unset;
    background-color: unset;
}

.naked-button,
.naked-button:hover {
    border: 0;
    background: unset;
    color: #c9242a;
}

.naked-button:hover {
    text-decoration: underline;
}

.white-button,
.white-button:hover {
    border: 0;
    background: unset;
    color: #fff !important;
}

.white-button:hover {
    text-decoration: underline;
}

.addsuppress {
    margin-left: 25px;
}

.signalement {
    background-color: #c9242a;
    color: #fff;
}

.signalement:hover {
    background-color: #fff;
    color: #c9242a;
    border: 1px solid #c9242a;
}

.disabled-btn {
    pointer-events: none;
    opacity: 0.65;
    cursor: not-allowed;
}

.disabled-btn2,
.disabled-btn2:hover {
    background-color: #ddd;
    color: #fff;
    cursor: default;
}

.formFacture {
    display: inline-block;
    font-size: 0.8rem;
}

.resendPicto {
    color: #c9242a;
    border: 2px solid #c9242a;
    height: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 30px;
    cursor: pointer;
    padding: 6px;
}

.account-link {
    font-size: 0.7rem !important;
}

.account-link:hover {
    color: #c9242a;
}

#rdv-button {
    font-weight: 500;
}

/*--------------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>> VISIO STYLES <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/*--------------------------------------------------------------------------*/

.visio {
    padding-top: 15px;
}

.visio-frame {
    width: 100%;
}

.visio-frame h3 {
    text-transform: uppercase;
}

.visio-frame .divWebCam {
    display: inline-block;
    width: 100%;
}

.visio-frame .smallview {
    position: absolute;
    width: 125px;
    margin: 15px;
    display: block;
}

#media-div {
    position: relative;
    min-height: 150px;
}

video {
    width: 100%;
    margin: auto;
}

.webcam video {
    border-radius: 5px;

    -webkit-box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 16%);
}

.webcam-small {
    position: absolute;
    bottom: 20px;
    left: 20px;

    width: 175px;
}

.normalview video {
    box-shadow: 10px 10px 15px #bbb;
}

.visio-frame .divWebCam img {
    max-width: 120px;
}

.image-upload > input {
    display: none;
}

.msg-frame,
.visio-frame {
    min-height: 65vh;
}


/*--------------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>> TRIX STYLES <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/*--------------------------------------------------------------------------*/

.trix-button--icon-strike,
.trix-button--icon-link {
    display: none;
}


/*--------------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>> LOADER STYLES <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/*--------------------------------------------------------------------------*/

.loader {
    border: 16px solid #e0e0e0; /* Light grey */
    border-top: 16px solid #71b03d;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 5vh auto;
    animation: spin 2s linear infinite;
}

.loader2 {
    border: 8px solid #e0e0e0; /* Light grey */
    border-top: 8px solid #71b03d;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 5vh auto;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/*--------------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>> FORM STYLES <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/*--------------------------------------------------------------------------*/

input[type=text],
input[type=email],
input[type=password],
input[type=date],
select,
textarea,
.form-control {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
    border-radius: 0;

    border-bottom: 1px solid var(--link-hover-color);

    font-weight: 400;
    font-size: 20px;
    text-align: left;
    color: var(--text-color);
}

.form-control:focus {
    color: var(--text-color);
    background-color: #fff;
    border-color: var(--link-hover-color);
    outline: 0;
    box-shadow: none;
}

.card {
    position: relative;
    border: none;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
}

.card-tooltip-container {
    display: flex;
    justify-content: flex-end;

    position: sticky;
    top: 178px;
    right: 0;
    z-index: 2;
}

.card-tooltip {
    position: relative;
}

.card-tooltip-button {
    position: absolute;
    cursor: pointer;
}

.card-tooltip:hover .card-tooltip-content {
    position: absolute;
    display: block;

    border-radius: 5px;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);

    top: 65px;
    left: 10px;

    width: 240px;

    padding: 20px;
}

@media (max-width: 1140px) {
    .card-tooltip:hover .card-tooltip-content {
        right: -60px;
    }
}

.card-tooltip-content-title {
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: var(--title-color);
}

.card-tooltip-content-text {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: var(--text-color);
}

.card-tooltip-content {
    display: none;
}

.card-home-spacer {
    margin: 70px 0;
    padding: 55px;
}

.card-body {
    padding: 0;
}

.card-title {
    margin: 0;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    color: var(--title-color);
}

.card-title-space {
    margin-bottom: 55px;
}

.card-sub-title {
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: var(--text-color);
}

.form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.faded {
    opacity: 0.6;
}

#userMsg {
    max-width: 95%;
    margin: auto;
}

/*--------------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>> CB FORM STYLES <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/*--------------------------------------------------------------------------*/

#result {
    height: 44px;
    -webkit-transition: height 1s ease;
    -moz-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
    color: #fff;
    overflow: auto;
}

#result code {
    overflow: scroll;
}

#result.expand {
    height: 350px;
}

#card-errors {
    color: #f3aa00;
}

.payment-title {
    margin-bottom: 15px;
}

.payment-input {
    border: 2px solid #ddd;
    margin-top: 5px;
}

.payment-input #holder-name,
.payment-input #postcode {
    border: unset !important;
    padding: 0;
    color: rgba(255, 255, 255, 0.7);
}

.payment-input #holder-name:focus,
.payment-input #postcode:focus {
    background-color: #6f42aa;
}

.payment-submit-zone {
    min-height: 150px;
}

/*--------------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>> TABLE STYLES <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/*--------------------------------------------------------------------------*/

td {
    font-weight: 600;
}

.paiements-table {
    border-top: 1px dotted #4c4c4c;
    margin-top: 15px;
}

.paiements-table tr {
    border-bottom: 1px dotted #4c4c4c;
}

.paiements-table td {
    font-weight: 300;
    width: 250px;
    padding: 10px 1vw;
}

.technical-table thead {
    background-color: #eee;
}

.technical-table td {
    border: 1px solid lightgray;
    min-width: 4vw;
    padding: 10px;
}

/*--------------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>> COLOR STYLES <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/*--------------------------------------------------------------------------*/

.cherry-color {
    color: #c9242a;
}

.programme-color {
    color: #71b03d;
}

.foodcoach-color {
    color: #eb5b25;
}

.consultation-color {
    color: #f3aa00;
}

.paiement-color {
    color: #6f42aa;
}

.cherry-bg-color {
    background-color: #c9242a;
}

.programme-bg-color {
    background-color: #71b03d;
}

.foodcoach-bg-color {
    background-color: #eb5b25;
}

.consultation-bg-color {
    background-color: #f3aa00;
}

.paiement-bg-color {
    background-color: #6f42aa;
}

.white-bg-color {
    background-color: #fff !important;
    border-bottom: unset !important;
}

.cherry-bg-color,
.consultation-bg-color,
.programme-bg-color,
.foodcoach-bg-color,
.paiement-bg-color {
    color: #fff;
}

.paiement-bg-color::placeholder {
    color: #fff;
}

.paiement-bg-color:focus::placeholder {
    color: #6f42aa;
}

.altern-bg-color {
    background-color: #efefef;
}

.cherry-bordered {
    border: 1px solid #c9242a;
}

.programme-bordered {
    border: 1px solid #71b03d;
}

.foodcoach-bordered {
    border: 1px solid #eb5b25;
}

.consultation-bordered {
    border: 1px solid #f3aa00;
}

/*--------------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>> COMMON STYLES <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/*--------------------------------------------------------------------------*/

.conditions {
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #5f5f5f;
}

.card-home-spacer-register {
    margin-bottom: 25px;
}

.form-check-label {
    margin-left: 10px;
    font-weight: 300;
    font-size: 16px;
    text-align: left;
    color: #222;
}

.not-allowed {
    cursor: not-allowed;
}

.pointable {
    cursor: pointer;
}

.invisible {
    display: none;
}

.bg-transparent {
    background: transparent;
    border: unset;
}

.masked {
    opacity: 0;
}

.middlize, .middlize-form {
    align-items: center;
}

.middlize div {
    margin: 15px 0;
}

.middlize-form div {
    margin: 10px 0;
}

.hidden {
    position: absolute;
    right: 200vw;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.smartphone-only {
    display: none;
}


/*--------------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>> RESPONSIVENESS <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/*--------------------------------------------------------------------------*/

/*--------------------------- larger than iPad pro --------------------------*/

@media screen and (min-width: 1025px) {
    /* --- --- --- HEADER + MENU --- --- --- */
    header {
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link:active,
    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link.active,
    .account-link:hover,
    .account-link:active,
    .account-link:focus,
    .account-link.active {
        color: var(--link-hover-color);
    }

    .navbar-light .navbar-nav .nav-link img {
        display: none;
    }

    #navbarText li {
        margin-bottom: 0;
    }

    #baseline #signature {
        color: #4c4c4c;
        font-size: 2.1rem;
        font-weight: 500;
        padding: 10px 0;
    }

    #pourquoi {
        text-align: right !important;
    }

    #comment {
        text-align: right !important;
        padding-right: 1vw;
    }

    /* --- --- --- COMPONENTS --- --- --- */
    #breadcrumb {
        width: 30vw;
    }

    .choices-section {
        max-width: 90vw;
    }

    .extended {
        min-width: 90vw;
    }

    h3 {
        font-size: 18px;
        letter-spacing: 0.1em;
    }

    .breadcrumb-text h6 {
        font-size: 0.9rem;
    }

    .breadcrumb-mark {
        height: 15px;
    }

    /* --- --- --- DATEPICKER --- --- --- */
    #datepicker .datepicker {
        background-color: #fff;
        padding-left: 50px;
        width: 600px;
    }

    .datepicker .datepicker-switch,
    .datepicker tfoot tr th {
        font-size: 60px;
        color: #eb5b25;
        font-weight: 500;
    }

    .datepicker th.dow {
        color: #eb5b25;
    }

    .datepicker table tr td.disabled.day:hover {
        color: #ddd !important;
    }

    .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
        color: #ddd;
    }

    .datepicker .datepicker-switch:hover {
        background-color: #fff;
        color: #6f42aa;
    }

    .datepicker table tr td.old, .datepicker table tr td.new {
        color: #f3aa00;
    }

    #consultations .slider-container {
        background-color: #fff;
        width: 600px !important;
    }

    #consultations .slick-prev {
        left: -45px;
    }

    #consultations .slick-next {
        right: -45px;
    }

    .datepicker .next:after {
        transform: translateX(140px);
    }

    .datepicker .prev:after {
        transform: translateX(-140px);
    }

    /* --- --- --- PERSONAL MENU --- --- --- */
    .personal-menu-step span.inactive {
        color: #fff !important;
        text-transform: uppercase;
        /*background-color: #6f42aa; !important;*/
        text-align: center;
    }

    .programme-bg-dk-color span.inactive {
        background-color: #71b03d;
    }

    .foodcoach-bg-dk-color span.inactive {
        background-color: #eb5b25;
    }

    .consultation-bg-dk-color span.inactive {
        background-color: #f3aa00;
    }

    .paiement-bg-dk-color span.inactive {
        background-color: var(--footer-title-color);
        color: black !important;
    }

    .paiement-bg-dk-color span.inactive:hover {
        background-color: var(--footer-title-color);
        color: black !important;
        text-decoration: none !important;
    }

    /* --- --- --- VISIO --- --- --- */
    .visio {
        padding: 1% 25%;
    }

    /* --- --- --- OTHERS --- --- --- */
    #modal-arguments .modal-dialog {
        min-width: 1000px;
    }

    .inner .bandeau {
        background-color: #fff;
    }

    .inner .bandeau h3 {
        color: #c9242a;
        font-size: 1.5rem;
        padding-top: 2rem;
    }

    .contact-chip {
        border: 1px solid #ddd;
        padding: 1.8rem;
    }

    .contact-chip strong {
        color: #c9242a;
    }

    .small-device-only {
        display: none;
    }

}

/*---------------------------- small screens ----------------------------*/

@media screen and (max-width: 1400px) {
    .carousel-control-prev-custom,
    .carousel-control-next-custom {
        margin-top: 90%;
    }

    .carousel-caption-arguments p {
        font-size: 1rem !important;
    }
}

/*---------------------------- iPad Pro & larger ----------------------------*/

@media screen and (max-width: 767px) {
    #navbarText {
        padding-bottom: 15px;
        background: white;
        -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    }
}

@media screen and (min-width: 1024px) {
    #v-pills-tab {
        width: 100%;
    }

    .nav-link-custom {
        display: inline-block;
    }

    .available-programme .icon-div {
        text-align: right;
    }
}

/*---------------------------- Smaller than iPad Pro -----------------------------------*/

@media screen and (max-width: 1024px) {
    .desktop-only {
        display: none;
    }
}

/*---------------------------- Larger than a mobile -----------------------------------*/

@media screen and (min-width: 768px) {
    .programme-item h6 {
        min-height: 55px;
    }

    .other-consultations {
        border: none;
    }

    #questionnaire-frame .bordered,
    .other-consultations h4 {
        border: 2px solid #ddd;
        padding: 15px;
        margin-bottom: 10px;
    }

    .consultation-summary {
        border: 2px solid #ddd;
        height: 100%;
    }

    .altern-bg-color {
        background-color: unset;
    }
}

/*---------------------------- iPad, Kindle -----------------------------------*/

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .personal-menu-step span {
        height: 60px;
    }
}

/*---------------------------- Small mobiles ---------------------------------*/

@media screen and (max-height: 415px) {
    #breadcrumb {
        display: flex;
    }

    #chips {
        display: none;
    }
}

/*---------------------------- Small mobiles ---------------------------------*/

@media screen and (max-width: 415px) {
    /*header{*/
    /*    padding-right:15px;*/
    /*}*/
    header .col-1 img {
        transform: translateX(-15px);
    }

    .navbar {
        padding: 0 1rem;
    }

    .navbar-brand img {
        width: 90%; /* NUTRI'TIPS adjust */
    }

    .adjustTop2 {
        padding-top: 80px;
    }

    .header-menu-item {
        font-size: unset;
    }

    .breadcrumb-checked {
        display: inline;
    }

    #breadcrumb h6 {
        font-size: 11px !important;
    }

    #chips {
        display: none;
    }

    .footer-links a {
        font-size: 0.4rem;
    }

    .menu-button {
        line-height: 0.6rem;
    }

    #modal-arguments .modal-body {
        margin-right: 0;
    }

    #questionnaire {
        font-size: 0.95rem;
    }

    .datepicker th.dow {
        font-size: 16px;
    }

    .datepicker table tr td,
    .datepicker table tr th {
        font-size: 24px;
    }

    .datepicker .day {
        padding: 1.5% 0;
    }

    .custom-tooltip {
        padding: 5px 10px;
        line-height: 1;
    }

    .custom-tooltip img {
        width: 10px;
    }

    .visio-frame .smallview {
        width: 100px;
    }

    .moderation {
        text-align: center;
    }

    .smartphone-none {
        display: none;
    }

    .smartphone-only {
        display: inherit;
    }

    .technical-table td {
        font-size: 0.5rem;
        text-transform: uppercase;
        padding: 8px;
    }

    .technical-table img {
        width: 20px;
    }

}

/*------------------------- iPhone SE ---------------------------------*/

@media screen and (max-width: 359px) {
    .footer-links {
        padding: 15px 0;
    }

    .carousel-item h6 {
        margin-top: 20px;
        min-height: 45px;
    }

    .h6, h6 {
        font-size: 0.8rem;
    }

    button {
        margin: 5px;
    }

    .baseline-btns {
        margin-bottom: 0.5rem;
    }

    .datepicker,
    .table-condensed {
        width: 300px;
    }

    #consultations .slider-container {
        width: 335px !important;
        margin: 0 auto;
    }

    .datepicker .prev:after,
    .datepicker .next:after {
        width: 40px;
    }

    .datepicker .prev:hover:after,
    .datepicker .next:hover:after {
        width: 40px;
    }

    .cv-icon {
        margin: 20px;
    }
}

/*--------------------------------------------------------------------------*/

.image {
    max-width: 100%;
}

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

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

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

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

.title {
    color: var(--title-color);
    font-weight: 500;
    font-size: 35px;
    letter-spacing: 0.02em;
    line-height: 45px;
    text-align: center;
}

.title-with-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-logo {
    margin-left: 12px;
    height: 42px;
}

.text {
    color: var(--text-color);
    font-size: 15px;
    font-weight: 300;
}

.text-normal {
    font-size: 15px;
}

.text-15px {
    font-size: 15px;
}

.text-l {
    font-size: 20px;
}

.font-thin {
    font-weight: 100;
}

.font-light {
    font-weight: 300;
}

.font-normal {
    font-weight: 300;
}

.font-500 {
    font-weight: 300;
}

.font-600 {
    font-weight: 500;
}

.font-bold {
    font-weight: 600;
}

.text-xxl {
    font-size: 35px;
}

.text-xl {
    font-size: 30px;
}

.btn {
    margin: 0;
    background: none;
    border: none;
    padding: 7px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    transition: 0.3s all;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

@media (max-width: 600px) {
    .btn {
        font-size: 17px;
    }
}

.btn:hover,
.btn:active,
.btn:focus {
    text-decoration: none;
}

.btn-primary {
    border-radius: 5px;
    height: 45px;
    color: var(--button-text-color);
    background: var(--button-background-color);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    color: var(--button-text-hover-color);
    background: var(--button-background-hover-color);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    color: var(--button-text-hover-color);
    background: var(--button-background-hover-color);
}

.btn-big {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 7px 50px;
    /*height: 45px;
    font-size: 25px;
    line-height: 25px;*/
}

.welcome-first-banner {
    /*min-height: calc(100vh - 90px);*/
    position: relative;
    padding: 40px 0 55px;
    background: url(../images/background-shape-purple.svg) no-repeat center top var(--section-background-three-color);
    background-position-y: -170px;
}

.welcome-first-banner:after {
    position: absolute;
    content: ' ';
    background: url('../images/home-page-illustration.svg') no-repeat center center;
    width: 237px;
    height: 340px;
    top: 20px;
    left: 50%;
    transform: translateX(calc(-50% - 310px));
}

.justify-center {
    justify-content: center;
}

.welcome-first-banner-image {
    margin: 45px 0 100px;
}

.welcome-first-banner-title {
    margin: 0;
    text-align: center;
    font-weight: 600;
    font-size: 50px;
    letter-spacing: -0.03em;
    line-height: 55px;
    color: var(--text-color);
}

.welcome-first-banner-sub-title {
    margin-bottom: 110px;
    font-weight: 600;
    font-size: 50px;
    letter-spacing: -0.03em;
    line-height: 55px;
    text-align: center;
    color: var(--button-background-color);
}

.welcome-first-banner-form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section-spacer {
    padding: 40px 0;
}

.title-space {
    margin-bottom: 40px;
}

.programme-item-image-container {
    position: relative;
    width: 100%;
    height: 140px;
    margin-bottom: 20px;
    overflow: hidden;
}

.programme-item-image-container:after {
    content: ' ';
    position: absolute;
    width: 115px;
    height: 115px;

    background: var(--section-background-primary-color);

    left: 50%;
    transform: translateX(-50%);

    border-radius: 140px;
    z-index: 1;
}

.programme-item-image {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 85px;
}

.programme-item-image-id-1 {
    width: 48px;
    bottom: 10px;
    right: 40px;
}

.programme-item-image-id-7 {
    width: 100px;
    bottom: 10px;
    right: 16px;
}

.programme-item-image-id-8 {
    width: 115px;
    bottom: 5px;
}

.programme-item-image-id-9 {
    width: 80px;
    bottom: 10px;
    left: 30px;
}

.programme-item-image-id-10 {
    width: 115px;
    bottom: 15px;
    left: -9px;
}

.programme-item-image-id-11 {
    width: 85px;
    bottom: 11px;
    right: 20px;
}

.programme-item-image-id-12 {
    width: 85px;
    bottom: 20px;
    right: 40px;
}

.programme-item-image-id-13 {
    width: 82px;
    bottom: 15px;
    left: 30px;
}

.border-top-white {
    border-top: 6px solid var(--section-background-primary-color);
}

.left-right {
    background: var(--section-background-fourth-color);
}

.reassurance {
    background: var(--section-background-fourth-color);
}

.reassurance-item {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.reassurance-item-text {
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    color: #000;
}

.reassurance-item-text strong {
    font-weight: 500;
    color: var(--title-color);
}

.reassurance-item-image {
    margin-bottom: 10px;
}

.assistant-presentation-avatar {
    margin-bottom: 10px;
}

.assistant-presentation .title {
}

.align-item-center {
    align-items: center;
}

.list {
    margin: 0;
    padding: 0;

    list-style: none;
}

.list-item {
    position: relative;
    margin-bottom: 15px;
    color: var(--text-color);
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
    text-align: left;
}

.list-item:before {
    content: ' ';
    position: absolute;
    top: 7px;
    left: -18px;
    width: 6px;
    height: 6px;
    background: var(--title-color);
    border-radius: 24px;
}

.reassurance-arrow {
    display: inline-block;
    width: 55px;
}

.reassurance-button {
}

.home-inline-form {
    display: flex;
    margin-top: 20px;
}

.home-inline-form .select2-selection {
    margin-right: -30px;
    height: 45px;
    border: none;
    border-radius: 5px;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
}

.home-inline-form .select2-container {
    width: 450px !important;
}

.home-inline-form .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 5px 20px;
    height: 45px;
    display: flex;
    align-items: center;

    font-weight: 300;
    font-size: 20px;
    text-align: left;
    color: black;
}

.home-inline-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}

.home-inline-form .btn-primary {
    z-index: 2;
    margin: 0;
    text-transform: none;
    border-radius: 5px;
    padding: 0 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.select2-dropdown {
    border: none;
    background: var(--section-background-primary-color);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
}

.select2-results__option {
    margin: 0;
    padding: 5px 20px;
    font-weight: 300;
    font-size: 13px;
    text-align: left;
    color: var(--text-color);
}

.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--section-background-one-color);
    color: var(--text-color);
}

.footer {
    padding: 30px 0;
    background: #4A4A4A;
}

.footer-contact {
    display: block;
    width: 100%;
    font-weight: 300;
    font-size: 15px;
    text-align: left;
    color: #fff;
}

.footer-contact:hover,
.footer-contact:active,
.footer-contact:focus {
    color: #fff;
    text-decoration: underline;
}

.general {
    font-size: 18px;
}

.footer-title {
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 19px;
    line-height: 20px;
    text-align: left;
    color: var(--footer-title-color);
}

.footer-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-list-item {
    margin: 0;
    padding: 0;
}

.footer-list-item-link {
    display: block;
    padding: 5px 0;
    font-weight: 300;
    font-size: 15px;
    text-align: left;
    color: #fff;
}

.footer-list-item-link:hover,
.footer-list-item-link:active,
.footer-list-item-link:focus {
    color: #fff;
    text-decoration: underline;
}

.footer-data {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    width: 100%;
}

.footer-data-item {
    height: 45px;
}

.-mt-30 {
    margin-top: -30px;
}
.text-gray {
    color: #5f5f5f;
}
.mt-55 {
    margin-top: 55px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mt-65 {
    margin-top: 65px;
}

.mb-65 {
    margin-bottom: 65px;
}
.no-underline {
    text-decoration: none !important;
}

.link-spacer {
    margin-top: 15px;
}

.link-spacer:last-child {
    margin-top: 0;
}

.invalid-feedback {
    display: block;
}

.invalid-feedback strong {
    color: #dc3545;
}

.form-check-inline .form-check-input {
    position: relative;
    width: 26px;
    height: 26px;
    border: 1px solid #aaa;
    margin-right: 10px;
}

.navbar-nav {
    display: flex;
    align-items: center;
}

.navbar-nav .dropdown {
    padding: 0;
}

.dropdown-toggle {
    position: relative;
    margin: 0;
    /*border-radius: 5px;
    border: 2px solid #71fab3;*/
    background: white;

    font-weight: 300;
    font-size: 20px;
    text-align: left;
    padding: 5px 30px 5px 10px;
    text-transform: none;
    color: var(--title-color);
}

.dropdown-toggle:hover,
.dropdown-toggle:active,
.dropdown-toggle:focus {
    background: white;
    outline: none;
    color: var(--title-color);
}

.dropdown-menu {
    min-width: 200px;
    left: auto;
    right: 0;
    top: 63px;
    border: none;
    border-radius: 0;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.16));
    box-shadow: none;
}

.dropdown-item {
    margin: 0;
    padding: 5px 20px;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    color: #5f5f5f;
}

.dropdown-item:hover {
    color: var(--footer-title-color);
    font-size: 19px;
    text-align: center;
    background: white;
}

.dropdown-toggle::after {
    position: absolute;
    top: calc(50% - .15em);
    right: 10px;

    vertical-align: 0.18em;
}

#personal-menu {
    margin-top: 40px;
}

.page-inner {
    margin-top: 55px;
}

.title-inner {
    font-size: 35px;
    line-height: 45px;
    font-weight: 500;
}

.sub-title {
    display: block;
    margin-bottom: 55px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: var(--text-color);
}

.card-rounded {
    border-radius: 5px;
}

.card-full-height {
    height: 100%;
}

.assistant-list .col-12 {
    margin-bottom: 30px;
}

.assistant-item {
    height: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 35px;

    text-align: center;
}

.assistant-item-top, .assistant-item-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.assistant-avatar {
    width: 140px;
    height: 140px;

    border-radius: 140px;
}

.assistant-name {
    margin: 20px 0 15px;
    font-weight: 500;
    font-size: 25px;
    text-align: center;
    color: var(--title-color);
}

.assistant-description {
    font-weight: 300;
    font-size: 15px;
    text-align: center;
    color: var(--text-color);
}

.assistant-type-availability {
    color: var(--title-color);
    margin-top: 1rem;
    font-weight: bold;
}

.assistant-types {
    display: flex;
    margin-top: 1rem;
}

.assistant-types .direct-meeting {
    margin-left: 1rem;
}

.assistant-types .type-label {
    font-size: 0.75rem;
    margin-top: 0.5rem;
}

.assistant-list {
}

.assistant-item-bottom {
    margin-top: 50px;
}

.assistant-item-bottom .btn {
    min-width: 160px;
}

.assistant-item-bottom .btn-white {
    margin-bottom: 10px;
}

.btn-white {
    height: 45px;
    padding: 7px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
    background: white;
    color: black;
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus {
    background: var(--button-background-color);
    color: white;
}

.btn-secondary {
    height: 45px;
    padding: 7px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 5px;
    background: white;
    color: var(--link-color);
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background: var(--button-background-color);
    color: white;
    font-weight: 500;
}

.btn-white-no-hover:hover,
.btn-white-no-hover:active,
.btn-white-no-hover:focus {
    height: 45px;
    padding: 7px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
    background: white;
    color: black;
}

.btn-purple {
    padding: 3px;
    border-radius: 5px;

    font-weight: 300;
    font-size: 15px;
    text-align: center;
    color: #fff;

    background: var(--title-color);
}

.btn-purple:hover,
.btn-purple:active,
.btn-purple:focus {
    color: #fff;
}

.btn-outline-purple {
    padding: 3px;
    color: var(--title-color);
    font-weight: 300;
    font-size: 20px;
    text-align: center;
}

.btn-outline-purple:hover,
.btn-outline-purple:active,
.btn-outline-purple:focus {
    color: var(--title-color);
}

.bandeau, .modal-header {
    background: white;
}

.modal-content {
    border-radius: 5px;
    border: none;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.16);
}

.assistant-modal-video, .assistant-modal-resume {
    display: none;
}

.sub-title-password {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: black;
    text-align: center;
}

.assistant-modal-resume {

}

.assistant-modal-content-show {
    display: block;
}

.assistant-modal-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.assistant-modal-buttons .btn {
    margin: 0 15px;
}

.card-calendar-type {
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 30px;
}

.calendar-form {
    margin-bottom: 55px;
}

.calendar-form-title {
    margin-bottom: 20px;

    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    color: var(--text-color);
}

.card-calendar-type .btn {
    min-width: 215px;
    margin: 0 10px;
    border-radius: 5px;
}

.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
    border-radius: 5px;
}

.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 5px;
}

.btn-white.active {
    color: var(--button-text-color);
    background: var(--button-background-color);
}

#calendar {
    margin-top: 30px;
}

#calendar.calendar-show {
    display: block;
}

.calendar {
    display: none;
}

.calendar-index-show {
    display: block;
}

.calendar-top {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
}

.calendar-action-switch-index {
    transition: 0.3s all;
    position: relative;
    top: -15px;
}

.calendar-action-switch-index:hover,
.calendar-action-switch-index:active,
.calendar-action-switch-index:focus {
    background: white;
    opacity: 0.8;
}

.calendar-action-switch-index:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.calendar-top-content {
    width: 490px;
    font-weight: 500;
    font-size: 25px;
    text-align: center;
    color: var(--sub-title-color);
}

.calendar-top-content-explain-item {
    display: flex;

    /*justify-content: center;*/
    align-items: center;

    margin: 5px 10px;

    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    text-align: left;
    color: #5f5f5f;
}

.calendar-top-content-explain-item-shape {
    display: inline-block;

    margin: 0 5px 0 0;

    width: 21px;
    height: 21px;

    border-radius: 21px;
}

.calendar-top-content-explain-item--available .calendar-top-content-explain-item-shape {
    background: #E5C5FE;
}

.calendar-top-content-explain-item--not-available .calendar-top-content-explain-item-shape {
    background: #E5C5FE80;
}

.calendar-top-content-explain-item--available .calendar-top-content-explain-item-shape.direct-meeting {
    background: #00E9AD;
}

.calendar-top-content-explain-item--not-available .calendar-top-content-explain-item-shape.direct-meeting {
    background: #CEFADB80;
}

.calendar-top-content-explain-item--available .calendar-top-content-explain-item-shape.booking {
    background: #cefadb;
}

.calendar-top-content-explain-item--not-available .calendar-top-content-explain-item-shape.booking {
    background: #ddd;
}

.calendar-top-content-explain {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    font-size: 12px;
}

.calendar-top-content-explain .group-label {
    font-size: 13px;
    font-weight: 500;
}

.calendar-container {
    padding: 20px 15px;
}

.calendar-content {
    display: flex;
}

.calendar-content-day {
    width: 100%;
    padding: 15px;
}

.calendar-content-day-top {
    margin-bottom: 30px;
}

.calendar-content-day-top-day {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    color: var(--text-color);
}

.calendar-content-day-top-date {
    font-weight: 200;
    font-size: 15px;
    text-align: center;
    color: var(--text-color);
}

.calendar-content-day-time {

}

.calendar-content-day-time .btn {
    width: 100%;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 300;
}

.btn-primary.disabled, .btn-primary:disabled {
    background: #f8f8f8;
    color: #aaa;
    cursor: not-allowed;
}

.btn-primary.disabled,
.btn-primary:disabled {

}

.booking-button-container {
    display: flex;
    justify-content: flex-start;
    position: sticky;
    top: 85vh;
    left: 0;
    z-index: 2;
    transform: translateX(-200px);
}

.booking-button-previous {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0;
}

.booking-button-previous svg {
    margin-right: 10px;
    fill: black;
}

.booking-button-previous svg path {
    fill: black;
}

.booking-button-previous:hover svg path {
    fill: white;
}

.booking-confirmation-spacer {
    margin-top: 30px;
    margin-bottom: 50px;
}

.booking-confirmation-summary {
    font-weight: 500;
    font-size: 35px;
    text-align: center;

    color: var(--text-color)
}

.booking-confirmation-summary strong {
    font-weight: 500;
    color: var(--title-color);
}

.booking-confirmation-title {
    font-weight: 500;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    color: var(--title-color);
}

.booking-confirmation-sub-title {
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: var(--text-color);
}

.booking-confirmation-content-text {
    margin: 15px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: var(--sub-title-color);
}

.booking-confirmation-spacer .form-group {
    width: 100%;
    max-width: 320px;
}

.booking-confirmation-spacer .form-control {
    margin-bottom: 15px;
}
.booking-confirmation-spacer label {
    margin-bottom: 0;
}

.booking-confirmation-spacer .custom-control {
    margin: 15px 0 30px;
}

.booking-confirmation-container {
    margin-bottom: 55px;
}

.btn-text-grey {
    font-weight: 300;
    font-size: 15px;
    text-align: left;
    color: #aaa;
}

.modal-success-register-container,
.modal-success-container {
    padding: 20px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.modal-success-container {
    padding: 50px;
    position: relative;
}

.modal-success-register-title,
.modal-success-title {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 50px;
    letter-spacing: 0.02em;
    line-height: 45px;
    text-align: center;
    color: var(--title-color);
}

.modal-success-title {
    margin-bottom: 0;
    font-size: 35px;
}

.modal-success-image {
    position: absolute;
    bottom: -90px;
    left: -160px;
}

.espace-perso {
    padding: 55px 0;
}

@media (max-width: 991px) {
    .booking-button-container {
        order: 2;
    }

    .booking-button-previous {
        display: inline-flex;
        width: auto;
    }
}

.next-consultation-card {
    padding: 55px 90px;
}

.next-consultation-card-title {
    margin-bottom: 65px;
    font-weight: 500;
    font-size: 35px;
    text-align: center;
    color: var(--title-color);
}

.next-consultation-container {
    padding: 20px;
    background: var(--section-background-one-color);
    border-radius: 16px;
}

.next-consultation-title {
    font-weight: 300;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    color: var(--text-color);
}

.next-consultation-title strong {
    font-weight: 600;
}

.next-consultation-content {
    margin: 50px 0;

    font-weight: 300;
    font-size: 30px;
    text-align: center;
    color: var(--text-color);
}

.next-consultation-content strong {
    font-weight: 500;
}

.next-consultation-footer {
    font-weight: 300;
    line-height: 19px;
    font-size: 15px;
    text-align: center;
    color: var(--text-color);
}

.next-consultation-actions {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.previous-consultation-card-title {
    margin-top: 20px;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #aaa;
}

.previous-consultation-list {
    display: none;
}

.previous-consultation-dropdown {
    display: flex;
    flex-direction: column;
}

.previous-consultation-button {
    margin: 0 0 5px;
}

.previous-consultation-button:hover,
.previous-consultation-button:active,
.previous-consultation-button:focus {
    background: transparent;
    outline: none;
}

.previous-consultation-dropdown--active .previous-consultation-list {
    display: block;
}

.previous-consultation-dropdown--active .previous-consultation-button {
    transform: rotate(180deg);
}

.previous-consultation-list {
    margin: 60px 95px 0;
}

.table thead th {
    border: none;

    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: var(--link-color);
}

.table td, .table th {
    border: none;
}

.table tbody td {
    background-color: rgba(0, 0, 0, 0.04);

    font-weight: 300;
    font-size: 15px;
    text-align: center;
    color: var(--text-color);

}

.table tbody td:first-child {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}

.table tbody td:last-child {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}

.table tbody .white td {
    background: white;
    padding: 5px;
}

.modal-container {
    padding: 28px;
}

.modal-title {
    font-weight: 500;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    color: var(--title-color);
}

.modal-actions {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-actions .btn {
    margin: 30px 10px 0;
}

.modal-sub-title {
    margin-top: 20px;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    color: var(--text-color);
}

.next-consultation-card-title--small {
    margin-bottom: 15px;
}

.next-consultation-card-content {
    margin-bottom: 55px;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    color: var(--text-color);
}

.next-current-consultation-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.next-current-consultation-avatar {
    width: 215px;
    height: 215px;

    border-radius: 215px;
}

.next-current-consultation-text {
    margin-top: 20px;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: var(--text-color);
}

.next-current-consultation-remain-time {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    color: var(--title-color);
}

.modal-sub-title-remain-time {
    margin-top: 15px;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    color: #222;
}

.next-current-consultation-remain-time svg {
    margin-right: 20px;
}

.navbar-light .navbar-nav .nav-link,
.account-link {
    padding: 5px 10px;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    color: var(--link-color);
}

.card-information-form {
    margin: 50px 60px 0;
}

.card-information-form .form-group-submit {
    margin-top: 30px;
}

.card-information-form .custom-control .custom-control-label {
    display: block;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: var(--sub-title-color);
}

.card-information-form .custom-switch {
    padding-left: 0;
    max-width: 410px;
    width: 100%;
    transform: translateX(62px);
}

.card-information-form .custom-switch .custom-control-label::before {
}

.card-information-form .custom-switch .custom-control-label::after {
}

.card-information-form .custom-switch .custom-control-input:checked~.custom-control-label::after {
}

.thread-container {
    margin-top: 40px;
}

.thread {
    margin-bottom: 20px;
}

.thread-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 60px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 16%);
    box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 16%);

    cursor: pointer;
}

.thread-left {
    display: flex;
    align-items: center;
}

.thread-name {
    display: inline-block;
    margin-right: 15px;
    padding-right: 20px;

    border-right: 1px solid #707070;
    font-weight: 500;
    font-size: 35px;
    text-align: left;
    color: #222;
}

.thread-detail {
    font-weight: 300;
    font-size: 15px;
    text-align: left;
    color: #5f5f5f;

}

.thread-right {

}

.thread-status {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid #707070;
    background: white;
}

.thread-status--active {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #02ffad;
    background: #02ffad;
    color: white;
    font-size: 14px;
    font-weight: 400;
}

.thread-dropdown {
}

.thread-dropdown {
    margin: 0;
    padding: 30px 20px;
    display: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 16%);
    box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 16%);
}

.thread--show .thread-dropdown {
    display: block;
}

.thread-messages {
    display: flex;
    flex-direction: column;
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.thread-alone .thread-messages {
    height: 370px;
    max-height: 370px;
}

.thread-message {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 25px;
    font-weight: 400;
    font-size: 20px;
    border-radius: 20px;
    background: #CEEAFF;
}

.thread-message:before {
    position: absolute;
    content: ' ';
    left: 0;
    bottom: 0;

    width: 20px;
    height: 20px;

    background: url(../images/message-other-shape.svg) no-repeat bottom left;
}

.thread-message-me {
    background: #CEFADB;
    align-self: flex-end;
}

.thread-message-me:before {
    left: auto;
    right: 0;
    bottom: 0;

    transform: rotate(90deg);
    width: 20px;
    height: 20px;

    background: url(../images/message-me-shape.svg) no-repeat top right;
}
.thread-messages .thread-message {
    display: flex;
    align-items: flex-start;
}
.thread-message .content {
    margin-right: 10px;
    padding-right: 10px;
    width: 100%;
    text-align: left;
    border-right: 1px solid var(--link-color);
    min-height: 45px;
}
.thread-message .time {
    margin-left: auto;
    padding-left: 10px;
    color: var(--link-color);
    font-size: 14px;
}
.thread-message .time span {
    display: block;
    color: var(--link-color);
}

.thread-form {
    margin-top: 20px;
    display: flex;
}

.thread-form-field {
    width: 100%;
    height: 150px;
    border: none;
    background: white;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
    padding: 5px 10px;

    font-weight: 400;
    font-size: 20px;
    text-align: left;
    color: black;
}

.thread-form-field--limited {
    height: 36px;
}

.thread-form-field-container {
    position: relative;
    width: 100%;
}

.thread-form-file-label {
    display: flex;
    justify-content: center;
    align-items: center;

    cursor: pointer;

    height: 35px;
    width: 31px;
    padding: 0;
    margin: 0 5px;
    background: white;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
}

.thread-form-file {
    display: none;
}

.thread-form-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 39px;
    height: 35px;
    padding: 0;
    margin: 0;
    background: white;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
}

.thread-form-submit:hover {
    background: white;
}

.thread-form-field-text {
    position: absolute;
    background: white;
    border-radius: 5px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 6px;
    padding: 5px 10px;
}

.thread-form-field-text--cancel {
    display: inline-block;
    cursor: pointer;
    text-decoration: underline;
}

.thread-message-admin {
    background: #F8F8F8;
}

.thread-message-admin:before {
    background: url(../images/message-admin-shape.svg) no-repeat bottom left;
}

.visio-index-title {
    margin: 60px 0;
}

.visio-index-title-type {
    font-weight: 500;
    font-size: 40px;
    text-align: left;
    color: var(--title-color);
}

.visio-index-title-separator {
    font-weight: 300;
    font-size: 25px;
    text-align: left;
    color: var(--sub-title-color);
}

.visio-index-title-name {
    font-weight: 300;
    font-size: 30px;
    text-align: left;
    color: var(--sub-title-color);
}

.navbar .container {
    padding: 0;
}

.card-visio {
    padding: 55px;
    margin-bottom: 55px;
}

.card-visio-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.card-visio-title {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 35px;
    text-align: center;
    color: var(--title-color);
}

.card-visio-content {
    margin-bottom: 80px;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: var(--sub-title-color);
}

.card-visio-action {

}

.thread-alone.thread-dropdown {
    display: block;
    margin: 0;
    padding: 10px 20px 30px;
}

.btn-camera-stop .camera-is-not-active {
    display: none;
}

.button-camera-disable svg * {
    fill: white;
}

.button-camera-disable {
    color: white;
}

.button-camera-disable .camera-is-not-active {
    display: inline;
    color: white;
}

.button-camera-disable .camera-is-active {
    display: none;
}

.visio-room-actions {
    margin: 20px 0 55px;
}

.visio-index-title-small {
    margin: 60px 0 20px;
}

.visio-index-title-small .visio-index-title-type {
    font-size: 25px;
}

.visio-index-title-small .visio-index-title-separator {
    font-size: 20px;
}

.visio-index-title-small .visio-index-title-name {
    font-size: 20px;
}

.thread-small-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 25px;
    text-align: center;
    color: var(--title-color);
}

.success-profile-modal .modal-success-register-title {
    font-weight: 500;
    font-size: 35px;
    letter-spacing: -0.01em;
    line-height: 35px;
    text-align: center;
    color: var(--title-color);
}

.success-profile-modal .modal-sub-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 15px;
    text-align: center;
    color: var(--text-color);
}

.change-assistant-modal {
    padding: 55px 80px;
}

.change-assistant-modal-title {
    font-weight: 500;
    font-size: 35px;
    letter-spacing: -0.01em;
    line-height: 35px;
    text-align: center;
    color: var(--title-color);
}

.change-assistant-modal-content .card {
    display: flex;
    flex-direction: row;
    margin: 30px 0;
    padding: 120px 20px 20px;
}

.change-assistant-modal-content .thread-form-submit {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.change-assistant-modal-content .thread-form-field {
    margin-right: 10px;
}

.change-assistant-modal-actions {
    display: flex;
    justify-content: space-between;
}

.page-spacer {
    margin-top: 55px;
}

.contact-page-background {
    background: url('../images/contact-page-background.svg') no-repeat top center;
    background-position-y: 300px;
    background-size: 110%;
}

.contact-title {
    margin-top: 55px;
    font-weight: 500;
    font-size: 50px;
    letter-spacing: 0.02em;
    text-align: center;
    color: var(--title-color);
}

.contact-text {
    margin-bottom: 60px;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    color: var(--text-color);
}

.card-contact {
    margin-bottom: 40px;
    padding: 30px 20px 20px;
}

#contact-phone .card-title {
    margin-bottom: 20px;
}

.how-page {
    padding: 55px 0;
    background: url('../images/shape-how-it-work.svg') no-repeat;
    background-size: 156%;
    background-position: left top;
    background-position-y: -140px;
    background-position-x: -290px;
}

.how-title {
    display: block;
    margin-bottom: 55px;
    font-weight: 500;
    font-size: 50px;
    letter-spacing: 0.02em;
    line-height: 45px;
    text-align: left;
    color: var(--title-color);
}

.how-step-card-list {
    background: white;
    padding: 30px 65px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
}

.how-step-card {
    position: relative;
    margin-top: 30px;
    padding: 20px 30px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
}

.how-step-number {
    position: absolute;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #fff;

    width: 51px;
    height: 51px;

    top: 35px;
    left: -30px;

    transform: translateY(-50%);

    background: var(--title-color);

    border-radius: 51px;
}

.how-step-title {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    color: var(--title-color);
}

.how-step-content {
    margin: 20px 0 0 0;
    font-weight: 300;
    font-size: 15px;
    text-align: left;
    color: #000;
}

.how-step-content strong {
    font-weight: 300;
}

.how-step-content .underline {
    text-decoration: underline;
}

.how-step-content .purple {
    color: var(--title-color);
    font-weight: 300;
}

.next-consultation-content .purple {
    color: var(--title-color);
}

.how-step-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.how-step-content ul li {
    position: relative;
    margin: 10px 0;
    padding: 0;

    padding-left: 20px;
}

.how-step-content ul li:before {
    content: ' ';
    position: absolute;

    left: 0;
    top: 7px;

    border-radius: 7px;
    width: 7px;
    height: 7px;
    background: var(--title-color);

}

.no-gutters {
    margin-right: -3px;
    margin-left: -3px;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 3px;
    padding-left: 3px;
}

.how-services-list {
    margin-top: 55px;
    padding: 55px 90px 0;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
    border-radius: 5px;

    background: white;
}

.how-services-list .title {
    margin-bottom: 55px;
    font-weight: 500;
    font-size: 50px;
    letter-spacing: 0.02em;
    line-height: 45px;
    text-align: center;
}

.how-services-list .programme-item-container {

}

.how-services-list .programme-item {
    display: flex;
    flex-direction: column;
    align-items: center;

    margin-bottom: 55px;
    width: 100%;
}

.how-services-list .programme-item .title {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
}

.how-services-list .programme-item .text {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.how-services-list .programme-item-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 115px;
}

.how-services-list .programme-item-image-container:after {
    background: var(--section-background-two-color);
}

/*.how-services-list .programme-item-image-id-9 {
    left: 90px;
}

.how-services-list .programme-item-image-id-10 {
    left: 64px;
}

.how-services-list .programme-item-image-id-11 {
    right: 90px;
}

.how-services-list .programme-item-image-id-12 {
    right: 100px;
}

.how-services-list .programme-item-image-id-13 {
    left: 90px;
}*/

.how-services-button {
    margin-top: 0;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

.my-tooltip-container {
    position: absolute;
    top: 150px;
    right: 0;
    left: 0;
}

.my-tooltip {
    position: relative;
    display: flex;
    justify-content: flex-end;
    z-index: 2;
}

.my-tooltip-row {
    justify-content: flex-end;
}

.my-tooltip-content {
    position: absolute;

    top: 90px;
    right: 0;

    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
    background: white;
    padding: 20px;
    width: 310px;
    z-index: 2;
    opacity: 0;

    animation: 0.3s all;
}

.my-tooltip-button {
    cursor: pointer;
}

.my-tooltip:hover .my-tooltip-content {
    opacity: 1;
}

.message-image svg {
    width: 40px;
    margin-right: 10px;
}

.welcome-second-banner-text {
    font-weight: 300;
    font-size: 38px;
    letter-spacing: 0.02em;
    line-height: 45px;
    text-align: left;
    color: var(--sub-title-color);
}

.welcome-first-banner-form .title {
    font-weight: 500;
    font-size: 35px;
    letter-spacing: 0.02em;
    line-height: 25px;
    text-align: center;
}

.welcome-first-banner-form .text {
    font-size: 15px;
    font-weight: 400;
}

.programme-item .title {
    width: 140%;
    margin-left: -20%;
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
}

.programme-item .text {
    font-weight: 300;
    font-size: 14px;
    text-align: center;
}

.reassurance-complement {
    font-weight: 300;
    font-size: 14px;
    text-align: left;
    color: #000;
}

.card-body .form-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-body .form-group-column {
    flex-direction: column;
}

.card-body .form-control {
    max-width: 410px;
}

.top-section-container {
    position: relative;
    margin-bottom: 70px;
}

.top-section {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    background: white;
    height: 70px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 16%);
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: black;
}

.top-section strong {
    color: var(--title-color);
}

.welcome-assistant-name {
    font-weight: 400;
    font-size: 12px;
}

.welcome-assistant-role {
    font-weight: 200;
    font-size: 12px;
}

form .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}

.programme-item-container .programme-item .title {
    font-size: 18px;
}

@media (max-width: 570px) {
    .top-section {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .programme-item .title {
        width: 100%;
        margin-left: 0;
    }
    .footer-title {
        margin-top: 20px;
        text-align: center;
    }
    .footer-list-item-link {
        text-align: center;
    }
    .footer-header {
        text-align: center;
    }
    .footer-contact {
        text-align: center;
    }
    .footer-data {
        justify-content: center;
    }
    .footer-data-item {
        margin: 0 15px;
    }
}

@media (max-width: 1199px) {
    .text-l {
        font-size: 18px;
    }

    .welcome-second-banner-text {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .welcome-first-banner-form {
        padding-top: 50px;
    }

    .welcome-first-banner .title {
        font-size: 35px !important;
    }

    .title {
        font-size: 35px;
        line-height: 35px;
    }

    .image-logo-welcome {
        width: 250px;
    }

    .list-item {
        font-size: 15px;
    }

    .reassurance-item-text {
        font-size: 15px;
    }

    .my-tooltip-container {
        display: none;
    }

    .next-consultation-card {
        padding: 55px 20px;
    }

    .reassurance-arrow {
        display: none;
    }
}

@media (max-width: 833px) {
    .welcome-first-banner:after {
        display: none;
    }

    .card-information-form {
        margin: 20px 0;
    }

    .card-body .form-group {
        overflow: hidden;
    }

    .card-body .form-group-submit {
        overflow: visible;
    }
}

@media (max-width: 767px) {
    .list {
        margin-top: 30px;
    }

    .home-inline-form {
        width: 100%;
        align-items: center;
        flex-direction: column;
    }

    .home-inline-form .select2-container {
        width: 100% !important;
    }

    .home-inline-form .select2-selection {
        margin: 0;
    }

    .home-inline-form .btn-primary {
        margin-top: 20px;
        /*max-width: 150px;*/
    }

    .modal-success-image {
        display: none;
    }

    .previous-consultation-list {
        margin: 60px 20px 0;
        overflow-x: scroll;
    }

    .card-home-spacer {
        padding: 20px;
    }

    .thread-header {
        padding: 20px;
    }

    .thread-dropdown {
        margin: 0;
    }

    .assistant-modal-buttons {
        flex-direction: column;
    }

    .card-calendar-type .btn-group {
        flex-direction: column;
    }

    .card-calendar-type .btn-group .btn {
        margin: 10px 0;
    }

    .calendar-content {
        overflow-x: scroll;
    }

    .modal-actions, .change-assistant-modal-actions {
        flex-direction: column;
    }

    .change-assistant-modal {
        padding: 55px 20px;
    }
}

@media (max-width: 500px) {
    .card-home-spacer {
        padding: 20px;
    }

    .how-services-list {
        padding: 55px 20px 0;
    }

    .modal-success-container {
        padding: 20px;
    }

    .btn-big {
        padding: 5px 20px;
        font-size: 15px;
    }

    .modal-success-register-container, .modal-success-container {
        padding: 0;
    }

    .modal-success-register-title, .modal-success-title {
        font-size: 30px;
    }
}

@media (max-width: 400px) {
}

.nav-item--active {
    display: flex;
    height: 45px;
    justify-content: center;
    align-items: center;
    color: var(--footer-title-color);
    border: 2px solid var(--footer-title-color);
    background: white;
    border-radius: 5px;
}

.nav-item--active .dropdown-toggle {
    font-weight: 500;
}

.dropdown.nav-item--active {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown.nav-item--active .dropdown-toggle {
    width: 100%;
}

.nav-item--active .nav-link {
    margin: 0 !important;
    color: var(--footer-title-color) !important;
    padding: 5px 15px !important;
    font-weight: 500 !important;
}

.btn-light-primary {
    background: #cefadb;
    font-size: 20px;
    text-align: center;
    color: #000;
    padding: 7px;
    font-weight: 300;
}

.btn-light-primary:hover,
.btn-light-primary:focus,
.btn-light-primary:active {
    background: var(--footer-title-color);
    font-weight: 400;
    color: white;
}

.modal-body-outside-button {
    position: absolute;
    bottom: -110px;
}

.display_message_modal {
    font-weight: 300;
    font-size: 15px;
    text-align: center;
    color: #000;
}

.display_message_modal strong {
    font-weight: 500;
}

.btn-camera-stop {
    font-weight: 300;
    font-size: 15px;
    text-align: left;
    color: #000;
}

#change-assistant {
    width: 100%;
    text-align: center;
    font-weight: 300;
    font-size: 13px;
    color: #222;
    padding: 0;
    margin: 0;
}

#change-assistant:hover,
#change-assistant:active,
#change-assistant:focus {
    background: none;
    border: none;
    color: #222;
}

.change-assistant-modal-actions .btn {
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    color: #222;
}

.form-password-view {
    max-width: 410px;
    position: relative;
    width: 100%;
}

.form-password-view-button {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.custom-control-label {
    font-weight: 300;
    font-size: 18px;
    text-align: left;
    color: #aaa;
}

.custom-switch .custom-control-label::before {
    width: 52px;
    top: 0;
}

.custom-control-label .is-not-checked {
    display: inline;
}

.custom-control-label .is-checked {
    display: none;
}

.custom-control-label::before,
.custom-control-input:checked~.custom-control-label::before {
    border-radius: 12.5px !important;
    background: #f5f6f6;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border: none;
    height: 25px !important;
    width: 52px !important;
}

.custom-control-input:checked~.custom-control-label .is-not-checked {
    display: none;
}

.custom-control-input:checked~.custom-control-label .is-checked {
    display: inline;
}

.custom-switch .custom-control-label::after {
    width: 23px;
    height: 23px;
    border-radius: 23px;
    background: #AAAAAA;
    top: calc(1px);
    left: calc(-2.25rem + 1px);
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background: var(--footer-title-color);
    -webkit-transform: translateX(27px);
    transform: translateX(27px);
}

.custom-switch .custom-control-input:checked + .custom-control-label {
    color: black;
}

.custom-switch .custom-control-label::before {
    left: -4rem;
}

.custom-switch .custom-control-label::after {
    left: calc(-4rem + 1px);
}

.simple-shape-background {
    background: url('../images/simple-shape-background.svg') no-repeat top center;
    background-position-y: 40px;
}

.footer-logo {
    max-width: 185px;
    width: 100%;
    margin-bottom: 10px;
}

.left-right .text {
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    color: #222;
}


.contact-form {
    margin: 35px 0 0;
}

.contact-form .form-group {
    height: 50px;
    width: 100%;
    max-width: none;
    box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 16%);
    border-radius: 5px;
    justify-content: flex-start;
    align-items: center;
}

.contact-form label {
    margin: 0;
    padding: 0 10px 0 27px;
    font-weight: 300;
    font-size: 20px;
    text-align: left;
    color: #222;
}

.contact-form .form-control {
    max-width: none;
    display: flex;
    align-items: center;
    border: none;
    flex: 1;
    width: 100%;
}

.form-group-fix {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.form-group-fix-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-group-fix-center + .invalid-feedback {
    text-align: center;
}

.contact-form textarea,
.thread-form-field
{
    resize: none;
}

.contact-form .chat-render {
    display: flex;
    align-items: flex-end;
}

.contact-form .chat-render .form-group {
    display: block;
    height: auto;
    box-shadow: none;
    margin: 0;
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 5px;
}

.contact-form .chat-render .form-control:hover,
.contact-form .chat-render .form-control:focus,
.contact-form .chat-render .form-control:focus {
    background: transparent;
}

.contact-btn,
.contact-btn:hover,
.contact-btn:active,
.contact-btn:focus {
    margin: 0 0 0 10px;
    background: none;
    border: none;
    padding: 0;
}

#contact-phone .contact-text {
    margin-bottom: 10px;
}

#contact-phone .btn {
    margin: 20px 0;
}

.how-title {
    font-weight: 500;
    font-size: 50px;
    letter-spacing: 0.02em;
    line-height: 45px;
    text-align: center;
}

.how-title .title-logo {
    height: 45px;
}

.mt-40 {
    margin-top: 40px;
}

.form-check-label-privacy {
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    color: #222;
}

.form-check-label-privacy span {
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    color: var(--title-color);
    text-decoration: underline;
}

#accept-privacy,
#accept-cgu,
#accept-data {
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
}

#accept-privacy + label,
#accept-cgu + label,
#accept-data + label {
    position: relative;

    padding-left: 30px;

    cursor: pointer;
}

#accept-privacy + label:before,
#accept-cgu + label:before,
#accept-data + label:before {
    position: absolute;
    content: '';

    border: 1px solid #5f5f5f;
    width: 18px;
    height: 18px;

    top: 3px;
    left: 0;

    border-radius: 5px;

    transition: 0.3s all;
}

#accept-privacy + label:after,
#accept-cgu + label:after,
#accept-data + label:after {
    position: absolute;
    content: '';

    width: 14px;
    height: 14px;
    top: 5px;
    left: 2px;

    border-radius: 5px;

    background: transparent;

    transition: 0.3s all;
}

#accept-privacy:checked + label:before,
#accept-cgu:checked + label:before,
#accept-data:checked + label:before {
    border-color: var(--button-background-color);
}

#accept-privacy:checked + label:after,
#accept-cgu:checked + label:after,
#accept-data:checked + label:after {
    background: var(--button-background-color);
}

.modal-cgu {

}

.modal-cgu .modal-title {
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 35px;
    text-align: center;
}

.modal-cgu .modal-body {
    padding: 55px 0;
    font-weight: 300;
    font-size: 20px;
    text-align: left;
    color: #000;
}

.modal-cgu .modal-cgu-content {
    padding: 0 80px;
}

.modal-cgu .modal-cgu-content strong {
    font-weight: 300;
    font-size: 20px;
    text-align: left;
    color: #000;
}

.card-content-internal-container {
    margin-bottom: 55px;
}

.card-content-internal {
    padding: 20px 30px;
}

.modal-backdrop.show {
    opacity: 0.25;
}

.modal-open #app-content > .container,
.modal-open #app-content > div:not(.modal),
.modal-open > .header-navbar {
    /*filter: blur(10px)*/
}

.card-body-assistant-compta {
    margin: 55px 0;
}

.card-body-assistant-compta .card-body {
    padding: 30px 55px;
    overflow: scroll;
}

.title-assistant-card {
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    color: #7bc3f8;
}

.card-body-assistant-compta .table th {
    color: black;
}

.card-body-assistant {
    padding: 55px 40px 40px;
}

.assistant-top-spacer {
    margin-top: 55px;
}

.thread-alone.thread-dropdown {
    height: 540px;
}

#visio-frame,
#media-div {
    height: 540px;
    overflow: hidden;
}

#media-div {
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 5px;
}

.media-div-direct {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 5px;
    height: 540px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2rem;
    font-weight: bold;
}

.webcam-full {
    width: 100%;
}

.card-body-assistant-title {
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    color: #7bc3f8;
}

.card-body-assistant-sub-title {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #000;
}

.assistant-next-consultation {
    text-align: center;
}

.assistant-next-consultation-card {
    margin: 60px 0 20px;
    padding: 20px 40px;
    background: #CEFADB;

    border-radius: 5px;

    font-weight: 300;
    font-size: 25px;
    text-align: center;
    color: #000;
}

.btn-white-small {
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
}

.assistant-next-consultation-card strong {
    font-weight: 500;
}

.card-body-assistant-agenda {
    padding: 55px 60px 40px;
}

.card-body-assistant-daily-agenda {
    margin-top: 26px;

    overflow-x: scroll;

    height: 485px;
}

.card-body-assistant-daily-agenda-item {
    display: flex;
}

.card-body-assistant-daily-agenda-item-left {
    display: flex;
    align-items: center;
    height: 55px;
    width: 25px;
    border-bottom: 0.5px solid #aaa;

    font-weight: 300;
    font-size: 8px;
    text-align: center;
    color: #aaa;

}

.card-body-assistant-daily-agenda-item {
    height: 55px;
    margin-bottom: 5px;
    cursor: pointer;
}

.card-body-assistant-daily-agenda-right {
    margin-left: 10px;
    width: 100%;
}

.card-body-assistant-daily-agenda-appointment {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 18px;
    height: 55px;
    padding: 5px;
    width: 100%;
    background: #CEFADB;
    border-radius: 5px;
    font-weight: 200;
    font-size: 15px;
    text-align: center;
    color: #000;
}

.card-body-assistant-daily-agenda-appointment strong {
    font-weight: 500;
}

.card-access-consultation {
    margin: 30px 0;
}

.card-access-consultation .card-body {
    padding: 20px 40px 40px;
}

.card-access-consultation-title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    color: #7bc3f8;
}

.card-access-consultation-content {
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    color: #000;
}

.card-access-consultation-content-remain {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    color: #7bc3f8;
}

.card-consultation-detail {
    margin-bottom: 55px;
}

.card-consultation-detail .card-body {
    padding: 20px 55px;
}

.calendar-container-assistant {
    margin-bottom: 20px;
}

.calendar-container-assistant .card-body {
    padding: 30px 70px;
}

.calendar-container-assistant .calendar-top-content-explain-item-shape {
    background: #E5C5FE;
}

.calendar-container-assistant .calendar-top-content-explain-item--not-available .calendar-top-content-explain-item-shape {
    background: #E5C5FE80;
}

.calendar-container-assistant .calendar-top-content-explain-item--not-available .calendar-top-content-explain-item-shape.direct-meeting {
    background: #CEFADB;
}



.calendar-container-assistant .calendar-content-day {
    margin: 10px;
    padding: 25px 20px;
    box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 16%);
    border-radius: 5px;
}

.calendar-container-assistant .calendar-top-content-explain {
    margin-bottom: 20px;
}

.calendar-container-assistant .calendar-container {
    padding: 20px 0;
}

.calendar-content-day-time-item {
    display: flex;
    align-items: center;
    border-top: 0.5px solid #aaa;
    height: 29px;
}

.calendar-content-day-time-item.active .calendar-content-day-time-item-available,
.calendar-content-day-time-item.active .calendar-content-day-time-item-booked {
    border-color: #6054F6;
}

.calendar-content-day-time-item-available.direct-meeting {
    background: #00E9AD;
    border-color: #00E9AD;
}


.calendar-content-day-time-item-left {
    display: flex;
    align-items: center;

    height: 29px;
    width: 20px;

    font-weight: 300;
    font-size: 7px;
    text-align: center;
    color: #aaa;
}

.calendar-content-day-time-item-right {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 24px;
    border-radius: 16px;
}

.calendar-content-day-time-item-right:hover {
    background: transparent;
}

.calendar-content-day-time-item-available {
    background: #E5C5FE;
    border: 2px solid #E5C5FE;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 16px;
    transition: 0.3s all;
}

.calendar-content-day-time-item-available:hover {
    border-color: #6054F6;
}

.calendar-content-day-time-item-booked {
    background: #E5C5FE;
    border: 2px solid #E5C5FE;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 16px;
    transition: 0.3s all;
    opacity: 0.5;
}

.calendar-content-day-time-item-booked.direct-meeting {
    background: #CEFADB;
    border-color: #CEFADB;
    opacity: 0.5;
}

.calendar-content-day-time-item-booked:hover {
    border-color: #6054F6;
}

.calendar-content-day-time-item-empty {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 16px;
    border: 2px solid transparent;

    transition: 0.3s all;
}

.calendar-content-day-time-item-empty:hover {
    border: 2px solid #6054F6;
}

.calendar-content-day-time-item-disabled {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 16px;
    border: 2px solid transparent;
    background: #ddd;

    transition: 0.3s all;
}

.clslc {
    width: auto;
    min-width: 350px;
    max-width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin: 0;
    border: 0;
}
.items-end {
    align-items: end !important;
}

.btn-blue {
    padding: 7px 15px;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    color: #fff;
    background: var(--title-color);
    border: 2px solid #6054f6;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.btn-blue:hover {
    background: var(--title-color);
    color: white;
}

.calendar-actions {
    display: flex;
    justify-content: flex-end;
    margin: 0 10px 0 0;
}

.next-consultation-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.next-consultation-data-time {
    width: 330px;
    font-weight: 300;
    font-size: 21px;
    text-align: left;
    color: #000;
}

.next-consultation-data-time strong {
    font-weight: 300;
    font-size: 28px;
    text-align: center;
    color: #000;
}

.next-consultation-data-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    background: #DDB2FF;
    border-radius: 5px;

    width: 100%;
}

.next-consultation-data-card.direct-meeting {
    background: #00FAAF;
}

.next-consultation-data-card-left {
    font-weight: 300;
    font-size: 20px;
    text-align: left;
    color: #000;
}

.next-consultation-data-card-left strong {
    font-weight: 500;
}

.background-shape-calendar {
    background: url('../images/background-calendar-shape.svg') no-repeat;
    background-size: 120%;
    background-position-y: 100px;
    background-position-x: center;
}

.thread-search {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 25px 0;
    align-items: center;
}

.thread-search .form-control {
    position: relative;
    max-width: 285px;
    border-radius: 5px;
    background: #fff;
    border: none;
    padding: 10px 40px 10px 16px;
}

.form-control-select {
    margin-right: 10px;
}
.form-control-select,
.form-control-search-icon {
    position: relative;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
}
.reset-search {
    margin-left: 10px;
}
.reset-search .btn {
    box-shadow: none;
    border-radius: 999px;
    border: 1px solid #222;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
}
.reset-search .btn:hover {
    background-color: #eee;
}
.reset-search svg {
    width: 20px;
    height: 20px;
}

.thread-search .form-control-search-icon:after {
    content: ' ';
    position: absolute;
    background: url('../images/icon-loop.svg') no-repeat;
    background-size: cover;
    width: 21px;
    height: 21px;

    top: 50%;
    right: 16px;
    transform: translateY(-50%);

    z-index: 2;
}

.new-thread-backdrop {
    position: fixed;
    top: 90px;
    bottom: 0;
    left: 0;
    right: 0;

    z-index: 10;

    background: #222;
    opacity: 0.7;
}

.new-thread-modal-container {
    position: fixed;
    top: 90px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
}

.new-thread-modal-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-thread-modal {
    padding: 16px 24px;
    width: 100%;
    max-width: 1050px;

    border-radius: 10px;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
}

.new-thread-modal .form-control {
    padding: 10px 16px;
    margin-bottom: 20px;
    border: 0;
    border-radius: 5px;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
}

.new-thread-modal textarea.form-control {
    margin-bottom: 0;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.03);
    box-shadow: none;
}

.new-thread-modal-submit {
    display: flex;
    align-items: flex-end;
}

.new-thread-modal-submit button {
    margin: 0;
    padding: 0;

    margin-left: 20px;
}

.new-thread-modal-submit button:hover {
    background: white;
}

.change-assistant-modal .change-assistant-modal-sub-title {
    padding: 20px 0;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    color: #000;
}

.delete-consultation-override .change-assistant-modal-title {
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    color: var(--title-color);
}

.delete-consultation-override .change-assistant-modal-sub-title {
    padding: 20px 0;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    color: #000;
}

.delete-consultation-override .thread-form-field {
    min-height: 200px;
    padding: 15px 30px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
}

.delete-consultation-override .change-assistant-modal-content {
    padding-bottom: 20px;
}

.delete-consultation-override .change-assistant-modal-actions {
    flex-direction: column;
}

.delete-consultation-override .btn {
    height: 45px;
    border-radius: 8px;
}

.delete-consultation-override .btn-purple {
    color: white;
    background: var(--title-color);
    margin-bottom: 10px;
}

.delete-consultation-override .btn-purple:hover {
    color: white;
    background: var(--title-color);
}

.delete-consultation-override .btn-outline-purple {
    border: 2px solid var(--title-color);
    color: var(--title-color);
    background: white;
}

.delete-consultation-override .btn-outline-purple:hover {
    border: 2px solid var(--title-color);
    color: var(--title-color);
    background: white;
}

.modal-success-cancel-container {
    padding: 30px;
}

.modal-success-cancel-container .modal-success-title {

}

.modal-success-cancel-container .modal-success-sub-title {
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    color: #222;
}

.card-visio-action-button .btn-purple {
    color: white;
    background: var(--title-color);
    margin-top: 10px;
    height: 45px;
    border-radius: 8px;
    padding: 7px;
    width: 100%;
}

.card-visio-action-button .btn-purple:hover {
    color: white;
    background: var(--title-color);
}

.calendar-main-container {
    width: 100%;
}

.btn-active {
    background: var(--title-color);
    color: white;
}

.title-table {
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    color: #7bc3f8;
}

.thread-message-image {
    width: 50%;
    word-wrap: break-word;
}

.visio-timer {
    position: absolute;
    z-index: 2;
    right: 16px;
    bottom: 16px;
    padding: 1px 5px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
    height: 21px;
    font-weight: 300;
    font-size: 15px;
    text-align: left;
    color: #222;
}

@media (max-width: 1100px) {
    .programme-item-container, .programme-item {
        width: 175px;
    }
}

.appointment-data-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    font-size: 15px;
}

.appointment-data-card .appointment-data-card-info {
    width: 100%;
    max-width: 420px;
}

.appointment-data-card .card-sub-title {
    color: var(--title-color);
    text-align: left;
    font-weight: 500;
}

.appointment-data-card .card-sub-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    margin-top: 6px;
}

.appointment-data-card .card-sub-content .card-date,
.appointment-data-card .card-sub-content .card-time,
.appointment-data-card .card-sub-content .card-type,
.appointment-data-card .card-sub-content .card-name,
.appointment-data-card .card-sub-content .card-number {
    border-radius: 5px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
    padding: 4px 6px;
}

.appointment-data-card .card-sub-content .card-date {
    width: 100%;
    max-width: 205px;
}

.appointment-data-card .card-sub-content .card-time {
    width: 100%;
    max-width: 80px;
}

.appointment-data-card .card-sub-content .card-type {
    width: 110px;
    max-width: 110px;
    border: none;
    padding: 0;
}

.appointment-data-card .card-type .select2-selection__rendered {
    font-weight: 300;
    font-size: 15px;
    text-align: left;
    color: #02ffad;
}

.appointment-data-card .appointment-data-card-beneficiary {
    width: 100%;
    max-width: 245px;
}

.appointment-data-card .card-sub-content .card-name {
    width: 100%;
    max-width: 145px;
}

.appointment-data-card .card-sub-content .card-number {
    width: 100%;
    max-width: 95px;
}

.appointment-data-card .appointment-data-card-book {
}

.timeout-container {
    width: 100%;
    max-width: 730px;
    background: transparent;
    margin: auto;
}

.timeout-container .modal-sub-title {
    font-weight: 500;
    font-size: 35px;
    text-align: center;
    color: var(--title-color);
    margin-top: 8px;
}

.timeout-container .show-content {
    width: 100%;
    max-width: 530px;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    color: #222;
    margin: 12px auto 10px;
}

.modal-company-profile .company-logo {
    max-height: 150px;
    background: white;
    filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.16));
}

.modal-company-profile .show-content {
    width: 100%;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    color: #000;
    border-bottom: 1px solid #707070;
    padding: 15px;
    margin: 15px 0;
}

.modal-company-profile .show-content a {
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    color: #000;
    text-decoration: none;
}

.modal-company-profile .modal-body .modal-sub-title {
    margin-top: 40px;
    color: var(--title-color);
    font-weight: 500;
    font-size: 25px;
    text-align: center;
}

.modal-company-profile .modal-success-register-container {
    padding: 20px 150px;
}

.modal-patient-profile .modal-success-register-container {
    padding: 20px 100px;
}

.modal-company-profile-title {
    padding-top: 20px;
    padding-bottom: 55px;
    font-weight: 500;
    font-size: 40px;
    text-align: center;
    color: var(--title-color);
}

.show-content-container {
    width: 100%;
}

.profile-photo {
    margin-top: 30px;
}

.profile-photo img {
    border-radius: 90px;
    background: #fff;
    filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.16));
}

.btn-profile-photo {
    width: 100%;
    max-width: 210px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
    font-weight: 300;
    font-size: 15px;
    text-align: center;
    color: #000;
    margin-top: 35px;
}

.profile-container {
    margin-bottom: 115px;
}

.profile-information {
    margin-top: 45px;
    margin-bottom: 10px;
}

.profile-information > div {
    margin-bottom: 36px;
}

.pitch-presentation-info {
    width: 100%;
    margin-top: 45px;
}

.pitch-presentation-title {
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    color: #7BC3F8;
}

.pitch-presentation-note {
    font-weight: 300;
    font-size: 15px;
    text-align: left;
    color: #939393;
    margin-bottom: 36px;
    line-height: 17px;
}

.pitch-presentation {
    width: 100%;
    resize: none;
    overflow: hidden;
    font-size: 18px;
}

.my-video {
    padding: 0 15px 0 22px;
}

.my-video .btn-download {
    font-size: 15px;
}

.my-video-info {
    padding-top: 8px;
    display: flex;
    justify-content: space-between;
}

.my-video-info .btn-my-video-file {
    width: 100%;
    max-width: 350px;
    font-weight: 300;
    font-size: 15px;
    text-align: left;
    align-self: flex-end;
    background: #f8f8f8;
    color: black;
    padding: 0 6px;
    position: relative;
    top: -4px;
    border: none;
    border-radius: 5px;
}

.my-video-info .btn-my-video-file:hover {
    color: black;
}

.my-video-info .btn-my-video-file::placeholder {
    font-weight: 300;
    font-size: 15px !important;
    color: #aaa;
}

.my-video-title {
    width: 100%;
    max-width: 245px;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    color: #7bc3f8;
    align-self: flex-start;
}

.my-video-title {
    max-width: 85px;
}

.my-video-note {
    font-weight: 300;
    font-size: 12px;
    text-align: left;
    color: #939393;
    padding-top: 6px;
    padding-bottom: 8px;
}

.my-video {
    margin-top: 20px;
}

.btn-edit-profile {
    margin-top: 20px;
    margin-bottom: 50px;
}

.btn-download-invoice {
    font-size: 0.75rem !important;
}

.shadow-radius {
    border-radius: 5px;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
}

#divErrorImg {
    margin-top: 20px;
}

.text-green {
    color: var(--button-background-color);
}

.nav-link-custom {
    position: relative;
}

.notification {
    position: absolute;

    top: -20px;
    right: -10px;

    width: 20px;
    height: 20px;
    border-radius: 20px;

    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #02ffad;
    background: #02ffad;
    color: white;
    font-size: 14px;
    font-weight: 400;
}

iframe {
    max-width: 100%;
}

.card-full {
    height: 100%;
}

.card-left {
    height: auto;
}

.card-access-consultation {
    height: 245px;
}

.card-right {
    height: 774px;
}

#profile-form {
    padding: 40px;
}

.profile-information > div {
    display: flex;
    justify-content: center;
}

.visio-room-actions .btn-white-small {
    margin-bottom: 20px;
}

select {
    max-width: 100%;
}
select option {
    max-width: 100%;
    overflow: hidden;
    word-wrap: normal !important;
    white-space: normal;
}

.text-xs {
    font-size: 10px;
    line-height: 10px;
    display: block;
}

@media (max-width: 767px) {
    .how-title {
        font-size: 30px;
    }

    .how-title .title-logo {
        height: 35px;
    }

    .how-step-card-list {
        padding: 30px 40px;
    }
    .thread-search {
        flex-direction: column;
    }
    .thread-search .item {
        max-width: 500px;
        margin: auto;
    }
    .thread-search .form-control-select {
        margin-bottom: 10px;
    }
    .thread-search .reset-search {
        margin-top: 10px;
    }
}

@media (max-width: 575px) {
    .assistant-presentation .list-item {
        margin-left: 20px;
    }
    .thread-form-field {
        height: 80px;
    }
    .thread-messages {
        max-height: 400px;
    }
    .thread-messages .thread-message {
        flex-direction: column-reverse;
    }
    .thread-message .content {
        border: none;
        margin-right: 0;
        padding-right: 0;
    }
    .thread-message .time span {
        display: inline-block;
    }
    .thread-message .time span:last-child {
        margin-left: 2px;
    }
}

@media (max-width: 500px) {
    .assistant-next-consultation-card {
        margin: 20px 0;
    }

    .card-body-assistant,
    .card-access-consultation .card-body,
    .card-body-assistant-agenda {
        padding: 20px !important;
    }

    .card-body-assistant-daily-agenda {
        height: 445px;
    }

    .modal-company-profile .modal-success-register-container .btn-white {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }

    .modal-company-profile-title {
        font-size: 30px;
    }
    .card-body-assistant-daily-agenda-appointment {
        font-size: 13px;
        line-height: 13px;
    }
}

@media (max-width: 991px) {
    .card-left,
    .card-right,
    .card-access-consultation {
        height: auto;
    }

    .thread-header {
        padding: 20px;
    }

    .thread-name {
        font-size: 17px;
    }

    .thread-right {
        margin-left: 20px;
    }
}

@media (max-width: 850px) {
    .card-tooltip-container {
        display: none;
    }

    .calendar-content {
        flex-direction: column;
    }
}

@media (max-width: 1200px) {
    .card-body-assistant-agenda {
        padding: 55px 40px 40px;
    }
}

@media (max-width: 1000px) {
    .next-consultation-data-time strong {
        font-size: 20px;
    }

    .next-consultation-data-time {
        font-size: 18px;
    }

    .next-consultation-data-card-left {
        font-size: 16px;
    }
}

.close {
    display: none;
}

@media (max-width: 770px) {
    .close {
        display: block;
        margin-left: 20px;
    }

    .card-title {
        font-size: 25px;
    }

    .modal-company-profile-title {
        display: flex;
        align-items: center;
    }

    .next-consultation-data-time {
        width: auto;
    }

    .next-consultation-data-card {
        margin-left: 20px;
    }

    .card-consultation-detail .card-body {
        padding: 20px;
    }

    .calendar-container-assistant .card-body {
        padding: 20px;
    }

    .calendar-content-day {
        width: auto;
    }

    .card-visio {
        padding: 20px;
    }

    .visio-index-title {
        margin: 30px 0;
    }

    .card-visio-content {
        margin-bottom: 30px;
    }
}

@media (max-width: 550px) {
    .next-consultation-data {
        flex-direction: column;
    }

    .next-consultation-data-card {
        margin-left: 0px;
    }

    .calendar-container-assistant .calendar-top-content-explain {
        flex-direction: column;
    }
}

@media (max-width: 1000px) {
    .calendar-content {
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .thread-alone.thread-dropdown {
        margin-top: 30px;
    }

    .modal-company-profile .modal-success-register-container {
        padding: 20px;
    }
}

@media (max-width: 1199px) {
    .appointment-data-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .appointment-data-card-info,
    .appointment-data-card-beneficiary {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .visio-room-actions {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .visio-room-actions .btn {
        width: 32%;
    }

    .change-assistant-modal {
        padding: 20px;
    }

    .change-assistant-modal-actions {
        flex-direction: column;
    }

    .change-assistant-modal-actions .btn {
        margin-bottom: 20px;
    }

    #visio-frame, #media-div {
        height: auto;
    }
}

@media (max-width: 767px) {
    .visio-room-actions .btn {
        width: 49%;
    }

    .unique .btn-secondary {
        margin-top: 20px;
    }

    .webcam-small {
        bottom: 10px;
        left: 10px;
        width: 20%;
    }
}

@media (max-width: 550px) {
    .visio-room-actions .btn {
        width: 100%;
    }

    .main-logo {
        height: 50px;
    }
}

@media (max-width: 500px) {
    .appointment-data-card .card-sub-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .appointment-data-card .card-sub-content > div {
        margin-bottom: 15px;
    }

    .calendar-top-content {
        font-size: 15px;
        width: 120px;
    }

    .calendar-action-switch-index {
        margin: 0;
        background: transparent;
    }
    .assistant-presentation .title {
        line-height: 32px;
    }
    .welcome-first-banner-form .title {
        line-height: 32px;
        margin: 0;
    }
    .assistant-presentation .title span,
    .welcome-first-banner-form .title span,
    .contact-page-background h2 span {
        display: block;
    }
    .assistant-presentation-avatar {
        max-width: 80%;
    }
}

.text-white {
    color: white;
}
.tooltip {
    display: none;
}
.tippy-box[data-theme~='socialdirect'] {
    border-radius: 22px;
    border: 0.5px solid rgba(0, 0, 0, 0.20);
    background: #FBFBFD;
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.15);
    padding: 40px;
    color: black;
}
.tippy-box[data-theme~='socialdirect'] .tippy-content {
    width: 401px;
}
.tippy-box[data-theme~='socialdirect'] .tippy-arrow {
    display: none;
}
.assistant-vacation {
    margin: 0 auto 10px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: var(--title-color);
    padding: 5px 10px;
    border: 1px solid var(--title-color);
    border-radius: 10px;
}
#vacation-message .modal-title {
    font-size: 32px;
}
#vacation-message .display_message_modal {
    font-size: 20px;
}
#vacation-message .btn-actions {
    margin-top: 40px;
    width: 100%;
}
#vacation-message .btn-actions .col {
    flex: 1;
}
#vacation-message .btn-actions a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#as-back-vacation .modal-title {
    font-size: 27px;
    line-height: 30px;
}
.btn-disabled {
    background: #eee;
    color: #333;
    cursor: not-allowed;
}
.btn-disabled:hover {
    background: #eee;
    color: #333;
}
.btn-small {
    font-size: 16px;
    line-height: 30px;
}
.mb-8 {
    margin-bottom: 3rem;
}

@media (max-width: 1440px) {
    .tippy-box[data-theme~='socialdirect'] {
    border-radius: 1.528vw;
    padding: 2.315vw;
    }
    .tippy-box[data-theme~='socialdirect'] .tippy-content {
    width: 27.847vw;
    }
}
@media (max-width: 767px) {
    .content-section {
        height: calc(var(--scroll-length) * 100vh);
    }
    .content-item {
        height: calc(var(--scroll-length) * 193.6vw);
    }
    .tippy-box[data-theme~='socialdirect'] {
        border-radius: 5.867vw;
        padding: 8.533vw 5.333vw;
    }
    .tippy-box[data-theme~='socialdirect'] .tippy-content {
        width: 100%;
    }
}