@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro|Oswald:300,400,700');

@font-face {
    font-family: "OSWALD";
    src: url("fonts/Oswald-Light.ttf");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "OSWALD";
    src: url("fonts/Oswald-Bold.ttf");
    font-weight: bold;
    font-style: normal;
}




a:link, a:visited {
    background-color: none ;
    color: black;
    padding: 1px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}




a:hover, a:active {
    background-color: yellow;
}



body {
	font-family: OSWALD;
	text-align:justify; 
        text-shadow: white 0.0em 0.0em 0.3em;
    }


nav {
	float: right;
	top: 15px;
	text-align:right; 
	font-size: 8pt; 
	position: fixed; 
	margin-left: 87% ;
	background-color: none ;
	z-index:+5
}




nav ul {
	list-style-type: none;
	padding: 0;
	background-color: none ;
}
 





header {
    margin-left: 22%;
    padding: 5px;
    float: center;
    width: 360px ;  
}       




article {
    margin-left: 22%;
    padding: 5px;
    float: center;
    width: 360px ;

    
}


logo-clickable {

	height: 11%;
	width: 11%;
	left: 24px;
	top: 11px;
	position: fixed;
	z-index: 1;
	padding: -10px;
}


logo-clickable a:link { 
	padding: 0;
}

logo-clickable img {
	display: block;
}



logofond-div {


	position: fixed;
	top: 30px;
	left: 10px;
	width: 100%;
	z-index:-5;
  animation: logoMove 1.5s;

}


image1-div {

    position: absolute;
    top: 200px;
    left: 65%;
    width: 100%;
    z-index:-5;
  animation: image1 5s;

}

image2-div {

    position: absolute;
    top: 800px;
    left: 65%;
    width: 100%;
    z-index:-5;
  animation: image2 5s;

}

image3-div {

    position: absolute;
    top: 1800px;
    left: 65%;
    width: 100%;
    z-index:-5;
  animation: image3 5s;

}

image4-div {

    position: absolute;
    top: 2400px;
    left: 65%;
    width: 100%;
    z-index:-5;
  animation: image4 5s;

}


boutonproj-div {
      font-size: 2em;
      color: #008000;
      top: 50%;
      left: 50%;
      text-align: left;
      animation: boutonanim 
          1.5s linear infinite;
}



program-div {

	position: fixed;
	top: 50px;
	left: 51%;
	width: 20px;
	z-index: +3;
}

.PROGRA > img:hover {
  width: 500px;
  z-index: +20;
}


.verti1
{
	writing-mode: vertical-lr;
	text-orientation: unset;
	position: fixed;
	bottom: 30px;
	left: 20px;
}




@media (max-width: 600px) {
    nav {
        width: 95%;
        margin-right: 5px;
    	margin-left: 5px;
   
    	}

    body {
	background-image:none;
    	}


    article {
        width: 85%;
        margin-right: 5px;
    	margin-left: 5px;

    }
    header {
        width: 95%;
        margin-right: 5px;
    	margin-left: 5px;

    }




    logo-clickable {
        width: 100px;
	margin-left: 0px;

	position: absolute;

	
    }




    program-div {
	display: none;
    }


    .verti1 {
	display: none;
    }


}






@keyframes boutonanim {
0% {
opacity: 0.2;
}
50% {
opacity: 1;
}
100% {
opacity: 0.2;
}
}


 @keyframes logoMove {
  from {
    top: -450px;
  }
  to {
    top: 30px;
  }
}


 @keyframes image1 {
  from {
    top: -450px;
  }
  to {
    top: 200px;
  }
}

 @keyframes image2 {
  from {
    top: -450px;
  }
  to {
    top: 800px;
  }
}

 @keyframes image3 {
  from {
    top: -450px;
  }
  to {
    top: 1800px;
  }
}

 @keyframes image4 {
  from {
    top: -450px;
  }
  to {
    top: 2400px;
  }
}
 