/*@font-face {
  font-family: 'SourceSansPro-Regular';
  src: url('../font/SourceSansPro-Regular.eot');
  src: url('../font/SourceSansPro-Regular.woff') format('woff'),
       url('../font/SourceSansPro-Regular.ttf') format('truetype'),
       url('../font/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg'),
       url('../font/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}*/


* {
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
}
html{
    background: rgba(253, 247, 243, 1.0);
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    height: 100%;
}
body{
    height: 100%;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}
a{
    color: #000000;
    text-decoration: none;
}
a:hover{
    color: #000000;
    text-decoration: underline; 
}
a:visited{
 color: #000000;
}

ul, li{
    list-style: none;
}

h1,h2,h3,h4,h5{
    font-weight: normal;
    margin: 0;
    padding: 0;
}
h1{

}
h2{
    font-weight: 700;
    font-size: 42px;
    line-height: 36px;
}

h3{
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    color: #000000;
}
h4{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
h5{
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #878787;
    text-transform: uppercase;
}
h6{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000000;
}

p{
    display: inline-block;
}
i{}

main{
    margin:  0 auto;
    height: 100%;
    width: 1128px;
    letter-spacing: -0.04em;
}
.col1{width: 72px;}
.col2{width: 168px;}
.col3{width: 264px;}
.col4{width: 360px;}
.col5{width: 456px;}
.col6{width: 552px;}

em{
    font-style: normal;
}
mark{
    background-color: #CDF546;
    padding: 2px;
    border-radius: 2px;
}
*:focus {
    outline: none;
}

.bold{
     font-weight: 800!important;
}
.homepage{
    display: table;
    margin: 0 auto;
    vertical-align: middle;
    position: relative;
}
.intro{
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.homepage .logo{
   
}
.region, .departement{
    width: 742px;
    height: auto;
    margin: 0 auto;
}

.homepage .listing-region{
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    color: #000000;
}
.listing-region li{
    margin-top:8px;
    margin-bottom:8px;
}
.list .listing-region{
    position: fixed;
    color: #FDF7F3;
    vertical-align: middle;
    text-align: right;
    z-index: 20;
    top:50%;
    transform: translateY(-50%);
    width: 240px;
}
.list .listing-region a, .list .listing-region a:visited{
     color: #FDF7F3;
}

.search{
    width: 100%;
    background-color: #ffffff;
    border: 2px solid #000000;
    border-radius: 28px;
    display: table;
    padding-left: 24px;
    
    box-sizing: border-box;
    z-index: 10;

    -webkit-transition: all 0.12s ease-out;
    -moz-transition: all 0.12s ease-out;
    -o-transition: all 0.12s ease-out;
    transition: all 0.12s ease-out;
}
.homepage .search{
    margin-top: 24px;
    position: absolute;
}
.searchActive{
    width: 150%;
    -webkit-transition: all 0.12s ease-out;
    -moz-transition: all 0.12s ease-out;
    -o-transition: all 0.12s ease-out;
    transition: all 0.12s ease-out;
}

.search input{
    width: 300px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 20px;
    height: 52px;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    border: 0px;
    background:none;
}
.search-input{
    display: table;
}

.search-list{
    z-index: 10;not
    display: none;
}
.listing-auto{
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
   
}
.listing-title{
    font-size: 20px;
    font-weight: 700;
    text-transform:none;
}
.listing-subTitle{
    font-size: 12px;
    font-weight: 500;
    text-transform:none;
    text-transform: uppercase;
    color: #666666;
}
.listing-auto:last-child{
    margin-bottom: 24px;
}
.icon {
    display: table-cell;
    vertical-align: middle;
}
.icon svg{
    width: 22px;
    padding-top:4px;
}

.col{
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
}
.country {
    position: absolute;
    top: 50%;
    margin-top:-360px;
    left: 240px;
    width: 680px;
}
.region-map{
    cursor: pointer;
}

.buttonMain{
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    background-color: #CDF546;
    padding-top: 16px ;
    padding-bottom: 16px ;
    padding-left: 24px ;
    padding-right: 24px ;
    border-radius: 40px;
    line-height: 24px;
    display: inline-block;
}
.thumb{
    box-sizing: border-box;
    width: calc(100vw - 80px);
    height: calc(100vh - 80px);

    margin-left: 40px;
    margin-top: 40px;
    background-color: #000000;
    border-radius: 40px;

    position: fixed;
    z-index: -10;
    top:0;


    -webkit-transition: all 0.12s ease-out;
    -moz-transition: all 0.12s ease-out;
    -o-transition: all 0.12s ease-out;
    transition: all 0.12s ease-out;

}

.sticky .thumb{
    
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0px;

    border-radius: 0px;

    -webkit-transition: all 0.12s ease-out;
    -moz-transition: all 0.12s ease-out;
    -o-transition: all 0.12s ease-out;
    transition: all 0.12s ease-out;

    backdrop-filter: blur(12px);
    
}

.fadeSprite{
    box-sizing: border-box;
    width: calc(100vw - 80px);
    
    margin-left: 40px;

    height: 260px;
    border-radius: 32px 32px 0px 0px;
    background: linear-gradient(180deg, #000 26.44%, rgba(0, 0, 0, 0.80) 100%);
    backdrop-filter: blur(2px);
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;

    margin-top: 40px;

    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.sticky .fadeSprite{
    margin-top: 0px;
    height: 280px;
}

.menu{
   /* width: calc(100vw - 268px); */
    width: 742px;
    margin-top: 80px;

    -webkit-transition: all 0.12s ease-out;
    -moz-transition: all 0.12s ease-out;
    -o-transition: all 0.12s ease-out;
    transition: all 0.12s ease-out;

    position: fixed;
    top: 0px;

    left: 50%;
    transform: translate(-50%, 0);
    z-index: 20;
}
.menu .logo img{
    height: 56px;
}
.menu .logo{
    float: left;
    height: 56px;
}
.menu .search{
    display: block;
    margin: 0 auto;
    margin-top: 72px;
}
.menu .searchActive {
    width: 100%;
}
.menu .buttonMain{
    float: right;
}

.sticky .menu{
    
    width: calc(100vw - 200px);

    margin-top: 20px;

    -webkit-transition: all 0.12s ease-out;
    -moz-transition: all 0.12s ease-out;
    -o-transition: all 0.12s ease-out;
    transition: all 0.12s ease-out;
}

.sticky .search{
    width: calc(100vw - 70vw);
    margin-top: 0px;

    -webkit-transition: all 0.12s ease-out;
    -moz-transition: all 0.12s ease-out;
    -o-transition: all 0.12s ease-out;
    transition: all 0.12s ease-out;
}




.listEvent{
    background-color: #ffffff;
    border-radius: 200px;
    padding: 20px;
    padding-right: 24px;
    display: table;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 12px;
    box-sizing: border-box;

}
.listEvent a{
    display: block;
}
.listEvent a:hover{
    text-decoration: none;
}
.listImageEvent{
    width:250px;
    height:100px;
    border-radius:200px;
    background-position: center;
    background-size: cover;
    background-repeat:no-repeat;
    display: table-cell;

}
.cardInfo{
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px;
}



.event-tabs {
    position: sticky;
    font-size: 72px;

    display: block;
    overflow-x: auto;         /* Scroll horizontal visible */
    overflow-y: hidden;
    white-space: nowrap;      /* Évite le retour à la ligne */
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;    /* Firefox */

    width: 120px;
    padding-right: 200%;

    z-index: 80;
    top: 200px;

}
.sticky .event-tabs{
    top: 180px;
}

.event-tabs::-webkit-scrollbar {
  display: none;            /* Chrome/Safari */
}
.event-tabs:active {
    cursor: grabbing;
}
.event-tabs ul {
  display: inline-flex;
  min-width: max-content;   /* S’assure que le contenu s’étale */
}
.event-tabs li {
  margin-right: 60px;
  display: inline-flex;
}
.event-tabs li.active a {
    font-weight: 700;
    color: #CDF546;
    padding-left: 20px;
}
.event-tabs a {
    text-decoration: none;
    color: #FDF7F3;
    font-weight: 200;
    transition: color 0.3s ease, font-weight 0.3s ease;
    font-size: 42px;
}
.event-content {
  position: relative;
}
.event-content span{
    display: inline-block;

}
.event-past{
    filter: grayscale(100%);
    opacity: 0.5;
}





.rotating-word {
  display: inline-block;
  position: relative;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-out {
  opacity: 0;
  transform: translateY(-10px);
}

.fade-in {
  opacity: 1;
  transform: translateY(0);
}


