@font-face {
    font-family: 'FT88-Regular';
    src: url('font/FT88-Regular.woff2') format('woff2'),
        url('font/FT88-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FT88-Bold';
    src: url('Font/FT88-Bold.woff2') format('woff2'),
        url('Font/FT88-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('font/FT88-Regular.woff2') format('woff2'),
        url('font/FT88-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Font/FT88-Bold.woff2') format('woff2'),
        url('Font/FT88-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


video {
    width: 100%;
    height: auto;
    display: block;
}

.bannière{

width:100%;
display:flex;
flex-wrap: wrap;
justify-content: center;
border-style: none;
color: white;
max-width: 100%;
padding-top: none;
background-color: none;
border-style: dashed;
overflow: hidden;

}



.bannière-info{
padding-top: 2%;
  width:100%;
  display:flex;
  flex-wrap: wrap;
  justify-content: right;
  border-style: none;
  color: white;
  margin-top: 5%;
  background-color: none;
  border-style: none ;
  overflow: hidden;
}

.intro{width: 90%;
  border-style: none;
  font-size: 40px;
font-family: "Writer";
color: white;
}

.menu{width: 100%;
height: auto;
margin-bottom: 2%;
z-index: 1000;
background-color : none;
position: sticky;}

.div-titre {
font-size:35px;
color: white;
font-style: normal;
font-weight: bold;
font-family: "FT88-Bold", "Montserrat";
background-color: none;
overflow: hidden;
display: inline-block;
vertical-align:top;
border-style: none;
flex: auto;

}



.div-contact{float: right;
font-size:35px;
color: white;
width: auto;
float: right;
margin-right: 1%;
font-style: normal;
font-weight: bold;
font-family: "FT88-Bold", "Montserrat";
background-color: none;
overflow: hidden;
display: inline-block;
vertical-align:top;
border-style: none;
flex: auto;}


.scroll-container {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.scroll-text {
  display: inline-block;
  color: white;
  white-space: nowrap;
  font-size: 30px;
  font-family: 'Writer', 'Montserrat';
  animation: scrollText 40s linear infinite;
}

@keyframes scrollText {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}


.projet2{width: 100%;
background-color: none;
display: inline-block;
justify-content: center;
padding-top: 1%;
padding-bottom: 1%;
border-style: dashed;
color: none;}

.intitulé2{width:60%;
background-color: none;
margin: 1%;
display: inline-block;
overflow:inherit;
float: left;
border-style: dashed;}

@media screen and (max-width: 600px) {
  .intitulé2 {
    width: 100%; /* Taille pour les écrans de téléphone */
  }
}

.visuels2{width: 100%;
overflow: hidden;
border-style: red;}

.visuels2 img{ width: 100%;
height: auto;
display: block;}

p{font-size: 20px;
font-family: "Writer", "Montserrat";
color: white;}


.logo {
  font-size:35px;
  color: white;
  font-style: normal;
  font-weight: bold;
  background-color: none;
  overflow: hidden;
  display: inline-block;
  vertical-align:top;
  border-style: none;
  flex: auto;

  -webkit-animation: flicker 2s infinite;
}

@-webkit-keyframes flicker
{
0% {opacity:0;}
9% {opacity:0;}
10% {opacity:.5;}
13% {opacity:0;}
20% {opacity:.5;}
25% {opacity:1;}
}

a{color: white;}

a:link {
  font-size:35px;
  color: white;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  font-family: "FT88-Bold", "Montserrat";
}

a:hover {
  font-size:35px;
  color: white;

  font-family: "FT88-Bold", "Montserrat";
color: #FFFFFF ;
text-decoration : line-through ;
}

.gallerie3{

width:99%;
display:flex;
flex-wrap: wrap;
justify-content: center;
border-style: none;
color: white;
margin-top: 5%;;
background-color: none;
border-style: dashed;
overflow: hidden;
}


h1 {
font-size:40px;;
color: white;
font-style: none;
font-family: "Writer", 'Montserrat' ;
margin-left: 1%;

}


.div-contact{float: right;
font-size:35px;
color: white;
width: auto;
float: right;
margin-right: 1%;
font-style: normal;
font-weight: bold;
font-family: "FT88-Bold", "Montserrat";
background-color: none;
overflow: hidden;
display: inline-block;
vertical-align:top;
border-style: none;
flex: auto;}
