
.color-white{
    color: #fff;

}

.color-def, .error-message{
    color: rgb(180, 180, 180);

}

/** PAGE deposits **/

.row {
    margin: 0;
    padding: 0;
}

.deposits-section{
    min-height: 100dvh;
   /* background-color: #2b2b2b;
    background-image: url(/webroot/img/escalier.jpg);
    background-repeat: no-repeat;
    background-size: cover;*/
    
}

.leaflet-container .leaflet-control-container .leaflet-top .leaflet-control-browse{
    display: none !important;
}

/** TITRE deposits **/

.titre-page-deposits{
    margin: 0;
    padding: 0;
    padding-left: 8vw;
}

.titre-deposits {
    margin: 0;
    padding: 0;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Montserrat-Bold';
    color: #c29f6a;
    letter-spacing: 2px;
    width: auto;
    margin-bottom: 35px;
}

.description-deposits{
    color: white;
    width: 35vw;
    font-family: 'Montserrat-Regular';
}

.titre-deposits-block {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Montserrat-Bold';
    color: #c29f6a;
    letter-spacing: 2px;
    width: auto;
    margin-bottom: 5px;
}

.sous-titre-deposits{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.sous-titre-deposits .name{
    font-size: 15px;
    position: absolute;
    right: 10%;
}

.description-blocks{
    color: rgb(180, 180, 180);
    width: 60%;
    margin-top: 10px;
}

.bloc-content-validation{
    height: 70%;
    overflow-y: scroll;

}

.block-menu{
    background-color: #707372;
    border: 1px solid white;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    border-radius: 10px;
    height: 70vh;
    margin-left: 2rem;
    margin-right: 2rem;
    overflow-y: auto;

}

.block-menu .title-menu{
    color: rgb(180, 180, 180);
    margin-top: 2.0rem;
    margin-bottom: 2.0rem;
}

.block-menu .title-menu.active{
    color: #C29F6A;
    font-weight:bold;
}

.section-block{
    height: 70vh;

}

.page-section-block{
    height: 70vh;
    position: relative;

}

/** ADRESSE, TEL **/


.text-deposits {
    font-size: 18px;
    position: relative;
    color: black;
    background-color: #474747;
    font-family: 'Montserrat-Regular';
    width: 20vw;
    border-radius: 10px;
    height: 150px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: left;
}


/** deposits FORM **/

.bootstrap-select > .btn.dropdown-toggle{
    background-color: #fff;
    color: rgba(128, 128, 128, 0.377);
    border-radius: 5px;
    width: 450px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 5px;

}

.dropdown-menu {
    max-height: 180px!important;
    overflow-y: auto!important;
}

.bootstrap-select > .dropdown-menu{
    padding: 0;
}

.bootstrap-select > .dropdown-menu,
.bootstrap-select > .dropdown-menu .inner{
    background-color: rgb(180, 180, 180);
    border-radius: 15px;
    width: 450px;
    color: rgba(212, 212, 212);
}

.bootstrap-select > .dropdown-menu .inner li a{
    color: #313031;

}

.bootstrap-select > .dropdown-menu .inner li{
    border-top: 1px solid rgba(212, 212, 212);
    border-bottom: 1 px solid rgba(212, 212, 212);

}

.bootstrap-select > .dropdown-menu .inner .dropdown-item:hover,
.bootstrap-select > .dropdown-menu .inner .dropdown-item.selected.active{
    background-color: #313031;
    color: #16ECF7;

}

.row-navigation-button{
    position: absolute;
   /* bottom: 0px;*/
    width: 90%;
    margin-top: 10px;
}

.back-button{
    color : rgb(180, 180, 180);
    text-decoration: underline;
    cursor: pointer;
}

#id-button-next{
    position: absolute;
    right: 250px;
    bottom: 150px;
}

.next-button{
    background-color: #16ECF7;
    color: #2b2b2b;
    width: 300px;
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid currentColor;
    padding: 0.5rem;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    border-radius: 45px;
    transition: all 2s;
    
}

.next-button i{
    margin-left: 10px;
}

.next-button::before, .next-button::after {
    content: "";
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .next-button::before {
    right: -100px;
    border-right: 50px solid transparent;
    transform: translateX(-100%);
    background-color: transparent;
  }
  .next-button::after {
    left: -100px;
    border-left: 50px solid transparent;
    transform: translateX(100%);
    background-color: transparent;
  }
  .next-button:hover {
    color: aqua;
    background-color: transparent;
  }
  .next-button:hover::before {
    transform: translateX(-40%);
  }
  .next-button:hover::after {
    transform: translateX(40%);
  }

.deposits-form-section{
    height: 100dvh;
}


.englob-form-deposits {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.form-deposits{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.input.text, .input.textarea {
    position: relative;
    margin-top: 1.2rem;
    margin-bottom: 0.6rem;
}
  
.input.text > label {
    position: absolute;
    font-size: 1rem;
    left: 0;
    top: 10%;
    transform: translateY(0%);
    background-color: #2b2b2b;
    color: gray;
    padding: 0 0.3rem;
    margin: 0 0.5rem;
    transition: .1s ease-out;
    transform-origin: left top;
    pointer-events: none;
}
.input.text input[type=text], .input-multichoice {
    font-size: 1rem;
    outline: none;
    border: 1px solid white;
    border-radius: 10px;
    background-color: transparent;
    height: 30px;
    width: 80%;
    padding: 1rem 0.7rem;
    color: gray;
    transition: 0.1s ease-out;
}

.input-multichoice{
    height: auto;

}

.input.textarea > label {
    position: absolute;
    font-size: 1rem;
    left: 0;
    top: 15%;
    transform: translateY(-50%);
    background-color: #2b2b2b;
    color: gray;
    padding: 0 0.3rem;
    margin: 0 0.5rem;
    transition: .1s ease-out;
    transform-origin: left top;
    pointer-events: none;
}
textarea {
    font-size: 1rem;
    outline: none;
    border: 1px solid white;
    border-radius: 10px;
    background-color: transparent;
    height: 100%;
    width: 60%;
    padding: 1rem 0.7rem;
    color: gray;
    transition: 0.1s ease-out;
}

.listtextfielddescription{
    color: #fff;
}

.radio-align-vertical{
    display: inline-grid;
    color: gray;

}

.radio-align-vertical > label{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 0.3rem;
}

input[type="radio"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    appearance: none;
    /* For iOS < 15 to remove gradient background */
    background-color: rgb(180, 180, 180);
    /* Not removed via appearance */
    margin-right: 0.2rem;
    font: inherit;
    color: currentColor;
    width: 1.75em;
    height: 1.75em;
    border-radius: 5px;
    cursor: pointer;
    display: grid;
    place-content: center;
}

input[type="radio"]::before {
    content: "";
    width: 1.75em;
    height: 1.75em;
    border-radius: 5px;
    background-color: #16ECF7;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
}

input[type="radio"]:checked::before {
    transform: scale(1);
}

input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    appearance: none;
    /* For iOS < 15 to remove gradient background */
    background-color: #fff;
    /* Not removed via appearance */
    margin-right: 0.2rem;
    font: inherit;
    color: currentColor;
    width: 1.75em;
    height: 1.75em;
    border-radius: 5px;
    cursor: pointer;
    display: grid;
    place-content: center;
}

input[type="checkbox"]::before {
    content: "";
    width: 1.75em;
    height: 1.75em;
    border-radius: 5px;
    /*background-color: rgb(180, 180, 180);*/
    background-color: #16ECF7;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.input.error{
    border: 2px solid red;
}

.listtextfield-close{
    cursor: pointer;
    left: calc(50% - 16px);
    top: 3px;
    background-image: url(../img/close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 14px;
    width: 14px;
    position: absolute;
}

.add-listtextfield{
    cursor: pointer;
    color: #fff;
    vertical-align: middle;

}

.add-listtextfield-image{
    height: 32px;
    width: 32px;

}

.swiper-slide{
    display: none;
}

.swiper-slide.active{
    display: block;
}


.right-box {
    display: flex;
    flex-direction: column;
}

.document-title{
    text-decoration: underline;
    font-family: 'Montserrat-Regular', sans-serif;
    float: left;
    line-height: revert;
}

.englob-title-times{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.englob-document {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    width: 320px;
    height: 280px;
    margin-right: 3rem;
}

.englob-document .input-about {
    width: 80%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #707372 !important;
    border-radius: 0px;
    margin-left: 0%;
    margin-top: 5%;
}

.englob-document .input-about:focus {
    width: 80%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #707372 !important;
    border-radius: 0px;
    margin-left: 0%;
    margin-top: 5%;
}

.englob-document #file-upload-button{
    background-color: #313031;
    color: white;
}

.document-area{
    position: relative;
    overflow-x: scroll;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0.5rem;
}

.ghost-card {
    background-color: transparent;
    box-shadow: none;
}


.file-upload-button{
    background-color: black; 
}

.englob-file-btn{
    text-align: center;
    position: relative;
    /*
    position: absolute;
    width: 200px;
    top: 40%;
    height: 500px;
    right: 2%;
    */
}

.document-name{
    text-align: center;
    color: rgb(180, 180, 180);
    font-size: 14px;

}

.background-file-btn{
    background-color: white;
    position: absolute;
    top: 0%;
    opacity: 0.7;
    filter: blur(10px);
    right: 0%;
    height: 100%;
    width: 100%;
    /*z-index: 1;*/
}

.icones-more-files{
    height: 80px;
    right: 50%;
    margin-top: calc(50% - 50px);
    cursor: pointer;
    z-index: 2;
    /*opacity: 1;*/
}

.maskedcard {
    display: none;
}

.color-input{
    color: #707372;
    opacity: 0.75;
    font-size: 16px;
}

label {
    font-size: 16px;
    font-family: 'Montserrat-Regular', sans-serif;
}

.input-file-btn{
    background-color: #313031;
    color: white;
    border-radius: 10px;
    width: 80%;
    height: 30px;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 15px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-file{
display: none;

}

.authorized-block{
    background-color: #C29F6A;
    color: #fff;
    border-radius: 10px;
    padding: 1rem;

}

.error-message{
    float: right;
    color: red;
    margin-left: 0.4rem;
    margin-right: 0.4rem;

}

.error-field{
    border: 2px solid red !important;

}

/* MAP */
#map{
    width: 600px; 
    height: 300px; 
}

.typeahead {
   /* z-index: 1200;*/
}


.downloadWord{
    padding: 8px; 
    width: 200px;
    text-align: center;
    text-decoration: none;
    color: rgb(180, 180, 180);
    cursor: pointer;
}

.downloadWord:hover{
    color: rgb(180, 180, 180);
}

.recap-div{
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    gap: 20px;
}

.recap-div p{
    color: rgb(180, 180, 180);
    width: 20%;
}
.recap-div-inputs{
    width: 80%;
}

#coordinates{
    display: none;
}

.field-validation{
    max-width: 250px;
    word-wrap: break-word;
    max-height: 100px;
    overflow-y: auto;
}

.recap-div-inputs .textarea{
    border: 1px solid grey;
    border-radius: 14px;
    direction:rtl;
    max-width: 80%;
}

.bloc-content-validation .type{
    width: 50%;
    display: flex; 
    align-items: center;
    gap: 30px;
}

.bloc-content-validation .type:not(.name){
    color: rgb(180, 180, 180);
}
.bloc-content-validation .type p:not(.name){
    width: 20%;
}
.bloc-content-validation .type p.name{
    width: 50%;
}

.bloc-content-validation .type .name, .sous-titre-deposits .name{
    border: 1px solid grey; 
    color: #16ECF7;
    padding: 8px;
    border-radius: 8px;
    text-align: center;
}

.last-block-btns{
    display: flex;
    gap: 30%;
    align-items: center;
    flex-wrap: wrap;
}

.last-block-btns > div{
    display: flex;
    align-items: center;
    gap: 20px;
}

.recap{
    border: none;
    background-color: transparent;
    color: rgb(180, 180, 180);
}

.deposits-block{
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-fill: balance;
    -moz-column-fill: balance;
    -webkit-column-fill: balance;
    width: 80%;
}

.deposits-block > div.input{
    display: inline-block; width:100%
}

.deposits-block .btn.dropdown-toggle{
    width: 300px;
}

.englob-document .delete-file{
    cursor: pointer;
}


.parallax{
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

.source-layer1 {
    background-image: url("../img/merc-3dpinmap.png");
    background-position: right 10vw center;
    background-size: 23%;
    z-index: 2;
}

.source-layer2 {
    background-image: url("../img/merc-sheet.png");
    background-position: right 28vw top 250px;
    background-size: 10%;
    transform: rotate(-5deg);
}

.source-layer3 {
    background-image: url("../img/merc-sheet.png");
    background-position: left -1vw top 40%;
    background-size: 15%;
    transform: rotate(180deg);
    /*transform: scaleX(-1); */
}

.source-layer4 {
    background-image: url("../img/merc-3dcircles@2x.png");
    background-position: right 9vw top 50%;
    background-size: 25%;
}

.source-layer1-acte {
    background-image: url("../img/merc-loop.png");
    background-position: right 15vw top 28vh;
    background-size: 30%;
    z-index: 2;
}
.source-layer2-acte {
    background-image: url("../img/merc-sheet.png");
    background-position: right 30vw top 28vh;
    background-size: 10%;
    transform: rotate(-5deg);
}
.source-layer3-acte {
    background-image: url("../img/merc-sheet@2x.png");
    background-position: right 5vw top 15vh;
    background-size: 35%;
}
.source-layer4-acte {
    background-image: url("../img/merc-pen.png");
    background-position: right 3vw top 25vh;
    background-size: 23%;
}

.all-first-section{
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100vw;
}

.titre-page-deposits, .next-button {
    z-index: 2;
}

#form-cgv-validate{
    color: white;
}

#form-cgv-validate a{
    color: #16ECF7;
    cursor: pointer;
    text-decoration: none;
}

.docss{
    display: flex;
    flex-direction: column;
    width: 60%;
}

.listtextfielddiv{
    width: 60%;
}

  /** RESPONSIVE deposits PAGE **/

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

   

}

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

}

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

   
}

@media screen and (max-width: 1440px){
    .block-menu{
        height: 80vh;
    }
    .deposits-block .bootstrap-select > .btn.dropdown-toggle{
        width: 100%;
    }
}

@media screen and (min-width:1100px) {

    

}

@media screen and (max-width: 1100px){
    .all-first-section{
        margin-top: 100px;
    }

    .block-menu{
       width: 15vw; 
    }
}

@media screen and (max-width:1024px) {
    .source-layer1-acte{
        background-position: right 10vw top 33vh;
        background-size: 40%;
    }
    .source-layer2-acte{
        background-position: right 35vw top 35vh;
        background-size: 15%;
    }
    .source-layer3-acte{
        background-position: right -2vw top 27vh;
        background-size: 45%;
    }
    .source-layer4-acte{
        background-position: right -2vw top 40vh;
        background-size: 25%;
    }
    .source-layer2{
        background-position: right 28vw top 350px;
    }
    #id-button-next{
        /*position: initial;*/
        float: right;
        margin-right: 50px;
    }
}

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

@media screen and (max-width: 830px){
    .source-layer2, .source-layer3, .source-layer2-acte{
        display: none;
    }
    .description-deposits{
        width: 55vw;
    }
    .all-first-section{
        margin-top: 0;
    }
    .source-layer1-acte{
        background-position: right 8vw top 40vh;
        background-size: 40%;
    }
    .source-layer3-acte {
        background-position: right -6vw top 35vh;
        background-size: 45%;
    }
    .source-layer4-acte {
        background-position: right -2vw top 45vh;
        background-size: 25%;
    }
    .page-section-block div{
        width: 90%;
    }
    .deposits-block{
        column-count: 1;
        -webkit-column-count: 1;
    }
    .sous-titre-deposits .name{
        width: 25%;
    }
    .block-menu .title-menu {
        font-size: 16px!important;
    }
}

@media screen and (max-width: 768px){
    .titre-deposits{
        margin-top: 60px;
    }
    .description-deposits{
        width: 90vw;
    }

    #id-button-next{
        right: 20px;
        bottom: 15vh;
    }

    .block-menu{
        width: 15vw;
        margin-left: 0;  
        height: 80vh;
        padding: 5%;
    }

    .title-menu{
        font-size: 12px;
    }
    .page-section-block div{
        width: 100%;
    }
    
    .row-navigation-button{
        margin-top: 30px;
    }

    .row-navigation-button div, .back-button{
        width: 30%;
    }

    #map{
        width: 75vw;
        height: 250px;
    }

    .description-blocks{
        max-height: 80px;
        overflow-y: auto;
    }

    .sous-titre-deposits .name{
        display: none;
    }

    .deposits-block:has(.geoloc){
        column-count: 1;
        -webkit-column-count: 1;
    }
    .parallax{
        display: none;
    }
    .titre-page-deposits{
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }
    .input.text input[type=text], .description-blocks, textarea{
        width: 100%;
    }
    .docss, .listtextfielddiv, .bloc-content-validation .type{
            width: 100%;
    }
    .block-menu{
        margin-top: 40px;
    }
}

@media screen and (max-width: 560px){
   .all-first-section div:has(.block-menu){
        display: none;
   }

   .titre-page-deposits h1{
        margin-top: 0;
   }

   .titre-page-deposits .description-deposits{
        font-size: 13px;
   }
   .bootstrap-select > .btn.dropdown-toggle{
        width: 350px;
   }
   .deposits-block{
        column-count: 1;    
        -webkit-column-count: 1;
   }
   .input.text input[type=text], .description-blocks, textarea{
        width: 100%;
   }
   .all-first-section{
        margin-top: 0;
   }
   .docss, .listtextfielddiv, .bloc-content-validation .type{
        width: 100%;
   }
   .last-block-btns > div{
        flex-direction: column;
        margin-top: 10px;
   }
}

@media screen and (max-width: 425px){
    .sous-titre-deposits .name, 
    .bloc-content-validation .type p.name{
        display: none;
    }
    .deposits-block{
        column-count: 1;
        -webkit-column-count: 1;
    }
    .input.text input[type=text], 
    .input-multichoice, 
    textarea{
        width: 100%;
    }
    .titre-deposits-block, 
    .titre-deposits{
        font-size: 25px;
    }
    .description-blocks, 
    .authorized-block{
        font-size: 12px;
    }
    .last-block-btns > div{
        flex-wrap: wrap;
    }
    .last-block-btns{
        margin-top: 10px;
    }
    .document-area .input-file-btn{
        width: 100%;;
    }
    .section-block{
        width: 100%;
    }
    .description-blocks{
        max-height: 60px;
        overflow-y: auto;
    }
    
    .page-section-block div{
        width: 100%;
    }
}

@media screen and (max-width: 390px){
    .titre-deposits-block,
    .sous-titre-deposits{
        font-size: 18px;
    }

    .description-blocks{
        font-size: 15px;
    }

    .next-button{
        width: 80vw;
    }

    .authorized-block{
        font-size: 12px;
    }

    .next-button, [type=submit]:not(:disabled){
        font-size: 18px;   
    }
    .last-block-btns > div{
        margin-top: 10px;
    }
    .titre-page-deposits{
        padding-left: 10px;
    }
    .titre-deposits-block, .titre-deposits{
        font-size: 35px;
    }
    .deposits-section br{
        display: none;
    }
    .all-first-section {
        margin-top: 10px;
    }
 }
 
 @media screen and (max-width: 375px){
    .titre-deposits-block, .titre-deposits{
        font-size: 35px;
    }
    .description-deposits{
        font-size: 12px;
    }
    .deposits-section br{
        display: none;
    }
    .all-first-section{
        padding: 10px;
    }
    .bootstrap-select > .btn.dropdown-toggle{
        width: 320px;
    }
    #id-button-next{
        float: initial;
        bottom: 10px;
    }
 }

 @media screen and (max-width: 320px){
    .bootstrap-select > .btn.dropdown-toggle{
        width: 300px;
    }
 }

@media screen and (max-width: 1500px){
    .title-menu{
        font-size: 14px;
    }
    .row-navigation-button{
        bottom: initial;
    }
}

@media screen and (min-width: 820px) and (max-width: 850px) and (min-height: 1180px) and (max-height: 1200px) {
    .titre-deposits{
        width: 80%;
    }
    .input.text > label{
        font-size: 14px;
    }
    .sous-titre-deposits .name{
        margin-top: 30px;
        font-size: 12px;
    }
    .deposits-block{
        -webkit-column-count: 1;
        column-count: 1;
    }
    .block-menu{
        width: 18vw;
    }
}

/* 2436x1125px at 458ppi */
@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {

    .listtextfielddiv, .docss, .description-blocks, .listtextfielddescription{
        width: 100%;
    }

}



/** END **/


div:has( > input.inputHidden) {
    display: none;
    visibility: hidden
}

.geoloc p{
    color: white;
}

.dragover{
    background-color: rgba(22, 236, 247, 0.8);
    border: 1px dashed black;
    opacity: 0.9;
}

.dnd{
    color: #707372;
}

.input-f-btn{
    text-align: center;
}


.background-circle {
    position: static;
    display: block;
    overflow: hidden;
  }
  .circle{
    position: fixed;
    right: -10%;
    bottom: -10%;
    background: aqua;
    filter: blur(100px);
    height: 80vmin;
    width: 80vmin;
    border-radius: 50%;
    overflow: hidden;
    z-index: -1;
  }
  
  .circle:nth-of-type(1){
    animation: light-pulse 5s 2s linear infinite;
  }
  .circle:nth-of-type(2){
    animation: light-pulse 5s linear infinite;
  }

  .circle:nth-child(1){
      left: -5%;
      top: 30%;
      background: #c29f6a;
      filter: blur(100px);
      opacity: 0.2;
      height: 50vmin;
      width: 50vmin;
      border-radius: 50%;
  }

  
  @keyframes light-pulse {
    0% {
        opacity: 0;
    }

    50%{
        opacity: 0.4;
    }

    75%{
        opacity: 0;
    }

    100%{
        opacity: 0;
    }
}

.bg-logo {
    background-image: url("../img/Logo_seul_noir.svg"); /*url("../img/logo_transparent.png");*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 70vw;
}

#politics{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100dvh;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    display: none;
}
#politics .popup{
    padding: 3%;
    background-color: white;
    width: 45vw;
    border: 1px solid grey;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: justify;
    position: absolute;
    z-index: 3;
    left: 25%;
    top: 25%
}
#politics .popup i.fa-scale-balanced{
    color: #C29F6A;
}
#politics .close{
    position: absolute;
    top: 5%;
    right: 5%;
    color: black;
    cursor: pointer;
}
#politics .popup p{
    width: 100%;
    margin-top: 5px;
}
#politics .popup span{
    font-style: italic;
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .block-menu {
        height: 75vh;
    } 
    .block-menu .title-menu {
        font-size: 12px; 
    } 
}

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1400px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

    .deposits-block{
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
    }
    .all-first-section{
        margin-top: 8vh;
    }
  }

  @media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1400px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .deposits-block{
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
    }
    .all-first-section{
        margin-top: 8vh;
    }
  }

  @media (orientation:landscape) 
and (min-width:1024px) 
and (max-width:1400px) {
    .deposits-block{
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
    }
    .all-first-section{
        margin-top: 8vh;
    }
    .block-menu{
        width: 15vw; 
    }
}

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

    .all-first-section{
        margin-top: 4vh;
    }
    .block-menu .title-menu{
        font-size: 12px!important;
    }
    .block-menu {
        margin-left: 1.3rem;
    }
    .titre-page-deposits{
        padding-left: 5vw;
    }
}