/*
Theme Name: Oganom
Theme URI:  https://www.wpserveur.net
Author:     WPServeur
Author URI: https://www.wpserveur.net
Template:   astra
Version:    1.0
License:    GNU General Public License v2 or later
*/

/* PERSONNALISATION MODULE ACCESSIBILITE */

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    background-color: rgba(0, 0, 0,0.0) !important;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    box-shadow: 0 0 0px 0 rgb(0 0 0 / 0%) !important;
}

body {
    background-color: #282828 !important;
}

/* CUSTOM FORMULAIRE ANCIEN */

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    color: #CEAA5B !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-sublabel {
    color: #FFFFFF !important;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background-color: #FFFFFF !important;
	color: #CEAA5B !important;
	border: none !important;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
	background-color: #CEAA5B !important;
	color: #FFFFFF !important;
	border: none !important;
}


/* CUSTOM FORMULAIRE FLUENT */

form.fluent_form_3 .ff-btn-submit {
    background-color: #ceaa5b !important;
}


