/*
NAME : Julien Picouleau
Date : 02/14/2017;
Project : Project Name;
*/

.downloader {
    width: 200px;
}

.downloading-progress {
    position: relative;
    float: left;
    width: 150px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.15);
    padding: 5px;
    box-sizing: border-box;
    border-radius: 10px;
}

.downloading-progress-bar {
    position: relative;
    width: 0%;
    height: 10px;
    border-radius: 8px;
    background-color: white;
}

.percentage {
    background-color: #D9290B;
    border-radius: 15px;
    height: 20px;
    box-sizing: border-box;
    width: 50px;
    /*font-family: Arial, Helvetica, sans-serif;*/
    color: white;
    font-size: 0.8rem;
    text-align: center;
    float: left;
    line-height: 20px !important;
    margin: 0 0 0 10px;
}

/* SLIDER */
#slider::before,
#slider2::before,
#sliderOffre::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: rgba(15, 15, 15, 0.6);
}
/*
h1, #slider p.title {
    font-size: 2.5em;
    font-weight: 900;
    line-height: 1em;
}
*/
#slider p,
#slider2 p {
    font-size: 1.4em;
    line-height: 1.2em;
}

#slider a,
#sliderOffre a {
    font-size: 1.7em;
    display: flex;
    align-items: center;
    padding: 7px 20px;
}

/* END SLIDER */

/* ACCEUIL */
/*#partners img {
    filter: grayscale(100%);
}
#partners a:hover img {
    filter: grayscale(0%);
}*/

#methode h2 {
    font-size: 2em;
}

#methode p {
    font-size: 1.2em;
}

.check {
    list-style-image: url('/modules/site/images/check.png');
}

#evaluer p,
#evaluer,
#comprendre p,
#comprendre li,
#progresser p,
#progresser li {
    font-size: 1.1em;
}

#evaluer a {
    font-size: 1.7em;
    display: flex;
    align-items: center;
    padding: 7px 20px;
}

/* END ACCUEIL */

/* PAGE OFFRE */
#sliderOffre h1 {
    font-size: 2.2em;
}

#sliderOffre #pricing .screens p {
    font-size: 1em;
}

#sliderOffre h3 {
    font-weight: 400;
    font-size: 2em;
}

#sliderOffre .originalPrice {
    font-size: 2em;
}

#sliderOffre .reducePrice {
    font-size: 1.8em;
}

.reductionBloc:before {
    content: '';
    display: block;
    height: 50px;
    width: 150px;
    background: url(/../modules/site/images/arrow1.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 30%;
    right: 10%;
    transform: rotate(120deg);
}

.reductionBloc:after {
    content: '';
    display: block;
    height: 50px;
    width: 150px;
    background: url(/../modules/site/images/arrow2.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 32%;
    left: 10%;
    transform: rotate(60deg);
}

#boss h3 {
    font-size: 1.2em;
}

#boss h4 {
    font-size: 1.3em;
    font-weight: 900;
}

#boss p {
    font-size: 1em;
    line-height: 1.5em;
}

/* END PAGE OFFRE */

/* PAGE COMMANDE */

#commande h1 {
    font-size: 2em;
    font-weight: 300;
}

#commande h2 {
    font-size: 1.5em;
    font-weight: 800;
}

/* END COMMANDE */

/* PAGE DASHBOARD */

#dashboard h2 {
    font-size: 1.5em;
    font-weight: 300;
}

.itemAudit {
    padding-bottom: 15px;
    border-bottom: 1px solid #aeaeae;
    margin-bottom: 30px;
}

.itemAudit:last-child {
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 0px;
}

p.numbered {
    font-size: 2.3em;
    padding-right: 20px;
    word-break: keep-all;
    margin-bottom: 0px;
    line-height: 1.1em;
}

.percentbar {
    background: #f5f5f5;
    height: 20px;
    box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
}

.percentbar div {
    background: #24B663;
    height: 20px;
    border-radius: 25px;
}

#audit li .percentbar div {
    font-size: 14px;
    padding-left: 5px;
}

/* END DASHBOARD */

/* FOOTER */
#footer h3 {
    font-weight: 400;
}

#footer p {
    font-size: 1em;
    font-weight: 400;
    margin: 0 0 10px 0;
}

/* END FOOTER */

@media only screen and (max-width: 1239px) {
    .screens img {
        width: 50%;
    }

    #sliderOffre #pricing .screens p {
        font-size: 1.5em;
    }

    #boss h3 {
        font-size: 2em;
    }

    #boss h4 {
        font-size: 2.1em;
        font-weight: 900;
    }

    #boss p {
        font-size: 1.2em;
        line-height: 1.5em;
    }

    .reductionBloc::before {
        top: 20%;
        right: 10%;
    }

    .reductionBloc::after {
        top: 20%;
        left: 10%;
    }
}

/* TABLETTE Wide */
@media only screen and (max-width: 1025px) {
    #lightSlider li img {
        width: 770px;
    }

}

/* MOBILE */
@media only screen and (max-width: 900px) {
    #sliderOffre h1 {
        font-size: 1.6em;
    }
    #lightSlider li img {
        width: 700px;
    }

    #sliderOffre h3 {
        font-weight: 400;
        font-size: 1.8em;
    }

    #valeur img {
        width: 300px;
    }

    #boss h4 {
        font-size: 1.5em;
        font-weight: 900;
    }

    #sliderOffre #pricing .screens p {
        font-size: 1.2em;
    }

    .reductionBloc::before {
        top: 30%;
        right: 0%;
        width: 75px;
        height: 25px;
    }

    .reductionBloc::after {
        top: 30%;
        left: 0%;
        width: 75px;
        height: 25px;
    }

    #slider a, #sliderOffre a {
        font-size: 1.1em;
        display: flex;
        align-items: center;
        padding: 7px 20px;
    }

    #footer p {
        font-size: 1em;
    }

}

/* 800 */
@media only screen and (max-width: 800px) {
    #lightSlider li img {
        width: 510px;
        height: 360px;
    }
}

/* 600 */
@media only screen and (max-width: 600px) {

    h1 {
        font-size: 2.3em;
        line-height: 1.1em;
    }

    #evaluer p, #evaluer, #comprendre p, #comprendre li, #progresser p, #progresser li {
        font-size: 1em;
    }
}

@media only screen and (max-width: 540px) {
    h1, #slider p.title {
        font-size: 1.6em;
        font-weight: 900;
        line-height: 1.3em;
    }
    #sliderOffre h1 {
        font-size: 1.6em;
    }

    #sliderOffre h3 {
        font-weight: 400;
        font-size: 1.2em;
    }

    #boss h4 {
        font-size: 1.3em;
        font-weight: 900;
    }

    #boss p {
        font-size: 1em;
        line-height: 1.4em;
    }

    #sliderOffre #pricing .screens p {
        font-size: 1em;
    }

    .reductionBloc::before, .reductionBloc::after {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    #lightSlider li img {
        width: 350px;
        height: 230px;
    }
}