/*--------------------------------------------------------------
Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: 700;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #eee;
    color: #222;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #bbb;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

* {
    margin:0;
    padding:0;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-tap-highlight-color:transparent
}

a, button {
    text-decoration: none;
    outline: 0;
}

a, a:visited {
    /*color: #000;*/
    text-decoration: none;
    transition: color 300ms cubic-bezier(0.4, 0.8, 0.74, 1);
}

a:link, a:visited:link {
    -webkit-tap-highlight-color: transparent;
}

img.scale-with-grid {
    display: block;
    height: auto !important;
    width: 100% !important;
}

.transition {
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
}

.transition2 {
    -webkit-transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s;
    transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    will-change: transform;
}

/*--------------------------------------------------------------
Fonts
--------------------------------------------------------------*/

@font-face {
  font-family: 'ff-clan-web-pro';
  font-style: normal;
  font-weight: 200;
  src: local('ff-clan-web-pro'),
       url('../fonts/clanproforuberbook.woff2') format('woff2'), 
       url('../fonts/clanproforuberbook.woff') format('woff'),
       url('../fonts/clanproforuberbook.ttf') format('ttf'),
       url('../fonts/clanproforuberbook.eot') format('eot');
}
@font-face {
  font-family: 'ff-clan-web-pro';
  font-style: normal;
  font-weight: 400;
  src: local('ff-clan-web-pro'),
       url('../fonts/clanproforubermedium.woff2') format('woff2'), 
       url('../fonts/clanproforubermedium.woff') format('woff'),
       url('../fonts/clanproforubermedium.ttf') format('ttf'),
       url('../fonts/clanproforubermedium.eot') format('eot');
}


/*--------------------------------------------------------------
Structure
--------------------------------------------------------------*/

body {
    color: #000;
    background-color: #fff;
    font-family: "ff-clan-web-pro", "Helvetica Neue", Helvetica, sans-serif !important;
    font-weight:200;
    font-size: 1.4rem;
    /*line-height: 60px !important;*/
    /*letter-spacing: -.03em !important;    */
}

body, html {
    width: 100%;
    height: 100%;
}

html {
  font-size: 62.5%;
  /*font-size: calc(1em * 0.625); IE */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1 {
    font-size: 3.0rem;
    /*font-size: 2.0rem;*/
    text-align: left;
    margin: 12px 0 0 0;
    font-weight: 400;
}

h2 {
    font-size: 2.6rem;
    /*font-size: 1.6rem;*/
    text-align: left;
    text-transform: uppercase;
}

h3 {
    font-size: 1.5rem;
    font-weight: 200;
    margin: 10px 0 5px;
}

h4 {
    font-size:1em;
}

input, select, th, td {font-size:1em;}


.wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 600px;
    height: 100vh;
}

section {
    position: absolute;
    z-index: 500;
    /*background: rgba(255,255,255,0.9);*/
    width: 50%;
    height: 60%;
    min-width: 700px;
    min-height: 500px;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);   
    /*min-height: 100vh;*/
    padding:0px 0; 
}

body.desktop {
    min-width: 800px;
}

.content__inner {
    opacity: 0;
}

.anim {
    opacity: 0;

}

.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
/*    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); */    
}
.background img {
    position: absolute;
    top: 0;
    left: 0;

/*    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); */

    width: 100%;
    height: auto;
    display: block;
}

section#content {
    

/*    background:url('../images/bg.jpg') center center transparent;
    background-size: cover;*/
}

.content__background__Left {
    position: absolute;
    top: 0;
    left: 0;
    /*width: 80%;*/
    /*height: 80%;*/
    /*height: 0;*/
    /*padding-bottom: 40%;    */
    background: rgba(255,255,255,0.9);
}
.content__background__Right {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 82%;
    width: 18%;
    /*height: 60%;*/
    /*height: 0;*/
    /*padding-bottom: 40%;     */
    background: rgba(255,255,255,0.9);
}
.content__background__Bottom {
    position: absolute;
    top: 70%;
    left: 82%;
    width: 18%;
    /*height: 60%;*/
    /*height: 0;*/
    /*padding-bottom: 20%;     */
    /*background: rgba(255,255,255,0.9);    */
    background: rgba(255,255,255,0.9);
/*    background:url('../images/uber.jpg') center center transparent;
    background-size: cover;  */  
}
.content__background__Bottom img {
    display: block;
    opacity: 0;
    width: 100%;
    height: auto;
}
.car {
    position: absolute;
    top: 75%;
    right: 0;
    width: 18%;    
/*    background:url('../images/car.png') center center transparent;
    background-size: cover;*/      
}
.car img {
    width: 100%;
    height: auto;
    display: block;
}

.container {
    position: relative;
    margin: auto;
    z-index: 1;
    width: 100%;
    padding: 9% 10% 0px 8%;
    max-width: 1000px;
    text-align: left;
}

.desktop .step__start .container {
    padding-right: 18%;
}

@media screen and (min-width: 1270px) {

    section {
        width: 800px;
        height: 600px;
        min-width: auto;
        min-height: auto;
    }

    .content__background__Right {
        left: 78%;
        width: 22%;
    }
    .content__background__Bottom {
        top: 70%;
        left: 78%;
        width: 22%;
    }
    .car {
        top: 75%;
        right: 0;
        width: 22%;    
    }

}

.text {
    margin: 10px 0;
}

img.pastille {
    display: block;
    margin: auto;
    width: 220px;
    position: absolute;
    top: -55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

p {
    text-align: left;
    font-size: 2.3rem;
    line-height: 3.3rem;
    margin: 15px 0;
}
.pend {
    text-align: left;
    font-size: 1.8rem;
    line-height: 2.3rem;
    margin: 15px 0;
}

p span {
    font-weight: 400;
}

.spanbg {
    background: #ffcd50;
    color: #fff;
    padding: 2px 8px;
}

.button {
    color: #fff;
    background: #64bec8;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 15px 30px;
    font-size: 2.2rem;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
.button span {
    position: relative;
    z-index: 100;
}
.button:after {
    content: '';
    background: #55a1a9;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;    
}
.button:hover:after {
    left: 0%;
}

.step {
    position: relative;
    z-index: 1000;
}

.step__start, .step__loose, .step__end {
    display: none;
}

.step__q {
    display: none;
    padding: 10% 10% 0% 10%;
}

.q__title {
    font-weight: 200;
    font-size: 3rem;
}

.q__title span {
    padding-right: 20px;
    font-weight: 400;
}

.reps {
    width: 70%;
    margin: 20px 0 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
}

.rep {
    letter-spacing: -.03em !important;
    font-family: "ff-clan-web-pro", "Helvetica Neue", Helvetica, sans-serif !important;    
    background: transparent;
    border: 2px solid #000;
    cursor: pointer;
    position: relative;
    color: #000;
    width: 44%;
    display: inline-block;
    /* float: left; */
    margin: 0 20px 20px 0;
    padding: 20px 5px 15px 5px;
    text-transform: uppercase;
    font-size: 1.5rem;
    /*line-height: 2.2rem;*/
    /* letter-spacing: -0.04em; */
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
    font-weight: 400;
}

.rep .win {
    position: absolute;
    width: 100%;
    left: 0;
    font-size: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.rep.true .txt, .rep.false .txt {
    /*display: none;*/
    opacity: 0;
}
.rep .win, .rep .win .fas {
    display: none;
}
.rep.true .win, .rep.false .win {
    display: inline-block;
}
.rep.true .win .fa-check {
    display: inline-block;
}
.rep.false .win .fa-times {
    display: inline-block;
}

.rep.disabled { cursor: default; }

.rep.false {
}

.rep.true .txt {
}

.q__next_wrapper {
    position: relative;
    width: 100%;
    text-align: left;
    display: none;
}

.q__next {
    border: none;
    margin: 0;
    font-size: 1.8rem;
    font-family: "ff-clan-web-pro", "Helvetica Neue", Helvetica, sans-serif !important;    
    text-transform: none;
    cursor: pointer;
}

.step__end .container {
    padding: 5% 20% 0px 10%;
}

.step__end h1 {

}
.step__end p {
    margin: 0 0 5px;
    font-size: 1.8rem;
    line-height: 2.3rem;   
}
.step__end .p2 {
    margin: 10px 0 5px;
    font-size: 2rem;
    line-height: 2.3rem;
}


#registration_container {
    width: 90%;
}

#registration_container input[type="text"], #registration_container input[type="email"] {
    /*font-family: Arial,sans-serif;*/
    font-weight: 200;
    display: inline-block;
    text-align: left;
    font-size: 1.8rem;
    line-height: 30px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #000;
    margin-bottom: 0;
    color: #000;
    vertical-align: middle;
    text-transform: none;
    height: 30px;
    margin: auto;
    padding: 2px 10px 0 10px;
    border-radius: 0;
    opacity: 1;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
}

.checkboxWrapper {
    display: inline-block;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
}

.checkbox-txt {
    font-family: Arial,sans-serif;
    cursor: default;
    color: #000;
    display: block;
    font-size: 1.2rem;
    text-align: left;
    margin: 15px 0 0 0;
    font-weight: 400;
    width: 100%;
}

.checkbox-txt a {
    color: #000;
    text-decoration: underline;
}

.error {
    border-color: #ff0000 !important;
}

.final {
    display: none;
}

.checkbox-custom, .checkbox-custom2, .checkbox-custom3 {
    margin-top: -3px !important;
    background-color: #fff;
    border: 1px solid #000;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 8px;
    display: block;
    border-radius: 0px;
}

.checkbox-custom.check, .checkbox-custom2.check, .checkbox-custom3.check {
    background: url(../images/picto-check.png) no-repeat center center #fff;
    background-size: cover;
}

.register_me {
    font-size: 1.7rem;
}

a, button {
    text-decoration: none;
    outline: 0;
}

.reveal-animate {
    opacity: 0;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.visible {

/*    -webkit-transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1),-webkit-transform .5s cubic-bezier(.75,0,.25,1);
    will-change: transform;    */ 
    
    /*animation-timing-function: cubic-bezier(.75,0,.25,1);
    -webkit-animation-timing-function: cubic-bezier(.75,0,.25,1);*/

    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;   

    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;      
}


/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    padding: 40px 40px;
    display: block;
    text-align: center;
}

header a.brand {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    max-width: 180px;
}

header a.brand img {
    max-width: 100%;
    height: auto;
    display: block;
}

#social-nav {
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.social-nav-item {
    display: inline-block;
    margin: 0 6px;
    vertical-align: middle;
}

.social-nav-item a {
    display: block;
    position: relative;
}

.social-nav-item a svg {
    fill: #000000;
}

.social-nav-item a:hover svg {
    fill: #666;
}

.menu-button {
    border: none;
    background: transparent;
    display: none;
    /*-webkit-transition: -webkit-transform cubic-bezier(.7,0,.3,1) .3s;
    transition: -webkit-transform cubic-bezier(.7,0,.3,1) .3s;
    transition: transform cubic-bezier(.7,0,.3,1) .3s;
    transition: transform cubic-bezier(.7,0,.3,1) .3s,-webkit-transform cubic-bezier(.7,0,.3,1) .3s;*/
    position: relative;
    z-index: 100;
}

.menu-button .line {
    width: 32px;
    height: 2px;
    background: #000;
    display: block;

    -webkit-transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1),-webkit-transform .5s cubic-bezier(.75,0,.25,1);
    will-change: transform;     
}

.menu-button .line:nth-child(2) {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.menu-button .line {
    margin-top: 5px;
}

.menu-open .menu-button .line:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-1px,2px);
    transform: rotate(-45deg) translate(-1px,2px);
}

.menu-open .menu-button .line:nth-child(2) {
    -webkit-transform: scale(1) rotate(45deg) translate(-3px,-3px);
    transform: scale(1) rotate(45deg) translate(-3px,-3px);
}

.menu-open .menu-button .line:nth-child(3) {
    -webkit-transform: scale(0);
    transform: scale(0);
}


@media screen and (max-width: 960px) {
    header {
        text-align: right;
    }
    header a.brand {
        max-width: 140px;
    }   
    header:after {
        content: "";
        background: #fff;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        top: 0;
        left: 0;
    }   
    .menu-button {
        display: inline-block;
    }
    #main-nav-container {
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;

        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);

        -webkit-transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
        transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
        transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s;
        transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
        will-change: transform;     
    }
    .menu-open #main-nav-container {
        /*top: 0;*/
        visibility: visible;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition-delay: 0s,0s;
        transition-delay: 0s,0s;    
    }
    #social-nav {
        position: absolute;
        bottom: 40px;
        right: 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        left: 0;
        text-align: center;
        top: auto;
    }       
}

/*--------------------------------------------------------------
Main Nav
--------------------------------------------------------------*/

#main-nav-container {
}

ul#main-nav-list li {
    margin: 0 12px;
    display: inline-block;
}

ul#main-nav-list li:first-child {
    margin-left: 0;
}

ul#main-nav-list li:last-child {
    margin-right: 0;
}

.main-nav-item a {
    display: block;
    position: relative;    
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(62,88,119,.2);
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
}

.main-nav-item a:hover, .main-nav-item.active a { 
    color: #000;
}

@media screen and (max-width: 960px) {
    #main-nav {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);        
    }   
    ul#main-nav-list li {
        margin: 20px 0;
        display: block;
        text-align: center;
    }   
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

footer {
    padding: 100px 0;
    background: #fff;
    position: relative;
    color: rgba(62,88,119,.2);
}

footer ul#main-nav-list li {
    margin: 0 5px;
}

footer .main-nav-item a {
    display: block;
    position: relative;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
Loading
--------------------------------------------------------------*/

body.loading {
    height: 100%;
    overflow: hidden;
}

#loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10000;
}

#loading .ripple1 {
    background-color: rgba(255,255,255,0.1);
}

#loading .ripple2 {
    animation-delay: -250ms;
    background-color: rgba(255,255,255,0.3);
}

#loading .ripple3 {
    animation-delay: -500ms;
    background-color: rgba(255,255,255,0.5);
}

#loading .ripple4 {
    animation-delay: -750ms;
    background-color: rgba(255,255,255,0.7);
}

#loading .ripple {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    animation-name: ripple;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-direction: alternate-reverse;
    animation-iteration-count: infinite;
    transform: scale(0);
    opacity: 0.6;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(.01);
            transform: scale(.01);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }    
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(.01);
            transform: scale(.01);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }     
}

/*--------------------------------------------------------------
General Media Queries
--------------------------------------------------------------*/



@media screen and (max-width: 760px) {

    .mobile section, .tablet section {
        position: absolute;
        z-index: 500;
        width: 80%;
        height: 60%;
        min-height: 470px;
        min-width: auto;
        /*min-height: auto;*/
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        /* min-height: 100vh; */
        padding: 0px 0;
    } 

    .mobile .content__background__Right, .tablet .content__background__Right {
        left: 67%;
        width: 33%;
    }
    .mobile .content__background__Bottom, .tablet .content__background__Bottom {
        top: 70%;
        left: 67%;
        width: 33%;
    }
    .mobile .car, .tablet .car {
        top: 75%;
        right: 0;
        width: 33%;    
    }

    .mobile p, .tablet p {
        text-align: left;
        font-size: 1.7rem;
        line-height: 2.8rem;
        margin: 10px 0;
    }   

    .mobile .pend, .tablet .pend {
        font-size: 1.5rem;
        line-height: 2.4rem;
        margin: 5px 0;
    }       

    .mobile img.pastille, .tablet img.pastille {
        width: 150px;
        top: -45px;
    }    
       
    .mobile .button, .tablet .button {
        padding: 10px 15px;
        font-size: 1.7rem;
    }

    .mobile .q__title, .tablet .q__title {
        font-weight: 200;
        font-size: 1.7rem;
    }

    .mobile .q__title span, .tablet .q__title span {
        display: block;
    }    

    .mobile .reps, .tablet .reps {
        margin: 10px 0 0;
    }
    
    .mobile .rep, .tablet .rep {
        width: 88%;
        margin: 0 0 15px 0;
        padding: 15px 5px 10px 5px;
        font-size: 1.2rem;
    }

    .mobile .step__end h1, .tablet .step__end h1 {
        font-size: 1.8rem;
    }
    .mobile .step__end p, .tablet .step__end p,
    .mobile h3, .tablet h3 {
        margin: 0 0 5px;
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    .mobile #registration_container input[type="text"], .tablet #registration_container input[type="text"], 
    .mobile #registration_container input[type="email"], .tablet #registration_container input[type="email"] {
    line-height: 25px;
    height: 25px;
        font-size: 1.5rem;
    }    

    .mobile .checkbox-txt, .tablet .checkbox-txt {
        font-size: 1.0rem;
    }
    .mobile .step__end .container, .tablet .step__end .container {
        padding: 5% 5% 0px 5%;
    }   
    .mobile #registration_container, .tablet #registration_container {
        width: 100%;
    }
    .mobile .step__end .p2, .tablet .step__end .p2 {
        margin: 10px 0;
        font-size: 1.8rem;
        line-height: 2.5rem;
    }    
}


@media screen and (max-width: 760px) {
    .mobile h1, .tablet h1 {
        font-size: 2.0rem;
    }
    .mobile h2, .tablet h2 {
        font-size: 1.6rem;
    }    
}

@media screen and (max-width: 320px) {

    .wrapper {
        min-height: auto;
    }

    .mobile h1, .tablet h1 {
        font-size: 1.7rem;
    }
    .mobile h2, .tablet h2 {
        font-size: 1.3rem;
    }  

    .mobile section, .tablet section {
        position: absolute;
        z-index: 500;
        width: 80%;
        /*height: 60%;*/
        height: 380px;
        min-width: auto;
        /*min-height: 500px;*/
        min-height: auto;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        /* min-height: 100vh; */
        padding: 0px 0;
    } 

    .mobile .content__background__Right, .tablet .content__background__Right {
        left: 67%;
        width: 33%;
    }
    .mobile .content__background__Bottom, .tablet .content__background__Bottom {
        top: 70%;
        left: 67%;
        width: 33%;
    }
    .mobile .car, .tablet .car {
        top: 75%;
        right: 0;
        width: 33%;    
    }

    .mobile p, .tablet p {
        text-align: left;
        font-size: 1.5rem;
        line-height: 2.1rem;
        margin: 5px 0;
    }   

    .mobile .pend, .tablet .pend {
        font-size: 1.5rem;
        line-height: 2.4rem;
        margin: 5px 0;
    }       

    .mobile img.pastille, .tablet img.pastille {
        width: 150px;
        top: -45px;
    }    
       
    .mobile .button, .tablet .button {
        padding: 10px 15px;
        font-size: 1.3rem;
    }

    .mobile .q__title, .tablet .q__title {
        font-weight: 200;
        font-size: 1.5rem;
    }

    .mobile .q__title span, .tablet .q__title span {
        display: block;
    }    

    .mobile .reps, .tablet .reps {
        margin: 10px 0 0;
    }

    .step__q {
        padding: 5% 10% 0% 10%;
    }    
    
    .mobile .rep, .tablet .rep {
        width: 88%;
        margin: 0 0 10px 0;
        padding: 10px 5px 8px 5px;
        font-size: 0.9rem;
    }

    .mobile .step__end h1, .tablet .step__end h1 {
        font-size: 1.5rem;
        margin: 0;
    }
    .mobile .step__end p, .tablet .step__end p,
    .mobile h3, .tablet h3 {
        margin: 0 0 5px;
        font-size: 1.0rem;
        line-height: 1.3rem;
    }

    .mobile #registration_container input[type="text"], .tablet #registration_container input[type="text"], 
    .mobile #registration_container input[type="email"], .tablet #registration_container input[type="email"] {
    line-height: 25px;
    height: 25px;
        font-size: 1.5rem;
    }    

    .mobile .checkbox-txt, .tablet .checkbox-txt {
        font-size: 0.85rem;
    }
    .mobile .step__end .container, .tablet .step__end .container {
        padding: 5% 5% 0px 5%;
    }   
    .mobile #registration_container, .tablet #registration_container {
        width: 100%;
    }
    .mobile .step__end .p2, .tablet .step__end .p2 {
        margin: 10px 0;
        font-size: 1.5rem;
        line-height: 2.2rem;
    } 

    .checkboxWrapper {
        width: 60%;
    }       

}


