/*
Theme Name: Lucie Saint Clair
Description: Une description de votre thème
Author: Votre prénom et Nom
Author URI: https://www.votre-domaine.fr
Template: Divi
Version: 1.0
*/

p {
	letter-spacing: .1em;
}

img {
	display: block;
}

.et_pb_scroll_top.et-pb-icon {
	right: 20px;
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 50px;
	color: #000;
}

.btn-underline {
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 1em;
}
.btn-classic {
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	background-color: #000000;
	border: 1px solid #000000;
	border-radius: 0px;
	letter-spacing: 1px;
	padding: .3em 1em;
	transition: all 300ms ease 0ms;
}
.btn-classic:hover {
	color: #000000;
	background-color: #ffffff;
}

@media screen and (max-width: 479px) {
	.btn-classic {
		font-size: 14px;
	}
	.btn-underline {
		font-size: 18px;
	}
}

.btn-map { text-align: center;}
.btn-map .btn-classic {
	font-size: 8px;
}


/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
 
/*** Hide Sidebar ***/
#sidebar {display:none;}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}



.map-title{
	font-size: 10px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	letter-spacing: .01em;
	text-transform: uppercase;
}
.map-content{
	font-size: 12px;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 5px;
}



.fixed-menu-icon {
	padding: 20px 10px;
}
.fixed-menu-icon {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.fixed-menu-icon i:before {
	font-size: 30px;
	color: #fff;
}
.fixed-menu-icon a {
	width: 30px;
	display: block;
	text-align: center;
	padding: 20px 0px;
	margin: 0 5px;
}
.fixed-menu-icon a + a {
	border-top: 2px solid #fff;
}

.calendar-icon-mobile i:before {
	color: #000000;
	font-size: 30px;
}


@media screen and (max-width: 980px) {
	.no-click{
		display: none;
	}
}

.entry-title {
	font-size: 40px;
	margin-bottom: 20px;
	text-align: center;
}
@media screen and (max-width: 480px) {
	.entry-title {
		font-size: 30px;
	}
}

.underline-white h2 {
	position: relative;
}
.underline h2:before {
	content: "";
	position: absolute;
	top: 60px;
	width: 90px;
	height: 4px;
	background-color: #000;
}
.underline-white h2:before {
	content: "";
	position: absolute;
	top: 70px;
	width: 90px;
	height: 4px;
	background-color: #fff;
}
@media screen and (max-width: 479px) {
	.underline h2:before {
		top: 40px;
		width: 30px;
	}
	.underline-white h2:before {
		top: 50px;
		width: 30px;
	}
}

.inspiration-wrapper {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	grid-auto-rows: minmax(100px, auto);
	gap: 30px 30px;
	grid-template-areas: "Title Texte Item4" "Item1 Texte Item4" "Item1 Item2 Item3" "Item1 Item2 Item3";
	align-items: start;
}
@media screen and (max-width: 768px) {
	.inspiration-wrapper {
		display: block;
	}
}
.inspiration-item {
	position: relative;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
}
.modele-nom {
	position: absolute;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	padding: 20px 15px;
	text-shadow: 0px 3px 6px #00000029;
}

.modele-texte {
	position: absolute;
	bottom: 0;
	font-size: 12px;
	line-height: 1.4em;
	padding: 20px;
	background-color: #fff;
	width: 90%;
}
@media screen and (max-width: 768px) {
	.modele-texte {
		position: relative;
		width: 100%;
	}
}

.Item1 {
	grid-area: Item1;
}

.inspiration-logo{
	max-width: 300px;
}

.Title {
	grid-area: Title;
}

.Texte {
	grid-area: Texte;
	font-weight: bold;
	margin-top: 50px;
	line-height: 1.4em;
}
@media screen and (max-width: 768px) {
	.Texte {
		font-size: 14px;
		text-align: center;
		margin-bottom: 30px;
	}
}

.Item4 {
	grid-area: Item4;
	margin-left: 20px;
}
@media screen and (max-width: 768px) {
	.Item4 {
		margin-left: 0px;
	}
}

.Item2 {
	grid-area: Item2;

}

.Item3 {
	grid-area: Item3;
}

.parent {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.div1 {
	grid-area: 1 / 1 / 6 / 2;
}
.div2 {
	grid-area: 1 / 2 / 2 / 4;
}
.div3 {
	grid-area: 2 / 2 / 3 / 3;
}

.salon-img {
	position: relative;
}
.salon-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
}
.salon-container:hover .salon-overlay {
	opacity: 1;
	visibility: visible;
	transition: all .3s ease-out;
}
.salon-overlay h3 {
	font-weight: bold;
}
.salon-overlay h3,
.salon-overlay a {
	font-family: 'Raleway', sans-serif;
	color: #ffffff !important;
}
@media screen and (max-width: 479px) {
	.salon-overlay h3 {
		font-size: 30px;
		padding-bottom: 0;
	}
	.salon-overlay a {
		font-size: 15px;
	}
	.salon-overlay {
		opacity: 1;
		visibility: visible;
		transition: all .3s ease-out;
	}
}


#store-filtering-wrapper{
	padding: 0;
}
#store-filtering-wrapper li{
	letter-spacing: .1em;
	list-style: none;
	display: inline-block;
	padding-right: 40px;
	text-decoration: underline;

}
@media (max-width: 768px) {
    #store-filtering-wrapper li{
		display: block;
		padding-right: 0px;
		margin-bottom: 10px;
	}
}
#store-filtering-wrapper li a{
	cursor: pointer;
}
#store-filtering-wrapper li a.is-checked{
	font-weight: bold;
}

.cpt-item {
    width: 33.333%;
}
@media (max-width: 1023px) {
    .cpt-item {
        width: 33.333%;
    }
}
@media (max-width: 768px) {
    .cpt-item {
        width: 50%;
    }
}
@media screen and (max-width: 479px) {
	.cpt-item {
        width: 100%;
    }
}

.salons-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 32%);
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.salons-wrapper {
		grid-template-columns: repeat(2, 44%);
	}
}
@media screen and (max-width: 479px) {
	.salons-wrapper {
		grid-template-columns: repeat(1, 100%);
	}
}
.salons-wrapper .item {
	text-align: center;
	font-size: 20px;
	line-height: 29px;
	font-weight: 400;
	letter-spacing: .01em;
	padding: 10px;
}
.salons-wrapper .title {
	font-family: inherit;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 24px;
}
@media screen and (max-width: 479px) {
	.salons-wrapper .title {
		font-size: 18px;
		line-height: 21px;
	}
	.salons-wrapper .salon-content p {
		font-size: 18px;
		line-height: 21px;
	}
}
.salons-wrapper a {
	display: inline-block;
}
.salons-wrapper .salon-content {
	margin: 20px 0 60px;
}
.salons-wrapper .salon-content p {
	margin-bottom: 1em;
}

#salons-imgs {
	padding: 0;
}
#salons-imgs .item{
	list-style: none;
}
#salons-imgs .owl-prev {
	position: absolute;
    top: 50%;
    margin-left: 3%;
	display: block !important;
    font-size: 48px;
	border:0px solid black;
	transform: translateY(-50%);
}
#salons-imgs .owl-next {
    position: absolute;
    top: 50%;
    right: 3%;
    display: block !important;
    font-size: 48px;
	border:0px solid black;
	transform: translateY(-50%);
}
#salons-imgs .owl-prev i, .owl-next i {color: #FFF;}
#salons-imgs .owl-prev.disabled i, .owl-next.disabled i {color: hsla(0,0%,100%,.5);}

#salons-imgs .owl-dots {
	position: absolute;
	bottom: 3%;
	width: 100%;
	text-align: center;
  }
  #salons-imgs .owl-dots button.owl-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	display: inline-block;
	background: hsla(0,0%,100%,.5);
	margin: 0 3px;
  }
  #salons-imgs .owl-dots button.owl-dot.active {
	background-color: #FFF;
  }
  #salons-imgs .owl-dots button.owl-dot:focus {
	outline: none;
  }

.price-container {
	position: relative;
    text-align: right;
	white-space: nowrap;
	font-size: 20px;
	font-weight: 500;
	line-height: 2rem;
}
.filler {
    position: absolute;
    left: 0;
	right: 0;
    border-bottom: 1px dotted #000;
    height: 70%;
}
.price-container .label {
    background: white;
    float: left;
    margin-right: 20px;
    padding-right: 4px;
    position: relative;
}
.price-container .text {
    background: white;
    padding-left: 4px;
    position: relative;
}




.filter-wrapper {
	margin-bottom: 30px;
}
.filter-item{
	display: inline-block;
	list-style: none;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: .1em;
	padding: 5px 20px;
}

.filter-item-link {
	cursor: pointer;
}
.filter-item-link.current {
	font-weight: bold;
	text-decoration: underline;
	transition: all .3s ease-out;
}

@media screen and (max-width: 479px) {
	.filter-wrapper { 
		height: 30px;
		width: 150px;
		border: 1px #000 solid;
	}
	.filter-item { padding: 5px 10px; z-index: 2; }
	.filter-item:not(.init) { float: left; width: 130px; display: none; background: #ddd; }
	.filter-item:not(.init):hover, .filter-item.selected:not(.init) { background: #09f; }
	.filter-item.init { cursor: pointer; }
}


#evenements {
	padding-bottom: 30px;
}
.evenement-container {
	display: flex;
	padding: 20px;
}

.evenements-img {
	width: 55%;
	padding-right: 20px;
}
.evenements-text {
	width: 45%;
	color: #fff;
	display: flex;
	flex-flow: column nowrap;
}

@media screen and (max-width: 479px) {
	.evenement-container {
		display: block;
	}
	.evenements-img {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 20px;
	}
	.evenements-text {
		width: 100%;
	}
}
.evenements-text h3 {
	margin-bottom: 10px;
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
	font-weight: bold;
}
.evenements-slider .evenements-text h3 {
	color: #ffffff;
}
.evenements-slider .evenements-text .button{
	color: #ffffff;
}
.evenements-text .content {
	margin-bottom: 30px;
}
.evenements-text.cta {
	margin-top: auto;
}
.evenements-text .button {
	padding: 10px;
	font-weight: bold;
	letter-spacing: .1em;
	border: 2px solid #fff;
}
#evenements .evenements-text .button:hover {
	color: rgba(0, 0, 0, 0.5);
	border: 2px solid #fff;
	background-color: #fff;
	transition: all .3s ease-out;
}
@media screen and (max-width: 479px) {
	.evenements-text .button {
		font-size: 15px;
		line-height: 18px;
	}
}

/* .evenements-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 46%);
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.evenements-wrapper {
		grid-template-columns: repeat(2, 46%);
	}
}
@media screen and (max-width: 479px) {
	.evenements-wrapper {
		grid-template-columns: repeat(1, 100%);
	}
} */

.evenements-wrapper .item {
	
	margin-bottom: 60px;
	width: 50%;
	padding: 0 10px;
}

.evenements-wrapper .evenement-container {
	box-shadow: 0px 3px 6px #00000029;
}

.evenements-wrapper .evenements-text,
.evenements-wrapper .evenements-text h3,
.evenements-wrapper .evenements-text .button {
	color: #000000;
}
.evenements-wrapper .evenements-text .button {
	border: 1px solid #000;
}
.evenements-wrapper .evenements-text .button:hover {
	color: #ffffff;
	border: 1px solid #000;
	background-color: #000;
	transition: all .3s ease-out;
}

#personal {
	text-align: center;
}
#personal .personal-inner {
	margin-bottom: 2em;
}
#personal .personal-img {
	margin-bottom: 1em;
}
#personal .title {
	font-weight: bold;
	font-size: 32px;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
}
#personal h3 {
	font-weight: 500;
	font-family: inherit;
	font-size: 24px;
	letter-spacing: 0.05em;
	padding-bottom: 1em;
}
#personal p {
	font-size: 24px;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 479px) {
	#personal .title {
		font-size: 22px;
		line-height: 26px;
	}
	#personal h3 {
		font-size: 14px;
		line-height: 16px;
	}
	#personal p {
		font-size: 14px;
		line-height: 16px;
	}
}

.personal-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 22%);
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.personal-wrapper {
		grid-template-columns: repeat(2, 44%);
	}
}
@media screen and (max-width: 479px) {
	.personal-wrapper {
		grid-template-columns: repeat(1, 100%);
	}
}


.menu-footer li {
	list-style-type: none;
	display: inline-block;
	padding: 0 10px;
}
@media only screen and (max-width: 768px) {
    .et-l--footer .newsletter-submit-button {
	left: auto !important;
    right: 0px;
}
}



.hide-header {
	opacity: 0;
	margin-top: -200px !important;
	}
	 
	.show-header {
	opacity: 1;
	margin-top: 0px !important;
	}
	 
	#global-header-mobile-section {
	-webkit-transition: all 0.5s ease !important;
	-moz-transition: all 0.5s ease !important;
	-o-transition: all 0.5s ease !important;
	-ms-transition: all 0.5s ease !important;
	transition: all 0.5s ease !important;
	}


@media only screen and (max-width: 980px) {
	.mobile_nav.opened .mobile_menu_bar:before {
		content: "\4d";
	}
	#main-header .container.clearfix.et_menu_container {
		width: 100%;
	}
	.logo_container {
		padding-left: 30px;
	}
	#et-top-navigation {
		padding-right: 30px;
	}
	#mobile_menu2 {
		display: block !important;
		/* Slide-in droite */
		right: 0;
		left: auto;

		/* Sous l'entête */
		top: 80px;
	}

	#mobile_menu2 {
		width: 400px;
	}
	#mobile_menu2 {
		min-height: calc(100vh - 80px);
	}
}


/* Menu mobile "slide-in" pleine hauteur qui sort du côté droit */
@media only screen and (max-width: 980px) {
	.mobile_nav.opened .mobile_menu_bar:before {
		content: "\4d";
	}
	#main-header .container.clearfix.et_menu_container {
		width: 100%;
	}
	.logo_container {
		padding-left: 30px;
	}
	#et-top-navigation {
		padding-right: 30px;
	}
	.mobile_menu_bar,
	#logo {
		z-index: 10000;
	}
	#mobile_menu2 {
		display: block !important;
		right: 0;
		left: auto;
		top: 0;
		padding: 80px 0 0!important;
		min-height: 100vh;
		width: 400px;
		border-top: none;
		transition: all .2s ease-in-out;
        transform-origin: right;
	}
	.mobile_nav.closed #mobile_menu2 {
		transform: rotateY(90deg);
		opacity: 0;
	}
	.mobile_nav.opened #mobile_menu2 {
		transform: rotateY(0);
		opacity: 1;
    }
    #mobile_menu2 li a {
        font-size: 14px;
        line-height: 16px;
        border-bottom: none;
        padding-right: 20px;
        text-align: right;

    }
    #mobile_menu2 li a:hover {
        background-color: #F0F0F0;
        
    }
}
@media only screen and (max-width: 480px) {
	.mobile_menu_bar {
        padding-right: 20px;
        padding-top: 20px;
	}
}
@media only screen and (max-width: 480px) {
	#mobile_menu2 {
		width: 85%;
	}
}

#header-video .et_pb_code_inner {
	position: absolute;
	height: 100vh;
	width: 100%;
}
