.split-container h2 {
  font-size: 70px;
  font-weight: 300;
  font-style: italic;
  color: var(--color-2);
}
.split-container h2 strong {
  font-size: 70px;
  font-weight: 700;
  font-style: normal;
}
.split-container p {
  font-size: 22px;
  font-style: italic;
  color: var(--color-2);
}
ul.pagination {

    flex-wrap:wrap;
}

.radius {
  border-radius: var(--card-radius);
}
.radius-border {
  border-radius: var(--card-radius);
  border: 1px solid var(--muted);
  transition: all 0.15s ease-in-out;
}
.radius-border p {
  min-height: 100px;
}

.section-radius {
  position: relative;
}

.section-radius .row {
  border-radius: var(--card-radius);
  overflow: hidden;
  position: relative;
}
/* .section-radius .row:after{
         content:'';
    position:absolute;
    top:0;
    right:0;
    transform: translate(-20%);
    width:100px;
    height:100%;
    background-image: url(../../img/deco.png);
    background-repeat: no-repeat;

} */

.deco-section {
  position: absolute;
  right: 0;
  top: -50%;
  transform: translate(30%, 50%);
}



h4 strong {
  color: var(--color-2);
  font-size: 18px;
  font-weight: bold;
}
.img-radius {
  border-radius: var(--card-radius);
}
.border {
  border-radius: 10px;
  border-color: #909ca9 !important;
  border-width: 2px !important;
}
.border-color-1 {
  border-radius: 10px;
  border-color: var(--color-1) !important;
  border-width: 2px !important;
  border-style: solid;
  transition: all 0.15s ease-in-out;
}

.border:hover {
  border-color: var(--color-1) !important;
}
.border-right {
  position: relative;
}
.border-right:after {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  width: 1px;
  height: 60%;
  background: var(--muted);
}
.container-special {
  margin: 0 auto;
  width: calc(100% - var(--container-out-margin));
}

.parallax-container {
  position: relative;
  /* height  : 40vh; */
  overflow: hidden;
}
.parallax-img {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: center;
  transform: translateY(0);
  will-change: transform;
}
a.btn-arrow {
  position: relative;
  padding-right: calc(var(--btn-padding-x) + 35px);
}

.gradient-img {
  position: relative;
}
.gradient-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 20%;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.features-stacked-md h3 {
  margin-bottom: 0;
}
.features-stacked-md p {
  font-size: 16px;
  font-style: normal;
  line-height: 1;
}
.features-stacked-md {
  padding: 1rem;
  border-radius: 20px;
  position: relative;
  background: white;
  width: 60vw;
  z-index: 100;
  box-shadow: 0px 1px 3px 0px #0000004d;
  box-shadow: 0px 4px 8px 3px #00000026;
}

.section-radius h2 {
  font-size: 35px;
  /* font-weight: bold; */
}
.section-radius h2 + p {
  font-size: 18px;
  text-transform: uppercase;
}
.title-section h2 {
  font-size: 35px;
  /* font-weight: bold; */
}
.title-section p {
  font-size: 18px;
  font-weight: bold;
}

.section-formation .title-section p {
  font-size: 16px;
  font-weight: 400;
}
.widget-header h2 {
  font-size: 35px;
  font-weight: bold;
  color: var(--color-2);
}
.widget-header p {
  font-size: 18px;
  font-weight: bold;
  color: var(--color-1-alt);
  text-transform: uppercase;
}

.deco-img {
  position: absolute;
  top: -50%;
  left: 0;
  transform: translate(-40%, 40%);
}
.deco-img.mini-svg {
  top: -35%;
}
/*-----------------------header accueil--------------------------*/

/* .process-steps {
  position: relative;
}

.process-line {
  position: absolute;
  top: 58px;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 0;
}

.process-line span {
  position: absolute;
  top: -10px;
  width: 15%;
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
  height: 2px;
  background-size: 12px 4px;
  background-repeat: repeat-x;
  clip-path: inset(0 100% 0 0);
}

.process-line span:nth-child(1) { left: 18%; }
.process-line span:nth-child(2) { left: 43%; }
.process-line span:nth-child(3) { left: 68%; }

.process-steps > .text-center {
  position: relative;
  z-index: 2;
}

.process-steps > .text-center svg {
  opacity: 0;
  transform: translateY(20px) scale(0.85);
}*/

/* .process-steps.is-visible > .text-center:nth-child(2) svg {
  animation: stepPop 0.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0s;
}

.process-steps.is-visible .process-line span:nth-child(1) {
  animation: lineGrow 0.25s steps(10, end) forwards 0.15s;
}


.process-steps.is-visible > .text-center:nth-child(3) svg {
  animation: stepPop 0.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.35s;
}


.process-steps.is-visible .process-line span:nth-child(2) {
  animation: lineGrow 0.25s steps(10, end) forwards 0.5s;
}


.process-steps.is-visible > .text-center:nth-child(4) svg {
  animation: stepPop 0.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.7s;
}


.process-steps.is-visible .process-line span:nth-child(3) {
  animation: lineGrow 0.25s steps(10, end) forwards 0.85s;
}


.process-steps.is-visible > .text-center:nth-child(5) svg {
  animation: stepPop 0.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.05s;
} */

@keyframes lineGrow {
  0% { clip-path: inset(0 100% 0 0); }
  100% { clip-path: inset(0 0 0 0); }
}

@keyframes stepPop {
  0% {
    opacity: 0;
    transform: translateY(24px) scale(0.7);
  }
  60% {
    opacity: 1;
    transform: translateY(-6px) scale(1.06);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* @media (max-width: 1199px) {
  .process-line {
    display: none;
  }

  .process-steps.is-visible > .text-center svg {
    animation: stepPop 0.35s ease forwards;
  }
}  */

.header-accueil {
  position: relative;
}

.header-accueil:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-20%);
  width: var(--container-out-margin);
  height: 100%;
  background-image: url(../../img/deco-left.png);
  background-repeat: no-repeat;
  background-position: right;
}
/*-----------------------methode--------------------------*/
.methode {
  position: relative;
  overflow: hidden;
}

.methode::after {
  content: "";
  position: absolute;

  top: 50%;
  left: 0;

  width: 450px;
  height: 450px;

  background-image: url(../../img/deco-left.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  opacity: 0.2;
  pointer-events: none;

  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(var(--rotation, 0deg));
}


.methode:before {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  width: calc(var(--container-out-margin) / 2);
  height: 165px;
  background-image: url(../../img/deco-right.png);
  background-repeat: no-repeat;
}

.methode p strong {
  font-size: 18px;
}
.methode .description {
  position: relative;
}
.methode .description:after {
  content: "";
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 80%;
  border-top: 2px dashed #fff;
}

#DUgxP-copy-1782476505701-1-0
  .container
  .row
  .col-12:last-child
  .description:after {
  display: none;
}
/*-----------------------avis--------------------------*/

.avis-widgets .data-item__title {
  font-weight: bold;
}
.avis-widgets .data-item__description p {
  font-style: italic;
}

/*-----------------------coachs--------------------------*/
#offcanvasCoachsContent h3 {
  font-weight: bold;
  font-size: 30px;
  color: var(--color-2);
  text-align: center;
}

.coachs-widgets .data-item__title {
  font-weight: bold;
  font-size: 20px;
  color: var(--color-2);
}
.coachs-widgets .modules-list-content .data-item__title {
  font-size: 16px;
}

/*-----------------------ressources--------------------------*/
.ressources {
  position: relative;
}
.ressources-index .cards-h-100 {
  border-radius: 10px;
  border: 2px solid transparent !important;
  transition: all 0.15s ease-in-out;
}
.ressources-index .cards-h-100:hover {
  border-color: var(--color-1) !important;
}
.ressource:after {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  width: var(--container-out-margin);
  height: 440px;
  background-image: url(../../img/deco-left.png);
  background-repeat: no-repeat;
  background-position: right;
}
.ressources .page-title {
  font-weight: 700;
  font-size: 70px;
  color: var(--color-2) !important;
}
.ressources .data-item__title {
  font-weight: 700;
  font-size: 18px;
  color: var(--color-2) !important;
  margin-bottom: 1rem;
}
.ressources .data-item__images {
  max-width: 100px;
  margin: 0 auto;
}

/*-----------------------page header--------------------------*/
.features-header-atouts {
  padding: 1rem;
  border-radius: 20px;
  position: relative;
  background: white;
  width: 55vw;
  left: 20%;
  margin-top: -5%;
  z-index: 100;
  box-shadow: 0px 1px 3px 0px #0000004d;
  box-shadow: 0px 4px 8px 3px #00000026;
  font-size: 14px;

  font-weight: bold;
  color: var(--color-2);
}

.features-header {
  padding: 1rem;
  border-radius: 20px;
  position: relative;
  background: white;
  width: 50vw;
  left: 20%;
  margin-top: -5%;
  z-index: 100;
  box-shadow: 0px 1px 3px 0px #0000004d;
  box-shadow: 0px 4px 8px 3px #00000026;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  color: var(--color-2);
}

.orientation-scolaire .header-accueil .features-header p {
  min-height: 80px;
  margin:  0 0 0;
}
.header-accueil .features-header p {
  /* min-height: 63px; */
  min-height: 105px;
  margin: 0 0 0;
}
/*-----------------------faq--------------------------*/

.faqs .accordion-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-2);
}

.accordion-button::after {
  font-family: "Font Awesome 7 Pro";
  content: "\2b";
  background-image: none !important;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  transition: transform 0.5s ease;
  transform: rotate(0deg);
}

.accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: "Font Awesome 7 Pro";
  transform: rotate(-180deg);
}

/*-----------------------podcast--------------------------*/

.podcast h4 {
  font-size: 22px;
  font-weight: bold;
  color: var(--color-2);
}

.podcast-accordion .accordion-item {
  border: 0;
}

.podcast-accordion .accordion-button {
  padding: 0;
  background: transparent;
  box-shadow: none;
  font-size: 14px;
  color: #333;
}

.podcast-accordion .accordion-button::after {
  margin-left: 0.5rem;
}

.podcast-accordion .accordion-body {
  padding: 0.5rem 0 0;
  font-size: 14px;
}
/*-----------------------blogs actualites--------------------------*/

.blogs {
  position: relative;
}
.blogs .radius {
  border-radius: 10px;
}
.blogs .img-radius {
  border-radius: 15px;
}
.blogs-detail .border {
    border-radius: 10px;
    border-color: #fff !important;
    border-width: 2px !important;
}
.blogs-detail .border:hover {
  border-color: var(--color-1) !important;
}
.blogs:after {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  width: var(--container-out-margin);
  height: 440px;
  background-image: url(../../img/deco-left.png);
  background-repeat: no-repeat;
  background-position: right;
}
.blogs-detail:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--container-out-margin);
  height: 440px;
  background-image: url(../../img/deco-left.png);
  background-repeat: no-repeat;
  background-position: right;
}
.blogs .page-title {
  color: var(--color-2) !important;
  font-size: 70px;
  font-weight: bold;
}
.blogs .data-item__title {
  color: var(--color-2) !important;
  font-size: 22px;
  font-weight: bold;
}

.blogs .data-item__images {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.article .data-item__images img {

    transition: transform 0.4s ease;
}

/* Fond bleu au hover */
.article .data-item__images::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(0, 55, 105, 0.78);
    opacity: 0;
    transition: opacity 0.3s ease;
}


.article .data-item__hover-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    opacity: 0;
    transform: translate(-50%, -50%) ;
    transition:
      opacity 0.3s ease,
      transform 0.3s ease;
}



/* Animation */
.article:hover .data-item__hover-icon,
.article .data-item__images:hover::before,
.article .data-item__images:focus-visible::before {
    opacity: 1;
}
/* .blogs .data-item__images img{
  transition: all .3s ;
transform: scale(1.1);
}
.blogs .data-item__images:hover img{
   transform: scale(1) ;
} */

.blogs .data-item__category {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.blogs .sidebar-col h4 {
  font-size: 18px;
}
.blogs-detail .data-item__title {
  color: var(--color-2) !important;
  font-size: 70px;
  font-weight: bold;
}
.blogs-detail .data-item__content_short {
  color: var(--color-2) !important;
  font-size: 44px;
  font-style: italic;
}
.blogs-detail .data-item__description b {
  color: var(--color-2) !important;
  font-weight: bold;
  /* font-size: 24px; */
}

@media (max-width: 1400px) {
  .features-stacked-md {
    width: 80vw;
  }
  .features-header-atouts {
    width: 100%;
    left: 0;
    margin-top: 0;
  }
  .ressources:after {
    display: none;
  }
}

@media (max-width: 1200px) {
  .methode .description:after,
  .deco-section,
  .methode:after,
  .methode:before {
    display: none;
  }
}
@media (max-width: 992px) {
  .features-stacked-md,
  .features-header-atouts {
    width: 100%;
    left: 0;
  }
  .parallax-img {
    position: relative;
  }
  .header-accueil:after {
    display: none;
  }

  .features-header {
    padding: 1rem;
    border-radius: 20px;
    position: relative;
    background: white;
    width: 100%;
    left: 0;
    margin-top: 0;
    z-index: 100;
    box-shadow: 0px 1px 3px 0px #0000004d;
    box-shadow: 0px 4px 8px 3px #00000026;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: var(--color-2);
  }
  .header-accueil .features-header p {
  /* min-height: 63px; */
  min-height:100%;
  text-align: left;
}
.orientation-scolaire .header-accueil .features-header p {
    min-height: 100%;
    text-align: left;
}
.radius-border p {
    min-height: 100%;
   
}
}

@media (max-width: 768px) {
  .border-right:after,
  .deco-img {
    display: none;
  }
  .split-container h2,
  .split-container h2 strong {
    font-size: 50px;
  }
  .header-accueil .features-header p {
    min-height: auto;
    margin: 0;
  }
  .features-stacked-md h3 {
    font-size: 20px !important;
}
.features-stacked-md p {
  line-height: unset;
}
.radius-border p {
      margin: 0;
}
}

@media (max-width: 568px) {
  .radius.methode {
    border-radius: 0;
  }
  .split-container h2,
  .split-container h2 strong {
    font-size: 35px;
  }
  .features-header svg {
    max-width: 40px;
  }
  .demi-section-beige svg {
    max-width: 70px;
  }

  .radius-border p {
    min-height: 100%;
  }
  .blogs .page-title {
    font-size: 60px;
}
.blogs-detail .data-item__title {
    font-size: 60px;
}
}








