/*
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
*/

.lienIzii:hover {
	color: #60ca69 !important;
}

.noUnderline a {
    text-decoration: none !important;
}

.coloredLink a:hover {
    color: red !important;
}

/* COMPLIANZ */
.cmplz-cookiebanner {
    font-family: open sans !important;
}

/* WPML */
img.wpml-ls-flag {
    height: 22px;
}

/* FORMULAIRE */
input.wpcf7-not-valid, textarea.wpcf7-not-valid {
    background: rgb(255 0 0 / 5%) !important;
}

span.wpcf7-not-valid-tip {
    margin-top: -20px;
}

/* PORTFOLIO */
div#portfolio-single-related {
    margin-top: 50px;
}

/* PORTFOLIO SINGLE */
@media screen and (max-width: 1200px) {
    #portfolio-single-content > div > div {
        margin: 0px !important;
    }
}

/* FORMULAIRE CENTRÉ*/
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;
}