body{
    padding-left: 10%;
    padding-right: 10%;
    background-color: rgba(78,111,114, 0.8);
}

.display_actualite{
    position: relative;
    margin-bottom: 5%;
    margin-right: 5%;

}
.more-link{
    color: red;
    position: absolute;
    left: 80%;
    top: 80%;
    text-decoration: none;
}
.bas_space{
    position:relative;
    margin-bottom:10px;  
} 

.sibare{
    display: flex;
    position: relative;

}
.titre{
    text-decoration: none;
    font-weight: bold;
    font-size: 100%;
}

.prix_color{
    color: red;
}
.wp-block-group__inner-container,.wp-block-search__label{
    font-weight: bold;
    font-size: 150%;
}
.wp-block-latest-posts__post-title{
    text-decoration: none;
    color: black;
}
.background_color{
    background-color: white;
}
.responsive:hover{
    opacity: 0.5;
}
.form_display{
    position: relative;
    display: flex;
    margin-bottom: 5%;
}
.input_perso input{
    width: 50%;
    margin-left: 5%;
    border: 0px;
}
.input_perso select{
    border: 0px
}

button{
    background-color:rgb(255, 100, 26);
    width: 100%;
    color: white;
    border: 0px;
    padding-top: 2%;
    padding-bottom: 2%;
}
.prev , .next{
    text-decoration: none;
    background-color:rgb(255, 100, 26) ;
    color: white;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 10%;
    padding-right: 10%;
    position: relative;
    left: 35%;
}
.next:hover{
    color: white;
}
.prev:hover{
    color: white;
}
.current{
    display: none;
}


.contact_form{
    display: flex;
    margin-top: 5%;
}
.appel{
    margin-left: 100%;
    position: relative;
    color:rgb(255, 100, 26) ;
    border: 2px groove rgb(255, 100, 26);
    padding: 10% 30% 10% 30%;
    background: none;
    width: 200%;
    border-radius:10% ;
}
.Contact{
    padding-bottom:10%;
    padding-top:5%;
    border-radius:10% ;
    width: 120%;


}
.title_bien{
    font-weight: bold;
    font-size: 300%;
    line-height: 50px;
}
.prix{
    position: absolute;
    right: 70%;
    top: 51%;
    color: red;
}
.ville{
    text-transform: capitalize;
}
.nav-lin{
    text-decoration: none;
    margin-right: 10px;
    justify-content: space-between;
    color: white;
}
.nav-lin:hover{
    color: rgb(255, 100, 26);
}
.bien_avant img{
    border-radius: 0% 10% 0% 10%;
}
.info{
    position: absolute;
    bottom: 25%;
    color: white;
    font-weight: bold;
    display: flex;
    margin-left: 3%;
    font-size: 150%;
}
.pri{
    margin-left: 5%;
}
.bien_2 img{
    width: 70%;
    border-radius: 10%;
}





.bas_space {
    
    transition: transform 0.3s;

}
.bas_space:hover {
    transform: translate3d(0, -10px, 0);
}


.item{
    margin: 40px 10px;
    background-color: #fff;
    transition: transform 0.3s;
    transform: translate3d(0, -1px, 0);

}
.item:hover{
    transform: translate3d(0, -10px, 0);
}
.item img{
    display: block;
    width: 100%;
    height: auto;
}
.item_body {
    padding: 25px;
}

.item_title {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #232323;
}
.item_description {
    color: #585858;
}
.items {
    position: relative;
}


/*carousel*/

.carousel1{
    position: relative;
    
}
.carousel_container{
    transition: transform 0.3s;
    transform: translate3d(0,0,0)
}
.carousel_container::after{
    content: '';
    clear: both;
    display: table;
}

.carousel_item{
    float: left;
}
.carousel_next, .carousel_prev{
    position: absolute;
    width: 40px;
    height: 40px;
    background: #000000;
    border-radius: 50%;
    top: 50%;
    right: -20px;
    cursor: pointer;
    opacity: 0.5;
}

.carousel_prev{
    right: auto;
    left: 20px;
    transition:  0.1s;
}
.carousel_next{
    right: 20px;
    left: auto;
    transition:  0.1s;
}
.carousel_prev_hidden{
    left: 100px;
}
.carousel_next:hover, .carousel_prev:hover{
    transform: scale(1.2)
}
.carousel_next_hidden,.carousel_prev_hidden{
    cursor: auto;
    opacity: 0;
    right: -100%;
}
.carousel{
    position: relative;
    
}
.carousel_container{
    transition: transform 0.3s;
    transform: translate3d(0,0,0)
}
.carousel_container::after{
    content: '';
    clear: both;
    display: table;
}

.carousel_item{
    float: left;
}
.carouselle{
    position: relative;
    overflow: hidden;
}
.newletter button{
    margin-top: 3%;
}
.newletter{
    padding-left: 20%;
    padding-right: 20%;
}
.fa-angle-up{
    position: absolute;
    background-color: chartreuse;
    color: whitesmoke;
    padding-left: 1.5%;
    padding-top: 0.3%;
    width: 5%;
    height: 6%;
    border-radius: 20%;
    font-size: 30px;
}
.lien_bien{
    color:rgb(255, 100, 26);
    text-decoration:none;
    border: 2px groove white;
    width: 100%;
    position: relative;
    left: 40%;
    top: 100%;
    padding: 10px;
    border-radius: 10%;
}
.lien_bien:hover{
    color: white;
    background: rgb(255, 100, 26);
    border: 0px;
}
.bien_avant{
    border-radius: 0% 10% 0% 10%;
    width: 100%;
    position: relative;
    height: 500px;
    top: 10%;
}
.info_bien_avant{
    position: absolute;
    top: 150%;
    left: 15%;
    font-size: 150%;
}
.htt{
    border-radius: 0% 10% 0% 10%;
    width: 100%;
    position: relative;
    height: 350px;
    top: 10%;
}
.contact-form input, textarea{
    position: relative;
    left: 30%;
    border-radius:10%;
    opacity: 0.5;
    border: 0px ;
    width: 50%;
    padding: 10px;
    margin-bottom:20px;
}
.contact-form input:hover, textarea:hover{
    opacity: 0.7;
}

.contact-form button, h3{
    position: relative;
    left: 20%;
    border-radius:10%;
    border: 0px ;
    width: 50%;
    padding: 10px;
    margin: 0% 50% 2% 10%;
}
@media screen and (min-width :300px) and (max-width: 844px) {
    body{
        background-color: blue;
    }
    .bi{
        display: none;
        
    }
}