/*
Theme Name: Divi Child
Template: Divi
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: JD Web et Design
Author URI: https://jd-web-et-design.fr
*/
/*--------------------------------------
Base CSS
-----------------------------------------*/
@font-face {

    font-family: BakerieRough;  

    src: url('fonts/BakerieRough-Regular.woff2') format('woff2'),
    	 url('fonts/BakerieRough-Regular.woff') format('woff'),
    	 url(fonts/BakerieRough-Regular.ttf) format('truetype'); 

    font-weight: normal;  

}
:root {
  --vert: #9DDBB6;
  /*--violet: #A37EA6;*/
  --violet: #934395;
}
.whiteColor{
	color: #fff !important;
}
.greenColor{
 color: var(--vert);
}
.purpleColor{
	color: var(--violet) !important;
}
/*html.js {
	margin-top: 0 !important;
}*/
.margbot-20{
	margin-bottom: 20px !important;
}
.pad-top-25{
	padding-top: 25px !important;
}
a{
	color: inherit;
	transition: 500ms;
}
a:hover{
	transition: 200ms;
}
.regular{
	font-weight: 400;
}
.bold{
	font-weight: bold;
}
.medium{
	font-weight: 500;
}
.italic{
	font-style: italic;
}
.fc{
	display: flex;
	flex-direction: initial;
}
.jc-c{
	justify-content: center;
}
.jc-sb{
	justify-content: space-between;
}
.jc-sa{
	justify-content: space-around;
}
.fw{
	flex-wrap: wrap;
}
.grid{
	display: grid;
}
.vertical-center>div{
	margin: auto 0;
}
.puce li{
	list-style-type: none;
}
.puce li:before{
	content:'';
	width:6px;
	height:6px;
	display:inline-block;
	background-color: var(--vert);
	border-radius:5px;
	margin-right:7px;
	transform: translatey(-2px);
}
.puce-white li{
	line-height: 1.45;
}
.puce-white li:before{
	content:'';
	width:6px;
	height:6px;
	display:inline-block;
	background-color:#fff;
	border-radius:5px;
	margin-right:7px;
	transform: translatey(-2px);
}
/*strong{
	font-weight: inherit;
}*/
.small-txt{
	font-size: 60%;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.btn{
	border-radius: 28px;
	text-align: center;
	padding: 7px 12px;
}
.bleu-btn{
 background: var(--bleu-clair);
 color: var(--bleu);
}
.degrade-btn{
background: linear-gradient(to right, #2291ad 0%,#f99f6b 100%);
 color: #fff;
}
.btn:hover{
	transform: translateY(4px);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	transition: 200ms;
}
/*.orange-btn{
	background: linear-gradient(45deg, rgba(229,45,122,1) 0%,rgba(239,175,0,1) 100%);
	color: #fff;
	
}*/
.img-container img{
	width: 100%;
	display: block;
}
/*#et-main-area {
	 margin-top: 63px; 
}*/
.upper{
	text-transform: uppercase;
}
.float-right{
	float: right;
	max-width: 360px;
	margin: 16px 0px 20px 20px;
	display: block;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	border-radius: 8px;
}
.float-left{
	float: left;
	max-width: 360px;
	margin: 0px 25px 25px 0px;
	display: block;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	border-radius: 8px;
}
.float-left-mini{
	float: left;
	width: 200px;
	height: 200px;
	object-fit: cover;
	margin: 0px 25px 25px 0px;
	display: block;
	border: var(--vert) solid 2px;
	border-radius: 50%;
	shape-outside: margin-box;
}
ul{
	padding: 0 !important;
}
.et_pb_row_3 {
	overflow: visible !important;
}
.et_pb_row {
	width: 90%;
}
.block{
	display: block;
}
.marg-left-40{
	margin-left: 40px;
}
/*@media(max-width: 600px){
	html #wpadminbar {
	display: none;
}
}*/
@media(max-width: 580px){
	.float-left, .float-right{
		max-width: 280px;
	}
}
@media(max-width: 465px){
	.float-left, .float-right, .float-left-mini{
		max-width: 100%;
	}
}
/*--------------------------------------
Style CSS
-----------------------------------------*/
/*#wpadminbar{
	top: inherit;
	bottom: 0;
}*/
body{
	font-weight:400;
	/*padding-top: 63px;*/
}
p {
	padding-bottom: 12px;
}
ul{
	margin-bottom: 5px;
}
li{
	list-style-type: none;
}
button{
	cursor: pointer;
}
.lien-text a{
	font-weight: bold;
	color: #e5ba4e;
}
.titre-tiret-centre::after {
	content: '';
	width: 55px;
	height: 2px;
	border-radius: 10px;
	background: var(--violet);
	display: block;
	margin: 14px auto 10px auto;
}
.titre-tiret-centre-vert::after {
	content: '';
	width: 55px;
	height: 2px;
	border-radius: 10px;
	background: var(--vert);
	display: block;
	margin: 14px auto 10px auto;
}
.titre-tiret-gauche::before {
	content: '';
	width: 2px;
	height: 27px;
	border-radius: 10px;
	background: var(--violet);
	display: inline-block;
	margin-right: 8px;
	transform: translateY(2px);
}
.et-pb-icon {
	font-size: 17px;
}

@media(max-width: 766px){
.titre-tiret-gauche::before {
	height: 30px;
}
}
@media(max-width: 450px){
.et_pb_row {
	width: 89%;
}
}
/*---------------------------------------
HEADER (menu wordpress)
----------------------------------------*/
#menu-main-menu .sub-menu li a, .et_mobile_nav_menu .sub-menu li a {
	font-weight: 400 !important;
	font-size: 16px !important;
}
.et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li > a {
	padding: 22px 0;
}
.et_mobile_menu li a {
	padding: 5.5px 5%;
}
/*.nav li li {
	line-height: 1.4em;
}*/





/*------------------------------
MAIN
--------------------------------*/
/*@media(max-width: 980px){
	#et-main-area {
	margin-top: 57px;
}
}*/
.background-page {
	background-image: url(../../uploads/2025/07/logo-opacite.jpg);
	background-size: 220px;
	background-position: right 12px bottom 12px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
@media(max-width: 500px){
	.background-page {
	background-size: 175px;
}
}

/*------------------------------
Accueil
---------------------------------*/
.personas{
	float: left;
	margin: 0 15px 15px 0;
	shape-outside: margin-box;
	border: var(--violet) 3px solid;
	border-radius: 50%;
	width: 170px;
	height: 170px;
	object-fit: cover;
}


/*----------------
AMELIA
---------------*/
.amelia-app-booking #amelia-booking-wrap .am-step-booking-catalog .am-form-catalogForm-calendarDateTimeForm.am-select-date {
	background: #c699c9 !important; 
}
.amelia-v2-booking #amelia-container .am-fcil__item-info__inner span[class*="am-icon"], .amelia-v2-booking #amelia-container.am-fc__wrapper .am-fcl__item-segments__item-icon, .amelia-v2-booking #amelia-container .am-fcis__header-price, .amelia-v2-booking #amelia-container .am-fcis__mini-info__inner span[class*="am-icon"] {
	color: #a37ea6 !important;
}
.amelia-v2-booking #amelia-container .am-fcil__item-price {
	color: #a37ea6 !important;
	background-color: rgba(210, 144, 255, 0.2) !important;
}
.amelia-v2-booking #amelia-container .am-fcis__info-tab.am-active {
	color: #a37ea6 !important;
	border-bottom: 3px solid #a37ea6 !important;
}


/*-------------------------
CONTACT
--------------------------*/

.contact-formulaire{
	color: #545454 ;
}
.contact-formulaire form .fc span{
	width: 48.7%;
}
.contact-formulaire form span{
	margin-bottom: 12px !important;
	display: block;
}
.contact-formulaire form p{
	padding: 0 !important;
}
.contact-formulaire input::placeholder, .contact-formulaire textarea::placeholder{
	color: var(--bleu-color);
	opacity: 1;
}
.contact-formulaire input[type=text], .contact-formulaire input[type=email], .contact-formulaire textarea, .contact-formulaire #tel, .contact-formulaire select, #newsletter input[type=text]{
	background-color: rgba(255,255,255,1);
	padding: 14px;
	width: 100%;
	color: var(--bleu-color) !important;
	font-size: 14px;
	border: var(--bleu-color) solid 1px;
	border-radius: 4px;
}
/*.contact-formulaire input[type=text], .contact-formulaire input[type=email], .contact-formulaire #tel, .contact-formulaire select{
	
}*/
.contact-formulaire textarea{
	border-radius: 9px;
}
.btn-envoyez{
	padding: 0 25px;
	width: 125px;
	height: 42px;
	position: relative;
	transition: 350ms;
	margin-top: 20px;
	border-radius: 4px;
	background-color: var(--violet);
}
#envoyez{
	background: none;
	border: none;
	width: 100%;
	height: 100%;
	font-size: 16px;
	cursor: pointer;
	color: #fff;
	font-weight: 500;
}
.btn-envoyez:hover{
	width: 152px;
	padding: 0 25px 0 0;
	transition: 250ms;
	
}
.btn-envoyez::after{
	content: "\35";
	/*background-image: url(../../uploads/2024/06/next-white.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 8px;
	height: 20px;*/
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	font-family: ETmodules;
	opacity: 0;
	color: var(--vert);
	transition: 350ms;
	font-size: 130%;
}
.btn-envoyez:hover:after, .btn-envoyez.selected:after{
	right: 19px;
	opacity: 1;
	transition: 250ms;
}
.contact .coordonees h3{
	font-size: 140%;
	font-weight: 600;
	color: #fff;
}
.contact .coordonees i{
	font-size: 110%;
	transform: translateY(1px);
}.contact .coordonees p{
	font-size: 88%;
}
.wpcf7-response-output{
	color: #46b450;
	background-color: rgba(0, 0, 0, 0.5);
}
.contact-formulaire .reseaux{
	width: 165px;
}
.contact-formulaire .reseaux a{
	font-size: 27px;
	color: #e5ba4e;
}

/*Contact responsive*/
@media(max-width: 680px){
.contact-formulaire form .fc span{
	width: 100%; 
}
#contact-page{
	background-position: 15%;
}
}


/*--------------------------------------
FOOTER
----------------------------------------*/
.footer p{
	color:#fff !important;
}
.footer h2{
	font-size: 160%;
	font-weight: 300;
	color:#fff;
	text-align: center;
	line-height: 1.2;
}
.bloc-1-footer{
	width: 150px;
}
.bloc-1-footer img{
	width: 100%;
	display: block;
}
.bloc-center-footer{
	width: 80%;
	text-align: center;
	color: #fff;
	margin: auto 0 auto auto;
}
.footer .m-legales{
	padding-top: 5px;
	color: #bdbdbd !important;
}
.footer .m-legales a{
	font-size: 80%;
	color: #fff;
}
.footer .fc{
	flex-direction: initial;
}
.bloc-center-footer li{
	margin: 0 10px;
}
.bloc-center-footer a{
	color: #fff;
}
.bloc-1-footer a{
	color: #fff !important;
}
.copyright{
	text-align: center;
	font-size: 83%;
	color: #fff;
}
.coordonees{
	color: #fff;
}
.liens-sociaux a {
	margin: 0 5px;
}
.coordonees p{
	padding: 0 !important;
	font-size: 90%;
}
.coordonees .whatsapp {
	background-color: #25d366;
	padding: 4px 10px !important;
	border-radius: 30px;
	font-size: 90%;
	display: block !important;
	text-align: center;
}
.coordonees .whatsapp i{
	color: #fff !important;
}
footer a:hover{
	color: var(--vert); !important;
}

footer li{
	list-style-type: none;
}
@media(max-width: 950px){
	.bloc-center-footer {
	width: 60%;
	margin-bottom: 10px;
}
.bloc-2-footer{
	margin: 15px auto;
}
}
@media(max-width: 550px){
.bloc-1-footer {
	width: 120px;
}
footer h2{
	text-align: left;
}
}
@media(max-width: 860px){
	.bloc-center-footer {
	width: 100%;
}
.bloc-1-footer{
	margin: 0 auto 20px auto;
}
.bloc-center-footer .m-legales {
	padding-top: 15px;
}
.bloc-2-footer {
	text-align: center;
}
}
/*--------------------------
Mentions légale / CGU
--------------------------*/
.mentions h2{
 	padding-top: 20px;
}
.mentions h2::after{
	content: '';
	width: 65px;
	height: 2px;
	border-radius: 10px;
	background: linear-gradient(to right, #83d0f5, #0065a2);
	display: block;
	margin: 15px 0 5px 0;
}

