



/* Ajout ICC Digital */


.event-template-single-event-tsw-agen .background-header{
    background-size: 80%; 
} 
.event-template-single-event-tsw-agen .footer-top-blob{
    transform: rotate(-19deg) scaleX(-1);
    margin-left: -12em;
}
.event-template-single-event-tsw-agen .footer-bottom-blob{
    transform: rotate(-19deg) scaleX(-1);
    margin-left: 85%;
}
.event-template-single-event-tsw-agen .footer-bottom-blob .bg-cover{
    background-size: 94%;
    background-position: top 44% left 170%;
}
.footer-subtop-blob{
    top: -25%;
    transform: rotate(-19deg);
}
.event-template-single-event-tsw-agen #main-container .last-section{
    margin-bottom: 15em;
}
.event-template-single-event-tsw-agen .abs.width-150.height-50.bg-color-grey.z-index-1.rounded-16em.rotated-6-rev-section-right-top{
    margin-left: 50em;
    margin-top: 8em;
}
.event-template-single-event-tsw-agen .container-list-people .list-people{
    row-gap: 2.5em;
    column-gap: 1.5em;
}
.event-template-single-event-tsw-agen .container-list-people .list-people li{
    box-shadow: 3px 3px 10px #412F6F52;
    border-radius: 150px;
    width: calc((100% - 1.5em)/2);
}
.event-template-single-event-tsw-agen .container-list-people .list-people li img{
    border-radius: 150px;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.event-template-single-event-tsw-agen .container-list-people{
    border-bottom: 1px solid #632AB7;
}
.event-template-single-event-tsw-agen .container-list-people:last-child{
    border-bottom: none;
}
.list-of-people{
    position: relative;
}
.list-of-people .abs .abs{
    transform: rotate(347deg) translateY(-50%);
    position: absolute;
    top: 55%;
}
.title-programme h2 img{
    max-height: 85px;
    height: 100%;
    object-fit: contain;
}
.title-programme .inline-block img{
   object-fit: cover;
   height: auto;
   width: 100%;
}
.title-programme .center-holder{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.title-programme .abs.bot{
    top: 0;
}
.filter-black{
    filter: brightness(0);
}
.arrow-purple path{
    fill: #B287F2;
}
.fill-black path{
    fill: black;
}
.event-template-single-event-tsw-agen .container-list-people.partnairs li img{
    object-fit: contain;
    max-width: 80%;
    border-radius: 0;
}
.event-template-single-event-tsw-agen .container-list-people.partnairs li .img-partnairs{
    border-radius: 150px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1440px){
    .container-list-people{
         flex-direction: column;
    }
    .container-list-people .t-subtitle{
         margin-top: 0;
    }
    .list-of-people{
         margin-top: -12em;
    }
    .list-of-people .left-pad-13{
         padding-right: 13em;
    }
    .avec-qui > .flexbox >.abs{
         margin-top: -26em;
    }
}
@media (max-width: 928px) and (min-width: 901px){
    .last-section .flexbox .flex:nth-child(3){
         margin-top: -5em;
    }
}
@media (max-width: 900px){
    .avec-qui > .flexbox >.abs {
         margin-top: -19em;
    }
    .list-of-people {
         margin-top: -28em;
    }
    .event-template-single-event-tsw-agen .avec-qui .height-30em .flexbox-center .color-white{
         margin-left: 2em;
    }
}
@media (max-width: 700px){
    .event-template-single-event-tsw-agen .container-list-people .list-people{
         flex-direction: column;
    }
    .event-template-single-event-tsw-agen .container-list-people .list-people li{
         width: 100%;
    }
    
    .footer-right .flexbox-top-center{
         flex-direction: column;
         gap: 2em;
    }
}
@media (max-width: 575px){
    .event-template-single-event-tsw-agen .background-header{
         background-size: 100%;
    }
    .flexbox-center{
         flex-direction: column;
         align-items: flex-start;
    }
    .event-template-single-event-tsw-agen .container-list-people .list-people li{
         flex-direction: row;
         align-items: center;
    }
    .quoi .height-30em, .pourquoi .height-30em{
         height: 40em;
    }
    .pourquoi .height-30em .left-margin-4{
         margin-left: 0;
    }
    .pourquoi{
         margin-top:-18em;
    }
    .event-template-single-event-tsw-agen .avec-qui .height-30em .flexbox-center .color-white{
         margin-left: 0;
    }
    .avec-qui > .flexbox >.abs {
         margin-top: -14em;
    }
    .list-of-people {
         margin-top: -20em;
    }
    .list-of-people .left-pad-13 {
         padding-right: 8em;
    }
}
@media (max-width: 480px){
    .title-programme .abs.bot{
         flex-direction: column;
    }
    .title-programme h2 {
         width: 80%;
    }
}


.plus-intervenants .slide-logo {
   display: flex;
   overflow-x: hidden;
   user-select: none;
}

.plus-intervenants .list-logo {
   flex-shrink: 0;
   display: flex;
   align-items: center;
   justify-content: space-around;
   gap: 1rem;
   min-width: 100%;
   animation: loop 35s linear infinite;
}
.plus-intervenants .list-logo img {
   display: block;
   margin-inline: 4em;
    width: auto;
    max-height: 8em;
    max-width: 20em;
}

@keyframes loop {
   from {
       transform: translateX(0);
   }
   to {
       transform: translateX(-100%);
   }
}
#carousel-intervenant-plus{
    width: 80%;
    max-width: 1300px;
}
.plus-intervenants .container-carrousel{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 4em;
}
#carousel-intervenant-plus .slick-next{
    margin-right: 0;
    transform: translateY(-20%);
}
#carousel-intervenant-plus .slick-prev{
    margin-left: 0;
    transform: translateY(-20%);
}
#carousel-intervenant-plus .slick-slide {
    padding-inline: 12em;
}
@media (max-width: 900px){
    .plus-intervenants .list-logo img {
         display: block;
         margin-inline: 4em;
         width: auto;
         max-height: 10em;
         max-width: 28em;
    }
    #carousel-intervenant-plus .slick-slide {
         padding-inline: 8em;
    }
    #carousel-intervenant-plus{
         width: 90%;
    }
}
@media (max-width: 575px){
    #carousel-intervenant-plus .slick-slide {
         padding-inline: 4em;
    }
    #carousel-intervenant-plus{
         width: 98%;
    }
    .plus-intervenants .list-logo img {
         display: block;
         margin-inline: 2em;
         width: auto;
         max-height: 8em;
         max-width: 20em;
    }
}
@media (max-width: 375px){
    #carousel-intervenant-plus .slick-slide {
         padding-inline: 5em;
    }
}
.slick-track{
    width: 100%;
}
.plus-feedback img{
    max-width: 300px;
}
.list-image-talk .image-talk{
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    animation: showTalk .5s linear forwards;
    opacity: 0;
    cursor: pointer;
}
.list-presentation-talk .name{
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
}
.list-presentation-talk .role{
    font-size: 17px;
    line-height: normal;
}
.list-presentation-talk .presentation-talk, .list-image-talk .image-talk, #modal-talk video{
    display: none;
    animation: showTalk .5s linear forwards;
    opacity: 0;
}
@keyframes showTalk {
    0% {
        opacity: 0%;
    }
    100% {
        opacity: 100%;
    }
}
.list-presentation-talk .presentation-talk:first-child, .list-image-talk .image-talk:first-child, #modal-talk video:first-child{
    display: block;
}
#talk .button-prev{
    top: 105%;
    left: 30%;
}
#talk .button-next{
    top: 105%;
    right: 30%;
}
.plus-feedback .rotated-more-rev-section-right-top{
    -webkit-transform: rotate(348deg);
    transform: rotate(348deg);
    z-index: 1;
    height: 120%;
}
#modal-talk{
    backdrop-filter: blur(50px);
    height: 100vh;
    width: 100vw;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}
#modal-talk .container-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#modal-talk .container-video {
    width: 70%;
    height: 70vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#modal-talk .container-video svg{
    position: absolute;
    right: 0;
    top: 0;
    width: 10em;
    transform: translate(50%, -50%);
    animation: showTalk .5s linear forwards;
    opacity: 0;
    filter: drop-shadow(0px 3px 6px #00000029);
    cursor: pointer;
}
@media (max-width: 900px){
    #talk .button-next {
         top: 50%;
         right: 20%;
         height: 7em;
         width: 7em;
         background-color: white;
    }
    #talk .button-prev {
         top: 50%;
         left: 20%;
         height: 7em;
         width: 7em;
         background-color: white;
    }
    #talk .button-next path, #talk .button-prev path{
         fill: #3CA684;
    }
}
@media (max-width: 780px){
    #modal-talk .container-video {
         width: 85%;
         height: 80vh;
    }
}
@media (max-width: 780px){
    #modal-talk .container-video {
         width: 90%;
         height: 90vh;
         max-height: 500px;
    }
}
#modal-sponsors-plus{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backdrop-filter: blur(20px);
    animation: showTalk .5s linear forwards;
    opacity: 0;
    justify-content: center;
    align-items: center;
}
.sponsors-plus .rotated-29-rev-section-center{
    z-index: 1;
    top: 34em;
    left: auto;
    right: -15em;
    height: 150%;
}
.sponsors-plus .logo-sponsors-plus{
    height: 8em;
    max-width: 20em;
    object-fit: contain;
}
.sponsors-plus .list-sponsors-plus{
    position: relative;
    z-index: 2;
}
.sponsors-plus .list-sponsors-plus .container-logo-sponsors{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    gap: 6em;
}
/* .sponsors-plus .list-sponsors-plus .container-logo-sponsors .logo-sponsors-plus{
    cursor: pointer;
} */
#modal-sponsors-plus .sponsor-plus{
    display: none;
    padding: 2em 6em 3em;
    background-color: white;
    border-radius: 100px;
    max-width: 1060px;
    flex-direction: column;
    align-items: center;
    gap: 3em;
    box-shadow: 3px 3px 10px #412F6F52;
}
#modal-sponsors-plus .sponsor-plus:first-child{
    display: flex;
}
#modal-sponsors-plus .sponsor-plus .logo-sponsors-plus {
    height: 5em;
    max-width: 20em;
    object-fit: contain;
}
#modal-sponsors-plus .sponsor-plus p{
    font-size: 17px;
    text-align: center;
    letter-spacing: 0.7px;
    color: #1D1D1B;
    font-style: italic;
}
#modal-sponsors-plus .close{
    position: absolute;
    top: 0;
    right: 60px;
    transform: translateY(-50%);
    cursor: pointer;
}
@media (max-width: 900px){
    .sponsors-plus .list-sponsors-plus .container-logo-sponsors {
         gap: 4em;
    }
}
@media (max-width: 575px){
    #modal-sponsors-plus .sponsor-plus {
         padding: 2em 4em 3em;
    }
    .sponsors-plus .list-sponsors-plus .container-logo-sponsors {
         gap: 3em;
    }
}
.event-template-single-event-plus10 main section:last-child{
    margin: 0;
}
.container-talk-image svg{
    cursor: pointer;
}

.container-number-info{
    position: absolute;
    display: flex;
    gap: 4em;
    top: 95%;
    right: 20%;
}
.container-number-info div{
    width: fit-content;
    aspect-ratio: 1/1;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 6em;
}
.container-number-info div p{
    font-size: 1em;
}
.container-number-info div p.violet{
    font-weight:bold;
    color: #B287F2;
    font-size: 2em;
}
.container-number-info div p.violet span{
    font-size: 0.5em;
    font-weight: 600;
}
@media (max-width: 1439px){
    .container-number-info{
         position: absolute;
         display: flex;
         gap: 2em;
         top: 85%;
         right: 20%;
    }
}
@media (max-width: 900px){
    .container-number-info{
         top: 85%;
         right: auto;
         left: 4em;
    }
    .container-number-info div{
         padding: 15px;
         width: 6em;
    }
}
.plus-feedback > .centered-wide{
    z-index: 2;
}   