:root {
  --darkbluez: #3b3bff;
  --yellowz: #FFB947;
  --greenz: #00a479;
  --lightbluez: #00C7E8;
}

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    display: grid;
    /*position: relative;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;*/
}

nav.header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 76px;
    position: fixed;
    top: 0;
    padding-top: 28px;
    z-index: 10;
    padding-left: 5%;
    padding-right: 5%;
    background: transparent;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    transition: 0.3s ease;
}

.header-item {
    display: inline-block;
    font-family: "zerozoro";
    color:white;
}

.header-item a {
    transition: color 0.5s;
}

nav.header .about {
    /*float: right;*/
}

nav.header .logo a {
    text-decoration: none;
    color: #fff;
    transition: color 0.5s;
}

nav.header .about-label {
    cursor: pointer !important;
}

.centered {
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.centered a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    transition: color 0.5s;

}

header {
    width: 86vw;
    background: #000;
    /* display: flex; */
    /* align-items: flex-start; */
    padding: 7vw !important;
    padding-top: 80px !important;
}

header p.intro-text {
    /*
    font-family: "zerozoro";
    font-size: 45px;
    color: #fff;
    width: 60vw;
    padding: 0;
    margin-right: 5vw;
    margin-top: 0;*/

    font-family: "Gros";
    font-size: 34px;
    color: #fff;
    width: 86vw;
    padding: 0;
    margin-right: 5vw;
    margin-top: 0;
    border-top: 1px solid;
    padding-top: 3vw;
    letter-spacing: 0.15vw;
    line-height: 3.3rem;
    padding-bottom: 0.5vw;
    text-transform: uppercase;
}

header div#intro-menu {
    /*
    width: 30vw;
    color: white;
    font-size: 3vw;*/

    width: 86vw;
    color: white;
    font-size: calc(15px + 3vw);
}

header div#intro-menu ul {
    /*border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 0;
    margin: 0;*/

    /*border-bottom: 1px solid;*/
    padding: 0;
    column-count: 2;
    margin: 0;
}

header div#intro-menu ul li {
    /*color: #fff;
    border-bottom:1px solid;
    padding: 0.3vw 1vw 0.3vw 1vw;
    list-style: none;*/

    color: #fff;
    /* border-bottom: 1px solid; */
    padding: 0.3vw 1vw 0.3vw 1vw;
    list-style: none;
    border-top: 1px solid;
}

header div#intro-menu ul li:last-of-type {
    /*border-bottom:1px solid red;*/
}

header div#intro-menu ul li a {
    color: #fff;
    text-decoration: none;
    opacity: 1;
    transition: all 0.3s;
    margin-left: 0;
}

header div#intro-menu ul li a:hover {
    opacity: 0.8;
    margin-left: 1vw;
}

section.images {
    width: 100vw;
    /*height: 56.25vw; pour 1920*/
    height: 41.6vw;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}
.videos-banners{
    width:100%;
    height:100%;
}
section.font-tester {
    min-height: 50vh;
}

section.images img {
    position: absolute;
    width: 100%;
}

section:nth-child(4) {
    /*background: #00c2ff;*/
    /*background: #3b3bff;*/
    background: var(--darkbluez);
    padding: 2vw;
}

section:nth-child(6) {
    /*background: #ff893e;*/
    /*background: #FFB947;*/
    background:var(--yellowz);
    padding: 2vw;
}

section:nth-child(8) {
    /*background: #00a479;*/
    /*background: #00c2ff;*/
    background:var(--greenz);
    padding: 2vw;
}

section:nth-child(10) {
    /*background: #00a479;*/
    background: var(--darkbluez);
    /*background: #3B3BFF;*/
    padding: 2vw;
}

section:nth-child(12) {
    /*background: #00a479;*/
    /*background: #FFB947;*/
    background:var(--yellowz);
    padding: 2vw;
}

section:nth-child(14) {
    /*background: #00a479;*/
    background: var(--greenz);
    padding: 2vw;
    padding-bottom: 10vw !important;
}

section:nth-child(16) {
    /*background: #00a479;*/
    background:var(--lightbluez);
    padding: 2vw;
    padding-bottom: 10vw !important;
}

section.ghostrite {
    /*background: #00a479;*/
    /*background:#6C85FF;*/
    background:#C4CEFF;
    padding: 2vw;
    padding-bottom: 10vw !important;
}


.font-option {
    margin: 20px auto;
    display: table;
    font-family: "zerozoro", sans-serif;
    color: white;
    position: relative;
    /*z-index: 99999999;*/
    z-index:9999;
}

.request-button {
    font-family: "zerozoro", sans-serif;
    display: inline-block;
    /*margin-left: 35px;*/
    padding: 13px 20px 13px 20px;
    border: 2px solid;
    border-radius: 15px;
    border-color: white;
    color: white;
    background: none;
}
/*
.request-button a {
    text-decoration: none;
    color: white;
}
*/
.request-button:hover {
    background: white;
    color: #ff5f40;
}
/*
.request-button:hover a {
    color: #ff5f40;
}
*/
.sample {
    outline: none;
    /*font-family: sans-serif;*/
    margin: 60px auto;
    /*font-size: 70px;*/
    /*line-height: 70px;*/
    width: 80%;
    display: table;
    color: white;
    overflow-wrap: break-word;
    word-break: break-word;
    cursor: url('img/carret01.png') 25 43, auto;

}

#sample01 {
    font-size: 73px;
    line-height: 74px;
    font-family: "Chubi", "AdobeBlankRegular";
}

#sample02 {
    font-size: 90px;
    line-height: 70px;
    font-family: "Circule", "AdobeBlankRegular";
}

#sample03 {
/*
    font-size: 150px;
    line-height: 120px;
*/
        font-size: 191px;
    line-height: 152.8px;
    font-family: "Assez", "AdobeBlankRegular";
}

#sample04 {
    font-family: "Nosta", "AdobeBlankRegular";
    font-size: 150px;
    line-height: 120px;
    font-variation-settings: 'wdth'300;
}

#sample05 {
    font-family: "Linelo", "AdobeBlankRegular";
    font-size: 77px;
    line-height: 72px;
    font-variation-settings: 'wdth'100;
}

#sample06 {
    font-family: "curbis", "AdobeBlankRegular";
    font-size: 95px;
    line-height: 84px;
    font-feature-settings: normal;
}

#sample07 {
    font-family: "Bloks", "AdobeBlankRegular";
    font-size: 69px;
    line-height: 89px;
}

#sample08 {
    font-family: "Ghostrite", "AdobeBlankRegular";
    font-size: 100px;
    line-height: 89px;
}

.opt-titles {}

.specimens {
    width: 150px;
    height: 150px;
    background: #ff5f40;
    border-radius: 100%;
    position: absolute;
    right: 120px;
    margin-top: 70px;
    z-index: 99999999;
    cursor: pointer;
}

.specimens a {
    font-family: "Chubi";
    font-size: 33px;
    text-align: center;
    width: 150px;
    height: 150px;
    margin-top: 37px;
    margin-left: 3px;
    text-decoration: none;
    display: inline-block;
    color: white;
    cursor: pointer;
    transition: all 0.25s;
    line-height: 33px;

}

.specimens:hover {
    background: white;
    box-shadow: 5px 3px 16px 2px rgba(174, 174, 174, 0.38);
    -moz-box-shadow: 5px 3px 16px 2px rgba(174, 174, 174, 0.38);
    -webkit-box-shadow: 5px 3px 16px 2px rgba(174, 174, 174, 0.38);
    transition: all 0.25s;
}

.specimens:hover a {
    color: #ff5f40;
}

#specimen02 {
    bottom: 83px;
    left: 257px;
}
#specimen03 {
    right: 190px;
    top: 30px;
}
#specimen04 {
    right: 250px;
    top: 60px;
}

#ss-options {
    display: inline-block;
    margin-right: 30px;
    margin-left: 20px;
}

.ssets {
    /*font-family: "zerozoro";
    display: inline-block;
    margin-right: 20px;
    padding-bottom: 7px;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;*/
    font-family: "zerozoro";
    display: inline-block;
    margin-right: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 5px;
    cursor: pointer;
    padding-left: 5px;
    border: 2px solid;
    padding-right: 9px;
    padding-left: 9px;
    border-radius: 8px;
    transition: all 0.3s;

    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

.ssets:hover {
    border: 2px solid #fff;
    background: white;
    color: #00C7E8;
}

.ssselected {
    /*border-bottom:2px solid #fff;*/
    border: 2px solid #fff;
    background: white;
    color: #00C7E8;
}

select {
    /*
    font-size:14px;
    padding:10px 10px 10px 30px;
    -webkit-appearance: none;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: white;
    border-radius:0px;
    cursor: default;
    border:none;
    background: url('img/arrow.png') no-repeat left;
    background-position: 16px;
    background-size: 17px;
    padding: 15px 30px 14px 65px;
    border: 2px solid;
    border-radius: 15px;
    margin-right: 20px;
    font-family:"Chubi", sans-serif;
    */
    font-size: 18px;
    padding: 10px 10px 10px 30px;
    -webkit-appearance: none;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: white;
    border-radius: 0px;
    cursor: default;
    border: none;
    background: url(img/arrow.png) no-repeat left;
    background-position: 16px;
    background-size: 17px;
    padding: 15px 30px 14px 65px;
    border-bottom: 2px solid;
    margin-right: 40px;
    font-family: "zerozoro", sans-serif;
}



input[type=range] {
    -webkit-appearance: none;
    margin: 7.5px 30px 0px 5px;
    opacity: 0.9;
    transition: opacity 0.2s;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:hover {
    opacity: 1;
    transition: opacity 0.2s;
}

input[type=range]::-webkit-slider-runnable-track {
    height: 5px;
    cursor: pointer;
    background: #fff;
    border-radius: 0px;
}

input[type=range]::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7.5px;
    -webkit-box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, 0.05);
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #fff;
}

input[type=range]::-moz-range-track {
    height: 5px;
    cursor: pointer;
    background: #fff;
    border-radius: 0px;
    border: 0px solid #000000;
}

input[type=range]::-moz-range-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: #fff;
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #fff;
    border: 0px solid #fff;
    border-radius: 0px;
    box-shadow: 0.1px 0.1px 0px #fff, 0px 0px 0.1px #fff;
}

input[type=range]::-ms-fill-upper {
    background: #000000;
    border: 0px solid #000000;
    border-radius: 0px;
    box-shadow: 0.1px 0.1px 0px #000000, 0px 0px 0.1px #0d0d0d;
}

input[type=range]::-ms-thumb {

    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: #fff;
    cursor: pointer;
    height: 5px;
}

input[type=range]:focus::-ms-fill-lower {
    background: #fff;
}

input[type=range]:focus::-ms-fill-upper {
    background: #fff;
}

[contenteditable]:empty {
    display: block;
}

[contenteditable]:empty::before {
    display: block;
    content: 'Type something';
}

.fadeOut {
    opacity: 0;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}
/*----------------------------------------
-----------------POP-UP-------------------
------------------------------------------*/

.pop-ups-wraper{
    background: rgb(0 0 0 / 70%);
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999999999;
    overflow: scroll;
}
   
iframe.request-form{
    margin-left: 50%;
    transform: translateX(-50%);
    overflow: none;
}
/*----------------------------------------
----------------REQUEST-FORM-------------------
------------------------------------------*/
.ff-form {
    background: white !important;
        width: 680px !important;
}

.ff-form .ff-item {
    margin: 0px;
    padding-top: 3vw !important;
    padding-bottom: 2vw !important;
    border-top: 2px solid;
    margin-bottom: 3vw !important;
}

.ff-form .ff-description {
    font-family: 'Gros';
    text-transform: uppercase;
}

.ff-form .ff-title {
    font-family: 'zerozoro';
    font-size: 1.5vw !important;
    padding-bottom: 2vw !important;
}

.ff-form .ff-item label {
        font-family: 'zerozoro';
    font-size: 1.5vw !important;
    line-height: 100% !important;
}
.form-check label.form-check-label{
    font-family: 'zerozoro';
    font-size: 1vw !important;
}
.ff-widget-control{
    /*border: 1px solid #000;*/
}
.ff-help-empty{
    height: 1.5vw;
}
/*EMAIL INPUT*/
#Widget843273257{
    padding:0.5vw;
    border: 2px solid #000 !important;    
    border-radius: 10px;
    min-height: 27px;
    min-width: 60%;
}
/*TEXT AREA*/
#Widget747933713{
    border: 2px solid #000 !important;    
    border-radius: 10px;
    min-width: 60%;
    min-height: 100px;
}
/*SELECT LICENCE*/
#Widget1428890321{
    border: 2px solid #000;
    background-image: url("img/arrow-black.png");
    background-repeat: no-repeat;
    background-position: left 0.5rem bottom 50%;
    background-size: 20px 20px;
    color: #000; 
    border-radius: 10px;
    font-size: 12px;
}
select.ff-widget-control{
        padding: 15px 30px 14px 45px !important;
}
#Widget1428890321 option{
    color:#000;
}

/*SUBMIT BUTT*/
#ff-submit-root{
 background: #000;
    border: 2px solid;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    border-radius: 10px;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    COLOR: #FFF;
    font-family: 'zerozoro';   
}
#ff-submit-root .ff-submit-icon{
    display: none;
}
.popup-close-button{
    width:40px;
    height: 40px;
    background: url('img/close-button.png');
    background-size: contain;
    background-position: center;
    position: fixed;
    top:30px;
    right:30px;
}
/* ERROR MESSAGE*/
.ff-form .ff-widget-error {
    color:var(--darkbluez) !important ;
    font-family: 'Chubi';
}
.ff-form .ff-widget-error b {
    display: inline-block;
    background-color:var(--darkbluez) !important ;
    line-height: 149% !important;

}

/* TOP MESSAGE */
.ff-message, .ff-partial {
    width: 740px !important;
    margin: auto;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.ff-partial {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    padding: 0.75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #fff !important;
    background-color: var(--darkbluez) !important ;
    border-color: var(--darkbluez) !important ;
    font-family: 'Chubi';
}
.ff-partial a {
    padding-left: 12px;
    color: #fff !important;
    text-decoration: underline;
    font-weight: 500;
}
/* SUCCESS MESSAGE */
.ff-success {
    height: calc(100vh - 340px);
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 35px;
}

/* LOGO OFF*/
    a.ff-powered-img{display:none !important;
        visibility: hidden !important;}

/* RADIO BUTTON */
/*
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


form .form-group {
	margin-bottom: 10px;
}

form .form-group:last-child {
	margin-bottom: 0;
}

form .form-group label {
	-webkit-appearance: none;
    border: 3px solid #000;
    padding: 8px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}

p form .form-group .label-text {
	vertical-align: middle;
	cursor: pointer;
    padding-left: 10px;
    margin-left: -5px;
}

form .form-group input {
	display: none;
	cursor: pointer;
}

form .form-group input:checked + label {
  border: 3px solid #000;  
}


form .form-group input:checked + label:after {
	content: '';
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #000;
  text-shadow: none;
  font-size: 32px;

}
.form-group{
    display:inline-block;
}

*/

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

footer#site-footer {
    width: 100vw;
    height: 0vw;
    background: #000;
    position: fixed;
    bottom: 0px;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.footer-infos {
    /*padding: 2vw 5vw 2vw 5vw;
    width: 100%;*/
}

.footer-infos ul {
    display: block;
    margin-top: 4vw;
}

.footer-infos ul li {
    display: inline-block;
    margin-left: 2%;
}

.footer-infos ul li.float-right {
    float: right;
    margin-right: 2%;
}

.footer-infos ul li a {
    font-family: "zerozoro", sans-serif;
    width: 100%;
    font-size: 25px;
    /*padding: 2vw 5vw 2vw 5vw;*/
    color: #fff;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    text-decoration: none;
}

.footer-infos a:hover {
    opacity: 0.8;
    cursor: pointer;
}

.onscreen {
    height: 10vw !important;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}
