/*
Theme Name: Polemos (enfant de 2011)
Description: Theme du proejt Polemos
Template: twentyeleven
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

#branding #searchform {
    display: none !important;
}

#branding {
	padding: 0;
}

.assistive-text {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.site-info { display: none; }

#main {
	padding: 0;
}

/*#primary div.monxml {*/
	/*background-color: red;*/
	/*width: 100px;*/
	/*overflow: auto;  Ajoute une barre de défilement si nécessaire */
	/*isolation: isolate;*/
/*}*/

#page {
	/*all:unset !important;*/
}

#aside {
	/*margin-top: 405px;*/
	isolation: unset;
	position: absolute !important;
}

div.filariane {
	width: 100%;
	height: 30px;
	background-color: red;
}

#englobe {
	float: left !important;
}

.logos {
	text-align: center;
}

.logos img {
	margin: 1em;
}

.conteneur-membre {
    display: flex;
    width: 100%;
    margin-top: 30px;
}
.colonne-gauche {
    flex: 0 0 30%;
    padding: 15px;
    text-align: center;
    /*background-color: #FFBBBB;*/
}
.colonne-droite {
    flex: 1;
    padding: 15px;
    /*background-color: #BBFFBB;*/
}

.item-conteneur {
    display: flex;
    width: 100%;
    margin-top: 30px;
    border: 1px solid #CCCCCC; /* Bordure grise de 1px */
    background-color: #FBFBFB;
    /*box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); */
}

.item-conteneur:has(.item-gauche h3 a:hover) {
    background-color: #F0F0F0;
}


.item-gauche {
    flex: 0 0 50%;
    padding: 15px 0 15px 30px;
    /*background-color: #FFBBBB;*/
}
.item-gauche h3 {
	font-size: 16px;
	font-weight: 900 !important;
	font-style: normal;
	margin: 0 0 10px 0
}
.item-gauche h3 a {
	color: #000;
}

.item-gauche h3 a:hover {
	color: #8a7032;
	text-decoration: none;
}


.item-droite {
    flex: 1;
    padding: 15px 30px 15px 0;
    /*background-color: #BBFFBB;*/
    text-align: right;
}

.item-fonction {
    font-family: "Times New Roman";
	font-style: italic;
    margin-bottom: 0;
}

.item-institution {
    font-family: "Times New Roman";
	font-style: italic;
	font-weight: bold;
    margin-bottom: 0;
}

.conteneur-complement {
    padding: 0 15px 15px 15px;
    /*background-color: #BBBBFF;*/
    margin-bottom: 50px;
}

.conteneur-complement h3, .conteneur-complement h4 {
	font-weight: bold;
}

p.titre-fonction {
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 18px;
	font-style: italic;
}

p.titre-institution {
	font-size: 12pt;
	/*font-family: "Times New Roman";*/
	font-family: inherit;
	font-style: italic;
	font-weight: bold;
}

p.titre-email {
	font-size: 16px;
	color: #9a8643 !important;
}

h2.titre-nom {
	font-size: 24px;
	font-weight: 600;
}

.div-template-equipe {
	padding-bottom: 50px;
}