@charset "utf-8";
/* CSS Document */
.acordion_demande_attestation a {
  text-decoration: none;
  color: #6419be;
}
.acordion_demande_attestation a:hover {
  text-decoration: underline;
}
.acordion_demande_attestation {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  margin: 30px 0 0;
}
.acordion_demande_attestation > div {
  padding: 50px 25px 20px 25px;
  text-align: left;
}
.acordion_demande_attestation > div > h3 {
  font-size: 16px;
  margin-bottom: 30px;
}
.acordion_link {
  display: inline-block;
  font-family: "Manrope Bold";
  text-align: center;
  width: 270px;
  margin: 5px 5px;
  background: #fff5e6;
  padding: 15px 0px;
  border-radius: 10px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.acordion_link:hover {
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.acordion_select {
  color: #fff;
  background: #f59b14;
}
.phone_desktop {
  display: inline;
}
.phone_smart {
  display: none;
}
.block-notice-phone {
  display: none;
}
.bloc-six-personnes {
  margin-top: 80px;
  background: #fff;
  padding: 40px 40px;
  border-radius: 10px;
}
@media screen and (max-width:320px) {
  .image-services {
    background: url("../images/services-ligne/services-320x360.jpg");
    background-position: center;
    background-size: cover;
    height: 320px;
    align-items: flex-end;
    justify-content: center;
  }
}
@media screen and (min-width:321px) and (max-width:479px) {
  .image-services {
    background: url("../images/services-ligne/services-480x500.jpg");
    background-position: center;
    background-size: cover;
    height: 350px;
    align-items: flex-end;
    justify-content: center;
  }
}
@media screen and (min-width:480px) and (max-width:639px) {
  .image-services {
    background: url("../images/services-ligne/services-480x500.jpg");
    background-position: center;
    background-size: cover;
    height: 450px;
    align-items: flex-end;
    justify-content: center;
  }
}
@media screen and (min-width:640px) and (max-width:959px) {
  .image-services {
    background: url("../images/services-ligne/services-600x600.jpg");
    background-position: center;
    background-size: cover;
    height: 600px;
    align-items: flex-end;
    justify-content: center;
  }
}
@media screen and (min-width:960px) and (max-width:1279px) {
  .image-services {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/services-ligne/services-1120x350.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -50px top -110px, bottom -100px left 320px, center;
    background-size: 400px, 200px, cover;
    height: 352px;
  }
}
@media screen and (min-width:1280px) and (max-width:1599px) {
  .image-services {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/services-ligne/services-1440x450.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -50px top -90px, bottom -130px left 320px, center;
    background-size: 450px, 260px, cover;
    height: 452px;
  }
}
/* --------------------------------- */
@media only screen and (max-width : 959px) {
  .image-services {
    margin: 80px auto 0;
    width: 100%;
    border-radius: 0;
  }
  .phone_desktop {
    display: none;
  }
  .phone_smart {
    display: inline;
  }
  .block-notice {
    display: none;
  }
  .block-notice-phone {
    display: inline;
  }
  .acordion_demande_attestation {
    padding: 10px;
  }
  .acordion_link {
    width: 100%;
  }
  .acordion_demande_attestation > div {
    padding: 20px;
  }
}
@media screen and (min-width:1600px) {
  .image-services {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/services-ligne/services-1920x600.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -50px top -90px, bottom -130px left 400px, center;
    background-size: 500px, 300px, cover;
    height: 502px;
  }
}
@media screen and (min-width:1920px) {
  .image-services {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/services-ligne/services-1920x600.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -50px top -90px, bottom -130px left 400px, center;
    background-size: 500px, 300px, cover;
    height: 602px;
  }
}