
.hero-card {
    margin-top: 0;
    padding-top: 0;
}

header {
    margin-bottom: 0;
    padding-bottom: 0;
}



.hero-card form {
    margin-top: 0;
}

.hero-card h2 {
    margin-top: 0;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:Arial, sans-serif;
    background:#ffffff;
    color:#333;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

header{
    background:#ffffff;
    padding:20px 0;
    box-shadow:0 2px 10px rgba(0,0,0,0.08);
}

header .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.logo h1{
    color:#0057D9;
    font-size:36px;
}

.logo span{
    color:#555;
    font-size:14px;
}

nav ul{
    display:flex;
    list-style:none;
}

nav ul li{
    margin-left:25px;
}

nav ul li a{
    text-decoration:none;
    color:#003A8C;
    font-weight:bold;
}

.hero{
    background:linear-gradient(135deg,#003A8C,#0057D9);
    color:white;
    padding:100px 0;
}

.hero-content{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.hero-text{
    width:50%;
}

.hero-text h2{
    font-size:48px;
    margin-bottom:20px;
}

.hero-text p{
    font-size:18px;
    margin-bottom:30px;
}

.btn-primary{
    background:white;
    color:#0057D9;
    padding:12px 25px;
    text-decoration:none;
    border-radius:6px;
    margin-right:10px;
    font-weight:bold;
}

.btn-secondary{
    border:2px solid white;
    color:white;
    padding:12px 25px;
    text-decoration:none;
    border-radius:6px;
}

.hero-image img{
    max-width:500px;
}

.services{
    padding:80px 0;
}

.services h2{
    text-align:center;
    margin-bottom:40px;
}

.service-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
}

.card{
    background:white;
    padding:25px;
    border-radius:12px;
    box-shadow:0 4px 15px rgba(0,0,0,0.08);
}

.about{
    background:#F5F8FC;
    padding:80px 0;
}

.features{
    display:flex;
    gap:30px;
    margin-top:40px;
}

.presentation{
    padding:80px 0;
    text-align:center;
}

footer{
    background:#003A8C;
    color:white;
    text-align:center;
    padding:40px 0;
}

.logo img{
    height:80px;
    width:auto;
}

.page-banner{
    background:linear-gradient(135deg,#003A8C,#0057D9);
    color:white;
    text-align:center;
    padding:80px 20px;
}

.offers{
    padding:80px 0;
    background:#f8fbff;
}

.offer-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:30px;
}

.offer-card{
    background:white;
    border-radius:15px;
    padding:35px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    position:relative;
    transition:0.3s;
}

.offer-card:hover{
    transform:translateY(-8px);
}

.featured{
    border:3px solid #0057D9;
}

.badge{
    position:absolute;
    top:-12px;
    right:20px;
    background:#0057D9;
    color:white;
    padding:6px 12px;
    border-radius:20px;
    font-size:12px;
}

.price{
    font-size:42px;
    font-weight:bold;
    color:#0057D9;
    margin:25px 0;
}

.price span{
    font-size:18px;
}

.offer-card ul{
    list-style:none;
    margin:25px 0;
    text-align:left;
}

.offer-card ul li{
    padding:8px 0;
}

.btn-order{
    display:inline-block;
    background:#0057D9;
    color:white;
    padding:12px 25px;
    border-radius:8px;
    text-decoration:none;
    font-weight:bold;
}

.btn-order:hover{
    background:#003A8C;
}

.offer-hero{
    background:linear-gradient(135deg,#003A8C,#0057D9);
    color:white;
    text-align:center;
    padding:100px 20px;
}

.offer-price{
    font-size:48px;
    font-weight:bold;
    margin:30px 0;
}

.offer-details{
    padding:80px 0;
}

.detail-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
}

.detail-card{
    background:#fff;
    border-radius:12px;
    padding:25px;
    text-align:center;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
}

.offer-description,
.offer-features{
    padding:80px 0;
}

.offer-features ul{
    list-style:none;
    line-height:2;
}

.offer-cta{
    background:#F5F8FC;
    text-align:center;
    padding:80px 20px;
}
.page-hero{
    background-image:url('../images/serveurs-dedies-banner.png');
    background-size:cover;
    background-position:center;
    min-height:500px;

    display:flex;
    align-items:center;
}

.hero-overlay{
    max-width:1200px;
    margin:auto;
    color:white;
    padding:50px;
}

.hero-overlay h1{
    font-size:60px;
    margin-bottom:20px;
}

.hero-overlay p{
    font-size:24px;
}


.site-header{
    background:#ffffff;
    position:sticky;
    top:0;
    z-index:1000;
    box-shadow:0 2px 15px rgba(0,0,0,0.08);
}

.header-container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px 0;
}

.logo img{
    height:90px;
    width:auto;
}


.logo{
    margin-left:-40px;
}
.main-nav ul{
    display:flex;
    list-style:none;
    gap:25px;
    align-items:center;
}

.main-nav a{
    text-decoration:none;
    color:#003A8C;
    font-weight:600;
    transition:0.3s;
}

.main-nav a:hover{
    color:#0057D9;
}

.contact-btn{
    background:#0057D9;
    color:white !important;
    padding:10px 20px;
    border-radius:8px;
}

.contact-btn:hover{
    background:#003A8C;
}

.site-footer{
    background:#003A8C;
    color:white;
    margin-top:80px;
}

.footer-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr;
    gap:40px;
    padding:60px 0;
}

.site-footer h3,
.site-footer h4{
    margin-bottom:15px;
}

.site-footer ul{
    list-style:none;
}

.site-footer li{
    margin-bottom:10px;
}

.site-footer a{
    color:white;
    text-decoration:none;
}

.site-footer a:hover{
    text-decoration:underline;
}

.copyright{
    text-align:center;
    padding:20px;
    border-top:1px solid rgba(255,255,255,0.2);
}

.hero-image{
    width:100%;
    margin:0;
    padding:0;
}

.hero-image img{
    width:100%;
    display:block;
}

.carousel{
    max-width:700px;
    margin:40px auto;
}

.services-slider{
    text-align:center;
    margin:50px 0;
}

.services-slider{
    width:100%;
    margin:0;
    padding:0;
}

.services-slider img{
    width:100%;
    height:auto;
    display:block;
    max-width:none;
}
    width:100%;
    max-width:700px;
    border-radius:15px;
    box-shadow:0 5px 15px rgba(0,0,0,0.10);
}

.services-slider{
    text-align:center;
    margin:50px 0;
    background:#FFFFFF;
}

.services-slider img{
    background:#FFFFFF;
}

.services-slider{
    text-align:center;
    margin:50px 0;
}

.services-slider img{
    max-width:700px;
    width:100%;
    background:#FFFFFF;
    padding:10px;
    border-radius:15px;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
}

.services-slider{
    width:100%;
    margin:0;
    padding:0;
}

.services-slider img{
    width:100%;
    height:auto;
    display:block;
}
.services-slider{
    width:100%;
    margin:0;
    padding:0;
}

.services-slider img{
    width:100%;
    max-width:none;
    height:auto;
    display:block;
}


.logo img{
    height:200px;
    width:auto;
}

.logo{
    position:relative;
    left:-80px;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-contact {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin: 15px 0;
    font-size: 0.95rem;
}

.footer-contact i {
    margin-right: 6px;
}

/* =========================
   CONTACT HIT
========================= */

.contact-section{
    padding:80px 0;
    background:#f8fbff;
}

.contact-form{
    max-width:800px;
    margin:0 auto;
    background:#fff;
    padding:40px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.contact-form h2{
    text-align:center;
    margin-bottom:30px;
    color:#003A8C;
}

.form-group{
    margin-bottom:20px;
}

.form-group label{
    display:block;
    margin-bottom:8px;
    font-weight:bold;
}

.form-group input,
.form-group textarea{
    width:100%;
    padding:12px;
    border:1px solid #ddd;
    border-radius:8px;
    font-size:16px;
}

.form-group textarea{
    min-height:180px;
    resize:vertical;
}

.contact-form button{
    background:#0057D9;
    color:#fff;
    border:none;
    padding:14px 30px;
    border-radius:8px;
    font-size:16px;
    font-weight:bold;
    cursor:pointer;
}

.contact-form button:hover{
    background:#003A8C;
}

.success-message{
    background:#d4edda;
    color:#155724;
    padding:15px;
    border-radius:8px;
    margin-bottom:20px;
    text-align:center;
}

/* =========================
   FORMULAIRE ADHESION
========================= */

.section{
    padding:80px 20px;
}

.section-inner{
    max-width:1200px;
    margin:0 auto;
}

.hero-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

.hero-card{
    background:#fff;
    padding:40px;
    border-radius:16px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.section-kicker{
    color:#0057D9;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:15px;
}

.section-subtitle{
    font-size:18px;
    line-height:1.7;
    color:#555;
    margin-top:20px;
}

.hero-metrics{
    list-style:none;
}

.hero-metrics li{
    margin-bottom:12px;
    font-weight:600;
}

.hero-card form{
    width:100%;
}

.hero-card .form-group{
    margin-bottom:20px;
}

.hero-card label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
}

.hero-card input,
.hero-card select,
.hero-card textarea{
    width:100%;
    padding:14px;
    border:1px solid #d9d9d9;
    border-radius:10px;
    font-size:15px;
}

.hero-card textarea{
    resize:vertical;
}

.hero-card button{
    width:100%;
    border:none;
    cursor:pointer;
}

.cards-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:50px;
}

.card-icon{
    font-size:40px;
    color:#0057D9;
    margin-bottom:20px;
}

@media (max-width:900px){

    .hero-grid{
        grid-template-columns:1fr;
    }

    .cards-grid{
        grid-template-columns:1fr;
    }

}

/* ===================================
   PAGE ADHESION HVSR
=================================== */

.section{
    padding:80px 20px;
}

.section-inner{
    max-width:1200px;
    margin:0 auto;
}

.hero-grid{
    display:grid;
    grid-template-columns:1.2fr 0.8fr;
    gap:60px;
    align-items:center;
}

.hero-card{
    background:#ffffff;
    padding:40px;
    border-radius:16px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.hero-card h2{
    color:#003A8C;
}

.section-kicker{
    color:#0057D9;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:15px;
}

.section-subtitle{
    margin-top:20px;
    color:#666;
    line-height:1.7;
}

.hero-metrics{
    list-style:none;
    margin-top:25px;
}

.hero-metrics li{
    margin-bottom:12px;
    font-weight:600;
    color:#333;
}

.hero-card .form-group{
    margin-bottom:20px;
}

.hero-card label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
    color:#333;
}

.hero-card input,
.hero-card select,
.hero-card textarea{
    width:100%;
    padding:14px 16px;
    border:1px solid #d9d9d9;
    border-radius:10px;
    font-size:15px;
    transition:0.3s;
}

.hero-card input:focus,
.hero-card select:focus,
.hero-card textarea:focus{
    outline:none;
    border-color:#0057D9;
    box-shadow:0 0 0 3px rgba(0,87,217,0.15);
}

.hero-card textarea{
    resize:vertical;
}

.hero-card button{
    width:100%;
    background:#0057D9;
    color:#fff;
    border:none;
    padding:15px;
    border-radius:10px;
    font-size:16px;
    font-weight:bold;
    cursor:pointer;
    transition:0.3s;
}

.hero-card button:hover{
    background:#003A8C;
}

.cards-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:50px;
}

.card-icon{
    font-size:42px;
    color:#0057D9;
    margin-bottom:20px;
}

.section-header{
    text-align:center;
    margin-bottom:50px;
}

.section-header h2{
    margin-top:10px;
}

@media(max-width:900px){

    .hero-grid{
        grid-template-columns:1fr;
    }

    .cards-grid{
        grid-template-columns:1fr;
    }

    .hero-card{
        padding:25px;
    }

}/* Reset général */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    background: #fff;
}

/* Header */
.site-header {
    background: #ffffff;
    padding: 20px 0;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

/* Hero card */
.hero-card {
    background: #fff;
    margin: 0;        /* supprime toute marge */
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.hero-card h2 {
    margin-top: 0;
}
.hero-card form {
    margin-top: 0;
}

.hero-card {
    max-width: 800px;
    margin: 40px auto; /* <-- CENTRE + espace haut */
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}


.hero-card {
    max-width: 800px;      /* largeur max de la carte */
    margin: 40px auto;     /* centre horizontalement et espace en haut */
    padding: 40px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.hero-card form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.hero-card .form-group {
    display: flex;
    flex-direction: column;
}

.hero-card input,
.hero-card select,
.hero-card textarea {
    width: 100%;
    display: block;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

