@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects
*/
img,
object,
embed {
  max-width: 100%;
}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	 In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:
#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
}

.ie7 input[type=checkbox] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* _MENU.SCSS */
html, body {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

.page-container {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  position: relative;
}

html.menu-open {
  overflow-y: hidden;
}
html.menu-open.left .page-container {
  -webkit-transform: translate(280px, 0);
  -moz-transform: translate(280px, 0);
  -ms-transform: translate(280px, 0);
  -o-transform: translate(280px, 0);
  transform: translate(280px, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
html.menu-open.left .side-menu {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
html.menu-open.left .menu-shadow {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
html.menu-open.right .page-container {
  -webkit-transform: translate(-280px, 0);
  -moz-transform: translate(-280px, 0);
  -ms-transform: translate(-280px, 0);
  -o-transform: translate(-280px, 0);
  transform: translate(-280px, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
html.menu-open.right .side-menu {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
html.menu-open.right .menu-shadow {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
html.menu-open .page-container {
  position: relative;
  width: 100%;
}
html.menu-open body {
  overflow: hidden;
  position: relative;
}

html.left .side-menu {
  -webkit-transform: translate(-280px, 0);
  -moz-transform: translate(-280px, 0);
  -ms-transform: translate(-280px, 0);
  -o-transform: translate(-280px, 0);
  transform: translate(-280px, 0);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
html.left .menu-shadow {
  -webkit-transform: translate(-280px, 0);
  -moz-transform: translate(-280px, 0);
  -ms-transform: translate(-280px, 0);
  -o-transform: translate(-280px, 0);
  transform: translate(-280px, 0);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
html.right .side-menu {
  right: 0;
  -webkit-transform: translate(280px, 0);
  -moz-transform: translate(280px, 0);
  -ms-transform: translate(280px, 0);
  -o-transform: translate(280px, 0);
  transform: translate(280px, 0);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
html.right .menu-shadow {
  right: 0;
  -webkit-transform: translate(280px, 0);
  -moz-transform: translate(280px, 0);
  -ms-transform: translate(280px, 0);
  -o-transform: translate(280px, 0);
  transform: translate(280px, 0);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.menu-curtain {
  position: fixed;
  z-index: 5000;
  display: block;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.menu-open .menu-curtain {
  position: fixed;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 950;
  background: rgba(0, 0, 0, 0);
  -webkit-transform: translate(280px, 0);
  -moz-transform: translate(280px, 0);
  -ms-transform: translate(280px, 0);
  -o-transform: translate(280px, 0);
  transform: translate(280px, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.right.menu-open .menu-curtain {
  -webkit-transform: translate(-280px, 0);
  -moz-transform: translate(-280px, 0);
  -ms-transform: translate(-280px, 0);
  -o-transform: translate(-280px, 0);
  transform: translate(-280px, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.menu-trigger {
  display: none;
  position: relative;
  cursor: pointer;
  text-align: right;
  font-size: 200%;
  float: right;
}
@media screen and (max-width: 992px) {
  .menu-trigger {
    display: inline-block;
  }
}

.menu-open .side-menu .menu-shadow {
  position: fixed;
  left: 0px;
  top: 0px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.menu-shadow {
  position: fixed;
  height: 100%;
  display: none;
  width: 280px;
  pointer-events: none;
  z-index: 4000;
}

.left .menu-shadow {
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(-360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.05) 97%, rgba(0, 0, 0, 0.15) 99%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(90deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.05) 97%, rgba(0, 0, 0, 0.15) 99%, rgba(0, 0, 0, 0.3) 100%);
}

.right .menu-shadow {
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.05) 97%, rgba(0, 0, 0, 0.15) 99%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(-90deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.05) 97%, rgba(0, 0, 0, 0.15) 99%, rgba(0, 0, 0, 0.3) 100%);
}

.side-menu {
  position: fixed;
  background: #4a6a79;
  height: 100%;
  width: 280px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  color: #ddd;
}
.side-menu .items {
  overflow-y: auto;
  padding-top: 10px;
}
.side-menu .items .item {
  /* Au besoin*/
}
.side-menu .items .item a {
  padding: 10px 15px;
}
.side-menu .items .item a:hover {
  background: #4e707f;
}
.side-menu .items a {
  display: block;
}
.side-menu a {
  color: #ddd;
}
.side-menu a:hover {
  color: white;
}
.side-menu hr {
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 0.5em 0;
}

/* END MENU */
.edit-bar {
  width: 100%;
  color: #cacaca;
  text-align: right;
  padding: 10px 0;
}

.side-menu {
  padding-top: 100px;
}
.side-menu .items .sociaux a {
  font-size: 180%;
  margin: 10px;
  display: inline-block;
}
.side-menu .items a.infolettre {
  color: #cacaca;
  display: block;
  border: 1px solid #cacaca;
  margin: 10px;
  transition: all 1s;
  padding: 5px;
  text-align: center;
}
.side-menu .items a.infolettre:hover {
  background: #cacaca;
  color: #4a6a79;
  transition: all 1s;
}

.fond-menu-utilitaire {
  background: #dadfe3;
}

.menu-utilitaire {
  background: #4a6a79;
  color: #ffffff;
  border-radius: 0 0 10px 10px;
  padding: 10px;
  font-size: 90%;
  text-align: right;
}
@media screen and (max-width: 992px) {
  .menu-utilitaire {
    border-radius: 0;
    text-align: left;
    height: 100px;
    line-height: 56px;
    vertical-align: middle;
    padding: 0 15px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    background: #dadfe3;
  }
}
.menu-utilitaire .item {
  display: inline-block;
  padding: 0 10px;
}
.menu-utilitaire .item a {
  color: #ffffff;
  text-transform: uppercase;
}

.logo-mobile {
  display: inline-block;
}
.logo-mobile img {
  height: 90px;
  padding: 5px;
}

.menu-trigger {
  line-height: 100px;
}

@media screen and (max-width: 992px) {
  .page-container {
    margin-top: 100px;
  }
}

header {
  width: 100%;
  background: #dadfe3;
}
header .interieur {
  width: 100%;
  max-width: 1200px !important;
  margin: auto;
  padding: 20px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
header .interieur:after {
  content: " ";
  display: block;
  clear: both;
}
header .interieur .logo {
  width: 28.9473684211%;
  float: left;
}
header .interieur .menu-principal {
  width: 68.4210526316%;
  float: right;
  text-align: right;
  margin-top: 35px;
  color: #4a6a79;
}
header .interieur .menu-principal .item {
  display: inline-block;
  padding: 0 10px;
  margin: 10px 0;
  border-right: 1px solid #4a6a79;
}
header .interieur .menu-principal .item:last-child {
  border: none;
  padding-right: 0;
}
header .interieur .menu-principal .item a {
  text-transform: uppercase;
  text-align: center;
  font-size: 120%;
}

.image-top {
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 992px) {
  .image-top {
    height: 150px;
  }
}

.footer, .push {
  min-height: 4em;
}

.footer {
  background: #303030;
  color: #cacaca;
  font-size: 90%;
}
.footer .interieur {
  background: url("img/fond-footer.png");
  background-position: bottom left;
  background-size: auto 90%;
  background-repeat: no-repeat;
  padding: 40px 20px;
  width: 100%;
  max-width: 1200px !important;
  margin: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.footer .interieur:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .footer .interieur {
    background: none;
  }
}
.footer .interieur .contact {
  width: 28.9473684211%;
  float: left;
}
@media screen and (max-width: 768px) {
  .footer .interieur .contact {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
.footer .interieur .contact div {
  margin-bottom: 10px;
}
.footer .interieur .contact div.adresse {
  width: 210px;
}
@media screen and (max-width: 768px) {
  .footer .interieur .contact div.adresse {
    margin: auto;
  }
}
.footer .interieur .contact div.sociaux a {
  font-size: 180%;
  margin-right: 10px;
}
.footer .interieur .contact div a {
  color: #cacaca;
}
.footer .interieur .contact div a:hover {
  color: #4a6a79;
}
.footer .interieur .principal {
  width: 44.7368421053%;
  float: left;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .footer .interieur .principal {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 20px 0;
  }
}
.footer .interieur .principal .item {
  margin: 10px auto;
  display: inline-block;
}
.footer .interieur .principal .item a {
  padding: 10px;
}
.footer .interieur .principal .item#renseignements {
  display: block;
}
.footer .interieur .principal #infolettre {
  color: #cacaca;
  display: block;
  border: 1px solid #cacaca;
  margin: 20px auto;
  transition: all 1s;
  padding: 10px;
  max-width: 300px;
}
.footer .interieur .principal #infolettre:hover {
  background: #4a6a79;
  transition: all 1s;
}
.footer .interieur .menu {
  width: 21.0526315789%;
  float: right;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .footer .interieur .menu {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
.footer .interieur .menu a {
  text-transform: uppercase;
}
.footer .interieur .menu .item {
  padding: 5px 0;
}
.footer .interieur .menu .externe {
  margin-top: 20px;
}
.footer .copyright {
  background: #000000;
  text-transform: uppercase;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .footer .copyright {
    padding: 0 10px;
  }
}
.footer .copyright .interieur {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: none;
}
.footer .copyright .interieur:after {
  content: " ";
  display: block;
  clear: both;
}
.footer .copyright .interieur .droits {
  width: 40%;
  float: left;
}
@media screen and (max-width: 768px) {
  .footer .copyright .interieur .droits {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
    font-size: 90%;
    padding: 0 27px;
  }
}
.footer .copyright .interieur .fait-par {
  width: 40%;
  float: right;
  text-align: right;
  line-height: 25px;
}
@media screen and (max-width: 768px) {
  .footer .copyright .interieur .fait-par {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    font-size: 90%;
  }
}
.footer .copyright .interieur .fait-par a {
  color: #cacaca;
}
.footer .copyright .interieur .fait-par a img {
  width: 140px;
  float: right;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .footer .copyright .interieur .fait-par a img {
    float: none;
    display: block;
    margin: 5px auto;
  }
}
.footer a:hover {
  color: #cacaca;
}

.services .service {
  margin-bottom: 20px;
}
.services .service .image-service {
  width: 100%;
  height: auto;
  border-bottom: 5px solid #4a6a79;
}
.services .service h1 {
  color: #4a6a79;
  font-size: 120%;
  margin: 5px 0;
}
.services .service p {
  margin: 0;
}
.services .service-autre {
  margin-bottom: 0;
}
.services .service-autre h1 {
  color: #4a6a79;
  font-size: 120%;
  margin: 5px 0;
}

.colonne-droite .articles .un-article {
  border-bottom: 1px solid #4a6a79;
  padding: 10px 0;
}
.colonne-droite .voir-archives {
  padding: 15px 0;
  display: block;
}

.articles .article-seul {
  padding: 15px 0;
  border-bottom: 1px solid #cacaca;
}
.articles .article-seul:first-child {
  padding: 0 0 20px;
}
.articles .article-seul h1 a {
  color: #303030;
}
.articles .article-seul .documents li {
  padding: 5px 0;
}

.titre-nouvelles {
  font-size: 160%;
  color: #838383;
}

.boutons {
  margin: 20px 0;
}
.boutons .btn-service {
  display: inline-block;
  border: 1px solid #4a6a79;
  background: #ffffff;
  color: #4a6a79;
  text-transform: uppercase;
  text-align: center;
  font-size: 80%;
  padding: 5px;
  margin: 5px;
  transition: all 0.5s;
}
.boutons .btn-service:first-child {
  margin-left: 0;
}
.boutons .btn-service:hover, .boutons .btn-service.select {
  background: #4a6a79;
  color: #ffffff;
  transition: all 0.5s;
}
@media screen and (max-width: 640px) {
  .boutons .btn-service {
    width: 100%;
    margin: 5px 0;
    padding: 10px;
  }
}

.voir-tout {
  border-bottom: 1px solid #cacaca;
  display: block;
  padding: 20px 0;
}

.MarkupPagerNav {
  text-align: center;
  margin: 20px 0;
}
.MarkupPagerNav li {
  display: inline-block;
  margin: 0 2px;
}
.MarkupPagerNav li:first-child {
  margin-right: 20px;
  font-weight: 600;
}
.MarkupPagerNav li.MarkupPagerNavOn span:before {
  content: "[";
  padding-right: 2px;
}
.MarkupPagerNav li.MarkupPagerNavOn span:after {
  content: "]";
  padding-left: 2px;
}

.liste-conseillers .conseiller {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.liste-conseillers .conseiller:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.liste-conseillers .conseiller h1 {
  font-size: 120%;
  text-transform: uppercase;
}

.conseiller .header {
  display: table;
  width: 100%;
}
.conseiller .header img {
  display: table-cell;
  margin-right: 20px;
  max-width: 200px;
}
.conseiller .header .infos {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.conseiller .header .infos h1 {
  text-transform: uppercase;
}

.collapsible {
  cursor: pointer;
  outline: none;
  border: 1px solid #4a6a79;
  background: #ffffff;
  color: #4a6a79;
  text-transform: uppercase;
  text-align: center;
  padding: 7px 10px;
  margin-bottom: 5px;
  transition: all 0.5s;
  display: inline-block;
}

.active, .collapsible:hover {
  background: #4a6a79;
  color: #ffffff;
  transition: all 0.5s;
}

.collapsible:after {
  content: "Lire plus";
}

.active:after {
  content: "Fermer";
}

.content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
}

form input[type=text], form input[type=email], form textarea {
  width: 100%;
  display: block;
  margin: 10px 0;
  border: 1px solid #4a6a79;
  padding: 5px;
  resize: vertical;
}
form textarea {
  height: 150px;
}
form input[type=submit] {
  background: #4a6a79;
  color: #ffffff;
  border: none;
  text-align: center;
  width: 80%;
  padding: 5px;
}

.erreurs {
  list-style: initial;
}
.erreurs .erreur {
  margin-left: 18px;
}

.contact {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
.contact:after {
  content: " ";
  display: block;
  clear: both;
}
.contact .infos {
  width: 40%;
  float: left;
}
@media screen and (max-width: 992px) {
  .contact .infos {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.contact .formulaire {
  width: 40%;
  float: right;
}
@media screen and (max-width: 992px) {
  .contact .formulaire {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 25px;
  }
}

html, body {
  background: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #303030;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

@media screen and (max-width: 992px) {
  .mobile-not {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .mobile-only {
    display: none !important;
  }
}

.container {
  width: 100%;
  max-width: 1200px !important;
  min-height: 100%;
  height: auto;
  margin: 0 auto 0;
  padding: 35px 20px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}
.container .bloc-principal {
  width: 76.3157894737%;
  float: left;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container .bloc-principal:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 1200px) {
  .container .bloc-principal {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.container .bloc-principal .colonne-principale {
  width: 68.4210526316%;
  float: right;
  padding: 0 20px;
  border-right: 2px dotted #cacaca;
  border-left: 2px dotted #cacaca;
  min-height: 580px;
}
@media screen and (max-width: 1200px) {
  .container .bloc-principal .colonne-principale {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    border: none;
    min-height: 0;
  }
}
.container .bloc-principal .colonne-gauche {
  width: 28.9473684211%;
  float: left;
}
@media screen and (max-width: 1200px) {
  .container .bloc-principal .colonne-gauche {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 20px 0;
    padding: 20px 0;
    border-top: 5px solid #4a6a79;
    border-bottom: 5px solid #4a6a79;
  }
}
.container .bloc-principal.bloc-principal-large {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.container .bloc-principal.bloc-principal-large .colonne-principale {
  width: 76.3157894737%;
  float: right;
  border-right: none;
}
@media screen and (max-width: 1200px) {
  .container .bloc-principal.bloc-principal-large .colonne-principale {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.container .bloc-principal.bloc-principal-large .colonne-gauche {
  width: 21.0526315789%;
  float: left;
}
@media screen and (max-width: 1200px) {
  .container .bloc-principal.bloc-principal-large .colonne-gauche {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.container .colonne-droite {
  width: 21.0526315789%;
  float: right;
}
@media screen and (max-width: 1200px) {
  .container .colonne-droite {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

a {
  text-decoration: none;
  color: #4a6a79;
}
a:hover {
  color: #303030;
}
a.retour {
  margin: 20px 0;
  display: block;
}

h1 {
  font-size: 160%;
  color: #303030;
  margin: 0 0 5px;
}

h2 {
  font-weight: 600;
  color: #838383;
  margin: 10px 0 5px;
  text-transform: uppercase;
}

h3 {
  font-size: 110%;
  color: #838383;
  margin: 10px 0 5px;
}

h4 {
  font-weight: 600;
  margin: 10px 0 5px;
  text-decoration: underline;
}

p {
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  #mgmap1 {
    height: 200px !important;
  }
}

/* ALIGNEMENTS */
.align_left {
  float: left;
  padding: 5px 10px 5px 0;
}

.align_right {
  float: right;
  padding: 5px 0 5px 10px;
}

.align_center {
  margin: auto;
  display: block;
}

.primary-btn {
  cursor: pointer;
  outline: none;
  border: 1px solid #4a6a79;
  background: #ffffff;
  color: #4a6a79;
  text-transform: uppercase;
  text-align: center;
  padding: 4px 10px;
  margin-bottom: 5px;
  transition: all 0.5s;
  display: inline-block;
  font-size: 13px;
}
.primary-btn:hover, .primary-btn:focus {
  background: #4a6a79;
  color: #ffffff;
  transition: all 0.5s;
}

table {
  margin-bottom: 15px;
  max-width: 100% !important;
}
table caption {
  padding: 5px;
}
table tr th {
  border: 1px solid #ddd;
  padding: 5px;
}
table tr td {
  border: 1px solid #ddd;
  padding: 5px;
}

/*# sourceMappingURL=main.css.map */
