/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */



body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  main {
    flex: 1 0 auto;
  }


nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}
.stage
{
  color: black;
}

.button-collapse {
  color: #76C2C0;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }
.texte
{
 text-align: center;
}

.badge
{
  background-color: #F1A607 !important;
}

.btn-floating
{
  background-color: #76C2C0 !important;
}

.logo
{
  height: 1.8em;
  margin-top: 5px;
}
.progress-bar
{
  height: 10px;
  border-radius: 5px;
}

/*.titre-carte
{
  background: rgba(96,96,96,0.5);
  padding: 10px;
  border-radius: 10px;
  height: 30px;
  width: 220px;
}
*/
.work
{
margin-top: 20px;
margin-bottom: 20px;
}

.text
{
  background-color: #76C2C0 !important;
}

.envoie
{
    background-color: #76C2C0 !important;
}
.fontawesome
{
 color: white;
}
.website-here
{

}

.fa
{
height: 20% !important;
}

.fa-link
{

  font-size: 100% !important;
}

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
  background-color: #76C2C0 !important;
}