.entry-content.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained {
    margin: 0 !important;
    padding: 0 !important;
}

.page-number {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
}

#title,
.titles,
label.titles {
    margin-bottom: 40px;
    line-height: 110% !important;
    font-weight: 400 !important;
    color: white !important;
}

.left-part h2,
.left-part p {
    color: white;
}

a {
    text-decoration: none;
}

h1,
.titles {
    font-family: 'Typewriter';
    color: white !important;
}

#tel {
    font-family: 'visuelt-medium';
    color: white;
    font-weight: bold;
}

.geo-form-map-main {
    display: flex;
    justify-content: center;
    align-items: stretch;
    min-height: 100vh;
    overflow: hidden;
    margin: 0 !important;
    max-width: 100%;
    flex-direction: row;
}

.geo-form-map-main .left {
    flex-direction: row;
    display: flex;
    padding: 100px 120px;
}

.geo-form-map-main .right {
    width: 50% !important;
    position: relative;
}

#step4 .left .subcontainer-left,
#step3 .left .subcontainer-left,
#step1 .left .subcontainer-left,
#subcontainer-left {
    height: 100%;
    width: 100%;
    max-width: 500px;
}

.subcontainer-left p,
.subcontainer-left ul li {
    color: white;
}

#cubixsolMap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative !important;
    z-index: 1;
}


#land-address {
    width: 100%;
    padding: 15px;
    border: 1px solid #b6b6b6;
    border-radius: 5px;
}

#land-address :placeholder-shown {
    font-size: 18px;
    color: #b6b6b6;
}

#cubixsolMap .leaflet-control-container .leaflet-left{
    display: block !important;
}

#cubixsolMap .leaflet-control-container .leaflet-right {
    display: none !important;
}


/*.leaflet-control-zoom {*/
/*    display: none;*/
/*}*/

/*.leaflet-bottom {*/
/*    display: none;*/
/*}*/

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

.ui-menu-item {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.ui-autocomplete-input {
    font-size: 18px;
    color: black;
}

.ui-autocomplete .ui-menu-item-wrapper {
    background-color: #fff !important;
    color: black !important;
    font-weight: normal !important;
}

.ui-autocomplete .ui-menu-item-wrapper:hover {
    background-color: #f9f7f2 !important;
    color: black !important;
    font-weight: bold !important;
}

#plotInfoContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 10px;
}

.item-parcel {
    background-color: #fff299;
    border-radius: 22px;
    color: #4b5075;
    font-weight: bold;
    display: inline-block;
    margin: 0px 0px;
    padding: 8px 15px;
    font-size: 16px;
}

.back_site,
.user-form-btn,
.btn_form,
.following-btn {
    background-color: #ffd700;
    border: none;
    width: 100%;
    border-radius: 5px;
    padding: 12px;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    margin-top: 20px;
}

#following-btn {
    display: none;
}

.back_site:hover,
.user-form-btn:hover,
.btn_form:hover,
.following-btn:hover {
    background-color: #fff299;
    color: #4b5075;
}

.back_site:focus,
.user-form-btn:focus,
.btn_form:focus,
.following-btn:focus {
    outline: none;
    border: none;
}



.following-btn {
    display: none;
}

#plotInfoContainer:empty+.following-btn+#area_tot {
    display: none;
}

#plotInfoContainer:not(:empty)+.following-btn#area_tot {
    display: block;
}


#area_tot {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    color: white;
}

#alert_ha {
    margin-bottom: 4px;
    display: none;
    color: white;
}

#alert_ha>p {
    padding: 12px;
    background-color: #ffcece;
    font-size: 15px !important;
    text-align: center;
    color: #4b5075 !important;
    font-weight: bold;
}

.bloc_input {
    position: relative;
}

.container_input {
    width: 100%;
}

.container_input p {
    color: white;
}

.bloc_input_checkbox input {
    display: inline;
    width: 18px;
    height: 18px;
    min-width: 15px;
    max-height: 20px;
    padding: 0 !important;
    margin: 0 !important;
    margin-right: 10px !important;
    box-sizing: unset;
    min-height: inherit;
    transform: translateY(3px);
}

.bloc_input_checkbox .label {
    display: inline;
    cursor: pointer;
}

#cover_right,
#cover-right-final {
    position: absolute;
    left: 0;
    top: 0;
    height: 90%;
    width: 100%;
    background-color: #F9F7F2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.subcontainer-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#step4 .right #cover_right .subcontainer-right,
#step3 .right #cover_right .subcontainer-right,
#step1 .right #cover_right .subcontainer-right {
    /*padding: 100px 120px;*/
    overflow: visible !important;
}


#logo {
    width: 33%;
}

.logo {
    height: 50px;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
}

#illu,
#illu2 {
    width: auto;
    max-width: 100%;
    margin: 60px 0;
    height: 700px;
}

#illu img,
#illu2 img {
    height: 700px !important;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: .35s;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1);
}

.star {
    width: 20px;
    min-width: 20px;
    height: 15px;
    display: inline-block;
    margin-right: 8px;
}

#note a {
    text-decoration: underline;
}

#txt-validation {
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    margin-top: 20px;
    width: 100%;
    max-width: 600px;
}

.return_step2,
.return_step3 {
    display: flex;
    margin-top: 20px;
    cursor: pointer;
    color: white !important;
}

.arr-return svg {
    width: 20px;
    height: 18px;
    margin-bottom: -3px;
    color: white !important;
}

#txt-rights,
#txt-rights * {
    line-height: inherit !important;
}

/* Responsive layout for smaller screens */
@media (max-width: 1024px) {

    #txt-rights,
    #txt-rights * {
        line-height: inherit !important;
    }

    #step4 .right,
    #step3 .right,
    #step1 .right {
        display: none !important;
    }

    .entry-content.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained {
        margin: 0 auto !important;
        max-width: 650px;
    }

    #step4,
    #step1,
    #step3,
    .geo-form-map-main {
        flex-direction: column !important;
    }

    .step4 .left,
    .step1 .left,
    .step3 .right,
    .geo-form-map-main .left,
    .geo-form-map-main .right {
        width: 100% !important;
    }

    #step2 .left,
    #step3 .left {
        margin: 0 !important;
    }

.geo-form-map-main .left {
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }

    #step4 .left .subcontainer-left,
    #step3 .left .subcontainer-left,
    #step1 .left .subcontainer-left,
    #subcontainer-left {
        max-width: 100% !important;
    }

    #cubixsolMap {
        height: 600px;
        max-width: 100%;
    }
}

.flex {
    display: flex;
}

.both {
    gap: 20px;
}

.both .bloc_input {
    position: relative;
    width: 50%;
}

input,
#containerMain input:not([type=checkbox]):not([type=radio]):not(:placeholder-shown):valid {
    border: 1px solid #DADADA !important;
}

input {
    min-height: 40px;
    border-radius: 4px !important;
    border: 1px solid #DADADA !important;
    margin-bottom: 20px !important;
    color: rgba(33, 31, 27, 1) !important;
    text-align: left !important;
    padding: 8px 18px !important;
    width: 100%;

}

@media (max-width: 768px) {

    #txt-rights,
    #txt-rights * {
        line-height: inherit !important;
    }

    #step4 .right,
    #step3 .right,
    #step1 .right {
        display: none !important;
    }

    #step1,
    #step3,
    #step4,
    .geo-form-map-main {
        flex-direction: column !important;
    }

    .step1 .left,
    .step3 .left,
    .step4 .left,
    .geo-form-map-main .left,
    #step2 .right {
        width: 100% !important;
    }

    .step1 .left,
    .step3 .left,
    .step4 .left {
        padding: 30px 15px !important;
        max-width: fit-content;
    }
    
        .geo-form-map-main .left {
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }
    
    #cubixsolMap {
        height: 500px;
        max-width: 100% !important;
    }
}


/* For smaller mobile devices */
@media (max-width: 480px) {
    
     .geo-form-map-main .left {
            padding-left: 15px !important;
            padding-right: 15px !important;
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }
}



















