body {
	font-family: 'Montserrat', sans-serif;
	background-color: #FFFDF9;
}

img {
	max-width:100%;
	max-height:100%;
	outline-offset: unset;
	display: block;
}

strong {
	font-family: 'montserratsemibold';
}

@font-face {
    font-family: 'butlerextrabold';
    src: url('font/butler_extrabold-webfont.woff2') format('woff2'),
         url('font/butler_extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratextralight_italic';
    src: url('font/montserrat-extralightitalic-webfont.woff2') format('woff2'),
         url('font/montserrat-extralightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratlight';
    src: url('font/montserrat-light-webfont.woff2') format('woff2'),
         url('font/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratregular';
    src: url('font/montserrat-regular-webfont.woff2') format('woff2'),
         url('font/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratsemibold';
    src: url('font/montserrat-semibold-webfont.woff2') format('woff2'),
         url('font/montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


h2{
	font-family: 'butlerextrabold';
	font-size: 62px;
	color: #707070;
	position: relative;
	z-index: 2;
	display: inline-block;
}

h2:before {
	position: absolute;
	content: "";
	width: 100%;
	height: calc(100% - 15px);
	top: 20px;
	left: 20px;
	background-color: #D5E3D4;
	z-index: -1;
}

footer h2:before {
	width: 0%;
}

h3{
	font-family: 'montserratextralight_italic';
	margin-top: 25px;
	font-size: 26px;
}

p{
	font-family: 'montserratlight';
	font-size: 20px;
	margin-top: 50px;
	text-align: justify;
	line-height: 130%;
	color: #707070;
}



.body {
	background-color: #FBF6E9;
	border-radius: 65px;
	width: 90%;
	-webkit-box-shadow: 0 0 8px 0 #000000;
	box-shadow: 0 0 10px -3px #000000;
	margin: auto;
	margin-top: 4vh;
	margin-bottom: 4vh;
	/*overflow: hidden;*/
}

.retour {
	clear: both;
}

.nav-item a {
	margin: 0px 26px 0px 26px;
    font-size: 19px;
    font-weight: 300;
    color: #9A8368;
   }

.navbar-light .navbar-toggler {
    border-color: rgba(0,0,0,0);
}

.navbar-brand img {
	max-width: none;
	max-height: none;
}

.logo {
	margin: 15px;
}

.massage1 {
	height: 550px;
}

.massage1 img{
	text-align: right;
	float: right;
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-top-left-radius: 80px;
	border-bottom-left-radius: 80px;
}

.massage2 {
	height: 550px;
}

.massage2 img {
	text-align: left;
	float: left;
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-top-right-radius: 80px;
	border-bottom-right-radius: 80px;
	display: block;
}

.background {
	position: relative;
}

.bggreen {
	position: absolute;
	background-color: green;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.text_padding_left{
	padding: 100px 0px 0px 220px;
}

.text_padding_right{
	padding: 6vw;
}

.text_padding_right2 {
	padding-left: 6vw;
    padding-right: 6vw;
    padding-bottom: 6vw;
    padding-top: 0vw;
}


.wrapper{
  width:100%;
  padding-top: 20px;
  text-align:center;
}
.carousel{
  width:90%;
  margin:0px auto;
}
.slick-slide{
  margin:10px;
}
.slick-slide img{
  width:100%;
  border: 2px solid #fff;
}
.wrapper .slick-dots li button:before {
  font-size:20px;
  color:white;
}
.slick-prev:before {
	color: #D5E3D4;
}
.slick-next:before {
	color: #D5E3D4;
}
.slick-track {
	margin-top: 80px;
	margin-bottom: 80px;
}
.slick-slider img{
	border-radius: 40px;
}

.fixed {
	background-image: url(images/paysage_vert.jpg);
	min-height: 400px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 80px;
}

.separation {
	margin: 40px 60px 40px 60px;
}

.bijoux {
	max-width: 1110px;
	margin: auto;
	text-align: center;
}

.cheque {
	background-color: #D5E3D4;
}

.cheque img {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	margin-top: 50px;
}

.paddingcheque {
	padding: 150px 80px 150px 80px;
}

.cheque h2{
 	color: white;
}

.chequearrondi {
	border-radius: 0 0 50 50;
}

.slick-dots {
	display: none !important;
}

#foot {
	margin-top: 50px;
}

footer {
	background-color: #707070;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}

footer h2 {
	color: #FCF8EF;
	margin-top: 20px;
}

footer p {
	color: #FCF8EF;
}

footer li {
	color: #FCF8EF;
}

footer a {
	color: #FCF8EF;
}

footer .menu a {
	text-decoration: none;
}

footer .menu a:hover{
	color: #D5E3D4;
	transition: all ease-in 0.2s;
}

footer .menu ul {
	margin-top: 100px;
	line-height: 200%;
	text-align: center;
	margin-bottom: 80px;
}

footer .rs {
	text-align: center;
	padding-top: 75px;
	margin-bottom: 160px;
}

footer .rs a{
  margin: 0 20px;
  width: 80px;
  height: 80px;
  background-color: #FEF9EB;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 6px 6px 12px rgba(0,0,0,.15),
              -6px -6px 12px rgba(255, 255, 255,.1);
  overflow: hidden;
  font-size: 28px;
  transition: .3s ease-in;
  position: relative;
  margin: 15px;

}
footer .rs a:hover{
  transform: scale(1.2);
  border-radius: 10%;
}
footer .rs a i::before{
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background-size: 200% 200%;
  background-position: 75% 75%;
  top: 0;
  left: 0;
  line-height: 80px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background .5s linear;
}
footer .rs a:hover i::before{
  background-position: 0% 0%;
}
.fa-facebook-f::before{
  background-image: linear-gradient(135deg, #3b5998 30%, #26547c 50%);
}

.fa-instagram::before{
  background-image: linear-gradient(135deg, #c32aa3 30%, #26547c 50%);

}

footer #horaires {
	line-height: 160%;
	margin-bottom: 50px;
}

.form {
	max-width: 992px;
}

.form  {
	text-align: center;
}

.form-control {
	background-color: rgba(25, 25, 25, 0);
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2.5px solid #D5E3D4;
	border-radius: 0;
}

.btn {
	line-height: 2;
	padding: .375rem 3rem;
}

.btn-primary {
    color: #fff;
    background-color: #D5E3D4;
    border-color: #D5E3D4;
}

.btn-primary:hover {
    color: #fff;
    background-color: #B4DBB2;
    border-color: #B4DBB2;
    transition: all linear 0.2s;
}

.input-group-text {
	background-color: rgba(25, 25, 25, 0);
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2.5px solid #D5E3D4;
	border-radius: 0;
	color: #6c757d;
}

.contact h2 {
	text-align: center;
	margin-bottom: 100px;
}

.white_bg {
	background-color: #FFFDF9;
	margin-top: 80px;
	margin-bottom: 80px;
}



nav {
	border-radius: 70px;
	background-color: #FCF8EF;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%) inset;
	margin-bottom: 10vh;
}

nav ul {
  display: flex;
  justify-content: space-between !important;
  width: 100%;
}

nav li {
    padding: 6px 0;}

    nav a {
      position: relative;
      display: block;
      padding: 1px 0;
      font-family: Lato, sans-serif;
      color: #707070;
      text-decoration: none;
      text-transform: uppercase;
      transition: 0.5s;
  	}

      nav a::after {
        position: absolute;
        content: "";
        top: 100%;
        left: 0;
        width: 100%;
        height: 3px;
        background: #D5E3D4;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.5s;
      }

      nav a:hover {
        color: #707070;
      }

      nav a:hover::after {
        transform: scaleX(1);
        transform-origin: left;
      }

.nav-link:hover {
	color: #707070;
}

.navbar {
	padding: 0;
}










@media (max-width: 1400px) {
	.nav-item a {margin: 0px 10px 0px 10px;}
}



@media (max-width: 1200px) {
	.logo {margin: 15px 0px 15px 15px;}

	.nav-item a{font-size: 17px; margin: 0px 5px;}
}



@media (max-width: 992px) {


}



@media (max-width: 768px) {
	

}



@media (max-width: 576px) /*md*/{
	.text_padding_right {
    padding: 0px 15px 0px 15px;
	}

	.massage1 {
		height: auto;
	}

	.massage1 img {
    text-align: center;
    float: none;
    width: 80%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-radius: 18px;
    margin: auto;	
    margin-top: 35px;
	}

	.massage2 {
		height: auto;
	}

	.massage2 img {
	text-align: center;
    float: none;
    height: 55%;
    width: 80%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-radius: 18px;
    margin: auto;	
    margin-top: 35px;
    display: none;
	}

	.white_bg {
		display: none;
	}

	h2 {
		font-size: 39px;
	}

	h3 {
		font-size: 24px;
	}

	.text_padding_right h2{
		margin-top: ;
	}

	.fixed {
		display: none;
	}

	.bijoux p {
		margin-bottom: 80px;
	}

	.paddingcheque {
    padding: 40px 22px 0px 20px;
	}

	.cheque img {
    border-radius: 15px;
    margin: 30px auto;
    width: 80vw;
	}

	h2{margin: 22px;}
	h3{margin: 10px 22px;}
	p{margin: 10px 22px 0px 22px;}

	footer h2 {
		text-align: center;
		font-size: 32px;
		display: block;
	}

	footer p {
		text-align: center;
		font-size: 16px;
	}

	footer ul {
		text-align: center;
	}

	footer .menu ul {
		margin-top: 60px;
		margin-bottom: 10px;
		margin-top: 35px;
	}

	footer .rs {
		margin-bottom: 70px;
		padding-top: 35px;
	}

	footer li {
		display: inline-block;
	}

	footer .menu li:before {
		content: "";
		border-left: solid 1px #FCF8EF;
		padding-left: 5px;
	}

	nav {
		border-radius: 0px;
	}

	.body {
		border-radius: 0px;
		width: 100%;
		margin: auto;
	}

	footer {
		border-radius: 0px;
	}

	#foot {
		margin-top: 25px;
	}

	.logo {
		margin: 10px;
	}

	.navbar-toggler {
    padding: 0.25rem 1.1rem;
	}

	.navbar-nav {
		margin-bottom: 20px;
	}

	.btn-primary {
		margin-bottom: 30px;
	}
}