@font-face {
	font-family: 'Montserrat';
	src: url('../webfonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../webfonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../webfonts/Montserrat-Italic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}



body{
  font-family: 'Montserrat', sans-serif;
  color: #555555;
}

a{
  color: #555555;
  -webkit-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s;
}

a:hover{
  color: #b1004d;
}

#main p a {
	text-decoration: underline;
}

h1 {
	margin-bottom: 2rem;
}

.gal-img .img {
	height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

#header {
	position: fixed;
	width: 360px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	background: #fff;
	border-right: 1px solid #555;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}

#main {
	margin-left: 360px;
	position: relative;
	padding: 0px 30px;
	margin-top: 80px;
	min-height: 400px;
}

#nav {
	margin-top: 38px;
}

#nav .navbar {
	list-style: none;
	padding: 10px 70px;
	text-align: left;
	padding-right: 105px;
}

#nav .nav-link{
  position: relative;
}

#nav .nav-link.active::after {
	content: "";
	width: 20px;
	height: 30px;
	background: url("../img/point.png") no-repeat left center / 100% auto;
	position: absolute;
	top: 3px;
	right: -44px;
}

#logo {
	margin: 70px auto 50px;
	padding: 4rem 0;
}

#logo img{
	width: 260px;
}

#toggleNav {
	display: none;
	padding: 0px 15px;
	margin-bottom: 25px;
}

#footer, #slider {
	margin-left: 360px;
	position: relative;
}

#slider .slider-img .img {
	height: 360px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#footer {
	border-top: 1px solid #eee;
	padding: 15px 0px 10px;
	text-align: right;
	background: #555;
	color: #fff;
	margin-top: 35px;
}

#footer a{
  color: #fff;
}

@media (max-width: 767px){
	h1 {
		font-size: 2rem;
	}

  #header {
  	position: relative;
  	width: auto;
  	left: auto;
  	top: auto;
  	bottom: auto;
  	border-bottom: 1px solid #eee;
    border-right: none;
  }

  #main {
  	margin-left: 0;
  	margin-top: 30px;
  	padding: 0;
  }

  #logo {
    margin: 0px auto 20px;
	padding: 0px;
  }

  #nav {
    margin-top: 0px;
  }

  #nav .navbar {
  	display: none;
    padding: 0px 30px 10px;
  }

  #nav .navbar.show {
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  }


  #nav .nav-link.active::after {
    left: -5px;
    right: auto;
  }

  #toggleNav {
    display: block;
  }

  #footer, #slider{
    margin-left: 0;
  }

  #slider .slider-img .img {
  	height: 200px;
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: auto 100%;
  }
}




#start .gal-img {
	position: relative;
}


#start .gal-img:hover a{
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}

#start .gal-img > a {
	position: absolute;
	z-index: 2;
  top: 0px;
  left: 0px;
	right: 0px;
	text-align: center;
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease 0s;
	transition: opacity 0.5s ease 0s;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: rgba(0,0,0,0.45);
}

#presse .img {
	height: 420px;
}
