/*
Theme Name: Studio Mabé
Theme URI: https://e-loou.com
Template: hello-elementor
Author: E-loou
Author URI: https://elementor.com/
Version: 1.0.1732194588
Updated: 2024-11-21 14:09:48

*/

::selection {
	background-color: #BB6263;
	color:#ffffff;
}
body {
cursor: url(/wp-content/uploads/2024/12/Souris-PICTO_60px.png), auto;
}
a {
cursor: url(/wp-content/uploads/2024/12/Souris-PICTO-a_60px.png), auto;
}

/*STYLES FILTRES - PAGE DERNIERS PROJETS*/
#filter-graphisme {
	background-color: #f1f1f1;
	color: #000;
}
#filter-graphisme:hover {
	background: #172B1D;
	color: #fff;
}
#filter-graphisme:focus {
	background: #172B1D;
	color: #fff;
}

#filter-illustration {
	background-color: #f1f1f1;
	color: #000;
}
#filter-illustration:hover {
	background: #BB6263;
	color: #fff;
}
#filter-illustration:focus {
	background: #BB6263;
	color: #fff;
}

#filter-photo {
	background-color: #f1f1f1;
	color: #000;
}
#filter-photo:hover {
	background: #D6A2CB;
	color: #fff;
}
#filter-photo:focus {
	background: #D6A2CB;
	color: #fff;
}

/*STYLE FORMULAIRE*/
div.deux-col input, textarea, input.wpcf7-form-control {
	background-color: #EDEDED;
  border: none;
  box-shadow: none;
  border-radius: 10px;
	width: 100%!important;
}

input {
	margin-top: 10px;
	width: 100%!important;
}
.elementor-kit-6 input[type="submit"]:hover {
	background: #823d3e;
}

textarea {
	height: 8em;
	margin-top: 10px;
}