html {
	width: 100%;
	height: 100%;
	font: 18px/22px "Titillium Web";
}

body {
	min-height: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #FFF;
}

* {
	outline: none;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover{
	cursor: pointer;
}

a img {
	border: none;
}

.bloc-content{
	background-color: #FFF;
	width: 800px;
	height: auto;
	margin: auto;
	display: block;
	position: relative;
	top: 50%;
	/*padding: 20px;*/
	/*border-radius: 10px;*/
	max-width: 100%;
	box-sizing: border-box;
	border: 1px solid #ff6600;
}

.bloc-logo-metiers{
	border-bottom: 1px dotted #ff6600;
	padding-bottom: 25px;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 25px;
}

.metiers a span{
	width: 100%;
	display: block;
	color: #ff6600;
}

.metiers a{
	display: inline-block;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

a.conseil, a.identite,a.digital, a.edition{
	-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.conseil:hover, a.identite:hover,a.digital:hover, a.edition:hover{
	-webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.metiers a:nth-child(2){
    padding-left: 40px;
}

.metiers a:last-child{
    float: right;
}

.client{
	padding-top: 30px;
	/*border-bottom: 1px dotted #dcdcdc;*/
	padding-bottom: 25px;
	max-width: 100%;
}

.name	{
	color: #ff6600;
	font-size: 40px;
	text-align: center;
}

.job{
	color:#808080;
	text-align: center;
	padding-top: 25px;
}

.contact{
	color:#2c2c2c;
	text-align: center;
	padding-top: 10px;
	max-width: 100%;
}

.construction{
	max-width: 100%;
	padding-top: 5px;
	text-align: center;
	font-size: 44px;
	line-height: 47px;
	color: #FFF;
	padding-bottom: 10px;
	background-color: #ff6600;
}

@media screen and (max-width: 996px) {
	.metiers a:first-child{
		width: 100%;
    display: block;
    text-align: center;
    max-width: 100%;
    padding: 0;
	}

	.metiers{
		text-align: center;
	}

	.metiers a:nth-child(2) {
		padding-left: 15px!important;
	}

	.metiers a {
		padding-top: 18px;
	}

	.metiers a:last-child {
    float: right;
    position: absolute;
    top: 0px;
    right: 15px;
	}

	.bloc-content{
		border-radius: 0px;
		border: 0px;
	}

}

@media screen and (max-width: 400px) {
	.metiers a:first-child, .metiers{
		text-align: left;
	}

	.metiers a:first-child img{
		width: 70%;
	}

	.metiers a:last-child img{
		width: 70%;
	}

	.bloc-content{
		margin-top: 0!important;
		top: 0!important;
		border-radius: 0px;
	}

	.metiers a {
		padding-left: 5px!important;
		padding-right: 5px!important;
	}

	.metiers a:nth-child(2) {
		padding-left: 5px!important;
	}
}
