/**
 * Theme Name: 	astra-child
 * Author:		ncDevWeb - Nicolas Courtonne
 * Author URI: 	https://devweb.dev
 * Template:   	astra
 * License: 	GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: astra-child
 * Version: 	1.0.0
 */

/*
 * Formulaire de contact
*/

input[name="fake-field"], .screen-reader-response {
	display:none;
}
form[aria-label="Formulaire de contact"] label {
	color:var(--ast-global-color-1);
}
form[aria-label="Formulaire de contact"] textarea,
form[aria-label="Formulaire de contact"] input:not([type="submit"]){
	background-color: #FFFFFF5C;
	color:black;
}
form[aria-label="Formulaire de contact"] textarea:focus,
form[aria-label="Formulaire de contact"] input:focus:not([type="submit"]) {
	background-color:#FFFFFFB5;
}
form[aria-label="Formulaire de contact"] input[type="submit"] {
	border-radius:20px;
}

/*
 * Home page
*/
.offres-wrapper .offre-single img {
	object-position: 0% 50%;
}
.offres-wrapper .offre-single{
	cursor:pointer;
}
.offres-wrapper .offre-single:hover {
	background-color:var(--ast-global-color-0);
	color:black;
}

/*
 * Blog
*/

.post-thumb-img-content img {
	width:100%;
}

/*
 * Portfolio
*/

.portfolio-wrapper .project-row:hover a {
	opacity:0;
}