/*!
 * fullPage 2.9.4
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */

 html, body {
    background-color: black;
}

html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    background-color: black;
    color: white;
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/*#############################################################################*/
#logoleft {
    opacity:0;
    width:27vw;
    display:block;
    position:fixed;
    top:25px;
    left: 20px;
    z-index: 900;
    transition: all 0.5s linear;
}

.section h1 {
    display:block;
    font-family: 'Montserrat', sans-serif;
    font-size: 9vw;
    top:0px;
    text-align: center;
    margin:100px 0px 0px 0px;
    color:white;
    font-weight:400;
}
.section hr {
    display:none;
}

.section hr+p {
    font-family: 'Open Sans', sans-serif;
    text-align:center;
    width:70vw;
    font-size: 5vw;
    color:#888888;
    margin:0px auto 30px auto;
    padding:0px;
    font-weight: 400;
}

.section {
    overflow: hidden;
}


/* ################################# HOME ############################################ */
#finger {
    height: 50vh;
    padding:none;
    margin: 0px;
}
#home figure {
    position:absolute;
    top: 48vh;
    left: 50vw; /* poussé de la moitié de hauteur du référent */
    transform: translateY(-50%) translateX(-50%);
    padding: 0px;
    text-align: center;
    font-family: 'Great Vibes', cursive;
    font-size: 10vw;
    color:#666666;
    margin: 0px auto;
}

/* ################################### BENEFITS ####################################### */
#benefits {
}
#benefits div {
    color:#555555;
    padding:0px;
    font-family: 'Open Sans', sans-serif;
    display:block;
    width: 80vw;
    margin: 10px auto 30px auto;
    text-align: left;
}
#benefits div h1 {
    display: inline-block;
    color:#555555;
    text-align: left;
    font-size: 9.5vw;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 0px 25px 0px 0px;
}
#benefits div h2 {
    display: inline-block;
    font-weight: 600;
    font-size: 5.5vw;
    color: white;
    margin:0px;
}
#benefits div p {
    font-family: 'Open Sans', sans-serif;
    line-height: 1em;
    color:white;
    font-size: 4vw;
    margin: 0px;
}

#p1, #p2, #p3, #p4 {
    opacity:0;
}

/* ################################### PRODUCTS ####################################### */
#products {
    width: 100%;
    top: 55%; /* poussé de la moitié de hauteur du référent */
    transform: translateY(-50%);
    padding: 0px;
    position: absolute;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 500px;
    width:100%;
}
.smallProd {
    overflow:hidden;
    position: relative;
    width: 250px;
    height: 250px;
}
.bigProd {
    overflow:hidden;
    transition: all 0.4s linear;
    position: relative;
    background-color: #070707;
    flex:0 1 500px; /* ou height : 480px; */
    width: 500px;
}
#products div:nth-child(2), #products div:nth-child(5) {
    transition: all 0.4s linear;
    background-color: #080808;
}
#products div:nth-child(3), #products div:nth-child(4) {
    transition: all 0.4s linear;
    background-color: #111111;
}
.bigProd img {
    transition: all 0.4s linear;
    display: block;
    position:absolute;
    top: 50%;
    left:50%; /* poussé de la moitié de hauteur du référent */
    transform: translateY(-50%) translateX(-50%);
    max-height: 490px;
    max-width: 490px;
}
.smallProd img {
    transition: all 0.4s linear;
    display: block;
    position:absolute;
    top: 50%;
    left:50%; /* poussé de la moitié de hauteur du référent */
    transform: translateY(-50%) translateX(-50%);
    max-height: 200px;
    max-width: 200px;
}
.bigProd:hover img, .smallProd:hover img {
    filter:brightness(30%);
    transform: scale(2) translateX(-25%) translateY(-25%);
}
.bigProd:hover, #products div:nth-child(2):hover, #products div:nth-child(3):hover,
#products div:nth-child(4):hover, #products div:nth-child(5):hover {
    background-color: #060606;
}
.bigProd p, .smallProd p {
    display:block;
    transition: all 0.4s linear;
    opacity:0;
    font-size:26px;
    position: absolute;
    bottom: 15px;
    right: 600px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: right;
    margin: 0px;
    padding: 0px;
}
.bigProd:hover p, .smallProd:hover p {
    opacity:1;
    right: 15px;
}

/* ############################### PAGE MONOPRODUIT ############################### */
.prodON {
    color:white;
    z-index:950;
    background:black;
    position:fixed;
    width:100%;
    height:100%;
    top: 50%;
    left:50%; /* poussé de la moitié de hauteur du référent */
    transform: translateY(-50%) translateX(-50%);
    display:none;
    opacity:1;
}
.prodON h1 {
    display:block;
    font-family: 'Montserrat', sans-serif;
    font-size: 8vw;
    top:0px;
    text-align: center;
    margin:20px 0px 0px 0px;
    color:white;
    font-weight:500;
}
.prodON h3 {
    font-family: 'Open Sans', sans-serif;
    text-align:center;
    font-size: 5vw;
    color:white;
    margin:0px 0px 30px 0px;
    padding:0px;
    font-weight: 200;
}
.prodON h3+p {
    display: none;
}
.prodsolo {
    font-family: 'Open Sans', sans-serif;
}
.prodleft img {
    display: block;
    margin: 0px auto 10px auto;
    height: 10vh;
}
.prodright {
    width: 100vw;
    margin:0px auto 0px auto;
}
.prodright h2 {
    font-weight: 400;
    font-size: 6vw;
    margin-top: 0px;
    margin-bottom: 0px;
}
.twocolumns{
    font-size: 5vw;
    color: #888888;
    line-height: 1em;
}
.quitProd {
    font-family: 'Open Sans', sans-serif;
    font-size: 15vw;
    padding:0px;
    line-height: 1.2em;
    margin:0px;
    color:#888888;
    position:absolute;
    top:0px;
    right: 15px;
    text-align: right;
    transform: rotate(45deg);
    transition: all 0.3s linear;
    text-decoration: none;
}
.quitProd:hover {
    color: white;
}
.contactProd {
    display:none;
}

/* ################################### NEWS ####################################### */
#news {
    width: 100%;
    top: 55%; /* poussé de la moitié de hauteur du référent */
    transform: translateY(-50%);
    padding: 0px;
    position: absolute;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 505px;
    width:100%;
}
.smallNew {
    background-color: black;
    overflow:hidden;
    position: relative;
    width: 250px;
    height: 250px;
}
.bigNew {
    background-color: black;
    overflow:hidden;
    transition: all 0.4s linear;
    position: relative;
    flex:0 1 502px; /* ou height : 480px; */
    width: 500px;
    border: 1px dotted #333333;
}
#news div:nth-child(2), #news div:nth-child(5) {
    transition: all 0.4s linear;
    border: 1px dotted #333333;
}
#news div:nth-child(3), #news div:nth-child(4) {
    transition: all 0.4s linear;
    border: 1px dotted #333333;
}
.bigNew iframe {
    transition: all 0.4s linear;
    display: block;
    position:absolute;
    width: 450px;
    height: 253px;
    top: 30px;
    left:50%; /* poussé de la moitié de largeur du référent */
    transform: translateX(-50%);
}
.smallNew iframe {
    transition: all 0.4s linear;
    display: block;
    position:absolute;
    top: 30px;
    left:50%; /* poussé de la moitié de largeur du référent */
    transform: translateX(-50%);
    width: 200px;
    height: 113px;
}
.bigNew p {
    width:100%;
    color:grey;
    display:block;
    transition: all 0.4s linear;
    font-size:40px;
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    margin: 0px;
    padding: 0px;
    bottom:60px;
}
.smallNew p {
    color: grey;
    transition: all 0.4s linear;
    font-size:20px;
    position: absolute;
    bottom: 12px;
    left: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.smallNew:hover, .bigNew:hover {
    background-color: #151515;
    box-shadow: 0px 0px 3px white;
}
.smallNew:hover p {
    color:white;
    transform:scale(1.2) translateX(10px);
}
.bigNew:hover p {
    color:white;
    transform:scale(1.6);
}

/* ###################################### MENU LANGUES ET BURGER ######################################## */
#menubar {
    text-align:right;
    position:fixed;
    top:15px;
    right: 45px;
    z-index:190;
}
#menubar a {
    text-decoration: none;
    color:#888888;
    transition: all 0.3s linear;
}
.lang {
    font-family: 'Montserrat', sans-serif;
    font-size: 6vw;
    margin-right: 15px;
}
#burger {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    margin-left: 1em;
}
#burger span {
    margin-left: 35px;
    font-size: 6vw; /* fait apparaitre le burger, nécessaire car taille à zéro pour la police du parent #burger */
}
#burger {
    font-size: 0px; /* fait disparaitre le mot "menu" */
    margin-left: 1em;
}
/* ################################### MYFRANCHISE ####################################### */
#myfranchise {
    top: 55%; /* poussé de la moitié de hauteur du référent */
    left: 50%;
    width: 80vw;
    transform: translateY(-50%) translateX(-50%);
    padding: 0px;
    position: absolute;
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}
#myleft {
    color:#AAAAAA;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 6.5vw;
    font-weight: 400;
    font-style: italic;
    width:100%;
    height:70vh;
}
#myright {
    display :none;
    height:70vh;
}
#myleft ul {
    margin: 20px;
}
#myleft li {
    margin-bottom: 20px;
}
#myleft img {
    margin-bottom: 20px;
    width:30%;
    display:block;
    margin:0px auto 0px auto;
    transition: all 0.3s linear;
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count:infinite;
}
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity:0.2;
    }
    50% {
        transform: scale(1.2);
        opacity:1;
    }
    100% {
        transform: scale(1);
        opacity:0.2;
    }
}

/* ################################### CONTACT ####################################### */
a {
    color: inherit;
    text-decoration: none;
}
#contactus {
    width: 80vw;
    padding: 0px;
    margin: auto;
}
#contactleft img {
    display:block;
    height: 25vh;
    margin: auto;
}
#contactleft p {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 5vw;
    margin:5px;
}
#contactform {
    display: none;
}
/* ############################################## NAVIGATION ############################################## */
#nav {
    color:white;
    z-index:200;
    background:#222222;
    position:fixed;
    width:100%;
    height: 100%;
    right: 0px;
    display:none;
    opacity:0.95;
}
#menu {
    z-index: 300;
    margin-top: 46vh; /* poussé de la moitié de hauteur de viewport */
    transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */
    padding:0px; /* annule retrait à droite des choix */
}
#menu li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 9vw;
    line-height: 1.5em;
    text-align: center;
    list-style: none;
    margin:15px auto 15px auto;
}
#menu li a {
    text-decoration: none;
    color:#BBBBBB;
    transition: all 0.3s linear;
}
#menu hr {
    width:50%;
    border: 0.5px solid #999999; 
}
#menu li a:hover {
    color:white;
}
/* ################################### AMBASSADEURS ####################################### */
#ambass {
    width: 100vw;
    top: 55%; /* poussé de la moitié de hauteur du référent */
    transform: translateY(-50%);
    padding: 0px;
    margin:auto;
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: center;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}
#ambass img {
    margin:30px;
    display: block;
    width: 220px;
}
/* ################################### PARTENAIRES ####################################### */
#parten {
    width: 100vw;
    top: 55%; /* poussé de la moitié de hauteur du référent */
    transform: translateY(-50%);
    padding: 0px;
    margin:auto;
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: center;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}
#parten img {
    margin:30px 30px 60px 30px;
    display: block;
    width: 300px;
}