
/** Hero section **/
.no-border {
    border: none;
}
.hero-section  img.hero-team-image {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.hero-section h1 {
    font-weight: 400;
    font-size: 8.35vw;
    line-height: 1;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    padding: 0 70px;
    top: 30%;
}
.hero-section h1 span.bold-text {
    display: block;
    font-weight: 800;
}

.hero-banner-overlay-content h1 {
    font-weight: 300;
}

/*Hero Banner And Overlay Content*/
.hero-banner-overlay-content h1 {
    font-weight: 300;
}
.hero-banner-overlay-content h1 strong{
    font-weight: 800;
}
.hero-banner-overlay-content img.hero-bg{
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-banner-overlay-content a.btn.button-primary {
    background: #F8E65A;
}
.hero-banner-overlay-content .wrapper-block {
    padding: 0 20px;
}
.hero-banner-overlay-content .wrapper-block > video {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

/** Image With Text **/
.image-with-text-block.full-width .container {
    max-width: 100%;
    padding: 0;
}
.image-with-text-row:not(.column-reverse) .inner-text-column {
    padding-inline: 62px;
    padding-block: 60px;
    max-width: 800px;
}
.image-with-text-row.column-reverse .inner-text-column {
    padding-right: 62px;
}
.image-with-text-row h2 {
    margin-bottom: 15px;
}
.image-with-text-row .image-column {
    position: relative;
    padding-bottom: 60%;
}
.image-with-text-row .image-column img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.campus-excellence-row .text-column {
    box-shadow: 0 0 20px rgba(0,0,0,0.11);
    height: 100%;
    display: flex;
    align-items: center;
}
.img-height-normal .image-with-text-row .image-column {
    padding: 0;
}
.img-height-normal .image-with-text-row .image-column img {
    position: static;
}
.image-with-text-row.column-reverse .text-column {
    order: -1;
}
.title-uppercase h2 {
    text-transform: uppercase;
}
.khalil-journey .image-with-text-row.d-grid.columns-2 {
    grid-template-columns: 57.5% 42.5%;
}
.khalil-journey .image-with-text-row:not(.column-reverse) .inner-text-column {
    max-width: 360px;
    padding: 30px;
    padding-right: 0;
}
.khalil-journey .image-with-text-row:not(.column-reverse) .inner-text-column h5 {
    font-size: 18px;
}
.khalil-journey::before,
.khalil-journey::after {
    content: "";
    position: absolute;
    height: 98px;
    width: 50%;   
}
.khalil-journey::before {
    background: var(--color-dark-gray);
    top: 0;
    right: 0;
}
.khalil-journey::after {
    background: #fff;
    bottom: 0;
    left: 0;
}

/** Banner Overlay Content **/
.banner-overlay-content {
    padding-block: 190px;
}
.banner-overlay-content img.banner-overlay-contentbg {
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner-overlay-content-columns p.small-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3em;
}
.banner-overlay-content-columns {
    display: grid;
    grid-template-columns: 22% calc(60% - 100px) 18%;
    gap: 50px;
    padding-bottom: 35px;
}
.banner-overlay-content-center h2 {
    font-size: 80px;
    text-transform: uppercase;
}
.banner-overlay-content .divider-line.divider-line-white {
    margin: 38px 0 38px;
}
.banner-overlay-top-part{
    padding-left: calc(22% + 55px);
}
.banner-overlay-top-part h2,
.banner-overlay-content-center h2{
    display: inline-block;

}
.home-banner-overlay-content h2{
    cursor: pointer;
}
.banner-overlay-content .mobile-rows{
    display: none;
}
.banner-overlay-content .button-secondary{
    color: #3A3A3A;
}
.banner-overlay-content .banner-overlay-content-center p,
.banner-overlay-content .banner-overlay-content-center h3{
    display: none;
}

.banner-overlay-content .banner-overlay-content-right h3{
    display: none;
}

.news-head-wrap img {
    margin: auto;
}
.news-head-wrap img.title-outline {
    top: -1px;
    left: -1px;
    right: 0;
    margin: auto;
    z-index: 1;
}
section.home-banner-overlay-content::after {
    content: "";
    position: absolute;
    height: 98px;
    width: 60%;
    background: #feee98;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.home-banner-overlay-content .desktop-container h2 {
    font-size: 75px;
    color: transparent;
    font-weight: 400;
    font-family: arial;
    -webkit-text-stroke: 0.7px #fff;
    letter-spacing: -4px;
    transition: all ease 0.3s;
}
.home-banner-overlay-content .desktop-container h2:hover,
.home-banner-overlay-content .desktop-container h2.active {
    color: #fff;
    font-weight: 700;
}

/** Title Text List **/
.title-text-list-wrap {
    max-width: 730px;
    margin-left: auto;
}
.title-text-list .title-text-commmon-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
}
.title-text-list .title-text-commmon-list h3 {
    text-transform: uppercase;
}
.title-text-list .title-text-commmon-list:not(:first-child) {
    border-top: 1px solid var(--color-dark-gray);
    padding-top: 34px;
    margin-top: 34px;
}
.title-text-commmon-list.title-text-list-first .title-text-commmon-list-left h3 {
    position: absolute;
    font-size: 200px;
    left: -76%;
    top: -33px;
    z-index: 3;
    line-height: 1;
}
.title-text-list .title-text-commmon-list:not(:first-child) h3{
    line-height: 1.3em;
}
section.home-title-text-list::after {
    content: "";
    position: absolute;
    height: 98px;
    width: 38%;
    background: #fff;
    bottom: 0;
}

/** Scrolling Slider **/
.scrolling-section {
    position: relative;
    overflow: hidden;
    padding-block: 136px;
}
.top .scroll-text-animation-inner{
    display: flex;  
    width: fit-content;
    animation-name: logos;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: var(--direction);
    animation-duration: var(--duration);
} 
.scroll-text {
    position: absolute;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    font-size: 120px;
    font-weight: 700;
    color: var(--color-dark-gray);
    z-index: 9;
    text-transform: uppercase;
    line-height: 1;
    pointer-events: none;
    text-shadow: -1px -1px 0 #fff,
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff;
}
.scroll-content {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
@keyframes logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.scroll-text.scroll-text-animation.bottom {
    bottom: 0;
}
.bottom .scroll-text-animation-inner{
    display: flex;
    width: fit-content;
    animation-name: reversesec;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: var(--direction);
    animation-duration: var(--duration);
}
@keyframes reversesec {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.scroll-text.scroll-text-animation.top {
    top: 60px;
}
.scroll-text.scroll-text-animation.bottom {
    bottom: 60px;
}
.scrolling-section-slider-outer {
    margin: 0 -10%;
}
.scrolling-section-slider .image-block {
    padding-bottom: 65%;
}
.scrolling-section-slider .image-block img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.scrolling-section-bottom-row {
    padding-bottom: 50px;
}
.scrolling-section-bottom-row .grid-items {
    grid-template-columns: repeat(6,1fr);
    gap: 30px;
}
.scrolling-section-bottom-row .grid-items h5 {
    margin-bottom: 5px;
}

/** Title Text Video Text **/
section.title-text-video-text {
    overflow: hidden;
}
.title-text-video-text .title-text-video-top {
    top: 16px;
    width: 100%;
    left: 0;
}
.title-text-video-text h2 {
    font-size: clamp(48px, 11vw, 190px);
    line-height: 1;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
.title-text-video-text .container {
    max-width: 1410px;
}
.title-text-video-text-wrap {
    background: #fff;
    margin-top: 24%;
    padding: 50px;
}
.title-text-right-video .right-video-button {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;  
    text-align: center;
}
.title-text-video-text-inner .grid-item:first-child {
    padding-right: 32px;
}
.title-text-video-text-inner .top-peragraph {
    max-width: 350px;
    margin-bottom: 16px;
}
.outline-title-text h2 {
    text-shadow: -1px -1px 0 var(--color-dark-gray),     1px -1px 0 var(--color-dark-gray),    -1px  1px 0 var(--color-dark-gray),     1px  1px 0 var(--color-dark-gray);
    color: #fff;
}
.home-title-text-video {
    margin-top: 45px;
}
/* Popup overlay */
.video-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 30px 15px;
    overflow: auto;
    display: none;
}
.video-popup-overlay.show-popup {
    display: flex;
}
.video-popup-overlay::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.video-popup {
    position: relative;
    width: 90%;
    max-width: 700px;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    margin: auto;
    vertical-align: middle;
}
.close-popup {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
}

/** News Section **/
.container.news-head-container {
    max-width: 1450px;
}
.news-section h2.section-title {
    font-size: 200px;
    line-height: 1;
    margin: 0;
    text-align: center;
}
.news-section .news-grid-items {
    margin-top: -6.5%;
    position: relative;
}
.news-section-topgrid.d-grid {
    grid-template-columns: calc(75% - 30px) 25%;
    gap: 30px;
}
.news-section-topgrid .grid-item:last-child {
    padding-top: 115px;
}
.news-section-topgrid h6 {
    color: #F0C828;
}
.grid-post-image {
    border-bottom: 3px solid #FEEE98;
    padding-bottom: 65%;
    margin-bottom: 20px; 
}
.grid-post-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.grid-post-image span.grid-category {
    background: #FEEE98;
    bottom: -3px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 6px;
}
.grid-post-item .grid-post-content .grid-post-content-left {
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
}
.grid-post-item .grid-post-content .grid-post-content-rightt {
    flex: 0 0 30px;
    max-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-grid-items hr.section-divider {
    background: var(--color-dark-gray);
    margin-block: 30px;
}

/*Image With Top Bottom Text*/
.image-withtopbtm-text-wrap .image-withtopbtm-leftimg {
    flex: 0 0 32%;
    max-width: 32%;
}
.image-withtopbtm-content {
    flex: 0 0 68%;
    max-width: 68%;
    padding-left: 30px;
}
.image-withtopbtm-text-bottom {
    border-top: 1px solid var(--color-dark-gray);
    padding-top: 35px;
    margin-top: 35px;
}

/*Title with vakue list*/
.groupe-title-with-value-list {
    padding-bottom: 50px;
}
.title-with-value-list h2 {
    font-size: clamp(48px, 14.7vw, 210px);
    text-align: center;
}
.groupe-title-with-value-list .container {
    max-width: 1410px;
}
.title-overlay-content-wrapper {
    background: #fff;
    padding: 50px;
    margin-top: -7%;
    position: relative;
}
.title-with-value-list-row {
    border-bottom: 1px solid var(--color-dark-gray);
    padding-block: 40px;
    align-items: center;
}
.title-with-value-list-row:first-child{
    padding-top: 0;
}
.title-with-value-list-row .title-with-value-list-title {
    flex: 0 0 68%;
    max-width: 68%;
    padding-right: 40px;
}
.title-with-value-list-row .title-with-value-list-title h3 {
    font-size: 5.7vw;
    margin: 0;
}
.title-with-value-list-row .title-with-value-list-desc {
    flex: 0 0 32%;
    max-width: 32%;
}
.title-with-value-list-row:last-of-type {
    padding-bottom: 0;
    border: none;
}
.title-with-value-list-row h3 {
    opacity: 10%;
}
.title-with-value-list-row.active h3{
    opacity: 1;
}
.title-with-value-list-row.first-item .title-with-value-list-desc strong {
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
}
.title-with-value-list-row.first-item {
    align-items: flex-end;
}

/*Image title video button*/
.image-title-video-button .hero-outline {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}
.image-title-video-button:has(div.video-popup-overlay.show-popup) .container.position-relative {
    z-index: 9;
}
.image-title-video-button .hero-solid, .image-title-video-button .hero-outline {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.image-title-video-button .hero-solid {
    z-index: 1;
}
.image-title-video-button .section-video-button {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.image-title-video-button .container {
    position: relative;
    z-index: 1;
}
.image-title-video-button .hero-solid {
    z-index: 1;
}
.groupe-image-title-video-button::before,
.groupe-image-title-video-button::after{
    content: "";
    position: absolute;
    height: 98px;
    width: 50%;
}
.groupe-image-title-video-button::before{
    background: #fff;
    top: 0;
    right: 0;
}
.groupe-image-title-video-button::after{
    background: #fff;
    bottom: 0;
    left: 0;
}
.groupe-image-title-video-button {
    padding-top: 190px;
    padding-bottom: 190px;
}
.image-title-video-button .grid-item:nth-child(2) h5 {
    text-transform: uppercase;
    font-size: 18px;
    max-width: 340px;
}
.image-title-video-button .grid-item:nth-child(2) ul{
    margin-bottom: 40px; 
}
.image-title-video-button .grid-item:nth-child(2) ul ~ ul {
    margin: 0;
}

/*Title Grid Text*/
.title-and-grid-text-top h2:first-child {
    font-size: 9.8vw;
    max-width: 1440px;
    margin-left: -13px;
}
.title-and-grid-text-top h2 img {
    margin-left: auto;
}
.nous-ecoles-title-and-grid .title-and-grid-text-row {
    max-width: 540px;
    margin-left: auto;
    margin-top: 56px;
}
.nous-ecoles-title-and-grid .title-and-grid-text-top {
    margin-top: -130px;
}
.nous-ecoles-maintitle-and-grid .title-and-grid-text-top {
    margin-top: -1.6%;
}

/*Title And Content With Image*/
.section-title-line {
    display: flex;
    align-items: center;
}
.section-title-line::before {
    content: "";
    height: 1px;
    width: 100%;
    flex: 1;
    background: #000;
    margin-right: 40px;
}
.titleand-contentwith-text .content-with-image-row{
    display: grid;
    grid-template-columns: 43% 57%;
    align-items: center;    
}
.titleand-contentwith-text .content-with-image-row:not(:last-child) {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid var(--color-dark-gray);
}
.titleand-contentwith-text .content-with-image-row .grid-item.row-content {
    padding-right: 30px;
}
.titleand-contentwith-text .content-with-image-row .grid-item.row-content > p {
    max-width: 350px;
}

.titleand-contentwith-text .content-with-image-row .grid-item.row-image::after{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 20%;
    top: 0;
    left: 0;
}
.titleand-contentwith-text .content-with-image-row img.logo-image {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.audace-nos-ecoles .title-outside {
    padding-left: calc((100% - 1110px)/2);
}

/*Family Business*/
.family-business-wrap-inner .grid-item:first-child .grid-items {
    max-width: 350px;
}
.grid-item li:not(:last-child) {
    margin-bottom: 10px;
}
.family-business-wrap-inner > .grid-item:last-child .grid-items {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--color-dark-gray);
}
.family-business-sec-head h2.outline-title {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
}
.family-business-wrap {
    margin-top: -87px;
}
.family-business-wrap-inner > .grid-item:last-child h3.font-18.text-uppercase {
    max-width: 350px;
}
.family-business-wrap-inner > .grid-item:last-child {
    padding-top: 150px;
}
.family-business-sec-head {
    position: relative;
    left: -13.7%;
}

/*Title And Grid List*/
.title-and-grid-list .image-block {
    padding-bottom: 60%;
    position: relative;
    margin-bottom: 30px; 
}
.title-and-grid-list .image-block img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.title-and-grid-list .grid-item.card-box h5 span {
    display: block;
    font-weight: 400;
}
.title-and-grid-list .grid-item.card-box h5 {
    min-height: 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.groupe-title-and-grid-list::before, 
.groupe-title-and-grid-list::after {
    position: absolute;
    content: "";
    height: 50px;
    width: 50%;
    background: #fff;
}
.groupe-title-and-grid-list::before{
    top: 0;
    left: 0;
}
.groupe-title-and-grid-list::after{
    bottom: 0;
    right: 0;
}

/*Story Section*/
section.story-sec::before {
    position: absolute;
    content: "";
    height: 50px;
    width: calc(57% - 270px);
    background: #fff;
    right: 0;
    z-index: 1;
}
.story-sec::after {
    position: absolute;
    content: "";
    width: 100%;
    left: 50%;
    height: 100%;
    background: #feee98;
    top: 0;
}
.story-sec-wrapper .story-col-left {
    flex: 0 0 43%;
    max-width: 43%;
    padding-right: 30px;
    padding-top: 100px;
}
.story-col-left h3 {
    max-width: 350px;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 140px;
}
.story-sec-wrapper .story-col-right {
    flex: 0 0 57%;
    max-width: 57%;
    background: #feee98;
    padding: 100px 20px 50px;
    position: relative;
}
.story-col-right-inner .story-slider{
    max-height: 1330px;
}
.story-col-right-inner {
    overflow: hidden;
    padding-block: 22px;
}
.groupe-story-sec .story-col-right::after {
    position: absolute;
    content: "";
    width: 270px;
    background: #feee98;
    height: 60px;
    left: 0;
    bottom: 0px;
    background: #fff;
    z-index: 1;
}
.story-slider .swiper-slide {
    justify-content: flex-end;
}
.story-slider .swiper-container-vertical>.swiper-pagination-bullets {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: auto;
}
.story-slider {
  width: 100%;
  height: 100%;
}
.story-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column;
}
.story-slide .story-year {
    flex: 0 0 72px;
    max-width: 72px;
}
.story-slide  .story-content {
    flex: 0 0 calc(100% - 72px);
    max-width: calc(100% - 72px);
}
.story-content-inner{
    max-width: 350px; 
}
.story-swiper-scrollbar {
    width: 2px;
    right: -110px;
    top: 50%;
    bottom: 6px;
    border-radius: 10px;
    background: rgb(58,58,58,0.2);
    position: absolute;
    max-height: 200px;
    transform: translateY(-50%);
    z-index: 1;
}
.story-swiper-scrollbar .swiper-scrollbar-drag {
    border-radius: 8px;
    background: var(--color-dark-gray);
}
.story-col-right .story-year h3 {
    position: relative;
    top: -39px;
}
.story-slider .swiper-slide{
    justify-content: flex-end;
}
.story-col-left .image-and-text img {
    margin-left: auto;
    margin-bottom: 10px;
}
.story-col-left .image-and-text.item2, 
.story-col-left .image-and-text.item3 {
    margin-right: -90px;
    position: relative;
    z-index: 1;
}
.story-col-left .image-and-text.item2 {
    margin-top: 65px;
    margin-bottom: 170px;
}
.story-sec .section-bg-title {
    position: absolute;
    bottom: 175px;
    display: flex;
    flex-direction: column;
    gap: 55px;
    z-index: -1;
}
.story-sec img.bg-title-2 {
    position: relative;
    left: -30%;
}
.story-sec img.bg-title-3 {
    position: relative;
    left: -63%;
}
.story-slider .swiper-slide{
    opacity: 0;
    visibility: hidden;
}
.story-slider .swiper-slide.active {
    opacity: 1;
    visibility: visible;
}

/*Inner Page Banner*/
.inner-page-banner {
    min-height: 600px;
    padding-top: 150px;
}
.inner-page-banner img.inner-page-banner-image {
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-position: bottom center;
}
.inner-page-banner h1 {
    color: #fff;
    font-size: clamp(40px, 7vw, 120px);
}
.inner-page-banner.dark-overlay::before {
    opacity: 20%;
}

/*Title With Text*/
.title-with-text .title-with-text-inner {
    grid-template-columns: 55% calc(45% - 30px);
}
.enterprise-title-with-text h3 {
    max-width: 445px;
}
.enterprise-title-with-text .grid-item:last-child p {
    max-width: 350px;
    margin-left: auto;
}

/*Title Grid Text With Image*/
.pedagogy-connection {
    margin-top: 140px;
}
.pedagogy-connection .title {
    position: absolute;
    top: -152px;
    left: 0;
    padding-left: calc((100% - 1450px)/2);
    display: block;
    width: 100%;
    line-height: 1;
}
.pedagogy-connection h2 {
    font-size: 10.3vw;
    max-width: 1196px
}
.pedagogy-connection h2::after {
    position: absolute;
    content: "";
    height: 120px;
    width: 62vw;
    background: var(--color-yellow);
    top: 32px;
    left: 0;
    z-index: -1;
}
.pedagogy-connection h2::before {
    position: absolute;
    height: 120px;
    width: 700%;
    left: -700%;
    background: var(--color-yellow);
    top: 32px;
    z-index: 1;
    content: "";
}
.pedagogy-connection .title-with-text-inner.d-grid {
    grid-template-columns: calc(60% - 30px) 40%;
}
.pedagogy-connection .title-with-text-inner.d-grid .grid-items {
    display: grid;
    grid-template-columns: calc(60% - 30px) 40%;
    gap: 30px;
}
.pedagogy-connection .title-with-text-inner.d-grid .grid-items {
    display: grid;
    grid-template-columns: calc(60% - 30px) 40%;
    gap: 30px;
    padding-top: 180px;
}
.audace-number-text-slider::before {
    position: absolute;
    left: 0;
    content: "";
    top: -63px;
    background: var(--color-dark-gray);
    width: calc((100% - 1450px) / 2);
    height: 94px;
}
.audace-number-text-slider .title-outside h2 {
    position: relative;
    margin-top: -30px;
}
.audace-number-text-slider .title-outside h2::before {
    position: absolute;
    content: "";
    height: 94px;
    width: 100%;
    background: var(--color-dark-gray);
    left: 0;
    top: -63px;
    z-index: -1;
}
.audace-pedagogy-connection::after {
    position: absolute;
    content: "";
    height: 90px;
    width: 260px;
    background: #fff;
    bottom: 0;
    right: 0;
}
.audace-pedagogy-connection {
    padding-bottom: 180px;
}
.number-title-content-item:hover .number-block span {
    color: #FEEE98;
    text-shadow: -1px -1px 0 #FEEE98, 1px -1px 0 #FEEE98, -1px  1px 0 #FEEE98, 1px  1px 0 #FEEE98, 0px -1px 0 #FEEE98, 0px  1px 0 #FEEE98, -1px 0px 0 #FEEE98, 1px 0px 0 #FEEE98;
}

/*Title Number Text Slider*/
.title-outside {
    position: relative;
    top: 0px;
    left: -152px;
    padding-left: calc((100% - 1450px) / 2);
    display: block;
    width: 100%;
    line-height: 1;
}
.title-outside h2 {
    font-size: 9.4vw;
    display: inline-block;
}
.swiper.title-number-text-sliderouter {
    padding-left: calc((100% - 1110px)/2);
}
.title-number-text-slider .slide-number {
  font-size: 10.2vw;
  font-weight: 800;
  margin: 0;
  line-height: 1;
  color: #333;
  position: relative;
}
.title-number-text-slider .slide-number {
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, 
               -1px  1px 0 #fff, 1px  1px 0 #fff,
                0px -1px 0 #fff, 0px  1px 0 #fff, 
               -1px 0px 0 #fff, 1px 0px 0 #fff;
}
.title-number-text-slider .swiper-slide-active .slide-number {
  color: #f7eb9a;
  text-shadow: -1px -1px 0 #f7eb9a, 1px -1px 0 #f7eb9a, 
               -1px  1px 0 #f7eb9a, 1px  1px 0 #f7eb9a,
                0px -1px 0 #f7eb9a, 0px  1px 0 #f7eb9a, 
               -1px 0px 0 #f7eb9a, 1px 0px 0 #f7eb9a;
}
.title-number-text-slider .slide-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.title-number-text-slider .slide-desc {
  font-size: 18px;
  opacity: 0.85;
  margin-top: 6px;
  color: #fff;
}
.title-number-text-slider  .title-number-swiper-scrollbar {
    background: #fff;
    height: 1px;
    border-radius: 6px;
    margin-top: 50px;
    position: sticky;
}
.title-number-text-slider  .swiper-scrollbar-drag {
    background: #f7eb9a;
    border-radius: 0;
    height: 5px;
    position: relative;
    top: -4px;
}
.title-number-text-slider .slide-number::after {
    height: 13px;
    width: 100%;
    content: "";
    position: absolute;
    bottom: 10%;
    left: 0;
    background: var(--color-dark-gray);
}
.audace-number-text-slider {
    margin-top: 95px;
}
.audace-number-text-slider::before {
    position: absolute;
    left: 0;
    content: "";
    top: -94px;
    background: var(--color-dark-gray);
    width: calc((100% - 1410px) / 2);
    height: 94px;
}

/*Number Title Content List*/
.number-title-content-item > div {
    flex: 0 0 33.33%;
}
.number-title-content-item .content-block p:first-child strong {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
}
.number-title-content-item .number-block span {
    font-size: 195px;
    line-height: 1;
    font-weight: 700;
    text-shadow: -1px -1px 0 var(--color-dark-gray), 1px -1px 0 var(--color-dark-gray), 
               -1px  1px 0 var(--color-dark-gray), 1px  1px 0 var(--color-dark-gray),
                0px -1px 0 var(--color-dark-gray), 0px  1px 0 var(--color-dark-gray), 
               -1px 0px 0 var(--color-dark-gray), 1px 0px 0 var(--color-dark-gray);
    color: #fff;
    display: inline-block;
    position: absolute;
    top: -28px;
    left: 0;
}
.number-title-content-item .number-block span::after {
    position: absolute;
    content: "";
    height: 45px;
    width: 100%;
    background: #fff;
    bottom: 0;
    left: 0;
}
.number-title-content-item .title-block h3 {
    max-width: 350px;
}
.number-title-content-item .title-block, .number-title-content-item .content-block {
    border-top: 1px solid var(--color-dark-gray);
    padding-block: 30px;
}
.number-title-content-list-top > img,
.number-title-content-list-top .same-head-image > img {
    margin-left: auto;
}

.same-head-image.position-relative {
    padding-bottom: 100px;
    margin-top: 30px;
    padding-top: 75px;
}
.number-title-content-list-top .same-head-image > img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.number-title-content-list-top .same-head-image > img.top-dark-outline-head {
    right: 0px;
    top: -1px;
    z-index: 1;
}
.top-left-image {
    max-width: 445px;
}

/*Enterprise Row List*/
.entreprise-row-list h2.font-200.right {
    margin-right: -10px;
}
.entreprise-row-number {
    position: absolute;
    right: -162px;
    top: 50%;
    transform: translateY(-50%);
}
.entreprise-row-number > div {
    font-size: 195px;
    line-height: 1;
    font-weight: 700;
    display: block;
}
.entreprise-row-list-block > .grid-row .grid-item {
    padding: 0 15px;
}
.entreprise-row-list-block > .grid-row > .grid-item:nth-child(2) h6 {
    text-transform: uppercase;
    font-size: 12px;
}
.entreprise-row-list-block > .grid-row > .grid-item:first-child, .entreprise-row-list-block > .grid-row > .grid-item:nth-child(2) {
    padding-top: 35px;
    padding-bottom: 70px;
    border-top: 1px solid var(--color-dark-gray);
}
.entreprise-row-list-block > .grid-row > .grid-item:nth-child(2){
    padding-right: 0;
}
.entreprise-row-list-block > .grid-row > .grid-item:first-child{
    padding-left: 0;
}
.entreprise-row-list-block > .grid-row .grid-item:last-child {
    padding-left: 30px;
    padding-right: 0;
}
.entreprise-row-list-block > .grid-row > .grid-item:nth-child(2) ul {
    margin-bottom: 15px;
}
.entreprise-row-list-block .grid-row:hover .grid-item .entreprise-row-number div {
    color: #FEEE98;
}
.enterprise-percent-sec h2 {
    margin-top: -32px;
}

/*Partnerships That Matter*/
.enterprise-partners h2 span {
    white-space: nowrap;
}
.partnerships-that-matter-rows {
    max-width: 730px;
    margin-left: auto;
}
.partnerships-that-matter-row:not(.last) {
    border-bottom: 1px solid var(--color-dark-gray);
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.title-overlay-content-wrapper .partnerships-that-matter-row h3 {
    font-weight: 400;
}
.partnerships-that-matter-rows .title-overlay-content-wrapper {
    padding-inline: 95px;
    margin-top: -13%;
} 

/*Campus Section*/
.campus-image-grid{
	max-width: 1540px;
    margin: auto;
    padding: 0 100px;
}
.campus-image-grid-inner {    
    display: flex;    
}
.campus-image-grid-inner .image-block {
    position: relative;
    width: 100%;
}
.campus-image-grid-inner .image-block img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.campus-image-grid-inner .grid-item:first-child {
    flex: 0 0 50.8%;
}
.campus-image-grid-inner .grid-item:nth-child(2) {
    flex: 0 0 26.5%;
}
.campus-image-grid-inner .grid-item:last-child {
    flex: 0 0 22.7%;
}
.campus-image-grid-inner .grid-item:first-child .image-block{
    padding-bottom: 75%;
}
.campus-image-grid-inner .grid-item:last-child .image-block {
    padding-bottom: 168%;
}
.campus-image-grid-inner .grid-item:nth-child(2) .image-block:first-child {
    padding-bottom: 57%;
}
.campus-image-grid-inner .grid-item:nth-child(2) .image-block:last-child {
    padding-bottom: 87%;
}
.campus-title-with-text.title-with-text .title-with-text-inner {
    grid-template-columns: 66%;
}
.campus-details-middle-row {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}
.campus-details-middle-row .grid-item:first-child {
    flex: 0 0 calc(100% - 200px);
    width: calc(100% - 200px);
}
.campus-image-grid-wrap{
	z-index: 1;
}
.campus-image-grid-wrap > h2 {
    position: absolute;
    bottom: -22%;
    width: 100%;
    font-family: sans-serif;
    font-weight: 700;
}
.campus-image-grid-wrap > h2.dark-heading {
    z-index: -1;
}
.campus-details-bottom-row .grid-item a {
    text-decoration: underline;
}
.campus-details-bottom-row .grid-item:last-child h6 {
    font-size: 12px;
    text-transform: uppercase;
}


/* Image Row */
.image-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  padding: 160px 0; /* gives room for text overlap */
}
.image-row img {
  width: 28%;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}



/** Title Text Column **/
.title-text-column {
    border-width: 0 0 0 2px;
    border-color: #2BADA6;
    border-style: solid;
    padding-left: 20px;
}


/** Title Icon Text Column **/
.notre-mission-sec h3 {
    color: #2BADA6;
}
.title-icon-column-row .icon-block {
    width: 58px;
    height: 58px;
    background: linear-gradient(  180deg,  rgba(43, 173, 166, 1) 0%,  rgba(15, 107, 120, 1) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.notre-mission-sec .section-head {
    max-width: 740px;
}
.icon-grid-box .title-icon-column{
  border-radius: 13px;
  padding: 36px 28px 36px;
}
.icon-grid-box .title-icon-column {
    background: #005C6D;
    text-align: center;
}
.icon-grid-box .title-icon-column h5,
.icon-grid-box .title-icon-column p {
    color: #fff;    
}
.icon-grid-box .title-icon-column .icon-block {
    margin-left: auto;
    margin-right: auto;
}
.icon-grid-box .title-icon-column .icon-block {
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}
.white-grid-boxes .title-icon-column {
  background: rgba(255,255,255,0.89); 
  border-radius: 13px;
  padding: 21px 28px 40px;   
}
.dark-grid-boxes .title-icon-column {
  background: #005C6D; 
}
.title-icon-block.center .icon-block {
    margin-left: auto;
    margin-right: auto;
}
.white-grid-boxes .title-icon-column h5,
.white-grid-boxes .title-icon-column p {
    color: #000;
}
.notre-nose4-pilers .title-icon-column-row {
    gap: 52px;
}
.hero-section .hero-bottom-row-outer {
    bottom: 0;
    z-index: 2;
    padding-bottom: 75px;
    width: 100%
}
.hero-bottom-right-text {
    max-width: 350px;
}
.hero-bottom-right-text div {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
}
.hero-bottom-row .hero-bottom-right {
    justify-content: flex-end;
}

/*Title And Subtitle With Text*/
.entreprise-promise-sec{
    margin-block: 100px;
}
.entreprise-promise-sec .title-outside h2 {
    margin-top: -132px;
}
.entreprise-promise-sec::before {
    position: absolute;
    content: "";
    height: calc(100% + 200px);
    top: -100px;
    left: 0;
    width: calc(100% - calc((100% - 1110px)/2));
    background: #feee98;
    z-index: -1;
}
.title-and-subtitle-withtext-row .grid-row {
    grid-template-columns: 51% 49%;
    align-items: flex-end;
}
.title-and-subtitle-withtext-row .grid-row .grid-item{
    border-bottom: 1px solid var(--color-dark-gray);
}
.title-and-subtitle-withtext-row .grid-row .grid-item:first-child {
    position: relative;
    top: -20px;
    padding-bottom: 65px;
    padding-top: 50px;
}
.title-and-subtitle-withtext-row .grid-row .grid-item:last-child {
    padding-bottom: 45px;
    padding-top: 95px;
}

/* Title Text With Video List*/
.title_text_with_video_list .large-grey-title {
    max-width: 810px;
    margin-left: auto;
    opacity: 20%;
}
.title_text_with_video_list .video-item video {
    top: 0;
    left: 0;
    object-fit: cover;
}
.video-item span.video-item-play-button {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.video-item  span.video-item-play-button.is-playing {
    display: none;
}
.title_text_with_video_list .video-item {
    min-height: 390px;
}
.title_text_with_video_list.title_text_with_video_list1 {
    padding-top: 400px;
}
.title_text_with_video_list .large-grey-title-div {
    position: absolute;
    right: -13px;
    top: 0;
}
.title_text_with_video_list:not(:last-of-type) .container > .d-grid {
    border-bottom: 1px solid var(--color-dark-gray);
}
.title_text_with_video_list .video-list > .video-item:only-child {
    grid-column: 2;
}
.title_text_with_video_list .text-column h5 {
    font-size: 12px;
    text-transform: uppercase;
}
.title_text_with_video_list .inner-text-column ul {
    margin-bottom: 20px;
}
.title_text_with_video_list3 .large-grey-title-div {
    top: -41%;
}
.title_text_with_video_list1 {
    margin-top: 100px;
}


/** Video With Text **/
.video-image-block .text-column .inner-text-column {
    padding-block: 0;
}

/** Logo Slider **/
.logo-item {
    min-width: 162px;
    min-height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 1px rgba(232, 232, 232, 1);
    margin-right: 25px;
}
.common-logo-slider{
    overflow: hidden;
}
.logo-items{
    display: flex;  
    width: fit-content;
    animation-name: logos;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: var(--direction);
    animation-duration: var(--duration);

} 
.logo-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
    border: 1px solid #E8E8E8;
}
@keyframes logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.common-logo-slider .logo-items .logo-item {
    padding: 12px;
}
.common-logo-slider .logo-items .logo-item img {
    max-height: 64px;
}

.common-logo-slider.second-logo-slider .logo-items{
    animation-name: reversesec;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: var(--direction);
    animation-duration: var(--duration);
}
@keyframes reversesec {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.common-logo-slider.second-logo-slider {
    margin-top: 25px;
}
.logo-slider .description-block {
    max-width: 970px;
    margin: auto;
}

/** Testimonials **/
.testimonials-slider .testimonial-card-top .image-block {
    flex: 0 0 98px;
    max-width: 98px;
    overflow: hidden;
}
.testimonials-slider .testimonial-card-top .image-block img {
    width:98px;
    height: 98px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
}

.testimonials-slider .testimonial-card-top .content-block {
    flex: 0 0 calc(100% - 120px);
    padding-left: 20px;
}
.testimonials-slider .grid-item {
    background: var(--color-yellow);
    padding: 34px 31px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.testimonials-slider .grid-item .testimonial-card-bottom {
    margin-top: auto;
}
.testimonials-slider .swiper-slide {
    height: auto;
}
.testimonial-card-bottom ul {
    gap: 10px;
}
.testimonial-card-bottom ul li {
    color: #015C6D;
    background: #fff;
    font-size: 11px;
    padding: 6px 10px 4px;
    font-weight: 500;
}
.testimonials-slider .content-block h6 {
    color: var(--color-dark-green);
    font-size: 16px;
    font-weight: 500;
}
.testimonials-slider .content-block small {
    color: #909090;
}
.inner-testimonials img.right-testimonial-image {
    position: absolute;
    right: 0;
    bottom: -95px;
}
.testimonials-section .section-head-block {
    max-width: 690px;
}
.grid-items.testimonials-slider {
    margin: 0 -50px;
    padding: 0 50px;
}
.slider-nav div {
    background-color: rgba(43, 173, 166, 0.16);
    height: 38px;
    width: 38px;
    border-radius: 50%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27,22L27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22L27,22z' fill='%230F6B78'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.slider-nav div.swiper-button-prev,
.slider-nav div.swiper-button-prev1 {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%230F6B78'%2F%3E%3C%2Fsvg%3E");
}
.testimonials-slider .swiper-button-prev1 {
    left: 0;
}
.testimonials-slider .swiper-button-next1 {
    right: 0;
}

/** Page Banner Title **/
.page-banner-title{
    min-height: 272px;
    padding: 70px 0;
    position: relative;
}
.page-banner-title h2 {
    text-align: center;
}
.page-banner-title::after{
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.92;
    background: linear-gradient(
      270deg,
      rgba(0, 46, 54, 1) 0%,
      rgba(0, 46, 54, 0.8) 52%,
      rgba(0, 46, 54, 1) 100%
    );
}
.page-banner-title .container {
    z-index: 1;
}

/** Team Block **/
.team-block .image-block {
    padding-bottom: 120%;
    position: relative;
    margin-bottom: 32px;
}
.team-block .image-block img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.title-cards-row h2{
    margin-bottom: 60px;
    display: flex;
    align-items: center;
}
.heading-with-line{
    display: flex;
    align-items: center;
}
.title-cards-row h2::after,
.heading-with-line::after {
    content: "";
    width: 100%;
    background: #e3e3e3;
    height: 1px;
    margin-left: 30px;
    flex: 1;
}

/** Rich Text **/
.notre-rich-text {
    max-width: 910px;
    margin: auto;
}

.audace-rich-text {
    max-width: 1240px;
    margin: auto;
}
.audace-fusion td:first-child{
    width: 35%;
}

/** Verticle Tabs **/
.vertical-tab-container {
  display: flex;
  flex-wrap: wrap;
}
.vertical-tab-menu {
  width: 30%;
  padding-right: 20px;
  box-sizing: border-box;
}
.vertical-tab-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vertical-tab-menu li {
  padding: 2px 10px;
  cursor: pointer;
  border-left: 1px solid #D1D1D1;
  transition: all 0.3s ease;
  font-weight: 500;
}
.vertical-tab-menu li:not(:last-child){
    margin-bottom: 17px;
}
.vertical-tab-menu li:hover {
  color: #00b3b3;
  border-left: 1px solid #2BADA6;
}
.vertical-tab-menu li.active {
  color: #00b3b3;
  border-left: 1px solid #2BADA6;
}
.vertical-tab-content {
  width: 70%;
  padding-left: 70px;
  box-sizing: border-box;
}
.vertical-tab-panel {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}
.vertical-tab-panel.active {
  display: block;
}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
.vertical-tab-content h5 {
    font-weight: bold;
}
.vertical-tab-content h5:not(:first-child) {
    margin-top: 30px;
}
.vertical-tab-panel ul,
.list-style ul,
ul.list-style {
    padding: 0;
}
.vertical-tab-panel ul li,
.contact-section .grid-item:first-child ul li,
.list-style ul li,
ul.list-style li{
    position: relative;
    list-style: none;
    padding-left: 20px;
}
.vertical-tab-panel ul li:not(:last-child),
.list-style ul li:not(:last-child),
ul.list-style li:not(:last-child) {
    margin-bottom: 20px;
}
.vertical-tab-panel ul li::before,
.contact-section .grid-item:first-child ul li::before,
.list-style ul li::before,
ul.list-style li::before {
    height: 8px;
    width: 8px;
    border: 1px solid rgba(43, 173, 166, 1);
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 50%;
}
div div .datalist li{
    padding-left: 0;
}
.datalist li::before {
    display: none;
}

/** Contact Section **/
.grid-item.contact-form-box {
    padding: 0;
}
.contact-section .grid-item p, .contact-section .grid-item li {
    font-size: 14px;
}
.grid-item.contact-form-box .hbspt-form {
    margin-top: 20px;
}
.contact-section .grid-item:first-child ul{
    padding: 0;
}
.contact-section .grid-item:first-child ul li:not(:last-child){
    margin-bottom: 10px;
}
.contact-section .grid-items {
    gap: 50px;
}
.contact-section ul {
    margin: 30px 0 30px;
}
.contact-section .grid-items .grid-item:first-child {
    border-right: 1px solid rgba(214, 214, 214, 1);
    padding-right: 50px;
}

/** Title Option Description **/
.title-option-description table.financing-table {
  width: 100%;
  border-collapse: collapse;
}

.title-option-description table.financing-table th {
    text-align: left;
    padding: 12px 10px;
    font-size: 17px;
    font-weight: 700;
    color: #2BADA6;
}
.title-option-description table.financing-table td {
  padding: 18px 10px;
  font-size: 16px;
  color: #333;
  border-top: 1px solid #ddd;
  vertical-align: top;
}
.title-option-description table.financing-table .icon {
  font-size: 18px;
  margin-right: 8px;
  color: #00a399;
}
.title-option-table .financing-table-col {
    gap: 10px;
    font-weight: 700;
    font-size: 17px;
    flex-wrap: nowrap;
}
.financing-table-col span {
    flex: 0 0 23px;
}
.title-option-table thead th:first-child {
    width: 26%;
}
.endowment-fund h3.dark-green {
    color: #2BADA6;
}
.title-option-description.dark-overlay .title-option-table .financing-table-col {
    color: #fff;
}
.title-option-description.dark-overlay table.financing-table td {
    border-color: rgba(97,97,97,0.64);
}

/** Rich Text **/
.rich-text-block .section-head h2 {
    margin-bottom: 30px;
}

/** Accordian **/
.accordian-inner.bg-lightblue {
    padding: 88px 70px;
}
.accordian-inner .section-head-block, .accordian-inner .accordian.accordian-wrap {
    max-width: 940px;
}
.accordion-header{
    padding: 32px 0; 
    cursor: pointer;
    -webkit-transition: all ease 0.3s;    
    transition: all ease 0.3s;
    flex-wrap: nowrap;
    align-items: center;
}
.accordion-header span.arrow {
    flex: 0 0 15px;
    margin-left: 15px;
}
.accordion-item:first-child .accordion-header {
    padding-top: 0;
}
.accordion-item:not(:last-child) {
    border-bottom: 0.5px solid rgba(175, 175, 175, 0.2);
}
.accordion-content {
  display: none;
  padding: 0px 0px 30px;
  font-size: 15px;
  color: #333;
}
.accordian-inner h5 {
    font-weight: 700;
}
.accordion-header img {
    -webkit-transition: all ease 0.3s;    
    transition: all ease 0.3s;    
}
.accordion-header.active img {
    transform: rotate(180deg);    
}

/** Accordian With Content**/
.accordian-with-content-box {
    padding: 50px 60px;
    background: #fff;
}
.accordian-box-content h4 {
    font-size: 24px;
    color: #0F6B78;
    font-weight: 700;
}
.accordian-box-content ul.datalist {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 30px 0;
    margin: 30px 0;
}
.accordian-box-content ul.basic-style li {
    margin: 0;
}
.accordian-box-content ul.datalist li {
    display: flex;
    flex-wrap: nowrap;
}
.accordian-box-content ul.datalist li:not(:last-child) {
    margin-bottom: 20px;
}
.accordian-box-content ul.datalist li strong {
    flex: 0 0 40%;
    max-width: 40%;
    padding-right: 20px;
}
.text-white .accordian-with-content-box h4, .text-white .accordian-with-content-box li, .text-white .accordian-with-content-box p {
    color: #000;
}
.bg-darker-green .accordion-header span.arrow img {
    filter: invert(1);
}


/** Default Table **/
.common-table-wrap .common-table-layout:not(:last-child) {
    margin-bottom: 60px;
}
.default-table table {
    border-collapse: collapse;
}
.default-table thead th {
    background: #005C6D;
    color: #fff;
    border: 1px solid #005C6D;
}
.default-table tr th,
.default-table tr td{
    padding: 13px 15px;
    text-align: center; 
    font-size: 13px;
    line-height: 20px;
}
.default-table tr td{
  background: #fff;
  border: 1px solid #DFDFDF;
}


/** Logos with text **/
.logos-with-text .summary-block{
    width: 80%;
}
.logos-listing .grid-item{
    width: 100%;
    height: 160px;
    padding: 10px;
    background: #fff;
    box-shadow: 3px 6px 23px 0 rgba(0, 0, 0, 0.09);
} 
.logos-listing .grid-item img {
    max-width: 100%;
    max-height: 130px;
    object-fit: contain;
}

/** Iconlists with programme **/
.iconlists-with-programme{
    z-index: 1;
}
.iconlists-with-programme .main-items{
    grid-template-columns: 60% auto;
}
.iconlists-boxes-wrap .grid-item .text-block {
    flex: 0 0 calc(100% - 78px);
    width: calc(100% - 78px);
}
.iconlists-with-programme .icon-block{
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, rgba(43, 173, 166, 1) 0%, rgba(15, 107, 120, 1) 100%);
    border-radius: 50%;
}
.iconlists-boxes-wrap .icon-block img {
    max-width: 30px;
}
.iconlists-with-programme .iconlists-with-programme-leftbtmdesc {
    font-size: 14px;
    line-height: 22px;
}
.iconlists-with-programme .text-block{
    font-size: 14px;
}
.iconlists-with-programme .programme-block{
    margin-top: -150px;
    box-shadow: 0 0 20px rgb(0,0,0,0.05);
}
.iconlists-with-programme .programme-block .summary-block{
    padding: 40px;
}
.iconlists-with-programme .programme-block h3{
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid rgb(0,0,0,0.05);
    color: var(--color-dark-green);
}
.iconlists-with-programme .list-block{
    grid-template-columns: 40% auto;
}
.iconlists-with-programme-right.grid-item .btn {
    background: #2BADA6;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    text-align: center;
    line-height: 27px;
    border-radius: 0;
}
.programme-block .list-block .text-block a {
    text-decoration: underline;
}

/** Tab section **/
.tab-nav ul{
    margin: 0;
    padding: 0;
    counter-reset: tab-counter;
}
.tab-nav li{
    flex: 1;    
    counter-increment: tab-counter;
}
.tab-nav li a{
    padding: 28px 20px 25px;
    border: 1px solid transparent;
    display: flex;    
    justify-content: center;    
    color: var(--color-dark);
    position: relative;
}
.tab-nav li a.active{
    background: var(--color-light-blue);
    border-color: #B9E5E3;    
}
.tab-nav li a span span {
    text-decoration: underline;
    text-align: center;
}
.tab-nav li a:before,
.tab-nav li a:after{            
    display: block;
    content: "";
    position: absolute;    
    left: 0;
    visibility: hidden;
    opacity: 0;
}
.tab-nav li a:before{
    width: 100%;
    height: 10px;
    background: var(--color-light-blue);
    bottom: -5px;
}
.tab-nav li a:after{
    width: calc(100% - 120px);
    height: 4px;
    margin: 0 auto;
    background: var(--color-primary);
    right: 0;
    bottom: -4px;
}
.tab-nav li a.active:before,
.tab-nav li a.active:after{
    visibility: visible;
    opacity: 1;    
}
.tab-nav li a.active

.tab-nav li a > span{
    position: relative;
}
.tab-nav li a > span:before{
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0;    
    padding: 0 0 3px 0;
    background: #f4f4f4;
    border-radius: 50%;
    display: inline-flex;    
    justify-content: center;
    align-items: center;    
    content: counter(tab-counter);
    font-size: 24px;    
    color: var(--color-dark);
    font-weight: 500;
}
.tab-nav li a.active > span:before{
    background: var(--color-primary);
    color: #fff;
}
.tab-panels .tab-panel:not(.active){
    display: none;
}
.tab-panel{
    padding: 60px 60px 100px;
}
.tab-panel.active{
    background: var(--color-light-blue);
    border: 1px solid #B9E5E3;    
}
.tab-panel h2{
    color: var(--color-darker-green);
}
.tab-panel h2 span{
    display: block;
    color: var(--color-primary);
}
.tab-content-inner .image-block {
    text-align: right;
}
.tab-content-inner {
    align-items: center;
}
.tab-content-inner .image-block img {
    max-width: 412px;
    max-height: 412px;
    margin-left: auto;
}
.tab-bottom-cta {
    min-height: 110px;
    padding: 0 50px;
}
.tab-bottom-cta-inner{
    max-width: 1140px;
    margin: 0 auto;
}
.tab-bottom-cta-title {
    color: #FFF300;
    font-size: 25px;
}
.tab-bottom-cta-image img {
    max-width: 224px;
    margin-top: -75px;
}
.tab-bottom-cta-button .btn {
    border: 4px solid #fff;
}
.tab-bottom-cta-inner .tab-bottom-cta-left {
    padding: 35px 0;
}

/** Label List With Logo List **/
.label_list_with_logo_list .grid-items.columns-2 {
    gap: 90px;
}
.label-list-item {
    box-shadow: 3px 6px 23px 0 rgba(0, 0, 0, 0.09);
    font-size: 13px;
    line-height: 16px;
    color: #000;
    background-color: rgba(255, 255, 255, 1);
    padding: 13px;
    text-align: center;
}
.label_list_with_logo_list .grid-item.bg-white {
    padding: 40px 50px;
}
.label_list_with_logo_list .grid-item.bg-white h5 {
    color: #000;
}
.label_list_with_logo_list .grid-item.bg-white .logo-listing.d-grid {
    grid-template-columns: repeat(5,1fr);
    gap: 20px;
}
.logo-listing .logo-list-item img {
    max-height: 80px;
}
.right_logo_list_slide_inr.swiper.swiper-container {
    padding-bottom: 50px;
}

/** Title With Features **/
.title-with-features-row .title-with-features-left,
.title-with-features-list .common-feature-item .feature-item-icon-title {
    flex: 0 0 40%;
    max-width: 40%;
}
.title-with-features-row .title-with-features-right,
.title-with-features-list .common-feature-item .feature-item-text {
    flex: 0 0 60%;
    max-width: 60%;
}
.title-with-features-list .common-feature-item .feature-item-icon-title {
    flex-wrap: nowrap;
}
.title-with-features-row .common-feature-item {
    padding: 15px 0;
    border-bottom: 1px solid rgba(97,97,97,0.64);
}
.title-with-features-row .common-feature-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.title-with-features-row .feature-item-icon-title {
    gap: 15px;
}
.title-with-features-list .common-feature-item .feature-item-text {
    line-height: 25px;
    padding-left: 40px;
}
.title-with-features-row .feature-item-icon-title .icon-block {
    flex: 0 0 26px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title-with-features-left h2 {
    max-width: 440px;
}

/*Image Title Text Title*/
.image-title-text-title-banner > img {
    height: 245px;
    width: 100%;
    object-fit: cover;
}
.image-title-text-title-banner::after {
    width: 790px;
    height: 90px;
    position: absolute;
    content: "";
    background: #feee98;
    bottom: 0;
    right: 0;
}
.image-title-text-title .image-title-text-top-title h2 {
    color: #fff;
    margin-left: -4px;
}
.image-title-text-title .image-title-text-top-title {
    max-width: 1350px;
    position: relative;
    top: -2vw;
}
.image-title-text-title .bottom-row {
    gap: 40px;
    padding-left: calc((100% - 1110px)/2);
}
.image-title-text-title .bottom-row .left-text-column {
    flex: 0 0 350px;
    max-width: 350px;
}
.image-title-text-title .bottom-row .right-title-column {
    flex: 0 0 calc(100% - 390px);
    max-width: calc(100% - 390px);
    margin-bottom: -26px;
    margin-top: -34px;
}
.image-title-text-title .bottom-row .right-title-column h2 {
    text-align: right;
    max-width: 878px;
    margin-left: auto;
    margin-right: -13px;
    margin-bottom: 0;  
}
.image-title-text-title.one-exp3school {
    margin-bottom: 30px;
}
.one-exp3school.image-title-text-title .bottom-row .right-title-column h2 {
    color: var(--color-dark-gray);
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff;
}
.image-title-text-title.one-exp3school::after {
    position: absolute;
    content: "";
    height: 90px;
    width: 445px;
    bottom: 0;
    right: 0;
    background: #fff;
}
.one-exp3school.image-title-text-title .left-text-column {
    padding-top: 35px;
}
.one-exp3school.image-title-text-title .bottom-row .left-text-column p {
    opacity: 80%;
}
.one-exp3school.image-title-text-title .bottom-row .left-text-column, .one-exp3school.image-title-text-title .bottom-row .left-text-column h3 {
    color: #fff;
}
.fusion-trail-image-title-text-title.image-title-text-title .bottom-row{
    align-items: center;
}
.image-title-text-title.fusion-trail-image-title-text-title::after {
    content: "";
    height: 90px;
    width: 792px;
    position: absolute;
    background: #fff;
    right: 0;
    bottom: 0;
}
.fusion-trail-image-title-text-title .left-text-column h3 {
    font-size: 12px;
}

/*Learning Through Experience*/
.learning-through-experience-top {
    padding-right: calc((100% - 1110px)/2);
}
.learning-through-experience-top-inner {
    gap: 50px;
    align-items: flex-end;
}
.learning-through-experience-top .learning-through-experience-top-left {
    flex: 0 0 calc(100% - 400px);
    width: calc(100% - 400px);
}
.learning-through-experience-top-left h2 {
    margin-left: -14px;
}
.learning-through-experience-top .learning-through-experience-top-right {
    flex: 0 0 350px;
    width: 350px;
    padding-bottom: 25px;
}
.learning-through-experience .section-head {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid var(--color-dark-gray);
}
.learning-through-experience-left {
    flex: 0 0 195px;
    width: 195px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.learning-through-experience-right{
    flex: 0 0 calc(100% - 225px);
    width: calc(100% - 225px);
    min-height: 455px;  
    padding-left: 30px;
}
.learning-through-experience-right::after {
    position: absolute;
    content: "";
    height: calc(100% - 8px);
    width: 76.5%;
    border: 1px solid var(--color-dark-gray);
    top: 8px;
    right: 0;
    z-index: -1;
}
.learning-through-experience-right .grid-item.grid-item1 {
    flex: 0 0 356px;
    width: 356px;
    padding: 25px 0;
    background: #fff;
}
.learning-through-experience-right .grid-item.grid-item2.fusion-right {
    flex: 0 0 calc(100% - 386px);
    width: calc(100% - 386px);
    padding: 30px 50px 30px 20px;
}
.learning-through-experience-right .fusion-right:not(:first-of-type){
    display: none;
}
.learning-through-experience-right .fusion-right.active {
    display: block;
}
.learning-through-experience .fusion-center {
    position: relative;
    height: 356px;
    width: 356px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.learning-through-experience .center-glow {
  position: absolute;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(246,217,107,0.9) 0%, rgba(246,217,107,0.5) 45%, rgba(246,217,107,0) 70%);
  border-radius: 50%;
}
.learning-through-experience .domain {
    position: absolute;
    width: 96px;
    height: 96px;
    border: 1px solid #aaa;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    padding: 10px;
    cursor: pointer;
}
.learning-through-experience .domain.domain-1 {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.learning-through-experience .domain.domain-6 {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.learning-through-experience .domain.domain-4,
.learning-through-experience .domain.domain-5 {
    right: 0;
    bottom: 60px;
}
.learning-through-experience .domain.domain-2,
.learning-through-experience .domain.domain-3 {
    top: 60px;
    right: 0;
}
.learning-through-experience .domain.domain-2,
.learning-through-experience .domain.domain-4{
    left: 0;
    right: auto;
}
.learning-through-experience-left .info-block:not(:first-of-type){
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #000;
}
.learning-through-experience-left .info-block:last-of-type {
    margin-bottom: 20px;
}
.learning-through-experience-left h3 {
    font-weight: 400;
}
.learning-through-experience-left h3 strong {
    font-weight: 700;
}
.learning-through-experience-left .info-block h3 {
    margin-bottom: 0;
}
.learning-through-experience-left > p {
    font-size: 14px;
    line-height: 1.2em;
}
.learning-through-experience .text-block {
    max-width: 450px;
}
.learning-through-experience-right .grid-item.grid-item2.fusion-right .examples {
    font-size: 18px;
    text-transform: uppercase;
    color: #F0C828;
    font-weight: 700;
    text-align: right;
    margin-right: auto;
    max-width: 126px;
}
.learning-through-experience-right .grid-item.grid-item2.fusion-right .module-title {
    padding-left: 96px;
}
.learning-through-experience-right .grid-item.grid-item2.fusion-right ul {
    padding-left: 115px;
}
.learning-through-experience-right .grid-item.grid-item2.fusion-right ul li:not(:last-child) {
    margin-bottom: 5px;
}
.learning-through-experience-right .grid-item.grid-item2.fusion-right .module-title h3 {
    font-size: 24px;
}


/** Footer CTA **/
.bottom-footer-cta .cta-text-image-row-right img,
.image-outer .cta-text-image-row-right img {
    margin-top: -180px;
    max-width: 500px;
}
.bottom-footer-cta,
.image-outer {
    margin-top: 180px;
}
.landing-bottom-cta a.btn {
    margin-top: 15px;
}
.landing-bottom-cta  h2 {
    font-weight: 500;
}

/* Events */
.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
    flex: none;
    margin-top: 0;
    background: var(--color-primary);
    border-color: var(--color-primary);
}
.tribe-events-calendar-list__event-date-tag.tribe-common-g-col {
    background-color: #f0efef!important;
    padding-top: 30px!important;
    height: 100px!important;
    min-width: 90px;
    width: 90px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__month-separator+.tribe-events-calendar-list__event-row{
    margin: 0;
}
.tribe-events-calendar-list .tribe-common-g-row.tribe-events-calendar-list__event-row {
    margin-left: 0;
    margin-right: 0;
}
.tribe-events-calendar-list h2.tribe-events-calendar-list__month-separator + .tribe-common-g-row.tribe-events-calendar-list__event-row {
    margin-top: 30px;
}
body .tribe-events .tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button {
    border: 1px solid #d5d5d5;
    padding: 4px 15px;
    border-radius: 4px;
    font-size: 12px;
}
body .tribe-events .tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button:focus{
    outline: none;
}
.tribe-events .datepicker .day.active,
.tribe-events .datepicker .day.active.focused, 
.tribe-events .datepicker .day.active:focus, 
.tribe-events .datepicker .day.active:hover, 
.tribe-events .datepicker .month.active,
.tribe-events .datepicker .month.active.focused, 
.tribe-events .datepicker .month.active:focus, 
.tribe-events .datepicker .month.active:hover, 
.tribe-events .datepicker .year.active, 
.tribe-events .datepicker .year.active.focused, 
.tribe-events .datepicker .year.active:focus, 
.tribe-events .datepicker .year.active:hover{
    background: #2bada6 !important;
}
.tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown {
    display: flex;
    justify-content: flex-end;
}
.tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
    width: auto;
}
.tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
    width: auto;
    border-color: #2bada6;
    color: #2bada6;
}
body .tribe-common .tribe-common-c-btn-border:focus, 
body .tribe-common .tribe-common-c-btn-border:hover, 
body .tribe-common a.tribe-common-c-btn-border:focus, 
body .tribe-common a.tribe-common-c-btn-border:hover,
body .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:hover,
body .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:focus,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    background: #2bada6 !important;
    border-color: #2bada6 !important;
    color: #fff !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-date-tag {
    min-width: 90px;
    width: 90px;
}
.tribe-common.tribe-events.tribe-events-view.tribe-events-view--list {
    overflow: hidden;
}

.tribe-common--breakpoint-medium.single-tribe_events .tribe-events-c-subscribe-dropdown, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-subscribe-dropdown {
    float: right;
    margin-left: auto;
    display: flex;
    flex-direction: column;
}
.tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button button.tribe-events-c-subscribe-dropdown__button-text:focus {
    outline: none;
}
body .tribe-common .tribe-common-anchor-thin-alt{
    border-bottom: 1px solid #2bada6;
}

/** Notre Pedagogie Page**/
.notre-nose4-pilers .container {
    max-width: 940px;
}
.notre-nose4-pilers .title-icon-column h5 {
    font-size: 18px;
}
.notre-nose4-pilers .title-icon-column p {
    font-size: 13px;
    line-height: 20px;
    padding: 0 30px;
}
.notre-nose4-pilers .container .section-head h2, .notre-nose4-pilers .container .section-head p {
    color: #fff;
}

/** Financer Votre Page **/
.simplified-process ul {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  counter-reset: step;
}
.simplified-process ul li {
  margin-bottom: 35px;
  counter-increment: step;
  position: relative;
  padding-left: 44px;
}
.simplified-process ul li:last-child{
    margin-bottom: 0;
}
.simplified-process ul li::before {
  content: counter(step);
  background: linear-gradient(135deg, #0a7c7d, #127e86);
  color: #fff;
  font-weight: bold;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 16px;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/** Qualite Page css **/
.qualite-team .grid-row.gap-20 {
    gap: 40px;
}
.rncp-diploma-89 h3.heading-with-line {
    margin-bottom: 30px;
}
.rncp-diploma-89 ul {
    margin-bottom: 50px;
}
.rncp-diploma-89 ul:last-of-type {
    margin-bottom: 0;
}
.rncp-diploma-89 ul a {
    text-decoration: underline;
}

/** Ateliers découverte **/
.before-title-circle {
    position: relative;
    padding-left: 19px;
}
.before-title-circle::before {
    content: "";
    position: absolute;
    height: 9px;
    width: 9px;
    border: 1px solid #2BADA6;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

/** BCA Security **/
.title-icon-block-withouticon h5{
  position: relative;
  padding-top: 15px;
}
.title-icon-block-withouticon h5::after {
    position: absolute;
    content: "";
    width: 38px;
    height: 4px;
    background: #2BADA6;
    left: 0;
    top: 0px;
}
.cybersecurity-votre-formation .section-head p {
    max-width: 604px;
}

/** Landing Page **/
.landing-text-with-logos .grid-items.d-grid .grid-item:first-child h2 {
    font-size: 30px;
}
.landing-text-with-logos .grid-items.d-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
.logos-with-text.landing-text-with-logos .summary-block {
    width: 100%;
}
.landing-text-with-logos .container > .grid-items.d-grid > .grid-item:first-child {
    flex: 0 0 35%;
    max-width: 35%;
}
.landing-text-with-logos .container > .grid-items.d-grid > .grid-item:last-child {
    flex: 0 0 65%;
    max-width: 65%;
    padding-left: 50px;
}
.landing-text-with-logos .grid-item:last-child .grid-item {
    height: 75px;
    width: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
}
.landing-text-with-logos .grid-item img {
    max-width: 125px;
    max-height: 45px;
}
.landing-text-with-logos .container > .grid-items.d-grid > .grid-item:last-child .logos-listing {
    gap: 30px;
    justify-content: flex-end;
}
.cta-title-button-inner .cta-text-image-text {
    gap: 40px;
}
.member-section .image-column img {
    border: 10px solid #fff;
    box-shadow: 0px 2px 31px rgba(0, 0, 0, 0.07);
}
.tribe-events-calendar-list__event-title a.tribe-events-calendar-list__event-title-link:hover {
    border: none;
}

/*Nos Campus*/
.campus-title-with-text::after {
    position: absolute;
    content: "";
    height: 131px;
    width: 20%;
    background: #fffcea;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.campus-title-with-text h3 {
    margin: 0;
}

/*Ferrières-En-Brie*/
.ferrieres-en-brie-contains .grid-item.row-content ul {
    padding-bottom: 20px;
}
.banner-bottom-single-title.rich-text-block .section-head h2 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 62px;
    margin: 0;
    max-width: 730px;
}
.ferrieres-en-brie-contains .title-outside {
    left: 0;
    padding-left: 0;
}
.ferrieres-en-brie-contains .container .section-title-line::before{
    display: none;
}
.image-title-video-button.ferrieres-new-campus-2026 {
    padding-top: 305px;
}
.ferrieres-new-campus-2026 .hero-solid, 
.ferrieres-new-campus-2026 .hero-outline {
    top: 0;
    margin: 0;
    transform: translate(-50%, 0%);
}
.ferrieres-new-campus-2026 .hero-solid {
    top: 2px;
}

/*European Business School*/


.european-usiness-school-top {
    padding-top: 180px;
}
.european-usiness-school-top-row > .grid-item:first-child {
    flex: 0 0 350px;
    max-width: 350px;
}
.european-usiness-school-top-row > .grid-item:last-child {
    flex: 0 0 calc(100% - 350px);
    max-width: calc(100% - 350px);
    padding-left: 30px;
}
.european-usiness-school-top-row2-outer {
    padding-top: 330px;
    margin-top: -260px;
}
.european-usiness-school-top-row2 .grid-item:last-child ul {
    margin-bottom: 20px;
}
.european-usiness-school-top-row2 .grid-item:last-child h5 + ul + h5 + ul {
    margin-bottom: 0;
}
.european-usiness-school-top-row2 .grid-item:first-child h3 {
    max-width: 250px;
    margin-bottom: 0;
}
.ebs-steps-slider-main {
    padding: 130px 0 85px;
}
.ebs-steps-slider-main img.ebs-steps-slider-bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.ebs-steps-slider-outer {
    max-width: 67%;
    margin-left: auto;
    padding-left: 20px;
}
.ebs-steps-slider {
    padding-left: 60px;
    padding-bottom: 2px;
}
.ebs-steps-slide {
    background: #fff;
    padding: 70px 90px 140px;
    height: 100%;
}
.ebs-steps-slide-count {
    position: absolute;
    font-size: 195px;
    bottom: -26px;
    line-height: 1em;
    font-weight: 700;
    color: #0A23FA;
    left: -65px;
}
.ebs-steps-slider-main img.ebs-steps-slider-title {
    top: 0;
    left: 0;
}
.ebs-steps-slide .grid-item ul {
    margin-bottom: 20px;
}
.ebs-steps-slide .grid-item h6 {
    text-transform: uppercase;
}
.ebs-steps-slide  h3 {
    max-width: 445px;
}
.ebs-steps-slider .swiper-pagination.custom-pagination {
    max-width: 540px;
    top: 50px;
    height: 1px;
    bottom: auto;
    left: 150px;
    display: flex;
    align-items: flex-end;
}
.ebs-steps-slider .swiper-pagination.custom-pagination span.swiper-pagination-bullet {
    flex: 1;
    border-radius: 0;
    padding: 0;
    height: 1px;
    background: rgb(58,58,58,0.5);
    opacity: 1;
    margin: 0;
}
.ebs-steps-slider .swiper-pagination.custom-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgb(58,58,58,1);
    height: 4px;
}
.ebs-steps-slider .swiper-slide {
    height: auto;
}
.row-2-left-left-logos .item img {
    max-height: 80px;
}

/*News Page*/
ul.category-filter {
    gap: 12px;
    border-bottom: 1px solid var(--color-dark-gray);
    padding: 0px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
ul.category-filter li a {
    color: rgba(58, 58, 58, 0.5);
    text-transform: uppercase;
    padding-bottom: 16px;
    display: inline-block;
    font-size: 14px;
    white-space: nowrap;
}
ul.category-filter li a.active {
    font-weight: 700;
    color: rgba(58, 58, 58, 1);
    position: relative;
    font-weight: 700;
}
ul.category-filter li a.active::after {
    position: absolute;
    content: "";
    height: 4px;
    width: 100%;
    background: #F8E65A;
    bottom: -1px;
    left: 0;
}
.latest-articles .pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 50px;
}
.latest-articles .pagination .nav-links .page-numbers:not(.next):not(.prev) {
    height: 48px;
    width: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--color-dark-gray);
    font-size: 14px;
    font-weight: 500;
}
.latest-articles .pagination .nav-links .page-numbers:not(.next):not(.prev).current {
    background: #FEEE98;
    color: var(--color-dark-gray);
    position: relative;
}
.latest-articles .pagination .nav-links .page-numbers:not(.next):not(.prev).current::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: var(--color-dark-gray);
}
.news-featured-articles {
    border-bottom: 1px solid var(--color-dark-gray);
}
.latest-articles .pagination .nav-links a.prev.page-numbers, .latest-articles .pagination .nav-links a.prev.page-numbers span,
.latest-articles .pagination .nav-links a.next.page-numbers, .latest-articles .pagination .nav-links a.next.page-numbers span {
    display: flex;
    align-items: center;
}
.latest-articles .pagination .nav-links a.prev.page-numbers span svg {
    transform: scaleX(-1);
}

/*Press page*/
.press-section {
    padding-top: 200px;
}
.press-container {
    display: grid;
    grid-template-columns: auto 450px;
    gap: 60px;
    align-items: flex-start;
}
.press-left .press-title {
    font-size: 120px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 120px;
}
.espace-presse-item {
    padding: 25px 0;
    border-bottom: 1px solid var(--color-dark-gray);
}
.espace-presse-date {
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
}
.espace-presse-item-title a.espace-presse-arrow {
    top: 2px;
    right: 0;
}
.espace-presse-item .espace-presse-item-inner {
    grid-template-columns: auto 60px;
}
.espace-presse-item-left p.espace-presse-excerpt {
    max-width: 490px;
}


.press-right {
  background: #fff2a6;
  padding: 40px 30px;
  position: relative;
  margin-top: 45px;
}
.press-right::before, .press-right::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    top: -45px;
    background: #fff2a6;
    z-index: -1;
}
.press-right::after {
    left: auto;
    right: 0;
    top: auto;
    bottom: -45px;
}
.contact-item {
  display: flex;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid var(--color-dark-gray);
}
.contact-item .avatar {
  width: 48px;
  height: 48px;
  background: #ccc;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
}
.contact-item .avatar img {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.contact-item strong {
  font-size: 14px;
  display: block;
}
.contact-item span {
  font-size: 12px;
  display: block;
  margin: 3px 0 8px;
}
.contact-item a {
  display: block;
  font-size: 13px;
  color: #000;
  text-decoration: none;
}
.slider-and-bottom-image-title {
    padding-bottom: 250px;
}
.slider-and-bottom-image-title-slidermain {
    padding-left: calc((100% - 1410px)/2);
}
.slider-and-bottom-image-title > .image-block {
    position: absolute;
    bottom: 0;
    left: 0;
}
.slider-and-bottom-image-title-slider .image-block {
    padding-bottom: 120%;
    width: 100%;
}
.slider-and-bottom-image-title > .image-block.outline-title {
    z-index: 1;
    bottom: -3px;
}
.slider-and-bottom-image-slider-arrows .swiper-button-prev, 
.slider-and-bottom-image-slider-arrows .swiper-button-next {
    position: static;
    background: transparent;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.slider-and-bottom-image-slider-arrows .swiper-button-prev svg, .slider-and-bottom-image-slider-arrows .swiper-button-next svg {
    height: 30px;
    width: 30px;
}
.slider-and-bottom-image-title-inner .slider-and-bottom-image-slider-arrows {
    justify-content: flex-end;
}
.espace-presse-brand-kit {
    margin-bottom: 120px;
}
.espace-presse-brand-kit .grid-item .image-block {
    position: relative;
    padding-bottom: 100%;
}
.espace-presse-brand-kit .grid-item .image-block img{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.espace-presse-brand-kit::before, .espace-presse-brand-kit::after {
    height: 100%;
    width: 50%;
    background: var(--color-dark-gray);
    position: absolute;
    content: "";
    z-index: -1;
}
.espace-presse-brand-kit::after {
    right: 0;
    bottom: -100px;
}
.espace-presse-brand-kit::before {
    left: 0;
    top: -100px;
}
.espace-presse-brand-kit .top-outer-title {
    width: 50%;
    position: absolute;
    top: -27.1%;
}
.espace-presse-title-text-video .title-text-video-text-wrap {
    margin-bottom: 80px;
}
.espace-presse-brand-kit-left div {
    max-width: 250px;
    margin-left: auto;
}


/* Arcflow with text block */
.arcflow-with-text-block{
    padding-block: 80px;
}
.arcflow-items .grid-items{
    padding-block-end: 80px;
    grid-template-columns: 65% auto;
    column-gap: 60px;
}
.arcflow-items .grid-items:last-child{
    padding-block-end: 0;
}
.arcflow-items .title-block h3{
    text-transform: uppercase;
}
.arcflow-items .count-block{
    padding-block-start: 40px;
    padding-block-end: 20px; 
    font-size: 30px;
    color: #F0C828;
    font-weight: 700;
}
.arcflow-items h5{
    font-size: 18px;
    text-transform: uppercase;
}

/* Text with client logos */
.text-with-client-logos-block{
    padding-block-start: 60px;
    padding-block-end: 80px;
}
.text-with-client-logos-block .grid-items{
    grid-template-columns: 55% auto;        
}
.text-with-client-logos-block .left-area{
    padding-block: 80px; 
    padding-inline-start: calc((100vw - 1110px) / 2);
    padding-inline-end: 60px;
    background: var(--color-dark-gray);
    color: #fff;
}
.text-with-client-logos-block .left-area:before,
.text-with-client-logos-block .left-area:after{
    width: 50%;
    height: 50px;
    background: var(--color-dark-gray);
    display: block;
    content: "";
    position: absolute;
}
.text-with-client-logos-block .left-area:before{
    top: -50px;
    left: 0;
}
.text-with-client-logos-block .left-area:after{
    bottom: -50px;
    right: 0;
}
.text-with-client-logos-block .left-area h3{
    color: #fff;
    text-transform: uppercase;
}
.text-with-client-logos-block .text-block-2{
    padding-block-start: 40px; 
}
.text-with-client-logos-block .text-block-items{
    padding-block-start: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;    
}
.text-with-client-logos-block .text-block-items h5{
    font-size: 18px;
    color: #fff;    
}
.text-with-client-logos-block .right-area{
    padding: 60px;
}
.text-with-client-logos-block .right-area .logos-items{
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.text-with-client-logos-block .right-area .logos-item{
    height: 80px;
    background: #D9D9D9;
}
.text-with-client-logos-block .right-area .text-block{
    padding-block-start: 40px;
    font-size: 12px;
    color: #3A3A3A;
    font-weight: 700;
    text-transform: uppercase;    
}

/* Review with image block */
.review-with-image-block{
    padding-block: 80px;
}
.review-with-image-block .summary-column{
    padding-block: 60px;
    padding-inline: 90px;
}
.review-with-image-block .summary-wrapper{
    padding-inline-end: 40px;
}
.review-with-image-block .image-column{
    background-size: cover;
}
.review-with-image-block .name-block,
.review-with-image-block .job-block{
    font-size: 12px;
    color: var(--color-heading);
    text-transform: uppercase; 
}
.review-with-image-block .name-block{
    padding-block-start: 20px;
    font-weight: 700;
}
.review-with-image-block .image-column img{
    margin-inline: auto; 
    position: absolute;    
    bottom: 0;
    left: 0;
    right: 0;
}

/* Alternance Trail */
.trail-title-with-text{
    padding-block: 80px;
}
.trail-title-with-text .title-with-text-inner{
    grid-template-columns: 65% calc(35% - 30px);
}
.alternance_trail_details .large-heading{
    font-size: 12.2vw;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.alternance_trail_details .outline-heading{
    text-shadow: -1px -1px 0 var(--color-dark-gray),     1px -1px 0 var(--color-dark-gray),    -1px  1px 0 var(--color-dark-gray),     1px  1px 0 var(--color-dark-gray);
    color: #fff;
    text-align: right;
}
.alternance_trail_details .details-row-2 img{
    max-width: 300px;
    width: 100%;
} 
.alternance_trail_details .large-heading-2,
.alternance_trail_details .large-heading-2 img{
    max-width: 100%;
    width: 100%;
}
.alternance_trail_details .details-row-1 img{
    top: 0;
    right: -185px;
}
.alternance_trail_details .details-row-2{
    width: 100%;
    max-width: 85%;
    margin-left: auto;
}
.alternance_trail_details .details-row-2 img{
    top: 25px;
    left: 170px;
    z-index: -1;
}
.alternance_trail_details .details-rows ul{
    margin-top: 20px;
}

/*Ecole89 Page*/
.ecole89-top-row2-outer .grid-item:first-child h3 {
    max-width: 100%;
    font-size: 28px;
}
.ecole89-steps-slider .ebs-steps-slide-count {
    color: var(--color-greenish);
}
.ecole89-steps-slider .ebs-steps-slide {
    padding-bottom: 180px;
}

/*Ecole Ferrieres Page*/
.ecole-ferrieres-steps-slider .ebs-steps-slide-count{
    color: var(--color-darkred);
}
.ecole-ferrieres-steps-slider .ebs-steps-slide {
    padding-bottom: 160px;
}

/*Single Post*/
.post-banner {
    padding-top: 207px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    padding-bottom: 80px;
    z-index: 1;
}
.post-banner::before{
    background-image: linear-gradient(to top, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .1) 60%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.post-banner h1 {
    font-size: 70px;
    line-height: 1.1em;
    font-weight: 400;
    text-transform: uppercase;
}
.post-banner h1,
.post-banner .post-date{
    color: #fff;
}
.single-post-content h2 {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.2em;
    margin: 32px 0 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    position: relative;
    letter-spacing: .8px;
}
.single-post-content h2::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 32px;
    height: 2px;
    background: var(--color-yellow);
}
.single-post-content  h3 {
    font-size: 18px;
    font-weight: 700;
    color: #3A3A3A;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 16px 0 6px;
}
.single-post-content ul {
    margin-bottom: 20px;
}
.info-box {
    border-left: 2px solid #F0C828;
    background: #FAFAF8;
    padding: 14px 18px;
    margin: 20px 0;
}
.info-box .info-title {
    font-size: 15px;
    font-weight: 700;
    color: #F0C828;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.single-post-content .post-navigation {
    padding-top: 30px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.post-navigation a {
    font-weight: 800;
}
.single-post-content .post-navigation span {
    color: #F0C828;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 6px;
}
.post-navigation .nav-next {
    text-align: right;
}
.single-post-content-row {
    gap: 30px;
}
.post-cta {
    padding: 20px;
    margin: 30px 0 10px;
    justify-content: space-between;
}
.post-cta strong {
    color: #feee98;
}
.single-post-content-row .single-post-content-left {
    flex: 0 0 calc(100% - 280px);
    max-width: calc(100% - 280px);
}
.post-cta {
    padding: 20px;
    margin: 30px 0 10px;
}
.single-post-content-row .single-post-content-sidebar {
    flex: 0 0 250px;
    max-width: 250px;
}

.related-post-item {
    display: flex;
}
.related-post-item .related-post-image {
    height: 60px;
    position: relative;
    display: block;
    width: 80px;
    flex: 0 0 80px;
}
.related-post-item .related-post-image a img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.related-post-item .related-post-content {
    flex: 0 0 calc(100% - 90px);
    max-width: calc(100% - 90px);
    padding-left: 10px;
}
h6.related-post-title {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
}
.related-posts-grid .related-post-item {
    margin-bottom: 15px;
}
.single-post-content-sidebar h5 {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    text-transform: uppercase;
}
.single-post-content-sidebar h5::after{
    content: '';
    flex: 1;
    height: 1px;
    background: #F0C828;
}
.post-cta .post-cta-left {
    flex: 0 0 calc(100% - 155px);
    max-width: calc(100% - 155px);
}
.post-banner span.post-category {
    display: inline-block;
    background: var(--color-yellow);
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 10px;
    font-weight: 600;
    margin-bottom: 20px;
}
