@font-face {
	font-family: 'Goku';
	src: url(‘../fonts/Goku_Stencil.ttf’) format(‘truetype’)
}
 
.bg-custom-color {
    background-color: #d5d9ae; 
}

.text-custom-color {
    color: #d5d9ae; 
}


body {
    font-family: 'Montserrat', sans-serif;
    min-height: 100vh;
    margin: 0; 
}

#welcome-section {
    min-height: 100vh; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FFFBEB; 
}

#qui-sommes-nous {
    scroll-margin-top: 50px; 
}


.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }