/*----------------  #video youtube------------- */

@media (max-width:478px) {
.video-container {position: relative; padding-bottom: 56.25%; height: 0;overflow: hidden; }
.video-container iframe, .video-container object,.video-container embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
}


@media (max-width: 991px) {
.video-container { position: relative;padding-bottom: 56.25%;height: 0;overflow: hidden; }
    .video-container iframe,
    .video-container object,
    .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }
}


@media (max-width: 767px) {
    .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    }
    .video-container iframe,
    .video-container object,
    .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }
}

.video-responsive { 
overflow:hidden; 
padding-bottom:56.25%; 
position:relative; 
height:0;
}

.video-responsive iframe {
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}



/*---------------- ajustements ----------------*/
/* Masquer certains éléments spécifiques */
.entete_cata.col-md-3.volontaire.Vente164402.Etude12764.Etude2 .lien_droite .droite_catalogue.resultats {
    display: none;
}

html.no-js body.fr.device-lg div.cpgen-container div.container div.Threerows1.layoutsPage div.layoutsExemple.col-md-12 div.entete_cata.col-md-3.volontaire.Vente164402.Etude12764.Etude2 a.lien_droite div.droite_catalogue.resultats {
    display: none;
}


.actualite_lire_suite {
    padding-top: 15px;
}


.bloc_vente_date {
    font-size: 13px;
    font-weight: bold;
    clear: both;
    padding-top: 10px;
}


.bloc_vente_lieu {
    font-size: 13px;
    color: black;
    font-weight: normal !important;
    clear: both;
    padding-top: 12px;
    font-style: normal;
}


.bloc_mois_date {
    font-style: normal;
}


.calendrier_annees {
    line-height: 2;
}


#header.sticky-style-2 #header-wrap,
#header.sticky-style-3 #header-wrap,
#primary-menu.style-2 > div > ul > li > a {
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 2px;
    color: black;
}


/*---------------- #services ----------------*/

/* Texte des feature-box */
.feature-box p {
    margin: 8px 0 0 0;
    color: #000;
}

.feature-box.fbox-center p {
    font-size: 13px;
    margin-top: 0;
}

/* Suppression de l'élément après h3 */
.feature-box.fbox-center:not(.fbox-bg) h3::after {
    display: none;
}

/* Effet sur l'icône */
.fbox-effect .fbox-icon i::after {
    pointer-events: none;
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    content: '';
    display: none;
}

/* Icône centrée */
.feature-box.fbox-center .fbox-icon {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 auto 30px;
}

/* Titre de la feature-box */
.feature-box h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #21A9C8;
}

/* Effets pour fbox-dark */
.fbox-effect.fbox-dark .fbox-icon i::after {
    box-shadow: 0 0 0 2px #fff;
    display: none;
}

/* Couleurs pour dark */
.feature-box.fbox-dark .fbox-icon i,
.feature-box.fbox-dark .fbox-icon img {
    background-color: #fff;
    color: #000;
}

/* Icônes génériques */
.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    color: #000;
}

/* Hover effet pour dark */
.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-effect.fbox-dark:hover .fbox-icon i {
    background-color: #fff;
    color: #000;
}

/* Outline pour dark */
.feature-box.fbox-dark.fbox-outline .fbox-icon {
    border-color: #fff;
}


/*---------------- Bloc bas ----------------*/
.blocbas {
    margin-bottom: -350px;
}

/*---------------- Images ----------------*/
img.portrait {
    width: 100%;
    height: auto;
}

.droite_catalogue img {
    max-width: 120px;
    height: auto;
}

/*---------------- Titre de page ----------------*/
.titre_page {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 1.3;
    padding-top: 50px;
    margin-bottom: 45px;
    border-bottom: 1px solid #D2D2D2;
    text-transform: uppercase;
    letter-spacing: 3px;
    clear: both;
    font-family: 'Arapey', serif;
}

/*---------------- Filet séparateur ----------------*/
.filet {
    border-bottom: 1px solid #D2D2D2;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}


/*---------------- Layouts responsive ----------------*/
.device-xxs .layoutsExemple.col-md-3,
.device-xxs .layoutsExemple.col-md-6,
.device-xs .layoutsExemple.col-md-3,
.device-xs .layoutsExemple.col-md-6,
.device-sm .layoutsExemple.col-md-3,
.device-sm .layoutsExemple.col-md-6 {
    float: left;
    clear: both !important;
    padding-bottom: 20px;
}

.layoutsExemple.col-md-12 {
    clear: both;
}

/*---------------- Icones légales responsive ----------------*/
.device-sm [class^="icon-legal"],
.device-xs [class^="icon-legal"] {
    margin-right: 11px;
    margin-top: 6px;
}

/*---------------- Social footer ----------------*/
.socialFooter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

/*---------------- Produits en ligne ----------------*/
.productOnline,
.productOnlineResult {
    clear: both;
}

/*---------------- Media à la une ----------------*/
.featured-media {
    background-position: center;
    background-size: cover;
    display: block;
    max-height: 682px;
    position: relative;
    width: 100%;
}

/*---------------- Responsive: hauteur d'écran > 1100px ----------------*/
@media (min-height: 1100px) {
    .featured-media {
        max-height: none;
    }
}

/*---------------- Feature Box ----------------*/
.feature-box h3 {
    color: #21A9C8;
}

.feature-box.fbox-dark .fbox-icon i,
.feature-box.fbox-dark .fbox-icon img {
    background-color: #fff;
}

.feature-box.fbox-dark.fbox-outline .fbox-icon {
    border-color: #fff;
}

.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-effect.fbox-dark:hover .fbox-icon i {
    background-color: #fff;
    color: #000;
}

.fbox-effect .fbox-icon i:hover,
.fbox-effect:hover .fbox-icon i {
    background-color: #fff;
    color: #000;
}

/*---------------- Featured Media ----------------*/
.featured-media > img {
    display: block;
    visibility: hidden;
    width: 100%;
}

/*---------------- Marges et Listes ----------------*/
.marginHaut {
    margin-top: 40px;
}

dl, dt, dd, ol, ul, li {
    margin-left: 7px;
}

/*---------------- Pages Spécifiques ----------------*/
.page_inventaire,
.page_etude,
.texte_presentation {
    text-align: justify;
    line-height: 1.5em;
}

/*---------------- Entrées Meta ----------------*/
.entry-meta li {
    color: #000;
}


/*----------------bouton drouot-----------------*/
.bouton-drouot {
  background-color: white;
  color: #000 !important;
  border: 1px solid #000;
  padding: 6px 12px;
  border-radius: 5px;
  margin-bottom: 20px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  transition: background-color 0.3s ease; /* pour une transition douce */
}

.bouton-drouot:hover {
  background-color: #f0f0f0;
  color: #000 !important;
  cursor: pointer;
}


/*---------------- Header ----------------*/
#top-bar {
    font-size: 14px;
}

.top-links,
.top-links a {
    color: #000 !important;
}

#top-social li a {
    border-left: 0 solid #000 !important;
    font-weight: bold;
    color: #444;
}

#top-social li {
    border: none;
}

.top-links a i.icon-call {
    font-size: 22px;
}

#logo img {
    width: 400px;
    margin-bottom: 30px;
}

.texteHeader {
    margin-bottom: 20px;
}

/*---------------- Langues ----------------*/
.languegb img,
.languefr img {
    display: none;
}

.languegb::after {
    content: " EN";
}

.languefr::after {
    content: " FR";
}

.languegb,
.languefr {
    margin-right: 20px;
}

a.languegb,
a.languefr {
    color: #21A9C8;
    margin-right: 20px;
    font-weight: 600;
}


/*---------------- Menu ----------------*/

#cpgen-menu li:hover {
    background: #fff;
    border-radius: 0;
    color: #000;
}

#primary-menu > ul > li:hover a,
#primary-menu > ul > li.current a {
    color: #21A9C8;
    background-color: #fff;
    border: 1px solid #000;
}

#primary-menu ul li a {
    line-height: 40px;
}

#primary-menu ul ul a {
    font-size: 14px;
    text-transform: none;
    letter-spacing: 1px;
}

#primary-menu ul li i {
    font-size: 14px !important;
    width: 14px;
    text-align: center;
    margin-right: 0;
    font-weight: bold;
    top: -1px;
    color: #000;
}

#primary-menu ul li i:hover {
    color: #21A9C8 !important;
    top: -2px;
}

#primary-menu ul li:first-child:hover {
    margin-left: 0;
    background-color: #fff;
    color: #000;
}

#primary-menu.style-2 > div > ul > li > a i {
    line-height: 33px;
    color: #000;
}

#primary-menu.style-2 > div > ul > li > a:hover i {
    color: #21A9C8;
}

#primary-menu.style > ul > li.current > a {
    border-color: #fff;
    background: #fff;
}

#header.sticky-header #header-wrap {
    height: 40px;
    background-color: #fff;
    color: #000;
}

#header.sticky-header:not(.static-sticky) #primary-menu {
    margin-top: 0;
}

#header.sticky-header #header-wrap img {
    width: auto;
    height: 40px;
}

#header.sticky-style-2 #header-wrap,
#header.sticky-style-3 #header-wrap,
#primary-menu.style-2 > div > ul > li > a {
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 2px;
}

#primary-menu > div > ul > li:hover a,
#primary-menu > div > ul > li.current a {
    color: #21A9C8;
    font-weight: 600;
}

.device-xxs #primary-menu > div > ul ul > li:hover a,
.device-xxs #primary-menu > div > ul ul > li.current a,
.device-xs #primary-menu > div > ul ul > li:hover a,
.device-xs #primary-menu > div > ul ul > li.current a {
    color: #000;
    background-color: #fff !important;
    font-weight: bold;
}

.device-sm #primary-menu,
.device-xs #primary-menu,
.device-xxs #primary-menu {
    float: left;
    width: 100%;
    background-color: #fff !important;
}

.device-md #primary-menu ul li a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
}

body.en.device-lg #primary-menu ul li a {
    padding-left: 14px;
    padding-right: 14px;
}

body.en.device-md #primary-menu ul li a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
}

/* Mega Menu for Desktop */
@media all and (min-width: 1200px) {
    #primary-menu ul ul,
    #primary-menu ul li .mega-menu-content {
        display: none;
        position: absolute;
        background-color: #fff !important;
        box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
        border: 1px solid #ccc;
        border-top: 1px solid #fff;
        height: auto;
        z-index: 199;
        left: 0;
        margin: 0;
        top: 40px !important;
    }
}

.device-md #primary-menu ul ul,
#primary-menu ul li .mega-menu-content {
    text-shadow: none;
}

/*---------------- Top Search ----------------*/
#primary-menu .container #top-search form input::placeholder {
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
    color: #000 !important;
}

.device-xxs #primary-menu .container #top-search form input::placeholder {
    font-size: 12px;
    color: #444;
}

#top-search form input {
    background: #fff;
    border-radius: 6px 0 0 6px;
    float: left;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    margin-top: 7px !important;
    padding: 5px 5px 5px 7px !important;
    width: 90%;
    font-weight: normal;
    color: #000 !important;
}

#top-search form input.loupe {
    background: #fff url(https://www.villefranche-encheres-riviera.fr/uploads/Image/img_site/bt_loupe.png) no-repeat scroll 0 4px !important;
    background-size: 62% 62% !important;
    height: 25px;
    width: 35px;
    float: left;
    border-radius: 0 6px 6px 0;
    color: #444;
}

#primary-menu.style-2 > div #top-search,
#primary-menu.style-2 > div #top-cart,
#primary-menu.style-2 > div #side-panel-trigger {
    margin-top: 9px;
    margin-bottom: 0;
}

/*---------------- Panier Top Cart ----------------*/
#top-cart > a > span {
    right: 17px;
    color: #444;
    background-color: #fff;
    top: -5px;
}

.style-2 .container #top-cart .top-cart-content {
    top: 33px;
}

#top-cart {
    display: block !important;
    right: 0;
    top: 0;
}

/*---------------- Buttons ----------------*/
.button.button-3d {
    background-color: #21A9C8 !important;
}

.button.button-3d:hover {
    background-color: #000 !important;
}

.button {
    background-color: #21A9C8;
    color: #fff;
    border-color: #21A9C8;
}

.btn-primary {
    color: #000;
    background-color: #fff;
    border-color: #21A9C8;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #000;
    background-color: #ccc;
    border-color: #ccc;
}

.device-sm .btn-primary {
    margin-top: 50px;
}

/*---------------- Search Filter ----------------*/
#searchFiltre {
    background-color: #f8f8f8;
}

#searchFiltre input.btRecherche {
    margin-bottom: 20px;
    background-color: #21A9C8;
    color: #fff;
    border: 1px solid #21A9C8;
    border-radius: 0 4px 4px 0;
}

#searchFiltre input.btRecherche:hover {
    width: 100%;
    padding: 6px 10px;
    background-color: #ccc;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
}

#searchFiltre button.btn.btn-primary {
    font-size: 12px;
    margin-top: 20px;
}

/*---------------- Icônes Légales ----------------*/
.device-xxs [class^="icon-legal"] {
    margin-right: 8px;
    margin-top: 16px;
}

/*----------------phare----------------*/

/* Conteneurs principaux */
.vente_phare, .lot_phare, .newsPhare, .WidgetGauche {
  margin-bottom: 30px;
  float: left;
}
.actualite_phare {
  float: left;
  width: 100%;
}
.salePhare, .newsPhare, .lotPhare {
  margin-bottom: 50px !important;
}

/* Titres et textes */
.salePhareTitle, .newsPhareTitle {
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 1.3;
  color: #21A9C8;
  text-transform: uppercase;
  font-weight: bold;
}
.salePhareDate {
  font-weight: 500;
  color: #000;
}
.salePhareLocation {
  color: #000;
  font-style: italic;
  margin-top: 4px;
  font-size: 12px;
  text-transform: capitalize;
}
.lotPhareInfos h3 a:link, .lotPhareInfos h2 a:link {
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #444 !important;
  font-weight: bold;
  padding-top: 0px;
  margin-bottom: 20px !important;
}

/* Images */
.salePhareImage, .newsPhareImage {
  margin-bottom: 14px;
}
.salePhareImage a img {
  border: 1px solid #f1f1f1;
  max-width: 400px;
  height: auto;
}
.actualite_phare img, .salePhareImage img {
  width: 84%;
  max-width: 400px;
}


/*---------------Services-----------------*/
.encart_titre, .encart_titre a {
  font-weight: bold;
  color: #21A9C8 !important;
}

/*----------------  #carrousel home-resultats -------------*/
.belles_encheres, .belles_encheres_home {
  text-align: center;
  margin-top: 20px;
}
.CarouselResultat {
  color: #21A9C8;
  margin-top: 4px;
  text-align: center;
  text-transform: none;
  font-weight: bold;
  font-size: 12px;
}
.belles_encheres_home .owl-carousel .owl-item img {
  margin: 0 auto;
  border-radius: 3px;
  height: 130px;
}
.belles_encheres_home .imgphare {
  display: table-cell;
  height: 140px;
  margin-bottom: 14px;
  margin-right: 19px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  float: left;
  max-height: 140px;
  min-height: 140px;
  width: 100%;
}
.calendrier_milieu .bloc_mois_date {
  display: none;
}
.owl-theme .owl-dots .owl-dot.active span {
  background-color: #fff;
}
.oc-lot h5 {
  float: left;
  line-height: 16px;
  margin-bottom: 5px;
  color: #21A9C8;
  max-height: 30px;
  overflow: hidden;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  top: 120px;
}

/*----------------  #carrousel vertical -------------*/
.belles_encheres, .belles_encheres_colonne, .belles_encheres_specialites {
  text-align: center;
  margin-top: 20px;
}

/* Responsive padding */
.device-lg .belles_encheres_colonne {
  padding: 0px 40px;
}
.device-md .belles_encheres_colonne,
.device-xs .belles_encheres_colonne {
  padding: 0px 20px;
}
.device-sm .belles_encheres_colonne {
  padding: 0px 100px;
}
.device-xs .belles_encheres_colonne {
  padding: 0px 30px;
}
.device-xxs .belles_encheres_colonne {
  padding: 0px;
}

/* Vertical carousel content */
.verticalCarouselContent {
  border: 1px solid #fff;
}
.col-md-4 .belles_encheres_colonne .verticalCarouselLot {
  padding: 10px 0px;
}


/*----------------  #calendrier -------------*/

/* Bloc année */
.calendrier_annees {
  font-weight: 500;
  margin-bottom: 60px;
}

/* Tri par année */
.triAnnee, .triAnnee a {
  background-color: #000;
  color: #fff !important;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 0px;
}
.triAnnee:hover {
  background-color: #21A9C8;
  color: #fff;
}

/* Bloc mois */
.bloc_mois_date {
  display: none;
}

/* Titre */
.entry-title h2 {
  line-height: 1.3;
  padding-bottom: 10px;
}

/* Images et mise en page */
.layoutsExemple .entry-image {
  width: 190px;
  float: left;
  margin-right: 0;
}
.calendrier_milieu .calendrier .entry-image {
  width: 150px;
  float: left;
  margin-right: 0;
}
.couverture_catalogue img {
  border: 1px solid #ccc;
}

/* Colonne texte */
.col-md-10.entry-c {
  width: 68%;
}
.device-md .col-md-10.entry-c {
  width: 64%;
}

/* Images de remplacement pour couverture absente */

/* Général */
.entry-image.widget_no_couv,
.entry-image.no_couv {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 145px !important;
  height: 187px !important;
  border-radius: 0;
  margin-left: 18px;
  border: 1px solid #ccc;
}

/* Spécifique selon device */
.device-lg .entry-image.widget_no_couv,
.device-md .entry-image.widget_no_couv,
.device-sm .entry-image.widget_no_couv {
  width: 140px !important;
  height: 180px !important;
}

.device-lg .entry-image.no_couv,
.device-md .entry-image.no_couv,
.device-sm .entry-image.no_couv {
  width: 140px !important;
  height: 180px !important;
  background-image: url("https://www.villefranche-encheres-riviera.fr/uploads/Image/img_site/widget_catalogue_no_couv.png");
}

/* Layout spécifique */
.layoutsExemple .entry-image.no_couv.couverture_catalogue {
  width: 150px !important;
  height: 186px !important;
  margin-right: 20px;
}

/* Layout spécifique dans calendrier */
.layoutsExemple .calendrier_milieu .entry-image.no_couv.couverture_catalogue {
  width: 115px !important;
  height: 146px !important;
  margin-right: 13px;
}

/* Devices XS et XXS */
.device-xxs .layoutsExemple .entry-image.no_couv.couverture_catalogue {
  width: 300px !important;
  height: auto !important;
  margin-left: 0;
}
.device-xs .layoutsExemple .entry-image.no_couv.couverture_catalogue {
  width: 436px !important;
  height: 525px !important;
  margin-left: 0;
}

/* Widget et No Couv pour petits devices */
.device-xs .entry-image.widget_no_couv,
.device-xs .entry-image.no_couv {
  width: 100% !important;
  height: 500px !important;
  margin-left: 0;
}
.device-xxs .entry-image.widget_no_couv {
  width: 100% !important;
  height: 350px !important;
  margin-left: 0;
}
.device-xxs .entry-image.no_couv {
  width: 100% !important;
  height: 350px !important;
  margin-left: 0;
}

/* Correction finale des couvertures */
.device-xxs .layoutsExemple .entry-image.couverture_catalogue,
.device-xs .layoutsExemple .entry-image.couverture_catalogue {
  padding-right: 0;
  width: 100%;
  height: auto;
}


/*----------------  #catalogue ------------- */
.product-description h2 {
    text-transform: none;
}

.bt_valider_ordre input,
#estim .btn.btn-default,
#form_inscription .btn.btn-default,
.formEnvoyer input {
    background: #fff;
    border: 1px solid #444;
    color: #000;
}

.bt_valider_ordre input:hover,
#estim .btn.btn-default:hover,
#form_inscription .btn.btn-default:hover,
.formEnvoyer:hover input {
    background: #21A9C8;
    color: #fff;
    border: 1px solid #21A9C8;
}

.titre_informations_vente,
.titre_cgv {
    margin-top: 20px;
    margin-bottom: 20px;
}

.droite_catalogue img {
    max-width: 92px;
    height: auto;
    float: right;
}

.modal-title {
    color: #000;
    text-transform: uppercase;
}

.top-cart-title p {
    color: #000;
}

.device-xxs .nom_vente {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 8px;
    padding-top: 4px;
    text-transform: uppercase;
}

.pageFiche .fiche_lot_resultat {
    background: #21A9C8;
}


.envoyer_ordre .button.button-border {
    background: #21A9C8 !important;
    color: #fff;
}

.button.button-border:hover {
    background-color: #000 !important;
    color: #fff;
}

.button.button-border {
    border: 1px solid #21A9C8;
    text-shadow: none;
}

.product-overlay a:hover {
    background-color: #000;
}

.product-image.no_picture {
    background-image: url("https://www.villefranche-encheres-riviera.fr/uploads/Image/img_site/no_picture.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80% 70%;
    width: 100% !important;
    height: 170px !important;
    padding-right: 20px;
    border-radius: 0;
    border: 1px solid #fff;
    background-color: #fff;
}

.fiche_titre_lot h1 {
    font-size: 14px !important;
    margin-bottom: 5px;
    clear: both;
    color: #21A9C8;
    font-weight: bold;
}

.lotnum {
    color: #21A9C8;
    font-size: 25px;
}

.num_lot {
    height: 40px;
    color: #21A9C8;
    font-size: 25px;
}

.product-title h3 {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    height: 30px;
    max-height: 30px;
    overflow: hidden;
}

.product-title h3 a:hover,
.single-product .product-title h2 a:hover {
    color: #888;
}

.pagination .currentStep {
    background: #21A9C8;
    color: #fff;
    padding: 8px 12px;
    margin: 0 2px;
}

.col-md-12.titre_ordre_phrase {
    margin: 30px 0;
    clear: both;
    width: 100%;
    color: #444;
}

.fiche_lot_num {
    font-size: 35px;
    color: #000;
    font-weight: bold;
    float: left;
}

.fiche_lot_resultat {
    color: #21A9C8;
}

.single-product .fiche_lot_resultat {
    background: #444;
    color: #fff;
    padding: 5px;
    float: left;
    border-radius: 0;
    margin: 10px 0;
}

#page-title.page-title-mini h1 {
    font-size: 14px;
    color: #888;
}

.device-xxs #page-title.page-title-mini h1 {
    font-size: 12px;
    color: #888;
}

.lieu_vente {
    color: #000;
    font-size: 16px;
    line-height: 17px;
    font-style: italic;
    margin-bottom: 10px;
    text-align: left;
}

.product-title h3 {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    height: 30px;
    max-height: 30px;
    overflow: hidden;
}

.product {
    border: 1px dotted #ccc;
}

.product-description h4 {
    font-size: 12px;
    font-weight: normal;
    line-height: 13px;
    color: #000;
    height: 30px;
    text-transform: none;
}

.sale-flash2 {
    background: #444;
    color: #ffffff;
    float: left;
    margin: 10px 0;
    padding: 5px;
    font-weight: bold;
    width: auto;
    clear: both;
}


.product-image {
    position: relative;
    width: 100%;
    height: 300px !important;
    overflow: hidden;
}

.col-md-6.product-desc .productOnline,
.col-md-6.product-desc .productOnlineResult {
    margin: 30px 0;
    background-color: #444;
    color: #fff;
    border-color: #444;
}

.ordreAchat.col-md-6 {
    margin-top: 20px;
}

.button.button-border:hover {
    background-color: #f9e6dc;
    color: #fff;
}

.jq-icon-info {
    background-color: #f9e6dc !important;
    color: #fff;
    border-color: #f9e6dc !important;
}

.titre_ordre_etape {
    color: #21A9C8;
}

.fiche_lot_description {
    font-size: 13px;
    line-height: 1.3;
    margin: 20px 0 30px 0;
}

.ordre_true.product,
.pageOrdre .ordre_true.product {
    height: 620px !important;
}

.ordre_false.product,
.pageOrdre .ordre_false.product {
    height: 600px !important;
    width: 265px;
}


/*---------------- actualites -----------------*/
.page_actualite .actualite .entry-image {
    width: 130px;
    float: left;
    margin-right: 30px;
}

.layoutsExemple .actualiteCol1 .entry-image {
    width: 350px !important;
    margin-right: 30px;
}

.device-sm .layoutsExemple .actualiteCol1 .entry-image {
    width: 350px !important;
    margin-right: 30px;
}

.device-xs .layoutsExemple .actualiteCol1 .entry-image {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
}

.texte_actualite {
    margin-bottom: 10px;
    line-height: 20px;
}



/*----------------  #formulaires ------------- */
.fond_estimation {
  background-color: #f1f1f1;
}

.device-xxs #form_inscription .row {
  padding-left: 20px;
}

.btn-default {
  color: #fff;
  background-color: #21A9C8;
  border-color: #21A9C8;
}

.btn-default:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

#estim {
  background-color: #f1f1f1;
  width: 100%;
  padding: 20px;
  float: left;
  border-radius: 70px;
}

.device-sm #estim {
  background-color: #f1f1f1;
  border-radius: 0;
}

.page_newsletter .fond_estimation {
  background-color: #f1f1f1;
  float: left;
}

.form1 {
  padding: 20px;
}

.freeForm .label {
  float: left;
  font-size: 13px;
  width: 280px;
  color: #2a2e4e;
  text-align: left;
}

.bt_valider_ordre input, 
#estim .btn.btn-default, 
#form_inscription .btn.btn-default, 
.formEnvoyer input {
  background: #001745;
  color: #fff;
  padding: 10px 15px;
  border: 1px solid #001745;
  border-radius: 0;
  margin-top: 10px;
}

button .bt_valider_ordre input, 
#estim .btn.btn-default, 
.fond_estimation .btn.btn-default.nb, 
.formEnvoyer input {
  background: #21A9C8;
  color: #fff;
  padding: 10px 15px;
  border: 1px solid #21A9C8;
  border-radius: 0;
  margin-top: 10px;
  width: auto;
}

.bt_valider_ordre input:hover, 
#estim .btn.btn-default:hover, 
#form_inscription .btn.btn-default:hover, 
.formEnvoyer:hover input {
  background: #666;
  color: #fff;
  border: 1px solid #666;
}

.button.button-border:hover {
  background-color: #666;
  color: #fff !important;
}

.button.button-border {
  border: 2px solid #001745;
  background-color: #001745;
  color: #fff;
  line-height: 36px;
  font-weight: 600;
  text-shadow: none;
}

.button.button-3d {
  background-color: #001745;
  color: #FFF !important;
  text-shadow: none;
  font-size: 12px;
}

.button.button-3d:hover {
  background-color: #666 !important;
  opacity: 0.9;
}

.envoyer_ordre .button.button-border {
  background: #001745;
  color: #fff;
  border-color: #001745;
}

.envoyer_ordre .button.button-border:hover {
  background: #666;
}

#estim input, #estim textarea {
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 5px 10px;
}

input[type="radio"] {
  width: 14px !important;
}

.newsletter_lettrine {
  display: none;
}

.device-md .newsletter_chekbox_txt,
.device-sm .newsletter_chekbox_txt {
  font-size: 12px !important;
}

.page_newsletter #etape1, 
.page_newsletter #etape2, 
.page_newsletter #etape3, 
.page_newsletter #droit {
  padding: 25px;
  margin-bottom: 0 !important;
  margin-top: 0;
  width: 100%;
}

.device-xxs .page_newsletter #etape1,
.device-xxs .page_newsletter #etape2,
.device-xxs .page_newsletter #etape3,
.device-xxs .page_newsletter #droit {
  padding: 25px 10px 25px 5px;
  margin-bottom: 0 !important;
}

.device-xxs textarea {
  width: 90%;
}

.device-xxs input[type="text"],
.device-xs input[type="text"] {
  width: auto;
}

.device-xs input[type="radio"] {
  width: 14px !important;
}

.device-xxs input[type="radio"] {
  width: 14px !important;
}

.device-xs #estim input[type="radio"] {
  width: 14px !important;
}

.device-xxs #estim input[type="radio"] {
  width: 14px !important;
}

.device-sm input[type="radio"] {
  width: 14px !important;
}

.device-sm #estim input[type="radio"] {
  width: 14px !important;
}

.page_expertise, 
.page_newsletter, 
.inscription_legende {
  padding-bottom: 30px;
}

.inscription_legende {
  font-size: 12px;
}

#estim .row {
  margin-bottom: 10px;
}

.etape3 {
  padding-left: 20px;
}

.formulaireContact {
  background-color: #f1f1f1;
  padding: 20px;
}

.formulaireContact .col-sm-3.inscription_legende {
  width: 160px;
}

.formulaireContact .col-sm-2 {
  padding-right: 0;
}

.device-xxs .formulaireContact .col-sm-9 {
  margin-bottom: 20px;
}

.formulaireContact #dsi-submit-btn {
  color: #fff;
  background: #001745;
  border-color: #001745;
  margin-bottom: 20px;
}

.row.inscription_etape_un,
.row.inscription_etape_deux,
.row.inscription_etape_trois {
  border-bottom: 1px solid #f1f1f1;
}

.newsletter_theme {
  font-size: 12px;
}

.newsletter_colonne {
  float: left;
  width: 33%;
}


/*----------------  Footer et Responsive ------------- */
#footer .flags {
  clear: both;
  text-align: center;
}

.flags img {
  opacity: 0.5;
  height: 25px !important;
}

.flags a:hover img {
  opacity: 1;
}

#gotoTop:hover {
  background-color: #888;
}

.device-sm .col_one_third {
  width: 100%;
  clear: both;
  margin-bottom: 20px;
  text-align: center !important;
}

.col-md-12 {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 20px;
}

img.logo_footer {
  width: 200px;
  height: auto;
}

@media (max-width: 991px) {
  .style-2 .container #top-cart .top-cart-content {
    top: 48px;
  }

  .titre_page {
    font-size: 19px;
  }

  .titre_page.services {
    text-align: left;
  }

  #primary-menu-trigger, #page-submenu-trigger {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  #primary-menu-trigger {
    background-color: transparent !important;
  }

  #primary-menu-trigger .icon-reorder {
    color: #000 !important;
    background-color: transparent !important;
    height: 36px;
  }

  #primary-menu-trigger {
    top: 100%;
  }

  #top-search a i {
    top: -11px;
  }

  #primary-menu > div > #top-cart {
    margin: 3px 0 !important;
  }

  #primary-menu > div > #top-search form {
    height: 50px !important;
  }

  #header.sticky-style-2 #header-wrap, #header.sticky-style-3 #header-wrap {
    min-height: 40px;
  }

  #primary-menu ul li {
    padding-left: 20px;
  }

  #primary-menu ul ul li {
    padding-left: 0;
  }

  #primary-menu > div > ul ul {
    margin-top: 0;
    margin-left: 0;
    background-color: #fff !important;
  }

  #primary-menu > div > ul > li:hover a,
  #primary-menu > div > ul > li.current a {
    color: #000;
    background-color: #fff !important;
    font-weight: 500;
  }

  #primary-menu > div > ul ul > li a {
    color: #000;
    background-color: #fff !important;
    font-weight: normal;
  }

  #primary-menu > div > ul ul > li:hover a,
  #primary-menu > div > ul ul > li.current a {
    color: #000;
    background-color: #fff !important;
    font-weight: bold;
  }

  #primary-menu ul ul a,
  #primary-menu ul ul a:hover {
    font-size: 14px !important;
  }

  #logo img {
    width: 310px;
    height: auto;
  }

  .adresse {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }

  #top-cart > a > span {
    right: -20px;
    color: #000;
    background-color: #fff;
    top: -5px;
  }

  .actualite_droite .entry.clearfix.actualite .entry-image {
    width: auto;
    clear: both;
    margin-bottom: 10px;
  }

  .col-sm-3 .inscription_legende, 
  .col-sm-2.inscription_legende {
    width: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .device-sm .col-sm-3 .inscription_legende, 
  .device-sm .col-sm-2.inscription_legende {
    width: 24%;
  }

  .inscription_etape {
    width: 100%;
  }

  textarea, input[type="text"], input[type="email"] {
    width: 100%;
  }

  input[name="montant"][type="text"] {
    width: 90%;
  }

  .ordre_true.product, .pageOrdre .ordre_true.product {
    height: 630px !important;
  }

  .ordre_false.product, .pageOrdre .ordre_false.product {
    height: 600px !important;
    width: 265px;
  }


  .actualite_droite .entry.clearfix.actualite .entry-image {
    width: 100%;
    float: left;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  #primary-menu ul ul li {
    padding-left: 0;
  }

  #primary-menu ul li {
    padding-left: 20px !important;
  }
}

@media all and (min-width: 500px) and (max-width: 1199px) {
  .ordre_true.product, .pageOrdre .ordre_true.product {
    height: 600px !important;
  }

  .ordre_false.product, .pageOrdre .ordre_false.product {
    height: 600px !important;
  }
}

@media all and (min-width: 1200px) {
  .ordre_true.product, .pageOrdre .ordre_true.product {
    height: 630px !important;
  }

  .ordre_false.product, .pageOrdre .ordre_false.product {
    height: 600px !important;
  }
}

@media (max-width: 767px) {
  #slider {
    margin-bottom: 20px;
    margin-top: 1px;
  }

  .ordre_false.product, .pageOrdre .ordre_false.product {
    height: 600px !important;
  }

  .paiement .freeForm .label {
    float: left;
    font-size: 14px;
    width: 100%;
    color: #000;
    text-align: left;
  }

  .paiement input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: auto;
    clear: both;
    float: left;
  }

  .paiement select {
    width: 100%;
  }

  .page_actualite .actualite .entry-image {
    width: 100%;
    float: left;
    margin-right: 0;
  }

  .entry-c {
    clear: both;
    width: 100%;
  }

  .col-md-10.entry-c {
    width: 100%;
  }

  .texteHeader {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }

  .col_one_third.col_last.textAlignRight {
    width: 100%;
    text-align: center !important;
    clear: both;
  }

  .col_one_third {
    margin-bottom: 20px !important;
    clear: both;
  }


  .equipe {
    margin-bottom: 60px;
  }

  #logo img {
    width: 250px;
    height: auto;
    padding-top: 5px;
    margin-bottom: 15px;
  }


  .droits {
    margin-bottom: 20px;
  }

  .actualite_droite .entry.clearfix.actualite .entry-image {
    width: 100%;
    float: left;
    margin-right: 0;
  }

  .actualite_phare img, .salePhareImage img {
    width: 100%;
    max-width: 100%;
  }



  img.visu-equipe {
    margin-bottom: 30px;
    width: auto;
    padding-right: 0;
    float: left;
    clear: both;
  }


  #top-cart {
    display: block !important;
    right: 40px;
    top: -10px;
  }

  .entry-title h2 a {
    line-height: 1.3;
    color: #21A9C8;
    font-weight: 600;
    font-size: 16px;
  }
}

.layoutsPage {
  min-height: 800px !important;
}