@font-face {
    font-family: "Neon Tube";

    src: url("../font/NeonTubes2.otf") format("truetype");
}

body {
    margin: 0;
    padding: 0;
}

#mobile-menu {
    display: none;
}

nav {
    background-color: black;
    height: 60px;
    width: 100%;
    font-family: 'Rift';
    font-size: 18pt;
    position: fixed;
    z-index: 1;
    margin: 0;
    padding: 0;
}

nav ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 12px 0 0 10%;
    width: 550px;
}

nav ul, li {
    float: left;
}

nav a {
    color: white;
    text-decoration: none;
    padding-right: 120px;
}

nav a:hover {
    color: #7de78d;
}

#menu-select-greylum.interne {
    color: #7de78d !important;
}

#menu-select-share.interne {
    color: #7de78d !important;
}

#logo {
    margin-top: 3px;
    display: flex;
    float: right;
    right: 10%;
    position: absolute;
    width: 155px;
}

#logo img {
    float: right;
    width: 155px;
}

p {
    font-family: bell-centennial-std-address, sans-serif;
    font-weight: 400;
    font-style: normal;
}

header {
    min-height: 600px;
    height: 100vh;
}

header h1 {
    margin-bottom: 40px;
}

header video {
    position: fixed;
    top: 50vh;
    left: 50vw;
    min-width: 100vw;
    min-height: 100vh;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
}

h1, h2, button {
    font-family: 'Rift';
}

#elements-header {
    float: left;
    margin-top: 35vh;
    margin-left: 10vw;
}

#modele-titre {
    font-size: 100pt;
    line-height: 0px;
    color: #d6d6d6;
    font-weight: 100;
}

#greylum-titre {
    line-height: 50px;
    font-size: 92pt;
    color: #d6d6d6;
}

#lum {
    color: #7de78d;
    text-shadow: 0px 0px 12px #7de78d;
}

header button {
    font-size: 20pt;
    background-color: #7de78d;
    color: black;
    border: none;
    border-radius: 5px;
    width: 160px;
    height: 50px;
    cursor: pointer;
    box-shadow: 0px 0px 10px #7de78d;
    float: right;
    margin-right: 5px;
}

header button:hover {
    background-color: black;
    color: #7de78d;
    text-shadow: 0px 0px 10px #7de78d;
}

#mobile-button-header {
    display: none;
}

section {
    min-height: 100vh;
}

section h1 {
    font-size: 50pt;
    line-height: 50pt;
}

section p {
    font-family: bell-centennial-std-address, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14pt;
}

#mobile-carousel-3 {
    display: none;
}

#br-lum-collection {
    padding-top: 100px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 25px;
    background-color: white;
    transition: 0.5s;
}

#br-lum-collection h1 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}

h1 .lum-titre {
    color: #b5d39f;
}

.lum-titre {
    color: black;
}

#br-lum-collection.night .lum-titre {
    color: #7de78d;
    text-shadow: 0px 0px 10px #7de78d;
    transition: 0.5s;
}

#br-lum-collection h2 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 30pt;
}

.medium-titre {
    font-weight: 400;
}

#br-lum-collection button {
    font-size: 14pt;
    background-color: white;
    color: black;
    border: solid 1px black;
    border-radius: 8px;
    width: 150px;
    height: 40px;
    cursor: pointer;
    transition: 0.5s;
}

#br-lum-collection button:hover {
    color: black;
    background-color: #7de78d;
    border: none;
}

#br-lum-collection.night button {
    background-color: black;
    color: #7de78d;
    border: solid 1px #7de78d;
    transition: 0.5s;
}

#br-lum-collection.night {
    background-color: black;
    color: white;
    transition: 0.5s;
}

#br-lum-collection.night button:hover {
    color: black;
    background-color: #7de78d;
}

#br-lum-collection > .row {
    text-align: center;
}

#br-lum-collection > .row img {
    width: 230px;
}

#day-night {
    margin: 15px 50px 0 0;
    font-size: 14pt;
    background-color: white;
    color: black;
    border:black solid 2px;
    border-radius: 5px;
    width: 170px;
    height: 50px;
}

#day-night.active {
    margin: 15px 50px 0 0;
    font-size: 14pt;
    background-color: black;
    color: #7de78d;
    border: #7de78d solid 2px;
    border-radius: 5px;
    width: 170px;
    height: 50px;
}

#toggle {
    display: inline-block;
    z-index: 2;
    background-color:white;
    border: 2px solid #00151f;
    height: 20px;
    width: 45px;
    margin-bottom: 5px;
    cursor: pointer;
    border-radius: 20px;
    transition: 0.5s;
    transform: translate(-50%, 10%);
}

#toggle.active {
    border: 2px solid #7de78d;
    background-color: black;
    box-shadow: 0px 0px 10px #7de78d;
}

#toggle::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 18px;
    height: 18px;
    background-color: #00151f;
    border-radius: 50%;
    transition: 0.5s;
}

#toggle.active::before {
    left: 26px;
    background-color: #7de78d;
}

#day-night-titre {
    width: 300px;
    height: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.day-titre {
    display: inline-block;
    color: black !important;
    padding-right: 45px;
    margin-left:0px;
}

.day-titre img {
    height: 30px;
    margin-left: -15px;
}

.night-titre img {
    height: 22px;
    padding-left: 0px;
    margin-bottom: 4px;
    margin-left: -4px;
}

.night-titre {
    display: inline-block;
    color: black !important;
    font-size: 20pt;
    font-weight: 300;
}

#mobile-info-design {
    display: none;
}

#info-design button, #info-luminova button {
    font-size: 14pt;
    width: 150px;
    height: 40px;
    cursor: pointer;
    float: left;
    margin-top: 25px;
    border-radius: 5px;
}

#info-luminova button {
    background-color: black;
    border: #7de78d solid 1px;
    color: #7de78d;
}

#info-luminova button:hover {
    color: black;
    background-color: #7de78d;
}

#info-design button {
    margin-left: 15%;
    color: white;
    border: 1px solid white;
    background: none;
}

#info-design button:hover {
    color: black;
    background-color: #7de78d;
    border: none;
}

#info-design {
    min-height: 100vh;
}

#info-design h1 {
    margin: 0;
    padding: 0;
    line-height: 145px;
    font-weight: 100;
}

#info-design p {
    text-align: justify;
    font-size: 12pt;
    color: white;
    margin: 0px 15% 15px 15%;
}

#punch-of {
    color: #b5d39f;
    animation: light-anim 10s infinite;
    font-size: 1.65em;
    font-family: "Neon Tube";
}

#light {
    color: #b5d39f;
    font-size: 3.2em;
    margin-left: -10px;
    animation: light-anim 10s infinite;
    font-weight: 50;
    font-family: "Neon Tube";
}

#info-design > .row > .column, #info-luminova > .row > .column {
    min-height: 100vh;
    background-color: black;
}

#info-design > .row > .right-col {
    background-position: center;
    background-size: cover;
}

#img-day {
    position: absolute;
    background-image: url(../img/porte_day.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 100%;
}

#img-night {
    position: absolute;
    width: 100%;
    min-height: 100%;
    background-image: url(../img/porte_night.jpg);
    background-size: cover;
    background-position: center;
    animation: info-design-img 10s infinite;
}

#info-design > .row > .left-col {
    padding: 5%;
    animation: info-design-bg 10s infinite;
}
 
#info-luminova {
    color: white;
}

#info-luminova > .row > .left-col {
    overflow: hidden;
    background-color: black;
}

#info-luminova > .row > .left-col video {
    width: 70%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#info-luminova h1 {
    text-align: left;
    margin: 0;
    padding: 0;
    line-height: 70px;
}

#info-luminova p {
    font-size: 12pt;
    text-align: justify;
}

#info-luminova > .row > .right-col {
    padding: 10% 8% 25px 8%;
}

#info-luminova > .row > .left-col {
    background-color: black;
}

#superlumi {
    font-size: 70pt;
    color: #7de78d;
    text-shadow: 0px 0px 10px #7de78d;
}

#time {
    font-size: 64pt;
}

#social {
    background-color: white;
    padding-right: 10vw;
    padding-left: 10vw;
}

#social h1 {
    margin: 0;
    padding: 0;
    padding-top: 200px;
    text-align: center;
}

#social h3 {
    font-family: bell-centennial-std-address, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20pt;
    text-align: center;
}

#social img {
    width: 120px;
}

#social img:hover {
    border: 5px solid black;
    transition: 0.2s;
}

#social > .row {
    padding-top: 150px;
}

#social > .row > .column {
    text-align: center;
}

#footer {
    height: 35px;
    width: 100%;
    background-color: black;
    color: white;
    padding-top: 15px;
}

#footer ul {
    list-style-type: none; 
    padding: 0px; 
    padding-left: 20px;
	margin: 0px;
    text-align: center;
}

#footer ul > li {
    display: inline-block;
    float: none;
    padding-right: 20px;
}

.row {
    overflow: hidden;
    clear: both;
}

.row, .column {
    box-sizing: border-box;
}

.column-2 {
    width: 50%;
    min-height: 100%;
    background-color: #333333;
}

.column-4 {
    width: 23.8%;
    min-height: 65px;
}

.column {
    position: relative;
    float: left;
    display: block;
}

.right-col {
    text-align: center;
}

.left-col {
    text-align: center;
}

.column-4 + .column-4 {
    margin-left: 1.6%;
}

#info-design > .row, #info-luminova > .row {
    background-color: black;
}

@keyframes light-anim {
    0% {
        color: #b5d39f;
    }
    35% {
        color: #b5d39f;
    }
    55% {
        color: #7de78d;
        text-shadow: 0px 0px 10px #7de78d;
    }
    80% {
        color: #7de78d;
        text-shadow: 0px 0px 10px #7de78d;
    }
    100% {
        color: #b5d39f;
    }
}

@keyframes info-design-bg {
    0% {
        background-color: #333333;
    }
    35% {
        background-color: #333333;
    }
    55% {
        background-color: black;
    }
    80% {
        background-color: black;
    }
    100% {
        background-color: #333333;
    }
}

@keyframes info-design-img {
    0% {
        opacity: 0;
    }
    35% {
        opacity: 0;
    }
    55% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*===DESKTOP 4K===*/
@media(min-width: 2560px) {
    #elements-header {
        margin-top: 38vh;
    }

    #br-lum-collection > .row img {
        width: 300px;
    }

    #br-lum-collection button {
        font-size: 14pt;
        background-color: white;
        color: black;
        border: solid 1px black;
        border-radius: 8px;
        width: 180px;
        height: 50px;
        cursor: pointer;
    }

    #br-lum-collection {
        padding-top: 150px;
        min-height: 980px;
        height: 90vh;
    }

    #br-lum-collection > .row > .column {
        min-height: 100px;
    }

    #punch-of {
        font-size: 110pt;
    }

    #light {
        font-size: 212pt;
    }

    #info-design h1 {
        line-height: 190px;
    }

    #info-design > .row > .left-col {
        padding: 6% 10% 0 10%;
    }

    #info-design p {
        margin: 0px 12px 25px 12px;
        font-size: 16pt;
    }

    #info-design button, #info-luminova button {
        font-size: 18pt;
        width: 200px;
        height: 50px;
        margin-top: 25px;
    }
    
    #info-design button {
        margin-left: 12px;
    }

    #info-luminova h1 {
        line-height: 80px;
    }
    
    #info-luminova p {
        font-size: 16pt;
    }
    
    #info-luminova > .row > .right-col {
        padding: 15% 10% 0 10%;
    }
    
    #superlumi {
        font-size: 84.1pt;
    }
    
    #time {
        font-size: 76.1pt;
    }

    #social img {
        width: 160px;
    }

    #social > .row {
        padding-top: 250px;
    }

    #social {
        background-color: white;
    }

    #social > .row > .column {
        min-height: 0;
    }
}

/*===TABLETTE===*/
@media(min-width: 768px) and (max-width: 1388px) {
    nav {
        width: 100vw;
    }
    
    nav ul {
        padding: 12px 0 0 8%;
    }
    
    nav a {
        padding-right: 90px;
    }
    
    #logo {
        right: 8%;
    }

    header {
        text-align: center;
        min-height: 1300px;
    }

    header h1 {
        font-size: 65pt;
    }

    #elements-header {
        width: 100vw;
        float: left;
        margin-top: 67vh;
        margin-left: 0;
    }

    header button {
        margin-left: 0;
        margin-top: 0vh;
        float: none;
    }

    #titres-header {
        width: 100vw;
    }

    #modele-titre {
        font-size: 85pt;
    }

    #greylum-titre {
        font-size: 77pt;
    }
    
    #modele-titre-content {
        text-align: left;
        width: 270px;
        margin-left: 8%;
    }
    
    #modele-titre {

        padding-right: 0%;
    }

    #desktop-button-header {
        display: none;
    }

    #mobile-button-header {
        display: inline;
    }
    
    #collection-titre-content {
        text-align: left;
        margin-left: 0%;
    }

    #br-lum-collection {
        min-height: 1300px;
        height: 100vh;

    }

    #br-lum-collection > .row img {
        width: 200px;
    }

    #br-lum-collection > .row > .column {
        min-height: 0;
    }

    #info-design > .row > .column-2,  #info-luminova > .row > .column-2{
        width: 100%;
        height: 100vh;
    }

    #info-design > .row > .left-col {
        padding-top: 15%;
        min-height: 900px;
    }

    #info-design > .row > .right-col {
        min-height: 560px;
    }

    #info-design h1 {
        line-height: 130px;
    }
    
    #info-design p {
        margin: 0px 15% 15px 15%;
    }
    
    #punch-of {
        font-size: 1.5em;
    }
    
    #light {
        font-size: 2.85em;
    }

    #info-luminova h1 {
        line-height: 70px;
    }

    #info-luminova > .row > .left-col {
        min-height: 630px;
    }
    
    #info-luminova > .row > .right-col {
        padding: 28% 15% 0 15%;
        min-height: 700px;
    }
    
    #superlumi {
        font-size: 58pt;
    }
    
    #time {
        font-size: 53pt;
    }

    #social {
        float: left;
        padding-right: 0;
        padding-left: 0;
        width: 100vw;
        height: 95vh;
        min-height: 800px;
    }
    
    #social h1 {
        padding-top: 20%;
        text-align: center;
    }
    
    #social h3 {
        font-size: 20pt;
    }
    
    #social img {
        width: 120px;
    }
    
    #social > .row {
        padding-top: 150px;
        padding-left: 27%;
        padding-right: 27%;
        
    }

    #social > .row > .column {
        min-height: 0;
    }

    #footer {
        display: inline-block;
    }

    .column-4 {
        width: 49.2%;
        margin-bottom: 50px;
    }

    .column-4 + .column-4 {
        margin-left: 0.5%;
    }
}

/*===MOBILE===*/
@media(max-width: 767px) {

    nav {
        margin: 0;
        padding: 0;
        display: flex;
    }

    nav a {
        padding-right: 0;
    }

    nav ul, li {
        float: none;
    }

    nav ul {
        padding-left: 0;
    }

    #menu ul {
        display: none;
    }

    #burger {
        padding-top: 12px;
        padding-left: 10vw;
    }

    #burger img {
        width: 25px;
        padding-top: 5px;
    }

    #mobile-menu {
        display: block;
        transition: 0.5s;
        padding-inline-start: 0px;
        width: 100%;
    }

    #menu {
        display: none;
    }

    #mobile-menu li ul {
        display: none;
        width: 100%;
    }
    
    #mobile-menu.active li ul {
        display: block;
        transition: 0.5s;
        width: 100%;
        padding-left: 0;
        padding-inline-start: 0px;
    }

    #mobile-menu li ul {
        background-color: black;
        text-align: center;
        margin: 0;
        margin-top: -2px;
        padding-bottom: 10px;
    }

    #mobile-menu-select-greylum.interne {
        color: #7de78d !important;
    }

    #mobile-menu-select-share.interne {
        color: #7de78d !important;
    }

    header {
        text-align: center;
    }

    header h1 {
        font-size: 20pt;
        margin-bottom: 22px;
    }

    header video {
        height: 100vh;
    }

    #desktop-button-header {
        display: none;
    }

    #mobile-button-header {
        display: inline;
    }
    
    #modele-titre {
        padding-right: 1%;
        font-size: 50pt;
    }

    #elements-header {
        width: 100vw;
        float: left;
        margin-top: 67vh;
        margin-left: 0;
    }

    #greylum-titre {
        font-size: 45pt;
        line-height: 25px;
    }
    
    #collection-titre-content {
        margin-left: 1%;
    }

    header button {
        width: 120px;
        height: 40px;
        font-size: 16pt;
        margin-left: 0;
        margin-top: 0vh;
        float: none;
    }

    section h1 {
        font-size: 35pt;
        margin-bottom: 10px;
        line-height: 40px;
    }

    #day-night-titre {
        margin-top: 0;
        margin-bottom: 0;
    }

    #mobile-carousel-3 {
        display: block;
        text-align: center;
        position: relative;
        width: 280px;
        left: 50%;
        margin-left: -140px;
    }

    #mobile-carousel-3 img {
        width: 180px;
    }

    #mobile-carousel-3 h2 {
        font-size: 25pt;
        margin-bottom: 5px;
    }

    #mobile-bouton-prec, #mobile-bouton-suiv, #mobile-bouton-prec-lum, #mobile-bouton-suiv-lum {
        width: 20px;
        height: 20px;
        border: solid black;
        border-width: 0 3px 3px 0;
        margin-top: -170px;
        position: absolute;
    }

    #mobile-bouton-prec-lum.night, #mobile-bouton-suiv-lum.night {
        border: solid white;
        border-width: 0 3px 3px 0;
    }

    #mobile-bouton-prec-lum.night {
        transform:translateY(-50%) rotate(135deg);
    }

    #mobile-bouton-suiv-lum.night {
        transform:translateY(-50%) rotate(-45deg);
    }

    #mobile-bouton-prec, #mobile-bouton-prec-lum {
        margin-left: 30px;
        transform:translateY(-50%) rotate(135deg);
        z-index: 1;
    }

    #mobile-bouton-suiv, #mobile-bouton-suiv-lum {
        transform:translateY(-50%) rotate(-45deg);
        margin-left: 230px;
    }

    #br-lum-collection {
        min-height: 550px;
    }

    #br-lum-collection > .row {
        display: none;
    }

    #desktop-info-design {
        display: none;
    }

    #mobile-info-design {
        display: block;
    }

    #info-design {
        height: 100%;
    }

    #info-design h1 {
        margin-top: 0;
        padding-top: 5vh;
        line-height: 60px;
        margin-bottom: 40px;
    }

    #info-design > .row > .left-col {
        padding: 0 0 10% 0;
    }

    #punch-of {
        font-size: 1em;
    }
    
    #light {
        font-size: 1.85em;
    }

    #info-design > .row > .right-col {
        height: 100vh;
    }

    #info-luminova h1 {
        line-height: 0;
        text-align: center;
    }

    #info-luminova > .row > .left-col video {
        width: 100%;
    }

    #info-luminova > .row > .left-col {
        height: 100vh;
        min-height: 540px;
    }

    #info-luminova > .row > .right-col {
        height: 100vh;
        padding-bottom: 5%;
    }
    
    #superlumi {
        font-size: 28pt;
        line-height: 60px;
    }
    
    #time {
        font-size: 25pt;
        line-height: 15px;
    }
    
    #info-luminova p {
        margin-top: 30px;
    }

    #social {
        min-height: 500px;
        height: 90vh;
        padding-bottom: 100px;
    }

    #social h1 {
        padding-top: 40px;
    }

    #social > .row {
        padding-top: 15px;
        position: relative;
    }

    #social > .row > .column {
        min-height: 0;
    }

    #social img {
        width: 80px;
    }
    
    .column {
        float: none;
        width: 100%;
    }
    
    .column + .column {
        margin-left: 0%;
    }

    .column-2 {
        display: table;
    }
}