/* Custom Stylesheet */

/* Pour google map */
#map
{
  height: 100%;
}
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

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

.logo{
  margin-top: -20px;
  border-radius: 0 0 30px 30px;
  transition: margin 0.2s;
}

.logo:hover{
  margin-top: 0px;
}

#logo-container {
	z-index: 1;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}

.whited-container {
	background-color: rgba(255, 255, 255, 0.6);
}
.whited-container h3 {
	color: #58585A;
}

.logos_li {
	height: 150px;
}
.center-align {
	text-align: center !important;
	margin: 0 auto;
}

footer.page-footer .footer-copyright {
	height: auto;
	padding-bottom: 10px;
}

.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 {
		min-height: 430px;
	}
	#index-banner .section {
		top: 10%;
	}
}

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

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

footer.page-footer {
  margin: 0;
}

.modal-footer-fixed{
  position: fixed!important;
  bottom: 0;
}

