@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');

* {
    margin: 0;
    padding: 0;
}

header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 6.5vh;
    color: rgb(255, 100, 0);
    padding-top: 0.5vh;
    text-shadow: 0 0 20px black;
}
.soleil{
     height: 7vh;
 }
 
 .soleil img{
     display: block;
     height: 100%;
     width: 100%;
 }
 
 h2 {
     font-family: 'Montserrat', sans-serif;
     font-size: 3.5vh;
     padding: 0.5vh;
     color: rgb(255,100,0);
     text-shadow: 0 0 20px black;
 }

body{
    background: url(./Photos/Sunset.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    overflow: hidden;  
}

.français {
    position: absolute;
    font-size: 0.73vw;
    color: black;
    top: 16vw;
    left: 22.35vw;
    font-family: 'Raleway', sans-serif;
}

.anglais{
    position: absolute;
    font-size: 0.73vw;
    color: black;
    top: 23vw;
    left:19.8vw;
    font-family: 'Raleway', sans-serif;
}
.espagnol{
    position: absolute;
    font-size: 0.73vw;
    color: black;
    top: 30vw;
    left:19.5vw;
    font-family: 'Raleway', sans-serif;
}

.installation{
    position: relative;
    width: 47.1vw;
    height: 31.7vw;  
    margin: auto;
    padding-top: 5vh;
}

#bouton {
    position: absolute;
    cursor: pointer;
    background-color: rgb(255,100,0);
    border-radius: 4px;
    font-size: 0.7vw;
    width: 13.7%;
    height: 1.9vh;
    color: blue;
    bottom: 17%;
    left: 101.5%;
}

#bouton :link {
    text-decoration: none;
}

footer {
    position: absolute;
    margin-left: 0.7vw;
    height: 1.5vw;
    width: 96.5vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space space-between;
    bottom: 1vh;
}

#symbole {
    font-family: 'Raleway', sans-serif;
    color: rgb(254, 20, 0);
    font-size: 0.71vw;
    padding-top: 0.5%;
    padding-left: 1.2%;
}

#lien1 { 
    padding-top: 0.4%;
    padding-left: 2%;
    font-size: 0.80vw;
    color: blue;
    cursor: pointer;
}

@media screen and (max-width: 1100px){
    header {
        padding: 10px;
    }
    h1{
        font-size:6.5vw;
    }

    .soleil{
        height: 7vw;
    }
    
    .soleil img{
        display: block;
        height: 100%;
        width: 100%;
    }

    h2{
        font-size: 3.5vw;
    }

    .français {
        position: relative;
        font-size: 2.2vw;
        left: 2vw;
        top:6vw;
    }

    .anglais{
        position: relative;
        font-size: 2.2vw;
        left: 1.5vw;
        top:15vw;
    }

    .espagnol{
        position: relative;
        font-size: 2.2vw;
        left: 1.5vw;
        top:24vw;
    }

    .installation{ 
        padding-top: 1vh;
    }


    #bouton {
        position:relative;
        background-color: rgb(255,100,0);
        height: 3.4vw;
        width: 16vw;
        border-radius: 4px;
        top: 32vw;
        left: 44vw;
        color: blue;
        font-size: 1.8vw;
        cursor: pointer;
        transition: 0.8s;
    }
    footer {
        margin-left: 1.5vw;
        height: 2vw;
        width: 60vw;
        bottom: 2vh;
    }

    #symbole {
        font-size: 2vw;
        padding-top: 1%;
        padding-left: 1.2%;
    }
    
    #lien1 { 
        margin-top: -3.6%;
        padding-left: 30%;
        font-size: 2vw;
    }

} 
   