:root {
/** Police */
    --main-font-family: "Avenir LT Std 35 Medium", Arial;
    --main-bold-font-family: "Avenir LT Std 35 Black", Arial;
    --main-light-font-family: "Avenir LT Std 35 Light", Arial;
}
html, body {
    height:100%;
    width:100%;
    margin:0;
    padding:0;
	background:#F9F9F9;
	font-family: "Avenir LT Std 35 Light";
}
@font-face {
    font-family: TanPearl;
    src: url("/assets/fonts/tan-pearl.otf") format("opentype");
}
br {
	display: block;
	margin: 5px 0;
 }
 a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: inherit;
}

.header {
	height:60px;
	border-bottom:2px solid #D7D7D7;
	position:fixed;
	background:#5d3a42;
	width:100%;
	z-index:1;
  top:0;
}
.logo {
	float:left;
	height:60px;
	padding-left:5px;
}
.logo > img {
	height: 60px;
}
.logo > .title {
	height:50px;
	padding:5px 0px 5px 0px;
}
.menu_smart {
	float:right;
	height:60px;
	line-height:30px;
	padding-right:10px;
}
.menu_smart ul li {
	display:inline;
	font-size:20px;
	color: #000000;
	padding:6px;
	transition-duration: 0.5s;
}
.bars-detail{
	width:100%;
	left:0px;
	top:0px;
	z-index:2;
	position:fixed;
	background:#5d3a42;
	border-bottom-left-radius: 2em;
	box-shadow: 5px 5px 5px #3d3d3d;
	display:none;
}
.bars-detail ul li{
	font-size:15px;
	height:30px;
	font-weight:bold;
	font-family:"TanPearl";
	/* color: #9D9D9D; */
	color: #FFFFFF;
	padding:10px 5px 10px 5px;
	transition-duration: 0.5s;
	list-style-type: none;
}.bars-detail ul li a i{
	padding: 0px 5px 0px 5px;
}
.close-bars-detail{
	position:absolute;
	top:0px;
	right:0px;
	padding-top:20px;
	padding-right:20px;
}
.footer {
  width:100%;
  float:left;
  background: #222;
  color: #fff;
  text-align: center;
  margin-top:100px;
}
.footer-section {
  width:50%;
  float:left;
}
.footer-title {
  font-size:18px;
  padding:10px 0px 0px 0px;
  font-weight:bold;
}
.footer-section p {
  line-height:5px;
  font-size:15px;
}
.footer-section ul {
  list-style: none;
  padding: 0;
}
.footer-section ul li {
  margin: 0px 0;
}
.footer-section ul li a {
  color: #fff;
  text-decoration: none;
}
.footer-bottom {
  width:100%;
  float:left;
  margin-top: 10px;
  border-top: 1px solid #555;
  padding-top: 5px;
}
.content{
	position:relative;
	top:70px;
	/* height:100%; */
	width:100%;
}
.bloc{
	width:1200px;
	margin:auto;
	position:relative;
	margin-top:20px;
}
.infos{
	float:left;
	width:100%;
	height:100%;
	position:relative;
}
.engagement_vignette{
	margin:auto;
	display:inline;
}
.engagement_vignette > div{
	width:50%;
	float:left;
}
.engagement_vignette > div > div{
	width:70%;
	height:60px;
	text-align:center;
	margin:auto;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	padding:10px 10px 10px 10px;
	margin-top:15px;
	border:4px solid #e4a319;
	box-shadow:5px 5px 5px grey;
}
.separateur{
	width:500px;
	background:#5d3a42;
	height:3px;
	margin:auto;
}



.carousel{
    width: 1200px;
    margin:auto;
    max-width: 1200px;
    overflow-x: hidden;
    position: relative;
    display: flex;
    justify-content: flex-start;
    border-radius: 13px;
	padding-top:50px;
}
.carousel-inner{
  height: 100%;
  /* min-width: 400%; */
  display: flex;
  transition: all ease .5s;
}
.carousel-item{
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.carousel-item img{
    width:100%;
    height:100%;
}
.carousel-item h1{
  opacity: .5;
}
.carousel-controls .prev{
  display: inline-block;
  height: 32px;
  width: 32px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('/assets/img/prev.png');
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: .5;
}
.carousel-controls .next{
  display: inline-block;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('/assets/img/next.png');
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: .5;
}
.prev:hover, .next:hover{
  opacity: 1;
}
.carousel-indicators{
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.carousel-indicators span{
  display: inline-block;
  background-color: white;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  opacity: .5;
  cursor: pointer;
  margin: 3px;
}
.carousel-indicators span.active{
  opacity: 1;
}
.presentation_1{
	content:url("/assets/img/presentation_1.png");
}
.presentation_2{
	content:url("/assets/img/presentation_2.png");
}
.presentation_3{
	content:url("/assets/img/presentation_3.png");
}
.luna_perrault{
    margin:0px 0px 0px 0px;
    text-align:center;
}
.luna_perrault img{
    width:600px;
}
.luna_perrault .title{
  font-size:50px;
  font-family: TanPearl;
  width:100%;
  text-align:center;
  padding-top:50px;
  padding-bottom:20px;
}
.texte{
	float:left;
	padding:0px 15px 10px 15px;
	font-size:18px;
	text-align:justify;
}
.prestation > .title {
  font-size:30px;
  font-family: TanPearl;
  width:100%;
  text-align:center;
  padding-top:50px;
  padding-bottom:20px;
}
.prestation > .liste .info {
  position:relative;
  padding:20px 50px 20px 50px;
  height:600px;
}
.prestation > .liste .info .info_reiki{
  color:#FFFFFF;
  border-radius:20px;
  font-size:30px;
  font-family:TanPearl;
  text-align:center;
  margin:auto;
  position:absolute;
  height:400px;
  width:500px;
  top:65px;
  left:650px;
  background:#5d3a42;
  opacity:0.9;
}
.prestation > .liste .info .info_archives{
  color:#FFFFFF;
  border-radius:20px;
  font-size:30px;
  font-family:TanPearl;
  text-align:center;
  margin:auto;
  position:absolute;
  height:300px;
  width:500px;
  top:100px;
  left:50px;
  background:#5d3a42;
  opacity:0.9;
}
.prestation > .liste .info .info_texte{
  height:100px;
  line-height:100px;
  font-weight:bold;
}
.prestation > .liste .info .info_vide{
  height:50px;
}
.prestation > .liste .info .img_archives{
  float:right;
}
.infos{
  text-align:center;
}
.infos .div_img
,.infos .div_img img{
  width:100%;
}
.infos .title{
  font-size:30px;
  font-family: TanPearl;
  width:100%;
  text-align:center;
  padding-top:50px;
  padding-bottom:20px;
}
.separateur{
	width:150px;
	background:#5d3a42;
	height:3px;
	margin:auto;
}
.bloc_tarif{
  padding-top:20px;
  position:relative;
  font-family: TanPearl;
  float:left;
  height:600px;
  width:100%;
}
.bloc_tarif img{
  height:550px;
  float:left;
}
.bloc_tarif .info_reiki{
  background:#5d3a42;
  width:500px;
  height:400px;
  color:white;
  text-align:center;
  border-radius:10px;
  top:100px;
  right:0px;
  position:absolute;
  opacity:0.9;
  font-size:30px;
}
.bloc_tarif .info_archives{
  background:#5d3a42;
  width:500px;
  height:350px;
  color:white;
  text-align:center;
  border-radius:10px;
  top:100px;
  right:0px;
  position:absolute;
  opacity:0.9;
  font-size:30px;
}
.bloc_tarif .tarif{
  font-size:18px;
  padding:20px 0px 0px 0px;
}
.bloc_tarif .tarif_detail{
  font-size:20px;
  text-align:center;
  padding:20px 40px 10px 40px;
}
.bloc_tarif .tarif_detail_2{
  font-size:15px;
  text-align:center;
  font-style:italic;
  font-family:normal;
  padding:0px 40px 40px 40px;
}
.bloc_tarif .tarif_detail_3{
  font-size:18px;
  text-align:center;
  font-style:italic;
  font-family:normal;
  padding:20px 40px 10px 40px;
}
.bloc_tarif_2 .tarif_detail_4{
  font-size:25px;
  text-align:center;
  padding:20px 40px 10px 40px;
}
.bloc_tarif_2 .info{
  background:#5d3a42;
  width:500px;
  height:400px;
  color:white;
  text-align:center;
  border-radius:10px;
  top:100px;
  right:0px;
  position:absolute;
  opacity:0.9;
  font-size:30px;
}
.temoignages .main_title{
  font-size:30px;
  font-family: TanPearl;
  width:100%;
  text-align:center;
  padding-top:100px;
  padding-bottom:20px;
}
.temoignages .client{
  padding:10px;
  font-size:20px;
  font-weight:bold;
  text-align:center;
}
.temoignages .commentaire{
  font-style:italic;
  padding: 0px 30px 40px 30px;
  max-width:800px;
  margin:auto;
}
.contact{
	width:100%;
	text-align:center;
	height:500px;
}
.contact-info{
	/* width:calc(100% - 40px); */
	width:1200px;
	text-align:justify;
	font-weight:bold;
	font-size:20px;
	padding:40px 20px;
	margin:auto;
}
.contact > div{
	width:500px;
	margin:auto;
	padding:30px;
}
.contact > div .img{
	float:left;
	height:50px;
	width:50px;
}
.contact > div .img img{
	height:50px;
	width:50px;
}
.contact > div .label{
	float:left;
	height:50px;
	width:420px;
	text-align:left;
	padding-left:30px;
	line-height:50px;
	font-weight:bold;
	font-size:25px;
}
@media only screen and (max-width: 1200px) {
  .footer {
    width:100%;
    float:left;
    background: #222;
    color: #fff;
    text-align: center;
	margin-top:100px;
  }
  .footer-section {
    width:100%;
    float:left;
  }
  .footer-title {
    font-size:18px;
    padding:10px 0px 0px 0px;
    font-weight:bold;
  }
  .footer-section p {
    line-height:5px;
    font-size:12px;
  }
  .footer-section ul {
    list-style: none;
    padding: 0;
  }
  .footer-section ul li {
    margin: 0px 0;
  }
  .footer-section ul li a {
    color: #fff;
    text-decoration: none;
  }
  .footer-bottom {
    width:100%;
    float:left;
    margin-top: 10px;
    border-top: 1px solid #555;
    padding-top: 5px;
  }  
	.content{
		top:60px;
	}
	.bloc{
		width:100%;
		margin:auto;
		position:relative;
		margin-top:20px;
	}
    .carousel{
    width: 100%;
    margin:auto;
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
    display: flex;
    justify-content: flex-start;
	  border-radius: 0px;
    }
    .carousel-inner{
    height: 100%;
    display: flex;
    transition: all ease .5s;
    }
    .carousel-item{
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }
    .carousel-item img{
        height:100%;
    }
    .carousel-item h1{
    opacity: .5;
    }
    .carousel-controls .prev{
    display: inline-block;
    height: 32px;
    width: 32px;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('/assets/img/prev.png');
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: .5;
    }
    .carousel-controls .next{
    display: inline-block;
    height: 32px;
    width: 32px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('/assets/img/next.png');
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: .5;
    }
    .prev:hover, .next:hover{
    opacity: 1;
    }
    .carousel-indicators{
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    }
    .carousel-indicators span{
    display: inline-block;
    background-color: white;
    width: 30px;
    height: 4px;
    border-radius: 2px;
    opacity: .5;
    cursor: pointer;
    margin: 3px;
    }
    .carousel-indicators span.active{
    opacity: 1;
    }
	.presentation_1{
		content:url("/assets/img/presentation_1_mobile.png");
	}
	.presentation_2{
		content:url("/assets/img/presentation_2_mobile.png");
	}
	.presentation_3{
		content:url("/assets/img/presentation_3_mobile.png");
	}
    .luna_perrault{
        margin:0px 0px 0px 0px;
        text-align:center;
    }
    .luna_perrault img{
        width:70%;
    }
	.texte{
		width:calc(100% - 30px);
		float:left;
		padding:0px 15px 20px 15px;
		font-size:18px;
		text-align:justify;
	}
	.presentation > .photo{
		width:50%;
		position:relative;
		top:0;
		right:0;
		padding:10px;
	}
	.presentation > .photo > img{
		width:150px;
		object-fit: cover;
	}
  .prestation > .title {
    font-size:20px;
    font-family: TanPearl;
    width:100%;
    text-align:center;
  }
  .prestation > .liste .info {
    position:relative;
    padding:10px 20px 10px 20px;
    height:350px;
  }
  .prestation > .liste .info img{
    width:80%;
  }
  .prestation > .liste .info .info_reiki{
    color:#FFFFFF;
    border-radius:10px;
    font-size:16px;
    font-family:TanPearl;
    text-align:center;
    margin:auto;
    position:absolute;
    width:70%;
    height:140px;
    left:100px;
    top:150px;
    background:#5d3a42;
    opacity:0.9;
  }
  .prestation > .liste .info .info_archives{
    color:#FFFFFF;
    border-radius:10px;
    font-size:16px;
    font-family:TanPearl;
    text-align:center;
    margin:auto;
    position:absolute;
    width:70%;
    height:90px;
    top:150px;
    left:100px;
    background:#5d3a42;
    opacity:0.9;
  }
  .prestation > .liste .info .info_texte{
    height:35px;
    line-height:35px;
    font-weight:bold;
  }
  .prestation > .liste .info .info_vide{
    height:10px;
  }
  .prestation > .liste .info .img_archives{
    float:left;
  }
  .infos .title{
    font-size:20px;
    font-family: TanPearl;
    width:100%;
    text-align:center;
  }
	.infos > .texte{
    font-size:18px;
		text-align:justify;
		width:calc(100% - 20px);
		padding:10px;
	}
  .infos > .texte h1{
    font-size:22px;
    font-weight:bold;
	}
  .bloc_tarif{
    padding-top:30px;
    position:relative;
    font-family: TanPearl;
	float:left;
	height:350px;

  }
  .bloc_tarif img{
    width:80%;
    height:80%;
    float:left;
    padding-left:20px;
  }
  .bloc_tarif .info_reiki{
    background:#5d3a42;
    width:80%;
    height:200px;
    color:white;
    text-align:center;
    border-radius:10px;
    top:200px;
    right:0px;
    position:absolute;
    opacity:0.9;
    font-size:15px;
    margin-right:20px;
  }
  .bloc_tarif .info_archives{
    background:#5d3a42;
    width:80%;
    height:155px;
    color:white;
    text-align:center;
    border-radius:10px;
    top:210px;
    right:0px;
    position:absolute;
    opacity:0.9;
    font-size:15px;
    margin-right:20px;
  }
  .bloc_tarif .tarif{
    font-size:12px;
    padding:0px 0px 0px 0px;
  }
  .bloc_tarif .tarif_detail{
    font-size:12px;
    text-align:center;
    padding:0px 10px 0px 10px;
  }
  .bloc_tarif .tarif_detail_2{
    font-size:11px;
    text-align:center;
    font-style:italic;
    font-family:normal;
    padding:0px 20px 20px 20px;
  }
  .bloc_tarif .tarif_detail_3{
    font-size:14px;
    text-align:center;
    font-style:italic;
    font-family:normal;
    padding:10px 20px 0px 20px;
  }
  .temoignages > .main_title {
    font-size:20px;
    font-family: TanPearl;
    width:100%;
    text-align:center;
  }
  .contact{
	width:100%;
	text-align:center;
	height:500px;
}
.contact-info{
	/* width:calc(100% - 40px); */
	width:300px;
	text-align:justify;
	font-weight:bold;
	font-size:18px;
	padding:40px 20px;
	margin:auto;
}
.contact > div{
	width:300px;
	padding:5px 20px;
	margin:auto;
	float:left;
}
.contact > div .img{
	float:left;
	height:50px;
	width:50px;
}
.contact > div .img img{
	height:50px;
	width:50px;
}
.contact > div .label{
	float:left;
	height:50px;
	width:230px;
	text-align:left;
	padding-left:20px;
	line-height:50px;
	font-weight:bold;
	font-size:20px;
}
}


