* {
  box-sizing: border-box; }

html, body {
  overflow-x: hidden; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 30px;
  height: 14px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -6px; }
  .hamburger-inner::after {
    bottom: -6px; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1px; }
  .hamburger--slider .hamburger-inner::before {
    top: 6px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 12px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-4.28571px, -4px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(-90deg); }

.tns-outer {
  padding: 0 !important; }
  .tns-outer [hidden] {
    display: none !important; }
  .tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s; }
  .tns-slider > .tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }
  .tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }
  .tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s; }
  .tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important; }
  .tns-gallery > .tns-moving {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }
  .tns-lazy-img.tns-complete {
    opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }
  .tns-vpfix > div, .tns-vpfix > li {
    display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.33333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }
  .tns-t-ct:after {
    content: '';
    display: table;
    clear: both; }
  .tns-t-ct > div {
    width: 1.42857%;
    width: -webkit-calc(100% / 70);
    width: -moz-calc(100% / 70);
    width: calc(100% / 70);
    height: 10px;
    float: left; }

.animated {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.unclickable,
.unclickable:hover,
.unclickable:focus {
  cursor: auto; }

.oa {
  overflow: auto; }

.oh {
  overflow: hidden; }

.clearfix {
  clear: both; }

.wsp {
  white-space: pre-wrap; }

.tac {
  text-align: center; }

.db {
  display: block; }

.flex {
  display: flex; }

.jcc {
  justify-content: center; }

.spb {
  justify-content: space-between; }

.wa {
  width: auto; }

.list {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0; }

.list-inline li {
  display: inline-block; }

.v-center {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.v-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.container-vspace {
  padding-top: 50px;
  padding-bottom: 50px; }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible; }

progress, sub, sup {
  vertical-align: baseline; }

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

hr {
  box-sizing: content-box;
  height: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

[hidden], template {
  display: none; }

img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: "Montserrat", sans-serif; }

p {
  letter-spacing: 1px; }

p.white {
  color: white; }

#wpadminbar {
  overflow: hidden; }

.MainHeader {
  background-color: #0d1051;
  padding: 15px 0; }

.MainHeader.fixed-top {
  padding: 5px 0; }
  .MainHeader.fixed-top .ctaLink {
    padding: 0.5rem 2.5rem;
    font-size: 1rem; }

.MainHeader .logo {
  width: 180px; }

.MainHeader .ctaLink {
  display: inline-block;
  background-color: transparent;
  color: white;
  border: 2px solid white;
  padding: 0.8rem 2.5rem;
  text-transform: uppercase;
  font-weight: 800;
  margin: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 1.3rem; }
  .MainHeader .ctaLink:hover {
    background-color: white;
    color: #0d1051; }

.MainHeader .separator {
  color: white;
  font-size: 2.5rem;
  display: inline-block;
  line-height: 0;
  position: relative;
  top: 6px;
  font-weight: 100;
  padding: 0 10px; }

.MainHeader .login {
  width: 30px; }

.MainHeader .hamburger-inner,
.MainHeader .hamburger-inner::before,
.MainHeader .hamburger-inner::after {
  background-color: white !important; }

.c-overflow {
  overflow: hidden !important; }

.HeaderNav {
  background-color: #0d1051;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  touch-action: none;
  transition: 0.3s;
  z-index: -1;
  height: 0px;
  overflow: hidden; }

.HeaderNav.is-active {
  opacity: 1;
  transition: 0.3s;
  touch-action: unset;
  z-index: 99;
  height: unset; }

.HeaderNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  transition: all 0.5s ease-in-out;
  column-gap: 5px;
  column-fill: initial; }

.HeaderNav ul .menuItem {
  display: block;
  margin-bottom: 5px; }

.HeaderNav .menuItem a {
  display: block;
  text-align: center;
  background-color: #020d23;
  color: white;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-transform: uppercase;
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 600; }

.HeaderNav .menuItem a img {
  margin-bottom: 1rem;
  width: 120px;
  height: 120px;
  border-radius: 50%; }

.HeaderNav .menuItem a:hover img {
  box-shadow: 0px 0px 50px 15px rgba(21, 18, 202, 0.9);
  background-color: #1512ca; }

#loginModal label {
  display: block; }

#loginModal input[type="submit"] {
  padding: 10px 20px !important; }

#menu-menu-principal {
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center; }
  #menu-menu-principal li > a {
    display: inline-block;
    padding: 10px; }

.MainFooter {
  background-color: #0d1051;
  padding: 3rem 15px; }

.MainFooter .Whapp {
  display: block;
  background-color: white;
  padding: 2rem;
  text-transform: uppercase;
  color: #0d1051;
  text-align: center;
  font-size: 1.2rem;
  font-family: "Oswald", sans-serif;
  position: relative;
  top: -140px;
  margin-bottom: -90px;
  box-shadow: -1px 6px 19px rgba(0, 0, 0, 0.1) !important; }

.MainFooter .Whapp svg {
  width: 60px;
  margin-bottom: 2rem; }

.NavigationFooter .footer_menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }

.NavigationFooter .footer_menu li {
  display: inline-block; }

.NavigationFooter .footer_menu li a {
  color: white;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  padding: 1rem;
  font-size: 1.3rem; }
  .NavigationFooter .footer_menu li a:hover {
    color: #e1212b; }

.modal .Newsletter {
  padding: 0 !important; }

.MainFooter .Newsletter {
  padding: 2rem; }

.MainFooter .Newsletter .label {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  color: white; }

.MainFooter .Newsletter input {
  width: 100%;
  padding: 1.9rem 1rem; }

.MainFooter .social {
  text-align: center; }

.MainFooter .social .item {
  display: inline-block;
  margin: .5rem; }
  .MainFooter .social .item:hover {
    transform: translateY(6px); }

.MainFooter .social .item img {
  height: 50px;
  box-shadow: -1px 10px 10px #1512ca;
  border-radius: 50%; }

.Page404 {
  min-height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10rem 1rem; }

.Page404 h1 {
  font-size: 12rem;
  line-height: 1;
  font-family: "Oswald", sans-serif !important;
  color: #1512ca;
  font-weight: 900; }

.Page404 p {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 1.3rem;
  font-family: "Oswald", sans-serif !important;
  color: rgba(0, 0, 0, 0.8); }

.SingleArticle {
  padding: 5rem 1rem 10rem 1rem; }

.SingleArticle .postTitle {
  color: #1512ca;
  font-size: 4rem;
  font-weight: 600;
  font-family: "Oswald", sans-serif !important;
  line-height: 1; }

.SingleArticle .featuredImage img {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
  margin-bottom: 4rem; }

.SingleArticle .shareText {
  color: #e1212b;
  text-transform: uppercase; }

.cardArticle {
  position: relative;
  display: flex;
  min-height: 500px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 1rem;
  align-items: flex-end;
  text-align: left;
  padding: 1rem 1rem 0rem 1rem; }

.cardArticle:hover {
  transform: translateY(-6px);
  transition: .3s; }

.cardArticle .card-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 36%, transparent 60%); }

.cardArticle .content {
  position: relative;
  z-index: 10;
  padding-right: 2rem; }

.cardArticle .date {
  color: #e1212b;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.3rem;
  letter-spacing: 1px; }

.cardArticle .title {
  color: white;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 2px; }

.cardArticle .arrow {
  position: absolute;
  bottom: 50px;
  right: 20px;
  width: 30px;
  z-index: 9;
  box-shadow: -1px 0px 10px #fff;
  border-radius: 50%; }

.BannerTitle {
  position: relative;
  padding: 4rem 1rem;
  background-size: cover;
  background-position: center; }

.BannerTitle--white {
  color: white; }

.BannerTitle .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(13, 16, 81, 0.6);
  z-index: 1; }

.BannerTitle .container {
  position: relative;
  z-index: 9; }

.c-button,
button.c-button {
  display: inline-block;
  padding: 1rem 3rem !important;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  border: 2px solid transparent !important;
  border-radius: 0 !important;
  margin-bottom: 2rem; }

.c-button--red {
  background-color: #e1212b !important;
  color: white !important;
  box-shadow: -1px 6px 19px #e1212b !important; }
  .c-button--red:hover {
    background-color: white !important;
    border-color: #e1212b !important;
    color: #e1212b !important;
    box-shadow: unset !important; }

.c-button--lightblue {
  background-color: #1512ca !important;
  color: white !important;
  box-shadow: -1px 6px 19px #1512ca !important; }
  .c-button--lightblue:hover {
    background-color: white !important;
    border-color: #1512ca !important;
    color: #1512ca !important; }

.c-button-outline-lightblue {
  border-color: #1512ca !important;
  color: #1512ca !important; }
  .c-button-outline-lightblue:hover {
    background-color: #1512ca !important;
    color: white !important; }

.buttonWhapp {
  background-color: #25D366;
  color: white;
  padding: .5rem 1rem;
  display: inline-block;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 10px; }
  .buttonWhapp:hover {
    color: white;
    box-shadow: -1px 6px 19px #25d366;
    transition: .3s; }

.pagination {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin: 20px 0px 50px 0; }
  .pagination span.page-numbers,
  .pagination a.page-numbers {
    color: #0d1051;
    background: white;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5rem;
    margin-right: 3px;
    display: inline-block;
    margin-top: 7px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s; }
  .pagination .page-numbers.current,
  .pagination a.page-numbers:hover,
  .pagination a.page-numbers:focus,
  .pagination a.page-numbers:active {
    color: white;
    background: #1512ca;
    text-decoration: none; }

input:not([type=checkbox]):not([type=radio]) {
  display: inline-block;
  min-width: 300px;
  max-width: 100%;
  padding: 1.5rem 15px;
  border-radius: 0px; }

.cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  font-size: 0.8rem; }

.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
  color: white;
  font-size: 1rem; }

.cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  background-color: white;
  transition: all 0.2s ease; }

.cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0); }

.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #e1212b;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%; }

.cbx span:last-child {
  padding-left: 8px;
  display: inline; }

.cbx:hover span:first-child {
  border-color: #e1212b; }

.inp-cbx:checked + .cbx span:first-child {
  background: #e1212b;
  border-color: #e1212b;
  animation: wave 0.4s ease; }

.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0; }

.inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease; }

@keyframes wave {
  50% {
    transform: scale(0.9); } }

.TitleItem .sub {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 500;
  font-size: 1rem; }

.TitleItem .sub--red {
  color: #e1212b; }

.TitleItem .sub--blue {
  color: #1512ca; }

.TitleItem .title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 600; }

.TitleItem .title--blue {
  color: #1512ca; }

.TitleItem .title--darkblue {
  color: #0d1051; }

.TitleItem .title--white {
  color: white; }

.rgpd-notice {
  position: fixed;
  left: 2%;
  bottom: 2%;
  z-index: 999;
  width: 300px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem;
  font-size: 0.8rem;
  color: white; }
  .rgpd-notice a {
    text-decoration: underline;
    color: #333333; }

.rgpd-notice [data-rgpd=no] {
  background: none;
  border: none; }

.marker {
  background-image: url(../svg/97854b27ef31e150026f59d3fab98f6a.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  cursor: pointer; }

.mapboxgl-popup {
  max-width: 300px !important; }

.mapboxgl-popup-content {
  text-align: center;
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  pointer-events: auto; }

.mapboxgl-popup-close-button {
  display: none; }

.mapboxgl-popup-content .name {
  font-family: "Montserrat", sans-serif;
  font-size: .9rem;
  font-weight: 100;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px; }

.mapboxgl-popup-content .city {
  text-transform: uppercase;
  color: #0d1051;
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 0;
  margin-bottom: 1rem; }

.mapboxgl-popup-content .emailLink {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: grey;
  font-size: .9rem;
  font-weight: 900;
  display: block;
  text-decoration: underline; }

.mapboxgl-control-container {
  position: relative; }

.mapboxgl-ctrl-attrib-inner {
  display: none; }

.mapboxgl-ctrl button {
  background-color: white;
  color: black;
  border-radius: unset;
  display: block; }

.mapboxgl-ctrl-top-left {
  top: 20px !important;
  left: 20px !important; }

.singlePage {
  padding-bottom: 40rem; }

.singlePage .Content {
  position: relative;
  top: -50px;
  background-color: white;
  z-index: 9;
  padding: 4rem; }

.singlePage .Content h1,
.singlePage .Content h2,
.singlePage .Content h3,
.singlePage .Content h4,
.singlePage .Content h5,
.singlePage .Content h6 {
  color: #1512ca;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Oswald", sans-serif; }

.singlePage .Content blockquote {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2rem 1rem;
  text-align: center; }
  .singlePage .Content blockquote p {
    font-style: normal;
    font-weight: 600;
    font-family: "Oswald", sans-serif; }

.BannerHome {
  position: relative;
  height: calc( 100vh - 135px);
  overflow: hidden; }

.BannerHome video {
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

.BannerHome .content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
  background-image: url(../img/ef7a9b6447f705ab27d5c88635490137.png);
  background-size: 800px;
  background-repeat: repeat; }

.BannerHome .content .lambda {
  width: 300px;
  margin-bottom: 6vh; }

.Homepage .Presentation {
  padding: 5rem 15px;
  background-color: white; }

.Homepage .Presentation .TitleItem {
  background-color: white; }

.Homepage .Presentation .text {
  font-family: "Oswald", sans-serif; }

.Homepage .Image {
  position: relative;
  width: 100%;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat; }

.parallax-mirror {
  z-index: 999 !important; }

.Homepage .Rejoindre .left {
  background-color: #0d1051;
  padding: 5rem 30px; }

.Homepage .Rejoindre .left .content {
  max-width: 480px;
  margin-left: auto;
  color: white;
  padding: 0 2rem; }

.Homepage .Rejoindre .left .content p {
  font-family: "Oswald", sans-serif;
  font-weight: 400; }

.Homepage .Rejoindre .left .content .label {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px; }

.Homepage .Rejoindre .left .content input {
  width: 340px;
  margin-bottom: 1rem; }

.Homepage .Pictures {
  padding: 5rem 15px; }

.Homepage .Pictures .container {
  position: relative; }

.Homepage .Pictures .bandeau {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  z-index: 9;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%; }

.Homepage .Pictures .bandeau .line {
  color: #e1212b;
  line-height: 1; }

.Homepage .Pictures .bandeau .line:first-child {
  font-size: 7rem;
  margin-bottom: 1rem; }

.Homepage .Pictures .bandeau .line:nth-child(2) {
  font-size: 3rem;
  margin-bottom: 1rem; }

.Homepage .Pictures .bandeau .social {
  margin-bottom: 2rem; }

.Homepage .Pictures .bandeau .social img {
  width: 50px; }

.Homepage .Pictures .bandeau .telegram {
  display: block;
  color: #0088cc;
  font-size: 4rem;
  font-weight: 600;
  background: white;
  padding: 1rem; }

.Homepage .Pictures .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.Homepage .Pictures .grid-item {
  width: 23.5%;
  max-height: 280px;
  object-fit: cover; }

.Homepage .Newsletter {
  background-color: #1512ca;
  padding: 2rem; }

.Homepage .Newsletter .label {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  color: white; }

.Homepage .Newsletter input {
  width: 100%;
  padding: 1.9rem 1rem; }

.Homepage .Blog {
  position: relative;
  padding: 5rem 15px;
  overflow: hidden; }

.Homepage .Blog:before {
  content: 'News';
  display: block;
  position: absolute;
  top: 8rem;
  left: 0;
  font-family: "Oswald", sans-serif;
  font-size: 25rem;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2rem;
  color: rgba(0, 0, 0, 0.05); }

.Homepage .Blog:after {
  content: '';
  background-color: #e1212b;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 200px;
  z-index: 1; }

.Homepage .Blog .container {
  position: relative;
  z-index: 2; }

.Homepage .Boutique {
  padding: 4rem 15px;
  background-size: cover;
  background-image: url(../img/d0b6a58fc050e39a2417617024b1ff82.jpg); }

.Homepage .Temoignages {
  position: relative;
  padding: 5rem 1rem 10rem 1rem;
  background-image: url(../img/b4b5b8190780e088182c9d5062b6d10b.jpg);
  background-size: cover; }

.Homepage .Temoignages .testimonyItem .text {
  color: #0d1051;
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center; }

.Homepage .Temoignages .testimonyItem .name {
  color: #e1212b;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem; }

.Homepage .Temoignages .swiper-container {
  padding-bottom: 5rem; }

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #e1212b !important; }

.Equipe {
  padding: 5rem 1rem 20rem 1rem; }

.Equipe .CardTeam .image {
  height: 400px;
  background-size: cover;
  background-position: center;
  padding: 2rem;
  display: flex;
  justify-content: flex-end;
  color: white;
  flex-direction: column; }

.Equipe .CardTeam .image .name {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5rem; }

.Equipe .CardTeam .link {
  display: block;
  background-color: #1512ca;
  color: white;
  padding: 1rem 2rem;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  cursor: pointer; }

.Equipe .CardTeam .link .arrow {
  float: right;
  width: 30px; }

.Equipe .modal {
  background-color: rgba(13, 16, 81, 0.8); }

.Equipe .modal-content {
  background-color: transparent;
  border: none;
  color: white; }

.Equipe .nameContent {
  color: white;
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  margin-bottom: 4rem; }

.Equipe .closeBtn {
  position: absolute;
  top: 5%;
  right: 0;
  width: 50px;
  height: auto;
  cursor: pointer; }

.EquipeLocale {
  padding-bottom: 10rem; }

.EquipeLocale .BannerTitle {
  padding: 6rem 1rem; }

.EquipeLocale .TitleItem .title {
  font-size: 7rem; }

.EquipeLocale .label {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  color: black; }

.EquipeLocale .SearchInput {
  padding: 1.9rem 1rem !important;
  width: 100%; }

.EquipeLocale .cardEquipe {
  background-color: #1512ca;
  padding: 1rem 2rem;
  height: 100%;
  margin-bottom: 1rem; }

.EquipeLocale .cardEquipe:hover {
  background-color: #0d1051; }

.EquipeLocale .cardEquipe .equipeName {
  color: white;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  font-weight: 700; }

.EquipeLocale .cardEquipe .equipeText {
  color: white;
  font-family: "Oswald", sans-serif; }

.EquipeLocale .cardEquipe .social {
  margin-bottom: 1.5rem; }

.EquipeLocale .cardEquipe .social .item img {
  width: 30px;
  margin-right: 5px; }

.EquipeLocale .cardEquipe .whapp {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  margin-bottom: 1rem; }
  .EquipeLocale .cardEquipe .whapp a {
    color: white;
    text-decoration: underline; }

.EquipeLocale .cardEquipe .city {
  text-transform: uppercase;
  text-align: right;
  font-family: "Oswald", sans-serif;
  color: white; }

.RegisterPage {
  padding: 5rem 1rem 20rem 1rem; }

.RegisterPage .postTitle {
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 600;
  color: #1512ca;
  text-align: center; }

.RegisterPage .registerForm {
  background-color: white;
  padding: 2rem;
  box-shadow: -1px 6px 19px rgba(0, 0, 0, 0.1); }

.RegisterPage .registerForm label {
  color: rgba(0, 0, 0, 0.5); }

body.register .register-section-logo,
body.register #page #primary .entry-header {
  display: none; }

body.register .registerTitle {
  color: #1512ca;
  font-size: 5rem;
  text-align: center;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  font-weight: 700; }

body.register #register-page {
  background-color: white;
  padding: 2rem;
  box-shadow: -1px 6px 19px rgba(0, 0, 0, 0.1); }

body.register #register-page .infos {
  color: #1512ca;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif !important;
  font-weight: 600;
  font-size: 1.5rem; }

body.register #register-page legend {
  color: rgba(0, 0, 0, 0.5) !important; }

body.register #register-page select {
  max-width: 100px; }

body.register #register-page .editfield:first-child {
  display: block; }

body.register #register-page .editfield {
  display: inline-block;
  width: 49%; }

body.register #register-page input:not([type=checkbox]):not([type=radio]),
body.register #register-page select {
  border: 0 !important;
  border-bottom: 1px solid #dedfe2 !important; }

.bs-bp-container-reg #buddypress #signup-form.standard-form div.error {
  background-color: transparent !important;
  color: #e1212b !important; }

body.register #register-page input[type="submit"] {
  border-radius: unset !important;
  display: inline-block !important;
  padding: 1rem 3rem !important;
  text-transform: uppercase !important;
  font-size: 1.3rem !important;
  font-family: "Oswald", sans-serif !important;
  font-weight: 600 !important;
  border: 2px solid transparent !important;
  border-radius: 0 !important;
  margin-bottom: 2rem !important;
  height: auto; }

body.register #register-page .noticeSignup {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1rem;
  color: rgba(0, 0, 0, 0.4);
  font-size: .8rem; }

/*TRY TO PUT HEADER*/
body.register.buddypress .site-content {
  padding: 0 !important; }

body.register.buddypress .site-content > .container {
  max-width: 100%;
  padding: 0; }

body.buddypress.register article.bp_register {
  max-width: 100% !important; }

body.register .buddypress-wrap {
  max-width: 100% !important; }

body.register .wrapper {
  padding-top: 4rem;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 10rem; }

@media (min-width: 576px) {
    .container {
      max-width: 540px; }
  .container, .container-sm {
    max-width: 540px; }
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
    .container {
      max-width: 720px; }
  .container, .container-sm, .container-md {
    max-width: 720px; }
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
    .container {
      max-width: 960px; }
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; }
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media only screen and (min-width: 1024px) {
    .HeaderNav ul {
      column-count: 3; } }

@media (min-width: 1199px) {
  .Homepage .Presentation .row {
    border: 1px solid #e1212b;
    padding: 4rem 0 0rem 0; }
    .Homepage .Presentation .TitleItem {
      position: relative;
      left: -26px;
      padding: 1rem 0; }
  .Homepage .Presentation .right {
    position: relative;
    top: -76px;
    right: -17px;
    background-color: white;
    padding: 3rem 1rem 3rem 2rem; } }

@media (min-width: 1200px) {
    .container {
      max-width: 1140px; }
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; }
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
    .HeaderNav .menuItem a {
      height: 300px; } }

@media (min-width: 1400px) {
    .HeaderNav .menuItem a {
      height: 350px; } }

@media (max-width: 767px) {
    .MainHeader .ctaLink {
      display: none; }
    .MainHeader .separator {
      display: none; }
    .c-overflow {
      overflow: unset !important; }
    .HeaderNav .menuItem a {
      font-size: 1rem;
      padding: 1rem; }
    .SingleArticle .postTitle {
      font-size: 2rem; }
    .TitleItem .title {
      font-size: 3rem; }
    .Homepage .Pictures .bandeau .line {
      font-size: 2rem !important; }
    .Homepage .Pictures .bandeau .social img {
      width: 30px; }
    .Homepage .Pictures .bandeau .telegram {
      font-size: 1rem !important;
      padding: 5px; }
    .Homepage .Pictures .grid-item {
      width: 72px;
      height: 72px; }
      .Homepage .Pictures .grid-item:nth-of-type(1n+10) {
        display: none !important; }
    .Homepage .Temoignages .testimonyItem .text {
      font-size: 1rem; }
    .Equipe .nameContent {
      font-size: 2rem; }
    .RegisterPage .postTitle {
      font-size: 3rem; }
    body.register .registerTitle {
      font-size: 2rem; } }

@media (max-width: 1199px) {
    .HeaderNav .menuItem a img {
      height: 70px;
      width: 70px; } }

@media (max-width: 1024px) {
    .HeaderNav .menuItem a img {
      display: none; } }

@media (max-width: 1200px) {
    .Homepage .Pictures .grid-item {
      width: 228px;
      height: 228px; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; }
  /* Margins */
  @page {
    margin: 2cm; }
  .entry {
    margin-top: 1em; }
  .entry .entry-header, .site-footer .site-info {
    margin: 0; }
  /* Fonts */
  body {
    font: 13pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    background: #fff !important;
    color: #000; }
  h1 {
    font-size: 24pt; }
  h2,
  h3,
  h4,
  .has-regular-font-size,
  .has-large-font-size,
  h2.author-title,
  p.author-bio,
  .comments-title, h3 {
    font-size: 14pt;
    margin-top: 25px; }
  /* Page breaks */
  a {
    page-break-inside: avoid; }
  blockquote {
    page-break-inside: avoid; }
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid; }
  img {
    page-break-inside: avoid;
    page-break-after: avoid; }
  table, pre {
    page-break-inside: avoid; }
  ul, ol, dl {
    page-break-before: avoid; }
  /* Links */
  a:link, a:visited, a {
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
    text-align: left; }
  a {
    page-break-inside: avoid; }
  a[href^=http]:after {
    content: " < " attr(href) "> "; }
  a:after > img {
    content: ""; }
  article a[href^="#"]:after {
    content: ""; }
  a:not(:local-link):after {
    content: " < " attr(href) "> "; } }


/*# sourceMappingURL=main.min.css.map*/