.debug,
h1,
nav a {
  color: #000;
}
#specialS,
.bold,
.btn-joindre,
.unenote:hover,
th {
  font-weight: 700;
}
.debug {
  display: block;
  background-color: #fca12d;
  font-size: 1.1em;
  padding: 5px 10px;
  border: 1px solid #f18a04;
  border-radius: 5px;
  margin: 15px 0;
}
body {
  background-image: linear-gradient(#cee2f5, #a8b7cd);
}
.bouton {
  font-size: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #cee2f5;
}
.unenote,
table {
  background-repeat: no-repeat;
}
.bouton:hover {
  background: #99c1df;
}
nav {
  background: #a8b7cd;
  height: 4em;
  padding-top: 0.1em;
}
nav a.active {
  background-color: #cee2f5;
  border: 1px solid #3c86bd;
}
.unenote:hover {
  transform: rotate(10deg);
}
.unenote:after {
  display: none;
}
footer {
  background: #000;
  color: #f5f5f5;
}
p {
  color: #0a1a2f;
}
.unenote {
  width: 300px;
  height: 150px;
  background-image: url("../medias/commun/backgroundDM.jpg") !important;
  background-size: 100% 100%;
  background-position: center;
}
#test:hover,
.rotate360:hover {
  transform: rotate(360deg);
}
#banderoll {
  width: 100%;
}
svg {
  width: 20px;
  height: 20px;
}
#specialS {
  color: tomato;
}
.dossierNotes {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2em 2em;
  grid-template-areas: ". . ." ". . .";
}
.date {
  font-size: 1.2em;
  -webkit-text-stroke: 1px #3c86bd;
  color: #3c86bd !important;
}
.bouton1 {
  display: block;
  background-color: #fff;
  border-radius: 5em;
}
.btn-joindre {
  padding: 0.8em 2em;
  background-color: #000;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 1.3em;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  width: 10em;
}
.auto-label,
.auto-labelB {
  font-size: 24px;
  min-width: 10em;
  width: 30em;
  max-width: 40em;
}
.btn-joindre:hover {
  color: #3c86bd;
}
.auto-label {
  field-sizing: content;
  height: 10em;
  padding: 5px 10px;
  border: 2px solid #333;
  border-radius: 4px;
  font-family: sans-serif;
}
.auto-labelB {
  padding-left: 2em;
  border: 2px solid #333;
  border-radius: 4px;
}
label {
  font-size: 1.75em;
}
#h1-id {
  font-size: 6em;
}
.form-class1 {
  display: grid;
  grid-template-columns: auto 50px;
  align-items: center;
  gap: 1em;
  margin: 0.5em 0;
}
.CInput:focus {
  background-color: #cee2f5;
  border: 2px solid #3c86bd;
  outline: 0;
}
.message-erreur {
  color: #f12c0d;
}
.message-erreur-formulaire {
  color: red;
}
.controle-erreur {
  border: 2px solid red;
  background-color: #ffb6c1;
}
.white {
  text-shadow: #fff 1px 0 10px !important;
}
.chienIcon {
  height: 75px;
  width: 75px;
  display: inline-block;
  transform: translateY(20px);
}
.alert {
  display: block;
  color: #fff;
  font-size: 1.1em;
  margin-top: 5px;
  margin-bottom: 7px;
  padding: 15px 20px;
  border: 1px solid #bebdbd;
  border-radius: 5px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}
.tabDate,
.tabEisenhower,
.tabNom,
.tabNum {
  color: #033e54;
  text-shadow: 3px -2px 3px orange;
}
.alert-success {
  background-color: #55b559;
}
.alert-danger {
  background-color: #f55145;
}
table {
  background-image: url("../medias/commun/tableBG.png");
  background-size: cover;
  border-collapse: collapse;
}
tr {
  height: 60px;
  gap: 10px;
  border: 1rem solid #000;
  margin: 0;
}
td {
  font-size: 1.5em;
}
th {
  font-size: 1.8em;
}
.rotate360 {
  transition: transform 0.6s;
  display: inline-block;
}
.AutoRigth {
  text-align: right;
}
.tabDate,
.tabEisenhower {
  padding-left: 10px;
}
.fm-container {
  max-width: 50vw;
  display: flex;
  flex-direction: column;
}
.Zgroup {
  display: flex;
  flex-direction: column;
}
.Ygroup {
  padding: 0.4em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 35vw;
}
.small-label {
  width: 18vw;
  border: 2px solid #333;
  border-radius: 4px;
}
.nav-container {
  display: flex;
  flex-direction: row;
  max-width: 80vw;
  margin: 0 auto;
  padding: 0;
} /*!*ajout pour mobile plustard*!*/
