
@font-face {
  font-family: savateReg;
  src: url("fonts/savate-regular.otf");  
}


@font-face {
  font-family: savateItal;
  src: url("fonts/savate-italique.otf"); 
}

@font-face {
  font-family: pangReg;
  src: url("fonts/Pangram-Regular.otf"); 
}

body,h1,h2,h3,h4,h5,blockquote{
	margin: 0;
	padding: 0;
}

ul{
    margin:0px;
}

header{
margin-top: 10px;
margin-bottom: 60px;
margin-top: 30px;
background-color: black;
}

body{
	background-color: black;
	font-family: pangReg;
    padding: 0px;
    margin-top: 3px;
}

nav{
    margin-bottom: 10px;
    margin-left: 30px;
    margin-right: 90px;
}

div{
    color:#72c2ef
}

.specimen> div {
    width: 530px;
    padding: 30px 15px 30px 15px;
    font-size: 4em;
    line-height: 1.0em;
    font-family: savateReg;
    src: url("fonts/savate-regular.otf");
    border: black 3px solid;
    margin-left: 50px;
}

.fléches{
 width: 200px;
 height: 10px;
 margin-bottom: 100px;
 margin-left: 50px;

}

nav ul{
    display: flex; 
    justify-content: space-between; 
    margin: 30pxs;
}
.auteur{
 display: flex;
 align-items: left;
 justify-content: left;
 font-size: 30px;
 padding: 20px;
 color: #72c2ef;
}

.utilisateur{
 display: flex;
 align-items: left;
 justify-content: left;
 font-size: 30px;
 padding: 20px;
 color: #72c2ef;
 margin-bottom: 60px;

}
 
nav li{
    font-size: 40px;
    padding: 10px;
}

a { 
   text-decoration: none;
    font-size: 30px;
    padding: 10px;
    color: white;
    border: white 3px solid;
    border-radius: 100px;
    margin-bottom: 15px;
}

img{
    width: 100%
    }

.global{
	background-color: white;
}

p{
	margin-top: 20px;
    padding: 30px;
    border-color: white;
    font-size: 50px;
    display: inline-block;
}


blockquote{
	font-style: italic;
	font-size: 40px;
    padding: 20px;
    color: black;
    border: black 3px solid;
    border-radius: 60px;
    margin: 40px;
    margin-bottom: 100px;
    margin-top: 100px;
}

.commentaire{
font-size: 25px;
padding: 50px;
text-align: right;
}

.paragraphe1{
    text-align: left;
    padding: 40px;
    margin: 40px;
}

.paragraphe2{
    text-align: right;
    padding: 40px;
    margin: 40px;
}

.tryme{
    padding-left: 40px;
}


input{
   font-family: 'Savatereg';
   width: 80%;
   box-sizing: border-box;
   font-size: 50px;
   margin-left: 50px;
}

footer{

    padding: 30px;
    border-color: white;
}


.top{
    color: black;
}

footer a{
    background-color: black;
    padding: 15px;
    color:  white;
    margin-left: 15px;
    font-size: 15px;
    margin-bottom: 10px;
}

.copyright{
    margin: 40px;
}


/* tablette */
 @media all and (min-width: 550px){
 }