@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
caption,
table,
tbody,
td,
tfoot,
th,
thead,
tr {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0px;
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: none;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
blockquote {
  quotes: none;
}
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img {
  border: none;
}
sup {
  vertical-align: super;
  font-size: 50%;
}
a {
  outline: none;
  color: #009bd5;
  text-decoration: none;
}
.clear {
  clear: both;
}
div.custom-slide.homepage {
  width: 1200px;
  max-width: 100%;
  height: 360px;
  position: relative;
  overflow: hidden;
  left: 0px;
  top: 0px;
  z-index: 2;
  margin: auto;
}
div.custom-slide.homepage > div > img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div.custom-slide.agence {
  width: 1200px;
  max-width: 100%;
  height: 556px;
  position: relative;
  overflow: hidden;
  left: 0px;
  top: 0px;
  z-index: 2;
  margin: auto;
}
div.custom-slide > div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all ease-out 800ms;
  -o-transition: all ease-out 800ms;
  transition: all ease-out 800ms;
}
div.custom-slide > div.slide_active {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
div#pager_slide {
  position: absolute;
  width: 1200px;
  max-width: 100%;
  margin: auto;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 35px;
  margin-top: -45px;
  z-index: 5;
  text-align: right;
  padding-right: 7px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
div#pager_slide span {
  display: inline-block;
  margin: 5px;
  width: 7px;
  height: 7px;
  background-color: white;
  border: 3px solid white;
  border-radius: 50%;
  cursor: pointer;
}
div#pager_slide span.active {
  background-color: #e57336;
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("./assets/fonts/fontawesome-webfont.eot?v=4.3.0");
  src:
    url("./assets/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0")
      format("embedded-opentype"),
    url("./assets/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
    url("./assets/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
    url("./assets/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
    url("./assets/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}
.fa-krw:before,
.fa-won:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before,
.fa-genderless:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
div.cycle-carousel {
  position: relative;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  left: 0px;
  -webkit-transition: all ease-out 500ms;
  -o-transition: all ease-out 500ms;
  transition: all ease-out 500ms;
}
div.cycle-carousel a {
  display: block;
  overflow: hidden;
  height: 100%;
  color: inherit;
  position: relative;
  margin: 5px;
  margin-top: 0px;
}
div.slider_btn {
  width: 74%;
  position: relative;
  margin-top: 30px;
  float: left;
}
div.slider_btn:after,
div.slider_btn:before {
  content: "";
  display: table;
}
div.slider_btn:after {
  clear: both;
}
div.slider_btn i.fa-angle-left,
div.slider_btn i.fa-angle-right {
  font-size: 36px;
  cursor: pointer;
  width: 20px;
  height: 35px;
  text-align: center;
  position: absolute;
  z-index: 5;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div.slider_btn i.fa-angle-left {
  left: -20px;
}
div.slider_btn i.fa-angle-right {
  left: 100%;
}
div.slider_btn div.left {
  overflow: hidden;
  width: 100%;
  height: 270px;
  position: relative;
}
div.slider_btn div.right {
  width: 275px;
  float: right;
}
.slick-last {
  width: 90%;
  margin: 0 auto;
}
.slick-last .slick-next,
.slick-last .slick-prev {
  width: 30px;
  height: 30px;
}
.slick-last .slick-next:before,
.slick-last .slick-prev:before {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
  font-size: 30px;
}
@media screen and (min-width: 1024px) {
  .slick-last .slick-next {
    right: -35px;
  }
}
@media screen and (min-width: 1024px) {
  .slick-last .slick-prev {
    left: -35px;
  }
}
.slick-last a {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 220px;
  margin: 0 10px;
  float: left;
  color: inherit;
  position: relative;
}
.slick-last a img.peb {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 70px;
  z-index: 2;
}
.slick-last a .content_illu {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  height: 160px;
}
.slick-last a .content_illu img.sold {
  height: 70px;
  position: absolute;
  z-index: 2;
  width: auto;
}
.slick-last a .content_illu img {
  width: 100%;
  display: block;
}
.slick-last a div.infos {
  position: relative;
  z-index: 3;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  background-color: white;
  text-align: center;
}
.slick-last a div.infos:after,
.slick-last a div.infos:before {
  content: "";
  display: table;
}
.slick-last a div.infos:after {
  clear: both;
}
.slick-last a div.infos div.adresse {
  font-size: 16px;
  width: 100%;
}
.slick-last a div.infos div.adresse span.type {
  display: block;
}
.slick-last a div.infos div.price {
  width: 100%;
}
.slick-last a div.infos div.price strong {
  font-size: 15px;
  color: #ff6200;
  font-weight: 800;
}
.slick-last a div.infos div.mensualite {
  width: 100%;
}
.slick-last a div.infos div.mensualite strong {
  font-weight: 300;
}
.slick-last a div.infos .mensualite strong {
  font-weight: 300;
}
i.fa.fa-check.thanks {
  display: block;
  float: left;
  font-size: 120px;
  color: #54af4b;
  margin-right: 30px;
}
div.entry-content {
  max-width: 800px;
  margin: 75px auto;
  font-family: "Muli", serif;
}
div.entry-content img.alignleft {
  float: left;
  margin-right: 15px;
}
div.entry-content p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
}
div.entry-content h1 {
  font-family: "Muli", serif;
  color: #3e3c3d;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
div.entry-content * + h1 {
  margin-top: 30px;
}
div.entry-content h2 {
  font-family: "Oswald", sans-serif;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 30px;
}
div.entry-content h3 {
  font-family: "Muli", serif;
  color: #7b716f;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 5px;
  font-weight: 800;
  margin-bottom: 10px;
  margin-top: 30px;
}
div.entry-content ul {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
}
div.entry-content ul li {
  list-style-type: square;
  margin-left: 10px;
}
div.entry-content table {
  width: 100%;
  margin-bottom: 20px;
}
div.entry-content table td,
div.entry-content table th {
  padding: 10px;
  border: 1px solid #ccc;
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./assets/images/black_trans.png);
  z-index: 300;
}
.popup .wrapper {
  position: fixed;
  top: 5%;
  left: 50%;
}
.popup .wrapper .content {
  position: relative;
  width: 580px;
  height: 100%;
  overflow: auto;
  padding-bottom: 40px;
  background-color: #fff;
  left: -290px;
}
.popup .wrapper .content.scroll {
  width: 780px;
  height: 90% !important;
  overflow: auto !important;
}
.popup .wrapper_auto_height {
  position: fixed;
  top: 5%;
  left: 50%;
  height: 85%;
}
.popup .wrapper_auto_height .content {
  position: relative;
  width: 580px;
  height: 100%;
  overflow: auto;
  padding-bottom: 40px;
  background-color: #fff;
  left: -290px;
}
.popup .wrapper_auto_height .content.scroll {
  width: 780px;
  height: 90% !important;
  overflow: auto !important;
}
.popup .close {
  color: #333;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}
.popup .logo_popup {
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  padding-top: 10px;
  margin-bottom: 10px;
}
.popup .logo_popup img {
  margin-left: 20px;
  width: 250px;
}
.popup .margin_content {
  padding: 0px 30px;
}
.popup p.description {
  margin: 15px 0px;
  color: #ff6200;
}
.popup p.description legend {
  font-size: 12px;
  color: #b2b2b2;
}
div.entry-content div.wpcf7 {
  margin-top: 50px;
}
.popup p.adresse,
.popup p.cp,
.popup p.email,
.popup p.gsm,
.popup p.nom,
.popup p.numeros,
.popup p.prenom,
.popup p.ville,
div.entry-content p.adresse,
div.entry-content p.cp,
div.entry-content p.email,
div.entry-content p.gsm,
div.entry-content p.nom,
div.entry-content p.numeros,
div.entry-content p.prenom,
div.entry-content p.ville {
  display: inline-block;
  width: 48%;
  margin-bottom: 10px;
}
.popup p.adresse span,
.popup p.cp span,
.popup p.email span,
.popup p.gsm span,
.popup p.nom span,
.popup p.numeros span,
.popup p.prenom span,
.popup p.ville span,
div.entry-content p.adresse span,
div.entry-content p.cp span,
div.entry-content p.email span,
div.entry-content p.gsm span,
div.entry-content p.nom span,
div.entry-content p.numeros span,
div.entry-content p.prenom span,
div.entry-content p.ville span {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.popup p.adresse input,
.popup p.cp input,
.popup p.email input,
.popup p.gsm input,
.popup p.nom input,
.popup p.numeros input,
.popup p.prenom input,
.popup p.ville input,
div.entry-content p.adresse input,
div.entry-content p.cp input,
div.entry-content p.email input,
div.entry-content p.gsm input,
div.entry-content p.nom input,
div.entry-content p.numeros input,
div.entry-content p.prenom input,
div.entry-content p.ville input {
  display: block;
  width: calc(100% - 10px);
  padding: 5px;
  border: 1px solid #ccc;
}
.popup p.adresse,
.popup p.cp,
.popup p.gsm,
.popup p.nom,
div.entry-content p.adresse,
div.entry-content p.cp,
div.entry-content p.gsm,
div.entry-content p.nom {
  margin-right: 3%;
}
.popup p.type,
div.entry-content p.type {
  width: 100%;
  margin: 5px 0px;
}
.popup p.radio,
div.entry-content p.radio {
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
}
.popup p.radio:after,
.popup p.radio:before,
div.entry-content p.radio:after,
div.entry-content p.radio:before {
  content: "";
  display: table;
}
.popup p.radio:after,
div.entry-content p.radio:after {
  clear: both;
}
.popup p.radio span.wpcf7-not-valid-tip,
div.entry-content p.radio span.wpcf7-not-valid-tip {
  display: none;
}
.popup p.radio span.wpcf7-not-valid,
div.entry-content p.radio span.wpcf7-not-valid {
  border: 1px solid red;
}
.popup p.radio span.wpcf7-not-valid:after,
.popup p.radio span.wpcf7-not-valid:before,
div.entry-content p.radio span.wpcf7-not-valid:after,
div.entry-content p.radio span.wpcf7-not-valid:before {
  content: "";
  display: table;
}
.popup p.radio span.wpcf7-not-valid:after,
div.entry-content p.radio span.wpcf7-not-valid:after {
  clear: both;
}
.popup span.wpcf7-list-item,
div.entry-content span.wpcf7-list-item {
  height: 35px;
  width: 100%;
  overflow: hidden;
}
.popup span.wpcf7-list-item label span.input,
div.entry-content span.wpcf7-list-item label span.input {
  display: block;
  float: left;
  margin-right: 5px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #e2e2e2;
  padding: 5px;
  width: 15px;
  height: 15px;
  text-align: center;
}
.popup span.wpcf7-list-item label span.input i,
div.entry-content span.wpcf7-list-item label span.input i {
  color: white;
  top: -2px;
  position: relative;
}
.popup span.wpcf7-list-item label span.input:hover,
div.entry-content span.wpcf7-list-item label span.input:hover {
  border: 1px solid #3e3c3d;
}
.popup span.wpcf7-list-item label:after,
.popup span.wpcf7-list-item label:before,
div.entry-content span.wpcf7-list-item label:after,
div.entry-content span.wpcf7-list-item label:before {
  content: "";
  display: table;
}
.popup span.wpcf7-list-item label:after,
div.entry-content span.wpcf7-list-item label:after {
  clear: both;
}
.popup span.wpcf7-list-item label.active span.input,
div.entry-content span.wpcf7-list-item label.active span.input {
  border: 1px solid #ff6200;
  background-color: #ff6200;
}
.popup input[type="checkbox"],
div.entry-content input[type="checkbox"] {
  float: left;
  width: 12px;
  height: 12px;
  margin-left: -20px;
}
.popup span.wpcf7-list-item-label,
div.entry-content span.wpcf7-list-item-label {
  float: right;
  width: calc(100% - 40px);
  font-size: 14px;
  margin-top: 3px;
}
.popup p.commentaire textarea,
div.entry-content p.commentaire textarea {
  display: block;
  border: none;
  width: calc(100% - 10px);
  padding: 5px;
  border: 1px solid #ccc;
}
.popup input[type="submit"],
div.entry-content input[type="submit"] {
  border: 0;
  background-color: #ff6200;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 7px 30px;
  cursor: pointer;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  margin: auto;
  display: inline-block;
  margin-top: 15px;
}
.popup h3,
div.entry-content h3 {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  color: #ff6200;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.popup.active {
  display: block;
}
.title_classic_popup {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 30px;
}
.hidden {
  display: none;
}
.properties_details {
  width: 1200px;
  margin: auto;
}
.properties_details > div {
  display: none;
}
.properties_details > div.show {
  display: block;
}
.properties_details .col_left {
  float: left;
  width: 502px;
  padding-bottom: 25px;
}
.properties_details .col_left .video_plan {
  margin-top: 30px;
}
.properties_details .col_left .video_plan .cadastre {
  width: 500px;
  overflow: hidden;
}
.properties_details .col_left .video_plan .cadastre .plan {
  float: left;
  width: 220px;
}
.properties_details .col_left .video_plan .cadastre .plan img {
  display: block;
  margin: auto;
  max-width: 220px;
  max-height: 220px;
}
.properties_details .col_left .video_plan .cadastre .detail {
  float: right;
  width: 260px;
}
.properties_details .col_left .video_plan .cadastre .detail table {
  margin: 10px;
  width: 240px;
}
.properties_details .col_left .video_plan .cadastre .detail table tr {
  border-top: 1px solid #b2b2b2;
}
.properties_details
  .col_left
  .video_plan
  .cadastre
  .detail
  table
  tr:first-child {
  border-top: 0px solid #b2b2b2;
}
.properties_details .col_left .video_plan .cadastre .detail table td {
  padding: 5px;
}
.properties_details .col_left p.prix {
  display: none;
}
.properties_details .col_left .contact_callto {
  display: none;
}
.properties_details .col_right h4 {
  color: #3e3c3d;
  font-size: 12px;
  font-family: "Muli", serif;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 20px;
}
.properties_details .col_right h4 span {
  display: inline-block;
  padding-right: 30px;
}
.properties_details .col_right h4 span.chambre {
  display: inline-block;
  padding-right: 30px;
}
.properties_details .col_right h4 span.peb {
  display: inline-block;
  padding-right: 100px;
}
.properties_details .col_right h4 span.peb img {
  display: inline-block;
  width: 70px;
  height: auto;
  margin-bottom: -6px;
}
.properties_details .col_right h4 span.reference {
  display: block;
  float: right;
  padding-right: 0px;
}
.properties_details .col_right .contact_callto {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.properties_details .col_right .mini_infos_peb {
  position: relative;
  font-size: 13px;
  margin-bottom: 15px;
  padding-bottom: 20px;
  width: 100%;
}
.properties_details .col_right .mini_infos_peb:after,
.properties_details .col_right .mini_infos_peb:before {
  content: "";
  display: table;
}
.properties_details .col_right .mini_infos_peb:after {
  clear: both;
}
.properties_details .col_right .mini_infos_peb .peb {
  display: block;
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.properties_details .col_right .mini_infos_peb table {
  width: 100%;
}
.properties_details .col_right .mini_infos_peb table tr {
  border-bottom: 1px solid #e2e2e2;
}
.properties_details .col_right .mini_infos_peb table td {
  padding: 10px 0px;
}
.properties_details .col_right .mini_infos_peb table td:last-child {
  font-weight: 500;
  color: #3e3c3d;
  text-align: right;
  width: 30%;
}
.properties_details .col_right .mini_infos_peb table strong {
  font-weight: 300;
}
.properties_details .col_right .details_list .batiment {
  float: left;
  font-size: 13px;
}
.properties_details .col_right .details_list .batiment li {
  padding-bottom: 5px;
}
.properties_details .col_right .details_list .batiment i {
  color: #ff6200;
  font-size: 20px;
  margin-right: 5px;
}
.properties_details .col_right .details_list .batiment .title {
  font-weight: bold;
  text-transform: uppercase;
  color: #ff6200;
  font-size: 15px;
  padding: 15px 0;
}
.properties_details .col_right .details_list .situation {
  margin-left: 90px;
  float: left;
  font-size: 13px;
}
.properties_details .col_right .details_list .situation li {
  padding-bottom: 5px;
}
.properties_details .col_right .details_list .situation i {
  color: #ff6200;
  font-size: 20px;
  margin-right: 5px;
}
.properties_details .col_right .details_list .situation .title {
  font-weight: bold;
  text-transform: uppercase;
  color: #ff6200;
  font-size: 15px;
  padding: 15px 0;
}
.duo_cols {
  width: 1200px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.duo_cols .col {
  float: right;
  position: relative;
  width: 30%;
  margin-right: 60px;
}
.duo_cols .col:first-child {
  float: left;
  width: 57%;
  margin-right: 0px;
}
.data_table_simple {
  width: 100%;
  margin-bottom: 20px;
}
.data_table_simple thead td,
.data_table_simple thead th {
  color: #ff6200;
  font-size: 16px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 2px dotted #e2e2e2;
  width: 50%;
}
.data_table_simple tbody th {
  font-size: 12px;
  color: #333333;
  padding: 5px;
  text-transform: uppercase;
  background-color: #b2b2b2;
  border-top: 10px solid #fff;
}
.data_table_simple tbody td {
  font-size: 12px;
  color: #666666;
  border-bottom: 1px dotted #e2e2e2;
  padding: 5px;
  width: 50%;
}
.data_table_simple tbody td i {
  color: #ff6200;
  margin-right: 3px;
  font-size: 14px;
}
.data_table_simple tbody td em {
  font-style: italic;
  display: block;
}
.data_table_simple tbody tr:last-child td,
.data_table_simple tbody tr:last-child th {
  padding-bottom: 30px;
}
.btn_visit a {
  display: block;
  padding: 10px 0;
  color: #fff;
  background-color: #ff6200;
  text-align: center;
}
.shadow_img {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
}
div.cycle-slideshow {
  width: 100%;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}
div.cycle-slideshow img {
  display: block;
  width: 100%;
  height: auto;
}
div#adv-custom-pager {
  width: 100%;
  margin: auto;
  margin-top: 15px;
}
div#adv-custom-pager a {
  display: block;
  width: 20%;
  height: 65px;
  float: left;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  transition: all linear 300ms;
}
div#adv-custom-pager a img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  cursor: pointer;
}
div#adv-custom-pager a.cycle-pager-active,
div#adv-custom-pager a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#slider_properties_detail_un {
  position: relative;
}
a.btn_left,
a.btn_right {
  display: block;
  background-color: #000;
  border-radius: 60px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  margin-top: -15px;
  text-align: center;
  opacity: 0.4;
  font-size: 20px;
  color: #ddd;
  top: 45%;
  z-index: 5;
}
a.btn_left {
  left: -15px;
}
a.btn_left i {
  position: relative;
  right: 2px;
}
a.btn_right {
  right: -15px;
}
a.btn_right i {
  position: relative;
  left: 2px;
}
span.at4-visually-hidden {
  display: none;
}
a.at-icon-wrapper {
  display: inline-block;
  width: 22.2%;
  line-height: 30px;
  text-align: center;
}
svg.at-icon {
  margin-bottom: -5px;
}
div.photos_section {
  padding: 25px 0px;
}
div.photos_section a {
  display: block;
  width: 23%;
  margin: 1%;
  float: left;
  height: 150px;
  overflow: hidden;
}
div.photos_section a img {
  display: block;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  margin: auto;
}
div.links_agence {
  width: 46%;
  float: right;
}
div.links_agence a {
  display: block;
  width: 95%;
  margin: auto;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 5px;
  margin-bottom: 10px;
  -webkit-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  transition: all linear 300ms;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
div.links_agence a.gris {
  background-color: #b2b2b2;
}
div.links_agence a.orange {
  background-color: #ff6200;
}
div.links_agence a:hover {
  background-color: #3e3c3d;
  width: 100%;
}
div.callTo.bis {
  width: 100%;
}
div.links_agence {
  float: none;
  max-width: 250px;
}
div.callTo_visit {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e2e2e2;
  text-align: center;
  font-size: 14px;
  margin-bottom: 40px;
}
div.callTo_visit strong {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
div.callTo_visit a {
  font-family: "Muli", sans-serif;
  display: block;
  max-width: 200px;
  padding: 10px;
  text-align: center;
  background-color: #ff6200;
  color: white;
  margin: 10px auto 0px auto;
  font-size: 15px;
  -webkit-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  transition: all linear 300ms;
}
div.callTo_visit img.shadow {
  max-width: 240px;
  height: auto;
  display: block;
  margin: auto;
}
div.callTo_visit a:hover {
  background-color: #b2b2b2;
}
.at-label {
  margin: 0px !important;
}
div#cookieBox {
  width: 90%;
  background-color: #d9dadb;
  color: #2e2d30;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  padding: 10px 5%;
  display: none;
}
div#cookieBox p {
  font-family: "Muli", serif;
  font-size: 13px;
}
div#cookieBox p a {
  background-color: #2e2d30;
  color: #ff6200;
  cursor: pointer;
  padding: 5px 10px;
  text-transform: uppercase;
  text-decoration: none;
}
div#cookieBox p.legal {
  background-color: #2e2d30;
  color: #9c9e9f;
  font-size: 8px;
  padding-left: 15px;
  font-family: "Muli", serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
}
div#cookieBox p.legal a {
  text-decoration: none;
  color: #9c9e9f;
}
div#cookieBox.hide {
  display: none;
}
div#cookieBox.show {
  display: block;
}
.large .wpcf7 {
  width: 100%;
}
.large .wpcf7-form {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.large .wpcf7 .form-cols {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .large .wpcf7 .form-cols {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.large .wpcf7 .form-cols .form-col {
  width: 100%;
  margin-bottom: 2em;
}
@media screen and (min-width: 1024px) {
  .large .wpcf7 .form-cols .form-col {
    width: 48%;
  }
}
.large .wpcf7 .form-cols .form-col .col-title {
  font-size: 1.5em;
  margin-bottom: 1em;
}
.large .wpcf7 .form-cols .form-col .col-title small {
  font-size: 0.7em;
}
.large .wpcf7 .form-col .col-title {
  font-size: 1.5em;
  margin-bottom: 1em;
}
.large .wpcf7 .form-col .col-title small {
  font-size: 0.7em;
}
.large .wpcf7 .form-group {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .large .wpcf7 .form-group {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.large .wpcf7 .form-group > p {
  width: 100%;
}
.large .wpcf7 .form-group .form-control {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1024px) {
  .large .wpcf7 .form-group .form-control {
    width: 48%;
  }
}
.large .wpcf7 .form-group .form-control > span {
  width: 100%;
}
.large .wpcf7 .form-group .form-control input,
.large .wpcf7 .form-group .form-control textarea {
  width: 100%;
  font-size: 1em;
  padding: 5px;
  background: none;
  border: 1px solid #e2e2e2;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.large .wpcf7 .form-group .form-control input:focus,
.large .wpcf7 .form-group .form-control textarea:focus {
  outline: none;
  border-left: 4px solid #ff6200;
}
.large .wpcf7 .form-group .form-control .wpcf7-checkbox input[type="checkbox"],
.large .wpcf7 .form-group .form-control .wpcf7-checkbox input[type="radio"],
.large .wpcf7 .form-group .form-control .wpcf7-radio input[type="checkbox"],
.large .wpcf7 .form-group .form-control .wpcf7-radio input[type="radio"] {
  display: none;
}
.large .wpcf7 .form-group .form-control .wpcf7-checkbox .wpcf7-list-item label,
.large .wpcf7 .form-group .form-control .wpcf7-radio .wpcf7-list-item label {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.large .wpcf7 .form-group .form-control .wpcf7-checkbox .wpcf7-list-item span,
.large .wpcf7 .form-group .form-control .wpcf7-radio .wpcf7-list-item span {
  width: auto;
  margin-right: 10px;
}
.large .wpcf7 .form-group .form-control.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid #e2e2e2;
  background: white;
  border-radius: 0;
  font-size: 1em;
  padding: 5px;
  margin-top: 5px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.large .wpcf7 .form-group .form-control.select select:focus {
  outline: none;
  border-left: 4px solid #ff6200;
}
.large .wpcf7 .form-group .form-control.select .wpcf7-form-control-wrap {
  position: relative;
}
.large .wpcf7 .form-group .form-control.select .wpcf7-form-control-wrap:after {
  content: "";
  display: block;
  width: 20px;
  height: 12px;
  background: url("assets/images/chevron-down.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 60%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.large .wpcf7 .form-group .form-control .wp-content p {
  font-weight: bold;
  margin-bottom: 1em;
}
.large .wpcf7 .form-group .form-control .wp-content ul {
  margin-bottom: 1em;
  margin-left: 10px;
}
.large .wpcf7 .form-group .form-control.-send input {
  width: 200px;
  background: #ff6200;
  color: white;
  border: none;
  padding: 0.5em 1em;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .large .wpcf7 .form-group.-single .form-control {
    width: 100%;
  }
}
.large .wpcf7 .form-group.-single .form-control span {
  width: 100%;
}
.large .wpcf7 .codedropz-upload-inner h3 {
  font-size: 18px;
}
.wpcf7-not-valid-tip {
  color: red;
}
body,
html {
  font-family: "Muli", serif;
  width: 100%;
  height: 100%;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
}
.hidden {
  display: none;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 20% !important;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 20% !important;
}
label.checkbox,
label.radio,
label.radio_jardin {
  cursor: pointer;
}
label.checkbox span.input,
label.radio span.input,
label.radio_jardin span.input {
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #e2e2e2;
  padding: 5px;
  width: 15px;
  height: 15px;
  text-align: center;
}
label.checkbox span.input i,
label.radio span.input i,
label.radio_jardin span.input i {
  color: white;
}
label.checkbox span.input:hover,
label.radio span.input:hover,
label.radio_jardin span.input:hover {
  border: 1px solid #3e3c3d;
}
label.checkbox.selected span.input,
label.radio.selected span.input,
label.radio_jardin.selected span.input {
  border: 1px solid #ff6200;
  background-color: #ff6200;
}
div.container_home {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 30px;
}
div.container_home div.callTo {
  float: right;
  width: 23.5%;
  margin-top: 40px;
}
div.container_home:after,
div.container_home:before {
  content: "";
  display: table;
}
div.container_home:after {
  clear: both;
}
div.radio {
  float: left;
  padding: 15px;
}
div.radio label {
  display: block;
  margin-bottom: 5px;
}
div.chambrel,
div.commune,
div.prix,
div.sdb,
div.surfaceSol,
div.type {
  width: 200px;
  float: left;
  padding: 15px;
}
div.chambrel label,
div.commune label,
div.prix label,
div.sdb label,
div.surfaceSol label,
div.type label {
  display: inline-block;
  width: 46%;
  margin-right: 2%;
}
div.chambrel label input,
div.commune label input,
div.prix label input,
div.sdb label input,
div.surfaceSol label input,
div.type label input {
  width: 100%;
  height: 23px;
}
div.chambrel span,
div.commune span,
div.prix span,
div.sdb span,
div.surfaceSol span,
div.type span {
  display: block;
  font-weight: 500;
  margin: 8px 0px;
  text-transform: uppercase;
}
div.chambrel div.select_container,
div.commune div.select_container,
div.prix div.select_container,
div.sdb div.select_container,
div.surfaceSol div.select_container,
div.type div.select_container {
  border: 1px solid #e2e2e2;
  overflow: hidden;
  background-image: url(./assets/images/select_handler.png);
  background-repeat: no-repeat;
  background-position: top right;
  height: 27px;
  background-color: #fff;
  display: block;
  cursor: pointer;
}
div.chambrel div.select_container select,
div.commune div.select_container select,
div.prix div.select_container select,
div.sdb div.select_container select,
div.surfaceSol div.select_container select,
div.type div.select_container select {
  border: none;
  height: 27px;
  line-height: normal !important;
  width: 120%;
  min-width: 100px;
  background: transparent;
  color: #333333;
}
div.chambrel div.select_container select option.budget_hide,
div.commune div.select_container select option.budget_hide,
div.prix div.select_container select option.budget_hide,
div.sdb div.select_container select option.budget_hide,
div.surfaceSol div.select_container select option.budget_hide,
div.type div.select_container select option.budget_hide {
  display: none;
}
div.chambrel div.select_container:hover,
div.commune div.select_container:hover,
div.prix div.select_container:hover,
div.sdb div.select_container:hover,
div.surfaceSol div.select_container:hover,
div.type div.select_container:hover {
  background-position: bottom right;
}
div.form.col.gris {
  background-color: #f2f2f2;
}
div.surfaceJardin > span {
  display: block;
  display: block;
  font-weight: 800;
  margin: 8px 0px;
  text-transform: uppercase;
}
div.surfaceJardin label {
  margin-right: 20px;
}
div.form.col {
  width: 100%;
  padding-bottom: 10px;
}
div.form.col div.chambrel,
div.form.col div.commune,
div.form.col div.prix,
div.form.col div.radio,
div.form.col div.sdb,
div.form.col div.surfaceJardin,
div.form.col div.surfaceSol,
div.form.col div.type {
  width: 100%;
  float: none;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
div.form.col div.chambrel div.input_container.small,
div.form.col div.chambrel div.select_container.small,
div.form.col div.commune div.input_container.small,
div.form.col div.commune div.select_container.small,
div.form.col div.prix div.input_container.small,
div.form.col div.prix div.select_container.small,
div.form.col div.radio div.input_container.small,
div.form.col div.radio div.select_container.small,
div.form.col div.sdb div.input_container.small,
div.form.col div.sdb div.select_container.small,
div.form.col div.surfaceJardin div.input_container.small,
div.form.col div.surfaceJardin div.select_container.small,
div.form.col div.surfaceSol div.input_container.small,
div.form.col div.surfaceSol div.select_container.small,
div.form.col div.type div.input_container.small,
div.form.col div.type div.select_container.small {
  width: calc(50% - 40px);
  display: inline-block;
  margin-bottom: -10px;
}
div.form.col div.chambrel div.input_container.small input,
div.form.col div.chambrel div.select_container.small input,
div.form.col div.commune div.input_container.small input,
div.form.col div.commune div.select_container.small input,
div.form.col div.prix div.input_container.small input,
div.form.col div.prix div.select_container.small input,
div.form.col div.radio div.input_container.small input,
div.form.col div.radio div.select_container.small input,
div.form.col div.sdb div.input_container.small input,
div.form.col div.sdb div.select_container.small input,
div.form.col div.surfaceJardin div.input_container.small input,
div.form.col div.surfaceJardin div.select_container.small input,
div.form.col div.surfaceSol div.input_container.small input,
div.form.col div.surfaceSol div.select_container.small input,
div.form.col div.type div.input_container.small input,
div.form.col div.type div.select_container.small input {
  border: none;
  height: 25px;
  line-height: normal !important;
  width: 100%;
  min-width: 100px;
  background: #fff;
  border: 1px solid #e2e2e2;
  color: #333333;
}
div.form.col div.chambrel label.entre,
div.form.col div.commune label.entre,
div.form.col div.prix label.entre,
div.form.col div.radio label.entre,
div.form.col div.sdb label.entre,
div.form.col div.surfaceJardin label.entre,
div.form.col div.surfaceSol label.entre,
div.form.col div.type label.entre {
  width: 30px;
  display: inline-block;
}
div.form.col div.chambrel label.et,
div.form.col div.commune label.et,
div.form.col div.prix label.et,
div.form.col div.radio label.et,
div.form.col div.sdb label.et,
div.form.col div.surfaceJardin label.et,
div.form.col div.surfaceSol label.et,
div.form.col div.type label.et {
  width: 20px;
  text-align: center;
  display: inline-block;
}
div.form.col a.search_submit {
  display: block;
  padding: 10px 0px;
  text-align: center;
  font-family: "Muli", serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  background-color: #b2b2b2;
}
div.form.col a.search_submit:hover {
  background-color: #3e3c3d;
}
.infos_trio {
  width: 100%;
}
.infos_trio .cpt {
  position: relative;
  width: 100%;
  height: 72px;
  background-color: #908f8f;
  margin-top: 10px;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.infos_trio .cpt .title {
  display: block;
  height: 72px;
  line-height: 72px;
  text-align: center;
  font-family: "Muli", serif;
  font-size: 22px;
  color: #fff;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.infos_trio .cpt .title:hover {
  background-color: #333;
}
.infos_trio .cpt .nbr {
  position: absolute;
  top: 20px;
  right: -4px;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 8px;
}
.infos_trio .cpt:hover {
  background-color: #ff6200;
}
.infos_trio .btn_certif {
  text-align: center;
  margin-top: 5px;
  display: block;
  background-color: #5f5c5e;
  padding: 0 20px;
  height: 72px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.infos_trio .btn_certif em {
  color: #ff6200;
  font-weight: bold;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  font-size: 20px;
}
.infos_trio .btn_certif:hover {
  background-color: #ff6200;
}
.infos_trio .btn_certif:hover em {
  color: #3e3c3d;
}
.infos_trio .btn_pret {
  display: block;
  background-color: #3e3c3d;
  padding: 0 20px;
  height: 72px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  text-align: center;
}
.infos_trio .btn_pret em {
  color: #ff6200;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.infos_trio .btn_pret:hover {
  background-color: #ff6200;
}
.infos_trio .btn_pret:hover em {
  color: #fff;
}
.title_classic {
  font-family: "Muli", sans-serif;
  font-size: 20px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}
.title_classic i {
  color: #ff6200;
}
.zone_infos_video {
  margin-top: 30px;
  padding-top: 30px;
  background-color: #f2f2f2;
  overflow: hidden;
}
.zone_infos_video .wrapper {
  width: 1200px;
  margin: auto;
  padding-bottom: 21px;
}
.zone_infos_video .text {
  float: left;
  width: 680px;
  color: #333333;
  font-size: 12px;
}
.zone_infos_video .text i {
  color: #ff6200;
  font-size: 16px;
}
.zone_infos_video .text span {
  text-transform: uppercase;
  color: #ff6200;
  font-weight: bold;
}
.zone_infos_video .text table td {
  padding: 10px 30px 0 0;
}
.zone_infos_video .text strong {
  font-size: 14px;
}
.zone_infos_video .book {
  float: left;
  width: 560px;
}
.zone_infos_video .book ul li {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  height: 70px;
  padding: 5px;
  background-color: #f2f2f2;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  cursor: pointer;
}
.zone_infos_video .book ul li .illu_book {
  float: left;
  max-width: 97px;
  max-height: 70px;
}
.zone_infos_video .book ul li .fa-youtube-play {
  position: absolute;
  top: 26px;
  left: 36px;
  color: #fff;
  font-size: 28px;
}
.zone_infos_video .book ul li .infos {
  float: right;
  width: 445px;
}
.zone_infos_video .book ul li .infos .title a {
  font-weight: 300;
  font-size: 14px;
  color: #3e3c3d;
}
.zone_infos_video .book ul li .infos .detail {
  margin: 3px 0;
  color: #ff6200;
}
.zone_infos_video .book ul li .infos .date {
  color: #b2b2b2;
}
.zone_infos_video .book ul li:hover {
  background-color: #e2e2e2;
}
.zone_infos_video .video {
  position: relative;
  float: right;
  width: 500px;
}
.zone_infos_video .video .classic_pic {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.zone_infos_video .video .shadow {
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
}
.zone_infos_video div#slider_videos {
  width: 100%;
}
.zone_infos_video div#slider_videos ul > li {
  display: block;
  float: left;
  position: relative;
  width: calc(33.3333% - 10px);
  margin: 5px;
  background-color: #f2f2f2;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.zone_infos_video div#slider_videos ul > li a {
  display: block;
}
.zone_infos_video div#slider_videos ul > li a img {
  width: 100%;
  height: auto;
}
.zone_infos_video div#slider_videos ul > li i {
  position: absolute;
  top: 45px;
  left: 65px;
  color: #fff;
  font-size: 28px;
}
.zone_infos_video div#slider_videos ul > li div.title {
  color: #3e3c3d;
  font-weight: 500;
  font-size: 11px;
  padding: 5px;
}
.zone_infos_video div#slider_videos ul > li:hover {
  background-color: #e2e2e2;
}
.btn_orange {
  border: 0;
  background-color: #ff6200;
  color: #fff;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  padding: 7px 30px;
  cursor: pointer;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  float: left;
  margin-bottom: 5px;
  -webkit-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  transition: all linear 300ms;
}
.btn_orange:hover {
  background-color: #3e3c3d;
}
div.wrapper_listing {
  max-width: 1200px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
div.wrapper_listing .title_classic {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 20px;
  margin-bottom: 0px;
}
.mini_form_search {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 25%;
  overflow: hidden;
  border-right: 1px solid #e2e2e2;
}
.wrapper_book {
  width: 1200px;
  margin: auto;
  padding-bottom: 20px;
  padding-top: 20px;
}
.list_book {
  width: 830px;
}
.list_book li {
  border-top: 1px solid #e2e2e2;
  overflow: hidden;
  padding: 15px 0;
  display: block;
}
.list_book li .illu {
  float: left;
  max-width: 300px;
  max-height: 225px;
}
.list_book li .temoignage {
  float: left;
  width: 510px;
  margin-left: 20px;
}
.list_book li .temoignage .title {
  text-transform: uppercase;
  color: #3e3c3d;
  margin: 10px 0;
  font-weight: bold;
  font-size: 16px;
}
.list_book li .temoignage .text {
  color: #333333;
  font-size: 14px;
}
.list_book li:first-child {
  border-top: 0px solid #333333;
}
input#image-hide {
  display: none;
}
div.wrapper.contact {
  max-width: 1200px;
  padding: 50px 0px;
  margin: auto;
}
div.wrapper.contact:after,
div.wrapper.contact:before {
  content: "";
  display: table;
}
div.wrapper.contact:after {
  clear: both;
}
div.wrapper.contact div.entry-content {
  float: left;
  width: 40%;
  margin-top: 0px;
}
div.wrapper.contact div#map {
  width: 55%;
  float: right;
  height: 500px;
}
div.wrapper.contact form.wpcf7-form {
  width: 100%;
  margin-bottom: 50px;
}
div.wrapper.contact form.wpcf7-form div.wpcf7-validation-errors {
  color: red;
  font-size: 15px;
  font-weight: 800;
  margin-top: 15px;
}
div.wrapper.contact form.wpcf7-form p.champ_contact {
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
}
div.wrapper.contact form.wpcf7-form p.champ_contact:after,
div.wrapper.contact form.wpcf7-form p.champ_contact:before {
  content: "";
  display: table;
}
div.wrapper.contact form.wpcf7-form p.champ_contact:after {
  clear: both;
}
div.wrapper.contact form.wpcf7-form p.champ_contact span.wpcf7-not-valid-tip {
  display: none;
}
div.wrapper.contact form.wpcf7-form p.champ_contact span.wpcf7-not-valid {
  border: 1px solid red;
}
div.wrapper.contact form.wpcf7-form p.champ_contact span.wpcf7-not-valid:after,
div.wrapper.contact
  form.wpcf7-form
  p.champ_contact
  span.wpcf7-not-valid:before {
  content: "";
  display: table;
}
div.wrapper.contact form.wpcf7-form p.champ_contact span.wpcf7-not-valid:after {
  clear: both;
}
div.wrapper.contact form.wpcf7-form p.champ_contact span.wpcf7-list-item {
  height: 35px;
  width: 100%;
  overflow: hidden;
}
div.wrapper.contact
  form.wpcf7-form
  p.champ_contact
  span.wpcf7-list-item
  label
  span.input {
  display: block;
  float: left;
  margin-right: 5px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #e2e2e2;
  padding: 5px;
  width: 15px;
  height: 15px;
  text-align: center;
}
div.wrapper.contact
  form.wpcf7-form
  p.champ_contact
  span.wpcf7-list-item
  label
  span.input
  i {
  color: white;
  top: -2px;
  position: relative;
}
div.wrapper.contact
  form.wpcf7-form
  p.champ_contact
  span.wpcf7-list-item
  label
  span.input:hover {
  border: 1px solid #3e3c3d;
}
div.wrapper.contact
  form.wpcf7-form
  p.champ_contact
  span.wpcf7-list-item
  label:after,
div.wrapper.contact
  form.wpcf7-form
  p.champ_contact
  span.wpcf7-list-item
  label:before {
  content: "";
  display: table;
}
div.wrapper.contact
  form.wpcf7-form
  p.champ_contact
  span.wpcf7-list-item
  label:after {
  clear: both;
}
div.wrapper.contact
  form.wpcf7-form
  p.champ_contact
  span.wpcf7-list-item
  label.active
  span.input {
  border: 1px solid #ff6200;
  background-color: #ff6200;
}
div.wrapper.contact form.wpcf7-form p.champ_contact span {
  display: block;
  width: 100%;
}
div.wrapper.contact form.wpcf7-form p.champ_contact span input[type="email"],
div.wrapper.contact form.wpcf7-form p.champ_contact span input[type="text"] {
  display: block;
  width: 100%;
  padding: 10px 10px;
  background: none;
  border: 1px solid #e2e2e2;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px;
}
div.wrapper.contact
  form.wpcf7-form
  p.champ_contact
  span
  input.wpcf7-not-valid[type="email"],
div.wrapper.contact
  form.wpcf7-form
  p.champ_contact
  span
  input.wpcf7-not-valid[type="text"] {
  border: 1px solid red;
}
div.wrapper.contact form.wpcf7-form p.champ_contact span textarea {
  display: block;
  width: 100%;
  padding: 10px 10px;
  background: none;
  border: 1px solid #e2e2e2;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px;
}
div.wrapper.contact form.wpcf7-form p.champ_contact span select {
  display: block;
  width: 100%;
  padding: 5px 10px;
  height: 25px;
  background: none;
  border: 1px solid #e2e2e2;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 5px;
}
div.wrapper.contact
  form.wpcf7-form
  p.champ_contact
  span
  input[type="checkbox"] {
  float: left;
  width: 12px;
  height: 12px;
  margin-left: -20px;
}
div.wrapper.contact
  form.wpcf7-form
  p.champ_contact
  span
  span.wpcf7-list-item-label {
  float: right;
  width: calc(100% - 40px);
  font-size: 14px;
  margin-top: 3px;
}
div.wrapper.contact form.wpcf7-form p.description {
  margin: 15px 0px;
  color: #ff6200;
  font-size: 13px;
}
div.wrapper.contact form.wpcf7-form input[type="submit"] {
  border: 0;
  background-color: #ff6200;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 7px 30px;
  cursor: pointer;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  margin: auto;
  display: inline-block;
  margin-top: 15px;
}
div.wrapper.contact form.wpcf7-form input[type="submit"] :hover {
  background-color: #333;
}
div.wrapper.page {
  max-width: 1200px;
  margin: 50px auto;
}
div.wrapper.page:after,
div.wrapper.page:before {
  content: "";
  display: table;
}
div.wrapper.page:after {
  clear: both;
}
div.wrapper.page .entry-content {
  width: 60%;
  margin: auto;
}
div.wrapper.page .entry-content.large {
  width: 100%;
  max-width: 1100px;
}
div.wrapper.page div#image_side {
  float: right;
  width: 35%;
}
div.wrapper.page div#image_side img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
div.popup div.title_instruction {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  color: #ff6200;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
div.popup ul.smileys_legend {
  margin-bottom: 20px;
  margin-top: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}
div.popup ul.smileys_legend li {
  display: inline-block;
  margin-right: 15px;
}
div.popup ul.smileys_legend li img {
  width: 20px;
  height: 20px;
  margin-bottom: -5px;
}
div.popup p.champ_contact {
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
}
div.popup p.champ_contact:after,
div.popup p.champ_contact:before {
  content: "";
  display: table;
}
div.popup p.champ_contact:after {
  clear: both;
}
div.popup p.champ_contact span {
  display: block;
  width: 100%;
}
div.popup p.champ_contact span input[type="email"],
div.popup p.champ_contact span input[type="text"] {
  display: block;
  width: 100%;
  padding: 10px 10px;
  background: none;
  border: 1px solid #e2e2e2;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px;
}
div.popup p.champ_contact span textarea {
  display: block;
  width: 100%;
  padding: 10px 10px;
  background: none;
  border: 1px solid #e2e2e2;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px;
}
div.popup p.champ_contact span select {
  display: block;
  width: 100%;
  padding: 5px 10px;
  height: 25px;
  background: none;
  border: 1px solid #e2e2e2;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 5px;
}
div.popup p.champ_contact span input[type="checkbox"] {
  float: left;
  width: 12px;
  height: 12px;
}
div.popup p.champ_contact span span.wpcf7-list-item-label {
  float: right;
  width: calc(100% - 40px);
  font-size: 14px;
}
div#popup_buyer p.champ_contact,
div#popup_seller p.champ_contact {
  font-weight: 800;
}
div#popup_buyer p.champ_contact span.wpcf7-form-control-wrap,
div#popup_seller p.champ_contact span.wpcf7-form-control-wrap {
  font-weight: 300;
  display: block;
  margin-top: 5px;
}
div#popup_buyer
  p.champ_contact
  span.wpcf7-form-control-wrap
  > span.wpcf7-form-control
  > span,
div#popup_seller
  p.champ_contact
  span.wpcf7-form-control-wrap
  > span.wpcf7-form-control
  > span {
  padding-left: 30px;
  line-height: 40px;
  height: 40px;
  background: url(./assets/images/smileys/1.png) no-repeat left center;
  background-size: 25px 25px;
}
div#popup_buyer
  p.champ_contact
  span.wpcf7-form-control-wrap
  > span.wpcf7-form-control
  > span
  input[type="checkbox"],
div#popup_seller
  p.champ_contact
  span.wpcf7-form-control-wrap
  > span.wpcf7-form-control
  > span
  input[type="checkbox"] {
  float: none;
}
div#popup_buyer
  p.champ_contact
  span.wpcf7-form-control-wrap
  > span.wpcf7-form-control
  > span
  span.input,
div#popup_seller
  p.champ_contact
  span.wpcf7-form-control-wrap
  > span.wpcf7-form-control
  > span
  span.input {
  bottom: -7px;
  position: relative;
}
div#popup_buyer
  p.champ_contact
  span.wpcf7-form-control-wrap
  > span.wpcf7-form-control
  > span
  span.input
  i,
div#popup_seller
  p.champ_contact
  span.wpcf7-form-control-wrap
  > span.wpcf7-form-control
  > span
  span.input
  i {
  top: -12px;
}
div#popup_buyer
  p.champ_contact
  span.wpcf7-form-control-wrap
  > span.wpcf7-form-control
  > span:nth-child(2),
div#popup_seller
  p.champ_contact
  span.wpcf7-form-control-wrap
  > span.wpcf7-form-control
  > span:nth-child(2) {
  background: url(./assets/images/smileys/2.png) no-repeat left center;
  background-size: 25px 25px;
}
div#popup_buyer
  p.champ_contact
  span.wpcf7-form-control-wrap
  > span.wpcf7-form-control
  > span:nth-child(3),
div#popup_seller
  p.champ_contact
  span.wpcf7-form-control-wrap
  > span.wpcf7-form-control
  > span:nth-child(3) {
  background: url(./assets/images/smileys/3.png) no-repeat left center;
  background-size: 25px 25px;
}
div#popup_buyer
  p.champ_contact
  span.wpcf7-form-control-wrap
  > span.wpcf7-form-control
  > span:nth-child(4),
div#popup_seller
  p.champ_contact
  span.wpcf7-form-control-wrap
  > span.wpcf7-form-control
  > span:nth-child(4) {
  background: url(./assets/images/smileys/4.png) no-repeat left center;
  background-size: 25px 25px;
}
.cpt {
  position: relative;
  width: 100%;
  background-color: #ff6200;
  margin-bottom: 15px;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.cpt .title {
  display: block;
  padding: 10px 0px;
  text-align: center;
  font-family: "Muli", serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.cpt .title:hover {
  background-color: #333;
}
div.agence_page {
  margin: auto;
  max-width: 90%;
  width: 1200px;
  padding-bottom: 50px;
}
div.agence_page img.banner-agence {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
div.agence_page div.wrapper_agence {
  position: relative;
  z-index: 2;
}
div.agence_page div.wrapper_agence:after,
div.agence_page div.wrapper_agence:before {
  content: "";
  display: table;
}
div.agence_page div.wrapper_agence:after {
  clear: both;
}
div.agence_page div.wrapper_agence div.content_agence {
  width: 28%;
  background-color: white;
  color: #ffd3bc;
  float: left;
  margin: 0px 2%;
  margin-top: -60px;
  font-size: 14px;
  line-height: 20px;
}
div.agence_page div.wrapper_agence div.content_agence img.img-agence {
  display: block;
  width: 94%;
  height: auto;
  margin: 3%;
  margin-bottom: 0px;
}
div.agence_page div.wrapper_agence div.entry-agence {
  padding: 25px;
  float: left;
  width: 60%;
}
div.agence_page div.wrapper_agence div.entry-agence h1 {
  color: #ff6200;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
}
div.agence_page div.wrapper_agence div.entry-agence strong {
  color: #3e3c3d;
}
div.agence_page div.wrapper_agence div.entry-agence p {
  margin-bottom: 15px;
}
div.agence_page div.wrapper_agence div.entry-agence p a {
  display: inline;
  color: #50a1e6;
  text-decoration: underline;
}
div.agence_page div.wrapper_agence div.entry-agence div.links_agence {
  margin-top: 30px;
  margin-left: -5px;
}
div.screen-reader-response {
  display: none;
}
div#construction {
  text-align: center;
  padding: 20px 0px;
  color: #ff6200;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  div.links_agence a {
    display: block;
    width: 95%;
    margin: auto;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 5px;
    margin-bottom: 10px;
    -webkit-transition: all linear 300ms;
    -o-transition: all linear 300ms;
    transition: all linear 300ms;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  div.links_agence a.gris {
    background-color: #b2b2b2;
  }
  div.links_agence a.orange {
    background-color: #ff6200;
  }
  div.links_agence a:hover {
    background-color: #3e3c3d;
    width: 100%;
  }
}
