/*
	Theme Name: FJ Responsive
	Theme URI: https://www.fredjaillet.com
	Description: FJ Responsive est un th&egrave;me pour WordPress.
	Author: Fred Jaillet  
	Author URI: http://www.fredjaillet.com
	Version: 2.0
	Tags: responsive, html5, css3, jquery
	License: GNU General Public License
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/*RESET*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,menu,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}ol,ul{list-style:none}article,aside,figure,footer,header,hgroup,nav,section{display:block}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}table{font-size:inherit;font:100%}html{-webkit-font-smoothing:antialiased;overflow-y:scroll}input[type=text],textarea,select{outline:none}label,input[type=button],input[type=submit],button{cursor:hand;cursor:pointer;}a:hover,a:active{outline:none}.ie7 img{-ms-interpolation-mode:bicubic}pre{padding:15px;white-space:pre;white-space:pre-wrap;white-space:pre-line;word-wrap:break-word}*{padding:0;margin:0}img{max-width:100%;vertical-align:middle;height:auto;width:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
/*COMMON*/ 
* { box-sizing: border-box}
html, body { width: 100%; height: 100%; overflow:hidden}
body { font-size:16px; font-weight:400; font-family: 'Lato', sans-serif; color:#000; background: url('media/wood-min.jpg') center center no-repeat; background-size: cover }
/*RIGHT HOME*/  
.home .right-shadow { background: rgb(69,13,2);
background: -moz-linear-gradient(left, rgba(69,13,2,1) 0%, rgba(95,18,3,1) 30%, rgba(95,18,3,1) 70%, rgba(69,13,2,1) 100%);
background: -webkit-linear-gradient(left, rgba(69,13,2,1) 0%,rgba(95,18,3,1) 30%,rgba(95,18,3,1) 70%,rgba(69,13,2,1) 100%);
background: linear-gradient(to right, rgba(69,13,2,1) 0%,rgba(95,18,3,1) 30%,rgba(95,18,3,1) 70%,rgba(69,13,2,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#450d02', endColorstr='#450d02',GradientType=1 ); 
	position:absolute; top:40px; bottom:40px; left:10px; width:20px; z-index:2 }
.home .right-top { background: url('media/home-right-top-min.png') bottom left no-repeat }
.home .right-top-corner { background: url('media/home-right-top-corner-min.png') bottom left no-repeat }
.home .right-middle { background: url('media/home-right-middle-min.png') center left no-repeat }
.home .right-bottom-corner  { background: url('media/home-right-bottom-corner-min.png') top left no-repeat }
.home .right-bottom { background: url('media/home-right-bottom-min.png') top left no-repeat }
.home .right-content { background: #5F1203; color:#fff; overflow-y: hidden; text-align: right }
.home .right-content-title { position:absolute; top:20px; left:60px; right:0; text-align: center; color:#e5cc8a}
.home .right-content-title p.author { font-family: 'Parisienne', cursive; color:#ffe39a; font-size:36px; padding-bottom:20px; text-align: center}
.home .right-content-title p.title { font-family: 'Open Sans Condensed', sans-serif; color:#ffe39a; font-weight: 700; font-size:62px; padding-bottom:20px; text-align: center; text-transform: uppercase; letter-spacing: 6px}
.home .right-content-title p.subtitle { font-family: 'Open Sans Condensed', sans-serif; color:#fff; font-weight: 700; font-size:19px; text-align: center; text-transform: uppercase; letter-spacing: 3px }
.home .right-content-title p.subtitle a { color:#fff; text-decoration:none}
.home .right-content-title p.subtitle a:hover { color:#ccc; text-decoration:none}  
.home .right-content-editor {  position:absolute; bottom:0; left:60px; right:0; text-align: center; color:#e5cc8a}
.home .right-content-editor span { text-transform:uppercase; font-size: 20px; letter-spacing:1px  }
.home .right-content-editor p { font-family: 'Open Sans Condensed', sans-serif; display: inline-block; color:#e5cc8a; font-size:19px }
.home .right-content a { color:#ffe39a; text-decoration: none}
.home .right-content a:hover { color:#ccb57b} 
.shadow { background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	position:absolute; top:55px; bottom:55px; left:-10px; width:20px; z-index:2 }
/*LEFT*/
.left { left: 0; top: 0; bottom: 0; width: 50%; position: fixed }
.left-top { background: url('media/left-top-min.png') bottom right no-repeat; position:absolute; top:0; height:100px; left:100px; right:0 }
.left-top-corner { background: url('media/left-top-corner-min.png') bottom right no-repeat; position:absolute; top:0; height:100px; left:0; width:100px }
.left-middle { background: url('media/left-middle-min.png') center right no-repeat; position:absolute; top:100px; bottom:100px; width:100px; left:0 }
.left-bottom-corner  { background: url('media/left-bottom-corner-min.png') top right no-repeat; position:absolute; bottom:0; height:100px; left:0; width:100px }
.left-bottom { background: url('media/left-bottom-min.png') top right no-repeat; position:absolute; bottom:0; height:100px; left:100px; right:0 }
.left-content { background:#fff; position:absolute; top:100px; bottom:100px; left:100px; right:0 }
/*RETURN HOME*/   
.returnhome { position:absolute; top:70px; right:40px; text-align: left; left:120px; z-index:2; font-size:12px; text-transform: uppercase; color:#5F1203}
.returnhome a { color:#5F1203; text-decoration: none}
.returnhome a:hover { color:#000}
/*MENU */ 
.entry-toc { font-size:48px; font-family: 'Open Sans Condensed', sans-serif; color:#000; margin-bottom:10px}
#toc { margin:40px 80px 0 80px; font-size:28px; color:#000; font-family: 'Open Sans Condensed', sans-serif }  
#toc li { background: url('media/dot.gif') repeat-x bottom left; overflow: hidden; margin-bottom:10px } 
#toc a,  
#toc span { background:#fff; display: inline-block; position: relative }
#toc a { text-decoration:none; color: #000; float: right; padding-left:5px } 
#toc a:hover { color: #5F1203 }
#toc span { float: left; padding-right: 5px} 
/*RIGHT*/    
.right { left:50%; top:0; bottom: 0; right: 0; position: fixed}
.right-top { background: url('media/right-top-min.png') bottom left no-repeat; position:absolute; top:0; height:100px; left:0; right:100px }
.right-top-corner { background: url('media/right-top-corner-min.png') bottom left no-repeat; position:absolute; top:0; height:100px; right:0; width:100px }
.right-middle { background: url('media/right-middle-min.png') center left no-repeat; position:absolute; top:100px; bottom:100px; width:100px; right:0 }
.right-bottom-corner  { background: url('media/right-bottom-corner-min.png') top left no-repeat; position:absolute; bottom:0; height:100px; right:0; width:100px }
.right-bottom { background: url('media/right-bottom-min.png') top left no-repeat; position:absolute; bottom:0; height:100px; left:0; right:100px }
.right-content { background:#fff; position:absolute; overflow-y: scroll; top:100px; bottom:100px; left:0; right:100px }
/*BREADCRUMB*/
.breadcrumb { position:absolute; top:70px; left:40px; text-align: right; right:120px; z-index:2; font-size:12px; text-transform: uppercase; color:#5F1203}
.breadcrumb a { color:#5F1203; text-decoration: none}
.breadcrumb a:hover { color:#000}
/*ARTICLE*/ 
.left article { position: absolute; top: 50%; text-align: center; left: 50%; transform: translate(-50%, -50%); width: 100%; padding:40px }
.right article { padding:40px}
 @media only screen and (max-width : 1180px) {
	#toc { margin:0; font-size:16px; color:#000; font-family: 'Lato', sans-serif;  }  
	#toc li { background: url('media/dot.gif') repeat-x bottom left; overflow: hidden; margin-bottom:10px }
 	.home .right-content-title p.author { font-size:32px}
	.home .right-content-title p.title { font-size:36px; letter-spacing: 3px}
	.home .right-content-title p.subtitle { font-size:16px; letter-spacing: 0  }
} 
@media only screen and (max-width : 980px) {
	html, body { width: 100%; height: 100%;  background:none; overflow:auto}	
	.shadow,
	.left-top,    
	.left-top-corner,
	.left-middle,
	.left-bottom-corner,
	.left-bottom, 
	.right-top,  
	.right-top-corner,
	.right-middle,  
	.right-bottom-corner, 
	.right-bottom, 
	.home .left { display:none}
	.left { left: auto; top: auto; bottom: auto; width: 100%; float:left; display:block; position: relative }
	.right { left:auto; top:auto; bottom: auto; width:100%; float:left; display:block; right: auto; position: relative}
	.left-content { position:relative; width:100%; float:left; display:block; top:0; bottom:0; left:0; right:0 }	    
	.right-content { position:relative; width:100%; float:left; overflow-y: hidden; display:block; top:auto; bottom:auto; left:auto; right:auto }
	.left article { position: relative; top: auto; text-align: center; left: auto; transform: none; width: 100%; padding:20px }
	.right article { padding:20px}
	body.home { background:#5F1203} 
	.home .right-shadow { display: none; background:none}  	   
	.home .right { height:200px } 
 	.home .right-content { overflow-y: visible}
	.home .right-content-title { padding:20px; position: absolute; top: 0; left: 0; right: 0; text-align: center; color: #e5cc8a }
	.home .right-content-editor { display:none }
	.home .right-content-title p.author { font-family: 'Parisienne', cursive; color:#ffe39a; font-size:22px; padding-bottom:20px; text-align: center}
	.home .right-content-title p.title { font-family: 'Open Sans Condensed', sans-serif; color:#ffe39a; font-weight: 700; font-size:31px; padding-bottom:20px; text-align: center; text-transform: uppercase; letter-spacing: 2px}
	.home .right-content-title p.subtitle { font-family: 'Open Sans Condensed', sans-serif; color:#fff; font-weight: 700; font-size:16px; text-align: center; text-transform: uppercase; letter-spacing: 1px }
	.breadcrumb { position:relative; padding:20px; top:auto; left:auto; text-align: center ; right:auto; background:#efefef }
	.returnhome { position:relative; padding:20px; top:auto; right:auto; left:auto; text-align: center; background:#5F1203; color:#fff}
	.returnhome a { color:#fff}
	.returnhome a:hover { color:#efefef }	   
} 
/*NEWS*/  
.grid-news { border-top:1px dotted #000}
.grid-news > li { display:block; overflow:hidden; border-bottom:1px dotted #000; padding: 10px 0}
.grid-news > li img { float:right; margin-left:20px; border:1px solid #5F1203 }
.grid-news > li h3 { font-size: 22px; font-family: 'Open Sans Condensed', sans-serif; color:#5F1203; margin-bottom:10px} 
.grid-news > li h3 a { color:#5F1203; text-decoration: none }
.grid-news > li h3 a:hover { color:#000 }
.grid-news > li .entry-summary { padding-top:10px; line-height:1.4em; color:#000; font-size:14px}
/*META*/       
.single .entry-meta { padding-bottom:10px }
.entry-meta span { margin-right:16px; color:#666; font-size:12px} 
.entry-meta span:last-child { margin-right: 0}
.entry-meta span a { color:#666; text-decoration: none}
.entry-meta span a:hover { color:#999; text-decoration: none}
.entry-meta-date:before { content: '\f017'; font-family: "FontAwesome"; display: inline-block; margin-right: 5px; font-size:15px }
.entry-meta-category:before { content: '\f115'; font-family: "FontAwesome"; display: inline-block; margin-right: 5px; font-size:15px }
.entry-meta-comment:before { content: '\f086'; font-family: "FontAwesome"; display: inline-block; margin-right: 5px; font-size:15px }
/*TAG*/       
.entry-tag {  position: relative; display: inline-block; height: 24px; margin-left: 12px; margin-right:6px; margin-bottom:6px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; padding: 0 8px 0 12px; background-color: #ccc; color: #5F1203; font-size: 11px; text-transform:uppercase; line-height: 24px; text-decoration: none; zoom: 1}
.entry-tag:hover { background:#5F1203; color:#fff}  
.entry-tag-arrow { content: ""; position: absolute; top: 0; left: -12px; width: 0; height: 0; border-color: transparent #ccc transparent transparent; border-style: solid; border-width: 12px 12px 12px 0}
.entry-tag:hover .entry-tag-arrow { border-color: transparent #5F1203 transparent transparent;} 
.entry-tag-bullet { content: ""; position: absolute; top: 10px; left: 0; float: left; width: 4px; height: 4px; border-radius: 2px; background-color: #fff}
/*RICHTEXT*/ 
h1.entry-title { font-size:32px; font-family: 'Open Sans Condensed', sans-serif; color:#5F1203; margin-bottom:20px}
h2.entry-title { font-size:28px; font-family: 'Open Sans Condensed', sans-serif; color:#000; margin-bottom:20px}
.entry-content a { color:#5F1203; text-decoration:none}
.entry-content a:hover { color:#5F1203; text-decoration:underline}
.entry-content h1 { font-size:28px; font-family: 'Open Sans Condensed', sans-serif; color:#5F1203; margin-bottom:20px}
.entry-content h2 { font-size:24px; font-family: 'Open Sans Condensed', sans-serif; color:#000; margin-bottom:10px}
.entry-content h3 { font-size: 22px; font-family: 'Open Sans Condensed', sans-serif; color:#5F1203; margin-bottom:10px}
.entry-content h4 { font-size: 20px; font-family: 'Open Sans Condensed', sans-serif; color:#000; margin-bottom:10px}
.entry-content h5 { font-size: 18px; font-family: 'Open Sans Condensed', sans-serif; color:#5F1203; margin-bottom:10px}
.entry-content h6 { font-family: 'Parisienne', cursive; color:#ffe39a; font-size:28px; color:#000; margin-bottom:10px}
.entry-content p { padding-bottom:20px; line-height:1.6em; text-align:justify}  
.entry-content > ul { margin-bottom:20px}        
.entry-content > ul > li { list-style:none; line-height:1.6em}
.entry-content > ul > li:before { color:#5F1203; margin-right:5px; padding-bottom:2px; vertical-align:middle; display:inline-block; content: "\f0c8"; font-size:10px; font-family: "FontAwesome"}
.entry-content > ol { margin:0 0 20px 20px}     
.entry-content > ol > li { list-style:decimal; margin-left:20px; line-height:1.6em}  
.entry-content blockquote { margin-bottom:20px; font-style: italic; border-left:3px solid #5F1203; font-size:16px; padding-left: 20px}
.entry-content blockquote p { padding-bottom:0; color: #000; line-height:1.6em} 
.left img { border:1px solid #5F1203 }
/*PAGINATION*/   
.pagination { position:absolute; bottom:70px; left:40px; text-align: left; right:120px; z-index:2; font-size:12px; text-transform: uppercase; color:#5F1203}
.entry-pagination { font-size:0 }
.entry-pagination li { display:inline-block; margin-right:3px; vertical-align:middle; font-size:11px}
.entry-pagination li:last-child { font-weight: bold; display:inline-block; padding:3px 6px; float: right; margin-right:0}
.entry-pagination li.current { display:inline-block; padding:3px 6px; color:#fff; background:#5F1203}
.entry-pagination li a { display:inline-block; padding:3px 6px;  text-decoration:none; text-transform:uppercase; color:#fff; background: #666}
.entry-pagination li a:hover { color:#fff; background:#5F1203}
@media only screen and (max-width : 980px) { 
	.pagination { float:left; display:block; width:100%;  position:relative; padding:20px; bottom:auto; left:auto; z-index:auto; text-align: left; right:auto; background:#efefef }
	.entry-pagination li { font-size:11px } 
	.entry-pagination li:last-child { padding: px 6px } 
	.entry-pagination li.current { padding:3px 6px } 
	.entry-pagination li a { padding:3px 6px }
} 
@media only screen and (max-width : 480px) { 
	.pagination { text-align:center } 
	.entry-pagination li:last-child { display:none}
}
/*CONTACT*/ 
div.wpcf7 { padding:0}
div.wpcf7-response-output { font-size: 13px !important; padding:10px}
textarea.wpcf7-not-valid,
input.wpcf7-not-valid { border:1px solid #F00}
.wpcf7-validation-errors { border:1px solid red!important; color:red}
.wpcf7-mail-sent-ok { border:1px solid green!important; color:green}
span.wpcf7-not-valid-tip  { color: #f00; font-size: 13px !important; text-transform:none; font-weight:normal !important; display: block}
div.wpcf7 .screen-reader-response { display: none }
.wpcf7 label { font-size:13px !important; text-align:center !important; text-transform:uppercase; font-weight:bold}   
.wpcf7 label em { color:red; padding-left:6px; font-style:normal}
.wpcf7 input[type=text],
.wpcf7 input[type=email] { margin-bottom:12px; width: 100%; background:#fff; color:#000; padding: 6px; font-family:Tahoma,Geneva,sans-serif; font-size:16px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border:1px solid #ddd}
.wpcf7 input[type=text]:hover, 
.wpcf7 input[type=email]:hover,
.wpcf7 textarea:hover { border:1px solid #5F1203 } 
.wpcf7 select { margin-bottom:12px; width: 100%; background:#fff; color:#000; padding: 11px; font-family:Tahoma,Geneva,sans-serif; font-size:16px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border:1px solid #ddd}
.wpcf7 textarea { margin-bottom:12px; width: 100%; background:#fff; resize: none; color:#000; padding:6px; font-family:Tahoma,Geneva,sans-serif; font-size:16px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border:1px solid #ddd}
.wpcf7 input[type=submit]{ width:100%; display:block; text-align:center !important; background:#5F1203; text-transform:uppercase; color:#fff; padding: 12px 48px; font-family:Tahoma,Geneva,sans-serif; font-size:16px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border:1px solid #5F1203}
.wpcf7 input[type=submit]:hover { background:#fff; border:1px solid #5F1203; color:#5F1203} 
.wpcf7 input[type=file] { margin-bottom:6px; width: 100%; background:#fff; color:#000; padding: 3px; font-family:Tahoma,Geneva,sans-serif; font-size:16px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border:1px solid #e7d1ab}
.wpcf7 span:last-child { width:100%; display:inline-block; text-align:center}
/*COMMENTS*/
.comments-area{padding-top:40px;text-align:left} 
h2.comments-title,
h3.comment-reply-title{ font-size:24px; font-family: 'Open Sans Condensed', sans-serif; color:#000; margin-bottom:10px}
.logged-in-as a{color:#5F1203;text-decoration:none}
.logged-in-as a:hover{color:#5F1203;text-decoration:underline}
.form-allowed-tags{ display:none;padding:10px 0;font-size:10px}
.comment-list{margin-bottom:40px;border-bottom:1px dotted #ddd;}
.comment-list li{width:100%;border-top:1px dotted #ddd;padding:10px 0}
h3.comment-reply-title a,
.comment-list li a{color:#5F1203;text-decoration:none}
h3.comment-reply-title a:hover,
.comment-list li a:hover{color:#5F1203;text-decoration:underline}
.comment-meta { color:#666; font-size:12px; padding-top:5px} 
.comment-meta a { color:#666 !important; text-decoration:none}
.comment-meta a:hover { color:#999 !important }  
.children{background:url(media/arrow.png) 10px 0 no-repeat;padding-top:10px;padding-left:50px}
.children li{border-top:1px dotted #ddd;padding:10px 0}
.reply{text-align:right;font-size:10px}
.comment-author{color:#5F1203; font-weight:700} 
.comment-author .fn { font-style:normal !important }
.comment-author span { display:none} 
.comment-body p{padding:10px 0}
img.avatar{float:right;margin-left:10px;margin-bottom:5px;-webkit-border-radius:50px;padding:2px;border:2px solid #ddd;border-radius:50px}
.bypostauthor img.avatar{border:2px solid #5F1203}
.comment-form p { margin-bottom:10px} 
.comment-form-comment > label{float:left;margin-top:20px;display:block;width:100%;overflow:hidden}
.comment-form-comment > textarea{font-family:Arial, Helvetica, sans-serif;border:1px solid #ddd;font-size:12px;width:97.5%;padding:1%}
.comment-form input[type=text],
.comment-form input[type=email] { margin-bottom:12px; width: 100%; background:#fff; color:#000; padding: 6px; font-family:Tahoma,Geneva,sans-serif; font-size:16px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border:1px solid #ddd}
.form-submit input[type=submit]{ width:100%; display:block; text-align:center !important; background:#5F1203; text-transform:uppercase; color:#fff; padding: 12px 48px; font-family:Tahoma,Geneva,sans-serif; font-size:16px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border:1px solid #5F1203}
.form-submit input[type=submit]:hover { background:#fff; border:1px solid #5F1203; color:#5F1203} 

