@font-face {
     font-family: 'My font 1';
     src: url('../squelette/Armada-Regular.otf') format('OpenType');
}
@font-face {
     font-family: 'My font 2';
     src: url('../squelette/TrashHand.TTF') format('TrueType');
}
p, td {
    font-family: 'My Font 2', 'Times New Roman';
	color: #ffffff;
	font-size: 30px;
	font-weight: 400;
}
h1 {
	font-size: 50px;
	font-weight: 400;
}
.txtMusique {
	font-size: 30px;
	color: #cccccc;
}
.titreIndex {
	font-size: 30px;
	color: #000000;
}
.txtIndex {
	font-size: 20px;
	color: #000000;
}
.txtIndex2 {
	font-size: 20px;
	color: #ffffff;
}
.txtTimer {
	font-family: 'My Font 1', 'Times New Roman';
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
}
a:link {
	color: #ffffff;
	text-decoration: underline;
}
a:visited {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
.normale {
	font-size: 16px;
    position: relative;
    float: none;
    line-height: normal;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-weight: 400;
    color: rgba(0,0,0,.64);
    max-width: calc(100% - 20px);
    overflow-wrap: break-word;
    box-sizing: border-box;
	font-family: 'Courier New', Courier, monospace;

}
/*--------- jquery Lightbox -----------*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

.swal-modal {
	background-image:url(/images/testcadre1.png), url(/images/paper3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	font-family: 'My Font 2', 'Times New Roman';
}

.swal-text {
	font-family: 'My Font 2', 'Times New Roman';
	font-size: 1.3rem;
	text-align: center;
}

.swal-title {
	font-family: 'My Font 2', 'Times New Roman';
}

.swal-modal p {
	font-family: 'My Font 2', 'Times New Roman';

}

.swal-icon--success__hide-corners {
	background: none !important;
	}
	.swal-icon--success:before,
	.swal-icon--success:after {
	background: none !important;
	}


#imgpiano {
	width: 80px;
    position: relative;
    top: -591px;
    left: -41.8px;
    z-index: 101;
    text-align: center;
    line-height: 0;
}

#imgpiano2 {
	position: relative;
    top: -364px;
    left: -47px;
    width: 325px;
    z-index: 100;
    text-align: center;
    line-height: 0;
    transform: rotate(90deg);
}

#piano {
	height: 18rem;
	
}

.swal-button--confirm {
	background-color: #e5070a;
	color: #ffffff;
}

/*-------- fin jquery lightbox -------*/