/** HAUT **/
#text_circle {
  width: 120px;
  height: 120px;
  font-weight: 900;
  text-transform: uppercase;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  display: flex;
  border-radius: 50%;
  transition: all 0.2s ease;
}
#text_circle svg {
  animation: text_circle 5s infinite linear;
  position: absolute;
  width: 150%;
  height: 150%;
  left: -25%;
  top: -25%;
}
#text_circle .next {
  transform: rotate(90deg);
  animation: arrow_circle 1.5s infinite ease;
}
#text_circle:hover {
  background-color: #ff8580;
  box-shadow: 0 0 0px 5px #ff8580;
}
@keyframes arrow_circle {
  0%,
  100% {
    transform: rotate(90deg) translateX(-7px);
  }
  40% {
    transform: rotate(90deg) translateX(7px);
  }
}
@keyframes text_circle {
  from {
    transform: rotate(90deg);
  }
  to {
    transform: rotate(-270deg);
  }
}
.wordtoggle {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  position: relative;
}
.wordtoggle .container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.wordtoggle .container > div {
  opacity: 1;
}
.wordtoggle.show .container > div {
  opacity: 0;
}
.wordtoggle.show .container > div.active {
  opacity: 1;
  animation: cubic-bezier(0.5, 0.06, 0.01, 0.99) wordtoggle 2.5s;
}
@keyframes wordtoggle {
  0% {
    transform: translatey(100%);
  }
  40%,
  60% {
    transform: translatey(0);
  }
  100% {
    transform: translatey(-100%);
  }
}
#haut_h {
  padding: 30px 30px 100px 30px;
  height: calc(100vh - 55px);
  max-height: 800px;
}
#haut_h #titre_h {
  position: relative;
  z-index: 2;
  margin-bottom: 35px;
}
#haut_h #titre_h .t105 {
  display: block;
  font-weight: 900;
  font-size: 2.25em;
  line-height: 1.25;
}
#haut_h #titre_h .t95 {
  display: block;
  font-weight: 900;
  font-size: 2.25em;
  line-height: 1.25;
}
#haut_h #titre_h .t165 {
  display: inline-block;
  font-weight: 900;
  font-size: 2.25em;
  line-height: 1.25;
  position: relative;
  font-style: italic;
}
#haut_h #titre_h .t165:after {
  content: "";
  display: inline-block;
  height: 10px;
  width: calc(100% + 40px);
  background: url(../images/surlignage-blanc.svg) center center no-repeat;
  position: absolute;
  bottom: -3px;
  left: -20px;
  z-index: -1;
}
#haut_h .img {
  margin-top: 35px;
  margin-bottom: -40px;
  position: relative;
  z-index: 1;
}
#haut_h video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 450px;
}
/** END HAUT **/
#primary {
  background-color: #fff;
}
.inview_souligne.startvisible:after {
  animation: souligne 2s ease forwards;
}
@keyframes souligne {
  0% {
    clip-path: inset(0 100% 0% 0);
  }
  100% {
    clip-path: inset(0 0% 0 0);
  }
}
/** AGENCE **/
#conteneur_agence_h {
  padding: 90px 30px 40px 30px;
  position: relative;
  z-index: 0;
}
#conteneur_agence_h #contenu_agence_h {
  max-width: 1130px;
  margin: 0 auto;
}
#liste_chiffres_h {
  margin: 40px auto;
}
#liste_chiffres_h .un_bloc {
  display: flex;
  align-items: center;
  padding: 15px 0;
  margin-bottom: 10px;
  border-bottom: 4px solid #FFE780;
}
#liste_chiffres_h .un_bloc .chiffre {
  font-weight: 900;
  font-size: 3.125em;
  width: 105px;
}
#liste_chiffres_h .un_bloc .txt {
  flex: 1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9375em;
  letter-spacing: 1.5px;
  padding: 0 0 0 15px;
  line-height: 1.25;
}
/** END AGENCE **/
/** ROUE **/
#sectionroue {
  position: relative;
  padding: 40px 30px;
  background-color: #000;
  overflow: hidden;
}
#sectionroue .elem {
  position: relative;
  margin-bottom: 40px;
}
#sectionroue .elem .titre {
  color: #FFE780;
  font-size: 1.9em;
  margin-bottom: 0.7em;
  font-weight: 900;
}
#sectionroue .elem .titre br {
  display: none;
}
#sectionroue .elem .stitre {
  color: #fff;
  font-size: 1.25em;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 1em;
}
#sectionroue .elem .texte {
  color: #fff;
  font-size: 1.1em;
  line-height: 1.5;
  font-weight: 300;
}
/** END ROUE **/
/** METIERS **/
#conteneur_blocs_h {
  background: #DCE7ED;
  padding: 40px 0px;
}
#contenu_bloc_rdv {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1130px;
}
#liste_metiers {
  margin-top: 30px;
  margin-bottom: 80px;
  padding-bottom: 0px;
  position: relative;
}
#liste_metiers .carousel__slide {
  width: calc(100% - 60px);
  padding: 0;
  margin: 0 15px;
}
#liste_metiers .carousel__slide .content {
  height: 100%;
}
#liste_metiers .carousel__slide .content .un_metier {
  height: 100%;
  position: relative;
  transition: all 0.2s;
}
#liste_metiers .carousel__slide .content .un_metier .lien_metier {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
#liste_metiers .carousel__slide .content .un_metier:hover {
  background-color: #ffb1bc !important;
}
#liste_metiers .un_metier {
  padding: 20px;
}
#liste_metiers .un_metier .picto_titre {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#liste_metiers .un_metier .picto_titre .picto {
  margin: 0 20px 0 0;
}
#liste_metiers .un_metier .picto_titre .titre {
  font-size: 2.5em;
  font-weight: 900;
}
#liste_metiers .un_metier .picto_titre.moyen .titre {
  font-size: 2em;
}
#liste_metiers .carousel__dots {
  display: none;
}
#liste_metiers .carousel__nav .carousel__button {
  top: inherit;
  bottom: -60px;
  transform: none;
  width: 60px;
  height: 60px;
}
#liste_metiers .carousel__nav .carousel__button.is-prev {
  right: 50%;
  left: initial;
}
#liste_metiers .carousel__nav .carousel__button.is-next {
  left: 50%;
}
#liste_metiers .carousel__nav .carousel__button svg {
  transition: all 0.25s;
}
/** END METIERS **/
/** REALISATIONS **/
#section_realisations {
  padding: 40px 0px;
  text-align: center;
  background-color: #fff;
}
#section_realisations .titre_section .top {
  font-size: 1.25em;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
}
#section_realisations .titre_section .bottom {
  font-size: 1.875em;
  line-height: 1.4;
  font-weight: 900;
  font-style: italic;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  display: block;
  z-index: 1;
}
#section_realisations .titre_section .bottom:after {
  content: '';
  width: 260px;
  height: 25px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/surlignage-bleu.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
#section_realisations .img {
  position: relative;
  overflow: hidden;
}
#section_realisations .img .logo {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  z-index: 1;
  transition: all 0.2s;
}
#section_realisations .img .logo img {
  filter: grayscale(1);
}
#section_realisations .img .bulle {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  background-color: #FFE780;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
#section_realisations .img .go,
#section_realisations .img .go2 {
  position: absolute;
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 50%;
  color: #FFE780;
  font-size: 30px;
  font-weight: 900;
  transform: translate(-50%, -50%) scale(0.5);
  text-transform: uppercase;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
#section_realisations .img .go2 {
  color: #000;
  background: transparent;
  z-index: 1;
  overflow: visible;
}
#section_realisations .img:hover .bulle {
  width: 1800px;
  height: 1800px;
}
#section_realisations .img:hover .go,
#section_realisations .img:hover .go2 {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1) rotate(-20deg);
}
#section_realisations .liste_realisations {
  position: relative;
  padding-bottom: 80px;
  padding: 0 20px 80px 20px;
  margin-top: 30px;
  text-align: left;
}
#section_realisations .liste_realisations li {
  width: calc(100%);
  padding: 0;
  margin: 0 10px;
}
#section_realisations .liste_realisations li a:after {
  content: none;
}
#section_realisations .liste_realisations .content {
  margin-top: 20px;
  color: #000;
  text-align: left;
}
#section_realisations .liste_realisations .content .nom {
  color: #000000;
  line-height: 1.2;
  display: block;
  margin-bottom: 15px;
  font-weight: 900;
}
#section_realisations .carousel__dots {
  display: none;
}
#section_realisations .carousel__nav .carousel__button {
  top: auto;
  bottom: 0px;
  transform: none;
  width: 60px;
  height: 60px;
}
#section_realisations .carousel__nav .carousel__button.is-prev {
  right: 50%;
  left: initial;
}
#section_realisations .carousel__nav .carousel__button.is-next {
  left: 50%;
}
#section_realisations .carousel__nav .carousel__button svg {
  transition: all 0.25s;
}
/** END REALISATIONS **/
/** PUBLICATIONS **/
.gros_titre_italic_actus {
  font-size: 1.875em;
  line-height: 1.4;
  font-weight: 900;
  font-style: italic;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 40px;
}
.gros_titre_italic_actus:after {
  content: '';
  width: 260px;
  height: 25px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/surlignage-bleu.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
#section_actus {
  padding: 0;
  margin-top: 30px;
  text-align: center;
}
#section_actus .les_articles {
  position: relative;
  padding-bottom: 80px;
}
#section_actus .carousel__dots {
  display: none;
}
#section_actus .carousel__nav .carousel__button {
  top: auto;
  bottom: 0px;
  transform: none;
  width: 60px;
  height: 60px;
}
#section_actus .carousel__nav .carousel__button.is-prev {
  right: 50%;
  left: initial;
}
#section_actus .carousel__nav .carousel__button.is-next {
  left: 50%;
}
#section_actus .carousel__nav .carousel__button svg {
  transition: all 0.25s;
}
/** END PUBLICATIONS **/
/** REJOINDRE **/
.gros_titre_italic_rejoindre {
  font-size: 1.875em;
  line-height: 1.4;
  font-weight: 900;
  font-style: italic;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.gros_titre_italic_rejoindre:after {
  content: '';
  width: 260px;
  height: 25px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/surlignage-blanc-2.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
#section_rejoindre {
  padding: 40px 20px;
  text-align: center;
  z-index: 0;
}
/** END REJOINDRE **/
/* Version 768 */
@media (min-width: 768px) {
  #haut_h {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    min-height: 500px;
  }
  #haut_h .img {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    transition: clip-path 0.5s ease;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  #haut_h .img img {
    max-height: 450px;
    width: auto;
    transform: scale(1.11);
    transition: all 1s ease;
  }
  #haut_h .img.show {
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
  }
  #haut_h .img.show img {
    transform: scale(1);
  }
  #sectionroue {
    padding: 100px 30px;
  }
  #liste_metiers .carousel__slide {
    width: calc(50% - 60px);
  }
  #section_realisations .titre_section {
    margin-bottom: 100px;
  }
  #section_realisations .titre_section .top {
    font-size: 2.25em;
    font-size: min(3vh, 2.25em);
  }
  #section_realisations .titre_section .bottom {
    font-size: 6.875em;
    font-size: min(9vh, 6.875em);
    line-height: 1;
  }
  #section_realisations .titre_section .bottom:after {
    background-image: url(../images/surlignage-bleu-2.svg);
    width: 680px;
    height: 33px;
  }
  #section_realisations .liste_realisations li {
    width: calc(50% - 60px);
  }
}
/* Version > 1024 */
@media (min-width: 1024px) {
  /** HAUT **/
  #haut_h {
    padding: 30px;
    min-height: 600px;
  }
  #haut_h #titre_h {
    font-size: 12px;
  }
  #haut_h #titre_h .t105 {
    font-size: 6.5625em;
    font-size: min(9vh, 6.5625em);
  }
  #haut_h #titre_h .t95 {
    font-size: 5.9375em;
    font-size: min(8vh, 5.9375em);
  }
  #haut_h #titre_h .t165 {
    font-size: 10.3125em;
    font-size: min(15vh, 10.3125em);
    padding-right: 80px;
    margin-top: -30px;
  }
  #haut_h #titre_h .t165:after {
    height: 39px;
    left: inherit;
    bottom: 0px;
    right: 0;
  }
  #haut_h video {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    z-index: 1;
    max-width: 1200px;
    margin: 0;
    max-height: calc(100vh - 70px);
  }
  /** END HAUT **/
  /** AGENCE **/
  #liste_chiffres_h {
    display: flex;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 90px;
  }
  #liste_chiffres_h .un_bloc {
    max-width: 260px;
    margin: 0 40px;
    padding: 0;
    flex-direction: column;
  }
  #liste_chiffres_h .un_bloc .chiffre {
    width: auto;
    font-size: 5.9375em;
    font-size: min(10vh, 5.9375em);
  }
  #liste_chiffres_h .un_bloc .txt {
    padding: 5px 0 15px 0;
    text-align: center;
    font-size: 1.0625em;
  }
  /** END AGENCE **/
  /** ROUE **/
  #sectionroue {
    margin-top: 100px;
    padding-top: 100px;
  }
  #sectionroue .elem {
    margin-bottom: 50px;
  }
  #sectionroue .elem .titre {
    font-size: min(8vh, 4em);
    margin-bottom: 30px;
  }
  #sectionroue .elem .stitre {
    font-size: min(3vh, 1.5em);
  }
  #sectionroue .elem .texte {
    font-size: min(2.5vh, 1.125em);
  }
  /** END ROUE **/
  /** METIERS **/
  #conteneur_blocs_h {
    margin-top: 100px;
    margin-right: 50px;
    margin-left: 50px;
    padding: 100px 20px;
  }
  #liste_metiers {
    margin-top: 100px;
    padding-bottom: 0;
    max-width: 100vw;
    overflow: hidden;
    display: flex;
  }
  #liste_metiers .carousel__slide {
    width: 27%;
    min-width: 400px;
    max-width: 450px;
    margin: 0;
    height: 100%;
  }
  #liste_metiers .un_metier {
    padding: 60px 30px 40px 30px;
    padding-top: min(6vh, 60px);
    padding-bottom: min(3vh, 40px);
  }
  #liste_metiers .un_metier .picto_titre {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
    margin-bottom: min(2vh, 30px);
  }
  #liste_metiers .un_metier .picto_titre .picto {
    margin: 0 0 50px 0;
    margin-bottom: min(5vh, 50px);
    width: min(10vh, 100px);
  }
  #liste_metiers .un_metier .picto_titre .titre {
    font-size: 6.875em;
    font-size: min(8vh, 6.875em);
    min-height: 15vh;
  }
  #liste_metiers .un_metier .picto_titre.moyen .titre {
    font-size: 4.5em;
    font-size: min(7vh, 4.5em);
    line-height: 0.9;
  }
  #liste_metiers .un_metier .txt {
    font-size: 1.125em;
    font-size: min(2.5vh, 1.125em);
  }
  #liste_metiers .un_metier .txt p {
    line-height: 1.65;
  }
  /** END METIERS **/
  #section_realisations {
    padding-right: 20px;
    padding-left: 20px;
  }
  /** REALISATIONS **/
  #section_realisations {
    overflow: hidden;
  }
  #section_realisations .liste_realisations li {
    margin: 0;
    width: 100%;
    margin-bottom: 50px;
    overflow: visible;
  }
  #section_realisations .liste_realisations li a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px 100px;
  }
  #section_realisations .liste_realisations li .img {
    width: 150%;
  }
  #section_realisations .liste_realisations li img {
    height: 400px;
    max-height: 65vh;
    object-fit: cover;
  }
  #section_realisations .liste_realisations li .fauxlien {
    align-self: baseline;
    margin-left: -10px;
  }
  #section_realisations .liste_realisations li .content {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #section_realisations .liste_realisations li .content .nom {
    font-size: 60px;
  }
  #section_realisations .liste_realisations li:nth-of-type(2n) .img {
    order: 2;
  }
  #section_realisations .liste_realisations li:nth-of-type(2n) .content {
    order: 1;
  }
  /** END REALISATIONS **/
  /** PUBLICATION **/
  .gros_titre_italic_actus {
    font-size: 6.875em;
    font-size: min(10vh, 6.875em);
    line-height: 1;
    margin-bottom: 50px;
  }
  .gros_titre_italic_actus:after {
    background-image: url(../images/surlignage-bleu-2.svg);
    width: 680px;
    height: 33px;
  }
  #section_actus {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  /** END PUBLICATION **/
  /** REJOINDRE **/
  .gros_titre_italic_rejoindre {
    font-size: 3.125em;
  }
  #section_rejoindre {
    padding-bottom: 140px;
  }
  #section_rejoindre .conteneur {
    max-width: 900px;
  }
  /** END REJOINDRE **/
}
/* Version > 1200 */
@media (min-width: 1200px) {
  /** HAUT **/
  #haut_h {
    height: 100vh;
    padding: 130px 30px 60px 30px;
    position: relative;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 50px;
    width: auto;
    --clip: 0%;
    clip-path: inset(0% var(--clip));
  }
  #haut_h #titre_h {
    font-size: 16px;
  }
  #haut_h #titre_h > div {
    transition: all 0.5s ease;
    clip-path: inset(0 0 100% 0);
  }
  #haut_h #titre_h > div:nth-of-type(1) {
    transform: translateY(130px);
  }
  #haut_h #titre_h > div:nth-of-type(2) {
    transform: translateY(120px);
  }
  #haut_h #titre_h > div:nth-of-type(3) {
    transform: translateY(200px);
  }
  #haut_h #titre_h > div.show {
    transform: translateY(0);
    clip-path: inset(10% 0 0% 0);
  }
  #haut_h #titre_h .t165 span {
    transition: all 0.2s ease;
    display: inline-block;
    position: relative;
  }
  #haut_h #titre_h .t165 span.show {
    transform: translate(10px, 10px);
  }
  #haut_h #titre_h .t165.show:after {
    animation: souligne 2s ease forwards;
  }
  #haut_h .img img {
    max-height: 80vh;
  }
  #haut_h .bouton {
    position: absolute;
    left: 0;
    bottom: -100px;
  }
  /** END HAUT **/
  #liste_chiffres_h .un_bloc {
    transition: all 0.2s ease;
  }
  #liste_chiffres_h .un_bloc .chiffre {
    transition: all 0.2s ease;
  }
  #liste_chiffres_h .un_bloc .chiffre span {
    transition: all 0.2s ease;
    display: inline-block;
    position: relative;
    color: #D1E8F5;
  }
  #liste_chiffres_h .un_bloc .chiffre span:after {
    position: absolute;
    content: attr(data-letter);
    line-height: inherit;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #000;
    transition: all 0.2s ease;
    z-index: 2;
  }
  #liste_chiffres_h .un_bloc .chiffre span:before {
    position: absolute;
    content: attr(data-letter);
    line-height: inherit;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFE780;
    transition: all 0.2s ease;
    z-index: 1;
  }
  #liste_chiffres_h .un_bloc:hover .chiffre {
    transform: translateY(-20px);
  }
  #liste_chiffres_h .un_bloc:hover .chiffre span {
    transform: translate(10px, 10px);
  }
  #liste_chiffres_h .un_bloc:hover .chiffre span:before {
    transform: translate(-10px, -10px);
  }
  #liste_chiffres_h .un_bloc:hover .chiffre span:after {
    transform: translate(-20px, -20px);
  }
  /** AGENCE **/
  #conteneur_agence_h {
    padding-bottom: 0;
  }
  /** END AGENCE **/
  /** ROUE **/
  #sectionroue {
    position: relative;
    padding: 0px 30px;
    --clip: 10%;
    clip-path: inset(0% var(--clip));
    background-color: #000;
    overflow: initial;
  }
  #sectionroue .conteneur {
    max-width: 1400px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
  }
  #sectionroue .right {
    height: calc(100vh - 70px);
    display: flex;
    align-items: center;
    justify-content: center;
    order: 1;
  }
  #sectionroue .left {
    order: 2;
  }
  #sectionroue .elem {
    min-height: calc(100vh - 70px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #sectionroue .bloc {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #sectionroue #roue {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #sectionroue #roue img {
    width: 100%;
    max-width: 700px;
    max-height: 70vh;
  }
  #sectionroue #roue .img {
    border-radius: 50%;
    transition: background-image 0.4s ease;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #sectionroue #roue .point {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 50%;
    transform: scale(0.25);
  }
  #sectionroue #roue .masque {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #000;
  }
  #sectionroue #roue .barre {
    background-color: #FFE780;
    position: absolute;
    z-index: 100;
    width: 13%;
    height: 37%;
    top: 75%;
  }
  #sectionroue #roue .barre2 {
    background-color: #FFE780;
    position: absolute;
    z-index: 100;
    width: 0%;
    height: 16%;
    top: 42%;
    left: -50%;
  }
  #sectionroue .elem {
    margin: 0;
    position: relative;
    font-family: "Roboto", sans-serif;
  }
  #sectionroue .elem .content > * {
    opacity: 0;
    transform: translateX(-20px);
  }
  #sectionroue .elem .content .titre {
    transition: all 0.3s ease;
  }
  #sectionroue .elem .content .stitre {
    transition: all 0.3s ease 0.1s;
  }
  #sectionroue .elem .content .texte {
    transition: all 0.3s ease 0.2s;
  }
  #sectionroue .elem .content a {
    transition: all 0.3s ease 0.3s;
  }
  #sectionroue .elem .content a:hover {
    transition: all 0.2s ease !important;
  }
  #sectionroue .elem.active .content > * {
    opacity: 1;
    transform: translateY(0);
  }
  /** END ROUE **/
  #conteneur_blocs_h {
    --clip: 10%;
    clip-path: inset(0% var(--clip));
  }
  #section_actus {
    --clip: 10%;
    clip-path: inset(0% var(--clip));
    transition: all 0.2s;
  }
  #section_actus .conteneur {
    display: flex;
    align-items: center;
    max-width: 100%;
    justify-content: center;
  }
  #section_actus .les_articles {
    padding-right: 20px;
    padding-left: 20px;
  }
  #section_actus .les_articles .carousel__slide {
    max-width: 300px;
    width: 100%;
  }
  #section_actus [class^='editor-lien'] {
    width: max-content;
    margin-left: 20px;
  }
  /** METIERS **/
  #contenu_blocs_h {
    padding-bottom: 0;
    z-index: 1;
  }
  /** END METIERS **/
  .section_test {
    height: 100vh;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .section_test p,
  .section_test .donnees {
    color: #fff;
  }
  .section_test .bar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 0;
    height: 20px;
    background-color: green;
    transition: all 0.2s;
  }
  #section_rejoindre {
    display: flex;
    align-items: center;
  }
  #contenu_bloc_rdv {
    display: flex;
    align-items: center;
    opacity: var(--opacity);
    transition: all 0.2s;
  }
  #liste_metiers {
    display: flex;
    align-items: center;
  }
}
