/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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;
}

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;
}

a {
  text-decoration: none;
}

/**************
FONTS
***************/
@font-face {
  font-family: "Renault-bold";
  src: url("../fonts/groupr/RenaultGroup-Bold.ttf") format("truetype"), url("../fonts/groupr/RenaultGroup-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Renault-book";
  src: url("../fonts/groupr/RenaultGroup-Book.ttf") format("truetype"), url("../fonts/groupr/RenaultGroup-Book.woff2") format("woff2");
}
@font-face {
  font-family: "Renault-extra-bold";
  src: url("../fonts/groupr/RenaultGroup-Extrabold.ttf") format("truetype"), url("../fonts/groupr/RenaultGroup-Extrabold.woff2") format("woff2");
}
@font-face {
  font-family: "Renault-light";
  src: url("../fonts/groupr/RenaultGroup-Light.ttf") format("truetype"), url("../fonts/groupr/RenaultGroup-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Renault";
  src: url("../fonts/groupr/RenaultGroup-Regular.ttf") format("truetype"), url("../fonts/groupr/RenaultGroup-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Renault-semi-bold";
  src: url("../fonts/groupr/RenaultGroup-Semibold.ttf") format("truetype"), url("../fonts/groupr/RenaultGroup-Semibold.woff2") format("woff2");
}
:root {
  --color-default: #FFFFFF;
  --color-secondary: #000000;
  --color-renault: #DEB551;
  --background-default: #000000;
  --background-primay: #4D4D4D;
  --background-secondary: #222222;
  --background-light: #F4F4F4;
  --background-textarea: #4C4C4C;
  --background-btn-outline:#FFFFFF;
}

* {
  scroll-behavior: smooth;
  -moz-font-smoothing: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  overflow-x: hidden;
  font-family: "Renault-book";
  color: var(--color-default);
  background-color: var(--background-default);
  scroll-behavior: smooth;
}

main {
  min-height: 100vh;
  width: 100%;
}

.home {
  background-color: var(--background-default);
}

a {
  color: var(--color-default);
}

.l-container-date h1 {
  font-size: 70px;
  line-height: 100px;
  font-weight: 700;
}
@media only screen and (max-width:800px) {
  .l-container-date h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width:320px) {
  .l-container-date h1 {
    font-size: 40px;
    line-height: 40px;
  }
}

.l-container-date h2 {
  font-size: 35px;
  font-weight: 600;
  position: relative;
  top: -16%;
  right: 8%;
}
@media only screen and (max-width:800px) {
  .l-container-date h2 {
    font-size: 27px;
    right: 16%;
  }
}
@media only screen and (max-width:320px) {
  .l-container-date h2 {
    font-size: 23px;
    right: 16%;
  }
}

header a {
  color: var(--color-default);
  text-transform: uppercase;
}

header span {
  margin: 0 5px;
}

.header-menu a {
  padding: 0 10px;
}

.btn-default {
  color: var(--color-default);
  font-size: 14px;
  font-weight: 600;
  background-color: var(--background-secondary);
  height: 56px;
  padding: 21px 39px;
  font-style: normal;
  line-height: 14px;
  text-transform: uppercase;
}
@media only screen and (max-width:800px) {
  .btn-default {
    width: 278px;
  }
}

.btn-outlet {
  color: var(--color-default);
  font-size: 14px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid white;
  height: 56px;
  width: 393.5px;
}
@media only screen and (max-width:800px) {
  .btn-outlet {
    width: 295px;
    font-size: 12px;
  }
}

.btn-link {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width:800px) {
  .btn-link {
    width: 295px;
    line-height: 20px;
  }
}

footer {
  background-color: var(--background-default);
  position: relative;
  overflow: hidden;
}

.btn-scroll {
  background: linear-gradient(86.24deg, #E4BD54 0%, #A97637 100%);
  width: 47px;
  height: 47px;
  border-radius: 100%;
  cursor: pointer;
  position: fixed;
  bottom: 5%;
  right: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  transition: 500ms;
  opacity: 0;
}
@media only screen and (max-width:800px) {
  .btn-scroll {
    display: none;
  }
}
.btn-scroll img {
  transition: 500ms;
  position: relative;
  top: 0;
}

.btn-scroll:hover img {
  top: -5px;
}

.btn-outline {
  height: 56px;
  width: 393.5px;
  border: 2px solid #FFFFFF;
  text-align: center;
  line-height: 56px;
  text-transform: uppercase;
  transition: 700ms;
  font-size: 14px;
  letter-spacing: 0px;
}
@media only screen and (max-width:320px) {
  .btn-outline {
    font-size: 12px;
  }
}

.btn-outline:hover {
  background-color: var(--background-btn-outline);
  color: var(--color-secondary);
}

.paddingTop {
  padding-top: 80px;
}

.l-section-juridique p, .l-section-donnee p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 2rem;
}

.l-section-juridique strong {
  font-family: "Renault-bold";
}

.l-section-juridique h1, .l-section-donnee h1 {
  font-size: 70px;
  font-family: "Renault-bold";
  line-height: 70px;
  margin: 180px 0 100px 0;
}
@media only screen and (max-width:800px) {
  .l-section-juridique h1, .l-section-donnee h1 {
    font-size: 50px;
    padding-left: 15px;
    margin: 100px 0 50px 0;
  }
}

.l-section-juridique h2, .l-section-donnee h2 {
  font-family: "Renault-bold";
  font-weight: 600;
  font-size: 27px;
  line-height: 32px;
  letter-spacing: 0em;
  font-style: normal;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.l-section-juridique h3 {
  font-family: "Renault-semi-bold";
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  margin: 20px 0;
}

.l-section-donnee h2 {
  font-weight: 600;
  font-size: 27px;
  line-height: 32px;
}

.l-section-juridique h4 {
  font-family: "Renault-semi-bold";
  font-size: 15px;
  line-height: 18px;
}

.l-section-juridique a {
  font-family: "Renault-bold";
  text-decoration: underline;
  color: #000;
}

.l-section-juridique a:hover {
  color: black;
}

strong, b {
  font-weight: bold;
}

.l-section-juridique ul li, .l-section-donnee ul li {
  list-style: disc;
  margin: 0 0 2rem;
  line-height: 1.8;
}

em {
  font-style: italic;
}

.nav-mobile.active {
  opacity: 1;
  transform: translateX(0);
}

@media only screen and (max-width:800px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media only screen and (max-width:800px) {
  .mobile {
    display: block;
  }
}

.btn-scroll.active {
  visibility: visible;
  opacity: 1;
}

.hideItem {
  opacity: 0;
  transition: all ease-in-out 0.5s;
}

a.langue-active {
  font-family: "Renault-bold";
}

.l-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 70vh;
}
@media only screen and (max-width:800px) {
  .l-container {
    min-height: 50vh;
  }
}

.l-container-logo {
  width: 378px;
  height: 250px;
  background-image: url("../images/Tavola-disegno.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width:800px) {
  .l-container-logo {
    width: 211px;
    height: 139px;
    background-image: url("../images/Tavola-disegno-mobile.png");
  }
}

.l-container-date {
  text-align: center;
  color: var(--color-default);
  width: 481px;
  height: 153px;
  background-image: url("../images/border.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width:800px) {
  .l-container-date {
    width: 339px;
    height: 102px;
    background-image: url("../images/border-mobile.png");
  }
}
@media only screen and (max-width:320px) {
  .l-container-date {
    width: 300px;
  }
}

.l-section-timer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width:800px) {
  .l-section-timer {
    background-image: url("../images/BG-home-mobile.png");
  }
}

.l-section-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: var(--color-default);
  text-align: center;
  z-index: 2;
}
.l-section-container h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 35px;
  width: 532px;
}
@media only screen and (max-width:800px) {
  .l-section-container {
    width: 90%;
    height: 30vh;
  }
  .l-section-container h2 {
    font-size: 27px;
    line-height: 32px;
    width: 335px;
    font-family: "Renault-semi-bold";
  }
}
@media only screen and (max-width:320px) {
  .l-section-container {
    width: 90%;
  }
  .l-section-container h2 {
    font-size: 23px;
    line-height: 28px;
    width: 300px;
    font-family: "Renault-semi-bold";
  }
}

.l-section-container-timer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 52px;
}
.l-section-container-timer span {
  font-family: "Renault-bold";
  font-size: 64px;
}
@media only screen and (max-width:800px) {
  .l-section-container-timer {
    margin-top: 60px;
  }
  .l-section-container-timer span {
    font-family: "Renault-bold";
    font-size: 32px;
  }
  .l-section-container-timer span img {
    width: 30%;
  }
}
@media only screen and (max-width:320px) {
  .l-section-container-timer {
    margin-top: 60px;
  }
  .l-section-container-timer span {
    font-family: "Renault-bold";
    font-size: 32px;
  }
  .l-section-container-timer span img {
    width: 30%;
  }
}

.l-section-slider {
  margin-top: 141px;
  height: 807px;
}
@media only screen and (max-width:800px) {
  .l-section-slider {
    height: 587px;
    margin-top: 100px;
  }
}

.l-footer-top {
  background-color: var(--background-default);
  color: var(--color-default);
  height: 306px;
  margin: 0 139px 0 141px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-footer-top p {
  font-size: 14px;
  line-height: 25px;
  margin: 37px 0;
}
@media only screen and (max-width:800px) {
  .l-footer-top {
    height: auto;
    margin: 60px 20px;
  }
}

.l-footer-bottom {
  height: 80px;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  background-color: var(--background-secondary);
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.l-footer-bottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  color: #F4F4F4;
}
.l-footer-bottom ul li {
  padding-left: 42px;
}
@media only screen and (max-width:800px) {
  .l-footer-bottom {
    height: 135px;
    justify-content: flex-start;
    padding: 20px;
  }
  .l-footer-bottom ul {
    justify-content: flex-start;
  }
  .l-footer-bottom ul li {
    padding-right: 30px;
    padding-left: 0;
  }
}
@media only screen and (max-width:320px) {
  .l-footer-bottom {
    font-size: 11px;
  }
}

.l-section-action {
  width: 100%;
  margin-bottom: 141px;
}

.l-container-action {
  margin: 0 auto;
  max-width: 1000px;
  min-width: auto;
}
@media only screen and (max-width:800px) {
  .l-container-action {
    margin: 0 10px;
  }
}

.l-container-action-in {
  margin: 0 139px 0 141px;
  max-width: 1000px;
}
@media only screen and (max-width:800px) {
  .l-container-action-in {
    margin: 0 21px 0 19px;
    max-width: 100%;
  }
}

.l-action {
  background-image: url("../images/bg-action.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 218px;
  width: 100%;
  margin-top: 141px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width:800px) {
  .l-action {
    background-image: url("../images//bg-action-mobile.png");
    height: 166px;
  }
}

.l-container-slider {
  margin: 0 0 0 141px;
}
@media only screen and (max-width:800px) {
  .l-container-slider {
    margin: 0;
    max-width: 100%;
  }
}

.l-section-form {
  height: 553px;
  width: 100%;
  display: flex;
}
@media only screen and (max-width:800px) {
  .l-section-form {
    flex-wrap: wrap;
    height: auto;
  }
}

.l-section-form-column {
  min-height: 553px;
  width: 100%;
  display: flex;
}
@media only screen and (max-width:800px) {
  .l-section-form-column {
    flex-wrap: wrap;
    height: auto;
  }
}

.l-section-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  margin-top: 141px;
}
.l-section-button .btn-outline:last-child {
  margin-left: 20.5px;
}
@media only screen and (max-width:800px) {
  .l-section-button {
    flex-wrap: wrap;
    margin: 30px 0;
    padding: 0 20px;
  }
  .l-section-button .btn-outline:last-child {
    margin-left: 0;
  }
}

.l-section-video-full p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.l-section-video-full a {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  transition: 700ms;
}

.l-section-video-full a:hover {
  text-decoration: underline;
}

.l-section-user {
  display: flex;
  justify-content: space-between;
  margin: 162px 139px 0 141px;
}
@media only screen and (max-width:800px) {
  .l-section-user {
    flex-wrap: wrap;
    margin: 0;
    align-items: center;
    justify-content: space-around;
    min-height: 553px;
  }
}

.section1 {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}

.l-section-juridique, .l-section-donnee {
  margin-left: 141px;
}
@media only screen and (max-width:800px) {
  .l-section-juridique, .l-section-donnee {
    margin-left: 0;
  }
}

.l-section-juridique-container, .l-section-donnee-container {
  padding-top: 141px;
  padding-bottom: 40px;
  background-color: var(--background-light);
  width: 100%;
  min-height: 100vh;
  color: black;
}
@media only screen and (max-width:800px) {
  .l-section-juridique-container, .l-section-donnee-container {
    padding-top: 50px;
  }
}

.juridique-container, .donnee-container {
  max-width: 808px;
  margin: 0 auto;
}
@media only screen and (max-width:800px) {
  .juridique-container, .donnee-container {
    width: 90%;
  }
}

@media only screen and (max-width:800px) {
  .header-desktop {
    display: none;
  }
}

.header-mobile {
  display: none;
}
@media only screen and (max-width:800px) {
  .header-mobile {
    display: block;
  }
}

header {
  position: fixed;
  top: 0;
  z-index: 3;
  background-color: var(--background-default);
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width:800px) {
  header {
    height: 70px;
  }
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14.4px;
  height: 100px;
}
@media only screen and (max-width:800px) {
  .header-container {
    height: 100%;
    padding: 0;
  }
}

.header-logo {
  margin-left: 42px;
}
@media only screen and (max-width:800px) {
  .header-logo {
    margin-left: 20px;
  }
}

@media only screen and (max-width:800px) {
  .header-logo img {
    width: 90%;
  }
}

.header-language {
  width: 141px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-default);
  background-color: var(--background-primay);
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  font-family: "Renault-light";
}

.header-language-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-default);
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
}

.header-toggle {
  background-color: var(--background-primay);
  width: 107px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (max-width:320px) {
  .header-toggle {
    width: 70px;
  }
}

.nav-mobile {
  background-color: var(--background-default);
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  -webkit-transition: opacity 0.3s 0s linear;
  -moz-transition: opacity 0.3s 0s linear;
  -o-transition: opacity 0.3s 0s linear;
  transition: opacity 0.3s 0s linear;
  opacity: 0;
  transform: translateX(100%);
}

.nav-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}

.nav-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-transform: uppercase;
  padding: 0 20px;
  margin-top: 40px;
}

.nav-bottom li {
  border-top: 1px solid #6D6D6D;
  height: 39px;
  padding: 10px 0;
  line-height: 39px;
}

.card-rounded {
  width: 112px;
  height: 112.8px;
  background-color: #F4F4F4;
  border-radius: 15px;
  position: relative;
  text-align: center;
  line-height: 112px;
  margin: 16px;
}
.card-rounded span {
  font-size: 5rem;
  font-weight: 900;
  font-family: "Renault-bold";
}
@media only screen and (max-width:800px) {
  .card-rounded {
    width: 66.41px;
    height: 66.88px;
    background-color: #F4F4F4;
    border-radius: 15px;
    line-height: 66px;
    margin: 8px;
  }
  .card-rounded span {
    font-size: 32px;
    font-family: "Renault-bold";
  }
}
@media only screen and (max-width:320px) {
  .card-rounded {
    width: 56px;
    height: 56px;
    background-color: #F4F4F4;
    border-radius: 15px;
    line-height: 56px;
    margin: 8px;
  }
  .card-rounded span {
    font-size: 32px;
    font-family: "Renault-bold";
  }
}

.card-rounded::before {
  position: absolute;
  width: 100%;
  height: 15px;
  left: 0;
  bottom: 15px;
}
@media only screen and (max-width:800px) {
  .card-rounded::before {
    bottom: -2px;
  }
}

.card-rounded:first-child:before {
  content: "Jours";
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width:800px) {
  .card-rounded:first-child:before {
    font-size: 14px;
  }
}
@media only screen and (max-width:320px) {
  .card-rounded:first-child:before {
    font-size: 12px;
  }
}

.card-rounded:nth-child(3):before {
  content: "Heures";
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width:800px) {
  .card-rounded:nth-child(3):before {
    font-size: 14px;
  }
}
@media only screen and (max-width:320px) {
  .card-rounded:nth-child(3):before {
    font-size: 12px;
  }
}

.card-rounded:nth-child(5):before {
  content: "Minutes";
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width:800px) {
  .card-rounded:nth-child(5):before {
    font-size: 14px;
  }
}
@media only screen and (max-width:320px) {
  .card-rounded:nth-child(5):before {
    font-size: 12px;
  }
}

.card-rounded:nth-child(7):before {
  content: "Secondes";
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width:800px) {
  .card-rounded:nth-child(7):before {
    font-size: 14px;
  }
}
@media only screen and (max-width:320px) {
  .card-rounded:nth-child(7):before {
    font-size: 12px;
  }
}

.card-rounded:first-child span {
  color: #CD3237;
}

.card-rounded:nth-child(3) span {
  background: linear-gradient(89.89deg, #CD3237 0%, #D12E85 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.card-rounded:nth-child(5) span {
  background: linear-gradient(60deg, #D12E85 35%, #581F8D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.card-rounded:nth-child(7) span {
  background: linear-gradient(10deg, #a02ed1 0%, #581F8D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.footer-top-left {
  flex: 0.6;
  padding-left: 3px;
}
@media only screen and (max-width:800px) {
  .footer-top-left {
    padding: 5px;
    flex: inherit;
  }
}
@media only screen and (max-width:320px) {
  .footer-top-left {
    padding: 5px;
  }
}

.footer-top-right {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}
.footer-top-right ul {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  color: #F4F4F4;
}
@media only screen and (max-width:800px) {
  .footer-top-right {
    display: none;
    width: 100%;
  }
}

.container-video-full {
  width: 70%;
  height: 100%;
}
@media only screen and (max-width:800px) {
  .container-video-full {
    display: none;
  }
}

.container-video-full-column {
  width: 70%;
  height: 100%;
}
@media only screen and (max-width:800px) {
  .container-video-full-column {
    width: 100%;
  }
}

.video-full {
  width: 100%;
  height: 100%;
  min-height: 563px;
}

.video-language {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  width: 203px;
  margin-left: 50px;
}
@media only screen and (max-width:800px) {
  .video-language {
    margin-left: 0;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-bottom: 50px;
  }
}

.video-language li {
  position: relative;
  padding: 0 10px;
}

.video-language li::after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: var(--color-renault);
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
}

.video-language li:last-child::after {
  display: none;
}

.video-language li a {
  transition: 0.3s;
}

.video-language li a:hover {
  color: var(--color-renault);
  text-decoration: underline;
}

.section-form, .section-form-column, .section-button-column {
  width: 30%;
  padding: 20px;
  background-color: var(--background-secondary);
}
@media only screen and (max-width:800px) {
  .section-form, .section-form-column, .section-button-column {
    width: 100%;
  }
}

.form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

input[type=text] {
  height: 30px;
  border: 1px solid #F4F4F4;
  background-color: transparent;
  font-size: 12px;
  color: white;
  width: 95%;
}

.form-row input {
  width: 100%;
}

input[type=email] {
  height: 30px;
  border: 1px solid #F4F4F4;
  background-color: transparent;
  font-size: 12px;
  color: white;
  width: 100%;
  padding: 0;
}

input:focus, select:focus, textarea:focus {
  outline: none;
}

.form-row, .form-column, .form-check {
  margin: 10px 0;
}

.form-column {
  width: 100%;
}

select {
  width: 100%;
  background: var(--background-secondary);
  height: 32px;
  color: white;
  border: 1px solid #F4F4F4;
  color: #757575;
  margin: 10px 0;
}

.form-submit {
  text-align: center;
}

.btn-submit {
  height: 32px;
  cursor: pointer;
  background: #F4F4F4;
  border: none;
  margin: 20px;
}

label {
  font-family: "Renault";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}

.input-margin {
  margin-left: 5px;
}

.section-form-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 100%;
}
@media only screen and (max-width:800px) {
  .section-form-column {
    height: 375px;
  }
}

.section-form-column h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
}
@media only screen and (max-width:800px) {
  .section-form-column h3 {
    font-size: 27px;
    line-height: 32px;
  }
}

.section-form-column p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin: 10px 0 40px 0;
}

.alert-message {
  background-color: var(--background-light);
  height: 48px;
  font-size: 12px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0px;
  text-align: left;
  padding-left: 10px;
  color: var(--color-secondary);
}

.form-texteare {
  height: 150px;
  position: relative;
  padding-bottom: 10px;
}
@media only screen and (max-width:800px) {
  .form-texteare {
    height: 109px;
  }
}

textarea {
  width: 100%;
  height: 100%;
  background-color: var(--background-textarea);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--color-default);
  padding: 10px 0 0 10px;
  border: none;
  resize: none;
}

textarea::placeholder {
  color: var(--color-default);
}

.form-texteare .form-submit {
  position: absolute;
  bottom: 10px;
  right: 0;
}
.form-texteare .form-submit .btn-submit {
  margin: 0;
}

.section-button-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-button-column .btn-outline {
  margin: 10px 0;
}

.card-user-img {
  width: 440px;
}
.card-user-img img {
  width: 100%;
}
@media only screen and (max-width:800px) {
  .card-user-img {
    width: 100%;
    padding: 0 20px;
  }
}

.card-user-content {
  width: 545px;
  margin-left: 99px;
}
@media only screen and (max-width:800px) {
  .card-user-content {
    margin: 30px 0;
    width: 100%;
    padding: 0 20px;
  }
}

.l-section-slider {
  background-color: var(--background-default);
  height: 100%;
}

.l-slider {
  height: 807px;
  position: relative;
  padding-left: 92px;
  padding-bottom: 141px;
  overflow: hidden;
}
@media only screen and (max-width:800px) {
  .l-slider {
    padding: 5px;
  }
}

.slider-grid {
  transition: all ease-in-out 0.5s;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width:800px) {
  .slider-grid {
    overflow-x: hidden;
  }
}

.l-container-slider-top {
  margin-bottom: 41px;
  color: var(--color-default);
  font-size: 35px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 97%;
}
@media only screen and (max-width:800px) {
  .l-container-slider-top {
    text-align: center;
    display: initial;
  }
  .l-container-slider-top .l-container-icone {
    display: none;
  }
}

.l-container-icone button {
  margin: 0 15px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.l-container-icone {
  position: relative;
  right: 10%;
}

.card-slider {
  width: 348px;
  height: 490px;
  background-color: transparent;
  border-radius: 0;
  margin: 0 10px;
  float: left;
  transition: all ease-in-out 0.5s;
  color: var(--color-default);
  cursor: pointer;
}
.card-slider p, .card-slider small {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  font-family: "Renault-light";
}
.card-slider h6 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Renault-semi-bold";
  line-height: 27px;
}

.card-slider:hover .card-slider-footer {
  background-color: rgba(0, 0, 0, 0.8);
}
.card-slider:hover .card-slider-footer .card-slider-content {
  display: block;
}

.card-slider-top {
  width: 348px;
  height: 373px;
}

.card-slider-footer {
  background-color: var(--background-secondary);
  transition: ease-in-out 0.3s;
  padding: 20px;
}
.card-slider-footer .card-slider-content {
  display: none;
}

.card-speaker {
  margin: 10px 0;
}

.top-0 {
  background-image: url("../images/OPENING.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.top-1 {
  background-image: url("../images/1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.top-2 {
  background-image: url("../images/2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.top-3 {
  background-image: url("../images/3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.top-4 {
  background-image: url("../images/4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.top-5 {
  background-image: url("../images/5.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.top-6 {
  background-image: url("../images/6.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width:800px) {
  .column {
    align-items: inherit;
  }
}

.grey {
  background-color: var(--background-secondary);
}

.black {
  background-color: var(--background-default);
}

.cursor-slider-mobile {
  width: 90%;
  border-radius: 100px;
  background: #FFFFFF;
  height: 2px;
  position: relative;
  top: 60px;
  display: none;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width:800px) {
  .cursor-slider-mobile {
    display: block;
  }
}

.cursor {
  position: absolute;
  top: 0;
  background: linear-gradient(86.24deg, #E4BD54 0%, #A97637 100%);
  height: 2px;
  width: 0px;
  transition: 0.3s width;
  max-width: 100%;
}

/******/
.slider-desktop {
  width: 100%;
}
@media only screen and (max-width:800px) {
  .slider-desktop {
    display: none;
  }
}

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

.slider-mobile {
  display: none;
}
@media only screen and (max-width:800px) {
  .slider-mobile {
    display: block;
  }
}

.swiper-slide {
  width: 348px !important;
}
@media only screen and (max-width:800px) {
  .swiper-slide {
    width: 320px !important;
  }
}

.swiper-pagination {
  top: 650px !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: linear-gradient(86.24deg, #E4BD54 0%, #A97637 100%) !important;
}

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