body {
  margin: 0;
  overflow-x: hidden;
}

.container {
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  position: relative;
  left: 0;
  top: 0;
  background: url(../images/background_1.png) no-repeat;
  background-size: cover;
  float: left;
  overflow-x: hidden;
}

.content_logo {
  padding: 10px 40px 0;
}

.logo {
  background: url(../images/logo.png) no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  max-width: 228px;
  height: 55px;
  position: relative;
}

.isHidden {
  opacity: 0;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}


.left-text {
  height: 281px;
  position: relative;
  width: 4%;
}

.title {
  font-family: "ITCAvantGardeStd-Demi";
  position: relative;
  font-weight: bold;
  font-size: 3.5vh;
  margin: 3vh auto 4vh;
  text-align: center;
  color: #032d5c;
  padding: 0 40px;
  width: 70%;
}

.title .boldTitle {
  font-family: "ITCAvantGardeStd-Bold";
}

.block-center {
  background: url(../images/Rectangle.png) 100% 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  font-family: "NotoSans-Bold";
  width: 75%;
  margin: 0 auto;
  height: auto;
  position: relative;
  color: #375f8b;
  padding: 5vh 5vh;
  border-radius: 50px;
}

.block-center .timer-image {
  background: url(../images/timerShadow.png) no-repeat center;
  background-size: 100% 100%;
  width: 20vw;
  height: 8vh;
  position: absolute;
  bottom: 5vh;
  right: 0;
}

.block-center .txt1 {
  position: relative;
  font-size: 1.4vw;

}

.block-center .txt2 {
  position: relative;
  font-size: 1.4vw;

}

.block-center .txt3 {
  position: relative;
  font-size: 1.4vw;

}

.block-center .txt4 {
  position: relative;
  font-size: 1.4vw;

}

.button-next {
  background: url(../images/btn.png) no-repeat center;
  background-size: 100% 100%;
  width: 20vw;
  max-width: 150px;
  height: 12vh;
  max-height: 50px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: "NotoSans-Bold";
  color: #00ffff;
  margin: -1vh auto 4vh;
  cursor: pointer;
  transition: all 0.5s ease;
}

.button-next:hover{
  background: url(../images/btn1.png) no-repeat center;
  background-size: 100% 100%;
  width: 20vw;
  max-width: 150px;
  height: 12vh;
  max-height: 50px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: "NotoSans-Bold";
  color: #00ffff;
  margin: -1vh auto 4vh;
  cursor: pointer;
  transition: all 0.4s ease;
}

.button-next .flesh-right {
  background: url(../images/flesh-right.png) no-repeat center;
  background-size: 100% 100%;
  width: 43px;
  height: 37px;
  position: relative;
  left: 16px;
}

.reference {
  background: url(../images/reference.png) no-repeat center;
  background-size: 100% 100%;
  width: 246px;
  height: 87px;
  position: relative;
  bottom: 20px;
  font-family: "ITCAvantGardeStd-Demi";
  text-transform: uppercase;
  font-size: 22px;
  color: #032d5c;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.reference span {
  position: relative;
  right: 20px;
  top: 4px;
}

.footer-bottom {
  width: 100%;
  float: left;
}

.content-mid {
  float: left;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.block-ref-1 {
  position: relative;
  font-size: 10px;
  color: #032d5c;
  font-family: "Montserrat-Regular";
  float: left;
  padding: 20px;
}

.block-ref-1 span {
  font-family: "Montserrat-Bold";
}

.block-ref-2 {
  position: relative;
  color: #032d5c;
  height: auto;
  font-size: 10px;
  font-family: "Montserrat-Regular";
  float: left;
  padding: 20px;
}

.block-center ul {
  padding: 0px 40px;
  margin: 0 !important;
  line-height: 60px;
}

.block-center li {
  list-style-image: url(../../assets/images/bulle1.png);
  line-height: 25px;
  padding: 18px 10px;
  font-size: 3vh;
}

.block-ref-2 span {
  font-family: "Montserrat-Bold";
}

.popup {
  background: url(../images/popUp/backgroundPopUp.png) no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.popup .MatRef {
  background: url(../images/MAT.png) no-repeat center;
  background-size: 100% 100%;
  width: 15px;
  height: 281px;
  position: absolute;
  left: 21px;
  top: 435px;
}

.popup .close {
  background: url(../images/popUp/close.png) no-repeat center;
  background-size: 100% 100%;
  width: 28px;
  height: 27px;
  position: absolute;
  right: 54px;
  top: 2vh;
  z-index: 99;
}

.popup .block {
  background: url(../images/popUp/RectangleWhite.png) no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
}

.popup .block .titlePop {
  font-family: "ITCAvantGardeStd-Bold";
  font-size: 5vh;
  text-align: center;
  position: absolute;
  top: 13vh;
  color: #032d5c;
}

.popup .block .textPop {
  font-family: "ITCAvantGardeStd-Bk";
  font-size: 4.5vh;
  text-align: center;
  position: absolute;
  top: 26vh;
  width: 78%;
  color: #375f8b;
}

.popup .block .buttonPop {
  background: url(../images/popUp/boutton.png) no-repeat center;
  background-size: 100% 100%;
  width: 39vw;
  height: 30vh;
  bottom: 25vh;
  position: absolute;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  align-content: stretch;
  justify-content: center;
  font-family: "NotoSans-Bold";
  font-size: 5vh;
  color: #fff;
  cursor: pointer;
  transition: all 0.4s ease;
}

.popup .tutorial {
  background: url(../images/popUp/tutorial.png) no-repeat center;
  background-size: 100% 100%;
  width: 232px;
  height: 101px;
  position: absolute;
  right: 5px;
  bottom: 9vh;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: nowrap;
  transition: all 0.5s ease;
}
.popup .tutorial:hover {
  background: url(../images/popUp/tutorial1.png) no-repeat center;
  background-size: 100% 100%;
  width: 232px;
  height: 101px;
  position: absolute;
  right: 5px;
  bottom: 9vh;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: nowrap;
}
.popup .tutorial a {
  text-decoration: none;
}
.popup .block .buttonPop span{
  top: -10px;
  position: relative;
}
.popup .tutorial span {
  top: 48px;
  position: absolute;
  text-transform: uppercase;
  right: 90px;
  color: #032d5c;
  font-family: "ITCAvantGardeStd-Demi";
  font-size: 22px;
}
.popup .tutorial:hover a {
  color:#fff;
}
.hide {
  display: none;
}

#video {
  background: url(../images/popUp/backgroundPopUp.png) no-repeat center;
  position: absolute;
  z-index: 3;
  height: 100vh;
  width: 100vw;
}
@media only screen and (min-width: 1600px) {
  .footer-bottom {
    position: absolute;
    bottom: 0;
  }
  .block-center {
    margin: 20px auto;
}
  .block-center li {
    line-height: 45px;
  }
}
@media only screen and (max-width: 1600px) {
  .footer-bottom {
    position: relative;
    bottom: 0;
  }
  .block-center li {
    padding: 18px 20px;
}
}
@media only screen and (min-width: 1024px) {
  .popup .block .buttonPop:hover {
    background: url(../images/popUp/boutton1.png) no-repeat center;
    background-size: 100% 100%;
    width: 39vw;
    height: 30vh;
    bottom: 25vh;
    position: absolute;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-content: stretch;
    justify-content: center;
    font-family: "NotoSans-Bold";
    font-size: 5vh;
    cursor: pointer;
    color: #fff;
    transition: all 0.4s ease;
  }
  .responsivematricule {
    display: none;
  }
  .fleche {
    display: none;
  }

}

@media only screen and (max-width: 1024px) {
  .block-center {
    background: url(../images/Rectangle11.png) 100% 100%;
    background-size: 100% 100%;
    width: 100%;
  }
  .responsivematricule {
    display: block;
    text-align: center;
  }
  .left-text {
    display: none;
  }
  .fleche img {
    width: 22%;
    margin: -60px auto;
    float: right;
  }
  .popup .block .buttonPop{
    width: 80vw;
    bottom: 20vh;
  }
  .popup .block .titlePop {
    font-size: 3.5vh;
    top: 13vh;
}
}


@media only screen and (max-width: 768px) {
  .fleche img {
    width: 20%;
    margin: -50px auto;
    float: right;
  }
  .block-center {
    background: url(../images/Rectangle11.png) no-repeat center;
    background-size: 100% 100%;
    width: 100%;
  }
  .button-next:hover{
    background: url(../images/btn.png) no-repeat center;
    background-size: 100% 100%;
    width: 35vw;
    height: 6vh;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: "NotoSans-Bold";
    color: #00ffff;
    margin: -1vh auto 4vh;
    cursor: pointer;
  }

}

@media only screen and (max-width: 576px) {
  .content_logo {
    padding: 10px;
    text-align: center;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
.popup .block .buttonPop span {
  top: -4px;
  position: relative;
}

  .popup .block {
    background: #fff;
    width: 98%;
    height: calc(100% - 15vh);
    margin: 0 auto;
    left: 1vw;
    top: 14vh;
    border-radius: 35px;
  }

  .button-next {
    width: 35vw;
    height: 6vh;
  }

  .popup .close {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 15px;
    top: 6vh;

  }

  .fleche {
    display: block;
    text-align: center;
  }


  .block-ref-1 {
    width: 100% !important;
    padding: 0;
    font-size: 12px;
    margin-bottom: 20px;
  }

  .block-ref-2 {
    width: 100% !important;
    padding: 0;
    font-size: 12px;
  }

  .block-center li {

    list-style-image: url(../../assets/images/bulle1.png);
    line-height: 30px;
    padding: 10px 5px;
    font-size: 16px;
    text-align: justify;

  }

  .title {
    font-size: 18px;
    line-height: 30px;
    margin: 10px auto;
    width: 90%;
    padding: 0;
  }

  .responsivematricule img {
    margin: 20px 0;
    width: 173px;
  }

  .block-center {
    padding: 20px 0 0;
  }

  .footer-bottom {
    float: none;
    margin: 0 auto;
    width: 95%;
  }
}

@media only screen and (max-width: 480px) {
  .popup .block .titlePop {
    font-size: 3vh;
    padding: 3vw;
  }

  .popup .block .textPop {
    font-size: 2.5vh;
  }

  .popup .block .buttonPop {
    height: 15vh;
    font-size: 2vh;
    line-height: 15vh;
  }
}