.elementor-1609 .elementor-element.elementor-element-c8dc06a{--display:flex;--min-height:69px;--justify-content:flex-end;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1609 .elementor-element.elementor-element-cee9985{--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;--padding-top:69px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1609 .elementor-element.elementor-element-d882202{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:11px;--padding-bottom:11px;--padding-left:11px;--padding-right:-5px;}.elementor-1609 .elementor-element.elementor-element-d882202.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1609 .elementor-element.elementor-element-194e379{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;}.elementor-1609 .elementor-element.elementor-element-657e6a5{--spacer-size:50px;}.elementor-1609 .elementor-element.elementor-element-c5ec555{width:var( --container-widget-width, 98.703% );max-width:98.703%;padding:0px 6px 0px 0px;--container-widget-width:98.703%;--container-widget-flex-grow:0;}.elementor-1609 .elementor-element.elementor-element-c5ec555.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1609 .elementor-element.elementor-element-185a34d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1609 .elementor-element.elementor-element-185a34d.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1609 .elementor-element.elementor-element-f0a0884{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:44px;--padding-bottom:44px;--padding-left:44px;--padding-right:44px;}.elementor-1609 .elementor-element.elementor-element-f0a0884:not(.elementor-motion-effects-element-type-background), .elementor-1609 .elementor-element.elementor-element-f0a0884 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFF3F3;}body.elementor-page-1609:not(.elementor-motion-effects-element-type-background), body.elementor-page-1609 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}@media(min-width:768px){.elementor-1609 .elementor-element.elementor-element-d882202{--width:100%;}.elementor-1609 .elementor-element.elementor-element-185a34d{--width:99.791%;}}/* ===== RESET & BASE ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.5;
}

/* ===== CONTENEUR DE RECHERCHE ===== */
.search-container {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    max-width: 600px;
    margin: 40px auto;
}

.search-title {
    color: #333;
    font-size: 1.8rem;
    margin-bottom: 15px;
    font-weight: 700;
    text-align: center;
}

.search-subtitle {
    color: #666;
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.8rem;
}

/* ===== FORMULAIRE DE RECHERCHE ===== */
.search-form {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.postal-input {
    flex: 1;
    min-width: 200px;
    padding: 18px;
    font-size: 18px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    outline: none;
    transition: border-color 0.3s;
}

.postal-input:focus {
    border-color: #107ACA;
}

.search-button {
    padding: 18px 40px;
    color: white;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 18px;
    white-space: nowrap;
    transition: all 0.3s;
}

.search-button-disabled {
    background: #ccc;
    cursor: not-allowed;
}

.search-button-active {
    background: #107ACA;
    cursor: pointer;
}

.search-button-active:hover {
    background: #0d5fa3;
}

.search-features {
    color: #999;
    font-size: 1.85rem;
    text-align: center;
}

/* ===== CONTENEUR RÉSULTATS ===== */
.results-container {
    max-width: 900px;
    margin: 30px auto;
    padding: 0 20px;
}

.results-hidden {
    display: none;
}

/* ===== CARTE CENTRE ===== */
.center-card {
    background: linear-gradient(135deg, #107ACA 0%, #0d5fa3 100%);
    padding: 35px;
    border-radius: 16px;
    margin-bottom: 30px;
    color: white;
    box-shadow: 0 10px 30px rgba(16, 122, 202, 0.3);
}

.center-name {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.center-info {
    margin-bottom: 20px;
}

.center-address {
    margin-bottom: 8px;
}

.center-distance {
    font-size: 1.8rem;
}

.center-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.center-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: white;
    color: #107ACA;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
    transition: transform 0.2s;
}

.center-button:hover {
    transform: translateY(-2px);
}

.center-button-phone {
    background: rgba(255, 255, 255, 0.95);
}

/* ===== SECTION ORL ===== */
.orl-section {
    background: white;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.orl-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #333;
}

/* ===== CARTES ORL ===== */
.orl-card {
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    background: #fafafa;
    margin-bottom: 15px;
}

.orl-name {
    font-weight: 700;
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 5px;
}

.orl-address {
    color: #666;
    font-size: 1.5rem;
    margin-bottom: 12px;
}

.orl-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.orl-button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.35rem;
    font-weight: 700;
    transition: transform 0.2s;
}

.orl-button:hover {
    transform: translateY(-1px);
}

.orl-button-phone {
    background: #eefF50;
    color: white;
}

.orl-button-doctolib {
    background: #107ACA;
    color: white;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 640px) {
    .search-container {
        padding: 30px 20px;
    }
    
    .search-title {
        font-size: 1.5rem;
    }
    
    .search-subtitle {
        font-size: 1rem;
    }
    
    .search-form {
        flex-direction: column;
    }
    
    .postal-input {
        min-width: 100%;
    }
    
    .search-button {
        width: 100%;
    }
    
    .center-name {
        font-size: 1.8rem;
    }
    
    .center-card {
        padding: 25px;
    }
    
    .center-actions {
        flex-direction: column;
    }
    
    .center-button {
        width: 100%;
        justify-content: center;
    }
    
    .orl-section {
        padding: 25px;
    }
    
    .orl-title {
        font-size: 1.3rem;
    }
    
    .orl-actions {
        flex-direction: column;
    }
    
    .orl-button {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .search-container {
        margin: 20px auto;
        padding: 20px 15px;
    }
    
    .search-title {
        font-size: 1.3rem;
    }
    
    .postal-input,
    .search-button {
        font-size: 16px;
        padding: 15px;
    }
    
    .center-name {
        font-size: 1.5rem;
    }
    
    .center-card {
        padding: 20px;
    }
    
    .orl-card {
        padding: 15px;
    }
}