/**************************************************** FONTS ****************************************************/

@font-face {
    font-family: "Replica Regular";
    src: url('fonts/ReplicaStd-Light.eot');
    src: url('fonts/ReplicaStd-Light.woff2') format('woff2'),
    url('fonts/ReplicaStd-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Replica Bold";
    src: url('fonts/ReplicaStd-Bold.eot');
    src: url('fonts/ReplicaStd-Bold.woff2') format('woff2'),
    url('fonts/ReplicaStd-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/**************************************************** BASIC ****************************************************/
body {
    background-image: url('images/image_01.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

* {
    font-size: 1.1vw;
    line-height: 100%;
    font-weight: normal;
    font-family: "Replica Regular", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -webkit-box-shadow: none;
    font-style: normal;
    /* cursor: none;
     -webkit-perspective: 1000;
     -webkit-backface-visibility: hidden;
     -webkit-transform-style: preserve-3d;
     -webkit-transform: translateZ(0);
     perspective: 1000px;
     backface-visibility: hidden;
     transform-style: preserve-3d;
     transform: translateZ(0);*/
}

html {
    --cb: cubic-bezier(0.22, 1, 0.36, 1);
    --ts: 0.3s;
    --br: 4px;
    --primary: #05182B;
    --secondary: #FFF;
    --highlight: #4743FF;
    --black: #000000;
    --white: #FFFFFF;
    --error: #ffc0c0;
    --gradient: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
    --gradientDisabled: linear-gradient(90deg, #202139 0%, #383C55 100%);
    --gradientReducedOpacity: linear-gradient(90deg, rgba(71, 118, 230, 0.3) 0%, rgba(142, 84, 233, 0.3) 100%);
    --gradientReversed: linear-gradient(90deg, #8E54E9 0%, #4776E6 100%);
    --gradientBlend: #4776E6;
    --background: var(--primary);
    --text: var(--secondary);
}

/**************************************************** STYLE ****************************************************/

section {
    width: 100%;
    min-height:100vh;
    position: relative;
    z-index: 1;
    color: #FFF;
}

section>div {
    padding: 1vw;
}

h1 {
    margin: 0 auto;
    margin-bottom: 8vw;
    margin-top: 6vw;
    text-transform: uppercase;
    text-align: center;
    max-width: 60%;
}

h2 {
    margin: 0 auto;
    font-size: 0.8rem;
    text-align: center;
}

a {
    text-decoration: none;
    color: var(--white);
}

a:hover {
    color: var(--error);
}

.background {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
}

.background .image {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0.1;
    transition: opacity 4s ease-in-out;
}

.background img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    filter: saturate(150%);
}

.background .image.visible {
    opacity: 1;
}
		

.imgFlag{
    width: 18px;
    height: 18px;
}
.imgFlag.nolang{
    opacity: .4;
}
.imgFlag.nolang:hover{
    transition: 1s;
    opacity: 1;
}		

.content {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.content span {
    font-size: 3rem;
    line-height: 100%;
}

.content * {
    margin-bottom: 0px;
}

.copy,
.footer {
    background: white;
}

.newsletter {
    text-align: center;
    padding: 0px;
}

.newsletter,
.newsletter * {
    color: white;
    /*column-count:1;*/
}

.newsletter h2 {
    margin-bottom:8vw;
}

textarea:focus, input:focus{
    outline: none;

}

.no-outline:focus {
    outline: none;
}


/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    transition: background-color 5000s ease-in-out 0s;
    color: var(--white);
}

input[type="text"],
input[type="email"],
input[type="password"]{

    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #FFF;
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    background-color: transparent;
    color: #FFF;
}

input[type=checkbox] {
    border: 0.06vw solid white;
    width: 1rem;
    height: 1rem;
    border-radius: 100%
}

input[type=checkbox]:checked {
    background: white;
}

input[type=submit] {
    border-bottom: none;
}

::placeholder {
    color: #FFF;
    text-align: center;
}

input:hover::placeholder,
input:hover {
    color: #FFF;

}

.content__gdpr * {
    width:58%;
    margin:0 auto;
    font-size:0.5rem;
}



@keyframes pulse {
    0% {
        width: 40px;
        height: 40px;
    }

    50% {
        width: 60px;
        height: 60px;
    }

    100% {
        width: 40px;
        height: 40px;
    }
}

.footer {
    display: flex;
    justify-content: space-between;
    height: auto;
    position: relative;
    bottom: 0px;
    background-color:rgba(0, 0, 0, 0.4);
    padding: 0.5vw;
    width: 100%;
    z-index: 0;
    left: 0px;
}

.footer,
.footer * {
    color: rgb(180, 180, 180);
    text-align: left;
}

@media screen and (max-width:800px) {

    * {
        font-size: 4vw;
        line-height: 100%;
    }

    .logo span {
        font-size: 16vw;
        line-height: 100%;
    }

    .cursor {
        display: none;
    }

    .footer,
    .footer>* {
        width: 100%;
        display: block;
        text-align: center;
        min-height: 0px !important;
    }

    .footer div {
        padding-bottom: 20px;
    }

    .footer div:last-of-type {
        padding-bottom: 0px;
    }

    h2 {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .footer {
        position: relative;
        background: white;
        height: auto;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 40px;
    }

    section {
        height: auto;
        min-height:0px;
    }

    section.logo {
        min-height: 100vh;
    }

    section>div {
        padding: 20px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

}

@media screen and (max-width:800px) {

    * {
        font-size: 20px;
        line-height: 100%;
    }

    h1,
    h2 {
        max-width: none;
        width: 100%;
    }

    input {
        width: 100%;
    }

    .logo span {
        font-size: 40px;
        line-height: 100%;
    }

    p {
        column-count: 1;
    }

    input[type=checkbox] {
        border: 1px solid white;
    }

    .content__gdpr * {
        width:100%;
        margin:0 auto;
        font-size:12px;
    }

}


/**************************************************** IMPRINT PRIVACY ****************************************************/

.cookies {
    position:fixed;
    background:white;
    bottom:0px;
    left:0px;
    width:100%;
    padding:20px;
    z-index:100;

}

.textpage,
.textpage *,
.cookies {
    cursor: initial;
}

.cookies * {
    cursor: pointer;
}

.cookies span:hover {
    color:blue;
}

.text {
    margin: 0 auto;
    color: rgb(180, 180, 180);
    max-width: 800px;
    padding: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.text,
.text *,
.cookies,
.cookies * {
    font-size: 16px;
    line-height: 100%;
    column-count: 1;
}

.text p,
.text h1,
.text h2 {
    padding-bottom: 1em;
}


/******** STYLE FOR TEST */

.topLeft {
    left: 0;
    top: 0;
    width: 50%;
    height: 50%;
    position: absolute;
}
.topLeft:hover {
    cursor: pointer;
}

.topRight {
    left: 50%;
    top: 0;
    width: 50%;
    height: 50%;
    position: absolute;
}

.topRight:hover {
    cursor: pointer;
}

.bottomLeft {
    left: 0;
    top: 50%;
    width: 50%;
    height: 50%;
    position: absolute;
}

.bottomLeft:hover {
    cursor: pointer;
}

.bottomRight {
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    position: absolute;
}

.bottomRight:hover {
    cursor: pointer;
}

.selected {
    background-image: url("images/selected.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.slideContent {
    position: relative;
    height: 100%;
    object-fit: fill;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slideCover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    visibility: hidden;
}

.slideTimer {
    position: absolute;
    top: 48%;
    left: 49%;
    color: #000;
    font-size: 2vw;
    margin: auto;
}

.opacity {
    background-color: #000;
    opacity: 0.5;
}

#colorsdialogbox {
    position: relative;
    text-align: center;
    background-color: #FFF;
    /*border: 3px solid #ceb7c2;*/
    box-shadow: 5px 5px 4px 1px rgba(0, 0, 255, .2);
    z-index: 20;
    padding: 2vw;
    display: inline;
    margin: auto;
    font-size: 1.2vw;
    visibility: hidden;
    color: #202139;
    width: 50%;
}

#colorsGeneratorRatingDialog {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    background-color: #FFF;
    opacity: 0.98;
    /*border: 3px solid #ceb7c2;*/
    box-shadow: 5px 5px 4px 1px rgba(0, 0, 255, .2);
    z-index: 20;
    padding: 2vw;
    display: inline;
    margin: auto;
    font-size: 1.2vw;
    visibility: hidden;
    color: #202139;
}

#colors a {
    padding: 10px;
    margin-top: 5%;
}

#slidecolors {
    margin-top: 2%;
    margin-bottom: 5%;
}

.palettecontent {
    padding : 5px;
    width: 90%;
    margin: auto;
}

.color {
    display: inline-block;
    padding: 0px;
    margin: 5px;
    aspect-ratio : 1 / 1;
    width: 50px;
    min-width: max(50px, 4%);
    position: relative;
    border-radius: 50%;
}

.color:hover {
    cursor: pointer;
}

.colorDisplay {
    padding: 0px;
    margin: 5px;
    aspect-ratio : 1 / 1;
    width: 10%;
    max-width: 40px;
    min-width: 3%;
    position: relative;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 0.8vw;
    color: #000;
}

#palette {
    z-index: 99;
}

.psButton {
    border-radius: 10rem;
    padding: 0.4rem 1rem;
    text-align: center;
    display: inline-block;
    align-items: center;
    justify-content: center;
    transition: color 1s var(--cb), border-color 1s var(--cb), background 1s ease-out;
    border: none;
    background: var(--gradient);
    color: var(--secondary);

}
.psButton.disabled {
    background: var(--gradientDisabled);
}

.psButton:hover {
    background: var(--gradientReversed);
}

.projectName {
    border-radius: 10rem;
    padding: 0.4rem 1rem;
    text-align: center;
    display: inline-block;
    align-items: center;
    justify-content: center;
    transition: color 1s var(--cb), border-color 1s var(--cb), background 1s ease-out;
    border: none;
    background: linear-gradient(90deg, #9b3a89 0%, #e73fc7 100%);

}
.sidemenu {
    z-index: 9;
    background-image: url("images/sidemenubg.jpg");
    background-size: cover;
    background-position: bottom left;
    position: fixed;
    top: 0;
    left: -469px;
    transition: all 0.3s ease-in;
    width: 469px;
    height: 100%;
    color: var(--secondary);
    padding-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: left;
}

.sidemenu.open{
    left: 0;
}

.sidemenubutton {
    position: fixed;
    top: 1rem;
    left: 1rem;
    cursor: pointer;
    background-image: url("images/menu-dots-h.svg");
    width: 1.5rem;
    height: 1rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
}

.justify-end {
    justify-content: flex-end;
}
.flex {
    display: flex;
}

#popUp {
    position: absolute;
    width: 400px;
    height: 200px;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -200px;
    text-align: center;
    color: #FFF;
    visibility: hidden;
}


.colorAndSlide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slidecontainer {
    width: 50%;
    display: inline-block;
}

.slider {
    -webkit-appearance: none;
    width: 80%;
    height: 7px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 10px;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: var(--gradient);
    cursor: pointer;
    border-radius: 50%;
    border: 0;

}

.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: var(--gradient);
    cursor: pointer;
    border-radius: 50%;
    border: 0;
}

.scrollUp {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 50px;
    aspect-ratio: 1/1;
    background-image: url("images/up.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.scrollUp:hover
{
    cursor: pointer;
    transform: translate(0px, -10px);
    transition: all 0.3s ease-in;
}

.topMenu
{
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.paletteRow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.color p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.color_index {
    font-size: max(0.8vw, 10px);
    color: #000;
}
.color_header {
    color: #FFF;
    margin-right: 20px;
}

.border {
    /*-webkit-box-shadow: inset 0px 0px 0px 2px #FFF;
    -moz-box-shadow: inset 0px 0px 0px 2px #FFF;
    box-shadow: inset 0px 0px 0px 2px #FFF;*/
}
.border:after {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: solid 2px #FFF;
    border-radius: 50%;
}

/**************** FORM ***************/

.form_error {
    color: lightsalmon;
    font-size: max(10px, 0.7rem);
    display: block;
}

.form_input {
    left: 0px;
    top: 0px;
    text-align: right;
    margin-bottom: 20px;
    width: 100%;
}
.form_input label {
    float: left;
    margin-right: 20px;
}