
html {
  scroll-behavior: smooth;
}

body {
	margin: 0;
	
  font-family: Arial, Helvetica, sans-serif;
   background-image: url("img/intro.jpg");
   background-color: black;
     background-repeat: no-repeat;
  background-size: contain;
  	
  
body, header, h1, h2, h3, h4, h5, h6  {
 font-family: "Allerta Stencil", Sans-serif
   
    
}



   }



   

 
    /* Styles pour la boîte modale */
    #overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      justify-content: center;
      align-items: center;
    }

    #modal {
      background-color: white;
      padding: 20px;
      text-align: center;
      border-radius: 10px;
    }

    #closeButton {
      margin-top: 10px;
      padding: 5px 10px;
      cursor: pointer;
      background-color: #3498db;
      color: white;
      border: none;
      border-radius: 5px;
    }
    
    . logoimg {
  width: 350px;
  height: auto;
}

