/**************************************************************
 Plongeurs du Monde (ADMIN)
 Copyright 2015-2026 Develop'it
 
 Version : 4.2.0
 Date    : 31/01/2026
 Fichier : css/Screen.css
**************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Roboto:wght@400;500;700&display=swap");

:root {
  --clr-success: 0, 153, 144;
  --clr-error: 215, 66, 81;
  --clr-warning: 252, 200, 13;
  --clr-information: 20, 150, 250;
}

.clearfloat:after,
.clearfloat:before {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.Bleu {
  color: rgba(0, 116, 205, 1);
} /* #0074CD */
.Rouge {
  color: rgba(215, 84, 43, 1);
}
.Vert {
  color: rgba(0, 159, 178, 1);
} /* #009FB2 */

/*************************** General ***************************/
body {
  margin-top: 145px;
  margin-bottom: 40px;
}
body,
input,
textarea,
select {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-size: 15px;
  color: rgba(10, 10, 10);
  background-color: #f5f5f5;
  background-color: rgba(240, 240, 240);
}
@media only screen and (max-width: 639px) {
  /* small */
  body {
    margin-top: 90px;
  }
}
::selection {
  background: rgba(231, 105, 105, 0.7);
  background: rgba(95, 185, 245, 0.7);
}

::-moz-selection {
  background: rgba(231, 105, 105, 0.7);
  background: rgba(95, 185, 245, 0.7);
}
*:focus {
  outline: none;
}
a {
  color: #1585cf;
}
a,
a:hover,
input,
img,
.animated {
  -webkit-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
a:hover,
a:focus {
  color: rgb(231, 105, 105);
}
a:active,
a:hover {
  outline: 0;
}
/*
form .row {
    padding: 0 !important;
}
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  color: #333;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 1em 0;
}
h1 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 25px;
  color: #127fa8;
  font-weight: bold;
}
h2 {
  /*
	color: #666;
*/
  font-size: 16px;
  line-height: 1.2em;
  color: #1585cf;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
h3 {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
  margin-top: 15px;
  color: #1585cf;
  border-bottom: 1px solid rgba(120, 120, 120, 0.25);
}
h3 i {
  font-size: 20px;
  color: #666;
  margin-right: 0.5em;
}
h2 i {
  font-size: 20px;
  color: #1585cf;
  margin-right: 0.5em;
  opacity: 0.6;
}
h6 {
  margin: 0;
  font-size: 1em;
  line-height: 1em;
}
hr {
  height: 1px;
  margin: 1em 0;
  padding: 0;
  background-color: rgba(120, 120, 120, 0.25);
  border: 0;
}
ul.PuceBleue,
ol.PuceBleue {
  margin-left: 0em;
  list-style: none;
}
ul.PuceBleue li {
  margin-left: 0;
  padding-left: 20px;
  background: url(../image/Puce.png) -0px 0.6em no-repeat;
}
/*
ul.PuceBleue li:nth-child(even) {
	background: url(../image/Puce2.png) -0px 0.6em no-repeat;
}
*/
span.icon {
  display: inline-block;
  /*
	color:#999;
*/
  font-size: 0.8em;
  width: 1.35em;
}

p + ul.icons {
  margin-top: -1.6em;
}
ul.icons li {
  padding: 0;
}
ul.icons li.icon:before {
  margin-right: 0.25em;
  /*
	color:#999;
*/
  font-size: 0.8em;
}
.Prix {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}

th .Petit {
  font-size: 0.8em;
  font-weight: normal;
}
.Petit,
td .Petit {
  font-size: 0.8em;
}
p.Petit {
  font-size: 0.8em;
}
.TresPetit {
  font-size: 0.6em;
}
.TexteBarre {
  text-decoration: line-through;
}
.ErreurSaisie {
  color: #cc0000;
  font-size: 0.85em;
  margin-top: -1em;
  padding: 0;
}
.PastilleCouleur {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.PastilleCouleur.Prevision {
  opacity: 0.5;
}

/*************************** ContenuEntete ********************************/
.ContenuEntete {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 15px;
  height: 60px;
}
.ContenuEntete .Groupe {
  width: 100%;
  align-self: center;
}
.ContenuEntete .Picto {
  margin-right: 15px;
  float: left;
  color: rgba(50, 50, 50, 1);
}
.ContenuEntete .Picto img,
.ContenuEntete .Picto svg {
  width: 54px;
  height: 54px;
}
.ContenuEntete .Titre {
  font-size: 20px;
  font-weight: bold;
  margin-top: 4px;
}
.ContenuEntete .SousTitre {
  font-style: italic;
  margin-top: -4px;
}

/***************************  ********************************/
[type="file"],
[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"],
select,
textarea {
  outline: none;
  font-family: inherit;
  font-size: 1em;
  display: inline-block;
  background-color: rgba(245, 245, 245, 1);
  /*
	font-family: Arial, Helvetica, serif;
	height: 35px;
	margin:0;
*/
  border: 2px solid rgba(220, 220, 220, 1);
  border-radius: 3px;
  box-shadow: none;
  line-height: normal;
  height: unset;
  font-weight: 500;
  margin-bottom: 2px;
}
.input-group {
  margin-bottom: 2px;
}
textarea {
  font-size: 0.85rem;
}
label {
  font-size: 12px;
  color: rgb(100, 110, 130);
  margin-top: 10px;
  /* line-height: 1.25em; */
}
label.Obligatoire::after {
  content: "*";
  margin-left: 2px;
  color: rgb(149, 190, 212);
}
div.Donnee {
  border-color: #0094f2;
  background-color: #f8f8f8;
  font-weight: 500;
}

fieldset.FondSaisie {
  background-color: rgba(245, 245, 245, 1);
  margin-top: 0;
  padding: 1.25em;
}
input[type="file"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border-color: #0094f2;
  background-color: #f8f8f8;
  box-shadow:
    0px 0px 3px rgb(149, 190, 212),
    2px 2px 1px rgb(230, 230, 230) inset;
  outline: medium none;
  transition:
    border-color 0.3s linear 0s,
    box-shadow 0.3s linear 0s;
}
input[type="text"]:read-only,
input[type="password"]:read-only,
/*select:read-only,*/
select:disabled,
textarea:read-only {
  opacity: 0.8;
  cursor: not-allowed;
  pointer-events: none;
}

[type="color"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="datetime"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
textarea:focus {
  background-color: rgba(242, 244, 246, 1);
  border: 2px solid #0094f2;
}

select {
  outline: none;
  font-family: inherit;
  font-size: 1em;
  color: rgba(10, 10, 10, 1);
  background-color: rgba(242, 244, 246, 1);
  border: 2px solid rgba(212, 214, 220, 1);
  max-width: 100%;
  padding: 6px 24px 6px 8px;
  margin: 2px 0px;
  border-radius: 3px;
  transition: all 0.3s ease;
  line-height: normal;
  font-weight: 500;
  height: unset;
  background-origin: unset;
  appearance: none;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" ><path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z" /></svg>');
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 9px 9px;
}
select:focus {
  border: 2px solid #0094f2;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
  color: rgba(200, 200, 200, 1);
}
::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: rgba(200, 200, 200, 1);
}
:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  color: rgba(200, 200, 200, 1);
}
:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: rgba(200, 200, 200, 1);
}
img.IconeAction {
  width: 24px !important;
  height: 24px !important;
  border-radius: 3px;
  padding: 4px;
  opacity: 0.3;
}
img.IconeAction:hover {
  opacity: 1;
  background-color: rgba(30, 30, 30, 0.1);
}

.inline-label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  vertical-align: middle;
}
.inline-label > input {
  width: calc(100% - 40px);
}
img.ui-datepicker-trigger {
  padding: 8px 8px 8px 8px;
  border: 1px solid #ccc;
  border-left: none;
  background: #eee;
  height: 34px;
  height: unset;
  margin-bottom: 2px;
}

/*************************** reveal ********************************/
div.reveal {
  border-radius: 5px;
}
div.reveal > .btFermer {
  position: absolute;
  right: 10px;
  top: 10px;
  float: right;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  transition: 0.3s;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
div.reveal > .btFermer:hover {
  color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, 0.1);
}

/*************************** NavPage ********************************/
.NavPage .Page {
  margin-left: 20px;
}
.NavPage .Page label {
  display: inline-block;
  font-size: 0.85em;
}
.NavPage input[type="text"],
.NavPage input[type="password"],
.NavPage textarea,
.NavPage select,
.NavPage .ZoneSaisie {
  font-size: 1em;
  outline: none;
  height: 24px;
  display: inline-block;
  width: auto;
  max-width: 40px;
  margin: 0 1em;
  text-align: center;
}

.NavPage {
  font-size: 12px;
  text-align: center;
  /*
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 3px;
*/
  padding: 0 4px;
}
.NavPage a,
.NavPage .NoPageCourante {
  /*
	font-family: Arial, Helvetica, sans-serif;
*/
  display: inline-block;
  text-align: center;
  line-height: 22px;
  width: 22px;
  color: #333;
  border: 1px solid rgba(20, 120, 180, 0.1);
  background-color: rgba(20, 120, 180, 0.1);
  border-radius: 2px;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.NavPage .NoPageCourante {
  font-weight: bold;
  color: #fff;
  /*
*/
  border: 1px solid #127fa8;
  background-color: rgba(20, 120, 180, 0.9);
}
.NavPage a.navPrecedent,
.NavPage a.navSuivant {
  width: 36px;
}
.NavPage a img {
  vertical-align: middle;
  margin-bottom: 0.25em;
  padding: 0;
}
.NavPage a:hover {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(20, 120, 180, 0.5);
}

/*************************** SelecteurNbPage ********************************/
.SelecteurNbPage {
  /*font-family: Arial, Helvetica, sans-serif; */
  font-size: 11px;
  color: #333333;
  text-align: right;
  padding: 2px;
}
.SelecteurNbPage .NbPageCourant {
  font-weight: bold;
  color: #551100;
  text-decoration: none;
  background-color: #cce4ec;
  border: 1px solid #2c7bb3;
  padding: 2px 4px;
}
.SelecteurNbPage a,
.SelecteurNbPage a:link,
.SelecteurNbPage a:visited {
  color: #333333;
  text-decoration: none;
  padding: 2px 4px;
}
.SelecteurNbPage a,
.SelecteurNbPage a:link,
.SelecteurNbPage a:visited {
  background-color: #e8e8e8;

  border: 1px solid rgba(20, 120, 180, 0.1);
  background-color: rgba(20, 120, 180, 0.1);

  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  /*
	border: 1px solid #aaa;
	border-color: rgba(0, 0, 0, 0.23);
	-moz-box-shadow: 0px 0px 3px #aaa;
	-webkit-box-shadow: 0px 0px 3px #aaa;
	box-shadow: 0px 0px 3px #aaa;
*/
}
.SelecteurNbPage a:hover,
.SelecteurNbPage a:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #8af;
}
.SelecteurNbPage .NbPageCourant {
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  /*
	-moz-box-shadow: 0px 0px 3px #aaa;
	-webkit-box-shadow: 0px 0px 3px #aaa;
	box-shadow: 0px 0px 3px #aaa;
*/

  color: #fff;
  border: 1px solid #127fa8;
  background-color: rgba(20, 120, 180, 0.9);
}

/*************************** buttons ***************************/
button,
input,
select,
textarea {
  font-family: inherit;
  /*
    font-size: inherit;
*/
  line-height: inherit;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
  display: inline-block;
  transition: background-color 300ms ease-out;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /*
    font: inherit;
*/
  color: inherit;
}
select {
  padding: 0.25rem 0.5rem;
  margin: 0 0 1rem;
  margin: 0 0 2px;
  padding: 6px;
}
button.btn,
input[type="submit"].btn {
  background: #3eb4d1;
  outline: none;
  border-radius: 3px;
  padding: 15px 30px;
  margin: 5px 0 2px;
  font-size: 0.9em;
  font-weight: bold;
  color: #fff;
  border: none;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
button.btn:hover,
input[type="submit"].btn:hover {
  background: #0074be;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}
button.btn.full-width {
  width: 100%;
}
button:hover,
button:focus {
  /*
    color: #fff;
 */
  background-color: #0080cc;
}

a.button {
  background: #3eb4d1;
  outline: none;
  border-radius: 3px;
  padding: 18px 30px;
  margin: 5px 0;
  font-size: 0.9em;
  font-weight: bold;
  color: #fff;
  border: none;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
a.button.small {
  padding: 4px 10px;
}

a.button:hover {
  background: #0074be;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}
input[type="submit"] {
  margin-top: 1em;
}

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: 2em;
  margin: 0;
  position: relative;
  color: rgba(46, 94, 116, 1);
  margin-top: 5px;
  margin-bottom: 2px;
  margin-right: 2em;
}

input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label {
  opacity: 0.25;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  background: rgba(254, 254, 254, 1);
  border: solid 2px rgba(220, 220, 220, 1);
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  height: 1.5em;
  width: 1.5em;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  background-color: rgba(46, 94, 116, 1);
  border-color: rgba(46, 94, 116, 1);
}

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 {
  background-image: url(../image/CaseCochee.svg);
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: center center;
}

input[type="radio"] + label:before {
  background-image: url(../image/PointRadio.svg);
  background-size: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
}
input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before,
input[type="checkbox"]:hover + label:before,
input[type="radio"]:hover + label:before {
  border-color: rgba(46, 94, 116, 1);
  border-width: 2px;
}
input[type="radio"] + label:before {
  border-radius: 50%;
}
input[type="checkbox"] + label:before {
  border-radius: 4px;
}

input[type="checkbox"]:hover + label,
input[type="radio"]:hover + label {
  color: rgba(55, 137, 189, 1);
}
input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label {
  opacity: 0.8;
}
input[type="checkbox"]:disabled + label:before,
input[type="radio"]:disabled + label:before {
  border: solid 1px rgba(212, 214, 220, 1);
  box-shadow: none;
}
input[type="checkbox"]:disabled:checked + label:before,
input[type="radio"]:disabled:checked + label:before {
  background-color: rgba(46, 94, 116, 1);
  border-color: rgba(46, 94, 116, 1);
  box-shadow: none;
}
input[type="checkbox"]:disabled:focus + label:before,
input[type="radio"]:disabled:focus + label:before,
input[type="checkbox"]:disabled:hover + label:before,
input[type="radio"]:disabled:hover + label:before {
  box-shadow: none;
}

.input-group > input {
  margin: 0;
}

.input-group > .input-group-label {
  width: unset;
  padding: 0 10px;
}
.input-group > :last-child,
.input-group > :last-child.input-group-button > * {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.input-group > :first-child,
.input-group > :first-child.input-group-button > * {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/*************************** checkbox & radio ***************************/
.diCheckbox {
  width: 100%;
  margin: 0.5em 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
.diCheckbox.diEnLigne {
  width: unset;
  margin-right: 2em;
}
.diCheckbox input[type="checkbox"],
.diCheckbox input[type="radio"] {
  margin: 0;
  vertical-align: auto;
  flex-shrink: 0;
}
.diCheckbox.diCentre {
  justify-content: center;
}
.diCheckbox.diDroite {
  flex-direction: row-reverse;
}
.diCheckbox input[type="checkbox"] + label[for] {
  margin: 0;
}
.diCheckbox input[type="checkbox"] + label[for]:last-of-type,
.diCheckbox input[type="radio"] + label[for]:last-of-type {
  margin-right: 0;
}

/*************************** Etiquette ***************************/
.Etiquette {
  font-size: 1em;
  padding: 3px 5px 3px 5px;
  line-height: 1em;
  border-radius: 3px;
  display: inline-block;
  margin: 0px 5px 5px 0;
}
.Etiquette.Large {
  font-size: 1.1em;
  font-weight: 600;
  margin-left: 0.5em;
  padding: 8px 10px;
}
.TableListe .Etiquette {
  font-size: 0.9em;
  padding: 2px 5px 3px 5px;
}
/*************************** EtiquetteAdherent ***************************/
.EtiquetteAdherent {
  font-size: 1em;
  padding: 3px 5px 3px 5px;
  line-height: 1em;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 5px 5px 0;
  width: 1.4em;
  height: 1.4em;
  text-align: center;
}
.EtiquetteAdherent.Large {
  font-size: 1.1em;
  font-weight: 600;
  margin-left: 0.5em;
  padding: 8px 10px;
}
.TableListe .EtiquetteAdherent {
  font-size: 0.9em;
  padding: 2px 5px 3px 5px;
}
/*************************** Fieldset ***************************/
fieldset,
.fieldset {
  margin-top: 0;
  /* padding-bottom: 0.5em; */
}

/*************************** section ***************************/
section {
  margin: 0;
  padding: 0px 20px;
  /*
*/
}
/*
.section { 
	position:relative;
	-webkit-background-size:cover!important;
	-moz-background-size:cover!important;
	-o-background-size:cover!important;
	background-size:cover!important;
}

section.section.section-padded.bottom {
	background:#fff;
}
section.section.section-padded.bottom .container-fluid {
  background: #fff;
  margin: 0 40px 0 40px;
}
section {
	background: #FFF;
	margin: 20px 0;
}
section.Interieure {
	position:relative;
	left:0;
	width:100%;
}
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( 30, 30, 30 );
	color:rgb( 255, 255, 255 );
}
*/

@media only screen and (min-width: 640px) {
  html,
  body {
    height: auto;
  }
  .row {
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
    /*
*/
  }
}

/*************************** 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);
}

/*************************** form_BarreBouton ***************************/
.form_BarreBouton {
  position: sticky !important;
  bottom: 30px;
  padding: 5px;
  margin-top: 15px;
  z-index: 1;
  background-color: rgba(242, 246, 248, 0.9);
  backdrop-filter: blur(4px);
}

/*************************** CadreSaisie ********************************/
/*
form.CadreSaisie {
	background-color:#fff;
	padding:2em 3em;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 3px rgba( 20, 20, 20, 0.2);
	margin:0 auto;
}
*/
div.CadreSaisie {
  margin: 0px auto;
  padding: 20px 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: rgba(254, 254, 254, 1);
  box-shadow: 0px 0px 3px rgba(20, 20, 20, 0.2);
}

/*************************** CadreRecherche ********************************/
Form.Recherche {
  background-color: rgba(20, 120, 180, 0.1);
  width: 100%;
  margin-bottom: 10px;
  padding: 3px;
  /*
	margin-top:10px;
	padding:4px;
	padding:5px 0 2px 0;
*/
}
Form.Recherche label {
  margin: 0;
}
/*
Form.Recherche label {
  height: 30px;
  font-size: 1em;
  margin-top: 3px;
  margin-bottom: 3px;
}
Form.Recherche .Etiquette {
  display: inline-block;
  margin-right: 0.5rem;
  width: 200px;
  max-width: 25%;
  text-align: right;
}
*/
.Recherche a.BoutonRecherche img {
  vertical-align: middle;
  margin-bottom: 0.25em;
}
Form.Recherche input[type="text"],
Form.Recherche input[type="date"] {
  display: inline-block;
  padding: 2px 6px;
  box-shadow: 2px 2px 1px rgb(230, 230, 230) inset;
  background-color: #ffffff;
  height: 30px;
  width: 80%;
  width: auto;
  max-width: 75%;
  overflow: hidden;
  margin: 0;
  font-size: 14px;
  /*
	border: 1px solid #bbbbbb;
	outline: none;
font-family: Arial, Helvetica, serif;
font-size: 12px;
	background-color: #E8E8E8;
	border-radius: 3px;
*/
}
Form.Recherche .AvecEtiquette {
  word-spacing: nowrap;
}
Form.Recherche .AvecEtiquette input[type="text"] {
  width: 90px;
  max-width: 90px;
}
/*
Form.Recherche select {
	background-color: #eee;
	box-shadow: 0px 2px 1px rgb(220, 220, 220) ;
	background-image: url("../image/FondBoutonOutil.png");
}
Form.Recherche input[type=text]:focus, Form.Recherche select:focus {
	border: 1px solid #99AFBD;
	outline-style: none;
}
*/
Form.Recherche select {
  background-color: #ffffff;
  padding: 2px 20px 2px 2px;
  height: 30px;
  width: auto;
  margin: 0;
  font-size: 13px;
  color: rgba(10, 10, 10);
}
Form.Recherche select option {
  font-weight: normal;
}

Form.Recherche input[type="text"]:focus,
Form.Recherche input[type="date"]:focus {
  border-color: #99afbd;
  box-shadow:
    0px 0px 3px rgba(20, 20, 20, 0.3),
    2px 2px 1px rgb(230, 230, 230) inset;
  outline: medium none;
  transition: all 0.3s linear 0s;
}
Form.Recherche select:focus {
  border-color: #99afbd;
  box-shadow: 0px 0px 3px rgba(20, 20, 20, 0.3);
  outline: medium none;
  transition: all 0.3s linear 0s;
}
Form.Recherche a.BoutonRecherche {
  display: block;
  cursor: pointer;
  height: 36px;
  width: 36px;
}
Form.Recherche a.BoutonRecherche img {
  margin: 8px;
  width: 20px;
  height: 20px;
}
Form.Recherche a.BoutonRecherche:hover {
  background-color: rgba(20, 120, 180, 0.1);
}
@media only screen and (max-width: 767px) {
  Form.Recherche #ViderRecherche {
    display: none;
  }
}

/***************************  BarreOutils  ********************************/
#BarreOutils {
  margin-bottom: 10px;
}

/***************************  button  ********************************/
[type="submit"],
[type="button"],
button {
  /*
	width: 100%;
	line-height: 30px;
*/
  cursor: pointer;
  display: inline-block;
  font-family: arial, helvetica, clean, sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 0px 20px;
  height: 35px !important;
  line-height: 35px;
  color: #333;
  background-color: #fdfdfd;
  border-radius: 3px;
  border: 1px solid #b4b4b4;
  user-select: none;
  /*
	border-color: rgba(0, 0, 0, 0.21) rgba(0, 0, 0, 0.33) rgba(0, 0, 0, 0.37);
	background-image: url("../image/FondBoutonOutil.png");
	background-repeat: repeat-x;
	margin:15px auto 15px auto;
	background-image: -webkit-linear-gradient(top, #e8e8e8, #fdfdfd);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
*/

  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(237, 237, 237, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(100%, rgba(237, 237, 237, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(237, 237, 237, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(237, 237, 237, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(237, 237, 237, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(237, 237, 237, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}
[type="submit"].small,
[type="button"].small {
  padding: 4px 10px;
  font-size: 11px;
  height: 24px !important;
  line-height: 16px;
}
[type="submit"].small img,
[type="button"].small img {
  width: 14px;
  height: 14px;
  margin-bottom: 2px;
}

[type="submit"] img,
[type="button"],
button img {
  margin-bottom: 5px;
}
[type="submit"]:hover,
button:hover,
[type="submit"]:focus,
button:focus,
[type="button"]:focus,
[type="button"]:hover {
  background-color: #ededee;
  border: 1px solid rgba(18, 127, 168, 0.7);
  /*
	box-shadow: 0px 1px 2px rgba( 18, 127, 168, 0.6 );
*/
  background: rgba(245, 245, 245, 1);
  background: -moz-linear-gradient(
    top,
    rgba(248, 248, 248, 1) 0%,
    rgba(230, 230, 230, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(248, 248, 248, 1)),
    color-stop(100%, rgba(230, 230, 230, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(248, 248, 248, 1) 0%,
    rgba(230, 230, 230, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(248, 248, 248, 1) 0%,
    rgba(230, 230, 230, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(248, 248, 248, 1) 0%,
    rgba(230, 230, 230, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(248, 248, 248, 1) 0%,
    rgba(230, 230, 230, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}
button:disabled {
  /*
	cursor:crosshair;
*/
  color: #999;
  box-shadow: none;
  border: 1px solid #dfdfdf !important;

  background: rgba(245, 245, 245, 1);
  background: -moz-linear-gradient(
    top,
    rgba(248, 248, 248, 1) 0%,
    rgba(230, 230, 230, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(248, 248, 248, 1)),
    color-stop(100%, rgba(230, 230, 230, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(248, 248, 248, 1) 0%,
    rgba(230, 230, 230, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(248, 248, 248, 1) 0%,
    rgba(230, 230, 230, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(248, 248, 248, 1) 0%,
    rgba(230, 230, 230, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(248, 248, 248, 1) 0%,
    rgba(230, 230, 230, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}
button:disabled img {
  opacity: 0.4;
}

button::-moz-focus-inner {
  border: 0;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

/*************************** EnteteTable ********************************/
.EnteteTable {
  display: block;
  margin: 0;
  min-height: 26px;
  height: 26px;
  padding: 2px;
  margin: 0 auto;
  white-space: nowrap;
  margin-bottom: 5px;
}
.EnteteTable button {
  margin-right: 5px;
  /*
	margin-bottom:5px;
*/
}
.EnteteTable .Separateur {
  display: table-cell;
  width: 5px;
}
.EnteteTable label {
  display: table-cell;
  margin-right: 0.5em;
  font-size: inherit;
}
.EnteteTable .Libelle {
  display: table-cell;
  vertical-align: middle;
  /*
	padding-top:0.5em;
*/
  margin-right: 0.5em;
  font-size: inherit;
}

/*************************** info-bulle ********************************/
a > span.info-bulle,
span > span.info-bulle {
  position: absolute;
  padding: 5px 10px;
  cursor: help;
  margin-top: 0px;
  margin-left: -30px;
  margin-left: 0px;
  min-width: 130px;
  max-width: 480px;
  max-height: 480px;
  border-radius: 3px;
  border: 2px solid rgba(200, 160, 20, 0.95);
  background: rgba(230, 200, 50, 0.95);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #222;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
  transition:
    display 0s 0s,
    all 0.25s 0s;
  display: none;
}
a > span.info-bulle::before,
span > span.info-bulle::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border-bottom: 10px solid rgba(200, 160, 20, 0.95);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

a:hover > span.info-bulle,
a:focus > span.info-bulle,
span:hover > span.info-bulle {
  display: inline-block;
  margin-top: 25px;
  margin-top: 2.75em;
  margin-left: -40px;
  visibility: visible;
  transition:
    display 0s 0s,
    all 0.25s 0.5s;
  opacity: 1;
}

/*************************** BarreOnglet ********************************/
.BarreOnglet {
  margin: 0;
  border: 0;
  margin-top: 00px;
  margin-bottom: 00px;
  height: 32px;
  border-bottom: 2px solid #127fa8;
  padding: 0 10px;
}
.BarreOnglet ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: table;
}
.BarreOnglet li {
  display: table-cell;
  padding: 0 3px;
  /*
	box-sizing:border-box;
*/
}
.BarreOnglet a {
  white-space: nowrap;
  text-align: center;
  text-decoration: none !important;
}
.BarreOnglet a img {
  vertical-align: middle;
  margin-bottom: 0.25em;
  margin-right: 0.5em;
}
.BarreOnglet a:hover {
  text-decoration: none;
}
.BarreOnglet a {
  display: block;
  font-weight: bold;
  background-color: rgba(20, 120, 180, 0.1);
  color: #333;
  cursor: pointer;
  height: 30px;
  width: inherit;
  padding: 5px 10px;

  border: none;
  border-top: 1px solid rgba(20, 120, 180, 0.1);
  border-left: 1px solid rgba(20, 120, 180, 0.1);
  border-right: 1px solid rgba(20, 120, 180, 0.1);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  outline: none;
  user-select: none;
}
.BarreOnglet a:hover {
  background-color: rgba(20, 120, 180, 0.05);
  color: #000;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(20, 120, 180, 0.5);
  border-left: 1px solid rgba(20, 120, 180, 0.5);
  border-right: 1px solid rgba(20, 120, 180, 0.5);
}
.BarreOnglet a.Courant {
  background-color: rgba(20, 120, 180, 0.9);
  color: #fff;
  border-top: 1px solid #127fa8;
  border-left: 1px solid #127fa8;
  border-right: 1px solid #127fa8;
}
@media only screen and (max-width: 880px) {
  .BarreOnglet a {
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media only screen and (max-width: 768px) {
  .BarreOnglet li {
    padding: 0 1px;
  }
  .BarreOnglet a {
    text-align: left;
    overflow: hidden;
    width: auto;
    padding: 4px 0px 0 2px;
  }
}
@media only screen and (max-width: 480px) {
  /*
	.BarreOnglet ul {
	}
*/
  .BarreOnglet {
    padding: 0;
  }
  .BarreOnglet li {
    padding: 0 1px;
  }
  .BarreOnglet img {
    width: 20px;
    height: auto;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 3px;
  }
  .BarreOnglet a {
    text-align: center;
    overflow: hidden;
    width: 40px;
    color: rgba(20, 120, 180, 0.1) !important;
    /*
		width:14.285714%;
*/
    padding: 4px 0px 0 6px;
  }
  .BarreOnglet a.Courant {
    color: #127fa8 !important;
  }
}

/*************************** PhotoPersonne ********************************/
img.PhotoPersonne {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(230, 230, 230, 1);
  box-shadow: 0px 0px 2px 1px rgba(30, 30, 30, 0.4);
}
img.Homme {
  /*
	border: 2px solid rgba( 20,151,203, 1.0 );
*/
  box-shadow: 0px 0px 2px 1px rgba(20, 151, 203, 1);
}
img.Femme {
  /*
	border: 2px solid rgba( 205,96,137, 1.0 );
*/
  box-shadow: 0px 0px 2px 1px rgba(205, 96, 137, 1);
}

.DrapeauLangue {
  margin-left: -16px;
  margin-top: 20px;
  width: 16px;
}

/*************************** CadreRacine ********************************/
.CadreRacine {
  padding: 5px;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.CadreRacine a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: rgb(10, 10, 10);
}

.CadreRacine:hover {
  background-color: rgba(252, 180, 13, 0.1);
  border: 1px solid rgba(252, 180, 13, 0.5);
  box-shadow: 2px 2px 5px 0 rgba(20, 20, 20, 0.2);
}

.CadreRacine.Courant {
  background-color: rgba(20, 120, 180, 0.1);
  border: 1px solid rgba(0, 116, 205, 0.8);
  box-shadow: 2px 2px 5px 0 rgba(20, 20, 20, 0.2);
  font-weight: bold;
}

.CadreRacine.Courant a {
  color: #127fa8;
}

/*************************** TreeView ********************************/
.TreeView {
  display: block;
  overflow-x: auto;
  overflow-y: auto;
  background-color: rgba(254, 254, 254);
  border: 1px solid #cdcdcd;
  margin-bottom: 10px;
}

.TreeView ul {
  padding: 0;
  margin: 0;
}

.TreeView li {
  display: flex;
  width: 100%;
  padding: 3px 0;
  color: rgba(20, 20, 20);
  cursor: pointer;
}

.TreeView li.Courant {
  background-color: rgba(20, 120, 180, 0.15);
  font-weight: bold;
  color: rgba(20, 120, 180);
}

.TreeView li:hover {
  background-color: rgba(252, 180, 13, 0.15);
}

div.TreeView li .BoutonAction {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 2px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
div.TreeView li .Decalage {
  display: inline-block;
  width: 16px;
  height: 24px;
  margin-right: 2px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

div.TreeView li .Decalage {
  background-image: url("../image/RepertoireI.png");
}
div.TreeView li .BoutonAction.Ouvert {
  background-image: url("../image/Repertoire-.png");
}
div.TreeView li .BoutonAction.Ferme {
  background-image: url("../image/Repertoire+.png");
}
div.TreeView li img {
  margin: 0;
}

/*************************** ZoneTableListe ********************************/
.ZoneTableListe {
  /*
	display:block;
	position:relative;
	height:150px;
	box-shadow: 0px 0px 3px #aaa;
*/
  overflow-x: auto;
  overflow-y: auto;
  background-color: #fff !important;
  height: 50px;
  border: 1px solid #cdcdcd;
  margin-bottom: 10px;
}
.ZoneCadreListe table {
  margin: 0 0 0 0;
  padding: 0;
  background-color: #fff !important;
}
/*************************** TableListe ********************************/
table.TableListe {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.15);
  margin-bottom: 1em;
  background-color: rgba(235, 238, 240, 1);
}
table.TableListe thead {
  border: none;
  background-color: unset;
}
table.TableListe thead th {
  background-color: rgba(216, 222, 225, 1);
  font-size: 12px;
  color: #333;
  font-weight: bold;
  vertical-align: bottom;
  padding: 0;
  height: 100%;
  text-align: inherit;
  border-right: 1px solid rgba(254, 254, 254, 0.9);
  vertical-align: middle;
}
table.TableListe thead th:last-child {
  border-right: none;
}
table.TableListe thead th svg.IconeTri {
  width: 10px;
  height: 10px;
  fill: currentColor;
  fill-opacity: 0.5 !important;
  float: right;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
table.TableListe thead th a:hover svg.IconeTri {
  fill-opacity: 1 !important;
}

table.TableListe thead th > * {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 5px;
  color: rgba(50, 50, 50, 1);
  position: relative;
}
table.TableListe thead th a:hover {
  background-color: rgba(208, 214, 217, 1);
}
table.TableListe tbody {
  border: none;
  background-color: unset;
}
table.TableListe tbody tr {
  min-height: 2em;
}
table.TableListe tbody tr:nth-child(2n + 1) {
  background-color: rgba(254, 254, 254, 0.9);
}
table.TableListe tbody tr:nth-child(2n) {
  background-color: rgba(254, 254, 254, 0.2);
}
table.TableListe tbody tr.EnSommeil {
  opacity: 0.4;
}
table.TableListe tbody tr.LigneCourante {
  background-color: rgba(13, 180, 252, 0.1);
}
table.TableListe tbody tr:hover {
  background-color: rgba(252, 180, 13, 0.1);
}
table.TableListe tbody tr td {
  padding: 5px 5px;
  border-right: 1px solid rgba(254, 254, 254, 0.9);
}
table.TableListe tbody tr td:last-child {
  border-right: none;
}
table.TableListe tfoot {
  border: none;
  background-color: unset;
}

.TableListe tbody tr.SansHover:nth-child(2n + 1) {
  background-color: inherit;
  cursor: auto;
}
.TableListe tbody tr:nth-child(2n) {
  background-color: rgba(255, 255, 255, 1);
}
.TableListe tbody tr.ImportanceHaute td {
  background-color: #f8d8d0;
}
.TableListe tbody tr.ImportanceHaute:hover td {
  background-color: #f0d0c8;
}
.TableListe tbody tr.ASuivre td {
  background-color: #7bd5b850;
}
.TableListe tbody tr.ASuivre:hover td {
  background-color: #7bd5b870;
}

.TableListe tbody tr.Marquee td,
.TableListe tbody tr.Marquee:hover td {
  background-color: #fde8be;
}
.TableListe tbody tr.Marquee:hover td {
  background-color: #f7e0b3;
}
.TableListe tbody tr.Lu td {
  cursor: pointer;
}
.TableListe tbody tr.NonLu td {
  font-weight: bold;
  cursor: pointer;
}
.TableListe tbody tr.Facture td {
  color: #999;
}
.TableListe tbody tr.NonFacture td {
  color: #333;
}
.TableListe tbody tr.SansHover:hover {
  background-color: inherit;
  cursor: default;
}
.TableListe tbody tr.AucunEnregistrement {
  background-color: inherit;
}
.TableListe tbody tr.AucunEnregistrement td {
  cursor: default;
}

@media only screen and (max-width: 639px) {
  /* small */
  .TableListe th.RuptureCellule {
    display: none;
  }
  .TableListe td.RuptureCellule {
    display: block;
    border: 0;
    /*
		padding:0;
*/
    margin: 0;
    margin-left: 2em;
  }
  .TableListe td.RuptureCellule:first-child {
    margin-left: 0;
  }
}

/*************************** colorPickSelector ********************************/
.colorPickSelector {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(120, 120, 120, 0.3);
  vertical-align: bottom;
  display: inline-block;
  cursor: pointer;
  transition: transform ease 0.3s;
}

/*************************** ZoneDeposeDocument ********************************/
#ZoneDeposeDocument {
  position: relative;
}

#ZoneDeposeDocument::before {
  pointer-events: none;
  content: attr(data-texte);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  display: none;
  justify-content: center;
  padding: 2em;
  background-color: rgba(218, 223, 230, 0.9);
  border: 2px dashed rgba(70, 97, 134, 0.9);
  box-shadow: 0 0 10px rgba(70, 97, 134, 0.6);
  font-size: 2em;
  color: rgba(70, 97, 134, 1);
}
#ZoneDeposeDocument.drag-over::before {
  display: flex;
}

/*************************** diOuiNon ********************************/
.diOuiNon {
  box-sizing: border-box;
  padding: 0;
  font-size: 0;
  margin: 3px 5px 3px 5px;
  position: absolute;
  display: inline-flex;
  border-radius: 1rem;
  height: 24px;
  border: none;
  width: 50px;
  max-width: 50px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
table.TableListe .diOuiNon {
  position: relative;
}
.diOuiNon input[type="checkbox"] {
  all: initial;
  box-sizing: border-box;
  appearance: none;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: normal;
  color: #0a0a0a;
  position: absolute;
  opacity: 0;
  z-index: -2;
}
.diOuiNon input[type="checkbox"] + label {
  all: initial;
  display: flex;
  background-color: rgb(220, 220, 220);
  background-color: rgb(220, 80, 80);
  width: 100%;
  border-radius: 20px;
  height: 24px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.diOuiNon input[type="checkbox"] + label::before {
  all: initial;
  pointer-events: none;
  font-family: "Roboto", sans-serif;
  position: absolute;
  content: "";
  font-size: 10px;
  text-align: center;
  line-height: 20px;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  border-radius: 18px;
  background-color: rgba(254, 254, 254, 1) !important;
  color: rgba(30, 30, 30, 1);
  box-shadow: 0 0 3px 3px rgba(30, 30, 30, 0.05);
  /* box-shadow: 0 0 3px 3px rgba(230, 30, 30, 0.05); */
  transition:
    all 0.3s ease,
    left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}
.diOuiNon input[type="checkbox"]:active + label::before {
  width: 30px;
}
.diOuiNon input[type="checkbox"]:checked + label {
  background-color: rgb(80, 180, 80);
}
.diOuiNon input[type="checkbox"]:checked + label::before {
  transition: all 0.3s ease;
  left: calc(100% - 22px);
  content: "";
  font-weight: bold;
}
.diOuiNon input[type="checkbox"]:active:checked + label::before {
  transition: all 0.3s ease;
  left: calc(100% - 32px);
}
.diOuiNon input[type="checkbox"]:disabled + label {
  opacity: 0.85;
  cursor: not-allowed;
  pointer-events: none;
}
.diOuiNon.disabled input[type="checkbox"] + label,
.diOuiNon.readonly input[type="checkbox"] + label {
  cursor: not-allowed;
  pointer-events: none;
}

.diOuiNon.AvecLegende {
  width: 70px;
  max-width: 70px;
}
.diOuiNon.AvecLegende input[type="checkbox"] + label::before {
  content: "NON";
  width: 32px;
}
.diOuiNon.AvecLegende input[type="checkbox"]:active + label::before {
  width: 46px;
}
.diOuiNon.AvecLegende input[type="checkbox"]:checked + label::before {
  content: "OUI";
  left: calc(100% - 36px);
}
.diOuiNon.AvecLegende input[type="checkbox"]:active:checked + label::before {
  transition: all 0.3s ease;
  left: calc(100% - 48px);
}

.diOuiNon.diPetit {
  height: 18px;
  width: 36px;
  max-width: 36px;
}
.diOuiNon.diPetit input[type="checkbox"] + label {
  height: 18px;
}
.diOuiNon.diPetit input[type="checkbox"] + label::before {
  line-height: 14px;
  width: 14px;
  height: 14px;
}
.diOuiNon.diPetit input[type="checkbox"]:active + label::before {
  width: 22px;
}
.diOuiNon.diPetit input[type="checkbox"]:checked + label::before {
  left: calc(100% - 16px);
}
.diOuiNon.diPetit input[type="checkbox"]:active:checked + label::before {
  left: calc(100% - 24px);
}

.diOuiNon.diPetit.AvecLegende {
  width: 50px;
  max-width: 50px;
}
.diOuiNon.diPetit.AvecLegende input[type="checkbox"] + label::before {
  width: 26px;
}
.diOuiNon.diPetit.AvecLegende input[type="checkbox"]:active + label::before {
  width: 32px;
}
.diOuiNon.diPetit.AvecLegende input[type="checkbox"]:checked + label::before {
  left: calc(100% - 28px);
}
.diOuiNon.diPetit.AvecLegende
  input[type="checkbox"]:active:checked
  + label::before {
  left: calc(100% - 34px);
}

/*************************** Couleurs ********************************/
.TexteNoir {
  color: rgb(77, 77, 79);
}
.TexteBlanc {
  color: rgb(253, 253, 253);
}
.TexteBleu {
  color: rgb(20, 151, 203);
}
.TexteRose {
  color: rgb(205, 96, 137);
}
.TexteOrange {
  color: rgb(243, 137, 59);
}
.TextePomme {
  color: rgb(155, 192, 53);
}
.TexteVert {
  color: rgb(10, 155, 86);
}
.TexteRouge {
  color: rgb(194, 73, 54);
}
.TexteViolet {
  color: rgb(137, 102, 204);
}
.TexteMarron {
  color: rgb(152, 100, 56);
}
.TexteGris {
  color: rgb(134, 134, 136);
}
.TexteGrisFonce {
  color: rgb(109, 110, 112);
}
.TexteGrisClair {
  color: rgb(213, 213, 217);
}
.TexteJaune {
  color: rgb(247, 184, 43);
}

.FondNoir {
  background-color: rgb(77, 77, 79);
}
.FondBlanc {
  background-color: rgb(253, 253, 253);
}
.FondBleu {
  background-color: rgb(20, 151, 203);
}
.FondRose {
  background-color: rgb(205, 96, 137);
}
.FondOrange {
  background-color: rgb(243, 137, 59);
}
.FondPomme {
  background-color: rgb(155, 192, 53);
}
.FondVert {
  background-color: rgb(10, 155, 86);
}
.FondRouge {
  background-color: rgb(194, 73, 54);
}
.FondViolet {
  background-color: rgb(137, 102, 204);
}
.FondMarron {
  background-color: rgb(152, 100, 56);
}
.FondGris {
  background-color: rgb(134, 134, 136);
}
.FondGrisFonce {
  background-color: rgb(109, 110, 112);
}
.FondGrisClair {
  background-color: rgb(213, 213, 217);
}
.FondJaune {
  background-color: rgb(247, 184, 43);
}
.FondJauneClair {
  background-color: rgb(252, 226, 167);
}
.FondBleuClair {
  background-color: rgb(207, 233, 244);
}
.FondOrangeClair {
  background-color: rgb(250, 204, 171);
}
.FondVertClair {
  background-color: rgb(178, 233, 208);
}
.FondVioletClair {
  background-color: rgb(218, 208, 238);
}
.FondMarronClair {
  background-color: rgb(223, 207, 194);
}
.FondPommeClair {
  background-color: rgb(224, 235, 193);
}
.FondRoseClair {
  background-color: rgb(235, 201, 214);
}
.FondRougeClair {
  background-color: rgb(245, 204, 196);
}

.ContourNoir {
  border-color: rgb(77, 77, 79);
}
.ContourBlanc {
  border-color: rgb(253, 253, 253);
}
.ContourBleu {
  border-color: rgb(20, 151, 203);
}
.ContourRose {
  border-color: rgb(205, 96, 137);
}
.ContourOrange {
  border-color: rgb(243, 137, 59);
}
.ContourPomme {
  border-color: rgb(155, 192, 53);
}
.ContourVert {
  border-color: rgb(10, 155, 86);
}
.ContourRouge {
  border-color: rgb(194, 73, 54);
}
.ContourViolet {
  border-color: rgb(137, 102, 204);
}
.ContourMarron {
  border-color: rgb(152, 100, 56);
}
.ContourGris {
  border-color: rgb(134, 134, 136);
}
.ContourGrisFonce {
  border-color: rgb(109, 110, 112);
}
.ContourGrisClair {
  border-color: rgb(213, 213, 217);
}
.ContourJaune {
  border-color: rgb(247, 184, 43);
}
