html {
	scroll-behavior: smooth;
}
.NoView {
	display: none;
	visibility: hidden;
}
.lienWhite {
	color: #fff !important;
}
.lienWhite:hover {
	color: #fff !important;
}
.lienGray {
	color: #303030 !important;
}
.lienGray:hover {
	color: #e74c3c !important;
}
.TextSlide {
	font-size: 1.2em;
	font-weight: 500 !important;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
	line-height: 110px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.textShadow {
	text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.CustomBtn {
	display: block;
	padding: 9px 18px 9px 18px;
	width: 110px;
	margin: 0 auto 0 auto;
	background-color: #323232;
	color: #fff;
	font-family: 'Inconsolata', serif;
	font-size: 1em;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.CustomBtn:hover {
	background-color: #e67e22;
}
.CustomBtn a,
.CustomBtn a:hover,
.CustomBtn:hover a,
.CustomBtn:hover a:hover {
	color: #fff !important;
	text-decoration: none;
}

.CustomBtn2 {
	display: block;
	padding: 9px 18px 9px 18px;
	width: 226px;
	margin: 0 auto 0 auto;
	border: 2px solid #bcbcbc;
	background-color: #fff;
	color: #707070;
	font-family: 'Inconsolata', serif;
	font-size: 1.1em;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.CustomBtn2:hover {
	background-color: #e67e22;
	border: 2px solid #e67e22;
}
.CustomBtn2 a,
.CustomBtn2 a:hover,
.CustomBtn2:hover a,
.CustomBtn2:hover a:hover {
	color: #707070 !important;
	text-decoration: none;
}

.CustomBtn3 {
	display: block;
	padding: 9px 18px 9px 18px;
	width: 110px;
	margin: 16px auto 0 auto;
	background-color: #fff;
	color: #282828;
	font-family: 'Inconsolata', serif;
	font-size: 1em;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.CustomBtn3:hover {
	background-color: #e67e22;
}
.CustomBtn3 a,
.CustomBtn3 a:hover,
.CustomBtn3:hover a,
.CustomBtn3:hover a:hover {
	color: #282828 !important;
	text-decoration: none;
}

.exposant {
	line-height: 180%;
	vertical-align: top;
	font-size: 0.7em;
	font-weight: 700;
}
.tiles {
	font-style: italic;
	font-weight: 400;
	font-size: 0.94em;
	color: #db0d0d;
}

.red {
	color: #a95f1b;
	font-weight: 700;
}

.section .max-height {
	height: 360px;
	overflow: hidden;
}
.rowCustom {
	width: 94%;
	padding: 0 3%;
	margin: 0 auto;
	max-width: 1000px;
}
.rowCustom .twoCols {
	width: 43%;
	padding: 16px 1%;
	text-align: center;
	float: left;
	position: relative;
}

.fontNormal {
	font-family: 'Inconsolata', serif !important;
	font-style: normal !important;
}
.fontLogo {
	font-family: 'Cinzel', serif !important;
	font-style: normal !important;
}

.fontText {
	font-family: 'Hind', sans-serif !important;
} /*font-family: 'Roboto', sans-serif !important;}*/
.fontH {
	font-family: 'Dosis', sans-serif;
}
.f-extrathin {
	font-weight: 400;
}
.f-light {
	font-weight: 300;
}
.f-normal {
	font-weight: 400;
}
.f-medium {
	font-weight: 500;
}
.f-bold {
	font-weight: 700;
}
.f-ultrabold {
	font-weight: 900;
}

.f-letter-space-8 {
	letter-spacing: 5px !important;
}
.size-title-int {
	font-size: 36px !important;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

.BtnFooterWhite {
	display: block;
	float: left;
	position: relative;
	font-size: 11px;
	color: #fff;
	font-weight: 400;
	padding: 4px 12px 4px 12px;
	border: 1px solid #575757;
	background-color: rgba(0, 0, 0, 0.26);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.BtnFooterWhite:hover {
	background-color: #d3741f;
	border: 1px solid #d3741f;
}
.BtnFooterWhite a,
.BtnFooterWhite a:hover {
	color: #fff;
}
.BtnFooterWhite:hover a,
.BtnFooterWhite:hover a:hover {
	color: #fff !important;
}

.TextInBlackBox {
	font-size: 0.8777em;
	line-height: 18px;
	text-align: justify;
}
.colorOrange {
	color: #e67e22;
}
.FontJustify {
	text-align: justify !important;
}

.WeightLight {
	font-weight: 200 !important;
}
.WeightMedium {
	font-weight: 500 !important;
}

.BoxRecrutLong {
	position: relative;
	width: 100%;
	max-width: 990px;
	padding: 40px 0 40px 0;
	margin: 0 auto 0 auto;
	text-align: center;
}
.BoxRecrutLong .BRleft {
	width: 100%;
	padding-bottom: 24px;
}
.BoxRecrutLong .BRleft .BRtitle {
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Inconsolata';
	letter-spacing: 5px;
}
.BoxRecrutLong .BRleft .BRsubtitle {
	font-size: 0.8em;
	line-height: 15px;
	font-weight: 200;
	padding-top: 10px;
	opacity: 0.7;
}
.BoxRecrutLong .BRright {
	width: 100%;
}

.box-new {
	position: relative;
	margin-bottom: 20px;
	margin-left: auto !important;
	text-transform: uppercase;
	margin-right: auto !important;
	width: 240px;
	font-size: 16px;
	background-color: #545554;
	color: #fff;
	padding: 14px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.wallpaper-haras {
	background: #282828 url(/images/haras/wallpaper-haras_r1_c1.jpg) no-repeat right top;
}

.link-pdf {
	opacity: 1;
	font-size: 0.8em;
	font-weight: 500;
	color: #960e1f !important;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.link-pdf:hover {
	opacity: 0.7 !important;
}
.link-pdf img {
	width: 10px !important;
	display: inline !important;
}

.maskUnderInfosMap {
	z-index: 310;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 115px;
	background-color: #1a1a1a;
}

.BoxInfosMap {
	z-index: 300;
	position: absolute;
	bottom: 0;
	left: 40px;
	width: 13%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.74);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.BoxInfosMap .BIM-photo {
	z-index: 301;
	position: relative;
	float: left;
	width: 100%;
	margin: 150px 0 10px 0;
	text-align: center;
}
.BoxInfosMap .BIM-photo img {
	width: 100%;
}
.BoxInfosMap .BIM-france {
	z-index: 301;
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
.BoxInfosMap .BIM-france img {
	max-width: 80%;
}
.BoxInfosMap .BIM-adresse {
	z-index: 301;
	position: relative;
	float: left;
	width: 90%;
	margin: 0 0 12px 5%;
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 17px;
	font-weight: 500;
}
.BoxInfosMap .BIM-itineraire {
	z-index: 301;
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
}
.BoxInfosMap .BIM-itineraire img {
	max-width: 86%;
}

.lightOpacity {
	opacity: 0.3;
}

.TxtBoxContact {
	width: 98%;
	border: 1px solid #fff;
	border-bottom: 1px solid #999;
	background-color: #f6f6f6;
	height: 28px;
	line-height: 28px;
	padding: 0 1%;
	text-align: center;
	font-size: 13px;
	color: #000;
	font-family: 'Inconsolata', serif !important;
	text-align: left;
}
.TxtBoxContact2 {
	width: 98%;
	border: 1px solid #fff;
	border-bottom: 1px solid #999;
	background-color: #f6f6f6;
	font-size: 13px;
	color: #000;
	padding: 8px 1%;
	font-family: 'Inconsolata', serif !important;
	text-align: left;
}

.margeTopInt {
	margin-top: 160px;
}
.margeBtmInt {
	margin-bottom: 10px;
}

.tuileImg {
	z-index: 30;
	float: left;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	margin-bottom: 12px;
}
.tuileImg:before {
	z-index: 31;
	content: '';
	display: block;
	padding-top: 76%;
}
.tuileImg .sContent {
	z-index: 32;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.tuileImg .sContent img {
	float: left;
	position: relative;
	width: 100%;
	min-height: 100%;
}

.tuileImgLight {
	z-index: 30;
	float: left;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	margin-bottom: 12px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}
.tuileImgLight:before {
	z-index: 31;
	content: '';
	display: block;
	padding-top: 48%;
}
.tuileImgLight .sContent {
	z-index: 32;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.tuileImgLight .sContent img {
	float: left;
	position: relative;
	width: 100%;
	min-height: 100%;
	border-radius: 0 !important;
}

@media (min-width: 1220px) and (max-width: 1320px) {
	.hideTop {
		display: none;
		visibility: hidden;
	}
}

.tuileImgLight2 {
	opacity: 1;
	z-index: 2;
	float: left;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	margin-bottom: 12px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}
.tuileImgLight2:before {
	z-index: 3;
	content: '';
	display: block;
	padding-top: 52%;
}
.tuileImgLight2 .sContent {
	z-index: 4;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #282828;
}
.tuileImgLight2 .sContent img {
	opacity: 1;
	float: left;
	position: relative;
	width: 100%;
	min-height: 100%;
	border-radius: 0 !important;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.sidebar-blog-wrapper ul li span {
	font-size: 0.9em;
	font-weight: 400 !important;
	opacity: 0.6;
}
.active {
	color: #e67e22 !important;
}
.minus {
	font-size: 0.9em !important;
	letter-spacing: 1px !important;
}
.boxAllLink {
	text-align: left;
	font-size: 0.7em !important;
	padding-top: 16px;
	margin-top: 22px;
	border-top: 1px solid #444;
}
.boxAllLink a {
	color: #fff;
	font-weight: 300 !important;
	text-transform: uppercase;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.boxAllLink a:hover {
	color: #e67e22;
	padding-left: 5px;
}

/* ************************************************************ */
.cell-hm-vid-l {
	text-align: right;
}
.cell-hm-vid-r {
	text-align: left;
	font-size: 0.8em;
	line-height: 1.8em;
	font-weight: 500;
	max-width: 450px;
}
.cell-hm-vid-r strong {
	font-size: 2em;
	display: inline-block;
	padding-bottom: 16px;
	border-bottom: 1px solid #e67e22;
	margin-bottom: 14px;
	font-family: 'Dosis', sans-serif;
	line-height: 1.3em;
	color: #383838;
}
.cell-hm-vid-src {
	font-size: 0.8em;
	color: #777;
	display: inline-block;
	padding-top: 8px;
}
.cell-hm-vid-r .button-short-block.med {
	padding: 14px 20px;
	margin: 10px 0 0 0;
}
.cell-hm-vid {
	z-index: 20;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 450px;
	margin-left: 5%;
	float: right;
}
.cell-hm-vid:before {
	z-index: 21;
	content: '';
	display: block;
	padding-top: 60%;
}
.cell-hm-vid .cell-hm-vid-i {
	z-index: 21;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.cell-hm-vid .cell-hm-vid-i iframe {
	width: 100%;
	height: 100%;
}
@media (max-width: 990px) {
	.cell-hm-vid-l,
	.cell-hm-vid-r {
		text-align: justify;
	}
	.cell-hm-vid {
		max-width: 100%;
	}
}
/* ************************************************************ */

/* Pop_up */
.pop-up {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999999;
	background: rgba(23, 23, 23, 0.33);
	display: flex;
	align-items: center;
	justify-content: center;
}

.bodyPopup {
	padding: 64px;
	background: #0A0A0A;
	color: #fff;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	min-width: 290px;
	max-width: 760px;
	position: relative;
}

.logoPopup {
	text-align: center;
	margin-bottom: 40px;
}

.logoPopup img {
	width: 25%;
}

.titlePopup {
	font-family: 'Cinzel', sans-serif;
	font-size: 36px;
	text-align: center;
	margin-bottom: 12px;
}

.textPopup {
	margin-bottom: 40px;
}

.contactPopup {
	margin-bottom: 12px;
}

.textPopup, .contactPopup {
	font-family: 'Hind', sans-serif;
	font-size: 12px;
	text-align: center;
	color: #A3A3A3;
}

.contactPopup a {
	font-weight: 600;
	text-decoration: none;
	color: inherit;
}

.instagramPopup {
	color: #E67E22;
	font-family: 'Hind', sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
}

.instagramPopup a {
	text-decoration: none;
	color: inherit;
}

.closePopup {
	position: absolute;
	top: 2%;
	right: 2%;
	font-size: 24px;
	cursor: pointer;
}
/****************/

/* iframe video */
.section.full-height .video-home {
	width: 100%;
	height: 100vh;
}
/* ******* */

@media (min-width: 1320px) and (max-width: 1670px) {
	.section .max-height {
		height: 380px;
		overflow: hidden;
	}
	.BoxInfosMap {
		width: 15%;
	}
}

@media (min-width: 1200px) and (max-width: 1320px) {
	.section .max-height {
		height: 400px;
		overflow: hidden;
	}
	.BoxInfosMap {
		width: 18%;
	}
}
@media (max-width: 1360px) {
	.SautDeLigne {
		display: block;
		font-size: 1px !important;
		line-height: 1px !important;
	}
}
@media (max-width: 1200px) {
	.section .max-height {
		height: auto;
		overflow: visible;
	}
	.BoxInfosMap {
		width: 21%;
	}
}

@media (min-width: 1000px) and (max-width: 1320px) {
	.margeTopInt {
		margin-top: 126px;
	}
}
@media (max-width: 1000px) {
	.margeTopInt {
		margin-top: 0;
	}
}

@media (max-width: 990px) {
	.BoxRecrutLong {
		max-width: 90%;
	}
}

@media (min-width: 920px) and (max-width: 1320px) {
	.TextSlide {
		font-size: 0.9em;
		font-weight: 500 !important;
		line-height: 80px;
	}
}

@media (min-width: 920px) and (max-width: 1200px) {
	.BoxInfosMap {
		width: 22%;
		left: 30px;
	}
}

@media (min-width: 760px) and (max-width: 920px) {
	.TextSlide {
		font-size: 0.8em;
		font-weight: 500 !important;
		line-height: 76px;
	}
	.BoxInfosMap {
		width: 24%;
		left: 20px;
	}
}

@media (min-width: 560px) and (max-width: 760px) {
	.TextSlide {
		font-size: 0.7em;
		font-weight: 500 !important;
		line-height: 36px !important;
	}
	.full-height {
		margin-top: -90px;
	}
	.BoxInfosMap {
		width: 28%;
		left: 0;
	}
}

@media (min-width: 420px) and (max-width: 560px) {
	.TextSlide {
		font-size: 0.5em;
		font-weight: 500 !important;
		line-height: 36px !important;
	}
	.full-height {
		margin-top: -90px;
		height: auto;
	}
	.BoxInfosMap {
		width: 24%;
		left: 0;
		display: none;
		visibility: hidden;
	}
	.contact-gmap-top #google-container {
		height: 500px !important;
	}
}

@media (min-width: 360px) and (max-width: 420px) {
	.TextSlide {
		font-size: 0.46em;
		font-weight: 500 !important;
		line-height: 36px !important;
	}
	.full-height {
		margin-top: -90px;
		height: auto;
	}
	.BoxInfosMap {
		width: 24%;
		left: 0;
		display: none;
		visibility: hidden;
	}
	.contact-gmap-top #google-container {
		height: 500px !important;
	}
}

@media (max-width: 360px) {
	.TextSlide {
		font-size: 0.4em;
		font-weight: 500 !important;
		line-height: 36px !important;
	}
	.full-height {
		margin-top: -90px;
		height: auto;
	}
	.BoxInfosMap {
		width: 24%;
		left: 0;
		display: none;
		visibility: hidden;
	}
	.contact-gmap-top #google-container {
		height: 500px !important;
	}

	.bodyPopup {
		padding: 32px;
	}
}
