@font-face{ 
            font-family: "SansationLight";
            src: url('http://fontsforweb.com/public/fonts/423/SansationLight.eot');
            src: local("Sansation Light"), url('http://fontsforweb.com/public/fonts/423/SansationLight.woff') format("woff"), url('http://fontsforweb.com/public/fonts/423/SansationLight.ttf') format("truetype");
        }
		
.cn-container{
	width: 60%;
	min-width: 300px;
	max-width: 850px;
	margin: 10px auto 0 auto;
	text-align: left;
	position: relative;
}

.cn-container h2{
	font-family: Helvetica;
	color: #fff;
	position: absolute;
	z-index: 10000;
	text-shadow: 0 0 1px rgba(255,255,255,0.8), 2px 1px 1px rgba(255,0,0,1);
	font-size: 50px;
	line-height: 80px;
	top: 200px;
	right: 0px;
	white-space: nowrap;
	opacity: 0;
	-webkit-transition: all 0.5s linear 0.7s;
	-moz-transition: all 0.5s linear 0.7s;
	-o-transition: all 0.5s linear 0.7s;
	-ms-transition: all 0.5s linear 0.7s;
	transition: all 0.5s linear 0.7s;
}

.cn-container h3{
	font-family: 'SansationLight';
	color: #fff;
	position: absolute;
	z-index: 10000;
	text-shadow: 0 0 1px rgba(255,255,255,0.8), 1px 1px 1px rgba(0,0,0,0.2);
	font-size: 20px;
	line-height: 80px;
	top: 200px;
	right: -30px;
	white-space: nowrap;
	opacity: 0;
	-webkit-transition: all 0.6s linear 0.8s;
	-moz-transition: all 0.6s linear 0.8s;
	-o-transition: all 0.6s linear 0.8s;
	-ms-transition: all 0.6s linear 0.8s;
	transition: all 0.6s linear 0.8s;
}
.cn-container .cn-slide:target h2{
	top: 0px;
	opacity: 1;
}
.cn-container .cn-slide:target h3{
	top: 35px;
	opacity: 0.8;
}
.cn-container .cn-slide h4{
    font-family: 'SansationLight';
	font-size: 30px;
	padding-left: 140px;
	position: absolute;
	top: 45px;
	color: white;
}
.cn-container .cn-slide h5{
    font-family: Helvetica;
	font-size: 28px;
	text-align: center;
	top: 45px;
	color: red;
	text-decoration: underline;
	text-shadow: 0 0 1px rgba(255,255,255,0.8), 2px 1px 1px rgba(3,3,3,0.6);
}
.cn-container .cn-slide-sub  h6{
	font-family: 'SansationLight';
	font-size: 16px;
	text-align: center;
	top: 45px;
	color: black;
}

.cn-slide{
	text-align: center;
	position: absolute;
	left: 0px;
	padding-top: 80px;
	width: 90%;
	opacity: 0;
}

.cn-slide:target{
	opacity: 1;
	width: 110%;
	z-index: 1000;
}
.cn-slide nav a{
	text-align: center;
	display: block;
	font-family: Helvetica;
	padding: 2%;
	font-size: 66px;
	text-shadow: 1px 1px 3px rgba(3,3,3,0.8);
	color: #fff;
	line-height: 44px;
	outline: none;
	text-transform:uppercase;
	margin: 0 0 10px 0;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	-webkit-background-size: 100%; -moz-background-size: 100%; -o-background-size: 100%; background-size: 100%; 
	background-clip: padding-box;
	opacity: 0;
	-webkit-transition: opacity 0.6s linear, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-moz-transition: opacity 0.6s linear, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-o-transition: opacity 0.6s linear, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-ms-transition: opacity 0.6s linear, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: opacity 0.6s linear, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.cn-slide nav a:hover{
	border-color:#fff;
	color: red;
	background: #fff url(../images/1.jpg) no-repeat center center;
	-webkit-background-size: 100%; -moz-background-size: 100%; -o-background-size: 100%; background-size: 100%; 
	background-clip: padding-box;
}
.cn-slide:target nav a{
	opacity: 1;
}
.cn-slide nav a:nth-child(2){
	-webkit-transition-delay: 0.3s, 0s, 0s;
	-moz-transition-delay: 0.3s, 0s, 0s;
	-o-transition-delay: 0.3s, 0s, 0s;
	-ms-transition-delay: 0.3s, 0s, 0s;
	transition-delay: 0.3s, 0s, 0s;
}
.cn-slide nav a:nth-child(3){
	-webkit-transition-delay: 0.6s, 0s, 0s;
	-moz-transition-delay: 0.6s, 0s, 0s;
	-o-transition-delay: 0.6s, 0s, 0s;
	-ms-transition-delay: 0.6s, 0s, 0s;
	transition-delay: 0.6s, 0s, 0s;
}
.cn-slide nav a:nth-child(4){
	-webkit-transition-delay: 0.9s, 0s, 0s;
	-moz-transition-delay: 0.9s, 0s, 0s;
	-o-transition-delay: 0.9s, 0s, 0s;
	-ms-transition-delay: 0.9s, 0s, 0s;
	transition-delay: 0.9s, 0s, 0s;
}
.cn-slide-sub nav a{
	width: 42%;
	display: inline-block;
	font-size: 40px;
}
.cn-slide-sub nav a:nth-child(odd){
	margin-right: 5px;
}

.cn-content{
	background: #80B8CE url(../images/111.jpg) no-repeat center center;
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; 
	text-align: left;
	padding: 20px 20px 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	border: 8px solid #fff;
	margin-top: 5px;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: all 0.9s linear;
	-moz-transition: all 0.9s linear;
	-o-transition: all 0.9s linear;
	-ms-transition: all 0.9s linear;
	transition: all 0.9s linear;
}
.cn-slide:target .cn-content{
	opacity: 1;
}
.cn-content:active p{
	opacity: 0;
}
.cn-content p{
	line-height: 24px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
	color: rgba(103,59,77,0.9);
	padding: 15px 20px;
	margin-bottom: 10px;
	background: rgba(255,255,255,0.96);
	font-style: italic;
	border-top: 7px solid rgba(103,59,77,0.6);
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.cn-back{
	outline: none;
	text-indent: -9000px;
	width: 49px;
	height: 42px;
	background: transparent url(../images/arrow2.png) no-repeat center center;
	position: absolute;
	top: 22px;
	left: -100px;
	cursor: pointer;
	opacity: 0;
}

.cn-back:hover{
	outline: none;
	text-indent: -9000px;
	width: 49px;
	height: 42px;
	background: transparent url(../images/arrow.png) no-repeat center center;
	position: absolute;
	top: 22px;
	left: -100px;
	cursor: pointer;
	opacity: 0;
}


.cn-slide:target .cn-back{
	left: 3px;
	opacity: 1;
}
.cn-note{
	text-align: right;
	font-size: 10px;
	font-style: normal;
	text-align: right;
	padding: 10px;
	display: block;
	font-family: Arial;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
}
/* Main Items */
.cn-slide nav a[href="legroupe.html"]{
	background-image: url(../images/a9.jpg);
}
.cn-slide nav a[href="galerie.html"]{
	background-image: url(../images/a11.jpg);
}
.cn-slide nav a[href="materiel.html"]{
	background-image: url(../images/a12.jpg);
}
.cn-slide nav a[href="discrographie.html"],
#slide-main .slide3 {
	background-image: url(../images/a10.jpg);
}
.cn-slide nav a[href="https://www.facebook.com/messages/LesMegots"],
#slide-main .slide4 {
	background-image: url(../images/a13.jpg);
}

/* Fin Modifications */

@media screen and (max-width: 1060px){
	.cn-slide-sub nav a{
		font-size: 28px;
	}
}
@media screen and (max-width: 900px){
	.cn-container h2{
		font-size: 48px;
		line-height: 95px;
	}
		.cn-container h3{
		font-size: 48px;
		line-height: 95px;
	}
	.cn-slide nav a{
		font-size: 38px;
	}
	.cn-slide-sub nav a{
		width: auto;
		font-size: 36px;
		display: block;
	}
	.cn-slide-sub nav a:nth-child(odd){
		margin-right: 0px;
	}
}

/* Others Codes  */

.column {
    margin: 0px;
    padding: 0px;
}

.cell {
    padding: 0px;
    display: inline;
}

.taquin {
    white-space: nowrap;
    overflow: hidden;
}
.line{
	margin:0 5px;
	text-align:center;
}
.line2 {
	margin:15px;
	text-align:center;
}

.cell2 {
	display: inline;
	font-family:'SansationLight';
	font-size:22px;
}

.main {
	font-family:'SansationLight';
	font-size:18px;
	padding: 10px;
	background: #ddd;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	cursor: pointer;
	margin: 10px 4px;
	display: block;
}

.main:hover {
	background:#333;
	color: red;
}

/* CSS CONTACT */

.contact{
	text-align: center;
	left: 0px;
	padding-top: 80px;
	margin: 0 5%;
	width: 90%;
	opacity: 1;
}

.contact:target{
	opacity: 1;
	width: 110%;
	z-index: 1000;
}
.contact nav a{
	text-align: center;
	display: block;
	font-family: 'SansationLight';
	border: 8px solid red;
	padding: 2%;
	font-size: 66px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	color: #fff;
	line-height: 160px;
	outline: none;
	text-transform:uppercase;
	margin: 0 0 10px 0;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	-webkit-background-size: 100%; -moz-background-size: 100%; -o-background-size: 100%; background-size: 100%; 
	background-clip: padding-box;
	opacity: 1;
	-webkit-transition: opacity 0.6s linear, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-moz-transition: opacity 0.6s linear, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-o-transition: opacity 0.6s linear, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-ms-transition: opacity 0.6s linear, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: opacity 0.6s linear, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.contact nav a:hover{
	border-color:#fff;
	color: red;
	background: #fff url(../images/1.jpg) no-repeat center center;
	-webkit-background-size: 100%; -moz-background-size: 100%; -o-background-size: 100%; background-size: 100%; 
	background-clip: padding-box;
}
.contact:target nav a{
	opacity: 1;
}

.contact nav a[href="https://www.facebook.com/messages/LesMegots"]
{
	background-image: url(../images/contact.jpg);
}

.contact-back{
	outline: none;
	padding:65px;
	text-indent: -9000px;
	width: 49px;
	height: 42px;
	background: transparent url(../images/arrow2.png) no-repeat center center;
	position:absolute;
	top:-10px;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out 0.2s;
	-moz-transition: all 0.2s ease-in-out 0,2s;
	-o-transition: all 0.2s ease-in-out 0.2s;
	-ms-transition: all 0.2s ease-in-out 0.2s;
	transition: all 0.2s ease-in-out 0.2s;
}

.contact-back:hover{
	outline: none;
	text-indent: -9000px;
	width: 49px;
	height: 42px;
	background: transparent url(../images/arrow3.png) no-repeat center center;
	position:absolute;
	cursor: pointer;
	opacity: 1;
	
}

.contact-back:target{
	left: 3px;
	opacity: 1;
}