img {
	max-width: 100%;
}
section {
	padding: 30px 0;
	position: relative;
	font-family: charcuterie;
}
section h2 {
	font-family: RetroGrungeWest;
	letter-spacing: 2px;
	font-size: 44px;
  color: #fff;
  text-shadow: 3px 4px #000;
}
h1.logo {
	color: #fff;
	writing-mode: vertical-lr;
	margin: 0 auto;
	padding: 30px;
	transform: rotate(180deg);
	letter-spacing: 3px;
	font-family: RetroGrungeWest;
}

#main {
	background-image: url('https://cabanesdelmundo.com/wp-content/themes/photography/assets/img/Cabane-2.jpg');
	background-size: cover;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100vh;
	padding: 0;
}
#services {
	 background-position: bottom;
	 background-repeat: no-repeat;
	 background-size: cover;
}

.logo h1 {
	color: #fff;
	writing-mode: vertical-lr;
	margin: 0 auto;
	padding: 30px;
	transform: rotate(180deg);
	letter-spacing: 3px;
}

.menu {
	text-align: center;
	background: #E6D8B8;
}
.menu ul {
	padding: 15px;
	margin: 0;
}
.menu li {
	list-style-type: none;
	display: inline-block;
	text-transform: uppercase;
	padding: 0 10px;
}
.menu li a {
	font-size: 32px;
	letter-spacing: 2px;
	font-family: RetroGrungeWest;
	color: #443864;
}
.menu li:hover a {
	color: #b57c13;
	text-decoration: none;
}
#artisan {
	background-color:#6B4A2E;
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
}
#artisan > * {
  position: relative;
  z-index: 1;
  color: #fff5d5;
}
#artisan:before,
#temoignages:before,
#galerie:before,
#contact:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3); /* fondu noir */
  z-index: 0;
}

#artisan .content {
	padding: 15px;
	background-color: rgba(0,0,0,0.7);
	border-radius: 20px;
	color: #fff;
}
#artisan .image {
	border-radius: 20px;
}






#galerie .flex-prev{
	left: -44px;
}
#galerie .flex-next {
	right: -44px;
}
