@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");

body
{
    background: url('baniere.png') no-repeat center center fixed;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: white;
    background-size: cover;
}

#bloc_page
{
    width: 1000px;
    margin: 0 auto;
    background: #1f1e1e;

}



header
{
    background: url('separateur.png') repeat-x bottom;
    display: flex;
    justify-content: space-between;
     align-items: flex-end;
     position: relative;
}

#logo{
    display: inline-block;
    height: "60px" 
}

#logo >img
{
    height :80px;
    width : auto;
    padding: 5px;



}


header h1
{
    font-family: 'BallparkWeiner', serif;
    font-size: 2.5em;
    font-weight: normal;
}


header h2
{
    font-family: Dayrom, serif;
    font-size: 1.1em;
    margin-top: 0px;
    font-weight: normal;
}

nav
{
    display: inline-block;
    width: 750px;
    text-align: left;
}

nav ul
{
    list-style-type: none;
}

nav li
{
    display: inline-block;
    margin-right: 15px;
    text-align: center;
    padding: 0 20px;
    border-left: 2px solid #eee9e9;


}


nav a
{
    font-size: 1em;
    color: white;
    padding-bottom: 3px;
    text-decoration: none;
}

nav a:hover
{
    color: #760001;
    border-bottom: 3px solid #760001;
}
  


.Articles{
    margin-bottom: 15px;
    display: flex;
    border-top: 0.1px solid #767474;
    margin: 0 10px;
}
article, aside
{
 text-align: justify;
}

.article
{
    width: 500px;
  padding: 15px;
}



aside
{
    position: relative;
    width: 235px;
    background-color: #706b64;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-size: 0.9em;
}


.Articles > .article > img
{
    display: block;
    margin: auto;
    width: auto;
    height: 180px;
}


footer
{
    display: flex;
  align-items: center;
  justify-content: center;
  background: #222;
  border-top: 1px solid #434343;
  padding: 10px 0 10px 0;
    background:  url('line.png') repeat-x top;
    
}
  
  footer > ul {
    display: flex;
    padding-left: 0;
    margin: 0;
  }
  
  footer > ul > li {
    font-family: "Markazi Text", serif;
    font-family: "Playfair Display", serif;
    font-size: 11px;
    margin: 15px 12px;
    color: #666;
    cursor: pointer;
  }
  footer > ul > li:hover {
    color: white;
  }

.arc {
    display: flex;
    justify-content: space-between;
  }
  .article > .tete > img {
    height: 6rem;
    width: auto;
  }
  .tete {
    display: flex;
  }
  .tete > h1 {
    margin-top: 0%;
    font-size: small;
  }
  .image_slider {
    position: relative;
  }
  
  .image_slider > .image_slider_button {
    color: black;
    background: white; 
    display: block;
    position: absolute;
    padding: 5px;
    cursor: pointer;
  }
  
  .image_slider_button {
    z-index: 99;
  }
  
  .image_slider_button:hover {
    background: red;
    color: white;
    transition: 200ms;
  }
  
  #button-forward {
    right: 0;
  }
  
  #button-forward,
#button-backward {
    top: 50%;
  }
  .slider_content > ul {
    position: relative;
    overflow: hidden;
    height: 532px;
  }
  
  .slider_content > ul > li {
    height: 532px;
    position: relative;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 750ms;
  }
  
  .slider_content > ul > li.main {
    opacity: 100;
    transition: 750ms;
  }
  
  .slider_content > ul > li > .slider_image {
    width: 1000px;
    height: 532px;
    overflow: hidden;
    position: relative;
  }
  
  .slider_content > ul > li > .slider_image > img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
  }

  .slider_page {
    color: white;
    position: absolute;
    left: 60px;
    top: 42%;
    padding: 15px;
    z-index: 2;
  }
  .title {
    font-family: Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
    font-size: 3.3em;
    font-weight: normal;
  }
  
.title2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.45em;
  }
  
  .thème {
    font-weight: bold;
    font-size: 1.45em;
  }
  
  .darkgradient{
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(
      86deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 26%,
      rgba(0, 0, 0, 0.5242471988795518) 60%,
      rgba(0, 0, 0, 0) 87%,
      rgba(0, 0, 0, 0) 100%
    );
    z-index: 1;
  }
    



  

  