body {
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}


header {
    background: url(../images/fond-header.png);
    background-repeat:no-repeat;
    background-size: cover;
    padding: 15px;
}

header .contact-header a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-weight: 300;
}

header .contact-header a b {
    font-weight: 600;
}

header .contact-header {
    padding-top: 70px;
    padding-left: 15px;
}

header .logo {
    margin-bottom: 30px;
}


header .social-header {
    text-align: right;
    padding-top:85px;
}

.menu-desktop {
    background: #ffffff;
    color: #000000;
    box-shadow: 0.763px 3.927px 12.74px 0.26px rgba(0, 1, 1, 0.06);
    z-index: 1;
    position: relative;
}

.menu-desktop .menu {
    text-align: center;
}


.responsiveMenuTheme1 span.linker {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px;
}
/* .menu-desktop .nav>li {
    display:inline-block;
    padding: 0 15px;
}
.menu-desktop .nav>li a {
    text-transform: uppercase;
    color: #000000;
    padding: 20px 0;
    border-bottom: 4px solid transparent;
}

.menu-desktop .nav>li a:hover {
    font-weight: 600;
    border-bottom: 4px solid #9d330f;
    background: #ffffff;
}

.menu-desktop .active a {
    font-weight: 600;
    border-bottom: 4px solid #9d330f !important;
}

.responsiveMenuTheme1 span.opener {
    filter: invert(100%);
} */

/* .menu-haut {
    display: none;
} */


.responsiveMenuTheme1 {
    text-align: center;
}

.responsiveMenuTheme1 a:hover, .responsiveMenuTheme1 li.active > a, .responsiveMenuTheme1 li > span.separator:hover {
    background-color:transparent !important;
}

.responsiveMenuTheme1.isDesktop li a, .responsiveMenuTheme1.isDesktop li span.separator, .responsiveMenuTheme1.isDesktop li span.navHeader {
    border:none !important;
    text-transform: uppercase;
}

#responsiveMenu131.responsiveMenuTheme1.isDesktop > li {
    width:unset !important;
    display:inline-block;
}


#responsiveMenu131.responsiveMenuTheme1.isDesktop > li.active a {
    background: tranparent;
    border-bottom: 4px solid #9d330f !important;
}

.responsiveMenuTheme1.isDesktop li a {
    border-bottom:4px solid transparent !important;
}


.responsiveMenuTheme1.isDesktop li a:hover {
    font-weight: 600;
    border-bottom: 4px solid #9d330f !important;
    background: transparent;
}

.responsiveMenuTheme1 > li {
    float:none !important;
}

.responsiveMenuTheme1 > li > a {
    padding: 0 10px !important;
}



/*Laurie*/

.page_contact {
    text-align: center;
}

img.icone_contact {
    display: block;
    text-align: center;
    margin: auto;
    padding: 20px;
    width: 90px;
}

div#page_de_contenu {
    padding: 10px 2vw;
}

div#page_de_contenu img {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
    max-width: 100%;
}


div#page_de_contenu .row {
    margin-bottom: 50px;
}


.page_contenu_references table, 
.page_contenu_occasions table {
    width: 100% !important;
    margin-bottom: 10px;
}

.page_contenu_references table img {
    padding: 11px;
    margin: auto;
    text-align: center;
    max-width: 100%;
    
}

.page_contenu_references table td {
    border: 1px dashed #d6d6d6;
    padding: 5px 20px;
}


.page_contenu_occasions tfoot {
background: #142845;
    color: white;
    padding: 21px !important;
}



tfoot a {
    color: white;
}

tfoot img {
    margin-right: 10px;
}

.page_contenu_occasions a {
    color: inherit;
}



.page_contenu_occasions .table-bordered {
  border: 1px solid #ddd !important;
margin-bottom: 30px;
}

.page_contenu_occasions table caption {
	padding: .5em 0;
}

.page_contenu_occasions table tfoot tr td {
  text-align: center !important;
}



.page_contenu_occasions table>thead>tr>th {
    vertical-align: middle;
    border-bottom: 0px !important;
    background: #142845;
    color: white;
    text-align: center;
}


@media (max-width: 39.9375em) {
  .page_contenu_occasions .tablesaw-stack tbody tr:not(:last-child) {
    border-bottom: 2px solid #0B0B0D;
  }
}






.page_contenu_occasions  table { 
	border-collapse: collapse; 
	}




.page_contenu_occasions td, .page_contenu_occasions  th { 
	padding: 10px; 
	border: 1px solid #ccc; 
	text-align: left; 
	}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	.page_contenu_occasions  table { 
	  	width: 100%; 
	}
    


	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.page_contenu_occasions  thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	
	.page_contenu_occasions  td { 
		/* Behave  like a "row" */
		border: none !important;
		border-bottom: 1px solid #eee !important; 
		position: relative;
		padding-left: 50%; 
            width: 100% !important;

	}

	.page_contenu_occasions  td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		/* Label the data */
		content: attr(data-column);

	}

}


img.full-image {
    max-width: 100% !important;
}

fieldset#rsform_3_page_0 input {
    height: 32px !important;
    border-radius: 0px;
    width: 100%;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #afafaf !important;
}

.rsform-block.rsform-block-civilite input,
.rsform-block.rsform-block-type input{
    width: 21px !important;
    margin-top: -3px;
    margin-right: 5px;
}


fieldset#rsform_3_page_0 {
    margin-top: 40px;
}

textarea#demande {
    width: 100%;
    border: 1px solid #afafaf !important;
}

input#Envoyer {
    background: #004085;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}

.page_contact a {
    color: #a43511;
}

fieldset#rsform_3_page_0 {
    margin-top: 40px;
    border: 1px dotted #6F6F6E;
    padding: 40px;
    padding-right: 100px;
}

/* RESPONSIVE */

.btn-esp {
    background: #ebebeb;
    color: #000000;
    padding: 8px 15px;
    border-radius:25px;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
}

.btn-esp:hover {
    color: #000000;
}

.btn-esp img {
    margin-left: 15px;

}

.menu-gauche-mobile {
    background: #85c2ea;
    text-align: center;
}



.menu-gauche-mobile ul {
    text-align: center;
}

.toggleMenu {
    background-color:transparent !important;
    color: #ffffff;
    padding-right: 15px !important;
}

.slider-accueil  {
    margin-left: -15px;
    margin-right: -15px;
    box-shadow: 0.763px 3.927px 12.74px 0.26px rgba(0, 1, 1, 0.06);
    background-image: url(../images/bg-slide.jpg);
    background-size:cover;
    background-position:60% center;
    background-repeat: no-repeat;
}

.slider-accueil h2 {
    font-weight: bold;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px !important;
    margin-top: 50px !important;
    text-align: left !important;
}
.slider-accueil p {
    font-size: 16px;
}

.slider-accueil  .btn-esp {
    color: #000000 !important;
    font-weight: bold !important;
}

.slider-accueil  .btn-esp img {
    margin-left: 15px !important;
}

/* .slider-accueil .slider-col-gauche {
    padding-left: 10%;} */
.slider-accueil .img-slider {
    display: inline-block;
}


.slider-accueil #n2-ss-5-arrow-previous {
    position: absolute;
    left: 45% !important;
    right:unset !important;
    top:70% !important;
}

.slider-accueil #n2-ss-5-arrow-next {
    position: absolute;
    left:calc(45% + 50px) !important;
    right:unset !important;
    top:70% !important;
}

.slide-desc-bg-default {
    background: transparent !important;
}

.slide-text {
    color: #000000 !important;
}


.djslider-default ul.djslider-in > li {
    height: 280px !important;
}

.slider-accueil .navigation-container {
    width: 90px !important;
    left: 45% !important;
    top: 72% !important;
}

@media(max-width:1580px) {
  
    .djslider-default {
        height:300px !important;
    }

    .djslider-default ul.djslider-in > li {
        height:260px !important;
    }


}

@media(max-width:1490px) {
    .djslider-default {
        height:350px !important;
    }

    .djslider-default ul.djslider-in > li {
        height:310px !important;
    }
  
}

@media(min-width:1701px) {
    .djslider-default .slide-desc {
        left: 5% !important;
    }
}

@media(min-width:1200px) AND (max-width:1700px) {
    .djslider-default .slide-desc {
        left: 10% !important;
    }
}

@media(max-width:1045px) {


    .djslider-default ul.djslider-in > li {
        height:340px !important;
    }
  
}

@media(max-width:991px) {

    .djslider-default {
        height:295px !important;
    }


    .djslider-default .slide-desc {
        width: 100% !important;
    }
    

    .djslider-default ul.djslider-in > li {
        height:250px !important;
    }

    .djslider-loader-default {
        padding-bottom: 0 !important;
    }
    .slider-accueil .navigation-container {
        display: none !important;
    }
}

@media(max-width:768px) {
    .djslider-loader-default {
        padding-bottom: 0 !important;
    }

    .djslider-default {
        height:270px !important;
    }

    .djslider-default ul.djslider-in > li {
        height: 240px !important;
    }
}

@media(max-width:745px) {
    .djslider-default {
        height:320px !important;
    }

    .djslider-default ul.djslider-in > li {
        height: 290px !important;
    }
    fieldset#rsform_3_page_0 {
    margin-top: 40px;
    border: 1px dotted #6F6F6E;
    padding: 40px;
    padding-right: 40px;
}
}


@media(max-width:525px) {
    .djslider-default ul.djslider-in > li {
        height:330px !important;
    }
    
    
}

@media(max-width:430px) {
    .djslider-default {
        height: 400px !important;
    }

    .djslider-default ul.djslider-in > li {
        height:395px !important;
    }
}

@media(max-width:344px) {
    .djslider-default {
        height:500px !important;
    }

    .djslider-default ul.djslider-in > li {
        height: 470px !important;
    }
}


/* #twoj_slider_position_centerbottom_id1 {
    filter:invert(100%);
    bottom: 25% !important;
    left: 45% !important;
}

.twoj_slider_inner_li {
    padding: 0 !important;
    /* padding-left: 200px !important; 
} 
*/

.grille-accueil {
    padding-right: 15px;
}

/* Recherche */
.itemid-1343 .recherche {
    margin-top: 0;
}
body .recherche {
    /* padding-right: 15px;
    margin-top: 25px; */
}
body .geek-search-wrapper .search-form .search-box .input-group > span {
    background-color: #a43510 !important;
    border:none;
    font-size: 0;
    border-radius:0;
    width: 45px;
    background-image: url(../images/loupe.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 45px;
    right: 0;
    /* padding: 0 15px; */
}

body .geek-search-wrapper .search-form .input-group.input-large > input {
    border:none;
    border-radius:0;
    /* padding: 15px 0 15px 15px; */
    /* padding: 0 15px; */
    height: 45px;
}

body .geek-search-wrapper .search-form .search-box .input-group > span:before {
    display: none;
}


body .geek-search-wrapper .search-form .input-group.input-large > input {
    border: none !important;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 1px;
}

body .geek-search-wrapper .search-form .input-group.input-large > input::-moz-input-placeholder {
    text-transform: uppercase;
    color: #000000;
}

body .geek-search-wrapper .search-form .input-group.input-large > input::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #000000;
}

body .titre-accueil {
    text-transform: uppercase;
    padding: 15px 0;
}

body .titre-accueil img {
    display:inline;
    margin-right: 10px;
}

body .geek-search .phrases-box {
    display: none;
}

body .geek-search-wrapper .search-results .result-title a:hover {
    color: #000000;
}

body .geek-search-wrapper .search-results-dropdown > .inner hr {
    display: none;
}
body .geek-search-wrapper .search-results-dropdown > .inner .btn {
    background-color: #a43510;
    border:none;
    border-radius:0;
}


body .geek-search-wrapper .search-results-dropdown > .inner mark {
background: #94928640;
}



/*  !Recherche */


/* grille articles page d'accueil */


body .regridart .inner-mix h3 {
    line-height: 1;
}

body .regridart .inner-mix h3 a {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}

body .regridart .inner-mix h3 a:hover {
    text-decoration: none;
}

body .mix-controls {
    display: none;
}


/* body .regridart .upper-mix {
    height: 250px;
} */

body .regridart .upper-mix img{
    object-fit:contain;
    height: 188px;
}

body .theme_elegant.mix-grid .inner-mix {
    height: 100px;
    text-align: center;
    border:none !important;
}

/* Menu gauche accueil */
.menu-gauche {
    background-image:url(../images/fond-menu-gauche.png);
    margin-left: -15px;
    padding-bottom: 15px;
    width: 90%;
}

.menu-gauche .sm-parent{
transform:translateX(70px);
}

.menu-gauche .sm-parent nav {
    box-shadow: none !important;
}

.menu-gauche .sm-levels {
    box-shadow: 5.878px 8.09px 9px 1px rgba(0, 0, 0, 0.14) !important;
    margin-right: 10px;
    margin-bottom: 10px;
}

.menu-gauche #off-menu_124 h3.sm-head {
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    margin: 20px 0;

    background-image: url(../images/bg-titre-produit.png);
    background-repeat: no-repeat;
    background-position: left center;
    /* margin-left: 15px; */
    padding-left: 20px;
}

.menu-gauche .link:hover a, .menu-gauche .opened .inner .link  > a {
    font-weight: bold !important;
}

.menu-gauche .sm-level.level1 {
    padding: 25px 0;
}


/* bloc ils nous font confiance */


.confiance {
    background-image: -moz-linear-gradient( 58deg, rgb(20,40,69) 0%, rgb(42,160,215) 100%);background-image: -webkit-linear-gradient( 58deg, rgb(20,40,69) 0%, rgb(42,160,215) 100%);background-image: -ms-linear-gradient( 58deg, rgb(20,40,69) 0%, rgb(42,160,215) 100%);
    margin-left: -15px;
    margin-right: -15px;
    padding: 6% 6% 3% 6%;
}
.confiance .ligne_confiance {
    padding: 0;
}
.confiance .titre-confiance {
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 35px;
    background-image:url(../images/fond-titre-confiance.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 300;
    display: inline-block;
    margin-top: -45px;
    margin-right: 60px;
}
.confiance .titre-confiance strong {
    display: block;
    font-weight: 500;
    font-size: 20px;
}


.logo_confiance {
    display:inline-block;
    padding: 5px 5px;
    width:13.285%;
}

.logo_confiance img {
    margin: 0 auto;
    display: block;
    width: 100%;
}

.actu {
    padding: 35px 0;
}

.actu .titre-actu {
    border-bottom: 1px solid #000000;
    padding-bottom: 15px;
    font-weight: 300;
}
.actu .titre-actu b {
    font-weight: 500;
}


.actu .newsflash-title {
    color: #1a2a4f;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px;
}
.actu .latestnews {
    display: none;
}
.actu h4 {
    font-weight: bold;
} 

.actu p {
    margin-bottom: 0;
    font-weight: 300;
}


footer {
    background: url(../images/fond-footer.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #ffffff;
    padding: 20px 0;
    position: relative;
    margin-top: -1px;
}

.footer-container {
    width: 90%;
    display: block;
    margin: 0 auto;    
}

footer .menu-footer ul {
    padding: 0;
}

footer .menu-footer ul li {
    display: inline-block;
    margin-right: 60px;
}

footer .menu-footer ul li a {
    color: #ffffff;
}

footer .menu-footer {
    padding-top: 50px;
    text-align: right;
}

footer .facebook-footer img {
    margin-right: 10px;
}


.blog {
    /* text-align: center; */

    text-align: justify !important;
}

.blog .column-1 .article-info {
	display: none;
}

.blog .pull-left.item-image {
    margin-right: auto !important;
    text-align: center;
    display: block;
    float: none !important;
}

.blog .items-row {
    width: 33.333333%;
    float: left;
    margin-bottom: 50px;
    height: 370px;
}

.blog p.readmore a {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;;
    font-weight: 600;
    margin-top: 10px;
    /* border: 2px dashed #000; */
    border-radius: 0;
    padding: 8px 16px;
    width: 90%;
    color: #000000;
    white-space: inherit !important;
    min-height: 64px;
    display: inline-flex;
    display: block;
    margin-left:auto;
    margin-right:auto;
    align-items: center;
    justify-content: center;
}

.blog .items-row .pull-left.item-image img {
    width: 90%;
    height: 251px;
    object-fit: contain;

}

.blog .page-header {
    display: none;
}


.blog .items-row:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    overflow: hidden;
}

.blog .items-row img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.blog .categ_title {
    margin-bottom: 50px;
    text-align: left;
    padding-left: 50px;
    background-image: url(../images/bg-titre.png);
    background-repeat: no-repeat;
    background-position: left  center;
    margin-left: 15px;
    color: #142845;
}

.view-category .breadcrumb {
    /* margin-top: 60px; */
    margin-left: 30px;
}

.view-category .blog .categ_title {
    /* margin-top: -100px; */
}
.breadcrumb {
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
}

.breadcrumb > li:nth-child(2):before {
    display: none !important;
}

.breadcrumb > li:nth-child(2) > a {
    color: #6e6e6e !important;
}


.breadcrumb > li a:not(first-child){
    color: #142845 !important;
}
.breadcrumb > .active > span {
    color: #142845;
}

.breadcrumb>li+li:before {
    font-size: 10px;
    color:transparent;
    background-image: url(../images/separateur.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 15px;
}

.intro-categ {
    text-align: left;
    margin-bottom: 100px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 15px;
    border-left: 2px solid #142845;
    color: #6e6e6e;
}

body .sj-categories * {
    box-sizing: border-box;
}

body .sj-categories .cat-wrap.theme4 {
    border:none;
}


body .sj-categories .cat-wrap.theme4 .sj-categories-heading {
    display: none;
}

body .sj-categories .clr1,body .sj-categories .clr2,body .sj-categories .clr3, body .sj-categories .clr4,  body .sj-categories .clr5 {
    display: none !important;
}

body .sj-categories.preset01-4 .theme4 .sj-categories-content-inner {
    width: 33.33333%;
    margin: 0;
    /* height: 300px !important; */
    margin-bottom: 50px;
}

body .sj-categories.preset01-4 .theme4 .sj-categories-content-inner:nth-child(n+3) {
    clear: right;
}

body .sj-categories .cat-wrap.theme4 .sj-categories-content .child-cat .child-cat-info .image-cat {
    float:none;
    height: 260px;
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: unset !important;
}
body .sj-categories .cat-wrap.theme4 .sj-categories-content .child-cat .child-cat-info .image-cat img {
    margin: 0 auto;
    width:auto;
    height: 251px;
    object-fit: contain
}

body .sj-categories .cat-wrap.theme4 .sj-categories-content .child-cat .child-cat-desc .child-cat-title, body .sj-categories .cat-wrap.theme4 .sj-categories-content .child-cat .child-cat-desc .child-cat-title a  {
    float: none;
    width: 100%;
    text-align: center;
}
body .sj-categories .cat-wrap.theme4 .sj-categories-content .child-cat .child-cat-desc .child-cat-title {
    /* border: 2px dashed #000; */
    padding: 8px 16px;
    min-height: 74px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height:100px;
}

body .sj-categories .cat-wrap.theme4 .sj-categories-content .child-cat .child-cat-desc .child-cat-title a {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-top: 10px;
    border-radius: 0;
    width: 90%;
    color: #000000;
    white-space: inherit !important;
} 


body .moduletable > h3 {
    font-size: 36px;
    margin-bottom: 50px;
    text-align: left;
    padding-left: 50px;
    background-image: url(../images/bg-titre.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 15px;
}

.item-page .page-header h2 {
    background-image: url(../images/bg-titre.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 15px;
    padding-left: 50px;
    color: #142845;
    font-size: 32px;
    font-weight: bold;
}

.item-page div[itemprop="articleBody"] h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    padding-left: 25px;
    background-image: url(../images/bg-titre.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}

.itemid-1371 .page-header {
    display: none;
}

@media (max-width:1630px) {
    .slider-accueil #n2-ss-5-arrow-previous {
        left: 55% !important;
    }
    
    .slider-accueil #n2-ss-5-arrow-next {
        left:calc(55% + 50px) !important;
      
    }

}

@media(max-width:1600px) {
    .slider-accueil h2 {
        margin-top: 20px !important;
    }
}




@media (max-width:1260px) {
    footer .menu-footer ul li {
        margin-right: 30px;
    }
}
@media(min-width:1200px) {
    .actu .titre-actu {
        width: 85%;
    }
}

@media(max-width:1200px) {
    #twoj_slider_position_centerbottom_id1 {
        bottom: 10% !important;
    }

    /* .slider-accueil .slider-col-gauche {
        padding-left: 15px;
    } */

  
}





@media(min-width:992px) {
    .menu-gauche-mobile {
        display: none;
    }
}

@media(max-width:991px) {
    
    .page_contenu_references table td {
    border: 1px dashed #d6d6d6;
    display: block;
}
    
    .item-page table{
        max-width: 100% !important;
    }

    .slider-accueil {
        background-image: none; 
    }
    header .contact-header {
        padding-top: 50px;
    }

    header .social-header {
        text-align: right;
        padding-top:55px;
    }

    .menu-desktop {
        display: none;
    }

    .confiance {
        padding: 15px;
    }

    .confiance .ligne_confiance {
        text-align: center;
    }
    .confiance .text-right {
        text-align: center !important;
    }

    #twoj_slider_block_id1 .slider-col-droite {
       display: none;
    }

    .menu-gauche {
        display: none;
    }

    .confiance .titre-confiance {
        margin: 15px 0;

    }


    .slider-accueil h2 {
        margin-bottom: 10px !important;
    }


    footer .menu-footer {
        text-align: left;
    }

    footer .menu-footer ul li {
        margin-right: 15px;
    }
    body .menu-icon-cont {
       background: #a43510;
    }

    .sm-menu .sm-head {
        background: #a43510 !important;
    }

    .grille-accueil {
        padding-right: 0;
    }

    body .recherche {
        padding-right: 0;
    }
}


@media (max-width:768px) {
    
    .page_contenu_occasions tfoot {
    background: #142845;
    color: white;
    padding: 21px !important;
    width: 100% !important;
    display: block;
}
    
    .page_contenu_occasions table tfoot tr td{
        border: none !important;
    }
    
    div#page_de_contenu img {
    float: none;
    margin-right: 30px;
    margin-bottom: 10px;
    max-width: 100%;
    margin: auto;
}
    
    header .contact-header {
        text-align: center;
        padding: 15px;
    }

    header .logo {
        text-align: center;
    }

    header .logo img {
        display: inline;
    }
    header .social-header {
        padding: 15px;
        text-align: center;
    }

    footer .menu-footer {
        margin-top: 20px;
        padding-top: 0px;
    }

    footer .menu-footer ul li {
        display: block;
        padding: 10px 0;
     
    }
}

@media(max-width:580px) {
    .logo_confiance {
        width: 49%;
    }
    .blog .items-row {
        width: 50%;
    }

    body .sj-categories.preset01-4 .theme4 .sj-categories-content-inner {
        width: 50% !important;
    }

}

@media(max-width:480px) {
    body .sj-categories.preset01-4 .theme4 .sj-categories-content-inner {
        width: 100% !important;
    }
}

@media(max-width:430px) {
    .blog .items-row {
        width: 100%;
    }
    body .sj-categories.preset01-4 .theme4 .sj-categories-content-inner {
        width: 100%;
    }
}

@media(max-width:1700px) {
    .items-row .pull-left.item-image img {
        width: 90%;
    }
}


@media(max-width:1200px) {
    .items-row {
        width: 50%;
    }
}


@media(max-width:680px) {
    .items-row {
        width: 100%;
    }

   
}



/* Loic 07/08/18 */


.sj-categories-content, .sj-categories {
    overflow:visible !important;
}

.sj-categories .cat-wrap.theme4 .sj-categories-content {
    height:auto !important;
}

.category-desc.clearfix {
    clear: both;
}

.item-page img {
    max-width: 100%;
    height:auto;
}

@media(min-width:600px) {
    .item-page img {
        max-width: 600px;
        height:auto;
    }
}
/* .description-categorie {
    border-left: 2px solid #142845 !important;
}

.description-categorie {
    padding-left: 15px;
} */


.item-page table {
    max-width:92vw;
    /* overflow-y:scroll;
    display: block; */
}




@media(min-width:992px) {
    .menu-mobile {
        display: none;
    }
}


.menu-mobile .toggleMenu {
    filter:invert(100%);
    margin-top: 15px;
}

.menu-mobile:not(#responsiveMenu111) {
    text-align: right;
}

.menu-mobile .toggleMenu > span {
    display: none;
}

.background-full {
    background-image:url(../images/fond-menu-recherche.png);
    background-repeat: repeat-x;
    
}

/* .item-page {
    background-color: #ffffff;
    padding: 0 20px;
    display:table;
} */

.item-page p {
    text-align: justify !important;
}


.geek-search {
    padding-top: 25px;
    padding-right: 15px;
}

.breadcrumb {
    background-color: #ffffff;
}


/* 12/11/18 loic ekypia | Nouveau composant de recherche Minitek */


body .recherche {
    padding-top: 25px;
}
body .recherche .mls-parent {
    width: 100%;
    position: relative;
}
body .recherche .mod-mls-btn {
    position: absolute !important;
    display: block !important;
    padding: 0 !important;
    right: 0 !important;
    top: 0 !important;
    height: 100%;
    height: 57px !important;
    width: 65px !important;
    background-color: #a43510 !important;
    background-image: url(../images/loupe.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

body .recherche .mod-mls-btn span, .recherche .mod-mls-btn i {
    display:none;
}
body .recherche .mls-parent #close-results-mls_mod_178, body .recherche .mls-parent #selector-button-mls_mod_178 {
    display:none !important;
}




.recherche input.mls-query {
    height:57px !important;
    width: 100% !important;
    font-size: 18px !important;
    border: none !important;
    border-radius: 0px !important;
    text-transform: uppercase !important;
    font-weight: lighter !important;
    letter-spacing: 1px !important;
    color:#000 !important;
    padding: 5px 20px !important;
}



.recherche input.mls-query::-moz-input-placeholder {
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 18px !important;
}

.recherche input.mls-query::-webkit-input-placeholder {
    text-transform: uppercase;
    font-size: 18px !important;
    color: #000000 !important;
}

/* resultats de recherche */


.recherche .mls-results-cont {
    width: 100% !important;
    top: 65px !important;
}

.recherche .default-theme.blue-skin .mls-results ul li a:hover, .recherche .default-theme.blue-skin .mls-results ul li a:focus, .recherche .default-theme.blue-skin .mls-results ul li.selected a {
    background-color: #a63301 !important;
    border-color: #a63301 !important;
}

.recherche .mls-item-info-margin {
    padding: 15px !important;
}

.recherche .mls-ul li img {
    margin: 25px 15px !important;
}

.recherche .mls-ul li img {
    max-width:100px !important;
}

.recherche .mls-item-title {
    font-size: 18px !important;
}

.recherche .mls-item-info-inner {
    font-size: 14px !important;
}



/* table responsive */


.stacktable { width: 100%; border:1px solid #000000;padding: 10px; }
.st-head-row { padding: 1em; }
.st-head-row.st-head-row-main { font-size: 1.5em; padding-top: 0; }
.st-key { width: 49%; text-align: right; padding-right: 1%; }
.st-val { width: 49%; padding-left: 1%; }



/* RESPONSIVE EXAMPLE */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

@media (max-width: 1024px) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }
}

table caption {
	padding: .5em 0;
}

.table {
    border: 1px solid black;
  }
  .table .st-key {
    font-weight: bold;
  }  
  .stacktable tr {
      border:1px solid #000;
  }

  .stacktable td {
      padding:1em;
  }

a.bouton:link, a.bouton:hover, a.bouton:visited{
	background-color:#004085 !important;
	color: #FFF;
	padding: 10px;
	font-style: normal;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 16px;
	display: inline-block;
}