/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.cta {
  display: none;
}

.cta p {
  color: var(--blanc);
  text-transform: uppercase;
  font-size: var(--fs-m);
  font-family: var(--font-family);
  margin: 0;
}

@media (max-width: 1199px) {
  .open header .cta_mobile #cta_mobile {
    display: block;
    text-align: center;
  }
  .open header .cta_mobile {
    padding: 1rem;
    border-radius: var(--border-radius);
    background-color: var(--rouge);
    width: var(--container-width);
    display: block;
    margin: 0 auto;
    margin-bottom: calc(var(--section-gap) / 2);
    text-wrap: balance;
  }
}
@media (min-width: 1200px) {
  #cta {
    display: block;
    position: fixed;
    top: 3.12rem;
    /* top: calc(100% - 400px); */
    right: 18px;
    z-index: 99;
    background-color: var(--rouge);
    border-radius: var(--border-radius);
    padding: 1.25rem;
    padding-bottom: calc(1.25rem + 15px);
    margin-top: var(--header-height);
    transition: right 0.4s ease;
  }

  #cta.hide {
    right: -250px;
  }

  #cta:after {
    display: block;
    content: "";
    width: 35px;
    height: 15px;
    bottom: 0.625rem;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    position: absolute;
    background: url("../images/custom/thin_arrow.svg") no-repeat center center /
      contain;
  }
}

@media (min-width: 1200px) and (max-width: 1355px) {
  #cta.hide-scroll {
    right: -250px;
  }
}

header {
  position: fixed;
  z-index: 3;
  width: 100%;
  background-color: var(--jaune);
}

@media (min-width: 1200px) {
  body.home header {
    background-color: unset;
  }
}

header > div {
  position: relative;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header .logo {
  max-width: 132px;
  /*! -webkit-box-flex: 1; */
  /*! -ms-flex: 1 0 auto; */
  /*! flex: 1 0 auto; */
}

header .logo > a > img:not(.logo_main) {
  display: none;
}

/* menu */
header .menu {
  display: none;
}

header .menu ul {
  margin: 0;
  padding: 0;
}

header .menu .menu-item {
  list-style: none;
}

/* */

header .texte_def {
  height: 48px;
}

header .texte_def_mobile {
  display: none;
}

header .texte_def_mobile .texte_defilant {
  background-color: var(--jaune);
}

/* */

header .texte_defilant {
  border-radius: unset;
  width: 100%;
  background-color: var(--jaune);
  border: 1px solid var(--blanc);
  border-left-width: 0;
  border-right-width: 0;
  height: 100%;
  background-color: var(--violet);
}

header .texte_defilant .text {
  font-size: 1.875rem;
  line-height: 150%;
}

@media (min-width: 1200px) {
  header .texte_defilant {
    border-radius: 24px;
    border-left-width: 1px;
    border-right-width: 1px;
  }
}

/* test */

header .texte_defilant .text span:before {
  -webkit-filter: var(--filtre-noir-gris);
  filter: var(--filtre-noir-gris);
}

header .texte_defilant .text span:after {
  display: inline-block;
  background: url("../images/custom/btn_arrow.svg") no-repeat center / 80%;
  content: "";
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  -webkit-filter: var(--filtre-noir-gris);
  filter: var(--filtre-noir-gris);
}

header .texte_defilant .text:nth-child(2) span:nth-child(2)::after,
header .texte_defilant .text:nth-child(1) span:nth-child(1)::after,
header .texte_defilant .text:nth-child(1) span:nth-child(3)::after,
header .texte_defilant .text:nth-child(2) span:nth-child(2)::before,
header .texte_defilant .text:nth-child(1) span:nth-child(1)::before,
header .texte_defilant .text:nth-child(1) span:nth-child(3)::before {
  -webkit-filter: var(--filtre-jaune);
  filter: var(--filtre-jaune);
}

header .texte_defilant .text:nth-child(2) span:nth-child(3),
header .texte_defilant .text:nth-child(2) span:nth-child(1),
header .texte_defilant .text:nth-child(1) span:nth-child(2) {
  color: var(--jaune);
}

body.open header .texte_defilant .text:nth-child(2) span:nth-child(2)::after,
body.open header .texte_defilant .text:nth-child(1) span:nth-child(1)::after,
body.open header .texte_defilant .text:nth-child(1) span:nth-child(3)::after,
body.open header .texte_defilant .text:nth-child(2) span:nth-child(2)::before,
body.open header .texte_defilant .text:nth-child(1) span:nth-child(1)::before,
body.open header .texte_defilant .text:nth-child(1) span:nth-child(3)::before {
  -webkit-filter: var(--filtre-violet);
  filter: var(--filtre-violet);
}

body.open header .texte_defilant .text:nth-child(2) span:nth-child(3),
body.open header .texte_defilant .text:nth-child(2) span:nth-child(1),
body.open header .texte_defilant .text:nth-child(1) span:nth-child(2) {
  color: var(--violet);
}

/* test tog menu */

/* */

@media (max-width: 1199px) {
  header {
    padding-top: 30px;
  }

  .scrolled header {
    padding-top: 10px;
  }
  .scrolled header > div {
    margin-bottom: 10px;
  }

  header > div {
    padding-bottom: 10px;
    height: 60px;
  }

  /* tog menu */
  #togMenu {
    position: absolute;
    width: 22px;
    aspect-ratio: 1/1;
    top: 50%;
    right: calc((100% - var(--container-width)) / 2);
    -webkit-transform: translateY(calc(-50% - 5px));
    -ms-transform: translateY(calc(-50% - 5px));
    transform: translateY(calc(-50% - 5px));
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    cursor: pointer;
  }

  #togMenu.open {
    width: auto;
  }

  #togMenu .burger {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }

  .burger span {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--noir-gris);
    border: 0px solid;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }

  #burger span#t1 {
    top: 15%;
  }

  #burger span#t2 {
    top: calc(50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #burger span#t3 {
    bottom: 15%;
  }

  #togMenu.open .burger span {
    width: 131%;
    height: 3px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }

  #togMenu.open #burger span#t1 {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
  }

  #togMenu.open #burger span#t2 {
    display: none;
  }

  #togMenu.open #burger span#t3 {
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0;
  }

  /* end of tog menu */
  /* start of menu mobile */
  header .menu > ul {
    width: var(--container-width);
    margin: 0 auto;
    font-size: 1.8125rem;
    min-height: calc(100% - 5rem - 48px - 5rem - 4rem);
    font-family: var(--font-family);
    color: var(--noir-gris);
  }

  header .menu > ul > li:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  header .menu > ul > li > .sub-menu {
    margin-top: 0.875rem;
    padding-left: 1.88rem;
    font-size: 1.5rem;
  }

  header .menu > ul > li > .sub-menu > li,
  header .menu > ul > li > .sub-menu a {
    padding: 6px 0;
  }
  header .menu > ul > li > .sub-menu a {
    font-size: 1.2rem;
  }
  header .menu > ul > li.menu-item-has-children > a:after {
    margin-top: 1.12rem;
    content: "";
    display: inline-block;
    background: url(../images/custom/btn_arrow.svg) no-repeat center / cover;
    -webkit-filter: invert(87%) sepia(31%) saturate(730%) hue-rotate(344deg)
      brightness(101%) contrast(103%);
    filter: invert(87%) sepia(31%) saturate(730%) hue-rotate(344deg)
      brightness(101%) contrast(103%);
    transform: rotate(180deg);
    height: 2rem;
    width: 2rem;
    margin-left: 1.25rem;
  }

  header .menu a:hover {
    color: var(--jaune);
  }

  /* start of menu open */

  body.open header {
    background-color: var(--violet);
    height: 100vh;
    overflow-y: scroll;
  }

  body.open header > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }

  body.open header .logo {
    margin-left: calc((100% - var(--container-width)) / 2);
  }

  body.open header .logo > a > img.logo_main {
    display: none;
  }
  body.open header .logo > a > img:not(.logo_main) {
    display: initial;
  }

  body.open header .menu_container .menu {
    margin-top: 2rem;
    display: block;
    height: 100%;
  }

  body.open header .texte_def {
    display: none;
  }

  body.open header .texte_def_mobile {
    display: block;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  /* end of menu open */

  header .texte_def {
    display: none;
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 100%;
    right: 0;
  }
}

@media (min-width: 1200px) {
  .scrolled header {
    padding: 0;
  }

  .scrolled.home header {
    background-color: var(--jaune);
  }

  header {
    padding: 3.125rem 0;
  }

  .scrolled header > div {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header > div {
    width: 1160px;
    margin: 0 auto;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    height: 118px;
    gap: 0.5rem;
  }

  .scrolled header .logo {
    max-width: 150px;
  }

  header .logo {
    max-width: 300px;
  }

  header #togMenu {
    display: none;
  }

  .scrolled.scrollingUp header .texte_def {
    height: 40px;
  }

  header .texte_def {
    width: 380px;
  }

  .scrolled:not(.scrollingUp) header .menu_container {
    display: none;
  }

  .scrolled.hide_header header > div {
    height: 80px;
  }

  .scrolled header .menu_container {
    padding-top: 10px;
    gap: 8px;
    height: 100%;
  }

  header .menu_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  /* menu */
  .scrolled header .menu {
    border-bottom: 0px;
  }

  header .menu {
    display: block;
    border-bottom: 1px solid var(--noir);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  header .menu > ul {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    text-wrap: balance;
  }

  header .menu > ul > li {
    font-size: var(--fs-m);
    color: var(--noir-gris);
    font-family: var(--font-family);
    line-height: 150%;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header .menu > ul > li > a {
    text-transform: uppercase;
    font-size: 1.1rem;
  }

  header .menu > ul > li .sub-menu {
    display: none;
  }

  header .menu > ul > li:hover .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0%;
    min-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-wrap: nowrap;
    background-color: var(--jaune);
    padding: 0.5rem 3rem;
    z-index: 5;
    -webkit-transform: translateX(-3rem);
    -ms-transform: translateX(-3rem);
    transform: translateX(-3rem);
    border: 1px solid var(--noir);
  }

  header .menu .sub-menu li + li {
    margin-top: 0.69rem;
  }
}

/* footer */

.section_footer {
  overflow: hidden;
}

.footer__banner {
  /* -webkit-clip-path: polygon(0% 25%, 100% 0%, 100% 100%, 0% 100%, 0% 25%);
            clip-path: polygon(0% 25%, 100% 0%, 100% 100%, 0% 100%, 0% 25%); */
  clip-path: polygon(0% 35%, 0% 100%, 100% 100%, 100% 0%);
  height: 24vw;
}

.footer__banner img {
  height: 100%;
  width: 100%;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.footer__banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: var(--jaune);
  opacity: 0.8;
}

.footer__content {
  position: relative;
  z-index: 3;
  padding-bottom: 4.38rem;
}

section.equipe a.bouton,
.footer__content a.bouton {
  text-transform: uppercase;
  color: var(--noir-gris);
  font-family: var(--font-family);
  padding: 0.25rem 1.12rem;
  padding-right: calc(1.12rem + 1.6rem + 28px);
  line-height: normal;
  font-weight: var(--normal);
  font-size: var(--fs-l);
  position: relative;
  border: 1px solid var(--noir-gris);
  border-radius: 2rem;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}

section.equipe a.bouton:after,
.footer__content a.bouton:after {
  position: absolute;
  top: 50%;
  right: 1.12rem;
  content: "";
  display: block;
  width: 28px;
  height: 27px;
  background: url("../images/custom/btn_arrow.svg") no-repeat center center /
    contain;
  -webkit-filter: brightness(0) saturate(100%) invert(28%) sepia(0%)
    saturate(2%) hue-rotate(344deg) brightness(101%) contrast(83%);
  filter: brightness(0) saturate(100%) invert(28%) sepia(0%) saturate(2%)
    hue-rotate(344deg) brightness(101%) contrast(83%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

section.equipe a.bouton:hover,
.footer__content a.bouton:hover {
  background-color: var(--violet);
  border: 1px solid var(--blanc);
  color: var(--blanc);
}

section.equipe a.bouton:hover:after,
.footer__content a.bouton:hover:after {
  background-image: url("../images/custom/fleche_cote.svg");
  -webkit-filter: unset;
  filter: unset;
  width: 37px;
  height: 31px;
}

#page section.equipe a.bouton:before,
#page .footer__content a.bouton:before {
  display: none;
}

#page section.equipe a.bouton:hover::before,
#page .footer__content a.bouton:hover::before {
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}

#page section.equipe a.bouton:hover,
#page .footer__content a.bouton:hover {
  font-size: var(--fs-l);
}

.footer__content::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: -3px;
  width: calc(100% + 6px);
  height: 24vw;
  background: url("../images/custom/new_vague.svg") no-repeat bottom center;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  background-size: 100%;
}

.footer__content > .container {
  position: relative;
}

.footer__banner {
  position: relative;
}

.section_footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc((100% - var(--container-width)) / 2);
  height: 24vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url("../images/custom/france_avec_rond.svg") no-repeat center
    center / contain;
  z-index: 5;
}

@media (max-width: 979px) {
  .section_footer h2 {
    font-size: 2.75rem;
  }
}
@media (min-width: 980px) {
  .section_footer:before {
    content: "";
    position: absolute;
    top: 12vw;
    transform: translateY(-50%);
    left: calc((100% - var(--container-width)) / 2 + 4.19rem);
    height: 14.88vw;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: url("../images/custom/france_avec_rond.svg") no-repeat center
      center / contain;
    z-index: 5;
  }
}

section.equipe h2,
.footer__content h2 {
  color: var(--jaune);
}

.footer__content .bloc_1 {
  padding: 1rem 0 0 0;
  width: 100%;
}

.footer__content .bloc_1 .text .bullet_button {
  margin-top: var(--texte-gap);
}

.footer__content .bloc_2 {
  margin-top: 3.12rem;
  width: 100%;
  padding-top: 3.12rem;
  border-top: 1px solid var(--noir);
}

section.equipe .equipe_container,
.footer__content .equipe_container {
  width: 100%;
  margin-top: 3.12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 1.88rem;
  -webkit-column-gap: 6.25rem;
  -moz-column-gap: 6.25rem;
  column-gap: 6.25rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.equipe .equipe_item > img,
.footer__content .equipe_item > img {
  width: 177px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border-radius: 50%;
  border: 3px solid var(--blanc);
  aspect-ratio: 1/1;
}

section.equipe .equipe_item,
.footer__content .equipe_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: flex-start;
  width: 220px;
}

section.equipe .equipe_item .name,
.footer__content .equipe_item .name {
  text-align: center;
  font-size: var(--fs-l);
  font-family: var(--font-family);
  font-weight: var(--normal);
  text-transform: uppercase;
  line-height: 116%;
  color: var(--noir-gris);
  margin: 0;
  text-wrap: nowrap;
}

section.equipe .contact_equipe,
.footer__content .contact_footer {
  display: block;
  width: 100%;
  font-size: var(--fs-l);
  font-family: var(--font-family);
  color: var(--blanc);
  border: 1px solid var(--blanc);
  padding: 1.5rem;
  line-height: 150%;
  text-align: center;
  margin-top: 3.125rem;
  border-radius: 5.438rem;
  text-transform: uppercase;
}

section.equipe .contact_equipe:hover,
.footer__content .contact_footer:hover {
  background-color: var(--jaune);
  color: var(--noir-gris);
}

.footer__content .contact_footer span,
section.equipe .contact_equipe span {
  position: relative;
  padding-right: calc(1.25rem + 26px);
}

.footer__content .contact_footer span:after,
section.equipe .contact_equipe span:after {
  filter: var(--filtre-blanc);
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  margin-left: 1.25rem;
  width: 26px;
  height: 27px;
  display: inline-block;
  background: url("../images/custom/btn_arrow.svg") no-repeat center center /
    contain;
}

.footer__content .contact_footer:hover span:after,
section.equipe .contact_equipe:hover span:after {
  background: url("../images/custom/fleche_cote.svg") no-repeat center center /
    contain;
  filter: var(--filtre-noir-gris);
  width: 36px;
  height: 31px;
}

@media (min-width: 980px) {
  .footer__content > .container:before {
    /* -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
                transform: translateX(50%); */
    width: 286px;
  }

  .footer__content .bloc_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.88rem;
  }

  .footer__content .bloc_1 h2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 32.5%;
    text-align: right;
  }

  .footer__content .bloc_1 .text {
    max-width: 43.85%;
  }

  section.equipe .bloc_2,
  .footer__content .bloc_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.88rem;
  }

  section.equipe .bloc_2 h2,
  .footer__content .bloc_2 h2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  section.equipe .bloc_2 .text,
  .footer__content .bloc_2 .text {
    max-width: 56.8%;
  }
}

/* subfooter */
#sub_footer {
  position: relative;
  z-index: 1;
  padding-left: 68px;
  background-color: var(--blanc);
}

#sub_footer > nav {
  width: 100%;
  padding: 0.62rem 1.25rem;
  padding-left: 0;
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#sub_footer .linkedin_footer {
  color: var(--violet);
  font-size: var(--fs-l);
  line-height: normal;
  text-transform: uppercase;
  font-weight: var(--normal);
  position: relative;
  padding-left: calc(33px + 0.62rem);
  font-family: var(--font-family);
}

#sub_footer .linkedin_footer:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 33px;
  height: 33px;
  background: url("../images/custom/linkedin.svg") no-repeat center / cover;
  -webkit-filter: var(--filtre-violet);
  filter: var(--filtre-violet);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#sub_footer_menu {
  margin: 0;
  padding: 0;
}

#sub_footer_menu > li {
  list-style-type: none;
}

#sub_footer_menu > li:not(:last-child):after {
  content: "\00a0-\00a0";
  display: inline-block;
}

@media (min-width: 980px) {
  #sub_footer > nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #sub_footer_menu {
    margin: 1.22rem 0;
  }
}
