/* Top bar */
ul.social-icons {
  font-size: 25px;
}

/* Menu principal - Sous menu */
.sp-megamenu-parent {
  margin: 0 -50px;
}

.sp-megamenu-parent .sp-mega-group > li > a {
    text-transform: inherit;
    font-size: 15px;
    font-weight: 300;
}

.sp-megamenu-parent .sp-mega-group > li > a:hover {
	color: #e30613 !important;
}

/* Body */
#sp-main-body {
    padding: 20px 0;
}

/* Bloc titre et fil de navigation */
.sp-page-title .sp-page-title-heading {
    font-size: 34px;
    color: #000;
}

.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li::before, .sp-page-title .breadcrumb > li > a {
    color: unset !important
}

.sp-page-title .breadcrumb > li > a {
    color: #e30613 !important
}

.sp-page-title .breadcrumb > li > a:hover {
    color: #cc0000 !important
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-size: 14px;
    font-weight: 300;
}

/* Sommaires des machines neuves - Permet d'aligner les blocs par rapport au titre des pages et le contenu du footer  */
.sppb-row-container {
    max-width: 1320px;
}

/* Modules */
#sp-left .sp-module, #sp-right .sp-module {
    background: #f5f5f5;
    color: #444; 
    padding: 10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.sp-module-title {
    color: #fff;
    background: #5e5e5e;
    border-left: 20px solid #e30613;
    padding: 10px;
    font-size: 1.3rem;
}

#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
    margin: 0 0 10px;
    padding-bottom: 10px;
	font-size: 17px;
	border-bottom: none;
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
    border-bottom: 1px solid #d1d1d1;
}

#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
    line-height: 20px;
}

#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
    padding: 5px 0 !important
}

/* Menu dans les modules */
.sp-module ul > li > a:hover {
  color: #e30613;
}

/* Module dernières infos, pour ne pas afficher la date de l'article */
.sp-module-content .latestnews > li > a > span {
    display: none;
    border-top: 1px solid #ddd;
}

.latestnews li
{
   border-bottom: 1px solid #ddd;
}

/* Page d'accueil, marques  */
.sppb-carousel-extended-dots ul li span {
    background:  #e30613
}

/* Modules des coordonnées en bas de page */
#sp-bottom {
    padding: 30px 0 0 0;
}

/* Modules menu du bas de page et champs recherche */
#sp-footer #sp-footer2 {
    text-align: left;
    margin-top: 10px;
}

#sp-footer #sp-footer1 {
    margin-top: 10px;
}

#sp-footer .container-inner {
	padding: 20px 0;
	border-top: 1px solid rgb(255, 0, 0);
}

/* Tableaux */
table {
    border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
th {
	background-color: #5e5e5e;
    color: white;
    border: 2px solid #fff;
}
th, td {
    padding: 5px;
}
.sous-titres {
	background-color: #cccccc;
}
.lignes {
	background-color: #cccccc;
}
.lignes-claires {
	background-color: #f5f5f5;
}

/* Boutons */
.button {
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #e30613;
  border: none;
  border-radius: 10px;
}

.button:hover {
  background-color: #cc0000;
  color: #fff;
  }
  
/* Boutons Preset SP Builder */
.btn-primary:hover, .sppb-btn-primary:hover {
  border-color: #cc0000;
  background-color: #cc0000;
}

/* FAQ Extension UP */
.upfaq-content {
  background-color: #f5f5f5;
}

/* Onglets Extension UP */
.tab_wrapper > ul li.active {
    border-color: #e30613;
    color: #fff;
    background-color: #e30613;
}

/* Sommaires réalisé avec les shortcodes UP */
.port-1
.text-desc {
  color: #fff;
  padding: 25px 25px 25px;
}

.text-desc {
  text-align: left;
  background: #7b7a7c;
}

/* - */
.tab_wrapper > ul li {
    border: 0px;
    color: #5e5e5e;
}

.tab_wrapper > ul {
    border-bottom: 0px;
}

.tab_wrapper .content_wrapper {
    border: 0px;
}

.tab_wrapper .content_wrapper .tab_content {
    padding: 0px;
}

/* Blocs de la page Formation réalisés avec les shortcodes UP */
.formation {
  background-color: #f5f5f5;
  padding: 20px;
  box-shadow: 1px 1px 2px 2px #ccc;
}

/* Occasion mise en page Blog */
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery
{
  margin: 0;
  border-bottom: none;
}

.article-list .article {
    border: none;
    border-radius: 0px;
    padding: 0;
}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img
{
  margin-bottom: 10px;
}

.article-list .article .readmore a {
  display: block;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #e30613;
  border: none;
  border-radius: 10px;
}

.article-list .article .readmore a:hover {
  background-color: #cc0000;
  color: #fff;
  }

/* Icônes précédent et suivant images des occasions */
.carousel-control-prev-icon {
    background-image: url("../../../images/interface/icone-precedent.png");
}

.carousel-control-next-icon {
    background-image: url("../../../images/interface/icone-suivant.png");
}
.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

/* Diaporama page d'accueil - Pour le titre de l'item de la diapositive Boutique */
.sppb-sp-slider-title{
  font-size:36px;
  }

/* Titres page d'accueil - Outillages et Machines */
#sppb-addon-1641910694940 h1.sppb-addon-title {
  margin: 0px 0px 10px 0px;
}

/* Pages suivantes */
.page-item.active .page-link {
  background-color: #e30613;
  border-color: #e30613;
}

/* Pour le surlignage du résultat des recherches */
.mark, mark {
  padding: 0;
  background-color: #e9ecef;
}

/* Boutique - Fond des images agrandies des produits */
#sb-body, #sb-loading {
  background-color: #d1d1d1;
}

/* Formulaire Balbooa Joomla Forms */
.ba-form-footer {
  display: none;
}

.ba-form-page {
  padding-top: 0 !important;
  padding-left: 0 !important;
}