@charset "UTF-8";
button {
  position: relative;
  outline: none;
  box-shadow: 0 0 0 white;
  background-color: transparent;
  border-radius: 10px;
  cursor: pointer;
  padding: 0;
  font-size: 17px;
  font-size: 1.1333333333rem;
  font-family: "Roboto", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
button:focus, button.focus {
  outline: 0;
  box-shadow: 0 0 0 0 white;
}
button.disabled, button:disabled {
  box-shadow: none;
}

.btn,
.button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0.7rem 1.9rem;
  border: 1px solid transparent;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  border-radius: 10px;
  margin: 1rem auto;
  transition: all 0.35s ease-in-out;
}
.btn:hover,
.button:hover {
  transition: all 0.35s ease-in-out;
  color: white !important;
}
.pany .btn:hover,
.pany .button:hover {
  background-color: #131522 !important;
  border-color: #131522;
}
.paro .btn:hover,
.paro .button:hover {
  background-color: #131522 !important;
  border-color: #FFFFFF;
}
.padu .btn:hover,
.padu .button:hover {
  background-color: #0D1D34 !important;
  border-color: #0D1D34;
}
.palo .btn:hover,
.palo .button:hover {
  background-color: #001091 !important;
  border-color: #FFFFFF;
}

.pany .btn-primary, .pany #newsletter #sib-container button[type=submit], #newsletter #sib-container .pany button[type=submit],
.pany .frm_button_submit,
.pany .filled {
  background-color: #FFD766;
  color: #131522;
}
.paro .btn-primary, .paro #newsletter #sib-container button[type=submit], #newsletter #sib-container .paro button[type=submit],
.paro .frm_button_submit,
.paro .filled {
  background-color: #a81f3c;
  color: #FFFFFF;
}
.padu .btn-primary, .padu #newsletter #sib-container button[type=submit], #newsletter #sib-container .padu button[type=submit],
.padu .frm_button_submit,
.padu .filled {
  background-color: #F2B077;
  color: #0D1D34;
}
.palo .btn-primary, .palo #newsletter #sib-container button[type=submit], #newsletter #sib-container .palo button[type=submit],
.palo .frm_button_submit,
.palo .filled {
  background-color: #E2251F;
  color: #FFFFFF;
}

.btn-black {
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.pany .btn-black {
  background-color: #131522;
}
.paro .btn-black {
  background-color: #131522;
}
.padu .btn-black {
  background-color: #0D1D34;
}
.palo .btn-black {
  background-color: #131522;
}

.btn-outlined-dark,
.btn-secondary,
.filled.black {
  border: 1px solid #ACACAC;
  background-color: white !important;
}
.pany .btn-outlined-dark,
.pany .btn-secondary,
.pany .filled.black {
  color: #131522;
}
.paro .btn-outlined-dark,
.paro .btn-secondary,
.paro .filled.black {
  color: #131522;
}
.padu .btn-outlined-dark,
.padu .btn-secondary,
.padu .filled.black {
  color: #0D1D34;
}
.palo .btn-outlined-dark,
.palo .btn-secondary,
.palo .filled.black {
  color: #131522;
}

.pany .frm_button_submit {
  background-color: #FFF7E5;
  color: #131522;
}
.paro .frm_button_submit {
  background-color: #F0F7EC;
  color: #131522;
}
.padu .frm_button_submit {
  background-color: #FFF4EB;
  color: #0D1D34;
}
.palo .frm_button_submit {
  background-color: #EBF7FA;
  color: #131522;
}

.btn-underlined-dark {
  border: 0;
  text-decoration: underline;
  margin-bottom: 0.5rem;
}

.btn-contact {
  padding-right: 4rem;
  background: center right 1rem/auto no-repeat url(../src/img/email.svg);
}

.button-team {
  display: grid;
  flex: 0 0 310px;
  border: 1px solid #DDD;
  border-radius: 20px;
  padding: 0.75rem 1rem !important;
  min-height: 70px;
}
.pany .button-team {
  background-color: #F8F8F8;
  color: #131522;
}
.paro .button-team {
  background-color: #F8F8F8;
  color: #131522;
}
.padu .button-team {
  background-color: #F8F8F8;
  color: #0D1D34;
}
.palo .button-team {
  background-color: #F8F8F8;
  color: #131522;
}
@media only screen and (max-width: 992px) {
  .button-team {
    flex: 0 0 100%;
    margin-bottom: 1rem;
  }
}
.button-team p {
  margin-bottom: 0;
  font-size: 1.1rem;
  width: 100%;
  height: 100%;
}
.button-team.wp-block-media-text figure {
  max-width: 60px;
}
.button-team.wp-block-media-text figure img {
  max-height: 45px;
}
.button-team.wp-block-media-text figure.wp-block-media-text__media {
  margin: 0;
}
.button-team.no-max {
  max-height: -moz-max-content;
  max-height: max-content;
}
.button-team.no-max figure {
  max-width: unset;
}
.button-team.no-max figure img {
  max-height: none;
  border-radius: 20px;
}
.button-team.no-max p {
  font-size: 1.25rem;
}
.button-team .wp-block-media-text__content {
  direction: ltr;
  grid-column: 2;
  grid-row: 1;
  padding: 0 8%;
  word-break: break-word;
  align-self: center;
}

.container-team .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.container-team .wp-block-media-text__content {
  height: 100%;
}
.container-team .wp-block-media-text__content a {
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.container-team .wp-block-media-text__content a:hover {
  text-decoration: underline;
  background: none;
}

.container-activities .button-team {
  padding: 1.5rem 1rem !important;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 992px) {
  .container-activities .button-team {
    padding: 1rem !important;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 992px) {
  .container-activities .button-team .wp-block-media-text__media {
    min-height: auto;
  }
}
.container-activities .button-team .wp-block-media-text__content {
  height: auto;
}
@media only screen and (max-width: 992px) {
  .container-activities .button-team .wp-block-media-text__content {
    padding: 0 0.5rem !important;
  }
}
.container-activities .button-team h3, .container-activities .button-team h4 {
  margin-bottom: 0.25rem;
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 600;
}
.container-activities .button-team h3 + *, .container-activities .button-team h4 + * {
  margin-top: 1rem;
  font-size: 16px;
}
.container-activities .button-team h3 + *.tag-exclu, .container-activities .button-team h4 + *.tag-exclu {
  margin-top: 0;
}
.container-activities .button-team h3 + *.tag-exclu + *, .container-activities .button-team h4 + *.tag-exclu + * {
  margin-top: 1rem;
  font-size: 16px;
}
@media only screen and (max-width: 992px) {
  .container-activities .button-team h3, .container-activities .button-team h4 {
    margin-top: 1rem;
  }
}
.container-activities .button-team .margin-b {
  margin-bottom: 1rem;
}
.container-activities .button-team h3 {
  font-size: 1.5rem;
}
.container-activities .button-team h5 {
  font-size: 1.25rem;
}
.container-activities .button-team.no-max p {
  font-size: 1rem;
}
@media only screen and (min-width: 992px) {
  .container-activities .button-team.no-max figure img {
    max-height: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .container-activities .button-team.no-max figure img {
    position: relative;
  }
}
.container-activities .button-team li {
  font-size: 16px;
}
.container-activities .button-team .push {
  background-color: white;
}
@media only screen and (max-width: 992px) {
  .container-activities .button-team .push {
    padding: 1rem;
  }
}
@media only screen and (max-width: 992px) {
  .container-activities .button-team .push ul {
    margin-left: 1rem;
  }
}
.container-activities .button-team p {
  height: auto;
}
.container-activities .button-team .wp-block-media-text__content {
  direction: ltr;
  grid-column: 2;
  grid-row: 1;
  padding: 0 8%;
  word-break: break-word;
  align-self: center;
}

#newsletter #sib-container {
  margin: auto;
  background: none;
}
#newsletter #sib-container form#sib-form {
  display: flex;
  width: 90vw;
  flex-direction: column;
  margin: auto;
}
@media only screen and (min-width: 992px) {
  #newsletter #sib-container form#sib-form {
    width: 40vw;
  }
}
#newsletter #sib-container form#sib-form .row {
  margin: 0;
  flex-grow: 1;
}
#newsletter #sib-container form#sib-form .input_group {
  display: flex;
  width: 100%;
}
#newsletter #sib-container form#sib-form .sib-input {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  #newsletter #sib-container form#sib-form .sib-input {
    width: 50%;
  }
}
#newsletter #sib-container form#sib-form .sib-input .entry__field {
  background: none;
  border: none;
  margin: 0;
}
#newsletter #sib-container form#sib-form .sib-input .entry__field input {
  border: 1px solid white;
  border-radius: 10px;
  height: 55px;
  padding: 0 1rem 0 1.5rem;
  margin: 0.5rem 0;
  font-size: 15px;
  font-size: 1rem;
}
.pany #newsletter #sib-container form#sib-form .sib-input .entry__field input {
  background-color: transparent;
}
.paro #newsletter #sib-container form#sib-form .sib-input .entry__field input {
  background-color: transparent;
}
.padu #newsletter #sib-container form#sib-form .sib-input .entry__field input {
  background-color: transparent;
}
.palo #newsletter #sib-container form#sib-form .sib-input .entry__field input {
  background-color: transparent;
}
@media only screen and (min-width: 992px) {
  #newsletter #sib-container form#sib-form .sib-input .entry__field input {
    margin: 0;
    font-size: 16px;
    font-size: 1.0666666667rem;
    height: 65px;
    border-radius: 20px;
  }
}
#newsletter #sib-container button[type=submit] {
  margin-left: 0;
  margin-top: 2rem;
  background-image: none;
  width: 100%;
  height: 50px;
}
@media only screen and (min-width: 992px) {
  #newsletter #sib-container button[type=submit] {
    padding-left: 50px;
    padding-right: 50px;
    width: auto;
  }
}

.axeptio_mount {
  z-index: 888 !important;
}

div#axeptio_overlay {
  z-index: 999999 !important;
}

.container-large, .container {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 15px);
}
@media screen and (min-width: 576px) {
  .container-large, .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container-large, .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .container-large, .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container-large, .container {
    max-width: 1090px;
  }
}
@media screen and (min-width: 1400px) {
  .container-large, .container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1920px) {
  .container-large, .container {
    max-width: 1320px;
  }
}

.container-small {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 15px);
}
@media screen and (min-width: 576px) {
  .container-small {
    max-width: calc(540px - 12%);
  }
}
@media screen and (min-width: 768px) {
  .container-small {
    max-width: calc(720px - 12%);
  }
}
@media screen and (min-width: 992px) {
  .container-small {
    max-width: calc(960px - 12%);
  }
}
@media screen and (min-width: 1200px) {
  .container-small {
    max-width: calc(1090px - 12%);
  }
}
@media screen and (min-width: 1400px) {
  .container-small {
    max-width: calc(1280px - 12%);
  }
}
@media screen and (min-width: 1920px) {
  .container-small {
    max-width: calc(1320px - 12%);
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 15px);
  width: calc(100% - 15px);
}
@media screen and (min-width: 1400px) {
  .container-fluid {
    width: calc(90% - 15px);
  }
}

.container-full {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 15px);
  width: 100%;
}

.container-slider {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 15px);
  width: 100%;
  padding-left: 7.5px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media screen and (min-width: 1200px) {
  .row {
    margin-left: calc(-0.5 * 1rem);
    margin-right: calc(-0.5 * 1rem);
  }
}
.row > * {
  padding-left: calc(0.5 * 1rem);
  padding-right: calc(0.5 * 1rem);
}
@media screen and (max-width: 768px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}

.col {
  flex: 0 0 auto;
  width: 100%;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .col-com-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-com-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-com-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-com-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-com-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-com-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-com-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-com-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-com-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-com-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-com-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-com-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .block-section {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 992px) {
  .block-section.p0 {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 992px) {
  .separ-block {
    border-top: 8px solid;
    margin: 2rem auto;
  }
  .pany .separ-block {
    border-color: #F8F8F8;
  }
  .paro .separ-block {
    border-color: #F8F8F8;
  }
  .padu .separ-block {
    border-color: #F8F8F8;
  }
  .palo .separ-block {
    border-color: #F8F8F8;
  }
}

@media only screen and (min-width: 992px) {
  .flex-reverse {
    flex-direction: row-reverse;
  }
}

.wp-block-columns.gap-1 {
  gap: 1rem;
  margin-bottom: 1rem;
}

*, *:before, *:after {
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font: 1rem "Roboto", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1em;
  position: relative;
}

p, pre, ul, ol, strong, span,
dl, dd, blockquote, address, table,
fieldset, form {
  line-height: 1.5;
  font-weight: initial;
  margin-top: 0;
  font-family: "Roboto", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #222222;
}

p, li {
  margin-bottom: 15px;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.35;
}
@media screen and (min-width: 992px) {
  p, li {
    font-size: 17px;
    font-size: 1.1333333333rem;
    line-height: 1.6;
  }
}

li {
  margin-bottom: 0;
  line-height: 1.85;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  font-weight: 600;
}
.pany a {
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
  color: #131522;
}
.paro a {
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
  color: #131522;
}
.padu a {
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
  color: #0D1D34;
}
.palo a {
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
  color: #131522;
}
.pany a:hover {
  background-color: #FFD766;
  color: #131522;
}
.paro a:hover {
  background-color: #a81f3c;
  color: #FFFFFF;
}
.padu a:hover {
  background-color: #F2B077;
  color: #0D1D34;
}
.palo a:hover {
  background-color: #E2251F;
  color: #FFFFFF;
}
a svg, a i {
  margin-right: 10px;
}

.entry-content p a, .entry-content li a, .entry-content span a, .entry-content strong a,
.entry-header p a,
.entry-header li a,
.entry-header span a,
.entry-header strong a {
  text-decoration: none;
  border-bottom: 2px solid;
}
.pany .entry-content p a, .pany .entry-content li a, .pany .entry-content span a, .pany .entry-content strong a,
.pany .entry-header p a,
.pany .entry-header li a,
.pany .entry-header span a,
.pany .entry-header strong a {
  border-color: #FFD766;
}
.paro .entry-content p a, .paro .entry-content li a, .paro .entry-content span a, .paro .entry-content strong a,
.paro .entry-header p a,
.paro .entry-header li a,
.paro .entry-header span a,
.paro .entry-header strong a {
  border-color: #a81f3c;
}
.padu .entry-content p a, .padu .entry-content li a, .padu .entry-content span a, .padu .entry-content strong a,
.padu .entry-header p a,
.padu .entry-header li a,
.padu .entry-header span a,
.padu .entry-header strong a {
  border-color: #F2B077;
}
.palo .entry-content p a, .palo .entry-content li a, .palo .entry-content span a, .palo .entry-content strong a,
.palo .entry-header p a,
.palo .entry-header li a,
.palo .entry-header span a,
.palo .entry-header strong a {
  border-color: #001091;
}
.entry-content p a:hover, .entry-content li a:hover, .entry-content span a:hover, .entry-content strong a:hover,
.entry-header p a:hover,
.entry-header li a:hover,
.entry-header span a:hover,
.entry-header strong a:hover {
  color: inherit;
}
.pany .entry-content p a:hover, .pany .entry-content li a:hover, .pany .entry-content span a:hover, .pany .entry-content strong a:hover,
.pany .entry-header p a:hover,
.pany .entry-header li a:hover,
.pany .entry-header span a:hover,
.pany .entry-header strong a:hover {
  background-color: #FFD766;
}
.paro .entry-content p a:hover, .paro .entry-content li a:hover, .paro .entry-content span a:hover, .paro .entry-content strong a:hover,
.paro .entry-header p a:hover,
.paro .entry-header li a:hover,
.paro .entry-header span a:hover,
.paro .entry-header strong a:hover {
  background-color: #a81f3c;
}
.padu .entry-content p a:hover, .padu .entry-content li a:hover, .padu .entry-content span a:hover, .padu .entry-content strong a:hover,
.padu .entry-header p a:hover,
.padu .entry-header li a:hover,
.padu .entry-header span a:hover,
.padu .entry-header strong a:hover {
  background-color: #F2B077;
}
.palo .entry-content p a:hover, .palo .entry-content li a:hover, .palo .entry-content span a:hover, .palo .entry-content strong a:hover,
.palo .entry-header p a:hover,
.palo .entry-header li a:hover,
.palo .entry-header span a:hover,
.palo .entry-header strong a:hover {
  background-color: #001091;
}

figure img {
  width: 100%;
  height: 100%;
}
figure a:hover {
  background-color: inherit !important;
  transform: none !important;
}

img, svg {
  max-width: 100%;
  height: auto;
  width: -moz-fit-content;
  width: fit-content;
}

meta {
  display: none;
}

:focus {
  outline: -webkit-focus-ring-color auto 0;
}

::-moz-selection {
  text-shadow: none;
}

::selection {
  text-shadow: none;
}
.pany ::-moz-selection {
  color: #131522;
  background-color: #FFD766;
}
.pany ::selection {
  color: #131522;
  background-color: #FFD766;
}
.paro ::-moz-selection {
  color: #FFFFFF;
  background-color: #a81f3c;
}
.paro ::selection {
  color: #FFFFFF;
  background-color: #a81f3c;
}
.padu ::-moz-selection {
  color: #0D1D34;
  background-color: #F2B077;
}
.padu ::selection {
  color: #0D1D34;
  background-color: #F2B077;
}
.palo ::-moz-selection {
  color: #FFFFFF;
  background-color: #E2251F;
}
.palo ::selection {
  color: #FFFFFF;
  background-color: #E2251F;
}

::-moz-selection {
  text-shadow: none;
}
.pany ::-moz-selection {
  color: #131522;
  background-color: #FFD766;
}
.paro ::-moz-selection {
  color: #131522;
  background-color: #a81f3c;
}
.padu ::-moz-selection {
  color: #0D1D34;
  background-color: #F2B077;
}
.palo ::-moz-selection {
  color: #131522;
  background-color: #001091;
}

::-webkit-selection {
  text-shadow: none;
}
.pany ::-webkit-selection {
  color: #131522;
  background-color: #FFD766;
}
.paro ::-webkit-selection {
  color: #131522;
  background-color: #a81f3c;
}
.padu ::-webkit-selection {
  color: #0D1D34;
  background-color: #F2B077;
}
.palo ::-webkit-selection {
  color: #131522;
  background-color: #001091;
}

.text-center {
  justify-content: center;
  display: flex;
}

.no-margin {
  margin: 0 auto !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.mb-4 {
  margin-bottom: 3rem;
  display: block;
}

h1, h2, h3, h4, h5, h6, wp-block-heading {
  line-height: 1.2;
  margin-bottom: 1rem;
  font-weight: initial;
}
.pany h1, .pany h2, .pany h3, .pany h4, .pany h5, .pany h6, .pany wp-block-heading {
  color: #131522;
}
.paro h1, .paro h2, .paro h3, .paro h4, .paro h5, .paro h6, .paro wp-block-heading {
  color: #131522;
}
.padu h1, .padu h2, .padu h3, .padu h4, .padu h5, .padu h6, .padu wp-block-heading {
  color: #0D1D34;
}
.palo h1, .palo h2, .palo h3, .palo h4, .palo h5, .palo h6, .palo wp-block-heading {
  color: #131522;
}
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i, wp-block-heading i {
  margin-right: 1rem;
}

h1 {
  font-size: 25px;
  font-size: 1.6666666667rem;
  font-family: "Roboto", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 576px) {
  h1 {
    font-size: 40px;
    font-size: 2.6666666667rem;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 55px;
    font-size: 3.6666666667rem;
  }
}

h2,
.section-title {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1200px) {
  h2,
.section-title {
    font-size: 36px;
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}

.series h2,
.series .section-title {
  counter-increment: section;
}
.series h2:before,
.series .section-title:before {
  content: counter(section);
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 1rem;
  border-radius: 50%;
  font-weight: 400;
}
.pany .series h2:before,
.pany .series .section-title:before {
  background-color: #FFD766;
  color: #131522;
}
.paro .series h2:before,
.paro .series .section-title:before {
  background-color: #a81f3c;
  color: #131522;
}
.padu .series h2:before,
.padu .series .section-title:before {
  background-color: #F2B077;
  color: #0D1D34;
}
.palo .series h2:before,
.palo .series .section-title:before {
  background-color: #001091;
  color: #131522;
}

.section-title {
  justify-content: center;
  display: flex;
}

h3 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 24px;
    font-size: 1.6rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}

h2:has(+ h3) {
  margin-bottom: 0;
}

h4 {
  font-size: 1.35rem;
  font-weight: 500;
  margin: 2rem 0;
}

@media screen and (min-width: 992px) {
  .centered h2 {
    text-align: center;
    width: 100%;
  }
}

.waves {
  background: center/contain no-repeat url(../src/img/waves-grey.svg);
  margin-bottom: 3rem;
}

hr,
.wp-block-separator {
  height: 8px;
}
.pany hr,
.pany .wp-block-separator {
  background-color: #F8F8F8;
  border: 0;
  margin-top: 3rem;
}
.paro hr,
.paro .wp-block-separator {
  background-color: #F8F8F8;
  border: 0;
  margin-top: 3rem;
}
.padu hr,
.padu .wp-block-separator {
  background-color: #F8F8F8;
  border: 0;
  margin-top: 3rem;
}
.palo hr,
.palo .wp-block-separator {
  background-color: #F8F8F8;
  border: 0;
  margin-top: 3rem;
}

.entete-h {
  padding: 1rem;
  justify-content: center;
  display: flex;
  font-size: 1.25rem;
  margin: 2rem auto;
  font-weight: 500;
  color: white;
}
.pany .entete-h {
  background-color: #131522;
}
.paro .entete-h {
  background-color: #131522;
}
.padu .entete-h {
  background-color: #0D1D34;
}
.palo .entete-h {
  background-color: #131522;
}

.pass-options-title {
  font-size: 1.5rem;
  padding: 0 0.15rem;
  margin-top: 1rem;
  font-weight: 500;
}

.social-links {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
@media only screen and (max-width: 992px) {
  .social-links {
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-around;
  }
}
.social-links a:hover {
  text-decoration: none;
  background-color: transparent;
}
.social-links a svg {
  max-width: 24px;
  max-height: 24px;
}

.pany .topbar-wrapper .social-links path {
  fill: #131522;
}
.paro .topbar-wrapper .social-links path {
  fill: #131522;
}
.padu .topbar-wrapper .social-links path {
  fill: #0D1D34;
}
.palo .topbar-wrapper .social-links path {
  fill: #131522;
}

.block-header {
  display: flex;
  z-index: 2;
  position: relative;
}
.block-header .block-branding {
  flex-basis: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 2rem;
}
@media screen and (max-width: 992px) {
  .block-header .block-branding {
    flex-basis: 40%;
  }
}
.block-header .block-branding a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  max-width: 200px;
}
.block-header .block-navs {
  flex-basis: calc(100% - 20%);
  display: flex;
  z-index: 1000;
}
.block-header .main-menu {
  display: flex;
  width: 95%;
  max-width: 95%;
}
@media screen and (min-width: 1920px) {
  .block-header .main-menu {
    width: 100%;
    max-width: 100%;
  }
}
.block-header .main-menu > li {
  display: flex;
  align-items: stretch;
}
@media screen and (min-width: 992px) {
  .block-header .main-menu > li {
    flex-grow: 1;
    position: relative;
  }
}
.block-header .menu-link {
  transition: background 0.2s, color 1s;
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (min-width: 992px) {
  .block-header .menu-link {
    justify-content: flex-start;
    font-size: 1.05rem;
    font-weight: 500;
  }
}
.block-header .menu-link.mega-bar-link-has-children {
  cursor: default;
}
.block-header .menu-link[aria-haspopup=true]:after {
  content: "";
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowRight.svg");
  background-size: 14px;
  width: 14px;
  height: 14px;
}
.block-header .mega-menu {
  z-index: 10;
}
.block-header .mega-menu--multiLevel {
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .block-header .nav > nav {
    max-width: 900px;
    margin: 0 auto;
  }
  .block-header .main-menu [aria-haspopup=true] ~ ul {
    display: none;
  }
  .block-header .main-menu {
    position: relative;
  }
  .block-header .main-menu > li > [aria-haspopup=true]:after {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowBottom.svg");
  }
  .block-header .main-menu > li > [aria-haspopup=true]:hover:after {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowBottom.svg#light");
  }
  .block-header .main-menu > li > [aria-haspopup=true]:hover ~ ul {
    display: flex;
    transform-origin: top;
    animation: dropdown 0.2s ease-out;
  }
  .block-header .main-menu > li > [aria-haspopup=true] ~ ul:hover {
    display: flex;
  }
  .block-header .main-menu > li:hover > [aria-haspopup=true] ~ ul {
    display: flex;
  }
  .block-header .main-menu > li:hover > [aria-haspopup=true]:after, .block-header .main-menu > li:hover > a:after {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowBottom.svg#light");
  }
  .block-header .mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: -moz-max-content;
    width: max-content;
  }
  .block-header .mega-menu:hover {
    display: flex;
  }
  .block-header .mega-menu--multiLevel > li > [aria-haspopup=true] ~ ul {
    left: 100%;
    width: calc(100%/3);
  }
  .block-header .mega-menu--multiLevel > li > [aria-haspopup=true] ~ ul ul {
    width: 100%;
    left: 100%;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .block-header .mega-menu--multiLevel li {
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  .block-header .mega-menu--multiLevel li:hover > [aria-haspopup=true] ~ ul {
    display: block;
    transform-origin: left;
    animation: flyout 0.2s ease-out;
    width: -moz-max-content;
    width: max-content;
    padding-top: 0;
    border-left: 1px solid #ddd;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (min-width: 992px) {
  .block-header .mega-menu--multiLevel li:focus-within > [aria-haspopup=true] ~ ul {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .block-header .mega-menu--multiLevel [aria-haspopup=true] ~ ul:hover, .block-header .mega-menu--multiLevel [aria-haspopup=true]:hover {
    display: block;
  }
  .block-header .mega-menu--multiLevel [aria-haspopup=true] ~ ul {
    position: absolute;
    top: 0;
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .block-header .mega-menu--flat > * {
    flex: 1;
  }
}
@media screen and (min-width: 992px) {
  .block-header .mobile-menu-trigger, .block-header .mobile-menu-header, .block-header .mobile-menu-back-item {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .block-header .mobile-menu-trigger, .block-header .mobile-menu-header, .block-header .mobile-menu-back-item {
    display: block;
    z-index: 100;
  }
  .block-header .mobile-menu-trigger {
    position: absolute;
    top: 12px;
    z-index: 10;
    border: 0;
    padding: 0.5rem;
    font-size: 1.2em;
    border-radius: 4px;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
  }
  .block-header .mobile-menu-trigger:hover {
    background: none;
  }
  .block-header .mobile-menu-trigger .burger-container {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
  }
  .block-header .mobile-menu-trigger .burger-container .line {
    width: 30px;
    height: 2px;
    margin: 6px 0;
    display: block;
    position: relative;
    z-index: 2;
    transform: rotate(0deg);
    left: 0;
    top: 0;
    transition: all 0.35s ease-in-out;
  }
  .pany .block-header .mobile-menu-trigger .burger-container .line {
    background-color: #131522;
  }
  .paro .block-header .mobile-menu-trigger .burger-container .line {
    background-color: #131522;
  }
  .padu .block-header .mobile-menu-trigger .burger-container .line {
    background-color: #0D1D34;
  }
  .palo .block-header .mobile-menu-trigger .burger-container .line {
    background-color: #131522;
  }
  .block-header .mobile-menu-trigger.is-active .line-top {
    transform: rotate(-45deg);
    top: 5px;
    transition: all 0.35s ease-in-out;
  }
  .block-header .mobile-menu-trigger.is-active .line-middle {
    width: 0;
    transition: all 0.35s ease-in-out;
  }
  .block-header .mobile-menu-trigger.is-active .line-bottom {
    transform: rotate(45deg);
    transition: all 0.35s ease-in-out;
    top: -10px;
  }
  .block-header .mobile-menu-header {
    order: -1;
  }
  .block-header .main-menu {
    flex-direction: column;
    position: fixed;
    top: 57px;
    left: -100%;
    height: 100vh;
    width: 350px;
    max-width: 350px;
    overflow-x: hidden;
    transition: left 0.35s;
    padding-top: calc(1.4em + 37px);
  }
  .block-header .main-menu > li > [aria-haspopup=true] ~ ul {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 110%;
    top: 0;
    height: 100vh;
    width: 100%;
    transition: left 0.35s;
  }
  .block-header .main-menu > li > [aria-haspopup=true] ~ ul [aria-haspopup=true]:after {
    content: "+";
    background: none;
    font-size: 1em;
    font-weight: normal;
    height: 20px;
    line-height: 1;
  }
  .block-header .main-menu > li > [aria-haspopup=true] ~ ul [aria-haspopup=true] ~ ul {
    max-height: 0px;
    transform-origin: top;
    transform: scaleY(0);
    transition: max-height 0.3s;
  }
  .block-header .main-menu > li > [aria-haspopup=true] ~ ul [aria-haspopup=true]:hover ~ ul {
    transform: none;
  }
  .block-header .mobile-menu-back-item {
    order: -1;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    border-bottom: 0 !important;
  }
  .block-header .mobile-menu-back-item a {
    max-height: calc(1.4em + 37px);
    margin-top: calc(0px - (1.4em + 37px));
    pointer-events: none;
  }
  .block-header .mobile-menu-back-item a:before {
    content: "";
    width: 14px;
    height: 15px;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowLeft.svg");
    background-size: 14px;
    margin-right: 10px;
    display: inline-block;
  }
  .block-header .main-menu.active {
    left: 0;
    z-index: 99;
  }
  .block-header .main-menu > li > [aria-haspopup=true]:focus ~ ul {
    left: 0;
  }
  .block-header .main-menu > li > [aria-haspopup=true] ~ ul {
    margin-top: calc(1.4em + 37px);
  }
  .block-header .main-menu > li > [aria-haspopup=true] ~ ul:hover, .block-header .main-menu > li > [aria-haspopup=true] ~ ul:focus-within {
    left: 0;
  }
  .block-header .main-menu > li > [aria-haspopup=true] ~ ul [aria-haspopup=true]:focus ~ ul {
    max-height: 500px;
    animation: dropdown 0.3s forwards;
  }
  .block-header .main-menu > li > [aria-haspopup=true] ~ ul li:focus-within > [aria-haspopup=true] ~ ul {
    max-height: 500px;
    transform: scaleY(1);
  }
  .block-header .main-menu > li:focus-within ~ .mobile-menu-header a {
    visibility: hidden;
  }
}
@media screen and (max-width: 992px) and (hover: none) {
  .block-header .mobile-menu-trigger.active ~ ul {
    left: 0;
  }
  .block-header .main-menu > li > [aria-haspopup=true]:hover ~ ul {
    left: 0;
  }
  .block-header .main-menu > li > [aria-haspopup=true] ~ ul:hover {
    left: 0;
  }
  .block-header .main-menu > li > [aria-haspopup=true] ~ ul [aria-haspopup=true]:hover ~ ul {
    max-height: 500px;
    animation: dropdown 0.3s forwards;
  }
  .block-header .main-menu > li > [aria-haspopup=true] ~ ul [aria-haspopup=true] ~ ul:hover {
    max-height: 500px;
    transform: scaleY(1);
  }
  .block-header .main-menu > li:hover ~ .mobile-menu-header a {
    visibility: hidden;
  }
}
.block-header {
  border-bottom: 1px solid #ddd;
  background-color: #F8F8F8;
}
.block-header .menu-link {
  padding: 0.75rem 2rem 0.75rem 1rem;
  text-decoration: none;
}
.pany .block-header .menu-link {
  color: #131522;
}
.paro .block-header .menu-link {
  color: #131522;
}
.padu .block-header .menu-link {
  color: #0D1D34;
}
.palo .block-header .menu-link {
  color: #131522;
}
.block-header .menu-link[aria-haspopup=true]:after {
  font-size: 12px;
  font-size: 0.8rem;
}
.block-header .mega-menu {
  background-color: white;
  padding: 1px;
}
.block-header .mega-menu .all-section {
  border-left: 6px solid;
}
.pany .block-header .mega-menu .all-section {
  background-color: #F8F8F8;
}
.paro .block-header .mega-menu .all-section {
  background-color: #F8F8F8;
}
.padu .block-header .mega-menu .all-section {
  background-color: #F8F8F8;
}
.palo .block-header .mega-menu .all-section {
  background-color: #F8F8F8;
}
.pany .block-header .mega-menu .all-section {
  border-color: #FFD766;
}
.paro .block-header .mega-menu .all-section {
  border-color: #a81f3c;
}
.padu .block-header .mega-menu .all-section {
  border-color: #F2B077;
}
.palo .block-header .mega-menu .all-section {
  border-color: #001091;
}
.block-header .mega-menu .all-section > a {
  font-weight: 400;
}
.block-header .mega-menu > li {
  border-bottom: 1px solid #ddd;
  background-color: white;
}
@media screen and (max-width: 992px) {
  .block-header .mega-menu > li a:hover {
    background-color: inherit;
  }
}
@media screen and (max-width: 992px) {
  .block-header .mega-menu ul li.all-section {
    border-left: 0;
    border-color: #ddd !important;
  }
}

/* =========================
   Navigation principale
   ========================= */
.main-nav {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
}

/* =========================
   Bouton / item "Plus"
   ========================= */
.menu-more {
  position: relative;
  /* Sous-menu principal (dropdown) */
}
.menu-more[hidden] {
  display: none !important;
}
.menu-more.is-open > .sub-menu {
  display: block;
}
.menu-more .sub-menu {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 260px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  display: none;
  z-index: 9999;
}

/* Bouton "Plus" */
.menu-more-btn {
  background: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  padding: 10px 12px;
  font-size: 0.95rem;
  align-items: center;
  display: flex;
}
.pany .menu-more-btn {
  color: #595B64;
}
.paro .menu-more-btn {
  color: #595B64;
}
.padu .menu-more-btn {
  color: #595B64;
}
.palo .menu-more-btn {
  color: #595B64;
}
.menu-more-btn:after {
  content: "";
  display: inline-block;
  width: 18.963px;
  height: 4.263px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.963%22%20height%3D%224.263%22%20viewBox%3D%220%200%2018.963%204.263%22%3E%3Cg%20transform%3D%22translate(-170.568%20-239.664)%22%3E%3Cpath%20d%3D%22M174.955%2C241.8a2.194%2C2.194%2C0%2C1%2C1-2.193-2.131%2C2.163%2C2.163%2C0%2C0%2C1%2C2.193%2C2.131%22%20fill%3D%22%23595b64%22%2F%3E%3Cpath%20d%3D%22M315.822%2C241.8a2.194%2C2.194%2C0%2C1%2C1-2.193-2.131%2C2.163%2C2.163%2C0%2C0%2C1%2C2.193%2C2.131%22%20transform%3D%22translate(-133.424)%22%20fill%3D%22%23595b64%22%2F%3E%3Cpath%20d%3D%22M450.816%2C241.8a2.194%2C2.194%2C0%2C1%2C1-2.193-2.131%2C2.163%2C2.163%2C0%2C0%2C1%2C2.193%2C2.131%22%20transform%3D%22translate(-261.285)%22%20fill%3D%22%23595b64%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  margin-left: 6px;
}

/* =========================
   Comportements hover / focus
   ========================= */
/* Sous-menu du bouton Plus (niveau 1) */
#menuMore {
  /* 🔑 Sous-menus des items DANS Plus (niveau 2 / mega menu) */
}
#menuMore:hover > .sub-menu, #menuMore.is-open > .sub-menu {
  display: flex;
}
#menuMore .sub-menu > li {
  position: relative;
}
#menuMore .sub-menu > li:hover > ul, #menuMore .sub-menu > li:focus-within > ul {
  display: flex;
}

/* =========================
   Styles thème (hover / focus)
   ========================= */
.block-header .main-menu {
  /* Item "Plus" : hover ET focus dans ses enfants */
  /* Items à l'intérieur de "Plus" (niveau 1 du dropdown) */
}
.block-header .main-menu > li#menuMore:hover > button, .block-header .main-menu > li#menuMore:focus-within > button {
  border-radius: 0;
}
.pany .block-header .main-menu > li#menuMore:hover > button, .pany .block-header .main-menu > li#menuMore:focus-within > button {
  background-color: #FFD766;
  color: #131522;
}
.paro .block-header .main-menu > li#menuMore:hover > button, .paro .block-header .main-menu > li#menuMore:focus-within > button {
  background-color: #a81f3c;
  color: #FFFFFF;
}
.padu .block-header .main-menu > li#menuMore:hover > button, .padu .block-header .main-menu > li#menuMore:focus-within > button {
  background-color: #F2B077;
  color: #0D1D34;
}
.palo .block-header .main-menu > li#menuMore:hover > button, .palo .block-header .main-menu > li#menuMore:focus-within > button {
  background-color: #E2251F;
  color: #FFFFFF;
}
.block-header .main-menu #menuMore .sub-menu > li:last-child {
  min-width: inherit;
}
.pany .block-header .main-menu #menuMore .sub-menu > li:hover > a, .pany .block-header .main-menu #menuMore .sub-menu > li:focus-within > a {
  background-color: #FFD766;
  color: #131522;
}
.paro .block-header .main-menu #menuMore .sub-menu > li:hover > a, .paro .block-header .main-menu #menuMore .sub-menu > li:focus-within > a {
  background-color: #a81f3c;
  color: #FFFFFF;
}
.padu .block-header .main-menu #menuMore .sub-menu > li:hover > a, .padu .block-header .main-menu #menuMore .sub-menu > li:focus-within > a {
  background-color: #F2B077;
  color: #0D1D34;
}
.palo .block-header .main-menu #menuMore .sub-menu > li:hover > a, .palo .block-header .main-menu #menuMore .sub-menu > li:focus-within > a {
  background-color: #E2251F;
  color: #FFFFFF;
}

@media screen and (min-width: 992px) {
  .pany .block-header .main-menu > li > [aria-haspopup=true]:focus, .pany .block-header .main-menu > li:focus-within > [aria-haspopup=true], .pany .block-header .main-menu > li:hover > a {
    background-color: #FFD766;
    color: #131522;
  }
  .paro .block-header .main-menu > li > [aria-haspopup=true]:focus, .paro .block-header .main-menu > li:focus-within > [aria-haspopup=true], .paro .block-header .main-menu > li:hover > a {
    background-color: #a81f3c;
    color: #FFFFFF;
  }
  .padu .block-header .main-menu > li > [aria-haspopup=true]:focus, .padu .block-header .main-menu > li:focus-within > [aria-haspopup=true], .padu .block-header .main-menu > li:hover > a {
    background-color: #F2B077;
    color: #0D1D34;
  }
  .palo .block-header .main-menu > li > [aria-haspopup=true]:focus, .palo .block-header .main-menu > li:focus-within > [aria-haspopup=true], .palo .block-header .main-menu > li:hover > a {
    background-color: #001091;
    color: #FFFFFF;
  }
  .block-header .main-menu > li > a {
    padding: 1rem 0.85rem;
  }
  .pany .block-header .mega-menu a:hover {
    background-color: #f9f9f9;
  }
  .paro .block-header .mega-menu a:hover {
    background-color: #f9f9f9;
  }
  .padu .block-header .mega-menu a:hover {
    background-color: #f9f9f9;
  }
  .palo .block-header .mega-menu a:hover {
    background-color: #f9f9f9;
  }
}
@media screen and (max-width: 992px) {
  .block-header {
    display: flex;
    position: sticky;
    top: 0;
    z-index: 999;
    background: white;
  }
  .block-header .mobile-menu-header {
    background: grey;
  }
  .block-header .mobile-menu-header a {
    color: #F8F8F8;
  }
  .block-header .main-menu {
    box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.25);
    background-color: white;
  }
  .pany .block-header .main-menu .sub-menu .sub-menu {
    background-color: #F8F8F8;
  }
  .paro .block-header .main-menu .sub-menu .sub-menu {
    background-color: #F8F8F8;
  }
  .padu .block-header .main-menu .sub-menu .sub-menu {
    background-color: #F8F8F8;
  }
  .palo .block-header .main-menu .sub-menu .sub-menu {
    background-color: #F8F8F8;
  }
  .block-header .main-menu .sub-menu .sub-menu li {
    background-color: transparent;
    padding-left: 0.85rem;
  }
  .block-header .main-menu .sub-menu .sub-menu li:last-child {
    border-bottom: none;
  }
  .block-header .main-menu > li > [aria-haspopup=true] ~ ul ul > li a {
    font-weight: 400;
  }
  .pany .block-header .main-menu > li > [aria-haspopup=true] ~ ul [aria-haspopup=true] {
    color: #131522;
  }
  .paro .block-header .main-menu > li > [aria-haspopup=true] ~ ul [aria-haspopup=true] {
    color: #131522;
  }
  .padu .block-header .main-menu > li > [aria-haspopup=true] ~ ul [aria-haspopup=true] {
    color: #0D1D34;
  }
  .palo .block-header .main-menu > li > [aria-haspopup=true] ~ ul [aria-haspopup=true] {
    color: #131522;
  }
  .block-header .mobile-menu-back-item a {
    background: #e6e6e6;
    color: #595B64;
    justify-content: flex-start;
    font-weight: 400;
  }
}
@media screen and (max-width: 992px) and (hover: none) {
  .block-header .main-menu > li {
    border-bottom: 1px solid #ddd;
  }
  .block-header .main-menu > li > [aria-haspopup=true] ~ ul li {
    border-bottom: 1px solid #ddd;
  }
  .block-header .main-menu > li > [aria-haspopup=true] ~ ul:hover {
    left: 0;
    z-index: 999;
  }
}
.site-branding img {
  position: absolute;
  top: 20px;
  max-width: 200px;
}
@media screen and (max-width: 992px) {
  .site-branding img {
    height: 45px;
    top: 5px;
  }
}

@media screen and (max-width: 992px) {
  #promo {
    position: fixed;
    top: -5px;
    right: 1rem;
  }
}
@media screen and (max-width: 992px) {
  #promo a {
    padding: 8px 15px;
  }
}

.site-branding a {
  min-height: 56px;
}
@media screen and (max-width: 992px) {
  .site-branding a {
    display: flex;
    justify-content: flex-start;
    margin-left: 70px;
  }
}
.site-branding a:hover {
  background-color: inherit;
}

.block-footer {
  padding: 1rem 0 2rem;
}
.pany .block-footer {
  background-color: #131522;
  color: #575757;
}
.paro .block-footer {
  background-color: #131522;
  color: #575757;
}
.padu .block-footer {
  background-color: #0D1D34;
  color: #595B64;
}
.palo .block-footer {
  background-color: #000A58;
  color: #999DBC;
}
@media only screen and (min-width: 992px) {
  .block-footer {
    padding: 4rem 0;
  }
}
.block-footer * {
  color: white;
}
.block-footer h3 {
  font-size: 20px;
  font-size: 1.3333333333rem;
  margin-top: 2rem;
}
@media only screen and (min-width: 992px) {
  .block-footer .block-newsletter {
    text-align: center;
    padding-bottom: 4.5rem;
  }
}
.block-footer .block-newsletter strong {
  font-weight: 600;
}
.pany .block-footer .block-newsletter strong {
  color: #FFD766;
}
.paro .block-footer .block-newsletter strong {
  color: #a81f3c;
}
.padu .block-footer .block-newsletter strong {
  color: #F2B077;
}
.palo .block-footer .block-newsletter strong {
  color: #001091;
}
.block-footer .block-footer-nav .nav-title {
  color: white;
  text-decoration: none;
  margin-bottom: 0.25rem;
  margin-top: 1rem;
  font-size: 18px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 992px) {
  .block-footer .block-footer-nav .nav-title {
    margin-bottom: 1rem;
    margin-top: 0;
  }
}
.block-footer .block-footer-nav li a {
  font-weight: 400;
  text-decoration: none;
  font-size: 1rem;
}
.pany .block-footer .block-footer-nav li a {
  color: #959595;
}
.paro .block-footer .block-footer-nav li a {
  color: #959595;
}
.padu .block-footer .block-footer-nav li a {
  color: #959595;
}
.palo .block-footer .block-footer-nav li a {
  color: #959595;
}
.block-footer .block-footer-nav li a:hover {
  text-decoration: underline;
  background-color: transparent;
}
.pany .block-footer .block-footer-nav li a:hover {
  color: #FFD766;
}
.paro .block-footer .block-footer-nav li a:hover {
  color: #a81f3c;
}
.padu .block-footer .block-footer-nav li a:hover {
  color: #F2B077;
}
.palo .block-footer .block-footer-nav li a:hover {
  color: #001091;
}
.block-footer a:hover {
  text-decoration: none;
  background-color: transparent;
}
.block-footer .block-legals {
  font-size: 0.85rem;
  margin-top: 2rem;
  flex-direction: row;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 2rem;
}
.pany .block-footer .block-legals {
  color: #959595;
}
.paro .block-footer .block-legals {
  color: #959595;
}
.padu .block-footer .block-legals {
  color: #959595;
}
.palo .block-footer .block-legals {
  color: #959595;
}
@media only screen and (min-width: 992px) {
  .block-footer .block-legals {
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 4rem;
  }
}
.block-footer .block-legals div {
  align-items: center;
  display: flex;
}
.block-footer .block-legals * {
  font-weight: 400;
  font-size: 0.85rem;
}
.block-footer .block-legals .copyright {
  color: white;
}
@media only screen and (max-width: 992px) {
  .block-footer .block-legals .copyright {
    flex-direction: column;
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-footer .block-legals .copyright {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.block-footer .block-legals .copyright a {
  text-decoration: underline;
}
.block-footer .block-legals .legal-links {
  justify-content: flex-end;
}
.block-footer .block-legals a {
  text-decoration: none;
  min-width: -moz-fit-content;
  min-width: fit-content;
  color: white;
}
.block-footer .block-legals a:hover {
  text-decoration: underline;
  background-color: transparent;
}
.pany .block-footer .block-legals a:hover {
  color: #FFD766;
}
.paro .block-footer .block-legals a:hover {
  color: #a81f3c;
}
.padu .block-footer .block-legals a:hover {
  color: #F2B077;
}
.palo .block-footer .block-legals a:hover {
  color: #001091;
}
form {
  align-items: center;
}
@media only screen and (min-width: 992px) {
form {
    display: flex;
}
}
form input {
  width: 100%;
  padding: 0 1rem;
  height: 50px;
  background-color: white;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-size: 1rem;
}
form input[type=checkbox] {
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 992px) {
form input {
    font-size: 16px;
    font-size: 1.0666666667rem;
}
}
.topbar-wrapper {
  position: relative;
}
@media screen and (min-width: 992px) {
.topbar-wrapper {
    min-height: 70px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-evenly;
}
}
#search-form-vue {
  position: relative;
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 992px) {
#search-form-vue {
    width: 80%;
    margin-bottom: 0;
}
}
#search-form-vue.header {
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.04);
}
@media only screen and (min-width: 992px) {
#search-form-vue.header {
    position: relative;
    top: 8px;
    left: 15px;
    height: -moz-fit-content;
    height: fit-content;
}
}
@media only screen and (min-width: 1200px) {
#search-form-vue.header {
    width: 60%;
}
}
#search-form-vue .searchform {
  position: relative;
}
#search-form-vue .searchform:focus-within > #lastQueries, #search-form-vue .searchform:focus-within > #searchFormResults {
  display: flex;
}
@media only screen and (max-width: 992px) {
#search-form-vue .searchform input[type=text] {
    height: 40px;
}
}
.pany #search-form-vue .searchform input[type=text]::-moz-placeholder {
  color: #595B64;
}
.pany #search-form-vue .searchform input[type=text]::placeholder {
  color: #595B64;
}
.paro #search-form-vue .searchform input[type=text]::-moz-placeholder {
  color: #595B64;
}
.paro #search-form-vue .searchform input[type=text]::placeholder {
  color: #595B64;
}
.padu #search-form-vue .searchform input[type=text]::-moz-placeholder {
  color: #595B64;
}
.padu #search-form-vue .searchform input[type=text]::placeholder {
  color: #595B64;
}
.palo #search-form-vue .searchform input[type=text]::-moz-placeholder {
  color: #595B64;
}
.palo #search-form-vue .searchform input[type=text]::placeholder {
  color: #595B64;
}
@media only screen and (max-width: 992px) {
#search-form-vue .searchform button[type=submit] {
    top: 7px;
}
}
#search-form-vue .searchform #lastQueries {
  background: white;
  list-style: none;
  margin: 0;
  display: none;
  flex-direction: column;
  box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.04);
  padding: 1rem;
  border-radius: 0 0 10px 10px;
  font-size: 15px;
  font-size: 1rem;
  z-index: 10;
  position: absolute;
  width: 100%;
  top: 45px;
}
@media only screen and (min-width: 992px) {
#search-form-vue .searchform #lastQueries {
    font-size: 16px;
    font-size: 1.0666666667rem;
    top: 50px;
}
.pany #search-form-vue .searchform #lastQueries {
    border-top: 1px solid #F8F8F8;
}
.paro #search-form-vue .searchform #lastQueries {
    border-top: 1px solid #F8F8F8;
}
.padu #search-form-vue .searchform #lastQueries {
    border-top: 1px solid #F8F8F8;
}
.palo #search-form-vue .searchform #lastQueries {
    border-top: 1px solid #F8F8F8;
}
}
@media only screen and (min-width: 992px) {
#search-form-vue .searchform #lastQueries .empty-wrapper {
    display: flex;
    justify-content: space-between;
}
}
#search-form-vue .searchform #lastQueries .empty-wrapper .last-title {
  font-size: 15px;
  font-size: 1rem;
}
.pany #search-form-vue .searchform #lastQueries .empty-wrapper .last-title {
  color: #ACACAC;
}
.paro #search-form-vue .searchform #lastQueries .empty-wrapper .last-title {
  color: #ACACAC;
}
.padu #search-form-vue .searchform #lastQueries .empty-wrapper .last-title {
  color: #ACACAC;
}
.palo #search-form-vue .searchform #lastQueries .empty-wrapper .last-title {
  color: #ACACAC;
}
@media only screen and (min-width: 992px) {
#search-form-vue .searchform #lastQueries .empty-wrapper .last-title {
    font-size: 16px;
    font-size: 1.0666666667rem;
}
}
#search-form-vue .searchform #lastQueries .empty-wrapper .last-empty {
  cursor: pointer;
  font-size: 14px;
  font-size: 0.9333333333rem;
  text-decoration: underline;
  font-weight: 400;
}
.pany #search-form-vue .searchform #lastQueries .empty-wrapper .last-empty {
  color: #ACACAC;
}
.paro #search-form-vue .searchform #lastQueries .empty-wrapper .last-empty {
  color: #ACACAC;
}
.padu #search-form-vue .searchform #lastQueries .empty-wrapper .last-empty {
  color: #ACACAC;
}
.palo #search-form-vue .searchform #lastQueries .empty-wrapper .last-empty {
  color: #ACACAC;
}
#search-form-vue .searchform #lastQueries .empty-wrapper .last-empty:hover {
  background-color: transparent;
}
.pany #search-form-vue .searchform #lastQueries .empty-wrapper .last-empty:hover {
  color: #FFD766;
}
.paro #search-form-vue .searchform #lastQueries .empty-wrapper .last-empty:hover {
  color: #a81f3c;
}
.padu #search-form-vue .searchform #lastQueries .empty-wrapper .last-empty:hover {
  color: #F2B077;
}
.palo #search-form-vue .searchform #lastQueries .empty-wrapper .last-empty:hover {
  color: #001091;
}
#search-form-vue .searchform #lastQueries .last-list {
  margin-top: 0.5rem;
}
#search-form-vue .searchform #lastQueries .last-list a {
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}
#search-form-vue .searchform #lastQueries .last-list a:hover {
  text-decoration: underline;
  background-color: transparent;
}
.pany #search-form-vue .searchform #lastQueries .last-list a:hover {
  color: #FFD766;
}
.paro #search-form-vue .searchform #lastQueries .last-list a:hover {
  color: #a81f3c;
}
.padu #search-form-vue .searchform #lastQueries .last-list a:hover {
  color: #F2B077;
}
.palo #search-form-vue .searchform #lastQueries .last-list a:hover {
  color: #001091;
}
#search-form-vue input[type=text]:focus-within,
#search-form-vue input[type=text]:active,
#search-form-vue input[type=text]:focus {
  border-radius: 10px 10px 0 0;
}
#search-form-vue #searchFormResults {
  background: white;
  display: none;
  box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.04);
  padding: 1rem;
  border-radius: 0 0 10px 10px;
  border: 1px solid #ddd;
  border-top: 0;
  font-size: 15px;
  font-size: 1rem;
  z-index: 9000;
  position: absolute;
  width: 100%;
  top: 45px;
  min-height: 185px;
}
@media only screen and (min-width: 992px) {
#search-form-vue #searchFormResults {
    font-size: 16px;
    font-size: 1.0666666667rem;
    top: 50px;
}
.pany #search-form-vue #searchFormResults {
    border-top: 1px solid #F8F8F8;
}
.paro #search-form-vue #searchFormResults {
    border-top: 1px solid #F8F8F8;
}
.padu #search-form-vue #searchFormResults {
    border-top: 1px solid #F8F8F8;
}
.palo #search-form-vue #searchFormResults {
    border-top: 1px solid #F8F8F8;
}
}
#search-form-vue #searchFormResults li {
  align-items: center;
  display: flex;
  margin-bottom: 0.35rem;
}
#search-form-vue #searchFormResults li .search-img {
  width: 34px;
  height: 34px;
  margin-right: 0.75rem;
  overflow: hidden;
  border-radius: 6px;
}
#search-form-vue #searchFormResults li .search-img picture img {
  -o-object-fit: cover;
     object-fit: cover;
}
#search-form-vue #searchFormResults li a {
  text-decoration: none;
}
#search-form-vue #searchFormResults li:hover {
  cursor: pointer;
}
#search-form-vue #searchFormResults li:hover a {
  text-decoration: underline;
  background-color: transparent;
}
.pany #search-form-vue #searchFormResults li:hover a {
  color: #FFD766;
}
.paro #search-form-vue #searchFormResults li:hover a {
  color: #a81f3c;
}
.padu #search-form-vue #searchFormResults li:hover a {
  color: #F2B077;
}
.palo #search-form-vue #searchFormResults li:hover a {
  color: #001091;
}
#search-form-vue #searchLoading {
  background: white;
  flex-direction: column;
  box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.04);
  padding: 1rem;
  border-radius: 0 0 10px 10px;
  min-height: 185px;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 99;
  position: absolute;
  width: 100%;
  top: 45px;
  min-height: 185px;
}
@media only screen and (min-width: 992px) {
#search-form-vue #searchLoading {
    top: 50px;
}
.pany #search-form-vue #searchLoading {
    border-top: 1px solid #F8F8F8;
}
.paro #search-form-vue #searchLoading {
    border-top: 1px solid #F8F8F8;
}
.padu #search-form-vue #searchLoading {
    border-top: 1px solid #F8F8F8;
}
.palo #search-form-vue #searchLoading {
    border-top: 1px solid #F8F8F8;
}
}
#search-form-vue #searchLoading .spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}
#search-form-vue #searchLoading .spinner .path {
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}
.pany #search-form-vue #searchLoading .spinner .path {
  stroke: #131522;
}
.paro #search-form-vue #searchLoading .spinner .path {
  stroke: #131522;
}
.padu #search-form-vue #searchLoading .spinner .path {
  stroke: #0D1D34;
}
.palo #search-form-vue #searchLoading .spinner .path {
  stroke: #131522;
}
@keyframes rotate {
100% {
    transform: rotate(360deg);
}
}
@keyframes dash {
0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
}
50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
}
100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
}
}

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