.contact-hero{
    color:#fff;
    padding:120px 0 90px;
    text-align:center;
    background:
        url('https://images.unsplash.com/photo-1509391366360-2e959784a276?auto=format&fit=crop&w=1920&q=80')
        center/cover no-repeat;
}
/* overlay bleu SHW */
.about-overlay-contact{
    position:absolute;

    background:
        linear-gradient(
            135deg,
            rgba(7,27,52,.92),
            rgba(7,27,52,.65)
        );
}
.contact-hero h1{
        font-size:60px;
        font-weight:800;
        color:#ffffff;
        margin:20px 0;
}

.contact-hero p{
    max-width:700px;
    margin:auto;
    color:#ffffff;
    line-height:1.9;
}


.contact-info-section{
    margin-top:100px;
    position:relative;
    z-index:10;
}

.contact-info-card{
    background:#fff;
    padding:35px;
    border-radius:25px;
    text-align:center;
    height:100%;

    box-shadow:
    0 20px 50px rgba(15,23,42,.05);

    transition:.4s;
}

.contact-info-card:hover{
    transform:translateY(-10px);
}

.contact-info-card .icon{
    width:80px;
    height:80px;
    margin:auto;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(
        135deg,
        #2DC7FF,
        #0095D9
    );

    color:#fff;
    font-size:28px;

    margin-bottom:25px;
}

.contact-info-card h4{
    font-weight:700;
    color:#071B34;
    margin-bottom:15px;
}

.contact-section{
    padding:100px 0;
}

.contact-form-box{
    background:#fff;

    padding:50px;

    border-radius:35px;

    box-shadow:
    0 25px 70px rgba(15,23,42,.06);
}

.form-heading span{
    color:#2DC7FF;
    font-weight:700;
}

.form-heading h2{
    font-size:40px;
    font-weight:800;
    color:#071B34;
    margin:15px 0 35px;
}

.form-control{
    border:none;

    background:#f7fbff;

    border-radius:18px;

    padding:18px 22px;

    font-size:15px;
}

.form-control:focus{
    box-shadow:none;

    background:#eef9ff;
}

textarea.form-control{
    resize:none;
}

.btn-contact{
    border:none;

    padding:18px 35px;

    border-radius:60px;

    background:linear-gradient(
        135deg,
        #2DC7FF,
        #0095D9
    );

    color:#fff;

    font-weight:700;

    display:inline-flex;
    align-items:center;
    gap:12px;

    transition:.4s;
}

.btn-contact:hover{
    transform:translateY(-5px);
}

.contact-image{
    position:relative;
}

.contact-image img{
    width:100%;
    height:700px;

    object-fit:cover;

    border-radius:35px;
}

.contact-floating-card{
    position:absolute;

    left:30px;
    bottom:30px;

    background:#fff;

    padding:25px;

    border-radius:20px;

    box-shadow:
    0 15px 40px rgba(0,0,0,.12);
}

.contact-floating-card h4{
    margin-bottom:8px;
    color:#071B34;
    font-weight:800;
}

.map-section{
    padding:0 0 120px;
}

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

.section-title-center h2{
    font-size:48px;
    font-weight:800;
    color:#071B34;
    margin:20px 0;
}

.section-title-center p{
    max-width:750px;
    margin:auto;
    color:#64748b;
    line-height:1.9;
}

.map-wrapper{

    overflow:hidden;

    border-radius:35px;

    box-shadow:
    0 30px 80px rgba(15,23,42,.08);

    border:8px solid #fff;
}

.map-wrapper iframe{

    width:100%;

    height:550px;

    border:none;

    display:block;
}

.map-wrapper{
    position:relative;
}

.map-contact-card{

    position:absolute;

    top:40px;
    left:40px;

    background:white;

    padding:30px;

    border-radius:25px;

    min-width:320px;

    box-shadow:
    0 20px 60px rgba(0,0,0,.12);
}

.map-contact-card h4{
    color:#071B34;
    font-weight:800;
    margin-bottom:15px;
}

.map-contact-card p{
    margin-bottom:10px;
    color:#64748b;
}