@media screen and (max-width: 1870px) {
	#PyrTop {
	 padding-bottom:100px;
	}
}

@media screen and (max-width: 1588px) {
	#PyrTop {
		display: none;
	}
	#PyrBottomWrapper {
		margin-top : 0px;
		width: 90%; 
	}
	#EllipseQuiLeft2Div{
		margin-left:-90px;
	}
}

@media screen and (max-width: 1400px) {
	#EllipseServiceLeft2Div {
		margin-left:-90px;
	}
}

@media screen and (max-width: 1220px) {
	#EllipseHomeLeft1Div, #EllipseHomeLeft2Div{
		margin-left:-90px;
	}
	#EllipseServiceRight1Div {
		margin-left: calc(100% - 430px);
	}
	#EllipseQuiLeft2Div{
		margin-left:-150px;
	}
	
}

@media screen and (max-width: 1290px) {
	#DictonText {
		width: 80%;
		font-size: 35px;
	}
	#DictonWho {
		width: 80%;
		font-size: 25px;
	}	
}

@media screen and (max-width: 1000px) {
	#HeaderMenuItems {
		margin-left:0px;
		/* display:none; */
	}
	#HeaderLogo{
		margin-left:5px;
		width: 200px;
		min-width: 200px;
		height: 76px;
		margin-top:20px;
		background-size: cover;
	}
	#PageHome {
		margin-top: 140px;
	}
	#PageServices{
		margin-top: 140px;
	}
	#PageAteliers{
		margin-top: 140px;
	}
	#PageQui{
		margin-top: 140px;
	}
	#DictonText {
		font-size: 25px;
		width: 100%;
	}
	#DictonWho {
		font-size: 15px;
		width: 100%;
	}	
	#FooterLeft{
		margin-left: 0px;
	}
	#FooterRight{
		margin-right: 0px;
	}
	.FooterFlex {
		justify-content: center;
	}
	#HeaderMenuItems {
		margin-top:10px;
		margin-left:50px;
	}
	.MenuText {
		font-size: 30px;
		margin-left:10px;
	}
	.CommonTextDiv {
		width: 90%;
	}	
	.SmallCommonTextDiv {
		width: 90%;
	}
	.BandText {
		font-size: 25px;
	}
	.BandTextDivLeft {
		margin-left: 180px;
		margin-right: 15px;
	}
	.BandTextDivRight {
		margin-left: 15px;
		margin-right: 180px;
	}
	#RectAtelierTextDiv {
		margin-left:10px;
		margin-right:10px;
	}	
	.RectAtelierText {
		font-size: 26px;
	}
	#DecoratorHomeDiv, #DecoratorServicesDiv, #DecoratorQuiDiv{
		display: none;
	}
}
