@font-face {
	font-family: 'nexa_boldregular';
	font-weight: bold;
	font-style: normal;
	src: url('../fonts/nexa_boldfree_macroman/Nexa_Free_Bold-webfont.eot');
	src: url('../fonts/nexa_boldfree_macroman/Nexa_Free_Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/nexa_boldfree_macroman/Nexa_Free_Bold-webfont.woff2') format('woff2'), url('../fonts/nexa_boldfree_macroman/Nexa_Free_Bold-webfont.woff') format('woff'), url('../fonts/nexa_boldfree_macroman/Nexa_Free_Bold-webfont.ttf') format('truetype'), url('../fonts/nexa_boldfree_macroman/Nexa_Free_Bold-webfont.svg#nexa_boldregular') format('svg');
}

@import url('https://fonts.googleapis.com/css?family=nexa_boldregular:400,500,600,700,800&display=swap');

@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

html, body {
    position: relative;
    height: 100%;
  

}

canvas {
  position:fixed;
  width: 100vw;
  height: 100vh;
  z-index:-20;
}
.background-image {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url( 'https://cdn.discordapp.com/attachments/436849356847710220/667022771951501322/bg.jpg' );
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat:  no-repeat;
  background-attachment: fixed;
  background-size:  cover;

  opacity: 0.7;
  -webkit-filter: blur(1.5rem);
  -moz-filter: blur(1.5rem);
  -o-filter: blur(1.5rem);
  -ms-filter: blur(1.5rem);
  filter: blur(1.5rem);
  z-index:-100;
} 
.background-image2 {
  background-color: white;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index:-100;
}
.swiper-container {
    width: 100vw;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;

    /* 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;
}



body {

  margin: 0;
  height: auto;
  padding: 0;
}
.menu-mobile {
    display: none;
}
/* FONCTIONNER EN MEDIA QUERIES */
.text1 {
    font-family: 'nexa_boldregular', sans-serif;
    margin-right:0;
    text-align: justify;
    width:30vw;
position: absolute;
top: 25vh;
left: 35%;
z-index: 2;
color:black;
}




h1 {
  font-size:3em;
  width:30vw;
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  top: 10vh;
left: 35%;
z-index: 2;
color:black;
}  


.circle {
  height: 100vw; 
/* 100vw  */
    width: 100vw;
    background-color: black;
    border-radius: 50%;
    
}
.image-index {
  position: absolute;
  top: 10vh;
  left: 70%;
    width:80vh;
    height:80vh;
    border-radius:25%;
    z-index:1;
    opacity: 0.8;
}

.menu-container{
    background-color: transparent;
    position:fixed;
    left:-67.5vw;
   
    top: 50%;
    transform: translateY(-50%);
}
.circle-logo{
  background-color: transparent;
  position:fixed;
  left:-67.5vw;
  width:100vw;
  height: 100vw; 
  top: 0%;
  z-index: 1000;
  cursor:pointer;
}
.logo{
  position: fixed;
  left:0;
  top:50vh;

-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
z-index:1000;
width:33vw;
}

.circle-logo ul{
  position: absolute;
  left:0;
  top:50vh;

}
.circle-logo ul>li{
  position: absolute;
  left:0;
  top:0vh;
  transition: transform 2s;
  color:white;
  float:right;
  list-style:none;


}
.circle-logo ul>li img {
  transition: transform .2s;
}
.circle-logo ul>li img:hover {
  transform: scale(1.5);
}
.animated-text {
  position: absolute;
  top:0;
  width:8vw;
  height:100vh;
  left:100%;
  z-index:0;
  -webkit-transform: translate( -100%,0);
  -moz-transform: translate( -100%, 0);
  -ms-transform: translate( -100%, 0);
  -o-transform: translate( -100%, 0);
  transform: translate( -100%, 0);
  text-decoration: none;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(168,201,229,0) 7%, rgba(252,129,127,0) 100%); 
}

@media (min-width:768px) {
.logo2 {
  display:none;

}
}














/* SECTION 2*/
.text2 {
  font-family: 'nexa_boldregular', sans-serif;
  margin-right:0;
  text-align: justify;
  width:30vw;
  position: absolute;
  top: 150vh;
  left: 35%;
  z-index: 2;
  color:black;
}
.image2-index {
  position: absolute;
  top: 110vh;
  left: 35%;
  z-index: 2;
  width:30vw;
  height:auto;
}
.img-item2 {
  position: absolute;
  top: 125vh;
  left: 40%;
  z-index: 2;
  width:20vw;
  
}
.animated-text1 {
  position: absolute;
  top:100vh;
  width:8vw;
  height:100vh;
  left:100%;
  -webkit-transform: translate( -100%,0);
  -moz-transform: translate( -100%, 0);
  -ms-transform: translate( -100%, 0);
  -o-transform: translate( -100%, 0);
  transform: translate( -100%, 0);
  text-decoration: none;
  background-color:white;
}

.button1 {
position: absolute;

top:150vh;
width:8vw;
left:100%;
-webkit-transform: translate( -100%,-50%);
-moz-transform: translate( -100%, -50%);
-ms-transform: translate( -100%, -50%);
-o-transform: translate( -100%, -50%);
transform: translate( -100%, -50%);
}











/* SECTION 3*/
.animated-text2 {
  position: absolute;
  top:200vh;
  width:8vw;
  height:100vh;
  left:100%;
  -webkit-transform: translate( -100%,0);
  -moz-transform: translate( -100%, 0);
  -ms-transform: translate( -100%, 0);
  -o-transform: translate( -100%, 0);
  transform: translate( -100%, 0);
  text-decoration: none;
  background-color:white;
}
.img-item3 {
  position: absolute;
  top: 225vh;
  left: 40%;
  z-index: 2;
  width:20vw;
}
.text3 {
  font-family: 'nexa_boldregular', sans-serif;
  margin-right:0;
  text-align: justify;
  width:30vw;
position: absolute;
top: 250vh;
left: 35%;
z-index: 2;
color:black;
}
.button2 {
  position: absolute;
  top:250vh;
  width:8vw;
  left:100%;
  -webkit-transform: translate( -100%,-50%);
  -moz-transform: translate( -100%, -50%);
  -ms-transform: translate( -100%, -50%);
  -o-transform: translate( -100%, -50%);
  transform: translate( -100%, -50%);
  }
.image3-index {
  position: absolute;
  top: 210vh;
  left: 35%;
  z-index: 2;
  width:30vw;
  height:auto;
}








/* SECTION 4*/
.animated-text3 {
  position: absolute;
  top:300vh;
  width:8vw;
  height:100vh;
  left:100%;
  -webkit-transform: translate( -100%,0);
  -moz-transform: translate( -100%, 0);
  -ms-transform: translate( -100%, 0);
  -o-transform: translate( -100%, 0);
  transform: translate( -100%, 0);
  text-decoration: none;
  background-color:white;
}

.img-item4 {
  position: absolute;
  top: 325vh;
  left: 40%;
  z-index: 2;
  width:20vw;
}
.text4 {
  font-family: 'nexa_boldregular', sans-serif;
  margin-right:0;
  text-align: justify;
  width:30vw;
position: absolute;
top: 350vh;
left: 35%;
z-index: 2;
color:black;
}
.button3 {
  position: absolute;
  top:350vh;
  width:8vw;
  left:100%;
  -webkit-transform: translate( -100%,-50%);
  -moz-transform: translate( -100%, -50%);
  -ms-transform: translate( -100%, -50%);
  -o-transform: translate( -100%, -50%);
  transform: translate( -100%, -50%);
}
.image4-index {
  position: absolute;
  top: 310vh;
  left: 35%;
  z-index: 2;
  width:30vw;
  height:auto;
}










/* SECTION 5*/
.animated-text4 {
  position: absolute;
  top:400vh;
  width:8vw;
  height:100vh;
  left:100%;
  -webkit-transform: translate( -100%,0);
  -moz-transform: translate( -100%, 0);
  -ms-transform: translate( -100%, 0);
  -o-transform: translate( -100%, 0);
  transform: translate( -100%, 0);
  text-decoration: none;
  background-color:white;

}

.img-item5 {
  position: absolute;
  top: 425vh;
  left: 40%;
  z-index: 2;
  width:20vw;
}
.text5 {
  font-family: 'nexa_boldregular', sans-serif;
  margin-right:0;
  text-align: justify;
  width:30vw;
position: absolute;
top: 450vh;
left: 35%;
z-index: 2;
color:black;
}
.button4 {
  position: absolute;
  top:450vh;
  width:8vw;
  left:100%;
  -webkit-transform: translate( -100%,-50%);
  -moz-transform: translate( -100%, -50%);
  -ms-transform: translate( -100%, -50%);
  -o-transform: translate( -100%, -50%);
  transform: translate( -100%, -50%);
}
.image5-index {
  position: absolute;
  top: 410vh;
  left: 35%;
  z-index: 2;
  width:30vw;
  height:auto;
}







/* SECTION 6*/
.animated-text5 {
  position: absolute;
  top:500vh;
  width:8vw;
  height:100vh;
  left:100%;
  -webkit-transform: translate( -100%,0);
  -moz-transform: translate( -100%, 0);
  -ms-transform: translate( -100%, 0);
  -o-transform: translate( -100%, 0);
  transform: translate( -100%, 0);
  text-decoration: none;
  background-color:white;
}

.img-item6 {
  position: absolute;
  top: 525vh;
  left: 40%;
  z-index: 2;
  width:20vw;
}
.text6 {
  font-family: 'nexa_boldregular', sans-serif;
  margin-right:0;
  text-align: justify;
  width:30vw;
position: absolute;
top: 550vh;
left: 35%;
z-index: 2;
color:black;
}
.button5 {
  position: absolute;
  top:550vh;
  width:8vw;
  left:100%;
  -webkit-transform: translate( -100%,-50%);
  -moz-transform: translate( -100%, -50%);
  -ms-transform: translate( -100%, -50%);
  -o-transform: translate( -100%, -50%);
  transform: translate( -100%, -50%);
}
.image6-index {
  position: absolute;
  top: 510vh;
  left: 35%;
  z-index: 2;
  width:30vw;
  height:auto;
}








/* MENU ROTATIF*/
.circle-logo ul>li:first-child{
    transform: translate(51vw) rotate(0deg) translateX(51vw) rotate(0deg);
}

.circle-logo ul>li:nth-child(2){
    transform: translate(51vw) rotate(15deg) translateX(50vw) rotate(-2deg);
}
.circle-logo ul>li:nth-child(3){
  transform: translate(51vw) rotate(30deg) translateX(52vw) rotate(-2deg);
}
.circle-logo ul>li:nth-child(4){
  transform: translate(51vw) rotate(45deg) translateX(53vw) rotate(-3deg);
}
.circle-logo ul>li:nth-child(5){
  transform: translate(51vw) rotate(60deg) translateX(56vw) rotate(-5deg);
}

.circle-logo ul>li:last-child{
    transform: translate(51vw) rotate(75deg) translateX(58vw) rotate(-7deg);
}






















@media (max-width : 768px) {
.menu-mobile {
  display:block;
  position:fixed;
  z-index:1000;
}

.circle-logo {
  display:none;
}
 .header {
  display: flex;
  justify-content: flex-end;
}

.button {
  z-index: 2;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.menu {
  display: flex;
  position:fixed;
  left:0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s ease-in;
  overflow: hidden;
}

.menu a {
  transition: all 2s ease;
}

.menu--open {
  opacity: 1;
  transition: opacity 0.5s ease-in;
}

.menu__bg {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: -1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transform: scale(1, 1);
  transition: transform 1s, background 2s ease-out;

}

.menu__bg--open {
  transform: scale(100, 100);
  transition: transform 2s, background 1s;
  background: white;

}

.menu__list {
  text-align: center;
  width: 400px;
  list-style: none;
  opacity: 0;
  transition: opacity 0.25s ease-in;
  padding-left:0;
}
.scrollify {
    background:black;
}
.menu__list--open {
  opacity: 1;
  transition: opacity 0.5s ease-in;
 
}

.menu__item {
  font-family: 'Montserrat' sans-serif;
  font-size: 42px;
  line-height: 1.5;
}
.menu__item a {
  color: black;
  text-decoration: none;
} 
.circle {
    display:none;
}
.logo {
  display:none;
}

.logo2 {
  display:block;
  position: fixed;
  left:0;
  left:100%;
  -webkit-transform: translate( -100%,0);
  -moz-transform: translate( -100%, 0);
  -ms-transform: translate( -100%, 0);
  -o-transform: translate( -100%, 0);
  transform: translate( -100%, 0);
  z-index:1000;
width:33vw;
}
.menu__item {
  margin-bottom:3vh;
}



 
.img-menu {
 width:33vw;
}





/*___________________________________*/









/*SECTION 1*/


h1 {
  font-size:2.5em;
  width:55vw;
  font-family: 'nexa_boldregular', sans-serif;
  top: 15vh;
left: 35%;
color:white;

}  

.text1 {
  font-family: 'nexa_boldregular', sans-serif;
  margin-right:0;
  text-align: justify;
  width:50vw;
position: absolute;
top: 35vh;
left: 42%;
z-index: 2;
font-size:80%;
color:white;
}

.image-index {
  
 
  top: 10vh;
  left: -50vh;
    width:80vh;
    height:80vh;
    border-radius:25%;

}







/*SECTION 2*/ 



/* SECTION 2*/
.text2 {
  font-family: 'nexa_boldregular', sans-serif;
  margin-right:0;
  text-align: justify;
  width:60vw;
  position: absolute;
  top: 150vh;
  left: 0;
  right:0;
  z-index: 2;
  margin: auto;
  font-size:80%;
  color:white;
  
}
.image2-index {
  width:60vw;
  position: absolute;
  top: 110vh;
  left: 0;
  right:0;
  z-index: 2;
  
  height:auto;
  margin: auto;
}
.img-item2 {  
  width:35vw;
  position: absolute;
  top: 125vh;
  left: 0;
  right:0;
  z-index: 2;

  margin: auto;
}







/* SECTION 3*/
.text3 {
  font-family: 'nexa_boldregular', sans-serif;
  margin-right:0;
  text-align: justify;
  width:60vw;
  position: absolute;
  top: 240vh;
  left: 0;
  right:0;
  z-index: 2;
  margin: auto;
  font-size:80%;
  color:white;
}
.image3-index {
  width:60vw;
  position: absolute;
  top: 210vh;
  left: 0;
  right:0;
  z-index: 2;
  
  height:auto;
  margin: auto;
}
.img-item3 {  
  width:35vw;
  position: absolute;
  top: 225vh;
  left: 0;
  right:0;
  z-index: 2;

  margin: auto;
}

/* SECTION 4*/
.text4 {
  font-family: 'nexa_boldregular', sans-serif;
  margin-right:0;
  text-align: justify;
  width:60vw;
  position: absolute;
  top: 350vh;
  left: 0;
  right:0;
  z-index: 2;
  margin: auto;
  font-size:80%;
  color:white;
}
.image4-index {
  width:60vw;
  position: absolute;
  top: 310vh;
  left: 0;
  right:0;
  z-index: 2;
  
  height:auto;
  margin: auto;
}
.img-item4 {  
  width:35vw;
  position: absolute;
  top: 325vh;
  left: 0;
  right:0;
  z-index: 2;

  margin: auto;
}


.button1 {
  display:none;
}
.button2 {
  display:none;
}
.button3 {
  display:none;
}
.button4 {
  display:none;
}
.button5 {
  display:none;
}



/* SECTION 5*/
.text5 {
  font-family: 'nexa_boldregular', sans-serif;
  margin-right:0;
  text-align: justify;
  width:60vw;
  position: absolute;
  top: 450vh;
  left: 0;
  right:0;
  z-index: 2;
  margin: auto;
  font-size:80%;
  color:white;
}
.image5-index {
  width:60vw;
  position: absolute;
  top: 410vh;
  left: 0;
  right:0;
  z-index: 2;
  
  height:auto;
  margin: auto;
}
.img-item5 {  
  width:35vw;
  position: absolute;
  top: 425vh;
  left: 0;
  right:0;
  z-index: 2;

  margin: auto;
}




/* SECTION 6*/
.text6 {
  font-family: 'nexa_boldregular', sans-serif;
  margin-right:0;
  text-align: justify;
  width:60vw;
  position: absolute;
  top: 550vh;
  left: 0;
  right:0;
  z-index: 2;
  margin: auto;
  font-size:80%;
  color:white;
}
.image6-index {
  width:60vw;
  position: absolute;
  top: 510vh;
  left: 0;
  right:0;
  z-index: 2;
  
  height:auto;
  margin: auto;
}
.img-item6 {  
  width:35vw;
  position: absolute;
  top: 525vh;
  left: 0;
  right:0;
  z-index: 2;

  margin: auto;
}

.footer {
  position: absolute;
  top:600vh;
  left:0;
  right:0;
  margin:auto;
  -webkit-transform: translate( -100%,0);
  -moz-transform: translate( -100%, 0);
  -ms-transform: translate( -100%, 0);
  -o-transform: translate( -100%, 0);
  transform: translate( -100%, 0);

}

.background-image{
  display:none;
}





}



