* {
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  outline: none;
}

body {
  /*background-color: #fff;*/
  background: url('../img/wallpaper1.jpg') no-repeat bottom center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

nav{
  height:100px;
  background-color: #B6212A;
}

.MONLOGOTEST{
  width:300px;
  background-color: #fff;
}
.background{
  background: url('../img/wallpaper1.jpg') no-repeat bottom center ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}
.containerNavImg{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index:-1;

}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.login-cover{
  /*background: #fff;*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 800;
  /*display: flex;
  justify-content: center;
  align-items: center;*/
}

#logoImg{
  float: left;
  height: 100px;
}

.bgrd{
  background-color: rgba(255,255,255,.9);
  height: 100vh;
  width : 50%;
  position: fixed;
  top: 0;
  left : 0;
  z-index: -1;
}

.navbar-fixed{

}

.brand-logo{
  margin-top: 16px;
}

#loginForm{
  padding-top: 20px;
}

header, main, footer {
  padding-left: 300px;
}


.circular {
  width: 200px;
  height: 200px;
  /*border:10px solid red;*/
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}


nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons{
  font-size: 40px;
}

nav .button-collapse{
  margin-top: 18px;
}

#loginError{
  display: none;
}
.modal{
  max-height: inherit;
  width: 30%;
  position: absolute;
  top: 100px;
  left: 0;
  right: inherit;
}

#modal2{
  display: none;
  z-index:1000;
}
.modal-content{
  text-align: justify;
}

.modal-footer a:hover{
  color: #fff;
}

section {
  z-index: -1;
}

section h2{
  text-align: center;
  color: #c62828;
  /*line-height: 2em;*/
}

section h3{
  text-align: center;
  color: #c62828;
  font-size : 2.5rem;
  /*line-height: 2em;*/
}

section h4{
  color: #039be5;
  font-size: 1.5em;
  margin : 25px 0 15px;
}

#monH4{
    border-bottom: 1px solid rgba(160,160,160,0.2);
}

#eventdetailhiddenMenu{
  border: 1px solid rgba(160,160,160,0.2);
  padding-left:10px;
  margin-top:15px;
}
.link{
text-align: right;
}

#editPseudo, #editPrenom, #editEmail, #editAge, #editGenre, #editSchool, #editExp{
  display: block;
}
#savePseudo, #savePrenom, #saveEmail, #saveAge, #saveGenre, #saveSchool, #saveExp{
  display: none;
}

.Editeur{
 text-align: right;
}

.file-path{
border-bottom: 0px !important;
}

.photo{
  color: rgba(0,0,0,0);
}
#photoDiv{
  position: absolute;
  right : 51%;
}

#userEdit{
  display: block;
}
#userSave{
  display: none;
}

section .btn {
  background-color: #1565c0;
}
section .btn:hover {
  background-color: #2196f3;
}
section .btn:focus {
  background-color: #1a237e;
}
nav .btn {
  background-color: #ef9a9a;
}
nav .btn:hover {
  background-color: #90caf9;
}
nav .btn:focus {
  background-color: #2196f3;
}
section a:hover{
  color: #B6212A;
}

#inscription{
  color : #fff;
}
/* INPUT*/
input:not([type]), input[type=text],
input[type=password],
input[type=email], input[type=url], input[type=time],
input[type=date], input[type=datetime], input[type=datetime-local],
input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea, .select-wrapper input.select-dropdown{
  margin: 0;
}

[type="checkbox"].filled-in:checked+label:after {

    border: 2px solid #039be5;
    background-color: #039be5;

}

/*contenu du menu deroulan*/
.dropdown-content li>span{
  color: #039be5;
}

/* label color */

   /* label focus color */
   .input-field input[type=text]:focus + label, .input-field input[type=password]:focus + label, .input-field input[type=email]:focus + label {
     color: #1565c0;
   }
   /* label underline focus color */
   .input-field input[type=text]:focus, .input-field input[type=password]:focus, .input-field input[type=email]:focus {
     border-bottom: 1px solid #1565c0;
     box-shadow: 0 1px 0 0 #1565c0;
   }
   /* valid color */
   .input-field input[type=text].valid, .input-field input[type=password].valid, .input-field input[type=email].valid {
     border-bottom: 1px solid #00e676;
     box-shadow: 0 1px 0 0 #00e676;
   }
   /* invalid color */
   .input-field input[type=text].invalid, .input-field input[type=password].invalid, .input-field input[type=email].invalid {
     border-bottom: 1px solid #ff3d00;
     box-shadow: 0 1px 0 0 #ff3d00;
   }
   /* icon prefix focus color */
   .input-field .prefix.active {
     color: #000;
   }

#uploader{
  appearance: none;
   -moz-appearance: none;
   -webkit-appearance: none;
  width: 100%;
  height:10px;
}
progress[value]::-webkit-progress-value {


  background-image:
	   -webkit-linear-gradient(-45deg,
	                           transparent 33%, rgba(0, 0, 0, .1) 33%,
	                           rgba(0,0, 0, .1) 66%, transparent 66%),
	   -webkit-linear-gradient(top,
	                           rgba(255, 255, 255, .25),
	                           rgba(0, 0, 0, .25)),
	   -webkit-linear-gradient(left, #039be5, #B6212A);



    border-radius: 2px;
    background-size: 35px 20px, 100% 100%, 100% 100%;
}
@-webkit-keyframes animate-stripes {
   100% { background-position: -100px 0px; }
}

@keyframes animate-stripes {
   100% { background-position: -100px 0px; }
}


.activator{
  color:#039be5;
  cursor: pointer;
}

.card .card-action {

    padding: 16px 10px;
}

.checkboxHF{
  text-align: center;
}

.tabs .tab a:hover, .tabs .tab a.active {
    color: #039be5;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
    color: #039be5;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
    color: #039be5;
}

.tabs .tab a {
    color: rgba(3,155,229,0.7);
}
.tabs .indicator {
    background-color: #039be5;
}

.toast{
  background-color: #039be5;
}

/* style 3 */

.inputfile-3 + label {
    color:#039be5;
}

.inputfile-3:focus + label,
.inputfile-3.has-focus + label,
.inputfile-3 + label:hover {
    color:  #B6212A;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

.modal .modal-footer {
  text-align: center;
  height: 100vh;
}
/*
Media queries max-width 992px
*/
@media only screen and (max-width:480px)
{
  header, main, footer {
    padding-left: 0;
  }
  #userPicture {
    width:150px;
  }
  nav{
    height:64px;
  }
  #logoImg{
    display: none;
  }
  .brand-logo{
    margin-top: 0px;
  }
  .modal .modal-content {
      padding: 0px;
  }
  input:not([type]), input[type=text], input[type=password],
  input[type=email], input[type=url], input[type=time], input[type=date],
  input[type=datetime], input[type=datetime-local], input[type=tel],
  input[type=number], input[type=search], textarea.materialize-textarea{
    font-size: 16px;
    font-weight: 500;
    }
  .modal {
    top:64px;
  }
  .modal h3{
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: 15px;
  }
  .row .col {
    padding: 0 .5rem;
  }
  .links{
    margin-left: 5px;
  }
  .modal .modal-footer {
    text-align: center;
    height: 100vh;
  }

  .modal .modal-footer .btn,
  .modal .modal-footer .btn-large,
  .modal .modal-footer .btn-flat {
    float: inherit;
    margin: 6px 0;
  }
  .btn, .btn-large, .btn-flat {
    height: 30px;
    line-height: 30px;
    padding : 0 1rem;
    font-size: 12px;
  }
  .mobileSelect{
    margin-bottom: 0;
  }
  a{
    font-size :11px;
  }
  .select-wrapper span.caret {
    top: 25px;
  }
  .select-wrapper {
    margin-bottom: 20px;
  }
  p{
    font-size: 11px;
  }
  .modal2Content{
    padding:5px;
  }

  nav .button-collapse {
    margin-top: inherit;
  }

}
