@font-face {
    font-family: GT-BOLD;
    src: url(/fonts/AntarcticaRegular.otf);
}

h1, h2, h3, h4, h5, p, a{
    font-family: GT-BOLD;
}

.typo-petit{
    font-size: 15px;
    text-transform: uppercase;
}

.typo-vingt{
    font-size: 20px;
}

.typo-vingt a{
    text-decoration: underline;
}

.typo-vingt a:hover{
    color:rgb(255, 0, 187);
}


.typo-moyen{
    font-size: 30px;
}

.typo-grand{
    font-size: 90px;
}

.lien{
    font-size: 30px;
    padding-right: 35px;
}

.titre{
    font-size: 30px;
    margin-left: 60px;
}

.toptop{
    font-size: 30px;
    text-transform: uppercase;
}

* {
	box-sizing: border-box;
}

body {
	font-family: sans-serif;
    height: auto;
    margin-bottom: 65px;
    overflow-x: hidden;
}

