.question__comment {
    font-size: 13px;
    color: #2a5092;
    margin-bottom: 13px;
}



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


  .headerleft{float: left;}
  .headerright{float: right;}
  .row2{
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

.btn100{width: 100% !important}

  .questions-container {
    width: 50%;
    margin: 0px auto !important;
}

.outerContainer.formContainer { max-width: 60% !important;}
/* .time-indicator {
    position: relative;
    top: 83px;
    right: -83px;
} */

}



                /* ---- COOKIE CSS ---- */
                    div.cookie-msg-wrapper{
                    display: block;
                }
                div.cookie-msg{
                    margin: 0;
                    padding: 10px;
                    position: fixed;
                    font-family: Century Gothic, Arial;
                    font-size: 12px;
                    z-index: 15000;
                    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
                    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.4);
                    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.4);
                }

                div.format825px a.cp-close {
                                background: url(../img/cookiepol-close2.png) no-repeat 0 0 !important;
                                width: 20px !important;
                                height: 20px !important;
                }

                div.format825px {
                            width: 280px !important;
                            left: 0% !important;
                            border-radius: 5px;
                            margin:0px 0px 50px 15px !important;

                }
                .cookie-msg-wrapper{ position:relative}

                .cookie-msg:after{
                            content: url(../img/cercle.png) !important;
                            background:none;
                            width: 40px;
                            height: 40px;
                            position: fixed;
                            bottom: 5px;
                            left: 15px;
                }
                .cp-content a {
                background: #0cb3c7;
                            padding: 3px 8px;
                            color: #fff !important;
                            text-decoration:none !important;
                            border-radius: 3px;
                            margin-top:5px;
                            display: block;
                            float: right;
                            margin-right: -20px !important;
                            font-weight: bold;
                            box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 14px;
                }
                div.cookie-msg a{color: #fff;}

                .cp-content a u{ text-decoration:none;}

                div.cookie-msg a.cp-close{ margin-top:0px !important;margin-right: -5px !important;}

                div.cp-content{ float:none !important; margin:0px !important;}

                div.format825px div.cp-content {
                            line-height: 25px !important;
                            width: 94% !important;
                }



/* AutoComponent.vue */

.vue-range {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

/* @media(max-width: 480px) {
    .auto .vue-range {
        width: 70%;
    }
} */

#input-range {
    width: 100%;
    position: absolute;
    height: 36px;
    top: 0;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9999;
    opacity: 0;
}

.range__wrapper {
    position: relative;
    margin-top: 100px;
    width: 100%;
    font-weight: bold;
}

.Title_step{
    padding-top: 6px;
}

.header__form {
    margin-top: 40px;
}

.showR-enter-active,
.showR-leave-enter {
    opacity: 1;
    transform: translateX(0);
    transition: all .2s linear;
}
.showR-enter,
.showR-leave-to {
    transform: translateX(30%);
    opacity: 0;
}

.showL-enter-active,
.showL-leave-enter {
    opacity: 1;
    transform: translateX(0);
    transition: all .3s linear;
}
.showL-enter,
.showL-leave-to {
    transform: translateX(-30%);
    opacity: 0;
}


    body {
        background: #eeeeee !important;
    }


#banner_sidebar_v2
{
    top: 200px !important;
}

.phone-button {
    background: #3ab548;
    color: white;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 8px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(157, 255, 53, 0.2);
}

.phone-button:hover {
    background: #3ab548;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(157, 255, 53, 0.2);
    color: white;
}


#banner_sidebar_v2{
    position: absolute;
    top: 660px;
    margin-left: 12px;

}

@media (max-width: 1374px) {
    #banner_sidebar_v2 {
        display: none;
    }
}
@media (min-width: 768px) {
    .hide-md-up {
        display: none;
    }

    .centercg
    {
        width: 50%;
        margin-top: 30px;
    }
}


.search-btn {
    background: #374c9b;
    color: #fff;
    width: 29px;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 0;
}





/* ButtonCountdwon.vue */

.time-indicator {
    display: inline-flex;
    align-items: center;
    gap: 1px;
    padding: 8px 16px;
    background-color: white;
    border: 2px solid #00bcd4;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    box-shadow: 0 2px 8px rgba(0, 188, 212, 0.15);
    animation: flashBorder 2s ease-in-out infinite;
}

.clock-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.time-text {
    color: #666;
    font-weight: 500;
}

@keyframes flashBorder {
    0%, 100% {
        border-color: #00bcd4;
    }
    25% {
        border-color: #4dd0e1;
    }
    50% {
        border-color: #00acc1;
    }
    75% {
        border-color: #26c6da;
    }
}


/* HeaderComponent.vue */

    .cls-1 {
        fill: #0cb3c7;
    }

    .cls-1, .cls-2 {
        fill-rule: evenodd;
    }

    .cls-2 {
        fill: #374c9b;
    }

    .auto-restitution .page-wrapper .outerContainer  {
        max-width: 1040px !important;
    }


/* LicenseComponent.vue */


.div-permis{
    max-width:712px; width:100%; margin:auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.XXLargeSreen {
    padding-left: 210px !important
}

@media (min-width: 1920px) {
    .div-permis {
        max-width:360px;
        position: fixed;
        top: 50%;
        left: 91%;
        transform: translate(-50%, -50%);
    }
}
.p-recto, .p-verso{margin: auto;height:213px; margin-bottom:5px;}
.p-recto--manydrive{ background:url('https://app.mongustave.fr/assets/images/permis/permis-recto-manydrive.png') no-repeat top center; width:335px; }
.p-recto--man{ background:url('/assets/images/permis/permis-recto-homme.png') no-repeat top center; width:335px; }
.p-recto--women{ background:url('/assets/images/permis/permis-recto-femme.png') no-repeat top center; width:335px; }
.p-verso{ background:url('/assets/images/permis/permis-verso.png') no-repeat top center; width:334px;}
.row{width: 100%;}

.L_info ul{ padding:42px 0 0 123px;}
.L_info li,.info_9, .L_info_p{ font-weight:bold; list-style:none; font-size:11px; color:#383838; font-family: 'Century Gothic', SomeFont, sans-serif;line-height: 13px;}
.info_9{ padding:15px 0 0 33px;}

.L_info_p{ padding:22px 0 0 158px;font-size:9px;line-height: 10px;}
.L_info_p li span{ width:20%; display:inline-block; padding-left:2px;font-size: 7px;}

@media (max-width: 767px) {

  .row.row2 {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}


    .div-permis {
        display: none;
    }
}

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

.L_info ul{ padding:42px 0 0 115px;}
.info_9{ padding:15px 0 0 25px;}
.L_info_p{ padding:22px 0 0 147px;}
}

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

.p-recto, .p-verso{background-size:100%;}
.L_info ul {padding: 39px 0 0 109px;}
.info_9 {padding: 9px 0 0 22px;}
.L_info_p {padding: 22px 0 0 139px;font-size: 8px;}

} */



/* ProfilConducteur.vue */

/* Using direct color values instead of CSS variables */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.containerprofilconducteur {
  width: 100%;
  max-width: 800px;
  background-color: white;
  overflow: hidden;
  padding: 40px;
  font-family: 'Fira Sans', sans-serif;
  margin: 0 auto;
}

header {
  text-align: center;
  margin-bottom: 40px;
  border-bottom: none !important;
}

h1 {
  color: #0cb3c7;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 12px;
  font-family: 'Fira Sans', sans-serif;
}

.subtitle {
  color: #718096;
  font-size: 16px;
  line-height: 1.5;
}

.trust-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
  color: #718096;
  font-size: 14px;
  font-weight: 500;
}

.trust-badge svg {
  width: 18px;
  height: 18px;
  fill: #1a5a96;
}

.profiles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.profile-card {
  position: relative;
  border-radius: 12px;
  padding: 30px 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
  border: 2px solid transparent;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.profile-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.profile-card.bon-conducteur {
  background-color: #E3F2FD;
  border-color: #BBDEFB;
}

.profile-card.jeune-conducteur {
  background-color: #E8F5E9;
  border-color: #C8E6C9;
}

.profile-card.conducteur-malussé {
  background-color: #FFEBEE;
  border-color: #FFCDD2;
}

.profile-card.vehicule-luxe {
  background-color: #FFF8E1;
  border-color: #FFECB3;
}

.profile-card.selected {
  border-width: 3px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.profile-card.bon-conducteur.selected {
  border-color: #2196F3;
}

.profile-card.jeune-conducteur.selected {
  border-color: #4CAF50;
}

.profile-card.conducteur-malussé.selected {
  border-color: #F44336;
}

.profile-card.vehicule-luxe.selected {
  border-color: #FFC107;
}

.profile-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.profile-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.bon-conducteur .profile-icon {
  background-color: rgba(33, 150, 243, 0.15);
  color: #2196F3;
}

.jeune-conducteur .profile-icon {
  background-color: rgba(76, 175, 80, 0.15);
  color: #4CAF50;
}

.conducteur-malussé .profile-icon {
  background-color: rgba(244, 67, 54, 0.15);
  color: #F44336;
}

.vehicule-luxe .profile-icon {
  background-color: rgba(255, 193, 7, 0.15);
  color: #FFC107;
}

.profile-description {
  color: #718096;
  font-size: 14px;
  line-height: 1.5;
}

.action-btn {
  display: block;
  width: 100%;
  padding: 16px;
  margin-top: 30px;
  background-color: #ff7501;
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.9;
}

.action-btn:hover {
  background-color: #0d4b7f;
  opacity: 1;
  transform: translateY(-2px);
}

.action-btn:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
  opacity: 0.7;
  transform: none;
}

/* Pulse animation for the selected card */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(26, 90, 150, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(26, 90, 150, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(26, 90, 150, 0);
  }
}

.profile-card.selected {
  animation: pulse 2s infinite;
}

/* Responsive design */
@media (max-width: 768px) {
  .profiles-grid {
    grid-template-columns: 1fr;
  }

  .containerprofilconducteur {
    padding: 30px 20px;
  }

  h1 {
    font-size: 24px;
  }

  .profile-card {
    height: auto;
    min-height: 160px;
  }
}

/* Added features */
.profile-card::after {
  content: '';
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.profile-card.selected::after {
  content: '✓';
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.bon-conducteur.selected::after {
  background-color: #2196F3;
  border-color: white;
}

.jeune-conducteur.selected::after {
  background-color: #4CAF50;
  border-color: white;
}

.conducteur-malussé.selected::after {
  background-color: #F44336;
  border-color: white;
}

.vehicule-luxe.selected::after {
  background-color: #FFC107;
  border-color: white;
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: help;
  margin-left: 5px;
}

.tooltip .tooltip-text {
  visibility: hidden;
  width: 200px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
  font-weight: normal;
}

.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}


/* TrustSectionGlobal.vue */

.trust-container {
     max-width: 1300px;
    margin: 0 auto;
    font-family: sans-serif;
}

/* Press Styling */
.lapresse h2 {
    text-align: center;
    color: #1a3b5d;
    font-size: 22px;
    margin-bottom: 30px;
}

.logopresse {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 80px;
}

.logopresse img {
    max-height: 40px;
    filter: grayscale(0);
    transition: opacity 0.3s;
}

/* Reviews Styling */
.reviews-section {
    text-align: center;
    margin-bottom: 40px;
}

.section-title {
    font-size: 32px;
    color: #1a3b5d;
    font-weight: bold;
    margin-bottom: 12px;
}

.section-description {
    color: #666;
    font-size: 16px;
}

.reviews-container {
    display: grid;
    padding: 6px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.review-card {
    border: 1px solid #efefef;
    border-radius: 15px;
    padding: 25px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
}

.review-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.avatar img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.reviewer-name {
    font-weight: bold;
    font-size: 15px;
    color: #1a3b5d;
}

.stars {
    color: #ffb400;
    font-size: 14px;
    margin-top: 2px;
}

.review-text {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 20px;
    flex-grow: 1;
}

.read-more {
    text-align: right;
    font-size: 13px;
    color: #3b82f6;
    text-decoration: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .logopresse {
        gap: 20px;
    }
    .logopresse img {
        max-height: 30px;
    }
}


    .cls-1 { fill: #0cb3c7; }
    .cls-1, .cls-2 { fill-rule: evenodd; }
    .cls-2 { fill: #374c9b; }
    </style>

    <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAonkiEihRcnKDwiF-zCPcoZ8d8rvwmhuM&libraries=places"></script>

<style id="sante-override">
/* =============================================
   MON GUSTAVE AUTO - STYLE SANTÉ V2 IDENTIQUE
   =============================================
   PALETTE (from screenshots):
   Fond: #f0f5f9 | Orange: #f5a623 | Hover: #e89a1a
   Bleu foncé: #1a3b5d | Header bar: #0c2340
   Teal: #2bbcc5 | Bordures: #d6dfe8
   Gris texte: #5a6d80 | Police: Fira Sans Condensed
   ============================================= */

*, *::before, *::after { box-sizing: border-box; }

body, body.pageform, body.pageform.auto {
    background-color: #f7fbff !important;
    font-family: 'Fira Sans Condensed', 'Fira Sans', sans-serif !important;
    color: #1a3b5d;
    margin: 0; padding: 0;
    -webkit-font-smoothing: antialiased;
}
.page-wrapper, .page-wrapper.auto {
    font-family: 'Fira Sans Condensed', 'Fira Sans', sans-serif !important;
    background: #f7fbff !important;
}

/* ========== HEADER ========== */
header.text-center {
    background: #fff !important;
    padding: 0 !important; margin: 0;
    border-bottom: 1px solid #cbcbcb !important;
}
header .outerContainer, header .header_new {
    max-width: 1200px; margin: 0 auto; padding: 10px 24px !important; align-items: center;
}
header img[alt=""] { max-height: 40px; }
header .fonctionnementlink a {
    color: #1a3b5d !important; font-weight: 600; font-size: 14px; text-decoration: none !important;
}
header .note__google { width: 150px !important; margin-top: 0 !important; }

/* ========== FORM CONTAINER ========== */
.outerContainer.formContainer {margin: 0 auto; padding: 0 20px; }
.is-full-height-fieldset { border: none; padding: 0; min-height: auto; }
.content__form, .fieldset, .questions-container { background: transparent; border: none; padding: 0; margin: 0; }
form#autoForm { margin: 0; padding: 0; }

/* ========== PROGRESS BAR ==========
   Trait horizontal orange, PAS de cercles numérotés
   Cercle blanc au bout */
.header__form {
    margin-top: 0 !important; background: transparent !important;
    padding: 0px 0 0 !important; box-shadow: none !important; border-radius: 0 !important;
}
.progress_col { margin-top: 0 !important; }
#progressbar { display: none !important; }
.progress {
    height: 8px !important; border-radius: 4px !important;
    background-color: #d6dfe8 !important; overflow: visible !important;
    margin: 0 !important; position: relative; box-shadow: none !important;
}
.progress-bar {
    background: #ff8e50 !important;
    border-radius: 4px !important; height: 8px !important;
    transition: width 0.5s ease; position: relative;
}
.progress-bar::after {
    content: ''; position: absolute; right: -10px; top: 50%;
    transform: translateY(-50%); width: 20px; height: 20px;
    border-radius: 50%; background: #fff;
    border: 1px solid #ff8e50; box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.progress_ico { display: none !important; }
.Title_step { display: none !important; }

/* ========== SOPHIE / SPEAKER ==========
   Pas de card blanche, texte à gauche, photo ronde à droite */
.stepItem {
    background: transparent !important; border-radius: 0 !important;
    padding: 20px 0 0 !important; margin-top: 0 !important; box-shadow: none !important;
}
.speakerContainer { display: flex; align-items: center; gap: 0; }
.speakerAvatar { order: 2; flex-shrink: 0; margin-left: auto; position: relative; }
.speakerAvatar img {
    width: 80px; height: 80px; border-radius: 50%; object-fit: cover;
    border: 3px solid #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.speakerAvatar::after {
    content: ''; position: absolute; bottom: 6px; right: 6px;
    width: 14px; height: 14px; background: #4caf50;
    border: 2px solid #fff; border-radius: 50%;
}
.speakerName {
    font-size: 15px !important; color: #1a3b5d !important; font-weight: 700 !important;
    margin: 0 0 2px !important; flex-direction: column !important; align-items: flex-start !important;
}
.speakerName > span:first-child { display: none; }
.speakerMessage {
    font-size: 15px !important; color: #1a3b5d !important; line-height: 1.5 !important; margin-top: 0;
}
.speakerMessage::before { content: '👋 '; }

/* Time indicator */
.time-indicator {
    border: 1.5px solid #2bbcc5 !important; border-radius: 20px !important;
    padding: 6px 14px !important; font-size: 14px !important; color: #1a3b5d !important;
    background: #fff !important; box-shadow: none !important; animation: none !important;
    display: inline-flex; align-items: center; gap: 5px; float: right; margin-bottom: 10px;
}
.time-indicator .clock-icon { width: 18px; height: 18px; }
.time-text { color: #1a3b5d !important; font-weight: 600; font-size: 14px; }

/* ========== QUESTIONS ========== */
.question {
    font-size: 17px !important;
    color: #2a5082 !important;
    font-weight: bold;
    text-align: center !important;
    margin-bottom: 10px !important;
    margin-top: 21px;
    line-height: 1.35;
    font-family: 'Fira Sans Condensed', sans-serif !important;
}
.col_inputrow { margin-bottom: 10px; padding: 0; clear: both; }

/* ========== RADIO BUTTONS ==========
   Grille 2 colonnes, LARGES, coins arrondis 14px */
.c-radio.edit-choice {
    display: grid !important; grid-template-columns: 1fr 1fr;
    gap: 12px; max-width: 680px; margin: 0 auto;
}
.c-radio.edit-choice.edit-choice--column { grid-template-columns: 1fr 1fr; }
.c-radio.c-radio-marge { margin: 0 !important; max-width: none; min-width: 0; }
.edit-choice--column .c-radio.c-radio-marge { max-width: none; width: 100%; }
.c-radio__input { display: none !important; }
.c-radio__btn {
    display: flex !important; align-items: center !important; justify-content: center !important;
    padding: 18px 16px !important; border: 1px solid #d6dfe8 !important;
    border-radius: 7px !important; background: #fff !important; color: #2a5082 !important;
    font-size: 15px !important;
    font-family: 'Fira Sans Condensed', sans-serif !important;
    cursor: pointer; transition: all 0.2s ease; text-align: center !important;
    width: 100% !important; min-height: 52px; line-height: 1.3;
}
.c-radio__btn:hover { border-color: #f5a623 !important; background: rgba(245,166,35,0.04) !important; }


.c-radio__input:checked + .c-radio__btn {
    border-color: #ff8e50 !important;
    background: rgba(245,166,35,0.04) !important;
    color: #1a3b5d !important; font-weight: 700 !important;
}
.suggest-with-icons__button.selected,
.suggest-with-icons__button:focus,
.single-choice__label.selected,
.single-choice__label:has(input:checked) {
    border-color: #f5a623 !important;
    background: rgba(245,166,35,0.04) !important;
}
.SearchCar { max-width: none; }
.SearchCar .text-uppercase {
    display: block; text-align: center; font-size: 11px; color: #ff8e50;
    font-weight: 600; margin-top: 3px; letter-spacing: 0.5px;
}

img.flagfrance {
    height: 68px;
}


/* ========== SELECT INPUTS ========== */
select, .select select {
    width: 100% !important;
    max-width: 680px !important;
    margin: 0 auto !important;
    display: block !important;
    padding: 14px 18px !important;
    border: 1.5px solid #d6dfe8 !important;
    border-radius: 7px !important;
    background: #fff !important;
    color: #1a3b5d !important;
    font-size: 16px !important;
    font-family: 'Fira Sans Condensed', sans-serif !important;
    font-weight: 500 !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    min-height: 50px !important;
    cursor: pointer;
    outline: none;
}

select:focus { border-color: #f5a623 !important; box-shadow: 0 0 0 2px rgba(245,166,35,0.12); }

/* ========== TEXT INPUTS ========== */
input[type="text"], input[type="number"], input[type="email"], input[type="tel"], .row-field {
    width: 100% !important; max-width: 680px !important; margin: 0 auto !important;
    display: block !important; padding: 14px 18px !important;
    border: 1.5px solid #d6dfe8 !important;
    background: #fff !important; color: #1a3b5d !important; font-size: 16px;
    font-family: 'Fira Sans Condensed', sans-serif !important; font-weight: 500 !important;
    outline: none;
}
input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus,
input[type="tel"]:focus, .row-field:focus {
    border-color: #f5a623 !important; box-shadow: 0 0 0 2px rgba(245,166,35,0.12);
}
input::placeholder { color: #a0aebb; font-weight: 400; }

/* ========== DATE INPUTS ==========
   Un seul conteneur bordé, PLEINE LARGEUR ~680px */
.inputdivision { max-width: 680px; margin: 0 auto; }
.date-input, .inputdivision .date-input {
    display: flex; justify-content: center; margin: 0 auto; max-width: 680px; width: 100%;
}
.date-element, .date-input .date-element {
    display: flex; align-items: center; justify-content: center; gap: 0;
    background: #fff; border: 1.5px solid #d6dfe8; border-radius: 14px;
    padding: 6px 24px; width: 100%;
}
.date-element:focus-within { border-color: #f5a623; box-shadow: 0 0 0 2px rgba(245,166,35,0.12); }
.date-element input {
    border: none !important; text-align: center; padding: 10px 8px !important;
    width: 80px !important; max-width: none !important; font-size: 16px !important;
    font-weight: 500 !important; color: #1a3b5d !important; background: transparent !important;
    outline: none !important; box-shadow: none !important; margin: 0 !important;
    display: inline-block !important; font-family: 'Fira Sans Condensed', sans-serif !important;
}
.date-element input[placeholder="AAAA"] { width: 100px !important; }
.date-element span { color: #a0aebb; font-weight: 400; font-size: 18px; padding: 0 4px; }

/* ========== PLATE NUMBER ========== */
.PlateNumber { width:100%; margin: 0 auto; position: relative; }
.plate-number-wrapper {
    display: flex; align-items: stretch;
    border: 2px solid #2a4b9b; border-radius: 10px; overflow: hidden;
    background: #fff; width: 100%; margin: 0 auto;
}
.plate-flag {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    background: #1e45aa; color: #fff; font-weight: 900; font-size: 14px;
    padding: 0 12px; min-width: 48px; letter-spacing: 0.5px; gap: 2px;
}
.plate-flag .eu-stars { font-size: 9px; letter-spacing: 1px; line-height: 1; }
.plate-number {
    flex: 1; text-transform: uppercase; letter-spacing: 3px;
    font-weight: 700 !important; font-size: 22px !important; text-align: center;
    border: none !important; border-radius: 0 !important; padding: 14px 12px !important;
    max-width: none !important; color: #bbb !important; background: #fff !important;
    outline: none !important; box-shadow: none !important;
}
.plate-number:not(:placeholder-shown) { color: #1a3b5d !important; }
.plate-number:focus { color: #1a3b5d !important; }
.search-btn {
    background: #2a4b9b !important; border-radius: 0 !important;
    width: 48px !important; color: #fff !important; font-size: 16px;
    position: static !important; height: auto !important; top: auto !important; right: auto !important;
}
.search-btn:hover { background: #1a3b5d !important; }

/* ========== CTA BUTTONS ==========
   PLEINE LARGEUR, orange, gros padding */
.btn__continue, .btn__continue--first, .btn-compare, .btn.btn__continue {
    /*background: linear-gradient(135deg, #f5a623, #f7b340) !important;
    border: none !important; color: #fff !important;
    padding: 18px 32px !important; border-radius: 14px !important;
    font-size: 18px !important; font-weight: 600 !important;
    font-family: 'Fira Sans Condensed', sans-serif !important;
    cursor: pointer; text-transform: none !important;
    display: block !important; width: 100% !important; max-width: 680px !important;
    margin: 0 auto !important; text-align: center !important;
    box-shadow: 0 4px 15px rgba(245,166,35,0.35);
    transition: all 0.25s ease;*/
    font-family: sans-serif;
    font-weight: 600;
    padding: 21px;
    font-size: 20px;
    background-color: #ff8e50;
    border-radius: 10px;
    border: 0px;
    color: #fff;
    cursor: pointer;
    width: 50%;
    margin: 30px auto 0;
    display: block;
}
.btn__continue:hover, .btn__continue--first:hover, .btn-compare:hover {
    background: linear-gradient(135deg, #e89a1a, #f5a623) !important;
    transform: translateY(-1px); box-shadow: 0 6px 20px rgba(245,166,35,0.4);
}
.box__btn {
    text-align: center !important; float: none !important;
    padding-top: 16px !important; padding-bottom: 8px !important;
    max-width: 680px; margin: 0 auto;
}
.icon-btn-compare { width: 18px; filter: brightness(0) invert(1); vertical-align: middle; margin-left: 4px; }

/* ========== BACK BUTTON ========== */
.button_prev_step_top, .button_prev_step {
    display: inline-flex !important; align-items: center; gap: 6px;
    padding: 8px 16px; border: 1.5px solid #d6dfe8 !important;
    border-radius: 8px !important; background: #fff !important; color: #1a3b5d !important;
    font-size: 14px !important; font-weight: 600 !important;
    font-family: 'Fira Sans Condensed', sans-serif !important;
    cursor: pointer; margin-bottom: 8px;
}
.button_prev_step_top::before, .button_prev_step::before { content: '‹'; font-size: 20px; font-weight: 700; }
.button_prev_step_top::after { content: 'Retour';}
.button_prev_step_top:hover, .button_prev_step:hover { border-color: #1a3b5d; background: #f0f5f9; }

/* ========== BRAND GRID ========== */
.auto-version__container { max-width: 680px; margin: 0 auto; }
.suggest-with-icons__list {
    display: grid !important; grid-template-columns: repeat(3, 1fr);
    gap: 10px; padding: 0; margin: 0; list-style: none;
}
.suggest-with-icons__item { list-style: none; }
.suggest-with-icons__button {
    display: flex; align-items: center; justify-content: center;
    width: 100%; padding: 14px 10px; border: 1.5px solid #d6dfe8;
    border-radius: 14px; background: #fff; cursor: pointer; min-height: 64px;
}
.suggest-with-icons__button:hover { border-color: #f5a623; background: rgba(245,166,35,0.04); }
.suggest-with-icons__picture { display: flex; align-items: center; justify-content: center; }
.suggest-with-icons__picture img { max-width: 80px; max-height: 40px; object-fit: contain; }
.suggest_autres {
    display: flex !important; align-items: center !important; justify-content: center !important;
    background: #fff !important;
    border: 1.5px solid #d6dfe8 !important;
    border-radius: 7px !important; color: #2a5082 !important;
    font-size: 15px !important; font-weight: 600 !important;
    padding: 18px 16px !important; cursor: pointer;
    font-family: 'Fira Sans Condensed', sans-serif !important;
    min-height: 52px; width: auto;
    text-align: center !important; line-height: 1.3;
    transition: border-color 0.15s, background 0.15s;
}
.suggest_autres.w-100 { width: 100% !important; }
.suggest_autres:hover { border-color: #f5a623 !important; background: rgba(245,166,35,0.04) !important; color: #1a3b5d !important; }

/* Badge promo step 1 */
.step1-promo-badge {
    display: inline-block;
    border: 1.5px dashed #f5a623;
    border-radius: 24px;
    padding: 8px 20px;
    font-size: 14px;
    color: #1a3b5d;
    background: #fff8ef;
    font-family: 'Fira Sans', sans-serif;
    margin-bottom: -52px;
}

/* Erreur rouge visible */
.custom-field-error, .field-error {
    color: #fff !important;
    display: block;
    background: #c9375f !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 6px 16px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    margin-top: 8px !important;
    text-align: center;
 }

/* Tags */
.free-text-with-tags { width: 100%; max-width: 680px; margin: 0 auto 12px; }
.search-input {
    width: 100% !important; max-width: 680px !important;
    padding: 12px 18px !important; border: 1.5px solid #d6dfe8 !important;
    border-radius: 14px !important; font-size: 15px !important;
    margin: 8px auto 0 !important; display: block !important;
    background: #fff; color: #1a3b5d; outline: none;
}
.search-input:focus { border-color: #f5a623 !important; }
.tags-list { display: flex; flex-wrap: wrap; gap: 6px; padding: 0; margin: 0 0 8px; list-style: none; }
.tags-list__item { display: inline-flex; }
.tags-list__button {
    background: #f5a623 !important; color: #fff !important; border: none !important;
    border-radius: 16px !important; padding: 5px 14px !important;
    font-size: 13px !important; font-weight: 600 !important; cursor: pointer;
    font-family: 'Fira Sans Condensed', sans-serif !important;
}
.tags-list__button:hover { background: #e89a1a !important; }
.tags-list__button::after { content: ' ✕'; font-size: 10px; margin-left: 4px; opacity: 0.7; }

/* Suggest / version lists */
.suggest-list {
    list-style: none; padding: 0; margin: 0; max-height: 280px; overflow-y: auto;
    border: 1px solid #d6dfe8; border-radius: 14px;
}
.suggest-list__item { list-style: none; }
.suggest-list__button {
    display: block; width: 100%; text-align: left; padding: 12px 18px;
    border: none; border-bottom: 1px solid #f0f5f9; background: #fff;
    color: #1a3b5d; font-size: 15px; font-weight: 500; cursor: pointer;
    font-family: 'Fira Sans Condensed', sans-serif;
}
.suggest-list__button:hover { background: rgba(245,166,35,0.06); }
.single-choice { max-width: 680px; margin: 0 auto; }
.single-choice.scrollable { max-height: 300px; overflow-y: auto; }
.single-choice__label {
    padding: 14px 18px; border: 1.5px solid #d6dfe8; border-radius: 14px;
    margin-bottom: 8px; background: #fff; cursor: pointer;
}
.single-choice__label:hover { border-color: #f5a623; background: rgba(245,166,35,0.04); }
.single-choice__label .font-weight-bold { color: #1a3b5d; font-size: 15px; }
.single-choice__label div:last-child { color: #5a6d80; font-size: 13px; margin-top: 2px; }

/* Step synthesis */
.step-synthesis { max-width: 680px; margin: 0 auto; }
.user-data-summary {
    display: flex; align-items: center; gap: 14px;
    background: #fff; border: 2px solid #f5a623; border-radius: 14px; padding: 14px 18px;
}
.user-data-summary__illu img { width: 50px; height: 50px; object-fit: contain; }
.label-primary { font-size: 15px; font-weight: 700; color: #1a3b5d; }
.label-secondary { font-size: 13px; color: #5a6d80; margin-top: 2px; }
.reset-step, .user-data-summary__reset-button {
    background: none; border: 1.5px solid #d6dfe8; border-radius: 50%;
    width: 28px; height: 28px; display: flex; align-items: center; justify-content: center;
    cursor: pointer; font-size: 12px; color: #5a6d80;
}

.reset-step:hover { border-color: #ff8e50; color: #ff8e50; }
.user-data-summary__step-buttons {
    margin-left: auto;
    align-self: flex-start;
}
/* Value input € */
.col_input { position: relative; max-width: 680px; margin: 0 auto; }
.col_input-eurosign {
    position: absolute; left: 18px; top: 50%; transform: translateY(-50%);
    color: #5a6d80; font-weight: 600; font-size: 16px; z-index: 2;
}
.col_input input { padding-left: 36px !important; }

/* Range slider */
.range__wrapper { margin-top: 40px !important; max-width: 680px; margin-left: auto; margin-right: auto; }
.rs-container .rs-selected { background-color: #f5a623 !important; border-color: #e89a1a !important; justify-self: center;}
.rs-container .rs-pointer { border-color: #f5a623 !important; }

/* +/- stepper (sinistres, enfants) */
.col_number { max-width: 680px; margin: 0 auto; justify-self: center;}
.col_number .number {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border: 1.5px solid #d6dfe8;
    border-radius: 14px;
    overflow: hidden;
    justify-self: center;
    place-self: anchor-center;
}
.col_number .minus,
.col_number .plus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    min-height: 52px;
    font-size: 24px;
    font-weight: 700;
    color: #f5a623;
    background: #fff;
    border: none;
    cursor: pointer;
    user-select: none;
    transition: background 0.15s;
    padding: 0;
    line-height: 1;
}
.col_number .minus:hover,
.col_number .plus:hover { background: rgba(245,166,35,0.10); }
.col_number input[type="number"],
.col_number input[type="text"] {
    width: 64px;
    text-align: center;
    border: none;
    border-left: 1.5px solid #d6dfe8;
    border-right: 1.5px solid #d6dfe8;
    font-size: 22px;
    font-weight: 700;
    color: #1a3b5d;
    background: #fff;
    padding: 12px 0;
    outline: none;
    -moz-appearance: textfield;
    font-family: 'Fira Sans Condensed', sans-serif;
}
.col_number input[type="number"]::-webkit-outer-spin-button,
.col_number input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* Infobulle */
.info.text-center {
    display: inline-flex; align-items: center; justify-content: center;
    width: 22px; height: 22px; border-radius: 50%; border: 2px solid #2bbcc5;
    color: #2bbcc5; font-size: 13px; font-weight: 700; cursor: pointer;
    vertical-align: middle; margin-left: 6px; font-style: italic;
    font-family: Georgia, serif; background: #fff;
}
.info.text-center::before { content: 'i'; }
.info.text-center:hover { background: #2bbcc5; color: #fff; }
.boxInfobulle {
    background: #fff; border: 1.5px solid #d6dfe8; border-radius: 14px;
    padding: 16px; margin-top: 10px; box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.content_Infobulle { position: relative; }
.content_Infobulle .closebtn {
    position: absolute; top: -4px; right: 0; font-size: 22px;
    color: #5a6d80; cursor: pointer; background: none; border: none;
}
.content_Infobulle p { font-size: 13px; color: #5a6d80; line-height: 1.5; }
.img_Infobulle img { width: 50px; height: auto; margin-right: 10px; float: left; }

/* Errors */
.custom-field-error {
    color: #fff !important; font-size: 12px !important; font-weight: 600 !important;
    background-color: #c9375f !important; padding: 4px 12px !important;
    border-radius: 4px !important; margin-top: 6px;
}


.custom-error-link { color: #ff8e50 !important;
    font-size: 13px;
    cursor: pointer;
    text-decoration: underline;
    display: block;
    justify-self: center;
    margin-top: 13px; }
#je-ne-connais-pas {
    color: #2a4b9b !important;
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
    margin-top: 8px;
}

/* Checkbox */
.divcheckbox, .box_checkbox {
    background: #fff; border: 1.5px solid #d6dfe8; border-radius: 14px;
    padding: 16px 20px; margin: 12px auto; max-width: 680px;
}
.check_input { accent-color: #f5a623; width: 18px; height: 18px; margin-right: 8px; vertical-align: middle; cursor: pointer;}
.check_input + label, .optin { font-size: 13px; color: #5a6d80; line-height: 1.4; vertical-align: middle; }
.optin a { color: #f5a623 !important; }

/* Expert widget */
.expert-widget {
    background: #fff; border-left: 4px solid #f5a623 !important; border-radius: 14px;
    padding: 16px 20px; margin: 0 auto 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); max-width: 680px;
}
.widget-title { font-size: 15px; font-weight: 700; color: #1a3b5d; }
.widget-subtitle { font-size: 12px; color: #5a6d80; margin-top: 2px; }
.phone-button {
    background: #2bbcc5 !important; color: #fff !important; font-size: 15px; font-weight: 700;
    padding: 10px 16px; border-radius: 8px; text-decoration: none;
    display: inline-flex; align-items: center; gap: 6px; box-shadow: none !important;
}
.phone-button:hover { background: #24a6ae !important; color: #fff !important; }

/* Google reviews bottom */
.google-reviews-bottom { text-align: center; margin-top: 10px; }

/* License - HIDDEN */
.div-permis { display: none !important; }

/* Trust */
.trust-container { max-width: 1200px; margin: 40px auto 0; padding: 0 20px; }
.section-title { color: #1a3b5d !important; }
.read-more { color: #f5a623 !important; }
.review-card { border: 1px solid #d6dfe8 !important; border-radius: 15px; }

/* Profil conducteur */
.containerprofilconducteur {
    background: #fff; border-radius: 16px; box-shadow: 0 2px 12px rgba(0,0,0,0.04); padding: 30px 24px;
}
.containerprofilconducteur h1 { color: #1a3b5d !important; }
.profile-card { border: 1.5px solid #d6dfe8 !important; border-radius: 14px !important; }
.profile-card.selected { border-color: #f5a623 !important; animation: none !important; }
.action-btn { background-color: #f5a623 !important; border-radius: 14px !important; }
.action-btn:hover { background-color: #e89a1a !important; }
.action-btn:disabled { background-color: #d6dfe8 !important; }

/* ========== RESPONSIVE ========== */

.header_new.row.pt-2.pb-2 {
    display: flow-root;
    justify-content: space-between;
}



@media (max-width: 768px) {


header .outerContainer, header .header_new {
    padding: 10px 8px !important;
}

  .headerleft{
    width: 50%;
    text-align: left;
}
  .headerright{
    width: 50%;
    text-align: right;
}

  .header_new.row.pt-2.pb-2 {
    display: flex;
}


/*
  .time-indicator{
    position: relative;
    top: 92px;
    right: -59px;
} */

    .versions-select-wrapper {
        margin-top: 50px;
}

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





.btn__continue, .btn__continue--first, .btn-compare, .btn.btn__continue{
    width: 100%;
}

    .outerContainer.formContainer { padding: 0 12px; }
    .c-radio.edit-choice { gap: 8px; }
    .c-radio__btn { padding: 14px 10px !important; font-size: 14px !important; }
    .btn__continue, .btn__continue--first, .btn-compare { font-size: 16px !important; padding: 16px 24px !important; }
    .suggest-with-icons__list { grid-template-columns: repeat(3, 1fr); gap: 8px; }
    header .fonctionnementlink { display: none; }
    .speakerAvatar img { width: 60px; height: 60px; }
}
@media (max-width: 480px) {
    .c-radio.edit-choice:not(.edit-choice--column) { grid-template-columns: 1fr 1fr; }
    .c-radio.edit-choice.edit-choice--column { grid-template-columns: 1fr; }
    .suggest-with-icons__list { grid-template-columns: repeat(2, 1fr); }
}

/* Hide old stuff */
#banner_sidebar_v2, .XXLargeSreen, .bars-pill, .br-theme-bars-pill { display: none !important; }
.platenumberfontsize{font-size: 2rem !important;}

/******************** MY CSS ************************/

.free-text__suggest strong {
    margin-right: 8px;
}

footer {
    clear: both;
    font-size: 12px;
    line-height: 16px;
    color: #777;
}

footer .outerContainer {
    max-width: 960px !important;
}

footer .outerContainer {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1200px;
}

footer dl, footer ol, footer ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

footer li {
    list-style: none;
}

footer .text-center {
    text-align: center !important;
}

footer .pl-2, footer .px-2 {
    padding-left: .5rem !important;
}

footer .pr-2, footer .px-2 {
    padding-right: .5rem !important;
}

footer .pl-2, footer .px-2 {
    padding-left: .5rem !important;
}

footer .pr-2, footer .px-2 {
    padding-right: .5rem !important;
}

footer .pb-2, footer  .py-2 {
    padding-bottom: .5rem !important;
}

footer a {
    text-decoration: none !important;
}

footer .list_group .fab {
    font-size: 22px;
    color: #777;
}


.topfooter h1 {
    color: #1a3b5d !important;
}

.topfooter:first-of-type {
    margin-top: 3rem !important;
    padding: 0.5rem !important;
    color: rgb(42, 80, 130);
}

.topfooter .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.topfooter .row .col-md-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 767px) {
    .topfooter .row .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 10px;
    }
}

.btmfooter {
    font-size: 17px;
    padding-bottom: 50px;
}

.btmfooter a {
    text-decoration: none !important;
    color: #007bff;
    background-color: transparent;
}

ul.ulfooter li a {
    font-size: 17px;
    text-decoration: none !important;
    color: #2a5082 !important;

}

ul.ulfooter {
    margin: 15px auto;
    padding-left: 0;
    text-align: left;
    text-align: center;
    font-size: 12px;
    color: #777;
}

ul.ulfooter li {
    display: inline;
}

footer {
    color: #2a5082 !important;
}

@media (max-width: 480px) {
    .topfooter {
        padding: 10px;
    }
}

.expert-widget {
    background: white;
    border-radius: 16px;
    padding: 24px;
    margin-top: 15px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #ff6b35;
    max-width: 600px;
    margin: 22px auto 0px auto;
}

.expert-widget .widget-title {
    color: #1e293b;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.expert-widget .widget-subtitle {
    color: #64748b;
    font-size: 14px;
    margin-bottom: 4px;
}

@media (max-width: 640px) {
    .expert-widget .widget-content {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
}
.expert-widget .widget-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.expert-widget .features {
    display: flex;
    gap: 16px;
    margin-top: 12px;
    color: #64748b;
    font-size: 12px;
}

.expert-widget .feature {
    display: flex;
    align-items: center;
    gap: 4px;
}

.expert-widget .dot {
    width: 4px;
    height: 4px;
    background: #ff8e50;
    border-radius: 50%;
}

.expert-widget .info-section {
    flex: 1;
}


.expert-widget .phone-section {
    text-align: right;
    flex-shrink: 0;
}

.expert-widget .phone-label {
    color: #64748b;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 4px;
}

.expert-widget .phone-button {
    background: #ff8e50;
    color: white;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 8px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(157, 255, 53, 0.2);
}

@media (max-width: 640px) {
    .expert-widget .phone-section,  .expert-widget .phone-label {
        text-align: center;
    }

    .button_prev_step_top::after {
        margin-top: 3px;
    }
}

.col_input {width: 100%;}
.col_input input {border-radius: 7px !important;}
