/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ****************** */

body{color:white;font-family:arial;line-height:22px}
.left-content {
    position: fixed;
    background-image: url("https://nuisibles.noceo.fr/images/Noc%C3%A9o/Gu%C3%AApes_et_frelons/IMG_3527.JPG");
    background-repeat: no-repeat;
	background-size:cover;
    background-position: center;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
}
.right-content {
    position: fixed;
    background-image: url("/img/peinture-reseaux-vmc.jpg");
    background-repeat: no-repeat;
    background-position: center;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
}

.block {
    background: rgba(0,0,0,0.75);
    width: 60%;
    margin: auto;
    border-radius: 15px;
	padding:30px;
	text-align:center;
	color:white;
	margin-top:80px
}
.block img {
    max-width:60%;
	width:auto;
	margin:0 auto 30px
}
.mobile{display:none}
.btn {
    display: inline-block;
    padding: 8px 12px;
    cursor: pointer;
    margin-top: 20px;
    background: #313131;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
	transition:all linear 0.2s;
	border-radius:5px;
}
.btn.orange{background:#f68a1e}
.btn.blue{background:#438fcf}
.btn:hover{
	background: #313131;
}
footer{position:fixed;bottom:0;text-align:center;background:#222222;padding:15px;z-index:10;left:0;right:0}
footer a{color:white;text-decoration:none}
footer a:hover{color:white;text-decoration:underline}

@media (max-width: 1100px) {
	.desktop{display:none}
	.mobile{display:block}
}
@media (max-width: 767px) {
	.block {
		margin-top:30px;
	}
	.left-content, .right-content {
		position: relative;
		float: left;
		padding-bottom: 30px;
		width: 100%;
		left: auto;
		right: auto;
	}
}
