html, body {
  background-attachment: fixed !important;    
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-color: var(--fond);
  background-image: var(--imgbg);
}

.content {
      color: var(--text) !important;
    font: 15px Calibri !important;
  line-height: 1.4em !important;
}

a {
    color: var(--beige) !important;
}

a:hover {
  color: var(--blue) !important;
}
a{text-decoration:none;}
a:hover{text-decoration:none !important;}
* {
  scrollbar-width: thin;
  scrollbar-color: var(--deepblue) var(--black);
}
::-webkit-scrollbar {
    background: var(--black);
    width: 15px;
}
::-webkit-scrollbar-thumb {
    height: 30px;
    background:var(--deepblue);
}

c1 {
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image:linear-gradient(120deg, var(--pink) 0%, var(--blue) 100%);
}
c2 {
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image:linear-gradient(120deg, var(--blue) 0%, var(--pink) 100%);
  text-align: center;
  margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
  font-family: "Protest Revolution", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:30px;
}
c3{
  text-align: center;
  margin-top:-15px;
}
c3 img{
  width:15px;
}
d {
  color: var(--pink);
  letter-spacing: 1px;
  font-style: italic;
  border-radius: 5px;
}
d4 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 13px;
    color: var(--pink);
}
da1 {
  color: var(--pink);
  letter-spacing: 1px;
  font-weight: bold;
}
e {
  color:var(--red);
  text-transform:uppercase;
  font-style:italic;
}
e1 {
  text-transform: uppercase;
  font: 13px Calibri;
  color: var(--blue);
}
y {
  color: var(--deepblue);
  font-weight: bold;
}
y1 {
  background-image: linear-gradient(120deg, var(--pink) 0%, var(--blue) 100%);
  border-radius: 5px;
  padding: 2px;
  color: var(--black);
}
y2 {
  background: linear-gradient(120deg, var(--red) 0%, var(--pink) 100%);
  border-radius: 5px;
  padding: 2px;
  color: var(--black);
}
tw {
  transition: all 500ms;
  background: var(--minigrey);
  padding: 2px;
  border-radius: 5px;
  position: relative;
  z-index: 99;
  color: var(--minigrey);
}
tw:hover {
  transition:all 500ms;
  background:transparent;
  position:relative;
}

u {
  text-decoration-color: var(--pink);
  text-decoration-style: dotted;
  text-decoration-thickness: 2px;
}

vips {
  color: var(--vips);
}
viss {
  color: var(--viss);
}
gardes {
  color: var(--gardes);
}
employes {
  color: var(--employes);
}
slaves {
  color: var(--slaves);
}

/*toggle*/
.theme-switch-wrapper {
    display: inline-block;
    align-items: center;
    position: fixed;
    z-index: 99;
    right: 0;
margin-top:10px;
margin-right:15px;}

.theme-switch-wrapper em {
    font-size: 12px !important;
          text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0.6;
	color: var(--em);}
.theme-switch {
  display: inline-block;
  height: 20px;
  position: relative;
  width: 40px;
  top:35px;
}

.theme-switch input {
  display:none;
}

.slider {
  background-color: var(--fondcatinvers);
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider:before {
  background-color: var(--blanc);
  bottom: 4px;
  content: "";
  height: 12px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 12px;
}

input:checked + .slider {
  background-color: var(--fondcatinvers);
}

input:checked + .slider:before {
  transform: translateX(20px);
}

.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}
/*fin dark light mode*/

.titre, .titrevip, .titrevis, .titresecurity, .titreslave, .titreemploye {
    padding: 5px;
    border-radius: 5px;
  display: grid;
  width: auto;
  color: var(--em);
  background-image:url(https://lostinthesea.neocities.org/Images/Fond%20titre%20avec%20feuillesAA.png); /* ARRIERE PLAN DERNIER MESSAGE FEUILLE */
  background-position: top;
  background-repeat: no-repeat;
  background-color: var(--fondcat);
}

.titre {
  border: solid 1px var(--deepblue);
}

.titrevip {
  border: solid 1px var(--vips);
}
.titrevip::before {
content:"Fiche du client : "
}

.titrevis {
  border: solid 1px var(--viss);
}
.titreslave::before {
content:"Fiche de la marchandise : "
}

.titreemploye::before {
content:"Fiche de l'employé : "
}

.titresecurity::before {
content:"Fiche de l'agent de sécurité : "
}

.titrevis::before {
content:"Fiche de la propriété privée : "
}

.titresecurity {
  border: solid 1px var(--gardes);
}

.titreemploye {
  border: solid 1px var(--employes);
}

.titreslave {
  border: solid 1px var(--slaves);
}

/*** FICHES DU FORUM ***/
fich, .fich {
background-color:var(--bg-lighter);
background-image:url(https://lostinthesea.neocities.org/Images/iconhautdesfiches.png);
background-position:right top;
background-repeat:no-repeat;
width:100%;
display:block;
box-shadow:var(--shadow);
border-radius:10px;
padding-bottom:1px;
      text-align: justify;
}
sec, .sec {
margin:0 45px 60px;
display:block
}
.preza_1, .preza2 {
  width:520px;
  display: flex;
  flex-direction: row;
}
.preza_1 div {
  background: transparent;
  color: var(--maxigrey);
  font: 12px;
  margin-bottom: 10px;
  border-radius:5px;
  vertical-align: baseline;
}
.preza_2 div {
  background: transparent;
  color: var(--maxigrey);
  font: 12px;
  margin-bottom: 10px;
  border-radius:5px;
  vertical-align: baseline;
  width: 200px !important;
  height: 200px;
  overflow: auto;
  display: flex;
}
.preza_prez {
    width: 330px;
  height: 300px;
  overflow:auto;
}
pf1 {
width:100% !important;
padding:3px 3px;
border:1px solid var(--bordure);
margin-bottom:-10px;
  display: block;
  border-radius: 5px;
}
vipss, visss, gardess, employess, slavess, blt {
  font-size: 16px;
  font-weight: bold;
}
vipss, visss, gardess, employess, slavess {
  padding: 0 10px 0 10px;
  border-radius: 10px;
  text-shadow: 1px 1px 2px #000000, 0 0 1em #0000, 0 0 0.7em var(--titrefich), 0 0 0.2em #0000;
}
vipss { color: var(--vips);}
visss { color: var(--viss);}
gardess { color: var(--gardes);}
employess { color: var(--employes);}
slavess { color: var(--slaves);}
blt { color: var(--minigrey);font-family: Calibri;}

.box {
  display: grid;
  grid-template-columns: 0fr 0fr 0fr;
  gap: 0px 5px;
width: 520px;
}
.box div {
  align-self: center;
width: 255px;
  font: 14px Calibri !important;
    line-height: 1.4em !important;
  height:200px;
  overflow:auto;
  padding:5px;
}
.box1, .box2 {width:515px;font: 14px Calibri !important;line-height: 1.4em !important;overflow:auto;padding:5px;}
.box1 {height:200px;}
.box2 {height:100px;}

.ds_bandeau_last_title a {color: var(--fond) !important;}
.ds_bandeau_last_title a:hover {color: var(--pink) !important;}

.effacer {width:188px;height:300px;background-color: transparent;position:relative;border-radius:5px;}
.effacer img {-moz-transition: all 1s ease-in-out;-webkit-transition: all1s ease-in-out;transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out;position:absolute;top:0px;width:188px;height:300px;border-radius:5px;}
.effacer:hover img {opacity: 0;-moz-opacity: 0;-khtml-opacity: 0;filter: alpha(opacity=100);}
.effacer p {width:188px;height:300px;overflow:auto;padding:2px;text-align: center;}
.effacer pf1{text-align: justify;}

net {background-color: var(--fondcat);width:65px;border-radius:10px;padding-left: 5px;padding-right: 5px;margin-left:5px;margin-right:5px;}
.contentBox {text-align:justify !important;}
.tab {font: 13px Calibri !important;}
btn2,btn3 {font-size:12px;}
btn2.luxe {background:linear-gradient(to right bottom, #ebd197, #bb9b49, #b48811, #a2790d);color:var(--bg)}