.reveal {
  font-family: "Fira Code", monospace !important;
}

author {
  font-family: "Century Gothic";
  font-size: 60px;
  color: #ff5757;
}

.dark {
  color: #262626;
}

.less-dark {
    color: #595858;
  }

.blue {
    color: #38B6FF;
}

.green {
    color: #D5FF80;
}

.bordeaux {
    color: #9F3452;
}

.yellow {
    color: #F8D381;
}

.orange {
    color: #FFAD66;
}

.mauve {
    color: #DFBFFF;
}

.important-red {
    color: #ff5757;
}

.important-green {
    color: #7eda57;
}

.bg-red {
  background-color: #f4d35e;
  color: #0d3b66;
}

.center {
    text-align: center;
}

.master {
  display: flex;
}

.master2 {
    width: 200px;
}

div .master {
  width: 100%;
  height: 100%;
}

.top-header {
  position: relative;
  top: 0;
  left: 50;
  right: 50;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  padding: 1rem 0;
  z-index: 10; /* au-dessus du reste */
}

.header {
  border: 1.5px solid white;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 5px;
}

.header-p {
  color: #ab81ff;
}

.logo-header-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

img.logo-header {
  width: 25px;
}

img.logo-header.size {
  height: 25px;
}

.footer {
  position: absolute;
  bottom:0%;
  left: 50%;
  right: 50%;
  top: 100%;
  display: flex;
  justify-content: center;
  font-size: 18px;
  margin-top: 10px;
}

.box1 {
  display: flex;
  justify-content: center;
}

div.box1 img.master {
    width: 300px;
}

.description-box1 {
  padding: 10px;
  width: 100%;
}

.reveal .slides section h1 {
  font-size: 72px !important;
  font-family: "Fira Code", monospace !important;
  font-weight: normal;
  color: #7eda57 !important;
  text-transform: none !important;
  margin-bottom: 20px !important;
  margin: 10px;
}

.reveal .slides section h2 {
  font-size: 68px !important;
  font-family: "Fira Code", monospace !important;
  font-weight: normal;
  color: #ff5858 !important;
  text-transform: none !important;
  margin-bottom: 20px !important;
  margin: 10px;
  width: 100%;
}

.reveal .slides section h3 {
    font-size: 42px !important;
    font-family: "Fira Code", monospace !important;
    font-weight: normal;
    color: white !important;
    text-transform: none !important;
    margin-bottom: 20px !important;
    margin: 10px;
    width: 100%;
  }

.reveal img {
  margin: 10px !important;
}

p.slide, ol, ul {
    font-size: 20px;
    font-family: 'Menlo';
    color: #D4D2C8;
    margin: 10px !important;
}

.quote {
  font-size: 16px;
  font-family: 'Century Gothic';
  color: rgb(151, 134, 134);
}

.accolade {
  color: white;
}

.num {
  color: #a483f7;
}

.reveal .code-wrapper {
    font-size: 18px !important;
    border-radius: 5px;
    overflow: auto;
}

.code-uniq {
    font-family: 'Menlo';
    font-size: 18px;
    font-weight: bold;
}

div.alea {
    display: flex;
    justify-content: space-evenly;
}

div.aside-2 {
    display: flex;
    justify-content: space-between;
    margin: 2px;
}

div.aside-2 code {
    padding-bottom: 0px !important;
    margin: 0px 10px 5px 5px;
    border-radius: 5px;
}

div.aside-3 {
    display: flex;
    justify-content: space-between;
    overflow: visible;
}

div.aside-3 img {
    width: 300px;
    z-index: 1;
}

div.aside-3 img.front {
    width: 350px;
    transform: scale(1.2);
    margin: 0 -50px;
    z-index: 2;
}

div.note {
    font-size: 40px;
}

.reveal table {
    width: 100%;
    margin: 2rem auto;
    border-collapse: collapse;
    border-radius: 2px;
    font-size: 1rem;
    text-align: center !important;
  }
  
  .reveal th,
  td {
    border: 0px solid #ccc;
    padding: 0.6rem 1rem;
    text-align: center !important;
    vertical-align: middle;
  }
  
  .reveal th {
    background-color: #333;
    color: #D5FF80;
  }

@font-face {
  font-family: "Century Gothic";
  src: url("../dist/theme/fonts/gothic.woff") format(woff);
  font-weight: normal;
  font-style: normal;
}

/* Quizz CSS */

.reveal .slides section .reveal-quiz-question h1 {
    font-size: 32px !important;
    font-family: "Fira Code", monospace !important;
    font-weight: normal;
    color: #7eda57 !important;
    text-transform: none !important;
    margin-bottom: 20px !important;
    margin: 10px;
}

.reveal-quiz-question form {
    display: flex;
    flex-flow: column wrap;
    flex-basis: auto;
}

.reveal-quiz-question form button {
    font-weight: inherit;

    align-self: flex-end;
    margin: 1rem;
}

.reveal-quiz-answer input {
    display: none;
    width: 100%;
}

.reveal-quiz-answer label {
    background: #f2f2f2;
    border: 2px solid #f2f2f2;
    border-radius: 5px;
    cursor: pointer;

    display: block;
    margin: 1rem;
}

.reveal-quiz-answer.correct label {
    background: lightgreen;
    border: 2px solid green;
}

.reveal-quiz-answer.incorrect label {
    background: indianred;
    border: 2px solid red;
}

.reveal-quiz-answer input:checked + label {
    border: 2px solid #766df4;
}

.explanation {
    white-space: pre-wrap;
}
