@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');


.p_img {
  text-align: start;
}

body {
    font-family:'Roboto',sans-serif;
    background-color: #F2F3F8;  
  }
  
h1, h3, .par {
  width: 80%;
  word-wrap: break-word;
  margin-left: auto;
  margin-right: auto;
}

.menu {
  display: flex;

}

h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 5vh;
}

.titre {
  margin-top: 10vh;
}

.par {
  color: #1b1c22;
}

.container_infos {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
  padding-bottom: 2%;
  padding-top: 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 65%;
  height: auto;
  background-color: #fff;
  border-radius: 1vw;
}

.container_infos h1 {
  color: #1b1c22;
  font-size: 20px;
}

.container_infos a {
  color: #fff;
  background: #01205d;
  padding: 5px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all .2s;
  padding: 0.6em;
  border-radius: 3%;
}

.container_infos a:hover {
    background: #ead860;
    color: #01205d;
    font-weight: bold;;
}

.container_infos a:focus {
    background: #F2F3F8;
    color: #1b1c22;
}

.container_a {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}




.container {
  width: 65%; 
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
  background-color: #fff;
  border-radius: 0.5em;
}


.gallery {
  display: grid;
  margin: 3em 0;
  grid-template-rows: 1fr;
  grid-gap: 1em;
  grid-auto-flow: dense;
}

figure {
  display: flex;
  margin: 0;
}

.figure {
  display: flex;
  flex-direction: column;
}

.img {
  flex: 1;
  object-fit: cover;
  width: 100%;
}

.header_img {
  background-color: #ead860;
  border-radius: 0.5em;
}


.header_img h1 {
  color: #01205d;
  font-size: 22px;
  padding: 2%;
}



/* CSS pour les infos des bus */ 

.ul {
  display: block;
  margin-left: -10px;
}

.ul .li {
  display: block;
  position: relative;
  padding-bottom: 10px;;
}

.ul .li:not(:last-child) {
  margin-bottom: 16px;
}

.ul .li:before {
  content: "";
  position: absolute;
  top: 1.2em;
  left: -30px;
  margin-top: -.9em;
  background: #01205d;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}




@media only screen and (max-width: 1100px) {
  .container_a {
    flex-direction: column;
    width: 60%;
    text-align: center;
  }

  
}

  
  
@media only screen and (max-width: 767px) {
  .btn {
    visibility: hidden;
  }

  .container {
    margin-left: 5px;
    width: 100%;
  }


  .container_infos {
    width: 100%;
  }

  h1, h3, .par {
    width: 90%;
  }

  .container_a {
    width: 80%;
    text-align: center;
  }
}