* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}





/*html,
body {
    height: 100%;
}*/

body {
    font-family: Roboto, sans-serif;
    font-size: 15px;
}







/****** HEADER ******/

.logo {
    margin-top: 15px;
    margin-bottom: 20px;
}

.navbar {
    background-image: url(../img/nav-border.png);
    background-repeat: repeat-x;
    background-position: bottom;
    border-radius: 0;
    border-bottom: none;
    border-left: none;
    border-right: none;
    background-color: #fff;
    border-top: solid 1px #c7c7c7;
    margin-bottom: 0;
    margin-bottom: 2px;
}

@media screen and (max-width: 767px) {
    .navbar {
        background-image: none;
        border-bottom: solid 5px #002352;
    }
    .navbar-nav>li.active {
        border-bottom: none !important;
    }
    .navbar-nav>li.active a {
        border-bottom: none;
        background: #fbeb00 !important;
    }
}

@media screen and (min-width: 768px) {
    .navbar-nav {
        width: 100%;
        text-align: center;
    }
    .navbar-nav>li {
        float: none;
        display: inline-block;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 700;
    }
    .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.navbar-nav>li.active {
    border-bottom: solid 12px #fbeb00;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #002352;
    background-color: #fff;
}





/****** SLIDER ******/

.carousel-caption h3 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .carousel-caption {
        top: 20%;
        right: 50px;
        padding: 30px;
        background: rgba(0, 0, 0, 0.5);
        bottom: 20%;
        width: 50%;
        left: initial;
        max-width: 500px;
    }
}

@media screen and (max-width: 767px) {
    .carousel-caption {
        position: relative;
        top: initial;
        right: initial;
        padding: 30px;
        background: #002352;
        bottom: initial;
        width: 100%;
        left: initial;
        max-width: initial;
    }
    .carousel-caption h3 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 15px;
        margin-top: 0;
    }
}

.slider-col {
    padding: 0;
}




/* supression des controles slider si 1 slide seulement */

.carousel-control,
.carousel-indicators {
    display: none;
}

.carousel .item {
    background: #1b1c1f;
}



.carousel-caption p {
    font-size: 19px;
    font-weight: 700;
}





/****** BLOCS *******/

.blocs-home {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 35px;
}

.blocs-home .row {
    max-width: 1170px;
    margin: 0 auto;
}

@media screen and (max-width: 600px) {
    .blocs-home .row {
        margin: 0 -15px;
    }
}

.bloc-home {
    padding: 60px 30px;
    background-position: bottom;
    margin-bottom: 15px;
}

.bloc-home.occasions {
    background-image: url(../img/bloc-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: solid 10px #002352;
}

.bloc-home.facebook {
    background-image: url(../img/bloc-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: solid 10px #fbeb00;
}

.bloc-accroche {
    color: #fff;
    font-size: 18px;
    position: relative;
    width: 50%;
    right: -55%;
}

@media screen and (max-width: 450px) {
    .bloc-accroche {
        font-size: 16px;
        font-weight: 700;
        width: 100%;
        right: initial;
        text-align: center;
        text-shadow: 0 0 20px #000;
    }
}

.bloc-accroche a {
    color: #fff;
    border: solid 1px #fff;
    padding: 5px 10px;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
}

.bloc-accroche a:hover {
    background-color: #002352;
    text-decoration: none;
}


.bloc-accroche span {
    font-size: 44px;
    font-weight: 700;
    display: block;
    line-height: 44px;
}


/****** CONTENU ******/

.container-contenu {
    background-color: #f6f5f8;
    background-image: url(../img/contenu-bg.jpg);
    background-position: top right;
    padding-top: 50px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
    .container-contenu {
	    padding-top: 25px;
	}
}

.produit-img {
    background: #fff;
    border-bottom: solid 6px #002352;
}

.produit-img img {
    margin: 0 auto;
}

.ekko-lightbox .modal-dialog {
    flex: 100%!important;
    margin-left: 0;
    margin-right: 0;
}

.modal-header.hide {
    display: block !important;
}

.produit-ruban {
    background: #fbeb00;
    padding: 4px 10px;
    position: absolute;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
    right: 10px;
    top: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #002352;
}

.produit-titre {
    text-align: center;
    color: #f11500;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
}

.produit-prix {
    text-align: center;
    font-size: 24px;
    color: #002352;
    font-weight: 700;
    margin-bottom: 20px;
}

.bloc-produit {
    margin-bottom: 25px;
}

.titre-page {
    color: #002352;
    font-size: 42px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
    .titre-page {
        font-size: 36px;
        margin-top: 0;
    }
}


/****** CONTACT ******/
.bloc-contact-form {
    background: #fff;
    padding: 50px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
}
.bloc-contact-form input {
    background: #f3f3f3;
    border: none;
}
.bloc-contact-form textarea {
    background: #f3f3f3;
    border: none;
}
.btn-jaune {
    background: #fbeb00;
    color: #002352;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}
.btn-jaune:hover {
    background: #002352;
    color: #fff;
}
.bloc-contact-plan {
    background: #002352;
    padding: 50px;
    color: #fff;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
}
@media screen and (min-width: 992px) {
    .blocs-contact {
        display: flex;
    }
}
.iframe-plan {
    width: calc(100% + 100px);
    margin: 0 -50px;
    height: 250px;
    margin-bottom: 30px;
}
.bloc-contact-plan .fab {
    font-size: 40px;
    margin-top: 10px;
}
.bloc-contact-plan a {
    color: #fff;
}
@media screen and (max-width: 600px) {
	.bloc-contact-form, .bloc-contact-plan {
    padding: 20px;
    margin-left: 15px;
    margin-right: 15px;
	}
	.iframe-plan {
    width: calc(100% + 40px);
    margin: 0 -20px 20px -20px;
}
}


/****** FOOTER ******/


.pre-footer .col-md-3 {
    margin-bottom: 20px;
}

.pre-footer a {
    color: #451a05;
}

.widget-nav {
    padding: 0;
}

.widget-nav li {
    list-style: none;
    font-weight: 700;
    margin-bottom: 5px;
}

.pre-footer {
    color: #451a05;
    padding-top: 130px;
    padding-bottom: 100px;
    background-image: url(../img/pre-footer-bg.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #f6f5f8;
}
@media screen and (max-width: 600px) {
    .pre-footer {
    padding-top: 50px;
    padding-bottom: 40px;
	}
}

footer {
    background-image: url(../img/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 13px;
    color: #fff;
    padding: 30px 0;
}

footer p {
    margin: 0
}

footer a,
footer a:hover,
footer a:focus {
    color: #fff;
}

.footer-col-1 a {
    font-weight: 700;
}

.footer-col-2 i {
    font-size: 29px;
}