/**************************************************************
 Lawyer'it
 Copyright 2001-2021 Develop'it
 
 Version : 8.0.0
 Date    : 17/02/2021
 Fichier : css/Screen.css
**************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Roboto:wght@500&display=swap");

/*************************** General ***************************/
* {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
}
*:focus {
  outline: none;
}
body {
  margin-top: 110px;
  background-image: url(../image/Fond/FondGeneral.png);
  background-position: top left;
  background-size: 100% auto;
  background-repeat: repeat-y;
}
@media only screen and (max-width: 639px) {
  /* small */
  body {
    margin-top: 60px;
  }
}
body,
input,
textarea,
select {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: rgba(40, 40, 40, 1);
  background-color: rgba(248, 248, 248, 1);
}
::selection {
  background-color: rgba(194, 73, 54, 0.3);
}
::-moz-selection {
  background-color: rgba(194, 73, 54, 0.3);
}
p {
  line-height: 1.4em;
}
ul li {
  line-height: 1.4em;
  margin-bottom: 0.5em;
}
a {
  text-decoration: none;
  color: #165f9c;
}
a,
a:hover,
input,
img,
.animated {
  transition: all 0.3s ease;
}
a:hover,
a:focus {
  color: #165f9c;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2em;
  text-align: center;
  color: rgba(40, 40, 40, 1);
}
h2 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: 1em;
  color: rgba(194, 73, 54, 1);
}
h2 strong {
  font-weight: 600;
}

h2:first-child {
  margin-top: 0em;
}
h3 {
  text-transform: uppercase;
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 1.6em;
  padding: 5px 30px;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 1px dotted rgba(22, 95, 156, 0.5);
}
p + ul.icons {
  margin-top: -1.6em;
}
ul.icons li {
  padding: 0;
}
ul.icons li.icon:before {
  margin-right: 0.25em;
  font-size: 0.8em;
}
.Petit {
  font-size: 0.8em;
}
.Gros {
  font-size: 1.25em;
}
.Couleur {
  color: rgba(194, 73, 54, 1);
}
.TexteBleu {
  color: #165f9c;
  font-style: italic;
}
[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea {
  background-color: #f8f8f8;
}

/* on peut cacher le badge de Google reCAPTCHA mais il faut indiquer les liens des conditions d'utilisation */
.grecaptcha-badge {
  display: none;
}

.formCondition {
  display: inline-block;
  margin-top: 20px;
  font-size: 11px;
  opacity: 0.75;
}

@media only screen and (max-width: 639px) {
  /* small */
  h1 {
    line-height: 1.2em;
    min-height: 0;
    padding-bottom: 0;
  }
  h2 {
    display: block;
    text-align: center;
  }
}

/*************************** section ***************************/
section {
  margin: 0;
  padding: 40px 40px;
}
section.FondGris {
  background-color: rgb(240, 240, 240);
}
section.FondGrisClair {
  background-color: rgb(248, 248, 248);
}

section.FondBlanc {
  background-color: rgb(255, 255, 255);
}
section.FondGrisFonce {
  background-color: rgb(230, 230, 230);
}

@media only screen and (max-width: 639px) {
  /* small */
  section {
    padding: 40px 0;
  }
}

/*************************** time ***************************/
time {
  display: block;
  width: 60px;
  height: 60px;
  margin-left: 50px;
  background: #fcfcfc;
  background: linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
  background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

time .Jour {
  display: block;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #9e9e9e;
}
time .Mois {
  display: block;
  background: #a52c28;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0 0 5px 5px;
  padding: 4px 0 4px 0;
}

/*************************** buttons ***************************/
[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea {
  margin: 0;
  font-size: 1em;
}
button,
input,
select,
textarea,
a.button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  color: inherit;
  margin: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: rgba(194, 73, 54, 1);
  border-radius: 3px !important;
  padding: 0.75em 1.5em;
  border: 1px solid rgba(194, 73, 54, 1);
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}
select {
  text-transform: none;
}
button,
a.button {
  overflow: visible;
  display: inline-block;
  transition: background-color 300ms ease-out;
}
button:hover,
button:focus,
a.button:hover,
a.button:focus {
  color: #fefefe;
  background-color: rgb(203, 100, 84);
  text-decoration: none;
}
/*************************** inputs ***************************/
label {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 12px;
}
label.Obligatoire::after {
  content: "*";
  margin-left: 3px;
  font-size: 0.8em;
  color: rgba(194, 73, 54, 1);
}

/*************************** inputs ***************************/
input[type="checkbox"],
input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  padding-left: 2.4em;
  padding-right: 0.75em;
  position: relative;
  margin-left: 0;
  margin-bottom: 0.75rem;
}

input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label {
  opacity: 0.25;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  background: rgba(254, 254, 254, 0.975);
  border-radius: 4px;
  border: solid 1px rgba(144, 144, 144, 0.45);
  content: "";
  display: inline-block;
  height: 1.65em;
  left: 0;
  line-height: 1.58125em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.65em;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  background: #666666;
  border-color: #666666;
  color: #ffffff;
  content: "\f00c";
}

input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
  border-color: #49bf9d;
  box-shadow: 0 0 0 1px #49bf9d;
}

input[type="checkbox"] + label:before {
  border-radius: 4px;
}

input[type="radio"] + label:before {
  border-radius: 100%;
}

/*************************** Form ***************************/
form {
  width: 90%;
  margin: 1em auto;
  padding: 2em;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid rgba(210, 210, 210, 0.5);
  box-shadow: 0 0 5px #cacaca;
}

input[type="text"].Erreur,
input[type="password"].Erreur,
input[type="date"].Erreur,
input[type="email"].Erreur,
textarea.Erreur {
  border: 1px solid rgba(200, 0, 0, 1);
}

.ErreurSaisie {
  font-size: 0.8em;
  color: #c30;
}
.ErreurSaisie.OK:after {
  color: #090;
}
.ErreurSaisie.KO:after {
  color: #900;
}

/**************** navPanelLangue ****************/
/*   Version 'medium' (tablette)  et  'small' (portable)  */
#navPanelLangue {
  padding: 0.5em;
  top: 0;
  z-index: 999;
  background-color: #666666;
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2) inset;
}
#navPanelLangue #ChoixLangue {
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  background: none;
}
#navPanelLangue #ChoixLangue li {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
  border-radius: 0;
  color: #ccc;
}
#navPanelLangue #ChoixLangue li a {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  line-height: 3em;
  height: 3em;
  color: #ccc;
  font-weight: 500;
}
#navPanelLangue #ChoixLangue li:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

#navPanelLangue #ChoixLangue li:hover a,
#navPanelLangue #ChoixLangue a:focus {
  font-weight: 600;
}
#navPanelLangue #ChoixLangue li a.Courant {
  font-weight: bold;
  background-color: #555;
}

/**************** navPanel ****************/
/*   Version 'small' (portable)           */
#navPanel {
  padding: 0.5em;
  top: 0;
  z-index: 999;
  background-color: #666666;
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.2) inset;
}

#navPanel #MenuHaut {
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  background: none;
}
#navPanel #MenuHaut li {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
  border-radius: 0;
  color: #ccc;
  border-bottom: 1px solid #555;
}
#navPanel #MenuHaut li a {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  line-height: 3em;
  height: 3em;
  color: #ccc;
  font-weight: 500;
}

#navPanel #MenuHaut li:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

#navPanel #MenuHaut li:hover a,
#navPanel #MenuHaut a:focus {
  font-weight: 600;
}
#navPanel #MenuHaut li a.Courant {
  background-color: #555;
  font-weight: bold;
}

/*************************** ResultatAction ********************************/
.ResultatAction {
  position: fixed;
  z-index: 999999;
  top: 15px;
  left: calc(50vw - 18%);
  width: 35%;
  height: auto;
  min-width: 300px;
  padding: 20px 30px;
  font-size: 15px;
  color: rgba(254, 254, 254, 1);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.ResultatAction.OK {
  background-color: rgba(0, 153, 144, 1);
}
.ResultatAction.KO {
  background-color: rgba(215, 66, 81, 1);
}
.ResultatAction > .btFermer {
  position: absolute;
  right: 10px;
  top: 10px;
  float: right;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: rgba(254, 254, 254, 0.6);
  cursor: pointer;
  transition: 0.3s;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.ResultatAction > .btFermer:hover {
  color: rgba(254, 254, 254, 1);
  background-color: rgba(254, 254, 254, 0.2);
}
.CocheCouleur li {
  text-align: left;
}