@charset "utf-8";
/*
Theme Name: AFT
Theme URI: https://transhumanistes.com/
Description: Le thème mobile de l'AFT+Technoprog.
Version: 1.0
Author: Jori Avlis
Author URI: http://e-jori.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/


body {
margin:0 auto;
padding: 0;
font-size: 1em;
line-height:1.1em;
font-family: 'PT Serif', serif;
color: #000;
background:url(images/fond.png) left top repeat-x fixed #d4e2d4;
}

a {
color:#a3bd60;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

ol {
counter-reset: item;
margin-left: 0;
padding-left: 0;
}

ol li {
background: #ddeadd;
display: block;
margin-bottom:20px;
padding:15px 30px 15px 30px;
border-left:5px solid #fff;
border-top:5px solid #fff;
}

ol li:before {
display:block;
content: counter(item);
counter-increment: item;
font-size:42px;
font-weight:bold;
margin:-15px 20px 0 -30px;
background:#fff;
padding:15px;
float:left;
/*font-family: 'Lora', serif;*/
}

.post ul {
margin:0;
padding:0 0 20px 20px;
text-align:left;
}

.post ul ul{
margin: 10px 0px 10px 50px;
padding: 0;
}

ul {
margin: 0;
padding: 0;
}

.type-post {
position:relative;
width: 250px;height:200px;
float:left;
margin: 10px 4px 5px 3px;
background-color:#ccc;
color:#fff;
border-radius:4px;

}

.type-related {
position:relative;
width: 250px;height:170px;
margin: 5px 0 0 0;
color:#fff;
border-radius:4px;

}

.type-tag {
position:relative;
float:left;
width: 250px;height:170px;
margin: 0 20px 25px 0;
color:#fff;
border-radius:4px;

}

.ext-post {
clear:both;
}

.ext-post p {
margin:0 0 0 0!important;
}

.type-related img, .type-tag img{
border-radius:4px;
}

.type-post span {
line-height:19px;
margin: 0;
position:absolute;
bottom:30px;
right:0;
width:234px;
padding:3px 8px 4px 8px;
text-shadow:2px 2px 2px #000;
background-color:#333;
background-color:rgba(0,0,0,0.3);
font-size:17px;
color:#fff;
}

.type-related span, .type-tag span {
line-height:20px;
margin: 0;
position:absolute;
bottom:0px;
right:0;
width:234px;
padding:4px 8px 5px 8px;
text-shadow:2px 2px 2px #000;
background-color:#333;
background-color:rgba(0,0,0,0.3);
font-size:18px;
color:#fff;
border-bottom-right-radius:4px;
border-bottom-left-radius:4px;
}

.tagsthumbs {
margin-top:-3px;
padding: 0 4px;
font-size:10px;
line-height:10px;
}

.article-related {
margin: 10px 0 0 0;
}

.related-post {
position:relative;
width: 250px;height:170px;
float:left;
margin: 10px 4px 5px 3px;
color:#fff;

}


.entry {
position:relative;
margin:0 1em 1em 1em;
overflow:hidden;
}

.entry p:first-of-type:first-letter {
font-size:2.6em;
font-weight:bold;
padding:10px 4px 1em 0;
float:left;
color:#306a30;
}

.entryHome {

position:relative;
margin:0 1em;
overflow:hidden;
}

.entryPaged {
position:relative;
margin:0 1em;
overflow:hidden;
}



.entryPaged .homePrev {
margin-right:14px!important;
}

#enTete {
margin: 10px 1em 5px 1em;
position:relative;
}

#enTeteDesc {
font-style:italic;
font-size:1.2em;
line-height:1.3em;
margin:0;
}

#metaEnTete {
font-family: 'Roboto', sans-serif;
border-top:1px solid #dedede;
border-bottom:1px solid #dedede;
font-size:14px;
line-height:40px;
color:#aaa;
}

.EnTeteFB,.EnTeteTwit,.EnTetePlus, .fb-like {
float:left;
}

.fb-like {
margin:0 20px 0 0;
}

.fb-follow, .EnTetePlusG {
margin:0 5px;
}


.EnTeteTwit {
margin: 0;
}

.prez {
display:inline-block;
font-size:20px!important;
font-variant:small-caps;
font-weight:bold;
margin:0;
}


#metaRight {
line-height:10px;
margin:0 0 10px 0;
}

#metaEnd {
display:inline-block;
line-height:10px;
margin:1.5em 0;
}

.author {
display:block;
margin:20px 0 0 0;
border-top:1px solid #dedede;
padding:10px 0;
position:relative;
}

.author-link {
display:block;
font-size:22px;
font-family: 'Roboto', sans-serif;
font-variant:small-caps;
font-weight:bold;
}

.authorinfo {
font-size:15px;
line-height:18px;
}

.author-arch {
display:block;
margin:20px 0 0 0;
min-height:100px;

color:#000000;
font-family:"PT Serif", serif;
font-size:18px;
line-height:22px;
font-style:normal;
padding:10px 0;
position:relative;
}

.avatar {
float:left;
margin: 0 10px 0 0;
}



.authorEntry {
font-weight:bold;
}


.dataHome {
padding: 0 10px;	
}
.datehomebox {
padding: 0px 10px;
color:#aaa;
font-size:10px;
}


.tag-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.tag-caption p {
margin: 0;
padding: 0;
border: 0 none;
}


#nav-logo {
width:50%;
display:block;
margin:0 auto;
clear:both;
}

header {
padding: 0;
margin: 0 auto;
font-weight:bold;
font-size:0.9em;
line-height:0.9em;
}



#searchform {
width:11em;
padding:2px 5px;
border-radius:4px;
border:1px solid #a3bd60;
float:right;
margin-right:1%;
}

#searchform #s {
padding: 3px 6px 3px 30px;
background:#fff url(images/loupe.png) no-repeat left top;
font-size:15px;
font-weight:bold;
letter-spacing:-1px;
color:#777;
border:none;
border-radius:4px;
width:8em;
}

#adhesion-link a{
display:block;
background-color:#fff;
border-radius:4px;
border:1px solid #a3bd60;
padding:5px;
width:11em;
text-align:center;

color:#a3bd60!important;
line-height:1.2em;
text-decoration: none;
margin-right:1%;
float:right;
}
#adhesion-link a:hover {
text-decoration: none;
background-color:#000;
}

.assistive-text {display:none;}


#menuHeader {
font-family: 'Roboto', sans-serif;
position:relative;
}

#menuHeader ul {
list-style-type:none;
text-align:center;
}

#menuHeader li {
display:inline-block;
}

#menuHeader ul a{
background-color:#fff;
border-radius:4px;
border:1px solid #a3bd60;
padding:6px;
text-align:center;
text-decoration: none;
margin:0 5px 5px 0;
color:#000;
display:block;
text-decoration: none;
}

#menuHeader ul a:hover {
text-decoration: none!important;
color:#fff;
background-color:#000;
}

#headercontent {
color:#aaa;
font-size:0.8em;
text-align:right;
padding:0 20px;
}

#headercontent p {
margin:0;
color:#5aa05a;
font-weight:bold;
font-family:Roboto, sans-serif;
}

#bcAFT a{font-weight:normal;}
#bcArticle {font-weight:normal;}
#bcCat {font-weight:normal;}

#page {
position:relative;
background-color: #fafbf7;
margin: 0 auto;
border:1px solid #dedede;
padding:0;
}



.sidebar {

font-size:1em;
line-height:1.1em;
text-align:left;
padding:1.5em 1em 1em 1em ;
background-color:#f4f7e9;
}

.sidebar p {
margin:0 0 10px 0;
}

.sidebar p:first-of-type:first-letter {
color:inherit;
font-size:inherit;
float:none;
padding:0;
font-family: 'Roboto', sans-serif;
font-weight:normal;
}

.sidebar section {
margin-bottom:30px;
}

.sidebar form {
margin: 0;
}
.textwidget a {
font-size:18px;
font-variant:small-caps;
font-weight:bold;
font-family: 'Roboto', sans-serif;
}

.sidebar h2 {
margin:0 0 10px 0;
padding: 0;
font-size: 20px!important;
line-height:22px!important;
color:#306a30;
}


.alt {
}

#feedrss {
background:transparent url(images/feed.png) no-repeat 0 -65px;
display:block;
height:65px;
margin:0;
width:60px;
float: right;
}


#feedrss a {
background:transparent url(images/feed.png) no-repeat left top;
display:block;
height:65px;
margin:0;
width:60px;
}

#feedrss a:hover {
	background-image: none;
}



/* End Headers */

h1,h2,h3,h4,h5 {
text-align:left;
font-family: 'Roboto', sans-serif;
}

h1 {
font-size:2em;
line-height:2.1em;
}

h2 {
font-size: 1.7em;
line-height:1.1em;
margin-bottom:0;
}

h3 {
font-size: 1.5em;
line-height:1.1em;
margin-bottom:0;
}
h4 {
font-size: 1.3em;
line-height:1.1em;
margin-bottom:0;
}
h5 {
font-size: 1.2em;
line-height:1.1em;
margin-bottom:0;
}

#logo {
padding-top: 42px;
margin: 0;
font-size:42px;
font-variant:small-caps;
font-weight:bold;
height:65px;
color:#aaa;
}

#logo a {
color: #000;

}

#logo a:hover{
color: #008bfd;
}




small, .nocomments, .postmetadata, blockquote, strike {
color: #777;
}
code {
font: 12px 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
font-size: 10px;
}





.post {
padding:0;
margin: 0;

position:relative;
top:6px;
margin: 0 auto 6px auto;
border-right:5px solid #fff;
border-left:5px solid #fff;
border-bottom:5px solid #fff;
clear:both;
}

#topTitre {
position:relative;
padding:0;
}

#topTitre h1 {
margin:10px 1%;
color:#000;
font-size:2.3em;
line-height:1em;
text-align:center;

}

#topTitre .wp-caption{
background-color:#fff;
}

#topTitreHome,#topTitreCat {
position:relative;
padding:0;
}

#topTitreHome .wp-caption,#topTitreCat .wp-caption{
position:relative;
background-color:#fff;
}

#topTitreCat img,#topTitreHome img,#topTitre img{
width:100%!important;
}

img#bigLogo{
display:none;
}



#topTitreHome h1,#topTitreCat h1 {
position:absolute;
top:1em;
left:1em;

color:#000;
font-size:1.2em;
line-height:1.1em;
margin:0;
text-align:left;
text-shadow:
#fff 1px 1px 0px,
#fff -1px 1px 0px,
#fff 1px -1px 0px,
#fff -1px -1px 0px;
}

#descAFT {
color:#fff;
font-size:15px;
line-height:17px;
font-weight:bold;
position:absolute;
top:210px;
left:100px;
margin:0;
text-align:left;
text-shadow: 
-2px 0 5px #000, 
2px 0 5px #000,
0 -2px 5px #000,
0 2px 5px #000;
}

#butAdh {
display:none;
}


#homeTH {
font-size:1.6em;
line-height:1.2em;
}

#accroche p{
margin:0 20px;
}
.colorNom {color:#c6f6ac;}
.colorAFT {color:#043406;}
.colorTechnoprog {color:#5aa05a;}

.homeDerniers {
margin:20px 0 10px 0;
}

.homeTitres {
font-family: 'Roboto', sans-serif;
font-weight:bold;
position:absolute;
top:15px;
left:20px;
color:#fff;
font-size:28px;
line-height:30px;
text-shadow: 
2px 2px 0px #000,
-2px 2px 0px #000,
2px -2px 0px #000,
-2px -2px 0 #000;
}

.post hr {
display: block;
}

.postmetadata {
font-size: 10px;
}
.pagetitle {
font-size:24px;
margin:20px 7px;
font-variant:small-caps;
}

#infoutiles {
border-top:1px solid #000;
border-bottom:1px solid #000;
margin: 10px 0 0 0;
padding: 0;
}


.clear { 
clear: both; 
}
hr.clear {
border: 0px solid;
}
#footer {
font-size: 1em;
line-height:1.2em;
font-weight:bold;
color:#3f893f;
background-color:#163716;
margin: 0;
clear: both;
text-align:center;
margin:0 auto;
font-family: 'Roboto', sans-serif;
padding:1em;
}

.couleur {
color:#a3bd60;
}

#footer a {
color: #fff;
}
#footer a:hover {
color: #a3bd60;
}

.textfoot {
display:inline-block;
margin:0 10px;
}

/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}



.alignrightnav {
float: right;
}
.alignleftnav {
float: left;
}

.separation-post {
padding-bottom: 70px;
margin-bottom: 20px;
background: url("images/banc.jpg") no-repeat bottom center;
}
.entry form {
/* This is mainly for password protected posts, makes them look better. */
text-align: center;
}
select {
width: 130px;
}




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
cursor: help;
}
acronym, abbr {
border-bottom: 1px dashed #999;
}
blockquote {
padding:80px 0 0 110px;
/*font-family: 'Lora', serif;*/
font-style:italic;
font-size:20px;
line-height:22px;
margin:0;
text-align:left;
}

blockquote::before {
content:"”";
font-size:240px;
display:block;
margin-bottom:-110px;
margin-right:-120px;
margin-left:-120px;
font-family: 'Noto Sans', sans-serif;
font-style:italic;
color:#ddeadd;
}

blockquote p:first-of-type:first-letter {
color:inherit!important;
font-size:inherit!important;
float:none!important;
padding:0!important;
/*font-family: 'Lora', serif!important;*/
font-style:italic!important;
font-weight:normal!important;
font-size:22px!important;
line-height:24px!important;
margin:0!important;
}

.center {
text-align: center;
}
.hidden { 
display: none; 
}
hr {
display: none;
}
a img {
border: none;
}
.navigation {
display: block;
clear:both;
margin:10px 40px 10px 20px;
font-size:1.1em;
font-weight:bold;
font-variant:small-caps;
text-align:right;
font-family: 'Roboto', sans-serif;
color:#dedede;
}

.navigation-sidebar {
display: block;
margin:20px 0;
font-family: 'Roboto', sans-serif;
font-size:18px;
font-weight:bold;
font-variant:small-caps;
text-align:right;
}


/* End Various Tags & Classes*/

.postimgs {
float: right;
margin-left: 10px;
text-align: center;
padding: 0px 10px 0 0;
border: 1px solid #ddd;
}

.postimgs h2 {
margin: 0;
padding: 10px 0 0 0;
}

.postimgs h3 {
font-size: 14px;
margin: 0 0 5px 0;
padding: 0;
}




figure {
display:table;
margin:0;
}

figcaption {
padding:0;
text-align:left;
display:table-caption;
caption-side:bottom;
color:#aaa;
font-size:14px;
line-height:18px;
}
.alignnone {
margin:0;
padding:0;
border:0 none;
}

.alignright {
float: right;
padding:0;
margin-left:15px;
}
.alignleft {
float: left;
padding:0;
margin-right:15px;
}

.aligncenter {
margin: 0 auto;
padding:0;
}




#commentaires {
margin:10px;
text-align:left;
}

#commentaires .entry-content {
text-align:center;
font-family: 'Roboto', sans-serif;
font-size:1.5em;
font-variant:small-caps;
font-weight:bold;
}

.fn {
font-family: 'Roboto', sans-serif;
font-variant:small-caps;
font-size:24px;
}

.reply {
font-family: 'Roboto', sans-serif;
font-variant:small-caps;
margin-top:5px;
font-weight:bold;
}

#reply-title {
font-size:20px;
}

.logged-in-as,.comment-notes {
font-size: 14px;
}

#respond {
border-top:1px solid #dedede;
margin-top:20px;
padding:0 0 40px 0;
}

#comments-title {
font-size:24px;
}

#commentform textarea {
width: 96%;
padding: 2%;
}
#commentform #submit {
margin: 0;
float: right;
cursor:pointer;
}

.odd {
background-color:#cddecd;
}

.depth-2, .depth-3, .depth-4, .depth-5 {
margin-right:-30px;
}
.commentlist li .avatar {
float: right;
border: 1px solid #282634;
padding: 2px;
background: #f9e9c6;
margin:0;
}
.commentlist p {
margin: 10px 0 0 0;
}
#commentform p {
margin: 5px 0;
}
.nocomments {
text-align: center;
margin: 0;
padding: 0;
}
.commentmetadata {
margin: 0;
display: block;
}

.children {
margin:10px 0 0 0!important;
padding:0!important;
}
.commentlist cite, .commentlist cite a {
font-weight: bold;
font-style: normal;
}

.says {
font-size:14px;
}

.commentmetadata {
font-size:14px;
}






.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	border-top:10px solid #000;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



#actulettre {
  clear:both;
  color:#fff;
  padding:20px;
  position:relative;
background-color:#306A30;
font-family:Roboto, sans-serif;
}

p.abonnement {
  font-size:1.3em;
  font-weight:bold;
}

/* form */
.mailpoet_form {
width:90%!important;
margin:0;
position:static!important;
}

/* paragraphs (label + input) */
.mailpoet_paragraph {
  line-height:20px;
width:300px!important;
	display:inline-block;
}



/* inputs */
.mailpoet_text {
width:205px!important;
border:none;
border-radius:4px;
color:#777;
font-size:1em;
font-weight:bold;
padding:5px 15px 5px 15px;
position:static!important;

}

.mailpoet_text,
.mailpoet_textarea,
.mailpoet_select,
.mailpoet_date_month,
.mailpoet_date_day,
.mailpoet_date_year,
.mailpoet_date {
  display:block;
}

.mailpoet_text,
.mailpoet_textarea {
  width:200px;
}

.mailpoet_submit {
display:block!important;
margin:0 0 0 10px!important;
position:static!important;
}

.mailpoet_message {
background-color:#fff;
position:static!important;
top:-20px;
right:0;
padding:0 10px 0 10px;  
}


.yarpp-related {
margin:0 -1% 0 -1%;
}


.yarpp-related h3 {
font-size: 1.5em;
line-height:1em;
margin:10px 0;
text-align:center;
color:#306a30;
}

.rapport{
width:270px;
float:left;
border-bottom:5px solid #dedede;
padding:0 0 10px 0;
margin:0 1% 20px 1%!important;
}

.rapport a{
text-decoration:none;
color:#000;
}



.rapport img{
margin:0 0 12px 0;
}

.rapport p{
margin:5px 0 10px 0;
}

.homePrev {
position:relative;
float:left;
padding:0;
margin:0 20px 20px 0!important;
border-bottom:5px solid #dedede;
height:265px;
}

.homePrev a{
text-decoration:none;
color:#fff;
}

.homePrev h2{

width:290px;

font-size:1.2em;
line-height:1.2em;
color:#000;
margin:3px 0 20px 0;
}

.homePrev img{
margin:0;
}


.homeUne {
border-bottom:5px solid #dedede;
padding:0 0 10px 0;
margin:5px 0 20px 0!important;
}

.homeUne a{
position:relative;
display:block;
text-decoration:none;
color:#fff;
}

.homeUne h2{
color:#000;
margin:0.4em 0 0.3em 0;
font-size:1.5em;
line-height:1.5em;
}

.homeUne img{
margin:0;
width:100%;
}

.homeUne p{
margin:0px 0 10px 0;
}
.smalLink {
font-variant:small-caps;
display:inline-block;
margin:5px 0 0 10px;
}

/* CSS pour BBpress */

.entryForum {
position:relative;
margin:0;
overflow:hidden;
}

.bigLink {
font-size:1.5em;
font-variant:small-caps;
font-weight:bold;
font-family: 'Roboto', sans-serif;
margin-left:1em;
}

.entryForum #metaEnd {
margin-left:1em;
}

#bbpress-forums div.bbp-search-form {
margin-right:1em!important;
}


#bbpress-forums div.bbp-breadcrumb p, #bbpress-forums div.bbp-topic-tags p {
margin-left:1em!important;
}

.bbp-forum-reply-count{display:none!important;}
.bbp-topic-voice-count {display:none!important;}
li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count, li.bbp-topic-reply-count {
  width:20%!important;
}

li.bbp-forum-freshness, li.bbp-topic-freshness {
  width:25%!important;
}

li.bbp-forum-info, li.bbp-topic-title {
  width:55%!important;
}

#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-topic-content, #bbpress-forums div.bbp-reply-content {
  margin-left:150px;
  padding:12px 12px 12px 0;
  text-align:justify;

}
