*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


@font-face {
    font-family: "akira";
    src: url(/asset/akira_expanded/Akira\ Expanded\ Demo.otf);
}
@font-face {
    font-family: "creato-display";
    src: url(/asset/creato_display/CreatoDisplay-Light.otf);
}
body{
    overflow-x: hidden;
    position: relative;
    background-color: black;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
h1,h2,h3{
    font-family: "akira";
}
p{
font-family: "creato-display";
}

a{
    text-decoration: none;
    color: black;
}
button{
    width: 250px;
    height: 50px;
    background-color:transparent;
    border: 1px solid white;
    border-radius: 30px;
    color: white;
    transition: all 0.4s ease;
}
button:hover{
    background-color: white;
    cursor: pointer;
    color: black;
}
#logo {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;

    
}
@keyframes fleche {
    0%{
        opacity: 0;
        
    }
    50%{
        opacity: 100%;
    }
    100%{
        
        opacity: 0;
    }
}
#logo img {
    width: 80%;
    max-width: 400px;
}
#logo svg{
    stroke-width: 10px;
    stroke-linecap: round;
    stroke-linejoin: round;
    position: absolute;
    top: 60vh;
    z-index: 5;
    width: 20px;

  
}
#svg2{
    transform: translateY(10px);
    animation: 1s linear 0s infinite both running fleche;
}
#svg1 {
   
    animation: 2s linear 0s infinite both running fleche;
}

#logo video{

    position: absolute;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
    opacity: 0.3;
    margin: 0px;
}
#degrade{
    height: 40vh;
    width: 100%;
    position: absolute;
    top: 60vh;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 20%, rgba(87, 199, 133, 0) 93%);
    z-index: 4;
}
#degrade2 {
    height: 30vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 20%, rgba(87, 199, 133, 0) 93%);
    z-index: 4;
}
#para1{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    max-width: 400px;
    text-align: center;
    
    
}
#titre{
    text-align: center;
    margin: 0px 30px 0px 30px;
   
}   
#introduction{
    text-align: center;
    margin: 0px 50px 0px 50px;
}
#bloc-cartes{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.cartes-video{
    width: 100%;
    max-width: 400px;
    height: 100%;
    margin: 100px 0px 0px 0px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.placeholder_video{
    display: flex;
    justify-content: center;
    align-items: center;
}

#video1,
#video2,
#video3,
#video4
{
    position: sticky;
    top: 0;
    border-radius: 40px;
    overflow: hidden;
    filter: grayscale(0);
    
}
.minia{
    height: 100%;
        object-fit: cover;
        width: 100%;
}

#video-full-1 {
    z-index: 555;
    position: absolute;
    width: 100%;
    opacity: 0;
}

#video-full-2 {
    z-index: 555;
    position: absolute;
    width: 100%;
    opacity: 0;
}

#video-full-3 {
    z-index: 555;
    position: absolute;
    width: 100%;
    opacity: 0;
}
#video-full-4 {
    z-index: 555;
    position: absolute;
    width: 100%;
    opacity: 0;
}


.cartes-video:hover{

    cursor: pointer;
}

.boutonplay {
    
    position: absolute;
     width: 100px; 
    top: 45%;
        left: 50%;
        transform: translate(-50%);
}

#more{
    height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#para2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 60vh;
    margin: 0px 50px 0px 50px;
    opacity: 0;
    max-width: 400px;
}
#blocinclus{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
}
.lignes-inclus{
    display: flex;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    
    height: 200px;
    width: 100%;
    max-width: 400px;
  
}
#ligne1 {
    display: flex;
    justify-content: end;
}

#ligne2{
    display: flex;
    justify-content: start;
}

#ligne3{
    display: flex;
    justify-content: end;

}
#bigbloc-1{
    width: 15rem;
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    
}
#bigbloc-2 {
    width: 18rem;
    display: flex;
    flex-direction: column;
    margin-right: 20px;

}
#bigbloc-3{
    width: 18rem;
    transform: translateX(30px);
}
#moyenbloc-1{
    display: flex;
    transform: translateX(-20px);
    gap: 10PX;
}
#moyenbloc-1 h3{
    font-size: 2rem;
  
}

#moyenbloc-1 p {
    font-size: 4rem;
    padding: 0px;
    font-family: "akira";
   
}
#moyenbloc-2 {
    display: flex;
    transform: translateX(-20px);
    gap: 10PX;
}
#moyenbloc-2 h3 {
    font-size: 2rem;

}

#moyenbloc-2 p {
    font-size: 4rem;
    padding: 0px;
    font-family: 'akira';

}
#blocdescription2{
    width: 100%;
}


.splide__slide img{
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#image-carousel-bloc{
    display: flex;
    height: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
    margin: 100px 0px 100px 0px;
}
#image-carousel{
   
    position: relative;
}

#bouton-bas a{
    color:rgb(0, 0, 0);
}
#bouton-bas{
    border: 1px solid black;
}
#bloc-contact{
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 250px;
    border-radius: 20px;
    padding: 20px;
    gap: 10px;
    background-color: white;
    max-width: 400px;
    
 
}
#grosbloccontact{
   
    display: flex;
    align-items: center;
    margin: 0px 30px 250px 30px;
    opacity: 0;
}

#love{
    position: absolute;
    top: 10%;
    z-index: 8;
}
#love1 {
    position: absolute;
    top: 30%;
    left: 90%;
    z-index: 8;
}
#love2 {
    position: absolute;
    top: 50%;
    left: 2%;
    z-index: 8;
}

@media (min-width:1150px) {

    #blocinclus{
        flex-direction: row;
        height: 50vh;
    }

    #empty{
        height: 100px ;
    }
}