@charset "UTF-8";
@font-face {
  font-family: "Pacifico";
  src: url("/asset/fonts/Pacifico-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Dancing";
  src: url("/asset/fonts/DancingScript.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}

body {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.76);
  margin: 0 auto;
  width: 90%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-3d-m {
  font-family: "Pacifico", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  font-size: 85px;
  font-weight: 200;
  color: rgb(53, 46, 46);
  text-shadow: 1px 1px #919191, 1px 2px #919191, 1px 3px #919191, 1px 4px #919191, 1px 5px #919191, 1px 6px #919191, 1px 7px #919191, 1px 8px #919191, 1px 9px #919191, 1px 10px #919191, 1px 12px 4px rgba(45, 45, 45, 0.4), 1px 16px 8px rgba(45, 45, 45, 0.4), 1px 20px 26px rgba(45, 45, 45, 0.4), 1px 40px 40px rgba(45, 45, 45, 0.4);
  -moz-user-select: none; /* Firefox */
  -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
  -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
  user-select: none; /* Propriété standard */
}
@media screen and (max-width: 500px) {
  .text-3d-m {
    font-size: 60px;
    font-weight: 200;
  }
}

.text-3d-codec {
  font-family: "Verdana", sans-sherif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 85px;
  color: rgb(53, 46, 46);
  text-shadow: 1px 1px #919191, 1px 2px #919191, 1px 3px #919191, 1px 4px #919191, 1px 5px #919191, 1px 6px #919191, 1px 7px #919191, 1px 8px #919191, 1px 9px #919191, 1px 10px #919191, 1px 12px 4px rgba(45, 45, 45, 0.4), 1px 16px 8px rgba(45, 45, 45, 0.4), 1px 20px 26px rgba(45, 45, 45, 0.4), 1px 40px 40px rgba(45, 45, 45, 0.4);
  -moz-user-select: none; /* Firefox */
  -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
  -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
  user-select: none; /* Propriété standard */
}
@media screen and (max-width: 500px) {
  .text-3d-codec {
    font-size: 60px;
  }
}

.text-3d-codec-small {
  -webkit-transform: translateY(22px);
          transform: translateY(22px);
  font-family: "Verdana", sans-sherif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  color: rgb(53, 46, 46);
  text-shadow: 1px 1px #919191, 1px 2px #919191, 1px 3px #919191, 1px 4px #919191, 1px 5px #919191, 1px 6px #919191, 1px 16px 8px rgba(45, 45, 45, 0.4), 1px 20px 26px rgba(45, 45, 45, 0.4), 1px 40px 40px rgba(45, 45, 45, 0.4);
  -moz-user-select: none; /* Firefox */
  -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
  -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
  user-select: none; /* Propriété standard */
}
@media screen and (max-width: 500px) {
  .text-3d-codec-small {
    font-size: 20px;
  }
}

.maj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -20px;
  margin-bottom: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 500px) {
  .maj {
    font-size: 0.7rem;
    margin-top: -10px;
  }
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style-type: none;
  margin-bottom: 20px;
}
.navbar-nav .active {
  -webkit-transform: translateY(-10%) scale(1.03);
          transform: translateY(-10%) scale(1.03);
}
.navbar-nav .active a {
  font-size: 1.7rem;
  color: black;
}
.navbar-nav a {
  text-decoration: none;
  padding: 10px;
  font-size: 1.5rem;
  color: rgba(71, 60, 60, 0.692);
}
.navbar-nav li {
  color: black;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.navbar-nav li:hover {
  -webkit-transform: translateY(-10%) scale(1.03);
          transform: translateY(-10%) scale(1.03);
}
@media screen and (max-width: 500px) {
  .navbar-nav li {
    color: black;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
  }
  .navbar-nav li:hover {
    -webkit-transform: translateY(0%) scale(1);
            transform: translateY(0%) scale(1);
  }
  .navbar-nav a {
    text-decoration: none;
    padding: 10px;
    font-size: 1.2rem;
    color: rgba(71, 60, 60, 0.692);
  }
  .navbar-nav .active {
    -webkit-transform: translateY(0%) scale(1);
            transform: translateY(0%) scale(1);
  }
  .navbar-nav .active a {
    font-size: 1.2rem;
    color: black;
  }
  .navbar-nav .nav-link-media {
    display: none;
  }
}

.checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: sans-serif;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 20px 0 30px;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked + label {
  background: rgb(19, 68, 19);
}

.change {
  background: white;
}

.checkbox-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 10px 0 30px;
}

.checkbox-container input[type=checkbox] {
  display: none;
}

.checkbox-type input[type=checkbox]:checked + label {
  background: rgba(124, 115, 103, 0.3215686275);
}

label {
  cursor: pointer;
  border: 1px solid rgb(29, 102, 102);
  background: white;
  padding: 10px;
  border-radius: 5px;
  max-height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.radio-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  background: white;
  border-radius: 20px;
  padding: 10px;
  color: black;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.452);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.452);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.radio-container input[type=checkbox] + label {
  background: rgb(255, 255, 255);
}
@media screen and (max-width: 400px) {
  .radio-container input[type=checkbox] + label {
    font-size: 0.9rem;
    padding: 7px;
  }
}
@media screen and (max-width: 360px) {
  .radio-container input[type=checkbox] + label {
    font-size: 0.8rem;
    padding: 7px;
  }
}
@media screen and (max-width: 350px) {
  .radio-container input[type=checkbox] + label {
    font-size: 0.6rem;
    padding: 5px;
  }
}

.radio-container input[type=checkbox]:checked + label {
  background: rgba(124, 115, 103, 0.3215686275);
  color: black;
}

.reinitialize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0 5px 0;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px;
  padding: 20px 20px;
  text-align: center;
  border-radius: 8px;
  width: 350px;
  background: rgba(124, 115, 103, 0.3215686275);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  -webkit-box-shadow: 0 1px 6px rgba(51, 51, 51, 0.192);
          box-shadow: 0 1px 6px rgba(51, 51, 51, 0.192);
  position: relative;
  min-height: 30px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.card:hover {
  background: blue;
  color: white;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.view {
  background: rgb(0, 255, 42);
}

.provenance {
  position: absolute;
  color: rgb(4, 0, 255);
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  top: 0;
  right: 0;
}
.provenance:hover {
  color: white;
}

.type {
  position: absolute;
  color: rgb(4, 0, 255);
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  bottom: 0;
  left: 0;
}
.type:hover {
  color: white;
}

.explain {
  display: block;
  position: relative;
  padding-bottom: 10px;
  font-size: 1.8rem;
  overflow: visible;
  /* 
   .command {
    position: relative;


    .select {
      position: absolute;
      color: $color4;
      background-color: yellow;
      font-size: 1.4rem;
    overflow-x: auto;
     background-color: $color11;
     color: $color4;
     padding: 5px 5px;
    //  border-radius: 0px 20px 20px 20px;
     border: 2px solid blue;
    text-align: center;  

    .copy1,.copy2,.copy3,.copy4 {
      position: absolute;
      font-size: 1rem;
      border: none;
      top: 0;
      right: 0;

  }
    .displayCommand{
      position: absolute;
        font-size: 1.4rem;
    overflow-x: auto;
     background-color: $color11;
     color: $color4;
     padding: 25px 25px;
     border-radius: 0px 20px 20px 20px;
     border: 2px solid blue;
    text-align: center;
    p {
      white-space: pre;
    }
    }
  }



     @media screen and (max-width: 600px) {
      font-size: 1.2rem;
      border-radius: 20px;
      padding: 25px 25px;
      margin-top: 25px;
      margin-bottom: 15px;
      // text-align: center; 
      word-break: break-word;
    }


   }
    */
}
.explain .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding-bottom: 30px;
}
.explain .src {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  font-size: 1.1rem;
  padding-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .explain .src {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.7rem;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .explain img {
    max-width: 95%;
    max-height: 95%;
  }
}
.explain #returnTop {
  position: absolute;
  top: 15px;
  right: 0;
  padding: 0;
  font-size: 1.5rem;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  z-index: 1;
}
.explain #returnTop:hover {
  background: white;
  -webkit-transform: translateY(20px) scale(1.3);
          transform: translateY(20px) scale(1.3);
  /* translate(3px, -5px); */
}
@media screen and (max-width: 600px) {
  .explain #returnTop {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    margin-bottom: 15px;
  }
}
.explain #returnBottom {
  position: absolute;
  bottom: -15px;
  right: 0;
  padding: 0;
  font-size: 1.5rem;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.explain #returnBottom:hover {
  background: white;
  -webkit-transform: translateY(20px) scale(1.3);
          transform: translateY(20px) scale(1.3);
}
.explain .title {
  position: relative;
  min-height: 100%;
  min-width: 100%;
  height: 30px;
  width: 100%;
  margin-bottom: 50px;
}
.explain .title h1 {
  font-style: italic;
  font-size: 1.3rem;
  position: absolute;
  bottom: -20px;
}
@media screen and (max-width: 475px) {
  .explain .title h1 {
    font-size: 1rem;
  }
}
.explain .command .select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.explain .command .select .copy1, .explain .command .select .copy2, .explain .command .select .copy3, .explain .command .select .copy4 {
  background-color: #3498db;
  color: white;
  border: none;
  padding: 5px;
  margin-bottom: 5px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.explain .command .select .copy1:hover, .explain .command .select .copy2:hover, .explain .command .select .copy3:hover, .explain .command .select .copy4:hover {
  background-color: rgb(33.1380753138, 125.1882845188, 186.8619246862);
}
.explain .command .displayCommand p {
  margin: 0;
  font-family: monospace;
  background-color: rgb(153, 131, 131);
  padding: 0.75rem;
  margin-bottom: 18px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  border: 2px solid blue;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
}
.explain .inter {
  position: relative;
  font-size: 1.4rem;
  overflow-x: auto;
  background-color: rgb(153, 131, 131);
  color: rgb(13, 22, 31);
  padding: 25px 25px;
  border-radius: 20px 20px 20px 20px;
  border: 2px solid blue;
  text-align: center;
}
.explain .inter p {
  white-space: pre;
}
.explain .inter2 {
  color: green;
  font-size: 2.2rem;
  padding-top: 30px;
  padding-left: 0px;
  text-align: center;
  word-break: keep-all;
}
@media screen and (max-width: 500px) {
  .explain .inter2 {
    font-size: 1.1rem;
    word-break: keep-all;
  }
}
.explain .radio-container input[type=checkbox] {
  background: rgb(31, 31, 24);
}
.explain .radio-container input[type=checkbox]:checked + label {
  background: rgba(124, 115, 103, 0.3215686275);
  color: black;
}
.explain .init {
  display: block;
}
.explain .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Pacifico", sans-sherif;
  font-size: 2rem;
  margin-top: 25px;
  padding: 0;
}
@media screen and (max-width: 525px) {
  .explain .link {
    font-size: 1rem;
  }
}
.explain #cadre {
  position: relative;
  display: grid;
  margin-top: 20px;
  font-size: 1.8rem;
}
.explain #cadre .ft, .explain #cadre .fb {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.explain #cadre #inLine {
  float: left;
  padding-right: 20px;
  padding-left: 20px;
  word-break: break-word;
  padding-top: 12px;
}
@media screen and (max-width: 500px) {
  .explain #cadre #inLine {
    font-size: 1.1rem;
  }
}
.explain #cadre #inLine0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eee;
  color: #333;
  border-radius: 10px;
  font-family: Courier, sans-serif;
  padding: 10px 10px 10px 25px; /* top right bottom left */
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .explain #cadre #inLine0 {
    font-size: 1.2rem;
  }
}
.explain #cadre #inLine1 {
  display: inline-block;
  margin-bottom: 0px;
  /* padding-left: 20px; */
  /* align-items: center;  */
  /* padding: 80px; */
}
@media screen and (max-width: 500px) {
  .explain #cadre #inLine1 {
    font-size: 1.1rem;
  }
}
.explain #cadre #inLine2 {
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 50px;
  font-family: "Courier New", Courier, monospace;
}
@media screen and (max-width: 500px) {
  .explain #cadre #inLine2 {
    font-size: 0.9rem;
  }
}
.explain #cadre #inLine3 {
  display: inline-block;
  padding-top: 12px;
  padding-left: 80px;
}
@media screen and (max-width: 500px) {
  .explain #cadre #inLine3 {
    font-size: 0.9rem;
  }
}
.explain #cadre #inLine4 {
  display: inline-block;
  font-family: "Dancing", sans-serif;
  padding-bottom: 0px;
  padding-left: 0px;
}
@media screen and (max-width: 500px) {
  .explain #cadre #inLine4 {
    font-size: 1.2rem;
    padding-bottom: 0px;
  }
}
.explain #inSub {
  list-style-type: none;
  display: inline-block;
  text-align: left;
  padding-top: 12px;
  padding-left: 80px;
}
@media screen and (max-width: 500px) {
  .explain #inSub {
    font-size: 1rem;
    text-align: left;
    word-break: break-word;
  }
}
.explain .containe {
  position: relative;
  display: grid;
  grid-template-columns: 6% 94%;
  padding-top: 20px;
}
.explain .containe .warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 3rem/100% Georgia, "Times New Roman", Times, serif;
}
@media screen and (max-width: 500px) {
  .explain .containe .warning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
    font: 2rem/100% Georgia, "Times New Roman", Times, serif;
  }
}
.explain .containe .info {
  font-family: "Sometype Mono", monospace;
  color: blue;
  font-size: 1.1rem;
  padding-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  word-break: break-word;
}
.explain .info2 {
  font-family: "Sometype Mono", monospace;
  color: blue;
  font-size: 1.1rem;
  padding-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  word-break: break-word;
}