.layoutsExemple .entry-image {width: 225px;}


/*----------------  #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    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;

}



/*----------------- Cacher certains éléments spécifiques --------------*/
.Vente153699, .vente153699, a.lien_inclure {
    display: none;
}

/*----------------- Style du composant avec classe .css-1mey0lr ------------*/
.css-1mey0lr {
    box-sizing: border-box;
    padding-right: 11px;
    min-width: 55% !important;
    max-width: 55% !important;
    margin-left: 0px;
}

/*----------------- Mise en page globale -----------------*/
.layoutsPage {
    min-height: 800px !important;
}

/*----------------- Cacher le bouton ou bloc de partage -----------------*/
.si-share {
    display: none;
}

/*----------------- Marge haute -----------------*/
.marginHaut {
    padding-top: 40px;
}

/*----------------- Slider étude -----------------*/
.slider_etude {
    margin-bottom: 40px;
    border-bottom: 1px solid #000;
}

/*----------------- Image catalogue droite -----------------*/
.droite_catalogue img {
    max-width: 120px;
    height: auto;
}


/*----------------- Produits en ligne -----------------*/
.productOnline, .productOnlineResult {
    clear: both;
}

/*----------------- Taille des images imgetudehome selon device -----------------*/
.device-lg img.imgetudehome,
.device-md img.imgetudehome {
    width: 450px !important;
    height: auto;
}

.device-sm img.imgetudehome {
    width: 340px !important;
    height: auto;
}

.device-xs img.imgetudehome {
    width: 280px !important;
    height: auto;
}

.device-xxs img.imgetudehome {
    height: auto;
    width: 193px;
}

/*----------------- Style h1 -----------------*/
h1 {
    font-family: ss-pro !important;
    font-weight: 500;
}


/*----------------bouton lien drouot-----------------*/
.bouton-drouot {
	background: transparent;
	border: 0.5px solid #000000;
	border-radius: 36px;
	opacity: 1;
	height: 35px;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	line-height: 35px !important;
	margin-top: 10px;
	padding: 0px 11px;
}

.bouton-drouot:hover {
    background: rgba(0, 0, 0, 0.1);
    border-color: #333;
}


/*------------------ #texte-top --------------*/

/* Barre supérieure */
#top-bar {
  position: relative;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}

/* Liens dans la barre supérieure */
.top-links a:hover {
  color: #666;
}

/* Liste des icônes sociales */
#top-social li {
  border-left: 0px solid #fff; /* Pas de bordure à gauche */
  border: none; /* Supprime bordure */
}

#top-social li, 
#top-social li a, 
#top-social li .ts-icon, 
#top-social li .ts-text {
  height: 30px;
  line-height: 30px;
}

#top-social li a {
  font-weight: bold;
  color: #000;
}

#top-social li a:hover {
  color: #fff !important;
}

/* Bouton menu principal mobile */
#primary-menu-trigger {
  background-color: #000 !important;
}

/* Drapeaux langue */
.col_half.nobottommargin.flags {
  float: right;
}

/*------------------ #header --------------*/

/* Masquer les images des langues GB et FR, afficher texte "EN" ou "FR" */
.languegb img, .languefr img {
  display: none;
}

.languegb::after {
  content: " EN";
  font-weight: bold;
}

.languefr::after {
  content: " FR";
  font-weight: bold;
}

/* Ajustement du logo selon la taille de l'écran */
.device-lg #cpgenlogo,
.device-md #cpgenlogo,
.device-sm #cpgenlogo {
  margin-top: -17px;
}

#header.sticky-header:not(.static-sticky) #header-wrap #cpgenlogo {
  margin-top: 0px;
}

#header.sticky-header #header-wrap {
  height: 45px;
}

/* Couleur des liens dans la barre supérieure */
.top-links, .top-links a {
  color: #fff !important;
}

/* Supprimer bordures dans les icônes sociales */
#top-social li a {
  border-left: 0px solid #000 !important;
}

.top-links a img {
  opacity: 0.5;
  height: 25px;
}

.top-links a:hover img {
  opacity: 1;
  height: 25px;
}



/* Ajuster hauteur texte social */
#top-social li .ts-text {
  height: 40px;
  line-height: 40px;
}

/* Logo principal */
#logo img {
  width: auto;
  height: 70px;
  float: left;
  margin-bottom: 20px;
}

#logo {
  margin-right: 25px;
}

/*------------------ #menu --------------*/

/* Couleur et soulignement menu principal au hover ou actif */
#primary-menu > div > ul > li:hover a,
#primary-menu > div > ul > li.current a {
  color: #000;
  border-bottom: 1px solid #000;
}

/* Padding et taille police dans menu pour device-md */
.device-md #primary-menu ul li a {
  padding-left: 9px;
  padding-right: 9px;
  font-size: 12px;
}

/* Même style pour autre sélecteur du menu */
#primary-menu > ul > li:hover a,
#primary-menu > ul > li.current a {
  color: #000000;
  border-bottom: 1px solid #000;
}

/* Taille police sous menu */
#primary-menu ul ul a,
.device-md #primary-menu ul ul a {
  font-size: 13px;
}

/* Hauteur ligne liens menu principal */
#primary-menu ul li a {
  line-height: 56px;
}

/* Padding spécifique pour langue anglaise sur grands et moyens écrans */
body.en.device-lg #primary-menu ul li a {
  padding-left: 17px;
  padding-right: 17px;
}

body.en.device-md #primary-menu ul li a {
  padding-right: 9px;
  padding-left: 9px;
  font-size: 13px !important;
}


/*----------------  #titres -------------*/

/* Titre principal des widgets avec classe titre_page */
.WidgetTitle.titre_page {
  text-transform: none;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  padding: 40px 0 20px 0;
  clear: both;
  margin-top: 20px;
  font-family: ss-pro, Georgia, Arial, Helvetica, sans-serif;
  color: #000;
}

/* Titres avec classe titre_page */
.titre_page {
  text-transform: none;
  font-size: 28px;
  line-height: 1.3;
  padding: 40px 0 20px 0;
  clear: both;
  font-family: ss-pro !important;
  color: #000;
}

/* Titres et liens dans titre_page */
.titre_page, .titre_page a {
  text-transform: none;
  font-style: normal;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 1px;
  padding: 40px 0 20px 0;
  clear: both;
  font-family: ss-pro !important;
  color: #000;
}

/* H3 dans titre_page */
.titre_page h3 {
  padding: 0;
  margin: 40px 0 20px 0;
  clear: both;
  font-family: ss-pro !important;
}

/* Entry-title h2 : souvent utilisé pour titres d’articles */
.entry-title h2 {
  margin: 0;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 1.3;
  color: #000;
  text-transform: uppercase;
  clear: both;
  padding-bottom: 5px;
  font-family: ss-pro !important;
}

/* Hover sur liens h2 */
.entry-title h2 a:hover {
  color: #000;
  font-family: ss-pro !important;
}

/* Taille police spécifique pour très petits écrans */
.device-xxs .entry-title h2,
.post-grid .entry-title h2 {
  font-size: 12px !important;
  line-height: 1.3;
  clear: both;
  font-weight: 500;
  font-family: ss-pro !important;
}

/* Taille police réduite sur très petits écrans pour widget titre */
.device-xxs .WidgetTitle.titre_page {
  font-size: 20px;
  line-height: 20px;
  clear: both;
  font-family: ss-pro !important;
}


/*---------------- top-search -------------*/

/* Placeholder texte dans le champ recherche */
#primary-menu .container #top-search form input::placeholder {
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
}

/* Placeholder réduit pour très petits écrans */
.device-xxs #primary-menu .container #top-search form input::placeholder {
  font-size: 14px;
  color: #000;
  text-transform: none;
  font-weight: normal;
}

/* Style input recherche */
#top-search form input {
  background: #fff;
  border-radius: 6px 0 0 6px;
  float: left;
  font-size: 14px;
  height: 34px;
  line-height: 20px;
  margin-top: 3px !important;
  padding: 5px 5px 5px 7px !important;
  width: 90%;
  font-weight: normal;
  color: #000;
}

/* Ajustement margin-top sur différents devices */
.device-md #top-search form input,
.device-sm #top-search form input,
.device-xxs #top-search form input,
.device-xs #top-search form input {
  margin-top: 3px !important;
}

/* Icône loupe dans champ recherche */
#top-search form input.loupe {
  background: #fff url(https://www.nouvelleetude.fr/uploads/Image/img_site/bt_loupe.png) no-repeat scroll 0 4px !important;
  height: 34px;
  width: 30px;
  color: #222;
  float: left;
  border-radius: 0 6px 6px 0;
  background-size: 100% 100%;
}

/* Bouton recherche */
#searchFiltre input.btRecherche {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  border-radius: 0 4px 4px 0;
  margin-bottom: 16px;
}

/* Bouton primaire */
.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

/* Couleur texte panier */
.top-cart-title p {
  color: #000;
}

/* Style contenu panier */
#top-cart .top-cart-content {
  border-top: 2px solid #000;
  top: 30px;
}

/* Ouverture panier */
#top-cart.top-cart-open .top-cart-content {
  opacity: 1;
  z-index: 25;
  margin-top: 0;
}

/* Marges pour recherche, panier, trigger side panel */
#top-search, #top-cart, #side-panel-trigger {
  margin: 19px 0 0 15px;
}


/*----------------  #carrousel home-resultats -------------*/

/* Description dans carousel */
.CarouselDescription {
  margin-bottom: 15px;
  padding-right: 0;
  width: 100%;
  padding-top: 0;
}

/* Carousel vertical belles enchères sur petits devices */
.device-xxs .belles_encheres_home .verticalCarouselContent,
.device-xs .belles_encheres_home .verticalCarouselContent,
.device-sm .belles_encheres_home .verticalCarouselContent {
  border: 1px solid #fff;
  padding: 10px;
  clear: both;
  width: 280px;
  float: left;
}

/* Section belles enchères */
.belles_encheres {
  text-align: center;
  margin-top: 20px;
}

/* Titre dans carousel */
.belles_encheres_home .entry-title {
  width: 100%;
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 10px;
}

/* Texte et style section belles enchères */
.belles_encheres_home {
  color: #900;
  margin-top: 4px;
  text-align: center;
  text-transform: none;
  font-weight: bold;
  clear: both;
}

/* Images dans carousel */
.belles_encheres_home .owl-carousel .owl-item img {
  margin: 0 auto;
  border-radius: 2px;
  height: 135px;
}

/* Conteneur image phare */
.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%;
}

/* Hover sur boutons navigation carousel */
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
  background-color: #900 !important;
  color: #FFF !important;
  text-decoration: none;
}

/* Points actifs du carousel */
.owl-theme .owl-dots .owl-dot.active span {
  background-color: #900 !important;
}

/* Titres dans carousel */
.oc-lot h5,
.belles_encheres_home .verticalCarouselContent h5 {
  height: 30px;
  line-height: 16px;
  color: #900;
  max-height: 30px;
  overflow: hidden;
}

/* Description sous titre dans carousel */
.belles_encheres_home .CarouselDescription {
  margin-bottom: 15px;
  max-height: 70px;
  overflow: hidden;
}

/* Nom de la vente dans carousel */
.nom_vente {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 1.3;
  padding-bottom: 8px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  margin-top: 0;
  padding-top: 0;
}

/* Résultat carousel */
.CarouselResultat {
  color: #000;
  font-weight: bold;
}

/* Marges images phare */
.imgphare img {
  margin-bottom: 10px;
}

/* Position des flèches nav carousel */
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  top: 50px;
}


/*----------------  #carrousel vertical------------- */
.belles_encheres, .belles_encheres_colonne, .belles_encheres_specialites {
  text-align: center;
  margin-top: 20px;
}

.device-lg .belles_encheres_colonne { padding: 0px 40px; }
.device-sm .belles_encheres_colonne { padding: 0px 100px; }
.device-md .belles_encheres_colonne, .device-xs .belles_encheres_colonne { padding: 0px 20px; }
.device-xs .belles_encheres_colonne { padding: 0px 30px; } /* conflit : device-xs défini deux fois */
.device-xxs .belles_encheres_colonne { padding: 0px; }

.verticalCarouselContent { border: 1px solid #fff; }
.col-md-4 .belles_encheres_colonne .verticalCarouselLot { padding: 10px 0px; }
.CarouselResultat { color: #000; font-weight: bold; }


/*----------------Slider-----------------*/
#slider {
  margin-bottom: 30px;
  margin-top: 5px;
}


.tp-caption, .tp-caption a {
  font-size: 14px !important;
  line-height: 1.3;
  font-style: normal;
  font-family: ss-pro !important;
  color: #000;
}

.tp-caption #slideTitleId {
  margin-bottom: 20px;
  font-family: ss-pro !important;
}

.tp-caption.WebProduct-Title.tp-resizeme {
  font-size: 24px !important;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: ss-pro !important;
}

.device-xxs .tp-caption.WebProduct-Title.tp-resizeme {
  font-size: 16px !important;
}

.device-xxs .tp-caption, .device-xs .tp-caption {
  font-size: 12px !important;
  line-height: 1.3;
  font-style: normal;
  font-family: ss-pro !important;
  color: #1d2c4f;
}

.tp-caption.slidelink a span {
  font-family: ss-pro !important;
}


/*----------------  #calendrier couv------------- */
.triAnnee.annee1970 { display: none; }

.triAnnee {
  background-color: #000;
  border-radius: 2px;
  color: #fff !important;
  padding: 5px 5px;
}

.triAnnee:hover {
  background-color: #666;
  border-radius: 2px;
  color: #fff !important;
  padding: 5px 5px;
}

.calendrier_annees { margin-bottom: 30px; }

.entry-image img { border-radius: 2px; border: 1px solid #ccc; }

.btn.ghost:hover, .btn.ghost:active, .btn.ghost:focus {
  background-color: #000 !important;
  color: #fff !important;
}

a.lien_couverture_image.single-image img {
  border: 1px solid #ccc;
}

.lieu_vente {
  color: #666;
  font-size: 14px;
  line-height: 1.3;
  font-style: normal;
  margin-bottom: 10px;
  text-align: left;
}


/*--------------- Catalogue ---------------*/
.product-description h2 {
  text-transform: none;
}
.btn-default {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.modal-title {
  font-weight: 600;
}
#page-title.page-title-mini h1 {
  font-weight: normal;
  font-size: 14px;
}
.nom_vente {
  font-size: 14px;
  line-height: 1.3;
  padding-bottom: 10px;
}
.date_vente {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}
.envoyer_ordre .button.button-border {
  background: #000;
  color: #fff;
}
.envoyer_ordre .button.button-border:hover {
  background: #000;
}
.button.button-border:hover {
  background-color: #999;
  color: #fff;
}
.product-title h3 {
  margin: 0;
  font-size: 14px;
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
}
.lieu_vente {
  color: #666;
  font-size: 14px;
  line-height: 17px;
  font-style: normal;
  margin-bottom: 10px;
  text-align: left;
}

.ordre_false.product,
.pageOrdre .ordre_false.product {
  height: 600px !important;
  border: 1px dotted #222;
}
.device-xxs .entete_cata,
.device-xs .entete_cata,
.device-sm .entete_cata {
  padding-top: 80px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.tel_panel .panel-body {
  padding: 0 10px 10px 14px;
}
.owl-theme .owl-dots .owl-dot.active span {
  background-color: #000;
}


.titre_ordre_etape,
.titre_ordre_phrase,
.num_etape_trois,
.num_etape_deux,
.num_etape_un,
.texte_etape_un,
.texte_etape_deux,
.texte_etape_trois,
.inscription_etape,
.calendrier_theme {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  padding: 5px 0 10px 0;
  text-decoration: none;
  text-transform: uppercase;
  float: left;
  margin: 0;
}

.titre_ordre_etape {
  margin-top: 50px;
}

.col-md-12.titre_ordre_phrase {
  margin: 30px 0;
  clear: both;
  width: 100%;
}

.product-overlay a:hover {
  font-size: 13px;
  color: #fff;
  text-align: center;
  background: #000;
}

.product-image.no_picture {
  background-image: url("https://www.nouvelleetude.fr/uploads/Image/img_site/no_picture.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80% 80%;
  width: 100% !important;
  height: 170px !important;
  padding-right: 20px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.sale-flash2 {
  width: auto;
  float: left;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  padding: 4px 10px;
  border-radius: 2px;
  clear: both;
}

.fiche_titre_lot {
  color: #1d2c4f;
}
.single-product .product:hover,
.pageOrdre .single-product .product:hover {
  box-shadow: none;
  border: 1px solid #fff;
}
.device-xxs .couverture_catalogue img {
  width: 100%;
}
.product-image {
  position: relative;
  width: 100%;
  height: 300px !important;
  overflow: hidden;
}
.jq-icon-info {
  background-color: #000 !important;
  color: #fff;
  border-color: #000 !important;
}
.droite_catalogue img {
  height: 46px;
}
.product-image #oc-catalogue.oc-catalogue.owl-carousel .owl-item img {
  max-height: 300px !important;
}

/*--------------- Actualité ---------------*/
.actualite_droite .actualite .entry-image {
  width: 120px;
  float: left;
  margin-right: 20px;
}
.actualite .entry-image {
  width: 180px;
  float: left;
  margin-right: 20px;
}
.actualite .entry-c {
  clear: both;
  float: left;
}
.more-link {
  padding-top: 20px;
  float: left;
  border-bottom: 1px solid #fff;
}
.device-xxs .actualite .entry-c,
.device-xs .actualite .entry-c {
  clear: none;
  float: left;
  width: 100%;
}
.device-sm .actualite .entry-c {
  clear: none;
  float: left;
  width: 60%;
}

/*--------------- Page Actualité ---------------*/
.page_actualite .entry.clearfix.actualite .entry-c {
  position: relative;
  overflow: hidden;
  float: none;
}
.device-xs .page_actualite .entry.clearfix.actualite .entry-c,
.device-xxs .page_actualite .entry.clearfix.actualite .entry-c {
  position: relative;
  overflow: hidden;
  float: left;
}
.device-lg .page_actualite .entry.clearfix.actualite .entry-image,
.device-md .page_actualite .entry.clearfix.actualite .entry-image {
  width: 180px !important;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  height: auto;
}
.device-sm .page_actualite .entry.clearfix.actualite .entry-image {
  width: 130px !important;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  height: auto;
}
.device-xs .page_actualite .entry.clearfix.actualite .entry-image {
  width: 150px !important;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  height: auto;
}
.page_actualite .actualite .entry-c {
  clear: none;
  float: left;
  width: 60%;
}


/*----------------  #actualite -------------*/
.actualite_droite .actualite .entry-image {
  width: 120px;
  float: left;
  margin-right: 20px;
}
.actualite .entry-image {
  width: 180px;
  float: left;
  margin-right: 20px;
}
.actualite .entry-c {
  clear: both;
  float: left;
}
.more-link {
  padding-top: 20px;
  float: left;
  border-bottom: 1px solid #fff;
}
.device-xxs .actualite .entry-c,
.device-xs .actualite .entry-c {
  clear: none;
  float: left;
  width: 100%;
}
.device-sm .actualite .entry-c {
  clear: none;
  float: left;
  width: 60%;
}


/*----------------  #page actualite -------------*/
.page_actualite .entry.clearfix.actualite .entry-c {
  position: relative;
  overflow: hidden;
  float: none;
}
.device-xs .page_actualite .entry.clearfix.actualite .entry-c,
.device-xxs .page_actualite .entry.clearfix.actualite .entry-c {
  position: relative;
  overflow: hidden;
  float: left;
}
.device-lg .page_actualite .entry.clearfix.actualite .entry-image,
.device-md .page_actualite .entry.clearfix.actualite .entry-image {
  width: 180px !important;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  height: auto;
}
.device-sm .page_actualite .entry.clearfix.actualite .entry-image {
  width: 130px !important;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  height: auto;
}
.device-xs .page_actualite .entry.clearfix.actualite .entry-image {
  width: 150px !important;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  height: auto;
}
.page_actualite .actualite .entry-c {
  clear: none;
  float: left;
  width: 60%;
}


/*----------------  #formulaires -------------*/
#etape2 > div:nth-child(2) > div:nth-child(1) > input:nth-child(1) {
  margin-left: -15px;
}
.row.inscription_etape_un,
.row.inscription_etape_deux,
.row.inscription_etape_trois {
  border-bottom: 0 solid #f5f5f5;
  margin-bottom: 15px !important;
}
.newsletter_lettrine {
  display: none;
}
.inscription_legende {
  padding-bottom: 30px;
}
.bt_valider_ordre input,
#estim .btn.btn-default,
#form_inscription .btn.btn-default,
.formEnvoyer input {
  background: #000;
  color: #fff;
  padding: 10px 15px;
  border: 1px solid #000;
  border-radius: 2px;
  margin-top: 10px;
}
.fond_estimation .btn.btn-default.nb {
  background: #000;
  color: #fff;
  padding: 10px 15px;
  border: 1px solid #000;
  border-radius: 2px;
  margin-top: 10px;
  width: auto;
}
button.togglet {
  background: #000;
  color: #fff;
  padding: 4px 15px;
  border: 1px solid #000;
  border-radius: 2px;
  margin-top: 10px;
}
.bt_valider_ordre input:hover,
#estim .btn.btn-default:hover,
#form_inscription .btn.btn-default:hover,
.formEnvoyer:hover input {
  background: #999;
  color: #fff;
  border: 1px solid #999;
}
#estim input,
#estim textarea {
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 5px 10px;
}
#estim input {
  width: auto;
}
.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;
}
.device-xxs textarea {
  width: 100%;
}
.device-xxs .newsletter_chekbox input {
  width: auto;
}
.device-xxs input[type="radio"],
.device-xs input[type="radio"],
.device-sm input[type="radio"] {
  width: 12px !important;
}
.device-xs input[type="radio"],
.device-sm input[type="radio"] {
  width: 14px !important;
}
.page_estimation,
.page_newsletter,
.inscription_legende {
  padding-bottom: 20px;
}
.page_estimation .inscription_legende,
.page_newsletter .inscription_legende {
  padding-bottom: 10px;
  padding-top: 20px;
}
.newsletter_colonne {
  float: left;
  width: 100%;
}
#etape1,
#etape2,
#etape3,
#droit {
  width: 100%;
  margin-bottom: 0;
  background-color: #f5f5f5;
  float: left;
}
.device-xxs page.newsletter #etape1,
.device-xxs page.newsletter #etape2,
.device-xxs page.newsletter #etape3,
.device-xxs page.newsletter #droit {
  padding: 5px;
  margin-bottom: 20px;
}
.device-xs .freeForm .label {
  width: 100%;
  font-family: ss-pro !important;
}
.fond_estimation {
  background-color: #f5f5f5;
  width: 100%;
  padding: 20px;
}
.page_newsletter {
  background-color: #f5f5f5;
  float: left;
  border-radius: 4px;
  padding: 20px;
}
.inscription_legende {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 14px;
}
.newsletter_theme {
  display: none !important;
}


/*---------------- CGU - pages statiques -----------------*/
.calLegende {
  background-color: #f5f5f5;
  padding: 20px;
  width: 100% !important;
  text-align: center;
  margin-bottom: 40px;
}
.page_statique h2 {
  clear: both;
  padding: 30px 10px 0 0;
  background-color: #fff;
  font-weight: bold;
}
.page_statique h2:first-child {
  padding: 0 10px 0 0;
}
.page_statique h3 {
  clear: both;
  padding: 20px 10px 0 0;
  background-color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.page_statique h4 {
  font-family: Arial, Helvetica, sans-serif;
  padding: 30px 0 10px 0;
  font-size: 12px;
}
.page_statique a,
.page_statique a:link {
  color: #222 !important;
  text-decoration: underline !important;
}


/*----------------Equipe-----------------*/
p {
  text-indent: 2em;
}

.col-md-12.presentation {
  margin-bottom: 70px;
}

.team-content {
  color: #222;
  font-size: 13px;
  line-height: 1.4;
  text-align: justify;
  font-family: ss-pro !important;
  padding-bottom: 30px;
}
.page_presentation .owl-item.active {
  margin-bottom: 50px;
  margin-right: 50px;
}

.team-title h4 {
  font-size: 17px;
  font-weight: 600;
  font-family: ss-pro !important;
}

.team-title span {
  font-family: ss-pro !important;
  color: #000000;
  font-weight: 400;
  font-style: italic;
  font-size: 13px;
  margin-top: 5px;
}


.device-lg .page_presentation .team-title,
.device-md .page_presentation .team-title,
.device-sm .page_presentation .team-title {
  padding-top: 0;
}
.page_presentation {
  font-size: 16px;
  text-align: justify;
  line-height: 1.8;
}
.device-md .page_presentation {
  font-size: 15px;
  line-height: 1.4;
}
.device-sm .page_presentation {
  font-size: 14px;
  line-height: 1.4;
}

/* Correction ici : suppression de la virgule après le dernier sélecteur */
.device-lg .team-image > a,
.device-lg .team-image img,
.device-md .team-image > a,
.device-md .team-image img,
.device-sm .team-image > a,
.device-sm .team-image img {
  display: block;
  float: left;
  margin-right: 20px;
  padding-bottom: 20px;
}

/* Les tailles diffèrent selon les device */
.device-lg .team-image > a,
.device-lg .team-image img {
  width: 50%;
  padding-right: 20px;
}

.device-md .team-image > a,
.device-md .team-image img {
  width: 50%;
  padding-right: 20px;
  padding-bottom: 20px;
}

.device-sm .team-image > a,
.device-sm .team-image img {
  width: 43%;
  padding-right: 20px;
}

.device-lg .team-title,
.device-md .team-title,
.device-sm .team-title {
  padding-top: 0;
}
.device-sm .col-md-6.equipe {
  padding-bottom: 50px;
  width: 100%;
  clear: both;
  float: left;
}

/*----------------Paiement-----------------*/
.paiement {
  margin-left: 20px;
  font-family: Georgia !important;
  float: left;
  border-radius: 4px;
  letter-spacing: 1px;
  margin-top: 50px;
}

/*---------------footer-----------------*/

#gotoTop:hover {
  background-color: #000;
}


.flags img {
  opacity: 0.5;
  height: 25px !important;
}
.flags a:hover img {
  opacity: 1;
  height: 25px;
}
.drapeaux {
  float: left;
  padding-top: 12px;
  padding-right: 10px;
  font-size: 14px;
}
#footer-social li,
#footer-social li a,
#footer-social li .ts-icon,
#footer-social li .ts-text {
  display: block;
  position: relative;
  float: left;
  width: auto;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
}
#footer-social li .ts-icon {
  width: 40px;
  text-align: center;
  font-size: 14px;
}
.droits,
.droits a,
.droits a:link,
.droits a:visited {
  font-size: 12px;
  line-height: 1.3;
}


/*-------------MEDIA QUERIES-------------*/
@media (max-width: 991px) {
  .page_presentation {
    font-size: 15px;
    text-align: justify;
    line-height: 1.5;
  }
  h1 {
    font-family: ss-pro !important;
    font-weight: 500;
    font-size: 18px;
  }
  .product:not(.product-2):not(.product-3) .product-title h3 {
    font-size: 12px;
    line-height: 15px;
  }
  .ordre_true.product,
  .pageOrdre .ordre_true.product {
    height: 630px !important;
  }
  .ordre_false.product,
  .pageOrdre .ordre_false.product {
    height: 620px !important;
    width: 265px;
  }
  #header.sticky-style-2 #header-wrap,
  #header.sticky-style-3 #header-wrap {
    min-height: 40px;
  }
  [class^="icon-legal"] {
    margin-right: 0;
  }
  #primary-menu-trigger {
    background-color: transparent !important;
    top: 33px;
  }
  #primary-menu > div > #top-search a,
  #primary-menu > div > #top-cart,
  #primary-menu > div > #side-panel-trigger {
    margin: 10px 0 !important;
  }
  .col_one_third.textAlignLeft {
    text-align: center;
  }
  #primary-menu ul ul li {
    padding-left: 0;
  }
  #primary-menu ul ul a:hover {
    color: #000 !important;
    background-color: #fff !important;
  }
  .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 {
    width: 100%;
  }
  input[type="radio"] {
    width: 13px !important;
  }

  input[name="montant"][type="text"] {
    width: 90%;
  }

  .titre_page,
  .titre_page a,
  .titre_service {
    font-size: 22px;
    padding-top: 30px;
  }

  .texteencadre {
    font-size: 12px;
  }

  .header2 #top-search a {
    position: absolute;
    top: 5px;
  }

  .header2 #top-cart,
  .header3 #side-panel-trigger {
    position: absolute;
    top: 7px;
  }

  .header3 #top-search form {
    top: -75px;
  }

  #top-search form input {
    margin-top: 0 !important;
    padding: 5px 5px 5px 7px !important;
    width: 90%;
  }

  form#form_inscription {
    font-size: 11px;
  }

  #etape1,
  #etape2,
  #etape3,
  #droit {
    float: none;
  }
  #top-cart,
  #side-panel-trigger {
    margin: 38px 0 0 15px;
  }
}


@media all and (min-width: 500px) and (max-width: 1199px) {
  .ordre_true.product,
  .pageOrdre .ordre_true.product {
    height: 630px !important;
  }
  .ordre_false.product,
  .pageOrdre .ordre_false.product {
    height: 620px !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: 620px !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: 620px !important;
  }
}

@media (max-width: 767px) {
  .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%;
  }
  .ordre_false.product,
  .pageOrdre .ordre_false.product {
    height: 590px !important;
  }
  .postcontent,
  .postcontent.bothsidebar,
  .sidebar,
  .col_full,
  .col_half,
  .col_one_third,
  .col_two_third,
  .col_three_fourth,
  .col_one_fourth,
  .col_one_fifth,
  .col_two_fifth,
  .col_one_third {
    width: 100%;
    margin-bottom: 30px !important;
    clear: both;
  }
  #primary-menu ul li {
    padding-left: 20px;
  }
  .entry-title h2,
  .post-grid .entry-title h2 {
    font-size: 13px !important;
  }
  .team-image > a,
  .team-image img {
    width: 100%;
    float: left;
    margin-right: 0;
    padding-bottom: 20px;
  }
  .device-xxs .team-title,
  .device-xs .team-title {
    padding-top: 20px;
  }
  .page_presentation .team-title {
    padding-top: 20px;
  }
}
