@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*COLORS*/
/*FONTS*/
/*KEYFRAMES*/
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation: slideInUp 1s forwards;
}

.text-anim {
  visibility: hidden;
}

/*GLOBAL*/
body {
  letter-spacing: 1px;
  font-size: 14px;
  font-family: "Montserrat";
  color: #000000;
  font-weight: 400;
}

main {
  overflow: hidden;
}

.container {
  margin: 0 auto !important;
}
@media (min-width: 1350px) {
  .container {
    max-width: 1300px;
  }
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

h1 {
  font-size: 36px;
  color: #FFF;
  line-height: 44px;
  font-weight: 700;
}
@media (min-width: 768px) {
  h1 {
    font-size: 56px;
    line-height: 66px;
  }
}

h2 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 15px;
  font-weight: 600;
}
@media (min-width: 768px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #FF3333;
  font-weight: 600;
}

a {
  color: unset;
  text-decoration: none;
}
a:hover {
  text-decoration: unset;
  color: inherit;
}

.button {
  padding: 10px 60px;
  text-transform: lowercase;
  display: flex;
  width: fit-content;
  border: 2px solid #FF3333;
  background: transparent;
  border-radius: 30px;
  color: #FF3333;
  position: relative;
  overflow: hidden;
}
.button p {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  color: #FF3333 !important;
  width: 100% !important;
  z-index: 99;
  transition: all 0.3s;
}
.button:focus {
  outline: none;
}
.button::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  background: #FF3333;
  transform: translateX(-100%) rotate(-45deg);
  transition: all 0.3s;
  z-index: 0;
  border-radius: 30px;
}
.button:hover::before {
  transform: translateX(0) rotate(0);
}
.button:hover p {
  color: #FFF !important;
}

.text {
  line-height: 22px;
}

strong, .bold, b {
  font-weight: 700;
}

.card {
  border-radius: 0;
  background: transparent;
  border: none !important;
}

em {
  font-style: italic;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
  }
}
.slideInUp {
  -webkit-animation: slideInUp 1s forwards;
  animation: slideInUp 1s forwards;
}

.text-anim {
  visibility: hidden;
}

.nf-error.field-wrap .nf-field-element:after, .nf-pass.field-wrap .nf-field-element:after {
  display: none !important;
}

.div_points img:first-child {
  margin-right: 3px;
}

.anim-points {
  overflow: hidden;
}
.anim-points > img {
  transform: translateX(-100%);
  transition: all 0.8s;
}
.anim-points.visible > img {
  transform: translateX(0);
}

.header-desk {
  position: fixed;
  transition: all 0.6s;
  z-index: 9;
}

.header-desk-top {
  background: #FFF;
  display: none;
  justify-content: flex-end;
  width: 100vw;
  padding: 8px 50px;
}
@media (min-width: 768px) {
  .header-desk-top {
    display: flex;
  }
}
.header-desk-top > div {
  display: flex;
  align-items: center;
  color: #FF3333;
}
.header-desk-top > div img {
  height: 15px;
  margin-left: 10px;
  transition: all 0.5s;
}
.header-desk-top > div img:hover {
  filter: grayscale(0.5);
}

.header-desk-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px;
  width: 100vw;
}
@media (min-width: 768px) {
  .header-desk-bottom {
    padding: 8px 50px;
  }
}
.header-desk-bottom ul {
  display: flex;
  margin-right: 40px;
}
.header-desk-bottom ul li {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  padding-bottom: 11px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .header-desk-bottom ul li {
    margin-right: 40px;
  }
}
@media (min-width: 992px) {
  .header-desk-bottom ul li {
    margin-right: 60px;
  }
}
.header-desk-bottom ul li:last-child {
  margin-right: 0;
}
.header-desk-bottom ul li::before {
  content: "";
  background: url("../assets/point-rouge.svg") no-repeat center;
  background-size: contain;
  height: 4px;
  width: 70px;
  position: absolute;
  bottom: 0;
  transform: translateX(-100%);
  transition: all 0.6s;
}
.header-desk-bottom ul li:hover::before {
  transform: translateX(0);
}
.header-desk-bottom ul li.current-menu-item::before {
  transform: translateX(0);
}

.header_navDesk {
  display: none;
}
@media (min-width: 768px) {
  .header_navDesk {
    display: flex;
  }
  .header_navDesk > div {
    display: flex;
    color: #000;
  }
}

.header_iconMenu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 17px;
}
.header_iconMenu div {
  width: 40px;
  height: 2px;
  background: #000;
}
@media (min-width: 768px) {
  .header_iconMenu {
    display: none;
  }
}

.header_navMob {
  height: 100vh;
  width: 100vw;
  transform: translateX(-100%);
  background: rgba(30, 30, 30, 0.8);
  backdrop-filter: blur(5px);
  color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.6s;
}
.header_navMob.visible {
  transform: translateX(0);
}
@media (min-width: 768px) {
  .header_navMob {
    display: none;
  }
}
.header_navMob ul {
  display: flex;
  flex-direction: column;
}
.header_navMob > img {
  position: absolute;
  top: 25px;
  right: 30px;
}

.header-nav1 li {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0;
}

.header-nav2 {
  padding: 10px 0;
}
.header-nav2 li {
  font-size: 18px;
  margin: 10px 0;
}

.headerMob-points {
  margin: 0 0 0 auto;
  width: fit-content;
  padding-right: 40px;
}

.headerMob-join {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.headerMob-join img {
  height: 20px;
  margin-left: 10px;
  transition: all 0.5s;
}
.headerMob-join img:hover {
  filter: grayscale(0.5);
}

header.scroll .header-desk {
  background: #fff;
}

.footer1 > div:first-child {
  overflow: hidden;
}
.footer1 > div:first-child > div {
  height: 2px;
  background: #FF3333;
  width: 100%;
  transform: translateX(-100%);
  transition: all 1s;
}
.footer1 > div:first-child.visible > div {
  transform: translateX(0);
}
.footer1 > div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
@media (min-width: 1200px) {
  .footer1 > div:last-child {
    flex-direction: row;
  }
}
.footer1 > div:last-child ul {
  display: flex;
  flex-wrap: wrap;
}
.footer1 > div:last-child ul li {
  margin: 5px 10px 8px 0;
  font-size: 12px;
}
.footer1 > div:last-child ul li a {
  color: #969696;
  transition: all 0.4s;
}
.footer1 > div:last-child ul li:hover a {
  color: #000000;
}
.footer1 > div:last-child > div:first-child {
  display: flex;
  align-items: center;
}
.footer1 > div:last-child > div:first-child img {
  margin-right: 30px;
}
.footer1 > div:last-child > div:nth-child(2) {
  margin: 20px 0;
}
.footer1 > div:last-child > div:last-child {
  display: flex;
  align-items: center;
  color: #FF3333;
}
.footer1 > div:last-child > div:last-child img {
  height: 15px;
  margin-left: 10px;
  transition: all 0.5s;
}
.footer1 > div:last-child > div:last-child img:hover {
  filter: grayscale(0.5);
}

.footer2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #DFDFDF;
  padding: 8px 50px;
}
@media (min-width: 768px) {
  .footer2 {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer2 div, .footer2 a {
  display: flex;
  color: #969696;
  font-weight: 400;
  transition: all 0.4s;
}
.footer2 div:hover, .footer2 a:hover {
  font-weight: 600;
}
.footer2 div:hover p, .footer2 a:hover p {
  font-weight: 600;
}
.footer2 div p:first-child, .footer2 a p:first-child {
  margin-right: 20px;
  transition: all 0.4s;
}
.footer2 > a {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .footer2 > a {
    margin-top: 0;
  }
}

.home1 {
  background: #969696;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .home1 {
    height: auto;
  }
}
.home1 h1 {
  padding-top: 80px;
  margin-bottom: 20px;
  color: #000;
}
@media (min-width: 440px) {
  .home1 h1 {
    max-width: 513px;
  }
}
@media (max-width: 768px) {
  .home1 {
    background-size: 420px !important;
    background-position: top right !important;
  }
  .home1 h1 {
    margin-top: 50px;
    margin-bottom: 73px;
  }
}

.home1_texts {
  padding-left: 40px;
}
@media (min-width: 768px) {
  .home1_texts {
    max-width: 512px;
    padding-left: 0;
  }
}
.home1_texts p {
  color: #000;
  margin-bottom: 26px;
}
.home1_texts img {
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .home1_texts img {
    transform: translateX(-35px);
    margin-bottom: 26px;
  }
}

.home2 {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .home2 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .home2 > div:first-child {
    padding-right: 43px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .home2 > div:first-child {
    transform: translateY(-130px);
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 47px;
    height: 175px;
    max-width: 748px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .home2 > div:first-child {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .home2 > div:first-child {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
  }
}
@media (min-width: 1350px) {
  .home2 > div:first-child {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
  }
}
@media (min-width: 1600px) {
  .home2 > div:first-child {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
  }
}
.home2 > div:first-child > div:first-child, .home2 > div:first-child > div:last-child {
  background: #FF3333;
  color: #FFF;
}
.home2 > div:first-child > div:nth-child(2) {
  margin: 0px 0;
  border: 2px solid #FF3333;
  color: #FF3333;
  background-color: #fff;
}
.home2 > div:first-child > div {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .home2 > div:first-child > div {
    flex: 1;
    min-height: 260px;
  }
}
@media (min-width: 1200px) {
  .home2 > div:first-child > div {
    flex: 1;
    min-height: 200px;
  }
}
@media (max-width: 768px) {
  .home2 > div:first-child > div {
    margin-bottom: 10px !important;
  }
}
.home2 > div:first-child > div > span {
  font-size: 50px;
  font-weight: 700;
}
.home2 > div:first-child > div img {
  width: fit-content;
  margin: 10px 0;
}
.home2 > div:first-child > div p {
  font-size: 22px;
  line-height: 28px;
}
.home2 > div:first-child > div p span {
  font-weight: 700;
}
.home2 .home2_parts {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .home2 .home2_parts {
    margin-top: -20px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .home2 .home2_parts {
    width: 100%;
  }
}
.home2 .home2_parts .text {
  color: #969696;
}
@media (min-width: 992px) {
  .home2 .home2_parts .text {
    width: 60%;
  }
}
.home2 form {
  margin: 20px 0 15px 0;
}
.home2 form select {
  border: none;
  border-bottom: 2px solid #330095;
  color: #969696;
  font-weight: 700;
  text-transform: lowercase;
}
.home2 form input {
  background: #330095;
  border-radius: 30px;
  color: #FFF;
  border: none;
  padding: 10px 30px;
  margin-left: 15px;
}
.home2 .carousel-arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 45%;
  background-image: url("../assets/icon-next.svg");
  background-size: cover;
  cursor: pointer;
}
.home2 .carousel-arrow.prev {
  transform: rotate(180deg);
  left: -20px;
}
.home2 .carousel-arrow.next {
  right: 0px;
}
@media (max-width: 768px) {
  .home2 .carousel-arrow {
    display: none;
  }
}
.home2 .carousel-item > div {
  display: flex;
  flex-wrap: wrap;
}
.home2 .carousel-item > div > div {
  height: 60px;
  width: 33.3%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .home2 .carousel-item > div > div {
    width: 20%;
    height: 80px;
  }
}
@media (max-width: 768px) {
  .home2 .carousel-item > div > div {
    width: 49%;
  }
}
.home2 .carousel-item > div > div:hover img {
  filter: none;
  -webkit-filter: none;
}
.home2 .carousel-item > div > div img {
  width: 90%;
}
.home2 .carousel-inner {
  margin-top: 50px;
  margin-bottom: 50px;
}
.home2 .carousel-indicators {
  position: initial;
  margin-top: 10px;
  display: none;
}
.home2 .carousel-indicators li {
  width: 10px;
  height: 10px;
  cursor: pointer;
  background-color: #DFDFDF;
  background-clip: padding-box;
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.6s ease;
}
.home2 .carousel-indicators li.active {
  background-color: #FF3333;
}
.home2.offset {
  padding-top: 0px !important;
}
.home2.offset > div:nth-child(1) {
  display: none;
}

.home3 {
  position: relative;
  padding-bottom: 42px;
  padding-top: 0px;
}
.home3 > img {
  position: absolute;
  right: 0;
  bottom: 60px;
  display: none;
}
@media (min-width: 992px) {
  .home3 > img {
    display: block;
  }
}
.home3 h2 {
  margin-bottom: 0;
}
.home3 .container > div:first-child > div {
  margin-bottom: 20px;
  transform: translateX(-30px);
}
@media (min-width: 768px) {
  .home3 .container > div:last-child {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }
}
.home3 .container > div:last-child p {
  margin-bottom: 30px;
  color: #969696;
}
@media (min-width: 768px) {
  .home3 .container > div:last-child p {
    margin-right: 30px;
    margin-bottom: 0;
  }
}

.home4 {
  position: relative;
}
.home4 .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .home4 .container {
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .home4 .container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .home4 .container > div {
    flex: 0 0 50%;
  }
}
.home4 .container > div:first-child {
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .home4 .container > div:first-child {
    flex-direction: column;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 0;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .home4 .container > div:first-child {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-right: 60px;
  }
}
@media (max-width: 768px) {
  .home4 .container > div:first-child {
    flex-direction: column;
  }
}
.home4 .container > div:first-child img {
  height: auto;
  margin: 10px 0;
}
@media (min-width: 992px) {
  .home4 .container > div:first-child img {
    margin: 0;
  }
}
.home4 .container > div:first-child > div:first-child {
  margin-right: 30px;
}
@media (min-width: 768px) {
  .home4 .container > div:first-child > div:first-child {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .home4 .container > div:first-child > div:first-child {
    margin-right: 70px;
  }
}
@media (min-width: 768px) {
  .home4 .container > div:last-child {
    width: 45%;
  }
}
@media (min-width: 992px) {
  .home4 .container > div:last-child {
    width: 30%;
  }
}
.home4 .container > div:last-child h2 {
  margin-bottom: 0;
}
.home4 .container > div:last-child img {
  margin: 8px 0;
  transform: translateX(-22px);
}
@media (max-width: 768px) {
  .home4 .container > div:last-child .anim-points {
    transform: translateX(-25px);
  }
}
.home4 .container > div:last-child .button {
  margin-top: 20px;
}
.home4 > img:last-child {
  position: absolute;
  right: 0;
  transform: translateY(10px);
}
.home4 > img {
  display: none;
}
@media (min-width: 992px) {
  .home4 > img {
    display: block;
  }
}
.home4 p.text {
  color: #969696;
}

.performance1 {
  background: #969696;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
@media (min-width: 992px) {
  .performance1 {
    height: 70vh;
  }
}
.performance1 h1 {
  margin-bottom: 20px;
  color: #000;
}
.performance1 > img:first-child {
  display: none;
  height: 4px;
  position: absolute;
  left: 0;
  top: 40%;
}
@media (min-width: 992px) {
  .performance1 > img:first-child {
    display: block;
  }
}
.performance1 > img:last-child {
  display: none;
  height: 4px;
  position: absolute;
  right: 150px;
  top: 60%;
}
@media (min-width: 992px) {
  .performance1 > img:last-child {
    display: block;
  }
}
@media (max-width: 768px) {
  .performance1 {
    background-size: 420px !important;
    background-position-x: 70px !important;
    background-position-y: top !important;
  }
  .performance1 h1 {
    margin-top: 100px;
    margin-bottom: 25px;
  }
}

.performance1_texts {
  padding-left: 25px;
}
@media (min-width: 992px) {
  .performance1_texts {
    padding-left: 0;
  }
}
.performance1_texts img {
  margin-bottom: 22px;
  transform: translateX(-25px);
  z-index: 0;
}
.performance1_texts p {
  color: #000;
  max-width: 512px;
}

@media (min-width: 992px) {
  .performance2 > div:first-child {
    padding-left: 200px;
  }
}
.performance2 > div:first-child h2 {
  margin-bottom: 0;
  padding-left: 70px;
}
.performance2 > div:first-child .text {
  color: #969696;
  margin-top: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.performance2 > div:first-child .text a {
  flex: 0 0 250px;
  text-align: center;
}
.performance2 > div:last-child {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  color: #FF3333;
}
@media (min-width: 768px) {
  .performance2 > div:last-child {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 60px;
    gap: 47px;
  }
}
@media (max-width: 1200px) {
  .performance2 > div:last-child {
    gap: 15px;
  }
}
@media (min-width: 1200px) {
  .performance2 > div:last-child > div:last-child {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .performance2 .slick-slide {
    padding: 0 6px;
  }
  .performance2 .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }
  .performance2 .slick-dots li button {
    border: none;
    content: "";
    color: transparent;
    margin-right: 15px;
    background-color: #DFDFDF;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    padding: 3px;
  }
  .performance2 .slick-dots li.slick-active button {
    background-color: #FF3333;
  }
}

.performance2_div {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 0px !important;
}
@media (min-width: 768px) {
  .performance2_div {
    padding-top: 15px;
  }
}
.performance2_div .image {
  text-align: center;
  border: 1px solid #FF3333;
  border-radius: 18px;
  margin-bottom: 30px;
}
.performance2_div .image img {
  max-width: 222px;
}
@media (max-width: 1200px) {
  .performance2_div .image img {
    max-width: 186px;
  }
}
@media (max-width: 768px) {
  .performance2_div .image img {
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.performance2_div img {
  width: fit-content;
  margin: 15px 0;
}
.performance2_div > span {
  font-size: 50px;
  font-weight: 700;
}
.performance2_div p {
  font-size: 22px;
  line-height: 28px;
}
.performance2_div p span {
  font-weight: 700;
}
.performance2_div .anim-points img {
  margin-top: 5px;
}

.performance2_div_spec {
  width: 250px;
  height: 100%;
}
@media (min-width: 768px) {
  .performance2_div_spec {
    padding-top: 15px;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .performance2_div_spec {
    width: 250px;
  }
}
.performance2_div_spec > div {
  display: flex;
  align-items: center;
}
.performance2_div_spec > div span:first-child {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  margin-right: 10px;
  width: 95px;
}
.performance2_div_spec > div span:last-child {
  font-size: 50px;
  font-weight: 700;
}
.performance2_div_spec img {
  width: fit-content;
  margin: 8px 0;
}
.performance2_div_spec p {
  font-size: 22px;
  line-height: 28px;
}
.performance2_div_spec p span {
  font-weight: 700;
}

.performance2_separator {
  height: 1px;
  width: 100%;
  background: #DFDFDF;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .performance2_separator {
    height: 150px;
    width: 1px;
    margin: 0 20px;
  }
  .performance2_separator:nth-child(2) {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .performance2_separator {
    height: 180px;
  }
  .performance2_separator:nth-child(2) {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .performance2_separator:nth-child(4) {
    display: none;
  }
}
@media (min-width: 1200px) {
  .performance2_separator:nth-child(4) {
    display: block;
  }
}

.performance3 {
  padding-top: 0;
}
.performance3 .row {
  flex-direction: column;
}
@media (min-width: 992px) {
  .performance3 .row {
    flex-direction: row;
  }
}
.performance3 .col-md-6 {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .performance3 .col-md-6 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.performance3 .col-md-6:first-child div {
  height: 300px;
  margin-bottom: 30px;
  background: #969696;
}
@media (min-width: 992px) {
  .performance3 .col-md-6:first-child div {
    height: 100%;
  }
}
.performance3 .col-md-6:last-child > div {
  background: #FF3333;
  height: 100%;
  color: #FFFFFF;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.performance3 .col-md-6:last-child > div span {
  font-size: 50px;
  font-weight: 700;
}
.performance3 .col-md-6:last-child > div img {
  width: fit-content;
  margin-bottom: 20px;
}
.performance3 .col-md-6:last-child > div h3 {
  color: #FFFFFF;
  text-transform: none;
  font-weight: 700;
}
.performance3 .col-md-6:last-child > div p {
  font-weight: 700;
  font-style: italic;
  margin-top: 20px;
}

.ciblages2 {
  padding-bottom: 0;
}
.ciblages2 .row {
  align-items: center;
  flex-direction: column-reverse;
  position: relative;
}
@media (min-width: 768px) {
  .ciblages2 .row {
    flex-direction: row;
  }
}
.ciblages2 .row > img {
  display: none;
  position: absolute;
  bottom: 0;
  right: -200px;
}
@media (min-width: 992px) {
  .ciblages2 .row > img {
    display: block;
  }
}
.ciblages2 .col-md-5 {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .ciblages2 .col-md-5 {
    margin-top: 0;
  }
}
.ciblages2 .col-md-7 > div h2 {
  margin-bottom: 0;
  padding-left: 50px;
}
@media (min-width: 768px) {
  .ciblages2 .col-md-7 > div h2 {
    padding-left: 0;
  }
}
.ciblages2 .col-md-7 > div > div {
  margin: 8px 0;
}
@media (min-width: 768px) {
  .ciblages2 .col-md-7 > div > div {
    transform: translateX(-80px);
  }
}
.ciblages2 .col-md-7 > div p {
  color: #969696;
  margin: 0 0 0 auto;
  padding-left: 50px;
}
@media (min-width: 768px) {
  .ciblages2 .col-md-7 > div p {
    padding-left: 0;
    width: 80%;
  }
}
@media (min-width: 992px) {
  .ciblages2 .col-md-7 > div p {
    width: 70%;
  }
}
.ciblages2 .container > div:last-child {
  margin-top: 70px;
}
.ciblages2 .container > div:last-child h2 {
  margin-bottom: 0;
  padding-left: 30px;
}
@media (min-width: 540px) {
  .ciblages2 .container > div:last-child h2 {
    width: 500px;
    padding-left: 0;
  }
}
.ciblages2 .container > div:last-child .ciblages2_points {
  margin: 15px 0 0 0;
}
@media (min-width: 540px) {
  .ciblages2 .container > div:last-child .ciblages2_points {
    transform: translateX(-80px);
    margin: 40px 0 0 0;
  }
}

.ciblages2_types > div {
  display: flex;
  margin: 40px 0;
}
.ciblages2_types > div > div:first-child {
  width: 30px;
  display: flex;
  justify-content: center;
  margin-right: 30px;
}
@media (min-width: 768px) {
  .ciblages2_types > div > div:first-child {
    width: 100px;
    margin-right: 0;
  }
}
.ciblages2_types > div > div:first-child p {
  background: #DFDFDF;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}
.ciblages2_types > div > div:last-child {
  width: calc(100% - 70px);
}
@media (min-width: 768px) {
  .ciblages2_types > div > div:last-child {
    width: calc(100% - 100px);
  }
}
.ciblages2_types > div > div:last-child h3 {
  margin-bottom: 20px;
}
.ciblages2_types > div > div:last-child p {
  color: #969696;
}
@media (min-width: 768px) {
  .ciblages2_types > div > div:last-child p {
    width: 55%;
  }
}

.ciblages2_exemple {
  margin: 25px 0;
}

.ciblages2_strong > strong {
  color: #000000;
}

.ciblages2_bandeau {
  background: #FF3333;
  color: #FFFFFF;
  padding: 10px;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  display: none !important;
}

.ciblages2_div {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .ciblages2_div {
    flex-direction: row;
    justify-content: space-between;
  }
}
.ciblages2_div strong {
  color: #000000;
}
.ciblages2_div p {
  margin-bottom: 20px;
}
.ciblages2_div > div:last-child {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .ciblages2_div > div {
    width: 48%;
  }
  .ciblages2_div > div:last-child {
    margin-top: 0;
  }
}
.ciblages2_div > div > div {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #F3F3F3;
}
.ciblages2_div > div > div > div {
  width: 50%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 460px) {
  .ciblages2_div > div > div > div {
    height: 100px;
  }
}
@media (min-width: 768px) {
  .ciblages2_div > div > div > div {
    height: 65px;
  }
}
@media (min-width: 992px) {
  .ciblages2_div > div > div > div {
    height: 100px;
  }
}
.ciblages2_div > div > div > div:hover img {
  filter: none;
  -webkit-filter: none;
}
.ciblages2_div > div > div > div img {
  width: 90%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.ciblages3 .row {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .ciblages3 .row {
    flex-direction: row;
  }
}
.ciblages3 .col-md-6:first-child > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  padding-top: 50px;
}
.ciblages3 .col-md-6:first-child > div h2 {
  margin-bottom: 0;
}
.ciblages3 .col-md-6:first-child > div > div {
  margin: 10px 0;
  transform: translateX(90px);
  z-index: 99999;
}
.ciblages3 .col-md-6:first-child > div p {
  color: #969696;
  margin-bottom: 40px;
  margin-top: 15px;
}
.ciblages3 .col-md-6:last-child {
  position: relative;
}
.ciblages3 .col-md-6:last-child > div:first-child {
  background: #969696;
  height: 250px;
}
@media (min-width: 768px) {
  .ciblages3 .col-md-6:last-child > div:first-child {
    height: 100%;
  }
}
.ciblages3 .col-md-6:last-child > div:last-child {
  display: none;
  position: absolute;
  right: -80px;
  top: 80%;
}
@media (min-width: 992px) {
  .ciblages3 .col-md-6:last-child > div:last-child {
    display: block;
  }
}
.ciblages3 .ciblages2_first {
  margin-bottom: 25px;
}
.ciblages3 .ciblages2_first h2 {
  margin-bottom: 15px;
}
.ciblages3 .ciblages2_first p {
  margin-top: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #969696;
}
.ciblages3 .ciblages2_first h2, .ciblages3 .ciblages2_first p {
  padding-left: 75px;
}
@media (max-width: 768px) {
  .ciblages3 .ciblages2_first h2, .ciblages3 .ciblages2_first p {
    padding-left: 0px;
  }
}
.ciblages3 .ciblages2_first .col-md-7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .ciblages3 .ciblages2_first:nth-child(even) {
    flex-direction: row-reverse;
  }
  .ciblages3 .ciblages2_first:nth-child(even) h2, .ciblages3 .ciblages2_first:nth-child(even) p {
    padding-left: 0;
    padding-right: 75px;
  }
  .ciblages3 .ciblages2_first:nth-child(even) .div_points {
    text-align: right;
  }
  .ciblages3 .ciblages2_first:nth-child(even) h2 {
    text-align: right;
  }
}

.contact1 {
  background: #969696;
  padding-top: 200px;
  position: relative;
}
.contact1 > img {
  display: none;
}
@media (min-width: 992px) {
  .contact1 > img {
    display: block;
    position: absolute;
    top: 230px;
  }
}
.contact1 .container {
  position: relative;
}
.contact1 .container > img:first-child {
  display: none;
}
@media (min-width: 992px) {
  .contact1 .container > img:first-child {
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
  }
}
.contact1 .container > img:nth-child(2) {
  display: none;
}
@media (min-width: 992px) {
  .contact1 .container > img:nth-child(2) {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
  }
}
.contact1 h1 {
  margin-bottom: 10px;
  color: #000;
}
@media (min-width: 768px) {
  .contact1 h1 {
    margin-bottom: 40px;
  }
}
.contact1 .nf-form-content {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contact1 .nf-form-content {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .contact1 .nf-form-content {
    width: 50%;
    margin: 0 0 0 0px;
  }
}
.contact1 .nf-form-content .list-select-wrap .nf-field-element > div, .contact1 .nf-form-content input:not([type=button]), .contact1 .nf-form-content textarea {
  background: transparent !important;
  border: none !important;
  border-bottom: 2px solid #000 !important;
  color: #000 !important;
  transition: all 0.5s;
  padding-right: 0 !important;
  padding-left: 0 !important;
  font-weight: 700;
}
.contact1 .nf-form-content .list-select-wrap .nf-field-element > div::placeholder, .contact1 .nf-form-content input:not([type=button])::placeholder, .contact1 .nf-form-content textarea::placeholder {
  color: #000 !important;
}
.contact1 .nf-field-label {
  color: #000;
  width: 100%;
}
.contact1 .nf-field-label > label {
  display: none;
  border-bottom: 2px solid #000 !important;
  width: 100%;
  padding-bottom: 10px;
  font-size: 16px !important;
}
.contact1 .nf-field-label > label#nf-label-field-9 {
  display: block;
}
.contact1 textarea {
  padding-top: 0 !important;
}
.contact1 .nf-form-content button, .contact1 .nf-form-content input[type=button], .contact1 .nf-form-content input[type=submit] {
  background: transparent !important;
  border: 2px solid #000 !important;
  color: #000 !important;
  padding: 10px 30px !important;
  text-transform: lowercase !important;
  border-radius: 30px !important;
}
.contact1 .nf-form-content button:focus, .contact1 .nf-form-content input[type=button]:focus, .contact1 .nf-form-content input[type=submit]:focus {
  outline: none !important;
}
@media (max-width: 768px) {
  .contact1 {
    background-size: 420px !important;
    background-position-x: 70px !important;
    background-position-y: top !important;
  }
  .contact1 h1 {
    margin-top: 0px;
    margin-bottom: 25px;
  }
}

.contact2 {
  position: relative;
}
.contact2 h2 {
  margin-bottom: 30px;
}
.contact2 .col-md-4 > div {
  display: flex;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .contact2 .col-md-4 > div {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .contact2 .col-md-4 > div {
    flex-direction: row;
  }
}
.contact2 .col-md-4 > div > div:first-child {
  margin-right: 30px;
}
.contact2 .col-md-4 > div > div:first-child img {
  height: 35px;
}
@media (min-width: 768px) {
  .contact2 .col-md-4 > div > div:first-child img {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .contact2 .col-md-4 > div > div:first-child img {
    margin-bottom: 0;
  }
}
.contact2 .col-md-4 > div > div:last-child p:first-child {
  margin-bottom: 15px;
}
.contact2 .col-md-4 > div > div:last-child p:last-child {
  color: #969696;
}
.contact2 .col-md-4 > div > div:last-child p:last-child a {
  text-decoration: underline !important;
}
.contact2 > img {
  display: none;
}
@media (min-width: 992px) {
  .contact2 > img {
    display: block;
    position: absolute;
    bottom: 70px;
    right: -80px;
  }
}

.mentions2 > div h2 {
  margin-bottom: 0;
  padding-left: 40px;
}
@media (min-width: 768px) {
  .mentions2 > div h2 {
    padding-left: 0;
  }
}
.mentions2 > div > div:nth-child(2) {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .mentions2 > div > div:nth-child(2) {
    transform: translateX(-50px);
  }
}
@media (min-width: 768px) {
  .mentions2 > div > div:last-child {
    padding-left: 150px;
  }
}
.mentions2 > div > div:last-child p {
  color: #969696;
  line-height: 24px;
}
.mentions2 > div > div:last-child > div {
  margin-bottom: 40px;
}

.eprivacy_esp .texts {
  display: none;
  margin-top: 20px;
}
.eprivacy_esp .texts.visible {
  display: block;
}
.eprivacy_esp .button {
  margin-top: 30px;
}
.eprivacy_esp .button:hover {
  cursor: pointer;
}

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