.align_items_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align_items_center_btn {
  margin-left: 15px;
  margin-right: 15px;
}

/* Responsive */
/* Tablet */
@media (max-width: 1050px) {
  .align_items_center {
    flex-direction: column;
  }
    .align_items_center_btn {
    margin-left: 0;
    margin-right: 0;
  }
}

/*------------/
--A REPRENDRE--
/*------------*/
.freeContent_wysiwyg .freeContent {
  /*font-family: "Open Sans";*/
}
.freeContent_wysiwyg .freeContent *,
.freeContent_wysiwyg .freeContent::after,
.freeContent_wysiwyg .freeContent::before {
  box-sizing: border-box;
}
.freeContent_wysiwyg .freeContent html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(74, 74, 74, 0);
}
@-ms-viewport {
  width: device-width;
}
.freeContent_wysiwyg .freeContent article,
.freeContent_wysiwyg .freeContent aside,
.freeContent_wysiwyg .freeContent figcaption,
.freeContent_wysiwyg .freeContent figure,
.freeContent_wysiwyg .freeContent footer,
.freeContent_wysiwyg .freeContent header,
.freeContent_wysiwyg .freeContent hgroup,
.freeContent_wysiwyg .freeContent main,
.freeContent_wysiwyg .freeContent nav,
.freeContent_wysiwyg .freeContent section {
  display: block;
}
.freeContent_wysiwyg .freeContent body {
  margin: 0;
  background-color: #ffffff;
}
.freeContent_wysiwyg .freeContent [tabindex="-1"]:focus {
  outline: 0 !important;
}
.freeContent_wysiwyg .freeContent hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.freeContent_wysiwyg .freeContent p {
  margin-top: 0;
}
.freeContent_wysiwyg .freeContent abbr[data-original-title],
.freeContent_wysiwyg .freeContent abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
.freeContent_wysiwyg .freeContent address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.freeContent_wysiwyg .freeContent dl,
.freeContent_wysiwyg .freeContent ol,
.freeContent_wysiwyg .freeContent ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.freeContent_wysiwyg .freeContent ol ol,
.freeContent_wysiwyg .freeContent ol ul,
.freeContent_wysiwyg .freeContent ul ol,
.freeContent_wysiwyg .freeContent ul ul {
  margin-bottom: 0;
}
.freeContent_wysiwyg .freeContent dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
.freeContent_wysiwyg .freeContent blockquote {
  margin: 0 0 1rem;
}
.freeContent_wysiwyg .freeContent dfn {
  font-style: italic;
}
.freeContent_wysiwyg .freeContent b,
.freeContent_wysiwyg .freeContent strong {
  font-weight: bolder;
}
.freeContent_wysiwyg .freeContent small {
  font-size: 80%;
}
.freeContent_wysiwyg .freeContent sub,
.freeContent_wysiwyg .freeContent sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.freeContent_wysiwyg .freeContent sub {
  bottom: -0.25em;
}
.freeContent_wysiwyg .freeContent sup {
  top: -0.5em;
}
.freeContent_wysiwyg .freeContent a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.freeContent_wysiwyg .freeContent a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
.freeContent_wysiwyg .freeContent a:not([href]):not([tabindex]):focus,
.freeContent_wysiwyg .freeContent a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
.freeContent_wysiwyg .freeContent a:not([href]):not([tabindex]):focus {
  outline: 0;
}
.freeContent_wysiwyg .freeContent code,
.freeContent_wysiwyg .freeContent kbd,
.freeContent_wysiwyg .freeContent pre,
.freeContent_wysiwyg .freeContent samp {
  font-size: 1em;
}
.freeContent_wysiwyg .freeContent pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
.freeContent_wysiwyg .freeContent figure {
  margin: 0 0 1rem;
}
.freeContent_wysiwyg .freeContent img {
  vertical-align: middle;
  border-style: none;
}
.freeContent_wysiwyg .freeContent svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}
.freeContent_wysiwyg .freeContent table {
  border-collapse: collapse;
}
.freeContent_wysiwyg .freeContent caption {
  text-align: left;
  caption-side: bottom;
}
.freeContent_wysiwyg .freeContent label {
  display: inline-block;
}
.freeContent_wysiwyg .freeContent button {
  border-radius: 0;
}
.freeContent_wysiwyg .freeContent button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.freeContent_wysiwyg .freeContent button,
.freeContent_wysiwyg .freeContent input,
.freeContent_wysiwyg .freeContent optgroup,
.freeContent_wysiwyg .freeContent select,
.freeContent_wysiwyg .freeContent textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.freeContent_wysiwyg .freeContent button,
.freeContent_wysiwyg .freeContent input {
  overflow: visible;
}
.freeContent_wysiwyg .freeContent button,
.freeContent_wysiwyg .freeContent select {
  text-transform: none;
}
.freeContent_wysiwyg .freeContent [type=reset],
.freeContent_wysiwyg .freeContent [type=submit],
.freeContent_wysiwyg .freeContent button,
.freeContent_wysiwyg .freeContent html [type=button] {
  -webkit-appearance: button;
}
.freeContent_wysiwyg .freeContent [type=button]::-moz-focus-inner,
.freeContent_wysiwyg .freeContent [type=reset]::-moz-focus-inner,
.freeContent_wysiwyg .freeContent [type=submit]::-moz-focus-inner,
.freeContent_wysiwyg .freeContent button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.freeContent_wysiwyg .freeContent input[type=checkbox],
.freeContent_wysiwyg .freeContent input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.freeContent_wysiwyg .freeContent input[type=date],
.freeContent_wysiwyg .freeContent input[type=datetime-local],
.freeContent_wysiwyg .freeContent input[type=month],
.freeContent_wysiwyg .freeContent input[type=time] {
  -webkit-appearance: listbox;
}
.freeContent_wysiwyg .freeContent textarea {
  overflow: auto;
  resize: vertical;
}
.freeContent_wysiwyg .freeContent fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.freeContent_wysiwyg .freeContent 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;
}
.freeContent_wysiwyg .freeContent progress {
  vertical-align: baseline;
}
.freeContent_wysiwyg .freeContent [type=number]::-webkit-inner-spin-button,
.freeContent_wysiwyg .freeContent [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.freeContent_wysiwyg .freeContent [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
.freeContent_wysiwyg .freeContent [type=search]::-webkit-search-cancel-button,
.freeContent_wysiwyg .freeContent [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.freeContent_wysiwyg .freeContent::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.freeContent_wysiwyg .freeContent output {
  display: inline-block;
}
.freeContent_wysiwyg .freeContent summary {
  display: list-item;
  cursor: pointer;
}
.freeContent_wysiwyg .freeContent template {
  display: none;
}
.freeContent_wysiwyg .freeContent [hidden] {
  display: none !important;
}
.freeContent_wysiwyg .freeContent .container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  max-width: 560px;
  max-width: 780px;
  max-width: 1044px;
  max-width: 1260px;
}
.freeContent_wysiwyg .freeContent .container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.freeContent_wysiwyg .freeContent .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.freeContent_wysiwyg .freeContent .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.freeContent_wysiwyg .freeContent .no-gutters > .col,
.freeContent_wysiwyg .freeContent .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.freeContent_wysiwyg .freeContent .col,
.freeContent_wysiwyg .freeContent .col-1,
.freeContent_wysiwyg .freeContent .col-10,
.freeContent_wysiwyg .freeContent .col-11,
.freeContent_wysiwyg .freeContent .col-12,
.freeContent_wysiwyg .freeContent .col-2,
.freeContent_wysiwyg .freeContent .col-3,
.freeContent_wysiwyg .freeContent .col-4,
.freeContent_wysiwyg .freeContent .col-5,
.freeContent_wysiwyg .freeContent .col-6,
.freeContent_wysiwyg .freeContent .col-7,
.freeContent_wysiwyg .freeContent .col-8,
.freeContent_wysiwyg .freeContent .col-9,
.freeContent_wysiwyg .freeContent .col-auto,
.freeContent_wysiwyg .freeContent .col-desktop,
.freeContent_wysiwyg .freeContent .col-desktop-1,
.freeContent_wysiwyg .freeContent .col-desktop-10,
.freeContent_wysiwyg .freeContent .col-desktop-11,
.freeContent_wysiwyg .freeContent .col-desktop-12,
.freeContent_wysiwyg .freeContent .col-desktop-2,
.freeContent_wysiwyg .freeContent .col-desktop-3,
.freeContent_wysiwyg .freeContent .col-desktop-4,
.freeContent_wysiwyg .freeContent .col-desktop-5,
.freeContent_wysiwyg .freeContent .col-desktop-6,
.freeContent_wysiwyg .freeContent .col-desktop-7,
.freeContent_wysiwyg .freeContent .col-desktop-8,
.freeContent_wysiwyg .freeContent .col-desktop-9,
.freeContent_wysiwyg .freeContent .col-desktop-auto,
.freeContent_wysiwyg .freeContent .col-desktop_xl,
.freeContent_wysiwyg .freeContent .col-desktop_xl-1,
.freeContent_wysiwyg .freeContent .col-desktop_xl-10,
.freeContent_wysiwyg .freeContent .col-desktop_xl-11,
.freeContent_wysiwyg .freeContent .col-desktop_xl-12,
.freeContent_wysiwyg .freeContent .col-desktop_xl-2,
.freeContent_wysiwyg .freeContent .col-desktop_xl-3,
.freeContent_wysiwyg .freeContent .col-desktop_xl-4,
.freeContent_wysiwyg .freeContent .col-desktop_xl-5,
.freeContent_wysiwyg .freeContent .col-desktop_xl-6,
.freeContent_wysiwyg .freeContent .col-desktop_xl-7,
.freeContent_wysiwyg .freeContent .col-desktop_xl-8,
.freeContent_wysiwyg .freeContent .col-desktop_xl-9,
.freeContent_wysiwyg .freeContent .col-desktop_xl-auto,
.freeContent_wysiwyg .freeContent .col-mobile,
.freeContent_wysiwyg .freeContent .col-mobile-1,
.freeContent_wysiwyg .freeContent .col-mobile-10,
.freeContent_wysiwyg .freeContent .col-mobile-11,
.freeContent_wysiwyg .freeContent .col-mobile-12,
.freeContent_wysiwyg .freeContent .col-mobile-2,
.freeContent_wysiwyg .freeContent .col-mobile-3,
.freeContent_wysiwyg .freeContent .col-mobile-4,
.freeContent_wysiwyg .freeContent .col-mobile-5,
.freeContent_wysiwyg .freeContent .col-mobile-6,
.freeContent_wysiwyg .freeContent .col-mobile-7,
.freeContent_wysiwyg .freeContent .col-mobile-8,
.freeContent_wysiwyg .freeContent .col-mobile-9,
.freeContent_wysiwyg .freeContent .col-mobile-auto,
.freeContent_wysiwyg .freeContent .col-tablette,
.freeContent_wysiwyg .freeContent .col-tablette-1,
.freeContent_wysiwyg .freeContent .col-tablette-10,
.freeContent_wysiwyg .freeContent .col-tablette-11,
.freeContent_wysiwyg .freeContent .col-tablette-12,
.freeContent_wysiwyg .freeContent .col-tablette-2,
.freeContent_wysiwyg .freeContent .col-tablette-3,
.freeContent_wysiwyg .freeContent .col-tablette-4,
.freeContent_wysiwyg .freeContent .col-tablette-5,
.freeContent_wysiwyg .freeContent .col-tablette-6,
.freeContent_wysiwyg .freeContent .col-tablette-7,
.freeContent_wysiwyg .freeContent .col-tablette-8,
.freeContent_wysiwyg .freeContent .col-tablette-9,
.freeContent_wysiwyg .freeContent .col-tablette-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.freeContent_wysiwyg .freeContent .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.freeContent_wysiwyg .freeContent .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.freeContent_wysiwyg .freeContent .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.freeContent_wysiwyg .freeContent .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.freeContent_wysiwyg .freeContent .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.freeContent_wysiwyg .freeContent .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.freeContent_wysiwyg .freeContent .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.freeContent_wysiwyg .freeContent .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.freeContent_wysiwyg .freeContent .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.freeContent_wysiwyg .freeContent .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.freeContent_wysiwyg .freeContent .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.freeContent_wysiwyg .freeContent .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.freeContent_wysiwyg .freeContent .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.freeContent_wysiwyg .freeContent .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.freeContent_wysiwyg .freeContent .order-first {
  order: -1;
}
.freeContent_wysiwyg .freeContent .order-last {
  order: 13;
}
.freeContent_wysiwyg .freeContent .order-0 {
  order: 0;
}
.freeContent_wysiwyg .freeContent .order-1 {
  order: 1;
}
.freeContent_wysiwyg .freeContent .order-2 {
  order: 2;
}
.freeContent_wysiwyg .freeContent .order-3 {
  order: 3;
}
.freeContent_wysiwyg .freeContent .order-4 {
  order: 4;
}
.freeContent_wysiwyg .freeContent .order-5 {
  order: 5;
}
.freeContent_wysiwyg .freeContent .order-6 {
  order: 6;
}
.freeContent_wysiwyg .freeContent .order-7 {
  order: 7;
}
.freeContent_wysiwyg .freeContent .order-8 {
  order: 8;
}
.freeContent_wysiwyg .freeContent .order-9 {
  order: 9;
}
.freeContent_wysiwyg .freeContent .order-10 {
  order: 10;
}
.freeContent_wysiwyg .freeContent .order-11 {
  order: 11;
}
.freeContent_wysiwyg .freeContent .order-12 {
  order: 12;
}
.freeContent_wysiwyg .freeContent .offset-1 {
  margin-left: 8.3333333333%;
}
.freeContent_wysiwyg .freeContent .offset-2 {
  margin-left: 16.6666666667%;
}
.freeContent_wysiwyg .freeContent .offset-3 {
  margin-left: 25%;
}
.freeContent_wysiwyg .freeContent .offset-4 {
  margin-left: 33.3333333333%;
}
.freeContent_wysiwyg .freeContent .offset-5 {
  margin-left: 41.6666666667%;
}
.freeContent_wysiwyg .freeContent .offset-6 {
  margin-left: 50%;
}
.freeContent_wysiwyg .freeContent .offset-7 {
  margin-left: 58.3333333333%;
}
.freeContent_wysiwyg .freeContent .offset-8 {
  margin-left: 66.6666666667%;
}
.freeContent_wysiwyg .freeContent .offset-9 {
  margin-left: 75%;
}
.freeContent_wysiwyg .freeContent .offset-10 {
  margin-left: 83.3333333333%;
}
.freeContent_wysiwyg .freeContent .offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 540px) {
  .freeContent_wysiwyg .freeContent .col-mobile {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .freeContent_wysiwyg .freeContent .col-mobile-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .freeContent_wysiwyg .freeContent .col-mobile-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .freeContent_wysiwyg .freeContent .col-mobile-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .freeContent_wysiwyg .freeContent .col-mobile-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .freeContent_wysiwyg .freeContent .col-mobile-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .freeContent_wysiwyg .freeContent .col-mobile-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .freeContent_wysiwyg .freeContent .col-mobile-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .freeContent_wysiwyg .freeContent .col-mobile-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .freeContent_wysiwyg .freeContent .col-mobile-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .freeContent_wysiwyg .freeContent .col-mobile-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .freeContent_wysiwyg .freeContent .col-mobile-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .freeContent_wysiwyg .freeContent .col-mobile-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .freeContent_wysiwyg .freeContent .col-mobile-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .freeContent_wysiwyg .freeContent .order-mobile-first {
    order: -1;
  }
  .freeContent_wysiwyg .freeContent .order-mobile-last {
    order: 13;
  }
  .freeContent_wysiwyg .freeContent .order-mobile-0 {
    order: 0;
  }
  .freeContent_wysiwyg .freeContent .order-mobile-1 {
    order: 1;
  }
  .freeContent_wysiwyg .freeContent .order-mobile-2 {
    order: 2;
  }
  .freeContent_wysiwyg .freeContent .order-mobile-3 {
    order: 3;
  }
  .freeContent_wysiwyg .freeContent .order-mobile-4 {
    order: 4;
  }
  .freeContent_wysiwyg .freeContent .order-mobile-5 {
    order: 5;
  }
  .freeContent_wysiwyg .freeContent .order-mobile-6 {
    order: 6;
  }
  .freeContent_wysiwyg .freeContent .order-mobile-7 {
    order: 7;
  }
  .freeContent_wysiwyg .freeContent .order-mobile-8 {
    order: 8;
  }
  .freeContent_wysiwyg .freeContent .order-mobile-9 {
    order: 9;
  }
  .freeContent_wysiwyg .freeContent .order-mobile-10 {
    order: 10;
  }
  .freeContent_wysiwyg .freeContent .order-mobile-11 {
    order: 11;
  }
  .freeContent_wysiwyg .freeContent .order-mobile-12 {
    order: 12;
  }
  .freeContent_wysiwyg .freeContent .offset-mobile-0 {
    margin-left: 0;
  }
  .freeContent_wysiwyg .freeContent .offset-mobile-1 {
    margin-left: 8.3333333333%;
  }
  .freeContent_wysiwyg .freeContent .offset-mobile-2 {
    margin-left: 16.6666666667%;
  }
  .freeContent_wysiwyg .freeContent .offset-mobile-3 {
    margin-left: 25%;
  }
  .freeContent_wysiwyg .freeContent .offset-mobile-4 {
    margin-left: 33.3333333333%;
  }
  .freeContent_wysiwyg .freeContent .offset-mobile-5 {
    margin-left: 41.6666666667%;
  }
  .freeContent_wysiwyg .freeContent .offset-mobile-6 {
    margin-left: 50%;
  }
  .freeContent_wysiwyg .freeContent .offset-mobile-7 {
    margin-left: 58.3333333333%;
  }
  .freeContent_wysiwyg .freeContent .offset-mobile-8 {
    margin-left: 66.6666666667%;
  }
  .freeContent_wysiwyg .freeContent .offset-mobile-9 {
    margin-left: 75%;
  }
  .freeContent_wysiwyg .freeContent .offset-mobile-10 {
    margin-left: 83.3333333333%;
  }
  .freeContent_wysiwyg .freeContent .offset-mobile-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 760px) {
  .freeContent_wysiwyg .freeContent .col-tablette {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .freeContent_wysiwyg .freeContent .col-tablette-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .freeContent_wysiwyg .freeContent .col-tablette-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .freeContent_wysiwyg .freeContent .col-tablette-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .freeContent_wysiwyg .freeContent .col-tablette-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .freeContent_wysiwyg .freeContent .col-tablette-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .freeContent_wysiwyg .freeContent .col-tablette-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .freeContent_wysiwyg .freeContent .col-tablette-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .freeContent_wysiwyg .freeContent .col-tablette-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .freeContent_wysiwyg .freeContent .col-tablette-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .freeContent_wysiwyg .freeContent .col-tablette-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .freeContent_wysiwyg .freeContent .col-tablette-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .freeContent_wysiwyg .freeContent .col-tablette-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .freeContent_wysiwyg .freeContent .col-tablette-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .freeContent_wysiwyg .freeContent .order-tablette-first {
    order: -1;
  }
  .freeContent_wysiwyg .freeContent .order-tablette-last {
    order: 13;
  }
  .freeContent_wysiwyg .freeContent .order-tablette-0 {
    order: 0;
  }
  .freeContent_wysiwyg .freeContent .order-tablette-1 {
    order: 1;
  }
  .freeContent_wysiwyg .freeContent .order-tablette-2 {
    order: 2;
  }
  .freeContent_wysiwyg .freeContent .order-tablette-3 {
    order: 3;
  }
  .freeContent_wysiwyg .freeContent .order-tablette-4 {
    order: 4;
  }
  .freeContent_wysiwyg .freeContent .order-tablette-5 {
    order: 5;
  }
  .freeContent_wysiwyg .freeContent .order-tablette-6 {
    order: 6;
  }
  .freeContent_wysiwyg .freeContent .order-tablette-7 {
    order: 7;
  }
  .freeContent_wysiwyg .freeContent .order-tablette-8 {
    order: 8;
  }
  .freeContent_wysiwyg .freeContent .order-tablette-9 {
    order: 9;
  }
  .freeContent_wysiwyg .freeContent .order-tablette-10 {
    order: 10;
  }
  .freeContent_wysiwyg .freeContent .order-tablette-11 {
    order: 11;
  }
  .freeContent_wysiwyg .freeContent .order-tablette-12 {
    order: 12;
  }
  .freeContent_wysiwyg .freeContent .offset-tablette-0 {
    margin-left: 0;
  }
  .freeContent_wysiwyg .freeContent .offset-tablette-1 {
    margin-left: 8.3333333333%;
  }
  .freeContent_wysiwyg .freeContent .offset-tablette-2 {
    margin-left: 16.6666666667%;
  }
  .freeContent_wysiwyg .freeContent .offset-tablette-3 {
    margin-left: 25%;
  }
  .freeContent_wysiwyg .freeContent .offset-tablette-4 {
    margin-left: 33.3333333333%;
  }
  .freeContent_wysiwyg .freeContent .offset-tablette-5 {
    margin-left: 41.6666666667%;
  }
  .freeContent_wysiwyg .freeContent .offset-tablette-6 {
    margin-left: 50%;
  }
  .freeContent_wysiwyg .freeContent .offset-tablette-7 {
    margin-left: 58.3333333333%;
  }
  .freeContent_wysiwyg .freeContent .offset-tablette-8 {
    margin-left: 66.6666666667%;
  }
  .freeContent_wysiwyg .freeContent .offset-tablette-9 {
    margin-left: 75%;
  }
  .freeContent_wysiwyg .freeContent .offset-tablette-10 {
    margin-left: 83.3333333333%;
  }
  .freeContent_wysiwyg .freeContent .offset-tablette-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .freeContent_wysiwyg .freeContent .col-desktop {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .freeContent_wysiwyg .freeContent .col-desktop-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .freeContent_wysiwyg .freeContent .col-desktop-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .freeContent_wysiwyg .freeContent .col-desktop-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .freeContent_wysiwyg .freeContent .col-desktop-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .freeContent_wysiwyg .freeContent .col-desktop-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .freeContent_wysiwyg .freeContent .col-desktop-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .freeContent_wysiwyg .freeContent .col-desktop-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .freeContent_wysiwyg .freeContent .col-desktop-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .freeContent_wysiwyg .freeContent .col-desktop-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .freeContent_wysiwyg .freeContent .col-desktop-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .freeContent_wysiwyg .freeContent .col-desktop-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .freeContent_wysiwyg .freeContent .col-desktop-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .freeContent_wysiwyg .freeContent .col-desktop-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .freeContent_wysiwyg .freeContent .order-desktop-first {
    order: -1;
  }
  .freeContent_wysiwyg .freeContent .order-desktop-last {
    order: 13;
  }
  .freeContent_wysiwyg .freeContent .order-desktop-0 {
    order: 0;
  }
  .freeContent_wysiwyg .freeContent .order-desktop-1 {
    order: 1;
  }
  .freeContent_wysiwyg .freeContent .order-desktop-2 {
    order: 2;
  }
  .freeContent_wysiwyg .freeContent .order-desktop-3 {
    order: 3;
  }
  .freeContent_wysiwyg .freeContent .order-desktop-4 {
    order: 4;
  }
  .freeContent_wysiwyg .freeContent .order-desktop-5 {
    order: 5;
  }
  .freeContent_wysiwyg .freeContent .order-desktop-6 {
    order: 6;
  }
  .freeContent_wysiwyg .freeContent .order-desktop-7 {
    order: 7;
  }
  .freeContent_wysiwyg .freeContent .order-desktop-8 {
    order: 8;
  }
  .freeContent_wysiwyg .freeContent .order-desktop-9 {
    order: 9;
  }
  .freeContent_wysiwyg .freeContent .order-desktop-10 {
    order: 10;
  }
  .freeContent_wysiwyg .freeContent .order-desktop-11 {
    order: 11;
  }
  .freeContent_wysiwyg .freeContent .order-desktop-12 {
    order: 12;
  }
  .freeContent_wysiwyg .freeContent .offset-desktop-0 {
    margin-left: 0;
  }
  .freeContent_wysiwyg .freeContent .offset-desktop-1 {
    margin-left: 8.3333333333%;
  }
  .freeContent_wysiwyg .freeContent .offset-desktop-2 {
    margin-left: 16.6666666667%;
  }
  .freeContent_wysiwyg .freeContent .offset-desktop-3 {
    margin-left: 25%;
  }
  .freeContent_wysiwyg .freeContent .offset-desktop-4 {
    margin-left: 33.3333333333%;
  }
  .freeContent_wysiwyg .freeContent .offset-desktop-5 {
    margin-left: 41.6666666667%;
  }
  .freeContent_wysiwyg .freeContent .offset-desktop-6 {
    margin-left: 50%;
  }
  .freeContent_wysiwyg .freeContent .offset-desktop-7 {
    margin-left: 58.3333333333%;
  }
  .freeContent_wysiwyg .freeContent .offset-desktop-8 {
    margin-left: 66.6666666667%;
  }
  .freeContent_wysiwyg .freeContent .offset-desktop-9 {
    margin-left: 75%;
  }
  .freeContent_wysiwyg .freeContent .offset-desktop-10 {
    margin-left: 83.3333333333%;
  }
  .freeContent_wysiwyg .freeContent .offset-desktop-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1240px) {
  .freeContent_wysiwyg .freeContent .col-desktop_xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .freeContent_wysiwyg .freeContent .col-desktop_xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .freeContent_wysiwyg .freeContent .col-desktop_xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .freeContent_wysiwyg .freeContent .col-desktop_xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .freeContent_wysiwyg .freeContent .col-desktop_xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .freeContent_wysiwyg .freeContent .col-desktop_xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .freeContent_wysiwyg .freeContent .col-desktop_xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .freeContent_wysiwyg .freeContent .col-desktop_xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .freeContent_wysiwyg .freeContent .col-desktop_xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .freeContent_wysiwyg .freeContent .col-desktop_xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .freeContent_wysiwyg .freeContent .col-desktop_xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .freeContent_wysiwyg .freeContent .col-desktop_xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .freeContent_wysiwyg .freeContent .col-desktop_xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .freeContent_wysiwyg .freeContent .col-desktop_xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .freeContent_wysiwyg .freeContent .order-desktop_xl-first {
    order: -1;
  }
  .freeContent_wysiwyg .freeContent .order-desktop_xl-last {
    order: 13;
  }
  .freeContent_wysiwyg .freeContent .order-desktop_xl-0 {
    order: 0;
  }
  .freeContent_wysiwyg .freeContent .order-desktop_xl-1 {
    order: 1;
  }
  .freeContent_wysiwyg .freeContent .order-desktop_xl-2 {
    order: 2;
  }
  .freeContent_wysiwyg .freeContent .order-desktop_xl-3 {
    order: 3;
  }
  .freeContent_wysiwyg .freeContent .order-desktop_xl-4 {
    order: 4;
  }
  .freeContent_wysiwyg .freeContent .order-desktop_xl-5 {
    order: 5;
  }
  .freeContent_wysiwyg .freeContent .order-desktop_xl-6 {
    order: 6;
  }
  .freeContent_wysiwyg .freeContent .order-desktop_xl-7 {
    order: 7;
  }
  .freeContent_wysiwyg .freeContent .order-desktop_xl-8 {
    order: 8;
  }
  .freeContent_wysiwyg .freeContent .order-desktop_xl-9 {
    order: 9;
  }
  .freeContent_wysiwyg .freeContent .order-desktop_xl-10 {
    order: 10;
  }
  .freeContent_wysiwyg .freeContent .order-desktop_xl-11 {
    order: 11;
  }
  .freeContent_wysiwyg .freeContent .order-desktop_xl-12 {
    order: 12;
  }
  .freeContent_wysiwyg .freeContent .offset-desktop_xl-0 {
    margin-left: 0;
  }
  .freeContent_wysiwyg .freeContent .offset-desktop_xl-1 {
    margin-left: 8.3333333333%;
  }
  .freeContent_wysiwyg .freeContent .offset-desktop_xl-2 {
    margin-left: 16.6666666667%;
  }
  .freeContent_wysiwyg .freeContent .offset-desktop_xl-3 {
    margin-left: 25%;
  }
  .freeContent_wysiwyg .freeContent .offset-desktop_xl-4 {
    margin-left: 33.3333333333%;
  }
  .freeContent_wysiwyg .freeContent .offset-desktop_xl-5 {
    margin-left: 41.6666666667%;
  }
  .freeContent_wysiwyg .freeContent .offset-desktop_xl-6 {
    margin-left: 50%;
  }
  .freeContent_wysiwyg .freeContent .offset-desktop_xl-7 {
    margin-left: 58.3333333333%;
  }
  .freeContent_wysiwyg .freeContent .offset-desktop_xl-8 {
    margin-left: 66.6666666667%;
  }
  .freeContent_wysiwyg .freeContent .offset-desktop_xl-9 {
    margin-left: 75%;
  }
  .freeContent_wysiwyg .freeContent .offset-desktop_xl-10 {
    margin-left: 83.3333333333%;
  }
  .freeContent_wysiwyg .freeContent .offset-desktop_xl-11 {
    margin-left: 91.6666666667%;
  }
}
/*@font-face {
  font-family: opensans-regular;
  src: url(../fonts/opensans-regular.woff2) format("woff2"), url(../fonts/opensans-regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: opensans-bold;
  src: url(../fonts/opensans-bold.woff2) format("woff2"), url(../fonts/opensans-bold.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: opensans-light;
  src: url(../fonts/opensans-light.woff2) format("woff2"), url(../fonts/opensans-light.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}*/
.freeContent_wysiwyg .font-light {
  /*font-family: "Open Sans";*/
  font-weight: 300;
}
.freeContent_wysiwyg .font-bold,
.freeContent_wysiwyg b,
.freeContent_wysiwyg strong {
  /*font-family: "Open Sans";*/
  font-weight: 700;
}
.freeContent_wysiwyg .text-small {
  font-size: 0.875rem;
}
.freeContent_wysiwyg .text-medium {
  font-size: 1.125rem;
}
.freeContent_wysiwyg .text-large {
  font-size: 1.25rem;
}
.freeContent_wysiwyg .text-light {
  color: #ffffff;
}
.freeContent_wysiwyg .text-low-height {
  line-height: 1.2;
}
.freeContent_wysiwyg hr.hr-narrow {
  width: 10%;
  margin-left: 0;
  text-align: left;
}
.freeContent_wysiwyg .bg-primary hr {
  border-top-color: #02253c;
}
@font-face {
  font-family: icons;
  src: url(../fonts/icon-6ece37fd84917bf39c26739c0f1de816.eot?6ece37fd84917bf39c26739c0f1de816#iefix) format("embedded-opentype"), url(../fonts/icon-6ece37fd84917bf39c26739c0f1de816.woff?6ece37fd84917bf39c26739c0f1de816) format("woff"), url(../fonts/icon-6ece37fd84917bf39c26739c0f1de816.ttf?6ece37fd84917bf39c26739c0f1de816) format("truetype"), url(../fonts/icon-6ece37fd84917bf39c26739c0f1de816.svg?6ece37fd84917bf39c26739c0f1de816#icons) format("svg");
  font-weight: 400;
  font-style: normal;
}
.freeContent_wysiwyg .icon {
  font-family: icons;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.freeContent_wysiwyg .icon-arrow-right:before {
  content: "\f101";
}
.freeContent_wysiwyg .btn-icon:before {
  font-family: icons;
}
.freeContent_wysiwyg .iconsprite::before {
  content: "";
  background: url(../icons/iconsprite-9a52ae37.svg) no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-size: 100% auto;
}
.freeContent_wysiwyg .icon-enfant::before {
  background-position: 0 0;
  width: 32px;
  height: 36px;
}
.freeContent_wysiwyg .icon-enfant.icon-medium::before {
  width: calc(74.88px);
  height: calc(74.7px);
  background-size: 4.44rem;
}
.freeContent_wysiwyg .icon-horloge::before {
  background-position: 0 25%;
  width: 32px;
  height: 36px;
}
.freeContent_wysiwyg .icon-horloge.icon-medium::before {
  width: calc(74.88px);
  height: calc(74.7px);
  background-size: 4.44rem;
}
.freeContent_wysiwyg .icon-play::before {
  background-position: 0 50%;
  width: 32px;
  height: 36px;
}
.freeContent_wysiwyg .icon-play.icon-medium::before {
  width: 56px;
  height: 58px;
  background-size: 3.35rem;
}
.freeContent_wysiwyg .icon-voiture-feuille::before {
  background-position: 0 75%;
  width: 32px;
  height: 36px;
}
.freeContent_wysiwyg .icon-voiture-feuille.icon-medium::before {
  width: calc(74.88px);
  height: calc(74.7px);
  background-size: 4.44rem;
}
.freeContent_wysiwyg .icon-voiture-medaille::before {
  background-position: 0 100%;
  width: 32px;
  height: 36px;
}
.freeContent_wysiwyg .icon-voiture-medaille.icon-medium::before {
  width: calc(74.88px);
  height: calc(74.7px);
  background-size: 4.44rem;
}
.freeContent_wysiwyg [class*=list-],
.freeContent_wysiwyg [class*=list__] {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.freeContent_wysiwyg .list__point li {
  position: relative;
  margin: 25px 0;
  padding-left: 24px;
}
.freeContent_wysiwyg .list__point li::before {
  content: "\2022";
  position: absolute;
  top: 15px;
  left: -4px;
  font-size: 34px;
  color: #94203c;
  line-height: 0;
}
.freeContent_wysiwyg .list__point li p span {
  /*font-family: "Open Sans";*/
  font-weight: 700;
}
.freeContent_wysiwyg .list__point--style2 {
  margin-bottom: 50px;
  padding: 0;
  color: #8b8b8b;
}
.freeContent_wysiwyg .list__point--style2 li::before {
  content: "•";
  margin-right: 5px;
  color: inherit;
}
.freeContent_wysiwyg p + .list__point--style2 {
  margin-top: -55px;
}
.freeContent_wysiwyg .list__point--icon li {
  padding-left: 0;
}
.freeContent_wysiwyg .list__point--icon li::before {
  left: 110px;
}
@media (max-width: 539.98px) {
  .freeContent_wysiwyg .list__point--icon li::before {
    left: 65px;
  }
}
.freeContent_wysiwyg .list__point--icon p {
  color: #4a4a4a;
}
.freeContent_wysiwyg .list__point--icon p.iconsprite {
  padding-left: 145px;
}
@media (max-width: 539.98px) {
  .freeContent_wysiwyg .list__point--icon p.iconsprite {
    padding-left: 100px;
  }
}
.freeContent_wysiwyg .list__point--icon p.iconsprite::before {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 10px;
}
@media (max-width: 539.98px) {
  .freeContent_wysiwyg .list__point--icon p.iconsprite::before {
    left: -10px;
  }
}
.freeContent_wysiwyg .list__number li {
  position: relative;
  margin-bottom: 32px;
}
.freeContent_wysiwyg .list__number span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  top: -3px;
  left: 0;
  height: 32px;
  width: 32px;
  color: #94203c;
  border: 1px solid #94203c;
  border-radius: 50%;
}
.freeContent_wysiwyg .list__number li {
  padding-left: 52px;
}
.freeContent_wysiwyg .list__svg {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -40px;
  font-family: Arial, sans-serif;
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .list__svg {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}
.freeContent_wysiwyg .list__svg li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  margin: 0 40px 52px;
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .list__svg li {
    margin: 0 0 52px;
  }
}
.freeContent_wysiwyg .list__svg li p {
  font-size: 10px;
  font-size: .625rem;
  margin-bottom: 5px;
}
.freeContent_wysiwyg .list__svg__percent,
.freeContent_wysiwyg .list__svg__text {
  color: #033e64;
}
.freeContent_wysiwyg .list__svg__text {
  font-size: 8px;
  font-size: 0.5rem;
}
.freeContent_wysiwyg .list__svg__text span {
  font-size: 12px;
  font-size: 0.75rem;
}
.freeContent_wysiwyg .list__svg__percent {
  margin-top: auto;
  font-weight: 700;
}
.freeContent_wysiwyg .h1 {
  font-size: 45px;
  font-size: 2.8125rem;
  /*font-family: "Open Sans";*/
  font-weight: 300;
  color: currentColor;
  line-height: 1.33;
}
.freeContent_wysiwyg .h2 {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 43px;
  /*font-family: "Open Sans";*/
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 1023.98px) {
  .freeContent_wysiwyg .h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.freeContent_wysiwyg h3 {
  padding: 30px 0;
}
.freeContent_wysiwyg .h3__line {
  position: relative;
  text-align: center;
}
.freeContent_wysiwyg .h3__line::before {
  content: "";
  position: absolute;
  display: block;
  top: 19px;
  height: 1px;
  width: 100%;
  background: #94203c;
}
.freeContent_wysiwyg .h3__line span {
  position: relative;
  padding: 0 33px;
  background-color: #ffffff;
}
.freeContent_wysiwyg .h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 40px;
  /*font-family: "Open Sans";*/
  font-weight: 700;
}
.freeContent_wysiwyg a {
  color: currentColor;
  text-decoration: none;
}
.freeContent_wysiwyg p {
  margin-bottom: 30px;
  /*font-family: "Open Sans";*/
}
.freeContent_wysiwyg p:last-child {
  margin-bottom: 0;
}
.freeContent_wysiwyg .underHeader p {
  margin-bottom: 0;
}
.freeContent_wysiwyg .img__text {
  margin-bottom: 50px;
}
.freeContent_wysiwyg .information {
  position: relative;
  display: block;
  height: 15px;
  width: 15px;
}
.freeContent_wysiwyg .information span {
  display: none;
}
.freeContent_wysiwyg .information::before {
  font-size: 12px;
  font-size: .75rem;
  content: "i";
  position: absolute;
  bottom: calc(51%);
  left: calc(48%);
  z-index: 1;
  font-family: serif;
  font-weight: 700;
  color: #033e64;
  line-height: 0;
}
.freeContent_wysiwyg .information::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #033e64;
  border-radius: 50%;
}
.freeContent_wysiwyg .information.style2::before {
  font-size: 22px;
  font-size: 1.375rem;
  bottom: calc(48%);
  left: calc(49%);
  font-style: italic;
  font-weight: 400;
  color: #ffffff;
}
.freeContent_wysiwyg .information.style2::after {
  height: 20px;
  width: 20px;
  background-color: orange;
  border-color: #ffa500;
}
.freeContent_wysiwyg .list__svg .information {
  position: absolute;
  right: 0;
  bottom: 15px;
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .list__svg .information {
    right: calc(0%);
  }
}
.freeContent_wysiwyg .table__shift .information {
  position: absolute;
  right: 30px;
  bottom: calc(43%);
}
.freeContent_wysiwyg .information-text {
  position: relative;
  margin-bottom: 50px;
  padding: 68px;
  background-color: rgba(148, 32, 60, 0.1);
  border-radius: 20px;
}
.freeContent_wysiwyg .exhibit-text {
  padding: 20px 0;
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .information-text {
    padding: 20px 28px;
  }
}
.freeContent_wysiwyg .information-text--icon {
  padding: 38px 68px 38px 102px;
}
.freeContent_wysiwyg .information-text--icon::before {
  font-size: 100px;
  font-size: 6.25rem;
  content: "\002B";
  position: absolute;
  top: -4px;
  left: 25px;
  opacity: .15;
  color: #94203c;
  line-height: 1;
}
@media (max-width: 767px) {
  .freeContent_wysiwyg .information-text--icon {
    padding: 38px 20px 38px 20px;
  }
  .freeContent_wysiwyg .information-text--icon::before {
    font-size: 3.5rem;
    left: auto;
    right: 20px;
  }
}
.freeContent_wysiwyg .information-text__title {
  font-size: 23px;
  font-size: 1.4375rem;
  margin-bottom: 20px;
  /*font-family: "Open Sans";*/
  font-weight: 700;
}
.freeContent_wysiwyg .information-text__p {
  margin-bottom: 20px;
}
.freeContent_wysiwyg .information-text__p:last-child {
  margin-bottom: 0;
}
.freeContent_wysiwyg .information-text__p span {
  color: #94203c;
}
.freeContent_wysiwyg .contain + .contain__shift .exhibit-text {
  margin-top: 70px;
}
.freeContent_wysiwyg .injunctive-text {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: opensans-bold;
  font-style: italic;
  line-height: 1.67;
  text-align: center;
}
.freeContent_wysiwyg .injunctive-text p {
  margin: 29px 0;
  color: #4a4a4a;
}
.freeContent_wysiwyg .injunctive-text::after,
.freeContent_wysiwyg .injunctive-text::before {
  content: "";
  display: block;
  height: 1px;
  width: 375px;
  margin: 0 calc(-138%);
  background-color: #4a4a4a;
}
.freeContent_wysiwyg .link {
  font-size: 16px;
  font-size: 1rem;
  /*font-family: "Open Sans";*/
  font-weight: 700;
  color: #4a4a4a;
  line-height: 1.25;
}
.freeContent_wysiwyg .block__tandi--full .link {
  color: #ffffff;
}
.freeContent_wysiwyg .block__tandi--vertical .link {
  color: #4a4a4a;
}
.freeContent_wysiwyg .link__icon::after {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  content: "\f101";
  margin-left: 5px;
  font-family: icons;
}
.freeContent_wysiwyg .link__icon:hover::after {
  margin-left: 10px;
}
.freeContent_wysiwyg label {
  font-size: 12px;
  font-size: .75rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 8px;
  margin-left: 16px;
  cursor: pointer;
}
.freeContent_wysiwyg input {
  padding: 15px;
  border: 1px solid rgba(148, 32, 60, 0.5);
  border-radius: 3px;
}
.freeContent_wysiwyg input[type=range] {
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.freeContent_wysiwyg .input__desc span {
  margin-left: 11px;
}
.freeContent_wysiwyg .input__container::before {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  content: "";
  display: block;
  float: left;
  height: 18px;
  width: 18px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.freeContent_wysiwyg .input__container:hover::before {
  border-color: #94203c;
}
.freeContent_wysiwyg .input__container input[type=radio] {
  position: absolute;
  left: -9999px;
}
.freeContent_wysiwyg .input__container input[type=radio] + span::before {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  content: "";
  position: absolute;
  display: block;
  top: 2px;
  left: -24px;
  height: 10px;
  width: 10px;
  background-color: transparent;
  border-radius: 50%;
}
.freeContent_wysiwyg .input__container input[type=radio]:checked + span::before {
  content: "";
  background-color: #94203c;
}
.freeContent_wysiwyg .input__container input[type=radio]:checked + span::after {
  content: "";
  position: absolute;
  display: block;
  top: -2px;
  left: -28px;
  height: 18px;
  width: 18px;
  border: 1px solid #94203c;
  border-radius: 50%;
}
.freeContent_wysiwyg .input__container span {
  position: relative;
}
.freeContent_wysiwyg .input__range label {
  margin: 0 0 20px;
}
.freeContent_wysiwyg .input__range > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.freeContent_wysiwyg .input__radio p {
  margin-bottom: 20px;
  color: #4a4a4a;
}
.freeContent_wysiwyg img {
  max-width: 100%;
  margin: 0 auto;
}
.freeContent_wysiwyg img.img-rounded {
  border-radius: 50%;
}
.freeContent_wysiwyg img.img-xs {
  width: 45px;
}
.freeContent_wysiwyg .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.freeContent_wysiwyg .bg-image img {
  position: absolute;
  width: 100%;
}
.freeContent_wysiwyg .bg-image.align-bottom img {
  top: auto;
  bottom: 0;
}
.freeContent_wysiwyg .bg-image[class*=fit-] img {
  height: 100%;
  object-fit: cover;
  object-position: 65%;
}
.freeContent_wysiwyg .bg-image.fit-fill img {
  object-fit: fill;
}
.freeContent_wysiwyg .bg-image.compat-object-fit {
  background-size: cover;
  background-position: center center;
}
.freeContent_wysiwyg .bg-image.compat-object-fit img {
  opacity: 0;
}
.freeContent_wysiwyg .bg-image.fit img {
  object-position: center;
}
.freeContent_wysiwyg .icon-flux {
  font-size: 4rem;
}
.freeContent_wysiwyg .wall {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 20px -10px 0;
}
.freeContent_wysiwyg .wall:first-of-type {
  margin-top: 0;
}
@media (max-width: 1023.98px) {
  .freeContent_wysiwyg .wall {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .wall {
    padding: 0;
  }
}
.freeContent_wysiwyg .wall .wall {
  margin: 0 -10px 0;
}
.freeContent_wysiwyg .wall__block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: calc(13.332999999999998%);
  margin: 20px 10px 0;
}
.freeContent_wysiwyg .wall__block:nth-child(1),
.freeContent_wysiwyg .wall__block:nth-child(2),
.freeContent_wysiwyg .wall__block:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 1023.98px) {
  .freeContent_wysiwyg .wall__block {
    width: calc(30%);
  }
  .freeContent_wysiwyg .wall__block:nth-child(1),
  .freeContent_wysiwyg .wall__block:nth-child(2) {
    margin-top: 0;
  }
  .freeContent_wysiwyg .wall__block:nth-child(3) {
    margin-top: 20px;
  }
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .wall__block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .freeContent_wysiwyg .wall__block:nth-child(1) {
    margin-top: 0;
  }
  .freeContent_wysiwyg .wall__block:nth-child(2),
  .freeContent_wysiwyg .wall__block:nth-child(3) {
    margin-top: 20px;
  }
}
.freeContent_wysiwyg .wall--more .wall__block {
  width: calc(5%);
}
@media (max-width: 1023.98px) {
  .freeContent_wysiwyg .wall--more .wall__block {
    width: calc(30%);
  }
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .wall--more .wall__block {
    width: calc(80%);
  }
}
.freeContent_wysiwyg .wall--less .wall__block {
  width: calc(30%);
}
.freeContent_wysiwyg .wall--less .wall__block:nth-child(1),
.freeContent_wysiwyg .wall--less .wall__block:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 1023.98px) {
  .freeContent_wysiwyg .wall--less .wall__block {
    width: calc(80%);
  }
  .freeContent_wysiwyg .wall--less .wall__block:nth-child(1) {
    margin-top: 0;
  }
  .freeContent_wysiwyg .wall--less .wall__block:nth-child(2) {
    margin-top: 20px;
  }
}
.freeContent_wysiwyg .fagence .wall--less .wall__block {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.freeContent_wysiwyg .wall__double {
  width: calc(46.666%);
}
@media (max-width: 1023.98px) {
  .freeContent_wysiwyg .wall__double {
    width: calc(30%);
  }
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .wall__double {
    width: 100%;
    margin: 20px 0 0;
  }
}
.freeContent_wysiwyg .contain {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}
@media (max-width: 1239.98px) {
  .freeContent_wysiwyg .contain {
    width: 970px;
  }
}
@media (max-width: 1023.98px) {
  .freeContent_wysiwyg .contain {
    width: 100%;
    padding: 0 27px;
  }
}
.freeContent_wysiwyg .contain iframe {
  max-width: 100%;
}
.freeContent_wysiwyg .contain--right {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.freeContent_wysiwyg .underHeader .contain {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.freeContent_wysiwyg .header .contain {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.freeContent_wysiwyg .contain__title {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 31px;
  /*font-family: "Open Sans";*/
  font-weight: 700;
}
.freeContent_wysiwyg .contain__bkg--color .contain__title {
  color: #ffffff;
}
.freeContent_wysiwyg .contain__bkg--color2 .contain__title {
  color: #4a4a4a;
}
.freeContent_wysiwyg .contain__image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.freeContent_wysiwyg .contain__img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  overflow: hidden;
  width: 395px;
  margin-right: 120px;
}
@media (max-width: 1023.98px) {
  .freeContent_wysiwyg .contain__img {
    display: none;
  }
}
.freeContent_wysiwyg .contain__img > span img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  min-height: 100%;
  width: auto;
  min-width: 100%;
  max-width: none;
  transform: translate(-50%, -50%);
}
.freeContent_wysiwyg .contain__padding {
  padding: 92px 0;
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .contain__padding {
    padding: 40px 0;
  }
}
.freeContent_wysiwyg .contain__padding.contain__bkg--color {
  padding: 69px 80px 69px 160px;
}
@media (max-width: 1239.98px) {
  .freeContent_wysiwyg .contain__padding.contain__bkg--color {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .contain__padding.contain__bkg--color {
    padding-right: 0;
    padding-left: 0;
  }
}
.freeContent_wysiwyg .contain__bkg {
  background-color: #f7f7f7;
}
.freeContent_wysiwyg .contain__bkg--color {
  position: relative;
  background-color: #033e64;
}
.freeContent_wysiwyg .contain__bkg--color::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-28%);
  height: 107px;
  width: 2px;
  background-color: #ffffff;
}
@media (max-width: 1239.98px) {
  .freeContent_wysiwyg .contain__bkg--color::before {
    left: calc(-38%);
  }
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .contain__bkg--color::before {
    display: none;
  }
}
.freeContent_wysiwyg .contain__bkg--color2 {
  background-color: #f7f7f7;
}
.freeContent_wysiwyg .contain__bkg--color2::before {
  background-color: #94203c;
}
.freeContent_wysiwyg .contain__content {
  width: 100%;
}
.freeContent_wysiwyg .contain__content + .btn {
  margin-top: 70px;
}
.freeContent_wysiwyg .contain__bkg--color .contain__content {
  padding: 0 80px 0 160px;
}
@media (max-width: 1239.98px) {
  .freeContent_wysiwyg .contain__bkg--color .contain__content {
    padding: 0 0 0 60px;
  }
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .contain__bkg--color .contain__content {
    padding: 0;
  }
}
.freeContent_wysiwyg .contain__shift {
  margin-left: 50px;
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .contain__shift {
    margin-left: 0;
  }
}
.freeContent_wysiwyg .contain__shift--two {
  padding-left: 200px;
}
@media (max-width: 1023.98px) {
  .freeContent_wysiwyg .contain__shift--two {
    padding-left: 0;
  }
}
.freeContent_wysiwyg .contain__shift--three {
  padding-left: 300px;
}
@media (max-width: 1023.98px) {
  .freeContent_wysiwyg .contain__shift--three {
    padding-left: 0;
  }
}
.freeContent_wysiwyg .container:not(:first-child) {
  margin-top: 20px;
}
.freeContent_wysiwyg .contain .container {
  padding: 0;
}
.freeContent_wysiwyg .container div[class*=col-] {
  margin-top: 20px;
}
.freeContent_wysiwyg .container div[class$="-6"]:nth-child(1),
.freeContent_wysiwyg .container div[class$="-6"]:nth-child(2) {
  margin-top: 0;
}
.freeContent_wysiwyg .fagence .container div[class$="-6"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media (max-width: 1023.98px) {
  .freeContent_wysiwyg .container div[class$="-6"]:not(: first-child) {
    margin-top: 20px;
  }
}
.freeContent_wysiwyg .container div[class$="-4"]:nth-child(1),
.freeContent_wysiwyg .container div[class$="-4"]:nth-child(2),
.freeContent_wysiwyg .container div[class$="-4"]:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 1023.98px) {
  .freeContent_wysiwyg .container div[class$="-4"]:nth-child(3) {
    margin-top: 20px;
  }
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .container div[class$="-4"]:nth-child(2),
  .freeContent_wysiwyg .container div[class$="-4"]:nth-child(3) {
    margin-top: 20px;
  }
}
.freeContent_wysiwyg .container div[class$="-4"]:nth-child(1) + div[class$="-8"] {
  margin-top: 0;
}
.freeContent_wysiwyg .container div[class$="-8"]:nth-child(1) {
  margin-top: 0;
}
.freeContent_wysiwyg .container div[class$="-12"] {
  margin-top: 20px;
}
.freeContent_wysiwyg .container div[class$="-12"]:nth-child(1) {
  margin-top: 0;
}
.freeContent_wysiwyg .button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  position: relative;
  width: auto;
  padding: 15px 50px 15px 50px;
  cursor: pointer;
  background: 0 0;
  font-size: .9rem;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  border: 1px solid #ffffff;
}
.freeContent_wysiwyg .button:focus,
.freeContent_wysiwyg .button:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
  box-shadow: inset 3px 3px #ffffff, inset -3px -3px #ffffff;
}
.freeContent_wysiwyg .contain__content .button {
  margin: 0;
}
.freeContent_wysiwyg .contain__content + .button {
  margin-top: 54px;
}
.freeContent_wysiwyg .table .button {
  margin: 20px 0 0;
  padding: 15px 0;
}
.freeContent_wysiwyg .block__bkg + .button {
  float: right;
}
.freeContent_wysiwyg .button.button__arrow {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all 0.5s;
}
.freeContent_wysiwyg .button.button__arrow:hover {
  padding-right: 45px;
}
.freeContent_wysiwyg .table .button.button__arrow:hover {
  padding-right: 0;
}
.freeContent_wysiwyg .button.button__arrow:hover::after {
  margin-left: 20px;
}
.freeContent_wysiwyg .button.button__arrow::after {
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  content: "\f101";
  margin-left: 15px;
  font-family: icons;
}
.freeContent_wysiwyg .fagence .button.button {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  min-width: 266px;
  margin-bottom: 20px;
}
.freeContent_wysiwyg .button.button__purple {
  background-color: #94203c;
  color: #fff;
  border: 1px solid #94203c;
}
.freeContent_wysiwyg .button.button__purple:hover {
  background-color: transparent;
  color: #94203c;
  border-color: #94203c;
}
.freeContent_wysiwyg .button.button__blue {
  background-color: #033e64;
  border: 1px solid #033e64;
}
.freeContent_wysiwyg .button.button__blue:hover {
  background-color: transparent;
  color: #033e64;
  box-shadow: 0 0 0 transparent;
}
.freeContent_wysiwyg .button.button__blue-cyan {
  background-color: #0566a4;
  border: 1px solid #0566a4;
}
.freeContent_wysiwyg .button.button__blue-cyan:hover {
  background-color: transparent;
  color: #0566a4;
  box-shadow: 0 0 0 transparent;
}
.freeContent_wysiwyg .button.button__border {
  color: #4a4a4a;
  border-color: #4a4a4a;
}
.freeContent_wysiwyg .button.button__border:hover {
  color: #4a4a4a;
  border-color: #4a4a4a;
  box-shadow: inset 3px 3px #4a4a4a, inset -3px -3px #4a4a4a;
}
.freeContent_wysiwyg .button.button__radius {
  background-color: #fff;
  color: #94203c;
  border-color: #94203c;
  border-radius: 30px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all 0.5s;
}
.freeContent_wysiwyg .button.button__radius:hover {
  box-shadow: inset 3px 3px #94203c, inset -3px -3px #94203c;
}
.freeContent_wysiwyg .block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 30px;
  text-align: center;
}
.freeContent_wysiwyg div[class*=col-] .block:not(:first-child) {
  margin-top: 20px;
}
.freeContent_wysiwyg .block__theme {
  font-size: 14px;
  font-size: .875rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 10px 14px;
  background-color: #fb5555;
  /*font-family: "Open Sans";*/
  color: #ffffff;
}
.freeContent_wysiwyg .block__tandi--event .block__theme {
  background-color: #94203c;
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .block__tandi--event .block__theme {
    width: 100%;
    margin-bottom: 20px;
  }
}
.freeContent_wysiwyg .block__tandi--video .block__theme {
  background-color: #033e64;
}
.freeContent_wysiwyg .block__tandi--mec .block__theme {
  background-color: #0a63a5;
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .block__theme {
    position: relative;
  }
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .block__img iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
  }
}
.freeContent_wysiwyg .block__bkg .block__img {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 370px;
  margin-bottom: 0;
  margin-left: 20px;
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .block__bkg .block__img {
    width: 100%;
    margin-left: 0;
    order: 1;
  }
}
.freeContent_wysiwyg .block__circle .block__img {
  width: 150px;
  margin-bottom: 28px;
  background-color: transparent;
  border: 0;
}
.freeContent_wysiwyg .block__circle .block__img img {
  width: 100%;
}
.freeContent_wysiwyg .block__tandi .block__img {
  margin-bottom: 0;
  border: 0;
}
.freeContent_wysiwyg .block__tandi .block__img img {
  width: 100%;
}
.freeContent_wysiwyg .block__tandi--full .block__img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .block__tandi--full .block__img {
    height: calc(64%);
  }
}
.freeContent_wysiwyg .block__mission .block__img {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 500px;
  margin: 0 0 0 100px;
  border: 0;
}
@media (max-width: 1023.98px) {
  .freeContent_wysiwyg .block__mission .block__img {
    margin: 0 0 20px 0;
    order: 1;
  }
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .block__mission .block__img {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 56.25%;
  }
}
.freeContent_wysiwyg .contain__bkg--color .block__img {
  background-color: #033e64;
}
.freeContent_wysiwyg .block__date {
  font-size: 14px;
  font-size: .875rem;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 100px;
  /*font-family: "Open Sans";*/
  font-weight: 300;
  text-align: center;
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .block__date {
    margin-bottom: 20px;
  }
}
.freeContent_wysiwyg .block__date span {
  font-size: 30px;
  font-size: 1.875rem;
  display: block;
  color: #94203c;
  line-height: 1;
}
.freeContent_wysiwyg .block__content {
  position: relative;
}
.freeContent_wysiwyg .block__bkg .block__content {
  width: 100%;
  padding: 20px 26px 37px;
  background-color: rgba(148, 32, 60, 0.08);
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .block__bkg .block__content {
    order: 2;
  }
}
.freeContent_wysiwyg .block__tandi .block__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  min-height: 195px;
  padding: 15px 30px 15px 18px;
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .block__tandi .block__content {
    min-height: 155px;
  }
}
.freeContent_wysiwyg .block__tandi--full .block__content {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.3);
  color: #ffffff;
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .block__tandi--full .block__content {
    top: 36px;
    height: calc(64%);
  }
}
.freeContent_wysiwyg .block__tandi--vertical .block__content {
  position: relative;
  background-color: #eee;
  color: #4a4a4a;
}
.freeContent_wysiwyg .block__tandi--event .block__content {
  padding-top: 0;
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .block__tandi--event .block__content {
    padding-top: 20px;
  }
}
.freeContent_wysiwyg .block__tandi--event .block__content::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 90px;
  width: 2px;
  background-color: #94203c;
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .block__tandi--event .block__content::before {
    left: calc(5%);
    height: 2px;
    width: 90px;
  }
}
@media (max-width: 1023.98px) {
  .freeContent_wysiwyg .block__mission .block__content {
    order: 2;
  }
}
.freeContent_wysiwyg .block__subtitle {
  font-size: 14px;
  font-size: .875rem;
  position: relative;
  margin-bottom: 20px;
  /*font-family: "Open Sans";*/
  font-weight: 300;
}
.freeContent_wysiwyg .block__tandi--style2 .block__subtitle::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -7px;
  left: -18px;
  height: 2px;
  width: 105px;
  background-color: #fb5555;
}
.freeContent_wysiwyg .block__tandi--video .block__subtitle::after {
  background-color: #033e64;
}
.freeContent_wysiwyg .block__tandi--mec .block__subtitle::after {
  background-color: #0a63a5;
}
.freeContent_wysiwyg .block__title {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 20px;
  /*font-family: "Open Sans";*/
  font-weight: 300;
  color: #94203c;
}
.freeContent_wysiwyg .block__stag .block__title {
  font-size: 21px;
  font-size: 1.3125rem;
  /*font-family: "Open Sans";*/
  font-weight: 300;
}
.freeContent_wysiwyg .block__border .block__title {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 30px;
}
.freeContent_wysiwyg .block__circle .block__title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0;
  /*font-family: "Open Sans";*/
  font-weight: 700;
  color: #4a4a4a;
}
.freeContent_wysiwyg .block__tandi--style2 .block__title {
  margin-bottom: 40px;
  /*font-family: "Open Sans";*/
}
.freeContent_wysiwyg .block__mission .block__title {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 31px;
  /*font-family: "Open Sans";*/
  font-weight: 700;
  color: #ffffff;
}
.freeContent_wysiwyg .block__tandi--event .block__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: opensans-regular;
  color: #4a4a4a;
  line-height: 1.39;
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .block__tandi .block__title {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}
.freeContent_wysiwyg .block__p span {
  /*font-family: "Open Sans";*/
  font-weight: 700;
}
.freeContent_wysiwyg .block__text .block__p {
  margin-bottom: 0;
}
.freeContent_wysiwyg .block__stag .block__p,
.freeContent_wysiwyg .block__tandi .block__p {
  font-size: 15px;
  font-size: .9375rem;
  /*font-family: "Open Sans";*/
  line-height: 1.87;
}
.freeContent_wysiwyg .block__border .block__p {
  font-size: 18px;
  font-size: 1.125rem;
}
.freeContent_wysiwyg .block__mission .block__p {
  margin-bottom: 31px;
  color: #fff;
  line-height: 2.22;
}
.freeContent_wysiwyg .block__tandi--event .block__p {
  font-size: 15px;
  font-size: .9375rem;
  color: #616161;
  line-height: 1.87;
}
.freeContent_wysiwyg .block__img,
.freeContent_wysiwyg .block__text {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid rgba(151, 151, 151, 0.3);
}
.freeContent_wysiwyg .block__bkg .block__p,
.freeContent_wysiwyg .block__bkg .block__title {
  text-align: left;
}
.freeContent_wysiwyg .block__tandi--full .block__p,
.freeContent_wysiwyg .block__tandi--full .block__title {
  color: #ffffff;
}
.freeContent_wysiwyg .block__tandi--vertical .block__p,
.freeContent_wysiwyg .block__tandi--vertical .block__title {
  color: #4a4a4a;
}
.freeContent_wysiwyg .block__work {
  font-size: 18px;
  font-size: 1.125rem;
  opacity: .8;
  color: #4a4a4a;
}
.freeContent_wysiwyg .block__text {
  font-size: 18px;
  font-size: 1.125rem;
}
.freeContent_wysiwyg .block__text__title {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 15px;
  /*font-family: "Open Sans";*/
  font-weight: 300;
}
.freeContent_wysiwyg .block__stag {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .block__stag {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.freeContent_wysiwyg .block__stag:not(:last-child) {
  margin-bottom: 110px;
}
.freeContent_wysiwyg .block__stag--right {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .block__stag--right {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.freeContent_wysiwyg .block__stag__content,
.freeContent_wysiwyg .block__stag__img {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 50%;
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .block__stag__content,
  .freeContent_wysiwyg .block__stag__img {
    width: 100%;
  }
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .block__stag__img {
    margin-bottom: 20px;
  }
}
.freeContent_wysiwyg .block__stag--left .block__stag__content {
  padding: 0 20px 0 72px;
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .block__stag--left .block__stag__content {
    padding: 0;
  }
}
.freeContent_wysiwyg .block__stag--right .block__stag__content {
  padding: 0 72px 0 30px;
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .block__stag--right .block__stag__content {
    padding: 0;
  }
}
.freeContent_wysiwyg .block__stag__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: left;
}
.freeContent_wysiwyg .block__border {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 35px;
  border: 1px solid #979797;
}
.freeContent_wysiwyg .block__border:not(:last-child) {
  margin-right: 20px;
}
.freeContent_wysiwyg .block__icon {
  margin-top: auto;
}
.freeContent_wysiwyg .block__bkg {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  -ms-justify-content: end;
  justify-content: end;
  -ms-flex-pack: end;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .block__bkg {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.freeContent_wysiwyg .block__link {
  text-align: right;
}
.freeContent_wysiwyg .block__link span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.freeContent_wysiwyg .block__tandi {
  position: relative;
  display: block;
  padding: 0;
  background-color: #fff;
  text-align: left;
  border: 1px solid rgba(151, 151, 151, 0.3);
}
.freeContent_wysiwyg .block__tandi--full {
  width: 100%;
}
.freeContent_wysiwyg .block__tandi--event {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-top: 65px;
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .block__tandi--event {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding-top: 0;
  }
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .block__tandi {
    width: 100%;
  }
}
.freeContent_wysiwyg .block__mission {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
  text-align: left;
}
@media (max-width: 1023.98px) {
  .freeContent_wysiwyg .block__mission {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.freeContent_wysiwyg .table {
  font-size: 14px;
  font-size: .875rem;
  width: 1100px;
}
@media (max-width: 1023.98px) {
  .freeContent_wysiwyg .table {
    width: 920px;
  }
}
.freeContent_wysiwyg .table > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.freeContent_wysiwyg .table img {
  max-width: 100%;
}
.freeContent_wysiwyg .table--little {
  width: 950px;
}
.freeContent_wysiwyg .table__title {
  font-size: 14px;
  font-size: .875rem;
  margin-bottom: 12px;
  /*font-family: "Open Sans";*/
  font-weight: 700;
}
.freeContent_wysiwyg .table__blue-card,
.freeContent_wysiwyg .table__card {
  font-size: 12px;
  font-size: .75rem;
  margin-bottom: 50px;
}
.freeContent_wysiwyg .table__aligncenter {
  text-align: center;
}
.freeContent_wysiwyg .table__responsive {
  overflow-y: auto;
  padding-bottom: 20px;
}
.freeContent_wysiwyg .table__shift {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  width: 236px;
  padding: 21px 87px 19px 0;
  line-height: 1;
}
.freeContent_wysiwyg .table__color .table__shift {
  background-color: transparent;
  border-color: #ffffff;
}
.freeContent_wysiwyg .table__color {
  margin-bottom: 36px;
}
.freeContent_wysiwyg .table__color > div {
  padding: 33px 16px;
  background-color: rgba(148, 32, 60, 0.1);
  color: #94203c;
}
.freeContent_wysiwyg .table__width {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding: 20px 43px;
  width: calc(-34%);
}
.freeContent_wysiwyg .table__width b,
.freeContent_wysiwyg .table__width i {
  display: block;
}
.freeContent_wysiwyg .table__width b {
  margin: 9px 0 5px;
}
.freeContent_wysiwyg .table__btn .table__width {
  padding: 0;
}
.freeContent_wysiwyg .table__card .table__width {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: calc(-34%);
}
.freeContent_wysiwyg .table__card .table__width.table__width--first {
  width: calc(-68%);
}
.freeContent_wysiwyg .table__img .table__width {
  padding: 0 25px;
}
.freeContent_wysiwyg .table--little .table__width {
  width: 33.333%;
}
.freeContent_wysiwyg .table__width.table__offer--border {
  width: calc(-36%);
}
.freeContent_wysiwyg .table__width--middle {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 24px;
  width: calc(-68%);
}
.freeContent_wysiwyg .table__width--middle.table__offer--border {
  width: calc(-11%);
}
.freeContent_wysiwyg .table__card .table__width--middle {
  font-size: 12px;
  font-size: 0.75rem;
}
.freeContent_wysiwyg .table__width--big {
  font-size: 16px;
  font-size: 1rem;
  margin: 38px 0 16px;
  width: calc(-136%);
}
.freeContent_wysiwyg .table__width--big.table__offer--border {
  width: calc(39%);
}
.freeContent_wysiwyg .table__margin.table__btn .table__width,
.freeContent_wysiwyg .table__margin.table__infos .table__width {
  width: calc(-41.5%);
}
.freeContent_wysiwyg .table__margin > div {
  margin-top: 11px;
  margin-left: 10px;
}
.freeContent_wysiwyg .table__margin > div:nth-child(1),
.freeContent_wysiwyg .table__margin > div:nth-child(2) {
  margin-left: 0;
}
.freeContent_wysiwyg .table__true::before {
  font-size: 18px;
  font-size: 1.125rem;
  content: "\2714";
  display: block;
  color: #8bc451;
}
.freeContent_wysiwyg .table__false::before {
  content: "";
  display: block;
  height: 3px;
  width: 20px;
  margin: 0 auto;
  opacity: .5;
  background-color: #6d7e90;
}
.freeContent_wysiwyg .table__border--head {
  padding: 18px 5px;
  color: #94203c;
  border: 1px solid #94203c;
}
.freeContent_wysiwyg .table__border--body {
  border-top: 1px solid #d8d8d8;
}
.freeContent_wysiwyg .table__border--body--first {
  border-top: 0;
}
.freeContent_wysiwyg .table__border--body > div:not(:first-child) {
  border-left: 1px solid #d8d8d8;
}
.freeContent_wysiwyg .table__border--body.table__color > div:not(:first-child) {
  border-color: #ffffff;
}
.freeContent_wysiwyg .table__simple .table__border--body > div {
  border-right: 0;
  border-left: 0;
}
.freeContent_wysiwyg .tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .tabs {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
.freeContent_wysiwyg .tabs li {
  font-size: 24px;
  font-size: 1.5rem;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  background: 0 0;
  color: #4a4a4a;
  text-align: center;
  border-bottom: 2px solid #979797;
}
@media (max-width: 1023.98px) {
  .freeContent_wysiwyg .tabs li {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .tabs li {
    width: 100% !important;
    box-sizing: border-box;
  }
}
.freeContent_wysiwyg .tabs li.current {
  color: #94203c;
  border-bottom: 3px solid #94203c;
}
.freeContent_wysiwyg .tab__content {
  display: none;
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .tab__content {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 539.98px) {
  .freeContent_wysiwyg .tab__content {
    padding: 0;
  }
}
.freeContent_wysiwyg .tab__content.current {
  display: inherit;
}
@media (max-width: 539.98px) {
  .freeContent_wysiwyg .tab__contents {
    margin-top: 30px;
  }
}
.freeContent_wysiwyg .h2 + .tab__mobile {
  margin-top: 175px;
}
@media (max-width: 539.98px) {
  .freeContent_wysiwyg .h2 + .tab__mobile {
    margin-top: 75px;
  }
}
@media (max-width: 759.98px) {
  .freeContent_wysiwyg .tab__mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media (max-width: 539.98px) {
  .freeContent_wysiwyg .tab__mobile {
    display: block;
  }
}
.freeContent_wysiwyg .accordion {
  font-size: 18px;
  font-size: 1.125rem;
}
.freeContent_wysiwyg .accordion__link {
  position: relative;
  padding: 20px 15px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #fff;
  color: #8b8b8b;
}
.freeContent_wysiwyg .accordion__link:first-child {
  border-top: 1px solid #cccccc;
}
.freeContent_wysiwyg .accordion__link::after {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  content: "\276F";
  position: absolute;
  top: 50%;
  left: auto;
  right: 17px;
  margin-top: -13px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  color: #94203c;
}
.freeContent_wysiwyg .accordion__link.open {
  border: 1px solid #94203c;
  background-color: #94203c;
  color: #ffffff;
}
.freeContent_wysiwyg .accordion__link.open::after {
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #ffffff;
}
.freeContent_wysiwyg .accordion__content {
  padding: 65px 100px 35px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #ffffff;
}
.freeContent_wysiwyg .accordion__title {
  /*font-family: "Open Sans";*/
  font-weight: 700;
}
.freeContent_wysiwyg .accordion__p {
  margin-bottom: 30px;
}
@-webkit-keyframes Gradient {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-moz-keyframes Gradient {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes Gradient {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.freeContent_wysiwyg .step {
  position: relative;
  margin: 50px auto;
  text-align: center;
}
.freeContent_wysiwyg .step fieldset {
  position: relative;
  box-sizing: border-box;
  width: 600px;
  margin: 0 calc(-250%);
  padding: 20px 30px;
}
.freeContent_wysiwyg .step fieldset:not(:first-of-type) {
  display: none;
}
.freeContent_wysiwyg .step input,
.freeContent_wysiwyg .step textarea {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px;
  /*font-family: "Open Sans";*/
  font-size: 13px;
  color: #2c3e50;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.freeContent_wysiwyg .step .action-button {
  width: 100px;
  margin: 10px 5px;
  padding: 10px 5px;
  cursor: pointer;
  background: #94203c;
  font-weight: 700;
  color: #fff;
  border: 0 none;
  border-radius: 1px;
}
.freeContent_wysiwyg .step .action-button:focus,
.freeContent_wysiwyg .step .action-button:hover {
  background: #a92545;
}
.freeContent_wysiwyg .progressbar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  counter-reset: step;
  overflow: hidden;
  margin: 0 -50px 30px;
  padding: 0;
}
.freeContent_wysiwyg .progressbar li {
  position: relative;
  float: left;
  padding: 0 50px;
  font-size: 9px;
  color: #fff;
  text-transform: uppercase;
  list-style-type: none;
}
.freeContent_wysiwyg .progressbar li::before {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  content: counter(step);
  counter-increment: step;
  position: relative;
  z-index: 1;
  height: 31px;
  width: 31px;
  margin: 0 auto 5px auto;
  background: #f7f7f7;
  font-size: 10px;
  color: #4a4a4a;
  line-height: 0;
  border: 1px solid #4a4a4a;
  border-radius: 50%;
}
.freeContent_wysiwyg .progressbar li::after {
  content: '';
  position: absolute;
  display: block;
  top: 14px;
  left: -50%;
  height: 2px;
  width: 100%;
  background: #4a4a4a;
  z-index: 0;
}
.freeContent_wysiwyg .progressbar li:first-child::after {
  content: none;
}
.freeContent_wysiwyg .progressbar li.active::after,
.freeContent_wysiwyg .progressbar li.active::before {
  background: linear-gradient(to right, #94203c 0, #94203c 50%, #4a4a4a 50%, #4a4a4a 100%);
  background-size: 200% 200%;
  color: #fff;
  border-color: #94203c;
}
.freeContent_wysiwyg .progressbar li.active::before {
  -webkit-animation: Gradient 1s ease;
  -moz-animation: Gradient 1s ease;
  animation: Gradient 1s ease;
}
.freeContent_wysiwyg .progressbar li.active::after {
  background-position: 0 0;
}
.freeContent_wysiwyg input[type=range] {
  -webkit-appearance: none;
  margin: 12.5px 0;
  width: 100%;
}
.freeContent_wysiwyg input[type=range]:focus {
  outline: 0;
}
.freeContent_wysiwyg input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  transition: all .2s ease;
  background: #cecece;
  border: 0 solid #000;
  border-radius: 0;
}
.freeContent_wysiwyg input[type=range]::-webkit-slider-thumb {
  position: relative;
  border: 5px solid rgba(255, 255, 255, 0.5);
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background: #94203c;
  cursor: pointer;
  z-index: 1;
  -webkit-appearance: none;
  margin-top: -10px;
}
.freeContent_wysiwyg input[type=range]:focus::-webkit-slider-runnable-track {
  background: #cecece;
}
.freeContent_wysiwyg input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  transition: all .2s ease;
  background: #cecece;
  border: 0 solid #000;
  border-radius: 0;
}
.freeContent_wysiwyg input[type=range]::-moz-range-thumb {
  position: relative;
  border: 5px solid rgba(255, 255, 255, 0.5);
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background: #94203c;
  cursor: pointer;
  z-index: 1;
}
.freeContent_wysiwyg input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  transition: all .2s ease;
  background: 0 0;
  border-color: transparent;
  border-width: 25px 0;
  color: transparent;
}
.freeContent_wysiwyg input[type=range]::-ms-fill-lower {
  background: #cecece;
  border: 0 solid #000;
  border-radius: 0;
}
.freeContent_wysiwyg input[type=range]::-ms-fill-upper {
  background: #cecece;
  border: 0 solid #000;
  border-radius: 0;
}
.freeContent_wysiwyg input[type=range]::-ms-thumb {
  position: relative;
  border: 5px solid rgba(255, 255, 255, 0.5);
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background: #94203c;
  cursor: pointer;
  z-index: 1;
}
.freeContent_wysiwyg input[type=range]:focus::-ms-fill-lower {
  background: #cecece;
}
.freeContent_wysiwyg input[type=range]:focus::-ms-fill-upper {
  background: #cecece;
}
.freeContent_wysiwyg .range {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  left: -83px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.freeContent_wysiwyg .input__range--date .range {
  left: -208px;
}
.freeContent_wysiwyg .label {
  position: relative;
  width: 83px;
}
.freeContent_wysiwyg .label::after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-style: solid;
  border-width: 5px 11px 5px 0;
  border-color: transparent #94203c transparent transparent;
  margin-top: -4px;
}
.freeContent_wysiwyg .label .value {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  z-index: 1;
}
.freeContent_wysiwyg .label .drop {
  box-sizing: content-box;
  width: 83px;
  height: 68px;
  background: #94203c;
}
.freeContent_wysiwyg .label__other {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 125px;
  height: 68px;
  background: #7d7f82;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
}
.freeContent_wysiwyg .input-box {
  position: relative;
  padding-right: 115px;
  height: 60px;
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.freeContent_wysiwyg .input__range--date .input-box {
  padding-right: 239px;
}
.freeContent_wysiwyg .input-box__label {
  position: absolute;
  top: -10px;
  font-size: 14px;
  font-size: .875rem;
  color: #4a4a4a;
}
.freeContent_wysiwyg .input-box__label--left {
  left: 0;
}
.freeContent_wysiwyg .input-box__label--right {
  right: 115px;
}
.freeContent_wysiwyg .input__range--date .input-box__label--right {
  right: 240px;
}
.freeContent_wysiwyg .input-box input[type=range] {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 60px;
}
.freeContent_wysiwyg .input-box .bar {
  position: absolute;
  bottom: 50%;
  left: 0;
  margin: 0 0 -2.5px;
  height: 5px;
  background: #94203c;
  z-index: 0;
}
.freeContent_wysiwyg .input-box[data-value='0'] .bar {
  margin-right: 25px;
  width: calc(0%);
}
.freeContent_wysiwyg .input-box[data-value='1'] .bar {
  margin-right: 25px;
  width: calc(0.75%);
}
.freeContent_wysiwyg .input-box[data-value='2'] .bar {
  margin-right: 25px;
  width: calc(1.5%);
}
.freeContent_wysiwyg .input-box[data-value='3'] .bar {
  margin-right: 25px;
  width: calc(2.25%);
}
.freeContent_wysiwyg .input-box[data-value='4'] .bar {
  margin-right: 25px;
  width: calc(3%);
}
.freeContent_wysiwyg .input-box[data-value='5'] .bar {
  margin-right: 25px;
  width: calc(3.75%);
}
.freeContent_wysiwyg .input-box[data-value='6'] .bar {
  margin-right: 25px;
  width: calc(4.5%);
}
.freeContent_wysiwyg .input-box[data-value='7'] .bar {
  margin-right: 25px;
  width: calc(5.25%);
}
.freeContent_wysiwyg .input-box[data-value='8'] .bar {
  margin-right: 25px;
  width: calc(6%);
}
.freeContent_wysiwyg .input-box[data-value='9'] .bar {
  margin-right: 25px;
  width: calc(6.75%);
}
.freeContent_wysiwyg .input-box[data-value='10'] .bar {
  margin-right: 25px;
  width: calc(7.5%);
}
.freeContent_wysiwyg .input-box[data-value='11'] .bar {
  margin-right: 25px;
  width: calc(8.25%);
}
.freeContent_wysiwyg .input-box[data-value='12'] .bar {
  margin-right: 25px;
  width: calc(9%);
}
.freeContent_wysiwyg .input-box[data-value='13'] .bar {
  margin-right: 25px;
  width: calc(9.75%);
}
.freeContent_wysiwyg .input-box[data-value='14'] .bar {
  margin-right: 25px;
  width: calc(10.5%);
}
.freeContent_wysiwyg .input-box[data-value='15'] .bar {
  margin-right: 25px;
  width: calc(11.25%);
}
.freeContent_wysiwyg .input-box[data-value='16'] .bar {
  margin-right: 25px;
  width: calc(12%);
}
.freeContent_wysiwyg .input-box[data-value='17'] .bar {
  margin-right: 25px;
  width: calc(12.75%);
}
.freeContent_wysiwyg .input-box[data-value='18'] .bar {
  margin-right: 25px;
  width: calc(13.5%);
}
.freeContent_wysiwyg .input-box[data-value='19'] .bar {
  margin-right: 25px;
  width: calc(14.25%);
}
.freeContent_wysiwyg .input-box[data-value='20'] .bar {
  margin-right: 25px;
  width: calc(15%);
}
.freeContent_wysiwyg .input-box[data-value='21'] .bar {
  margin-right: 25px;
  width: calc(15.75%);
}
.freeContent_wysiwyg .input-box[data-value='22'] .bar {
  margin-right: 25px;
  width: calc(16.5%);
}
.freeContent_wysiwyg .input-box[data-value='23'] .bar {
  margin-right: 25px;
  width: calc(17.25%);
}
.freeContent_wysiwyg .input-box[data-value='24'] .bar {
  margin-right: 25px;
  width: calc(18%);
}
.freeContent_wysiwyg .input-box[data-value='25'] .bar {
  margin-right: 25px;
  width: calc(18.75%);
}
.freeContent_wysiwyg .input-box[data-value='26'] .bar {
  margin-right: 25px;
  width: calc(19.5%);
}
.freeContent_wysiwyg .input-box[data-value='27'] .bar {
  margin-right: 25px;
  width: calc(20.25%);
}
.freeContent_wysiwyg .input-box[data-value='28'] .bar {
  margin-right: 25px;
  width: calc(21%);
}
.freeContent_wysiwyg .input-box[data-value='29'] .bar {
  margin-right: 25px;
  width: calc(21.75%);
}
.freeContent_wysiwyg .input-box[data-value='30'] .bar {
  margin-right: 25px;
  width: calc(22.5%);
}
.freeContent_wysiwyg .input-box[data-value='31'] .bar {
  margin-right: 25px;
  width: calc(23.25%);
}
.freeContent_wysiwyg .input-box[data-value='32'] .bar {
  margin-right: 25px;
  width: calc(24%);
}
.freeContent_wysiwyg .input-box[data-value='33'] .bar {
  margin-right: 25px;
  width: calc(24.75%);
}
.freeContent_wysiwyg .input-box[data-value='34'] .bar {
  margin-right: 25px;
  width: calc(25.5%);
}
.freeContent_wysiwyg .input-box[data-value='35'] .bar {
  margin-right: 25px;
  width: calc(26.25%);
}
.freeContent_wysiwyg .input-box[data-value='36'] .bar {
  margin-right: 25px;
  width: calc(27%);
}
.freeContent_wysiwyg .input-box[data-value='37'] .bar {
  margin-right: 25px;
  width: calc(27.75%);
}
.freeContent_wysiwyg .input-box[data-value='38'] .bar {
  margin-right: 25px;
  width: calc(28.5%);
}
.freeContent_wysiwyg .input-box[data-value='39'] .bar {
  margin-right: 25px;
  width: calc(29.25%);
}
.freeContent_wysiwyg .input-box[data-value='40'] .bar {
  margin-right: 25px;
  width: calc(30%);
}
.freeContent_wysiwyg .input-box[data-value='41'] .bar {
  margin-right: 25px;
  width: calc(30.75%);
}
.freeContent_wysiwyg .input-box[data-value='42'] .bar {
  margin-right: 25px;
  width: calc(31.5%);
}
.freeContent_wysiwyg .input-box[data-value='43'] .bar {
  margin-right: 25px;
  width: calc(32.25%);
}
.freeContent_wysiwyg .input-box[data-value='44'] .bar {
  margin-right: 25px;
  width: calc(33%);
}
.freeContent_wysiwyg .input-box[data-value='45'] .bar {
  margin-right: 25px;
  width: calc(33.75%);
}
.freeContent_wysiwyg .input-box[data-value='46'] .bar {
  margin-right: 25px;
  width: calc(34.5%);
}
.freeContent_wysiwyg .input-box[data-value='47'] .bar {
  margin-right: 25px;
  width: calc(35.25%);
}
.freeContent_wysiwyg .input-box[data-value='48'] .bar {
  margin-right: 25px;
  width: calc(36%);
}
.freeContent_wysiwyg .input-box[data-value='49'] .bar {
  margin-right: 25px;
  width: calc(36.75%);
}
.freeContent_wysiwyg .input-box[data-value='50'] .bar {
  margin-right: 25px;
  width: calc(37.5%);
}
.freeContent_wysiwyg .input-box[data-value='51'] .bar {
  margin-right: 25px;
  width: calc(38.25%);
}
.freeContent_wysiwyg .input-box[data-value='52'] .bar {
  margin-right: 25px;
  width: calc(39%);
}
.freeContent_wysiwyg .input-box[data-value='53'] .bar {
  margin-right: 25px;
  width: calc(39.75%);
}
.freeContent_wysiwyg .input-box[data-value='54'] .bar {
  margin-right: 25px;
  width: calc(40.5%);
}
.freeContent_wysiwyg .input-box[data-value='55'] .bar {
  margin-right: 25px;
  width: calc(41.25%);
}
.freeContent_wysiwyg .input-box[data-value='56'] .bar {
  margin-right: 25px;
  width: calc(42%);
}
.freeContent_wysiwyg .input-box[data-value='57'] .bar {
  margin-right: 25px;
  width: calc(42.75%);
}
.freeContent_wysiwyg .input-box[data-value='58'] .bar {
  margin-right: 25px;
  width: calc(43.5%);
}
.freeContent_wysiwyg .input-box[data-value='59'] .bar {
  margin-right: 25px;
  width: calc(44.25%);
}
.freeContent_wysiwyg .input-box[data-value='60'] .bar {
  margin-right: 25px;
  width: calc(45%);
}
.freeContent_wysiwyg .input-box[data-value='61'] .bar {
  margin-right: 25px;
  width: calc(45.75%);
}
.freeContent_wysiwyg .input-box[data-value='62'] .bar {
  margin-right: 25px;
  width: calc(46.5%);
}
.freeContent_wysiwyg .input-box[data-value='63'] .bar {
  margin-right: 25px;
  width: calc(47.25%);
}
.freeContent_wysiwyg .input-box[data-value='64'] .bar {
  margin-right: 25px;
  width: calc(48%);
}
.freeContent_wysiwyg .input-box[data-value='65'] .bar {
  margin-right: 25px;
  width: calc(48.75%);
}
.freeContent_wysiwyg .input-box[data-value='66'] .bar {
  margin-right: 25px;
  width: calc(49.5%);
}
.freeContent_wysiwyg .input-box[data-value='67'] .bar {
  margin-right: 25px;
  width: calc(50.25%);
}
.freeContent_wysiwyg .input-box[data-value='68'] .bar {
  margin-right: 25px;
  width: calc(51%);
}
.freeContent_wysiwyg .input-box[data-value='69'] .bar {
  margin-right: 25px;
  width: calc(51.75%);
}
.freeContent_wysiwyg .input-box[data-value='70'] .bar {
  margin-right: 25px;
  width: calc(52.5%);
}
.freeContent_wysiwyg .input-box[data-value='71'] .bar {
  margin-right: 25px;
  width: calc(53.25%);
}
.freeContent_wysiwyg .input-box[data-value='72'] .bar {
  margin-right: 25px;
  width: calc(54%);
}
.freeContent_wysiwyg .input-box[data-value='73'] .bar {
  margin-right: 25px;
  width: calc(54.75%);
}
.freeContent_wysiwyg .input-box[data-value='74'] .bar {
  margin-right: 25px;
  width: calc(55.5%);
}
.freeContent_wysiwyg .input-box[data-value='75'] .bar {
  margin-right: 25px;
  width: calc(56.25%);
}
.freeContent_wysiwyg .input-box[data-value='76'] .bar {
  margin-right: 25px;
  width: calc(57%);
}
.freeContent_wysiwyg .input-box[data-value='77'] .bar {
  margin-right: 25px;
  width: calc(57.75%);
}
.freeContent_wysiwyg .input-box[data-value='78'] .bar {
  margin-right: 25px;
  width: calc(58.5%);
}
.freeContent_wysiwyg .input-box[data-value='79'] .bar {
  margin-right: 25px;
  width: calc(59.25%);
}
.freeContent_wysiwyg .input-box[data-value='80'] .bar {
  margin-right: 25px;
  width: calc(60%);
}
.freeContent_wysiwyg .input-box[data-value='81'] .bar {
  margin-right: 25px;
  width: calc(60.75%);
}
.freeContent_wysiwyg .input-box[data-value='82'] .bar {
  margin-right: 25px;
  width: calc(61.5%);
}
.freeContent_wysiwyg .input-box[data-value='83'] .bar {
  margin-right: 25px;
  width: calc(62.25%);
}
.freeContent_wysiwyg .input-box[data-value='84'] .bar {
  margin-right: 25px;
  width: calc(63%);
}
.freeContent_wysiwyg .input-box[data-value='85'] .bar {
  margin-right: 25px;
  width: calc(63.75%);
}
.freeContent_wysiwyg .input-box[data-value='86'] .bar {
  margin-right: 25px;
  width: calc(64.5%);
}
.freeContent_wysiwyg .input-box[data-value='87'] .bar {
  margin-right: 25px;
  width: calc(65.25%);
}
.freeContent_wysiwyg .input-box[data-value='88'] .bar {
  margin-right: 25px;
  width: calc(66%);
}
.freeContent_wysiwyg .input-box[data-value='89'] .bar {
  margin-right: 25px;
  width: calc(66.75%);
}
.freeContent_wysiwyg .input-box[data-value='90'] .bar {
  margin-right: 25px;
  width: calc(67.5%);
}
.freeContent_wysiwyg .input-box[data-value='91'] .bar {
  margin-right: 25px;
  width: calc(68.25%);
}
.freeContent_wysiwyg .input-box[data-value='92'] .bar {
  margin-right: 25px;
  width: calc(69%);
}
.freeContent_wysiwyg .input-box[data-value='93'] .bar {
  margin-right: 25px;
  width: calc(69.75%);
}
.freeContent_wysiwyg .input-box[data-value='94'] .bar {
  margin-right: 25px;
  width: calc(70.5%);
}
.freeContent_wysiwyg .input-box[data-value='95'] .bar {
  margin-right: 25px;
  width: calc(71.25%);
}
.freeContent_wysiwyg .input-box[data-value='96'] .bar {
  margin-right: 25px;
  width: calc(72%);
}
.freeContent_wysiwyg .input-box[data-value='97'] .bar {
  margin-right: 25px;
  width: calc(72.75%);
}
.freeContent_wysiwyg .input-box[data-value='98'] .bar {
  margin-right: 25px;
  width: calc(73.5%);
}
.freeContent_wysiwyg .input-box[data-value='99'] .bar {
  margin-right: 25px;
  width: calc(74.25%);
}
.freeContent_wysiwyg .input-box[data-value='100'] .bar {
  margin-right: 25px;
  width: calc(75%);
}
