/* Atelier Veneer css file — © Julien Schwartz 2018 */

/* correction knacss */
html {margin: 0 auto; width: 100%;}
html .fr {float: none;}

body {font-family: 'TruenoRegular', Helvetica, Arial, Sans-serif; font-size: 1.4rem; margin: 0 auto; width: 100%;}
@media (max-width: 767px) {body {font-size: 1.2rem; }}
img {max-width: 100%; max-height: 100%;}
svg {max-width: 100%; max-height: 100%;}
video {max-width: 100%;}

.logo_site {width: 100%; margin: 0;}
.logo_site::before {content: ""; display: block; padding-top: 25%;}
@media (max-width: 767px) {.logo_site::before {padding-top: 10%;}}

img.imgtrick {display: none;}
.conteneurimg {display: block; background-size: cover; width: 100%; }
.conteneurimg::before {content: " "; display: block; vertical-align: middle; padding: 50% 0; width: 100%;}
.tingle-modal-box {width: auto !important;}

.header {width: auto;}
.contenu, .galerie_instagram {margin-top: 2.5em;}
.logo-site {width: 100%; height: 100%;}
.page {padding: 2em; max-width: 1050px; margin: 0 auto;}
@media (max-width: 480px) {.page {padding: 1em .5em;}}
.griditem {margin-top: 1.5em;}
a {text-decoration: underline; color: #E60050;}
.enrouge {color: #E60050;}

.posrel {position: relative;}
.signature {
	position: absolute;
	width: 100%;
	text-align: center;
	border-bottom: 5px solid black;
	padding-bottom: .5em;
	bottom: 0;
	font-family: 'TruenoBlack';
	text-transform: uppercase;
	font-size: 1.2rem;
	letter-spacing: 1px;
}
@media (max-width: 767px) {
	.signature {position: relative; margin-top: 1em; font-size: 1rem; border-bottom: 0;}
}

.lenom {font-family: 'TruenoBold';}
.lerole {font-family: 'TruenoLightItalic';}


h4 {margin-bottom: 0;}
h4 + p {margin-top: .15em;}