/*
Theme Name: Karnivores - thème officiel
Theme URI: http://www.plante-carnivore.fr/
Author: DEFI-Écologique
Author URI: https://www.defi-ecologique.com/services/eco-communication/creation-de-sites-internet/
Description: Thème pour le blog de Karnivores
Version: 1.0
*/

/*


Liste des couleurs :

https://paletton.com/#uid=12k0u0kw0oTmHvDtLuRBQkmKtf3

#4E7000	vert fonce
#81ba00	vert clair


#222222	Noir
#707070	Gris
#ffffff	Blanc


- Rouge du message d'erreur : #ac1919



RESET -> NE JAMAIS MODIFIER 
Cette section sert à "niveler" les éléments de base du HTML, qui sont gérés différemment selon les navigateurs.
La "base" du CSS est ainsi uniformisée.
*/
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, 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,
article, aside, ctaintas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, svg {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-weight: 500;
	max-width: 100%;    
	line-height: 1;
	transition: 200ms ease-in-out;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
p, ul{
	margin-bottom:1em;   
	line-height: 1.4;
}
ul {
	list-style: disc;
	text-align: left;
}
ol, ul{
	padding-left: 2.1em;
}
ul.no_list_style_type{
	list-style-type: none;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
	padding: 0;
}
ul.no_list_style_type.centered{
	margin: 0 auto;
}
ul.fa_list li{
	display: table;
}
ul.fa_list li > *{
	display: table-cell;
	vertical-align: middle;
}
ul li,
ol li{
	line-height: 1.5em;
	margin-bottom: 0.6em;
}
nav ul li{
	margin-bottom: 0;
}
li p{
	margin-bottom: 0.5em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em,
.italic,
i.taxonomy{
	font-style: italic;
}
sup{
	vertical-align: super;
	font-size: 0.7em;
}
textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"]{
	box-sizing: border-box;
	background-clip:padding-box;
	background-color:#fff;
	color:#4E7000;
	border-color:#4E7000;
	border-style: solid;
	outline:0;
	margin:0;
	padding:0 3%;
	display: inline-block;
	text-align: left;
	font-size:1em;
	height: 3em;
	vertical-align: middle;
    border-radius: 2.5em;
}
input[type="submit"]{
	letter-spacing: 1px;
    transition: 200ms ease-in-out;
    padding: 0.5rem 1.5rem;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
    border-radius: 2.5em;
    border-color: #4E7000;
    background: #4E7000;
    color: #fff;
	display: inline-block;
	vertical-align: middle;
	font-family: 'poppins', Arial, sans-serif;
}
input[type="submit"]:hover{
	cursor: pointer;
    border-color: #4E7000;
    background: #4E7000;
}
input[type="text"]:focus{
	border-color: #4E7000;
}
.desktop input[type="text"]{
	height: 2.2em;
}
blockquote{
	clear: both;
	margin: 1em auto;
	display: table;
	padding: 0.5em 1em;
	border-left: 2px solid contrastcolor;
	font-style: italic;
}
/* END RESET */

/*
GENERAL
Les éléments présents dans cette section concernent le site en général et sont appliqués sur tous les éléments sans distinction. Ils correspondent au fonctionnement "par défaut" des éléments concernés.
*/
/* 
GENERAL - Définition des éléments de base
Ici, nous définissons les propriétés des éléments natifs HTML
*/
body{
	font-family: 'poppins', Arial, sans-serif;
	font-size: 12px;
    line-height: 1.4;
	letter-spacing: 0.03em;
	margin:0;
	font-weight: 500;
	color: #222222;
	background: #fff;
}
::selection {
    background-color: #222222;
	color: #fff;
}
strong, .bold, b, b em, b a, strong em, strong a, .bold a, strong .fa, .bold .fa, .bold em{
	font-weight: 700;
}
a{
	text-decoration: none;
	transition: 150ms ease-in-out;
	color: #81ba00;
}
a:hover{
	cursor: pointer;
	color: #81ba00;
}
/* 
GENERAL - Définition des classes utilisées dans le thème et utilisables en HTML et shortcode
Ici, nous définissons les noms de classes les plus utilisées et leurs propriétés
*/
.hidden{
	display: none;
}
.texte_centre{
	text-align: center;
}
.texte_gauche{
	text-align: left;
}
.texte_droite{
	text-align: right;
}
.fixed{
	position: fixed;
}
.content{
	max-width: 100% !important;
	display: table;
	margin: 0 auto;
}
.block{
	display: block !important;
}
.full_width{
	width: 100%;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.stripe{
	padding: 2rem 2em;
	clear: both;
}
.stripe > .content > h2:first-child{
	margin-top: 0;
}
.clear{
	clear: both;
}
.centered{
	margin: 0 auto;
    display: table;
}
.centered_marge{
	margin: 1em auto;
    display: table;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
figcaption{
	color: #707070;
    caption-side: bottom;
	padding: 0.5em 0;
	font-weight: 300;
}
hr{
    display:block;
    border:none;
    color: #fff;
    height:1px;
}
section{
	min-height: 80vh;
	padding-top: 50px;
}
.desktop section{
	padding-top: 108px;
}
/* FIN GENERAL */


/* BALISES SPECIFIQUES */
/* hn -> les titres et sous-titres */
h1{
	margin: 0 auto;
	display: table;
	font-size: 2.5em;
	clear: both;
    letter-spacing: 0px;
    line-height: 1.5em;
	font-weight: 900;
	color: #222222;
	font-family: 'Playfair Display', serif;
	text-align: center;
	font-style: italic;
}
h2, h3, h4{
	margin: 1.5rem 0 0.5rem;
	line-height: 1.4;
	font-size: 1em;
    letter-spacing: 0.04em;
}
h2{
	clear: both;
	font-size: 1.5em;
	display: table;
	margin: 2rem 0 2rem;
	border-bottom: 3px solid #81ba00;
	font-weight: 700;
	font-family: 'Playfair Display', serif;
	font-style: italic;
}
h2 svg{
	height: 1em;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
}
h3{
	font-size: 1.2em;
	color: #4E7000;
}
h4{
	font-weight: 700;
    font-size: 1.2em;
    color: #81ba00;
}
h1 i, h2 i, h3 i, h4 i{
	margin-right: 0.2em;
}
h1 i.taxonomy, h2 i.taxonomy, h3 i.taxonomy, h4 i.taxonomy,
h1 em, h2 em, h3 em, h4 em{
	margin-right: 0;
}
/* cta -> les boutons utilisés sur le thème d'taint */
.kar_cta{
    white-space: normal;
	margin: 1em auto;
	display: table;
	color: #fff;
}
.kar_cta:hover{
	cursor: pointer;
}
.kar_cta a{
	letter-spacing: 1px;
	transition: 200ms ease-in-out;
    padding: 0.5rem 1.5rem;
    text-decoration: none;
    border-style: solid;
	border-width: 1px;    
    border-radius: 2.5em;
	border-color: #81ba00;
	background: #81ba00;
	color: #fff;
}
.kar_cta a:hover{
	color: #81ba00;
	background: #fff;
}
.kar_cta_blanc a{
	background: #fff;
	color: #81ba00;
	border-color: #fff;
}
.kar_cta_blanc a:hover{
	border-color: #81ba00;
	background: #81ba00;
	color: #fff;
}
.kar_cta_ghost a{
	background: #fff;
	color: #81ba00;
	border-color: #81ba00;
}
.kar_cta_ghost a:hover{
	background: #81ba00;
	color: #fff;
}
.kar_cta_cat a{
	background: #fff;
	color: #81ba00;
	border-color: #81ba00;
}
.kar_cta_cat a:hover{
	background: #81ba00;
	color: #fff;
}
.kar_cta_small{
	font-size: 0.8em;
}
.kar_cta_small a{
	padding: 0.5rem 1rem;
}
.kar_cta_big a{
	padding: 1.5rem 4rem;
    display: block;
}
/* Message d'erreur */
.error{
	font-weight: 700;
	border: 1px solid;
	border-radius: 0.25rem;
	padding: 0.5rem;
	color: #ac1919;
	border-color: #ac1919;
}
/* Images sur les pages et articles */
.wp-caption{
	width: auto !important; /* Pour rendre les images "responsive" */
	margin: 1em auto;
}
.wp-block-image img, .wp-block-image figcaption{
	margin: 0 auto;
	display: table;
}
.wp-caption-text{
	margin: 0.25em auto;
	font-style: italic;
	display: table;
	font-size: 0.9em;
}
.wp-caption img, #post_single_content iframe{
	margin:0 auto;
	display: table;
	max-width: 300px;  /* Pour rendre les images "responsive" */
}
/* Image par défaut */
.kar_image_par_defaut{
	margin: 0 auto;
	background: #81ba00;
}
.kar_image_par_defaut svg{
	height: auto;
    width: 100%;
    margin: 0 auto;
    display: table;
}
.kar_image_par_defaut svg *{
	fill: #fff;
}
/* Réseaux sociaux */
.reseaux_sociaux li{
	display: table-cell;
	vertical-align: middle;
	padding-right: 4em;
}
.reseaux_sociaux li:last-child{
	padding-right: 0;
}
.reseaux_sociaux  svg{
	height: 2em;
	width: auto;
}
.reseaux_sociaux  svg path{
	fill: #fff;
}
/* Hustle */
.hustle-ui.hustle-inline.hustle-show{
	margin: 0 auto !important;
    max-width: 30em !important;
    display: table !important;
}
.hustle-ui.module_id_1 .hustle-field .hustle-input,
.hustle-ui.module_id_3 .hustle-field .hustle-input{
	border-width: 1px !important;
}
.hustle-ui.module_id_1 .hustle-form .hustle-form-fields .hustle-button,
.hustle-ui.module_id_3 .hustle-form .hustle-form-fields .hustle-button{
	height: 3em !important;
}
.hustle-ui .hustle-gdpr span{
	color: #4E7000 !important;
	font-size: 0.8em !important;
    line-height: 11px !important;
}
.hustle-ui .hustle-gdpr span[aria-hidden]{
	border: 1px solid #4E7000 !important;
}
/* Formulaire */
.desktop #formulaire_recherche form{
	display: table;
    margin: 1em auto;
    width: 25em;
}
/* FIN STRUCTURE */

/* HEADER */
header{
	z-index: 99;
	border-bottom: 3px solid #81ba00;
	background: #fff;
}
.desktop header{
	border-width: 10px;
}
#header_container > div{
	display: table-cell;
	vertical-align: middle;
	padding: 0 1em; /* Attention, affecte la hauteur du header et impacte le padding-top de la balise <section> et #hbm_container */
}
header a{
	display: block;
}
.desktop #header_container > #menus_div{
	padding: 1.5em 1em;
}
/* HEADER - Logo */
#logo_header svg{
	width: auto;
    height: 50px; /* Attention au padding-top de la balise <section> et #hbm_container */
}
.desktop #logo_header svg{
	width: auto;
    height: 90px; /* Attention au padding-top de la balise <section> et #hbm_container */
}
/* HEADER - Menus */
/* Hamburger menu */
.hbm_container,
#hbm_checkbox{
	display: none;
}
.hbm_label{
    display: table;
    margin: 0 auto;
    cursor: pointer;
	border-color: #81ba00;
}
#menu_label{
	display: block;	
}
.hbm_label .menu_bars{
	font-size: 1.2rem;
    border-radius: 99em;
    padding: 0.5rem;
	color: #4E7000;
	display: block;
}
.hbm_label .menu_bars svg{
	height: 25px;
	display: block;
}
.hbm_container{
	z-index: 3;
	position: absolute;
	right: 0px;
	left: 0%;
	top: 41px;
	min-height: 95vh;
	background-color: #81ba00; 
	color: #fff;
	padding-top: 2em;
}
#hbm_checkbox:checked ~ .hbm_container {
	display: block;
}
#menu_header .hbm_container ul.kar_menu > li > a{
	display: block;
	padding: 1rem 0;
	width: 100%;
	font-size: 1.2rem;
	text-align: center;
	color: #ffffff;
}
#menu_header .hbm_container ul.kar_menu > li > a:hover{
	color: #222222;
}
#menu_header .reseaux_sociaux{
	margin: 2em auto;
}
.desktop #menu-header{
	margin-right: 0;
}
.desktop header #menus_div nav li a{
	color: #4E7000;
	text-align: center;
	padding: 0.5rem;
	line-height: 1.3;
	/* font-size: 0.9em; */
	font-weight: 600;
}
.desktop header #menus_div nav li:hover a{
	background: #81ba00;
	color: #fff;
}
.desktop header #menus_div li{
	display: table-cell;
	vertical-align: middle;
	padding: 0.5em 1em;
}
/* FIN HEADER */
/* FOOTER */
#footer{
	color: #fff;
	background: #222;
    z-index: 9;
    position: relative;
}
#footer svg *{
	fill: #fff;
}
#footer a:hover svg *{
	fill: #81ba00;
}
#footer #contact a{
	color: #fff;
}
#footer #contact a:hover{
	color: #81ba00;
}
#footer #contact #email{
	margin-bottom: 1em;
}
#footer #contact #email a > span{
	display: table-cell;
	vertical-align: middle;
	padding-left: 0.5em;
}
#footer #contact #email svg{
	height: 1.5em;
}
.desktop #contact .centered{
	margin-right: 0;
}
#footer .separateur{
	height: 0.25em;
	width: 7em;
	background: #81ba00;
}
#footer #copyright{
	background: #222;
}
#footer #copyright .texte_centre a{
	text-decoration: underline;
	color: #fff;
}
#footer #copyright .texte_centre a:hover{
	color: #81ba00;
}
#footer #copyright p{
	padding: 1em;
	font-size: 0.8rem;
	margin-bottom: 0;
}
#footer #copyright p:first-child{
	padding-top: 2em;
}
#footer #copyright .texte_centre span{
	margin: 0 1em;
}
/* FOOTER - Logo */
#logo_footer{
	margin-bottom: 1em;
	margin-left: 0;
}
#logo_footer svg{
	width: auto;
	height: 7em;
}
#logo_footer svg *{
	filter: unset;
  fill: #81ba00;
}
#logo_footer a:hover svg *{
	fill: #fff;
	filter: grayscale(1) brightness(1.5);
}
/* FIN FOOTER */
/* Breadcrumbs */
#breadcrumbs{
	font-size: 0.75em;
	margin: 2em auto;
}
#breadcrumbs li{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	font-weight: 700;
	color: #81ba00;	
}
#breadcrumbs li:after{
	content: '>';
	padding: 0 0.5em;
	font-weight: 700;
	color: #81ba00;
}
#breadcrumbs li:last-child:after{
	content: '';
	padding: 0;
}
#breadcrumbs a{
	color: #81ba00;
	font-weight: 500;
}
#breadcrumbs a:hover{
	color: #4E7000;
}
/* Menus de catégories et tags */
.cat-item{
    white-space: normal;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	border-right: 2px solid #707070;
    padding: 0 1em;
	transition: 200ms ease-in-out;
}
.cat-item:first-child{
	padding-left: 0;
}
.cat-item:last-child{
	border-right: 0;
	padding-right: 0;
}
.cat-item:hover{
	cursor: pointer;
}
.cat_menu:hover .cat-item{
	border-color: #222;
}
.cat-item a{
	letter-spacing: 1px;
    text-decoration: none;
	color: #707070;
	text-transform: uppercase;
	font-weight: 700;
}
.cat-item a:hover{
	color: #81ba00;
}
.tag_menu{
	margin: 1em 0;
}
.tag_menu .article_tags a{
	color: #81ba00;	
    font-style: italic;
}
.tag_menu .article_tags a:before{
	content:'#';
}
.tag_menu .article_tags a:hover{
	text-decoration: underline;
}
.tag_menu li{
	margin-bottom: 0;
	display: inline-block;
	margin-right: 1em;
}
.tag_menu li:last-child{
	margin-right: 0;
}

/* FRONT PAGE */
#hero_shot .content > *{
	margin-bottom: 2em;
	text-align: center;
}
#hero_shot .content > *:last-child{
	margin-bottom: 0;
}
#hero_shot .reseaux_sociaux svg path{
	fill: #81ba00;
}
#hero_shot .reseaux_sociaux a:hover svg path{
	fill: #222;
}
#home #citations{
	border-top: 0.66em solid #4E7000;
}
#home #offre{
	border-top: 0.66em solid #4E7000;
	border-bottom: 2em solid #81ba00;
}
#home #offre .thumb_container{
	margin-bottom: 1em;
}
.desktop #home #offre .offre_container > *{
	display: table-cell;
	vertical-align: middle;
	max-width: 450px;
	padding: 0 1em;
}
/* FIN FRONT PAGE */
/* INDEX */
#index #title_stripe svg{
	height: 1em;
}
.posts_nav_link span{
	padding: 0 0.25em;
}
/* FIN INDEX */
/* SINGLE.PHP 
Ici, on spécifie tous les design du template single.php et ses alternatives*/
.single #meta_stripe{
	padding-top: 0;
	padding-bottom: 0;
}
.single #post_categories {
	float: left;
}
.single #post_meta {
	font-size: 0.9em;
	color: #4E7000;
	font-weight: 700;
	float: right;
}
.single .hustle-ui .hustle-social{
	width: 300px;
}
#meta_stripe_wrapper #ul_wrapper > ul{
	padding: 1em 0;
}
#meta_stripe_wrapper #ul_wrapper > ul .article_categories{
	margin: 0;
}
#meta_stripe_wrapper #ul_wrapper > ul .article_categories a{
	text-transform: lowercase;
	font-size: 0.9em;
	color: #81ba00;
	border-bottom: 3px solid #fff;
	padding: 0 0 3px 0;
}
#meta_stripe_wrapper #ul_wrapper > ul .article_categories a:hover{
	border-bottom: 3px solid #81ba00;
}
#meta_stripe_wrapper .kar_cta_ghost a{
	color: #4E7000;
	border-color: #4E7000;
}
#meta_stripe_wrapper .kar_cta_ghost a:hover{
	background: #4E7000;
	color: #fff;
}
.article_tags li{
	display: inline-block;
	margin: 0 1em 0 0 ;
}
.article_tags li:last-child{
	margin-right: 0 ;
}
.article_tags{
	text-align: right;
}
.article_tags a{
	color: #81ba00;	
    font-style: italic;
}
.article_tags a:before{
	content:'#';
}
.article_tags a:hover{
	text-decoration: underline;
}
/*
.desktop #meta_stripe_wrapper{
	display: table;
	margin:0 auto;
}
.desktop #meta_stripe_wrapper > *{
	display: table-cell;
	vertical-align: bottom;
	padding-right: 3em;
	min-width: 15em;
}
.desktop #meta_stripe_wrapper > *:last-child{
	padding-right: 0;
}*/
.desktop .single #post_categories,
.desktop .single #post_meta {
	float: none;
}
#post_single_content #content_wrapper h2:first-child{
	margin-top: 0;
}
#pourcentage_ia{
	font-size: 0.9em;
	font-style: italic;
	padding-top: 1em;
	margin-top: 2em;
	border-top: 1px dashed #81ba00;
}
/* Single Sidebar */
#sidebar .thumb_container{
	width: 300px;
	height: auto;
}
#sidebar h3{
	color: #222;
	font-family: 'Playfair Display', serif;
	font-size: 1em;
	margin: 1em auto;
	display: table;
	text-align: center;
}
#sidebar #plante_associee{
	border: 1px solid #fff;
	padding-bottom: 5px;
}
#sidebar #plante_associee p{
	letter-spacing: 1px;
    transition: 200ms ease-in-out;
    padding: 0.5rem 1.5rem;
    text-decoration: none;
	border-radius: 2.5em;
	border: 1px solid #81ba00;
	display: table;
	margin: 0 auto;
}
#sidebar #plante_associee:hover{
	border: 1px solid #4E7000;
}
#sidebar #plante_associee:hover h3{
	color: #4E7000;
}
#sidebar #plante_associee:hover p{
	border-color: #fff;
	color: #4E7000;
}
.desktop #sidebar #plante_associee img{
	max-height: 300px;
	width: auto;
}
#sidebar #offre{
	border: 1px solid #fff;
}
#sidebar #offre:hover{
	border: 1px solid #4E7000;
}
.desktop section.single article{
	padding-right: calc( 300px + 4em );
}
.desktop section.single article > .stripe{
	padding: 3rem 2em;
}
.desktop #sidebar{
	position: fixed;
	z-index:0;
	right:0;
    top: 0;
    padding: 7em 2em 0;
	width: 300px;
	height: 100%;
	font-size: 0.9em;
}
/* Single encart categorie associee */
.taxonomie_boutique > .content {
	border: 0.33em solid #4E7000;
	padding: 2em;
}
.taxonomie_boutique > .content h3{
	margin-top: 0;
}
/* FIN SINGLE.PHP */

/* BOUCLES ET TUILES
Ici on spécifie l'affichage des boucles et des tuiles : articles, évènements, formations, etc.
*/
/* Articles */
.article-tuile{
	margin: 3em auto;
	max-width: 300px; /* Selon la largeur des thumbnails d'articles, définies dans functions.php */
	border-radius: 1.5em;
	border: 1px solid #707070;
	box-shadow: 0 4px 0 rgb(34 34 34 / 20%);
}
.article-tuile .cat{
	color: #707070;
	text-transform: uppercase;
	font-size: 0.9em;
	margin-bottom: 2rem;
}
.article-tuile .kar_image_par_defaut,
.article-tuile img{
	border-radius: 1.5em 1.5em 0 0 ;
	background: #fff;
}
.article-tuile:hover{
	border-color: #81ba00;
	box-shadow: none;
}
.article-tuile a{
	color: initial;
}
.article-tuile h3{
	margin: 0 auto;
	padding: 2em;
	color: #222;
	min-height: 4.5em;
}
.article-tuile:hover h3{
	color: #81ba00;
}
.article-tuile .thumbnail_container{
	margin: 0;
}
/* Citations */
.citations_liste{
	text-align: center;
}
.citation-tuile{
	display: inline-block;
	vertical-align: bottom;
	margin: 0.5em;
}
/* FIN BOUCLES ET TUILES */





/* RESPONSIVE -> Gestion du CSS en fonction de différentes largeurs d'écran */
/* Pour rendre les images "responsive" */
@media screen and (min-width: 400px) {
	.wp-caption img, #post_single_content iframe, #post_single_content img{
		max-width: 400px;  
	}
}
@media screen and (min-width: 600px) {
	.wp-caption img, #post_single_content iframe, #post_single_content img{
		max-width: 600px;  
	}
	.wp-caption.alignleft{
		float:left;
		margin-right: 1em;
	}
	.wp-caption.alignright{
		float:right;
		margin-left: 1em;
	}
	#hs_wrapper > div{
		display: table-cell !important;
		vertical-align: middle;
		width: 50%;
		padding: 1em 0;
	}
}
@media screen and (min-width: 800px) {
	.wp-caption img, #post_single_content iframe, #post_single_content img{
		max-width: 100%; 
	}
}
/* Pour rendre le reste du site "responsive" */
@media screen and (min-width: 45rem) {
	body{
		font-size: 14px;
		line-height: 1.5rem;
	}
	.stripe{
		padding: 4rem 5%;
	}
}
@media screen and (min-width: 55rem) {	
	.content{
		max-width:  55rem !important;
	}
	/* FOOTER */
	.desktop #footer #logo_footer{
		margin-bottom: 2em;
	}
	.desktop footer #footer_container > div{
		display: table-cell;
		vertical-align: middle;
	}
	.desktop #footer #footer_container > div > div{
		margin-bottom: 1em;
	}
	.desktop #footer #footer_container > div > div:last-child{
		margin-bottom: 0;
	}
	.desktop #footer_desktop_wrapper{
		width: 33%;
	}
	/* HOME */
	#homepage_menu{
		table-layout: fixed;
		text-align: center;
	}
	#homepage_menu .homepage_menu_item_wrapper{
		display: table-cell;
		vertical-align: middle;
		padding: 0 1em;
	}
	#homepage_menu .homepage_menu_item_wrapper:first-child{
		padding-left: 0;
	}
	#homepage_menu .homepage_menu_item_wrapper:last-child{
		padding-right: 0;
	}
	/* BOUCLES ET TUILES */
	/* Articles */
	.articles_liste{
		text-align: center;
	}
	.article-tuile{
		display: inline-block;
		vertical-align: top;
		min-width: 0px;
		margin: 2em;
	}
}
@media screen and (min-width: 65rem) {	
	body{
		font-size: 16px;
	}
	.content{
		max-width:  64rem !important;
	}
}
@media screen and (min-width: 70rem) {	
	.content{
		max-width:  69rem !important;
	}
}
@media screen and (min-width: 75rem) {	
	header .content,
	footer .content{
		max-width:  74rem !important;
	}
}
