@font-face { /* Définition d'une nouvelle police nommée Fashion Fetish Regular */
    font-family: 'Fashion Fetish Regular';
    src: url('polices/Fashion Fetish Regular.ttf') format('truetype');
        
}
@font-face { /* Définition d'une nouvelle police nommée Montserrat-Light*/
    font-family: 'Montserrat-Light';
    src: url('polices/Montserrat-Light.ttf') format('truetype');
    src: url('polices/montserrat-light-webfont.woff2') format('woff2'),
         url('polices/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;    
}









   /* CSS Normal */
body
{
    background-color: #f7f7f7;
    height: 100vh;
  padding: 0;

  
}
.container
{
    
     
    margin: 0;
}
header
{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

}
.logo
{
    width: 250px;
  
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-left: 20px;
    
}
.logo_seul img
{
    width: 250px;
    margin: auto;
}
.titre_logo
{

    width: 100%;
    font-size: 0.5em;
    text-align: center;
    margin-bottom: 10px;
    margin-top: -10px;

}
nav ul
{
    list-style-type: none;
    display: flex;
    justify-content: space-between;
   
}

nav li
{
    margin-right: 15px;
}
nav a
{
    font-size: 1.2em;
}
nav a:hover
{
    color: #000000;
    border-bottom: 3px solid #000000;
}

header,nav
{
    font-family: Fashion Fetish Regular;   
}

    /* image accueil */
#image_accueil img
{
    width: 100%;
}

a
{
    text-decoration: none;
    color: #000000 ;
}

    /* news box */

#news_container
{
    width: 100%;
    display: flex;
    justify-content: space-around;
    

}
.news_box
{
    width: 20%;
    height: 300px;
    border-radius: 5px;
   box-shadow: 0px 4px 4px #A9A9A9;
    padding: 10px;
  
}
.news_box img
{
    width: 100%;
}
.news_box h2
{
    font-size: 1em;
  
    text-align: center;
}
.news_box h3
{
font-size: 0.8em;
  
    text-align: center;
}

#news_container
{
    font-family: Montserrat-Light ;
}


.section 
{
    
    width: 200px;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: center;
    font-family: Fashion Fetish Regular;
    border-bottom: 3px solid #000000;
}


/* artistes*/
.groupe
{
     align-items: last baseline;
    display: flex;
    font-family: Fashion Fetish Regular;
    position: relative;
    background-color: #f7f7f7;
    padding-top: 50px;
}
.logo_groupe img
{
    width: 100px;
    border-radius: 5px;
   box-shadow: 0px 4px 4px #A9A9A9;
   margin-left: 10px;
}
.nom_groupe
{
   
    height: 100px;
    width: 50%;
    font-size: 1.5em;
    margin-left: 10px;
    

}
.description_groupe
{
    
    height: 100px;
}

.bouton
{

 margin: auto;
 margin-right: 10px;
    width: 120px;
   height: 50px;
   border: 2px solid #000000;
  font-family: Fashion Fetish Regular;
  
  
    

  
}
.bouton h3
{
 
   text-align: center;
}

/* image groupe*/
.image_groupe
{

}

.image_groupe img
{
    
    width: 100%;


}
.image_groupe_1 /* images de fond qui défillent */
{
    height: 400px;
    background-image: url("photo_cinematheque.jpg");
  background-attachment: fixed;
  background-size: 100%;
  background-repeat: no-repeat;
}
.image_groupe_2
{
    height: 400px;
    background-image: url("yss_masdelbosc.png");
  background-attachment: fixed;
  background-size: 100%;
  background-repeat: no-repeat;
}
.image_groupe_3
{
    height: 300px;
    background-image: url("buvez du rouge.png");
  background-attachment: fixed;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* Dates */

.ligne_date
{
   font-family: Montserrat-Light; 
   font-size: 1.2em;
   display: flex;

}
.date
{
  margin-left: 5px; 
  margin-right: 10px; 
  font-weight: bold;
}
.bouton_2
{
 margin: auto;
 margin-right: 10px;
    width: 120px;
   height: 30px;
   border: 2px solid #000000;
  font-family: Fashion Fetish Regular;   
  text-align: center;
}
.separateur
{
 border-bottom: 3px solid #A9A9A9;  
 margin-top: 10px; 
 margin-bottom: 10px;
}
.contacts
{
    margin-top: 50px;
    font-family: Fashion Fetish Regular;
    text-align: center;
}
.logo_footer
{
    margin-top: 50px;
}