/* bookly form */

.hidden {
    display: none !important;
}

.bookly-box {
    margin: 0 0 10px !important;
}

.bookly-form-group-employee {
    display: none !important;
}

.bookly-js-time-range {
    display: none;
}

#bookly-js-address {
    display: flex;
    flex-wrap: wrap;
}

#bookly-js-address .bookly-box:first-child {
    display: none;
}

#bookly-js-address .bookly-box:nth-child(2) {
    width: 34%;
}

#bookly-js-address .bookly-box {
    width: 22%;
}

.bookly-columnizer .bookly-time-screen {
    width: 100%;
}

.stage-info {
    display: none;
}

.popbookly7 .bookly-available-date,
.popbookly7 .bookly-week-days,
.popbookly7 .bookly-js-back-step,
.popbookly7 .rdv-info {
    display: none !important;
}

.popbookly7 .stage-info {
    display: block !important;
}

.bookly-form .rdv-info-wrap {
    margin-bottom: 20px;
}

.bookly-form .service_name {
    text-align: center;
    font-weight: bold;
}

#custom_infos {
    position: relative;
    padding: 0 15px;
}

#custom_infos .custom-info {
    display: flex;
    flex-direction: row;
    border-radius: 4px;
    padding: 10px 30px;
}

#custom_infos .custom-info .detail_infos_wrapper {
    display: flex;
    flex-direction: column;
    padding-left: 80px;
}

#custom_infos .custom-info .staff_img {
    position: absolute;
    height: 100px;
    width: 100px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    z-index: 1;
}

#custom_infos .custom-info .detail_infos {
    margin-left: 25px;
}

#custom_infos .custom-info .staff_infos {
    background: #eee;
    padding: 10px 10px 5px 30px;
    margin-top: 4px;
    border-radius: 4px;
}

#custom_infos .custom-info .staff_name {
    font-weight: bolder;
}

#custom_infos .custom-info .more-infos {
    display: flex;
    margin-top: 4px;
    padding-top: 4px;
    justify-content: space-between;
    border-top: 1px solid #ccc;
}

#custom_infos .owl-nav {
    margin: 0;
    height: 0;
}

#custom_infos .owl-nav button span {
    position: absolute;
    top: 35%;
    font-size: 40px;
    height: 35px;
    display: block;
    align-items: center;
    line-height: 27px;
    background: #ccc;
    width: 30px;
    text-align: center;
}

#custom_infos .owl-nav button.owl-next span {
    right: 0;
}

#custom_infos .owl-nav button.owl-prev span {
    left: 0;
}

@media (max-width: 580px) {

    #custom_infos {
        padding: 0;
    }

    #custom_infos .custom-info .staff_img {
        height: 60px;
        width: 60px;
        top: 12px;
        left: 0;
    }

    #custom_infos .custom-info {
        padding: 10px 10px;
    }

    #custom_infos .custom-info .detail_infos_wrapper {
        padding-left: 0;
    }

    #custom_infos .custom-info .detail_infos {
        margin-left: 60px;
    }

    #custom_infos .custom-info .staff_infos {
        padding: 20px 25px 5px 25px;
    }

}

/* Last posts */

#recent-posts {
    margin-top: 60px;
}

#recent-posts .blog-link{
    color: #71b88d;
    text-decoration: underline;
}

#recent-posts .posts {
    margin-top: 40px;
}

#recent-posts .post-wrapper {
    background-color: #ececec;
}

#recent-posts .post .bgc {
    display: block;
    height: 15px;
}

#recent-posts .post-content {
    padding: 10px 20px 20px;
}

#recent-posts .post-content .date {
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

#recent-posts .post-content h3 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 15px;
    color: #000 !important;
    line-height: 16px;
    min-height: 50px;
}

#recent-posts .post-content h3 a:hover {
    color: #000 !important;
}

#recent-posts .post-content p {
    /* text-align: justify; */
    min-height: 59px;
}

#recent-posts .post-content .read-more {
    border-width: 1px;
    border-style: solid;
    border-radius: 20px;
    padding: 5px 25px;
    font-weight: bolder;
}

#recent-posts .post-content .btn-rm {
    text-align: center;
    min-height: auto;
}

#recent-posts .post-wrapper:hover {
    box-shadow: 2px 6px 11px 1px rgba(0, 0, 0, 0.2);
}

#recent-posts .post-img {
    height: 180px;
    background-size: cover;
}

#avantages .fusion-content-boxes:hover {
    box-shadow: 2px 6px 11px 1px rgba(0, 0, 0, 0.2);
}

/* mon compte */
#loginform input[type="text"],
#loginform input[type="password"] {
    background-color: #fff !important;
}

#loginform label {
    color: #000;
    font-weight: bolder;
}

.page-template-template-account .default-btn {
    color: #fff;
    background-color: #6ab78d;
    padding: 10px 40px;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 4px;
}

.page-template-template-account .logout {
    text-align: right;
    margin-top: 40px;
}

#bookly-tbs .form-control:focus {
    border-color: #6ab78d !important;
}

/* interface pro */
.page-template-template-account .nav-tabs {
    display: flex;
    justify-content: space-around;
    padding: 8px 0;
    border-bottom: 1px solid #6ab78d;
    font-size: 18px;
    margin-bottom: 50px;
}

.page-template-template-account .nav-tabs li {
    list-style: none;
}

.page-template-template-account .nav-tabs li a {
    padding: 10px 15px;
}

.page-template-template-account .nav-tabs li.active a {
    color: #6ab78d;
}

.page-template-template-account #bookly-tbs .btn-success {
    color: #fff;
    background-color: #6ab78d;
    border-color: #6ab78d;
}

.page-template-template-account #bookly-tbs .btn-success:hover,
.page-template-template-account #bookly-tbs .btn-success:focus,
.page-template-template-account #bookly-tbs .btn-success:active,
.page-template-template-account #bookly-tbs .btn-success:visited {
    color: #fff;
    background-color: #6ab78d;
    border-color: #6ab78d;
}

.page-template-template-account #account-part .nav i {
    margin-right: 5px;
}

.page-template-template-account input[type="submit"] {
    margin-top: 30px;
    color: #fff !important;
}

.bookly-staff-cabinet-services .bookly-services-category > .row {
    display: flex;
    align-items: center;
}

.bookly-staff-cabinet-services .bookly-services-category .col-lg-6 .flex {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.bookly-staff-cabinet-services .bookly-services-category .col-lg-6 .flex > div {
    margin-right: 20px;
}

.bookly-staff-cabinet-services .bookly-services-category .col-lg-6 .flex > a {
    margin-right: 30px;
}


.monthpicker .ui-datepicker .ui-datepicker-prev,.monthpicker .ui-datepicker .ui-datepicker-next {
    top: 5px;
}

.monthpicker .ui-datepicker .ui-datepicker-prev-hover,.monthpicker .ui-datepicker .ui-datepicker-next-hover {
    top: 4px;
}

.bookly-staff-cabinet .fc-icon-header {
    display: flex;
    justify-content: space-around;
    margin-bottom: 2px;
    border-bottom: 1px solid;
    padding-bottom: 2px;
}

.bookly-staff-cabinet .fc-icon-header a:hover {
    color: #6ab78d;
}

.bookly-staff-cabinet .fc-timezone {
    display: block;
    font-weight:bold;
}

.bookly-staff-cabinet .fc-time-mobile {
    display: none;
}

#dys-form {
    text-align: right;
}

#dys-form .default-btn {
    background-color: #5172B7;
}

#meeting_modal a {
    display: block;
    background-color: #71b88d;
    color: #fff;
    margin: 10px 0;
}

#meeting_modal a:hover,
#meeting_modal a:focus,
#meeting_modal a:visited,
#meeting_modal a:active {
    background-color: #71b88d;
    color: #fff;
}

.client-contact-bloc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    margin: 5px;
    color: #3e424a;
    background-color: #e8ebf0;
    border-color: #e8ebf0;
    border-radius: 3px;
    min-height: 90px;
}

.hidden-client {
    display: none;
}

#client-text-filter {
    margin: 5px !important;
}

/* menu */
.fusion-header {
    box-shadow: 0px 5px 15px rgba(0,0,0,0.6);
}

.fusion-is-sticky .fusion-main-menu > ul > li > a {
    font-size: 16px !important;
}

/* FAQs */
.page-template-template-contact .fusion-accordian .panel-body {
    padding: 10px;
}

/* pro single */
#pro-single .pro-picture {
    width: 200px;
    height: 200px;
}

#pro-single .spe-wrap {
    display: block;
    margin-bottom: 5px;
}

.page-template-template-pro .speciality-color span.color {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background:  #71b88d;
}

#pro-single .pro-name {
    font-size: 35px;
}

#pro-single .color {
    margin-right: 5px;
    margin-bottom: -2px;
}

#pro-single .text {
    overflow-wrap: break-word;
}

#pro-single .consultation h2 {
    color: #fff;
    margin-top: 8px !important;
    border-bottom: 1px solid #fff;
    text-align: center;
}

#pro-single .presentation h3 {
    font-family: 'Prata';
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    font-style: normal;
    color: #71b88d;
    font-size: 20px;
    margin-bottom: 5px;
}

#pro-single .consultation {
    background: #6ab78d;
    padding: 0 20px 20px;
    color: #fff;
    margin-top: 30px;
}

#pro-single .btn-rm {
    margin-top: 40px;
}

#pro-single .read-more {
    color: #fff;
    background-color: #6ab78d;
    padding: 10px 40px;
    border: none;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
}

.page-template-template-pro .button-group.ser-group .btn {
    cursor: pointer;
    white-space: nowrap;
    margin-right: 15px;
}

#bookly-tbs .bookly-tbs-body .bookly-appointments-list {
    font-size: 14px;
}

#bookly-tbs [popover] {
    position: unset;
    overflow: unset;
    width: unset;
}

#bookly-tbs [popover].fa {
    border: unset;
}



/*zoom*/

#zoom-container {
    position: relative;
}

#zoom-anchor {
    position: absolute;
    top: -100px;
}

.connexion-api {
    display: inline-block;
    margin-left: 20px;
}

.connexion-api-info {

}

.connexion-api span {
    margin-left: 20px;
    padding: 7px 17px;
    border-radius: 5px;
    color: #fff;
}

.connexion-api.connected span{
    background-color: #00af95;
}

.connexion-api.disconnected span{
    background-color: #9B410E;
}

#zoom-container .howto {
    margin-top: 28px;
    margin-bottom: 20px;
}

#zoom-container video {
    width: 100%;
    height: 100%;
}

#meeting_modal .modal-dialog {
    width: 260px;
}

.password-wrap {
    margin-top: 20px;
    text-align: center;
}

.password-wrap #meeting_password {
    text-transform: none;
}

@media (min-width: 768px) {
    #bookly-tbs .modal-dialog {
        margin: 100px auto 30px;
    }

    #zoom-container video {
        width: 100%;
        height: 500px;
    }

    #bookly-tbs .howtozoom .modal-dialog {
        width: 100%;
        max-width: 900px;
    }
}