/******** Admission *********/
section h2.section-admission {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  color: #000;
}
.title-admission {
  margin-bottom: 5px;
  font-size: 26px;
  text-transform: none;
    color:#004c9b
}
.wavy-admission {
  margin-bottom: 70px;
  font-size: 16px;
}
.wavy {
  position: relative;
  -webkit-box-reflect: below -12px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.wavy span {
  position: relative;
  display: inline-block;
  color: #008bd0;
  font-size: 2em;
  text-transform: uppercase;
  animation: animate 1.5s ease-in-out infinite;
  animation-delay: calc(.1s * var(--i))
}
@keyframes animate {
  0%, 100% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(-20px);
  }
  40% {
    transform: translateY(0px);
  }
}
#Admission p {
  font-size: 18px;

  position: relative;
}
#Admission p.frp {
  padding-right: 75px;
}
#Admission ul {
  list-style-type: none
}
#Admission ul li {
  font-size: 18px;
}
#Admission ul li img {
  position: relative;
  top: -2px
}
#Admission ul li span {
  font-weight: bold
}
.button {
  position: relative;
  color: #004c9b;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid #004c9b;
  border-radius: 1000px;
  padding: 10px 20px;
  margin: 15px auto 35px;
  box-shadow: 0 2px 5px 0 rgba(3, 6, 26, 0.15);
  transition: 0.5s all ease-in-out;
}
.button:hover {
  text-decoration: none;
  cursor: pointer;
  background: white;
  border-color: #86c663;
  color: #86c663;
  -webkit-animation: none;
  animation: none;
}
.button-wiggle {
  -webkit-animation: wiggle 4s 2s infinite;
  animation: wiggle 4s 2s infinite;
}
@-webkit-keyframes wiggle {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.15);
  }
  20% {
    transform: scale(1.15) rotate(-5deg);
  }
  25% {
    transform: scale(1.15) rotate(5deg);
  }
  30% {
    transform: scale(1.15) rotate(-3deg);
  }
  35% {
    transform: scale(1.15) rotate(2deg);
  }
  40% {
    transform: scale(1.15) rotate(0);
  }
}
@keyframes wiggle {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.15);
  }
  20% {
    transform: scale(1.15) rotate(-5deg);
  }
  25% {
    transform: scale(1.15) rotate(5deg);
  }
  30% {
    transform: scale(1.15) rotate(-3deg);
  }
  35% {
    transform: scale(1.15) rotate(2deg);
  }
  40% {
    transform: scale(1.15) rotate(0);
  }
}
.button-pulse {
  -webkit-animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  box-shadow: 0 0 0 0 white;
}
.leftbox {
  position: relative;
  padding: 55px 30px 5px 30px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #def5ff 0%, rgba(255, 255, 255, 0) 40%);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #def5ff;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%) inset;
}
.rightbox {
  position: relative;
  padding: 55px 30px 5px 30px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #fff4dc 0%, rgba(255, 255, 255, 0) 40%);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #fff4dc;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%) inset;
}
.leftbox h5, .rightbox h5 {
  font-size: 25px;
  color: #000
}
.studentimg {
  position: absolute;
  right: 0;
  top: -35px;
  z-index: 10;
}





@media screen and (max-width:820px) {
    section h2.section-admission {
    font-size: 20px;
}
  .leftbox {
    margin-bottom: 50px
  }
  #Admission ul {
    padding-left: 25px;
  }
  h2.titre::before, h2.titre2::before, h2.titre3::after {
    background: none;
    min-width: 0px;
  }
  h2.titre::after, h2.titre2::after, h2.titre3::after {
    background: none;
    min-width: 0px;
  }
}
@media screen and (max-width:768px) {
  .title-admission {
    font-size: 20px;
  }
}
@media screen and (max-width:720px) {

      .Titre,  h2.titre span, h2.titre2 span, h2.titre3 span {
    max-width: 420px;
          min-width: 420px;
}
}
@media screen and (max-width:400px) {
  .Titre,  h2.titre span, h2.titre2 span, h2.titre3 span {
    max-width: 370px;
      min-width: 370px;
}

}