/************
 FONTS
***************/

@font-face {
  font-family: "Alpine";
  src: url("../fonts/alpineascensionweb-regular.woff")format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AlpineBold";
  src: url("../fonts/alpineascensionweb-bold.woff")format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Alpine";
  src: url("../fonts/alpineascensionweb-regular.woff")format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AlpineBold";
  src: url("../fonts/alpineascensionweb-bold.woff")format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "AlpineRegular";
  src: url("../fonts/alpineascensionweb-regular.woff")format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
}


/************
 GENERAL
***************/
html{    font: 62.5% Alpine;}
*{-webkit-font-smoothing: antialiased;}
body, div, img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body { color: #fff;line-height: 1; overflow-x: hidden; }
a { text-decoration: none;color: inherit;}
a:visited,a:hover { text-decoration: none;color: inherit;}

.body-background{
	background-image: url(../images/GettyImages-1168909065_2.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.general-container{
	margin: 0 auto;
    max-width: 142.4rem;
    width: calc(100% - 4.8rem);
}
.flex{display:flex;}
.white{background-color:#fff;}

.mobile{
  display: none;
}
.icon-mobile{visibility:hidden;

    border-radius: 100%;
    height: 4.8rem;
    width: 4.8rem;
    z-index: 1;
    position: absolute;
       right: 4rem;
    bottom: 4rem;}
.site-header {
    /*background: #646B52;*/
    font-family: "AlpineBold";
    font-size: 14px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index:100;
}
.site-header.active{background-color:#fff;transform: translateY(-4.2rem);}
.bg-vert{background-color:#000000;line-height: 3.6rem;}
.bg-vert .general-container {
	align-items: center;
    justify-content: flex-end;
    column-gap: 4.2rem;
}

.site-header a {
  text-decoration: none;
}
.text-white{color:#fff;}
.text-black{color:#000;}
.me-yh8gd {
  font-family: "AlpineBold";
  font-size: 16px;
}
.sub-nav-header {

  font-size: 16px
}

.sub-nav-header a {
  color: #4E5844;
  text-decoration: none;
  font-family: "AlpineBold";
 font-size:16px;
}



.btn-scroll.active{visibility: visible;opacity: 1;}

.btn-scroll{

    /*width: 48px;
    margin-bottom:400px;
    right: 5%;*/
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
    bottom: 0;

    display: flex;
    flex-direction: column;
    align-items: flex-end;;
    justify-content: center;
    visibility: hidden;
    transition: 500ms;
    opacity: 0;

}
.btn-scroll img{ transition: 500ms;position: relative;top:0;}
.btn-scroll:hover img{top:-5px;}






.me-uppercase {
    text-transform: uppercase;
}
.e-yh8gd {
  font-family: "AlpineBold";
}
.me-c-black {
    color: #000; /*#4E5844;*/
}

.me-bg-black {
    background: #f7f7f7;
}

.me-retG {
    font-size: 64px;
    line-height: 66px;

    font-family: "AlpineBold";
    color: #000;
}

.me-gdTy {
    color: #4E5844
}



.me-jk8U {
  height: 30vw;
}

.me-jk8U p {
  color: #fff;
}





/************
 MOBILE NAV
***************/


.navbar-mobile {
  color: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 3;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.3s;
  transform: translateX(100%);
  background-color: #FFF;
  left: 11.8rem;
  padding-left:3rem;
  padding-top:2rem;
}

.navbar-mobile.is-active {
  transform: translateX(0);
}

.toggle{
  width: 24px;
  display: block;
  cursor: pointer;
  margin-top: -5px;
}

.toggle span {
  width: 24px;
  height: 2px;
  background-color: #646B52;
  display: block;
  margin: 7px -5px;
}

.close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  opacity: 0;
  visibility: hidden;
}
.close.is-active {opacity: 1;visibility:visible;z-index:10;}
/*.close:hover {
  opacity: 1;
}*/
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #646B52;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

.menu-nav-mobile {
  display: none;
}

.arrow-dropdown img {transition:  all 0.3s;}
.arrow-dropdown.is-active img {transform: rotate(180deg);}






.see-more p {
  text-align: center;
  color: #FFF;
  border: 1px solid;
  width: 20%;
  margin: auto;
  padding: 15px;
  margin-bottom: 5vw;
  margin-top: 5vw;
  background: #000;
  font-family: "Graphie";
  font-size: 18px;
  font-weight: bold;
}

.sign-newsletter {
  background: #FFF;
  padding: 15px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.me-85tzg3 {
  margin-right: 100px;
  margin-top: 100px;
}

.me-4fT5Re {
  padding: 5px 40px 0 0;
  border-right: 1px solid #FFF;
}

.me-5420jU { padding: 5px 0 0 40px; }
.me-GFt54 { font-weight: bold; }
.me-UJ7r5 { margin-top: 45px; margin-left: 100px }
.me-UJ7r5 p { margin-bottom: 50px;}


.me-PZ4fG p, .me-PZ4fY p { line-height: 10px;}
.me-PZ4fG {
  border-right: 1px solid #fff;
  height: 135px;
  padding: 5px 25px 0 0;
}
.me-PZ4fY {
  padding: 5px 0 0 25px;
}
.me-3EF5 {
  font-family: "AlpineBold";
  font-size: 20px;
  margin-bottom: 30px;

}
.me-u5OnY {
  font-family: "Alpine";
  font-size: 16px;
  line-height: 18px;

  line-height: 18px;
      margin: 0 0 1.6rem;
      opacity: 0.8;
}
#me-plOI8 {
  padding: 20px 0 ;
}
.me-Q3Dt5 a {
  text-decoration: none;
  color: #000
}
.me-ah64f img {
    width: 100px;
    border-right: 1px solid;
    padding-right: 15px;
}

.accordion-item { background-color: #646B52;}
.accordion-button { background-color: #646B52; color: #fff; padding: 1rem 0.25rem; font-size: 16px; font-family: "AlpineBold"; font-weight: bold; }
.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}


.navbar-mobile .accordion-item {border-top: 0.1rem solid rgba(0, 0, 0, 0.2) !important;padding-top: 15px;
    padding-bottom: 15px;}
.navbar-mobile .accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
	position: absolute;
    left: 15.8rem;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #646B52;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #646B52
}
button:focus {outline:0 !important;}
.accordion-body {
padding: 1rem 0.30rem;
}
.accordion-body p { font-family: "Alpine"; font-size: 16px;     border-top: .1rem solid rgba(0,0,0,.2);display: block; padding: 1.4rem 2rem;color: #848484;}
.text-white p{color:#fff;}
.accordion-button:focus, .accordion-button:not(.collapsed){box-shadow:none;}
.me-854IUd {
  font-size: 16px;
}
.da-iK75 {
  font-family: "AlpineBold";
  font-size: 24px;
}
.me-hdk8k {
  font-family: "AlpineBold";
  font-size: 14px;

  color: #000;
}
.me-hY5d {
  font-family: "AlpineBold";
  font-size: 14px;
  color: #000;
      margin-left: 20px;
}
.me-gsh65 {
  background: #fff;
}
.me-gsh65 .row div div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 15px;
  padding-bottom: 15px;
}
.me-hdg65 .row div div.me-5kjI {
 /* border-bottom: 1px solid rgba(0, 0, 0, 0.2);*/
}
.me-hdg65 .row div div {
  padding-top: 15px;
  padding-bottom: 15px;
}


.me-ik8jY .row div div a {
  font-family: "AlpineBold";
  font-size: 14px;
  color: #000;
  text-decoration: none;
  font-weight: 700;

}
.me-gsh65 .row div div a {
  font-family: "AlpineBold";
  font-size: 14px;
  color: #000;
  text-decoration: none;
  font-weight: 700;

}
.me-52OkT8 div{
  padding-top: 35px!important;
}

.me-izk53o{border-top: 0.1rem solid rgba(0, 0, 0, 0.2);text-transform:none;    box-sizing: border-box;width: 100%;padding-bottom: 2rem;padding-top: 2rem;}
.me-izk53o a{text-transform:none;}

.me-6LnmP8, .accordion-button.me-5Lnz2 {
  background: #fff;
  font-family: "AlpineBold";
  font-size: 14px;
  font-weight: 700;

  color:#000;

}
.accordion-item{background-color:#fff;}

.accordion-body.me-52OPmi {
  background: #fff;
  padding-left: 15px;
}

.e-jdi9l {
  position: relative;
}

.me-52OkyQ {
  position: absolute;
  bottom: 8px;
  left: 16px;
  font-family: "AlpineBold";

  font-size: 24px;

}


.me-YHE64d {
  color: #F45000
}

.me-uj76h {
  font-family: "GraphieBold";
  font-size: 32px;
}

.me-hn76hd {
  font-family: "Graphie";
  font-size: 18px;
}
.me-kei87 {
  font-family: "GraphieLight";
  font-weight: 400;
  font-size: 18px;
}
.me-UJ76gf {
  color: #F45000;
  font-family: "GraphieBold";
}
.me-bg-section-76Jg {
  background: #E5E5E5;
}
.me-gsp01j {
  padding: 50px 0 50px 0;
}
.me-th7ju {
  font-family: "Graphie";
  font-weight: 600;
  font-size: 45px;
  line-height: 120%;
  margin-bottom: 5vw;
}
.me-Ik87 {
  color: #F45000;
  font-family: "GraphieBold";
  font-size: 32px;
  line-height: 0;
}
.me-Uj75g {
  font-family: "GraphieLight";
  font-size: 20px;
}

.me-56jG8, .me-bg-grey {
  background: #F6F6F6;
}
.me-TH71 {
  padding-top: 45px;
  padding-bottom: 45px
}
.me-8K4f {
  background: #F45000;
  padding-top: 80px;
  padding-bottom: 80px;
}

.btn-outline {
  border: 1px solid #646B53;
  text-align: center;
  padding: 15px;
  min-width: 194px;
  color: black;
  transition: all ease-in-out 0.6s;
  font-family: "Alpine";
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
}
.btn-outline:hover{background-color:#646B53;color:#fff;}
.me-eg76k {
  margin-bottom: 15px;
}
.me-rg73d{
  font-family: "GraphieBold";
  font-style: normal;
  font-size: 56px;
}
.me-rg73d p {
  text-align: center;
}
.me-uej02 {
  color: #fff
}
.me-RD32 {
  font-family: "Alpine";
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;

  margin-bottom: 5px;
}
.me-KN86p {
  font-family: "AlpineBold";
  font-size: 26px;
  line-height: 120%;
  text-transform: uppercase;
}
.me-5F4LN {
  font-family: "Alpine";
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.me-TGHE7 {
  width: 80%;
}
.me-PLS8 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0;
  font-family: "Alpine";
  line-height: 27px;
}
.me-regU{ font-family: "AlpineBold";font-size: 26px;line-height: 32px;}
.me-YEH7Z5 {
  margin-top: 50px;
  margin-bottom: 70px;
}
.me-c-white {
  color: #000;
}





.btn-outline-black {
  border: 1px solid #000;
  text-align: center;
  padding: 15px;
  min-width: 194px;
  color: black;
  transition: all ease-in-out 0.6s;
}
.me-4TgY { margin-top: 25px; }
.me-eg76J {
  line-height: 5px;
  margin-top: 50px;
  margin-bottom: 70px;
}


.justcont{justify-content: space-between;}

.me-bg-white { /*background: #F6F6F6;*/ color: #000;}
.me-bg-white:hover { background: #646B52; color: #fff;}
.me-bg-white:hover .arrow-card-slider{fill: white;}
.me-bg-white:hover .addeventatc{background-color:#646B52;color:#fff !important;border: 1px solid #fff !important;}
.me-jdk85 { padding-bottom: 50px; }
.me-TEH76 { text-transform: uppercase; font-family: "Alpine"; font-size: 12px;}



.me-jdk85 { height: 30vw; }
.me-TEH76 { text-transform: uppercase; font-family: "Graphie"; font-size: 12px;}
.da-container-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.da-yeh754 { /*border: 1px solid #B1B1B1; */}

.da-42HSO { color: #000; padding: 20px; background: #fff; }
.da-JS7g { font-family: "AlpineBold"; font-size: 28px;line-height: 96.5%; text-transform: uppercase;}
.da-hD6fvs { font-family: "Alpine"; font-size: 14px; }
.me-jk8Y {
  position: relative
}

.da-pek87 {
  position: absolute;
  right: -139px;
  top: 55px;
  background: #fff;
  transition: all 0.1s cubic-bezier(1, 0, 0, 1);
}
.da-pek87.is-active {
  right: 0;
}
.da-pek87  i {
  color: #000
}
.da-pek87 div i{
  padding: 15px;
}
.me-pel97-close {
  background: #4E5844;
  border: 1px solid #4E5844;
}

.me-pel97-close i {
  color: #fff;
}






.onlytext{
	margin: 16rem auto 16rem auto;
}
.onlytext p{color:#000;font-size: 3.6rem;line-height: 140%;   /* padding: 10rem 0;*/width: calc(100% / 12 * 7);    margin: auto;    font-family: 'Alpine';letter-spacing: .015em;}
.onlytext p span{color:#ec6528;}

/**Slogan**/
.sectionhome{padding: 20% 0 10.4rem;overflow: hidden;
    position: relative;
    min-height: 120vh;}
.grid-home{    position: absolute;
grid-template-columns: repeat(12, 2fr);
    grid-template-rows: auto auto;
    display: grid;
    grid-column-gap: 0;
    grid-row-gap: 0;
    z-index: 1;
    margin: 0 auto;
    max-width: 142.4rem;
    width: calc(100% - 4.8rem);

}
.grid-white{
	font-size: 5.6rem;
    grid-area: 1/1/2/8;
    line-height: 6rem;
     background-color:#fff;
     min-height:400px;
}
.gridsection1{
	grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto auto;
    display: grid;
    grid-column-gap: 0;
    grid-row-gap: 0;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 142.4rem;
    width: calc(100% - 4.8rem);
        margin-top: 50px;

}
.gridsection1 h1{
	font-size: 5.6rem;
    grid-area: 1/1/2/5;
    line-height: 6rem;

}
.gridsection1 h1::before {
	bottom: -12.2rem;
    right: -5rem;
    top: -5rem;
    width: calc(100% + 25vw);
    background: #fff;
    content: "";
    position: absolute;
    z-index: -1;

}
.gridsection1 h1 strong{color: #646b52;}
.l-section-slogan{
    position: relative;
}

.l-section-slogan_content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    /*max-width: 1100px;
    padding-bottom: 50px;*/
    margin: 0px auto 0 auto;

   /* padding: 0 88px 50px 88px;*/
    padding: 88px 88px 88px 0px;

}


h1.slogan{
	font-family:"AlpineBold";
    font-size: 5.6rem;
    font-style: bold;

    line-height: 6rem;
    letter-spacing: 0px;
    position: relative;
    color: #000;
     /*   padding-top: 12rem;*/

}

h1.slogan span{color:#646B52}

.l-section-slogan-date{
	color:#646B52;
	font-size: 1.8rem;
    grid-area: 2/1/3/5;
    line-height: 2.2rem;
    margin-top: 4.3rem;
  font-family:"AlpineBold";
}

/**TIMER**/
.l-section-slogan_timer{
    /*display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 0px;
    margin: 20px auto 0 auto;
    position: relative;*/
    align-self: end;
    grid-area: 1/5/2/13;
    justify-self: end;
    margin-top: 0;
    display: flex;
}

.dotted::before {

    content: ":";
    display: inline-block;
	font-family:"AlpineBold";
    left: 0;
    position: relative;

}

.card-timer{
   /* display: flex;
    flex-direction: column;
    width: 174px;
    height: 144px;*/
    color: white;
    margin-left: 2rem;
    position: relative;
    font-family:"AlpineBold";
    font-size: 10.6rem;
}

.timer{

    font-size: 10.6rem;
    font-family:"AlpineBold";
	line-height: 10.6rem;
    letter-spacing: 0px;
    margin-bottom: 40px;

}

.timerlabelj1{
	font-family:"AlpineBold";
	font-size: 18px;
	line-height: 27px;
	margin-top: 1.5rem;
	text-align: center;
}
.timerlabel{
	font-family:"AlpineBold";
	font-size: 18px;
	line-height: 27px;
	margin-top: 1.5rem;

	    text-align: center;
}



/********************
    SECTION white
********************/


.l-section-white{
   /* background-color: #f7f7f7;*/
    color: black;

  /*  margin: 76rem auto 16rem auto;*/
  margin-bottom:  16rem ;


}

.l-section-white-edito{
	display: flex;

}
.l-section-white .general-container{width:100%;}

.l-section-white_content{
    width: 50%;
    padding: 10rem 8.33%;
    position: relative;
   /* margin-left: calc(100% / 12);*/

    font-size: 24px;
    font-style: normal;
    line-height: 30px;
    box-sizing: border-box;

}

.edito-img{ width: 45%;}
.l-section-white-edito img{
	/*margin-left: calc(100% / 12);*/
    width:100%;
    object-fit: cover;
    margin-left: -4.16667%;
}
.content-small{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.015em;
    margin-top: 50px;
}

.l-section-white_content h2{
	font-family: "AlpineBold";
	font-style: normal;
	font-weight: bold;
	font-size: 50px;
	line-height: 120%;
	margin-bottom: revert;
	/* or 31px */


}
.l-section-white_content p{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	font-family:'Alpine';
/* or 26px */

	letter-spacing: .015em;
	margin-bottom: 4rem;

}

.l-section-white_content p strong{font-family: "AlpineBold";}






/********************
    SLIDER
********************/


.l-section-slider-prensenation{min-height: 100vh;}
.slider-presentation-top{padding: 120px 0 0 0;display: flex;align-items: center;justify-content: space-between;display: grid;grid-template-columns: repeat(6, 1fr);} /*padding: 120px 88px 0 88px*/
.slider-presentation-top h2{font-family: "AlpineBold";font-size: 50px;font-style: bold;line-height: 48px;color:#000;grid-area: 1/1/1/5;}
.slider-container{margin-top: 59px;width: 100%;position: relative;z-index: 1;}

.slider-presentation-top .btn-outline{font-family: "AlpineBold";color:#646B53;font-size: 20px;line-height: 36px;font-weight: 700;grid-area: 1/6/1/6;}
.slider-presentation-top .btn-outline:hover{background-color:#646B53;color:#fff;}

.container-row{/*margin-left: 88px;*/display: flex;align-items: center;transition: all ease-in-out 0.5s;transform: translate3d(0, 0, 0);border-left: 0.1rem solid #b1b1b1;}

.card-slider{
    width: 490px; /*390px; 453px  height: 477px;*/

    background: #fff;
    color: black;
    padding: 30px;
   /* margin: 0 15px 0 0;*/
    transition: 0.1s;
    cursor: pointer;
    border: 0.1rem solid #b1b1b1;
    font-family:'Alpine';
    border-left: 0.1rem solid transparent;
}

.swiper-slide.card-slider{width: auto; padding: 30px;} /*slider mobile*/


.container-row .card-slider:hover{background-color: #646B52;color: white;}
.container-row .card-slider:hover .card-slider_event-tag li,.card-slider:hover .card-slider_event-salle li,.card-slider:hover .card-slider_event-salle {color: white;}
.container-row .card-slider:hover .btn-outline {border: 1px solid #646B53;color: white;}
.container-row .card-slider:hover .separator-slider {background: white;}
.container-row .card-slider:hover .arrow-card-slider{fill: white;}


.card-slider_event-title{font-size: 14px;font-style: normal;font-weight: 600;line-height: 18px;height: 28px;color: rgba(0, 0, 0, 0.5);}
.card-slider_event-description{font-family: "AlpineBold";font-size: 26px;font-style: normal;font-weight: bold;line-height: 120%;/*width: 280px;*/}



.slider-nav{margin: 50px 0;display: flex;align-items: center;justify-content: flex-end;}
.card-nav{width: 54px;height: 54px;background:none;line-height: 54px;text-align: right;margin: 0 ;cursor: pointer;}
.card-slider_event-tag{display: flex;margin: 16px 0;}
.card-slider_event-tag{padding-left: 0;}
.card-slider_event-tag li{
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    margin-right: 5px;
    transition: all ease-in-out 0.6s;
    color:#000;
    list-style: none;
}

.card-slider_event-container{margin: 65px 0;}
.card-slider_event-salle{
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000;
    transition: all ease-in-out 0.5s;
}

.card-slider_event-date{
    font-style: normal;
    font-family: "AlpineBold";
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    text-transform: lowercase;
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.card-slider_event-date span{margin-right: 50px;}
.separator-slider{width: 100%;height: 2px; background: #BBBCBC;margin: 31px 0 40px 0;    transition: all ease-in-out 0.6s;}

.card-slider.hideItem {opacity: 0;}
button{border: none!important;}

.arrow-card-slider{fill: #646B52;margin-left: 2.1rem;transition: all ease-in-out 0.6s;height: 2.8rem;position: relative;width: 2.8rem;}

.mySwiper{display: none;}
.hide{display: none;}

.l-section-slider-prensenation .general-container{position:relative;}
/*.l-section-slider-prensenation .general-container::before {
	background: #f45000;
    bottom: 0;
    content: "";
    display: block;

    top: 0;
   z-index: -1;
    left: calc(100% / 12);
    right: unset;
    width: 100vw;
    position: absolute;
}*/
.card-slider_event-bottom{display: flex;align-items: center;justify-content: space-between;}

.addeventatc{font-family:"AlpineBold" !important;font-size: 18px !important;line-height: 22px !important;border: 1px solid #646B52 !important;color:#646B52 !important;box-shadow: none !important;padding: 15px !important;border-radius: 0px !important;outline-color: transparent !important;text-shadow:none !important;}
.ateoffice365, .ateoutlookcom{display:none !important;}
.addeventatc .addeventatc_icon{background-image: none !important;}


/*******************/
/** BUTTON EFFECT **/
/*******************/
button {
  outline: none;
}
.custom-btn {
  padding: 10px 25px;
  border: 1px solid #fff;
  font-family: "Graphie";
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}
.custom-btn.me-ndc6 {
  border: 1px solid #000;
}
.btn-9 {
  z-index: 2;
  transition: all 0.3s ease;
  overflow: hidden;
  font-family: "AlpineBold";
  font-size: 14px;
  line-height: 40px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.btn-9:after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.btn-9:hover {
  box-shadow:
    inset -4px -4px 6px 0 rgba(229,229,229,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
  color: #fff;
}
.btn-9:hover:after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);

  box-shadow:
    inset -4px -4px 6px 0 rgba(229,229,229,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}
.me-Hw5H8 {
  background: #F6F6F6;
}
.btn-9.me-Hw5H8:hover{
  border: 1px solid #F45000;
}
.btn-9.me-Hw5H8:hover:after {
  background: #F45000;
}

.btn-9.me-uej02:hover:after{
  background: #E5E5E5;
}
.btn-9.me-uej02:hover {
  color: #000;
}
.btn-9.me-ndc6:hover:after {
  background: #000000;
}




/************/
/** SWIPER **/
/************/

.me-te72d {
  position: relative
}

.swiper-container {
  width: 100%;
  /*height: 400px;*/
}

.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/*********************/
/* GALLERY PORTFOLIO */
/*********************/

.column {
    display: none; /* Hide columns by default */
  }

  /** circle effect **/
  /*
  .column div::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  .column div:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
  }
  @-webkit-keyframes circle {
    0% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    100% {
      width: 200%;
      height: 200%;
      opacity: 0;
    }
  }
  @keyframes circle {
    0% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    100% {
      width: 200%;
      height: 200%;
      opacity: 0;
    }
  }
  */
  /* circle */


  /* Clear floats after rows */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  .img-portfolio {
    display: block;
    width: 100%;
    height: auto;
  }


  /* The "show" class is added to the filtered elements */
  .show {
    display: block;
  }

  div.column {
    position: relative;
  }

  .container-overlay {
    position: relative;
    overflow: hidden;
  }

  .container-overlay .content-overlay {
    background: rgba(100,107,83,.9);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom:0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }

  .container-overlay:hover .content-overlay{
    opacity: 1;
    z-index: 1;
  }


  .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    padding:20px;
  }

  .container-overlay:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
    z-index: 10;
  }

  .container-overlay:hover .da-JS7g{
        visibility: hidden;
  }

  .content-details h3{
    color: #fff;
    font-family: "AlpineBold";
    font-size: 18px;
    text-transform: uppercase;
  }

  .content-details p{
    color: #fff;
  }

  .fadeIn-bottom{
    top: 80%;
  }

  div.column:hover {
    cursor: pointer;
  }

  .me-8U5f { width: 150px; }
  #me-5h6J {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .me-NB6ygT {
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: "AlpineBod";
    font-size: 16px;
    font-weight: bold;
  }
  .me-TAY6h {
    margin-top: 15px
  }

  .content-title, .content-text, .content-body, .da-yeh75, .da-kdu4i {
    text-align: start;
  }

  .da-yeh75 {
    font-family: "AlpineBold";
    font-style: normal;
    font-size: 18px;
    line-height: 27px;
    text-decoration-line: underline;
  }
.da-0Hr4 {
  margin-top: 80px;
  margin-bottom: 50px;
}
  .content-text {
    text-transform: uppercase;
    font-family: "Alpine";
    font-weight: normal;
    font-size: 14px;
    line-height: 27px;
  }
  .content-body {
    font-family: "Alpine";
    font-size: 18px;
    line-height: 27px;
  }


  #me-5h6J { display: none; }
  .me-Pl86h {
    border: 1px solid #fff;
    text-align: center;
    padding: 20px;
  }
  .me-Pl86h a {
    text-decoration: none;
    color: #fff;

    font-family: "Alpine";
    font-size: 14px;
    text-transform: uppercase;
  }
  .me-PM8f5 img {
    width: 200px;
    border-right: 1px solid;
    padding-right: 25px;
    margin-right: 25px;
  }

  .me-KI9g6 {
    width: 150px;
  }

  .me-OK7s3 {
    font-family: "AlpineBold";
    padding: 15px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;

    border: 1px solid #fff;
}
.me-OK7s3:hover {
  color: #fff
}
.me-BT4xq p {
  margin-bottom: 35px;
  font-family: "Alpine";
  line-height: 20px;
  font-size:24px;
  line-height: 120.5%;
}

#arrow-dropdow-event {
  position: relative
}

#arrow-dropdow-event .me-42PliU {
  position: absolute;
  background: #fff;
  list-style: none;
  padding: 0px 0 0 9px;
  width: 60px;
  top: 40px;
  left: 0px;
  opacity: 0;
  transition: all .5s ease;

  color: #000000;
  height: 40px;
}

#arrow-dropdow-event .me-42PliU.is-active {
  height: auto;
  opacity: 1;
  transform: translateY(0);
}

.arrow-dropdown { margin-left: 10px; }


.section-home-portfolio{ background: #ffffff; padding-bottom: 150px; }
.section-home-portfolio h2{
	font-family:"AlpineBold";
	font-size: 5rem;
    line-height: 5.4rem;
	color: #000;
	margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    max-width: 94.3rem;
    margin-left: auto;
    margin-right: auto;}
.section-home-portfolio .container-overlay{/*margin-left:15px;*/width: calc(33% - 2.1rem);}
.section-home-portfolio .da-42HSO{background: transparent;    max-width: calc(100% - 11rem);}
.bottom{
	    bottom: 3.8rem;
    color: #fff;
    left: 1.7rem;
    position: absolute;
    right: 1.7rem;
    z-index: 1;
}

.section-portfolio { padding-top: 50px; padding-bottom: 150px; }
.item{object-fit: cover;width:100%;}


section.me-jk8Y {

}
.background{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.backInterv{
   /* height: 120vh;*/
   height: 100%;
    object-fit: contain;
    width: 100%;
        overflow: hidden;
    position: relative;
  }
section.da-pel8k {
  background-image: url('../images/cd2b91a03cb30f24bd289f2f1e7b75e4.jpeg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 780px;
}
.da-pel8k {
  position: relative;
}
.da-pe73D {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-bottom: 50px;
}
.me-VQ3sx {
  float: left;
  font-family: "AlpineBold";
  font-size: 42px;
  margin-left: 50px;
}
.me-Gb4aZ {
  float: right;
  margin-right: 50px;
}





.sect-prog .general-container{
	display: grid;
    grid-area: 1/1/2/13;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto auto;
    position: relative;}
.sect-prog .general-container .row{grid-area: 1/2/2/10;}

.tab-card-programme{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
   /* grid-auto-rows: 1fr;*/
    grid-column-gap: 0px;
    grid-row-gap: 0px;
        border-left: 1px solid #646b52;
    border-top: 1px solid #646b52;
}
.card-programme{padding:4rem;    border-bottom: 1px solid #646b52;border-right: 1px solid #646b52;}








.tab-card-intervenant{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
   /* grid-auto-rows: 1fr;*/
   /* grid-column-gap: 32px;
    grid-row-gap: 75px;*/
    gap:0;
}



.ellipse{visibility:hidden;}

.card-intervenant{cursor: pointer;position: relative;overflow: hidden;}
.card-intervenant::after {    background: linear-gradient(
180deg
,transparent,rgba(0,0,0,.6));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;}
.card-intervenant .card-tag{visibility:hidden;}

.card-intervenant-container{cursor: pointer;position: relative;overflow: hidden;}
.card-intervenant-container::before {
	content: "";
	/*padding-top: 125.82781%;*/
    display: block;
    width: 100%;
}

.card-intervenant.is-active .card-intervenant-top-info,.card-intervenant.is-active .card-intervenant-top-info_social{visibility: visible;opacity: 1;}
.card-intervenant-container img{width: 100%;/*height: 100%;*/left: 0;object-fit: cover;/*position: absolute;*/ top: 0;width: 100%; max-width: 100%;vertical-align: middle;}

.card-intervenant-footer{
	    bottom: 1.9rem;
    left: 1.7rem;
    position: absolute;
    right: 1.7rem;
    z-index: 1;

	/*margin-top: 1.75rem;
    position: relative;
    transition: .3s;*/
}
.card-intervenant h4{
    font-family: "AlpineBold";
    font-size: 34px;
    font-style: normal;
       margin: 0 0 .4rem;
    line-height: 36px;

}
.card-intervenant-footer p{
    font-family: "AlpineRegular";
    font-size: 14px;
    line-height: 27px;

}

.card-intervenant-top{/*position: relative;width: 100%;*/
bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;}
.card-intervenant-top::before {
	background:  #646b52;
    background-repeat: repeat;
    background-size: 100%;
        bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(50%);
    transition: all .4s ease-out;
}
.card-intervenant:hover .card-intervenant-footer{display:none;}

	.card-intervenant:hover .card-intervenant-top {
      opacity: 1;
      pointer-events: auto;
      transform: translateX(0);
      }

      .card-intervenant:hover .card-intervenant-top::before {
        opacity: 1;
        transform: translateX(0);
      }


.card-intervenant-top-info{
    position: absolute;
    top:0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    padding: 18px;

    transition: opacity 0.5s;
    padding: 3.7rem 3.2rem;


}
.card-intervenant-top-info_date{display: flex;align-items: flex-start;}



.card-intervenant-top-info h3{
    font-family: "AlpineBold";
    font-size: 18px;
    font-style: normal;
    line-height: 36px;

    /*width: 244px;*/
}
.card-intervenant-top-info_statut{
    font-size: 14px;
 font-family: "Alpine";
    line-height: 120%;
    /*margin: 5px 0 10px 0;*/
    margin: 1.2rem 0 4rem;

}
.card-intervenant-top-info_date{
    font-size: 16px;
    font-style: normal;
   font-family: "GraphieBold";
    line-height: 19px;
   /* border-bottom: 2px solid white;*/
    padding-bottom: 5px;

}
.card-intervenant-top-info_date span{margin-left: 5px;}
.card-intervenant-top-info_tag{
    font-family: "GraphieBold";
    font-size: 16px;
    font-style: normal;

    line-height: 19px;
    margin:15px 0;
}
.card-intervenant-top-info_desc{
     font-size: 18px;
    letter-spacing: .015rem;
        line-height: 28px;
}
.card-intervenant-top-info_social{
    position: absolute;
    bottom: 15px;
    right: 25px;
        display: flex;
    gap: 2rem;
    justify-content: flex-end;
    margin-top: auto;
    padding-top: 2rem;
   /* visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s;*/
}
.twitter-card,.linkedin-card{cursor: pointer;}

.card-intervenant-footer_statut{
  font-size: 16px;
     font-family: "NouveIRSemiBold";

    line-height: 27px;
    text-align: left;
    color: #888B8D;
        margin-top: .2rem;
    position: relative;
    transition: .3s;
    z-index: 0;
}



.see-more{cursor:pointer;visibility:hidden;}
.see-more p{
  text-align: center;
  color: #fff;
  border: 1px solid;
  width: 20%;
  margin: auto;
  padding: 15px;
  margin-bottom: 5vw;
  margin-top: 5vw;
  background: #646b52;
  font-family: "Alpine";
  font-size: 14px;

}









.footer{
height: 8.2rem;
    align-items: center;
    padding: 0;
    justify-content: space-between;}







.home-interv{overflow:hidden;position:relative;}


/*********************
ML
******************/
.body-ml{padding-top: 12.2rem;}
.ml{padding-top: 12.2rem;color:#000;}

.ml h1{font-family:'AlpineBold';font-size:66px;line-height:126px;color: #646b52;margin-bottom: 2rem;}
.ml h1 strong {
    background-image: linear-gradient(
45deg
, #5858e3, #d81ba9);
    background-repeat: repeat;
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ml p{font-size: 18px;line-height: 28px;font-family:'Alpine';    letter-spacing: .015em;margin-bottom: 2rem;}
.ml h2{font-size: 40px;line-height: 48px;font-family:'AlpineBold';margin-bottom: 2rem;}
.ml h3{font-size: 50px;line-height: 54px;font-family:'AlpineBold';margin-bottom: 2rem;}
.ml h4{font-size: 24px;line-height: 30px;font-family:'AlpineBold';margin-bottom: 2rem;}

table{margin-bottom: 5rem;
    table-layout: fixed;
    width: 100%;
    border: 0;
    border-collapse: collapse;
}
td{    font-size: 1.4rem;
    padding: 1rem;
    text-align: center;}
td, th {
    background: #fff;
    border: .1rem solid #ccc;
    line-height: 1.5em;
}
td strong{font-family:'AlpineBold';}









.teaser{min-height: 100%;position: relative;transition-duration: .6s;padding: 0;overflow: hidden;}
.home-teaser{margin-bottom: 8.8rem;position: relative;}
.container-streaming{
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    z-index: 10;

}
iframe{
	height: 100%;
    left: 0;
  /*  -o-object-fit: cover;
    object-fit: cover;*/
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}
.teaser .background{top: 0;bottom: 28.38rem;} /*top: 12.2rem*/
.teaser .me-retG{    font-size: 56px;line-height: 6rem;margin: 2rem 0 6rem;    width: 66.66667%;}



.container-info-number{
	width: 100%;
	background-color: #646b52;
	color:white;
	display:flex;
	align-items:center;
	justify-content: center;
	padding: 13rem 24px;

}

.card-info-number{
	border-left: 3px solid white;
	padding: 0 50px;
	width: 33.3%;
	height: 246px;
	margin-bottom: 4rem;
    margin-right: 2.3rem;
}

.card-info-top{
	display:flex;
	flex-direction:column;
	margin: 0 0 3.1rem;
}
.card-info-top h2{
	font-family: "AlpineBold";
	font-size: 6rem;
}

.card-info-top span{
	color: white;
	display:block;
	font-family: "AlpineBold";
    font-size: 2.6rem;
   line-height: 3.1rem;
}

.card-info-bottom{
	font-family: "Alpine";
	font-size: 1.8rem;
	letter-spacing: .015em;
	line-height: 2.8rem;

}

/*********SAM*************/
.teaser .background::before {
	background: linear-gradient(
180deg
,transparent 1%,transparent 10%,rgba(0,0,0,.45) 36%,rgba(0,0,0,.45));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
   /* z-index: 1;*/

    background-color: #000000;
}
.teaser .container-info h2{    font-size: 5rem;line-height: 5.4rem;    margin-bottom: 4rem;}
.teaser .container-info h2 img{width:100%;}
.streaming-lang{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    box-sizing: border-box;
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 20;

}

.sl{
	    padding-left: 2rem;
    background-color: #f196c6;
    color: #ffffff;
    font-family: 'Alpine';
    font-size: 1.7rem;
    padding: 1.2rem 1.6rem 1.3rem;
    position: relative;
    cursor: pointer;
}
.sl.is-active{font-family:"AlpineBold";}


.teaser-section3{
	    background: transparent url("../images/bg-teaserv3.jpg") no-repeat 50%/cover;
	    margin: 12rem 0;
}
.opacity{position: relative;}

.teaser-section3 .general-container{
	grid-template-columns: repeat(12,1fr);
    grid-template-rows: max-content auto;
    margin: 0 auto;
    padding: 22rem 0 22.6rem;
    position: relative;
    display: grid;

}

.teaser-section3-title{grid-area:1/1/2/4;font-size:50px;line-height:55px;font-family:"AlpineBold";}
.teaser-section3-text{grid-area:1/6/3/13;font-size:30px;line-height:140%;}
.teaser-section3-text::before {
	border-left: 4px solid #fff;
    bottom: 0;
    content: "";
    left: 33.33333%;
    position: absolute;
    top: 22rem;
}
.teaser-section3 a{
	align-self: flex-start;
    grid-area: 2/1/3/4;
    justify-self: flex-start;
    background: transparent;
    border: 0;
    box-shadow: inset 0 0 0 0.1rem #fff;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    display: block;
    font-family:"AlpineBold";
    font-size: 14px;
    line-height: 20px;
    margin-top: 4rem;
    padding: 1.4rem 2.5rem;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.teaser-section3 a:hover{background:#fff;color:#646b52;}


.teaser-download{background:#646b52;    margin: 16rem 0;}
.teaser-download .general-container{display:flex;padding:5.6rem 8.33%;align-items:flex-start;align-items: center;box-sizing: border-box;justify-content: space-between;padding-left: 0;padding-right: 0;}
.teaser-download-title{line-height:30px;font-family:"AlpineBold";font-size:24px;}
.down{	grid-template-columns: repeat(2,1fr);
    justify-content: start;
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    grid-gap: 1.6rem;
    align-self: center;
    display: grid;
    width: 55%;
}
.download1{

    background: #646b52;
    background: transparent;
    border: 0;
    box-shadow: inset 0 0 0 0.1rem #fff;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-family: "AlpineBold";
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 1.4rem 2.5rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.download1:hover{background:#fff;color:#646b52;}
.download1:hover .download-img-green{width:20px;height:20px;margin-left:15px;}
.download1:hover .download-img-white{width:0;height:0;margin-left:0;}
.download1 img{    margin: 0 0 0 1.4rem;}

/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/******************************************** DROPDOWN EFFECT ***********************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
  .menu {
    display: block;
    position: relative;
    list-style: none;
    padding: 0;
    width: 20%;
  }

  .menu > li > span {
    display: block;
    padding: 10px 11px;
    text-decoration: none;
    color: #000;
    font-family: "AlpineBold";
    font-size: 18px;
    line-height: 27px;
  }

  .menu ul {
    background: #fff;
    height: 0;
    left: 10px;
    opacity: 0;
    position: absolute;
    transition: all .5s ease;
    top: 40px;
    width: 80%;
    list-style: none;
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    z-index: 1;
    font-family: "Alpine";
    font-weight: 600;
    font-size: 1.8rem;
    z-index: 0;
        line-height: 2.7rem;
  }

  .menu li.is-active ul {
    height: 200px;
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
  }
  .arrow-dropdown-list-portfolio { margin-left: 15px; }
  .menu li .arrow-dropdown-list-portfolio img{transition:  all 0.3s;}
  .menu li.is-active .arrow-dropdown-list-portfolio img{transform: rotate(180deg);}

  .menu li.is-active ul li:hover span{
    color: #646B52;
    cursor: pointer;
  }

  .menu ul span {
    color: #000;
    display: block;
    padding: 5px 13px;
  }

  #me-5h6J { display: none; }
  .me-Pl86h {
   
    text-align: center;
    padding: 10px;
  }
  .me-Pl86h a {
    text-decoration: none;
    color: #fff;

    font-family: "Alpine";
    font-size: 14px;
line-height: 40px;
  }
  .me-PM8f5 img {
    width: 223px;
    border-right: 1px solid;
    padding-right: 25px;
    margin-right: 25px;
  }

  .me-KI9g6 {
    width: 223px;
  }

  .me-OK7s3 {
    background: #646B52;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    border:1px solid #fff;
}
.me-BT4xq p {
  margin-bottom: 35px
}

#arrow-dropdow-event {
  position: relative
}

#arrow-dropdow-event .me-42PliU {
  position: absolute;
  background: #fff;
  list-style: none;
  padding: 0;
  width: 100%;
  top: 40px;
  left: 0px;
  opacity: 0;
  transition: all .5s ease;

  color: #000000;
  font-family:'Alpine';
  font-size: 18px;
  letter-spacing: .015em;
  line-height: 2.8rem;
      text-align: center;
        z-index:-1;
  /*height: 40px;*/
}

#arrow-dropdow-event .me-42PliU.is-active {
 /* height: 50px;*/
  opacity: 1;
  transform: translateY(0);
    z-index:1;
}

#arrow-dropdow-event .me-42PliU li{padding:1rem;border-top: .1rem solid rgba(0,0,0,.2);}


#arrow-dropdow-langue {
  position: relative
}
#arrow-dropdow-langue .me-42PliU {
  position: absolute;
  background: #fff;
  list-style: none;
  padding: 0;
  width: 60px;
  top: 40px;
  left: 0px;
  opacity: 0;
  transition: all .5s ease;

  color: #000000;
  z-index:-1;
  /*height: 40px;*/
}

#arrow-dropdow-langue .me-42PliU.is-active {
 /* height: 50px;*/
  opacity: 1;
  transform: translateY(0);
  z-index:1;
}

#arrow-dropdow-langue .me-42PliU li{padding:1rem;border-top: .1rem solid rgba(0,0,0,.2);}



.arrow-dropdown { margin-left: 10px; }


#arrow-dropdow-langue .me-42PliU {
	font-family:'Alpine';
  font-size: 18px;
  letter-spacing: .015em;
  line-height: 2.8rem;
      text-align: center;
}



.general-container_banner{width: 66.66667%;}
.general-container_banner-slogan{color:white;padding: 10rem  0 5rem 0;}
.img-start-video{
	position: absolute;
    top: 0;
    z-index: 6;
    width: 100%;
}

.btn-play{
	position: absolute;
    top: 50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index: 7;
    cursor:pointer;
    width:40px;
    height:40px;

}

.teaser-container{
	margin: 0 auto;
	max-width: 1000px;

}

.teaser-container p{

	font-family: "Alpine";
	font-size: 1.8rem;
	letter-spacing: .015em;
	line-height: 2.8rem;
	margin-bottom: 4rem;
	color:black;

}

.teaser-container p strong{
	font-family: "AlpineBold";
}


.l-section-white_content p.text-bloquote{
	color:black;
	font-size: 3.6rem;
	line-height: 140%;
	font-family: "Alpine";
}

.l-section-white_content.content-width{padding: 0 0 0 15rem;margin:auto;width: 58%;}
.marginTop{margin:12rem 0}
.marginTopTeaser{margin:12rem 0}
.l-section-white_content p span{
	font-family: "AlpineBold";
	font-weight: 700;
	display:block;
}
.l-section-white_content p span.statut{color:#646b52;font-size: 2rem;line-height: 3.2rem;font-family:'Alpine';font-weight: 400;}
.l-section-white_content p span.name{color: #000;font-size: 2.8rem;	line-height: 3.4rem;}
.container-video{margin: 0 auto;max-width:1000px;/*height:579px;*/margin-bottom: 4rem;}
.container-video video{width:100%;height:100%;}

.container-video-yt{margin: 0 auto;max-width:1000px;/*height:579px;*/margin-bottom: 4rem;}
.container-video video{width:100%;height:100%;}

.container-info{margin: 0 auto;max-width:1000px;color:black;}
.container-info h2{
font-size: 5.6rem;
line-height: 7.6rem;
font-family: "AlpineBold";
font-weight: 400;

}

.container-info h3{
font-size: 5rem;
line-height: 5.4rem;
font-family: "AlpineBold";
font-weight: 400;

}


.container-info p{
font-family: "Alpine";
font-size: 1.8rem;
letter-spacing: .015em;
line-height: 2.8rem;
margin-bottom: 4rem;

}

.container-row-img{
 margin: 100px auto;
 max-width: 1000px;
 display:flex;
 justify-content: center;
 color:black;

}
.container-row-img article{
	margin-left: 35px;
	width: 50%;
}
.container-row-img article h3{
font-size: 5rem;
line-height: 5.4rem;
font-family: "AlpineBold";
font-weight: 400;
}

.container-row-img article p{
	font-family:"Alpine";
	font-size: 1.8rem;
	letter-spacing: .015em;
	line-height: 2.8rem;
	margin-bottom: 4rem;
}

.download{
	background-color:#646b52;
	width: 100%;
	height: 160px;
	color:white;
	margin: 100px 0;

}

.download-container{
	margin: 0 auto;
	max-width: 1000px;
	display: flex;
	align-items: center;
    height: 100%;
    justify-content: flex-start;

}

.download-container h2{
font-size: 2.4rem;
line-height: 3rem;
margin: 1.2rem 0 0;
font-family: "AlpineBold";
margin-right: 180px;

}


.btn-download{
background-color: transparent;
border: 1px solid white;
height: 48px;
width: 269px;
line-height: 48px;
padding: 0 10px;
text-align: center;
}

.btn-download:hover{
background-color: white;
border: 1px solid #646b52;
color:#646b52;
}

.btn-download span{font-family: "AlpineBold";font-size: 1.4rem;}
.download-img-white{width:20px;height:20px;margin-left:15px;}
.download-img-green{width:0;height:0;}


.btn-download:hover .download-img-green{width:20px;height:20px;margin-left:15px;}
.btn-download:hover .download-img-white{width:0;height:0;margin-left:0;}


@media only screen and (min-width:1900px) {
	.home-teaser{padding: 20rem 0 0;}
}
@media only screen and (max-width:1900px) {
	.grid-white{grid-area: 1/1/2/6;}
	
}





@media only screen and (max-width:1439px) {
	.timer{font-size:100px;}
}




@media only screen and (max-width:1024px) {
	.container-info-number {flex-wrap: wrap;padding: 13rem 0;}
	.card-info-number {
	 	border-left: none;
    	border-bottom: 3px solid white;
    	width: 100%;
	}
	.card-info-number:nth-child(3){
		border-bottom: none;
	}
	.card-info-top h2 {font-size: 60px;}
	.card-info-top span {font-size: 26px;}
	.card-info-bottom {font-size: 18px;}
}



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





  .ellipse {
    color: #000;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F45000;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }

  .ellipse i {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 15px;
    color: #fff;
  }

  div.column:hover .ellipse {
    opacity: 1
  }

  .da-oK97 { margin-top: 15vw; }
  .me-jk8Y {
    height: 40vw;
  }
  .me-reg76h {
    width: 70%;
    margin: auto;
  }
  .me-56jG8 {
    padding: 45px;
  }
  .me-il93d {
    margin-top: 10px
  }
}

  @media only screen and (max-width:960px) {

  .body-background{
		background-image: url(../images/GettyImages-1168909065_mobile.png);
		background-repeat: no-repeat;
		background-size: contain;
	}

    .site-header, .sub-nav-header, #me-plOI8, #me-TG64g {
      display: none !important;
    }
    .menu-nav-mobile{
    	    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    }
    .menu-nav-mobile, #me-5h6J {
      display: block;
    }
    #nav-mobile {
      padding-top: 15px;
    }
    .see-more p { width: 100%; font-family: "Graphie"; font-weight: bold;}

    .me-40oJ7 {
      font-family: "AlpineBold";
      line-height: 96.5%;
      font-size: 16px;
      padding-left: 12px;
      text-transform: uppercase;

color: #000;
    }
    /*
    .mb-4.column {
      margin-bottom: 0!important
    }
    */
  /*  #myBtnContainer {
      display: none;
    }*/
    .me-th7ju { font-size: 30px;}
    .d-flex.me-ftPl9 { flex-direction: column;}
    .me-rg73d { font-size: 30px; }
    .me-auto.me-rg73d { margin: 0!important }
    .d-flex.me-etg75 { justify-content: start!important; }
    .me-uj76h { font-size: 26px; }
    .me-il93d { margin-top: 15px; }
    .me-786jY { margin-top: 40px; }
    .me-Ik87 { font-size: 20px; }
    .me-Uj75g { font-size: 15px; }
    .me-854IUd {
      margin-top: 30px;
      font-family: "Alpine";
      line-height: 20px;
    }
    .da-iK75 {
      font-size: 17px;
      font-family: "AlpineBold";
    }
    .da-pek87{ display: none!important}
    .me-VQ3sx {
      float: left;
      font-family: "AlpineBold";
      font-size: 30px;
      margin-left: 20px;
      margin-right: 20px;
  }
  .me-Gb4aZ {
    float: left;
    margin-left: 20px;
  }


  .gridsection1 {
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    z-index: 1;
	}
	.gridsection1 h1{grid-area: 1/1/2/4;}
	.l-section-slogan-date{grid-area: 2/1/3/4;line-height: 2.2rem;margin-top: 2rem;font-size:14px;}
	h1.slogan{font-size:28px;}
	.l-section-slogan_timer{    align-items: flex-start;grid-area: 3/1/4/5;margin-top: 7.7rem;}

	.card-timer{font-size:41px;line-height:100%;margin-left:0.5rem;}
	.timer{font-size:41px;line-height:100%;}
	.timerlabel, .timerlabelj1{font-size:11px;}

	.grid-home{     grid-template-columns: repeat(4, 2fr);}

	.l-section-white{margin: 15rem auto 0 auto;}
   h1.slogan{font-size: 34px;line-height: 120%;width: 100%;}
    .l-section-slogan{margin: 0 auto;max-width: 900px;}
    .l-section-white-edito{flex-direction: column;align-items: center;}
    .l-section-white img{width: 100%;}

    .l-section-white-edito img{margin:0;}

    .l-section-white_content{width:100%;padding: 2rem 0;margin:4rem 0 0 0;}
    .l-section-white_content p{font-size:24px;line-height:120%;}


    .l-section-slider{display: none;}
    .l-section-slider-mobile{visibility: visible;width: 100%;height: 1766px;}


    .section-home-portfolio{padding:0;}
    .section-home-portfolio .container-overlay{margin-left:0;margin-bottom:20px;}
    .section-home-portfolio .container-overlay img{width:100%;}

    .desktop,.separator-horizontal{display: none;}
    .mobile{display:block;}

     .icon-mobile{
    visibility:visible;

    border-radius: 100%;
    height: 4.8rem;
    width: 4.8rem;
    z-index: 1;
    position: absolute;
       right: 4rem;
    bottom: 4rem;}

    .inactif{ display: none;}

    .content-details{padding:40px;  /* margin-top: 20px;*/}


    .slider-presentation-top h2{font-size:28px;line-height: 100%;grid-area: 1/1/2/6;}
    .swiper-slide.card-slider{padding: 3.4rem 2.4rem 5.7rem;width: calc(100vw - 4.6rem);}


    .mySwiper{display: block;margin-top: 50px;align-self: flex-start;grid-area: 2/1/3/5;}

    .swiper-wrapper{margin-left:30px;border-left: 0.1rem solid #b1b1b1;}

    .btn-outline{width:100%;box-shadow: inset 0 0 0 0.1rem #646b52;color:#646b52;font-family: "AlpineBold";}
    .outline-mobile{margin-top:40px;font-family: "AlpineBold";align-self: center;grid-area: 3/1/4/5;margin-top: 3.2rem;padding: 1.7rem 4.6rem;;}


    .swiper-slide.card-slider{padding: 3.4rem 2.4rem 5.7rem;width: calc(100vw - 5.6rem);display: grid;grid-template-columns: 1fr;border: 0.1rem solid #b1b1b1;}


    .me-854IUd{font-size:18px;line-height: 125%;}
    .me-854IUd span{font-family:'AlpineBold';}
    .me-Q3Dt5{padding: 1.6rem 0;}
    .me-hdk8k{font-family:'Alpine';font-size:16px;line-height: 160%;   text-transform: none;}
    .me-hY5d{font-family:'Alpine';font-size:16px;line-height: 160%;   text-transform: none;}

     .card-programme{padding:2.4rem;}
    .tab-card-programme{grid-template-columns:repeat(1, 1fr);}
    .me-PLS9{font-size:19px;}


    .me-KN86p{font-size:18px;}

	.card-intervenant{padding:0;}
    .tab-card-intervenant{grid-template-columns:repeat(1, 1fr);grid-row-gap: 0;}
    .me-52OkyQ {bottom:2.5rem}

    .menu{width:100%;}

     .backmobil{box-sizing: border-box;
    min-height: calc(100vh - 6rem);
    padding: 14rem 0 10rem;
    position: relative;}

    .me-retG{font-size:30px;line-height: 30px;}

    .me-bg-black .accordion-item{background-color:transparent;border-bottom: 1px solid #fff;}
    .me-bg-black .accordion-flush .accordion-item .accordion-button{margin: 10px 0;}

    .l-section-slogan_timer{justify-self:left;}



    .onlytext p {font-size: 2.4rem;width:100%;letter-spacing: 0.015em;justify-content: center;padding: 10rem 0 0 0;}

    .l-section-white .general-container{width:100%;}
    .l-section-white_content{box-sizing: border-box; padding: 2rem 2.4rem;}
    .l-section-white_content p {font-size: 16px;line-height: 160%;}
    .section-home-portfolio h2{font-size: 24px;line-height: 120%;}
    .da-JS7g{font-size: 2.8rem;line-height: 100%;}

    .l-section-white_content h2{font-size:28px;}
    .section-home-portfolio .container-overlay{width:100%;}
    .section-home-portfolio .da-42HSO{max-width: 18rem;}

    .backInterv{height:auto;}


    .edito-img-responsive{width:100%;}
    .l-section-white_content.content-width{padding:0;}
    .padding-mobile,.container-video,.container-info,.container-row-img{padding:10rem 2.4rem 5rem 2.4rem;}
    .container-video-yt{padding:2.4rem 2.4rem 5rem 2.4rem;}
  	.l-section-white_content p.text-bloquote{font-size:24px;}

	.l-section-white_content p span.name,.l-section-white_content p span.statut{font-size: 18px;line-height: 28px;}

   .container-info h2,.container-info h3,.container-row-img article h3{font-size: 24px;line-height: 24px;}

	.container-info img{width:100%;}

	.container-info p,.container-row-img article p{font-size: 18px;line-height: 28px;}

	.container-row-img{flex-wrap:wrap-reverse}
	.container-row-img article { margin-left: 0;width: 100%;}

	.container-row-img-content img{width:100%;}

	.download-container{flex-wrap:wrap;justify-content: center;text-align:center;}
	.download-container h2 {margin-right:0;}


	 /**************SAM*************/
    .teaser{padding: 0;overflow: hidden;}
    .teaser .background{bottom: calc(20.625vw - .99rem);top:0;}
	.home-teaser{padding: 0 0 0 0;margin-bottom: 0;} /*14rem 0 0 0*/
	.teaser .backmobil{min-height:auto;padding:0rem 0;}
	.teaser .backInterv{height:100%;}


	.teaser .onlytext{margin: 0 auto;}

	.teaser .edito-img{width:100%;}

	.teaser .me-retG{font-size:56px;line-height:60px;margin: 0;padding:0;width:100%;}
	.general-container_banner-slogan{padding:0;}
	.streaming-lang{justify-content:flex-start;margin-top: 30px;}
	.streaming-lang .sl:first-child {padding-left: 2rem;}

	.teaser-section3 .general-container{display:block;padding:6rem 0;}
	.teaser-section3-text::before {border:0;}
	.teaser-section3-title{font-size:30px;line-height: 4rem;margin: 0 0 3rem;}
	.teaser-section3-text{font-size:20px;line-height:140%;}

	.marginTop .general-container{
		align-items: flex-start;
    box-sizing: border-box;
    justify-content: center;
        margin: 0 auto;
    max-width: 142.4rem;
    width: calc(100% - 4.8rem);
	}

	.marginTopTeaser .general-container{
		align-items: flex-start;
    box-sizing: border-box;
    justify-content: center;
        margin: 0 auto;
    max-width: 142.4rem;
    width: calc(100% - 4.8rem);
	}

	.teaser-download{margin:8rem 0;}
	.teaser-download .general-container{display:block;}
	.down{display:block;width:100%;}
	.teaser-download-title{
	    color: #fff;

    font-size: 2.4rem;
    line-height: 3.6rem;
    margin: 0 0 3rem;
    }
	.l-section-white_content.content-width{width:100%;}

	.teaser .container-info{padding: 0 2.4rem 5rem 2.4rem;}
	.teaser .container-info h2{font-size:24px;line-height: 96.5%;}


}


@media only screen and (max-width:420px) {


	.card-info-number {padding: 0 15px 50px 50px;height: 100%;}


/*.me-bg-black{background-color:#000;}*/
	.body-background{
		background-image: url(../images/GettyImages-1168909065_mobile.png);
		background-repeat: no-repeat;
		background-size: contain;
	}

	.card-intervenant-top-info_statut{margin: 1.2rem 0 4rem;}
	.card-intervenant-top-info_desc{
	font-size: 14px;
    height: calc(100% - .1rem);
    letter-spacing: .015rem;
    line-height: 2.2rem;
    position: relative;}

	.l-section-white_content p.text-bloquote {font-size: 24px;margin-top:20px;}

	.l-section-white_content p span.name,.l-section-white_content p span.statut{font-size: 18px;line-height: 28px;}

   .container-info h2,.container-info h3,.container-row-img article h3{font-size: 20px;line-height: 20px;}


	.container-info p,.container-row-img article p{font-size: 18px;line-height: 28px;}






}





@media only screen and (max-width:320px){
	.card-info-number {padding: 0 15px 30px 30px;}

}
