@font-face {
  font-family: "Lucida Console";
  src: url("../fonts/LucidaConsole.woff2") format("woff2"), url("../fonts/LucidaConsole.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Georgia Pro Bold";
  src: url("../fonts/GeorgiaPro-Bold.woff2") format("woff2"), url("../fonts/GeorgiaPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Georgia Pro Light Italic";
  src: url("../fonts/GeorgiaPro-LightItalic.woff2") format("woff2"), url("../fonts/GeorgiaPro-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Georgia Pro Light";
  src: url("../fonts/GeorgiaPro-Light.woff2") format("woff2"), url("../fonts/GeorgiaPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@media (max-width: 720px) {
  #debug-grid .col {
    display: none;
    width: 19.8717948718%;
    margin: 0 1.2820512821%;
  }
  #debug-grid .col.mobile {
    display: block;
  }
  html {
    font-size: 16px;
  }
  header {
    padding-bottom: 48px;
    z-index: 100000;
  }
  header #header-menu,
  header #header-sub-menu {
    display: none;
    padding: 1.125rem 1.4375rem;
    border-radius: 0.625rem;
  }
  header #header-menu .header-menu-item,
  header #header-sub-menu .header-menu-item {
    font-size: 0.75rem;
    line-height: 1;
    margin-right: 0.75rem;
  }
  header #header-menu .header-menu-item:last-child,
  header #header-sub-menu .header-menu-item:last-child {
    margin-right: 0;
  }
  header #header-menu.mobile {
    display: flex;
  }
  header #header-menu.mobile .burger {
    position: relative;
    width: 1.25rem;
  }
  header #header-menu.mobile .burger svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
  }
  header #header-menu.mobile .burger svg path {
    fill: white;
  }
  header #header-menu.mobile .burger svg {
    transition: opacity ease-in-out 0.5s;
  }
  header #header-menu.mobile .burger svg:nth-child(2) {
    opacity: 0;
    pointer-events: none;
  }
  header #header-menu.mobile .burger.open svg:nth-child(1) {
    opacity: 0;
    pointer-events: none;
  }
  header #header-menu.mobile .burger.open svg:nth-child(2) {
    opacity: 1;
    pointer-events: initial;
  }
  header #header-sub-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 6.875rem;
    width: 22.8125rem;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity ease-in-out 0.5s;
  }
  header #header-sub-menu.open {
    opacity: 1;
    pointer-events: initial;
  }
  header #header-sub-menu .langs {
    display: flex;
    justify-content: center;
    margin-bottom: 1.875rem;
  }
  header #header-sub-menu .langs a {
    font-family: "Lucida Console";
    font-size: 0.75rem;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 1em;
  }
  header #header-sub-menu .langs a:last-child {
    margin-right: 0;
  }
  header #header-sub-menu .langs a.sel::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: white;
    bottom: 0;
  }
  header #header-sub-menu .social {
    display: flex;
    justify-content: center;
    margin-bottom: 1.875rem;
  }
  header #header-sub-menu .social a {
    display: block;
    margin-right: 2.5rem;
  }
  header #header-sub-menu .social a:last-child {
    margin-right: 0;
  }
  header #header-sub-menu .social a svg {
    display: block;
    height: 1.25rem;
    width: auto;
    fill: white;
  }
  header #header-sub-menu .header-menu-item {
    font-family: "Lucida Console";
    font-size: 0.75rem;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
  }
  header #header-sub-menu .mentions {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header #header-sub-menu .mentions a {
    display: block;
    font-family: "Lucida Console";
    font-size: 0.75rem;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
  }
  footer {
    flex-direction: column;
    justify-content: unset;
    padding: 3.875rem 2.8125rem;
    max-width: 100%;
  }
  footer .col {
    max-width: 100%;
  }
  footer .col > svg {
    width: 3.875rem;
    margin-bottom: 4.75rem;
  }
  footer .col .label {
    font-size: 0.75rem;
    line-height: 1.8333333333;
    margin-bottom: 1.25rem;
    height: unset;
  }
  footer .col .label br {
    display: none;
  }
  footer .col .langs {
    margin-bottom: 0;
    position: absolute;
    top: 3.875rem;
    right: 2.8125rem;
  }
  footer .col .langs a {
    font-size: 0.75rem;
    line-height: 1.1;
    margin-right: 1em;
  }
  footer .col .langs a:last-child {
    margin-right: 0;
  }
  footer .col .social {
    margin-bottom: 3.5rem;
  }
  footer .col .social a {
    font-size: 0.75rem;
    line-height: 1.8333333333;
    margin-bottom: 1.375rem;
  }
  footer .col .social a:last-child {
    margin-bottom: 0;
  }
  footer .col .social a:hover::before {
    width: 0;
  }
  footer .col .mentions a {
    font-size: 0.5625rem;
    line-height: 1.8888888889;
  }
  footer .col a::after {
    width: 0.6em;
    height: 0.6em;
    margin-left: 0.5em;
  }
  footer .col a::before {
    width: 0;
  }
  footer .col a:hover::before {
    width: 0;
  }
  footer .col > a {
    font-size: 1.375rem;
    line-height: normal;
    margin-bottom: 3.125rem;
  }
  footer .col > a::before {
    width: calc(100% - 1.1em);
  }
  h2 {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
  h2.bg- {
    padding: 0 !important;
  }
  h2 span {
    margin-bottom: 0.3125rem;
    padding: 0rem 0.5rem;
  }
  h2 span.bg- {
    padding: 0 !important;
  }
  h2 span:last-child {
    margin-bottom: 0;
  }
  .blocs-container {
    max-width: 100%;
  }
  .blocs-container section:last-child {
    margin-bottom: 6.25rem;
  }
  a::before {
    width: 0;
  }
  a:hover::before {
    width: 0;
  }
}
@media (max-width: 720px) {
  .single-post-projet #section-header .bg-video .desktop {
    display: none;
  }
  .single-post-projet #section-header .bg-video .mobile {
    display: block;
  }
  .single-post-projet #section-header .center {
    width: 100%;
    padding: 0 1.5625rem;
    box-sizing: border-box;
  }
  .single-post-projet #section-header .center .logo {
    margin-bottom: 2.1875rem;
  }
  .single-post-projet #section-header .center .logo img {
    width: 4.375rem;
  }
  .single-post-projet #section-header .center h1:nth-child(1) {
    font-size: 3.25rem;
  }
  .single-post-projet #section-header .center h1:nth-child(2) {
    font-size: 1.625rem;
    line-height: normal;
    margin-bottom: 3.25rem;
  }
  .single-post-projet #section-header .center h2 {
    font-size: 1.125rem;
    line-height: 1;
    padding: 0.3125rem 0.75rem;
    margin-bottom: 0.875rem;
  }
  .single-post-projet #section-header .center .cats {
    font-size: 1rem;
    line-height: 1.625;
    margin-bottom: 3.125rem;
  }
  .single-post-projet #section-header .center .cats:last-child {
    margin-bottom: 0;
  }
  .single-post-projet #section-header .center .cats div {
    margin-bottom: 0;
  }
}
@media (max-width: 720px) {
  .error404 .center {
    width: 100%;
    padding: 0 1.5625rem;
    box-sizing: border-box;
  }
  .error404 .center h2 {
    line-height: 1;
    padding: 0.375rem 0.75rem;
    margin-bottom: 2.1875rem;
  }
  .error404 .center h3 {
    font-size: 1rem;
    line-height: 1.625;
    margin-bottom: 2.1875rem;
  }
  .error404 .center a {
    font-size: 0.8125rem;
    line-height: 1;
    padding: 1.25rem 1.875rem;
  }
}
@media (max-width: 720px) {
  .page-template-template-about .center,
  .page-template-template-impact .center {
    width: 100%;
    height: 100%;
    padding: 0 1.5625rem;
    box-sizing: border-box;
  }
  .page-template-template-about .center .col,
  .page-template-template-impact .center .col {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin-right: 0;
    padding-bottom: 6.25rem;
  }
  .page-template-template-about .center .col .picto,
  .page-template-template-impact .center .col .picto {
    margin-bottom: 1.5625rem;
  }
  .page-template-template-about .center .col .picto img,
  .page-template-template-impact .center .col .picto img {
    width: 5.5rem;
    height: 5.5rem;
  }
  .page-template-template-about .center .col .container h2,
  .page-template-template-impact .center .col .container h2 {
    line-height: 1;
    padding: 0.375rem 1.25rem 0.25rem 1.25rem;
  }
  .page-template-template-about .center .col .container h2:not(.sizer),
  .page-template-template-impact .center .col .container h2:not(.sizer) {
    padding: 0.375rem 0 0.25rem 0;
  }
  .page-template-template-about .center .col .container h2:not(.sizer).visible,
  .page-template-template-impact .center .col .container h2:not(.sizer).visible {
    padding: 0.375rem 1.25rem 0.25rem 1.25rem;
  }
}
@media (max-width: 720px) {
  .page-template-template-contact #section-header {
    height: unset !important;
  }
  .page-template-template-contact #section-header .center {
    position: relative;
    top: unset;
    left: unset;
    transform: none;
    z-index: 0;
    flex-direction: column;
    justify-content: unset;
    max-width: 100%;
    width: 100%;
    padding: 6.25rem 1.5625rem;
    padding-bottom: 9.375rem;
    box-sizing: border-box;
  }
  .page-template-template-contact #section-header .center .contact {
    width: 100%;
    padding: 4.625rem 0;
    border-radius: 0.625rem;
    margin-bottom: 1.125rem;
  }
  .page-template-template-contact #section-header .center .contact:last-child {
    margin-bottom: 0;
  }
  .page-template-template-contact #section-header .center .contact img {
    height: 3.5rem;
    margin-bottom: 2.1875rem;
  }
  .page-template-template-contact #section-header .center .contact h2 {
    position: relative;
    line-height: 1;
    margin-bottom: 3.125rem;
  }
  .page-template-template-contact #section-header .center .contact h2 span {
    padding: 0.375rem 0.75rem 0.125rem 0.75rem;
  }
  .page-template-template-contact #section-header .center .contact a {
    font-size: 1.375rem;
    line-height: normal;
  }
  .page-template-template-contact #section-header .center .contact a::before {
    width: 100%;
  }
  .page-template-template-contact #section-header .center .contact a:hover::before {
    width: 100%;
  }
}
@media (max-width: 720px) {
  .page-template-template-home #section-header {
    padding: 0 1.5625rem;
    box-sizing: border-box;
  }
  .page-template-template-home #section-header #colors-select {
    top: 1.5rem;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
  }
  .page-template-template-home #section-header #colors-select > div {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.5rem;
  }
  .page-template-template-home #section-header #colors-select > div:last-child {
    margin-right: 0;
  }
  .page-template-template-home #section-header .corners .top-left,
  .page-template-template-home #section-header .corners .top-right {
    display: block;
    width: 18px !important;
  }
  .page-template-template-home #section-header .corners .top-left {
    left: 10px;
  }
  .page-template-template-home #section-header .center {
    width: 100%;
    padding: 0 1.5625rem;
    box-sizing: border-box;
  }
  .page-template-template-home #section-header .center .logo {
    position: relative;
    width: 5.25rem;
    margin-bottom: 2.1875rem;
  }
  .page-template-template-home #section-header .center h2 {
    margin-bottom: 2.1875rem;
    font-size: 1.375rem;
    display: none;
  }
  .page-template-template-home #section-header .center h2.mobile {
    display: block;
    word-spacing: 100vw;
    white-space: initial;
  }
  .page-template-template-home #section-header .center h3 {
    font-size: 1rem;
    line-height: 1.625;
  }
  .page-template-template-home #section-header #sub-menu {
    display: none;
  }
}
@media (max-width: 720px) {
  .page-template-template-realisations header,
  .page-template-template-projects header {
    bottom: 0 !important;
  }
  .page-template-template-realisations header #open-close-filter,
  .page-template-template-projects header #open-close-filter {
    display: block;
  }
  .page-template-template-realisations #projects-grid,
  .page-template-template-realisations .projects-filter-grid,
  .page-template-template-projects #projects-grid,
  .page-template-template-projects .projects-filter-grid {
    position: fixed;
  }
  .page-template-template-realisations #projects-grid .e,
  .page-template-template-realisations .projects-filter-grid .e,
  .page-template-template-projects #projects-grid .e,
  .page-template-template-projects .projects-filter-grid .e {
    height: 18.125rem;
    margin-bottom: 0.625rem;
    border-radius: 0.625rem;
  }
  .page-template-template-realisations #projects-grid .e .cover,
  .page-template-template-realisations .projects-filter-grid .e .cover,
  .page-template-template-projects #projects-grid .e .cover,
  .page-template-template-projects .projects-filter-grid .e .cover {
    border-radius: 0.625rem;
  }
  .page-template-template-realisations #projects-grid .e .cover::after,
  .page-template-template-realisations .projects-filter-grid .e .cover::after,
  .page-template-template-projects #projects-grid .e .cover::after,
  .page-template-template-projects .projects-filter-grid .e .cover::after {
    border-radius: 0.625rem;
  }
  .page-template-template-realisations #projects-grid .e h3,
  .page-template-template-realisations .projects-filter-grid .e h3,
  .page-template-template-projects #projects-grid .e h3,
  .page-template-template-projects .projects-filter-grid .e h3 {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    padding-bottom: 1rem;
  }
  .page-template-template-realisations #projects-grid .e h4,
  .page-template-template-realisations .projects-filter-grid .e h4,
  .page-template-template-projects #projects-grid .e h4,
  .page-template-template-projects .projects-filter-grid .e h4 {
    font-size: 0.75rem;
    line-height: 1.8333333333;
  }
  .page-template-template-realisations #projects-grid .container,
  .page-template-template-projects #projects-grid .container {
    left: -4.375rem;
    top: -9.0625rem;
  }
  .page-template-template-realisations #projects-grid .col,
  .page-template-template-projects #projects-grid .col {
    width: 10.625rem;
    margin-right: 0.625rem;
  }
  .page-template-template-realisations #projects-grid .col:nth-child(2n+1),
  .page-template-template-projects #projects-grid .col:nth-child(2n+1) {
    margin-top: -6.25rem;
  }
  .page-template-template-realisations #projects-grid .col:nth-child(2n+1).parralax-0,
  .page-template-template-projects #projects-grid .col:nth-child(2n+1).parralax-0 {
    margin-top: -7.1875rem;
  }
  .page-template-template-realisations #projects-grid .col:nth-child(2n+1).parralax-1,
  .page-template-template-projects #projects-grid .col:nth-child(2n+1).parralax-1 {
    margin-top: -5.3125rem;
  }
  .page-template-template-realisations #projects-grid .col:nth-child(2n+1).parralax-2,
  .page-template-template-projects #projects-grid .col:nth-child(2n+1).parralax-2 {
    margin-top: -1.875rem;
  }
  .page-template-template-realisations #projects-grid .col:nth-child(2n+1).parralax-3,
  .page-template-template-projects #projects-grid .col:nth-child(2n+1).parralax-3 {
    margin-top: -4.375rem;
  }
  .page-template-template-realisations #projects-grid .col.parralax-0,
  .page-template-template-projects #projects-grid .col.parralax-0 {
    margin-top: -0.9375rem;
  }
  .page-template-template-realisations #projects-grid .col.parralax-1,
  .page-template-template-projects #projects-grid .col.parralax-1 {
    margin-top: 0.9375rem;
  }
  .page-template-template-realisations #projects-grid .col.parralax-2,
  .page-template-template-projects #projects-grid .col.parralax-2 {
    margin-top: -1.875rem;
  }
  .page-template-template-realisations #projects-grid .col.parralax-3,
  .page-template-template-projects #projects-grid .col.parralax-3 {
    margin-top: 1.875rem;
  }
  .page-template-template-realisations #projects-grid.align .col:nth-child(2n+1),
  .page-template-template-projects #projects-grid.align .col:nth-child(2n+1) {
    margin-top: 0;
  }
  .page-template-template-realisations .projects-filter-grid .container,
  .page-template-template-projects .projects-filter-grid .container {
    display: flex;
    left: -4.375rem;
    top: -9.0625rem;
  }
  .page-template-template-realisations .projects-filter-grid .row,
  .page-template-template-projects .projects-filter-grid .row {
    display: block;
    margin-right: 0.625rem;
    margin-bottom: 0;
  }
  .page-template-template-realisations .projects-filter-grid .row:last-child,
  .page-template-template-projects .projects-filter-grid .row:last-child {
    margin-right: 0;
  }
  .page-template-template-realisations .projects-filter-grid .row .e,
  .page-template-template-projects .projects-filter-grid .row .e {
    width: 10.625rem;
    height: 18.125rem;
    margin-right: 0;
    margin-bottom: 0.625rem;
    border-radius: 0.625rem;
  }
  .page-template-template-realisations #projects-filters,
  .page-template-template-projects #projects-filters {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2.875rem 2.625rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
    border-radius: 0;
    z-index: 100000;
    overflow: scroll;
  }
  .page-template-template-realisations #projects-filters .col,
  .page-template-template-projects #projects-filters .col {
    min-width: calc(50% - 20 * 0.0625rem);
  }
  .page-template-template-realisations #projects-filters .col:nth-child(2),
  .page-template-template-projects #projects-filters .col:nth-child(2) {
    margin-right: 2.5rem;
  }
  .page-template-template-realisations #projects-filters .col h4,
  .page-template-template-projects #projects-filters .col h4 {
    font-size: 1.125rem;
    line-height: normal;
    margin-bottom: 1.5625rem;
  }
  .page-template-template-realisations #projects-filters .col a,
  .page-template-template-projects #projects-filters .col a {
    font-size: 1rem;
    line-height: 1.625;
    margin-bottom: 0.75rem;
  }
  .page-template-template-realisations #projects-filters .col a::after,
  .page-template-template-projects #projects-filters .col a::after {
    width: 0.75rem;
    height: 0.75rem;
    border: 2px solid;
  }
  .page-template-template-realisations #projects-filters #reset-filters,
  .page-template-template-projects #projects-filters #reset-filters {
    font-size: 0.75rem;
    margin-top: 3.375rem;
    opacity: 1;
  }
  .page-template-template-realisations #projects-filters #reset-filters .puce,
  .page-template-template-projects #projects-filters #reset-filters .puce {
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 0.625rem;
  }
  .page-template-template-realisations #projects-filters #search-filter form,
  .page-template-template-projects #projects-filters #search-filter form {
    width: 12.8125rem;
    margin-bottom: 3.375rem;
    font-size: 0.75rem;
  }
  .page-template-template-realisations #projects-filters #search-filter form .submit,
  .page-template-template-projects #projects-filters #search-filter form .submit {
    font-size: 1.5rem;
  }
  .page-template-template-realisations #sub-menu,
  .page-template-template-projects #sub-menu {
    display: none;
  }
  .page-template-template-realisations .top-left,
  .page-template-template-projects .top-left {
    top: 0.875rem;
    left: 1.5625rem;
    width: 62px !important;
    z-index: 100000;
  }
  .page-template-template-realisations .top-left:hover svg path, .page-template-template-realisations .top-left:hover svg rect,
  .page-template-template-projects .top-left:hover svg path,
  .page-template-template-projects .top-left:hover svg rect {
    fill: white !important;
  }
  .page-template-template-realisations #open-close-filter,
  .page-template-template-projects #open-close-filter {
    display: none !important;
    width: 2.875rem;
    height: 2.875rem;
    right: 1.5625rem;
    top: 1.875rem;
    bottom: unset;
    z-index: 1000000;
  }
  .page-template-template-realisations #open-close-filter::after,
  .page-template-template-projects #open-close-filter::after {
    width: 0.9375rem;
    height: 0.9375rem;
  }
  .page-template-template-realisations #open-close-filter.mobile,
  .page-template-template-projects #open-close-filter.mobile {
    display: block !important;
  }
}
@media (max-width: 720px) {
  .page-template-template-talents .center {
    width: 100%;
    height: 100%;
    padding: 0 1.5625rem;
    box-sizing: border-box;
  }
  .page-template-template-talents .center > div {
    width: 100%;
    padding-bottom: 6.25rem;
  }
  .page-template-template-talents .center > div .picto {
    margin-bottom: 1.875rem;
  }
  .page-template-template-talents .center > div .picto img {
    width: 5.5rem;
    height: 5.5rem;
  }
  .page-template-template-talents .center > div h2 {
    margin-bottom: 0.9375rem;
  }
  .page-template-template-talents .center > div h2 .container {
    margin-bottom: 0.75em;
  }
  .page-template-template-talents .center > div h2 .container:last-child {
    margin-bottom: 0;
  }
  .page-template-template-talents .center > div h2 .container :not(.sizer) {
    padding: 0.375rem 0 0.25rem 0;
  }
  .page-template-template-talents .center > div h3 {
    font-size: 1.375rem;
    line-height: normal;
    width: unset;
    padding: 0 10%;
  }
}
@media (max-width: 720px) {
  #section-header .bg-video {
    left: 0;
  }
  #section-header .bg-video .desktop {
    display: none;
  }
  #section-header .bg-video .mobile {
    display: block;
  }
  #section-header .corners {
    left: 0;
  }
  #section-header .corners .top-left {
    top: 0.875rem;
    left: 1.5625rem;
    width: 62px !important;
    position: relative;
  }
  #section-header .corners .top-left:hover svg path, #section-header .corners .top-left:hover svg rect {
    fill: white !important;
  }
  #section-header .corners .top-right {
    top: 0.875rem;
    right: 0.625rem;
  }
  #section-header .corners .bottom-left {
    bottom: 0.875rem;
    left: 0.625rem;
  }
  #section-header .corners .bottom-right {
    bottom: 0.875rem;
    right: 0.625rem;
  }
  #section-header .corners .target {
    width: 18px;
    display: none;
  }
  #section-header .corners .top-left {
    display: block;
  }
  #section-header .corners .center-left {
    left: 0.625rem;
  }
  #section-header .corners .center-right {
    right: 0.625rem;
  }
  #section-header .corners .borders {
    display: none !important;
    width: 21.6px;
  }
  #section-header .corners .borders.about {
    width: 32.4px;
  }
  #section-header .corners .borders.impact {
    width: 25.2px;
  }
  #section-header .corners .borders.impact {
    width: 23.4px;
  }
  #section-header .corners .borders.cyan {
    width: 25.2px;
  }
  #section-header .corners .borders.magenta {
    width: 28.8px;
  }
  #section-header .corners .borders.yellow {
    width: 28.8px;
  }
}
@media (max-width: 720px) {
  .section-1-colonne,
  .section-2-colonnes {
    padding: 3.125rem 6.4102564103%;
    overflow: hidden;
  }
  .section-1-colonne .row,
  .section-2-colonnes .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .section-1-colonne .row:last-child,
  .section-2-colonnes .row:last-child {
    margin-bottom: 0;
  }
  .section-1-colonne .row h2,
  .section-2-colonnes .row h2 {
    display: none;
    margin-bottom: 2.1875rem;
  }
  .section-1-colonne .row h2.mobile,
  .section-2-colonnes .row h2.mobile {
    display: flex;
  }
  .section-1-colonne .row h3,
  .section-2-colonnes .row h3 {
    font-size: 1rem;
    line-height: 1.625;
    margin-bottom: 2.1875rem;
    width: 100%;
    padding-left: 1.875rem;
    box-sizing: border-box;
  }
  .section-1-colonne .row .text,
  .section-2-colonnes .row .text {
    font-size: 1rem;
    line-height: 1.625;
    width: 100%;
    padding-left: 1.875rem;
    box-sizing: border-box;
    margin-bottom: 2.1875rem;
  }
  .section-1-colonne .row:last-child .text,
  .section-2-colonnes .row:last-child .text {
    margin-bottom: 0;
  }
  .section-2-colonnes {
    display: none;
  }
  .section-2-colonnes.mobile {
    display: block;
  }
}
@media (max-width: 720px) {
  .section-2-colonnes .row h3,
  .section-2-colonnes .row .text {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .section-2-colonnes .row:nth-child(1) {
    opacity: 0;
    transform: translateY(1rem);
    transition: opacity ease-in-out 0.5s, transform ease-in-out 0.5s;
    transition-delay: 0.25s;
  }
  .section-2-colonnes .row:nth-child(2) {
    opacity: 0;
    transform: translateY(1rem);
    transition: opacity ease-in-out 0.5s, transform ease-in-out 0.5s;
    transition-delay: 0.5s;
  }
  .section-2-colonnes .row:nth-child(3) {
    opacity: 0;
    transform: translateY(1rem);
    transition: opacity ease-in-out 0.5s, transform ease-in-out 0.5s;
    transition-delay: 0.75s;
  }
  .section-2-colonnes.visible .row {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 720px) {
  .section-appel-de-page {
    padding: 3.125rem 1.5625rem;
  }
  .section-appel-de-page .container {
    padding: 7.75rem 0;
  }
  .section-appel-de-page .container .angle svg {
    width: 0.9375rem;
  }
  .section-appel-de-page .container h4 {
    font-size: 1.375rem;
    line-height: normal;
    margin-bottom: 1.875rem;
  }
  .section-appel-de-page .container .text {
    font-size: 1rem;
    line-height: 1.625;
    margin-bottom: 2.1875rem;
  }
  .section-appel-de-page .container > a {
    font-size: 0.8125rem;
    line-height: 1;
    width: 15.9375rem;
    height: 3.65625rem;
    padding-bottom: 0.5625rem;
  }
}
@media (max-width: 720px) {
  .section-carrousel {
    width: 100%;
    height: 27.1875rem;
    padding: 3.125rem 0;
  }
  .section-carrousel .carrousel > .left, .section-carrousel .carrousel > .right {
    width: 2.5rem;
    left: 0.625rem;
  }
  .section-carrousel .carrousel > .right {
    left: unset;
    right: 0.625rem;
  }
  .section-carrousel .carrousel .carrousel-container {
    left: calc(-240 * 0.0625rem - (590 * 0.0625rem - 100vw) / 2);
  }
  .section-carrousel .carrousel .carrousel-container .image-container {
    height: 100%;
  }
  .section-carrousel .carrousel .carrousel-container .image-container:nth-child(3n+1) {
    width: 15rem;
  }
  .section-carrousel .carrousel .carrousel-container .image-container:nth-child(3n+1) .image {
    width: 100%;
    height: 15rem;
  }
  .section-carrousel .carrousel .carrousel-container .image-container:nth-child(3n+2) {
    width: 36.875rem;
  }
  .section-carrousel .carrousel .carrousel-container .image-container:nth-child(3n+2) .image {
    width: 100%;
    height: 19.125rem;
  }
  .section-carrousel .carrousel .carrousel-container .image-container:nth-child(3n+3) {
    width: 11.25rem;
    margin-left: -27.375rem;
    margin-right: 7.25rem;
  }
  .section-carrousel .carrousel .carrousel-container .image-container:nth-child(3n+3) .image {
    width: 100%;
    height: 11.25rem;
    bottom: 0;
  }
}
@media (max-width: 720px) {
  .section-chiffres-cles {
    width: 100%;
    padding: 3.125rem 0;
  }
  .section-chiffres-cles h3 {
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 2.375rem;
  }
  .section-chiffres-cles .chiffres .chiffre {
    width: 100%;
    padding: 8% 12%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .section-chiffres-cles .chiffres .chiffre:nth-child(3n+3) {
    width: 100%;
  }
  .section-chiffres-cles .chiffres .chiffre .value {
    width: 100%;
    font-size: 3.4375rem;
    line-height: 1;
    margin-bottom: 0.625rem;
    width: 100%;
  }
  .section-chiffres-cles .chiffres .chiffre .label {
    width: unset;
    font-size: 1.25rem;
    line-height: normal;
    margin-bottom: 0;
    max-height: unset;
    box-sizing: border-box;
    flex-grow: 1;
    max-width: 75%;
  }
  .section-chiffres-cles .chiffres .chiffre img {
    width: 2.8125rem;
    flex-grow: 0;
  }
  .section-chiffres-cles .chiffres.small .chiffre {
    width: 100% !important;
  }
}
@media (max-width: 720px) {
  .section-citation {
    width: 100%;
    padding: 3.125rem 6.4102564103%;
  }
  .section-citation .text {
    font-size: 1.375rem;
    line-height: normal;
  }
  .section-citation .author {
    font-size: 1.1rem;
    line-height: normal;
    margin-top: 1em;
  }
}
@media (max-width: 720px) {
  .section-image-fixe {
    width: 100%;
    padding: 3.125rem 0;
  }
  .section-image-fixe .cover {
    width: 100vw;
    height: 24.875rem;
  }
}
@media (max-width: 720px) {
  .section-image-zoomee {
    margin: 3.125rem 0;
    height: 200vh;
  }
  .section-image-zoomee:last-child {
    margin-bottom: 6.25rem !important;
  }
  .section-image-zoomee .image-container .image {
    width: 50%;
    height: 29%;
  }
}
@media (max-width: 720px) {
  .section-video {
    width: 100%;
    padding: 3.125rem 6.4102564103%;
  }
}
@media (max-width: 720px) {
  .section-logos-clients {
    width: 100%;
    padding: 3.125rem 6.4102564103%;
  }
  .section-logos-clients h2 {
    display: none;
    align-items: center;
    margin-bottom: 3.125rem;
  }
  .section-logos-clients h2.mobile {
    display: flex;
  }
  .section-logos-clients .grid {
    width: 100%;
  }
  .section-logos-clients .grid .logo {
    width: 33.33%;
    box-sizing: border-box;
    margin-bottom: 3.125rem;
  }
  .section-logos-clients .grid .logo::before {
    display: none !important;
  }
  .section-logos-clients .grid .logo:nth-child(3n+1) {
    justify-content: flex-start;
    padding-right: 1em;
  }
  .section-logos-clients .grid .logo:nth-child(3n+3) {
    justify-content: flex-end;
    padding-left: 1em;
  }
  .section-logos-clients .grid .logo img {
    max-width: 100%;
  }
  .section-logos-clients > a {
    font-size: 0.8125rem;
    line-height: 1;
    width: 15.9375rem;
    height: 3.65625rem;
    padding-bottom: 0.5625rem;
    margin-top: 3.125rem;
  }
}
@media (max-width: 720px) {
  .section-multi-colonnes {
    display: none;
    flex-direction: column;
    overflow: hidden;
  }
  .section-multi-colonnes.mobile {
    display: flex;
  }
  .section-multi-colonnes {
    width: 100%;
    padding: 3.125rem 3.75rem;
  }
  .section-multi-colonnes h2 {
    align-items: center;
    margin-bottom: 3.125rem;
  }
  .section-multi-colonnes .cols {
    width: 100%;
  }
  .section-multi-colonnes .cols .row {
    display: block;
    margin-bottom: 3.125rem;
  }
  .section-multi-colonnes .cols .row:last-child {
    margin-bottom: 0;
  }
  .section-multi-colonnes .cols .row .picto,
  .section-multi-colonnes .cols .row h3,
  .section-multi-colonnes .cols .row .text {
    width: 100%;
  }
  .section-multi-colonnes .cols .row .picto img {
    height: 3.375rem;
    margin-bottom: 1.875rem;
  }
  .section-multi-colonnes .cols .row h3 {
    font-size: 1rem;
    line-height: 1.625;
    margin-bottom: 0.625rem;
  }
  .section-multi-colonnes .cols .row .text {
    font-size: 1rem;
    line-height: 1.625;
  }
}
@media (max-width: 720px) {
  .section-realisations {
    position: relative;
    width: 100%;
    padding: 3.125rem 1.5625rem;
  }
  .section-realisations h2 {
    display: none;
    align-items: center;
    margin-bottom: 3.125rem;
  }
  .section-realisations h2.mobile {
    display: flex;
  }
  .section-realisations .carrou {
    width: 100%;
    overflow: hidden;
  }
  .section-realisations .projets {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .section-realisations .projets a {
    width: 100%;
    border-radius: 0.625rem;
    margin-bottom: 1.875rem;
  }
  .section-realisations .projets a h3 {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    padding-bottom: 1rem;
  }
  .section-realisations .projets a h4 {
    font-size: 0.75rem;
    line-height: 1.8333333333;
  }
  .section-realisations > .left, .section-realisations > .right {
    display: block;
    width: 2.5rem;
    left: 0.625rem;
  }
  .section-realisations > .right {
    left: unset;
    right: 0.625rem;
  }
  .section-realisations > a {
    font-size: 0.8125rem;
    line-height: 1;
    width: 13.8125rem;
    height: 3.16875rem;
    padding-bottom: 0.4875rem;
  }
}
@media (max-width: 720px) {
  .section-volets {
    width: 100%;
    padding: 6.25rem 3.625rem;
  }
  .section-volets h2 {
    display: none;
    align-items: center;
    margin-bottom: 1.5625rem;
  }
  .section-volets h2.mobile {
    display: flex;
  }
  .section-volets .volets .volet {
    padding-bottom: 0;
  }
  .section-volets .volets .volet.open {
    padding-bottom: 1.5625rem;
  }
  .section-volets .volets .volet h3 {
    font-size: 1rem;
    line-height: 1.625;
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
  .section-volets .volets .volet h3 br {
    display: none;
  }
  .section-volets .volets .volet h3::after {
    width: 1.125rem;
    height: 1.125rem;
  }
  .section-volets .volets .volet .text {
    font-size: 1rem;
    line-height: 1.625;
    width: 100%;
    height: 0;
  }
}
@media (max-width: 720px) {
  .section-welcome {
    padding: 3.125rem 6.4102564103%;
  }
  .section-welcome > h3 {
    font-size: 1rem;
    line-height: 1.625;
    margin-bottom: 1.25rem;
  }
  .section-welcome #welcomekit-embed {
    width: 100%;
    margin-bottom: 2.1875rem;
  }
  .section-welcome .ctas {
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section-welcome .ctas .cta {
    font-size: 0.8125rem;
    line-height: 1;
    width: 13.8125rem;
    height: 3.16875rem;
    padding-bottom: 0.4875rem;
    margin-bottom: 2.1875rem;
  }
  .section-welcome .welcomekit-jobs-list-item-link {
    padding-right: 80px;
  }
}
@media (max-width: 720px) {
  .section-portraits {
    width: 100%;
    padding: 3.125rem 0;
  }
  .section-portraits .dummy {
    width: 16.6666666667%;
  }
}