@charset "UTF-8";

#minisite {
	font-family: lato;
	padding: 0;
	margin: auto;
}

#minisite .homepage-contents .centering {
	width: 100%;
}

#homepage h1,
#homepage h2,
#homepage h3 {
	text-align: left;
	text-align: initial;
}

#homepage .wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: stretch;
}

#homepage .wrapper > * {
	padding: 10px 0 10px 10px;
	-webkit-flex: 1 0 20%;
	flex: 1 0 20%;
}

#homepage .wrapper > *:first-child {
	padding: 10px 10px 10px 0;
}

.wrapper.fullrow > * {
	flex: 1 0 100%;
	text-align: left;
}

.columntwo {
	flex: 1 0 50%;
}

#minisite .largeursite {
	width: 80%;
	margin: auto;
}

.centering {
	width: 80%;
}

#minisite .blocimpair .highlight,
#minisite .blocpair .highlight {
	font-weight: bold;
}

.contact {
	font-size: 17px;
	font-family: lato;
	line-height: 26px;
	font-weight: 100;
	margin-top: 80px;
	margin-bottom: 75px;
}

.contact b {
	font-weight: 400;
}

.row {
	margin: 0 !important;
}

#minisite .col-md-4,
#minisite .col-md-12 {
	padding: 0;
	text-align: center;
}

.p-80 {
	padding: 80px;
}

#minisite article#homepage h1 {
	text-transform: none;
	text-align: center;
}

#minisite article#homepage h2 {
	text-align: center;
	font-size: 30px;
	color: #b40001;
	margin-top: 80px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#minisite article#homepage h5 {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 1.5em;
}

#minisite #homepage #kapnegoces-img {
	display: inline-block;
	width: 2em;
	height: 1.5em;
	margin: .3em 0 -.3em 0;
	background: url('../img/kapnegoces-red-small.png') center no-repeat;
	background-size: contain;
	
}

.description {
	font-size: 17px;
	font-family: lato;
	line-height: 28px;
	font-weight: 100;
	padding: 0 20% 0 20%;
}

.text-picto {
	font-size: 16px;
	font-family: lato;
}

.img1 {
	display: flex;
	height: 335px;
	background-image: url("../img/diatan2000_facade.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0;
	width: 100%;
}

.img2 {
	display: flex;
	height: 335px;
	background-image: url("../img/diatan2000_magasin.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0;
	width: 100%;
}

.img3 {
	display: flex;
	height: 335px;
	background-image: url("../img/diatan2000_pieces_auto.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0;
	width: 100%;
}

.center {
	text-align: center;
}

.hr-custom {
	height: 5px;
	width: 105px;
	color: #b40001;
	background: #b40001;
	border: none;
	margin-top: 45px;
	margin-bottom: 45px;
}

/* .. Slider ..*/
.slider {
	display: flex;
	height: 515px;
	background-image: url("../img/slider.jpg");
	background-color: #cccccc;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0;
	width: 100%;
	margin-bottom: 45px;
	opacity: 0.4;
}

.couleur {
	position: absolute;
	background: black;
	height: 515px;
	width: 100%;
}

.bloc-text-slider {
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 1;
}

.bloc-text-slider h1 {
	text-align: center;
	font-size: 33px;
	font-weight: 100;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin: auto;
}

.bloc-text-slider h2 {
	font-size: 33px;
	font-weight: 100;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin: auto;
}

#minisite .home-opening span {
	display: block;
}

.map-wrapper {
    padding: 5%;
}

#minisite #nous_contacter {
	text-align: center;
}

