@import url('https://fonts.googleapis.com/css?family=Quicksand');

/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
	font-family: 'Gotham Book';
	font-style: normal;
	font-weight: normal;
	src: local('Gotham Book'), url('/fonts/GothamBook.woff') format('woff');
	}
	
	
	@font-face {
	font-family: 'Gotham Book Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Gotham Book Italic'), url('/fonts/GothamBookItalic.woff') format('woff');
	}
	
	
	@font-face {
	font-family: 'Gotham Light';
	font-style: normal;
	font-weight: normal;
	src: local('Gotham Light'), url('/fonts/GothamLight.woff') format('woff');
	}
	
	
	@font-face {
	font-family: 'Gotham Light Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Gotham Light Italic'), url('/fonts/GothamLightItalic.woff') format('woff');
	}
	
	
	@font-face {
	font-family: 'Gotham Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Gotham Medium'), url('/fonts/GothamMedium.woff') format('woff');
	}
	
	
	@font-face {
	font-family: 'Gotham Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Gotham Medium'), url('/fonts/GothamMedium_1.woff') format('woff');
	}
	
	
	@font-face {
	font-family: 'Gotham Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Gotham Medium'), url('/fonts/GothamMediumItalic.woff') format('woff');
	}
	
	
	@font-face {
	font-family: 'Gotham Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Gotham Bold'), url('/fonts/GothamBold.woff') format('woff');
	}
	
	
	@font-face {
	font-family: 'Gotham Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Gotham Bold'), url('/fonts/Gotham-Bold.woff') format('woff');
	}
	
	
	@font-face {
	font-family: 'Gotham Bold Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Gotham Bold Italic'), url('/fonts/GothamBoldItalic.woff') format('woff');
	}
	
	
	@font-face {
	font-family: 'Gotham Black Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Gotham Black Regular'), url('/fonts/Gotham-Black.woff') format('woff');
	}
	
	
	@font-face {
	font-family: 'Gotham Light Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Gotham Light Regular'), url('/fonts/Gotham-Light.woff') format('woff');
	}
	
	
	@font-face {
	font-family: 'Gotham Thin Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Gotham Thin Regular'), url('/fonts/Gotham-Thin.woff') format('woff');
	}
	
	
	@font-face {
	font-family: 'Gotham XLight Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Gotham XLight Regular'), url('/fonts/Gotham-XLight.woff') format('woff');
	}
	
	
	@font-face {
	font-family: 'Gotham Book Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Gotham Book Italic'), url('/fonts/Gotham-BookItalic.woff') format('woff');
	}
	
	
	@font-face {
	font-family: 'Gotham Thin Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Gotham Thin Italic'), url('/fonts/Gotham-ThinItalic.woff') format('woff');
	}
	
	
	@font-face {
	font-family: 'Gotham Ultra Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Gotham Ultra Italic'), url('/fonts/Gotham-UltraItalic.woff') format('woff');
	}
	
	
	@font-face {
	font-family: 'Gotham XLight Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Gotham XLight Italic'), url('/fonts/Gotham-XLightItalic.woff') format('woff');
	}
  
html,body
{
    margin: 0;
    padding: 0;
	background-color: #6e8398;
}

*::selection {
	color: #fff;
	background-color: #000;
}

body
{
	background: url(../images/main-backgroundv4.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	font-weight: 200;
	text-align: left;
}

#DivMap p {
	font-size: 14px;
}

.fontText
{
	color: #fff;
}

.mc-left,
.mc-right {
	padding-left: 3em;
	padding-right: 3em;
}

.mc-right {
	padding-top: 2em;
}

.mc-right p {
	vertical-align: top;
}

.newHeader
{
	position:absolute;
	left:50%;
	margin-left:-480px;
	margin-top:0px;
	background-image: url(../images/logo-sizedv1.png);
	background-repeat: no-repeat;
	width:960px;
	height:230px;
}

.button {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	background-color: #495C63;
	font-family: 'Quicksand', sans-serif;
	text-transform: uppercase;
}

.button:active {
	top: 3px;
	color: #fff;
}

input:focus, textarea:focus {
    outline: none;
}

.woodButton input
{
    padding: 10px 20px 12px 20px;
	width:150px;
}


h2
{
	font-size: 16px;
	color: #fff;
	padding-top:10px;
	margin-left:10px;
}

h3
{
	font-size: 16px;
	color: #fff;
	padding-top:10px;
	margin-left:10px;
}

p
{
	font-size: 15px;
	color : #fff !important;
}

#mainContent p {
	margin-top: 0;
	font-weight: 100;
	font-size: 14px;
	line-height: 18px;
}

#mainContent p span {
	font-size: 15px;
	font-weight: 700 !important;
}

h2.title {
	font-size: 15px;
	font-weight: 700 !important;
	margin-left: 0;
	color: #fff;
}

h4.title {
	font-size: 14px;
	font-weight: 700 !important;
	margin-left: 0;
	color: #fff;
}

.input
{
	border-color:#FF9900;
}
.main #container
{
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	text-align: left;
	width: 960px;
	height:100%;
	font-weight: normal;
	position:relative;
}
.main #DivMap
{
	background-color: #181714;
	padding: 0em 3em 1em 3em;
	height: auto;
}
.main #mainContent
{
	background-color: #181714;
	padding-top: 3em;
	height: auto;
	letter-spacing: 0.03em;
	font-family:'Gotham Light', 'Calibri' 'sans-serif';
	color: #fff;
}
.main #mainPhotoContent
{
	background-color: #FFFFFF;
	height:auto;
}
#wowslider-container1 .ws_images {
	border-radius: 0 !important;
}

.main #header
{
	position:relative;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../images/BanniereQDN.jpg);
	height: 150px;
	width: 960px;
}

#contentHeader
{
	position:absolute;
	padding-right:10px;
	bottom:0;
	right:0;
}

.main #footer
{
	margin-top:10px;
	height: 100px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
	font-size: 12px;
	line-height: normal;
	font-weight: 100;
	width: 960px;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.idleField
{  
	background:#EEE;  
	color: #6F6F6F;  
	border: solid 2px #5B5B4D;  
}  

.focusField
{  
	border:solid 2px #FF9900;  
	background:#EFF5FF;  
	color:#000;  
}
 
#Obligatoire
{
	color : #FFA500;
}

#ObligatoireFoncer
{
	color:#CC7A00;
}

#TableSoumission
{
	width:auto;
}

#TableSoumission li:first-child {
	clear:left;
}

#TableSoumission input[type=text],
#DivMap input[type=text] {
	width: 275px !important;
	margin-left: 0 !important;
}

form textarea {
	width: 100%;
	margin-left: 0;
	margin-bottom: 1em;
}

/* Button Menu Top */
.main #menu
{
	
	width:960px;
	height:auto;
	padding-top: 0px;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 8px;
	margin-bottom:15px;
}

.main #white
{
	width: 100%;
}

.demonstrations { 
	float: left; clear: both; width: 100%; margin-bottom:5px; 
}

.demonstrations a {
  float: left;
  width: 100px;
  height: 100px;
  cursor: pointer;
  margin-right:5px;
  border:1px solid black;
}

.demonstrations a img {
  float: left;
  width: 100px;
  height: 100px;
}

.demonstrations .rightmost { 
	margin-right: 0; 
}

.resources strong { font-family: "Lucida Sans"; }


ul.top {
	display: block;
	list-style-type:none;
	margin:0;
	width: 960px;
	height: 30px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	top: 0px;
	margin-left:3px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Quicksand', sans-serif;
	font-style: normal;
	font-weight: 100;
	letter-spacing: 0.2em;
}

ul.top li {
	display:inline-block;
	width:auto;
	height:30px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1.25em;
	margin-right: 1.25em;
	padding: 0;	
}

ul.top li, ul.top li a:link, ul.top li a:visited {
	display:inline-block;
	color:#fff;
	width:auto;
	height:23px;
	padding-left:0px;
	text-decoration:none;
	font-size: 16px;
	font-style: normal;
	text-transform: uppercase;
	padding-right: 0px;
	font-weight: 400;
}

ul.top li a:hover {
	color: #fff;
}

ul.top li.active {
	height:23px;
	padding-top: 7px;
	font-weight: 900;
}

#linkBottom ul li.active a {
	font-weight: 900 !important;
}

.Style1 {
	font-weight: bold;
	font-style: italic;
}
/*Fin Button Menu Top */

.clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
}
.liens {
	color: #fff;
	font-weight: normal;
	line-height: 24px;
}
.liens  li  a:link, a:link, a:visited, a:active  {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
.liens  li  a:hover  {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#mainContent a {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}

#mainContent h3 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	text-align: center;
	font-weight: 100;
}

#mainContent .estimation {
	padding: 1em;
	margin: 0;
	background-color: #495C63;
	margin-top: 2em;
	letter-spacing: 0.3em;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
}

/*Bouton du footer*/
#linkBottom {
	position: relative;
	top:10px;
	width:960px;
	height:12px;
	left: auto;
	text-align: center;
}

#linkBottom ul {
	padding:0;
	margin:0;
	list-style-type:none;
	font-size:12px;
	line-height:12px;
	font-weight: bold;
}
#linkBottom ul li {
	margin:0;
	display:inline;
	list-style-type:none;
	letter-spacing:0px;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 0;
}
#linkBottom ul li { 
	padding-left:1em;
	padding-right: 1em;
}

#linkBottom ul li a:link, #linkBottom ul li a:visited {
	padding:0;
	margin:0;
	font-weight:400;
	font-family:'Gotham Light', 'Calibri', 'sans-serif';
	color:#eee;
	text-decoration:none;
	font-size: 12px;
}

#linkBottom ul li a:hover {
	color:#fff;
}

#footer p {
	font-weight:400;
	font-family:'Gotham Light', 'Calibri', 'sans-serif';
}

.thumbnails a
{
	display: block;
	float: left;
	margin: 4px;
}
.thumbnails a img{ border: solid 1px Black; }
.thumbnails a:hover img{ border: solid 1px #aaa }

#linkSignature a:link, #linkSignature a:visited {
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	text-decoration:none;
}

#linkSignature a:hover {
	color:#CB1A06;
}
    .fltrt { /* cette classe permet de rendre flottant le côté droit d'un élément dans la page. L'élément flottant doit précéder l'élément �  côté duquel il doit se trouver dans la page. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* cette classe permet de rendre flottant le côté gauche d'un élément dans la page */
    	float: left;
    	margin-right: 8px;
    }
	
textarea
{
	resize: none; 
	margin-left:20px;
	border:none;
	background:#FFfFFF;
	resize: none;
	color:#ffffff;
	  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

textarea:focus
{
	background:#ffffff;
	color:#222222;
	  box-shadow: 0 1px 0 #2392f3 inset, 0 -1px 0 #2392f3 inset, 1px 0 0 #2392f3 inset, -1px 0 0 #2392f3 inset, 0 0 4px rgba(35, 146, 243, 0.5);
	outline: none;
}

@media only screen and (min-width: 1025px) 
{
	.mc-left,
	.mc-right {
		vertical-align: top;
		display: inline-block;
		width: 42%;
	}

	.mc-left {
		padding-left: 3em;
		padding-right: 1.25em;
	}

	.mc-right {
		padding-left: 1.25em;
		padding-right: 3em;
		padding-top: 0;
	}
}