html,body{ margin:0; padding:0; height:100%; width:100%; color : black}
#windows {
  height:100%;
  width:100%;
  overflow:hidden;
  display: flex;
}
#page1 {
    height: 100%;
    width: 50%;
    background: linear-gradient(to right, transparent, transparent,transparent,transparent,transparent,transparent,#05000099), url("../img/bg.jpg");

}
#page2 {
    height: 100%;
    width: 50%;
    position: relative;
    background: linear-gradient(to left, transparent, transparent,transparent,transparent,transparent,transparent,#05000099), url("../img/bg.jpg");
background-position-x: 100%;
}
a {
color: black;
text-decoration: none;
}
@font-face {
	font-family: "Mirage Gothic";
	src: url('Mirage_final.ttf'),url('Mirage_final.ttf') format('truetype');
  font-weight: normal;
}
h1 {
    font-size: 50px;
    font-family: "Mirage Gothic";
    color: black;
    text-align: center;
    padding: 0 20px 0 20px;
    text-shadow: 5px 5px 5px #53222a;
}
#prez {
    font-family: "Bibliotheque";
    font-size: 20px;
    margin: 0 35px 0 35px;
}
#info {
    margin-left: 10%;
    width: 70%;
}
h2{
  font-family: "Waters gothic";
  margin: 0;
  position: absolute;
}
#title_news {
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    border-bottom: 2px solid black;
    margin-top: 20px;
    padding-bottom: 2px;
    display: flex;
justify-content: space-between;
}
/*
#title_news::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("http://i.imgur.com/5O74VI6.jpg");
  mix-blend-mode: lighten;
  width: 100%;
  height: 100%;
}*/
#news_bloc {
    margin-bottom: 20px;
    padding: 10px;
    font-family: "Times New Roman", Times, serif;
    color: #292929;
}
#data-d {
    font-family: "Bibliotheque";
    text-align: center;
    font-size: 18px;
}
#module {
    width: 40%;
    height: 65px;
    padding: 5px 0px 5px 35px;
    border-top: 1px #39393980 groove;
    position: absolute;
    bottom: 14px;
    font-size: 12px;
}
#menu ul {
  list-style: none;
  text-align: center;
  font-size: 50px;
  font-family: "bibliotheque";
  mask-image: url("../img/aa4.png");
  mask-mode: alpha;
  z-index: 99;
  margin-top: 15%;
}
#menu li {
  margin-bottom: 20px;
}
 #menu a:hover{
  color: red;
  cursor: pointer;
}
#fane_img {
    width: 30%;
    opacity: 0.7;
    position: absolute;
    right: 5%;
}
#description_papier {
  position: absolute;
  width: 35%;
  background-color: #d5d8a0b3;
  bottom: 20px;
  right: 40%;
  transform: rotate(-3deg);
  height: 140px;
}
#scotch1 {
background-color: #fff9;
width: 60px;
height: 30px;
position: absolute;
top: -5px;
left: -30px;
transform: rotate(-40deg);
}
#scotch2 {
    background-color: #fff9;
    width: 60px;
    height: 30px;
    position: absolute;
    bottom: -5px;
    left: -10px;
    transform: rotate(30deg);
}
#scotch3 {
    position: absolute;
    width: 10%;
    background-color: #fff9;
    bottom: -16%;
    right: -4px;
    transform: rotate(24deg);
    height: 140px;
}
#paper {
    margin: 20px;
}
