/*! de-style.css v1.0.5 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 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 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

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

/**
 * 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;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
}

/**
 * Remove all Style fro select elements. Does not quite work cross-browser
 */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 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 {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 */
}

/**
 * Fix placeholder font properties inheritance.
 */

:-ms-input-placeholder {
  font: inherit;
}

::-moz-placeholder {
  font: inherit;
}

::placeholder {
  font: inherit;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-size: 0.625em;
}

svg {
  fill: currentColor;
}

@font-face {
  font-family: EnedisBetaBlack;
  src: url("../dist/assets/fonts/Enedis Beta-Black.otf") format("opentype");
}
@font-face {
  font-family: EnedisBeta;
  font-weight: normal;
  src: url("../dist/assets/fonts/Enedis Beta-Regular.otf") format("opentype");
}
@font-face {
  font-family: EnedisBeta;
  font-weight: bold;
  src: url("../dist/assets/fonts/Enedis Beta-Bold.otf") format("opentype");
}
@font-face {
  font-family: EnedisBeta;
  font-weight: 500;
  src: url("../dist/assets/fonts/Enedis Beta-Medium.otf") format("opentype");
}
@font-face {
  font-family: HelveticaRounded;
  font-weight: bold;
  src: url("../dist/assets/fonts/HelveticaRoundedLTStd-Bd.otf") format("opentype");
}
.wrapper {
  max-width: 1160px;
  margin: 0 auto;
  width: 100%;
}

.wrapperNotcentered {
  max-width: 1160px;
}

.wrapper-petit {
  max-width: 1090px;
}

.wrapper-grand {
  max-width: 1090px;
  width: 100%;
}

body {
  overflow-x: hidden;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 52px 18px 52px;
  height: 98px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 101;
}
@media screen and (max-width: 1200px) {
  .header {
    padding: 18px 12px 18px 12px;
  }
}
.header .menuBurger {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header {
    height: 77px;
  }
  .header .menuBurger {
    background-color: #ffec5a;
    height: 100%;
    width: 77px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    text-align: center;
    font-weight: 500;
  }
  .header .menuBurger-texte {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .header .menuBurger-texte p {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .header .menuBurger img {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}
.header-logos {
  display: flex;
}
.header-logos img:nth-child(2) {
  margin-left: 30px;
}
@media screen and (max-width: 1023px) {
  .header-logos img:nth-child(2) {
    margin-left: 11px;
  }
}
.header-logos img {
  max-width: 200px;
}
@media screen and (max-width: 1023px) {
  .header-logos img {
    width: 37%;
  }
}
.header-nav {
  display: flex;
  align-self: flex-end;
}
.header-nav p {
  color: #0b4190;
  font-weight: 500;
  font-size: 13px;
  margin-right: 24px;
  padding-bottom: 8px;
}
@media screen and (max-width: 1023px) {
  .header-nav p {
    display: none;
  }
}
.header-nav ul {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .header-nav ul {
    padding: 20px 0;
    position: absolute;
    background-color: #2565c5;
    left: 0;
    top: 77px;
    display: none;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
.header-nav ul li {
  font-size: 13px;
  color: #0b4190;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}
.header-nav ul li::after {
  content: ".";
  padding: 0 13px;
}
@media screen and (max-width: 1023px) {
  .header-nav ul li::after {
    content: "";
    padding: 0px;
  }
}
.header-nav ul li:last-child:after {
  content: "";
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .header-nav ul li {
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
  }
}

.open {
  display: flex !important;
}

.screen1 {
  position: relative;
  margin-bottom: -1px;
  background-color: #001027;
}
.screen1 video,
.screen1 img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1023px) {
  .screen1 {
    overflow: hidden;
  }
  .screen1 video,
.screen1 img {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: 120%;
  }
}

.screen2 {
  background-image: linear-gradient(to top, #0043a5, #001027);
  padding-top: 10px;
}
.screen2-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 13vw;
  margin-top: 2.5vw;
}
@media screen and (max-width: 1023px) {
  .screen2-container {
    flex-direction: column;
    margin-bottom: 29vw;
  }
}
.screen2-container-left {
  max-width: 415px;
  padding-bottom: 4vw;
  color: transparent;
}
@media screen and (max-width: 1023px) {
  .screen2-container-left {
    margin-left: 0vw;
    margin-top: 5vw;
    width: 71%;
  }
  .screen2-container-left .desktop {
    display: none;
  }
  .screen2-container-left .none {
    display: block !important;
  }
}
.screen2-container-left .none {
  display: none;
}
.screen2-container-left h2 {
  text-align: right;
  font-size: 70px;
  font-family: "HelveticaRounded";
  -webkit-text-stroke: 2px #ffffff;
  line-height: 70px;
  margin-right: 10px;
}
@media screen and (max-width: 1023px) {
  .screen2-container-left h2 {
    -webkit-text-stroke: 1px #ffffff;
    font-size: 40px;
    line-height: 37px;
    margin-right: 0px;
    text-align: left;
  }
}
.screen2-container-right {
  max-width: 470px;
  margin-top: 7vw;
  width: 72%;
}
@media screen and (max-width: 1023px) {
  .screen2-container-right {
    margin-top: 16vw;
  }
}
.screen2-container-right p {
  line-height: 30px;
  font-size: 22px;
  color: #ffffff;
}
.screen2-container-right p span {
  color: #ffec5a;
  font-weight: 700;
}
.screen2-containerCentered {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 48px;
}
@media screen and (max-width: 1023px) {
  .screen2-containerCentered {
    width: 72%;
  }
}
.screen2-containerCentered h3 {
  font-size: 40px;
  color: white;
  text-align: center;
  margin-bottom: 90px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .screen2-containerCentered h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 40px;
  }
}
.screen2-containerCentered h2 {
  font-size: 60px;
  font-family: "HelveticaRounded";
  -webkit-text-stroke: 2px #ffffff;
  line-height: 46px;
  color: transparent;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .screen2-containerCentered h2 {
    -webkit-text-stroke: 1px #ffffff;
    font-size: 25px;
    line-height: 33px;
    text-align: center;
  }
}
.screen2-containerCentered .wrapperTitre {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.screen2-containerBottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
  padding-bottom: 85px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .screen2-containerBottom {
    padding-top: 12vw;
  }
}
.screen2-containerBottom__fils {
  position: absolute;
  width: 100vw !important;
  height: auto !important;
  top: -4.5vw;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .screen2-containerBottom__fils {
    width: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    height: 120px !important;
  }
}
.screen2-containerBottom .eclair {
  margin: 0px auto;
  width: 147px;
  height: 204px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 3;
}
@media screen and (max-width: 1023px) {
  .screen2-containerBottom .eclair {
    width: 107px;
    height: 150px;
  }
}
.screen2-containerBottom h2 {
  font-size: 50px;
  font-family: "HelveticaRounded";
  -webkit-text-stroke: 2px #ffffff;
  line-height: 50px;
  color: transparent;
  margin-top: 2.6vw;
}
@media screen and (max-width: 1023px) {
  .screen2-containerBottom h2 {
    -webkit-text-stroke: 1px #ffffff;
    font-size: 30px;
    width: 73%;
    align-self: center;
    line-height: 36px;
    margin-top: 4.6vw;
  }
}

.screen3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 6.4vw;
  padding-bottom: 270px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .screen3 {
    padding-bottom: 110px;
    margin-top: 90px;
  }
}
.screen3-containertext {
  text-align: center;
  margin-bottom: 3.8vw;
  width: 60%;
}
@media screen and (max-width: 1023px) {
  .screen3-containertext {
    width: 80%;
    margin-bottom: 4.8vw;
  }
}
.screen3-containertext p {
  font-size: 25px;
}
@media screen and (max-width: 1023px) {
  .screen3-containertext p {
    font-size: 18px;
  }
}
.screen3-containertext p span {
  font-size: 30px;
  font-weight: bold;
  color: #2565c5;
}
@media screen and (max-width: 1023px) {
  .screen3-containertext p span {
    font-size: 23px;
  }
}
.screen3 img {
  position: absolute;
}
.screen3 .tour1 {
  position: absolute;
  bottom: 0;
  right: 74.5%;
  transform-origin: center bottom;
}
.screen3 .arrow1 {
  position: absolute;
  bottom: 55px;
  left: 55.5%;
}
@media screen and (max-width: 1023px) {
  .screen3 .arrow1 {
    bottom: 10px;
  }
}
.screen3 .bonhomme {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transform-origin: center bottom;
}
@media screen and (max-width: 1023px) {
  .screen3 .bonhomme {
    width: 16px;
    height: 38px;
  }
}
.screen3 .arrow2 {
  position: absolute;
  bottom: 55px;
  right: 56%;
}
@media screen and (max-width: 1023px) {
  .screen3 .arrow2 {
    bottom: 10px;
  }
}
.screen3 .tour2 {
  position: absolute;
  bottom: 0;
  left: 74%;
  transform-origin: center bottom;
}

.screen4 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(to top, #001027, #155abf, #001027);
  padding-top: 145px;
  margin-bottom: -1px;
  position: relative;
  overflow: hidden;
}
.screen4 .secumobile {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .screen4 {
    padding-top: 50px;
  }
}
.screen4-fils {
  position: absolute;
  top: -17vw;
  left: 50%;
  transform: translate(-50%, 0);
  height: auto !important;
  max-width: 100vw;
  width: 100vw !important;
}
@media screen and (max-width: 1023px) {
  .screen4-fils {
    height: 90px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.screen4-maison {
  position: absolute;
  top: 0;
  left: calc(-20vw + 50% - 520px);
  width: 65% !important;
  height: auto !important;
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.aos-init .screen4-maison {
  opacity: 0;
  transform: translate(-100px, -50%);
}
.aos-animate .screen4-maison {
  opacity: 1;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1023px) {
  .screen4-maison {
    position: relative;
    top: 5vw;
    left: 0;
    width: 100% !important;
  }
  .aos-init .screen4-maison {
    opacity: 0;
    transform: translateX(-100px);
  }
  .aos-animate .screen4-maison {
    opacity: 1;
    transform: translateX(0);
  }
}
.screen4__title {
  text-align: center;
  font-size: 65px;
  font-family: "HelveticaRounded";
  -webkit-text-stroke: 2px #ffffff;
  line-height: 60px;
  color: transparent;
}
@media screen and (max-width: 1023px) {
  .screen4__title {
    font-size: 35px;
    line-height: 40px;
    -webkit-text-stroke: 1.5px #ffffff;
    width: 80%;
  }
}
.screen4__text {
  font-size: 20px;
  color: #ffffff;
  width: 45%;
  text-align: center;
  line-height: 30px;
  margin-top: 1.9vw;
  z-index: 2;
}
.screen4__text a {
  text-decoration: underline !important;
}
@media screen and (max-width: 1023px) {
  .screen4__text {
    width: 85%;
    font-size: 15px;
    line-height: 23px;
    margin-top: 40px;
  }
}
.screen4__text span {
  font-weight: bold;
}
.screen4-slider {
  justify-self: flex-start;
  width: 100%;
  margin-top: 12vw;
  position: relative;
}
.screen4-dropwdown1 {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 13vw;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .screen4-dropwdown1 {
    margin-top: 17vw;
    flex-direction: column;
  }
  .screen4-dropwdown1 .containerNeon {
    margin-top: 40px;
  }
}
.screen4-part2before {
  margin-top: 2vw;
  padding-top: 6vw;
}
.screen4-part2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .screen4-part2 {
    margin-top: 16vw;
    padding-top: 6vw;
  }
}
.screen4-part2-2blocs {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 5.8vw;
}
@media screen and (max-width: 1023px) {
  .screen4-part2-2blocs {
    flex-direction: column;
    margin-top: 11.8vw;
  }
}
.screen4-part2-2blocs .containerNeon {
  margin-top: 5vw;
  justify-content: flex-start;
}
@media screen and (max-width: 1023px) {
  .screen4-part2-2blocs .containerNeon {
    margin-top: 0vw;
  }
}
.screen4-bricoleur {
  position: absolute;
  top: -9vw;
  right: calc(-20vw + 50% - 520px);
  width: 65% !important;
  height: auto !important;
}
@media screen and (max-width: 1023px) {
  .screen4-bricoleur {
    position: relative;
    top: 7vw;
    right: 3vw;
    width: 100% !important;
    margin-bottom: 80px;
  }
}
.screen4-bricoleur_background {
  background-image: url(./assets/images/travaux_sprite.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 900% 600%;
  background-position: 0 0;
  height: 0;
  padding-bottom: 108.43373494%;
  -webkit-animation: travaux_y 2.4s steps(6) infinite, travaux_x 0.4s steps(9) infinite;
          animation: travaux_y 2.4s steps(6) infinite, travaux_x 0.4s steps(9) infinite;
}

@-webkit-keyframes travaux_x {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 112.5%;
  }
}

@keyframes travaux_x {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 112.5%;
  }
}
@-webkit-keyframes travaux_y {
  0% {
    background-position-y: 0%;
  }
  100% {
    background-position-y: 120%;
  }
}
@keyframes travaux_y {
  0% {
    background-position-y: 0%;
  }
  100% {
    background-position-y: 120%;
  }
}

.screen5 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(to top, #0043a5, #001027);
  padding-top: 8vw;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .screen5 {
    padding-top: 12vw;
  }
}
.screen5-delta {
  max-width: 1366px !important;
  position: absolute;
  width: 100vw !important;
  max-width: 1920px !important;
  height: auto !important;
  bottom: -32vw;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .screen5-delta {
    position: relative;
    bottom: auto;
    top: 0;
    transform: translateX(0);
  }
}
.screen5-fils {
  width: 100vw !important;
  max-width: 100vw !important;
  position: absolute;
  height: auto !important;
  top: -13vw;
  transform: translateX(-50%);
  left: 50%;
}
@media screen and (max-width: 1023px) {
  .screen5-fils {
    display: none;
  }
}
.screen5-containerNeon {
  margin-top: 28vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 1280px) {
  .screen5-containerNeon {
    margin-bottom: 3.5vw;
  }
}
@media screen and (max-width: 1150px) {
  .screen5-containerNeon {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 1023px) {
  .screen5-containerNeon {
    margin-top: 0vw;
  }
}
.screen5-part1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.screen5-part2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0vw;
  padding-top: 5vw;
  position: relative;
}
.screen5-part2-slider2 {
  align-self: flex-start;
  margin-top: 8vw;
  z-index: 3;
}
.screen5-part2-neonbottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .screen5-part2-neonbottom {
    width: 70%;
  }
}
.screen5-part2-neonbottom__title {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 22px;
}
.screen5-part2-neonbottom__title h2 {
  margin-bottom: 15px;
}
.screen5-part2-neonbottom__title span {
  color: #ffec5a;
}
.screen5-part2-neonbottom__title .stores {
  display: flex;
}
.screen5-part2-neonbottom__title .stores img {
  margin-right: 20px;
}
.screen5-deltaplane {
  width: 100vw;
  max-width: 1920px;
  margin: 0 auto;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin-top: -10vw;
  margin-bottom: -5vw;
}
.screen5-deltaplane_background {
  background-image: url(./assets/images/sprite3.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 700% 2100%;
  background-position: 0 0;
  height: 0;
  padding-bottom: 37.395833%;
  -webkit-animation: deltaplane_y 3.15s steps(21) infinite, deltaplane_x 0.15s steps(7) infinite;
          animation: deltaplane_y 3.15s steps(21) infinite, deltaplane_x 0.15s steps(7) infinite;
}
@media screen and (max-width: 1023px) {
  .screen5-deltaplane {
    margin-top: -10vw;
    margin-bottom: 0vw;
  }
}
.screen5-pecheur {
  position: absolute;
  width: 100vw !important;
  max-width: 1570px !important;
  transform: translateX(-50%);
  bottom: 0;
  left: 50%;
  height: auto !important;
}
@media screen and (max-width: 1023px) {
  .screen5-pecheur {
    width: 100vw !important;
    position: relative;
    top: 0;
    left: inherit;
    bottom: auto;
    transform: none;
    margin-bottom: 20vw;
  }
}
.screen5-pecheur_background {
  background-image: url(./assets/images/pecheur_sprite.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 900% 900%;
  background-position: 0 0;
  height: 0;
  padding-bottom: 78.125%;
  -webkit-animation: pecheur_y 3.6s steps(9) infinite, pecheur_x 0.4s steps(9) infinite;
          animation: pecheur_y 3.6s steps(9) infinite, pecheur_x 0.4s steps(9) infinite;
}
@media screen and (max-width: 1023px) {
  .screen5-pecheur {
    margin-top: -10vw;
    margin-bottom: 0vw;
  }
}
.screen5 .containerNeon__title {
  max-width: 450px;
}
.screen5 .containerSlider {
  margin-top: 2.2vw;
}

@-webkit-keyframes deltaplane_x {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 116.6666666667%;
  }
}

@keyframes deltaplane_x {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 116.6666666667%;
  }
}
@-webkit-keyframes deltaplane_y {
  0% {
    background-position-y: 0%;
  }
  100% {
    background-position-y: 105%;
  }
}
@keyframes deltaplane_y {
  0% {
    background-position-y: 0%;
  }
  100% {
    background-position-y: 105%;
  }
}
@-webkit-keyframes pecheur_x {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 112.5%;
  }
}
@keyframes pecheur_x {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 112.5%;
  }
}
@-webkit-keyframes pecheur_y {
  0% {
    background-position-y: 0%;
  }
  100% {
    background-position-y: 112.5%;
  }
}
@keyframes pecheur_y {
  0% {
    background-position-y: 0%;
  }
  100% {
    background-position-y: 112.5%;
  }
}
.screen6 {
  background-image: linear-gradient(to top, #0043a5, #001027);
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding-bottom: 6vw;
  position: relative;
}
.screen6_videosMobile {
  display: none;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .screen6_videosMobile {
    display: block;
  }
  .screen6_videosMobile .video {
    max-width: 270px !important;
  }
  .screen6_videosMobile .item {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    position: relative;
  }
  .screen6_videosMobile .containerSlider .swiper {
    height: auto;
  }
  .screen6_videosMobile .containerSlider img {
    width: 100% !important;
    height: 100% !important;
  }
}
@media screen and (max-width: 1023px) {
  .screen6 {
    padding-top: 10vw;
  }
}
.screen6__title {
  margin-top: 7vw;
}
@media screen and (max-width: 1200px) {
  .screen6__title {
    padding-left: 4vw;
  }
}
.screen6__title img {
  margin-left: -6px !important;
  margin-top: -7px !important;
}
.screen6__videos {
  display: flex;
  justify-content: space-between;
  margin-top: 6.2vw;
  z-index: 100;
}
@media screen and (max-width: 1200px) {
  .screen6__videos {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 1023px) {
  .screen6__videos {
    display: none;
  }
}
.screen6__texte {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
}
.screen6 .screen4__title {
  text-align: left !important;
  font-size: 60px !important;
}
@media screen and (max-width: 1023px) {
  .screen6 .screen4__title {
    font-size: 35px !important;
  }
}
.screen6 .item {
  position: relative;
  padding-right: 30px;
}
@media screen and (max-width: 1023px) {
  .screen6 .item {
    padding-right: 0px;
  }
}
.screen6 .item:last-child {
  padding-right: 0px;
}
@media screen and (max-width: 1023px) {
  .screen6 .item:last-child {
    padding-right: 0px;
  }
}
.screen6 .item__share {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  font-family: "HelveticaRounded";
  color: #ffffff;
  margin-right: 0px;
  margin-top: 15px;
}
.screen6 .item__share span {
  margin-left: 15px;
}
.screen6 .item__share-logos {
  display: none;
  justify-content: end;
  margin-top: 10px;
  position: absolute;
  right: 40px;
}
@media screen and (max-width: 1023px) {
  .screen6 .item__share-logos {
    bottom: 12px;
    left: 0;
    right: inherit;
  }
}
.screen6 .item__share-logos img {
  margin-left: 10px;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1023px) {
  .screen6 .item__share-logos img {
    width: 30px !important;
    height: 30px !important;
    margin-right: 10px;
    margin-left: 0;
  }
}
.screen6__ligneElectrique {
  margin-top: 3vw;
}
.screen6__ligneElectrique .part {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-top: 2vw;
}
@media screen and (max-width: 1023px) {
  .screen6__ligneElectrique .part {
    flex-direction: column;
  }
}
.screen6__ligneElectrique .part p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  font-family: "HelveticaRounded";
  color: #ffffff;
  margin-top: 1.8vw;
  margin-right: 3vw;
}
.screen6__ligneElectrique .part p::before {
  content: "";
  background-image: url("../dist/assets/images/download.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 54px;
  height: 66px;
  display: block;
}
.screen6__ligneElectrique .part img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 20px;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .screen6__ligneElectrique .part img {
    margin: 0px;
    margin-bottom: 10px;
  }
}
.screen6__ligneElectrique .part__1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
  margin-right: 10vw;
}
@media screen and (max-width: 1023px) {
  .screen6__ligneElectrique .part__1 {
    margin-right: 0vw;
  }
  .screen6__ligneElectrique .part__1 a {
    margin-top: 20px;
  }
}
.screen6__ligneElectrique .part__1 .image2ligne {
  margin-bottom: -7vw;
}
.screen6__ligneElectrique .part__1-img {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .screen6__ligneElectrique .part__1-img {
    flex-direction: column;
  }
}
.screen6__ligneElectrique .part__1 img {
  width: 265px;
  height: 166px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1023px) {
  .screen6__ligneElectrique .part__1 img {
    width: 180px;
    height: 113px;
  }
}
.screen6__ligneElectrique .part__1 img:first-child {
  transform: rotate(-10deg);
}
.screen6__ligneElectrique .part__1 img:last-child {
  margin-left: 50px;
  transform: rotate(10deg);
}
@media screen and (max-width: 1023px) {
  .screen6__ligneElectrique .part__1 img:last-child {
    margin-left: 0px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.screen6__ligneElectrique .part__2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
}
.screen6__ligneElectrique .part__2 img {
  height: 234px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: rotate(10deg);
}
@media screen and (max-width: 1023px) {
  .screen6__ligneElectrique .part__2 img {
    height: 186px;
    margin-top: 50px;
  }
}
.screen6__ligneElectrique__fils {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100vw;
}

.modal-video {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1100;
}
.modal-video iframe {
  position: absolute;
  width: 75vw;
  height: 50vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1023px) {
  .modal-video iframe {
    width: 75vw;
    height: 20vh;
  }
}
.modal-video .cross {
  position: absolute;
  color: #ffffff;
  font-size: 40px;
  width: 40px;
  height: 40px;
  top: 20%;
  left: 90%;
  transform: translate(-20%, -90%);
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .modal-video .cross {
    width: 20px;
    height: 20px;
    top: 38%;
    left: 93%;
    transform: translate(-38%, -93%);
  }
}

.active {
  display: block;
}

.video {
  cursor: pointer;
  max-width: 380px;
  width: 100%;
}

.containerSlider {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 560px;
  position: relative;
}
.containerSlider img {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 1023px) {
  .containerSlider img {
    width: 74px;
    height: 72px;
  }
}
.containerSlider h4 {
  font-size: 35px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "HelveticaRounded";
}
@media screen and (max-width: 1023px) {
  .containerSlider h4 {
    font-size: 25px;
    margin-top: 20px;
  }
}
.containerSlider .swiper {
  max-width: 580px;
  width: 100%;
  height: 190px;
}
@media screen and (max-width: 1200px) {
  .containerSlider .swiper {
    max-width: 480px;
  }
}
@media screen and (max-width: 1023px) {
  .containerSlider .swiper {
    padding: 0 20px;
  }
  .containerSlider .swiper .swiper-button-prev {
    left: 20px;
  }
  .containerSlider .swiper .swiper-button-next {
    right: 0px;
  }
}
.containerSlider p {
  color: #ffffff;
  font-size: 20px;
  text-align: inherit;
  width: 75%;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .containerSlider p {
    font-size: 15px;
    line-height: 23px;
  }
}
.containerSlider p span {
  color: #ffec5a;
  font-weight: bold;
}
.containerSlider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.containerSlider .swiper-button-next,
.containerSlider .swiper-button-prev {
  color: transparent;
}

.containerNeon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 450px;
  width: 100%;
  z-index: 1;
  position: relative;
}
.containerNeon--type2 {
  left: -22vw;
}
@media screen and (max-width: 1023px) {
  .containerNeon--type2 {
    left: auto;
  }
}
.containerNeon__title {
  font-size: 33px;
  color: #ffffff;
  max-width: 350px;
  margin-bottom: 11px;
  line-height: 45px;
}
@media screen and (max-width: 1023px) {
  .containerNeon__title {
    font-size: 25px;
    line-height: 30px;
    margin-top: 18px;
  }
}
.containerNeon__title span {
  font-weight: bold;
}
.containerNeon__texte {
  font-family: "HelveticaRounded";
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  display: flex;
  margin-bottom: 10px;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .containerNeon__texte {
    font-size: 16px;
  }
}
.containerNeon__texte::before {
  content: "";
  background-image: url("../dist/assets/images/miniArrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 14px;
  display: block;
  padding: 0 20px;
}
.containerNeon__texte__opened::before {
  content: "";
  background-image: url("../dist/assets/images/miniArrowOpened.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  padding: 0 20px;
  transition: 2s width;
}
.containerNeon-description {
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
  margin-bottom: 20px;
  width: 100%;
}
.containerNeon-description__text {
  width: 100%;
  max-width: 820px;
  font-size: 20px;
  color: #ffffff;
  text-align: left;
  line-height: 26px;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .containerNeon-description__text {
    font-size: 13px;
    line-height: 23px;
    width: 80%;
  }
}
.containerNeon-description__text span {
  color: #ffec5a;
  font-weight: bold;
}
.containerNeon-description__opened {
  display: flex;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 100px;
  height: 164px;
  background-image: linear-gradient(to bottom, #001441, #155abf);
}
@media screen and (max-width: 1023px) {
  .footer {
    flex-direction: column;
    height: 328px;
    padding: 60px 10px;
  }
}
.footer-logos {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .footer-logos {
    flex-direction: column;
  }
  .footer-logos a:nth-child(2) {
    margin-top: 42px;
  }
}
.footer-logos a:nth-child(2) {
  margin-left: 70px;
}
@media screen and (max-width: 1023px) {
  .footer-logos a:nth-child(2) {
    margin-left: 0px;
  }
}
.footer-nav {
  display: flex;
  color: #ffffff;
  font-size: 15px;
}
.footer-nav li::after {
  content: ".";
  padding: 0 15px;
}
.footer-nav li:last-child:after {
  content: "";
  padding: 0;
}

#footer_tc_privacy {
  padding: 1.8rem 1rem 0.8em !important;
}
#footer_tc_privacy .imgcookie img {
  height: 80px;
}

body {
  font-family: "EnedisBeta";
}
