/* Écran de chargement : indépendant du contenu de la page. */
html.site-loading { overflow: hidden; }
.site-loading body > :not(.site-loader) { pointer-events: none; }
.site-loader {
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    display: grid;
    place-items: center;
    padding: 24px;
    background: #211036;
    color: #fff;
    cursor: wait;
}
.site-loader-content { width: min(100%, 380px); text-align: center; }
.site-loader-brand {
    display: block;
    font-size: clamp(28px, 6vw, 46px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.04em;
}
.site-loader-caption {
    display: block;
    margin-top: 12px;
    font-size: 11px;
    letter-spacing: .28em;
}
.site-loader-track {
    display: block;
    overflow: hidden;
    height: 3px;
    margin: 32px 0 18px;
    border-radius: 3px;
    background: rgba(255,255,255,.18);
}
.site-loader-bar {
    display: block;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: left center;
    background: #c6a2ff;
    border-radius: inherit;
}
.site-loader-label { font-size: 13px; color: #dfd1ee; }
.site-loader-percent { display: inline-block; min-width: 4ch; margin-left: 8px; font-variant-numeric: tabular-nums; }

    :root {
        --lvh: 1lvh;
        --svh: 1svh;
        --dvh: 1dvh;
        --fill-opacity: 1;
        --stroke-opacity: 0.19;
        --stroke-width: 1;
        --word-index: 3;
    }

    html {
        font-size: 100%;
        height: 100%;
        overflow: auto;
    }

    body {
        color: #000;
        /*font-family: 'O7TF Display', sans-serif;*/
        font-family: 'GT Walsheim Pro', sans-serif;
        /*font-family: 'EMprint', sans-serif;*/
        /*font-family: "Questrial", sans-serif;*/
        font-weight: 400;
        font-style: normal;
        font-size: 19px;
        margin: 0px !important;
        letter-spacing: .025em;
        line-height: 26px;
        background: #ffffff ;
        position: relative;
        -webkit-text-size-adjust: 100%;
        -moz-text-size-adjust: 100%;
        text-size-adjust: 100%;
        text-rendering: optimizeSpeed;
        overflow: hidden;
    }

    /* Typography */

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 10px 0;
    }

    h1, .heading-display {
        font-size: 48px;
        line-height: 45px
    }

    h2, .heading-subtitle {
        font-size: 38px;
        line-height: 41px
    }

    h3, .heading-form {
        font-size: 30px;
        line-height: 33px
    }

    h4, .heading-card {
        font-size: 24px;
        line-height: 27px
    }

    h5, .heading-small {
        font-size: 18px;
        line-height: 21px
    }

    h6 {
        font-size: 16px;
        line-height: 18px
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: bold!important;
        color: #000
    }

    strong {
        font-weight: 500;
    }

    h1.block,
    h2.block,
    h3.block,
    h4.block,
    h5.block,
    h6.block {
        padding-bottom: 10px;
    }

    a {
        text-shadow: none !important;
        color: #563461;
    }

    a,
    a:focus,
    a:hover,
    a:active {
        outline: 0;
        text-decoration: none;
    }

    ol,
    ul {
        list-style: none;
    }

    .normal {
        font-weight: normal;
    }

    .bold {
        font-weight: 600;
    }

    .extra-bold {
        font-weight: 800;
    }

    .all-caps {
        text-transform: uppercase;
    }

    .light {
        font-weight: 300 !important;
    }

    .small-text {
        /* font-size: 10px !important; */
        line-height: 18px;
        display: block;
        margin: 8px 0;
        text-align: justify;
    }

    .normal-text {
        font-size: 13px !important;
    }

    .large-text {
        font-size: 15px !important;
    }


    /* BG colors */
    .bg-grey {
        background-color: #595759!important;
    }
    .bg-light{
        background-color: rgb(244 244 244) !important;
    }
    .bg-purple{
        background-color: #563461;
    }
    .bg-purple_light{
        background-color: #7f58a1;
    }
    /* Font Colors */
    .text-purple{
        color: #563461;
    }
      .text-purple_light{
        color: #7f58a1;
    }
    .text-black {
        color: #1b1e24 !important;
    }

    .text-white {
        color: #fff !important;
    }

    .text-success {
        color: #0AA699 !important;
    }

    .text-info {
        color: #0090D9 !important;
    }

    .text-warning {
        color: #fbb05e !important;
    }

    .text-error {
        color: #F35958 !important;
    }

    .text-right {
        text-align: right !important;
    }

    .text-left {
        text-align: left !important;
    }

    .text-center {
        text-align: center !important;
    }

    .text-justify {
        text-align: justify !important;
    }

    .relative{
        position: relative;
    }

    .horizontal-line {
        margin: 2rem 0;
        border: 0;
        border-top: 1px solid #a3a3a3;
        /*border-bottom: 1px solid #FEFEFE;*/
    }

    .horizontal-line.transparent {
        margin: 2rem 0;
        border: 0;
        border-top: none;
        /* border-bottom: 1px solid #FEFEFE; */
    }
    .horizontal-line6 {
        margin: 6rem 0;
        border: 0;
        border-top: none;
        border-bottom: 1px solid #FEFEFE;
    }
    .horizontal-line6.transparent {
        margin: 6rem 0;
        border: 0;
        border-top: none;
        /* border-bottom: 1px solid #FEFEFE; */
    }

    .horizontal-line20 {
        width: 100%;
        margin: 20px 0 20px 0;
        border-top: 1px solid #ccc;
    }

    .horizontal-line0 {
        margin: 0rem 0 !important;
        border: 0;
        border-top: 2px solid #7f58a1;
        border-bottom: 1px solid #FEFEFE;
    }


    .clear {
        clear: both;
        display: block;
        height: 0;
        overflow: hidden;
        visibility: hidden;
        width: 0;
    }

    img {
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
    }

    img {
        max-width: 100%;
    }

    ol,
    ul,
    dl {
        margin: 0;
        padding: 0;
    }

/*-----site style-----*/

.container-fluid {
    max-width: 2048px!important;
    margin-right: auto;
    margin-left: auto;
}
.inner_zone {
    padding: 90px 70px;
}
.vertical-divider {
    position: relative;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #e0e0e0;
}

@keyframes MoveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
#section10 {
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 34px;
    height: 78px;
}
#section10 a {
  padding-top: 51px;
}
#section10 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#section10 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.demo a {
    position: absolute;
    bottom: 60px;
    left: -20px;
    z-index: 2;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}
.demo a:hover {
  opacity: .5;
}

/*-----header-----*/
header.inner_zone {
    padding: 0px;
}
header {
    position: fixed;
    z-index: 99;
    width: 100%;
    transition: all .95s cubic-bezier(.2,.75,.23,1);
    top: 0;
    will-change: transform;
    background: #fff;
}
header.policy{
    position: unset;
}
header.policy .logo {
    width: 136px;
    height: 90px;
}
header.policy .box_menu{
    justify-content: center;
}
header .logo {
    width: 230px;
    height: 90px;
    position: relative;
    transition: all .95s cubic-bezier(.2,.75,.23,1);
    flex-shrink: 0;
}
header .logo a {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/logoWAIFF_violet.png) no-repeat;
    background-size: contain;
}

header.scrolled .box_menu {
    box-shadow: 1px 17px 12px rgb(0 0 0 / 14%);
    transition: all .95s cubic-bezier(.2,.75,.23,1);
}
header.scrolled.hide .box_menu{
    box-shadow: none;
    transition: all .95s cubic-bezier(.2,.75,.23,1);
}
header.hide {
    transform: translateY(-100%);
}
.box_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 30px 7px 30px;
    transition: all .95s cubic-bezier(.2,.75,.23,1);
}
ul.menu_nav {
    align-items: center;
}
ul.menu_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
}
ul.menu_nav li > a {
    text-transform: uppercase;
}
ul.menu_nav > li:last-child {
    margin: 0;
}

ul.menu_nav li {
    margin-right: 30px;
    list-style-type: none;
    line-height: 17px;
}
.iso {
    display: none;
}
/*------Menu------*/
ul.menu_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
}
ul.menu_nav {
    align-items: center;
}
ul.menu_nav li {
    margin-right: 24px;
    list-style-type: none;
    position: relative;
}
ul.menu_nav li a span {
    font-size: 10px;
    margin-right: 5px!important;
    -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
ul.menu_nav li a {
    color: #000;
    padding: 13px;
    font-size: 15px;
    background: #fff;
    border-radius: 100px;
    border: 1px solid #724f942e;
    display: block;
    transition: all .5s cubic-bezier(.2,.75,.23,1);
}
ul.menu_nav li a:hover{
    transform: scale(1.1);
}
ul.menu_nav  li:hover > a, ul.menu_nav  li.active > a, ul.menu_responsive > li.active a{
    color: #fff!important;
    background: #7f58a1;
}
ul.menu_nav li > ul.sub_menu {
    position: absolute;
    top: 44px;
    left: -40px;
    background: #fff;
    overflow: hidden;
    max-height: 0;
    opacity: 1;
    visibility: hidden;
    transition: all 0.55s cubic-bezier(.21, .95, .21, 1.14);
    box-shadow: -3px 4px 7px #0000000f;
    padding: 32px 32px;
    min-width: 430px;
}
ul.menu_nav li.mega_menu > ul.sub_menu {
    position: fixed;
    top: 76px;
    width: 100%;
    background: #fff;
    overflow: hidden;
    max-height: 0;
    opacity: 1;
    visibility: hidden;
    transition: all 0.55s cubic-bezier(.21, .95, .21, 1.14);
    padding: 0 60px;
    border: 1px solid #cbcbcb91;
    border-bottom: 1px solid #cbcbcb61;
    display: flex;
    justify-content: center;
    box-shadow: -3px 4px 7px #0000000f;
    width: calc(100vw - 0px) !important;
    transform: translateX(-50%);
    left: 50%;
}
ul.menu_nav li >ul.sub_menu li::after {
    position: absolute;
    font: var(--fa-font-solid);
    top: 2px;
    left: -1px;
    font-size: 10px;
    content: '\f105';
    color: #7f58a1;
}
ul.menu_nav li >ul.sub_menu li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 9px;
}
ul.menu_nav li.mega_menu:hover > ul.sub_menu {
  max-height: 800px; /* Hauteur d’ouverture */
  opacity: 1;
  visibility: visible;
  padding: 50px 50px;
}
ul.menu_nav li:hover > ul.sub_menu {
  max-height: 800px; /* Hauteur d’ouverture */
  opacity: 1;
  visibility: visible;
  padding: 40px 40px;
}
.box_nav {
    padding: 0 40px  !important;
    /* margin-left: 20px !important; 
    border-left: 1px solid #e5e5e5;*/
}
.sub_Description .simple_link{
    border:0!important;
    display: block;
}
a.simple_link{
    text-decoration: underline;
}
a.simple_link:hover{
    color: #000;
}
ul.menu_nav li > .sub_menu li{
    margin-right: 0;
}
ul.menu_nav li > .sub_menu li:last-child{
    margin-bottom: 0;
}
ul.sub_menu li a{
    display: block;
    padding: 0px;
    letter-spacing: 0.04em;
    border: 0!important;
    font-weight: lighter;
    color: #000!important;
}
ul.sub_menu li .box_link a {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    justify-content: space-between;
}
ul.sub_menu li:hover a{
    border: 0!important;
    text-decoration:none!important;
}
ul.sub_menu .box_nav {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-between;
}
ul.sub_menu .box_nav .box_link {
    border: 1px solid #dfdfdf;
    padding: 15px;
    border-radius: 8px;
    width: 100%;
    background: #fff;
    position: relative;
    height: 130px;
    /* display: flex; */
    /* flex-direction: column; */
}
ul.sub_menu .box_nav .box_link a{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 0;
}
ul.in_sub_menu{
    margin: 0;
    padding: 0;
}
ul.tech_partner{
    margin: 0;
    padding: 0;
}
ul.tech_partner li {
    margin: 0!important;
    padding: 0!important;
}
ul.tech_partner li{
    display: block;
}
ul.menu_nav li >ul.sub_menu ul.tech_partner li::after{
    content: none
}
ul.tech_partner li a{
    display: flex;
    align-items: center;
    gap: 10px;
}
.tech_partner img{
    width: 30px;
}
ul.tech_partner li a.simple_link {
    text-transform: capitalize;
    font-size: 15px;
    border-top: 1px solid #e5e5e5 !important;
    padding-top: 10px;
    margin-top: 10px;
}
ul.in_sub_menu li {
    display: inline-block;
    position: relative;
    line-height: 30px;
    padding-left: 13px;
    padding-right: 20px;
}
ul.in_sub_menu li::after {
    position: absolute;
    font: var(--fa-font-solid);
    top: 11px;
    left: 2px;
    font-size: 8px;
    content: '\f105';
    color: #7f58a1;
}
.menu_trigger {
    position: relative;
    transition: all .95s cubic-bezier(.2,.75,.23,1);
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 9px 0px;
}
.menu-button {
    position: relative;
    width: 40px;
    height: 30px;
    cursor: pointer;
    z-index: 0;
    /* background: #fff; */
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    margin-left: 10px;
}
.menu_trigger span {
    display: block;
    position: relative;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
}
.menu_trigger span{
    color: #fff;
}
.menu-button .line-1, .menu-button .line-2, .menu-button .line-3 {
    position: relative;
    height: 2px;
    border-radius: 50px;
    background: #fff;
    width: 34px;
}

#contact .action_btn_contact .btn_action{
    background: #000000;
}
#contact .action_btn_contact .btn_action i{
    color: #fff;
    background: #553461;
}
.btn_action {
    padding: 11px 51px 11px 21px;
    margin-top: -9px;
    background: #563461;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    position: relative;
    display: flex;
    font-size: 15px;
    transition: all .5s cubic-bezier(.2,.75,.23,1);
    overflow: hidden;
}
.btn_action::after{
    content: "";
    background: #7f58a1;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .5s cubic-bezier(.2,.75,.23,1);
    position: absolute;
    z-index: 0;
}
.btn_action:hover::after{
    width: 100%;
}
.btn_action:hover{
    transform: scale(1.1);
}
.btn_action i {
    position: absolute;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7f58a1;
    right: 8px;
    top: 6px;
    background: #fff;
    border-radius: 100px;
    transition: all .5s cubic-bezier(.2,.75,.23,1);
    z-index: 1;
}
.btn_action:hover i{
    transform: scale(0.8);
}
.btn_action:hover{
     color: #fff;
}
.btn_action .label_text{
    position: relative;
    z-index: 1;
}

.zone-hero{
    position: relative;
    padding-top: 9.4rem;
}
.zone-hero-container{
    padding: 0 2.4rem;
}
.zone-hero-main {
    position: relative;
}
.zone-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.zone-hero-mask {
    background: #fff;
    mix-blend-mode: lighten;
}
.zone-hero-bg img, .zone-hero-bg video {
    object-fit: cover;
}
.zone-hero-bg iframe, .zone-hero-bg img, .zone-hero-bg video {
    width: 100%;
    height: 100%;
}
.zone-hero-body{}
.zone-hero-logo{
    margin: 0 0 2.273rem;
    color: #000;
}
.zone-hero-rect {
    height: 45.3rem;
    background: #000;
    border-radius: .8rem;
}
/*-----social media icon-----*/
.social-icons {
    font-size: 0;
}
.social-icons ul {
    padding: 0;
    margin: 0px 0 0 20px;
}
footer .social-icons ul {
    text-align: center;
    margin: 0;
}
footer .social-icons i {
    font-size: 21px;
}
footer .social-icons {
    margin-top: -17px;
}
.social-icons li {
    display: inline-block;
    margin: 5px 0px 0 0;
    vertical-align: top;
    position: relative;
}
.social-icons li:last-child{
    margin: 5px 0px 0 0;
}
.social-icons li:after {
    position: absolute;
    display: block;
    width: 45px;
    height: 45px;
    content: "";
    opacity: 0;
    text-align: center;
    top: 6px;
    left: 6px;
    z-index: 0;
    transition: all .95s cubic-bezier(.2,.75,.23,1);
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 100px;
}
.social-icons li:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
div.social-icons li a {
    width: 59px;
    height: 59px;
    display: inline-block;
}
div.social-icons li:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
div.social-icons li.twitter:hover:after {
    background-color: #47c0d8
}
div.social-icons li.x-twitter:hover:after {
    background-color: #000
}
div.social-icons li.facebook:hover:after {
    background-color: #49699f;
}
div.social-icons li.linkedin:hover:after {
    background-color: #2c7cb7;
}
div.social-icons li.pinterest:hover:after {
    background-color: #c21c21;
}
div.social-icons li.rss:hover:after {
    background-color: #fe9900;
}
div.social-icons li.flickr:hover:after {
    background-color: #e82c88;
}
div.social-icons li.youtube:hover:after {
    background-color: #ff0000;
}
div.social-icons li.instagram:hover:after {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}
.social-icons li a:hover {
    border-color: transparent;
}
.circle-icons li a {
    display: block;
    width: 45px;
    height: 45px;
    border: 3px solid #ececec00;
    font: 0/0 a;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: all .95s cubic-bezier(.2,.75,.23,1);
}
ul.social-icons li.twitter:hover:after {
    background-color: #47c0d8;
}
ul.social-icons li.x-twitter:hover:after {
    background-color: #000;
}
ul.social-icons li.facebook:hover:after {
    background-color: #49699f;
}
ul.social-icons li.linkedin:hover:after {
    background-color: #2c7cb7;
}
ul.social-icons li.pinterest:hover:after {
    background-color: #c21c21;
}
ul.social-icons li.rss:hover:after {
    background-color: #fe9900;
}
ul.social-icons li.gplus:hover:after {
    background-color: #c33d19;
}
ul.social-icons li.flickr:hover:after {
    background-color: #e82c88;
}
ul.social-icons li.instagram:hover:after {
    background-color: #517fa3;
}
ul.social-icons li.dropbox:hover:after {
    background-color: #5da3e8;
}
ul.social-icons li.youtube:hover:after {
    background-color: #7f58a1;
}
ul.social-icons li.blogger:hover:after {
    background-color: #f38f33;
}
ul.social-icons li.evernote:hover:after {
    background-color: #73b122;
}
ul.social-icons li.dribbble:hover:after {
    background-color: #e65992;
}
ul.social-icons li.behance:hover:after {
    background-color: #18a3fe;
}
ul.social-icons li.lastfm:hover:after {
    background-color: #be0607;
}
ul.social-icons li.skype:hover:after {
    background-color: #24b0e4;
}
ul.social-icons li.vimeo:hover:after {
    background-color: #568799;
}
ul.social-icons li.forrst:hover:after {
    background-color: #628267;
}
ul.social-icons li.digg:hover:after {
    background-color: #2882c6;
}
ul.social-icons li.appstore:hover:after {
    background-color: #606060;
}
ul.social-icons li.wordpress:hover:after {
    background-color: #33759d;
}
ul.social-icons li.stumbleupon:hover:after {
    background-color: #eb4924;
}
ul.social-icons li.deviantart:hover:after {
    background-color: #5f7162;
}
ul.social-icons li.github:hover:after {
    background-color: #7292a2;
}
ul.social-icons li.mail:hover:after {
    background-color: #65a413;
}
.social-icons i {
    position: relative;
    font-weight: bold;
    font-size: 30px;
    z-index: 3;
    -webkit-transition: color .35s ease-out;
    transition: color .35s ease-out;
}
.social-icons li i {
    display: block;
    line-height: 51px;
    color: #000;
    width: 53px;
    height: 53px;
}
.social-icons a:hover i,
.social-icons li:hover i {
    color: #fff;
}

/*-----pp_cursor-----*/
.pp-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    contain: layout style size;
    pointer-events: none;
    transition: opacity .3s,color .4s
}
.pp-cursor:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    display: block;
    width: 20px;
    height: 20px;
    transform: scale(.7);
    border: 2px solid #7f58a1;
    background-color: transparent;
    border-radius: 50%;
    transition: transform ease-in-out .4s,opacity ease-in-out .4s,background-color ease-in-out .4s,border ease-in-out .4s
}
.pp-cursor.-inverse {
    color: #e8e8e8
}
@supports (mix-blend-mode: exclusion) {
    .pp-cursor.-exclusion {
    mix-blend-mode:exclusion
    }

    .pp-cursor.-exclusion:before {
    background: #e8e8e8
    }
}
.pp-cursor.-active:before {
    transform: scale(.6);
    transition-duration: .15s
}
.pp-cursor.-pointer:before {
    opacity: 0;
    transform: scale(.4)
}
.pp-cursor.-social:before {
    opacity: 1;
    border-color: #fff;
    transform: scale(.7)
}
.pp-cursor.-btn-white:before {
    opacity: 0;
    background-color: #fff;
    border-color: transparent;
    transform: scale(.95)
}
.pp-cursor.-btn-black:before {
    opacity: 0;
    background: #171717;
    border-color: transparent;
    transform: scale(.95)
}
.pp-cursor.-btn-blue:before {
    opacity: 0;
    border-color: rgba(255,255,255,.15);
    background: rgba(255,255,255,.15);
    transform: scale(.9)
}
.pp-cursor.-text:before {
    opacity: .85;
    transform: scale(3)
}
.pp-cursor.-text.-active:before {
    transform: scale(1.6);
    transition-duration: .2s
}
.pp-cursor.-icon:before {
    transform: scale(1.5)
}
.pp-cursor.-icon.-active:before {
    transform: scale(1.4)
}
.pp-cursor.-hidden:before {
    transform: scale(0)
}
.pp-cursor-text {
    position: absolute;
    top: -18px;
    left: -18px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0) rotate(10deg);
    opacity: 0;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    transition: opacity .4s,transform .3s
}
.pp-cursor.-icon .pp-cursor-text,.pp-cursor.-text .pp-cursor-text {
    opacity: 1;
    transform: scale(1)
}
.pp-cursor-media {
    position: absolute;
    width: 400px;
    height: 400px;
    margin: -200px 0 0 -200px
}
.pp-cursor-media img,.pp-cursor-media video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%
}
@supports ((-o-object-fit: cover) or (object-fit:cover)) {
    .pp-cursor-media img,.pp-cursor-media video {
        position:static;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        transform: translateZ(0)
    }
}
.pp-cursor-media-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: scale(0) translateZ(0);
    padding: 1px;
    opacity: 0;
    border-radius: 50%;
    transition: transform .35s,opacity .2s .2s
}
.pp-cursor.-media .pp-cursor-media-box {
    opacity: 1;
    transform: scale(.696);
    transition-duration: .4s,.4s;
    transition-delay: 0s,0s
}
.global_form label {
    font-size: 10px;
}
.form-control {
    display: block;
    width: 100%;
    height: 57px;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1a1a1a;
    background-color: #f4f4f42e;
    background-clip: padding-box;
    border: 1px solid #979797;
    border-radius: 16px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control-wrap.icon_elmt .form-control {
    padding-left: 50px;
}
.form-control:focus {
    color: #000;
    background-color: #ffffff08;
    border-color: #7f58a1;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #7f58a1;
}
textarea.form-control {
    min-height: 120px;
}
.form-control-wrap.icon_elmt i {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #7f58a1;
}
.form-control-wrap {
    position: relative;
    display: block;
}
.form-control::placeholder {
    color: #000;
}
.global_form label span {
    color: #000;
    font-size: 16px;
}
.global_form .btn_submit {
    border: 0;
    background: #7f58a1;
    padding: 13px 30px;
    text-align: center;
    color: #fff;
    border-radius: 40px;
    display: flex;
    gap: 10px;
}
.global_form .btn_submit i{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 1px;
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: #000;
    font-size: 10px;
    color: #fff;
}
.modal-body {
    padding: 60px;
}
.modal.reflect .close {
    float: unset;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-shadow: none;
    opacity: 1;
    position: absolute;
    top: 15px;
    right: 15px;
    background: #7f58a1!important;
    width: 35px;
    height: 35px;
    z-index: 1;
    border: none;
    border-radius: 10px;
}
.modal.reflect .modal-content {
    border: 0;
}
/***Checkbox_stylÃƒÂ©***/
.checkbox-wrapper-46 input[type="checkbox"] {
    display: none;
    visibility: hidden;
  }

  .checkbox-wrapper-46 .cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
  }
  .checkbox-wrapper-46 .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-46 .cbx span:first-child {
    position: relative;
    width: 38px;
    height: 38px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #979797;
    transition: all 0.2s ease;
    flex-shrink: 0;
  }
  .checkbox-wrapper-46 .cbx span:first-child svg {
    position: absolute;
    top: 50%;
    left: 50%;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0) translate(-50%, -50%);
}
  .checkbox-wrapper-46 .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #7f58a1;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
  }
  .checkbox-wrapper-46 .cbx span:last-child {
    padding-left: 8px;
  }
  .checkbox-wrapper-46 .cbx:hover span:first-child {
    border-color: #7f58a1;
  }

  .checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child {
    background: #7f58a1;
    border-color: #7f58a1;
    animation: wave-46 0.4s ease;
  }
  .checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
  }
  .checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
  }

  @keyframes wave-46 {
    50% {
      transform: scale(0.9);
    }
  }
/****fin checkbox_stylÃƒÂ©***/

/****radio_stylÃƒÂ©***/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    border: 1px solid #979797;
    border-radius: 0%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 11px;
    height: 11px;
    background: #7f58a1;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 0%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/****fin radio_style***/

.inner_zone {
    padding: 90px 70px;
}
.global_container{
    padding: 0 2.4rem;
}
.sub-heading {
    font-weight: bold;
    position: relative;
    color: #7f58a1;
    font-size: 17px;
    text-transform: uppercase;
    padding-left: 25px;
}
.sub-heading.f_center{
    padding: 24px 0 0 0;
}
.sub-heading::before {
    content: "";
    display: inline-block;
    font-weight: bold;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 100px;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.sub-heading.f_center::before{
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
.sub-heading.f_center::after{
    width: 2px;
    height: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    top: -20px;
}
.sub-heading::after {
    content: "";
    display: inline-block;
    margin-left: 5px;
    color: #7f58a1;
    font-weight: bold;
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
}
.sub-heading.purple::before{
    background: #7f58a1;
}
.sub-heading.purple::after{
    background: #7f58a1;
}
.big_word {
    font-size: 5rem;
    line-height: 100%;
    text-transform: uppercase;
}
.reveal-words {
    overflow: hidden;
}
.reveal-words .word-mask {
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
}
.reveal-words .word {
    display: inline-block;
    will-change: transform;
}
.object_float {
    position: absolute;
    width: 650px;
    right: 0;
    bottom: 0;
}
.object_float_2 {
    position: absolute;
    width: 800px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -300px;
}
.object_float_3 {
    position: absolute;
    width: 50px;
    right: 14px;
    top: 10px;
}
.object_float_4 {
    width: 90px;
}
.object_float_5 {
    position: absolute;
    width: 800px;
    margin: 0 auto;
    transform: translateX(-50%);
    left: 50%;
    bottom: -500px;
}
.object_float_6 {
    position: absolute;
    width: 450px;
    margin: 0 auto;
    right: 150px;
    bottom: 170px;
    z-index: 0;
}
.object_float_7 {
    position: absolute;
    width: 930px;
    margin: 0 auto;
    right: -290px;
    top: -490px;
    z-index: 0;
    transform: rotate(-65deg);
}
.object_float_8 {
    position: absolute;
    width: 720px;
    margin: 0 auto;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.box_ai_glass {
    height: 200px;
    width: 100%;
    overflow: hidden;
}
a.box_element {
    font-size: 40px;
    line-height: 34px;
    background: #fff;
    display: flex;
    justify-content: center;
    position: relative;
    transition: all .95s cubic-bezier(.2,.75,.23,1);
}
a.box_element:hover{
    color: #7f58a1;
}
a.box_element:hover i{
    transform: translateY(-50%) scale(1.2);
}
a.box_element i {
    background: #7f58a1;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%) scale(1);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 100px;
    color: #fff;
    font-size: 20px;
    justify-content: center;
    transition: all .95s cubic-bezier(.2,.75,.23,1);
}
.box_element{
    display: flex;
    align-items: start;
}
.box_element.distinction {
    padding: 20px 140px 20px 20px;
    flex-direction: column;
    text-align: left;
    height: 200px;
    position: relative;
    overflow: hidden;
}
.box_element.distinction h3 {
    text-align: left!important;
    margin: 0 0 14px 0;
    width: 100%;
    color: #000;
    text-transform: uppercase;
}
.numbers {
    position: absolute;
    right: 0;
    bottom: 20px;
    font-size: 130px;
    color: #724f94;
    /* font-weight: bold; */
}
.text-section {
    text-align: center;
}
.scroll-fill {
    font-size: clamp(40px, 5vw, 80px);
    line-height: 1.08;
    font-weight: 500;
}
.scroll-fill .fill-word {
    color: #d1d1d1;
}
.animate-number {
    font-size: 6rem;
    line-height: 100%;
    font-weight: bold;
    color: transparent;
    color: #724f94;
}
.box_stat {
    flex-direction: column;
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    line-height: 13px;
    height: 100%;
    position: relative;
    border: 1px solid #724f94;
    background: #724f9447;
}
.num_label {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.box_logo_reference {
    padding: 0 90px;
}
.object_zone{
    height: 300px;
}
ul.info_copy {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1rem;
}
a.simple_link {
    text-decoration: underline;
}
footer{
    padding-top: 20px;
    border-top: 1px solid #724f94;
    font-size: 14px;
}
.animated-word{
    font-size: 10rem;
}
.z-index-1{
    z-index: 1;
}
.reveal { opacity: 1; }
.reveal-group > * { opacity: 1; }
ul.countdown {
  list-style: none;
  position: relative;
  padding: 0;
  margin-bottom: 40px;
}

ul.countdown li span {
    color: #fff;
    font-size: 99px;
    line-height: 1.2em;
    display: inline;
    font-weight: 700;
}
ul.countdown li p {
    position: relative;
    margin: 0;
    display: block;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
}
ul.countdown li:last-child a{
  display: block;
  border-radius: 50px;
  text-align: center;
  color: #263450;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: 'Roboto',Arial, sans-serif;
}
ul.countdown li{
display: inline-block;
  height: 100px;
  border-radius: 5px;
  margin-right: 20px;
}
ul.countdown li:last-child{
    margin: 0;
}
.video-wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
}
video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 1s ease;
  opacity: 1;
}
.video_modal_layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
  z-index: 2000;
  padding: 20px;
  box-sizing: border-box;
}

.video_modal_content {
  position: relative;
  background: #000;
  border-radius: 10px;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  /*overflow: hidden;*/
}

.video_modal_content video {
  width: 100%;
  height: 100%;
  object-fit: contain; /* ✅ Ajuste au mieux dans l’espace disponible */
  border-radius: 10px;
  max-height: 90vh;   /* ✅ Empêche de dépasser l’écran */
}

.video_modal_close {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #fff;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  line-height: 35px;
  z-index: 1;
}

video.fade-out {
    opacity: 0;
}
.play-wrapper {
    position: absolute;
    width: 120px;
    height: 120px;
    right: 110px;
    bottom: 60px;
}
/* bouton */
.circle {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  /* margin: 20px; */
  transition: 0.3s;
  cursor: pointer;
}
.circle:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
.play-icon {
  color: #724f94;
  font-size: 20px;
  transition: 0.3s;
}
.circle:hover .play-icon {
  transform: scale(1.1);
  transition: 2s;
}
/* texte circulaire */
.text-circle {
  position: absolute;
  top: -40px;
  left: -40px;
  width: 200px;
  height: 200px;
  animation: rotate 10s linear infinite;
}
.text-circle text {
  font-size: 22px;
  letter-spacing: 6px;
  fill: #fff;
}
/* animation */
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.video_modal_close {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #fff;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    line-height: 35px;
    z-index: 1;
}
.box_news {
    background: #eeeeee;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    transition: all .95s cubic-bezier(.2,.75,.23,1);
    position: relative;
    padding: 40px;
}
.box_news .img_box {
    height: 240px;
    overflow: hidden;
    position: relative;
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    transition: all .95s cubic-bezier(.2,.75,.23,1);
    border-radius: 20px;
}
.info_news {
    padding: 60px 0;
    display: block;
}
.info_news .date {
    border-radius: 100px;
    padding: 0px 10px;
    position: absolute;
    bottom: 22px;
    background: #fff;
}
.box_news:hover .info_news .date{
     background: #000;
     color: #fff;
}
.box_news:hover .title_news{
    color: #fff;
}
.box_news:hover a {
    color: #fff;
}
.box_news:hover {
    background: #724f94;
}
.menu_shown .menu-button .line-1 {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transform: rotate(225deg);
  top: 8px;
}
.menu_shown .menu-button .line-2 {
  opacity: 0;
  transition-delay: .12s;
}
.menu_shown .menu-button .line-3 {
  bottom: 0;
  transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
  transform: rotate(-45deg);
  top: -10px;
}
.menu_wrapper {
    position: fixed;
    width: calc(0vw - 30px);
    font-weight: 500;
    min-height: auto;
    background: #000;
    overflow: hidden;
    right: 0;
    visibility: hidden;
    z-index: 100;
    top: 0;
    right: -100px;
    margin: 15px;
    /*height: calc(100vh - 30px);*/
    height: 400px;
    border-radius: 40px;
    transition: width 0.95s ease; /* durée + easing */
    transition: all .95s cubic-bezier(.2,.75,.23,1);
}
.menu_shown .menu_wrapper {
    width: 500px;
    visibility: visible;
    right: 0px;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.menu_wrapper .outer{
    padding: 0px;
    height: 100%;
}
.menu_shown .menu_wrapper .inner {
    opacity: 1;
}
.menu_wrapper .inner {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    opacity: 0;
    height: 100%;
    transition: all .5s cubic-bezier(.2,.75,.23,1);
    text-wrap: nowrap;
}
.menu_wrapper .vertical-divider{
    background-color: #2e3572;
}
.menu_wrapper ul.menu_responsive {
    padding: 0;
    width: auto;
}
.menu_wrapper ul.menu_responsive li a {
    background: transparent;
    color: #ffffff;
    display: block;
    font-size: 31px;
    font-weight: 100;
    padding: 10px 0 6px 0;
    position: relative;
    transition: all .95s cubic-bezier(.2,.75,.23,1);
}
.menu_wrapper ul.menu_responsive li .the-arrow{
    transform: scale(0);
    transition: all .95s cubic-bezier(.2,.75,.23,1);
}
.menu_wrapper ul.menu_responsive li:hover .the-arrow{
    transform: scale(1);
    transition: all .95s cubic-bezier(.2,.75,.23,1);
}
.menu_wrapper ul.menu_responsive li.active a{
    color: #e65b25;
    padding-left: 20px;
}
.menu_wrapper ul.menu_responsive li.active .the-arrow{
    transform: scale(1);
}
.menu_wrapper ul.menu_responsive li:first-child a {
    font-size: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    font-weight: 500;
}
.close_x {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 19px;
    line-height: 44px;
    font-weight: 100;
    color: #fff;
    background: #724f94;
    border-radius: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .95s cubic-bezier(.2,.75,.23,1);
}
.close_x i{
        transform: rotate(0deg);
        transition: all .95s cubic-bezier(.2,.75,.23,1);
}
.close_x:hover{
    transform: scale(.9);
}
.close_x:hover i{
    transform: rotate(90deg);
}
.img_navside {
    overflow: hidden;
    border-radius: 40px;
    height: auto;
    width: 500px;
    background: #313131;
}
.menu_wrapper .social-icons ul{
    margin: 0;
}
.menu_wrapper .social-icons li i {
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 32px;
}
.menu_wrapper div.social-icons li a {
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu_wrapper .social-icons i {
    font-size: 22px;
}
.menu_wrapper div.social-icons li:after {
    width: 39px;
    height: 39px;
    top: 1px;
    left: -2px;
}
.menu_wrapper .social-icons li{
    margin: 5px 5px 0 0;
}
.menu_wrapper ul.menu_responsive li:hover a {
    padding: 10px 0 6px 20px;
    color:#e65b25 ;
    transition: all .95s cubic-bezier(.2,.75,.23,1);
}
.menu_shown .menu-background {
    transition: opacity .3s ease-in-out;
    opacity: .6;
    visibility: inherit;
}
.menu-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 99;
    transition: all .95s cubic-bezier(.2,.75,.23,1);
    opacity: 0;
    visibility: hidden;
}
body.body--static {
    height: 100%;
    overflow: hidden;
}
.menu_wrapper ul.menu {
    padding: 70px;
}
.menu_wrapper ul.menu li a {
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: bold;
}
.box_element.inner_zone{
    padding: 90px 280px 90px 70px;
}

.pulse-button {

  position: relative;

  box-shadow: 0 0 0 0 #7f58a1;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse-button:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}

@keyframes tipUp {
  0% {
    transform: translateY(50px) rotateZ(45deg);
  }
  100% {
    transform: translateY(-70px) rotateZ(45deg);
  }
}
@keyframes lineUp {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(-70px);
  }
}
#contact{
    padding-top: 120px;
}
#contact .btn_action{
    background: #fff;
    color: #7f58a1;
}
#contact .btn_action:hover{
    color: #fff;
}
.content_text_box{
    text-align: justify;
}
/*-----responsive site style-----*/
@media (prefers-reduced-motion: reduce){
  
}
@media (max-width: 575.98px) {
    .visible_menu{display: none;}
    header .action_btn{display: none;}
    .iso{display: block;}
    header .logo{height: 60px;}
    .zone-hero-container {padding: 0 1.4rem;}
    .zone-hero{padding-top: 7.4rem;}
    .zone-hero-rect{height: 20rem;}
    .text-circle{top: -24px;left: -25px;width: 120px;height: 120px;}
   .play-wrapper {width: 70px;height: 70px;left: 50%;transform: translateX(-50%);bottom: 40px;right: unset;}
   .global_container{padding: 0;}
   .inner_zone {padding: 80px 20px;}
   .big_word{font-size: 31px;}
    .object_float{display: none;}
    .object_float_6{display: none;}
    .box_element{height: auto;}
    .box_element h2{font-size: 30px;line-height: 31px;}
    .reveal-words {font-size: 23px;line-height: 27px;}
    ul.countdown li span{font-size: 46px;color: #fff;}
    .copyright{text-align: center;}
    ul.info_copy{justify-content: center;}
    footer .social-icons ul { margin: 0 0 -19px 0;}
    .object_float_5{bottom: -700px;}
    .box_ai_glass {height: 190px;}
    .box_news .img_box {height: 130px;}
    .box_element.distinction{    padding: 20px 20px 20px 20px;}
    .numbers{display: none;}
    .object_float_3{   top: unset;bottom: 10px;}
    .object_float_2 {position: relative;width: 100%;left: 50%;transform: translateX(-50%);bottom: -90px;}
    .object_float_7{width: 600px;right: -290px;top: -430px;}
    header{background: #724f94;}
    header .logo a{background-image: url(../images/logoWAIFF_blanc.png); background-repeat: no-repeat; background-size: contain;}
    .menu_shown .menu_wrapper{width: 100%;margin: 0;height: calc(100vh - 0px);border-radius: 0px;}
    .box_element.inner_zone{padding: 20px;}
    .object_float_8{display: none;}
    ul.countdown li p{color: #fff;}
    .menu_wrapper ul.menu{padding: 40px;height: 100%;display: flex;flex-direction: column;justify-content: center;}
    .menu_wrapper{height: 100vh; border-radius: 0;}
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .zone-hero-rect {height: 79.3rem;border-radius: 1rem;}
    .zone-hero {padding-top: 9.4rem;}
    .visible_menu{display: none;}
    header .action_btn{display: none;}
    .iso{display: block;}
    header .logo{height: 60px;}
    .zone-hero-container {padding: 0 1.4rem;}
    .zone-hero{padding-top: 7.4rem;}
    .zone-hero-rect{height: 20rem;}
    .text-circle{top: -24px;left: -25px;width: 120px;height: 120px;}
   .play-wrapper {width: 70px;height: 70px;left: 50%;transform: translateX(-50%);bottom: 40px;right: unset;}
   .global_container{padding: 0;}
   .inner_zone {padding: 80px 20px;}
   .big_word{font-size: 31px;}
    .object_float{width: 231px;}
    .object_float_6{display: none;}
    .box_element{height: auto;}
    .box_element h2{font-size: 30px;line-height: 31px;}
    .copyright{text-align: center;}
    ul.info_copy{justify-content: center;}
    footer .social-icons ul { margin: 0 0 -19px 0;}
    .object_float_5{bottom: -700px; width: 540px;}
    .box_ai_glass {height: 190px;}
    .box_element.distinction{    padding: 20px 20px 20px 20px;}
    .numbers{display: none;}
    .object_float_3{   top: unset;bottom: 10px;}
    .object_float_2 {position: relative;width: 50%;left: 50%;transform: translateX(-50%);bottom: -90px;}
    .object_float_7{width: 600px;right: -290px;top: -430px;}
    header{background: #724f94;}
    header .logo a{background-image: url(../images/logoWAIFF_blanc.png); background-repeat: no-repeat; background-size: contain;}
    .box_element.inner_zone{padding: 80px 150px 80px 20px;}
    .object_float_8{display: none;}
    ul.countdown li p{color: #fff;}
    ul.countdown li span{font-size: 46px;color: #fff;}
    .object_zone {height: 300px;position: relative;bottom: 100px;}
}

@media (min-width: 768px) and (max-width: 991.98px) {
   .zone-hero-rect {height: 79.3rem;border-radius: 1rem;}
    .zone-hero {padding-top: 9.4rem;}
        .visible_menu{display: none;}
    header .action_btn{display: none;}
    .iso{display: block;}
    header .logo{height: 60px;}
    .zone-hero-container {padding: 0 1.4rem;}
    .zone-hero{padding-top: 7.4rem;}
    .zone-hero-rect{height: 20rem;}
    .text-circle{top: -24px;left: -25px;width: 120px;height: 120px;}
   .play-wrapper {width: 70px;height: 70px;left: 50%;transform: translateX(-50%);bottom: 40px;right: unset;}
   .global_container{padding: 0;}
   .inner_zone {padding: 80px 20px;}
   .big_word{font-size: 31px;}
    .object_float{width: 231px;}
    .object_float_6{display: none;}
    .box_element{height: auto;}
    .box_element h2{font-size: 30px;line-height: 31px;}
    ul.countdown li span{font-size: 46px;}
    .copyright{text-align: center;}
    ul.info_copy{justify-content: center;}
    footer .social-icons ul { margin: 0 0 -19px 0;}
    .object_float_5{bottom: -700px; }
    .box_ai_glass {height: 190px;}
    .box_element.distinction{    padding: 20px 20px 20px 20px;}
    .numbers{display: none;}
    .object_float_3{   top: unset;bottom: 10px;}
    .object_float_2 {position: relative;width: 50%;left: 50%;transform: translateX(-50%);bottom: -90px;}
    .object_float_7{width: 600px;right: -290px;top: -430px;}
    header{background: #724f94;}
    header .logo a{background-image: url(../images/logoWAIFF_blanc.png); background-repeat: no-repeat; background-size: contain;}
    .box_element.inner_zone{padding: 80px 150px 80px 20px;}
    .object_float_8{display: none;}
    ul.countdown li p{color: #fff;}
    ul.countdown li span{font-size: 46px;color: #fff;}
    .object_zone {height: 300px;position: relative;bottom: 100px;}
}

@media (min-width: 992px) and (max-width: 1063.98px) {
    .zone-hero-rect {height: 79.3rem;border-radius: 1rem;}
    .zone-hero {padding-top: 9.4rem;}
    .visible_menu{display: none;}
    header .action_btn{display: none;}
    .iso{display: block;}
    header .logo{height: 60px;}
    .zone-hero-container {padding: 0 1.4rem;}
    .zone-hero{padding-top: 7.4rem;}
    .zone-hero-rect{height: 40rem;}
    .text-circle{top: -24px;left: -25px;width: 120px;height: 120px;}
   .play-wrapper {width: 70px;height: 70px;left: 50%;transform: translateX(-50%);bottom: 40px;right: unset;}
   .global_container{padding: 0;}
   .inner_zone {padding: 80px 20px;}
   .big_word{font-size: 31px;}
    .object_float{width: 461px;}
    .object_float_6{display: none;}
    .box_element{height: auto;}
    .box_element h2{font-size: 30px;line-height: 31px;}
    .copyright{text-align: center;}
    ul.info_copy{justify-content: center;line-height: 15px;}
    footer .social-icons ul { margin: 0 0 -19px 0;}
    .object_float_5{bottom: -460px; }
    .box_ai_glass {height: 190px;}
    .box_element.distinction{    padding: 20px 20px 20px 20px;}
    .numbers{display: none;}
    .object_float_3{   top: unset;bottom: 10px;}
    .object_float_2 {left: 50%;transform: translateX(-50%);bottom: -240px;}
    .object_float_7{width: 600px;right: -290px;top: -430px;}
    header{background: #724f94;}
    header .logo a{background-image: url(../images/logoWAIFF_blanc.png); background-repeat: no-repeat; background-size: contain;}
    .box_element.inner_zone{padding: 80px 150px 80px 20px;} 
    .object_float_8{width: 450px;}
    ul.countdown li span{font-size: 76px;color: #fff;width: 96px;display: block;}
    ul.countdown li p{color: #fff;}
}

@media (min-width: 1064px) and (max-width: 1398px) {
        
    .zone-hero-rect {height: 79.3rem;border-radius: 1rem;}
    .zone-hero {padding-top: 9.4rem;}
    .visible_menu{display: none;}
    header .action_btn{display: none;}
    .iso{display: block;}
    header .logo{height: 60px;}
    .zone-hero-container {padding: 0 1.4rem;}
    .zone-hero{padding-top: 7.4rem;}
    .zone-hero-rect{height: 40rem;}
    .text-circle{top: -24px;left: -25px;width: 120px;height: 120px;}
   .play-wrapper {width: 70px;height: 70px;left: 50%;transform: translateX(-50%);bottom: 40px;right: unset;}
   .global_container{padding: 0;}
   .inner_zone {padding: 80px 20px;}
   .big_word{font-size: 31px;}
    .object_float{width: 461px;}
    .object_float_6{display: none;}
    .box_element{height: auto;}
    .box_element h2{font-size: 30px;line-height: 31px;}
    .copyright{text-align: center;}
    ul.info_copy{justify-content: center;line-height: 15px;}
    footer .social-icons ul { margin: 0 0 -19px 0;}
    .object_float_5{bottom: -460px; }
    .box_ai_glass {height: 190px;}
    .box_element.distinction{    padding: 20px 20px 20px 20px;}
    .numbers{display: none;}
    .object_float_3{   top: unset;bottom: 10px;}
    .object_float_2 {left: 50%;transform: translateX(-50%);bottom: -240px;}
    .object_float_7{width: 600px;right: -290px;top: -430px;}
    header{background: #724f94;}
    header .logo a{background-image: url(../images/logoWAIFF_blanc.png); background-repeat: no-repeat; background-size: contain;}
    .box_element.inner_zone{padding: 80px 150px 80px 20px;} 
    .box_news .img_box{height: 130px;}
    .object_float_8{width: 530px;}
    ul.countdown li span {width: 105px;display: inline-block;font-size: 89px;}
}

@media only screen and (min-width: 1400px) {
   
}

/* Structure accessible, sans modifier la composition des titres. */
.heading-display { font-weight: bold; margin: 10px 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 10000; padding: 12px 18px; background: #211036; color: #fff; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); color: #fff; }
[data-registration-link][aria-disabled="true"] {
    opacity: .65;
    cursor: not-allowed;
    animation: none;
    transform: none;
}
[data-registration-link][aria-disabled="true"]::after {
    display: none;
}
[data-registration-link][aria-disabled="true"] i {
    transform: none;
}
#contact [data-registration-link][aria-disabled="true"]:hover {
    color: #7f58a1;
}
.partners:not(.owl-loaded) { display: flex; flex-wrap: wrap; justify-content: center; }
.partners:not(.owl-loaded) .item { width: min(50%, 240px); }
@media (prefers-reduced-motion: reduce) {
    .reveal, .reveal-group > *, .reveal-words .word { opacity: 1 !important; transform: none !important; }
}
