* {
    margin: 0px 0px 0px 26px;
    padding: 0px;
}

html{    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
}

@font-face {
    font-family: 'BubbbleGum';
    font-weight: 400;
    font-style: normal;
    src: url(../public/police/BubbbleGum.otf);
}

@font-face {
    font-family: 'BubbbleGum-Bold'; 
    font-weight: 700;
    font-style: bold;
    src: url(../public/police/BubbbleGum-Bold.otf);
}

body {
    background-image: url('../public/images/haut_de_page.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 900px;
    font-family: 'BubbbleGum', sans-serif;
    overflow-x: hidden;
}

/* MAIN */

main{
    margin-bottom: 450px;
}

main .nous{
    text-align: justify;
}

main .nous h1{
    margin: 150px 0px 10px 100px;
    font-size: 450%;
    font-family: 'BubbbleGum-Bold', sans-serif;
    color: #9a4fd3;
}

main .nous p{
    margin-left: 160px;
    margin-bottom: 65px;
    font-size: 125%;
    width: 35%;
    font-family: 'BubbbleGum-Bold', sans-serif;
}

.NT{
    color: #9a4fd3;
    text-align: center;
    margin-bottom: 295px;
    font-size: 50px;
}

.NThaut{
    margin-left: 16%;
    list-style-type: none;
}

.NThaut .image{
    float: left;
    vertical-align: middle;
    padding-right: 5px;
    margin-bottom: 40px;
}
.NThaut section{
    width: 250px;
    height: 125px;
    margin: 25px 5px;
    text-align: center;
}
.NThaut .prenom{
    font-size: 25px;
}

.NTbas{
    margin-left: 16%;
    list-style-type: none;
}
.NTbas .image{
    float: left;
    vertical-align: middle;
    padding-right: 5px;
}
.NTbas section{
    width: 250px;
    height: 125px;
    margin: 25px 5px;
    text-align: center;
}
.NTbas .prenom{
    font-size: 20px;
}

