@charset "utf-8";
/* CSS Document */

/*  -----------------------------body--------------------------- */ 
@font-face {
    font-family: myChibiFont;
    src: url(Van_Helsing.ttf);
}

@font-face {
    font-family: myOtherChibiFont;
    src: url(AlbertTextBold.otf);
}

body{
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size : 14px;
	letter-spacing: 2px;
	color: #85d2ef; /* Bleu moyen  */
	background: linear-gradient(to right, #001e3a, #355972, #001e3a);
	text-shadow: 7px 7px 13px #2c495e;/* Bleu très Foncé */
}

/* Titres */

h1{
	font-family: myChibiFont;
	font-size: 70px;
	line-height: 20px;
	letter-spacing: 25px;
	color: #85d2ef; /* Bleu moyen  */
}

h2{
	font-family: myOtherChibiFont;
	font-size: 27px;
	letter-spacing: 5px;
	line-height: 20px;
	color: #589cc4;/* Bleu moyen 2 */
	font-weight: bold;
	text-shadow: 1px 0 0 #2c495e, 0 1px 0 #2c495e, 0 -1px 0 #2c495e, -1px 0 0 #2c495e, 1px 1px 0 #2c495e, 1px -1px 0 #2c495e, -1px 1px 0 #2c495e, -1px -1px 0 #2c495e;
}

/* dates articles */

h3{
	font-family: myOtherChibiFont;
	font-size: 17px;
	letter-spacing: 5px;
	line-height: 15px;
	color: #589cc4;/* Bleu moyen 2 */
	text-shadow: 1px 0 0 #2c495e, 0 1px 0 #2c495e, 0 -1px 0 #2c495e, -1px 0 0 #2c495e, 1px 1px 0 #2c495e, 1px -1px 0 #2c495e, -1px 1px 0 #2c495e, -1px -1px 0 #2c495e;
}

/* "Quiescis" */

h4{
	font-family: myChibiFont;
	font-size: 25px;
	line-height: 10px;
	letter-spacing: 13px;
	color: #a8edfc;/* Bleu clair */
}

/* Liens */

a,
a:link,
a:visited,
a:active{
	color: #cee5f3;/* Bleu très clair */
	text-decoration: none;
}


a:hover{
	color: #d6f4fe;/* Bleu très très clair */
	text-decoration: underline;
	/*text-shadow: 7px 7px 13px #f5cc10; jaune */
}

h1:hover{
	text-shadow: 7px 7px 13px #2c495e;/* Bleu très Foncé */
}

img:hover{
	border: no-border;
}

a.lien_ext:after { 
	content: "\0000a0[\2197]"; 
}

/* Classes générales */

.clear {
	clear: both;
}

.center{
	text-align: center;
}

.souligne{
	text-decoration: underline;
}

.gras{
	font-weight: bold;
}

.grasouligne {
	text-decoration: underline;
	font-weight: bold;
}

.noborder{
	border: none;
}


/* Conteneurs */

#quiescis_logo{
	width: 50px;
	height: 50px;
	margin: auto;
	overflow: show;
}

#principal{
	width: 90%;
	height: 100%;
	margin: auto;
	overflow: auto;
}

#article{
	width: 356px;
	height: 201px;
	margin: 35px;
	float: left;
	border: 1px outset #507496;/* Bleu Foncé */
	overflow: hidden;
}

#article_left{
	width: 100%;
	height: 100%;
}

/* Vidéos */

.half_left{
	width: 49%;
	float: left;
	text-align: right;
}

.half_right{
	width: 45%;
	margin: 10px;
	float: left;
	text-align: left;
}

.encart_video {
  position: relative;
  width: 356px;
  height: 200px;
  margin: auto;
  float: left;
  background-color: #001e3a;
}

.encart_image {
  display: block;
  width: 100%;
  height: auto;
}

.encart_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #589cc4;/* Bleu moyen 2 */
}

.article_details {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  text-align: center;
  background: linear-gradient(to top, transparent, #a8edfc);
}

.encart_video:hover .encart_overlay {
  opacity: 0.9;
}

.encart_text {
  color: #d6f4fe;/* Bleu très très clair */
  text-shadow: 7px 7px 7px #2c495e;/* Bleu très Foncé */
  font-family: myOtherChibiFont;
  font-size: 30px;
  letter-spacing: 3px;
  position: absolute;
  bottom: 15%;
  left: 35%;
  transform: translate(-25%, -50%);
  -ms-transform: translate(-25%, -50%);
}

#credits{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
}

#retour{
	width: 20%;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	font-family: myChibiFont;
	font-size: 20px;
	letter-spacing: 10px;
	text-align: center;
	line-height: 20px;
}

/* Retour en haut */

#GoToTop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 20px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #507496;/* Bleu Foncé */
    font-family: myChibiFont;
	font-size: 18px;
	color: #a8edfc;/* Bleu clair */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 7px; /* Some padding */
    border-radius: 1px; /* Rounded corners */
}

#GoToTop:hover {
    background-color: #a8edfc;/* Bleu clair */
	color: #507496;/* Bleu Foncé */
}