/* Custom Stylesheet */
/**
 * 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;
}

p {
  line-height: 2rem;
}

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

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

.block{
	margin-left:10%
}

.baniere{
	margin-left:0;
	margin-right:0;
	left:0;
	right:0;
}

h3{
	margin-left:30%;
}

.table1,td,th{
  padding: 0px;
}

p.mail{
	padding:0px;
	margin-top:10px; 
	margin-bottom:0px;
	margin-left:15px;
}

td.asterix{
	height:5px;
	padding:0px;
	overflow:hidden;
	font-size:10px;
}

tr.asterix{
	height:5px;
	padding:0px;
	overflow:hidden
}

.margin1{
	margin-left:30px;
}


.index-mobile{
	 background-color: #FCCFD2;
}