.logo,
#mainPictureFrame,
.authP,
hr
{
	display: none;
}
nav {
  	max-width: 280px !important;
  	position: fixed;
  	left: -280px;
  	z-index: 9;
	transition: 0.5s
}
nav.opened {
	left: 0px;
}
main {
  	max-width: 100%;
}
#menuMobileFrame {
	width: 100%;
	position: relative;
}
#menuMobile {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	right: -60px;
	background: #000 url('../img/menu.png') no-repeat center center / 30px 30px !important;
}
#menuMobile.opened {
	background: #666 url('../img/menu-close.png') no-repeat center center / 30px 30px !important;
}
.nav-link.homeLink {
	padding-left: 15px !important;
}
h1.fw-light {
	margin: 0;
	height: 50px;
	line-height: 50px;
}
.declim_home section, .sela_home section, .declim_realisation section, .sela_realisation section {
	margin-top: 0  !important;
}
.sela_home .logoP, .sela_realisation .logoP, .sela_info .logoP {
	margin: 0;
}
.sela_home #h1Title {
  font-size: 16px;
  width: calc(100% - 40px);
  float: right;
}
.perimetre img {
  	width: 45px;
  	height: 45px;
}
.marketing a.col-lg-3, .marketing a.col-lg-4 {
  	margin: 0 !important;
  	width: 50%;
}
.perimetre {
  	min-height: 100px;
  	margin-bottom: 10px;
}
#h1Title.fixed {
	position: relative;
	left: 0;
	width: 100%;
	max-width: 100%;
	box-shadow: none;
	background: none;
}
.home p {
	font-size: 12px;
}
#contact .col-6 {
	flex: 0 0 auto;
	width: 100%;
	margin-bottom: 30px;
	border-bottom: solid 1px;
	padding-bottom: 30px;
}
.declim_realisation section, .sela_realisation section {
	display: inline-block;
}
.declim_realisation h1.fw-light strong,
.sela_realisation h1.fw-light strong
{
	font-size: calc(1.375rem + 1.5vw);
	line-height: 50px;
}
.declim_realisation h1.fw-light, .sela_realisation h1.fw-light {
	font-size: 20px;
	line-height: 20px;
}
.declim_realisation .block, .sela_realisation .block {
	width: 100%;
	text-align: center;
	font-size: 25px;
}
.declim_realisation .block h2, .sela_realisation .block h2 {
	margin-top: 10px;
	padding-top: 10px;
	border-top: solid;
	font-size: 20px;
}
.declim_realisation .containerRow .inlineRow,
.sela_realisation .containerRow .inlineRow
{
  flex: 100%;
  max-height: 250px !important;
}
.containerRow .inlineRow span {
	line-height: 20px;
}
.sela_info h1.fw-light {
	display: inline-block;
	line-height: 20px;
	margin-bottom: 20px;
}
.sela_info h1.fw-light span {
	font-size: 16px;
	margin: 10px 0 0 0;
	float: left;
}
