/* Custom Stylesheet */

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



ul a {
  color: #444 !important; 
  }


nav .brand-logo {
  color: #444 !important;
}

.brand-logo img {
  width: 125px;
}

.linksFooter {
  margin-top: -20px;
}

.upLogo {
  margin-top: -60px;
  width: 90px !important;
  margin-bottom: -25px;
}

#logo-container {
  width: 25px;
}

h1 {
  margin-top: 75px;
  font-family: Pacifico;
}

h3 {
  /* color: #4db6ac; */
  color: #fff;
  font-size: 2.2rem;
  font-family: 'Roboto';
  font-weight: 400;
  text-shadow: 1px 1px 5px #000;
  /* text-transform: uppercase; */
}

h4 {
  color: #333;
  font-size: 1.8rem;
  margin: 30px;
  font-weight: 400 !important;
}

h5 {
  font-size: 2.2rem;
  font-family: 'Satisfy';
  /* font-weight: 300 !important; */
  text-shadow: 2px 2px 2px #444;
}

.lien {
  text-decoration: underline;
}

li p{
  text-align: center;
  padding: 15px;
}

.attention {
  font-weight: bold;
}

.square {
  display: block;
  width: 80%;
  text-align: center;
  height: auto;
  margin: 32px;
  margin-left: auto;
  margin-right: auto;
}

.restau {
  display: block;
  width: 70%;
  margin: 32px;
  margin-left: auto;
  margin-right: auto;
}

.phblog {
 flex-grow: 1;
 margin: 15px;
 border-radius: 4px;
 max-width: 700px;
 max-height: 465px;
}

.galblog {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}


@media only screen and (max-width : 480px) {

  h5 {
    font-size: 1.6rem;
  }
  
  .phblog {
    max-width: 400px;
    max-height: 265px !important;
   }
  .square {
    display: block;
    width: inherit;
    text-align: center;
    height: auto;
    margin: 12px;
    margin-left: auto;
    margin-right: auto;
}

}
.map {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}

p {
  line-height: 1.8rem;
}

.credit {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  background-color: rgba(0,0,0,.38);
  padding: 5px 10px;
  margin-top: -44px;
  margin-right: 20px;
}
.button-collapse {
  color: #26a69a;
}

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

@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;
}

.page-footer p {
  line-height: 1.4rem;
}