.apresvideo {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height:100vh;
	overflow: hidden;
}

.apresvideo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    background: #fff;
    padding: 10px;
}

.wf-mediabox-theme-shadow .wf-mediabox-container {border: 0;}

.t4-content {
	padding: 50px;
    background: #f2efef;
    min-height: 100vh;
}

.t4-content-inner  {
  background: #fff;
  padding: 40px;
}
.view-featured .t4-content {
	padding: 0px;
}
.view-featured .t4-content-inner  {
    padding: 0px;
}
.logo-img {
  max-width: 200px;
}

.slidehome {margin-top: 0px;height: 100vh;}

h2.titrehome {
	margin-top: 0;
	position: absolute;
	bottom: 20px;
	left: 40px;
	color: #fff;
	font-size: 24px;
    border-bottom: 0;
}

.page-header h1, .page-header .h1, .categories-list h1, .categories-list .h1 {
	font-size: 1.666rem;
    font-weight: 400;
	margin-top: 0;
	letter-spacing: -0.5px;
}

h2, .h2 {
	font-size: 24px;
    font-weight: bold;
    border-bottom: 3px solid #000;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.btnoir span.menu-item-title {
  background: #000;
  padding: 10px 18px 12px;
  border-radius: 25px;
  color: #f6f4e9;
}

.btnoir span.menu-item-title:hover {
  background: var(--mainnav-link-hover-color);
}

.mega-sub-1 h3 {
  color: var(--body-link-color);
  font-size: 1.33rem;
}

.t4-megamenu .dropdown-menu {
  background: var(--mainnav-link-hover-color);
  border-radius: 20px;
}

.t4-megamenu .dropdown ul {
	margin-bottom: 10px;
}

.t4-megamenu .dropdown ul li {
  font-size: 0.9rem;
}

.t4-megamenu .dropdown-menu a {
	color: #fff !important;
}

.t4-megamenu .dropdown-menu a:hover,
.t4-megamenu .dropdown-menu li.active > a {
	color: #333 !important;
}

.t4-megamenu .dropdown-menu a:hover, .t4-megamenu .dropdown-menu a:focus, .t4-megamenu .dropdown-menu a:active {
	background: none;
}

.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
	text-transform: uppercase;
    font-size: 16px;
}

.t4-megamenu .dropdown-menu h3 a:hover {background: none;}

.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
	padding: 0px;
    height: auto;
}

.bggris {background:#f9f9f9;}

img.round {border-radius: 20px;}

.article-aside {display: none;}

html .bfQuickMode span.bfElemWrap {
    width: 48%;
	padding: 0;
	margin: 0;
}
html .bfQuickMode .bfClearfix span.bfElemWrap:first-child {margin-right:2%;}
html .bfQuickMode span input[type="text"],
html .bfQuickMode .bfLabelTop textarea {
width: 97%;
  height: 60px;
  border-radius: 0;
  border: 1px solid #77909090;
  padding: 5px 15px;
}
html .bfQuickMode .bfLabelTop label {
    text-transform: uppercase;
    margin: 10px 0;

}
html .bfQuickMode section.bfElemWrap {
    padding: 0;
}

.timeline {
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5rem;
    margin: 0 auto 1rem auto;

}
.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    border-right: 2px dashed #4b546f;
    height: 100%;
    display: block;
}

.timeline-row {
    padding-left: 50%;
    position: relative;
    margin-bottom: 30px;
}
.timeline-row .timeline-time {
    position: absolute;
    right: 50%;
    top: 15px;
    text-align: right;
    margin-right: 20px;
    color: #077;
    font-size: 1.5rem;
    color: #fff;
}
.circle {
	display: inline-table;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
}
.circle__content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #077;
	font-size: 1.333rem;
}
.timeline-row .timeline-time small {
    display: block;
    font-size: 0.8rem;
}
.timeline-row .timeline-content {
    position: relative;
    padding: 20px 30px;
    background: #077;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
}
.timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 20px;
    height: 16px;
    width: 16px;
    background: #077;
}
.timeline-row .timeline-content:before {
    content: "";
    position: absolute;
    top: 20px;
    right: -49px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 10;
    background: #272e48;
    border: 2px dashed #4b546f;
}
.timeline-row .timeline-content h4 {
    margin: 0 0 20px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 150%;
}
.timeline-row .timeline-content p {
    margin-bottom: 30px;
    line-height: 150%;
}
.timeline-row .timeline-content i {
    font-size: 1.2rem;
    line-height: 100%;
    padding: 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #272e48;
    margin-bottom: 10px;
    display: inline-block;
}
.timeline-row .timeline-content .thumbs {
    margin-bottom: 20px;
    display: flex;
}
.timeline-row .timeline-content .thumbs img {
    margin: 5px;
    max-width: 60px;
}
.timeline-row .timeline-content .badge {
    color: #ffffff;
    background: linear-gradient(120deg, #00b5fd 0%, #0047b1 100%);
}
.timeline-row:nth-child(even) .timeline-content {
    margin-left: 40px;
    text-align: left;
}
.timeline-row:nth-child(even) .timeline-content:after {
    left: -8px;
    right: initial;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(-135deg);
}
.timeline-row:nth-child(even) .timeline-content:before {
    left: -52px;
    right: initial;
}
.timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%;
}
.timeline-row:nth-child(odd) .timeline-time {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: 20px;
}
.timeline-row:nth-child(odd) .timeline-content {
    margin-right: 40px;
}
.timeline-row:nth-child(odd) .timeline-content:after {
    right: -8px;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
}

.pictos div {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.pictos img {
	max-width:80px;
}

.blocprix {background: #E17C5A;
  color: #fff;}

.map_canvas {
	min-height: 750px;
	overflow: hidden;
	position: relative;
	margin-top: 0px;
	height: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

.map_canvas iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.vp-center {align-items: start;}

.t4-footer a:hover, .t4-footer a:focus, .t4-footer a:active {
	color: #000;
}


@media (min-width: 992px) {
.t4-wrapper {margin-left: 280px;}

.t4-header {
	min-height: auto;
}

.t4-header .header-block {
	width: auto;
	display: block;
	z-index: 101;
	position: relative;
}


.t4-header-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: fixed;
	left: 0;
    top: 50px;
	height: 100vh;
	width: 280px;
}

  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
    margin-top: 50px;
  }
}

@media (max-width: 992px) {
.view-featured .fixed {padding: 0 40px;}
.header-wrap {
	display: flex;
	width: 100%;
	justify-content: space-between;
}    
.t4-content {
	padding: 0;
}
.t4-content-inner {
	padding: 0 40px 40px;
}
}

@media (max-width: 767px) {
.page-header h1, .page-header .h1, .categories-list h1, .categories-list .h1 {
  font-size: 1.666rem; 
}   
html .bfQuickMode .bfClearfix span.bfElemWrap:first-child {
	margin-right: 0;
}
html .bfQuickMode span.bfElemWrap {
  width: 100%;
}
html .bfQuickMode span input[type="text"], html .bfQuickMode .bfLabelTop textarea,
.bfQuickMode input[type="text"], .bfQuickMode textarea, .bfQuickMode .uneditable-input, .bfQuickMode input[type="text"]:hover, .bfQuickMode textarea:hover, .bfQuickMode .uneditable-input:hover, .bfQuickMode input[type="text"]:focus, .bfQuickMode textarea:focus, .bfQuickMode .uneditable-input:focus {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
}
}

@media (max-width: 576px) {
h1, .h1 {font-size: 32px;}
h2, .h2 {font-size: 28px;}    
h3, .h3 {font-size: 24px;}    
    .blockpage {
	margin-top: 0;
}
.uk-scope .slide-accroche h2 {
	font-size: 2.3rem;
	line-height: 2.8rem;
}
.slidehome {
	margin-top: 0;
}
.page-concept h1 {
	text-align: left;
	margin-top: 2rem;
}
.blockswitcher {
	padding: 0rem;
}
.fdblanc {
	margin: 0;
    padding: 2rem;
}
.showroom img {
	top: 0;
	left: 0;
	transform: none;
}
ol, ul {
	padding-left: 20px;
}
}

@media (max-width: 480px) {
.history-accordion .history-title {
	padding: 15px 30px 15px 0;
}
.history-accordion .history-title h3 {
	font-size: 1em;
}
.history-accordion .history-title::after {
	right: -10px;
}
.uk-scope .slide-accroche h2 {font-size: 1.67rem;
    line-height: 2rem;}
    .presquoi {
	padding: 20px 10px 30px;
}
}