body {
  width: 100%;
  height: 100%;
  font-size: 100%;
  font-family: "Lato", sans-serif;
  color: #4e5359;
  background-color: #0D2C4C !important;
}

html {
  width: 100%;
  height: 100%;
}



a {
  color: rgb(11, 17, 28);
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

.out-nav {
    padding-top: 50px;
}

.intro-section {
    background: #0D2C4C;
    font-family: "Lato", sans-serif;
    margin-top: 10px;
}

.intro-section h1 {
  font-size: 0.66em;
  font-weight: bold;
  line-height: 1.2;
  color: #373737;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
}

.intro-section h1:after {
  content: "";
  position: relative;
  width: 81px;
  height: 1px;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100px;
  background-color: #d8d8d8;
  display: block;
}

.intro-section h3 {
  font-size: 1em;
  text-align: center;
  line-height: 1.2;
  color: #6d6d6d;
}

.blocmargin {
  text-align: justify;
  background-color: #fff;
  padding: 20px 10px;
  border-radius: 10px;
  margin: 10px auto 30px;
}

.blocmargin legend {
  text-align: center;
  font-size: 0.7em;
  letter-spacing: 0.5px;
  color: #484858;
  margin: 15px 0px;
}

.blocmargin p,ul {
  font-size: 0.6em;
  line-height: 1.5;
  color: #6d6d6d;
  padding: 5px 10px 40px;
}

.blocmargin strong {
  font-weight: bold;
}

.blocmargin ul {
  list-style-type: circle;
  font-size: 0.6em !important;
  line-height: 1.4 !important;
  padding: 0 35px;
  margin-top: -25px;
}

.about-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #eee;
}



/* IPHONE 6 & 6S */
@media only screen and (min-width: 375px) {
 .intro-section h1 {
  font-size: 0.75em;
  } 

  .congrats-msg {
    font-size: 1.2em !important;
    line-height: 2em !important;
    padding: 60px 0px !important;
  }
}
/* -----------------*/


/* iPad */
@media only screen and (min-width: 768px) {

  .intro-section {
    padding: 40px 0px;
  }

  .intro-section h1 {
    font-size: 1.375em;
    margin-bottom: 95px;
  }

  .intro-section h1:after {
    top: 45px;
  }

  .blocmargin {
    padding: 40px;
    width: 95%;
    margin: 0px auto;
  }

  .blocmargin legend {
    text-align: left;
    font-size: 1.313em;
    margin: 20px 0px;
    padding: 0 10px;
  }

  .blocmargin p,ul {
    font-size: 0.875em;
    line-height: 1.8;
    padding: 5px 25px 40px 25px;
  }

  .blocmargin ul {
    font-size: 0.875em !important;
    line-height: 1.4 !important;
    padding: 0 90px;
  }
}
/* -----------------*/





/* Ordinateurs */
@media only screen and (min-width: 1024px) {
  .intro-section {
    padding: 75px 0px 110px;
  }

  .intro-section h1:after {
    top: 35px;
  }

  .blocmargin {
    padding: 55px 105px;
    width: 100%;
  }

}
/* -----------------*/


@media screen and (min-width:1200px) {
    body { font-size:110%; } /* Increase the font size */
}

@media screen and (min-width:1600px) {
    body { font-size:125%; } /* Increase the font size */
}



.press legend, .press p {
  text-align: center !important;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe, .videoWrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .press p {
    padding: 5px 25px 10px 25px;
  } 
}

.press p {
  padding: 5px 10px 25px;
}

@media only screen and (min-width: 1024px) {
  .congrats-msg {
    min-height: 300px;
    font-size: 1.4em;
    line-height: 2.5em;
    margin: 100px auto;
  }

  .btn-sell {
    color: rgb(109, 202, 255) !important;
    background-color: transparent !important;
    margin: 25px auto 0px;
  }

  .btn-sell:hover {
    background-color: rgb(109, 202, 255) !important;
    color: #fff !important;
  }
}

.congrats-msg {
    color: white !important;
    min-height: 617px;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.5em;
    margin: 0 auto;
    padding: 40px 0px;
}

.congrats-msg h2 {
  margin-bottom: 15px;
  font-weight: 300;
}

.congrats-msg .header {
  font-weight: : 700;
  font-size: 1.4em;
  line-height: 1.7em;
  margin-bottom: 15px;
}

.btn-sell {
  display: block;
  font-size: 20px;
  padding: 12px 24px;
  color: #fff;
  background-color: rgb(109, 202, 255);
  height: 52px;
  max-width: 300px;
  margin: 55px auto 0px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  border: 1px solid rgb(109, 202, 255);
  border-radius: 5px;
}

.btn-sell:hover {
  background-color: rgb(109, 202, 255);
  color: #fff;
}

.btn-return {
  color: white;
  display: block;
  margin: 20px auto 0px; 
  font-size: 0.7em;
  text-decoration: underline;
  max-width: 160px;
}

.btn-return:hover {
  color: rgb(109, 202, 255);
}