/* Global */
body {
	font-family: 'Gotham';
	color:#0b4150;
	font-weight: 400;
	font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1{
	font-size: 30px;
	color:#451a22;
	font-weight: bold;
	position: relative;
	padding-bottom: 14px;
}
h1:after {
	content:'';
	position: absolute;
	width: 30px;
	height: 4px;
	border-radius: 3px;
	background: #e42549;
	left: 0;
	bottom: 0;
}
h2  {
	font-size: 22px;
	color:#451a22;
	font-weight: 500;
	margin-bottom: 34px;
}
.page_id_1 h2, .topic_id_1.liste h2, h2.title-uppercase  {
	text-transform: uppercase;
	font-weight: 600;
}
h3 {
	font-size: 22px;
	font-weight: normal;
	color:#000;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	color:#a9adb3;
}
a {
	color:#000;
    text-decoration: underline;
}
a:hover, a:active {
	outline: none;
	color:#000;
    text-decoration: none;
}
a:focus {
    outline: none 0;
}
img {
	max-width: 100%;
	height: auto;
}
.btn-default {
	border:1px solid #009ee2;
	color: #fff;
	background: #009ee2;
	border-radius: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    border-radius: 2px;
    padding:0.60rem 0.80rem;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.show > .btn-default.dropdown-toggle,
.btn-default:not([disabled]):not(.disabled):active,
.btn-default:not([disabled]):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
	color: #fff;
	background: #008dca;
	border-color:#008dca;	
	box-shadow: none;
	background-image: none;
}
.btn-primary {
	border:1px solid #e42549;
    color: #fff;
    background: #e42549;
    border-radius: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    border-radius: 2px;
    padding:0.60rem 0.80rem;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle,
.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background: #ca2141;
    border-color:#ca2141;    
    box-shadow: none;
    background-image: none;
}
.btn-secondary {
	border:1px solid #009ee2;
	color: #fff;
	background: transparent;
	border-radius: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    border-radius: 2px;
    padding:0.60rem 0.80rem;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle,
.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
	color: #fff;
	border-color:#008dca;
	background: #008dca;	
	box-shadow: none;
	background-image: none;
}
.btn-success {
	border:1px solid #451a22;
	color: #451a22;
	background: transparent;
	border-radius: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    border-radius: 2px;
    padding:0.60rem 0.80rem;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle,
.btn-success:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
	color: #fff;
	border-color:#451a22;
	background: #451a22;	
	box-shadow: none;
	background-image: none;
}
.btn-lg {
	font-size: 15px;
    border-radius: 4px;
    padding: 1.20rem 3rem;
}
.btn-link {
	border:1px solid transparent;
	color: #009ee2;
	background: transparent;
	border-radius: 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 11px;
    border-radius: 2px;
    padding:0.60rem 0.80rem;
}
.btn-link:hover,
.btn-link:focus,
.btn-link.focus,
.btn-link:active,
.btn-link.active,
.show > .btn-link.dropdown-toggle,
.btn-link:not([disabled]):not(.disabled):active,
.btn-link:not([disabled]):not(.disabled).active,
.show > .btn-link.dropdown-toggle {
	color: #fff;
	background: transparent;
	border-color:transparent;	
	box-shadow: none;
	background-image: none;
	text-decoration: none;
}
.badge-default {
	background: #87162b;
	font-size: 14px;
	color:#fff;
}
.dropdown-toggle:focus {
	outline:none 0;
}
/**** Accueil ****/
/* Header */
header {
	color:#fff;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 17px;
	font-weight: 500;
	z-index: 1021;
	margin-bottom: 40px;
}
.page_id_1 header, .topic_id_3 header, .topic_id_6 header {
	margin-bottom: 0;
}
header.container-fluid {
	background: #451d28;
	padding: 0 60px;
}
header.sticky-top {
	z-index: 1021;
}
header > .row, #logo {
	height: 64px;
}
#logo {
	display: block;
	padding-top:10px;
	-webkit-transition: all .5s;
	transition: all .5s;
	z-index: 1001;
	position: relative;
}
#logo img {
	height: 48px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.page_id_1.min #logo img{
	height: 128px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.baseline {
	padding: 0 15px;
}
/* nav */
.navbar {
	padding: 0;
	position: inherit;
}
.navbar .dropdown.link_connexion {
    position: inherit;
}
.navbar .link_connexion .dropdown-menu {
	position: absolute;
	width: 100%;
	margin:0;
	border:none;
	border-radius: 0;
	background: #033e57;
	padding: 30px 0;
}
.navbar .dropdown-toggle:after {
	content:none;
}
.navbar-expand-md .navbar-nav .nav-link {
	color:#fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 12px;
	text-decoration: none;
	padding: 0 15px;
	text-transform: none;
	height: 100%;
}
.nav-link i {
	margin-right: 10px;
	color:#fff;
	font-size: 16px;
	border-radius: 50%;
	border:2px solid #fff;
	height: 30px;
	width: 30px;
	line-height: 26px;
	text-align: center;
	display: block;
}
.link_annonce {
	background: #87162b;
}
.link_connexion a{
	background: #033e57;
}
.link_connexion .nav-link i {
	color:#009ee2;
	border-color:#009ee2;
}
.link_connexion .form-control {
	border:none;
	background: #08576d;
	color:#fff;
	font-style: italic;
	font-weight: 500;
	font-size: 14px;
}
.link_connexion label {
	color:#fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	margin-right: 10px;
}
.link_connexion .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.link_connexion .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.link_connexion .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.link_connexion .form-control::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.link_connexion .form-control::placeholder {
  color: #fff;
  opacity: 1;
}
.link_lang {
	border-left: 1px solid #87162b;
}
.navbar-expand-md .navbar-nav .link_lang .nav-link {
	padding: 0 28px;
}
.link_lang .dropdown-menu {
	min-width: 0;
	padding: 0;
	margin:0;
	border:none;
	background: transparent;
	width: 100%;
}
.link_lang .dropdown-item {
	padding: 0;
	text-align: center;
	margin:10px 0;
}
.link_lang .dropdown-toggle {
	outline: none 0;
	padding: 0;
}
.link_lang .dropdown-item:hover, .link_lang .dropdown-item:focus {
	background: transparent;
}
.link_connexion .container > .row {
	padding-left: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.min .link_connexion .container > .row {
	padding-left: 170px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.link_connexion .btn-link {
	padding-right: 0;
}
.navbar-toggler {
	height: 64px;
	padding: 0;
	-ms-flex-direction: column;
	flex-direction: column;
	color:#fff;
	text-transform: none;
	font-size: 12px;
	font-weight: 600;
	border-radius: 0;
}
.navbar-toggler i {
	font-size: 34px;
	margin-bottom: 3px;
	color:#e42549;
}
/*Content*/
.page_id_1 #content, .topic_id_3.liste #content {
	display: none;
}
.topic_id_6.liste #content {
	margin-top:-1px;
}
/* Recherche */
#recherche {
	background-color:#000;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 110px 0 80px 0;
}
#recherche .container-fluid {
	padding: 0 75px;
}
#recherche h2 {
	margin:0;
	color:#fff;
}
#recherche .form-control {
	border:none;
	font-size: 12px;
	color:#606060;
}
#recherche .form-control::-webkit-input-placeholder {
  color: #606060;
  opacity: 1;
}
#recherche .form-control::-moz-placeholder {
  color: #606060;
  opacity: 1;
}
#recherche .form-control:-ms-input-placeholder {
  color: #606060;
  opacity: 1;
}
#recherche .form-control::-ms-input-placeholder {
  color: #606060;
  opacity: 1;
}
#recherche .form-control::placeholder {
  color: #606060;
  opacity: 1;
}
/* Recherche Avancee */
#recherche_avancee {
	background: rgba(69,26,34,0.9);
	margin:24px 0;
	border-radius: 5px;
	padding: 15px;
	font-size: 14px;
	font-weight: 600;
}
#recherche_avancee h3 {
	color:#ffffff;
	font-weight: 400;
	font-size: 18px;
}
#recherche_avancee label{
	color:#fff;
	margin:0;
}
#recherche_avancee .multiselect-native-select {
	padding: 10px 0;
	display: block;
}
#recherche_avancee .custom-select:focus {
	outline: none 0;	
}
#recherche_avancee .multiselect {
	color:#fff;
	font-weight: 600;
}
#recherche_avancee .dropdown-toggle {
	background: transparent;
	border:none;
	padding:0 20px 0 15px;
}
#recherche_avancee .dropdown-toggle span {
	display: inline-block;
	background: #87162b;
	border-radius: 3px;
	padding: 0 4px;
}
#recherche_avancee .dropdown-menu {
	border:none;
	background: #87162b;
}
#recherche_avancee .dropdown-toggle:after {
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
	font-weight: 400;
    content: "\f107";
    border:none;
    vertical-align: top;
    margin:0 0 0 5px;
}
#recherche_avancee .multiselect-container {
	padding: 0;
	margin-top:10px;
    width: 250px;
    overflow: auto;
    /*max-height: 400px;*/
    max-height: 200px;
	left: 15px !important;
}
#recherche_avancee .multiselect-container > li > a  {
	text-decoration: none;
}
#recherche_avancee .multiselect-container > li > a > label > input {
	display: none;
}
#recherche_avancee .multiselect-container > li > a > label {
	padding: 5px 15px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1px;
}
#recherche_avancee .multiselect-container > li.active > a > label{
	background: #fff;
	color:#87162b;
}
/* Operation commercial */
#operation_commercial {
	background: #f1f1f1;
	padding: 40px 0;
	margin-bottom: 45px;
}
#nouveau_avendre h2 {
	margin-bottom: 45px;
}
.operation {
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 22px;
}
.operation:last-of-type {
	margin:0;
}
.operation .row {
	height: 82px;
}
.operation h3 {
	text-transform: uppercase;
	font-size: 17px;
	color:#0b4150;
	font-weight: 900;
	margin:0;
}
.operation p {
	font-weight: 400;
	color:#0b4150;
	margin:0;
}
.operation a {
	text-decoration: none;
	line-height: 15px;
}
.operation a i {
	margin-right: 8px;
	font-size: 24px;
}
.operation .link_inscrire, .operation .link_informations {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	padding: 0 15px;
}
.operation .link_inscrire {
	background: #009ee2;
	color:#ffffff;
}
.operation .link_inscrire:hover,
.operation .link_inscrire:focus {
	background: #008dca;
}
.operation .operations_passees .link_inscrire {
	background: #0a627a;
	color:#ffffff;
}
.operation .operations_passees .link_inscrire:hover,
.operation .operations_passees .link_inscrire:focus {
	background: #033e57;
}
.operation .link_informations {
	background: #f7f7f7;
	color:#0b4150;
}
.operation .link_informations:hover,
.operation .link_informations:focus {
	background: #eee;
}
.operation .img_operation {
	width: 75px;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
}
.operation .img_operation img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.operation .title_operation {
	padding: 0 15px;
}
/* Carousel chevaux accueil */
.horse_home_swipper {
	margin:0 75px 45px;
}
#chevaux_vendre_container {
	position: relative;
}
.swiper-button-prev, .swiper-button-next {
    height: 36px;
    width: 36px;
    color: #451a22;
    font-size: 16px;
    border-radius:3px;
    background: #fff;
    border:1px solid #451a22;
    line-height: 36px;
    text-align: center;
}
.swiper-button-next {
	right: 0;
}
.swiper-button-prev {
	left: 0;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
    background: #451a22;
    color:#fff;
}
.page_id_1 .swiper-slide  {
    height: 100%;
}
/* Card chevaux */
.media_nb {
    background: #691121;
    position: absolute;
    z-index: 1;
    padding: 3px 6px;
    color: #fff;
    font-size: 12px;
    right: 6px;
    top: 6px;
    line-height: normal;
    text-align: right;
}
.media_nb i {
	width: 14px;
}
.cheval{
	background: #691121;
	border-radius: 3px;
	color:#fff;
	font-size: 12px;
	font-weight: 400;
	border:none;
	height: 100%;
}
.bandeau {
	background: #fff;
}
.cheval p {
	margin:0;
}
.cheval h3{
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600;
	color:#fff;
	font-size: 18px;
}
.cheval h3 a {
	text-transform: uppercase;
	font-weight: 600;
	color:#fff;
	font-size: 18px;	
	text-align: left;
}
.cheval h3 a:hover, .cheval h3 a:focus {
	color:#ca2141;
}
.cheval .card-footer {
	text-align: center;
	color:#fff;
	font-style: italic;
	font-weight: 500;
	padding: 0;
	border-top:1px solid #fff;
	line-height: 34px;
	border-radius: 0 0 3px 3px;
}
.cheval .col-3 {
	border-left: 1px solid #fff;
}
.cheval a {
	display: block;
	text-align: center;
	color:#fff;
	text-decoration: none;
	font-size: 16px;
}
.cheval a:hover, .cheval a:focus, .cheval a.active {
	color:#e8d54d;
}
.cheval .card-img {
	padding: 6px;
	height: 134px;
}
.cheval .card-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.cheval .btn-secondary {
	text-transform: none;
	border: none;
	border-radius: 0;
	color: #fff;
	background-color: #e42549;
	font-size: 11px;
	padding: 2px 5px;
	width: auto;
	display: inline-block;
}
.cheval .btn-secondary:hover {
	color: #fff;
}
.blockBandeau {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.imageBandeau {
	margin-bottom: auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.imageBandeau a {
	display: initial;
}

.imageBandeau img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
@media (min-width: 992px){
	.imageBandeau img.pubid_20{
		height: 90%;
	}
}
.textBandeau {
    color:#999;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
}
/* Chevaux de concours */
#chevaux_concours {
	padding: 26px 0;
	background: url(../img/bandeau.png) no-repeat center;
	background-size: cover;
}
#chevaux_concours h2{
	background:#fff;
	display: inline-block;
	margin:0;
	padding: 15px 20px;
}
/* Footer */
#footer {
	background: #451a22;
	margin-top:40px;
}
.page_id_1 #footer, .topic_id_3 #footer {
	margin:0;
}
#footer .row{
	padding: 0;
	height: 64px;
}
#footer a {
	color:#fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 10px;
}
#footer .col-auto:last-child a {
	text-transform: none;
	margin:0;
}
#footer a:hover,
#footer a:focus,
#footer a.active{
	color:#ca2141;
}
#footer .fa-facebook-f {
	font-size: 20px;
}
/*** Resultat - liste chevaux ***/

#resultat {
	padding: 45px 0;
}
#resultat .col-xl-3 {
	margin-bottom: 20px;
}
#resultat .card {
	height: 100%;
}
.link_top {
	top:50%;
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: hidden;
	opacity: 0;
}
.link_top.visible {
	top:50%;
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: visible;
	opacity: 1;
}
/**** Cheval ***/
/**** Liste ***/
/*Pagination*/
.page-link {
	border-radius: 3px;
	width: 35px;
	height: 35px;
	color:#691121;
	border-color:#691121;
	padding: 0;
	line-height: 35px;
	text-decoration: none;
	text-align: center;
	font-weight: 400;
}
.page-item.active .page-link {
	background: #691121;
	border-color:#691121;
	color:#fff;
}
.pages {
	margin:0 3px;
}
.page-link:hover {
	border-color:#691121;
	color:#691121;
}
/**** Fiche ***/
/*navigation*/
#horse_nav{
	padding: 25px 45px;
}
/*Infos etalons*/
#horse_info,
#horse_info_print{
	padding: 25px 45px;
	height: 186px;
	-webkit-transition: all .5s;
	transition: all .5s;
	background: #fff;
}
#horse_info,
#horse_info_print {
	top:64px;
	color:#451a22;
}
#horse_info_print .btn-default,
#horse_info .btn-default {
	width: 36px;
	height: 36px;
	font-size: 20px;
	padding: 0;
}
#horse_info.navisible,
#horse_info_print.navisible {
	height: 108px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#horse_info .btn-success,
#horse_info_print .btn-success {
	opacity: 0;
	visibility: hidden;
}
#horse_info.navisible .btn-success,
#horse_info_print.navisible .btn-success {
	opacity: 1;
	visibility: visible;
}
.share {
	display: inline-block;
}
.share .dropdown-menu {
    min-width: 0;
    box-shadow: none;
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
}
.share .dropdown-menu > li > a {
    display: block;
    width: 40px;
    line-height: 40px;
    height: 40px;
    border-radius: 0;
    font-size: 16px;
    padding: 0;
    text-align: center;
    border: 1px solid #efefef;
    color: #009ee2;
    margin-top: 2px;
}
.share .dropdown-toggle::after {
	content:none;
}
.link_lang .dropdown-toggle::after {
    display: inline-block;
    /*margin-left: .255em;*/
    margin-left: 5px;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.link_lang .dropdown-menu {
	background: #451d28;
}
.link_horse_infos {
	text-transform: uppercase;
	color:#451a22;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;
}
.link_horse_infos span{
	margin-right: 10px;
}
.link_horse_infos i {
	width: 36px;
	height: 36px;
	background: #451a22;
	line-height: 36px;
	font-size: 20px;
	color:#fff;
	border-radius: 3px;
	text-align: center;
}
.link_horse_infos:hover i, .link_horse_infos:focus i, .link_horse_infos.active i{
	color:#e8d54d;
}
.fourchette {
	font-family: 'Playfair Display';
	font-size: 36px;
	color:#451a22;
}
.navisible #info_prix, .navisible .link_horse_infos span{
	display: none !important;
}
.navisible .fourchette{
	font-size: 20px;
}
.navisible #horse_prix_maj {
	display: none;
}
.horse_region_icon {
	color: #87162b;
}
#horse_prix {
	-ms-flex-order: 13;
	order: 13;
	margin-top:-6px;
}
.navisible #horse_prix {
	font-size: 11px;
	padding-right: 15px;
	-ms-flex-order: initial;
	order: initial;
}
.link_horse_infos .fa-star,.print {
	margin-right: 5px;
}
/*Media chevaux*/
#horse_media {
	padding: 0;
	margin-bottom: 25px;
}
#horse_media img {
	width: 600px;
	height: 400px;
	object-fit: cover;
	overflow: hidden;
	position: relative;
}
#horse_media a {
	display: block;
	margin: 5px;
	position: relative;
}
#more_horse_media {
	max-width: 610px;	
}
#more_horse_media .row {
    -webkit-flex-direction: column; /* Safari 6.1+ */
    flex-direction: column; 
	height: 410px;
}
#more_horse_media.media_nb_six {
	width: 400px;
}
#more_horse_media.media_nb_plus {
	width: 600px;
}
#more_horse_media .col-auto img, #more_horse_media .col-auto + .col-auto img {
	width: 190px;
	height: 126px;
	object-fit: cover;
	overflow: hidden;
}
#more_horse_media .col-auto:last-child img {
	width: 600px;
	height: 400px;
	object-fit: cover;
	overflow: hidden;
}
#more_horse_media .col-auto + .col-auto img {
	width: 190px;
	height: 126px;
	object-fit: cover;
	overflow: hidden;
}
#more_horse_media .col-auto:nth-child(n+10) {  
    display: none
}
#more_horse_media .col-auto:nth-child(9) a:after {
	position: absolute;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content:'Voir plus de médias';
	color:#fff;
	text-align: center;
	padding: 10px;
	-ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	z-index: 2;
}
#more_horse_media .col-auto:last-child a:after{
	display: none;
}
#horse_media a i {	
	position: absolute;
	font-size: 16px;
	color:#fff;
	z-index: 1;
	top:50%;
	left:50%;
	margin-left: -18px;
	margin-top:-18px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border:2px solid #fff;
	line-height: 32px;
	text-align: center;
}
.topic_id_3 .swiper-container {
    width: 100%;
    height: 100%;
}
.topic_id_3 .swiper-slide {
	width: auto;
    height: 100%;
}
.topic_id_3 .swiper-slide img{
	height: 100%;
	width:auto;
}
.horse_video_swipper {
	background: #000;
}
.horse_video_swipper img {
	opacity: 0.6;
}
.horse_video_swipper i {
	position: absolute;
	font-size: 26px;
	color:#fff;
	z-index: 1;
	top:50%;
	left:50%;
	margin-left: -38px;
	margin-top:-38px;
	width: 76px;
	height: 76px;
	border-radius: 50%;
	border:5px solid #fff;
	line-height: 66px;
	text-align: center;
}
.horse_video_swipper a:hover i,
.horse_video_swipper a:active i {
	color:#009ee2;
	border-color:#009ee2;
}
.modalVideo .modal-dialog{
	width: 930px;
	max-width: none;
}
.modalVideo .modal-content {
	background: transparent;
}
.modalVideo .modal-body {
	padding: 0;
	position: relative;
}
.modalVideo .modal-content video {
	width: 100%;
}
.video-js {
	width: auto;
	max-width: 930px;
	//height: auto;
}
.video-js .vjs-big-play-button{
	border-radius: 50%;
	width: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	position: absolute;
	line-height: 94px;
	font-size: 60px;
}
.video-js .vjs-control-bar {
	background: #244d53;
}
.video-js .vjs-control {
	color:#009ee2;
}
.video-js .vjs-play-progress {
	background: #009ee2;
}
/*Informations cheval*/
#informations {
	background: #451a22;
	padding: 15px;
	color:#fff;
	font-size: 14px;
	height: 100%;
}
#informations.no_bilanradios{
	height: 100%;
	min-height: 235px;
}
#genealogie {
	background: #451a22;
	color:#fff;
	font-size: 10px;
	width: 100%;
	height: 100%;
	min-height: 235px;
}
#genealogie td {
	padding: 0 16px;
	border: 1px solid #c82342;
}
.btn-radio {
	text-transform: none;
}
.btn-radio i {
	font-size: 30px;
	margin-right: 25px;
}
/*Description*/
#descriptions {
	margin-top:55px;
	background: #f1f1f1;
	padding: 25px 0;
	/*margin-bottom: 30px;*/
}
#descriptions b, .pouliniere-b{
	color:#451a22;
}
#pouliniere img{
	width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 8px;
}
#pouliniere .body-tab{
	margin-top:15px;
}
#descriptions [class*="fa-"] {
	color:#691121;
	border:2px solid #691121;
	height: 28px;
	width: 28px;
	text-align: center;
	line-height: 26px;
	font-synthesis: 20px;
	border-radius: 50%;
	margin-right: 15px;
}
/*Engagements*/
#engagements a{
	color:#0b4150;
}
#engagements {
	margin-top: 30px;
	padding: 25px 0;
	background: #f1f1f1;
}
/*Vendeurs*/
#vendeur {
	padding: 30px 0 45px 0;
	background: #87162b;
}
#vendeur h2 {
	color:#fff;
	z-index: 2;
    position: relative;
}
#coordonnee {
	background: #fff;
	padding: 11px 40px;
	display: inline-block;
	border-radius: 3px;
	line-height: normal;
	position: relative;
	z-index: 2;
}
#vendeur .btn-primary {
	text-transform: none;
	position: relative;
	z-index: 2;
}
#vendeur .icon_bg {
	color:#9f1a33;
	font-size: 130px;
	position: absolute;
	z-index: 1;
	margin-top: -50px;
	margin-left: -30px;
}
#vendeur .fa-envelope.icon_bg {
	margin-top: -80px;
	margin-left: -80px;
	font-size: 180px;
}
/* pop-up contact */
#contact{
    background-color:#451a22;
    position: fixed;
    right: -15px;
    left: 0;
    top: auto;
    bottom: -100%;
    height:100%;
    z-index: 12;
    -webkit-transition: all .5s;
    transition: all .5s;
    overflow-y: scroll;
    padding-top: 200px;
    color: #fff;
    padding-right: 15px;
}
.contact_open #contact {
    bottom: 64px;
}
#contact h3 {
	color:#fff;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top:0;
    font-family: 'Gotham';
    font-size:16px;
}
#contact #container-map{
	margin-top:30px;
	border-radius: 5px;
    position: relative;
    border: 1px solid black;
    overflow: hidden;
	height: 400px;
}
#contact #map_contact {
	width: 100%;
	height: 100%;
	border:none;
}
#contact .fa-close {
	position: absolute;
    right: 15px;
    top: -50px;
    font-size: 20px;
}
#contact .fa-times:hover {
	cursor: pointer;
	color:#064151;
}
#form_contact label {
	color:#fff;
	font-weight: bold;
    font-family: 'Gotham';
    font-size:16px;
}
#form_contact .form-control {
	border:none;
	border-radius: 2px;
	color:#08475b;
	box-shadow: none;
	outline: none;
	margin-bottom:25px;
}
#contact #mr-right{
	padding-right:35px;
}#contact #mr-left{
	padding-left:35px;
}
#contact textarea{
	height:200px;
}
#contact .btn_container{
	margin-top:50px;
}
.contact_open{
    overflow: hidden;
}
#contact img{
	width:85px;
	margin-left:15px
}
/*Opération commercial liste*/
#operation_encours {
	background: #f1f1f1;
	padding: 40px 0;
	margin-bottom: 40px;
}
.operation .link_terminee {
	background: #fff;
	color:#9ea4a5;
	line-height: 15px;
}
.operation .link_terminee:hover,
.operation .link_terminee:focus {
	background: #fff;
	color:#9ea4a5;
}
.operation a.link_voirchevaux i {
	margin-right: 0;
	margin-left: 8px;
}
/*Vente fiche*/
#titre_vente img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 5px 0 0 5px;
}
#direct_vente{
	margin-top:50px;
	background: #f1f1f1;
	padding-top: 50px;
}
#direct_vente iframe {
	border:none;
	width: 100%;
	border:none;
}
#direct_vente_iframe {
	padding: 0;
	margin-bottom: 50px;
}
#direct_vente_iframe .col > div {
    width: 100%;
    padding-top: 50%;
    border:1px solid #e3e4e5;
    border-left: none;
    position: relative;
}
#direct_vente_iframe .col > div > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: 1;
}
.parListeChevaux {
	color: #e42549;
}
.dossard_nb {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: auto;
	min-width: 30px;
	padding: 0 5px;
	height: 34px;
	line-height: 27px;
	border-left: 6px solid #691121;
	border-top: 6px solid #691121;
	border-right: 3px solid #691121;
	border-bottom: 3px solid #691121;
	color: #691121;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	z-index: 30;
}
#pouliniere .body-tab {
	text-transform: uppercase;
}
.topic_id_7 .MsoBodyText .btn-primary {
	text-indent: initial;
}



@media (max-width: 1239px){
	#horse_media img {
		width: 545px;
		height: 368px;
	}
	#more_horse_media {
		max-width: 555px;	
	}
	#more_horse_media .row {
		height: 378px;
	}
	#more_horse_media.media_nb_six {
		width: 370px;
	}
	#more_horse_media.media_nb_plus {
		width: 555px;
	}
	#more_horse_media .col-auto img, #more_horse_media .col-auto + .col-auto img {
		width: 175px;
		height: 116px;
	}
	#more_horse_media .col-auto:last-child img {
		width: 545px;
		height: 368px;
	}
	#more_horse_media .col-auto + .col-auto img {
		width: 175px;
		height: 116px;
	}
}
@media (max-width: 1199px){	
	/*Fiche cheval - btn radio*/
	.btn-radio {
		padding-left: 0;
		padding-right: 0;
	}
	#horse_media img {
		width: 455px;
		height: 308px;
	}
	#more_horse_media {
		max-width: 465px;	
	}
	#more_horse_media .row {
		height: 318px;
	}
	#more_horse_media.media_nb_six {
		width: 310px;
	}
	#more_horse_media.media_nb_plus {
		width: 465px;
	}
	#more_horse_media .col-auto img, #more_horse_media .col-auto + .col-auto img {
		width: 145px;
		height: 96px;
	}
	#more_horse_media .col-auto:last-child img {
		width: 455px;
		height: 308px;
	}
	#more_horse_media .col-auto + .col-auto img {
		width: 145px;
		height: 96px;
	}
}
@media (max-width: 991px){
	/*Global*/
	h1 {
		font-size: 24px;
		padding-bottom: 4px;
	}
	/*Accueil*/
	/* Operation commercial */
	.operation .link_inscrire, .operation .link_informations, .operation p  {
		font-size: 12px;
	}
	.operation h3 {
		font-size: 14px;
	}
	.btn-radio i {
		margin-right: 5px;
		font-size: 14px;
	}
	/*Header*/
	header.container-fluid {
		padding: 0 15px;
	}
	#horse_info,
	#horse_info_print {
		padding: 25px 0;
	}
	/*Fiche cheval - bandeau fixe info*/
	#horse_info,
	#horse_info_print {
		height: auto;
	}
	.fourchette {
		font-size: 24px;
	}
	/*Fiche cheval - Vendeur*/
	#vendeur .icon_bg {
		display: none;
	}
	/*fiche cheval - Modal video*/
	.modalVideo .modal-dialog{
		width: 700px;
	}
	.video-js {
		max-width: 700px;
		height: 393px;
	}
	.body-tab .row{
		margin-bottom:5px;
	}
	.body-tab .row:after{
		content:"";
		width:80%;
		margin: 5px auto;
		border-bottom:1px solid #0b4150;
	}
	.body-tab .row p{
		margin-bottom:2px;
	}
	/*Media horse*/
	#horse_media img {
		width: 450px;
		height: 300px;
	}
	#more_horse_media {
		max-width: 465px;	
	}
	#more_horse_media .row {
		height: 312px;
	}
	#more_horse_media.media_nb_six {
		width: 230px;
	}
	#more_horse_media.media_nb_plus {
		width: 230px;
	}
	#more_horse_media .col-auto img, #more_horse_media .col-auto + .col-auto img {
		width: 220px;
		height: 146px;
	}
	#more_horse_media .col-auto:last-child img {
		width: 220px;
		height: 146px;
	}
	#more_horse_media .col-auto + .col-auto img {
		width: 220px;
		height: 146px;
	}
	#more_horse_media .col-auto:nth-child(n+3) {  
	    display: none
	}
	#more_horse_media .col-auto:nth-child(2) a:after {
		position: absolute;
		background: rgba(0,0,0,0.6);
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		content:'Voir plus de médias';
		color:#fff;
		text-align: center;
		padding: 10px;
		-ms-flex-pack: center !important;
	    justify-content: center !important;
	    -ms-flex-align: center !important;
	    align-items: center !important;
		font-size: 20px;
		font-weight: bold;
		display: flex;
		z-index: 2;
	}
}
@media (min-width: 768px) {
	/*Accueil*/
	/* Menu */
	.navbar, .navbar > div, .navbar > div > ul {
		height: 100%;
	}
}
@media (max-width: 767px){
	.btn-group {
		width: 100%;
	}
	#recherche_avancee .multiselect-container {
		left: 0 !important;
		width: 100%;
	}
	/*Global*/
	.btn {
		display: block;
		width: 100%;
	}
	h2 {
		font-size: 18px;
	}
	/*Accueil*/
	/*Header*/
	#logo img {
		height: 48px;
	}
	header.sticky-top {
		position: relative;
	}
	header > .row {
		height: auto;
	}
	/* Menu */
	.navbar {
		padding: 0;
		position: relative;
		width: 100%;
	}
	#navbarSupportedContent {
		margin:0 -15px;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		height: 60px;
	}
	.navbar-expand-md .navbar-nav .link_lang .nav-link {
		padding: 0 15px;
	}
	.link_lang img {
		margin-right: 15px;
	}
	.link_lang {
		border-left: none;
		border-top: 1px solid #87162b;
	}
	.link_lang .dropdown-item {
		text-align: left;
		padding: 0 15px;
		color: #fff;
		font-size: 12px;
		font-weight: 600;
		text-transform: none;
		height: 60px;
		border-top: 1px solid #87162b;
		margin:0;
		line-height: 60px;
	}
	.link_connexion .container > .row {
		padding: 0;
	}
	.navbar .link_connexion .dropdown-menu {
		position: static;
		border-top:1px solid #008dca;
		padding: 15px 0 5px 0;
	}
	.link_connexion .form-group {
		width: 100%;
		margin-bottom: 1rem;
	}
	.link_connexion .form-control {
		display: block;
		width: 100%;
	}
	/* Operation commercial */
	.operation .row {
		height: auto;
	}
	.operation .img_operation {
		height: 75px;
	}
	.operation .link_inscrire, .operation .link_informations{
		height: 60px;
	}
	.operation .title_operation {
	    padding: 5px 5px;
	}
	/* Recherche chevaux */
	#recherche {
		padding: 15px 0;
	}
	/* Footer */
	#footer a {
		margin-right: 9px;
	}
	.page-link{
		width: 28px;
		height: 28px;
		line-height: 28px;
	}
	.page_id_1.min #logo img{
		height: 48px;
	}
	/*Fiche cheval info*/
	#horse_info.sticky-top,
	#horse_info_print.sticky-top {
		position: relative;
		top:0;
	}
	#horse_info .container,
	#horse_info_print .container {
		padding: 0;
	}
	/*Fiche cheval nav*/
	#horse_info .no-gutters,
	#horse_info_print .no-gutters {
		margin-left: -15px;
		margin-right: -15px;
	}
	#horse_info .no-gutters > .col, #horse_info .no-gutters > [class*="col-"],
	#horse_info_print .no-gutters > .col, #horse_info_print .no-gutters > [class*="col-"] {
		padding-left: 15px;
		padding-right: 15px;
	}
	#horse_nav {
		padding: 25px 0;
	}
	#horse_nav .btn-primary {
		padding-left: 0;
		padding-right: 0;
	}
	#horse_prix {
		-ms-flex-order: 0;
		order: 0;
		margin:0;
	}
	.print {
		margin-left: 5px;
	}
	/*Fiche cheval vendeur*/
	#coordonnee {
		width: 100%;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}
	#vendeur .btn {
		padding-left: 0;
		padding-right: 0;
	}
	/*Fiche cheval Pedigree*/
	#genealogie {
		height: auto;
		min-height: 0;
	}
	#informations.no_bilanradios{
		height: auto;
		min-height: 0;
	}
	.horse_home_swipper {
		margin: 0 25px 35px 25px;
	}
	#recherche h2 {
		margin-bottom:25px;
	}
	/*Media horse*/
	#horse_media img {
		width: 500px;
		height: 333px;
	}
	#more_horse_media {
		max-width: 510px;	
	}
	#more_horse_media .row {
		height: 173px;
	    -webkit-flex-direction: row; /* Safari 6.1+ */
	    flex-direction: row; 
	}
	#more_horse_media.media_nb_six {
		width: 510px;
	}
	#more_horse_media.media_nb_plus {
		width: 510px;
	}
	#more_horse_media .col-auto img, #more_horse_media .col-auto + .col-auto img {
		width: 245px;
		height: 163px;
	}
	#more_horse_media .col-auto:last-child img {
		width: 245px;
		height: 163px;
	}
	#more_horse_media .col-auto + .col-auto img {
		width: 245px;
		height: 163px;
	}
}
@media (max-width: 575px){
	/*Accueil*/
	/* Operation commercial */
	.operation .img_operation {
		height: 100px;
	}
	/* Carousel chevaux accueil */
	#carousel_nouveau_avendre .owl-next {
		right: -15px;
	}
	#carousel_nouveau_avendre .owl-prev {
		left: -15px;
	}
	/* footer */
	#footer a {
		display: block;
		text-align: center;
		margin:5px 0 5px 0;
	}
	#footer .row {
		height: auto;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#recherche_avancee {
		height: 50px;
		overflow: hidden;
	}
	#recherche_avancee h3 .fal {
		border: 1px solid #fff;
		border-radius: 50%;
		height: 20px;
		width: 20px;
		text-align: center;
		line-height: 20px;
	}
	#recherche_avancee.open {
		height: 423px;
		overflow: visible;
	}
	/*Vente fiche*/
	#titre_vente img{
		border-radius: 5px;
	}
	/*Media horse*/
	#horse_media img {
		width: 280px;
		height: 186px;
	}
	#more_horse_media {
		max-width: 290px;	
	}
	#more_horse_media .row {
		height: 96px;
	    -webkit-flex-direction: row; /* Safari 6.1+ */
	    flex-direction: row; 
	}
	#more_horse_media.media_nb_six {
		width: 290px;
	}
	#more_horse_media.media_nb_plus {
		width: 290px;
	}
	#more_horse_media .col-auto img, #more_horse_media .col-auto + .col-auto img {
		width: 135px;
		height: 90px;
	}
	#more_horse_media .col-auto:last-child img {
		width: 135px;
		height: 90px;
	}
	#more_horse_media .col-auto + .col-auto img {
		width: 135px;
		height: 90px;
	}
}




#compteMenu,
#compteMenuXs {
	width: 100%;
	position: absolute;
	right: 0;
	z-index: 1000;
	top: 0;
	text-transform: none;
}
/*#content {
	display: none;
}*/
#compteMenu > a,
#compteMenuXs > a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 27px;
	height: 60px;
	color:#fff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
	position: relative;
}
#compteMenu a .notification,
#compteMenuXs a .notification {
	right: 10px;
	top:50%;
	margin-top:-10px;
	position: absolute;
}
#compteMenu a i,
#compteMenuXs a i {
	font-weight: normal;
	font-style: normal;
	display: block;
}
#subMarket {
	background: #0b4150;
}
#subMarket ul {
	margin:0;
	padding: 10px 0;
	padding-top: 0;
	list-style: none;
}
#subMarket ul li.li-title {
	background: #8f1930;
	color:#fff;
	font-size: 12px;
	padding: 0 20px;
	line-height: 24px;
	margin-top:5px;
	margin-bottom: 5px;
}
#subMarket ul li a {
	font-size: 12px;
	color:#fff;
	text-decoration: none;
	display: block;
	padding: 5px 27px;
	line-height: normal;
	background-color: transparent;
}
#subMarket ul li a:hover, #subMarket ul li a:active, #subMarket ul li a:focus,
#subMarket ul li a.active{
	color:#009ee2;
}
@media (max-width: 767px) {
	#compteMenu, #compteMenuXs{
		width: 100vw;
		position: static;
	}
}

.icon-mon-compte,
.depo-annonce,
.icon-bilan-radio{
	height: 30px;
}
.icon-mon-compte,
.depo-annonce{
	margin-right: 10px;
}
/*.fab.fa-youtube{
	text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	color: #691121;
}*/
.icon-doc,
.icon-doc-hover{
	height: 16px;
}
.icon-doc-hover{
	display: none;
}
.doc-link:hover .icon-doc{
	display: none;
}.doc-link:hover .icon-doc-hover{
	display: inline;
}
#horse_info .icon-doc,
#horse_info .icon-doc-hover,
#horse_info_print .icon-doc,
#horse_info_print .icon-doc-hover{
	width: 36px;
	height: 36px;
	background: #451a22;
	line-height: 36px;
	font-size: 20px;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	padding: 8px 10px;
}
.icon-print{
	height: 17px;
}
.logout:hover,
.logout:active,
.logout:focus{
	background-color: #451d22;
}
.logout{
	background-color: #032e3f;
	border-radius: 0 0 0.25rem 0.25rem;
}
.nom-menu{
	color: #fff;
	padding: 0 20px;
}
/*.navbar .link_connexion .dropdown-menu.compteMenu{
	padding: 0;
	border: 0;
	height: 0;
	width: 100%;
}*/
#liste_horse > .row {
	margin-left: -10px;
	margin-right: -10px;
}
#liste_horse > .row > .col-sm-6 {
	padding-left: 10px;
	padding-right: 10px;
}
.card.cheval .card-body h3{
	margin-bottom: 10px;
}
.card.cheval .card-body{
	padding-top: 4px;
	padding-bottom: 0px;
}
.card.cheval .card-body p{
	margin-bottom: 10px;
	line-height: normal;
}
.icon-video,
.icon-photo{
	width: 14px;
	position: relative;
	top: -2px;
}
.navbar .dropdown.link_connexion{
	min-width: 175px;
}
.horse_home_swipper{
	height: 100%;
}
.navbar .link_connexion .dropdown-menu{
	top: 64px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	body,
	#contact h3,
	#form_contact label{
		font-family: 'Gotham', sans-serif;
	}
	.blockBandeau{
		max-height: 405px;
		overflow: hidden;
	}
}
@media print {
	#footer {
		display: none;
	}
	header .sticky-top,
	#horse_info .sticky-top,
	#horse_info_print .sticky-top{
		position: -webkit-static;
		position: static;
	}
	#contact{
		display: none;
	}
	#vendeur{
		padding: 15px 0;
	}
	#vendeur h2,
	#descriptions h2,
	#pouliniere h2{
		margin-bottom: 15px;
	}
	#descriptions{
		margin-top: 15px;
		padding: 10px 0;
	}
	#pouliniere{
		margin-top: 15px;
	}
}
.lien-co-modal:hover{
	color: #008dca;
}
.card_vendu{
	position: absolute;
	height: calc(100% - 12px);
	top: 6px;
	left: 6px;
	width: calc(100% - 12px);
	background: rgba(0,0,0, 0.5);
	display: flex;
}
.card_vendu span{
	margin: auto;
	font-weight: bold;
}

#recherche_avancee div{
	scrollbar-color: #87162b #fff;
}
#recherche_avancee ::-webkit-scrollbar{
	width: 15px;
}
#recherche_avancee ::-webkit-scrollbar-track{
	background-color: #fff;
}
#recherche_avancee ::-webkit-scrollbar-thumb{
	background-color: #87162b;
	border: 3px solid #fff;
	border-radius: 15px;
}

.btn-vert,
.btn-vert.btn-circle:hover,
.btn-vert.btn-circle:active,
.btn-vert.btn-circle:focus {
    border-color: #27ae60;
    background-color: #27ae60 !important;
    color: #fff !important;
    background: transparent;
}
/*.btn-vert:hover,
.btn-vert:focus,
.btn-vert:active {
    background: #27ae60;
    color: #fff !important;
}*/
.btn-rounded {
    border-radius: 20px;
}
.send-avis-annonce {
	position: fixed; 
	left: 50%; 
	bottom: 30px;
}
.annonce-avis {
	border-style: solid; 
	border-color: #680f21;
}