.elementor-1416 .elementor-element.elementor-element-5a98548{--display:flex;--min-height:200px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overlay-opacity:0.4;--padding-top:40px;--padding-bottom:0px;--padding-left:40px;--padding-right:40px;}.elementor-1416 .elementor-element.elementor-element-5a98548::before, .elementor-1416 .elementor-element.elementor-element-5a98548 > .elementor-background-video-container::before, .elementor-1416 .elementor-element.elementor-element-5a98548 > .e-con-inner > .elementor-background-video-container::before, .elementor-1416 .elementor-element.elementor-element-5a98548 > .elementor-background-slideshow::before, .elementor-1416 .elementor-element.elementor-element-5a98548 > .e-con-inner > .elementor-background-slideshow::before, .elementor-1416 .elementor-element.elementor-element-5a98548 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:linear-gradient(135deg, #000000 52%, #FFFFFF 100%);}.elementor-1416 .elementor-element.elementor-element-73e45225{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-1416 .elementor-element.elementor-element-fc500e1{--display:flex;}.elementor-1416 .elementor-element.elementor-element-005cbca{--display:flex;}.elementor-1416 .elementor-element.elementor-element-af8cfd4 .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-1416 .elementor-element.elementor-element-af8cfd4 .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}.elementor-1416 .elementor-element.elementor-element-af8cfd4{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;--image-border-radius:20px;--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}@media(max-width:1024px){.elementor-1416 .elementor-element.elementor-element-5a98548{--min-height:70vh;}}@media(max-width:767px){.elementor-1416 .elementor-element.elementor-element-5a98548{--min-height:100vh;--padding-top:24px;--padding-bottom:24px;--padding-left:24px;--padding-right:24px;}}/* Start custom CSS *//**************************************************
 * INSOLot – Page confirmation MotoPress (ID 1416)
 * Style minimal & compact (aucun gros espace)
 **************************************************/

/* Carte principale : on ne touche qu'au wrapper MotoPress */
body.page-id-1416 .mphb-booking-confirmation,
body.page-id-1416 .mphb_sc_booking_confirmation-wrapper {
  max-width: 900px;
  margin: 1.8rem auto 2.4rem;      /* peu d'espace autour */
  padding: 1.6rem 1.8rem;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

/* Pas de gros décalage en haut */
body.page-id-1416 .mphb-booking-confirmation > *:first-child,
body.page-id-1416 .mphb_sc_booking_confirmation-wrapper > *:first-child {
  margin-top: 0;
}

/* Titre principal */
body.page-id-1416 .mphb-booking-confirmation h1,
body.page-id-1416 .mphb_sc_booking_confirmation-wrapper h1 {
  font-size: clamp(1.7rem, 3vw, 2rem);
  margin: 0 0 0.3rem;
}

/* Sous-titres */
body.page-id-1416 .mphb-booking-confirmation h2,
body.page-id-1416 .mphb_sc_booking_confirmation-wrapper h2 {
  font-size: 1.15rem;
  margin: 0 0 0.7rem;
}

/* Texte d'intro */
body.page-id-1416 .mphb-booking-confirmation > p,
body.page-id-1416 .mphb_sc_booking_confirmation-wrapper > p {
  font-size: 0.97rem;
  line-height: 1.55;
  margin-bottom: 1rem;
}

/* Messages de statut (confirmé / erreur) */
body.page-id-1416 .mphb-booking-confirmation .mphb-message,
body.page-id-1416 .mphb_sc_booking_confirmation-wrapper .mphb-message {
  margin: 0 0 1.1rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.page-id-1416 .mphb-message.mphb-success {
  background: #e4f6ea;
  color: #17733c;
}

body.page-id-1416 .mphb-message.mphb-error {
  background: #ffe3dd;
  color: #a32710;
}

/* Bloc détails de réservation */
body.page-id-1416 .mphb-booking-details {
  margin-top: 1.3rem;
  display: grid;
  gap: 1.3rem;
}

/* 2 colonnes infos / prix si MotoPress sort 2 blocs */
@media (min-width: 768px) {
  body.page-id-1416 .mphb-booking-details {
    grid-template-columns: minmax(0, 1.7fr) minmax(0, 1.2fr);
  }
}

/* Titres internes */
body.page-id-1416 .mphb-booking-details h3,
body.page-id-1416 .mphb-booking-details h4 {
  font-size: 1rem;
  margin: 0 0 0.5rem;
}

/* Listes éventuelles */
body.page-id-1416 .mphb-booking-details ul,
body.page-id-1416 .mphb-booking-details ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Tables (détails + prix) */
body.page-id-1416 .mphb-booking-confirmation table,
body.page-id-1416 .mphb_sc_booking_confirmation-wrapper table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

body.page-id-1416 .mphb-booking-confirmation th,
body.page-id-1416 .mphb-booking-confirmation td,
body.page-id-1416 .mphb_sc_booking_confirmation-wrapper th,
body.page-id-1416 .mphb_sc_booking_confirmation-wrapper td {
  padding: 0.45rem 0.25rem;
}

/* Légère séparation entre les lignes, rien de lourd */
body.page-id-1416 .mphb-booking-confirmation tr + tr td,
body.page-id-1416 .mphb_sc_booking_confirmation-wrapper tr + tr td {
  border-top: 1px solid #f0e8d8;
}

/* Dernière ligne (Total) un peu plus forte */
body.page-id-1416 .mphb-booking-confirmation tr:last-child td,
body.page-id-1416 .mphb_sc_booking_confirmation-wrapper tr:last-child td {
  font-weight: 600;
}

/* Liens (ex : retour à l'accueil) */
body.page-id-1416 .mphb-booking-confirmation a,
body.page-id-1416 .mphb_sc_booking_confirmation-wrapper a {
  color: #c46b05;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s ease, color 0.15s ease;
}

body.page-id-1416 .mphb-booking-confirmation a:hover,
body.page-id-1416 .mphb_sc_booking_confirmation-wrapper a:hover {
  color: #9f5300;
  border-bottom-color: currentColor;
}

/* Mobile : carte encore plus compacte */
@media (max-width: 600px) {
  body.page-id-1416 .mphb-booking-confirmation,
  body.page-id-1416 .mphb_sc_booking_confirmation-wrapper {
    margin: 1.5rem 1rem 2rem;
    padding: 1.3rem 1.4rem;
  }
}/* End custom CSS */