@font-face {
	font-family: 'EBgaramond';
	src:url('fonts/static/EBGaramond-Regular.ttf') format('truetype');
	font-weight: 50;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica Neue Condensed';
	src:url('fonts/HelveticaNeue-Condensed.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'cinzel';
	src:url('fonts/Cinzel-VariableFont_wght.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}




/* === body ================================================================= */


body {
    background: #010101;

    color: #fff;
    font-family: "EBgaramond";
    text-transform: uppercase;

    margin: 0px;
}



  /* === main ================================================================= */

main{
  display: flex;
}

#container_h1{
  width:100%;

  display:flex;
  align-content: center;
  justify-content: center;



}


h1 {

  margin: 0% 0% 2% 0%;
  padding:15px;
  
  text-align: center;
  
  color: #fff;
  font-size: 3vw;
  font-weight: 200;
  
  border-bottom: #aa6d11 solid 3px;
  
}


/* === TEXT ================================================================= */
 
  
  .presentation_centrale p{
    margin: 10px;
    padding: 20px;

  }
  
  
  .presentation_centrale{
    display: flex;
  }
  
  

  

  
 


    