/* @override
	http://signes-paysages.fr/Styles/signes
	http://www.signes-paysages.fr/Styles/signes */
.ombra {
  -webkit-box-shadow: 0 1px 2px black;
  -moz-box-shadow: 0 1px 2px black;
  box-shadow: 0 1px 2px black;
  color: 0 1px 2px black;
}
.text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.menu_reset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.border_bottom {
  border-bottom: solid 1px #b3b3b3;
}
.border_top {
  border-top: solid 1px #b3b3b3;
}
.border_left {
  border-left: solid 1px #b3b3b3;
}
/* @group BOILERPLATE */
html,
button,
input,
select,
textarea {
  color: #222;
}
/*
body {
    font-size: 1em;
    line-height: 1.4;
}
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* @end */
body {
  font-family: 'thesanslight';
  position: relative;
}
@media screen and (min-width: 1140px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }
  body h1 {
    font: 22px 'thesanslight';
    line-height: 51px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1139px) {
  body {
    font-size: 13px;
    line-height: 18px;
  }
  body h1 {
    font: 20px 'thesanslight';
    line-height: 40px;
  }
}
@media screen and (max-width: 960px) {
  body {
    font-size: 11px;
    line-height: 15px;
  }
  body h1 {
    font: 18px 'thesanslight';
    line-height: 30px;
  }
}
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
a,
a:hover {
  text-decoration: none;
}
h4 {
  font: 15px 'thesans';
  line-height: 20px;
}
.space_after {
  margin-bottom: 5px;
}
#main {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#header {
  position: relative;
  height: 100px;
  overflow: visible;
}
.logo_container a#logo {
  height: 40px;
  width: 300px;
  display: block;
  border-left: solid 1px #000000;
  background: url("/images/logo_header.png") 0px 32px no-repeat;
  padding-top: 32px;
}
.new_logo {
  position: absolute;
  top: 32px;
  width: 300px;
  height: 40px;
  left: 1px;
  z-index: 2;
  opacity: 0;
}
.new_logo.signes_paysages {
  background: url("/images/logo_header.png") 0px -40px no-repeat;
}
.new_logo.signes_ouest {
  background: url("/images/logo_header.png") 0px -80px no-repeat;
}
.new_logo.signes_nord {
  background: url("/images/logo_header.png") 0px -120px no-repeat;
}
#news {
  height: 500px;
  overflow: hidden;
}
#texte {
  position: relative;
  top: 200px;
}
.widget_destra {
  padding-top: 25px;
}
/* @group Language */
#language {
  text-transform: capitalize;
  font: 15px 'thesanslight';
  line-height: 25px;
  padding: 5px;
  margin-left: -5px;
  position: relative;
  top: 30px;
  text-align: left;
  background-color: white;
}
#language .current_lang {
  border-bottom: solid 1px #b3b3b3;
  border-top: solid 1px #b3b3b3;
  padding: 3px 30px;
  background: url("/images/arrow_down.png") 0px 3px no-repeat;
}
#language:hover {
  -webkit-box-shadow: 0 1px 2px black;
  -moz-box-shadow: 0 1px 2px black;
  box-shadow: 0 1px 2px black;
  color: 0 1px 2px black;
}
#language:hover > ul {
  display: block;
}
#language > ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#language a {
  display: block;
  text-decoration: none;
  color: #000;
}
#language li {
  border-bottom: solid 1px #b3b3b3;
  padding: 3px 30px;
}
#language li:hover a {
  color: #fff;
}
#language li:hover {
  background: #b3b3b3;
}
/* @end */
/* @group Lifter LOGIC */
.detach {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  margin-bottom: 100px;
  border-bottom: solid 1px #b3b3b3;
  border-top: solid 1px #b3b3b3;
}
div#lifter {
  position: relative;
}
/* @end */
/* @group loader */
#jpreOverlay {
  background-color: white;
}
#jpreSlide {
  font-size: 22px;
  font-weight: bold;
  color: #ccc;
  text-align: center;
  width: 50%;
  height: 30%;
}
#jpreLoader {
  height: 3px;
  border: none;
  background-color: #858585;
}
@media screen and (min-width: 1140px) {
  #jpreLoader {
    width: 1135px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #jpreLoader {
    width: 740px;
  }
}
#jpreBar {
  background-color: #eaeaea;
}
#jprePercentage {
  text-align: center;
  top: -100%;
}
/* @end */
/* ==========================================================================
   GBlab Accordeon
   ========================================================================== */
.accordion-toggle {
  color: #333333;
  float: none;
  margin: 0;
  position: relative;
  /* min-height: 51px;*/

}
.accordion-group {
  border-bottom: solid 1px #b3b3b3;
}
.accordion-group:last-child {
  border-bottom: none;
}
.accordion-group .space {
  height: 40px;
}
#the_maps .accordion-group {
  border-bottom: none;
}
.accordion-toggle {
  cursor: default;
}
.accordion-toggle h1 {
  height: 51px;
  line-height: 51px;
}
.accordion-toggle p {
  font-size: 12px;
  line-height: 12px;
  -webkit-column-count: 3;
  -webkit-column-gap: 6px;
  -moz-column-count: 3;
  -moz-column-gap: 6px;
  column-count: 3;
  column-gap: 6px;
  height: 45px;
}
.accordion-toggle .aprichiudi {
  position: absolute;
  top: 15px;
  right: 30px;
  margin: 0px;
  font: 15px 'thesanslight';
  color: #b3b3b3;
  height: 20px;
  cursor: pointer;
  display: block;
}
.aperto .accordion-toggle .aprichiudi {
  cursor: default;
}
.accordion-group p {
  margin-bottom: 5px;
}
.freccia {
  display: inline-block;
  width: 20px;
  padding-left: 10px;
  height: 14px;
  background: url("/images/arrow_down.png") center center no-repeat;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.aperto .aprichiudi .freccia {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-inner .row {
  margin-bottom: 10px;
  margin-top: 10px;
}
.google_map,
.adresse {
  padding: 10px;
  overflow: hidden;
}
.hide_adresse {
  overflow: hidden;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.content {
  padding-top: 10px;
  padding-bottom: 20px;
}
.intestazione {
  border-bottom: solid 1px #b3b3b3;
}
.bottom {
  border-bottom: solid 1px #b3b3b3;
}
span.nom_equipe {
  font: 'thesans';
}
span.profession_equipe {
  font: 'thesanslight-italic';
}
.titolo_widget {
  padding-left: 15px;
  border-bottom: solid 1px #b3b3b3;
  border-top: solid 1px #b3b3b3;
  font: 15px 'thesanslight';
  line-height: 25px;
  margin-bottom: 10px;
}
h2 {
  font: 26px 'thesanslight';
  line-height: 30px;
}
#menu {
  border-top: solid 1px #b3b3b3;
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu a {
  font: 15px 'thesanslight';
  line-height: 25px;
  text-decoration: none;
  color: #000;
}
#menu a:hover,
#menu a.selected {
  font: 15px 'thesans';
  line-height: 25px;
  text-decoration: none;
  color: #000;
}
#menu a:active {
  font: 15px 'thesans';
  line-height: 25px;
  text-decoration: none;
  color: #000;
}
#menu li {
  border-bottom: solid 1px #b3b3b3;
}
#menu li a {
  padding-left: 10px;
}
#sub_menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sub_menu li {
  padding-left: 0;
}
#sub_menu li:last-child {
  border-bottom: none;
}
.gray {
  background: #cccccc;
}
.project_thumb {
  position: relative;
  margin-top: 5px;
}
.threecol .project_thumb {
  float: left;
}
.project_thumb.piccoli {
  width: 90px;
}
.caption {
  position: absolute;
  font: 26px 'thesanslight';
  padding: 0px 10px;
  top: 5px;
  color: #fff;
}
.caption2 {
  position: absolute;
  padding: 0px 10px;
  bottom: 10px;
  color: #fff;
}
.footer-container {
  font-size: 11px;
  color: #ccc;
}
/* ===============
    ALL: IE Fixes
   =============== */
.ie7 .title {
  padding-top: 20px;
}
/* ==========================================================================
   Media Queries per Projet // lightbox
   ========================================================================== */
#myBox {
  position: fixed;
  background-color: #fff;
  top: 0;
  right: 0;
  z-index: -200;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#myBoxContainer {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 102;
}
.project_thumb a {
  color: white;
  display: block;
  cursor: pointer;
  position: relative;
}
.project_thumb a span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.project_thumb a:hover span {
  background: rgba(0, 0, 0, 0.75);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.slideshow_arrow {
  position: absolute;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  z-index: 105;
  top: 25%;
  cursor: pointer;
}
#slideshow_right {
  right: 30px;
  background: url("/images/arrow_right.png") center center no-repeat;
}
#slideshow_left {
  left: 30px;
  background: url("/images/arrow_left.png") center center no-repeat;
}
.rsImg {
  float: right;
}
#projet .titolo {
  position: relative;
}
#projet h1 {
  margin-right: 40px;
}
#projet #close_box {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 15px;
  height: 20px;
  width: 20px;
  background: url("/images/close.png") 0px 0px no-repeat;
}
#projet .sinistra,
#projet .destra {
  border-top: solid 1px #b3b3b3;
  width: 50%;
  float: left;
}
#projet .content {
  padding: 10px;
  border-left: solid 1px #b3b3b3;
}
#projet .royalSlider {
  margin-bottom: 5px;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
  
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
       * Don't show links for images, or javascript/internal links
       */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* @group FONTS */
@font-face {
  font-family: 'thesanslight';
  src: url('/font/thesalt-webfont.eot');
  src: url('/font/thesalt-webfont.eot?#iefix') format('embedded-opentype'), url('/font/thesalt-webfont.woff') format('woff'), url('/font/thesalt-webfont.ttf') format('truetype'), url('/font/thesalt-webfont.svg#thesanslight-plainregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'thesanslight-italic';
  src: url('/font/thesaltit-webfont.eot');
  src: url('/font/thesaltit-webfont.eot?#iefix') format('embedded-opentype'), url('/font/thesaltit-webfont.woff') format('woff'), url('/font/thesaltit-webfont.ttf') format('truetype'), url('/font/thesaltit-webfont.svg#thesanslight-italicregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'thesans';
  src: url('/font/thesa-webfont.eot');
  src: url('/font/thesa-webfont.eot?#iefix') format('embedded-opentype'), url('/font/thesa-webfont.woff') format('woff'), url('/font/thesa-webfont.ttf') format('truetype'), url('/font/thesa-webfont.svg#thesans-plainregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'thesans-italic';
  src: url('/font/thesait-webfont.eot');
  src: url('/font/thesait-webfont.eot?#iefix') format('embedded-opentype'), url('/font/thesait-webfont.woff') format('woff'), url('/font/thesait-webfont.ttf') format('truetype'), url('/font/thesait-webfont.svg#thesans-italicregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'thesanssemibold';
  src: url('/font/thesasmbd-webfont.eot');
  src: url('/font/thesasmbd-webfont.eot?#iefix') format('embedded-opentype'), url('/font/thesasmbd-webfont.woff') format('woff'), url('/font/thesasmbd-webfont.ttf') format('truetype'), url('/font/thesasmbd-webfont.svg#thesanssemibold-plainregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'thesanssemibold-italic';
  src: url('/font/thesasmbdit-webfont.eot');
  src: url('/font/thesasmbdit-webfont.eot?#iefix') format('embedded-opentype'), url('/font/thesasmbdit-webfont.woff') format('woff'), url('/font/thesasmbdit-webfont.ttf') format('truetype'), url('/font/thesasmbdit-webfont.svg#thesanssemibold-italicregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'thesansbold';
  src: url('/font/thesabd-webfont.eot');
  src: url('/font/thesabd-webfont.eot?#iefix') format('embedded-opentype'), url('/font/thesabd-webfont.woff') format('woff'), url('/font/thesabd-webfont.ttf') format('truetype'), url('/font/thesabd-webfont.svg#thesansbold-plainregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'thesansbold-italic';
  src: url('/font/thesabdit-webfont.eot');
  src: url('/font/thesabdit-webfont.eot?#iefix') format('embedded-opentype'), url('/font/thesabdit-webfont.woff') format('woff'), url('/font/thesabdit-webfont.ttf') format('truetype'), url('/font/thesabdit-webfont.svg#thesansbold-italicregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* @end */
/* @group Helper classes */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* @end */
/* @group PowerTip Plugin */
.annidati {
  width: 280px;
  margin-right: 5px;
  float: left;
}
.annidati:nth-child(3n) {
  margin-right: 0;
}
.annidati .project_thumb {
  width: 90px;
}
#powerTip {
  cursor: default;
  background-color: #333;
  /* fallback for browsers that dont support rgba */

  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  display: none;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  z-index: 2000;
}
#powerTip.n:before,
#powerTip.e:before,
#powerTip.s:before,
#powerTip.w:before,
#powerTip.ne:before,
#powerTip.nw:before,
#powerTip.se:before,
#powerTip.sw:before {
  content: "";
  position: absolute;
}
#powerTip.n:before,
#powerTip.s:before {
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  left: 50%;
  margin-left: -5px;
}
#powerTip.e:before,
#powerTip.w:before {
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  margin-top: -5px;
  top: 50%;
}
#powerTip.n:before {
  border-top: 10px solid rgba(0, 0, 0, 0.8);
  bottom: -10px;
}
#powerTip.e:before {
  border-right: 10px solid rgba(0, 0, 0, 0.8);
  left: -10px;
}
#powerTip.s:before {
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
  top: -10px;
}
#powerTip.w:before {
  border-left: 10px solid rgba(0, 0, 0, 0.8);
  right: -10px;
}
#powerTip.ne:before,
#powerTip.se:before {
  border-right: 10px solid transparent;
  border-left: 0;
  left: 10px;
}
#powerTip.nw:before,
#powerTip.sw:before {
  border-left: 10px solid transparent;
  border-right: 0;
  right: 10px;
}
#powerTip.ne:before,
#powerTip.nw:before {
  border-top: 10px solid rgba(0, 0, 0, 0.8);
  bottom: -10px;
}
#powerTip.se:before,
#powerTip.sw:before {
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
  top: -10px;
}
/* @end */
.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -ms-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.masonry {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
  -moz-transition-property: left, right, top;
  -ms-transition-property: left, right, top;
  -o-transition-property: left, right, top;
  transition-property: left, right, top;
}
