/*
 Theme Name:   Illdy Child
 Theme URI:    https://ouvaton.coop
 Description:  Child for easy changes
 Author:       Ouvaton.coop
 Author URI:   https://ouvaton.coop
 Template:     illdy
 Version:      0.1
*/
body {
	color:#131515 !important;
	font-size: 18px;
}
.markup-format h1, .markup-format h2, .markup-format h3, .markup-format h4, .markup-format h5, .markup-format h6 {
	color: #444444 !important;
}
ul, ol {
	font-size: 18px;
}
.markup-format table tbody {
	color: #131515;
	font-size: 16px;
	font-weight: 500;
}
.markup-format a {
	color: #004f9b;
    text-decoration: none;
	/*	text-decoration: underline;*/
}
.frontpage-ouvconnect input {
	width: 100%;
	background-color: #F4F4F4;
	border-radius: 8px;
	margin-bottom: 10px;
	height: 2em;
	/*padding: 8px;*/
}
#header .top-header .header-navigation ul li a {
	font-size: 20px;
}
#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li a {
	font-size: 16px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #c3c3c3;
}
#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li {
	background-color: rgba(225, 225, 225, .5);
}
#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu, #header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li {
	border-radius: 10px;
}
#blog .blog-post {
	margin-bottom: 50px;
}
#header .is-sticky .top-header {
	background-color: rgba(30, 30, 30, .5);
}
#header .top-header {
    padding-top: 10px;
    padding-bottom: 10px;
}
#header .top-header img {
 /*   background-color: rgba(255, 255, 255, 0.3);
	padding: 0 0.5em 0 0;
	border-radius: 1.5em;*/
}
#header .bottom-header h1 {
	margin: 0 0 29px 0;
    line-height: 84px;
    font-weight: 700;
    font-size: 70px;
    color: #fff;
    font-family: "Poppins";
}
#header .bottom-header {
	width: 100%;
	padding-top: 200px;
	padding-bottom: 280px;
	text-align: center;
}
#header .bottom-header.blog {
    padding: 30px 0;
}
#latest-news .section-content .post {
	min-height: 380px;
}
#latest-news .illdy-blog-post {
	margin-top: 30px;
	min-height: 300px;
}

/*.front-page-section .section-header .section-description {
	color: #EEE !important;
}*/

.markup-format blockquote, .markup-format q {
	line-height: 22px;
	font-size: 20px;
	color: #555;
}

/* Spoiler on FAQ page */
div.spoiler-wrap {
    border-left-width: 4px;
    margin: 6px auto;
    width: 100%;
}

/* Popup Ouvadmin and Search field */
.pum-theme-1445 .pum-title, .pum-theme-lightbox .pum-title {
	text-align: center !important;
	font-size: 16px !important;
	line-height: 36px !important;
}
.pum-theme-1445 .pum-container, .pum-theme-lightbox .pum-container {
	border-radius: 10px !important;
	border: 2px solid #000000 !important;
	box-shadow: 0px 0px 2px 0px rgba( 2, 2, 2, 0.80 ) inset !important;
}
input {color: #1e1e1e !important;}
.btn {line-height: 0.4 !important;}

/* Hiding some article meta */
.blog-post .blog-post-meta .post-meta-time { 
display: none;
}
.blog-post .blog-post-meta .post-meta-author { 
display: none;
}
.blog-post .blog-post-meta .post-meta-comments { 
display: none;
}
.blog-post .blog-post-meta .post-meta-categories { 
display: none;
}
.blog-post-author { 
display: none;
}
#blog .blog-post .blog-post-button {
display: none;
}
#blog .blog-post .blog-post-title {
	color: #333131 !important;
	border: thick double;
	border-top-color: #5aa120;
	border-bottom-color: #004f9b;
	border-left-color: #f99500;
	border-right-color: #bb000b;
    border-radius: 8px; 
	display: block;
	padding: 0 0.2em;
}
.menu-side-container a {color:#40494e !important;}

/* Let's pulse the front page scroll down indicator */
.fa-pulse {
	display: inline-block;
	-moz-animation: pulse 2s infinite linear;
	-o-animation: pulse 2s infinite linear;
	-webkit-animation: pulse 2s infinite linear;
	animation: pulse 2s infinite linear;
	color: #ffffff !important; 
}
@-webkit-keyframes pulse {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@-moz-keyframes pulse {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@-o-keyframes pulse {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}

@keyframes pulse {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
/* opacity à 1 pour que l image soit moins grise et pas d effet bordure */
figure.imageeffectck img {
	position: relative;
	display: block;
	/*min-height: 100%;*/ /* do not use because it distord the images in Safari and mobiles */
	max-width: 100%;
	width: 100%;
	opacity: 1;
	margin: 0;
}
figure.imageeffectck {
	position: relative;
	/*float: left;*/
	overflow: hidden;
	/*! margin: 10px 1%; */
	/*min-width: 320px;*/
	/*max-width: 480px;*/
	/*max-height: 360px;*/
	/*width: 48%;*/
	/*! background: #3085a3; */
	text-align: center;
	cursor: pointer;
	display: inline-block;
	will-change: transform;
}
.markup-format a:hover {

    color: #5aa120;
    text-decoration: none;
    text-decoration: underline;

}

/* Menu horizontal depliant - ajout par Phil Cherp - source: travail de Jean-Denis Monnet 7llesite.fr */

.conteneur-menu-horizontal { /* attributs du conteneur */
	position:relative; /* mettre éventuellement fixed pour fixer ce menu et le doter d'une position dans la page :
par exemple ci-dessous
	top:20px;
	left:20px;
*/
	height:26px; /* hauteur */
	/* margin:40px 0 0 15px;  /* marges extérieures */
    margin:0 auto;  /* marges extérieures modif Phil */
}

.menu-horizontal { /* attributs d'un item du menu */
	text-align:center;
	margin-right:8px; /* marge extérieure droite */
	/*padding:2px;  marges intérieures */
	float:left;
	background:#ffffff; /* pour fixer un background pour tous en remplacement de la série d'individualisation */
	position:relative;
	width:40px; /* largeur */
	height:35px; /* hauteur */
	border:1px solid #545454; /* bordure : épaisseur nature couleur */
	border-radius:10px; /* arrondis */
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease; /* transition : temps et nature */
}


.menu-horizontal:hover .menu-horizontal-titre { /* item menu et titre visibles lorsque item survolé */
	opacity:1; /* 1 : donc visible */
	transform:scale(1); /* échelle 1 : donc visible */
}

.menu-horizontal:hover { /* attributs item menu survolé */
	text-align:right;
	width:200px; /* pour fixer une largeur pour tous en remplacement de la série d'individualisation */
	/* background:#f79e27; /* /* pour fixer une couleur de fond pour tous */
}

.menu-horizontal-titre a, .menu-horizontal-titre a:hover { /* attributs des liens et liens survolés */
	text-decoration:none;
	font-weight:bold; /* en gras */
	color: #FFF; /* couleur */
	
}

/* série d'individualisation des couleurs de fond - 4 coul logo Ouvaton - des items menus survolés -à supprimer éventuellement */
	.menu-horizontal:nth-child(1):hover {background:#ffab00c0;}
	.menu-horizontal:nth-child(2):hover {background:#aa0000c0;}
	.menu-horizontal:nth-child(3):hover {background:#336699c0;}
	.menu-horizontal:nth-child(4):hover {background:#207b24c0;}
	.menu-horizontal:nth-child(5):hover {background:#ffab00c0;}
	.menu-horizontal:nth-child(6):hover {background:#aa0000c0;}
	.menu-horizontal:nth-child(7):hover {background:#336699c0;}
	.menu-horizontal:nth-child(8):hover {background:#207b24c0;}

.menu-horizontal-titre { /* attributs titres */
	margin-left:5px; /* marge extérieure gauche */
	width:200px; /* largeur du titre non survolé (au moins la largeur maximum des individualisations */
	position: absolute;
	bottom:0px; /* position basse */
	text-align: left;
	vertical-align:middle; /* alignement vertical au milieu */
	line-height:26px; /* hauteur */
	opacity:0; /* 0 : donc non visible */
	transform:scale(0); /* échelle 0 : donc non visible */
	transform-origin:30px 50%; /* origine de la transformation : ici à 30px à droite, 50% de la hauteur */
	-webkit-transition: all 1.1s ease;
	-moz-transition: all 1.1s ease;
	transition: all 1.1s ease; /* transition : temps et nature */
}
.menu-horizontal-titre a, .menu-horizontal-titre a:hover { /* attributs des liens et liens survolés */
	text-decoration:none;
	font-weight:bold; /* en gras */
	color: #000000; /* couleur */
}
/* fin Menus horizontaux dépliants - ajout Phil Cherp */


/* panneau tournant - flip fl - ajout Phil Cherp */

#f1_container {
	position: relative;
	margin: 10px auto;
	width: 192px; /*largeur images*/
	height: 192px; /*hauteur images*/
	z-index: 1;
	background: transparent; /*couleur de fond*/
	border:1px solid #000000; /*bordure*/
	border-radius:0px; /*arrondis*/
}
#f1_container {
	perspective: 500px;
}
#f1_card {
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: all 1.0s linear; /*temps et mode de transition*/
}
#f1_container:hover #f1_card {
	transform: rotateY(180deg); /*rotation verticale*/
	border-radius: 30px; /*arrondis*/
	box-shadow: -5px 5px 5px #111111; /*ombre portée*/
}
.face { /* attributs face visible - recto*/
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
}
.face.back { /*attributs face cachée - verso*/
	display: block;
	transform: rotateY(180deg); /*rotation verticale*/
	box-sizing: border-box;
	padding: 10px; /*marges intérieure*/
	color: #ffffff; /*couleur texte*/
	text-align: center; /*alignement*/
	background-color: #000000; /*couleur de fond*/
	opacity:0.9; 
	border-radius:0px; /*arrondis*/
}
/* fin panneau tournant - flip fl - ajout Phil Cherp */