@media all and (min-width: 1px)
{
  .myVideo {
    opacity:1;
    position: fixed;
    margin-right: auto;
    left: 0px;
    top: 0px;
    width: 2920px;
    height: 8000px;
    background-color:#282c3f;
  }
  body {
    height: 100%;
    padding:100px;
    color: #282c3f;
    
  }
  h1 {
    text-align: center;
      font-family: 'magic-school-one-regular', sans-serif;
      letter-spacing: 2px;
      size: 70px;
      color:#282c3f;
  }
  
  .titre
  {
      width:50%;
  }
  .house
  {
      display:none;
  }

  .myHat
  {
    width:50%;
  }

  #quiz {
    position: absolute;
    bottom: auto;
    right:auto;
    top: 15%;
    left: 15%;
    width: 70%;
    padding: 20px;
    padding-bottom:70px;
    font-family: 'Minion pro', sans-serif;
    margin: auto;
    background-color: rgba(235, 199, 159, 0.7);
    
  }
  #questions {
    text-align: center;
    font-size: 26px;
    font-weight:bold;
    color:#282c3f;
  }
  #inscr {
    text-align: center;
    font-size: 20px;
    color:#282c3f;
  }
  #remarque {
    text-align: center;
    font-size: 16px;
    color:#282c3f;
  }
  .fin {
    text-align: center;
    font-size: 30px;
    color:#282c3f;
  }
  a
  {
    text-decoration: none;
  }
  a:hover
  {
    font-size: 55px;
    color:#171a25;
  }

  #info {
      font-size: 1.0em;
  }
  #answers {
      list-style-type: none;
      margin: auto;
      padding: 10px;
      letter-spacing: 2px;
      text-align: center;
  }
  #answers li {
      /*margin:0 5px 0 0;*/
      margin: auto;
      width: auto;
      height: 150px;
      position: relative;

  }
  #answers label, #answers input {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
  }
  #answers input[type="radio"] {
      opacity: 0.011;
      z-index: 100;
  }



  #answers input[type="radio"]:checked + label {
      opacity: 1;
      background-color: #282c3f;
      color:#fff;
  }
  #answers label {
      border: 2px solid #282c3f;
      background-color: rgba(255, 255, 255, 0.7);
      color:rgba(40, 44, 63, 1);
      font-size: 22px;
      height:100px;
      cursor: pointer;
      z-index: 90;
      opacity: 0.7;
      transition: opacity 0.2s linear;
      padding-top:20px;
      padding-bottom:20px;
  }
  #answers label:hover {
      opacity: 1;
  }
  .vertical-center
  {
        margin: 0;
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }

  #commence
  {
    margin: 0;
    bottom:15px;
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }

  .button {
      border: 2px solid #282c3f;
      display: inline-block;
      background-color: transparent;
      padding: 10px;
      color: #282c3f;
      font-size: 26px;
      
  }
  .button:hover {
      cursor: pointer;
      background-color: #282c3f;
      color: #fff;
  }
  #results {
      display: none;
  }
  #error {
      display: none;	
      }
      
  /*GEOCITIES WEBPAGE STYLES */	

  .results {
    position: absolute;
    bottom: auto;
    right:auto;
    top: 15%;
    left: 15%;
    width: 70%;
    padding: 20px;
    padding-bottom:70px;
    font-family: 'Minion pro', sans-serif;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.7);
  }
  /* Poufsouffle styles */

  .Poufsouffle h1 {
    text-align: center;
      font-family: 'magic-school-one-regular', sans-serif;
      letter-spacing: 2px;
      font-size: 4em;
      color:#000000;
  }
  .Poufsouffle h2 {
    text-align: center;
      font-family: 'Minion Pro', sans-serif;
      letter-spacing: 2px;
      font-size: 2em;
      color:#000000;
  }

  .Poufsouffle button {
    border: 2px solid #000000;
    display: inline-block;
    background-color: transparent;
    padding: 10px;
    color: #000000;
    
    }
    .Poufsouffle button:hover {
    cursor: pointer;
    background-color: #000000;
    color: #fee35e;
    }
 
  /* Serpentard styles */

  .Serpentard h1 {
    text-align: center;
      font-family: 'magic-school-one-regular', sans-serif;
      letter-spacing: 2px;
      font-size: 4em;
      color:#1d7452;
  }

  .Serpentard h2 {
    text-align: center;
      font-family: 'Minion Pro', sans-serif;
      letter-spacing: 2px;
      font-size: 2em;
      color:#1d7452;
  }

  .Serpentard button {
    border: 2px solid #1d7452;
    display: inline-block;
    background-color: transparent;
    padding: 10px;
    color: #1d7452;
    
    }
    .Serpentard button:hover {
    cursor: pointer;
    background-color: #1d7452;
    color: #b3b4b6;
    }
      
  /* Gryffondor styles */

  .Gryffondor h1 {
    text-align: center;
      font-family: 'magic-school-one-regular', sans-serif;
      letter-spacing: 2px;
      font-size: 4em;
      color:#dc0932;
  }

  .Gryffondor h2 {
    text-align: center;
      font-family: 'Minion Pro', sans-serif;
      letter-spacing: 2px;
      font-size: 2em;
      color:#dc0932;
  }

  .Gryffondor button {
    border: 2px solid #dc0932;
    display: inline-block;
    background-color: transparent;
    padding: 10px;
    color: #dc0932;
    
    }
    .Gryffondor button:hover {
    cursor: pointer;
    background-color: #dc0932;
    color: #f5be0b;
    }
      
  /* Serdaigle styles */
  
  .Serdaigle h1 {
    text-align: center;
      font-family: 'magic-school-one-regular', sans-serif;
      letter-spacing: 2px;
      font-size: 4em;
      color:#4f83ab;
  }
  .Serdaigle h2 {
    text-align: center;
      font-family: 'Minion Pro', sans-serif;
      letter-spacing: 2px;
      font-size: 2em;
      color:#4f83ab;
  }

  .Serdaigle button {
    border: 2px solid #4f83ab;
    display: inline-block;
    background-color: transparent;
    padding: 10px;
    color: #4f83ab;
    
    }
    .Serdaigle button:hover {
    cursor: pointer;
    background-color: #4f83ab;
    color: #000000;
    }

}





@media all and (min-width: 1024px)
{
  .myVideo {
    opacity:1;
    position: fixed;
    margin-right: auto;
    left: 0px;
    top: 0px;
    width: 1920px;
    height: 1080px;
    cursor:url(https://zupimages.net/up/23/18/tugv.png),default;
  }
  body {
    height: 50%;
    padding:100px;
    color: #282c3f;
  }
  h1 {
    text-align: center;
      font-family: 'magic-school-one-regular', sans-serif;
      letter-spacing: 2px;
      size: 70px;
      color:#282c3f;
  }
  
  .titre
  {
      width:50%;
  }
  .house
  {
      display:none;
  }

  .myHat
  {
    width:50%;
  }

  #quiz {
    position: absolute;
    bottom: auto;
    right:auto;
    top: 15%;
    left: 15%;
    width: 70%;
    padding: 20px;
    padding-bottom:70px;
    font-family: 'Minion pro', sans-serif;
    margin: auto;
    background-color: rgba(235, 199, 159, 0.7);
    cursor:url(https://zupimages.net/up/23/18/tugv.png),default;
  }
  #questions {
    text-align: center;
    font-size: 26px;
    font-weight:bold;
    color:#282c3f;
  }
  #inscr {
    text-align: center;
    font-size: 20px;
    color:#282c3f;
  }
  #remarque {
    text-align: center;
    font-size: 16px;
    color:#282c3f;
  }
  .fin {
    text-align: center;
    font-size: 50px;
    color:#282c3f;
  }
  a
  {
    text-decoration: none;
  }
  a:hover
  {
    font-size: 55px;
    color:#171a25;
  }

  #info {
      font-size: 1.0em;
  }
  #answers {
      list-style-type: none;
      margin: auto;
      padding: 10px;
      letter-spacing: 2px;
      text-align: center;
      
  }
  #answers li {
      /*margin:0 5px 0 0;*/
      margin: auto;
      width: auto;
      height: 100px;
      position: relative;
      

  }
  #answers label, #answers input {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      cursor:url(https://zupimages.net/up/23/18/d7cd.png),default;
  }
  #answers input[type="radio"] {
      opacity: 0.011;
      z-index: 100;
  }



  #answers input[type="radio"]:checked + label {
      opacity: 1;
      background-color: #282c3f;
      color:#fff;
  }
  #answers label {
      border: 2px solid #282c3f;
      background-color: rgba(255, 255, 255, 0.7);
      color:rgba(40, 44, 63, 1);
      font-size: 22px;
      height:70px;
      cursor: pointer;
      z-index: 90;
      opacity: 0.7;
      transition: opacity 0.2s linear;
      padding-top:20px;
      padding-bottom:20px;
  }
  #answers label:hover {
      opacity: 1;
  }
  .vertical-center
  {
        margin: 0;
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }

  #commence
  {
    margin: 0;
    bottom:15px;
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }

  .button {
      border: 2px solid #282c3f;
      display: inline-block;
      background-color: transparent;
      padding: 10px;
      color: #282c3f;
      font-size: 26px;
      cursor:url(https://zupimages.net/up/23/18/d7cd.png),default;
      
  }
  .button:hover {
      cursor:url(https://zupimages.net/up/23/18/d7cd.png),default;
      background-color: #282c3f;
      color: #fff;
  }
  #results {
      display: none;
  }
  #error {
      display: none;	
      }
      
  /*GEOCITIES WEBPAGE STYLES */	

  .results {
    position: absolute;
    bottom: auto;
    right:auto;
    top: 15%;
    left: 15%;
    width: 70%;
    padding: 20px;
    padding-bottom:70px;
    font-family: 'Minion pro', sans-serif;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.7);
    cursor:url(https://zupimages.net/up/23/18/tugv.png),default;
  }
  /* Poufsouffle styles */

  .Poufsouffle h1 {
    text-align: center;
      font-family: 'magic-school-one-regular', sans-serif;
      letter-spacing: 2px;
      font-size: 4em;
      color:#000000;
  }
  .Poufsouffle h2 {
    text-align: center;
      font-family: 'Minion Pro', sans-serif;
      letter-spacing: 2px;
      font-size: 2em;
      color:#000000;
  }

  .Poufsouffle button {
    border: 2px solid #000000;
    display: inline-block;
    background-color: transparent;
    padding: 10px;
    color: #000000;
    
    }
    .Poufsouffle button:hover {
    cursor:url(https://zupimages.net/up/23/18/d7cd.png),default;
    background-color: #000000;
    color: #fee35e;
    }
 
  /* Serpentard styles */

  .Serpentard h1 {
    text-align: center;
      font-family: 'magic-school-one-regular', sans-serif;
      letter-spacing: 2px;
      font-size: 4em;
      color:#1d7452;
  }

  .Serpentard h2 {
    text-align: center;
      font-family: 'Minion Pro', sans-serif;
      letter-spacing: 2px;
      font-size: 2em;
      color:#1d7452;
  }

  .Serpentard button {
    border: 2px solid #1d7452;
    display: inline-block;
    background-color: transparent;
    padding: 10px;
    color: #1d7452;
    
    }
    .Serpentard button:hover {
    cursor:url(https://zupimages.net/up/23/18/d7cd.png),default;
    background-color: #1d7452;
    color: #b3b4b6;
    }
      
  /* Gryffondor styles */
  
  .Gryffondor h1 {
    text-align: center;
      font-family: 'magic-school-one-regular', sans-serif;
      letter-spacing: 2px;
      font-size: 4em;
      color:#dc0932;
  }

  .Gryffondor h2 {
    text-align: center;
      font-family: 'Minion Pro', sans-serif;
      letter-spacing: 2px;
      font-size: 2em;
      color:#dc0932;
  }

  .Gryffondor button {
    border: 2px solid #dc0932;
    display: inline-block;
    background-color: transparent;
    padding: 10px;
    color: #dc0932;
    
    }
    .Gryffondor button:hover {
    cursor:url(https://zupimages.net/up/23/18/d7cd.png),default;
    background-color: #dc0932;
    color: #f5be0b;
    }
      
  /* Serdaigle styles */
  
  .Serdaigle h1 {
    text-align: center;
      font-family: 'magic-school-one-regular', sans-serif;
      letter-spacing: 2px;
      font-size: 4em;
      color:#4f83ab;
  }
  .Serdaigle h2 {
    text-align: center;
      font-family: 'Minion Pro', sans-serif;
      letter-spacing: 2px;
      font-size: 2em;
      color:#4f83ab;
  }

  .Serdaigle button {
    border: 2px solid #4f83ab;
    display: inline-block;
    background-color: transparent;
    padding: 10px;
    color: #4f83ab;
    
    }
    .Serdaigle button:hover {
    cursor:url(https://zupimages.net/up/23/18/d7cd.png),default;
    background-color: #4f83ab;
    color: #000000;
    }

}




