@charset "UTF-8";
/*
 Theme Name:   Soprod
 Theme URI:    http://example.com/twenty-sixteen-child/
 Description:  Soprod website theme
 Author:       Chok Design
 Author URI:   http://www.chok.ch
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-sixteen-child
*/
/*****************************************************************
Normalize
*****************************************************************/
html{
	padding:0;
	margin:0;
	height:100%;
}
body{
	background:white;
	border:0;
	font-family:'Open Sans', calibri, sans-serif !important;
	font-size:12px;
	height:100%;
}
body:not(.custom-background-image):before, body:not(.custom-background-image):after{
	height:0;
	}
.site{
	width:100%;
	min-height:100%;
	position:relative;
	padding:0;
	margin:0;
	padding-bottom:50px;
}
.site-inner{
	position:static;
	max-width:100%;
	height:100%;
	box-sizing:border-box;
	margin:0;
	padding-bottom:50px;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: white;
}

/*****************************************************************
HEADER
*****************************************************************/
.site-header{
	font-family:'Open Sans',calibri,sans-serif;
	width:100%;
	height:80px;
	position:fixed;
	padding:20px 40px;
	z-index:100;
	transition:height ease-in-out 0.3s; 
}
.site-branding{
	position:absolute;
	right:40px;
	margin:0;
	padding:0;
}
.site-branding .site-title{
	visibility:hidden;
	height:0;
	}
.site-branding .site-logo{
	content:'';
	position:relative;
	display:block;
	height:50px;
	width:150px;
	background-image:url('../../../wp-content/uploads/2016/03/Logo_SOPROD.svg');
	background-size:100% 100%;
	z-index:100;
	}
.sticky{
	background-color:rgb(30,35,36);
	height:100px;
	position:fixed!important;
}
.stickyintern{
	background:transparent!important;
	position:fixed!important;
	z-index:120!important;
	margin-top:0!important;
	top:0;
	left:10%;
	padding-left:0!important;
}
.entry-header{
	width:100%;
	height:800px;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	padding:5% 10% 0 10%;
}
.entry-title{
	height:200px;
	width:200px;
	font-family: 'Open Sans',calibri,sans-serif;
	font-weight:400;
	font-size:1.7em;
	text-transform: uppercase;
	color:white;
	border: 1px solid white;
	border-radius:50%;
	line-height:200px;
	text-align:center;
}

/*****************************************************************
MENU
*****************************************************************/
.primary menu li{
	display:inline-block;
	
}
.main-navigation{
	font-family: 'Open Sans',calibri,sans-serif;
}

.site-header-menu{
	margin:0;
	padding:0,
}
.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		color: white;
	}
/********************HAMBURGER CLOSED*******************************/
.hamburger{
	content:'';
	position:relative;
	z-index:999;
	width:40px;
	height:40px;
	border-radius:50%;
	border:1px solid white;
	cursor:pointer;
}
.hamburger span{
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	display:block;
	width:20px;
	height:2px;
	background-color:white;
	line-height:50px;
	text-align:center;
}
.hamburger span::before,.hamburger span::after{
	content:'';
	display:block;
	position:absolute;
	width:20px;
	height:2px;
	background-color:white;
}
.hamburger span::before{
	top:-5px;
}
.hamburger span::after{
	bottom:-5px;
}
.hamburger-x span::before,
.hamburger-x span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.hamburger-x span::before {
  transition-property: top, transform;
}

.hamburger-x span::after {
  transition-property: bottom, transform;
}	
/********************HAMBURGER OPEN*******************************/

.hamburger-x.opened span {
  background: none;
}

.hamburger-x.opened span::before {
  top: 0;
  transform: rotate(45deg);
}

.hamburger-x.opened span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.hamburger-x.opened span::before,
.hamburger-x.opened span::after {
  transition-delay: 0s, 0.3s;
}
/********************DROPDOWN MENU CLOSE*******************************/
.dropdown-wrapper{
	position:absolute;
	top:-100vh;
	left:0;
	box-sizing:border-box;
	width:100vw;
	height:100vh;
	padding:8% 20%;
	background:url('../../../wp-content/uploads/2016/03/SOPROD-Fond_Brosse_512px512p.jpg');
	background-size:512px;
	transition:top ease-in 0.5s;
}
.dropdown-wrapper::before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	background:-webkit-linear-gradient(left, rgba(0,0,0,0.5), rgba(255,255,255,0.2), rgba(0,0,0,0.5));
	background:-moz-linear-gradient(left, rgba(0,0,0,0.5), rgba(255,255,255,0.2), rgba(0,0,0,0.5));
	background:-o-linear-gradient(left, rgba(0,0,0,0.5), rgba(255,255,255,0.2), rgba(0,0,0,0.5));
	background:linear-gradient(left, rgba(0,0,0,0.5), rgba(255,255,255,0.2), rgba(0,0,0,0.5));
	z-index:1;
}
.main-navigation .dropdown-menu{
	margin:0 auto;
	width:100%;
	position:relative;
	z-index:100;
}
.dropdown-menu li{
	display:inline-block;
	background: rgba(255,255,255,0);
	margin:15px;
	color:white;
	width:29%;
	border:none;
}

.dropdown-menu li a{
	display:block;
	line-height:200px;
	height:200px;
	width:200px;
	font-family: 'Open Sans',calibri,sans-serif;
	font-weight:400;
	font-size:1.7em;
	text-transform: uppercase;
	color:white;
	border: 1px solid white;
	border-radius:50%;
	margin:0;
	padding:0;
	text-align:center;
	transition:ease-in-out 0.3s;
}
.dropdown-menu li> a:hover{
	transition:ease-in-out 0.5s;
	background:rgba(255,255,255,0.5);
	color:gray;
}
.dropdown-menu .current_page_item a{
	background:rgba(255,255,255,0.5);
	color:gray!important;
	font-weight:400!important;
}
/********************DROPDOWN MENU OPEN*******************************/
.dropdown-wrapper.active{
	top:0;
	transition:top ease-in 0.5s;
}
/*****************************************************************
HOME
*****************************************************************/
.front-page{
	background:url('../../../wp-content/uploads/2016/03/SOPROD-Fond_Brosse_512px512p.jpg');
	background-size:512px;
	width:100%;
	min-height:100%;
	z-index:0;
}
.front-page::before{
	content:'';
	position:fixed;	
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:-webkit-linear-gradient(left, rgba(0,0,0,0.5), rgba(255,255,255,0.2), rgba(0,0,0,0.5));
	background:-moz-linear-gradient(left, rgba(0,0,0,0.5), rgba(255,255,255,0.2), rgba(0,0,0,0.5));
	background:-o-linear-gradient(left, rgba(0,0,0,0.5), rgba(255,255,255,0.2), rgba(0,0,0,0.5));
	background:linear-gradient(left, rgba(0,0,0,0.5), rgba(255,255,255,0.2), rgba(0,0,0,0.5));
	z-index:1;
}
.site-home{
	width:970px;
	margin: 0 auto;
	position:relative;
}
#home-navigation{
	content:'';
	background: url('../../../wp-content/uploads/2016/03/Soprod-Landing_Filets_Cercles.svg') no-repeat;
	background-position:center 0;
	background-size:693px;
	position:relative;
	width:100%;
	height:715px;
	z-index:10;
}
.home-branding{
	margin:0 auto;
	padding-top:50px;
	width:50%;
	text-align:center;
}
.home-branding img{
	margin:0 auto;
}
.home-menu{
	position:relative;
	width:100%;
	height:100%;
	margin:0;
}
.home-menu li{
	list-style:none;
	font-size:1.5em;
}
.home-menu li a{
	list-style:none;
	font-size:1em;
	color:black;
}
.meca-bubble{
	position:absolute;
	width:300px;
	height:300px;
	border-radius:50%;
	background:url('../../../wp-content/uploads/2016/03/Soprod_anim_meca.png') 0 0 repeat-y;
	background-size: 1800px 300px;
	text-align:center;
	line-height:300px;
	text-transform:uppercase;
	top:87px;
	left:164px;
}
.meca-bubble::before{
	content:'mécanique';
	position:absolute;
	width:300px;
	height:300px;
	border-radius:50%;
	background-color:white;
	opacity:0.7;
	top:0;
	left:0px;
	transition:opacity ease-in-out 0.3s;
}
.meca-bubble:hover::before{
	opacity:0;
}

.manu-bubble{
	position:absolute;
	width:190px;
	height:190px;
	border-radius:50%;
	background:rgba(255,255,255,.7);
	text-align:center;
	line-height:190px;
	text-transform:uppercase;
	left:452px;
	top:27px;
}

.hili-bubble{
	position:absolute;
	width:230px;
	height:230px;
	border-radius:50%;
	background:url('../../../wp-content/uploads/2016/02/Soprod-Highlight.jpg') center no-repeat;
	background-size:cover;
	text-align:center;
	line-height:230px;
	text-transform:uppercase;
	left:458px;
	top:232px;
}
.hili-bubble::before{
	content:'highlight';
	position:absolute;
	width:230px;
	height:230px;
	border-radius:50%;
	background-color:white;
	opacity:0.7;
	top:0;
	left:0;
	transition:opacity ease-in-out 0.3s;
}
.hili-bubble:hover::before{
	opacity:0;
}
.rd-bubble{
	position:absolute;
	width:150px;
	height:150px;
	border-radius:50%;
	background:rgba(255,255,255,.7);
	text-align:center;
	line-height:150px;
	text-transform:uppercase;
	left:643px;
	top:124px;
}

.info-bubble{
	position:absolute;
	width:110px;
	height:110px;
	border-radius:50%;
	background:rgba(255,255,255,.7);
	text-align:center;
	line-height:110px;
	text-transform:uppercase;
	left:704px;
	top:285px;
}

.smqu-bubble{
	position:absolute;
	width:300px;
	height:300px;
	border-radius:50%;
	background:url('../../../wp-content/uploads/2016/02/Soprod-SmartQuartz_PROD_02.jpg') -80px 0 no-repeat;
	background-size:cover;
	text-align:center;
	line-height:300px;
	text-transform:uppercase;
	top:396px;
	left:220px;
}
.smqu-bubble::before{
	content:'smart & quartz';
	position:absolute;
	width:300px;
	height:300px;
	border-radius:50%;
	background-color:white;
	opacity:0.7;
	top:0;
	left:0;
	transition:opacity ease-in-out 0.3s;
}
.smqu-bubble:hover::before{
	opacity:0;
}
/*****************************************************************
NAVIGATION INTERNE
*****************************************************************/
.navintern{
	position:absolute;
	background-color:rgb(30,35,36);
	width:100%;
	height:80px;
	padding:20px 0;
	padding-left:10%;
	z-index:50;
	margin-top:-80px;
}
.navintern ul{
	position:relative;
	padding-top:10px;
	margin:0;
	
}
.navintern ul li{
	list-style:none;
	display: inline;
	margin-right:40px;
	color:white;
	font-size:1.2em;
}
.navintern ul li a{
	color:white;
	padding:10px;
	text-transform: uppercase;
}
/*****************************************************************
CONTENT
*****************************************************************/
.site-content, .content-area, .site-main{
	width:100%;
	height:100%;
	padding:0;
}
.entry-content{
		padding:0 10%;
		font-size:20px;
		margin-top:2%;
		font-weight:400;
	}
/*****************************************************************
CATALOG
*****************************************************************/
.catalog{
	width:100%;
}
.watchCase{
	width:25%;
	height:400px;
	margin:0 -3px 0 0;
	padding:0;
	display:inline-block;
}
.watchCase a{
	display:block;
	width:100%;
	height:100%;
	position:relative;
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	color:white;
}
.watchCase a::before{
	content:'';
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background-color:gray;
	top:0;
	opacity:0;
	transition:opacity ease-in-out 0.3s;
}
.watchCase a:hover::before{
	opacity:0.3;
}
.watchCase a h3{
	width:100%;
	font-size:1.2em;
	font-weight:400;
	color:white;
	text-align:center;
	height:50px;
	background:url('../../../wp-content/uploads/2016/03/texture-brosse-fonce.jpg');
	background-size:256px;
	margin:0;
	padding: 10px;
}
.rubrique{
	margin-top:200px;
}
/*****************************************************************
INFOS
*****************************************************************/
.info-content{
	position:relative;
	font-size:1.2em;
	font-weight:600;
	}
#contact{
	padding: 0 10%;
	-webkit-column-count:2;
	   -moz-column-count:2;
	        column-count:2;
}
.part-title{
	margin-top:69px;
	padding:0 10%;
	height:50px;
	background:url('../../../wp-content/uploads/2016/03/texture-brosse-fonce.jpg');
	background-size:256px;
	width:100%;
	color:white;
}
.infoContact{
	margin-top:30px;
	line-height:1.5em;
	-webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;         /* IE 11 */
    display:table; 
}
.infoContact h4{
	text-transform:uppercase;
}
.infoContact p{
	margin:0;
	padding:0;
}
.infoContact a{
	color:black;
}

.docu-wrapper{
	margin-top:2%;
	padding: 0 10%;
}
.info-colonne{
	float:left;
	margin-right:10%;
	}
.info-colonne ul{margin:0;}
.info-colonne li{
	list-style:none;
	line-height:2em;
	}
.info-colonne li a{
	color: black;
	}
/*****************************************************************
FOOTER
*****************************************************************/
.site-footer{
position:absolute;
bottom:0;
left:0;
width:100%;
background-color:#1e2324;
height:50px;
padding:0 10%;
}
.site-footer .main-navigation{
	display:block;
	width:33%;
	margin:0;
}
.site-footer .main-navigation li{
	display:inline;
	border:none;
	color:white;		
}
.site-footer .main-navigation .current_page_item a{
	background:none;	
	border-bottom:1px solid white;
	font-weight:600;
}
.site-footer .main-navigation li a{
	color:white;	
	display:inline;	
	margin:10px 0;
	padding:5px 0;
}
.site-footer .main-navigation li a:hover{
	border-bottom:1px solid white;
	transition:ease-in 0.3s;
}

.site-info{
	width:33%;
	text-align:center;
}
.h_frame{
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.h_frame iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*****************************************************************
RESPONSIVE
*****************************************************************/
@media screen and (min-width: 768px) and (max-width: 1024px){
.watchCase{
	width:33%;
	height:400px;
	margin:0 -3px 0 0;
	padding:0;
	display:inline-block;
}
.entry-header, .entry-content{
	margin:0;
}
.entry-content{
	margin-top:30px;
}
.site-header-menu{
	display:block;
}
.site-branding{
	right:20px;
}
.site-header{
	padding:20px;
}
.site-footer{
position:absolute;
width:100%;
height:60px;
padding:0 2%;
font-size:0.7em;	
}
.site-footer .main-navigation{
	width:100%;
	text-align:center;
	margin-top:10px;
}
.site-info{
	width:100%;
	margin-top:10px;
}
.dropdown-wrapper{
	padding:70px 10% 0 10%;
}
.dropdown-menu li{
	width:28%;
}
/**************************HOME*******************************/
.site-home{
	width:768px;
}
.meca-bubble{
	top:88px;
	left:64px;
}

.manu-bubble{
	left:353px;
	top:27px;
}

.hili-bubble{
	left:358px;
	top:233px;
}
.rd-bubble{
	left:544px;
	top:125px;
}

.info-bubble{
	left:605px;
	top:285px;
}

.smqu-bubble{
	top:396px;
	left:120px;
}
}
@media screen and (max-width: 767px) {

.hamburger{
	width:30px;
	height:30px;
}
.site-header-menu{
	display:block;
}
.site-branding{
	right:20px;
}
.main-navigation .dropdown-menu{
	width:260px;
}
.dropdown-menu li{
	margin:0 auto;
	width:120px;
}
.dropdown-menu li a{
	line-height:100px;
	height:100px;
	width:100px;
	font-size:0.9em;
	margin:5px auto;
}
.dropdown-wrapper{
	padding:40px 10% 0 10%;
}
.navintern{
	display:none;
}
.entry-header{
	height:400px;
	margin:0;
	padding:60px 10% 0 10%;
}
.site-branding .site-logo{
	height:30px;
	width:100px;	
}
.site-header{
	font-family:'Open Sans',calibri,sans-serif;
	width:100%;
	height:60px;
	position:fixed;
	padding:5px 10px;
	z-index:100;
	transition:height ease-in-out 0.3s; 
}
.entry-title{
	height:100px;
	width:100px;
	font-size:0.9em;
	line-height:100px;
}
.site-footer{
position:absolute;
bottom:0;
left:0;
width:100%;
background-color:#1e2324;
height:100px;
padding:0 2%;
font-size:0.7em;	
}
.site-footer .main-navigation{
	width:100%;
	text-align:center;
	margin-top:10px;
}
.site-info{
	width:100%;
	margin-top:10px;
}
.info-content{
	position:relative;
	font-size:1.2em;
	font-weight:600;
}
#contact{
	padding: 0 10%;
	-webkit-column-count:1;
	   -moz-column-count:1;
	        column-count:1;
}
.part-title{
	margin-top:29px;
}
.entry-content{
	font-size:15px;
	margin:0;
}
.watchCase{
	width:100%;
	height:400px;
	margin:0 -3px 0 0;
	padding:0;
	display:inline-block;
}
/**************************HOME*******************************/
.site-home{
	width:320px;
}
#home-navigation{
	background-size:280px;
	margin-top:50px;
	height:290px;
}
.front-navigation{
	width:100%;
	height:100%;
	position:relative;
}
.home-menu li{
	list-style:none;
	font-size:0.9em;
}
.meca-bubble{
	width:125px;
	height:125px;
	background-size: 750px 125px;
	line-height:125px;
	top:33px;
	left:29px;
}
.meca-bubble::before{
	width:125px;
	height:125px;
}
.meca-bubble:hover::before{
	opacity:0;
}

.manu-bubble{
	width:80px;
	height:80px;
	line-height:80px;
	left:145px;
	top:9px;
}

.hili-bubble{
	width:95px;
	height:95px;
	line-height:95px;
	left:148px;
	top:93px;
}
.hili-bubble::before{
	width:95px;
	height:95px;
}
.hili-bubble:hover::before{
	opacity:0;
}
.rd-bubble{
	width:62px;
	height:62px;
	line-height:62px;
	text-transform:uppercase;
	left:223px;
	top:49px;
}

.info-bubble{
	width:46px;
	height:46px;
	line-height:46px;
	left:248px;
	top:114px;
}

.smqu-bubble{
	width:125px;
	height:125px;
	line-height:125px;
	top:158px;
	left:52px;
}
.smqu-bubble::before{
	width:125px;
	height:125px;
}
}