@font-face {
    font-family: 'ITCAvantGardeStd-XltObl';
    src: url('../fonts/ITCAvantGarde/ITCAvantGardeStdXLtObl.eot');
    src: url('../fonts/ITCAvantGarde/ITCAvantGardeStdXLtObl.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ITCAvantGarde/ITCAvantGardeStdXLtObl.woff') format('woff'),
    url('../fonts/ITCAvantGarde/ITCAvantGardeStdXLtObl.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'ITCAvantGardeStd-Md';
    src: url('../fonts/ITCAvantGarde/ITCAvantGardeStdMd.eot.eot');
    src: url('../fonts/ITCAvantGarde/ITCAvantGardeStdMd.eot.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ITCAvantGarde/ITCAvantGardeStdMd.woff') format('woff'),
    url('../fonts/ITCAvantGarde/ITCAvantGardeStdMd.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'ITCAvantGardeStd-MdObl';
    src: url('../fonts/ITCAvantGarde/ITCAvantGardeStdMdObl.eot');
    src: url('../fonts/ITCAvantGarde/ITCAvantGardeStdMdObl.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ITCAvantGarde/ITCAvantGardeStdMdObl.woff') format('woff'),
    url('../fonts/ITCAvantGarde/ITCAvantGardeStdMdObl.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'ITCAvantGardeStd-BoldObl';
    src: url('../fonts/ITCAvantGarde/ITCAvantGardeStdBoldObl.eot');
    src: url('../fonts/ITCAvantGarde/ITCAvantGardeStdBoldObl.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ITCAvantGarde/ITCAvantGardeStdBoldObl.woff') format('woff'),
    url('../fonts/ITCAvantGarde/ITCAvantGardeStdBoldObl.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'DIN Pro Light';
    src: url('../fonts/DINPro/DINPro-Light.eot');
    src: url('../fonts/DINPro/DINPro-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DINPro/DINPro-Light.woff') format('woff'),
    url('../fonts/DINPro/DINPro-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro Medium';
    src: url('../fonts/DINPro/DINPro-Medium.eot');
    src: url('../fonts/DINPro/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DINPro/DINPro-Medium.woff') format('woff'),
    url('../fonts/DINPro/DINPro-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro Black';
    src: url('../fonts/DINPro/DINPro-Black.eot');
    src: url('../fonts/DINPro/DINPro-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DINPro/DINPro-Black.woff') format('woff'),
    url('../fonts/DINPro/DINPro-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic Regular';
    src: url('../fonts/CenturyGothic/CenturyGothic.eot');
    src: url('../fonts/CenturyGothic/CenturyGothic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CenturyGothic/CenturyGothic.woff') format('woff'),
    url('../fonts/CenturyGothic/CenturyGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic Bold';
    src: url('../fonts/CenturyGothic/CenturyGothic-Bold.eot');
    src: url('../fonts/CenturyGothic/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CenturyGothic/CenturyGothic-Bold.woff') format('woff'),
    url('../fonts/CenturyGothic/CenturyGothic-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    font-family: 'Century Gothic Regular';
    font-size: 10px;
    background-color: #fafafa;
}

.btn:focus,
.btn:active,
button,
input {
	outline: 0 !important;
	box-shadow: none !important;
}

section {
    text-align: center;
}

a {
    color: #333;
	-webkit-transition: color .15s;
	-moz-transition: color .15s;
	-ms-transition: color .15s;
	-o-transition: color .15s;
	transition: color .15s;
}

a:hover {
    color: #333;
    text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.hover {
	-webkit-transition: opacity .15s;
	-moz-transition: opacity .15s;
	-ms-transition: opacity .15s;
	-o-transition: opacity .15s;
	transition: opacity .15s;
}

.hover:hover {
	filter: alpha(opacity=90);
	opacity: .9;
}

h2 {
    text-transform: uppercase;
    font-style: italic;
}

h2 {
    font-size: 3rem;
    color: #454545;
    line-height: 1.5em;
}

h2>span {
    font-size: 7rem;
    font-weight: 700;
}

h3 {
    font-family: 'DIN Pro Medium';
    font-size: 2.5rem;
    color: #454545;
    margin-bottom: 25px;
}

h1,
p {
    font-size: 2.5rem;
    font-weight: 500;
    color: #454545;
    line-height: 1.3em;
}

.blue {
    color: #222f7f
}

.btn {
    font-weight: 700;
}

#btn-ready {
    margin-top: 35px;
}

#btn-ready>span {
    display: block;
    font-family: 'Century Gothic Bold';
    font-size: 3rem;
    color: #454545;
    margin-bottom: 5px;
}

.absolute {
    position: absolute;
    left: 50%;
    bottom: 20px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.btn-next {
    background-color: #272727;
    width: 300px;
    height: 70px;
    border-radius: 5px;
}

.btn-next.btn-red {
    background-color: #db1d0a;
    width: 420px;
    height: 90px;
}

.btn-next:hover {
    color: #fff;
}

.btn-next:disabled {
    cursor: not-allowed;
}

.back-container {
    margin-top: 10px;
}

#home,
.step {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

#home:not(.homevid) {
    background-image: url(../img/bg_home.jpg);
    background-position: center 0;
}
.logo {max-width:199px; height:auto;width:100%; margin-bottom:20px;} /* KAGO */
video#homevid {
	display: block;
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background-size: cover;
    transform: translate(calc((100% - 100vw) / 2), calc((100% - 100vh) / 2));
}

#home .cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.56) 0%, rgba(255,255,255,1) 100%);
}

#home .lang,
#home .contact {
    position: absolute;
    top: 100px;
}

#step1 .lang {
    position: absolute;
    top: 0;
    right: -80px;
}

#home .lang {
    left: 10%;
}

.lang a:first-child img {
    margin-right: 15px;
}

#home .contact {
    right: 10%;
}

#home .home-container {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    padding: 0 30px;
}

#home img.title {
    display: block;
    margin: 50px auto 35px;
}

#home .social-networks {
    position: absolute;
    bottom: 40px;
    right: 10%;
}

#home .contact p,
#home .social-networks p {
    font-family: 'Century Gothic Regular';
    font-size: 1.5rem;
}

#home .social-networks p span {
    display: inline-block;
    margin-right: 10px;
}

#home .social-networks p img {
    margin-left: 10px;
}

h1 {
    font-family: 'ITCAvantGardeStd-MdObl';
    text-transform: uppercase;
}

.step {
    background: url(../img/bg_lines.jpg) center top no-repeat;
}

.step-inside {
    padding: 40px 20px;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

#step1 .step-inside {
    background-image: url(../img/step1.png);
}

#step2 .step-inside,
#step3 .step-inside {
    background-image: url(../img/step2.png);
}

#step4 .step-inside {
    background-image: url(../img/step3.png);
}

#step5 .step-inside {
    background-image: url(../img/step5.png);
    background-position: left top;
}

.step-container {
    position: relative;
    max-width: 768px;
    height: 100%;
    margin: 0 auto;
}

.step-container::after {
    content: '';
    background: url(../img/t-fight.gif) 0 0 no-repeat;
    width: 250px;
    height: 600px;
    position: absolute;
    bottom: 50px;
    right: -300px;
}

#footer,
.step,
#popin-wait {
    display: none;
}

#steps {
    width: 740px;
    height: 150px;
    margin: 30px auto;
    padding-top: 50px;
    background: url(../img/line1.png) 0 78px no-repeat;
}

#steps.step2 {
    background-image: url(../img/line2.png);
}

#steps.step3 {
    background-image: url(../img/line3.png);
}

#steps.step4 {
    background-image: url(../img/line4.png);
}

#steps .step-count {
    color: #d1d1d1;
    font-family: 'DIN Pro Medium';
    float: left;
    width: 185px;
    position: relative;
}

#steps .step-count .step-count-text {
    font-size: 1.5rem;
}

.round {
    background-color: #fafafa;
    border: 3px solid #d1d1d1;
    border-radius: 30px;
    display: inline-block;
    font-size: 2.5rem;
    line-height: 4rem;
    padding: 5px;
    width: 55px;
    height: 55px;
    margin-bottom: 15px;
}

#steps .step-count.selected {
    color: #db1d0a;
}

#steps .step-count.selected .round {
    border-color: #db1d0a;
}

#steps .step-count.current::before {
    content: '';
    background-image: url(../img/arrow-red.svg);
    width: 70px;
    height: 30px;
    position: absolute;
    top: -50px;
    left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wheel {margin-top: 22vh;} /*  KAGO */

.survey {
    height: 180px;
    position: relative;
    overflow: hidden;
}
@media (max-width: 768px)  { /*KAGO*/
	#survey {background-color:#FFFFFF;}
}
.survey::before,
.survey::after {
    content: '';
    position: absolute;
    left: 0;
    height: 60px;
    width: 100%;
    z-index: 1;
}

.survey::before {
    top: 0;
    background: rgb(250,250,250);
    background: -moz-linear-gradient(0deg, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 80%);
    background: -webkit-linear-gradient(0deg, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 80%);
    background: linear-gradient(0deg, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fafafa",endColorstr="#fafafa",GradientType=1);
}

.survey::after {
    top: 120px;
    background: rgb(250,250,250);
    background: -moz-linear-gradient(0deg, rgba(250,250,250,1) 20%, rgba(250,250,250,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(250,250,250,1) 20%, rgba(250,250,250,0) 100%);
    background: linear-gradient(0deg, rgba(250,250,250,1) 20%, rgba(250,250,250,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fafafa",endColorstr="#fafafa",GradientType=1);
}

.survey-up,
.survey-down {
    cursor: pointer;
}

.survey-selected {
    position: absolute;
    top: 60px;
    left: 35px;
    width: 730px;
    height: 60px;
    border: 1px solid #db1d0a;
    border-left: 0;
}

.survey-selected::after {
    content: '';
    background: url(../img/border-diagonal.png) no-repeat 0 bottom;
    position: absolute;
    left: -35px;
    bottom: -1px;
    width: 35px;
    height: 61px;
}

.survey ul {
    position: absolute;
    top: 60px;
    width: 100%;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.survey li {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'ITCAvantGardeStd-XltObl';
    font-size: 2.4rem;
    color: #454545;
    line-height: 1em;
    height: 60px;
    padding: 0 20px;
}

.survey li.checked {
    background: url(../img/checked.png) 700px 50% no-repeat;
    font-family: 'ITCAvantGardeStd-BoldObl';
}

form {
    max-width: 420px;
    margin: auto;
}

#step3 form button.button-login {
    background-color: transparent;
    border: 1px solid #db1d0a;
    border-radius: 43px;
    width: 78px;
    height: 78px;
}

#step3 form button.button-login.button-login-twitter {
    border-color: #23307F;;
}

#step3 form button.button-login.button-login-google {
    border-color: #23307F;;
}

#step3 form button#button-disconnect-tw,
#step3 form button#button-disconnect-gg {
    display: none;
}

#step3 form button.button-disconnect {
    background-color: transparent;
    border: 0;
    margin: 0 auto;
}

#step3 form .col {
    align-self: center;
}

#step3 form .col:first-child {
    text-align: left;
}

#step3 form .col:last-child {
    text-align: right;
}

input {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #707070;
    font-family: 'Century Gothic Bold';
    font-size: 1.5rem;
    color: #070707;
    display: block;
    width: 100%;
    margin-bottom: 50px;
    background: transparent;
}

#step3 .or {
    font-family: 'DIN Pro Medium';
    font-size: 1.5rem;
    color: #707070;
    margin: 30px 0;
}

.btn-checked::after {
    content: '';
    position: absolute;
    right: -70px;
    top: 28px;
    background: url(../img/checked.png) no-repeat;
    width: 57px;
    height: 32px;
}

#step3 #popin-wait {
    background-color: rgba(39, 39, 39, .9);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#step3 #popin-wait h2,
#step3 #popin-wait h2>span {
    color: #fff;
}

#step3 #popin-wait .popin-wait-container {
    padding: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#step3 #popin-wait .popin-wait-frame {
    background: #707070;
    max-width: 900px;
    margin: 0 auto;
    padding: 100px 125px 100px;
}

#step3 #popin-wait .progress-legend {
    position: relative;
}

#step3 #popin-wait .progress-legend p {
    font-size: 1.5rem;
    color: #fff;
}

#step3 #popin-wait .progress-legend p.progress-legend-text {
    font-family: 'ITCAvantGardeStd-MdObl';
}

#step3 #popin-wait .progress-legend p.progress-value {
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'Century Gothic Bold';
}

#step3 #popin-wait .progress {
    background-color: #707070;
    height: 3px;
    margin: 100px 0 20px;
}

#step3 #popin-wait .progress-bar {
    background-color: #fff;
    transition: width 1s linear;
}

@media (min-width: 1100px) and (min-height:1024px) { /*KAGO*/
	#step4 .step-container {max-width: 1100px;}
}

#step4 #vid { /* KAGO */
    max-width: 100%;
    height:auto;
    max-height:100%;
    width:auto;
}

.video-container {
    position: relative;
    margin: 0 auto;
    height:50vh;
}

#step4 .btn-play { /* KAGO */
    display:none;
	cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#step4 img.arrow { /* KAGO */
    width: 50px;
    margin-top: 10px;
    animation-name: animfleche;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
}
@media (max-width: 768px) and (min-height:700px) { /*KAGO*/
	@keyframes animfleche {
		from {margin-top:10px;}
		to {margin-top:20vh;}
	}
	.video-container {height:40vh;}
}
@media (max-width: 500px) and (min-height:820px) { /*KAGO*/
	@keyframes animfleche {
		from {margin-top:10px;}
		to {margin-top:35vh;}
	}
	.video-container {height:30vh;}
}
@media (min-width: 768px) and (max-height:1024px) { /*KAGO*/
	@keyframes animfleche {
		from {margin-top:10px;}
		to {margin-top:100px;}
	}
	.video-container {height:40vh;}
}
@media (min-width: 768px) and (min-height:1024px) { /*KAGO*/
	@keyframes animfleche {
		from {margin-top:10px;}
		to {margin-top:100px;}
	}
	.video-container {height:50vh;}
}

#step4 #btn-download {
    padding: 10px 70px;
    position: relative;
}

#step4 #btn-download img.picto {
    position: absolute;
    top: 50%;
    right: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#step4 p.share {
    font-family: 'ITCAvantGardeStd-BoldObl';
    text-transform: uppercase;
    margin: 20px 0 0;
}

#step5.step {
    background-position: center -80px !important;
}

#step5 .step-container {
    max-width: 880px;
}

#step5 p.baseline {
    font-family: 'ITCAvantGardeStd-BoldObl';
    text-transform: uppercase;
    margin: 40px 0;
}

#step5 .line {
    background: url(../img/dot-red.jpg) 0 28px repeat-x;
}
@media (max-width: 768px) and (min-height:700px) { /*KAGO*/
	#step5 .line {margin-top:15vh;}
	#step5 .step-inside {padding-top:8vh;}
}
@media (min-width: 768px) and (max-height:900px) { /*KAGO*/
	#step5 .line {margin-top:10vh;}
}

#step5 .round {
    font-family: 'DIN Pro Medium';
    color: #db1d0a;
    border-color: #db1d0a;
}

#step5 p.option {
    font-family: 'ITCAvantGardeStd-MdObl';
    text-transform: uppercase;
    margin-bottom: 15px;
}

#step5 p.option>span {
    font-family: 'ITCAvantGardeStd-BoldObl';
    color: #db1d0a;
}

#step5 p.hashtags-container {
    font-family: 'ITCAvantGardeStd-BoldObl';
    border: 1px solid #454545;
    padding: 20px 15px 25px;
    position: relative;
    margin-bottom: 40px;
}

#step5 p.hashtags-container .mention {
    position: absolute;
    bottom: -18px;
    left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fafafa;
    padding: 0 10px;
}

#step5 p.hashtags-container .mention span {
    display: inline-block;
    background: #000;
    border-radius: 5px;
    padding: 2px 20px 0;
    font-family: 'ITCAvantGardeStd-Md';
    font-size: 1.5rem;
    line-height: 36px;
    height: 36px;
    color: #fff;
    cursor: pointer;
}

#step5 input {
    margin-bottom: 35px;
}

#footer {
    background-color: #272727;
    min-height: 270px;
    padding: 20px 0;
}

#footer .col {
    align-self: center;
}

#footer a {
    font-family: 'Century Gothic Regular';
    font-size: 1.5rem;
    color: #bbb;
}

#footer a:hover {
    color: #fff;
}

@media (max-width: 1399px) {
    #step5 .step-inside {
        background-position: -40px 400px
    }
}
@media (max-height:1080px) { /*KAGO*/
	.wheel {margin-top: 18vh;}
}
@media (max-height:800px) { /*KAGO*/
	.wheel {margin-top: 15vh;}
}
@media (max-height:720px) { /*KAGO*/
	.wheel {margin-top: 4vh;}
}
@media (max-height:600px) { /*KAGO*/
	.wheel {margin-top: 10px;}
}
@media (max-width: 768px) and (min-height:640px) { /*KAGO*/
	#step3 form {margin-top:25vh;}
}
@media (min-width: 768px) and (min-height:640px) { /*KAGO*/
	#step3 form {margin-top:15vh;}
}

@media (max-width: 991px) {
    #home .lang,
    #home .contact {
        top: 20px;
    }
    #home .social-networks {
        right: 20px;
        bottom: 10px;
    }
    h1 {
        font-size: 2rem;
        line-height: 1em;
    }
    .step-container::after {
        content: none;
    }
    #step1 .lang {
        display: none;
    }
    .survey {
        max-width: 690px;
        margin: 0 auto;
    }
    .survey li {
        font-size: 2rem;
    }
    .survey li.checked {
        background-position: 620px 50% !important;
    }
    .survey-selected {
        width: 655px;
    }
    #step5 .step-inside {
        background: none;
    }
    #footer a {
        display: inline-block;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    #home .lang {
        left: 5%;
    }
    #home .contact {
        display: none;
    }
    #home .home-container {
        bottom: 20px;
    }
    p {
        font-size: 2rem;
    }
    h1 {
        font-size: 1.8rem;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
    #btn-ready {
        margin-top: 10px;
    }
    #home img.title {
        margin-top: 20px;
    }
    #btn-ready>span {
        font-size: 2.5rem;
    }
    #home .social-networks {
        right: 5%;
        bottom: auto;
        top: 20px;
    }
    #home .social-networks p span {
        display: none;
    }
    #steps {
        width: 280px;
        height: 95px;
        margin: 10px auto;
        padding-top: 40px;
        background: url(../img/line1_768.png) 0 63px no-repeat;
    }
    #steps.step2 {
        background-image: url(../img/line2_768.png);
    }
    #steps.step3 {
        background-image: url(../img/line3_768.png);
    }
    #steps.step4 {
        background-image: url(../img/line4_768.png);
    }
    #steps .step-count.current::before {
        background-image: url(../img/arrow-red-768.svg);
        width: 55px;
        height: 23px;
        top: -35px;
    }
    #steps .step-count {
        width: 70px;
    }
    #steps .step-count .round {
        font-size: 2rem;
        line-height: 3rem;
        width: 45px;
        height: 45px;
        margin-bottom: 0;
    }
    #steps .step-count .step-count-text {
        display: none;
    }
    img.img-title {
        max-height: 70px;
    }
    .absolute {
        bottom: 10px;
    }
    .btn-next {
        width: 220px;
        height: 60px;
    }
    .btn-next.btn-red {
        width: 240px;
        height: 60px;
    }
    .btn-checked::after {
        top: 14px;
        right: -35px;
        background: url(../img/checked_768.png) no-repeat;
        width: 28px;
        height: 27px;
    }
    .back-container {
        margin-top: 5px;
    }
    .step,
    .step-inside {
        background: none !important;
    }
    .step-inside {
        padding: 10px 15px;
    }
    .survey li {
        font-size: 1.4rem;
    }
    .survey li.checked {
        background: none;
    }
    .survey-selected {
        width: 100%;
        left: 0;
        border-left: 1px solid #db1d0a;
    }
    .survey {
        height: 120px;
    }
    .survey::before,
    .survey::after,
    .survey-selected,
    .survey li {
        height: 40px;
    }
    .survey ul,
    .survey-selected {
        top: 40px;
    }
    h3 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    #step3 form button.button-login {
        width: 60px;
        height: 60px;
    }
    #step3 form button.button-login img {
        height: 25px;
    }
    #step3 .or {
        margin: 10px 0;
    }
    input {
        margin-bottom: 10px;
        font-size: 1.6rem;
    }
    #step3 #popin-wait .popin-wait-frame {
        padding: 70px 25px;
    }
    #step3 #popin-wait .progress {
        margin-top: 70px;
    }
    #step4 p.share {
        font-size: 1.5rem;
        margin-top: 10px;
    }
    #step4 #btn-download {
        padding: 10px 40px;
        width: 280px;
    }
    #step4 #btn-download img.picto {
        right: 10px;
    }
    #step4 .btn-play {
        display: none;
    }
    #step5 p {
        font-size: 1.5rem;
    }
    #step5 p.baseline {
        margin: 10px 0;
    }
    #step5 p.option {
        margin-bottom: 5px;
    }
    #step5 .line {
        background-position: 0 15px;
    }
    #step5 .round {
        font-size: 1.5rem;
        width: 30px;
        height: 30px;
        line-height: 1.5rem;
        margin-bottom: 5px;
    }
    #step5 p.hashtags-container {
        margin-bottom: 20px;
        padding-top: 10px;
    }
    #step5 p.hashtags-container .mention {
        bottom: -15px;
    }
    #step5 p.hashtags-container .mention span {
        font-size: 1rem;
    }
    #step5 input {
        margin-bottom: 2px;
    }
}

@media (max-width: 499px) {
    img.img-title {
        max-height: 45px;
    }
}

@media (max-height: 550px) and (max-width: 767px) {
    .btn-next {
        height: 50px !important;
    }
    #step5 p {
        font-size: 1.3rem;
    }
    #step5 p.baseline {
        margin: 5px 0 0;
    }
    #step5 p.hashtags-container {
        padding-top: 5px;
        padding-bottom: 20px;
    }
}

@media (max-height: 1000px) and (min-width: 768px) {
    .step {
        background-position: center -20px;
    }
    .step-inside {
        padding: 10px 15px;
    }
    .absolute {
        bottom: 10px;
    }
    .video-container {
        /*max-width: 500px; KAGO */
    }
}

@media (max-height: 900px) and (min-width: 768px) {
    #step5 img.img-title {
        max-height: 70px;
    }
    #step5 p.baseline {
        margin: 20px 0;
    }
    #step5 .line {
        background-position: 0 15px;
    }
    #step5 .round {
        font-size: 1.5rem;
        width: 30px;
        height: 30px;
        line-height: 1.5rem;
        margin-bottom: 5px;
    }
    #step5 p.hashtags-container .mention {
        bottom: -15px;
    }
    #step5 p.hashtags-container .mention span {
        font-size: 1rem;
    }
    #step5 input {
        margin-bottom: 2px;
    }
}

@media (max-height: 850px) and (min-width: 768px) {
    #home img.title {
        max-height: 70px;
        margin-top: 30px;
    }
    h1 {
        font-size: 2rem;
    }
    #btn-ready {
        margin-top: 15px;
    }
    .step {
        background-position: center -113px;
    }
    #steps {
        width: 280px;
        height: 95px;
        margin: 10px auto;
        padding-top: 40px;
        background: url(../img/line1_768.png) 0 63px no-repeat;
    }
    #steps.step2 {
        background-image: url(../img/line2_768.png);
    }
    #steps.step3 {
        background-image: url(../img/line3_768.png);
    }
    #steps.step4 {
        background-image: url(../img/line4_768.png);
    }
    #steps .step-count.current::before {
        background-image: url(../img/arrow-red-768.svg);
        width: 55px;
        height: 23px;
        top: -35px;
    }
    #steps .step-count {
        width: 70px;
    }
    #steps .step-count .round {
        font-size: 2rem;
        line-height: 3rem;
        width: 45px;
        height: 45px;
        margin-bottom: 0;
    }
    #steps .step-count .step-count-text {
        display: none;
    }
}

@media (max-height: 750px) and (min-width: 768px) {
    .video-container {
        /*max-width: 420px; KAGO */
    }
}

@media (max-height: 700px) and (min-width: 768px) {
    .btn-next {
        height: 50px !important;
    }
    .btn-checked::after {
        top: 10px;
    }
    #step3 form button.button-login {
        width: 60px;
        height: 60px;
    }
    #step3 form button.button-login img {
        height: 25px;
    }
    #step3 .or {
        margin: 10px 0;
    }
    input {
        margin-bottom: 20px;
        font-size: 1.6rem;
    }
    #step5 p {
        font-size: 1.5rem;
    }
}

@media (max-height: 700px) {
    #step4 img.arrow {
        display: none;
    }
}
