/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Abel&family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');

/* Généralités **************************************************/
*:focus {
	outline: none !important
}
* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}
body {
	width: 100%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	position: relative;
    font-family: 'Cabin', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
    color: #000;
	text-align: center;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
	vertical-align: bottom;
}
a {
    text-decoration: none;
}

sup.typo_exposants {
	vertical-align: text-top;
	font-size: .8em;
}

ul.spip li {
	list-style: disc;
	margin-left: 2em;
}

/* cache-cache ***********************************************/

#menu-wrapper #hamburger-menu, main.resp {
	display: none;
	visibility: hidden;
	opacity: 0;
}


/* haut de page *************************************************/
#home {
	position: fixed;
	bottom: 60px;
	right: 20px;
	font-size: 26px;
	font-weight: 600;
	color: white;
	width: 40px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	background-color: #9b360d;
	border-radius: 40px;
	transition: all .4s ease;
	display: none;
	line-height: 30px;
	cursor: pointer;
	z-index: 1000;
}
#home:hover {
	background-color: #6a2a04;
}

/* styles *******************/
.logo {
	position: fixed;
	top: 0;
	left: 0;
	height: 140px;
	z-index: 1000;
	display: block;
	width: 90%;
	background-color: #e1b9a9;
	text-align: center;
	transition: .3s linear;
	font-size: 1.5em;
	font-weight: 400;
	color: #000;
	letter-spacing: normal;
	padding: 20px 5%;
}
.logo strong {
	font-weight: 400;
	color: #9b360d;
}
.logo .titre {
	float: left;
	font: 400 2.6em 'Abel';
	color: #000;
	text-align: left;
	margin: 0 10px 0 0;
	line-height: 1;
}
.logo img {
	width: auto;
	height: 140px;
	float: left;
}

.logo nav {
	float: right;
	width: auto;
	margin-top: 50px;
}
.logo nav a {
	font: normal 1em 'Abel';
	background-color: #9b360d;
	color: #fff;
	margin: 0 8px;
	padding: 6px 12px;
	transition: .3s linear;
}
.logo nav a:hover, .logo nav a.on {
	background-color: #000;
}

main.main {
	display: inline-block;
	width: 95%;
	text-align: center;
	color: #000;
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	margin: 160px 0 0 5%;
	flex: 1;
}

.ancre {
  display: block;
  height: 100px;
	opacity: 0;
  visibility: hidden;
}
main.main .intro {
	float: left;
	width: 66%;
	padding: 40px 0;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	line-height: 1.3;
	transition: .5s linear;
}
.intro h2, .contenu h2 {
	font-size: 1.5em;
	font-weight: 500;
	color: #9b360d;
	letter-spacing: normal;
	margin: 0 0 1em 0;
}
.intro .right-txt {
	border-left: 2px solid #9b360d;
	padding-left: 15px;
}
main.main .slider {
	float: right;
	width: 31%;
	z-index: 2;
	/*height: auto;*/
}
.logo_article {
	float: right;
	display: inline-block;
	margin: 0 0 20px 20px;
	width: 30%;
}
.intro p, .contenu p {
	margin: .8em 0;
}
.intro a, .contenu a {
	color: #9b360d;
	transition: .25s linear;
}
.intro a:hover, .contenu a:hover {
	color: #6a2a04;
}
.intro.scrolled, .intro.contact {
	background-color: rgba(255,255,255,0.7);
	transition: .5s linear;
}

.portfolio {
	display: inline-block;
	width: 100%;
	margin-top: 2em;
}
.portfolio a img {
	transition: .3s linear;
}
.portfolio a:hover img {
	opacity: .85;
}

.wow {
	animation-delay: .5s;
	animations-duration: 2s;
}


/* formulaire ********************************************************/

.formulaire_spip {
	display: inline-block;
	width: 100%;
	margin: 2em auto 0 auto;
}
label {
	display: inline-block;
	width: 17%;
	text-align: right;
	height: 30px;
	line-height: 30px;
	margin: 0 2% .8em 0;
	font: 400 1.2em 'Cabin', sans-serif;
	color: #000;
	text-transform: uppercase;
}
input.text {
	display: inline-block;
	width: 76%;
	height: 30px;
	line-height: 30px;
	padding: 10px 2%;
	background-color: rgba(225,185,169,0.5);
	border: 0;
	border-radius: 6px;
	margin-bottom: .8em;
	font-size: 1em;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	transition: .25s linear;
}
textarea {
	display: inline-block;
	width: 76%;
	padding: 10px 2%;
	background-color: rgba(225,185,169,0.5);
	border: 0;
	border-radius: 6px;
	font-size: 1em;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	transition: .25s linear;
}
input.text:focus, textarea:focus {
	background-color: #ddd;
}
p.boutons {
	margin: 1em 0 0;
	text-align: right;
}
button {
	cursor: pointer;
	background-color: #9b360d;
	color: #fff;
	font-size: 1.25em;
	text-transform: uppercase;
	transition: .3s linear;
	border: 0;
	border-radius: 6px;
	padding: 10px 20px;
}
button:hover {
	background-color: #6a2a04;
}

footer {
	display: inline-block;
	padding: 20px 5%;
	width: 90%;
	background-color: #e1b9a9;
	color: #000;
	margin: auto 0;
}
footer a {
	color: #9b360d;
	transition: .25s linear;
}
footer a:hover {
	color: #000;
}
footer i {
	font-size: 2em;
	margin: 0 6px .6em;
}
footer img.right-f {
	float: right;
	height: 70px;
	width: auto;
	margin: 0 0 0 20px;
}

main.int {
	display: inline-block;
	width: 90%;
	text-align: center;
	color: #000;
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	margin: 160px 5% 20px;
	flex: 1;
}
.contenu {
	display: inline-block;
	width: 100%;
	padding: 40px 0;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: justify;
	line-height: 1.3;
	transition: .5s linear;
}

/* Prenons nos responsivités ********************************************************/

@media (max-width: 1150px) {
	
	.logo {
		width: 94%;
		padding: 20px 2% 20px 4%;
	}
	.logo nav {
		margin-top: 60px;
	}
	.logo nav a {
		font: normal .85em 'Abel';
		margin: 0 5px;
		padding: 6px 10px;
	}
	
}

@media (max-width: 950px) {
	
	main.main {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
	main.resp {
		display: block;
		visibility: visible;
		opacity: 1;
		width: 90%;
		margin: 160px 5% 20px;
	}
	main.resp .slider {
		display: inline-block;
		width: 100%;
	}
	main.resp .slider img {
		min-width: 100%;
		width: 100%;
	}
	main.resp .intro {
		display: inline-block;
		width: 100%;
		padding: 30px 0;
		font-size: 1.2em;
		font-family: Arial, Helvetica, sans-serif;
		color: #000;
		text-align: left;
		line-height: 1.3;
		transition: .5s linear;
	}
}


@media (max-width: 750px) {
	
	main h3 {
		margin: 0 5%;
	}
	
	.intro {
		width: 86%;
		padding: 0 7%;
	}
	.intro.scrolled {
		padding: 40px 7% 40px;
	}
	
	.logo_article {
		float: none;
		width: 100%;
		margin: 0 0 1em 0;
	}
	
}

@media (max-width: 600px) {
	
	#menu-wrapper #hamburger-menu {
		display: block;
		visibility: visible;
		opacity: 1;
	}
	
	.logo nav, .logo .slogan {
		display: none;
		opacity: 0;
		visibility: hidden;
	}
	.logo {
		height: 100px;
		padding: 10px 5%;
	}		
	.logo .titre {
		font: 400 2em 'Abel';
		line-height: 1 !important
	}
	.logo img {
		width: auto;
		height: 120px;
	}
	
	/*.intro {
		padding-top: 30px;
		text-align: left;
	}
	.intro.scrolled {
		padding: 20px 7%;
	}*/
	
	.item {
		margin-bottom: 20px;
	}
	
}

