h1, h2, h3 {
  font-family: inherit;
  color: #05325a;
  font-weight: 700;
  margin-top: 10px;
}

h1 {
  font-size: 25px;
}
h1.documentFirstHeading {
  margin: 1em 0;
  text-align: center;
}
@media (min-width: 576px) {
  h1.documentFirstHeading {
    margin: 2em 0;
  }
}
h1 large {
  font-size: 35px;
}
h1 small {
  font-size: 60%;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 15px;
  margin-top: 8px;
}

h4 {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
}

nav.navbar {
  background-color: #d7e6ff;
}
nav.navbar a.nav-link:hover {
  color: grey !important;
  text-decoration: none;
}

@media (max-width: 991px) {
  .navbar > .container-fluid {
    display: block;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: black;
  line-height: 1.3;
}

ul {
  margin: 0;
}

a {
  text-decoration: none;
  /* border-bottom: 1px dotted #05325a; */
}
a.link {
  font-size: 36px;
}
a:link {
  color: #05325a;
}
a:visited {
  color: #999;
}
a:hover {
  color: #999;
  text-decoration: underline;
}

.poster {
  box-shadow: 0 0 20px 1px #888;
  -moz-box-shadow: 0 0 20px 1px #888;
  -webkit-box-shadow: 0 0 20px 1px #888;
}

@media (min-width: 576px) {
  .responsive-2-columns {
    columns: 2;
    column-gap: 50px;
  }
}

#main-content ul {
  list-style-type: square;
}
#main-content ul li {
  font-size: 15px;
  color: black;
  margin-left: 0;
  margin-top: 4px;
  margin-bottom: 6px;
  text-align: left;
  text-align-last: left;
  line-height: 1.3;
}
#main-content ul ul {
  margin: 6px 5px 0 10px;
}

#main-content ol li {
  font-size: 15px;
  color: black;
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 6px;
  text-align: left;
  text-align-last: left;
  line-height: 1.3;
}

#main-content ol li.events {
  font-size: 15px;
  color: black;
  margin-left: 0;
  margin-top: 4px;
  margin-bottom: 6px;
  text-align: left;
  text-align-last: left;
  line-height: 1.3;
}

/* Pour éviter les sauts de colonnes intempestifs*/
.keep-together {
  display: inline-block;
}
  
hr {
  color: #69c;
}
hr.fifty {
  width: 50%;
}
hr.ninety {
  width: 90%;
}
hr.hundred {
  width: 100%;
}

.img-events {
  max-width: 50%;
}
@media (min-width: 576px) {
  .img-events {
    width: 100%;
  }
}

/*# sourceMappingURL=theme-compiled.css.map */
