@charset "UTF-8";
*::selection {
  background: #E5E8EF;
  color: #000;
}
*::-moz-selection {
  background: #E5E8EF;
  color: #000;
}
*:active, *:focus {
  outline-color: #E5E8EF;
}

html {
  font-size: 62.5%; /* 1rem vaut 10px */
}
html.small {
  font-size: 62.5%;
}
html.medium {
  font-size: 70.83%;
}
html.big {
  font-size: 79.17%;
}

body {
  width: 100%;
  font-weight: normal;
  letter-spacing: normal;
  font-family: "Fira Sans";
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

.layout-container {
  font-family: "Fira Sans";
  font-weight: normal;
}

body,
.toooltip p,
p,
div {
  font-family: "Fira Sans";
  font-weight: normal;
  color: #000;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  body,
.toooltip p,
p,
div {
    font-size: 1.6rem;
  }
}

h1,
h2,
h3,
h4,
p,
a {
  position: relative;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4 {
  margin-bottom: 8px;
  font-family: "Fira Sans";
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

h1,
.block-html-title h1,
.block-home-title-block h1 {
  position: relative;
  font-size: 2.7rem;
  line-height: 1.17;
  font-weight: 500;
}
@media (min-width: 768px) {
  h1,
.block-html-title h1,
.block-home-title-block h1 {
    font-size: 2.8rem;
  }
}
h1 p,
.block-html-title h1 p,
.block-home-title-block h1 p {
  font-size: 2.7rem;
  line-height: 1.17;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  h1 p,
.block-html-title h1 p,
.block-home-title-block h1 p {
    font-size: 2.8rem;
  }
}

h2,
h2 a {
  font-size: 2.1rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  h2,
h2 a {
    font-size: 2.3rem;
  }
}

h2 {
  line-height: 1.43;
  margin-top: 40px;
}

h3,
h3 a {
  font-size: 1.8rem;
  font-family: "Fira Sans";
  font-weight: 700;
}
@media (min-width: 768px) {
  h3,
h3 a {
    font-size: 1.9rem;
  }
}

h3 {
  line-height: 1.42;
}

h4,
h4 a,
h5,
h5 a {
  font-size: 1.6rem;
  font-family: "Fira Sans";
  font-weight: 500;
}

h4,
h5 {
  line-height: 1.5;
}

h3,
h4,
h5 {
  margin-top: 32px;
}

p {
  margin-bottom: 24px;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #122291;
  text-decoration-color: #122291;
  text-underline-position: under;
  font-family: "Fira Sans";
  font-weight: 400;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  a {
    font-size: 1.6rem;
  }
}
a.is-active {
  color: #122291;
}
a[download]:after {
  content: "\e908";
  font-family: "icomoon";
  font-weight: normal;
  width: auto;
  height: auto;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-left: 2px;
}
b,
strong {
  font-weight: 700;
}

em {
  font-family: "Fira Sans";
  font-weight: normal;
  font-style: italic;
}

blockquote {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: "Fira Sans";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.44;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 56px !important;
}
@media (min-width: 768px) {
  blockquote {
    padding-left: 134px !important;
  }
}
blockquote:before {
  content: "" !important;
  position: absolute !important;
  top: 10px !important;
  left: 0 !important;
  height: 6px !important;
  background-color: #002067 !important;
  width: 40px !important;
}
@media (min-width: 768px) {
  blockquote:before {
    width: 110px !important;
  }
}
blockquote p {
  font-family: "Fira Sans";
  font-weight: 400;
  line-height: 1.44;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  blockquote p {
    font-size: 1.8rem;
  }
}
blockquote strong {
  font-weight: 700;
}

figure {
  margin: 0;
}
figure blockquote {
  margin-bottom: 32px;
}
figure blockquote p:last-child:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -16px;
  left: 0;
  width: 52px;
  height: 2px;
  background-color: #122291;
}
figure blockquote:after {
  content: "“";
  position: absolute;
  display: block;
  top: 20px !important;
  left: 0 !important;
  font-family: Arial;
  font-weight: 700;
  line-height: 1;
  color: #002067;
  font-size: 80px;
}
@media (min-width: 768px) {
  figure blockquote:after {
    font-size: 224px;
  }
}
figure figcaption {
  font-size: 1.5rem;
  line-height: 1.26;
  padding-left: 56px !important;
}
@media (min-width: 768px) {
  figure figcaption {
    padding-left: 134px !important;
  }
}
figure cite {
  font-style: normal;
}
figure.card {
  padding: 24px;
  border: 1px solid #E5E8EF;
  border-radius: 0 0 40px 0;
  margin-bottom: 32px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

hr {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  margin: 20px 0;
  color: transparent;
  background: #002067;
  border: none;
}

table {
  margin: 20px auto;
  max-width: 100%;
}

figure.align-left {
  margin-left: 0;
}
figure.align-right {
  margin-right: 0;
}
video {
  width: 100%;
}

.layout-container button,
.layout-container .btn,
.layout-container .button,
.layout-container a.button,
.cke_editable button,
.cke_editable .btn,
.cke_editable .button,
.cke_editable a.button {
  outline: none;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  box-shadow: none;
  -webkit-user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: inline-block;
  background-color: #002067;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Fira Sans";
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  border-radius: 4px;
  border: none;
  padding: 14px 16px;
  overflow: hidden;
  text-decoration: none;
  max-width: 100%;
  cursor: pointer;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.375s;
}
.layout-container button:hover, .layout-container button.hover, .layout-container button.activated,
.layout-container .btn:hover,
.layout-container .btn.hover,
.layout-container .btn.activated,
.layout-container .button:hover,
.layout-container .button.hover,
.layout-container .button.activated,
.layout-container a.button:hover,
.layout-container a.button.hover,
.layout-container a.button.activated,
.cke_editable button:hover,
.cke_editable button.hover,
.cke_editable button.activated,
.cke_editable .btn:hover,
.cke_editable .btn.hover,
.cke_editable .btn.activated,
.cke_editable .button:hover,
.cke_editable .button.hover,
.cke_editable .button.activated,
.cke_editable a.button:hover,
.cke_editable a.button.hover,
.cke_editable a.button.activated {
  color: #fff;
  background-color: #122291;
}
.layout-container button:disabled, .layout-container button.disabled,
.layout-container .btn:disabled,
.layout-container .btn.disabled,
.layout-container .button:disabled,
.layout-container .button.disabled,
.layout-container a.button:disabled,
.layout-container a.button.disabled,
.cke_editable button:disabled,
.cke_editable button.disabled,
.cke_editable .btn:disabled,
.cke_editable .btn.disabled,
.cke_editable .button:disabled,
.cke_editable .button.disabled,
.cke_editable a.button:disabled,
.cke_editable a.button.disabled {
  color: #fff;
  background-color: #BABBBA;
  cursor: no-drop;
  pointer-events: none;
}
.layout-container button.secondary-btn,
.layout-container .btn.secondary-btn,
.layout-container .button.secondary-btn,
.layout-container a.button.secondary-btn,
.cke_editable button.secondary-btn,
.cke_editable .btn.secondary-btn,
.cke_editable .button.secondary-btn,
.cke_editable a.button.secondary-btn {
  padding: 11px 16px;
}
.layout-container button.download:after, .layout-container button[download]:after,
.layout-container .btn.download:after,
.layout-container .btn[download]:after,
.layout-container .button.download:after,
.layout-container .button[download]:after,
.layout-container a.button.download:after,
.layout-container a.button[download]:after,
.cke_editable button.download:after,
.cke_editable button[download]:after,
.cke_editable .btn.download:after,
.cke_editable .btn[download]:after,
.cke_editable .button.download:after,
.cke_editable .button[download]:after,
.cke_editable a.button.download:after,
.cke_editable a.button[download]:after {
  content: "\e908";
  font-family: "icomoon";
  font-weight: normal;
  width: auto;
  height: auto;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-left: 2px;
}
.layout-container button.teaser-btn:after,
.layout-container .btn.teaser-btn:after,
.layout-container .button.teaser-btn:after,
.layout-container a.button.teaser-btn:after,
.cke_editable button.teaser-btn:after,
.cke_editable .btn.teaser-btn:after,
.cke_editable .button.teaser-btn:after,
.cke_editable a.button.teaser-btn:after {
  content: "\e901";
  font-family: "icomoon";
  width: auto;
  height: auto;
  display: block;
  text-align: center;
  vertical-align: middle;
}

.desktop {
  display: none;
}
@media (min-width: 768px) {
  .desktop {
    display: block;
  }
}

.mobile {
  display: block;
}
@media (min-width: 768px) {
  .mobile {
    display: none;
  }
}

.btn {
  cursor: pointer !important;
}
.btn.btn-white {
  background-color: #fff;
  color: #002067 !important;
}
.btn.btn-white:hover, .btn.btn-white.hover, .btn.btn-white.activated {
  color: #002067;
  background-color: #fff;
}
.btn.btn-white:disabled, .btn.btn-white.disabled {
  color: #002067;
  background-color: #fff;
  opacity: 0.8;
  cursor: no-drop;
}
.btn.btn-light {
  background-color: #E5E8EF !important;
  color: #002067 !important;
}
.btn.btn-light:hover, .btn.btn-light.hover, .btn.btn-light.activated {
  color: #002067 !important;
  background-color: #E5E8EF !important;
}
.btn.btn-light:disabled {
  color: #002067 !important;
  background-color: #E5E8EF !important;
  opacity: 0.8;
  cursor: no-drop;
}
.btn.btn-rounded {
  position: relative;
  display: block;
  width: 41px;
  height: 41px;
  margin: 0;
  padding: 0;
  color: transparent !important;
  background-color: transparent !important;
  overflow: hidden;
  text-indent: -9999px;
  text-decoration: none;
}
.btn.btn-rounded a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.btn.btn-rounded::selection {
  background: transparent;
}
.btn.btn-rounded::-moz-selection {
  background: transparent;
}
.btn.btn-rounded:active, .btn.btn-rounded:focus {
  outline-color: transparent;
}
.btn.btn-rounded:before, .btn.btn-rounded:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 38px;
  height: 38px;
  text-indent: 0;
  font-weight: 400 !important;
  color: #002067;
  border: 1px solid #002067;
  transform: translateX(-50%) translateY(-50%);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.375s;
  pointer-events: none;
}
.btn.btn-rounded:before {
  border: 1px solid #002067;
  border-radius: 100%;
  background-color: transparent;
}
.btn.btn-rounded:after {
  content: "\e901";
  font-family: "icomoon";
  font-size: 16px;
  height: auto;
  border: 1px solid transparent;
  text-align: center;
}
.btn.btn-rounded:hover a:before {
  background-color: #002067;
}
.btn.btn-rounded:hover a:after {
  color: #fff;
}
.btn.btn-rounded.btn-view:after {
  content: "\e928";
}
.btn.btn-rounded.btn-edit:after {
  content: "\e90e";
}
.btn.btn-rounded.btn-delete {
  color: #E73637;
}
.btn.btn-rounded.btn-delete:before {
  border-color: #E73637;
}
.btn.btn-rounded.btn-delete:after {
  content: "\e914";
  color: #E73637;
}
.count {
  font-family: Fira Sans;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #002067;
  background-color: #fff;
  padding: 4px 5px;
  border-radius: 100px;
  min-width: 27px;
  min-height: 27px;
  width: auto;
  display: inline-block;
  text-align: center;
}