@charset "UTF-8";

/*
@font-face {
    font-family: 'CaviarDreams';
    src: url('../fonts/CaviarDreams.eot');
    src: url('../fonts/CaviarDreams.eot') format('embedded-opentype'),
         url('../fonts/CaviarDreams.woff2') format('woff2'),
         url('../fonts/CaviarDreams.woff') format('woff'),
         url('../fonts/CaviarDreams.ttf') format('truetype'),
         url('../fonts/CaviarDreams.svg#CaviarDreams') format('svg');
}

@font-face {
    font-family: 'CaviarDreams';
    font-weight: bold;
    src: url('../fonts/CaviarDreams_Bold.eot');
    src: url('../fonts/CaviarDreams_Bold.eot') format('embedded-opentype'),
         url('../fonts/CaviarDreams_Bold.woff2') format('woff2'),
         url('../fonts/CaviarDreams_Bold.woff') format('woff'),
         url('../fonts/CaviarDreams_Bold.ttf') format('truetype'),
         url('../fonts/CaviarDreams_Bold.svg#CaviarDreams_Bold') format('svg');
}
*/

@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/GOTHIC.eot');
    src: url('../fonts/GOTHIC.eot') format('embedded-opentype'),
         url('../fonts/GOTHIC.woff2') format('woff2'),
         url('../fonts/GOTHIC.woff') format('woff'),
         url('../fonts/GOTHIC.ttf') format('truetype'),
         url('../fonts/GOTHIC.svg#GOTHIC') format('svg');
}

@font-face {
    font-family: 'CenturyGothic';
    font-weight: bold;
    src: url('../fonts/GOTHICB.eot');
    src: url('../fonts/GOTHICB.eot') format('embedded-opentype'),
         url('../fonts/GOTHICB.woff2') format('woff2'),
         url('../fonts/GOTHICB.woff') format('woff'),
         url('../fonts/GOTHICB.ttf') format('truetype'),
         url('../fonts/GOTHICB.svg#GOTHICB') format('svg');
}



body {
    width: 100%;
    height: 100%;
    margin: 0;
	padding: 0;
    font-family: "CenturyGothic",Helvetica,Arial,sans-serif;
    font-size: 15px;
    color: #fff;
    background-color: #35285f;
}

html {
    width: 100%;
    height: 100%;
}

#fullpage {
	display: none;
}

#header-right {
	opacity: 0;
}

.clear {
	  clear: both;
	  height: 0;
	  overflow: hidden;
}

#bt-skip {
	text-align: center;
	margin: 20px auto;
}

#bt-skip a {
	text-decoration: none;
	color: #FF7800;
}


#bt-skip a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-family: "CenturyGothic",Helvetica,Arial,sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
}

h2 {
	font-size: 35px;
	text-align: center;
}

p {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.5;
}

.small {
	font-size: 0.8em;
}

a img {
	border: none;
}

.divider {
	display: inline-block;
	width: 80px;
	height: 3px;
	background: #fff;
	margin: 15px 0 35px 0;
}

/*
@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 13px;
        line-height: 1.6;
    }
}
*/

a {
    color: #fff;
    transition: all .2s ease-in-out;
    	-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #e3104c;
}

.font-medium {
	font-family: "CenturyGothic",Helvetica,Arial,sans-serif;
}

.font-ultra {
	font-family: "CenturyGothic",Helvetica,Arial,sans-serif;
}


#zone-header {
    width:100%;
    height: 117px;
    position:fixed;
    top:0;
    background:#000;
    z-index:100;
    display: block;
    font-family: "CenturyGothic",Helvetica,Arial,sans-serif;
}

#zone-header a {
	text-decoration: none;
}

header {
	width: 1200px;
	margin: 0 auto;
}

#header-left {
	float: left;
	/*height: 131px;*/
}

#header-left-col2 {
	float: left;
}

#header-left span {
	padding: 34px 30px 0px 30px;
	display: block;
}

#header-left span a:hover {
	color: #FFF;
}

#header-left span.bt-inscription {
	padding-top: 25px;
	font-size: 20px;
}

#zone-header .bt-inscription a, #section-programme .bt-inscription a , .bt-inscription a {
	color: #ff7800;
	text-decoration: underline;
}

#zone-header .bt-inscription a:hover, #section-programme .bt-inscription a:hover, .bt-inscription a:hover {
	color: #ff7800;
	text-decoration: none;
}

#logo {
	float: left;
	line-height: 0;
}

#logo-event {
	float: left;
	line-height: 0;
}

#logo-normal {
	display: block;
	width: 120px;
}

#logo-mobile {
	display: none;
}

#header-right {
	float: right;
	width: auto;
	margin: 0px 20px 0px 0px;
}

#logo {
	margin: 0 20px 0 20px;
	padding: 0;
	width: 210px;
	line-height: 0;
}

#logo img {
	width: 210px;
}

#logo-event {
	margin: 0 auto;
	padding: 0;
	width: 210px;
	line-height: 0;
}

#logo-event img {
	width: 210px;
}

#zone-lang {
	float: left;
	margin: 13px 30px;
}

#zone-menu {
	float: left;
	margin: 38px 20px 38px 0px;
}

#zone-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#zone-menu li {
	display: block;
	float: left;
	padding:0;
	margin: 0px 30px;
	text-transform: uppercase;
}

#zone-menu li:hover{
	display: block;
	padding:0;
}

#zone-menu ul li a {
	display: block;
	text-decoration:none;
	margin: 0px;
	padding:10px 0 10px 0;
	color:#fff;
}

#zone-menu ul li a:hover {
	color: #e3104c;
	padding:10px 0 10px 0;
}

#zone-menu a{
	text-decoration:none;
	color:white;
}

#zone-menu a:hover{
	text-decoration:none;
	color:white;
}


#zone-menu-mobile-bt {
	float: left;
	font-size: 40px;
	display: none;
	margin: 31px 30px 0 0;
}

#zone-menu-mobile {
	display: none;
	z-index:1000000;
	font-size:15px;
	width:180px;
	background:rgba(0, 0, 0, 0.50); 
	position:absolute;
	top: 117px;
    right: 90px;
	margin-left: 400px;
	text-align:center;
}

#zone-menu-mobile ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#zone-menu-mobile li {
	display: block;
	padding:0;
	border-bottom:#1d1f20 1px solid;
}

#zone-menu-mobile li:hover{
	display: block;
	padding:0;
	border-bottom:#1d1f20 1px solid;
}

#zone-menu-mobile ul li a {
	display: block;
	text-decoration:none;
	margin: 0px;
	padding:10px 0 10px 0;
	color:#fff;
}

#zone-menu-mobile ul li a:hover {
	color: #e3104c;
	padding:10px 0 10px 0;
	text-decoration:none;
}

#zone-menu-mobile a{
	text-decoration:none;
	color:white;
}

#zone-menu-mobile a:hover{
	text-decoration:none;
	color:white;
}

#zone-menu-mobile ul li#lang-in-menu a {
	display: none;
}


#register-bt {
	float: right;
}

#register-bt img {
	width: auto;
	height: 114px;
}



footer {
    width:auto;
    position:fixed;
    right: 15px;
    z-index:100;
    display: none;
}

footer img {
	width: 160px;
}

section {
	height: 100%;
	/*border-bottom: 15px solid #FFF;*/
}

#section-homepage {
	text-align: center;
	background: url(../img/bg-home.jpg) no-repeat center center scroll;
	background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
}

#section-concept {
	background: url(../img/bg-register.jpg) no-repeat center center scroll;
	background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
}

#section-sponsors {
	background: url(../img/bg-sponsors.jpg) no-repeat center center scroll;
	background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
}

#section-contact {
	background: url(../img/bg-contact.jpg) no-repeat center center scroll;
	background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
}

.container {
	margin: 0 auto;
	position: relative;
	/*padding-top: 50px;*/
	/*width: 1200px;*/
	width: 100%;
	border: 10px solid #35285f;
	width: calc(100% - 20px);
	height: 100%;
}

.next-section {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	/*font-size: 50px;*/
	text-align: center;
}

.next-section img {
	width: 50px;
}

.fp-controlArrow {
	margin-top: 20px;
}

.fp-controlArrow.fp-prev, .fp-controlArrow.fp-next {
	border: none;
	color: #fff;
	transition: all .2s ease-in-out;
    	-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
}

.fp-controlArrow.fp-next {
	right: 50px;
} 
 
.fp-controlArrow.fp-prev:before {
    content: "\f053";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 50px;
    padding-right: 0.5em;
    position: absolute;
    /*top: 10px;
    left: 0;*/
}

.fp-controlArrow.fp-prev:hover, .fp-controlArrow.fp-next:hover {
	color: #ff7800;
}

.fp-controlArrow.fp-next:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 50px;
    padding-right: 0.5em;
    position: absolute;
    /*top: 10px;
    left: 0;*/
}

.img-responsive {
    width: 100%;
    max-width: 1200px;
    height: auto;
}

.mob {
	display: none;
}


/* ----- HOMEPAGE ----- */

.col-left {
	width: calc(100% - 400px);
	padding: 30px 20px 30px 20px;
}

.col-right {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	width: 450px;
	height: 100%;
	padding-left: 30px;
	background: url(../img/bg-right.png) no-repeat left center scroll;
	background-size: auto 100%;
		-webkit-background-size: auto 100%;
		-moz-background-size: auto 100%;
		-o-background-size: auto 100%;
}

.zone-center {
	position: relative;
	width: 100%;
	height: 100%;
}

#section-homepage .container {
	background: url(../img/homepage.png?v=3) no-repeat center center scroll;
	background-size: contain;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
}

.col-right img {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	box-sizing: border-box;
}

#section-homepage .col-right img {
	width: 400px;
}

#logo-homepage {
	width: 600px;
	margin-top: 50px;
}

#sponsors-homepage {
	width: 780px;
	margin-top: 30px;
}

#section-homepage .bt-inscription {
	display: none;
	margin-top: 20px;
}

#section-homepage .next-section {
	margin-top: 20px;
}


/*
#zone-vinyle {
	position: relative;
	margin: auto;
}
*/

/*
#vinyle-centre {
	position: absolute;
	-webkit-animation:spin 4s linear infinite;
	-moz-animation:spin 4s linear infinite;
	animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

*/

/*

#homepage-03 img {
	width: 300px;
	height: auto;
	margin: auto;
}
*/

/* ----- CONCEPT/REGISTER ----- */


#section-concept .container {
	background: url(../img/register.png) no-repeat center center scroll;
	background-size: contain;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
}

#txt-concept {
	float: left;
	width: 48%;
	text-align: justify;
}

#txt-concept p {
	line-height: 1.2;
}

#txt-concept .divider {
	margin: 15px 0 20px 0;
}

#video-concept {
	float: right;
	width: 48%;
	padding-top: 100px;
}

.col-right {
	width: 430px;
	padding-left: 50px;
}

#section-concept #buy-tickets {
	height: 340px;
	position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    box-sizing: border-box;
}

#section-concept .col-right p {
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 20px;
	margin: 0px 30px 30px 30px;
}

#section-concept .col-right p span {
	font-size: 16px;
}


#iframe-register {
	width: 290px;
	height: 290px;
	margin: 0 auto;
	border: none;
	display: block;
}


/* ----- SPONSORS ----- */


#section-sponsors .container {
	background: url(../img/sponsors.png) no-repeat center center scroll;
	background-size: contain;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
}

#section-sponsors .col-right img {
	padding-left: 20px;
}


/* ----- CONTACT ----- */

#section-contact .container {
	/*padding-top: 120px;*/
}

#section-contact .col-right img {
	padding-left: 20px;
}

#section-contact .col-left p {
	font-size: 10px;
    margin-top: 30px;
	text-align: center;
}

form {
	width: 500px;
	margin: 40px auto 0px auto;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #352660;
    text-transform: uppercase;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #352660;
   opacity: 1;
   text-transform: uppercase;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #352660;
   opacity: 1;
   text-transform: uppercase;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #352660;
   text-transform: uppercase;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #352660;
   text-transform: uppercase;
}
input, textarea {
	display: inline-block;
	font-family: "CenturyGothic",Helvetica,Arial,sans-serif;
	width: calc(100% - 28px);
	font-size: 19px;
    padding: 14px 14px 12px 14px;
    margin: 0;
    border: none;
}

button {
	display: inline-block;
	width: 200px;
	float: right;
	font-family: "CenturyGothic",Helvetica,Arial,sans-serif;
	background-color: #ffffff;
	border: none;
	color: #352660;
	font-size: 19px;
	padding: 14px 14px 12px 14px;
	text-transform: uppercase;
	font-weight: bold;
	transition: transform .2s;
}

button:hover {
	transform: scale(0.95);
}

.help-block {
	display: inline-block;
	padding-top: 3px;
	color: #e3104c;
}

.controls {
	margin-bottom: 10px;
}

#wait-submit {
	display: none;
	text-align: center;
	margin: 20px 0 50px 0;
}

#form-contact-results {
	display: none;
	text-align: center;
	margin: 100px 0 300px 0;
}




#logo-cs {
	width: 285px;
}

#section-contact p {
	margin: 14px 0;
	font-size: 18px;
}

#section-contact a {
	text-decoration: none;
}

.contact-picto {
	margin: 0 7px -10px 0;
	width: 35px;
}

#footer-contact {
	/*background: rgba(0, 0, 0, 0.3);*/
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

#footer-contact p {
	font-family: "CenturyGothic",Helvetica,Arial,sans-serif;
	font-size: 10px;
}

#avertissement {
	float: left;
	margin: 0 15px;
}

#social {
	position: absolute;
	left: 50%;
	margin-left: -62px;
	width: 125px;
}

#social img {
	margin: 13px 3px 5px 3px;
}

#copyright {
	float: right;
	margin: 0 15px;
	text-align: right;
}

#prod-by-cs {
	display: none;
	width: 160px;
	margin: 14px 0 0 0;
}


