#sg-panel-container {
	display: none;
}
.sg-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 40px;
	background: #000 url(../images/bg5.jpg) no-repeat center center;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: "Garamond", Arial, sans-serif;
}
.sg-wrapper > div {
	position: absolute;
	overflow: hidden;
	z-index: 5;
}
.sg-panel {
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.sg-panel h2 {
	color: #333;
	font-weight: 100;
	font-size: 3em;
	margin: 0 10px;
	padding: 0;
	position: absolute;
	
}
.sg-panel > div {
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}
.sg-box-1 h2,
.sg-box-2 h2 {
	bottom: 0px;
}
.sg-box-1 h2,
.sg-box-3 h2 {
	right: 0;
}
.sg-box-1,
.sg-box-2{
	top: 0%;
}
.sg-box-1,
.sg-box-3 {
	left: 0%;
}
.sg-wrapper > div.sg-line-hor,
.sg-wrapper > div.sg-line-ver {
	background: #fff;
	position: absolute;
	z-index: 1000;
}
.sg-wrapper > div.sg-line-hor {
	width: 100%;
	height: 1px;
	left: 0;
}
.sg-wrapper > div.sg-line-ver {
	width: 1px;
	height: 100%;
	top: 0;
}
.sg-nav {
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0;
	bottom: -40px;
	height: 40px;
	background: #000;
	z-index: 2000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	box-shadow: 0 -2px 0 3px #000, 0 -3px 2px 3px rgba(0, 0, 0, 0.3);
}
.sg-nav span{
	display: inline-block;
	position: relative;
	cursor: pointer;
	z-index: 2000;
	width: 11px;
	height: 11px;
	background: #555;
	margin: 10px 5px;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 0.8;
}
.sg-nav span.sg-prev,
.sg-nav span.sg-next {
	width: 20px;
	height: 20px;
	margin: 10px 5px 6px 5px;
	background: transparent url(../images/arrows.png) no-repeat;
}
.sg-nav span.sg-prev {
	background-position: 5px 50%;
}
.sg-nav span.sg-next {
	background-position: -24px 50%;
}
.sg-nav span.sg-prev:hover,
.sg-nav span.sg-next:hover,
.sg-nav span.sg-dot:hover{
	opacity: 1;
}

.sg-nav span.sg-dot-current{
	background: #fff;
	opacity: 1;
}
.sg-loading {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	opacity: 0.9;
	background: transparent url(../images/loader2.gif) no-repeat center center;
}

.sg-content {
	padding: 25px;
	width: 100%;
	height: 100%;
	overflow: auto;
	position: relative;
	z-index: 90000;
	text-align:center;
}

.sg-columns {
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	-moz-column-rule: none;
	-moz-column-width: 50%;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	-webkit-column-rule: none;
	-webkit-column-width: 50%;
	column-count: 2;
	column-gap: 30px;
	column-rule: none;
	column-width: 50%;
}

.sg-content h3{
	font-weight: 100;
	
	margin: 0;
	padding: 0 0 10px 0;
	color: #000;
	font-size: 30px;
	
}

.sg-content a h3:hover{
	font-weight: 100;
	margin: 0;
	padding: 0 0 10px 0;
	color: red;
	font-size: 30px;
}
.sg-content p {
	font-weight: 500;
	line-height: 20px;
	font-size: 16px;
	margin: 0;
	color: #000;
	padding: 10px 0;
	text-align: justify;
}
.sg-content iframe {
	border:0;
}

@media screen and (max-width: 770px) {
	.sg-panel h2 {
		font-size: 34px;
	}
	.sg-columns {
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		-moz-column-rule: none;
		-moz-column-width: auto;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		-webkit-column-rule: none;
		-webkit-column-width: auto;
		column-count: 1;
		column-gap: 0px;
		column-rule: none;
		column-width: auto;
	}
}

@media screen and (max-width: 770px) {
	.sg-panel h2, .sg-content h3{
		font-size: 20px;
	}
}


/* Header Style */
.barreduhaut{
	line-height: 24px;
	font-size: 11px;
	background: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.barreduhaut a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	text-shadow: 0px 1px 1px #fff;
	display: block;
	float: left;
}
.barreduhaut a:hover{
	background: #fff;
}
.barreduhaut span.right{
	float: right;
}
.barreduhaut span.right a{
	float: left;
	display: block;
}



.lien{
	text-align: center;
	display: block;
	font-family: Helvetica;
	border: 6px solid red;
	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 0 0;
	background: #fff url(../images/1.jpg) no-repeat center center;
	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;
}

.lien:hover{
	border-color:#fff;
	color: red;
	-webkit-background-size: 100%; -moz-background-size: 100%; -o-background-size: 100%; background-size: 100%; 
	background-clip: padding-box;
}

.lien:target{
	opacity: 1;
}

