@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,700;1,400;1,700&display=swap');
html, body {
  padding: 0;
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #343b6f;
}
section, div, img, form, input {
  box-sizing: border-box;
  transition: .3s ease;
  z-index: 0;
  position: relative;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: 400;
  text-align: center;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
.vert {
  color: #7cce22
}
.separateur::before {
    content: url("../img/feuille-separateur.png");
    display: block;
}
.center, .center-mobile {
  text-align: center;
  align-items: center;
}
.center-vertical {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
.row .wrapper {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.row .wrapper .col1, .row .wrapper .col1-2, .row .wrapper .col2-3, .row .wrapper .col1-3 {
  width: 100%;
  margin-bottom: 30px;
}
.row .wrapper .col1-2:last-of-type, .row .wrapper .col2-3:last-of-type, .row .wrapper .col1-3:last-of-type {
  margin-bottom: 0;
}
.appelgratuit {
  width: 100%;
  max-width: 350px;
  height: auto;
}
.macaron {
  display: flex;
  flex-direction: column;
  position: absolute;
  background-image: url("../img/macaron.png");
  background-size: cover;
  width: 140px;
  height: 140px;
  color: #fff;
  text-align: center;
  justify-content: center;
  font-weight: 700;
  top: -60px;
  right: 20px;
}
.macaron span {
  display: block;
  font-size: 40px;
  line-height: 40px
}
.macaron p {
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  text-transform: uppercase;
}
.divBlanc{
    color: white;
}
.header .row .wrapper {
  padding: 10px 0;
  background: #fff;
}
.header .postuler {
    display: block;
    font-size: 15px;
    color: inherit;
    text-decoration: none;
}
.hero {
  background: #5496f7;
  padding: 30px 0 0;
  color: #fff;
  background-image: url("../img/trouvez-votre-auxiliaire2.jpg");
  background-size: 150%;
  background-position: top left;
  background-repeat: no-repeat;
}
.hero p {
  width: 100%;
}
.vague-haut, .vague-bas {
  width: 100vw;
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  margin: -5px 0;
  z-index: -1;
  position: relative;
}
.vague-haut {
  margin-top: -130px;
}
.vague-bas {
  margin-bottom: -160px;
}
#formulaire {
  top: -30px;
  position: absolute;
}
form {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
  color: #343b6f;
  margin-top: 50px;
}
form h2 {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  width: 50%;
}
form input, form textarea {
  border: 1px solid #999;
  background: #fff;
  font-size: 15px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 20px;
  font-family: 'Raleway', sans-serif;
  color: #343b6f;
}
form input[type=checkbox] {
  width: inherit;
  padding: 0;
  margin: 0 5px 0 0;
}
form label {
  font-size: 12px;
  line-height: 14px
}
form input[type=submit], .bouton {
  border: none;
  background: #7cce22;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  margin: 0;
  transition: .3s ease;
  text-decoration: none;
  text-align: center;
  padding: 10px;
}
form input[type=submit] {
  margin: 20px 0 0 0;
}
form input[type=submit]:hover, .bouton:hover {
  background: #343b6f;
  cursor: pointer;
}
.reassurance {
  padding: 0 0 60px;
}
.contact {
  background: black;
  padding: 60px 0;
  background-image: url("../img/contactez-nous.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact h2 {
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.benefices {
  padding: 60px 0;
  background-image: url("../img/fond-footer.jpg");
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.benefices .conteneur-carrousel {
  width: 100%;
  max-width: 1200px;
    padding: 0 30px;
}
.benefices .conteneur-carrousel div {
 transition: none;
}
.benefices .conteneur-carrousel .carrousel .slick-slide {
 text-align: center;
}
.benefices .conteneur-carrousel .carrousel .slick-slide img {
 display: inline-block;
 width: 80%;
}
.benefices .conteneur-carrousel .carrousel .slick-slide p {
 margin:0;
font-weight: 700;
   font-size: 20px;
}
.benefices .row:first-of-type {
  padding: 0 40px;
}
.video {
  padding: 60px 0;
}
footer {
  padding: 60px 0;
    background: #343b6f;
    color:#fff;
    font-size: 13px;
}
footer a {
    color:#fff;
}
.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(52, 59, 111, 0.9);
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.popupSucees {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(52, 59, 111, 0.9);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.popup .wrapper {
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    text-align: center;
}
.popup .wrapper a {
    color: inherit;
}
.popup .wrapper .bouton {
    background-color: #dedede;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400;
}
@media screen and (min-width:768px) {
  h1, h2, h3, h4, h5, h6 {
    text-align: inherit;
  }
  .center-mobile {
    text-align: inherit;
  }
  .left {
    text-align: left;
  }
  .right {
    text-align: right;
  }
  .row .wrapper .col2-3 {
    width: calc(100% / 3 * 2 - 30px);
    margin: 0 15px;
  }
  .row .wrapper .col1-3 {
    width: calc(100% / 3 - 30px);
    margin: 0 15px;
  }
  .row .wrapper .col1-3:nth-child(n+4), .row .wrapper .col1-2:nth-child(n+3) {
    margin-top: 30px;
  }
  .row .wrapper .col1-2, .row .wrapper .col1-2mid {
    width: calc(100% / 2 - 30px);
    margin: 0 15px;
  }
  form {
    margin-top: 0;
  }
  form h2 {
    width: 100%;
    text-align: center;
  }
  .macaron {
    width: 160px;
    height: 160px;
    left: -130px;
    top: -30px;
  }
  .hero {
  background-size: cover;
  background-position: center center;
}
  .benefices .conteneur-carrousel .carrousel .slick-slide p {
   font-size: 25px;
}
}
@media screen and (min-width:992px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 27px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  .row .wrapper .col2-3 {
    width: calc(100% / 3 * 2 - 30px);
    margin: 0 15px;
  }
  .row .wrapper .col1-3 {
    width: calc(100% / 3 - 30px);
    margin: 0 15px;
  }
  .hero {
    padding: 60px 0 0
  }
  .hero p {
  width: 100%;
  max-width: 500px;
}
  .vague-haut, .vague-bas {
    height: 14vw;
  }
  .vague-haut {
    margin-top: -10vw;
  }
  .vague-bas {
    margin-bottom: -10vw;
  }
  form input[type=text] {
    width: 100%
  }
  form input[type=text]:first-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width:1220px) {
  form input[type=text] {
    width: calc(50% - 10px)
  }
  form input[type=text]:first-of-type {
    margin-right: 15px;
  }
}
