.wrapper {
            background-color: #262626 !important;
            margin-bottom: 10px;
            border-radius: 5px;
            -webkit-box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
            box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
            border-bottom: 2px solid #262626;
            border-top: 1px solid #262626;
            box-shadow: 0 1px 0 2px #262626;
            color: #FAFAFA;
        }


        .toggle {
            width: 100%;
            padding: 10px 20px;
            background-color: transparent;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            font-size: 16px;
            color: #FAFAFA;
            font-weight: 600;
            border: none;
            outline: none;
            cursor: pointer;
            position: relative;
            padding-left: 57px;
            transition: color .3s ease;
        }
        .content-- {
            position: relative;
            font-size: 15px;
            text-align: justify;
            line-height: 17px;
            height: 0;
            overflow: hidden;
            -webkit-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s;
            padding: 0px 20px;
            background: #3E3E3E;
            border-bottom-right-radius: 7px;
            border-bottom-left-radius: 7px;
        }
.questions__separator {
  border: 2px solid #515160;
  border-radius: 100%;
  flex-shrink: 0;
  height: 22px;
  left: 19px;
  position: absolute;
  top: 7px;
  transition: border-color .3s ease;
  width: 22px;
}

.questions__separator-line:first-child {
  transition: opacity .3s ease;
}
.questions__separator-line {
  background-color: #cdcdcf;
  display: inline-block;
  height: 10px;
  left: 10px;
  position: absolute;
  top: 6px;
  width: 2px;
  z-index: 1;
}

.questions__separator-line:nth-child(2) {
  height: 2px;
  left: 6px;
  top: 10px;
  transition: background-color .3s ease;
  width: 10px;
}

.grid-scale {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 15px;
}

.module:last-child {
  margin-bottom: 75px;
}

.module span:not(:last-child) {
  margin-bottom: 25px;
}

.m-device {
  display: none;
}

.notation {
  max-width: 65%;
  margin: auto;
}

.module:not(:last-child) {
  margin-bottom: 20px;
}

.module span {
  display: block;
  text-align: initial;
}

.m-device {
  max-width: 85%;
  margin: auto;
  margin-top: 55px;
}

.top .m_title {
  color: #F6B83E;
  font-size: 1.6em;
  font-weight: 601;
  width: 100%;
  border-bottom: 2px SOLID #F6B83E;
}

.title-details strong {
  font-weight: 901;
}

.padding-first {
  border: initial !important;
  background: initial !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.little-container--details > div {
    display: none;
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.little-container--details > div.act {
    display: block;
}

.btn-gradetool:hover {
  background: #bbb;
}

.subgrade {
  margin-bottom: 50px;
  margin-top: 100px;
}

.slide.active {
    opacity: 1;
    transform: translateX(0);
}

.little-container {
  box-sizing: border-box;
  border: 1px solid #363636;
  background: #262626;
  padding: 2rem;
  border-radius: .75rem;
  max-width: 80%;
  margin: auto;
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  transition: .5s;
  position: relative;
}

.title-little {
  color: #F6B83E;
  font-size: 21px;
  margin-bottom: 15px;
  font-weight: 501;
}

.bottom-- {
  margin-bottom: 70px !important;
}

.border div {
  max-width: 90%;
}

.title-gradation:last-child {
  margin-bottom: 0px !important;
}

.grading-demo {
  max-width: 85%;
  margin: auto;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  background: #121212;
  border-radius: 6px;
}

.title-gradation {
  font-size: 22px;
  margin-top: 40px;
  font-weight: 501;
  margin-bottom: 20px;
}

.grid-gradation {
  display: grid;
  grid-template-columns: 3fr 1.5fr;
  gap: 4%;
  line-height: 22px;
}

.container-speciality {
  padding: 4em;
}

.content-note {
  color: #A3A3A3;
}

.m-left {
  margin-left: 17%;
}

.underline {
  text-decoration: underline;
}

.title-speciality {
  font-size: 22px;
  margin-bottom: 35px;
  margin-top: 20px;
  font-weight: 501;
}

.little-container .border {
  border-right: 2px SOLID #F6B83E;
}

.note-demo {
  margin: auto;
  display: block;
  width: 45%;
  margin-top: 20px;
  border: 24px solid #121212;
  border-radius: 7px;
}

.calcul-final-note {
  margin-top: 20px !important;
  max-width: 90%;
  margin: auto;
}

.title-note {
  font-weight: 501;
  font-size: 36px;
  line-height: 29px;
  color: #FAFAFA;
  text-align: center;
}

.content-note:not(:last-child) {
  margin-bottom: 20px;
}

.svg_note {
  width: 85%;
  margin-top: 40px !important;
  margin-bottom: 60px !important;
  display: block;
  margin: auto;
}

.title-gradetool {
  color: #F6B83E;
  font-size: 1.6em;
  font-weight: 601;
  position: relative;
}

.title-gradetool span {
  font-weight: 300;
  font-size: .8em;
  position: absolute;
  margin-left: 2px;
  margin-top: 1px;
}

.padding {
  padding: 40px !important;
}

.subtitle-gradetool {
  font-size: 19px;
  margin-top: -3px;
  margin-bottom: 35px;
}

.container .details:not(:last-child) {
  margin-bottom: 20px;
}

.details {
  color: #A3A3A3;
}

.gradetool-demo {
  border-radius: 10px;
  max-width: 100%;
}

.try-it {
  text-align: center;
  margin-top: 20px;
  text-decoration: underline;
  font-size: 20px;
  cursor: pointer;
  display: block;
}

.verticaly {
  display: flex;
  align-items: center;
}

.starsvg {
  width: 65px;
  position: absolute;
  margin-top: -20px;
  right: 8px;
}

.note-d {
  position: absolute;
  top: 25%;
  width: 100%;
  text-align: center;
  color: #121212;
  font-size: 72px;
  font-weight: 701;
}
.l:hover {
  background-color: #0b0b0b;
  border-radius: 13px;
}

.r:hover {
  background-color: #0b0b0b;
  border-radius: 13px;
}

.r:hover .arrow {
  margin-right: 5px;
  transition: .2s;
}

.l:hover .arrow {
  margin-left: 5px;
  transition: .2s;
}
.arrow {
  transition: .2s;
  transform: rotate(90deg);
  width: 30%;
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(0%);
}

.svg-center {
  height: 100%;
  display: grid;
  place-items: center;
  transition: .2s;
}

.arrow-l {
  transform: rotate(90deg);
}

.arrow-r {
  transform: rotate(-90deg);
}

.l-svg {
  left: 20px;
}
.r-svg {
  right: 20px;
}
.design {
  position: absolute;
  top: 22%;
  background: #090909;
  width: 50px;
  height: 50px;
  border-radius: 13px;
  cursor: pointer;
  overflow: hidden;
}

.note-explain {
  position: absolute;
  bottom: 26px;
  text-align: center;
  width: 100%;
  font-size: 22px;
  font-weight: 901;
  color: #121212;
  transition: .2s;
  letter-spacing: .8px;
  line-height: 18px;
}

.top-color {
  background-color: #464646;
  width: 100%;
  height: 15%;
  border-bottom: 10px SOLID #121212;
}
.swiper {
   padding-bottom: 60px !important;
   height: 250px;
   max-width: 80%;
   margin-top: 120px;
}
 .swiper .swiper-wrapper {
   align-items: center;
}
 .swiper .swiper-slide {
   border-radius: 10px;
   height: 180px !important;
   background-color: #2b2b2b;
   transition: 0.2s;
   overflow: hidden;
   position: relative;
}
 .swiper .swiper-slide.active {
   height: 230px !important;
}
 .swiper .prev, .swiper .next {
   cursor: pointer;
   z-index: 100;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   opacity: 0.65;
   transition: 0.2s;
}
 .swiper .prev:hover, .swiper .next:hover {
   opacity: 1;
}
 .swiper .prev svg, .swiper .next svg {
   width: 20px;
   height: 20px;
}
 .swiper .prev svg path, .swiper .next svg path {
   fill: #fff;
}
 .swiper .prev {
   left: 25px;
}
 .swiper .next {
   right: 25px;
}
 .swiper .pagination {
   margin-left: 8px !important;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-top: 15px;
   z-index: 100;
}
 .swiper .pagination span {
   font-size: 0;
   opacity: 1;
   margin: 0px 6px !important;
   background-color: #222;
   transition: 0.35s;
}
 .swiper .pagination span.swiper-pagination-bullet-active {
  text-overflow: "";
  white-space: nowrap;
  overflow: hidden;
  width: 2.45rem;
  background-color: #2f2f2f;
  color: #FFD179;
  border-radius: 30px;
}

.swiper-slide-next {
  margin-top: -30px !important;
}

.swiper-slide-prev {
  margin-top: -30px !important;
}

.swiper-slide {
  margin-top: -60px;
}

.active {
  margin-top: 0px !important;
  background-color: #3A3A3A !important;
}

.active .top-color {
  background-color: #666;
  width: 100%;
  height: 15%;
  border-bottom: 10px SOLID #121212;
}

.active .note-explain {
  bottom: 55px;
  transition: .2s;
}

.two_line {
  bottom: 23px;
}

.note-hidden {
  opacity: 0;
  transition: .2s;
  position: absolute;
  bottom: 50px;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 501;
  color: #121212;
}

.active .note-hidden {
  opacity: 1;
  bottom: 35px;
  transition: 1s;
}

.title-details {
  font-size: 22px;
  font-weight: 501;
  margin-bottom: 20px;
  color: #FAFAFA !important;
}

.little-container--details {
  box-sizing: border-box;
  border: 1px solid #363636;
  background: #262626;
  padding: 2rem;
  border-radius: .75rem;
  max-width: 60%;
  overflow: hidden;
  margin: auto;
}

.little-container--details div {
  color: #A3A3A3;
}

.little-container--details div:not(:last-child):not(.title-details) {
  margin-bottom: 20px;
}

.details_note {
    margin-bottom: 0 !important;
}

.msconfig {
  position: relative;
  box-sizing: border-box;
  border: 1px solid #363636;
  background: #262626;
  padding: 2rem;
  border-radius: .75rem;
  max-width: 60%;
  margin: auto;
  margin-top: 100px;
  min-height: 230px;
}

.btn-pop {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  border: 1px SOLID #EEE;
  background-color: #1E1E1E;
  color: #EEE;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: .375rem;
  transition-duration: .2s;
  cursor: pointer;
}

.pop-container {
  height: 0;
  transition-duration: .6s;
}

.btn-pop:hover {
  background-color: #393939;
}

.pop-height {
  height: 500px !important;
}

.img-pop {
  position: absolute;
  right: -48px;
  top: -55px;
}

.gradetool-container {
  border: 3px solid #A3A3A3;
  border-radius: 6px;
  padding: 15px;
  background: #202020;
  padding-top: 25px;
  padding-bottom: 25px;
}

.btn-gradetool {
  border-radius: .375rem;
  padding-top: .8rem;
  padding-bottom: .8rem;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  transition-duration: .2s;
  color: #262626;
  background-color: #A3A3A3;
  text-align: center;
  font-weight: 601;
  cursor: pointer;
  display: block;
  margin-top: 22px;
}

.btn-gradetool span {
  color: #121212;
  font-weight: 701;
}

@media screen and (max-width: 1050px) {
  .grid-gradation {
    display: block;
  }

  .verticaly {
    justify-content: center;
    margin-top: 20px;
  }
  .slide {
    width: 120%;
    left: -10%;
  }

  .btn-gradetool {
    display: none;
  }
  html, body {
    overflow-x: hidden;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .svg_note {
    display: none;
  }
  .m-device {
    display: block;
  }
  .grid-scale {
    display: block;
  }

  .tool {
    padding: 3%;
  }

  .note-demo {
    width: 80%;
  }

  .little-container {
    max-width: 100%;
    display: block;
  }

  .little-container .border {
    border: initial;
  }

  .m-left {
    margin-left: initial;
    margin-top: 20px;
    border-top: 3px SOLID #121212;
    padding-top: 20px;
  }

  .subgrade {
    line-height: 37px;
  }

  .grid-gradation {
    display: block;
  }

  .little-container--details {
    max-width: initial;
  }

  .container-speciality {
    padding: 0em;
  }

  .padding-first {
    padding: initial !important;
  }

  .notation  {
    max-width: initial;
    padding: 5px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .padding {
    padding: 15px !important;
  }
  .swiper {
    padding: 4em !important;
  }

  .design {
    z-index: 99;
    top: 44%;
  }

  .title-note {
    line-height: 33px;
    font-size: 27px;
  }
  .title-speciality {margin-top: 50px}
  .bottom-- {
    margin-bottom: 50px !important;
  }
}