#homePage {
	background: #CFB59F;
	height: 100vh;
	width: 100vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

#homePage img{
	max-width: 100%;
	max-height: 70%;
	width: auto;
	height: auto;
	object-fit: contain;
}

#welcomePage {
	background: #A0A68E;
	height: 100vh;
	width: 100vw;
	position: relative;
}

#welcomePage p{
	text-align: center;
	background: inherit;
	max-width: 100%;
	width: auto;
	padding-left: 5%;
	padding-right: 5%;
	margin-left: auto;
	margin-right: auto;
}

.2SubSection{
	display: flex;
	padding: 0;
	background-color: #CEB49F;
	text-align: center;
}

.2SubSection a{
	

}

#presentationPage{
	background: #A0A68E;
	height: 100vh;
	width: 100vw;
	position: relative;
	text-align: center;
}

#presentationPage img{
	max-width: 100%;
	max-height: 70%;
	width: auto;
	height: auto;
	object-fit: contain;
}

#presentationPage p{
	text-align: center;
	background: inherit;
	max-width: 100%;
	width: auto;
	padding-left: 5%;
	padding-right: 5%;
	margin-left: auto;
}
	margin-right: auto;

/*.2SubSection ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

.2SubSection li {
	margin-right: 10px;
}

.2SubSection a {
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
}

.2SubSection a:hover {
	background-color: #fff;
	color: #CEB49F;
}*/

@media (max-width: 600px) {
	#welcomePage p {
		background-image: url("../img/backgroudWelcome.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

/*#sophrologieTitle {
	margin-top: 7%;
}

.defaultDiv {
	background: #A0A68E;
	height: 100%;
	width: 100%;
	margin-top: 1%;
}

.rightSide {
	position: relative;
	height: 100%;
	margin-left: 15%;
	margin-bottom: 0%;
	margin-right: 0%;
	margin-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.topOfRightSide {
	height: 70%;
	width: 100%;
}

.bottomOfRightSide {
	height: 30%;
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	display: inline-block;
}

.rectangleBottom {
	height: 100%;
	width: 15%;
	background: #CEB49F;
	border-radius: 50% 50% 0px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#rectangleLeft {
	float: left;
	margin-left: 30%;
}

#rectangleRight {
	float: right;
	margin-right: 30%;
}

#rectangleLeft1 {
	float: left;
	margin-left: 15%;
}

#rectangleMiddle1 {
	margin: auto;
	top: 0;
}

#rectangleRight1 {
	float: right;
	margin-right: 15%;
}

.rectangleTitleAndImg {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 100%;
	width: 100%;
}

.rectangleBottomImg {
	position: absolute;
	height: 50%;
	width: 30%;
	bottom: 0;
	right: 0;
	transform: scaleX(-1);
}

#img-title {
	width: 90%;
	max-width: 400px;
	height: auto;
}

#presentationPage {
	overflow: hidden;
	position: relative;
}

#backgroudPresentation {
	opacity: 0.4;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}

.center {
	text-align: center;
	position: relative;
	top: 0;
}

#photoPresentation {
	width: 80%;
	max-width: 400px;
	height: auto;
	margin-bottom: 3%;
	margin-top: 3%;
}
*/