@font-face{
    src: url(./fonts/Montserrat-Medium.ttf);
    font-family: 'Montserrat Normal';
}

@font-face{
    src: url(./fonts/Montserrat-ExtraBold.ttf);
    font-family: 'Montserrat Bold';
}

@font-face{
    src: url(./fonts/Montserrat-Light.ttf);
    font-family: 'Montserrat Light';
}


body{
    margin: 0;
    padding: 0;
}

.wrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.head{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head p{
    margin: 15px 0;
}

.cat_title{
    font-family: 'Montserrat Bold', sans-serif;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 0.9vw;
}

.titles{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#position_title, .position{
    width: 13%;
}

#secrets_title, .secret{
    width: 13%;
}

#chrono_title, .chrono{
    width: 17%;
}
#points_title, .points{
    width: 14%;
}
#equipe_title, .equipe{
    width: 26%;
}
#date_title, .date{
    width: 17%;
}

.tableau{
    width: 70%;
    padding: 10px 2.5%;
}

header{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30%;
    height: 100vh;
    font-family: 'Montserrat Bold', sans-serif;
    font-weight: bolder;
    font-size: 0.725vw;
    text-transform: uppercase;
    padding: 2.5%;
    text-align: center;
    box-sizing: border-box;
    background-image: url(./img/background.png);
    background-size: cover;
    background-position: center;
    color: white;
}

h2{
    margin: 0;
    margin-top: 10px;
    color: #3E828C;
    text-transform: uppercase;
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 1.15vw;
}

.periode{
    text-transform:none;
    font-family: 'Montserrat Light',sans-serif;
}

.score{
    display: flex;
    justify-content: space-between;
    align-items: start;
    box-sizing: border-box;
    font-family: 'Montserrat Normal', sans-serif;
    font-weight: bolder;
    position: relative;
}

.score .position_data{
    position: absolute;
    left: 1.5%;
    top: 15%;
    margin: 0;
    font-family: 'Montserrat Bold', sans-serif;
}

.points, .secret{ 
    font-size: 2.5vw;
    font-family: 'Montserrat Bold', sans-serif;
}
.score p{
    margin: 10px 0;
}

.equipe{
    font-size: 1.1vw;
    font-family: 'Montserrat Bold', sans-serif;
    text-transform: uppercase;
}

.date{
    font-weight: normal;
    font-size: 1.4vw;
}

.chrono{
    font-family: 'Montserrat Normal', sans-serif;
    font-size: 1.4vw;
}

.position{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 0;
}

.score:nth-child(odd){
    background-color: #E0F6F8;
}

.score:nth-child(even){
    background-color: #F5FEFF;
}

.team_icon{
    padding: 5px 0;
    width: 45%;
    height: auto;
    border-radius: 100%;
}