*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
body
{
	background-color: #fff;
	background-image: url('../img/bg.png');
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}
/*** INIT IMG ***/
.img1-A{
	background-image: url("../img/torseA.png") !important;

	background-repeat: no-repeat;
}
.img1-B{
	background-image: url("../img/torseB.png") !important;

	background-repeat: no-repeat;
}
.img2-A{
	background-image: url("../img/coupleA.png") !important;
	background-repeat: no-repeat;
}
.img2-B{
	background-image: url("../img/coupleB.png") !important;
	background-repeat: no-repeat;
}
.img3-A{
	background-image: url("../img/terreA.png") !important;

	background-repeat: no-repeat;
}
.img4-A{
	background-image: url("../img/chevalA.png") !important;

	background-repeat: no-repeat;
}
.img5-A{
	background-image: url("../img/skullA.png") !important;

	background-repeat: no-repeat;
}
/*** LOGO ***/
#logo{
	margin-top: 7%;
	text-align: center;
}
/*** NAVBAR***/
.navbar-default {
    background-color: #000;
    border: 0;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}
.navbar-default .navbar-nav>li>a {
	color: #777;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;

}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff	;
}
/* hardware accelatator class */
	.trans3d
	{
		-webkit-transform-style: preserve-3d;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform-style: preserve-3d;
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform-style:preserve-3d;
		-ms-transform: translate3d(0, 0, 0);
		transform-style:preserve-3d;
		transform: translate3d(0, 0, 0);

		/*-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility:hidden;
		backface-visibility:hidden;*/
	}

	#contentContainer
	{

		position:absolute;
		margin-left:-500px;
		margin-top:-500px;
		left:50%;
		top:50%;
		width:1000px;
		height:1000px;
	}

	#carouselContainer
	{
		position:absolute;
		margin-left:-500px;
		margin-top:-500px;
		left:50%;
		top:50%;
		width:1000px;
		height:1000px;
	}

	.carouselItem
	{
		width:380px;
		height:380px;
		position:absolute;
		left:50%;
		top:50%;
		margin-left:-160px;
		margin-top:-90px;
		visibility:hidden;
	}

#links{
	position: absolute;
	top: 60%;
	color: #fff;
}

.modal {
	 position: fixed;
	 top: 50%;
	 left: 50%;
	 width: 50%;
	 max-width: 501px;
	 min-width: 320px;
	 height: auto;
	 z-index: 2000;
	 visibility: hidden;
	 -webkit-backface-visibility: hidden;
	 -moz-backface-visibility: hidden;
	 backface-visibility: hidden;
	 -webkit-transform: translateX(-50%) translateY(-30%);
	 -moz-transform: translateX(-50%) translateY(-30%);
	 -ms-transform: translateX(-50%) translateY(-30%);
	 transform: translateX(-50%) translateY(-30%);
}

.show {
    visibility: visible;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.show ~ .overlay {
    opacity: 1;
    visibility: visible;
}

.popup-content {
    color: #fff;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
    padding: 6% 10%;
}

.popup-content h3 {
    margin: 0;
    text-align: center;
    font-size: 3.4em;
    font-weight: 300;
    position: relative;
}

.popup-content h3:before {
    position: absolute;
    background: url(../img/img-titre.png) no-repeat left center;
    width: 47px;
    height: 38px;
    content: "";
    top: 18px;
    left: 0px;
}

.popup-content .para {
    color: #73556b;
    margin-bottom: 30px;
    text-align: justify;
}

.popup-content > div {
    padding: 0px;
    margin: 0;
    font-weight: 300;
    font-size: 1.15em;
}

.popup-content > div p {
    margin: 0;
    padding: 10px 0;
}

.popup-content > div ul {
    margin: 0;
    padding: 0 0 30px 20px;
}

.popup-content > div ul li {
    padding: 5px 0;
}

.popup-content button {
    display: block;
    margin: 0 auto;
    font-size: 0.8em;
}

.close {
    background: url(../img/close.png) no-repeat;
    height: 49px;
    width: 49px;
    position: absolute;
    right: -35px;
    top: -35px;
    z-index: 9999;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.close:hover {
    opacity: 0.2;
}

.submit {
    background: #e74c3c url(../img/heart.png) no-repeat 90% center;
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.submit:hover {
    opacity: 0.5;
}


/* Effet blur */
.show.blur-effect ~ .overlay {
    background: rgba(0,0,0,0.6	);
}

.show.blur-effect ~ .container, .show.blur-effect ~ .bgall{
    -webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    filter: blur(30px);
}

.blur-effect .popup-content {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
    opacity: 0;
}

.show.blur-effect ~ .container,
.blur-effect .popup-content, .show.blur-effect ~ .bgall {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.show.blur-effect .popup-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

/* Media queries */

@media(max-width: 1230px) {

    .popup-content h3:before {
        display: none;
    }

}

@media(max-width: 680px) {

    h1 {
        font-size: 42px;
    }

}

@media(max-width: 480px) {

    h1 {
        font-size: 32px;
    }

    .popup-content h3 {
        font-size: 2em;
    }

    .close {
        right: 1px;
        top: 1px;
    }

}
/* Section form */

#form{
width: 501px;
height:400px;
}
input {
    margin-right: 5px;
    margin-bottom: 7px;
    width: 243px;
    height: 30px;
}
textarea {
    width: 501px;
    height: 150px;
    margin-top: 30px;
}

input[type=submit], input[type=reset] {
    width: 112px;
    height: 30px;
    border: solid 1px #ffffff;
    background-color: transparent;
    color: #ffffff;
    margin-top: 20px;
    cursor: pointer;
}
