/*
Theme Name: PeResAgency
Template: Divi
Description: Divi Child Theme
Author: Romain - PeRes Agency
Author URI: https://peres-agency.com
*/
/*
@font-face {
	font-family: "Designer";
	src: url("/fonts/DESIGNER.ttf")
}
@font-face {
	font-family: "DESIGNER";
	src: url("/fonts/DESIGNER.ttf")
}*/

	/** 01. Modification page de connexion WordPress **/
.login h1 a {
	background-image: url('https://peres-agency.com/wp-content/uploads/2021/05/LOGO_PeResAgency_@0.5x.png') !important;
}

.login #login_error, .login .message, .login .success {
	border-left: 4px solid #fe9427!important;
	padding: 12px;
	margin-left: 0;
	margin-bottom: 20px;
	background-color: #f2f4f6;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}



	/**	02. centrer-verticalement **/

.centrer-verticalement {
	display: flex;
	flex-direction: column;
	justify-content: center;

		/* Et les déclinaisons avec préfixes pour obtenir un résultat homogène sur les divers navigateurs  */
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
}
