/*
	
Theme Name:     Camille Demoustier Joaillerie
Theme URI:      http://www.camilledemoustier.com/
Description:    Camille Demoustier Joaillerie
Author:         MagicMorning
Author URI:     https://www.magicmorning.net
Version:        1.0


font-family:'Avenir Next LT W01 Demi';
font-family:'Avenir Next LT W01 Bold';
font-family:'AvenirNextLTW01-Italic';
font-family:'Didot W01 Italic';

*/

/* ---------------------------------------------------------
   General reset
---------------------------------------------------------*/



html {
	box-sizing: border-box;
    height: 100%;

}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

/*
 * set default text color
 * set default font size, line height and font family
 * set default background
 */


body {
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}



h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #262626;
}

a:hover,
a:focus {
	text-decoration: none;
		color: #1A1A1A;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}


button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}




hr{
	border: none
}

/* --------------
	GLOBAL 
   -------------- */




	body{
		background: #FFF;
	}
	.wrapper{
	    margin: 0 auto;
	    max-width: 1240px;
	}

	picture figcaption{
		display: none
	}
		
/* --------------
	RESPONSIVE MENU 
   -------------- */

	.menu {
		position: absolute;
		top:-9000px;
		opacity: 0;
	    -webkit-transition: opacity 0.5s ease-in;
	    -moz-transition: opacity 0.5s ease-in;
	    -o-transition: opacity 0.5s ease-in;
	    -ms-transition: opacity 0.5s ease-in;
	    transition: opacity 0.5s ease-in;
	}
	.show-menu {
		width: 100%;
	    height: 100%;
	    z-index: 999;
	    background: #FFF;
	    position: fixed;
	    top: 0px;
	    opacity: 1;	  
	}
	.menucontent{
		padding-top:50px;
		margin: 0 auto;
	    max-width: 1240px;
	    text-align: center
	 }
	 .menuitems{
		clear: both;
		padding-top:50px;
		max-width: 600px;
		margin: 0 auto;
	 }
	 .menuitems p{
	 	margin-top: 40px;
		font-family:'Avenir Next LT W01 Demi';
		color:#000;
	 }
	 .menuitems p.collections{
		 margin: 0;
		 margin-bottom: 20px
	 }
	 .menuitems p.bijoux{
	 	margin-top: 0px;
	 }
	 .menuitems a{
		color:#000;
		font-size:30px;
		letter-spacing: 8px;
		text-transform: uppercase;
		text-decoration: none
	 }
	 .menuitems a:hover{
		color:#7f653a;
		border-bottom: 1px solid #e8e8e8
	 }	 
/* --------------
	EDIT IN PLACE 
   -------------- */
   
	.editinplace { 
		position: absolute;
		top:0px;
		right:10px;
	}


/* --------------
	HEADER 
   -------------- */

	.header{
		max-width: 1240px;
	}
	
	.imageContainer {
	    position: relative;
	    width: 100%;
	    padding-bottom: 45%;
	    height: 0;
	}
	 
	.imageContainer img {
	    width: 100%;
/* 	    height: 100%; */
	    position: absolute;
	    left: 0;
	}


/* --------------
	HEADER NAV 
   -------------- */
   
	nav{
		margin-top:50px;
		z-index: 900;
		width: 100%;
		font-family:'Avenir Next LT W01 Demi';
	}

	.logo{
			position: relative;
			float: left;
			z-index: 99999
	}
	
	
	
	.subscribe{
			position: relative;
			float: left;
			margin-left: 10%;
			display: table;
			width: 50%;
			padding-top: 8px
	}
	.subscribe div{
		display: table-cell;
		vertical-align: bottom;
		padding-left: 10%
	}
	.subscribe h3{
		font-family:'Avenir Next LT W01 Demi';
		font-size: 16px;
		letter-spacing: 3px;
		padding: 0;margin: 0
	}	
	.subscribe p{
		font-family:'AvenirNextLTW01-Italic';
		font-size: 16px;
		color: #7f653a;
		padding: 0;margin: 0
	}
	.subscribe h3.inscription{
		font-family:'Didot W01 Italic';
		font-size: 30px;
		letter-spacing: 3px;
		padding: 0;margin: 0;
		border-bottom: 1px solid #e8e8e8
	}	
	.subscribe h3.inscription a{
		text-decoration: none;
		color: #868686;
	}	
	.subscribe h3.inscription a:hover{
		color: #000;
	}	
	.atelier{
			position: relative;
			float: left;
			margin-left: 20%;
			width: auto;
			padding-top: 8px;
	}
	.atelier h3{
		font-family:'Avenir Next LT W01 Demi';
		font-size: 30px;
		letter-spacing: 10px;
		line-height: normal;
		padding: 0;margin: 0
	}		
	
	
	.menubtn {
		color: #000000;
		font-size: 16px;
		letter-spacing: 5px;
		margin-top: 10px;
		padding: 10px 20px 10px 20px;
		border: solid #CCC 1px;
		text-decoration: none;
		float:right;
		z-index: 99999;
		position: relative
	}
	
	.newsletter {
		float: none;
		position: absolute;
		right:35px;
		top:40%;
		transform:rotate(45deg); transform-origin: 100% 100%;
		-ms-transform:rotate(90deg); /* Internet Explorer */
		-moz-transform:rotate(90deg); /* Firefox */
		-webkit-transform:rotate(90deg); /* Safari et Chrome */ 
		-o-transform:rotate(90deg); /* Opera */
	}
	.contact {
		float: none;
		position: absolute;
		right:35px;
		top:60%;
		transform:rotate(45deg); transform-origin: 100% 100%;
		-ms-transform:rotate(90deg); /* Internet Explorer */
		-moz-transform:rotate(90deg); /* Firefox */
		-webkit-transform:rotate(90deg); /* Safari et Chrome */ 
		-o-transform:rotate(90deg); /* Opera */
	}
	
	.top {
		float: none;
		position: absolute;
		right:35px;
		bottom:0px;
		transform:rotate(45deg); transform-origin: 100% 100%;
		-ms-transform:rotate(90deg); /* Internet Explorer */
		-moz-transform:rotate(90deg); /* Firefox */
		-webkit-transform:rotate(90deg); /* Safari et Chrome */ 
		-o-transform:rotate(90deg); /* Opera */
	}
	
	
	.menubtn:hover {
	border: solid #FFF 1px;

	  background: #7f653a;
	  color: #FFF;
	  text-decoration: none;
	}
	


	/* --------------
	MAIN CONTAINER
   -------------- */
	
	
	.maincontainer{
		padding-top: 3%;
		font-family:'Avenir Next LT W01 Demi';
		font-size: 22px;
		position: relative;
		clear: both


	}
	.maincontainer h4{
		padding-top: 3%;
		font-family:'AvenirNextLTW01-Italic';
		font-size: 16px;
		color:#7f653a

	}

	/* --------------
		HEADER IMG
	   -------------- */
	   
	.headerimg{
		max-width: 100%;
		position: relative;
		background: #F4F4F4
	}
	.headertxt{
		width: 100%;
		margin: 0 auto;
		position: absolute;
		z-index: 900;
		top:35%;
		text-align: center;
		color: #FFF

	}
	.headertxt h2 a{
		font-family:'Avenir Next LT W01 Demi';
		font-size: 50px;
		text-transform: uppercase;
		letter-spacing: 20px;
		margin: 0px;
		text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.8);
		text-decoration: none;
		color: #FFF
	
	}
	.headertxt p a{
		font-family:'AvenirNextLTW01-Italic';
		font-size: 18px;
		color: #FFF;
		text-decoration: none
	}
	.headertxt p{
		margin: 0;padding: 0
		
	}
	.headertxt p.category a{
		font-family:'Didot W01 Italic';
		color: #FFF;
		border-bottom: 1px solid #FFF;
		text-decoration: none;font-size: 40px
	}	
	.headertxt p.category a:hover{
		color: #FFF;
		border-bottom: 1px solid #7f653a;
	}	
	
	
	/* --------------
		HP
	   -------------- */
	   
	img:hover{opacity: 40%}
	.bloc-hp1{max-width: 800px;margin: 0 auto;margin-top: 100px;position: relative}
	
	.bloc-hp1-grid-sizer { width: 33.333%; }
	.bloc-hp1-grid-item{width: 33.333%;display: table}
	
	.bloc-hp1-grid-item--txtwidth540x400 { width: 66.667%; }
	.bloc-hp1-txtcenter{display: table-cell;vertical-align: middle;text-align: center;}
	

	.bloc-hp1-grid-item--width540 {width: 66.667%}
	.bloc-hp1-txtcentersmall{display: table-cell;vertical-align: middle;text-align: center;}
	
	
	.bloc-hp2{max-width: 1134px;margin: 0 auto;margin-top: 100px;position: relative}
	.bloc-hp2-grid-sizer { width: 3.657%;}
	.bloc-hp2-grid-item{width: 30.657%;;display: table;height: 100%}
	.bloc-hp2-grid-item .inner{display: table-cell;vertical-align: middle;text-align: center;}

	.w400{width:38.684%;}



	
	.bloc-hp3{max-width: 1034px;margin: 0 auto;margin-top: 100px;position: relative}
	.bloc-hp3-grid-sizer { width: 30.657%; }
	.bloc-hp3-grid-item{width: 30.657%;display: table;}
	.bloc-hp3-grid-item .inner{display: table-cell;vertical-align: middle;text-align: center;height: 211px}
	
	.bloc-hp3-grid-item.wfull{width:30.684%;;margin-top: 100px}

	.bloc-hp3-grid-item .inner3.wfull{display: table-cell;vertical-align: bottom;text-align: center;height: 317px}



	.bloc-hp4{max-width: 574px;margin: 0 auto;margin-top: 100px;text-align: center;position: relative}
	.bloc-hp4 h2{
		font-size: 60px;
		letter-spacing:20px;
		font-family:'Avenir Next LT W01 Demi';
	}
	
	.biobox{display:table ;width: 100%; height: 100%;}
	.biobox .box{display: table-cell;width: 50%;text-align: left;font-size: 16px;letter-spacing: normal}
	.biobox .box2{display: table-cell;width: 45%;padding-left:5%;text-align: left;font-size: 12px;letter-spacing: normal;color: #7f653a}
	.bloc-hp4 img{margin-top:50px}
	.box p {text-align:justify}
	
	
	/* --------------
	COLLECTION
   -------------- */	
	
	.collection{
		
	}
		
	.collection header{
		display: table;
		position: relative;
		width: 100%
	}

	.collection header div.cell{
		display: table-cell;
		width: 50%;
		vertical-align: middle;
		text-align: center
	}
	
	.collection header div.cell h2{
		font-family:'Avenir Next LT W01 Demi';
		font-size: 25px;
		text-transform: uppercase
	}
	.collection header div.cell p{
		margin: 0 auto;
		max-width: 390px;
		font-family:'Didot W01 Italic';
		font-size: 32px;
		color: #868686
	}
	
	.collection header img{
		max-width: 565px;
		width: 100%;
	}
	
	.collectionfocus{
		position:absolute;bottom:0px;left:45%;text-align:center
	}
	
		
	.collectionfocus p{
		max-width: 200px
	}
	
	
	.bottom{
		margin-top: 50px;
	}
	.bottom h3{
		font-family:'Didot W01 Italic';
		font-size: 40px
	}	

	
	
	.items-grid-item figure img {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	.items-grid-item figure:hover img {
		-webkit-transform: scale(1.19);
		transform: scale(1.19);
		overflow: hidden
	}
	

	
	.items{max-width: 921px;margin: 0 auto;margin-top: 100px;position: relative}
	.items-gutter-sizer{ width: 8.143%; }
	
	.items-grid-sizer { width: 27.904%; }
	.items-grid-item{width: 27.904%;display: table;overflow: hidden;}
		.x2{width: 63.952%;display: table}
		.x3{width: 100%;display: table}
		.pad{padding-bottom: 75px}

	figure{
		margin: 0;
	}
	.bijou{
		text-align: center;
		overflow: hidden;
		z-index: 900;
		position: relative;
		background: #FFF;
		display: block;
		top:-6px
		
	}
	
	.titre{
		margin: 0;
		padding: 0;
		padding-top: 5px;
		font-family:'Avenir Next LT W01 Demi';
		font-size: 14px;
		text-transform: uppercase

	}
	.description{
		font-family:'AvenirNextLTW01-Italic';
		font-size: 14px;
		color: #7f653a;
	}
	
	.nodesc h3.titre,.nodesc p.description {
		color: #FFF;
	}
	
	
	
/* --------------
	CONTACT
   -------------- */	
	
	.contact-us{

	}
	
	.contact-us h2{
		font-family:'Didot W01 Italic';
		margin-bottom: 40px;
		margin-top: 40px;
		color: #868686
	}
	
	
	form{
		text-align: left;
		font-size: 16px;
		margin: 0 auto;
		max-width: 850px;
		font-family:'Avenir Next LT W01 Demi';

	}
		
	.contact-us header{
		display: table;
		position: relative;
		width: 100%;
		margin-top: 100px;
		margin-bottom: 30px
	}

	.contact-us header div.cell{
		display: table-cell;
		width: 50%;
		vertical-align: top;
		text-align: left;
	}
	.contact-us header div.cell2{
		display: table-cell;
		width: 50%;
		padding-left: 5%;
		vertical-align: top;
		text-align: left;
	}

	.txt {
		display: table
	}
	.txtcell{
		display: table-cell;
		font-family:'Didot W01 Italic';
	}
	.r{
		padding-left: 10px
	}
		
	.contact-us span{
		color: #ff3d01
	}
	label{
		display: block
	}
	input[type="text"],input[type="email"]{
		margin-bottom: 10px;
		border: 1px solid #e8e8e8;
		width: 100%;
		font-size: 16px;
		padding: 10px;
		color: #868686
	}	
	textarea{
		margin-bottom: 10px;
		border: 1px solid #e8e8e8;
		width: 100%;
		font-size: 16px;
		padding: 10px;
		color: #868686;
		resize: vertical;
		vertical-align: top;
		height: 190px
	}	
	
	select{
		margin-top: 10px;
		margin-bottom: 40px;
		width: 100%;
		font-size: 16px;
		padding: 10px;
		color: #868686
	}
	
	::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  font-size: 12px;color: #e8e8e8
	}
	::-moz-placeholder { /* Firefox 19+ */
	  font-size: 12px;color: #e8e8e8
	}
	:-ms-input-placeholder { /* IE 10+ */
	  font-size: 12px;color: #e8e8e8
	}
	:-moz-placeholder { /* Firefox 18- */
	  font-size: 12px;color: #e8e8e8
	}
	
	input[type="submit"]{
		margin-bottom: 10px;
		background: #FFF;
		border: 1px solid #e8e8e8;
		width: 100%;
		font-size: 20px;
		padding: 10px
	}
	input[type="submit"]:hover{
		background: #7f653a;
		color: #FFF
	}


	
	
	

		
	
	
	
		
	/* --------------
	FOOTER 
   -------------- */

   footer{
	   margin-top: 150px;
	   font-size: 16px
   }
   
    footer .social a{
	   text-decoration: none
   }
   
   footer a{
	   text-decoration: underline
   }

   footer p{
	   font-size: 11px;
	   max-width: 300px
   }
	
	#fb,#insta { 
		transition: 1s;stroke-width: 0px;fill:#000;
	}
	svg:hover #fb,
	svg:hover #insta  { 
		stroke-width: 0px;
		fill:#7f653a;
	}
	
	#camilledemoustierlogo
	{ 
		transition: 1s; stroke-width: 0px;fill:#000;
	}
	svg:hover #camilledemoustierlogo{ 
		stroke-width: 0px;
		fill:#7f653a;
	}	
	
	
	
	

	/* --------------
	@MEDIA
   -------------- */

	
@media screen and (max-width: 1280px) {
	
	nav {margin-top:30px;}
	.wrapper{
		padding: 30px;
	}
		.menucontent{
			margin-top: 5%
		}	
	
	
	.subscribe{
			margin-left: 5%;
			width: 50%;
			padding-top: 8px
	}
	.subscribe h3{
		font-size: 14px;
		letter-spacing: 3px;

	}	
	.subscribe p{
		font-size: 14px;

	}
	.subscribe h3.inscription {
		font-size: 22px;
		letter-spacing: 3px;

	}		
	
	
	
	
	
	/*
	.titre{
		font-size: 11px;
		padding: 0px;
	}
	.description{
		font-size:10px
	}
*/




}

@media screen and (max-width: 768px) {
		
		nav {
			margin-top:0px;
		}
		.wrapper{
			padding: 20px;
		}

		.menucontent{
			margin-top: 12%
		}
		.menuitems a{
			color:#000;
			font-size:20px;
			letter-spacing: 6px;
			text-transform: uppercase;
			text-decoration: none
		 }
	 
		 .maincontainer	{
			 margin-top: 100px
			 
		 }
	 	.subscribe, .atelier{
			display: none
		}
		
	
		
		
		.menubtn {
			font-size: 14px;
			letter-spacing: 2px;
			padding: 5px 10px 5px 10px;

		}
		.headertxt h2{
			font-size: 36px;
			letter-spacing: 10px;
		}
	
		.headertxt h2 a{
			font-size: 40px;
			letter-spacing: 6px;

		}

		.bloc-hp1-grid-item,.bloc-hp2-grid-item,.bloc-hp3-grid-item{
			margin-top: 20px
		}
		picture{
			position: relative;
		}
		picture figcaption{
			display: block;
			font-family:'AvenirNextLTW01-Italic';
			font-size: 14px;
			color:#7f653a;
			position: absolute;
			top:20px;
			left:10px;
			z-index: 99999
		}
		picture figcaption h2{
			font-family:'Avenir Next LT W01 Demi';
			text-transform: uppercase;
			font-size: 20px;
			color: #FFF;
			margin: 0;padding: 0;
			margin-top: 10px;
		}
		
		.bloc-hp1,.bloc-hp2,.bloc-hp3{margin-top: 0px}
		
		.bloc-hp1-grid-item,.bloc-hp2-grid-item,.bloc-hp3-grid-item{width: 100%;display: block;}
		.bloc-hp1-grid-item img,.bloc-hp2-grid-item img,.bloc-hp3-grid-item img{width: 100%;display: block;}
		
		.items-grid-item{width: 100%;display: block;}
		.items-grid-item img{width: 100%;display: block;}

		#hp01,#hp04,#hp2-01,#hp3-02,#hp3-03,#hp3-05,#hp3-06{display: none !important; }
		.contact, .newsletter{display: none !important; }
		
		.bloc-hp4{width: 100%;display: block;margin-top: 100px;}
		.bloc-hp4 h2{
			font-size: 40px;
			letter-spacing:10px;
		}
		.biobox{display:block ;width: 100%; }
		.biobox .box{display: block;width: 100%;font-size: 16px;}
		.biobox .box2{display: block;width: 100%;font-size: 16px;padding: 0}
		.bloc-hp4 img{margin-top:30px;width: 100%;display: block}		
		
		
		.collection header{
			display: block;
			width: 100%;
			margin-top: 12%;
		}

		.collection header div.cell{
			display: block;
			width: 100%;
			vertical-align: middle;
			margin-top: 12%;

		}
		.collection header div.cell p{
			max-width: 340px;
			font-size: 24px;
		}
	
		.collectionfocus{
			display: block;
			position:relative;
			bottom:0px;
			left:0%;
			text-align:center;
		}
			
		.collectionfocus p.description{
			max-width: 100%
		}
		
		
		
		
		
		.contact-us header{
			display: block;
			position: relative;
			width: 100%;
			margin-top: 100px;
			margin-bottom: 30px
		}

		.contact-us header div.cell{
			display: block;
			width: 100%;
			vertical-align: top;
			text-align: left;
		}
		.contact-us header div.cell2{
			display: block;
			width: 100%;
			padding: 0%;
			vertical-align: top;
			text-align: left;
		}
	
		.txt {
			display: table
		}
		.txtcell{
			display: table-cell;
			font-family:'Didot W01 Italic';
		}
		
	
	
}


