:root {
  --FS12: calc(15 * 0.0555555556rem);
  --LH12: calc(15/12);
  --FS18: calc(18 * 0.0555555556rem);
  --LH18: calc(22/18);
  --FS20: calc(20 * 0.0555555556rem);
  --LH20: calc(22/20);
  --FS22: calc(22 * 0.0555555556rem);
  --LH22: calc(26/22);
  --FS28: calc(28 * 0.0555555556rem);
  --LH28: calc(31/28);
  --FS30: calc(30 * 0.0555555556rem);
  --LH30: calc(32/30);
  --FS50: calc(50 * 0.0555555556rem);
  --LH50: calc(50/50);
  --FS70: calc(70 * 0.0555555556rem);
  --LH70: calc(74/70);
  --FS90: calc(90 * 0.0555555556rem);
  --LH90: calc(79/90);
  --FS180: calc(180 * 0.0555555556rem);
  --LH180: calc(150/180);
}

:root {
  --GRID_MARGIN: calc(25 * 0.0555555556rem);
  --GRID_GUTTER: calc(25 * 0.0555555556rem);
  --HEADER_HEIGHT: calc(42 * 0.0555555556rem);
  --FOOTER_HEIGHT: calc(102 * 0.0555555556rem);
  --5: calc(5 * 0.0555555556rem);
  --10: calc(10 * 0.0555555556rem);
  --15: calc(15 * 0.0555555556rem);
  --20: calc(20 * 0.0555555556rem);
  --30: calc(30 * 0.0555555556rem);
  --40: calc(40 * 0.0555555556rem);
  --60: calc(60 * 0.0555555556rem);
  --65: calc(65 * 0.0555555556rem);
  --72: calc(72 * 0.0555555556rem);
  --100: calc(100 * 0.0555555556rem);
  --152: calc(152 * 0.0555555556rem);
  --420: calc(420 * 0.0555555556rem);
  --12: calc(12 * 0.0555555556rem);
  --50: calc(50 * 0.0555555556rem);
}

@media (max-width: 720px) {
  body {
    overflow: hidden !important;
  }
  header {
    display: block !important;
    background-color: white;
    mix-blend-mode: unset;
    color: #000000;
    opacity: 1 !important;
    pointer-events: initial !important;
  }
  header.band {
    display: none;
  }
  header #header-menu {
    padding: var(--15) calc(var(--GRID_MARGIN));
  }
  header #header-menu .logo svg path {
    fill: #000000;
  }
  header #header-menu #main-menu,
  header #header-menu #lang-switch {
    font-size: var(--FS20);
  }
  header #header-menu #main-menu a,
  header #header-menu #lang-switch a {
    margin-left: var(--20);
  }
  header #header-menu #main-menu#lang-switch,
  header #header-menu #lang-switch#lang-switch {
    margin-left: var(--50);
  }
  footer,
  footer.sticky {
    position: relative !important;
    margin-top: 0 !important;
  }
  footer .address,
  footer.sticky .address {
    grid-column-end: span 12;
  }
  footer #footer-menu,
  footer.sticky #footer-menu {
    grid-column-end: span 5;
    grid-column-start: 1;
  }
  footer #footer-menu a:hover,
  footer.sticky #footer-menu a:hover {
    text-decoration: none;
  }
  footer .mention,
  footer.sticky .mention {
    grid-column-end: span 7;
    grid-column-start: 6;
  }
  footer .mention a:hover,
  footer.sticky .mention a:hover {
    text-decoration: none;
  }
  #cookie-banner {
    bottom: 0;
    right: unset;
    width: 100%;
  }
  #cursor {
    display: none !important;
  }
  #section-cover .bottom-right {
    right: calc(var(--GRID_MARGIN));
  }
}
@media (max-width: 720px) {
  .template-page-home {
    overflow: visible;
  }
  .template-page-home header {
    opacity: 0;
    pointer-events: none;
    transition: opacity ease-in-out 250ms;
  }
  .template-page-home header.visible {
    pointer-events: initial;
    opacity: 1;
  }
  .template-page-home section {
    position: relative !important;
    bottom: unset;
    min-height: 100svh !important;
    margin-top: unset !important;
  }
  .template-page-home #section-cover {
    height: 100svh;
  }
  .template-page-home #section-cover .btn {
    bottom: var(--GRID_MARGIN);
  }
  .template-page-home #section-chapo {
    align-items: center;
    padding: var(--72) calc(var(--GRID_MARGIN));
    height: unset;
    padding-top: var(--72);
  }
  .template-page-home #section-chapo h2 {
    position: relative !important;
    top: unset;
    font-size: var(--FS50);
    line-height: var(--LH50);
  }
  .template-page-home #section-reviews picture {
    position: absolute;
    height: 100%;
  }
  .template-page-home #section-reviews .headline {
    padding: var(--72) var(--GRID_MARGIN);
    padding-bottom: var(--72);
    padding-top: calc(ar(--72));
  }
  .template-page-home #section-reviews .reviews {
    padding: var(--GRID_MARGIN) calc(var(--GRID_MARGIN) + var(--GRID_GUTTER));
    display: none;
  }
  .template-page-home #section-reviews .reviews.mobile {
    display: block;
  }
  .template-page-home #section-reviews .reviews .carrousel {
    position: relative;
    width: 100%;
    min-height: var(--min-height-review);
  }
  .template-page-home #section-reviews .reviews .carrousel .carrousel-inner {
    position: relative;
    width: 100%;
  }
  .template-page-home #section-reviews .reviews .carrousel .carrousel-inner .carrousel-container {
    gap: var(--GRID_GUTTER);
    height: 100%;
  }
  .template-page-home #section-reviews .reviews .carrousel .carrousel-inner .carrousel-container > * {
    width: 100%;
  }
  .template-page-home #section-reviews .reviews .arrow-left,
  .template-page-home #section-reviews .reviews .arrow-right {
    left: calc(var(--GRID_MARGIN) / 2);
  }
  .template-page-home #section-reviews .reviews .arrow-left.arrow-right,
  .template-page-home #section-reviews .reviews .arrow-right.arrow-right {
    right: calc(var(--GRID_MARGIN) / 2);
  }
  .template-page-home #section-bio {
    padding-top: 0;
    min-height: unset !important;
  }
  .template-page-home #section-bio .bio {
    min-height: unset !important;
    width: 100%;
    padding: var(--72) var(--GRID_MARGIN);
  }
  .template-page-home #section-bio .bio .cols {
    display: block;
    grid-template-columns: unset;
    column-gap: unset;
  }
  .template-page-home #section-portrait {
    padding-top: 0;
    min-height: unset !important;
  }
  .template-page-home #section-portrait picture {
    min-height: unset;
    display: block;
    width: 100%;
    padding: 0;
  }
  .template-page-home #section-portrait picture img {
    width: 100%;
    height: auto;
  }
  .template-page-home #section-related-projects {
    padding: var(--72) var(--GRID_MARGIN);
    min-height: unset !important;
  }
  .template-page-home #section-contact {
    min-height: unset !important;
    display: block;
    grid-template-columns: unset;
    gap: unset;
    padding: calc(var(--72)) var(--GRID_MARGIN);
  }
  .template-page-home #section-contact h2 {
    font-size: var(--FS50);
    padding-right: 1em;
    margin-bottom: 1em;
  }
}
@media (max-width: 720px) {
  .template-single-project #section-cover {
    height: unset;
  }
  .template-single-project #section-cover picture {
    height: unset;
  }
  .template-single-project #section-cover picture img {
    aspect-ratio: unset !important;
    height: auto !important;
  }
  .template-single-project #section-cover #close-page {
    top: calc(var(--GRID_MARGIN) / 2);
    right: calc(var(--GRID_MARGIN));
  }
  .template-single-project #section-header > * {
    grid-column-end: span 4;
  }
  .template-single-project #section-header > .text {
    grid-column-end: span 8;
    grid-column-start: 5;
  }
  .template-single-project #section-gallery .landscape {
    grid-column-end: span 12;
  }
  .template-single-project #section-gallery .landscape.large {
    grid-column-end: span 12;
  }
  .template-single-project #section-gallery .portrait {
    grid-column-end: span 12;
  }
  .template-single-project #section-gallery .portrait.large {
    grid-column-end: span 12;
  }
  .template-single-project #section-gallery picture img,
  .template-single-project #section-gallery picture video,
  .template-single-project #section-gallery .video-container img,
  .template-single-project #section-gallery .video-container video {
    height: auto !important;
    object-fit: unset !important;
  }
}
@media (max-width: 720px) {
  .template-page-projects .headline {
    margin-right: var(--GRID_MARGIN);
    line-height: var(--LH30);
  }
  .template-page-projects #section-gallery .project {
    display: flex;
    height: fit-content;
  }
  .template-page-projects #section-gallery .project.landscape {
    grid-column-end: span 12;
  }
  .template-page-projects #section-gallery .project.landscape.large {
    grid-column-end: span 12;
  }
  .template-page-projects #section-gallery .project.portrait {
    grid-column-end: span 12;
  }
  .template-page-projects #section-gallery .project.portrait.large {
    grid-column-end: span 12;
  }
  .template-page-projects #section-gallery picture img,
  .template-page-projects #section-gallery picture video,
  .template-page-projects #section-gallery .video-container img,
  .template-page-projects #section-gallery .video-container video {
    height: auto !important;
    object-fit: unset !important;
    aspect-ratio: unset !important;
    transition: none;
  }
  .template-page-projects #section-gallery picture:hover::after,
  .template-page-projects #section-gallery .video-container:hover::after {
    display: none;
  }
  .template-page-projects #filters {
    height: 100dvh;
    min-width: calc(var(--GRID_MARGIN) + var(--GRID_GUTTER) * 9 + var(--COLUMN_WIDTH) * 10);
    transform: translateX(calc(100% - var(--GRID_MARGIN) + 1px));
  }
  .template-page-projects #filters.open {
    transform: translateX(0);
  }
  .template-page-projects #filters .group a {
    font-size: var(--FS20);
  }
}
@media (max-width: 720px) {
  .template-page-contact #section-contact h2 {
    grid-column-end: span 12;
  }
}
@media (max-width: 720px) {
  .template-page-services #section-services .left {
    display: none;
  }
}
@media (max-width: 720px) {
  .template-page-atelier footer {
    background-color: #000000;
  }
  .template-page-atelier section {
    position: relative;
    bottom: unset;
    min-height: unset !important;
    margin-top: 0 !important;
  }
  .template-page-atelier #section-cover,
  .template-page-atelier #section-delim {
    height: auto;
  }
  .template-page-atelier #section-cover picture,
  .template-page-atelier #section-delim picture {
    height: auto;
  }
  .template-page-atelier #section-cover video, .template-page-atelier #section-cover img,
  .template-page-atelier #section-delim video,
  .template-page-atelier #section-delim img {
    height: 50svh !important;
    aspect-ratio: unset !important;
  }
  .template-page-atelier #section-cover .btn,
  .template-page-atelier #section-delim .btn {
    position: absolute;
    left: 50%;
    bottom: var(--65);
    transform: translateX(-50%);
    border-color: #FFFFFF;
    color: #FFFFFF;
  }
  .template-page-atelier #section-cover .btn:hover,
  .template-page-atelier #section-delim .btn:hover {
    background-color: #FFFFFF;
    color: #000000;
  }
  .template-page-atelier #section-skills {
    background-color: #FFFFFF;
    padding-top: calc(var(--72));
  }
  .template-page-atelier #section-skills .left a {
    display: none;
  }
  .template-page-atelier #section-why {
    padding: calc(var(--72)) 0;
    min-height: 75svh !important;
  }
  .template-page-atelier #section-why > .text {
    font-size: var(--FS50);
    line-height: var(--LH50);
    padding: var(--100) calc(var(--GRID_MARGIN) + var(--COLUMN_WIDTH));
    padding-bottom: 0;
  }
  .template-page-atelier #section-why .head {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .template-page-atelier #section-why .head h3 {
    grid-column-end: unset;
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
    flex-shrink: 0;
  }
  .template-page-atelier #section-why .head .why-data {
    grid-column-end: unset;
    max-width: 33.3333333333%;
  }
  .template-page-atelier #section-why .head .why-data .prefix,
  .template-page-atelier #section-why .head .why-data .value,
  .template-page-atelier #section-why .head .why-data .suffix {
    display: inline-block;
    margin-right: 0.2em;
    width: fit-content !important;
  }
  .template-page-atelier #section-why .head .why-data .text {
    display: block;
  }
  .template-page-atelier #section-why .head .why-data:nth-last-child(2) .text {
    display: inline;
  }
  .template-page-atelier #section-why .head *:last-child {
    display: none;
  }
  .template-page-atelier #section-why::after {
    display: none;
  }
  .template-page-atelier #section-clients {
    padding: calc(var(--72)) var(--GRID_MARGIN);
  }
  .template-page-atelier #section-clients .center h3 {
    grid-column-end: span 12;
    margin-bottom: 1em;
    text-align: center;
  }
  .template-page-atelier #section-clients .center .text {
    grid-column-end: span 12;
    text-align: center;
  }
  .template-page-atelier #section-portfolio {
    padding-bottom: var(--152);
    padding-top: calc(var(--72));
    background-color: #000000;
    color: #FFFFFF;
  }
  .template-page-atelier #section-portfolio .textarea {
    font-size: var(--FS50);
    line-height: var(--LH50);
  }
}
@media (max-width: 720px) {
  #section-related-projects h2 {
    font-size: var(--FS50);
    margin-bottom: 1em;
  }
  #section-related-projects .carrousel {
    display: none;
  }
  #section-related-projects .carrousel.mobile {
    display: block;
  }
  #section-related-projects .carrousel .carrousel-inner .carrousel-container > * picture:hover::after,
  #section-related-projects .carrousel .carrousel-inner .carrousel-container > * .video-container:hover::after {
    display: none;
  }
  #section-related-projects .carrousel .arrow-left,
  #section-related-projects .carrousel .arrow-right {
    top: calc(50% + 0.75em);
    left: calc(var(--GRID_MARGIN) * -0.5);
    transform: translateY(-50%) rotate(180deg);
  }
  #section-related-projects .carrousel .arrow-left.arrow-right,
  #section-related-projects .carrousel .arrow-right.arrow-right {
    left: unset;
    right: calc(var(--GRID_MARGIN) * -0.5);
    transform: translateY(-50%);
  }
  #section-related-projects .carrousel .carrousel-inner {
    width: calc(var(--COLUMN_WIDTH) * 8 + var(--GRID_GUTTER) * 8);
  }
  #section-related-projects .carrousel .carrousel-inner .carrousel-container > * {
    width: calc(var(--COLUMN_WIDTH) * 8 + var(--GRID_GUTTER) * 7);
  }
}
@media (max-width: 720px) {
  #contact-form,
  #download-form {
    grid-template-columns: repeat(12, 1fr);
    gap: var(--GRID_GUTTER);
    grid-column-end: span 12;
    grid-column-start: 1;
  }
  #contact-form .input,
  #download-form .input {
    grid-column-end: span 12;
  }
  #contact-form .input.large,
  #download-form .input.large {
    grid-column-end: span 12;
  }
  #contact-form .input.submit,
  #download-form .input.submit {
    grid-column-end: span 12;
    grid-column-start: 1;
  }
  #contact-form .input input,
  #contact-form .input textarea,
  #download-form .input input,
  #download-form .input textarea {
    border-radius: 0;
  }
  #contact-form .error,
  #download-form .error {
    grid-column-end: span 12;
  }
  #download-form {
    width: 75vw;
    max-width: 100%;
  }
}
@media (max-width: 720px) {
  #section-services .left,
  #section-skills .left {
    display: none;
  }
  #section-services #services,
  #section-services #skills,
  #section-skills #services,
  #section-skills #skills {
    grid-column-start: 1;
    grid-column-end: span 12;
  }
  #section-services #services .service,
  #section-services #services .skill,
  #section-services #skills .service,
  #section-services #skills .skill,
  #section-skills #services .service,
  #section-skills #services .skill,
  #section-skills #skills .service,
  #section-skills #skills .skill {
    grid-template-columns: repeat(12, 1fr);
    padding-bottom: var(--15);
  }
  #section-services #services .service:first-child .head .svg-btn,
  #section-services #services .skill:first-child .head .svg-btn,
  #section-services #skills .service:first-child .head .svg-btn,
  #section-services #skills .skill:first-child .head .svg-btn,
  #section-skills #services .service:first-child .head .svg-btn,
  #section-skills #services .skill:first-child .head .svg-btn,
  #section-skills #skills .service:first-child .head .svg-btn,
  #section-skills #skills .skill:first-child .head .svg-btn {
    top: var(--5);
  }
  #section-services #services .service .head,
  #section-services #services .skill .head,
  #section-services #skills .service .head,
  #section-services #skills .skill .head,
  #section-skills #services .service .head,
  #section-skills #services .skill .head,
  #section-skills #skills .service .head,
  #section-skills #skills .skill .head {
    grid-column-end: span 12;
    padding-left: calc(var(--COLUMN_WIDTH) * 2 + var(--GRID_GUTTER) * 1);
  }
  #section-services #services .service .head .svg-btn,
  #section-services #services .skill .head .svg-btn,
  #section-services #skills .service .head .svg-btn,
  #section-services #skills .skill .head .svg-btn,
  #section-skills #services .service .head .svg-btn,
  #section-skills #services .skill .head .svg-btn,
  #section-skills #skills .service .head .svg-btn,
  #section-skills #skills .skill .head .svg-btn {
    top: calc(var(--12));
  }
  #section-services #services .service .head h2,
  #section-services #services .skill .head h2,
  #section-services #skills .service .head h2,
  #section-services #skills .skill .head h2,
  #section-skills #services .service .head h2,
  #section-skills #services .skill .head h2,
  #section-skills #skills .service .head h2,
  #section-skills #skills .skill .head h2 {
    padding-top: var(--10);
    font-size: var(--FS50);
    line-height: var(--LH50);
  }
  #section-services #services .service .content,
  #section-services #services .skill .content,
  #section-services #skills .service .content,
  #section-services #skills .skill .content,
  #section-skills #services .service .content,
  #section-skills #services .skill .content,
  #section-skills #skills .service .content,
  #section-skills #skills .skill .content {
    grid-template-columns: repeat(12, 1fr);
    grid-column-end: span 12;
  }
  #section-services #services .service .content .text,
  #section-services #services .skill .content .text,
  #section-services #skills .service .content .text,
  #section-services #skills .skill .content .text,
  #section-skills #services .service .content .text,
  #section-skills #services .skill .content .text,
  #section-skills #skills .service .content .text,
  #section-skills #skills .skill .content .text {
    grid-column-end: span 12;
    padding-left: calc(var(--COLUMN_WIDTH) * 2 + var(--GRID_GUTTER) * 1);
  }
  #section-services #services .service .content .download,
  #section-services #services .skill .content .download,
  #section-services #skills .service .content .download,
  #section-services #skills .skill .content .download,
  #section-skills #services .service .content .download,
  #section-skills #services .skill .content .download,
  #section-skills #skills .service .content .download,
  #section-skills #skills .skill .content .download {
    grid-column-end: span 4;
  }
}