* {
	box-sizing: border-box;
}

html {
	background-color: #fff;
	color: #353535;
}

body {
	margin: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

body:before {
    content: '';
    position: fixed;
    display: block;
    width: 100vw;
    height: 100vh;
    background: rgba(30, 30, 30, .6);
    z-index: 100;
}

#banner-alert {
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background: #fff;
    z-index: 1000;
    padding: 20px 10px;
    border-radius: 5px;
    color: #000;
    border: 1px solid #dbdbdb;
    text-align: center;
    font-size: 25px;
    width: 80%;
    box-shadow: -5px 5px 15px 0px rgba(0, 0, 0, .6);
}

#banner-alert p {
	margin: 0;
    font-size: 25px;
}

h1 {
	margin: 0;
}

h2 {
	position: relative;
	font-weight: 300;
	font-size: 1.563rem;
	text-transform: uppercase;
}

p {
	font-size: 1.125rem;
	margin: 0 0 20px 0;
}

ul li {
	font-size: 1.125rem;
}

a {
	color: #353535;
}
a.more {
	position: relative;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 0 10px 0;
}
a.more::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 80px;
	height: 1px;
	background-color: #929982;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

a.more:focus::after, a.more:hover::after {
	width: 100%;
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
}

#menu-lateral {
	background: #fff;
	padding: 10px;
	/*
	position: fixed;
	top: 0;
	left: 0;
	*/
	z-index: 1;
	display: block;
	width: 100%;
}

#menu-lateral svg {
	display: block;
	width: 100%;
	height: auto;
	max-width: 250px;
	margin: 0 auto;
}

#menu-lateral ul {
	margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

#menu-lateral ul li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	padding: 0 0 10px;
	font-size: 0.9rem;
}
#menu-lateral ul li a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #cdcdcd;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
#menu-lateral ul li a:hover::after, #menu-lateral ul li a:focus::after {
	height: 2px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.mwidth {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.decoration {
	display: none;
}

.content {
	padding: 0 15px 0 50px;
}

.content h2 {
	position: relative;
	font-weight: 300;
	font-size: 1.563rem;
	text-transform: uppercase;
	padding: 0 0 20px 0;
	margin: 0 0 35px 0;
}
.content h2 div {
	position: absolute;
    top: 6px;
    left: -40px;
	width: 26px;
	height: 18px;
}
.content h2 div span {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
}
.content h2 div span:nth-child(1) {
	top: 0;
	background-color: #4e8098
}
.content h2 div span:nth-child(2) {
	top: 8px;
	background-color: #960734
}
.content h2 div span:nth-child(3) {
	top: 16px;
	background-color: #929982
}
.content h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 240px;
	height: 1px;
	background-color: #d7d7d7;
}

#intro {
	margin-top: 50px;
}

#realisation {
	position: relative;
	padding: 35px 0;
	margin: 50px 0;
	background-color: #e9ebe6;
}
#realisation .exemple {
	margin-bottom: 20px;
}
#realisation .exemple .figure img {
	background: #fff;
	color: #fff;
	padding: 10px;
}
#realisation .content ul {
	margin: 0 0 50px 0;
	padding: 0;
	list-style: none;
}
#realisation .content ul li {
	position: relative;
    padding: 0 20px 0 25px;
    margin: 0 0 20px 0;
    display: inline-block;
}
#realisation .content ul li::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #353535;
}
.slick-slider {
	padding: 0 50px;
	margin: 50px 0 0 0;
}
.slick-arrow {
	position: absolute;
	top: 30%;
	width: 25px;
	height: 25px;
	cursor: pointer;
	text-indent: -999em;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	border: none;
	overflow: hidden;
}
.slick-prev {
	left: 10px;
	background-image: url(./images/arrow-left.svg);
}
.slick-next {
	right: 10px;
	background-image: url(./images/arrow-right.svg);
}
.slick-dots {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.slick-dots button {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	padding: 0;
	margin: 0;
	border: 1px solid #929982;
	background: #fff;
	text-indent: -999em;
	cursor: pointer;
}
.slick-dots .slick-active button {
	background: #929982;
}
.slick-slide {
	margin: 0;
}
.slick-slide img {
	margin: 0 auto 20px auto;
}
.slick-slide figcaption {
	text-align: center;
}

#contactlist {
	margin: 0;
	padding: 0;
	list-style: none;
}
#contactlist li {
	position: relative;
	min-height: 50px;
	padding: 17px 0 0 65px;
	font-size: 1.250rem;
	margin: 0 0 25px 0;
}
#contactlist li::before {
	content: "";
	position: absolute;
	top:0;
	left: 0;
	display: block;
	width: 48px;
	height: 48px;
	border: 2px solid #353535;
	border-radius: 50%;
}

#contactlist li::after {
	content: "";
	position: absolute;
	top: 15px;
	left: 13px;
	display: block;
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#contactlist .phone::after {
 	background-image: url(./images/contact_phone.svg);
}
#contactlist .email::after {
 	background-image: url(./images/contact_mail.svg);
}
#contactlist .adress::after {
 	background-image: url(./images/contact_store-front.svg);
}

#legals {
	background-color: #353535;
	color: #fff;
}

#legals h2 {
	margin: 0;
}

#legals h2 button {
	display: block;
    width: 100%;
    text-align: left;
	font-family: 'Raleway', sans-serif;	
	font-weight: 300;
	font-size: 0.8rem;
	text-transform: uppercase;
	color: #fff;
	background: none;
	padding: 15px 50px;
	border: none;
	cursor: pointer;
	position: relative;
}
#legals h2 button::before {
	content: "";
	position: absolute;
	top: 50%;
    left: 10px;
	display: block;
	width: 26px;
	height: 2px;
	background: #fff;
}

#detail-legals {
	display: none;
	padding: 0 50px 50px 50px;
}
#detail-legals>*:last-child {
	margin: 0;
}
#detail-legals a {
	color: #fff;
}

@media (min-width: 48rem) {
	#menu-lateral {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 25px;
	}
	#menu-lateral ul {
		margin: 0;
	}
	#menu-lateral ul li {
		margin: 0 10px;
	}
	.decoration {
		display: block;
	} 
	.decoration img {
		width: 100%;
		height: auto;
		max-width: 100%;
	}
	.decoration>div {
		position: relative;
		padding: 75px 75px 0 0;
	}
	.frame-background {
		position: absolute;
		top: 0;
		right: 0;
  		flex: 1;
		width: calc(100% - 75px);
		height: calc(100% - 75px);
		z-index: -2;
	}
	.frame-background::after {
		content: "";
		position: absolute;
		top: 38px;
		left: 0;
		display: block;
		width: calc(100% - 38px);
		height: 1px;
		background: #fff;
	}
	.frame-background .frame-triangle {
		position: absolute;
		width: 70%;
		height: 100%;
		top: 0;
		right: 0;
		z-index: -1;
	}
	.frame-background .frame-triangle::after {
		content: "";
		position: absolute;
		right: 38px;
		top: 38px;
		display: block;
		width: 1px;
		height: calc(100% - 38px);
		background: #fff;
	}

	.frame-background.blue {
		background: #7da3af;
	}
	.frame-background.blue .frame-triangle {
		background-image: linear-gradient(to left top, #4e8098 0%, #4e8098 50%, transparent 50%);
	}

	.frame-background.red {
		background: #a3404e;
		width: 75%;
	}
	.frame-background.red::after {
		top: 35px;
		width: calc(100% - 35px);
	}
	.frame-background.red::before {
		content: "";
		position: absolute;
		top: 43px;
		left: 0;
		display: block;
		width: calc(100% - 43px);
		height: 1px;
		background: #fff;
	}
	.frame-background.red .frame-triangle {
		background-image: linear-gradient(to left top, #960734 0%, #960734 50%, transparent 50%);
		width: 100%;
	}
	.frame-background.red .frame-triangle::after {
		right: 35px;
		top: 35px;
		height: calc(100% - 35px);
	}
	.frame-background.red .frame-triangle::before {
		content: "";
		position: absolute;
		right: 43px;
		top: 43px;
		display: block;
		width: 1px;
		height: calc(100% - 43px);
		background: #fff;
	}

	.d-flex {
		display: flex;
	}
	#intro .mwidth >div, #contact>div {
		width: 50%;
	}
	#realisation .exemple {
		display: flex;
		flex-wrap: wrap;
	}
	#realisation .exemple .figure {
		display: flex;
		background: #fff;
		color: #fff;
		margin: 1%;
		align-items: center;
		justify-content: center;
		width: 31%;
	}
	#realisation .exemple .figure img {
		padding: 0px;
		transition: all 0.25s;
	}
	#realisation .exemple .figure a {
		transition: all 0.25s;
		border: 20px solid #fff;
		overflow: hidden;
	}
	#realisation .exemple .figure a:hover, #realisation .exemple .figure a:focus{	
		opacity: 0.5;
	}
	#realisation .exemple .figure a:hover img, #realisation .exemple .figure a:focus img{	
		transform: scale(1.1);
	}
	#legals {
		margin-top: 30px;
	}

}

@media (min-width: 62rem) {
	#realisation {
		padding: 75px 0;
		margin: 85px 0;
	}
	#realisation .exemple .figure {
		width: 23%;
	}
	#legals {
		margin-top: 80px;
	}
}