@charset "UTF-8";
/* CSS Document */

/* SCROLLBAR */

body::-webkit-scrollbar {
  width: 1em;
}
       
body::-webkit-scrollbar-track {
      background-color:  #791a1a;
}
       
 body::-webkit-scrollbar-thumb {
    background-color: #992121;
    background-attachment: fixed;
    outline: 1px solid #333;
    border-radius:50px;
    box-shadow: 0px 0px 1.5px #000000 inset;
    transition:  all 1s ease-in-out;
 }
 body::-webkit-scrollbar-thumb:hover{
    background-color: #8f2222;
    transition:  all 1s ease-in-out;
  }

/* HIGHTLIGHT */

*::selection {
  background: #ca3737; /* WebKit/Blink Browsers */
}
  html{
    scroll-behavior: smooth;
    overflow-X: hidden;
  }
  body{
      background-color: #9e2526;
  	  margin:0px;
      font-family: arial;
      transition: all 0.1s ease-in-out;
      width: 100%;
  }
  *{
    font-size: 120%;
    font-family: arial;
  }
  section{
    overflow: -moz-hidden-unscrollable;
    overflow:hidden;
  }
  .wabersfixed{
    position: fixed;
    bottom: 0;
    left:0;
    width: 30px;
    height: 30px;
    background: url(logowinv.png);
    background-size: cover;
    transition: all 0.2s ease-out;
  }
  .wabersfixed:hover{
    background: url(logow.png);
    background-size: cover;
  }
  a{
    color: #670002;
    text-decoration: none;
    z-index: 1000;
  }
  a:hover{
    color:red;
    text-decoration: none;
  }

  /*MENU*/

  nav{
    margin: 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    background-color: #9e2526;
    border-bottom: 1px solid #9e2526;
    cursor: default;
    align-content: center;
    align-items: center;
    align-self: center;
    text-align: center;
    box-shadow: 5px 0px 10px #333333;
  }
  nav ul{
    /* background: #fff; */
    padding-inline-start: 0;
    width: 100vw;
    margin: 0 auto;
    position: relative;
    left: 50%;
    transform:translateX(-50%);
  }
  /* .aligncenter{
    margin: 0 auto;
    width: 85vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  } */
  li{
    list-style-type: none;
  }
  .dropdown {
    position: relative;
    display:  inline-block;
    /* left: 50%; */
    /* transform:translateX(-50%); */
  }
  nav .menu-pres{
    background-color: #fff;
    color: #b30000;
    display: inline-block;
    height:70px;
    line-height: 70px;
    max-height: 70px;
    overflow: hidden;
    margin-top: 10px;
  }
  .logo{
    display: inline-block;
    border: none;
    cursor: pointer;
  }
  .lilogo{
    /* display: inline-block; */
    display: none;
    background-color: #fff;
    border-radius: 50px;
    margin-top: 0px;
    padding: 1px 10px 1px 10px;
    max-height: 75px;
  }
  nav .menu-pres a{
    display: inline-block;
    text-decoration: none;
    color:#b30000;
    font-size: 120%;
    padding: 0 10px 0 10px;
    cursor: pointer;
    transition: all ease-out 0.2s;
  }
  .menu-pres :hover{
    border-top: solid 5px #9e2526;
	  border-color: rgba(228, 77, 38, 1);
	  background-color: rgba(228, 77, 38, 0.15);
  }
  #drop {
    background-color: #fff;
    color: black;
    padding: 0px;
    font-size: 16px;
    font-family: sans-serif;
    border-right: 1px solid #9e2526;
    border-left: 1px solid #9e2526;
    /* padding: 0 7px 0 7px;   */
  }
  #drop :hover{
    border: 5px #fff;
    border-top: 5px #fff;
  }
  .dropdown-content {
    box-shadow: 0px 0px 1.5px #000000 inset;
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255,0.95);
    min-width: 200px;
    z-index: 1;
    font-size: 20px;
    font-family: serif;
    text-align: center;
    box-shadow: 0 10px 10px #555555;
    font-size: 50%;
  }
  .dropdown-content a{
    display: block;
    text-decoration: none;
    padding: 12px 12px;
    color:#333333;
    font-size: 120%;
    text-align: center;
    border-bottom: 1px #333333 solid;
    transition: all 0.2s ease-out;
  }
  .dropdown-content a:hover{
    background-color: #f2f2f2;
    color: #670002;
    display: block;
  }
  .dropdown:hover .dropdown-content {display: table;}

  .dropdown:hover .dropbtn {background-color: #ffd480;}
  .wabers:hover ~ .wabers::after{
    display: block;
  }
  .wabers::after{
    content: 'Les créateurs du site !';
    font-size: 30%;
    position: relative;
    bottom: -10px;
    right: -22px;
  }
  /*MEDIA*/

  .nav {
    position: fixed;
    left: 0%;
    min-width: none;
    color: #fff;
    z-index: 8888;
    /* border-bottom: 1px #f2f2f2 solid; */
    height: 0px;
  }
  .menu {
      margin: 110px 0 0 0;
      display: none;
      cursor: pointer;
      z-index: 8888;
  }
  .menu a,.menu1 a,.menu2 a {
      text-decoration: none;
      display: none;
      min-width: 100%;
      background-color: #fff;
      font-size: 110% !important;
      padding: 5% 0;
      font-size: 250%;
      max-height: 100px;
      border-bottom: 1px solid #333333;
      margin: 0;
      z-index: 1000;
      z-index: 8888;
  }
  .menu2 a{
    display: none;
    max-height: none;
    min-width: 100%;
    font-size: 80% !important;
    padding: 5% 0;
  }
  .menu a:hover{
    background-color: #fff;
    color: red;
  }
  .menu1 a{
    max-height: none;
    min-width: 100%;
    padding: 5% 10%;
  }
  #label {
      font-size: 300%;
      display: none;
      padding: 0;
      margin: 0;
      /* line-height: 4000%; */
      background-color: #9e2526;
      position: fixed;
      top: 0%;
      left: 0;
      right: 0;
      cursor: pointer;
      min-height: 0;
      min-width: 130%;
      z-index: 8888;
  }
  /* #toggle:checked + #label{
    background-color: #fff;
  } */
  /* #label:hover{
    background-color: #fff;
    color: #333333;
  } */
  #toggle {
      display: none;
    }
  #labelsite {
      font-size: 100%;
      display: none;
      margin: 0;
      background-color: #fff;
      color: #333333;
      position: static;
      cursor: pointer;
      min-width: 100%;
      padding: 5% 0;
      border-bottom: 1px solid #333333;
      z-index: 8888;
      /* border-top: 1px #333333 solid; */
  }
  #togglesite{
    display: none;
  }

  @media only screen and (min-width: 0px) and (max-width: 760px){
    .logo{
          display:none;
    }
    #drop{
      border-right: none;
      border-left: none;
    }
      #label {
          display: block;
          position: fixed;
          cursor: pointer;
          z-index: 8888;
      }
      nav{
        display: none;
      }
      .menu {
          text-align: center;
          width: 100%;
          display: none;
          z-index: 90007;
          overflow-Y: scroll;
          scroll-behavior: smooth;
      }
      .menu a {
          display: block;
      }
      #labelsite{
        display: block;
      }
      #toggle:checked + .menu {
          display: block;
          position: fixed;
          color:#333333;

          animation-name: togglechecked;
          animation-duration: 0.5s;
          animation-fill-mode: both;
          animation-timing-function: ease-in-out;
          animation-delay: 0s;
          animation-iteration-count: 1;
          animation-direction: normal;
      }
       /* #togglesite:checked + .menu1 a{
          display: block;
          position: fixed;
          padding-left: 0;

          animation-name: togglechecked;
          animation-duration: 5s;
          animation-fill-mode: both;
          animation-timing-function: ease-in-out;
          animation-delay: 0s;
          animation-iteration-count: 1;
          animation-direction: normal;
      } */
      @keyframes togglechecked {
        from{
          opacity: 0;
        }
        to{
          opacity: 1;
        }
        }
      }
      #togglesite:checked + .menu2 a{
          display: block;
          position: absolute;

          animation-name: togglechecked2;
          animation-duration: 6s;
          animation-fill-mode: both;
          animation-timing-function: ease-in-out;
          animation-delay: 0s;
          animation-iteration-count: 1;
          animation-direction: normal;
      }
      @keyframes togglechecked2 {
        0%{
          opacity: 0;
          transform: translateX(-100%);
        }
        1%{
          opacity: 0;
          transform: translateX(-100%);
        }
        3.5%{
          opacity: 0;
          transform: translateX(-100%);
        }
        80%{
          transform: translateX(-50%);
        }
        90%{
          transform: translateX(-10%);
        }
        95%{
          transform: translateX(0px);
        }
        100%{
          transform: translateX(0px);
          opacity: 1;
        }
      }