:root {
  font-size: 16px;
}
@media (max-width: 767px) {
  :root {
    font-size: 14px;
  }
}

body * {
  margin: 0;
  padding: 0;
  color: #182630;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}

.main {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.ff-baskerville {
  font-family: "Libre Baskerville", serif;
}

.ff-lato {
  font-family: "Lato", sans-serif;
}

body *:focus {
  outline: none;
}

body *::before,
body *::after {
  content: "";
}

strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  display: block;
}
h1::before,
h2::before,
h3::before,
h4::before,
h5::before,
h6::before {
  display: none;
}
br::before,
br::after {
  display: none;
}
br {
  height: 0;
  display: block;
}
h1 {
  font-size: 48px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 20px;
  line-height: 24px;
}

sup {
  font-size: 60%;
}

.list {
  padding-left: 1.2rem;
}

.list li{
  font-size: 18px;
  line-height: 34px;
}

.title01.ff-baskerville {
  font-size: 80px;
}
.title01.ff-lato {
  font-size: 80px;
}

.title02.ff-baskerville {
  font-size: 54px;
}
.title03.ff-baskerville {
  font-size: 48px;
}

.title03.ff-lato {
  font-size: 48px;
}

.title04.ff-baskerville {
  font-size: 46px;
}
.title04.ff-lato {
  font-size: 40px;
}

.tt-small {
  font-size: 12px;
  line-height: 24px;
}
.tt-regular *,
.tt-regular {
  font-size: 16px;
  line-height: 32px;
}

.tt-big *,
.tt-big {
  font-size: 18px;
  line-height: 34px;
}

.tt-uppercase {
  text-transform: uppercase;
}

.tt-lowercase {
  text-transform: lowercase;
}

.tt-capitalize {
  text-transform: capitalize;
}

.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}
.ti-0_8 {
  letter-spacing: 0.1em;
}
.ti-1 {
  letter-spacing: 0.15em;
}
.tc-green {
  color: #55a185 !important;
}
.fs-italic {
  font-style: italic;
}

.spacer-0_25 {
  margin-bottom: 0.25rem;
}

.spacer-0_5 {
  margin-bottom: 0.5rem;
}

.spacer-1 {
  margin-bottom: 1rem;
}

.spacer-1_5 {
  margin-bottom: 1.5rem;
}

.spacer-2 {
  margin-bottom: 2rem;
}

.spacer-2_5 {
  margin-bottom: 2.5rem;
}

.spacer-3 {
  margin-bottom: 3rem;
}

.spacer-3_5 {
  margin-bottom: 3.5rem;
}

.spacer-4 {
  margin-bottom: 4rem;
}

.spacer-5 {
  margin-bottom: 5rem;
}

.spacer-5_5 {
  margin-bottom: 5.5rem;
}

.spacer-6 {
  margin-bottom: 6rem;
}

.spacer-6_5 {
  margin-bottom: 6.5rem;
}

.spacer-7 {
  margin-bottom: 7rem;
}

.spacer-7_5 {
  margin-bottom: 7.5rem;
}

.padding-0_25 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.padding-0_5 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.padding-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.padding-1_5 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.padding-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-2_5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.padding-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-3_5 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.padding-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/*==== Buttons ====*/
[class*="primary-button"],
[class*="secondary-button"] {
  padding: 9px 20px 11px 20px;
  border-radius: 50px;
  text-align: center;
  white-space: nowrap;
}
[class*="-button"] {
  font-weight: 400;
  transition: all 0.3s;
  font-size: 16px;
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
}
[class*="-button"]::after {
  transition: all 0.2s;
}

.primary-button,
.primary-button:not([disabled]):focus {
  background-color: #d52819;
  color: #fff;
}
.primary-button[disabled] {
  color: rgba(255, 255, 255, 0.6);
}
.primary-button:not([disabled]):hover {
  background-color: #182630;
}

.secondary-button {
  color: #d52819;
  border: 1px solid #d52819;
  transition: all 0.3s;
}
.secondary-button:focus {
  background-color: #d52819;
  color: #fff;
}
.secondary-button[disabled] {
  opacity: 0.6;
}
.secondary-button:not([disabled]):hover,
.secondary-button:not([disabled]):focus {
  color: #fff;
  background-color: #d52819;
  border: 1px solid transparent;
}

.tertiary-button {
  color: #d52819;
}
.tertiary-button::after {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: -4px;
  height: 1px;
  border-bottom: 1px solid #d52819;
}
.tertiary-button[disabled] {
  opacity: 0.6;
}
.tertiary-button:not([disabled]):hover::after {
  width: 25%;
}

.link-button::after {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: -4px;
  height: 1px;
  border-bottom: 1px solid #182630;
}
.link-button[disabled] {
  opacity: 0.6;
}
.link-button:not([disabled]):hover::after {
  width: 25%;
}

.secondary-button.see-more {
  overflow: hidden;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
  width: 70px;
  color: transparent;
  position: relative;
  text-align: left;
}
.secondary-button.see-more::before {
  color: #d52819;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 22px;
  transform: translate3d(-50%, -50%, 0);
}
.secondary-button.see-more:not([disabled]):hover,
.secondary-button.see-more:not([disabled]):focus {
  width: 90px;
  padding-right: 36px;
  padding-left: 30px;
}
.secondary-button.see-more:not([disabled]):hover::before,
.secondary-button.see-more:not([disabled]):focus::before {
  color: inherit;
  right: 13%;
  left: auto;
}

.button-plus {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #d52819;
  border: 1px solid #d52819;
  display: inline-block;
}
.button-plus::before {
  text-align: center;
  left: 0;
  width: 100%;
  right: auto;
  top: 8px;
}
/*==== End Buttons ====*/

/*==== Event ====*/
.event,
.event * {
  text-transform: uppercase;
  color: #182630;
  display: block;
  font-size: 12px;
}
.event span {
  /*color: #45796f;
  background-color: rgba(67, 120, 111, 0.2);*/

  color: #003d39;
  background-color: rgba(180, 206, 180);

  padding: 4px 10px;
  border-radius: 3px;
  position: relative;
  margin-right: 18px;
  display: inline-block;
}
.event,
.event * {
  font-weight: 700;
}
.event span::after {
  content: "•";
  position: absolute;
  right: -14px;
}
/*==== Event logos====*/

.event.date span::after {
  display: none;
}
/*==== End Event ====*/

/*==== Event Chrono ====*/
.event.chrono,
.event.chrono * {
  text-transform: unset;
}
.event.chrono span {
  color: unset;
  background-color: unset;
  padding: 0;
  border-radius: 0;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: 30px;
  height: 20px;
  margin-right: 5px;
}
.event.chrono {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
@media (min-width: 768px) {
  .event.chrono br {
    display: none;
  }
}
.event.chrono span::after {
  content: "•";
  position: absolute;
  left: 0px;
  right: auto;
  color: #45796f;
}
.event.chrono span::before {
  right: 0px;
  top: 0px;
  font-size: 18px;
}
/*==== End Event Chrono ====*/

/*==== Form ====*/
form {
  max-width: 600px;
  margin: 0 auto;
}

label {
  display: block;
}

input[type="submit"],
button {
  cursor: pointer;
}
input,
button,
select,
textarea {
  outline: none;
  border: none;
}
input:not([type="submit"]),
select,
textarea,
.select {
  width: 100%;
  box-sizing: border-box;
  padding: 6px 0;
  border-bottom: 1px solid #45796f;
  display: block;
  background-color: transparent;
  border-radius: 0px;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  margin-right: 15px;
  cursor: pointer;
  padding-left: 18px;
  position: relative;
  display: inline-block;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before,
input[type="checkbox"] + label::after,
input[type="radio"] + label::after {
  content: "";
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  position: absolute;
  left: 0;
  top: 3px;
  width: 12px;
  height: 12px;
  border: 1px solid #45796f;
  display: block;
}
input[type="radio"] + label::before,
input[type="radio"] + label::after {
  border-radius: 50%;
}
input[type="checkbox"]:checked + label::after,
input[type="radio"]:checked + label::after {
  position: absolute;
  width: 10px;
  height: 10px;
  left: 2px;
  top: 5px;
  background-color: #d52819;
  display: block;
}

textarea {
  resize: none;
  border: 1px solid #45796f;
  padding: 10px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
select::before {
  font-size: 30px;
}

.flaticon-loupe > input {
  padding-right: 30px;
}

*::placeholder {
  color: inherit;
}

.select {
  position: relative;
}
.select input + label {
  display: block;
  margin: 4px 0;
}
.select-trigger {
  cursor: pointer;
}
.select-trigger::before {
  top: 4px;
}
.select-options {
  margin-top: 8px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  top: 102%;
}
.select-options.show {
  visibility: visible;
  opacity: 1;
  padding-bottom: 6px;
}

fieldset {
  border: none;
}
/*==== End Form ====*/

/*==== Dark-Theme ====*/
.dark-theme * {
  color: #fff;
}
.dark-theme [class*="flaticon-"]:hover {
  color: #d52819;
}
.dark-theme .primary-button {
  background-color: #fff;
  color: #003d39;
}
.dark-theme .primary-button[disabled] {
  color: rgba(0, 61, 57, 0.6);
}
.dark-theme .primary-button:not([disabled]):hover {
  color: #fff;
}
.dark-theme .primary-button:focus {
  background-color: #d52819;
  color: #fff;
}

.dark-theme .secondary-button {
  color: #fff;
  border: 1px solid #fff;
}
.dark-theme .secondary-button:focus {
  background-color: #d52819;
  color: #fff;
  border: 1px solid transparent;
}
.dark-theme .secondary-button:not([disabled]):hover {
  background-color: #d52819;
  color: #fff;
  border: 1px solid transparent;
}

.dark-theme .tertiary-button {
  color: #fff;
}
.dark-theme .tertiary-button::after,
.dark-theme .link-button::after {
  border-bottom: 1px solid #fff;
}

form.dark-theme *,
form.dark-theme *::before,
form.dark-theme *::after,
form.dark-theme label::before,
form.dark-theme label::after {
  background-color: transparent;
  border-color: #fff;
}
/*==== End Dark-Theme ====*/
/*==== Linebreak for small / big devices ===*/
.br-desktop {
  display: block;
}
.br-mobile {
  display: none;
}

@media (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
  h4 {
    font-size: 20px;
  }
  .title02.ff-baskerville {
    font-size: 32px;
  }
  .title03.ff-baskerville {
    font-size: 32px;
  }
  .padding-5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .br-desktop {
    display: none;
  }
  .br-mobile {
    display: block;
  }

  .tt-small {
    font-size: 12px;
    line-height: 24px;
  }
}

@media (max-width: 374px) {
  .tt-regular {
    font-size: 15px;
  }
}

.red_link{
  color: #d52819;
  text-decoration: underline;
}