/*!
Theme Name: STARTEO Starter Theme
Author: Starteo
Author URI: https://www.starteo.pro
Description: 
Version: 1.0
Requires at least: 5.0
Tested up to: 5.7
Requires PHP: 7.2
Text Domain: gbdi-starter
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */


/* From http://codex.wordpress.org/CSS */

/* GENERAL */
/*
@font-face {
	font-family: "Ganton";
	src: url(assets/_fonts/Ganton.otf) format("opentype");
}
*/

body{
	font-family: "owners", sans-serif;
}

.adermis-rufina{
	font-family: rufina, sans-serif;
}

.back-to-top{
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 10px; /* Place the button at the bottom of the page */
	right: 10px; /* Place the button 30px from the right */
	z-index: 999; /* Make sure it does not overlap */
	outline: none; /* Remove outline */
	cursor: pointer; /* Add a mouse pointer on hover */
	font-size: 20px; /* Increase font size */
	color: #FEFDF0;
	background: #97705B;
	border: solid 2px #FEFDF0;
	border-radius: 50px;
	padding: 14px 16px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
}

.back-to-top.show {
	opacity: 1;
	visibility: visible;
}

.back-to-top:hover{
	background-color: #FEFDF0;
	color: #97705B;
	border-color: #97705B;
}

.adermis-bg-brown{
	background-color: #97705B;
}

.adermis-bg-white{
	background-color: #FEFDF0;
}

.adermis-brown{
	color: #97705B !important;
	border-color: #97705B !important;
}

.adermis-white{
	color: #FEFDF0 !important;
	border-color: #FEFDF0 !important;
}

.adermis-brown-light{
	color: #E3C2AA !important;
	border-color: #E3C2AA !important;
}

.adermis-content{
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.72px;
}

.adermis-content strong, .adermis-content b{
	font-weight: 500;
}

.adermis-small-title{
	font-size: 10px;
	line-height: 14px;
	font-weight: 500;
	letter-spacing: 1px;
}

.adermis-quote{
	font-size: 25px;
	line-height: 30px;
	font-style: italic;
}

.adermis-button{
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.9px;
	padding: 12px 35px;
	border: solid 1px;
	border-radius: 26px;
	display: inline-block;
	background-color: transparent;
}

.adermis-button.adermis-brown:hover, .adermis-button.adermis-brown.active{
	background-color: #97705B;
	color: #FEFDF0 !important;
}

.adermis-separator{
	display: inline-block;
	width: 1.5px;
	height: 100%;
}

.adermis-vh{
	height: calc(100vh);
	min-height: 799px;
	padding-top: 181px;
}

.adermis-title{
	font-size: 40px;
	line-height: 55px;
	letter-spacing: 1.6px;
	font-weight: 500;
}

h2{
	font-size: 30px;
	line-height: 45px;
}
/* GENERAL */

/* HEADER */
.adermis-header{
	position: absolute;
	padding-top: 40px;
	padding-bottom: 40px;
	z-index: 999;
}

.adermis-header h2 em{
	font-family: rufina;
}

.adermis-header-separator{
	height: 1.5px;
	width: 100%;
	background-color: #FEFDF0;
}

.adermis-header-brown .adermis-header-separator{
	background-color: #97705B;
}

.adermis-header .navbar-nav{
	width: 100%;
	justify-content: space-between;
	padding-right: 50px;
}

.adermis-header .navbar-nav .nav-link{
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.9px;
	font-weight: 500;
	color: #FEFDF0 !important;
	padding: 0 0 7px 0;
	position: relative;
}

.adermis-header .navbar-nav .nav-link:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .5s;
	height: 2px;
	width: 0%;
	background-color: #FEFDF0;
}

.adermis-header.adermis-header-brown .navbar-nav .nav-link:after{
	background-color: #97705B;
}

.adermis-header .navbar-nav .nav-link:hover:after{
	width: 100%;
}

.adermis-header.adermis-header-brown .navbar-nav .nav-link{
	color: #97705B !important;
}

.adermis-header-relative{
	position: relative;
}
/* HEADER */

/* FOOTER */
.adermis-footer-separator{
	display: inline-block;
	width: 1.5px;
	height: 100%;
}

.adermis-appointment-content{
	padding-top: 100px;
	padding-bottom: 100px;
}

.adermis-appointment img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.adermis-footer{
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.72px;
	padding-top: 30px;
}

.adermis-footer-socials{
	display: flex;
	column-gap: 7px;
}

.adermis-footer-socials a{
	transition: all .5s;
	transform-origin: center center;
	transform: rotate(0deg);
}

.adermis-footer-socials a:hover{
	transform: rotate(15deg);
}

.adermis-footer-links{
	font-size: 14px;
	padding-top: 30px;
	padding-bottom: 15px;
}

.adermis-footer-links a{
	color: #FFFFFF;
}

.adermis-footer-links a:hover{
	color: #FEFDF0;
}
/* FOOTER */

/* HOME */
.adermis-top{
	background-image: url(assets/images/Adermis-Contact.webp);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% auto;
}

.adermis-icone-container{
	position: relative;
	height: 100%;
}

.adermis-icone-1{
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translateY(50%);
}

.adermis-icone-2{
	position: absolute;
	top: 125px;
	left: 0;
}

.adermis-top-images{
	height: calc(100% + 307px);
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	z-index: 800;
}

.adermis-top-image-1, .adermis-top-image-2{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
	top: 0;
	left: 0;
}

.adermis-top-image-1{
	transform: translateX(0%);
}

.adermis-top-image-2{
	transform: translateX(100%);
}

.adermis-top-images:hover .adermis-top-image-1{
	transform: translateX(-100%);
}

.adermis-top-images:hover .adermis-top-image-2{
	transform: translateX(0);
}

.adermis-top-introduction{
	padding-top: 102px;
	padding-bottom: 120px;
	position: relative;	
}

.adermis-top-introduction:after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 60px;
	width: 238px;
	height: 106px;
	background-image: url(assets/images/Adermis-Top-Icone-3.webp);
}

.adermis-presentation{
	padding-top: 176px;
	padding-bottom: 176px;
	background-image: url(assets/images/Adermis-Presentation-Background.webp);
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 100% auto;
}

.adermis-presentation-image{
	border-radius: 20px;
}

.adermis-soins-block{
	padding-top: 262px;
	padding-bottom: 262px;
}

.adermis-soins-images{
	background-image: url(assets/images/Adermis-Soins-Background.webp);
	background-repeat: repeat-y;
	background-position: top left 70px;
	background-size: 100% auto;
}

.adermis-soins-image-block{
	position: relative;	
}

.adermis-soins-image, .adermis-soins-image-hover{
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	opacity: 1;
	transition: all .5s;
}

.adermis-soins-image-hover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: all .8s;
}

.adermis-soins-image-block:hover .adermis-soins-image{
	opacity: 0;
}

.adermis-soins-image-block:hover .adermis-soins-image-hover{
	opacity: 1;
}

.adermis-soins-title{
	font-size: 25px;
	line-height: 35px;
	font-weight: 500;
}

.adermis-home-soins a{
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
	min-height: 150px;
	padding-left: 40px;
	padding-right: 40px;
	border-top: solid 1.5px #E3C2AA;
}

.adermis-home-soins a:last-child{
	border-bottom: solid 1.5px #E3C2AA;
}

.adermis-home-soins a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	transition: all .5s;
	background-color: rgba(227, 194, 170, 0.2);
}

.adermis-home-soins a:hover:before{
	width: 100%;
}

.adermis-home-soins a:after{
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(assets/images/Adermis-Soins-Icone.svg);
	background-position: center center;
	background-size: contain;
	transform-origin: center center;
	transition: all .5s;
	transform: rotate(0deg);
	right: 40px;
}

.adermis-home-soins a:hover:after{
	transform: rotate(360deg);
}
/* HOME */

/* CONTACT */
.adermis-contact{
	background-image: url(assets/images/Adermis-Contact.webp);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% auto;
}

.adermis-contact-introduction{
	font-size: 20px;
	line-height: 26px;
	font-style: italic;
}

.adermis-contact-form{
	border-left: solid 1.5px;
}

.adermis-contact-form input, .adermis-contact-form textarea{
	width: 100%;
	max-width: 100%;
	background-color: #97705B;
	border: none;
	border-bottom: solid 1.5px #E3C2AA;
	color: #E3C2AA;
	font-size: 18px;
	line-height: 18px;
	font-style: italic;
	outline: none;
	padding: 10px;
	resize: none;
}

.adermis-contact-form input::placeholder, .adermis-contact-form textarea::placeholder{
	color: rgba(254, 253, 240, 0.3);
}

.adermis-contact-form input[type="submit"]{
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.9px;
	padding: 12px 50px;
	border: solid 1px #FEFDF0;
	border-radius: 26px;
	display: inline-block;
	color: #FEFDF0;
	font-style: normal;
	width: initial;
}

.adermis-contact-form input[type="submit"]:hover{
	background-color: #FEFDF0;
	color: #97705B !important;
}

.adermis-contact-form .wpcf7-spinner{
	display: block;
}
/* CONTACT */

/* SOINS */
.adermis-soins{
	background-image: url(assets/images/Adermis-Soins.webp);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% auto;
	position: relative;
	overflow: hidden;
}

.adermis-soins:before{
	content: '';
	width: 257px;
	height: 152px;
	background-image: url(assets/images/Adermis-Soins-Icone-3.webp);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.adermis-soins-introduction{
	font-size: 20px;
	line-height: 26px;
	font-style: italic;
}

.adermis-soins-top-image-container{
	position: relative;
	margin-bottom: 50px;
}

.adermis-soins-top-image-container:before{
	content: '';
	width: 217px;
	height: 255px;
	background-image: url(assets/images/Adermis-Soins-Icone-1.webp);
	position: absolute;
	top: -55px;
	left: -159px;
}

.adermis-soins-top-image-container:after{
	content: '';
	width: 260px;
	height: 257px;
	background-image: url(assets/images/Adermis-Soins-Icone-2.webp);
	position: absolute;
	bottom: -113px;
	right: -105px;
}

.adermis-soins-top-image{
	border-radius: 20px;
}

.adermis-soins-anchors{
	display: flex;
	gap: 13px;
}

.adermis-soins-anchors a{
	padding: 5px 10px;
}

.adermis-soins-presentation-container{
	position: relative;
}

.adermis-soins-presentation-row{
	padding-top: 84.5px;
	padding-bottom: 108px;
}

.adermis-soins-presentation-row:nth-child(odd){
	background-color: #97705B;
}

.adermis-soins-presentation-row:nth-child(even){
	background-color: rgba(151, 112, 91, 0.2);
}

.adermis-soins-presentation-row:nth-child(odd) .adermis-title{
	color: #E3C2AA;
}

.adermis-soins-presentation-row:nth-child(even) .adermis-title{
	color: #97705B;
}

.adermis-soins-element{
	border-top: solid 1.5px;
	padding-left: 40px;
	padding-right: 100px;
	padding-top: 33.5px;
	padding-bottom: 33.5px;
	background-color: transparent;
	transition: all .5s;
}

.adermis-soins-presentation-row:nth-child(odd) .adermis-soins-element:hover{
	background-color: rgba(254, 253, 240, 0.1);
}

.adermis-soins-presentation-row:nth-child(even) .adermis-soins-element:hover{
	background-color: rgba(151, 112, 91, 0.1);
}

.adermis-soins-element:last-child{
	border-bottom: solid 1.5px;
}

.adermis-soins-element-title{
	font-size: 25px;
	line-height: 30px;
	font-style: italic;
	position: relative;
	transition: all .5s;
}

.adermis-soins-element-title:after{
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	background-position: center center;
	background-size: contain;
	transform-origin: center center;
	transition: all .5s;
	transform: rotate(0deg);
	right: -60px;
}

.adermis-soins-element:hover .adermis-soins-element-title:after{
	transform: rotate(360deg);
}

.adermis-soins-presentation-row:nth-child(odd) .adermis-soins-element-title:after{
	background-image: url(assets/images/Adermis-Soins-Icone-Titre-White.svg);
}

.adermis-soins-presentation-row:nth-child(even) .adermis-soins-element-title:after{
	background-image: url(assets/images/Adermis-Soins-Icone-Titre-Brown.svg);
}

.adermis-soins-element-content{
	max-height: 0;
	overflow: hidden;
	transition: all .5s;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.72px;
}

.adermis-soins-element:hover .adermis-soins-element-content{
	max-height: fit-content;
	padding-top: 33.5px;
}

.adermis-soins-presentation-row:nth-child(odd) .adermis-soins-element{
	color: #FEFDF0;
	border-color: #E3C2AA;
}

.adermis-soins-presentation-row:nth-child(even) .adermis-soins-element{
	color: #97705B;
	border-color: #E3C2AA;
}

.adermis-soins-gallery{
	position: absolute;
	top: 0;
	right: 16.66667%;
	width: 25%;
	height: 100%;
	max-height: 100%;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	overflow-y: auto;          /* Le bloc devient scrollable */
	scrollbar-width: none;     /* Masque la scrollbar (Firefox) */
	-ms-overflow-style: none;  /* Masque la scrollbar (IE/Edge) */
	-webkit-overflow-scrolling: touch; /* Inertie fluide sur iOS */
}

.adermis-soins-gallery::-webkit-scrollbar{
	display: none;
}

.adermis-soins-gallery img{
	max-width: 100%;
	height: 630px;
	max-height: 630px;
	object-fit: cover;
	border-radius: 20px;
}

.adermis-soins-tarifs{
	padding-top: 110px;
	padding-bottom: 115px;
}

.adermis-soins-tarifs .adermis-title{
	border-bottom: solid 2px;
	padding-bottom: 30px;
}

.adermis-title-simple, .adermis-title-double{
	height: 86px;
}

.adermis-title-double{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom-width: 1.5px !important;
}

.adermis-title-simple{
	display: flex;
	justify-content: end;
	align-items: center;
	border-bottom-width: 1.5px !important;
	font-family: rufina;
	font-size: 25px;
	line-height: 31px;
	font-weight: bold;
	font-style: italic;
}

.adermis-title-double .adermis-rufina{
	font-size: 25px;
	line-height: 31px;
	font-weight: bold;
	font-style: italic;
}

.adermis-tarif{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: solid 1.5px #E3C2AA !important;
	font-size: 25px;
	line-height: 30px;
	font-style: italic;
	padding: 23px 0 23px 40px;
}

.adermis-pack-description{
	font-size: 25px;
	line-height: 30px;
	font-style: italic;
	padding: 33px 64px;
	background-color: rgba(227, 194, 170, 0.2);
	border: solid 1.5px #E3C2AA;
	border-radius: 20px;
	text-align: center;
}

.adermis-pack-description p{
	margin-bottom: 0;
}

.adermis-pack-information{
	font-size: 25px;
	line-height: 30px;
	font-style: italic;
}

.adermis-pack-information p{
	margin-bottom: 0;
}

.adermis-tarifs-container{
	position: relative;
}

.adermis-tarifs-row{
	opacity: 0;
	transition: all .5s;
	display: none;
}

.adermis-tarifs-row.active{
	opacity: 1;
	display: flex;
}

.adermis-soins-select{
	display: flex;
	justify-content: end;
	column-gap: 35px;
	row-gap: 10px;
}

.adermis-soins-separator{
	width: 1.5px;
	height: 100%;
}

.adermis-soins-categories, .adermis-soins-gender{
	display: flex;
	column-gap: 35px;
}
/* SOINS */