body{
    color: #042049;
    font-family: franklin-med;
}

section{
    padding-left: 16.666666666666668vw ;
    padding-right: 16.666666666666668vw ;
    min-height: 100vh;
}

header menu{
    background-color: none !important;
    background-repeat: no-repeat;
    position: absolute;
}


/*Silder*/

.carousel{
        width: 100vw;
        height: 100vh;
	  user-select: none;}


#c1, #c2, #c3{
    display: none;
}

.pre, .nxt{
    width: 10vw;
    height: 10vw;
    position: absolute;
    top:40%;
    color:white;
    z-index: 99;
    transition: .45s;
    cursor: pointer;
    text-align: center;
    text-shadow: #03172D 5px 0px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.pre{
    left: 2vw;
}
.nxt{
    right: 2vw;
}
i{
    cursor: pointer;
}
.nav{
    position: absolute;
    width: 100vw;
    height: 10vh;
    top:2vh;
    right: 2vh;
    text-align: center;
    z-index: 99;
}
#nav_slide .dots:hover {
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.9);
	transition: .25s
}
.dots{
    top: -5px;
    width: 15px;
    height: 15px;
    margin: 0 4px;
    position: relative;
    border-radius: 50%;
    background-color: rgba(100, 100, 100, .6);
}

.section-slider{
    position: absolute;
    opacity: 0%;
    height: 100vh;
    width: 100vw;
}
label i{
    font-size: 5rem;
    padding: auto;
}
.pre:hover, .nxt:hover{
    transition: .3s;
    -webkit-transform: scale(0.8s);
        transform: scale(0.8);
        background-color: rgba(9, 162, 240, .3);
        border-radius: 50%;
}

#c1:checked ~ #one,
#c2:checked ~ #two,
#c3:checked ~ #three{
    opacity: 100%;
    transition: 1s;

}
#c1:checked  ~  #nav_slide #dot1,
#c2:checked  ~  #nav_slide #dot2,
#c3:checked  ~  #nav_slide #dot3
{ background-color: rgba(255,255,255,.9);}

@keyframes scroll{
	0%{	opacity:.4;}
	100%{opacity:1;}
}		

/*premier slide*/
.section-header{
    display: flex;
    background-image: url("../../../img/fond-header.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
header div .nuages{
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    overflow: hidden;
    z-index: 1;
}

header div .nuage {
    position: absolute;
    display: block;
    list-style: none;
    background-size: contain;
}

header div #nuage1{
    top : 21%;
    animation-name: nuage1;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-direction:alternate;
    background-image: url("../../../img/nuage2.png") ;
    background-repeat: no-repeat;
    background-position: center;
    width: 30vw;
    height: 40vh;
}

header div #nuage2{
    top : 20%;
    animation-duration: 5s;
    animation-name: nuage2;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-direction:alternate;
    background-image: url("../../../img/nuage1.png") ;
    background-repeat: no-repeat;
    background-position: center;
    width: 25vw;
    height: 30vh;
}
@keyframes nuage1{
    from {
        left: 2%;
    }
    to {
        left: 10%;
    }
}
@keyframes nuage2{
    from {
        right: 5%;
    }
    to {
        right: 13%;
    }
}

.button-link{
    z-index: 31;
    text-decoration: none;
}
#buttonhcenter{
    display: flex;
    position: absolute;
    bottom:10%; 
    width: 100%;
    justify-content: center;
    align-items: center;
}

.button-header{
    display: flex;
    align-items: center;
    width: 645px;
    height: 110px;
    border-radius: 55px;
    background-color: white;
    z-index: 29;
    border:  white 10px solid;
    -webkit-box-sizing:border-box;
    color: #042049;
    text-decoration: none;
}
.button-header:hover{
    transition: .5s;
    -webkit-transform: scale(0.9s);
    transform: scale(0.9);
}
.button-header-left{
    margin: auto;
}

#button-header-text-1{
    font-size: 2em;
    font-weight: bold;
    font-family: franklin-semi;
}
#button-header-text-2{
    font-size: 2.5em;
    font-family: franklin-bold;

    background: linear-gradient(to right, #09A2F0 0%, #3634E4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}
.button-header-right{
    height: 100%;
    border-radius: 0px 55px 55px 0px;
    background-image: linear-gradient(to right, #09A2F0 0%, #3634E4 100%) ;
    font-size: 1.5em;
    font-style: franklin-semi;
    color: white;
    padding: 0% 7% 0% 5% ;
    text-align: center;
}

/*deuxième slide*/

.section-discord{
    background-image: url("../../../img/fond-discord.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.section-discord h1{
    color: white;
    text-shadow: #03172D 5px 0px
}
#h1dis{
    z-index: 60;
    position: relative;
    margin-top: 20vh;
    margin-left: 10vw;
}
#h2dis{
    z-index: 60;
    margin-top: 8vh;
    margin-left: 40vw;
}

.section-discord a:first-of-type{
    position: absolute;
    z-index: 61;
    height: 30vh;
    width: 20vw;
    right: 25vw;
    bottom: 10vh;
    cursor: pointer;
    background-image: url("../../../img/discord-section.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.section-discord a:first-of-type:hover{
    opacity: 0;
    transition: 0.5s;
}
.section-discord a:last-of-type{
    position: absolute;
    z-index: 60;
    height: 30vh;
    width: 20vw;
    right: 25vw;
    bottom: 10vh;
    cursor: pointer;
    background-image: url("../../../img/discord-section-hover.png");
    background-size: contain;
    background-repeat: no-repeat;
}
#nuagedis1{
    position: absolute;
    top : 14%;
    animation-name: nuagedis1;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-direction:alternate;
    background-image: url("../../../img/nuage2.png") ;
    background-repeat: no-repeat;
    background-position: center;
    width: 30vw;
    height: 40vh;
    background-size: contain;
}
.video{
    width: 100vw;
    height: 100vh;
}

@keyframes nuagedis1{
    from {
        right: -5%;
    }
    to {
        right: 5%;
    }
}


/*Normaux*/

h1{
    font-size: 92px;
    font-family: franklin-bold;
}

/*Nos Jeux*/

section:first-of-type {
    text-align: center;
}
section:first-of-type h1{
    background: linear-gradient(to right, #09A2F0 30%, #3634E4 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    margin-bottom: 25px;
    margin-TOP: 50px;
}
section:first-of-type .list{
    display: flex;
}
section:first-of-type .list div{
    margin-left: auto;
    margin-right: auto;
    width:320px;
}
section:first-of-type .list div:nth-child(1){
    padding-top: 12%;
}
section:first-of-type .list div:nth-child(1) h2{
    font-size: 54px;
    font-family: franklin-bold;
}
section:first-of-type .list div:nth-child(1) p{
    font-size: 28px;
    font-family: franklin-semi;
    text-align: justify;
    text-align-last: center;
}
section:first-of-type .list div:nth-child(2){
    padding-top: 6%;
}
section:first-of-type .list div:nth-child(2) h2{
    font-size: 54px;
    font-family: franklin-bold;
}
section:first-of-type .list div:nth-child(2) p{
    font-size: 28px;
    font-family: franklin-semi;
    text-align: justify;
    text-align-last: center;
}
section:first-of-type .list div:nth-child(3) h2{
    font-size: 54px;
    font-family: franklin-bold;
}
section:first-of-type .list div:nth-child(3) p{
    font-size: 28px;
    font-family: franklin-semi;
    text-align: justify;
    text-align-last: center;
}
section:first-of-type a{
    text-decoration: none;
}
section:first-of-type a span{
    display: flex;
    margin-left: auto;
    margin-right: auto;

    width: 630px;
    height: 70px;
    border-radius: 55px;
    background-image: linear-gradient(to right, #09A2F0 0%, #3634E4 100%);
    align-items: center;
    justify-content: center;
    font-size: 38px;
    color: white;
    margin-top: 8vh;
    text-decoration: none;
}
section:first-of-type a span:hover{
    transition: .3s;
    -webkit-transform: scale(0.8s);
        transform: scale(0.8);
}


/* Planning */


section:nth-of-type(2) {
    text-align: center;
    background-image:linear-gradient(to right, #09A2F0 30%, #3634E4 70%) ;
    min-height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section:nth-of-type(2) i{
    cursor: initial;
    font-size: 8rem;
    padding-bottom: 5vh;
}
section:nth-of-type(2) h1{
    text-align: center;
    color: white;
    font-size: 5rem;
    margin-top: 10vh;
}
section:nth-of-type(2) p{
    font-size: 1.2rem;
    font-family: franklin-semi;
    text-align: justify;
    text-align-last: center;
    width: 640px;
    color: white;
}
section:nth-of-type(2) a {
    text-decoration: none;
} 
section:nth-of-type(2) a span {
    display: flex;
    margin-left: auto;
    margin-right: auto;

    width: 630px;
    height: 70px;
    border-radius: 55px;
    align-items: center;
    justify-content: center;
    margin-top: 8vh;
    text-decoration: none;
    background-color: white;
    margin-bottom: 5vh;
} 
section:nth-of-type(2) a span p {
    font-size: 38px;
    text-align: center;
background: linear-gradient(to right, #09A2F0 30%, #3634E4 70%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
section:nth-of-type(2) a span:hover{
    transition: .3s;
    -webkit-transform: scale(0.8s);
        transform: scale(0.8);
}

/* Boutique */

section:nth-of-type(3){
    display: grid;
    grid-template-rows: 0.5fr 2.5fr;
    grid-template-areas: 
    "a a a a a"
    "b b c d d";
}

section:nth-of-type(3) h1{
    text-align: center;
    grid-area: a;
}

section:nth-of-type(3) a{
    min-width: 15vw;
    min-height: 50vh;
    background-image:linear-gradient(to right, #09A2F0 30%, #3634E4 70%) ;
    border-radius: 10vh;
    color: white;
    text-decoration: none;
    padding: 5vh;
    font-size: 1.2rem;
    position: relative;
    margin: 15vh;
}
section:nth-of-type(3) a:first-of-type{
    grid-area: b;
}
section:nth-of-type(3) a:last-of-type{
    grid-area: d;
}
section:nth-of-type(3) span ul, section:nth-of-type(3) span p{
    text-align: start;
    list-style-type: none;
    font-size: 1.2rem;
    margin: 0;
    font-family:franklin-med;
}
section:nth-of-type(3) span h2, section:nth-of-type(3) span h3{
    text-align: center;
}
section:nth-of-type(3) span h2, section:nth-of-type(3) span i{
   text-align: center;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
section:nth-of-type(3) span p{
    margin-bottom: 1vh;
}
 section:nth-of-type(3) i{
    font-size: 5.5rem;
}
section:nth-of-type(3) .titre1{
    font-size: 2rem;
    margin-bottom: 2vh;
    font-family:franklin-semi;
}
section:nth-of-type(3) .titre2{
    font-size: 1.8rem;
    margin: 2vh;
    font-family:franklin-semi;
}
section:nth-of-type(3) #bouton1{
    position: relative;
    bottom: 1.5vh;
    margin-top: 3vh;
    margin: 0;
}
section:nth-of-type(3) a:hover{
    transition: .3s;
    -webkit-transform: scale(0.8s);
        transform: scale(0.95);
}
.section-video{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../../../img/fond-soon.png);
    background-size: contain;
    background-position: center;
}
.section-video h1{
    color: white;
    text-shadow:#03172D 3px 3px ;
}

@media screen and (max-width: 1600px) {
    .button-header{
        width: 580px;
    height: 100px;
    
    }
    section:first-of-type a span{
        margin-bottom: 5vh;
        width: 600px;
        height: 70px;
        border-radius: 55px;
        }
    .button-header-right{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-size: 1.25rem;
    }
    #button-header-text-1{
        font-size: 1.75rem;
    }
    #button-header-text-2{
        font-size: 2.25rem ;
    }
    section:first-of-type .list{
        flex-direction: column;
    }
  }
  @media screen and (max-width: 1200px) {
    
  }
  @media screen and (max-width: 900px) {
    section{
        padding-left: 0 ;
        padding-right: 0 ;
    
    }
    header div #nuage2{
        right: -20% !important;
        top: 15%;
        width: 45vw !important;
      }
    header div #nuage1{
        left: -30% !important;
        top: 15%;
        width: 60vw !important;
      }
      .button-header-right{
          font-size: 1.25rem;
      }
    @keyframes nuage1{
        from {
            left: inherit;
        }
        to {
            left: inherit;
        }
    }
    @keyframes nuage2{
        from {
            right: inherit;
        }
        to {
            right: inherit;
        }
    }
    .button-header{
        width: 400px;
    height: 80px;
        border:  white 7px solid;

    }
    .button-header-right{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-size: 1rem;
    }
    #button-header-text-1{
        font-size: 1.25rem;
    }
    #button-header-text-2{
        font-size: 1.75rem ;
    }
    /* slide 2 */
    @keyframes nuagedis1{
        from {
            left: inherit;
        }
        to {
            left: inherit;
        }
    }
    #h1dis{
        font-size: 3.5rem;
    }
    #h2dis{
        font-size: 3.5rem;
    }
    #nuagedis1{
        right: -20% !important;
        top: 15%;
        width: 35vw !important;
    }
    .section-discord{
        background-position: 25% 50%;;
    }
    /* Nos Jeux*/
    
    section:first-of-type a span{
    margin-bottom: 5vh;
    width: 450px;
    height: 60px;
    border-radius: 55px;
    font-size: 38px;
    margin-top: 8vh;
    }
    /* Planning */
    section:nth-of-type(2) h1{
        font-size: 4rem;
    }
    section:nth-of-type(2) p{
        font-size: 1.2rem;
        width: auto;
        padding: 0  5vh;
    }
    section:nth-of-type(2) a span{
        width: 70vw;
    }
    section:nth-of-type(2) a span p{
        font-size: 1.8rem !important;

    }
    /* Boutique */
    section:nth-of-type(3){
        display: grid;
        grid-template-rows: inherit;
        grid-template-areas: 
        "a"
        "b"
        "d";
        
    }
    section:nth-of-type(3) a{
        margin: 5vh;

    }
  }
  @media screen and (max-width: 500px) {
    .button-header{
        width: 320px;
    height: 70px;
    }
    .button-header-right{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-size: 1rem;
    }
    #button-header-text-1{
        font-size: 1rem;
    }
    #button-header-text-2{
        font-size: 1.5rem ;
    }
    header div #nuage2{
        right: -25% !important;
        top: 15%;
        width: 40vw !important;
      }
      
  }
  