@charset "UTF-8";
/*
    Created on : 13 mai 2024, 09:17:05
    Author     : Bruno Rouillard - rue Béjo <bruno at ruebejo.fr>
*/
/*
    Created on : 7 mai 2024, 15:04:22
    Author     : Bruno Rouillard - rue Béjo <bruno at ruebejo.fr>
*/
/* dimensions */
/* header */
/* colors */
/* dark */
/* light  */
/*  */
/* light 2 (footer) */
/* images */
/* Look & Feel */
#menu_MENU_CONNECT_PROFILE {
  z-index: 100;
  text-align: right;
  position: absolute;
  right: 15px;
  top: 15px;
}
#menu_MENU_CONNECT_PROFILE a::before {
  vertical-align: bottom;
}
#menu_MENU_CONNECT_PROFILE .m_login a::before {
  content: "lock";
}
#menu_MENU_CONNECT_PROFILE .m_profile a::before {
  content: "account_box";
}
#menu_MENU_CONNECT_PROFILE .m_logout a::before {
  content: "lock_open";
}
#menu_MENU_CONNECT_PROFILE .label {
  cursor: pointer;
  display: inline-block;
  font-style: normal;
  background: #007E96;
  color: white;
  font-size: 17.5px;
  line-height: 35px;
  border-radius: 35px;
  width: 35px;
  text-align: center;
  margin-bottom: 1em;
}
#menu_MENU_CONNECT_PROFILE ul {
  text-align: left;
  z-index: 100;
  background: white;
}
#menu_MENU_CONNECT_PROFILE.open ul {
  border: 1px solid #999;
  border-radius: 3px;
  padding: 0.5em;
}
body.login #main_block {
  min-height: 550px;
}
body.login #main_wrap {
  z-index: 10;
}
body.login #content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  background: white;
  padding: 10px;
  text-align: center;
}
body.login #content .frm {
  justify-content: center;
  box-shadow: 0 0 2px #646464;
  padding: 1em;
}
body.login #content .frm > div {
  margin-right: 0;
  padding-right: 0;
}
body.login #content .frm input {
  width: 100%;
}
body.login #content .frm .bouton {
  width: 100%;
  padding: 1em 0;
}
body.login #content .frm .bouton #cnx {
  margin: 0;
  max-width: 100% !important;
}
