/* CSS Document */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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-size: cover;
  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;
}

.maj {
  text-transform: uppercase;
}

.hidden {
  display: none;
}

header {
  position: relative;
  padding: 16px;
  background-color: white;
  position: relative;
  z-index: 50;
}

header h1 {
  float: right;
  font-size: 15px;
  text-align: right;
  color: #006699;
  margin-top: 22px;
}

#slider {
  width: 100%;
  height: 475px;
}
#slider img {
  width: 100%
}

#slogan {
  background-color: #ff9e00;
  top: 66px; color: #fff;
  font-size: 1.5em;
  position: relative;
  padding: 10px;
  right: -370px;
}

#pl {
  width: 40%;
  display:inline-block
}


#pr {
  display: inline-block; 
  vertical-align: 
  top;color: #ffffff; 
  background: #ffffff; 
  letter-spacing: 2pt; padding: 12px; 
  font-size: 17px; 
  text-align: center; 
  border-radius: 10px; 
  width: 58%; 
  display:inline-block; box-shadow: 
  0px 0px 5px 4px rgba(76, 76, 76, 0.2)
}

#funnel {
  background-image: url(../img/funnel.jpg);
  background-repeat: no-repeat;
  padding: 13px 35px 35px 35px;
  background-color: white;
  box-sizing: border-box;
}

#funnel h1 {
  text-align: center;
  font-size: 22px;
  color: #006699;
  margin: auto;
  position: relative;
  z-index: 20;
}

#funnel #timer {
  width: 930px;
  text-align: center;
  margin: auto;
  padding: 62px 0;
  z-index: 10;
  margin-top: -55px;
  position:relative;
  width:40%;
}

#funnel #frame {
  width: 930px;
  background-color: white;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 4px rgba(76, 76, 76, 0.2);
  margin: auto;
  padding: 15px 10px;
  z-index: 10;
  position:relative;
  width:58%;
  display: inline-block;
  vertical-align: top;
}

.titre {
  text-align: center;
  color: #263238;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 16px;
}

.soustitre {
  text-align: center;
  font-style: italic;
  color: #006699;
  font-size: 18px;
  margin-top: 22px;
  margin-bottom: 46px;
}

#gamme {
  background-image: url(../img/background1.jpg);
  background-repeat: no-repeat ;
  padding: 204px 0;
  background-size: contain;
}

#gamme hr {
  border: solid 2px #ff9e00;
  display: block;
  margin: auto;
  width: 70px;
}

#gamme #descr {
  display: flex;
}

#gamme .gamme-solo {
  width: 33%;
  float: left;
}

#gamme .gamme-solo img {
  display: block;
  margin: auto;
}

#testi {
  background-image: url(../img/background2.jpg);
  background-repeat: no-repeat;
  padding: 90px 0;
  -webkit-background-size: cover; 
}

#testi hr {
  border: solid 2px #ff9e00;
  display: block;
  margin: auto;
  width: 70px;
}

#testi #testicomp {
  display: flex;
}

#testi #testicomp .testi-solo {
  width: 33%;
  padding: 0 35px;
  box-sizing: border-box;
  float: left;
}

#testi #testicomp .testi-solo img {
    display: block;
    margin: auto;
    margin-bottom: 30px;
    float: left;
    overflow: hidden;
    width: 64px;
    height: 64px;
    border-radius: 100%;
}

#testi #testicomp .testi-solo p {
  font-size: 15px;
  color: #263238;
  font-style: oblique;
  text-align: justify;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 15px 15px;
}

#testi #testicomp .testi-solo .profil {
  font-size: 12px;
  color: #ffffff;
}

.footer {
  padding: 35px 0;
  background-color: #006699;
  color: white;
  text-align: center;
  font-size: 13px;
}

footer a {
  text-align: center;
  display: block;
  padding: 10px 0 10px;
  color: #f3f3f3;
}

.question {
  font-size: 16px;
  color: black;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 40px;
}

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

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

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

.reponse label {
  font-family: sans-serif;
  color: white;
  background-color: #ff9e00;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  width: 150px;
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding-top: 30px;
  cursor: pointer;
  transition: all 0.2s;
  padding-bottom: 15px;
  border-radius: 10px;
}

.reponse label:hover {
  background-color: #cd8209;
}

.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-color: #ff9e00;
  color: white;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  margin: auto;
  display: block;
  margin-top: 15px;
}

#submitform:hover {
  background-color: #cd8209;
}

#projet-next {
  width: 260px;
  height: 40px;
  border: none;
  background-color: #ff9e00;
  color: white;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  margin: auto;
  display: block;
  margin-top: 15px;
}

#projet-next:hover {
  background-color: #cd8209;
}

.suivant {
  display: block;
  float: none;
  margin: auto;
}

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

.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: #263238;
}

/* SECTION TOP */

.section_top_container {
    height: 598px;
    background-size: cover;
    margin: 0 0 0 50px;
    background-position: center;
    display: block;
}

.section_top_container .headerline {
    font-size: 15px;
    color: rgb(69, 69, 69);
    font-weight: bold;
    top: 131.043px;
    line-height: 1.2;
    padding-top: 65px;
}

.section_top_container .headeroffers {
    font-size: 24px;
    color: #006699;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    margin: 50px 0 50px 0;
}

.tagtimerline {}

.section_top_container .headeroffers H2 {
    margin: 0;
}

.section_top_container .headeroffers p {
    margin-top: 0;
}

.section_top_container .headertimer {
    text-align: center;
    width: 30%;
}

.section_top_container .headertimer div {
    display: flex;
}

.headertimer {
  width: 94%; display: inline-block;
  vertical-align: top;
  color: #ffffff;
  background: #ff451a; 
  letter-spacing: 0pt;
  padding: 12px;
  font-size: 17px; text-align: center;
  border-radius: 10px;
}

.headertimer > div {
    display: inline-block;
}

.section_top_container .headertimer span {
    font-size: 10px;
    color: rgb(90, 90, 90);
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 30px;
    padding-top: 15px;
    display: flex;
}

.section_top_container #day,
.section_top_container #hour,
.section_top_container #min,
.section_top_container #sec {
    font-size: 30px;
}

.section_top_container .headerbtn {
    display: flex;
    margin-top: 30px;
}

.section_top_container .headerbtn a {
    background-color: #ff451a;
    padding: 10px 50px;
    text-decoration: none;
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
}

.section_top_container .headerbtn a:hover {
    background-color: rgb(69, 69, 69);
    box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

/*MOBILE*/
@media screen and (max-width: 767px) {
  .wrap {
    width: 100%;
    display: block;
  }
  #box {
    left: 0;
    width: 100%;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  header img {
    display: block;
    margin: auto;
    width: 270px;
  }
  header h1 {
    float: none;
    font-size: 20px;
    text-align: center;
    display: block
  }

  #gamme{
    padding: 12%;
  }
  #slogan{
    width: 100%;
    top: 65px;
    right: -75px;
  }
  #pl{
    width: 100%;
    padding: 4%;
  }
  #pr{
    width: 100%;
    padding: 4%;
  }

  #testi img {
    
    margin: auto;
    width: 270px;
  }
  
  #slider {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    z-index: 0;
  }

  #slider #my-slider {
    width: 100%;
    height: 255px;
  }
  #headertimer {
    width: 102%;
    height: auto;
    display: block
  }

  #frame {
    width: 100%;
    height: auto;
  }
  #slider #my-slider {
    width: 100%;
    height: 255px;
    display: block
  }
  #funnel {
    width: 100%;
    padding: 13px 0;
    display: block
  }
  #funnel h1 {
    width: 100%;
    font-size: 16px;
    display: block
  }
  #funnel #frame {
    width: 100%;
    box-sizing: border-box;
    display: block
  }
  .question {
    font-size: 20px;
  }
  .titre {
    font-size: 30px;
  }
  #gamme #descr {
    display: block;
  }
  #gamme .gamme-solo {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  #testi #testicomp {
    display: block;
  }
  #testi #testicomp .testi-solo {
    width: 100%;
    float: none;
    margin-top: 70px;
  }