﻿body{
	width: 100%;
	background-image: url(images/Fond.jpg);
	background-size: cover;
}

@media (min-width: 1200px) {
	body{
		position: fixed;
		top: 50%;
		margin-top: -320px !important;
	}

	.popupContact{
		margin-left: 25%;
	}
}

@media (max-width: 1199px) {
	.popupContact{
		margin-left: 40px;
	}
}

.filtre{
	position: absolute;
	top:0px;
	left: 0px;
	width: 110%;
	height: 629px;
	background-color: #000000;
	margin-left: -10% !important;
	float: left;
	z-index: 100;
	opacity: 0.5;
	display: none;
}

.inputContact{
	width: 80%;
	margin-left: 10%;
	margin-top: 10px;
}

#message{
	height: 150px;
}

.popupContact{
	display: none;
	width: 400px;
	height: 380px;
	border: 1px solid black;
	background-color: white;
	color: black;
	position: absolute;
	top: 50%;
	margin-top: -125px;
	z-index: 200;
	margin-left:38%;
}

#btnValidePopup{
	margin-left: 10%;	
}

#logo{
	background-image: url(images/logo_vigo-invest.jpg);	
	width:250px;
	height:110px;
}

#entete{
	background-color: white;
	padding: 20px;
	height:180px;
}

#slogan{
	text-align: right;
	color:#6b6f71;
	font-weight: bold;
}

.redirection,
.redirection2{
	padding:0px !important;
}

.redirection2 {
	margin-right: 7px;
}

.square,
.square2{
	color:white;
	height:180px;
	margin-left: 7px;
	overflow: hidden;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.square2{
	margin-left: 0;
	margin-right: 7px;
}

.maincontent{
	margin-top: 10px;
	background-color: white;
	/*margin-left: 8px;*/
}

#terralia{
	background-color: #97ca4e;
	margin-top: 10px;
}

#amogreen{
	background-color: #0f75bc;
	margin-top: 10px;
}

#contact{
	background-color: #40b8dd;
}

#terream{
	background-color: #568935;
	margin-top: 10px;
}

#assurallia{
	background-color: #ef4036;
	margin-top: 10px;
}

#imageContent{
	background-image: url(images/image.jpg);
	width: 257px;
	height: 319px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 31px;
	float: left;
}

#texteContent{
	margin-top: 10px;
}

.texteRedirection{
	margin-top: 42%;
	text-align: center;
	font-size: 18px;
}

#imageContact{
	background-image: url(images/mail.png);
	width: 100px;
	height: 47px;
	float: left;
	margin-top: 30%;
	margin-left: 15%;
}

.logoRedirection{
	width: 100%;
	height: 100%;
	background-color: white;
	margin-top: 51%;
	color:red;
	display: none;
}

#contact:hover{
	cursor: pointer;
}

#logoAssurallia{
	background-image: url(images/logo_Assurallia.png);
}

#logoTerream{
	background-image: url(images/logo_terre&Aménagement.png);
}

#logoAmogreen{
	background-image: url(images/Logo-AmoGreen.png);
}

#logoTerralia{
	background-image: url(images/logo_terralia.png);
}

#droit {
	text-align: center;
}

#dialog{
	background-color: white;
	border: 1px solid black;
}

.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: .8em;
}

.ui-widget-content {
    background: #F9F9F9;
    border: 1px solid #2b757f;
    color: #222222;
}

.ui-dialog {
    left: 0;
    outline: 0 none;
    padding: 0 !important;
    position: absolute;
    top: 0;
}

.ui-dialog .ui-dialog-content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    overflow: auto;
    position: relative;
    padding: 0 !important;
}

.ui-widget-header {
    background: #2b757f;
    border: 0;
    color: #fff;
    font-weight: normal;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.1em .5em;
    position: relative;
        font-size: 1em;
}