html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  box-sizing: border-box;
}

h1 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #0b2027;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 1.3rem;
  }
}
h1:before {
  content: "";
  display: block;
  width: 10em;
  height: 4px;
  background-color: #009640;
  margin-bottom: 0.25em;
  margin-left: -2em;
}

h2 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #0b2027;
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 1.2rem;
  }
}

h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #0b2027;
}
@media screen and (max-width: 575px) {
  h3 {
    font-size: 1.1rem;
  }
}

p {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #0b2027;
}

a {
  color: #009640;
  text-decoration: none;
  transition: all ease 0.5s;
}
a:hover {
  color: #0b2027;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

ul, ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
ul li, ol li {
  margin-bottom: 0.25rem;
  color: #0b2027;
  font-size: 1rem;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

header {
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  transition: all ease 0.5s;
  border-bottom: 3px solid #009640;
  z-index: 1000;
}
header.scrolled {
  top: -1.65rem;
}
@media screen and (max-width: 991px) {
  header.scrolled {
    top: -3.9rem;
  }
}
@media screen and (max-width: 575px) {
  header.scrolled {
    top: -3.45rem;
  }
}
@media screen and (max-width: 575px) {
  header.scrolled .main-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
header.scrolled .main-header nav {
  margin-top: 0.15rem;
}
@media screen and (max-width: 1199px) {
  header.scrolled .main-header nav {
    top: 5.4rem;
  }
}
@media screen and (max-width: 991px) {
  header.scrolled .main-header nav {
    top: 5.45rem;
  }
}
@media screen and (max-width: 575px) {
  header.scrolled .main-header nav {
    top: 5.4rem;
  }
}
@media screen and (max-width: 1199px) {
  header.scrolled .main-header nav > ul {
    margin-bottom: 6rem;
  }
}
header.scrolled .main-header .logo img {
  margin-top: 0;
  height: 4rem;
}
header.scrolled .main-header .hamburger {
  margin-top: 1.25rem;
}
header .pre-header-container {
  background-color: #009640;
  border-bottom: 1px solid #009640;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
@media screen and (max-width: 575px) {
  header .pre-header-container {
    padding: 0 1rem;
  }
}
header .pre-header-container p.pre-header {
  margin-bottom: 0;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-align: right;
  color: #ffffff;
}
header .pre-header-container p.pre-header a {
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  header .pre-header-container p.pre-header a {
    display: block;
  }
}
header .pre-header-container p.pre-header a:after {
  content: "|";
  margin: 0 0.5rem;
}
@media screen and (max-width: 991px) {
  header .pre-header-container p.pre-header a:after {
    content: "";
    margin: 0;
  }
}
header .pre-header-container p.pre-header a:last-child:after {
  content: "";
  margin: 0;
}
header .pre-header-container p.pre-header a:hover {
  color: #e6f8e0;
}
header .main-header {
  display: flex;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
header .main-header .hamburger {
  display: none;
  cursor: pointer;
  margin-top: 2rem;
  transition: margin-top 0.5s ease;
}
@media screen and (max-width: 1199px) {
  header .main-header .hamburger {
    display: block;
  }
}
header .main-header .hamburger.is-active .line {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
header .main-header .hamburger.is-active .line:nth-child(1) {
  width: 1.25rem;
}
header .main-header .hamburger.is-active .line:nth-child(2) {
  width: 1.5rem;
}
header .main-header .hamburger .line {
  width: 1.75rem;
  height: 3px;
  background-color: #009640;
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .main-header .hamburger .line:nth-child(1) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
header .main-header .hamburger .line:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
header .main-header .logo img {
  margin-top: -1.5rem;
  transition: all ease 0.5s;
  height: 7.05rem;
}
header .main-header nav {
  margin-top: 0.75rem;
  transition: margin-top ease 0.5s, left ease 0.5s;
}
@media screen and (max-width: 1199px) {
  header .main-header nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 100%;
    top: 8rem;
    background: #ffffff;
    overflow-y: scroll;
  }
  header .main-header nav.is-active {
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  header .main-header nav {
    top: 10.25rem;
  }
}
@media screen and (max-width: 575px) {
  header .main-header nav {
    top: 9.7rem;
  }
}
header .main-header nav > ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
header .main-header nav > ul > li {
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 0;
}
header .main-header nav > ul > li:hover {
  background-color: #e6f8e0;
}
header .main-header nav > ul > li:hover ul {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  header .main-header nav > ul > li {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    border-bottom: 2px solid #009640;
    background-color: #e6f8e0;
  }
  header .main-header nav > ul > li:hover {
    background-color: #ffffff;
  }
  header .main-header nav > ul > li:first-child {
    border-top: 2px solid #009640;
  }
  header .main-header nav > ul > li:last-child {
    border-bottom: none;
  }
}
header .main-header nav > ul > li a {
  color: #0b2027;
  display: inline-block;
  padding: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 1199px) {
  header .main-header nav > ul > li a {
    display: block;
    width: 100%;
    text-transform: none;
    padding: 0.75rem;
  }
}
header .main-header nav > ul > li ul {
  margin-bottom: 0;
  padding: 1rem 0;
  background-color: #ffffff;
  border: 1px solid #009640;
  border-top: 3px solid #0b2027;
  position: absolute;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
}
@media screen and (max-width: 1199px) {
  header .main-header nav > ul > li ul {
    position: relative;
    border: none;
    padding: 0;
    opacity: 1;
    visibility: visible;
    background-color: #f9f9f9;
  }
}
header .main-header nav > ul > li ul li {
  display: block;
}
@media screen and (max-width: 1199px) {
  header .main-header nav > ul > li ul li:hover {
    background-color: #f9f9f9;
  }
}
header .main-header nav > ul > li ul li a {
  display: block;
  white-space: nowrap;
  padding: 0.75rem 1.2rem;
  font-size: 1rem;
}

footer {
  background-color: #ffffff;
  width: 100%;
  border-top: 3px solid #009640;
}
footer .container-fluid {
  width: 80%;
  display: grid;
  grid-template-columns: max-content 1fr;
}
@media screen and (max-width: 575px) {
  footer .container-fluid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 575px) {
  footer .container-fluid > div.d-flex {
    flex-direction: column;
  }
}
footer p, footer a {
  color: #0b2027;
}
footer a:hover {
  color: #009640;
}
footer .logo {
  padding: 1rem 2rem 1rem 0;
}
@media screen and (max-width: 575px) {
  footer .logo {
    padding: 1rem 0;
    text-align: center;
  }
}
footer address {
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  footer address {
    display: block;
    text-align: center;
    padding-left: 0;
  }
  footer address strong {
    display: block;
  }
}
footer .links {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 0;
}
@media screen and (max-width: 575px) {
  footer .links {
    align-items: center;
  }
}
footer .links p {
  margin-bottom: 0;
}
footer .links nav ul {
  padding-left: 0;
}
footer .links nav ul li {
  text-align: right;
}
@media screen and (max-width: 575px) {
  footer .links nav ul li {
    text-align: center;
  }
}
footer .copyright {
  background-color: #0b2027;
  padding: 0.75rem 0;
}
footer .copyright p {
  display: inline-block;
  color: #f9f9f9;
  margin-bottom: 0;
  font-size: 0.75rem;
}
footer .copyright p a {
  color: #f9f9f9;
}
footer ul {
  list-style: none;
}
footer ul li {
  margin-bottom: 0;
}

.login-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: calc(100vh - 245px - 6.75rem);
  background-image: url("/Custom/img/login-background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.login-wrapper .login {
  border-radius: 10px;
  background: #ffffff;
  width: 95%;
  max-width: 18rem;
  position: relative;
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  overflow: hidden;
}
.login-wrapper .login .logo__login {
  width: 60%;
  margin: 0 auto;
}
.login-wrapper .login .login__footer {
  background-color: #f9f9f9;
  width: 100%;
  padding: 0.5rem;
  border-top: 2px solid #009640;
}
.login-wrapper .login .login__content {
  padding: 1rem 2rem;
}
.login-wrapper .login .login__content h3 {
  font-weight: 700;
}
.login-wrapper .login .login__content input {
  width: 100%;
  padding: 0.35rem;
  margin-bottom: 1rem;
  background-color: #f9f9f9;
  border: 1px solid #009640;
  border-radius: 0.25rem;
  outline: 1px solid transparent;
}
.login-wrapper .login .login__content input:focus {
  outline: 1px solid #009640;
}

.clearfix {
  content: "";
  display: table;
  clear: both;
}

html {
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  html {
    font-size: 16px;
  }
}
html *::selection {
  background-color: #009640;
  color: #ffffff;
}
html body {
  font-family: Calibri, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding-top: 8.5rem;
  overflow-x: hidden;
}
@media screen and (max-width: 991px) {
  html body {
    padding-top: 10.5rem;
  }
}
html body #content .btn {
  color: #ffffff;
  transition: all ease 0.5s;
  padding: 0.2rem 1rem;
  background-color: #009640;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}
html body #content .btn:hover {
  color: #009640;
  background-color: transparent;
}
html body #content .btn:hover:before, html body #content .btn:hover:after {
  width: 100%;
  transition: 800ms ease all;
}
html body #content .btn:before, html body #content .btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #009640;
  box-shadow: -1px -1px 5px 0px #fff, 7px 7px 20px 0px rgba(0, 0, 0, 0.2), 4px 4px 5px 0px rgba(0, 0, 0, 0.1333333333);
  transition: 400ms ease all;
}
html body #content .btn:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}
html body #content .shortcut {
  position: fixed;
  right: -100%;
  top: 12rem;
  transition: all ease 0.5s;
  z-index: 3000;
}
@media screen and (max-width: 991px) {
  html body #content .shortcut {
    display: none;
  }
}
html body #content .shortcut.scrolled {
  right: -13.5rem;
}
html body #content .shortcut.scrolled:hover {
  right: 0;
}
html body #content .shortcut ul {
  list-style: none;
}
html body #content .shortcut ul li {
  transition: all ease 0.5s;
  line-height: normal;
  margin-bottom: 0;
}
html body #content .shortcut ul li:hover {
  margin-left: -1rem;
}
html body #content .shortcut ul li:nth-child(2) {
  margin-top: -2px;
}
html body #content .shortcut ul li:nth-child(2) a {
  background-color: #e6f8e0;
}
html body #content .shortcut ul li:nth-child(3) {
  margin-top: -2px;
}
html body #content .shortcut ul li a {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #0b2027;
  width: 100%;
  min-width: 14rem;
  font-size: 1rem;
  line-height: normal;
  margin-bottom: 0;
  border: 2px solid #009640;
  background-color: #f9f9f9;
}
html body #content .shortcut ul li a svg {
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.25rem;
  color: #009640;
}
html body #content .icon-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
}
@media screen and (max-width: 767px) {
  html body #content .icon-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575px) {
  html body #content .icon-container {
    grid-template-columns: 1fr;
  }
}
html body #content .icon-container .icon {
  justify-content: center;
  text-align: center;
  padding: 1rem;
  background-color: #f9f9f9;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
}
html body #content .icon-container .icon:hover {
  transform: translateY(-0.25em);
}
html body #content .icon-container .icon svg {
  font-size: 1.75rem;
  color: #009640;
  margin-bottom: 0.5rem;
}
html body #content .icon-container .icon h3 {
  margin: 0;
}
html body #content .grey--row .icon-container .icon {
  background-color: #ffffff;
}
html body #content .news-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  html body #content .news-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  html body #content .news-container {
    grid-template-columns: 1fr;
  }
}
html body #content .news-container .news-item {
  background-color: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
html body #content .news-container .news-item .news-item__image {
  min-height: 12.5rem;
  background-size: cover;
  background-position: top center;
}
html body #content .news-container .news-item .news-item__content {
  padding: 1rem;
  background-color: #f9f9f9;
}
html body #content .news-container .news-item .news-item__content h3 {
  margin-bottom: 0.5rem;
}
html body #content .news-container .news-item .news-item__content .news-item__date {
  font-size: 0.9rem;
  color: #009640;
  margin-bottom: 1.5rem;
}
html body #content .slider__image {
  min-height: 400px;
  background-size: cover;
  background-position: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  html body #content .slider__image {
    min-height: 300px;
  }
}
html body #content .grey--row .news-container .news-item .news-item__content, html body #content .green--row .news-container .news-item .news-item__content {
  background-color: #ffffff;
}
html body #content .links {
  width: 100%;
}
html body #content .links .link {
  display: block;
}
html body #content .links .link a {
  font-size: 1.5rem;
  color: #0b2027;
}
@media screen and (max-width: 991px) {
  html body #content .links .link a {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 575px) {
  html body #content .links .link a {
    font-size: 1rem;
  }
}
html body #content .links .link a:hover svg {
  transform: translateY(-0.25rem);
  animation: bounce 0.75s ease infinite;
}
html body #content .links .link a svg {
  color: #009640;
  transition: all ease 0.5s;
  min-width: 2rem;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.3rem);
  }
}
html body #content .header-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 25rem;
}
html body #content .event-list {
  width: 100%;
}
html body #content .event-list .event-category {
  padding: 1rem 0;
  margin-bottom: 2rem;
}
html body #content .event-list .event-category .event {
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr 4fr;
  column-gap: 1rem;
}
@media screen and (max-width: 1399px) {
  html body #content .event-list .event-category .event {
    grid-template-columns: 1fr 1fr 3fr;
  }
}
@media screen and (max-width: 1199px) {
  html body #content .event-list .event-category .event {
    grid-template-columns: 1fr 1fr 2fr;
  }
}
@media screen and (max-width: 1199px) {
  html body #content .event-list .event-category .event {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  html body #content .event-list .event-category .event {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}
html body #content .event-list .event-category .event:nth-child(even) {
  background-color: #f9f9f9;
}
html body #content .event-list .event-category .event:nth-child(odd) {
  background-color: #ffffff;
}
html body #content .event-list .event-category .event .event__date {
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 1rem;
}
@media screen and (max-width: 1199px) {
  html body #content .event-list .event-category .event .event__date {
    grid-area: 1/1/2/2;
  }
}
@media screen and (max-width: 575px) {
  html body #content .event-list .event-category .event .event__date {
    display: none;
  }
}
html body #content .event-list .event-category .event .event__date .event__day {
  font-size: 3rem;
  color: #009640;
}
html body #content .event-list .event-category .event .event__date .event__month-year {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
html body #content .event-list .event-category .event .event__date .event__month-year .event__month, html body #content .event-list .event-category .event .event__date .event__month-year .event__year {
  font-size: 1.1rem;
  text-transform: uppercase;
}
html body #content .event-list .event-category .event .event__date .event__month-year .event__year {
  margin-top: -0.5rem;
}
@media screen and (max-width: 1199px) {
  html body #content .event-list .event-category .event .event__end-date {
    grid-area: 1/2/2/3;
  }
}
html body #content .event-list .event-category .event .event__time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 3rem;
  font-weight: 100;
}
html body #content .event-list .event-category .event .event__infos {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  html body #content .event-list .event-category .event .event__infos {
    grid-area: 2/1/3/3;
  }
}
html body #content .event-list .event-category .event .event__infos .event__title {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  html body #content .event-list .event-category .event .event__infos .event__title {
    font-size: 1.25rem;
  }
}
html body #content .event-list .event-category .event .event__infos .event__date-mobile {
  display: none;
  color: #009640;
}
@media screen and (max-width: 575px) {
  html body #content .event-list .event-category .event .event__infos .event__date-mobile {
    display: block;
  }
}
html body #content .contact-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
}
@media screen and (max-width: 1199px) {
  html body #content .contact-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  html body #content .contact-container {
    grid-template-columns: 1fr;
  }
}
html body #content .contact-container .contact {
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  background-color: #f9f9f9;
  overflow: hidden;
}
html body #content .contact-container .contact:hover {
  transform: translateY(-0.25em);
}
html body #content .contact-container .contact .contact__image {
  min-height: 12.5rem;
  background-size: cover;
  background-position: top center;
}
html body #content .contact-container .contact .contact__info {
  justify-content: center;
  text-align: center;
  padding: 1rem;
  width: 100%;
}
html body #content .contact-container .contact .contact__info .contact__name {
  margin-bottom: 0.5rem;
}
html body #content .grey--row .contact-container .contact {
  background-color: #ffffff;
}
html body #content .content-row {
  padding: 3em 0;
}
html body #content .content-row.green--row {
  background-color: #e6f8e0;
}
html body #content .content-row.grey--row {
  background-color: #f9f9f9;
}
@media screen and (max-width: 575px) {
  html body #content .content-row {
    padding: 2em 1em;
  }
}
html body #content .content-row section.text p {
  max-width: 80%;
}
@media screen and (max-width: 767px) {
  html body #content .content-row section.text p {
    max-width: 100%;
  }
}
html body #content .fixed-box {
  position: absolute;
  right: 0;
  top: -4rem;
  width: 22.5rem;
  background-color: #ffffff;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  padding: 4rem;
  border-radius: 0.5rem;
}
html body #content .fixed-box.green--row {
  background-color: #e6f8e0;
}
html body #content .fixed-box.grey--row {
  background-color: #f9f9f9;
}
@media screen and (max-width: 767px) {
  html body #content .fixed-box {
    position: relative;
    top: 0;
    width: 100%;
    padding: 5em 0;
    box-shadow: none;
  }
}
@media screen and (max-width: 575px) {
  html body #content .fixed-box {
    padding: 3em 1em;
  }
}

/*# sourceMappingURL=style.css.map */
