<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ================================= */
/* STYLE LOGIN BACKOFFICE            */
/* ================================= */

/* Background */
body.login {background-image:url(../images/bg-admin.jpg); background-repeat: no-repeat !important; background-size: cover; padding-top:120px;}

/* Card login */
#login {padding:0; margin:0px auto 0 auto; background-color:#fff; -webkit-border-radius:10px; border-radius:10px;
-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.2); box-shadow:0 0 10px 0 rgba(0,0,0,0.2);}

/* Retour sur le site */
#backtoblog {left: 0; margin: 0 !important; padding: 10px !important; position: fixed; text-align: left; text-shadow: 0 0 0 !important; top: 0; width: 100%; background-color:#303030 !important;-webkit-box-shadow: 0 14px 21px 0 rgba(0,0,0,0.4); box-shadow: 0 14px 21px 0 rgba(0,0,0,0.4);}
.login #backtoblog a {text-transform:uppercase; background: #0085ba none repeat scroll 0 0; border-color: #0073aa #006799 #006799; box-shadow: 0 1px 0 #006799; color: #fff; text-decoration: none; text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799; border-radius: 3px; border-style: solid; border-width: 1px;    box-sizing: border-box; cursor: pointer; display: inline-block; font-size: 13px; height: 28px; line-height: 26px;    margin: 0; padding: 0 10px 1px; text-decoration: none; white-space: nowrap;}
.login #backtoblog a:hover {color:#fff;}

/* Logotype -&gt; votre logo ici */
#login h1 a {width:115px!important; height:105px!important;margin-bottom:0!important; background:url(../images/logo@2x.jpg) no-repeat !important;}

/* Formulaire de connexion */         
#login .message, #login #login_error {padding:30px!important; border:0!important; color:#fff;}
#login .message {background-color:#2ea2cc!important;}
#login #login_error {background-color:#dd3d36!important;}
#login #login_error a {color:#fff;}
#login .login form {padding:30px ;margin:0;
-webkit-box-shadow:none;  
box-shadow:none;
}
#login #nav {margin-top:0!important; padding:15px 30px!important; background-color:#eee; border-top:3px solid #ddd;
-webkit-border-radius:0 0 10px 10px;  
border-radius:0 0 10px 10px;
}

/* Contact */
#contact {width:260px; margin:15px auto; color:#666; background-color:#fff; -webkit-border-radius:10px; border-radius:10px; padding:26px 30px 26px; -webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.2); box-shadow:0 0 10px 0 rgba(0,0,0,0.2);}

#acf-group_57f4a83a43feb .acf-tab-group li:last-child {float:right !important;}</pre></body></html>