/*
/   Solution web ideveloppement
/   http://www.ideveloppement.fr
/
*/

.pj-footer {
    box-sizing: border-box;
}
.pj-footer *,
.pj-footer *:before,
.pj-footer *:after {
    box-sizing: inherit;
}

.pj-footer {
    font: 12px/1.5 'roboto', sans-serif;
    background: #f6f6f6;
    color: #454545;
}
.pj-footer-services-bar {
    background: #454545;
    color: #fff;
    height: 148px;
    margin: 0 0 25px;
    position: relative;
}
.pj-footer-services-bar .pj-slideshow-wrap > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pj-footer-services-bar .pj-slideshow-wrap > ul:after {
    content: '';
    display: table;
    clear: both;
}
.pj-footer-services-bar-item {
    display: none;
    padding: 30px 0 0;
    text-align: center;
}
.pj-footer-services-bar-item:first-child {
    display: block;
}
.pj-footer-services-bar-item [class^="pj-icon-"],
.pj-footer-services-bar-item [class*=" pj-icon-"] {
    display: block;
    font-size: 40px;
    margin: 0 0 15px;
}
.pj-footer-services-bar .pj-slideshow-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
}

.pj-footer-service-name {
    font: 11px/1.2 'poppins', sans-serif;
}
.pj-footer-service-name strong {
    font-weight: bold;
    display: block;
    text-transform: uppercase;
}

.pj-footer-logo {
    width: 280px;
    margin: 0 auto 40px;
}
.pj-footer-logo a,
.pj-footer-logo img {
    display: block;
    border: 0;
}

.pj-footer-ekomi {
    display: none;
}

.pj-footer-store-locator {
    text-align: center;
    margin: 0 0 20px;
    position: relative;
}
.pj-footer-store-locator:after {
    content: '';
    display: block;
    border-top: 1px solid #ddd;
    width: 140px;
    margin: 20px auto;
}
.pj-footer-store-locator-label {
    font-weight: 300;
    font-size: 14px;
    margin: 0 0 10px;
}
.pj-footer-store-locator-link {
    display: block;
    margin: 0;
    text-align: center;
}
.pj-footer-store-locator-link > a {
    display: inline-block;
    color: #454545;
    text-transform: uppercase;
    text-decoration: none;
    font: 300 16px/1.3 'poppins', sans-serif;
}
.pj-footer-store-locator-link > a:hover {
    color: #454545;
}
.pj-footer-store-locator-link [class^="pj-icon-"],
.pj-footer-store-locator-link [class*=" pj-icon-"] {
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    color: #71ba2c;
    margin: 0;
}
.pj-footer-store-locator-link-text {
    display: inline-block;
    vertical-align: middle;
    text-decoration: underline;
    text-align: left;
}
.pj-footer-store-locator-link > a:hover,
.pj-footer-store-locator-link > a:hover .pj-footer-store-locator-link-text {
    text-decoration: none;
}
.pj-footer-store-locator-link-text strong {
    font-weight: bold;
    display: block;
}

.pj-footer-newsletter {
    text-align: center;
    margin: 0 0 20px;
    position: relative;
}
.pj-footer-newsletter:after {
    content: '';
    display: block;
    border-top: 1px solid #ddd;
    width: 140px;
    margin: 20px auto;
}
.pj-footer-newsletter label {
    display: block;
    font-weight: 300;
    font-size: 14px;
    margin: 0 0 10px;
}
.pj-footer-newsletter label small {
    font-size: 12px;
    display: block;
    font-weight: normal;
    margin: 0 auto;
    max-width: 200px;
}
.pj-footer-newsletter-field {
    display: inline-block;
    position: relative;
    margin: 0;
}
.pj-footer-newsletter-field input {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;

    box-shadow: none;
    outline: 0;
    opacity: 1;

    background: #fff;
    border: 1px solid #ddd;
    border-right: 0;
    height: 35px;
    padding: 8px 48px 7px 10px;
    font: 12px/18px 'roboto', sans-serif;
    width: 100%;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pj-footer-newsletter-field input:focus {
    border-color: #71ba2c;
}
.pj-footer-newsletter-field ::-webkit-input-placeholder {
    opacity: 1;
}
.pj-footer-newsletter-field :-moz-placeholder { /* Firefox 18- */
    opacity: 1;
}
.pj-footer-newsletter-field ::-moz-placeholder {  /* Firefox 19+ */
    opacity: 1;
}
.pj-footer-newsletter-field :-ms-input-placeholder {
    opacity: 1;
}
/* Fix <= IE9 placeholder */
.pj-footer-newsletter-field .placeholder {
    opacity: 1;
}
.pj-footer-newsletter-field button {
    background: #71ba2c;
    border: 0;
    padding: 0;
    margin: 0;
    width: 38px;
    height: 35px;
    font: 500 12px/35px 'poppins', sans-serif;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    cursor: pointer;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pj-footer-newsletter-field button:hover {
    background-color: #51a11a;
}
.pj-footer-newsletter-success-popup .pj-mfp-popup-content {
    background: #fff url('../img/bg-envelope.png') no-repeat 0 0;
    text-align: center;
}
.pj-footer-newsletter-success-popup .h2 {
    display: block;
    color: #454545;
    font-family: 'poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 20px;
}
.pj-footer-newsletter-success-popup .pj-mfp-popup-content p {
    color: #71ba2c;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 20px;
}

.pj-footer-social {
    text-align: center;
}
.pj-footer-social-label {
    font-weight: 300;
    font-size: 14px;
    margin: 0 0 10px;
}
.pj-footer-social-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    display: inline-block;
    font-size: 0;
}
.pj-footer-social-list li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
}
.pj-footer-social-list li:first-child {
    margin-left: 0;
}
.pj-footer-social-list a {
    display: block;
    text-indent: -9999em;
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #999;
    text-decoration: none;
}
.pj-footer-social-list a:before {
    content: '';
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 30px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'pj-icomoon' !important;
    /*noinspection CssUnknownProperty*/
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pj-footer-social-list .pj-footer-facebook a:before {
    content: "\e906"; /* facebook-circle */
}
.pj-footer-social-list .pj-footer-twitter a:before {
    content: "\e900"; /* twitter-circle */
}
.pj-footer-social-list .pj-footer-google-plus a:before {
    content: "\e905"; /* google-plus-circle */
}
.pj-footer-social-list .pj-footer-pinterest a:before {
    content: "\e902"; /* pinterest-circle */
}
.pj-footer-social-list a:hover {
    color: #454545;
}

.pj-footer-services {
    border-top: 1px solid #999;
    padding: 30px 0 0;
    max-width: 300px;
    margin: 0 auto;
}
.pj-footer-services a {
    color: #71ba2c;
    font-weight: bold;
    text-decoration: none;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pj-footer-services a:hover {
    color: #51a11a;
}
.pj-footer-services-item {
    text-align: center;
    margin: 0 0 20px;
    position: relative;
}
.pj-footer-services-item:after {
    content: '';
    display: block;
    border-top: 1px solid #ddd;
    width: 140px;
    margin: 20px auto;
}
.pj-footer-company-section:after {
    content: none;
}
.pj-footer-services-item-label {
    font: 300 16px/1.1 'poppins', sans-serif;
    display: block;
    margin: 0 0 20px;
}
.pj-footer-services-item-label [class^="pj-icon-"],
.pj-footer-services-item-label [class*=" pj-icon-"] {
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    color: #71ba2c;
    margin: 0 5px 0 0;
}
.pj-footer-services-item-label-text {
    text-align: left;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}
.pj-footer-services-item-label-text strong {
    font-weight: bold;
    display: block;
}
.pj-footer-services-item p {
    margin: 0 0 10px;
}

.pj-footer-delivery-service-telephone {
    display: block;
    font-size: 14px;
}
.pj-footer-delivery-service-telephone strong {
    color: #71ba2c;
    font: bold 20px/1.5 'poppins', sans-serif;
}
.pj-footer-delivery-service-schedules {
    font-size: 10px;
    display: block;
}
.pj-footer-delivery-service-schedules strong {
    font-weight: inherit;
    text-transform: uppercase;
}

.pj-footer-seo {
    border-top: 1px solid #999;
    padding: 30px 0 0;
    max-width: 300px;
    margin: 0 auto;
}
.pj-footer-seo-text {
    font-size: 10px;
}
.pj-footer-seo-links-title {
    font: 500 12px/1.5 'poppins', sans-serif;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.pj-footer-seo-links ul {
    border-left: 1px solid #999;
    list-style: none;
    padding: 0 0 0 10px;
}
.pj-footer-seo-links a {
    font: 10px/1.5 'roboto', sans-serif;
    color: #999;
}
.pj-footer-seo-links a:hover {
    color: #333;
}

.pj-footer-bottom {
    background: #71ba2c;
    color: #fff;
    padding: 20px 0 5px;
    margin: 30px 0 0;
}
.pj-footer-copyright {
    text-transform: uppercase;
    margin: 0 0 15px;
}
.pj-footer-bottom-nav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pj-footer-bottom-nav > ul > li {
    margin: 0 0 15px;
}
.pj-footer-bottom-nav > ul > li > a {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}
.pj-footer-bottom-nav > ul > li > a:hover {
    text-decoration: underline;
}

@media (min-width: 640px) {

    .pj-footer {
        font-size: 14px;
    }
    .pj-footer-services-bar-item {
        float: left;
        width: 50%;
    }
    /* display the first 2 */
    .pj-footer-services-bar-item:nth-child(-n+2) {
        display: block;
    }

    .pj-footer-ekomi {
        display: block;
        float: left;
        width: 50%;
        padding: 0 10px 0 0;
    }
    .pj-footer-top-parts {
        margin-left: 50%;
        padding: 0 0 0 10px;
    }
    .pj-footer-store-locator,
    .pj-footer-newsletter,
    .pj-footer-social {
        text-align: left;
    }
    .pj-footer-store-locator:after,
    .pj-footer-newsletter:after {
        margin-left: 40px;
    }
    .pj-footer-store-locator-label,
    .pj-footer-newsletter label,
    .pj-footer-social-label {
        font-size: 16px;
    }
    .pj-footer-newsletter label small {
        margin-top: 5px;
        margin-left: 0;
        max-width: 220px;
    }
    .pj-footer-store-locator-link {
        text-align: left;
    }
    .pj-footer-newsletter-field {
        width: 220px;
    }
    .pj-footer-newsletter-success-popup .pj-mfp-popup-content .h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .pj-footer-newsletter-success-popup .pj-mfp-popup-content p {
        font-size: 18px;
    }

    .pj-footer-services {
        padding-top: 50px;
        margin-top: 20px;
        max-width: none;
    }
    .pj-footer-services-item {
        text-align: left;
    }
    .pj-footer-services-item:after {
        content: none;
    }
    .pj-footer-services-item-label {
        font-size: 20px;
    }
    .pj-footer-services-item-label [class^="pj-icon-"],
    .pj-footer-services-item-label [class*=" pj-icon-"] {
        font-size: 45px;
    }
    .pj-footer-delivery-service-telephone {
        font-size: 12px;
    }
    .pj-footer-delivery-service-telephone strong {
        font-size: 14px;
    }

    .pj-footer-seo {
        padding-top: 50px;
        margin-top: 20px;
        max-width: none;
    }
    .pj-footer-seo-text {
        font-size: 12px;
    }
    .pj-footer-seo-links-container {
        overflow: hidden;
    }
    .pj-footer-seo-links {
        float: left;
        width: 50%;
        padding: 0 0 0 10px;
    }
    .pj-footer-seo-links:first-child {
        padding-left: 0;
        padding-right: 10px;
    }
    .pj-footer-seo-links-title {
        font-size: 14px;
    }
    .pj-footer-seo-links a {
        font-size: 12px;
    }

    .pj-footer-bottom {
        font-size: 12px;
    }

}

@media (min-width: 960px) {

    .pj-footer-services-bar {
        margin-bottom: 50px;
    }
    .pj-footer-services-bar-item {
        display: block;
        float: left;
        width: 20%;
    }

    .pj-footer-logo {
        padding-top: 40px;
        margin-left: 0;
        margin-right: 0;
        width: 220px;
        float: left;
    }
    .pj-footer-top {
        position: relative;
    }
    .pj-footer-ekomi {
        position: absolute;
        left: 0;
        top: 130px;
        width: 220px;
    }
    .pj-footer-top-parts {
        margin-left: 230px;
        margin-right: -10px;
        padding-left: 0;
    }
    .pj-footer-top-parts:after {
        content: '';
        display: table;
        clear: both;
    }
    .pj-footer-store-locator,
    .pj-footer-newsletter,
    .pj-footer-social {
        float: left;
        width: 33.333333%;
        padding: 0 10px;
        text-align: center;
    }
    .pj-footer-store-locator,
    .pj-footer-newsletter {
        margin-bottom: 30px;
    }
    .pj-footer-store-locator:after,
    .pj-footer-newsletter:after {
        content: none;
    }
    .pj-footer-store-locator-label,
    .pj-footer-newsletter label,
    .pj-footer-social-label {
        font-size: 18px;
        min-height: 54px;
        line-height: 54px;
        padding: 0 10px;
        margin: 0 0 15px;
    }
    .pj-footer-store-locator-label span,
    .pj-footer-newsletter label span,
    .pj-footer-social-label span {
        display: inline-block;
        vertical-align: middle;
        line-height: 1.5;
    }
    .pj-footer-newsletter label small {
        padding-right: 0;
        max-width: none;
    }
    .pj-footer-newsletter-field input {
        height: 45px;
        font-size: 14px;
        line-height: 21px;
        padding-top: 11px;
        padding-bottom: 11px;
        padding-right: 60px;
    }
    .pj-footer-newsletter-field button {
        height: 45px;
        width: 50px;
        line-height: 45px;
    }

    .pj-footer-newsletter-success-popup .pj-mfp-popup-content .h2 {
        font-size: 25px;
        line-height: 34px;
    }

    .pj-footer-social-list {
        line-height: 45px;
    }

    .pj-footer-services {
        margin-top: 0;
        padding-top: 20px;
        margin-left: 240px;
    }
    .pj-footer-services-item-desc {
        height: 94px;
    }
    .pj-footer-delivery-service-telephone,
    .pj-footer-delivery-service-schedules {
        line-height: 1;
    }
    .pj-footer-delivery-service-telephone {
        font-size: 14px;
    }
    .pj-footer-delivery-service-telephone strong {
        font-size: 18px; /* Should be 20px */
    }

    .pj-footer-seo {
        overflow: hidden;
    }
    .pj-footer-seo-text {
        float: left;
        width: 50%;
        padding-right: 10px;
    }
    .pj-footer-seo-links-container {
        float: left;
        width: 50%;
        padding-left: 10px;
    }

    .pj-footer-bottom {
        padding-bottom: 20px;
    }
    .pj-footer-bottom:after {
        content: '';
        display: table;
        clear: both;
    }
    .pj-footer-copyright {
        float: left;
        margin-bottom: 0;
    }
    .pj-footer-bottom-nav {
        float: right;
    }
    .pj-footer-bottom-nav > ul > li {
        float: left;
        margin-bottom: 0;
    }
    .pj-footer-bottom-nav > ul > li > a {
        text-transform: uppercase;
        border-left: 1px solid #fff;
        margin-left: 5px;
        padding-left: 5px;
    }
    .pj-footer-bottom-nav > ul > li:first-child > a {
        border-left: 0;
        margin-left: 0;
        padding-left: 0;
    }

}

@media (min-width: 1210px) {

    .pj-footer-services-bar {
        height: 162px;
    }
    .pj-footer-services-bar-item [class^="pj-icon-"],
    .pj-footer-services-bar-item [class*=" pj-icon-"] {
        font-size: 50px;
    }
    .pj-footer-service-name {
        font-size: 13px;
    }

    .pj-footer-logo {
        width: 290px;
    }
    .pj-footer-ekomi {
        width: 290px;
        top: 160px;
    }
    .pj-footer-top-parts {
        margin-left: 295px;
        margin-right: -5px;
    }
    .pj-footer-store-locator,
    .pj-footer-newsletter,
    .pj-footer-social {
        text-align: left;
        padding: 0 5px;
    }
    .pj-footer-store-locator-label,
    .pj-footer-newsletter label,
    .pj-footer-social-label {
        padding: 0;
        min-height: 0;
        line-height: 1.5;
    }
    .pj-footer-store-locator-link > a {
        font-size: 20px;
    }
    .pj-footer-store-locator-link [class^="pj-icon-"],
    .pj-footer-store-locator-link [class*=" pj-icon-"] {
        font-size: 60px;
    }
    .pj-footer-newsletter,
    .pj-footer-social ul {
        margin-bottom: 50px;
    }
    .pj-footer-newsletter-field {
        margin-top: 7px;
        width: 230px;
    }

    .pj-footer-newsletter-success-popup .pj-mfp-popup-content .h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .pj-footer-social-list {
        margin-top: 7px;
    }
    .pj-footer-social-list a {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    .pj-footer-social-list a:before {
        font-size: 45px;
    }

    .pj-footer-services {
        margin-left: 300px;
        padding-top: 50px;
    }

    .pj-footer-delivery-service-telephone strong {
        font-size: 20px;
    }
    .pj-footer-delivery-service-schedules {
        font-size: 12px;
    }

}