/* CSS Document */
/* Setup */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
}

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

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

/* Border Radius */
/* Radial Gradient */
/* Radial Gradient */
/* Box Shadow */
/* Transition */
/* Transition Global */
/* Transform */
/* Import */
/* Color */
/* Font Family */
/* Speedee Condensed Bold */
@font-face {
  font-family: 'Speedee-Condensed-Bold';
  src: url("../fonts/SpeedeeCondensed-Bold.eot");
  src: url("../fonts/SpeedeeCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SpeedeeCondensed-Bold.woff2") format("woff2"), url("../fonts/SpeedeeCondensed-Bold.woff") format("woff"), url("SpeedeeCondensed-Bold.ttf") format("truetype"), url("../fonts/SpeedeeCondensed-Bold.svg#SpeedeeCondensed-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Speedee Regular */
@font-face {
  font-family: 'Speedee-Regular';
  src: url("../fonts/Speedee-Regular.eot");
  src: url("../fonts/Speedee-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Speedee-Regular.woff2") format("woff2"), url("../fonts/Speedee-Regular.woff") format("woff"), url("../fonts/Speedee-Regular.ttf") format("truetype"), url("../fonts/Speedee-Regular.svg#Speedee-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Speedee Bold */
@font-face {
  font-family: 'Speedee-Bold';
  src: url("../fonts/Speedee-Bold.eot");
  src: url("../fonts/Speedee-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Speedee-Bold.woff2") format("woff2"), url("../fonts/Speedee-Bold.woff") format("woff"), url("../fonts/Speedee-Bold.ttf") format("truetype"), url("../fonts/Speedee-Bold.svg#Speedee-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: 100%;
}

body {
  background-image: url("../img/icons/pattern.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: auto;
  position: relative;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
}

body.active {
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* float clearing for IE6 */
* html .clearfix {
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
* + html .clearfix {
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0 none !important;
}

button:focus {
  outline: 0 none !important;
}

.col-contenu {
  float: left;
  height: auto;
  width: 100%;
}

.clr {
  clear: both;
}

/* Container */
.container {
  max-width: 1327px;
  padding: 0;
}

@media screen and (max-width: 1531px) {
  .container {
    max-width: 1134px;
  }
}

@media screen and (max-width: 1195px) {
  .container {
    max-width: 92%;
  }
}

@media screen and (max-width: 715px) {
  .container {
    max-width: 96%;
  }
}

/* End Container */
/* Animation */
@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes jello2 {
  11.1% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  22.2% {
    -webkit-transform: translate(-50%, -50%) skewX(-12.5deg) skewY(-12.5deg);
    transform: translate(-50%, -50%) skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: translate(-50%, -50%) skewX(6.25deg) skewY(6.25deg);
    transform: translate(-50%, -50%) skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: translate(-50%, -50%) skewX(-3.125deg) skewY(-3.125deg);
    transform: translate(-50%, -50%) skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: translate(-50%, -50%) skewX(1.5625deg) skewY(1.5625deg);
    transform: translate(-50%, -50%) skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: translate(-50%, -50%) skewX(-0.78125deg) skewY(-0.78125deg);
    transform: translate(-50%, -50%) skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: translate(-50%, -50%) skewX(0.39062deg) skewY(0.39062deg);
    transform: translate(-50%, -50%) skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: translate(-50%, -50%) skewX(-0.19531deg) skewY(-0.19531deg);
    transform: translate(-50%, -50%) skewX(-0.19531deg) skewY(-0.19531deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@keyframes jello2 {
  11.1% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  22.2% {
    -webkit-transform: translate(-50%, -50%) skewX(-12.5deg) skewY(-12.5deg);
    transform: translate(-50%, -50%) skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: translate(-50%, -50%) skewX(6.25deg) skewY(6.25deg);
    transform: translate(-50%, -50%) skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: translate(-50%, -50%) skewX(-3.125deg) skewY(-3.125deg);
    transform: translate(-50%, -50%) skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: translate(-50%, -50%) skewX(1.5625deg) skewY(1.5625deg);
    transform: translate(-50%, -50%) skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: translate(-50%, -50%) skewX(-0.78125deg) skewY(-0.78125deg);
    transform: translate(-50%, -50%) skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: translate(-50%, -50%) skewX(0.39062deg) skewY(0.39062deg);
    transform: translate(-50%, -50%) skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: translate(-50%, -50%) skewX(-0.19531deg) skewY(-0.19531deg);
    transform: translate(-50%, -50%) skewX(-0.19531deg) skewY(-0.19531deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* End Animation */
/* Modal */
.modal-restaurant {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
}

.modal-restaurant .fade {
  background-color: black;
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.modal-restaurant .popup {
  background-color: #ffc200;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  height: auto;
  left: 50%;
  padding: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 500px;
  z-index: 2;
}

.modal-restaurant .popup .close {
  background-color: #ffc200;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 2px solid white;
  color: white;
  cursor: pointer;
  font-family: "Speedee-Condensed-Bold";
  font-size: 30px;
  height: 40px;
  line-height: 32px;
  right: -20px;
  position: absolute;
  text-align: center;
  top: -20px;
  width: 40px;
  z-index: 3;
}

.modal-restaurant .popup .close span {
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
}

.modal-restaurant .popup h1 {
  color: black;
  font-family: "Speedee-Condensed-Bold";
  font-size: 50px;
  line-height: 44px;
  text-align: center;
}

.modal-restaurant .popup p {
  color: black;
  font-family: "Speedee-Regular";
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0 0;
  text-align: justify;
}

.modal-restaurant .popup p span {
  color: red;
  font-family: "Speedee-Bold";
}

@media screen and (max-width: 715px) {
  .modal-restaurant .popup {
    width: 86%;
  }
  .modal-restaurant .popup h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .modal-restaurant .popup p {
    color: black;
    font-family: "Speedee-Regular";
    font-size: 14px;
    line-height: 18px;
  }
}

/* End Modal */
/* Parts */
/* Header */
header {
  background-color: white;
  font-size: 0;
  height: 113px;
  line-height: 113px;
  width: 100%;
}

header .logo {
  display: inline-block;
  margin-left: -59px;
  vertical-align: middle;
  width: 72px;
}

header .logo img {
  width: 100%;
}

header hr {
  background-color: #ffc200;
  border: 0 none;
  display: inline-block;
  height: 40px !important;
  opacity: 1;
  margin: 0 0 0 40px;
  vertical-align: middle;
  width: 2px;
}

header .logo-partenaire {
  display: inline-block;
  margin-left: 28px;
  vertical-align: middle;
  width: 332px;
}

header .logo-partenaire img {
  width: 100%;
}

@media screen and (max-width: 1531px) {
  header {
    height: 96px;
    line-height: 96px;
  }
  header .logo {
    margin-left: 0;
    width: 61px;
  }
  header hr {
    height: 34px !important;
    margin: 0 0 0 30px;
  }
  header .logo-partenaire {
    margin-left: 24px;
    width: 283px;
  }
}

@media screen and (max-width: 1195px) {
  header {
    height: 80px;
    line-height: 80px;
  }
  header .logo {
    width: 50px;
  }
  header hr {
    height: 30px !important;
    margin: 0 0 0 26px;
  }
  header .logo-partenaire {
    margin-left: 20px;
    width: 240px;
  }
}

@media screen and (max-width: 715px) {
  header {
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
  header .logo {
    width: 40px;
  }
  header hr {
    height: 30px !important;
    margin: 0 0 0 15px;
  }
  header .logo-partenaire {
    margin-left: 10px;
    width: 180px;
  }
}

/* End header */
/* Banner */
.banner {
  border-radius: 0 0 264px 0;
  -webkit-border-radius: 0 0 264px 0;
  -moz-border-radius: 0 0 264px 0;
  -webkit-box-shadow: 0px 20px 0px 0px #ffc600;
  box-shadow: 0px 20px 0px 0px #ffc600;
  overflow: hidden;
  width: 100%;
}

.banner img {
  width: 100%;
}

@media screen and (max-width: 1195px) {
  .banner {
    border-radius: 0 0 160px 0;
    -webkit-border-radius: 0 0 160px 0;
    -moz-border-radius: 0 0 160px 0;
    -webkit-box-shadow: 0px 10px 0px 0px #ffc600;
    box-shadow: 0px 10px 0px 0px #ffc600;
  }
}

@media screen and (max-width: 715px) {
  .banner {
    border-radius: 0 0 40px 0;
    -webkit-border-radius: 0 0 40px 0;
    -moz-border-radius: 0 0 40px 0;
    -webkit-box-shadow: 0px 5px 0px 0px #ffc600;
    box-shadow: 0px 5px 0px 0px #ffc600;
  }
}

/* End Banner */
/* Section */
.section {
  width: 100%;
}

.section [class*="column"] {
  font-size: 0;
  position: relative;
  width: 100%;
}

.section [class*="box-"] {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.section [class*="bloc-"] {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.section .column-1 {
  padding-bottom: 51px;
}

.section .column-1 h1 {
  color: black;
  font-family: "Speedee-Condensed-Bold";
  font-size: 80px;
  letter-spacing: -0.02em;
  line-height: 74px;
  margin: 71px 0 0;
  text-align: center;
  text-transform: uppercase;
}

.section .column-1 h1 font {
  color: #ffc200;
}

.section .column-1 p {
  color: black;
  font-family: "Speedee-Regular";
  font-size: 20px;
  line-height: 24px;
  margin: 11px auto 0;
  text-align: center;
  width: 1177px;
}

.section .column-2 {
  padding-bottom: 111px;
}

.section .column-2 .box-text {
  width: 664px;
}

.section .column-2 .box-text h1 {
  color: black;
  font-family: "Speedee-Condensed-Bold";
  font-size: 80px;
  letter-spacing: -0.02em;
  line-height: 74px;
  margin-top: 112px;
  text-transform: uppercase;
}

.section .column-2 .box-text p {
  color: black;
  font-family: "Speedee-Regular";
  font-size: 20px;
  line-height: 24px;
  margin: 47px 0 0;
}

.section .column-2 .box-text p span {
  color: #ffc600;
  font-size: 26px;
}

.section .column-2 .box-text .button {
  margin: 74px 0 0;
}

.section .column-2 .box-text .button button {
  background-color: #ffc600;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -webkit-box-shadow: 1px 3px 0px 0px black;
  box-shadow: 1px 3px 0px 0px black;
  border: 0 none;
  color: black;
  font-family: "Speedee-Bold";
  font-size: 27px;
  line-height: 55px;
  padding: 0 20px;
  min-width: 316px;
  width: auto;
}

.section .column-2 .box-text .button button span {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}

.section .column-2 .box-text .button button:hover {
  -webkit-animation: jello 2s 1;
          animation: jello 2s 1;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.section .column-2 .box-img {
  margin-left: calc(100% - (664px + 515px));
  width: 515px;
}

.section .column-2 .box-img img {
  border-radius: 0 0 240px 0;
  -webkit-border-radius: 0 0 240px 0;
  -moz-border-radius: 0 0 240px 0;
  -webkit-box-shadow: 0px 20px 0px 0px #ffc600;
  box-shadow: 0px 20px 0px 0px #ffc600;
  width: 100%;
}

.section .column-3 .box-img {
  height: 100%;
  width: 50%;
}

.section .column-3 .box-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.section .column-3 .box-text {
  background-color: #ffc800;
  border-radius: 0 0 192px 0;
  -webkit-border-radius: 0 0 192px 0;
  -moz-border-radius: 0 0 192px 0;
  height: auto;
  min-height: 647px;
  width: 50%;
}

.section .column-3 .box-text::after {
  background-image: url("../img/schoolbag.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: -58px;
  content: '';
  height: 315px;
  right: 24px;
  position: absolute;
  width: 253px;
  z-index: 1;
}

.section .column-3 .box-text h1 {
  color: black;
  font-family: "Speedee-Condensed-Bold";
  font-size: 80px;
  letter-spacing: -0.02em;
  line-height: 74px;
  margin: 71px 0 0 86px;
  text-transform: uppercase;
}

.section .column-3 .box-text p {
  color: black;
  font-family: "Speedee-Regular";
  font-size: 20px;
  line-height: 24px;
  margin: 12px 0 0 88px;
  width: 494px;
}

.section .column-3 .box-text .button {
  margin: 58px 0 0 77px;
}

.section .column-3 .box-text .button button {
  background-color: white;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -webkit-box-shadow: 1px 3px 0px 0px black;
  box-shadow: 1px 3px 0px 0px black;
  border: 0 none;
  color: black;
  font-family: "Speedee-Bold";
  font-size: 27px;
  line-height: 55px;
  padding: 0 20px;
  min-width: 316px;
  width: auto;
}

.section .column-3 .box-text .button button span {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}

.section .column-3 .box-text .button button:hover {
  -webkit-animation: jello 2s 1;
          animation: jello 2s 1;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.section .column-4 {
  padding-bottom: 193px;
}

.section .column-4 h1 {
  color: black;
  font-family: "Speedee-Condensed-Bold";
  font-size: 80px;
  letter-spacing: -0.02em;
  line-height: 74px;
  margin: 104px 0 0;
  text-align: center;
  text-transform: uppercase;
}

.section .column-4 p {
  color: black;
  font-family: "Speedee-Regular";
  font-size: 20px;
  line-height: 24px;
  margin: 18px auto 0;
  text-align: center;
  width: 1147px;
}

.section .column-5 {
  background-color: #ffc600;
  padding-bottom: 120px;
  width: 100%;
}

.section .column-5 .col-card {
  display: inline-block;
  margin: -148px 0 0;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.section .column-5 .col-card .box-card {
  display: inline-block;
  margin-left: 82px;
  padding-bottom: 57px;
  position: relative;
  vertical-align: top;
  width: 442px;
}

.section .column-5 .col-card .box-card:nth-child(1) {
  margin-left: 0;
}

.section .column-5 .col-card .box-card::after {
  border-bottom: 0 none;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 35px solid white;
  bottom: 0;
  content: '';
  display: none;
  height: 35px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 70px;
}

.section .column-5 .col-card .box-card .img {
  border: 21px solid transparent;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
}

.section .column-5 .col-card .box-card .img img {
  width: 100%;
}

.section .column-5 .col-card .box-card h1 {
  color: black;
  font-family: "Speedee-Condensed-Bold";
  font-size: 44px;
  line-height: 34px;
  margin: 11px 0 0;
  text-align: center;
  text-transform: uppercase;
}

.section .column-5 .col-card .box-card h1 span {
  font-family: "Speedee-Regular";
  font-size: 29px;
  text-transform: initial;
}

.section .column-5 .col-card .box-card.active::after {
  display: block;
}

.section .column-5 .col-card .box-card.active .img {
  border-color: #ffc600;
}

.section .column-5 .boxcontent {
  display: none;
  margin: 99px auto 0;
  text-align: center;
  width: 925px;
}

.section .column-5 .boxcontent.active {
  display: block;
}

.section .column-5 .boxcontent .ligne-details {
  display: inline-block;
  margin: 0 0 71px;
  vertical-align: top;
  width: 100%;
}

.section .column-5 .boxcontent .ligne-details .bloc-text {
  text-align: left;
  width: calc(100% - 302px);
}

.section .column-5 .boxcontent .ligne-details .bloc-text h1 {
  color: black;
  font-family: "Speedee-Condensed-Bold";
  font-size: 80px;
  line-height: 69px;
}

.section .column-5 .boxcontent .ligne-details .bloc-text p {
  color: black;
  font-family: "Speedee-Regular";
  font-size: 20px;
  line-height: 24px;
  margin: 21px 0 0;
  width: 553px;
}

.section .column-5 .boxcontent .ligne-details .bloc-text p span {
  color: red;
  font-size: 26px;
}

.section .column-5 .boxcontent .ligne-details .bloc-chiffre {
  background-color: white;
  border-radius: 0 0 60px 0;
  -webkit-border-radius: 0 0 60px 0;
  -moz-border-radius: 0 0 60px 0;
  overflow: hidden;
  width: 302px;
}

.section .column-5 .boxcontent .ligne-details .bloc-chiffre img {
  width: 100%;
}

.section .column-5 .boxcontent .ligne-video {
  display: inline-block;
  margin: 0 0 89px;
  position: relative;
  vertical-align: top;
  width: 100%;
}

.section .column-5 .boxcontent .ligne-video img {
  width: 100%;
}

.section .column-5 .boxcontent .ligne-video .play {
  background-color: #ffc600;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 118px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 118px;
}

.section .column-5 .boxcontent .ligne-video .play::after {
  border-bottom: 24px solid transparent;
  border-left: 40px solid white;
  border-right: 0 none;
  border-top: 24px solid transparent;
  content: '';
  height: 48px;
  left: 44px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}

.section .column-5 .boxcontent .ligne-video .play:hover {
  -webkit-animation: jello2 2s 1;
          animation: jello2 2s 1;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.section .column-5 .boxcontent .ligne-img {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 100%;
}

.section .column-5 .boxcontent .ligne-img .img {
  display: inline-block;
  height: 162px;
  margin-left: calc((100% - (296px * 3)) / 2);
  margin-top: 16px;
  position: relative;
  vertical-align: top;
  width: 296px;
}

.section .column-5 .boxcontent .ligne-img .img::after {
  background-image: url("../img/icons/expand-icon.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 8px;
  content: '';
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  height: 20px;
  right: 6px;
  position: absolute;
  width: 20px;
  z-index: 2;
}

.section .column-5 .boxcontent .ligne-img .img:nth-child(3n + 1) {
  margin-left: 0;
}

.section .column-5 .boxcontent .ligne-img .img:nth-child(-n + 3) {
  margin-top: 0;
}

.section .column-5 .boxcontent .ligne-img .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

@media screen and (max-width: 1531px) {
  .section .column-1 {
    padding-bottom: 44px;
  }
  .section .column-1 h1 {
    font-size: 68px;
    line-height: 63px;
    margin: 61px 0 0;
  }
  .section .column-1 p {
    font-size: 17px;
    line-height: 21px;
    margin: 9px auto 0;
    width: 1007px;
  }
  .section .column-2 {
    padding-bottom: 94px;
  }
  .section .column-2 .box-text {
    width: 567px;
  }
  .section .column-2 .box-text h1 {
    font-size: 68px;
    line-height: 63px;
    margin-top: 98px;
  }
  .section .column-2 .box-text p {
    font-size: 17px;
    line-height: 21px;
    margin: 39px 0 0;
  }
  .section .column-2 .box-text .button {
    margin: 64px 0 0;
  }
  .section .column-2 .box-text .button button {
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    font-size: 23px;
    line-height: 47px;
    padding: 0 10px;
    min-width: 270px;
  }
  .section .column-2 .box-img {
    margin-left: calc(100% - (567px + 440px));
    width: 440px;
  }
  .section .column-2 .box-img img {
    border-radius: 0 0 200px 0;
    -webkit-border-radius: 0 0 200px 0;
    -moz-border-radius: 0 0 200px 0;
  }
  .section .column-3 .box-text {
    border-radius: 0 0 164px 0;
    -webkit-border-radius: 0 0 164px 0;
    -moz-border-radius: 0 0 164px 0;
    min-height: 552px;
  }
  .section .column-3 .box-text::after {
    bottom: -54px;
    content: '';
    height: 269px;
    right: 22px;
    width: 217px;
  }
  .section .column-3 .box-text h1 {
    font-size: 68px;
    line-height: 63px;
    margin: 59px 0 0 73px;
  }
  .section .column-3 .box-text p {
    font-size: 17px;
    line-height: 21px;
    margin: 9px 0 0 76px;
    width: 421px;
  }
  .section .column-3 .box-text .button {
    margin: 50px 0 0 66px;
  }
  .section .column-3 .box-text .button button {
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    font-size: 23px;
    line-height: 47px;
    padding: 0 10px;
    min-width: 270px;
  }
  .section .column-4 {
    padding-bottom: 163px;
  }
  .section .column-4 h1 {
    font-size: 68px;
    line-height: 63px;
    margin: 89px 0 0;
  }
  .section .column-4 p {
    font-size: 17px;
    line-height: 21px;
    margin: 16px auto 0;
    width: 1005px;
  }
  .section .column-5 {
    padding-bottom: 102px;
  }
  .section .column-5 .col-card {
    margin: -127px 0 0;
  }
  .section .column-5 .col-card .box-card {
    margin-left: 68px;
    padding-bottom: 48px;
    width: 442px;
  }
  .section .column-5 .col-card .box-card::after {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid white;
    height: 30px;
    width: 60px;
  }
  .section .column-5 .col-card .box-card .img {
    border: 18px solid transparent;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  }
  .section .column-5 .col-card .box-card h1 {
    font-size: 38px;
    line-height: 32px;
    margin: 6px 0 0;
  }
  .section .column-5 .col-card .box-card h1 span {
    font-size: 25px;
  }
  .section .column-5 .boxcontent {
    margin: 85px auto 0;
    width: 790px;
  }
  .section .column-5 .boxcontent .ligne-details {
    margin: 0 0 60px;
  }
  .section .column-5 .boxcontent .ligne-details .bloc-text {
    width: calc(100% - 260px);
  }
  .section .column-5 .boxcontent .ligne-details .bloc-text h1 {
    font-size: 68px;
    line-height: 57px;
  }
  .section .column-5 .boxcontent .ligne-details .bloc-text p {
    font-size: 17px;
    line-height: 21px;
    margin: 18px 0 0;
    width: 455px;
  }
  .section .column-5 .boxcontent .ligne-details .bloc-chiffre {
    border-radius: 0 0 51px 0;
    -webkit-border-radius: 0 0 51px 0;
    -moz-border-radius: 0 0 51px 0;
    width: 260px;
  }
  .section .column-5 .boxcontent .ligne-video {
    margin: 0 0 75px;
  }
  .section .column-5 .boxcontent .ligne-video .play {
    height: 100px;
    width: 100px;
  }
  .section .column-5 .boxcontent .ligne-video .play::after {
    border-bottom: 20px solid transparent;
    border-left: 35px solid white;
    border-top: 20px solid transparent;
    height: 40px;
    left: 36px;
    width: 35px;
  }
  .section .column-5 .boxcontent .ligne-img .img {
    height: 138px;
    margin-left: calc((100% - (254px * 3)) / 2);
    margin-top: 14px;
    width: 254px;
  }
  .section .column-5 .boxcontent .ligne-img .img::after {
    bottom: 6px;
    height: 16px;
    right: 6px;
    width: 16px;
  }
}

@media screen and (max-width: 1195px) {
  .section .column-1 {
    padding-bottom: 40px;
  }
  .section .column-1 h1 {
    font-size: 40px;
    line-height: 40px;
    margin: 40px auto 0;
    width: 92%;
  }
  .section .column-1 h1 br {
    display: none;
  }
  .section .column-1 p {
    font-size: 16px;
    line-height: 20px;
    margin: 10px auto 0;
    text-align: justify;
    text-align-last: center;
    width: 92%;
  }
  .section .column-2 {
    padding-bottom: 40px;
  }
  .section .column-2 .box-text {
    width: 100%;
  }
  .section .column-2 .box-text h1 {
    font-size: 40px;
    line-height: 40px;
    margin: 40px auto 0;
    text-align: center;
  }
  .section .column-2 .box-text h1 br {
    display: none;
  }
  .section .column-2 .box-text p {
    font-size: 16px;
    line-height: 20px;
    margin: 10px auto 0;
    text-align: justify;
    text-align-last: center;
  }
  .section .column-2 .box-text .button {
    margin: 20px 0 0;
    text-align: center;
  }
  .section .column-2 .box-img {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  .section .column-2 .box-img img {
    border-radius: 0 0 160px 0;
    -webkit-border-radius: 0 0 160px 0;
    -moz-border-radius: 0 0 160px 0;
    -webkit-box-shadow: 0px 10px 0px 0px #ffc600;
    box-shadow: 0px 10px 0px 0px #ffc600;
    width: 300px;
  }
  .section .column-3 .box-img {
    text-align: center;
    width: 100%;
  }
  .section .column-3 .box-img img {
    border-radius: 0 0 160px 0;
    -webkit-border-radius: 0 0 160px 0;
    -moz-border-radius: 0 0 160px 0;
    -webkit-box-shadow: 0px 10px 0px 0px #ffc600;
    box-shadow: 0px 10px 0px 0px #ffc600;
    width: 300px;
  }
  .section .column-3 .box-text {
    border-radius: 0 0 160px 0;
    -webkit-border-radius: 0 0 160px 0;
    -moz-border-radius: 0 0 160px 0;
    min-height: auto;
    margin: 40px 0 0;
    padding-bottom: 80px;
    width: 100%;
  }
  .section .column-3 .box-text::after {
    bottom: -20px;
    content: '';
    height: 150px;
    right: 18px;
    width: 120px;
  }
  .section .column-3 .box-text h1 {
    font-size: 40px;
    line-height: 40px;
    margin: 40px 0 0;
    padding: 0 5px;
    text-align: center;
  }
  .section .column-3 .box-text h1 br {
    display: none;
  }
  .section .column-3 .box-text p {
    font-size: 16px;
    line-height: 20px;
    margin: 20px auto 0;
    text-align: justify;
    text-align-last: center;
    width: 92%;
  }
  .section .column-3 .box-text .button {
    margin: 20px 0 0;
    text-align: center;
  }
  .section .column-4 {
    padding-bottom: 140px;
  }
  .section .column-4 h1 {
    font-size: 40px;
    line-height: 40px;
    margin: 40px 0 0;
  }
  .section .column-4 p {
    font-size: 16px;
    line-height: 20px;
    margin: 20px auto 0;
    text-align: justify;
    text-align-last: center;
    width: 100%;
  }
  .section .column-5 {
    padding-bottom: 80px;
  }
  .section .column-5 .col-card {
    margin: -80px 0 0;
  }
  .section .column-5 .col-card .box-card {
    margin-left: 40px;
    padding-bottom: 40px;
    width: 300px;
  }
  .section .column-5 .col-card .box-card::after {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 26px solid white;
    height: 26px;
    width: 50px;
  }
  .section .column-5 .col-card .box-card .img {
    border: 14px solid transparent;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  .section .column-5 .col-card .box-card h1 {
    font-size: 30px;
    line-height: 25px;
    margin: 6px 0 0;
  }
  .section .column-5 .col-card .box-card h1 span {
    font-size: 20px;
  }
  .section .column-5 .boxcontent {
    margin: 60px auto 0;
    width: 700px;
  }
  .section .column-5 .boxcontent .ligne-details {
    margin: 0 0 60px;
  }
  .section .column-5 .boxcontent .ligne-details .bloc-text {
    width: calc(100% - 200px);
  }
  .section .column-5 .boxcontent .ligne-details .bloc-text h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .section .column-5 .boxcontent .ligne-details .bloc-text p {
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0 0;
    text-align: justify;
    width: 92%;
  }
  .section .column-5 .boxcontent .ligne-details .bloc-chiffre {
    border-radius: 0 0 51px 0;
    -webkit-border-radius: 0 0 51px 0;
    -moz-border-radius: 0 0 51px 0;
    width: 200px;
  }
  .section .column-5 .boxcontent .ligne-video {
    margin: 0 0 60px;
  }
  .section .column-5 .boxcontent .ligne-video .play {
    height: 80px;
    width: 80px;
  }
  .section .column-5 .boxcontent .ligne-video .play::after {
    border-bottom: 17px solid transparent;
    border-left: 30px solid white;
    border-top: 17px solid transparent;
    height: 34px;
    left: 29px;
    width: 30px;
  }
  .section .column-5 .boxcontent .ligne-img .img {
    height: 120px;
    margin-left: calc((100% - (220px * 3)) / 2);
    margin-top: 14px;
    width: 220px;
  }
  .section .column-5 .boxcontent .ligne-img .img::after {
    bottom: 6px;
    height: 16px;
    right: 6px;
    width: 16px;
  }
}

@media screen and (max-width: 715px) {
  .section .column-1 h1 {
    font-size: 30px;
    line-height: 30px;
    width: 96%;
  }
  .section .column-1 p {
    width: 96%;
  }
  .section .column-2 .box-text h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .section .column-2 .box-img img {
    border-radius: 0 0 120px 0;
    -webkit-border-radius: 0 0 120px 0;
    -moz-border-radius: 0 0 120px 0;
    -webkit-box-shadow: 0px 5px 0px 0px #ffc600;
    box-shadow: 0px 5px 0px 0px #ffc600;
    width: 240px;
  }
  .section .column-3 .box-img img {
    border-radius: 0 0 120px 0;
    -webkit-border-radius: 0 0 120px 0;
    -moz-border-radius: 0 0 120px 0;
    -webkit-box-shadow: 0px 5px 0px 0px #ffc600;
    box-shadow: 0px 5px 0px 0px #ffc600;
    width: 240px;
  }
  .section .column-3 .box-text {
    border-radius: 0 0 120px 0;
    -webkit-border-radius: 0 0 120px 0;
    -moz-border-radius: 0 0 120px 0;
    min-height: auto;
    margin: 40px 0 0;
    padding-bottom: 160px;
    width: 100%;
  }
  .section .column-3 .box-text::after {
    bottom: -20px;
    content: '';
    height: 150px;
    right: 10px;
    width: 120px;
  }
  .section .column-3 .box-text h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .section .column-4 {
    padding-bottom: 80px;
  }
  .section .column-4 h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .section .column-5 {
    padding-bottom: 40px;
    text-align: center;
  }
  .section .column-5 .col-card {
    margin: -80px 0 0;
    width: 300px;
  }
  .section .column-5 .col-card .box-card {
    margin-left: 0;
    margin-top: 20px;
    padding-bottom: 40px;
    width: 100%;
  }
  .section .column-5 .col-card .box-card::after {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 26px solid white;
    height: 26px;
    width: 50px;
  }
  .section .column-5 .col-card .box-card .img {
    border: 14px solid transparent;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  .section .column-5 .col-card .box-card h1 {
    font-size: 30px;
    line-height: 25px;
    margin: 6px 0 0;
  }
  .section .column-5 .col-card .box-card h1 span {
    font-size: 20px;
  }
  .section .column-5 .boxcontent {
    margin: 20px auto 0;
    width: 96%;
  }
  .section .column-5 .boxcontent .ligne-details {
    margin: 0 0 20px;
    text-align: center;
  }
  .section .column-5 .boxcontent .ligne-details .bloc-text {
    width: 100%;
  }
  .section .column-5 .boxcontent .ligne-details .bloc-text h1 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }
  .section .column-5 .boxcontent .ligne-details .bloc-text p {
    width: 96%;
  }
  .section .column-5 .boxcontent .ligne-details .bloc-chiffre {
    border-radius: 0 0 40px 0;
    -webkit-border-radius: 0 0 40px 0;
    -moz-border-radius: 0 0 40px 0;
    margin: 20px 0 0;
    width: 200px;
  }
  .section .column-5 .boxcontent .ligne-video {
    margin: 0 0 20px;
  }
  .section .column-5 .boxcontent .ligne-video .play {
    height: 50px;
    width: 50px;
  }
  .section .column-5 .boxcontent .ligne-video .play::after {
    border-bottom: 11px solid transparent;
    border-left: 20px solid white;
    border-top: 11px solid transparent;
    height: 22px;
    left: 17px;
    width: 20px;
  }
  .section .column-5 .boxcontent .ligne-img .img {
    height: 140px;
    margin-left: 0;
    margin-top: 14px !important;
    width: 100%;
  }
  .section .column-5 .boxcontent .ligne-img .img:nth-child(1) {
    margin-top: 0 !important;
  }
  .section .column-5 .boxcontent .ligne-img .img::after {
    bottom: 6px;
    height: 16px;
    right: 6px;
    width: 16px;
  }
}

/* End Section */
/* Footer */
footer {
  background-color: white;
  padding: 26px 0 37px;
  text-align: center;
  width: 100%;
}

footer .reseaux-sociaux {
  display: inline-block;
  font-size: 0;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

footer .reseaux-sociaux a {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  height: 32px;
  margin-left: 17px;
  vertical-align: top;
  width: 32px;
}

footer .reseaux-sociaux a:hover {
  -webkit-animation: jello 2s 1;
          animation: jello 2s 1;
  -webkit-transform-origin: center;
          transform-origin: center;
}

footer .reseaux-sociaux a:nth-child(1) {
  margin-left: 0;
}

footer .reseaux-sociaux a.facebook {
  background-image: url("../img/icons/facebook.png");
}

footer .reseaux-sociaux a.instagram {
  background-image: url("../img/icons/instagram.png");
}

footer .reseaux-sociaux a.youtube {
  background-image: url("../img/icons/youtube.png");
}

footer h1 {
  color: black;
  display: inline-block;
  font-family: "Speedee-Regular";
  font-size: 15px;
  line-height: 15px;
  margin: 19px 0 0;
}

@media screen and (max-width: 1195px) {
  footer {
    padding: 20px 0;
  }
  footer h1 {
    margin: 10px 0 0;
  }
}

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