
#page {
	background-color: #ffffff;
	text-align: justify;
	padding: 18px
}

#page > p {
	padding-left: 6px;
}

#profile {
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.5);
    height: 110px;
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
	border-radius:60px;
}

#page > ul
{
	list-style-type: none;
}

#page > ul > li+li {
	margin-top:6px;
}

#page  a {
	font-weight: bold;
	text-decoration:none;
	color: #111111;

}

#page  a:hover
{
	font-weight: bold;
	color: #607D8B;
	text-decoration:none;
}

.ensae {
	color: #B8152F;
}

.polytechnique {
	color:#003e5c;
}

.courriel {
	margin-bottom: -3px;
	height:16px;
}

.ressource-cours {
	padding-left: 8px;
	padding-bottom: 2px;
	font-size: 14px;
}

.label-cours {
	color:#000000;
}

.publications { 
    list-style-type: none;
}
.publications  > li { display: block; }

.description {
	display: none;
	border-width: 1px;
	border-style: solid;
	border-color: #BFBFBF;
	border-radius: 4px;
	margin-top: 2px;
	margin-bottom: 10px;
	padding: 4px;
	text-align: justify;
	font-size: 14px;
}

.plus {
	font-family:consolas;
	cursor:  pointer;
}

.auteurs {
	
}

.article {
	font-weight: bold;
}

.journal {
	font-style: italic;
}

.editeur-livre {
	font-style: italic;
}

.not-active {
   pointer-events: none;
}

.billet-image-wrapper {
  display: flex;
  justify-content: center;
}

.billet-image-wrapper > img {
  max-width: 100%;
}


@media (max-width: 720px) {
	#page {
	padding: 14px
	
	}
	#page ul{
		padding-left:12px;
	}
}