@font-face {
    font-family: "musee rural h1";
    src: url('fonts/musee_rurale.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/musee_rurale.woff') format('woff'), /* Pretty Modern Browsers */
    url('fonts/musee_rurale.ttf')  format('truetype') /* Safari, Android, iOS */
}

@font-face {
    font-family: "musee rural h2 h3";
    src: url('fonts/titre_musee.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/titre_musee.woff') format('woff'), /* Pretty Modern Browsers */
    url('fonts/titre_musee.ttf')  format('truetype') /* Safari, Android, iOS */
}

@font-face {
    font-family: "icone font";
    src: url('fonts/icofont.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/icofont.woff') format('woff'), /* Pretty Modern Browsers */
    url('fonts/icofont.ttf')  format('truetype') /* Safari, Android, iOS */
}

@font-face {
    font-family: "icone interface";
    src: url('fonts/interface.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/interface.woff') format('woff'), /* Pretty Modern Browsers */
    url('fonts/interface.ttf')  format('truetype') /* Safari, Android, iOS */
}


h1, h2, figure{
	font-family: "musee rural h1", serif;
	text-align:center;
}

h1{
	color:#94c11f;
	font-weight: normal;
    font-size: 3rem;
}

body{
	margin:0;
	font-family: arial;
}

header{
	background-image: url("../../assets/img/bg_header.jpg");
	background-repeat: repeat-x;
}

footer{
	height:150px;
	background-color: #763538;
	border-top: solid 2px #94c11f;
	margin-top: 160px;
}

.txt-center{
	text-align:center;
}

.content, .banner, .foot, .play-barre{
	max-width:700px;
	margin:auto;
}

.image{
	object-fit: cover;
	background-position:center;
	background-size: contain;
	background-repeat:no-repeat;
}

.play-barre .btn{
	color:#fff;
	font-family: "icone font";
	font-size: 4rem;
    margin: 0 8px;
    text-shadow: 1px 1px white, -1px -1px 6px #444;
}

.play-barre .btn:hover, .fullscreen:hover, #closeFullwindows:hover{
	cursor:pointer;
	color:#d8fb7b;
}

.clear{
	clear:both;
}

.none{
	display:none;
}

.block{
	display:block;
}

p{
	margin:30px 0;
}

p::first-line {
	font-family: "musee rural h2 h3", serif;
	text-transform: uppercase;
	font-weight:bold;
	color:#646056;
}

.play-barre{
	box-shadow: 2px 5px 10px #666;
	margin:50px auto 30px ;
	padding: 30px 10px;
	border: solid 1px #763538;
	border-radius: 6px;
	color:#fff;
	max-width:252px;
	background: rgb(191,210,85); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */

}

.mouton-lecteur{
	background: no-repeat url("../../assets/img/mouton-lecteur.png");
	height: 188px;
    width: 118px;
    float: left;
    margin: -79px 0 0 -124px;
    position: relative;
    z-index: 1;
    background-size: contain;
}

.titre-lecteur-audio{
	float:left;
	background-color: #763538;
	border-radius: 5px 5px 0 0;
	color:#fff;
    margin: -63px 0 0 0;
    padding: 5px 15px;
    font-size: 1.2rem;
}

.bouton-voix{
	height: 5rem;
	width: 5rem;
}

.text_object1.error{
	text-align:center;
}

.logo{
	background: no-repeat url("../../assets/img/logo_musee.jpg");
	height:200px;
	width:300px;
}

.image1,
.image2,
.image3,
.image4{
	box-shadow: 2px 5px 10px #666;
    border: #ffffff 10px solid;
    margin: auto;
	max-width: 650px;
	position:relative;
	height: 0;
    width: 91%;
    padding-bottom: 61%;
}

.image1{
	rotate: 1deg;
}

.image2{
	rotate: -1deg;
}

.image3{
	rotate: 0deg;
}

.image4{
	rotate: 1deg;
}

.fullscreen, #closeFullwindows{
	font-family: "icone interface";
    position: absolute;
    top: 20px;
    font-size: 3rem;
    right: 20px;
    color: #94c11f;
	text-shadow: 0px 0px 5px #fff;
}

.text p{
	margin-left:5px;
	padding-left:16px;
	border-left: 2px solid #763538;
}

.mouton-footer{
	background: no-repeat url(../../assets/img/mouton-footer.png);
    float: right;
    width: 165px;
    height: 190px;
    margin: -149px 0 0 0;
    position: relative;
    background-size: contain;
}

.foot{
	position:relative;
	height: 95%;
}

.text-foot{
	color:#fff;
	position:absolute;
	bottom:0;
	left:0;
	font-size: 0.8rem;
	margin:5px;
}

.fullscreenWindows{
	position:fixed;
	z-index:2;
	top:0;
	height:100vh;
	width:100vw;
	background-color:#000;
	background-repeat: no-repeat;
	background-position: center;
	background-size:contain;
}