.light-text {
  font-family: "titillium_web", Verdana, Arial, sans-serif;
  font-weight: 200;
}

.normal-text {
  font-family: "titillium_web", Verdana, Arial, sans-serif;
}

.awesome {
  font-family: "FontAwesome";
}

.fin, .light, .lighter {
  font-family: "titillium_web";
  font-weight: 200;
}

/**
*	
*	mixins
*
*/
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%;
  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;
}

/* ************************************ */
/*	fonts	*/
/* ************************************ */
em, i {
  font-family: "titillium_web";
  font-style: italic;
}

strong, b {
  font-family: "titillium_web";
  font-weight: 600;
}

@font-face {
  font-family: "titillium_web";
  src: url("../fonts/titillium/titilliumweb-bold-webfont.woff2") format("woff2"), url("../fonts/titillium/titilliumweb-bold-webfont.woff") format("woff"), url("../fonts/titillium/titilliumweb-bold-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "titillium_web";
  src: url("../fonts/titillium/titilliumweb-bolditalic-webfont.woff2") format("woff2"), url("../fonts/titillium/titilliumweb-bolditalic-webfont.woff") format("woff"), url("../fonts/titillium/titilliumweb-bolditalic-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "titillium_web";
  src: url("../fonts/titillium/titilliumweb-italic-webfont.woff2") format("woff2"), url("../fonts/titillium/titilliumweb-italic-webfont.woff") format("woff"), url("../fonts/titillium/titilliumweb-italic-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "titillium_web";
  src: url("../fonts/titillium/titilliumweb-light-webfont.woff2") format("woff2"), url("../fonts/titillium/titilliumweb-light-webfont.woff") format("woff"), url("../fonts/titillium/titilliumweb-light-webfont.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "titillium_web";
  src: url("../fonts/titillium/titilliumweb-lightitalic-webfont.woff2") format("woff2"), url("../fonts/titillium/titilliumweb-lightitalic-webfont.woff") format("woff"), url("../fonts/titillium/titilliumweb-lightitalic-webfont.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "titillium_web";
  src: url("../fonts/titillium/titilliumweb-regular-webfont.woff2") format("woff2"), url("../fonts/titillium/titilliumweb-regular-webfont.woff") format("woff"), url("../fonts/titillium/titilliumweb-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/**
* Page skeleton
**/
body {
  color: white;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
  color: white;
  font-weight: 100;
}

h2 {
  color: #232323;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  padding: 35px 15px;
}
h2 img {
  width: 40px;
  position: relative;
  left: -20px;
}

section {
  position: relative;
  padding-bottom: 50px;
}

.center, header .nav-items ul {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fontAwesome {
  font-family: "fontAwesome";
}

.facebook:after {
  content: "\f09a";
}

.twitter:after {
  content: "\f099";
}

.youtube:after {
  content: "\f16a";
}

.google:after {
  content: "\f0d5";
}

.linkedin:after {
  content: "\f0e1";
}

.earth:after {
  content: "\f0ac";
  position: absolute;
  font-size: 2em;
  top: 30px;
}

.search {
  color: black;
}
.search:after {
  content: "\f002";
  font-size: 2em;
}
.search:hover {
  color: #003caf;
}

header {
  position: fixed;
  z-index: 100000;
  width: 100%;
  top: 0;
  left: 0;
}
header nav {
  box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.3);
}
header .nav-1 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: white;
}
header .logo {
  position: relative;
  z-index: 100;
}
header .logo img {
  display: block;
  width: 125px;
}
header ul {
  display: flex;
  align-items: center;
}
header li.li-first {
  padding: 17px 20px;
  font-size: 0.7em;
  height: 45px;
  display: flex;
  align-items: center;
  border-bottom: 5px solid transparent;
}
header li.li-first:hover {
  border-bottom: 5px solid black;
}
header .lang-fr {
  padding-right: 20px;
}
header .search-icon a {
  padding-left: 20px;
}
header .search-icon:hover {
  border-bottom: 5px solid transparent !important;
}
header span.earth {
  margin-right: 30px;
}
header a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: black;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
header .active {
  color: #003caf;
}
header .search-bar {
  position: absolute;
  left: 0;
  top: 85px;
  z-index: 10;
  width: 100%;
}
header .search-bar input {
  display: none;
  padding: 10px 75px;
  width: 100%;
  height: 70px;
  outline: 0;
  font-size: 1.8em;
  background: rgba(0, 0, 0, 0.72);
  border: none;
  color: white;
}
header .search-bar .search-results {
  background: rgba(0, 0, 0, 0.92);
  padding: 0 75px 20px;
}
header .search-bar .search-results ul {
  display: block;
}
header .search-bar .search-results li {
  padding: 8px 0;
}
header .search-bar .search-results a {
  font-size: 1.2em;
  text-transform: none;
  font-weight: 300;
}
header .search-bar .search-results a:hover {
  color: #48b1e6;
}
header .search-bar .search-results .search-results_empty {
  font-size: 1.1em;
  font-weight: 300;
  padding: 15px 0;
}
header .search-icon {
  border-left: 1px solid black;
  height: 0px !important;
}
header .hover-header {
  background: #000;
  width: 100%;
  position: absolute;
  top: 82px;
  z-index: -1;
  left: 0;
  padding: 50px 75px;
  display: flex;
  color: white;
}
header .hover-header a {
  color: white;
}
header .hover-header ul {
  display: block;
  line-height: 2.5;
}
header .hover-header ul li {
  cursor: pointer;
  padding: 0 20px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
header .hover-header ul a {
  font-size: 1.5em;
  text-transform: initial;
  font-weight: 400;
}
header .hover-header .ul-first {
  margin: 0 30px 0 60px;
  width: 200px;
}
header .hover-header .paragraph {
  width: 100%;
  max-width: 600px;
}
header .hover-header .paragraph h3 {
  font-size: 1.7em;
}
header .hover-header .paragraph p {
  padding: 30px 0 50px;
  line-height: 1.4;
  font-weight: 100;
  font-size: 1.5em;
}
header .hover-group, header .hover-clients {
  display: none;
}
header .group:hover .hover-group {
  display: flex;
}
header .clients:hover .hover-clients {
  display: flex;
}
header .nav-2 {
  display: none;
}
header .nav-items {
  background: rgba(255, 255, 255, 0.97);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: table;
  text-align: center;
  height: 100%;
  display: none;
}
header .nav-items ul {
  display: block;
  width: 100%;
}
header .nav-items .earth {
  margin-right: 0;
}
header .nav-items li.li-first {
  height: auto;
  text-align: center;
  display: block;
  position: relative;
  font-size: 0.8125em;
}

footer {
  background-color: #282828;
  padding: 60px 0px 20px;
}
footer .footer-list {
  display: flex;
  justify-content: space-around;
}
footer .footer-list a {
  font-weight: 400;
}
footer small {
  display: block;
  text-align: right;
  padding: 50px;
  font-weight: lighter;
  line-height: 1.5;
  font-size: 0.8em;
}
footer ul {
  line-height: 2.5;
  font-size: 0.86em;
}
footer .footer-social {
  display: flex;
}
footer .footer-social li {
  margin: 0 15px !important;
  font-size: 2em;
}

.hideme {
  opacity: 0;
  -webkit-transform: translate(0%, 25%);
  -moz-transform: translate(0%, 25%);
  -ms-transform: translate(0%, 25%);
  -o-transform: translate(0%, 25%);
  transform: translate(0%, 25%);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.showme {
  opacity: 1;
  -webkit-transform: translate(0%, 0%) !important;
  -moz-transform: translate(0%, 0%) !important;
  -ms-transform: translate(0%, 0%) !important;
  -o-transform: translate(0%, 0%) !important;
  transform: translate(0%, 0%) !important;
}

.section-top {
  background-image: url(../img/slider1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
}
.section-top h2 {
  font-size: 3em;
  line-height: 1.1;
  padding: 195px 220px;
  font-weight: 100;
  color: white;
  position: relative;
  z-index: 10;
}
.section-top:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}

.section-bis .section-bis_pst {
  color: black;
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1050px;
  margin: auto;
}
.section-bis .section-bis_pst article {
  width: 300px;
  margin: 25px;
}
.section-bis .section-bis_pst article img {
  width: 100%;
}
.section-bis .section-bis_pst h3 {
  font-size: 1.3em;
  padding: 10px 0;
}

.section-1 {
  padding-top: 60px;
  padding-bottom: 0;
}
.section-1 h3 {
  font-size: 3em;
  line-height: 1.1;
  padding: 0 220px;
  font-weight: 100;
}

.section-2 .section-2_container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.section-2 article {
  width: 100%;
  max-width: 250px;
  margin: 20px;
}
.section-2 h3 {
  color: #9b9b9b;
  font-weight: 100;
  text-transform: uppercase;
  padding-bottom: 35px;
}
.section-2 span {
  display: block;
  color: black;
}
.section-2 p {
  color: #9b9b9b;
  font-weight: 100;
  padding: 20px 0;
  line-height: 1.4;
}
.section-2 a {
  color: #003caf;
  font-weight: bold;
}

.section-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-3 .section-3_bloc1 {
  position: relative;
  width: 50%;
  background-color: #9114a5;
}
.section-3 .section-3_bloc2 {
  position: relative;
  width: 50%;
  background-color: #78c200;
}
.section-3 .section-3_bloc1-container,
.section-3 .section-3_bloc2-container {
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 50px 0;
}
.section-3 .section-3_bloc1-text,
.section-3 .section-3_bloc2-text {
  padding: 0 30px;
}
.section-3 h3 {
  text-transform: uppercase;
  font-weight: 100;
  padding-bottom: 25px;
}
.section-3 span {
  font-size: 1.8em;
  line-height: 1.1;
}
.section-3 p {
  font-weight: 100;
  margin: 50px 0;
  line-height: 1.3;
  font-size: 0.9em;
}
.section-3 .section-3_links {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.section-3 .section-3_links a {
  width: 230px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 25px 15px;
  font-size: 0.8em;
}
.section-3 .link1 a:nth-child(1) {
  background: #720d82;
}
.section-3 .link2 a:nth-child(1) {
  background: #fff;
  color: #78c200;
}

.section-4 .section-4_img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-4 img {
  width: 150px;
  margin: 0 25px;
}
.section-4 a {
  color: #003caf;
  font-weight: 700;
  text-align: center;
  display: block;
  padding-top: 25px;
}

.section-5 {
  background: url(../img/slider4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.section-5:after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-5 .section-5_container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  z-index: 10;
}
.section-5 .section-5_text {
  padding: 100px 50px 0;
}
.section-5 h3 {
  font-weight: 100;
  padding-bottom: 25px;
  text-transform: uppercase;
}
.section-5 span {
  display: block;
  font-size: 3em;
  width: 300px;
  line-height: 1.3;
}
.section-5 p {
  padding: 60px 0;
  font-size: 1.3em;
  font-weight: 100;
  line-height: 1.2;
}
.section-5 .section-5_links {
  display: flex;
}
.section-5 .section-5_links a {
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 25px 15px;
  font-size: 0.8em;
  line-height: 1.5;
}
.section-5 .section-5_links a:hover {
  background: #003caf;
}
.section-5 .section-5_links .a-active {
  background: #003caf;
  margin-right: 25px;
}

.section-6 .section-6_partners {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px 0 0;
}
.section-6 .section-6_partners img {
  width: 160px;
}

.agence-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 25px 20px;
  color: #232323;
}

.agence-block {
  scroll-margin-top: 110px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #e5e5e5;
}
.agence-block:last-child {
  border-bottom: none;
}
.agence-block h3 {
  font-size: 1.8em;
  font-weight: 600;
  text-transform: uppercase;
  color: #003caf;
  margin-bottom: 25px;
}
.agence-block h4 {
  font-size: 1.1em;
  margin-bottom: 10px;
}
.agence-block p {
  font-weight: 100;
  line-height: 1.6;
  font-size: 1.1em;
}

.agence-block_logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px 0;
}
.agence-block_logos img {
  width: 150px;
  margin: 15px 25px;
}

.agence-block_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}
.agence-block_grid > div {
  flex: 1 1 220px;
}
.agence-block_grid p {
  font-size: 0.95em;
  color: #5a5a5a;
}

.agence-block_list {
  list-style: none;
  padding: 0;
}
.agence-block_list li {
  font-weight: 100;
  line-height: 1.6;
  font-size: 1.1em;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}
.agence-block_list li strong {
  color: #003caf;
}

.section-bis_pst article {
  scroll-margin-top: 110px;
}
.section-bis_pst .fontAwesome {
  display: block;
  font-size: 3em;
  color: #003caf;
  margin-bottom: 15px;
}
.section-bis_pst p {
  font-weight: 100;
  line-height: 1.5;
  font-size: 0.95em;
  color: #5a5a5a;
}

.newsroom {
  padding: 60px 25px;
}
.newsroom .newsroom_list {
  max-width: 700px;
  margin: 0 auto;
}
.newsroom article {
  scroll-margin-top: 110px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e5e5e5;
  color: #232323;
}
.newsroom article:last-child {
  border-bottom: none;
}
.newsroom h3 {
  color: #9b9b9b;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.5px;
}
.newsroom .newsroom_date {
  display: block;
  color: #9b9b9b;
  font-size: 0.85em;
  margin: 8px 0;
}
.newsroom .newsroom_title {
  display: block;
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 20px;
}
.newsroom p {
  font-weight: 100;
  line-height: 1.6;
  margin-bottom: 15px;
}

.section-5-standalone {
  padding-bottom: 60px;
}

.carrieres {
  padding: 20px 25px 60px;
  color: #232323;
}
.carrieres h2 {
  max-width: 900px;
  margin: 0 auto;
  justify-content: flex-start;
  padding: 0 0 35px;
}
.carrieres .carrieres_list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.carrieres article {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 30px;
}
.carrieres .carrieres_meta {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.carrieres .carrieres_contract {
  background: #003caf;
  color: white;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
}
.carrieres .carrieres_location {
  color: #9b9b9b;
  font-size: 0.85em;
  display: flex;
  align-items: center;
}
.carrieres h3 {
  font-size: 1.3em;
  margin-bottom: 12px;
}
.carrieres p {
  font-weight: 100;
  line-height: 1.5;
  color: #5a5a5a;
  margin-bottom: 20px;
}
.carrieres a {
  color: #003caf;
  font-weight: bold;
}

.contact {
  padding: 60px 25px;
  color: #232323;
}
.contact .contact_grid {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.contact .contact_info,
.contact .contact_form {
  flex: 1 1 350px;
}
.contact h3 {
  font-size: 1.2em;
  text-transform: uppercase;
  color: #003caf;
  margin: 25px 0 10px;
}
.contact h3:first-child {
  margin-top: 0;
}
.contact .contact_info p {
  font-weight: 100;
  line-height: 1.6;
}
.contact .contact_info p a {
  color: #003caf;
  font-weight: bold;
}
.contact .contact_map {
  margin-top: 25px;
}
.contact .contact_map iframe {
  width: 100%;
  height: 260px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.contact .contact_form {
  display: flex;
  flex-direction: column;
}
.contact .contact_form label {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 0.9em;
  margin-bottom: 18px;
  gap: 8px;
}
.contact .contact_form input,
.contact .contact_form textarea {
  font-family: inherit;
  font-size: 1em;
  padding: 12px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  outline: none;
  resize: vertical;
}
.contact .contact_form input:focus,
.contact .contact_form textarea:focus {
  border-color: #003caf;
}
.contact .contact_form .contact_honeypot {
  position: absolute;
  left: -9999px;
}
.contact .contact_form button {
  align-self: flex-start;
  background: #003caf;
  color: white;
  border: none;
  padding: 14px 35px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
  border-radius: 4px;
  cursor: pointer;
}
.contact .contact_form button:hover {
  background: #002a80;
}
.contact .contact_form button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.contact .contact_feedback {
  padding: 12px 15px;
  border-radius: 4px;
  font-size: 0.9em;
  margin-bottom: 15px;
}
.contact .contact_feedback--success {
  background: #e6f7e9;
  color: #1f7a34;
}
.contact .contact_feedback--error {
  background: #fdeaea;
  color: #b3261e;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 585px !important;
}
.swiper-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.slide1 {
  background-image: url(../img/slider1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.slide2 {
  background-image: url(../img/slider2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.slide3 {
  background-image: url(../img/slider3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.slide4 {
  background-image: url(../img/slider4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-container {
  z-index: 1000;
  position: relative;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #9b9b9b !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 30px !important;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

/* Sweep To Right */
.hvr-sweep-to-right-s, .hvr-sweep-to-right-c, .hvr-sweep-to-right-h {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right-s:before, .hvr-sweep-to-right-c:before, .hvr-sweep-to-right-h:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right-s:hover, .hvr-sweep-to-right-c:hover, .hvr-sweep-to-right-h:hover,
.hvr-sweep-to-right-s:focus, .hvr-sweep-to-right-c:focus, .hvr-sweep-to-right-h:focus,
.hvr-sweep-to-right-s:active, .hvr-sweep-to-right-c:active, .hvr-sweep-to-right-h:active {
  color: white;
}

.hvr-sweep-to-right-s:hover:before, .hvr-sweep-to-right-c:hover:before, .hvr-sweep-to-right-h:hover:before,
.hvr-sweep-to-right-s:focus:before, .hvr-sweep-to-right-c:focus:before, .hvr-sweep-to-right-h:focus:before,
.hvr-sweep-to-right-s:active:before, .hvr-sweep-to-right-c:active:before, .hvr-sweep-to-right-h:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.hvr-sweep-to-right-c:before {
  background: #9114a5;
}

.hvr-sweep-to-right-s:before {
  background: #78c300;
}

.hvr-sweep-to-right-h:before {
  background: #ffbe00;
}

@media screen and (max-width: 1010px) {
  header .nav-1 {
    display: none !important;
  }
  header .nav-2 {
    background: #fff;
    width: 100%;
    height: 60px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  header .nav-2 .logo img {
    width: 100px !important;
  }
  header .nav-2 .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 20px;
  }
  header .nav-2 .burger-menu {
    position: relative;
    top: 4px;
    width: 35px;
    height: 50px;
    cursor: pointer;
    margin-left: 0;
    margin-right: 0;
    z-index: 100;
  }
  header .nav-2 .burger {
    position: absolute;
    background: black;
    width: 100%;
    height: 3px;
    top: 50%;
    right: 0px;
    margin-top: -5px;
    opacity: 1;
  }
  header .nav-2 .burger::before {
    position: absolute;
    background: black;
    width: 35px;
    height: 3px;
    top: 10px;
    content: "";
    display: block;
  }
  header .nav-2 .burger::after {
    position: absolute;
    background: black;
    width: 35px;
    height: 3px;
    bottom: 10px;
    content: "";
    display: block;
  }
  header .nav-2 .burger::after, header .nav-2 .burger::before, header .nav-2 .burger {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }
  header .nav-2 .burger-menu.menu-on .burger::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    bottom: 0px;
  }
  header .nav-2 .burger-menu.menu-on .burger::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 0px;
  }
  header .nav-2 .burger-menu.menu-on .burger {
    background: rgba(111, 111, 111, 0);
  }
  .section-top h2 {
    font-size: 2.5em;
    line-height: 1.1;
    padding: 100px 50px;
    font-weight: 100;
  }
  .section-3 {
    display: block;
    text-align: center;
  }
  .section-3 .section-3_bloc1 {
    width: 100%;
  }
  .section-3 .section-3_bloc2 {
    width: 100%;
  }
  .section-6 .section-6_partners img {
    width: 100px;
  }
  .section-8 .brands-slider {
    display: none;
  }
  .section-8 .section-8_slider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section-8 .section-8_slider img {
    width: 100px;
    margin-top: 50px;
  }
  footer .footer-list {
    flex-direction: column-reverse;
    text-align: center;
  }
  footer ul {
    line-height: 3;
    font-size: 0.96em;
  }
  footer .footer-social {
    justify-content: center;
  }
  footer small {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .section-1 h3 {
    font-size: 2.5em;
    line-height: 1.1;
    padding: 0 50px;
    font-weight: 100;
  }
  .section-3 .section-3_links {
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-3 .section-3_links a {
    width: 200px;
  }
  .section-4 .section-4_img {
    flex-direction: column;
    line-height: 1.5;
  }
  .section-4 .section-4_img img {
    margin: 20px 25px;
  }
  .section-4 .section-4_img img:nth-child(1) {
    margin: 0px 25px 20px 25px;
  }
  .section-5 .section-5_text {
    text-align: center;
  }
  .section-5 span {
    margin: auto;
  }
  .section-6 .section-6_partners {
    flex-direction: column;
  }
  .section-6 .section-6_partners img {
    margin: 20px 25px;
  }
  .section-6 .section-6_partners img:nth-child(1) {
    margin: 0px 25px 20px 25px;
  }
  .section-7 .section-7_market {
    max-width: 100%;
  }
  .section-7 p {
    font-size: 2em;
  }
  .section-8 .section-8_slider img:nth-child(1) {
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .section-1 h3 {
    font-size: 1.7em;
  }
  .section-top h2 {
    font-size: 1.7em;
    text-align: center;
  }
  .section-3 span {
    font-size: 1.5em;
  }
  .section-3 .section-3_links {
    flex-direction: column;
  }
  .section-3 .section-3_links a {
    width: 100%;
  }
  .section-5 .section-5_links {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .section-5 .section-5_links a {
    width: 100%;
  }
  .section-5 .section-5_links .a-active {
    margin-right: 0;
  }
  .section-5 span {
    font-size: 2.5em;
  }
  .section-5 p {
    font-size: 1.1em;
  }
  .section-5 .section-5_text {
    padding: 100px 15px 0;
  }
}
