/* --------------------General index style ---------------------- */
.content-tex-pricipal-sections {
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top:100px;
}
#s-clients .content-tex-pricipal-sections{
	width: unset;
	top:0;
}

.title {
	font-size: 140px;
	text-align: center;
	font-family: "Montserrat light";
	margin-bottom: 30px;
	letter-spacing: 2px;
	font-weight: 100;
}

.text {
	width: 50%;
	font-size: 20px;
	text-align: start;
	margin-bottom: 30px;
}

section {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
}

section::before {
	content: "";
	width: 100%;
	position: absolute;
	left: 0px;
	z-index: 0;
}

section>div {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

/* --------------------Principal Section ---------------------- */
#s-banner-principal {
	height: 100vh;
	align-items: center;
}

#s-banner-principal::before {
	height: 100%;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 30%, rgba(218,218,218,1) 47%, rgba(198,198,198,1) 58%, rgba(218,218,218,1) 73%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
	top: 0px;
}

#mujer-banner {
	width: 80%;
	position: absolute;
	z-index: 2;
	top: 5%;
}

#title-banner {
	width: 80%;
	position: absolute;
	top: 114px;
	z-index: 1;
}

#logo-fondo-banner {
	width: 45%;
	position: absolute;
	top: 80px;
	z-index: 1;
}


#btn-about>span {
	color: #ffffff;
	margin-right: 10px;
	font-size: 18px;
}

#btn-about>img {
	width: 50%;
}

#content-bottoms-banner .btn-style{
	background-color: #C6877C;
}


/* --------------------meditation Section ---------------------- */

#s-meditation::before {
	height: 120%;
	background: rgb(156,166,171);
	background: linear-gradient(90deg, rgba(156,166,171,1) 9%, rgba(207,220,221,1) 56%, rgba(226,240,241,1) 100%);
	clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 90%);
	top: -10%;
}

#img-mujer-meditation {
	width: 33%;
	height: auto;
	position: absolute;
	bottom: 0px;
	left: 150px;
	z-index: 1;
}

#s-meditation .content-tex-pricipal-sections {
	right: 70px;
}

#s-meditation .title {
	color: #A0CED1
}

#s-meditation .text {
	color: #14384D
}

#s-meditation .btn-style {
	background-color: #14384D
}

/* --------------------Nutrition Section ---------------------- */

#s-nutrition::before {
	height: 110%;
	background: rgb(255,248,241);
	background: linear-gradient(90deg, rgba(255,248,241,1) 0%, rgba(253,246,240,1) 40%, rgba(186,175,167,1) 100%);
	clip-path: polygon(0% 0%, 100% 10%, 100% 90%, 0% 100%);
	top: -2%;
}

#img-mujer-nutrition {
	width: 28%;
	height: auto;
	position: absolute;
	bottom: 0px;
	right: 150px;
	z-index: 1;
}

#s-nutrition .content-tex-pricipal-sections {
	left: 70px;
}

#s-nutrition .title {
	color: #FF9696
}

#s-nutrition .text {
	color: #FA6763
}

#s-nutrition .btn-style {
	background-color: #FA6763
}


/* --------------------clients Section ---------------------- */
#section-clients{
	height: 100vh;
	width: 100%;
}

#s-clients {
	width: 80%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#s-clients::before {
	height: 110%;
	background: #ffffff;
	clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 90%);
	top: -4%;
}

#img-mujer-clients {
	width: 25%;
	height: auto;
	position: absolute;
	bottom: 0px;
	right: 150px;
	z-index: 100;
}

#title-clients {
	font-size: 70px;
	color: #C6877C;
	font-family: "Montserrat light";
	font-weight: 100;
	letter-spacing: 2px;
	margin-bottom: 60px;
	position: absolute;
	top: 0px;
}

#text-content {
	width: 25%;
	position: absolute;
	margin-top: 100px;
	right: 100px;
}

#text-content>p {
	margin-bottom: 20px;
	color: #9D9D9C;
	letter-spacing: 1px;
	font-size: 16px;
	font-family: "Montserrat light";
	
}

/* --------------------coaching Section ---------------------- */

#s-coaching {
	height: 80vh;
}

#s-coaching::before {
	height: 100%;
	background: rgb(181,166,153);
	background: linear-gradient(90deg, rgba(181,166,153,1) 0%, rgba(231,216,202,1) 40%, rgba(232,218,204,1) 100%);
	clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 90%);
	top: 0%;
}

#img-mujer-coaching {
	width: 25%;
	height: auto;
	position: absolute;
	bottom: 45px;
	left: 70px;
	z-index: 100;
}

.title-coaching {
	font-size: 60px;
	color: #C6877C;
	text-align: center;
}

.text-coaching {
	width: 70%;
	color: #C6877C;
	text-align: center;
	margin-bottom: 60px;
}

#s-coaching .btn-style {
	background-color: #D86529
}

/* --------------------newsletter Section ---------------------- */

#s-newsletter {
	height: 95vh !important;
}

#s-newsletter::before {
	height: 120%;
	background: rgb(246,246,246);
	background: linear-gradient(90deg, rgba(246,246,246,1) 0%, rgba(242,242,242,1) 40%, rgba(224,220,217,1) 100%);
	clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
	top: -12%;
}

#img-mujer-newsletter {
	width: 30%;
	height: auto;
	position: absolute;
	bottom: -40px;
	right: 10px;
	z-index: 0;
}

.title-newsletter {
	font-size: 60px;
	text-align: center;
	color: #A0CED1;
}

#s-newsletter input {
	width: 60%;
	padding: 8px 20px;
	border: 2px solid #A0CED1;
	border-radius: 20px;
	background-color: transparent;
	margin-bottom: 50px;
}

#s-newsletter .btn-style {
	background-color: #A0CED1
}




@media screen and (max-width: 700px) {
	#title-banner{
		top: 5%;
	}
	section::before{
		clip-path: unset !important;
	}
	section{
		font: 1rem;
	}
	.text{
		width: 90% !important;
		margin: 0 auto;
		font-size: 16px;
		text-align: center;
	}
	.content-tex-pricipal-sections{
		width: 90%;
		top: 10px;
	}
	#img-mujer-coaching{
		width: 70%;
		left: unset;
		bottom: 50px;
	}

			
	.title-sexualite{
			
		color: #FCB4C7;
		font-size: 24px;
		text-align: center;
		font-family: "Montserrat light";
		font-weight: 100;	
	}
	.title{
		font-size: 30px;
	}
	#s-meditation .title{
		color: #14384D;
	}

	#text-banner {
		width: 30%;
		color: #C6877C;
		font-size: 16px;
		text-align: center;
		position: absolute;
		z-index: 1;
		top: 45%;
		right: 36%;
	}


	#content-bottoms-banner {
		width: 40%;
		display: flex;
		flex-flow: column;
		justify-content: space-between;
		position: absolute;
		bottom: 15%;
	}

	
	#btn-about {
		border-radius: 25px;
		border: 1px solid #ffffff;
		letter-spacing: 3px;
		font-family: "Montserrat light";
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 10px;
	}

				/* --------------------sexualite intimite Section ---------------------- */

	#s-sexualite-intimite::before {
		height: 120%;
		background: rgb(246,243,246);
		background: linear-gradient(90deg, rgba(246,243,246,1) 9%, rgba(244,241,244,1) 56%, rgba(179,168,171,1) 100%);

		top: -13%;
	}

	#img-mujer-sexualite-intimite {
		width: 90%;
		height: auto;
		position: absolute;
		bottom: 60px;
		z-index: 1;
	}

	#s-sexualite-intimite .content-tex-pricipal-sections {
		left: 0;
		top: 0;
	}

	#s-sexualite-intimite .title {
		color: #FCB4C7
	}

	#s-sexualite-intimite .text {
		color: #AC5862
	}

	#s-sexualite-intimite .btn-style {
		background-color: #AC5862
	}

	/* Meditation */

	#s-meditation .content-tex-pricipal-sections{
		right: unset;
		top: 0;
	}
	#img-mujer-meditation{
		width: 90%;
		bottom:40px;
		left: unset;
	}
	/* Nutrition */
	#s-nutrition .content-tex-pricipal-sections{
		left: unset;
		top: 40px;
	}
	#img-mujer-nutrition{
		width: 90%; 
		right: unset;
		bottom:8px;
	}
	/* nos clients */

	#s-clients{
		text-align: center;
	}

	#title-clients{
		 font-size: 25px;
		 top: 70px;
	}
	#text-content{
		width: 100%;
		right: unset;
	}
	#img-mujer-newsletter{
		width: 80%;
	}
	
}
@media screen and (min-width: 700px) {
			
	.title-sexualite{
	
		color: #FCB4C7;
		font-size: 140px;
		text-align: center;
		font-family: "Montserrat light";
		margin-bottom: 30px;
		letter-spacing: 2px;
		font-weight: 100;
		letter-spacing: 2px;

	}
	#mujer-banner{
		width: 40%;
	}
	#title-banner{
		top: 90px;
	}

	#text-banner {
		width: 30%;
		color: #C6877C;
		font-size: 28px;
		text-align: end;
		position: absolute;
		z-index: 4;
		right: 10%;
	}

	#content-bottoms-banner {
		width: 70%;
		display: flex;
		flex-flow: row;
		justify-content: space-between;
		position: absolute;
		bottom: 20%;
	}

	#btn-about {
		border-radius: 25px;
		border: 1px solid #ffffff;
		padding: 8px 10px;
		letter-spacing: 1px;
		font-family: "Montserrat light";
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}

		/* --------------------sexualite intimite Section ---------------------- */

	#s-sexualite-intimite::before {
		height: 120%;
		background: rgb(246,243,246);
		background: linear-gradient(90deg, rgba(246,243,246,1) 9%, rgba(244,241,244,1) 56%, rgba(179,168,171,1) 100%);

		top: -13%;
	}

	#img-mujer-sexualite-intimite {
		width: 30%;
		height: auto;
		position: absolute;
		bottom: 0px;
		right: 150px;
		z-index: 1;
	}

	#s-sexualite-intimite .content-tex-pricipal-sections {
		left: 70px;
		top: 0;
	}

	#s-sexualite-intimite .title {
		color: #FCB4C7
	}

	#s-sexualite-intimite .text {
		color: #AC5862
	}

	#s-sexualite-intimite .btn-style {
		background-color: #AC5862
	}
}



.content {
    max-width: 1360px;
}

.curso1 {
    padding: 138px 0 15px 0;
}

.curso1 img {
    padding: 38px 0 53px 0;
}

/* Bibliothèque  */

#s-bibliotheque-therapeutique{
	height: auto;
    background: rgb(156,166,171);
    background: linear-gradient(
	90deg, rgba(156,166,171,1) 9%, rgba(207,220,221,1) 56%, rgba(226,240,241,1) 100%);
    clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 90%);
    top: -10%;
	margin: -130px 0 1px 0;
}

/* Accompagner son corps */
#s-accompagner-son-corps{
	height: auto;
    background: rgb(255,248,241);
    background: linear-gradient(90deg, #99cc99 0%, #ccdcd1 100%);
    clip-path: polygon(0% 0%, 100% 10%, 100% 90%, 0% 100%);
    top: -2%;
	margin:-1;
	margin: -220px 0 0 0;
    z-index: 0;
    padding: 140px 0 0 0;
}

#s-coaching-prive {
    height: auto;
    background: rgb(181,166,153);
    background: linear-gradient(
90deg, rgba(181,166,153,1) 0%, rgba(231,216,202,1) 40%, rgba(232,218,204,1) 100%);
    clip-path: polygon(0% 10%, 100% 21%, 100% 100%, 0% 93%);
    top: 0%;
    margin: -269px -10px 0 0;
    padding: 258px 0 53px 0;
    z-index: -1;
}


#s-je-veux-tout-savoir{
	height: auto;
    background: rgb(255,248,241);
    background: linear-gradient(90deg, #f2eae9 0%, #cba397 100%);
    clip-path: polygon(0% 0%, 100% 10%, 100% 90%, 0% 100%);
    top: -2%;
	margin: -104px 0 0 0;
    z-index: 0;
    padding: 262px 0 0 0;
}


/* titulos seccion */
.curso .titulo h2 span{
	font-size: 108px;
	font-family: 'Urbanist', sans-serif;
	line-height: 110px;
}
#s-sexualite-intimite .titulo span{
	color: #9d5f65 !important;
}
#s-sexualite-intimite .titulo h2{
	margin-top: 80px;
	max-width: 650px;
}
#s-accompagner-son-corps h2{
	margin-top: 130px;
}
#s-accompagner-son-corps .titulo span{
	color: #4e7347 !important;
}

/*  */
#s-bibliotheque-therapeutique .titulo span{
	color: #1d384b !important;
}
#s-bibliotheque-therapeutique .titulo h2{
	margin-top: 180px;
}

#s-coaching-prive h2{
	margin-top: 150px;
}
#s-coaching-prive .titulo span{
	color:#c96d42
}

#s-je-veux-tout-savoir h2{
	margin-top: 70px;
}

#s-je-veux-tout-savoir .titulo span{
	color:#993333;
}


/* banner principal */
#s-banner-home{
	height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(
180deg, rgba(255,255,255,1) 30%, rgba(218,218,218,1) 47%, rgba(198,198,198,1) 58%, rgba(218,218,218,1) 73%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    top: 0px;
	padding: 100px 0 100px 0;
}

#s-banner-home .logo_banner{
	width: 100%;
}
#s-banner-home .banner-home .banner-mujer{
	width: 100%;
}
.banner_flor {
    position: absolute;
    z-index: -20;
    top: 100px;
    width: 271px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}

a#btn-about {
	padding: 0px 10px;
	text-align: center;
}

.titulo_logo {
    position: absolute;
    max-width: 1400px;
    margin: auto;
    left: 0;
    right: 0;
}

#s-banner-home .descripcion {
    display: flex;
    bottom: 0;
    justify-content: center;
    position: absolute;
    margin: 0 0 200px -112px;
    font-size: 26px;
    left: 0;
	color: #a15a65;
}

.col-md-12.buttons_banner a {
    max-width: 300px;
	display: block;
	width: 100%;
}

.col-md-12.buttons_banner a:nth-child(2) {
    position: absolute;
    right: 0;
	top:0;
    float: right;
    color: #fff;
    padding: 17px 0;
	text-align: center;
	border-radius: 50px;
	background-color: #a15a65;
}

/* Imagen cursos */



#s-sexualite-intimite .imagen-curso img {
    width: 120%;
    margin: -18px -9px 4px -80px;
}
#s-bibliotheque-therapeutique img{
	width: 134%;
    margin: -120px -9px -10px -230px;
}
#s-accompagner-son-corps img{
	width: 114%;
}

#s-coaching-prive img{
	width: 114%;
	margin: 0 -9px -10px -230px;
}

#s-je-veux-tout-savoir img{
	width: 130%;
	margin: 0 -9px -10px -230px;
}


/* Parrafos cursos */
.curso .descripcion p, .curso .descripcion span{
	font-size: 29px;
}
#s-sexualite-intimite .descripcion p {
   color: #a15a65; 
}
#s-bibliotheque-therapeutique .descripcion span{
	color: #1d3749;
}
#s-accompagner-son-corps .descripcion p{
	color: #4e7347;
}
#s-coaching-prive .descripcion span{
	color:#c96d42;;
}
#s-je-veux-tout-savoir select{
		border: 1px #963d2b solid;
		background: transparent;
		color: #963d2b;
		text-align: center;
		padding: 15px 50px;
}

#s-je-veux-tout-savoir select option{
	border:none;
	background: transparent;
	color: #963d2b;
	text-align: center;
}

/* Buttons actions */
.action a {
    max-width: 221px;
    display: flex;
    margin: 41px auto 14px;
    padding: 17px;
}

#s-sexualite-intimite .action a {
    background-color: #a15a65; ;
}
#s-bibliotheque-therapeutique  .action a{
	background-color: #1d3749;
}
#s-accompagner-son-corps .action a{
	background-color: #4e7347;
}
#s-coaching-prive  .action a{
	background-color: #c96d42;
}

#s-je-veux-tout-savoir  .action a{
	background-color: #c96d42;
}

@media(max-width:1400px){
	.content {
		max-width: 85%;
	}
	.curso .titulo h2 span {
		font-size: 88px;
		font-family: 'Urbanist', sans-serif;
		line-height: 82px;
	}
	.curso .descripcion p, .curso .descripcion span {
		font-size: 24px;
		line-height: 29px;
	}

	/* sections */

	#s-accompagner-son-corps {
		margin: -220px 0 0 0;
		padding: 172px 0 130px 0;
	}
	/* imagenes */
	#s-coaching-prive img {
		width: 100%;
		margin: 0;
	}
	#s-accompagner-son-corps img {
		width: 100%;
	}
	/* imagenes */
	#s-sexualite-intimite .imagen-curso img {
		width: 100%;
		margin: 0;
	}
}

@media (max-width: 1280px){
	.content {
		max-width: 90%;
	}
	.curso .titulo h2 span {
		font-size: 55px;
		line-height: 52px;
	}

	/* sections */
	#s-sexualite-intimite{
		margin-bottom: 0;
		padding: 10px 0 70px 0;
	}

	#s-accompagner-son-corps {
		padding: 141px 0 104px 0;
		margin: -242px 0 0 0;
	}
	#s-accompagner-son-corps {
		padding: 100px 0 118px 0;
	}

	#s-coaching-prive {
		padding: 250px 0 0 0;
	}

	/* imagenes */
	#s-bibliotheque-therapeutique img {
		width: 100%;
		margin: 0;
	}
	#s-coaching-prive img {
		width: 100%;
		margin: 0;
	}
	#s-je-veux-tout-savoir img {
		width: 104%;
		margin: 0;
	}

	/* parrafos */
	.curso .descripcion p, .curso .descripcion span {
		font-size: 19px;
		line-height: 25px;
	}

	/* titulos */
	#s-bibliotheque-therapeutique .titulo h2 {
		margin-top: 87px;
	}
	#s-accompagner-son-corps h2 {
		margin-top: 84px;
	}
	#s-coaching-prive h2 {
		margin-top: 70px;
	}
	
}




@media(max-width:767px){

	/* banner */
	#s-banner-home .descripcion {
		display: flex;
		position: unset;
		color: #a15a65;
		margin: auto;
		text-align: center;
	}
	.col-md-12.buttons_banner {
		margin: 49px 0 0 0;
	}

	a#btn-about {
		padding: 5px 10px;
		text-align: center;
		margin:0x 0 30px 0;

	}
	.banner_flor {
		top: 32px;
	}
	
	/* sections */
	#s-sexualite-intimite {
		padding: 38px 0 24px 0;
	}
	
	#s-bibliotheque-therapeutique {
		clip-path: polygon(-96% 10%, 100% 0%, 100% 100%, 0% 96%);
		padding: 0px 0 4px 0;
		margin: -30px 0 1px 0;
	}

	#s-accompagner-son-corps{
		margin: -208px 0 0 0;
	}

	#s-coaching-prive {
		margin: -368px -10px 0 0;
		padding: 340px 0 0 0;
		clip-path: polygon(0% 23%, 100% 14%, 100% 100%, 0% 96%);
	}



	

	#s-je-veux-tout-savoir {
		clip-path: polygon(0% 0%, 114% 16%, 100% 87%, 0% 100%);
		margin: -114px 0 0 0;
		padding: 71px 0 0px 0px;
	}

	/* titulos */
	#s-bibliotheque-therapeutique .titulo h2 {
		margin-top: 130px;
	}


	#s-accompagner-son-corps .imagen-curso {
		margin: 8px 0 0 0;
	}

	#s-coaching-prive img {
		width: 100%;
		margin: 0 auto;
	}
	#s-coaching-prive h2 {
		margin-top: 21px;
	}




	/* Imagenes curso */
	#s-sexualite-intimite .imagen-curso {
		margin: 0;
	}

	#s-bibliotheque-therapeutique img {
		width: 100%;
		margin: auto;
	}

	#s-bibliotheque-therapeutique .imagen-curso {
		margin: -42px 0 0 0;
	}

	#s-accompagner-son-corps img {
		width: 100%;
	}

	#s-coaching-prive .imagen-curso {
		margin: 0 0 0 0;
	}

	#s-je-veux-tout-savoir img {
		width: 100%;
		margin: auto;
	}

	#s-je-veux-tout-savoir .imagen-curso {
		margin: 47px 0 45px 0;
	}


	/*  */

	.curso .titulo h2 span {
		font-size: 49px;
		font-family: 'Urbanist', sans-serif;
		line-height: 51px;
	}
	#s-sexualite-intimite .imagen-curso img {
		width: 100%;
		margin: 0;
		display: flex;
		margin: auto;
	}
	#s-sexualite-intimite .imagen-curso {
		margin: 30px 0;
	}


	/* otros */
	#s-je-veux-tout-savoir select {
		width: 100%;
	}
}


@media(max-width:467px){
	#s-bibliotheque-therapeutique {
		margin: -57px 0 1px 0;
	}
	.col-md-12.buttons_banner a:nth-child(2) {
		position: relative;
		right: 0;
		top:0;
		float: right;
		color: #fff;
		padding: 17px 0;
		text-align: center;
		border-radius: 50px;
		background-color: #a15a65;
	}

	.col-md-12.buttons_banner a {
		max-width: 100%;
		display: block;
		width: 100%;
	}
}



@media(max-width:320px){
	.curso .titulo h2 span {
		font-size: 43px;
		line-height: 40px;
	}
}


