<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  box-sizing: border-box;
}
html {
  height: 100%;
  overflow: hidden;
}
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
  background-color: #f4bd00;
}

.noscript {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background-color: white;
  z-index: 1500;
}

.noscript p {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: auto;
  font-size: 50px;
  text-align: center;
  line-height: 50px;
  transform: translateY(-100px);
}

.textAreaBackdrop {
  display:none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  background-color: rgba(0,0,0,0.8);
  z-index: 500;
}

.textAreaContainer {
  width:80%;
  margin: 25px auto;
}

.textAreaContainer button {
  display: block;
  margin: 10px auto;
  background-color: #d4a400;
  border: solid 2px #ffffff;
  padding: 8px 7px;
  text-align: center;
  color: white;
  line-height: 18px;
  border-radius: 7px;
  font-size: 20px;

}

.ck-editor__editable_inline {
  min-height:300px;
}

#menuTop {
  margin: 0;
  padding: 0;
  text-align: center;
}

#canvasContainer {
  background-color:white;
  margin:0 auto;
  margin-top: 15px;
  border:solid thin #656363;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
  height: 25px;
  font-family: sans-serif;
  color: black;
  font-size:12px;
}
.conteneur_sc {
  display:none;
  padding:10px;
}

#menuGauche .btn_sc {
  width:100%;
  text-align: left;
  border-bottom:solid 3px grey;
  cursor: pointer;
  font-family: 'Passion One', Arial, Helvetica, sans-serif;
  color:#3a3a3a;
}

#menuGauche .btn_sc img {
  border:none;
  width:auto;
  height:25px;
  vertical-align: middle;
}


.letter {
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.6);
  margin: 26px auto 0;
  padding: 0;
  position: relative;
  width: 80%;
}
.letter:before, .letter:after {
  content: "";
  height: 98%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.letter:before {
  background: #cecece;
  box-shadow: 0 0 8px rgba(0,0,0,0.4);
  left: -5px;
  top: 4px;
  transform: rotate(-2.5deg);
}
.letter:after {
  background: #cecece;
  box-shadow: 0 0 3px rgba(0,0,0,0.4);
  right: -3px;
  top: 1px;
  transform: rotate(1.4deg);
}

#menuDroite {
  position: absolute;
  top:0;
  bottom:0;
  right:0;
  height:auto;
  background-color: rgba(255,255,255,0.75);
  -webkit-box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.2);
}

#menuDroite img {
  cursor:pointer;
  width:50%;
  float:left;
}

#menuDroiteInner {
  height: 100%;
  width: 85%;
  margin: 0 auto;
}

#menuDroite img.full {
  cursor:pointer;
  width:100%;
  float: none;
  clear: both;
}

.clearfix {
  clear: both;
  height: 1px;
}

#menuDroite .divider {
  width: 100%;
  float: none;
  clear: both;
  height: 2px;
  background-color: rgb(109 109 109);
  margin: 10px 0;
  position: relative;
}

#menuTop p {
  display: inline-block;
  width: 35px;
  height: 45px;
  padding: 10px 5px 5px 5px;
  margin: 0 5px 0 0;
  border: solid thin white;
  border-radius: 5px;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 10px;
  cursor: pointer;
  vertical-align: top;
}
#menuTop p img {
    max-height: 25px;
    max-width: 25px;
}

#menuGauche {
  position: absolute;
  top: 0;
  left:0;
  bottom:0;
  z-index: 250;
  max-width: 200px;
  background-color: rgba(255,255,255,0.75);
  overflow-y: auto;
  height: 100%;
  float:left;
  scrollbar-width:thin;

  -webkit-box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.2);
}


#categorieContainer {
  position: absolute;
  top: 55px;
  left:0;
  bottom:0;
  width: 100%;  
}



#menuGauche::-webkit-scrollbar {
  width: 5px;               /* width of the entire scrollbar */
}

#menuGauche::-webkit-scrollbar-track {
  background: white;        /* color of the tracking area */
}

#menuGauche::-webkit-scrollbar-thumb {
  background-color: #bfbfbf;    /* color of the scroll thumb */
  border-radius: 0;       /* roundness of the scroll thumb */
  border: none;
}

#menuGauche img{
  width:100%;
  margin-bottom: 5px;
  border:solid thin grey;
  cursor: pointer;
}

.category-title {
  text-align: center;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5vw;
  margin: 1vw;
  color:#3a3a3a;

}

#loaderContainer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  z-index: 15000;
  background-color: rgba(255,255,255,1);
  text-align: center;
}

#logoChargement {
  max-height: 120px;
  top: 20px;
  position: relative;
}

#spinnerContainer {
  display:none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  z-index: 15000;
  background-color: rgba(255,255,255,0.8);
}

#spinnerContainer img {
  height: 10vh;
  position: absolute;
  top: 50%;
  left: 50%;
}

#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 40px;
  background-color: transparent;
  border: solid 2px #f4bd00;
  transform: translateX(-50%) translateY(-20px);
  padding:6px;
}

#loaderText {
  position: absolute;
  top: -30px;
  font-size: 20px;
  width: 100%;
  text-align: center;
  font-family: 'Passion One', 'Courier New', Courier, monospace;
  color: #f4bd00;
}

#loaderValue {
  position: absolute;
  top: 6px;
  font-size: 20px;
  text-align: center;
  font-family: 'Passion One', 'Courier New', Courier, monospace;
  color: #f4bd00;
  width: 100%;
}

#loaderstatus {
  width: 0;
  height: 100%;
  background-color: #ffe695;
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
  #menuTop p {
    width: 40px;
    height: 50px;
  }
  #menuTop p img {
      max-height: 30px;
      max-width: 30px;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  #menuTop p {
    width: 50px;
    height: 60px;
  }
  #menuTop p img {
      max-height: 40px;
      max-width: 40px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  #loaderText {
    top: -40px;
    font-size: 35px;
  }
  
  #loaderValue {
    top: 6px;
    font-size: 25px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  
}
</pre></body></html>