@charset "UTF-8";
/******************** Entête UTF-8 ******************\
*
*	fichier	: website\css\project\mini-tablet.css
*	projet	: Baracci - CMS
*	version	: 4 2019-07-11 08:55 MB
*
\****************************************************/

/*nav*/
.activenav .site-title a {
	width: 228px;
	height: 82px;
	background: transparent url("../../img/logo-DS-white.svg") no-repeat center center;
	background-size: 228px auto;
	margin-top: 10px;
	-webkit-transition: opacity 0s 0s, visibility 0s .0s;
	-moz-transition: opacity 0s 0s, visibility 0s 0s;
	transition: opacity 0s 0s, visibility 0s 1s;
}
.activenav { background: #1d252c;border-bottom: none; }
.site-nav ul li.open ul { display: inline-block;width: 100%; }
.site-nav ul li.open a { font-weight: bold; }
.site-nav ul li.open ul li a { font-weight: normal;text-transform: none; }
.site-nav ul li{ }

/*hero*/
.slider-cont .container-grid .title { max-width: 430px; }
.footer-nav .nav1,
.footer-nav .nav2 { display: none; }
.slider-data-flex div { width: 100%; }
.slider-data-flex h2 { text-align: center!important;width: 100%; }
.slider-data-flex p { display: none; }
.map-info-small div:nth-of-type(3),
.map-info-small div:nth-of-type(4) { display: block;width: 100%; }
.map-info-small div:nth-of-type(3) span.dot { display: none; }
.map-info-small .dot { display: none; }
.video-detail { display: none; }
.video-detail-mobile {
	display: block;
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
	cursor: pointer;
}
.video-detail-mobile img { position: absolute;top: 0;left: 0;width: 100%;height: 100%; }
.btn-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-color: #ff0000;
	color: white;
	font-size: 16px;
	padding: 12px 24px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
.standard2 .imgbox { margin: 0; }
.product-grid { grid-template-columns: repeat(2, 1fr); }

/* Parallax */
.parallax-banner { height: 320px; background-attachment: scroll; }
