/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@font-face { font-display: fallback !important; }

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-ExtraBold.eot');
    src: url('OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('OpenSans-ExtraBold.woff2') format('woff2'),
        url('OpenSans-ExtraBold.woff') format('woff'),
        url('OpenSans-ExtraBold.ttf') format('truetype'),
        url('OpenSans-ExtraBold.svg#OpenSans-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Bold.eot');
    src: url('OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('OpenSans-Bold.woff2') format('woff2'),
        url('OpenSans-Bold.woff') format('woff'),
        url('OpenSans-Bold.ttf') format('truetype'),
        url('OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Regular.eot');
    src: url('OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('OpenSans-Regular.woff2') format('woff2'),
        url('OpenSans-Regular.woff') format('woff'),
        url('OpenSans-Regular.ttf') format('truetype'),
        url('OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Light.eot');
    src: url('OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('OpenSans-Light.woff2') format('woff2'),
        url('OpenSans-Light.woff') format('woff'),
        url('OpenSans-Light.ttf') format('truetype'),
        url('OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-SemiBold.eot');
    src: url('OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('OpenSans-SemiBold.woff2') format('woff2'),
        url('OpenSans-SemiBold.woff') format('woff'),
        url('OpenSans-SemiBold.ttf') format('truetype'),
        url('OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Oswald';
    src: url('Oswald-Regular.eot');
    src: url('Oswald-Regular.eot?#iefix') format('embedded-opentype'),
        url('Oswald-Regular.woff2') format('woff2'),
        url('Oswald-Regular.woff') format('woff'),
        url('Oswald-Regular.ttf') format('truetype'),
        url('Oswald-Regular.svg#Oswald-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Oswald';
    src: url('Oswald-Bold.eot');
    src: url('Oswald-Bold.eot?#iefix') format('embedded-opentype'),
        url('Oswald-Bold.woff2') format('woff2'),
        url('Oswald-Bold.woff') format('woff'),
        url('Oswald-Bold.ttf') format('truetype'),
        url('Oswald-Bold.svg#Oswald-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* general */
#index section {
    clear: both;
}
.btn-plus {
  font-weight: 500;
  font-size: 15px;
  background: transparent;
  color: #000000;
  border: 2px solid #000000;
  padding: 10px 20px;
  width: auto;
  margin: auto;
  text-transform: uppercase;
}
.btn-white {
    color: #ffffff;
    border: 2px solid #ffffff;
}
.diagonal-right {
    /* content: url(/img/cms/rayures-blanche.png);
    position: absolute;
    right: 0;
    top: 0; */
    background-image: url(/img/cms/rayures-blanche.png);
    background-position: top right;
    background-repeat: repeat-y;
}
.diagonal-left {
    /* content: url(/img/cms/rayures-blanche.png);
    position: absolute;
    left: 0;
    top: 0; */
    background-image: url(/img/cms/rayures-blanche.png);
    background-position: top left;
    background-repeat: repeat-y;
}
.overflow {
  overflow: hidden;
}
.padding-90 {
    padding: 30px 90px;
      width: 100%;
}
#wrapper .breadcrumb ol {
    font-size: 15px;
    font-weight: 300;
}
.flexbox {
  display: flex;
}
.flexbox-column {
  display: flex;
  flex-direction: column;
}
/* général FIN */

/* menu horizontal */
#_desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu {
    background: #25317b;
}
/* .top-menu #category-10 .sub-menu ul[data-depth="1"] > li {
    float: none;
} */
#_desktop_top_menu .top-menu .popover {
    border-top: 3px solid #f05423;
}
/* #header .top-menu a {
  color: #ffffff;
} */
.top-menu a.dropdown-submenu {
  text-align: center;
  text-transform: uppercase;
}
#header .top-menu a img {
  width: 80px;
  margin-bottom: 5px;
  margin: 0 auto 5px;
}
#header .top-menu a:hover {
    color: #f05423;
}
ul#top-menu > .category > .sub-menu > .top-menu > .category > .dropdown-item.dropdown-submenu + .collapse {
    display: none;
}
/* a.dropdown-item.dropdown-submenu > img {
    margin-right: 7px;
} */
/* menu horizontal FIN */

/* menu */
#header .header-nav #_desktop_contact_link #contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .header-nav #_desktop_contact_link #contact-link .icon {
    padding-right: 5px;
}
.top-menu-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
#header .header-nav .block-social {
    width: auto;
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
    float: none;
    vertical-align: top;
}
#header .header-nav .block-social .facebook {
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
}
div#contact-link i {
    color: #f05423;
}
div#contact-link span {
  padding-right: 20px;
}
#header .header-top {
    padding: 0;
}
#header .logo {
    height: auto;
    width: 161px;
}
.header-top-right.col-md-10.col-sm-12.position-static {
    background: #25317b;
    border-bottom: 3px solid #f05423;
}
/* #header .header-top .position-static::after {
    content: url("/img/cms/rayures-blanche-petit.png");
    position: absolute;
    right: 15px;
} */
body #mega_menu_plus ul.mg-menu.menu-content {
    margin: 0;
}
#mega_menu_plus {
    margin: 3px 0px 3px 0 !important;
}
#mega_menu_plus ul.mg-menu > li >a {
    padding: 0px !important;
}
.mg-menu {
    border-bottom: 0px solid #d6d6d6;
    background: #ffffff;
}
#search_widget form input {
    padding: 7px 40px;
    border-radius: 0px;
    background-color: #ffffff;
}
#search_widget form i {
    padding: 5px;
    line-height: 1.1;
}
body #mega_menu_plus ul.mg-menu.menu-content li.mainmenu-parent span.menu-item-link-text div a {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 20px !important;
  font-family: 'Oswald' !important;
  text-transform: uppercase;
}
body #mega_menu_plus ul.mg-menu.menu-content li.mainmenu-parent span.menu-item-link-text div a span {
  font-family: 'Oswald' !important;
}
/* menu FIN */

/* megamenu */
#mega_menu_plus .sub .rows {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.cols .content_submenu {
    padding-left: 0;
}
.fixpaddingsize2018 {
  width: calc(100% - 310px);
}
body #mega_menu_plus ul.mg-menu.menu-content li.mainmenu-parent>.sub .content_submenu ul li {
  width: 100%;
  height: 45px;
  background: #25317b;
  margin: 0 10px;
  padding: 0 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body #mega_menu_plus ul.mg-menu.menu-content li.mainmenu-parent>.sub .content_submenu ul li a {
  padding-left: 7px !important;
}
.icone-location .menulink li:before, .icone-vente .menulink li:before {
    width: 50px;
    height: 30px;
}

/* icones menu */

/* .icone-location.col-one .menulink li:nth-child(1):before {
    content: url('/img/cms/icones/icone-chariots2.png');
} */
/* .icone-location.col-one .menulink li:nth-child(2):before {
    content: url('/img/cms/icones/icone-cric2.png');
} */
.icone-location.col-one .menulink li:nth-child(3):before {
    content: url('/img/cms/icones/icone-cylindre2.png');
}
/* .icone-location.col-two .menulink li:nth-child(1):before {
    content: url('/img/cms/icones/icone-plombier2.png');
} */
.icone-location.col-two .menulink li:nth-child(2):before {
    content: url('/img/cms/icones/icone-palan2.png');
}
.icone-location.col-two .menulink li:nth-child(3):before {
    content: url('/img/cms/icones/icone-patin2.png');
}

/* .icone-location.col-three .menulink li:nth-child(1):before {
    content: url('/img/cms/icones/icone-tirfor2.png');
} */
/* .icone-location.col-three .menulink li:nth-child(2):before {
    content: url('/img/cms/icones/icone-treuil2.png');
} */
.icone-location.col-three .menulink li:nth-child(3):before {
    content: url('/img/cms/icones/icone-pont-portique2.png');
}

.icone-vente.col-one .menulink li:nth-child(1):before {
    content: url('/img/cms/icones/icone-chariots2.png');
}
.icone-vente.col-one .menulink li:nth-child(2):before {
    content: url('/img/cms/icones/icone-cric2.png');
}
.icone-vente.col-one .menulink li:nth-child(3):before {
    content: url('/img/cms/icones/icone-cylindre2.png');
}
.icone-vente.col-one .menulink li:nth-child(4):before {
    content: url('/img/cms/icones/icone-plombier2.png');
}
.icone-vente.col-one .menulink li:nth-child(5):before {
    content: url('/img/cms/icones/icone-laser2.png');
}
.icone-vente.col-one .menulink li:nth-child(6):before {
    content: url('/img/cms/icones/icone-electricien2.png');
}
.icone-vente.col-two .menulink li:nth-child(1):before {
    content: url('/img/cms/icones/icone-palan2.png');
}
.icone-vente.col-two .menulink li:nth-child(2):before {
    content: url('/img/cms/icones/icone-patin2.png');
}
.icone-vente.col-two .menulink li:nth-child(3):before {
    content: url('/img/cms/icones/icone-pince-lavage2.png');
}
.icone-vente.col-two .menulink li:nth-child(4):before {
    content: url('/img/cms/icones/icone-tirfor2.png');
}
.icone-vente.col-two .menulink li:nth-child(5):before {
    content: url('/img/cms/icones/icone-treuil2.png');
}
.icone-vente.col-two .menulink li:nth-child(6):before {
    content: url('/img/cms/icones/icone-vis2.png');
}
.icone-vente.col-three .menulink li:nth-child(1):before {
    content: url('/img/cms/icones/icone-pont-portique2.png');
}
/* icones menu FIN */

/* position carrousel slider */
.carousel {
    margin: 0 auto 25px;
}
#custom-text {
    padding: 0;
    margin-bottom: 25px;
    margin-right: 25px;
    border-radius: 0px;
    width: calc(100% - 925px);
    height: 300px;
    text-align: left;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#custom-text .icon-outils .extrabold {
    font-weight: 800;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 0;
}
#custom-text .icon-outils a {
    color: #fff;
}
.icon-outils {
    width: 100%;
    min-height: 137px;
    padding: 30px 40px;
    margin-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transition: all .1s ease-out;
      -moz-transition: all .1s ease-out;
      -o-transition: all .1s ease-out;
      transition: all .1s ease-out;
}
.outils-louer.icon-outils {
    background: url(/img/cms/img-outils-a-louer.jpg) no-repeat center;
    background-size: cover;
}
.outils-vendre.icon-outils {
    background: url(/img/cms/img-outils-a-vendre.jpg) no-repeat center;
    background-size: cover;
}
#custom-text .icon-outils a.icon-lien {
    position: absolute;
    right: 15px;
    top: 20px;
    background: #25317b;
    padding: 7px;
    border-radius: 20px;
    border: 1px solid #fff;
}
#custom-text .icon-outils a.icon-lien:hover {
  background: #000000;
}
/* position carrousel slider FIN */

.nos-marques.container
{
  text-align: center;
  margin: 50px auto;
}
.banner-expert img {
  width: 100%;
  height: auto;
}
.nos-marques.container img
{
  max-width: 100%;
}
.largeur-box
{
  max-width: 1400px;
  margin: auto;
  float: none;
}
.center
{
  text-align: center;
  padding: 20px 0;
}
.phone
{
  font-size: 23px;
}
.phone a
{
  color: #25317b;
}
.phone a:hover
{
  color: #000000;
}
.nos-marques h2
{
  font-family: 'Oswald';
  font-weight: bold;
  font-size: 35px;
  margin: 40px 0;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}

/* icones liens produits populaires */
#icons-cat .cat-pop {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
/* Checkout loader for address -> delivery transition */
.lp-checkout-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.lp-checkout-loader.active {
    display: flex;
}

.lp-checkout-loader-content {
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-width: 400px;
}

.lp-spinner {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
    border: 4px solid #f0f0f0;
    border-top: 4px solid #25317b;
    border-radius: 50%;
    animation: lp-spin 1s linear infinite;
}

@keyframes lp-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.lp-checkout-loader-content p {
    margin: 0;
    font-size: 15px;
    color: #333333;
    font-weight: 500;
    line-height: 1.4;
}

/* Icons - categories popular */
#icons-cat h2
{
  font-family: 'Oswald';
  font-weight: bold;
  font-size: 35px;
  margin: 40px 0;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}
#icons-cat h3
{
  font-family: 'Oswald';
  font-weight: normal;
  font-size: 26px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}
.cat-pop a
{
  padding: 20px;
  text-align: center;
  margin-bottom: 15px;
}
#icons-cat a:hover h3
{
  color: #f05423;
}
.cat-pop img
{
  padding: 20px;
}

/* overview accueil */
.featured-products .h2 {
  font-family: 'Oswald';
  font-weight: bold;
  font-size: 35px;
  margin: 40px 0;
  color: #000000;
  /* padding-top: 30px; */
}
.h2.products-section-title a {
  color: #000000;
}
.block-categories .category-top-menu > li:nth-child(1) {
  background: #f2f2f2;
  padding: 5px 10px;
}
#products .product-title a:hover,
.featured-products .product-title a:hover,
.product-accessories .product-title a:hover,
.product-miniature .product-title a:hover {
    color: #f05423;
}
.block-categories .category-sub-menu li[data-depth="0"] > a {
  padding-right: 52px;
  padding-bottom: 12px;
  margin: 2px 0 0;
  font-weight: 600;
  border-bottom: 1px solid #dcdcdc;
}
.block-categories .category-sub-menu li[data-depth="1"] {
    padding: 0 40px 0 15px;
    position: relative;
}
.block-categories .category-sub-menu li span.arrows.collapsed {
  color: #f05423;
}
.block-categories .arrows .arrow-right, .block-categories .arrows .arrow-down {
  font-size: 24px;
  color: #f05423;
}
.block-categories .category-sub-menu, .block-categories .category-sub-menu li {
    margin-top: 0.5rem;
}
.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"])::before {
    display: none;
}
.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) {
    padding-left: 0.5rem;
}
#search_filters .facet .facet-label .custom-checkbox, #search_filters .facet .facet-label .custom-radio {
    display: inline-block;
    width: 25px;
}
/* overview accueil FIN */

/* module bannière */
#wrapper .banner {
    position: relative;
    overflow: hidden;
}
#wrapper .banner img {
    width: 100%;
    height: auto;
}
#wrapper .banner::after {
    content: url("/img/cms/rayures-blanche.png");
    position: absolute;
    right: 0;
}
/* module bannière FIN */

/* module accueil */
section.nouveau, section.services {
    margin-bottom: 1.5rem;
}
.services h2 {
  color: #fff;
}
.back-orange {
  background-color: #f05423;
  width: 100%;
}
.back-orange p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  max-width: 380px;
}
.back-orange .h4 {
  font-size: 50px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}
.back-orange.diagonal-left::after {
    left: 15px;
    top: 0;
}
.icon-accueil.flexbox {
    justify-content: space-between;
    margin-top: 30px;
}
.accueil-vente {
  text-align: center;
  justify-content: space-between;
  padding: 30px;
}
.accueil-vente .h2 {
  font-family: 'Oswald';
  font-weight: bold;
  font-size: 27px;
  line-height: 1.3;
  color: #25317b;
  margin: 0 auto 10px;
}
.accueil-vente p {
    font-size: 18px;
    line-height: 1.5;
}
.back-blue {
  background-color: #25317b;
  width: 100%;
}
section.services {
  text-align: center;
  background-image: url(/img/cms/parallax-services.jpg);
  background-size: cover;
  background-position: center;
}
section.services .diagonal-right {
  padding: 30px 90px;
}
section.services h2 {
  font-family: 'Oswald';
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
section.services h2 a {
    color: #ffffff;
}
section.services .flexbox {
  justify-content: center;
}
section.services .h5 {
  font-family: 'Oswald';
  font-weight: normal;
  font-size: 26px;
  margin: 8px 0;
  text-transform: uppercase;
  color: #ffffff;
}
section.services .h5 a {
  color: #ffffff;
}
.box-services {
  padding: 5px 20px;
}
section.services .btn {
  margin-top: 20px;
}
/* module accueil FIN */

/* marques accueil module mib(Manufacturers Images Block) */
#mypresta_mib {
    box-shadow: none;
    padding: 0;
}
#mypresta_mib ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
#mypresta_mib ul li {
  position: relative;
  width: 10%;
  min-width: 130px;
  margin: 5px 10px;
  text-align: center;
  background: #fff;
  transition: 0.4s ease-out;
}
ul#MyPrestaBrandsCarousel img {
    max-width: 100%;
}
.box-marques {
  text-align: center;
}
/* marques accueil module mib(Manufacturers Images Block) FIN */

/* page marques */
#manufacturer #main ul .brand-infos a {
    display: inline-block;
    color: #000;
    font-size: 14px;
}
/* page marques FIN */

/* footer */
footer#footer>.container>.row {
    background: #25317b;
    padding: 30px;
}
p.text-sm-center.copyright {
  color: #000000;
    margin-top: 30px;
    font-size: 14px;
}
.block-contact .block .icon {
    width: 3.5rem;
}
.block-contact .block .icon i {
    font-size: 2rem;
}
div#contact-infos-screen .icon i {
    font-size: 50px;
    color: #f05423;
    margin-bottom: 15px;
}
.telephone span {
    font-size: 20px;
}
#contact-infos-screen a {
    color: #000000;
}
#contact-infos-screen a:hover {
    color: #f05423;
}
#footer .block_newsletter #block-newsletter-label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
}
.block-social ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-bottom: 0;
}
.block-social ul li {
  /* background-color: #25317b;
      border-radius: 26px; */
      width: 58px;
      height: 58px;
      /* border: 2px solid #ffffff; */
}
.horaire {
    min-width: 260px;
}
.horaire table {
    width: 260px;
    font-family: 'Oswald';
    margin: auto;
}
/* footer FIN */

/* page détails */
.block-categories a:hover,.block-categories a:focus {
    color: #f05423;
}
h1#js-product-list-header {
    text-transform: inherit;
}
.tabs .nav-tabs .nav-link {
  text-transform: uppercase;
  font-family: 'Oswald';
}
a.btn-sales {
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 15px;
    background-color: #cdcdcd;
}
div#roja45productrental_block_17 {
    border: 1px solid #dcdcdc;
}
.titre-location, .titre-achat {
    color: #f05423;
    border-bottom: 1px solid;
}
div#acheter {
  padding: 19px 19px 17px;
  background: #fff;
  border-radius: 3px;
  margin-bottom: 10px;
  margin-top: 30px;
  border: 1px solid #dcdcdc;
}
.roja45productrental_block_17 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 1px 19px;
}
.product-information #roja45productrental_block_17 {
  font-size: 14px;
  padding-top: 10px;
}
#roja45productrental_block_17 .form-control:not(#rental_quantity_wanted) {
    height: 2.1rem;
}
#roja45productrental_block_17 fieldset.form-group {
    margin-bottom: 10px;
}
#roja45productrental_block_17 .input-group-addon {
  padding: 0.25rem 0.75rem;
}
#roja45productrental_block_17 .form-control-label {
    padding-top: 0;
    margin-bottom: 0;
}
div#total_to_pay_now span.value {
    color: #f05423;
}
.roja45-rental-product .rental-header-line {
  padding-top: 0px;
}
.roja45-rental-product .rental-header-line .label {
  font-weight: 500;
}
#roja45productrental_liveprice .card {
  padding: 0px 1rem;
}
.roja45productrental_notes ul {
  margin-bottom: 0;
}
.roja45productrental_notes ul li {
  padding: 0.2rem 1.5rem;
  line-height: 1.2;
}
/* page détails FIN */

/* overview */
#products .products .product-miniature .product-flags .rental {
    left: 0;
}
.block-categories .category-sub-menu li {
    font-size: 15px;
    line-height: 1.3;
}
/* overview FIN */

/* page cms */
#cms #main .page-header h1 {
  font-family: 'Oswald';
  font-weight: bold;
  font-size: 35px;
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
}
#cms #main .page-subheading {
  text-align: left;
  line-height: 1.5;
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f05423;
}
#cms #main p:last-child {
  margin-bottom: 40px;
}
#cms #main img {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.page-subheading.margin-top {
    margin-top: 50px;
}
/* label, .label {
  font-weight: 500;
} */

/*Cacher sélection sujet form contact*/
section.contact-form div.form-group:nth-child(2){
    display:none !important;
}

/* responsive */
@media (max-width: 480px) {
  #header .header-top .position-static {
    flex-direction: column-reverse;
    justify-content: left;
    align-items: stretch;
  }
  #header .header-top .position-static::after {
    display: none;
  }
  .fixpaddingsize2018 {
    width: 100%;
  }
  #mega_menu_plus .mobi a {
    padding: 7px 0px;
  }
  body #mega_menu_plus ul.mg-menu.menu-content {
    /* background-color: #ffffff !important; */
    margin-bottom: 5px;
  }
  /* body #mega_menu_plus ul.mg-menu.menu-content li.mainmenu-parent:hover {
    background-color: #ffffff !important;
  } */
  /* body #mega_menu_plus ul.mg-menu.menu-content li.mainmenu-parent>a {
    color: #25317b !important;
  } */
  body #mega_menu_plus ul.mg-menu > li >a {
    font-size: 18px !important;
  }
  /* #mega_menu_plus li.submenu >.submore:after, .cols .content_submenu .titlesub:after {
    color: #25317b !important;
  } */
}

@media (max-width: 575px) and (min-width: 481px) {
  .fixpaddingsize2018 {
      position: absolute;
      right: inherit;
      left: 0;
      top: 0;
      width: 315px;
      max-width: 100%;
  }
  #search_widget {
    padding: 5px;
    min-width: 300px;
    margin-bottom: 0;
  }
  #header .header-top .position-static {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}

@media (max-width: 575px) {
    .page-index #products .product,
    .page-search #products .product,
    .page-index .featured-products .product,
    .page-search .featured-products .product,
    .page-index .product-accessories .product,
    .page-search .product-accessories .product,
    .page-index .product-miniature .product,
    .page-search .product-miniature .product {
        width: 50%;
        /* min-width: 250px; */
    }
    #products .product, .featured-products .product, .product-accessories .product, .product-miniature .product {
        width: 50%;
    }
    .accueil-vente, .padding-90 {
      padding: 20px;
    }
    .accueil-vente .h2 {
      font-size: 30px;
    }
    .back-orange .h4, #custom-text .icon-outils .extrabold {
      font-size: 40px;
    }
    .btn.btn-primary.btn-availability {
      margin-left: 0;
      margin-top: 10px;
    }
}

@media (max-width: 767px) {
  #content.card-block {
    padding: 0;
    overflow: hidden;
  }
  .block-contact #contact-infos {
    padding-top: 15px;
    background-color: #f6f6f6;
  }
  .page-content.page-cms, .center {
    padding: 0;
  }
  .nos-marques.container .screen, .cms-block.center.screen {
    display: none;
  }
  .featured-products .h2 {
      font-size: 25px;
  }
  div#contact-infos-screen > div {
    margin-bottom: 15px;
  }
  div#contact-link i {
    font-size: 35px;
  }
  div#contact-link .icon:nth-child(3) {
    margin-top: 15px;
  }
  #contact-infos .telephone {
    font-size: 20px;
    color: #f05423;
  }
  footer#footer>.container {
      margin-bottom: 20px;
  }
  footer#footer>.container>.row {
      background: #25317b;
      padding: 30px 20px 10px;
  }
  #custom-text {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
    height: 290px;
  }
  .outils-louer.icon-outils {
      margin-bottom: 15px;
  }
  .footer-container {
    text-align: center;
  }
  .tabs .nav-tabs .nav-item {
    width: 100%;
  }
  .block-contact.block-contact-mobile.col-md-3.links.wrapper, .block-contact .col-md-8.links, div#block_myaccount_infos {
    text-align: left;
  }
  #manufacturer #main ul .brand {
      width: calc(50% - 10px);
      min-width: 110px;
  }
}

@media (min-width: 768px) {
  .footer-container .links {
    margin-top: 40px;
  }
  .nos-marques.container .mobile, .cms-block.center.mobile {
    display: none;
  }
  .box-services:nth-child(-n+3) {
    border-right: 1px solid #ffffff;
  }
  .footer-container .wrapper {
      text-align: center;
  }
  .footer-container .container {
    background: url(/img/cms/footer.jpg) no-repeat center;
    background-size: cover;
  }
  .block-contact.links {
      margin-bottom: 50px;
      background: #ffffff;
      color: #000000;
  }
  .block-contact.links a:hover {
      color: #f05423;
  }
  .block-contact td {
      padding: 2px 7px;
  }
  #block_myaccount_infos .myaccount-title a {
      color: #ffffff;
  }
  .footer-container li a {
      color: #ffffff;
  }
  .footer-container .h3 {
    color: #fff;
  }
  p.text-sm-center.copyright {
      color: #ffffff;
  }
  .block-contact {
      padding: 15px 0;
  }
  div#contact-infos-screen {
    display: -webkit-box;
    display: -ms-flexbox;
      display: flex;
      justify-content: space-around;
  }
  div#contact-infos-screen .block-contact-title {
    font-weight: normal;
  }
  .block-contact-mobile {
    display: none;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  div#contact-infos-screen {
      flex-wrap: wrap;
  }
  div#contact-infos-screen > div {
      width: 50%;
      flex: 0 0 50%;
  }
  #footer .block_newsletter {
    width: 60%;
  }
  .block-social {
      width: 40%;
  }
  .row.product-container.js-product-container .col-md-6:first-child {
    width: 40%;
  }
  .row.product-container.js-product-container .col-md-6:nth-child(2) {
    width: 60%;
  }
  .nav-tabs .nav-link {
    padding: 0.5em 0.5em;
  }
  #cms.cms-id-4 .col-xs-12.col-sm-12.col-md-4:nth-child(-n+2) {
      width: 50%;
  }
  #cms.cms-id-4 .col-xs-12.col-sm-12.col-md-4:nth-child(3) {
      width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  body #mega_menu_plus .mobi a {
    background-color: transparent;
  }
  #header .header-nav .hidden-sm-down .col-md-5.col-xs-12 {
    display: none;
  }
  .col-md-7.right-nav {
      width: 100%;
  }
}

@media (max-width: 991px) {
  .block-newsletter-inscription, #footer .block_newsletter #block-newsletter-label {
    width: 100%;
  }
  .nouveau .row.flexbox, .nouveau .col-lg-6.col-md-6.col-sm-12.flexbox, .nouveau .diagonal-left.flexbox {
      display: block;
      width: 100%;
      margin: auto;
      padding: 0;
  }
  .carousel .carousel-indicators {
      display: none;
  }
}

#page-location .cms-block {
  border-bottom: 1px solid #dcdcdc;
}
#page-location .cms-block-last {
  border-bottom: 0px solid #dcdcdc;
}

@media screen and (min-width: 992px) {
  #page-location .cms-block {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  #page-location .cms-block .text-col {
    width: 40%;
  }
  #page-location .cms-block .text-col:last-child {
      padding-left: 20px;
      width: 60%;
    }
  p#block-newsletter-label {
    margin-bottom: 0;
    padding-right: 15px;
  }
  .block_newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .block-newsletter-inscription {
      min-width: 395px;
      width: 50%;
  }
  #footer .block_newsletter {
    width: 75%;
  }
  .block-social {
      width: 25%;
  }
  /* .roja45productrental_notes ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .roja45productrental_notes ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .roja45productrental_notes ul li:nth-child(odd) {
    margin-right: 5px;
  }
  .roja45productrental_note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  } */
}

@media (max-width: 1199px) and (min-width: 768px) {
  .block-contact.block-contact-large.links.wrapper {
      max-width: 95%;
      margin: 0 auto 50px;
  }
  .block_newsletter {
      margin-bottom: 0;
  }
  footer#footer>.container {
      padding-left: 0;
      padding-right: 0;
  }
  footer#footer>.container>.row {
      max-width: 95%;
      margin: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #custom-text {
    padding: 0;
    margin-bottom: 25px;
    margin-right: 0;
    border-radius: 0px;
    width: 100%;
    height: 137px;
    text-align: left;
    float: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
  }
  .outils-louer.icon-outils {
    margin-right: 25px;
  }
}

@media (max-width: 1199px) and (min-width: 576px) {
    .page-index #products .product,
    .page-search #products .product,
    .page-index .featured-products .product,
    .page-search .featured-products .product,
    .page-index .product-accessories .product,
    .page-search .product-accessories .product,
    .page-index .product-miniature .product,
    .page-search .product-miniature .product {
        width: 25%;
        /* min-width: 250px; */
    }
    #products .product, .featured-products .product, .product-accessories .product, .product-miniature .product {
        width: 25%;
    }
}

@media only screen and (max-width : 1199px)and (min-width : 576px) {
  .fixpaddingsize2018 {
      position: absolute;
      right: 15px;
      top: 0;
      width: 315px;
      max-width: 100%;
  }
  #mega_menu_plus .mobi {
    text-align: right;
  }
}

@media only screen and (max-width : 1199px) {
  #header a, #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li a {
    color: #fff;
    text-transform: uppercase;
  }
  #mobile_top_menu_wrapper a.dropdown-item.dropdown-submenu > img {
    display: none;
  }
  #mobile_top_menu_wrapper .js-top-menu-bottom {
    background: #25317b;
    color: #fff;
  }
  #mobile_top_menu_wrapper .language-selector.dropdown > button > .expand-more {
    color: #fff;
  }
  #mobile_top_menu_wrapper .top-menu-info a {
    color: #fff;
  }
  .top-menu-info {
    margin-bottom: 15px;
  }
  .nos-marques h2 {
    margin: 20px 0;
  }
  .nos-marques.container {
    text-align: center;
    margin: 20px auto;
  }
  .icon {
    display: inline-block;
    width: 50px;
  }
  div#contact-link span {
    padding-right: 7px;
    width: calc(100% - 50px)
  }
  #header .header-top .position-static {
    position: relative;
    width: 100%;
    margin-right: 15px;
  }
  #search_widget {
    padding: 5px;
    min-width: 300px;
    margin-bottom: 0;
  }
  #header .header-top .position-static::after {
      right: 0;
  }
  .carousel .carousel-item figure {
      margin: 0;
  }
  .carousel {
    width: 100%;
    max-width: 100%;
    clear: both;
  }
  .accueil-vente, .padding-90 {
    padding: 30px 50px;
  }
  .icon-accueil.flexbox img {
      padding: 15px;
  }
  .icon-accueil.flexbox {
      justify-content: flex-start;
    flex-wrap: wrap;
  }
  section.services .diagonal-right {
    padding: 30px 30px;
  }
  body #mega_menu_plus ul.mg-menu.menu-content {
    padding: 10px 0px 0px 0px;
  }
}

@media only screen and (max-width: 1199px) {
  div#_mobile_top_menu {
      background: #25317b;
  }
  #mega_menu_plus li.submenu >.submore:after, .cols .content_submenu .titlesub:after {
    color: #ffffff;
  }
  #mega_menu_plus ul.mg-menu > li >a, body #mega_menu_plus ul.mg-menu.menu-content li.mainmenu-parent span.menu-item-link-text div a{
    line-height: 40px;
  }
  /* body #mega_menu_plus ul.mg-menu.menu-content li.mainmenu-parent>.sub, body #mega_menu_plus ul.mg-menu.menu-content li.mainmenu-parent>.sub .content_submenu ul {
    background-color: #25317b !important;
  } */
  body #mega_menu_plus .mobi a {
    padding: 9px 20px;
  }
}

@media (min-width: 1200px) {
  .largeur-box .cms-block:not(.cms-block-one) ul {
    column-count: 2;
    column-gap: 80px;
    text-align: left;
  }
  a.dropdown-item.dropdown-submenu > img {
    display: block;
  }
  #_desktop_top_menu .top-menu .popover {
    background: #fff !important;
  }
  /* #header .top-menu a:hover {
    color: #fff;
  } */
  /* .top-menu a:not([data-depth="0"]) {
    padding: 0;
  } */
  /* #header .top-menu a img{
    border-bottom: 1px solid #fff;
  }
  #header .top-menu a img:hover{
    border-bottom: 1px solid #f05423;
  } */
  .top-menu[data-depth="0"] {
      padding-left: 15px;
  }
  body #mega_menu_plus ul.mg-menu.menu-content>li {
    padding: 0px 12px 0px 12px !important;
  }
  .carousel .carousel-inner, .carousel {
      height: auto;
    }
    .page-index #products .product,
    /* .page-search #products .product, */
    .page-index .featured-products .product,
    /* .page-search .featured-products .product, */
    .page-index .product-accessories .product,
    /* .page-search .product-accessories .product, */
    .page-index .product-miniature .product,
    /* .page-search .product-miniature .product */
     {
        width: 12.5%;
        /* min-width: 250px; */
    }
    #header .header-top .position-static {
      margin-right: 15px;
      padding-right: 0;
      padding-left: 0;
    }
    #products .product, .featured-products .product, .product-accessories .product, .product-miniature .product, .page-index #products .product, .page-search #products .product, .page-search .featured-products .product, .page-search .product-accessories .product, .page-search .product-miniature .product {
        width: 25%;
    }
    footer#footer>.container {
        padding-left: 0;
        padding-right: 0;
    }
    footer#footer>.container>.row {
        max-width: 80%;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .block-contact.block-contact-large.links.wrapper {
        max-width: 80%;
        margin: 0 auto 50px;
    }
    .block_newsletter {
        margin-top: 0;
        margin-bottom: 0;
    }
    #search_widget {
        padding-right: 25px;
        min-width: 310px;
    }
    body #mega_menu_plus ul.mg-menu.menu-content li.mainmenu-parent>.sub .content_submenu ul li a {
      border-bottom: 1px solid rgba(255,255,255,0.3);
      width: calc(100% - 50px);
    }
    #manufacturer #main ul .brand {
        width: calc(16.66667% - 10px);
        min-width: 110px;
    }
}

@media (max-width: 1300px) and (min-width: 1200px) {
  #custom-text .icon-outils .extrabold {
    font-size: 35px;
  }
}

body #mega_menu_plus ul.mg-menu.menu-content>li {
    padding: 0px 12px 0px 12px;
    margin-bottom: 0px;
    width: auto;
    height: auto;
}

@media (max-width: 1500px) and (min-width: 1200px) {
  .top-menu a[data-depth="0"] {
      padding: 20px 5px;
  }
  .largeur-box
  {
    max-width: 1200px;
    margin: auto;
    float: none;
  }
}

@media (min-width: 1200px) {
  .fleches-mobile {
    display: none;
  }
  .header-nav .text-sm-center.mobile {
    display: none;
  }
  /* .top-menu #category-10 .sub-menu ul[data-depth="1"] {
    column-count: 3;
    column-gap: 10px;
    padding-bottom: 10px;
  }
  .top-menu #category-10 a.dropdown-submenu {
      height: 40px;
  } */
  .top-menu .sub-menu {
    width: auto;
    max-width: 100%;
    min-width: 0;
    margin-left: 0;
    left: inherit;
  }
}
@media (max-width: 1199px) {
  .cat-pop a {
    padding: 10px;
  }
  div#_mobile_user_info .user-info>a {
      margin-right: 15px;
  }
  div#_mobile_user_info .user-info>a.account {
      margin-right: 0px;
  }
  .header-nav .text-sm-center.mobile {
      display: block !important;
  }
  #_desktop_top_menu {
    display: none !important;
  }
  .nav1 {
      display: none;
  }
  #_desktop_logo {
    display: none;
  }
  #header .top-logo img {
    padding: 5px 0;
    max-height: 60px;
  }
  a.dropdown-item.dropdown-submenu .fleches-mobile {
      display: none;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  /* .top-menu #category-10 .sub-menu ul[data-depth="1"] {
      column-count: 2;
      column-gap: 10px;
  } */
  /* .top-menu li .sub-menu ul[data-depth="1"]  {
    column-count: 2;
    column-gap: 10px;
  } */
  #manufacturer #main ul .brand {
      width: calc(25% - 10px);
      min-width: 110px;
  }
}

@media only screen and (max-width : 640px) {
    #recaptcha_challenge_image{
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    }
    #recaptcha_response_field
    {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    }
    .recaptchatable #recaptcha_image {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    }
    .recaptchatable .recaptcha_r1_c1,
    .recaptchatable .recaptcha_r3_c1,
    .recaptchatable .recaptcha_r3_c2,
    .recaptchatable .recaptcha_r7_c1,
    .recaptchatable .recaptcha_r8_c1,
    .recaptchatable .recaptcha_r3_c3,
    .recaptchatable .recaptcha_r2_c1,
    .recaptchatable .recaptcha_r4_c1,
    .recaptchatable .recaptcha_r4_c2,
    .recaptchatable .recaptcha_r4_c4,
    .recaptchatable .recaptcha_image_cell {

    margin: 0 !important;
    width: 100% !important;
    background: none !important;
    height: auto !important;
    }

}
