/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0
*/

body .translator-select .es-embed-root > a{
    display: none !important;
}

body .speaker-bio{
    display: none;
}

body .speaker-pop .dialog-widget-content,
body .speaker-pop .dialog-message{
    border-radius: 20px;
    background: transparent;
}

.speaker-pop > .dialog-widget-content{
    opacity: 0.95;
}

.sub-menu{
    flex-direction: column;
    min-width: 0 !important;
}

@media screen and (min-width: 1025px) {
    body header .sub-menu{
        width: calc(100% - 40px) !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    body header .sub-menu{
        width: calc(100% - 17px) !important;
    }
}

.sub-menu a {
    overflow-wrap: break-word !important;
    word-break: break-word !important;   /* fallback */
    white-space: normal !important;
    border: 0 !important;
}

.lang-selector .leNFxl > * {
    color: white;
    font-family: 'Prompt';
}

.lang-selector .leNFxl svg * {
    fill: white !important;
}

.carousel-home .swiper{
    padding-top: 60px;
    padding-bottom: 200px;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 1024px) {
    .carousel-home .swiper{
        padding-bottom: 100px;
    }
}

.carousel-home .bdt-prime-slider-tango .bdt-content-wrap{
    padding: 20px 0;
    border-bottom: 3px solid #08ADFE;

}

.carousel-home .bdt-prime-slider-tango .bdt-title{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;
    text-transform: none;
}

.carousel-home .swiper-slide-prev .bdt-image-wrap{
    transform: rotate3d(0, 1, 0, 45deg) !important;
    transform-origin: center;
}

.carousel-home .swiper-slide .bdt-image-wrap{
    transition: 0.3s all;
}

.carousel-home .swiper-slide-active{
    z-index: 1000;
}

.carousel-home .swiper-slide-next .bdt-image-wrap{
    transform: rotate3d(0, -1, 0, 45deg) !important;
    transform-origin: center;
}

.carousel-home .swiper .swiper-slide{
    perspective: 1000px;
    clip-path: none !important;
    overflow: visible;
}

.carousel-home .swiper .swiper-slide img{
    border-radius: 20px;
}

.carousel-home .swiper-slide-active::before{

        background: linear-gradient(90deg, transparent, white);
        width: 100%;
        left: 0;
        top: -60px;
        height: calc(100% + 120px);
        content: "";
        display: block;
        z-index: 1;
        position: absolute;
        transform: translateX(-100%);
}

.carousel-home .swiper-slide-active::after{

    background: linear-gradient(90deg, transparent, white);
    width: 100%;
    right: 0;
    top: -60px;
    height: calc(100% + 120px);
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    transform: translateX(100%);
}

body .carousel-home .bdt-item.swiper-slide-active{
    clip-path: none !important;
    overflow: visible !important;
}

.carousel-home .swiper-slide-active::after{
    background: linear-gradient(90deg, white, transparent)
}

/* .speaker-box img{
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 100%;
    object-fit: cover;
    border-radius: 20px !important;
} */

.speaker-img-r{
    border-radius: 20px;
}

.speaker-image{
    box-shadow: 10px 10px 29px 0px rgba(0,0,0,0.5);
}

.speaker-box{
    height: 100% !important;
}

.speaker-button{
    margin-top: auto !important;
}

/* .speaker-box .elementor-widget-image,
.speaker-img-r{
    height: 200px;
    width: 250px;
} */

/* .speaker-img-r img{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 250px !important;
    max-width: 100%;
    object-fit: cover;
} */

/* START HOMEPAGE */

body .carousel-home .swiper-wrapper .bdt-item .bdt-image-wrap::before{
    background-image: none !important;
}

body .carousel-home .swiper-wrapper .bdt-img{
object-fit: cover;
}

body .carousel-home .bdt-prime-slider-tango .bdt-content-wrap{
    transform: translateY(100%);
}

.slider-fade .swiper-slide{
    opacity: 0;
}

.slider-fade .swiper-slide-image{
    width: 150px;
}

.gold-contri.slider-fade .swiper-slide-image{
    width: 75px;
}

.slider-fade .swiper-wrapper{
    align-items: center;
}
/* END HOMEPAGE */

/* START SPEAKERS CONTAINER */

.speakers-container::before{

  content: "" !important;
  position: absolute !important;
  top: 0px !important;
  right: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 200px !important;
  background: #CEEFFF !important;
  z-index: 0 !important;
  transform: skewY(-3deg) !important;
  transform-origin: top left !important;

}

.speakers-container::after{

    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 200px !important;
    background: #CEEFFF !important;
    z-index: 0 !important;
    transform: skewY(-3deg) translateY(100%)!important;
    transform-origin: top left !important;
  
  }

/* END SPEAKERS CONTAINER */



.contact-form{
    padding: 0 20px;
}

/* ===== FORM WRAPPER ===== */
.wpcf7-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    margin-bottom: 80px;
    max-width: 1440px;
    
  }

  .wpcf7-form p{
    margin: 0 !important;
  }
  
  /* ===== RESET DES <p> CF7 ===== */
  .wpcf7-form p {
    margin: 0 0 22px;
    
  }

  .wpcf7-form-control{
    margin-bottom: 20px;
  }
  
  /* ===== SELECT / INPUT / TEXTAREA ===== */
  .wpcf7-form-control:not(.wpcf7-submit) {
    width: 100%;
    padding: 14px 16px;
    font-size: 15px;
    border-radius: 10px;
    border: 1.5px solid rgba(0,35,93,0.25);
    background: #fff;
    transition: all 0.3s ease;
    box-sizing: border-box;
  }
  
  /* SELECT */
  .wpcf7-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg fill='rgba(0,35,93,1)' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 18px;
    cursor: pointer;
    margin-bottom: 0;
  }
  
  /* TEXTAREA */
  .wpcf7-textarea {
    min-height: 140px;
    resize: vertical;
  }
  
  /* ===== PLACEHOLDER ===== */
  .wpcf7-form-control::placeholder {
    color: #9aa0a6;
  }
  
  /* ===== FOCUS ===== */
  .wpcf7-form-control:focus {
    outline: none;
    border-color: rgba(0,35,93,1) !important;
    box-shadow: 0 0 0 3px rgba(0,35,93,0.15);
  }
  
  /* ===== SUBMIT BUTTON ===== */
  .wpcf7-submit {
    background: rgba(0,35,93,1) !important;
    color: #fff !important;
    border: none;
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 600;
    border: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 20px !important;
    font-weight: 500 !important;
  }
  
  /* CENTRAGE DU BOUTON */
  .wpcf7-form p:last-of-type {
    text-align: center;
    margin-top: 30px;
  }
  
  /* HOVER */
  .wpcf7-submit:hover {
    background: #000;
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.2);
  }
  
  /* ===== SPINNER ===== */
  .wpcf7-spinner {
    margin-left: 12px;
  }
  
  /* ===== ERREURS ===== */
  .wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 6px;
    color: #c0392b;
  }
  
  /* ===== MESSAGE RETOUR ===== */
  .wpcf7-response-output {
    margin-top: 25px;
    padding: 16px;
    border-radius: 10px;
    font-size: 14px;
  }
  
  /* ===== SUCCESS ===== */
  .wpcf7-mail-sent-ok {
    border-color: rgba(0,35,93,1);
    background: rgba(0,35,93,0.5);
    color: rgba(0,35,93,1);
  }
  
  /* ===== ERROR ===== */
  .wpcf7-validation-errors {
    border-color: #c0392b;
    background: rgba(192,57,43,0.08);
  }

  .wpcf7-form label select{
    margin-top: 20px;
  }

  /* Masquer le span contenant la valeur réelle */
  
  .custom-radio {
    display: block;
    padding: 12px 15px;
    border: 2px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 8px;
    transition: all 0.2s ease;
    position: relative;
    user-select: none;
  }

  .custom-radio.selected{
    border-color: #08ADFE;
  }

  .destination-choice{
    margin-bottom: 20px;
  }

  .destination-choice > p{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  @media screen and (max-width: 600px) {
    .destination-choice > p{
        flex-direction: column;
        gap: 10px;
    }
  }

  .destination-choice > p br{
    display: none;
  }
  
  /* Fond léger au survol */
  .custom-radio:hover {
    background-color: #f0f8ff;
  }
  
  /* On masque le span CF7 qui contient la valeur */
  .custom-radio .wpcf7-form-control.wpcf7-radio{
    display: none !important;
  }

  /* EVENTS CALENDAR */

  /* RESET MINIMAL */
.event * {
    box-sizing: border-box;
    font-family: "Prompt";
}

/* CONTENEUR PRINCIPAL */
.event {
    display: flex;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin: 40px 0;
    overflow: hidden;
}

/* COLONNE GAUCHE : DATE & HEURE */
.event .left {
    background: rgb(0, 35, 93);
    color: #fff;
    padding: 20px;
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 20px;
}

.event .date_year{
    border: 2px solid #fff;
    width: 100%;
    max-width: 100px;
}

.event .date {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

.event .time {
    font-size: 14px;
    opacity: 0.9;
}

.event .start_time,
.event .end_time {
    font-weight: 600;
}

/* COLONNE CENTRALE : CONTENU */
.event .center {
    flex: 1;
    padding: 24px;
    width: 50%;
}

.event .title_event {
    font-size: 22px;
    font-weight: 700;
    color: rgb(0, 35, 93);
    margin-bottom: 12px;
}

.event .center .desc_event{
    color: #000;
}

.event .center p {
    color: #000;
    line-height: 18px;
    margin-bottom: 16px;
}

/* SPEAKERS */
.event .speakers {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 10px;
}

.event .speaker {
    background: rgba(0, 35, 93, 0.06);
    border-radius: 20px;
    padding: 6px 12px;
}

.event .speaker_name {
    font-size: 14px;
    white-space: nowrap;
}

.event .speaker_firstname {
    font-weight: 400;
    color: #000;
    margin-right: 4px;
}

.event .speaker_lastname {
    font-weight: bold;
    color: rgb(0, 35, 93);
}

/* COLONNE DROITE : SALLE */
.event .right {
    background: rgba(0, 35, 93, 0.06);
    padding: 20px;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.event .room {
    font-weight: 700;
    color: rgb(0, 35, 93);
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .event {
        flex-direction: column;
        border-left: none;
    }

    .event .left,
    .event .center,
    .event .right {
        width: 100%;
        text-align: center;
    }
}

/* FILTERS */

/* CONTAINER INPUT */
.calendar-filter {
    display: flex;
    flex-direction: row;
    gap: 40px;
    width: 100%;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .calendar-filter{
        flex-direction: column;
        gap: 20px;
    }
}

.calendar-filter label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: rgb(0, 35, 93);
}

.calendar-filter input,
.calendar-filter select {
    width: 100%;
    padding: 12px 14px;
    background: rgba(0, 35, 93, 0.06);
    border: none !important;
    font-size: 0.95rem;
    outline: none;
    transition: all 0.2s ease;
}

.calendar-filter input:focus,
.calendar-filter select:focus  {
    border-color: rgb(0, 35, 93);
    box-shadow: 0 0 0 3px rgba(0, 35, 93, 0.15);
}

/* DATEPICKER GLOBAL */
.ui-datepicker {
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    border: none;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    font-family: "Prompt";
}

/* HEADER */
.ui-datepicker-header {
    background: rgb(0, 35, 93);
    border-radius: 8px;
    padding: 10px;
    border: none;
}

.ui-datepicker-title {
    color: rgb(0, 35, 93);
    font-weight: 700;
}

/* FLÈCHES */
.ui-datepicker-prev,
.ui-datepicker-next {
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
    filter: invert(1);
}

/* JOURS */
.ui-datepicker th {
    color: rgb(0, 35, 93);
    font-weight: 600;
    padding: 8px 0;
}

/* CASES */
.ui-datepicker td {
    padding: 2px;
}

.ui-datepicker td a {
    text-align: center;
    padding: 8px 0;
    border-radius: 6px;
    color: #000;
    transition: all 0.2s ease;
}

/* HOVER */
.ui-datepicker td a:hover {
    background: rgba(0, 35, 93, 0.1);
}

/* JOUR SÉLECTIONNÉ */
.ui-datepicker .ui-state-active {
    background: rgb(0, 35, 93) !important;
    color: #fff !important;
    font-weight: 700;
}

/* AUJOURD’HUI */
.ui-datepicker .ui-state-highlight {
    border: 1px solid rgb(0, 35, 93);
    background: #fff;
}

/* JOURS INACTIFS */
.ui-datepicker .ui-state-disabled span {
    color: #ccc;
}

.input-flex{
    display: flex;
    flex-direction: row;
}

.calendar-filter .clear-date,
.calendar-filter .clear-type{
    background: #c0392b;
    color: white;
    opacity: 0.5;
    border: none !important;
    border-radius: 0;
}

.calendar-filter .clear-date:hover,
.calendar-filter .clear-type:hover{
    background: #c0392b;
    opacity: 1;
}
.calendar-filter .search{
    background-color: rgba(0, 35, 93, 1);
    color: white;
    border-radius: 0;
    font-weight: 600;
    border: 2px solid rgba(0, 35, 93, 1);
}
.calendar-filter .search:hover,
.calendar-filter .search:focus{

    background-color: white;
    color: rgba(0, 35, 93, 1);
}

.elementor-widget-price-table{
    background: transparent !important;
}

  /* END EVENTS CALENDAR */




