/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
 
 @font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-display: swap;
}

html {
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

.flow-text {
  font-weight: 300;
}

p {
  line-height: 2.75rem;
  margin-top: 0;
  margin-bottom: 0;
}

nav {
	background-color: transparent !important;
	box-shadow: none !important;
	height: 0px;
}

.navbar-fixed {
	height: 0px;
}

nav .row .col{
	height: 0px;
}

.card, .card-panel {
  border-radius: 4px;
}

a, a.btn {
	font-weight: 500;
}

.card-panel p {
	color: #3c2925;
}

.btn, .btn-large, .btn-flat {
	padding: 0 1rem;
	height:auto !important;
}

.goupil {
	background-image: url('../img/goupil_bg.webp');
	background-attachment: fixed;
	background-color: khaki;
	/*background-size: cover;*/
}

.goupil a {
	color: #d26119;
}

.goupil .card-panel {
	z-index: 999;
}

.bande_hypocras {
	background-image: url('../img/hypocras_bd.webp');
	background-color: darkred;
	height:200px;
	padding-left:1em;
	position: sticky;
	top: 0;
	z-index: 900;
}

.hypocras {
	background-image: url('../img/hypocras_bg.webp');
	background-attachment: fixed;
	background-color: darkred;
}

.margin {
	margin-left:1em !important;
}

.shadow {
	color: #FFFFFF;
	font-weight: 500;
	text-shadow: 0.1em 0.1em 0.2em black;
}

.shadow a {
	text-shadow: none;
}

.bande_claret {
	background-image: url('../img/claret_bd.webp');
	background-color: darkolivegreen;
	height:200px;
	padding-left:1em;
	position: sticky;
	top: 0;
	z-index: 901;
}

.claret {
	background-image: url('../img/claret_bg.webp');
	background-attachment: fixed;
	background-color: darkolivegreen;
}

.bande_moretum {
	background-image: url('../img/moretum_bd.webp');
	background-color: midnightblue;
	height:200px;
	padding-left:1em;
	position: sticky;
	top: 0;
	z-index: 902;
}

.moretum {
	background-image: url('../img/moretum_bg.webp');
	background-attachment: fixed;
	background-color: midnightblue;
}

.bande_dragon {
	background-image: url('../img/dragon_bd.webp');
	background-color: rebeccapurple;
	height:200px;
	padding-left:1em;
	position: sticky;
	top: 0;
	z-index: 903;
}

.dragon {
	background-image: url('../img/dragon_bg.webp');
	background-attachment: fixed;
	background-color: rebeccapurple;
}

a.btn {
	color: white;
}

.sidenav-trigger {
  color: #26a69a;
}

.parallax-container {
  min-height: 600px;
  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;
}
