@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: 22px;
}

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


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

.typo-grand{
    font-size: 70px;
    text-align: left;
    line-height: 1;
    margin: 45px;
    width: 80vw;
}

.lien{
    font-size: 22px;
}

.titre{
    font-size: 22px;
}

* {
	box-sizing: border-box;
}

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

