/*
Theme Name: englemond
Theme URI: https://englemond.com/
Author: Jemmeli Nejmeddine
Author URI: https://altagem.com/
Description: englemond c'est Theme pour le site englemond
Version: 1.0
Text-domain: eng-lab
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: e-commerce, custom-menu, custom-logo, featured-images, footer-widgets, theme-options, translation-ready, blog, right-sidebar, sticky-post, threaded-comments
*/

body{
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	color: #262626;
}

.pswp__item {
    background-color: #e1e1e1 !important;
}

.modal .st-btn{
	display: inline-block !important;
} 
.modal.show .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;
}

/*fix gallery on product */
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport{
	width: 410px;
	max-width: 410px;
}
.woocommerce div.product div.images .flex-control-thumbs {
    max-width: 110px;
}

.btn-bijoux{
	display: inline-block;
	background: #747677 0% 0% no-repeat padding-box;
	padding: 14px 16px;
	color: #FFFFFF;
	font: 400 16px/19px 'Montserrat';
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.btn-bijoux:hover{
	text-decoration: none;
	color: #FFFFFF;
}
button.owl-prev>span,
button.owl-next>span{
	text-indent: -9999px;
	  display: inline-block;
	  width: 40px;
	  height: 24px;
}
button.owl-prev>span{
	content: "";
	background:url("https://englemond.com/wp-content/themes/englemond/img/chevron-left-24px.svg") center center no-repeat;
}
button.owl-next>span{
	content: "";
	background:url("https://englemond.com/wp-content/themes/englemond/img/chevron-right-24px.svg") center center no-repeat;
} 


/*rotator slider*/
.Joaillerie .selector,
.Joaillerie .selector button {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
.Joaillerie .selector button {
  position: relative;
  width: 80px;
  height: 72px;
  padding: 10px;
  background:url("https://englemond.com/wp-content/uploads/2023/04/coeur-englemond.jpg") center center no-repeat;
  background-size: 100%;
  border: 0;
  color: white;
  font-size: 20px;
  cursor: pointer;
  transition: all .1s;
}


/*.Joaillerie .selector button {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: #428bca;
  border-radius: 50%;
  border: 0;
  color: white;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  transition: all .1s;
}

.Joaillerie .selector button:hover { background: #3071a9; }
*/

.Joaillerie .selector button:focus { outline: none; }

.Joaillerie .selector {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 73px;
	height: 62px;
	margin-top: -100px;
    margin-left: -45px;
}

/*.Joaillerie .selector {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 140px;
  height: 140px;
  margin-top: -70px;
  margin-left: -70px;
}*/

.Joaillerie .selector ul {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  top: -80px;
  right: -80px;
  bottom: -80px;
  left: -80px;
}

.Joaillerie .selector li {
  position: absolute;
  width: 0;
  height: 100%;
  margin: 0 50%;
  -webkit-transform: rotate(-360deg);
  transition: all 0.8s ease-in-out;
}

.Joaillerie .selector li input { display: none; }

.Joaillerie .selector li input + label {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 0;
  height: 0;
  line-height: 1px;
  margin-left: 0;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 1px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: none;
  transition: all 0.8s ease-in-out, color 0.1s, background 0.1s;
}

.Joaillerie .selector li input + label:hover { background: #f0f0f0; }

.Joaillerie .selector li input:checked + label {
  background: #5cb85c;
  color: white;
}

.Joaillerie .selector li input:checked + label:hover { background: #449d44; }

.Joaillerie .selector.open li input + label {
  width: 110px;
  height: 110px;
  line-height: 110px;
  margin-left: -40px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}

@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 50s linear infinite;
}

@-webkit-keyframes notchange {
    from{
        -webkit-transform: rotate(360deg);
    }
    to{
        -webkit-transform: rotate(0deg);
    }
}

.notchange {
    -webkit-animation: notchange 50s linear infinite;
}

/*animate images inside in opposite direction*/

@-webkit-keyframes rotating img {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}

.rotating img {
    -webkit-animation: rotating 50s linear infinite;
    -webkit-animation-direction: reverse;
}

/*end rotator slider*/



/*======FOR WOOCOMERCE - Content Width===*/
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.woocommerce-product-gallery {
    display: flex;
}
.woocommerce-product-gallery .flex-control-thumbs {
    order: -10;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
    padding-top: 0;
    padding-bottom: 5px;
}

.woocommerce div.product div.images .flex-control-thumbs li img{
	border: 1px solid #CDC6C3;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active{
	border: 2px solid #a46497;
}

.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
	width: 53%;
	max-width: 500px;
}
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
	width: 42%;
	max-width: 400px;
}

.flex-active-slide img{
	max-width: 381px;
	max-height: 381px;
}

.woocommerce div.product .product_title {
    font: 700 28px/37px 'Playfair Display';
	letter-spacing: 0px;
	color: #262626;
	text-transform: capitalize;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    font: 700 32px/32px 'Playfair Display';
	letter-spacing: 0px;
	color: #262626;
	margin: 0;
}
.woocommerce div.product p.price::before {
	content: "A partir de";
	font: 400 14px/20px 'Raleway';
	letter-spacing: 0px;
	color: #262626;
	display: block;
	margin:0;
	text-transform: capitalize;
}
.woocommerce div.product p.price a.suffixePrice{
	color: #CDC6C3;
}
.woocommerce div.product p.price a.suffixePrice i{
	vertical-align: super;
	font-size: 20px;
}

.subPriceDesc{
	font: 400 14px/20px 'Raleway';
	letter-spacing: 0px;
	color: #262626;
	opacity: 0.5;
	margin-bottom: 30px;
}

.woocommerce-product-details__short-description{
	font: 400 14px/20px 'Raleway';
	letter-spacing: 0px;
	color: #262626;
	opacity: 0.5;
}

.woocommerce div.product form.cart {
    margin-bottom: 1em;
}

.woocommerce button.button.alt{
	background: #262626 0% 0% no-repeat padding-box;
	width: 100%;
	border-radius: 0;
	font: 400 16px/19px 'Montserrat';
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	height: 47px;
}

.btn-commander{
	background: #FFFFFF 0% 0% no-repeat padding-box;
	width: 100%;
	border-radius: 0;
	font: 400 15px/19px 'Montserrat';
	letter-spacing: 0px;
	color: #262626;
	text-transform: uppercase;
	height: 47px;
	border: 1px solid #262626;
	padding: .618em 0.2em;
	display: block;
	text-align: center;
	line-height: 30px;
	margin-bottom: 1em;
}
.btn-commander:hover{
	text-decoration: none;
	color: #262626;
}

.single-product-page{
	max-width: 1000px;
}
.descriptionDetails{
	clear: both;
	text-align: center;
    margin-bottom: 40px;
}
.descriptionDetails .row{
	min-height: 210px;
	border: 1px solid #CDC6C3;
	margin-bottom: 0px;
}
.descriptionDetails h3{
	font: 400 24px/29px 'Lato';
	letter-spacing: 0px;
	color: #262626;
}
.descriptionDetails p{
	font: 400 14px/20px 'Raleway';
	letter-spacing: 0px;
	color: #262626;
	opacity: 0.5;
	max-width: 372px;
	margin: 0 auto;
}
.descriptionDetails .leftCol{
	background: #F9F9F9 0% 0% no-repeat padding-box;
	padding: 73px 0;
}
.descriptionDetails .rightCol{
	background: #FFFFFF 0% 0% no-repeat padding-box;
	padding: 30px 0;
}
.descriptionDetails .rightCol b,
.descriptionDetails .rightCol span{
	display: block;
}
.descriptionDetails .rightCol li{
	padding: 0 15px;
}
.descriptionDetails .rightCol b{
	font: 400 16px/19px 'Lato';
	letter-spacing: 0px;
	color: #262626;
}
.descriptionDetails .rightCol span{
	font: 400 14px/16px 'Raleway';
	letter-spacing: 0px;
	color: #747677;
}
section.des-pierre{
	text-align: center;
	height: 350px;
	background: #F2F2F2;
	padding: 50px 0;
	margin-bottom: 100px;
}
section.des-pierre h3{
	width: 60%;
	font: 700 48px/64px 'Playfair Display';
    letter-spacing: 0px;
    color: #262626;
    z-index: 2;
	letter-spacing: 0px;
	margin-bottom: 30px;
	margin: 30px auto;
}
section.des-pierre a.btn-pierre{
	font: 400 22px/28px 'Lato';
    letter-spacing: 0px;
    color: #262626;
	letter-spacing: 0px;
	background: #FFFFFF;
	padding: 15px 35px;
}
section.des-pierre a.btn-pierre:hover{
	text-decoration: none;
}
section.des-pierre h3,section.des-pierre a{
	text-align: center;
}
/*======end FOR WOOCOMERCE===*/



/*====== Generale ===*/
a{
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	color: #262626;
}

.bannerIdee{
	height: 350px;
	margin: 100px 0;
	background: grey;
	width: 100%;
	text-align: center;
	margin-top: 224px;
}
.bannerIdee h4{
	font: bold 48px/64px 'Playfair Display';
	letter-spacing: 0px;
	color: #262626;
	margin-bottom: 30px;
}

.bannerIdee.partager h4{
	font: normal 48px/64px "Playfair Display";
	letter-spacing: 0px;
	color: #262626;
	margin-bottom: 30px;
}
.bannerIdee.partager a.btn-contacter-nous {
	background: rgba(116,118,119,0.7);
	color: #FFFFFF;
	padding: 10px 64px;
}
img.bird{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.bannerIdee p{
	font: normal 32px/43px 'Playfair Display';
	letter-spacing: 0px;
	color: #262626;
}
.bannerIdee a.btn-contacter-nous{
	padding: 10px 24px;
	color: #262626;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	background: #FFFFFF;
}
.bannerIdee a.btn-contacter-nous:hover{
	color: #FFFFFF;
	text-decoration: none;
	background: #d6d6d6;
}

.bannerIdee button.btn-contacter-nous{
	font-family: 'Raleway', sans-serif;
    font-size: 18px;
	padding: 10px 24px;
	color: #262626;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	background: #FFFFFF;
	outline: none;
	border: 0px solid transparent;
}
.bannerIdee button.btn-contacter-nous:hover{
	color: #FFFFFF;
	text-decoration: none;
	background: #d6d6d6;
}

/*====make main menu horizontal====*/
.main-menu {
	margin-bottom: 100px;
}
.main-menu ul{
	padding: 0;
	margin: 0;
	font-size: 18px;
	text-align: center;
}

.main-menu ul li{
	display: inline;
	margin: 0 20px 0 0;
}

.main-menu ul li a:hover{
	text-decoration: none;
}
/*===Header===*/
.topHeader{
	padding-top: 50px;
	margin-bottom: 33px;
}
.topHeader ul li{
	padding: 0 9px;
}

/*===HOME===*/
body.home section.banner{
	margin-bottom: 100px;
	background: #060A11;
	color: #FFFFFF;
}
body.home section.banner .rightCol{
	padding-left: 70px;
}

body.home section.banner .leftCol{
	height: 592px;
}

body.home section.banner .rightCol h1 {
	font: 400 66px/88px 'Playfair Display';
	letter-spacing: 0px;
	color: #FFFFFF;
}

body.home section.banner .rightCol p{
	font: 400 36px/48px 'Playfair Display';
	letter-spacing: 0px;
	color: #FFFFFF;
}
body.home section.banner .rightCol a{
	font: 400 16px/19px 'Montserrat';
	letter-spacing: 0px;
	color: #FFFFFF;
}

body.home section.pieceUniq h2{
	text-align: center;
	font: 100 60px/70px 'Raleway';
	letter-spacing: 0px;
	color: #262626;
}
body.home section.pieceUniq p{
	text-align: left;
	font: 400 48px/64px 'Playfair Display';
	letter-spacing: 0px;
	color: #262626;
}
body.home section.pieceUniq p.slog{
	text-align: center;
	font: 100 24px/31px 'Raleway';
	letter-spacing: 0px;
	color: #262626;
	text-transform: lowercase;
	opacity: 0.5;
}
body.home section.pieceUniq .rowPieceUniq{
	background: #FFFFFF url('https://englemond.com/wp-content/uploads/2020/11/HD-georgina-1-20x20niveaudegris.png') right top no-repeat;
	background-size: auto;
	height: 637px;
	padding-top: 100px;
}
body.home section.pieceUniq .pieceUniqBoxImg{
	position: relative;
	top: -235px;
    right: 203px;
    background: white;
}
body.home section.pieceUniq img{
	width: 278px;
	height: 245px;
	margin: 0 15px;
}

body.home section.notreCollection .topImage{
	background: #FFFFFF url('https://englemond.com/wp-content/uploads/2020/11/HD-celia-1.png') top center no-repeat;
	background-size: auto;
	height: 439px;
}
body.home section.notreCollection .rowBottom img{
	position: relative;
	top: -40%;
}
body.home section.notreCollection .rowBottom img{
	max-width: 474px;
	max-height: 473px;
}
body.home section.notreCollection .rowBottom p{
	padding-top: 7%;
	font: 400 60px/68px 'Playfair Display';
	letter-spacing: 0px;
	color: #262626;
}


body.home section.nosPerso {
	background: #F2F2F2 0% 0% no-repeat padding-box;
	padding: 76px 0;
}
body.home section.nosPerso .leftCol {
	position: relative;
}
body.home section.nosPerso .leftCol img {
	position: absolute;
	top: -120px;
	left: 0;
	max-width: 528px;
	max-height: 587px;
}
body.home section.nosPerso .rightCol p {
	font: 400 48px/64px 'Playfair Display';
	letter-spacing: 0px;
	color: #262626;
}
body.home section.nosPerso .rightCol p b{
	font: 700 48px/64px 'Playfair Display';
	letter-spacing: 0px;
	color: #262626;
}

body.home section.maison {
	padding: 158px 0;
}
body.home section.maison .leftCol h2{
	font: 700 32px/43px 'Playfair Display';
	letter-spacing: 0px;
	color: #262626;
	text-transform: uppercase;
}
/* body.home section.maison .leftCol i{
	font: italic 400 24px/32px 'Playfair Display';
	letter-spacing: 0px;
	color: #262626;
	opacity: 0.5;
} */
body.home section.maison .leftCol i{
	font: normal 14px/1 FontAwesome;
	font-size: inherit;
	opacity: 1;
}
body.home section.maison .leftCol p{
	font: 400 32px/43px 'Playfair Display';
	letter-spacing: 0px;
	color: #262626;
    max-width: 376px;
    margin-top: 32px;

    text-align: justify;
}
body.home section.maison .rightCol img{
	max-width: 542px;
	max-height: 646px;
}

body.home section.evaluer{
	padding-top:100px;
	margin: 100px 0;
	height: 534px;
}
body.home .colRightWrapper{
	position: relative;
}
body.home .colRight{
	position: absolute;
    left: 731px;
	top: 70px;
	z-index: 100;
}
body.home .colRight img.ringEvaluer{
	position: absolute;
    right: 0px;
    top: -468px;
    z-index: 99;
    zoom: 0.5;
}

body.home section.evaluer .colRight b{
	font: 400 16px/21px 'Playfair Display';
	letter-spacing: 1.6px;
	color: #262626;
}
body.home section.evaluer .colRight p{
	font: 700 48px/63px 'Playfair Display';
	letter-spacing: 0px;
	color: #262626;
}



body.home section.Joaillerie {
	position: relative;
	margin: 100px 0;
	text-align: center;
}
body.home section.Joaillerie h2{
	font: normal normal 100 60px/70px 'Raleway';
    letter-spacing: 0px;
    color: #262626;
    opacity: .8;
    font-weight: lighter;
    margin-bottom: 60px;
}
body.home section.Joaillerie h4{
	font: 400 72px/63px 'Playfair Display';
    letter-spacing: 0px;
    color: #262626;
    margin-bottom: 40px;
}
body.home section.Joaillerie .medallion .medallionTop{
	padding-top: 426px;
}


/*=======================================
Joaillerie Page Niveau deux
=======================================*/
body.page-template-template-Joaillerie-niveau-deux .banner{
	height: 444px;
	background: transparent linear-gradient(243deg, #F5EFEF7E 0%, #FAF7F7 100%) 0% 0% no-repeat padding-box;
	padding-top: 150px;
	margin: 40px 0 100px 0;
}
body.page-template-template-Joaillerie-niveau-deux .banner .bannerRight {
	position: relative;
}
body.page-template-template-Joaillerie-niveau-deux .banner .bannerRight::after {
    content: "";
    position: absolute;
    top: -75px;
    left: 50px;
    background: url(https://englemond.com/wp-content/uploads/2022/05/Geni-Du-Jardin-3A.jpg) center center no-repeat;
    width: 391px;
    height: 430px;
    -webkit-box-shadow: 10px 10px 3px 1px rgb(234 196 196);
    -moz-box-shadow: 10px 10px 3px 1px rgba(234,196,196,1);
    box-shadow: 10px 10px 3px 1px rgb(234 196 196);
    background-size: contain;
}
body.page-template-template-Joaillerie-niveau-deux .banner h2{
	font: 400 48px/64px 'Playfair Display';
	letter-spacing: 0px;
	color: #262626;
}
body.page-template-template-Joaillerie-niveau-deux .banner p{
	font: italic normal normal 32px/43px "Playfair Display";
	letter-spacing: 0px;
	color: #262626;
}
.joaillerie-niveau-deux-left,
.joaillerie-niveau-deux-right {
	margin: 100px 0;
}

.joaillerie-niveau-deux-left .owl-nav  {
	position: absolute;
	top: -32px;
    right: -17px;
}
.joaillerie-niveau-deux-right .owl-nav  {
	position: absolute;
	top: -32px;
    left: -38px;
}


.joaillerie-niveau-deux-left .owl-carousel-joaillerie  {
	max-width: 800px;
	float: left;
}
.joaillerie-niveau-deux-right .owl-carousel-joaillerie  {
	max-width: 800px;
	float: right;
}

.joaillerie-niveau-deux-left .item {
    width: 372px;
	height: 378px;
    background: #F9F9F9;
	padding: 1rem;
}
.joaillerie-niveau-deux-left  .owl-carousel .item{
	margin: 3px;
}
.joaillerie-niveau-deux-left  .owl-carousel .item img{
	display: block;
	width: 100%;
	height: auto;
}
.joaillerie-niveau-deux-left .owl-controls .owl-buttons div {
    color: #000000;
    display: inline;
    opacity: 1;
	font-weight: bold;
	background: transparent;
}
.joaillerie-niveau-deux-left .owl-controls{
	position: absolute;
    top: -40px;
    right: -10px;
}

.joaillerie-niveau-deux-left  .row {
	height: 500px;
}
.joaillerie-niveau-deux-left  .j-right {
	background: #FAF7F7 ;
	padding: 100px 0;
	position: relative;

	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(250,247,247,1) 10%);
}
.joaillerie-niveau-deux-left .j-right div {
	width: 376px;
}
.joaillerie-niveau-deux-left h3,
.joaillerie-niveau-deux-right h3{
	font: 700 48px/64px 'Playfair Display';
	letter-spacing: 0px;
	color: #262626;
	z-index: 2;
	letter-spacing: 0px;
}
.joaillerie-niveau-deux-left p,
.joaillerie-niveau-deux-right p{
	font: 400 32px/43px 'Playfair Display';
	color: #262626;
	z-index: 2;
	letter-spacing: 0px;
}
.joaillerie-niveau-deux-left p a,
.joaillerie-niveau-deux-right p a {
	display: block;
	margin-top: 27px;
    font: normal 16px/19px 'Montserrat';
	letter-spacing: 0px;
	color: #262626;
}
.joaillerie-niveau-deux-left p a:hover,
.joaillerie-niveau-deux-right p a:hover {
	color: #262626;
	text-decoration: none;
}




.joaillerie-niveau-deux-right  .item {
    width: 372px;
	height: 378px;
    background: #F9F9F9;
	padding: 1rem;
}
.joaillerie-niveau-deux-right  .owl-carousel .item{
	margin: 3px;
}
.joaillerie-niveau-deux-right  .owl-carousel .item img{
	display: block;
	width: 100%;
	height: auto;
}
.joaillerie-niveau-deux-right .owl-controls .owl-buttons div {
    color: #000000;
    display: inline;
    opacity: 1;
	font-weight: bold;
	background: transparent;
}
.joaillerie-niveau-deux-right .owl-controls{
	position: absolute;
    top: -40px;
    left: -35px;
}
.joaillerie-niveau-deux-right  .j-left {
	background: #FAF7F7 ;
	padding: 100px 0;
	position: relative;

	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(250,247,247,1) 0%, rgba(250,247,247,1) 90%, rgba(255,255,255,1) 90%);
}
.joaillerie-niveau-deux-right .j-left div {
	width: 470px;
}


/*=======================================
Joaillerie Page Niveau Trois
=======================================*/
body.joaillery-template-template-Joaillerie-niveau-trois .fa-chevron-left:before{
	content: "\f053";
    font-size: 12px;
}
body.joaillery-template-template-Joaillerie-niveau-trois .fa-chevron-right:before {
    content: "\f054";
    font-size: 12px;
}
body.joaillery-template-template-Joaillerie-niveau-trois section.banner{
	height: 481px;
    background: grey;
    padding-top:250px;
	margin: 40px 0 100px 0;
	margin-top: 0;
}
body.joaillery-template-template-Joaillerie-niveau-trois section.banner .bannerDescN3{
	max-width: 760px ;
	width: 80%;
	height: 292px;
	margin: 0 auto;
	background: #F9F9F9 0% 0% no-repeat padding-box;
	padding: 60px;
}
body.joaillery-template-template-Joaillerie-niveau-trois section.banner .bannerDescN3 h1{
	text-align: center;
	font: 400 48px/64px 'Playfair Display';
	letter-spacing: 0px;
	color: #262626;
}
body.joaillery-template-template-Joaillerie-niveau-trois section.banner .bannerDescN3 p{
	text-align: center;
    font: 400 40px/46px "Playfair Display";
    color: #262626;
    opacity: 0.5;
    font-style: italic;
    letter-spacing: 0px;
}
.pink.sliderLeftN3Wrapper{
	background: rgb(244,240,240);
	background: linear-gradient(90deg, rgba(244,240,240,1) 0%, rgba(244,240,240,1) 86%, rgba(255,255,255,1) 86%, rgba(255,255,255,1) 100%);
	padding-top: 90px;
	margin-bottom: 100px;
	height: 241px;
	position: relative;
}
.sliderLeftN3Wrapper .customControl{
	position: absolute;
	top: 0;
	right: 16px;
}
.sliderLeftN3Wrapper .customControl a{
	display: inline-block;
    padding: 0 10px;
}
.sliderLeftN3Wrapper .bx-wrapper{
	/*margin: 0 auto;*/
	background: transparent;
	border: 0px solid transparent;
	box-shadow: 0 0 0 transparent;
	width: 80%;
}
.sliderLeftN3Wrapper .sliderLeftGrey{
	width: 60%;
    height: 255px;
    background: #F9F9F9;
    padding: 41px 20px 55px 20px;
    position: absolute;
    right: 47px;
    bottom: -66px;
    padding-left: 221px;
    max-width: 712px;
}
.sliderLeftN3Wrapper .sliderLeftGrey div.desc:not(:last-child){
	display: none;
}
.sliderLeftN3Wrapper .sliderLeftGrey div.desc{
	font: 300 40px/45px 'Raleway';
	letter-spacing: 0px;
	color: #262626;
}
.sliderLeftN3Wrapper .sliderLeftGrey div.desc a{
	font: normal 16px/19px 'Montserrat';
	letter-spacing: 0px;
	color: #262626;
}
.sliderLeftN3Wrapper .sliderLeftGrey div.desc a:hover{
	text-decoration: none;
}
h2.h2-niveau2-right{
	text-align: right;
	font: 400 60px/80px 'Playfair Display';
	letter-spacing: 0px;
	color: #262626;
}
h3.h3-niveau2-right{
	text-align: right;
	font: 100 24px/31px 'Raleway';      
	letter-spacing: 0px;
	color: #262626;
	text-transform: lowercase;
	margin: 0;
	margin-bottom: 24px;
	opacity: 0.5;
}
h2.h2-niveau2-left{
	text-align: left;
	font: 400 60px/80px 'Playfair Display';
	letter-spacing: 0px;
	color: #262626;
}
h3.h3-niveau2-left{
	text-align: left;
	font: 100 24px/31px 'Raleway';      
	letter-spacing: 0px;
	color: #262626;
	text-transform: lowercase;
	margin: 0;
	margin-bottom: 24px;
	opacity: 0.5;
}

/*==niveau 3 slider2=====*/
.pink.sliderLeftN3Wrapper1{
	background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(244,240,240,1) 10.1%, rgba(244,240,240,1) 100%);
	padding-top: 90px;
	margin-bottom: 100px;
	height: 241px;
	position: relative;
}
.sliderLeftN3Wrapper1 .customControl{
	position: absolute;
	top: 0;
	left: 16px;
}

.sliderLeftN3Wrapper1 .customControl a{
	display: inline-block;
	padding: 0 10px;
}
.sliderLeftN3Wrapper1 .bx-wrapper{
	background: transparent;
	border: 0px solid transparent;
	box-shadow: 0 0 0 transparent;
	width: 80%;
	float: right;
}
.sliderLeftN3Wrapper1 .sliderLeftGrey1,
.sliderLeftN3Wrapper1 .sliderLeftGrey4{
	width: 60%;
    height: 255px;
    background: #F9F9F9;
    padding: 41px 44px 55px 54px;
    position: absolute;
    left: 47px;
    bottom: -66px;
    padding-right: 221px;
    max-width: 712px;
}
.sliderLeftN3Wrapper1 .sliderLeftGrey1 div.desc:not(:first-child),
.sliderLeftN3Wrapper1 .sliderLeftGrey4 div.desc:not(:first-child){
	display: none;
}
.sliderLeftN3Wrapper1 .sliderLeftGrey1 div.desc,
.sliderLeftN3Wrapper1 .sliderLeftGrey4 div.desc{
	font: 300 40px/45px 'Raleway';
	letter-spacing: 0px;
	color: #262626;
}
.sliderLeftN3Wrapper1 .sliderLeftGrey1 div.desc a,
.sliderLeftN3Wrapper1 .sliderLeftGrey4 div.desc a{
	font: normal 16px/19px 'Montserrat';
	letter-spacing: 0px;
	color: #262626;
}
.sliderLeftN3Wrapper1 .sliderLeftGrey1 div.desc a:hover,
.sliderLeftN3Wrapper1 .sliderLeftGrey4 div.desc a:hover{
	text-decoration: none;
}

/*==niveau 3 slider3=====*/
.pink.sliderLeftN3Wrapper2{
	background: rgb(244,240,240);
	background: linear-gradient(90deg, rgba(244,240,240,1) 0%, rgba(244,240,240,1) 86%, rgba(255,255,255,1) 86%, rgba(255,255,255,1) 100%);
	padding-top: 90px;
	margin-bottom: 100px;
	height: 241px;
	position: relative;
}
.sliderLeftN3Wrapper2 .customControl{
	position: absolute;
	top: 0;
	right: 16px;
}
.sliderLeftN3Wrapper2 .customControl a{
	display: inline-block;
    padding: 0 10px;
}
.sliderLeftN3Wrapper2 .bx-wrapper{
	/*margin: 0 auto;*/
	background: transparent;
	border: 0px solid transparent;
	box-shadow: 0 0 0 transparent;
	width: 80%;
}
.sliderLeftN3Wrapper2 .sliderLeftGrey2{
	width: 60%;
    height: 255px;
    background: #F9F9F9;
    padding: 41px 20px 55px 20px;
    position: absolute;
    right: 47px;
    bottom: -66px;
    padding-left: 221px;
    max-width: 712px;
}
.sliderLeftN3Wrapper2 .sliderLeftGrey2 div.desc:not(:last-child){
	display: none;
}
.sliderLeftN3Wrapper2 .sliderLeftGrey2 div.desc{
	font: 300 40px/45px 'Raleway';
	letter-spacing: 0px;
	color: #262626;
}
.sliderLeftN3Wrapper2 .sliderLeftGrey2 div.desc a{
	font: normal 16px/19px 'Montserrat';
	letter-spacing: 0px;
	color: #262626;
}
.sliderLeftN3Wrapper2 .sliderLeftGrey2 div.desc a:hover{
	text-decoration: none;
}


/*==niveau 3 slider4=====*/
.pink.sliderLeftN3Wrapper1_n4{
	background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(244,240,240,1) 10.1%, rgba(244,240,240,1) 100%);
	padding-top: 90px;
	margin-bottom: 100px;
	height: 241px;
	position: relative;
}
.sliderLeftN3Wrapper1_n4 .customControl{
	position: absolute;
	top: 0;
	left: 16px;
}

.sliderLeftN3Wrapper1_n4 .customControl a{
	display: inline-block;
	padding: 0 10px;
}
.sliderLeftN3Wrapper1_n4 .bx-wrapper{
	background: transparent;
	border: 0px solid transparent;
	box-shadow: 0 0 0 transparent;
	width: 80%;
	float: right;
}
.sliderLeftN3Wrapper1_n4 .sliderLeftGrey1,
.sliderLeftN3Wrapper1_n4 .sliderLeftGrey4{
	width: 60%;
    height: 255px;
    background: #F9F9F9;
    padding: 41px 44px 55px 54px;
    position: absolute;
    left: 47px;
    bottom: -66px;
    padding-right: 221px;
    max-width: 712px;
}
.sliderLeftN3Wrapper1_n4 .sliderLeftGrey1 div.desc:not(:first-child),
.sliderLeftN3Wrapper1_n4 .sliderLeftGrey4 div.desc:not(:first-child){
	display: none;
}
.sliderLeftN3Wrapper1_n4 .sliderLeftGrey1 div.desc,
.sliderLeftN3Wrapper1_n4 .sliderLeftGrey4 div.desc{
	font: 300 40px/45px 'Raleway';
	letter-spacing: 0px;
	color: #262626;
}
.sliderLeftN3Wrapper1_n4 .sliderLeftGrey1 div.desc a,
.sliderLeftN3Wrapper1_n4 .sliderLeftGrey4 div.desc a{
	font: normal 16px/19px 'Montserrat';
	letter-spacing: 0px;
	color: #262626;
}
.sliderLeftN3Wrapper1_n4 .sliderLeftGrey1 div.desc a:hover,
.sliderLeftN3Wrapper1_n4 .sliderLeftGrey4 div.desc a:hover{
	text-decoration: none;
}
/*=======================================
page piece Unique Niveau 2
=======================================*/

.bannerPieceUnique{
	background: rgb(244,240,240);
	background: linear-gradient(90deg, rgba(244,240,240,1) 0%, rgba(244,240,240,1) 23%,
	 rgba(249,249,249,1) 23.1%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 25%,
	rgba(249,249,249,1) 25.1%, rgba(249,249,249,1) 100%);
	height: 560px;
	margin-bottom: 100px;
}
.bannerPieceUnique h1{
	font: normal 80px/107px 'Playfair Display';
	letter-spacing: 0px;
	color: #262626;
}
.bannerPieceUnique p{
	font: normal 36px/48px 'Playfair Display';
	letter-spacing: 0px;
	color: #707070;
}
/*=== piecce unique right slide ===*/
.rightSliderPU{
	min-height: 910px;
}	

.rightSliderPU .bx-controls{
	position: absolute;
    width: 90px;
    height: 35px;
    top: -50px;
    left: 46%;
}
.rightSliderPU .rowWrapper{
	width: 100%;
}
.rightSliderPU .leftCol p{
	max-width: 474px;
	font: 300 48px/56px 'Raleway';
	letter-spacing: 0px;
	color: #262626;
}
.rightSliderPU .leftCol p.paraDesc{
	margin-top: 20px;
}
.rightSliderPU .leftCol a{
	display: inline-block;
	font: normal 16px/19px 'Montserrat';
	letter-spacing: 0px;
	color: #262626;
}
.rightSliderPU .leftCol img{ 
	width: 80%;
	height: 80%;
	max-width: 177px;
	max-height: 177px;
}
.rightSliderPU .bx-wrapper{
	background: transparent;
	box-shadow: none;
    border: 0px solid transparent;
	float: right;
	position: relative;
	top: -150px;
	left:40px;
	z-index: 1;
}
.rightSliderPU .rightCol .bx-wrapper::after{
	content: '';
    position: absolute;
    top: -14px;
    left: -45px;
    width: 310px;
    height: 312px;
    background: #F9F9F9 0% 0% no-repeat padding-box;
    z-index: -1;
    padding: 120px;
}
.rightSliderPU .rightCol h4{
	font: bold 25px/26px 'Playfair Display';
	letter-spacing: 0px;
	color: #262626;
	text-transform: uppercase;
}
.rightSliderPU .rightCol p{ 
	font: 300 20px/20px 'Raleway';
	letter-spacing: 0px;
	color: #262626;
}
.rightSliderPU .rightCol img{ 
	width: 80%;
	height: 80%;
	max-width: 177px;
	max-height: 177px;
	margin: 0 auto;
}
.rightSliderPU .slider .slide h4,
.rightSliderPU .slider .slide p{ 
	text-align: center;
	visibility: hidden;
}


/*=== piecce unique left slide ===*/
.leftSliderPU{
	background: url("https://englemond.com/wp-content/uploads/2020/11/pur.jpg") right top no-repeat;
	min-height: 910px;
}
.leftSliderPU .bx-controls{
	position: absolute;
    width: 90px;
    height: 35px;
    top: -50px;
    right: 45%;
}
.leftSliderPU .rowWrapper{
	width: 100%;
}
.leftSliderPU .rightCol p{
	max-width: 474px;
	font: 300 48px/56px 'Raleway';
	letter-spacing: 0px;
	color: #262626;
}
.leftSliderPU .rightCol p.paraDesc{
	margin-top: 20px;
}
.leftSliderPU .rightCol a{
	display: inline-block;
	font: normal 16px/19px 'Montserrat';
	letter-spacing: 0px;
	color: #262626;
}
.leftSliderPU .bx-wrapper{
	background: transparent;
    box-shadow: none;
    border: 0px solid transparent;
    float: left;
    position: relative;
    top: -150px;
    z-index: 1;
    left: -50px;
}
.leftSliderPU .leftCol .bx-wrapper::after{
	content: '';
    position: absolute;
    top: -13px;
    right: -40px;
    width: 300px;
    height: 284px;
    background: #F9F9F9 0% 0% no-repeat padding-box;
    z-index: -1;
}
.leftSliderPU .leftCol h4{
	font: bold 25px/26px 'Playfair Display';
	letter-spacing: 0px;
	color: #262626;
	text-transform: uppercase;
}
.leftSliderPU .leftCol p{ 
	font: 300 20px/20px 'Raleway';
	letter-spacing: 0px;
	color: #262626;
}
.leftSliderPU .slider .slide h4,
.leftSliderPU .slider .slide p{ 
	text-align: center;
	visibility: hidden;
}
.leftSliderPU .leftCol img{ 
	width: 80%;
	height: 80%;
	max-width: 177px;
	max-height: 177px;
	margin: 0 auto;
}
.btn-afficher-plus{
	padding: 15px 24px;
    text-align: center;
	font: normal 16px/19px 'Montserrat';
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
    background: #747677 0% 0% no-repeat padding-box;
}
.btn-afficher-plus:hover{
	color: #FFFFFF;
	text-decoration: none;
}

/*=======================================
page piece Unique Niveau 3
=======================================*/
.bannerPieceUniqueN3{
	position: relative;
	height: 500px;
	background: grey;
	margin-bottom: 100px;
}
.bannerPieceUniqueN3 h1{
	font: normal 66px/88px 'Playfair Display';
	letter-spacing: 0px;
	color: #262626;
}
.bannerPieceUniqueN3 p{
	font: 300 48px/56px 'Raleway';
	letter-spacing: 0px;
	color: #262626;
}
.bannerPieceUniqueN3 .left{
	max-width: 760px;
	margin-right: 20px;
}

.bannerPieceUniqueN3 img{
	position: absolute;
	right: 0;
	top: 50px;
	max-width: 764px;
	max-height: 500px;
}
.descPieceUnique{
	margin: 100px 0;
}
.descPieceUnique .colRight{
	background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%,
 rgba(255,255,255,1) 27%, rgba(245,239,239,1) 27.1%);
 padding: 100px 0;
}
.descPieceUnique .colRight h2
{
	max-width: 474px;
	font: bold 48px/64px 'Playfair Display';
	letter-spacing: 0px;
	color: #262626;
}
.descPieceUnique .colRight p{
	max-width: 90%;
    font: normal 32px/43px 'Playfair Display';
    letter-spacing: 0px;
    color: #262626;
    text-align: left;
}
.tolerance_1 h1,
.tolerance_1 h2,
.tolerance_1 h3{
	font: bold 42px/54px 'Playfair Display';
	letter-spacing: 0px;
	color: #262626;
}
.tolerance_1 p{
	font: normal 26px/33px 'Playfair Display';
	letter-spacing: 0px;
	color: #262626;
}
body.pieces_uniques-template-template-piece-unique-niveau-trois .bannerMiddle{
	height: 500px;
	background: grey;
	position: relative;
	margin: 100px 0;
}
body.pieces_uniques-template-template-piece-unique-niveau-trois .bannerMiddle .col{
	height: 90%;
	background: #F9F9F9 0% 0% no-repeat padding-box;
	position: absolute;
	left: 10%;
	top: 0;
	max-width: 571px;
	padding: 72px;
}
body.pieces_uniques-template-template-piece-unique-niveau-trois .bannerMiddle .col p{
	max-width: 371px;
	font: normal 48px/64px 'Playfair Display';
	letter-spacing: 0px;
	color: #262626;
}
body.pieces_uniques-template-template-piece-unique-niveau-trois .bannerMiddle .col a{
	font: normal 16px/19px 'Montserrat';
	letter-spacing: 0px;
	color: #262626;
}


/*======================================
Page Pierre
========================================*/

body.page-template-template-pierre-niveau-deux section.banner{
	height: 481px;
    background: grey;
    padding-top:250px;
	margin: 40px 0 100px 0;
	margin-top: 0;
}
body.page-template-template-pierre-niveau-deux section.banner .bannerDescN3{
	max-width: 760px ;
	width: 80%;
	height: 292px;
	margin: 0 auto;
	background: #F9F9F9 0% 0% no-repeat padding-box;
	padding: 60px;
}
body.page-template-template-pierre-niveau-deux section.banner .bannerDescN3 h1{
	text-align: center;
	font: 400 48px/64px 'Playfair Display';
	letter-spacing: 0px;
	color: #262626;
}
body.page-template-template-pierre-niveau-deux section.banner .bannerDescN3 p{
	text-align: center;
	font: italic 40px/46px 'Playfair Display';
	letter-spacing: 0px;
	color: #262626;
	opacity: 0.5;
}
.sectionPierreN2{
	margin: 150px 0;
}

.pierre-slide-n2-wrapper-left{
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%,
 rgba(255,255,255,1) 10%, rgba(244,240,240,1) 10.1%);
	height: 241px;
	padding: 0;
	max-width: 786px;
}
.pierre-slide-n2-wrapper-left .bx-wrapper{
	position: absolute;
	top: 50px;
	box-shadow: none;
    border: 0px solid transparent;
	background: #F9F9F9;
	padding: 50px;
    height: 355px;
}
.pierre-slide-n2-wrapper-left .bx-wrapper .bx-controls{
	position: absolute;
    width: 90px;
    height: 35px;
    bottom: 55px;
    right: -46px;
}
.sectionPierreN2 .bx-wrapper .bx-next { 
	width: 18px;
	height: 18px;
	background: url("https://englemond.com/wp-content/uploads/2020/12/longarrowRight.png") 0px 0px;
}
.sectionPierreN2 .bx-wrapper .bx-prev { 
	width: 18px;
	height: 18px;
	background: url("https://englemond.com/wp-content/uploads/2020/12/longarrowLeft.png") 0px 0px;
}








.pierre-slide-n2-wrapper-right{
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(244,240,240,1) 10.1%, rgba(244,240,240,1) 93%, rgba(255,255,255,1) 93.1%, rgba(255,255,255,1) 100%);
	height: 241px;
	padding: 0;
    max-width: 840px;
}
.pierre-slide-n2-wrapper-right .bx-wrapper{
	position: relative;
	top: 50px;
	right: 0;
	box-shadow: none;
    border: 0px solid transparent;
	background: #F9F9F9;
	padding: 50px;
}
.pierre-slide-n2-wrapper-right .bx-wrapper .bx-controls{
	position: absolute;
    width: 90px;
    height: 35px;
    bottom: 62px;
    left: -46px;
}

/*===================================
Pierre Niveau 2
====================================*/
body.page-template-template-pierre-niveau-deux-php .pierre-slide-n2 p{
	font: normal normal 300 40px/45px "Raleway";
	letter-spacing: 0px;
	color: #262626;
}
body.page-template-template-pierre-niveau-deux-php .pierre-slide-n2 p a{
	font: normal normal normal 16px/19px "Montserrat";
	letter-spacing: 0px;
	color: #262626;
}
body.page-template-template-pierre-niveau-deux-php .pierre-slide-n2 p a:hover{
	font: normal normal normal 16px/19px "Montserrat";
	letter-spacing: 0px;
	color: #262626;
	text-decoration: none;
}

/*===================================
Pierre Niveau 3
====================================*/

body.pierres-template-template-pierre-niveau-trois .banner{
	height: 444px;
	background: transparent linear-gradient(243deg, #F5EFEF7E 0%, #FAF7F7 100%) 0% 0% no-repeat padding-box;
	padding-top: 150px;
	margin: 40px 0 100px 0;
}
body.pierres-template-template-pierre-niveau-trois .banner .bannerRight {
	position: relative;
}
/* body.pierres-template-template-pierre-niveau-trois .banner .bannerRight::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50px;
	background: url("https://englemond.com/wp-content/uploads/2020/11/4.png") center center no-repeat;
	width: 366px;
	height: 335px;

	-webkit-box-shadow: 10px 10px 3px 1px rgba(234,196,196,1);
	-moz-box-shadow: 10px 10px 3px 1px rgba(234,196,196,1);
	box-shadow: 10px 10px 3px 1px rgba(234,196,196,1);
} */
body.pierres-template-template-pierre-niveau-trois .banner .bannerRight img {
	position: absolute;
	top: 0;
	left: 50px;
	top: 50px;

	width: 362px;
	height: auto;

    -webkit-box-shadow: 10px 10px 3px 1px rgba(244, 240, 240,1);
    -moz-box-shadow: 10px 10px 3px 1px rgba(244, 240, 240,1);
    box-shadow: 10px 10px 3px 1px rgba(244, 240, 240,1);
}

body.pierres-template-template-pierre-niveau-trois .banner h2{
	font: normal 60px/80px "Playfair Display";
	letter-spacing: 0px;
	color: #262626;
}

body.pierres-template-template-pierre-niveau-trois .pierre-slide-n2-wrapper-right .bx-wrapper {
	float: right;
    box-shadow: none;
    border: 0px solid transparent;
    background: #F9F9F9;
    padding: 50px;
    height: 290px;
}
body.pierres-template-template-pierre-niveau-trois .sectionPierreN2 .bx-wrapper .bx-next { 
	width: 32px;
	height: 32px;
	right: 10px;
    background: url("https://englemond.com/wp-content/themes/englemond/inc/controls.png") no-repeat -43px -32px;
}
body.pierres-template-template-pierre-niveau-trois .sectionPierreN2 .bx-wrapper .bx-prev { 
	width: 32px;
	height: 32px;
	left: 10px;
    background: url("https://englemond.com/wp-content/themes/englemond/inc/controls.png") no-repeat 0 -32px;
}

body.pierres-template-template-pierre-niveau-trois .pierre-slide-n2-wrapper-right {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(244,240,240,1) 0.1%, rgba(244,240,240,1) 93%, rgba(255,255,255,1) 93.1%, rgba(255,255,255,1) 100%);
    height: 241px;
    padding: 0;
    float: right;
    max-width: 867px;
}
body.pierres-template-template-pierre-niveau-trois .pierre-slide-n2-wrapper-right p,
body.pierres-template-template-pierre-niveau-trois .pierre-slide-n2-wrapper-left p {
	font: 300 40px/45px "Raleway";
	letter-spacing: 0px;
	color: #262626;
}
body.pierres-template-template-pierre-niveau-trois .pierre-slide-n2-wrapper-right p a,
body.pierres-template-template-pierre-niveau-trois .pierre-slide-n2-wrapper-left p a {
	font: normal normal normal 16px/19px Montserrat;
	letter-spacing: 0px;
	color: #262626;
}
body.pierres-template-template-pierre-niveau-trois .pierre-slide-n2-wrapper-right p a:hover,
body.pierres-template-template-pierre-niveau-trois .pierre-slide-n2-wrapper-left p a:hover {
	font: normal normal normal 16px/19px Montserrat;
	letter-spacing: 0px;
	color: #262626;
	text-decoration: none;
}
body.pierres-template-template-pierre-niveau-trois .pierre-slide-n2-wrapper-right .bx-wrapper{
	position: relative;
}
body.pierres-template-template-pierre-niveau-trois .pierre-slide-n2-wrapper-right .bx-wrapper .bx-controls {
	top: -41px;
    right: -47px;
    bottom: unset;
    left: unset;
}
body.pierres-template-template-pierre-niveau-trois .pierre-slide-n2-wrapper-left .bx-wrapper .bx-controls {
    top: -41px;
    left: -43px;
    bottom: unset;
    right: unset;
}
body.pierres-template-template-pierre-niveau-trois .pierre-slide-n2-wrapper-left {
	background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 11%, rgba(244,240,240,1) 10.1% , rgba(244,240,240,1) 99%, rgba(255,255,255, 1) 99.1% );
    height: 241px;
    padding: 0;
    max-width: 867px;
}

/*===================================
chevalier page
===================================*/
.gravure{
	margin-top: 170px;
}
body.page-template-template-chevalieres .bannerPieceUniqueN3 h1 {
    text-align: left;
	font: normal normal normal 66px/88px Playfair Display;
	letter-spacing: 0px;
	color: #262626
}
body.page-template-template-chevalieres .bannerPieceUniqueN3 p {
	text-align: left;
	font: normal normal normal 36px/48px "Playfair Display";
	letter-spacing: 0px;
	color: #707070;
}

body.page-template-template-chevalieres h2.h2-niveau2-left ,
body.page-template-template-chevalieres h2.h2-niveau2-right{
    font: normal normal normal 48px/64px Playfair Display;
	letter-spacing: 0px;
	color: #262626;
}
body.page-template-template-chevalieres .gravure h2,
body.page-template-template-chevalieres .caractere h2 {
	font: normal normal normal 48px/64px Playfair Display;
	letter-spacing: 0px;
	color: #262626;
	margin : 100px 0 32px 0;
}
body.page-template-template-chevalieres .gravure p,
body.page-template-template-chevalieres .caractere p {
	text-align: left;
	font: normal normal normal 32px/43px Playfair Display;
	letter-spacing: 0px;
	color: #262626;
}
body.page-template-template-chevalieres .gravure img {
	display: block;
	margin: 0 auto;
	margin-top: 200px;
}

.caractere{
	margin-top: 100px;
}

/*====================================
medaille page
=====================================*/
.page-template-template-medailles .owl-nav {
    position: absolute;
    position: absolute;
    top: -36px;
    right: 0px;
}
.page-template-template-medailles .theMedailleFilter span{
	text-align: left;
	font: normal normal normal 18px/53px Raleway;
	letter-spacing: 0px;
	color: #24282A;
}
.page-template-template-medailles .theMedailleFilter input.searchMedaille{
	min-height: 49px;
	border: 0px solid transparent;
	border-bottom: 1px solid rgba(116, 118, 119, 0.2);
	border-radius: 0;
    transition: none;
    outline: none;
}
.page-template-template-medailles .theMedailleFilter input.searchMedaille:focus {
    box-shadow: none;
}
.page-template-template-medailles .theMedailleFilter select{
	min-height: 49px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #747677;
	width: 100%;
	font: normal normal normal 18px/16px Raleway;
	letter-spacing: 0px;
	color: #747677;
}
.page-template-template-medailles .theMedailleFilter button[type='submit']{
	min-height: 49px;
	height: 100%;
	background: #747677 0% 0% no-repeat padding-box;
	text-align: center;
	font: normal normal normal 16px/19px Montserrat;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
}

.page-template-template-medailles .themesMedailles{
	margin-top: 60px;
}

.page-template-template-medailles .themesMedailles span a{
	margin-right: 100px;
	text-decoration: underline;
	font: normal normal normal 16px/19px Montserrat;
	letter-spacing: 0px;
	color: #262626;
	text-transform: uppercase;
}
.page-template-template-medailles .themesMedailles a.arrowLeftMedaille,
.page-template-template-medailles .themesMedailles a.arrowRightMedaille{
	margin-left: 40px;
	text-decoration: none;
}

.page-template-template-medailles .owl-carousel .owl-item .item{
	text-align: center;
}






/*====================================
QuadMenu
=====================================*/
/*====mobile menu=======*/
nav#quadmenu{
	display: block;
}
/*#mobile-menu{
	display: none;
}*/

nav#quadmenu{margin-bottom: 30px;}
.joaillerie-item .quadmenu_btt .quadmenu-text {
	float: none !important;
	display: block !important;
	
	text-align: center;
	font: normal 16px/25px "Playfair Display";
	letter-spacing: 0px;
	color: #747677;
}

/* #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item > a > .quadmenu-item-content {
	text-transform: none;
}
.joaillerie-item .quadmenu_btt .quadmenu-text {
	text-transform: none;
} */

.joaillerie-item a>.quadmenu-item-content>img{
	float: none !important;
	margin: 0 auto !important;
	display: block !important;
}

.joaillerie-item .joaillerie-first-item,
.pieceUniq-item .pieceUniq-first-item {
	border-bottom: 1px solid #e1e1e1 !important;
}
.joaillerie-item .joaillerie-first-item .quadmenu-item-content,
.pieceUniq-item  .pieceUniq-first-item  .quadmenu-item-content{
	padding: 0;
	text-align: left;
}
.joaillerie-item  li.quadmenu-item .quadmenu-item-content {
    padding: 0px;
}
.joaillerie-item .joaillerie-first-item .quadmenu-item-content .quadmenu-text,
.pieceUniq-item .pieceUniq-first-item  .quadmenu-item-content .quadmenu-text{
	text-align: left;
	text-decoration: underline;
	font: bold 16px/0px "Playfair Display";
	letter-spacing: 0px;
	color: #262626;
	padding-right: 0;
	text-transform: none;
}
.joaillerie-item .joaillerie-first-item .quadmenu-item-content .quadmenu-text::after,
.pieceUniq-item .pieceUniq-first-item .quadmenu-item-content .quadmenu-text::after{
	content: "\f178";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}
.joaillerie-item .quadmenu-caret,
.pieceUniq-item .quadmenu-caret {
	display: none;
}
.joaillerie-item .quadmenu-dropdown-menu ul,
.joaillerie-item .quadmenu-dropdown-menu {
	max-width: 896px;
}
.joaillerie-item .quadmenu_btt>ul {
	height: 370px !important;
}
.pieceUniq-item .quadmenu-dropdown-menu ul,
.pieceUniq-item .quadmenu-dropdown-menu {
    max-width: 1040px;
}
#quadmenu .quadmenu-navbar-nav li.quadmenu-item .quadmenu-item-content {
    padding: 30px !important;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item.quadmenu-has-link:hover {
    background-color: #FFFFFF !important;
}
#quadmenu .quadmenu-navbar-nav li.joaillerie-item .joaillerie-first-item>a span.quadmenu-item-content{
		padding: 15px 0 !important;
}

#quadmenu .quadmenu-navbar-nav li.quadmenu-item-object-joaillery .quadmenu-item-content,
#quadmenu .quadmenu-navbar-nav li.medaille-becker .quadmenu-item-content
{
    padding: 5px !important;
}

#quadmenu .joaillerie-item .quadmenu-item-object-column:not(:first-child){
	padding-right: 0px !important;
	padding-left: 0px !important;
	height: 151px;
}
/*=================
piece unique Quad
==================*/
#quadmenu .quadmenu-navbar-nav li.pieceUniq-item li.quadmenu-item .quadmenu-item-content {
    padding: 10px 15px !important;
}
#quadmenu .quadmenu-navbar-nav li.pieceUniq-item .pieceUniq-first-item>a span.quadmenu-item-content{
	padding: 15px 0 !important;
}
#quadmenu.quadmenu-is-horizontal li.pieceUniq-item li.quadmenu-item-type-column > div > ul {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.pieceUniq-item .quadmenu_btt #dropdown-925 li {
	float: left;
	width: 31%;
}

@media (min-width: 576px){
	#quadmenu .quadmenu-navbar-nav .col-sm-2 {
		max-width: 17% !important;
	}
}
#quadmenu .pieceUniq-item .quadmenu-item-object-column:not(:first-child) a{
	position: relative;
}
#quadmenu .pieceUniq-item .quadmenu-has-link:not(:first-child) a:hover::after{
	content: "";
	position: absolute;
	left: 15px;
	bottom: 0;
	z-index: 100; 
	width: 35px; 
	height: 2px;
	background: #555; 
}

.pieceUniq-item li#menu-item-924{
	background: #FAFAFA;
	padding: 16px 24px;
	border-left: 1px solid grey;
}
.pieceUniq-item li#menu-item-924 h4#menuChosenTitle{
	text-align: left;
	font: bold 16px/27px "Playfair Display";
	letter-spacing: 0px;
	color: #262626;
}
.pieceUniq-item li#menu-item-924 p#menuChosenPara{
	text-align: left;
	font: normal 14px/23px "Playfair Display";
	letter-spacing: 0px;
	color: #262626;
	height: 88px;
	overflow: hidden;
}
.pieceUniq-item li#menu-item-924 .widget_media_image img{
	width: 200px !important;
    height: auto !important;
    margin: 0 auto;
    display: block;
}


/*===================
Single Product
====================*/
body.single-product h2{
	font: normal 60px/80px "Playfair Display";
	letter-spacing: 0px;
	color: #262626;
}
body.single-product h2.interstedH2{
	margin-bottom: 30px;
}
body.single-product section.des-pierre {
    margin-top: 180px;
}
body.single-product .provenancePerle{
	background: #F4F0F0;
	min-height: 447px;
	margin-bottom: 100px;
}
body.single-product .provenancePerle .rightProv{
	min-height: 447px;
}
body.single-product .provenancePerle .leftProv h3{
	font: normal 18px/22px "Lato";
	letter-spacing: 0px;
	color: #262626;
}
body.single-product .provenancePerle .leftProv p{
	font: normal 14px/20px "Raleway";
	letter-spacing: 0px;
	color: #262626;
	opacity: 0.5;
}

/*======page Maison by sahar====*/
body.page-id-12 .vc_row{
	margin:0 auto;
}
body.page-id-12 .vc_row[data-vc-full-width] {
	overflow:visible !important;
}
body.page-id-12 .bannerMaison{
	margin-top: 38px;
	height: 380px;
	left: 0 !important;
	max-width: 100%; 
}
body.page-id-12 .bannerMaison  h1{
	font: normal 60px/62px 'Playfair' !important;
	letter-spacing: 0px;
	color: #262626;
	margin-top:167px;
}
body.page-id-12 .bannerMaison .bannerDescription p{
	font:  normal 100 24px/31px 'Raleway' !important;
	opacity:0.5;
	letter-spacing: 0px;
	color: #262626;
	text-transform: lowercase;
}

body.page-id-12 .bannerMaison .bannerPicture img{
	max-width: 362px;
	max-height: 333px;
	bottom: -72px;
	position: absolute;
	box-shadow: 21px 21px 3px 1px rgba(234,196,196,1);
}
body.page-id-12  .contentMaison {
	background: rgb(255,255,255);
	background-image:url('https://englemond.com/wp-content/uploads/2020/12/maison-fonder-svg-1.png'),linear-gradient(180deg, rgba(255,255,255,0.01) 0%, rgba(255,255,255,0.01) 38%, rgba(250,247,247,1) 29.1%, rgba(250,247,247,1) 100%);
	background-repeat: no-repeat;
	background-position: left top;
}

body.page-id-12  .rightContentMaison{
	padding-left:150px;
}

body.page-id-12  .rightContentMaison  h1{
	max-width: 279px;
	max-height: 43px;
	margin-top:214px;
	font: bold 32px/43px 'Playfair'  !important ;
	letter-spacing: 0px;
	color: #262626;
	text-transform: uppercase;
}
body.page-id-12  .rightContentMaison h4{
	margin-bottom: 34px;
	font: normal 24px/32px 'Playfair'  !important ;
	letter-spacing: 0px;
	color: #262626;
	opacity: 0.5;
}
body.page-id-12 .rightContentMaison .contentDescription1 p{
	font:normal 32px/43px 'Playfair' ;
	letter-spacing: 0px;
	color: #262626;
}
body.page-id-12 .rightContentMaison .contentDescription2 p{
	font:normal 32px/43px 'Playfair'  !important ;
	letter-spacing: 0px;
	margin-top:106px;
	color: #262626;
}
body.page-id-12 .rightContentMaison .contentVideo img,
body.page-id-12 .rightContentMaison .contentVideo video {
	margin-left: -20px;
	/*margin-top: 81px;*/
	max-width: 572px;
	max-height: 387px;
}
body.page-id-12  .leftContentMaison h2{
	max-width: 474px;
	max-height: 127px;
	margin-top:216px;
	margin-bottom:24px;
	text-align: left;
	font:  bold 48px/46px 'Playfair'  !important;
	letter-spacing: 0px;
	color: #262626;
}
body.page-id-12  .leftContentMaison .contentDescription{
	max-width: 474px;
	font: normal 32px/43px 'Playfair'  !important;
	letter-spacing: 0px;
	color: #262626;
}
body.page-id-12  .leftContentMaison img{
	max-width: 670px;
	max-height: 646px;
	margin-top: 106px;
}
body.page-id-12  .bannerIdee a.vc_general.vc_btn3 {
	padding: 15px 24px;
	color: #262626;
	font: 400 16px/19px 'Montserrat' !important;
	text-transform: uppercase;
	display: inline-block;
	background: #FFFFFF;
}
body.page-id-12  .bannerIdee a.vc_general.vc_btn3:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #d6d6d6;
}


/*======page Atelier by sahar====*/
body.page-id-18 .vc_row{
margin:0 auto;
}
body.page-id-18 .bannerAtelier{
height: 560px;
}
body.page-id-18 .leftBannerAtelier::after{
content: '';
width: 373px;
    height: 382px;
margin-top: -380px;
float: right;
background: #F9F9F9 url(https://englemond.com/wp-content/uploads/2022/05/HIERSUN-1B-2008.jpg) center center no-repeat;
background-size: 311px 382px;
}
body.page-id-18 .bannerAtelier .descriptionBanner p{
text-align:left;
margin-top:8px;
font:  normal 36px/48px Playfair Display;
letter-spacing: 0px;
color: #707070;
width: 517px;
height: 96px;
}
body.page-id-18 .bannerAtelier h1{
margin-top: 180px;
text-align: left;
font: normal 66px/88px Playfair Display !important;
letter-spacing: 0px;
color: #262626;
}
body.page-id-18 .bannerAtelier .backgroundPictureBanner{
margin-top:48px;
width: 659px;
height: 462px;
}
body.page-id-18 .bannerAtelier .pictureBanner{
margin-top:24px;
width: 382px;
height: 382px;
mix-blend-mode: multiply;
}
body.page-id-18 .firstRowContent{
margin:0 auto;
height:600px;
margin-top: 127px;
}
body.page-id-18 .firstRowContent .leftContent{
width: 474px;
height: 544px;
background: #F5EFEF;
}
body.page-id-18 .firstRowContent .leftContent .picture1 img{
width: 355px;
height: 354px;

}
body.page-id-18 .firstRowContent .leftContent .picture2 img{
margin-top: -61px;
margin-left: 137px;
position:absolute;
width: 376px;
height: auto;
background: #F9F9F9 0% 0% no-repeat padding-box;
opacity: 1
}
body.page-id-18 .firstRowContent .rightContent .description{
width: 376px;
height:200px;
text-align:left;
float:right;
font: normal 32px/43px "Playfair Display";
letter-spacing: 0px;
color: #262626;
opacity: 1;
}
body.page-id-18 .secondRowContent{
margin:150px auto;
max-width: 1237px;
}
body.page-id-18 #secondRowContent::after{
content: '';
width: 821px;
height: 355px;
margin-top: -348px;
float: right;
background: url(https://englemond.com/wp-content/uploads/2022/05/Ethnique-1C-3.jpg)no-repeat;
}


body.page-id-18 .secondRowContent .leftContent .title{
width: 677px;
height: 128px;
margin-top:70px;
text-align: left;
font: normal normal normal 48px/64px "Playfair Display";
letter-spacing: 0px;
color: #262626;
opacity: 1;
}
body.page-id-18 .secondRowContent .rightContent .picture img{
width: 310px;
height: 248px;
margin-bottom:168px;
position: absolute;
margin-top: 260px;
margin-left: -50px;
}
body.page-id-18 .secondRowContent .leftContent .description{
width: 580px;
height: 64px;
text-align: left;
font: normal 24px/32px "Playfair Display";
letter-spacing: 0px;
color: #262626;
}
body.page-id-18 .row3Content{
margin-top:665px;
height: 355px;
}
body.page-id-18 .row3Content .leftContent{
max-width:450px;
}
body.page-id-18 .row3Content .leftContent .picture img{
margin-top:-95px;
width: 492px;
height: 492px;
background: transparent  0% 0% no-repeat padding-box;
}
body.page-id-18 .row3Content .rightContent .description{
margin-top:94px;
width: 573px;
height: 167px;
text-align: left;
font:normal 40px/57px "Playfair Display";
letter-spacing: 0px;
color: #262626;
opacity: 1;
}
body.page-id-18 .row4Content{
margin-top:169px;
height: 800px;
}
/*body.page-id-18 .row4Content .leftContent {
width:450px;
}*/
body.page-id-18 .row4Content .leftContent .title{
width: 547px;
text-align: left;
font: normal 48px/63px "Playfair Display";
letter-spacing: 0px;
color: #262626;
}
body.page-id-18 .row4Content .leftContent .description{
width: 474px;
height: 168px;
text-align: left;
font:  normal 32px/43px "Playfair Display";
letter-spacing: 0px;
color: #262626;
}
body.page-id-18 .row4Content .rightContent .picture img{
margin-top:188px;
margin-left:168px;
width: 572px;
height: 387px;
}
body.page-id-18 .rightContent img.image {
/*background-image:url() no-repeat;*/
position: absolute;
bottom: 10px;
left: 58%;
transform: translateX(-50%);
z-index: -1;
}
body.page-id-18 .row5Content .leftContent {
width: 592px;
height: 241px;
margin-left:100px;
}
body.page-id-18 .row5Content .leftContent .title{
margin-top:-150px;
width: 677px;
height: 80px;
text-align: left;
font: normal 60px/80px "Playfair Display";
letter-spacing: 0px;
color: #262626;
opacity: 1;
}
body.page-id-18 .row5Content .leftContent .description {
margin-top: 95px;
width: 621px;
height: 421px;
text-align: left;
margin-left:-100px;
font:300 38px/45px Raleway;
letter-spacing: 0px;
color: #262626;
opacity: 1;
margin-bottom: -250px;
}
body.page-id-18 .row5Content  img{
margin-top: -38px;
width: 397px;
height: 397px;
}
body.page-id-18 .row6Content{
height: 360px;
margin-top: 247px;
overflow: visible !important;
}
body.page-id-18 .row6Content .description p{
max-width: 934px;
margin: 0 auto;
height: 128px;
margin-top:77px;
text-align: center;
font:normal 48px/64px "Playfair Display";
letter-spacing: 0px;
color: #262626;
}
body.page-id-18 .row6Content .btn button{
color: #ffffff;
border-color: #666666;
background-color: #666666;
width: 187px;
}
body.page-id-18 .row6Content img.image{
position: absolute;
bottom: 10px;
left: 50%;
transform: translateX(-50%);
}

/*===Page createurs by sahar ===*/
body.page-id-20 .vc_row {
margin:0 auto;
padding-bottom: 70px;
}
body.page-id-20 .vc_custom_1606941665448{
background:transparent !important;
}
body.page-id-20 .vc_custom_1606761551837 {
margin-top:100px !important;
}
body.page-id-20 .firstRowContent.container{
position:relative;
}
body.page-id-20 .row3Content{
z-index: 0;
position: absolute;
bottom: 194px;
left: 70%;
transform: translateX(-61%);
width: 940px !important;
background-color: #FFFFFF ;
}
body.page-id-20 .firstRowContent.container::before{
content: '';
position:absolute;
top:-55px;
right:0;
background-color: #f5efef !important;
height:1072px;
width:429px;
	
}

body.page-id-20 .bannerCreateur{
margin-top: 38px;
height: 368px;
}

body.page-id-20 .bannerCreateur h1{
width: 677px;
height:80px;
font: 400 60px/80px "Playfair Display" !important;
letter-spacing: 0px;
color: #262626;

}
body.page-id-20 .bannerCreateur .bannerDescription p{
width: 437px;
height: 60px;
font: 100 24px/31px 'Raleway' !important;
letter-spacing: 0px;
color: #262626;
}
body.page-id-20 .bannerCreateur .bannerPicture img{
margin-left:70px;
width: 460px;
height: 368px;
}
body.page-id-20  .contentCreateur{
background: url(https://englemond.com/wp-content/themes/englemond/img/s4.svg) left 353px top no-repeat;
}
body.page-id-20 .contentCreateur .firstRowContent .rightContentCreateur {
width: 429px;
margin-left: 90px;
}
body.page-id-20 .contentCreateur .firstRowContent .rightContentCreateur .contentTitle{
margin-left:-120px;
width: 474px;
text-align: left;
font: bold 48px/64px "Playfair Display" !important;
letter-spacing: 0px;
color: #262626;
}

body.page-id-20 .contentCreateur .firstRowContent .rightContentCreateur .contentDescription{
margin-left:-120px;
width: auto;
height: 301px;
text-align: justify;
font: normal 32px/43px "Playfair Display" !important;
letter-spacing: 0px;
color: #262626;
}
body.page-id-20 .contentCreateur .firstRowContent .leftContentCreateur .contentPicture img{
width: 300px;
height: auto;

}
body.page-id-20 .secondContentCreateur {
margin-top:50px;

}
body.page-id-20 .secondContentCreateur .secondRowContent  .leftContentCreateur{
text-align:right;
}
body.page-id-20 .secondContentCreateur .leftContentCreateur img {
width: 323px;
height: 308px;
margin-right:80px;
}
body.page-id-20  .secondContentCreateur .rightContentCreateur img {
width: 376px;
height: 530px;
margin-left:-75px;
}
body.page-id-20 .secondContentCreateur .row3Content {
height: 351px;
}

body.page-id-20 .secondContentCreateur h2 {
width: 545px;
margin-top: 131px;
height: 128px;
text-align: left;
font: bold 48px/64px "Playfair Display" !important;
letter-spacing: 0px;
color: #262626;

}
body.page-id-20  .secondContentCreateur .leftContentCreateur p{
width: 437px;
height: 63px;
text-align: left;
font: normal 24px/31px "Playfair Display" !important;
letter-spacing: 0px;
color: #262626;
}
body.page-id-20  .secondContentCreateur .rightContentCreateur  p{
margin-top:81px;
margin-left: -75px;
width: 376px;
height: 258px;
text-align: left;
font:normal 32px/43px "Playfair Display" !important;
letter-spacing: 0px;
color: #262626;
}
body.page-id-20   .secondContentCreateur .container{
background:url(https://englemond.com/wp-content/themes/englemond/img/s3.svg)no-repeat;
background-position: left 0px;
}










/*===Footer==*/
footer{
	margin-top: 30px;
	clear: both;
}
footer .es-field-wrap label{
	float: left;
}
footer .es-field-wrap input{
	border: 0px solid transparent;
	border-bottom: 1px solid black;
}
footer input.es_subscription_form_submit{
	background-color: transparent;
	border: 0px solid transparent
}
footer .es-field-wrap + input[type='submit']{
	clear: both;
}
footer div.copyright{
	clear: both;
}
footer #menu-englemond-lab-footer{
	list-style: none;
	padding: 0;
	margin: 0;
}
footer .footerDescription{
	font: 400 18px/27px 'Playfair Display';
	letter-spacing: 0px;
	color: #262626;
	width: 278px;
}
footer ul.footerSharing a{
	margin-right: 16px;
}

footer h4{
	font: 700 18px/24px 'Playfair Display';
	letter-spacing: 0px;
	color: #262626;
}
footer ul#menu-englemond-lab-footer li a{
	font: 400 18px/34px Playfair Display;
	letter-spacing: 0px;
	color: #262626;
}
footer ul#menu-englemond-lab-footer li a:hover{
	text-decoration: none;
}
footer p.souscrire{
	font: 400 16px/35px 'Playfair Display';
	letter-spacing: 0px;
	color: #262626;
}
.newsletterWrapper{
	padding-left: 50px;
}
footer div.copyright{
	font: 400 14px/24px Playfair Display;
	letter-spacing: 0px;
	color: #666666;
}

/*=================================================
Grid system chekout page
==================================================*/
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2{
	flex: 0 0 50%;
	max-width: 50%;
}
.woocommerce form .form-row{
	display: block;
}

@media all and (max-width: 767px){
	.woocommerce .col2-set .col-1,
	.woocommerce .col2-set .col-2{
		flex: 0 0 100%;
		max-width: 100%;
	}
}
/* Cart */

.woocommerce-cart table.cart td.actions .coupon .input-text{
    width: 150px;
}


/* Checkout */
.woocommerce form .form-row {
    display: block;
}
.woocommerce-checkout #customer_details{
    margin-bottom: 20px;
}
.woocommerce table.shop_table{
    border-collapse: collapse;
}
.woocommerce table.shop_table thead{
    background-color: #D2335B;
    color: #fff;
}


/*=================================================
MEDIA QUERIES
==================================================*/

@media (min-width: 1441px){
	.container {
	    max-width: 1440px;
	}
	.container.containerPieceUniqueNiveauDeux{
		max-width: 1190px;
	}
	.container.containerJoailleryNiveauTrois{
		max-width: 1149px;
	}
	.container.pieceUniqThreeLevel{
		max-width: 1190px;
	}

}

@media only screen and (max-width: 1400px) {
	body.page-template-template-Joaillerie-niveau-deux .item {
		width: 322px;
		height: 328px;
	}
	.bannerPieceUniqueN3 .left {
	    max-width: 651px;
	    margin-right: 50px;
	}
	.bannerPieceUniqueN3 img {
	    position: absolute;
	    right: 0;
	    top: 50px;
	    max-width: 550px;
	    height: auto;
	}
		.bannerPieceUniqueN3 p {
	    font: 300 45px/56px 'Raleway';
	    letter-spacing: 0px;
	    color: #262626;
	}
}/*end 1400*/


@media only screen and (max-width: 1199px) {

	#quadmenu .quadmenu-navbar-nav li.quadmenu-item .quadmenu-item-content {
	    padding: 20px !important;
	}
	body.home section.banner .leftCol {
	    height: 450px;
	}
	body.home section.banner .rightCol {
	    padding-left: 50px;
	}
	body.home section.banner .rightCol h1 {
	    font: 400 60px/75px 'Playfair Display';
	    letter-spacing: 0px;
	    color: #FFFFFF;
	}
	body.home section.banner {
	    margin-bottom: 50px;
	}
	body.home section.pieceUniq p {
	    font: 400 42px/52px 'Playfair Display';
	}
	body.home section.pieceUniq img {
	    width: 222px;
	    height: 196px;
	    margin: 0 10px;
	}
	body.home section.pieceUniq .rowPieceUniq {
	    height: 500px;
	    padding-top: 100px;
	}
	body.home section.pieceUniq .pieceUniqBoxImg {
	    top: -64px;
	    right: 173px;
	}
	body.home section.notreCollection .topImage {
	    height: 380px;
	}
	body.home section.notreCollection .rowBottom img {
	    top: -30%;
	}
	body.home section.notreCollection .rowBottom p {
	    padding-top: 14%;
	    font: 400 50px/56px 'Playfair Display';
	}
	body.home section.nosPerso {
	    padding: 35px 0;
	}
	body.home section.nosPerso .rightCol p {
	    font: 400 42px/52px 'Playfair Display';
	}
	body.home section.maison {
	    padding: 100px 0;
	}
	body.home section.nosPerso .rightCol p b {
	    font: 700 42px/52px 'Playfair Display';
	}
	body.home section.maison .leftCol p {
	    font: 400 29px/40px 'Playfair Display';
	    max-width: 376px;
	    margin-top: 25px;
	}
	body.home section.evaluer {
	    padding-top: 70px;
	    margin: 0;
	    height: 450px;
	}
	body.home section.evaluer .colRight p {
	    font: 700 42px/52px 'Playfair Display';
	}
	body.home .colRight img.ringEvaluer {
	    position: absolute;
	    right: 0px;
	    top: -513px;
	    zoom: 0.45;
	}
	body.home .colRight {
	    left: 645px;
	    top: 70px;
	}
	body.home section.Joaillerie {
	    margin: 50px 0;
	}
	body.home section.Joaillerie h2 {
	    font: normal normal 100 50px/56px 'Raleway';
	    margin-bottom: 20px;
	}
	body.home section.Joaillerie .medallion .medallionTop {
		min-height: 550px !important;
	    padding-top: 351px;
	}

	/*piece unique 1199 niveau 2*/
	.bannerPieceUnique {
		height: 448px;
	    margin-bottom: 80px;
	}
	.bannerPieceUnique h1 {
	    font: normal 64px/80px 'Playfair Display';
	}
	.bannerPieceUnique p {
	    font: normal 29px/38px 'Playfair Display';
	}
	.rightSliderPU{
		min-height: 728px;
		background-size: 80% !important;
	}	

	.rightSliderPU .bx-controls{
		position: absolute;
	    width: 72px;
	    height: 28px;
	    top: -40px;
	    left: 37%;
	}
	.rightSliderPU .leftCol p{
		max-width: 379px;
		font: 300 35px/38px 'Raleway'
	}
	.rightSliderPU .leftCol p.paraDesc{
		margin-top: 40px;
	}
	.rightSliderPU .leftCol a{
		font: normal 13px/15px 'Montserrat';
	}
	.rightSliderPU .leftCol img{ 
		width: 64%;
		height: 64%;
		max-width: 141px;
		max-height: 141px;
	}
	.rightSliderPU .bx-wrapper{
		top: 40px;
    	left: 15px;
	}
	.rightSliderPU .rightCol .bx-wrapper::after{
		content: '';
	    position: absolute;
	    top: -11px;
	    left: -18px;
	    width: 248px;
	    height: 248px;
	    padding: 96px;
	}
	.rightSliderPU .rightCol h4{
		font: bold 20px/21px 'Playfair Display';
	}
	.rightSliderPU .rightCol p{ 
		font: 300 16px/16px 'Raleway';
	}
	.rightSliderPU .rightCol img{ 
		width: 64%;
		height: 64%;
		max-width: 141px;
		max-height: 141px;
	}


	.leftSliderPU{
		min-height: 728px;
		background-size: 80% !important;
	}
	.leftSliderPU .bx-controls{
		position: absolute;
	    width: 72px;
	    height: 28px;
	    top: -40px;
	    left: 63%;
	}
	
	.leftSliderPU .rightCol p{
		max-width: 379px;
		font: 300 35px/38px 'Raleway'
	}
	.leftSliderPU .rightCol p.paraDesc{
		margin-top: 40px;
	}
	.leftSliderPU .rightCol a{
		font: normal 13px/15px 'Montserrat';
	}
	.leftSliderPU .bx-wrapper{
	    top: 40px;
	    left: -15px;
	}
	.leftSliderPU .leftCol .bx-wrapper::after{
		content: '';
	    position: absolute;
	    top: -11px;
	    right: -32px;
	    width: 240px;
	    height: 227px;
	}
	.leftSliderPU .leftCol h4{
		font: bold 20px/21px 'Playfair Display';
	}
	.leftSliderPU .leftCol p{ 
		font: 300 16px/16px 'Raleway';
	}
	.leftSliderPU .leftCol img{ 
		width: 64%;
		height: 64%;
		max-width: 141px;
		max-height: 141px;
		margin: 0 auto;
	}

	.bannerIdee {
	    height: 280px;
	    margin: 40px 0;
	    margin-top: 40px;
	}
	.bannerIdee h4 {
	    font: bold 38px/51px 'Playfair Display';
	    margin-bottom: 24px;
	}
	.bannerIdee p {
	    font: normal 27px/34px 'Playfair Display';
	}

	/*page joaillerie*/
	body.page-template-template-Joaillerie-niveau-deux .banner {
	    height: 355px;
	    padding-top: 120px;
	    margin: 32px 0 80px 0;
	}
	body.page-template-template-Joaillerie-niveau-deux .banner h2 {
	    font: 400 38px/51px 'Playfair Display';
	}
	body.page-template-template-Joaillerie-niveau-deux .banner p {
	    font: italic normal normal 26px/34px "Playfair Display"; 
	}
	body.page-template-template-Joaillerie-niveau-deux .banner .bannerRight::after {
	    content: "";
	    position: absolute;
	    top: -60px;
	    left: 40px;
	    width: 312px;
	    height: 344px;
	}

	body.page-template-template-Joaillerie-niveau-deux .item {
	    width: 258px;
	    height: 262px;
	}
	.joaillerie-niveau-deux-left h3, .joaillerie-niveau-deux-right h3 {
	    font: 700 38px/51px 'Playfair Display';
	}
	.joaillerie-niveau-deux-left p, .joaillerie-niveau-deux-right p {
	    font: 400 26px/34px 'Playfair Display';
	}

	/*piece unique 1199 niveau 3*/
	.bannerPieceUniqueN3 .left {
	    max-width: 651px;
	    margin-right: 25px;
	}
	.bannerPieceUniqueN3 h1 {
	    font: normal 53px/70px 'Playfair Display';
	}
	.bannerPieceUniqueN3 p {
	    font: 300 36px/54px 'Raleway';
	}
	.bannerPieceUniqueN3 img {
	    position: absolute;
	    right: 0;
	    top: 40px;
	    max-width: 440px;
	    height: auto;
	}
	.bannerPieceUniqueN3 {
	    height: 400px;
	    margin-bottom: 80px;
	}
	.descPieceUnique {
	    margin: 80px 0;
	}
	.descPieceUnique .colRight {
	    padding: 80px 0;
	}
	.descPieceUnique .colRight h2 {
	    max-width: 379px;
	    font: bold 38px/51px 'Playfair Display';
	}
	.descPieceUnique .colRight p {
	    max-width: 376px;
	    font: normal 26px/34px 'Playfair Display';
	}
	.bannerPieceUniqueN3 .left {
	    max-width: 573px;
	    margin-right: 12px;
	}
	h2.h2-niveau2-left {
	    text-align: left;
	    font: 400 50px/64px 'Playfair Display';
	}
	h3.h3-niveau2-left {
	    font: 100 19px/26px 'Raleway';
	    margin-bottom: 19px;
	}

	.pink.sliderLeftN3Wrapper {
	    padding-top: 72px;
	    margin-bottom: 80px;
	    height: 193px;
	}
	.sliderLeftN3Wrapper .sliderLeftGrey {
	    width: 48%;
	    height: 204px;
	    background: #F9F9F9;
	    padding: 33px 16px 44px 16px;
	    position: absolute;
	    right: 38px;
	    bottom: -53px;
	    padding-left: 177px;
	    max-width: 570px;
	}
	.sliderLeftN3Wrapper .sliderLeftGrey div.desc {
	    font: 300 33px/36px 'Raleway';
	}
	body.pieces_uniques-template-template-piece-unique-niveau-trois .bannerMiddle {
	    height: 400px;
	    margin: 80px 0;
	}
	body.pieces_uniques-template-template-piece-unique-niveau-trois .bannerMiddle .col {
	    height: 72%;
	    left: 8%;
	    top: 0;
	    max-width: 457px;
	    padding: 58px;
	}
	body.pieces_uniques-template-template-piece-unique-niveau-trois .bannerMiddle .col p {
	    max-width: 297px;
	    font: normal 38px/51px 'Playfair Display';
	}
	body.pieces_uniques-template-template-piece-unique-niveau-trois h1.h1-niveau2-right{
		font-size: 2rem;
	}
	h2.h2-niveau2-right {
	    font: 400 50px/64px 'Playfair Display';
	}
	h3.h3-niveau2-right {
	    font: 80 19px/25px 'Raleway';
	    margin-bottom: 19px;
	}
	.pink.sliderLeftN3Wrapper2 {
	    padding-top: 72px;
	    margin-bottom: 80px;
	    height: 193px;
	}
	.sliderLeftN3Wrapper2 .sliderLeftGrey2 {
	    width: 48%;
	    height: 204px;
	    padding: 31px 16px 44px 16px;
	    position: absolute;
	    right: 38px;
	    bottom: -53px;
	    padding-left: 177px;
	    max-width: 570px;
	}
	.sliderLeftN3Wrapper2 .sliderLeftGrey2 div.desc {
	    font: 300 33px/36px 'Raleway';
	}
	h2.h2-niveau2-left {
	    font: 400 40px/51px 'Playfair Display';
	}
	h3.h3-niveau2-left {
	    font: 100 19px/26px 'Raleway';
	    margin-bottom: 19px;
	}
	.pink.sliderLeftN3Wrapper1 {
	    padding-top: 72px;
	    margin-bottom: 80px;
	    height: 193px;
	}
	.sliderLeftN3Wrapper1 .sliderLeftGrey1, .sliderLeftN3Wrapper1 .sliderLeftGrey4 {
	    width: 48%;
	    height: 204px;
	    padding: 33px 35px 44px 43px;
	    position: absolute;
	    left: 38px;
	    bottom: -53px;
	    padding-right: 177px;
	    max-width: 570px;
	}
	.sliderLeftN3Wrapper1 .sliderLeftGrey1 div.desc, .sliderLeftN3Wrapper1 .sliderLeftGrey4 div.desc {
	    font: 300 32px/36px 'Raleway';
	}

	/*jpaillerie 1199 niveau 3*/
	body.joaillery-template-template-Joaillerie-niveau-trois section.banner {
	    height: 385px;
	    padding-top: 200px;
	    margin: 30px 0 80px 0;
	}
	body.joaillery-template-template-Joaillerie-niveau-trois section.banner .bannerDescN3 {
	    max-width: 608px;
	    width: 80%;
	    height: 234px;
	    padding: 48px;
	}
	body.joaillery-template-template-Joaillerie-niveau-trois section.banner .bannerDescN3 h1 {
	    font: 400 38px/51px 'Playfair Display';
	}
	body.joaillery-template-template-Joaillerie-niveau-trois section.banner .bannerDescN3 p {
	    font: 400 31px/37px "Playfair Display";
	}

	/*page pierre 1199*/
	body.page-template-template-pierre-niveau-deux section.banner {
	    height: 385px;
	    padding-top: 211px;
	    margin: 0px 0 80px 0;
	}
	body.page-template-template-pierre-niveau-deux section.banner .bannerDescN3 {
	    max-width: 608px;
	    width: 80%;
	    height: 234px;
	    padding: 50px;
	}
	body.page-template-template-pierre-niveau-deux section.banner .bannerDescN3 h1 {
	    font: 400 38px/54px 'Playfair Display';
	}
	body.page-template-template-pierre-niveau-deux section.banner .bannerDescN3 p {
	    font: italic 24px/28px 'Playfair Display';
	}
	.sectionPierreN2 {
	    margin: 35px 0;
	}
	h2.h2-niveau2-left {
	    font: 400 30px/41px 'Playfair Display';
	}
	.pierre-slide-n2-wrapper-left {
	    height: 192px;
	    max-width: 629px;
	}
	.pierre-slide-n2-wrapper-right {
		height: 192px;
	    padding: 0;
	    max-width: 629px;
	}
	.pierre-slide-n2-wrapper-left .bx-wrapper {
	    position: absolute;
	    top: 40px;
	    box-shadow: none;
	    border: 0px solid transparent;
	    background: #F9F9F9;
	    padding: 40px;
	    height: 224px;
	    max-width: 100% !important;
	}

	
	.pierre-slide-n2-wrapper-right .bx-wrapper {
	    position: relative;
	    top: 40px;
	    right: 0;
	    box-shadow: none;
	    border: 0px solid transparent;
	    background: #F9F9F9;
	    padding: 40px;
	    max-width: 100% !important;
	}
	h2.h2-niveau2-right {
	    font: 400 30px/41px 'Playfair Display';
	}
	body.page-template-template-pierre-niveau-deux-php .saphir-bleu-n2 p,
	body.page-template-template-pierre-niveau-deux-php .saphir-color-n2 p,
	body.page-template-template-pierre-niveau-deux-php .pierre-slide-n2 p,
	body.page-template-template-pierre-niveau-deux-php .rubis-n2 p,
	body.page-template-template-pierre-niveau-deux-php .tourmaline-n2 p,
	body.page-template-template-pierre-niveau-deux-php .rubis-n2 p,
	body.page-template-template-pierre-niveau-deux-php .pierre-slide-n2 p
	{
	    font: normal normal 300 32px/36px "Raleway";
	}

	/*page pierre niveau 3*/
	body.pierres-template-template-pierre-niveau-trois .banner {
	    height: 355px;
	    padding-top: 40px;
	    margin: 20px 0 80px 0;
	}
	body.pierres-template-template-pierre-niveau-trois .banner h2 {
	    font: normal 48px/64px "Playfair Display";
	}
	body.pierres-template-template-pierre-niveau-trois .banner .bannerRight img {
	    left: 41px;
	    top: 30px;
	    width: 390px;
	}

	body.pierres-template-template-pierre-niveau-trois .pierre-slide-n2-wrapper-left .bx-wrapper {
	    position: absolute;
	    top: 40px;
	    box-shadow: none;
	    border: 0px solid transparent;
	    background: #F9F9F9;
	    padding: 40px;
	    height: 224px;
	    max-width: 100% !important;
	}

	
	body.pierres-template-template-pierre-niveau-trois .pierre-slide-n2-wrapper-right .bx-wrapper {
	    position: relative;
	    top: 40px;
	    right: 0;
	    box-shadow: none;
	    border: 0px solid transparent;
	    background: #F9F9F9;
	    padding: 40px;
	    max-width: 100% !important;
	}

	body.pierres-template-template-pierre-niveau-trois .pierre-slide-n2-wrapper-right p,
	 body.pierres-template-template-pierre-niveau-trois .pierre-slide-n2-wrapper-left p {
	    font: 300 32px/36px "Raleway";
	}
	body.pierres-template-template-pierre-niveau-trois .pierre-slide-n2-wrapper-left {
	    height: 192px;
	    max-width: 629px;
	}
	body.pierres-template-template-pierre-niveau-trois .pierre-slide-n2-wrapper-right {
		height: 192px;
	    padding: 0;
	    max-width: 629px;
	}

	/*product page 1199*/
	.woocommerce #content div.product div.images, 
	.woocommerce div.product div.images, 
	.woocommerce-page #content div.product div.images, 
	.woocommerce-page div.product div.images {
	    width: 53%;
	    max-width: 400px;
	}
	.woocommerce #content div.product div.summary, 
	.woocommerce div.product div.summary, 
	.woocommerce-page #content div.product div.summary, 
	.woocommerce-page div.product div.summary {
	    width: 42%;
	    max-width: 320px;
	} 
	.woocommerce div.product .product_title {
	    font: 700 22px/30px 'Playfair Display';
	}
	.woocommerce div.product p.price, .woocommerce div.product span.price {
	    font: 700 26px/26px 'Playfair Display';
	}
	.subPriceDesc {
	    font: 400 14px/20px 'Raleway';
	    margin-bottom: 24px;
	}
	.btn-commander {
	    font: 400 15px/19px 'Montserrat';
	    height: 38px;
	    padding: 0.50em 0.16em;
	    line-height: 24px;
	    margin-bottom: 0.8em;
	}
	.descriptionDetails .leftCol {
	    padding: 58px 0;
	}
	.descriptionDetails h3 {
	    font: 400 19px/23px 'Lato';
	}
	.descriptionDetails h3 {
	    font: 400 19px/23px 'Lato';
	}
	.descriptionDetails .rightCol li {
	    padding: 0 15px;
	    display: block;
	    margin: 15px 0;
	} 
	body.single-product h2.interstedH2 {
	    margin-bottom: 24px;
	}
	body.single-product h2 {
	    font: normal 48px/64px "Playfair Display";
	}
	body.single-product h2 {
	    font: normal 48px/64px "Playfair Display";
	}

	/*page tolerance*/
	.tolerance_1 h1, .tolerance_1 h2, .tolerance_1 h3 {
	    font: bold 37px/43px 'Playfair Display';
	}

	.tolerance_1 p {
	    font: normal 21px/26px 'Playfair Display';
	}

	/*page chevalier 1199*/
	body.page-template-template-chevalieres .bannerPieceUniqueN3 h1 {
	    font: normal normal normal 53px/70px Playfair Display;
	}
	body.page-template-template-chevalieres .bannerPieceUniqueN3 p {
	    font: normal normal normal 29px/38px "Playfair Display";
	}
	.gravure {
	    margin-top: 136px;
	}
	body.page-template-template-chevalieres .gravure h2, body.page-template-template-chevalieres .caractere h2 {
	    font: normal normal normal 38px/52px Playfair Display;
	    margin: 80px 0 26px 0;
	}
	body.page-template-template-chevalieres .gravure p, body.page-template-template-chevalieres .caractere p {
	    font: normal normal normal 26px/34px Playfair Display;
	}
	body.page-template-template-chevalieres .gravure img {
	    margin: 0 auto;
	    margin-top: 160px;
	}
	.caractere {
	    margin-top: 80px;
	}
	body.page-template-template-chevalieres .gravure h2, body.page-template-template-chevalieres .caractere h2 {
	    font: normal normal normal 38px/52px Playfair Display;
	    margin: 80px 0 25px 0;
	}
	.joaillerie-niveau-deux-left, .joaillerie-niveau-deux-right {
	    margin: 80px 0;
	}
	.joaillerie-niveau-deux-left .j-right {
	    padding: 80px 0;
	}
	.joaillerie-niveau-deux-left h3, .joaillerie-niveau-deux-right h3 {
	    font: 700 30px/41px 'Playfair Display';
	}
	.joaillerie-niveau-deux-left p, .joaillerie-niveau-deux-right p {
	    font: 400 21px/27px 'Playfair Display';
	}
	.joaillerie-niveau-deux-left, .joaillerie-niveau-deux-right {
	    margin: 80px 0;
	}
	.bannerIdee {
	    height: 224px;
	    margin: 31px 0;
	    margin-top: 29px;
	}
	img.bird {
	    position: absolute;
	    bottom: 0;
	    left: 41%;
	    transform: translateX(-41%);
	}
	.bannerIdee.partager h4 {
	    font: normal 38px/52px "Playfair Display";
	    margin-bottom: 24px;
	}
	.bannerIdee.partager a.btn-contacter-nous {
	    padding: 8px 51px;
	}

	/*page maison 1199*/
	body.page-id-12 .bannerMaison {
	    margin-top: 30px;
	    height: 300px;
	    left: 0 !important;
	}
	body.page-id-12 .bannerMaison h1 {
	    font: normal 48px/50px 'Playfair' !important;
	    margin-top: 33px;
	}
	body.page-id-12 .bannerMaison .bannerPicture img {
	    max-width: 290px;
	    max-height: 266px;
	    bottom: -58px;
	}
	body.page-id-12 .leftContentMaison img {
	    max-width: 430px;
	    max-height: 550px;
	    margin-top: 6px;
	}
	body.page-id-12 .rightContentMaison h1 {
	    max-width: 279px;
	    max-height: 43px;
	    margin-top: 14px;
	    font: bold 27px/34px 'Playfair' !important;
	}
	body.page-id-12 .rightContentMaison {
	    padding-left: 80px;
	}
	body.page-id-12 .rightContentMaison .contentDescription1 p {
	    font: normal 27px/34px 'Playfair';
	}
	body.page-id-12 .rightContentMaison .contentDescription1 p {
	    font: normal 27px/34px 'Playfair';
	}
	body.page-id-12 .rightContentMaison .contentDescription2 p {
	    font: normal 27px/34px 'Playfair' !important;
	    margin-top: 20px;
	}
	body.page-id-12 .leftContentMaison .contentDescription {
	    max-width: 474px;
	    font: normal 27px/34px 'Playfair' !important;
	}
	body.page-id-12 .leftContentMaison h2 {
	    max-width: 379px;
	    max-height: 101px;
	    margin-top: 172px;
	    margin-bottom: 19px;
	    text-align: left;
	    font: bold 38px/37px 'Playfair' !important;
	}
	body.page-id-12 .rightContentMaison .contentVideo img, 
	body.page-id-12 .rightContentMaison .contentVideo video {
	    margin-left: -20px;
	    max-width: 340px;
	    max-height: 190px;
	}
	body.page-id-12 .bannerIdee h4 {
	    font: bold 30px/31px 'Playfair Display';
	    margin-bottom: 15px;
    	margin-top: 0 !important;
	}
	body.page-id-12 .bannerIdee {
	    height: 250px;
	    margin: 31px 0;
	    margin-top: 29px;
	}
	body.page-id-12 .bannerIdee p {
	    font: normal 24px/27px 'Playfair Display';
	}
	body.page-id-12 .bannerIdee a.vc_general.vc_btn3 {
	    padding: 10px 14px;
	    font: 400 16px/19px 'Montserrat' !important;
	}
	body.page-id-12 .leftContentMaison h2 {
	    max-width: 379px;
	    max-height: 101px;
	    margin-top: 32px;
	    margin-bottom: 19px;
	    text-align: left;
	    font: bold 35px/35px 'Playfair' !important;
	}

	/*page atelier 1199*/
	body.page-id-18 .bannerAtelier {
	    height: 448px;
	}
	body.page-id-18 .leftBannerAtelier::after {
	    content: '';
	    width: 248px;
    	height: 245px;
	     margin-top: -236px !important;
	    background-size: contain !important;
	}
	body.page-id-18 .bannerAtelier h1 {
	    margin-top: 144px;
	    font: normal 53px/70px Playfair Display !important;
	}
	body.page-id-18 .bannerAtelier .descriptionBanner p {
        margin-top: 6px;
	    font: normal 28px/29px Playfair Display;
	    width: 413px;
	    height: 77px;
	}
	body.page-id-18 .firstRowContent .leftContent {
	    width: 379px;
	    height: 435px;
	}
	body.page-id-18 .firstRowContent .leftContent .picture1 img {
	    width: 284px;
	    height: 284px;
	}
	body.page-id-18 .firstRowContent .leftContent .picture2 img {
	    margin-top: -49px;
	    margin-left: 110px;
	    position: absolute;
	    width: 301px;
	}
	body.page-id-18 .firstRowContent .rightContent .description {
	    width: 301px;
	    height: 160px;
	    text-align: left;
	    float: right;
	    font: normal 26px/34px "Playfair Display";
	}
	body.page-id-18 .firstRowContent {
	    margin: 0 auto;
	    height: 600px;
	    margin-top: 50px;
	}
	body.page-id-18 .secondRowContent {
	    margin: 60px auto;
	    max-width: 100%;
	}
	body.page-id-18 .secondRowContent .leftContent .title {
	    width: 677px;
	    height: 128px;
	    margin-top: 70px;
	    text-align: left;
	    font: normal normal normal 48px/64px "Playfair Display";
	    letter-spacing: 0px;
	    color: #262626;
	    opacity: 1;
	}
	body.page-id-18 .secondRowContent .leftContent .title {
	    width: unset;
	    height: unset;
	    margin-top: 0px;
	    text-align: left;
	    font: normal normal normal 41px/56px "Playfair Display";
	    letter-spacing: 0px;
	    color: #262626;
	    opacity: 1;
	}
	body.page-id-18 .secondRowContent .leftContent .description {
	    width: unset;
	    height: unset;
	    text-align: left;
	    font: normal 20px/29px "Playfair Display";
	}
	body.page-id-18 .secondRowContent .rightContent .picture img {
	    width: 310px;
	    height: 248px;
	    margin-bottom: 20px;
	    position: absolute;
	    margin-top: 100px;
	    margin-left: 0px;
	}
	body.page-id-18 .row3Content {
	    margin-top: 400px;
	    height: 284px;
	}
	body.page-id-18 .row3Content .leftContent .picture img {
	    margin-top: -95px;
	    width: 492px;
	    height: 492px;
	    background: transparent 0% 0% no-repeat padding-box;
	}
	body.page-id-18 .row3Content .leftContent .picture img {
	    margin-top: -41px;
	    width: 314px;
	    height: 314px;
	}
	body.page-id-18 .row3Content .rightContent .description {
	    margin-top: 94px;
	    width: unset;
	    height: unset;
	    text-align: left;
	    font: normal 26px/34px "Playfair Display";
	}
	body.page-id-18 .row4Content {
	    margin-top: 88px;
	    height: 700px;
	}
	body.page-id-18 .row4Content .leftContent .title {
	    width: 437px;
	    text-align: left;
	    font: normal 41px/59px "Playfair Display";
	}
	body.page-id-18 .row4Content .leftContent .description {
	    width: 379px;
	    height: 134px;
	    text-align: left;
	    font: normal 25px/34px "Playfair Display";
	}
	body.page-id-18 .picture iframe {
	    width: 100% !important;
	    height: 400px;
	    z-index: 9999;
	    max-width: 500px;
	}
	body.page-id-18 .row5Content .leftContent {
	    width: 473px;
	    height: unset;
	    margin-left: 80px;
	}
	body.page-id-18 .row5Content .leftContent .title {
	    margin-top: -120px;
	    width: 541px;
	    height: unset;
	    text-align: left;
	    font: normal 48px/64px "Playfair Display";
	}
	body.page-id-18 .row5Content .leftContent .description {
	    margin-top: 56px;
	    width: 497px;
	    height: unset;
	    margin-left: -70px;
	    font: 300 26px/34px Raleway;
	    margin-bottom: 0px;
	    padding-top: 20px !important;
	}
	body.page-id-18 .row5Content img {
	    margin-top: 0px;
	    width: 317px;
	    height: 317px;
	}
	body.page-id-18 .row6Content {
	    height: 288px;
	    margin-top: 127px;
	    overflow: visible !important;
	    margin-bottom: 50px;
	}

	/*page createur 1199*/
	body.page-id-20 .bannerCreateur {
	    margin-top: 30px;
	    height: 294px;
	}
	body.page-id-20 .bannerCreateur h1 {
	    width: 541px;
	    height: 64px;
	    font: 400 48px/64px "Playfair Display" !important;
	}
	body.page-id-20 .bannerCreateur .bannerDescription p {
	    width: 349px;
	    height: 48px;
	    font: 100 20px/27px 'Raleway' !important;
	}
	body.page-id-20 .bannerCreateur .bannerPicture img {
	    margin-left: 56px;
	    width: 368px;
	    height: 294px;
	}
	body.page-id-20 .vc_row {
	    margin: 0 auto;
	    padding-bottom: 30px;
	}
	body.page-id-20 .contentCreateur .firstRowContent .leftContentCreateur .contentPicture img {
	    width: 240px;
	    height: auto;
	}
	body.page-id-20 .contentCreateur .firstRowContent .rightContentCreateur {
	    width: 343px;
	    margin-left: 52px;
	    background-color: #f5efef !important;
	}
	body.page-id-20 .contentCreateur .firstRowContent .rightContentCreateur .contentTitle {
	    margin-left: -45px;
	    width: 379px;
	    text-align: left;
	    font: bold 38px/51px "Playfair Display" !important;
	}
	body.page-id-20 .contentCreateur .firstRowContent .rightContentCreateur .contentDescription {
	    margin-left: -45px;
	    width: 300px;
	    height: unset;
	    text-align: left;
	    font: normal 25px/34px "Playfair Display" !important;
	}
	body.page-id-20 .firstRowContent.container::before {
	    content: '';
	    display: none;
	    position: absolute;
	    top: -55px;
	    right: 0;
	    background-color: #f5efef !important;
	    height: 1072px;
	    width: 429px;
	}
	body.page-id-20 .secondContentCreateur {
	    margin-top: 10px;
	}
	body.page-id-20 .secondContentCreateur .leftContentCreateur img {
	    width: 258px;
	    height: 246px;
	    margin-right: 64px;
	}
	body.page-id-20 .secondContentCreateur .rightContentCreateur img {
	    width: 300px;
	    height: 424px;
	    margin-left: -50px;
	}
	body.page-id-20 .secondContentCreateur h2 {
	    width: 436px;
	    margin-top: 104px;
	    height: 102px;
	    text-align: left;
	    font: bold 38px/51px "Playfair Display" !important;
	}
	body.page-id-20 .secondContentCreateur .leftContentCreateur p {
	    width: 349px;
	    height: 50px;
	    text-align: left;
	    font: normal 19px/24px "Playfair Display" !important;
	}
	body.page-id-20 .secondContentCreateur .rightContentCreateur p {
	    margin-top: 64px;
	    margin-left: -60px;
	    width: 300px;
	    height: 206px;
	    text-align: left;
	    font: normal 25px/34px "Playfair Display" !important;
	}
	body.page-id-20 .row3Content {
	    z-index: 0;
	    position: absolute;
	    bottom: 60px;
	    left: 64%;
	    transform: translateX(-61%);
	    width: 700px !important;
	    background-color: #FFFFFF;
	}






}/*end 1199*/


@media only screen and (max-width: 991px) {

	.trp-language-switcher > div {
		width: 45px !important;
	    padding: 3px 20px 3px 1px;
	}

	#quadmenu .quadmenu-navbar-nav li.quadmenu-item .quadmenu-item-content {
	    padding: 9px !important;
	}
	body.home section.banner .leftCol {
	    height: 380px;
	}
	body.home section.banner .rightCol h1 {
	    font: 400 48px/60px 'Playfair Display';
	}
	body.home section.banner .rightCol p {
	    font: 400 29px/38px 'Playfair Display';
	}
	body.home section.pieceUniq h2 {
	    font: 100 48px/60px 'Raleway';
	}
	body.home section.pieceUniq p.slog {
	    font: 100 20px/25px 'Raleway';
	}
	body.home section.pieceUniq .rowPieceUniq {
	    height: 400px;
	    padding-top: 80px;
	}
	body.home section.pieceUniq p {
	    font: 400 34px/42px 'Playfair Display';
	}
	body.home section.pieceUniq img {
	    width: 177px;
	    height: 157px;
	    margin: 0 10px;
	}
	body.home section.notreCollection .topImage {
	    height: 304px;
	}
	body.home section.notreCollection .rowBottom p {
	    padding-top: 11%;
	    font: 400 40px/45px 'Playfair Display';
	}
	body.home section.notreCollection .rowBottom img {
	    top: -24%;
	}
	body.home section.notreCollection .rowBottom img {
	    max-width: 379px;
	    max-height: 378px;
	}
	.btn-bijoux {
	    padding: 9px 11px;
	    font: 400 13px/15px 'Montserrat';
	}
	body.home section.maison {
	    padding: 80px 0;
	}
	body.home section.maison .leftCol h2 {
	    font: 700 26px/35px 'Playfair Display';
	}
	body.home section.maison .leftCol p {
	    font: 400 23px/32px 'Playfair Display';
	    max-width: 300px;
	    margin-top: 20px;
	}
	body.home section.maison .rightCol img {
	    max-width: 433px;
	    max-height: 516px;
	}
	body.home section.evaluer {
	    padding-top: 56px;
	    margin: 0;
	    height: 360px;
	}
	body.home .colRight {
	    left: 516px;
	    top: 56px;
	}
	body.home section.evaluer .colRight p {
	    font: 700 33px/41px 'Playfair Display';
	}
	body.home .colRight img.ringEvaluer {
	    position: absolute;
	    right: 0px;
	    top: -516px;
	    zoom: 0.36;
	}
	body.home section.Joaillerie {
	    margin: 40px 0;
	}
	body.home section.Joaillerie h2 {
	    font: normal normal 100 40px/44px 'Raleway';
	    margin-bottom: 16px;
	}
	body.home section.Joaillerie .medallion .medallionTop {
	    min-height: 440px !important;
	    padding-top: 281px;
	}
	body.home section.Joaillerie .medallion .medallionBottom {
	    min-height: 458px !important;
	}
	body.home section.Joaillerie h4 {
	    font: 400 58px/50px 'Playfair Display';
	    margin-bottom: 32px;
	}

	footer .footerDescription {
	    font: 400 15px/22px 'Playfair Display';
	    margin-bottom: 26px;
	    width: 222px;
	}

	footer h4 {
	    font: 700 15px/22px 'Playfair Display';
	}
	footer ul#menu-englemond-lab-footer li a {
	    font: 400 15px/27px Playfair Display;
	}
	footer p.souscrire {
	    font: 400 13px/28px 'Playfair Display';
	}
	body.home section.nosPerso .rightCol p {
	    font: 400 34px/42px 'Playfair Display';
	}
	body.home section.nosPerso .rightCol p b {
	    font: 700 34px/42px 'Playfair Display';
	}

	body.home section.nosPerso .leftCol img {
	    position: absolute;
	    top: -96px;
	    left: 0;
	    max-width: 422px;
	    max-height: 469px;
	}

	/*piece unique 991*/
	.rightSliderPU{
		min-height: 660px;
	    background-size: 60% !important;
	    background-position: top center !important;
	}	
	.rightSliderPU .leftCol p{
		max-width: 303px;
		font: 300 28px/30px 'Raleway'
	}
	.rightSliderPU .leftCol p.paraDesc{
		margin-top: 32px;
	}
	.rightSliderPU .leftCol a{
		font: normal 13px/15px 'Montserrat';
	}
	.rightSliderPU .leftCol img{ 
		width: 51%;
		height: 51%;
		max-width: 113px;
		max-height: 113px;
	}
	.rightSliderPU .bx-wrapper{
		top: 40px;
    	left: 15px;
	}
	.rightSliderPU .rightCol .bx-wrapper::after{
		content: '';
	    position: absolute;
	    top: -11px;
	    left: -16px;
	    width: 248px;
	    height: 200px;
	    padding: 93px;
	}
	.rightSliderPU .rightCol h4{
		font: bold 16px/17px 'Playfair Display';
	}
	.rightSliderPU .rightCol p{ 
		font: 300 13px/13px 'Raleway';
	}
	.rightSliderPU .rightCol img{ 
		width: 51%;
		height: 51%;
		max-width: 113px;
		max-height: 113px;
	}	



	.leftSliderPU{ 
		min-height: 740px;
	    background-size: 60% !important;
	    background-position: top center !important;
	}	
	.leftSliderPU .rightCol p {
	    max-width: 303px;
    	font: 300 28px/30px 'Raleway';
	}


	.rightSliderPU .leftCol.justify-content-end {
	    justify-content: center !important;
	}

	/*joaillerie 991*/
	body.page-template-template-Joaillerie-niveau-deux .banner {
	    height: 284px;
	    padding-top: 96px;
	    margin: 26px 0 2px 0;
	}
	body.page-template-template-Joaillerie-niveau-deux .banner h2 {
	    font: 400 30px/41px 'Playfair Display';
	}
	body.page-template-template-Joaillerie-niveau-deux .banner p {
	    font: italic normal normal 21px/27px "Playfair Display";
	}
	body.page-template-template-Joaillerie-niveau-deux .banner .bannerRight {
	    display: none;
	}

	body.page-template-template-Joaillerie-niveau-deux .item {
	    width: 206px;
	    height: 210px;
	}
	.joaillerie-niveau-deux-left h3, .joaillerie-niveau-deux-right h3 {
	    font: 700 30px/41px 'Playfair Display';
	}
	.joaillerie-niveau-deux-left p, .joaillerie-niveau-deux-right p {
	    font: 400 21px/27px 'Playfair Display';
	}

	.joaillerie-niveau-deux-left, .joaillerie-niveau-deux-right {
	    margin: 50px 0;
	}
	.joaillerie-niveau-deux-left .j-right {
	    padding: 0;
	}

	.joaillerie-niveau-deux-left .row {
	    height: 410px;
	}


	.joaillerie-niveau-deux-right .j-left {
	    padding: 0;
	}
	.joaillerie-niveau-deux-left h3, .joaillerie-niveau-deux-right h3 {
	    font: 700 24px/31px 'Playfair Display';
	}
	.joaillerie-niveau-deux-left p, .joaillerie-niveau-deux-right p {
	    font: 400 17px/22px 'Playfair Display';
	}

	.bannerIdee {
	    height: 224px;
	    margin: 30px 0;
	    margin-top: 30px;
	}

	.bannerIdee h4 {
	    font: bold 30px/41px 'Playfair Display';
	    margin-bottom: 19px;
	}
	.bannerIdee p {
	    font: normal 22px/27px 'Playfair Display';
	}

	.bannerIdee a.btn-contacter-nous {
	    padding: 8px 19px;
	}

	.bannerIdee {
	    height: 179px;
	    margin: 24px 0;
	    margin-top: 24px;
	}
	.bannerIdee h4 {
	    font: bold 24px/31px 'Playfair Display';
	    margin-bottom: 15px;
	}
	.bannerIdee a.btn-contacter-nous {
	    padding: 6px 15px;
	}
	.bannerIdee a.btn-contacter-nous {
	    font-size: 14px;
	}

	.bannerIdee.partager h4 {
	    font: normal 38px/50px "Playfair Display";
	    margin-bottom: 24px;
	}


	/*piece unique 991 niveau 3*/
	.bannerPieceUniqueN3 .left {
	    max-width: 521px;
	    margin-right: 20px;
	}
	.bannerPieceUniqueN3 h1 {
	    font: normal 43px/56px 'Playfair Display';
	}
	.bannerPieceUniqueN3 p {
	    font: 300 29px/43px 'Raleway';
	}
	.bannerPieceUniqueN3 img {
	    position: absolute;
	    right: 0;
	    top: 32px;
	    max-width: 352px;
	    height: auto;
	}
	.bannerPieceUniqueN3 {
	    height: 320px;
	    margin-bottom: 64px;
	}
	.descPieceUnique {
	    margin: 64px 0;
	}
	.descPieceUnique .colRight {
	    padding: 64px 0;
	}
	.descPieceUnique .colRight h2 {
	    max-width: 303px;
	    font: bold 30px/41px 'Playfair Display';
	}
	.descPieceUnique .colRight p {
	    max-width: 300px;
	    font: normal 21px/27px 'Playfair Display';
	}
	.bannerPieceUniqueN3 .left {
	    max-width: 458px;
	    margin-right: 9px;
	}
	h2.h2-niveau2-left {
	    text-align: left;
	    font: 400 41px/51px 'Playfair Display';
	}
	h3.h3-niveau2-left {
	    font: 100 15px/21px 'Raleway';
	    margin-bottom: 16px;
	}

	.pink.sliderLeftN3Wrapper {
	    padding-top: 28px;
	    margin-bottom: 224px;
	    height: 154px;
	}
	.sliderLeftN3Wrapper .sliderLeftGrey {
	    width: 100%;
	    height: unset;
	    background: #F9F9F9;
	    padding: 26px 13px 26px 13px;
	    position: relative;
	    right: unset;
	    bottom: unset;
	    padding-left: unset;
	    max-width: 100%;
	}
	.sliderLeftN3Wrapper .sliderLeftGrey div.desc {
	    font: 300 26px/30px 'Raleway';
	}
	body.pieces_uniques-template-template-piece-unique-niveau-trois .bannerMiddle {
	    height: 320px;
	    margin: 64px 0;
	}
	body.pieces_uniques-template-template-piece-unique-niveau-trois .bannerMiddle .col {
	    height: 58%;
	    left: 6%;
	    top: 0;
	    max-width: 366px;
	    padding: 46px;
	}
	body.pieces_uniques-template-template-piece-unique-niveau-trois .bannerMiddle .col p {
	    max-width: 236px;
	    font: normal 30px/41px 'Playfair Display';
	}
	body.pieces_uniques-template-template-piece-unique-niveau-trois h1.h1-niveau2-right{
		font-size: 1.6rem;
	}
	h2.h2-niveau2-right {
	    font: 400 41px/51px 'Playfair Display';
	}
	h3.h3-niveau2-right {
	    font: 80 15px/16px 'Raleway';
	    margin-bottom: 19px;
	}
	.pink.sliderLeftN3Wrapper2 {
	    padding-top: 28px;
	    margin-bottom: 224px;
	    height: 154px;
	}
	.sliderLeftN3Wrapper2 .sliderLeftGrey2 {
	    width: 100%;
	    height: unset;
	    background: #F9F9F9;
	    padding: 26px 13px 26px 13px;
	    position: relative;
	    right: unset;
	    bottom: unset;
	    padding-left: unset;
	    max-width: 100%;
	}

	.sliderLeftN3Wrapper2 .sliderLeftGrey2 div.desc {
	    font: 300 26px/30px 'Raleway';
	}
	h2.h2-niveau2-left {
	    font: 400 32px/41px 'Playfair Display';
	}
	h3.h3-niveau2-left {
	    font: 100 16px/20px 'Raleway';
	    margin-bottom: 16px;
	}
	.pink.sliderLeftN3Wrapper1 {
	    padding-top: 28px;
	    margin-bottom: 64px;
	    height: 154px;
	}
	.sliderLeftN3Wrapper1 .sliderLeftGrey1, .sliderLeftN3Wrapper1 .sliderLeftGrey4 {

	    width: 100%;
	    height: unset;
	    background: #F9F9F9;
	    padding: 26px 13px 26px 13px;
	    position: relative;
	    right: unset;
	    bottom: unset;
	    left: unset;
	    padding-left: unset;
	    max-width: 100%;
	}
	.sliderLeftN3Wrapper1 .sliderLeftGrey1 div.desc, .sliderLeftN3Wrapper1 .sliderLeftGrey4 div.desc {
	    font: 300 24px/30px 'Raleway';
	}
	.sliderLeftN3Wrapper2 .bx-wrapper, .sliderLeftN3Wrapper1 .bx-wrapper, .sliderLeftN3Wrapper .bx-wrapper {
	    width: 100%;
	}



	/*jpaillerie 991 niveau 3*/
	body.joaillery-template-template-Joaillerie-niveau-trois section.banner {
	    height: 308px;
	    padding-top: 160px;
	    margin: 24px 0 64px 0;
	}
	body.joaillery-template-template-Joaillerie-niveau-trois section.banner .bannerDescN3 {
	    max-width: 486px;
	    width: 80%;
	    height: 187px;
	    padding: 38px;
	}
	body.joaillery-template-template-Joaillerie-niveau-trois section.banner .bannerDescN3 h1 {
	    font: 400 30px/41px 'Playfair Display';
	}
	body.joaillery-template-template-Joaillerie-niveau-trois section.banner .bannerDescN3 p {
	    font: 400 24px/30px "Playfair Display";
	}


	/*page pierre 991*/
	body.page-template-template-pierre-niveau-deux section.banner {
	    height: 308px;
	    padding-top: 169px;
	    margin: 0px 0 64px 0;
	}
	body.page-template-template-pierre-niveau-deux section.banner .bannerDescN3 {
	    max-width: 486px;
	    width: 80%;
	    height: 187px;
	    padding: 40px;
	}
	body.page-template-template-pierre-niveau-deux section.banner .bannerDescN3 h1 {
	    font: 400 30px/43px 'Playfair Display';
	}
	body.page-template-template-pierre-niveau-deux section.banner .bannerDescN3 p {
	    font: italic 19px/22px 'Playfair Display';
	}
	.sectionPierreN2 {
	    margin: 28px 0;
	}
	h2.h2-niveau2-left {
	    font: 400 24px/31px 'Playfair Display';
	}
	.pierre-slide-n2-wrapper-left {
	    height: 154px;
	    max-width: 450px;
	}
	.pierre-slide-n2-wrapper-right {
		height: 154px;
	    padding: 0;
	    max-width: 450px;
	}
	.pierre-slide-n2-wrapper-left .bx-wrapper {
	    position: absolute;
	    top: 30px;
	    box-shadow: none;
	    border: 0px solid transparent;
	    background: #F9F9F9;
	    padding: 30px;
	    height: 179px;
	    max-width: 100% !important;
	}

	
	.pierre-slide-n2-wrapper-right .bx-wrapper {
	    position: relative;
	    top: 30px;
	    right: 0;
	    box-shadow: none;
	    border: 0px solid transparent;
	    background: #F9F9F9;
	    padding: 30px;
	    height: 179px;
	    max-width: 100% !important;
	}
	h2.h2-niveau2-right {
	    font: 400 24px/31px 'Playfair Display';
	}
	body.page-template-template-pierre-niveau-deux-php .saphir-bleu-n2 p,
	body.page-template-template-pierre-niveau-deux-php .saphir-color-n2 p,
	body.page-template-template-pierre-niveau-deux-php .pierre-slide-n2 p,
	body.page-template-template-pierre-niveau-deux-php .rubis-n2 p,
	body.page-template-template-pierre-niveau-deux-php .tourmaline-n2 p,
	body.page-template-template-pierre-niveau-deux-php .rubis-n2 p,
	body.page-template-template-pierre-niveau-deux-php .pierre-slide-n2 p
	{
	    font: normal normal 300 26px/29px "Raleway";
	}
	.pierre-slide-n2-wrapper-left .bx-wrapper .bx-controls {
	    position: absolute;
	    width: 90px;
	    height: 35px;
	    bottom: 0px;
	    right: -46px;
	}
	.pierre-slide-n2-wrapper-right .bx-wrapper .bx-controls {
	    position: absolute;
	    width: 90px;
	    height: 35px;
	    bottom: 0px;
	    left: -46px;
	}

	/*page pierre niveau 3*/
	body.pierres-template-template-pierre-niveau-trois .banner {
	    height: 308px;
	    padding-top: 169px;
	    margin: 0px 0 64px 0;
	}
	body.pierres-template-template-pierre-niveau-trois .banner h2 {
	    font: 400 30px/43px 'Playfair Display';
	}
	body.pierres-template-template-pierre-niveau-trois .banner .bannerRight img {
	    left: 31px;
	    top: 24px;
	    width: 312px;
	}


	body.pierres-template-template-pierre-niveau-trois .pierre-slide-n2-wrapper-left .bx-wrapper {
	    position: absolute;
	    top: 30px;
	    box-shadow: none;
	    border: 0px solid transparent;
	    background: #F9F9F9;
	    padding: 30px;
	    height: 179px;
	    max-width: 100% !important;
	}

	
	body.pierres-template-template-pierre-niveau-trois .pierre-slide-n2-wrapper-right .bx-wrapper {
	    position: relative;
	    top: 30px;
	    right: 0;
	    box-shadow: none;
	    border: 0px solid transparent;
	    background: #F9F9F9;
	    padding: 30px;
	    height: 179px;
	    max-width: 100% !important;
	}

	body.pierres-template-template-pierre-niveau-trois .pierre-slide-n2-wrapper-right p,
	body.pierres-template-template-pierre-niveau-trois .pierre-slide-n2-wrapper-left p {
	    font: normal normal 300 26px/29px "Raleway";
	}
	body.pierres-template-template-pierre-niveau-trois .pierre-slide-n2-wrapper-left {
	    height: 192px;
	    max-width: 629px;
	}
	body.pierres-template-template-pierre-niveau-trois .pierre-slide-n2-wrapper-right {
		height: 192px;
	    padding: 0;
	    max-width: 629px;
	} 

	/*product page 991*/
	.woocommerce #content div.product div.images, 
	.woocommerce div.product div.images, 
	.woocommerce-page #content div.product div.images, 
	.woocommerce-page div.product div.images {
	      width: 100%;
    max-width: 340px;
    margin: 0 auto;
	}
	.woocommerce #content div.product div.summary, 
	.woocommerce div.product div.summary, 
	.woocommerce-page #content div.product div.summary, 
	.woocommerce-page div.product div.summary {
	    width: 100%;
	    max-width: unset;
	    margin: 0 auto;
	    text-align: center;
	} 
	.woocommerce div.product .product_title {
	    font: 700 18px/24px 'Playfair Display';
	}
	.woocommerce div.product p.price, .woocommerce div.product span.price {
	    font: 700 21px/21px 'Playfair Display';
	}
	.subPriceDesc {
	    font: 400 14px/20px 'Raleway';
	    margin-bottom: 24px;
	}
	.btn-commander {
	    font: 400 15px/19px 'Montserrat';
	    height: 38px;
	    padding: 0.50em 0.16em;
	    line-height: 24px;
	    max-width: 310px;
	    margin: 0 auto;
	    margin-bottom: 0.8em;
	}
	.descriptionDetails .leftCol {
	    padding: 46px 0;
	}
	.descriptionDetails h3 {
	    font: 400 19px/23px 'Lato';
	}
	.descriptionDetails h3 {
	    font: 400 19px/23px 'Lato';
	}
	.descriptionDetails .rightCol li {
	    padding: 0 15px;
	    display: block;
	    margin: 15px 0;
	} 
	body.single-product h2.interstedH2 {
	    margin-bottom: 19px;
	}
	body.single-product h2 {
	    font: normal 38px/51px "Playfair Display";
	}
	body.single-product h2 {
	    font: normal 38px/51px "Playfair Display";
	}
	body.single-product section.des-pierre {
	    margin-top: 20px;
	}
	section.des-pierre {
	    text-align: center;
	    height: 280px;
	    padding: 41px 0;
	    margin-bottom: 80px;
	}
	section.des-pierre h3 {
	    width: 90%;
	    font: 700 38px/51px 'Playfair Display';
	    margin-bottom: 24px;
	    margin: 24px auto;
	}

	/*page tolerance*/
	.tolerance_1 h1, .tolerance_1 h2, .tolerance_1 h3 {
	    font: bold 27px/34px 'Playfair Display';
	}

	.tolerance_1 p {
	    font: normal 21px/17px 'Playfair Display';
	}
	.tolerance_1 h1, .tolerance_1 h2, .tolerance_1 h3 {
	    font: bold 30px/34px 'Playfair Display';
	}


	/*page chevalier 991*/
	body.page-template-template-chevalieres .bannerPieceUniqueN3 h1 {
	    font: normal normal normal 42px/56px Playfair Display;
	}
	body.page-template-template-chevalieres .bannerPieceUniqueN3 p {
	    font: normal normal normal 23px/30px "Playfair Display";
	}
	.bannerPieceUniqueN3 img {
	    position: absolute;
	    right: 0;
	    top: 32px;
	    max-width: 242px;
	    height: auto;
	}
	.gravure {
	    margin-top: 109px;
	}
	body.page-template-template-chevalieres .gravure h2, body.page-template-template-chevalieres .caractere h2 {
	    font: normal normal normal 38px/52px Playfair Display;
	    margin: 64px 0 23px 0;
	}
	body.page-template-template-chevalieres .gravure p, body.page-template-template-chevalieres .caractere p {
	    font: normal normal normal 23px/27px Playfair Display;
	}
	body.page-template-template-chevalieres .gravure img {
	    margin: 0 auto;
	    margin-top: 128px;
	}
	.caractere {
	    margin-top: 44px;
	}
	body.page-template-template-chevalieres .gravure h2, body.page-template-template-chevalieres .caractere h2 {
	    font: normal normal normal 30px/32px Playfair Display;
	    margin: 44px 0 9px 0;
	}
	.joaillerie-niveau-deux-left, .joaillerie-niveau-deux-right {
	    margin: 44px 0;
	}
	.joaillerie-niveau-deux-left .j-right {
	    padding: 44px 0;
	}
	.joaillerie-niveau-deux-left h3, .joaillerie-niveau-deux-right h3 {
	    font: 700 24px/31px 'Playfair Display';
	}
	.joaillerie-niveau-deux-left p, .joaillerie-niveau-deux-right p {
	    font: 400 23px/27px 'Playfair Display';
	}
	.joaillerie-niveau-deux-left, .joaillerie-niveau-deux-right {
	    margin: 44px 0;
	}
	.bannerIdee {
	    height: 179px;
	    margin: 25px 0;
	    margin-top: 26px;
	}
	img.bird {
	    position: absolute;
	    bottom: 0;
	    left: 31%;
	    transform: translateX(-31%);
	}
	.bannerIdee.partager h4 {
	    font: normal 30px/42px "Playfair Display";
	    margin-bottom: 24px;
	}
	.bannerIdee.partager a.btn-contacter-nous {
	    padding: 6px 41px;
	}
	.descPieceUnique .colLeft img{
	    max-width: 242px;
	}
	.caractere .colRight img{
	    max-width: 212px;
	}
	body.page-template-template-chevalieres .joaillerie-niveau-deux-left .row {
	    height: 220px;
	}
	body.page-template-template-chevalieres  .descPieceUnique {
	    margin: 44px 0;
	}



	/*page maison 991*/
	body.page-id-12 .bannerMaison {
	    margin-top: 24px;
	    height: 240px;
	    left: 0 !important;
	}
	body.page-id-12 .bannerMaison h1 {
	    font: normal 38px/41px 'Playfair' !important;
	    margin-top: 29px;
	}
	body.page-id-12 .rightContentMaison h4 {
	    margin-bottom: 10px;
	    font: normal 20px/22px 'Playfair' !important;
	    letter-spacing: 0px;
	    color: #262626;
	    opacity: 0.5;
	}
	body.page-id-12 .bannerMaison .bannerPicture img {
	    max-width: 232px;
	    max-height: 213px;
	    bottom: 11px;
	}
	body.page-id-12 .leftContentMaison img {
	    max-width: 300px;
	    max-height: 230px;
	    margin-top: 6px;
	}
	body.page-id-12 .rightContentMaison h1 {
	    max-width: 223px;
	    max-height: 34px;
	    margin-top: 9px;
	    font: bold 24px/29px 'Playfair' !important;
	}
	body.page-id-12 .rightContentMaison {
	    padding-left: 64px;
	}
	body.page-id-12 .rightContentMaison .contentDescription1 p {
	    font: normal 24px/29px 'Playfair';
	}
	body.page-id-12 .rightContentMaison .contentDescription1 p {
	    font: normal 24px/29px 'Playfair';
	}
	body.page-id-12 .rightContentMaison .contentDescription2 p {
	    font: normal 24px/29px 'Playfair' !important;
	    margin-top: 16px;
	}
	body.page-id-12 .leftContentMaison .contentDescription {
	    max-width: 379px;
	    font: normal 24px/29px 'Playfair' !important;
	}
	body.page-id-12 .leftContentMaison h2 {
	    max-width: 303px;
	    max-height: 80px;
	    margin-top: 137px;
	    margin-bottom: 16px;
	    text-align: left;
	    font: bold 30px/32px 'Playfair' !important;
	}
	body.page-id-12 .rightContentMaison .contentVideo img, 
	body.page-id-12 .rightContentMaison .contentVideo video {
	    margin-left: -16px;
	    max-width: 272px;
	    max-height: 152px;
	}
	body.page-id-12 .bannerIdee h4 {
	    font: bold 24px/25px 'Playfair Display';
	    margin-bottom: 12px;
    	margin-top: 0 !important;
	}
	body.page-id-12 .bannerIdee {
	    height: 200px;
	    margin: 25px 0;
	    margin-top: 25px;
	}
	body.page-id-12 .bannerIdee p {
	    font: normal 20px/23px 'Playfair Display';
	}
	body.page-id-12 .bannerIdee a.vc_general.vc_btn3 {
	    padding: 8px 12px;
	    font: 400 13px/15px 'Montserrat' !important;
	}
	body.page-id-12 .leftContentMaison h2 {
	    max-width: 303px;
	    max-height: 80px;
	    margin-top: 28px;
	    margin-bottom: 16px;
	    text-align: left;
	    font: bold 28px/28px 'Playfair' !important;
	}



	/*page atelier 991*/
	body.page-id-18 .bannerAtelier {
	    height: 358px;
	}
	body.page-id-18 .leftBannerAtelier::after {
	    display: none;
	}
	body.page-id-18 .bannerAtelier h1 {
	    margin-top: 45px;
	    font: normal 41px/56px Playfair Display !important;
	}
	body.page-id-18 .bannerAtelier .descriptionBanner p {
        margin-top: 6px;
	    font: normal 22px/25px Playfair Display;
	    width: 330px;
	    height: 62px;
	}
	body.page-id-18 .firstRowContent .leftContent {
	    width: 303px;
	    height: 348px;
	}
	body.page-id-18 .firstRowContent .leftContent .picture1 img {
	    width: 227px;
	    height: 227px;
	}
	body.page-id-18 .firstRowContent .leftContent .picture2 img {
	    margin-top: -39px;
	    margin-left: 82px;
	    position: absolute;
	    width: 240px;
	}
	body.page-id-18 .firstRowContent .rightContent .description {
	    width: 240px;
	    height: unset;
	    text-align: left;
	    float: right;
	    font: normal 23px/29px "Playfair Display";
	}
	body.page-id-18 .firstRowContent {
	    margin: 0 auto;
	    height: unset;
	    margin-top: 40px;
	    margin-bottom: 110px;
	}
	body.page-id-18 .secondRowContent {
	    margin: 48px auto;
	    max-width: 100%;
	}
	body.page-id-18 .secondRowContent .leftContent .title {
	    width: 541px;
	    height: 102px;
	    margin-top: 56px;
	    text-align: left;
	    font: normal normal normal 38px/51px "Playfair Display";
	}
	body.page-id-18 .secondRowContent .leftContent .title {
	    width: unset;
	    height: unset;
	    margin-top: 0px;
	    text-align: left;
	    font: normal normal normal 31px/44px "Playfair Display";
	}
	body.page-id-18 .secondRowContent .leftContent .description {
	    width: unset;
	    height: unset;
	    text-align: left;
	    font: normal 16px/23px "Playfair Display";
	}
	body.page-id-18 .secondRowContent .rightContent .picture img {
	    width: 248px;
	    height: 198px;
	    margin-bottom: 16px;
	    position: absolute;
	    margin-top: 80px;
	    margin-left: 0px;
	}
	body.page-id-18 .row3Content {
	    margin-top: 380px;
	    height: 227px;
	}
	body.page-id-18 .row3Content .leftContent .picture img {
	    margin-top: -76px;
	    width: 393px;
	    height: 393px;
	}
	body.page-id-18 .row3Content .leftContent .picture img {
	    margin-top: -32px;
	    width: 251px;
	    height: 251px;
	}
	body.page-id-18 .row3Content .rightContent .description {
	    margin-top: 75px;
	    width: unset;
	    height: unset;
	    text-align: left;
	    font: normal 20px/27px "Playfair Display";
	}
	body.page-id-18 .row4Content {
	    margin-top: 70px;
	    height: unset;
	}
	body.page-id-18 .row4Content .leftContent .title {
	    width: 350px;
	    text-align: left;
	    font: normal 31px/41px "Playfair Display";
	}
	body.page-id-18 .row4Content .leftContent .description {
	    width: 303px;
	    height: unset;
	    text-align: left;
	    font: normal 20px/27px "Playfair Display";
	}
	body.page-id-18 .picture iframe {
	    width: 100% !important;
	    height: unset;
	    z-index: 9999;
	    max-width: 400px;
	}
	body.page-id-18 .row5Content .leftContent {
	    width: 378px;
	    height: unset;
	    margin-left: 64px;
	}
	body.page-id-18 .row5Content .leftContent .title {
	    margin-top: -96px;
	    width: 432px;
	    height: unset;
	    text-align: left;
	    font: normal 38px/51px "Playfair Display";
	}
	body.page-id-18 .row5Content .leftContent .description {
	    margin-top: 45px;
	    width: 398px;
	    height: unset;
	    margin-left: -56px;
	    font: 300 21px/27px Raleway;
	    margin-bottom: 0px;
	    padding-top: 16px !important;
	}
	body.page-id-18 .row5Content img {
	    margin-top: 0px;
	    width: 254px;
	    height: 254px;
	}
	body.page-id-18 .row6Content {
	    height: unset;
	    margin-top: 101px;
	    overflow: visible !important;
	    margin-bottom: 41px;
	}
	body.page-id-18 .row6Content .description p {
	    max-width: unset;
	    margin: 0 auto;
	    height: unset;
	    text-align: center;
	    font: normal 38px/51px "Playfair Display";
	    letter-spacing: 0px;
	    color: #262626;
	}
	body.page-id-18 .row6Content img.image {
	    position: absolute;
	    bottom: 10px;
	    left: 37%;
	    transform: translateY(11%);
	    zoom: 0.85;
	}

	/*page createur 991*/
	body.page-id-20 .bannerCreateur {
	    margin-top: 24px;
	    height: 235px;
	}
	body.page-id-20 .bannerCreateur h1 {
	    width: 432px;
	    height: 51px;
	    font: 400 38px/51px "Playfair Display" !important;
	}
	body.page-id-20 .bannerCreateur .vc_row .vc_custom_1673912287421 {
	    margin-top: 40px !important;
	}
	body.page-id-20 .bannerCreateur .bannerDescription p {
	    width: 279px;
	    height: 38px;
	    font: 100 16px/21px 'Raleway' !important;
	}
	body.page-id-20 .bannerCreateur .bannerPicture img {
	        margin-left: 104px;
	    width: 274px;
	    height: 215px;
	}
	body.page-id-20 .vc_row {
	    margin: 0 auto;
	    padding-bottom: 24px;
	}
	body.page-id-20 .contentCreateur .firstRowContent .leftContentCreateur .contentPicture img {
	    width: 200px;
	    height: auto;
	}
	body.page-id-20 .contentCreateur .firstRowContent .rightContentCreateur {
	    width: 274px;
	    margin-left: 41px;
	    background-color: #f5efef !important;
	}
	body.page-id-20 .contentCreateur .firstRowContent .rightContentCreateur .contentTitle {
	    margin-left: -36px;
	    width: 303px;
	    text-align: left;
	    font: bold 30px/41px "Playfair Display" !important;
	}
	body.page-id-20 .contentCreateur .firstRowContent .rightContentCreateur .contentDescription {
	    margin-left: -36px;
	    width: 240px;
	    height: unset;
	    text-align: left;
	    font: normal 20px/27px "Playfair Display" !important;
	}
	body.page-id-20 .firstRowContent.container::before {
	    content: '';
	    display: none;
	    position: absolute;
	    top: -44px;
	    right: 0;
	    background-color: #f5efef !important;
	    height: 857px;
	    width: 343px;
	}
	body.page-id-20 .secondContentCreateur {
	    margin-top: 10px;
	}
	body.page-id-20 .secondContentCreateur .leftContentCreateur img {
	    width: 206px;
	    height: 196px;
	    margin-right: 54px;
	}
	body.page-id-20 .secondContentCreateur .rightContentCreateur img {
	    width: 240px;
	    height: 393px;
	    margin-left: -41px;
	}
	body.page-id-20 .secondContentCreateur h2 {
	    width: 348px;
	    margin-top: 80px;
	    height: 80px;
	    text-align: left;
	    font: bold 30px/41px "Playfair Display" !important;
	}
	body.page-id-20 .secondContentCreateur .leftContentCreateur p {
	    width: 279px;
	    height: 41px;
	    text-align: left;
	    font: normal 16px/20px "Playfair Display" !important;
	}
	body.page-id-20 .secondContentCreateur .rightContentCreateur p {
	    margin-top: 51px;
	    margin-left: -54px;
	    width: 240px;
	    height: 160px;
	    text-align: left;
	    font: normal 20px/28px "Playfair Display" !important;
	}
	body.page-id-20 .row3Content {
	    z-index: 0;
	    position: absolute;
	    bottom: 77px;
	    left: 65%;
	    transform: translateX(-64%);
	    width: 510px !important;
	    background-color: #FFFFFF;
	}




	



	
	



}/*end 991*/


@media only screen and (max-width: 767px) {
	nav#quadmenu{
		display: none;
	}
	.custom-logo{
		width: 179px;
	    height: 88px;
	}
	#mg-wprm-wrap li.menu-item-has-children ul.sub-menu a {
	    color: #3CBC9A !important;
	}


	.topHeader {
	    padding-top: 20px;
	    margin-bottom: 6px;
	}
	body.home section.banner .leftCol {
	    height: 304px;
	}
	body.home section.banner .rightCol {
	    padding: 20px 0px;
	    text-align: center;
	}
	body.home section.banner .rightCol h1 {
	    font: 400 48px/60px 'Playfair Display';
	}
	body.home section.banner .rightCol p {
	    font: 400 29px/32px 'Playfair Display';
	}
	body.home section.banner .rightCol a {
	    font: 400 16px/19px 'Montserrat';
	}
	body.home section.banner {
	    margin-bottom: 30px;
	}
	body.home section.pieceUniq h2  {
	    font: 100 38px/48px 'Raleway';
	}
	body.home section.pieceUniq p.slog {
	    font: 100 16px/20px 'Raleway';
	    margin-bottom: 10px;
	}
	body.home section.pieceUniq .rowPieceUniq {
	    height: 320px;
	    padding-top: 64px;
	}
	p {
	    font: 400 27px/33px 'Playfair Display';
	}
	body.home section.pieceUniq .pieceUniqBoxImg {
	    top: -51px;
	    right: unset;
	}
	body.home section.pieceUniq img {
	    width: 141px;
	    height: 125px;
	    margin: 0 10px;
	}
	body.home section.notreCollection .topImage {
	    height: 243px;
	}
	body.home section.notreCollection .rowBottom {
		text-align: center;
	}
	body.home section.notreCollection .rowBottom p {
	    padding-top: 8%;
	    font: 400 32px/36px 'Playfair Display';
	}
	body.home section.notreCollection .rowBottom img {
		top: unset;
		margin-top: 8%;
	    max-width: 303px;
	    max-height: 303px;
	    margin-left: auto;
	    margin-right: auto;
	}
	body.home section.nosPerso .leftCol img {
	    position: relative;
	    top: unset;
	    left: unset;
	    max-width: 300px;
	    max-height: 300px;
	}
	body.home section.nosPerso {
	    padding: 28px 0;
	    text-align: center;
	}
	body.home section.nosPerso .rightCol p {
	    font: 400 27px/34px 'Playfair Display';
	}
	body.home section.nosPerso .rightCol p b {
	    font: 700 27px/34px 'Playfair Display';
	}
	body.home section.maison {
		text-align: center; 
	    padding: 64px 0;
	}
	body.home section.maison .leftCol h2 {
	    font: 700 21px/28px 'Playfair Display';
	}
	body.home section.maison .leftCol p {
	    font: 400 18px/25px 'Playfair Display';
	    max-width: 240px;
	    margin: 0 auto;
	}
	body.home section.maison .rightCol img {
	    max-width: 346px;
	    max-height: 412px;
	}
	body.home section.maison {
	    text-align: center;
	    padding: 51px 0;
	}
	body.home .colRight {
	    left: unset;
	    top: unset;
	    text-align: center;
	    position: relative;
	    padding-top: 60px;
	}
	body.home .colRight img.ringEvaluer {
	    display: none;
	}
	body.home section.evaluer {
	    padding-top: 0px;
	    margin: 0;
	    height: 288px;
	}
	body.home section.Joaillerie .medallion .medallionTop {
	    min-height: 310px !important;
	    padding-top: 161px;
	}
	section.medallion ul.list-inline li:nth-child(1) img{
		zoom: 0.7;
	}
	section.medallion ul.list-inline li:nth-child(3) img{
		zoom: 0.7;
	}
	body.home section.Joaillerie h4 {
	    font: 400 46px/40px 'Playfair Display';
	    margin-bottom: 26px;
	}
	body.home section.Joaillerie .medallion .medallionBottom {
	    min-height: 296px !important;
	}
	footer .footerDescription {
	    margin: 0 auto;
	}
	footer ul.footerSharing{
		text-align: center !important;
		margin-top: 15px;
		margin-bottom: 25px;
	}
	.newsletterWrapper {
		margin-top: 25px;
	    padding-left: 0;
	    padding-right: 0;
	}
	footer .emaillist{
	    width: 260px;
	    margin: 0 auto;
	}

	/*piece unique 767*/


	.rightSliderPU .slide ,
	.leftSliderPU .slide { 
		width: 200px !important;
    	margin-right: 25px !important;
	}
	.bannerPieceUnique {
	    height: 358px;
	    margin-bottom: 64px;
	}
	.bannerPieceUnique h1 {
	    font: normal 51px/64px 'Playfair Display';
	}
	.bannerPieceUnique p {
	    font: normal 23px/30px 'Playfair Display';
	}

	.rightSliderPU {
	    min-height: unset;
	    background-size: 100% !important;
	    background-position: top center !important;
	    padding-top: 270px;
	    margin-top: 20px;
	}

	.rightSliderPU .leftCol p.paraDesc,
	.leftSliderPU .rightCol p.paraDesc {
	    margin-top: 32px;
	    text-align: center;
	}
	.leftSliderPU {
	    min-height: unset;
	    background-size: 100% !important;
	    background-position: top center !important;
	    padding-top: 300px;
	    margin-top: 20px;
	}
	.leftSliderPU .leftCol .bx-wrapper::after {
	    content: '';
	    position: absolute;
	    top: -11px;
	    right: 33px;
	    width: 240px;
	    height: 227px;
	}
	.rightSliderPU .leftCol p,
	.leftSliderPU .rightCol p {
	    max-width: 303px;
	    font: 300 22px/24px 'Raleway';
	}

	.rightSliderPU .rightCol h4,
	.leftSliderPU .rightCol h4 {
	    font: bold 13px/14px 'Playfair Display';
	}

	.leftSliderPU .leftCol h4 {
	    font: bold 13px/14px 'Playfair Display';
	}


	/*joaillerie 767*/
	body.page-template-template-Joaillerie-niveau-deux .banner {
	    height: 227px;
	    padding-top: 77px;
	    margin: 20px 0 2px 0;
	}
	body.page-template-template-Joaillerie-niveau-deux .banner h2 {
	    font: 400 24px/31px 'Playfair Display';
	}
	body.page-template-template-Joaillerie-niveau-deux .banner p {
	    font: italic normal normal 17px/21px "Playfair Display";
	}

	body.page-template-template-Joaillerie-niveau-deux .item {
	    width: 164px;
	    height: 168px;
	}
	.joaillerie-niveau-deux-left h3, .joaillerie-niveau-deux-right h3 {
	    font: 700 24px/31px 'Playfair Display';
	}
	.joaillerie-niveau-deux-left p, .joaillerie-niveau-deux-right p {
	    font: 328 14px/17px 'Playfair Display';
	}

	.joaillerie-niveau-deux-left, .joaillerie-niveau-deux-right {
	    margin: 0;
	}
	.joaillerie-niveau-deux-left .j-right {
	    padding: 0;
	}

	.joaillerie-niveau-deux-left .row, .joaillerie-niveau-deux-right .row {
	    height: auto;
	}


	.joaillerie-niveau-deux-right .j-left {
	    padding: 0;
	}
	.joaillerie-niveau-deux-left h3, .joaillerie-niveau-deux-right h3 {
	    font: 700 19px/24px 'Playfair Display';
	}
	.joaillerie-niveau-deux-left p, .joaillerie-niveau-deux-right p {
	    font: 400 14px/17px 'Playfair Display';
	}

	.bannerIdee {
	    height: 179px;
	    margin: 24px 0;
	    margin-top: 24px;
	}

	.bannerIdee h4 {
	    font: bold 24px/31px 'Playfair Display';
	    margin-bottom: 15px;
	}
	.bannerIdee p {
	    font: normal 17px/21px 'Playfair Display';
	}

	.bannerIdee a.btn-contacter-nous {
	    padding: 6px 15px;
	}

	.bannerIdee {
	    height: 200px;
	    margin: 19px 0;
	    margin-top: 19px;
	}
	.bannerIdee h4 {
	    font: bold 19px/24px 'Playfair Display';
	    margin-bottom: 15px;
	}
	.bannerIdee a.btn-contacter-nous {
	    padding: 6px 12px;
	}
	.bannerIdee a.btn-contacter-nous {
	    font-size: 11px;
	}

	.bannerIdee.partager h4 {
	    font: normal 30px/41px "Playfair Display";
	    margin-bottom: 19px;
	}
	.joaillerie-niveau-deux-left .j-right {
	    padding: 25px 0;
	    background: rgba(250,247,247,1);
	    margin: 15px 0;
	}
	.joaillerie-niveau-deux-left .owl-nav {
	    position: relative;
	    top: unset;
	    right: unset;
	    text-align: center;
	}
	.joaillerie-niveau-deux-right .j-left {
	    padding: 25px 0;
	    background: rgba(250,247,247,1);
	    margin: 15px 0;
	}
	.joaillerie-niveau-deux-right .owl-nav {
	    position: relative;
	    top: unset;
	    left: unset;
	    text-align: center;
	}
	.joaillerie-niveau-deux-left .owl-carousel-joaillerie {
	    padding: 22px 0;
	}

	/*piece unique 767 niveau 3*/
	.bannerPieceUniqueN3 img {
	    display: none;
	} 
	.bannerPieceUniqueN3 {
	    height: 210px;
	    margin-bottom: 30px;
	}
	.bannerPieceUniqueN3 h1 {
	    font: normal 34px/45px 'Playfair Display';
	    text-align: center;
	}
	.bannerPieceUniqueN3 p {
	    font: 300 26px/33px 'Raleway';
	    text-align: center;
	}
	.descPieceUnique {
	    margin: 30px 0;
	}
	.descPieceUnique .colLeft img{
	    margin: 10px auto !important;
	    display: block;
	}
	.descPieceUnique .colRight {
	    padding: 30px 0;
	}
	.descPieceUnique .colRight {
	    background: rgba(245,239,239,1);
	    padding: 30px 0;
	}
	.descPieceUnique .colRight h2 {
		max-width: 303px;
    	font: bold 24px/33px 'Playfair Display';
    	margin: 0 auto;
	}
	.descPieceUnique .colRight p {
		max-width: 300px;
    	font: normal 17px/21px 'Playfair Display';
    	margin: 0 auto;
	}
	.sliderLeftN3Wrapper .customControl {
	    position: absolute;
	    top: 0px;
	    right: 2px;
	}
	.sliderLeftN3Wrapper1 .customControl {
	    position: absolute;
	    top: 0;
	    left: -10px;
	}
	/*jpaillerie 991 niveau 3*/
	body.joaillery-template-template-Joaillerie-niveau-trois section.banner {
	    height: 264px;
	    padding-top: 128px;
	    margin: 19px 0 51px 0;
	}
	body.joaillery-template-template-Joaillerie-niveau-trois section.banner .bannerDescN3 {
	    max-width: 389px;
	    width: 80%;
	    height: 150px;
	    padding: 30px;
	}
	body.joaillery-template-template-Joaillerie-niveau-trois section.banner .bannerDescN3 h1 {
	    font: 400 24px/31px 'Playfair Display';
	}
	body.joaillery-template-template-Joaillerie-niveau-trois section.banner .bannerDescN3 p {
	    font: 400 19px/24px "Playfair Display";
	}

	/*page pierre 767*/
	.pierre-slide-n2-wrapper-left {
	    height: 154px;
	    max-width: 100%;
	}
	.pierre-slide-n2-wrapper-right {
		height: 154px;
	    padding: 0;
	    max-width: 100%;
	}
	body.page-template-template-pierre-niveau-deux-php .saphir-bleu-n2 p, 
	body.page-template-template-pierre-niveau-deux-php .saphir-color-n2 p, 
	body.page-template-template-pierre-niveau-deux-php .pierre-slide-n2 p, 
	body.page-template-template-pierre-niveau-deux-php .rubis-n2 p, 
	body.page-template-template-pierre-niveau-deux-php .tourmaline-n2 p, 
	body.page-template-template-pierre-niveau-deux-php .rubis-n2 p, 
	body.page-template-template-pierre-niveau-deux-php .pierre-slide-n2 p {
	    font: normal normal 300 20px/23px "Raleway";
	}
	.pierre-slide-n2-wrapper-left .bx-wrapper {
	    position: absolute;
	    top: 15px;
	    box-shadow: none;
	    border: 0px solid transparent;
	    background: #F9F9F9;
	    padding: 15px;
	    height: 154px;
	    max-width: 100% !important;
	}

	
	.pierre-slide-n2-wrapper-right .bx-wrapper {
	    position: relative;
	    top: 15px;
	    right: 0;
	    box-shadow: none;
	    border: 0px solid transparent;
	    background: #F9F9F9;
	    padding: 15px;
	    height: 154px;
	    max-width: 100% !important;
	}

	body.page-template-template-pierre-niveau-deux .sectionPierreN2 .img-fluid {
	    margin: 0 auto;
	    max-height: 300px;
	    margin-top: 30px;
	    display: block;
	}


	/*page pierre niveau 3*/
	body.pierres-template-template-pierre-niveau-trois .banner {
	    height: 264px;
	    padding-top: 128px;
	    margin: 19px 0 51px 0;
	}
	body.pierres-template-template-pierre-niveau-trois .banner h2 {
	    font: 400 30px/43px 'Playfair Display';
	}
	body.pierres-template-template-pierre-niveau-trois .banner .bannerRight img {
	    display: none;
	}


	body.pierres-template-template-pierre-niveau-trois .pierre-slide-n2-wrapper-left .bx-wrapper {
	    position: absolute;
	    top: 15px;
	    box-shadow: none;
	    border: 0px solid transparent;
	    background: #F9F9F9;
	    padding: 15px;
	    height: 154px;
	    max-width: 100% !important;
	}

	
	body.pierres-template-template-pierre-niveau-trois .pierre-slide-n2-wrapper-right .bx-wrapper {
	    position: relative;
	    top: 15px;
	    right: 0;
	    box-shadow: none;
	    border: 0px solid transparent;
	    background: #F9F9F9;
	    padding: 15px;
	    height: 154px;
	    max-width: 100% !important;
	}

	body.pierres-template-template-pierre-niveau-trois .pierre-slide-n2-wrapper-right p,
	body.pierres-template-template-pierre-niveau-trois .pierre-slide-n2-wrapper-left p {
	    font: normal normal 300 20px/23px "Raleway";
	}
	.pierre-slide-n2-wrapper-left {
	    height: 192px;
	    max-width: 629px;
	}
	.pierre-slide-n2-wrapper-right {
		height: 192px;
	    padding: 0;
	    max-width: 629px;
	}
	body.pierres-template-template-pierre-niveau-trois .pierre-slide-n2-wrapper-right .bx-wrapper .bx-controls {
	    top: -25px;
	    right: -8px;
	    bottom: unset;
	    left: unset;
	}
	body.pierres-template-template-pierre-niveau-trois .pierre-slide-n2-wrapper-left .bx-wrapper .bx-controls {
	    top: -25px;
	    left: 11px;
	    bottom: unset;
	    right: unset;
	}

	/*product page 767*/
	body.single-product h2.interstedH2 {
	    margin-bottom: 15px;
	}
	body.single-product h2 {
	    font: normal 30px/41px "Playfair Display";
	}
	body.single-product h2 {
	    font: normal 30px/41px "Playfair Display";
	}
	body.single-product section.des-pierre {
	    margin-top: 16px;
	}
	section.des-pierre {
	    text-align: center;
	    height: 224px;
	    padding: 31px 0;
	    margin-bottom: 64px;
	}
	section.des-pierre h3 {
	    width: 90%;
	    font: 700 31px/41px 'Playfair Display';
	    margin-bottom: 20px;
	    margin: 20px auto;
	}

	/*page tolerance*/
	.tolerance_1 h1, .tolerance_1 h2, .tolerance_1 h3 {
	    font: bold 21px/27px 'Playfair Display';
	}

	.tolerance_1 p {
	    font: normal 17px/14px 'Playfair Display';
	}
	.tolerance_1 h1, .tolerance_1 h2, .tolerance_1 h3 {
	    font: bold 24px/27px 'Playfair Display';
	}
	section.tolerance_1 #vid{
		height: 400px;
	}

	/*page chevalier 767*/
	body.page-template-template-chevalieres .bannerPieceUniqueN3 h1 {
	    font: normal normal normal 37px/45px Playfair Display;
	}
	body.page-template-template-chevalieres .bannerPieceUniqueN3 p {
	    font: normal normal normal 18px/24px "Playfair Display";
	}
	.bannerPieceUniqueN3 img {
	    position: absolute;
	    right: 0;
	    top: 26px;
	    max-width: 194px;
	    height: auto;
	}
	.gravure {
	    margin-top: 81px;
	}
	body.page-template-template-chevalieres .gravure h2, body.page-template-template-chevalieres .caractere h2 {
	    font: normal normal normal 30px/42px Playfair Display;
	    margin: 51px 0 19px 0;
	}
	body.page-template-template-chevalieres .gravure p, body.page-template-template-chevalieres .caractere p {
	    font: normal normal normal 19px/24px Playfair Display;
	}
	body.page-template-template-chevalieres .gravure img {
	    margin: 0 auto;
	    margin-top: 128px;
	}
	.caractere {
	    margin-top: 44px;
	}
	body.page-template-template-chevalieres .gravure h2, body.page-template-template-chevalieres .caractere h2 {
	    font: normal normal normal 24px/27px Playfair Display;
	    margin: 35 0 9px 0;
	}
	.joaillerie-niveau-deux-left, .joaillerie-niveau-deux-right {
	    margin: 35 0;
	}
	.joaillerie-niveau-deux-left .j-right {
	    padding: 35 0;
	}
	.joaillerie-niveau-deux-left h3, .joaillerie-niveau-deux-right h3 {
	    font: 700 19px/27px 'Playfair Display';
	}
	.joaillerie-niveau-deux-left p, .joaillerie-niveau-deux-right p {
	    font: 400 19px/24px 'Playfair Display';
	}
	.joaillerie-niveau-deux-left, .joaillerie-niveau-deux-right {
	    margin: 35px 0;
	}
	.bannerIdee {
	    height: 143px;
	    margin: 20px 0;
	    margin-top: 23px;
	}
	img.bird {
	    position: absolute;
	    bottom: 0;
	    left: 27%;
	    transform: translateX(-27%);
	}
	.bannerIdee.partager h4 {
	    font: normal 27px/32px "Playfair Display";
	    margin-bottom: 19px;
	}
	.bannerIdee.partager a.btn-contacter-nous {
	    padding: 6px 31px;
	}
	.descPieceUnique .colLeft img{
	    max-width: 193px;
	}
	.caractere .colRight img{
	    max-width: 212px;
	}
	body.page-template-template-chevalieres .joaillerie-niveau-deux-left .row {
	    height: 220px;
	}
	body.page-template-template-chevalieres  .descPieceUnique {
	    margin: 39px 0;
	}

	body.page-template-template-chevalieres .joaillerie-niveau-deux-left .j-left{
		display: none;
	}
	.joaillerie-niveau-deux-left .j-right div {
	    width: 376px;
	    margin: 0 auto;
	}



	/*page maison 767*/
	body.page-id-12 .bannerMaison {
	    margin-top: 19px;
	    height: 192px;
	    left: 0 !important;
	}
	body.page-id-12 .bannerMaison h1 {
	    font: normal 30px/31px 'Playfair' !important;
	    margin-top: 26px;
	    text-align: center !important;
	}
	body.page-id-12 .rightContentMaison h4 {
	    margin-bottom: 8px;
	    font: normal 16px/18px 'Playfair' !important;
	    letter-spacing: 0px;
	    color: #262626;
	    opacity: 0.5;
	    text-align: center !important;
	}
	body.page-id-12 .bannerMaison .bannerPicture img {
	    max-width: 186px;
	    max-height: 170px;
	    bottom: 8px;
	}
	body.page-id-12 .wpb_single_image.vc_align_left {
	    text-align: center;
	}
	body.page-id-12 .leftContentMaison img {
	    max-width: 240px;
	    max-height: 184px;
	    margin: 0 auto;
	    margin-top: 6px;
	    display: block;
	}
	body.page-id-12 .rightContentMaison h1 {
	    max-width: 178px;
	    max-height: 29px;
	    margin: 0 auto;
	    margin-top: 6px;
	    font: bold 20px/26px 'Playfair' !important;
	}
	body.page-id-12 .rightContentMaison {
	    padding-left: 54px;
	}
	body.page-id-12 .rightContentMaison .contentDescription1 p {
	    font: normal 20px/26px 'Playfair';
	}
	body.page-id-12 .rightContentMaison .contentDescription1 p {
	    font: normal 20px/26px 'Playfair';
	}
	body.page-id-12 .rightContentMaison .contentDescription2 p {
	    font: normal 20px/26px 'Playfair' !important;
	    margin-top: 13px;
	}
	body.page-id-12 .leftContentMaison .contentDescription {
	    max-width: 303px;
	    font: normal 24px/29px 'Playfair' !important;
	    margin: 0 auto;
	}
	body.page-id-12 .leftContentMaison h2 {
	    max-width: 242px;
	    max-height: 64px;
	    margin-top: 109px;
	    margin-bottom: 13px;
	    text-align: left;
	    font: bold 24px/28px 'Playfair' !important;
	}
	body.page-id-12 .rightContentMaison .contentVideo img, 
	body.page-id-12 .rightContentMaison .contentVideo video {
	    margin-left: -13px;
	    max-width: 217px;
	    max-height: 121px;
	}
	body.page-id-12 .bannerIdee h4 {
	    font: bold 20px/21px 'Playfair Display';
	    margin-bottom: 8px;
    	margin-top: 0 !important;
	}
	body.page-id-12 .bannerIdee {
	    height: 180px;
	    margin: 16px 0;
	    margin-top: 16px;
	}
	body.page-id-12 .bannerIdee p {
	    font: normal 16px/18px 'Playfair Display';
	}
	body.page-id-12 .bannerIdee a.vc_general.vc_btn3 {
	    padding: 8px 12px;
	    font: 400 13px/15px 'Montserrat' !important;
	}
	body.page-id-12 .leftContentMaison h2 {
	    max-width: 242px;
	    max-height: 64px;
	    margin: 0 auto;
	    text-align: center;
	    margin-top: 22px;
	    margin-bottom: 13px;
	    text-align: left;
	    font: bold 24px/24px 'Playfair' !important;
	}
	body.page-id-12 .bannerMaison .bannerPicture img {
	    display: none;
	}
	body.page-id-12 .leftContentMaison .contentDescription p{
	    max-width: 303px;
	    font: 400 24px/29px 'Playfair Display';
	    margin: 0 auto;
	}
	.container {
	    max-width: 100%;
	    text-align:center;	
	}
	body.page-id-12 .rightContentMaison {
	    padding-left: 0;
	}



	/*page atelier 767*/
	body.page-id-18 .bannerAtelier {
	    height: 286px;
	}
	body.page-id-18 .bannerAtelier h1 {
	    margin-top: 36px;
	    text-align: center !important;
	    font: normal 31px/45px Playfair Display !important;
	}
	body.page-id-18 .bannerAtelier .descriptionBanner p {
        margin-top: 6px;
	    font: normal 18px/20px Playfair Display;
	    width: 100%;
	    height: unset;
	    text-align: center;
	}
	body.page-id-18 .firstRowContent .leftContent .wpb_single_image.vc_align_left {
	    text-align: center !important;
	}
	body.page-id-18 #secondRowContent::after {
		display: none;
	    content: '';
	    width: 821px;
	    height: 355px;
	    margin-top: -348px;
	    float: right;
	    background: url(https://englemond.com/wp-content/uploads/2022/05/Ethnique-1C-3.jpg)no-repeat;
	}
	body.page-id-18 .firstRowContent .leftContent {
	    width: 100%;
	    height: unset;
	}
	body.page-id-18 .firstRowContent .leftContent .picture1 img {
	    width: 181px;
	    height: 181px;
	}
	body.page-id-18 .firstRowContent .leftContent .picture2 img {
	    margin-top: unset;
	    margin-left: unset;
	    position: relative;
	    width: 192px;
	}
	body.page-id-18 .firstRowContent .rightContent .description {
	    width: 100%;
	    height: unset;
	    text-align: center;
	    float: unset;
	    font: normal 18px/23px "Playfair Display";
	}
	body.page-id-18 .firstRowContent {
	    margin: 0 auto;
	    height: unset;
	    margin-top: 30px;
	    margin-bottom: 82px;
	}
	body.page-id-18 .secondRowContent {
	    margin: 38px auto;
	    max-width: 100%;
	    background: url(https://englemond.com/wp-content/uploads/2022/05/Ethnique-1C-3.jpg)no-repeat;
	    padding-top: 20px;
	}
	body.page-id-18 .secondRowContent .leftContent .title {
	    width: 100%;
	    height: unset;
	    margin-top: 56px;
	    text-align: center;
	    font: normal normal normal 30px/31px "Playfair Display";
	}
	body.page-id-18 .secondRowContent .leftContent .title {
	    width: unset;
	    height: unset;
	    margin-top: 0px;
	    text-align: center;
	    font: normal normal normal 25px/35px "Playfair Display";
	}
	body.page-id-18 .secondRowContent .leftContent .description {
	    width: unset;
	    height: unset;
	    text-align: center;
	    font: normal 16px/23px "Playfair Display";
	}
	body.page-id-18 .secondRowContent .rightContent .picture img {
	    width: 198px;
	    height: 158px;
	    margin-bottom: unset;
	    position: relative;
	    margin-top: unset;
	    margin-left: unset;
	}
	body.page-id-18 .row3Content {
	    margin-top: 30px;
	    height: unset;
	}
	body.page-id-18 .row3Content .leftContent {
	    max-width: 230px;
	    margin: 0 auto;
	}
	body.page-id-18 .row3Content .leftContent .picture img {
	    margin-top: -76px;
	    width: 393px;
	    height: 393px;
	}
	body.page-id-18 .row3Content .leftContent .picture img {
	    margin-top: unset;
	    width: 200px;
	    height: 200px;
	}
	body.page-id-18 .row3Content .rightContent .description {
	    margin-top: 0px;
	    width: unset;
	    height: unset;
	    text-align: center;
	    font: normal 16px/21px "Playfair Display";
	}
	body.page-id-18 .row4Content {
	    margin-top: 0px;
	    height: unset;
	}
	body.page-id-18 .row4Content .leftContent .title {
	    width: 100%;
	    text-align: center;
	    font: normal 25px/31px "Playfair Display";
	}
	body.page-id-18 .row4Content .leftContent .description {
	    width: 100%;
	    height: unset;
	    text-align: center;
	    font: normal 16px/21px "Playfair Display";
	}
	body.page-id-18 .picture iframe {
	    width: 100% !important;
	    height: unset;
	    z-index: 9999;
	    max-width: 400px;
	}
	body.page-id-18 .row5Content.vc_row{
		    margin-top: 0px !important; 
	}
	body.page-id-18 .row5Content .leftContent {
	    width: 100%;
	    height: unset;
	    margin-left: unset;
	}
	body.page-id-18 .row5Content .leftContent .title {
	    margin-top: unset;
	    width: 100%;
	    height: unset;
	    text-align: center;
	    font: normal 30px/41px "Playfair Display";
	}
	body.page-id-18 .row5Content .leftContent .description {
	    margin-top: 36px;
	    width: 100%;
	    height: unset;
	    margin-left: unset;
	    font: 300 17px/21px Raleway;
	    margin-bottom: 0px;
	    padding-top: 13px !important;
	}
	body.page-id-18 .row5Content img {
	    margin-top: 0px;
	    width: 203px;
	    height: 203px;
	}
	body.page-id-18 .row6Content {
	    height: unset;
	    margin-top: 80px;
	    overflow: visible !important;
	    margin-bottom: 31px;
	}
	body.page-id-18 .row6Content .description p {
	    max-width: unset;
	    margin: 0 auto;
	    height: unset;
	    text-align: center;
	    font: normal 30px/41px "Playfair Display";
	    letter-spacing: 0px;
	    color: #262626;
	}
	body.page-id-18 .row6Content img.image {
	    position: absolute;
	    bottom: 8px;
	    left: 29%;
	    transform: translateY(9%);
	    zoom: 0.80;
	}

	/*page creator 767 */
	body.page-id-20 .vc_custom_1606761551837 {
	    margin-top: 30px !important;
	}

	body.page-id-20 .bannerCreateur .vc_custom_1673913926882 {
	    margin-top: 40px !important;
	}
	body.page-id-20 .bannerCreateur h1 {
	    width: 100%;
	    height: unset;
	    font: 400 38px/51px "Playfair Display" !important;
	    text-align: center !important;
	}
	body.page-id-20 .bannerCreateur .bannerDescription p {
	    width: 100%;
	    height: unset;
	    font: 100 16px/21px 'Raleway' !important;
	    text-align: center !important;
	}

	body.page-id-20 .bannerCreateur .bannerPicture img {
	    margin-left: 80px;
	    width: 219px;
	    height: auto;
	}
	body.page-id-20 .bannerCreateur .vc_row .vc_custom_1673912287421 {
	    margin-top: 40px !important;
	}
	body.page-id-20 .contentCreateur .firstRowContent .rightContentCreateur {
	    width: 100%;
	    margin-left: unset;
	    background-color: #f5efef !important;
	}
	body.page-id-20 .contentCreateur .firstRowContent .rightContentCreateur .contentTitle {
	    margin-left: unset;
	    width: 100%;
	    text-align: center;
	    font: bold 30px/41px "Playfair Display" !important;
	}
	body.page-id-20 .contentCreateur .firstRowContent .rightContentCreateur .contentDescription {
	    margin-left: unset;
	    width: 100%;
	    height: unset;
	    text-align: center;
	    font: normal 20px/27px "Playfair Display" !important;
	}
	body.page-id-20 .leftContentCreateur .wpb_single_image.vc_align_right {
	    text-align: center;
	}
	body.page-id-20 .secondContentCreateur h2 {
	    width: 100%;
	    margin-top: 64px;
	    height: unset;
	    text-align: center !important;
	    font: bold 30px/41px "Playfair Display" !important;
	}
	body.page-id-20 .secondContentCreateur .leftContentCreateur p {
	    width: 100%;
	    height: unset;
	    text-align: center;
	    font: normal 16px/20px "Playfair Display" !important;
	}
	body.page-id-20 .rightContentCreateur .wpb_single_image.vc_align_left {
	    text-align: center;
	}
	body.page-id-20 .secondContentCreateur .rightContentCreateur img {
	    width: 260px;
	    height: auto;
	    margin-left: unset;
	}
	body.page-id-20 .secondContentCreateur .rightContentCreateur p {
	    margin-top: 51px;
	    margin-left: unset;
	    width: 100%;
	    max-width: 400px;
	    height: unset;
	    text-align: center;
	    font: normal 20px/28px "Playfair Display" !important;
	    margin: 0 auto;
	}





}/*end 767*/


@media only screen and (max-width: 600px) {

	.topHeader {
	    padding-top: 10px;
	    margin-bottom: 10px;
	}
	body.home section.banner .leftCol {
	    height: 243px;
	}
	body.home section.banner .rightCol {
	    padding: 20px 0px;
	    text-align: center;
	}
	body.home section.banner .rightCol h1 {
	    font: 400 48px/60px 'Playfair Display';
	}
	body.home section.banner .rightCol p {
	    font: 400 29px/32px 'Playfair Display';
	}
	body.home section.banner .rightCol a {
	    font: 400 16px/19px 'Montserrat';
	}
	body.home section.pieceUniq h2 {
	    font: 100 30px/38px 'Raleway';
	}
	body.home section.pieceUniq .rowPieceUniq {
	    height: 241px;
	    padding-top: 25px;
	}
	body.home section.pieceUniq p {
	    font: 400 27px/33px 'Playfair Display';
	}
	body.home section.pieceUniq img {
	    width: 112px;
	    height: 100px;
	    margin: 0px;
	}
	
	body.home section.notreCollection .rowBottom p {
	    padding-top: 6%;
	    font: 400 25px/29px 'Playfair Display';
	}
	body.home section.nosPerso .rightCol p {
	    font: 400 21px/27px 'Playfair Display';
	}
	body.home section.nosPerso .rightCol p b {
	    font: 700 21px/27px 'Playfair Display';
	}
	body.home section.maison {
	    text-align: center;
	    padding: 10px 0;
	}
	body.home section.maison .leftCol p {
	    font: 400 20px/36px 'Playfair Display';
	    max-width: 400px;
	    margin: 0 auto;
	    margin-bottom: 15px;
	}
	body.home section.evaluer {
	    padding-top: 0px;
	    margin: 0;
	    height: 230px;
	}
	body.home section.evaluer .colRight p {
	    font: 700 26px/32px 'Playfair Display';
	}
	body.home .colRight {
	    padding-top: 38px;
	}

	section.medallion ul.list-inline li:nth-child(1) img{
		zoom: 0.4;
	}
	section.medallion ul.list-inline li:nth-child(3) img{
		zoom: 0.4;
	}
	body.home section.Joaillerie h4 {
	    font: 400 32px/10px 'Playfair Display';
	    margin-bottom: 18px;
	}
	body.home section.Joaillerie .medallion .medallionTop {
	    min-height: 253px !important;
	    padding-top: 161px;
	}
	body.home section.Joaillerie .medallion .medallionBottom {
	    min-height: 166px !important;
	}
	.btn-bijoux {
	    padding: 9px 5px;
	    font: 400 12px/15px 'Montserrat';
	}
	body.home section.Joaillerie h2 {
	    font: normal normal 100 30px/23px 'Raleway';
	    margin-bottom: 0px;
	}

	/*piece unique 600*/
	.rightSliderPU,.leftSliderPU {
	    background-size:  100% 270px!important;
	}
	.bannerPieceUnique {
	    height: 286px;
	    margin-bottom: 51px;
	}
	.bannerPieceUnique h1 {
	    font: normal 40px/50px 'Playfair Display';
	}
	.bannerPieceUnique p {
	    font: normal 18px/24px 'Playfair Display';
	}

	/*piece unique 600 niveau 3*/
	.bannerPieceUniqueN3 h1 {
	    font: normal 27px/36px 'Playfair Display';
	    margin-top: 20px;
	}
	.bannerPieceUniqueN3 p {
	    font: 300 21px/26px 'Raleway';
	}
	.bannerPieceUniqueN3 {
	    height: 170px;
	    margin-bottom: 30px;
	}
	.descPieceUnique .colLeft img{
	    zoom: 0.7;
	}
	.sliderLeftN3Wrapper .sliderLeftGrey {
	    width: 100%;
	    background: #F9F9F9;
	    padding: 26px 13px 26px 13px;
	    position: relative;
	    max-width: 100%;
	}
	body.pieces_uniques-template-template-piece-unique-niveau-trois .bannerMiddle {
	    height: 190px;
	    margin: 20px 0;
	}
	body.pieces_uniques-template-template-piece-unique-niveau-trois .bannerMiddle .col {
	    height: 70%;
	    left: 5%;
	    top: 0;
	    max-width: 320px;
	    padding: 16px;
	}
	body.pieces_uniques-template-template-piece-unique-niveau-trois .bannerMiddle .col p {
	    max-width: 189px;
	    font: normal 24px/33px 'Playfair Display';
	}
	body.pieces_uniques-template-template-piece-unique-niveau-trois h1.h1-niveau2-right {
	    font-size: 1.4rem;
	}
	h2.h2-niveau2-right,h2.h2-niveau2-left {
	    font: 400 33px/41px 'Playfair Display';
	}
	.pink.sliderLeftN3Wrapper {
	    padding-top: 28px;
	    margin-bottom: 160px;
	    height: 154px;
	}
	 .bx-wrapper .slider .slide img{
		width: 160px !important;
		height: 160px !important; 
	}

	/*jpaillerie 600 niveau 3*/
	body.joaillery-template-template-Joaillerie-niveau-trois section.banner {
	    height: 264px;
	    padding-top: 114px;
	    margin: 19px 0 15px 0;
	}
	body.joaillery-template-template-Joaillerie-niveau-trois section.banner .bannerDescN3 h1 {
	    font: 400 28px/27px 'Playfair Display';
	}
	body.joaillery-template-template-Joaillerie-niveau-trois section.banner .bannerDescN3 {
	    max-width: 389px;
	    width: 90%;
	    height: 150px;
	    padding: 20px;
	}
	/*product page 600*/
	body.single-product h2.interstedH2 {
	    margin-bottom: 12px;
	}
	body.single-product h2 {
	    font: normal 24px/31px "Playfair Display";
	}
	body.single-product h2 {
	    font: normal 24px/31px "Playfair Display";
	}
	body.single-product section.des-pierre {
	    margin-top: 13px;
	}
	section.des-pierre {
	    text-align: center;
	    height: 179px;
	    padding: 24px 0;
	    margin-bottom: 52px;
	}
	section.des-pierre h3 {
	    width: 90%;
	    font: 700 24px/31px 'Playfair Display';
	    margin-bottom: 16px;
	    margin: 16px auto;
	}
	section.des-pierre a.btn-pierre {
	    font: 400 16px/20px 'Lato';
	    letter-spacing: 0px !important;
	    color: #262626;
	    letter-spacing: 0px;
	    background: #FFFFFF;
	    padding: 8px 8px;
	}

	/*page chevalier 600*/
	body.page-template-template-chevalieres .bannerPieceUniqueN3 h1 {
	    font: normal normal normal 30px/36px Playfair Display;
	}
	body.page-template-template-chevalieres .bannerPieceUniqueN3 p {
	    font: normal normal normal 14px/19px "Playfair Display";
	}
	.bannerPieceUniqueN3 img {
	    position: absolute;
	    right: 0;
	    top: 23px;
	    max-width: 155px;
	    height: auto;
	}
	body.page-template-template-chevalieres .gravure {
	    margin-top: 15px;
	}
	body.page-template-template-chevalieres .gravure h2, body.page-template-template-chevalieres .caractere h2 {
	    font: normal normal normal 30px/42px Playfair Display;
	    margin: 41px 0 16px 0;
	}
	body.page-template-template-chevalieres .gravure p, body.page-template-template-chevalieres .caractere p {
	    font: normal normal normal 16px/20px Playfair Display;
	}
	body.page-template-template-chevalieres .gravure img {
	    margin: 0 auto;
	    margin-top: 15px;
	}
	body.page-template-template-chevalieres .caractere {
	    margin-top: 35px;
	}
	body.page-template-template-chevalieres .caractere img{
		display: block;
		margin: 0 auto;
	    margin-top: 35px;
	}
	body.page-template-template-chevalieres .gravure h2, body.page-template-template-chevalieres .caractere h2 {
	    font: normal normal normal 24px/27px Playfair Display;
	    margin: 28 0 9px 0;
	}
	.joaillerie-niveau-deux-left, .joaillerie-niveau-deux-right {
	    margin: 28 0;
	}
	.joaillerie-niveau-deux-left .j-right {
	    padding: 28 0;
	}
	.joaillerie-niveau-deux-left h3, .joaillerie-niveau-deux-right h3 {
	    font: 700 16px/24px 'Playfair Display';
	}
	.joaillerie-niveau-deux-left p, .joaillerie-niveau-deux-right p {
	    font: 400 16px/20px 'Playfair Display';
	}
	.joaillerie-niveau-deux-left, .joaillerie-niveau-deux-right {
	    margin: 28px 0;
	}
	.bannerIdee {
	    height: 114px;
	    margin: 16px 0;
	    margin-top: 19px;
	}
	img.bird {
	    position: absolute;
	    bottom: 0;
	    left: 24%;
	    transform: translateX(-24%);
	}
	.bannerIdee.partager h4 {
	    font: normal 24px/27px "Playfair Display";
	    margin-bottom: 16px;
	}
	.bannerIdee.partager a.btn-contacter-nous {
	    padding: 6px 27px;
	}
	.descPieceUnique .colLeft img{
	    max-width: 154px;
	}
	.caractere .colRight img{
	    max-width: 170px;
	}
	body.page-template-template-chevalieres .joaillerie-niveau-deux-left .row {
	    height: 190px;
	}
	body.page-template-template-chevalieres  .descPieceUnique {
	    margin: 30px 0;
	}

	/*la maison page 600*/
	body.page-id-12 .rightContentMaison .contentVideo img, body.page-id-12 .rightContentMaison .contentVideo video {
	    margin-left: -13px;
	    max-width: 280px;
	    max-height: 196px;
	}



	/*page atelier 600*/
	body.page-id-18 .bannerAtelier {
	    height: 228px;
	}
	body.page-id-18 .bannerAtelier h1 {
	    margin-top: 0px;
	    text-align: center !important;
	    font: normal 31px/38px Playfair Display !important;
	}
	body.page-id-18 .bannerAtelier .descriptionBanner p {
        margin-top: 6px;
	    font: normal 18px/20px Playfair Display;
	    width: 100%;
	    height: unset;
	    text-align: center;
	}
	body.page-id-18 .firstRowContent .leftContent .wpb_single_image.vc_align_left {
	    text-align: center !important;
	}
	body.page-id-18 #secondRowContent::after {
		display: none;
	    content: '';
	    width: 821px;
	    height: 355px;
	    margin-top: -348px;
	    float: right;
	    background: url(https://englemond.com/wp-content/uploads/2022/05/Ethnique-1C-3.jpg)no-repeat;
	}
	body.page-id-18 .firstRowContent .leftContent {
	    width: 100%;
	    height: unset;
	}
	body.page-id-18 .firstRowContent .leftContent .picture1 img {
	    width: 144px;
	    height: 144px;
	}
	body.page-id-18 .firstRowContent .leftContent .picture2 img {
	    margin-top: unset;
	    margin-left: unset;
	    position: relative;
	    width: 153px;
	}
	body.page-id-18 .firstRowContent .rightContent .description {
	    width: 100%;
	    height: unset;
	    text-align: center;
	    float: unset;
	    font: normal 18px/23px "Playfair Display";
	}
	body.page-id-18 .firstRowContent .rightContent .description p {
	    font: normal 18px/23px "Playfair Display";
	}
	body.page-id-18 .firstRowContent {
	    margin: 0 auto;
	    height: unset;
	    margin-top: 24px;
	    margin-bottom: 64px;
	}
	body.page-id-18 .secondRowContent {
	    margin: 30px auto;
	    max-width: 100%;
	    background: url(https://englemond.com/wp-content/uploads/2022/05/Ethnique-1C-3.jpg)no-repeat;
	    padding-top: 16px;
	}
	body.page-id-18 .secondRowContent .leftContent .title {
	    width: 100%;
	    height: unset;
	    margin-top: 46px;
	    text-align: center;
	    font: normal normal normal 24px/27px "Playfair Display";
	}
	body.page-id-18 .secondRowContent .leftContent .title {
	    width: unset;
	    height: unset;
	    margin-top: 0px;
	    text-align: center;
	    font: normal normal normal 20px/29px "Playfair Display";
	}
	body.page-id-18 .secondRowContent .leftContent .description {
	    width: unset;
	    height: unset;
	    text-align: center;
	    font: normal 16px/23px "Playfair Display";
	}
	body.page-id-18 .secondRowContent .leftContent .description p {
	    font: normal 16px/23px "Playfair Display";
	}
	body.page-id-18 .secondRowContent .rightContent .picture img {
	    width: 158px;
	    height: 126px;
	    margin-bottom: unset;
	    position: relative;
	    margin-top: unset;
	    margin-left: unset;
	}
	body.page-id-18 .row3Content {
	    margin-top: 24px;
	    height: unset;
	}
	body.page-id-18 .row3Content .leftContent {
	    max-width: 184px;
	    margin: 0 auto;
	}
	body.page-id-18 .row3Content .leftContent .picture img {
	    margin-top: -60px;
	    width: 314px;
	    height: 314px;
	}
	body.page-id-18 .row3Content .leftContent .picture img {
	    margin-top: unset;
	    width: 160px;
	    height: 160px;
	}
	body.page-id-18 .row3Content .rightContent .description {
	    margin-top: 0px;
	    width: unset;
	    height: unset;
	    text-align: center;
	    font: normal 16px/21px "Playfair Display";
	}
	body.page-id-18 .row3Content .rightContent .description p {
	    font: normal 16px/21px "Playfair Display";
	}
	body.page-id-18 .row4Content {
	    margin-top: 0px;
	    height: unset;
	}
	body.page-id-18 .row4Content .leftContent .title {
	    width: 100%;
	    text-align: center;
	    font: normal 20px/27px "Playfair Display";
	}
	body.page-id-18 .row4Content .leftContent .description {
	    width: 100%;
	    height: unset;
	    text-align: center;
	    font: normal 16px/21px "Playfair Display";
	}
	body.page-id-18 .row4Content .leftContent .description p {
	    font: normal 16px/21px "Playfair Display";
	}
	body.page-id-18 .picture iframe {
	    width: 100% !important;
	    height: unset;
	    z-index: 9999;
	    max-width: 100%;
	}
	body.page-id-18 .row5Content.vc_row{
		    margin-top: 0px !important; 
	}
	body.page-id-18 .row5Content .leftContent {
	    width: 100%;
	    height: unset;
	    margin-left: unset;
	}
	body.page-id-18 .row5Content .leftContent .title {
	    margin-top: unset;
	    width: 100%;
	    height: unset;
	    text-align: center;
	    font: normal 24px/31px "Playfair Display";
	}
	body.page-id-18 .row5Content .leftContent .description {
	    margin-top: 29px;
	    width: 100%;
	    height: unset;
	    margin-left: unset;
	    font: 300 17px/21px Raleway;
	    margin-bottom: 0px;
	    padding-top: 13px !important;
	    padding-left: 5px !important;
	    padding-right: 5px !important;
	    text-align: center;
	}
	body.page-id-18 .row5Content .leftContent .description p {
	    font: 300 17px/21px Raleway;
	}
	body.page-id-18 .row5Content img {
	    margin-top: 0px;
	    width: 162px;
	    height: 162px;
	}
	body.page-id-18 .row6Content {
	    height: unset;
	    margin-top: 64px;
	    overflow: visible !important;
	    margin-bottom: 28px;
	}
	body.page-id-18 .row6Content .description p {
	    max-width: unset;
	    margin: 0 auto;
	    height: unset;
	    text-align: center;
	    font: normal 30px/41px "Playfair Display";
	    letter-spacing: 0px;
	    color: #262626;
	}
	body.page-id-18 .row6Content img.image {
	    position: absolute;
	    bottom: 8px;
	    left: 29%;
	    transform: translateY(9%);
	    zoom: 0.80;
	}

	.Joaillerie .selector button {
	  font-size: 14px;
	}
	.Joaillerie .selector.open li input + label {
	    width: 100px;
	    height: 100px;
	}

	.Joaillerie .selector  .size-large{
	    max-width: 80%;
	    height: auto;
	}

	.Joaillerie .selector {
	    position: absolute;
	    left: 46%;
	    top: 48%;
	    width: 100px;
	    height: 100px;
	    margin-top: -35px;
	    margin-left: -35px;
	}

	.Joaillerie .selector ul {
	  position: absolute;
	  list-style: none;
	  padding: 0;
	  margin: 0;
	  top: -20px;
	  right: -20px;
	  bottom: -20px;
	  left: -20px;
	}
	.Joaillerie .selector li {
	    height: 110%;
	}




}/*end 600*/

@media only screen and (max-width: 425px) {
	section.medallion ul.list-inline li:nth-child(1) img{
		display: none;
	}
	section.medallion ul.list-inline li:nth-child(3) img{
		display: none;
	}
	body.home section.Joaillerie .medallion .medallionTop {
	    min-height: 185px !important;
	    padding-top: 111px;
	}
	body.home section.pieceUniq img {
	    width: 79px;
	    height: 70px;
	    margin: 0px;
	}
	body.home section.pieceUniq .pieceUniqBoxImg {
	    top: -25px;
	    right: unset;
	}

	/*piece unique 450*/
	.rightSliderPU,.leftSliderPU {
	    background-size:  100% 178px!important;
	    padding-top: 178px;
	}
	.bannerPieceUnique {
	    height: 286px;
	    margin-bottom: 0px;
	}
	.rightSliderPU .slide, .leftSliderPU .slide {
	    width: 166px !important;
    	margin-right: 10px !important;
	}
	.rightSliderPU .rightCol .bx-wrapper::after,.leftSliderPU .leftCol .bx-wrapper::after {
	    display: none;
	}

	.custom-logo {
	    width: 143px;
	    height: 70px;
	}

	.topHeader ul li {
	    padding: 0 0px;
	}

	.topHeader .list-inline-item:not(:last-child) {
	    margin-right: .1rem;
	}
	.bannerPieceUnique {
	    height: 180px;
	    margin-bottom: 0px;
	}
	.bannerPieceUnique h1 {
	    font: normal 39px/45px 'Playfair Display';
	}

	.bannerIdee h4,.bannerIdee.partager h4 {
	    font: normal 27px/30px "Playfair Display";
    	margin-bottom: 12px;
	}
	.bannerIdee p {
	    font: normal 17px/27px 'Playfair Display';
	}

	/*piece unique 600 niveau 3*/
	 .bx-wrapper .slider .slide , .bx-wrapper .slider .slide img{
		width: 140px !important;
		height: 140px !important; 
	}

	/*jpaillerie 600 niveau 3*/
	body.joaillery-template-template-Joaillerie-niveau-trois section.banner {
	    height: 211px;
	    padding-top: 61px;
	    margin: 15px 0 12px 0;
	}
	body.joaillery-template-template-Joaillerie-niveau-trois section.banner .bannerDescN3 h1 {
	    font: 400 22px/24px 'Playfair Display';
	}
	body.joaillery-template-template-Joaillerie-niveau-trois section.banner .bannerDescN3 {
	    max-width: 389px;
	    width: 90%;
	    height: 150px;
	    padding: 20px;
	}

	/*page pierre 450*/
	body.page-template-template-pierre-niveau-deux section.banner .bannerDescN3 {
	    max-width: 486px;
	    width: 90%;
	    height: 187px;
	    padding: 20px;
	}
	.bx-wrapper .slider .slide, .bx-wrapper .slider .slide img {
	    width: 330px !important;
	    height: 140px !important;
	}
	.pierre-slide-n2-wrapper-left .bx-wrapper {
	    position: absolute;
	    top: 15px;
	    box-shadow: none;
	    border: 0px solid transparent;
	    background: #F9F9F9;
	    padding: 15px;
	    height: 154px;
	    max-width: 100% !important;
	}
	.pierre-slide-n2-wrapper-right .bx-wrapper {
	    position: relative;
	    top: 15px;
	    right: 0;
	    box-shadow: none;
	    border: 0px solid transparent;
	    background: #F9F9F9;
	    padding: 15px;
	    height: 154px;
	    max-width: 100% !important;
	}

	body.page-template-template-pierre-niveau-deux h2.h2-niveau2-right, h2.h2-niveau2-left {
	    margin-top: 50px;
	}
	.pierre-slide-n2-wrapper-left .bx-wrapper .bx-controls {
	    position: absolute;
	    width: 90px;
	    height: 35px;
	    bottom: -10px;
	    right: 50%;
	    margin-right: -45px;
	}
	.pierre-slide-n2-wrapper-right .bx-wrapper .bx-controls {
	    position: absolute;
	    width: 90px;
	    height: 35px;
	    bottom: -10px;
	    left: 50%;
	    margin-left: -45px;
	}

	/*425*/
	body.pierres-template-template-pierre-niveau-trois .pierre-slide-n2-wrapper-right .bx-wrapper .bx-controls {
	    top: -25px;
	    right: -24px;
	    bottom: unset;
	    left: unset;
	}
	body.pierres-template-template-pierre-niveau-trois .pierre-slide-n2-wrapper-left .bx-wrapper .bx-controls {
	    top: -25px;
	    left: -17px;
	    bottom: unset;
	    right: unset;
	}
	/*product page 425*/
	body.single-product h2.interstedH2 {
	    margin-bottom: 8px;
	}
	body.single-product h2 {
	    font: normal 20px/24px "Playfair Display";
	}
	body.single-product h2 {
	    font: normal 20px/24px "Playfair Display";
	}
	body.single-product section.des-pierre {
	    margin-top: 9px;
	}
	section.des-pierre {
	    text-align: center;
	    height: 200px;
	    padding: 20px 0;
	    margin-bottom: 42px;
	}
	section.des-pierre h3 {
	    width: 90%;
	    font: 700 20px/24px 'Playfair Display';
	    margin-bottom: 13px;
	    margin: 13px auto;
	}

	/*la maison page 600*/
	body.page-id-12 .rightContentMaison .contentVideo img, body.page-id-12 .rightContentMaison .contentVideo video {
	    margin-left: -48px;
	    max-width: 280px;
	    max-height: 196px;
	}
	body.page-id-12 .bannerIdee {
	    height: 230px; 
	    margin: 16px 0;
	    margin-top: 16px;
	}

		



	
}


