/* Logout Modal */

.logout-modal p {
    text-align: center;
    font-size: 18px;
    padding: 20px 0px;
    font-weight: 400;
}

.logout-modal .continue-button {
    border-radius: 3px;
    width: 100%;
    border: none;
    outline: none;
    background-color: #28cdbf;
    color: white;
    padding: 13px 0px;
}

.logout-modal .cancel-button {
    border-radius: 3px;
    width: 100%;
    border: none;
    outline: none;
    background-color: #ff4858;
    color: white;
    padding: 13px 0px;
}

/* List prescription */
.list-prescription-modal {
    text-align: center;
}

.prescription-name {
    padding: 5px 0px !important;
}

.download-prescription-button {
    background-color: #4e95fb;
    padding: 5px 20px;
    border: none;
    border-radius: 20px;
    outline: none;
    color: #fff;
    font-weight: 600px;
    font-size: 14px;
}

.download-prescription-button:hover {
    opacity: 0.8;
}

.prescription-item {
    margin: 20px 0px !important;
    text-align: center !important;
}

/* Upload Modal */

.upload-modal .modal-body .dropzone {
    border-radius: 15px;
    border: dashed 2px #9b9b9b;
    padding: 20px;
}

.upload-modal .modal-body button {
    font-weight: 500;
    text-align: center;
    width: 100%;
    margin-top: 25px;
    outline: none;
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 23px;
    padding-right: 23px;
    color: white;
    background-color: #8e6af8;
    border-radius: 20px;
}

.upload-modal .modal-body .dropzone p {
    text-align: center;
    padding: 10px 0px;
}

.upload-modal .modal-body .dropzone p.dropzone-main {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #4a4a4a;
}

.upload-modal .modal-body .dropzone p.dropzone-sub {
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.36;
    letter-spacing: normal;
    text-align: center;
    color: #9b9b9b;
}

.upload-modal .modal-body .dropzone-file-container {
    padding: 25px 0px;
}

.upload-modal .modal-body .dropzone-file {
    position: relative;
    width: 70%;
    padding: 5px 0px;
}

.upload-modal .modal-body .dropzone-file .file-name {
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: normal;
    color: #4a4a4a;
}

.upload-modal .modal-body .dropzone-file img {
    padding-right: 25px;
}

.upload-modal .modal-body .dropzone-file .file-size {
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: normal;
    color: #4a4a4a;
}

.upload-modal .modal-body .dropzone-file .file-close {
    float: right;
    margin-right: 20px;
    clear: both;
}

/* Colored Choice Button */

.colorButton {
    font-weight: 500;
    text-align: center;
    width: 100%;
    height: 5em;
    outline: none;
    border: none;
    padding: 15px 0;
    color: white;
    background-color: #8e6af8;
    border-radius: 20px;
}

/* SOLUTION FOR */

.solutionFor {
    width: 100%;
    height: 100%;
    padding: 25% 0px;
}

.solutionFor p {
    margin: 0;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: -1.4px;
    width: 75%;
    text-align: left;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.solutionFor .textLoop {
    color: #f5a623;
    width: 75%;
    text-align: left;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}

.solutionFor h2 {
    font-size: 36px;
    letter-spacing: -1.4px;
    margin: 0;
}

@media screen and (max-width: 615px ) {
    .solutionFor h2.text-loop-1 {
    text-wrap: wrap;
    }
}

.solutionFor a {
    padding: 0;
    color: #f5a623;
}

/* GodZone */

.godzone-button-container {
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.godzone-button-container .godzone-button {
    outline: none;
    border: none;
    border-radius: 20px;
    height: 116px;
    width: 100%;
}

.godzone-button-container .godzone-button:hover {
    opacity: 0.8;
}

.godzone-button-container a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.2px;
}

.godzone-button-container .godzone-button {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.2px;
}

.godzone-container {
    position: relative;
    margin-top: -175px;
    padding: 30px 40px;
    text-align: center;
}

.godzone-container .godzone-expand-button {
    margin-top: 39px;
    padding: 9px 21px;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    border: none;
    border-radius: 100px;
    border: solid 1px #8c898e;
    font-size: 16px;
    font-weight: 400;
    color: #8c898e;
}

.godzone-container .godzone-expand-button:hover {
    background-color: #8e6af8;
    color: white;
    transition: 0.3s;
}

@media screen and (max-width: 800px) {
    .godzone-container {
        margin-top: -100px;
        padding: 30px 40px;
    }

    .godzone-button-container .godzone-button {
        font-size: 17px;
    }

    .godzone-button-container a {
        font-size: 17px;
    }
}

@media screen and (max-width: 425px) {
    .godzone-container {
        margin-top: -60px;
        padding: 30px 12px;
    }
}

/* Collapsible */

.collapsible {
    background-color: #023160;
    cursor: pointer;
    padding: 25px 67px 25px 47px;
    width: 100%;
    border: none;
    /* border-bottom: 1px solid #f2efef; */
    text-align: left;
    outline: none;
    color: white;
    border-radius: 50px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    border: none;
}

.collapsible .collapse-title {
    font-family: sofiaPro;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: normal;
    /* color: #000000; */
}

.collapse-icon {
    position: absolute;
    right: 0;
    text-align: right;
    margin-top: 3px;
    padding-right: 38px;
    padding-left: 38px;
    transform: rotate(-90deg);
    transition: all ease 0.4s;
}

.collapsible.active .collapse-icon {
    transform: rotate(0deg);
}

.collapsible.active {
    border: none;
    /* background-color: #ffffff; */
}

.collapsible.active .collapse-title {
    font-family: 'Roboto';
    font-weight: normal;
}

.collapse-content {
    padding: 10px 25px;
    display: none;
    overflow: hidden;
    background-color: #ffffff;
    font-family: 'Roboto';
    opacity: 0.7;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #000000;
    border: 1px solid #918d8d;
    border-radius: 20px;
    margin-bottom: 10px;
}

.collapse-content ul li {
    list-style-type: initial;
    display: list-item;
}

.collapse-content ul li:first-child {
    padding-left: 16px;
}

.collapse-content ul {
    padding-left: 40px;
}

/* Testimonial */

.active.testimonial-image {
    opacity: 1;
}

.testimonial-container {
    text-align: center;
    background-color: #ffffff;
    padding: 57px 0px 75px 0px;
}

.testimonial-image {
    display: inline-block;
    opacity: 0.25;
    height: 86px;
    width: 86px;
    margin-left: 25px;
    margin-right: 25px;
    border-radius: 60px;
}

.testimonial-image .active {
    opacity: 1;
}

.testimonial-title {
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #25b5a9;
}

.testimonial-main-title {
    font-family: 'Roboto';
    font-size: 34px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-top: 7px;
}

.testimonial-icon {
    margin-bottom: 37px;
    margin-top: 37px;
    text-align: center;
}

.testimonial-text-content {
    margin-top: 42px;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    color: #5e6a6e;
}

.testimonial-text-author {
    padding-top: 31px;
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.testimonial-text-profession {
    padding-top: 3px;
    opacity: 0.75;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    color: #5e6a6e;
}

@media screen and (max-width: 800px) {
    .testimonial-image {
        height: 72px;
        width: 72px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .logout-modal .cancel-button {
        margin-bottom: 10px;
    }
}

@media (min-width: 1840px) {
    .saut-1 {
        display: block;
    }
}
/* Excellence Service */

.excellence-service-container {
    padding: 0;
    padding-top: 90px;
    text-align: center;
    font-family: sofiaPro;
    margin-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
}

.excellence-service-container .row .nopad {
    padding: 0 5% !important;
}

.excellence-service-container h2 {
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    /* color: #000000; */
    color: #023160;
    margin-bottom: 60px;
}

.excellence-service-container h3 {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    /* color: #25b5a9; */
    color: #023160;
    margin: 20px 0 15px;
}

.excellence-service-container p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    /* color: #5e6a6e; */
    color: #023160;
}

.excellence-service-paiement {
    padding-top: 70px;
    padding-bottom: 140px;
    margin: 0px !important;
}

.excellence-service-paiement p {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}

.excellence-service-paiement img+img {
    margin-left: 14px;
}

@media screen and (max-width: 800px) {
    .excellence-service-container {
        padding-top: 45px;
    }

    .excellence-service-container p {
        margin-bottom: 82px;
    }

    .excellence-service-paiement {
        background-color: #f3fbfb;
        padding-bottom: 75px;
    }

    .excellence-service-paiement p {
        margin-bottom: 20px;
    }
}

.pRequest {
    width: 90%;
    margin-left: 60px;
    margin-right: 70px;
    height: 100px;
    border-radius: 2px;
    border: 0;
    border-left: 7px;
    border-style: solid;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0px 0px 45px 0 rgba(0, 0, 0, 0.1);
}

.pRequest:last-child {
    margin-bottom: 120px;
}

.pRequest .pCal {
    height: 69px;
    min-height: 69px;
    width: 100px;
    min-width: 69px;
    margin-left: 55px;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.18);
}

.pRequest .pCal h2 {
    font-size: 12px;
    font-weight: bold;
    line-height: 0.83;
    letter-spacing: -0.3px;
    text-align: center;
    color: #4a4a4a;
    margin: 0;
    margin-top: 10px;
}

.pRequest .pCal h1 {
    font-size: 23px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.7;
    letter-spacing: -0.9px;
    text-align: center;
    color: #4a4a4a;
    margin: 0;
    margin-top: 7px;
}

.pRequest .pCal p {
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.17;
    letter-spacing: -0.3px;
    text-align: center;
    color: #4a4a4a;
    margin: 0;
}

.pRequest .pCal p strong {
    font-weight: 500;
}

.pRequest .pName {
    display: inline-block;
    margin-left: auto;
}

.pvcenter {
    display: table;
    height: 100%;
}

.pvCtr {
    display: table-cell;
    vertical-align: middle;
}

.search {
    width: 90%;
    margin: auto;
    display: flex;
    margin-bottom: 20px;
}

.search .search-block {
    display: flex;
}

.search .search-input {
    padding: 1rem;
    border: none;
    /* width: 40rem; */
    outline: 0;
}

.search button {
    padding: 1rem;
    border: none;
    background: #fff;
}

.search select {
    padding: 1rem;
    border: none;
    outline: 0;
    background: #fff;
    color: gray;
}

.pRequest .pName {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #4a4a4a;
    margin-left: 5%;
    width: 45%;
}

.pRequest span.id {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: -0.3px;
    color: #000000;
    margin-left: 5%;
    width: 20%;
    display: inline-block;
}

.pRequest .btnCenter {
    width: 20%;
    display: inline-block;
    text-align: center;
}

@media screen and (max-width: 800px) {
    .pRequest {
        margin-left: 10px;
        width: calc(100% - 20px);
        margin-bottom: 10px;
        height: 100%;
        padding: 15px 0;
    }

    .pLayout .pRow {
        width: 100%;
    }

    .pRequest .pCal {
        margin-left: 20px;
    }

    .pRequest .pName {
        width: 35%;
    }

    .pRequest:last-child {
        margin-bottom: 40px;
    }
}

/* Checkbox */
.cbcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.cbcontainer {
    display: block;
    cursor: pointer;
    user-select: none;
    position: absolute;
    left: 0;
}

.cbcontainer .cMark {
    height: 15px;
    width: 15px;
    border: 1px solid #9b9b9b73;
    position: absolute;
}

.cMark:after {
    content: '';
    position: absolute;
    display: none;
}

.cbcontainer input:checked~.cMark:after {
    display: block;
}

.cbcontainer .cMark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #50e3c2;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radioContainer {
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-right: 25px;
    padding-top: 3px;
    cursor: pointer;
    user-select: none;
    position: relative;
}

/* Messenger */

@font-face {
    font-family: Avenir;
    src: url(/static/fonts/AvenirLTStd-Medium.otf);
}

.messenger {
    position: relative;
    display: flex;
    height: 77vh;
    width: 100%;
}


.messagesList {
    flex: 1;
    background-color: #fff;
}

#scrollable-block {
    height: 64vh;
    overflow: auto;
}

.messagesList.minimized {
    min-width: 230px;
}


.messagesList ul li.message {
    display: flex;
    align-items: center;
    padding-left: 10px;
    height: 72px;
    width: 100%;
    max-width: 500px;
    border-radius: 15px;
}

li.message {
    position: relative;
    /*border-bottom: solid 1px #9b9b9b27;*/
    background-color: white;
    cursor: pointer;
    padding-right: 25px;
    transition: 0.3s ease-in-out;
}

li.message:hover {
    background-color: #efefef;
}

li.message.selected {
    /* background-color: #61c9d7; */
    background-color: #d0e5ec;
    border-bottom: none;
}

li.message img {
    border-radius: 100%;
}

li.message .meta {
    padding-left: 11px;
    max-width: calc(100% - 32px);
}

li.message h3 {
    margin: 0;
    font-family: Avenir;
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
    margin-bottom: 3px;
}

.messagesList.minimized li.message h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

li.message p {
    text-align: left;
    opacity: 0.7;
    font-family: Avenir;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    color: #4a4a4a;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.metaMsgLine {
    display: flex;
    align-items: flex-end;
}

.unreadsNum {
    background-color: #2277ef;
    color: #fff;
    font-weight: bold;
    border-radius: 100%;
    height: 13px;
    width: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    font-size: 10px;
    min-width: 13px;
    min-height: 13px;
}

.yourMessageLabel {
    font-size: 10px;
    margin-right: 3px;
}



@media screen and (max-width: 1200px) {
    .messagesList {
        opacity: 1;
        transition: 0.3s ease-in-out;
    }

    .messagesList.minimized {
        min-width: 0px;
        max-width: 0px;
        opacity: 0;
    }
}

@media screen and (max-width: 800px) {}




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






.messageThread {
    position: relative;
    /* height: 93%; */
    height: 100vh;
    background-color: #f3f5f7;
    /* width: 80% */
    width: 72%;
    padding-top: 20px;
    margin-top: -30px;
    padding-bottom: 20px;
    margin-right: -30px;
}


.messageThread .msgHead {
    height: 55px;
    background-color: #f8f7f7;
}

.messageThread .msgHead .ctt {
    padding-right: 25px;
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.msgHead .ctt h3 {
    height: 19px;
    font-family: Avenir;
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
    margin: 0;
    padding-top: 8px;
    margin-bottom: 5px;
}

.messagesList .search-message {
    position: sticky;
    display: flex;
    padding: 0.5rem 0;
    /* left: 3rem; */
    width: 35rem;
    /* margin: auto; */
    top: 1rem;
    z-index: 2;
}

.messagesList .search-message.reduced {
    left: 0;
    /* width: unset; */
    width: 100%;
    padding: 0;
    padding-right: 30px;
}

.messagesList .search-message .search-input {
    outline: 0;
    border: none;
    width: 82%;
    padding: 1.2rem;
    /* box-shadow: 0px 3px 5px -3px #000; */
    background-color: #f3f5f7;
    border-radius: 5px;
    height: 50px;
}

.messagesList .search-message .btn-search {
    outline: 0;
    border: none;
    padding: 1rem;
    background: transparent;
    position: absolute;
    right: 18%;
    color: grey;
    font-size: 18px;
    top: 3px;
}

.search-message.reduced .btn-search {
    right: 25%;
}
.msgHead .ctt p {
    font-family: Avenir;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    text-align: right;
    color: #9b9b9b;
}

.ctt button.btnBack {
    border: none;
    background: none;
    display: none;
    cursor: default;
    font-size: 18px;
    margin-right: 20px;
}

.ctt button.btnBack svg {
        border: none;
        background: transparent;
        position: relative;
        margin-top: 2px;
    }

.ctt button.video-btn {
    border: none;
    background: transparent;
    position: relative;
    top: 1px
}

.ctt button.video-btn .dot {
    border: 3px solid #04c704;
    border-radius: 50%;
    position: absolute;
    right: 13px;
    top: 5px;
}

.ctt button.video-btn .dot.phone {
    right: 8px
}

.cttAct {
    display: flex;
    align-items: center;
    gap: 25px;
}

.cttPrescript {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.cttPrescript>svg {
    margin-right: 7px;
    margin-bottom: 4px;
    height: 21px;
    width: auto !important;
    color: #61c9d7;
}

.confPrescript {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.confPrescript>svg {
    margin-right: 7px;
    margin-bottom: 4px;
    height: 21px;
    width: auto !important;
    color: #337ab7;
}

.confPrescript>b {
    color: #4a4a4a;
}

.cttPrescriptTerminate {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.cttPrescriptTerminate>svg {
    margin-right: 7px;
    margin-bottom: 4px;
    height: 21px;
    width: auto !important;
    color: #ff4858;
}

.cttPrescriptTerminate>strong {
    color: #4a4a4a;
}


@media screen and (max-width: 1200px) {
    .ctt button.btnBack {
        cursor: pointer;
        display: block;
    }
}

@media screen and (max-width: 991px) {
    #scrollable-block {
        height: 75vh;
    }
}


@media screen and (max-width: 660px) {
    .cttPrescript>b, .termText, .cancelText, .openText {
        font-size: 0;
    }

    .cttPrescript>b::after {
        font-size: 15px;
        content: "Dossier";
    }

    .termText::after {
        font-size: 15px;
        content: 'Terminer';
    }

    .cancelText::after {
        font-size: 15px;
        content: 'Annuler'
    }

    .openText::after {
        font-size: 15px;
        content: 'Ouvrir';
    }
 }



@media screen and (max-width: 1300px) {
    .cttAct {
        display: flex;
        padding: 7px 0;
        position: absolute;
        top: 0;
        margin: auto;
        width: 90%;
        justify-content: space-between;
        gap: 0
    }

    .messageThread .msgHead {
        height: 50px;
        margin-top: 40px;
    }

    .ctt button.video-btn {
        right: 0
    }
}

@media screen and (max-width: 920px) {

    
}

@media screen and (max-width: 315px) {
    .messageThread .msgHead {
        height: 65px;
    }

}


@media screen and (max-width: 300px) {
    .cttAct {
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: flex-start;
    }
    .messageThread .msgHead {
        margin-top: 110px;
    }
}



.mMessage {
    max-width: 35%;
    text-align: left;
    /* background-color: #fcfbfb; */
    background-color: #fff;
    margin-bottom: 1px;
    border-radius: 20px;
    /*box-shadow: 0 1px 1px 0 #d0cbc4;*/
    width: fit-content;
    position: relative;
    margin-right: 15px;
}

.mMessage.me {
    margin-left: auto;
    text-align: left;
    /* background-color: #2277ef; */
    background-color: #52b6d4;
    border-bottom-left-radius: 20px;
}

.mMessage.info {
    background-color: #61c9d7;
    margin: auto;
    text-align: left;
    border-bottom-left-radius: 20px;
    max-width: 100%;
}

.mMessage.viewed::after {
    position: absolute;
    content: "lu";
    right: 5px;
    bottom: -25px;
    color: #c4c4c4;
    font-size: 12px;
    font-weight: bold;
    z-index: 1
}

.mMessage p {
    padding: 10px 20px 15px 20px;
    margin: 0;
    font-family: Avenir;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    color: #000000;
    width: max-content;
    max-width: 100%;
    word-wrap: normal;
    hyphens: none;
    overflow-wrap: break-word;
}

.mMessage.me p {
    color: #fff;
}

.mMessage.closing {
    border-top-left-radius: 0;
}

.mMessage.me.closing {
    border-top-left-radius: 20px;
    border-top-right-radius: 0;
}

.mMessage.along {
    border-bottom-left-radius: 0;
}

.mMessage.me.along {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0;
}

.mMessage.middle {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.mMessage.me.middle {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.mMessage.lone {
    margin-bottom: 50px;
}

.messageThread .cttr {
    overflow-y: auto;
    width: 100%;
    position: relative;
    height: calc(100% - 144px);
    padding: 35px 15px 15px 70px;
    /*max-width: calc(100vw - 440px - 30px);*/
}

.mMessage small {
    padding: 0 15px;
}

.mMessage.me small {
    color: #fff;
    margin-right: 20px;
}


@media screen and (max-width: 1200px) {
    .messageThread {
        width: 100%;
    }

    .messageThread .cttr {
        padding: 35px 10px 15px 70px;
    }
}











/* Style des images dans le chat */
.messageThread .messageImage {
    max-width: 100%;
    display: flex;
}


.messageThread .messageImage a {
    max-width: 100%;
    position: relative;
    height: 100%;
    width: 100%;
}

.messageThread .messageImage #myImg {
    max-width: 100%;
    border-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}


/* Exceptions pour suivre les bordures arrondis des différents messages (bordures des images, du after des images mais également du after des lignes de fichier) */
.mMessage.closing .messageImage #myImg,
.mMessage.closing .messageImage a::after,
.mMessage.closing .messageFile::after {
    border-top-left-radius: 0;
}

.mMessage.me.closing .messageImage #myImg,
.mMessage.me.closing .messageImage a::after,
.mMessage.me.closing .messageFile::after {
    border-top-left-radius: 20px;
    border-top-right-radius: 0;
}


.mMessage.middle .messageImage #myImg,
.mMessage.middle .messageImage a::after,
.mMessage.middle .messageFile::after {
    border-top-left-radius: 0px;
}

.mMessage.me.middle .messageImage #myImg,
.mMessage.me.middle .messageImage a::after,
.mMessage.me.middle .messageFile::after {
    border-top-left-radius: 20px;
    border-top-right-radius: 0px;
}

/* Pop up photo on messenger */



.modalImage {
    position: fixed;
    z-index: 10000;
    padding-top: 5vh;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    overflow: auto;
}



.modalImage .icon {
    cursor: pointer;
    font-size: 12px;
}

.modalImage span {
    color: white;
    cursor: pointer;
}

.modal-image {
    margin: auto;
    display: block;
    width: 80%;
    height: 80vh;
    max-width: 700px;
    object-fit: contain;
}

.modal-image {
    animation-name: zoom;
    animation-duration: 0.6s;
}


.file-tabs .nav-tabs {
    border-bottom: 1px solid #dedede;
    margin-left: -15px;
    margin-right: -15px;

}

.file-tabs .nav-tabs > li > a,
.file-tabs .nav-tabs > li > a:hover,
.file-tabs .nav-tabs > li.active > a,
.file-tabs .nav-tabs > li.active > a:hover {
    background: transparent;
    border: none;
    outline: none;
    color: #878787;
    font-size: 100%;
    padding: 10px 20px;
}

.file-tabs .nav-tabs > li.active > a,
.file-tabs .nav-tabs > li.active > a:hover {
    border-bottom: 3px solid #2196f3;
    color: #212121;
}

.file-tabs .nav-tabs > li > a:hover {
    color: #212121;
}


.file-tabs .img-block {
    display: flex;
    gap: 30px;
    padding-top: 20px;
    height: 300px;
    overflow-y: auto;
    flex-wrap: wrap;
}

.file-tabs .modalImage {
    height: 100vh;
}


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

    to {
        transform: scale(1)
    }
}

/* The Close Button */

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-image {
        width: 100%;
    }
}

/* Animation hover */
/* .messageThread .messageImage a::after {
    opacity: 0;
    position: absolute;
    content: "Telecharger";
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(22, 22, 22, 0.4);
    transition: 0.3s ease-in-out;
    border-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
} */

.messageThread .messageImage a:hover::after {
    opacity: 1;
}















/* Style des fichiers (hors image) dans le chat */

.mMessage .messageFile {
    padding: 20px 20px 15px;
    display: flex;
    align-items: center;
    color: #000;
    position: relative;
}

.mMessage .messageFile:hover {
    text-decoration: none;
}

.mMessage .messageFile svg {
    height: 21px;
    width: auto;
}

.mMessage .messageFile svg path {
    fill: #000;
}

.mMessage .messageFile b {
    margin-left: 1em;
}




.mMessage.me .messageFile {
    color: #fff;
}

.mMessage.me .messageFile svg path {
    fill: #fff;
}






.mMessage .messageFile::after {
    opacity: 0;
    position: absolute;
    content: "Telecharger";
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(22, 22, 22, 0.8);
    transition: 0.3s ease-in-out;
    border-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.mMessage .messageFile:hover::after {
    opacity: 1;
}











/* File loader in chat */


@keyframes appear {
    0% {
        right: -100px;
        bottom: -50px;
    }

    1% {
        display: initial;
    }

    100% {
        right: 0;
        bottom: 0;
        display: initial;
    }
}

.sendingFile {
    position: relative;
    overflow: hidden;
    padding: 15px;
}

.sendingFile>div {
    display: none;
    text-align: right;
    margin-bottom: 10px;
    position: absolute;
}

.sendingFile.show>div {
    animation: 0.4s ease-in-out appear;
    animation-fill-mode: forwards;
    display: initial;
}

.sendingFile b {
    margin-left: 10px;
}




/*
    Might be useful
.messageThread .cttr {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
.messageThread .cttr::-webkit-scrollbar {
    display: none;
} */



.messageThread .startaChat {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}






.messageThread .composer {
    width: 100%;
    position: absolute;
    bottom: 0;
    /* background-color: #b6acac43; */
    padding: 0 50px 50px 50px;
}

.messageThread .composer .composerText {
    /* margin-top: 12px; */
    height: 60px;
    resize: none;
    /* width: calc(100% - 110px); */
    width: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    outline: none;
    padding: 15px 20px;
    border-radius: 8px;
    /* margin-left: 53px; */
}

.messageThread .composer .composerText::placeholder {
    color: #d1d1d1;
}

.messageThread .composer .file-btn-block {
    position: relative;
}

.messageThread .composer .file-btn-block .menu {
    position: absolute;
    /* bottom: -1em; */
    bottom: 0;
    /* left: -2em; */
    right: 0;
    width: 160px;
    list-style-type: none;
    padding: 0;
    z-index: 5;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    border: 1px solid whitesmoke;
}

.messageThread .composer .file-btn-block .menu > li {
    margin: 0;
    background-color: white;
    padding: 10px 8px;
    width: 100%;
    cursor: pointer;
}

.messageThread .composer .file-btn-block .menu > li:hover {
    background-color: lightgray;
}

/* ThreeImages */
.main-content {
    overflow-x: hidden;
}
.threeImages {
    margin-top: 90px;
    padding: 0 0 90px 0;
    text-align: center;
    display: block;
    position: relative;
}
.top-ellips {
    display: block;
    position: absolute;
    top: 0;
    left: -35px;
    width: 150px;
    height: 300px;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background-image: linear-gradient(205deg, #FAA265, #F2718A);
}
.bottom-ellips {
    display: block;
    position: absolute;
    bottom: 0;
    right: -35px;
    width: 150px;
    height: 300px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 150px;
    border-top-left-radius: 150px;
    background-image: linear-gradient(48deg, rgba(98, 158, 217, 1) 0%, rgba(96, 231, 196, 1) 100%);
}
.mini-ellips {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 0;
    left: 40px;
    background:  #FAA265;
    border-radius: 50%;
}
.nano-ellips {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 100px;
    background:  #FAA265;
    border-radius: 50%;
}
/* .threeImages .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.2px;
    color: #000000;
    padding-bottom: 70px;
} */
.threeImages .title {
    color: #28cdbf;
    font-size: 16px;
    font-weight: 300;
    display: block;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
}

.threeImages .work-title {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.2px;
    color: #023160;
    display: block;
    padding-top: 15px;
    position: relative;
    z-index: 10;
    margin-bottom: -90px;
}

.work-img-content {
    padding: 8% 8% 0;
    position: relative;
    display: flex;
}

.work-img-content img {
    width: auto;
    height: 100px;
}

.trait-one {
    position: absolute;
    top: 85px;
}

.trait-two {
    position: absolute;
    top: 120px;
}

.trait-one img {
    rotate: 50deg;
    width: 70%;
    height: auto;
}
.trait-two img {
    rotate: 206deg;
    width: 60%;
    height: auto;
}

.work-step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.work-step-item-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: fit-content; 
}
.step-number-badge {
    position: absolute;
    bottom: 5px;
    right: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #023160;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}


.threeImages h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.2px;
    color: #000000;
    padding-bottom: 10px;
}

.threeImages .subtitle {
    font-size: 19px;
    font-weight: 800;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #023160;
    margin-top: 0;
}

.threeImages p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    color: #023160;
    text-align: center;
    font-weight: 400;
}


.saut {
    display: block;
}
@media screen and (max-width: 1200px) {
    .mMessage {
        max-width: 75%;
    }
}

@media screen and (max-width: 800px) {
    .saut {
        display: inline-block;
    }
    .threeImages p {
        padding-bottom: 70px;
        width: 100% !important;
        font-size: 15px !important;
    }

    .messagesList {
        width: 100%;
    }

    li.message.selected {
        background-color: white;
    }

    .messageThread {
        height: 100%;
        background-color: #f6f7f8;
        z-index: 1049;
        animation: slide 0.5s forwards;
        position: fixed;
        top: 0;
    }

    .messageThread .msgHead {
        background-color: #fff;
    }

    .messageThread .cttr {
        overflow-y: scroll;
        padding: 35px 10px 15px 10px;
        height: calc(100% - 160px)
    }

    .mMessage {
        max-width: 75%;
        border-radius: 20px;
    }
}

@keyframes slide {
    100% {
        left: 0;
    }
}

button.sendMessage {
    position: absolute;
    /* right: 30px;
    top: 12px; */
    right: 59px;
    top: 12px;
    height: 20px;
    border-radius: 18px;
    border: none;
    /* width: 70px; */
    background: none;
    font-size: 22px;
    color: #24B5A9;
}

button.messageAttachement {
    position: absolute;
    right: 102px;
    top: 12px;
    height: 36px;
    border-radius: 18px;
    border: none;
    background: none;
    font-size: 22px;
    color: #24B5A9;
}

button.messageAttachement.video {
    left: 55px;
}

.messageListHeader {
    background-color: #eae9e9;
    position: relative;
    width: 90%;
    display: none;
}

.messageListHeader h4 {
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 15px 0 12px 0;
    font-family: Avenir;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.messageListHeader button.compose {
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    border: none;
    width: 20%;
    background: none;
}

.messageSearch {
    position: relative;
    background: #fff;
    height: 34px;
    border-bottom: solid 1px #9b9b9b69;
    padding-top: 4px;
}

.messageSearch input {
    height: 25px;
    width: 100%;
    border: none;
    padding-left: 60px;
    outline: none;
}

.messageSearch input::-webkit-input-placeholder,
.messageSearch input::placeholder {
    opacity: 0.5;
    font-family: Avenir;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    text-align: left;
    color: #4a4a4a;
    padding-left: 25px;
}

.messageSearch img {
    position: absolute;
    left: 34px;
    top: 11px;
}

/* TheyTrusUs */

.theytrusus-container {
    /* background-color: #28cdbf; */
    background-color: #fff;
    /* opacity: 0.75; */
    text-align: center;
    padding-top: 51px;
    padding-bottom: 70px;
    padding-left: 10%;
    padding-right: 10%;
}

.theytrusus-container span {
    color: #28cdbf;
    font-size: 16px;
    font-weight: 300;
}

.theytrusus-container div {
    margin-bottom: 20px;
}

.theytrusus-container h3 {
    margin: 0;
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    /* color: #ffffff; */
    color: #023160;
    padding-bottom: 45px;
}

.theytrusus-container img {
    max-width: 100%;
    max-height: 46px;
}

/* Questional Delimiter */

.questionalDelimiter-container {
    padding: 50px 0;
    background-color: #f0fafd;
    display: block;
    position: relative;
}
.questionalDelimiter-container .join-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 20%;
}
.questionalDelimiter-container .join-content span {
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #023160;
}

.questionalDelimiter-container .join-content .join-us-btn {
    border-radius: 30px;
    background: linear-gradient(48deg, rgba(98, 158, 217, 1) 0%, rgba(96, 231, 196, 1) 100%);
    padding: 10px 30px 12px;
    margin-top: 20px;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    width: 300px;
}
.questionalDelimiter-container .join-content .join-us-btn:hover {
    background: linear-gradient(48deg, rgba(96, 231, 196, 1) 0%, rgba(98, 158, 217, 1) 100%);
}

.form-img-content {
    display: block;
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.form-img-content .form-elips {
    width: 25%;
    height: 70px;
    border-top-right-radius: 100px;
    background: linear-gradient(48deg, rgba(98, 158, 217, 1) 0%, rgba(96, 231, 196, 1) 100%);
}

.form-img-content img {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    width: 70%;
    max-height: 400px;
}
@media (max-width : 992px) {
    .questionalDelimiter-container .join-content {
        padding-top: 2%;
        align-items: center;
    }
}

@media (max-width : 450px) {
    .questionalDelimiter-container .join-content span {
        font-size: 36px;
    }
    .form-img-content .form-elips {
        height: 50px;
    }
    .theytrusus-container {
        padding-left: 5%;
        padding-right: 5%;
    }

}
/* .questionalDelimiter-container {
    padding-top: 153px;
    padding-bottom: 126px;
    text-align: center;
} */

/* .questionalDelimiter-container.join_us {
    background: url('/static/img/join_us.png') center top / cover no-repeat fixed;
    background: -webkit-image-set(url('/static/img/join_us.png') 1x,
            url('/static/img/join_us@2x.png') 2x) center top / cover no-repeat;
} */

.questionalDelimiter-container.press {
    background: url('/static/img/header-doctor-press.png') center top / cover no-repeat fixed;
    background: -webkit-image-set(url('/static/img/header-doctor-press.png') 1x,
            url('/static/img/header-doctor-press@2x.png') 2x) center top / cover no-repeat;
}

.questionalDelimiter-container h3 {
    font-size: 28px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 0.2px;
    text-align: center;
    color: #50e3c2;
    padding-bottom: 23px;
}

.questionalDelimiter-container button {
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: -0.3px;
    text-align: center;
    color: #ffffff;
    border-radius: 100px;
    border: solid 1px #ffffff;
    padding: 6px 24px;
    text-decoration: none;
    transition: background-color 0.4s;
}

.questionalDelimiter-container button:hover {
    background-color: rgba(255, 255, 255, 0.445);
}

@media screen and (max-width: 800px) {
    .questionalDelimiter-container {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .messageThread .composer {
        padding-right: 23px;
    }
}

/* Carte Vitale Modal */

.cv-modal p {
    font-weight: 500;
    padding-bottom: 20px;
    opacity: 0.8;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.36;
    letter-spacing: normal;
    color: #4a4a4a;
}

.cv-modal input {
    display: block;
    outline: none;
    width: 70%;
    margin: 0 auto;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.364);
    padding-bottom: 7px;
    font-weight: 300;
}

.cv-modal input:focus {
    border-bottom: 2px solid rgba(0, 0, 0, 0.364);
    font-weight: 400;
}

.cv-modal button.validate {
    border: none;
    outline: none;
    color: #ffffff;
    font-weight: 300;
    display: block;
    text-align: center;
    margin: 30px 0 auto auto;
    background-color: #02ce26;
    border-radius: 100px;
    padding: 7px 23px;
}

.cv-modal button.validate:hover {
    background-color: #049920;
    transition: 0.6s;
}

/* Notification */

.feeli_notification {
    padding: 11px;
    border: 1px solid transparent;
    padding-right: 115px;
    padding-left: 10%;
    background-color: #f5a623;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 0.1px;
    color: #ffffff;
}

.feeli_notification button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.feeli_notification .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
    opacity: 0.9;
    font-weight: 300;
}

.messageBubble {
    text-align: left;
    position: absolute;
    left: -45px;
    bottom: -7px;
}

.messageBubble.me {
    text-align: right;
}

@media (max-width: 800px) {
    .feeli_notification {
        padding-right: 35px;
        padding-left: 25px;
        text-align: left;
    }

    .pvCtr pvCtr-detail {
        width: fit-content !important;
    }

    .pLayout .uRow .content .deskPadTop80 .pRequest .pvCtr-detail .pName {
        display: none !important;
    }
    .pRequest span.id {
        display: none;
    }

    .pRequest .btnCenter {
        text-align: right;
        width: fit-content;
    }

    button.sendMessage {
        right: 20px !important;
    }
}

@media (max-width: 375px) {
    .pRequest {
        padding: 20px 0;
    }

    .colorButton {
        padding: 15px 8px;
    }

    .godzone-button-container a {
        font-size: 15px;
    }

    .godzone-button-container .godzone-button {
        font-size: 15px;
    }
}

.profilePicMessenger {
    margin-bottom: 5px;
    border-radius: 17.5px;
}

a[href^="http://maps.google.com/maps"] {
    display: none !important
}

a[href^="https://maps.google.com/maps"] {
    display: none !important
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
    display: none;
}

.gmnoprint div {
    background: none !important;
}

button.btnVisioGenerate {
    margin-top: 1em;
    outline: none;
    border: none;
    background-color: #22c3b6;
    color: white;
    height: 30px;
    padding: 0 15px;
    border-radius: 15px;
}
.trustbox-container {
    text-align: center;
}

.trustbox-container .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.2px;
    color: #023160;
    padding-top: 50px;
}

.trustbox-container .trustpilot-widget .tp-widget-review {
    font-size: 30px;
}

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
























/* NothingHereBox - Affichage en cas de message, page vide... */



.NothingHereBox {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.NothingHereBox img {
    max-width: 30%;
    max-height: 40%;
    margin-bottom: 5em;
}

.NothingHereBox b {
    margin-bottom: 12px;
    font-family: Avenir;
    font-size: 17px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}


.NothingHereBox span {
    opacity: 0.7;
    font-family: Avenir;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    max-width: 70%;
    text-align: center;
    color: #4a4a4a;
}

.NothingHereBox button, .NothingHereBox a {
    margin-top: 25px;
    background-image: linear-gradient(205deg, #FAA265, #F2718A);
    background-color: #FAA265;
    border: none;
    color: #fff;
    position: relative;
}

/* .NothingHereBox a::after {
    content: "";
    width: 105%;
    height: 105%;
    left: -2.5%;
    top: -2.5%;
    position: absolute;
} */

/* .NothingHereBox a:hover {
    animation: bounce 0.5s ease-in-out;
    color: #fff;
} */

@keyframes bounce {
    0% {
        bottom: 0;
    }

    50% {
        bottom: 15px;
    }

    70% {
        bottom: 0;
    }

    85% {
        bottom: 4px;
    }

    100% {
        bottom: 0;
    }
}


@media screen and (max-width: 898px) {
    .search {
        flex-wrap: wrap;
        top: -2rem;
    }

    .search select {
        margin: 10px 0;
    }
}



@media screen and (max-width: 800px) {}

/* SESSION EXPIRED MODAL */
.expire-modal p {
    text-align: center;
}

.expire-modal .login-button {
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    border: none;
    border-radius: 100px;
    background-image: linear-gradient(205deg, #FAA265, #F2718A);
    padding: 12px 32px;
    display: block;
    margin-left: auto;
    margin-right: 20px;
}

.photo-modal img {
    width: 100%;
    object-fit: contain;
}
.photo-modal .modal-dialog {
    width: 70%;
    max-height: 70%;
}

.search-message .dropdown-msg {
    position: absolute;
    /* top: -44px;
    right: 0; */
    top: 4px;
    right: 0;
}

.search-message.reduced .dropdown-msg {
    top: 2px;
    right: 30px;
}
@media (max-width: 991px) {
    .dropdown-msg {
        position: relative;
        display: block;
        top: auto;
    }
    .btn-dropdown {
        border: 1px solid transparent !important;
    }
}

.how-its-manage-container {
    padding: 3% 6%;
}

.how-its-manage-container .how-its-manage-item {
    background-color: #ddf1f2;
    border-radius: 30px;
    color: #023160;
    padding: 35px;
    text-align: center;
    margin-bottom: 20px;
}

.how-its-manage-container h2 {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    color: #023160;
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
}

.how-its-manage-container .how-its-manage-item h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: #24B5A9;
    padding-bottom: 10px;
}

.how-its-manage-container .how-its-manage-item p {
    font-size: 16px;
    letter-spacing: 0.2px;
    color: #023160;
}



.menu-content {
    display: flex;
    align-items: center;
}
.video-and-back-content {
    display: flex;
    align-items: center;
}

.dropdown-menu-btn {
    position: relative;
}

.btn-dropdown-menu {
    border: none;
    display: inline-block;
    margin: -5px 0 0 15px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 2px 8px !important;
    font-size: 20px;
    border-radius: 4px;
    color: #ff4858;
}
  
.dropdown-menu-btn .menu {
    position: absolute;
    list-style-type: none;
    margin: 5px 0;
    padding: 0;
    right: 0;
    width: 245px;
    z-index: 5;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    border: 1px solid whitesmoke;
}
  
.dropdown-menu-btn .menu > li {
    margin: 0;
    background-color: white;
    padding: 10px 8px;
    width: 100%;
    cursor: pointer;
}
  
.dropdown-menu-btn .menu > li:hover {
    background-color: lightgray;
}
  
.dropdown-msg .menu {
    position: absolute;
    list-style-type: none;
    margin: 5px 0;
    padding: 0;
    right: 0;
    width: 230px;
    z-index: 5;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    border: 1px solid whitesmoke;
}
  
.dropdown-msg .menu > li {
    margin: 0;
    background-color: white;
    padding: 10px 8px;
    width: 100%;
    cursor: pointer;
}
  
.dropdown-msg .menu > li:hover {
    background-color: lightgray;
}
.msg-checkbox {
    margin-right: 5px !important;
    cursor: pointer;
}
.btn-select-content {
    display: flex;
    padding: 0 22px;
}
.btn-terminer {
    margin: 5px 5px 5px 0;
    font-size: 12px;
    padding: 3px 6px !important;
    border: 1px solid transparent;  
    color: #fff;
    background-color: #61c9d7 !important;
    border-radius: 4px;
}
.btn-annuler {
    background-color: #d9534f !important;
    margin: 5px 0;
    font-size: 12px;
    padding: 3px 6px !important;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 4px;
}
.btn-dropdown {
    color: gray;
    border: 1px solid rgba(128, 128, 128, 0.305);
    display: inline-block;
    margin: 6px 6px 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 6px 10px !important;
    font-size: 14px;
    border-radius: 4px;
}
.msg-checkbox {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
  }
  
  .msg-checkbox input[type="checkbox"]:checked + .msg-checkbox::before {
    content: '\2714'; /* ✓ */
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #007bff;
  }
  .msg-checkbox input[type="checkbox"] {
    opacity: 0;
  }

  .msg-checkbox .msg-checkbox::before {
    content: '';
    display: none;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 12px;
    font-size: 10px;
  }

  .react-tel-input .country-list .country {
    width: 100%;
  }

  .exclure-content .btn-exclure {
    color: gray;
    padding: 1rem;
  }
  @media screen and (max-width: 1200px) {
    .work-step-item.work-step-item-two {
        padding-top: 9% !important;
    }
  }

  @media screen and (max-width: 1000px) {
    .trait-one, .trait-two {
        display: none;
    }
    .work-step-item.work-step-item-two {
        padding-top: 0 !important;
    }
    .threeImages p {
        padding: 0 !important;
    }
    .work-img-content {
        flex-direction: column;
    }
    .threeImages .work-title {
        margin-bottom: -20px !important;
    }
  }
  @media screen and (max-width: 898px) {
    .exclure-content .btn-exclure {
        margin: 10px 0;
    }
  }
  @media screen and (max-width: 500px) {
    .exclure-content {
        width: 100%;
        /* padding-right: 10px; */
    }
    .exclure-content .btn-exclure {
        width: 100%;
        text-align: left;
    }
  }
  .exclure-content .exclure-menu {
    position: absolute;
    display: block;
    min-width: 140px;
    border: 1px rgb(206, 206, 206) solid;
    border-radius: 5px;
    z-index: 10;
    background-color: #fff;
    margin-top: 5px;
  }
  .exclure-content .exclure-menu label {
    opacity: .8;
    width: 100%;
    padding: 1px 5px;
  }
  .exclure-content .exclure-menu label:hover {
    background-color: rgb(206, 206, 206);
  }
  .exclure-content .exclure-menu label input {
    margin-right: 8px;
  }
@media (max-width: 772px) {
    .threeImages .work-title {
        /* font-size: 32px; */
        padding: 20px;
    }
    .excellence-service-container h2 {
        font-size: 32px;
    }   
    .excellence-service-container .row {
        padding: 0 30px;
    }
    .questionalDelimiter-container .join-content {
        padding-top: 6%;
    }
    .questionalDelimiter-container .join-content span {
        font-size: 32px;
    }
    .template-search-block {
        padding: 0 5% !important;
    }
    .template-search {
        width: 100% !important;
    }
}

.template-search-block {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0 4%;
    flex-wrap: nowrap;
}

.template-search {
    color: #023160;
    padding: 1.2rem;
    border: 1px solid #9b9b9b;
    border-radius: 5px;
    font-size: 16px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    width: 30%;
    outline: 0;
}

.template-search-btn {
    color: #023160;
    padding: 1.2rem;
    border: 1px solid #9b9b9b;
    border-radius: 5px;
    font-size: 16px;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #fff;
}
/* The side navigation menu */

.sidenav {
    height: 100vh;
    /* 100% Full-height */
    width: 35%;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 99999;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    right: 0;
    background-color: white;
    /* Black*/
    /*overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: -15px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}

/* Position and style the close button (top right corner) */

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 46px;
    margin-left: 50px;
    cursor: pointer;
    text-decoration: none;
    z-index: 999;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px !important;
    }
    .sidenav a {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 1000px) {
    .sidenav {
        width: 100% !important;
    }
}

/* Sidebar Button Grid */

.sidebar_content {
    padding: 10px 20px;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.sidebar_buttonGrid {
    background-color: white;
}

.sidebar_buttonCol {
    margin-top: 15px;
}

.sidebar_linkGrid {
    background-color: #fff;
}

.sidebar_linkGrid .col-md-12 {
    text-align: center;
}

.sidebar-link-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 38vh;
}

@media (max-height: 700px) {
    .sidebar-link-content {
        height: 30vh;
    }
}

@media (max-height: 600px) {
    .sidebar-link-content {
        height: 20vh;
    }
}

.sidebar-logo-content {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center;
}
.sidebar-logo-content img {
    width: 125px;
    margin-bottom: 30px;
    margin-top: 70px;
}

.sidebar-logo-content .btn-consult-medecin {
    display: block;
    font-size: 18px;
    padding: 14px 30px 12px;
    border-radius: 30px;
    background: linear-gradient(205deg, #FAA265, #F2718A);
    border: none;
    color: #fff;
    width: fit-content;
    text-decoration: none;
}
.sidebar_linkGrid a {
    display: block;
    color: black;
    font-size: 20px;
    margin-top: 5px;
    line-height: 1.5;
}

.sidebar_footerGrid {
    height: 100%;
    background-color: #fff;
    padding: 30px 0;
    width: 100%;
}

.sidebar_footerGrid .sidebar-footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* margin-left: -5%; */
}
.sidebar-footer-content {
    position: absolute;
    width: 100%;
    bottom: 100px;
}

.sidebar_footerGrid .auth-link {
    font-size: 15px;
    font-weight: 400;
    margin-top: 8px;
    border-radius: 30px;
    background: #023160;
    padding: 13px 20px 12px;
    margin-top: 0 !important;
    color: #fff;
    margin-bottom: 20px;
    width: 230px;
    text-align: center;
    text-decoration: none;
}

.sidebar_footerGrid .btn-rounded {
    border-radius: 30px;
    border: 1px solid #023160;
    padding: 13px 20px 12px;
    margin-top: 0 !important;
    font-weight: 400;
    width: 230px;
    text-align: center;
    text-decoration: none;
}

.sidebar_footerGrid .pro-button {
    padding: 10px 20px 10px 20px;
    border-radius: 30%;
    outline: none;
    border: none;
}

.sidebar_footerGrid .pro-button a {
    text-decoration: none;
    color: black;
    font-weight: 500;
}

.nopad {
    padding: 0 !important;
}

.nopad-left {
    padding-left: 0 !important;
}

.nopad-right {
    padding-right: 0 !important;
}

/* Footer */

.footer-content {
    background-color: #023160;
    padding-top: 2%;
}

.footer-logo-content {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center;
}

.footer-logo-content .feeli-logo{
    width: 140px;
    margin-bottom: 30px;
} 

.feeli-copyright {
    background-color: #023160;
    margin-bottom: 0;
}

.feeli-copyright .col-md-12 {
    padding: 5px 8% 2%;
}
.footer {
    padding-top: 33px;
    padding-left: 21px;
    padding-right: 21px;
}
.footer div {
    margin-bottom: 20px;
}

.footer ul {
    padding: 0;
    margin: 0;
}
.footer li {
    padding: 0;
    /* color: #7f8f96; */
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    width: 100%;
}

.footer li a {
    /* color: #7f8f96; */
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    opacity: .8;
}

.footer .footer-uptitle {
    /* text-transform: uppercase; */
    text-transform: none;
    font-size: 20px;
    line-height: 23px;
    /* font-weight: bold;
    color: #5e6a6e; */
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}

.footer h2 {
    font-size: 20px;
    font-weight: bold;
    /* color: #4a4a4a; */
    color: #fff;
}

.footer p {
    /* color: #4a4a4a; */
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.footer-banner {
    height: 75px;
    background-color: #f6f7f8;
}

.footer-banner.pre-footer {
    height: 150px;
}

.footer-banner .legitscript-link {
    margin-left: 104px
}

.footer-banner .legitscript-link img {
    padding: 10px 0;
}



.footer-banner img {
    max-height: 100%;
    max-width: 100%;
    padding-top: 21px;
    padding-bottom: 15px;
}

.footer-banner .social_icon {
    padding-top: 32px;
    padding-bottom: 27px;
    padding-left: 33px;
}

@media screen and (max-width: 1464px) {
    .nav-bar-content .navbar-link {
        font-size: 1.6rem !important;
    }
    .nav-bar-content .link-container {
        margin-right: 20px !important;
    }
    .service-dropdown, .about-dropdown, .work-dropdown {
        top: 102px !important;
    }
    .navbar-sticky a + a {
        margin-right: 10px !important;
        font-size: 1.4rem !important;
    }
    .service-item h4 {
        font-size: 1.5rem !important;
    }
    .service-item p {
        font-size: 1.4rem !important;
    }
    .about-dropdown-content .about-item, .work-dropdown-content .work-item {
        font-size: 1.5rem !important;
    }
    
}

@media screen and (max-width: 488px) {
    .footer-banner .legitscript-link {
        margin-left: 45px
    }

    .footer-banner .legitscript-link img {
        height: 100px;
    }

    .footer-banner .social_icon {
        padding-left: 15px;
    }

    .footer-banner.pre-footer {
        height: 100px;
    }
    .nav-bar-content .burger-link {
        display: none;
    }
    
}

.newsletter-footer {
    /* height: 37px; */
    height: auto;
    background-color: #023160;
    color: #fff;
}

.newsletter-footer .inputField {
    text-align: right;
    padding-right: 10%;
}

.newsletter-footer .inputField input {
    background-color: #f5f5f5;
    border: none;
    height: 40px;
    outline: none;
    border-radius: 20px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-size: 14px;
    width: 275px;
    color: #023160;
}

.newsletter-button {
    outline: none;
    border: none;
    background-color: rgba(0, 0, 0, 0);
}

.newsletter-footer .note {
    font-size: 10px;
    margin-top: 10px;
    /* color: #4a4a4a; */
    color: #fff;
    margin-bottom: 0 !important;
    font-weight: 400;
}

.footer-note .note {
    font-size: 10px;
    /* color: #4a4a4a; */
    color: #fff;
    text-align: center;

} 
.newsletter-footer-responsive {
    padding: 50px 0px 60px 0px;
    text-align: center;
}

.newsletter-footer-responsive h4 {
    color: #6ce5c3;
    text-align: center;
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 33px;
}

.newsletter-footer-responsive .inputField input {
    border: none;
    border-style: solid;
    border-color: #f5f5f5;
    background-color: white;
    height: 40px;
    border-radius: 20px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    outline: none;
    font-size: 14px;
    width: 275px;
}

.foot {
    /* margin-top: 30px; */
    /* text-align: center; */
    border-top: 2px solid #fff;
    display: flex;
    justify-content: space-between;
}

.foot .feeli-social {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.foot .feeli-social .social_icon {
    width: 20px;
    height: 20px;
    margin-left: 20px;
}
.foot p.blue {
    color: #0c5cb8;
    font-size: 14px; 
    font-weight: 300;
    margin: 0;
}

.foot p {
    /* color: #4a4a4a; */
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin-top: 20px;
}

.foot p strong {
    font-weight: 400;
}

/* Useful shit */

button {
    outline: none !important;
}

/* Nav */
.navbar {
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    /* padding: 14px 0px 13px 0px; */
    padding: 25px 4%;
}

.navbar-top {
    background-color: transparent;
    color: #ffffff;
}

.navbar-sticky {
    background-color: #fff;
    /* background-color: #f2f7f7; */
    /* color: black; */
    color: #023160;
}

.navbar-logo {
    padding-right: 78px;
    width: 200px;
}

@media screen and (max-width: 1200px) {
    .navbar-logo {
        padding-right: 28px;
    }
    .logo-mobile-request {
        display: flex !important;
    }
}

@media screen and (max-width: 500px) {
    .logo-mobile-request img {
        width: 30% !important;
    }
    
}

.navbar-top a {
    outline: none;
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: -0.2px;
    color: #ffffff;
    text-decoration: none;
}

.navbar-top a:hover {
    font-weight: 400;
    text-decoration: underline;
}

.navbar-top a:active {
    font-weight: 400;
    text-decoration: underline;
}

.nav-bar-container {
    width: 100%;
    position: relative;
    height: fit-content;
    background-color: transparent;
}
.nav-bar-content .navbar-link {
    font-size: 1.8rem;
    color: #023160;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.nav-bar-content .navbar-link svg {
    margin-top: -2px;
    transition: transform 0.3s ease-in-out;
    font-size: 1.4rem;
}

.nav-bar-content .navbar-link:hover {
    color: #24B5A9;
    text-decoration: none;
}

.nav-bar-content .navbar-link.active {
    color: #24B5A9;
    text-decoration: none;
}

.nav-bar-content .navbar-link.active svg {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
    font-size: 1.4rem;
}

.nav-bar-content .link-container {
    display: inline-block;
    margin-right: 40px;
    padding-top: 20px;
    position: relative;
}

.service-dropdown {
    top: 104px;
    width: 100vw;
    position: fixed;
    background-color: #fff;
    padding: 10px 5% 30px;
    height: auto;
    z-index: 99999999999999;
    transition: all 0.3s ease-in-out;
    animation: dropdown-fade-in 0.3s ease-in;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

@keyframes dropdown-fade-in {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-dropdown.hide {
    animation: dropdown-fade-out 0.3s ease-in;
}

@keyframes dropdown-fade-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-20px);
    }
}

.service-dropdown-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
    height: max-content;
    align-items: stretch;
    align-content: stretch;
}

.service-dropdown-content.work-dropdown-content, .service-dropdown-content.about-dropdown-content {
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.service-dropdown-content .service-item-content {
    flex: 1 1 30%;
    margin: 10px;
    background-color: #ddf1f2;
    border-radius: 30px;
    padding: 30px;
}

.service-dropdown-content .service-item-content.work-item-content, .service-dropdown-content .service-item-content.about-item-content {
    width: 33%;
    flex: none;
}

.service-dropdown-content .service-item-content h4 {
    cursor: pointer;
}

.service-dropdown-content .service-item-content h4 a {
    color: #023160;
}
.service-item {
    display: flex;
    align-items: self-start;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
    gap: 10px;
}

.service-item img {
    width: 60px;
}

.service-item h4 {
    color: #023160;
    line-height: inherit;
    margin-bottom: 5px;
    font-weight: 900;
}

.about-dropdown, .work-dropdown {
    top: 104px;
    width: 100vw;
    position: fixed;
    background-color: #fff;
    padding: 5px 0 30px 22vw;
    height: auto;
    z-index: 99999999999999;
    transition: all 0.3s ease-in-out;
    animation: dropdown-fade-in 0.3s ease-in;
}

.work-dropdown {
    padding: 5px 0 30px 42.2%;
}

/* .about-dropdown-content, .work-dropdown-content {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 20px;
} */

.about-dropdown-content .about-item, .work-dropdown-content .work-item {
    font-size: 1.6rem;
    color: #023160;
    cursor: pointer;
    font-weight: 900;
    text-decoration: none;
    width: fit-content;
}

.about-dropdown-content .about-item:hover, .work-dropdown-content .work-item:hover {
    color: #24B5A9;
    text-decoration: none;
}
.service-item p {
    color: #424242;
    line-height: inherit;
}

.nav-bar-content .burger-link {
    display: none;
}

.navbar-sticky a + a {
    display: inline-block;
    margin-right: 20px;
    /* padding-right: 20px; */
    font-size: 1.6rem;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: -0.2px;
    /* color: #000000; */
    color: #023160;
}

.navbar-sticky .btn-medecin-link {
    border-radius: 30px;
    /* border: 1px solid rgba(96, 231, 196, 1); */
    /* background: linear-gradient(to right, #54B6D6, #24B5A9); */
    background: linear-gradient(205deg, #FAA265, #F2718A);
    padding: 13px 20px 12px;
    margin-top: 5px !important;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}
.navbar-sticky .btn-medecin-link:hover {
    text-decoration: none;
    color: #fff;
    /* background: linear-gradient(to right, #24B5A9, #54B6D6); */
    background: linear-gradient(205deg, #F2718A, #FAA265);
}
.navbar-sticky .btn-medecin-link strong {
    font-weight: 400 !important;
}

.navbar-sticky .btn-login-link {
    border-radius: 30px;
    /* border: 1px solid rgba(96, 231, 196, 1); */
    /* background: linear-gradient(to right, #54B6D6, #24B5A9); */
    background: transparent;
    padding: 11px 20px 10px;
    margin-top: 5px !important;
    font-weight: 400;
    color: #023160;
    text-decoration: none;
    border: 2px solid #023160;
}
.navbar-sticky .btn-login-link:hover {
    text-decoration: none;
    color: #fff;
    background: #023160;
}
.navbar-sticky .btn-login-link strong {
    font-weight: 400 !important;
}

.navbar-sticky .btn-register-link {
    border-radius: 30px;
    border: 1px solid #023160;
    padding: 11px 20px 11px;
    margin-top: 5px !important;
    font-weight: 400;
}
.navbar-sticky .btn-register-link strong {
    font-weight: 400 !important;
}
/* .navbar a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }

  .navbar a:hover {
    color: black;
  } */

.navbar .icon {
    margin-left: 12px;
    display: none;
}

.navbar .icon a {
    padding-right: 0px;
}

.logo-mobile-request {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 5% 10px;
}
.logo-mobile-request img {
    width: 20%;
}
@media screen and (max-width: 1250px) {
    .btn-register-link, .btn-login-link, .btn-medecin-link {
        display: none;
    }
    .navbar a:not(:first-child) {
        display: none;
    }

    .navbar span.icon {
        float: right;
        display: block;
        margin-top: 10px;
    }

    .navbar-logo {
        padding: 0 4%;
    }

    .navbar-top {
        padding-left: 1em;
        padding-right: 1em;
    }

    .navbar-top .icon {
        padding: 7px;
    }

    .navbar-sticky {
        padding-left: 1em;
        padding-right: 1em;
    }

    .navbar-sticky .icon {
        padding: 7px;
    }

    .mobHidden {
        display: none;
    }
}

@media screen and (max-width: 1254px) {
    .nav-bar-content .link-container {
        display: none;
    }
    .navbar span.icon {
        margin-top: 0px;
    }
    
}

@media screen and (max-width: 991px) {
    .feeli-copyright, .urgence-note {
        padding: 0 36px !important;
    }
    .feeli-copyright .col-md-12 {
        padding: 5px 0 2% !important;
    }
    .footer-logo-content {
        flex-direction: unset !important;
        justify-content: space-between;
    }
    .trustbox-container {
        padding-bottom: 20px !important;
    }
}
@media screen and (max-width: 800px) {
    .newsletter-footer-responsive {
        padding-top: 20px;
    }

    .nav-bar-content .link-container {
        display: none;
    }
    .navbar-logo {
        padding: 0 40px;
        width: 185px;
    }
}

.notifTopMost {
    z-index: 999999;
    position: fixed;
    width: 100%;
}

.notifFadeIn,
.notifFadeOut {
    opacity: 0;
    -moz-transition: opacity 0.4s, margin-top 0.2s ease-in-out;
    -o-transition: opacity 0.4s, margin-top 0.2s ease-in-out;
    -webkit-transition: opacity 0.4s, margin-top 0.2s ease-in-out;
    transition: opacity 0.4s, margin-top 0.2s ease-in-out;
    margin-top: -44px;
}

.notifFadeIn {
    opacity: 1;
    margin-top: 0;
}

.ListItem {
    margin: 0px;
    padding: 0px;
    color: #424242;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 250ms;
}

.ListItem :hover {
    background-color: rgba(40, 205, 191, 0.25);
}

.ListItemList {
    padding: 12px;
    margin: 0px 24px;
    color: inherit;
    font-size: 1.6rem;
    text-align: justify;
    font-weight: 400;
    line-height: normal;
}

.contenu-text h2 {
    margin: 30px 0 15px;
    color: #24B5A9;
}
.urgence-note {
    font-size: 14px;
    color: #fff;
    text-align: left;
    background-color: #023160;
    padding: 0 8%;
    display: block;
    width: 100%;
}
