/* FONTS */

@font-face {
    font-family: Noto;  
    src: url(fonts/NotoSans-Regular.ttf);  
    font-weight: normal;  
}

@font-face {
    font-family: Noto;  
    src: url(fonts/NotoSans-Bold.ttf);  
    font-weight: bold;  
}

@font-face {
    font-family: Markazi;  
    src: url(fonts/markazitext-regular.ttf);  
    font-weight: normal;  
}

@font-face {
    font-family: Markazi;  
    src: url(fonts/markazitext-medium.ttf);  
    font-weight: 500;  
}

@font-face {
    font-family: Markazi;  
    src: url(fonts/markazitext-semibold.ttf);  
    font-weight: 600;  
}

@font-face {
    font-family: Markazi;  
    src: url(fonts/markazitext-bold.ttf);  
    font-weight: 900;  
}


/* RESET */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}
*, ::after, ::before {
    box-sizing: border-box;
}
em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

html,
body {
    margin:0;
	padding:0;
    font-family: Noto;
    position: relative;
    transition: all .2s ease;
}

#iux-container{
    overflow-x: hidden;
    max-width: 1440px;
    position: relative;
    margin:0 auto;
}

.row{
    display: flex;
    flex-wrap: wrap;
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}


img{
    max-width: 100%;
    height: auto;
    border: 0;
}

h1{
    font-family: Markazi;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.7;
    letter-spacing: normal;
    text-align: left;
    color: #161612;
    z-index: 1;
    position: relative;
}

p{
    font-family: Noto;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}

button,
.btn{ 
    font-family: Noto;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: normal;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 11;
    border-radius: 28px;
    font-size: 15px;
}
/* /END RESET */
.col-end{
    display: none;
}

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

.justify-col-content-center {
    display: flex;
    justify-content: center!important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.container {
    margin: 0 auto;    
    padding: 0 26px;
}

h1{
    font-size: 56px;
    margin-bottom:12px;
    margin-top: 107px;
    line-height: 0.9;
}
 /* HEADER */
 header{
    position: fixed;
    right: 0;
    left: 0;
    transition: transform .5s ease,transform .5s ease,background-color .5s ease;
    background: hsla(0,0%,100%,.98);
    z-index: 100;
}

header .container {
    max-width: 1200px;
}

.top-header {
    padding: 12px 0 12px 0;
}

.logo-div{
    width:60%;
    padding-right: 33px;
}
.menu-mobile{
    width:20%;
}

.pin-div{
    padding-left: 33px;
}

.pin-top-header a,.pin-top-header{
    display: flex;
    align-items: center;
    text-decoration: none;
}
.pin-top-header a:hover span{
    color: #14131b;
}

.menu{
    display: none;
}
.btn-mob img{
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 0 0 auto;
}


.header-highlight{
    bottom: 0;
    top: 0;
    background: white;
    z-index: 100;
}

.header-highlight .menu{
    display: block;
    margin-top: 50px;
}

.menu.highlight{
    display: block;
    position: relative;
    left: calc(50% - 50vw);
    width: 100vw;
}

.header-highlight .menu ul li{
    list-style: none;
}

.header-highlight .menu ul li a{
    font-family: Noto;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: normal;
    color: rgba(20, 19, 27, 0.9);
    text-decoration: none;
    padding: 17px 7px;
    display: inline-block;
    text-align: center;
    position: relative;
}

.header-highlight .menu ul li a.menu-active{
    color: #004afa;
}

.btn-mob .close-menu-mob{
    display: none;
}

.header-highlight .close-menu-mob{
    display: block;
}

.menu-fixed {
    box-shadow: 0 10px 20px rgb(14 13 28 / 5%);
}

.header-highlight .open-menu-mob{
    display: none;
}

.date-uix sup {
    font-size: 14px;
 }

 .date-uix {
    display: flex;
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: rgb(20 19 27 / 20%);
    width: 20%;
}

.date-uix p{
    font-family: Noto;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.8;
    letter-spacing: normal;
    text-align: center;
    color: #004afa;
}

.date-uix p span{
    font-size: 20px;
}

.pin-div{
    display: none;
}
/*Teaser**/

.bloc-teaser {
    margin-top: 65px;
    margin-bottom: 47px;
    overflow: hidden;
}
#test-over{
    overflow: hidden;
}

.btn-teaser{
    margin-bottom: 23px;
}
    

.btn-teaser-1 {
    display:block;
    /* margin-bottom: 23px; */
    border: solid 1px rgb(0 75 250 / 50%);
    background-color: transparent;
    color: #0559da;
    max-width: 178px;
    width: 178px;
    padding: 20px 0;
}

.btn-teaser-3{
    font-family: Noto;
    color: #f5f9ff;
    font-size: 16px;
    font-weight: bold;
    line-height: 0.9;
    padding: 20px 35px;
    border-radius: 50px;
    background-color: #004afa;
    border: #004afa 1px solid !important;
    border: 0px;
}

.btn-teaser-3 a{
    color: #f5f9ff;
    text-decoration: none;
}


.btn-teaser-3:hover{
    color: #004afa;
    background-color: #f5f9ff;
}

.btn-teaser-3:hover a{
    color: #004afa;
}

.btn-signin-2,.btn-signin{
    border: solid 1px #004afa;
    background-color: #004afa;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}
header .btn-signin{
    font-size: 13px;
}
.btn-signin-2{
    margin-bottom:28px;
    height: 55px;
    padding: 20px 64px 16px 36px;
    display: inline-block;
}
/* .cursorHome.cursorHome1{
    height: 111px!important;
} */

.cursorHome.cursorHome1.none-hover-cursor {

    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    transform: translate3d(100%, 100%, 0px)!important;

} 
/* .cursorHome.cursorHome1 .wistia_click_to_play{
    height: 111px!important;
} */

.bloc-teaser p{
    font-size: 17px;
    line-height: 1.7;
    color: #14131b;
    text-align: left;
    z-index: 99;
}
.btn-signin-2:after{
    content: "";
    display: block;
    width: 19px;
    position: absolute;
    left: 66%;
    background: url(images/stroked-arrow-right-white.svg) center center no-repeat;
    background-size: contain;
    transform: rotate(90deg);
    top: 0;
    bottom: 0;
    height: 100%;
}
.bloc-teaser .testmgin {
    right:0;
}
.teaser-img-bg {
    position: absolute;
    left: 0;
    top: 120px;
    max-width: 700px;
    opacity: 0.7;
    z-index: 999;
}

.teaser-img-inverse{
    position: absolute;
    left: 0px;
    top: 218px;
    max-width: 320px;
    opacity: 0.7;
}

.testmgin{
    margin-left: -24px;
}

.testmgin  video{
    max-width: 100%;
}





/* INSCRIPTION */

#inscription{
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    background: #e8efff url(images/etoile-formulaire.png);
    background-position: 0%;
    background-size: 885px;
    background-repeat: no-repeat;
    min-height: 526px;
    position: relative;
    z-index: 99;
    top: 0;
    padding: 60px 20px 60px;
}


#inscription h2 {
    font-family: Markazi;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: normal;
    text-align: left;
    color: #14131b;
}

#inscription .hbspt-form{
    margin-top: 32px;
    border-top: 1px solid rgba(20, 19, 27, 0.2);
    border-top: 1px solid rgba(20, 19, 27, 0.2);
    padding: 0 0 16px;
}

#inscription .hs-form-field{
    margin-right: 10px;
    width: 100%;
    max-width: 450px;
}

#inscription .hbspt-form label span{ 
    font-family: Markazi;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.14;
    letter-spacing: 1.5px;
    text-align: left;
    color: #0e0d1c;
    padding-bottom: 16px;
    text-transform: uppercase ;
  }

  #inscription .form-columns-2{
      display: block;
      max-width: 850px;
      margin-top: 16px;
  }

  #inscription .hs_firstname,
  #inscription .hs_iux_client_type{
    margin-top: 20px;
  }

  #inscription .input{
      margin-top: 16px;
  }

  #inscription .hbspt-form input[type=text],
  #inscription .hbspt-form input[type=email],
  #inscription .hbspt-form select{ 
    width: 100%;
    height: 56px;
    border-radius: 15px;
    background-color: #fff !important;
    border: none;
    padding: 0 25px;
    font-family: Noto;
    font-size: 15px;
    color: #0e0d1c;
    border: 1px solid rgba(14, 13, 28, 0.08)
  }
  
  #inscription .hbspt-form select{
      appearance: none;
  }

  #inscription .hbspt-form .hs_iux_client_type .input{
      position: relative;
  }

  #inscription .hbspt-form .hs_iux_client_type .input::after{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: calc(50% - 8px);
    background: url(images/stroked-chevron-down.svg) center center no-repeat;
  }

  #inscription  .inputs-list{
      list-style-type: none;
      text-transform: none;
      font-size: 15px;
      font-family: Noto;
  }


  #inscription .input .inputs-list .hs-form-booleancheckbox{
      margin-top: 24px;
  }

  #inscription .input .inputs-list .hs-form-booleancheckbox p{
    text-transform: none;
    margin-top: 16px;
    margin-left: 8px;
  }

  #inscription .hs-recaptcha{
      display: none;
  }

  #inscription .hs-error-msgs
  {
      padding-top: 4px;
      font-size: 14px;
      font-family: Noto;
  }

  #inscription .hs-error-msgs .hs-error-msg,
  .hs-main-font-element{
      opacity: 0.5;
  }

  #inscription .legal-consent-container .hs-error-msgs label{
      opacity: 1;
  }

  #inscription input[type=submit]{
    padding: 15px 64px 17px 40px;
    background-color: #004afa;
    font-family: Markazi;
    font-size: 25px;
    font-weight: bold;
    line-height: 0.9;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    appearance: none;
    border: none;
    border-radius: 28px;
  }
  

  #inscription .actions:after {
    content: "";
    display: block;
    width: 16px;
    position: absolute;
    left: 90%;
    background: url(images/stroked-arrow-right-white.svg) center center no-repeat;
    background-size: contain;
    top: -1px;
    height: 100%;
}

#inscription  .actions{
    position: relative;   
    display: flex;
    justify-content: flex-end;
}

#inscription .submitted-message{
    color: #14131B !important;
    opacity: 1;
    font-size: 20px;
    margin-top: 50px;
    text-align: left;
}

#inscription .submitted-message p{
    margin-bottom: 16px;
    font-size: 18px;
    font-family: Noto;
    font-weight: normal;
}

#inscription .submitted-message p>strong{
    margin-bottom: 16px;
    font-family: Markazi;
    font-size: 40px;
    font-weight: bold;
}


#inscription .submitted-message p>em{
    margin-bottom: 16px;
    font-size: 16px;
    font-family: Noto;
    font-weight: normal;
    font-style: normal;
}

#inscription .submitted-message p a{
    color: #004afa;
    font-size: 16px;
    font-family: Noto;
    font-weight: normal;
}

#container-programme,
#container-plan{
    position: relative;
}



@media (min-width: 700px){

    #inscription .form-columns-2{
      display: flex;
    }

    #inscription .hs_firstname,
    #inscription .hs_iux_client_type{
        margin-top: 0px;
    }

    #inscription .hs-form-field{
        margin-right: 40px;
    }

    #inscription .hbspt-form{
        margin-top: 56px;
    }
  }

@media (min-width: 1160px){
    
    #inscription{
        border-radius: 16px;
        top: 280px;
    }

    .programme-img-bg.top-inscription {
        top: auto;
        margin-top: 150px;
    }
}



/* END Inscritpion */

/**bloc Programme**/
.programme{
    padding-top: 80px;
    padding-bottom: 120px;
    background: url(images/programme-bg-2.png),url(images/programme-bg.png);
    background-position: right bottom,top center;
    background-repeat: no-repeat, no-repeat;
    background-size: 768px auto, cover;
    position: relative;
    background-attachment: fixed;
    overflow: hidden;
}

.programme-bg-mobile{
    position: absolute;
    left: 0px;
    overflow-x: hidden;
    top: 135px;
}
.program-bar-mobile{
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
}
.program-bar-desktop{
    display:none;
}
.programme-img-bg {
    position: absolute;
    right: -600px;
    overflow: hidden;
    top: -10px;
    max-width: 850px;
}

.programme-img-bg.top-inscription {
    top: auto;
    margin-top: -80px;
    max-width: 900px;
}



@media (min-width: 768px){
    .programme-img-bg.top-inscription {
        max-width: 100%;
    }
}

@media (min-width: 1160px){
    .programme{
        padding-top: 235px;
    }
    .programme-img-bg.top-inscription {
        top: auto;
        margin-top: 150px;
    }
    .programme-img-bg {
        position: absolute;
        right: -300px;
        overflow: hidden;
        top: 210px;
        max-width: 100%;
    }
}
.programme .programme-heure{
    font-size: 22px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 60px;
    font-weight: normal;
}
.programme h3 {    
    font-family: Markazi;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: normal;
    text-align: left;    
    color: #f5f9ff;
    margin-bottom:60px;
    margin-top:63px
}
.programme h3 span{
    color: #fba934;
}   
.programme p{
    font-family: Noto;
    line-height: 1.94;
    color: #f5f9ff;
    position: relative;
    font-weight: bold;
}

.programme .programme-detail span{
    font-family: Noto;
    color: #f5f9ff;
    line-height: 1.94;
    font-size: 16px;
}

.programme .programme-heure span{
    font-weight: bold;
    font-size: 22px;
    line-height: 1.55;
}
.programme-detail p{
    font-size: 18px;
    /* display: flex; */
    /* align-items: center; */
    /* margin-top: 9px!important; */
    /* margin-bottom: 9px!important; */
}
.programme-detail .p-right p{
    font-weight: bold;
    /* padding-left: 26px; */
}


.programme-detail .p-left p{
    text-align: left;
    /* padding-left: 26px; */
    /* justify-content: flex-start; */
}

.programme-detail .p-left {
    /* text-align: right; */
}

.left-animation{
    -webkit-animation: textInLeft 0.7s ease-in-out;
}

.right-animation{
    -webkit-animation: textInRight 0.7s ease-in-out;
}


.programme-detail .p-white-dot::after,.programme-detail .p-bleu-dot::after,.programme-detail .p-yellow-dot::after{
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 0;
}

.programme-detail .p-left .p-white-dot::after{
    right: -4px;
    background-color: #fff;
}

.programme-detail .p-left .p-bleu-dot::after{
    right: -4px;
    background-color: #004afa;
}

.programme-detail .p-right .p-white-dot::after{
    left: -4px;
    background-color: #fff;
}

.programme-detail .p-right .p-yellow-dot::after{
    left: -4px;
    background-color: #fba934;
}

.programme-detail hr{
    display: block;
    border-radius: 5px;
    padding: 18px 0;
    margin: 0;
    width: 4px;
    height: 56px;
    border: 0;
}

.programme-detail .p-left hr {
    margin: 0 0 0 auto;
    right: -2px;
    position: relative;
}

.programme-mobile.programme-detail .p-left hr {
    position: relative;
    margin-left: 0;
}

.programme-mobile.programme-detail .p-right .p-yellow-dot::after{
    left: 0;
    background-color: #fba934;
}

.programme-mobile.programme-detail .p-right .p-white-dot::after {
    left: 0;
    background-color: #fff;
}

/* .programme-detail .p-right,.programme-detail .p-left{
    display: none;
} */

.p-left div,.p-right div
{
    opacity: 0;
}


.programme-mobile.programme-detail .p-right,.programme-mobile.programme-detail .p-left{
    display: block;
}

.programme-detail .p-right hr {
    margin: 0 auto 0 0;
    left: -2px;
    position: relative;
}

.programme-detail hr.hr-transparent-text{
    height: 36.85px;
    margin-top: 9px!important;
    margin-bottom: 9px!important;
}

.hr-white{
    background-color: #f5f9ff;
}

.hr-black{
    background-color: #070829;
}

.hr-orange{
    background-color:#fba934;
}

.hr-yellow{
    background-color:#f8d74a;
}
.hr-white,.hr-black,.hr-orange,.hr-yellow{
    margin-top: 9px!important;
    margin-bottom: 9px!important;
}


.white-bare, .yellow-bare, .bleu-bare, .black-bare, .orange-bare
 {
    padding-left: 22px;
    position: relative;
    margin-bottom: 30px;
}

.white-bare::before{
    content: "";
    width: 4px;
    position: absolute;
    background-color: #ffffff;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    left: 0;
}
.orange-bare::before{
    content: "";
    width: 4px;
    position: absolute;
    background-color: #fba934;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    left: 0;
}
.yellow-bare::before{
    content: "";
    width: 4px;
    position: absolute;
    background-color: #f8d74a;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    left: 0;
}
.black-bare::before{
    content: "";
    width: 4px;
    position: absolute;
    background-color: #070829;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    left: 0;
}

.bleu-bare::before{
    content: "";
    width: 4px;
    position: absolute;
    background-color: #040fc3;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    left: 0;
}

/*bloc Address*/
.uix-address {
    background: #759eff;
    padding-top: 110px;
    padding-bottom: 370px;
    background-image: url(images/Plan@2x.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;

}

.uix-address img{
    margin:26px auto;
    height: 18px;
}

.uix-address h3{
    font-family: Markazi;
    font-size: 40px;
    font-weight: bold;
    line-height: 0.9;
    text-align: left;
    color: #fff;
}
.uix-address span{
    font-family: Noto;
    font-size: 20px;
    line-height: 1.6;
    text-align: left;
    color: rgba(255, 255, 255, 0.9);
}
.uix-address span.uix-address-bold{
    font-weight: bold;
}
.uix-address a{
    font-family: Noto;
    font-size: 16px;
    line-height: 0.9;
    text-align: left;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 0.8);
    padding-bottom: 5px;
    padding-top: 25px;
    display: inline-block;
}
.desktop-hidden{
    display:block;
}
.hidden-mobile{
    display:none
}

.uix-address p.small,
.uix-address p.small span{
    font-size: 16px !important;
    padding-top: 20px;
    color: #fff;
}

/**Footer*/
.any-question{
    background-image: url(images/any-question-bg.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.any-question-content{
    padding-top: 70px;
    padding-bottom: 20px;
}

.any-question h3{
    font-family: 'Markazi';
    font-size: 40px;
    line-height: 0.7;
    text-align: left;
    color: #fff;
    font-weight: bold;
    margin-bottom: 31px;
}

.any-question h3 span{
    font-size: 18px;
    font-family: Noto;
    font-weight: normal;
}
.any-question h3 span a{
    color: #fff;
}
.any-question p{
    font-family: Noto;
    font-size: 16px;
    line-height: 1.45;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}
.leagal1{
    margin-bottom: 14px    ;
    margin-top:27px
    
}
.any-question .any-question-adress-bold{
    font-weight: bold;
}
.any-question .leagal ul{
    display:none
}
.any-question .leagal1 ul{
    list-style: none;
    text-align: center;
}

.any-question .leagal ul li, .any-question .leagal1 ul li{
    display: inline-block;
}

.any-question .leagal1 ul li a{
    font-family: Noto;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.any-question .leagal1 ul li span {
    margin: 0 8px 0 8px;
    font-size: 13px;
    color: #f7a707;
}


.any-question .any-question-img{
    display: flex;
    align-items: center;
    justify-content: center;
}

.any-question .any-question-img img{
    max-width: 290px;
    width: 100%;
}
/* cursorhome */

.cursorHome {
    position: fixed;
    top: 1110px;
    left: 45px;
    width: 110px;
    height: 110px;
    opacity: 0;
    transition: .2s ease;
}
.scaled{
    transform: scale(1);
}
.cursorHome1 {
    z-index: 10;
}

.cursorHome2 {
    z-index: 11
}

/* .cursorHome img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%)
} */




.translatez{
    transform: translateZ(0);
}


.hr-1,
.dot-1,
.dot-2,
.dot-3,
.hr-2,
.dot-4,
.hr-3,
.dot-5,
.dot-6,
.hr-4,
.dot-7{
    opacity: 0;
}

.hr-mob-1,
.dot-mob-1,
.dot-mob-2,
.dot-mob-3,
.hr-mob-2,
.dot-mob-4,
.hr-mob-3,
.dot-mob-5,
.dot-mob-6,
.hr-mob-4,
.dot-mob-7{
    opacity: 0;
}

/* ANIMATION TEXT */

@-webkit-keyframes textInLeft {
    0% {
    opacity: 0;
    transform: translate3d(-200px, 0, 0);
    }
    100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes textInRight {
    0% {
    opacity: 0;
    transform: translate3d(200px, 0, 0);
    }
    100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    }
} 

.g2 {
    text-align: center;
    position: relative;
}

.g2-content{
    padding: 80px 35px;
}

.g2-img{
    max-width: 50px;
    margin-bottom: 12px;
}

.g2 p {
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
    color: #1d1d1b;
    margin-bottom: 30px;
}

.g2-westia-content {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(images/iux22-G2-fr.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 360px 0 10px 0;
}

.stick-g2-bar {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

.g2-link{
    color: #004AFA;
    font-weight: bold;
    text-decoration: underline;
}

.g2-link:hover{
    text-decoration: underline;
}


.intervenants-title {
    position: relative;
    padding: 120px 0 103px 0;
    overflow: hidden;
}

.intervenants h3{
    font-family: Markazi;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: normal;
    text-align: center;
    color: #161612;
}
img.intervenants-img-bg {
    position: absolute;
    right: 200px;
    overflow-x: hidden;
    top: 25px;
}
.intervenant-img{
    position: relative;
    width: 220px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px
}

.inter-img{
    width: 200px;
    height: 200px;
}

.intervenant-img .shape-image{
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 260px;
    height: 260px;
    transform: translate(-50%, -50%);
    
}

.intervenant-liste {
    max-width: 340px;
    margin-top: 50px;
}

.intervenant-liste img{
    max-width: 260px;
}

.intervenant-liste h4{
    font-family: Markazi;
    font-size: 34px;
    font-weight: bold;
    line-height: 0.9;
    color: #1d1d1b;
    margin-bottom: 4px;
}

.intervenant-liste span{
    font-family: Noto;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7;
    text-align: left;
    color: #b0b0b0;
}
.intervenant-liste p{
    font-family: Noto;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.7;
    text-align: left;
    color: #1d1d1b;
    margin-top: 7px;
}

@media (min-width: 500px){
    /* UIX ADDRESS */
    .uix-address h3{
        font-size: 63px;
    }

    .uix-address span{
        font-size: 22px;
    }
}
@media (min-width: 768px){
    /*.wistia_popover_embed div {
        left: 0!important;
        right: 0!important;
        margin: 0 auto!important;
        max-width: 1440px!important;
        width: 95%!important;
       
    }
    .wistia_popover_embed{
        right: 0!important;
        margin: 0 auto!important;
        max-width: 1440px!important;
        width: 95%!important;
        box-shadow: none!important;
    }
    .video-popup-right{
        left: 0!important;
    }*/
    
    .btn-teaser{
        margin-bottom: 0;
    }
        
    #inscription{
        background-position: 220% 50%;
        background-size: 77%;
        padding: 60px 60px 20px;
    }
    #inscription .actions:after {
        left: 95%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .btn-teaser{
        display: inline-block;
        max-width: 178px;
        margin-right: 10px;
    }
    .teaser-vid-mob{
        display: none;
    }
    .testmgin {
        display: block;
    }
    .pin-div{
        display: block;
    }
    .desktop-hidden{
        display:none;
    }
    .hidden-mobile{
        display:block;
    }
    .program-bar-mobile{
        display:none;
    }
    .program-bar-desktop{
        display:block;
    }
    .container{
        max-width: 1200px;
        padding: 0 20px;
    }
    h1{
        font-size: 117px;
        margin-top: 75px;
        margin-bottom: 44px;
        position: relative;
        line-height: 0.7;
    }
    .col-end{
        display: flex;
        justify-content: flex-end;
        align-items: center;
    } 
    .date-uix {
        display:
        flex;
        border-width: 0 1px 0 1px;
        border-style: solid;
        border-color: rgb(20 19 27 / 20%);
    }
    
    .date-uix p{
        font-family: Noto;
        font-size: 27px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.8;
        letter-spacing: normal;
        text-align: center;
        color: #004afa;
    }

    .date-uix p span{
        font-size: 20px;
    }
       
    /* HEADER */
    .top-header {
        padding: 42px 0 37px 0;
    }

    .pin-top-header a:hover span{
        color: #14131b;
    }   
    .pin-txt{
        margin-left: 6.4px;
    }
    .pin-txt span{
        opacity: 0.9;
        font-family: Noto;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: normal;
        text-align: left;
        color: #004afa;
    }
    .pin-txt .pin-txt-bold{
        font-weight: bold;
    }

    .lng {
        margin-right: 39px;
    }

    .lng ul{
        list-style: none;
    }

    .lng ul li{
        display: inline-block;
    }

    .lng ul li:first-child a{
        border-right: 1px solid rgba(20, 19, 27, 0.3);
        padding: 1px 6px;
    }

    .lng ul li a{
        font-family: Noto;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        color: #14131b;
        
        text-decoration: none;
        padding: 1px 5px;
    }

    .lng ul li a.active-lng{
        color: rgba(20, 19, 27, 0.5);
    }

    .menu{
        display: block;
        width: 100%;
        border-width: 1px 0 1px 0;
        border-style: solid;
        border-color: rgb(20 19 27 / 20%);
        transition: border-bottom-color .5s ease;
        transition: border-top-color .5s ease;
    }

    .menu ul{
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .menu li{
        flex: 1 1 auto;
        text-align: left;
    }

    .menu ul li a{
        font-family: Noto;
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.9;
        letter-spacing: normal;
        color: rgba(20, 19, 27, 0.9);
        text-decoration: none;
        padding: 17px 7px;
        display: inline-block;
        text-align: center;
        position: relative;
    }

    .menu ul li a::after{
        content: "";
        background: #004afa;
        width: 0;
        display: block;
        position: absolute;
        right: 0;
        left: 0;
        height: 4px;
        border-radius: 3px;
        bottom: -2.5px;
        transition: width .3s;
    }
    .menu ul li a.menu-active::after{
        width: 100%;
    }
    .menu ul li a:hover::after{    
        width: 100%;
    }

    .menu li:first-child{
        text-align: left;
    }
    .menu li:last-child{
        /*text-align: right;*/
        flex: 0;
    }
    .menu-fixed{
        transform: translateY(-130px);
    }
    .menu-fixed .menu{
        border-bottom-color: transparent;
        border-top-color: transparent;
    }

    /* TEASER */
    .bloc-teaser {
        margin-top: 255px;
        margin-bottom: 105px;
    }

    .bloc-teaser .tesear-p{
        max-width: 500px;
    }

    .bloc-teaser p{
        margin-top: 48px;
    }

    .btn-teaser-1 {
        display: inline-block;
        max-width: 178px;
        width: 178px;
    }
    .btn-signin-2,.btn-signin{
        font-size: 16px;
    }

    .teaser-img-bg{
        position: absolute;
        left: 38px;
        top: 278px;
        max-width: 100%;
    }

    .btn-signin-2{
        margin-bottom:0px;
        padding-left: 40px;
        padding-right: 61px;
    }

    .btn-signin{
        padding:16px 34px;
    }

    .btn-signin-2:after{
        left: 73%;
    }
    .teaser-img-inverse{
        max-width: 620px;
        padding-top: 244px;
        left: -200px;
        top: auto;
    }
    

    .bloc-teaser .testmgin{
        position: absolute;
        right: 0;
        max-width: 390px;
        top: 165px;
        z-index: 1;
    }

    /* PROGRAMME */

    .programme{
        padding-top: 250px;
        padding-bottom: 115px;
        background-position: right bottom,top center;
        background-size: 1220px auto, cover;
        margin-top: -250px;
        z-index: 10;
    }

    .programme-bg-mobile{
        display:none
    }

    .programme h3{
        font-size: 76px;
        text-align: center;
        margin-bottom: 64px;
    }
    .programme .programme-heure{
        margin-bottom: 64px;
    }
    .programme-detail .p-right,.programme-detail .p-left{
        display: block;
    }
    .programme-mobile.programme-detail .p-right,.programme-mobile.programme-detail .p-left{
        display: none;
    }

    .programme-detail p{
        font-size: 22px;
    }

    .programme-detail .p-right p{
        /* padding-left: 26px; */
    }

    .programme-detail .p-left p{
        /* text-align: right; */
        /* padding-right: 26px; */
        /* justify-content: flex-end; */
    }


    .right-animation{
        -webkit-animation: textInRight 0.7s ease-in-out;
    }


    .programme-detail .p-white-dot::after,.programme-detail .p-bleu-dot::after,.programme-detail .p-yellow-dot::after{
        content: "";
        width: 8px;
        height: 8px;
        display: block;
        border-radius: 50%;
        position: absolute;
        left: auto;
    }

    .programme-detail .p-left .p-white-dot::after{
        right: -4px;
        background-color: #fff;
    }

    .programme-detail .p-left .p-bleu-dot::after{
        right: -4px;
        background-color: #004afa;
    }

    .programme-detail .p-right .p-white-dot::after{
        left: -4px;
        background-color: #fff;
    }

    .programme-detail .p-right .p-yellow-dot::after{
        left: -4px;
        background-color: #fba934;
    }

    .programme-detail .p-right hr {
        margin: 0 auto 0 0;
        left: -2px;
        position: relative;
    }


    /* INTERVENANT */
    .intervenants-title {
        position: relative;
        padding: 320px 0 103px 0;
        overflow: hidden;
    }

    .intervenants-bottom {
        position: relative;
        padding: 131px 0 131px 0;
        overflow: hidden;
    }

    img.intervenants-img-bg {
        right: 360px;
    }
    
    img.intervenants-img-bg-2 {
        position: absolute;
        left: 90%;
        overflow-x: hidden;
        top: 25px;
    }

    .intervenants h3{
        font-size: 88px;
    }

    .intervenant-liste {
        /* max-width: 340px; */
        margin: 0 auto;
        margin-top: 50px;
    }

    .intervenant-liste.intervenant-space1 {
        margin-top: 155px;
    }
    .intervenant-liste.intervenant-space2 {
        margin-top: 290px;
    }
    .intervenant-liste.intervenant-space3 {
        margin-top: 350px;
    }
    .intervenant-liste.intervenant-space4 {
        margin-top: -120px;
    }

    .inter-img{
        width: 200px;
        height: 200px;
    }

    .intervenant-img .shape-image{
        position: absolute;
        z-index: -1;
        top: 50%;
        left: 50%;
        width: 260px;
        height: 260px;
        transform: translate(-50%, -50%);
        
    }

    .intervenant-liste img{
        max-width: 260px;
    }

    /* G2 */
    .g2 {
        text-align: center;
        position: relative;
    }

    .g2 .g2-content{
        padding: 102px 0;
        max-width: 500px;
        margin: 0 auto;
        padding: 35px
    }

    .g2 img{
        margin-bottom: 17.2px;
    }

    .g2 p{
        font-size: 20px;
        margin-bottom: 18px;
    }

    .g2-westia-content {
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url(images/iux22-G2-fr.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    #link-g2{
        display: block;
        width: 100%;
        height: 100%;
    }

    .g2-westia img{
        width: 110px;
        height: 110px;
        margin-bottom: 0;
    }

    .stick-g2-bar {
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
    }


    .g2 .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    /* FIN G2*/

    /* ANY QUESTION */

    .any-question-content{
        padding-top: 166px;
        padding-bottom: 34px;
    }

    .any-question h3{
        font-size: 88px;
        margin-bottom: 46px;
        line-height: 0.6;
    }
    .any-question h3 span{
        font-size: 34px;
    }

    .any-question h3 span a{
        text-decoration: none;
    }

    .any-question p{
        font-size: 18px;
        margin-bottom: 162px;
    }

    .any-question .leagal1{
        display:none
    }
    .any-question .leagal ul{
        list-style: none;
        display:inline-block;
    }

    .any-question .leagal ul li a{
        font-family: Noto;
        font-size: 13px;
        line-height: 1.7;
        text-align: left;
        color: #fff;
        text-decoration: none;
    }

    .any-question .leagal ul li span {
        margin: 0 6.3px 0 9.3px;
        font-size: 13px;
        color: #f7a707;
    }

    .any-question .any-question-img img{
        max-width: 360px;
    }


    /* cursorhome */

    .scaled{
        transform: scale(1);
    }

    .cursorHome2 {
        z-index: 11
    }



}
@media (min-width: 600px){
    .uix-address {
        background: #759eff;
        padding-top: 110px;
        padding-bottom: 370px;
        background-image: url(images/Plan@2x.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: left 120%;
    
    }
}
@media (min-width: 700px){
    .uix-address {
        background: #759eff;
        padding-top: 110px;
        padding-bottom: 370px;
        background-image: url(images/Plan@2x.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: left 150%;
    
    }
}

@media (min-width: 780px){
    .uix-address {
        padding-top: 60px;
        padding-bottom: 60px;
        background-size: auto 100%;
        background-position: 180% center;
        /*background-attachment: fixed;*/
        background-image: url(images/Plan@2x.png);
    }
}
@media (min-width: 900px){
    .uix-address {
        padding-top: 80px;
        padding-bottom: 80px;
        background-size: auto 100%;
        background-position: 180% center;
        /*background-attachment: fixed;*/
        background-image: url(images/Plan@2x.png);
    }
}


@media (min-width: 1024px){
    .container{
        max-width: 1200px;
    }

    h1{
        font-size: 145px;
        margin-top: 130px;
        margin-bottom: 44px;
        position: relative;
        line-height: 0.7;
    }
       
    /* HEADER */
    
    .pin-top-header a:hover span{
        color: #14131b;
    } 

    .lng ul{
        list-style: none;
    }

    .lng ul li{
        display: inline-block;
    }

    .lng ul li:first-child a{
        border-right: 1px solid rgba(20, 19, 27, 0.3);
        padding: 1px 6px;
    }

    .lng ul li a{
        font-family: Noto;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        color: #14131b;
        
        text-decoration: none;
        padding: 1px 5px;
    }

    .lng ul li a.active-lng{
        color: rgba(20, 19, 27, 0.5);
    }

    .menu ul li a.menu-active::after{
        width: 100%;
    }

    .menu ul li a:hover::after{    
        width: 100%;
    }

    /* TEASER */

    .teaser-img-inverse{
        max-width: 840px;
        padding-top: 244px;
        left: -200px;
        top: auto;
    }
    
    .bloc-teaser .testmgin{
        max-width: 540px;
    }

    /* PROGRAMME */

    .programme{
        padding-top: 100px;
        padding-bottom: 189px;
        background-position: center bottom,top center;
        background-size: 1500px auto;
        margin-top: 0px;
    }

    .programme-bg-mobile{
        display:none
    }

    .programme h3{
        font-size: 88px;
        text-align: center;
        margin-bottom: 64px;
    }

    .programme-detail .p-right p{
        /* padding-left: 26px; */
    }


    .right-animation{
        -webkit-animation: textInRight 0.7s ease-in-out;
    }


    .programme-detail .p-white-dot::after,.programme-detail .p-bleu-dot::after,.programme-detail .p-yellow-dot::after{
        content: "";
        width: 8px;
        height: 8px;
        display: block;
        border-radius: 50%;
        position: absolute;
        left: auto;
    }

    .programme-detail .p-left .p-white-dot::after{
        right: -4px;
        background-color: #fff;
    }

    .programme-detail .p-left .p-bleu-dot::after{
        right: -4px;
        background-color: #004afa;
    }

    .programme-detail .p-right .p-white-dot::after{
        left: -4px;
        background-color: #fff;
    }

    .programme-detail .p-right .p-yellow-dot::after{
        left: -4px;
        background-color: #fba934;
    }

    .programme-detail .p-right hr {
        margin: 0 auto 0 0;
        left: -2px;
        position: relative;
    }

    /* UIX ADDRESS */

    .uix-address {
        background: #759eff;
        padding-top: 100px;
        padding-bottom: 100px;
        background-image: url(images/Plan@2x.png);
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: 150% center;
        /*background-attachment: fixed;*/
        background-repeat: no-repeat;
    }

    .uix-address img{
        margin:26px auto;
        height: 18px;
    }

    .uix-address h3{
        font-size: 88px;
    }

    /* G2 */
    .g2 {
        /* text-align: center;
        position: relative;
        background-image: url(images/visuel-g2.jpg);
        background-position: right center;
        background-size: 50%;
        background-repeat: no-repeat; */
    }

    .g2 .g2-content{
        padding: 102px 0;
        max-width: 500px;
        margin: 0 auto;
    }


    /* FIN G2*/


    /* ANY QUESTION */

    .any-question{
        background-image: url(images/any-question-bg.png);
        background-size: cover;
        background-position: center;
    }

    .any-question-content{
        padding-top: 166px;
        padding-bottom: 34px;
    }

    .any-question h3 span{
        font-size: 34px;
    }


    .any-question p{
        font-size: 18px;
        margin-bottom: 162px;
    }

    .any-question .leagal1{
        display:none
    }
    .any-question .leagal ul{
        list-style: none;
        display:inline-block;
    }

    .any-question .leagal ul li span {
        margin: 0 6.3px 0 9.3px;
        font-size: 13px;
        color: #f7a707;
    }

    .any-question .any-question-img img{
        max-width: 457px;
    }

    .any-question .any-question-img{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    /* cursorhome */

    .scaled{
        transform: scale(1);
    }

    .cursorHome2 {
        z-index: 11
    }

}


@media (min-width: 1160px){
    .programme{
        padding-top: 415px;
    }
}

@media (min-width: 1220px){


    .g2 .col-lg-6 {
        flex: 0 0 auto;
        width: 60%;
    }
    .container{
        padding: 0;
    }
    .bloc-teaser .testmgin{
        max-width: 659px;
        
    }
     /* UIX ADDRESS */

     .uix-address {
        background: #759eff;
        padding-top: 120px;
        padding-bottom: 120px;
        background-image: url(images/Plan@2x.png);
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: right center;
        /*background-attachment: fixed;*/
        background-repeat: no-repeat;
    }

}
