 .header-blog-title {
  margin-top: 80px;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #A3A3A3;
  margin-bottom: 30px;
}

.header-blog-back {
  float: right;
  font-size: 15px;
  transition-duration: .2s;
}

.header-blog-title i {
  margin-right: 10px;
  transition-duration: .2s;
}

.header-blog-title:hover i {
  margin-right: 15px;
}

.container {
  display: block;
  min-width: 100%;
  height: 100% !important;
}

.grid-grade-report {
  margin-top: 5em !important;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas:
    "d1 d2 d3";
  gap: 5%;
  font-size: 14px;
  color: #A3A3A3;
}

.line-svg {
  margin-right: 10px;
  display: flex;
  max-width: 100%;
  height: fit-content;
  margin-top: 2px;
}

.round {
  font-size: initial;
  padding: 5px;
  line-height: 0;
  width: 16px;
  height: 16px;
  background-color: #121212;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 16px !important;
  color: #F6B83E;
  font-weight: 801;
  aspect-ratio: 1 / 1;
  margin-right: 5px;
  margin-top: -4px !important;
  border: 1px solid #363636;
}

.container-dot {
  display: block !important;
  padding-left: 30px;
  padding-right: 30px;
}

.container-dot div:not(:last-child) {
  margin-bottom: 22px;
}

.container-dot:first-child {
  border-right: 2px SOLID #121212;
}

.mod2 {
  gap: initial !important;
}

.mod3 .title-desc {
  margin-bottom: 6px !important;
}

.details {
  margin-left: 20px;
  margin-bottom: 35px;
}

.nav_active {
  color: #FAFAFA !important;
  font-weight: 501;
  padding-left: 10px;
}

#elem_01 {
  grid-area: d1;
}

#elem_02 {
  grid-area: d2;
}

#elem_03 {
  grid-area: d3;
}

.nav {
  font-size: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #A3A3A3;
  transition: .2s;
  cursor: pointer;
  border-bottom: 1px solid #A3A3A3;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav_active svg path {
  fill: #121212 !important;
  stroke: #121212 !important;
}

.nav_active:hover .arrow {
  background: #A3A3A3 !important;
}

.nav:hover .arrow {
  background: #292929;
}

.nav_active .arrow {
  background: #A3A3A3;
}

.arrow {
  width: 30px;
  height: 30px;
  border-radius: 99px;
  position: relative;
  transform: rotate(-90deg);
  transition-duration: .2s;
}

.arrow svg {
  width: 55%;
  height: 55%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.li-title {
  color: #F6B83E;
  font-weight: 601;
  font-size: 17px;
  margin-bottom: 5px;
}

.li-demo strong {
  color: #F6B83E;
}

.li .desc {
  padding-left: 17px;
  color: #FAFAFA;
  margin-top: initial !important;
}

.center {
  width: fit-content;
  font-size: 16px;
  margin-top: 10px;
  margin-left: 40px;
}

.flex-demo {
  display: flex;
}

.grade-img {
  position: relative;
  height: fit-content;
  overflow: hidden;
}

.sub-container span:not(:last-child) {
  margin-bottom: 15px;
}

.sub-container span {
  display: block;
}

.grade-img img {
  width: 100%;
}

.header-blog-title a {
  text-decoration: initial !important;
}

.sub-container .title-desc {
  color: #FAFAFA;
}
.title-desc {
  font-size: 22px;
  margin-bottom: 35px;
  font-weight: 501;
}

.flex-demo .line-svg-- {
  max-width: 16px;
  min-width: 16px;
  min-height: 16px;
  max-height: 16px;
  margin-right: 8px;
  margin-top: initial !important;
  display: flex;
}

.ul .flex-demo:not(:last-child) {
  margin-bottom: 10px;
}

.ul {
  padding: 25px;
}

.ul .li:not(:last-child) {
  margin-bottom: 25px;
}

.example {
  padding-left: 17px;
  display: flex;
  margin-top: 6px;
}

.desc-- {
  color: #F6B83E;
  font-weight: 501;
}

.details strong {
  color: #F6B83E;
}

.details div:not(:last-child) {
  margin-bottom: 5px;
}

.top a {
  text-decoration: underline;
}

.mod {
  margin-top: 5em !important;
  padding: 40px !important;
  max-width: 90%;
  margin: auto;
}

.flex-demo-- {
  display: flex;
  align-items: center;
}

.container-icons {
  padding: 25px;
  font-size: 17px;
  font-weight: 501;
  color: #FAFAFA;
}

.line-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}

.line-svg-- {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-right: 10px;
  align-self: center;
}

.icon {
  width: 80%;
  height: 80%;
  object-fit: contain;
  display: block;
}

.container-icons .flex-demo--:not(:last-child) {
  margin-bottom: 25px;
}

.elem-title {
  color: #FAFAFA;
  font-weight: 601;
  font-size: 17px;
  margin-bottom: 5px;
}

.demo-container-svg {
  width: 22%;
  min-width: 60px;
  min-height: 60px;
  background-color: #262626;
  border-radius: 10px;
  margin-right: 15px;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 20px;
}

.demo-container-svg img {
  width: 70%;
}

.injection {
  margin-left: -7%;
}

.elem-last:not(:last-child) {
  margin-bottom: 55px;
}

.other-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  border-radius: 10px;
  background-color: #262626;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/include/images/svg/background-profile.svg");
  margin-top: 55px;
}

.other-container .title-label {
  margin-top: initial !important;
  font-size: 20px !important;
}

.title-label {
  margin-top: 10rem;
  font-weight: 501;
  font-size: 28px;
  line-height: 29px;
  color: #FAFAFA;
  text-align: center;
}

.btn-header:hover {
  transition: .2s;
  background: #bbb;
}

.btn-header {
  text-decoration: initial !important;
  transition: .2s;
  border-radius: .375rem;
  padding-top: .8rem;
  padding-bottom: .8rem;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  transition-duration: .2s;
  color: #121212;
  background-color: #A3A3A3;
  text-align: center;
  font-weight: 601;
  cursor: pointer;
  display: block;
  width: fit-content;
  padding-left: 2em;
  padding-right: 2em;
  margin: auto;
  margin-top: 15px;
}





.grid-slider-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, #407cff, #da8bff, #fb7185);
  z-index: 10;
}

.slider-title {
  margin-top: 3.5em;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #A3A3A3;
}

.container-slider {
  width: 100%;
  position: relative;
  height: 100%;
  background: #262626;
  border-radius: 5px;
  overflow: hidden;
}

.grid-slider {
  margin-top: 2em;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3%;
}

.slider-nav {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #262626;
  overflow: hidden;
  opacity: .7;
  cursor: pointer;
  border-radius: 5px;
}

.active-nav {
  opacity: 1 !important;
}

.slider-nav img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container-slider img {
  width: 100%;
  height: 100%;
}

.effect {
  perspective: 1000px;
}

#demo_slab {
  transform: rotateX(12deg);
  transition: 0.5s ease;
}

#front {
  transform: rotateX(12deg);
  transition: 0.5s ease;
}

    .effect::before,
.effect::after {
    content: '';
  position: absolute;
  width: 800%;
  height: 70px;
  background: #ffffff12;
  transition: transform 1s;
}

.effect::before {
  height: 20px;
    transform: translate(-83%, -100%) rotate(-30deg); /* Positionne le premier trait */
}

.effect::after {
    transform: translate(-100%, -100%) rotate(-30deg); /* Positionne le deuxième trait */
}

.effect:hover::before {
    transform: translate(10%, 3%) rotate(-30deg); /* Déplace le premier trait */
}

.effect:hover::after {
    transform: translate(10%, 3%) rotate(-30deg); /* Déplace le deuxième trait */
}

@keyframes shine {
    0% {
        transform: translate(-100%, -100%) rotate(-30deg);
    }
    100% {
        transform: translate(10%, 3%) rotate(-30deg);
    }
}

@keyframes shine2 {
    0% {
        transform: translate(-83%, -100%) rotate(-30deg);
    }
    100% {
        transform: translate(10%, 3%) rotate(-30deg);
    }
}

.animate::before {
    animation: shine 1.2s forwards;
}

.animate::after {
    animation: shine2 1.2s forwards;
}

 @keyframes progress {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@media screen and (max-width: 750px) {
  .grid-slider {
    display: flex;
    flex-direction: column;
  }

  .container-slider {
    order: 1;
  }

  .grid-slider-nav {
    order: 2;
  }

  .container-slider {margin-bottom: 30px}
  .grade-img {
    margin-top: 35px !important;
  }
  .grid-grade-report {
    grid-template-columns: 1fr;
    grid-template-areas:
      "d2"
      "d1"
      "d3";
      margin-top: initial !important;
  }
  #elem_01 {margin-top: 60px}
  #elem_03 {margin-top: -20px}

  .grade-img {
    max-width: 80%;
    margin: auto;
    margin-bottom: 10px;
  }
  #elem_01 {display: none;}
  .sub-container {display: block !important; margin-top: 60px;}
  .sub-container .title-desc {margin-bottom: 20px}
  #el_04 {display: none !important}

}

@media screen and (max-width: 500px) {
  .other-container {
    background: initial;
  }
}