html{
  padding: 0px;
}
body{
  box-sizing: border-box;
  margin: 0px;
  background: #FFF;
  padding: 0px;
}

.header h1{
  font-size: 7vw;
  text-align: center;
  color: #FFF;
  margin-top: 0px;
}
.subheader{
  display: flex;
  width: 100%;
}
#not{
  text-align: centrer;
  display: none;
  background: red;
  padding: 5px;
  color: white;
}
img{
  width: 100%;
}
#profile, #signup, #about{
  display: none;
}

/* Splash */
#splash {
	position: absolute;
	top: 0;
	left: 0;
	background: blue;
	height: 100vh;
	width: 100%;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: width 1s;
}

#splash img {
	width: 300px;
}

#splash.fade {
  width: 0px;
  font-size: 0vw;
  color: white;
}


/* card responsive home*/
@media only screen and (max-width: 800px){
  section{
    display: flex;
    width: 100%;
  }
  .apercu{
    border: 1px solid blue;
    padding: 5px;
    color: #FFF;
    font-size: 3vw;
    margin: 5px;
  }
  #noti{
    width: 100%;
    height: 70px;
    background-color: orange;
  }
  #subheader {
    background: orange;
    color: #fff;
    box-shadow: 3px 3px 10px #888888;
    font-size: 14px;
    padding: 10px;
    width: 90%;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  #subheader p {
    margin: 4px;
  }
  
  #subheader img {
    width: 40px;
  }
  .card {
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.75);
    width: 100%;
    min-width: 140px;
    margin: 5px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    border-radius: 10px;
    border: 1px solid blue;
  }
  .card h1{
    font-size: 5vw;
    margin: 2px;
  }
  .card p{
    font-size: 2.5vw;
    margin: 1px;
    color: black;
    font-style: normal;
    line-height: normal;
  }
  .card div{
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 50px;
    margin-bottom: 2px;
  }
  .card div img{
    width: 50px;
    height: 50px;
    border: 1px solid orange;
    border-radius: 50%;
    margin-top: 4px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  
  .card button {
    font-size: 3.6vw;
    border: none;
    border-radius: 5px;
    outline: 0;
    padding: 3px;
    color: white;
    background-color: blue;
    text-align: center;
    cursor: pointer;
    width: 80%;
    margin: 4px;
  }
  
  .card button:hover {
    background: orange;
    opacity: 0.7;
  }
}
/*header de on application icin*/
@media only screen and (max-width: 600px){
  
  .content{
    width: 100%;
    margin-bottom: 2px;
    height: 100%;
    overflow: hidden;
    background: #fff;
    padding: 0px;
    display: inline-block;
  }
  .header{
    width: 100%;
    height: auto;
    max-height: 230px;
    background-color: rgb(2, 104, 221);
    color: black;
    margin: auto;

  }
  .himg{
    width: 150px;
    height: 100%;
  
  }
  .htext{
    width: 100%;
    margin: 2px;
  }
  .htext h2{
    font-size: 5vw;
    margin-bottom: 1px;
    margin-top: 0px;
    text-align: center;
    color: white;
  }
  .htext p{
    font-size: 4vw;
    margin-bottom: 1px;
    margin-top: 0px;
    color: white;
  }
 

  .button {
    border-radius: 4px;
    background-color: #f4511e;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 5px;
    width: auto;
    transition: all 0.5s;
    cursor: pointer;
    margin: 1px;
  }
  
  .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  .button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -10px;
    transition: 0.5s;
  }
  
  .button:hover span {
    padding-right: 25px;
  }
  
  .button:hover span:after {
    opacity: 1;
    right: 0;
  }
}

/*formulaire de mon site home*/
@media only screen and (max-width: 600px){
  .form-container{
    width: 90%;
    margin: auto;
    border: 1px solid blue;
    padding: 10px;
  }
  .form-container input[type=text], .form-container input[type=password] {
    width: 100%;
    padding: 5px;
    margin: 2px 0 10px 0;
    border: none;
    border-bottom: red 1px solid;
    background: #f1f1f1;
  }
  .form-container .number{
    display: flex;
  }
  .form-container .number select, textarea{
    margin-right: 5px;
    width: 70px;
  }
  .form-container textarea{
    margin-right: 5px;
    border-bottom: red 1px solid;
    height: 30px;
    width: 100%;
    resize: none;
  }
  /* Full-width input fields */
  
  .form-container select{
    width: 100%;
    padding: 5px;
    margin: 2px 0 10px 0;
    border: none;
    border-bottom: red 1px solid;
    background: #f1f1f1;
  }
  
  /* When the inputs get focus, do something */
  .form-container input[type=text]:focus, .form-container input[type=password]:focus {
    background-color: #FFF;
    outline: none;
  }
  
  /* Set a style for the submit/login button */
  .form-container .btn {
    background-color: #04AA6D;
    color: white;
    padding: 8px 10px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom:10px;
    opacity: 0.8;
  }
  
}

/*profile page de mon application*/
@media only screen and (max-width: 600px) {
  #profilePage{
    background: #fff;
    padding: 0;
    margin-bottom: 50px;
  }
  .profile {
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 300px;
    margin: auto;
    text-align: center;
    font-family: arial;
  }
  
  .profile .title {
    color: grey;
    font-size: 18px;
  }
  
  .profile button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
  }
  
  .profile a {
    text-decoration: none;
    font-size: 22px;
    color: black;
  }
  
  .profile button:hover, a:hover {
    opacity: 0.7;
  }

  /* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 8px 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  border: none;
  cursor: pointer;
  width: max-content;
  margin: auto;
}
}

/*a propos de l'application*/
@media only screen and (max-width: 600px){
  #about video{
    width: 100%;
  }
}