body {

    margin: 0;

    padding: 0;

    font-family: Arial, sans-serif;

    background: #FFFFFF;

    min-height: 100vh;


.chant-texte{
      line-height : 9px;
      font-family: Georgia, Tahoma, Geneva, sans-serif;
      font-size: 13px;
    }

  .chant-texte_histoire{
      line-height : 20px;
      font-family: Georgia, Tahoma, Geneva, sans-serif;
      font-size: 14px;

  }

  .texte_bdn{
      line-height : 20px;
      font-family: Georgia, Tahoma, Geneva, sans-serif;
      font-size: 13px;
  }

    .texte_bdn_verset{
      line-height : 20px;
      font-family: Georgia, Tahoma, Geneva, sans-serif;
      font-size: 13px;
      text-shadow: 0px 1px 0px black;
  }

  .mon_bouton{
          border-bottom: 1em 1em;
          padding : 0.4em 0.4em;
          border-radius : 6px 6px;
          background-color : #C2F732 ;
          border-color: #EDEDED;
          }

    

}

#topTable, #bottomTable {

    width: 100%;

    border-collapse: collapse;


}

#mainTable {

    width: 100%;

    border-collapse: collapse;

    min-height: 0;

}

#topTd {

    background: #FFFFFF;

    color: #fff;

    text-align: center;

    padding: 10px 5px;

    font-size: 1.15em;

}

#leftTd {

    background: #FFFFFF;

    border-right: 1px dashed #9CC728;

    min-width: 0px; 
    height: 320px; 
    width: 0px;

    padding: 2px 1px;

    vertical-align: top;


}

#mainTd {

    background: #FFFFFF;

    padding: 2px 5px;

    min-width: 0;

    border-right: 1px dashed #9CC728;

}

#bottomTd {

    background: #FFFFFF;

    text-align: center;

    padding: 4px 1px;

    font-size: 1em;

    border-top: 1px solid #FFFFFF;

}

/
* Responsive */

@media (max-width: 900px) {

    #mainTable tr, #mainTable {

        display: block;

        width: 100%;

    }

    #leftTd {

        display: block;

        width: 100%;

        border-right: none;

        border-bottom: 1px solid #FFFFFF;

        text-align: center;

        min-width: unset;

        padding: 14px 5px;

    }

    #mainTd {

        display: block;

        width: 100%;

        min-width: unset;

        padding: 16px 4vw;

    }

}

@media (max-width: 600px) {

    #topTd { font-size: 1em; padding: 12px 2px; }

    #mainTd, #leftTd { font-size: 0.97em; }

    #bottomTd { font-size: 0.96em; padding: 8px 1px; }

}

/*************************************/

}

}

*, *::before, *::after {
  box-sizing: border-box;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.rainbow {
  position: relative;
  z-index: 0;
  width: 90%;
  height: 90%;
  border-radius: 6px;
  overflow: hidden;
  padding: 15px;
  display: flex;
  justify-content: top;
  align-items: left;
  font-family: sans-serif;
  font-weight: bold;

  &::before {
    content: '';
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #399953;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#A0C878, #A0C878), linear-gradient(#FFCF50 , #FFCF50), linear-gradient(#FFFF00 , #FFFF00), linear-gradient(#C2F732 , #C2F732);
    animation: rotate 5s linear infinite;
  }
  
  &::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 3px;
    top: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: white;
    border-radius: 5px;
  }
}


/******************** LEFT MENU ***********************/

}
*{
  box-sizing: border-box;
}

section{
  
  position: center;
}

.btn-pluss{
  overflow: hidden;
  position: relative;
  display: block;
  padding-left: 1px;
  padding-right: 10px;
  border-radius: 10px;
  width: 15px;
  margin: 0 auto;
  padding-top: 0px;
  background-color: transparent;   /* Fond menu */
  transition: width .3s .5s ease, border-radius 1.1s ease;

  a{
    display: block;
    position: relative;
    color: white;       /* couleur texte menu */
    text-decoration: none;
    overflow: hidden;
    padding: 5px;
    border-radius: 5px;
    &:hover{
      text-decoration: inherit;
      color: #767F86;     /* couleur texte bouton hover */
      background-color: #DFFF00;    /* fond role hover */
      transition: background-color .5s ease;
      align:center;
    }
  }
  &:after{    /* Bouton rond */
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    line-height: 24px;  /* alignement lettre bouton rond */ 
    text-align: center;
    font-size: 1.3rem;
    background-color: none;  /* couleur bouton + */
    color: #767F86;
    transform: translateY(-50%) translateX(-50%);
    transition: all .3s .5s ease;
    cursor: pointer;
    cursor: hand;
  }
  ul{
    opacity: 0;
  }
  ul{         /*Texte bouton menu*/

   font-family: Georgia,Tahoma, Geneva, sans-serif;
    margin-top: 5px;
    opacity: 0;
    width: 100%;
    margin-left: -35px;  /* alignement bouton menu */
    //height: 0;
    transition: all .5s ease;
    text-align: left;
    font-size: 0.9rem;
    li{
      position: relative;
      background-color: #9CC728;  /* couleur fond menu */
      margin-top: 3px;  /* espacement bouton menu */
      border-radius: 25px;
      width: 100%;
      height: 1px;
      overflow: hidden;
      transition: height 1s ease;
    }
  }
  
  
}
.tooltip{
  position: relative;
  padding: 5px;
  border-radius: 5px;
  width: 50px;
  text-align: center;
  font-size: 0.7rem; /* taille texte soratra "Menu" */
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 1px;
  animation-duration: 3s;
  animation-name: jump;
  animation-iteration-count: infinite;
  background-color: #9CC728;  /* Couleur  Bouton Menu */
  color: #FFFFFF;   /* couleur texte "Menu" */
  transition: all 2s ease;
  pointer-events: none;

  &::after{ /* petite flèche Menu */
    content: '';
    position: absolute;
    transform: rotate(45deg);
    display: block;
    height: 10px;
    width: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: inherit;
  }

  &::before{
    content: '';
    color: #9CC728;
  }
}


.btn-pluss-wrapper{
position: absolute;
top: 0;
left: 1px; /* bouton menu position */
z-index: 9999;
width: 150px; /* bouton menu distance du bord  */
height: 15vh;
background-color: transparent;

}

.btn-pluss-wrapper ul{
  position: relative;
  z-index: 10000;
}

.btn-pluss-wrapper:hover{
  .tooltip{
    animation-duration: 0s;
    transition: all 1s ease;
    color: #FFFF00;
    width: 40px; /* largeur Menu hover */

    &::before{
      content: '';
      display: block;
      color: #9CC728;
      position: absolute;
      top: 50%;
      left: 10px;
      right: 10px;
      margin: 0 auto;
      transform: translateY(-50%);
      transition: all 1s .3s ease;

    }
  }
  .btn-pluss{   
    width: 95px;   /*Taille bouton lien*/
    height: 80%px;
    border-radius: 15px;
    padding-bottom: 10px;
    transition: width .3s ease, border-radius .3s ease, padding-bottom .3s ease;
    font-family: Georgia; /* texte du menu avant */
    font-style: italic;
    font-weight: lighter;

    &::after{
      transition: all .3s ease;
      left: 50%;
      top: 30px;
      transform: translateY(-5px) translateX(-50%);
    }
    ul{
      opacity: 1;
      //height: 100%;
      margin-top: 65px;
      transition: all 1s ease;
    }
    li{
      height: 24px;
      transition: height 1s ease;
      &:hover{
        border-bottom: 1px solid darken(#e9e5e5, 10);
        font-family: Georgia; /*texte du menu au passage de la souris*/
        font-style: italic;
        font-weight: lighter;
      }
    }
  }
}
@keyframes jump {
  0% { 
    transform: translateY(3px)
  }
  50% { 
    transform: translateY(-15px)
  }
   100% { 
    transform: translateY(3px)
  }
}

/*########################   STYLE TEXTES #######################*/

        .p1{

      /*  font-family: "Inspiration", Georgia, sans-serif; */
      font-family: "Bilbo Swash Caps", cursive;

        font-size: 25px;  
        font-weight: 400;
        font-style: bold;
  }
          .p2{

      /*  font-family: "Inspiration", Georgia, sans-serif; */
      font-family: "Bilbo Swash Caps", cursive;

        font-size: 20px;  
        font-weight: 400;
        font-style: bold;
  }

  /* ############### INPUT SCRIPT ############ */

/* From Uiverse.io by kamehame-ha */ 

.coolinput {
  display: flex;
  flex-direction: column;
  width: fit-content;
  position: static;
  max-width: 125px;
}

.coolinput label.text {
  font-size: 0.75rem;
  color: #000;
  font-weight: 700;
  position: relative;
  top: 0.5rem;
  margin: 0 0 0 10px;
  padding: 0 3px;
  background: #FFF;
  width: fit-content;
}

.coolinput input[type=text].input {
  padding: 3px 2px;
  font-size: 0.75rem;
  border: 2px #9CC728 solid;
  border-radius: 5px;
  background: #FFF;
}

.coolinput input[type=text].input:focus {
  outline: none;
}



/***************** BOUTONS *******************/

/* From Uiverse.io by Spacious74 */ 
.outer {
  width: 300px;
  height: 250px;
  border-radius: 10px;
  padding: 1px;
  background: radial-gradient(circle 230px at 0% 0%, #ffffff, #0c0d0d);
  position: relative;
}

.dot {
  width: 5px;
  aspect-ratio: 1;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 10px #ffffff;
  border-radius: 100px;
  z-index: 2;
  right: 10%;
  top: 10%;
  animation: moveDot 6s linear infinite;
}

@keyframes moveDot {
  0%,
  100% {
    top: 10%;
    right: 10%;
  }
  25% {
    top: 10%;
    right: calc(100% - 35px);
  }
  50% {
    top: calc(100% - 30px);
    right: calc(100% - 35px);
  }
  75% {
    top: calc(100% - 30px);
    right: 10%;
  }
}

.card {
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 9px;
  border: solid 1px #202222;
  background-size: 20px 20px;
  background: radial-gradient(circle 280px at 0% 0%, #444444, #0c0d0d);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  color: #fff;
}
.ray {
  width: 220px;
  height: 45px;
  border-radius: 100px;
  position: absolute;
  background-color: #c7c7c7;
  opacity: 0.4;
  box-shadow: 0 0 50px #fff;
  filter: blur(10px);
  transform-origin: 10%;
  top: 0%;
  left: 0;
  transform: rotate(40deg);
}

.card .text {
  font-weight: bolder;
  font-size: 4rem;
  background: linear-gradient(45deg, #000000 4%, #fff, #000);
  background-clip: text;
  color: transparent;
}

.line {
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #2c2c2c;
}
.topl {
  top: 10%;
  background: linear-gradient(90deg, #888888 30%, #1d1f1f 70%);
}
.bottoml {
  bottom: 10%;
}
.leftl {
  left: 10%;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, #747474 30%, #222424 70%);
}
.rightl {
  right: 10%;
  width: 1px;
  height: 100%;
}


/*******************************************/