/** END FONCTIONS **/
#slider_home {
  color: #fff;
}
#slider_home .carousel {
  margin-bottom: 0;
}
#slider_home .carousel #audio-control {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../images/unmute.webp) center center no-repeat;
  background-size: 40px 40px;
  position: absolute;
  z-index: 5;
  right: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s;
}
#slider_home .carousel #audio-control.actif {
  background: url(../images/mute.webp) center center no-repeat;
  background-size: 40px 40px;
}
#slider_home .carousel__slide {
  width: 100%;
  padding: 0;
}
#slider_home .carousel__dots {
  bottom: 20px;
  top: inherit;
}
#slider_home .content {
  background-color: #0387bf;
  background: linear-gradient(to top, #FDF3E8 100px, #0387bf 100px);
  padding: 50px 20px;
}
#slider_home .titre1 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  font-family: "mozaic-geo-variable", sans-serif;
  line-height: 1.2;
}
#slider_home .titre2 {
  color: #fff;
  font-size: 35px;
  font-family: "mozaic-geo-variable", sans-serif;
  line-height: 1.2;
}
#slider_home .titre3 {
  color: #fff;
  opacity: 0.5;
  font-size: 30px;
  font-family: "mozaic-geo-variable", sans-serif;
  line-height: 1.2;
}
#venir_pour {
  margin-top: 50px;
}
#venir_pour .titre {
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  font-family: "mozaic-geo-variable", sans-serif;
}
#venir_pour .liens a {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding: 20px;
  height: 100px;
  width: 100%;
  border-radius: 8px;
  position: relative;
  box-shadow: 3px 7px 18px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#venir_pour .liens a:nth-of-type(1) {
  background-color: #72DFCA;
}
#venir_pour .liens a:nth-of-type(2) {
  background-color: #95D7E7;
}
#venir_pour .liens a:nth-of-type(3) {
  background-color: #FBDBCC;
}
#venir_pour .liens a:after {
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
  position: absolute;
  top: 15px;
  left: 28px;
}
#venir_pour .liens a .picto {
  width: 60px;
  position: relative;
  z-index: 1;
}
#venir_pour .liens a span {
  font-size: 25px;
  font-weight: 100;
  margin-left: 20px;
  font-family: "mozaic-geo-variable", sans-serif;
  font-variation-settings: "wght" 300;
  display: block;
}
#venir_pour .liens a:hover {
  background-color: #3AC8DF;
  transform: translateY(-10px);
}
#presentation .chiffres {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  align-items: center;
}
#presentation .chiffres .col {
  display: grid;
  grid-gap: 20px;
}
#presentation .chiffres .chiffre {
  font-family: "mozaic-geo-variable", sans-serif;
  font-variation-settings: "wght" 600;
  font-size: 50px;
  letter-spacing: 1px;
  display: flex;
  align-items: baseline;
}
#presentation .chiffres .chiffre img {
  margin-right: 10px;
  display: none;
}
#presentation .chiffres .libelle {
  font-family: "mozaic-geo-variable", sans-serif;
  font-size: 18px;
}
#presentation .chiffres .slibelle {
  font-family: "mozaic-geo-variable", sans-serif;
  font-size: 12px;
}
#services .services .item {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
#services .services .item:hover .picto:after {
  bottom: 50%;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
#services .services .item:hover .picto:before {
  opacity: 1;
  background-size: 50px;
  transition: all 0.2s ease 0.1s;
}
#services .services .picto {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23fff' stroke-width='1' stroke-dasharray='4%2c 7' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#services .services .picto:after {
  content: '';
  background-color: #FBDBCC;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  transform: translateY(50%);
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#services .services .picto:before {
  content: '';
  position: absolute;
  z-index: 5;
  bottom: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(50%);
  background-image: url(../images/plus-rond.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  opacity: 0;
  transition: all 0.2s ease 0;
}
#services .services .content {
  padding-left: 20px;
  text-align: left;
  flex: 1;
}
#services .services .content .titre {
  font-family: "mozaic-geo-variable", sans-serif;
  font-size: 20px;
  font-variation-settings: "wght" 300;
  margin-bottom: 5px;
}
#services .services .content .stitre {
  line-height: 1.4;
  font-size: 14px;
}
#parcours .etapes .item {
  position: relative;
  box-shadow: 6px 12px 16px 0 rgba(0, 0, 0, 0.1);
  margin: 0 20px;
  width: calc(100% - 40px);
  padding: 0;
  border-radius: 20px;
  height: 450px;
}
#parcours .etapes .item .box {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
#parcours .etapes .item::after {
  content: '';
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  background: linear-gradient(to bottom, transparent, #11276C);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#parcours .etapes .item .box > img {
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#parcours .etapes .item .content {
  position: absolute;
  top: calc(100% - 220px);
  right: 0;
  left: 0;
  padding: 20px;
  z-index: 1;
  text-align: left;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#parcours .etapes .item .titre {
  text-transform: uppercase;
  font-variation-settings: "wght" 500;
  color: #fff;
  font-family: "mozaic-geo-variable", sans-serif;
  font-size: 26px;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#parcours .etapes .item .chiffre {
  width: 90px;
  height: 140px;
  background-repeat: no-repeat;
  background-size: 91px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#parcours .etapes .item .picto {
  clip-path: inset(100% 0 0 0);
  height: 0;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#parcours .etapes .item .texte {
  opacity: 0;
  margin-top: 20px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#parcours .etapes .item a {
  display: block;
  bottom: 0px;
  right: 0;
  left: 0;
  position: absolute;
  padding: 17px 20px 13px 20px;
  line-height: 20px;
  color: #fff;
  font-size: 18px;
  font-family: "mozaic-geo-variable", sans-serif;
  font-variation-settings: "wght" 700;
  background-color: #72DFCA;
  border: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#parcours .etapes .item a:hover {
  background-color: #3AC8DF;
}
#parcours .etapes .item:nth-of-type(1) .chiffre {
  background-image: url(../images/etape_1.png);
}
#parcours .etapes .item:nth-of-type(2) .chiffre {
  background-image: url(../images/etape_2.png);
}
#parcours .etapes .item:nth-of-type(3) .chiffre {
  background-image: url(../images/etape_3.png);
}
#parcours .etapes .item:hover:after {
  top: 100%;
  opacity: 0;
}
#parcours .etapes .item:hover .box > img {
  opacity: 0;
}
#parcours .etapes .item:hover .content {
  top: 0;
}
#parcours .etapes .item:hover .titre {
  color: #222;
  font-variation-settings: "wght" 900;
}
#parcours .etapes .item:hover .texte {
  opacity: 1;
}
#parcours .etapes .item:hover .chiffre {
  height: 0px;
  margin-bottom: 0;
}
#parcours .etapes .item:hover .picto {
  clip-path: inset(0 0 0 0);
  height: 60px;
  margin-bottom: 20px;
}
#parcours .etapes .item:hover a {
  opacity: 1;
  visibility: visible;
}
#parcours .etapes .carousel__viewport {
  overflow: inherit;
}
#parcours .etapes .carousel__nav {
  display: none;
}
#parcours .etapes .carousel__dots .carousel__dot {
  width: 40px;
  height: 10px;
  margin: 4px;
}
#parcours .etapes .carousel__dots .carousel__dot:after {
  height: 4px;
  width: 38px;
  border: 1px solid #C9C9C9;
  background-color: #fff;
  border-radius: 3px;
  opacity: 1;
}
#parcours .etapes .carousel__dots .carousel__dot.is-selected:after {
  border-color: #72DFCA;
  background-color: #72DFCA;
}
#rejoindre {
  background-color: #FDF2EC;
}
#rejoindre .metiers .item {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
#rejoindre .metiers .item:hover .picto:after {
  bottom: 50%;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
#rejoindre .metiers .item:hover .picto:before {
  opacity: 1;
  background-size: 50px;
  transition: all 0.2s ease 0.1s;
}
#rejoindre .picto {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23222' stroke-width='1' stroke-dasharray='4%2c 7' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#rejoindre .picto:after {
  content: '';
  background-color: #FBDBCC;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  transform: translateY(50%);
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#rejoindre .picto:before {
  content: '';
  position: absolute;
  z-index: 5;
  bottom: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(50%);
  background-image: url(../images/plus-rond.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  opacity: 0;
  transition: all 0.2s ease;
}
#rejoindre .content {
  padding-left: 20px;
  text-align: left;
  flex: 1;
}
#rejoindre .content .titre {
  font-family: "mozaic-geo-variable", sans-serif;
  font-size: 20px;
  font-variation-settings: "wght" 300;
  margin-bottom: 5px;
}
#rejoindre .content .stitre {
  line-height: 1.4;
  font-size: 14px;
}
#rejoindre .btn {
  margin-top: 30px;
}
#suivre {
  background-color: #FEF9F3;
}
#suivre .titre {
  font-family: "mozaic-geo-variable", sans-serif;
  font-variation-settings: "wght" 600;
  color: #324A97;
  font-size: 26px;
  display: flex;
  align-items: center;
}
#suivre .titre i {
  width: 46px;
  height: 46px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #324A97;
  color: #fff;
  font-size: 24px;
}
#suivre #fil_linkedin {
  max-height: 340px;
  overflow: overlay;
  margin-top: 20px;
}
#map img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
/* Version 768 */
@media (min-width: 768px) {
  #services .services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-top: 30px;
  }
  #services .services .item {
    margin-top: 0;
  }
  #parcours .etapes {
    margin-top: 30px;
  }
  #parcours .etapes .item {
    width: 40%;
  }
  #rejoindre .metiers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-top: 30px;
  }
  #rejoindre .metiers .item {
    margin-top: 0;
  }
}
/* Version > 1024 */
@media (min-width: 1024px) {
  #slider_home #venir_pour .liens {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
  }
  #presentation .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    align-items: center;
  }
  #presentation .chiffres {
    margin-top: 0;
  }
}
/* Version > 1200 */
@media (min-width: 1200px) {
  #slider_home {
    height: 700px;
    position: relative;
  }
  #slider_home .titre1 {
    font-size: 70px;
    letter-spacing: 2px;
  }
  #slider_home .titre2 {
    font-size: 50px;
    line-height: 1;
  }
  #slider_home .titre3 {
    font-size: 34px;
  }
  #slider_home .textes {
    width: 500px;
  }
  #slider_home .carousel {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 1100px;
  }
  #slider_home .carousel #audio-control {
    transform: none;
    top: auto;
    bottom: 30%;
    left: auto;
    right: 40px;
    cursor: pointer;
  }
  #slider_home .content {
    background-image: url(../images/fond_bandeau_home.svg);
    background-repeat: no-repeat;
    background-position: calc(50% - 410px) bottom;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #slider_home .content:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% + 130px);
    width: 900px;
    height: 200px;
    background-image: url(../images/vague_bandeau.svg);
    background-repeat: no-repeat;
  }
  #slider_home .content:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% + 130px);
    width: 900px;
    height: 200px;
    background: linear-gradient(168deg, transparent 50%, #FDF3E8 50%);
  }
  #slider_home .conteneur_interne {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
  }
  #slider_home .carousel__nav,
  #slider_home .carousel__dots {
    display: none;
  }
  #slider_home #logo_hqs {
    position: absolute;
    left: calc(50% - 450px);
    top: 50px;
    z-index: 1;
  }
  #venir_pour {
    margin-top: 0;
    position: absolute;
    bottom: -60px;
  }
  #venir_pour .liens a {
    align-items: start;
    flex-direction: column;
    height: auto;
  }
  #venir_pour .liens a span {
    margin-left: 0;
    margin-top: 20px;
  }
  #presentation {
    padding-top: 50px;
    padding-bottom: 200px;
    background-image: url(../images/bordure.png);
    background-size: 1920px;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  #presentation .row {
    grid-column-gap: 100px;
  }
  #presentation .chiffres .col {
    grid-gap: 60px;
  }
  #presentation .chiffres .col.droite {
    margin-bottom: 150px;
  }
  #presentation .chiffres .chiffre {
    font-size: 70px;
  }
  #presentation .chiffres .chiffre img {
    display: block;
  }
  #presentation .chiffres .libelle {
    font-size: 24px;
  }
  #presentation .chiffres .slibelle {
    font-size: 18px;
  }
  #annuaire {
    padding-bottom: 0;
  }
  #services .services {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 50px;
    margin-top: 50px;
    max-width: 1130px;
    margin-right: auto;
    margin-left: auto;
  }
  #services .services .item {
    flex-direction: column;
  }
  #services .services .picto {
    width: 150px;
    height: 150px;
  }
  #services .services .content {
    padding-left: 0;
    margin-top: 30px;
    text-align: center;
  }
  #services .services .content .titre {
    font-size: 24px;
    height: 50px;
  }
  #services .services .content .stitre {
    font-size: 16px;
  }
  #parcours .etapes {
    margin-top: 50px;
  }
  #parcours .etapes .carousel__track {
    justify-content: space-between;
  }
  #parcours .etapes .item {
    margin: 0;
    height: 450px;
    overflow: visible;
  }
  #parcours .etapes .item:nth-of-type(1) {
    width: 410px;
  }
  #parcours .etapes .item:nth-of-type(2) {
    width: 330px;
  }
  #parcours .etapes .item:nth-of-type(3) {
    width: 330px;
  }
  #parcours .etapes .item .content {
    top: calc(100% - 250px);
    padding: 35px;
  }
  #parcours .etapes .item a {
    padding-left: 35px;
    padding-right: 35px;
  }
  #suivre {
    padding-left: 60px;
  }
  #suivre #fil_linkedin {
    max-height: 480px;
    margin-top: 0px;
  }
  #rejoindre {
    position: relative;
  }
  #rejoindre:after {
    content: '';
    position: absolute;
    top: 20px;
    bottom: 0;
    left: -310px;
    width: 445px;
    background-image: url(../images/deco_rejoindre.svg);
    background-repeat: no-repeat;
  }
  #rejoindre .titre {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  #rejoindre .titre:after,
  #rejoindre .titre:before {
    display: none;
  }
  #rejoindre .conteneur {
    text-align: left;
    padding-right: 60px;
    position: relative;
    z-index: 1;
  }
  #rejoindre .metiers {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    margin-top: 50px;
    width: 400px;
    margin-right: 0;
    margin-left: auto;
  }
  #rejoindre .item {
    flex-direction: column;
  }
  #rejoindre .picto {
    width: 120px;
    height: 120px;
  }
  #rejoindre .content {
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  #rejoindre .content .titre {
    font-size: 24px;
  }
  #rejoindre .content .stitre {
    font-size: 16px;
  }
  #rej_sui {
    background: linear-gradient(to right, #FDF2EC 33%, #fff 33%, #fff 66%, #fef9f3 66%);
  }
  #rej_sui .conteneur_spe {
    max-width: 1290px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
  }
  #map {
    margin: 30px 0;
  }
  #map img {
    height: 600px;
  }
}
