/*@charset "utf-8";

Theme Name: AFT
Description: Le thème mobile de l'AFT
Version: 2.0
Author: Jori Avlis
Author URI: https://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-family: 'PT Serif', serif;color: #000;
line-height:140%;
font-size:18px;
text-align:left;
}
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,900;1,700&display=swap');

a {
color:#77c99e;
text-decoration: none;
}

.menu-navigation-container {
margin: 0 auto;
text-align:center;
}

#bigLogo {
display:none;
}

#adhlog {
background-color:#6f88a7;
	line-height:30px;
	text-align:center;
}

#adhlog a {color:#fff;}
#adhlog span{margin:0 15px;}

#introArticle {
clear:both;
background-repeat: no-repeat;
background-size: cover;
padding:80px 10px;
background-position:bottom center;

}

#introHome {
clear:both;
background-repeat: no-repeat;
background-size: 100%;
padding:10px;
background-position:bottom center;
min-height:180px;
}


#finalArticle {
background-repeat: no-repeat;
background-size: cover;
background-position:top center;
padding:10vw 1vw;
}


#finalArticle h2 {
font-weight: bold;
font-family: "Heavitas", Arial, sans-serif;
font-size: 7vw;
margin-top: 0;
line-height:4vw;
padding:4vw 2vw 0 2vw!important;
}

#finalArticle .cta-devis {
width:140px;
margin:20px auto 0 auto;
font-size:0.7em;
line-height:1em;
padding:10px;
}

img {border-radius:5px;}


.post ul,.page ul,#entryHome ul {
	margin: 10px 0 10px 0px;
	padding: 0 0 0 20px;
	text-align: left;
}
.post ul ul,.page ul ul, #entryHome ul ul {
	margin: 10px 0px 10px 50px;
	padding: 0;
}
.post li,.page li, #entryHome li {
	margin: 0 0 10px 0;
}


ul {
	margin: 0;
	padding: 0;
}


.entry {
	position: relative;
	margin: 0 10px 1em 10px;
	text-align: justify;
}
.entry p {
	line-height: 160%;
}
.entry p a {
	display: block-inline;
	padding-bottom: 1px;
	border-bottom: 2px solid #4267b2;
	text-decoration: none !important;
}
p#enTeteDesc {
color:#fff;
font-size: 16px;
font-style:italic;
text-shadow:2px 2px 4px rgba(0, 0, 0, 1);
padding:12px;
text-align:center;
margin:18px auto;
}


#extrait, #extraitBis {
font-style:italic;
font-size:20px;
text-align:center;
padding: 0 0 26px 0;
border-bottom:1px solid #000;
}

#metaEnTete {
font-size:14px;
}

#pushCTA {
	margin: 10px auto;
	width: 300px;
}
.rapportCTA {
	margin: 10px 0 20px 0;
}
figure {
	margin: 10px 0;
}
figure img {
display: block;
width: 100%;
}
figcaption {
	padding: 10px 0;
	color: #aaa;
	font-size: 0.9em;
	line-height: 1em;
}
#SocialButtonSide {
	line-height: 12px;
}
#SocialButtonHome {
	line-height: 12px;
	margin: 0 15px;
	height: 37px;
}
#breadcrumbs {
	margin: 0 0 15px 10px;
	padding: 0;
	font-size: 0.8em;
}
#breadcrumbs a {
	display: inline-block;
	padding: 4px 0 4px 0;
}

header {
padding:15px  0 0 0;

}


#headercontent {
}

#headercontent .description {
display:none;
}

.hidden {display:none;}
#lang {
position:relative;
font-size:12px;
line-height:14px;
text-align:right;
padding:10px;
}
#lang ul {
margin:0;	
}
#lang li {
display: inline-block;
list-style-type: none;
margin-left:10px;
}

.item {
	padding: 0;
	background-color: #fff;
}
.rapportBox {
	padding: 10px;
}

#searcheader {
width:230px;
z-index:20px;
margin:5px 0 10px 10px;
}

#searchform #s {
width: 200px;
padding: 5px 30px 5px 5px;
background: #fff url(images/loupe.png) no-repeat right center;
border: 1px solid #10202f;
font-weight:bold;
border-radius:5px;
text-align:center;
margin:20px 7px;
}


#searcheader #searchsubmit {
cursor:pointer;
height:26px;
border: solid 1px #10202f;
background-color: #10202f;
color:#fff;
font-size:12px;
}


.assistive-text {
display: none;
}

#menuHeader {
text-align:center;
}

#menuHeader ul {
margin:0;
list-style-type:none;
}

#menuHeader li {
text-align:center;
border-top:1px solid #297f75;
padding:7px;
display: block;
}

#menuHeader a{
color:#297f75;
padding:0;
font-size:14px;
font-weight:bold;
line-height:28px;
font-family: 'Lato', sans-serif;
text-decoration:none;
}


#hamburger {
color:#2c3360;
cursor: pointer;
margin: 0 auto;
display: block;
font-size:34px;
font-weight:bold;
padding:0 0 0 0;
position:absolute;
top:32px;
left:10px;
}


#menu-toggle {
  display: none;
}
#menu {
overflow: hidden;
max-height: 0;
padding: 0;
margin: 15px auto 0 auto;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;	
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#menu-toggle:checked + #menu {
max-height:600px;
background-color:#fff;
}


#page {
position: relative;
margin: 0 auto;
padding: 15px;
overflow: hidden;
}
.sidebar {
text-align:center;
clear:both;
padding: 20px 0 0 0;
}

.sidebar a {
font-family: "Heavitas", Arial, sans-serif;
font-size:16px;
}

.sidebar p {
text-align:left;
}

.sidebar section {
padding: 20px 0;
}


.cat-list {
	clear: both;
	padding: 15px;
	width: 95%;
	margin:0 auto;
}
.cat-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
h1 {
text-align: left;
font-family: "Heavitas", Arial, sans-serif;
color:#fff;
font-size:20px;
line-height:120%;

}
@font-face {
    font-family: "Heavitas";
    src: url('heavitas/Heavitas.eot');
	src: local('☺'),
         url('heavitas/Heavitas.woff') format('woff'),
         url('heavitas/Heavitas.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h2 {
font-family: "Heavitas", Lato, sans-serif;
letter-spacing:-1px;
font-size:18px;
margin: 5px 0;
line-height:120%;
text-align:center;
}


h3 {
font-family: "Heavitas", Lato, sans-serif;
letter-spacing:-1px;
font-size:16px;
margin: 5px 0;
line-height:120%;
text-align:center;
}

h4 {
text-align:center;
}

.petit {
font-size: 0.8em;
color: #777;
margin:0;
}
.petit a {
	border-bottom: none !important;
}
small, blockquote, strike {
	color: #777;
}
code {
	font: 12px 'Courier New', Courier, Fixed;
}
acronym, abbr {
	font-size: 10px;
}
#souscat {
	margin: 15px auto 15px auto;
	padding: 0 15px;
	text-align: center;
}
#souscat a {
	background-color: #dce1f8;
	padding: 5px;
	border-radius: 5px;
	display: inline-block;
	margin: 5px;
}
#souscat li {
	display: inline-block;
}
.post {
	padding: 0;
	position: relative;
	top: 0;
	margin: 0;
	clear: both;
}
#maintitle {
margin: 20px 5px;
text-align: center;
color: #fff;
text-shadow:2px 2px 4px rgba(0, 0, 0, 1);
}

#logo {
background:transparent url(images/logoaft.png) no-repeat 0 -50px;
display:block;
height:50px;
margin:5px auto;
width:246px;
}

#logo a {
background:transparent url(images/logoaft.png) no-repeat left top;
display:block;
height:50px;
margin:0;
width:246px;
}

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

#logoimg  {
position:absolute;
top:-5000px;
}


#LogoConclusion {
	display: inline-block;
}
#LogoConclusion img {
	height: 40px;
	width: 40px;
	display: inline-block;
	margin: 0 0 0 10px;
}
#darkHome {
	clear: both;
	margin: 0px;
	padding:10px;
	font-size: 1em;
}

#whiteHome {
	clear: both;
	background-color: #fff;
	width: 100%;
	margin: 0px;
	padding: 10px 0;
	color: #000;
	font-size: 1em;
}
#pubRub {
	width: 300px;
	margin: 20px auto;
}
#Demand {
	margin: 20px 0 30px 0;
}
.post hr {
	display: block;
}
.clear {
	clear: both;
}
hr.clear {
	border: 0px solid;
}
#footer {
font-family: "Heavitas", Lato, sans-serif;
padding: 20px 10px;
font-size:16px;
line-height:20px;
color: #fff;
margin: 0;
clear: both;
text-align: center;
background-color:#297f75;
}

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

select {
	width: 130px;
}

/* Begin Various Tags & Classes */

acronym, abbr {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	padding: 80px 0 0 70px;
	font-style: italic;
	font-size: 1em;
	margin: 0;
	text-align: left;
}
blockquote::before {
font-family: "Heavitas", Arial, sans-serif;
	content: "”";
	font-size: 140px;
	display: block;
	margin-bottom: -90px;
	margin-right: -10px;
	margin-left: -94px;
	color: #9a9dab;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	clear: both;
	padding: 10px 10px 10px 20px;
	font-size: 16px;
font-family: "Heavitas", Arial, sans-serif;
	text-align: right;
	color: #dedede;
}
.navigation h2 {
	display: none;
}
.sub-menu {
	display: none;
}

.wp-caption img, .wp-captionHome img, .alignnone img, #page img, #stickyHome img, .homeCont img {
  border:0 none;
  margin:0;
  padding:0;
  width:100%;
}
.homeCont {position:relative;}
.homeList {
margin: 0 0 50px 0;
}

.homeList a {
color:#10202f;
}
.homeList p {
line-height:120%;
color:#000;
margin:15px 0 20px 0;
}

.homeList h2 {
text-align:center;
margin:10px 0;

}
.homeList .taglist {
background-color:#fff;
position:absolute;
bottom:0!important;
left:0;
color:#000;
margin:0!important;
font-variant:small-caps;
font-size:0.6em;
padding:0px 8px 4px 0;
}


.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;
}

.wp-block-embed-youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin:0;
	border-top:10px solid #000;
}

.wp-block-embed-youtube iframe,  
.wp-block-embed-youtube object,  
.wp-block-embed-youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#ifiliation {
width:100%;
height:2500px;
}

#ifiliation2 {
width:100%;
height:2500px;
}

.yarpp-related h3 {
	font-size: 1.5em;
	line-height: 1em;
	margin: 10px 0;
	text-align: center;
}
.rapportIMG {
	width: 300px;
	margin: 10px auto 30px auto;
}
#caTITRE {
	padding: 0 20px;
}
.rapportTITRE {
	font-size: 1.1em;
	clear: both;
	margin: 10px 0;
}

.rapportSID p a {
border-bottom:2px solid #4267B2;
padding-bottom:1px;
}

.children {
	margin: 10px 0 0 0 !important;
	padding: 0 !important;
}

.odd {
  background-color:#B9BFDB;
}
.comment-form-comment label {
	display: none !important;
}
#commentform label {
	display: block;
}
#comments {
	font-size: 1em;
	overflow: hidden;
	margin: 15px;
	text-align: left;
}
.form-submit #submit {
	font-size: 1.2em;
}
#CrediTOP {
	margin: 0 auto;
	width: 336px;
}
.horizpub {
	margin: 10px auto;
	border-top: 1px solid #808eb2;
	border-bottom: 1px solid #808eb2;
	padding: 10px 0;
}
.pubaffil {
	width: 300px;
	margin: 10px auto;
}
.hrevue {
	padding: 15px;
	background-color: #fff;
	border: 1px solid #000;
	margin: 10px 0;
}
.valeur {
	margin: 15px 0;
	background: #4267b2;
	padding: 15px 20px;
	font-size: 1.1em;
	line-height: 140%;
	color: #fff;
	text-align: center;
}
.valeur a {
	color: #fff;
	border-bottom: 2px solid #fff;
}

.nletter {
	margin: 15px 0;
	background: #dce1f8;
	padding: 15px 20px;
	font-size: 0.9em;
}
.encart {
	margin: 15px 0;
	background: #dce1f8;
	padding: 15px 20px;
	font-size: 1.1em;
}
.encart a {
	border-bottom: 2px solid #fff;
}
.adsideThema, .adConclusion {
	margin: 15px 0;
	border-top: 1px solid #808eb2;
	border-bottom: 1px solid #808eb2;
	padding: 15px 0;
}
.homeNav {
	padding: 0;
	margin: 10px auto !important;
	width: 300px;
}
.singNav {
	margin: 8px auto 0 auto;
	padding: 10px 0 2px 0;
	height: 170px;
	width: 300px;
	text-align: center;
}
.fb-like {
	width: 150px;
	margin: 5px auto 15px auto;
}

.notes {
	width: 350px;
}

table {
border-collapse: collapse;
width:100%;
font-size:0.9em;
}

table, th, td {
border: 1px solid black;
padding:5px;
}

th {
height: 40px;
text-align: center;
background:#dce1f8;
font-weight:bold;
}

tr:nth-child(even) {
background-color: #f2f2f2;
}


.wp-block-column .wp-block-image {
padding:20px 0 0 0;
margin:0;
}


.wp-block-image .aligncenter {
text-align:center;
margin:0 auto!important;
}
.tripLeft {margin-top:-20px;}
#pageContent .aligncenter {
margin:2em auto!important;
}

#sloganmenu {
font-weight: bold;
font-size:24px;
position:absolute;
top:20px;
left:105px;
color:#fff;
text-shadow:2px 2px 4px rgba(0, 0, 0, 1);
}
#slogan2 {
color:#4267b2;
text-shadow:none;
font-size:12px;
position:absolute;
top:20px;
left:0px;
width:235px;
}

.thumbPage {
max-width:92%;
margin:15px 4%;
}

.thumbPage img{
width:100%;
}

.thumbLink {
	display:block;
	position:relative;
}

.thumbLink h2 {
  color:#000 !important;
  font-size:20px;
  line-height:22px;
  margin:8px 0 3px 0;
}
.thumbText {font-size:14px;margin:0 0 20px 0;}

.cta-devis {
width:200px;
background-color:#000;
font-size:0.8em;
line-height:1em;
font-variant:small-caps;
color:#fff;
text-align:center;
padding:15px;
margin:30px auto;
font-weight:bold;
border:1px solid #fff;
}
.cta-devis a {
color:#fff;
}

.fscf-input-text, .fscf-input-textarea {
width: 96%;
padding: 2%;
font-size: 16px;
border-radius: 6px;
border: 1px solid #10202f;
margin:5px auto;
}

.fscf-button-submit {
width: 30%;
margin:15px auto;
padding:10px;
font-size: 16px;
background-color: #10202f;
color: #fff;
cursor: pointer;
border: 0;
border-radius: 8px;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 0;
height: 0;
overflow: hidden;
margin:0 0 10px 0;
}

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

.uneIco {
color:#297f75;
font-size:16px;
font-family: "Heavitas", Arial, sans-serif;
letter-spacing:-1px;
margin:10px 0 10px 0;
line-height: 120%;
text-align:center;
}

#stickyExtract {
line-height:120%;
color:#000;
margin:15px 0;
}

#actulettre {
display:none;
}

#stickyHome {
margin:0 0 20px 0;
}

.avatar {width:75px!important; margin:0 10px 0 0!important;float:left;}
.author-link {display:block;font-family: 'Heavitas',sans-serif;}

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