@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat-Regular'), url(../fonts/Montserrat-Regular.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

body.login {
    font-family: "Montserrat", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
    /*background: url('fond-login-optimized.jpg')  no-repeat fixed center ; */
    background:linear-gradient(rgba(233, 233, 233, 0.4), rgba(233, 233, 233, 0.2)), url('../img/fond-login-optimized.jpg')  no-repeat fixed center ; 
    background-size: cover;
}

.login h1, form  {
    background-color: white;
	border-left: 4px solid #401641!important ;*/
   /* -webkit-box-shadow: -6px 9px 0px 1px #401641!important; 
    box-shadow: -6px 9px 0px 1px #401641!important;*/
}
body > div > p {
    background-color: white;
    padding:4%!important;
    border-left: 4px solid #401641!important ;
   /* -webkit-box-shadow: -6px 9px 0px 1px #401641!important; 
    box-shadow: -6px 9px 0px 1px #401641!important;*/
}
.login h1 a { 
	background-image: url('../img/logocentre-feminin-education-permanente-150x150-1.png'); 
}
.language-switcher {
    display:none;
}