/* 
	Theme Name: Welita custom theme
	Text Domain: Welita custom theme
	Version: 1.0
	Description: Custom theme for Welita Bien-Etre
	Tags: top-menu, responsive
	Author: Dylan MUNDSCHAU
	Author URI: contact@dylanmundschau.fr
*/

/* =================== TAG =================== */

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	text-align: left;
	width: 100vw;
}

section {
	min-height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 50px 0;
}

p, h2, h3, h4, .footer a {
	color: #133E3F;
}

h2 {
	margin-bottom: 50px;
}

p {
	font-weight: 200;
	margin: 0;
}

a.btn, button.btn {
	padding: 10px 20px;
	background-color: #D39B95;
	color: white;
	border-radius: 50px;
	width: auto;
}

a.btn:hover, button.btn:hover {
	background-color: #c17a73;
	color: white;
}

input[type="text"], input[type="email"], textarea {
	padding: 7px 15px;
	border: 1px solid #D39B95;
	border-radius: 20px;
	font-size: 16px;
	width: 100%;
	font-weight: 200;
}

input[type="text"], input[type="email"] {
	line-height: 48px;
}

textarea {
	resize: none;
}

.col-sm-6, .container {
	padding: 0;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
	outline: none;
	border: none;
	box-shadow: none;
}

h1 {
	margin-bottom: 0;
}



/* =================== GENERIC =================== */

.black-on-image {
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	height: 100%;
	width: 100%;
	opacity: 45%;
}

.shadow {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
	border-radius: 15px;
}





/* =================== NAVBAR =================== */

.navbar-header-logo {
	height: 160px;
	padding: 15px 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.navbar-header-logo img {
	display: block;
	height: 100%;
}

.navbar, .nav-item {
	background-color: #D39B95;
}

.nav-item {
	font-size: 20px;
	padding: 5px 10px;
	text-align: right;
}

.nav-item a {
	color: white;
	text-decoration: none;
	font-weight: 100;
}





/* =================== BOUTON GO TOP =================== */

.button-go-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #D39B95;
	height: 50px;
	width: 50px;
	border-radius: 25px;
	font-size: 20px;
	place-items: center;
	color: white;
	display: none;
	z-index: 9;
}

.button-go-top:hover {
	cursor: pointer;
	scale: 1.2;
	transition: 500ms;
}

.button-go-top:not(:hover) {
	transition: 500ms;
}





/* =================== WELCOME CAROUSEL =================== */

#section-carousel {
	padding: 0;
	position: relative;
}

#carouselHome, #carouselHome img {
	position: relative;
	object-fit: cover;
	object-position: center;
	height: 40vh;
	width: 100vw;
}

.carousel-item {
	position: relative;
}

.destination {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 40vh;
	color: white;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 50px;
}

.destination h3 {
	margin-bottom: 20px;
	color: white;
}

.destination a.btn {
	margin-top: 10px;
}






/* =================== WELCOME SECTION =================== */

.image {
	position: relative;
	overflow: hidden;
	padding-bottom: 50%;
	width: 50%;
	margin: auto;
}

.image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	position: absolute;
	border-radius: 15px;
}

#section-welcome {
	padding: 40px 20px;
}

.welcome-list {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.welcome-entry {
	width: 100%;
	padding: 30px;
}

#section-welcome .thumbnail {
	text-decoration: none;
	width: 50%;
}

#section-welcome .thumbnail .image:hover {
	scale: 1.05;
	transition: 500ms;
}

#section-welcome .thumbnail .image:not(:hover) {
	scale: 1;
	transition: 500ms;
}

.section-welcome-caption {
	margin-top: 20px;
}

.section-welcome-caption p {
	font-weight: 500;
}

.section-welcome-link-description {
	margin-top: 20px;
}

.section-welcome-link-description p {
	font-weight: 100;
}





/* =================== WHO AM I SECTION =================== */

#section-whoami {
	background-color: #caa7a066;
	padding: 40px 20px;
}

#whoami-img {
	height: 60vh;
	position: relative;
	overflow: hidden;
	padding-bottom: 100%;
	display: flex;
	justify-content: center;
}

#whoami-img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	position: absolute;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
}

#whoami-second-col {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

#whoami-title, #whoami-description, #whoami-name {
	width: 100%;
}

#whoami-title {
	margin-top: 40px;
	text-align: center;
}

#whoami-description {
	text-align: justify;
}

#whoami-name {
	margin-top: 20px;
	text-align: right;
}





/* =================== CONTACT SECTION =================== */

#section-contact {
	background-color: #caa7a066;
	padding: 40px 20px;
}

#section-contact .container {
	margin: 0;
}

.contact-row {
	display: flex;
	flex-direction: column;
	margin-top: 50px;
}

.contact-col-email, #section-contact textarea {
	margin-top: 20px;
}




/* =================== TESTIMONIALS SECTION =================== */

#section-testimonials {
	padding: 0;
	position: relative;
}

#section-testimonials {
	padding: 0;
	position: relative;
}

#carouselTestimonials,
#carouselTestimonials img {
	position: relative;
	object-fit: cover;
	object-position: center;
	height: 50vh;
	width: 100vw;
}

.testimonial {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 50vh;
	color: white;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 50px 70px;
}

.testimonial p, .testimonial p b, .testimonial h3 {
	color: white;
}




/* =================== FOOTER SECTION =================== */

.footer {
	background-color: #caa7a066;
	padding: 2% 4%;
	position: relative;
}

.footer-title {
	font-weight: 500;
	margin-bottom: 25px;
	margin-top: 25px;
}

.footer p:not(.footer-title) {
	margin-bottom: 5px;;
}

.footer img {
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	width: 50px;
}

.footer a {
	text-decoration: none;
	font-weight: 200;
}

.footer-copyrights {
	display: block;
	text-align: center;
	width: 100vw;
	padding: 10px 0;
	background-color: #D39B95;
	color: white;
	font-weight: 100;
}

.nav-item-footer {
	margin-bottom: 5px;
}





/* =================== PRESTATIONS =================== */

.prestations, .sessions {
	padding: 40px 20px;
}

.prestations-title-subtitle, .sessions-title-subtitle {
	text-align: center;
}

.soins-description {
	font-weight: 200;
	font-size: 14px;
	text-align: center;
	display: block;
}

.soins-details {
    font-weight: 200;
	font-size: 14px;
	display: block;
}

.prestation-img {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 0 0 50% 0;
}

.prestation-img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	position: absolute;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.prestation-text h3 {
	text-align: center;
}

.prestation-text h4 {
	margin-top: 15px;
	margin-bottom: 0;
}

.prestation-text p {
	text-align: justify;
	display: inline;
}

.prestation-text p:after {
	content: "\a";
	white-space: pre;
}

.prestation-text .prestation-time-price {
	margin-top: 20px;
}

.time-price {
	display: inline;
	color: #D39B95;
	font-size: 13px;
}

.time-price:after {
	content: "\a";
	white-space: pre;
}

.prestation {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	border: 1px solid #caa7a066;
	border-radius: 15px;
}

.prestation-text {
	padding: 20px;
	width: 100%;
}



/* =================== OFFRES =================== */

.section-offres {
	padding: 40px 20px;
}



/* =================== ORIENTATION =================== */

.orientations-list {
	padding: 40px 20px;
}

.orientations-list, .products-list {
	background-color: #ffffff;
}

.orientations-list .container {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.orientation {
	width: 100%;
	text-align: center;
	padding: 20px;
	top: 0;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: space-between;
}

.orientation {
	border: 1px solid #caa7a066;
	border-radius: 15px;
}

.orientation:not(:first-of-type) {
	margin-top: 20px;
}

.orientation-btn-div a.btn {
	margin-top: 25px;
}

.pink-background {
	background-color: #e2cfcc66;
}

.orientations-list h4 {
	margin: 25px 0 20px 0;
}

.orientations-list img {
	max-width: 100%;
	margin: 45px 0 20px 0;
	border-radius: 15px;
}




/* =================== PRODUCTS =================== */

.sessions {
	background-color: #caa7a066;
	padding: 40px 20px;
}

.sessions .container {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.session {
	width: 100%;
	text-align: center;
	padding: 30px 0;
}

.sessions-list img {
	width: 50%;
	height: auto;
}

.sessions-list .session-title {
	margin-top: 20px;
	font-weight: 500;
}

.sessions-list .session-description {
	margin-top: 10px;
	font-weight: 100;
}

.sessions-list {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}





/* =================== NEWSLETTER =================== */

.section-subscribe-newsletter {
	position:relative;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 220px;
}

.subscribe-carousel {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 220px;
}

.subscribe-form {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	text-align: center;
	color: white;
}

.subscribe-form .container {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.subscribe-form-fields {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.subscribe-form p {
	font-weight: 100;
}

.subscribe-form p, .subscribe-form b {
	color: white;
}

.subscribe-form input {
	padding: 0px 10px;
}

.subscribe-form button {
	margin-top: 20px;
}





/* =================== EVENTS =================== */

.section-events {
	padding: 20px;
}

.event {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.event img {
	width: 100%;
	max-height: 200px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	object-fit: cover;
	object-position: center;
}

.event-details {
	flex-grow: 1;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	padding: 20px;
}

.event-dates, .event-dates .fa-calendar {
	color: #AAAAAA;
}

.event-description {
	margin-top: 20px;
	text-align: justify;
}

.event + .event {
	margin-top: 30px;
}


.event .passed {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}




/* =================== GALERY =================== */

.section-galerie {
	padding: 50px 20px;
	text-align: center;
}

.section-galerie .container {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	row-gap: 30px;
}

.galery {
	padding: 30px;
	width: 100%;
	border-radius: 2px;
}

.galery-image {
	position: relative;
	overflow: hidden;
	padding-bottom: 100%;
	width: 100%;
	margin: auto;
}

.galery-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	position: absolute;
	border-radius: 2px;
}

.galery-legende {
	padding: 30px 0 10px 0;
	font-family: 'Brush Script MT', cursive;
	font-size: 21px;
}





/* =================== CONTACT =================== */

.section-contact {
	background-image: url("assets/images/massage.jpg");
	background-size: cover;
	width: 100vw;
	padding: 20px;
}

.section-contact img {
	position: relative;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

.contact-container {
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: white;
	padding: 20px;
	text-align: center;
}

.contact-container h2 {
	margin-bottom: 30px;
}

.contact-first, .contact-last, .contact-last-bottom {
	margin-top: 20px;
}

.contact-info {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.contact-info .icon {
	display: inline-block;
	width: 30px;
	text-align: left;
}

.contact-info p {
	width: calc(100% - 30px);
	text-align: left;
}

.contact-last-france-massage {
	margin-top: 20px;
	width: 100%;
}

.contact-last-france-massage img {
	width: 40%;
	height: auto;
	aspect-ratio: attr(width) / attr(height);
}

.contact-last-bottom img {
	width: 40px;
	height: 40px;
	margin-right: 30px;
}




/* TABLETTES */

@media (min-width: 768px) {
	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 25px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 19px;
	}
	
	p {
		font-size: 16px;
	}

	.nav-item {
		padding: 0 30px;
	}

	.container {
		max-width: 90%;
	}
	
	#carouselHome, #carouselHome img {
		height: 40vh;
	}

	.destination {
		height: 40vh;
	}

	.destination, .testimonial {
		padding: 50px 100px;
	}

	.welcome-list, .sessions-list {
		flex-direction: row;
		align-items: flex-start;
	}

	.welcome-entry, .session {
		width: 33%;
		padding: 30px 15px;
	}

	.image {
		padding-bottom: 70%;
		width: 70%;
	}

	#section-welcome .thumbnail {
		width: 70%;
	}

	#section-whoami {
		padding: 40px 20px 0 20px;
	}

	#section-whoami .container {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin: 0;
	}

	#whoami-first-col {
		width: 50%;
	}

	#whoami-second-col {
		width: 50%;
		padding-bottom: 40px;
	}

	#whoami-title {
		margin-top: 0;
		text-align: left;
	}

	#whoami-img {
		align-items: flex-start;
	}

	#whoami-img img {
		width: 85%;
	}

	.orientation:not(:first-of-type) {
		margin-top: 30px;
	}

	#carouselTestimonials,
	#carouselTestimonials img {
		height: 30vh;
	}

	.testimonial {
		height: 30vh;
	}

	.prestation {
		margin-top: 30px;
	}

	.products-list .container {
		width: 70%;
	}

	.subscribe-form-fields {
		flex-direction: row;
	}

	.subscribe-form-fields button {
		margin-top: 0;
		margin-left: 40px;
	}

	.subscribe-carousel,
	.section-subscribe-newsletter {
		height: 140px;
	}

	.section-galerie .container {
		flex-direction: row;
		justify-content: space-between;
	}

	.galery {
		width: 45%;
	}
}



/* TABLETTES PAYSAGE */
@media (min-width: 992px) {
	.nav-item {
		padding: 0 40px;
	}
	
	.destination, .testimonial {
		padding: 50px 130px;
	}
	
	#whoami-img {
		justify-content: flex-start;
	}
	
	.orientations-list .container {
		flex-direction: row;
		justify-content: space-between;
	}

	.orientation {
		width: 30%;
		flex: 1;
		margin: 0 10px;
	}

	.orientation:not(:first-of-type) {
		margin-top: 0;
	}

	.contact-row {
		flex-direction: row;
	}

	.contact-col-name {
		width: 100%;
		margin-right: 10px;
	}

	.contact-col-email {
		width: 100%;
		margin-top: 0;
		margin-left: 10px;
	}

	.prestation {
		flex-direction: row;
		margin-top: 30px;
		box-sizing: border-box;
		align-items: stretch;
	}

	.prestation-img {
		width: 50%;
		padding: 0;
	}

	.prestation-img img {
		border-top-left-radius: 15px;
		border-top-right-radius: 0;
		border-bottom-left-radius: 15px;
		width: 90%;
	}

	.prestation-text {
		width: 50%;
		padding: 20px 20px 20px 0;
	}

	.prestation-text h3 {
		margin-top: 0;
	}

	.products-list .container {
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.product {
		width: 30%;
		text-align: center;
		padding: 30px 0;
	}

	.products-list img {
		width: 80%;
	}

	.subscribe-form input {
		width: 400px;
	}

	.event {
		flex-direction: row;
	}

	.event img {
		width: 30%;
		height: 100%;
		border-top-left-radius: 15px;
		border-bottom-left-radius: 15px;
		border-top-right-radius: 0;
	}

	.galery {
		width: 30%;
	}

	.contact-forms {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}

	.contact-container {
		padding: 50px;
	}

	.contact-first,
	.contact-last {
		width: 47%;
	}
}


/* ECRAN ORDINATEURS */

@media (min-width: 1200px) {
	.destination, .testimonial {
		padding: 50px 250px;
	}

	.container:not(.prestations .container) {
		max-width: 60%;
	}

	.prestations .container {
		max-width: 75%;
	}

	.button-go-top {
		bottom: 50px;
		right: 50px;
	}
	
	.welcome-entry {
		width: 28%;
	}

	.image {
		padding-bottom: 75%;
		width: 75%;
	}

	#section-welcome .thumbnail, .session img {
		width: 75%;
	}

	.destination p {
		margin-top: 20px;
	}

	.destination .btn {
		margin-top: 40px;
	}

	#section-welcome {
		padding: 40px 0;
	}

	#whoami-name {
		margin-top: 20px;
		text-align: right;
	}

	#carouselTestimonials,
	#carouselTestimonials img {
		height: 35vh;
	}

	.testimonial {
		height: 35vh;
	}
}

@media (min-width: 1700px) {
	.prestations .container {
		max-width: 60%;
	}
}