@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}



.fa-lg { vertical-align: baseline; }

/*-----------
LAYOUT
-------------*/

body {
	text-align: center;
	background: #00285f;
	font-family: 'Lucida Sans', Arial, sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 1.2em;
}

#container {
	width: 990px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
}

header {
	position: relative;
	padding: 15px;
}

#mascotte {
	position: relative;
	display: inline-block;
	vertical-align: top;
	background: url(../img/logo-header.png) no-repeat left top;
	background-size: 100%;	
}

#mascotte a {
	display: block;
	position: absolute;
	width: 200px;
	font-size: 10px;
	text-align: center;
	padding-top: 120px;
	left: 65px;
	color: #597397;
	text-decoration: none;
}

nav .h1 {
	font-weight: 300;
	margin: 0;
}

nav .h1 strong {
	font-weight: 700;
}

nav img.logo {
	max-width: 500px;
	width: auto;
	height: 130px;
}



#telmel {
	padding: 10px 15px;
	margin-left: 220px;
	text-align: right;
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: #888;
	word-spacing: 4px;
}

#telmel a {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	text-decoration: none;
	color: #d10019;
}

nav {
	
}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nav li {
	float: left;
}

nav li a {
	display: block;
	padding: 0 12px;
	line-height: 50px;
	
	text-transform: uppercase;
	color: #f3f3f3;
	text-decoration: none;
	
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	
	position: relative;
}


nav .button {
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 50px;
	height: 50px;
	width: 50px;
	text-align: center;
	
	border: 0;
	background: #d10019;
	color: #fff;
	padding: 0 10px;	
}


main,
aside {
	box-sizing: border-box;
	padding: 15px;
}

main img,
main #carte,
aside img {
	max-width: 100% !important;
	height: auto;
}
main #carte {
	min-width: 100% !important;
}

main #carte img { max-width: none !important; }

aside { text-align: center; }

.h1, h1, h2, h3, h4 {
	margin: 15px 0 10px 0;
	color: #d10019;
	font-family: 'Oswald', sans-serif;
}

.h1, h1 {
	font-size: 30px;
	line-height: 34px;
	font-weight: 700;
}

nav .h1 { color: #00285f; }

h2 {
	font-size: 24px;
	line-height: 26px;
	font-weight: 300;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}

h3 {
	position: relative;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 300;
	padding: 8px 15px 12px 15px;
	background: #fae5e8;
	border-radius: 5px;
	
	clear: both;
	
}

h4 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 300;
}

h5 {
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0;
}

h5 a {
	font-weight: normal;
}

h6 {
	font-size: 11px;
	margin: 0;
	padding: 5px 0 0;
	text-decoration: none;
}

h6 a {
	color: #474747;
	text-decoration: none;
}


p, ul {
	margin: 10px 0;
}

ul {
	list-style-type: square;
	padding-left: 20px;
}

a {
	color: #00285f;
}

strong {
	font-weight: bold;
}

.motscles {
	display: none;
}

.adroite {
	float: right;
	clear: right;
	margin: 0 0 10px 20px;
	max-width: 45% !important;
}

.clearboth, .clearleft, .clearright {
	clear: both;
	height: 1px;
	overflow: hidden;
	background: #fff;
	visibility: hidden;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.agence {
	position: relative;
	padding: 15px 10px;
	margin-bottom: 15px;
	color: #00285f;
	background: #f2f4f7;
}

#titre-agences {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	background: #00285f;
}


.agence.secondaire {
	background: #fff;
}
.contentAdresse {
	display: flex;
}
.contentAdresse>.blocAdresse{
	margin: 20px 15px 20px auto;
}
.contentAdresse>.blocAdresse+.blocAdresse{
	margin: 20px auto 20px 15px;
}
.contentAdresse .blocAdresse .agence{
	padding: 20px;
}

footer {
	clear: both;
	background: #00285f url(../img/bkg-footer.png) no-repeat;
	background-size: 100%;
	color: #808BA2;
	text-align: right;
	font-size: 11px;
	line-height: 14px;
	padding: 40px 15px 15px 15px;
}
footer a {
	color: #808BA2;
}

/* FORMULAIRES */

#form_devis {
	margin: 10px 0;
	padding: 0;
}

#form_devis fieldset {
	margin: 15px 0;
	padding: 15px 18px 5px 18px;
	border: 1px solid #ddd;
	text-align: right;
}

#form_devis fieldset p {
	font-size: 9px;
	color: #ea3713;
	width: 35%;
	border: 0;
	margin: 2px 0;
	padding: 0;
	text-align: left;
	line-height: 11px;
	float: left;
	clear: left;
}

#form_devis legend, #form_devis .submit {
	font-size: 12px;
	font-weight: bold;
	background: #234175;
	color: #fff;
	padding: 4px 6px 5px 6px;
	margin: 5px 0;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}

#form_devis label {
	font-size: 12px;
	width: 35%;
	border-bottom: 1px dotted #ddd;
	padding: 2px 0;
	margin: 0;
	float: left;
	text-align: left;
	clear: left;
}

#form_devis .oblig {
	font-weight: bold;
	color: #00285f;
}

#form_devis input, #form_devis textarea, #form_devis select {
	border: 1px solid #ddd;
	background: #FFF;
	line-height: 18px;
}

#form_devis fieldset input, #form_devis fieldset textarea, #form_devis fieldset select {
	width: 63%;
	margin: 0 0 5px 0;
}

#form_devis .submit {
	float: none;
	width: auto;
	color: #fff;
	cursor: pointer;
	padding: 5px 10px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	
}


@media (max-width: 767px) { /* ONLY Phones */

	#container {
		width: auto
	}
	
	header {
		padding: 0;
		box-shadow: 0 0 5px #000;
	}
	
	#mascotte {
		width: 300px;
		height: 120px;
		background-position: -20px 0;
		background-size: auto 100%;
	}
	
	#mascotte a { 
		width: 160px;
		height: 80px;
		padding: 0;
		text-indent: 160px;
		white-space: nowrap;
		overflow: hidden;
		left: 0;
	}
	
	nav {
		transition: all .5s ease 0s;
		position: relative;
	}
	.scroll nav {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
		background-color: rgba(0,40,95,0.8);
		box-shadow: 0 0 3px #000;
		border-bottom: 0;
	}
	nav .logo { display: none; }
	nav .h1 {
		font-size: 18px;
		line-height: 60px;
		padding: 0 15px;
		white-space: nowrap;
	}
	
	.scroll nav .h1 { color: #fff; }
	
	nav .h1 br { display: none; }
	
	#telmel {
		display: none;
	}
	
	
	nav .button {
		height: 60px;
		line-height: 60px;	
	}
	nav .button.tel { top: -120px; }
	nav .button.tel span { display: none; }
	nav .button.mail { top: -60px; }
	
	nav a.button { border-bottom: 1px solid #dd4053 }
	
	nav ul {
		display: none;
		background: #d10019;
	}
	
	nav li {
		width: 100%;
	}
	
	nav li a {
		background: #d10019;
		font-size: 14px;
	}
	
	nav li.selected a,
	nav li a:hover {
		background: #dd4053;
	}
	
	nav li a i { margin: 0 15px; }
	
	.scroll main { padding-top: 75px; }
	
	aside { padding: 15px; }
	
	.adroite { max-width: 100% !important; }
	
	.agence {
	}
	
	
	aside img {
		max-width: 90px;
		height: auto;
		margin: 5px 3px;
	}
	
	aside img + br { display: none; }
	
}

@media (min-width: 768px) { /* EXCEPT Phones */
	
	#container {
		background-image: url(../img/ombre-G.png);
		background-position:left top;
		background-repeat: no-repeat;
		background-size: auto 225px;
	}
	
	header {
		background-image: url(../img/ombre-D.png);
		background-position: right bottom;
		background-repeat: no-repeat;
		background-size: auto 145px;
		padding-bottom: 75px;
	}
	
	#mascotte {
		width: 500px;
		height: 200px;
	}
	
	nav {
		position: absolute;
		bottom: 15px;
		left: 15px;
		right: 15px;
	}
	
	nav .h1,
	nav .logo {
		position: absolute;
		bottom: 65px;
		right: 15px;
		text-align: right;
	}
	
	nav .logo + .h1 { bottom: 1000px; }
	
	nav ul {
		height: 50px;
		background: #D10019;
		padding-left: 15px;
	}
	
	nav ul .fa { display: none; }
	
	nav li.selected a,
	nav li.selected a:hover { background: #d10019; color: #e15969 }
	nav li a:hover { background: #e15969 }
	
	#toggleNav { display: none; }
	
	nav .button.tel { top: -210px; right: 50px; border-right: 1px solid #dd4053; width: auto; white-space: nowrap; text-decoration: none; }
	nav .button.tel span {
		font-family: 'Oswald', sans-serif;
		font-size: 20px;
		font-weight: 300;
		letter-spacing: 1px;
		word-spacing: 3px;
	}
	nav .button.mail { top: -210px }
	
	main, aside {
		padding-top: 0;
	}
	
	main {
		float: right;
	}
	
	aside {
		float: left;
		width: 235px;
		text-align: center;
	}
	
	.agence .small {
		font-size: 11px;
	}
	
}


/* Le bandeau cookie */
.cookie-banner {
  display: none;
  padding: 15px;
  background: #fff;
  width: 100%;
  border-bottom: 3px solid #D10019;
}

/* Overlay de la boite de dialogue */
.cookie-inform-and-ask {
  background: rgba(255,255,255,0.9);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.cookie-banner.active,
.cookie-inform-and-ask.active {
  display: block;
}

.cookie-dialog {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}
  
@media (min-width: 768px) and (max-width: 989px) { /* ONLY Tablets */

	#container {
		width: 768px;
	}
	
	#mascotte {
		background-position: -45px 0;
	}

	#mascotte a {
		left: 20px;
	}
	
	nav img.logo {
	max-width: 350px;
	}
	
	#nom-agent {
		width: 283px;
	}
	
	main {
		width: 533px;
	}

}



@media (max-width: 989px) { /* ONLY Tablets & Phones */

}

@media (min-width: 990px) { /* ONLY Screens */
	
	nav ul {
		margin-left: 205px;
	}
	
	main {
		width: 755px
	}
	
	aside {
		margin-top: -65px;
	}
	
	#titre-agences {
		line-height: 50px;
		z-index: 100;
	}

}

