@font-face {
  font-family: Belgika5;
  src: url(fonts/belgika-5th-webfont.woff) format("woff");}
@font-face {
  font-family: Belgika8;
   src: url(fonts/belgika-8th-webfont.woff) format("woff");}

@font-face {  
  font-family: Belgika16;
  src: url(fonts/belgika-16th-webfont.woff) format("woff");}

@font-face {
  font-family: Belgika40;
  src: url(fonts/belgika-40th-webfont.woff) format("woff");}

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

body{
  
  font-family: Belgika;
}

.global{
  max-width : 550px;
  width: 550px;
margin-left: 5px;
 
}

img{
  width: 100%;
}

/*pour les déplacer*/

.navpage{
  word-spacing: 160px;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
  margin: 0;
  
}

.precedent{
  text-decoration: none;
  color: black;
  font-family: Belgika16;

  text-align: left;
  justify-content: space-between;

}
.suivant{
  text-decoration: none;
  color: black;
  font-family: Belgika16;
  text-align: right;
  justify-content: space-between;
}

.navpage li{
    display: inline;
    list-style-type: none;
}

.navglobal li{
    display: inline;
    list-style-type: none;
}


h1{
  text-align: center;
  font-family: Belgika5;
  font-size: 50px;
  padding-bottom: 20px;
}

h2{
  font-family: Belgika16;
  font-size: 20px;
  padding-left: 5px;
 padding-right: 5px;
}

/*enlever le soulignement?? */

.navglobal{
  margin-top: 40px;
  font-family: Belgika16;
 margin-bottom: 40px;
 padding-left: 5px;
 padding-right: 5px;
}

.navglobal li{
  font-family: Belgika5;
  font-size: 20px;
}

img{
  width: 98%;
}

a{
  text-decoration: none;
  
}
h3{
  font-family: Belgika5;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
   font-size: 45px;
   text-align: center;
  }

.belgicapresentation{
  border: 2px solid black ;
  margin-top: 10px;
 
  width: 98%;
}

.belgicatableau{
 border: 1px solid black ;
  margin: auto;
 width: 98%;
}

blockquote{
  text-align: center;
  font-size: 20px;
  font-family: Belgika8;
}

.contextetexte2{
  text-align: center;
  font-family: Belgika16;
  font-size: 18px;
  border-bottom: 1px solid black;
  margin-bottom: 25px;
}

p{
  font-family: Belgika40;
  font-size: 25px;
  
}

h4{
  border-bottom: 1px solid black;
  margin-bottom: 20px;
  font-size: 30PX;
  text-align: center;
  font-family: Belgika8;

}
/*centrer le lien */

.BelgicaBelgika5th{
  font-size: 15px;
  text-align: center;
  list-style-type: none;
  }

.BelgicaBelgika8th{
font-size: 15px;
 text-align: center;
  list-style-type: none;
}

.BelgicaBelgika16th{
font-size: 15px;
 text-align: center;
  list-style-type: none;
}

.BelgicaBelgika40th{
font-size: 15px;
 text-align: center;
  list-style-type: none;
}


.infos{
  font-size: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.fichierssources {
  font-family: Belgika8;
  text-align: center;
  margin: 0;
  margin-bottom: 25px;
  margin-top: 20px;
}

/*le pluggin pour tester la typo*/
.Belgika5{
   font-family: 'Belgika5';
   width: 98%;
   font-size: 30px;
   box-sizing: border-box;
   margin-top: 10px;
    margin-bottom: 10px;
}

.Belgika8{
   font-family: 'Belgika8';
   width: 98%;
   font-size: 30px;
   box-sizing: border-box;
   margin-top: 10px;
    margin-bottom: 10px;
}

.Belgika16{
   font-family: 'Belgika16';
   width: 98%;
   font-size: 30px;
   box-sizing: border-box;
   margin-top: 10px;
    margin-bottom: 10px;
}

.Belgika40{
   font-family: 'Belgika40';
   width: 98%;
   font-size: 30px;
   box-sizing: border-box;
   margin-top: 10px;
   margin-bottom: 10px;
}

.infos p{
  font-family: Belgika16;
}

.infos h4{
  margin-top: 5px;
}

.Description p {
  margin-left: 15px;
  margin-right: 15px;
}

h5{
  font-size: 25px;
  text-align: center;
  font-family: Belgika8;

}

.soupe {
  width: 10%;
  margin-left: 235px}

.Miseensittuation {
  margin-left: 15px;
  margin-right: 15px;
}

.Histoire {
  margin-left: 15px;
  margin-right: 15px;
}

footer {
  text-align: center;
  font-family: belgika5;
}


footer a {
  margin-bottom: 20px;
}

.centre {
  text-align: center;
}

/* pour plus grand que 550px */
/**/
@media (min-width: 550px) {
   body{
  background-color: white;}

  .global {
    margin-left: 25px;
  }
}