* {
  box-sizing: border-box
}

@font-face {
  font-family: "AlexBrush-Regular";
  src:
    local("Alex Brush"),
    url("font/AlexBrush-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Italianno";
  src:
    local("Italianno"),
    url("font/Italianno-Regular-OTF.otf") format("opentype");
}


body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

@media screen and (max-width: 800px) {
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 700px) {
  body {
    font-size: 11px;
  }
}

.italianno {
  font-family: "Italianno", cursive;
  font-weight: normal;
}

.script {
  font-family: "Italianno", cursive;
  font-weight: normal;
}

.fantasy {
  font-family: fantasy;
  line-height: 1.3;

}

h1 {
  font-size: 5em;
}

h2 {
  font-size: 4em;
}

h3 {
  font-size: 3em;
}

h4 {
  font-size: 2em;
}

h5 {
  font-size: 1.5em;
}

.fantasy h1 {
  font-size: 4em;
}

.fantasy h3 {
  font-size: 3em;
}

.fantasy h3 {
  font-size: 2em;
}

.bigger {
  font-size: larger;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #923f3f;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* lien de type <a> */
.alink {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

.couleur {
  color: #923f3f;
}

/* Caption text */
.text {
  color: #923f3f;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.pagenumber {
  color: #923f3f;
  font-size: 2em;
  font-family: "Italianno", cursive;
  font-weight: normal;
  position: absolute;
  padding: 8px;
  top: 298px;
}

.pageGauche .pagenumber {
  left: 8%;
}

.pageDroite .pagenumber {
  left: 88%;
}

.page,
.pageGauche,
.pageDroite {
  /* color: #bd9494dd; */
  /* padding: 8px 12px; */
  position: absolute;
  /* top: 20px; */
  width: 100%;
  text-align: center;
  height: 300px;

}

.pageGauche {
  cursor: pointer;
  left: 5%;
  width: 48%;
  /* border-left: 1px solid #bbb;
  border-right: 1px solid #999; */
}

.pageDroite {
  cursor: pointer;
  left: 51%;
  width: 42%;
  /* border-left: 1px solid #999;
  border-right: 1px solid #bbb; */
}


/* Number text (1/3 etc) */
.numbertext {
  color: #d63737;
  font-size: 12px;
  padding: 8px 12px;
  /* position: absolute;
  top: 0; */
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  top: 310px;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

.container {
  max-width: 800px;
  margin: 20px auto;
}

.container h3 {
  color: #cb6b04;
  margin-block-end: 0.5em;
}

.container h4 {
  color: #d19600;
  margin-block-end: 0.5em;
}

.container h5 {
  color: #bd391e;
  margin-block-end: 0.5em;
}


.container ul {
  list-style-type: "🔆 ";
}

.container li {
  margin-bottom: 0.5em;
}

.container strong {
  color: #cb6b04;
}

:popover-open {
  width: 300px;
  margin: 100px auto;

  padding: 30px;
  border-radius: 10px;
  border-color: darkgoldenrod;
}

#cheznous {
  color: blue;
  text-decoration-line: underline;
  cursor:pointer;
}