

@font-face {
	font-family: 'courier';
	src: url('Assets/Font/courier-prime/Courier Prime.ttf') format('truetype')
}

@font-face {
	font-family: 'courierbold';
	src: url('Assets/Font/courier-prime/Courier Prime Bold.ttf') format('truetype')
}

h1{
    font-family: courier;
}
p{
    Font-family: courier,Poppins, Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
}
.courier{
    font-family: courier,Calibri;
}

a{
    text-decoration: none;
    color:black;
}
a:hover{
    
    color:salmon;
    text-decoration: underline;
    

}


.gauche{
    display: flex;
    flex-direction: column;
    z-index: 1;
    flex-grow: 5;
}
.gauche2{
    display: flex;
    flex-direction: row;
}
.titre{
    display: flex;
    flex-direction: column;
    margin:auto;
    text-align: center;
    font-size: 18px;
    Color: black;
    width:150%;
    background-color: white;
  
}
.besoin{
    display: flex;
    justify-content: center;

    z-index: 1;
}
#sourires{
    width: 70%; 
      
    justify-content: flex-start;
   
}
.text{
    Font-family: courier, Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
  
    background-color: white;
}
.text1{
    Font-family: courier, Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
text-align: center;
padding: 50px;
margin-top: 100px;
margin-bottom: auto;
font-size: 20px;
}

.gras{
    font-family: courierbold, Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;;
}

body{
    background-color: none;
    margin: 0px;
}

.container{
    display: flex;
    background-color: none;
    width:100%;
    flex-direction: column;
    flex-grow: 1; 

}


.texte{
    display: flex;
  justify-content: space-between;
  
    
    z-index: 2;
}

.promo> :first-child{
    
   
                      /* un peu d'espace pour la transition */
    padding-left: 90%;                   /* placement à droite du conteneur */
    white-space: nowrap;  
    animation: defilement-rtl 20s infinite linear;
    
}
@keyframes defilement-rtl {
    0% {
      transform: translate3d(0,0,0);      /* position initiale à droite */
    }
    100% {
      transform: translate3d(-100%,0,0);  /* position finale à gauche */
    }
  }

.promo p{
    color: black;
    margin-top: 0px;
    font-size: 25px;
    font-family: courier, Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;;
}
.containerTexte{
  
    height: 35px;
    background-color: rgba(255, 255, 0, 0.445);
    margin-top: 5px;
    padding-top: 10px;
    
}

.photos{
    
	background: white;
    z-index: 2;
    flex-grow: 1;
    text-align: right;
}

img{
    z-index: 2;
    justify-content: center;
}

#mosaique{
  
}

#point{
    flex-grow: 1;
    margin: auto;
}



footer{
    background-color: black;
    color: white;
}

