.G3-body.joomla.chronoforms.manager.index + h3 {
    display: none !important;
}
/* FORMULAIRE PRIVATISATION PLANET CAVIAR */

.G3-body.joomla.chronoforms.manager.index {
    max-width: 1200px;
    margin: 0 auto;
}

.G3-body.joomla.chronoforms.manager.index label {
    font-size: 15px;
    font-weight: 400;
    color: #11183f;
    margin-bottom: 8px;
}

.G3-body.joomla.chronoforms.manager.index input,
.G3-body.joomla.chronoforms.manager.index select,
.G3-body.joomla.chronoforms.manager.index textarea {
    width: 100%;
    border: 1px solid #e5e5e5 !important;
    background: #ffffff;
    color: #11183f;
    padding: 14px 16px;
    min-height: 48px;
    font-size: 15px;
    border-radius: 0;
    box-shadow: none !important;
    transition: border-color 0.25s ease;
}

.G3-body.joomla.chronoforms.manager.index input:focus,
.G3-body.joomla.chronoforms.manager.index select:focus,
.G3-body.joomla.chronoforms.manager.index textarea:focus {
    border-color: #0c2d5a !important;
    outline: none;
}

.G3-body.joomla.chronoforms.manager.index textarea {
    min-height: 150px;
    resize: vertical;
}

.G3-body.joomla.chronoforms.manager.index button,
.G3-body.joomla.chronoforms.manager.index input[type="submit"] {
    background: #0c2d5a !important;
    color: #ffffff !important;
    border: 1px solid #0c2d5a !important;
    padding: 14px 28px !important;
    min-height: auto;
    width: auto;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.25s ease;
}

.G3-body.joomla.chronoforms.manager.index button:hover,
.G3-body.joomla.chronoforms.manager.index input[type="submit"]:hover {
    background: transparent !important;
    color: #0c2d5a !important;
}

.G3-body.joomla.chronoforms.manager.index .required,
.G3-body.joomla.chronoforms.manager.index label span {
    color: #b28a3b;
}
.G3-body.joomla.chronoforms.manager.index + h3,
.G3-body.joomla.chronoforms.manager.index h3 {
    display: none !important;
}
.G3-body.joomla.chronoforms.index + h3 {
    display: none !important;
}
/* Champ message moins haut */
textarea[name="message"] {
    min-height: 110px !important;
    height: 110px !important;
}

button[type="submit"]:hover {
    background: transparent !important;
    color: #070615 !important;
}
/* Masquer le crédit ChronoForms */
.G3-body.joomla.chronoforms.index + h3 {
    display: none !important;
}

/* Espacement avant le formulaire */
.G3-body.joomla.chronoforms.index {
    margin-top: 25px;
}

/* Champ "Votre message" moins haut */
textarea[name="message"] {
    min-height: 110px !important;
    height: 110px !important;
}

/* Bouton "Demander un devis" */
button[type="submit"] {
    display: block;
    margin: 20px auto 0 !important;
    background: #11194f !important;
    color: #ffffff !important;
    border: 1px solid #11194f !important;
    padding: 12px 28px !important;
    font-size: 15px !important;
    border-radius: 0 !important;
    cursor: pointer;
}

/* Bouton au survol */
button[type="submit"]:hover {
    background: transparent !important;
    color: #11194f !important;
}