
.a {
    text-decoration: none;
}
.ul {
    list-style: none;
    margin: 0;
} 
/* hover */
.aa:hover {
    text-decoration: underline;
    transform: scale(1.1);
}
.aaa:hover {
    background: lightslategray;
}
.aaaa:hover {
    text-decoration: underline;
    transform: scale(1.1);
    /*margin: 0 80px;*/
}

.be:hover {
    cursor: pointer;
    color: red;
}
.bf:hover {
    cursor: pointer;
}
.bb:hover {
    transform: scale(1.1);
    box-shadow: 4px 4px 8px #000000;
   
}
.bc:hover {
    color: gray;
    text-decoration: underline;
}

.bg:hover {
    box-shadow: 4px 4px 8px #000000;
    
}
.bk:hover {
    color: dodgerblue;
    cursor: pointer;
    font-weight: bold;
}
.bl:hover {
    background: lightslategray;
    border: lightslategray;
    color: black;
}
/* menu lg */
.ul{
    position: absolute;
}
li .ul {
    display: flex;
    flex-direction: column;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
}
.a.smm:hover + ul {
    display: block;
    height: 450px;
    box-shadow: 1px 10px 8px 1px rgba(0, 0, 0, 0.5);
    margin-top:0.2px;
    background: white;
}
li .ul:hover {
    display: block;
    height: 450px;
    box-shadow: 1px 10px 8px 1px rgba(0, 0, 0, 0.5);
    margin-top: 0.2px;
    background: white;
}
li .ul li {
    display: block;
}
/* nav mobile */
.sm {
    display: none;
    top: 86px;
}
.sm1:hover + .sm {
    display: flex;
    flex-direction: column;
    background: white;
}
.sm:hover {
    display: flex;
    flex-direction: column;
    background: white;
}

.slider {
    height: 650px;
}
.mhaut {
    max-height: 100px;
}
.ml {
    margin-left: 200px;
}
.fsi-10 {
    font-size: 10px;
}

/* anniversaire */
.anni {
    background: rgb(243, 243, 243);
}
.anniversaire {
   position: absolute;
   display: none;
}
.bd:hover {
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}
@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
  }


  /*  border radus */

  .radus {
    border-radius: 10px;
  }

  /* inscription */
  .iconsincrire {
    position: relative;
  }
  .sincrire {
    position: absolute;
    display: none;
  }
  .sincrire {
    top: 100px;
  }

  .py-200 {
    padding: 150px 0;
  }
  .h-100vh {
    height: 100vh;
  }

  .cwhite {
    color: white;
  }
 
