@media screen and (max-width: 1600px){
	.svg-etages {
		width: 100%;
	}
}
@media screen and (max-width: 1500px){
    .boxtopmenu {
        right: 15px;
    }
    header.header #logo {
        width: 320px;
        margin: auto;
    }
	.banner-top-pages .h1pages {
		left: 15px;
	}
	.banner-top-pages,
	.banner-top-pages .img-pag {
		height: 500px;
	}
	.commodites, .style-de-vie {
		padding: 3rem;
	}
	.h2ri{
		margin-bottom: 1.5rem;
	}
}
@media screen and (max-width: 1400px){
	#unitsForSelectedFloor, .etagemap{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.liens_image_col {
		height: 650px;
		padding: 20px !important;
	}
	#numEtages{
		display: none;
	}
	.etages-mobile{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.etages-mobile div{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 60px;
		height: 60px;
		font-size: 2rem;
		border: 1px solid #de6e38;
		padding-bottom: 11px;
		margin-bottom: 5px;
	}
	.etages-mobile div.stayLit{
		color: #fff;
		background: #de6e38;
	}
}

@media screen and (max-width: 1199px){
    .svg-etages .choixetage{
        left: initial;
        right: 0;
    }
	.normal-full .img-box img, .full-bg-vert .img-fl img {
		position: relative;
		width: 100% !important;
	}
	.full-bg-vert .img-texte,
	.img-texte.inverted{
		grid-template-columns: 1fr;
	}
	.contenu-bg-trans{
		display: none;
	}
	.full-bg-img .img-texte {
		position: relative;
		top: initial;
		transform: initial;
		grid-template-columns: 1fr;
	}
	.full-bg-img .colorwhite{
		color: #333 !important;
	}
	.img-texte {
		grid-template-areas: ".";
	}
	.full-bg-vert .img-fl img {
		height: auto;
	}
	.full-bg-vert {
		padding-top: 0;
		background: transparent;
	}
	.img-texte.inverted .img-box {
		order: initial;
	}
	.banner-top .h1pages, .banner-top-pages .h1pages {
		position: relative;
		top: initial;
		transform: initial;
		left: -38px;
	}
	.demandeinfo {
		padding: 120px 60px 60px;
		grid-template-columns: 1fr;
		gap: 0;
		grid-template-areas: ".";
	}
	.h2ri,
	.demandeinfo{
		text-align: center;
	}
	.liens_image {
		grid-template-columns: repeat(2, 1fr);
		max-width: initial;
	}
	.actualites-home {
		grid-template-columns: 1fr;
	}
	p {
		line-height: 27px;
		font-size: 20px;
	}
	.img-texte .sect-texte {
		padding: 15px 0;
	}
    .box-hamb {
        margin-top: 15px;
    }
    .main-menu{
        width: 100%;
    }
    #navbar-principale{
        width: 100%;
        display: none;
    }
    #navbar-principale > ul{
        flex-direction: column;
    }
    #navbar-principale li a {
        padding: 10px 0;
        display: block;
    }
    header.header.nav-down {
        max-height: 2000px;
    }
    .main-menu a::before {
        display: none;
    }
    #top_menu a {
        font-family: inherit;
        letter-spacing: inherit;
        text-transform: inherit;
        font-size: inherit;
        padding: inherit;
        color: #82837e;
    }
    #top_menu{
        padding-left: 0;
    }
    .box-img-banner {
        height: 500px;
    }
    .h1pages {
        bottom: 0;
        left: 0;
    }
    .box-right-banner::after {
        display: none;
    }
    .h2 {
        font-size: 35px;
    }
    .h3 {
        font-size: 33px;
    }
    .footer-scroll-button {
        position: relative;
        top: initial;
        transform: initial;
    }
	#navbar-principale li a{
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 991px){
	.sections-attraits .container{
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	.sections-attraits .container{
		max-width: initial;
	}
	.img-texte{
		max-width: initial;
	}
	.img-texte:not(.inverted) .img-box img {
		position: absolute;
		top: 25px;
		left: 0;
		width: 100%;
	}
    .h1pages {
        position: relative;
    }
    .box-img-banner {
        height: auto;
    }
    .copyright{
        text-align: center;
    }
}

@media screen and (max-width: 768px){
    .svg-etages .choixetage {
        position: relative;
    }
	#single_unit .box-caracteristiques, #single_unit .box-pieces {
		padding: 4rem 0;
		width: 100%;
	}
	.commo-style {
		grid-template-columns: 1fr;
		grid-template-areas:
        "a"
        "b";
	}
	.liste-commo {
		margin: auto;
	}
	.commodites .colorgreen,
	.style-de-vie .colorgreen{
		text-align: center;
	}
	.btnproj{
		display: flex;
		justify-content: center;
	}
    .h1 {
        font-size: 35px;
    }
    #menu-footer-menu {
        flex-direction: column;
    }
	.img-texte {
		grid-template-columns: 1fr !important;
		grid-template-areas: '.';
	}
	.img-texte:not(.inverted) .img-box img {
		position: relative;
		top: initial;
	}
	.img-texte.inverted .img-box {
		order: initial;
	}
	.liens_image_col {
		height: 425px;
		margin-bottom: 7px;
	}
	.liens_image {
		grid-template-columns: 1fr;
	}
	.banner-top .h1pages, .banner-top-pages .h1pages {
		left: initial;
	}
}

@media screen and (max-width: 576px){
	.demandeinfo p {
		font-size: 1.3em;
	}
	.demandeinfo h3{
		font-size: 1.4rem;
		line-height: 2rem;
	}
}

@media screen and (max-width: 480px){
    .h2 {
        font-size: 28px;
    }
    .h1 {
        font-size: 27px;
    }
	.demandeinfo {
		padding: 120px 15px 60px;
	}
	.img-texte .sect-texte {
		padding: 35px 20px;
	}
	.section-texte-img {
		padding-bottom: 15px;
	}
	.leftfoot {
		padding: 30px 20px;
	}
	.page-template-default .demandeinfo, .page-template-template-plans .demandeinfo {
		padding: 60px 15px;
	}
	.commodites, .style-de-vie {
		padding: 3rem 1rem;
	}
	.etages-mobile {
		display: grid;
		justify-content: center;
		flex-wrap: initial;
		grid-template-areas: '. . . .';
	}
	.etages-mobile div {
		margin: 5px;
	}
}

@media screen and (max-width: 380px){
	.actualites-home article {
		padding: 1rem;
	}
	.bg-infolettre > div {
		padding: 15px;
	}
}