/*
Theme Name: iphon-vipad
Author: Ziofix
Author URI: https://www.ziofix.fr/
Version: 0.0.3
*/

/* http://www.sebcdesign.com */
/* v2.0 | 20140607 */

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


/*** end of wordpress core ***/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* iphon / VIPad customs */

body {
	font: 13px/1.54em 'Helvetica Neue', Arial, sans-serif;
	background-color: #eee;
	color: #555;
}

/*  Links */
a {
	color: #0088dd;
	text-decoration: none;
}

a:hover {
	color: #000;
}

strong, b{
	font-weight: 500;
}

i {font-style: italic;}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 38px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 11px;
}

.clear {
	clear: both;
}

.left {
	float: left;
	margin-right: 5px;
	display: inline;
}

.right {
	float: right;
	margin-left: 5px;
	display: inline;
}

.font11{
	font-size: 11px;
}

.pull-left {float: left; margin: 0 15px 15px 0;}
.pull-right {float: right; margin: 0 0 15px 15px;}
.pull-center {margin: 15px auto; text-align: center;}


/* =Containers
--------------------------------------------------------------------------------*/
#page
{
	margin: 25px auto 0;
	width: 1004px;
	position: relative;
	background: #fff;
}

#wrapper {
    margin: 0 20px;
    width: 964px;
	background: #fff;
}

#main, #sidebar{
	display: inline;
	float: left;
	background: #fff;
}

#main{
	margin-right: 20px;
	width:636px;
	}

#sidebar{
	width:308px;
	margin-top: -15px;
}


/***** header *****/

#switchnav{
	width: 100%;
	background: #000;
	position: absolute;
	top: -27px;
	left: 0;
	padding: 4px 0;
}

#switchnav span.what {
	position: absolute;
	top: 28px;
	left: 18px;
	border-width: 5px;
	border-style: solid;
	border-color: #000 #fff #fff #fff;
	line-height: 0;
}

#switchnav #corplinks{
	float: right;
}


/*  switchnav custom */
#sidebar #switchnav  ul, #sidebar #nav  ul {
	border-top: 0;
}

#sidebar  #switchnav li, #sidebar  #nav li{
	margin-bottom: 0px;
	float: left;
	padding: 2px 5px 2px 5px;
	border-bottom: 0;
}

#sidebar  #switchnav li.active{
	font-weight: 500;
	color: #fff;
	position: relative;
}

#sidebar  #switchnav li a, #sidebar  #nav li a{
	border-bottom: 0;
	border-left: 0;
	display: block;
	color: #999;
	padding: 0;
}

#sidebar  #switchnav li a:hover{
	color: white;
}

#sidebar  #nav li a{
	color: #0088dd;
	font-weight: 500;
	padding-right: 5px;
}

#sidebar  #nav li a:hover{
	color: #000;
}


#sidebar  #nav li.label {
	color: #000;
	text-transform: none;
}

#top{
	height: 310px;
}

#top h1{
	text-indent: -9999px;
}

#logo{
	position: absolute;
	top: 15px;
	left: 20px;
}

#prelude{
	display: none;
}

.grid-4{
	width: 202px;
	background: #fff url(http://www.iphon.fr/public/V2/img/dotted-v.png) repeat-y;
	padding: 0 10px 0 14px;
	margin-left: 10px;
}

#push .social, #push .mobile, #push .teasing{
	float: left;
	display: inline;
}

#push .social.grid-4{
	width: 218px;
	height: 100px;
	padding: 0 0 0 15px;;
	margin-left: 0;
}

#sidebar #push ul {
    border-top: 0px;
}

#push{
	position: absolute;
	top: 15px;
	left: 290px;
}

#push h4, #sidebar  #nav li{
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 12px;
	color: #000;
}

#large-ban-container {
    height: 90px;
    position: absolute;
    right: 7px;
    top: 190px;
    width: 990px;
    margin: 0 auto;
    text-align: center;
    }

/* Social button */

.social span {
	display: none;
}

.social a {
	background-repeat: no-repeat;
	display: inline-block;
	width: 40px;
	height: 40px;
}

.social a:hover {
	opacity: 0.5;
}

.social a.f {
	background-image: url(http://ilgmedia.ziofix.net/iphon/images/facebook.png);
}

.social a.t {
	background-image: url(http://ilgmedia.ziofix.net/iphon/images/twitter.png);
}

.social a.r {
	background-image: url(http://ilgmedia.ziofix.net/iphon/images/rss.png);
}

.social a.e {
	background-image: url(http://ilgmedia.ziofix.net/iphon/images/email.png);
}

.social a.y {
	background-image: url(http://ilgmedia.ziofix.net/iphon/images/youtube.png);
}

.boutt{display:inline-block;width:auto;margin:0em;padding:1em
1.5em;color:white;text-align:center;font-family:"Montserrat";text-transform:uppercase;text-decoration:none;background-color:#3C948B;margin-bottom:2em;margin-top:0.8em}



/* Hot topics */
#nav{
	position: absolute;
	top: 130px;
	left: 20px;
	width: 968px;
	height: 34px;
	border: 1px solid #eee;
	border-left: 0;
	border-right: 0;
}

#sidebar  #nav ul{
	margin-top: 5px;
}

#sidebar  #nav li{
	text-transform: capitalize;
	position: relative;
}

#sidebar  #nav li.label{
	padding-left: 0;
}

#sidebar #nav ul#jsddm li ul {	background-color: #fff;margin: 0;padding: 0;position: absolute;visibility: hidden; z-index: 5000;margin-top: 7px; box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);border: 1px solid #ccc; border-top: 0;}
#sidebar #nav ul#jsddm li ul li {	float: none; display: inline-block;margin-bottom:0;width: 150px;padding-bottom:0}
#sidebar #nav ul#jsddm li ul li a {	padding: 3px 8px; font-weight: 400;}
#sidebar #nav ul#jsddm li ul li a:hover {	color: #000}
.caret {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #bbb;
	width: 0;
	display: inline-block;
    padding-top: 2px;
	}
	a:hover .caret {
	border-top: 5px solid #000;
	}


/***** Footer *****/
#footer{
	clear: both;
	margin: 30px 0 0 20px;
	background: #1a1a1a;
	height: 310px;
	width: 964px;
	position: relative;
}

#footer p{
	color: #333;
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 959px;
	padding: 2px 0 0 5px;
	font-size: 11px;
}

#footer p a{
	color: #333;
}


/* main settings
--------------------------------------------------------------------------------*/

/* Post  */

.post{
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

p.pagination {
	margin-bottom: 15px;
	font-weight: bold;
	background: #eee; border: 1px solid #ddd;
	padding: 5px;
}

.post p.day-date{
	background-color: #eee;
	padding: 5px 10px;
	margin-bottom: 15px;
    font-size: 14px;
    display: inline-block;
    text-transform: capitalize;
}

#content .post h2{
	line-height: 1.3em;
	font-size: 32px;
	font-weight: 400;
}

#content .post h2 a{color: #000;}
#content .post h2 a:hover{color: #0088dd;}

.dc-post #content .post h2.post-title{
	color: #000;
	font-size: 38px;
	line-height: 42px;
}

.post-info, .post-tags{
	font-size: 10px;
	color: #999;
}

.post-info a{
	color: #999;
}

.post-info{
	padding-top: 5px;
}

.post-tags {
    border-bottom: 1px solid #eee;
	padding-bottom: 5px;
    overflow: hidden;
    position: relative;
	}

	.post-tags li {
		display: inline;
	}

	.post-tags li a:link, .post-tags li a:visited {
    background: url("http://www.iphon.fr/public/V2/img/tag.png") no-repeat scroll 0 2px transparent;
    display: block;
    float: left;
    padding: 0px 10px 0px 13px;
    white-space: nowrap;
	color: #999;
}

.post-content, .post-excerpt{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    margin: 15px 0;
    overflow: hidden;
    padding: 0 30px 0 0;
}

.post-content p, .post-excerpt p{
	margin: 5px 0;
}

.post-info a:hover, .post-content a:hover, .post-excerpt a:hover, .post-tags li a:hover, #comments dd p a:hover{
	color: #000;
}

#content .post-content h2, .dc-post #content .post-excerpt h2{
   clear: both;
    color: #222;
    font-family: 'helvetica Neue',Arial,sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin: 25px 0 10px;
    color: #555;
}

#content .post-content ul li, .dc-post #content .post-excerpt ul li {
	margin: 10px 0;

}
#content .post-content ul li:before, .dc-post #content .post-excerpt ul li:before {
content: "⋅ ";
color: #333;
font-size: 16px;
}

/*  img effect within a post  */

.post-content img, .post-excerpt img, .post-content object, .post-excerpt object {

}

.post-content img.noeffect, .post-excerpt img.noeffect{
	padding: 0px;
	border: 0px solid #cfcfcf;
	box-shadow: 0 0 0 #cfcfcf;
	-moz-box-shadow: 0 0 0 #cfcfcf;
	-webkit-box-shadow: 0 0 0 #cfcfcf;
}

.post-content object, .post-excerpt object {
	margin: 10px 0;
}


/*  button  */
p.read-it{
	clear: both;
	margin-bottom: 8px;
    color: #0088dd;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 3px;
	border: 1px solid #0088dd;
	cursor: pointer;
	font-size: 16px;
}
p.read-it:hover{
    color: #fff;
	background: #0088dd;
	border: 1px solid #0088dd;
}
	p.read-it a{
	display: inline-block;
	font-weight: 500;
	}

	p.read-it a:hover{
	color: #fff;
	}

/*  Comments  */
.comments-title {
	font-size: 24px;
	font-weight: 400;
}
#comments{
	overflow: hidden;
	zoom: 1;
	margin-bottom: 15px;
}

.comment-form .form-comment-title{
	padding: 20px;
	font-size: 18px;
	font-weight: 400;
}

#comments dt{
	margin-top: 20px;
	background: url(http://www.iphon.fr/public/V2/img/arrow-co.png) no-repeat right 45px;
	font-size: 11px;
	color: #888;
}

#comments a.comment-number{
	display: none;
	color: #ccc;
	font-size: 30px;
	font-weight: bold;
}

#comments dd{
   background-color: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 3px;
}

#comments dd p{
	font-size: 14px;
    line-height: 22px;
    padding: 15px;
}

#comment-form{
	clear: both;
	 background-color: #eee;
	 padding: 30px;
}

.comment-notes {margin-bottom:15px}

#comment-form h3{padding: 20px;font-size: 18px;font-weight: 400;}

#comment-form fieldset{
	margin: 15px;
}

#comment-form fieldset p.field,
#comment-form .form-submit,
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url  {
	clear: left;
	margin-bottom: 15px;
}

#comment-form fieldset p.field  label,
.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label{
	text-align: right;
	display: inline-block;
	float: left;
	width: 30%;
	margin-right: 10px;
}

#comment-form fieldset p.field  input[type=text],
.comment-form-author input,
.comment-form-email input,
.comment-form-url input{
	height: 22px;
	width: 300px;
}

#comment-form fieldset p.field  textarea,
.comment-form-comment textarea{
	width: 300px;
}

#comment-form fieldset .form-help{
	font-style: italic;
	font-size: 11px;
}

#comment-form fieldset .form-help, #comment-form p.remember, #comment-form p.buttons{
	margin-left: 185px;
}

.post-info-co{
	font-weight: 500;
	text-transform: uppercase;
	font-size: 11px;
	background: url(http://www.iphon.fr/public/V2/img/nav.png) repeat-x left 20px;
	height: 30px;
}

.post-info-co a{
	color: #000;
}


/* pagination */
p#navlinks{
	margin-bottom: 25px;
	background-color: #eee;
	padding: 4px 0 4px 8px;
	font-size: 11px;
	text-align: center;
}

/* category page */

.dc-category #content-info, .dc-tag #content-info{
	margin-bottom: 20px;
	 padding-bottom: 10px;
	 border-bottom: 1px dashed #ccc;
}

.dc-category #content-info h2, .dc-tag #content-info h2, .dc-archive #content-info h2, .dc-page #content-info h2 {
	font-size: 36px;
	padding: 0 0 10px;
	color: #000;
	font-weight: 500;

}

.dc-category #content-info h3{
	font-size: 12px;
	font-weight: normal;
}

.dc-category #content-info .feed, #comments-feed .feed, .dc-tag #content-info .feed{
	margin-top: 10px;
	display: inline-block;
	font-weight: bold;
}

.dc-post p#comments-feed{
	margin-bottom: 15px;
}


/* Addthis */
.addthis {
	margin-bottom: 15px;
	}

/* Follow */

#follow .f8{
	background-color: #F8F8F8;
	margin-top: 5px;
	padding-top: 10px;
	border: 1px solid #dfdfdf;
	overflow: hidden;
}

#content .post-content #follow ul li, .dc-post #content .post-excerpt #follow ul li {
	padding-left: 0;
}

#follow li a{
	background-repeat: no-repeat;
	padding: 0px 30px 10px 21px;
	width: 185px;
	border-bottom: 0;
	color: #3a6898;
}

#follow li a:hover{
	color: #000;
}


#follow li a.f_s {
	background-image: url(http://www.iphon.fr/public/V2/img/social/s/facebook.png);
}

#follow li a.t_s{
	background-image: url(http://www.iphon.fr/public/V2/img/social/s/twitter.png)
}

#follow li a.r_s{
	background-image: url(http://www.iphon.fr/public/V2/img/social/s/rss.png)
}

#follow li a.e_s{
	background-image: url(http://www.iphon.fr/public/V2/img/social/s/email.png)
}

.post-content #follow img, .post-excerpt #follow img{
	border: 0;
	box-shadow: 0 0 0 #cfcfcf;
	-moz-box-shadow: 0 0 0 #cfcfcf;
	-webkit-box-shadow: 0 0 0 #cfcfcf;
}

.post-content #follow a:hover img, .post-excerpt #follow a:hover img{
	box-shadow: 0 0 5px #cfcfcf;
	-moz-box-shadow: 0 0 5px #cfcfcf;
	-webkit-box-shadow: 0 0 5px #cfcfcf;
}

/* sidebar settings
--------------------------------------------------------------------------------*/
#sidebar .text, #sidebar .lastposts, #sidebar .selected, #sidebar .links, #sidebar .feed, #search {
	margin-bottom: 15px;
}

#sidebar h2, #follow h5{
	padding: 10px 0;
	font-weight: 400;
	font-size: 18px;
	color: #000;
}

#sidebar  ul {
	border-top: 1px solid #dfdfdf;
}

#sidebar  li{
	margin-bottom: 1px;
	border-bottom: 1px solid #dfdfdf;
}

#sidebar  li a{
	display: inline-block;
	border-left: 1px solid #eee;
	padding: 3px 0 3px 10px;
	color: #000;
}

#sidebar  li a:hover{
	border-left-color: #0088dd;
	color: #0088dd;
}


#sidebar  .textbloc{
	padding: 4px;
}


#sidebar  .bg-on{
	background-color: #eee;
	padding: 4px;
	margin: 0 auto;
	text-align: center;
}

#sidebar  .border{
	border: 1px solid #dfdfdf;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	padding: 4px 0;
}

#sidebar  iframe.border{
	border: 1px solid #dfdfdf;
}

#sidebar  #lrec span{
	font-size: 9px;
	text-transform: uppercase;
	display: block;
}


#sidebar .links h3{
	font-size: 12px;
	padding: 10px 15px 4px;
	color: #000;
	background: #eee;
	text-shadow: 0 1px 0px #fff;
}

/*  Search  */
#search input[type=text]{
	height: 22px;
	width: 200px;
	display: inline;
}

#search input[type=submit], #comment-form input[type=submit] {
	display: inline-bloc;
	height: 30px;
	font-weight: 500;
	background: #333;
	color: #fff;
	margin-left: 2px;
	margin-top: 2px;
	border: 0;
}

#comment-form input[type=submit]{
    margin-left:185px;
	width: 96px;
	}

/* footer assets */

/***** Tags ******/

#sidebar  .tags, #sidebar  .disclaimer, #sidebar #topnav{
	position: absolute;
	bottom: 72px;
	left: 40px;
	z-index: 10;
	width: 436px;
}

.tag0 { font-size: 75%; }
.tag10 { font-size: 80%; }
.tag20 { font-size: 90%; }
.tag30 { font-size: 100%; }
.tag40 { font-size: 110%; }
.tag50 { font-size: 120%; }
.tag60 { font-size: 130%; }
.tag70 { font-size: 140%; }
.tag80 { font-size: 150%; }
.tag90 { font-size: 160%; }
.tag100 { font-size: 180%; }

#sidebar  .tags a, #sidebar  .disclaimer a, #sidebar #topnav  a{
	color: #777;
}

#sidebar  .tags a:hover, #sidebar  .disclaimer a:hover,  #sidebar #topnav  a:hover{
	color: #ccc;
}

#sidebar .tags h2, #sidebar  .disclaimer h2{
	background-color: #1a1a1a;
	border-left: 5px solid #333;
	padding: 0 0 0 8px;
	margin-bottom: 15px;
	color: #eee;
	font-weight: bold;
	text-shadow: 0 1px 0 #000;
}

#sidebar  .tags p{
	clear: both;
}

#sidebar  .tags ul,  #sidebar #topnav ul{
	border-top: 0;
}

#sidebar  .tags li , #sidebar #topnav li{
	border-bottom: 0;
}

#sidebar  .tags li a,  #sidebar #topnav li a{
	float: left;
	padding: 0 7px 0 0;
	border: 0;
	display: inline-block;
}

/* avertissement */
#sidebar  .disclaimer{
	bottom: 109px;
	left: 500px;
	font-size: 11px;
}

/* topnav */

 #sidebar #topnav{
 	bottom: 84px;
 }

  #sidebar #topnav span {
	float: left;
	padding-right:5px
 }
