@media screen and (max-width: 1024px){ 

  #prof {
    background: #0b0904 url(../images/bg-prof-mobile.jpg) no-repeat center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
  }


  #steph {
    background: rgba(11,9,4,1) url(../images/bg-steph-mob.jpg) no-repeat bottom right;
      -webkit-background-size: cover;
         -moz-background-size: cover;
           -o-background-size: cover;
              background-size: cover;
  }

  #alex {
    background: rgba(234,234,234,1) url(../images/bg-alexmini.jpg) no-repeat bottom right;
  }




}











@media screen and (max-width: 750px){
  
  #container {
    padding: 5em .8em;
  }

  header {
    height: 100vh;
    background: none;
  }

  header #container {
    padding: 5em 1.5em 1.5em 1.5em;
  }

  header p img#logo {
    width: 80vw;
    margin-top: -20px;
  }

  header p img#FFK {
    display: block;
    position: absolute;
    width: 100px;
    height: 30px;
    top: 25px;
    left: 25px;
  }

  a#scrolldown {
    width: 60px;
    height: 60px;
    bottom: 30px;
    left: 100%;
    margin-left: -90px;
  }

  a#scrolldown:hover {
    width: 60px;
    height: 60px;
    margin-left: -90px;
    opacity: 1;
    bottom: 30px;
  }


  p {
    font-size: .9em;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: .9em;
    text-align: center;
  }

  a#bouton {
    width: 100%;
    margin-left: 0;
  }

  section {
    min-height: 10vh;
  }

  #dojo img, #prof img, #renseignements img{
    display: none;
  }

  #prof, #dojo, #renseignements {
    padding-left: 0;
    background-image: none;
  }

  #prof {
    background: #0b0904 url(../images/bg-prof-mobile.jpg) no-repeat center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
  }

  #dojo {
    background: none;
  }

  #renseignements a#bouton {
    width: 100%;
    min-width: 100%;
  }

  #carte {
    height: 400px;
    padding-right: 0;
    background: none;
  }

  article p, article h2 {
    margin-left: 0;
  }

  #carte article p, #carte article h3 {
    margin-left: 0;
    text-align: center;
  }

  #dojo article {
    width: 100%;
    margin-left: 0;
  }

#renseignements #horaire-container {
  margin: 3em 0;
}

#renseignements #horaire-enfants {
  width: 100%;
}

#renseignements #horaire-adultes {
  width: 100%;
  margin-top: 2em;
}

#alex {
  background: rgba(234,234,234,1) url(../images/bg-alex-mob.jpg) no-repeat bottom right;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

#steph {
  background: rgba(11,9,4,1) url(../images/bg-steph-mob.jpg) no-repeat bottom right;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}


div#retour {
  height: 40px;
}

div#retour a {
  font-size: 1em;
  line-height: 40px;
  margin-left: 30px;
}

div#retour img {
  width: 10px;
  height: 18px;
}

h3.staff {
  margin-left: 0px;
  margin-bottom: 1em;
  text-align: left;
}



}