html, body{ box-sizing: border-box; }

body{
    background-image: url("../images/bgjr.jpg");
    background-position: center right;
    background-attachment: fixed;
    font-family: "Oldenburg", "Times New Roman", serif;
    font-weight: 300;
    font-size: 14px;
    color: #6B3F1F;
    height: 100dvh;
    margin: 0px;
    padding: 0px;
}

header{
    background-color: #F2D98A;
    width: 100dvw;
    height: 60px;
    display: flex;
    align-items: center;     /* centre verticalement */
    justify-content: space-around;
    position: fixed;
    top: 0px;
    overflow: hidden;
}

.clock {
    display: inline-block;
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    }

.content{
    padding-top: 60px;
    background-color: rgba(255, 255, 255, 0.1);
    height: calc(100dvh - 60px);
}


.file{
    background-image: url('../images/iconfiles.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 85px;
    text-align: center;
    margin: 20px;
    
}

.lien{
    display: inline-block;
    padding: 5px;
    color: #F5C96A;
    text-decoration: none;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    width: 120px;
    text-align: center;
}



/*en dessous = personnalisation des éléments aléatoire*/



a{
    color: #F5C96A;
    text-decoration: none;
    font-weight: bold;
}


h1{
    font-size: 25px;
    display: inline-block;
    width: 400px;
}


hr{
    border: 0px solid black;
    border-top: 6px double white;
    width: 300px;
    
}




.fnt1{
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top: 0px solid #D97A2B;
    border-right: 5px solid #D97A2B;
    border-bottom: 30px solid #D97A2B;
    border-left: 5px solid #D97A2B;
    width: 500px;
    height: 450px;
    position: fixed;
    top: 120px;
    right: 5%;
    background-color: #F5C96A;
    padding: 5px;
    box-sizing: border-box;
    overflow: hidden;
}

.topbar1 {
    background-color: #D97A2B;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 40px;
    width: 480px;
    position: fixed;
    top: 80px;
    right: 5%;
    line-height: 40px;
    padding-left: 20px;
}


.fnt2{
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top: 0px solid #D97A2B;
    border-right: 5px solid #D97A2B;
    border-bottom: 30px solid #D97A2B;
    border-left: 5px solid #D97A2B;
    width: 400px;
    height: 300px;
    position: fixed;
    bottom: 120px;
    left: 8%;
    background-color: #F5C96A;
    padding: 5px;
    box-sizing: border-box;
    overflow: hidden;
}

.topbar2 {
    background-color: #D97A2B;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 40px;
    width: 380px;
    position: fixed;
    bottom: 420px;
    left: 8%;
    line-height: 40px;
    padding-left: 20px;
}


.fnt3{
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top: 0px solid #D97A2B;
    border-right: 5px solid #D97A2B;
    border-bottom: 30px solid #D97A2B;
    border-left: 5px solid #D97A2B;
    width: 350px;
    height: 150px;
    position: fixed;
    top: 140px;
    left: 20%;
    background-color: #F5C96A;
    padding: 5px;
    box-sizing: border-box;
    overflow: hidden;
}

.topbar3 {
    background-color: #D97A2B;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 40px;
    width: 330px;
    position: fixed;
    top: 100px;
    left: 20%;
    line-height: 40px;
    padding-left: 20px;
}


.fnt4{
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top: 0px solid #D97A2B;
    border-right: 5px solid #D97A2B;
    border-bottom: 30px solid #D97A2B;
    border-left: 5px solid #D97A2B;
    width: 350px;
    height: 310px;
    position: fixed;
    bottom: 190px;
    right: 20%;
    background-color: #F5C96A;
    padding: 5px;
    box-sizing: border-box;
    overflow: hidden;
}

.topbar4 {
    background-color: #D97A2B;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 40px;
    width: 330px;
    position: fixed;
    bottom: 500px;
    right: 20%;
    line-height: 40px;
    padding-left: 20px;
}