@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
/* center vertically */
/* blank */
#block-avantages {
  padding: 40px 0;
  color: black;
}
#block-avantages .wrapper {
  overflow: hidden;
}
#block-avantages .wrapper .left {
  width: 100%;
  padding-top: 0px;
}
#block-avantages .wrapper .left h2 {
  margin: 0 0 20px 0;
}
#block-avantages .wrapper .left .sub {
  font-size: 1.11em;
  margin-bottom: 15px;
}
#block-avantages .wrapper .right ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#block-avantages .wrapper .right ul li {
  background-color: #efe8eb;
  height: 60px;
  line-height: 120%;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#block-avantages .wrapper .right ul li:hover {
  background-color: #5e1a38;
}
#block-avantages .wrapper .right ul li:hover a {
  color: white;
}
#block-avantages .wrapper .right ul li a {
  text-decoration: none;
  color: black;
  display: block;
  padding: 10px 10px 10px 70px;
  min-height: 40px;
  background-image: url(../devenir-adma-images/fl-right-avantage-pale.svg);
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 40px;
  font-size: 1.1em;
}

#FormBuilderSubmitted {
  padding-top: 10px;
}

#block-profils {
  color: white;
}
#block-profils .wrapper {
  width: 100%;
}
#block-profils .wrapper .left {
  background-image: url(../devenir-adma-images/back-profils-front-v2.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 380px;
  padding-left: 20px;
  width: calc(100% - 20px);
  padding-top: 60px;
}
#block-profils .wrapper .right {
  overflow: hidden;
}
#block-profils ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #5e1a38;
}
#block-profils ul li {
  background-color: #5e1a38;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#block-profils ul li a {
  display: block;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 30px;
  background-image: url(../devenir-adma-images/fl-right-avantage.svg);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: 25px 40px;
  border-bottom: solid 1px #58585A;
  color: white;
  text-decoration: none;
}
#block-profils ul li a .titre,
#block-profils ul li a span {
  display: block;
  width: 100%;
  margin-top: 5px;
}
#block-profils ul li a .titre {
  font-size: 1.2em;
}
#block-profils ul li a span {
  font-size: 1em;
}
#block-profils ul li:hover {
  background-color: #3d0029;
}

#block-trouvez-votre-profil {
  padding-top: 40px;
  padding-bottom: 30px;
  color: black;
  text-align: center;
}
#block-trouvez-votre-profil h2 {
  margin: 0 0 20px 0;
  font-size: 1.8em;
}
#block-trouvez-votre-profil .formulaire {
  position: relative;
}
#block-trouvez-votre-profil .form-header {
  font-size: 1.2em;
}
#block-trouvez-votre-profil .inputs {
  height: 120px;
  width: 300px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#block-trouvez-votre-profil .inputs button {
  border-radius: 100%;
  width: 120px;
  height: 120px;
  background-color: white;
  border: solid 2px #58585A;
  color: black;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  font-size: 1.11em;
}
#block-trouvez-votre-profil .inputs button:hover,
#block-trouvez-votre-profil .inputs button .selected {
  background-color: #3d0029;
  color: white;
}
#block-trouvez-votre-profil .reponse {
  position: absolute;
  left: 0;
  top: 100px;
  height: 250px;
  margin-bottom: 50px;
  width: 100%;
  background-color: white;
  display: none;
}
#block-trouvez-votre-profil .reponse em {
  display: block;
}
#block-trouvez-votre-profil .status {
  color: #666666;
}
#block-trouvez-votre-profil .liste {
  display: inline-block;
  padding: 40px 5px;
}
#block-trouvez-votre-profil .liste button {
  text-decoration: none;
  border-radius: 20px;
  text-align: center;
  width: 150px;
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  color: white;
  background-color: #870300;
}
#block-trouvez-votre-profil .liste .wrapper-liste {
  padding: 20px;
  position: absolute;
  width: calc(100% - 40px);
  margin: 0 auto;
  height: 220px;
  background-color: #870300;
  color: white;
  text-align: left;
  top: 50px;
  left: 0px;
  overflow: hidden;
  display: none;
}
#block-trouvez-votre-profil .liste .wrapper-liste .wrapper-scroll {
  height: 225px;
  overflow: scroll;
  margin-right: 20px;
}
#block-trouvez-votre-profil .liste .wrapper-liste .wrapper-scroll ul li {
  margin-right: 15px;
}
#block-trouvez-votre-profil .liste .wrapper-liste .btn-close {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 10;
  background-image: url(../devenir-adma-images/btn-close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#block-trouvez-votre-profil .liste .wrapper-liste ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#block-trouvez-votre-profil .liste .wrapper-liste ul li {
  font-weight: 700;
}
#block-trouvez-votre-profil .liste .wrapper-liste ul li ul {
  padding-left: 20px;
}
#block-trouvez-votre-profil .liste .wrapper-liste ul li ul li {
  font-weight: 100;
}
#block-trouvez-votre-profil .aucun-profil {
  position: absolute;
  top: 150px;
  left: calc(50% - 200px);
  width: 400px;
  display: none;
}

#block-communaute {
  background-color: white;
  padding: 60px 0;
}
#block-communaute .wrapper .left {
  width: 100%;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 125%;
}
#block-communaute .wrapper .right {
  width: 100%;
  padding: 30px 0 0 0;
}
#block-communaute .wrapper .right .btn {
  width: 320px;
}
#block-communaute .wrapper .right input {
  max-width: 500px;
  margin: 20px 0 0 0;
}

form {
  width: 100%;
}
form label.InputfieldHeader {
  display: none;
}
form input[type=text],
form input[type=email],
form textarea {
  font-family: "Montserrat";
  width: calc(100% - 30px);
  border: solid 1px #B2B2B2;
  height: 20px;
  font-size: 1em;
  padding: 15px;
  margin-bottom: 15px;
}
form textarea {
  height: 190px;
}
form button[name=contact_us_submit] {
  display: block;
  border: none;
  font-size: 1.11em;
  width: 220px;
  margin: 10px auto 0;
}
form .response {
  font-weight: 600;
  margin: 30px 0 0 0;
}

#wrap_Inputfield- {
  display: none;
}

#block-formulaire {
  background-color: #3d0029;
  padding: 40px 0;
  color: white;
}
#block-formulaire .wrapper .left {
  width: 100%;
  padding: 0 0 15px 0;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 125%;
}
#block-formulaire .wrapper .right {
  width: 100%;
  padding: 0 0 20px 0;
}

.left,
.right {
  width: 100%;
}

:focus {
  outline: 0;
}

@media only screen and (min-width: 1024px) {
  #block-avantages {
    padding: 50px 0;
  }
  #block-avantages .wrapper {
    width: calc(100% - 40px);
  }
  #block-avantages .wrapper .left {
    padding-left: 50px;
    width: calc(50% - 50px);
    padding-top: 75px;
  }
  #block-avantages .wrapper .left h2 {
    margin: 0 0 0 0;
  }
  #block-avantages .wrapper .right ul li {
    height: 80px;
    line-height: 150%;
  }
  #block-avantages .wrapper .right ul li a {
    padding: 20px 20px 0px 80px;
    background-size: 50px;
    font-size: 1.5em;
    min-height: 60px;
  }
  #FormBuilderSubmitted {
    padding-top: 10px;
  }
  #block-profils .wrapper {
    width: 100%;
  }
  #block-profils .wrapper .left {
    height: 500px;
    padding-left: 50px;
    width: calc(50% - 50px);
  }
  #block-profils .wrapper .right {
    height: 560px;
  }
  #block-profils ul li a {
    height: 140px;
    padding-left: 120px;
    padding-right: 50px;
    background-size: 50px;
    background-position: 30px 48px;
  }
  #block-profils ul li a .titre {
    font-size: 1.66em;
  }
  #block-profils ul li a span {
    font-size: 1.11em;
  }
  #block-trouvez-votre-profil {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #block-trouvez-votre-profil h2 {
    margin: 0 0 40px 0;
    font-size: 3.88em;
  }
  #block-trouvez-votre-profil .form-header {
    font-size: 1.66em;
  }
  #block-trouvez-votre-profil .inputs {
    height: 320px;
    width: 500px;
    margin: 0 auto;
  }
  #block-trouvez-votre-profil .inputs button {
    width: 200px;
    height: 200px;
  }
  #block-trouvez-votre-profil .reponse {
    left: calc(50% - 250px);
    top: 150px;
    height: 400px;
    width: 500px;
  }
  #block-trouvez-votre-profil .liste {
    padding: 30px 25px;
  }
  #block-trouvez-votre-profil .liste button {
    width: 200px;
  }
  #block-trouvez-votre-profil .liste .wrapper-liste {
    padding: 50px;
    width: 400px;
    height: 270px;
    left: calc(50% - 250px);
  }
  #block-trouvez-votre-profil .liste .wrapper-liste .wrapper-scroll {
    height: 275px;
  }
  #block-trouvez-votre-profil .liste .wrapper-liste .btn-close {
    right: 20px;
    top: 20px;
  }
  #block-communaute {
    padding: 70px 0;
  }
  #block-communaute .wrapper .left {
    width: calc(50% - 50px);
    padding-left: 50px;
    float: left;
    font-size: 2.22em;
  }
  #block-communaute .wrapper .right {
    width: calc(50% - 50px);
    padding-right: 50px;
    float: left;
    padding: 0px 0 0 0;
  }
  #block-communaute .wrapper .right .btn {
    width: 375px;
  }
  #block-communaute .wrapper .right input {
    margin: 20px auto 0;
  }
  form textarea {
    height: 260px;
  }
  form .btn {
    width: 300px;
  }
  #block-formulaire {
    padding: 50px 0;
  }
  #block-formulaire .wrapper .left {
    width: calc(50% - 100px);
    padding: 0 50px;
    float: left;
    font-size: 1.85em;
  }
  #block-formulaire .wrapper .right {
    width: calc(50% - 50px);
    padding: 0 50px 0 0;
    float: left;
  }
  .left,
  .right {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  #block-avantages {
    padding: 100px 0;
  }
  #block-avantages .wrapper .left {
    padding-left: 100px;
    width: calc(50% - 100px);
    padding-top: 115px;
  }
  #block-avantages .wrapper .right ul li {
    line-height: 80px;
  }
  #block-avantages .wrapper .right ul li a {
    padding: 0 0 0 80px;
  }
  #block-profils .wrapper .left {
    height: 500px;
    padding-left: 100px;
    width: calc(50% - 100px);
  }
  #block-trouvez-votre-profil {
    padding-top: 100px;
  }
  form {
    width: 500px;
  }
  #block-formulaire {
    padding: 100px 0;
  }
  #block-formulaire .wrapper .left {
    width: calc(50% - 200px);
    padding: 0 100px;
    font-size: 2.22em;
  }
  #block-formulaire .wrapper .right {
    width: calc(50% - 100px);
    padding: 0 100px 0 0;
  }
  #block-communaute {
    padding: 100px 0;
  }
  #block-communaute .wrapper .left {
    width: calc(50% - 100px);
    padding-left: 100px;
  }
  #block-communaute .wrapper .right {
    width: calc(50% - 100px);
    padding-right: 100px;
  }
}
@media only screen and (min-width: 1460px) {
  #block-profils .wrapper {
    width: calc(100% - 40px);
  }
}/*# sourceMappingURL=home.css.map */