@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Cinzel+Decorative&family=IM+Fell+DW+Pica+SC&family=IM+Fell+DW+Pica:ital@0;1&display=swap');
@font-face {
  font-family: "ae_Granada";
  src: url('ae_Granada.ttf');
}
* {
	margin: 0;
	padding: 0;
	font-family: 'poppins', sans-serif;
	font-family: 'IM Fell DW Pica', serif;
	/*	font-family: ae_Granada;*/

	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	/*font-family: 'IM Fell DW Pica', serif;
	font-family: ae_Granada;*/
}
a {
	text-decoration: none;
	color: #5a5a5a;
}
img {
	/* cursor: pointer; */
}
.contenu {
	display: flex;
}
.flex-div {
	display: flex;
	align-items: baseline;
}
nav {
	padding: 10px 2%;
	justify-content: space-between;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background: #fff;
	position: sticky;
	top: 0;
	z-index: 10;
}
.nav-right img {
	cursor: pointer;
}
.nav-right .user-icon {
	width: 25px;
    height: 25px;
    margin-right: 5px;
    margin: 0 5px;
}
.nav-left .menu-icon {
	width: 35px;
	margin-left: 25px;
	cursor: pointer;
}
.nav-left .logo {
	width: 300px;
	cursor: pointer;
}
.nav-middle .mic-icon {
	width: 16px;
	cursor: pointer;
}
.nav-middle .search-box {
	border: 1px solid #ccc;
	margin-right: 15px;
	padding: 8px 12px;
	border-radius: 25px;
}
.nav-middle .search-box input{
	width: 400px;
	border: 0;
	outline: 0;
	background: transparent;
}
.nav-middle .search-box img {
	width: 15px;
	cursor: pointer;
}
.img_nav_middle_book {
	width: 30px;
	margin: 0 10px;
}
.img_nav_middle_logo {
	width: 40px;
	margin: 0 10px;
}
.p_nav_midlle {
    font-size: 30px;
    font-weight: 600;
    font-family: ae_Granada;
}
span#user {
    font-size: 16px;
    color: #4e6d82;
}
p.message {
    direction: rtl;
    text-align: center;
    font-weight: 600;
    /*  font-family: monospace;  */
}
div.messagepagination {
    padding: 7px;
    border: 1px solid gray;
    border-radius: 5px;
    background: #d7d7d7;
}
div.messagepagination a {
	background: #f9f9f9;
    border: 1px solid #000000;
    border-radius: 6px;
    padding: 3px 6px;
    font-size: 14px;
    color: blue;
}
/* ------------------ sidebar --------------- */
.sidebardisplaynone {
	display: none;
}
.sidebar {
    flex-grow: 0;
    background: #fff3c9;
    width: 30%;
    min-width: 260px;
    /* height: 100vh; */
    /* position: fixed; */
    top: 0;
    padding-left: 2px;
    /* padding-top: 80px; */
    position: sticky;
    box-shadow: -1px 1px 10px black;
}

.sidebar .container-fluid .panel p {
    font-size: 16px;
    padding: 0px;
    color: #3465a4;
    transition: .5s;
}
span.specialite {
    border: 1px solid #d59c81;
    border-radius: 8px;
    cursor: pointer;
    padding: 5px 5px;
    display: inline-block;
    margin-top: 5px;
    margin-right: 5px;
}
span.specialite:hover {
    background-color: #d8c4c4;
    color: black;
}
.shortcut-links a img {
	width: 20px;
	margin-right: 20px;
}
.shortcut-links a {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	width: fit-content;
	flex-wrap: wrap;
}
.shortcut-links a:first-child {
	color: #ed3833;
}
.sidebar hr {
	border: 0;
	height: 1px;
	background: #ccc;
	width: 85%;
}
.subscribed-list h3 {
	font-size: 13px;
	margin: 20px 0;
	color: #5a5a5a;
}
.subscribed-list a {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	width: fit-content;
	flex-wrap: wrap;
}
.subscribed-list a img {
	width: 25px;
	border-radius: 50%;
	margin-right: 20px;
}
.small-sidebar {
	width: 5%;
}
.small-sidebar a p {
	display: none;
}
.small-sidebar h3 {
	display: none;
}
.small-sidebar hr {
	width: 50%;
	margin-bottom: 25px;
}

/*  -------------- main ------------- */
.container {
	flex-grow: 1;
	background: #f9f9f9;
	padding: 10px;
}
.large-container {
	padding-left: 7%;
}

.banner {
	width: 100%;
}
.banner img {
	max-height: 160px;
	width: 100%;
	border-radius: 8px;
}
div.message {
    width: 100%;
    /* height: 30px; */
    background: #ffaec9;
    border-radius: 5px;
    border: 1px solid #4e6d82;
    box-shadow: 1px 1px 5px #060606;
    text-align: right;
    font-size: 14px;
    padding: 5px;
    color: #323232;
    text-align: left;
    margin-bottom: 5px;
}

.zode_de_recherche { display: flex; }

.zode_de_recherche .search-box {
    border: 1px solid #ccc;
    /* margin-right: 15px; */
    padding: 2px 10px 0px 5px;
    border-radius: 25px;
    display: flex;
    width: 100%;
    /* margin-bottom: 5px; */
    margin: 5px;
}

.zode_de_recherche .search-box input {
    border: 0;
    outline: 0;
    background: transparent;
    width: 100%;
}

.zode_de_recherche img {
    width: 25px;
    cursor: pointer;
}

.list-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-column-gap: 16px;
	grid-row-gap: 30px;
	margin-top: 15px;
}
.vid-list {
	position: relative;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px #645e5e;
}
.vid-list .thumbnail {
	width: 100%;
	/*border-radius: 5px;*/
	max-width: 250px;
}
.vid-list .flex-div {
	align-items: flex-start;
	margin-top: 7px;
}
.vid-list .flex-div img {
	width: 15px;
	margin-right: 10px;
	margin-left: 12px;
	border-radius: 50%;
}
.vid-info {
	color: #5a5a5a;
	font-size: 13px;
}
.vid-info a {
	color: #000;
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
}
.mots_cles {
	font-size: 14px;
	/* display: flex; */
	width: 100%;
	font-size: 12px;
	margin-left: 2px;
}
.mots_cles a {
	color: blue;
	font-family: serif;
}
.nbr_v_t {
    font-size: 9px;
    font-family: auto;
    /* margin-left: 2px; */
    padding-right: 18px;
    color: black;
    line-height: 2;
    margin-top: 5px;
    border-top: 1px solid gray;
}

.nbr_v_t span {
    color: black;
    background-color: #ffaec9;
    border-radius: 50%;
    min-width: 15px;
    height: 15px;
    text-align: center;
    font-size: 8px;
    display: inline-block;
    font-family: auto;
    /* font-weight: 600; */
    /* padding: 5px; */
}

.vid-list:hover a .thumbnail {
	-webkit-animation: swing 0.6s forwards;	
	animation: swing 0.6s forwards;	
}

/* animation de l'image de l'article */
@keyframes swing {
25% {
	-webkit-transform: rotate3d(0, 0, 1, 6deg);
	        transform: rotate3d(0, 0, 1, 9deg);
}

50% {
	-webkit-transform: rotate3d(0, 0, 1, -4deg);
	        transform: rotate3d(0, 0, 1, -6deg);
}

75% {
	-webkit-transform: rotate3d(0, 0, 1, 2deg);
	        transform: rotate3d(0, 0, 1, 3deg);
}

100% {
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	        transform: rotate3d(0, 0, 1, 0deg);
}
}

/* -------------------------- DOC ----------------- */
.vid-list img {
	width: -webkit-fill-available;
	cursor: pointer;
}

.vid-list .doc-titre {
	position: absolute;
    top: 120px;
    left: 35px;
    width: 87%;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid gray;
    padding: 30px 0;
}
.vid-list .doc-departement {
	width: 80%;
	position: absolute;
	text-align: center;
	top: 10px;
}
.vid-list .doc-specialite {
	width: 80%;
	position: absolute;
	text-align: center;
	top: 40px;

}
.vid-list .doc-cycle { 
	position: absolute;
	top: 60px;
	left: 10px;
}

.vid-list .doc-cy-an-sem {
	position: absolute;
    top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 10px 0;
    font-size: 12px;
}
.vid-list .doc-type {
	position: absolute;
	bottom: 70px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 1px solid gray;
	width: 80%;
}
.vid-list .img-extention {
    width: 10%!important;
    border-radius: 0!important;
}

.vid-list .doc-prof {
	position: absolute;
    bottom: 150px;
    font-weight: 600;
    text-align: center;
    font-size: 26px;
    width: 80%;
}

@media (max-width:  700px) {

	.sidebar {
		/*display: none;*/
	}
	.container, .large-container {
		padding-left: 5%;
		padding-right: 5%;
	}
	.nav-right {
		display: none;
	}
	.p_nav_midlle {
		font-size: 14px;
	}

	.nav-left .logo {
		width: 90px;
	}
	.lire-polycopie {
		flex-basis: 100%;
	}
	.right-sidebar {
		flex-basis: 100%;
	}
	.play-container {
		padding-left: 5px;
	}
	.vid-description {
		padding-left: 0;
	}
	.lire-polycopie .play-video-info a {
		margin-left: 0;
		margin-right: 15px;
		margin-top: 15px;
	}
}

@media (max-width:  520px) {
	.img_nav_middle_book { display: none; }
	.img_nav_middle_logo { display: none; }
	.sidebar { display: none; }
}


/* --------------------- lire polycopie ---------------- */
.paragrapheEntete {
	border: 1px solid gray;
    border-radius: 5px;
    margin: 0 10px;
    padding: 0 10px;
}

.play-container {
	padding-left: 2%;
}
.row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lire-polycopie {
	flex-basis: 69%;
}
.right-sidebar {
	flex-basis: 30%;
}
.lire-polycopie video {
	width: 100%;
}
.side-list {
	/* display: flex;*/ 
	position: relative;
	justify-content: space-between;
	margin-bottom: 8px;
}
.side-list img {
	width: 70%;
	margin-left: auto;
}
.side-list .small-thumbnail {
	flex-basis: 49%;
}
.side-list .vid-info{
	flex-basis: 49%;
}
.side-list .titre {
	text-align: center;
    border-bottom: 1px solid gray;
    margin: 5px;
}
.side-list h1 {
	text-align: center;
}
.side-list p {
	border-bottom: 1px dashed gray;
	margin: 5px 0;
}
.side-list p span {
	padding-left: 5px;
	color: darkblue;
}
.lire-polycopie .tags a {
	color: #0000ff;
	font-size: 13px;
}
.lire-polycopie h3 {
	font-weight: 600;
	font-size: 22px;
}
.lire-polycopie .play-video-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 10px;
	font-size: 14px;
	color: #5a5a5a;
}
.lire-polycopie .play-video-info a img {
	width: 20px;
	margin-right: 8px;
}
.lire-polycopie .play-video-info a {
	display: inline-flex;
	align-items: center;
	margin-left: 15px;
}
.lire-polycopie hr {
	border: 0;
	height: 1px;
	background: #ccc;
	margin: 10px 0;
}
.publisher {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.publisher div {
	flex: 1;
	line-height: 18px;
}
.publisher img {
	width: 40px;
	border-radius: 50%;
	margin-right: 15px;
}
.publisher div p {
	color: #000;
	font-weight: 600;
	font-size: 18px;
}
.publisher div span {
	font-size: 13px;
	color: #5a5a5a;
}
.publisher button {
	background: red;
	color: #fff;
	padding: 8px 30px;
	border: 0;
	outline: 0;
	border-radius: 4px;
	cursor: pointer;
}
.vid-description {
	padding-left: 55px;
	margin: 15px 0;
}
.vid-description p {
	font-size: 14px;
	margin-bottom: 5px;
	color: #5a5a5a;
}
.vid-description h4 {
	font-size: 14px;
	color: #5a5a5a;
	margin-top: 15px;
}
.add-comment {
	display: flex;
	align-items: center;
	margin: 30px 0;
}
.add-comment img {
	width: 35px;
	border-radius: 50%;
	margin-right: 15px;
}
.add-comment input {
	border: 0;
	outline: 0;
	border-bottom: 1px solid #ccc;
	width: 100%;
	padding-top: 10px;
	background: transparent;
}
.old-comment {
	display: flex;
	align-items: center;
	margin: 20px 0;
}
.old-comment img {
	width: 35px;
	border-radius: 50%;
	margin-right: 15px;
}
.old-comment h3 {
	font-size: 14px;
	margin-bottom: 2px;
}
.old-comment h3 span {
	font-size: 12px;
	color: #5a5a5a;
	font-weight: 500;
	margin-left: 8px;
}
.old-comment .acomment-action {
	display: flex;
	align-items: center;
	margin: 8px 0;
	font-size: 14px;
}
.old-comment .acomment-action img {
	border-radius: 0;
	width: 20px;
	margin-right: 5px;
}
.old-comment .acomment-action span {
	margin-right: 20px;
	color: #5a5a5a;
}
.old-comment .acomment-action a {
	color: #0000ff;
}


/*  boite modale authentification */
#authentification {
	background-color: #cccccc;
	opacity: 0.95;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 1000;
}
/*  boite modale parametrage */
#parametrage {
	background-color: #cccccc;
	opacity: 0.95;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 1000;
}

.box {
  border: 1px solid #c4c4c4;
  padding: 30px 25px 10px 25px;
  background: white;
  margin: 30px auto;
  width: 300px;
  /*background-image: linear-gradient(green, black, green);*/
  animation: mymoveboxbackground 5s infinite;
  position: relative;
}
@keyframes mymoveboxbackground {
  0%   {background-color: black; color: white; border: 1px solid white;}
  50%  {background-color: white; color: black; border: 1px solid orange;}
  100% {background-color: black; color: white; border: 1px solid white;}
}

h1.box-logo a {
  text-decoration:none;
}
h1.box-title {
  /*color: #000;*/
  background: transparent;
  font-weight: 300;
  padding: 15px 25px;
  line-height: 30px;
  font-size: 25px;
  text-align:center;
  margin: -27px -26px 26px;
}
.box-button {
  border-radius: 5px;
  background: #d2483c;
  text-align: center;
  cursor: pointer;
  font-size: 19px;
  width: 100%;
  height: 51px;
  padding: 0;
  color: #fff;
  border: 0;
  outline:0;
}
.box-register
{
  text-align:center;
  margin-bottom:0px;
}
.box-register a
{
  text-decoration:none;
  font-size:12px;
  color:#666;
}
.box-input {
  font-size: 14px;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 25px;
  padding:10px;
  border-radius: 5px;
  width: 250px;
  height: 50px;
}
.box-input:focus {
    outline: none;
    border-color:#5c7186;
}
p.Fermer_authentification {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    font-family: cursive;
    border: 1px solid lightgray;
    padding: 3px 10px;
    background: #9d0606;
    cursor: pointer;
}
.sucess{
  text-align: center;
  color: white;
}
.sucess a {
  text-decoration: none;
  color: #58aef7;
}
p.errorMessage {
    background-color: #e66262;
    border: #AA4502 1px solid;
    padding: 5px 10px;
    color: #FFFFFF;
    border-radius: 3px;
}
@media print {
	.flex-div { display: none; }
	.lire-polycopie { flex-basis: 0px;  }
	.right-sidebar  { flex-basis: 100%; }
	#pdfembedarea   { display: none;    }

.qrcode {

    width: 300px;
    height: 300px;
}
#form_sppression_polycopie{
	display: none;
}

}

.qrcode {
    position: absolute;
    top: 210px;
    left: 5px;
    width: 150px;
    height: 150px;
    background: white;
    border: 1px solid orange;
}

.qrcode .imgqrcode{
	width: 100%;
	height: 100%;
}

.numero {
	font-family: ae_Granata;
}

#avant_footer {
	margin-top: 20px;
    height: 30px;
    background-image: url(../images/footer_bg.png);
    background-position: top left;
    background-size: 251px 30px;
}
footer {
    margin: 0;
    background-color: #363639;
    color: white;
    padding: 30px;
}
footer li {
	line-height: 2;
	color: #a6a6a9;
}
footer h2 {
	color: #a6a6a9;
	border-bottom: 1px solid gray;
}
footer a {
	color: orange;
}
.puce1 {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 15px !important;
    cursor: auto !important;
}
.puce2 {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 15px !important;
    cursor: auto !important;
}
.puce3 {
    /*width: 20px !important;*/
    cursor: auto !important;
    margin: 10px 0px;
}
.new {
    position: absolute;
    width: 40px!important;
    top: 6px;
    left: 6px; 
	z-index: 5;
}
.header {
	background-image: url(../images/bg_header.png)!important;
    border-bottom: 1px solid gray;
    box-shadow: 0px 7px 0px 0px rgb(0 0 0 / 15%);
}