@font-face
{
	font-family: Sligoil;
	src: url(fonts/Sligoil-Micro.otf);
}


body{
	font-family: Sligoil;
	font-size: 14px;

}


.global{
	padding: 5px;
}


header{
	padding-top: 10px;
}

h1{

	font-family: Sligoil;
	font-size: 35px;
	color: white;
	background-color: black;
	text-align: center;	
	padding-top: 15px;
	margin:10px;
	padding:5px 0;
	font-weight:normal;
}

h2{
	font-family: sligoil;
	font-size: 20px;
	font-weight: normal;
}

h3 {
	font-size: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	font-family: Sligoil;
	text-align: center;
    color: black;
	border: 2px solid black;
	border-radius: 10px;
	background-color: white;
	text-decoration: none;
	color: black;
	font-weight: normal;

 
}


h4{
	font-size: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	font-family: Sligoil;
    color: black;
	background-color: white;
	text-decoration: none;
	color: black;
	font-weight: normal;
}


nav{
	font-size: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer{
	font-family: Sligoil;
	font-size: 20px;
}

input{
    font-size: 40px;
   text-align: center;
   color: white;
   background-color: black;
   padding: 25px;
   width: 100%;
   box-sizing: border-box;
   border-radius: 0px;
}
.angles{
	display: flex;
    align-items: flex-end;
}

.imageangles{
	margin-left: 10px;
	display: flex;
	width: 50%;
}

.courbes{
	display: flex;
    align-items: flex-end;
}

.imagecourbes{
	margin-right: 15px;
	display: flex;
	width: 50%;
}

.p{
	padding-bottom: 30px;
	font-size: 14px;
}
.stickers{
	padding-bottom: 30px;
	font-size: 14px;

}

.img1{
width: 22%;
}
.img2{
	width: 22%;
}
.img3{
	width: 22%;
}
.img4{
	width: 22%;
}

.affiche{
	padding-bottom: 20px;
}

.travail1{
	width: 100%;
}

.gif{
    width: 100%;
}

.a{
     font-family: sligoil;
     padding-top: 15px;
     margin-top: 40px;
     margin-bottom: 5px;
}

.test{
   font-family: Sligoil;
   font-size: 20px;
   margin-bottom: 20px;
}

.alphabet{
	width: 100%;
}

.recettes{
	
	font-size: 14px;

}

.cassetteimg1{
	margin-left: 15px;
	width: 45%;
	
  
}

.cassetteimg2{
	width: 45%;

}

blockquote{
    font-family: Sligoil;
    padding: 15px;
    text-align: center;
    border-top: black 2px solid;
    border-bottom: black 2px solid;
    margin: 55px 30px;
}

p{
	font-family: Sligoil;
}

a{
	padding: 10px;
	border: 2px solid black;
	border-radius: 10px;
	background-color: white;
	text-decoration: none;
	color: black;

}

a:hover{
	color: white;
	background-color: black;
}

.global{
 
 max-width : 550px;

}

@media all and (min-width: 550px){
 
    /* Vos règles CSS pour les écrans plus grand que 550px ici */

    }