:root{
    --main-gold-color: #C29F6A;
    --main-blue-color: #16ECF7;
    --main-grey-color: #707372;
    --main-black-color: #313031;
    --vh: 100dvh;
}


.go-top {
    position: fixed;
    bottom: 2em;
    text-decoration: none;
    font-size: 12px;
    padding: 1em;
    cursor: pointer;
    z-index: 950;
    background-image: url(../img/arrow_up.png);
    background-size: cover;
    height: 100px;
    width: 100px;
    animation: bounce-arrow 0.9s ease-in-out infinite;
}

@keyframes bounce-arrow {
    0% {
        transform: translateY(20px);
        animation-timing-function: ease-in;
      }
      40% {
        transform: translateY(30px);
        animation-timing-function: linear;
      }
      50% {
        transform: translateY(30px);
      }
      60% {
        transform: translateY(30px);
        animation-timing-function: ease-out;
      }
      100% {
        transform: translateY(20px);
      }
}

h1 {
    color: var(--main-gold-color);
    font-weight: bold;
    font-size: 30px;
}


ul {
    list-style-type: none;
    margin: 0 0 30px 0;
    padding-left: 25px;
}

a {
    color: #0071BC;
    text-decoration: underline;
}

hr {
    border-bottom: 1px solid #e7e7e7;
    border-top: 0;
    margin-bottom: 35px;
}

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



.release-name {
    color: #D33C43;
    font-weight: 400;
    font-style: italic;
}

.bullet:before {
    font-family: 'cakefont', sans-serif;
    font-size: 18px;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -1px;
}

/** MARIANNE TITRE & TEXT STARTS **/


#preloader {
    position: fixed;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100dvw;
    height: 100dvh;
    background-color: black;
}
  
  #preloader video {
    max-width: 100%;
    width: 100%;
  }

.scroll-marianne-animation {
    width: 100%;
    height: 20vh;
    background-color: black;
    z-index: 900;
}

.scroll-marianne-animation2 {
    width: 100%;
    height: 20vh;
    background-color: black;
    z-index: 900;
}

.scroll-marianne-animation3 {
    width: 100%;
    height: 20vh;
    background-color: black;
    z-index: 900;
}

.scroll-marianne-animation4 {
    width: 100%;
    height: 20vh;
    background-color: black;
    z-index: 900;
}

.scroll-marianne-animation5 {
    width: 100%;
    height: 20vh;
    background-color: black;
    z-index: 900;
}

.index-circle {
    z-index: 700;
}

.bg-logo {
    background-image: url("../img/Logo_seul_noir.svg"); /*url("../img/logo_transparent.png");*/
    background-size: contain;
    background-color: #2b2b2b;
    background-repeat: no-repeat;
    background-position: 700px;
}


#marianne-for-all {
    position: static;
    display: block;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
  }

  .section-in-marianne {
    position: relative;
    width: 100%;
    height: 100dvh;
    padding: 16px;
    box-sizing: border-box;
    overflow: hidden;
    display: table;
  }

  .marianne-section{
    z-index: 600;
  }



h2{
    font-size: 15px;
    font-family: 'Montserrat-Medium';
    margin-bottom: 0;
    color: #E0E0E0;
}

.first-marianne-container .h1P{
    color: var(--main-gold-color);
    z-index: 10;
    font-size: 50px;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;    
    text-align: start;
}


/** MARIANNE TITLE & TEXT ENDS **/

/** ANIMATION TEXT & TITLE MARIANNE STARTS **/

.englob-pastille-home{
    z-index: 700;
    position: fixed;
    /*height: 100dvh;*/
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 20px;
    bottom: 0;
}

.first-marianne-container{
    height: 100dvh;
    height: -webkit-fill-available;
    width: 35vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-left: 10%;
    align-content: center;
    flex-direction: column;

    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: flex-start;
    overflow: hidden;
}

.placement-grid{
    height: 100dvh; 
}

.first-marianne-container h1 {
    color: var(--main-gold-color);
    z-index: 10;
    font-size: 50px;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
}

.first-marianne-container p{
    width: 90%;
    color: #fff;
    z-index: 10;
    font-family: 'Montserrat-Regular';
    font-size: 17px;
}

.first-marianne-container .btn-anim {
    background-color: #00000061;
    border: none;
    font-size: 20px;
    padding: 20px;
    transition: 0.4s;
    color: white;
    border-radius: 9999px;
    letter-spacing: 1px;
    margin-top: 5%;
    z-index: 900;
    width: 370px;
    text-transform: uppercase;
    color: aqua;
    font-family: 'Montserrat-Medium';
    text-align: center;
}

.second-marianne-container{
    width: 45%;
    margin: auto;
    padding-left: 120px;
}

.pastille-home{
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    display: block;
    line-height: 30px;
    left: 5%;
   
    cursor: pointer;
}

.active-pastille{
    background-color: var(--main-blue-color);
    border: none;
}

.first-slide-left, .second-slide-left, .third-slide-left {
   margin-left: -200%;
}

.third-slide-left p a{
    text-decoration: none;
    color: var(--main-gold-color);
}

.animation-slide-in-left {
    animation: slide-in-left 1s ease-in-out forwards;
}

@keyframes slide-in-left {
    from {
        margin-left: -200%;
    }

    to {
        margin-left: 10%;
    }
}


.parallax{
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -8;
    display: none;
    top: 0;
    left: 0;
}

.layer, .layerMarianne {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    display: none;
    top: 0;
    left: 0;
    overflow: hidden;
}

.source-layer1 {
    background-image: url("../img/papiers-peints-colonne-pierre-grecque-classique.jpg.png");
    background-position: bottom -120px left -150px;
    background-size: 30%;
    filter: blur(6px);
    z-index: -4;
}
.source-layer2 {
    background-image: url("../img/papiers-peints-colonne-pierre-grecque-classique.jpg.png");
    background-position: bottom -220px left 0px;
    background-size: 30%;
    filter: blur(2px);
    z-index: -4;
}
.source-layer3 {
    background-image: url("../img/papiers-peints-colonne-pierre-grecque-classique.jpg.png");
    background-position: bottom -320px left 150px;
    background-size: 30%;
    filter: blur(0px);
    z-index: -4;
}

.source-layer5 {
    background-image: url("../img/assets/Anim_1_sansfond/anim 1_1920x1080SF_00124.png");
    background-position: bottom -0px right 0px;
    background-size: cover;
    z-index: -4;
}

.animation-appear-b-t{
    display: initial;
    animation: appearFromBottom 2s ease-out;
}

@keyframes appearFromBottom {
    0%{
        opacity:0;
        margin-top: 800px;
    }
    100%{
        opacity:1;
        margin-top: 0px;
    }
}

.animation-appear-t-b{
    animation: disappearFromBottom 2s ease-out;
    opacity: 0;
}

@keyframes disappearFromBottom {
    0%{
        opacity:1;
        margin-top: 0px;
    }
    100%{
        opacity:0;
        margin-top: 800px;
    }
}

/** ANIMATION TEXT & TITLE MARIANNE ENDS **/

/** CIRCLE ANIMATION AROUND MARIANNE STARTS **/

.circlemove {
    position: fixed;
    border-style: solid;
    border-radius: 50%;
    filter: blur(70px);
    transform: opacity(5);
}

 .circle-container1{
    position: relative;
    height: 15vmin;
    width: 45vmin;
    border-radius: 100%;
    left: 50%;
    margin-top: -10%;
    animation: 15s linear infinite turn;
  }
  
  @keyframes turn{
    0%{
    transform: scaleX(3) rotateZ(0deg);
    z-index: 0;
    }


    24%{
        z-index: 0;
    }

    25%{
        transform: scaleX(3)  rotateZ(180deg);
        z-index: 1;
    }

    49%{
        z-index: 1;
    }

    50%{
    transform: scaleX(3)  rotateZ(360deg);
    z-index: 0;
    }

    74%{
        z-index: 0;
       }

    75%{
        transform: scaleX(3)  rotateZ(540deg);
        z-index: 1;
        }

        95%{
            z-index: 1;
           }


    100% {
    transform: scaleX(3)  rotateZ(720deg);
    z-index: 0;
    }   
  }


 /** CIRCLE ANIMATION AROUND MARIANNE ENDS **/

.btn-home-page {
    background-color: transparent;
    transition: 0.4s;
    color: white;
    border-radius: 9999px;
    letter-spacing: 1px;
    padding: 20px;
    margin-top: 25%;
    border: 2px solid aqua;
}

.btn-home-page:hover {
    background-color: aqua;
    transition: 0.6s ease-out;
}

/** TITRE ACTIVITÉS **/

.activity-switch-title{
    position: relative;
    display: block;
    width: 100px;
    animation: width-prefix-t 2s ease-in 2s 1 normal forwards;
}

@keyframes width-prefix-t {
    from{
        width: 100px;
    }
    to{
        width: 40px;
    }
}

.activity-title-re{
    animation: hide-l-opacity 4s ease-in 0s 1 reverse forwards;
    position: absolute;
}

.activity-title-l{
    animation: hide-l-opacity 3s ease-in 2s 1 normal forwards;
    visibility: hidden;
}

@keyframes hide-l-opacity {
    from{
        visibility: hidden;
        opacity: 0;
    }
    to{
        visibility: visible;
        opacity: 1;
    }
}

#id-activity{
    z-index: 700;
}

.activity-section{
    background: #2b2b2b;
}

.activity-title{
    padding: 60px 0px 0px 0px;
    /*width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;*/
}
.activity-title .h1{
    justify-content: center;
}

.activity-title .h1, .activity-title h1, .activity-title .h1P{
    color: var(--main-gold-color);
    font-size: 50px;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 10px;
}

.activity-title .h1 b, .activity-title h1 b {
    color: var(--main-gold-color);
}

.activity-btns{
    display: flex;
    width: 100%;
    gap: 30px;
    text-align: center;
    margin-bottom: 20px;
    justify-content: center;
}

.activity-btns a{
    background-color: var(--main-gold-color);
    border-radius: 20px;
    padding: 10px;
    width: 18vw;
    color: var(--main-black-color);
    text-decoration: none;
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 0;
    text-transform: uppercase;
}

.activity-btns a:before, .activity-btns a:after{
    content: "";
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 80px solid #d6af75;
    z-index: -1;
 }
 
 .activity-btns a:before {
    right: -50px;
    border-right: 50px solid transparent;
    transform: translateX(-100%);
  }
  .activity-btns a:after {
    left: -50px;
    border-left: 50px solid transparent;
    transform: translateX(100%);
  }
  .activity-btns a:hover:before {
    transform: translateX(-40%);
  }
  .activity-btns a:hover:after {
    transform: translateX(40%);
  }

.word-carousel {
    height: 65px;
    overflow: hidden;
    position: absolute;
    top: 70%;
    width: 315px;
    left: 50%;
    font-size: 50px;
}
  
.words-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: transform 0.5s ease-in-out;
    padding: 1px;
}
  
.word {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-gold-color);
    font-weight: bold;
}
  
.first-part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.englob-activity{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: 400px;
}

.second-part{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.first-image-activity {
    width: 400px;
    height: 500px;
    background-image: url(../img/activity.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 40% 60%;
    border-radius: 16px;
    margin: 0 40px 0 0;
    z-index: 2;
}

.first-image-activity p {
    color: #fff;
    margin-left: -450px;
    margin-top: 40px;
    width: 250px
}

.first-paragraph-activity{
    width: 450px;
    color: #ffffff60;
}

.first-paragraph-activity p{
    color: white;
}

.shadow-image{
    background-image: url(../img/map-1804891_N_B.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 25% 60%;
    border-radius: 16px;
    width: 250px;
    height: 300px;
    position: absolute;
    opacity: 0.4;
    left: 250px;
    bottom: 100px;
    cursor: pointer;
}

.second-part .activity-title .h1, .second-part .activity-title h1, 
.second-part .activity-title .h1P {
    color: var(--main-gold-color);
    font-weight: bold;
}

.second-shadow-image{
    background-image: url(../img/activity.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 40% 60%;
    border-radius: 16px;
    width: 250px;
    height: 300px;
    position: absolute;
    opacity: 0.4;
    left: 250px;
    bottom: 100px;
    cursor: pointer;
}

.shadow-image:hover, .second-shadow-image:hover{
    opacity: 0.9;
    transform: scale(1.2);
}

.second-image-activity{
    background-image: url(../img/map-1804891_N_B.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 30% 60%;
    border-radius: 16px;
    width: 400px;
    height: 500px;
    margin: 0 80px 0 0;
    z-index: 2;
}

.second-image-activity p {
    color: #fff;
    margin-left: -450px;
    margin-top: 80px;
    width: 220px;
}

.second-paragraph-activity {
    width: 400px;
    color: #fff;
}

.modal-overlay-1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: #252525e1;
    z-index: 2;
  }
  
  .modal-1 {
    background: #3a3a3abb;
    padding: 0px 20px;
    border-radius: 5px;
    height: 75vh;
    width: 60vw;
    border-radius: 20px;
}

    .close-modal-1 {
        height: 50px;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      
      }
  
      .close-modal-1 i {
        cursor: pointer;
      }
  
  .modal-content-1 {
    text-align: center;
    padding: 0px 20px;
    height: 85%;
    overflow-y: scroll;
  }

  .modal-content-1 h2 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: bold;
    margin: .67em 0;
  }

  .modal-territoire h3 {
    color: var(--main-gold-color);
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;    
    font-weight: bold;
  }

  .modal-territoire p {
    color: #fff;
    font-size: 16px;
  }
  
.close-btn {
    margin-top: 20px;
    height: auto;
    width: 100%;
}

  .close-btn a{
    padding: 20px 180px;
    background: var(--main-gold-color);
    font-size: 21px;
    text-transform: uppercase;
    text-decoration: none;
    color: black !important;
    border: none;
    border-radius: 50px;
    cursor: pointer;
  }
  

.activity-btn{
    padding: 20px;
    border-radius: 50px;
    border: none;
    background: #00000085;
    text-align: center;
    cursor: pointer;
}


.activity-animation{
    height: 100dvh;
    background: #2b2b2b;
    width: 100%;
}




/** JUSTICE SECTION PAGE **/
.blur-justice{
    backdrop-filter: blur(8px);
    padding-top: 100px;
    padding-bottom: 180px;
    padding-left: 50px;
    padding-right: 50px;
    height: 100%;
    width: 100%;
    transition: 2.5s ease-in-out;
}

.justice-section{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    color: #fff;
    z-index: 700;
    display: flex;
    flex-flow: row !important;
    height: 100%;
}

.all-team {
    width: 30%;
    height: 100%;
    background-color: #2b2b2b;
    background-image: url(../img/humain_avant_tout_sansfond.png);
    background-size: auto 70%;
    background-position-y: bottom;
    background-position-x: right;
    background-repeat: no-repeat;
    flex: 1;
    transition: 1s ease-in-out;
}

.all-team:hover {
    flex: 12;
    transition: 1s ease-in-out;
}

.all-team:hover .blur-justice{
    backdrop-filter: blur(0px);
    transition: 2.5s ease-in-out;
}

.all-team .hide-section-justice{
    opacity: 0;
    transition: 1s ease-in-out;
}


.all-team:hover .hide-section-justice {
    opacity: 1;
    transition: 0.8s ease-in-out;
}

.title-all-team .h1P {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: bold;
    font-family: 'Montserrat-Bold';
    color: var(--main-gold-color);
}

.text-all-team {
    color: white;
    padding-top: 5%;
    width: 30%;
}

.text-all-team p {
    max-height: 40vh;
    overflow-y: auto;  
}

.after-justice {
    width: 20%;
    height: 100%;
    background-color: white;
    background-image: url('../img/Marianne-retouche.png'); /*url(../img/icone_profil.png);*/
    background-size: auto 100%;
    background-position-y: bottom;
    background-position-x: right;
    background-repeat: no-repeat;
    flex: 1;
    transition: 1s ease-in-out;
}

.after-justice:hover {
    flex: 12;
    transition: 1s ease-in-out;
}

.after-justice:hover .blur-justice{
    backdrop-filter: blur(0px);
    transition: 2.5s ease-in-out;
}

.after-justice .hide-section-justice{
    opacity: 0;
    transition: 1s ease-in-out;
    font-size: 18px;
}


.after-justice:hover .hide-section-justice {
    opacity: 1;
    transition: 0.8s ease-in-out;
}

.title-after-justice .h1P {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
    /*margin: 0;*/
    margin-bottom: 5px;
    font-family: 'Montserrat-Bold';
    color: var(--main-gold-color);
}

.title-after-justice p {
    color: #2E2D2E;
}

.englob-column-justice{
    width: 100%;
    justify-content: center;
    /*align-items: center;*/
    height: 80%;
    padding-top: 5%;
}

.englob-column-justice div h2 {
    /*margin: 0;*/
    font-family: "Raleway", sans-serif;
    color: var(--main-gold-color);
    font-size: 30px;
    font-weight: normal;
    margin: .67em 0;
}

.englob-column-justice div p {
    color: #2E2D2E;
}
/** END JUSTICE **/


/** ENGAGEMENT SECTION **/

.engage-section {
    z-index: 700;
}

.engage-head{
    width: 700px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 60px;
    text-align: center;
}

.engage-head .h1P {
    text-transform: uppercase;
    font-size: 50px;
    font-family: 'Montserrat-Bold';
    color: var(--main-gold-color);
    font-weight: bold;
}

.engage-head p.paragraph {
    color: #707070;
    font-size: 20px;
}

.engage-head a {
    color: #2E2D2E;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #2E2D2E;
    background: transparent;
    width: 70%;
    padding: 20px 0px 20px 0px;
    border-radius: 50px;
    font-size: 20px;
}


.engage-carousel{
    height: 50%;
    width: 100%;
    display: flex;
    flex-direction: row;
}


.engage-carousel-items {
    width: 100%;
    display: flex;
    padding: 0px 300px 0px 0px;
    justify-content: flex-end;
    align-items: center;
    gap: 50px;
    position: relative;
}

.engage-carousel-item {
    height: 250px;
    width: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    
}

.engage-carousel-item:hover{
    transform:scale(1.1);
    transition-property:transform;
    transition-timing-function: ease-in-out;
    transition-duration: 0.6s;
}

.engage-carousel-item:not(.first-item){
    height: 70%;
    text-align: center;
}

.engage-section .btn-anim{
    font-size: 1rem;
    padding: 20px;
}

.first-item {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    height: 100%;
    width: 65%;
    left: 5%;
    transition: transform 0.5s ease-in-out;
}

.engage-carousel-item-img{
    height: 70%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 90px;
    margin-left: 20px;
}

.first-item .engage-text {
    margin: 80px 0px 0px 20px;
}

.first-item .engage-text .h1P {
    font-size: 30px;
    display: block;
    font-family: 'Montserrat-Bold';
    color: var(--main-gold-color);
}

.first-item .engage-text p.paragraph {
    color: #707372;
    font-size: 20px;
    display: block;
}

.engage-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 75%;
    margin: 10px auto;
}

.engage-text .h1P {
    color: var(--main-gold-color);
    text-transform: uppercase;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.engage-text p.paragraph {
    display: none;
}

#carousel-item1 {
    background-image: url(../img/services5.png);
}

#carousel-item2 {
    background-image: url(../img/engagements/henrik-Dnn53VUMON0-unsplash.webp);
}

#carousel-item3{
    background-image: url(../img/engagements/transparence.webp);
}

#carousel-item4{
    background-image: url(../img/engagements/adaptabilite.webp);
}

/** END ENGAGEMENT **/



/** SERVICES SECTION **/

.services-section {
    z-index: 700;
}

.all-services {
    display: flex;
}

.left-services{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 10px;
}

.services-title {
    font-family: 'Montserrat-Bold';
    font-size: 50px;
    color: #313031;
    float: right;
}

.left-services div:first-of-type{
    width: 100%;
    float: right;
}

.left-services p {
   /* margin-bottom: 30%;*/
    color: #707372;
    font-family: 'Montserrat-Regular';
    float: right;
    text-align: center;
}

.view-services {
    width: 100%;
}

.view-services-btn {
    width: 100%;
    /*display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 50%;*/
    z-index: 1;
}

.view-services-btn button {
    background-color: var(--main-gold-color);
    color: #313031;
    text-transform: uppercase;
    padding: 20px;
    font-family: 'Montserrat-Regular';
    border: none;
    border-radius: 50px;
    width: 70%;
    z-index: 2;
    float: right;
}

.view-services-btn button a {
    text-decoration: none;
    color: #313031;
}

.gallery-container {
    padding: 75px 0;
    margin: 200px auto;
    width: 1140px;
}
  
    .gallery-wrap {
        display: flex;
        flex-direction: row;
        width: 60vw;
        height: 50vh;
        gap: 20px;
    }

    .item {
        flex: 1;
        height: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        transition: flex 0.8s ease;
        border-radius: 10px;
        overflow: hidden;
        cursor: pointer;
        text-decoration: none;
    }

  .item:hover {
    flex: 3;
  }
  
  .item-1, .item-1-mobile {
    background-image: url(../img/services/constat.jpg);
  }
  
  .item-2, .item-2-mobile {
    background-image: url(../img/services/contentieux-locatif.jpg);
  }
  
  .item-3, .item-3-mobile {
    background-image: url(../img/services/consultation-juridique.jpg);
  }
  
  .item-4, .item-4-mobile {
    background-image: url(../img/services/gerer-impaye.jpg);
  }
  
  .item-5, .item-5-mobile {
    background-image: url(../img/services/jeux-concours.jpg);
  }

  .item-number{
    float: right;
    margin: 20px 20px 0px 0px;
    color: white;
    font-family:'Montserrat-Regular';
    font-size: 30px;
  }

  .vertical-title{
    writing-mode: vertical-rl;
    height: 80%;
    width: 100%;
    transform: rotate(180deg);
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 25px;
    margin: 0;
  }

  .gallery-constat{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 85%;
    width: 100%;
    display: none;
  }

  .gallery-constat h3 {
    text-decoration: underline;
    margin-bottom: 50px;
    color: var(--main-gold-color);
    font-weight: bold;
    font-size: 30px;
  }

  .gallery-constat p{
    color: white;
    font-family: 'Montserrat-Regular';
    width: 50%;
  }

  .gallery-container-mobile{
    padding: 100px 20px 20px 20px;
  }

  .gallery-wrap-mobile{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        gap: 20px;
    }

    .item-mobile{
        height: 150px;
        width: 80%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 10px;
        cursor: pointer;
        text-decoration: none;
    }

    .bg-mobile-box{
        background-color: #00000014;
        height: 100%;
        padding-top: 30px;
        border-radius: 10px;
    }

    .item-number-mobile{
        padding: 10px 10px 0px 0px;
        float: right;
        color: white;
        font-family:'Montserrat-Regular';
        font-size: 30px;
    }

    .item-mobile-title {
        font-size: 20px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        text-decoration: underline;
        color: var(--main-gold-color);
        font-weight: bold;
    }

    .item-mobile-text{
        color: #fff;
        font-size: 16px;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    @media screen and (max-width: 992px){
        .services-section {
            overflow: scroll !important;
        }

        .services-section::-webkit-scrollbar{
            display: none;
        }

        .view-services-btn{
            margin: 0 0 20px 0;
        }

        .view-services-btn button{
            padding: 10px;  
            width: 95%;
        }
    }



/** MOBILE CARD SECTION **/

.right-arrow-card::before {
    content: "\f0a9"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 50px;
    z-index: 1;
    position: absolute;
    top: calc(50% - 25px);
    right: 2%;
    z-index: 10;
    cursor: pointer;
    height: auto;
    background-color: white;
}

.left-arrow-card::before {
    content: "\f0a8"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 50px;
    z-index: 1;
    position: absolute;
    top: calc(50% - 25px);
    left: 2%;
    z-index: 10;
    cursor: pointer;
    height: auto;
    background-color: white;
}

.mobile-slider{
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}



/** ECHEC SECTION **/

.echec-last-section{
    z-index: 700;
    height: 100dvh;
    position: relative;
    background-color: #2b2b2b;
}

.three-column{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    height: 100dvh;
}

.left-column{
    height: 100dvh;
    background-color: #fff;
}

.mid-column {
    height: 100dvh;
    background-color: black;
}

.right-column{
    height: 100dvh;
    background-color: #2E2D2E;
}


.left-column h2 {
    mix-blend-mode: exclusion;
    font-weight: bold;
    font-size: 50px;
    color: white;
    float: right;
    margin-top: 15vh;
    margin-right: -35px;
    letter-spacing: 1px;
    font-family: 'Montserrat-Bold';
}

.arrow {
    top: 80%;
    left: 15vw;
    display: flex;
    position: absolute;
    justify-content: space-between;
    z-index: 2;
    height: 100px;
    width: 100px;
}


.left-arrow{
    cursor: pointer;
    height: auto;
}


.right-arrow{
    cursor: pointer;
    height: auto;
}

.icone-pause{
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 1px solid transparent;
}


.circle-btn .icone-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    will-change: transform;
}

.icone-play{
    display: none;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 1px solid transparent;
}

.circle-btn {
    outline: none;
    background: none;
    border: none;
    position: relative;
    cursor: pointer;
    transition: transform 15s ease;
  }
  .circle-btn .icone-pause {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    will-change: transform;
  }
  svg {
    transform: rotate(-90deg);
  }
  .bg-svg {
    stroke: #DBDBDB;
    stroke-width: 3;
  }
  .filled {
    stroke: aqua;
    stroke-width: 2;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
  }

  .pause-filled-animation {
    animation-play-state: paused !important;
  }

  @keyframes dash {
    from {
      stroke-dashoffset: 1;
    }
    to {
      stroke-dashoffset: 0;
    }
  }

  .circle-btn .filled {
    stroke-dashoffset: 0;
    
  }

  .dash-animation{
    animation: dash 30s linear infinite;
  }

.echec-box-1{
    height: 50vh;
    box-shadow: 0px 0px 10px 0px #00000029;
    width: 25vw;
    float: right;
    position: absolute;
    left: 20vh;
    top: 30vh;
    z-index: 900;
    background: white;
}

.align-echec-text{
    height: 100%;
    width: 100%;
    letter-spacing: 1px;
    font-size: 56px;
    padding-right: 50px;
    font-family: 'Autography';
    font-style: italic;
}


.align-echec-text p:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    align-content: center;
    height: 50%;
    width: 100%;
    margin: 0 auto;
    text-align: right;
    line-height: 50px;
}

.align-echec-text p:nth-child(2){
    color: var(--main-gold-color);
    height: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: right;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 auto;
    line-height: 50px;
}


.englob-pastille-home-echec{
    position: absolute;
    height: 100dvh;
    width: 10vw;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.mini-englob-pastille-home-echec{
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    height: 260px;
    width: 5vw;
    flex-direction: column;
}

.pastille-home-echec{
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #a5a5a5;
    display: block;
    line-height: 30px;
    left: 5%;
    cursor: pointer;
}

.active-pastille-echec{
    background-color: aqua;
}

.englob-img-mid-column{
    height: 100%;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.img-mid-column{
    height: 100%;
}

.right-column-title{
    height: 100dvh;
    margin-right: 15%;
}

.right-column-title h3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin: 0 auto;
    height: 30%;
    padding-top: 80px;
    margin-left: -30px;
    font-size: 50px;
    color: #FFFFFF;
    font-family: 'Montserrat-Bold';
    letter-spacing: 1px;
}

.right-column-title p {
    margin: 0 auto;
    color: white;
    margin-left: -30px;
    font-family: 'Montserrat-Regular';
    letter-spacing: 1px;
    font-size: 1.7vh;
}

.collabs, .collabs2 {
    display: none !important;
}

.collabs-active {
    display: grid !important;
}

.animation-white-bg{
    animation: bg-echec-anim 1s ease-out forwards;
}

#team-section-mobile{
    height: auto;
    z-index: 700;
}

#team-section-mobile #team-title{
    background-color: #fff;
    width: 100dvw;
    height: 160px;
    position: relative;
}

#team-section-mobile #team-title .h1P{
    color: #313031;
    position: absolute;
    bottom: 0;
    margin-left: 30px;
    font-family: 'Montserrat-Bold';    
    font-weight: bold;
    font-size: 30px;
}

#team-section-mobile .team-infos{
    display: flex;
    flex-direction: column; 
    align-items: center;   
}

#team-section-mobile .quote{
    background-color: black;
    width: 100%;
    letter-spacing: 1px;
    text-align: center;
    background-size: cover;
    height: 700px;
}

#team-section-mobile .quote p{
    font-family: 'Autography';
    font-style: italic;
    font-size: 50px;
    margin-left: 30px;
    color: white;
    line-height: 30px;
    margin-top: 40px;
}

#team-section-mobile .quote p:nth-child(2){
    color: var(--main-gold-color);
}

#team-section-mobile .team-infos h3{
    font-size: 6vw;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: 'Montserrat-Bold';
    width: 100%;
    margin-left: 50px;
}

#team-section-mobile .team-infos h3 br{
    display: none;
}

#team-section-mobile .team-infos .team-description{
    color: #FFFFFF;
    letter-spacing: 1px;
    font-family: 'Montserrat-Regular';
    width: 90%;
    overflow-y: auto;
    margin-bottom: 30px;
}

#team-section-mobile .mini-englob-pastille-home-echec,
#team-section-mobile .arrow{
    margin-top: 0;
    top: 0;
}

#team-section-mobile .mini-englob-pastille-home-echec{
    height: 0;
    width: 100%;
    margin-top: 50px;
}
#team-section-mobile .arrow{
    position: relative;
}



@keyframes bg-echec-anim{
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%);
    }
}

.maps-iframe{
    width: 100%;
}
/** END ECHEC SQUARE **/

.englob-pastille-activity{
    display: none;
}

.englob-pastille-activity .pastille-activity{
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    display: block;
    line-height: 30px;
    left: 5%;
   
    cursor: pointer;
}
.englob-pastille-activity .active-pastille{
    background-color: aqua;
}

.right-column .text-mercadie-echec{
    max-height: 60vh;
    overflow: auto;
}

.engage-text .h1P{
    font-size: 30px!important;
    display: block!important;
    font-family: 'Montserrat-Bold'!important;    
    text-transform: uppercase!important;
    margin: 0!important;
    font-size: 20px!important;
    font-weight: bold!important;
}

/** RESPONSIVE ALL SECTION **/


@media (min-width: 576px) and (max-width: 768px){

    /** LOADER **/

    #preloader h1 {
        bottom: 25%;
    }

    /** MARIANNE 1 SECTION **/

    .first-marianne-container{
        width: 90%;
    }

    .first-marianne-container h1, .first-marianne-container .h1P {
        font-size: 40px;
    }

    .first-marianne-container p{
        font-size: 17px;
    }

    .first-marianne-container .btn-anim{
        margin-top: 0;
        font-size: 15px;
        width: 80vw
    }

    /** END MARIANNE 1 **/

    /** ACTIVITY SECTION START **/


    /** ACTIVITY SECTION END **/

    .close-btn a {
        padding: 10px 20px;
    }

    /** ETUDE SECTION START **/

      /** SERVICES **/

    .englob-services{
        margin-top: 0;
    }

    .englob-services h1 {
        padding-top: 8vh;
        font-size: 35px;
    }

    /** TEAM SECTION **/

    .echec-last-section{
        overflow-y: scroll !important;
    }

    .echec-last-section::-webkit-scrollbar{
        display: none;
    }

    
    .three-column {
        display: flex;
        grid-template-columns: "";
        height: 100dvh;
        flex-direction: column;
    }

    .collabs-active{
        display: flex !important;
    }

    .englob-pastille-home-echec {
        position: absolute;
        height: 950px;
        width: 100%;
        justify-content: center;
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .mini-englob-pastille-home-echec {
        display: flex;
        justify-content: space-around;
        align-items: flex-end;
        align-content: center;
        width: 80%;
        flex-direction: row;
        z-index: 2;
    }

    .arrow {
        width: 100%;
        display: flex;
        justify-content: center;
        left: 0;
        top: 622px;
    }

    .right-column{
        padding-top: 80px;
    }
        

    .left-column {
        height: 200px;
    }

    .englob-team-title{
        height: 100%;
    }

    .englob-team-title h2 {
        font-size: 25px;
        margin-right: 0;
        padding-left: 10%;
        float: left;
        margin-top: 10vh;
    }
    .mid-column {
        height: 480px;
    }

    .englob-img-mid-column {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        overflow: hidden;
    }

    .img-mid-column {
        height: 800px;
        transform: translateY(-9px);
    }


    .echec-box-1 {
        height: max-content;
        padding: 20px;
        box-shadow: none;
        width: 80%;
        float: right;
        position: absolute;
        margin-left: 10%;
        margin-right: 10%;
        top: 15vh;
        z-index: 900;
        background: none;
        left: auto;
        color: white;
    }

    .align-echec-text {
        font-size: 40px;
    }

    .align-echec-text p:nth-child(1) {
        display: flex;
        justify-content: center;
        height: 50%;
        width: 100%;
        margin: 0 auto;
        padding-right: 45px;
        line-height: 30px;
        padding-top: 20px;
        text-align: left;
        align-items: flex-start;
    }

    .align-echec-text p:nth-child(2) {
        color: var(--main-gold-color);
        height: 50%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        text-align: left;
        justify-content: flex-start;
        align-content: flex-start;
        flex-direction: row;
    }

    .right-column-title {
        height: 100dvh;
        width: 100%;
        padding: 20px;
        
    }

    .right-column-title h1 {
        display: contents;
        margin: 0 auto;
        padding-top: 0;
        margin-left: -0;
        font-size: 6vw;
        color: #FFFFFF;
        font-weight: bold;
        letter-spacing: 1px;
        padding-bottom: 20px;
    }

    .right-column-title p {
        margin: 0 auto;
        color: white;
        margin-left: 0px;
        font-family: 'Montserrat-Regular';
        letter-spacing: 0; 
    }

    .englob-activity{
        margin-left: 200px;
        align-items: initial;
    }

    .englob-activity .first-image-activity,
    .englob-activity .second-image-activity{
        height: 350px;
        width: 300px;
    }

    .second-image-activity{
        margin-top: 30px;
    }

    .second-shadow-image, .shadow-image{
        left: 20px!important;
        bottom: 50px!important;
        width: 200px!important;
        height: 230px!important;
    }
    
    .second-paragraph-activity p{
        margin-top: 120px;
        position: relative;
        left: -60px;
        width: 320px;
    }

    .first-paragraph-activity p{
        margin-top: 80px;
        position: relative;
        left: -20px;
        width: 320px;
        font-size: 13px;
    }

    .second-paragraph-activity a{
        position: relative;
        left: -50px;
        font-size: 14px;
        width: 300px;
    }

    .all-team .text-all-team{
        padding-top: 0;
    }


}

@media (min-width: 768px) and (max-width: 992px){

    /** MARIANNE 1 SECTION **/

    .first-marianne-container{
        width: 90%;
    }

    .first-marianne-container h1, .first-marianne-container .h1P {
        font-size: 40px;
    }
    .first-marianne-container .btn-anim{
        margin-top: 0;
        font-size: 15px;
        width: auto;
    }

    /** END MARIANNE 1 **/


    /** ACTIVITY SECTION START **/

    .close-btn a {
        padding: 20px 70px;
    }

    /** ACTIVITY SECTION END **/

    /** ETUDE SECTION START **/

      /** SERVICES **/

      .englob-services{
        margin-top: 0;
    }

    .englob-services h1 {
        padding-top: 8vh;
        font-size: 35px;
    }

    /** TEAM SECTION **/

    .echec-last-section{
        overflow-y: scroll !important;
    }

    .echec-last-section::-webkit-scrollbar{
        display: none;
    }

    
    .three-column {
        display: flex;
        grid-template-columns: "";
        height: 100dvh;
        flex-direction: column;
    }

    .collabs-active{
        display: flex !important;
    }

    .englob-pastille-home-echec {
        position: absolute;
        height: 950px;
        width: 100%;
        justify-content: center;
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .mini-englob-pastille-home-echec {
        display: flex;
        justify-content: space-around;
        align-items: flex-end;
        align-content: center;
        width: 80%;
        flex-direction: row;
        z-index: 2;
    }

    .arrow {
        width: 100%;
        display: flex;
        justify-content: center;
        left: 0;
        top: 622px;
    }

    .right-column{
        padding-top: 80px;
    }
        

    .left-column {
        height: 200px;
    }

    .englob-team-title{
        height: 100%;
    }

    .englob-team-title h2 {
        font-size: 25px;
        margin-right: 0;
        padding-left: 10%;
        float: left;
        margin-top: 10vh;
    }
    .mid-column {
        height: 480px;
    }

    .englob-img-mid-column {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        overflow: hidden;
    }

    .img-mid-column {
        height: 800px;
        transform: translateY(-9px);
    }


    .echec-box-1 {
        height: max-content;
        padding: 20px;
        box-shadow: none;
        width: 80%;
        float: right;
        position: absolute;
        /* left: 40px; */
        margin-left: 10%;
        margin-right: 10%;
        top: 15vh;
        z-index: 900;
        background: none;
        color: white;
        left: auto;
    }

    .align-echec-text {
        font-size: 50px;
    }

    .align-echec-text p:nth-child(1) {
        display: flex;
        justify-content: center;
        height: 50%;
        width: 100%;
        margin: 0 auto;
        padding-right: 45px;
        line-height: 30px;
        padding-top: 20px;
        text-align: left;
        align-items: flex-start;
    }

    .align-echec-text p:nth-child(2) {
        color: var(--main-gold-color);
        height: 50%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        text-align: left;
        justify-content: flex-start;
        align-content: flex-start;
        flex-direction: row;
    }

    .right-column-title {
        height: 80vh;
        width: 100%;
        padding: 20px;
        overflow-y: auto;
    }

    .right-column-title h1 {
        display: contents;
        margin: 0 auto;
        padding-top: 0;
        margin-left: -0;
        font-size: 6vw;
        color: #FFFFFF;
        font-weight: bold;
        letter-spacing: 1px;
        padding-bottom: 20px;
    }

    .right-column-title p {
        margin: 0 auto;
        color: white;
        margin-left: 0px;
        font-family: 'Montserrat-Regular';
        letter-spacing: 0; 
    }
}

@media (min-width: 992px) and (max-width: 1200px){

    /** SERVICES SECTION **/

    .view-services-btn button a{
        font-size: 20px;
    }

    .view-services-btn button{
        padding: 20px;
    }

    /** ACTIVIY SECTION **/

     /** ETUDE SECTION START **/



    /** SERVICES SECTION **/ 

    .englob-services{
        margin-top: 8vh;
    }
     /** TEAM SECTION **/

     .echec-last-section{
        overflow-y: scroll !important;
    }

    .echec-last-section::-webkit-scrollbar{
        display: none;
    }

    
    .three-column {
        display: flex;
        grid-template-columns: "";
        height: 100dvh;
        flex-direction: column;
    }

    .collabs-active{
        display: flex !important;
    }

    .englob-pastille-home-echec {
        position: absolute;
        height: 950px;
        width: 100%;
        justify-content: center;
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .mini-englob-pastille-home-echec {
        display: flex;
        justify-content: space-around;
        align-items: center;
        align-content: center;
        /* height: 260px; */
        margin-top: 26vh;
        width: 80%;
        flex-direction: row;
        z-index: 1;
    }

    .left-column {
        height: 200px;
    }

    .englob-team-title{
        height: 100%;
    }

    .englob-team-title h2 {
        font-size: 25px;
        margin-right: 0;
        padding-left: 10%;
        float: left;
        margin-top: 10vh;
    }
    .mid-column {
        height: 480px;
    }

    .englob-img-mid-column {
        height: 100%;
        width: 100%;
        /* align-self: center; */
        display: flex;
        justify-content: center;
    }

    .img-mid-column {
        height: 100%;
        display: visible;
    }

    .echec-box-1 {
        height: max-content;
        padding: 20px;
        box-shadow: none;
        width: 80%;
        float: right;
        position: absolute;
        /* left: 40px; */
        margin-left: 10%;
        margin-right: 10%;
        top: 15vh;
        z-index: 900;
        background: none;
        color: white;
        left: auto;
    }

    .align-echec-text p:nth-child(1) {
        display: flex;
        justify-content: center;
        font-size: 3vw;
        height: 50%;
        width: 100%;
        margin: 0 auto;
        padding-right: 45px;
        line-height: 30px;
        padding-top: 20px;
        text-align: left;
        align-items: flex-start;
    }

    .align-echec-text p:nth-child(2) {
        color: var(--main-gold-color);
        height: 50%;
        width: 100%;
        font-size: 3vw;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        text-align: left;
        justify-content: flex-start;
        align-content: flex-start;
        flex-direction: row;
    }

    .right-column-title {
        height: 100dvh;
        width: 100%;
        padding: 160px;
    }

    .right-column-title h1 {
        display: contents;
        margin: 0 auto;
        padding-top: 0;
        margin-left: -0;
        font-size: 5vw;
        color: #FFFFFF;
        font-weight: bold;
        letter-spacing: 1px;
        padding-bottom: 20px;
    }

    .right-column-title p {
        margin: 0 auto;
        color: white;
        margin-left: 0px;
        font-family: 'Montserrat-Regular';
        letter-spacing: 0; 
    }

    .arrow {
        top: 660px;
        left: 35vw;
    }
}

@media (min-width: 1200px) and (max-width: 1500px){
    .img-columns{
        height: 45vh;
        right: 10vw;
        width: 40vw;
        bottom: 215px;
        background-size: cover !important;
        background-position: -4px -270px !important;
    }
}

@media (min-width: 1500px) and (max-width: 1700px){
    .img-columns{
        height: 55vh;
        right: 10vw;
        width: 40vw;
        bottom: 136px;
        background-position: -4px -415px !important;
    }

    .arrow {
        left: 13vw;
    }
}

@media (min-width: 1400px) and (max-width: 1500px){
    .arrow {
        left: 11vw;
    }

    .shadow-image, .second-shadow-image{
        left: 180px!important;
        top: 350px!important;
    }

    .first-image-activity p, .second-image-activity p{
        margin-left: -350px;
        margin-top: 350px;
        width: 300px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px){
    .arrow {
        left: 9vw;
    }

    .circle-btn svg{
        height: 70px;
        width: 70px;
    }
    /*.activity-title h1{
        width: 50vw!important;
    }*/
}

@media screen and (max-width: 1440px){
    .engage-head p.paragraph{
        font-size: 16px;
    }

    .vertical-title{
        height: 75%;
    }

    .first-item{
        margin-left: 20px;
        width: 50%;
    }

    .engage-carousel-items{
        padding-right: 20px;
    }

    .engage-carousel-item-img{
        height: 70%;
        width: 400px;
    }

    .first-item .engage-text{
        width: 30%;
        margin-right: 50px;
        margin-top: 120px;
    }

    .engage-carousel-item:not(.first-item) .engage-carousel-item-img{
        width: 200px;
        height: 250px;
    }

    .englob-activity{
        margin-left: 300px;
    }

    .first-paragraph-activity, 
    .second-paragraph-activity{
        width: 50%;
    }

    .shadow-image{
        left: 80px!important;
        top: 37vh!important
    } 

    .second-shadow-image{
        left: 80px!important;
        top: 40vh!important
    }

    .first-image-activity p{
        margin-top: 330px;
        margin-left: -280px;
        width: 65%;
    }

    .second-image-activity p{
        margin-top: 400px;
        margin-left: -240px;
        width: 15vw;
    }

    .second-image-activity{
        margin-top: 10px;
    }

   

    .activity-title h1, .activity-title .h1P{
        width: 60vw;
        font-size: 3.5rem;
        /*margin-left: -350px;*/
    }

    .activity-title .word-carousel{
        top: 62%;
    }

    .all-services .services-title, .all-services .aos-init p{
        /*float: left;*/
        margin-left: 10px;
    }

    .view-services-btn{
        margin-left: 0;   
    }

    .all-team{
        background-size: auto 55%;
    }

    .text-all-team{
        width: 40%;
        padding-top: 0;
    }
    .blur-justice{
        padding-top: 90px;
    }

}

@media screen and (max-width: 1280px){
    .second-marianne-container{
        width: 55%;
    }
    .second-image-activity, .first-image-activity{
        width: 300px;
        height: 400px;
    }
    .activity-title h1, .activity-title .h1P{
        width: 80vw;
    }
    .second-image-activity p{
        margin-top: 330px;
    }
    .first-image-activity p{
        margin-top: 270px;
        width: 75%;
    }
    .shadow-image{
        width: 250px!important;
        height: 250px!important;
        top: 40vh !important;
    }
    .englob-column-justice{
        padding-top: 0;
    }
    .engage-carousel-item-img{
        height: 50%;
    }
    .first-item .engage-text p.paragraph{
        font-size: 16px;
        overflow-y: auto;
        height: 200px;
    }
    .engage-carousel-item:not(.first-item) .engage-carousel-item-img{
        width: 150px;
        height: 150px;
    }
    .all-services .aos-init p{
        text-align: right;
    }
    .all-services{
        gap: 15px;
    }
}

@media screen and (max-width: 1100px){
    .top-navbar ul li:first-child a {
        color: #ffe3b6;
    }

    .first-item{
        flex-wrap: wrap;
    }

    .engage-carousel-items{
        padding: 0;
        gap: 20px;
    }

    .engage-carousel-item-img{
        height: 20vh;
        width: 30vw;
    }

    .engage-carousel-item:not(.first-item){
        display: flex;
        flex-direction: column;
        align-items: center;
        
    }

    .engage-carousel-item:not(.first-item) .engage-carousel-item-img{
        width: 120px;
        height: 180px;
    }

    .first-item .engage-text{
        margin: 10px 0 0 10px;
        width: 40vw;
    }
    .first-item .engage-text p.paragraph {
        font-size: 13px;
    }

    .englob-activity{
        margin-left: 250px;
    }

    .shadow-image, .second-shadow-image{
        width: 200px!important;
        height: 250px!important;
        left: 30px!important;
    }

    .first-image-activity p, 
    .second-image-activity p{
        font-size: 13px;
        margin-left: -250px;
        margin-top: 250px;
        width: 65%;
    }

    .second-image-activity p{
        margin-top: 290px;
        margin-left: -230px;
    }

    .first-paragraph-activity p{
        font-size: 14px;
    }

    .activity-title h1 > br, .activity-title .h1P > br{
        display: none;
    }
    
    .activity-title{
        padding-top: 70px;
        width: 100%;
    }

    .activity-title h1, .activity-title .h1P{
        width: 100dvw;
    }

    .activity-title .word-carousel{
        top: 62%;
    }

    .all-team{
        background-size: auto 45%;
    }

    .text-all-team{
        width: 60%;
        padding-top: 0;
    }
    .blur-justice{
        padding-top: 90px;
    }
    .englob-column-justice div h1{
        font-size: 25px;   
    }
    .englob-column-justice div p{
        font-size: 14px;
    }
    .second-image-activity, .first-image-activity{
        width: 300px;
        height: 400px;
    }
    .shadow-image{
        top: 40vh!important;
    }
    .engage-head{
        margin-top: 20px;
    }
}

@media screen and (max-width: 1024px){
    .first-marianne-container p{
        font-size: 15px;
    }
    .first-marianne-container h1, .first-marianne-container .h1P{
        font-size: 45px;
    }
    .activity-btns a:hover{
        width: 25vw;
    }
    .view-services-btn{
        transition: none!important;
    }
    .englob-team-title h2{
        margin-top: 12vh;
    }
    .first-image-activity, .second-image-activity{
        width: 300px;
        height: 400px;
    }
    .second-image-activity{
        margin-right: 30px;
    }
    .second-image-activity p{
        margin-top: 280px;
    }
    .modal-1{
        width: 80vw;
    }
    .first-marianne-container{
        width: 40vw;
    }
    .services-title{
        float: right;
    }
    .first-image-activity p, .second-image-activity p{
        margin-left: -240px;
        width: 65%;
    }
    .shadow-image{
        top: 45vh!important;
    }
    .second-marianne-container{
        width: 70vw;
    }
    .source-layer5{
        background-size: 110%;
    }
    .engage-head{
        margin-top: 20px;
    }
    .view-services-btn button{
        width: 90%;
    }
    .echec-last-section .arrow{
        top: 625px;  
    }
}

@media (max-height: 600px) and (max-width: 1024px){
    .first-image-activity p, .second-image-activity p{
        width: 85%;
        margin-left: -240px;
    }
    .first-image-activity, .second-image-activity{
        height: 350px;
    }
    .text-all-team{
        width: 70%;
    }
    .text-all-team p{
        font-size: 14px;
    }
    .englob-column-justice{
        padding-top: 0;
    }
    .englob-column-justice > div{
        width: 100%;
    }

    .englob-column-justice > div h1{
        margin: 0;
    }
    .first-marianne-container{
        width: 40vw;
    }
    .first-marianne-container h1, .first-marianne-container .h1P{
        font-size: 40px;
    }
    .first-marianne-container p{
        font-size: 14px;
    }
    .englob-team-title h2{
        margin-top: 15vh;
    }
    .align-echec-text {
        margin-top: 20px
    }
}

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

    .all-services{
        display: flex;
        flex-direction: column;
        padding-top: 65px;
    }

    .gallery-container{
        padding: 80px 10px 0px 10px;
        margin: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .gallery-wrap{
        width: 100%;
        height: 100%;
        flex-direction: column;
        gap: 10px;
    }

    .gallery-container-mobile .bg-mobile-box{
        padding-top: 10px;
    }
    
    .gallery-container-mobile{
        padding: 0
    }

    .gallery-wrap-mobile {
        gap: 5px;
    }

    .gallery-wrap-mobile .item-mobile{
        height: 90px;
        width: 95%;
    }

    .gallery-wrap-mobile .item-mobile-title br{
        display: none;
    }

    .gallery-wrap-mobile .item-mobile-title{
        float: left;
        margin-left: 50px;
        font-size: 35px;
        padding-top: 10px;
    }

    .left-services div:first-of-type{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 20px;
    }

    .services-title {
        float: none;
        margin: 0;
        font-size: 40px;
    }

    .left-services p {
        margin-bottom: 20px;
        float: none;
        text-align: center;
    }

   
    .activity-title{
        justify-content: center;
       /* margin-left: 100px;*/
    }

    .activity-title h1, .activity-title .h1P{
        font-size: 2.5rem;
        line-height: 50px;
        margin-left: -3px;
        width: 100dvw;
    }

    .activity-btns{
        margin-bottom: 0;
    }
    .activity-btns a{
        width: 25vw;
    }

    .word-carousel{
        left: 55%;
    }

    .englob-activity{
        margin-left: 100px;
    }

    .shadow-image, .second-shadow-image{
        left: 30px!important;
        top: 55vh!important;
    }

    .first-image-activity p, .second-image-activity p{
        width: 250px;
        margin-left: 10px;
    }

    .justice-section .title-all-team .h1P, .justice-section .title-after-justice .h1P{
        margin: 0;
    }

    .justice-section .title-after-justice{
        margin: 0;
    }

    .justice-section .englob-column-justice{
        padding-top: 0;
    }

    .justice-section .englob-column-justice h2{
        font-size: 23px;
    }

    .justice-section .englob-column-justice p, .justice-section .text-all-team p{
        font-size: 13px;
    }

    .engage-carousel-items .engage-text {
        width: initial;
    }

    .engage-carousel-items .first-item .engage-text .h1P{
        font-size: 19px;
    }

    .engage-carousel-items .engage-text p.paragraph{
        font-size: 11px;
        width: 65vw;
        max-height: 40%;
        overflow: auto;
    }

    .engage-carousel-items{
        padding: 0;
        justify-content: center;
        align-items: baseline;
        gap: 40px;
    }

    .engage-carousel-item{
        width: 100px;
    }

    .engage-carousel-item:not(.first-item) {
        display: flex; 
        flex-direction: column;
        align-items: center;
    }

    .engage-carousel-item:not(.first-item) 
    .engage-carousel-item-img{
        height: 250px;
        width: 120px;
    }

    .engage-carousel-items h1{
        font-size: 13px;
    }

    .first-item .engage-carousel-item-img{
        width: 30vw;
        margin-top: 20px;
    }

    .first-item .engage-text{
        margin-top: 10px;
        width: 30vw;
    }

    .first-item{
        width: 38%;
        height: 80%;
        margin-left: 20px;
    }

    .title-all-team{
        overflow-x: hidden;
    }
    #justice-section-scroll, .engage-section{
        padding-top: 10px!important;
    }
   
}

@media screen and (max-width: 850px){
    .left-services{
        margin: auto auto 0 auto;
        width: 90vw;
        margin-top: 10px;
    }
    .echec-last-section .arrow {
        top: 610px!important;
    }
    .after-justice:hover .blur-justice{
        backdrop-filter: blur(3px);
        transition: 2.5s ease-in-out;
    }
    .after-justice{
        background-size: auto 40%;
    }
    .after-justice .englob-column-justice > div{
        width: 100%;
    }
    
    .first-item .engage-carousel-item-img{
        width: 25vw;
        height: 25vw;
    }
    .align-echec-text {
        padding-top: 30px!important;    
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    #collabs-2 .right-column-title{
        margin-top: 30px;
    }    
    .mini-englob-pastille-home-echec {
        margin-top: 37vh;
    }
    .engage-head .h1P{
        margin-bottom: 15px;
        font-size: 50px;
    }
    .engage-section .btn-anim{
        padding: 10px 20px 10px 20px;
    }
    .engage-head p.paragraph{
        margin-bottom: 10px;
    }
    .first-item .engage-text p.paragraph, .engage-head p.paragraph {
        font-size: 18px!important;
    }
}

@media screen and (max-width: 768px){
    .view-services-btn{
        width: 60vw;
    }

    .view-services-btn btn a{
        font-size: 17px;
    }

    .text-all-team p{
        width: 60vw;
    }

    .blur-justice{
        padding-top: 100px;
    }

    .after-justice{
        background-size: auto 90%;

    }

    .after-justice .englob-column-justice > div{
        width: 100%;
    }

    .after-justice .englob-column-justice > div p {
        font-size: 12px;
        margin-bottom: 0;
    }
    
    .englob-pastille-activity{
        position: absolute;
        display: flex;
        flex-direction: row;
        width: 100%;
        left: 320px;
        bottom: 5vh;
    }

    .englob-pastille-activity .pastille-activity{
        margin-right: 30px;
    }

    .engage-head{
        padding-top: 90px;
    }

    .all-team{
        background-size: auto 40%;
        background-position-x: center;
    }
    .view-services-btn{
        margin-top: 0!important;
    }

    .englob-activity .first-image-activity{
        margin-top: 20px;
        margin-right: 0;
    }
  
    .englob-activity .second-image-activity p,
    .englob-activity .first-image-activity p{
        margin: 0 0 0 320px;
        width: 300px;
    }

    .second-paragraph-activity p, .second-paragraph-activity a{
        left: -10px;
    }

    .second-part .activity-title{
        padding-top: 0;
    }
    .first-part .activity-title{
        padding-top: 100px;
    }
    .first-paragraph-activity p{
        margin-top: 90px;
        position: initial;
        height: 50%;
        overflow-y: auto;
    }
    .first-paragraph-activity{
        width: 100%;
        margin-left: 20px;
    }
    .second-image-activity{
        margin-top: 40px;
    }

    .modal-overlay-1 .maps-contact .maps-iframe{
        width: 90%;
    }
    
    .modal-1{
        width: 90vw;
    }
    .first-marianne-container{
        width: 90%;
    }
    .second-marianne-container{
        width: 100dvw;
        padding-left: 100px;
    }
    .source-layer5{
        background-size: 180vh;
        opacity: 0.3;
    }
    .source-layer1{
        background-position: bottom -120px left -50px;
    }
    .source-layer2{
        background-position: bottom -180px left 50px;
    }
    .source-layer3{
        background-position: bottom -240px left 150px;
    }
    .view-services-btn button{
        width: 80%;
    }

}

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

    /** LOADER **/

    #preloader h1 {
        font-size: 35px;
        bottom: 30%;
    }

    /** MARIANNE 1 SECTION **/

    .first-marianne-container{
        width: 90%;
    }

    .first-marianne-container h1, .first-marianne-container .h1P {
        font-size: 25px;
    }

    .first-marianne-container p{
        font-size: 17px;
    }

    .first-marianne-container .btn-anim{
        margin-top: 0;
        font-size: 15px;
        width: 78vw;
    }

    /** END MARIANNE 1 **/


    /** ACTIVITY SECTION START **/

    .modal-content-1 h2:first-of-type {
        font-size: 20px;
    }

    
    
    .modal-territoire p{
        font-size: 13px;
    }

    .close-btn a {
        padding: 15px;
        font-size: 12px;
    }

    /** ACTIVITY SECTION END **/

    /** ETUDE SECTION START **/


    /** SERVICES SECTION **/

    .englob-services{
        grid-template-rows: 5% 80% 5%;
        margin-top: 20%;
        height: 100dvh;
    }

    .englob-services h1 {
        font-size: 25px;
        margin-left: 15px;
    }

    /** TEAM SECTION **/

    .echec-last-section{
        overflow-y: scroll !important;
    }

    .echec-last-section::-webkit-scrollbar{
        display: none;
    }

    .three-column {
        display: flex;
        grid-template-columns: "";
        height: 100dvh;
        flex-direction: column;
    }

    .collabs-active{
        display: flex !important;
    }

    .englob-pastille-home-echec {
        position: absolute;
        height: 950px;
        width: 100%;
        justify-content: center;
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .mini-englob-pastille-home-echec {
        display: flex;
        justify-content: space-around;
        align-items: flex-end;
        align-content: center;
        width: 80%;
        flex-direction: row;
        z-index: 2;
    }

    .arrow {
        width: 100%;
        display: flex;
        justify-content: center;
        left: 0;
        top: 622px;
    }

    .right-column{
        padding-top: 80px;
    }
        

    .left-column {
        height: 200px;
    }

    .englob-team-title{
        height: 100%;
    }

    .englob-team-title h2 {
        font-size: 25px;
        margin-right: 0;
        padding-left: 10%;
        float: left;
        margin-top: 10vh;
    }
    .mid-column {
        height: 480px;
    }

    .englob-img-mid-column {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        overflow: hidden;
    }

    .img-mid-column {
        height: 800px;
        transform: translateY(-9px);
    }


    .echec-box-1 {
        height: max-content;
        padding: 20px;
        box-shadow: none;
        width: 80%;
        float: right;
        position: absolute;
        margin-left: 10%;
        margin-right: 10%;
        top: 15vh;
        z-index: 900;
        background: none;
        color: white;
        left: auto;
    }

    .align-echec-text{
        font-size: 40px;
    }

    .align-echec-text p:nth-child(1) {
        display: flex;
        justify-content: center;
        height: 50%;
        width: 100%;
        margin: 0 auto;
        padding-right: 45px;
        line-height: 30px;
        padding-top: 20px;
        text-align: left;
        align-items: flex-start;
    }

    .align-echec-text p:nth-child(2) {
        color: var(--main-gold-color);
        height: 50%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        text-align: left;
        justify-content: flex-start;
        align-content: flex-start;
        flex-direction: row;
    }

    .right-column-title {
        height: 100dvh;
        width: 100%;
        padding: 20px;
        
    }

    .right-column-title h1 {
        display: contents;
        margin: 0 auto;
        padding-top: 0;
        margin-left: -0;
        font-size: 6vw;
        color: #FFFFFF;
        font-weight: bold;
        letter-spacing: 1px;
        padding-bottom: 20px;
    }

    .right-column-title p {
        margin: 0 auto;
        color: white;
        margin-left: 0px;
        font-family: 'Montserrat-Regular';
        letter-spacing: 0; 
    }

    /*.activity-title{
        margin-left: 40px;
    }*/

    .activity-title h1, .activity-title .h1P{
        font-size: 25px;
        line-height: 30px;
        padding-top: 90px;
    }
    .activity-title .h1, .title-all-team .h1P, .title-after-justice .h1P,
    .engage-head .h1P,.services-title{
        font-size: 25px;
    }
    .word-carousel{
        font-size: 30px;
    }

    .activity-title{
        padding-top: 30px;
    }

    .englob-activity{
        align-items: flex-start;
        margin-top: 20px;
        margin-left: 30px;
        flex-wrap: wrap;
    }

    .englob-activity .first-image-activity,
    .englob-activity .second-image-activity{
        height: 250px;
        width: 250px;
        margin: 0;
    }

    .second-shadow-image, .shadow-image{
        left: 10px!important;
        top: 40vh!important;
        width: 150px!important;
        height: 180px!important;
    }

    .englob-activity .first-image-activity p,
    .englob-activity .second-image-activity p{
        margin: 160px 0 0 20px;
        font-size: 12px;
        
    }
    
    .first-paragraph-activity, 
    .second-paragraph-activity{
        width: 100%;
        margin-top: 10px;
    }
    .first-paragraph-activity p, 
    .second-paragraph-activity p{
        left: -50px;
        font-size: 11px;
    }

    .engage-head{
        width: 100dvw;
    }

    .engage-head .h1P{
        text-align: center;
        margin-left: 10px;
    }

    .engage-head p.paragraph{
        width: 90vw;
    }

    .engage-carousel{
        margin-top: 10px;
    }

    .engage-carousel-items{
        gap: 20px;
        justify-content: flex-start; 
        flex-wrap: wrap;
    }

    .engage-carousel-item.first-item{
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }

    .engage-carousel-item.first-item 
    .engage-carousel-item-img{
        width: 70vw;
        height: 150px;
        margin-top: 0;
    }

    .engage-carousel-item:not(.first-item) .engage-carousel-item-img{
        height: 150px;
        width: 80px;
    }

    .engage-carousel-item.first-item .engage-text{
        width: 100%;
        margin: 10px 0 0 50px;
    }

    .engage-carousel-item.first-item .engage-text .h1P{
        font-size: 22px;
    }
    

    .englob-pastille-activity{
        position: absolute;
        display: flex;
        flex-direction: column;
        width: 100%;
        left: 90vw;
        bottom: 45vh;
    }
    .englob-pastille-activity .pastille-activity{
        margin-right: 30px;
    }

    .item-mobile-title{
        font-size: 15px;
    }

    .gallery-wrap-mobile .item-mobile-title{
        font-size: 20px;
        padding-top: 20px;
    }

    .view-services-btn{
        width: 90%;
    }

    .first-paragraph-activity p{
        width: 90%;
        margin-top: 0;
        max-height: 10vh;
        overflow: auto;
    }

    .second-part .activity-title{
        padding-top: 40px;
    }
    .second-paragraph-activity p{
        position: initial;
        margin-top: 45px;
        width: 80%
    }

    .first-part .activity-title{
        padding-top: 0;
    }
    .first-paragraph-activity a, .second-paragraph-activity a{
        width: 80%;
    }
    .first-paragraph-activity{
        margin-top: 55px;
    }
    .englob-activity .second-image-activity p{
        margin-top: 40px;
    }
    .englob-activity .first-image-activity p{
        position: absolute;
        left: 9%;
        top: 46%;
        width: 320px;
    }
    .englob-activity .second-image-activity p{
        position: absolute;
        left: 8%;
        top: 43%;
        width: 310px;

    }
}

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

    .y-mandatory-scroll-snapping{
        height: 100vh;   
        scroll-snap-type: none;

    }
   .after-justice .englob-column-justice > div p{
        font-size: 10px;
   }
   .text-all-team p{
        font-size: 11px!important;
   }
   .justice-section .englob-column-justice h2{
        font-size: 20px;
        margin-bottom: 5px;
   }
   .blur-justice{
        padding: 100px 20px 10px 20px;
   }
   .all-team {
        background-size: auto 25%;
   }
   .after-justice{
        background-size: auto 30%;
   }
   .activity-btns a{
        font-size: 13px;
   }
   .engage-head p.paragraph, .all-services p{
        font-size: 16px;
   }
   .all-services p{
        text-align: center!important;
   }
   .first-paragraph-activity a, .second-paragraph-activity a{
        width: 90%;
        font-size: 15px;
    }
    .englob-activity .first-image-activity p, .englob-activity .second-image-activity p{
        margin: 160px 0 0 0px;
       /* width: 250px;*/
    }
    .englob-activity .first-paragraph-activity{
        margin-left: 5px;
    }
    .englob-column-justice{
        max-height: 55vh;
        overflow-y: auto;
    }
    .gallery-wrap-mobile .item-mobile{
        height: 80px;
    }
    .gallery-container-mobile .bg-mobile-box{
        padding-top: 5px;
    }
    .item-number-mobile{
        font-size: 30px!important;
    }
    
    .modal-overlay-1 .maps-contact .maps-iframe{
        width: 100%;
        height: 250px;
    }
    .modal-content-1{
        padding: 0;
    }
    .second-marianne-container{
        width: 100dvw;
        padding-left: 40px;
    }
    .parallax{
        display: none;
    }
    .source-layer1 {
        background-position: bottom -40px left 0px;
    }
    .source-layer2 {
        background-position: bottom -70px left 50px;
    }
    .source-layer3 {
        background-position: bottom -100px left 100px;
    }
    .first-marianne-container{
        height: 100%;
        padding-right: 5%;
    }
    body{
        overflow: scroll;
    }
    .first-slide-left, .second-slide-left, .third-slide-left {
        margin-left: 10%;
    }
    .marianne-section{
        background-image: url("../img/assets/Anim_1_sansfond/mobile/anim 1 mobileSF_00103.png");
        background-size: cover;
        background-position: center;
    }
    .img-mid-column {
        height: 500px;
        margin-top: 80px;
    }
    .mini-englob-pastille-home-echec{
        height: 300px;
    }
    .echec-box-1{
        top: calc(20% );
        height: auto;
        width: 100%;
        margin-left: 5%;
        margin-right: 0;
    }
    .three-column{
        height: 100%;
    }
    .englob-team-title{
        height: auto;
    }
    .left-column h2{
        margin-top: 70px;
    }
    #echec-section{
        padding-top: 40px;
    }
    .arrow{
        top: 652px;
    }
    .mid-column{
        height: 450px;
    }
    .align-echec-text{
        font-size: 35px;
        padding-right:0;
    }
    #marianne-for-all{
        display: none;
    }
    .engage-carousel-items .engage-text p.paragraph{
        font-size: 16px;
    }
    .engage-carousel-item.first-item .engage-carousel-item-img{
        width: 80vw;
        height: 200px;
        margin-top: 30px;
    }
    .engage-carousel-item:not(.first-item){
        margin-top: 60px;
    }
    .first-item{
        height: 90%;
    }

    #team-section-mobile .quote{
        height: 400px;
    }
    #team-section-mobile .quote p{
        font-size: 30px;
        line-height: 0;
    }
    #team-section-mobile .team-infos .team-description{
        font-size: 14px;
    }
    .title-after-justice p{
        margin: 0;    
    }
    .engage-carousel-item.first-item .engage-carousel-item-img{
        margin-bottom: 8px;
    }
    .engage-section .btn-anim{
        padding: 15px;
    }
    .first-item .engage-text p.paragraph{
        width: 90vw;
    }    
    .engage-carousel-item.first-item .engage-carousel-item-img{
        display: none;
    }
    .engage-head .h1P{
        margin-top: 0;
    }
    .after-justice .hide-section-justice{
        font-size: 12px;
    }
    .engage-carousel-item.first-item .engage-text{
        margin: 20px 0;
        width: 100%!important;
        text-align: center;
    }
    .view-services-btn button {
        width: 100%;
    }
    #marianne2{
        position: relative;
        background-image: none!important;
        
    } 
    #marianne2::before{
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../img/papiers-peints-colonne-pierre-grecque-classique.jpg.png'), url('../img/papiers-peints-colonne-pierre-grecque-classique.jpg.png'),  url('../img/papiers-peints-colonne-pierre-grecque-classique.jpg.png')!important;
        background-position: bottom left -60px, bottom center, bottom right -40px!important;
        background-size: 60%, 55%, 50%!important;
        background-repeat: no-repeat;
        filter: blur(2px);
        z-index: 0;
    }
    #marianne2 main{
        position: relative;
        z-index: 1;
    }
    #marianne3{
        /*background-image: url('../img/assets/Anim_2_sansfond/anim 2_1920x1080SF_00123.png')!important;*/
        background-image: url("../img/assets/Anim_1_sansfond/mobile/anim 1 mobileSF_00103.png")!important;
      
    }
    .engage-text .h1P{
        text-align: center;
    }
}

@media screen and (max-width: 395px){
    .first-marianne-container p{
        font-size: 14px;
    }
    .englob-activity .first-image-activity, .englob-activity .second-image-activity{
        height: 200px;
        width: 200px;
    }
    .englob-activity .first-image-activity p{
        top: 42%;
    }
    .englob-activity .second-image-activity p{
        top: 40%;
    }
    .first-paragraph-activity{
        margin-left: 0;
    }
    .engage-carousel-item.first-item .engage-carousel-item-img{
        height: 80px;
        width: 90px;
    }
    .first-item .engage-text p.paragraph, .engage-head p.paragraph{
        font-size: 14px!important;
    }
    .second-shadow-image{
        top: 36vh !important;
        left: 15px !important;
    }
    .shadow-image{
        top: 38vh!important;
    }
    .engage-head {
        padding-top: 30px;

    }
}

@media screen and (max-width: 375px) and (max-height: 812px){
    .engage-carousel-items .engage-text p.paragraph{
       /* width: 80vw;*/
    }
}

@media screen and (max-width: 375px){
    .first-marianne-container p{
        font-size: 12px;
    }
    .after-justice .englob-column-justice > div p{
        font-size: 9px;
    }
    .engage-head .h1P{
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
    }
    .engage-head p.paragraph{
        font-size: 14px;
        height: 190px !important;
    }
    .englob-team-title h2{
        padding-top: 15px;
    }
    .echec-box-1{
        width: 100%;
    }
    .btn-anim, .view-services-btn button{
        padding: 15px!important;
    }
    .gallery-wrap-mobile .item-mobile{
        height: 50px;
    }
    .activity-btns a{
        font-size: 12px;
    }
    .first-paragraph-activity{
        margin-left: 0;
    }
    .first-paragraph-activity a, .second-paragraph-activity a{
        font-size: 13px;
    }
    .engage-carousel-item.first-item .engage-carousel-item-img{
        height: 120px;
        width: 250px;
    }
    .engage-carousel-item.first-item{
        margin: 0;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }
    .engage-carousel-item.first-item .engage-text{
        width: 40vh;
        margin: 0;
        max-height: 100px;
        overflow-y: auto;
    }
    .first-item .engage-text p.paragraph{
        height: 120px!important;
        overflow-y: auto;
    }
    .engage-head p.paragraph{
        height: 100px;
        overflow-y: scroll;
    }
    .engage-section .btn-anim{
        padding: 10px !important;
    }
    .blur-justice{
        padding-top: 130px;
    }
    .englob-column-justice{
        max-height: 45vh;
    }
    .englob-activity .first-image-activity, 
    .englob-activity .second-image-activity{
        width: 100px;
        height: 150px;
    }

    .second-shadow-image, .shadow-image{
        width: 110px !important;
        height: 110px !important;
    }

    .englob-activity .first-image-activity p{
        margin-top: 120px;
    } 
    .englob-activity .second-image-activity p{
        margin-top: 100px;
    }
    .gallery-wrap-mobile .item-mobile-title, .item-number-mobile{
        padding-top: 0;
    }
    .gallery-wrap-mobile .item-mobile-title{
       margin-left: 20px;   
       margin-top: 10px;
    }
    .services-section .row{
        height: 100%;;
    }
    .all-services{
        padding-top: 100px;
    }
    .view-services-btn {
        margin-bottom: 0;
    }
    .shadow-image{
        top: 45vh!important;
    }
   /* .img-mid-column{
        height: 340px;
    }
    .echec-box-1{
        top: 300px;
        margin-left: 10px;
        padding: 5px;
    }
    .englob-pastille-home-echec{
        height: 750px;
    }
    .arrow{
        top: 480px;
    }
    .circle-btn svg{
        width: 70px;
    }*/
    .engage-carousel-item.first-item .engage-text{
        max-height: 300px;
        margin-top: 8px;
    }
    .first-item .engage-text p.paragraph{
        font-size: 14px;    
        width: 89%;
        margin: auto;
        margin-top: 0;
    }
    .engage-carousel-item:not(.first-item){
        margin-top: 20px;
    }
    .englob-activity .first-image-activity p {
        top: 46%;
    }
    .englob-activity .second-image-activity p {
        top: 42%;
    }
    #team-section-mobile .quote p{
        margin-top: 20px;
        line-height: 8px;
    }
    .all-team .blur-justice, .after-justice .blur-justice{
        padding-top: 100px;
    }
    .all-services{
        padding-top: 50px;
    }
    .englob-pastille-activity{
        bottom: 35vh;
    }
    .engage-text{
        width: 100%!important;
        text-align: center;
    }
    .engage-carousel-item.first-item .engage-carousel-item-img{
        display: none;
    }
}



@media screen and (max-width: 370px) {
    .engage-carousel-item-img{
        display: none;
    }
}

@media screen and (max-width: 360px) {
    .englob-activity .first-image-activity p{
        top: 43%;
        width: 80%;
    }
    .englob-activity .second-image-activity p{
        top: 42%;
        width: 85%;
    }
    .engage-carousel-item.first-item .engage-carousel-item-img{
        margin-top: 0;
    }
    .first-item .engage-text p.paragraph{
        font-size: 14px!important;
    }
}

@media (max-height: 480px) and (max-width: 320px){
    .first-marianne-container h1, .first-marianne-container .h1P{
        font-size: 18px;
    }
    .first-marianne-container p, .engage-head p.paragraph{
        font-size: 11px
    }
    .first-marianne-container .btn-anim{
        font-size: 13px;
    }
    .englob-activity .first-image-activity, 
    .englob-activity .second-image-activity, 
    .second-shadow-image, .shadow-image{
        height: 100px!important;
        width: 100px!important;
    }
    .englob-activity .first-image-activity p, 
    .englob-activity .second-image-activity p{
        display: none;
    }
    #id-activity .btn-anim{
        font-size: 12px;
    }
    .second-paragraph-activity p{
        width: 100%;
    }
    .text-all-team p, .englob-column-justice{
        max-height: 50vh;
        overflow-y: auto;
    }
    .engage-carousel-item-img{
        height: 50px!important;
        width: 50px!important;
    }
}


@media screen and (max-width: 320px){
    .after-justice .englob-column-justice > div p{
        font-size: 9px;
    }
    .justice-section .englob-column-justice h2{
        font-size: 15px;
    }
    .title-all-team .h1P, .title-after-justice .h1P{
        font-size: 25px;
    }
    .activity-btns a{
        font-size: 10px;
    }
    .services-title, .engage-head .h1P{
        font-size: 30px; 
    }
    .view-services-btn button{
        width: 90%;
    }
    .englob-activity .first-image-activity, .englob-activity .second-image-activity{
        width: 230px;
    }
    .second-shadow-image, .shadow-image{
        width: 100px;
        height: 130px;
    }
    .englob-activity .first-image-activity p, .englob-activity .second-image-activity p{
        width: 250px;
    }
    .second-paragraph-activity p{
        width: 90%;
    }
    .englob-activity{
        margin-left: 20px;
    }
    .first-paragraph-activity a, .second-paragraph-activity a{
        width: 100%;
    }
    .englob-activity .first-image-activity p,
    .englob-activity .second-image-activity p{
        left: 6%;
    }
    .second-paragraph-activity{
        margin-top: 30px;
    }
    .second-part .activity-title .h1{
        font-size: 40px;
    }
    .activity-title h1, .activity-title .h1P{
        font-size: 18px;
        padding-top: 30px;
        width: 98vw;
    }
    .first-paragraph-activity p, .second-paragraph-activity p{
        width: 95%;
    }
    .first-paragraph-activity, .second-paragraph-activity{
        margin-top: 20px;
    }
    .engage-head{
        padding-top: 50px;
    }
    .services-title, .engage-head .h1P{
        font-size: 25px;
    }
    .engage-carousel-item.first-item .engage-carousel-item-img{
        height: 80px !important;
        width: 90px !important; 
    }
    .engage-carousel-item.first-item .engage-text{
        max-height: 130px;
        margin-left: 10px;
    }
    .first-item .engage-text p.paragraph{
        font-size: 12px!important;
        max-height: 100%;
    }
    .engage-carousel-item.first-item .engage-text .h1P{
        font-size: 18px;
    }
    .all-services{
        padding-top: 30px;
    }
    .gallery-wrap-mobile .item-mobile-title{
        font-size: 16px;
    }
    .gallery-wrap-mobile .item-mobile{
        height: 40px;
    }
    .gallery-container-mobile .bg-mobile-box{
        padding-top: 0;
    }
    #echec-section{
        padding-top: 0;
    }
    .arrow{
        top: 610px;
    }
    .right-column .text-mercadie-echec{
        font-size: 14px;
        max-height: 100dvh;
    }
}


/* ipad air */ 
@media screen and (max-height: 820px) and (max-width: 1180px){
    
} 


@media screen and (min-width: 820px) and (max-width: 850px) and (min-height: 1180px) and (max-height: 1200px) {
    .layerMarianne{
        background-size: auto;
        opacity: 0.3;
    }
    .first-marianne-container{
        width: 70vw;
    }
    .engage-carousel-items .engage-text p.paragraph{
        font-size: 14px;
    }
    .view-services-btn button{
        width: 90%;
    }
}

/* ipad pro */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .layerMarianne{
        background-size: cover;
        opacity: 0.4;
    }
}

@media (max-height: 900px) and (max-width: 1536px){

    .engage-carousel-item-img{
        height: 70%;
    }
    .first-item .engage-text p.paragraph{
        font-size: 14px;
        overflow-y: scroll;
        height: 80px;
    }
    .engage-carousel-item-img{
        margin-top: 20px;
    }
    .first-item{
        margin-left: 10px;
    }
    .engage-carousel-item.first-item .engage-carousel-item-img{
        margin-top: 10px;
    }
    .engage-head p.paragraph{
        height: auto;
        overflow-y: auto;
    }
    .engage-carousel-item.first-item .engage-text .h1P{
        font-size: 20px;
    }
    .engage-head .h1P{
        margin-top: 10px;
    }
}

/* ipad */ 
@media only screen and (min-device-width: 768px) 
and (max-device-width: 1024px) {
    .layerMarianne, .parallax .layer{
        display: none!important;
    }
    .marianne-section{
        background-image: url("../img/assets/Anim_1_sansfond/mobile/anim 1 mobileSF_00103.png");
        background-size: cover;
        background-position: center;
    }
    .maps-iframe{
        max-width: 600px;
    }
    #justice-section-scroll, .engage-section{
        /*padding-top: 120px;*/
    }
    .engage-head .h1P{
        font-size: 50px;
    }
    .first-item .engage-text p.paragraph, .engage-head p.paragraph{
        font-size: 20px;
    }
    .text-all-team p{
        font-size: 18px;
    }
    .engage-carousel-item-img {
        height: 20vh;
        width: 40vw;
    }
    .engage-section .btn-anim{
        font-size: 1.5rem;
    }
    .echec-last-section .arrow{
        top: 720px;
    }
    .mini-englob-pastille-home-echec{
        margin-top: 34vh;
    }
    .align-echec-text{
        padding-top: 120px;
    }
    .align-echec-text p{
        font-size: 40px;
    }
}


@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1400px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .shadow-image, .second-shadow-image{
        height: 220px !important;
    }
    .shadow-image, .second-shadow-image{
        top: 42vh!important;
        left: 70px !important;
    }
    .first-image-activity p, .second-image-activity p{
        font-size: 12px;
    }    
    .second-image-activity p {
        margin-top: 270px;
    }
    .engage-carousel-item.first-item .engage-carousel-item-img{
        width: 40%;
        height: 35%;
    }
    .first-item{
        margin-left: 30px;
    }
    .engage-carousel{
        margin-top: 20px;
    }
    .engage-section .btn-anim{
        padding: 10px 20px;
    }
    .left-services{
        margin-left: 25px;
    }
    .view-services-btn button{
        width: 90%;
    }
    .mini-englob-pastille-home-echec{
        margin-top: 65vh;
        left: 36vw;
    }
    .arrow{
        top: 610px;
    }

    .blur-justice{
        padding-top: 90px;
    }
    .text-all-team{
        width: 80%;
    }
    .first-marianne-container h1, .first-marianne-container .h1P, 
    .activity-title h1, .activity-title .h1P{
        font-size: 40px;
    }
    .first-item .engage-carousel-item-img{
        width: 25vw;
        height: 25vw;
    }
    .marianne-section{
        background-repeat: no-repeat;        
        background-size: 55%!important;
        background-position: right!important;
    }
    .blur-justice{
        padding-top: 80px;
    }
    
    .after-justice{
        background-size: auto 40%;
    }
    #justice-section-scroll, .engage-section{
        padding-top: 0;
    } 
    .align-echec-text{
        height: 20vh;
    }
}


@media only screen 
and (min-device-width: 1024px) 
and (max-device-width: 1400px) 
and (orientation: portrait) 
and (-webkit-min-device-pixel-ratio: 2) {
    .align-echec-text{
        height: 30vh;
        padding-top: 80px;
    }
}

@media (orientation:landscape) 
and (min-width:1024px) 
and (max-width:1400px) {
    
    .marianne-section{
        background-repeat: no-repeat;        
        background-size: 55%!important;
        background-position: right!important;
    }
    .text-all-team{
        width: 80%;
    }
    .all-team, .after-justice{
        background-size: auto 45%; 
    }
    .activity-title h1, .activity-title .h1P{
        font-size: 3rem;
    }
    .engage-carousel-item.first-item .engage-carousel-item-img{
        margin-left: 50px;
    }
    .first-item .engage-text{
       width: 50%; 
    }
    .align-echec-text{
        height: 30vh;
        padding-top: 80px;
    }
    .titre-page-services {
        width: 50vw;
    }
    .text-contact p {
        font-size: 13px;
    }
    .first-marianne-container{
        width: 55vw;
    }
}

@media (orientation:portrait) 
and (min-width:800px) 
and (max-width:1024px) {

    .justice-section .text-all-team p{
        font-size: 16px;
    }
    .text-all-team{
        width: 85%;
    }
    .echec-last-section .arrow {
        top: 650px !important;
    }
    .right-column {
        padding-top: 130px;
    }
    .first-image-activity{
        margin: 0 30px 0 0;
    }
    .first-paragraph-activity p{
        margin-top: 5px;
    }
    .services-carousel-item h1 {
        font-size: 14px;
    }
}