/**
 * Theme Name: SiteBox Child
 * Theme URI: http://localhost/technicbaie
 * Description: A blank child theme of the SiteBox parent theme.
 * Version: 1.0
 * Author: Your Name
 * Author URI: http://yourdomain.com
 * Tags: light
 *
 * License: GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Template: sitebox
 */

/* Place your custom style here. */
html{
	min-height:100%;
}

body{
	padding-bottom:60px;
	min-height:100% !important;
	position:relative;
}

.sidebar1 {
	float:left;
	position: relative;
}

.index3-column-wrap {
	float:right !important;
	margin-left:0 !important;
}

.blocks {
    float: left;
}

.entry-content{
	padding-top:10px;
}

.archive #primary {
	float:left;
	margin-left:20px !important;
}

#footer.footer2{
	width:100%;
	height:60px;
	position:absolute;
	bottom:0;
	left:0;
	margin: 0 auto;
}

/*--- PARTENAIRES ---*/

ul.partenaires{
	padding-left:0;
	margin: 0 auto;
	width:100%;
}

ul.partenaires li{
	list-style:none;
	display:inline-block;
	width:33%;
	text-align:center;
	border-bottom:1px solid #e6e6e6;
}

.descript_partenaire{
	width:570px;
}

.infos_partenaire{
	float:right;
	width:280px;
	padding:10px;
	background-color:#f1f1f1;
	font-size:13px;
}

/* Related Posts */
.entry-related {
	float: none;
	width: 100%;
}

.entry-related .block-related {
	float:left;
	width:30%;
	margin-right:6px;
}

.entry-related .entry-thumbnail {
	display:none;
}

.entry-related .entry-title {
	font-size: 14px;
	margin-bottom: 10px;
}

.entry-related .entry-summary {
	
}

/*--- PRODUITS ---*/
#rc-imageselect, .g-recaptcha { 
	transform:scale(0.89); 
	transform-origin:0; 
	transform:scale(0.89); 
	transform-origin:0 0; 
	-webkit-transform:scale(0.89); 
	transform:scale(0.89); 
	-webkit-transform-origin:0 0; 
	transform-origin:0 0; 
}

#ProdRelated{
	line-height:14px !important;
}

.fond_bleu{
	background-color:#03a9f4;
}

.trait_sep_haut{
	border-top: 1px solid #f0f0f0;
	padding-top:10px;
}

.imgProd-related{
	width:600px;
	margin:15px 0;
	padding:10px;
	background-color:#ffffff;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.16);
}
.imgProd-related li{
	width: 280px;
	list-style:none;
	display: inline-block;
	text-align:center;
	margin-right:16px;
}

.imgProd-related li:nth-child(even){
	margin-right:0;
}

.imgProd-related li img{
	width: 280px;
}

h4.titreProd-related a{
	color:#333333 !important;
	font-size:14px;
}

.imgProd-related-part{
	width:900px;
	margin:15px 0;
	padding:10px;
	background-color:#ffffff;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.16);
}
.imgProd-related-part li{
	width: 280px;
	list-style:none;
	display: inline-block;
	text-align:center;
	margin-right:16px;
	vertical-align:top;
}

.imgProd-related-part li:nth-child(even){
	margin-right:0;
}

.imgProd-related-part li img{
	width: 280px;
}

h4.titreProd-related-part a{
	color:#ffffff !important;
	font-size:14px;
}

.prod-related-sidebar{
	width:300px;
	padding:10px;
	background-color:#ffffff;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.16);
}

.prod-related-sidebar li{
	width: 280px;
	padding:0 5px;
	list-style:none;
	text-align:center;
}

.prod-related-sidebar li ul li:first-child{
	border-bottom: none;
}

.prod-related-sidebar li ul li:last-child{
	border-bottom: none !important;
}

h4.titreProd-related-sidebar{
	color:#333333 !important;
	font-size:16px;
}

.prod-related-sidebar span{
	font-size:12px;
	color:#333333;
}

.prod-related-sidebar span p{
	margin-bottom:4px;
}

.logo_part{
	width:100px;
}

a.boutonLien{
	display:block;
	background-color:#0D9CDD;
	width:290px;
	font-weight:bold;
	color:#ffffff;
	font-size:1.025em;
	text-transform:uppercase;
	text-decoration:none !important;
	text-align:center;
	padding:8px;
	cursor:pointer;
}

a.boutonLien:hover{
	color:#ffffff !important;
}

a.boutonInscrip{
	display:block;
	background-color:#0D9CDD;
	width:180px;
	font-weight:bold;
	color:#ffffff;
	font-size:1.025em;
	text-transform:uppercase;
	text-decoration:none !important;
	text-align:center;
	padding:8px;
	cursor:pointer;
}

a.boutonInscrip:hover{
	color:#ffffff !important;
}

/*--- POPUP FORM ---*/

.popup--form{
    width: 800px;
    display: none;
    z-index: 10000002;
    position: fixed;
    top: 80px;
    left: 50%;
    margin-left: -325px;
	background-color:#ffffff;
	padding:20px;
	box-shadow: 0 0 1px 0 rgba(0,0,0,0.16);
}

.content_form{
	width:100%;
	text-align:center;
	margin:0 auto;
    padding: 25px;
    background-color: #ffffff;
}

.Misenrelation{
	width:300px;
	margin:0 auto 20px auto;
	padding:10px;
	background-color:#03A9F4;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.16);
	text-align:center;
	color:#ffffff;
	font-size:1.125em;
}

a#popup--Open{
    width: 200px;
    display: block;
	background-color:#ffffff;
	margin:0 auto;
	padding:5px 15px;
	font-weight:700;
	border:none;
	color:#383334;
	font-size:1em;
	text-transform:uppercase;
    text-decoration: none;
    text-align: center;
	cursor:pointer;
	transition:background-color 0.5s;
}

.overlayer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6); 
	z-index: 10000000;
	display:none;
	cursor:pointer;
}

.overlay
   {height: 96%!important;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+60,000000+100,000000+100&0+60,0.65+99 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0.65) 99%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 60%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 60%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */}

form.ProdRelation {
	width:100%;
}

form.ProdRelation ul{
	margin:0;
	padding:0;
	width:100%;
}

form.ProdRelation ul li{
	list-style:none;
	vertical-align:top;
	width:100%;
	padding: 4px 0;
}

form.ProdRelation input[type=text]{
	background-color:#ebebeb;
	border:1px solid #c9c9c9;
	width:100%;
	padding:0 5px;
	color:#383334;
	font-size:0.875em;
}

form.ProdRelation input[type=email]{
	background-color:#ebebeb;
	border:1px solid #c9c9c9;
	width:100%;
	padding:0 5px;
	color:#383334;
	font-size:0.875em;
}

form.ProdRelation select{
	background-color:#ebebeb;
	border:1px solid #c9c9c9;
	width:100%;
	padding:5px 5px;
	color:#383334;
	font-size:0.875em;
}

form.ProdRelation textarea{
	width:100%;
	border: 1px solid #c9c9c9;
	background-color:#ebebeb;
	height:100px;
	padding: 2px 5px;
	color:#383334;
}

form.ProdRelation input[type=submit]{
	background-color:#fbb020;
	width:250px;
	font-weight:bold;
	color:#ffffff;
	font-size:1.375em;
	text-transform:uppercase;
	border:none;
	cursor:pointer;
	transition:all 0.5s;
}

form.ProdRelation input[type=submit]:hover{
	background-color:#2daee8;
}

.vertical-menu #logo-banner #logo img {
	max-height: 85px !important;
}

.single .content-area {
	float: right !important;
	width: 900px;
}

.single .content-area-min {
	float: left !important;
	width: 600px;
}

.single .hentry{
	padding-top:15px;
}

.entry-meta{
	padding-left:20px;
	padding-bottom:8px;
}

.header6 #logo-banner #logo img {
	max-height: 85px;
}

.single h1.entry-title{
	margin:0 20px 10px 20px !important;
}

.single .entry-image img {
    width: 95%;
	margin-left: 20px;
}

.formDolist {
	width: 100%;
}

.formDolist table{
	margin-bottom:0 !important;
}

.formDolist table td{
	border:none !important;
	padding:2px !important;
}

.formDolist select{
	width:100%;
}

.formDolist input[type=text]{
	width:100%;
	height:25px !important;
	line-height:25px !important;
}

.formDolist select{
	width:100%;
	height:25px !important;
	line-height:25px !important;
}

td.titre_form{
	width:100%;
}

.formDolist input[type=button] {
	width: 150px;
	background:#2aafd0;
	border:none;
	padding: 3px;
	border-radius:3px;
	color: #ffffff;
	font-size: 13px;
	text-transform:uppercase;
}

.formDolist input[type=reset] {
	width: 190px;
	background-color:#ffffff;
	border:1px solid #2aafd0;
	padding: 3px;
	border-radius:3px;
	color: #2aafd0;
	font-size: 13px;
	text-transform:uppercase;
}

.formLB {
	width: 100%;
}

.formLB table{
	margin-bottom:0 !important;
}

.formLB table td{
	border:none !important;
	padding:2px !important;
}

.formLB input[type=text]{
	width:100%;
	height:25px !important;
	line-height:25px !important;
}

.formLB select{
	width:100%;
	height:25px !important;
	line-height:25px !important;
}

.formLB td.titre_form{
	width:50%;
}

.formLB input[type=button] {
	width: 150px;
	background:#2aafd0;
	border:none;
	padding: 3px;
	border-radius:3px;
	color: #ffffff;
	font-size: 13px;
	text-transform:uppercase;
}

.formLB input[type=reset] {
	width: 190px;
	background-color:#ffffff;
	border:1px solid #2aafd0;
	padding: 3px;
	border-radius:3px;
	color: #2aafd0;
	font-size: 13px;
	text-transform:uppercase;
}

a.bouton{
	display:block;
	width:200px;
	text-align:center;
	padding:5px 15px;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-color: #03a9f4;
	color: #ffffff !important;
	font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
}

a.bouton:hover{
	color:#ffffff !important;
	background-color:#37bbf7;
}
.login-username label{
	width:200px !important;
	display:inline-block;
}

.login-username input[type=text]{
	width:200px !important;
	border:1px solid #535353;
}
.login-password label{
	width:200px !important;
	display:inline-block;
}

.login-password input[type=password]{
	width:200px !important;
	border:1px solid #535353;
	padding:8px;
}

form#register-user{
	box-shadow: rgba(190,190,190,0.45882) 0px 1px 5px;
	-moz-box-shadow: rgba(190,190,190,0.45882) 0px 1px 5px;
	-webkit-box-shadow: rgba(190,190,190,0.45882) 0px 1px 5px;
	padding:10px;
}

form#register-user p{
	margin-bottom:6px;
}

form#register-user label{
	width:200px !important;
	display:inline-block;
}

form#register-user input[type=text]{
	width:200px !important;
	border:1px solid #535353;
}

form#register-user input[type=email]{
	width:200px !important;
	border:1px solid #535353;
}

form#register-user input[type=password]{
	width:200px !important;
	border:1px solid #535353;
	padding:8px;
}

/******* FORMULAIRE CONNEXION FEUILLETEUR *******/

.content_register{
	float:right;
	width:80%;
}

form.register{
	padding:10px;
	/*border:1px solid #232323;*/
	background-color:#f4f4f4;
	width:500px;
}

form.register ul{
	margin:0;
}

form.register ul li{
	list-style:none;
}

form.register ul li:nth-child(1), form.register ul li:nth-child(2){
	display:inline-block;
}

form.register ul li:nth-child(1){
	margin-right:20px;
	margin-left:10px;
}

form.register ul li:nth-child(3){
	margin-left:10px;
}

form.register  ul li label{
	width:160px;
}

form.register  ul li input[type=password], form.register ul li input[type=email]{
	width:200px !important;
	padding:8px;
	background-color:#ffffff;
	border:1px solid #232323;
	height:36px;
}

form.register  ul li input[type=submit]{
	background-color: #0398DB;
    width: 160px;
    font-weight: normal;
    color: #ffffff;
    font-size: 1.2em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
}

.lien_mdpoublie{
	font-size:11px;
}

.lien_register{
	margin-top:20px;
}

/******* FIN FORMULAIRE CONNEXION FEUILLETEUR *******/

/******* FORMULAIRE INSCRIPTION FEUILLETEUR *******/

form.creaCompte{
	padding:10px;
	/*border:1px solid #232323;*/
	background-color:#f4f4f4;
	width:600px;
}

form.creaCompte ul{
	margin:0;
}

form.creaCompte ul li{
	list-style:none;
	padding:2px 10px;
	margin:0;
}

form.creaCompte input[type=text]{
	background-color:#ebebeb;
	border:1px solid #c9c9c9;
	width:100%;
	padding:8px 5px;
	color:#383334;
	font-size:0.875em;
}

form.creaCompte input[type=email], form.creaCompte input[type=password]{
	background-color:#ebebeb;
	border:1px solid #c9c9c9;
	width:100%;
	padding:8px 5px;
	color:#383334;
	font-size:0.875em;
}

form.creaCompte select{
	background-color:#ebebeb;
	border:1px solid #c9c9c9;
	width:100%;
	padding:8px;
	color:#383334;
	font-size:0.875em;
}

form.creaCompte input[type=submit]{
	background-color:#0398DB;
	width:250px;
	font-weight:normal;
	color:#ffffff;
	font-size:1.375em;
	text-transform:uppercase;
	border:none;
	cursor:pointer;
	transition:all 0.5s;
}

form.creaCompte input[type=submit]:hover{
	background-color:#2daee8;
}

/******* FIN FORMULAIRE INSCRIPTION FEUILLETEUR *******/

/******* TRI PRODUITS *******/

ul.tri_prod {
	margin:10px 0;
}

ul.tri_prod li{
	list-style:none;
	display:inline-block;
	padding:0 8px;
}

ul.tri_prod li:nth-child(1){
	padding-left:0;
}

/******* FIN TRI PRODUITS *******/

@media only screen and (max-width:1200px) {
	.ads_323534305f353832345f3233323635{
		width:550px !important;
		height:auto !important;
	}
	
	.header-ad{
		width:550px;
	}
}

@media only screen and (max-width:950px) {
	.ads_323534305f353832345f3233323635{
		width:100% !important;
		height:auto !important;
	}
	
	.vertical-menu #logo-banner #logo {
    	height: auto;
	}
	
	.header6 #logo-banner #logo {
    	height: auto;
	}
	
	.header-ad{
		float:none;
		width:600px !important;
	}
	
	.header6 #secondary-bar {
    	display: block !important;
	}
	
	.sidebar1 {
		display: none;
	}
}

@media only screen and (max-width:480px) {
	.formDolist table{
		width:100% !important;
	}
	
	.formDolist table td{
		width:400px !important;
	}
	
	.header-ad{
		display:none;
	}
    
    .descript_partenaire{
	   width:100%;
    }
    
    .infos_partenaire{
        float: none;
        width: 100%;
    }
    
    .imgProd-related-part{
        width: 100%;
    }
}