html, body {
height: 100%;
margin: 0;
}
body {
color: #aabbcc;
font-family: sans-serif;
padding: 10px;
}
@font-face {
    font-family: 'capture_itregular';
    src: url('font/capture_it-webfont.eot');
    src: url('font/capture_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/capture_it-webfont.woff2') format('woff2'),
         url('font/capture_it-webfont.woff') format('woff'),
         url('font/capture_it-webfont.ttf') format('truetype'),
         url('font/capture_it-webfont.svg#capture_itregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gooddogregular';
    src: url('font/gooddog/gooddog-webfont.eot');
    src: url('font/gooddog/gooddog-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/gooddog/gooddog-webfont.woff2') format('woff2'),
         url('font/gooddog/gooddog-webfont.woff') format('woff'),
         url('font/gooddog/gooddog-webfont.ttf') format('truetype'),
         url('font/gooddog/gooddog-webfont.svg#gooddogregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bloodynormal';
    src: url('bloody/bloody-webfont.eot');
    src: url('bloody/bloody-webfont.eot?#iefix') format('embedded-opentype'),
         url('bloody/bloody-webfont.woff2') format('woff2'),
         url('bloody/bloody-webfont.woff') format('woff'),
         url('bloody/bloody-webfont.ttf') format('truetype'),
         url('bloody/bloody-webfont.svg#bloodynormal') format('svg');
    font-weight: normal;
    font-style: normal;
}
.grostitre {
    font-family: 'bloodynormal';
	font-size: 9vw;
	color: red;
}
h1 {
    font-family: 'gooddogregular';
	font-size: 65px;
	color: red;
	letter-spacing: 0.1em;
}
h2 {
    font-family: Helvetica;
	font-size: 40px;
	color: red;
	letter-spacing: 0.1em;
text-shadow: -3px 3px 4px rgba(254,206,206,0.5),-2px 2px 2px rgba(254,206,206,.5),-1px 1px 0px rgba(254,206,206,1), 1px -1px 0px rgba(254,206,206,1);
	opacity: 0.8;
}

h3 {
    font-family: Helvetica;
	font-size: 30px;
	color: white;
	letter-spacing: 0.1em;
text-align:center;
}

a {
cursor: pointer; cursor: hand; 
}

a:visited {
    color: inherit;
}

nav li {
    display: inline-block;
    margin: 0 1px;
    background-color: white;
    padding: 5px 2px;
    border-radius: 6px;
}
nav li a {
    color: red;
}
nav li a:hover {
    color: pink;
}
body>footer {
    position: fixed;
    bottom: 0px;
    left:-10px;
	width: 110%;
	text-align: center;
    height:60px;
    margin-top: 30px;
    background-color: #333;
    font-size: 10px;
}
body>footer li {
    display: inline-block;
    margin: 0 5px;;
    font-size: 10px;
}
body>footer li a {
    color: white;
}
body>footer li a:hover {
    color: red;
}
article{
    margin: 0px auto 120px auto;
    width: 85%;
}
#presse {
    width: 980px;
    position: absolute;
    left: 15%;
}
#presse div {
    display: inline-block;
    width:150px;
    height:250px;
    position: relative;
    margin-right: 40px;
}
#presse div img {
    position: absolute;
        top: -270px;
left: -200px;
}
img.zoomEffect1 {
    -moz-transform: rotate(-10deg) scale(.3);
    -webkit-transform: rotate(-10deg) scale(.3);
    -o-transform: rotate(-10deg) scale(.3);
    -ms-transform: rotate(-10deg) scale(.3);
    transform: rotate(-10deg) scale(.3);
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
img.zoomEffect2 {
    -moz-transform: rotate(-5deg) scale(.3);
    -webkit-transform: rotate(-5deg) scale(.3);
    -o-transform: rotate(-5deg) scale(.3);
    -ms-transform: rotate(-5deg) scale(.3);
    transform: rotate(-5deg) scale(.3);
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
img.zoomEffect3 {
    -moz-transform: rotate(2deg) scale(.3);
    -webkit-transform: rotate(-2deg) scale(.3);
    -o-transform: rotate(-2deg) scale(.3);
    -ms-transform: rotate(-2deg) scale(.3);
    transform: rotate(-2deg) scale(.3);
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
img.zoomEffect4 {
    -moz-transform: rotate(10deg) scale(.3);
    -webkit-transform: rotate(10deg) scale(.3);
    -o-transform: rotate(10deg) scale(.3);
    -ms-transform: rotate(10deg) scale(.3);
    transform: rotate(10deg) scale(.3);
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
img.zoomEffect5 {
    -moz-transform: rotate(20deg) scale(.3);
    -webkit-transform: rotate(20deg) scale(.3);
    -o-transform: rotate(20deg) scale(.3);
    -ms-transform: rotate(20deg) scale(.3);
    transform: rotate(20deg) scale(.3);
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

img.zoomEffect1:hover, img.zoomEffect2:hover, img.zoomEffect3:hover, img.zoomEffect4:hover, img.zoomEffect5:hover {
    -moz-transform: rotate(5deg) scale(.8) translateY(100px);
    -webkit-transform: rotate(5deg) scale(.8) translateY(100px);
    -o-transform: rotate(5deg) scale(.8) translateY(100px);
    -ms-transform: rotate(5deg) scale(.8) translateY(100px);
    transform: rotate(5deg) scale(.8) translateY(100px);
    opacity: 1;
    z-index:1000;
}


.colonnesimg {
display: inline-block;
vertical-align: top;
}

.colonnestxt {
display: inline-block;
vertical-align: top;
width: 70%;
}

.colonnesimg {
display: inline-block;
}
.colonnestxtterence {
display: inline-block;
vertical-align: top;
width: 50%;
}



/*  modal */
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 800px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
color: black;
}
.label {
    color: red;
    font-weight: bold;
}
.modalDialog > div > img {
    max-height: 300px;
    margin-right: 10px;
	z-index: 99998;
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { 
    background: #00d9ff;
}

/* ##### fin modal  */


.texte {
background-color: rgba(0,0,0,.4);
color: white;
padding: 10px;
}