/*
Copyright (C) 2018 Romain DENIS-REMIS <rdr at denis-remis.fr>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/
/* 
    Created on : 20 janv. 2018, 03:46:09
    Author     : Romain DENIS-REMIS <rdr at denis-remis.fr>
*/
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/* Pages "login" "forget_psw" "good_response" "secur_question" */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
div#loginback {
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
div#loginback div#login {
  text-align: center;
}
div#loginback div#login .fieldset-block-stacked {
  align-items: center;
}
div#loginback div#login .fieldset-block-stacked .input-block-stacked {
  align-items: center;
}
div#loginback div#listusers {
  border: solid 2px #999;
  border-radius: 6px;
  padding: 1em;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/* Page "card" */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
#user_header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#user_header > * {
  margin-right: 1em;
}
#user_header #user_totalname {
  flex: 1;
}
#user_header #btn_user_name {
  font-size: 0.9rem;
}
#user_header #btn_user_suppr, #user_header #btn_user_crashmdp, #user_header #btn_user_mdp {
  font-size: 1.1rem;
}
#user_header #user_out {
  font-size: 0.7em;
  cursor: pointer;
}

div#tab_contact > div {
  margin-top: 1em;
}
div#tab_contact .tab-contact-head {
  margin: 0 0 0.1em 0;
  padding: 0.5em 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
div#tab_contact .tab-contact-head > * {
  margin-right: 1em;
}
div#tab_contact .tab-contact-head button {
  font-size: 0.8em;
}
div#tab_contact .tab-contact-body {
  border-top: dashed 1px black;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
div#tab_contact .tab-contact-body > * {
  margin-left: 1em;
}
div#tab_contact .tab-contact-body > *:first-child {
  margin-left: 0;
}

div#tab_comment > div {
  margin-top: 1em;
}
div#tab_comment .tab-comment-head {
  margin: 0 0 0.1em 0;
  padding: 0.5em 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
div#tab_comment .tab-comment-head > * {
  margin-right: 1em;
}
div#tab_comment .tab-comment-head button {
  font-size: 0.8em;
}
div#tab_comment .tab-comment-body {
  border-top: dashed 1px black;
}

div#tab_equip div.section-vehicules {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  row-gap: 1em;
  column-gap: 1em;
}
div#tab_equip div.section-vehicules div.bloc-vehicule {
  padding: 0.4em;
  background-color: #ddd;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  row-gap: 1em;
  column-gap: 1em;
}
div#tab_equip div.section-vehicules div.bloc-vehicule div.bloc-vehicule-haut {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  row-gap: 1em;
  column-gap: 1em;
  border-bottom: dashed 1px #666;
}
div#tab_equip div.section-vehicules div.bloc-vehicule div.bloc-vehicule-haut div.bloc-vehicule-haut-textes {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  row-gap: 0.6em;
  column-gap: 1em;
}
div#tab_equip div.section-vehicules div.bloc-vehicule div.bloc-vehicule-haut div.bloc-vehicule-haut-textes div.bloc-vehicule-haut-textes-ico {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  row-gap: 1em;
  column-gap: 1em;
}
div#tab_equip div.section-vehicules div.bloc-vehicule div.bloc-vehicule-bas {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  row-gap: 0.5em;
  column-gap: 1em;
}

/*# sourceMappingURL=user.css.map */
