/*@font-face {
    font-family: 'space_mono';
    src: url('fonts/SpaceMono-Regular.eot');
    src: url('fonts/SpaceMono-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/SpaceMono-Regular.woff2') format('woff2'),
         url('fonts/SpaceMono-Regular.woff') format('woff'),
         url('fonts/SpaceMono-Regular.ttf') format('truetype'),
         url('fonts/SpaceMono-Regular.svg#SpaceMono-Regular') format('svg');
    font-weight: regular;
    font-style: normal;
}

@font-face {
    font-family: 'space_mono';
    src: url('fonts/SpaceMono-Italic.eot');
    src: url('fonts/SpaceMono-Italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/SpaceMono-Italic.woff2') format('woff2'),
         url('fonts/SpaceMono-Italic.woff') format('woff'),
         url('fonts/SpaceMono-Italic.ttf') format('truetype'),
         url('fonts/SpaceMono-Italic.svg#SpaceMono-Italic') format('svg');
    font-weight: regular;
    font-style: italic;
}

@font-face {
    font-family: 'space_mono';
    src: url('fonts/SpaceMono-Bold.eot');
    src: url('fonts/SpaceMono-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/SpaceMono-Bold.woff2') format('woff2'),
         url('fonts/SpaceMono-Bold.woff') format('woff'),
         url('fonts/SpaceMono-Bold.ttf') format('truetype'),
         url('fonts/SpaceMono-Bold.svg#SpaceMono-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'space_mono';
    src: url('fonts/SpaceMono-BoldItalic.eot');
    src: url('fonts/SpaceMono-BoldItalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/SpaceMono-BoldItalic.woff2') format('woff2'),
         url('fonts/SpaceMono-BoldItalic.woff') format('woff'),
         url('fonts/SpaceMono-BoldItalic.ttf') format('truetype'),
         url('fonts/SpaceMono-BoldItalic.svg#SpaceMono-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}*/

body{
  font-family: "Space Mono", monospace;
  letter-spacing:1px;
  font-size:12px;
  margin:0px;
  background: #00FF00;
}

p{
  font-size: 1.2em;
}


#page{
  margin: 50px;
  padding: 0px 0px 0px 0px;
  box-shadow: 5px 5px black;
  /* border: 10px solid black; */
  background : url("images/background.JPG");
  background-attachment: fixed;
  background-size: 100% auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
}

section{
  flex: auto 1 1;
  clear: both;
  margin: 70px 100px;
  padding: 0px;
  max-width: 100%;
  max-width: 900px;
  border: 1px solid black;
  border-radius: 4px;
  padding: 30px;
  background: white;
  text-align: center;
}

#page ul,#page li{
  border-collapse: collapse;
  padding: 5px;
  list-style: none;
  min-height: 15px;
  overflow: overlay;
  margin: 0px;
}
#page li{
  min-height: 45 px;
  background-color: white;
}


#page > div{
  border-collapse: collapse;
  padding : 10px;
}

tr{

}

h1, h2, h3{
  text-align: center;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;

}

h1 a, h2 a, h3 a{
  color: #000;
  text-decoration: underline;
}

h1 {
  font-size: 6em;
  line-height: 1em;
  font-weight: bold;
  margin: 0px 0px 20px 0px;
}

h2{
  font-size: 3em;
  text-transform: uppercase;
  letter-spacing: 13px;
  line-height: 1.2em;
  color: #00FF00 ;
  margin: 0px;
  padding: 30px;
  font-style: italic;
}

h3{
  letter-spacing: 10px;
  font-size: 20px;
}



section > p {
  max-width: 800px;
  padding: 15px 30px 15px 30px;
  font-size: 1.3em;
  hyphens: auto;
}

img {
  max-width: 100%;
  /* max-height: 60vh; */
}

p > a{
  background-color: #00d600;
  color: white;
  border: 4px solid #00d600;
  transition: 0.5s ease;
  text-decoration: none;
  border-top: 0px;
  border-bottom: 0px;
}
p > a:hover{
  box-shadow: 3px 3px black;
  color: black;
}

a{
  color: black;
  transition: 0.5s ease;
  text-decoration: none;
}
a:hover{
  color : #0F0;
  box-shadow: 3px 3px black;
  color: black;
}

.action{
  font-weight: bold;
  background: #0F0;
  font-size: 22px;
  padding: 10px;
  width: auto;
  text-align: center;
  display: block;
  margin:auto;
}

#menu{
  display: block;
  position: fixed;
  top:0px;
  left:0px;
  height: 50px;
  background-color: #OFO;
  width: 100vw;
  z-index: 100;
  /*transform-origin: right;
  transform:  rotate(-90deg) translate(0vw,-94vh) ;*/
  /*transform-origin: 0 0;
  transform: translate(0px,50px) rotate(-90deg);*/
  font-size: 10px;
  text-align: right;
}
#menu #reseaux{
  text-align: right;
  list-style: none;
  height: 100%;
}
#reseaux ul{
  display: flex;
}
#reseaux li{
  flex: auto;
}
#reseaux > *, #reseaux > * > *, #reseaux > * > * > * {
  max-height: 100%;
}
#reseaux img{
  height: 25px;
  padding: 5px;
  margin-right: 5px;
}

#header{
  background : transparent;
  border: 0px;
  -webkit-filter: drop-shadow(12px 12px 5px rgba(0,255,0,0.5));
  filter: drop-shadow(12px 12px 5px rgba(0,255,0,0.5));
}
#header > img {
  width: 100%;
}


#nextsession{
  display: block;
  background : #0f0;
  padding: 0px;
  transition: 0.5s ease;
  box-shadow: 10px 10px black;
  -webkit-animation: pulsate 2s linear infinite;
  -moz-animation: pulsate 2s linear infinite;
  animation: pulsate 2s linear infinite;
}
@keyframes pulsate {
    0% {box-shadow: 5px 5px black;}
    50% {box-shadow: 20px 20px black;}
    100% {box-shadow: 5px 5px black;}
}
@-moz-keyframes pulsate {
    0% {box-shadow: 5px 5px black;}
    50% {box-shadow: 20px 20px black;}
    100% {box-shadow: 5px 5px black;}
}
@-webkit-keyframes pulsate {
    0% {box-shadow: 5px 5px black;}
    50% {box-shadow: 20px 20px black;}
    100% {box-shadow: 5px 5px black;}
}

#nextsession> h1, #nextsession> h2, #nextsession> h3, #nextsession> p{
  border-top: 1px solid black;
  padding: 10px 30px;
  color: black;
  margin: 0px;
}



#nextsession> *:nth-child(1){
  border-top: 0px;
  padding: 10px;
  background: black;
  color: #0f0;
}
#nextsession > h1 {
  font-size: 4em;
}

#plan{

}
#map {
    width: 100%;
    height: 500px;
}

#app {
  margin-top: 500px;
}

#app > img:first-of-type {
  width: 300px;
  height: auto;
  background: black;
  border-radius: 50px;
  margin-top: -450px;
  margin-bottom: 30px;
  -webkit-filter: drop-shadow(12px 12px 5px rgba(0,255,0,0.5));
  filter: drop-shadow(12px 12px 5px rgba(0,255,0,0.5));
}

#apps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  align-items: center;
}

#apps > a {
  flex: auto 1 1;
  margin: 0px;
  flex-basis: 50%;
  box-sizing: border-box;
  cursor: pointer;
  background: none;
  transition: 0.5s ease;
}
#apps > a:hover{
  -webkit-filter: drop-shadow(12px 12px 0px rgba(0,255,0,0.5));
  filter: drop-shadow(12px 12px 0px rgba(0,255,0,0.5));
  box-shadow: none;
}

#apps > a:first-of-type{
  padding: 20px;
}

#apps > a > img{
  width: 70%;
}

#News > div {
  border: 1px solid black;
  margin: 30px 0px;
  box-shadow: 5px 5px #0F0;
  hyphens: auto;
  text-align: left;
  padding-bottom: 20px;
}
#News > div > p, #News > div > .action {
  margin: 10px 30px;
}
#News > div >img {
  width: 100%;
}

#News p a {
  background : none;
  color: #000;
  border: 0px;
  border-bottom: 2px solid #0F0;
}

.news_date{
  padding-top: 15px;
  font-size: 0.8em;
  letter-spacing: 5px;
  color : #666;
  }

#credits {
  max-width: 1400px;
}

#credits ul, #contacts ul {
  margin-top : 30px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}

#credits ul li, #contacts ul li{
  flex: auto 1 1;
  flex-basis: 15%;
  box-sizing: border-box;
  min-width: 250px;
  margin : 5px 10px;
}
#credits ul li img, #contacts ul li img{
  max-width: 200px;
}
#credits ul li p:first-of-type, #contacts ul li p:first-of-type{
  font-weight: bold;
  margin-bottom: 5px;
}
#credits ul li p:last-of-type{
  font-size : 0.8em;
  margin-top: 5px;
  hyphens: auto;
  text-align: left;
  overflow: hidden;
  max-width: 350px;
  margin-left :auto;
  margin-right: auto;
}
#contacts, #app{
    max-width: 600px;
}


@media all and (max-width: 850px) {

  section{
    margin: 50px 70px;
  }

  h1{
    font-size: 40px;
  }
  h2{

    letter-spacing: 10px;
  }

}

@media all and (max-width: 650px) {
  .container_flex {
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    align-items: stretch;
  }
  .donnee{
    flex-grow: 1;
  }

  h2{
    font-size: 25px;
    letter-spacing: 10px;
  }
  #deroule > ul > li {
    font-size: 20px;
    line-height: 50px;
    }
  #apropos{
    width: 80%;
  }

}

@media all and (max-width: 550px) {
  #menu{
    display: none;
  }
  #page{
    margin-left: 0px;
  }
  h2{
    font-size: 25px;
    letter-spacing: 5px;
  }
  #apropos{
    width: 90%;
  }
}
  }
}
