#event11 .home_hero.SingleHero{
    overflow: initial;
    background-color: white;
}

#event11 .event__hero__wrapper{
    background-color: #FFC914;
    width: 100%;
    height: 560px;
    position: relative;
}

#event11 .event__hero__wrapper:after{
    content: '';
    display: block;
    background-image: url('../eleven/border_bot_fill.png');
    background-position-y: bottom;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    bottom: -78px;
    height: 87px;
    background-size: cover;
    z-index: 150;
}

.main-nav.off-single{
    height: 140px;
}
.eleven--herotext{
    max-width: 580px;
    width: 100%;
    padding: 20px;
    pointer-events: none;
}

#event11  .eleven--herologo{
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1024px;
    background-color: #FFC914;
}


#event11 .eleven--heropicto--left{
    position: absolute;
    bottom: -30px;
    z-index: 500;
    left: 0;
    width: 100%;
    max-width: 465px;
}

#event11 .eleven--heropicto--right{
    position: absolute;
    bottom: -30px;
    z-index: 500;
    right: 0;
    width: 100%;
    max-width: 465px;
}
@media screen and (max-width: 1580px) {
    #event11 .eleven--heropicto--left{
        left: -180px;
    }
    
    #event11 .eleven--heropicto--right{
        right: -180px;
    }
}


/* SUB HERO  */

#event11 .event__hero__subhero{
    background-color: #F8F6F0;
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    
}

#event11 .event__hero__subhero h1{
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    line-height: 70px;
    text-align: center;
    letter-spacing: 0.008em;
    color: #25272B;
}
#event11 .event__hero__subhero p{
    margin-top: 35px;
    text-align: center;
}
#event11 .event__hero__subhero h1 span{
    position: relative;
    z-index: 50;
}
#event11 .event__hero__subhero h1 span svg{
    position: absolute;
    top: 3px;
    left: -10px;
    z-index: -10;
}

.event__hero__subhero__text{
    display: flex;
    width: 100%;
    max-width: 925px;
    flex-direction: column;
    align-items: center;
}

.event__hero__subhero__text__intro{
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 47px;
    text-align: center;
    letter-spacing: 0.008em;
    margin-top: 25px;
}


/* #event11 .event__hero__subhero h1 span svg path{
    animation-duration: 10s;
    animation-delay: 1s;
    animation-name: colirized;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes colirized {
    0% {
        fill: #FFC914;
    }
    33% {
        fill: #F16531;
    }
    66%{
        fill: #00A79E;
    }
  } */

#event11 .event__hero__subhero__team__wrapper{
    margin-top: 50px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap:25px;
    flex-wrap: wrap;
}

#event11 .event__hero__subhero__team{
    display: flex;
    gap: 25px;
    flex-wrap: wrap;

}

#event11 .event__hero__subhero__team--human{
    position: relative;
    cursor: pointer;
}
#event11 .event__hero__subhero__team--pic{
    width: 140px;
    height: 140px;
    z-index: 100;
}
.event__hero__subhero__team h2{
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.008em;
    color: #25272B;
    position: absolute;
    width: 100%;
    text-align: center;
    opacity: 0;
    bottom: 0;
    transition: opacity .18s ease-in-out, transform .35s ease-in-out;
}
#event11 .event__hero__subhero__team--human:hover h2{
    opacity: 1;
    transform: translateY(35px);
    transition: opacity .45s ease-in-out, transform .22s ease-in-out;
}

#event11 .event__hero__subhero__team--hover{
    position: absolute;
    top: -12px;
    left: -11px;
    width: 161px;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}
#event11 .event__hero__subhero__team--human:hover 
.event__hero__subhero__team--hover{
    opacity: 1;
    transition: opacity .3s ease-in-out;
}


#event11 .event__hero__subhero:after{
    content: '';
    display: block;
    background-image: url('../eleven/border_1.png');
    background-position-y: bottom;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    bottom: -78px;
    height: 87px;
    background-size: cover;
}


.event__story__wrapper{
    /* margin-top: 100px; */
    background-color: white;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    position: relative;
    padding-bottom: 100px;
}
#aurelie.event__story__wrapper{
    margin-top: 100px;
}
.event__story__content{
    width: 50%;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}

.event__story__left{
    align-self: center;
}
/* .event__story__right{
   
} */


.event__story__wrapper.story--right{
    flex-direction: row-reverse;
    background-color: #FBFBFB;
}
.event__story__wrapper.story--left::after{
    content: '';
    position: absolute;
    background-image: url("../eleven/whitetogrey.jpg");
    background-size: cover;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 121px;
}
.event__story__wrapper.story--right::after{
    content: '';
    position: absolute;
    background-image: url("../eleven/greytowhite.jpg");
    background-size: cover;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 121px;
}
#fabien.event__story__wrapper::after{
    display: none;
}
.container.eleven--end--cta{
    padding-left: 25px;
    padding-right: 25px;
    max-width: unset;
    width: 100%;
    background-color: #FBFBFB;
}
.event__story__content--text{
    width: 65%;
    display: flex;
    flex-direction: column; 
    gap: 30px;
}
@media screen and (max-width: 1380px) {
    .event__story__content--text{
        width: 90%;
    }
}
.event__story__content--text h3{
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 35px;
    letter-spacing: 0.008em;
    color: #25272B;
}

.event__story__content--title{
    display: flex;
    gap: 25px;
    align-items: center;
    text-decoration: none;
}


.event__story__content--link{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 140px;
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0.008em;
    text-decoration-line: underline;
    color: #25272B;
}

.event__story--insta{
    width: 50px;
    height: 50px;
}

.team--stuff{
    max-width: 967px;
    width: 100%;
    position: absolute;
}

.storys__swiper__wrapper{
    height: 600px;
    width: 100%;
    max-width: 550px;
    background-color: transparent;
    overflow: hidden;
}

.storys__swiper__wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    text-decoration: none;
    max-width: unset;
    cursor: grab;
    height: 100%;
}

.swiper-slide .slide--left{
    background-color: #F8F6F0;
    transform: rotate(7deg);
    display: flex;
    position: relative;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
    /* align-self: center; */
}

.swiper-slide .slide--right{
    background-color: #ffffff;
    transform: rotate(-7deg);
    display: flex;
    position: relative;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
    /* align-self: center; */
}

.storys__swiper__wrapper .swiper-wrapper{
    padding-left:0;
    padding-top:0;
}
.storys__swiper__wrapper .swiper-slide img{
    max-width: 420px;
    height: auto;
    width: 100%;
    margin: 0 auto;
    object-fit: contain;
    border: 4px solid white;

}
@media screen and (max-width: 1380px) {
    .storys__swiper__wrapper{
        height: 400px;
        max-width: 480px;
    }
    .storys__swiper__wrapper .swiper-slide img{
        max-width: 270px;
    }
    .swiper-slide .slide--left,
    .swiper-slide .slide--right{
        height: 80%;
    }
}


.event__story__content .swiper-button-prev{
    left: 110px;
}

.event__story__content .swiper-button-next{
    right: 110px;
}
@media screen and (max-width: 1700px) {
    .event__story__content .swiper-button-prev{
        left: 45px;
    }
    
    .event__story__content .swiper-button-next{
        right: 45px;
    }
}

.event__story__content .swiper-button-prev,
.event__story__content .swiper-button-next{
    background-color: #25272B;
    border-radius: 50%;
    width: 48px;
    height: 48px;
}
.event__story__content .swiper-button-prev:after,
.event__story__content .swiper-button-next:after{
    color: white;
    font-size: 25px;
}

@media screen and (max-width: 1024px) {
    .event__story__wrapper{
        flex-direction: column;
    }
    .event__story__wrapper.story--right{
        flex-direction: column;
    }
    .event__story__content{
        width: 100%;
    }
    .storys__swiper__wrapper{
        height: 600px;
        max-width: 590px;
    }
    .storys__swiper__wrapper .swiper-slide img{
        max-width: 530px;
    }
}

@media screen and (max-width: 680px) {
    .storys__swiper__wrapper .swiper-slide img{
        width: 80%;
        height: auto;
        object-fit: contain;
    }
    .storys__swiper__wrapper{
        height: fit-content;
        max-width: 100%;
    }
    .event__story__content .swiper-button-prev{
        left: 5px;
    }
    
    .event__story__content .swiper-button-next{
        right: 5px;
    }
    .storys__swiper__wrapper .swiper-slide{
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .event__story__content{
        padding-bottom: 40px;
        padding-top: 40px;
    }
}
@media screen and (max-width: 1200px) {
    #event11 .home_hero.SingleHero{
        margin-top: 65px;
    }
}
@media screen and (max-width: 1120px) {
    #event11 .eleven--heropicto--left,
    #event11 .eleven--heropicto--right{
        display: none;
    }
    #event11 .event__hero__subhero{
        padding-right: 25px;
        padding-left: 25px;
    }
    #event11 .event__hero__subhero{
        padding-top: 70px;
    }
}

@media screen and (max-width: 920px) {
    #event11 .event__hero__wrapper{
        height: 470px;
    }
}
@media screen and (max-width: 620px) {
    #event11 .event__hero__subhero h1{
        font-size: 50px;
        line-height: 55px;
    }
    #event11 .event__hero__subhero h1 span svg{
        width: 100%;
        top: -7px;
        left: -5px;
    }
    #event11 .event__hero__wrapper{
        height: 340px;
    }
    #event11 .event__hero__subhero__team{
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 580px) {
    .storys__swiper__wrapper .swiper-slide .slide--left,
    .storys__swiper__wrapper .swiper-slide .slide--right{
        transform: rotate(0);
    }
    .team--stuff{
        display: none;
    }
    .storys__swiper__wrapper .swiper-wrapper{
        padding-left: 0 !important;
    }
    .event__story__wrapper{
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .storys__swiper__wrapper .swiper-slide img{
        width: 100%;
    }
    #event11 .event__hero__subhero__team--hover {
        top: 1px;
        left: 0px;
        width: 91px;
    }
    #event11 .event__hero__subhero__team--pic {
        width: 90px;
        height: auto;
    }
}

@media screen and (max-width: 520px) {
    #event11 .event__hero__wrapper {
        height: 270px;
    }
    #event11 .eleven--herologo{
        bottom: 40px;
    }
}


/*** ///// ***/
/* Agence 2023  */
/*** //// ***/


.agence2023--scrolldown {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 1600px) { 
    .agence2023--scrolldown {
        bottom: 0;
    }
}
@media screen and (max-width: 1024px) { 
    .agence2023--scrolldown {
        display: none;
    }
}

@media screen and (max-width: 1600px) { 
    .title1{
        font-size: 55px;
        line-height: 55px;
    }
}


.home_hero.formationsHero.agence2023__hero__section{
    height: auto;
}

.hero6_line4 {
    stroke-dasharray: 1225px;
    stroke-dashoffset: 1225px;
    animation-name: hero6Draw1;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-delay: 1.3s;
}

.agence2023__hero .title1{
    color: #FDC304;
}

.container.gridlines.agence2023__hero{
    max-width: 1400px;
    padding-left: 2%;
}

@media screen and (max-width: 1600px) { 
    .container.gridlines.agence2023__hero{
        padding-bottom: 0;
    }
}
@media screen and (max-width: 1200px) { 
    .container.gridlines.agence2023__hero{
        margin-top: 140px;
        z-index: 1;
    }
}

.agence2023__hero .svg_formations{
    padding-right: 2%;

}

@media screen and (max-width: 1600px) { 
    .agence2023__hero .svg_formations{
        padding-right: 150px;
        top: -60px;
    }
}
@media screen and (max-width: 1280px) {
    .agence2023__hero .svg_formations{
        display: none;
    }
}

@media screen and (max-width: 1600px) { 
    .agence2023__hero .svg_formations svg{
        width: 73%;
    }
}

.agence2023__hero .subTitle{
    font-family: "sofia-pro",sans-serif;
    margin-left: 0;    
    font-weight: 600;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 0.01em;
    color: #25272B;
    margin-top: 45px;
}
.agence2023__hero .subTitle span{
    font-weight: normal;
}
@media screen and (max-width: 1600px) { 
    .agence2023__hero .subTitle{
        margin-top: 20px;
        font-size: 17px;
        line-height: 25px;
    }
}

.agence2023__hero--text{
    max-width: 576px;
    margin-top: 15px;
}
.agence2023__hero--text.subTitle{
    font-weight: normal;
}

.agence2023__hero .heroTitle{
    margin-left: 0;
}

h2.agence2023__hero--h2{
    font-family: 'Tenez', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.035em;

}
@media screen and (max-width: 750px) { 
    h2.agence2023__hero--h2{
        font-size: 52px;
        line-height: 55px;
    }
}

h2.agence2023__hero--h2 span{
    font-weight: 400;
    font-size: 40px;
    line-height: 70px;
    text-align: center;
    letter-spacing: 0.035em;

}
@media screen and (max-width: 750px) { 
    h2.agence2023__hero--h2 span{
        font-size: 35px;
        line-height: 50px;
    }
}


.container_center.agence2023__hero__missions{
    max-width: 1400px;
}

.agence2023__hero__missions__wrapper{
    width: 100%;
    display: flex;
    margin-top: 100px;
    flex-direction: column;
    gap: 80px;
    margin-bottom: 80px;
}

.agence2023__hero__missions__row{
    display: flex;
    justify-content: space-around;
    width: 100%;
}
@media screen and (max-width: 1300px) { 
    .agence2023__hero__missions__row{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 45px;
    }
}

.agence2023__hero__missions__content{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    text-align: center;
    max-width: 621px;
}
@media screen and (max-width: 1300px) { 
    .agence2023__hero__missions__content{
    width: 100%;
    max-width: 85%;
    }
}
@media screen and (max-width: 1300px) { 
    .agence2023__hero__missions__content{
    width: 100%;
    max-width: 85%;
    }
}
@media screen and (max-width: 780px) { 
    .agence2023__hero__missions__content{
    width: 100%;
    max-width: 100%;
    }
}

.agence2023__hero__missions__content h3{
    font-family: "sofia-pro",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 47px;
    text-align: center;
    letter-spacing: 0.01em;
}

.agence2023__hero .cta-main{
    margin-top: 40px;
}
.agence2023__hero .cta-main .cta{
   transition: color .58s ease-in-out;
   background-color: #FDC304; 
}
.agence2023__hero .cta-main .cta .hoverContact1 {
    background-image: url(../img/hoverCtaRed1.svg);
}
.agence2023__hero .cta-main .cta  .hoverContact2 {
    background-image: url(../img/hoverCtaRed2.svg);
}
.agence2023__hero .cta-main .cta:hover{
    color: white;
    transition: color .35s ease-in-out;
}

.agence2023__video{
    background-color: #25272B;
}

.agence2023__hero__missions .cta-main{
    margin-bottom: 145px;
}
@media screen and (max-width: 780px) { 
    .agence2023__hero__missions .cta-main{
        margin-bottom: 10px;
    }
}


/* VIDEO  */

.agence2023__video{
    color: white;
}

.agence2023__video h2{
    color: #F8F6F0;
    font-family: "sofia-pro",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 47px;
    letter-spacing: 0.01em;
    margin-top: 145px;
    margin-bottom: 85px;
    align-self: flex-start;
    margin-left: 45px;
}
@media screen and (max-width: 780px) { 
    .agence2023__video h2{
        margin-top: 50px;
    }
}

.agence2023__video h2 span{
    color: #FDC304;
}

.agence2023__video__text{
    margin-left: 110px;
    max-width: 817px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
@media screen and (max-width: 780px) { 
    .agence2023__video__text{
        margin-left: 70px;
    }
}

.agence2023__video__text .cta-main{
    margin-top: 30px;
}

.agence2023__video figure{
    max-width: 1100px;
    height: 650px;
    width: 100%;
}
.agence2023__video iframe{
    max-width: 1100px;
    height: 650px;
    width: 100%;
}

.agence2023__video figure video{
    max-width: 1100px;
    height: 650px;
    width: 100%;
}
.agence2023__video #player{
    max-width: 1100px;
    height: 650px;
    width: 100%;
}

.agence2023__video{
    padding-bottom: 140px;
}
@media screen and (max-width: 780px) { 
    .agence2023__video{
        padding-bottom: 20px;
    }
}

/* GRID  */


.formations-list_container_grid.agence2023__grid{
    grid-template-columns: 45% 55%;
}

@media screen and (max-width: 1100px) {
    .formations-list_container_grid.agence2023__grid{
        display: flex;
        flex-direction: column;
    }
}

.formations-list-sidebar.mob{
    display: none;
}

@media screen and (max-width: 1100px) {
    .formations-list-sidebar.mob{
        display: flex;
        position: relative;
    }
}


.formations-list_container_grid.agence2023__grid .formations-list-sidebar {
    grid-column: 1/2;
}

@media screen and (max-width: 1100px) {
    .formations-list_container_grid.agence2023__grid .formations-list-sidebar {
        padding-bottom: 0;
    }
}

.formations-list_container_grid.agence2023__grid .formations-list-content-display {
    grid-column: 2/3;
    margin-top: 220px;
}


@media screen and (max-width: 1100px) {
    .formations-list_container_grid.agence2023__grid .formations-list-content-display {
        margin-top: 50px;
    }
}


.agence2023__grid .sidebar-formations{
    background-color: transparent;
    color: #25272B;

}

.agence2023__grid h2{
    font-family: "sofia-pro",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 0.01em;
}

.agence2023__grid .sidebar-formations p.title1{
    margin-bottom: 40px;
    font-style: normal;
    font-weight: normal;
    font-size: 70px;
    line-height: 70px;
    letter-spacing: .05em;
    font-family: "tenez",sans-serif;
}

.agence2023__grid ul{
    display: flex;
    flex-direction: column;
}

.agence2023__grid li{
    position: relative;
    flex-direction: column;
    justify-content: center;
    display: flex;
    min-height: 90px;
    padding-left: 40px;
    width: 100%;
    max-width: 675px;
}

.agence2023__grid li::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #E2E2E2;
    top: 0;
    left: 0;
}

.agence2023__grid li:last-of-type::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #E2E2E2;
    bottom: 0;
    left: 0;
}

.agence2023__grid h3{
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.009em;
    color: #25272B;
}

.agence2023__grid h3::before{
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #FDC304;
    border-radius: 50%;
}

/* END */

.agence2023__end{
    position: relative;
}

.agence2023__end__glyph__wrapper{
    width: 100%;
    height: fit-content;
    border-bottom: 1px solid #E2E2E2;
    border-top: 1px solid #E2E2E2;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
}
.agence2023__end__glyph__wrapper .cta-main{
    margin-top: 20px;
}

.agence2023__end__glyph{
    position: absolute;
    height: 400px;
    top: 0;
}
.agence2023__end__glyph:first-child{
    left: -25%;
    right: unset;
}
.agence2023__end__glyph{
    right: -25%;
}
@media screen and (max-width: 1600px) {
    .agence2023__end__glyph:first-child{
        left: -50%;
    }
    .agence2023__end__glyph{
        right: -50%;
    }
}
@media screen and (max-width: 1200px) {
    .agence2023__end__glyph:first-child{
        left: -80%;
    }
    .agence2023__end__glyph{
        right: -80%;
    }
    .formations-list.agence2023__serves{
        padding-top: 0;
    }
}
@media screen and (max-width: 860px) {
    .agence2023__end__glyph:first-child{
        left: -95%;
    }
    .agence2023__end__glyph{
        right: -95%;
    }
}
.agence2023__end__glyph__wrapper p{
    font-weight: 500;
    font-size: 30px;
    line-height: 47px;
    letter-spacing: 0.01em;
}
.agence2023__end__glyph__wrapper p:first-of-type{
    color: #25272B;
}
.agence2023__end__glyph__wrapper p:last-of-type{
    color: #FDC304;

}


/* PORTFOLIO  */

.agence2023__portfolio{
    flex-direction: column;
    padding-bottom: 90px;
}