/* RETINA */
@media screen and (min-width: 1440px) {
}

@media screen and (max-width: 1400px){
}

/* MAC BOOK */
@media screen and (max-width: 1440px) and (min-width: 1367px) {
}

/* DESKTOP 1 */
@media screen and (max-width: 1366px) and (min-width: 1296px) {
}

/* DESKTOP 2 */
@media screen and (max-width: 1295px) and (min-width: 1081px) {
}

/* IPAD LANDSCAPE */
@media screen and (max-width: 1080px) {
    .et_fullwidth_nav #main-header .container {
        width: 90%;
        max-width: 90%;
    }
    #top-menu li {
        font-size: 11px;
        padding-right: 15px;
    }
    .dalia-headers .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
        width: 90%;
        max-width: 90%;
    }
    .dalia-headers .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1 {
        font-size: 44px;
    }
    .dalia-headers .et_pb_fullwidth_header_subhead {
        width: 90%;
        font-size: 24px !important;
        line-height: 1.1;
    }
    #map-quartier.et_pb_code_0 {
        width: 100%;
    }
    #map-filters form .form-group {
        flex-direction: column;
    }
}


/* DIVI BreakPoint */
@media screen and (min-width: 981px) {
    #logo {
        max-height: 68px !important;
    }
}
@media screen and (max-width: 980px) {
    #map-filters form .form-group {
        flex-direction: column;
    }
    .et_pb_column.acx-col-left.acx-plan-container {
        /*display: none;*/
    }
    .home .et_pb_fullwidth_header_0 .header-content img.header-logo {
        max-width: 80%;
    }

    /* Unites */
    #show-map > .et_pb_row, #show-single > .et_pb_row{
        flex-direction:column;
        align-items: center;
    }
    #show-map .acx-col-left,
    #show-single .acx-col-left{
        width: 100%;
        margin-bottom:60px;
    }
    #show-map .acx-col-right,
    #show-single .acx-col-right{
        flex: 1 1 100%;
    }
	
	/*10-jan-22*/
	#Layer_1 {
		top: 18vw;
	}

	#show-map .et_pb_column.acx-col-left.acx-plan-container {
		background-color: #fff;
		position: relative !important;
		top: 0;
		padding-top: 100%;
		right: 0;
		left: 0;
		max-width: 100%;
	}

	#show-map .et_pb_column.acx-col-left.acx-plan-container {
		position: relative !important;
		top: 0;
		right: 0;
		left: 0;
		max-width: 100%;
	}

	#show-map .acx-col-right, #show-single .acx-col-right {
		max-width: 100%;
	}
}


/* Generic Tablets */
@media only screen and (max-width: 767px){
}
@media only screen and (max-width: 700px){
}

/* IPHONE 6+ LANDSCAPE */
@media only screen and (max-width: 736px){
}

/* IPHONE 6 LANDSCAPE */
@media only screen and (max-width: 667px){
	#Layer_1 {
		top: 18.5vw;
	}
}

/* HTC, GALAXY LANDSCAPE */
@media only screen and (max-width: 640px) {
}

/*IPHONE 5 LANDSCAPE */
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 520px) {
}

/* IPHONE 4 LANDSCAPE */
@media only screen and (max-width: 480px) {
    footer #nav_menu-2, footer #nav_menu-3 {
        margin-top: 20px;
    }
    #main-footer {
        padding-top: 30px;
    }
    .dalia-headers .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1 {
        font-size: 32px;
        line-height: 1.1;
    }
    .acx-col-left {
        flex: 1 0 100%;
        margin-right: 0;
    }
    .acx-col-right {
        min-width: 0;
    }
    #list-units li {
        padding: 12px 0;
    }
    #list-filters {
        flex-direction: column;
    }
    #list-filters select {
        max-width: 170px;
        float: right;
    }
    .unit-list li span {
        line-height: 1.4;
    }
    .unit-list li span:nth-child(3) {
        display: none;
    }
    .unit-meta div p {
        font-size: 14px;
    }
    .plan-btn {
        width: 100%;
        font-size: 16px;
    }
    #fw-map-filters {
        position: relative;
        background-color: #EBE3DA;
        top: 0px;
        left: 0;
        bottom: auto;
        min-width: 100%;
    }
}

/* IPHONE 6+ PORTRAIT */
@media only screen and (max-width: 414px) {
#qb-main-slider .header-content-container.center {
    padding-right: 0 !important;
}
}

/* IPHONE 6 PORTRAIT */
@media only screen and (max-width: 375px) {
	#popmake-24893 .check_availability {
		width: 100%;
	}
	#Layer_1 {
    top: 19.5vw;
	}
	/* ---------------------------------------- */
	/* Sidebar - cart*/
	
}

/* HTC, GALAXY PORTRAIT */
@media only screen and (max-width: 360px) {
}

/* IPHONE 4, IPHONE 5 PORTRAIT */
@media only screen and (max-width: 320px) {
}

/*--------------------------------- TARGET ONLY SPECIFIC DEVICES ------------------------------------------*/
/* TARGET IPAD */
@media only screen and (max-width: 768px) and (min-width: 767px) {
}
@media only screen and (max-width: 1024px) and (min-width: 1023px) {
}

/* TARGET iPHONE 5S */
@media only screen and (device-width: 640px) and (device-height: 1136px) and (orientation: portrait) {
}
@media screen and (max-device-width: 1136px) and (orientation: landscape) and (device-aspect-ratio: 40/71) {
}

/* TARGET IPHONE 5 */
@media only screen and (device-width: 568px) and (orientation: landscape) {
}
@media only screen and (device-width: 320px) and (orientation: portrait) {
}

/* TARGET IPHONE 4 */
@media only screen and (device-width: 320px) and (orientation: portrait) {
}
@media only screen and (device-width: 480px) and (orientation: landscape) {
}

/* TARGET HTC ONE AND GALAXY S5 */
@media only screen and (device-width: 360px) and (orientation: portrait) {
}
@media only screen and (device-width: 640px) and (orientation: landscape) {
}

/* TARGET IPHONE 6 */
@media only screen and (device-width: 375px) and (orientation: portrait) {
}
@media only screen and (device-width: 667px) and (orientation: landscape) {
}

/* TARGET IPHONE 6+ */
@media only screen and ( device-width: 414px ) and ( orientation: portrait ) {
}
@media only screen and ( device-width: 736px ) and ( orientation: landscape ) {
}
