@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.ttf') format('ttf');
}

body {
    font-family: 'Lato', sans-serif;
    margin: 0px;
}

.section {
    padding: 76px 0px;
}

.inactive {
    display: none;
}

.top-first li#tab {
    display: inline;
    margin: 0px 0px;
    padding: 0px; */
    font-size: 14px;
    cursor: pointer;
}

.top-first li#tab a {
  padding: 10px 8px;
}

.firstView {
    width: 100%;
    height: 100%;
    min-height: 650px;


    background: rgba(255,255,255,0.54);
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.54) 0%, rgba(255,255,255,0.54) 2%, rgba(173,170,173,0.6) 29%, rgba(0,0,0,0.74) 100%) , url(../img/fond.jpg) no-repeat center center fixed;
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,0.54)), color-stop(2%, rgba(255,255,255,0.54)), color-stop(29%, rgba(173,170,173,0.6)), color-stop(100%, rgba(0,0,0,0.74))) , url(../img/fond.jpg) no-repeat center center fixed;
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.54) 0%, rgba(255,255,255,0.54) 2%, rgba(173,170,173,0.6) 29%, rgba(0,0,0,0.74) 100%) , url(../img/fond.jpg) no-repeat center center fixed;
    background: -o-linear-gradient(-45deg, rgba(255,255,255,0.54) 0%, rgba(255,255,255,0.54) 2%, rgba(173,170,173,0.6) 29%, rgba(0,0,0,0.74) 100%) , url(../img/fond.jpg) no-repeat center center fixed;
    background: -ms-linear-gradient(-45deg, rgba(255,255,255,0.54) 0%, rgba(255,255,255,0.54) 2%, rgba(173,170,173,0.6) 29%, rgba(0,0,0,0.74) 100%) , url(../img/fond.jpg) no-repeat center center fixed;
    background: linear-gradient(135deg, rgba(255,255,255,0.54) 0%, rgba(255,255,255,0.54) 2%, rgba(173,170,173,0.6) 29%, rgba(0,0,0,0.74) 100%) , url(../img/fond.jpg) no-repeat center center fixed;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    color: white;
    overflow: hidden;
}

.firstView_CGU {
    width: 100%;
    height: 100%;
    min-height: 3550px;
    background-color: #F0F0F0;
//overflow: hidden;
}

.firstView_Privacy {
    width: 100%;
    height: 100%;
    min-height: 1550px;
    background-color: #F0F0F0;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-image: none !important;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: #1689CE;
}

.dropdown {
    float: right;
}

ul.dropdown-menu {
    padding: 0px;
}

.btn {
    background: none;
    border: none;
    text-shadow: none;
    padding: 0px 0px;
}

.dropdown-menu {
    background-color: transparent;
    width: 50px;
    min-width: 50px;
    left: -4px;
    margin: 4px 0 0;
}

.dropdown-menu>li>a {
    padding: 2px 8px;
}

.top-first {
    padding: 10px 30px;
    height: 90px;
}

.top-first ul {
    padding: 20px 0px;
    float: right;
}

.top-first li {
    display: inline;
    margin: 0px 10px;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
}

.h-one:hover~hr {
    width: 70px;
}

.h-two:hover~hr {
    margin-left: 100px;
    width: 120px;
}

.h-three:hover~hr {
    margin-left: 240px;
    width: 110px;
}

.h-four:hover~hr {
    margin-left: 370px;
    width: 60px;
}

.top-first hr {
    height: .20rem;
    margin: 5px 10px;
    width: 70px;
    background: white;
    border: none;
    transition: .3s ease-in-out;
}

.big-content {
    position: relative;
    padding-top: 15vh;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: white;
}

.contour {
    position: relative;
    padding: 10px;
    padding-top: 4vh;
    border: 20px solid white;
    border-top: 30px solid white;
    border-radius: 50px;
    height: 800px;
}

.dot {
    position: absolute;
    top: -20px;
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd;
}

.barre {
    display: none;
}

p.large {
    font-size: 45px;
}

p.medium {
    font-size: 20px;
}

.brand {
    margin-bottom: 15px;
}

.firstView h1 {
    display: inline-block;
    font-size: 40px;
    margin: 0px;
}

.btn-download {
    border: 4px solid white;
    text-align: center;
    font-size: 20px;
    padding: 10px 15px;
    color: white;
    width: 300px;
    margin: 10px auto;
}

@media all and (max-width: 768px) {
    p.large {
        font-size: 32px;
    }
    p.medium {
        font-size: 15px;
    }
}

@media all and (max-width: 500px) {
    .big-content {
        padding-top: 300px;
    }
    .hidden-xxs {
        display: none;
    }
    .firstView {
        min-height: 664px;
    }
    .download {
        margin-top: 180px;
    }
    .download_cgu {
        margin-top: 10px;
    }
    .btn-download {
        width: 150px;
    }
    .contour {
        border-top: 50px solid white;
    }
    .brand_cgu {
        margin-top: -330px;
        text-align: left;
    }
    .brand {
        margin-top: -370px;
    }
    .dot {
        top: -40px;
    }
    .dot {
        position: absolute;
        top: -30px;
        left: calc(50% - 45px);
    }
    .barre {
        display: block;
        position: absolute;
        top: -28px;
        left: calc(50% - 25px);
        width: 60px;
        height: 7px;
        background-color: #ddd;
        border-radius: 50px;
    }
    p.large {
        font-size: 15px;
    }
    p.medium {
        font-size: 12px;
    }
}

#screen {
    position: relative;
    background-color: white;
}

.top-bar {
    z-index: 5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 42px;
    background-color: #fbfbfb;
    border-bottom: 1px solid #dcdcdc;
}

.tabs {
    z-index: 1;
    width: 100%;
    height: 37px;
    padding: 0 0 0 0;
    background-color: #0288D1;
    overflow: visible;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid #ccc;
}

.tab {
    position: relative;
    width: 180px;
    height: 32px;
    overflow: hidden;
    float: left;
    margin: 5px -15px 0 0;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.window-action {
    float: left;
    width: 80px;
    padding: 12px 10px;
}

.window-action i {
    margin: 0px 2px;
}

.green {
    color: #34c84a;
}

.yellow {
    color: #fdbc40;
}

.red {
    color: #fc605c;
}

.tab-box {
    position: relative;
    height: 50px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 0 8px 0;
    box-shadow: 0 0 2px #fff inset;
    /*-webkit-transform: perspective(100px) rotateX(30deg);
    -moz-transform: perspective(100px) rotateX(30deg);
    */
}

.tab.active {
    z-index: 40;
    position: relative;
    padding-bottom: 1px;
    border-bottom: none;
}

.tab .tab-box {
    background-color: #eee;
}

.tab.active .tab-box {
    background-color: #fbfbfb;
    @include background-image(linear-gradient(top, #ccc, #ddd 3%, rgba(#eee, 0.5)));
    box-shadow: 0 0 2px 0 #fff inset;
}

.tab-title {
    position: absolute;
    top: 8px;
    left: 0;
    width: 180px;
    text-align: center;
}

@media all and (min-width: 768px) {
    .navbar {
        display: none;
    }
}

.navbar {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border: none;
    color: black;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    */
    color: white;
}

.navbar-default {
    background: #03A9F4 url(../img/lightnoise.png);
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff;
    color: #03A9F4;
}

.navbar-default .navbar-nav>li>a {
    color: white;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: white;
    padding-left: 28px;
}

.content {
    /*z-index:1;*/
    /*height:300px;*/
    /*background:#eee;*/
    position: relative;
    margin-top: 42px;
}

.inactive+.content {
    margin-top: 0px;
}

#features {
    height: 600px;
}

.wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.hrunderline {
    height: 2px;
    background-color: #1EA7EC;
    margin-bottom: 0px;
    margin-top: -5px;
    float: left;
    width: 60px;
}

.alignText-right .hrunderline {
    float: right;
}

.hrunderline-title {
    height: 2px;
    background-color: #1EA7EC;
    margin-bottom: 0px;
    margin-top: 10px;
    margin-bottom: 35px;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.pack {
    width: 50%;
}

#Align-picture {
    float: right;
}

#Align-picture-left {
    float: left;
}

#Align-picture img {
    border-radius: 100%;
}

#alignImage {
    position: relative;
}

.alignText-left {
    /*
    display: inline-block;
    vertical-align: middle;
    */
    float: right;
    padding-left: 30px;
    width: 440px;
}

.alignText-right {
    /*
    display: inline-block;
    vertical-align: middle;
    */
    float: left;
    padding-right: 30px;
    width: 400px;
}

.Title {
    text-align: right;
    font-size: 22px;
    margin-bottom: 5px;
}

.Title-left h3:after {
    background-color: grey;
    width: 60px;
    content: "";
    position: absolute;
    height: 3px;
}

.Title-left {
    font-size: 22px;
    text-align: left;
    margin-bottom: 5px;
}

@media all and (max-width: 920px) {
    #Align-picture, #Align-picture-left, .alignText-left, .alignText-right {
        float: none;
    }
    #features {
        height: 900px;
    }
    .alignText-right {
        padding-right: 15px;
    }
    .alignText-left {
        padding-left: 15px;
    }
}

.feature {
    padding-top: 20px;
}

.feature.fright {
    text-align: right;
}

.stats {
    width: 70%;
    margin: 0 auto;
}

.circle {
    display: inline-block;
    height: 150px;
    width: 150px;
    border: 2px solid white;
    border-radius: 75px;
}

.circle-left {
    display: inline-block;
    height: 150px;
    width: 150px;
    border: 2px solid white;
    border-radius: 75px;
    margin-left: 5%;
}

#third {
    background-color: #03A9F4;
}

.stat-elt {
    margin: 100px auto;
}

.progress-block {
    display: inline-block;
    margin-left: 5%;
    vertical-align: top;
    padding: 20px 0px;
    width: 70%;
}

.my-progress-bar {
    display: inline-block;
    border: 1px solid white;
    height: 10px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.reverse {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari and Chrome */
    -o-transform: rotate(180deg);
}

.shape {
    position: absolute;
    width: 100%;
    height: 5%;
    transform: translateX(0) translateY(-50%);
    z-index: 2;
}

@media all and (max-width: 560px) {
    .pack, .fright, .fleft, .Title, .Title-left, .hrunderline, .alignText-right .hrunderline, .alignText-right, .alignText-left, .feature, .feature.fright {
        float: none;
        text-align: center;
    }
    .pack {
        width: 100%;
    }
    .alignText-left, .alignText-right {
        padding: 0px;
        width: 100%;
    }
    #features {
        height: 1700px;
    }
}

.slider-arrow {
    display: inline-block;
    width: 9%;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.slider-arrow i {
    font-size: 30px;
}

.slider {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
}

.back-window {
    display: inline-block;
    margin: 0 25px;
    width: 660px;
    height: auto;
    margin-top: 70px;
    vertical-align: top;
    overflow: hidden;
    box-shadow: 1px 1px 10px #888888;
    z-index: 1;
}

.back-window.right {
    margin-left: -445px;
}

.back-window img {
    width: 100%;
}

.browser {
    display: inline-block;
    vertical-align: top;
    width: 820px;
    margin: 0 auto;
    margin-left: -890px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px 5px 50px #888888;
    z-index: 5;
}

.browser .body {
    height: auto;
}

.browser .body img {
    width: 100%;
}

.slide-block {
    width: 1200px;
    margin: 0 auto;
}

.header-col {
    display: inline-block;
}

.header-first {
    width: 15%;
    min-width: 100px;
}

.header-second {
    width: 70%;
}

.header-third {
    width: 12%;
    min-width: 70px;
    text-align: right;
}

@media all and (max-width: 1200px) {
    .slide-block {
        width: 780px;
    }
    .header-second {
        width: 65%;
    }
    .browser {
        width: 530px;
        margin-left: -580px;
    }
    .back-window {
        width: 492px;
        margin-top: 50px;
    }
    .back-window.right {
        margin-left: -443px;
    }
}

@media all and (max-width: 770px) {
    .slide-block {
        width: 450px;
    }
    .header-second {
        width: 35%;
    }
    .browser {
        width: 340px;
        margin-left: 10px;
    }
    .back-window {
        display: none;
    }
}

@media all and (max-width: 1024px) {
        #logo
        {
            width: 93px;
            height: 100px;
        }
}

@media all and (max-width: 440px) {
    .slide-block {
        width: 300px;
    }
    .slider {
        width: 79%;
    }
    .header {
        font-size: 10px;
    }
    .header-first {
        min-width: 77px;
        margin-left: -10px
    }
    .header-second {
        width: 35%;
    }
    .header-third {
        min-width: 50px;
    }
    .browser {
        width: 215px;
        margin-left: 10px;
    }
    .back-window {
        display: none;
    }

    #footer li {
      font-size: 50px;
    }
}

#footer {
    position: absolute;
    width: 100%;
    text-align: center;
    background: #f4f4f4 url(../img/lightnoise.png);
    padding: 20px;
    color: #5f6e8a;
}

#footer ul {
    list-style-type: none;
    padding-left: 0px;
}

#footer li {
    display: inline-block;
    font-size: 60px;
    margin: 10px;
}

#newsletter {
    text-align: right;
    padding-top: 2%;
}

@media all and (max-width: 640px) {
    #newsletter {
        text-align: center;
    }
}

#newsletter input {
    border: none;
    border-bottom: 1px solid #6f80a1;
    background-color: transparent;
    width: 200px;
    margin-right: 5px;
    padding: 4px;
}

#newsletter button {
    padding: 5px 15px;
    background-color: #6f80a1;
    color: white;
    border: none;
}

#social {
    margin: 50px 0px;
}

#stats-p {
    font-size: 18px;
    color: white;
    text-align: center;
    padding-top: 15px;
    margin-left: 150px;
    margin-right: 150px;
}

@media (max-width: 1350px) {
    .circle {
        height: 140px;
        width: 140px;
    }
    .circle-left {
        height: 140px;
        width: 140px;
    }
    .progress-block {
        width: 60%
    }
    #stats-p {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (max-width: 768px) {
    .circle {
        height: 140px;
        width: 140px;
        margin: 0 auto;
        display: block;
    }
    .circle-left {
        height: 140px;
        width: 140px;
        display: block;
        margin: 0 auto;
        margin-left: none;
    }
    .progress-block {
        width: 60%
    }
    #stats-p {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (max-width: 420px) {
    .progress-block {
        width: 50%
    }
    .circle {
        height: 140px;
        width: 140px;
        display: block;
        margin: 0 auto;
    }
    .circle-left {
        height: 130px;
        width: 130px;
        display: block;
        margin: 0 auto;
        margin-left: none;
        margin-bottom: 5%;
    }
    .my-progress-bar {
        width: 90%;
    }
}
