/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto-v20-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/roboto-v20-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/roboto-v20-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/roboto-v20-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/roboto-v20-latin-regular.svg#Roboto') format('svg');
    /* Legacy iOS */
    font-display: swap;
}

/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/roboto-v20-latin-500.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/roboto-v20-latin-500.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/roboto-v20-latin-500.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/roboto-v20-latin-500.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/roboto-v20-latin-500.svg#Roboto') format('svg');
    /* Legacy iOS */
    font-display: swap;
}

/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/roboto-v20-latin-700.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/roboto-v20-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/roboto-v20-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/roboto-v20-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/roboto-v20-latin-700.svg#Roboto') format('svg');
    /* Legacy iOS */
    font-display: swap;
}

/* mulish-regular - latin */
@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/mulish-v3-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('fonts/mulish-v3-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/mulish-v3-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/mulish-v3-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/mulish-v3-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/mulish-v3-latin-regular.svg#Mulish') format('svg');
    /* Legacy iOS */
    font-display: swap;
}

/* mulish-700 - latin */
@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/mulish-v3-latin-700.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('fonts/mulish-v3-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/mulish-v3-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/mulish-v3-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/mulish-v3-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/mulish-v3-latin-700.svg#Mulish') format('svg');
    /* Legacy iOS */
    font-display: swap;
}

/* mulish-800 - latin */
@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/mulish-v3-latin-800.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('fonts/mulish-v3-latin-800.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/mulish-v3-latin-800.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/mulish-v3-latin-800.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/mulish-v3-latin-800.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/mulish-v3-latin-800.svg#Mulish') format('svg');
    /* Legacy iOS */
    font-display: swap;
}




*,
::after,
::before {
    box-sizing: border-box;
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*enlever le smoothing du scroll pour les user avec des préférence du navigateur contre le motionthickness*/
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

@media (hover: hover) and (pointer: fine) {
    html {
        scroll-behavior: smooth;
    }
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #4b4b4d;
    background-color: #fff;
    overflow-x: hidden;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

img {
    border-style: none;
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Mulish', Arial, Helvetica, sans-serif;
    font-weight: 800;
    margin-bottom: 1.2rem;
}

/*Disable the font boost (that boost only elements with dynamic height) on chrome android*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a,
button {
    max-height: 999999px;
}

p {
    margin-bottom: 1em;
}

b,
strong {
    font-weight: bolder;
}

a {
    color: #4E80FF;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

ul,
menu,
dir {
    list-style-type: none;
}

/*:focus-visible {outline: 3px solid #ff0000; padding: 5px;}*/

/* fin du reset */

.hambuger-menu {
    position: absolute;
    z-index: 1000;
    top: 25px;
    right: 30px;
    width: 42px;
    height: 29px;
    border: none;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    transition: all 0.2s;
}

/*retirer le focus du bouton sur smartphones, touchscreens*/
@media (hover: none) and (pointer: coarse) {
    .hambuger-menu:focus {
        outline: 0;
    }
}

.hamburger-icon {
    overflow: visible;
}

#top,
#middle,
#bottom {
    fill: #4E80FF;
    transition: all .4s ease-in-out;
}

.showClose #top,
.showClose #bottom {
    fill: #fff;
}

.showClose #top {
    transform: rotate(45deg)
}

.showClose #middle {
    opacity: 0;
}

.showClose #bottom {
    transform: rotate(-45deg) translate(-24px, -6px);
}

.preload-transitions * {
    transition: none !important;
}


.navbar {
    position: absolute;
    top: 0;
    left: 0;
    background: #4E80FF;
    width: 100vw;
    height: 100svh;
    max-width: 100%;
    overflow: hidden;
    z-index: 10;
    transform: translateY(-100%);
    transition: transform 0.2s ease;
}

.showNav {
    transform: translateY(0);
}

.navbar ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    gap: 30px;
}

.navbar ul li a {
    color: #fff;
    font-weight: 700;
    font-size: 1.875rem;
    position: relative;
    padding: 15px 20px;
    border: 1px solid transparent;
}

.navbar ul li a:active {
    border: 1px solid #fff;
    border-radius: 8px;
}

@media only screen and (max-width: 1199px) and (orientation: landscape) {
    .navbar ul {
        flex-flow: row wrap;
        padding: 69px 30px 0 30px;
        align-content: center;
    }
}

@media(hover: hover) and (pointer: fine) {


    .navbar ul li a::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: scaleY(0);
        transform-origin: 50% 100%;
        transition-property: transform;
        transition-duration: 0.5s;
        transition-timing-function: ease-out;
        background: transparent;
        border-radius: 8px;
    }

    .navbar ul li a:hover::before {
        transform: scaleY(1);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        background: #4B4B4D;
    }

}

header {
    display: flex;
    align-items: flex-start;
    padding: 0 30px;
    min-height: 79px;
}

header.headerhome {
    min-height: auto;
}

.logo-header {
    margin-top: 5px;
}

.logo-header svg.svg-logo {
    width: 65px;
}

.nomobile,
.nomobile-notablet {
    display: none;
}

.hero-section {
    background-image: url(img/Hero-background-mobile2x.png);
    background-image: image-set(url(img/Hero-background-mobile2x.avif) type("image/avif"),
            url(img/Hero-background-mobile2x.png) type("image/png"));
    background-position: right top;
    background-size: auto calc(100svh - var(--hero-background-height));
    background-repeat: no-repeat;
    display: flex;
    flex-direction:
        column;
    justify-content: space-between;
    min-height: 100svh;
}

@media only screen and (min-device-width: 0px) and (-webkit-min-device-pixel-ratio: 3) {
    .hero-section {
        background-image: url(img/Hero-background-mobile3x.png);
        background-image: image-set(url(img/Hero-background-mobile3x.avif) type("image/avif"),
                url(img/Hero-background-mobile3x.png) type("image/png"));
    }
}

@media only screen and (min-device-width: 0px) and (-webkit-min-device-pixel-ratio: 4) {
    .hero-section {
        background-image: url(img/Hero-background-mobile4x.png);
        background-image: image-set(url(img/Hero-background-mobile4x.avif) type("image/avif"),
                url(img/Hero-background-mobile4x.png) type("image/png"));
    }
}

/*desktop bg*/
@media (min-width: 1200px) {
    .hero-section {
        background-image: url(img/Hero-background.jpg);
        background-image: image-set(url(img/Hero-background.avif) type("image/avif"),
                url(img/Hero-background.jpg) type("image/jpeg"));
    }
}

@media only screen and (min-device-width: 1200px) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-section {
        background-image: url(img/Hero-background2x.jpg);
        background-image: image-set(url(img/Hero-background2x.avif) type("image/avif"),
                url(img/Hero-background2x.jpg) type("image/jpeg"));
    }
}

@media (min-width: 1921px) {
    .hero-section {
        background-image: url(img/Hero-background2x.jpg);
        background-image: image-set(url(img/Hero-background2x.avif) type("image/avif"),
                url(img/Hero-background2x.jpg) type("image/jpeg"));
    }
}


.logo-header:hover {
    transition: all 0.3s ease-out;
    opacity: .6;
}

svg.svg-logo path {
    stroke-dasharray: 278;
    stroke-dashoffset: 278;
    stroke-opacity: 1;
    animation-name: dash, stroke-out;
    animation-duration: 1.5s, 1s;
    animation-delay: 0s, 0.6s;
    animation-fill-mode: none, none;
}

svg.svg-logo g {
    animation: fill-in ease-out 1s 0.7s forwards;
    fill-opacity: 0;
}

@keyframes dash {
    to {
        stroke-dashoffset: 90;
    }
}

@keyframes stroke-out {
    to {
        stroke-opacity: 0;
    }
}

@keyframes fill-in {
    to {
        fill-opacity: 1;
    }
}






.texte-hero-container {
    display: flex;
}

.hero-align-left {
    display: flex;
    align-items: center;
    padding: 0 30px;
}

.title-hero {
    font-size: 1.3rem;
    line-height: 1.3;
    margin-bottom: 0.938rem;
    animation: fadeanime ease-out .9s .5s forwards;
    opacity: 0;
    transform: translateY(10%);
}

@keyframes fadeanime {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.sous-titre-hero {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 1.25rem;
    animation: fadeanime ease-out .9s .6s forwards;
    opacity: 0;
    transform: translateY(20%);
}

.txt-header-interne .title-hero {
    animation: fadeanime ease-out .7s 0.1s forwards;
}

.txt-header-interne.dark-txt {
    color: #4b4b4d;
}

.txt-header-interne p {
    animation: fadeanime ease-out .9s 0.2s forwards;
    opacity: 0;
}

.txt-header-interne .surtitre {
    animation: fadeanime ease-out .7s 0.2s forwards;
    opacity: 0;
    transform: translateY(20%);
}

.ctaa {
    opacity: 0;
    transform: translateY(40%);
    animation: fadeanime ease-out .8s .65s forwards;
    margin-bottom: 15px;
}

.ctaa-reverse {
    opacity: 0;
    transform: translateY(40%);
    animation: fadeanime ease-out .8s .65s forwards;
}

h1 span {
    color: #4E80FF;
}

.ctaa,
.ctab,
.ctac,
.ctaa-reverse {
    position: relative;
    display: inline-flex;
    max-width: calc(100% - 16px);
}

#a-propos,
#services-tarifs,
#engagements {
    scroll-margin-top: 15px;
}

#portfolio {
    scroll-margin-top: -60px;
}

.cta-travaux:active {
    background: #6691FF;
}

.cta-travaux-reverse:active {
    background: #6691FF;
}

.cta-travaux {
    position: relative;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    border: 1px solid transparent;
    background-color: rgba(41, 0, 255, 0.39);
    border-radius: 7px;
    padding: 11px 20px 9px 20px;
}

.cta-travaux-reverse {
    position: relative;
    font-size: 1rem;
    font-weight: 700;
    color: #4b4b4d;
    border: 1px solid rgba(75, 75, 77, 0.33);
    background-color: rgba(255, 255, 255, 0.39);
    border-radius: 7px;
    padding: 11px 20px 9px 20px;
}

.cta-travaux-secondbg {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #65D0FE;
    top: 4px;
    left: 6px;
    border-radius: 7px;
}

.cta-travaux-secondbg-reverse {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #d5d5d5;
    border: 1px solid transparent;
    top: 4px;
    left: 6px;
    border-radius: 7px;
}

@media(hover: hover) and (pointer: fine) {

    .ctaa:hover a {
        animation: animehero ease-out 0.5s forwards;
    }

    .ctaa:hover .cta-travaux-secondbg {
        animation: animeherodeux ease-out 0.5s forwards;
    }

    .ctaa-reverse:hover a {
        animation: animehero-reverse ease-out 0.5s forwards;
    }

    .ctaa-reverse:hover .cta-travaux-secondbg-reverse {
        animation: animeherodeux-reverse ease-out 0.5s forwards;
    }


    @keyframes animehero {

        50% {
            background-color: rgba(41, 0, 255, 0.39);
            color: #fff;
        }

        to {
            color: #4b4b4d;
            border: 1px solid #4b4b4d;
            outline-offset: -2px;
            background-color: transparent;
        }
    }

    @keyframes animeherodeux {

        50% {
            top: 0;
            left: 0;
            background-color: #65D0FE;
        }

        to {
            border: 1px solid #4b4b4d;
            background-color: #fff;
        }
    }

    @keyframes animehero-reverse {

        50% {
            background-color: rgba(255, 255, 255, 0.39);
            color: #4b4b4d;
            border: 1px solid rgba(75, 75, 77, 0.33);
        }

        to {
            color: #4b4b4d;
            border: 1px solid #4b4b4d;
            outline-offset: -2px;
            background-color: transparent;
        }
    }

    @keyframes animeherodeux-reverse {

        50% {
            top: 0;
            left: 0;
            border: 1px solid transparent;
            background-color: #d5d5d5;
        }

        to {
            border: 1px solid #4b4b4d;
            background-color: #fff;
        }
    }

    .cta-travaux:active {
        background: rgba(78, 128, 255, 0.51) !important;
    }

    .cta-travaux-reverse:active {
        background: rgba(255, 255, 255, 0.79) !important;
    }

}

.cta-folio,
.cta-card {
    position: relative;
    font-size: 1rem;
    font-weight: 700;
    color: #4B4B4D;
    padding: 11px 14px 9px 20px;
    background-color: rgba(255, 255, 255, 0.39);
    border-radius: 7px;
    border: 1px solid transparent;

}

.cta-folio-secondbg,
.cta-card-secondbg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #D5D5D5;
    top: 4px;
    left: 6px;
    border-radius: 7px;
    border: 1px solid transparent;
    transition: background .2s linear, background-color .3s linear, color .3s linear, border .3s ease;
}

.pdf-cta .cta-folio {
    color: #fff;
    background-color: rgba(41, 0, 255, 0.39);
}

.pdf-cta .cta-folio-secondbg {
    background-color: #65D0FE;
}

/*CTA voir la page OKAIDI*/
.cta-interne-with-icon {
    margin-top: 1.4rem;
}

.cta-interne-with-icon .cta-folio {
    display: inline-flex;
    align-items: center;
    gap: 0.3em;
    background-color: transparent;
    border: 1px solid #4b4b4d;
    color: #4b4b4d;
}

.cta-interne-with-icon .cta-folio-secondbg {

    background-color: transparent;
    border: 1px solid #4b4b4d;
}

.cta-interne-with-icon a img {
    width: auto;
    height: 1.4em;
}



.cta-folio:active {
    background: rgba(78, 78, 78, 0.18);
}

@media(hover: hover) and (pointer: fine) {
    .ctab:hover a {
        background-color: transparent;
        border: 1px solid #fff;
        color: #fff;
    }

    .ctab:hover .cta-folio-secondbg {
        background-color: transparent;
        border: 1px solid #fff;
    }

    .ctab.pdf-cta:hover a {
        background-color: transparent;
        border: 1px solid #4b4b4d;
        color: #4b4b4d;
    }

    .ctab.pdf-cta:hover .cta-folio-secondbg {
        background-color: transparent;
        border: 1px solid #4b4b4d;
    }

    .cta-interne-with-icon:hover a {
        background-color: rgba(255, 255, 255, 0.39);
        border: 1px solid rgba(75, 75, 77, 0.33);
        color: #4b4b4d;
    }

    .cta-interne-with-icon:hover .cta-folio-secondbg {
        background-color: #d5d5d5;
        border: 1px solid transparent;
    }

    .cta-folio,
    .cta-card {
        transition: background .2s linear, background-color .3s linear, color .3s linear, border .3s ease;
    }

    .cta-folio:active {
        background: rgba(255, 255, 255, 0.58) !important;
    }
}


.pdf-cta a::before {
    content: "";
    background: url(img/pdf.svg) no-repeat top;
    width: 24px;
    position: absolute;
    height: 29px;
    top: 50%;
    right: 13px;
    transform: translateY(calc(-50% + 1px));
}

.pdf-cta a {
    padding: 11px 51px 8px 28px;
}

.cta-card {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
}

.cta-card-secondbg {
    border: 1px solid #fff;
    background-color: transparent;
}

.cta-card:active {
    background: rgba(255, 255, 255, 0.18);
}

@media(hover: hover) and (pointer: fine) {
    .ctac:hover .cta-card {
        background-color: rgba(255, 255, 255, 0.39);
        border: 1px solid transparent;
        color: #4B4B4D;
    }

    .ctac:hover .cta-card-secondbg {
        background-color: #D5D5D5;
        border: 1px solid transparent;
    }

    .cta-card:active {
        background: rgba(78, 78, 78, 0.18) !important;
    }
}

.visuel-portfolio-lsf {
    width: calc(100% - 10px);
    transform: translateX(10px);
    position: relative;
    display: block;
}

.visuel-portfolio-decath {
    width: calc(100% - 10px);
    position: relative;
    display: block;
}

.visuel-portfolio-2022 {
    width: calc(100% - 10px);
    transform: translateX(10px);
    position: relative;
    display: block;
}

.visuel-portfolio-decath img,
.visuel-portfolio-2022 img,
.visuel-portfolio-lsf img {
    width: 100%;
    height: auto;
    display: block;
    z-index: 1;
    position: relative;
}

.sections-portfolio,
.section-about,
.section-servicestarifs,
.section-engagements {
    position: relative;
    margin-top: 80px;
}

.fond-port-orange {
    background-color: #F08C46;
    border-radius: 0 0 0 13px;
}

.fond-port-blue {
    background-color: #0BA6E8;
    border-radius: 0 0 13px 0;
}

.fond-port-green {
    background-color: #259776;
    border-radius: 0 0 0 13px;
}

.visuel-portfolio-decath::before,
.visuel-portfolio-2022::before,
.visuel-portfolio-lsf::before {
    content: "";
    display: block;
    width: 100%;
    height: 71%;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 0;
}

.visuel-portfolio-2022::before {
    background-color: #259776;
    border-radius: 13px 0 0 0;
}

.visuel-portfolio-decath::before {
    background-color: #0BA6E8;
    border-radius: 0 13px 0 0;
}

.visuel-portfolio-lsf::before {
    background-color: #F08C46;
    border-radius: 13px 0 0 0;
}


/*Animation icones home*/
.svg-logo-anime path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    transition: stroke-dashoffset 5s ease;
    transition-delay: 0s;
}

.svg-logo-anime.appear path {
    stroke-dashoffset: 0;
    transition-delay: 0s;
}

.section-servicestarifs {
    width: calc(100% - 10px);
    border-radius: 0 13px 13px 0;
    padding: 30px;
    background: #F4F4F4;
}

.services-container {
    margin: 0 0 45px 0;
}

.services-card {
    margin: 45px auto 0 auto;
    max-width: 592px;
}

.services-card svg {
    display: block;
    margin: 0 auto 15px auto;
    width: 57px;
    height: auto;
}

.tarifs-card {
    margin: 30px auto 0 auto;
    max-width: 400px;
    background-color: #FAFAFA;
    border-radius: 13px;
    padding: 30px;
    box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.25);
}

.tarifs-card .title-small {
    margin-bottom: 0.625rem;
    font-weight: 800;
}

.tarifs-card .title-small span {
    font-size: 1rem;
}

.tarifs-card .title-small span sup {
    font-size: 0.813rem;
}

.tarifs-card p {
    font-size: 0.9375rem;
    color: #696969;
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 350px;
}

.tarifs-card p strong {
    color: #4b4b4d;
}

.asterix-tarifs {
    font-size: 0.75rem;
    color: #696969;
    text-align: center;
    display: block;
    margin: 30px auto 0 auto;
}

.section-engagements {
    width: calc(100% - 10px);
    border-radius: 13px 0 0 13px;
    padding: 30px;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: #4B4B4D;
    margin-left: 10px;
}

.engagement-card-container div:first-of-type {
    margin-top: 30px;
}

.engagement-card {
    margin: 45px auto 0 auto;
    max-width: 592px;
}

.engagement-card img,
.engagement-card svg {
    display: block;
    width: 65px;
    height: auto;
    margin: 0 auto 15px auto;
}

.engagement-card .title-small,
.services-card .title-small {
    margin-bottom: 1.5rem;
}


.section-servicestarifs .title-medium,
.tarifs-card .title-small,
.section-engagements .title-small,
.section-engagements .title-medium {
    text-align: center;
}

.engagement-card ul,
.services-card ul {
    list-style-type: disc;
    list-style-position: outside;
}

.engagement-card ul li {
    padding-left: 5px;
    margin-bottom: 1.5em;
}

.engagement-card ul li:last-of-type {
    margin-bottom: 0;
}

.engagement-card ul li::marker,
.services-card ul li::marker {
    content: '•';
}

.services-card ul li {
    padding-left: 5px;
    margin-bottom: 0.5em;
}



.section-about {
    width: calc(100% - 10px);
    background: #F4F4F4;
    border-radius: 0 13px 13px 0;
}

.about-right {
    background-color: #4e80ff;
    color: #fff;
    padding: 30px;
    border-radius: 0 0 13px 0;
    display: flex;
    justify-content: center;
}

.about-right-container {
    flex: 1 1 592px;
    max-width: 592px;
}

.photosv {
    float: right;
    shape-outside: circle(70%);
    width: 55%;
    clip-path: circle(50%);
    margin-left: 5px;
}

.pinceau {
    position: absolute;
    right: -10px;
    bottom: -178px;
    z-index: -1;
    background: url(img/pinceau.svg) no-repeat;
    width: 371px;
    height: 421px;
    max-width: calc(100% - 10px);
}

.txt-portfolio-container {
    width: calc(100% - 10px);
    display: flex;
    justify-content: center;
    padding: 0 30px 40px 30px;
    align-items: center;
}

.txt-portfolio-container.fond-port-orange {
    padding-top: 20px;
}

.txt-about-container {
    display: flex;
    justify-content: center;
    padding: 30px;
    align-items: center;
}

.txt-portfolio,
.txt-about {
    flex: 1 1 592px;
    max-width: 592px;
}

.txt-about p:last-of-type {
    margin-bottom: 1.3em;
}

.about-right p:last-of-type {
    margin-bottom: 0;
}

.order-reverse {
    transform: translateX(10px);
}

.surtitre {
    font-size: 0.9375rem;
    font-weight: 400;
    letter-spacing: .25em;
    margin-bottom: .1875rem;
}

.title-main {
    font-size: 1.875rem;
    line-height: 1.1;
    margin-bottom: 1rem;
}

.title-medium {
    font-size: 1.688rem;
    line-height: 1.1;
    margin-bottom: 1rem;
}

.grid-interne .title-medium {
    margin-top: 5px;
}

.title-small {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1rem;
}

.txt-portfolio p,
.txt-portfolio h2,
.txt-header-interne {
    color: #fff;
}

.txt-portfolio p {
    margin-bottom: 1.3em;
}

.txt-header-interne .title-hero {
    line-height: 1.2;
}

#contact {
    position: relative;
    width: 100%;
    min-height: 25vh;
    margin-top: 159px;
    display: grid;
    padding: 30px;
    grid-template-rows: 1fr 1fr 1fr 1.5fr;
}

.split-50-contact {
    grid-area: 2 / 1 / 4 / 2;
    z-index: 1;
}

.contactez-moi h2 {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 1em;
}

.container-encart-travaux .surtitre {
    font-size: 0.875rem;
}

.contact-cta .cta-card {
    padding: 13px 12px;
    font-size: 0.813rem;
}

.cta-linkedin {
    display: flex;
    align-items: center;
    gap: 0.46875em;
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    font-size: 1rem;
    margin: 25px 0 0 0;
    transition: .3s linear;
}

.cta-linkedin:hover {
    text-decoration: none;
    opacity: .8;
}

.cta-linkedin:active {
    text-decoration: underline;
    opacity: .8;
}

.cta-linkedin img {
    width: auto;
    height: 1.25em;
}

.tchat,
.align-copyright {
    display: none;
}

.copyright {
    color: rgba(255, 255, 255, 0.6);
    grid-area: 4 / 1 / 5 / 2;
    align-self: end;
    font-size: 0.875rem;
    z-index: 1;
}

.copyright a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline;
}

.copyright a:hover {
    text-decoration: none;
}

.copyright a:active {
    text-decoration: underline;
    opacity: .8;
}

.mentions-legales a {
    color: #4b4b4d;
    text-decoration: underline;
}

.mentions-legales a:hover {
    text-decoration: none;
}

.mentions-legales a:active {
    text-decoration: underline;
    opacity: .8;
}

#contact {
    background: #4e80ff;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
}

.grid-interne {
    display: grid;
    align-items: center;
    position: relative;
}

.grid-interne.no-margin {
    margin: 0;
}

.grid-interne p:last-of-type,
.section-center p:last-of-type,
.achievment-2022 p:last-of-type {
    margin-bottom: 0;
}

.bg-grey,
.bg-grey-mini {
    background-color: #F4F4F4;
}

.bg-grey-mini {
    padding-bottom: 30px;
    padding-top: 30px;
}

.grid-interne.bg-grey {
    padding-bottom: 30px;
}

.bg-grey-mini-1080 {
    display: none;
}

.bg-header-interne {
    align-self: stretch;
    grid-area: 2 / 1 / 3 / 2;
    z-index: 1;
}

.bg-interne-gauche-lsf {
    background: url(img/back-home-LSF.jpg) center center / cover no-repeat;
}

.bg-interne-gauche-decath {
    background: url(img/back-interne-Decath.jpg) center center / cover no-repeat;
}

.bg-interne-gauche-2022 {
    background: url(img/back-interne-2022.jpg) center center / cover no-repeat;
}


/*txt 2nd row mobile*/
.txt-header-interne,
.txt-interne-left,
.txt-interne-right {
    grid-area: 2 / 1 / 3 / 2;
}

.txt-header-interne {
    z-index: 2;
    padding: 30px 30px;
}

.txt-interne-left,
.txt-interne-right,
.txt-interne-center {
    padding: 0 30px;
    overflow-wrap: break-word;
}

.mentions-legales-wrapper {
    margin: 0 15px;
}


.mentions-legales {
    padding: 30px;
    overflow-wrap: break-word;
}

.txt-header-interne,
.txt-interne-left,
.txt-interne-right,
.txt-interne-center,
.max-width-set-achievment,
.mentions-legales {
    width: 100%;
    max-width: 80ch;
    margin: 0 auto;
}

.grid-interne,
.section-center,
.achievment-2022,
.achievment-decath,
.autres-travaux,
#contact.footer-interne,
.mentions-legales {
    margin-top: 80px;
}

.txt-interne-left,
.txt-interne-right,
.txt-interne-center {
    opacity: 0;
    transition: opacity .6s .3s ease-out;
}

.fadeIn .txt-interne-left,
.fadeIn .txt-interne-right,
.fadeIn .txt-interne-center {
    opacity: 1;
}

.visuel-header-interne {
    height: 100%;
    min-height: 280px;
}

.visuel-header-interne-lsf {
    background: url(img/LSF-header-mobile2x.jpg) left center / cover no-repeat;
}

@media only screen and (min-device-width: 0px) and (-webkit-min-device-pixel-ratio: 3) {
    .visuel-header-interne-lsf {
        background: url(img/LSF-header-mobile3x.jpg) left center / cover no-repeat;
    }
}

@media only screen and (min-device-width: 0px) and (-webkit-min-device-pixel-ratio: 4) {
    .visuel-header-interne-lsf {
        background: url(img/LSF-header-desk2x.jpg) left center / cover no-repeat;
    }
}

@media (min-width: 451px) {
    .visuel-header-interne-lsf {
        background-image: url(img/LSF-header-desk2x.jpg);
    }
}

/*desktop bg*/
@media (min-width: 1200px) {
    .visuel-header-interne-lsf {
        background-image: url(img/LSF-header-desk1x.jpg);
    }
}

@media only screen and (min-device-width: 1200px) and (-webkit-min-device-pixel-ratio: 2) {
    .visuel-header-interne-lsf {
        background-image: url(img/LSF-header-desk2x.jpg);
    }
}

@media (min-width: 1921px) {
    .visuel-header-interne-lsf {
        background-image: url(img/LSF-header-desk2x.jpg);
    }
}






.visuel-header-interne-decath {
    background: url(img/decath-header-mobile2x.jpg) center center / cover no-repeat;
}

@media only screen and (min-device-width: 0px) and (-webkit-min-device-pixel-ratio: 3) {
    .visuel-header-interne-decath {
        background: url(img/decath-header-mobile3x.jpg) center center / cover no-repeat;
    }
}

@media only screen and (min-device-width: 0px) and (-webkit-min-device-pixel-ratio: 4) {
    .visuel-header-interne-decath {
        background: url(img/decath-header-desk2x.jpg) center center / cover no-repeat;
    }
}

@media (min-width: 451px) {
    .visuel-header-interne-decath {
        background: url(img/decath-header-desk2x.jpg) center center / cover no-repeat;
    }
}

/*desktop bg*/
@media (min-width: 1200px) {
    .visuel-header-interne-decath {
        background-image: url(img/decath-header-desk1x.jpg);
    }
}

@media only screen and (min-device-width: 1200px) and (-webkit-min-device-pixel-ratio: 2) {
    .visuel-header-interne-decath {
        background-image: url(img/decath-header-desk2x.jpg);
    }
}

@media (min-width: 1921px) {
    .visuel-header-interne-decath {
        background-image: url(img/decath-header-desk2x.jpg);
    }
}

.visuel-header-interne-2022 {
    background-image: url(img/Mockup-Oney-bg-header-interne.jpg);
    background-image: image-set(url(img/Mockup-Oney-bg-header-interne.avif) type("image/avif"),
            url(img/Mockup-Oney-bg-header-interne.jpg) type("image/jpeg"));
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}



/*img first row mobile*/
.visuel-interne-right,
.visuel-interne-left,
.swiper-container {
    grid-area: 1 / 1 / 2 / 2;
    opacity: 0;
    transform: translateY(15%);
    transition: all .5s ease-out;
}

.video-native {
    transform: translateY(20%);
    transition: all .5s ease-out;
}


.fadeIn .visuel-interne-right,
.fadeIn .visuel-interne-left,
.fadeIn .swiper-container,
.fadeIn .video-native {
    transform: translateY(0);
    opacity: 1;
}

.visuel-interne-right img,
.visuel-interne-left img,
.swiper-container img {
    width: 100%;
}

.visuel-interne-right img.img-80-pourcent,
.visuel-interne-left img.img-80-pourcent {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.visuel-interne-right img.img-85-pourcent,
.visuel-interne-left img.img-85-pourcent {
    display: block;
    width: 85%;
    margin: 0 auto;
}

.justif-left {
    justify-self: left;
}

.justif-center {
    justify-self: center;
}

.justif-right {
    justify-self: right;
}


.autres-travaux {
    text-align: center;
    padding: 0 11px;
}

.autres-travaux .title-small {
    padding: 0 19px;
}

.container-encart-travaux {
    position: relative;
    display: block;
    margin: 30px auto 0 auto;
    max-width: 360px;
    width: 100%;
}

.bg-encart-decath {
    background: url(img/bg-encart-decathlon.jpg) center center / cover no-repeat;
}

.bg-encart-lsf {
    background: url(img/bg-encart-LSF.jpg) center center / cover no-repeat;
}

.bg-encart-2022 {
    background: url(img/bg-encart-2022.jpg) center center / cover no-repeat;
}

.encart-autres-travaux {
    position: relative;
    border-radius: 13px;
    display: block;
    color: #fff;
    padding: 30px 0 30px 19px;
    text-align: left;
    transition: transform .3s ease;
    filter: saturate(65%);
}

.encart-autres-travaux:hover {
    filter: saturate(100%);
}

.underborder {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 13px;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 0 1px rgba(75, 75, 77, 1);
    z-index: -1;
}

@media(hover: hover) and (pointer: fine) {
    .encart-autres-travaux:hover {
        transform: translate(10px, -10px);
    }
}

.swiper-container {
    width: 100%;
    max-width: 814px;
    grid-area: 1 / 1 / 2 / 2;
    box-shadow: 0px 0px 25px 0px rgba(88, 88, 88, 0.2);
    margin: 0 0 30px 0;
    background-color: #dedede;
}

.swiper-container img {
    display: block;
}

.control-container {
    grid-area: 1 / 1 / 2 / 2;
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 949px;
    justify-self: center;
}

.pagin {
    position: absolute;
    bottom: 17px;
    left: 50%;
}

.swiper-pagination {
    display: flex;
    transform: translateX(-50%);
}

.swiper-pagination-bullet {
    margin-right: 15px;
    position: relative;
    width: 7px;
    height: 7px;
    background: transparent;
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-right: 15px;
}

.swiper-pagination-bullet::before {
    content: "";
    border-radius: 25px;
    width: 13px;
    height: 13px;
    border: 1px solid #4B4B4D;
    position: absolute;
    top: -3px;
    left: -3px;
    background-color: #fff;
    z-index: -1;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, #4B4B4D);
}

.swiper-button-next,
.swiper-button-prev {
    content: "";
    background: url(img/fleche-droite.svg) no-repeat;
    box-shadow: 0px 0px 5px 0px rgba(88, 88, 88, 0.7);
    width: 35px;
    height: 35px;
    border-radius: 25px;
    background-size: contain;
    display: none;
}

@media(hover: hover) and (pointer: fine) {

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        opacity: .5;
    }
}

.swiper-button-prev {
    transform: rotate(180deg);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 20px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 20px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.doubleimg {
    padding: 0;
    margin-bottom: 10px;
}

.doubleimg img:nth-of-type(1) {
    box-shadow: 0px 0px 25px 0px rgba(88, 88, 88, 0.2);
}

.doubleimg img:nth-of-type(2) {
    display: none;
}

.max-width-set-achievment {
    padding: 0 30px;
}

.achievment-decath {
    text-align: center;
    padding: 15px 0 30px 0;
}

.achievment-decath p span {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: 'Mulish', Arial, Helvetica, sans-serif;
}

.achievment-2022 {
    text-align: center;
    padding: 25px 30px 30px 30px;
}

.achievment-home {
    text-align: center;
    padding: 15px 30px;
    background-color: #fff;
}

.title-confiance {
    font-weight: 700;
    margin: 0 0 10px 0;
    font-size: 1rem;
    line-height: 1.1;
}

.decath-brands {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 auto;
    gap: 15px 40px;
}

.decath-brands img {
    height: 16px;
    width: auto;
}



.big-home-brands {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 260px;
    /*Laisser les logos sur 2 lignes en version mobile pour le background qui à un calcul  - la taille fixe de cette section logo*/
    gap: 6px 16px;
    margin: 0 auto;
}

.big-home-brands img {
    max-height: 17px;
    width: auto;
}

.big-home-brands img.oney {
    height: 31px;
    margin-top: 4px;
}

.big-home-brands img.svg-decath {
    height: 31px;
    margin-top: 2px;
}

.big-home-brands img.e-leclerc-logo-home {
    display: none !important;
}

.big-2022-brands {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 80ch;
    gap: 10px 32px;
    margin: 0 auto 25px auto;
}

.big-2022-brands img {
    height: 22px;
    width: auto;
}

.big-2022-brands img.oney {
    margin-top: 4px;
}

.big-2022-brands img.svg-decath {
    height: 31px;
    margin-top: 2px;
}

.small-2022-brands {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 80ch;
    gap: 16px 32px;
}

.small-2022-brands img {
    height: 18px;
    width: auto;
}

.video-native {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 5% 25px 5%;
    border: 1px solid #e1dede;
    max-width: 90%;
    box-shadow: 0px 0px 25px 0px rgba(88, 88, 88, 0.2);
}

@media (min-width: 360px) {
    .contact-cta .cta-card {
        font-size: 1rem;
    }

    .hero-align-left {
        padding-right: 0;
        max-width: 75dvw;
    }

}

@media (min-width: 400px) {
    .hero-section {
        gap: 30px 0;
    }
}

@media (max-width: 575px) {
    .fond-port-green .title-main {
        font-size: 1.75rem;
    }
}

/*adapter le bg hero en mode paysage petit smartphone / tablette*/
@media (orientation: landscape) and (max-height: 600px) {
    .hero-section {
        background-size: contain;
    }
}

@media (min-width: 576px) {

    html {
        scroll-behavior: smooth;
    }

    .nomobile {
        display: inline-block;
    }

    .mobileonly {
        display: none;
    }

    header {
        padding: 0 50px;
    }

    .hambuger-menu {
        right: 50px;
    }

    .logo-header svg.svg-logo {
        width: 78px;
    }

    nav {
        display: block;
    }

    .title-hero {
        font-size: 2.188rem;
        margin-bottom: 1.25rem;
        line-height: 1.2;
    }

    .sous-titre-hero {
        font-size: 1.5rem;
        margin-bottom: 1.563rem;
    }

    .achievment-home {
        padding: 15px 50px;
    }

    .title-confiance {
        margin: 0 0 15px 0;
        font-size: 1.125rem;
    }

    .decath-brands img {
        height: 19px;
    }

    .big-home-brands {
        max-width: none;
        gap: 8px 35px;
    }

    .big-home-brands img {
        max-height: 22px;
    }

    .big-home-brands img.e-leclerc-logo-home {
        display: block !important;
        max-height: none;
        height: 26px;
    }

    .big-2022-brands img {
        height: 28px;
    }

    .small-2022-brands img {
        height: 22px;
    }

    .surtitre {
        font-size: 1.0625rem;
    }

    .title-main {
        font-size: 2.5rem;
    }

    .title-medium {
        font-size: 2.25rem;
    }

    .grid-interne .title-medium {
        margin-top: 10px;
    }

    .title-small {
        font-size: 1.875rem;
    }

    p,
    .engagement-card ul li,
    .services-card ul li {
        font-size: 1.125rem;
    }

    .tarifs-card p {
        font-size: 1.0625rem;
    }

    .tarifs-card .title-small span {
        font-size: 1.25rem;
    }

    .tarifs-card .title-small span sup {
        font-size: 1rem;
    }

    .asterix-tarifs {
        font-size: 0.813rem;
    }

    .ctaa {
        margin-bottom: 20px;
    }

    .cta-travaux {
        font-size: 1.125rem;
        padding: 13px 30px;
    }

    .cta-travaux-reverse {
        font-size: 1.125rem;
        padding: 13px 30px;
    }

    .cta-travaux-secondbg {
        left: 8px;
    }

    .cta-travaux-secondbg-reverse {
        left: 8px;
    }

    .cta-travaux,
    .cta-travaux-reverse,
    .cta-travaux-secondbg,
    .cta-travaux-secondbg-reverse {
        border-radius: 10px;
    }

    .cta-folio,
    .cta-card {
        font-size: 1.125rem;
        padding: 9px 42px;
    }

    .pdf-cta a::before {
        transform: translateY(calc(-50% + 2px));
        right: 34px;
    }

    .pdf-cta a {
        padding: 11px 67px 8px 42px;
    }


    .contact-cta .cta-card {
        font-size: 1.125rem;
        padding: 13px 30px;
    }

    .cta-linkedin {
        font-size: 1.125rem;
    }


    .sections-portfolio,
    .section-about,
    .section-servicestarifs,
    .section-engagements {
        margin-top: 100px;
    }

    .section-about {
        width: calc(100% - 50px);
    }

    .photosv {
        width: 50%;
    }


    .visuel-portfolio-lsf {
        width: calc(100% - 50px);
        transform: translateX(50px);
    }

    .visuel-portfolio-decath {
        width: calc(100% - 50px);
    }

    .visuel-portfolio-2022 {
        width: calc(100% - 50px);
        transform: translateX(50px);
    }

    .visuel-portfolio-decath::before,
    .visuel-portfolio-2022::before,
    .visuel-portfolio-lsf::before {
        height: 68%;
    }

    .txt-portfolio-container.fond-port-orange {
        padding-top: 10px;
    }

    .section-servicestarifs {
        width: calc(100% - 50px);
    }

    .section-engagements {
        width: calc(100% - 50px);
        margin-left: 50px;
    }

    .engagement-card,
    .engagement-card-container div:first-of-type {
        margin-top: 55px;
    }

    .services-container {
        margin: 0 0 55px 0;
    }

    .services-card {
        margin-top: 55px;
        display: flex;
        gap: 30px;
        align-items: flex-start;
    }

    .services-card svg {
        flex: 0 0 auto;
        width: 61px;
        margin: 0;
    }

    .engagement-card img,
    .engagement-card svg {
        width: 70px;
    }

    .grid-interne,
    .section-center,
    .achievment-2022,
    .achievment-decath,
    .autres-travaux,
    #contact.footer-interne,
    .mentions-legales {
        margin-top: 100px;
    }

    .mentions-legales-wrapper {
        margin: 0 30px;
    }

    .bg-grey-mini {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .grid-interne.bg-grey {
        padding-bottom: 50px;
    }

    .achievment-decath {
        padding: 40px 0 50px 0;
    }

    .achievment-2022 {
        padding: 40px 30px 50px 30px;
    }

    .txt-portfolio-container {
        width: calc(100% - 50px);
    }

    .order-reverse {
        transform: translateX(50px);
    }

    .hero-align-left {
        padding-left: 50px;
    }

    .pinceau {
        right: -40px;
        max-width: none;
    }

    .split-50-contact {
        display: flex;
        justify-content: center;
        width: calc(100% - 50px);
        align-items: center;
    }

    .split100-interne {
        width: 100%;
    }

    .contactez-moi,
    .txt-copyright {
        flex: 1 1 670px;
        max-width: 670px;
    }

    .contactez-moi h2 {
        font-size: 2.4375rem;
    }

    .container-encart-travaux .surtitre {
        font-size: 1rem;
    }

    .visuel-header-interne {
        min-height: 420px;
    }

    .autres-travaux {
        text-align: center;
        padding: 0 11px;
    }

    .container-encart-travaux {
        min-width: 525px;
        margin: 50px auto 0 auto;
    }

    .encart-autres-travaux {
        padding: 3.062em 2.125em;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: block;
    }

    .achievment-split {
        display: grid;
        grid-template-columns: 1fr minmax(min-content, 350px) minmax(min-content, 350px) 1fr;
        gap: 0 70px;
    }

    .achievment-split p:nth-of-type(1) {
        grid-area: 1 / 2 / 2 / 3;
    }

    .achievment-split p:nth-of-type(2) {
        grid-area: 1 / 3 / 2 / 4;
    }

    .decath-brands {
        justify-content: center;
    }

    #a-propos,
    #services-tarifs,
    #engagements {
        scroll-margin-top: 25px;
    }


}

@media (min-width: 905px) {
    .video-native {
        margin: 40px auto 15px auto;
        max-width: 714px;
    }
}

@media (min-width: 1200px) {
    .nomobile-notablet {
        display: inline-block;
    }

    header {
        padding: 0 50px 0 50px;
        align-items: center;
        height: auto;
        margin-top: 14px;
    }

    .logo-header {
        margin-top: 0;
    }

    .logo-header svg.svg-logo {
        width: auto;
    }

    .hambuger-menu {
        display: none;
    }

    .navbar {
        margin-left: auto;
        position: relative;
        top: auto;
        left: auto;
        background: none;
        max-width: none;
        overflow: inherit;
        transform: none;
        width: auto;
        height: auto;
    }

    .navbar ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        min-width: 360px;
        padding: 0;
        gap: 0;
    }

    .navbar ul li a,
    .navbar ul li a span {
        transition: all .5s ease;
        border: none;
    }

    .navbar ul li a:active,
    .navbar ul li a:focus {
        border: none;
        background-color: #7098ff;
    }

    .navbar ul li a:active,
    .navbar ul li a:active span,
    .navbar ul li a:focus,
    .navbar ul li a:focus span {
        color: #fff;
    }

    .navbar ul li a {
        color: #4B4B4D;
        font-weight: 700;
        font-size: 1.125rem;
        padding: 11px 15px;
    }

    .navbar ul li a span {
        color: #4E80FF;
    }


    #a-propos,
    #services-tarifs,
    #engagements {
        scroll-margin-top: 30px;
    }


    .animesectionleft {
        transform: translateX(-50px);
    }

    .animesectionright {
        transform: translateX(50px);
    }

    .animesectionleft,
    .animesectionright {
        transition: transform .6s .1s ease-in;
    }

    .animesectionleft.fadeIn,
    .animesectionright.fadeIn {
        transform: translateX(0);
    }

    .animesectionleft .txt-portfolio,
    .animesectionright .txt-portfolio,
    .animesectionleft .txt-about,
    .animesectionleft .about-right-container h2,
    .animesectionleft .about-right-container p,
    .animesectionleft .about-right-container .ctab,
    .section-servicestarifs h2,
    .tarifs-card-container,
    .section-engagements h2,
    .engagement-card-container,
    .services-container,
    .section-servicestarifs h3,
    .section-servicestarifs p {
        opacity: 0;
        transition: opacity .6s .1s ease-out;
    }

    .fadeIn .txt-portfolio,
    .fadeIn .txt-about,
    .fadeIn .about-right-container h2,
    .fadeIn .about-right-container p,
    .fadeIn .about-right-container .ctab,
    .section-servicestarifs.fadeIn h2,
    .fadeIn .tarifs-card-container,
    .section-engagements.fadeIn h2,
    .fadeIn .engagement-card-container,
    .fadeIn .services-container,
    .section-servicestarifs.fadeIn h3,
    .section-servicestarifs.fadeIn p {
        opacity: 1;
    }

    .title-hero {
        font-size: 2.188rem;
    }

    .sous-titre-hero {
        font-size: 1.875rem;
    }

    .title-main {
        font-size: 2.813rem;
    }

    .title-medium {
        font-size: 2.5rem;
    }

    .grid-interne .title-medium {
        margin-top: 0;
    }

    .title-small {
        font-size: 2rem;
    }

    .surtitre {
        font-size: 1.1875rem;
    }

    .contact-cta .cta-card {
        font-size: 1.25rem;
    }

    .cta-linkedin {
        font-size: 1.25rem;
        margin: 35px 0 0 0;
    }

    .ctaa {
        margin-bottom: 0;
    }

    .hero-double-CTA {
        display: flex;
        gap: 30px 30px;
    }

    .nodesk {
        display: none;
    }

    .cta-travaux,
    .cta-travaux-reverse {
        font-size: 1.25rem;
        padding: 16px 37px;
    }

    .cta-folio,
    .cta-card {
        padding: 11px 50px;
    }

    .pdf-cta a {
        padding: 11px 75px 11px 50px;
    }

    .pdf-cta a::before {
        transform: translateY(-50%);
        right: 42px;
    }


    .fond-port-orange {
        border-radius: 13px 0 0 13px;
    }

    .fond-port-blue {
        border-radius: 0 13px 13px 0;
    }

    .fond-port-green {
        border-radius: 13px 0 0 13px;
    }

    .split-50,
    .split-50-about {
        display: flex;
    }

    .visuel-portfolio-lsf,
    .visuel-portfolio-decath,
    .visuel-portfolio-2022 {
        flex: 0 0 50%;
        border-radius: 0;
        display: flex;
        align-items: center;
    }


    .visuel-portfolio-decath::before,
    .visuel-portfolio-2022::before,
    .visuel-portfolio-lsf::before {
        width: 35%;
        height: 100%;
        bottom: auto;
        top: 0;
    }

    .visuel-portfolio-2022::before {
        border-radius: 0 13px 13px 0;
        left: -2px;
    }

    .visuel-portfolio-decath::before {
        border-radius: 13px 0 0 13px;
        left: auto;
        right: -2px;
    }

    .visuel-portfolio-lsf::before {
        border-radius: 0 13px 13px 0;
        left: -2px;
    }


    .about-right {
        position: relative;
        flex: 0 1 745px;
        border-radius: 13px;
        align-self: flex-end;
        bottom: -87px;
        padding: 2.5em 1.875em;
        margin-right: 50px;
    }

    .photosv {
        float: none;
        shape-outside: none;
        width: 389px;
        position: absolute;
        z-index: -1;
        top: -350px;
        right: 60px;
        padding: 0;
        margin: 0;
    }

    .txt-portfolio-container {
        flex: 0 0 calc(50% - 50px);
        padding-top: 30px;
    }

    .txt-portfolio-container.fond-port-orange {
        padding-top: 30px;
    }

    .sections-portfolio {
        width: calc(100% - 50px);
    }

    .sections-portfolio,
    .section-about,
    .section-servicestarifs,
    .section-engagements {
        margin-top: 125px;
    }


    .section-servicestarifs,
    .section-engagements {
        padding: 40px 30px;
    }

    .section-engagements {
        width: calc(100% - 100px);
        border-radius: 13px;
        border-width: 1px;
    }

    .services-container {
        margin: 0 auto 60px auto;
    }

    .services-card {
        max-width: 80ch;
        margin-top: 60px;
    }

    .services-card svg {
        width: 66px;
    }

    .tarifs-card-container {
        display: flex;
        justify-content: center;
        gap: 50px;
        margin: 30px 0 0 0;
    }

    .tarifs-card {
        margin: 0;
        max-width: none;
        flex: 0 1 400px;
    }

    .tarifs-card p {
        max-width: 260px;
        font-size: 1rem;
    }

    .tarifs-card .title-small span {
        font-size: 1.3rem;
    }

    .tarifs-card .title-small span sup {
        font-size: 1.125rem;
    }

    .asterix-tarifs {
        font-size: 0.875rem;
    }

    .engagement-card-container {
        display: flex;
        justify-content: center;
        gap: 50px;
        margin: 60px 0 0 0;
    }

    .engagement-card {
        margin: 0;
        max-width: none;
        padding: 20px;
        flex: 0 1 400px;
    }

    .engagement-card .title-small,
    .services-card .title-small {
        margin-bottom: 2rem;
    }

    .engagement-card-container div:first-of-type {
        margin-top: 0;
    }

    .engagement-card img,
    .engagement-card svg {
        width: 75px;
        margin-bottom: 20px;
    }

    .section-about {
        width: 100%;
        background: none;
    }

    .about-bg-desk {
        position: absolute;
        width: calc(100% - 50px);
        height: 100%;
        border-radius: 0 13px 13px 0;
        background: #F4F4F4;
        z-index: -1;
    }

    .txt-about-container {
        flex: 0 0 calc(50% - 50px);
        margin-left: 50px;
        padding: 50px 30px;
    }

    .order-reverse {
        order: -1;
    }

    .texte-hero-container {
        display: block;
    }

    .hero-align-left {
        padding: 0 0 0 160px;
    }

    .pinceau {
        left: -225px;
        right: auto;
        bottom: -121px;
    }

    #contact {
        margin-top: 189px;
        grid-template-rows: 1fr 1fr 1fr 1fr;
    }

    .contactez-moi h2 {
        font-size: 2.8125rem;
    }

    .container-encart-travaux .title-medium {
        flex-grow: 1;
    }

    .container-encart-travaux .surtitre {
        font-size: 1.0625rem;
    }

    .tchat {
        display: flex;
    }

    .tchat-bg {
        width: 467px;
        height: 334px;
        background: url(img/tchat.svg) no-repeat;
        transform: perspective(467px) rotateY(-12deg);
    }

    .align-copyright {
        width: 467px;
        display: block;
    }

    .copyright {
        font-size: 1rem;
    }


    /*1200 interne*/

    .grid-interne.no-margin {
        margin-top: 14px;
    }

    .header-mentions-legales {
        padding-bottom: 14px;
    }

    .grid-interne,
    .section-center,
    .achievment-2022,
    .achievment-decath,
    .autres-travaux,
    #contact.footer-interne,
    .mentions-legales {
        margin-top: 125px;
    }

    .bg-grey-mini {
        padding-top: 0;
        padding-bottom: 0;
    }

    .grid-interne.bg-grey {
        padding-bottom: 0;
    }

    .achievment-2022 {
        padding-top: 50px;
    }


    .grid-interne {
        grid-template-columns: 1fr minmax(min-content, 752px) 1fr 1fr minmax(min-content, 752px) 1fr;
    }

    .grid-interne.grid-slider {
        grid-template-columns: 1fr minmax(min-content, 42%) 1fr 1fr minmax(min-content, 42%) 1fr;
        padding-left: 30px;
    }

    .grid-interne.grid-slider.slider-right {
        padding-right: 30px;
        padding-left: 0;
    }

    .bg-header-interne {
        grid-area: 1 / 1 / 2 / 4;
    }

    .txt-header-interne {
        padding: 74px 30px;
    }

    .txt-header-interne,
    .txt-interne-left {
        grid-area: 1 / 2 / 2 / 3;
        padding: 30px 30px 30px 8%;
    }

    .visuel-header-interne {
        grid-area: 1 / 4 / 2 / 7;
    }

    .visuel-interne-right {
        grid-area: 1 / 5 / 2 / 7;
    }

    /*passer cetrains visuels en dehors de leur fond gris pages internes*/
    .bg-grey-mini {
        background: none;
    }

    .bg-grey-mini-1080 {
        background-color: #F4F4F4;
        grid-area: 1 / 1 / 2 / 7;
        display: block;
        width: 100%;
        height: calc(100% - 154px);
        position: absolute;
        z-index: -1;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

    .slider-right .bg-grey-mini-1080 {
        width: calc(100% + 30px);
    }

    .doubleimg {
        grid-area: 1 / 4 / 2 / 7;
        margin: 0;
    }

    .slider-right .container-slider-right {
        grid-area: 1 / 4 / 2 / 7;
    }

    .slider-right .control-container {
        grid-area: 1 / 4 / 2 / 7;
    }

    .txt-interne-right {
        grid-area: 1 / 5 / 2 / 6;
        padding: 30px 8% 30px 30px;
    }

    .visuel-interne-left {
        grid-area: 1 / 1 / 2 / 3;
    }

    .visuel-interne-left.justif-left {
        transform: translateY(0);
        transform: translateX(-15%);
    }

    .visuel-interne-right.justif-right {
        transform: translateY(0);
        transform: translateX(15%);
    }

    .fadeIn .visuel-interne-left.justif-left,
    .fadeIn .visuel-interne-right.justif-right {
        transform: translateX(0);
    }

    .txt-interne-center {
        text-align: center;
        max-width: 70%;
    }

    .mentions-legales-wrapper {
        margin: 0;
    }

    .mentions-legales {
        max-width: 70%;
    }

    .autres-travaux-main-flex {
        display: flex;
        justify-content: center;
        align-items: stretch;
        gap: 0 40px;
        flex-wrap: wrap;
    }

    .encart-autres-travaux {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: stretch;
    }

    .container-encart-travaux {
        margin: 40px 0 0 0;
        width: 50%;
        min-width: auto;
        max-width: none;
    }

    .swiper-container {
        grid-area: 1 / 1 / 2 / 4;
        margin: 0 0 40px 8%;
        max-width: 600px;
    }

    .swiper-container.container-slider-right {
        margin: 0 8% 40px 0;
    }

    .control-container {
        grid-area: 1 / 1 / 2 / 4;
        margin: 0 0 0 8%;
        max-width: 600px;
    }

    .slider-right .control-container {
        margin: 0 8% 0 0;
    }

    .fadeIn .transform-slider-out {
        transform: translateY(20px);
    }

    .transform-controller-slider-out .swiper-button-prev,
    .transform-controller-slider-out .swiper-button-next {
        margin-top: 20px;
    }

    .transform-controller-slider-out .pagin {
        bottom: 8px;
    }

    .section-center {
        padding-top: 20px;
    }



    .pagin {
        bottom: 28px;
    }

    .max-width-set-achievment {
        max-width: none;
        padding: 0;
    }

    .decath-brands img {
        height: 23px;
    }

    .decath-brands {
        max-width: 75%;
        gap: 30px 40px;
    }

    .big-home-brands {
        max-width: 1350px;
        gap: 10px 55px;
    }

    .big-home-brands img {
        height: 27px;
        max-height: none;
    }


    .big-home-brands img.oney {
        height: 27px;
        margin-top: 6px;
    }

    .big-home-brands img.svg-decath {
        height: 27px;
        margin-top: 4px;
    }

    .big-home-brands img.e-leclerc-logo-home {
        height: 33px;
    }

    .big-2022-brands {
        max-width: 1350px;
        gap: 50px 50px;
        margin-bottom: 30px;
    }

    .big-2022-brands img {
        height: 38px;
    }


    .big-2022-brands img.oney {
        height: 40px;
        margin-top: 6px;
    }

    .big-2022-brands img.svg-decath {
        height: 40px;
        margin-top: 3px;
    }



    .small-2022-brands img {
        height: 28px;
    }

    .small-2022-brands {
        max-width: 1350px;
        gap: 50px 50px;
    }

    .achievment-decath .title-small {
        margin: 15px 0 24px 0;
    }

    .achievment-2022 {
        padding: 50px 8% 60px 8%;
    }

    .achievment-2022 .title-small {
        margin: 0 0 24px 0;
    }

    .achievment-home {
        padding: 15px 50px;
    }

    .title-confiance {
        margin: 0 0 20px 0;
        font-size: 1.25rem;
    }

    .video-native {
        margin: 0 auto 35px auto;
    }

    .autres-travaux {
        padding: 0 8%;
    }

    .achievment-decath {
        padding: 55px 8% 60px 8%;
    }

    .achievment-decath p span {
        font-size: 2.813rem;
    }

}

@media (min-width: 1200px) and (hover: hover) and (pointer: fine) {
    .navbar ul li a:hover {
        color: #fff;
    }

    .navbar ul li a:hover::before {
        background: #4E80FF;
    }

    .navbar ul li a:hover span {
        color: #fff;
    }

    .swiper-pagination-bullet:hover {
        background: #4B4B4D;
    }
}

/*Resoltions de plus de 1200px de largeur format portrait (tablettes hautes resolution Ipad etc ???)*/
@media only screen and (min-width: 1200px) and (orientation: portrait) {
    .hero-section {
        min-height: auto;
    }

    #contact {
        min-height: 750px;
    }
}

@media (min-width: 1440px) {
    .container-encart-travaux {
        width: 40%;
    }
}

@media (min-width: 1500px) {

    .title-hero {
        margin-bottom: 1.563rem;
    }

    .sous-titre-hero {
        margin-bottom: 1.875rem;
    }

    .control-container {
        max-width: 735px;
    }

    /*Passer les flêches du slider en dehors de celui-ci*/
    .swiper-button-next,
    .swiper-button-prev {
        background: url(img/fleche-droite-1080.svg) no-repeat;
        box-shadow: none;
        width: 21px;
        height: 33px;
        border-radius: 25px;
    }

    /*double img desk + mobile mosaiques decath*/
    .doubleimg {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        justify-self: left;
        gap: 30px;
    }

    .doubleimg img:nth-of-type(1) {
        flex: 0 1 492px;
    }

    .doubleimg img:nth-of-type(2) {
        display: block;
        flex: 0 1 193px;
        box-shadow: 0px 0px 25px 0px rgba(88, 88, 88, 0.2);
        border-radius: 24px;
        padding: 23px 0;
        background-color: #fff;
    }

    .visuel-interne-right img.img-80-pourcent.layoutdoubleimg-left,
    .visuel-interne-left img.img-80-pourcent.layoutdoubleimg-left {
        width: 100%;
        margin: 0;
    }


}

@media (min-width: 1630px) {
    .txt-header-interne {
        padding: 74px 0 74px 8%;
    }

    .grid-interne.grid-slider {
        padding-left: 0;
    }

    .grid-interne.grid-slider.slider-right {
        padding-right: 0;
    }

    .slider-right .bg-grey-mini-1080 {
        width: 100%;
    }

    .txt-interne-center {
        max-width: 50%;
    }

    .mentions-legales {
        max-width: 50%;
    }
}



@media (min-width: 1800px) {
    .bg-header-interne {
        grid-area: 1 / 1 / 2 / 5;
        clip-path: polygon(0% 0px, 94% 0, 86% 100%, 0px 100%);
    }

    .visuel-header-interne {
        grid-area: 1 / 3 / 2 / 7;
    }

    .doubleimg img:nth-of-type(1) {
        flex: 0 1 615px;
    }

    .doubleimg img:nth-of-type(2) {
        flex: 0 1 242px;
    }

    .autres-travaux {
        margin-left: auto;
        margin-right: auto;
    }

    .video-native {
        max-width: 1000px;
    }

}

@media (min-width: 1822px) {

    .swiper-container {
        max-width: 814px;
    }

    .control-container {
        max-width: 949px;
    }
}

@media (min-width: 1921px) {

    .sections-portfolio {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }

    #a-propos,
    #services-tarifs,
    #engagements {
        scroll-margin-top: 60px;
    }

    .grid-interne,
    .grid-interne.grid-slider {
        grid-template-columns: 1fr minmax(min-content, 35%) 1fr 1fr minmax(min-content, 35%) 1fr;
    }

    .txt-header-interne,
    .txt-interne-left,
    .txt-interne-right {
        max-width: none;
    }

    .txt-about {
        flex: 1 1 65.05%;
        max-width: 65.05%;
    }

    .contactez-moi,
    .txt-copyright {
        flex: 1 1 40%;
        max-width: 40%;
    }

    .about-right {
        flex: 0 1 39.06%;
    }

    .about-right-container {
        flex: 1 1 79.46%;
        max-width: 79.46%;
    }

    .navbar ul {
        min-width: 20em;
        font-size: 1.0625rem;
    }

    .navbar ul li a {
        padding: 0.6470em 0.8823em;
    }

    .container-encart-travaux {
        border-radius: 2% / 3%;
    }

    .encart-autres-travaux:hover {
        transform: translate(0.625em, -0.625em);
    }
}

/*1440k*/
@media (min-width: 2100px) {
    .bg-header-interne {
        grid-area: 1 / 1 / 2 / 4;
        clip-path: none;
    }

    .visuel-header-interne {
        grid-area: 1 / 4 / 2 / 7;
    }

    html {
        font-size: 1.1rem;
    }

    .photosv {
        width: 438px;
        top: -379px;
        right: 79px;
    }
}

/*4k*/
@media (min-width: 2750px) {
    html {
        font-size: 2rem;
    }

    .sections-portfolio {
        max-width: none;
    }

    .txt-portfolio {
        flex: 1 1 65.05%;
        max-width: 65.05%;
    }

    header {
        margin-top: 40px;
        padding-right: 160px;
    }

    .grid-interne.no-margin {
        margin-top: 40px;
    }

    .header-mentions-legales {
        padding-bottom: 40px;
    }

    .logo-header svg.svg-logo {
        width: 184px;
        height: auto;
    }

    .decath-brands img {
        height: 46px;
    }

    .decath-brands {
        max-width: 2700px;
        gap: 50px 100px;
    }

    .big-home-brands {
        max-width: 2700px;
        gap: 100px 100px;
        margin-bottom: 40px;
    }

    .big-home-brands img {
        height: 56px;
    }

    .big-home-brands img.oney {
        height: 60px;
        margin-top: 8px;
    }

    .big-home-brands img.svg-decath {
        height: 60px;
        margin-top: 4px;
    }

    .big-2022-brands {
        max-width: 2700px;
        gap: 100px 100px;
        margin-bottom: 40px;
    }

    .big-2022-brands img {
        height: 56px;
    }

    .big-2022-brands img.oney {
        height: 60px;
        margin-top: 8px;
    }

    .big-2022-brands img.svg-decath {
        height: 60px;
        margin-top: 4px;
    }

    .small-2022-brands img {
        height: 46px;
    }

    .small-2022-brands {
        max-width: 2700px;
        gap: 100px 100px;
    }

    .photosv {
        width: 778px;
        top: -660px;
        right: 120px;
    }

    .tchat-bg {
        width: 700px;
        height: 501px;
        background-size: cover;
        transform: perspective(700px) rotateY(-12deg);
    }

    .video-native {
        max-width: 1500px;
    }

    .container-encart-travaux {
        width: 40%;
    }
}

@media (min-width: 3600px) {
    .swiper-container {
        margin: 0 0 60px 8%;
    }

    .swiper-container.container-slider-right {
        margin: 0 8% 60px 0;
    }

    .fadeIn .transform-slider-out {
        transform: translateY(30px);
    }

    .transform-controller-slider-out .swiper-button-prev,
    .transform-controller-slider-out .swiper-button-next {
        margin-top: 30px;
    }

    .section-center {
        padding-top: 30px;
    }

    .swiper-container,
    .control-container {
        max-width: 1628px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 42px;
        height: 66px;
        background-size: 42px 66px;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: -80px;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: -80px;
    }

    .swiper-pagination-bullet {
        margin-right: 30px;
        width: 14px;
        height: 14px;
    }

    .swiper-pagination-bullet::before {
        width: 26px;
        height: 26px;
        top: -6px;
        left: -6px;
    }

    .bg-grey-mini-1080 {
        height: calc(100% - 308px);
    }

    .video-native {
        max-width: 1920px;
    }
}

/*5k*/
@media (min-width: 4200px) {
    html {
        font-size: 2.66rem;
    }
}