/* POLICES */
.defaultPolice {
  font-family: "canada-type-gibson", sans-serif;
  font-style: normal;
  font-weight: 300;
}
#blocGlobal #presentationBis {
  max-width: 960px !important;
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  padding: 0 20px;
}
#blocGlobal #presentationBis h1 {
  display: block;
  font-family: "canada-type-gibson", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px !important;
  line-height: 60px !important;
  margin: 150px 0 20px 0;
}
#blocGlobal #presentationBis #ptLigneGrise {
  width: 300px;
  height: 1px;
  line-height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin: 40px auto 45px auto;
  text-align: center;
}
#blocGlobal #contenantNoParallax #contenuWrapper {
  padding: 0 20px;
}
#blocGlobal #contenantNoParallax #contenuWrapper ul#champForm {
  max-width: 600px;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
#blocGlobal #contenantNoParallax #contenuWrapper ul#champForm > li {
  max-width: 300px;
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  font-size: 15px;
  margin: 0 0 20px -5px;
  text-align: center;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
#blocGlobal #contenantNoParallax #contenuWrapper ul#champForm > li.full {
  max-width: 580px !important;
}
#blocGlobal #contenantNoParallax #contenuWrapper ul#champForm > li input,
#blocGlobal #contenantNoParallax #contenuWrapper ul#champForm > li textarea {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border: none;
  background: #e8e8e8;
  -moz-border-radius: 0.375em;
  -webkit-border-radius: 0.375em;
  border-radius: 0.375em;
  font-size: 15px;
  color: #7f7f7f;
  padding: 10px 10px 10px 40px;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  font-family: "canada-type-gibson", sans-serif;
  font-style: normal;
  font-weight: 300;
}
#blocGlobal #contenantNoParallax #contenuWrapper ul#champForm > li input:focus,
#blocGlobal #contenantNoParallax #contenuWrapper ul#champForm > li textarea:focus {
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  background: #f3f3f3;
}
#blocGlobal #contenantNoParallax #contenuWrapper ul#champForm > li input[type="text"] {
  width: 280px;
}
#blocGlobal #contenantNoParallax #contenuWrapper ul#champForm > li textarea {
  max-width: 580px;
  width: 100%;
  height: 200px;
}
#blocGlobal #contenantNoParallax #contenuWrapper ul#champForm > li input[type="submit"] {
  width: auto;
  font-size: 20px;
  padding: 15px;
  color: #ffffff;
  -moz-border-radius: 0.375em;
  -webkit-border-radius: 0.375em;
  border-radius: 0.375em;
  background-color: #2e86c6;
  cursor: pointer;
  margin-top: 25px;
}
#blocGlobal #contenantNoParallax #contenuWrapper ul#champForm > li input[type="submit"]:hover {
  background-color: #205e8a;
}
#blocGlobal #contenantNoParallax #contenuWrapper ul#champForm > li .champ {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal #contenantNoParallax #contenuWrapper ul#champForm > li .champ:before {
  content: " ";
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 5;
  margin: 9px 0 0 10px;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
#blocGlobal #contenantNoParallax #contenuWrapper ul#champForm > li .champ input#prenom {
  width: 150px;
  -moz-border-radius: 0.375em 0 0 0.375em;
  -webkit-border-radius: 0.375em 0 0 0.375em;
  border-radius: 0.375em 0 0 0.375em;
}
#blocGlobal #contenantNoParallax #contenuWrapper ul#champForm > li .champ input#nom {
  width: 130px;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 0 0.375em 0.375em 0;
  -webkit-border-radius: 0 0.375em 0.375em 0;
  border-radius: 0 0.375em 0.375em 0;
  padding: 10px;
}
#blocGlobal #contenantNoParallax #contenuWrapper ul#champForm > li #champPrenomNom:before {
  background: transparent url('/media/img/pictoUser.png') left center no-repeat;
  background-size: 100%;
}
#blocGlobal #contenantNoParallax #contenuWrapper ul#champForm > li #champSociete:before {
  background: transparent url('/media/img/pictoSociete.png') left center no-repeat;
  background-size: 100%;
}
#blocGlobal #contenantNoParallax #contenuWrapper ul#champForm > li #champEmail:before {
  background: transparent url('/media/img/pictoEmail.png') left center no-repeat;
  background-size: 100%;
}
#blocGlobal #contenantNoParallax #contenuWrapper ul#champForm > li #champTel:before {
  background: transparent url('/media/img/pictoTel.png') left center no-repeat;
  background-size: 100%;
}
#blocGlobal #contenantNoParallax #contenuWrapper ul#champForm > li #champMsg:before {
  background: transparent url('/media/img/pictoMsg.png') left center no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 660px) {
  #blocGlobal #presentationBis {
    font-size: 15px;
  }
  #blocGlobal #presentationBis h1 {
    font-size: 45px !important;
    line-height: 45px !important;
  }
  #blocGlobal #contenantNoParallax #contenuWrapper textarea {
    max-width: 280px !important;
  }
}
