@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;
  color: #06143F;
}
#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: rgba(178, 178, 178, 0.1);
  height: 60px;
  line-height: 60px;
  -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;
  border-bottom: 3px solid #fff;
}
#block-avantages .wrapper .right ul li a {
  text-decoration: none;
  color: black;
  display: block;
  padding: 0px 0px 0px 70px;
  min-height: 40px;
  background-image: url(../devenir-cmc-images/fl-right-avantage-pale.svg);
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 40px;
  font-size: 1.4em;
  font-weight: 400;
}
#block-avantages .wrapper .right ul li a:hover {
  background-image: url(../devenir-cmc-images/fl-right-avantage-bleu.svg);
}
#block-avantages .action {
  margin: 30px auto 20px auto;
  text-align: center;
}

#FormBuilderSubmitted {
  padding-top: 10px;
}

#block-profils {
  color: white;
}
#block-profils .wrapper {
  width: 100%;
}
#block-profils .wrapper .left {
  background-image: url(../devenir-cmc-images/back-profils-front-v3.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 310px;
  padding-left: 20px;
  width: calc(100% - 20px);
  padding-top: 130px;
}
#block-profils .wrapper .left .sub {
  font-weight: 400;
}
#block-profils .wrapper .right {
  overflow: hidden;
}
#block-profils ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#block-profils ul li {
  background-color: #06143F;
  -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;
  padding-left: 100px;
  padding-right: 30px;
  background-image: url(../devenir-cmc-images/fl-right-avantage.svg);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: 25px center;
  border-bottom: solid 1px #58585A;
  color: white;
  text-decoration: none;
}
#block-profils ul li a .titre {
  font-size: 1.2em;
  display: block;
  width: 100%;
  padding: 20px 0 0 0;
}
#block-profils ul li a .resume {
  font-size: 0.9em;
  color: #21BECC;
  line-height: 130%;
  font-weight: 600;
  padding: 10px 0 0 0;
  max-width: 400px;
}
#block-profils ul li a br {
  display: none;
}
#block-profils ul li a span {
  font-size: 0.8em;
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px 0 20px 0;
}
#block-profils ul li:hover {
  background-color: #21BECC;
}
#block-profils ul li:hover a {
  background-image: url(../devenir-cmc-images/fl-right-avantage-bleu-fonce.svg);
}
#block-profils ul li:hover a .resume {
  color: #06143F;
}

#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;
  color: #06143F;
}
#block-trouvez-votre-profil .formulaire {
  position: relative;
}
#block-trouvez-votre-profil .form-header {
  font-size: 1.2em;
}
#block-trouvez-votre-profil .inputs {
  height: 120px;
  min-width: 300px;
  max-width: 350px;
  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: 110px;
  height: 110px;
  background-color: white;
  border: solid 2px #3d0029;
  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: 75px;
  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 {
  margin: 30px 0 20px 0;
  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: #3d0029;
}
#block-trouvez-votre-profil .liste .wrapper-liste {
  padding: 20px;
  position: absolute;
  width: calc(100% - 40px);
  margin: 0 auto;
  height: 220px;
  background-color: #3d0029;
  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-cmc-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: 75px;
  left: calc(50% - 150px);
  width: 300px;
  display: none;
}
#block-trouvez-votre-profil .aucun-profil a {
  color: #06143F;
}

#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;
  color: #06143F;
  font-weight: 500;
}
form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  font-weight: 100;
}
form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  font-weight: 100;
}
form :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  font-weight: 100;
}
form :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  font-weight: 100;
}
form textarea {
  height: 190px;
}
form button[name=contact_us_submit] {
  display: block;
  border: none;
  font-size: 1.11em;
  width: 220px;
  margin: 10px auto 0;
  background-color: #21BECC !important;
  cursor: pointer;
}
form button[name=contact_us_submit]:hover {
  background-color: #3d0029 !important;
}
form a {
  color: #21BECC;
}
form .response {
  font-weight: 600;
  margin: 30px 0 0 0;
}

#wrap_Inputfield- {
  display: none;
}

#block-formulaire {
  background-color: #06143F;
  padding: 40px 0;
  color: white;
  max-width: 1400px;
  margin: 0 auto;
}
#block-formulaire .wrapper .left {
  width: 100%;
  padding: 0 0 15px 0;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 125%;
}
#block-formulaire .wrapper .left p:first-child {
  color: #21BECC;
}
#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: 80px;
  }
  #block-avantages .wrapper .right ul li a {
    padding: 0px 0px 0px 80px;
    background-size: 50px;
    font-size: 1.6em;
    min-height: 60px;
  }
  #block-avantages .action {
    margin: 40px auto 30px auto;
  }
  #FormBuilderSubmitted {
    padding-top: 10px;
  }
  #block-profils .wrapper {
    width: 100%;
  }
  #block-profils .wrapper .left {
    height: 440px;
    padding-left: 50px;
    width: calc(50% - 50px);
    padding-top: 200px;
  }
  #block-profils .wrapper .right {
    height: 640px;
  }
  #block-profils ul li a {
    height: 160px;
    padding-left: 120px;
    padding-right: 50px;
    background-size: 50px;
    background-position: 30px center;
  }
  #block-profils ul li a .titre {
    font-size: 1.66em;
    padding: 25px 0 0 0;
  }
  #block-profils ul li a .resume {
    font-size: 1em;
    padding: 10px 0 0 0;
  }
  #block-profils ul li a span {
    font-size: 0.9em;
    padding: 10px 0 20px 0;
  }
  #block-profils ul li:first-child .titre {
    padding: 15px 0 0 0;
  }
  #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;
    max-width: 510px;
    margin: 0 auto;
  }
  #block-trouvez-votre-profil .inputs button {
    width: 160px;
    height: 160px;
  }
  #block-trouvez-votre-profil .reponse {
    left: calc(50% - 250px);
    top: 100px;
    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-trouvez-votre-profil .aucun-profil {
    top: 150px;
    left: calc(50% - 200px);
    width: 400px;
  }
  #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;
    font-size: 1.875em;
  }
  #block-avantages .action {
    margin: 55px auto 20px auto;
  }
  #block-profils .wrapper .left {
    height: 500px;
    padding-left: 100px;
    width: calc(50% - 100px);
  }
  #block-profils .wrapper .right {
    height: 700px;
  }
  #block-profils .wrapper .right ul li a {
    height: 175px;
  }
  #block-profils .wrapper .right ul li a .titre {
    font-size: 2em;
    padding: 30px 0 0 0;
  }
  #block-profils .wrapper .right ul li a .resume {
    font-size: 1.125em;
    padding: 10px 0 0 0;
  }
  #block-profils .wrapper .right ul li a span {
    font-size: 1em;
    padding: 10px 0 30px 0;
  }
  #block-profils .wrapper .right ul li:first-child .titre {
    padding: 20px 0 0 0;
  }
  #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 */