/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

body,
html {
  text-shadow: none !important;
  position: relative;
  width: 100vw;
  height: 100vh;
}

a,
b,
i,
p,
span,
strong,
em,
ul,
li,
div,
section,
select,
input,
button,
label,
h1,
h2,
h3,
h4 {
  text-shadow: none !important;
  outline: none !important;
}

select,
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a,
button {
  cursor: pointer;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
summary { /* 1 */
  display: block;
}

li {
  list-style: none;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #FF0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #C0C0C0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Secondary colors */
/* Primary colors */
.font-quick, .header .navbar .container .navbar-collapse .navbar-nav li a, .subtitle-h3, .product .swiper-container .swiper-wrapper .swiper-slide_box_bloc h3, .testimony_box_text_article h3, .innovation_box_text h3, .prize h2, .title-h2, .modal .modal-dialog .modal-content .modal-header h4, .contact h4, .product .swiper-container .swiper-wrapper .swiper-slide_box_bloc h2, .innovation_box_text h2, .vision_box_text h2,
.font-raleway,
.modal .modal-dialog .modal-content .modal-body_bloc p,
.modal .modal-dialog .modal-content .modal-body_bloc strong,
.contact,
.product .swiper-container .swiper-wrapper .swiper-slide_box_bloc_content_text,
.prize_box_bloc strong,
.prize_box_bloc span,
.prize_box_bloc p,
.prize_box_bloc h3,
.footer,
.text-box,
.testimony_box_text_article p,
.innovation_box_text p,
.vision_box_text p {
  font-family: Raleway, sans-serif;
}

.title-h2, .modal .modal-dialog .modal-content .modal-header h4, .contact h4, .product .swiper-container .swiper-wrapper .swiper-slide_box_bloc h2, .innovation_box_text h2, .vision_box_text h2 {
  max-width: 620px;
  color: #FFF;
  font-weight: 400;
  font-size: 40px;
  padding: 15px 0;
  letter-spacing: 8px;
}

.subtitle-h3, .product .swiper-container .swiper-wrapper .swiper-slide_box_bloc h3, .testimony_box_text_article h3, .innovation_box_text h3, .prize h2 {
  max-width: 620px;
  color: #00A9E1;
  font-weight: 400;
  font-size: 15px;
  padding: 0 0 15px;
  letter-spacing: 3px;
}

.text-box, .testimony_box_text_article p, .innovation_box_text p, .vision_box_text p {
  max-width: 620px;
  color: #FFF;
  font-weight: 200;
  font-size: 14px;
  padding: 15px 0;
  letter-spacing: 1px;
  line-height: 25px;
}

.header {
  position: fixed;
  height: 80px;
  width: 100%;
  z-index: 999;
  display: block;
}
.header .navbar {
  background-color: #FFF;
  border: 0;
  display: inline-block;
  width: 100%;
}
.header .navbar .container .navbar-header .navbar-brand {
  background-image: url("../img/logo.svg");
  background-repeat: no-repeat;
  background-size: 170px 55px;
  background-position: center;
  width: 170px;
  height: 80px;
}
.header .navbar .container .navbar-collapse {
  border: 0;
}
.header .navbar .container .navbar-collapse .navbar-nav li a {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3.1px;
  font-weight: 400;
  height: 80px;
  line-height: 55px;
  color: #2C2C2C;
}
.header .navbar .container .navbar-collapse .navbar-nav li a:hover {
  font-weight: 700;
}
.header .navbar .container .navbar-collapse .navbar-nav li.active a {
  background-color: transparent;
  border-bottom: 4px solid #00A9E1;
}

@media only screen and (width <= 991px) {
  .header .navbar .container .navbar-header .navbar-brand {
    width: 20px;
    background-position: left center;
  }
}
@media only screen and (width <= 767px) {
  .header {
    position: fixed;
    height: 50px;
    width: 100%;
    box-shadow: 0 1px 4px 0 #CFCFCF;
    filter: progid:dximagetransform.microsoft.shadow(color=#CFCFCF, Direction=180, Strength=4);
  }
  .header .navbar .container .navbar-header .navbar-toggle {
    margin: 0;
    border: 0;
    border-radius: 0;
    height: 50px;
    width: 50px;
    padding: 0;
    transition: all 0.4s ease;
  }
  .header .navbar .container .navbar-header .navbar-toggle:hover, .header .navbar .container .navbar-header .navbar-toggle:active, .header .navbar .container .navbar-header .navbar-toggle:focus {
    background-color: #F7F7F7;
    outline: none;
  }
  .header .navbar .container .navbar-header .navbar-toggle[aria-expanded=false] {
    background-color: #FFF;
  }
  .header .navbar .container .navbar-header .navbar-toggle .icon-bar {
    transition: all 0.4s ease;
    background-color: #CCC;
    margin: 6px auto;
  }
  .header .navbar .container .navbar-header .navbar-brand {
    background-size: 100px 29px;
    height: 50px;
    width: 100px;
    padding: 0;
    margin-left: 15px;
  }
  .header .navbar .container .navbar-collapse .navbar-nav {
    margin: 0 -15px;
  }
  .header .navbar .container .navbar-collapse .navbar-nav li a {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    text-align: center;
    transition: all 0.4s ease;
  }
  .header .navbar .container .navbar-collapse .navbar-nav li a:hover, .header .navbar .container .navbar-collapse .navbar-nav li a:active, .header .navbar .container .navbar-collapse .navbar-nav li a:focus {
    background-color: #F7F7F7;
  }
  .header .navbar .container .navbar-collapse .navbar-nav li:first-child {
    border-top: 1px solid #F7F7F7;
  }
  .header .navbar .container .navbar-collapse .navbar-nav li.active a {
    border: 0;
    color: #00A9E1;
  }
}
.footer {
  background-color: #070706;
  height: 80px;
  line-height: 80px;
  width: 100%;
  color: #FFF;
  text-transform: uppercase;
}
.footer p {
  display: inline-block;
  color: #FFF;
}
.footer a {
  display: inline-block;
  padding: 0 30px;
  color: #00A9E1;
  text-decoration: none;
}

@media only screen and (width <= 767px) {
  .footer {
    height: 160px;
  }
  .footer p {
    width: 100%;
    text-align: center;
  }
  .footer a {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (width <= 420px) {
  .footer {
    height: 70px;
    padding: 10px 0;
  }
  .footer p,
  .footer a {
    line-height: 23px;
  }
}
.background {
  transition: all 1.2s ease;
  transform: scale(1.4);
  z-index: -9999;
  position: fixed;
  width: 100vw;
  color: #000;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat !important;
  height: 100vh;
  background-image: url("../img/background-home.jpg") !important;
  background-size: cover !important;
}
.background_box {
  background: rgba(0, 0, 0, 0.54);
  width: 100%;
  height: 100%;
}

.home {
  height: 100vh;
  width: 100%;
  display: inline-block;
}
.home_box {
  margin-top: 50vh;
  transform: translateY(-50%);
}
.home_box img {
  margin: 30px auto;
  display: block;
}
.home_box p {
  font-size: 40px;
  font-weight: 200;
  line-height: 50px;
  letter-spacing: 5px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
}

.vision {
  background-image: url("../img/vision-global.svg");
  background-repeat: no-repeat;
  background-position: 80% center;
  background-size: 40%;
  display: inline-block;
  width: 100%;
}
.vision_box {
  margin-top: 50vh;
  transform: translateY(-50%);
}
.vision_box_text {
  margin: 0 auto;
  max-width: 750px;
}
.prize {
  background-color: #FFF;
  position: relative;
  padding: 20px 0 30px;
}
.prize::before {
  content: "";
  position: absolute;
  z-index: 666;
  top: -60px;
  width: 100%;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 100vw;
  border-color: transparent transparent #FFF transparent;
}
.prize::after {
  content: "";
  position: absolute;
  z-index: 666;
  bottom: -60px;
  width: 100%;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 60px 0;
  border-color: transparent #FFF transparent transparent;
}
.prize h2 {
  font-weight: 400;
  font-size: 25px;
  letter-spacing: 8px;
  color: #00A9E1;
  padding: 30px 0;
  margin: 0 auto;
  text-align: center;
}
.prize_box {
  display: flex;
  padding: 20px 0;
}
.prize_box_bloc {
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding: 0 40px;
  width: 290px;
}
.prize_box_bloc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/cesar-left.svg");
  background-repeat: no-repeat;
  background-size: 40px 118px;
  background-position: center;
  width: 40px;
  height: 118px;
}
.prize_box_bloc::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../img/cesar-right.svg");
  background-repeat: no-repeat;
  background-size: 40px 118px;
  background-position: center;
  width: 40px;
  height: 118px;
}
.prize_box_bloc h3 {
  display: block;
  font-weight: bold;
  letter-spacing: 4px;
  margin-bottom: 15px;
}
.prize_box_bloc p {
  display: block;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 18px;
}
.prize_box_bloc span {
  display: block;
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 15px;
  line-height: 22px;
  color: #00A9E1;
}
.prize_box_bloc strong {
  display: block;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 15px;
}
.prize_box_bloc ul {
  display: flex;
}
.prize_box_bloc ul li {
  width: 100%;
}

.innovation {
  background-image: url("../img/innovation-global.svg");
  background-repeat: no-repeat;
  background-position: 20% 100%;
  background-size: 80%;
  width: 100%;
}
.innovation_box {
  margin-top: 50vh;
  transform: translateY(-50%);
}
.innovation_box_text {
  margin: 0 auto;
  max-width: 750px;
}
.innovation_box_text h2 {
  padding-bottom: 25px;
}
.innovation_box_text h3 {
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
  text-align: left;
  padding: 0;
}
@media only screen and (width <= 420px) {
  .innovation {
    padding: 150px 15px 0;
  }
}
@media only screen and (width <= 375px) {
  .innovation h2 {
    font-size: 20px;
  }
}

.testimony {
  background-color: #FFF;
  position: relative;
  padding: 20px 0;
}
.testimony::before {
  content: "";
  z-index: 666;
  position: absolute;
  top: -60px;
  width: 100%;
  height: 0;
  border-style: solid;
  border-width: 60px 0 0 100vw;
  border-color: transparent transparent transparent #FFF;
}
.testimony::after {
  content: "";
  z-index: 666;
  position: absolute;
  bottom: -60px;
  width: 100%;
  height: 0;
  border-style: solid;
  border-width: 60px 100vw 0 0;
  border-color: #FFF transparent transparent transparent;
}
.testimony_box_text {
  margin: 0 auto;
  max-width: 750px;
  display: flex;
}
.testimony_box_text_article {
  width: 100%;
}
.testimony_box_text_article:first-child {
  padding: 0 40px 0 0;
}
.testimony_box_text_article:last-child {
  padding: 0 0 0 40px;
}
.testimony_box_text_article p {
  color: #2C2C2C;
}

.product {
  height: 100vh;
  width: 100%;
}
.product .swiper-container {
  background-image: url("../img/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.product .swiper-container .swiper-wrapper .swiper-slide {
  background-color: transparent;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
  color: #FFF;
  width: 100%;
  height: 100%;
}
.product .swiper-container .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}
.product .swiper-container .swiper-wrapper .swiper-slide_box {
  margin-top: 40vh;
  transform: translateY(-50%);
}
.product .swiper-container .swiper-wrapper .swiper-slide_box_bloc h2 {
  text-align: left;
  color: #FFF;
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
  padding: 15px 0;
}
.product .swiper-container .swiper-wrapper .swiper-slide_box_bloc h3 {
  text-align: left;
  color: #FFF;
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
}
.product .swiper-container .swiper-wrapper .swiper-slide_box_bloc h3 .number-mobile {
  display: none;
}
.product .swiper-container .swiper-wrapper .swiper-slide_box_bloc_content {
  display: flex;
  margin: 0 auto;
  max-width: 750px;
}
.product .swiper-container .swiper-wrapper .swiper-slide_box_bloc_content_number {
  letter-spacing: 0;
  margin: 40px 50px 0 0;
  display: block;
  background-color: rgba(0, 169, 225, 0.5);
  border-radius: 50%;
  color: #2C2C2C;
  line-height: 145px;
  width: 145px;
  height: 145px;
  font-size: 50px;
}
.product .swiper-container .swiper-wrapper .swiper-slide_box_bloc_content_text {
  display: block;
  position: relative;
  max-width: 380px;
  padding: 40px;
  border: 3px solid #00A9E1;
  font-size: 12px;
  letter-spacing: 2.5px;
  color: #FFF;
  font-weight: 300;
  line-height: 20px;
}
.product .swiper-container .swiper-wrapper .swiper-slide_box_bloc_content_text strong {
  display: block;
  font-size: 15px;
  letter-spacing: 2.5px;
  color: #00A9E1;
  text-transform: uppercase;
  font-weight: 600;
}
.product .swiper-container .swiper-wrapper .swiper-slide_box_bloc_content_text img {
  position: absolute;
  bottom: -170px;
  right: -170px;
}
.product .swiper-container .swiper-pagination {
  bottom: 30px;
  left: auto;
  right: 20px;
  width: auto;
}
.product .swiper-container .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid #FFF;
  background-color: transparent;
}
.product .swiper-container .swiper-button-next,
.product .swiper-container .swiper-button-prev {
  margin-top: 0;
  width: 37px;
  height: 54px;
  background-size: 37px 54px;
}
.product .swiper-container .swiper-button-next {
  background-image: url("../img/arrow-right.svg");
}
.product .swiper-container .swiper-button-prev {
  background-image: url("../img/arrow-left.svg");
}

.contact {
  background-color: #FFF;
  position: relative;
  padding: 20px 0 60px;
  letter-spacing: 1px;
  font-weight: 200;
}
.contact::before {
  content: "";
  position: absolute;
  z-index: 666;
  top: -60px;
  width: 100%;
  height: 0;
  border-style: solid;
  border-width: 60px 0 0 100vw;
  border-color: transparent transparent transparent #FFF;
}
.contact h4 {
  color: #2C2C2C;
}
.contact_box {
  display: flex;
  margin: 0 auto;
  max-width: 750px;
}
.contact_box_bloc {
  width: 100%;
  display: block;
}
.contact_box_bloc a {
  text-decoration: no-underline;
  color: #00A9E1;
}

@media only screen and (width <= 767px) {
  .home_box h2 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 3px;
  }
}
@media only screen and (width <= 767px) {
  .vision {
    background: none;
    height: 100vh;
    width: 100%;
  }
  .vision_box {
    margin-top: 50vh;
    transform: translateY(-50%);
  }
  .vision_box_text {
    padding: 0 15px;
  }
  .vision_box_text h3 {
    font-size: 35px;
    padding: 10px 0;
  }
  .vision_box_text p {
    font-size: 14px;
    padding: 10px 0;
  }
}
@media only screen and (width <= 375px) {
  .vision {
    padding: 60px 0 0;
  }
  .vision_box {
    margin-top: 35vh;
    transform: translateY(-40%);
  }
  .vision_box_text {
    padding: 0 15px;
  }
  .vision_box_text h3 {
    font-size: 20px;
    padding: 10px 0;
  }
  .vision_box_text p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media only screen and (width <= 767px) {
  .prize {
    padding: 20px 0 0;
  }
  .prize::before {
    top: -59px;
  }
  .prize::after {
    bottom: -59px;
  }
  .prize_box {
    display: block;
    padding: 20px;
  }
  .prize_box_bloc {
    padding: 0 40px 60px;
  }
  .prize_box_bloc:last-child {
    padding: 0 40px 20px;
  }
}
@media only screen and (width <= 767px) {
  .innovation .swiper-container .swiper-wrapper .swiper-slide_box_bloc {
    padding: 0 15px;
  }
  .innovation .swiper-container .swiper-wrapper .swiper-slide_box_bloc h3 {
    max-width: 460px;
    font-size: 35px;
    padding: 10px 0;
  }
  .innovation .swiper-container .swiper-wrapper .swiper-slide_box_bloc h4 {
    max-width: 460px;
    font-size: 14px;
    line-height: 18px;
  }
  .innovation .swiper-container .swiper-wrapper .swiper-slide_box_bloc_content {
    max-width: 460px;
    display: block;
  }
  .innovation .swiper-container .swiper-wrapper .swiper-slide_box_bloc_content_text {
    font-size: 14px;
    padding: 10px 0;
  }
  .innovation .swiper-container .swiper-pagination .swiper-button-next,
  .innovation .swiper-container .swiper-pagination .swiper-button-prev {
    width: 17px;
    height: 30px;
    background-size: 17px 30px;
  }
}
@media only screen and (width <= 767px) and (width <= 375px) {
  .innovation .swiper-container .swiper-wrapper .swiper-slide_box_bloc {
    padding: 0 15px;
  }
  .innovation .swiper-container .swiper-wrapper .swiper-slide_box_bloc h3 {
    font-size: 20px;
    max-width: 280px;
    padding: 10px 0;
  }
  .innovation .swiper-container .swiper-wrapper .swiper-slide_box_bloc h4 {
    font-size: 12px;
    max-width: 280px;
    line-height: 16px;
  }
  .innovation .swiper-container .swiper-wrapper .swiper-slide_box_bloc_content {
    max-width: 280px;
  }
  .innovation .swiper-container .swiper-wrapper .swiper-slide_box_bloc_content_text {
    max-width: 280px;
    font-size: 12px;
    line-height: 18px;
  }
}
@media only screen and (width <= 767px) {
  .testimony::before {
    top: -59px;
  }
  .testimony::after {
    bottom: -59px;
  }
  .testimony_box_text {
    display: block;
    padding: 15px;
  }
  .testimony_box_text_article {
    padding: 20px 0 0;
    width: 100%;
  }
  .testimony_box_text_article:first-child {
    padding: 0;
  }
  .testimony_box_text_article:last-child {
    padding: 0;
  }
}
@media only screen and (width <= 767px) {
  .product .swiper-container .swiper-wrapper .swiper-slide_box_bloc {
    padding: 0 15px;
  }
  .product .swiper-container .swiper-wrapper .swiper-slide_box_bloc h3 {
    font-size: 35px;
  }
  .product .swiper-container .swiper-wrapper .swiper-slide_box_bloc h4 {
    font-size: 14px;
  }
  .product .swiper-container .swiper-wrapper .swiper-slide_box_bloc h4 .number-mobile {
    display: inline-block;
    background-color: rgba(0, 169, 225, 0.5);
    border-radius: 50%;
    color: #2C2C2C;
    line-height: 35px;
    width: 35px;
    height: 35px;
    font-size: 20px;
    text-align: center;
    margin: 0 0 0 20px;
    letter-spacing: 0;
  }
  .product .swiper-container .swiper-wrapper .swiper-slide_box_bloc_content {
    display: block;
  }
  .product .swiper-container .swiper-wrapper .swiper-slide_box_bloc_content_number {
    display: none;
  }
  .product .swiper-container .swiper-wrapper .swiper-slide_box_bloc_content_text {
    margin: 0 auto;
    max-width: 300px;
  }
  .product .swiper-container .swiper-wrapper .swiper-slide_box_bloc_content img {
    bottom: -130px;
    left: 21px;
    max-width: 250px;
  }
  .product .swiper-pagination .swiper-button-next,
  .product .swiper-pagination .swiper-button-prev {
    width: 17px;
    height: 30px;
    background-size: 17px 30px;
  }
}
@media only screen and (width <= 375px) {
  .product .swiper-container .swiper-wrapper .swiper-slide_box_bloc h3 {
    font-size: 20px;
    padding: 10px 0;
  }
  .product .swiper-container .swiper-wrapper .swiper-slide_box_bloc h4 {
    font-size: 12px;
    padding: 0 0 15px;
  }
  .product .swiper-container .swiper-wrapper .swiper-slide_box_bloc h4 .number-mobile {
    line-height: 25px;
    width: 25px;
    height: 25px;
    font-size: 15px;
  }
}
@media only screen and (width <= 767px) {
  .contact::before {
    top: -59px;
  }
  .contact h3 {
    font-size: 35px;
    padding: 10px 15px;
    margin-top: 40px;
  }
  .contact_box {
    display: block;
  }
  .contact_box_bloc {
    padding: 0 15px;
  }
  .contact_box_bloc:last-child {
    display: flex;
    padding: 60px 0 0;
  }
  .contact_box_bloc .formValidation input,
  .contact_box_bloc .formValidation textarea,
  .contact_box_bloc .formValidation button {
    max-width: 100%;
  }
  .contact_box_bloc_location {
    float: none;
    height: auto;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 20px 15px 0;
  }
  .validMessage {
    max-height: 50px;
    font-size: 10px;
    line-height: 10px;
  }
}
@media only screen and (width <= 375px) {
  .contact h3 {
    font-size: 20px;
    padding: 10px 15px;
    margin-top: 40px;
  }
  .contact_box_bloc {
    display: inline-block;
  }
  .contact_box_bloc_location {
    float: none;
    height: auto;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 20px 15px 0;
  }
}
.modal {
  z-index: 9999 !important;
}
.modal .modal-dialog {
  margin-top: 50vh;
  transform: translateY(-50%);
  max-width: 900px;
  padding: 20px;
  margin: 80px auto;
  width: auto;
}
.modal .modal-dialog .modal-content {
  border-radius: 0;
  background-color: rgba(251, 251, 251, 0.95);
}
.modal .modal-dialog .modal-content .modal-header {
  border: 0;
}
.modal .modal-dialog .modal-content .modal-header h4 {
  color: #2C2C2C;
  text-align: center;
  margin: 0 auto;
}
.modal .modal-dialog .modal-content .modal-body {
  display: flex;
}
.modal .modal-dialog .modal-content .modal-body_bloc {
  width: 100%;
  padding: 0 10px;
}
.modal .modal-dialog .modal-content .modal-body_bloc strong {
  display: block;
  font-weight: 400;
  font-size: 12px;
  padding: 0 0 5px;
  color: #00A9E1;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.modal .modal-dialog .modal-content .modal-body_bloc p {
  line-height: 18px;
  font-weight: 300;
  font-size: 12px;
  color: #2C2C2C;
  padding: 0 0 20px;
}

@media only screen and (width <= 767px) {
  .modal .modal-dialog .modal-content .modal-header h4 {
    font-size: 25px;
  }
  .modal .modal-dialog .modal-content .modal-body {
    display: block;
  }
}
@media only screen and (width <= 375px) {
  .modal .modal-dialog .modal-content .modal-header h4 {
    font-size: 20px;
  }
}
.maps-modal {
  z-index: 9999;
}
.maps-modal .modal-dialog {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  max-width: 100%;
}
.maps-modal .modal-dialog .modal-content {
  background-color: #FFF;
  width: 100vw;
  height: 100vh;
}
.maps-modal .modal-dialog .modal-content .modal-header {
  position: absolute;
  z-index: 9999;
  right: 0;
}
.maps-modal .modal-dialog .modal-content .modal-header button {
  opacity: 1;
  font-size: 20px;
  text-transform: uppercase;
  height: 40px;
  width: 40px;
  padding: 4px 10px 5px;
  background-color: #FFF;
}
.maps-modal .modal-dialog .modal-content .modal-header button:hover, .maps-modal .modal-dialog .modal-content .modal-header button:focus {
  opacity: 0.8;
}
.maps-modal .modal-dialog .modal-content .modal-body #map,
.maps-modal .modal-dialog .modal-content .modal-body #mapTwo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.maps-modal .modal-dialog .modal-content .modal-body #map .gmnoprint.gm-bundled-control,
.maps-modal .modal-dialog .modal-content .modal-body #mapTwo .gmnoprint.gm-bundled-control {
  top: auto !important;
  bottom: 110px !important;
}
.maps-modal .modal-dialog .modal-content .modal-body #map .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom,
.maps-modal .modal-dialog .modal-content .modal-body #mapTwo .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
  bottom: 42px !important;
}

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