@font-face {
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    font-family: 'Syne';
    src: url('syneLatin.woff2') format('woff2');
}

body {
    font-family: 'Syne', 'Inter', sans-serif;
    padding: 0;
    margin: 0;

    overflow-x: hidden;
}

#topLogo {
    height: 45px;
    width: 225px;
    margin-left: 10px;
}

#topBar {
    display: flex;
    justify-content: space-between;
    /* To evenly distribute the child elements */
    align-items: center;
    /* To vertically center the child elements */
    padding-top: 20px;
}

#topBarOptions {
    display: flex;
    justify-content: space-between;
    /* To evenly distribute the child elements */
    align-items: center;
    /* To vertically center the child elements */
}

#topBarOptions *:not(:last-child) {
    margin: 0 30px;
    font-size: 15px;
    font-weight: 600px;
    line-height: 30px;
}


.sectionBgBlack {
    background-color: black;
    color: white;
}

.sectionBgWhite {
    background-color: #fff;
}

.sectionBgSecondary {
    background-color: #ffe061;
}

.sectionBgTertiary {
    background-color: #c5efec;
}

.itemsOnOneLine {
    display: flex;
    flex-wrap: wrap;
}

.spreadAppart {
    justify-content: space-between;
}

.pa30 {
    padding: 30px;
}

.ma30 {
    margin: 30px;
}

.mv70 {
    margin: 70px 0px;
}

.pv70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pt50 {
    padding-top: 50px;
}

.p100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pu100 {
    padding-bottom: 100px;
}

.centerItem {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.img200by60 {
    height: 45px !important;
    width: auto !important;
}

.bgBlack {
    background-color: black;
    color: white;
    width: 100%;
}

.bgWhite {
    background-color: white !important;
    color: black !important;
    width: 100%;
}

.txt700s30l50 {
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
}

.bookButton {
    font-size: 20px;
    padding: 15px 32px 15px 32px;
    font-weight: 700;
    display: flex;
    align-items: center;
    border: solid;
    border-radius: 0.5rem;
    font-family: 'Syne', 'Inter', sans-serif;
    width: fit-content;
    background-color: black;
    color: white;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
    border-width: 0;
}

.pu20 {
    padding-bottom: 20px;
}

.bookButtonSmall {
    font-size: 14px;
    padding: 15px 32px 15px 32px;
    font-weight: 700;
    display: flex;
    align-items: center;
    border: solid;
    border-radius: 0.5rem;
    font-family: 'Syne', 'Inter', sans-serif;
    width: fit-content;
    background-color: black;
    color: white;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
    border-width: 0;
    margin-right: 15px;
    font-family: "Inter";
}


.inter {
    font-family: Inter;
}

.bookButton[class*="reversed"] {
    background-color: white !important;
    color: black !important;
    fill: black;
}

.stepCase[class*="reversed"] {
    background-color: black;
}

.stepCase[class*="reversed"] .stepName,
.stepCase[class*="reversed"] .stepDesc {
    color: white !important;
}

.stepCase[class*="reversed"] .stepNumber {
    color: #f36663 !important;
}



.hover-secondary-text {
    cursor: pointer;
}

.hover-secondary-text:hover {
    color: #f36663;
}


.advantageList {
    font-family: "Inter";
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}

.advantageList *[class*="vertical-align"] {
    margin-bottom: 10px;
}



.r1rem {
    border-radius: 1rem;
}

.txtSecondary {
    color: #f36663;
    cursor: pointer;
}

.menuItems600 * {
    margin-bottom: 0.5em;
 
}

.subTitle {
    color: #592524;
    font-size: 15px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.underTitle {
    color: black;
    font-size: 45px;
    line-height: 60px;
    font-weight: 700;
}

.ParaText {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #484848;
}

.reverseSvg {
    filter: invert(100%);
}

.bookButton img {
    margin-right: 10px;
}

.pa70 {
    padding: 70px;
}

.ml20 {
    margin-bottom: 20px;
}

.max50width {
    max-width: 50%;
    word-wrap: break-word;
}

.faqBox {
    background-color: white;
    border: 1px solid black;
    margin-top: 70px;
}

.ms200 {
    margin-left: 200px;
    margin-right: 200px;
}

.ps35 {
    padding-left: 35px;
    padding-right: 35px;
}

.p20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.mb1rem {
    margin-bottom: 1rem;
}

.m1rem {
    margin: 1rem;
}

.faqTitle {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
}

.faqItem:not(:last-child) {
    border-bottom: 1px solid grey;
    width: 100%;
}


.faqItem:last-child {
    border-bottom: 1px solid white;
    width: 100%;
}

.spb20 {
    margin-bottom: 20px;
}


.max1160 {
    max-width: 1160px;
}

.ps40 {
    padding-left: 40px;
    padding-right: 40px;
}

.p55 {
    padding-top: 55px;
    padding-bottom: 55px;
}

.ms60 {
    margin-left: 60px;
    margin-right: 60px;
}

.w50min100px {
    width: calc(50% - 200px);
}


.w50 {
    width: 50%;
}


.priceTag {
    font-weight: 700;
    font-size: 45px;
    line-height: 65px;
}

.perMonth {
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #f36663;
}

.vertical-align {
    display: flex;
    align-items: center;
}


.pr5 {
    padding-right: 5px;
}


.offerTitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 1rem;
}

.offerDescription {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 1rem;
    color: lightgrey;
    border-bottom: 1px white solid;
}

.offerUsp {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    padding-top: 1rem;
    padding-bottom: 2rem;
    color: lightgrey;
}

.heroUsp .vertical-align img {
    padding-right: 1px;
}

.wide {
    display: flex;
    align-items: center;
    padding-left: 20px;
    width: 100%;
}

.wide img {
    margin-right: 10px;
}

.wide span {
    flex-grow: 1;
    text-align: center;
}


.serviceCards {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}

.serviceCards div {
    width: calc(25% - 52px);
    margin: 5px;
    border: 1px black solid;
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
}

#topBarMenu {
    display: none;
}

.ps50 {
    padding-left: 50px;
    padding-right: 50px;

    width: calc(100% - 400px);
}



.caseStudyBtn {
    font-size: 14px;
    padding: 15px 32px 15px 32px;
    font-weight: 700;
    display: flex;
    align-items: center;
    border: solid;
    border-radius: 0.5rem;
    font-family: 'Syne', 'Inter', sans-serif;
    width: fit-content;
    background-color: black;
    color: white;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
    border-width: 0;
}


.caseImage {
    height: 300px;
}


.pb2rem {
    padding-bottom: 2rem;
}

.mb3rem {
    padding-bottom: 3rem;
}

.stepCase {
    margin: 15px;
    border: 1px black solid;
    padding: 40px;
    width: 32%;
}

.stepNumber {
    font-weight: 700;
    font-size: 45px;
    line-height: 65px;
    color: black;
    text-shadow: 0px 0px 3px #592524;
    text-decoration: none;
}

.stepName {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: black;
}

.stepDesc {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: black;
}

.m70 {
    padding: 70px;
}

.pt100 {
    padding-top: 100px;
}


.uspTile {
    background-color: #ffe061;
    padding: 30px;
    flex: 1;
    margin: 20px;
}

.uspTitle {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 1rem;
}

.uspDesc {
    font-size: 16px;
    line-height: 30px;
}

.uspImg {
    width: 75px;
    height: 75px;
}

.ms20 {
    margin-left: 20px;
    margin-right: 20px;
}

.heroTagline {
    font-size: 70px;
    font-weight: 700;
    line-height: 100px;
}

.centerText {
    text-align: center;
}


.priceHero {
    color: #592524;
}

.spaceby1rem div {
    margin-right: 0.5rem;
}

.heroText {
    font-size: 20px;
    line-height: 40px;
    color: darkslategrey;
    max-width: 800px;
    text-align: center;

}

.bold {
    font-weight: bold;
}


.mb2rem {
    margin-bottom: 2rem;
}

.blacktxt {
    color: black !important;
    font-family: 'Syne', 'Inter', sans-serif;
}

.imgCarrousel {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 300px;
    padding-bottom: 1rem;
    /* Hauteur fixe pour les images */
}

.rail {
    display: flex;
    width: calc((300px + 5px) * 18);
    /* Largeur de chaque image plus marge, multipliée par le nombre total d'images */
    animation: scroll 40s linear infinite;
}

.rail img {
    height: 100%;
    width: 300px;
    /* Largeur fixe de 300px pour chaque image */
    margin-right: 5px;
    /* Marge de 5px à droite de chaque image */
    flex-shrink: 0;
    /* Empêche les images de se redimensionner */
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc((-300px - 5px) * 9));
        /* Déplace la largeur de neuf images plus la marge pour chacune */
    }
}

.flex1 {
    flex: 1;
}


.limitedImg {
    height: 650px;
}

.limitedImg600 {
    display: none;
}

.pr40 {
    padding-right: 40px;
}

.max1300 {
    max-width: 1300px;
    align-items: center;
}

.centerIt {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wmax {
    width: 100%;
    border-radius: 1rem;
}


.ms30 {
    margin-left: 30px;
    margin-right: 30px;
}

.bgHero {
    background-image: url("backgroundHerox.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bgStep {
    background-image: url("backgroundStepsx.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 20% auto;
}

.bgActiontab {
    background-image: url("bgActiontabx.webp");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

button:hover {
    transform: translateY(-10px);
}

button {
    transition: transform 0.4s ease;
    cursor: pointer;
}



.check-icon-container {
    width: 50px;
    /* Ajustez la taille selon vos besoins */
    height: 50px;
    /* Ajustez la taille selon vos besoins */
    background-color: #2AD4A0;
    /* Couleur de fond */
    border-radius: 50%;
    /* Pour un cercle parfait */
    display: flex;
    align-items: center;
    justify-content: center;
}

.check-icon-container::before {
    content: '\2714';
    /* Code Unicode pour la coche */
    font-size: 24px;
    /* Taille de la coche */
    color: white;
    /* Couleur de la coche */
}


.faqItem {
    border-bottom: 1px solid #ddd;
}

;

.faqTitle {
    cursor: pointer;
    padding: 15px;
    position: relative;

}

.toggleIcon {
    cursor: pointer;
    font-size: 30px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    color: black;
    background: white;
    display: inline-block;
    font-weight: 700;
}

.faqTitle.active+.toggleIcon::after {
    content: '-';
}

.toggleIcon.active::after {
    content: '-';
}

.toggleIcon::after {
    content: '+';
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding-top 0.3s ease-out, padding-bottom 0.3s ease-out;
}

.faq-content.open {
    padding-top: 15px;
    padding-bottom: 15px;
}


.faq-content {
    color: #484848;
}


.HoverShadow {
    transition: box-shadow 0.3s ease;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.HoverShadow:hover {
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
}



.secondaryHover {
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
    background-color: white;
}


.max800 {
    max-width: 800px;
    text-align: center;
}


.pa20 {
    padding: 20px
}

.secondaryHover:hover {
    background-color: #ffe061;
}



.price {
    font-weight: bold;
    color: #f1645b;
    position: relative;
}

.line-svg {
    position: absolute;
    width: 220%;
    height: 20px;
    left: -85%;
    bottom: 0;
    overflow: visible;
}

.line-path {
    stroke: #f1645b;
    stroke-width: 3;
    fill: none;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: draw-line 4s cubic-bezier(0.48, 0.61, 0.37, 1.13) forwards;
    animation-delay: 2s;
    /* cubic-bezier(0.48, 0.61, 0.37, 1.13) */
}

@keyframes draw-line {
    from {
        stroke-dashoffset: 1000;
    }

    to {
        stroke-dashoffset: 0;
    }
}


.spacerPriceBox {
    height: 30px;
}

@media only screen and (max-width: 1260px) {
    .flex1200 {
        font-size: 35px;
        line-height: 35px;
    }

    .itemsOnOneLine[class*="stack1200"] {
        flex-direction: column;
    }

    .serviceCards div {
        flex: auto;
        width: auto;
    }

    .stack1200 .w50 {
        width: 100%;
        flex-direction: column-reverse;
    }

    .stepCase {
        width: calc(50% - 112px);

    }


    .faqBox {
        margin-right: 20px;
        margin-left: 20px;
    }

    .itemsOnOneLine600 .toggleIcon {
        width: 20px !important;
    }

    .itemsOnOneLine600 .faqTitle {
        width: calc(100% - 40px) !important;
    }

}

@media only screen and (max-width: 600px) {
    #topBarOptions {
        display: none;
    }

    .flex1 {
        flex: auto;
    }

    .serviceCards {
        display: flex;
        flex-direction: auto;
        font-size: 30px;
        font-weight: 700;
        line-height: 40px;
        width: calc(100%-40px);
        margin-left: 20px;
        margin-right: 20px;
    }

    .pt100 {
        padding-top: 50px;
    }

    .pu100 {
        padding-bottom: 50px;
    }

    .mb3rem {
        padding-bottom: 1.5rem !important;
    }

    .limitedImg {
        display: none;
    }

    .limitedImg600 {
        display: block;
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px);
        margin-bottom: 50px;
    }

    .serviceCards div {
        width: 100%;
        margin: 5px;
        border: 1px black solid;
        padding: 20px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .w50 {
        width: 100%;
    }

    .ms200 {
        margin-right: 0px;
        margin-left: 0px;
    }

    .itemsOnOneLine[class*="notlined"] {
        flex-wrap: initial;
        flex-direction: column;

    }

    .ms60 {
        margin-left: 0;
        margin-right: 0;
    }

    .heroTagline {
        font-size: 30px;
        line-height: 50px;
    }

    .txt700s30l50 {
        font-size: 15px;
        line-height: 25px;
        font-weight: 700;
    }

    .img200by60 {
        margin-bottom: 1rem;
    }

    .faqBox {
        margin-right: 20px;
        margin-left: 20px;
    }

    .itemsOnOneLine600 .toggleIcon {
        width: 20px !important;
    }

    .itemsOnOneLine600 .faqTitle {
        width: calc(100% - 40px) !important;
    }

    .underTitle {
        text-align: center;
        font-size: 30px;
        line-height: 45px;
    }

    .max1160 {
        padding: 20px;
        margin: 20px;

    }

    .unalign {
        text-align: left !important;
        width: 100%;
    }

    .centerItem[class*="unalign"] {

        flex-direction: initial;
    }

    .max50width {
        max-width: none;
    }

    .offerTagTile {
        width: calc(100% - 80px) !important;
        margin-bottom: 30px;
        margin-left: 20px;
        margin-right: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .underTitle.p100 {
        padding: 30px;
        padding-top: 0px !important;
    }

    .flexreverse {
        flex-direction: column-reverse;
    }

    .stepCase {
        width: calc(100% - 40px);
        margin: 20px;
    }

    .caseStudyBtn {
        margin-bottom: 3rem;
    }

    .ps50 {
        padding-left: 20px;
        padding-right: 20px;
        width: auto;

    }

    .ps50 .underTitle {
        font-size: 20px;
        line-height: 30px;

    }

    .caseImage {
        width: 100%;
        object-fit: cover;
        padding-bottom: 20px;
    }

    .uspTile {
        width: calc(100% - 100px);
        margin-right: 20px;
        margin-left: 20px;
    }


    .line-svg {
        position: absolute;
        width: 40%;
        height: 20px;
        left: 5%;
        bottom: 0;
        overflow: visible;

    }

    .max800 {
        text-align: left;
    }

    #topLogo {
        padding-left: 10px;
    }

    #topBarMenu {
        display: block;
    }

    #topbarBtn {
        background-color: black;
        border-radius: 0.25rem;
        padding: 5px;
        padding-bottom: 2px;
        align-items: center;
        box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
        margin-right: 10px;
        transform-origin: right center;
        /* Définit l'origine de la transformation sur le bord droit */

    }

    #topBarMenu img {
        width: 36px;
        height: 36px;
    }

    .subTitle.ms20 {
        width: calc(100% - 40px);
    }

    .underTitle.ms20 {
        width: calc(100% - 40px);
    }

    .ms30 {
        margin-left: 10px;
        margin-right: 10px;
    }

    .m70 {
        padding: 25px !important;
    }

}

.overlayMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    transform: translateX(-100%);
    /* Démarre hors de l'écran */
    transition: transform 0.5s ease;
    /* Animation smooth de 0.5 secondes */
    background-color: rgba(0, 0, 0, 0.01);


    visibility: hidden;
    /* Cache l'élément au chargement */
}

.overlayMenu.showMenu {
    transform: translateX(0);
    /* Revient à sa position originale quand activé */
    visibility: visible;
    /* Rend l'élément visible */
}


.overlayMenuContent {
    width: 80%;
    height: 100%;
    background-color: black;
    color: white;
    padding: 20px;
}

#closeOverlayBtn {
    background-color: black;
    border-radius: 0.25rem;
    width: 36px;
    height: 36px;
    padding: 5px;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
    margin: 20px;
    margin-right: 10px;
}


#topbarBtn {
    transition: transform 0.5s ease;
    /* Animation smooth de 0.5 secondes */
}

.w160 {
    height: 45px !important;
    width: auto !important;
}

.offerUsp .vertical-align img {
    padding-right: 15px;
}

.stickToBottom {
    position: absolute;
    bottom: 0;
    /* Colle le bouton en bas de la div */
    width: calc(80% - 40px);
}


.contentAppear {
    opacity: 0;
    transform: translateY(75px);
    /* Déplace la div légèrement vers le bas */
    transition: opacity 1s ease-out, transform 0.5s ease-out;
    /* Ajoute une transition pour la transformation */
}

.visible {
    opacity: 1;
    transform: translateY(0px);
    /* Ramène la div à sa position originale */
}

.font-inter {
    font-family: "Inter", sans-serif;
}

.no-scroll {
    overflow: hidden;
}

img[src="checkCircled.svg"] {
    width: 35px;
    height: 35px;
}

img[src="calendarIcon.svg"] {
    width: 24px;
    height: 24px;
}

img[src="arrow.svg"] {
    width: 24px;
    height: 24px;
}

img[src="check.svg"] {
    width: 24px;
    height: 24px;
}

img[src="artisans-tablette-longx.webp"] {
    width: calc(100% - 40px);
    height: calc(100% - 50px);
}