/* ===========================================
   CONTACT ICONS
   =========================================== */
.projective-contact-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    color: #E9C46A;
}

.projective-contact-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.projective-contact-infos-section {
    position: sticky;
    top: 120px;
    align-self: flex-start;
}

/* Comme WP Forms n'offre pas assez d'options de customization, on doit ajouter des styles manuellement */
/* Style champs formulaire */
.projective-contact-form-wrapper input:not([type=submit]):not([type=button]):not([type=image]),
.projective-contact-form-wrapper select,
.projective-contact-form-wrapper textarea {
    border-radius: 0 !important;
    font-weight: 300 !important;
}

.projective-contact-form-wrapper input:not([type=submit]):not([type=button]):not([type=image]):focus,
.projective-contact-form-wrapper select:focus,
.projective-contact-form-wrapper textarea:focus {
    border-color: #006D77 !important;
    box-shadow: 0 0 0 4px rgba(0, 109, 119, 0.1) !important;
    outline: none;
}

.projective-contact-form-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23333%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M6%209l6%206%206-6%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    padding-right: 45px !important;
}

.projective-contact-form-wrapper textarea {
    min-height: 140px !important;
    resize: vertical;
}

/* Style bouton submit */
.projective-contact-form-wrapper .wpforms-submit-container button[type=submit] {
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2) !important;
    padding: 18px 50px !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    border-radius: 0 !important;
    text-transform: uppercase !important;
    background-color: #E9C46A !important;
    line-height: 1.2em !important;
    height: auto !important;
}

.projective-contact-form-wrapper .wpforms-submit-container button[type=submit]:hover {
    color: #004952 !important;
    transform: translateY(-2px);
    background-image: none !important;
    background-color: #D4AF37 !important;
}