/* variables */
body {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
div,
li,
span {
  font-family: 'Source Sans Pro', sans-serif;
}
a {
  text-decoration: none;
}
p {
  line-height: 1.2em;
}
.conteneur {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.conteneur_full {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.sidebar-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 90;
  opacity: 0;
}
#main {
  padding-top: 115px;
  overflow: hidden;
}
.titre_tres_grand {
  font-family: 'aller_displayregular';
  font-size: 3.125em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
/** BOUTONS **/
.btn_center {
  text-align: center;
  margin: 0 auto;
}
.bouton {
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  padding: 9px 20px 8px 20px;
  border-radius: 30px;
  position: relative;
  font-size: 1.0625em;
  line-height: 1;
  transition: all 0.2s;
}
.bouton.bouton_blanc,
.bouton.bouton_gris,
.bouton.bouton_transparent {
  background-image: url(../images/fleche-droite-jaune-2x.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 8px 13px;
  border: 1px solid #f9b004;
  padding-right: 45px;
}
.bouton.bouton_blanc:after,
.bouton.bouton_gris:after,
.bouton.bouton_transparent:after {
  content: "";
  display: inline-block;
  width: 105px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -1px;
  transition: all 0.2s;
}
.bouton.bouton_blanc:hover,
.bouton.bouton_gris:hover,
.bouton.bouton_transparent:hover {
  background-image: url(../images/fleche-droite-noir-2x.png);
  background-color: #f9b004;
  color: #000;
}
.bouton.bouton_blanc:hover:after,
.bouton.bouton_gris:hover:after,
.bouton.bouton_transparent:hover:after {
  width: 0;
}
.bouton.bouton_blanc {
  background-color: #fff;
}
.bouton.bouton_blanc:after {
  background: #fff;
}
.bouton.bouton_gris {
  background-color: #f4f1ec;
}
.bouton.bouton_gris:after {
  background: #f4f1ec;
}
.bouton.bouton_jaune:hover,
.bouton.bouton_beige:hover {
  background-color: #ffffff;
}
.bouton.bouton_jaune {
  background-color: #f9b004;
  border: 1px solid #f9b004;
}
.bouton.bouton_beige {
  background-color: #dfd5c2;
  border: 1px solid #dfd5c2;
}
.bouton.bouton_transparent {
  background-color: transparent;
  color: #fff;
  border-bottom: none;
}
.bouton.bouton_transparent:after {
  height: 100%;
  width: 30%;
  border-bottom: 1px solid #f9b004;
  border-right: 1px solid #f9b004;
  border-radius: 0 30px 30px 0;
  margin: 0;
  bottom: -1px;
  right: -1px;
  left: inherit;
}
.bouton.bouton_transparent:before {
  content: '';
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 30%;
  border-bottom: 1px solid #f9b004;
  border-left: 1px solid #f9b004;
  border-radius: 30px 0 0 30px;
  margin: 0;
  bottom: -1px;
  left: -1px;
  right: inherit;
}
.bouton.bouton_transparent:hover.bouton.bouton_transparent:after,
.bouton.bouton_transparent:hover.bouton.bouton_transparent:before {
  width: 50%;
}
.bouton.picto i {
  margin-left: 20px;
}
.btn_grand {
  display: inline-block;
  font-size: 1.25em;
  color: #000;
  font-weight: 700;
  padding: 15px 55px 10px 30px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-radius: 30px;
  margin-top: 60px;
  transition: all 0.25s;
  text-transform: uppercase;
}
.btn_grand:before,
.btn_grand:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.btn_grand:before {
  width: 85px;
  height: 85px;
  background: #f4f1ec;
  top: -42px;
  border-radius: 50%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%);
}
.btn_grand:after {
  width: 57px;
  height: 53px;
  background: url(../images/picto-etemptation-2x.png) center center no-repeat;
  background-size: 57px 53px;
  top: -45px;
}
.btn_grand .fleche-droite {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}
.btn_grand .fleche-droite:before {
  font-size: 13px;
  transition: all 0.25s;
}
.btn_grand:hover {
  background-color: #f9b004;
  border-color: #000 !important;
}
.btn_grand:hover .fleche-droite:before {
  color: #000;
}
/** END BOUTONS **/
/** HEADER **/
header#masthead {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  transition: all 0.2s;
  border-top: 4px solid #f9b004;
}
header#masthead:after {
  content: '';
  position: absolute;
  top: -4px;
  visibility: visible;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #ffd800 0%, #f9b004 100%);
}
header#masthead #header {
  padding: 0 10px 75px 10px;
  transition: all 0.25s;
}
header#masthead #recherche_espace {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  margin-top: -4px;
  z-index: 10;
}
header#masthead #recherche_espace #lien_sitehq {
  font-size: 0.75em;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  padding-right: 10px;
}
header#masthead #recherche_espace #recherche_hq {
  display: none;
  width: 40px;
  height: 40px;
  background: url(../images/sprite2_hq.png) 11px 11px no-repeat;
  background-size: 19px 120px;
  margin-right: 15px;
}
header#masthead #recherche_espace #espace_hq {
  font-size: 0.75em;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}
header#masthead #recherche_espace #contact_hq {
  font-size: 0.75em;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  padding-left: 10px;
}
header#masthead #recherche_espace #langues_hq {
  margin-left: 15px;
  padding-left: 25px;
  background: url(../images/sprite2_hq.png) 0px -58px no-repeat;
  background-size: 19px 120px;
}
header#masthead #recherche_espace #langues_hq .wpml-ls {
  padding: 0;
  padding-top: 2px;
}
header#masthead #recherche_espace #langues_hq li:not(:first-of-type) {
  margin-left: 20px;
  position: relative;
}
header#masthead #recherche_espace #langues_hq li:not(:first-of-type):after {
  content: '';
  position: absolute;
  top: 17px;
  left: -12px;
  background-color: #fff;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}
header#masthead #recherche_espace #langues_hq a {
  padding: 0;
  margin: 0;
}
header#masthead #recherche_espace #langues_hq a span {
  text-transform: uppercase;
  color: #fff;
  font-family: 'aller_displayregular';
  font-size: 15px;
  line-height: 40px;
  max-width: 18px;
  display: inline-block;
  overflow: hidden;
}
header#masthead #recherche_espace #langues_hq .wpml-ls-current-language a,
header#masthead #recherche_espace #langues_hq .wpml-ls-current-language span {
  color: #f9b004;
}
header#masthead #logo {
  width: 170px;
  position: absolute;
  left: 10px;
  top: 60px;
  transition: all 0.2s;
}
/* MENU */
#picto_menu {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 51px;
  right: 0;
  display: inline-block;
  transition: transform 0.5s, background-color 0.5s, top 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#picto_menu .menu_box {
  color: #000;
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 21px;
  position: relative;
}
#picto_menu .menu_box .barre_menu {
  display: block;
  margin-top: -1.5px;
  background-color: #000;
  top: 1.5px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  width: 29px;
  height: 4px;
}
#picto_menu .menu_box .barre_menu:before,
#picto_menu .menu_box .barre_menu:after {
  content: "";
  display: block;
  width: 29px;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  background-color: #000;
}
#picto_menu .menu_box .barre_menu:before {
  top: 9px;
  transition: opacity 0.15s 0.4s ease;
}
#picto_menu .menu_box .barre_menu:after {
  top: 18px;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#picto_menu.is-active .menu_box .barre_menu {
  transform: translate3d(0, 9px, 0) rotate(135deg);
  transition-delay: 0.1s;
}
#picto_menu.is-active .menu_box .barre_menu:before {
  transition-delay: 0s;
  opacity: 0;
}
#picto_menu.is-active .menu_box .barre_menu:after {
  transform: translate3d(0, -18px, 0) rotate(-270deg);
  transition-delay: 0.1s;
}
#menus_header {
  background: #fff;
  position: absolute;
  top: 115px;
  right: 0;
  max-width: 320px;
  transition: top 0.2s;
}
#menus_header #conteneur_menus_head {
  padding: 0 0 0 0;
  border-top: 3px solid #f9b004;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
#menus_header #conteneur_menus_head #menu_principal {
  width: 285px;
}
#menus_header #conteneur_menus_head #menu_principal .menu#primary-menu {
  width: 220px;
  float: right;
}
#menus_header #conteneur_menus_head #menu_principal .menu > li {
  border-bottom: 1px solid #cccccc;
}
#menus_header #conteneur_menus_head #menu_secondaire .menu li:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
#menus_header #conteneur_menus_head .menu > li > a,
#menus_header #conteneur_menus_head .menu > li > span {
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  font-size: 1.0625em;
  transition: all 0.2s;
  display: block;
  padding: 7px 0 7px 0;
}
#menus_header #conteneur_menus_head .menu > li > a:hover,
#menus_header #conteneur_menus_head .menu > li > span {
  color: #f9b004;
}
#hq_guide {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
#hq_guide a {
  transition: all 0.25s;
  font-size: 0.75em;
  line-height: 1;
  text-align: center;
  padding: 45px 0 10px 0;
  display: block;
  width: 60px;
  color: #000;
  margin: 0 0 0 10px;
}
#hq_guide a#rappel_hq {
  background: url(../images/sprite_aside.png) -173px -24px no-repeat;
  background-size: 238px 86px;
}
#hq_guide a#temoignages_hq {
  background: url(../images/sprite_aside.png) -97px -19px no-repeat;
  background-size: 238px 86px;
}
#hq_guide a#vous_guider {
  background: url(../images/sprite_aside.png) -13px -24px no-repeat;
  background-size: 238px 86px;
}
.widget_search {
  display: none;
}
#primary-menu > li > a + .sub-menu,
#primary-menu > li > span + .sub-menu {
  display: none;
}
@media screen and (min-height: 640px) {
  #menus_header #conteneur_menus_head {
    padding-top: 10px;
  }
  #menus_header #conteneur_menus_head .menu > li > a,
  #menus_header #conteneur_menus_head .menu > li > span {
    padding: 14px 0 14px 0;
  }
}
/** END HEADER **/
/** CONSTRUCTEUR DE PAGE **/
#main .fl-rich-text p {
  line-height: 1.15em;
}
#main .fl-rich-text ul li {
  background: url('../images/puce-bleue.png') 0px 4px no-repeat;
  background-size: 8px 8px;
  padding: 0px 0px 0px 15px;
  margin-bottom: 5px;
}
#main .fl-rich-text a {
  color: red;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#main .fl-rich-text a:hover {
  color: yellow;
}
/** END CONSTRUCTEUR DE PAGE **/
/** BANDEAU **/
#bandeau_hq #visuel_bandeau {
  height: 220px;
}
#bandeau_hq #titre_degrade {
  text-align: center;
  padding: 32px 15px 30px 15px;
  position: relative;
}
#bandeau_hq #titre_degrade h1 {
  font-family: 'aller_displayregular';
  text-align: center;
  font-size: 2em;
  line-height: 1.15;
}
#bandeau_hq #titre_degrade h1 span {
  display: block;
}
#bandeau_hq #titre_degrade:before,
#bandeau_hq #titre_degrade:after {
  content: "";
  position: absolute;
  right: 14px;
  top: -34px;
  background: #f4f1ec;
  display: inline-block;
}
#bandeau_hq #titre_degrade:before {
  height: 6px;
  width: 168px;
}
#bandeau_hq #titre_degrade:after {
  width: 6px;
  height: 118px;
}
/** END BANDEAU **/
/** BREADCRUMB **/
#fil_ariane {
  background: #f4f1ec;
  padding: 20px 10px;
}
#fil_ariane #breadcrumbs .separator {
  display: inline-block;
  width: 8px;
  height: 13px;
  background: url(../images/fleche-droite-noir-2x.png) center center no-repeat;
  background-size: 8px 13px;
  margin: 0 10px;
  position: relative;
  top: 2px;
}
#fil_ariane #breadcrumbs span {
  font-size: 17px;
}
#fil_ariane #breadcrumbs a {
  color: #000;
  text-decoration: underline;
  transition: all 0.25s;
}
#fil_ariane #breadcrumbs a:hover {
  color: #f9b004;
}
#fil_ariane #breadcrumbs .breadcrumb_last {
  font-weight: 400;
}
.single-temoignages #fil_ariane {
  background: #fff;
  padding: 0;
}
/** END BREADCRUMB **/
/** CONTENU **/
.full-width {
  margin: 0 -10px;
}
.entry-content .alignwide {
  margin-left: -80px;
  margin-right: -80px;
}
.entry-content .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}
.alignfull img {
  width: 100vw;
}
.entry-content {
  padding: 0 10px;
  position: relative;
}
.fleche {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -12px;
}
.wp-block-embed-youtube {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
/** END CONTENU **/
/** SECTION BLOCS LIENS **/
#blocs_liens {
  margin: 50px 20px;
}
#blocs_liens li {
  border: 3px solid #000;
  padding: 20px;
  padding-top: 40px;
  margin: 10px 0;
  position: relative;
}
#blocs_liens li:after {
  content: '';
  position: absolute;
  top: -21px;
  left: 0px;
  width: 90px;
  height: 42px;
  background-image: url(../images/bloc-lien-plus.jpg);
  background-repeat: no-repeat;
}
#blocs_liens li .titre {
  font-family: 'aller_displayregular';
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
  color: #000;
  text-transform: uppercase;
}
#blocs_liens li .extrait {
  font-size: 18px;
  line-height: 1.2;
  position: relative;
  margin-top: 25px;
  padding-top: 15px;
}
#blocs_liens li .extrait:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 160px;
  background-color: #000;
}
#blocs_liens li .bouton {
  margin-top: 25px;
}
/** end SECTION BLOCS LIENS **/
/** FOOTER **/
#footer_hq {
  background: url(../images/picto-nebuleuses-footer-2x.png) center top 0px no-repeat #000;
  background-size: 424px 262px;
  padding: 75px 0 0 0;
}
#footer_hq #footer_haut {
  background: linear-gradient(0deg, #000000 0%, #000000 85%, rgba(0, 0, 0, 0.75954132) 100%);
}
#footer_hq #footer_gauche {
  padding: 0 15px;
}
#footer_hq #footer_gauche #logo_footer {
  max-width: 317px;
  margin: 0 auto;
}
#footer_hq #footer_gauche #adresse_hq {
  text-align: center;
  padding: 30px 0 13px 0;
  position: relative;
}
#footer_hq #footer_gauche #adresse_hq p {
  color: #fff;
}
#footer_hq #footer_gauche #adresse_hq:after {
  content: "";
  display: inline-block;
  width: 95%;
  height: 1px;
  background: #808080;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
#footer_hq #footer_gauche #reseaux_footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0 35px 0;
}
#footer_hq #footer_gauche #reseaux_footer p {
  color: #f9b004;
  font-size: 0.9375em;
  text-transform: uppercase;
  margin-right: 10px;
}
#footer_hq #footer_gauche #reseaux_footer #rs_hq {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer_hq #footer_gauche #reseaux_footer #rs_hq a {
  display: block;
  margin: 0 10px;
}
#footer_hq #footer_gauche #reseaux_footer #rs_hq a:before {
  color: #fff;
  transition: all 0.2s;
}
#footer_hq #footer_gauche #reseaux_footer #rs_hq a:hover:before {
  color: #f9b004;
}
#footer_hq #footer_gauche #reseaux_footer #rs_hq a.twitter,
#footer_hq #footer_gauche #reseaux_footer #rs_hq a.youtube {
  position: relative;
  top: 3px;
}
#footer_hq #footer_gauche #reseaux_footer #rs_hq a.webikeo {
  background: url(../images/logo-webikeo.webp) center center no-repeat;
  background-size: 20px 20px;
  width: 22px;
  height: 22px;
  position: relative;
  top: 2px;
}
#footer_hq #footer_gauche #reseaux_footer #rs_hq a.webikeo:hover {
  background: url(../images/logo-webikeo-actif.webp) center center no-repeat;
  background-size: 20px 20px;
}
#footer_hq #footer_menu {
  margin: 0 15px;
  border-top: 3px solid #f9b004;
  border-bottom: 3px solid #f9b004;
  max-width: 245px;
  padding: 15px 0 25px 0;
}
#footer_hq #footer_menu #footer-menu li a,
#footer_hq #footer_menu #footer-menu li span {
  text-transform: uppercase;
  color: #fff;
  font-size: 0.9375em;
  display: block;
  padding: 3px 0;
}
#footer_hq #footer_menu #footer-menu li a {
  transition: all 0.2s;
}
#footer_hq #footer_menu #footer-menu li a:hover {
  color: #f9b004;
}
#footer_hq #footer_menu #footer-menu li:not(:last-child) {
  margin-bottom: 5px;
}
#footer_hq #footer_menu #mail_footer {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.9375em;
  display: block;
  padding: 3px 0 3px 27px;
  background: url(../images/sprite3_hq.png) left -5px top 5px no-repeat;
  background-size: 30px 177px;
  margin-top: 30px;
}
#footer_hq #footer_menu #mail_footer .libelle {
  text-decoration: underline;
  transition: all 0.2s;
  color: #fff;
}
#footer_hq #footer_menu #mail_footer:hover .libelle {
  color: #f9b004;
}
#footer_hq #footer_droite {
  padding: 0 15px 30px 15px;
}
#footer_hq #footer_droite #newsletter_footer {
  margin-top: 20px;
}
#footer_hq #footer_droite #newsletter_footer #titre_inscription {
  font-family: 'aller_displayregular';
  font-size: 1.375em;
  line-height: 1;
  text-transform: uppercase;
  color: #dfd5c2;
}
#footer_hq #footer_droite #newsletter_footer #desc_newsletter {
  color: #fff;
  font-size: 0.9375em;
  font-style: italic;
  margin: 15px 0 20px 0;
}
#footer_hq #footer_droite #newsletter_footer a#inscription_news {
  margin: 0;
  background: url(../images/sprite3_hq.png) right 10px top -89px no-repeat #dfd5c2;
  background-size: 30px 177px;
  font-size: 1.0625em;
  line-height: 1;
  font-weight: 600;
  padding: 10px 50px 9px 18px;
  border-radius: 20px;
  min-height: auto;
  border: none;
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  color: #000;
  transition: all 0.2s;
}
#footer_hq #footer_droite #newsletter_footer a#inscription_news:hover {
  background-color: #f9b004;
}
#footer_hq #footer_droite #numeros_footer {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
#footer_hq #footer_droite #numeros_footer .un_tel {
  padding: 3px 0;
}
#footer_hq #footer_droite #numeros_footer .un_tel .libelle {
  color: #f9b004;
  text-transform: uppercase;
  font-size: 0.9375em;
  line-height: 1;
  display: block;
  margin-bottom: 2px;
}
#footer_hq #footer_droite #numeros_footer .un_tel .tel {
  font-family: 'aller_displayregular';
  font-weight: 600;
  font-size: 1.15em;
  color: #fff;
}
#footer_hq #footer_droite #numeros_footer .un_tel#tel_standard {
  margin-right: 15px;
  padding: 0 0 0 45px;
  background: url(../images/sprite3_hq.png) left 0px top -33px no-repeat;
  background-size: 30px 177px;
}
#footer_hq #footer_bas {
  background: #fff;
  padding: 20px 15px;
  text-align: center;
}
#footer_hq #footer_bas p {
  font-size: 0.9375em;
  line-height: 1;
  color: #a0957f;
}
#footer_hq #footer_bas p a {
  color: #a0957f;
  transition: all 0.2s;
}
#footer_hq #footer_bas p a:hover {
  color: #f9b004;
}
#footer_hq #footer_bas p:first-child {
  margin-bottom: 5px;
}
.grecaptcha-badge {
  display: none !important;
}
.youtube_player {
  height: auto !important;
}
/** END FOOTER **/
/** 404 **/
#oups {
  font-family: 'aller_displayregular';
  font-size: 2.5em;
  line-height: 1;
  margin-bottom: 1em;
  color: #000;
}
.cont_404 {
  padding: 20px;
}
.cont_404 p,
.cont_404 li {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  margin-bottom: 10px;
}
.cont_404 p a,
.cont_404 li a {
  color: #f9b004;
  text-decoration: underline;
}
.cont_404 li {
  background: url('../images/puce-bleue.png') 0px 7px no-repeat;
  background-size: 8px 8px;
  padding: 0px 0px 0px 15px;
  margin-bottom: 5px;
}
.cont_404 .droite {
  margin-top: 20px;
}
/** END 404 **/
/* Version 768 */
@media (min-width: 768px) {
  [id^="particles-js"] {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  /** SECTION BLOCS LIENS **/
  #blocs_liens {
    display: flex;
  }
  #blocs_liens li {
    width: 50%;
  }
  #blocs_liens li:nth-of-type(2) {
    margin-left: 40px;
  }
  /** end SECTION BLOCS LIENS **/
}
/* Version > 1024 */
@media (min-width: 1024px) {
  header#masthead #recherche_espace #lien_sitehq {
    background: url(../images/picto-ecran-2x.png) left 0px center no-repeat;
    padding: 3px 0 3px 25px;
    background-size: 19px 19px;
    font-size: 0.875em;
    margin-right: 10px;
    margin-left: 10px;
  }
  header#masthead #recherche_espace #recherche_hq {
    display: inline-block;
    cursor: pointer;
  }
  header#masthead #recherche_espace #langues_hq {
    margin-left: 30px;
  }
  header#masthead #recherche_espace #espace_hq {
    background: url(../images/sprite2_hq.png) 0px -38px no-repeat;
    padding: 0 25px 0 25px;
    background-size: 19px 120px;
    font-size: 0.875em;
  }
  header#masthead #recherche_espace #contact_hq {
    background: url(../images/sprite2_hq.png) 0px -105px no-repeat;
    padding: 0 0 0 25px;
    background-size: 19px 120px;
    font-size: 0.875em;
  }
  .widget_search {
    display: block;
    width: 0px;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  .widget_search span,
  .widget_search .screen-reader-text,
  .widget_search .search-submit {
    display: none;
  }
  .widget_search .search-field {
    border: 0;
    line-height: 24px;
    margin-top: 5px;
    border-bottom: 2px solid #fff;
    color: #fff;
    outline: none;
    background-color: #000;
  }
  .widget_search ::placeholder {
    color: #fff;
  }
  .widget_search.active {
    width: 200px;
  }
  p {
    font-size: 18px;
    line-height: 1.35em;
  }
  .full-width {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
  }
  /** SECTION BLOCS LIENS **/
  #blocs_liens li {
    padding-left: 200px;
    min-height: 250px;
  }
  #blocs_liens li img {
    position: absolute;
    top: 40px;
    left: 15px;
  }
  /** end SECTION BLOCS LIENS **/
}
/* Version > 1200 */
@media (min-width: 1200px) {
  .titre_tres_grand {
    font-size: 3.9375em;
  }
  /** HEADER **/
  header#masthead #header {
    padding: 0 10px 111px 10px;
  }
  header#masthead #recherche_espace {
    position: fixed;
    right: 0;
    top: 0;
  }
  header#masthead #logo {
    width: 269px;
    top: 28px;
  }
  header#masthead.scroll {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.18);
  }
  #picto_menu {
    top: 47px;
    cursor: pointer;
  }
  #menus_header {
    width: 285px;
    top: 111px;
    z-index: 20;
  }
  #menus_header #conteneur_menus_head {
    margin: 0 15px;
    padding: 10px 0 10px 0;
  }
  #menus_header #conteneur_menus_head #menu_secondaire {
    width: 220px;
  }
  #menus_header #conteneur_menus_head .menu > li > a,
  #menus_header #conteneur_menus_head .menu > li > span {
    padding: 16px 0 15px 0;
  }
  #site-navigation {
    position: absolute;
    left: 315px;
    max-width: 885px;
    bottom: 0;
  }
  #site-navigation .menu {
    display: flex;
  }
  #site-navigation .menu > li > a,
  #site-navigation .menu > li > span {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.0625em;
    color: #000;
    display: block;
    padding: 10px 20px 30px 20px;
    position: relative;
    text-align: center;
    transition: all 0.2s;
  }
  #site-navigation .menu > li > a + .sub-menu,
  #site-navigation .menu > li > span + .sub-menu {
    position: absolute;
    left: 0;
    padding: 15px 0 15px 0;
    background: #fff;
    left: auto;
    right: auto;
  }
  #site-navigation .menu > li > a + .sub-menu:not(.full),
  #site-navigation .menu > li > span + .sub-menu:not(.full) {
    width: 345px;
  }
  #site-navigation .menu > li > a + .sub-menu:not(.full) > li,
  #site-navigation .menu > li > span + .sub-menu:not(.full) > li {
    padding: 0 45px 0 40px;
  }
  #site-navigation .menu > li > a + .sub-menu.full,
  #site-navigation .menu > li > span + .sub-menu.full {
    width: 850px;
    min-height: 230px;
    clip-path: polygon(100% 0, 100% 87%, 91% 100%, 0 100%, 0 0);
  }
  #site-navigation .menu > li > a + .sub-menu.full > li:not(.aside),
  #site-navigation .menu > li > span + .sub-menu.full > li:not(.aside) {
    width: 50%;
    padding: 0 45px 0 40px;
  }
  #site-navigation .menu > li > a + .sub-menu.full > li:nth-last-of-type(2) > a,
  #site-navigation .menu > li > span + .sub-menu.full > li:nth-last-of-type(2) > a,
  #site-navigation .menu > li > a + .sub-menu.full > li:nth-last-of-type(2) > span,
  #site-navigation .menu > li > span + .sub-menu.full > li:nth-last-of-type(2) > span {
    border-bottom: 0;
  }
  #site-navigation .menu > li > a + .sub-menu > li,
  #site-navigation .menu > li > span + .sub-menu > li {
    background: #fff;
    width: 100%;
  }
  #site-navigation .menu > li > a + .sub-menu > li > a,
  #site-navigation .menu > li > span + .sub-menu > li > a,
  #site-navigation .menu > li > a + .sub-menu > li > span,
  #site-navigation .menu > li > span + .sub-menu > li > span {
    display: block;
    font-size: 1.1875em;
    color: #000;
    border-bottom: 1px solid #dfd5c2;
    padding: 12px 0 13px 0;
    transition: all 0.2s;
  }
  #site-navigation .menu > li > a + .sub-menu > li > a:hover,
  #site-navigation .menu > li > span + .sub-menu > li > a:hover,
  #site-navigation .menu > li > a + .sub-menu > li > span,
  #site-navigation .menu > li > span + .sub-menu > li > span {
    color: #f9b004;
  }
  #site-navigation .menu > li > a + .sub-menu > li:last-of-type > a,
  #site-navigation .menu > li > span + .sub-menu > li:last-of-type > a,
  #site-navigation .menu > li > a + .sub-menu > li:last-of-type > span,
  #site-navigation .menu > li > span + .sub-menu > li:last-of-type > span {
    border-bottom: 0;
  }
  #site-navigation .menu > li > a + .sub-menu > li.aside,
  #site-navigation .menu > li > span + .sub-menu > li.aside {
    padding: 40px 30px 0 40px;
    background: #dfd5c2;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
  }
  #site-navigation .menu > li > a + .sub-menu > li.aside span,
  #site-navigation .menu > li > span + .sub-menu > li.aside span,
  #site-navigation .menu > li > a + .sub-menu > li.aside a,
  #site-navigation .menu > li > span + .sub-menu > li.aside a {
    font-family: 'aller_displayregular';
    font-size: 1.3125em;
    text-decoration: underline;
    line-height: 1.3;
    position: relative;
  }
  #site-navigation .menu > li > a + .sub-menu > li.aside span:after,
  #site-navigation .menu > li > span + .sub-menu > li.aside span:after,
  #site-navigation .menu > li > a + .sub-menu > li.aside a:after,
  #site-navigation .menu > li > span + .sub-menu > li.aside a:after {
    content: "\f104";
    position: absolute;
    bottom: -40px;
    left: 0;
    font-family: Flaticon;
    font-size: 16px;
    transition: all 0.25s;
    color: #000000;
    width: 40px;
    height: 40px;
    font-style: normal;
    background-color: #f4f1ec;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    border: 1px solid #000000;
  }
  #site-navigation .menu > li > a + .sub-menu > li .sub-menu,
  #site-navigation .menu > li > span + .sub-menu > li .sub-menu {
    display: none;
  }
  #site-navigation .menu > li > a:after,
  #site-navigation .menu > li > span:after {
    content: "";
    transition: all 0.2s;
    display: inline-block;
    width: 120px;
    max-width: 90%;
    height: 3px;
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    bottom: 20px;
  }
  #site-navigation .menu > li:hover > a + .sub-menu,
  #site-navigation .menu > li:hover > span + .sub-menu {
    display: block;
  }
  #site-navigation .menu > li:hover a,
  #site-navigation .menu > li span,
  #site-navigation .menu > li.current-menu-parent a {
    color: #f9b004;
  }
  #site-navigation .menu > li:hover a:after,
  #site-navigation .menu > li span:after,
  #site-navigation .menu > li.current-menu-parent a:after {
    background: #f9b004;
  }
  #site-navigation .menu > li:nth-of-type(3):hover > a,
  #site-navigation .menu > li:nth-of-type(3) > span,
  #site-navigation .menu > li:nth-of-type(3).current-menu-parent > a {
    color: #b6c832;
  }
  #site-navigation .menu > li:nth-of-type(3):hover > a:after,
  #site-navigation .menu > li:nth-of-type(3) > span:after,
  #site-navigation .menu > li:nth-of-type(3).current-menu-parent > a:after {
    background: #b6c832;
  }
  #site-navigation .menu > li:nth-of-type(3) .sub-menu > li > a:hover,
  #site-navigation .menu > li:nth-of-type(3) .sub-menu > li > span {
    color: #b6c832;
  }
  #site-navigation .menu > li:nth-of-type(4):hover > a,
  #site-navigation .menu > li:nth-of-type(4) > span,
  #site-navigation .menu > li:nth-of-type(4).current-menu-parent > a {
    color: #5f96b0;
  }
  #site-navigation .menu > li:nth-of-type(4):hover > a:after,
  #site-navigation .menu > li:nth-of-type(4) > span:after,
  #site-navigation .menu > li:nth-of-type(4).current-menu-parent > a:after {
    background: #5f96b0;
  }
  #site-navigation .menu > li:nth-of-type(4) .sub-menu > li > a:hover,
  #site-navigation .menu > li:nth-of-type(4) .sub-menu > li > span {
    color: #5f96b0;
  }
  #site-navigation .menu > li:nth-of-type(2) > a + .sub-menu.full,
  #site-navigation .menu > li:nth-of-type(3) > a + .sub-menu.full,
  #site-navigation .menu > li:nth-of-type(4) > a + .sub-menu.full,
  #site-navigation .menu > li:nth-of-type(2) > span + .sub-menu.full,
  #site-navigation .menu > li:nth-of-type(3) > span + .sub-menu.full,
  #site-navigation .menu > li:nth-of-type(4) > span + .sub-menu.full {
    right: -119px;
  }
  #hq_guide {
    position: fixed;
    z-index: 10;
    right: 0;
    top: 200px;
    display: flex;
    flex-direction: column;
  }
  #hq_guide a {
    margin: 0 0 13px 0;
    padding: 55px 5px 10px 5px;
    width: 65px;
    height: 65px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.18);
  }
  #hq_guide a#rappel_hq {
    background: url(../images/sprite_aside.png) -170px -9px no-repeat #fff;
    background-size: 238px 86px;
  }
  #hq_guide a#rappel_hq:hover {
    background: url(../images/sprite_aside_survol.png) -170px -9px no-repeat #000;
    background-size: 238px 86px;
  }
  #hq_guide a#temoignages_hq {
    background: url(../images/sprite_aside.png) -94px -5px no-repeat #fff;
    background-size: 238px 86px;
    font-size: 0.65em;
  }
  #hq_guide a#temoignages_hq:hover {
    background: url(../images/sprite_aside_survol.png) -94px -5px no-repeat #000;
    background-size: 238px 86px;
  }
  #hq_guide a#vous_guider {
    background: url(../images/sprite_aside.png) -10px -10px no-repeat #fff;
    background-size: 238px 86px;
  }
  #hq_guide a#vous_guider:hover {
    background: url(../images/sprite_aside_survol.png) -10px -10px no-repeat #000;
    background-size: 238px 86px;
  }
  #hq_guide a span {
    transition: all 0.25s;
    color: #fff;
    opacity: 0;
    display: block;
    transform: translateY(-15px);
  }
  #hq_guide a:hover {
    height: 85px;
  }
  #hq_guide a:hover span {
    opacity: 1;
    transform: translateY(0px);
  }
  /** END HEADER **/
  /** BANDEAU **/
  #bandeau_hq {
    position: relative;
    background: #f4f1ec;
  }
  #bandeau_hq #bandeau_degrade {
    display: flex;
  }
  #bandeau_hq #visuel_bandeau {
    height: 330px;
    width: 56.77%;
    position: relative;
  }
  #bandeau_hq #titre_degrade {
    height: 360px;
    flex: 1;
  }
  #bandeau_hq #titre_degrade:before,
  #bandeau_hq #titre_degrade:after {
    content: none;
  }
  #bandeau_hq .conteneur {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
  }
  #bandeau_hq .conteneur:before,
  #bandeau_hq .conteneur:after {
    content: "";
    position: absolute;
    display: inline-block;
    background: #fff;
    right: 0;
    top: 40px;
  }
  #bandeau_hq .conteneur:before {
    height: 6px;
    width: 530px;
  }
  #bandeau_hq .conteneur:after {
    height: 330px;
    width: 6px;
  }
  #bandeau_hq .pl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: left;
    padding: 0 0 0 750px;
  }
  #bandeau_hq h1 {
    font-family: 'aller_displayregular';
    text-align: center;
    font-size: 3.25em;
    line-height: 1.15;
    text-align: left;
  }
  #bandeau_hq h1.sstitre {
    font-size: 2.625em;
  }
  #bandeau_hq h1.sstitre span {
    display: block;
    font-family: 'aller_displayregular';
    font-size: 1.23em;
  }
  #bandeau_hq #texte_bandeau {
    margin: 15px 0 0 35px;
  }
  /** END BANDEAU **/
  /** FIL ARIANE **/
  #fil_ariane {
    padding: 28px 0px 17px 0;
  }
  /** FIL ARIANE **/
  /** CONTENU **/
  .entry-content {
    padding: 0;
  }
  /** END CONTENU **/
  /** SECTION BLOCS LIENS **/
  #blocs_liens {
    margin: 100px 0;
  }
  /** end SECTION BLOCS LIENS **/
  /** LIVRE BLANC **/
  #livre_blanc {
    background: #f4f1ec;
  }
  #livre_blanc #conteneur_lb {
    display: flex;
    max-width: 1330px;
    padding-right: 30px;
  }
  #livre_blanc #conteneur_lb #opinion_footer {
    width: 480px;
    margin: 30px 0;
    display: flex;
  }
  #livre_blanc #conteneur_lb #opinion_footer #visuel_opinion {
    width: 265px;
  }
  #livre_blanc #conteneur_lb #opinion_footer #opinion_txt {
    flex: 1;
    background: #dfd5c2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
  }
  #livre_blanc #conteneur_lb #opinion_footer #opinion_txt #opinion_titre {
    font-weight: 600;
    font-size: 1.125em;
    line-height: 1.33em;
  }
  #livre_blanc #conteneur_lb #opinion_footer #opinion_txt #opinion_intro {
    font-size: 1.125em;
    line-height: 1.1;
  }
  #livre_blanc #conteneur_lb #lb {
    flex: 1;
    padding: 0 0 0 100px;
    position: relative;
    /*.gform_wrapper{
                    margin: 25px 0 0 0;
                    .gform_fields{
                        .gfield{
                            padding: 0;
                            .ginput_container_email{
                                input{
                                    color: #000000;
                                    line-height: 1;
                                    padding: 17px 27px 16px 27px;
                                    min-height: auto;
                                    font-size: 1.3125em;
                                    border: none;
                                    border-radius: 25px;
                                    outline: none;
                                }
                            }
                            .ginput_container_consent{
                                font-size: 1em;
                                font-style: italic;
                            }
                        }
                    }
                    .gform_footer{
                        margin: 0;
                        input[type="submit"]{
                            background: url(../images/picto-telechargement-2x.png) center right 15px no-repeat @jaune;
                            background-size: 22px 21px;
                            border: 1px solid @jaune;
                            font-size: 1.0625em;
                            line-height: 1;
                            font-weight: 600;
                            padding: 9px 50px 8px 18px;
                            border-radius: 20px;
                            min-height: auto;
                            background-size: 22px 17px;
                            display: inline-block;
                            width: auto;
                            text-transform: uppercase;
                            transition: all 0.2s;
                            cursor: pointer;
                            position: absolute;
                            right: 12px;
                            top: 135px;
                            margin: 0;
                            &:hover{
                                background-color: #fff;
                            }
                        }
                    }
                }*/
  }
  #livre_blanc #conteneur_lb #lb #titre_lb {
    font-family: 'aller_displayregular';
    font-size: 2.6875em;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    top: -18px;
  }
  #livre_blanc #conteneur_lb #lb #desc_dl {
    position: absolute;
    top: 50%;
    max-width: 70%;
    left: 100px;
    transform: translate(0%, -50%);
  }
  #livre_blanc #conteneur_lb #lb #desc_dl #dl_lv {
    margin: 40px 0 0 5px;
    box-shadow: 0px 0px 0px 5px #fff;
    background: #fff;
    display: inline-block;
    border-radius: 23px;
  }
  #livre_blanc #conteneur_lb #lb #desc_dl #dl_lv a {
    background: url(../images/sprite3_hq.png) right 10px top -150px no-repeat #f9b004;
    background-size: 30px 177px;
    border: 1px solid #f9b004;
    color: #000;
    font-size: 1.0625em;
    line-height: 1;
    font-weight: 600;
    padding: 9px 50px 8px 18px;
    border-radius: 20px;
    min-height: auto;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    transition: all 0.2s;
    cursor: pointer;
  }
  #livre_blanc #conteneur_lb #lb #desc_dl #dl_lv a:hover {
    background-color: #fff;
  }
  /** END LIVRE BLANC **/
  /** FOOTER **/
  #footer_hq {
    background-position: 0px 0px;
    padding: 70px 0 0 0;
  }
  #footer_hq #footer_haut {
    background: none;
    padding-bottom: 50px;
  }
  #footer_hq #footer_haut .conteneur {
    display: flex;
    justify-content: space-between;
  }
  #footer_hq #footer_haut .conteneur #footer_gauche {
    width: 330px;
    padding: 0;
  }
  #footer_hq #footer_haut .conteneur #footer_menu {
    width: 260px;
    margin: 0;
    padding: 20px 0 0px 0;
    border-bottom: none;
  }
  #footer_hq #footer_haut .conteneur #footer_menu li a,
  #footer_hq #footer_haut .conteneur #footer_menu li span {
    padding: 6px 0;
  }
  #footer_hq #footer_haut .conteneur #footer_droite {
    width: 525px;
    padding: 0;
    position: relative;
    /*#newsletter_footer{
                        .gform_wrapper{
                            .gform_footer{
                                input[type="submit"]{
                                    position: absolute;
                                    top: 67px;
                                    right: 21px;
                                    cursor: pointer;
                                }
                            }
                        }
                    }*/
  }
  #footer_hq #footer_haut .conteneur #footer_droite:before {
    content: "";
    display: inline-block;
    height: 3px;
    width: 245px;
    background: #f9b004;
    position: absolute;
    top: 0;
    left: 0;
  }
  #footer_hq #footer_haut .conteneur #footer_droite #numeros_footer {
    align-items: center;
  }
  #footer_hq #footer_haut .conteneur #footer_droite #numeros_footer .un_tel .tel {
    font-size: 1.3125em;
  }
  #footer_hq #footer_haut .conteneur #footer_droite #numeros_footer #tel_standard {
    margin-right: 60px;
  }
  #footer_hq #footer_bas .conteneur {
    display: flex;
    justify-content: space-between;
  }
  #footer_hq #footer_bas .conteneur p {
    margin: 0;
  }
  /** END FOOTER **/
  /** 404 **/
  .cont_404 {
    padding: 50px 0;
    display: flex;
    align-items: center;
  }
  .cont_404 .gauche {
    flex: 1;
  }
  .cont_404 .gauche p {
    margin-bottom: 20px;
  }
  .cont_404 .gauche ul {
    margin-top: -10px;
  }
  .cont_404 .droite {
    margin: 0;
    width: 600px;
  }
  /** 404 **/
}
