/*
Theme Name: ANV-COP21 - thème officiel
Theme URI: https://www.anv-cop21.org
Author: Groupe Informatique d'ANV-Cop21
Author URI: https://www.anv-cop21.org
Description: Thème pour les sites d'ANV-COP21 et ses groupes locaux. Ceci est le thème-mère, il ne devrait être modifié que par le Groupe Informatique. Pour les groupes locaux, il convient d'éditer le thème-enfant.
Version: 1.0
*/

/* 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, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-weight: 300;
	max-width: 100%;    
	line-height: 1;
}
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.fa_list li:before{
	font-family: 'Font Awesome 5 fREE';
    font-weight: 900;
    font-style: normal;
    font-size: 0.7em;
    line-height: normal;
    margin-right: 10px;
    text-shadow: -2px 2px 3px rgba(79, 28, 13,.3);
    color: #792B5A;
    content: '\f00c';
}
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"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip:padding-box;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
	-webkit-appearance:none;
	background-color:#fff;
	color:#000;
	outline:0;
	margin:0;
	padding:0;
	text-align: left;
	font-size:1em;
	height: 1em;
	vertical-align: middle;
}
select, select, select{
	background:#fff url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
	background-repeat: no-repeat;
	background-position: 97% center;
	padding:0 25px 0 8px;
	font-size: .875em
}
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: "Raleway", Arial, sans-serif;
	font-size: 14px;
    line-height: 1.4;
	letter-spacing: 0.03em;
	margin:0;
	font-weight: 300;
}
strong, .bold, b, b em, b a, strong em, strong a, .bold a, strong .fa, .bold .fa, .bold em{
	font-weight: 600;
}
a{
	text-decoration: none;
	transition: 150ms ease-in-out;
	font-weight: 600;
}
a:hover{
	cursor: pointer;
}
/* 
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;
}
.broken_link, a.broken_link {
	text-decoration: none !important;
}
.broken_link:hover, a.broken_link:hover{
	cursor: auto;
}
.texte_centre{
	text-align: center;
}
.texte_gauche{
	text-align: left;
}
.texte_droite{
	text-align: right;
}
.gauche{
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.droite{
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
.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: 1rem 0.8em;
	clear: both;
}
.stripe > .content h2{
	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{
	font-size: 0.8em;
	font-style: italic;
    caption-side: bottom;
	padding: 0.5em 0;
}
hr{
    display:block;
    border:none;
    color:white;
    height:1px;
}
.note{
	font-size:0.8em;
	font-style:italic;
}
.note em{
	font-style:normal;
}
.big{
	font-size: 1.2em;
}
.picto i {
    padding: 1rem;
    border-radius: 99rem;
    font-size: 1.5em;
    float: left;
    margin-right: 0.5rem;
}
.no-border{
	border: none !important;
}
.rounded_borders,
.rounded_border{
	border-radius: 1.5rem;
}
.padded{
	padding: 1em;
}
section{
	min-height: 80vh;
	padding-top: 60px;
}

.has-black-color {
    height: 3px;
    color: #e9be3b;
    margin-top: -10px;
    width: 50px;
    align-items: baseline;
    align-content: baseline;
    margin-left: 6px;
    position: absolute;
	margin-bottom: 40px;
}

.has-luminous-vivid-amber-color {
    color: #fcb900;
    height: 3px;
    margin-top: -10px;
    width: 50px;
    align-items: baseline;
    align-content: baseline;
    position: absolute;
	margin-bottom: 40px;
}

div#banniere-accueil-1{
	padding-left: 70px;
}

li p{
	text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
}

	.article-tuile .text_container .text_container_wrapper .article_informations li{
		display: none;
	}

#banniere-top{
	transform:translatex(0px) translatey(0px);
	margin-top:-109px;
	position: relative;
	z-index: 99;
	border-width:20px;
	border-style:solid;
	border-color:#ffffff;
	
}

input#s{
	border-radius: 10px;
	border-width: thin;
    padding-top: 10px;
    padding-bottom: 10px;
}

input#searchsubmit{
	padding: 8px;
    border: none;
    border-radius: 8px;
    color: #fff;
    background-color: #fcb900;
}


form#sib_signup_form_1 p {
    text-align: center;
}

.c-accordion__title:after {
    font-weight: 600;
	font-size: 25px;
}

.content-container {
    background-color: #690f0f;
	color: #fff
	padding-top: 15px;
}

.align-center {
	display: flex; 
	align-content: center;
	justify-content: center;
}

#hbm_checkbox:checked~.hbm_container {
	display: block;
	max-height: calc(100vh - 61px);
	overflow: auto;
}

.hustle-social.hustle-social--rounded {
    width: 100%;
    padding: 1rem 0;
}

/* FIN GENERAL */


/* BALISES SPECIFIQUES */
/* hn -> les titres et sous-titres */
h1{
	margin: 0 auto;
	display: table;
	font-size: 3em;
	clear: both;
    letter-spacing: 0.04em;
    line-height: 1.5em;
	font-weight: 600;
	font-family:'Oswald', sans-serif;
	border-bottom-style:solid;
	border-bottom-width:3px;
	border-bottom-color:#fcb900;
}
h2, h3, h4{
	margin: 1rem 0rem;
	line-height: 1.4;
	font-size: 1em;
    letter-spacing: 0.04em;
	font-family:'Oswald', sans-serif;

}
h2{
	clear: both;
	font-size: 2em;
	text-transform: uppercase;
	display: table;
	font-weight: 600;
	margin-top: 20px;
   }
h3{
	font-weight: 600;
	font-size: 1.2em;
}
h4{
	font-size: 1em;
    font-weight: 600;
    letter-spacing: .1em;
}
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'anv */
.anv_cta{
    white-space: normal;
	margin: 1em auto;
	display: table;

}
.anv_cta:hover{
	cursor: pointer;
}
.anv_cta i{
	margin-right: 0.5em;
}
.anv_cta a{
	letter-spacing: 2px;
	transition: 200ms ease-in-out;
    padding: 1rem 1.5rem;
    text-decoration: none;
    border-style: solid;
	border-width: 1px;    
    border-radius: 0.3em;
	font-size: 1.1em;
    font-weight: 800;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	line-height: 1.4em;
    text-align: center;


}
.anv_cta_small{
	font-size: 0.8em;
}
.anv_cta_small a{
	padding: 0.5rem 1rem;
}
.anv_cta_big a{
	padding: 1.5rem 4rem;
    display: block;
}

.anv_cta_max {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 1.5em;

}

.anv_cta_dark a{
	color: #4c4c4c;
	border-color: #4c4c4c;
	background: #fff0
	;
}

/* Message d'erreur */
.error{
	font-weight: 600;
	border: 1px solid;
	border-radius: 0.25rem;
	padding: 0.5rem;
}
/* Réseaux sociaux : définition de l'affichage des icones des profils pour les réseaux sociaux */
ul.reseaux_sociaux{
	display: table;
}
ul.reseaux_sociaux li{
	display: table-cell;
	vertical-align: middle;
	padding: 0 1em;
}
ul.reseaux_sociaux li:first-child{
	padding-left: 0;
}
ul.reseaux_sociaux li:last-child{
	padding-right: 0;
}
/* Bouton "loupe" de raccourcis vers le formulaire de recherche */
.bouton_loupe{
	font-size: 2rem;
}
/* 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-block-cover{
	border-top-style:solid;
	border-top-width:10px;
	color: #ecbf25;
}

.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" */
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}



/* Image par défaut */
.anv_image_par_defaut{
	margin: 0 auto;
}
.anv_image_par_defaut svg{
	height: 100%;
    width: auto;
    margin: 0 auto;
    display: table;
}
/* FIN STRUCTURE */

/* HEADER */
header{
	z-index: 1000;
	box-shadow:0px 0px 7px 0px #2d3f53;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
}
#header_container > div{
	display: table-cell;
	vertical-align: middle;
	padding: 0em 0em; /* Attention, affecte la hauteur du header et impacte le padding-top de la balise <section> et #hbm_container */
}
/* HEADER - Logo */
#logo_header svg{
	width: auto;
	height: 60px; /* 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 0 0 auto;
    cursor: pointer;
}
#menu_sandwich .hbm_label{
	border: 1px solid;
	border-radius: 0.5em;
	margin: 0 auto 0 0;
}
.menu-menu-depliant-sandwich-container{
	margin-top: -70px;
}

.hbm_label span.fontawesome,
.hbm_label i{
	font-size: 1.2rem;
    border-radius: 99em;
    padding: 0.5rem;
}
.hbm_container{
	z-index: 3;
	position: absolute;
	right: 0px;
	left: 0%;
	top: 60px;
	min-height: 95vh;
	max-height: 50%;
}
#hbm_checkbox:checked ~ .hbm_container {
	display: block;
}
/*.hbm_container ul.anv_menu > li{
	border-top: 1px solid;
} */

#menu_header .hbm_container ul.anv_menu > li > a{
	display: block;
	padding: 1.8rem 0;
	width: 100%;
	font-size: 1em;
	font-weight: 600;
	text-align: center;
}
#menu_header .hbm_container ul.reseaux_sociaux{
	min-width: 66%;
	margin: 2em auto;
}
#menu_sandwich .hbm_container ul.anv_menu{
	margin: 5em auto;
}
#menu_sandwich .hbm_container ul.anv_menu > li > a{
	padding: 0.5rem 0;
	font-weight: 600;
	text-align: center;
	display: block;
}
#menu_sandwich .hbm_container ul.reseaux_sociaux{
	margin: 4em auto;
}
.desktop #menus_div_container > *{
	display: table-cell;
	vertical-align: middle;
}
/* Desktop menu */
.desktop header #header_container > div:first-child{
	padding-left: 0;
}
.desktop header #header_container > div:first-child{
	padding-right: 0;
}
.desktop header #menu-header-desktop{
	text-align: center;
	table-layout: fixed;
	margin-right: 0;
}
.desktop header #menu-header-desktop li{
	display: table-cell;
	vertical-align: middle;
	padding: 0 1rem;
}
.desktop header #menu-header-desktop li:first-child{
	padding-left: 0;
}
.desktop header #menu-header-desktop li:last-child{
	padding-right: 0;
}
/* FIN HEADER */
/* FOOTER */
#footer #footer_container > div{
	margin-bottom: 1em;
}
#footer #footer_container > div:last-child{
	margin-bottom: 0;
}
#footer .menu-menu-depliant-sandwich-container{
	column-count: 2;	
}
#footer nav a{
	padding: 0.25em;
}
#footer #copyright p{
	padding: 1em;
	font-size: 0.8rem;
	margin-bottom: 0;
}
#footer #copyright .texte_centre span{
	margin: 0 1em;
}
/* FOOTER - Logo */
#logo_footer svg{
	width: auto;
	height: 60px; /* Attention au padding-top de la balise <section> et #hbm_container */
}
/* FIN FOOTER */

/* FRONT PAGE */
#hero_shot{
	position: relative;
	overflow: hidden;
	padding-bottom:50px;
	padding-top:50px;
}
#hero_shot #banniere_anv{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Pour compenser les barres d'URL sur les mobiles */
	object-fit: cover;
	background-position: center;
}
#hero_shot #thumbnail_overlay{
	opacity: 0.3;
	position:absolute;
	top: 0;
	bottom:0;
	left: 0;
	right:0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
#hero_shot #hero_shot_text{
	padding: 1em ;
	position: relative;
	z-index: 9;
}
#hero_shot h1{
	text-transform: uppercase;
	margin: 2rem auto;
	font-size: 4em;
	text-align: center;
}

#bienvenue{
	background-color: #690f0f;
	color: white;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
}
/* FIN FRONT PAGE */

/* SINGLE.PHP 
Ici, on spécifie tous les design du template single.php et ses alternatives*/
.single #post_meta {
	font-size: 0.9em;
}
.single #post_meta > .content{
	padding: 1em;
	border-radius: 0.5em;
}
.single #post_meta > .content li:last-child{
	margin-bottom: 0;
}
.single #post_categories{
	margin: 0 auto;
}
.single #post_categories .article_categories li{
	padding: 0 0.5em;
	/* border-right: 1px solid; */
	border: none;
	display: table-cell;
	vertical-align: middle;
}
.single #post_categories .article_categories li:first-child{
	padding-left: 0;
}
.single #post_categories .article_categories li:last-child{
	padding-right: 0;
	border-right: none;
}
/* FIN SINGLE.PHP */
/* AUTHOR.PHP -> Profil d'un groupe local */
.groupe_local_infos_contact ul i{
	margin-right: 1em;
}
/* FIN AUTHOR.PHP */


/* BOUCLES ET TUILES
Ici on spécifie l'affichage des boucles et des tuiles : articles, évènements, formations, etc.
*/
/* Formations */
.formation-tuile a{
	color: initial;
    display: table;
	border-radius: 0.5em;
	min-width: 50%;
}
.formation-tuile a h3{
	margin-top: 0;
}
.formation-tuile a > div{
	display: table-cell;
	vertical-align: middle;
    padding: 0.5rem;
	border-radius: 0 0.5em 0.5em 0;
}
.formation-tuile a .inscription{
	width: 9em;
}
.formation-tuile a .inscription .bouton_container{
	display: table;
}
.formation-tuile a .inscription .bouton_container > *{
	display: table-cell;
	vertical-align: middle;
}
.formation-tuile a .inscription .bouton_container:after{
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-size: 0.8em;
    display: table-cell;
    font-weight: 600;
	vertical-align: bottom;
	padding: 0px 0 0.33em 0.33em;
}
/* Évènements */
.evenement-tuile{
	border-radius: 0.3em;
	min-width: 50%;
	margin: 1em auto;
}
.evenement-tuile.fini{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.evenement-tuile a{
	color: initial;
}
.evenement-tuile h3{
	margin-top: 0;
}
.evenement-tuile .text_container{
	text-align: center;
	padding: 1em;
}
.evenement-tuile .text_container > *:last-child{
	
}
.evenement-tuile .text_container .anv_cta{
	
}
.evenement-tuile > div.thumbnail_container a{
	display: block;
	min-width: 200px;
	margin: 1em 0;
}
/* Campagnes */
.campagne-tuile{
	border-radius: 0.3em;
	min-width: 50%;
	margin: 1em auto;
	border: 1px solid #d9d8d8;
}
.campagne-tuile a{
	color: initial;
}
.campagne-tuile h3{
	margin-top: 0;
}
.campagne-tuile.finie h3 a:after{
	content: ' - finie';
	font-style: italic;
}
.campagne-tuile .text_container{
	text-align: center;
	padding: 1em;
}
.campagne-tuile .text_container > *:last-child{
	margin-bottom: 0;
}
.campagne-tuile .text_container .anv_cta{
	margin-right: 0;
}
.campagne-tuile > div.thumbnail_container a{
	display: block;
	min-width: 200px;
	margin: 1em 0;
}
.campagne-tuile > div.thumbnail_container .anv_image_par_defaut,
.campagne-tuile > div.thumbnail_container img{
	border-radius: 0.5em 0 0 0.5em;
}
/* Articles */
.article-tuile{
	background-color: #fff;
	min-width: 50%;
	margin: 1em auto;
	max-width: 300px; /* Selon la largeur des thumbnails d'articles, définies dans functions.php */
}
.article-tuile a{
	color: initial;
}
.article-tuile h3{
	margin-top: 0;
}
.article-tuile .anv_image_par_defaut,
.article-tuile img{
	
}
.article-tuile .text_container{
	padding: 1em;
}
.article-tuile .text_container > *:last-child{
	margin-bottom: 0;
}

.article-tuile .text_container .article_informations{
	text-align: right;
	font-size: 0.9em;
}
.article-tuile .article_categories{
	margin: 1rem auto;
	font-size: 0.9em;
	display : none;
}
.article-tuile .article_categories li{
	padding: 0 0.5em;
	border-right: 1px solid;
	display: table-cell;
	vertical-align: middle;
}
.article-tuile .article_categories li:first-child{
	padding-left: 0;
}
.article-tuile .article_categories li:last-child{
	padding-right: 0;
	border-right: none;
}
/* Mosaïque ANV */
.mosaique-tuile{
	min-width: 50%;
	background-color: white;
	margin: 1em auto;
	max-width: 300px; /* Selon la largeur des thumbnails d'articles, définies dans functions.php */
}
.mosaique-tuile a{
	color: initial;
}
.mosaique-tuile h3{
	margin-top: 0;
	margin-bottom: 20px;
}

.mosaique-tuile .text_container{
	margin-bottom: 0;
}
.mosaique-tuile .text_container > *:last-child{
	margin-bottom 0;
}

/* FIN BOUCLES ET TUILES */


/* 404 */
#quatrecentquatre h1 {
	margin: 1.5em;
}
.img-404 {
	margin: 2em;
}
#flex-quatrecentquatre {
	display: flex;
	justify-content: center;
	margin: 2em;
	flex-wrap: wrap;
	align-items: center;
}

.div-flex {
	width: 70%;
}

/* BANDEAU TEMPORAIRE CFA ANV */
/* Mis en place par Gauthier le 04/12/2024 pour la campagne de collecte de fin d'année */
/* Mis à jour par Adrien le 10/02/2024 pour le CC */
/* Mis à jour par Quentin le 05/03/2025 */
#temp_banner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	row-gap: 10px;
	column-gap: 20px;

	padding: 20px 15px;
	color: #fff;
	font-family:'Oswald', sans-serif;
	text-align: center;
	background-color: #690f0f;
}

#temp_banner .temp_banner_text {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	text-wrap: balance;
}

#temp_banner .temp_banner_cta {
	display: inline-block;
	padding: 10px;
	
	color: #690f0f; /* blanc */
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	
	border-radius: 5px;
	background-color: rgba(237, 195, 49);
}

/* Hover */
#temp_banner .temp_banner_cta:hover {
	background-color: #ffffff;
}

/* Bandeau temporaire sticky : fixé en-dessous du menu header
 * Desktop : une ligne de texte : on passe le padding de 60 px à 105 px
 * Mobile : deux lignes de texte : on passe le padding de 60 px à 140 px */

#main_content_container {
	padding-top: 61px;
}

/* FIN BANDEAU TEMPORAIRE */


/* POPUP HUSTLE */
/* Mise en place par Gauthier le 26/11/2022 pour la campagne de collecte de fin d'année - Utilise le plugin Hustle */
/* Supprimé le 02/02/2024 par Adrien à la fin du Financement participatif */
/*
.hustle-popup {
	width:auto !important; Pour éviter que la popup ne recouvre la page (width 100vw) et empêche la navigation 
}
*/
/* FIN POPUP HUSTLE */

/* 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;
	}
}
@media screen and (min-width: 800px) {
	.wp-caption img, #post_single_content iframe, #post_single_content img{
		max-width: 800px;  
	}
	

}
@media screen and (min-width: 1000px) {
	.wp-caption img, #post_single_content iframe{
		max-width: 100%;  
	}
	#post_single_content img{
		max-width: 1000px;
	}
		.mob-none {
		display : none;
	}
}
/* Pour rendre le reste du site "responsive" */
@media screen and (min-width: 45rem) {
	body{
		font-size: 16px;
		line-height: 1.5rem;
	}
	.stripe{
		padding: 3rem 5%;
	}
	.anv_cta_big{
		font-size: 1.5em;
		margin: 2.5rem auto;
	}	
	
}
@media screen and (min-width: 55rem) {	
	.content{
		max-width:  55rem !important;
	}
	/* FOOTER */
	.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 */
	/* Évènements */
	.evenement-tuile > div{
		display: table-cell;
		padding: 1rem;
		vertical-align: top;
	}
	.evenement-tuile > div.text_container{
		width: 75%;
		text-align: left;
	}
	.evenement-tuile > div.thumbnail_container a{
		margin: 0 auto;
	}
	/* Campagnes */
	.campagne-tuile > div{
		display: table-cell;
		padding: 1rem;
		vertical-align: top;
	}
	.campagne-tuile > div.thumbnail_container{
		padding: 0;
	}
	.campagne-tuile > div.text_container{
		text-align: left;
	}
	.campagne-tuile > div.thumbnail_container a{
		margin: 0 auto;
	}
	/* Articles */
	.articles_liste{
		text-align: center;
	}
	.article-tuile{
		display: inline-block;
		vertical-align: top;
		min-width: 0px;
		margin: 1em;
	}
	.article-tuile .text_container{
		min-height: 14em;
		display: table;
		padding: 0;
		width: 100%
	}
	.article-tuile .text_container_wrapper{
		vertical-align: middle;
		display: table-cell;
		padding: 1em;
	}
	/* Mosaïque */
	.mosaiques_liste{
		text-align: center;
	}
	.mosaique-tuile{
		display: inline-block;
		vertical-align: top;
		min-width: 0px;
		margin: 1em;
	}
	.mosaique-tuile .text_container{
		min-height: 14em;
		display: table;
		padding: 0;
		width: 100%
	}
	.mosaique-tuile .text_container_wrapper{
		vertical-align: middle;
		display: table-cell;
		padding: 1em;
	}
}
@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;
	}
}

@media screen and (min-width: 1500px){
	#hero_shot #banniere_anv{
		height: 150%;
	}
}