/**
 * Created by PhpStorm.
 * User: gmagnier
 * Date: 06/11/2019
 * Time: 12:01
 */
html {
  box-sizing: border-box;
  height: 100%;
}

html .infosRegis {
  display: flex;
  flex-grow: 1;
  padding: 0px 10px;
}

html .mainNameTmp a {
  font-weight: bold;
}

html * {
  max-width: 100vw;
  Box-sizing: inherit;
  Margin: 0;
  Padding: 0;
  Word-wrap: break-word;
  Outline: 0;
  Color: #000000;
  Border: none;
  Font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  Font-size: 1em;
  Font-weight: normal;
}

html *:before, html *:after {
  Box-sizing: inherit;
}

html body {
  min-height: 100%;
  margin: 0;
  padding-bottom: 8.2rem;
  position: relative;
  background: #edf2f7;
}

html body header {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 15px;
  background: #f0f0f0;
  border-bottom: inset 1px black;
}

html body header > a img {
  max-width: 120px;
}

html body header > h1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  Font-size: 2em;
  Font-weight: bold;
  Padding: 20px;
}

html body header > div {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

html body header > div > a {
  padding: 10px;
}

html body article.appel {
  background: white;
  min-height: 100px;
  width: 80%;
  margin: 20px auto;
  padding: 16px 16px;
  border-radius: 4px;
  border: solid 1px #dbe2e6;
}

html body article.appel .topAppel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
}

html body article.appel .midAppel {
  padding: 10px 0;
  margin: 10px 0;
  border: solid #dbe2e6;
  border-width: 1px 0;
}

html body article.appel .midAppel .midTopPartAppel {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column wrap;
}

html body article.appel .botAppel {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: row wrap;
}

html body article.appel .botAppel .rightPartAppel {
  display: flex;
  justify-content: center;
  align-items: center;
}

html body .collab, html body .infosContact, html body .infosAppel {
  min-width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  padding: 1px;
  margin: 0 0 5px 0;
}

html body .collab input, html body .collab select, html body .infosContact input, html body .infosContact select, html body .infosAppel input, html body .infosAppel select {
  flex-grow: 1;
  margin-left: 10px;
}

html body .infosContact {
  min-width: 280px;
}

html body .infosAppel {
  min-width: 230px;
}

html body button {
  border-color: #239fe7;
  background-color: #239fe7;
  height: 30px;
  line-height: 15px;
  display: inline-block;
  position: relative;
  zoom: 1;
  padding: 4px 16px;
  overflow: visible;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  outline: 0;
  color: white;
  text-shadow: none !important;
  background-image: none !important;
  cursor: pointer;
  transition: all, 0.3s, linear;
}

html body button[disabled="disabled"] {
  color: white;
  border-color: #082e45;
  background: #082e45;
}

html body select {
  cursor: pointer;
  padding: 4px 15px 4px 10px;
  font-size: 12px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #dbe2e6;
  background: white;
}

html body input[type=text], html body input[type=search], html body input[type=email], html body input[type=password], html body input[type=number], html body input[type=search] {
  box-sizing: border-box;
  padding: 0 4px;
  height: 24px;
  margin: 0;
  outline: 0;
  font-family: "ProximaNova", Arial, Helvetica, sans-serif;
  border: 1px solid #dbe2e6;
  border-radius: 4px;
}

html body .formGroup {
  width: 100%;
}

html body .formGroup label {
  display: inline-block;
  margin: 2px;
  padding: 2px;
}

html body .formGroup textarea {
  min-height: 40px;
  max-height: 600px;
  max-width: inherit;
  width: 100%;
  padding: 4px 15px 4px 10px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #dbe2e6;
  background: white;
}

html body button#reloadPage {
  display: inline-block;
  height: 32px;
  margin: 0px 15px 15px 15px;
  padding: 4px 16px;
  position: relative;
  overflow: visible;
  zoom: 1;
  color: white;
  background-color: #1f8f00;
  background-image: none !important;
  border-width: 1px;
  border-style: solid;
  border-color: #1f8f00;
  border-radius: 4px;
  outline: 0;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  box-shadow: none;
  text-shadow: none !important;
  -khtml-transition: all, 0.3s, linear;
  -moz-transition: all, 0.3s, linear;
  -ms-transition: all, 0.3s, linear;
  -o-transition: all, 0.3s, linear;
  -webkit-transition: all, 0.3s, linear;
  transition: all, 0.3s, linear;
  cursor: pointer;
}

html body h2 {
  background: #dedede;
  Font-size: 1.5em;
  Font-weight: bold;
  Padding: 20px 20px;
}

html body h2 .h2Correct {
  color: #1f8f00;
}

html body h2 .h2Erreur {
  color: #FF2332;
}

html body .divMessage {
  padding: 25px;
  background: rgba(163, 255, 164, 0.75);
}

html body .MessageUbe {
  padding: 25px;
}

html body .divMessageError {
  background: #FF2332;
}

html body .divMessageAvert {
  background: #FF7A43;
}

html body .divMessageCorrect {
  background: rgba(163, 255, 164, 0.75);
}

html body footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding: 0.5rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f0f0f0;
  border-top: inset 1px black;
  text-align: center;
}

html body footer img {
  max-width: 120px;
}

html body footer .footerText {
  text-transform: uppercase;
}
