@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
/**
 * @section Base Styles
 */
body {
  position: relative;
  font-size: 18px;
  max-width: 100%;
  font-family: 'Montserrat', sans-serif;
  display: block; }
  body p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 20px;
    color: #00214a; }
  body p:last-child {
    margin-bottom: 0; }
  body a {
    transition: color 0.5s;
    color: #013a81;
    text-decoration: underline; }
    body a .st0 {
      transition: fill 0.5s, stroke 0.5s; }
  body a:hover {
    color: #faaf17; }
  body .up {
    text-transform: uppercase; }

/* ---- BEGIN background-colors and colours ---- */
.no-transition {
  transition: none !important; }

.error-404 h2 {
  margin-bottom: 30px; }
.error-404 p {
  color: #013a81;
  padding-bottom: 30px;
  border-bottom: 1px solid #013a81; }

.text-50 ul li, .text-50 ol li {
  font-size: 16px;
  color: #00214a;
  margin-bottom: 28px;
  padding-left: 20px; }
  .text-50 ul li a, .text-50 ol li a {
    color: #faaf17; }
.text-50 ul ol, .text-50 ol ol {
  margin-top: 20px;
  list-style-type: lower-alpha; }
.text-50 ul {
  padding-left: 0; }
  .text-50 ul li {
    margin-bottom: 20px;
    list-style: none;
    padding-left: 30px;
    position: relative; }
  .text-50 ul li:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../images/svg/arrow-text-blue.svg);
    top: 9px;
    left: 0; }

.row-margin-top .row {
  margin-top: 40px; }

.bk-gradient-beige-180 {
  background: #f9f1e7;
  background: #f7ede0;
  background: -moz-linear-gradient(180deg, #f7ede0 0%, white 100%);
  background: -webkit-linear-gradient(180deg, #f7ede0 0%, white 100%);
  background: linear-gradient(180deg, #f7ede0 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7ede0",endColorstr="#ffffff",GradientType=1); }
  .bk-gradient-beige-180 .btn {
    background-color: #013a81;
    color: #ffffff; }
  .bk-gradient-beige-180 .btn:hover {
    background-color: #469cf1; }
  .bk-gradient-beige-180 .link {
    color: #00214a; }
  .bk-gradient-beige-180 .link:hover {
    color: #469cf1; }
    .bk-gradient-beige-180 .link:hover .text-arrow .st0 {
      fill: #469cf1; }
  .bk-gradient-beige-180 h2 {
    color: #013a81 !important; }
  .bk-gradient-beige-180 li, .bk-gradient-beige-180 .uppercase {
    color: #00214a !important; }

.bk-gradient-beige-0 {
  background: #f7ede0;
  background: -moz-linear-gradient(0deg, #f7ede0 0%, white 100%);
  background: -webkit-linear-gradient(0deg, #f7ede0 0%, white 100%);
  background: linear-gradient(0deg, #f7ede0 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7ede0",endColorstr="#ffffff",GradientType=1); }
  .bk-gradient-beige-0 .btn {
    background-color: #013a81;
    color: #ffffff; }
  .bk-gradient-beige-0 .btn:hover {
    background-color: #469cf1; }
  .bk-gradient-beige-0 .link {
    color: #00214a; }
  .bk-gradient-beige-0 .link:hover {
    color: #469cf1; }
    .bk-gradient-beige-0 .link:hover .text-arrow .st0 {
      fill: #469cf1; }
  .bk-gradient-beige-0 h2 {
    color: #013a81 !important; }
  .bk-gradient-beige-0 li, .bk-gradient-beige-0 .uppercase {
    color: #00214a !important; }

.bk-gradient-beige-90 {
  background: #f7ede0;
  background: linear-gradient(90deg, #f7ede0 0%, white 100%); }
  .bk-gradient-beige-90 .btn {
    background-color: #013a81;
    color: #ffffff; }
  .bk-gradient-beige-90 .btn:hover {
    background-color: #469cf1; }
  .bk-gradient-beige-90 .link {
    color: #00214a; }
  .bk-gradient-beige-90 .link:hover {
    color: #469cf1; }
    .bk-gradient-beige-90 .link:hover .text-arrow .st0 {
      fill: #469cf1; }
  .bk-gradient-beige-90 h2 {
    color: #013a81 !important; }
  .bk-gradient-beige-90 li, .bk-gradient-beige-90 .uppercase {
    color: #00214a !important; }

.bk-gradient-beige-270 {
  background: #f7ede0;
  background: linear-gradient(270deg, #f7ede0 0%, white 100%); }
  .bk-gradient-beige-270 .btn {
    background-color: #013a81;
    color: #ffffff; }
  .bk-gradient-beige-270 .btn:hover {
    background-color: #469cf1; }
  .bk-gradient-beige-270 .link {
    color: #00214a; }
  .bk-gradient-beige-270 .link:hover {
    color: #469cf1; }
    .bk-gradient-beige-270 .link:hover .text-arrow .st0 {
      fill: #469cf1; }
  .bk-gradient-beige-270 h2 {
    color: #013a81 !important; }
  .bk-gradient-beige-270 li, .bk-gradient-beige-270 .uppercase {
    color: #00214a !important; }

.bk-gradient-blue {
  background: #043986;
  background: -moz-linear-gradient(0deg, #043986 0%, #3963a0 100%);
  background: -webkit-linear-gradient(0deg, #043986 0%, #3963a0 100%);
  background: linear-gradient(0deg, #043986 0%, #3963a0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#043986",endColorstr="#3963a0",GradientType=1); }
  .bk-gradient-blue .link {
    color: #faaf17; }
    .bk-gradient-blue .link .text-arrow .st0 {
      fill: #faaf17; }
  .bk-gradient-blue .link:hover {
    color: #ffffff; }
    .bk-gradient-blue .link:hover .text-arrow .st0 {
      fill: #ffffff; }
  .bk-gradient-blue a:not(.btn) {
    color: #ffffff; }
    .bk-gradient-blue a:not(.btn) .text-arrow .st0 {
      fill: #ffffff; }
  .bk-gradient-blue h2 {
    color: #faaf17; }
  .bk-gradient-blue .text-50 p, .bk-gradient-blue .text-50 li {
    color: #ffffff !important; }
  .bk-gradient-blue .text-50 li:before {
    background-image: url(../../images/svg/arrow-text-yellow.svg); }

.bk-gradient-lightblue {
  background: white;
  background: -moz-linear-gradient(0deg, white 0%, #dbe8f6 100%);
  background: -webkit-linear-gradient(0deg, white 0%, #dbe8f6 100%);
  background: linear-gradient(0deg, white 0%, #dbe8f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#dbe8f6",GradientType=1); }
  .bk-gradient-lightblue .btn {
    background-color: #faaf17;
    color: #ffffff; }
  .bk-gradient-lightblue .btn:hover {
    background-color: #013a81; }
  .bk-gradient-lightblue .link {
    color: #00214a; }
  .bk-gradient-lightblue .link:hover {
    color: #faaf17; }

.bk-blue {
  background-color: #013a81; }
  .bk-blue .btn {
    background-color: #faaf17;
    color: #ffffff; }
  .bk-blue .btn:hover {
    background-color: #ffffff;
    color: #013a81; }
  .bk-blue .link {
    color: #faaf17; }
    .bk-blue .link .text-arrow .st0 {
      fill: #faaf17; }
  .bk-blue .link:hover {
    color: #ffffff; }
    .bk-blue .link:hover .text-arrow .st0 {
      fill: #ffffff; }

.bk-lightblue {
  background-color: #dbe8f6; }
  .bk-lightblue .btn {
    background-color: #faaf17;
    color: #ffffff; }
  .bk-lightblue .btn:hover {
    background-color: #013a81; }
  .bk-lightblue .link {
    color: #00214a; }
  .bk-lightblue .link:hover {
    color: #faaf17; }

.bk-darkblue {
  background-color: #00214a; }
  .bk-darkblue .btn {
    background-color: #faaf17;
    color: #ffffff; }
  .bk-darkblue .btn:hover {
    background-color: #ffffff;
    color: #013a81; }
  .bk-darkblue .link {
    color: #faaf17; }
    .bk-darkblue .link .text-arrow .st0 {
      fill: #faaf17; }
  .bk-darkblue .link:hover {
    color: #ffffff; }
    .bk-darkblue .link:hover .text-arrow .st0 {
      fill: #ffffff; }

.bk-aquablue {
  color: #ffffff;
  background-color: #469cf1; }
  .bk-aquablue h1.page-title {
    color: #ffffff; }
  .bk-aquablue p {
    color: #ffffff !important; }
  .bk-aquablue h2 {
    color: #ffffff; }
  .bk-aquablue .btn {
    background-color: #faaf17;
    color: #ffffff; }
  .bk-aquablue .btn:hover {
    background-color: #ffffff;
    color: #013a81; }
    .bk-aquablue .btn:hover .text-arrow .st0 {
      fill: #013a81; }
  .bk-aquablue .link {
    color: #ffffff; }
    .bk-aquablue .link .text-arrow .st0 {
      fill: #ffffff; }
  .bk-aquablue .link:hover {
    color: #013a81; }
    .bk-aquablue .link:hover .text-arrow .st0 {
      fill: #013a81; }

.bk-black {
  background-color: #000000;
  color: #ffffff; }
  .bk-black .btn {
    background-color: #ffffff;
    color: #013a81; }
  .bk-black .btn:hover {
    background-color: #013a81;
    color: #ffffff; }
  .bk-black .link {
    color: #ffffff; }
    .bk-black .link .text-arrow .st0 {
      fill: #ffffff; }
  .bk-black .link:hover {
    color: #013a81; }
    .bk-black .link:hover .text-arrow .st0 {
      fill: #013a81; }

.bk-yellow {
  background-color: #faaf17; }
  .bk-yellow .btn {
    background-color: #ffffff;
    color: #013a81; }
    .bk-yellow .btn .text-arrow .st0 {
      fill: #013a81; }
  .bk-yellow .btn:hover {
    background-color: #013a81;
    color: #ffffff; }
    .bk-yellow .btn:hover .text-arrow .st0 {
      fill: #ffffff; }
  .bk-yellow .link {
    color: #ffffff; }
    .bk-yellow .link .text-arrow .st0 {
      fill: #ffffff; }
  .bk-yellow .link:hover {
    color: #013a81; }
    .bk-yellow .link:hover .text-arrow .st0 {
      fill: #013a81; }

.bk-sand {
  background-color: #f7ede0; }
  .bk-sand .btn {
    background-color: #013a81;
    color: #ffffff; }
  .bk-sand .btn:hover {
    background-color: #469cf1; }
  .bk-sand .link {
    color: #00214a; }
  .bk-sand .link:hover {
    color: #469cf1; }
    .bk-sand .link:hover .text-arrow .st0 {
      fill: #469cf1; }

.yellow {
  color: #faaf17; }

.with-arrow {
  transition: none;
  position: relative;
  padding-right: 14px; }

.with-arrow:after {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../images/svg/arrow-text-yellow.svg);
  top: 7px;
  right: 2px; }

.with-arrow.blue:after {
  background-image: url(../../images/svg/arrow-text-blue.svg); }

.with-arrow.blue:hover {
  color: #faaf17; }

.with-arrow.blue:hover:after {
  background-image: url(../../images/svg/arrow-text-yellow.svg); }

/* ---- END background-colors ---- */
.logo .st0 {
  fill: #013A81; }
.logo .st1 {
  fill: #FAAF17; }
.logo .st2 {
  fill: #013A84; }

.btn {
  background-color: #faaf17;
  color: #ffffff;
  border-radius: 9px;
  font-size: 18px;
  line-height: 1em;
  padding: 20px 30px;
  text-decoration: none;
  transition: color 0.2s, background-color 0.2s;
  font-weight: 500; }
  .btn .text-arrow {
    width: 10px;
    margin-left: 5px; }
  .btn .text-arrow.right {
    margin-left: 0;
    margin-right: 5px; }

.btn.with-arrow:after {
  top: calc(50% - 3px);
  background-image: url(../../images/svg/arrow-text-white.svg);
  right: 14px; }

.btn:hover {
  background-color: #013a81;
  color: #ffffff; }

.btn.bk-blue {
  background-color: #013a81; }

.btn.bk-blue:hover {
  background-color: #469cf1; }

.btn.bk-yellow {
  background-color: #faaf17; }

.btn.bk-yellow:hover {
  background-color: #ffffff;
  color: #013a81; }
  .btn.bk-yellow:hover .text-arrow .st0 {
    fill: #013a81; }

.btn.bk-white {
  background-color: #ffffff;
  color: #013a81; }
  .btn.bk-white .text-arrow .st0 {
    fill: #013a81; }

.btn.bk-white:hover {
  background-color: #013a81;
  color: #ffffff; }
  .btn.bk-white:hover .text-arrow .st0 {
    fill: #ffffff; }

.link {
  font-size: 15px;
  font-weight: 400;
  color: #00214a;
  text-decoration: underline;
  transition: color 0.2s; }
  .link .text-arrow {
    width: 8px;
    margin-left: 4px; }
    .link .text-arrow .st0 {
      fill: #013a81; }

.link:hover {
  color: #faaf17; }
  .link:hover .text-arrow .st0 {
    fill: #faaf17; }

.title-1 {
  font-weight: 400;
  font-size: 22px; }

.title-2 {
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase; }

.title-3 {
  font-weight: 400;
  font-size: 30px; }

.title-4 {
  font-weight: 400;
  font-size: 18px; }

.subpages section {
  padding: 58px 0; }
.subpages p {
  font-size: 15px;
  color: #00214a; }
.subpages h2 em {
  font-weight: 400;
  font-size: 22px;
  font-style: normal; }
.subpages .double-padding {
  padding: 116px 0; }

input {
  appearance: none;
  border-radius: 0; }

button, button:focus, button:hover, a, a:focus, a:hover {
  outline: none; }

button::-moz-focus-inner {
  border: 0; }

img {
  max-width: 100%;
  height: auto; }

blockquote {
  padding-left: 20px; }

.cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.cover-bottom {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover; }

.cover-top {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }

.outer {
  display: table;
  height: 100%;
  width: 100%; }

.inner {
  display: table-cell;
  vertical-align: middle; }

.inner.baseline {
  vertical-align: bottom; }

.flex {
  display: flex;
  justify-content: space-between; }

.flex.vertical {
  flex-direction: column;
  height: 100%; }

.flex-wrap {
  flex-wrap: wrap; }

ul.flex {
  padding-left: 0; }
  ul.flex li {
    list-style: none; }

.flex.colonne {
  flex-direction: column;
  height: 100%; }

.flex.end {
  justify-content: flex-end; }

.flex.center {
  justify-content: center;
  align-items: center;
  height: 100%; }

.flex-right {
  display: flex;
  justify-content: flex-end; }

.hyphen {
  font-size: 14px !important;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 60px;
  position: relative; }

.hyphen:after {
  width: 40px;
  height: 1px;
  content: "";
  position: absolute;
  right: 0;
  top: 50%; }

h2 {
  font-weight: 700;
  font-size: 28px;
  display: inline-block;
  color: #013a81; }

h2.text-center {
  width: 100%; }

h3 {
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 25px;
  color: #013a81; }

small {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2em;
  display: block; }

.close {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #ffffff;
  font-size: 15px;
  text-shadow: none;
  opacity: 1;
  font-weight: 400; }
  .close .x-close {
    height: 15px;
    width: 15px;
    margin-left: 10px; }
    .close .x-close .st0 {
      fill: none;
      stroke: #FFFFFF;
      stroke-width: 1.2685;
      stroke-miterlimit: 10; }

.close:hover {
  color: #faaf17;
  text-decoration: underline; }

a:hover .x-close .st0 {
  stroke: #faaf17; }

.underline {
  text-decoration: underline; }

.modal.show {
  display: block; }

.hidden {
  display: none !important; }

.no-padding {
  padding: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

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

a.tirroir {
  position: relative; }

.card-body {
  padding: 0;
  background-color: transparent;
  border: none;
  margin-bottom: 20px; }

a.tirroir:after {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  top: 6px;
  right: -20px;
  background-image: url("../../images/svg/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: rotate(180deg); }

a.collapsed.tirroir:after {
  transform: rotate(0deg); }

.pswp__bg {
  background-color: rgba(244, 179, 78, 0.95); }

.justify-center {
  justify-content: center; }

.is-first-row {
  padding-top: 0; }
  .is-first-row h2 {
    font-weight: 500;
    margin-bottom: 40px; }

.modal-dialog {
  pointer-events: inherit !important; }

.tel {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 20px; }

.max-w-260 {
  max-width: 260px;
  margin: 0 auto; }

.max-w-600 {
  max-width: 600px;
  margin: 0 auto; }

.max-w-800 {
  max-width: 800px;
  margin: 0 auto; }

.text-arrow {
  display: inline-block;
  width: 14px; }
  .text-arrow .st0 {
    fill: #FFFFFF; }

.is-top-decoration-white, .is-top-decoration-aquablue {
  position: relative; }

.is-top-decoration-white:before, .is-top-decoration-aquablue:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 111px;
  height: 48px;
  position: absolute;
  background-image: url(../../images/svg/top-decoration-white.svg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }

.is-top-decoration-aquablue:before {
  background-image: url(../../images/svg/top-decoration-aquablue.svg); }

.slick-dots {
  display: flex !important;
  justify-content: center;
  padding-left: 0; }
  .slick-dots li {
    width: auto;
    padding: 0;
    list-style: none; }
  .slick-dots button {
    box-shadow: none;
    margin: 4px 2px;
    background-color: transparent;
    color: #000000;
    text-indent: 100px;
    overflow: hidden;
    height: 8px;
    width: 8px;
    border-radius: 100px;
    border: 1px solid #013a81;
    display: block;
    padding: 0; }
  .slick-dots .slick-active button {
    background-color: #013a81; }

.no-corners img {
  border-radius: 0 !important;
  box-shadow: none !important; }

h1.page-title {
  color: #013a81;
  width: 100%;
  display: block;
  font-size: 16px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px; }

h1.page-title.yellow {
  color: #faaf17; }

h2.section-title {
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 40px;
  display: block;
  width: 100%;
  text-align: center; }

textarea:focus, input:focus {
  outline: none !important; }

.template-search h1 {
  color: #faaf17; }
.template-search .search-form .search-field {
  background-color: transparent; }
.template-search .result {
  margin-bottom: 60px; }
.template-search .nav-links {
  margin-right: auto;
  margin-left: auto; }
  .template-search .nav-links a {
    margin-left: 5px;
    margin-right: 5px; }
  .template-search .nav-links .current {
    color: #faaf17; }

@media (max-width: 767px) {
  .w-50 {
    width: 100% !important; } }
@media (min-width: 576px) {
  .subpages section {
    padding: 70px 0; } }
@media (min-width: 768px) {
  .per-50 {
    width: 49%;
    display: inline-block; }

  .per-25 {
    width: 25%;
    display: inline-block; } }
@media (min-width: 992px) {
  .subpages section {
    padding: 118px 0; }
  .subpages h2 em {
    font-size: 30px; }
  .subpages .double-padding {
    padding: 232px 0; }
  .subpages p {
    font-size: 18px; }

  .title-1 {
    font-size: 41px; }

  .title-2 {
    font-size: 16px; }

  .title-3 {
    font-size: 50px; }

  .title-4 {
    font-size: 29px; }

  .with-arrow:after {
    top: 9px; }

  .text-50 ul li, .text-50 ol li {
    font-size: 18px; }
  .text-50 ul li:before {
    top: 11px; }

  .row-margin-top .row {
    margin-top: 60px; }

  h1.page-title {
    margin-bottom: 70px; }

  h2.section-title {
    font-size: 41px; }

  .list-section h2.smaller {
    font-size: 28px;
    line-height: 1.4em; }

  .template-search .result {
    margin-bottom: 100px; } }
/* ---- BEGIN Home Page Mobile ---- */
.page-front {
  display: block;
  position: relative;
  padding: 0;
  top: auto;
  left: auto; }
  .page-front .container-fluid, .page-front .row {
    height: 100%; }
  .page-front .choices {
    display: block;
    height: 100%;
    width: 100%;
    position: relative; }
    .page-front .choices .choice {
      width: 100%;
      height: 50%;
      display: block; }
  .page-front .capsule {
    width: 265px;
    margin: 0 auto;
    text-align: center; }

.page-front.mobile .bk-gradient-beige-180 {
  height: calc(50% - 55px);
  position: relative;
  background: #f7ede0;
  background: -moz-linear-gradient(180deg, #f7ede0 0%, #fbf7f1 100%);
  background: -webkit-linear-gradient(180deg, #f7ede0 0%, #fbf7f1 100%);
  background: linear-gradient(180deg, #f7ede0 0%, #fbf7f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7ede0",endColorstr="#fbf7f1",GradientType=1); }
.page-front.mobile .bk-darkblue {
  height: calc(50% + 55px); }
.page-front.mobile .nav-langue {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #013a81;
  position: absolute;
  top: 15px;
  left: 20px; }
.page-front.mobile .floating-title {
  position: absolute;
  bottom: 98px;
  width: 100%; }
  .page-front.mobile .floating-title .logo {
    max-width: 135px;
    margin: 0 auto 10px; }
  .page-front.mobile .floating-title h2 {
    font-size: 17px;
    color: #013a81;
    font-weight: 700; }
    .page-front.mobile .floating-title h2 .outlined {
      display: block;
      font-weight: 500; }
    .page-front.mobile .floating-title h2 br {
      display: none; }
.page-front.mobile .capsule {
  max-width: 266px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }
  .page-front.mobile .capsule .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
  .page-front.mobile .capsule p {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #013a81;
    letter-spacing: 1px; }
  .page-front.mobile .capsule h3 {
    transition: color 0.5s;
    font-size: 27px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 0; }
.page-front.mobile .enterprise {
  top: -78px; }
.page-front.mobile .capsule.enterprise:hover h3 {
  color: #00214a; }
.page-front.mobile .capsule.enterprise:hover .text-arrow .st0 {
  fill: #00214a; }
.page-front.mobile .adult {
  top: 90px; }
  .page-front.mobile .adult p {
    color: #faaf17;
    font-weight: 400; }
.page-front.mobile .capsule.adult:hover h3 {
  color: #faaf17; }
.page-front.mobile .capsule.adult:hover .text-arrow .st0 {
  fill: #faaf17; }
.page-front.mobile .panel-trigger {
  color: #ffffff;
  font-size: 11px;
  line-height: 20px;
  font-weight: 400;
  position: absolute;
  display: flex;
  width: 100%;
  top: 275px;
  text-align: center;
  align-content: center;
  justify-content: center; }
  .page-front.mobile .panel-trigger .text-arrow {
    height: 20px;
    width: 20px;
    border: 2px solid #ffffff;
    border-radius: 20px;
    margin-left: 10px;
    position: relative; }
    .page-front.mobile .panel-trigger .text-arrow svg {
      width: 7px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

section {
  padding: 60px 0; }

.a-propos h2 {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 1px;
  color: #faaf17 !important; }
.a-propos h3 {
  font-size: 45px;
  font-weight: 800;
  line-height: 1; }
.a-propos .text-image-section img {
  max-width: 206px;
  margin: 0 auto;
  display: block;
  margin-bottom: 34px; }

.billboard {
  background: #043986;
  background: linear-gradient(0deg, #043986 0%, #204f94 83%, #3963a0 100%); }
  .billboard h2 {
    font-size: 56px;
    line-height: 1;
    padding: 16px 0;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    margin-bottom: 50px; }
  .billboard .statistics {
    padding: 0; }
    .billboard .statistics li {
      color: #ffffff;
      padding-left: 30px;
      text-align: left;
      list-style: none; }
    .billboard .statistics li:nth-child(even) {
      padding-left: 90px; }
    .billboard .statistics h3 {
      color: #ffffff;
      font-size: 40px;
      font-weight: 700;
      margin-bottom: 12px; }
    .billboard .statistics p {
      color: #ffffff;
      font-size: 15px;
      font-weight: 400;
      margin-bottom: 30px;
      max-width: 235px; }
    .billboard .statistics a {
      color: #ffffff; }
    .billboard .statistics a:hover {
      color: #faaf17; }

.team h2 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 56px; }
  .team h2 strong {
    color: #faaf17; }
.team .team-image {
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  margin-bottom: 13px; }
.team h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px; }
.team .title {
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 0; }
.team .open-pannel {
  font-size: 11px; }
  .team .open-pannel .text-arrow {
    width: 6px;
    margin-left: 3px; }
    .team .open-pannel .text-arrow .st0 {
      fill: #faaf17; }
.team #team-wrapper {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto; }
  .team #team-wrapper .slick-slide {
    padding: 0 10px; }
  .team #team-wrapper .custom-nav {
    display: none; }

.pannel-border {
  position: relative; }
  .pannel-border .pannels {
    background-color: rgba(1, 58, 129, 0.95);
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .pannel-border .pannels .image {
      display: none; }
    .pannel-border .pannels .text {
      width: 100%; }
    .pannel-border .pannels h3 {
      font-size: 20px; }
    .pannel-border .pannels .title {
      color: #ffffff;
      margin-bottom: 20px; }
    .pannel-border .pannels p {
      font-size: 15px;
      color: #ffffff;
      margin-bottom: 20px; }
    .pannel-border .pannels #lnk-icon {
      width: 26px; }
  .pannel-border .linked_in svg {
    height: 30px;
    width: 30px; }
  .pannel-border .linked_in .st0 {
    fill: #FFFFFF; }
  .pannel-border ul.rs {
    margin-top: 30px;
    justify-content: flex-start; }
    .pannel-border ul.rs a {
      color: #ffffff;
      margin-right: 15px;
      text-decoration: underline;
      font-size: 15px; }
      .pannel-border ul.rs a .text-arrow {
        height: 6px;
        width: 8px;
        margin-left: 4px; }
    .pannel-border ul.rs a:hover {
      color: #faaf17; }
      .pannel-border ul.rs a:hover .st0 {
        fill: #faaf17; }

.nos-clients h2 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 50px; }
  .nos-clients h2 strong {
    color: #faaf17; }
.nos-clients ul {
  display: flex;
  justify-content: center;
  padding: 0;
  flex-wrap: wrap;
  margin-bottom: 0; }
  .nos-clients ul li {
    list-style: none;
    max-width: 120px;
    margin-bottom: 50px; }

.nos-offres {
  padding-top: 76px;
  position: relative; }
  .nos-offres h2 {
    text-align: center;
    width: 100%;
    color: #00214a;
    margin-bottom: 50px;
    font-size: 22px; }
    .nos-offres h2 small {
      font-weight: 400; }

.nos-offres:before {
  content: "";
  width: 73px;
  height: 29px;
  background-image: url("../../images/white-corner.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%); }

.aca-die {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  background-color: #ffffff;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  margin-bottom: 20px;
  overflow: hidden; }
  .aca-die ul {
    padding-left: 0;
    margin: 0; }
    .aca-die ul li {
      list-style: none; }
  .aca-die a {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    margin-bottom: 20px;
    display: block; }
  .aca-die .text-arrow {
    display: block;
    position: absolute;
    right: 0;
    width: 9px;
    top: 0; }
    .aca-die .text-arrow .st0 {
      fill: #013a81; }
  .aca-die a:hover .text-arrow .st0 {
    fill: #faaf17; }
  .aca-die a.blue {
    font-size: 20px;
    font-weight: 600;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #00214a; }
    .aca-die a.blue .text-arrow {
      width: 12px;
      right: 3px; }
  .aca-die a.sublink {
    color: #ffffff;
    margin: 0;
    padding: 25px 0;
    text-align: center;
    font-weight: 600; }
    .aca-die a.sublink .text-arrow {
      display: inline-block;
      position: relative;
      right: auto;
      top: auto;
      margin-left: 8px; }
      .aca-die a.sublink .text-arrow .st0 {
        fill: #faaf17; }
  .aca-die a.sublink:hover {
    color: #faaf17;
    text-decoration: underline; }

.aca-die.reverse {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px; }

.about-pannel {
  display: none; }

@media (max-width: 767px) {
  /* XS */
  header {
    padding-left: 0;
    padding-right: 0; }

  .bandeau {
    text-align: left !important; }
    .bandeau .flex {
      justify-content: flex-start; }
      .bandeau .flex li {
        border: none;
        padding: 0; }
        .bandeau .flex li p {
          font-size: 14px; }
    .bandeau .sabron {
      display: none; }
    .bandeau .close {
      right: 10px; }

  .max-w-800 {
    max-width: 320px; }
    .max-w-800 strong {
      display: block; } }
@media (max-width: 850px) {
  .page-front.desktop h2 {
    font-size: 45px; }
  .page-front.desktop .capsule h3 {
    font-size: 32px; }
  .page-front.desktop .adult .capsule {
    border-top-right-radius: 70px;
    border-bottom-left-radius: 70px; }
  .page-front.desktop .enterprise .capsule {
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px; } }
/* ---- BEGIN Home Page Desktop ---- */
.page-front.desktop a {
  text-decoration: none; }
.page-front.desktop .outlined {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.1);
  -webkit-text-stroke: 1px #013a81; }
.page-front.desktop ul {
  margin-bottom: 0; }
.page-front.desktop h2 {
  font-size: 55px;
  font-weight: 500; }
  @media (min-width: 1900px) and (min-height: 900px) {
    .page-front.desktop h2 {
      font-size: 92px; } }
.page-front.desktop .nav-langue {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin-right: 50px;
  text-decoration: none; }
.page-front.desktop .bk-gradient-beige-180 {
  padding-left: 30px !important;
  padding-top: 40px !important;
  background: #f7ede0;
  background: -moz-linear-gradient(0deg, #f7ede0 0%, white 100%);
  background: -webkit-linear-gradient(0deg, #f7ede0 0%, white 100%);
  background: linear-gradient(0deg, #f7ede0 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7ede0",endColorstr="#ffffff",GradientType=1); }
.page-front.desktop .panel-trigger {
  text-decoration: none;
  margin-bottom: 50px;
  display: block; }
.page-front.desktop a.panel-trigger:hover .text-arrow.down {
  border-color: #faaf17; }
  .page-front.desktop a.panel-trigger:hover .text-arrow.down .st0 {
    fill: #faaf17; }
.page-front.desktop .text-arrow.down {
  height: 34px;
  width: 34px;
  margin-left: 10px;
  border-radius: 50px;
  border: 1px solid #013a81;
  position: relative;
  margin-bottom: -9px;
  transition: border-color 0.5s; }
  .page-front.desktop .text-arrow.down svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px; }
  .page-front.desktop .text-arrow.down .st0 {
    fill: #013a81; }
.page-front.desktop .capsule {
  border-top-left-radius: 120px;
  border-bottom-right-radius: 120px;
  max-width: 400px;
  width: calc(100% - 140px);
  padding: 60px 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (min-width: 1900px) and (min-height: 900px) {
    .page-front.desktop .capsule {
      padding-top: 110px;
      padding-bottom: 110px;
      max-width: 560px; } }
  .page-front.desktop .capsule p {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 13px;
    letter-spacing: 1px; }
  .page-front.desktop .capsule h3 {
    transition: color 0.5s;
    font-size: 38px;
    color: white;
    margin-bottom: 0; }
  .page-front.desktop .capsule .text-arrow {
    width: 22px; }
.page-front.desktop .enterprise .capsule {
  background: -moz-linear-gradient(0deg, #faaf17 25%, #f8d185 100%);
  background: -webkit-linear-gradient(0deg, #faaf17 25%, #f8d185 100%);
  background: linear-gradient(0deg, #faaf17 25%, #f8d185 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faaf17",endColorstr="#f8d185",GradientType=1); }
  .page-front.desktop .enterprise .capsule p {
    color: #00214a; }
  @media (min-width: 1900px) and (min-height: 900px) {
    .page-front.desktop .enterprise .capsule {
      border-top-left-radius: 180px;
      border-bottom-right-radius: 180px; } }
.page-front.desktop .enterprise:hover h3 {
  color: #013a81;
  text-decoration: underline; }
.page-front.desktop .enterprise:hover .st0 {
  fill: #013a81; }
.page-front.desktop .adult:hover h3 {
  color: #faaf17;
  text-decoration: underline; }
.page-front.desktop .adult:hover .st0 {
  fill: #faaf17; }
.page-front.desktop .adult .capsule {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 120px;
  border-bottom-left-radius: 120px;
  background: -moz-linear-gradient(0deg, #063886 25%, #225094 100%);
  background: -webkit-linear-gradient(0deg, #063886 25%, #225094 100%);
  background: linear-gradient(0deg, #063886 25%, #225094 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#063886",endColorstr="#225094",GradientType=1); }
  .page-front.desktop .adult .capsule p {
    color: #faaf17; }
  @media (min-width: 1900px) and (min-height: 900px) {
    .page-front.desktop .adult .capsule {
      border-top-right-radius: 180px;
      border-bottom-left-radius: 180px; } }

@media (min-width: 576px) {
  /* SM */
  /*  --- BEGIN section builder ---  */
  .text-image-section .image-50 {
    margin-bottom: 60px; }

  .custom-nav {
    height: 40px;
    width: 40px; }

  /*  --- END section builder ---  */
  .aca-die {
    padding-top: 48px; }
    .aca-die a {
      margin-left: 60px;
      margin-right: 60px;
      font-size: 18px;
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid rgba(0, 33, 74, 0.4); }
    .aca-die a.blue {
      font-size: 28px;
      margin-bottom: 35px; }
      .aca-die a.blue .text-arrow {
        width: 18px;
        right: 0; }
    .aca-die li:last-child {
      margin-bottom: 60px; }
    .aca-die a.sublink {
      font-size: 20px;
      padding-top: 32px;
      padding-bottom: 32px; }

  #copyright ul {
    justify-content: center; }
  #copyright li {
    margin-left: 10px;
    margin-right: 10px; }

  section {
    padding: 100px 0 60px; }

  .a-propos {
    padding-bottom: 60px;
    background: #f7ede0;
    background: linear-gradient(0deg, #f7ede0 0%, white 100%); }
    .a-propos section, .a-propos .bk-gradient-beige-90, .a-propos .bk-gradient-beige-270 {
      background: transparent; }
    .a-propos .text-image-section section {
      padding: 50px 0; }

  .team h2 {
    font-size: 32px; }
  .team h3 {
    font-size: 20px; }
  .team .title {
    font-size: 15px; }
  .team .open-pannel {
    font-size: 15px; }
  .team #team-wrapper {
    max-width: 100%; }
    .team #team-wrapper .slick-slide {
      padding-right: 18px;
      padding-left: 18px; }
  .team .team-image {
    border-top-left-radius: 90px;
    border-bottom-right-radius: 90px; }
  .team #team-wrapper .custom-nav:hover .skip {
    display: none; }
  .team #team-wrapper .custom-nav:hover .skip.hover {
    display: block; }
  .team #team-wrapper .custom-prev {
    left: -14px; }
  .team #team-wrapper .custom-next {
    right: -14px; }

  .nos-clients h2 {
    font-size: 32px; }
  .nos-clients ul {
    padding-bottom: 40px; }
    .nos-clients ul li {
      max-width: 200px; }

  .nos-offres h2 {
    font-size: 32px; }

  .billboard {
    position: relative;
    padding-top: 340px;
    padding-bottom: 340px; }
    .billboard h2 {
      margin-bottom: 0; }
    .billboard ul {
      position: relative; }
      .billboard ul li {
        position: absolute;
        top: 0;
        left: 0; }
      .billboard ul li:nth-child(1) {
        top: -360px;
        left: auto;
        right: 0; }
      .billboard ul li:nth-child(2) {
        top: -250px;
        left: -50px; }
      .billboard ul li:nth-child(3) {
        top: -208px;
        left: auto;
        right: -50px; }
      .billboard ul li:nth-child(4) {
        right: 0;
        left: auto;
        top: 20px; }
      .billboard ul li:nth-child(5) {
        top: 122px; }
      .billboard ul li:nth-child(6) {
        top: 165px;
        right: -50px;
        left: auto; } }
@media (min-width: 992px) {
  /* MEDIUM */
  footer .rs-list {
    margin: 0 !important; }
    footer .rs-list li {
      margin-bottom: 20px; }

  .page-front.desktop .bk-gradient-beige-180 {
    padding-left: 80px !important;
    padding-top: 60px !important; }

  section {
    padding: 140px 0 60px; }

  .a-propos h2 {
    margin-bottom: 65px; }
  .a-propos h3 {
    font-size: 70px; }
  .a-propos p {
    font-size: 25px; }
  .a-propos small {
    font-size: 18px; }
  .a-propos .text-image-section img {
    max-width: 380px; }

  .billboard {
    overflow: hidden;
    padding-top: 520px;
    padding-bottom: 580px; }
    .billboard h2 {
      font-size: 116px;
      margin-bottom: 0;
      font-weight: 800; }
    .billboard ul.statistics h3 {
      font-size: 90px;
      font-weight: 800;
      margin-bottom: 0; }
    .billboard ul.statistics p {
      font-size: 18px;
      max-width: 375px; }
    .billboard ul.statistics li:nth-child(1) {
      top: -540px;
      left: calc(50% + 70px); }
    .billboard ul.statistics li:nth-child(2) {
      top: -430px;
      right: calc(50% - 20px);
      left: auto; }
    .billboard ul.statistics li:nth-child(3) {
      top: -330px;
      left: calc(50% - 5px); }
      .billboard ul.statistics li:nth-child(3) p {
        max-width: 250px; }
    .billboard ul.statistics li:nth-child(4) {
      left: calc(50% - 5px);
      top: 38px; }
    .billboard ul.statistics li:nth-child(5) {
      left: auto;
      top: 145px;
      right: calc(50% - 20px); }
    .billboard ul.statistics li:nth-child(6) {
      top: 282px;
      left: calc(50% + 75px); }
      .billboard ul.statistics li:nth-child(6) p {
        max-width: 250px; }

  .team {
    padding-top: 140px; }
    .team h2 {
      font-size: 41px;
      margin-bottom: 80px; }

  .slick-dots {
    margin-top: 74px; }
    .slick-dots button {
      height: 10px;
      width: 10px; }

  .pannel-border {
    overflow: hidden; }
    .pannel-border .pannels {
      padding: 60px; }
      .pannel-border .pannels .container {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .pannel-border .pannels .close {
        top: 60px;
        right: 60px;
        font-size: 18px; }
      .pannel-border .pannels h3 {
        font-size: 30px;
        margin-bottom: 5px; }
      .pannel-border .pannels .title {
        font-size: 18px;
        margin-bottom: 54px; }
      .pannel-border .pannels p {
        font-size: 18px; }
      .pannel-border .pannels ul.rs a {
        font-size: 18px; }
      .pannel-border .pannels .image {
        display: inline-block;
        max-width: 330px; }
        .pannel-border .pannels .image img {
          border-top-left-radius: 140px;
          border-bottom-right-radius: 140px; }
      .pannel-border .pannels .text {
        width: auto;
        max-width: 660px; }

  .nos-clients {
    padding-top: 320px !important;
    padding-bottom: 280px !important; }
    .nos-clients h2 {
      font-size: 40px; }
    .nos-clients ul.statistics {
      position: relative; }
      .nos-clients ul.statistics li {
        position: absolute;
        left: 0;
        width: 220px;
        max-width: 220px; }
      .nos-clients ul.statistics li:nth-child(1) {
        bottom: 208px;
        left: calc(50% - 375px); }
      .nos-clients ul.statistics li:nth-child(2) {
        bottom: 208px;
        left: calc(50% - 110px); }
      .nos-clients ul.statistics li:nth-child(3) {
        bottom: 208px;
        left: calc(50% + 158px); }
      .nos-clients ul.statistics li:nth-child(4) {
        bottom: 38px;
        left: calc(50% - 501px); }
      .nos-clients ul.statistics li:nth-child(5) {
        bottom: 38px;
        left: calc(50% + 280px); }
      .nos-clients ul.statistics li:nth-child(6) {
        bottom: -135px;
        left: calc(50% - 375px); }
      .nos-clients ul.statistics li:nth-child(7) {
        bottom: -135px;
        left: calc(50% - 110px); }
      .nos-clients ul.statistics li:nth-child(8) {
        bottom: -135px;
        left: calc(50% + 158px); }

  .aca-die {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

  .nos-offres {
    padding-top: 152px;
    padding-bottom: 120px; }
    .nos-offres h2 {
      font-size: 40px;
      margin-bottom: 80px; }
    .nos-offres small {
      font-size: 25px; } }
@media (min-width: 1200px) {
  .team #team-wrapper .custom-prev {
    left: -50px; }
  .team #team-wrapper .custom-next {
    right: -50px; } }
@media (min-width: 1600px) {
  /* LARGE */ }
@media (min-width: 1900px) {
  /* X-LARGE */ }
@media (min-width: 2100px) {
  /* X-LARGE */ }
/* ---- BEGIN Header menu ---- */
header {
  z-index: 120;
  width: 100%;
  background-color: #ffffff;
  position: relative;
  padding-bottom: 5px; }
  header .logo {
    width: 156px !important;
    z-index: 130;
    margin-left: 0px;
    position: relative; }
    @media (min-width: 1900px) and (min-height: 900px) {
      header .logo {
        width: 195px; } }
  header .sub-menu {
    padding-left: 0; }
  header .link {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #faaf17;
    font-weight: 500;
    text-decoration: none; }
  header .collapse.show {
    height: 100% !important;
    padding-top: 130px;
    min-height: 100%; }

header.mobile .logo {
  margin-left: auto;
  margin-right: auto;
  width: 116px; }

header.mobile, header.sub {
  position: fixed; }

.home header.mobile {
  position: relative; }

header.desktop.sub {
  padding: 40px 0; }
  header.desktop.sub ul.top-banner {
    padding-left: 40px;
    background: transparent; }
    header.desktop.sub ul.top-banner a {
      color: #013a81;
      font-size: 13px;
      letter-spacing: 1px; }
    header.desktop.sub ul.top-banner .text-arrow .st0 {
      fill: #013a81; }

header.cache {
  margin-top: -100%;
  box-shadow: none; }

header.show, header.is-reloaded {
  background-color: #ffffff;
  margin-top: 0;
  box-shadow: 0px 6px 8px 3px rgba(0, 0, 0, 0.17); }

header.open {
  padding-top: 54px; }

header.mobile.open ul.top-banner {
  display: none; }

.navbar-toggle {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  box-shadow: none;
  height: 32px;
  width: 32px;
  padding: 0;
  margin-top: 0;
  position: fixed;
  right: 22px;
  top: 52px;
  z-index: 150;
  transition: margin 0.5s; }

.navbar-toggle.cache {
  margin-top: -100%; }

.navbar-toggle.show, .navbar-toggle.is-reloaded {
  margin-top: 15px; }

.icon-bar {
  display: block;
  margin-bottom: 5px;
  height: 2px;
  width: 100%;
  background-color: #013a81;
  transition: background-color 0.2s;
  opacity: 0;
  transition: opacity 0s; }

.icon-bar.x {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  background-color: #013a81;
  display: block;
  opacity: 1;
  transition: opacity 0.6s, transform 0.5s; }

.icon-bar.x.left {
  transform: translate(-50%, -50%) rotate(45deg); }

.icon-bar.x.right {
  transform: translate(-50%, -50%) rotate(-45deg); }

.navbar-toggle.collapsed .icon-bar {
  opacity: 1;
  transition: opacity 0.6s; }
.navbar-toggle.collapsed .icon-bar.x {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: opacity 0.6s, transform 0.5s; }

.navbar-toggle:hover .icon-bar {
  background-color: #faaf17; }

.navbar-toggle.open:hover .icon-bar {
  background-color: #faaf17; }

.navbar-toggle.open {
  position: fixed; }

.navbar-collapse {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100% !important;
  background-color: #ffffff;
  z-index: 110;
  padding-top: 136px;
  transition: height 1s, padding 1s; }
  .navbar-collapse ul {
    padding: 0 25px;
    margin-bottom: 0; }
  .navbar-collapse li {
    max-width: 100%;
    justify-content: center;
    list-style: none; }
    .navbar-collapse li a {
      font-size: 21px;
      font-weight: 500;
      display: inline-block;
      color: #013a81;
      padding: 10px 0;
      position: relative;
      text-decoration: none;
      margin-bottom: 0;
      transition: none;
      letter-spacing: 1px; }
    .navbar-collapse li a:hover {
      color: #faaf17;
      text-decoration: underline; }
    .navbar-collapse li li:last-child a {
      border-bottom: none; }
  .navbar-collapse .menu-principal a {
    display: inline-block;
    position: relative; }
  .navbar-collapse .menu-principal a:after {
    width: 15px;
    height: 15px;
    top: calc(50% - 7px);
    position: absolute;
    content: "";
    right: 0;
    margin-right: -30px;
    background-image: url("../../images/svg/arrow-down.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-90deg); }
  .navbar-collapse .menu-principal a:hover:after {
    background-image: url("../../images/svg/arrow-down-hover.svg"); }
  .navbar-collapse .menu-secondaire {
    margin-top: 20px; }
    .navbar-collapse .menu-secondaire a {
      padding: 5px 0;
      font-size: 18px; }
  .navbar-collapse .sub-menu {
    padding: 0;
    display: block;
    height: 0;
    overflow: hidden;
    transition: height 0.5s; }
    .navbar-collapse .sub-menu li {
      border: none; }
    .navbar-collapse .sub-menu a {
      font-size: 15px;
      padding-top: 0;
      padding-bottom: 7px; }
    .navbar-collapse .sub-menu a:after {
      width: 9px;
      height: 9px;
      margin-right: -16px;
      top: calc(50% - 7px);
      background-image: url("../../images/svg/arrow-down-hover.svg"); }
  .navbar-collapse .sub-menu.open {
    height: 164px; }
  .navbar-collapse .open-sub-menu a {
    position: relative;
    display: inline-block; }
  .navbar-collapse .open-sub-menu a:hover {
    cursor: pointer; }
  .navbar-collapse .open-sub-menu > a:after {
    transform: rotate(0deg); }
  .navbar-collapse .open-sub-menu.open > a:after {
    transform: rotate(180deg); }
  .navbar-collapse .nav-langue {
    display: block;
    padding-left: 25px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 12px; }

.collapse:not(.show) {
  display: block;
  height: 0 !important;
  overflow: hidden;
  padding: 0;
  min-height: 0; }

.bt-header {
  display: inline-block;
  position: relative; }
  .bt-header a {
    display: block;
    margin-right: 86px; }

.rs-list {
  display: flex;
  margin: 20px 0 50px !important;
  justify-content: center; }
  .rs-list li {
    border: none !important; }
    .rs-list li a {
      margin: 0 6px;
      display: block !important;
      height: 24px;
      width: 24px;
      padding: 0 !important;
      border: none; }
      .rs-list li a .st0 {
        fill: #013a81;
        transition: fill 0.2s; }
  .rs-list a:hover .st0 {
    fill: #faaf17; }

#phone-icon .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #FFFFFF; }

#phone-icon:hover .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #000000; }

.nav-langue {
  margin-top: 30px;
  text-decoration: none; }

.search-form {
  padding: 0 25px;
  display: block;
  position: relative;
  margin-top: 30px;
  margin-bottom: 70px; }
  .search-form label {
    width: 100%;
    display: block; }
  .search-form .screen-reader-text {
    display: none; }
  .search-form .search-field {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #013a81;
    color: #013a81;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 5px;
    padding-right: 30px;
    letter-spacing: 1px; }
  .search-form .search-submit {
    position: absolute;
    top: -4px;
    right: 25px;
    height: 22px;
    width: 22px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../../images/svg/loupe.svg"); }
  .search-form input:focus {
    outline: none !important; }

/* ---- BEGIN Banner po up ---- */
.bandeau {
  display: none;
  position: relative;
  padding: 10px;
  background-color: #000000;
  color: #ffffff; }
  .bandeau p {
    margin-bottom: 0; }
  .bandeau .flex {
    margin-bottom: 0;
    justify-content: center; }
    .bandeau .flex li, .bandeau .flex p, .bandeau .flex a {
      font-size: 17px;
      color: #ffffff;
      line-height: 20px; }
    .bandeau .flex a {
      text-decoration: underline; }
    .bandeau .flex li {
      padding-left: 10px;
      padding-right: 10px;
      border-right: 1px solid #ffffff; }
    .bandeau .flex li:last-child {
      border: none; }
  .bandeau .close {
    position: absolute;
    height: 14px;
    width: 14px;
    right: 20px;
    top: 6px;
    opacity: 1;
    cursor: pointer; }

.bandeau.open {
  display: block; }

/* ---- END Banner po up ---- */
ul.top-banner {
  padding: 0 10px;
  margin-bottom: 20px;
  z-index: 0;
  position: relative;
  height: 34px; }
  ul.top-banner a {
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 6px 0;
    display: inline-block;
    letter-spacing: 1px; }
  ul.top-banner a.side-picker {
    text-decoration: none; }
  ul.top-banner .text-arrow {
    width: 5px;
    margin-right: 5px; }
    ul.top-banner .text-arrow .st0 {
      fill: #faaf17; }
  ul.top-banner .phone .text-arrow {
    width: 22px; }

.is-individuals, .is-corporate {
  display: none !important; }

.is-individuals.display, .is-corporate.display {
  display: inline-block !important; }

.sub-header.open {
  padding-top: 102px; }

@media (max-width: 767px) {
  .navbar-collapse {
    overflow-x: hidden; }

  header.mobile .logo {
    margin-bottom: 10px; } }
@media (min-width: 768px) {
  .main-menu {
    justify-content: center;
    display: flex; }

  header.open {
    padding-top: 40px; }

  .navbar-toggle {
    right: 38px;
    top: 40px; }

  .search-form {
    margin-top: 15px;
    margin-bottom: 0; }

  .navbar-collapse .menu-secondaire {
    margin-top: 0; }
    .navbar-collapse .menu-secondaire a {
      margin-bottom: 10px; }

  .menu-principal li {
    margin-bottom: 20px; }
  .menu-principal li:last-child {
    margin-bottom: 0; }
  .menu-principal li:first-child {
    margin-bottom: 0; }
  .menu-principal .sub-menu li {
    margin-bottom: 0; }

  .max-w {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-width: 300px; }

  .sub-header.open {
    padding-top: 138px; } }
@media (min-width: 992px) {
  .navbar-collapse .menu-principal li {
    margin-bottom: 30px; }
  .navbar-collapse .menu-principal li:last-child {
    margin-bottom: 0; }
  .navbar-collapse .menu-principal a {
    font-size: 25px; }
  .navbar-collapse .menu-principal a:after {
    width: 20px;
    height: 20px;
    top: calc(50% - 9px); }
  .navbar-collapse .menu-principal .sub-menu li {
    margin-bottom: 0; }
  .navbar-collapse .menu-principal .sub-menu a {
    font-size: 16px; }
  .navbar-collapse .menu-principal .sub-menu a:after {
    width: 9px;
    height: 9px;
    margin-right: -16px;
    top: calc(50% - 7px); }
  .navbar-collapse .sub-menu.open {
    height: 168px; }

  .navbar-collapse .is-individuals .sub-menu.open {
    height: 170px; } }
@media (min-width: 1200px) {
  /* LARGE */
  .new-m-width {
    max-width: 1100px; }

  .navbar-collapse .menu-principal a {
    font-size: 36px; }
  .navbar-collapse .menu-principal a:after {
    width: 20px;
    height: 20px;
    top: calc(50% - 9px); }
  .navbar-collapse .menu-principal .sub-menu li {
    margin-bottom: 0; }
  .navbar-collapse .menu-principal .sub-menu a {
    font-size: 17px;
    padding-bottom: 18px; }
  .navbar-collapse .menu-principal .sub-menu a:after {
    top: calc(50% - 12px); }
  .navbar-collapse .sub-menu.open {
    height: 220px; }

  .navbar-collapse .is-individuals .sub-menu.open {
    height: 230px; } }
@media (min-width: 1600px) {
  /* LARGE */
  .new-m-width {
    max-width: 1500px; } }
/* ---- BEGIN Footer ---- */
footer .logo {
  margin-top: 50px;
  width: 156px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
footer .ns {
  padding: 50px 0 70px;
  background-image: url(../../images/bk-ns.png); }
  footer .ns h3 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    display: block;
    margin-bottom: 50px;
    width: 100%; }
  footer .ns a {
    display: block;
    color: #ffffff;
    font-size: 25px;
    line-height: 1.2em;
    text-decoration: none;
    cursor: pointer; }
    footer .ns a .text-arrow {
      display: block;
      width: 12px;
      margin-right: auto;
      margin-left: auto; }
      footer .ns a .text-arrow .st0 {
        fill: #faaf17; }
  footer .ns .border-right {
    border-right: 1px solid rgba(255, 255, 255, 0.3) !important; }
footer .rs-list {
  margin: 40px 0 50px !important; }
  footer .rs-list li a {
    height: 26px;
    width: 26px; }
    footer .rs-list li a .st0 {
      fill: #013a81; }
footer .nav-langue {
  font-size: 11px;
  font-weight: 600;
  text-align: left;
  display: block; }
  footer .nav-langue a {
    text-decoration: none; }

.footer-infos {
  text-align: center; }
  .footer-infos ul.flex.text-address {
    display: block;
    text-align: left; }
    .footer-infos ul.flex.text-address li {
      margin-bottom: 20px; }
    .footer-infos ul.flex.text-address a {
      display: block; }
  .footer-infos .rs-list {
    justify-content: flex-start; }
  .footer-infos h3 {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0; }
  .footer-infos p {
    font-size: 15px; }
  .footer-infos .footer-menu {
    text-align: left; }
    .footer-infos .footer-menu .flex.start {
      justify-content: flex-start; }
    .footer-infos .footer-menu .container {
      align-items: flex-start; }
    .footer-infos .footer-menu .menu {
      padding: 0 40px;
      width: 302px; }
    .footer-infos .footer-menu .menu-secondaire a {
      font-size: 16px;
      display: block;
      margin-bottom: 10px; }
    .footer-infos .footer-menu .menu-principal {
      padding-left: 0; }
    .footer-infos .footer-menu .menu-principal > a {
      font-size: 16px; }
    .footer-infos .footer-menu .menu-principal > li {
      margin-bottom: 10px; }
    .footer-infos .footer-menu .menu-principal > li:first-child {
      margin-bottom: 0; }
    .footer-infos .footer-menu .has-border {
      border-left: 1px solid rgba(0, 33, 74, 0.1); }
    .footer-infos .footer-menu .nav-langue {
      margin-top: 0;
      padding-left: 40px; }
    .footer-infos .footer-menu ul {
      padding-left: 0; }
    .footer-infos .footer-menu li {
      list-style: none; }
    .footer-infos .footer-menu .sub-menu {
      padding: 0;
      display: block;
      height: 0;
      overflow: hidden;
      transition: height 0.5s; }
      .footer-infos .footer-menu .sub-menu li {
        border: none; }
      .footer-infos .footer-menu .sub-menu a {
        font-size: 15px;
        padding-top: 0;
        padding-bottom: 7px; }
      .footer-infos .footer-menu .sub-menu a:after {
        width: 9px;
        height: 9px;
        margin-right: -16px;
        top: calc(50% - 7px);
        background-image: url("../../images/svg/arrow-down-hover.svg"); }
    .footer-infos .footer-menu .sub-menu.open {
      height: 140px; }
    .footer-infos .footer-menu .open-sub-menu > a {
      position: relative;
      display: inline-block;
      margin-bottom: 10px;
      color: #013a81; }
    .footer-infos .footer-menu .open-sub-menu > a:after {
      content: "";
      width: 9px;
      height: 9px;
      margin-left: 8px;
      top: calc(50% - 4px);
      background-image: url("../../images/svg/arrow-down-hover.svg");
      transform: rotate(0deg);
      position: absolute; }
    .footer-infos .footer-menu .open-sub-menu a:hover {
      cursor: pointer; }
    .footer-infos .footer-menu .open-sub-menu.open > a:after {
      transform: rotate(180deg); }

#copyright ul.flex {
  flex-wrap: wrap;
  margin-bottom: 0; }
  #copyright ul.flex li:first-child {
    margin-bottom: 0; }
#copyright a, #copyright p, #copyright li {
  font-size: 8px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-decoration: none; }

.back-to-top {
  position: fixed;
  height: 30px;
  width: 30px;
  border-radius: 100px;
  background-color: #013a81;
  right: 20px;
  bottom: 50px; }
  .back-to-top .text-arrow {
    display: block;
    height: 14px;
    width: 14px;
    top: 8px;
    left: 8px;
    position: absolute;
    display: block; }
  .back-to-top svg {
    display: block; }
    .back-to-top svg .st0 {
      fill: #faaf17; }

.back-to-top.scroll-down {
  background-color: transparent;
  border: 1px solid #013a81;
  transition: border 0.5s;
  bottom: 10px; }
  .back-to-top.scroll-down .text-arrow {
    transform: rotate(-180deg);
    top: 7px;
    left: 7px; }
    .back-to-top.scroll-down .text-arrow .st0 {
      fill: #013a81; }

.back-to-top.scroll-down:hover {
  border-color: #faaf17; }
  .back-to-top.scroll-down:hover .text-arrow .st0 {
    fill: #faaf17; }

.back-to-top:hover {
  cursor: pointer; }

.mailchimp-signup {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto; }
  .mailchimp-signup p {
    font-weight: 500;
    color: #013a81; }
  .mailchimp-signup #mc_embed_signup form.validate {
    padding: 0; }
  .mailchimp-signup #mc_embed_signup .mc-field-group {
    width: 100%;
    padding: 0; }
    .mailchimp-signup #mc_embed_signup .mc-field-group input.email {
      font-size: 15px;
      border: none;
      border-radius: 8px;
      background-color: #dbe8f6;
      color: #00214a;
      padding: 10px 148px 10px 10px;
      height: 47px;
      opacity: 1; }
    .mailchimp-signup #mc_embed_signup .mc-field-group input.email::-webkit-input-placeholder {
      color: #00214a;
      opacity: 1; }
    .mailchimp-signup #mc_embed_signup .mc-field-group input.email::-moz-placeholder {
      /* Firefox 19+ */
      color: #00214a;
      opacity: 1; }
    .mailchimp-signup #mc_embed_signup .mc-field-group input.email:-ms-input-placeholder {
      /* IE 10+ */
      color: #00214a;
      opacity: 1; }
    .mailchimp-signup #mc_embed_signup .mc-field-group input.email:-moz-placeholder {
      /* Firefox 18- */
      color: #00214a;
      opacity: 1; }
  .mailchimp-signup #mc_embed_signup .button {
    border-radius: 8px;
    height: 47px;
    background: #043986;
    background: -moz-linear-gradient(0deg, #043986 0%, #3963a0 100%);
    background: -webkit-linear-gradient(0deg, #043986 0%, #3963a0 100%);
    background: linear-gradient(0deg, #043986 0%, #3963a0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#043986",endColorstr="#3963a0",GradientType=1);
    font-size: 14px;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding-left: 25px;
    padding-right: 40px; }
  .mailchimp-signup #mc_embed_signup .mc-field-group:after {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 18px;
    right: 20px;
    z-index: 1;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../images/svg/arrow-text-yellow.svg); }
  .mailchimp-signup #mc_embed_signup div.response {
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
    font-size: 11px;
    color: #faaf17 !important; }

.infolettre section {
  padding: 50px 0; }

@media (max-width: 767px) {
  footer .footer-infos .footer-menu .flex.start {
    display: block; }
  footer .footer-infos .footer-menu .menu {
    padding-left: 0; }
  footer .footer-infos .footer-menu .nav-langue {
    padding-left: 0; }
  footer .footer-infos ul.flex.text-address {
    padding-top: 20px; } }
@media (min-width: 768px) {
  /* SMALL */
  footer .logo {
    margin-top: 70px; }

  .footer-infos {
    padding-top: 70px; }
    .footer-infos ul:not(.rs-list) {
      padding: 0;
      border: none; }

  .infolettre section {
    padding: 70px 0;
    border-bottom: 1px solid rgba(0, 33, 74, 0.1); } }
@media (min-width: 992px) {
  /* MED */
  footer .logo {
    margin-top: 80px; }

  .footer-infos {
    padding-top: 80px; }
    .footer-infos .rs-list {
      margin: 0 !important; }

  .infolettre section {
    padding: 80px 0; } }
@media (min-width: 1200px) {
  /* MED */
  .footer-infos p {
    font-size: 18px; } }
/* ---- BEGIN card list ---- */
.cards {
  justify-content: center; }

.card-index {
  padding-bottom: 0px; }
  .card-index section {
    padding-bottom: 0; }
  .card-index .card {
    cursor: pointer;
    height: 360px;
    max-width: 360px;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto; }
    .card-index .card .image-cover, .card-index .card .under {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      transition: height 0.2s; }
      .card-index .card .image-cover .outer, .card-index .card .under .outer {
        padding: 10px; }
    .card-index .card .under {
      height: 0;
      z-index: 1; }
      .card-index .card .under .text p {
        font-size: 13px; }
      .card-index .card .under .text ul {
        padding: 0; }
        .card-index .card .under .text ul li {
          font-size: 16px;
          line-height: 1.1em;
          list-style: none;
          padding-bottom: 10px;
          margin-bottom: 10px;
          border-bottom: 1px solid white; }
        .card-index .card .under .text ul li:last-child {
          border-bottom: none; }
      .card-index .card .under strong {
        font-size: 18px;
        text-align: center;
        margin-bottom: 15px;
        display: block;
        line-height: 22px; }
      .card-index .card .under .fake-btn {
        display: none; }
    .card-index .card .image-cover .title {
      font-size: 18px;
      font-weight: 500;
      color: #ffffff; }
  .card-index .card.open .under {
    height: 100%;
    padding: 20px; }
    .card-index .card.open .under .fake-btn {
      display: block; }
  .card-index .no-margin p {
    margin-bottom: 0; }
  .card-index .fake-btn {
    color: white;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%); }
    .card-index .fake-btn .text-arrow {
      margin-left: 10px; }

/* ---- BEGIN item list ---- */
.list-icons .row {
  justify-content: center; }

.list-section .row {
  justify-content: center; }
.list-section .uppercase {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #faaf17;
  margin-bottom: 40px; }
.list-section h2 {
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 40px; }
.list-section .content {
  margin-bottom: 50px; }
  .list-section .content p {
    color: #ffffff;
    font-size: 16px; }

.bk-gradient-beige-180.list-section .content p {
  color: #013a81; }

@media (min-width: 992px) {
  .list-section h2 {
    font-size: 41px;
    margin-bottom: 85px; }
  .list-section .content {
    margin-bottom: 0; }
    .list-section .content p {
      font-size: 20px;
      margin-bottom: 50px; } }
/** GENERIC SLIDER SETUP **/
.slider .slick-slide {
  position: relative; }
.slider .slick-arrow {
  display: none !important; }

.default-slider h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px; }
.default-slider p {
  font-size: 16px; }

.slider-wrapper {
  position: relative; }

.custom-nav {
  position: absolute;
  height: 28px;
  width: 28px;
  left: 0;
  top: 77px;
  margin-left: -15px;
  transform: translateY(-50%); }
  .custom-nav .skip {
    display: block; }
  .custom-nav .hover {
    display: none; }

.custom-nav:hover .skip {
  display: none; }
.custom-nav:hover .hover {
  display: block; }

.custom-nav.custom-next {
  left: auto;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
  margin-left: 0;
  margin-right: -15px; }

/* ---- BEGIN slider text ---- */
.text-slider h2 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  display: block;
  margin-bottom: 40px;
  color: #faaf17;
  text-align: center; }
.text-slider p {
  font-size: 18px;
  font-weight: 400; }
.text-slider blockquote {
  padding: 0;
  max-width: 710px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px; }
  .text-slider blockquote p {
    font-size: 21px;
    font-weight: 200;
    font-style: italic; }
.text-slider .slick-dots {
  margin-top: 50px; }

@media (max-width: 767px) {
  .text-slider blockquote {
    padding-left: 20px;
    padding-right: 20px; } }
@media (min-width: 992px) {
  .text-slider h2 {
    margin-bottom: 90px; }
  .text-slider blockquote p {
    font-size: 36px; }

  .custom-nav {
    height: 56px;
    width: 56px;
    top: 140px; } }
/* ---- BEGIN txt-image 60% / 50% ---- */
.text-img-6-5 {
  padding: 58px 0; }
  .text-img-6-5 h2 {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 40px; }
  .text-img-6-5 .btn {
    margin-top: 40px; }
  .text-img-6-5 .image-50 img {
    margin-bottom: 40px; }
  .text-img-6-5 a {
    color: #00214a; }

@media (min-width: 768px) {
  .text-img-6-5 {
    padding: 70px 0; }
    .text-img-6-5 .image-50 img {
      border-top-right-radius: 90px;
      border-bottom-left-radius: 90px;
      box-shadow: 6px 5px 13px 5px rgba(0, 0, 0, 0.05);
      margin-top: 0; } }
@media (min-width: 992px) {
  .text-img-6-5 {
    padding: 118px 0; }
    .text-img-6-5 h2 {
      font-size: 41px; }
    .text-img-6-5 .btn {
      margin-top: 100px; }
    .text-img-6-5 .image-50 img {
      margin-bottom: 60px; } }
@media (min-width: 1200px) {
  .text-img-6-5 .image-50 img {
    border-top-right-radius: 120px;
    border-bottom-left-radius: 120px;
    max-width: 450px; }

  .image-50.no-corners img {
    max-width: 520px; } }
/* ---- BEGIN txt-image 70% / 40% ---- */
.text-img-7-4 {
  /*
  th{
  	background-color:$c-blue;
  	color:white;
  	padding:4px 30px;
  	font-size:12px;
  	font-weight:$medium;
  }
  th:first-child{
  	padding-left:6px;
  	width:115px;
  }
  td{
  	font-size:12px;
  	border:1px solid $c-blue;
  	color:$c-blue;
  	padding:4px 6px;
  	position:relative;
  	span.circle {
  		height:6px;
  		width:6px;
  		border-radius:20px;
  		background-color:$c-yellow;
  		display:block;
  		position:absolute;
  		top:50%;
  		left:50%;
  		margin-top:-3px;
  		margin-left:-3px;
  	}
  }
  
  table, td, th {border-collapse:separate}
  table {border-spacing:1px}*/ }
  .text-img-7-4 h2 {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 40px; }
    .text-img-7-4 h2 .yellow {
      display: block;
      font-size: 16px;
      text-transform: uppercase;
      margin-top: 10px;
      font-weight: 600;
      letter-spacing: 1px; }
  .text-img-7-4 h2.section-title {
    display: block;
    width: 100%;
    text-align: center; }
  .text-img-7-4 .btn {
    margin-top: 32px; }
  .text-img-7-4 a {
    color: #00214a; }
  .text-img-7-4 table {
    margin: 0; }

@media (max-width: 767px) {
  .text-img-7-4 .image-50 img {
    margin-bottom: 40px;
    max-height: 250px;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    display: block; } }
@media (min-width: 992px) {
  .text-img-7-4 h2 {
    font-size: 41px; }
  .text-img-7-4 h2.section-title {
    margin-bottom: 70px; } }
@media (min-width: 1200px) {
  .text-img-7-4 .image-50 img {
    max-width: 350px;
    border-top-right-radius: 120px;
    border-bottom-left-radius: 120px; } }
/* ---- BEGIN Header subhome ---- */
.subhome-header {
  padding: 163px 0 0 !important; }
  .subhome-header .die {
    display: block;
    background-color: #ffffff;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    padding: 30px 40px;
    max-width: 290px;
    font-size: 13px;
    line-height: 1.1em;
    font-style: italic;
    font-weight: 400;
    color: #013a81;
    margin-bottom: 10px;
    -webkit-box-shadow: 6px 5px 13px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 6px 5px 13px 5px rgba(0, 0, 0, 0.05); }
  .subhome-header .column-2 .die {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    color: #ffffff;
    background-color: transparent;
    background: #043986;
    background: -moz-linear-gradient(0deg, #043986 0%, #3963a0 100%);
    background: -webkit-linear-gradient(0deg, #043986 0%, #3963a0 100%);
    background: linear-gradient(0deg, #043986 0%, #3963a0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#043986",endColorstr="#3963a0",GradientType=1); }
  .subhome-header .column-3 .die {
    background-color: transparent;
    background: -moz-linear-gradient(0deg, #faaf17 25%, #f8d185 100%);
    background: -webkit-linear-gradient(0deg, #faaf17 25%, #f8d185 100%);
    background: linear-gradient(0deg, #faaf17 25%, #f8d185 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faaf17",endColorstr="#f8d185",GradientType=1); }
  .subhome-header .slick-list {
    padding-bottom: 70px; }
  .subhome-header .arguments {
    position: relative; }
  .subhome-header .arguments:after {
    height: 150px;
    width: 69px;
    display: block;
    content: "";
    position: absolute;
    bottom: -40px;
    left: calc(50% - 120px);
    background-image: url(../../images/girl.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .subhome-header .choice-pick h2 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
    display: block; }
  .subhome-header .choice-pick li {
    list-style: none; }
  .subhome-header .choice-pick a {
    margin-left: -55px;
    text-decoration: none;
    display: block;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 6px 5px 13px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 6px 5px 13px 5px rgba(0, 0, 0, 0.05);
    padding: 15px 16px;
    margin-bottom: 10px; }
  .subhome-header .choice-pick span.subtext {
    display: block;
    color: #faaf17;
    font-size: 11px;
    text-align: left;
    line-height: 1.2em; }
  .subhome-header .choice-pick li:nth-child(1) a, .subhome-header .choice-pick li:nth-child(2) a {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px; }
  .subhome-header .choice-pick li:nth-child(even) a {
    margin-right: -55px;
    margin-left: 0; }
  .subhome-header .menu-2024.choice-pick a {
    text-align: left; }
  .subhome-header .menu-2024.choice-pick li:nth-child(1) a, .subhome-header .menu-2024.choice-pick li:nth-child(2) a, .subhome-header .menu-2024.choice-pick li:nth-child(5) a {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px; }
  .subhome-header .flex-left {
    justify-content: left; }
  .subhome-header .text-arrow {
    height: 9px;
    width: 9px;
    margin-left: 6px; }
    .subhome-header .text-arrow .st0 {
      fill: #faaf17; }

.individual-side .subhome-header .column-1 .die {
  background-color: transparent;
  background: -moz-linear-gradient(0deg, #faaf17 25%, #f8d185 100%);
  background: -webkit-linear-gradient(0deg, #faaf17 25%, #f8d185 100%);
  background: linear-gradient(0deg, #faaf17 25%, #f8d185 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faaf17",endColorstr="#f8d185",GradientType=1); }
.individual-side .subhome-header .column-2 .die {
  z-index: -1;
  color: #013a81;
  background: none;
  background-color: #ffffff; }
.individual-side .subhome-header .column-3 .die {
  color: #ffffff;
  background-color: transparent;
  background: #043986;
  background: -moz-linear-gradient(0deg, #043986 0%, #3963a0 100%);
  background: -webkit-linear-gradient(0deg, #043986 0%, #3963a0 100%);
  background: linear-gradient(0deg, #043986 0%, #3963a0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#043986",endColorstr="#3963a0",GradientType=1); }
.individual-side .subhome-header .arguments:after {
  height: 140px;
  width: 60px;
  bottom: -40px;
  left: calc(50% - 140px);
  background-image: url(../../images/girl-2.png); }
.individual-side .subhome-header .choice-pick li:nth-child(1) a, .individual-side .subhome-header .choice-pick li:nth-child(2) a {
  background-color: #013a81;
  color: #ffffff; }
.individual-side .subhome-header .choice-pick li:nth-child(1) a:hover, .individual-side .subhome-header .choice-pick li:nth-child(2) a:hover {
  color: #faaf17; }

section.is-first {
  padding-top: 185px; }

@media (min-width: 500px) {
  .subhome-header {
    padding: 170px 0 0 !important; }
    .subhome-header .die {
      font-size: 17px;
      margin-bottom: 0; }
    .subhome-header .column-2 .die {
      margin-top: -20px; }
    .subhome-header .column-3 .die {
      margin-top: -20px; } }
@media (min-width: 576px) {
  .subhome-header .column-1 .die {
    margin-right: -70px; }
  .subhome-header .column-2 .die {
    margin-left: -70px;
    margin-top: -20px; }
  .subhome-header .column-3 .die {
    margin-right: -70px;
    margin-top: -20px; }
  .subhome-header .arguments:after {
    bottom: auto;
    top: 100px;
    left: -10px; }

  .individual-side .subhome-header .arguments:after {
    bottom: auto;
    left: calc(50% - 275px);
    top: 193px; } }
@media (min-width: 768px) {
  .subhome-header {
    padding: 220px 0 0 !important; }
    .subhome-header .arguments:after {
      top: 50px;
      left: 60px; }
    .subhome-header .arguments:before {
      height: 150px;
      width: 90px;
      display: block;
      content: "";
      position: absolute;
      bottom: 50px;
      right: 70px;
      background-image: url(../../images/boy.png);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      z-index: 10; }
    .subhome-header .flex {
      justify-content: center; }
    .subhome-header .choice-pick li {
      width: 25%;
      min-height: 135px; }
    .subhome-header .choice-pick .text-arrow {
      display: block;
      height: auto;
      margin-left: auto;
      margin-right: auto; }
    .subhome-header .choice-pick a {
      margin-left: 4px !important;
      margin-right: 4px !important;
      min-height: 133px;
      line-height: 1.1em;
      padding-top: 42px;
      font-size: 16px;
      border-top-right-radius: 30px;
      border-bottom-left-radius: 30px;
      border-top-left-radius: 0;
      border-bottom-right-radius: 0; }
    .subhome-header .choice-pick li:nth-child(1) a, .subhome-header .choice-pick li:nth-child(2) a {
      border-top-right-radius: 0;
      border-bottom-left-radius: 0;
      border-top-left-radius: 30px;
      border-bottom-right-radius: 30px; }
    .subhome-header .menu-2024.choice-pick .flex.is-corporate.display {
      flex-wrap: wrap;
      justify-content: center; }
    .subhome-header .menu-2024.choice-pick li {
      width: 198px; }
    .subhome-header .menu-2024.choice-pick a {
      margin-left: 10px !important;
      margin-right: 10px !important;
      margin-bottom: 20px;
      text-align: center;
      min-height: 165px;
      padding-top: 58px;
      border-top-right-radius: 60px;
      border-bottom-left-radius: 60px;
      border-top-left-radius: 0;
      border-bottom-right-radius: 0; }
    .subhome-header .menu-2024.choice-pick span.subtext {
      margin-top: 10px;
      text-align: center; }
    .subhome-header .menu-2024.choice-pick li:nth-child(1) a, .subhome-header .menu-2024.choice-pick li:nth-child(2) a, .subhome-header .menu-2024.choice-pick li:nth-child(3) a {
      border-top-right-radius: 60px;
      border-bottom-left-radius: 60px;
      border-top-left-radius: 0;
      border-bottom-right-radius: 0; }
    .subhome-header .menu-2024.choice-pick li:nth-child(5) a {
      border-top-right-radius: 60px;
      border-bottom-left-radius: 60px;
      border-top-left-radius: 0;
      border-bottom-right-radius: 0; }

  .flex.is-corporate.display {
    display: flex !important; }

  .flex.is-individuals.display {
    display: flex !important; }

  .individual-side .subhome-header .arguments:before {
    height: 112px;
    width: 123px;
    top: 3px;
    right: 144px;
    bottom: auto;
    background-image: url(../../images/men.png); }

  section.is-first {
    padding-top: 200px; } }
@media (min-width: 992px) {
  .subhome-header {
    padding: 262px 0 0 !important; }
    .subhome-header .die {
      border-top-right-radius: 120px;
      border-bottom-left-radius: 120px;
      font-size: 21px;
      padding: 60px 100px;
      max-width: 100%; }
    .subhome-header .column-2 .die {
      border-top-right-radius: 0;
      border-bottom-left-radius: 0;
      border-top-left-radius: 120px;
      border-bottom-right-radius: 120px; }
    .subhome-header .arguments:after {
      height: 209px;
      width: 96px;
      top: 76px;
      left: 18px; }
    .subhome-header .arguments:before {
      height: 220px;
      width: 132px;
      right: 20px; }
    .subhome-header .choice-pick h2 {
      font-size: 28px;
      margin-bottom: 55px; }
    .subhome-header .choice-pick a {
      font-size: 25px;
      padding-left: 22px;
      padding-right: 22px;
      min-height: 300px;
      padding-top: 112px;
      max-width: 242px;
      border-top-right-radius: 90px;
      border-bottom-left-radius: 90px;
      border-top-left-radius: 0;
      border-bottom-right-radius: 0; }
    .subhome-header .choice-pick li:nth-child(1) a, .subhome-header .choice-pick li:nth-child(2) a {
      border-top-right-radius: 0;
      border-bottom-left-radius: 0;
      border-top-left-radius: 90px;
      border-bottom-right-radius: 90px; }
    .subhome-header .choice-pick .text-arrow {
      width: 12px; }
    .subhome-header .menu-2024.choice-pick li {
      width: 186px; }
    .subhome-header .menu-2024.choice-pick a {
      font-size: 20px;
      margin-bottom: 30px;
      margin-left: 5px !important;
      margin-right: 5px !important;
      padding-left: 13px;
      padding-right: 13px;
      text-align: center;
      min-height: 260px;
      padding-top: 93px;
      border-top-right-radius: 80px;
      border-bottom-left-radius: 80px;
      border-top-left-radius: 0;
      border-bottom-right-radius: 0; }
    .subhome-header .menu-2024.choice-pick li:nth-child(1) a, .subhome-header .menu-2024.choice-pick li:nth-child(2) a, .subhome-header .menu-2024.choice-pick li:nth-child(3) a {
      border-top-right-radius: 80px;
      border-bottom-left-radius: 80px;
      border-top-left-radius: 0;
      border-bottom-right-radius: 0; }
    .subhome-header .menu-2024.choice-pick li:nth-child(5) a {
      border-top-right-radius: 80px;
      border-bottom-left-radius: 80px;
      border-top-left-radius: 0;
      border-bottom-right-radius: 0; }
    .subhome-header .menu-2024.choice-pick span.subtext {
      text-align: center;
      font-size: 13px; }

  .individual-side .subhome-header .column-1 .die {
    padding-left: 40px;
    padding-right: 40px; }
  .individual-side .subhome-header .choice-pick li:nth-child(1) a, .individual-side .subhome-header .choice-pick li:nth-child(2) a {
    background-color: #013a81;
    color: #ffffff; }
  .individual-side .subhome-header .choice-pick li:nth-child(1) a:hover, .individual-side .subhome-header .choice-pick li:nth-child(2) a:hover {
    color: #faaf17; }

  .individual-side .subhome-header .arguments:after {
    height: 206px;
    width: 90px;
    left: calc(50% - 461px);
    top: 154px; }
  .individual-side .subhome-header .arguments:before {
    height: 165px;
    width: 182px;
    top: 9px; }

  section.is-first {
    padding-top: 256px; } }
@media (min-width: 1200px) {
  .container.choice-pick {
    max-width: 1100px; }

  .subhome-header .menu-2024.choice-pick li {
    width: 212px; }
  .subhome-header .menu-2024.choice-pick a {
    margin-left: 15px !important;
    margin-right: 15px !important;
    padding-left: 26px;
    padding-right: 26px; } }
@media (min-width: 1500px) {
  .subhome-header .menu-2024.choice-pick .flex.is-corporate.display {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto; }
  .subhome-header .menu-2024.choice-pick li {
    width: 250px; }
  .subhome-header .menu-2024.choice-pick a {
    font-size: 20px;
    margin-bottom: 30px;
    margin-left: 15px !important;
    margin-right: 15px !important;
    padding-left: 26px;
    padding-right: 26px;
    text-align: center;
    min-height: 280px;
    padding-top: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0; }
  .subhome-header .menu-2024.choice-pick li:nth-child(1) a, .subhome-header .menu-2024.choice-pick li:nth-child(2) a, .subhome-header .menu-2024.choice-pick li:nth-child(3) a {
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0; }
  .subhome-header .menu-2024.choice-pick li:nth-child(5) a {
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0; } }
@media (min-width: 1700px) {
  .container.choice-pick {
    max-width: 1500px; }

  .subhome-header .menu-2024.choice-pick .flex.is-corporate.display {
    flex-wrap: nowrap;
    max-width: 100%; }
  .subhome-header .menu-2024.choice-pick a {
    margin-left: 20px !important;
    margin-right: 20px !important; } }
/* ---- BEGIN Text with background ---- */
.text-with-bk p {
  font-size: 18px; }
.text-with-bk h2 {
  display: block;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 40px; }

@media (min-width: 576px) {
  .text-with-bk p {
    font-size: 29px; }
  .text-with-bk h2 {
    font-size: 50px;
    margin-bottom: 80px; } }
/* ---- BEGIN Two columns text ---- */
.two-columns-text h2 {
  width: 100%;
  display: block;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 20px; }
.two-columns-text ul {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding: 0; }
  .two-columns-text ul li {
    list-style: none;
    font-size: 20px;
    color: #013a81;
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid rgba(1, 58, 129, 0.4); }
  .two-columns-text ul li:last-child {
    border-bottom: none; }

@media (max-width: 767px) {
  .two-columns-text .col-sm-6 {
    margin-bottom: 30px; } }
@media (min-width: 992px) {
  .two-columns-text h2 {
    font-size: 41px;
    margin-bottom: 40px; } }
/* ---- BEGIN Job Offers section ---- */
.job-offers {
  padding: 50px 0; }
  .job-offers #freshteam-widget {
    background-color: transparent;
    font-family: 'Montserrat', sans-serif !important; }
    .job-offers #freshteam-widget h1, .job-offers #freshteam-widget h2, .job-offers #freshteam-widget h3, .job-offers #freshteam-widget h4, .job-offers #freshteam-widget h5, .job-offers #freshteam-widget p, .job-offers #freshteam-widget a, .job-offers #freshteam-widget li, .job-offers #freshteam-widget span, .job-offers #freshteam-widget em, .job-offers #freshteam-widget strong {
      font-family: 'Montserrat', sans-serif !important; }
    .job-offers #freshteam-widget h3 {
      color: #faaf17; }
    .job-offers #freshteam-widget h5 {
      color: #faaf17; }
    .job-offers #freshteam-widget .advanced-search {
      padding-top: 0;
      background-color: transparent; }
    .job-offers #freshteam-widget textarea:focus, .job-offers #freshteam-widget input:focus {
      outline: none;
      border: none; }
    .job-offers #freshteam-widget .search-fields .clear-button > button {
      color: #faaf17; }
    .job-offers #freshteam-widget .job-list .job-title {
      color: #013a81; }
    .job-offers #freshteam-widget .job-list .job-desc.text {
      color: #013a81; }
    .job-offers #freshteam-widget .job-list .job-location .location-info {
      color: #013a81; }
    .job-offers #freshteam-widget .job-list .job-location .location-icon {
      color: #faaf17; }
      .job-offers #freshteam-widget .job-list .job-location .location-icon .icon-arrow-right {
        fill: #faaf17; }
    .job-offers #freshteam-widget .job-details .link-back .icon-arrow-left {
      rotate: 180deg;
      border: 1px solid #013a81;
      padding: 2px;
      fill: #013a81; }
    .job-offers #freshteam-widget .job-details-header {
      background-color: transparent;
      color: #013a81; }
      .job-offers #freshteam-widget .job-details-header h1 {
        color: #013a81; }
      .job-offers #freshteam-widget .job-details-header .text-color, .job-offers #freshteam-widget .job-details-header #freshteam-jobs-back {
        color: #013a81; }
      .job-offers #freshteam-widget .job-details-header .btn-primary {
        background-color: #faaf17;
        transition: background-color 0.5s, color 0.5s;
        border: none; }
      .job-offers #freshteam-widget .job-details-header .btn-primary:hover {
        background-color: white;
        color: #faaf17; }
    .job-offers #freshteam-widget .job-details-content.content p, .job-offers #freshteam-widget .job-details-content.content li {
      color: #013a81; }
    .job-offers #freshteam-widget .resume-upload .btn-success {
      color: #faaf17;
      border-color: #faaf17;
      background-color: transparent; }
      .job-offers #freshteam-widget .resume-upload .btn-success .required {
        color: #faaf17; }
    .job-offers #freshteam-widget .resume-upload:hover .btn-success {
      background-color: #faaf17; }
    .job-offers #freshteam-widget .resume-upload:hover .required {
      color: white; }
    .job-offers #freshteam-widget .form-group label {
      background-color: transparent;
      color: #013a81;
      margin-left: 0;
      padding-left: 0;
      margin-bottom: 10px; }
    .job-offers #freshteam-widget #applicant_submit {
      background-color: #faaf17;
      border-color: #faaf17; }
    .job-offers #freshteam-widget #applicant_submit:hover {
      color: #faaf17;
      background-color: white; }

@media (min-width: 992px) {
  .job-offers {
    padding: 100px 0; } }
@media (min-width: 1200px) {
  .job-offers {
    padding: 150px 0; } }
/* ---- BEGIN Form callout ---- */
.form-callouts .gpnf-nested-entries {
  border: 2px solid #013a81;
  min-width: 100%;
  width: 100%; }
  .form-callouts .gpnf-nested-entries tr {
    border-radius: 0;
    border: none;
    margin-bottom: 0; }
    .form-callouts .gpnf-nested-entries tr td {
      border: none;
      background-color: #ffffff;
      color: #013a81; }
  .form-callouts .gpnf-nested-entries th {
    color: #ffffff;
    border-bottom: none;
    background-color: #013a81;
    font-size: 18px; }
  .form-callouts .gpnf-nested-entries li.edit {
    margin-right: 10px; }
.form-callouts .gpnf-add-entry {
  margin-top: 20px;
  border: none;
  background-color: #faaf17;
  color: #ffffff;
  border-radius: 9px;
  font-size: 18px;
  line-height: 1em;
  padding: 20px 30px;
  text-decoration: none;
  transition: color 0.2s, background-color 0.2s;
  font-weight: 500; }
.form-callouts .gpnf-add-entry:hover {
  background-color: #013a81;
  color: #ffffff; }
.form-callouts .gform_confirmation_message {
  padding-top: 50px;
  text-align: center;
  color: #013a81; }
  .form-callouts .gform_confirmation_message h2 {
    color: #faaf17;
    font-size: 20px; }
.form-callouts .gfield_checkbox input {
  appearance: auto; }
.form-callouts .sub-checkbox .gfield_description {
  margin-bottom: 50px; }

body .gform_wrapper.gravity-theme {
  margin-top: 50px; }
  body .gform_wrapper.gravity-theme .ginput_product_price_label {
    display: none; }
  body .gform_wrapper.gravity-theme .gform_fields {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 0;
    grid-row-gap: 0;
    width: 100%; }
  body .gform_wrapper.gravity-theme .gfield {
    width: 100%; }
  body .gform_wrapper.gravity-theme .gfield_label {
    font-size: 18px;
    color: #013a81; }
  body .gform_wrapper.gravity-theme textarea {
    border: 2px solid #013a81;
    color: #013a81;
    font-size: 18px;
    height: 60px !important; }
  body .gform_wrapper.gravity-theme input.gfield-choice-input {
    height: 10px;
    width: 10px;
    border: 1px solid #013a81; }
  body .gform_wrapper.gravity-theme input[type="radio"]:checked {
    background-color: #013a81; }
  body .gform_wrapper.gravity-theme .gchoice label {
    font-size: 18px;
    color: #013a81;
    margin-left: 6px; }
  body .gform_wrapper.gravity-theme .gform_button.button {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    padding: 16px 70px;
    background-color: #faaf17;
    color: #ffffff;
    border-radius: 9px;
    position: relative; }
  body .gform_wrapper.gravity-theme .gform_button.button:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 16px;
    width: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../images/svg/arrow-text-blue.svg); }
  body .gform_wrapper.gravity-theme .gform_footer {
    text-align: center; }
  body .gform_wrapper.gravity-theme .gsection {
    padding: 0;
    border: none; }
  body .gform_wrapper.gravity-theme select {
    font-size: 18px;
    color: #013a81;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #013a81;
    padding-left: 0;
    padding-bottom: 11px; }
    body .gform_wrapper.gravity-theme select option {
      padding-left: 0; }
  body .gform_wrapper.gravity-theme .ginput_container_address {
    margin-left: 0 !important;
    margin-right: 0 !important; }
    body .gform_wrapper.gravity-theme .ginput_container_address .ginput_full, body .gform_wrapper.gravity-theme .ginput_container_address .ginput_right, body .gform_wrapper.gravity-theme .ginput_container_address .ginput_left {
      margin: 0 5px 50px !important;
      padding: 0 !important; }
    body .gform_wrapper.gravity-theme .ginput_container_address .ginput_full {
      margin: 0 0 50px !important;
      padding: 0 5px !important; }
  body .gform_wrapper.gravity-theme .gfield_total, body .gform_wrapper.gravity-theme .gfield_price {
    width: 100%; }
    body .gform_wrapper.gravity-theme .gfield_total label, body .gform_wrapper.gravity-theme .gfield_price label {
      font-size: 24px;
      font-weight: 400; }
    body .gform_wrapper.gravity-theme .gfield_total .ginput_total, body .gform_wrapper.gravity-theme .gfield_price .ginput_total {
      color: green;
      font-weight: 500;
      font-size: 18px; }
    body .gform_wrapper.gravity-theme .gfield_total .ginput_product_price, body .gform_wrapper.gravity-theme .gfield_price .ginput_product_price {
      color: green;
      font-weight: 500;
      font-size: 18px; }
  body .gform_wrapper.gravity-theme .big-total.gfield_price {
    width: 250px; }
    body .gform_wrapper.gravity-theme .big-total.gfield_price .ginput_product_price {
      color: green; }
  body .gform_wrapper.gravity-theme .ginput_container_number input {
    border: 1px solid #013a81;
    color: #013a81; }
  body .gform_wrapper.gravity-theme .ginput_container_number .instruction {
    color: #013a81; }
  body .gform_wrapper.gravity-theme .name_first, body .gform_wrapper.gravity-theme .name_last {
    margin: 0 5px 50px !important;
    padding: 0 !important; }
    body .gform_wrapper.gravity-theme .name_first input, body .gform_wrapper.gravity-theme .name_last input {
      border: none;
      border-bottom: 2px solid #013a81;
      color: #013a81;
      font-size: 18px !important; }
  body .gform_wrapper.gravity-theme .horaire-dispo {
    width: 33% !important;
    margin-bottom: 20px; }
    body .gform_wrapper.gravity-theme .horaire-dispo .gchoice label {
      font-size: 13px !important; }
  body .gform_wrapper.gravity-theme .ginput_container_product_price input {
    border: 2px solid #013a81;
    color: #013a81; }
  body .gform_wrapper.gravity-theme .hide {
    display: none !important; }
  body .gform_wrapper.gravity-theme input[type="checkbox"]:checked {
    background-color: #013a81; }
body .tingle-modal-box__footer--sticky {
  position: relative;
  left: 0 !important;
  display: flex; }
body .tingle-modal-box__footer {
  background-color: #ffffff;
  text-align: center; }
  body .tingle-modal-box__footer .tingle-btn {
    margin-left: 5px;
    margin-right: 5px;
    border: none;
    padding: 16px 70px;
    background-color: #faaf17;
    color: #ffffff;
    border-radius: 9px;
    position: relative; }
body .tingle-modal-box__content {
  padding-bottom: 3rem !important; }
  body .tingle-modal-box__content .gfield_checkbox {
    margin-bottom: 60px; }
body .table-responsive {
  color: #013a81;
  border-color: #013a81;
  font-size: 16px; }
  body .table-responsive thead th {
    border-color: #013a81; }
  body .table-responsive td {
    border-top: none;
    border-bottom: 1px solid #013a81; }
  body .table-responsive input {
    appearance: auto;
    height: 15px;
    width: 15px; }
body .gf_coupon_code {
  color: #013a81;
  border: 2px solid #013a81; }
body .button {
  color: white;
  background-color: #013a81;
  border: none;
  box-shadow: none;
  padding: 6px 20px; }
body .gf_coupon_item {
  color: #013a81; }

.ginput_container_text input, .ginput_container_email input, .ginput_container_phone input, .ginput_container_date input, .ginput_container_address input, .ginput_stripe_creditcard input {
  font-size: 18px !important;
  color: #013a81;
  border: none;
  border-bottom: 2px solid #013a81;
  padding-left: 0 !important;
  opacity: 1  !important;
  width: 100% !important; }
.ginput_container_text input::-webkit-input-placeholder, .ginput_container_email input::-webkit-input-placeholder, .ginput_container_phone input::-webkit-input-placeholder, .ginput_container_date input::-webkit-input-placeholder, .ginput_container_address input::-webkit-input-placeholder, .ginput_stripe_creditcard input::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #013a81; }
.ginput_container_text input::-moz-placeholder, .ginput_container_email input::-moz-placeholder, .ginput_container_phone input::-moz-placeholder, .ginput_container_date input::-moz-placeholder, .ginput_container_address input::-moz-placeholder, .ginput_stripe_creditcard input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1 !important;
  color: #013a81; }
.ginput_container_text input:-ms-input-placeholder, .ginput_container_email input:-ms-input-placeholder, .ginput_container_phone input:-ms-input-placeholder, .ginput_container_date input:-ms-input-placeholder, .ginput_container_address input:-ms-input-placeholder, .ginput_stripe_creditcard input:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1 !important;
  color: #013a81; }
.ginput_container_text input:-moz-placeholder, .ginput_container_email input:-moz-placeholder, .ginput_container_phone input:-moz-placeholder, .ginput_container_date input:-moz-placeholder, .ginput_container_address input:-moz-placeholder, .ginput_stripe_creditcard input:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1 !important;
  color: #013a81; }

.ginput_stripe_creditcard label {
  font-size: 18px !important;
  font-weight: bold;
  color: #013a81; }
.ginput_stripe_creditcard .StripeElement {
  margin-bottom: 50px;
  border: none;
  border-bottom: 2px solid #013a81; }

.field_sublabel_below, .ginput_container_radio {
  margin: 0 5px 50px; }

.field_sublabel_below.gsection {
  margin: 0; }

.gfield.w-50, .ginput_right, .ginput_left {
  width: 100% !important;
  display: block;
  flex: none !important; }

.gfield_required_text {
  display: none !important; }

body .tingle-modal {
  background: rgba(1, 58, 129, 0.95) !important; }
  body .tingle-modal .gpnf-modal-header {
    background-color: transparent !important;
    color: #013a81;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 40px;
    margin-top: 0; }
  body .tingle-modal .gform_description {
    display: none; }
  body .tingle-modal .tingle-modal-box {
    border-radius: 0; }
body .tingle-modal:before {
  display: none; }

body.tingle-enabled {
  position: relative !important;
  top: 0 !important; }

.notice-etudiant {
  display: block;
  font-size: 12px;
  color: #013a81;
  padding: 40px 0; }

@media (min-width: 768px) {
  .gfield.w-50, .ginput_right, .ginput_left {
    width: 48% !important; } }
@media (min-width: 992px) {
  .form-callouts .gform_wrapper.gravity-theme {
    margin-top: 120px; }
    .form-callouts .gform_wrapper.gravity-theme .gform_button.button {
      margin-top: 80px; }
    .form-callouts .gform_wrapper.gravity-theme .horaire-dispo {
      width: 14% !important; }
      .form-callouts .gform_wrapper.gravity-theme .horaire-dispo .gchoice label {
        font-size: 16px !important; }
  .form-callouts .gform_confirmation_message {
    padding-top: 100px; }

  body .tingle-modal .gpnf-modal-header {
    font-size: 41px; } }
@media (min-width: 1200px) {
  .gfield.w-50, .ginput_right, .ginput_left {
    width: 49% !important; } }
/* ---- BEGIN Job Offers section ---- */
.is-news .bk-yellow {
  max-width: 100%;
  height: 100%;
  padding: 40px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px; }
.is-news .external-links {
  max-width: 100%;
  display: flex;
  justify-content: flex-end; }
  .is-news .external-links h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 32px; }
  .is-news .external-links .title {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
    text-decoration: underline; }
    .is-news .external-links .title .text-arrow {
      width: 9px;
      margin-left: 6px; }
  .is-news .external-links .sub {
    color: #013a81;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase; }
  .is-news .external-links .link-press {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ffffff;
    display: block; }
  .is-news .external-links .link-press:last-child {
    border-bottom: none; }
.is-news li {
  padding-right: 7px;
  padding-left: 7px;
  margin-bottom: 50px; }
.is-news .slick-dots {
  margin-top: 0; }
  .is-news .slick-dots li {
    margin-bottom: 0;
    padding: 0; }
.is-news a {
  display: block;
  position: relative;
  text-decoration: none; }
.is-news a:hover {
  text-decoration: none; }
  .is-news a:hover .link {
    color: #013a81; }
    .is-news a:hover .link .text-arrow .st0 {
      fill: #013a81; }
.is-news img {
  margin-bottom: 30px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px; }
.is-news h3 {
  font-size: 25px;
  font-weight: 400; }
.is-news .excerpt p {
  font-size: 15px;
  margin-bottom: 25px; }
.is-news .link {
  font-size: 15px;
  font-weight: 500;
  color: #faaf17;
  text-decoration: none; }
  .is-news .link .text-arrow .st0 {
    fill: #faaf17; }

.single h1 {
  font-size: 29px;
  color: #013a81;
  font-weight: 500;
  margin-bottom: 40px; }

.photo-crop {
  height: 420px;
  width: 100%;
  margin-bottom: 30px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px; }

.per-50 .photo-crop {
  height: 400px; }

.per-25 .photo-crop {
  height: 300px; }

.date {
  color: #faaf17;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase; }

.partage {
  display: inline-block;
  position: relative; }
  .partage .cta-partager {
    position: relative;
    display: block;
    width: 166px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    z-index: 3; }
  .partage .addthis_inline_share_toolbox {
    position: absolute;
    bottom: 0;
    width: 166px;
    left: 0;
    margin-bottom: 45px;
    z-index: 1;
    display: none;
    padding-bottom: 20px;
    background-color: #013a81; }
    .partage .addthis_inline_share_toolbox .at-share-btn-elements {
      display: block !important;
      width: 100%; }
      .partage .addthis_inline_share_toolbox .at-share-btn-elements a.at-share-btn {
        font-size: 18px;
        font-weight: 500;
        padding: 0;
        display: block;
        text-align: center;
        font-weight: 500;
        margin: 0;
        background-color: #013a81 !important; }
        .partage .addthis_inline_share_toolbox .at-share-btn-elements a.at-share-btn .at-icon-wrapper {
          display: none; }
        .partage .addthis_inline_share_toolbox .at-share-btn-elements a.at-share-btn span {
          font-size: 18px !important;
          height: 46px !important;
          line-height: 46px !important;
          padding: 0; }
      .partage .addthis_inline_share_toolbox .at-share-btn-elements a.at-share-btn:hover {
        background-color: #faaf17 !important;
        transform: none !important; }

.partage:hover .cta-partager {
  background-color: #faaf17;
  color: #ffffff;
  cursor: pointer; }
.partage:hover .addthis_inline_share_toolbox {
  display: block; }

.sharebar {
  position: relative; }
  .sharebar .btn {
    margin-bottom: 10px; }

@media (min-width: 768px) {
  .photo-crop {
    height: 720px;
    margin-bottom: 30px; }

  .per-50 .photo-crop {
    height: 500px; } }
@media (min-width: 992px) {
  .is-news li {
    margin-bottom: 100px; }
  .is-news .bk-yellow {
    padding: 64px 60px 60px;
    max-width: 500px; }

  .single h1 {
    font-size: 41px;
    margin-bottom: 70px; }

  .nav-links {
    display: flex;
    justify-content: space-between; }

  .sharebar .btn {
    margin-bottom: 0; }

  .partage {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); } }
/* ---- BEGIN FAQ dropdowns ---- */
.card {
  border: none;
  border-radius: none;
  background-color: transparent; }

.card-header {
  padding: 0;
  border-radius: none;
  background-color: transparent;
  border: none; }

button.btn-link {
  background: none;
  box-shadow: none;
  display: block;
  width: 100%;
  border: none; }

button.btn-link:hover, button.btn-link:active, button.btn-link:visited, button.btn-link:focus {
  text-decoration: none; }

button.btn-link {
  padding: 0; }

.faq-questions .card {
  margin-bottom: 50px; }
.faq-questions h3 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  padding-bottom: 7px;
  border-bottom: 1px solid #013a81;
  padding-right: 20px; }
.faq-questions a {
  color: #faaf17; }
.faq-questions .text-arrow {
  position: absolute;
  right: 0;
  top: 4px;
  transform: rotate(0deg); }
  .faq-questions .text-arrow .st0 {
    fill: #faaf17; }
.faq-questions button.collapsed .text-arrow {
  transform: rotate(180deg); }
.faq-questions .open-collapse {
  margin-bottom: 60px; }
  .faq-questions .open-collapse .text-arrow {
    right: 28px;
    top: 20px; }
    .faq-questions .open-collapse .text-arrow .st0 {
      fill: white; }

/* ---- BEGIN Accordeon Repeater ---- */
.accordeon-list .card-header {
  padding: 50px 0 30px; }
.accordeon-list .card {
  width: 100%; }
.accordeon-list h2 {
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 40px; }
.accordeon-list .collapsed .text-arrow {
  transform: rotate(180deg);
  transform-origin: center; }
.accordeon-list .text-arrow {
  width: 20px;
  margin-left: 20px; }
  .accordeon-list .text-arrow .st0 {
    fill: #013a81; }
.accordeon-list .row.text-img-6-5 {
  margin-bottom: 50px; }

@media (min-width: 992px) {
  .accordeon-list .card-header {
    padding: 120px 0 80px; }
  .accordeon-list h2 {
    font-size: 41px; }
  .accordeon-list .row.text-img-6-5 {
    margin-bottom: 100px; } }
@media (min-width: 1200px) {
  .accordeon-list .row.text-img-6-5 {
    margin-bottom: 150px; } }
/* ---- BEGIN AGENDA 2023 ---- */
.list-section.agenda-section h2 {
  font-weight: 400;
  color: #013a81;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 60px; }
.list-section.agenda-section p {
  color: #013a81; }
.list-section.agenda-section .intro {
  max-width: 800px;
  margin: 0 auto 30px;
  display: block; }
.list-section.agenda-section .intro.agenda {
  margin-bottom: 60px; }
.list-section.agenda-section img {
  max-width: 100px;
  margin-bottom: 10px; }
.list-section.agenda-section .content {
  max-width: 250px;
  margin: 0 auto 40px; }
  .list-section.agenda-section .content br {
    display: block; }

table {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 5px;
  width: 565px; }

tr {
  background-color: #013a81;
  color: white; }

td {
  color: #faaf17;
  font-size: 12px;
  padding: 5px 10px; }

th, td.time {
  padding: 5px 10px;
  font-size: 16px;
  color: white;
  font-weight: 400; }

span.circle {
  height: 10px;
  width: 10px;
  display: block;
  border-radius: 20px;
  background-color: #faaf17;
  margin: 0 auto; }

@media (max-width: 1199px) {
  table {
    width: 345px; }

  td {
    font-size: 8px;
    padding: 2px 5px; }

  th, td.time {
    padding: 2px 5px;
    font-size: 10px; }

  span.circle {
    height: 6px;
    width: 6px; } }
@media (min-width: 992px) {
  .list-section.agenda-section .content {
    margin-bottom: 0; } }
/* ---- BEGIN Bundles 2023 ---- */
.list-section.bundles span.uppercase {
  margin-bottom: 60px;
  display: block; }
.list-section.bundles img {
  margin-bottom: 20px; }
.list-section.bundles .notice {
  text-align: center;
  display: block;
  margin-top: 60px; }
  .list-section.bundles .notice p {
    font-size: 12px;
    color: white;
    margin-bottom: 0; }

@media (min-width: 992px) {
  .list-section.bundles span.uppercase {
    margin-bottom: 90px; }
  .list-section.bundles img {
    margin-bottom: 40px; }
  .list-section.bundles .notice {
    margin-top: 80px; } }
