/*
Theme Name: Swebetech
Template: Divi
Description: Divi Child Theme
Author: Swebetech
Author URI: https://swebetech.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://swebetech.com/medias/LOGO_SWBTCH_@1x.webp') !important;
}*/

.login #login_error, .login .message, .login .success {
	border-left: 4px solid #ff2b2b!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;
}

@media screen and (max-width: 980px) {
    .inverse {
        display: flex;
        flex-direction: column-reverse;
    }
}
