@charset "utf-8";
@import url(reset.css);

html {
    background: #f6f6f6;
}

* {
    box-sizing: border-box;
}

section#lp {
    position: relative;
    width: 1486px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #4D4D4C;
    font-size: 1em;
    background: #fff;
    overflow: auto;
}

section#lp * {
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

section#lp a {
    text-decoration: none;
}

section#lp header {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    background: #fff;
}

section#lp header h1 {
    position: absolute;
    top: 37px;
    right: 326px;
}

section#lp header h2 {
    position: absolute;
    top: 130px;
    left: 328px;
}

section#lp header h2 span {
    float: left;
    display: block;
    clear: both;
    color: #f68871;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    background: #393a3a ;
}

section#lp header h3 {
    position: absolute;
    top: 193px;
    left: 328px;
    float: left;
    color: #393a3a ;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -2px;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section#lp header h3 span {
    color: #7c7c7b;
    font-size: 32px;
}

section#lp header h3 a {
    color: #393a3a ;
}

section#lp header .image {
    float: left;
    width: 100%;
    height: 399px;
    margin-top: 311px;
    text-align: center;
    background: #fff;
}

section#lp header .image a {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

section#lp header .image img {
    position: absolute;
    left: 99px;
    top: 19px;
}

section#lp header .image img.mobile {
    display: none;
}

section#lp header .image p {
    position: absolute;
    top: 133px;
    right: 102px;
    width: 285px;
    height: 138px;
    text-align: center;
    background: #393a3a ;
    color: #f68871;
    font-size: 27px;
    line-height: 31px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 20px;
}

section#lp article.article1 {
    float: left;
    position: relative;
    width: 100%;
    padding-top: 50px;
    text-align: center;
    background: #f6f6f6;
}

section#lp article.article1:after {
    position: absolute;
    content: "";
    top: 0;
    left: calc(50% - 26px);
    width: 0;
    height: 0;
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    border-top: 26px solid #fff;
}

section#lp article.article1 h4 {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #393a3a ;
}

section#lp article.article1 h4 a {
    color: #393a3a ;
}

section#lp article.article1 p {
    display: inline-block;
    width: 73%;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: -1px;
    color: #7c7c7b;
}

section#lp article.article1 p a {
    color: #7c7c7b;
}

section#lp article.article2 {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    background: #f6f6f6;
    padding-bottom: 40px;
}

@media (max-width: 970px) {
    section#lp article.article2 {
        padding-bottom: 0;
    }
}

section#lp article.article2 ul {
    display: inline-block;
    text-align: center;
    width: 1160px;
    padding-top: 34px;
    padding-bottom: 60px;
}

section#lp article.article2 ul li {
    display: inline-block;
    width: 230px;
    height: 286px;
    padding-top: 75px;
    margin-right: 40px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section#lp article.article2 ul li.picto1 {
    background: #f6f6f6 url("../img/picto1.png") no-repeat center top;
}

section#lp article.article2 ul li.picto2 {
    background: #f6f6f6 url("../img/picto2.png") no-repeat center top;
}

section#lp article.article2 ul li.picto3 {
    background: #f6f6f6 url("../img/picto3.png") no-repeat center top;
}

section#lp article.article2 ul li.picto4 {
    background: #f6f6f6 url("../img/picto4.png") no-repeat center top;
}

section#lp article.article2 ul li h3 a {
    float: left;
    width: 100%;
    height: 60px;
    padding-top: 10px;
    color: #393a3a ;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 700;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section#lp article.article2 ul li p a {
    float: left;
    width: 100%;
    height: 153px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 21px;
    line-height: 22px;
    font-weight: 300;
    color: #7c7c7b;
    background: #ffffff;
    border-bottom: 8px solid #393a3a ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section#lp article.article3 {
    float: left;
    position: relative;
    width: 100%;
    background: #f6f6f6;
    text-align: center;
}

section#lp article.article3 h4 {
    float: left;
    width: 100%;
    padding-left: 487px;
    padding-bottom: 5px;
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #393a3a ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section#lp article.article3 p {
    float: left;
    position: relative;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 487px;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #ffffff;
    background: #393a3a ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section#lp article.article3 .mobile {
    position: absolute;
    z-index: 1000;
    bottom: 0;
    left: 297px;
}

section#lp article.article3 .appstore {
    position: absolute;
    z-index: 1000;
    top: 13px;
    right: 300px;
}

section#lp article.article3 .googleplay {
    position: absolute;
    z-index: 1000;
    top: 65px;
    right: 313px;
}

section#lp footer {
    display: block;
    width: 100%;
    background: #f6f6f6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section#lp footer p {
    float: left;
    width: 100%;
    line-height: 22px;
    padding-left: 250px;
    padding-right: 250px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
    color: #868b91;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*responsive*/

section#lp {
    width: 1150px;
}

section#lp header h1 {
    right: 160px;
}

section#lp header h2 {
    left: 160px;
    top: 137px;
}

section#lp header h2 span {
    font-size: 20px;
    line-height: 20px;
    padding: 5px 10px;
}

@media (max-width: 970px) {
    section#lp header h2 span {
        font-size: 28px;
        line-height: 28px;
    }
}

@media (max-width: 558px) {
    @media (max-width: 970px) {
        section#lp header h2 span {
            font-size: 18px;
            line-height: 18px;
        }
    }
}

section#lp header h3 {
    left: 160px;
    top: 175px;
    font-size: 34px;
    line-height: 34px;
}

section#lp header h3 span {
    font-size: 28px;
}

section#lp header .image {
    margin-top: 218px;
}

section#lp article.article2 ul {
    width: 953px;
    padding-bottom: 30px;
}

section#lp article.article2 ul li {
    width: 205px;
    height: 325px;
    margin-right: 40px;
}

section#lp article.article2 ul li:last-child {
    margin-right: 0;
}

section#lp article.article2 ul li h3 a {
    height: 60px;
}

section#lp article.article2 ul li p a {
    height: 190px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 21px;
    line-height: 24px;
}

section#lp article.article3 h4 {
    padding-left: 319px;
    padding-bottom: 5px;
}

section#lp article.article3 p {
    padding-left: 319px;
}

section#lp article.article3 .mobile {
    left: 128px;
}

section#lp article.article3 .appstore {
    right: 133px;
}

section#lp article.article3 .googleplay {
    right: 145px;
}

section#lp footer p {
    padding-left: 100px;
    padding-right: 100px;
}

@media (max-width: 1170px) {
    section#lp {
        width: 950px;
    }

    section#lp header h1 {
        right: 57px;
    }

    section#lp header h2 {
        left: 60px;
    }

    section#lp header h3 {
        left: 60px;
    }

    section#lp header .image img {
        position: absolute;
        left: 0;
        bottom: 0;
        margin: 0;
    }

    section#lp header .image p {
        right: 50px;
    }

    section#lp article.article2 ul {
        margin-left: 60px;
        width: 868px;
        padding-bottom: 30px;
    }

    section#lp article.article2 ul li {
        width: 192px;
        height: 315px;
        margin-right: 25px;
    }

    section#lp article.article2 ul li h3 a {
        height: 60px;
    }

    section#lp article.article2 ul li p a {
        height: 180px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 21px;
        line-height: 24px;
    }

    section#lp article.article3 h4 {
        padding-left: 240px;
        padding-bottom: 5px;
        font-size: 24px;
        line-height: 30px;
    }

    section#lp article.article3 p {
        padding-left: 240px;
    }

    section#lp article.article3 .mobile {
        left: 53px;
    }

    section#lp article.article3 .appstore {
        right: 55px;
    }

    section#lp article.article3 .googleplay {
        right: 68px;
    }

    section#lp footer p {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 970px) {
    html {
        overflow-x: hidden;
    }

    section#lp {
        width: 538px;
    }

    section#lp header h1 {
        position: relative;
        top: initial;
        right: initial;
        float: left;
        width: 100%;
        text-align: right;
        padding: 20px 20px 0 0;
    }

    section#lp header h1 a {
        float: right;
        width: 40%;
    }

    section#lp header h1 a img {
        float: left;
        width: 100%;
        height: 100%;
    }

    section#lp header h2 {
        position: absolute;
        top: 110px;
        left: 26px;
    }

    section#lp header h3 {
        top: 160px;
        left: 26px;
        font-size: 35px;
        line-height: 40px;
        letter-spacing: -1px;
    }

    section#lp header h3 span {
        font-size: 30px;
    }

    section#lp header .image {
        position: relative;
        height: 480px;
        overflow-x: hidden;
        margin-top: 180px;
    }

    section#lp header .image p {
        top: 330px;
        right: 142px;
        font-size: 24px;
        line-height: 26px;
        padding-top: 10px;
        height: 100px;
        width: 255px;
    }

    section#lp header .image img {
        display: none;
    }

    section#lp header .image img.mobile {
        display: block;
        top: 0;
        left: 0;

    }

    section#lp article.article1 h4 {
        font-size: 28px;
    }

    section#lp article.article1 p {
        display: inline-block;
        width: 100%;
        font-size: 20px;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: -1px;
        padding-left: 45px;
        padding-right: 45px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    section#lp article.article1 p a {
        color: #7c7c7b;
    }

    section#lp article.article2 ul {
        margin-left: 0;
        width: 100%;
        padding-top: 34px;
        padding-bottom: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    section#lp article.article2 ul li {
        float: none;
        display: inline-block;
        width: 220px;
        height: 318px;
        padding-top: 75px;
        margin-bottom: 30px;
        margin-right: 10px;
        margin-left: 10px;
        text-align: center;
        font-size: 18px;
        line-height: 22px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    section#lp article.article2 ul li:last-child {
        margin-right: 10px;
    }

    section#lp article.article2 ul li p a {
        height: 180px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 20px;
    }

    section#lp article.article3 {
        float: left;
        position: relative;
        width: 100%;
        background: #f6f6f6;
        text-align: center;
    }

    section#lp article.article3 h4 {
        margin-top: 130px;
        padding-left: 222px;
        padding-bottom: 5px;
        text-align: left;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -1px;
    }

    section#lp article.article3 p {
        float: left;
        position: relative;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 15px;
        padding-left: 40px;
        padding-right: 20px;
        font-size: 20px;
    }

    section#lp article.article3 p br {
        display: none;
    }

    section#lp article.article3 .mobile {
        position: absolute;
        z-index: 1000;
        top: 0;
        bottom: initial;
        left: 40px;
    }

    section#lp article.article3 .appstore {
        position: absolute;
        z-index: 1000;
        top: 158px;
        right: 107px;
    }

    section#lp article.article3 .googleplay {
        position: absolute;
        z-index: 1000;
        top: 158px;
        left: 107px;
        right: initial;
    }

    section#lp footer p {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 100px;
        padding-bottom: 30px;
        font-size: 10px;
        line-height: 10px;
    }
}

@media (max-width: 558px) {
    html {
        overflow-x: hidden;
    }

    section#lp {
        width: 320px;
    }

    section#lp header {
        height: auto;
    }

    section#lp header h1 {
        float: left;
        width: 100%;
        padding-bottom: 20px;
    }

    section#lp header h1 a {
        float: right;
        width: 50%;
    }

    section#lp header h1 a img {
        float: left;
        width: 100%;
        height: 100%;
    }

    section#lp header h2 {
        position: relative;
        top: initial;
        left: initial;
        margin-top: 20px;
        margin-left: 20px;
    }

    section#lp header h3 {
        position: relative;
        top: initial;
        left: initial;
        margin-top: 10px;
        margin-left: 20px;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0;
    }

    section#lp header h3 span {
        font-size: 18px;
    }

    section#lp header .image {
        height: 330px;
        margin-top: 20px;

    }

    section#lp header .image img {
        display: none;
    }

    section#lp header .image img.mobile {
        float: left;
        position: relative;
        display: inline;
        width: 100%;
        height: auto;
    }

    section#lp header .image p {
        top: 200px;
        left: 0;
        width: 70%;
        margin: 0 15%;
        font-size: 20px;
        line-height: 24px;
        padding-top: 10px;
        height: 95px;
    }

    section#lp article.article1 h4 {
        font-size: 22px;
    }

    section#lp article.article1 p {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    section#lp article.article2 ul li {
        width: 300px;
        height: auto;
        margin-bottom: 30px;
        margin-right: 0;
        margin-left: 0;
    }

    section#lp article.article2 ul li p a {
        height: auto;
        padding-bottom: 10px;
        font-size: 16px;
        line-height: 20px;
    }

    section#lp article.article3 h4 {
        margin-top: 106px;
        padding-left: 180px;
        padding-bottom: 5px;
        text-align: left;
        font-size: 16px;
        line-height: 18px;
        letter-spacing: -1px;
    }

    section#lp article.article3 p {
        float: left;
        position: relative;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 16px;
        line-height: 24px;
    }

    section#lp article.article3 .mobile {
        left: 5px;
    }

    section#lp article.article3 .appstore {
        position: absolute;
        z-index: 1000;
        top: 190px;
        right: 20px;
    }

    section#lp article.article3 .googleplay {
        position: absolute;
        z-index: 1000;
        top: 190px;
        left: 20px;
        right: initial;
    }

    section#lp footer p {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 80px;
        padding-bottom: 30px;
        font-size: 10px;
        line-height: 10px;
    }
}

section#lp .offres {
    float: left;
    width: 100%;
    background: #fff;
    padding-bottom: 30px;
    position: relative;
}

@media (max-width: 558px) {
    section#lp .offres {
        padding-bottom: 0;
    }
}

section#lp .offres-content {
    width: 953px;
    margin: 0 auto;
}

@media (max-width: 1170px) {
    section#lp .offres-content {
        width: 90%;
    }
}

@media (max-width: 558px) {
    section#lp .offres-content {
        float: left;
        width: 100%;
    }
}

section#lp .offre {
    width: 448px;
    text-align: center;
    background: #fff;
    border: 1px solid #393a3a ;
}

@media (max-width: 1170px) {
    section#lp .offre {
        width: 400px;
    }
}
@media (max-width: 970px) {
    section#lp .offre {
        width: 225px;
    }
}
@media (max-width: 558px) {
    section#lp .offre {
        width: 90%;
        margin: 0 5% 20px;
    }
}

section#lp .offre-1 {
    float: left;
}

section#lp .offre-2 {
    float: right;
}

section#lp sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em;
}

section#lp .prix-container {
    float: left;
    width: 100%;
    margin-top: 27px;
}

@media (max-width: 1170px) {
    section#lp .prix-container {
        margin-top: 20px;
    }
}

section#lp .offre-1 .prix {
    float: left;
    width: 40%;
    text-align: right;
}

@media (max-width: 1170px) {
    section#lp .offre-1 .prix {
        width: 32%;
    }
}

section#lp .offre-1 .note {
    float: right;
    width: 55%;
    text-align: left;
}

@media (max-width: 1170px) {
    section#lp .offre-1 .note {
        width: 62%;
    }
}

section#lp .prix {
    font-size: 100px;
    line-height: 100px;
    font-weight: bold;
    letter-spacing: -4px;
    color: #7c7c7b;
}


@media (max-width: 970px) {
    section#lp .prix {
        font-size: 52px;
        line-height: 52px;
    }
}
section#lp .note {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -1px;
    color: #7c7c7b;
    padding-top: 20px;
}

@media (max-width: 970px) {
    section#lp .note {
        color: #7c7c7b;
        padding-top: 10px;
        font-size: 16px;
        line-height: 18px;
    }
}

section#lp .engagement {
    float: left;
    width: 100%;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #7c7c7b;
    margin-top: 19px;
}

@media (max-width: 970px) {
    section#lp .engagement {
        font-size: 20px;
        line-height: 20px;
        margin-top: 27px;
    }
}

section#lp .btn {
    float: left;
    width: 100%;
    text-align: center;
    margin: 32px 0 35px 0;
}

@media (max-width: 1170px) {
    section#lp .btn {
        margin: 30px 0 20px 0;
    }
}

section#lp .btn-content {
    display: inline-block;
    font-size: 27px;
    font-weight: bold;
    line-height: 27px;
    text-transform: uppercase;
    letter-spacing: -1px;
    background: #393a3a ;
    color: #f68871;
    padding: 10px 15px;
}

@media (max-width: 970px) {
    section#lp .btn-content {
        font-size: 16px;
        line-height: 16px;
        padding: 10px 15px;
    }
}