/*RESPONSIVE
01 - DESKTOP */
@media screen and (max-width: 1400px), (max-device-width: 1400px){
	
}
@media screen and (max-width: 1200px), (max-device-width: 1200px){
	.templateHomepage-blocFive .content .question{
        font-size: 4rem;
    }
}
/*02 TABLETTE*/
@media screen and (max-width: 1023px), (max-device-width: 1023px){
	.nested {
        display: none;
        /* padding: 20px 0 0 0;
        padding-right: 0px; */
    }
    #headerInner.active .forme input#s {
        width: 75%;
    }
    span.ico.search {
        margin: 0 auto;
        margin-top: 10px;
    }
    #headerInner.active .forme div.blocSearch {
        width: 95%;
    }
    .templateHomepage-blocFive .container .w60{
        width: 100% !important;
        flex-direction: column;
    }
    .templateHomepage-blocFive::before {
        width: 100%;
    }
    .templateHomepage-blocFive .content{
        text-align: center;
    }
    .templateHomepage-blocFour h3 {
        padding-right: 15px;
        font-size: 3.5rem;
    }
}
/*03 MINI-TABLETTE*/
@media screen and (max-width: 767px), (max-device-width: 767px){
	#headerInner.active .forme input#s {
        width: 95%;
        margin-bottom: 10px;
    }
    #headerInner.active .forme div.blocSearch {
        flex-direction: column;
    }
    span.ico.search {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        margin: 0px;
    }
    .nested {
        padding: 0px 0 0 0;
    }
    .singleBien .leftSide .infos .thirdItem{
        flex-direction: column;
    }
}
/*03 MOBILE*/
@media screen and (max-width: 500px), (max-device-width: 500px){
   
}