/* variables */
/** YOUTUBE VIDEO **/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/** END YOUTUBE VIDEO **/
/** BOUTONS **/
.btn_center {
  text-align: center;
  margin: 0 auto;
}
/** END BOUTONS **/
/** PROMESSE **/
#promesse_hq {
  background: #f4f1ec;
  padding-bottom: 40px;
  position: relative;
}
#promesse_hq .un_element {
  position: relative;
}
#promesse_hq .un_element .titre {
  font-family: 'aller_displayregular';
  font-size: 2em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.15;
  padding: 30px 25px 20px 25px;
}
#promesse_hq .un_element .txt {
  padding: 0 25px;
  text-align: center;
}
#promesse_hq .un_element:before,
#promesse_hq .un_element:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: #f9b004;
  right: 15px;
  top: 186px;
}
#promesse_hq .un_element:before {
  height: 6px;
  width: 168px;
}
#promesse_hq .un_element:after {
  width: 6px;
  height: 118px;
}
#promesse_hq .bouton {
  border: 1px solid #f9b004;
  padding-right: 45px;
  background-color: #fff;
}
#promesse_hq .bouton span {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}
#promesse_hq .bouton span:before {
  font-size: 13px;
  transition: all 0.25s;
  color: #f9b004;
}
#promesse_hq .bouton:after {
  content: "";
  display: inline-block;
  width: 105px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -1px;
  background: #fff;
  transition: all 0.2s;
}
#promesse_hq .bouton:hover {
  background: #f9b004;
}
#promesse_hq .bouton:hover span:before {
  color: #000;
}
#promesse_hq .bouton:hover:after {
  background: #f9b004;
}
#promesse_mobile {
  margin-bottom: 35px;
}
#promesse_mobile .visuel {
  height: 220px;
}
/** END PROMESSE **/
/** H1 & VALEURS **/
#h1_valeurs {
  padding: 40px 10px 0 10px;
  text-align: center;
}
#h1_valeurs h1 {
  color: #8e8e8e;
  text-transform: uppercase;
  font-size: 1.125em;
  text-align: center;
  line-height: 1.3;
  padding: 0 15px 30px 15px;
}
#h1_valeurs .fleche_projet {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 11px 0;
  border-color: #f9b004 transparent transparent;
}
#h1_valeurs #valeurs_horoquartz {
  text-align: left;
  margin-top: 55px;
}
#h1_valeurs #valeurs_horoquartz #libelle_valeurs #valeurs_l1 {
  font-family: 'aller_displayregular';
  font-size: 3.125em;
}
#h1_valeurs #valeurs_horoquartz #libelle_valeurs #valeurs_l1 .cube {
  color: #f9b004;
  font-size: 0.6em;
  position: relative;
  top: -25px;
  left: 4px;
}
#h1_valeurs #valeurs_horoquartz #libelle_valeurs #valeurs_l2 {
  font-family: 'aller_displayregular';
  text-transform: uppercase;
  font-size: 2.1875em;
  line-height: 1;
}
#h1_valeurs #valeurs_horoquartz #liste_valeurs {
  margin-top: 20px;
}
#h1_valeurs #valeurs_horoquartz #liste_valeurs .une_valeur {
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.18);
  padding: 20px 30px 20px 15px;
  display: flex;
  align-items: center;
}
#h1_valeurs #valeurs_horoquartz #liste_valeurs .une_valeur:not(:last-child) {
  margin-bottom: 30px;
}
#h1_valeurs #valeurs_horoquartz #liste_valeurs .une_valeur .picto {
  width: 75px;
  height: 75px;
  background: #ffd800;
  background: linear-gradient(90deg, #ffd800 0%, #f9b004 100%);
  padding: 3px;
  border-radius: 50%;
}
#h1_valeurs #valeurs_horoquartz #liste_valeurs .une_valeur .picto .bd {
  background: #fff;
  height: 69px;
  border-radius: 50%;
}
#h1_valeurs #valeurs_horoquartz #liste_valeurs .une_valeur .picto picture {
  position: relative;
  top: 2px;
  left: 1px;
}
#h1_valeurs #valeurs_horoquartz #liste_valeurs .une_valeur .titre_txt {
  flex: 1;
  padding-left: 30px;
}
#h1_valeurs #valeurs_horoquartz #liste_valeurs .une_valeur .titre_txt .titre {
  font-family: 'aller_displayregular';
  color: #f9b004;
  font-size: 1.5em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#h1_valeurs #valeurs_horoquartz #liste_valeurs .une_valeur .titre_txt .texte {
  font-size: 1.125em;
  line-height: 1.1;
}
/** END H1 & VALEURS **/
/** PROJET **/
#projet_horoquartz {
  text-align: center;
  margin-top: 40px;
}
#projet_horoquartz #conteneur_projet_hq {
  padding: 35px 35px 35px 35px;
}
#projet_horoquartz .fleche_projet {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 11px 0;
  border-color: #f9b004 transparent transparent;
}
#projet_horoquartz .fleche_projet:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 58px;
  background: #dfd5c2;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 27px;
  border-radius: 3px;
}
#projet_horoquartz #titre_projet {
  font-family: 'aller_displayregular';
  color: #fff;
  text-transform: uppercase;
  font-size: 2.125em;
  line-height: 1.2;
  padding: 25px 10px 25px 10px;
}
#projet_horoquartz .btn_center {
  max-width: 270px;
}
#projet_horoquartz .bouton {
  background: none;
}
#projet_horoquartz .bouton span {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}
#projet_horoquartz .bouton span:before {
  font-size: 13px;
  transition: all 0.25s;
  color: #f9b004;
}
#projet_horoquartz .bouton:hover {
  background-color: #f9b004;
  color: #000;
}
#projet_horoquartz .bouton:hover span:before {
  color: #000;
}
/** END PROJET **/
/** OFFRE LOGICIELS **/
#offre_logiciels {
  padding: 55px 10px 20px 10px;
}
#offre_logiciels #titre_offres {
  font-family: 'aller_displayregular';
  text-align: center;
  font-size: 2.125em;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 55px;
}
#offre_logiciels #liste_offres .une_offre {
  margin-bottom: 25px;
  background: #fff;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.14);
  padding: 25px 20px 20px 20px;
  text-align: center;
}
#offre_logiciels #liste_offres .une_offre .picto {
  position: relative;
}
#offre_logiciels #liste_offres .une_offre .picto .rond {
  display: inline-block;
  width: 71px;
  height: 71px;
  border-radius: 50%;
}
#offre_logiciels #liste_offres .une_offre .picto picture,
#offre_logiciels #liste_offres .une_offre .picto img {
  display: block;
  width: 70px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 30px;
}
#offre_logiciels #liste_offres .une_offre .titre {
  font-family: 'aller_displayregular';
  color: #f9b004;
  font-size: 1.5em;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 50px;
}
#offre_logiciels #liste_offres .une_offre .contenu {
  margin-top: 20px;
}
#offre_logiciels #liste_offres .une_offre .contenu ul li a {
  display: inline-block;
  color: #000;
  padding: 2px 0px 1px 0px;
  font-size: 1.125em;
  line-height: 1;
  transition: all 0.2s;
}
#offre_logiciels #liste_offres .une_offre .contenu ul li a:hover {
  color: #f9b004;
}
#offre_logiciels #liste_offres .une_offre .contenu ul li a:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 13px;
  background: url(../images/fleche-droite-noir-2x.png) center center no-repeat;
  background-size: 8px 13px;
  margin-right: 6px;
}
#offre_logiciels #liste_offres .une_offre .contenu ul li:not(:last-child) {
  margin-bottom: 5px;
}
/** END OFFRE LOGICIELS **/
/** CLIENTS **/
#clients_horoquartz {
  position: relative;
  background: #f4f1ec;
  padding: 77px 0 50px 0;
}
#clients_horoquartz .degrade_jaune {
  width: 320px;
  height: 155px;
  position: absolute;
  left: 0;
  top: 40px;
  background: #ffd800;
  background: linear-gradient(90deg, #ffd800 0%, #f9b004 100%);
}
#clients_horoquartz #titre_clients {
  font-family: 'aller_displayregular';
  color: #fff;
  text-transform: uppercase;
  font-size: 2.1875em;
  line-height: 1;
  margin-bottom: 70px;
  margin-left: 10px;
}
#clients_horoquartz #titre_clients span {
  display: block;
  font-family: 'aller_displayregular';
  font-size: 1.42em;
}
#clients_horoquartz #intro_clients {
  padding: 0 10px;
}
#clients_horoquartz #liste_temoignages {
  margin: 70px 10px 0 10px;
}
#clients_horoquartz #liste_temoignages .un_temoignage {
  background: #fff;
  margin-bottom: 40px;
  padding: 30px 20px 25px 20px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.14);
}
#clients_horoquartz #liste_temoignages .un_temoignage .extrait {
  font-style: italic;
  font-size: 1.0625em;
  line-height: 1.2;
  text-align: center;
  padding: 50px 0 20px 0;
  position: relative;
}
#clients_horoquartz #liste_temoignages .un_temoignage .extrait:before,
#clients_horoquartz #liste_temoignages .un_temoignage .extrait:after {
  display: inline-block;
  position: absolute;
}
#clients_horoquartz #liste_temoignages .un_temoignage .extrait:before {
  content: '’’';
  font-weight: bold;
  color: #f9b004;
  font-family: 'aller_displayregular';
  font-style: italic;
  margin: 0 auto;
  top: auto;
  z-index: 2;
  font-size: 5.0625em;
  width: 81px;
  text-align: left;
  top: 0;
  left: 0;
}
#clients_horoquartz #liste_temoignages .un_temoignage .extrait:after {
  content: "";
  height: 1px;
  width: 155px;
  background: #000;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
#clients_horoquartz #liste_temoignages .un_temoignage .logo_nom .logo img {
  margin: 0 auto;
}
#clients_horoquartz #liste_temoignages .un_temoignage .logo_nom .nom_metier {
  text-align: center;
}
#clients_horoquartz #liste_temoignages .un_temoignage .logo_nom .nom_metier .nom {
  font-weight: 600;
  font-size: 1.3125em;
  line-height: 1;
  margin-bottom: 5px;
}
#clients_horoquartz #liste_temoignages .un_temoignage .logo_nom .nom_metier .nom a {
  text-transform: uppercase;
  color: #000;
  transition: all 0.2s;
}
#clients_horoquartz #liste_temoignages .un_temoignage .logo_nom .nom_metier .nom a:hover {
  color: #f9b004;
}
#clients_horoquartz #liste_temoignages .un_temoignage .logo_nom .nom_metier .metier {
  font-size: 1.125em;
  line-height: 1;
}
#clients_horoquartz #all_temoignages {
  margin-bottom: 40px;
}
#clients_horoquartz #all_temoignages .bouton {
  background: #f4f1ec;
}
#clients_horoquartz #all_temoignages .bouton span {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}
#clients_horoquartz #all_temoignages .bouton span:before {
  font-size: 13px;
  transition: all 0.25s;
  color: #f9b004;
}
#clients_horoquartz #all_temoignages .bouton:hover {
  background: #f9b004;
}
#clients_horoquartz #all_temoignages .bouton:hover span:before {
  color: #000;
}
#clients_horoquartz #slider_logos {
  position: relative;
  max-width: 350px;
  padding: 0 30px;
  margin: 0 auto;
}
#clients_horoquartz #slider_logos .owl-controls {
  margin: 0;
}
#clients_horoquartz #slider_logos .owl-controls .owl-nav > div {
  width: 25px;
  height: 40px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 38%;
  background: none;
}
#clients_horoquartz #slider_logos .owl-controls .owl-nav > div > div {
  margin: 5px 0 0 0;
}
#clients_horoquartz #slider_logos .owl-controls .owl-nav > div > div:before {
  color: #f9b004;
  font-size: 2em;
}
#clients_horoquartz #slider_logos .owl-controls .owl-nav > div.owl-prev {
  left: 0;
}
#clients_horoquartz #slider_logos .owl-controls .owl-nav > div.owl-next {
  right: 0;
}
#clients_horoquartz.no-temoin #slider_logos {
  margin-top: 70px;
  margin-bottom: -70px;
}
/** END CLIENTS **/
/** PARTAGE **/
#partage_horoquartz {
  text-align: center;
  margin-top: 40px;
}
#partage_horoquartz #conteneur_partage_hq {
  padding: 35px 35px 35px 35px;
}
#partage_horoquartz #conteneur_partage_hq #titre_question {
  font-family: 'aller_displayregular';
  color: #fff;
  text-transform: uppercase;
  font-size: 2.125em;
  line-height: 1.2;
  padding: 25px 10px 25px 10px;
}
#partage_horoquartz #conteneur_partage_hq #texte_question {
  color: #fff;
  margin-bottom: 30px;
}
#partage_horoquartz #conteneur_partage_hq .btn_center {
  max-width: 270px;
}
#partage_horoquartz .fleche_projet {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 11px 0;
  border-color: #f9b004 transparent transparent;
  position: relative;
}
#partage_horoquartz .fleche_projet:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 58px;
  background: #dfd5c2;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 27px;
  border-radius: 3px;
}
#partage_horoquartz .bouton {
  background: none;
}
#partage_horoquartz .bouton span {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}
#partage_horoquartz .bouton span:before {
  font-size: 13px;
  transition: all 0.25s;
  color: #f9b004;
}
#partage_horoquartz .bouton:hover {
  background-color: #f9b004;
  color: #000;
}
#partage_horoquartz .bouton:hover span:before {
  color: #000;
}
/** END PARTAGE **/
/** LEADER FRANCAIS **/
#leader_francais {
  padding: 45px 10px 40px 10px;
}
#leader_francais #titre_leader {
  font-family: 'aller_displayregular';
  text-transform: uppercase;
  font-size: 3.125em;
  line-height: 0.9;
}
#leader_francais #titre_leader span {
  font-family: 'aller_displayregular';
  font-size: 0.7em;
  line-height: 1;
}
#leader_francais #liste_leader {
  margin-top: 40px;
}
#leader_francais #liste_leader .un_element {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
#leader_francais #liste_leader .un_element .picto {
  border: 3px solid #f4f1ec;
  position: relative;
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
#leader_francais #liste_leader .un_element .picto picture {
  display: block;
  width: 75px;
  position: absolute;
  left: -8px;
  top: 13px;
}
#leader_francais #liste_leader .un_element .chiffre_libelle {
  padding: 0 20px 0 37px;
}
#leader_francais #liste_leader .un_element .chiffre_libelle .chiffre {
  font-family: 'aller_displayregular';
  font-size: 2.1875em;
  line-height: 1;
  color: #f9b004;
  text-transform: uppercase;
}
#leader_francais #liste_leader .un_element .chiffre_libelle .chiffre span {
  font-family: 'aller_displayregular';
}
#leader_francais #liste_leader .un_element .chiffre_libelle .libelle {
  font-size: 1.6875em;
  line-height: 1;
  margin-top: 3px;
}
#leader_francais #texte_leader #txt_ld {
  padding: 45px 0 20px 0;
}
/** END LEADER FRANCAIS **/
/** ACTUS / EVENTS **/
#actus_events {
  background-size: 800px 172px;
  background: #f4f1ec;
  text-align: center;
  padding: 80px 10px 50px 10px;
  position: relative;
}
#actus_events #titre_ae {
  font-family: 'aller_displayregular';
  text-transform: uppercase;
  font-size: 3.125em;
  margin-bottom: 25px;
}
#actus_events #titre_ae span {
  font-family: 'aller_displayregular';
  color: #f9b004;
}
#actus_events #intro_ae {
  margin-bottom: 60px;
}
#actus_events #liste_ae .un_event {
  margin-bottom: 40px;
  background: #fff;
  position: relative;
}
#actus_events #liste_ae .un_event .visuel {
  position: relative;
}
#actus_events #liste_ae .un_event .visuel .rdv_date {
  position: absolute;
  background: #f4f1ec;
  padding: 7px 10px 5px 15px;
  bottom: -16px;
  left: 25px;
  width: 210px;
}
#actus_events #liste_ae .un_event .visuel .rdv_date .rdv {
  font-family: 'aller_displayregular';
  color: #f9b004;
  font-size: 1.3125em;
  line-height: 1;
}
#actus_events #liste_ae .un_event .visuel .rdv_date .date {
  display: flex;
  align-items: center;
}
#actus_events #liste_ae .un_event .visuel .rdv_date .date .jour {
  font-family: 'aller_displayregular';
  font-size: 3.25em;
  line-height: 1;
}
#actus_events #liste_ae .un_event .visuel .rdv_date .date .mois_annee {
  text-align: left;
  padding-left: 10px;
}
#actus_events #liste_ae .un_event .visuel .rdv_date .date .mois_annee span {
  display: block;
}
#actus_events #liste_ae .un_event .visuel .rdv_date .date .mois_annee .mois {
  font-family: 'aller_displayregular';
  font-size: 1.375em;
  line-height: 1;
  text-transform: uppercase;
}
#actus_events #liste_ae .un_event .visuel .rdv_date .date .mois_annee .annee {
  font-family: 'aller_displayregular';
  font-size: 1.375em;
  line-height: 1;
  text-transform: uppercase;
}
#actus_events #liste_ae .un_event .visuel .rdv_date:before,
#actus_events #liste_ae .un_event .visuel .rdv_date:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: #f4f1ec;
}
#actus_events #liste_ae .un_event .visuel .rdv_date:before {
  width: 155px;
  height: 4px;
  top: -16px;
  left: 70px;
}
#actus_events #liste_ae .un_event .visuel .rdv_date:after {
  width: 4px;
  height: 73px;
  top: -16px;
  left: 221px;
}
#actus_events #liste_ae .un_event .titre_extrait {
  padding: 40px 25px 75px 25px;
  text-align: left;
}
#actus_events #liste_ae .un_event .titre_extrait .titre {
  position: relative;
}
#actus_events #liste_ae .un_event .titre_extrait .titre a {
  display: block;
  color: #000;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.1;
  text-transform: uppercase;
  transition: all 0.2s;
  padding-bottom: 17px;
}
#actus_events #liste_ae .un_event .titre_extrait .titre a:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 155px;
  background: #000;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: all 0.2s;
}
#actus_events #liste_ae .un_event .titre_extrait .titre a:hover {
  color: #f9b004;
}
#actus_events #liste_ae .un_event .titre_extrait .titre a:hover:after {
  background: #f9b004;
}
#actus_events #liste_ae .un_event .titre_extrait .extrait {
  margin-top: 20px;
}
#actus_events #liste_ae .un_event .suite {
  display: inline-block;
  background: url(../images/fleche-droite-jaune-2x.png) right 13px center no-repeat #fff;
  background-size: 8px 13px;
  font-weight: 600;
  font-size: 1.0625em;
  color: #f9b004;
  line-height: 1;
  padding: 5px 34px 4px 16px;
  border: 1px solid #fff;
  position: absolute;
  right: 20px;
  bottom: 25px;
  border-radius: 20px;
  transition: all 0.2s;
}
#actus_events #liste_ae .un_event .suite:hover {
  border-color: #f9b004;
}
#actus_events #liste_ae .un_event:nth-of-type(2) {
  background: #dfd5c2;
}
/** END ACTUS / EVENTS **/
/** SLIDER **/
#slider_home {
  position: relative;
}
#slider_home .owl-controls {
  margin: 0;
}
#slider_home .owl-controls .owl-nav div {
  margin: 0;
  width: 35px;
  height: 50px;
  padding: 0;
  text-indent: -9999px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
#slider_home .owl-controls .owl-nav div:after {
  content: "";
  width: 35px;
  height: 50px;
  padding: 0;
  position: absolute;
  top: 0%;
  z-index: 5;
  display: block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#slider_home .owl-controls .owl-nav div.owl-prev {
  background: url(../images/fleche_gauche.svg) center center no-repeat;
  left: 10px;
}
#slider_home .owl-controls .owl-nav div.owl-prev:after {
  background: url(../images/fleche_gauche.svg) center center no-repeat;
  left: 0;
}
#slider_home .owl-controls .owl-nav div.owl-prev:hover:after {
  left: 5px;
}
#slider_home .owl-controls .owl-nav div.owl-next {
  background: url(../images/fleche_droite.svg) center center no-repeat;
  right: 10px;
}
#slider_home .owl-controls .owl-nav div.owl-next:after {
  content: "";
  background: url(../images/fleche_droite.svg) center center no-repeat;
  right: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#slider_home .owl-controls .owl-nav div.owl-next:hover:after {
  right: 5px;
}
/** END SLIDER **/
/* Version > 360 */
/* Version 768 */
@media (min-width: 768px) {
  /** PROMESSE **/
  #promesse_mobile .visuel {
    height: 450px;
  }
  /** PROMESSE **/
  #slider_promesse .un_element .visuel {
    height: 500px;
  }
  #promesse_hq {
    padding-bottom: 50px;
  }
  #promesse_hq .un_element .titre {
    position: absolute;
    top: 350px;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 760px;
  }
  #promesse_hq .un_element .txt {
    padding: 35px 25px 0 25px;
    max-width: 810px;
    margin: 0 auto;
  }
  #promesse_hq .un_element:before,
  #promesse_hq .un_element:after {
    top: 350px;
  }
  #promesse_hq .un_element:before {
    width: 590px;
  }
  #promesse_hq .un_element:after {
    height: 320px;
  }
  /** END PROMESSE **/
  /** ACTUS / EVENTS **/
  #actus_events #liste_ae .un_event {
    max-width: 620px;
    margin: 0 auto 40px auto;
  }
  /** END ACTUS / EVENTS **/
}
/* Version > 1024 */
@media (min-width: 1024px) {
  /** PROMESSE **/
}
/* Version > 1200 */
@media (min-width: 1200px) {
  /** PROMESSE **/
  #slider_promesse .un_element:before {
    top: 360px;
  }
  #slider_promesse .un_element .visuel {
    height: 500px;
  }
  #slider_promesse .un_element .titre {
    top: 400px;
  }
  #promesse_hq .un_element:before,
  #promesse_hq .un_element:after {
    right: 17%;
  }
  #promesse_hq .un_element .titre_txt {
    max-width: 1280px;
    width: 100%;
    margin: 30px auto 0 auto;
  }
  #promesse_hq .un_element .titre {
    font-size: 3.25em;
    max-width: 840px;
    padding: 0 40px;
    text-shadow: 0px 0px 40px #fff;
    top: 400px;
  }
  #promesse_hq .un_element .txt {
    padding: 0 40px 20px 40px;
    max-width: 920px;
    font-size: 1.8em;
  }
  #promesse_hq .un_element:before,
  #promesse_hq .un_element:after {
    top: 360px;
  }
  /** END PROMESSE **/
  /** H1 & VALEURS **/
  #h1_valeurs {
    padding: 30px 0 0 0;
    position: relative;
    z-index: 2;
  }
  #h1_valeurs h1 {
    max-width: 920px;
    padding: 0 60px;
    margin: 0 auto;
    font-size: 1.1875em;
  }
  #h1_valeurs .fleche_projet {
    margin-top: 15px;
  }
  #h1_valeurs #valeurs_horoquartz {
    max-width: 1280px;
    position: relative;
    margin: 80px auto 0 auto;
  }
  #h1_valeurs #valeurs_horoquartz #libelle_valeurs {
    position: absolute;
    top: 15px;
  }
  #h1_valeurs #valeurs_horoquartz #libelle_valeurs #valeurs_l1 {
    font-size: 3.9375em;
  }
  #h1_valeurs #valeurs_horoquartz #libelle_valeurs #valeurs_l1 .cube {
    top: -33px;
  }
  #h1_valeurs #valeurs_horoquartz #libelle_valeurs #valeurs_l2 {
    font-size: 2.75em;
    line-height: 0.95;
  }
  #h1_valeurs #valeurs_horoquartz #liste_valeurs {
    display: flex;
    justify-content: flex-end;
    text-align: center;
    margin: 0;
  }
  #h1_valeurs #valeurs_horoquartz #liste_valeurs .une_valeur {
    width: 315px;
    flex-direction: column;
    margin-left: 37px;
    padding: 50px 50px 45px 50px;
  }
  #h1_valeurs #valeurs_horoquartz #liste_valeurs .une_valeur:not(:last-child) {
    margin-bottom: 0;
  }
  #h1_valeurs #valeurs_horoquartz #liste_valeurs .une_valeur .titre_txt {
    padding: 50px 0 0 0;
  }
  #h1_valeurs #valeurs_horoquartz #liste_valeurs .une_valeur .titre_txt .titre {
    margin-bottom: 32px;
    font-size: 1.75em;
  }
  #h1_valeurs #valeurs_horoquartz #liste_valeurs .une_valeur .picto {
    width: 86px;
    height: 86px;
  }
  #h1_valeurs #valeurs_horoquartz #liste_valeurs .une_valeur .picto .bd {
    height: 80px;
  }
  /** END H1 & VALEURS **/
  /** POURQUOI / LOGICIELS mettre en 1024 après **/
  #pourquoi_logiciels {
    position: relative;
    margin: -100px auto 0 auto;
    padding: 285px 0 0 0;
  }
  #pourquoi_logiciels .bandeau_jaune {
    background: #f9b004;
    background: linear-gradient(180deg, #ffd800 0%, #f9b004 100%);
    height: 510px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #pourquoi_logiciels #titre_pkoi {
    font-family: 'aller_displayregular';
    color: #fff;
    font-size: 2.5em;
    width: 485px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 85px;
  }
  #pourquoi_logiciels .conteneur:before {
    content: "";
    display: inline-block;
    width: 921px;
    height: 171px;
    background: url(../images/picto-nebuleuses-2x.png) center center no-repeat;
    background-size: 921px 171px;
    position: absolute;
    bottom: -53px;
    z-index: 2;
    left: -322px;
  }
  #pourquoi_logiciels #slider_pkoi .un_pkoi {
    display: flex;
  }
  #pourquoi_logiciels #slider_pkoi .un_pkoi .visuel {
    width: 620px;
    position: relative;
  }
  #pourquoi_logiciels #slider_pkoi .un_pkoi .visuel:after {
    content: "";
    display: block;
    width: 101%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    clip-path: polygon(54.8% 0%, 100% 61px, 100% 100%, 0% 100%);
  }
  #pourquoi_logiciels #slider_pkoi .un_pkoi .detail {
    flex: 1;
    margin-top: 115px;
    background: #fff;
    padding: 40px 110px 20px 110px;
    text-align: center;
  }
  #pourquoi_logiciels #slider_pkoi .un_pkoi .detail .titre_sstitre {
    position: relative;
    padding: 120px 0px 25px 0;
  }
  #pourquoi_logiciels #slider_pkoi .un_pkoi .detail .titre_sstitre:after {
    content: "";
    display: inline-block;
    width: 155px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #pourquoi_logiciels #slider_pkoi .un_pkoi .detail .titre_sstitre .picto {
    width: 143px;
    height: 143px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
  }
  #pourquoi_logiciels #slider_pkoi .un_pkoi .detail .titre_sstitre .titre,
  #pourquoi_logiciels #slider_pkoi .un_pkoi .detail .titre_sstitre .sstitre {
    position: relative;
    z-index: 1;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
  }
  #pourquoi_logiciels #slider_pkoi .un_pkoi .detail .titre_sstitre .titre {
    font-size: 1.25em;
  }
  #pourquoi_logiciels #slider_pkoi .un_pkoi .detail .titre_sstitre .sstitre {
    font-size: 1.6875em;
  }
  #pourquoi_logiciels #slider_pkoi .un_pkoi .detail .texte {
    padding-top: 0;
    font-size: 1.25em;
    padding-top: 25px;
  }
  #pourquoi_logiciels #slider_pkoi .owl-controls {
    margin: 0;
  }
  #pourquoi_logiciels #slider_pkoi .owl-controls .owl-dots {
    position: absolute;
    right: 0px;
    bottom: 70px;
    width: 660px;
  }
  #pourquoi_logiciels #slider_pkoi .owl-controls .owl-dots .owl-dot {
    margin: 0 8px;
  }
  #pourquoi_logiciels #slider_pkoi .owl-controls .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 0;
    background: #000;
    border: 2px solid #000;
    transition: all 0.2s;
  }
  #pourquoi_logiciels #slider_pkoi .owl-controls .owl-dots .owl-dot.active span {
    background: #fff;
    border-color: #f9b004;
  }
  /** POURQUOI / LOGICIELS **/
  /** PROJET **/
  #projet_horoquartz {
    margin-top: 60px;
    position: relative;
    z-index: 2;
  }
  #projet_horoquartz .fleche_projet {
    position: absolute;
    top: 145px;
    z-index: 2;
  }
  #projet_horoquartz .fleche_projet:before {
    height: 105px;
  }
  #projet_horoquartz #conteneur_projet_hq {
    height: 520px;
    padding: 90px 15px 35px 15px;
    position: relative;
    clip-path: polygon(0% 100%, 100% 100%, 100% 55px, 45.8% 55px, 34.4% 0%, 23% 55px, 0% 55px);
  }
  #projet_horoquartz #conteneur_projet_hq #titre_projet {
    font-size: 3.375em;
    padding: 125px 10px 60px 10px;
  }
  #projet_horoquartz .btn_center {
    max-width: 380px;
  }
  /** END PROJET **/
  /** OFFRE / LOGICIELS **/
  #offre_logiciels {
    padding: 240px 0 0 0;
    background: url(../images/triangles-marronclair.png) center top no-repeat;
    background-size: 1920px 400px;
    position: relative;
  }
  #offre_logiciels:before,
  #offre_logiciels:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -300px;
  }
  #offre_logiciels:before {
    width: 538px;
    height: 655px;
    background: url(../images/horoquartz-smartphone1.png) center center no-repeat;
    background-size: 538px 655px;
    left: 2.3%;
  }
  #offre_logiciels:after {
    width: 539px;
    height: 656px;
    background: url(../images/horoquartz-smartphone2.png) center center no-repeat;
    background-size: 539px 656px;
    right: 6%;
  }
  #offre_logiciels #titre_offres {
    font-size: 2.75em;
    max-width: 700px;
    margin: 0 auto 75px auto;
  }
  #offre_logiciels #liste_offres {
    display: flex;
    justify-content: space-between;
    margin-bottom: 75px;
  }
  #offre_logiciels #liste_offres .une_offre {
    width: 290px;
    padding: 40px 30px 25px 30px;
    margin: 0;
  }
  #offre_logiciels #liste_offres .une_offre .titre {
    font-size: 1.75em;
    min-height: 2em;
  }
  #offre_logiciels #liste_offres .une_offre .contenu {
    margin-top: 25px;
  }
  #video_offre {
    width: 920px;
    margin: 0 auto -80px auto;
    position: relative;
    z-index: 1;
    padding-bottom: 540px;
  }
  /** END OFFRE / LOGICIELS **/
  /** CLIENTS **/
  #clients_horoquartz {
    position: relative;
    background: #fff;
    padding: 220px 0 50px 0;
  }
  #clients_horoquartz .bandeau_beige {
    background: #f4f1ec;
    display: block;
    width: 100%;
    height: 590px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #clients_horoquartz .degrade_jaune {
    width: 36.2%;
    height: 450px;
    top: 140px;
  }
  #clients_horoquartz .conteneur {
    display: flex;
    flex-wrap: wrap;
  }
  #clients_horoquartz #titre_clients {
    font-size: 2.75em;
    margin: 0;
    flex: 1;
  }
  #clients_horoquartz #intro_clients {
    width: 61.75%;
    max-width: 840px;
    padding: 0 20px 0 0;
    position: relative;
    right: 0;
    top: -10px;
  }
  #clients_horoquartz #liste_temoignages {
    margin: 50px 0 50px 0;
    display: flex;
  }
  #clients_horoquartz #liste_temoignages .un_temoignage {
    flex: 1;
    margin: 0;
    padding: 45px 30px 30px 30px;
  }
  #clients_horoquartz #liste_temoignages .un_temoignage:nth-of-type(2n+2) {
    margin: 0 40px;
  }
  #clients_horoquartz #liste_temoignages .un_temoignage .extrait {
    padding: 50px 20px 30px 20px;
  }
  #clients_horoquartz #liste_temoignages .un_temoignage .extrait:before {
    top: -30px;
    left: -5px;
  }
  #clients_horoquartz #liste_temoignages .un_temoignage .logo_nom .nom_metier {
    margin-top: 10px;
  }
  #clients_horoquartz #liste_temoignages .un_temoignage .logo_nom .nom_metier .nom {
    margin-bottom: 7px;
  }
  #clients_horoquartz #all_temoignages {
    margin-bottom: 80px;
  }
  #clients_horoquartz #slider_logos {
    max-width: 1760px;
    padding: 0 50px;
  }
  #clients_horoquartz #slider_logos .un_logo {
    max-width: 290px;
    margin: 0 auto;
  }
  #clients_horoquartz #slider_logos .owl-controls .owl-nav > div.owl-next {
    right: 10px;
  }
  #clients_horoquartz #slider_logos .owl-controls .owl-nav > div.owl-prev {
    left: 10px;
  }
  /** END CLIENTS **/
  /** PARTAGE **/
  #partage_horoquartz {
    margin-top: 70px;
    position: relative;
  }
  #partage_horoquartz #conteneur_partage_hq {
    padding: 105px 15px 0px 15px;
    height: 540px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 485px, 45.8% 485px, 34.4% 100%, 23% 485px, 0% 485px);
  }
  #partage_horoquartz #conteneur_partage_hq #titre_question {
    font-size: 3.375em;
    max-width: 1200px;
    margin: 0 auto;
  }
  #partage_horoquartz #conteneur_partage_hq #texte_question {
    max-width: 920px;
    margin: 0 auto 60px auto;
  }
  #partage_horoquartz #conteneur_partage_hq .btn_center {
    max-width: 430px;
  }
  #partage_horoquartz .fleche_projet {
    position: absolute;
    top: 90px;
    z-index: 2;
  }
  #partage_horoquartz .fleche_projet:before {
    height: 105px;
  }
  /** END PARTAGE **/
  /** LEADER FRANCAIS **/
  #leader_francais {
    padding: 0;
    margin: -55px auto 50px auto;
    position: relative;
  }
  #leader_francais #gauche_leader {
    padding: 160px 520px 0 0;
    max-width: 1280px;
    margin: 0 auto;
  }
  #leader_francais #droite_leader {
    width: 41.2%;
    position: absolute;
    top: 0;
    right: 0;
  }
  #leader_francais #droite_leader #slider_leader .un_logo {
    height: 550px;
  }
  #leader_francais #droite_leader #texte_leader {
    width: 510px;
    position: absolute;
    background: #fff;
    bottom: -140px;
    left: -40px;
    z-index: 2;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.14);
    padding: 35px 35px 40px 35px;
  }
  #leader_francais #droite_leader #texte_leader #txt_ld {
    padding: 0px 0 20px 0;
  }
  #leader_francais #droite_leader #texte_leader .btn_center {
    text-align: left;
  }
  #leader_francais #titre_leader {
    font-size: 3.9375em;
    line-height: 0.85;
  }
  #leader_francais #liste_leader {
    display: flex;
    flex-wrap: wrap;
  }
  #leader_francais #liste_leader .un_element {
    margin: 0 0 80px 0;
    width: 50%;
    padding: 0;
  }
  #leader_francais #liste_leader .un_element .chiffre_libelle {
    padding: 0px 30px 0 45px;
    flex: 1;
  }
  #leader_francais #liste_leader .un_element .chiffre_libelle .chiffre {
    font-size: 2.8125em;
  }
  #leader_francais #liste_leader .un_element .chiffre_libelle .chiffre span {
    font-size: 0.77em;
  }
  /** END LEADER FRANCAIS **/
  /** ACTUS / EVENTS **/
  #actus_events {
    padding: 140px 10px 75px 10px;
  }
  #actus_events #titre_intro_ae {
    max-width: 1140px;
    margin: 0 auto;
  }
  #actus_events #titre_intro_ae #titre_ae {
    font-size: 3.9375em;
    margin-bottom: 60px;
  }
  #actus_events #titre_intro_ae #titre_ae span {
    margin: 0 15px;
  }
  #actus_events #liste_ae {
    display: flex;
    max-width: 100%;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  #actus_events #liste_ae .un_event {
    margin: 0;
  }
  #actus_events #liste_ae .un_event:first-child {
    width: 620px;
  }
  #actus_events #liste_ae .un_event:nth-of-type(2),
  #actus_events #liste_ae .un_event:nth-of-type(3) {
    width: 290px;
  }
  #actus_events #liste_ae .un_event .titre_extrait {
    padding-bottom: 80px;
  }
  #actus_events #liste_ae .un_event .titre_extrait .titre a {
    min-height: 95px;
  }
  #actus_events #liste_ae .un_event .titre_extrait .extrait {
    font-size: 1.125em;
    line-height: 1.1;
  }
  /** END ACTUS / EVENTS **/
  /** AIDE **/
  #aide_horoquartz {
    position: relative;
    padding: 90px 0 0 0;
  }
  #aide_horoquartz .degrade_jaune {
    position: absolute;
    left: 0;
    background: #f9b004;
    background: linear-gradient(90deg, #ffd800 0%, #f9b004 100%);
    width: 36.2%;
    height: 450px;
    top: 0;
  }
  #aide_horoquartz #titre_clients {
    font-size: 2.75em;
    margin: 0;
    font-family: 'aller_displayregular';
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
  }
  #aide_horoquartz #titre_clients span {
    display: block;
    font-family: 'aller_displayregular';
    font-size: 1.42em;
  }
  #aide_horoquartz #intro_clients {
    width: 61.75%;
    max-width: 840px;
    padding: 0 20px 0 0;
    position: absolute;
    right: 0;
    top: -10px;
  }
  #articles_avant {
    margin-top: 145px;
    display: flex;
    flex-direction: column;
  }
  #articles_avant .un_article {
    display: flex;
    margin-bottom: 100px;
  }
  #articles_avant .un_article .visuel {
    width: 620px;
  }
  #articles_avant .un_article .infos_actu {
    flex: 1;
    padding: 0 0 0 40px;
    align-self: center;
  }
  #articles_avant .un_article .infos_actu .titre {
    margin-bottom: 30px;
  }
  #articles_avant .un_article .infos_actu .titre a {
    display: block;
    font-family: 'aller_displayregular';
    color: #f9b004;
    text-transform: uppercase;
    font-size: 1.9375em;
    line-height: 1.1;
    transition: all 0.25s;
  }
  #articles_avant .un_article .infos_actu .titre a:hover {
    color: #000;
  }
  #articles_avant .un_article .infos_actu .extrait {
    font-size: 1.125em;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  #articles_avant .un_article:nth-of-type(2) {
    flex-direction: row-reverse;
  }
  #articles_avant .un_article:nth-of-type(2) .infos_actu {
    padding: 0 40px 0 0;
  }
  /** END AIDE **/
}
/* Version > 1200 */
@media (min-width: 1600px) {
  /** PROMESSE **/
  #slider_promesse .un_element:before,
  #slider_promesse .un_element:after {
    top: 510px;
  }
  #slider_promesse .un_element .visuel {
    height: 650px;
  }
  #slider_promesse .un_element .titre {
    top: 550px;
  }
}
