body {
    font-family: "Helvetica", sans-serif;

  }


  /*--------CELLULAIRE ET TABLETTE-------------------------------------------------------------------------*/
  @media (max-width: 799px) {
  article {
    width: 100vw;
    min-height: 100vh;
    background-image: url("/images/corvetteindex2.jpg");
    background-position: center; 
    background-repeat: no-repeat; 
    display: grid;
    place-items: center;
  }
 
  #shadow{
    background-color: rgba(8, 8, 8, 0.5);
    color: white;
    width: 100vw;
    height: 100vh;
    margin: auto;
	padding: auto;
  }

  #shadow a{
    color:white;  
  }
  #shadow a:hover{
    color:rgb(224, 173, 6);  
  }

 #connect{
    width: 300px;
    min-height: 300px;
    margin: auto;
    margin-top: 5em;
  }

  #formdisplay{
    margin: 3em 0 .5em 0;
  }
  

  .logoProto {
    align-items: center;
    margin: auto;
    display: block; 
  }

  .connectp {
    height: 10vh;
    align-items: center;
    margin: 5em auto 1em auto;
    display: block;
  }


  .submitProto {
    width: 90%;
    border-radius: .5em;
    border:none;
    background-color: #f30505;
    color:black;
    transition: 0.4s;
    transform-style: preserve-3d;
    height: 2em;
	padding-bottom: 1em;
  }
  .submitProto:hover{
   background-color: #fc8e8e;
   color:white;
   transform: rotateX(55deg);
    
  }

  .customProto{
    margin: .5em 0 .5em 0;
    border-radius: .5em;
    line-height: 2em;
    width: 90%;
    text-align: center;
  }
  
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: black;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: rgb(224, 173, 6);
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  #main {
    transition: margin-left .5s;
	max-height: 95vw;
  }
  }
  
/*-----CELLULAIRE FIN----------------------------------------------------------------------------------------------------------------------------------*/

  @media (min-width: 800px){

    .cellONLY{
      display: none;
    }

	.showConnect {
		display: none;
	}


  article {
    min-height: 100vh;
    background-image: url("/images/corvetteindex2.jpg");
    background-position: center; 
    background-repeat: no-repeat; 
    align-content: center;	
  }
 
.topBar{
	padding-top: 0px;	
}

#interface{
  width:100%;
  min-height: 50vw;
  max-height: 100vw;
  padding-left: 4vw;

}

table.table-condensed { 
	width: 30em;
	font-size: large;
 }

#topbar{
	background-color: #f76c6c;
	position: fixed;
	width: 100vw;
	margin-top: 0vw;
	min-height: 3vw;
}

 #deconnect{
	font-size:20px;
	margin: 2vw;
	color: #0f0f0f;
 }

 #menuOpen {
	margin-top:1vw;
	font-size:40px;
	cursor:pointer
 }

#liste{
  width:65%;
}



  #shadow{
    background-color: rgba(8, 8, 8, 0.5);
    color: white;
    width: 30vw;
    height: 75vh;
    margin: auto;
    display: flex;
	flex-direction: column;
  	align-content: center;
  }

  #shadow a{
    color:whitesmoke;  
  }
  #shadow a:hover{
    color:rgb(224, 173, 6);  
  }

  #formdisplay a:hover{
    color:rgb(224, 173, 6);  
  }

 #connect{
    width: 28vw;
    min-height: 300px;
    margin: auto;
    margin-top: 5em;
	
  }

  #formMDP {
	display: none; 
	padding: 3vh;
	width: 75%;
	margin:auto;
  }

  #formdisplay{
	margin: auto;
	text-align: center;
    margin: 4em 0 .5em 0;
  }

.inscription {
  margin: 30px 10px 30px 10px;
}

  .logoProto {
    align-items: center;
    margin: auto;
    display: block; 
  }

  .connectp {
    height: 8vh;
    align-items: center;
    margin: 5em auto 1em auto;
    display: block;
    bottom: 0;
  }

  #formdisplay {
    margin-top: 3vh;
    display: block;
  }


  .submitProto {
    min-width: 7vw;
	  margin: .5em 37% .5em 37%;
    border-radius: .5em;
    border:none;
    background-color: #f30505;
    color:black;
    transition: 0.4s;
    transform-style: preserve-3d;
    height: 2em;
  }
  .submitProto:hover{
   background-color: #ff9595;
   color:white;
   transform: rotateX(25deg);
    
  }

  .customProto{
    align-items: center;
    margin: .5em 25% .5em 25%;
    border-radius: .5em;
    line-height: 2em;
    width: 50%;
    text-align: center;
  }
  
  .customProto100{
    align-items: center;
    margin: .5em 0 .5em 0;
    border-radius: .5em;
    line-height: 2em;
    width: 100%;
    text-align: center;
  }

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: black;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;

  }

  .menuBox {
	  padding: 1em;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color:rgb(224, 173, 6);
  }

  .menuhover a {
	  color:rgb(224, 173, 6);
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  #main {
    transition: margin-left .5s;

  }
  .page {
	margin-top: 3vw;
	height: 100vw;
  }
}


  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

