

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

/* MOBILE FIRST */


/* reset général de marges */
body, h1, h2, h3, h4, h5, ul{
	margin:0;
	padding: 0;
}

body{
	background-color: white;
	font-family: cirruscumulus;
}

nav{
	word-spacing: 60px;
	font-family: Sligoil-Micro;
	text-align: center;
}


a{
	text-decoration: none;
	color: black;
	justify-content: center;
}

a:hover{
	color: white;
	background-color: black;
	border-radius: 5px;
}

h1{
	text-align: center;
	background-color: black;
	border-radius: 11px;
	margin: 40px;
	color: white;
	font-size: 38px;
}

h2{ 
	font-size: 15px;
	font-family: Sligoil-Micro;
	color: black;
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	line-height: 25%;
 }


 h3{
 	color: black;
 	margin-left: 15px;
 	margin-right: 15px;
 	font-size: 26px;
 	font-weight: 10px;
 	border: solid black;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 30px;

}

img{
	width: 100%;
	margin-right: auto;
	margin-left: auto;

}

input{
   font-family: 'cirruscumulus';
   width: 90%;
   height: 30px;
   margin-left: 20px;
   box-sizing: border-box;
   text-align: center;
   border: solid black;
   border-radius: 10px;
   padding-top: 5px;
   border-color: black;
  

}

.specimen{
	margin-left: 15px;
	margin-right: 15px;
	width: 90%;
}

.capitales{
	width: 90%;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-right: 15px;
	margin-left: 15px;
}


.images_bas_de_casses{
	width: 60%;

}

blockquote{
	font-size:27px;
	text-align:center;
	font-family: cirruscumulus;
	margin-top: 40px;
	margin-bottom: 40px;
}

h4{
	font-size: 28px;
	text-align: center;
	border: solid black;
	border-radius: 10px;
	background-color: black;
	color: white;
	margin: 40px;
}
.Stickers{
	width: 80%;
	margin-bottom: 30px;
}

.Affiche{
	width: 90%;
	margin-top: 40px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 30px;
	border-radius: 10px;
}

.fontehybride{
	text-align: center;
}

 p{
 	color: black;
 	font-family: Sligoil-Micro;
	color:black;
	margin-left:15px;
	margin-right:15px;
	font-size:15px;
	text-align: center;
}

.Edition{
	width: 90%;
	margin-top: 40px;
	margin-right: 15px;
	margin-left: 15px;
	border-radius: 10px;
	margin-bottom: 30px;
}

footer
nav{
	word-spacing: 70px;
	text-decoration: none;
}
a{
	color: black;
	font-family: Sligoil-Micro;
	text-decoration: none;
}

.top{
	display: flex;
	justify-content: center;
	text-align: center;
	font-family: cirruscumulus;
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: black;
	border-radius: 10px;
	color: white;
	font-size: 24px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}



/* !!!!!!!!!! SLIDER RESPONSIVE DIAPO !!!!!!!!!!!!! */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 50%;
  padding: 0;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 60px;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


/* pour plus grand que 550px */
@media (min-width: 550px) {
.global{
margin: auto;
max-width: 550px;

}
	
	}



