@font-face {
  font-family: 'supersonic_rocketshipregular';
  src: url("../../fonts/supersonic_rocketship-webfont.woff2") format("woff2"), url("../../fonts/supersonic_rocketship-webfont.woff") format("woff"), url("../../fonts/supersonic_rocketship.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'STV';
  src: url("../../fonts/STV.eot?#iefix") format("embedded-opentype"), url("../../fonts/STV.woff") format("woff"), url("../../fonts/STV.ttf") format("truetype"), url("../../fonts/STV.svg#STV") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "STV", Arial, Helvetica Neue, Helvetica, Gotham, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  color: white;
  background-color: white;
  direction: rtl;
}

.clr {
  clear: both;
}

a {
  text-decoration: none;
  color: inherit;
  transition-property: all;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

a:focus, a:visited, a:link, a:active {
  text-decoration: none;
  outline: none;
}

input:focus, input:visited, input:link, input:active, textarea:focus, textarea:visited, textarea:link, textarea:active, select:focus, select:visited, select:link, select:active {
  text-decoration: none;
  outline: none;
  border: none;
}

.sr .rev {
  visibility: hidden;
}

.page {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}

.sonic {
  font-family: "supersonic_rocketshipregular", Arial, Helvetica Neue, Helvetica, Gotham, sans-serif;
}

.stv {
  font-family: "STV", Arial, Helvetica Neue, Helvetica, Gotham, sans-serif;
}

.lalezar {
  font-family: "Lalezar", cursive;
}

.btn {
  display: inline-block;
  text-align: center;
  font-family: "Lalezar", cursive;
  font-size: 30px;
  line-height: 50px;
  background: url("../../images/btn.svg") no-repeat center center;
  background-size: auto 50px;
  height: 50px;
  padding-right: 10px;
  width: 135px;
  color: #e1231a;
}
.btn:hover {
  background: url("../../images/btn_h.svg") no-repeat center center;
  color: white;
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}

.btn2 {
  background: url("../../images/btn2.svg") no-repeat center center;
  background-size: auto 60px;
  line-height: 60px;
  height: 60px;
  width: 380px;
  color: #e1231a;
}
.btn2:hover {
  background: url("../../images/btn2_h.svg") no-repeat center center;
  color: #e1231a;
}

.btn3 {
  background: url("../../images/btn3.svg") no-repeat center center;
  background-size: auto 60px;
  line-height: 60px;
  height: 60px;
  width: 380px;
  color: #e1231a;
}
.btn3:hover {
  background: url("../../images/btn3_h.svg") no-repeat center center;
  color: #fad618;
}

.big_title {
  font-size: 40px;
  line-height: 50px;
  width: auto;
  margin: 0px auto;
  margin-bottom: 10px;
  display: inline-block;
  text-align: center;
  color: #e1231a;
  text-shadow: -2px 2px 0 #FFF, 2px 2px 0 #FFF, 2px -2px 0 #FFF, -2px -2px 0 #FFF;
}

.sous_tit {
  font-size: 24px;
  line-height: 32px;
}

.head-mar {
  height: 120px;
}

.padd {
  padding: 40px 0;
}

.rs {
  direction: ltr;
}
.rs a {
  height: 50px;
  width: 50px;
  display: inline-block;
  background-image: url(../../images/rs.svg);
  background-repeat: no-repeat;
  background-size: 300px 50px;
  margin: 0;
}
.rs a.fb {
  background-position: left top;
}
.rs a.tik {
  background-position: -50px top;
}
.rs a.ins {
  background-position: -150px top;
}
.rs a.yt {
  background-position: -200px top;
}
.rs a.ms {
  background-position: right top;
}

.fix {
  /*background :url(../../images/header_bg.jpg) no-repeat center center;
  background-size: cover;
  box-shadow: 0 2px 4px 0 $bleu_f;*/
  transition: .2s all;
}

.marge {
  height: 80px;
  width: 100%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.video {
  width: 500px;
  height: 250px;
  background-color: black;
}
.video video {
  width: auto;
  height: 100%;
}

.inverse {
  direction: ltr;
}

/****************************************************************************************************/
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  background: url("../../images/header_bg.png") no-repeat bottom center;
  background-size: cover;
  height: 100px;
}
header .logo {
  margin: 20px auto;
  height: 60px;
  text-align: center;
}
header .logo img {
  height: 60px;
}

/****************************************************************************************************/
.niveau {
  width: 33%;
  float: left;
  position: relative;
  height: 280px;
}
.niveau h2 {
  position: absolute;
  right: 50px;
  top: 50px;
  color: white;
  font-size: 30px;
  line-height: 30px;
  text-shadow: -2px 2px 0 #e1231a, 2px 2px 0 #e1231a, 2px -2px 0 #e1231a, -2px -2px 0 #e1231a;
}
.niveau .img {
  float: left;
  width: 50%;
  position: relative;
  left: 0;
  height: 180px;
}
.niveau .nombre {
  float: right;
  font-size: 50px;
  line-height: 60px;
  color: #fad618;
  text-shadow: -2px 2px 0 #e1231a, 2px 2px 0 #e1231a, 2px -2px 0 #e1231a, -2px -2px 0 #e1231a;
  position: relative;
  top: 120px;
  right: 70px;
}
.niveau .nombre strong {
  font-size: 30px;
}
.niveau p {
  color: black;
  margin: 10px auto;
  width: 60%;
}
.niveau .btn {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.niveau1 {
  background: url("../../images/bloc1.svg") no-repeat bottom center;
  background-size: 90% auto;
}
.niveau1 .img .img1 {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 80%;
}
.niveau1 .img .img2 {
  position: absolute;
  left: 40px;
  z-index: 3;
  width: 80%;
  bottom: 0;
}
.niveau1 .nombre {
  right: 55px;
}
.niveau1 p {
  margin-top: 0;
}

.niveau2 {
  background: url("../../images/bloc2.svg") no-repeat bottom center;
  background-size: 90% auto;
}
.niveau2 h2 {
  right: auto;
  left: 50px;
}
.niveau2 .img {
  float: right;
  position: relative;
  right: 20px;
}
.niveau2 .img img {
  height: 100%;
}
.niveau2 .nombre {
  float: left;
  right: auto;
  left: 70px;
}
.niveau2 .nombre strong {
  margin-left: 20px;
}

.niveau3 {
  background: url("../../images/bloc3.svg") no-repeat bottom center;
  background-size: 90% auto;
}
.niveau3 .img {
  position: relative;
  left: 20px;
}
.niveau3 .img img {
  height: 100%;
}

.slide {
  height: 100vh;
  background: #ff931d url("../../images/slide_deg2.png") no-repeat center center;
  background-size: cover;
  text-align: center;
  position: relative;
}
.slide h1 img {
  display: inline;
  height: 40px;
  margin-right: 5px;
  position: relative;
  top: 5px;
}
.slide .niv {
  width: 100%;
  margin: 30px auto;
  position: relative;
}
.slide .niv .icons {
  display: block;
  width: 100%;
}
.slide .niv .icons .img1, .slide .niv .icons .img2 {
  width: 105%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slide .niv .icons .img2 {
  display: none;
}
.slide .date {
  background: url("../../images/date_bg.svg") no-repeat center center;
  background-size: auto 60px;
  margin: 0 auto;
  text-align: center;
}
.slide .date h3 {
  font-size: 26px;
  line-height: 50px;
  color: #e1231a;
  padding-bottom: 10px;
}
.slide::after {
  content: url("../../images/after.svg");
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  z-index: 5;
}
.slide .note {
  position: absolute;
  bottom: 10px;
  left: 0;
}
.slide .note p {
  font-style: italic;
  color: white;
  font-size: 16px;
  line-height: 22px;
}

.level {
  text-align: center;
}
.level .niveau {
  float: none;
  margin: 10px auto;
  width: 600px;
  height: 380px;
}
.level .niveau .img {
  width: 60%;
  left: 0;
  height: 220px;
}
.level .niveau .nombre {
  font-size: 70px;
  line-height: 80px;
  top: 140px;
  right: 100px;
}
.level .niveau .nombre strong {
  font-size: 50px;
}
.level .niveau p {
  margin: 30px auto;
  width: 60%;
  font-size: 24px;
  line-height: 30px;
}
.level .niveau1 .img .img1 {
  width: 50%;
  left: 70px;
}
.level .niveau1 .img .img2 {
  left: 110px;
  width: 50%;
}
.level .niveau1 .nombre {
  right: 120px;
}
.level .niveau1 p {
  padding-left: 30px;
}
.level .niveau2 .nombre {
  left: 110px;
  right: auto;
}
.level .niveau3 {
  background: url("../../images/bloc3.svg") no-repeat bottom center;
  background-size: 90% auto;
}
.level .niveau3 .img {
  position: relative;
  left: 20px;
}
.level .niveau3 .img img {
  height: 100%;
}
.level .niveau3 .nombre {
  right: 140px;
}
.level .exemple {
  width: 500px;
  margin: 0 auto;
}
.level .exemple img {
  width: 100%;
  margin: 20px auto;
}
.level .exemple .video {
  margin: 20px auto;
}
.level .reseau {
  background: url("../../images/icons2.svg") no-repeat center center;
  background-size: 70% auto;
}
.level .reseau .sous_tit {
  margin-bottom: 20px;
}
.level .reseau .sur {
  margin: 10px auto;
}
.level .reseau .sur p {
  font-size: 40px;
  line-height: 85px;
  color: #e1231a;
  text-shadow: -2px 2px 0 #FFF, 2px 2px 0 #FFF, 2px -2px 0 #FFF, -2px -2px 0 #FFF;
  display: inline;
  vertical-align: top;
}
.level .reseau .sur .r_name {
  height: 50px;
  display: inline;
  margin: 0 10px;
  padding-top: 15px;
  vertical-align: top;
}
.level .reseau .sur .r_ico {
  height: 70px;
  display: inline;
}
.level .reseau .etape {
  width: 500px;
  margin: 10px auto;
  text-align: right;
  padding: 30px 50px;
}
.level .reseau .etape h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
  color: #e1231a;
}
.level .reseau .etape h3 strong {
  font-size: 40px;
}
.level .reseau .etape h4 {
  color: #e1231a;
  margin: 5px 0;
  font-size: 26px;
  line-height: 30px;
}
.level .reseau .etape h4 .produit {
  display: inline;
  height: 35px;
  margin: 0 10px;
  position: relative;
  top: 10px;
}
.level .reseau .etape p {
  color: black;
}
.level .reseau .etape p strong {
  font-weight: bold;
  color: #e1231a;
}
.level .reseau .btn {
  margin-bottom: 60px;
}
.level .etape1 {
  background: url("../../images/etape1.svg") no-repeat center center;
  background-size: 100% auto;
}
.level .etape2 {
  background: url("../../images/etape2.svg") no-repeat center center;
  background-size: 100% auto;
}

.level_one {
  background-color: #b11f00;
  /*background-image: url("../../images/slide_deg3.png"), url("../../images/slide_deg3.png");
  background-position: center 40%, center 100%;
  background-size: 200% auto, 200% auto; 
  background-repeat: no-repeat, no-repeat;*/
  background-image: url("../../images/slide_deg3.png");
  background-position: center 40%;
  background-size: 200% auto;
  background-repeat: no-repeat;
  position: relative;
}
.level_one .reseau {
  background-image: none;
}
.level_one::after {
  content: url("../../images/after2.svg");
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  transform: translateY(99%);
  z-index: 4;
}
.level_one .reseau .etape2 {
  padding: 40px 50px;
}
.level_one .haba img {
  width: 250px;
  position: absolute;
  z-index: 10;
  transform: translateY(100%);
}
.level_one .haba .img1 {
  top: 44%;
  left: 0;
}
.level_one .haba .img3 {
  top: 83%;
  right: 0;
}

.level_two {
  background-color: #ffd200;
  background-image: url("../../images/slide_deg4.png"), url("../../images/slide_deg4.png");
  background-position: center 60%, center 110%;
  background-size: 200% auto;
  background-repeat: no-repeat;
  position: relative;
}
.level_two .reseau {
  background: url("../../images/icons3.svg") no-repeat center center;
  background-size: 70% auto;
  background-position: center center;
}
.level_two .reseau .etape1, .level_two .reseau .etape2 {
  padding: 40px 50px;
}
.level_two::after {
  content: url("../../images/after3.svg");
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  transform: translateY(99%);
  z-index: 3;
}
.level_two .haba img {
  width: 250px;
  position: absolute;
  z-index: 10;
  transform: translateY(100%);
}
.level_two .haba .img1 {
  top: 17%;
  right: 0;
}
.level_two .haba .img2 {
  top: 60%;
  left: 0;
}
.level_two .haba .img3 {
  bottom: 0;
  right: 0;
}

.level_three {
  background-color: #d91d5b;
  background-image: url("../../images/slide_deg5.png"), url("../../images/slide_deg5.png"), url("../../images/slide_deg5.png");
  background-position: center 30%, center 65%, center 97%;
  background-size: 200% auto;
  background-repeat: no-repeat;
  position: relative;
}
.level_three .reseau {
  background: url("../../images/icons4.svg") no-repeat center center;
  background-size: 70% auto;
  background-position: center center;
}
.level_three .reseau .etape1 {
  padding: 40px 50px;
}
.level_three .reseau .etape2 {
  background: url("../../images/etape3.svg") no-repeat center center;
  background-size: 100% auto;
}
.level_three .reseau .etape3 {
  background: url("../../images/etape2.svg") no-repeat center center;
  background-size: 100% auto;
  padding: 40px 50px;
}
.level_three .tik .etape2 {
  background: url("../../images/etape3.svg") no-repeat center center;
  background-size: 100% auto;
  padding: 40px 50px;
}
.level_three .tik .etape3 {
  background: url("../../images/etape2.svg") no-repeat center center;
  padding: 50px;
}
.level_three::after {
  content: url("../../images/after4.svg");
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  transform: translateY(99%);
  z-index: 2;
}
.level_three .haba img {
  width: 250px;
  position: absolute;
  z-index: 10;
  transform: translateY(100%);
}
.level_three .haba .img1 {
  top: 10%;
  left: 0;
}
.level_three .haba .img2 {
  top: 44%;
  right: 0;
}
.level_three .haba .img3 {
  top: 70%;
  left: 0;
}
.level_three .haba .img4 {
  bottom: 0;
  right: 0;
}

.question .cont {
  text-align: center;
  background: url("../../images/question_bg.svg") no-repeat center center;
  background-size: cover;
  width: 560px;
  margin: 30px auto;
  padding: 56px 130px;
}
.question .cont h4 {
  color: #e1231a;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
}
.question .cont p {
  color: black;
  margin-bottom: 20px;
}
.question .cont p strong {
  font-weight: bold;
  color: #e1231a;
}
.question .cont .marge {
  height: 20px;
}

/****************************************************************************************************/
footer {
  width: 100%;
  position: relative;
  padding-top: 40px;
  background-color: white;
}
footer::before {
  content: url("../../images/footer.svg");
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  transform: translateY(-99%);
  z-index: 3;
}
footer .left {
  width: 50%;
  text-align: center;
}
footer .left .logo {
  height: 70px;
  display: block;
  margin: 0 auto;
}
footer .left a {
  color: #e1231a;
  text-align: center;
  text-decoration: underline;
}
footer .right {
  width: 50%;
  text-align: center;
}
footer .right .logo {
  height: 40px;
  display: block;
  margin: 0 auto;
}
footer .right .partager {
  margin-top: 10px;
}
footer .signature {
  background-color: #e1231a;
  text-align: center;
}
footer .signature p {
  font-size: 14px;
  line-height: 24px;
  padding: 5px 0;
  display: inline-block;
  font-family: Arial, Helvetica Neue, Helvetica, Gotham, sans-serif;
}
footer .signature p a {
  font-weight: bold;
}

.export {
  height: 100%;
  width: 100%;
  text-align: center;
  position: absolute;
}
.export form button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 30px;
  font-size: 24px;
}

.confirmation {
  text-align: center;
  margin-top: 86px;
}
.confirmation img {
  height: 80px;
}
.confirmation h1 {
  margin: 30px auto;
  font-size: 30px;
}
.confirmation p {
  margin-bottom: 40px;
  display: block;
}

.popup .content {
  padding: 20px 30px;
  text-align: center;
}
.popup .content form {
  width: 100%;
  margin: 20px auto;
}
.popup .content form p {
  margin-bottom: 10px;
}
.popup .content form .group-f {
  margin-bottom: 10px;
}
.popup .content form .group-f label {
  display: block;
  margin-bottom: 10px;
  text-align: right;
  padding: 0 40px;
}
.popup .content form .group-f input[type=text], .popup .content form .group-f input[type=tel] {
  height: 40px;
  line-height: 20px;
  padding: 5px 20px;
  width: 240px;
  background: url(../../images/input.svg) no-repeat center center;
  background-size: 280px auto;
  font-family: "STV", Arial, Helvetica Neue, Helvetica, Gotham, sans-serif;
  font-size: 18px;
  color: black;
  border: none;
  display: block;
  margin: 0 auto;
}
.popup .content form .group-f input[type=tel] {
  direction: ltr;
  text-align: right;
}
.popup .content form .group-f textarea {
  line-height: 28px;
  width: 580px;
  background: url("../../images/textarea.svg") no-repeat center center;
  background-size: 620px auto;
  font-family: "STV", Arial, Helvetica Neue, Helvetica, Gotham, sans-serif;
  font-size: 18px;
  color: black;
  border: none;
  display: block;
  margin: 0 auto;
  resize: none;
  height: 80px;
  padding: 20px;
  overflow: hidden;
}
.popup .content form .group-f .file {
  width: 620px;
  background: url(../../images/file.svg) no-repeat center center;
  background-size: 620px auto;
  margin: 0px auto;
}
.popup .content form .group-f .file .label-file {
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-size: 18px;
  font-weight: 400;
  width: 580px;
  height: 50px;
  line-height: 30px;
  color: black;
  padding: 0 20px;
}
.popup .content form .group-f .file .input-file {
  display: none;
}
.popup .content form .double {
  width: 50%;
  float: right;
}
.popup .content form .one {
  width: 100%;
}
.popup .content form .one .btn {
  border: none;
}
