@charset "UTF-8";
@font-face {

	font-family: 'robotothin';
    src: url('Roboto-Thin-webfont.eot');
    src: url('Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Thin-webfont.woff') format('woff'),
         url('Roboto-Thin-webfont.ttf') format('truetype'),
         url('Roboto-Thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {

    font-family: 'robotoregular';
    src: url('Roboto-Regular-webfont.eot');
    src: url('Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Regular-webfont.woff') format('woff'),
         url('Roboto-Regular-webfont.ttf') format('truetype'),
         url('Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: 'robotothin', sans-serif;
	font-size: 16px;
	text-align: center;
	max-width: 1600px;
}

.lacroix{
	font-family: 'robotothin', sans-serif;
	font-size: 40px;
	margin-top: 25px;
}

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

strong {
	font-family: 'robotoregular', sans-serif;
}

.cover1, .cover2 {
	margin-top: 60px;
	margin-bottom: 20px;
}


.cover3, .cover4 {
	margin-top: -20px;
	margin-bottom: 20px;
}

h1, h2{
	font-size: 16px
}

.ligne1{
	background-image: url(../medias/tiretviolet.jpg);
	background-repeat: no-repeat;
	background-position:center;
	height: 26px;
}

h1 {
	margin-top: 0;
	padding-left: 40px;
	padding-right: 10px;
	float: left;
	background-color: white;
	}

.workstyle {
	float: right;
	padding-right: 40px;
	padding-left: 10px;
	background-color: white;
	margin-top: 0;
}

.ligne2{
	clear:both;
	background-image: url(../medias/tiretred.jpg);
	background-repeat: no-repeat;
	background-position:center;
	width: 70%;
	margin: auto;
	height: 80px;
}


.add{
	margin-bottom: 7px;
}


.photo{
	float: left;
	margin-top: 0;
	background-color: white;
	padding-right: 10px;
}

.client{
	margin-top: 0;
	background-color: white;
	padding-left: 10px;
	padding-right: 10px;
}



.year{
	float: right;
	background-color: white;
	margin-top: 0;
	padding-left: 10px;}


.photo, .client, .year{
	display: inline-block;
}





@media (max-width: 1200px) {

.cover1 {
	margin-top: 60px;
	margin-bottom: 20px;
}


.cover2, .cover3, .cover4 {
	margin-top: -20px;
	margin-bottom: 20px;
}	

}



@media (max-width: 900px) {

.photo{
	float: left;
	margin-top: 0;
	background-color: white;
	padding-right: 10px;
}

.client{
	float: right;
	margin-top: 0;
	background-color: white;
	padding-left: 10px;
	padding-right: 10px;
}



.year{
	clear:both;
	background-color: white;
	margin-top: 0;
	padding-left: 10px;
}


.photo, .client{
	display: inline-block;
}

}








@media (max-width: 800px) {
	
	h1{
		background-color: none;
		float:none;
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 4px;}
	
	.ligne1 {
		background-color: none;
		position: absolute;
		width: 100%;
		text-align: center;
		top:100px;
		display: block;
		margin: auto;
		background-image: none;
	}

	.workformat{
		display: none;
		background-color: none;
		}

	.workstyle {
		float:none;
		display: block;
		padding-right: 0;
		padding-left: 0;
		background-color: none;
		}


	.cover1 {
		margin-top: 90px;
		margin-bottom: 20px;
		}


	.cover2, .cover3, .cover4 {
		margin-top: -20px;
		margin-bottom: 20px;
		}	
	


	.ligne2{
		clear:both;
		width: 70%;
		margin: auto;
		height: 80px;
		background-image:none;
		}	
	
	.add{
		margin-bottom: 7px;
		}


	.photo{
		float: none;
		margin-top: 0;
		background-color: none;
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 7px;
		}
	
	.client{
	margin-top: 0;
	background-color: none;
	padding-right: 0;
	padding-left: 0;
	float:none;
	margin-bottom: 7px;
	display: block;
	}

.year{
	background-color: none;
	margin-top: 0;
	text-align: center;
	padding-right: 0;
	padding-left: 0;
	float:none;
	display: block;
	}

}




@media (max-width: 650px) {

		h1, h2 {
		font-size: 14px
	}

		.cover1, .cover2, .cover3, .cover4 {
		width: 95%;
		height: 95%;
		padding-right: 10px;
		padding-left: 10px;
		box-sizing: border-box;
	}

		.ligne2 strong {
		display: block;
	}

}

