/*
Theme Name: HEDVA ORFEVRERIE
Author: CM
Author URI: http://clementmartinez.fr/
Description: Thème pour HEDVA ORFEVRERIE
Version: 1.0
*/

body, body div, body p, body a, body span, body h1, body h2, body h3, body h4, body h5, body form, body label {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.4;
}
body strong,
body b {
	font-weight: 700;
}
.philo {
	font-family: 'Philosopher',sans-serif;
}
.clearfix {
	clear: both;
}


nav ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
nav li {
	display: inline-block;
}
nav a {
	font-weight: 300;
	text-transform: uppercase;
	color:black;
	font-size: .95em;
}
nav a:after {
	width: 100%;
	height: 2px;
	display: block;
	content: "";
	background-color: transparent;
	position: relative;
	top: 1px;
}
nav a:hover,
nav a:active,
nav a:focus,
nav a:visited {
	color:black;
}
nav a:hover:after {
	background-color: #c9a657;
}

#site-nav {
	text-align: center;
}
#site-nav img {
	max-width: 200px;
}
#site-nav .current-menu-item a:after {
	background-color: #c9a657;
}
#site-nav ul {
	margin-top:155px;
}
header {
	padding-top:30px;
	padding-bottom:50px;
}


#site-main .row {
	max-width: 1300px;
	background-image: url(img/fond.jpg);
	background-repeat: repeat;
	background-size: 100%;
	background-position: top left;
	padding:150px;
	padding-bottom: 0;
}
body.page-id-9 #site-main .row {
	max-width: 1300px;
	background-image: url(img/bg-anneau.png),url(img/fond.jpg);
	background-repeat: no-repeat,repeat;
	background-size: 500px,100%;
	background-position: right 65px top 100px,top left;
	padding:150px;
	padding-bottom: 0;
}

body.page-id-11 #site-main .row {
	max-width: 1300px;
	background-image: url(img/arbredevie.png),url(img/fond.jpg);
	background-repeat: no-repeat,repeat;
	background-size: 150px,100%;
	background-position: right 50px top 50px,top left;
	padding:150px;
	padding-bottom: 0;
}

body hr {
	border-color: white;
	border-width: 2px;
	position: relative;
	left: -200px;
	width: calc(100% + 400px);
	margin:0;
}

h1.main_title {
	font-weight: 300;
	font-size:15px;
	margin-top: 0;
	text-transform: uppercase;
}
.hed_chapeau {
	margin-bottom: 150px;
	font-weight: 700;
}


.hed_titre_deroulant2, .hed_titre_deroulant {
	font-family: 'Philosopher',sans-serif;
	color:#c9a657;
	text-align: center;
	font-size: 30px;
	margin-top:25px;
	margin-bottom:25px;
	text-transform: uppercase;
	cursor: pointer;
}

.hed_titre_deroulant2 i,
.hed_titre_deroulant i {
	font-size: 18px;
	margin-left: 20px;
	position: relative;
	bottom: 2px;
}

body .fa-chevron-down {
	display: none;
}
body .active .fa-chevron-down {
	display: inline-block;
}
body .active .fa-chevron-right {
	display: none;
}

.hed_titre_deroulant_contenu2 .columns, .hed_titre_deroulant_contenu .columns {
	margin-bottom: 40px;
}
.hed_titre_deroulant_contenu2, .hed_titre_deroulant_contenu {
	display: none;
}

.hed_desc_deroulant strong,
.hed_desc_deroulant b {
	margin-top: 40px!important;
	display: inline-block;
}
.hed_desc_deroulant {
	margin-top:40px;
	margin-bottom:60px;
}
body .hed_desc_deroulant hr {
	left: -20px;
	width: calc(100% + 40px);
}

.product {
	padding-top:50px;
	padding-bottom:40px;
}


@media screen and (min-width: 1024px) {
	body.page-id-11 .product img {
		max-height: 380px;
		position: relative;
		bottom: 50px;
		left: 50px;
	}
}
body.page-id-11 .product img {
	margin-bottom: 30px;
}	


.cta {
	text-align: center;
	margin:0;
	position: relative;
	top:10px; 
}
.cta span {
	background-color:black;
	color:white;
	padding: 12px 40px;
	text-transform: uppercase;
	font-size: .9em;
	cursor: pointer;
	z-index:100;
	position: relative;
}


footer p {
	font-size: .85em;
}
footer .philo {
	font-size:1.25em;
}
footer img {
	max-width: 200px;
}
footer {
	padding-top:80px;
	padding-bottom:50px;
}
footer a,
footer a:hover,
footer a:active,
footer a:focus,
footer a:visited {
	color:black;
}
footer nav {
	margin-bottom: 110px;
}
footer .row {
	max-width: 1300px;
}

.the_form {
	display: none;
}
.the_form input {
	margin-bottom: 0!important;
}
#gform_submit_button_1 {
	margin-left:auto;
	margin-right:auto;
	display: block;

	background-color:black;
	color:white;
	padding: 12px 40px;
	text-transform: uppercase;
	font-size: .9em;
	cursor: pointer;
	z-index:100;
	position: relative;

	max-width: 150px;
}



@media screen and (max-width: 1026px) {
	#site-main {
		overflow-x: hidden;
	}
	.cta {
		margin-bottom:45px;
		position:static;
	}
	body #site-main .row {
		padding:50px!important;
	    padding-bottom: 0!important;
	}
	body.page-id-9 #site-main .row, body.page-id-11 #site-main .row {
	    background-image: none,url(img/fond.jpg);
	    background-repeat: no-repeat,repeat;
	    background-size: 300px,100%;
	    background-position: right 20px top 90px,top left;
	}
	.hed_chapeau {
    	margin-bottom: 50px;
	}
	.product {
    	padding-top: 0px;
    	padding-bottom: 20px;
	}
	.product img {
		max-width: 300px;
		margin:0 auto;
		display: block;
	}
	.hed_desc_deroulant strong, .hed_desc_deroulant b {
    	margin-top: 20px !important;
    	display: inline-block;
	}
}

.only_mob {
	display: none;
}
@media screen and (max-width: 642px) {
	.only_mob {
		display: inline-block;
	}
	.only_desk {
		display: none;
	}
	#site-nav ul {
    	margin-top: 20px;
	}
	body #site-main .row {
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
	footer nav {
		display: none;
	}
	footer {
    	padding-top: 50px;
    	padding-bottom: 30px;
	}
	footer .columns {
		text-align:center!important; 
	}
	#site-nav img.only_mob {
    	max-width: 100px;
    	display: block;
    	margin: 0 auto;
		margin-bottom:30px;
	}
	.hed_titre_deroulant2 i, .hed_titre_deroulant i {
	    margin-left: 10px;
	}
	.cta span {
	    padding: 12px 20px;
    	font-size: .7em;
	}
}

.gform_confirmation_message_1, #gform_confirmation_message_1 {
	margin-bottom: 50px;
}