/*
 Theme Name:   STP CrouzetTheme
 Author:       jérémy d'orazio
 Author URI:   www.jeremydorazio.fr
 Description:  Thème pour le site STP Crouzet
 Version:      1.0
 Text domain : stpcrouzettheme
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    background: white;
    color: #9A9A9A;
    font-family: 'Roboto', serif;
    font-weight: 300;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.jdo-min-height {
    height: 50vh;
}

.jdo-ml-back {
    background: #0581BB;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.privacy-policy {
    color: #3a3a3a;
}

.privacy-policy h2 {
    color: #0581BB;
    font-weight: 300;
}

.privacy-policy h1 {
    color: #0581BB;
    font-weight: 500;
}

.jdo-mouse-anim {
    display: inline-block;
    animation: mouseBounce 2.4s ease-in-out infinite;
}

/* Animation principale */
@keyframes mouseBounce {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    30% {
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateY(15px);
        /* descend légèrement */
        opacity: 0;
    }

    70% {
        transform: translateY(25px);
        opacity: 0;
        /* disparaît brièvement */
    }

    80% {
        opacity: 0;
        /* disparaît brièvement */
    }

    85% {
        transform: translateY(0);
        /* revient à sa position */
        opacity: 1;
        /* réapparaît */
    }

    100% {
        transform: translateY(0);
        opacity: 1;
        /* attend la prochaine boucle */
    }
}

.jdo-responsive-patch-03 {
    display: none;
}

[data-spy] {
    scroll-margin-top: 120px;
    /* espace sous ton header sticky */
}

#metiers {
    scroll-margin-top: 300px;
    /* cette ancre descend un peu plus */
}

.jdo-padding-50 {
    padding: 70px 100px 70px 30px;
}

.jdo-mb-400 {
    margin-bottom: 400px;
}

.jdo-border-blue-bottom {
    border-bottom: 8px solid #0581bb;
}

.jdo-padding-l-r-15-pourcent {
    padding: 0 15%;
}

.jdo-padding-t-b {
    padding-top: 200px;
    padding-bottom: 100px;
}

.jdo-padding-100 {
    padding: 100px 100px 100px 0;
}

.jdo-padding-t-b-100 {
    padding: 200px 0;
}

.jdo-subheader {
    color: white;
}

.jdo-homeScreen {
    height: 1080px;
    width: 100%;
    display: flex;
    align-items: center;
    background-image: var(--bg-desktop);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 68%;

}

.jdo-f-color-white {
    color: white;
}

.jdo-absolute-blue-row {
    position: absolute;
    top: -155px;
    left: 15%;
    right: 15%;
    padding: 20px 70px;
    background: url(img/bg-trapeze-02.svg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

.quisommesnous-p1::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    background-color: #F2F2F2;
    width: 500px;
    height: 370px;
    z-index: -1;
}

.jdo-margin-bottom-50 {
    margin-bottom: 50px;
}

.jdo-footer-menu {
    padding-left: 0;
}

.jdo-footer-menu li {
    padding: 0 50px;
}

.jdo-footer-menu li:last-child {
    padding: 0 0 0 50px;
}

.jdo-footer-menu li:first-child {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.jdo-homeScreen--absoluteBlock {
    position: absolute;
    right: 0;
    bottom: 140px;
    width: 75%;
    padding-left: 135px;
    background: url(img/bg-trapeze-01.svg);
    background-size: cover;

    background-repeat: no-repeat;
}

.jdo-btn-scroll-down {
    padding-top: 50px;
}

.toto::after {
    content: url(img/color-band02.svg);
    position: absolute;
    left: -133px;
    top: -245px;
    transform: translateY(var(--parallax-offset, 0px));
}

.jdo-trapeze::after {
    content: url(img/colord-band.svg);
    position: absolute;
    right: -80px;
    top: -245px;
    transform: translateY(var(--parallax-offset, 0px));
}

.footer-band::after {
    content: url(img/color-band02.svg);
    position: absolute;
    right: -52px;
    top: -245px;
    transform: translateY(var(--parallax-offset, 0px));
}

.jdo-bg-color-grey {
    background-color: #F2F2F2;
}

.jdo-transform-uppercase {
    text-transform: uppercase;
}

.jdo-width-300 {
    width: 200px;
}

.jdo-col {
    padding: 100px 100px 100px 0;
}

.jdo-col-00 {
    border-right: 2px white solid;
    padding-left: 50px;
    padding-right: 50px;
    width: 33%;
}

#quisommesnous-picto .jdo-col-00:first-of-type {
    padding-left: 0;
}

#quisommesnous-picto .jdo-col-00:last-of-type {
    padding-right: 0;
    border: none;
}

#quisommesnous-picto .jdo-col:last-of-type {
    padding-right: 0;
}

.jdo-l-neg-39 {
    margin-left: -36px;
}

#societe .jdo-col:first-child .jdo-l-neg-39 {
    margin-left: -27px;
}


.jdo-with-50 {
    width: 50%;
}

.jdo-w-h-78 {
    width: 78px;
    height: 78px;
}

.jdo-pl-7 {
    padding-left: 7%;
}

.jdo-pr-7 {
    padding-right: 7%;
}

.jdo-pl-10 {
    padding-left: 12%;
}

.jdo-fz-12 {
    font-size: 12px;
}

.jdo-fz-14 {
    font-size: 14px;
}

.jdo-fz-18 {
    font-size: 18px;
}

.jdo-fz-16 {
    font-size: 16px;
}

.jdo-fz-20 {
    font-size: 20px;
}

.jdo-fz-22 {
    font-size: 22px;
}

.jdo-fz-25 {
    font-size: 25px;
}

.jdo-fz-60 {
    font-size: 60px;
}

.jdo-fz-70 {
    font-size: 70px;
}

.jdo-fw-200 {
    font-weight: 200;
}

.jdo-fw-300 {
    font-weight: 300;
}

.jdo-fw-400 {
    font-weight: 400;
}

main {
    overflow: hidden;
}

.jdo-mr-200 {
    margin-right: 200px;
}

.jdo-fw-500 {
    font-weight: 500;
}

.jdo-lh-1-1 {
    line-height: 1.1;
}

.jdo-lh-1-9 {
    line-height: 1.9;
}

.jdo-max-width-400 {
    max-width: 675px;
}

.jdo-homeScreen-wrapper {
    height: 465px;
    margin-bottom: 250px
}

.jdo-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: white;
    max-width: 1920px;
    margin: auto;
}

.jdo-filigrane {
    position: absolute;
    left: 0;
    bottom: 0;
}

.jdo-menu--logo {
    position: absolute;
    left: 7%;
    top: 28px;
}

.jdo-menu--items a {
    color: #9A9A9A;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    display: inline-block;
    width: 122px;
    text-align: center;
    padding: 33px 25px;
    margin: 0 10px;
}

.jdo-menu--items .active {
    color: white;
}

.jdo-menu--items .active::before {
    content: url(img/menuactive.svg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.jdo-responsive-fix-04,
.jdo-responsive-fix-05 {
    display: none;
}

/*footer*/
footer {
    background-color: #2E2E2E;
    color: #9A9A9A;
    padding: 60px 15% 40px 15%;
    overflow-x: clip;
letter-spacing: 1px;
}

footer a {
    color: #9A9A9A;
    text-decoration: none;
}

footer a:hover {
    color: white;
}

.jdo-menu-footer li {
    margin-right: 40px;
}

.jdo-menu-footer li:last-child {
    margin-right: 0;
}

.jdo-colorDDDDDD {
    color: #DDDDDD;
}

.jdo-color-bleu {
    color: #0581BB;
}

.jdo-color-9A9A9A {
    color: #9A9A9A;
}

footer ul {
    margin-bottom: 0;
}

.jdo-logo-social {
    background-color: #DDDDDD;
        color: #2E2E2E;
        padding: 2px 11px 0;
        border-radius: 50%;
        font-size: 30px;
}

/*fin footer*/

/*societe*/
.jdo-societe--img {
    height: 600px;
}

/*contact*/
.bgcontact {
    background-image: url(img/bgcontact.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.jdo-form {
    max-width: 839px;
}

::-webkit-input-placeholder {
    -webkit-text-security: none;
    color: #9A9A9A;
}

.jdo-form [type=checkbox]:checked,
.jdo-form [type=checkbox]:not(:checked),
.jdo-form [type=radio]:checked,
.jdo-form [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

.jdo-form ul.acf-checkbox-list li label,
.jdo-form ul.acf-radio-list li label {
    position: relative;
    padding-left: 25px !important;
    padding-top: 3px !important;
    cursor: pointer
}

.jdo-form ul.acf-checkbox-list li label::before,
.jdo-form ul.acf-radio-list li label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    background: #fff;
    border: 2px solid #ccc
}


.jdo-form ul.acf-radio-list li label:after,
.jdo-form ul.acf-radio-list li label:before {
    border-radius: 50%
}

.jdo-form ul.acf-checkbox-list li label::after,
.jdo-form ul.acf-radio-list li label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #0581BB;
    transition: .2s;
    opacity: 0;
    transform: scale(0)
}

.jdo-form ul.acf-checkbox-list li .selected::after,
.jdo-form ul.acf-radio-list li .selected:after {
    opacity: 1;
    transform: scale(1)
}

input[type=submit i] {
    display: inline-block;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 18px;
    transition: .2s;
    padding: 15px 40px;
    border: 0;
}

input[type=submit i] {
    background-color: #0581BB;
}

input[type=submit i]:hover {
    background-color: #1A69A5;
}

.acf-field input[type=email],
.acf-field input[type=number],
.acf-field input[type=password],
.acf-field input[type=search],
.acf-field input[type=text],
.acf-field input[type=url],
.acf-field select,
.acf-field textarea {
    padding: 25px 20px !important;
    color: #9A9A9A !important;
}

.list-actu-bloc,
input,
select,
textarea {
    border: 1px solid #ccc;
}

.acf-field .acf-label {
    display: none
}

.acf-fields {
    display: flex;
    flex-wrap: wrap;
}

.acf-field {
    width: 50%;
}

.acf-field-textarea,
.acf-field-checkbox,
.acf-fields>.acf-field_6905cf04535ee {
    width: 100%;
}

.acf-fields>.acf-field {
    border-top: inherit !important;
    padding: 15px 20px 15px 0 !important;
}

.acf-field-checkbox {
    margin-bottom: 20px !important;
}

.jdo-carousel {
    width: 32%;
}



.jdo-metier {
    flex-direction: row;
}

.jdo-carousel-col--content {
    max-width: 552px;
}

.trapezoid-wrapper {
    width: 68%;
    position: relative;
    display: inline-block;
    filter: drop-shadow(0 0 0px rgba(0, 0, 0, 0.2)) drop-shadow(0 0 23px rgba(0, 0, 0, 0.2));
}

.trapezoid {
    position: relative;
    height: 700px;
    padding: 100px 22% 0 0;

}

.trapezoid-form {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    height: 700px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
}

.height-495 {
    height: 495px;
    display: flex;
    flex-wrap: wrap;
    width: 551px;
}

.trapezoid-control {
    align-self: end;
}

.jdo-width-100 {
    width: 100%;
}

.jdo-trap-color {
    position: absolute;
    top: -156px;
    left: 0;
    right: -94px;
    bottom: 0;
    height: 750px;
    background: #A4B535;
    clip-path: polygon(0% 0%, 72% 0, 100% 100%, 0% 100%);
    z-index: -1;
}

.splide__list {
    align-items: end;
}

.splide__track {
    overflow: inherit !important;
    overflow-x: clip !important;
    margin-right: 70px;
    padding-right: 70px !important;

}

.splide__slide {
    margin: 0 35px;
    opacity: 1;
    transition: opacity 0.8s ease-in-out;
    /* transition douce */

}

.splide__slide:not(.is-active) {
    height: 300px !important;
    opacity: 1;
    pointer-events: none;
}

.splide__slide.is-active {
    height: 480px;
    opacity: 1;
    box-shadow: 0px 11px 40px #00000029;

}

.is-prev::after,
.is-next::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.596);
}

.glightbox {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}


/* On supprime les styles par défaut Splide pour repositionner pagination et flèches */
.splide__pagination {
    position: static !important;
    /* enlève le positionnement absolu */
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 0;
}

.splide__pagination__page {
    border-radius: 0;
    opacity: 1;
}

.splide__pagination__page.is-active {
    background: #a4b535;
}

.splide__pagination li {
    line-height: 0;
}

/* Supprime le conteneur de flèches par défaut */
.splide__arrows {
    display: none !important;
}

/* Nouveau bloc commun pagination + flèches */
.splide__controls {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-top: 1rem;
}

/* Style des flèches */
.splide__arrow {
    position: static !important;
    transform: none !important;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #333;
    transition: color 0.3s;
    opacity: 1;
}

.splide__arrow:hover {
    color: #000;
}

#image-carousel,
#image-carousel-3 {
    position: absolute;
    bottom: 136px;
    left: 0;
    width: 57%;
    height: 450px;
    z-index: 1;
}

#image-carousel-2,
#image-carousel-4 {
    position: absolute;
    bottom: 136px;
    right: 0;
    width: 57%;
    height: 450px;
    z-index: 1;
}

.splide__track {
    padding-left: 25% !important;
}

.jdo-metier-items .jdo-metier-item:nth-child(even) {
    flex-direction: row-reverse;
}

.jdo-metier-items .jdo-metier-item:nth-child(even) .trapezoid {
    padding: 100px 0 0 22%;
}

.jdo-metier-items .jdo-metier-item:nth-child(even) .trapezoid-form {
    clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
}

.jdo-metier-items .jdo-metier-item:nth-child(even) .jdo-trap-color {
    left: -94px;
    right: 0;
    clip-path: polygon(28% 0%, 100% 0, 100% 100%, 0% 100%);
}

.jdo-metier-items .jdo-metier-item:nth-child(even) .splide__track {
    padding-left: 0!important;
    padding-right: 33% !important;
    margin-right: inherit !important;
    margin-left: 70px !important;
}

.jdo-metier-items .jdo-metier-item:nth-child(1) .jdo-carousel-col--title {
    color: #A4B535;
}

.jdo-metier-items .jdo-metier-item:nth-child(2) .jdo-carousel-col--title {
    color: #544EA8;
}

.jdo-metier-items .jdo-metier-item:nth-child(2) .jdo-trap-color,
.jdo-metier-items .jdo-metier-item:nth-child(2) .splide__pagination__page.is-active {
    background: #544EA8;
}

.jdo-metier-items .jdo-metier-item:nth-child(3) .jdo-carousel-col--title {
    color: #FF581D;
}

.jdo-metier-items .jdo-metier-item:nth-child(3) .jdo-trap-color,
.jdo-metier-items .jdo-metier-item:nth-child(3) .splide__pagination__page.is-active {
    background: #FF581D;
}

.jdo-metier-items .jdo-metier-item:nth-child(4) .jdo-carousel-col--title {
    color: #E02744;
}

.jdo-metier-items .jdo-metier-item:nth-child(4) .jdo-trap-color,
.jdo-metier-items .jdo-metier-item:nth-child(4) .splide__pagination__page.is-active {
    background: #E02744;
}

.jdo-metier-items .jdo-metier-item:nth-child(2) .jdo-carousel-col--picto,
.jdo-metier-items .jdo-metier-item:nth-child(4) .jdo-carousel-col--picto {
    bottom: -17px;
}

/* ------------------------------ */
/* ----------RESPONSIVE------------ */
/* ------------------------------ */


@media only screen and (max-width:1730px) {
    .trapezoid {
        padding: 100px 10% 0 0;
    }

    .jdo-metier-items .jdo-metier-item:nth-child(even) .trapezoid {
        padding: 100px 0 0 10%;
    }

    .jdo-padding-50 {
        padding: 70px 0 70px 30px;
    }

    .jdo-padding-l-r-15-pourcent {
        padding: 0 7%;
    }

    .jdo-padding-t-b {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    .jdo-absolute-blue-row {
        left: 10%;
        right: 10%;
    }
}

@media only screen and (max-width:1540px) {
    .splide__track {
        padding-left: 15% !important;
margin-right: 0 !important;
padding-right: 0 !important;

    }

    .jdo-metier-items .jdo-metier-item:nth-child(even) .splide__track {
        padding-right: 15% !important;
margin-left: 0 !important;
padding-right: 0 !important;
    }

    .splide__slide {
        margin: 0;
        margin-right: 20px;
    }



    #image-carousel,
    #image-carousel-3 {
        width: 44%;
    }

    #image-carousel-2,
    #image-carousel-4 {
        width: 44%;
    }

}

@media only screen and (max-width:1540px) {

    .jdo-fz-12 {
        font-size: 12px;
    }

    .jdo-fz-14 {
        font-size: 14px;
    }

    .jdo-fz-18 {
        font-size: 17px;
    }

    .jdo-fz-16 {
        font-size: 15px;
    }

    .jdo-fz-20 {
        font-size: 19px;
    }

    .jdo-fz-22 {
        font-size: 21px;
    }

    .jdo-fz-25 {
        font-size: 23px;
    }

    .jdo-fz-60 {
        font-size: 50px;
    }

    .jdo-fz-70 {
        font-size: 60px;
    }
}

@media only screen and (max-width:1350px) {
    .jdo-homeScreen--absoluteBlock {
        padding-left: 65px;
    }
}

@media only screen and (max-width:1250px) {

    #image-carousel,
    #image-carousel-3 {
        width: 42%;
    }

    #image-carousel-2,
    #image-carousel-4 {
        width: 42%;
    }

    .jdo-homeScreen--absoluteBlock {
        width: 85%;
    }

    .jdo-width-100 {
        flex-wrap: wrap;
    }

    .jdo-col {
        padding: 100px 0 50px 0;
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .jdo-l-neg-30 {
        margin-left: 11px;
    }

    .jdo-l-neg-39 {
        margin-left: 2px;
    }

    #societe .jdo-col:first-child .jdo-l-neg-39 {
        margin-left: 11px;
    }

    .jdo-width-300 {
        width: 200px;
        text-align: center;
    }

    .jdo-padding-50 {
        padding: 30px 0 70px 30px;
    }

    .jdo-menu--logo {
        top: 31px;
        max-width: 200px;
    }

    .jdo-mr-200 {
        margin-right: 130px;
    }

    .jdo-menu-footer li {
        margin-right: 0;
    }

    .jdo-footer-menu li {
        padding: 0px 60px 0 20px;
    }
}

@media only screen and (max-width:1199px) {


    #image-carousel,
    #image-carousel-2,
    #image-carousel-3,
    #image-carousel-4 {
        position: relative;
        top: 0;
        bottom: inherit;
        left: inherit;
        width: 100%;
        max-width: 100% !important;
        margin: auto;
        height: inherit;
        z-index: 1;
    }

    .jdo-trap-color {
        right: inherit;
        width: 60%;
        height: 545px;
        top: -65px;

    }

    .jdo-carousel-col--title-block {
        flex-direction: column-reverse;
        text-align: center;
        align-items: center !important;
        margin-bottom: 30px !important;
    }

    .jdo-carousel-col--content {
        display: none;
    }

    .jdo-responsive-patch-03 {
        display: block;
        margin: auto;
    }

    .splide__pagination {
        padding: 20px 1em;
    }

    .jdo-metier-items .jdo-metier-item:nth-child(2) .jdo-carousel-col--picto,
    .jdo-metier-items .jdo-metier-item:nth-child(4) .jdo-carousel-col--picto {
        bottom: inherit;
    }

    .jdo-carousel-col--picto {
        margin-bottom: 10px;
    }

    .splide__track,
    .jdo-metier-items .jdo-metier-item:nth-child(even) .splide__track {
        padding-left: 20% !important;
        padding-right: 20% !important;
    }

    .splide__slide:not(.is-active) {
        height: 480px !important;
    }

    .trapezoid-form {
        display: none;
    }

    .jdo-mb-400 {
        margin-bottom: 130px;
    }

    footer {
        padding: 60px 7% 40px 7%;
    }

    #quisommesnous-picto .jdo-col-00:last-of-type {
        padding-right: 15px;
    }

    .d-flex {
        flex-wrap: wrap;
    }

    .jdo-homeScreen--absoluteBlock {
        width: 100%;
        background: inherit;
        background-color: #0581bb;
    }

    .jdo-homeScreen--absoluteBlock {
        position: inherit;
        bottom: inherit;
    }

    .jdo-responsive-patch-01 {
        padding: 0 !important;
        margin: 0 !important;
        width: 100%;
        margin-bottom: 10px !important;
    }

    .jdo-responsive-patch-02 {
        padding: 0 !important;
        margin: 0 !important;
    }

    .no-br br {
        display: none;
    }

    .jdo-carousel {
        width: 100%;
    }

    .height-495 {
        height: inherit;
        width: inherit;
        margin: auto;
        max-width: 550px;
        justify-content: center;
    }



    .jdo-metier-items .jdo-metier-item:nth-child(even) .jdo-trap-color {
        left: inherit;
        right: 0;

    }

    .jdo-trap-color {
        background: #A4B535;
    }

    .jdo-metier-items .jdo-metier-item:nth-child(2) .jdo-trap-color {
        background: #544EA8;
    }

    .trapezoid-form,
    .jdo-metier-items .jdo-metier-item:nth-child(even) .trapezoid-form {
        clip-path: inherit;
        height: inherit;
    }

    .trapezoid,
    .jdo-metier-items .jdo-metier-item:nth-child(even) .trapezoid {
        padding: 50px 7%;
        height: inherit;
    }



    .trapezoid-wrapper {
        width: 100%;
    }


    .jdo-responsive-fix-04 {
        display: block;
        margin: auto;
        margin-bottom: 70px;
    }

    .jdo-metier-item,
    .jdo-metier-items .jdo-metier-item:nth-child(even) {
        flex-direction: column-reverse;
    }

    .jdo-societe--img {
        display: none;
    }

    .toto::after {
        content: none;
    }

    .quisommesnous-p1::after {
        content: none;
    }

    .quisommesnous-p1 {
        padding: 0;
        margin: 0;
    }

    #societe .jdo-padding-l-r-15-pourcent {
        padding: 0 !important;
    }

    #societe #quisommesnous-picto {
        padding-bottom: 100px !important;
    }

    .jdo-padding-50 {
        padding: 0 7%;
        margin: auto;
        margin-bottom: 35px;
    }

    .jdo-societe--img {
        height: 450px;
        margin: auto !important;
    }

    .jdo-absolute-blue-row {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        padding: 0;
        background: inherit;
        background-size: inherit;
        background-position: inherit;
        background-repeat: inherit;
        background-color: #0581bb;
    }

    .toto::after {
        left: -70px;
        top: -132px;
    }

    .jdo-with-50 {
        width: 100%;
        max-width: 810px;
        margin: auto;
        padding: 0 !important;
        margin-bottom: 70px;
    }

    .jdo-padding-t-b {
        padding-top: 0;
        padding-bottom: 0;
    }

    .jdo-col-00 {
        border-right: 2px white solid;
        padding-left: 15px;
        padding-right: 15px;
        width: 33%;
        margin: auto;
    }

    .jdo-padding-100 {
        padding: 100px 0;
    }

    .jdo-footer-menu li:last-child {
        padding: 0 0 0 20px;
    }
}

@media only screen and (max-width:1099px) {
    .toto .jdo-fz-20 {
        font-size: 15px;
    }

    .jdo-menu--logo {
        position: relative;
        left: 0;
        top: 2px;
        margin-right: 50px;
    }

    .jdo-menu .position-relative {
        justify-content: inherit !important;
        padding-left: 7%;
    }
}

@media only screen and (max-width: 950px) {

    .jdo-responsive-fix-05 {
        display: block;
    }

    .jdo-bloc-footer {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .jdo-responsive-r {
        display: none;
    }

    .jdo-mr-200 {
        margin-right: 0;
        margin-bottom: 50px;
        width: 100%;
    }

    .jdo-row-footer {
        border-bottom: 1px solid rgba(154, 154, 154, 0.25);
        padding-bottom: 50px;
        width: 100%;
    }

    .jdo-footer-menu {
        width: 100%;
        justify-content: center;
        margin-bottom: 50px;
    }

    .jdo-footer-menu-2 {
        width: 100%;
        text-align: center;
    }

    .jdo-logo-social {
        margin: auto;
    }

    .jdo-colorDDDDDD {
        text-align: center;
    }

    #btn-back-to-top {
        display: none !important;
    }

    .jdo-tel-mobile {
        width: 100%;
        border: 1px solid grey;
        padding: 20px;
        display: flex;
        justify-content: center;

    }

    .jdo-coord-footer {
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }
}

@media only screen and (max-width: 870px) {
    .jdo-with-50 {
        padding: 0 7% !important;
    }
}

@media only screen and (max-width:800px) {
    .jdo-col {
        width: 100%;
    }

    .jdo-col-00 {
        border-right: none;
        width: 100%;
    }

    .jdo-number-bloc-responsive {
        margin: auto;
        text-align: center;
        padding: 70px 0;
    }

    .jdo-col-00:nth-child(2) .jdo-number-bloc-responsive {
        border-top: 2px solid white;
        border-bottom: 2px solid white
    }

    .jdo-number-bloc-responsive .d-flex {
        justify-content: center;
    }
}

@media only screen and (max-width:750px) {

    .jdo-menu--items {
        display: none;
    }

    .acf-field {
        width: 100% !important;
    }

    .footer-band::after {
        right: -85px;
    }

    .jdo-trapeze::after {
        right: -100px;
        top: -261px;
    }

    .jdo-homeScreen--absoluteBlock {
        padding-left: 0;
    }

    .jdo-trapeze {
        padding: 50px 0;
    }

    .jdo-homeScreen-wrapper {
        height: inherit;
        margin-bottom: 130px;
    }

    .jdo-pl-10 {
        padding-left: inherit;
        padding: 0 7%;
    }

    .jdo-menu--logo {
        top: 0;
        width: 100%;
        margin-right: 0;
        padding: 20px;
        margin: auto;
    }

    .jdo-menu .position-relative {
        padding-left: 0;
    }

    .jdo-trapeze .p-5 {
        padding: 3rem 7% !important;
    }


    .splide__slide,
    .splide__slide:not(.is-active) {
        height: 280px !important;
    }

    .jdo-trap-color {
        height: 345px;
    }

    .splide__track,
    .jdo-metier-items .jdo-metier-item:nth-child(even) .splide__track {
        padding-left: 10% !important;
        padding-right: 10% !important;
    }
}

@media only screen and (max-width:750px) {
    .jdo-footer-menu { 
            justify-content: space-between !important;
        }
.jdo-row-footer .jdo-fz-25 {
        font-size: 19px;
    }
.jdo-menu-footer .jdo-fz-25 {
    font-size: 19px;
}
        .jdo-footer-menu li:last-child,
.jdo-footer-menu li {
            padding: 0px 0 0 15px; 
        }
    .jdo-btn-scroll-down {
        padding-top: 0;
        margin-bottom: 60px;
    }
.jdo-footer-menu-2 a {
display: block;
}
.jdo-fz-70 {
    font-size: 50px;
}
.jdo-metier-item .me-4 {
margin-right: 0 !important;
}
.jdo-trapeze::after {
    right: -123px;
}
.jdo-footer-menu-3 {
margin-bottom: 20px;
}
input[type=submit i] {
    width: 100%;
}
        .jdo-fz-60 {
            font-size: 40px;
        }
.footer-band .jdo-lh-1-1 {
line-height: 2;
}
    .jdo-filigrane {
        display: none;
    }

    .jdo-homeScreen {
        background-image: var(--bg-mobile);
        height: 755px;
        background-position: inherit;
        align-items: end;
    }

    .jdo-responsive-patch-03 {
        padding: 0 20px !important;
    }

    .acf-fields>.acf-field {
        padding: 16px 0 !important;
    }
}