@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap");
/**
Calculate rem
*/
/**
Breakpoints
*/
.h-primaryHeader {
  background-color: #5BA5BE;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #5BA5BE), color-stop(40%, #F18B37));
  background-image: linear-gradient(90deg, #5BA5BE 60%, #F18B37 40%);
}
.h-primaryHeader--agenda {
  background-color: #5BA5BE;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #5BA5BE), color-stop(10%, #96BFBA));
  background-image: linear-gradient(90deg, #5BA5BE 90%, #96BFBA 10%);
}
@media (min-width: 768px) {
  .h-primaryHeader--agenda {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #5BA5BE), color-stop(40%, #96BFBA));
    background-image: linear-gradient(90deg, #5BA5BE 60%, #96BFBA 40%);
  }
}
.h-primaryHeader--contact {
  background-color: #5BA5BE;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #5BA5BE), color-stop(10%, #F18B37));
  background-image: linear-gradient(90deg, #5BA5BE 90%, #F18B37 10%);
}
@media (min-width: 768px) {
  .h-primaryHeader--contact {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #5BA5BE), color-stop(40%, #F18B37));
    background-image: linear-gradient(90deg, #5BA5BE 60%, #F18B37 40%);
  }
}
.h-primaryHeader--blueRed {
  background-color: #5BA5BE;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #5BA5BE), color-stop(10%, #F26380));
  background-image: linear-gradient(90deg, #5BA5BE 90%, #F26380 10%);
}
@media (min-width: 768px) {
  .h-primaryHeader--blueRed {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #5BA5BE), color-stop(40%, #F26380));
    background-image: linear-gradient(90deg, #5BA5BE 60%, #F26380 40%);
  }
}
.h-primaryHeader--blueGreen {
  background-color: #5BA5BE;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #5BA5BE), color-stop(10%, #96BFBA));
  background-image: linear-gradient(90deg, #5BA5BE 90%, #96BFBA 10%);
}
@media (min-width: 768px) {
  .h-primaryHeader--blueGreen {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #5BA5BE), color-stop(40%, #96BFBA));
    background-image: linear-gradient(90deg, #5BA5BE 60%, #96BFBA 40%);
  }
}
.h-primaryHeader--blueOrange {
  background-color: #5BA5BE;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #5BA5BE), color-stop(10%, #F18B37));
  background-image: linear-gradient(90deg, #5BA5BE 90%, #F18B37 10%);
}
@media (min-width: 768px) {
  .h-primaryHeader--blueOrange {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #5BA5BE), color-stop(40%, #F18B37));
    background-image: linear-gradient(90deg, #5BA5BE 60%, #F18B37 40%);
  }
}
.h-primaryHeader--greenBlue {
  background-color: #5BA5BE;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #96BFBA), color-stop(10%, #5BA5BE));
  background-image: linear-gradient(90deg, #96BFBA 90%, #5BA5BE 10%);
}
@media (min-width: 768px) {
  .h-primaryHeader--greenBlue {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #96BFBA), color-stop(40%, #5BA5BE));
    background-image: linear-gradient(90deg, #96BFBA 60%, #5BA5BE 40%);
  }
}
.h-primaryHeader .noPads {
  padding: 0;
}
.h-primaryHeader * {
  color: #23222C;
}
.h-primaryHeader__content {
  padding: 50px 25px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.h-primaryHeader__content p {
  font-size: 1.3125rem;
  line-height: 2rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #23222C;
}
@media (min-width: 991px) {
  .h-primaryHeader__content p {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
.h-primaryHeader__content__breadcrumb {
  margin-bottom: 40px;
}
.h-primaryHeader__img {
  min-height: 185px;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 768px) {
  .h-primaryHeader__img {
    min-height: 520px;
  }
}
.h-primaryHeader__img--bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 24%;
  height: 100%;
  background-color: rgba(216, 19, 58, 0.65);
}
.h-primaryHeader__img--bar--contact {
  display: none;
}
.h-primaryHeader__img--bar--agenda {
  right: unset;
  left: 0;
}
.h-primaryHeader-agenda {
  padding: 30px 15px;
  background-color: #F18B37;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.h-primaryHeader-agenda h2 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #23222C;
  margin-bottom: 35px;
}
@media (min-width: 991px) {
  .h-primaryHeader-agenda h2 {
    font-size: 1.75rem;
    line-height: 2.625rem;
  }
}
.h-primaryHeader-agenda hr {
  border-top: 1px solid #23222C;
}
.h-primaryHeader-agenda-item__date {
  color: #454358;
  font-size: 16px;
  line-height: 26px;
}
.h-primaryHeader-agenda-item__title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
}
@media (min-width: 991px) {
  .h-primaryHeader-agenda-item__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.h-primaryHeader-contact {
  padding: 30px 15px;
  background-color: #96BFBA;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.h-primaryHeader-contact h2 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #23222C;
}
@media (min-width: 991px) {
  .h-primaryHeader-contact h2 {
    font-size: 1.75rem;
    line-height: 2.625rem;
  }
}
.h-primaryHeader-contact__img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 190px;
  margin: 20px 0;
  max-width: 190px;
}
.h-primaryHeader-contact__name {
  margin-bottom: 5px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #23222C;
}
@media (min-width: 991px) {
  .h-primaryHeader-contact__name {
    font-size: 1.3125rem;
    line-height: 2rem;
  }
}
.h-primaryHeader-contact__function {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  color: #23222C;
}
@media (min-width: 991px) {
  .h-primaryHeader-contact__function {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.h-primaryHeader-contact-socials {
  margin-top: 25px;
  text-align: center;
}
.h-primaryHeader-contact-socials__social {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.h-primaryHeader-contact-socials__social:hover, .h-primaryHeader-contact-socials__social:focus {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.h-primaryHeader-logos {
  padding: 25px;
  background-color: #F3F3F6;
}
.h-primaryHeader-logos-partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.h-primaryHeader-logos-partners__title {
  font-weight: bold;
  min-width: 130px;
}
.h-primaryHeader-logos-partners-row {
  width: calc(100% - 130px);
}
.h-primaryHeader-logos-partners-row-partner {
  display: inline-block;
  width: 180px;
  height: 90px;
}
.h-primaryHeader-logos-partners-row-partner__image {
  width: 180px;
  height: 90px;
  background-position: center;
  background-size: 25%;
  background-repeat: no-repeat;
}

.h-primaryHeader.h-primaryHeader--empty.h-primaryHeader--Array {
  background-image: unset;
}
@media (min-width: 768px) {
  .h-primaryHeader.h-primaryHeader--empty.h-primaryHeader--Array {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #5BA5BE), color-stop(40%, #F18B37));
    background-image: linear-gradient(90deg, #5BA5BE 60%, #F18B37 40%);
  }
}

.h-primaryHeader__img--caption {
  left: 20px;
  bottom: 20px;
  font-size: 12px;
  position: absolute;
  font-style: italic;
}
.h-primaryHeader__img--caption--black {
  color: black;
}
.h-primaryHeader__img--caption--white {
  color: white;
}