/*Propriété du body*/
body{
	position: absolute;
	margin:0;
    padding:0;
	width:100%;
	height:100%;
	font-family:arial, sans-serif;
    text-align:center;
    color:#000;
    background-color: #fff;
	opacity: 1;
    transition: 2s opacity;
}
body.fade-out {
    opacity: 0;
    transition: none;
}
.special{
    overflow: scroll;
}

/*Antialiasing*/
body, h1, h2, h3, h4, h5, h6, p, li, a, span, div {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*Style des textes*/
a{
	text-decoration:inherit;
	color:inherit;
	cursor:pointer;
}
.alinea{
	padding-left:4vw;
}
.up{
	text-transform: uppercase;
}
.hidden{
	opacity:0;
}
.respOn{
	display:none;
}

/*Place Holder*/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #444;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #444;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #444;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #444;
}

/*Position des éléments*/
.left{
    float:left;
}
.right{
    float:right;
}
.clear{
	clear:both;
}

/*Centrage Vertical*/
.vcenter-parent{
    display: table;
}
.vcenter-child{
    display: table-cell;
    vertical-align: middle;
}

/*Font Family*/

@font-face {
    font-family: 'pnb';
    src: url('polices/pnb.eot');
    src: url('polices/pnb.eot?#iefix') format('embedded-opentype'),
         url('polices/pnb.woff2') format('woff2'),
         url('polices/pnb.woff') format('woff'),
         url('polices/pnb.ttf') format('truetype'),
         url('polices/pnb.svg#proxima_nova_rgbold') format('svg');
}
@font-face {
    font-family: 'pnsb';
    src: url('polices/pnsb.eot');
    src: url('polices/pnsb.eot?#iefix') format('embedded-opentype'),
         url('polices/pnsb.woff2') format('woff2'),
         url('polices/pnsb.woff') format('woff'),
         url('polices/pnsb.ttf') format('truetype'),
         url('polices/pnsb.svg#proxima_nova_rgbold') format('svg');
}
@font-face {
    font-family: 'pnl';
    src: url('polices/pnl.eot');
    src: url('polices/pnl.eot?#iefix') format('embedded-opentype'),
         url('polices/pnl.woff2') format('woff2'),
         url('polices/pnl.woff') format('woff'),
         url('polices/pnl.ttf') format('truetype'),
         url('polices/pnl.svg#proxima_nova_rgbold') format('svg');
}
@font-face {
    font-family: 'interstateextralight';
    src: url('polices/interstate-extralight-comp_24125-webfont.woff2') format('woff2'),
         url('polices/interstate-extralight-comp_24125-webfont.woff') format('woff'),
         url('polices/interstate-extralight-comp_24125') format('ttf');
}
@font-face {
    font-family: 'interstatelight';
    src: url('polices/interstate-light-comp_24131-webfont.woff2') format('woff2'),
         url('polices/interstate-light-comp_24131-webfont.woff') format('woff'),
         url('polices/interstate-light-comp_24131') format('ttf');
}
@font-face {
    font-family: 'interstateregular';
    src: url('polices/interstate-regular-comp_24140-webfont.woff2') format('woff2'),
         url('polices/interstate-regular-comp_24140-webfont.woff') format('woff'),
         url('polices/interstate-regular-comp_24140') format('ttf');
}
@font-face {
    font-family: 'interstatebold';
    src: url('polices/interstate-ultrablack-comp_24148-webfont.woff2') format('woff2'),
         url('polices/interstate-ultrablack-comp_24148-webfont.woff') format('woff'),
         url('polices/interstate-ultrablack-comp_24148') format('ttf');
}
@font-face {
    font-family: 'painted';
    src: url('polices/painted-webfont.woff2') format('woff2'),
         url('polices/painted-webfont.woff') format('woff'),
         url('polices/painted-webfont.ttf') format('ttf');
}
/*Colors*/
.black{
	color:#232323;
}
.white{
	color:#fff;
}
.lightGrey{
	color:#aaa;
}
.darkGrey{
	color:#555;
}
.bgWhite{
	background-color:#fff;
}
.bgBlack{
	background-color:#232323;
}
/*Header*/
header{
    position: fixed;
    z-index: 999;
    top:0;
    padding: 25px 0 20px;
    width: 100%;
    opacity: 1;
    background-color:#fff;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all 0.3s;
    -o-transition:all 0.3s;
}
header > nav{
	margin:0 auto;
}
header > nav > h1{
	margin:0 auto;
    padding:0 0 25px 0;
	height:45px;
    border-bottom:solid 1px #dadada;
	font-family:'interstatelight';
	font-size:40px;
    color:#232323;
	text-align: center;
	text-transform: uppercase;
}
header > nav > ul{
	margin:20px auto 0;
	padding:0;
}
header > nav > ul > li{
	margin:0 25px;
	font-family:'pnb';
	font-size:12px;
    font-weight: normal;
    color:#aaa;
	text-transform: uppercase;
	border-bottom:solid 3px #fff;
	display:inline-block;
    transition:ease-in-out 0.25s;
    -webkit-transition:ease-in-out 0.25s;
    -moz-transition:ease-in-out 0.25s;
    -ms-transition:ease-in-out 0.25s;
    -o-transition:ease-in-out 0.25s;
}
header > nav > ul > li > a{
	display: block;
	height:25px;
}
header > nav > ul > li:hover:not(.active){
    color:#455A64;
    border-bottom:solid 3px #455A64;
}
header nav > ul > li > a > img{
    position: relative;
    top: 5px;
    margin: 0;
    width: 20px;
}
.active{
	color:#455A64;
	border-bottom:solid 3px #455A64;	
}
.nav-up{
    top:-98px;
    padding-bottom:0;
}
.nav-up > nav > h1{
    position: relative;
    right: 44%;
    top: 80px;
    width:200px;
    font-size: 28px;
    border-bottom:none;
}
.nav-up > nav > ul{
    border-bottom:solid 1px #dadada;
}

/*Animation Inview*/
.blocks div, .inview1, .inview2{
    -transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.inview1{
    opacity: 0;
    -webkit-transform: translate(0px, 50px);
    -moz-transform: translate(0px, 50px);
    -ms-transform: translate(0px, 50px);
    -o-transform: translate(0px, 50px);
}
.inview2{
    opacity: 0;
}

/*Strucure de base*/
.globalContainer{
    margin:60px auto 0;
    width:96%;
}
.globalContainer2{
    margin:60px auto 0;
    width:96%;
    height:100%;
    background-image: url(images/backgrounds/rsvp.jpg);
}
.globalContainer > h2{
    margin:0 auto 0;
    font-family:'painted';
    font-size:5vw;
    color:#aaa;
    transform:rotate(-3deg);
    -webkit-transform:rotate(-3deg);
    -moz-transform:rotate(-3deg);
    -o-transform:rotate(-3deg);
    -ms-transform:rotate(-3deg);
}
.globalContainer > p{
    margin:-20px auto 0;
    width:25vw;
    font-family:'interstatelight';
    font-size:14px;
    color:#777;
    text-align: right;
}
.globalContainer > .text{
    margin:35px auto;
    width:754px;
    font-family:'interstatelight';
    font-size:17px;
    line-height: 1.3;
    color:#777;
    text-transform: uppercase;
    text-align: justify;
}
.center{
    text-align: center !important;
}
.homeMargin{
    height:100vh;
}

/*Video*/
.videoContainer{
    position: absolute;
    top:0;
    left:0;
    right:0;
    margin: 16vh auto 0;
    margin-left:auto;
    margin-right:auto;
    width: 96%;
    height: 82vh;
    overflow: hidden;
}
.videoContainer2{
    margin: 0 auto 40px;
    margin-left:auto;
    margin-right:auto;
    width: 65%;
    overflow: hidden;
}
.videoContainer3{
    margin: 0 auto 40px;
    margin-left:auto;
    margin-right:auto;
    width: 80%;
    overflow: hidden;
}
.video{
    margin-top: -18vh;
    min-width:100%;
    filter:contrast(80%);
}
.video2{
    margin-top: -18vh;
    min-width:100%;
    filter:contrast(80%);
    -ms-filter:contrast(80%);
    -webkit-filter:contrast(80%);
    -moz-filter:contrast(80%);
    -o-filter:contrast(80%);
}
.videoContainer2 > #video > .video{
    margin:0;
    width:65%;    
}
.videoContainer2 > #video_usa > .video{
    margin:0;
    width:65%;    
}
.videoContainer > h2{
    position: absolute;
    top: 20%;
    color: #fff;
    font-size: 5vw;
    letter-spacing:1vw;
    font-family: 'interstatelight';
    font-weight: normal;
    text-transform: uppercase;
    width: 100%;
}
.videoContainer > a > img{
    position: absolute;
    bottom: 35%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 12px;
    height: 50px;
    border: solid 1px #fff;
    transition: ease-in-out 0.25s;
    -o-transition: ease-in-out 0.25s;
    -ms-transition: ease-in-out 0.25s;
    -moz-transition: ease-in-out 0.25s;
    -webkit-transition: ease-in-out 0.25s;
}
.videoContainer > a > img:hover{
    bottom:33%;
}
.player{
    margin:0 auto 80px;
    width: 50vw;
    background-color:#fff;
}

/*RSVP*/
.rsvp{
    margin:100vh auto 0;
    padding-top:45vh;
    width:100%;
    min-height:50vh;
    font-family: 'interstatelight';
    background-image:url(images/backgrounds/rsvp.jpg);
    font-size:20px;
    color:#444;
}
.rsvp > h3{
    margin:auto auto 20px;
    color: #141618;
    font-size: 3vw;
    letter-spacing:0.2vw;
    font-family: 'interstateregular';
    font-weight: normal;
    text-transform: uppercase;
    width: 100%;
}
.rsvp > form{
    position: relative;
    z-index: 2;
    margin:0 auto;
    padding-bottom:25px;
    width:25vw;
    max-width:50%;
}
.rsvp > form > input{
    display:block;
    margin:10px auto;
    padding:10px;
    font-family: 'interstateregular';
    font-size:16px;
    letter-spacing:1px;
    border:none;
    background-color:#fff;
    border:solid 1px #141618;
    text-align: center;
    outline:none;
}
.rsvp > form > select{
    padding: 7px 10px;
    border: none;
    font-family: 'interstateregular';
    font-size: 16px;
    letter-spacing: 1px;
    text-align-last: center;
    color: #444;
    background-color: #fff;
    border: solid 1px #141618;
    outline: none;
    width: 263px;
    cursor: pointer;
}
.rsvp > form > .champ1{
    width:240px;
}
.rsvp > form > .champ2{
    width:240px;
    margin-bottom:20px;
}
.rsvp > form > .champ3{
    width:240px;
    height:5vh;
}
.rsvp > form > .envoi{
    width:140px;
    color:#fff;
    font-family: 'interstateregular';
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color:#141618;
    transition: ease-in-out 0.25s;
    -moz-transition: ease-in-out 0.25s;
    -ms-transition: ease-in-out 0.25s;
    -o-transition: ease-in-out 0.25s;
    -webkit-transition: ease-in-out 0.25s;
    cursor:pointer;
}
.ill{
    position: absolute;
    background-size:cover;
    background-position:center;
}
.ill1{
    top: 111vh;
    left: 33vw;
    width: 20vw;
    height: 14vw;
    background-image: url(images/rsvp/5.jpg);
}
.ill2{
    top: 118vh;
    right: 25vw;
    width: 20vw;
    height: 12vw;
    background-image: url(images/rsvp/7.jpg);
}
.ill3{
    top: 130vh;
    left: 12vw;
    width: 20vw;
    height: 16vw;
    background-image: url(images/rsvp/4.jpg);
}
.ill4{
    top: 143vh;
    right: 15vw;
    width: 18vw;
    height: 13vw;
    background-image: url(images/rsvp/1.jpg);
}
.bag1{
    position:absolute;
    top:168vh;
    left:13vw;
    width:10vw;
    height:auto;
}
.bag2{
    position:absolute;
    top:168vh;
    left:20vw;
    width:10vw;
    height:auto;
}
.buoy1{
    position:absolute;
    top:175vh;
    right:25vw;
    width:8vw;
    height:auto;
}
.buoy2{
    position:absolute;
    top:110vh;
    right:8vw;
    width:10vw;
    height:auto;
}
.buoy3{
    position:absolute;
    top:172vh;
    right:18vw;
    width:8vw;
    height:auto;
}

/*DressCode*/
.titlepage{
    margin:180px auto 0;
    padding:5vw 0;
    font-family:'interstatelight';
    font-size:40px;
    color:#898989;
    font-weight: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    background-size:cover;
    background-position: top;
    line-height: 2;
}
.titlepage > span{
    color:#fff;
    font-family:'interstateregular';
    border-bottom:solid 3px #fff;
}
.dressContainer{
    margin:50px auto 160px;
    width:100%;
    max-width:1600px;
    height:30vw;
    max-height: 500px;
}
.dressContainer > p{
    padding:5px 10px;
    left:0;
    right:0;
    margin:80px auto 25px;
    margin-left:auto;
    margin-right:auto;
    width:300px;
    font-family:'interstateextralight';
    font-size:16px;
    letter-spacing: 1px;
    color:#fff;
    background-color:#141618;
}
.dress{
    margin:0 2.5%;
    width:20%;
    height:100%;
    background-size:cover;
    background-position: center;
    cursor: pointer;
    float:left;
}
.dress > p{
    position: relative;
    top:100%;
    font-family: 'interstatelight';
    font-size:16px;
    color:#141618;
    text-align: center;
    transition: ease-in-out 0.25s;
    -webkit-transition: ease-in-out 0.25s;
    -o-transition: ease-in-out 0.25s;
    -ms-transition: ease-in-out 0.25s;
    -moz-transition: ease-in-out 0.25s;
}
.dress > p:first-child{
    opacity:1
}
.dress > p:last-child{
    margin-top:-35px;
    opacity:0;
}
.dress:hover p:first-child{
    opacity:0;
}
.dress:hover p:last-child{
    opacity:1;
}
.dress:first-child{
    background-image:url(images/dresscode/men/1.jpg);
    transition: ease-in-out 0.25s;
    -webkit-transition: ease-in-out 0.25s;
    -moz-transition: ease-in-out 0.25s;
    -o-transition: ease-in-out 0.25s;
    -ms-transition: ease-in-out 0.25s;
}
.dress:first-child:hover{
    background-image:url(images/dresscode/men/2.jpg);
    transition: ease-in-out 0.25s;
    -webkit-transition: ease-in-out 0.25s;
    -moz-transition: ease-in-out 0.25s;
    -o-transition: ease-in-out 0.25s;
    -ms-transition: ease-in-out 0.25s;
}
.dress:nth-child(2){
    background-image:url(images/dresscode/men/3.jpg);
    transition: ease-in-out 0.25s;
    -webkit-transition: ease-in-out 0.25s;
    -moz-transition: ease-in-out 0.25s;
    -o-transition: ease-in-out 0.25s;
    -ms-transition: ease-in-out 0.25s;
}
.dress:nth-child(2):hover{
    background-image:url(images/dresscode/men/4.jpg);
    transition: ease-in-out 0.25s;
    -webkit-transition: ease-in-out 0.25s;
    -moz-transition: ease-in-out 0.25s;
    -o-transition: ease-in-out 0.25s;
    -ms-transition: ease-in-out 0.25s;
}
.dress:nth-child(3){
    background-image:url(images/dresscode/women/1.jpg);
    transition: ease-in-out 0.25s;
    -webkit-transition: ease-in-out 0.25s;
    -moz-transition: ease-in-out 0.25s;
    -o-transition: ease-in-out 0.25s;
    -ms-transition: ease-in-out 0.25s;
}
.dress:nth-child(3):hover{
    background-image:url(images/dresscode/women/2.jpg);
    transition: ease-in-out 0.25s;
    -webkit-transition: ease-in-out 0.25s;
    -moz-transition: ease-in-out 0.25s;
    -o-transition: ease-in-out 0.25s;
    -ms-transition: ease-in-out 0.25s;
}
.dress:nth-child(4){
    background-image:url(images/dresscode/women/3.jpg);
    transition: ease-in-out 0.25s;
    -webkit-transition: ease-in-out 0.25s;
    -moz-transition: ease-in-out 0.25s;
    -o-transition: ease-in-out 0.25s;
    -ms-transition: ease-in-out 0.25s;
}
.dress:nth-child(4):hover{
    background-image:url(images/dresscode/women/4.jpg);
    transition: ease-in-out 0.25s;
    -webkit-transition: ease-in-out 0.25s;
    -moz-transition: ease-in-out 0.25s;
    -o-transition: ease-in-out 0.25s;
    -ms-transition: ease-in-out 0.25s;
}

/*Voyage*/
.voyage{
    margin:0 auto;
    width:50%;
    height:20vw;
    background-image: url(images/voyage/voyage.jpg);
    background-size: cover;
    background-position: center;
}

/*Contacts*/
.contactsContainer{
    margin:0 auto 25px;
    padding:20px;
    width: 600px;
    background-color:#f5f5fa;
    transition:all 0.4s !important;
    -webkit-transition:all 0.4s !important;
    -moz-transition:all 0.4s !important;
    -ms-transition:all 0.4s !important;
    -o-transition:all 0.4s !important;
    cursor:pointer;
}
.contactsContainer:hover .face{
    border-radius: 4px;
    box-shadow:1px 2px 3px #444;
}
.contactsContainer > h3{
    margin:25px auto;
    color: #141618;
    font-size: 3vw;
    letter-spacing: 0.2vw;
    font-family: 'interstateregular';
    font-weight: normal;
    text-transform: uppercase;
}
.contact{
    margin:0 auto 25px;
    width:330px;
}
.face{
    margin:0 50px 0 0;
    width:100px;
    height:100px;
    border-radius: 50px;
    background-size:cover;
    background-position: center;
    float:left;
}
.contact > p{
    font-family:'interstateregular';
    font-size:16px;
    letter-spacing: 1px;
    text-align: left;
    float: left;
}

/*Souvenirs*/
.souvenirsContainer{
    margin:0 auto 25px;
    padding:20px;
    width: 600px;
    background-color:#f5f5fa;
    transition:all 0.4s !important;
    -webkit-transition:all 0.4s !important;
    -moz-transition:all 0.4s !important;
    -ms-transition:all 0.4s !important;
    -o-transition:all 0.4s !important;
}
.souvenirs:hover .face{
    border-radius: 4px;
    box-shadow:1px 2px 3px #444;
}
.souvenirsContainer > a > h3{
    margin:25px auto;
    color: #141618;
    font-size: 3vw;
    letter-spacing: 0.2vw;
    font-family: 'interstateregular';
    font-weight: normal;
    text-transform: uppercase;
}
.souvenirs{
    margin:0 auto 25px;
    width:330px;
}
.face{
    margin:0 50px 0 0;
    width:100px;
    height:100px;
    border-radius: 50px;
    background-size:cover;
    background-position: center;
    float:left;
}
.souvenirs > a > p{
    font-family:'interstateregular';
    font-size:16px;
    letter-spacing: 1px;
    text-align: left;
    float: left;
}

/*Programme*/
.margEvent{
    margin:0 auto;
    width:100%;
    height:30vw;
}
.margEvent:nth-child(2){
    margin-top:-5vw;
}
.margEvent:last-child{
    margin-bottom:18vh;
}
.eventContainer{
    position: relative;
    z-index: 9;
    margin:16vw auto 0;
    padding:20px;
    width:420px;
    background-color: rgba(255,255,255,0.9);
}
.event{
    padding:20px;
    border: 1px solid #d6d6d6;
}
.infos > h1{
    font-size:18px;
    font-family: 'interstateregular';
    font-weight: normal;
    letter-spacing: 1px;
    color:#565656;
    text-transform: uppercase;
}
.infos > h2{
    margin:auto auto 20px;
    color: #141618;
    font-size: 3vw;
    letter-spacing: 0.2vw;
    font-family: 'interstateregular';
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}
.infos > h3{
    color: #141618;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: 'interstateregular';
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}
.infos > p{
    font-family: 'interstatelight';
    font-size: 20px;
    line-height: 1.2;
    color: #565656;
    text-rendering: optimizeLegibility;
    text-align: center;
}
.infos > p:nth-child(5){
    font-family: 'interstatelight';
    font-size: 16px;
    line-height: 1.71429;
    color: #565656;
    text-rendering: optimizeLegibility;
    text-align: center;
}
.illEventLeft{
    width: 46%;
    height: 40vw;
    position: absolute;
    left: 5%;
    margin-top: -32vw;
    background-size: cover;
    background-position: center;
}
.illEventRight{
    width: 42%;
    height: 32vw;
    position: absolute;
    right: 5%;
    margin-top: -27vw;
    background-size: cover;
    background-position: center;
}

.name{
    position: absolute;
    top:5%;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    font-family:'interstatelight';
    font-size:40px;
    color:#232323;
    text-align: center;
    text-transform: uppercase;   
}

/*Invitation*/

.note{
    position: absolute;
    bottom:20px;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    font-family:'interstateregular';
    font-size:24px;
    color:#789789;
}
.note2{
    position: absolute;
    top:50px;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    font-family:'interstateregular';
    font-size:24px;
    color:#789789;
}

/*Footer*/
footer{
    width:100%;
    padding:20px 0;
    background-color:#141618;
}
footer > p{
    color:#fff;
    font-family: 'interstateextralight';
    font-size: 17px;
    letter-spacing: 1px;
}
footer > p > a{
    display: inline-block;
    margin:20px 5px 0;
    padding:0 10px 10px;
    color:#aaa;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
footer > p > a:hover{
    color:#fff;
    border-bottom:solid 1px #fff;
}

@media (max-width:1000px) {
    .noResp{
        display:none;
    }
    .respOn{
        display:block;
    }
    body{
        background-color:#fff;
    }
    .blogContainer.inview1{
        opacity: 0;
    }
    /*Header et Menu*/
    .nav-up{
        top:-150px;
    }
    header{
        padding:0;
        background-color:#fff;
    }
    header > nav{
        display:none;
    }
    header > .toolbar{
        width:100%;
        height:150px;
        box-shadow: 0 0 5px #ccc;
        overflow:hidden;
        display:block;
    }
    header > .toolbar > a > img:first-child{
        margin: 36px auto;
        height: 80px;
    }
    header > .toolbar > img{
        position: absolute;
        top:50px ;
        right: 70px;
        height:40px;
        cursor:pointer;
    }
    .fixed{
        position: fixed;
    }
    .menuResponsive{
        position:fixed;
        top:150px;
        left:100%;
        width:100%;
        min-height:100%;
        overflow: auto;
        background-color:rgba(33, 33, 33, 0.99);
        opacity:0;
        -transition: all 0.25s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    .menuResponsiveOn{
        left:0;
        opacity:1;
    }
    .menuResponsive > .menuToolbar{
        padding:0 25px;
        width:100%;
        height:150px;
        overflow:hidden;
        display:block;
    }
    .menuResponsive > .menuToolbar > a > img:first-child{
        margin:15px 0 10px;
        height:120px;
        float:left;
    }
    .menuResponsive > .menuToolbar > img{
        margin:50px 100px;
        height:50px;
        cursor:pointer;
        float:right;
    }
    .menuResponsive > .linksContainer{
        margin:0;
    }
    .menuResponsive > .linksContainer > a{
        margin:0;
        padding:25px 50px;
        font-family:'pnl';
        font-size:60px;
        text-align: right;
        text-transform: uppercase;
        color:#fff;
        display:block;
        overflow: auto;
    }
    .menuResponsive > .linksContainer > .activeResponsive{
        color:#455A64;
    }

    /*Home*/
    .globalContainer{
        margin: 0px auto 0;
        width: 96%;
    }
    .homeContainer{
        width: 100%;
        margin: -80px auto 0;
        height: 100vh;
        background-image:url(images/backgrounds/homeresp.jpg);
        background-position:center;
        background-size:cover;
        filter:contrast(80%);
    }
    .homeContainer > h2{
        position:relative;
        top: 50vh;
        color: #fff;
        font-size: 10vw;
        letter-spacing:1vw;
        font-family: 'interstatelight';
        font-weight: normal;
        text-transform: uppercase;
        width: 100%;
    }
    .ill{
        display:none;
    }
    .rsvp {
        margin: 0 auto;
        padding-top: 50px;
/*        min-height: 100vh;*/
        font-family: 'interstatelight';
        background-image: url(images/backgrounds/rsvp.jpg);
        font-size: 45px;
    }
    .rsvp > h3{
        font-size:10vw;
    }
    .rsvp > form{
        width:90%;
        max-width: inherit;
    }
    .rsvp > form > .champ1, .rsvp > form > .champ2{
        font-size:45px;
        width:500px;
    }
    .rsvp > form > select{
        font-size:45px;
        width:520px;
    }
    .rsvp > form > .envoi {
        margin:25px auto;
        width: 75%;
        padding:25px 0;
        font-size:45px;
    }

    /*demande*/
    .titlepage{
        margin:150px auto 0;
        padding:100px 0;
        font-size:10vw;
    }
    .globalContainer > h2 {
        margin: 80px auto 30px;
        font-size: 10vw;
        font-weight: normal;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    .globalContainer > .text {
        margin: 0 auto 25px;
        width: 90%;
        font-size: 45px;
        line-height: 1.5;
    }
    .player{
        margin-bottom:0;
        width:100%;
    }
    .margEvent{
        margin-bottom:50px;
        height:680px;
    }
    .margEvent:nth-child(2) {
        margin-top: 0;
    }
    .margEvent:last-child {
        margin-bottom: 50px;
    }
    .eventContainer{
        margin: 0 auto -640px;
        width: 70%;
    }
    .event{
        height:530px;
    }
    .illEventLeft{
        position:relative;
        top:0;
        left:0;
        margin:0 auto;
        width:90%;
        height:670px;
    }
    .illEventRight{
        display:none;
    }
    .infos > h1{
        font-size:35px;
    }
    .infos > h2{
        font-size:6vw;
    }
    .infos > h3{
        font-size:35px;
    }
    .infos > p{
        font-size:45px;
    }
    .infos > p:nth-child(5){
        font-size:30px;
        margin-top: -45px;
    }

    /*Dress Code*/
    .dressContainer{
        margin: 50px auto;
        width: 100%;
        max-width: inherit;
        height: 1400px;
        max-height: inherit;
    }
    .dress{
        margin: 0;
        width: 50%;
        height: 50%;
        background-size: cover;
        background-position: center;
        cursor: pointer;
        float: left;
    }
    .dress > p{
        display:none;
    }
    .dressContainer > p{
        display:none;
    }

    /*Voyage*/
    .voyage{
        width:100%;
        height:300px;
    }

    /*Contacts*/
    .contactsContainer {
        width: 90%;
    }
    .contactsContainer > h3{
        font-size:8vw;
    }
    .contact{
        width:90%;
    }
    .face{
        border-radius:4px;
        width:200px;
        height:200px;
        box-shadow:1px 2px 3px #777;
    }
    .contact > p{
        font-size:40px;
    }
}