/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

/*
COULEURS :
or : b7902e

*/

/* GENERAL */
.lienIzii:hover {
	color: #60ca69 !important;
}

h1::first-letter,
h2::first-letter,
h3::first-letter,
h4::first-letter,
.firstLetter
{
	color: #b7902e !important;
	font-size: 1.4em !important;
}

.dore,
.coloredLink a:hover {
	color: #b7902e !important;
}

.noUnderline, .noUnderline a {
	text-decoration: none !important;
}

/* FORMULAIRE */
input.wpcf7-text, input.wpcf7-date, input.wpcf7-number {
    border: none;
    border-bottom: 1px solid #aaa;
    margin-bottom: 30px;
}

.wpcf7-text::placeholder, .wpcf7-textarea::placeholder, .wpcf7-date::placeholder, .wpcf7-number::placeholder {
    color: #aaa !important;
}
.wpcf7-text, .wpcf7-date, .wpcf7-number, .wpcf7-submit {
    width: 100%;
}

textarea.wpcf7-form-control {
    border: 1px solid #aaa;
    height: 100px;
    margin-bottom: 15px;
}

.labelNoir {
	color: #333;
}

.wpcf7-submit {
    margin-top: 30px !important;
}

input.wpcf7-not-valid, textarea.wpcf7-not-valid {
    background: rgb(255 0 0 / 5%) !important;
}

span.wpcf7-not-valid-tip {
    margin-top: -20px;
}

/* FOOTER */
.footerOpenSans{
    font-family: 'Open sans';
    font-size: 16px;
}

/* COOKIES */
#cookie-notice a {
    border-radius: 0px !important;
}