    /** FONT **/

    @font-face {
        font-family: "LemonMilkBold";
        src: url("../font/lemon_milk/LemonMilkbold.otf");
    }

    @font-face {
        font-family: "LemonMilkLight";
        src: url("../font/lemon_milk/LemonMilklight.otf");
    }

    @font-face {
        font-family: "InterLight";
        src: url("../font/inter/Inter-Light-BETA.ttf");
    }

    @font-face {
        font-family: "InterBold";
        src: url("../font/inter/Inter-Bold.ttf");
    }

    /** COOKIES **/
    .bfWHZL {
        top: -24px!important;
        left: 30px!important;
        width: 34px!important;
        height: 34px!important;
    }
    /** WHATSAPP **/
    .whatsapp {
        width: 42px;
        position: fixed;
        left: 92px;
        bottom: 20px;
        transition: 0.2s;
    }

    .whatsapp:hover {
        width: 44px;
        transition: 0.2s;
    }

    /** CURSOR **/
    /* #cursor {
        background-color: trasparent;
        border: 2px solid #d64a32;
        width: 35px;
        height: 35px;
        position: absolute;
        border-radius: 100%;
        transition: all 0.2s ease;
        z-index: 20;
        pointer-events: none;
        z-index: 10000000;
    } */
    /** CURSOR **/

    /** CAPTCHA**/
    .grecaptcha-badge {
        display:none!important;
    }

    .bgMob {
        display: none;
    }

    .bg {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
    }

    .bgIn {
        width: 50%;
        background-size: contain;
        background-position-x: right;
        background-position-y: bottom;
        height: 100vh;
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        max-width: 765px;
        animation: anim_bg_page 2s forwards;
    }

    .bg1 {
        animation-delay: 2.6s;
        background-image: url(../img/bg_page/background_1.svg);
    }

    .bg2 {
        background-image: url(../img/bg_page/background_2.svg);
    }

    .bg3 {
        background-image: url(../img/bg_page/background_3.svg);
    }

    .bg5 {
        background-image: url(../img/bg_page/background_5.svg);
    }
    .bg6 {
        background-image: url(../img/bg_page/background_6.svg);
    }

    @keyframes anim_bg_page {
        0% {
            bottom: -50vw;
        }
        100% {
            bottom: 0;
        }
    }
    /** HOVER A **/

    * {
        box-sizing: border-box;
    }

    #sectionCircle {
        width: 40%;
        float: left;
    }

    .circleIn {
        width: 48vh;
        height: 48vh;
        margin-left: 40px;
        margin-top: -1vh;
        background: #d64a32;
        border-radius: 50%;
    }

    .link-2 {
        font-family: InterBold, Arial, Helvetica, sans-serif;
        font-size: 13px;
        position: relative;
        text-decoration: none;
        display: inline-block;
        padding: 10px 0;
        transition: color ease 0.5s;
    }

    .link-2::before,
    .link-2::after {
        content: '';
        position: absolute;
        background-color: #d64a32;
        z-index: -1;
        height: 5%;
    }

    .link-2::before {
        width: 0%;
        left: 0;
        bottom: 0;
        transition: width ease 0.6s;
    }

    .link-2::after {
        width: 100%;
        left: 0;
        bottom: 0;
        transition: all ease 0.8s;
    }

    .link-2:hover::before {
        width: 100%;
    }

    .link-2:hover::after {
        left: 100%;
        width: 0%;
        transition: all ease 0.4s;
    }
    /** PARTICLES **/

    #particles {
        width: 100%;
        height: 99.5vh;
        background-color: #f1f2f5;
        margin: 0;
        opacity: 0.15;
    }
    /** PRELOADER **/

    #preloader {
        background-color: #f1f2f5;
        width: 100%;
        height: 100vh;
        position: absolute;
        z-index: 1000000;
        animation: fondu 2s;
        animation-delay: 2s;
        animation-fill-mode: forwards;
    }

    #preloader img {
        width: 300px;
        position: absolute;
        top: 0;
        bottom: 145px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .loader {
        position: relative;
        top: 55%;
        left: 50%;
        margin-top: 10px;
        margin-left: -125px;
        width: 250px;
        height: 2px;
        overflow: hidden;
    }

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
        width: 100%;
        height: 2px;
        transform: translate(-100%, 0);
    }

    .loader:before {
        background-color: #6a6969;
        opacity: 0.5;
        animation: loading 3300ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .loader:after {
        background-color: #d64a32;
        animation: loading 2500ms 1100ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    @keyframes loading {
        75% {
            transform: translate(0, 0);
        }
        100% {
            transform: translate(100%, 0);
        }
    }

    @keyframes fondu {
        0% {
            opacity: 1;
        }
        70% {
            opacity: 1;
        }
        99% {
            opacity: 0;
        }
        100% {
            opacity: 0;
            z-index: 0;
        }
    }
    /** GENERAL **/

    * {
        scroll-behavior: smooth;
    }

    body {
        font-family: InterLight, Arial, Helvetica, sans-serif;
        margin: 0;
        background: #f1f2f5;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
    }

    body::-webkit-scrollbar {
        width: 0;
    }

    .scrollbar::-webkit-scrollbar-track {
        /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
        /* background-color: #F5F5F5; */
    }

    .scrollbar::-webkit-scrollbar {
        width: 8px;
        /* background-color: #F5F5F5; */
    }

    .scrollbar::-webkit-scrollbar-thumb {
        border-radius: 6px;
        background-color: #bcbcbc;
    }

    h1 {
        font-family: LemonMilkBold, Arial, Helvetica, sans-serif;
        font-size: 22px;
        letter-spacing: 2px;
        color: #272727;
        margin: 0;
    }

    h2 {
        font-family: LemonMilkLight, Arial, Helvetica, sans-serif;
        font-size: 14px;
        letter-spacing: 2px;
        color: #d64a32;
        margin: -2px 0;
    }

    h3 {
        padding-left: 5px;
        padding-bottom: 15px;
        font-family: LemonMilkBold, Arial, Helvetica, sans-serif;
        font-size: 18px;
        letter-spacing: 2px;
        color: rgba(255, 255, 255, 0.4);
        margin: 0;
    }

    p, #pagePrice ul {
        font-family: InterLight, Arial, Helvetica, sans-serif;
        color: #6a6969;
        font-size: 16px;
        margin: 10px 0;
        text-align: justify;
        line-height: 22px;
    }

    a,
    a:focus,
    a:visited {
        text-decoration: none;
        color: #272727;
        margin: 0;
    }

    li {
        list-style-type: none;
    }

    /** FONDU CONTENT **/

    .fonduContent {
        animation: fonduContent 2s;
    }

    #pageAccueil {
        opacity: 0;
        animation: fonduContent 2s;
        animation-delay: 3.6s;
        animation-fill-mode: forwards;
    }

    @keyframes fonduContent {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    /** HEADER **/

    header {
        width: 100%;
        height: 105px;
        top: 0;
        position: fixed;
        z-index: 10000;
    }

    .header_logo {
        position: fixed;
        margin-top: 30px;
        margin-left: 40px;
        z-index: 10;
    }

    .header_logo img {
        width: 60px;
    }

    .navRight {
        position: fixed;
        right: 40px;
        top: 0;
        bottom: 0;
        height: 0;
        margin: auto;
        z-index: 10;
    }

    .navButton {
        width: 11px;
        height: 11px;
        left: 0.2vh;
        border: 1px solid #272727;
        border-radius: 50%;
        transition: 1s;
    }

    .navButton {
        width: 11px;
        height: 11px;
        margin: 11px 0;
        border: 1px solid #272727;
        border-radius: 50%;
        transition: 0.5s;
    }

    .navButton:hover {
        cursor: pointer;
        transition: 0.5s;
    }

    .navRight .active {
        background: #272727;
        transition: 0.5s;
    }
    /** MENU **/

    #menu {
        background: #d64a32;
        height: 100%;
        left: 0;
        opacity: 0;
        overflow: hidden;
        position: fixed;
        text-align: center;
        top: 0;
        transition: all 0.7s ease-in-out;
        visibility: hidden;
        width: 100%;
        z-index: 100;
    }

    #menu.open {
        opacity: 1;
        visibility: visible;
    }

    #menu.open li:nth-child(1) {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    #menu.open li:nth-child(2) {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    #menu.open li:nth-child(3) {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    #menu.open li:nth-child(4) {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    #menu.open li:nth-child(5) {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }

    #menu.open li:nth-child(6) {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    #menu.open li:nth-child(7) {
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
    }

    #menu.open li:nth-child(8) {
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }

    #menu.open li:nth-child(9) {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }

    #menu.open li:nth-child(10) {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    #menu.open li {
        -webkit-animation-duration: 1.0s;
        animation-duration: 1.0s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }

    #menu ul:hover a {
        opacity: 0.5;
    }

    #menu ul a {
        -webkit-transform: translateZ(0);
        transition: opacity 0.3s ease-in-out;
    }

    #menu ul a:hover {
        opacity: 1;
    }

    #menu .main-nav {
        position: relative;
        top: 47%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #menu .main-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #menu .main-nav a {
        color: #ffffff;
        display: block;
        font-size: 2rem;
        font-weight: bold;
        padding: 0.8rem 1rem;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 4px;
        font-family: LemonMilkLight, Arial, Helvetica, sans-serif;
    }

    #menu .main-nav a:first {
        padding-top: 0;
    }

    #menu .menu-footer {
        padding: 2rem;
        bottom: 20px;
        left: 0;
        position: absolute;
        right: 0;
    }

    #menu .menu-footer ul {
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #menu .menu-footer ul li {
        display: inline;
        margin: 0 1rem;
    }

    .linkMentions {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        font-size: 10px;
        margin: 0!important;
    }

    #menu .menu-footer a {
        color: #ffffff;
        text-decoration: none;
        text-transform: uppercase;
    }

    .toggle-menu {
        top: 40px;
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: inline-block;
        height: 30px;
        outline: none;
        right: 40px;
        pointer-events: initial;
        position: fixed;
        vertical-align: middle;
        width: 25px;
        z-index: 110;
    }

    .toggle-menu span {
        background-color: #272727;
        content: "";
        display: block;
        height: 2px;
        left: calc(50% - 13px);
        position: absolute;
        top: calc(50% - 1px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, -webkit-transform 0.2s linear;
        transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
        transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear, -webkit-transform 0.2s linear;
        width: 26px;
    }

    .toggle-menu span:before,
    .toggle-menu span:after {
        background-color: #272727;
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, -webkit-transform 0.2s linear;
        transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
        transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear, -webkit-transform 0.2s linear;
        width: 26px;
    }

    .toggle-menu span:before {
        top: 7px;
    }

    .toggle-menu span:after {
        top: -7px;
    }

    .toggle-menu.active span {
        background-color: transparent;
        transition: background 0.2s ease-out;
    }

    .toggle-menu.active span:before,
    .toggle-menu.active span:after {
        transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
        transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
        transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
    }

    .toggle-menu.active span:before {
        top: 0;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        background: white;
    }

    .toggle-menu.active span:after {
        top: 0;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        background: white;
    }

    .lang {
        font-family: LemonMilkLight, Arial, Helvetica, sans-serif;
        font-size: 13px;
        position: absolute;
        right: 40px;
        bottom: 40px;
        z-index: 10;
    }

    .lang a {
        color: #272727;
        letter-spacing: 0.5px;
    }

    .lang a:hover,
    .lang .activeLink {
        color: rgba(255, 255, 255, 0.55);
    }
    /** PAGE 1 INTRO **/

    #pageIntro {
        max-width: 900px;
        height: 30vh;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        margin: auto;
        padding: 0 40px;
    }

    .title_page {
        display: inline-flex;
        margin-bottom: 10px;
    }

    .title_page hr {
        width: 20px;
        line-height: 10px;
        border: none;
        height: 1.5px;
        background: #d64a32;
        margin-right: 10px;
    }

    .content {
        width: 51vw;
        max-width: 600px;
    }
    /** PAGE 2 A PROPOS **/

    #pageApropos {
        max-width: 1000px;
        height: 40vh;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        margin: auto;
        padding: 0 40px;
    }

    .linkToBottom-2 {
        float: left;
        margin-right: 25px;
        clear: none!important;
    }

    .sectionBottom .titleYear {
        text-align: left;
    }
    /** PAGE 3 OFFRES **/

    #pageOffres {
        max-width: 1000px;
        height: 45vh;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        margin: auto;
        padding: 0 40px;
    }

    .sectionBottomContent {
        max-width: 900px;
        margin: auto;
        padding: 0 40px;
        display: flex;
    }

    .sectionLeft {
        margin-right: 100px;
    }

    .sectionLeft,
    .sectionRight {
        width: 50%;
        padding-top: 30vh;
        min-height: 40vh;
    }

    .sectionRight {
        padding-bottom: 30vh;
    }

    .sectionBottom h3,
    .sectionBottom2 h3,
    .sectionBottom3 h3 {
        text-align: center;
        font-size: 22px;
    }

    .sectionBottom p,
    .sectionBottom2 p {
        font-family: InterLight, Arial, Helvetica, sans-serif;
        color: rgba(255, 255, 255, 0.55);
        font-size: 16px;
        margin: 10px 0;
        text-align: justify;
    }

    .sectionBottom3 p {
        font-family: InterLight, Arial, Helvetica, sans-serif;
        color: rgba(255, 255, 255, 0.55);
        font-size: 14px;
        margin: 10px 0;
        text-align: center;
    }

    .sectionBottom,
    .sectionBottom2,
    .sectionBottom3 {
        width: 100%;
        position: relative;
        background-color: #d64a32;
    }

    .sectionBottom2 {
        background-color: #272727;
    }

    .sectionBottom3 {
        background-color: #d64a32;
        height: 100vh;
    }

    .icons {
        text-align: center;
        margin-bottom: 30px;
    }

    .icons img {
        width: 90px;
        opacity: 0.4;
    }

    /** PAGE 4 REALISATIONS **/
    
    #sectionRealisations .title_page {
        display: inline-flex;
        margin-bottom: 10px;
        position: absolute;
        width: 140px;
        margin: auto;
        left: 0;
        right: 0;
        top: 15vh;
        height: 3vh;
        z-index: 1000;
    }

    /** PAGE 5 CONTACT **/

    #sectionContact {
        max-width: 900px;
        height: 30vh;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        margin: auto;
        padding: 0 40px;
    }

    .infoContact {
        width: 50%;
        float: left;
    }

    .infoRs {
        margin-top: 33px;
    }

    .infoRs a {
        color: #6a6969;
    }

    .infoRs a:hover {
        color: #d64a32!important;
    }

    .linkToBottom {
        clear: both;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .sectionTop {
        width: 100%;
    }

    .sectionBottomContact {
        width: 100%;
        background-color: #d64a32;
    }
    /** CONTACT FORM **/

    #sectionform {
        position: relative;
    }

    .contactForm {
        max-width: 900px;
        padding-top: 30vh;
        padding-bottom: 30vh;
        margin: auto;
        color: rgba(255, 255, 255, 0.4);
        font-family: InterLight, Arial, Helvetica, sans-serif;
        font-size: 14px;
    }

    .contactForm .lastname,
    .contactForm .firstname {
        width: 46.7%;
    }

    .contactForm .email,
    .contactForm textarea {
        width: 95%;
    }

    .contactForm .btnEnvoyer {
        width: 98%;
        margin-top: 15px;
        clear: both;
    }

    .contactForm .btnForm {
        width: 50%;
        cursor: pointer;
    }

    .contactForm input,
    .contactForm textarea {
        padding: 10px;
        margin: 10px 5px;
        background: no-repeat;
        border: 1px solid rgba(255, 255, 255, 0.4);
        font-family: InterLight, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.4)!important;
    }

    .contactForm textarea {
        height: 100px;
    }

    .contactForm input::placeholder,
    .contactForm textarea::placeholder {
        color: rgba(255, 255, 255, 0.4);
        font-family: InterLight, Arial, Helvetica, sans-serif;
        font-size: 14px;
    }

    .contactForm input:focus,
    .contactForm textarea:focus {
        color: rgba(255, 255, 255, 0.7)!important;
        border: 1px solid rgba(255, 255, 255, 0.7);
        outline: none;
    }

    .contactForm .btnForm:hover {
        background-color: rgba(255, 255, 255, 0.7);
        color: #d64a32!important;
    }

    .linkToMention {
        color: rgba(255, 255, 255, 0.4)!important;
        text-decoration: underline
    }

    .hov:hover {
        color: #d64a32!important;
    }

    .agree {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        float: left;
        padding: 0!important;
        width: 20px;
        height: 20px;
    }

    .agree:checked:after {
        content: '✔';
        margin-left: 3px;
        color: white;
    }

    .labelCheck {
        float: left;
        margin-top: 13px;
    }
    /** FOOTER **/

    .nbrPage {
        color: #272727;
        text-align: center;
        font-size: 13px;
        letter-spacing: 1px;
        margin-top: 0;
        font-family: LemonMilkLight, Arial, Helvetica, sans-serif;
    }
    /** ARROW NEXT & PREVIOUS **/
    footer .wrapper {
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0;
        margin: auto;
        width: 193px;
        height: 21px;
        display: flex;
        z-index: 10;
    }

    footer .wrapper svg {
        width: 21px;
        height: auto;
        margin: 0 2rem;
        cursor: pointer;
        overflow: visible;
    }

    footer .wrapper svg polygon,
    footer .wrapper svg path {
        transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    }

    footer div svg:hover polygon,
    footer .wrapper svg:hover path {
        transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
        fill: #ff4136;
    }

    footer .wrapper .svgEnd {
        opacity: 0.2;
    }

    footer .wrapper svg:hover .arrow {
        animation: arrow-anim 2.5s cubic-bezier(0.2, 1, 0.3, 1) infinite;
    }

    footer .wrapper svg:hover .arrow-fixed {
        animation: arrow-fixed-anim 2.5s cubic-bezier(0.2, 1, 0.3, 1) infinite;
    }

    @keyframes arrow-anim {
        0% {
            opacity: 1;
            transform: translateX(0);
        }
        5% {
            transform: translateX(-0.1rem);
        }
        100% {
            transform: translateX(1rem);
            opacity: 0;
        }
    }

    @keyframes arrow-fixed-anim {
        5% {
            opacity: 0;
        }
        20% {
            opacity: 0.4;
        }
        100% {
            opacity: 1;
        }
    }
    /** PAGE MENTIONS LEGALES **/

    #pageMentions {
        max-width: 900px;
        padding-top: 140px;
        padding-bottom: 70px;
        margin: auto;
    }

    #pageMentions .content {
        margin-left: 40px;
    }

    .langMentions {
        font-family: LemonMilkLight, Arial, Helvetica, sans-serif;
        font-size: 13px;
        float: right;
        padding-bottom: 40px;
        padding-right: 40px;
        z-index: 10;
        position: initial;
    }

    /** PAGE MESSAGE SENT **/
    #pageMessageSent {
        max-width: 1000px;
        height: 40vh;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        margin: auto;
        padding: 0 40px;
    }

    #pageMessageSent .content {
        margin: auto;
        text-align: center;
    }

    #pageMessageSent p {
        text-align: center;
    }

    #pageMessageSent .linkToBottom-2 {
        float:none;
    }


    /** PAGE SUPPORT **/
        #pageSupport {
            max-width: 620px;
            background: #fff;
            margin: auto;
            margin-top: 30px;
            margin-bottom: 100px;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 40px 60px;
    }
    #support {
        background: #d64a32;
    }
    #support h2 {
        color: #fff;
        padding: 0 5px 1em 0;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        letter-spacing: 0;
        font-size: 40px;
    }
    #support h1 {
        color: #7e2b1e;
        font-size: 30px;
        margin-top: 15px;
    }
    .icone {
        display: flex;
    }
    .icone_site {
        max-width: 200px;
        width: 30%;
        text-align: center;
    }
    .icone_site div {
        max-width: 185px;
        margin-bottom: 20px;
    }
    .icone_site p {
        color: rgba(255, 255, 255, 0.55);
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        font-family: InterBold, Arial, Helvetica, sans-serif;
    }
    .icone_site img {
        opacity: 0.5;
    }
    .icone_site img:hover,
    .icone_site img:focus {
        opacity: 1;
        cursor: pointer;
    }

    .header_logo_support {
        margin-top: 30px;
        margin-left: 40px;
        z-index: 10;
    }

    .fs-annuler {
        border-radius: 40px;
        font-weight: 700;
        position: absolute;
        font-family: InterBold, Arial, Helvetica, sans-serif;
        left: 105px;
        top: 47px;
        font-size: 14px;
        z-index: 10;
        color: rgba(0, 0, 0, 0.4)!important;
    }

    /** PAGE TARIFS **/


      #pagePrice {
        max-width: 900px;
        padding-top: 20vh;
        margin: auto;
      }

      #pagePrice ul {
          font-size: 14px;
      }

      #pagePrice .separation {
          clear:both;
          height: 80px;
      }
      #pagePrice .blocTexte {
          margin-bottom: 20px;
      }

      #pagePrice .blocTexte p {
          display: none;
          transition: 2s;
      }

      #pagePrice .package {
        width: 32%;
        min-width: 290px;
        float: left;
        height: 460px;
        border: 1px solid #e8e8e8;
        padding: 24px;
        text-align: center;
        /* transition: margin-top 0.5s linear; */
        position: relative;
        margin-right: 10px;
        margin-bottom: 50px;
        background-color: white;
        border-top: 5px solid #d64a32;
      }

      /* #pagePrice .package:hover {
        margin-top: -20px;
        transition: padding-top 0.3s linear;
      } */

      #pagePrice .name {
        width: 240px;
        margin: auto;
        font-family: LemonMilkBold, Arial, Helvetica, sans-serif;
        font-size: 22px;
        letter-spacing: 2px;
        color: #272727;
      }

      #pagePrice .wrapper hr {
        background-color: #dedede;
        border: none;
        height: 1px;
      }

      #pagePrice .trial {
        font-size: 0.9rem;
        font-weight: 600;
        padding: 2px 15px 2px 15px;
        color: #d64a32;
        border: 1px solid #e4e4e4;
        display: inline-block;
        border-radius: 15px;
        background-color: white;
        position: relative;
        bottom: -20px;
      }

      #pagePrice ul {
        list-style: none;
        padding: 0;
        text-align: left;
        margin-top: 29px;
      }

      #pagePrice li {
        margin-bottom: 13px;
      }

      #pagePrice li:before {
        font-size: 0.7rem;
        color: #d64a32;
        margin-right: 3px;
      }

      #pagePrice li select {
        color: #6a6969;
        font-family: InterLight, Arial, Helvetica, sans-serif;
        padding: 5px;
        margin-left: -4px;
        border-color: #bfbfbf;
        background-color: #fff;
      }

      #pagePrice li select:focus-visible {
        outline: 0;
      }

      #pagePrice .checkIcon, #pagePrice li:before {
        font-family: "FontAwesome";
        content: "✓";
      }

      #pagePrice .checkIcon, #pagePrice .enplus:before {
        font-family: "FontAwesome";
        content: "+";
        color: #272727;
      }

      /* #pagePrice .brilliant::before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 64px 64px 0 0;
        border-color: #d64a32 transparent transparent transparent;
        position: absolute;
        left: 0;
        top: 0;
        content: "";
      } */

      #pagePrice .brilliant2 {
        border-top: 5px solid #272727;
      }

      #pagePrice .packageweb {
          height : 650px;
      }

      #pagePrice .packageAutres {
        height: 470px;
      }

      #pagePrice .moreDetails, #pagePrice .moreDetailsClose {
        color: #d64a32;
        font-weight: bold;
        border: 1.5px solid #d64a32;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        text-align: center;
        font-size: 10.5px;
        margin-left: 5px;
        margin-top: -2px;
        cursor: pointer;
      }

      #pagePrice .moreDetailsClose {
          display: none;
          font-size: 9px;
          padding-top: 1px;
      }

    .footerBottom .wrapper {
        bottom: auto;
    }


    /***************************************************************** RESPONSIVE ***********************************************************************/

    @media (max-width:1040px) {
        .contactForm,
        .sectionBottomContent {
            max-width: 800px;
        }

        #pageTarifs .navRight {
            display: none;
        }
    }

    @media (max-width:935px) {
        .navRight {
            display: none;
        }
        .contactForm,
        .sectionBottomContent {
            max-width: 900px;
        }
        .containerApropos label .content {
            padding: 0 40px;
            margin-left: 100px;
        }
        .timeline {
            width: 40px!important;
        }
        .containerApropos form input {
            margin-left: 14px!important;
        }
        #pagePrice {
            width: 600px;
        }
    }

    @media (max-width:760px) {
        /** WHATSAPP **/
        .whatsapp {
            width: 37px;
            position: fixed;
            left: 47px;
            bottom: 7px;
            transition: 0.2s;
            z-index: 100000;
        }
        /** COOKIES **/
        .bfWHZL {
            top: 2px!important;
            left: -14px!important;
            width: 30px!important;
            height: 30px!important;
        }

        .bqzerq {
            bottom: 14px!important;
            width: 96%!important;
            margin: auto!important;
        }

        .bgMob {
            display: block;
            width: 100%;
        }
        #containerGallery .title_page {
            height: auto;
            position: relative;
            margin-top: 130px;
            top: 0;
            margin-bottom: 30px;
        }
        #preloader {
            height: 50vh;
        }
        #particles {
            display: none;
        }
        .content {
            width: 100%;
            max-width: 600px;
        }
        #pageMentions .content {
            margin-left: 0;
        ;
        }
        .bg {
            display: none;
        }
        .lang a:hover,
        .lang .activeLink {
            color: #d64a32;
        }
        .contactForm .lastname,
        .contactForm .firstname {
            width: 95%;
        }
        .sectionBottom,
        .sectionBottom2,
        .sectionBottom3 {
            height: auto;
            clear: both;
        }
        .sectionBottomContent {
            height: auto;
            position: initial;
            display: block;
        }
        .infoContact {
            width: 100%;
            float: none;
        }
        h1 {
            font-size: 17px;
        }
        #sectionContact {
            height: auto;
            position: relative;
            margin-top: 130px;
        }
        .header_logo img {
            width: 45px;
        }
        .toggle-menu {
            right: 30px;
            top: 25px;
        }
        .header_logo {
            margin-top: 20px;
            margin-left: 30px;
        }
        .contactForm {
            padding: 10vh 30px;
        }
        header {
            height: 85px;
        }
        #pageIntro {
            padding: 0 30px;
            position: relative;
            margin-top: 45%;
            height: auto;
        }
        #sectionform {
            padding-bottom: 100px;
        }
        footer .wrapper, .footerBottom .wrapper {
            bottom: 18px;
            position: fixed;
        }
        footer {
            background: rgb(241, 242, 245);
            width: 100%;
            height: 55px;
            position: fixed;
            bottom: 0;
            box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.2);
        }
        .lang {
            right: 30px;
            bottom: 18px;
            font-size: 14px;
            position: fixed;
        }
        .langMentions {
            right: 0!important;
            bottom: 0!important;
            font-size: 14px!important;
            position: fixed!important;
            padding: 20px!important;
        }
        .labelCheck {
            float: none;
        }
        .agree {
            margin-right: 10px!important;
        }
        #pageApropos {
            height: auto;
            margin-top: 130px;
            margin-bottom: 50px;
            padding: 0 40px;
            position: relative;
        }
        #pageMessageSent {
            height: auto;
            margin-top: 160px;
            margin-bottom: 50px;
            padding: 0 40px;
            position: relative;
        }
        .containerApropos {
            position: relative!important;
        }
        .containerApropos form {
            height: auto!important;
            position: relative!important;
            padding: 0!important;
        }
        .containerApropos form .labels {
            position: relative!important;
            height: auto!important;
            width: 100%!important;
        }
        .containerApropos form .labels label {
            min-width: auto!important;
        }
        #pageOffres {
            height: auto;
            position: relative;
            margin-top: 130px;
        }
        .linkToBottom-2 {
            margin-right: 15px;
            float: left;
        }
        .linkToBottom-2:last-child {
            margin-bottom: 40px;
        }
        .sectionLeft,
        .sectionRight {
            width: 100%;
            padding-top: 8vh;
            min-height: 40vh;
        }
        #scroll {
            display: none;
        }
        #containerGallery {
            display: block;
            padding: 0 40px;
            margin-bottom: 100px;
        }
        .swip {
            top: 20vh!important;
        }
        #pageMentions {
            max-width: 900px;
            height: auto;
            position: initial;
            padding-left: 40px;
            padding-right: 40px;
            padding-bottom: 90px;
        }
        .containerApropos form input,
        .timeline {
            display: none;
        }
        .containerApropos label .content {
            margin-left: 0!important;
            padding-top: 50px;
        }
        .containerApropos {
            overflow: initial!important;
        }
        .containerApropos form .labels label {
            min-height: auto!important;
        }
        h3,
        .sectionBottom h3,
        .sectionBottom2 h3,
        .sectionBottom3 h3 {
            font-size: 16px!important;
        }
        #Slide6 {
            padding-bottom: 100px;
        }
        /** DEVIS **/
        #pageSupport {
            width: 100%;
        }
        #support h2 {
            font-size: 25px;
        }
        .fs-fields > li label.fs-field-label {
            line-height: 1.5em!important;
            font-size: 23px!important;
        }
        .header_logo_support {
            margin-top: 20px!important;
            margin-left: 19px!important;
        }
        .fs-fields > li .fs-radio-custom span label,
        .fs-fields > li .fs-radio-custom2 span label {
            font-size: 12px!important;
        }
        #pageSupport {
            padding: 0 20px;
        }
        .icone_site p {
            font-size: 16px;
        }
        .fs-form-full .fs-fields > li label[data-info]::after {
            width: 15px!important;
            height: 15px!important;
            font-size: 10px!important;
            line-height: 13px!important;
        }
        .fs-annuler {
            left: 85px;
            top: 40px;
            font-size: 12px;
        }
        #pagePrice {
            width: 290px;
        }
    }
