/*
======================================
OPALE DIGITAL
CUSTOM.CSS
Compatible Hello Elementor
======================================
*/

/* VARIABLES */

:root{

    --opale-primary:#1338B8;
    --opale-secondary:#D8B27A;
    --opale-text:#4A4A4A;
    --opale-white:#FFFFFF;

}

/* TYPOGRAPHIE */

body{

    font-family:'Poppins',sans-serif;
    color:var(--opale-text);

}

h1,h2,h3,h4,h5,h6{

    font-family:'Playfair Display',serif;
    color:var(--opale-primary);

}

/* HEADER */

#site-header{

    transition:.35s ease;
    z-index:9999;

}

#site-header.opale-sticky{

    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#fff;
    box-shadow:0 8px 25px rgba(0,0,0,.08);

}

.site-logo img,
.custom-logo{

    max-height:70px;
    width:auto;

}

/* BOUTONS */

.opale-btn{

    background:var(--opale-secondary);
    color:#fff;
    border-radius:12px;
    padding:14px 28px;
    transition:.3s;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    gap:10px;

}

.opale-btn:hover{

    background:var(--opale-primary);
    color:#fff;
    transform:translateY(-2px);

}

/* CARTES */

.opale-card{

    transition:.3s;
    border-radius:18px;
    overflow:hidden;

}

.opale-card:hover{

    transform:translateY(-6px);
    box-shadow:0 20px 35px rgba(0,0,0,.12);

}

/* TELEPHONE */

.opale-phone{

    position:fixed;
    right:20px;
    bottom:20px;
    width:60px;
    height:60px;
    border-radius:50%;
    background:var(--opale-primary);
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:24px;
    z-index:9999;
    text-decoration:none;
    box-shadow:0 10px 25px rgba(0,0,0,.20);
    transition:.3s;

}

.opale-phone:hover{

    background:var(--opale-secondary);
    color:#fff;

}

/* RETOUR HAUT */

.opale-top{

    position:fixed;
    right:20px;
    bottom:95px;
    width:52px;
    height:52px;
    border-radius:50%;
    background:var(--opale-secondary);
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
    opacity:0;
    visibility:hidden;
    transition:.3s;
    z-index:9998;

}

.opale-top.show{

    opacity:1;
    visibility:visible;

}

.opale-top:hover{

    background:var(--opale-primary);

}

/* FOOTER PERSONNALISE */

.opale-footer{

    background:var(--opale-primary);
    color:#fff;

}

.opale-footer h2,
.opale-footer h3,
.opale-footer h4{

    color:#fff;

}

.opale-footer p,
.opale-footer a{

    color:#fff;

}

.opale-footer a:hover{

    color:var(--opale-secondary);

}

/* RESPONSIVE */

@media(max-width:768px){

    .opale-phone{

        width:52px;
        height:52px;
        font-size:22px;

    }

    .opale-top{

        width:48px;
        height:48px;
        bottom:80px;

    }

}

/* ======================================================
   OPALE DIGITAL - CONTACT FORM 7 PREMIUM
====================================================== */

.opale-form{
    background:#ffffff;
    padding:50px;
    border-radius:25px;
    box-shadow:0 25px 60px rgba(0,0,0,.08);
    max-width:1000px;
    margin:auto;
}

.opale-form h2{
    font-family:'Playfair Display',serif;
    color:#233E8B;
    font-size:42px;
    margin-bottom:10px;
}

.opale-form h3{
    font-family:'Playfair Display',serif;
    color:#233E8B;
    font-size:28px;
    margin:45px 0 20px;
}

.opale-intro{
    color:#666;
    margin-bottom:40px;
    font-size:17px;
    line-height:1.8;
}

.opale-row{
    display:flex;
    gap:25px;
    margin-bottom:25px;
}

.opale-col{
    flex:1;
}

.opale-form label{
    display:block;
    font-weight:600;
    color:#233E8B;
    margin-bottom:8px;
    font-family:Poppins,sans-serif;
}

.opale-form input[type=text],
.opale-form input[type=email],
.opale-form input[type=tel],
.opale-form textarea,
.opale-form select{

    width:100%;
    padding:16px 18px;
    border:2px solid #EEF2F8;
    border-radius:14px;
    background:#F8FAFD;
    transition:.30s;
    font-size:16px;
    box-sizing:border-box;

}

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

.opale-form input:focus,
.opale-form textarea:focus,
.opale-form select:focus{

    border-color:#5B4DFF;
    background:#ffffff;
    box-shadow:0 0 0 5px rgba(91,77,255,.12);
    outline:none;

}

.opale-form select{

    cursor:pointer;

}

.wpcf7-list-item{

    margin-right:20px;

}

.wpcf7-list-item label{

    display:flex;
    align-items:center;
    gap:8px;
    font-weight:500;
    color:#444;

}

.opale-form hr{

    border:none;
    border-top:1px solid #ECECEC;
    margin:50px 0;

}

/* RGPD */

.wpcf7-acceptance{

    display:block;
    margin-top:30px;

}

.wpcf7-acceptance label{

    color:#666;
    font-size:15px;
    line-height:1.6;

}

/* Bouton */

.opale-form .wpcf7-submit{

    width:100%;
    padding:20px;
    margin-top:35px;
    border:none;
    border-radius:15px;
    background:linear-gradient(135deg,#D8B27A,#C49A5A);
    color:#fff;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
    transition:.35s;
    letter-spacing:.4px;
    box-shadow:0 18px 35px rgba(216,178,122,.35);

}

.opale-form .wpcf7-submit:hover{

    background:linear-gradient(135deg,#233E8B,#5B4DFF);
    transform:translateY(-4px);
    box-shadow:0 20px 40px rgba(35,62,139,.30);

}

/* Messages */

.wpcf7-response-output{

    border-radius:15px !important;
    padding:15px !important;
    margin-top:30px !important;

}

/* Placeholder */

::placeholder{

    color:#999;

}

/* Responsive */

@media(max-width:768px){

.opale-form{

padding:30px 20px;

}

.opale-row{

display:block;

}

.opale-col{

margin-bottom:20px;

}

.opale-form h2{

font-size:32px;

}

.opale-form h3{

font-size:24px;

}

}