
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,500');
@import url('_normalize.css');

html,
body,
html > body {
	height: 100%;
}

body {
	color: #FFF;
	font-size: 75%;
	line-height: 1.5em;
	font-family: 'Montserrat', sans-serif;
	background: #71000d;
}

a {
	color: #F0F0F0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
	height: 10px;
}

img.responsive {
	width: auto;
	height: 100%;
}

#container {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
#container td {
	padding: 50px;
}


#right {
	background: #ad061d url('../img/Alkatroll-attente.png') bottom left no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	min-width: 300px;
	position: relative;
}

/*#logo {
	height: 102px;
}
#logo img {
	width: 400px;
}*/

#teaser {
	padding: 0 !important;
	font-size: 18px;
	line-height: 42px;
}
#teaser strong {
	display: block;
	font-size: 36px;
	font-weight: 500;
}

#commercialisateurs {
	width: 230px;
}

#commercialisateurs .title {
	border-top: 1px solid #fff;
	line-height: 0;
	text-transform: uppercase;
	font-weight: 600;
	margin: 20px 0 40px 0;
}

#commercialisateurs .title span {
	background: #1a90ca; 
	padding: 0 10px;
}

.contact {
	font-size: 14px;
	margin: 20px 0;
}
.contact img {
	height: 60px;
}
.contact p {
	margin: 20px 0 0 0;
	line-height: 1.5em;
}
.contact .name {
	font-weight: 600;
}
.contact .email {
	font-weight: 400;
}
.contact .nowrap {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.contact .email a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}


#construction {
	position: absolute;
	left: 0px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	padding: 10px 0px;
	background: #71000d; 
}

#logo {
	height: 120px;
}

@media screen and (max-height:1024px){
    #container td#commercialisateurs {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width:1000px){
    #container td {
    }
    .hide-small-screen {
        display: none;
    }
    .contact img {
        max-width: 80%;
        height: auto;
    }
}

@media screen and (max-width:600px){
    tr,
    #commercialisateurs,
    #right {
        display: block;
        width: auto;
        padding: 0px !important;
    }
    #right {
        min-height: 400px;
    }
}