/*La couleur la plus claire : #aa00d4
La couleur la plus sombre : #440055*/
.logo {
	max-width: 200px;
}
.t_logo {
	margin-top:20px;
	max-width: 800px;
}
.intro {
  border-top: 1px solid #b2b2b2;
  margin-top:50px;
}
.container ul,
.intro ul {
	list-style: circle;
	padding:10px;
	margin-left:5px;
}
.container div[role="complementary"] ul {
	list-style: none;
}
.img_profil .art_thumbnail {
  width:300px;
}
.author-infos {
	padding: 10px;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 2px solid #ccc;
  border-radius:1em;
  min-height:210px;
}
.author-infos img {
	border: 1px solid #dedede;
	padding: 3px;
	margin-right: 10px;
	max-height:200px;
}
.author-infos span {
	font-size: 16px;
	font-weight: bold;
}
.img_inner.fleft.article {
	min-width:300px;
	height:300px;
}
.article img {
	width:300px;
	height:300px;
}
.soustitre {
	font-size: 20px;
}
.maxheight img.art_thumbnail{
	height:300px;
}
.pagination span{
	padding:10px;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #777;
	border-color: transparent;
	color: #fff;
	cursor: pointer;
	padding-left: .7rem;
	padding-right: .7rem;
	width: auto;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #616161;
}
button[disabled],
input[disabled],
select[disabled],
textarea[disabled],
button[disabled]:hover,
input[disabled]:hover,
select[disabled]:hover,
textarea[disabled]:hover {
	background-color: #ddd;
	color: #777;
	cursor: not-allowed;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
button.purple,
input[type="button"].purple,
input[type="reset"].purple,
input[type="submit"].purple {
	background-color: #AA00D4;
	color: #eee;
}
button.purple:hover,
input[type="button"].purple:hover,
input[type="reset"].purple:hover,
input[type="submit"].purple:hover {
	background-color: #8833A6;
}
input.searchbutton[type=submit] {
    background-color: #AA00D4;
	color: #eee;
}
@media only screen and (max-width: 767px) {
	.t_logo {
		display: none;
	}
	.img_inner.fleft.article {
		max-width:100px;
		height:100px;
	}
	.article img {
		width:100px;
		max-height:100px;
	}
}

.comment {
	/*background-image: url('../images/user.png');*/
	background-repeat: no-repeat;
	margin-bottom: 2rem;
	/*padding-left: 4rem;*/
}
.comment blockquote {
	margin: 0;
}
.content_com {
	padding: 10px 5px;
}
.type-admin {
	background-color: #FFB5D5;
	padding: 10px 5px;
}	
.level-0 {
	margin-left: 0;
}
.level-1 {
	margin-left: 50px;
}
.level-2 {
	margin-left: 100px;
}
.level-3 {
	margin-left: 150px;
}
.level-4 {
	margin-left: 200px;
}
.level-5,
.level-max {
	margin-left: 250px;
}
#id_answer {
	margin-bottom: 10px;
	padding:15px;
	border:1px solid #eee;
	width:100%;
	background:#fafafa;
	display:none;
}
.bio {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  margin: 7em 0 0 0;
  padding: .25em 1.5em 1em 1.5em;
  line-height: 1.7;
  border-radius: 0 0 1em 1em;
}

.bio::before,
.bio::after {
  content: "";
  display: block;
  box-sizing: border-box;
  height: 2.1em;
  position: absolute;
  top: -2.1em;
}

.bio::before {
  left: 0;
  width: calc(50% - 3.25em);
  /*width: calc(50% - 3.24em); Use this with solid colors if IE11 is giving you trouble*/
  border-radius: 1em 0 0 0;
}

.bio::after {
  right: 0;
  width: calc(50% - 3.24em);
  /*width: calc(50% - 3.24em); Use this with solid colors if IE11 is giving you trouble*/
  border-radius: 0 1em 0 0;
}

.pic {
  position: absolute;
  width: 5.5em;
  height: 5.5em;
  top: -6em;
  left: calc(50% - 2.75em);
  border-radius: 5.5em;
  background-color: rgba(255, 255, 255, .3);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 5.5em;
}

.pic .picAuthor {
	font-size: 3em;
}


.circle {
  position: absolute;
  box-sizing: border-box;
  display: block;
  width: 6.5em;
  height: 2.1em;
  top: -2.1em;
  left: calc(50% - 3.25em);
  overflow: hidden;
}

.circle::after {
  position: absolute;
  content: "";
  width: 6.5em;
  height: 6.5em;
  border-radius: 6.5em;
  background: transparent;
  top: -7em;
  left: -2.5em;
  border: 2.5em solid rgba(0, 0, 0, 0.8);
}


/* Set the background and text color of the box here */

.bio,
.bio::before,
.bio::after {
  background: #FFD0EE;
  color: #959595;
}

.circle::after {
  border-color: #FFD0EE;
}

.bio.type-admin,
.bio.type-admin::before,
.bio.type-admin::after,
.bio.bottomright,
.bio.bottomright::before,
.bio.bottomright::after {
  background: rgba(102, 0, 102, 0.6);
  color: #ccc;
}
.bio.type-admin a {
	color:#F5A7FF;
}

.type-admin .circle::after,
.bottomright .circle::after {
  border-color: rgba(102, 0, 102, 0.6);
}

.bio.type-admin .nbcom,
.bio .nbcom {
	background-color: #AA00D4;
	color: #fff;
	padding: .2rem .3rem;
}
.bio.type-admin .nbcom:hover,
.bio .nbcom:hover {
	background-color: #8833A6;;
	color: #fff;
	text-decoration: none;
}

/* Set the image */

.topleft .pic {
  /*background-image: url(http://fillmurray.com/200/400);*/
}

.pic .picAuthor {
	color:#FF38D7;
}

.type-admin .pic,
.bottomright .pic {
  background-image: url(../images/h_logo.png);
  background-size: auto 4.5em;
}


/* Move the pic to the left */

.topleft .pic {
  left: 2em;
}

.topleft .circle {
  left: 1.5em;
}

.bio.topleft::before {
  width: 1.5em;
}

.bio.topleft::after {
  width: calc(100% - 8em);
}


/* Hang it off the bottom */

.type-admin,
.bottomright {
  margin: 2em 0 7em 0;
  padding: 1em 1.5em .25em 1.5em;
  border-radius: 1em 1em 0 0;
}

.type-admin .pic,
.bottomright .pic {
  right: 2em;
  left: initial;
  bottom: -6em;
  top: initial;
}

.type-admin .circle,
.bottomright .circle {
  left: initial;
  top: initial;
  right: 1.5em;
  bottom: -2.1em;
}

.bio.type-admin::before,
.bio.type-admin::after,
.bio.bottomright::before,
.bio.bottomright::after {
  top: initial;
  bottom: -2.1em;
}

.bio.type-admin::before,
.bio.bottomright::before {
  width: calc(100% - 8em);
  border-radius: 0 0 0 1em;
}

.bio.type-admin::after,
.bio.bottomright::after {
  width: 1.5em;
  border-radius: 0 0 1em 0;
}

.type-admin .circle::after,
.bottomright .circle::after {
  top: initial;
  bottom: -7em;
}

@media print {
  .bio,
  .bio.type-admin,
  .bio.bottomright {
    background-color: transparent;
    color: #000;
    margin: 1em 0;
    padding: .25em 1.5em 1em 6em;
    min-height: 5.5em;
  }
  .pic,
  .topleft .pic,
  .type-admin .pic,
  .bottomright .pic {
    box-sizing: border-box;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 5.5em;
    height: 5.5em;
  }
  .bio::before,
  .bio::after,
  .circle {
    display: none;
  }
  /* Redo the images. */
  .topleft .pic {
    content: url(http://fillmurray.com/200/400);
  }
  .type-admin .pic,
  .bottomright .pic {
    content: url(http://fillmurray.com/250/250);
  }
}


/* For Windows High Contrast Mode */

@media screen and (-ms-high-contrast: active) {
  .bio,
  .bio::before,
  .bio::after,
  .pic {
    border: 1px solid #fff;
  }
  .bio.topleft {
    border-top: none;
  }
  .bio.type-admin,
  .bio.bottomright {
    border-bottom: none;
  }
  .bio.topleft::before {
    border-right: none;
    border-bottom: none;
  }
  .bio.type-admin::before,
  .bio.bottomright::before {
    top: auto;
    border-right: none;
    border-top: none;
  }
  .bio.topleft::after {
    border-left: none;
    border-bottom: none;
  }
  .bio.type-admin::after,
  .bio.bottomright::after {
    top: auto;
    border-left: none;
    border-top: none;
  }
  .circle::after {
    border: none;
  }
  .bio.type-admin .pic,
  .bio.bottomright .pic {
    left: auto;
    top: auto;
  }
}
@media (max-width: 767px) {
	.level-1,
	.level-2,
	.level-3,
	.level-4,
	.level-5,
	.level-max {
		margin-left: 5px;
	}
}
body,
.box_inner,
.maxheight,
.shuffle-group,
#footer {
	background-color: #FEFEE2;
	text-align: justify;
}
.extra_wrapper {
	text-align: left;
}
.lastArtTitle {
	text-align: center;
	display: inline-block;
	width: 100%;
	padding:5px;
	background-color: #E598D8;
	color:#fff;
}
.cadre {
	border-bottom: 1px solid #b2b2b2;
	margin:auto auto 20px 20px;
	padding:20px;
	text-align:justify;
}
.info {
	color:red;
	font-style: italic;
}