#aVenir {
  background-color: #004c6a;
  border: 2px solid #566e93;
  border-radius: 5px;
  color: #e3f0c4;
  margin: 15px;
  padding: 15px;
  text-align: center;
}
#aVenir a {
  color: #f1f1ff;
  text-decoration: none;
}
#aVenir a:hover {
  color: #e3f0c4;
}
#aVenir i {
  cursor: pointer;
}

#corpsPrincipal {
  margin: 15px;
}

#rangee1 {
  display: flex;
  flex-wrap: wrap;
}
#rangee1 #billetRecent {
  border: 1px solid #566e93;
  border-radius: 5px;
  padding: 2%;
  width: 35%;
}
#rangee1 #billetRecent img {
  width: 100%;
}
#rangee1 #billetRecent div a {
  color: #004c6a;
  text-decoration: none;
}
#rangee1 #billetRecent div a:hover {
  color: #566e93;
}
#rangee1 #billetRecent div .laDate {
  color: #566e93;
  font-style: italic;
}
#rangee1 #billetRecent div .voirPlus {
  border: 1px solid #566e93;
  border-radius: 5px;
  padding: 1px 5px 0;
}
#rangee1 #billetRecent div .voirPlus:hover {
  background-color: #566e93;
}
#rangee1 #billetRecent div .voirPlus:hover i {
  color: #f1fff1;
}
#rangee1 #billetsPrecedents {
  border: 1px solid #566e93;
  border-radius: 5px;
  padding: 2%;
  margin-left: 2%;
  width: 54.5%;
}
#rangee1 #billetsPrecedents article {
  display: flex;
}
#rangee1 #billetsPrecedents article a {
  width: 35%;
}
#rangee1 #billetsPrecedents article a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#rangee1 #billetsPrecedents article div {
  margin-left: 10px;
  width: 65%;
}
#rangee1 #billetsPrecedents article div a {
  color: #004c6a;
  text-decoration: none;
}
#rangee1 #billetsPrecedents article div a h3 {
  font-size: 16px;
  margin: 5px 0;
}
#rangee1 #billetsPrecedents article div a:hover {
  color: #566e93;
}
#rangee1 #billetsPrecedents article div p {
  font-size: small;
  margin: 10px 0;
}
#rangee1 #billetsPrecedents article:not(:nth-child(2)) {
  padding-top: 10px;
}
#rangee1 #billetsPrecedents article:not(:nth-child(5)) {
  border-bottom: 1px dotted #566e93;
  padding-bottom: 10px;
}
#rangee1 #billetsPrecedents #voirTousBlogues {
  cursor: pointer;
  display: block;
  margin: 10px auto;
  border: 1px solid #566e93;
  border-radius: 5px;
  padding: 5px 10px;
  width: -moz-fit-content;
  width: fit-content;
}
#rangee1 #billetsPrecedents #voirTousBlogues:hover {
  background-color: #566e93;
  color: #f1fff1;
}

@media screen and (max-width: 860px) {
  #rangee1 #billetRecent {
    width: 100%;
  }
  #rangee1 #billetsPrecedents {
    margin-left: 0;
    margin-top: 2%;
    width: 100%;
  }
}
#rangee2 {
  border: 1px solid #566e93;
  border-radius: 5px;
  display: none;
  margin-top: 15px;
  padding: 2%;
}
#rangee2 #filtres div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto 15px;
}
#rangee2 #filtres div button {
  background-color: #566e93;
  border: 1px solid #e3f0c4;
  border-radius: 5px;
  color: #f1f1ff;
  cursor: pointer;
  padding: 10px;
}
#rangee2 #filtres div button.active {
  background-color: #f1f1ff;
  border: 1px solid #566e93;
  color: #004c6a;
}
#rangee2 #carrousel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#rangee2 #carrousel article {
  display: inline-block;
  margin: 0 10px 10px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 200px;
}
#rangee2 #carrousel article img {
  border-radius: 5px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#rangee2 #carrousel article p {
  background-color: rgba(0, 76, 106, 0.5490196078);
  border-radius: 5px 5px 0 0;
  color: #f1f1ff;
  left: 0;
  margin: 0;
  padding: 4px 0;
  position: absolute;
  text-shadow: 1px 1px #004c6a;
  top: 0;
  width: 100%;
}
#rangee2 #carrousel article p:hover {
  font-weight: bold;
}
#rangee2 #carrousel article .fondClair {
  background-color: rgba(241, 241, 255, 0.5490196078);
  color: #004c6a;
  text-shadow: 2px 1px #f1f1ff;
}
#rangee2 #carrousel .artp2,
#rangee2 #carrousel .artp3 {
  display: none;
}
#rangee2 #voirResteBlogues {
  border-radius: 5px;
  border: 1px solid #566e93;
  cursor: pointer;
  display: block;
  margin: 10px auto;
  padding: 5px 10px;
  width: -moz-fit-content;
  width: fit-content;
}
#rangee2 #voirResteBlogues:hover {
  background-color: #566e93;
  color: #f1fff1;
}

@media screen and (max-width: 725px) {
  #rangee2 #filtres div {
    justify-content: center;
  }
}
@media screen and (max-width: 507px) {
  #rangee2 #carrousel {
    justify-content: center;
  }
  #rangee2 #carrousel article a p {
    font-size: small;
  }
}
#rangee3 {
  align-items: center;
  border: 1px solid #566e93;
  border-radius: 5px;
  display: flex;
  margin-top: 15px;
  padding: 2%;
}
#rangee3 img {
  border-radius: 5px;
  margin-right: 10px;
  max-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100px;
}
#rangee3 h2 {
  font-size: 19px;
}
#rangee3 h2 a {
  color: #004c6a;
  text-decoration: none;
}

form {
  margin: 15px auto;
  width: min(100%, 700px);
}
form fieldset {
  border: 2px solid #004c6a;
  border-radius: 5px;
}
form fieldset > * {
  display: block;
  margin-top: 10px;
  width: 100%;
}
form fieldset input, form fieldset textarea {
  border: 1px solid #566e93;
  border-radius: 5px;
}
form fieldset textarea {
  height: 150px;
}
form button {
  border: solid 2px #004c6a;
  border-radius: 5px;
  display: block;
  margin: -5px auto;
  padding: 10px;
}
form button:hover {
  background-color: #e3f0c4;
}

#contenuPrincipal {
  margin: 30px;
}
#contenuPrincipal p {
  line-height: 1.6;
}

#contenu404 {
  margin: 30px;
}
#contenu404 #boutons404 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 30px;
}
#contenu404 #boutons404 button {
  background-color: #e3f0c4;
  border-color: #004c6a;
  border-radius: 5px;
  font-size: 65px;
  padding: 30px;
}
#contenu404 #boutons404 button:hover {
  background-color: #566e93;
}/*# sourceMappingURL=stylesacc.css.map */