/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
iframe[aria-label="hubspot-live-chat-viral-iframe"] {
    display: none !important;
}

/* Cookie bouton */
.cky-btn-revisit-wrapper {
    display: none !important;
}

.site-main {
    margin-top: 60px;
}

.header {
    position: relative;
    display: flex;
    z-index: 999;
    background: #FFF;
    width: 100%;
    align-items: center;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.09);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.09);
    padding: 0 60px;
}

.header.header-sticky {
    position: fixed;
    top: 0;
}

.header .h-nav {
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: 80px;
}

.header .h-logo__link {
    display: table;
}

.header .h-logo__img {
    width: 100%;
    max-width: 190px;
    height: 100px;
}

.header .h-nav__list {
    display: flex;
    align-items: center;
}


.header .h-nav__item {
    list-style-type: none;
}

.header .h-nav__link {
    color: #000;
    margin-right: 25px;
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .2s color;
}


.header .h-nav__link:hover {
    color: #A93937;
}


.header .h-nav__link.customer-panel {
    display: flex;
    display: flex;
    width: 125px;
    justify-content: space-between;
}

.header .h-nav__link.customer-panel svg {
    width: 18px;
    height: 18px;
}

.header .h-nav__link.customer-panel:hover svg * {
    transition: .2s all;
}

.header .h-nav__link.customer-panel:hover svg * {
    fill: #A93937 !important;
}


.navbar-toggle {
    background: none !important;
    outline: 0;
    padding: 0 !important;
    display: none;
}

.navbar-toggle:focus {
    outline: 0;
}


.animated-icon2 {
    width: 22px;
    height: 14px;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon2 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon2 span {
    background: #000;
}

.animated-icon2 span:nth-child(1) {
    top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
    top: 7px;
}

.animated-icon2 span:nth-child(4) {
    top: 14px;
}

.animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}

.animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}


@media screen and (max-width: 1200px) {
    .header {
        width: 100%;
        padding: 0 20px;
        justify-content: space-between;
        z-index: 10;
    }
    .header .h-nav {
        display: block;
        margin-left: 0;
        position: absolute;
        background: #FFF;
        left: 0;
        height: 0;
        overflow: hidden;
        top: 98px;
       
    }

    .header .h-nav.open {
        height: fit-content;
        padding: 0 0 20px 0;
        -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.09);
        box-shadow: 5px 15px 15px 5px rgba(0, 0, 0, 0.05);
    }

    .header .h-nav__list {
        display: block;
    }
    .header .h-nav__item {
        margin-top: 15px;
        display: block;
    }

    .navbar-toggle {
        display: block;
    }

   .header .h-nav .customer-panel {
    margin-top: 35px;
   }

}


.footer {
    background-color: #000;
    color: #FFF;
    padding: 50px 0px 50px 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footer .f-nav__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.footer .f-nav__item {
    list-style-type: none;
}

.footer .f-nav__link {
    color: #AAA;
    padding-left: 10px;
    padding-right: 10px;
    transition: .2s color;
}

.footer .f-nav__link:hover {
    color: #FFF;
}

.footer .f-nav__link svg {
    width: 16px;
    height: 16px;
}

.footer .f-nav__link svg * {
    fill: #FFF;
}

.footer .f-copyright {
    font-size: 12px;
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer .f-nav__list.legals .f-nav__link::after {
    content: '|';
    display: inline-block;
    margin-left: 10px;
}

.footer .f-nav__list.legals .f-nav__item:last-of-type .f-nav__link::after {
    display: none;
}

.google-reviews {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    background: #4285F4;
    height: 83px;
    width: 180px;
    position: fixed;
    bottom: 0;
    left: 10px;
    border-radius: 4px 4px 0 0;
    z-index: 10;
    text-decoration: none !important;
}

.google-reviews .gr-note {
    color: #FFF;
    font-family: "Poppins", Sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
}

.google-reviews .gr-stars {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
}

.google-reviews .gr-stars__base {
    color: rgba(255, 255, 255, .4);
}

.google-reviews .gr-stars__fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 92%;
    overflow: hidden;
    white-space: nowrap;
    color: #FBBC05;
}

.google-reviews .gr-label {
    color: #FFF;
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .google-reviews {
        height: 60px;
        width: 130px;
        bottom: 78px;
        left: 5px;
        transform: rotate(90deg);
        left: -55px;
        bottom: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .footer .f-nav__list.legals .f-nav__item:nth-of-type(even) .f-nav__link::after {
        display: none;
    }

    .footer .f-nav__link {
        font-size: 12px;
    }
}


body .bkntc_booking_modal {
    z-index: 1000;
    padding-top: 50px;
    padding-bottom: 20px;
}

.bnktc_booking_popup_btn {
    font-weight: 700 !important;
    font-size: 13px !important;
    padding: 15px 15px !important;
}

.bnktc_booking_popup_btn:hover,
.bnktc_booking_popup_btn:focus,
.bnktc_booking_popup_btn:active {
    background-color: #9e211f !important;
}


body .booknetic_btn_primary {
    background-color: var( --e-global-color-328a733 ) !important;
}

body .booknetic_footer a {
    color: var( --e-global-color-328a733 ) !important;
}

.booknetic_service_category {
    display: none !important;
}

.bkntc_service_list {
    display: flex;
}

.booknetic_service_card_image {
    display: none !important;
}


.booknetic_service_card_header {
    display: block !important;
}

.booknetic_appointment .booknetic_service_card_title {
    display: block !important;
    height: 30px;
}

.booknetic_appointment .booknetic_service_card_title span {
    font-family: "Playfair Display", serif !important;
    font-size: 16px !important;
}

.booknetic_service_card_price {
    float: none !important;
    padding: 0 !important;
    padding-top: 20px !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    text-align: left !important;
    height: inherit !important;
}

.booknetic_service_card_description {
    padding: 0 !important;
    font-size: 13px !important;
}

.booknetic_appointment .booknetic_service_card_title span.booknetic_service_duration_span  {
    display: none !important;
}

@media screen and (max-width: 992px) {
    .booknetic_appointment {
        min-height: 560px !important;
        height: 620px !important;
    }
    .booknetic_appointment_container_body {
        min-height: 450px !important;
        height: 500px !important;
    }
    .bkntc_service_list {
        display: block;
    }

    .booknetic_service_card_title {
        padding: 0 !important;
    }

    .booknetic_service_card_price {
        justify-content: flex-start !important;
        padding: 0 !important;
    }

}

.booknetic_service_card {
    width: 100%;
    padding: 20px !important;
}

.booknetic_confirm_sum_price {
    background-color: #a93937;
    color: #fff;
}

.footer-payments-desktop {
    height: 40px;
    width: 100%;
    background-image: url('https://meetmylawyer.fr/wp-content/uploads/2024/10/secure-payment.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}

.footer-payments-mob {
    height: 70px;
    background-image: url('https://meetmylawyer.fr/wp-content/uploads/2024/10/payment-secure-mob.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}


@media screen and (max-width: 520px) {
    .footer-payments-desktop {
        display: none;
    }

    .footer-payments-mob {
        display: block;
        max-width: 260px;
        margin: auto;
    }
}

@media screen and (min-width: 520px) {
    .footer-payments-desktop {
        display: block;
    }

    .footer-payments-mob {
        display: none;
    }
}


@media screen and (min-width: 992px) {
    .booknetic_service_card {
        width: 33% !important;
        margin-right: 20px !important;
        padding: 20px !important;
        display: flex !important;
        flex-wrap: wrap !important;
    }
}


.site-footer {
    display: none !important;
}

/* Page Mon Compte */
.booknetic-body.device-min-md .booknetic-cp-container {
    max-width: 100%;
}

.page-id-766 #booknetic-customer-panel {
    padding-top: 50px;
}

.page-id-766 .page-header .entry-title {
    display: none;
}

.page-id-766 .booknetic_cp_reschedule_icon {
    margin-bottom: 20px; 
}

.page-id-766 .booknetic_change_status_popup_body span {
    display: block;
    width: 100%;
}

.grw-slider-header {
    display: none !important;
}

.wp-gr .grw-row-m .grw-slider-header+.grw-slider-content,
.wp-gr .grw-row-s .grw-slider-header+.grw-slider-content {
    max-width: 100% !important;
    flex: 100% !important;
}

.wp-gr .grw-slider .grw-slider-dot.active {
    background-color: #9d221f !important;
}

.wp-gr.wpac a.wp-google-name {
    color: #9d221f !important;
}

.wp-gr.wpac .wp-google-left img {
    display: none;
}

.wp-star svg path {
    fill: #9d221f;
}

#booknetic_customer_panel_appointments_table th:nth-child(2),
#booknetic_customer_panel_appointments_table td:nth-child(2) {
    display: none;
}

.booknetic_zoom_btn,
.booknetic_reschedule_btn {
    padding: 0 !important;
}

label[for="bkntc_input_surname"],
label[for="bkntc_input_phone"] {
    display: block !important;
}

.booknetic_appointment .form-group input[type="checkbox"]:checked {
    background-color: #a93937 !important;
    border-color: #a93937 !important;
}

.booknetic-cart-item-body-row .booknetic-cart-item-body-cell.amount {
    color: #a93937 !important;
    font-weight: 700;
}

.booknetic-dp-num:hover::before,
.booknetic-dp-active::before,
.booknetic-dp-range-end::before,
.booknetic-dp-range-start::before {
    background: #a93937 !important;
}

.booknetic-cart-item-more {
    padding: initial !important;
}


button.bkntc_again_booking img {
    background: #fff !important;
}

header .sticky-pinned {
    -webkit-box-shadow: 5px 5px 35px 2px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 5px 5px 35px 2px rgba(0, 0, 0, 0.1) !important;
}

@media screen and (max-width: 767px) {
    header .sticky-element--enabled {
        height: 70px;
    }
}


#booknetic_theme_8 .booknetic_calendar_days>div>span>i[a] {
    background-color: #1abc9c !important;
}

.booknetic_appointment_finished_title {
    text-align: center !important;
    color: #1abc9c !important;
}

.booknetic_appointment_steps_footer {
    height: auto !important;
}

.confirmation_btn_cart {
    display: none;
}


.booknetic_appointment_steps_footer .booknetic_appointment_steps_footer_txt1 {
    height: 100px;
    width: 100px;
    background-image: url(https://meetmylawyer.fr/wp-content/uploads/2023/01/Yassine-El-Gerssifi.jpg);
    background-size: contain;
    background-position: center;
    border-radius: 100%;
    background-repeat: no-repeat;
    margin: auto;
    background-color: #FFF;
}


.booknetic_appointment_steps_footer .booknetic_appointment_steps_footer_txt2 {
    text-align: center;
}

.booknetic_appointment_steps_footer .booknetic_appointment_steps_footer_txt2::after {
    content: 'Maître Yacine EL GERSSIFI';
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #DDD;
    margin: auto;
    margin-top: 10px !important;
}

#confirm_checkbox > label {
    cursor: pointer;
    font-size: 12px;
    padding-left: 18px;
}

#confirm_checkbox input.checkbox_error {
    border: 1px red solid;
}

#confirm_checkbox .confirm_checkbox_error {
    height: 30px;
    position: relative;
    margin-top: 10px;
}

#confirm_checkbox .confirm_checkbox_error span {
    color: #FF0000;
    font-weight: 600;
    color: #FF0000;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
}


@media screen and (max-width: 767px) {
    #confirm_checkbox .confirm_checkbox_error span {
        font-size: 12px;
        top: -10px;
    }
}

@media screen and (max-width: 767px) {
    #confirm_checkbox > label {
        position: relative;
        font-size: 12px;
        padding-left: 0;
        font-weight: 700;
        line-height: 19px;
        margin-top: 14px;
        padding-left: 15px;
    }

    #confirm_checkbox input {
        position: absolute;
        left: 0;
    }
}

.booknetic_appointment input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
    position: relative;
}

body .booknetic_appointment input[type="checkbox"]:checked {
    background: #a93937 !important;
    border-color: #a93937 !important;
}

body .booknetic_appointment input[type="checkbox"]:checked:after {
    margin: 2px !important;
    width: 10px !important;
    background-size: 10px;
    background-position: center;
    height: 10px;
}

.cf7-form {
    max-width: 800px;
    margin: 0 auto;
}

.cf7-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.cf7-col {
    flex: 1 0 0;
    margin-right: 20px;
}

.cf7-col-6 {
    width: calc(50% - 10px);
}

.cf7-col-12 {
    width: 100%;
}

.cf7-input {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 !important;
}

.cf7-placeholder {
    color: #aaa;
}

/* regle heritee supprimee : le style du bouton Envoyer est unifie avec les CTA
   (voir .wpcf7-form .wpcf7-submit en fin de fichier) */

.wpcf7 form.sent .wpcf7-response-output {
    margin-left: 0;
    border: 0;
}

@media screen and (min-width: 1024px) {
    .menu-item-1009 {
        display: none !important;
    }
}

/* Style de base pour l'icône du menu toggle */
.elementor-menu-toggle {
    background-color: transparent !important;
}

.elementor-menu-toggle__icon--open,
.elementor-menu-toggle__icon--close {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #000; /* Couleur de base pour les barres de l'icône */
  transition: transform 0.3s ease;
}

.elementor-menu-toggle__icon--close {
    background-color: transparent;
}


/* Style pour l'icône ouverte (hamburger) */
.elementor-menu-toggle__icon--open::before,
.elementor-menu-toggle__icon--open::after,
.elementor-menu-toggle__icon--close::before,
.elementor-menu-toggle__icon--close::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: transform 0.3s ease;
}

/* Positionnement des barres de l'icône ouverte */
.elementor-menu-toggle__icon--open::before {
  top: -6px;
}

.elementor-menu-toggle__icon--open::after {
  bottom: -6px;
}

/* Animation de l'icône ouverte (hamburger) */
.elementor-menu-toggle__icon--open::before,
.elementor-menu-toggle__icon--open::after {
  transform: translateY(0);
}

/* Animation de l'icône fermée (croix) */
.elementor-menu-toggle__icon--close::before {
  transform: rotate(45deg);
}

.elementor-menu-toggle__icon--close::after {
  transform: rotate(-45deg);
}

.eicon-close:before {
    content: '';
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    margin-top: 25px !important;
}


.booknetic_warning_message {
    white-space: normal !important;
    max-width: 100%;
}

.horaires .elementor-icon-list-text {
    text-align: justify !important;
}



.wp-gr .wp-google-time {
    display: none !important;
}

.booknetic_confirm_step_body .booknetic_portlet_content {
    height: 370px !important;
    overflow:  hidden !important;
}

#booknetic_theme_8 .convention-honoraires * {
    font-family: 'Times New Roman', Times, serif !important;
    color: #000;
}


#booknetic_theme_8 .convention-honoraires-msg {
    width: 100%;
    display: block;
    background: #e93320;
    color: #FFF;
    padding: 10px;
    font-family: 'Poppins', sans-serif !important;
    margin: 10px 0;
    text-align: center;
}


#booknetic_theme_8 .convention-honoraires-msg a {
    text-decoration: underline;
    font-family: 'Poppins', sans-serif !important;
    color: #FFF;
    cursor: pointer;
}

.convention-honoraires b {
    font-weight: 700 !important;
}

.convention-honoraires h2 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 30px;
    display: inline-block;
    padding: 10px;
    background-color: #ddd;
    color: #333 !important;
}

.convention-honoraires h3 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
    display: block;
    font-family: 'Times New Roman', Times, serif !important;
}

.convention-honoraires li {
    list-style-type: none;
    font-family: 'Times New Roman', Times, serif !important;
}

.convention-honoraires p {
    margin-top: 10px;
    display: block;
}

.booknetic_confirm_booking_btn:disabled, .booknetic_next_step_btn:disabled {
    opacity: .5 !important;
    cursor: not-allowed;
}

/* Mot de passe oublié ? */
.booknetic_email_success {
    display: none !important;
}

body .booknetic_appointment_container_header {
    height: auto;
}


.booknetic_customer_has_same_timeslot_portlet {
    display: none !important;
}

.booknetic-body.device-min-lg .booknetic-cp-container {
    max-width: 1060px;
}

.pac-container:after {
    /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */

    background-image: none !important;
    height: 0px;
}

.booknetic_appointment_finished_with_error img {
    max-width: 120px;
}

.booknetic_appointment_finished_with_error > div {
    color: #e74c3c !important;
    max-width: 430px !important;
}

.bottom_bar {
    display: none;
}

.float_whatsapp {
    display: none;
}

@media (max-width: 767px) {

    .float_whatsapp {
        display: block;
        position: fixed;
        bottom: 90px;
        right: 15px;
    }

    .bottom_bar {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: #FFF;
        width: 100%;
        padding: 15px;
        box-shadow: 0px 0px 6px -1px rgb(0 0 0 / 7%);
        z-index: 998;
    }

    .bottom_bar button {
        width: 100%;
    }

}

.top_header {
    background-color: #a93937;
    padding: 10px 60px;
}

.top_header .columns {
    display: flex;
    justify-content: center;
}

.top_header .right {
    display: flex;
    align-items: center;
}

.top_header .right label {
    color: #FFF;
    font-size: 20px;
    letter-spacing: .6px;
    font-family: 'Poppins';
    font-weight: 500;
    margin-right: 20px;
}

.top_header .right a {
    color: #ffe800;
    font-size: 24px;
    font-weight: 500;
}

@media (max-width: 767px) {

    .top_header {
        padding: 10px 15px;
    }

    .top_header .right label {
        margin-right: 10px;
    }

    body .bkntc_booking_modal {
        z-index: 999;
    }

}

/* Formulaire prise de rdv mobile */

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

    body .bkntc_booking_modal {
        padding-top: 0;
    }

    .booknetic_appointment .booknetic_appointment_container_header {
        padding: 5px !important;
        background: #A93937;
       
    }

    .bkntc_booking_modal .content {
        width: 100%;
    }

    .bkntc_booking_modal .content .body {
        max-height: 700px !important;
    }

    .booknetic_appointment .booknetic_appointment_container_header_text {
        line-height: 1.5em;
        display: block;
        text-align: center;
        color: #FFF;
        font-size: 14px;
        padding: 10px 0px;
    }

    .booknetic_times_title {
        display: none !important;
    }
    
    .booknetic_times_head {
        display: none !important;
    }

    .booknetic_appointment .booknetic_appointment_container_header_text > b {
        /*display: block;*/
    }

    .booknetic_appointment_container_body {
        padding: 5px 20px !important;
        padding-bottom: 0 !important;
    }

    .booknetic_appointment .form-group {
        margin-bottom: 0px !important;
    }

    .booknetic_appointment .form-control {
        font-size: 15px !important;
    }

    #booknetic_theme_8 .booknetic_appointment_steps {
        display: none;
    }
    
    .booknetic_appointment [data-step-id="information"] div:nth-of-type(2) {
        flex-wrap: nowrap;
    }
    
    .booknetic_appointment [data-step-id="information"] .form-control {
        height: 35px;
    }
    
    .booknetic_appointment [data-step-id="information"] textarea.form-control {
        height: 75px;
    }
    
    
    .booknetic_appointment [data-step-id="information"] .form-group > label {
        font-size: 12px;
        margin-top: 5px !important;
        margin-bottom: 3px !important;
    }

    .booknetic_appointment [data-step-id="information"] .booknetic_custom_form .form-group:nth-of-type(4) > label[data-label="true"] {
        display: none !important;
    }
    
    .booknetic_appointment [data-step-id="information"] .booknetic_custom_form .form-group:last-of-type {
        display: none !important;
    }

    .booknetic_appointment {
        min-width: 300px !important;
    }

    .booknetic_appointment .form-control-plaintext {
        padding: 0 !important;
        margin-top: 5px !important;
    }

    body .booknetic_week_names > .booknetic_td {
        padding: 0 !important;
    }

    body .booknetic_warning_message {
        top: 5px !important;
    }

    .booknetic_appointment .booknetic_times {
        margin-top: 20px !important;
    }

    .booknetic_appointment .booknetic_times_head {
        font-size: 13px;
        padding-top: 10px;
    }

    .booknetic_appointment .booknetic_times_head::after {
        content: '- Scrollez ci-dessous pour voir tous les créneaux horaires disponibles';
        padding-left: 4px;
        
    }

    .booknetic_appointment .booknetic_times_list {
        height: 100%;
        overflow: hidden;
    }

    .booknetic_appointment .booknetic_time_div {
        width: 300px !important;
    }

    .booknetic_appointment .booknetic_times_list > div {
        flex-direction: row;
        font-size: 12px;
        width: calc(33% - 10px);
        height: 40px;
    }

    .booknetic_appointment .booknetic_times_list > div > div:first-of-type::after {
        content: '-';
        padding: 5px;
    }
    

    .booknetic_appointment .form-control[type="file"] ~ .form-control:after {
        top: 3px !important;
    }

    .booknetic_appointment .form-control-plaintext {
        font-size: 12px !important;
    }

    .help-text {
        color: #999;
        font-size: 12px !important;
        display: block;
        margin-top: 3px !important;
        display: none !important;
    }

    .booknetic_appointment .booknetic_appointment_container_footer {
        padding: 5px;
        height: 46px;
        position: absolute;
    }
}

@media (max-width: 767px) {
    .price-item {
        font-size: 24px !important;
    }
}

@media (max-width: 767px) {

    

    #hubspot-messages-iframe-container.widget-align-right {
        bottom: 10px !important;
        z-index: 10 !important;

    }

}

.booknetic_appointment_container_header_cart {
    display: none !important;
}

#payment-form {
    display: flex;
    flex-wrap: wrap;
}

#payment-form > div {
    height: 39px;
    position: relative;
    margin-top: 57px;
}

#payment-form > div > .mollie-component {
    height: 100%;
    border: 1px #DDD solid;
    padding: 10px 15px;
    border-radius: 7px;


}


#payment-form > div > .mollie-component.is-invalid {
    border: 1px #FF0000 solid;
}



#payment-form > #card-holder::before {
    content: 'Titulaire de la carte';
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
}

#payment-form > #card-holder {
    width: 100%;
    margin-top: 40px;
}


#payment-form > #card-number::before {
    content: 'Numéro de la carte';
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
}

#payment-form > #card-number {
    display: block;
    width: 100%;
}

#payment-form > #expiry-date::before {
    content: "Date d'expiration";
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
    font-size: 13px;
}

#payment-form > #expiry-date {
    width: 49%;
    margin-right: 2%;
}

#payment-form > #cvv::before {
    content: "CVV";
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
}

#payment-form > #cvv {
    width: 49%;
    margin-right: 0;
}

/* ---- Bouton Prendre rendez-vous du bandeau (remplace le popup Booknetic) ---- */
.btn-rdv__link {
    display: inline-block;
    background-color: #a81a25;
    color: #FFF !important;
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 22px;
    border-radius: 4px;
    transition: .2s background-color;
}

.btn-rdv__link:hover,
.btn-rdv__link:focus {
    background-color: #8a1520;
    color: #FFF !important;
}

/* ---- Cartes tarifs (accueil #tarifs) : boutons alignes en bas ---- */
.elementor-element-3d18ac88 > .elementor-container {
    align-items: stretch;
}

.elementor-element-133f4e35 > .elementor-widget-wrap,
.elementor-element-699ccc9 > .elementor-widget-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px 40px 40px 40px !important;
}

.elementor-element-133f4e35 .elementor-widget-button,
.elementor-element-699ccc9 .elementor-widget-button {
    margin-top: auto !important;
    margin-bottom: 0 !important;
}


/* ---- Harmonisation des CTA rouges sur le modele du bouton bandeau ---- */
.elementor-element-a78e6c8 .elementor-button,
.elementor-element-420bb9a .elementor-button,
.elementor-element-9006b8c .elementor-button,
.elementor-element-ba160b7 .elementor-button,
.elementor-element-356942f .elementor-button {
    background-color: #a81a25 !important;
    color: #FFF !important;
    font-family: "Poppins", Sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    letter-spacing: normal !important;
    padding: 15px 22px !important;
    border-radius: 4px !important;
    transition: .2s background-color;
}

.elementor-element-a78e6c8 .elementor-button:hover,
.elementor-element-420bb9a .elementor-button:hover,
.elementor-element-9006b8c .elementor-button:hover,
.elementor-element-ba160b7 .elementor-button:hover,
.elementor-element-356942f .elementor-button:hover {
    background-color: #8a1520 !important;
    color: #FFF !important;
}


/* ---- Bouton Envoyer du formulaire de contact : aligne sur les CTA ---- */
.wpcf7-form .wpcf7-submit {
    background-color: #a81a25 !important;
    color: #FFF !important;
    font-family: "Poppins", Sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 15px 22px !important;
    border: none !important;
    border-radius: 4px !important;
    cursor: pointer;
    transition: .2s background-color;
}

.wpcf7-form .wpcf7-submit:hover,
.wpcf7-form .wpcf7-submit:focus {
    background-color: #8a1520 !important;
}
