/* CSS Document */
/* Reset */



#baseline2 {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 32px 0;
}


#baseline2 img{
    max-width: 741px;
    width: 100%;
}

.label-optin{
    font-size: 10px;
    text-align: center;
}



* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: black;
}

.wrap {
  width: 1000px;
  margin: 0 auto;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

body {
  font-family: sans-serif;
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

#shadowing {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 10;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#box {
  display: none;
  position: fixed;
  top: 20%;
  left: 35%;
  width: 35%;
  height: 260px;
  max-height: 400px;
  padding: 0;
  margin: 0;
  border: 1px solid black;
  background-color: white;
  z-index: 11;
  overflow: auto;
}

.desktop {
  display: inline-block;
}

.mobile {
  display: none;
}

header {
  width: 100%;
  background-color: white;
  box-sizing: border-box;
  padding: 21px 40px 18px 40px;
  display: inline-table;
}

header #logo1 {
  float: left;
}

header #logo2 {
  float: right;
}

#visu {
  width: 100%;
  display: flex;
}

#baseline {
  width: 100%;
  background-color: #202020;
  box-sizing: border-box;
  padding: 32px 0;
}

#baseline h1 {
  text-align: center;
  text-transform: uppercase;
  color: #2c56a3;
  font-size: 34px;
}

#baseline h2 {
  color: white;
  font-weight: lighter;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}

#funnel {
  width: 100%;
  background-color: white;
  box-sizing: border-box;
  padding: 40px;
}

#funnel #frame {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 30px;
  border: solid 1px #fc6701;
}

#funnel #frame #head-funnel {
  width: 438px;
  background-color: white;
  display: block;
  margin: auto;
  text-align: center;
  margin-top: -15px;
}

#funnel #frame #head-funnel h1 {
  font-weight: bold;
  font-size: 18px;
  color: #484848;
  text-transform: uppercase;
}

#funnel #frame #head-funnel h2 {
  font-size: 16px;
  color: #484848;
}

#funnel #frame #head-funnel hr {
  border: solid 1px #fc6701;
  width: 115px;
  margin: auto;
  margin-top: 45px;
  margin-bottom: 37px;
  border-bottom: 0;
}

#descr {
  width: 100%;
  background-color: #2c56a3;
  box-sizing: border-box;
  padding: 21px 40px 40px 40px;
}

#descr h1 {
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 44px;
  color: white;
}

#descr h2 {
  font-weight: lighter;
  font-size: 40px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 21px;
}

#descr #descr-content {
  width: 100%;
  background-color: white;
  box-sizing: border-box;
  padding: 77px 80px;
  display: inline-block;
}

#descr #descr-content #descr-txt {
  float: left;
  width: 389px;
  text-align: right;
  font-size: 16px;
  color: #484848;
  margin-top: 40px;
}

#descr #descr-content #descr-txt a {
  width: 100%;
  box-sizing: border-box;
  padding: 32px 0;
  background-color: #2c56a3;
  border-radius: 7px;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: white;
  margin-top: 127px;
  transition: ease 0.5s;
}

#descr #descr-content #descr-txt a:hover {
  background-color: white;
  color: #2c56a3;
  border: solid 1px #2c56a3;
  transition: ease 0.5s;
  box-sizing: border-box;
  padding: 31px 0;
}

#descr #descr-content img {
  float: right;
}

#usp {
  width: 100%;
  box-sizing: border-box;
  padding: 33px 0;
  background-color: white;
  display: flex;
}

#usp .usp-solo {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 17px;
  color: #003366;
}

#usp .usp-solo img {
  display: block;
  margin: auto;
  margin-bottom: 7px;
}

footer {
  width: 100%;
  box-sizing: border-box;
  background-color: #202020;
  padding: 23px 0;
}

#rea {
  text-align: center;
  font-size: 14px;
  color: white;
}

#rea a {
  font-weight: bold;
  color: white;
}

.hidden {
  display: none;
}

.question {
  font-size: 21px;
  color: #484848;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 57px;
}

.reponse {
  display: table;
  width: auto;
  margin: auto;
}

.reponse input[type="radio"] {
  display: none;
}

.btn-form {
  display: inline-block;
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  box-sizing: border-box;
}

.reponse label {
  font-family: sans-serif;
  color: white;
  background-image: url(../img/bg-btn.png);
  font-size: 16px;
  width: 150px;
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding-top: 22px;
  cursor: pointer;
  transition: all 0.2s;
  padding-bottom: 22px;
  border: solid 1px white;
  background-size: contain;
  -moz-box-shadow: 5px 5px 20px 0px #656565;
  -webkit-box-shadow: 5px 5px 20px 0px #656565;
  -o-box-shadow: 5px 5px 20px 0px #656565;
  box-shadow: 5px 5px 20px 0px #656565;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=20);
}

.reponse label:hover {
  box-shadow: none;
}

.icon {
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}

fieldset {
  border: none;
}

#fieldsetfinal {
  padding-top: 15px;
}

#formfinal {
  width: 377px;
  margin: auto;
  color: #303030;
  margin-top: 20px;
}

#formfinal p {
  font-size: 20px;
 /* text-align: center;*/
}

#champs {
  width: 335px;
  margin: auto;
}

#champs label {
  color: #303030;
}

#noradio {
  text-align: left;
  margin-bottom: 10px;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="number"] {
  width: 100%;
  height: 29px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 17px;
  border-radius: 3px;
  border: solid 1px #a8a8a8;
  box-sizing: border-box;
  padding-left: 5px;
}

#submitform {
  width: 260px;
  height: 40px;
  border: none;
  background-image: url(../img/bg-btn.png);
  color: white;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  margin: auto;
  display: block;
  margin-top: 15px;
  -moz-box-shadow: 5px 5px 20px 0px #656565;
  -webkit-box-shadow: 5px 5px 20px 0px #656565;
  -o-box-shadow: 5px 5px 20px 0px #656565;
  box-shadow: 5px 5px 20px 0px #656565;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=20);
}

#submitform:hover {
  box-shadow: none;
}

.error {
  color: red !important;
  text-align: left !important;
  font-size: 13px !important;
  margin-top: 5px;
}

#merci {
  text-align: center;
  box-sizing: border-box;
  padding: 50px;
  color: #484848;
}

#submitform:disabled {
  background-color: grey;
  color: #dedede;
  cursor: not-allowed;
}

/*MOBILE*/
@media screen and (max-width: 1000px) {
  .wrap {
    width: 100%;
  }
  #box {
    left: 0;
    width: 100%;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  header #logo1 {
    width: 45%;
  }
  header #logo2 {
    width: 45%;
  }
  #visu {
    display: block;
  }
  #visu img {
    width: 100%;
  }
  #baseline h1 {
    font-size: 25px;
  }
  #baseline h2 {
    font-size: 25px;
  }
  #funnel {
    width: 100%;
    padding: 0;
  }
  #funnel #frame {
    width: 100%;
  }
  #funnel #frame #head-funnel {
    width: 100%;
    margin-top: 25px;
  }
  #funnel #frame #head-funnel hr {
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .question {
    margin-bottom: 30px;
  }
  .btn-form {
    margin-top: 15px;
  }
  #descr {
    padding: 20px 15px;
  }
  #descr h1 {
    font-size: 28px;
  }
  #descr h2 {
    font-size: 25px;
  }
  #descr #descr-content {
    padding: 15px;
  }
  #descr #descr-content #descr-txt {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  #descr #descr-content #descr-txt a {
    margin-top: 15px;
  }
  #descr #descr-content img {
    float: none;
    display: block;
    margin: auto;
    margin-top: 20px;
  }
  #usp {
    display: inline-block;
  }
  #usp .usp-solo {
    width: 50%;
    margin-top: 25px;
  }
}
