/*
Theme Name: RELAPUB
Theme URI: http://www.relations-publiques.pro/
Author: Agence Fluence
Author URI: http://www.agence-fluence.com
Description: Theme de l'agence fluence pour le site relations-publiques.pro
Version: 1.0
*/

@import url(//fonts.googleapis.com/css?family=Asap:400,700,400italic|Pacifico);

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
		height: 100%;
}
body {
	background: #fff;
		height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}

/*
ol, ul {
	list-style: none;
}
*/
ol, ul {
	padding-left: 30px;
	padding-bottom: 15px;
}
ul li {
	font-size: 18px;
	color:#353535;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom:1em;
}

dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-style: normal;
	font-weight: 700;
}
dfn, cite, em, i {
	font-style: italic;
}

blockquote { 
	width: 90%; 
	background: url('img/quote-1.png') top left no-repeat; 
	padding-left: 55px; 
	padding-top: 30px;	 
	margin:0 auto; 
}
	blockquote p { 
		padding-right: 35px; padding-bottom: 15px; 
		background: url('img/quote-2.png') bottom right no-repeat; 
		font: 28px 'Asap', sans-serif; font-weight: 400; color:#818183;
		font-style: italic;
	}


address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,

textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	/*border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	/*-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	/*font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;*/
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	/*border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);*/
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	/*color: #182a3e;*/
}
a:visited {
	color: #0a4d5f;
}
a:hover,
a:focus,
a:active {

}

a:active, a:link {
	color: #0a4d5f;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.menu {
	display: block;
	float: left;
	width: 580px;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	float:left;
}
.menu li {
	float: left;
	position: relative;
	padding-left:30px;
	padding-top:40px;
}
.menu a {
	display: block;
	text-decoration: none;
	color:white;
	
}
.menu ul ul {
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.menu ul ul ul {
	left: 100%;
	top: 0;
}
.menu ul ul a {
	width: 200px;
}
.menu ul ul li {
}
.menu li:hover > a {
}
.menu ul ul :hover > a {
}
.menu ul ul a:hover {
}
.menu ul li:hover > ul {
	display: block;
}
.menu li.current_page_item a,
.menu li.current-menu-item a {
}



/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .submit {
	display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}


/* SITE
----------------------------------------------- */
* {
	margin: 0;
}
html, body {
	height: 100%;
}

body{	
		background:white;
	}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -260px; /* hauteur négative du footer */
	width: 100%;
	min-width: 1200px;
}
.footer, .push {
	height: 260px; /* .push doit avoir la meme hauteur que .footer */
	width: 100%;
}

.push{background:white;}
.footer{background:#0a4d5f;width: 100%;	min-width: 1200px;}

.header{
	width: 100%;
	background: #252525;
	font: 14px 'Asap', sans-serif;
	font-weight: normal;
	}

	.ctn-header{
		height:83px; 
		width: 1200px; 
		margin:0 auto;
		color:white;
		}
		
		.logo{
			width:356px;
			height:83px;
			display:block;
			text-indent: -999999em;
			background: url("img/logo.jpg") top left no-repeat;
			float:left;	
		}

		.header-social{
			width:264px;
			height:43px;
			padding-top:40px;
			float:right;
			display:block;
			position: relative;
		}

			.social-login{
				color:white;
				background: url("img/login.png") top left no-repeat;
				padding-left:23px;
				height:18px;
				line-height:18px;
				position: absolute;
				top:10px;
				right:0px;
				font-weight: normal;
			}
			.social-tel{
				float:right;
				color:white;
				background: url("img/tel.png") top left no-repeat;
				padding-left:23px;
				height:18px;
				line-height:18px;
				margin-right: 15px;
				font-size: 16px;
			}
			.social-ico{
				width:18px;
				height:18px;
				display:block;
				float:right;
				text-indent: -99999em;
				margin-left:5px;
			}
				.ld{background: url("img/linkedin.png") top left no-repeat;}
				.instagram{background: url("img/instagram.png") top left no-repeat;}
				.gplus{background: url("img/g+.png") top left no-repeat;}
				.fb{background: url("img/fb.png") top left no-repeat;}
				.twitter{background: url("img/twitter.png") top left no-repeat;}
				.youtube{background: url("img/youtube.png") top left no-repeat;}
				.rss{background: url("img/rss.png") top left no-repeat;}
			
	.banner{
		width: 100%;
		background:#1b2235 url("img/banner.jpg") top center no-repeat;
		height:535px;
		display: block;
	}

		.ctn-banner{
			width:1200px;
			margin:0 auto;
			position: relative;
		}

			.ctn-banner div{
				width:380px;
				position:absolute;
				top:20px;
				left:0px;
				font: 40px 'Asap', sans-serif;
				font-weight: normal;
				color:white;
				text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
		        filter: dropshadow(color=rgba(0, 0, 0, 0.5), offx=0, offy=1);
			}


	.baseline{
		width: 100%;
		background:#0a4d5f;
		height:52px;
		display: block;
		font: 17px 'Asap', sans-serif;
		color:white;
		padding-bottom: 11px;
	}
		.baseline-home{
		padding-bottom: 0px;
		}
		.ctn-baseline{
			width:1200px;
			margin:0 auto;
			height:52px;
		}
		
		.ctn-baseline a{padding-left:40px;height:52px;line-height: 52px;float:left;display: block;}
		.baseline-etude{background: url("img/etude.png") center left no-repeat;margin-right:42px;}
		.baseline-commande{background: url("img/commande.png") center left no-repeat;margin-right:42px;}
		.baseline-demarrage{background: url("img/demarrage.png") center left no-repeat;margin-right:42px;}
		.baseline-references{background: url("img/references.png") center left no-repeat;margin-right:0px;}



.content{
	width: 1200px; 
	margin:0 auto;
	font-family: 'Asap', sans-serif;
	line-height: 1.3;
	font-size: 16px;
	color: #252525;
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer-content{
	width:1200px;
	padding-top:30px;
	margin:0 auto;
	font-family: 'Asap', sans-serif;
	line-height: 1.6;
	font-size: 12px;
	color:white;
}

.footer-content label{color:#18253c;}
.footer-content a{color:white;text-decoration: none;}

.footer-bottom{background:#252525; height:40px;width:100%;}
.footer-copyright{width: 1200px; margin:0 auto; text-align:center;font-size: 12px;color:#252525;line-height: 20px;}
.footer-copyright a{text-decoration: none;}




/* ELEMENTS DE MISE EN PAGE
----------------------------------------------- */

.row{
	width:1200px;
	float:left;
	clear:both;
	margin:0 auto;
}

	.half{
		float:left;
		width:580px;
		margin-right:40px;
		margin-bottom:30px;
	}

	.third{
		float:left;
		width:380px;
		margin-right:30px;
		margin-bottom:30px;
	}

	.two-third{
		float:left;
		width:790px;
		margin-right:30px;
		margin-bottom:30px;
	}

	.two-third-cp{
		float:left;
		width:680px;
		margin-right:110px;
		margin-bottom:30px;
	}

	.two-third-cp p{
		text-align:justify;
	}



	.last{
		margin-right:0px !important;
	}

	.blueblock{
		background: #0a4d5f;
		padding: 20px;
		color:white !important;
	}

		.blueblock a, .blueblock p, .blueblock h2, .blueblock h3{
			color:white !important;
		}

		.blueblock h2{margin-top:20px;}
		.blueblock h3{margin-bottom:0px;}

	.greyblock{
		background: #cdcdcd;
		padding: 20px;
	}

.divider{
	width:1200px;
	float:left;
	clear:both;
	margin:0 auto;
	height:60px;
	display: block;
	background: url("img/divider.jpg") top center no-repeat;
	margin-top: 30px;
}


h1{
	font: 32px 'Asap', sans-serif;
	font-weight: 700;
	color:#252525;
	margin-bottom:50px;
	text-align: center;
}

h2{
	font: 28px 'Asap', sans-serif;
	font-weight: 600;
	color:#353535;
	margin-bottom:30px;
	margin-top:40px;
}

h3{
	font: 24px 'Asap', sans-serif;
	font-weight: 500;
	color:#252525;
	padding-bottom:5px;
	margin:0;
	text-align: center;
	margin-bottom: 30px;
}

h4{
	font: 24px 'Asap', sans-serif;
	font-weight: 400;
	color:#252525;
	margin-bottom:10px;
	margin-top:0px;
}

h5{
	font: 20px 'Asap', sans-serif;
	font-weight: 500;
	color:#252525;
	margin-bottom:10px;
	margin-top:0px;
}


p{font-size: 18px;color:#353535;}
p.large{font-size: 22px;}
p.big{font-size: 28px;}
p.heavy{font-size: 32px;line-height: 1.6em;}

a.read_more{
	color:#61bdfd;
	float:right;
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	font: 12px 'Asap', sans-serif;
	cursor: pointer;
}

	a.read_more:hover{text-decoration: underline;}
	
	ul.target {list-style: none;margin:0;}
	ul.target li {
		font-size: 18px;
		line-height: 29px;
		background: url('img/target-li.png') top left no-repeat;
		padding-left:40px;
		margin-bottom:10px;
	}

	ol {counter-reset: repas;margin:0;} /* on initialise et nomme un compteur */
	ol li {
	    list-style-type: none;
	    counter-increment: repas; /* on incrémente le compteur à chaque nouveau li */
	    margin-bottom: 10px;
	    font-size: 18px;
		line-height: 29px;
	}
	ol li:before {
	    content: counter(repas); /* on affiche le compteur */
	    width:29px;
	    height:29px;
	    display: block;
	    float:left;
	    margin-right: 10px;
	    background: #0a4d5f;
	    -moz-border-radius: 50%;
	    border-radius: 50%;
	    text-align:center;
	    color: white;		
	}

/* BOUTON
----------------------------------------------- */
a.btn{
	padding:12px 15px;
	color:white !important;
	text-decoration:none;
	float:left;
	margin:0;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	margin-right:10px;
}

	a.btn:hover{background:#252525;}
	a.blue{background:#0a4d5f;}
	a.green{background:#0db140;}
	a.red{background:#e90f4c;}

	a.btn50{width:42%;margin-right:4%;}




/* PRICING TABLE
----------------------------------------------- */

table.pricing {
	width:100%;
}

table.pricing th{color:white;font-size: 20px;font-weight: 400;font-style: normal;padding-bottom:20px;}
table.pricing th.red{width:122px;background: url("img/th-red.jpg") top left repeat-y;padding-left:10px;padding-right:10px;text-align:center;}
table.pricing th.blue{width:122px;background: url("img/th-blue.jpg") top left repeat-y;padding-left:10px;padding-right:10px;text-align:center;}
table.pricing th a{font-family: 'Pacifico';font-size: 26px;}

table.pricing td{text-align:right;padding:5px 10px 5px 10px;}

table.pricing td.red{width:122px;background: url("img/td.jpg") -142px -10px no-repeat;text-align:center;}
table.pricing td.red-ok{width:142px;}
table.pricing td.red-no{width:142px;}
table.pricing td.red-start{width:122px;background: url("img/td.jpg") -142px top no-repeat;text-align:center;}
table.pricing td.red-end{width:122px;background: url("img/td.jpg") -142px bottom no-repeat;text-align:center;}

table.pricing td.blue{width:122px;background: url("img/td.jpg") 0px -10px repeat-y;text-align:center;}
table.pricing td.blue-ok{width:142px;}
table.pricing td.blue-no{width:142px;}
table.pricing td.blue-start{width:122px;background: url("img/td.jpg") 0px top repeat-y;text-align:center;}
table.pricing td.blue-end{width:122px;background: url("img/td.jpg") 0px bottom repeat-y;text-align:center;}

table.pricing td a{font: 22px 'Asap', sans-serif; font-weight: 700;	color:#252525;}

table.pricing td.grey{width:122px;background: #313131;text-align:center;color: white;border-bottom:1px white dashed;padding:10px;}

table.pricing a.btn{color:white;font-size:14px;padding:10px 0;width:100%; }
	a.cart{background:#0db140 url("img/cart.png") center 5px no-repeat;padding-top:40px !important;}
	a.cart:hover{background:#27AE60 url("img/cart.png") center 5px no-repeat;padding-top:40px !important;}



table.pricing label{
float: left;
margin-left: 10px;
margin-top: 0;
padding: 0;
line-height: 16px;
}



/* iCheck plugin Minimal skin, green
----------------------------------- */
.icheckbox_minimal-green,
.iradio_minimal-green {
    display: block;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url("img/green.png") no-repeat;
    border: none;
    cursor: pointer;
    float:left;
    margin-left:20px;
}

.icheckbox_minimal-green {
    background-position: 0 0;
}
    .icheckbox_minimal-green.hover {
        background-position: -20px 0;
    }
    .icheckbox_minimal-green.checked {
        background-position: -40px 0;
    }
    .icheckbox_minimal-green.disabled {
        background-position: -60px 0;
        cursor: default;
    }
    .icheckbox_minimal-green.checked.disabled {
        background-position: -80px 0;
    }

.iradio_minimal-green {
    background-position: -100px 0;
}
    .iradio_minimal-green.hover {
        background-position: -120px 0;
    }
    .iradio_minimal-green.checked {
        background-position: -140px 0;
    }
    .iradio_minimal-green.disabled {
        background-position: -160px 0;
        cursor: default;
    }
    .iradio_minimal-green.checked.disabled {
        background-position: -180px 0;
    }

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (-moz-min-device-pixel-ratio: 1.5),
       only screen and (-o-min-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_minimal-green,
    .iradio_minimal-green {
        background-image: url("img/green@2x.png");
        -webkit-background-size: 200px 20px;
        background-size: 200px 20px;
    }
}











/* PROFIL PAGE
----------------------------------------------- */
.profil-logo{
	margin-top: 40px;
	text-align:right;
}

.profil-user{
	background: url("img/profil-user.png") left center no-repeat;
	padding-left:40px;
	line-height: 32px;
	height: 32px;
	display: block;
	margin-bottom: 10px;
}
.profil-mail{
	background: url("img/profil-mail.png") left center no-repeat;
	padding-left:40px;
	line-height: 32px;
	height: 32px;
	display: block;
	margin-bottom: 10px;
}
.profil-tel{
	background: url("img/profil-tel.png") left center no-repeat;
	padding-left:40px;
	line-height: 32px;
	height: 32px;
	display: block;
	margin-bottom: 10px;
}
.profil-pdf{
	background: url("img/profil-pdf.png") left center no-repeat;
	padding-left:40px;
	line-height: 32px;
	height: 32px;
	display: block;
	margin-bottom: 10px;
}


.profil-cat{margin-top:20px;}
.profil-cat div{
	width:200px;
	height:242px;
	display:block;
	background: url("img/sprite-profil.jpg") left top no-repeat;
	margin:0 20px;
	float:left;
	cursor: pointer;
	}

	#profil-blogs{background-position: left top;	}
	#profil-blogs:hover,#profil-blogs.active{background-position: left -242px;}

	#profil-journaux{background-position: -200px top;	}
	#profil-journaux:hover,#profil-journaux.active{background-position: -200px -242px;}

	#profil-magazines{background-position: -400px top;	}
	#profil-magazines:hover,#profil-magazines.active{background-position: -400px -242px;}

	#profil-radios{background-position: -600px top;	}
	#profil-radios:hover,#profil-radios.active{background-position: -600px -242px;}

	#profil-televisions{background-position: -800px top;	}
	#profil-televisions:hover,#profil-televisions.active{background-position: -800px -242px;}

	#profil-container{background: #252525;color:white;padding:20px;}
	#profil-container div{display: none;}
	#profil-container div.active-ctn{display:block;} 









/* WIDGET
----------------------------------------------- */
.widget-title{
	color:#353535;
	text-transform: uppercase;
	font-size: 18px;
	text-indent: 6px;
}

 .widget ul{
	border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
padding: 0px;
margin-bottom: 20px;
border: 1px solid #eaedf2;
}

.widget ul li { 
    margin: 0;
    padding: 10px 15px;
    border-top: 1px solid #eaedf2;
}
	.widget ul li:first-child { border-top: none;}

	.widget ul li a{ 
		color: #555;
		text-decoration: none;
		display:block;
		padding-left:40px;
	    line-height:30px;
	}

	.widget ul li:hover,.widget ul#recentcomments li:hover  { 
		background-color: #f4f6f8;
	}

	.widget ul li:hover a{ 
		color: #01a9e0;
		text-decoration: none;
	}

.widget_categories ul li a { background: url("img/category.png") left center no-repeat;}
.widget_categories li { list-style: none;}
.widget_archive ul li a { background: url("img/archive.png") left center no-repeat;}
.widget_recent_comments ul li { text-indent:40px;background: url("img/comments.png") 15px 10px no-repeat;}
.widget_recent_entries ul li a { background: url("img/article.png") left center no-repeat;}
.widget_recent_entries li { list-style: none;}
.widget_meta ul li a { background: url("img/meta.png") left center no-repeat;}
.widget_meta li { list-style: none;}
ul#recentcomments a:first-child{
	/*padding-left:40px !important;*/
}

.widget_search input.field{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	height: 40px;
	color: #676f7a;
	padding-left: 12px;
	border: 1px solid #eaedf2;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	vertical-align: middle;
	background-color: #fff;
	margin:0;
}
.widget_search .submit {
	display: inline;
	background-color: #01a9e0;
	border: 1px solid #01a9e0;
	border-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	vertical-align: middle;
	height: 48px;
	padding: 6px 12px;
	font-size: 16px;
	color:white;
	margin:0;
	cursor:pointer;
}

.widget_search .submit:hover {
	background-color: #216b83;
	border: 1px solid #216b83;
}


ul.comment-list li{margin-bottom:20px;}
ul.comment-list ul.children{margin-top:20px;}

.comment-left{
	float: left!important;
	width:50px;
}

.comment-right{
	float: right !important;
	width:580px;
	padding: 20px;
	border: 2px solid #eaedf2;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: border-color 300ms;
	-moz-transition: border-color 300ms;
	-o-transition: border-color 300ms;
	transition: border-color 300ms;
}

.comment-right:before {
content: '';
border-top: 9px solid transparent;
border-bottom: 9px solid transparent;
position: absolute;
border-right: 11px solid #eaedf2;
top: 21px;
left: -11px;
width: 0;
height: 0;
-webkit-transition: border-color 300ms;
-moz-transition: border-color 300ms;
-o-transition: border-color 300ms;
transition: border-color 300ms;
}
.comment-right:after {
content: '';
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
position: absolute;
z-index: 1;
border-right: 9px solid white;
top: 23px;
left: -8px;
width: 0;
height: 0;
}

#respond h3{
	text-align:left;
	font-weight:normal;
	font-size:32px;
}

.gpricing_table{
padding:0;
margin:0;
}