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

    body{
        position: relative;
        overflow-x: hidden;
    }

    .section{
        width: 80%;
    }
    .homepage-content{
        width: 50%;
        padding: 1% ;
        grid-column: 1 / 3;
        grid-auto-rows: minmax(100px, auto)
    }

    .homepage{
        padding-top: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: minmax(100px, 34vh);
        height:calc(100vh - 70px);
        padding-top:70px;
        overflow: hidden;
    }
    
    .homepage>a {
        bottom: 10%;
        width: 100%;
        height: 100px;
        position: absolute;
    }

    .homepage-title{
       
        font-size: 3.125rem;
          
    }
    .arrow {
        position: relative;
        display: block;
        margin: 0 auto;
        grid-column: 1 / 3;
        top: 40%;

    }

    .legal{
        position: absolute;
        bottom: 1%;
    }
    
    .arrow span{
        border-bottom: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
    }

    .langIcon{
        width: 20%;

     }

     #livreicon{
        width: 55px ;
        height: 55px;
     }

   

     .coco{
        width: 100%;
        top: 35%;
        left: 25%;
        min-height: 80vh;
         transition: 4s;
     }

     .coco>img{ 
        max-height: 85vh;
        width: auto;
    }

     .coco:hover{
        transform: scale(1.05);
        
    }

    .boris{
        position: absolute;
        color: #767676;
        bottom: 0%;
        left: 17%;
        text-align: left;
        font-size: 12px;
    }

     .homepage-book{
        font-size: 1.8em;
        margin: 0 auto;
        grid-row: 2;
        grid-column: auto;
        }

    .homepage-content{
        grid-column: auto;
        grid-row: auto;
        width: 100%;
    }

    .nav-menu.active {
        right: -5%;
    }  

    .NavIcon{
        width: 10%;

    }

    .hamburger {
        display: none;
    }

    .header{

        position: fixed;
    }

    .header-navigation{
        background-color: #0b1127;
        overflow: hidden;
    }

    .nav-menu {
        position: static;
        left: 0;
        top: 0;
        flex-direction: row;
        justify-content: flex-end;
        background-color: #0b1127;
        width: 100%;
        border-radius: 0px;
        text-align: center;
        transition: none;
        box-shadow: none ;
    }

    
    .nav-item {
        margin: 0 0 0 0;
        width: 10%;

    }

    .nav-link{
        font-size: 1.2rem;
    }

    .homepage-title{
       
        font-size: 5rem;
          
    }




.star{
    position:absolute;
    display: block;
    width: 15%;
    max-width: none;
    margin: auto;
}



.imgLink{
    font-size: 0.7em;
    transition: 1s;
    text-decoration: none;
    position: absolute;
    top: 56%;
    left: 5%;
    text-align: center;
    color: rgb(255, 255, 255);
}



.starlink{
    
    position:absolute;
    width: 30%;
    opacity: 0;
    display: block;
    right: 0%;
    top: 10vh;
    animation-name: stardustright;
    animation-duration: 2s;
    animation-delay: 1.5s;
    animation-timing-function:cubic-bezier(0.11, 0.78, 0.81, 0.96);
    animation-fill-mode: forwards;
    max-width: none;
    margin: auto;
}

.limousestar{
    width: 20%!important;
}

.limouseblock{
    width: 100%;
    position: relative !important;
    margin: -57% auto;
}

.imgblock{
    position: absolute;
    top: 30%;
    left: 35%;
}

.limouseLink{
    font-size: 1.3em!important;
}

.limouseLinkBlock{
    position: absolute;
    left: 105px;
}

@keyframes stardustleft {
    0% { top: 50vh; left: 35%; opacity: 0; }
    100% { top: 10vh; left: 5%;opacity: 1; }
  }

@keyframes stardustright {
    0% { top: 50vh;  left: 35%; opacity: 0; }
    100% { top: 10vh; left: 80%;opacity: 1; }
}

@keyframes stardusttop {
    0% { top: 50vh;  left: 35%; opacity: 0; }
    100% { top: 10vh; left: 40%;opacity: 1; }
}

.titlestar{
    top:50vh;
    left: 35%;
    opacity: 0;
    animation-delay: 1s;
    animation-name: stardustleft;
    animation-duration: 2s;
    animation-timing-function:cubic-bezier(0.11, 0.78, 0.81, 0.96);
    animation-fill-mode: forwards;
}


.right{
 animation-name: stardustright;
}

.top{
    animation-name: stardusttop;
   }

@keyframes stardustop {
    0% { opacity: 0; }
    50% { opacity: 0.5; }
    100% {opacity: 1; }
  }

.nostar{
    display: initial;
    position: absolute;
    top: -69%;
    left: -205%;
    width: 546%;
    opacity: 0;
    animation-delay: 1s;
    animation-name: stardustop;
    animation-duration: 2s;
    animation-timing-function:cubic-bezier(0.11, 0.78, 0.81, 0.96);
    animation-fill-mode: forwards;
    
    
}
.nostarleft{
    transform: rotate(-100deg) translateX(-28px) translateY(110px);
}

.nostarright{
    transform:rotate(336deg) translateY(69px) translateX(-39px);
}

.nostartop{
    transform:rotate(293deg) translateY(75px) translateX(-31px);
}


@keyframes shinningstar {
    0% { opacity: 1; }
    50% { opacity: 0.6; }
    100% {opacity: 1; }
  }

  .starnext{
      right: initial;
      margin: auto;
  }

.starnextbox{
    display: block;
    opacity: 0;
    animation-delay: 2s;
    animation-name: stardustop;
    animation-duration: 2s;
    animation-timing-function:cubic-bezier(0.11, 0.78, 0.81, 0.96);
    animation-fill-mode: forwards;
}


.righttitlestar{
    top: 60vh;
    right: 0;
    transform: rotate(20deg);
}

.lefttitlestar{
    top: 60vh;
    left:0;
    transform:rotate(-20deg); 
}

.starnext:hover{
    animation-duration: 1s;
}



.text{
    background-image: url(./images/stars01.png),
    url(./images/stars02.png),
    url(./images/stars03.png),
    url(./images/starbg.jpg);
    border-radius: 10px;
    padding: 2%;
    position: absolute;
    z-index: 15 ;
    top: 40vh;
    left: 25%;
    margin: 0 auto;
    width: 40%;
    font-size: 1.3em;
    line-height: 40px;
    color: white;
    -webkit-box-shadow: 0px 0px 6px -2px #000000; 
    box-shadow: 0px 0px 6px -2px #000000;
    max-width: none;

}

.bigtext{
    background-image: url(./images/stars01.png),
    url(./images/stars02.png),
    url(./images/stars03.png),
    url(./images/starbg.jpg);
    border-radius: 10px;
    padding: 2%;
    position: absolute;
    z-index: 15 ;
    top: 10vh;
    left: 0;
    margin: 0 auto;
    width: 45%;
    font-size: 1.3em;
    line-height: 40px;
    color: white;
    -webkit-box-shadow: 0px 0px 6px -2px #000000; 
    box-shadow: 0px 0px 6px -2px #000000;
}

.bookright{
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    margin: 0;
    border-radius: 10px;
    position: absolute;
    z-index: 15 ;
    top: 30vh;
    left: 20%;
    width: 80%;
}

.bookleft{

    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    margin: 0;
    border-radius: 10px;
    position: absolute;
    z-index: 15 ;
    top: 30vh;
    left: -15vh;
    width: 85%;
}

.bookright>p{
    background-image: url(./images/stars01.png),
    url(./images/stars02.png),
    url(./images/stars03.png),
    url(./images/starbg.jpg);
    border-radius: 10px;
    padding: 2%;
    margin: 0;
    font-size: 1.3em;
    line-height: 40px;
    color: white;
    -webkit-box-shadow: 0px 0px 6px -2px #000000; 
    box-shadow: 0px 0px 6px -2px #000000;
}

.bookleft>p{
    background-image: url(./images/stars01.png),
    url(./images/stars02.png),
    url(./images/stars03.png),
    url(./images/starbg.jpg);
    border-radius: 10px;
    padding: 2%;
    margin: 0;
    font-size: 1.3em;
    line-height: 40px;
    color: white;
    -webkit-box-shadow: 0px 0px 6px -2px #000000; 
    box-shadow: 0px 0px 6px -2px #000000;
}


.bigtext>img{
    display: block;
    margin: 0 auto;
   
}
.bigtext>p{
    width: 70%;
    margin: 0 auto;
}

.bookright>div>img{
    border-radius: 10px 10px 0 0;
    width: initial;
    display: block;
    margin: 0 auto;
}

.bookleft>div>img{
    border-radius: 10px 10px 0 0;
    width: initial;
    display: block;
    margin: 0 auto;
}

.bookleft>div,.bookright>div{
    margin-left: 2%;
    width: 80%;
}

.covertext{
    
    background-image: url(./images/stars01.png),
    url(./images/stars02.png),
    url(./images/stars03.png),
    url(./images/starbg.jpg);
    border-radius: 0 0 10px 10px;
    padding: 2% 0;
    -webkit-box-shadow: 0px 0px 6px -2px #000000; 
    box-shadow: 0px 0px 6px -2px #000000;
    
}

/*-------------------------------------*/
/* ______________CONTACT_______________*/
/* ____________________________________*/

.formulaire{
    width: 50%;
    margin: 0 auto;
    background:none ;

}

.input{
    padding: 1% 0;
}

.input::placeholder {
    padding: 2%;
    font-size: 1em;
  }

.inputBox{
    width: 70%;
    margin: 2vh auto;
    
}


.submitButton{

    width: 25%;
    padding: 2%;
    margin: 5% auto;
}
.closeButton{

    width: 25%;
}


.legbox{
    width: 50%;
    margin: 0 auto;
}

.leg{
    margin-top: 10%;
}




}