/*
Theme Name: L'Agence de l'Ecrit
Template: twentytwentyfour
*/
/* Sélection  --------------------*/
::-moz-selection {
	background: #4281C3;
	color: #FFFFFF;
}
::selection {
	background: #4281C3;
	color: #FFFFFF;
}
a, a:focus {
	outline: 0;
	outline-color: #FFFFFF;
}
::-moz-focus-inner {
	border:0;
	outline-color:#FFFFFF;
}
/* Main  --------------------*/
html, body {
	margin: 0;
	padding: 0;
}
/* Cookies  --------------------*/
#cookie-law {
	position: fixed;
	bottom: 0px;
	left: 0;
	right: 0;
	text-align: center;
	z-index:9999;
}
#cookie-law > div {
	background: rgba(32, 62, 102, 0.95);
	color: #FFFFFF;
	opacity: 1;
	float: left;
	width: 75% !important;
	padding: 2%;
	max-width: 470px;
	margin: 0 0 1% 1%;
	display: inline-block;
	text-align: left !important;
	border-radius:5px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
	position: relative;
}
#cookie-law p {
	color: #FFFFFF;
	margin:0;
	line-height: 1.6;
}
#cookie-law p a {
	color: #4281C3;
	font-weight: bold;
}
#cookie-law h4 {
	color: #FFFFFF;
	margin: 0 0 0.5rem 0;
}
a.close-cookie-banner {
	position: absolute;
	top:0px;
	right:0px;
	margin:5px;
	display:block;
	width:20px;
	height:20px;
	background:url('images/close.png') no-repeat center center;
	background-size: 20px !important;
}
a.close-cookie-banner span {
	display:none !important;
}
/* Contact  --------------------*/
.wpcf7 input[type=email], .wpcf7 input[type=text], .wpcf7 input[type=url], .wpcf7 input[type=search], .wpcf7 input[type=password], .wpcf7 input[type=number], .wpcf7 input[type=tel], .wpcf7 input[type=date] {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.7);
	color: #FFFFFF;
	float: left;
	height: auto;
	margin: .5% 1% .5% 0;
	max-width: none;
	padding: 3% 2%;
	width: 40%;
	border-radius: 5px;
}
body .wpcf7-form p {
	margin: 0;
	float: left;
	width: 100%
}
.wpcf7 textarea {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.7);
	color: #FFFFFF;
	float: left;
	height: 120px;
	margin: .5% 1% .5% 0;
	max-width: none;
	padding: 3% 2%;
	width: 85%;
	border-radius: 5px;
}
.wpcf7 input[type=button], .wpcf7 input[type=submit], .wpcf7 button {
	background-color: #4281C3;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	color: #FFFFFF;
	display: block;
	float: left;
	margin: .5% 1% .5% 0;
	padding: 0;
	text-align: center;
	vertical-align: bottom;
	text-transform: uppercase;
	width: 35%;
	height: 60px;
	line-height: 60px;
	border-radius: 5px;
}
.wpcf7 input[type=button]:hover, .wpcf7 input[type=submit]:hover, .wpcf7 button:hover {
	background-color: #FFFFFF;
	color: #273E66;
}
.wpcf7-not-valid-tip {
	display: inherit !important;
}