/*-----------------------------------------
01) Elements
--------------------------------------------------*/
.owl-dots {
    float: left;
    margin-top: 50px;
    text-align: center;
    width: 100%;
}

.owl-dots .owl-dot {
    background: #40545a;
    border-radius: 35px;
    display: inline-block;
    height: 10px;
    margin: 0 3px;
    width: 20px;
    transition: all 0.3s ease 0s;
}

.owl-dots .owl-dot:hover {
    background: #1abc9c;
}

.owl-dots .owl-dot.active {
    background: #1abc9c;
    border: 2px solid #1abc9c;
    width: 30px;
}

/*-----------------------------------------
02) Hero
--------------------------------------------------*/
#hero {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    width: 100%;
    display: block;
}

.hero-1 {
    background: url('../../../img/skilbag-cv.jpg');
    background-position: center center;
}

.wrap-hero-content {
    background: -webkit-linear-gradient(145deg, rgba(60, 36, 255, 0.8) 20%, rgba(0, 255, 231, 0.9) 100%);
    background: -moz-linear-gradient(145deg, rgba(60, 36, 255, 0.8) 20%, rgba(0, 255, 231, 0.9) 100%);
    background: linear-gradient(145deg, rgba(60, 36, 255, 0.8) 20%, rgba(0, 255, 231, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc262c33', endColorstr='#e600c9ff', GradientType=1);
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-content {
    position: absolute;
    min-width: 1170px;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#hero h1 {
    margin: 20px 0 0;
    color: #fff;
    font-size: 41px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    /*margin-bottom: 38px;*/
}

#hero h1 span {
    font-weight: 700;
    color: #19abd6;
}

.title-completion {
    font-size: 33px;
    color: #fff;
    /*text-transform: uppercase;*/
    margin-bottom: 30px;
    font-weight: 600;
}

.sub-title {
    font-family: 'Montserrat', serif;
    margin-top: 10px;
    color: #fff;
    font-size: 20px;
    text-transform: none;
    font-weight: 400;
}

.arrow {
    position: absolute;
    bottom: 40px;
    color: #fff;
    font-size: 50px;
    text-align: center;
    left: 0;
    right: 0;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

.mouse-icon {
    position: absolute;
    border: 2px solid #fff;
    opacity: 0.8;
    border-radius: 50px;
    height: 50px;
    width: 30px;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 100;
}

.mouse-icon .scroll {
    -webkit-animation-name: scrolling;
    -webkit-animation-duration: 1.4s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: scrolling;
    animation-duration: 1.4s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

.mouse-icon .scroll {
    background: #ffffff;
    position: relative;
    border-radius: 50px;
    width: 5px;
    height: 10px;
    top: 6px;
    margin-left: auto;
    margin-right: auto;
}

@-webkit-keyframes scrolling {
    0% {
        top: 2px;
        opacity: 0;
    }
    30% {
        top: 8px;
        opacity: 1;
    }
    100% {
        top: 16px;
        opacity: 0;
    }
}

@keyframes scrolling {
    0% {
        top: 2px;
        opacity: 0;
    }
    30% {
        top: 8px;
        opacity: 1;
    }
    100% {
        top: 16px;
        opacity: 0;
    }
}

/*-----------------------------------------
04) Features (partie "pourquoi choisir skilbag")
--------------------------------------------------*/
.features-pourquoi-choisir .box {
    padding: 10px 25px;
    text-align: center;
    display: block;
    margin-top: 30px;
    -webkit-transition: ease .6s;
    -moz-transition: ease .6s;
    -ms-transition: ease .6s;
    -o-transition: ease .6s;
    transition: ease .6s;
}

.features-pourquoi-choisir .box-icon {
    display: table;
    margin: 0 auto 20px;
}

.features-pourquoi-choisir .box-icon span {
    color: #98a7a4;
    display: table-cell;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: ease .6s;
    -moz-transition: ease .6s;
    -ms-transition: ease .6s;
    -o-transition: ease .6s;
    transition: ease .6s;
}

.features-pourquoi-choisir .box-icon span:hover {
    background: #1abc9c;
    color: #fff;
}

.features-pourquoi-choisir .info h4 {
    color: #1abc9c;
    font-size: 18px;
    /*text-transform: uppercase;*/
    padding-top: 0;
}

.features-pourquoi-choisir .info > p {
    font-size: 16px;
}

/*-----------------------------------------
04) Features
--------------------------------------------------*/
.about {
    /*padding-bottom: 120px;*/
}

.about .mockup {
    max-width: 600px;
    position: relative;
    display: inline-block;
    text-align: center;
}

.about .mockup img {
    width: 100%;
    height: auto;
}

.about .desc-list {
    padding: 0 0;
}

.about .desc-list h2 {
    color: #40545a;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 20px;
}

.about .desc-list p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 30px;
}

.features .mockup-2 {
    max-width: 350px;
    padding: 60px 0;
    position: relative;
    display: inline-block;
    text-align: center;
}

.features .mockup-2 img {
    width: 100%;
}

.features .box {
    padding: 10px 25px;
    text-align: center;
    display: block;
    margin-top: 30px;
    -webkit-transition: ease .6s;
    -moz-transition: ease .6s;
    -ms-transition: ease .6s;
    -o-transition: ease .6s;
    transition: ease .6s;
}

.features .box-icon {
    display: table;
    margin: 0 auto 20px;
}

.features .box-icon span {
    color: #40545a;
    display: table-cell;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: ease .6s;
    -moz-transition: ease .6s;
    -ms-transition: ease .6s;
    -o-transition: ease .6s;
    transition: ease .6s;
}

.about .box-icon span:hover {
    background: #19abd6;
    color: #fff;
}

.features .info h4 {
    color: #19abd6;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 0;
}

.features .info > p {
    font-size: 16px;
}

/*-----------------------------------------
05) Screenshots
--------------------------------------------------*/
.screenshots .owl-item {
    transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
}

.screenshots .owl-item {
    opacity: 0.3;
    transform: scale(0.8) !important;
}

.screenshots .owl-item.active.center {
    opacity: 1 !important;
    transform: scale(1) !important;
}

.options {
    display: block;
    margin-top: 140px;
}

.options h3 {
    color: #40545a;
    margin-bottom: 65px;
}

.options-box {
    text-align: center;
}

.options-box .options-icon {
    margin: 0 auto 25px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}

.options-box .options-icon i {
    font-size: 60px;
    color: #40545a;
    transition: all 0.3s ease-in-out 0s;
}

.options-box:hover .options-icon i {
    color: #19abd6;
}

.options-box .title {
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
    color: #19abd6;
}

.options-box .title:after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    margin: 0 auto;
    background: #19abd6;
    transition: all 0.3s ease-in-out 0s;
}

.options-box:hover .title:after {
    width: 70px;
    margin: 15px auto 20px;
}

.options-box .description {
    line-height: 25px;
}

/*-----------------------------------------
06) Features (Avantages)
--------------------------------------------------*/
.features-avantages .mockup {
    margin-top: 87px;
}

.features-avantages .box {
    padding: 10px 0;
    display: inline-block;
    margin-bottom: 15px;
    -webkit-transition: ease .6s;
    -moz-transition: ease .6s;
    -ms-transition: ease .6s;
    -o-transition: ease .6s;
    transition: ease .6s;
}

.features-avantages .box-icon {
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    height: 80px;
    width: 80px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.features-avantages .box-icon span {
    color: #40545a;
    line-height: 80px;
    vertical-align: middle;
    -webkit-transition: ease .6s;
    -moz-transition: ease .6s;
    -ms-transition: ease .6s;
    -o-transition: ease .6s;
    transition: ease .6s;
}

.features-avantages .box-icon:hover span {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
}

.features-avantages .info h4 {
    color: #40545a;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
}

.features-avantages .info > p {
    font-size: 16px;
}

/*-----------------------------------------
08) Review
--------------------------------------------------*/
.review {
    background: url('../../../img/public_template/geometric-bg.png') repeat;
}

.testimonial {
    text-align: center !important;
    margin-top: 50px;
}

.testimonial .pic {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.testimonial .pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.testimonial .testimonial-title {
    display: inline-block;
    font-size: 22px;
    color: #1abc9c;
    margin: 0 0 50px 0;
}

.testimonial .testimonial-title small {
    font-size: 15px;
    color: #40545a;
}

.testimonial .description {
    font-size: 16px;
    line-height: 27px;
    position: relative;
    margin: 0;
}

.testimonial .description:before {
    content: "\f10d";
    font-family: fontawesome;
    font-size: 36px;
    color: #1abc9c;
    margin: 20px;
}

.testimonial ul.rating {
    margin-top: 25px;
    padding: 0;
}

.testimonial ul.rating li {
    display: inline;
    color: #f2b01e;
    font-size: 18px;
    margin: 0 2px;
}

.review .owl-carousel .owl-nav {
    margin-top: 50px;
    text-align: center !important;
}

.review .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    display: inline;
    margin: 0 15px;
}

.review .owl-prev, .owl-next {
    color: #40545a;
    font-size: 36px;
    -webkit-transition: ease .6s;
    -moz-transition: ease .6s;
    -ms-transition: ease .6s;
    -o-transition: ease .6s;
    transition: ease .6s;
}

.review .owl-prev:hover, .owl-next:hover {
    color: #1abc9c;
}

/*-----------------------------------------
08) Pricing Tables
--------------------------------------------------*/
.pricing {
    margin-bottom: 60px;
}

.nav.pricing-nav {
    margin-top: 40px;
}

.nav.pricing-nav > li {
    background: #edf4f6;
    border-radius: 35px;
    display: inline-block;
    position: relative;
    padding: 15px 45px;
}

.nav.pricing-nav > li:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.nav.pricing-nav > li:last-child {
    margin-left: -4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.nav.pricing-nav > li > a {
    position: relative;
    padding: 0;
}

.nav.pricing-nav > li > a:hover,
.nav.pricing-nav > li > a:focus {
    background: transparent;
    color: #19abd6;
}

.nav.pricing-nav > li.active {
    background: #fff;
    -webkit-box-shadow: 0 0 0 5px #edf4f6 inset;
    -moz-box-shadow: 0 0 0 5px #edf4f6 inset;
    box-shadow: 0 0 0 5px #edf4f6 inset;
    color: #19abd6;
    z-index: 1;
}

.pricing-table {
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    padding-bottom: 40px;
}

.pricing-table.best {
    margin-top: -20px;
    transform: scale(1.02);
    z-index: 1;
}

.pricing-table .pricing-table-header {
    background: #fff;
    color: #40545a;
    margin: 0 0 10px;
    padding: 10px 0;
}

.pricing-table .heading {
    font-size: 30px;
    font-weight: 600;
    margin: 28px 0 5px 0;
}

.pricing-table .price-value {
    color: #40545a;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

.pricing-table .pricing-content {
    list-style: none;
    padding: 20px;
}

.pricing-table hr {
    width: 50%;
    border-color: #e3e3e3;
}

/*-----------------------------------------
10) About (lettres) (from homepage5.css)
--------------------------------------------------*/
.lettreMotivation {
    padding: 60px 0;
}

.lettreMotivation .mockup {
    max-width: 600px;
    position: relative;
    display: inline-block;
    text-align: center;
}

.lettreMotivation .mockup img {
    width: 100%;
    height: auto;
}

.lettreMotivation .desc-list {
    padding: 100px 0;
}

.lettreMotivation .desc-list h2 {
    color: #40545a;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 20px;
}

.lettreMotivation .desc-list p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 30px;
}

.lettreMotivation .desc-list ul {
    margin: 40px 0;
}

.lettreMotivation .desc-list ul li {
    font-family: 'Montserrat', serif;
    font-size: 16px;
    margin-bottom: 20px;
}

.lettreMotivation .desc-list ul li i {
    font-size: 34px;
    color: #19abd6;
    margin-right: 15px;
    vertical-align: -5px;
}

.lettreMotivation .box {
    padding: 10px 0;
    display: inline-block;
    margin-bottom: 15px;
    -webkit-transition: ease .6s;
    -moz-transition: ease .6s;
    -ms-transition: ease .6s;
    -o-transition: ease .6s;
    transition: ease .6s;
}

.lettreMotivation .box-icon {
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    height: 80px;
    width: 80px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.lettreMotivation .box-icon span {
    color: #40545a;
    line-height: 80px;
    vertical-align: middle;
    -webkit-transition: ease .6s;
    -moz-transition: ease .6s;
    -ms-transition: ease .6s;
    -o-transition: ease .6s;
    transition: ease .6s;
}

.lettreMotivation .box-icon:hover span {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
}

.lettreMotivation .info h4 {
    color: #40545a;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
}

.lettreMotivation .info > p {
    font-size: 16px;
}

/*-----------------------------------------
12) Download
--------------------------------------------------*/
#download {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-width: 100%;
    width: 100%;
    display: block;
}

.bg-image-2 {
    background: url('../../images/background/03.jpg');
}

.wrap-download-content {
    background: -webkit-linear-gradient(45deg, rgba(60, 36, 255, 0.8) 20%, rgba(0, 255, 231, 0.9) 100%);
    background: -moz-linear-gradient(45deg, rgba(60, 36, 255, 0.8) 20%, rgba(0, 255, 231, 0.9) 100%);
    background: linear-gradient(45deg, rgba(60, 36, 255, 0.8) 20%, rgba(0, 255, 231, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc262c33', endColorstr='#e600c9ff', GradientType=1);
    width: 100%;
}

.download-content {
    padding: 100px 0;
}

.download-content h2 {
    color: #fff;
    margin-bottom: 0;
}

.download p {
    color: #fff;
    margin-top: 0;
}

.download .store {
    position: relative;
    top: 10px;
}

.download .store.space {
    margin: 0 15px;
}

.download .store {
    display: inline-block;
    background: #fff;
    color: #40545a;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
}

.download .store i {
    font-size: 30px;
    padding-top: 18px;
}

.download .store:hover {
    color: #19abd6;
}

.img-index-preview {
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

/*
GLOBAL
*/

.text-turquoise {
    color: #1abc9c !important;
}

.title-try {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px !important;
}

.bg-pattern-1 {
    background: url('../../../img/patern1.png');
}

/*-----------------------------------------
 Comment faire cv gratuitement sur skilbag
--------------------------------------------------*/

#section-comment-faire-cv h2 {
    font-weight: 700;
}

.section-comment-faire-cv-item {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-comment-faire-cv-item p {
    text-align: justify;
}

.section-comment-faire-cv-h3 {
    color: #e6e6e6;
}

/*-----------------------------------------
15) Responsive
--------------------------------------------------*/
@media screen and (max-width: 480px) {
    .parallax {
        background-attachment: scroll !important;
        background-position: top !important;
        -webkit-background-size: auto !important;
        -moz-background-size: auto !important;
        background-size: auto !important;
    }

    .white-bg, .grey-bg, .blue-bg, .gradient-bg {
        padding: 40px 0;
    }
}

@media screen and (max-width: 768px) {
    .parallax {
        background-attachment: scroll !important;
        background-position: top !important;
        -webkit-background-size: auto !important;
        -moz-background-size: auto !important;
        background-size: auto !important;
    }

    .section-title {
        font-size: 38px;
    }

    .section-title h2, .section-title-01 h2 {
        font-size: 29px;
        text-align: center;
        padding-bottom: 15px;
    }

    .hero-content {
        min-width: 100%;
        padding: 10px;
        top: 45%;
    }

    .hero-text {
        margin-top: 30px;
    }

    #hero h1 {
        font-size: 34px;
    }

    .title-completion {
        font-size: 30px;
    }

    .sub-title {
        font-size: 18px;
    }

    ul.social-network li {
        margin: 0 5px;
    }

    .social-circle li a {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .social-circle li i {
        line-height: 50px;
    }

    #features-avantages .box {
        text-align: center;
    }

    #features-avantages .box-icon {
        margin-bottom: 30px;
    }

    .lettreMotivation .box {
        text-align: center;
    }

    .lettreMotivation .box-icon {
        margin-bottom: 30px;
    }

    .about .desc-list h2 {
        font-size: 29px;
        text-align: center;
    }

    #img-preview-cv {
        margin-top: 40px;
    }

    #img-preview-lm {
        margin-top: 40px;
    }

    #img-preview-journal-cand {
        margin-top: 40px;
    }
}

@media screen and (max-width: 992px) {
    .hero-content {
        min-width: 100%;
        padding: 10px;
    }
}