body {
	background-color: white;
	/* border: solid 1px green; */
	margin: 0px 0px 0px 0px;
}

@font-face {
    font-family: HurmeGeometricSans4;
    src: url("font/HurmeGeometricSans4.otf") format("opentype");
}

#Header {
	/* border: solid 3px red;  */
	display: flex;
	top:0;
	position: fixed;
	background-color: rgb(255, 255, 255);
	width: 100%;
	height:auto;
	z-index:500;
}
#Footer {
	/* border: solid 5px blue; */
	width: 100%;
	height: auto;
	margin-top: 50px;
	background-color: rgba(203,203,203,1);
}

#PageHome {
	margin-top: 200px;
}
#PageServices{
	margin-top: 200px;
	display: none;
}
#PageAteliers{
	margin-top: 200px;
	display: none;	
}
#PageQui{
	margin-top: 200px;
	display: none;
}

#HeaderMenuItems {
	margin-top:70px;
	margin-left:50px;
	flex-grow: 1;
}

#HeaderMenuItems > .MenuText {
	padding-right:30px;	
}

#HeaderLogo{
	background-image: url("./LibraLogo.png");
    width: 400px;
	min-width: 400px;
    height: 152px;
	margin-left:50px;
	margin-top:22px;
}

.MenuText {
	/* border: solid 1px blue; */
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	font-family: "Century Gothic";
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	color: rgb(112, 112, 112);  
	margin-left:15px;
	margin-bottom:24px;	
}

#RoadDiv {
    /* border: solid 3px blue;  */
    display: inline-block;
    position: relative;
}

#RoadImage {
    max-width: 100%;
    max-height: 100%;
}

#DictonDiv {
	/* border: solid 2px blue; */
	width: 100%;
	height: auto;
	top: 35%;
    position: absolute; 
	background: rgba(255,255,255,0.46);
}

#DictonText {	
    /* border: solid 3px green; */
    text-align: center;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    color: rgba(49,104,121,1);
	width: 65%;
    height: auto;
    margin: 0 auto;
	padding-top: 25px;  
}

#DictonWho {	
    /* border: solid 3px pink; */
    text-align: Right;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    color: rgba(49,104,121,1);
	width: 65%;
    height: auto;
    margin: 0 auto;
}

#DecoratorHomeDiv{
	/* border: solid 5px red;  */
	width: 100%;
	height:0px;
}

.CommonTextDiv{
	/* border: solid 5px green; */
	padding-top:20px;
	padding-bottom:50px;
	margin: auto;
	width: 70%;
	height: auto;
}

.CommonText {
	text-align: center;
    font-family: Century Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
    color: rgba(105,97,97,1);
}

#EllipseHomeLeft1Div{
	/* border: solid 5px blue; */
	position: absolute;
	margin-top:90px;
	float: left;
	z-index:-2;
}

#EllipseHomeRight1Div{
	/* border: solid 2px green; */
	position: absolute;
	margin-top:500px;
	margin-left: calc(100% - 530px);
	z-index:-2;
}

#EllipseHomeLeft2Div{
	/* border: solid 5px blue; */
	position: absolute;	
	margin-top:1600px;
	float: left;
	z-index:5;
}
.SectionCentererDiv {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: Center;  
}
.SectionDiv {
	/* border: solid 5px blue; */
	width: 100%;
	height: auto;
	margin-top: 50px;
}

.SectionTitleDiv {
	/* border: solid 1px green; */
	background-image: url("./Section.png");
	background-repeat: no-repeat;
	padding-top:25px;
	height: 100px;
	display: inline-block;
	vertical-align:middle;
}

.SectionText {
	/* border: solid 1px red; */
    font-family: HurmeGeometricSans4;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
	size: auto;
    color: rgba(49,104,121,1);
	margin-left: 174px;
	display: inline-block;
}
	
.BubbleTitleText {
    text-align: center;
    font-family: Century Gothic;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    color: rgba(49,104,121,1);
}

.BubblesDiv {
	/* border: solid 5px pink;	 */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: Center;  
	margin-top:15px;
	margin: auto;
	width: auto;
	height: auto;
}

.Bubble {
	/* border: solid 5px yellow; */
	width: 400px;
	min-width: 400px;
	height: 400px;
}

.BubbleText {
	/* border: solid 1px blue; */
	position: absolute;
	width: 380px;
	margin-top: 185px;
    
    text-align: center;
    font-family: Century Gothic;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    color: rgba(49,104,121,1);
}

.BubbleMore {	
	/* border: solid 5px green; */
	position: absolute;
	z-index: 50;
	margin-top: 330px;
	margin-left: 207px;
	width: 170px;
	height: 50px;
}

.BubbleMoreText {
	text-decoration: none;
    white-space: nowrap;
    text-align: center;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 27px;
    color: rgba(112,112,112,1);	
}

.EnSavoirPlusCentered {
	/* border: solid 7px green; */
	width: 100%;
}

.RectangleBubbleCenteredDiv {	
    /* border: solid 5px brown; */
  	margin: auto;
	margin-top: -45px;
	width: 220px;
	height: 60px;
}

.RectangleBubbleCentered {	
	/* border: solid 2px brown; */
	z-index: -1;
	width: 220px;
	height: 60px;
}


#PyrWrapper {
	/* border: solid 2px silver;   */
    height: auto;
    margin: auto; 
}
#PyrBottomWrapper {
    margin: auto;
	margin-top : -270px;
    width: 70%; 
    height: auto; 
}

#PyrTop {
    /* border: solid 1px blue; */
	margin: auto;
    height: 512px;
    width: 512px;
}

#Pyrleft {
	/* border: solid 1px red; */
    float: left;
    height: 580px;
    width: 550px;
}

#PyrRight {
	/* border: solid 1px green; */
    float: right;
    height: 580px;
    width: 550px;
}
.clear {
    clear: both;
}

.QuiImage{
	/* border: solid 1px green; */
	z-index: 5;
	position: absolute;
	width: 196px;
	height: 184px;
}

.QuiTextDiv{
	/* border: solid 1px green; */
	z-index: 5;	
	width: 400px;
	margin-top: 20px;
	margin-left: 90px;
	height: auto;
	color: rgba(112,112,112,1);
}

#LibraColorLogo{
	/* border: solid 1px green; */
	position: absolute;
	width: 429px;
	height: 140px;
	margin-top: 160px;
	margin-left: 30px;
	background-image: url('./LibraLogoColor.png');
}

.FooterFlex {
	/* border: solid 2px green; */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top:20px;
}

.ContactItemsFlex {
	/* border: solid 2px green; */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;	
}

#FooterLeft {
	/* border: solid 2px green; */
	margin-left: 50px;
	width: 320px;
	height: auto;
}
#FooterRight {
	/* border: solid 2px blue; */
	margin-right: 50px;
	width: auto;
	height: auto;
}

#FooterLogo {
	/* border: solid 3px red; */
	width: 303px;
	height: 99px;
	background-image: url('./LibraLogoColor303.png');
}

.ContactItem {
	/* border: solid 1px green; */
	width: 330px;
	height: 90px; 
}

.ContactText {
	/* border: solid 1px green;  */
	text-align: center;
    font-family: Century;
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
    color: rgba(57,58,58,1);	
}

.ContactImage {
	/* border: solid 1px green; */
	width:  50px;
	height: 50px;
	display:block;
    margin:auto;
}

.SmallBubbleDiv {
	width: 100%;
	height: auto;
}

.SmallBubble {
	/* border: solid 2px red;  */
	width: 225px;
	min-width: 225px;
	height: 225px;
	margin: auto;
	margin-top: 20px;
}

.SmallBubbleText {
	/* border: solid 1px blue; */
	position: absolute;
	width: 225px;
	margin-top: 85px;
    text-align: center;
    font-family: Century Gothic;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    color: rgba(49,104,121,1);
}
.SmallCommonTextDiv{
	/* border: solid 5px green; */
	padding-top:20px;
	padding-bottom:50px;
	margin: auto;
	width: 62%;
	height: auto;
}
.QuiNameText {
	/* border: solid 3px green; */
    text-align: center;
    font-family: Century Gothic;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    color: rgba(49,104,121,1);
	width: auto;
    height: auto;
    margin: 0 auto;
}
.QuiImageSmall{
	/* border: solid 1px green; */
	z-index: 5;
	position: absolute;
	margin-top:20px;
	margin-left:20px;
	width: 180px;
	height: 169px;
	background-size: contain;
}

.Band {
	/* border: solid 1px green; */
	margin: auto;
	Width: 90%;
	Height: 350px;
	margin-bottom:60px;
	display: flex;
	flex-direction: row;
	justify-content: Left;
	position:relative;
}

.BandPicture {
	/* border: solid 1px red; */
	background-repeat: no-repeat;
	Height: 350px;
}

.BandTitleLeft {
	margin-left: 340px;
}
.BandTitleRight {
	margin-right: 340px;
}

.BandTitle {
	/* border: solid 1px blue; */
	position:absolute;
	text-align: left;
    font-family: Century Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
	height:50px;
    color: rgb(49, 104, 121);
	margin-top:20px;
}
.BandRectangle {
	/* border: solid 1px blue; */
	position:absolute;
	background-color: rgba(240,240,240,1);
	z-index:-1;
	display: flex;
	justify-content: center;
	align-items: center;	
	height:calc(100% - 80px);
	margin-top:80px;
}

.BandRectangleLeft {
	width:calc(100% - 200px);
	margin-left:200px;
}

.BandRectangleRight {
	width:calc(100% - 200px);
	margin-right: 200px;
}

.BandTextDivLeft {
	margin-left: 200px;
	margin-right: 50px;
}
.BandTextDivRight {
	margin-left: 50px;
	margin-right: 200px;
}

.BandText {
	/* border: solid 1px red; */
	text-align: center;
    font-family: Century Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    color: rgb(47, 42, 42);
}

#RectAteliersDiv{
	/* border: solid 1px red; */
	width: 70%;
	height: 425px;
	margin: auto;
	position:relative;
}

#RectBack{
	position:absolute;
	border: solid 3px rgb(176,176,176);
	background-color: rgb(240,240,240);
	height: 335px;
	width: calc(100% - 40px);
}

#RectFront{
	position:absolute;
	border: solid 3px rgb(244,114,96);
	background-color: rgb(255,255,255);
	height: 335px;
	margin-left:40px;
	margin-top:40px;
	width: calc(100% - 40px);
	display: flex;
	justify-content: center;
	align-items: center;
}


#RectContactez{
	border-radius: 25px;
	position:absolute;
	border: solid 3px rgb(244,114,96);
	background-color: rgb(255,255,255);
	margin-left: calc(100% - 360px);
	margin-top: 330px;
	width: 290px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;	
}

#RectAtelierTextDiv {
	/* border: solid 1px red;  */
	margin-left:30px;
	margin-right:30px;
}
.RectAtelierText {
	text-align: center;
    font-family: Century Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    color: rgb(47, 42, 42);	
}

a.RectAtelierText:visited{ 
	color: rgb(47, 42, 42);	
}

#DecoratorServicesDiv {
	Width: 100%;
	height: 0px;
}
#EllipseServiceLeft1Div{
	position: absolute;
	margin-top:40px;
	float: left;
	z-index:-2;
}
#EllipseServiceRight1Div{
	position: absolute;
	margin-top:140px;
	margin-left: calc(100% - 530px);
	z-index:-2;
}
#EllipseServiceLeft2Div{
	position: absolute;
	margin-top:900px;
	float: left;
	z-index:-2;
}

#DecoratorAteliersDiv {
	Width: 100%;
	height: 0px;
}

#EllipseAtelierRight1Div{
	position: absolute;
	margin-top:240px;
	margin-left: calc(100% - 530px);
	z-index:-2;
}
#EllipseAtelierLeft2Div{
	position: absolute;
	margin-top:800px;
	float: left;
	z-index:-2;
}


#DecoratorQuiDiv {
	Width: 100%;
	height: 0px;
}

#EllipseQuiRight1Div{
	position: absolute;
	margin-top:840px;
	margin-left: calc(100% - 530px);
	z-index:-2;
}
#EllipseQuiLeft2Div{
	position: absolute;
	margin-top:200px;
	float: left;
	z-index:-2;
}