  /*****************************************************************
  @file         global.css
  @description  Feuille de styles globale
  @author       Catherine, Lydia (ixmedia.com)
*******************************************************************/
/*----------------------------------------- BASICS
**************************************************/
/* Fonts {{{ */
@font-face {
  font-family: 'Arimo';
  src: url("fonts/arimo/arimo-regular-latin-webfont.eot");
  src: url("fonts/arimo/arimo-regular-latin-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/arimo/arimo-regular-latin-webfont.woff") format("woff"), url("fonts/arimo/arimo-regular-latin-webfont.ttf") format("truetype"), url("fonts/arimo/arimo-regular-latin-webfont.svg#ArimoRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Arimo';
  src: url("fonts/arimo/arimo-bold-latin-webfont.eot");
  src: url("fonts/arimo/arimo-bold-latin-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/arimo/arimo-bold-latin-webfont.woff") format("woff"), url("fonts/arimo/arimo-bold-latin-webfont.ttf") format("truetype"), url("fonts/arimo/arimo-bold-latin-webfont.svg#ArimoBold") format("svg");
  font-weight: bold;
  font-style: normal; }
/* }}} */
/* SASS Variables {{{ */
/* }}} */
/* Reset {{{
***************************************************** */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

time {
  display: inline; }

html {
  font-size: 62.5%;
  overflow-y: scroll; }

html, body {
  height: 100%; }

body {
  position: relative;
  margin: 0; }

ul, ol, dl {
  margin: 0; }

nav ul, ol.breadbrumbs {
  list-style: none;
  margin: 0;
  padding: 0; }

.group:after, body:after, .pagination:after, #nav #top #meta-nav:after, #content:after, #content-wrapper footer:after, ul.project:after, div.project nav#linear ul:after, div.project .detail #socials:after, div.project .detail #project-container .two-column:after, div.project #youtube ul:after, #team-listing:after, .section-awards #content-container article:after, .section-awards #content-container article .price-details li:after, .section-contact #content-container:after, .section-contact .city ul:after {
  content: "";
  display: block;
  clear: both; }

.group, body, .pagination, #nav #top #meta-nav, #content, #content-wrapper footer, ul.project, div.project nav#linear ul, div.project .detail #socials, div.project .detail #project-container .two-column, div.project #youtube ul, #team-listing, .section-awards #content-container article, .section-awards #content-container article .price-details li, .section-contact #content-container, .section-contact .city ul {
  zoom: 1; }

a *, button * {
  cursor: pointer; }

a img {
  border: 0; }

hr {
  display: none; }

small {
  font-size: 90%; }

del {
  text-decoration: line-through; }

sup, sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  font-size: 75%; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

span.amp {
  font-family: "Arimo", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 1.2em;
  line-height: 0.8; }

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

button, input[type="submit"], input[type="button"], * html input {
  width: auto;
  overflow: visible; }

button, label, select, option, input[type=submit], input[type=button] {
  cursor: pointer; }

button {
  background: none;
  margin: 0;
  padding: 0;
  border: none; }

button::-moz-focus-inner {
  border: 0;
  padding: 1px; }

input {
  margin: 0; }

/* }}} */
/* Boilerplate  {{{
******************************************************************************/
html, body {
  margin: 0;
  padding: 0; }

body {
  color: #7e8083;
  font-family: "Arimo", Helvetica, Arial, sans-serif;
  background: #fff;
  font-size: 120%;
  line-height: 1.3;
  position: relative;
  text-align: center;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  text-rendering: optimizeLegibility;
  margin: 1em 0 0; }

p, ul, ol, dl, table {
  margin: 1em 0; }

input, select, button, textarea, option {
  font-size: 100%;
  margin: 0; }

ol, ul {
  margin-left: 20px;
  padding: 0; }

p {
  font-size: 13px;
  font-size: 1.3rem; }

a {
  text-decoration: none;
  cursor: pointer; }

a:focus {
  outline: 0; }

a.focus {
  outline: 3px solid #f00; }

a.focus:active {
  outline: 3px solid #f00; }

a:link, a:visited {
  color: #7e8083; }

ol.breadcrumbs {
  margin: 0;
  padding: 0; }

ol.breadcrumbs li {
  display: inline; }

ol.breadcrumbs li a, ol.breadcrumbs li span {
  padding: 0 1px; }

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Arimo", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0 0 10px; }

h1 {
  font-size: 24px;
  font-size: 2.4rem; }

h2 {
  font-size: 18px;
  font-size: 1.8rem; }

h3 {
  font-size: 14px;
  font-size: 1.4rem; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

/* }}} */
/* Classes {{{ */
.hide, .print {
  display: none; }

.shy {
  position: absolute;
  left: -9999px; }

.plus {
  color: #7e8083;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: normal;
  position: absolute;
  top: -3px;
  right: 14px;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  transition: 0.1s linear; }

.province {
  color: black;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase; }

.section-career .back-button {
  margin-left: 0; }

.back-button {
  display: inline-block;
  margin: 0 25px; }
  .back-button:hover .back-to-list {
    background-position: 0 -28px; }
  .back-button:hover span {
    color: #000; }
  .back-button img {
    padding-right: 10px;
    border-right: 1px solid #bfbfc1; }
  .back-button span {
    color: #7e8083;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    margin-left: 5px;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear; }
  .back-button .back-to-list + span {
    text-transform: uppercase;
    border-left: 1px solid #bfbfc1;
    padding: 6px 0 6px 10px;
    position: relative;
    top: -8px; }

.plus-link {
  color: #7e8083;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding-right: 30px;
  position: absolute;
  bottom: 25px;
  right: 25px;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  transition: 0.1s linear; }
  .plus-link:hover, .plus-link:hover .plus {
    color: black; }
  .plus-link .plus {
    top: -16px;
    right: 0; }

.background {
  overflow: hidden; }
  .background img {
    height: 89vh; }

.nothing-available {
  padding: 10px 25px 20px; }

.back-to-list {
  background: transparent url("/assets/images/layout/ico-arrow-left-sprite.png") no-repeat top left;
  display: inline-block;
  width: 30px;
  height: 28px; }

/* }}} */
/* AJAXY {{{ */
#ajaxy-head {
  display: none; }

/* }}} */
/*---------------------------------------- UI
*************************************************/
/* Pagination {{{ */
.pagination a {
  display: block;
  width: 28px;
  position: relative;
  border: 1px solid #f2f2f2;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  transition: 0.1s linear; }
  .pagination a:hover {
    color: black;
    background: white; }
.pagination .previous,
.pagination .next {
  float: left;
  width: 28px;
  height: 28px;
  margin: 0 1px; }
  .pagination .previous .icon,
  .pagination .next .icon {
    display: block;
    width: 9px;
    height: 9px;
    background: white url("/assets/images/layout/ico-pagination-arrows.png") no-repeat;
    margin-top: -5px;
    margin-left: -4px;
    position: absolute;
    top: 50%;
    left: 50%; }
.pagination .previous .icon {
  background-position: 0 -9px; }
.pagination .previous:hover .icon {
  background-position: 0 0; }
.pagination .next .icon {
  background-position: -9px -9px; }
.pagination .next:hover .icon {
  background-position: -9px 0; }
.pagination ol {
  float: left;
  margin: 0; }
  .pagination ol li {
    margin: 0 1px;
    float: left; }
    .pagination ol li.active a {
      color: black;
      background: white; }
    .pagination ol li a {
      color: #7e8083;
      font-weight: bold;
      text-align: center;
      background: #f2f2f2;
      padding-top: 7px;
      height: 21px; }

/* }}} */
/* Project container {{{ */
.section-publications #content-wrapper > div.shadows {
  height: 50%; }

.section-awards #content-wrapper > div.shadows {
  height: 65%; }

#content-wrapper > div.shadows {
  height: 60%;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear; }
  #content-wrapper > div.shadows .overflow {
    overflow-y: auto;
    height: 100%; }
    #content-wrapper > div.shadows .overflow::-webkit-scrollbar {
      width: 5px;
      background: #d9d8d7; }
    #content-wrapper > div.shadows .overflow::-webkit-scrollbar-thumb {
      background: #333;
      cursor: pointer; }

/* }}} */
/*---------------------------------------- LAYOUT
*************************************************/
/* Wrapper {{{ */
#frame {
  text-align: left;
  margin: -20px 0px 0px;
  min-width: 1024px;
  height: 100%;
  position: relative; }

#zone .background {
  max-height: 992px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative; }

#main {
  position: relative;
  height: calc(100vh - 142px); }
  #main #content {
    height: 100%; }
    #main #content #zone {
      height: 100%; }

#nav,
#zone {
  position: relative;
  margin: 0 auto;
  max-width: 1600px; }

/* }}} */
/* Header {{{ */
/* }}} */
/* Navigation {{{ */
body[data-section="section-projects"] #nav #search, body[data-section="section-projects"] #nav #abcp,
body[data-section="section-project"] #nav #search,
body[data-section="section-project"] #nav #abcp,
body[data-section="section-team"] #nav #search,
body[data-section="section-team"] #nav #abcp {
  position: static; }

#nav {
  position: relative; }
  #nav #search.active,
  #nav #abcp.active {
    display: block; }
  #nav #abcp-pages .active a {
    color: white; }
  #nav #top {
    height: 124px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1600px;
    padding: 0 80px;
    margin: 0 auto; }
    #nav #top ul#principal {
      min-width: 579px;
      display: flex;
      flex-direction: row;
      margin-top: 20px; }
      #nav #top ul#principal li {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        padding-right: 35px; }
        #nav #top ul#principal li a:hover, #nav #top ul#principal li a.actif, #nav #top ul#principal li a:focus, #nav #top ul#principal li.active a {
          color: black; }
    #nav #top #meta-nav {
      position: absolute;
      top: 26px;
      right: 15px; }
      #nav #top #meta-nav li {
        float: left;
        margin-left: 15px; }
        #nav #top #meta-nav li#facebook a {
          display: block;
          height: 20px;
          width: 20px;
          background: transparent url("/assets/images/layout/ico-facebook.png") no-repeat top left;
          position: relative;
          top: -4px;
          -webkit-transition: none;
          -moz-transition: none;
          -ms-transition: none;
          -o-transition: none;
          transition: none; }
          #nav #top #meta-nav li#facebook a:hover {
            background-position: 0 -20px; }
        #nav #top #meta-nav li a {
          -webkit-transition: 0.2s linear;
          -moz-transition: 0.2s linear;
          -ms-transition: 0.2s linear;
          -o-transition: 0.2s linear;
          transition: 0.2s linear; }
        #nav #top #meta-nav li a:hover, #nav #top #meta-nav li a.actif, #nav #top #meta-nav li a:focus, #nav #top #meta-nav li.active a {
          color: black; }
    #nav #top ul#secondary {
      display: flex;
      flex-direction: row; }
      #nav #top ul#secondary > li {
        padding-right: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        padding-top: 20px; }
        #nav #top ul#secondary > li a:hover, #nav #top ul#secondary > li a.actif, #nav #top ul#secondary > li a:focus, #nav #top ul#secondary > li.active a {
          color: black; }
  #nav #search-and-abcp {
    background-color: white;
    height: 38px;
    position: relative;
    width: 100%; }
  #nav #search, #nav #abcp {
    max-width: 1600px;
    background-color: #7e8083;
    margin: 0 auto;
    display: none;
    z-index: 500; }
    #nav #search ul#filters, #nav #search #abcp-pages, #nav #abcp ul#filters, #nav #abcp #abcp-pages {
      display: flex;
      flex-direction: row; }
      #nav #search ul#filters > li a, #nav #search #abcp-pages > li a, #nav #abcp ul#filters > li a, #nav #abcp #abcp-pages > li a {
        color: #ccc;
        -webkit-transition: 0.2s linear;
        -moz-transition: 0.2s linear;
        -ms-transition: 0.2s linear;
        -o-transition: 0.2s linear;
        transition: 0.2s linear; }
      #nav #search ul#filters > li a, #nav #search ul#filters > li.tri-result, #nav #search #abcp-pages > li a, #nav #search #abcp-pages > li.tri-result, #nav #abcp ul#filters > li a, #nav #abcp ul#filters > li.tri-result, #nav #abcp #abcp-pages > li a, #nav #abcp #abcp-pages > li.tri-result {
        display: block;
        padding: 0 16px 0;
        margin: 5px 0; }
      #nav #search ul#filters > li a:hover, #nav #search ul#filters > li a.actif, #nav #search ul#filters > li a:focus, #nav #search ul#filters > li.active > a, #nav #search #abcp-pages > li a:hover, #nav #search #abcp-pages > li a.actif, #nav #search #abcp-pages > li a:focus, #nav #search #abcp-pages > li.active > a, #nav #abcp ul#filters > li a:hover, #nav #abcp ul#filters > li a.actif, #nav #abcp ul#filters > li a:focus, #nav #abcp ul#filters > li.active > a, #nav #abcp #abcp-pages > li a:hover, #nav #abcp #abcp-pages > li a.actif, #nav #abcp #abcp-pages > li a:focus, #nav #abcp #abcp-pages > li.active > a {
        color: white; }
      #nav #search ul#filters > li.tri-result, #nav #search #abcp-pages > li.tri-result, #nav #abcp ul#filters > li.tri-result, #nav #abcp #abcp-pages > li.tri-result {
        color: black; }
      #nav #search ul#filters > li ul, #nav #search #abcp-pages > li ul, #nav #abcp ul#filters > li ul, #nav #abcp #abcp-pages > li ul {
        display: none;
        max-width: 700px;
        -moz-opacity: 0.0;
        -khtml-opacity: 0.0;
        opacity: 0.0;
        transition: opacity 0.4s;
        -moz-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        z-index: 300; }
        #nav #search ul#filters > li ul li, #nav #search #abcp-pages > li ul li, #nav #abcp ul#filters > li ul li, #nav #abcp #abcp-pages > li ul li {
          float: left; }
          #nav #search ul#filters > li ul li.active, #nav #search #abcp-pages > li ul li.active, #nav #abcp ul#filters > li ul li.active, #nav #abcp #abcp-pages > li ul li.active {
            color: white;
            display: block;
            filter: alpha(opacity=100);
            -moz-opacity: 1.0;
            -khtml-opacity: 1.0;
            opacity: 1.0;
            display: block;
            padding: 5px 0 5px 26px; }
      #nav #search ul#filters > li:hover ul, #nav #search #abcp-pages > li:hover ul, #nav #abcp ul#filters > li:hover ul, #nav #abcp #abcp-pages > li:hover ul {
        display: block;
        filter: alpha(opacity=100);
        -moz-opacity: 1.0;
        -khtml-opacity: 1.0;
        opacity: 1.0; }
    #nav #search ul#view, #nav #abcp ul#view {
      float: right;
      margin-right: 8px; }
      #nav #search ul#view li, #nav #abcp ul#view li {
        display: inline-block;
        padding: 10px 8px; }
        #nav #search ul#view li img, #nav #abcp ul#view li img {
          filter: alpha(opacity=30);
          -moz-opacity: 0.3;
          -khtml-opacity: 0.3;
          opacity: 0.3; }
        #nav #search ul#view li a:hover img, #nav #search ul#view li.active img,
        #nav #search ul#view li a:focus img, #nav #abcp ul#view li a:hover img, #nav #abcp ul#view li.active img,
        #nav #abcp ul#view li a:focus img {
          filter: alpha(opacity=100);
          -moz-opacity: 1.0;
          -khtml-opacity: 1.0;
          opacity: 1.0; }

/* }}} */
/* Content {{{ */
#copyright {
  color: white;
  font-size: 21px;
  font-size: 2.1rem;
  margin: 0;
  position: absolute;
  bottom: 8px;
  right: 12px;
  z-index: 150; }

#made-by {
  color: white;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-size: 1rem;
  margin: 0;
  position: absolute;
  bottom: 8px;
  left: 12px;
  z-index: 150; }
  #made-by a {
    color: white;
    font-size: 10px;
    font-size: 1rem;
    font-weight: bold; }

#content {
  position: relative;
  width: 100%;
  z-index: 150; }
  #content #zone {
    z-index: 100; }

.template-subnav #page-title h1,
.section-search #page-title h1 {
  top: 215px; }

#page-title h1 {
  background: white;
  width: 213px;
  height: 106px;
  position: absolute;
  top: 164px;
  z-index: 3000; }
  #page-title h1 > span {
    color: black;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: right;
    text-transform: uppercase;
    margin: 0;
    position: absolute;
    bottom: 15px;
    right: 15px; }
  #page-title h1 .results {
    display: block;
    margin-top: 10px; }
  #page-title h1 .query {
    color: #444; }
#page-title .apply {
  color: white;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
  background: black;
  width: 173px;
  padding: 13px 40px 0px 0;
  position: absolute;
  top: 278px; }
  #page-title .apply:hover .plus {
    color: white; }
  #page-title .apply:after {
    content: ' ';
    background: transparent url("/assets/images/layout/bg-bottom-apply.png") no-repeat top left;
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -10px;
    right: 0; }

.template-subnav #content-wrapper {
  top: 216px; }

#content-wrapper {
  background: white;
  width: 55%;
  max-width: 700px;
  position: absolute;
  top: 166px;
  bottom: 0px;
  right: 59px; }
  #content-wrapper footer {
    margin: 15px 25px 0;
    position: absolute;
    width: 90%;
    bottom: 0; }
    #content-wrapper footer .pagination {
      float: left;
      width: 70%; }
    #content-wrapper footer #rss-feed {
      float: right; }
  #content-wrapper > .header {
    color: black;
    font-family: "Arimo", Helvetica, Arial, sans-serif;
    line-height: 22px;
    border-bottom: 1px solid #e5e5e5;
    height: 107px;
    position: relative; }
    #content-wrapper > .header h1 {
      font-size: 20px;
      font-size: 2rem;
      margin: 4px 25px 0; }
    #content-wrapper > .header p {
      font-size: 16px;
      font-size: 1.6rem;
      margin: 0 25px;
      position: absolute;
      bottom: 11px; }
      #content-wrapper > .header p span {
        font-size: 20px;
        font-size: 2rem; }

#content-container {
  padding: 30px 0; }
  #content-container .overflow {
    margin: 10px 10px 0 0; }
  #content-container article {
    margin-right: 10px; }
  #content-container:before {
    top: 30px !important; }
  #content-container article:first-child {
    border-top: none; }
  #content-container article {
    padding: 10px 25px 20px;
    border-top: 1px solid #e5e5e5;
    position: relative;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear; }
    #content-container article .date {
      color: black;
      font-weight: bold; }
    #content-container article h2 {
      margin: 6px 0; }
      #content-container article h2 a {
        -webkit-transition: 0.1s linear;
        -moz-transition: 0.1s linear;
        -ms-transition: 0.1s linear;
        -o-transition: 0.1s linear;
        transition: 0.1s linear; }
    #content-container article p {
      color: black;
      font-weight: bold;
      margin: 0; }
    #content-container article:hover {
      background: #f2f2f2; }
      #content-container article:hover h2 a {
        color: black;
        text-decoration: underline; }

/* }}} */
/*------------------------------------------- PAGES
**************************************************/
/* Home {{{ */
.section-home {
  position: relative; }
  .section-home .info h1 {
    display: inline;
    background: black;
    padding: 13px;
    margin: 39px 0 1px;
    text-transform: uppercase;
    font-size: 10px;
    font-size: 1.0rem;
    font-weight: bold;
    color: white; }
  .section-home .info ul {
    clear: both;
    width: 450px;
    list-style: disc;
    margin: 12px 0 39px; }
    .section-home .info ul li {
      padding: 0;
      margin: 4px 0;
      clear: both; }
      .section-home .info ul li div {
        background: white;
        width: 500px;
        padding: 4px 10px;
        display: inline-block;
        text-align: left;
        -webkit-transition: 0.1s linear;
        -moz-transition: 0.1s linear;
        -ms-transition: 0.1s linear;
        -o-transition: 0.1s linear;
        transition: 0.1s linear; }
        .section-home .info ul li div:hover {
          background: #e5e5e5; }
          .section-home .info ul li div:hover span {
            color: black; }
        .section-home .info ul li div span {
          clear: both;
          margin: 1px 0;
          padding: 4px 0;
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.20em;
          display: inline;
          text-align: left;
          -webkit-transition: 0.1s linear;
          -moz-transition: 0.1s linear;
          -ms-transition: 0.1s linear;
          -o-transition: 0.1s linear;
          transition: 0.1s linear; }
        .section-home .info ul li div a {
          position: relative;
          display: flex;
          flex-direction: colunm;
          justify-content: space-around; }
        .section-home .info ul li div img {
          position: absolute;
          right: 0;
          top: 30%;
          margin-left: 3px; }

/* }}} */
/* Projects {{{ */
.section-projects #copyright {
  display: none; }

#projects-table {
  border-collapse: collapse;
  border: none;
  width: 100%;
  margin: 0;
  position: relative;
  top: 225px; }
  #projects-table caption {
    display: none; }
  #projects-table thead th {
    color: #7e8083;
    font-family: "Arimo", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    text-transform: uppercase;
    border-bottom: 1px solid #bfbfc1;
    padding-bottom: 7px; }
    #projects-table thead th a {
      display: block; }
      #projects-table thead th a span {
        background: transparent url("/assets/images/layout/ico-inactive-ordering.png") no-repeat center right;
        padding: 1px 40px 1px 0; }
    #projects-table thead th.asc span {
      background: transparent url("/assets/images/layout/ico-asc-ordering.png") no-repeat center right; }
    #projects-table thead th.desc span {
      background: transparent url("/assets/images/layout/ico-desc-ordering.png") no-repeat center right; }
    #projects-table thead th.empty {
      width: 5%; }
    #projects-table thead th#projects {
      width: 30%; }
    #projects-table thead th#categories {
      width: 30%; }
    #projects-table thead th#place {
      width: 20%; }
    #projects-table thead th#year {
      width: 10%; }
  #projects-table tbody tr:hover td {
    color: black;
    background: #f2f2f3; }
  #projects-table tbody td {
    border-bottom: 1px solid #bfbfc1;
    padding: 10px 0;
    position: relative; }
    #projects-table tbody td div {
      display: inline-block;
      position: relative; }
    #projects-table tbody td .tooltip {
      display: none;
      width: 140px;
      height: 110px;
      margin: 0;
      position: absolute;
      bottom: 6px;
      right: -160px;
      z-index: 5000; }
      #projects-table tbody td .tooltip img {
        display: block;
        width: 100%; }
      #projects-table tbody td .tooltip .corner {
        background: transparent url("/assets/images/layout/bg-tooltip-corner.png");
        width: 11px;
        height: 10px;
        position: absolute;
        bottom: 1px;
        left: -11px; }
    #projects-table tbody td[headers=projects]:hover .tooltip {
      display: block; }
    #projects-table tbody td[headers=projects] > div {
      padding-right: 10px; }
  #projects-table tbody tr:first-child td[headers=projects] .tooltip {
    top: -2px; }
    #projects-table tbody tr:first-child td[headers=projects] .tooltip .corner {
      top: 1px; }

ul.project {
  height: 100%;
  position: relative;
  top: 194px;
  padding-bottom: 50px; }
  ul.project li {
    display: none;
    position: relative;
    float: left;
    width: 20%; }
    ul.project li img {
      display: block;
      width: 100%;
      height: auto; }
    ul.project li .project-header {
      position: absolute;
      bottom: 14px; }
    ul.project li h1 {
      color: black;
      background: white;
      font-size: 20px;
      font-size: 2.0rem;
      padding: 8px 7px;
      margin: 0; }
    ul.project li h2 {
      color: white;
      background: black;
      font-size: 10px;
      font-size: 1.0rem;
      font-weight: bold;
      display: inline-block;
      padding: 6px 8px;
      text-transform: uppercase; }
    ul.project li h1, ul.project li h2 {
      filter: alpha(opacity=0);
      -moz-opacity: 0.0;
      -khtml-opacity: 0.0;
      opacity: 0.0; }
    ul.project li:hover, ul.project li.actif, ul.project li:focus {
      cursor: pointer; }
      ul.project li:hover h1, ul.project li:hover h2, ul.project li.actif h1, ul.project li.actif h2, ul.project li:focus h1, ul.project li:focus h2 {
        filter: alpha(opacity=100);
        -moz-opacity: 1.0;
        -khtml-opacity: 1.0;
        opacity: 1.0;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }

/* }}} */
/* Project {{{ */
.ie8 #project-container {
  height: 75%; }

#project-container {
  height: 85%;
  overflow: hidden;
  position: relative; }
  #project-container .overflow {
    overflow-y: auto;
    height: 100%; }
    #project-container .overflow::-webkit-scrollbar {
      width: 5px;
      background: #d9d8d7; }
    #project-container .overflow::-webkit-scrollbar-thumb {
      background: #333;
      cursor: pointer; }

div.project {
  position: relative;
  height: 100%; }
  div.project #images-project {
    overflow: hidden;
    height: 100%; }
    div.project #images-project ul {
      width: 100%;
      overflow: hidden;
      position: relative;
      height: 100%;
      /*      max-height: 867px !important;*/ }
      div.project #images-project ul li {
        display: block;
        width: 100%;
        height: 100%; }
        div.project #images-project ul li.hide {
          display: none; }
        div.project #images-project ul li img {
          position: absolute;
          /*          max-width: 1600px;*/
          /*          max-height: 867px;*/ }
    div.project #images-project img {
      width: 100%;
      height: auto;
      display: block; }
  div.project nav#linear {
    position: absolute;
    top: 195px;
    right: 0; }
    div.project nav#linear ul li {
      display: block;
      float: left;
      margin-left: 1px; }
      div.project nav#linear ul li a {
        display: block;
        padding: 10px 20px;
        height: 30px;
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: bold;
        text-transform: uppercase;
        text-align: left;
        background: white;
        background-repeat: no-repeat;
        background-position: -35px center;
        transition: all 0.4s;
        -moz-transition: all 0.4s;
        /* Firefox 4 */
        -webkit-transition: all 0.4s;
        /* Safari and Chrome */
        -o-transition: all 0.4s;
        /* Opera */ }
        div.project nav#linear ul li a span {
          display: block;
          width: 80px; }
        div.project nav#linear ul li a img {
          filter: alpha(opacity=50);
          -moz-opacity: 0.5;
          -khtml-opacity: 0.5;
          opacity: 0.5; }
        div.project nav#linear ul li a:hover, div.project nav#linear ul li a:focus {
          color: black; }
          div.project nav#linear ul li a:hover img, div.project nav#linear ul li a:focus img {
            filter: alpha(opacity=90);
            -moz-opacity: 0.9;
            -khtml-opacity: 0.9;
            opacity: 0.9; }
      div.project nav#linear ul li.prev a {
        text-align: right; }
        div.project nav#linear ul li.prev a:hover, div.project nav#linear ul li.prev a:focus {
          padding-left: 60px;
          background-position: 15px center;
          background-repeat: no-repeat; }
      div.project nav#linear ul li.next {
        text-align: left; }
        div.project nav#linear ul li.next a {
          background-position: 300px center; }
          div.project nav#linear ul li.next a:hover, div.project nav#linear ul li.next a:focus {
            padding-right: 60px;
            background-position: 120px center;
            background-repeat: no-repeat; }
      div.project nav#linear ul li.prev a {
        background-image: url("/assets/images/layout/ico-arrow-left.png"); }
      div.project nav#linear ul li.next a {
        background-image: url("/assets/images/layout/ico-arrow-right.png"); }
  div.project .detail {
    background: white;
    display: block;
    width: 515px;
    padding: 12px 15px 13px 25px;
    position: absolute;
    bottom: 1px;
    height: 2.5%;
    overflow: hidden;
    left: 75px; }
    div.project .detail ul, div.project .detail ul li {
      list-style: square; }
    div.project .detail ol, div.project .detail ol li {
      list-style: decimal; }
    div.project .detail.actif hgroup h1 {
      background: none;
      margin: 0; }
    div.project .detail hgroup h1 {
      cursor: pointer;
      margin: 0 0 9px;
      overflow: none; }
    div.project .detail hgroup {
      font-family: "Arimo", Helvetica, Arial, sans-serif;
      margin: 0 0 15px 0; }
      div.project .detail hgroup h1 {
        font-size: 21px;
        font-size: 2.1rem;
        font-weight: bold;
        margin: 0 0 20px; }
      div.project .detail hgroup h2 {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: normal;
        margin-top: 5px; }
    div.project .detail #socials {
      margin: 15px 0 0;
      position: relative; }
      div.project .detail #socials a {
        -webkit-transition: 0.1s linear;
        -moz-transition: 0.1s linear;
        -ms-transition: 0.1s linear;
        -o-transition: 0.1s linear;
        transition: 0.1s linear; }
        div.project .detail #socials a:hover {
          color: black; }
      div.project .detail #socials #ico-socials {
        font-weight: bold;
        text-transform: uppercase;
        float: left; }
      div.project .detail #socials .addthis_toolbox {
        background: white;
        position: absolute;
        top: -3px;
        left: 100px; }
    div.project .detail #project-container .overflow div, div.project .detail #project-container .overflow p, div.project .detail #project-container .overflow ul, div.project .detail #project-container .overflow ol {
      margin-right: 15px; }
    div.project .detail #project-container h2 {
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: bold;
      text-transform: uppercase;
      margin: 0 0 5px; }
    div.project .detail #project-container hr {
      border-bottom: 1px solid #bebfc1;
      height: 1px; }
    div.project .detail #project-container h2 + p,
    div.project .detail #project-container h2 + div p,
    div.project .detail #project-container h3 + p {
      font-size: 17px;
      font-size: 1.7rem;
      font-weight: bold;
      margin: 0; }
    div.project .detail #project-container h2 + div.no-bold p {
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: normal; }
    div.project .detail #project-container h2 + ul {
      list-style: circle;
      margin-left: 15px; }
      div.project .detail #project-container h2 + ul p {
        margin: 0; }
    div.project .detail #project-container .description p {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: normal;
      padding-right: 10px; }
    div.project .detail #project-container .two-column div:first-child {
      float: left;
      width: 60%; }
    div.project .detail #project-container .two-column div {
      float: left;
      width: 40%;
      margin: 0 !important; }
    div.project .detail .close {
      color: #333;
      font-size: 21px;
      font-size: 2.1rem;
      position: absolute;
      top: 20px;
      right: 10px;
      display: none; }
    div.project .detail h1, div.project .detail h2, div.project .detail p {
      color: black; }
    div.project .detail h1 {
      font-size: 25px;
      font-size: 2.5rem;
      background: transparent url("/assets/images/layout/plus_bold_18x18.png") no-repeat top right;
      padding-right: 40px; }
    div.project .detail img.open-text {
      float: right;
      margin-top: 3px;
      filter: alpha(opacity=40);
      -moz-opacity: 0.4;
      -khtml-opacity: 0.4;
      opacity: 0.4; }
    div.project .detail:hover img.open-text, div.project .detail:focus img.open-text {
      filter: alpha(opacity=80);
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8;
      opacity: 0.8;
      transition: all 0.4s;
      -moz-transition: all 0.4s;
      /* Firefox 4 */
      -webkit-transition: all 0.4s;
      /* Safari and Chrome */
      -o-transition: all 0.4s;
      /* Opera */ }
    div.project .detail.actif img.open-text {
      display: none; }
    div.project .detail.actif h1 {
      padding-top: 10px; }
    div.project .detail.actif .text {
      position: relative;
      height: 100%;
      padding: 50px 0;
      overflow: hidden;
      margin-top: -45px;
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */ }
      div.project .detail.actif .text .scrollable {
        height: 100%;
        overflow: hidden;
        padding-right: 12px; }
      div.project .detail.actif .text h2 {
        clear: both;
        padding: 14px 0 0px;
        margin-bottom: 4px;
        border-top: 1px solid #5c544a;
        font-size: 13px;
        font-size: 1.3rem;
        text-transform: uppercase;
        font-weight: bold; }
        div.project .detail.actif .text h2.first {
          border: none;
          padding-top: 0; }
      div.project .detail.actif .text h2 ~ p,
      div.project .detail.actif .text h2 + div p,
      div.project .detail.actif .text h3 + p {
        font-size: 19px;
        font-size: 1.9rem;
        margin: 0; }
      div.project .detail.actif .text p {
        font-size: 14px;
        font-size: 1.4rem; }
      div.project .detail.actif .text .close {
        position: absolute;
        bottom: 4px;
        right: 10px; }
        div.project .detail.actif .text .close img {
          filter: alpha(opacity=60);
          -moz-opacity: 0.6;
          -khtml-opacity: 0.6;
          opacity: 0.6; }
        div.project .detail.actif .text .close:hover img, div.project .detail.actif .text .close:focus img {
          filter: alpha(opacity=90);
          -moz-opacity: 0.9;
          -khtml-opacity: 0.9;
          opacity: 0.9; }
  div.project #youtube {
    background: white;
    height: 22px;
    padding: 11px 14px 11px;
    position: absolute;
    bottom: 1px;
    left: 631px; }
    div.project #youtube > a {
      display: block; }
    div.project #youtube ul {
      width: 62px;
      position: absolute;
      bottom: 44px;
      left: 0px;
      margin: 0; }
      div.project #youtube ul li {
        margin-bottom: 1px;
        display: block;
        float: left; }
        div.project #youtube ul li a {
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: bold;
          background: white;
          display: block;
          padding: 15px 27px 15px 26px;
          -webkit-transition: 0.1s linear;
          -moz-transition: 0.1s linear;
          -ms-transition: 0.1s linear;
          -o-transition: 0.1s linear;
          transition: 0.1s linear; }
          div.project #youtube ul li a:hover {
            color: white;
            background: grey; }
  div.project #scroll {
    clear: both; }
  div.project #scroll .viewport {
    height: 100%;
    overflow: hidden;
    position: relative; }
  div.project #scroll .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0; }
  div.project #scroll .thumb .end,
  div.project #scroll .thumb {
    background-color: white; }
  div.project #scroll .scrollbar {
    position: absolute;
    right: -8px;
    width: 15px; }
  div.project #scroll .track {
    background-color: #494949;
    background-color: rgba(126, 128, 131, 0.4);
    height: 100%;
    width: 6px;
    position: relative;
    padding: 0 1px; }
  div.project #scroll .thumb {
    height: 20px;
    width: 6px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0; }
  div.project #scroll .thumb .end {
    overflow: hidden;
    height: 5px;
    width: 6px; }
  div.project #scroll .disable {
    display: none; }
  div.project #project-pagination a, div.project #project-pagination div {
    background: black;
    background: rgba(0, 0, 0, 0.5);
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 28px;
    height: 28px;
    text-align: center;
    display: block;
    margin-right: 2px;
    padding: 11px;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    /* Firefox 4 */
    -webkit-transition: all 0.4s;
    /* Safari and Chrome */
    -o-transition: all 0.4s;
    /* Opera */ }
    div.project #project-pagination a img, div.project #project-pagination div img {
      filter: alpha(opacity=40);
      -moz-opacity: 0.4;
      -khtml-opacity: 0.4;
      opacity: 0.4;
      transition: all 0.4s;
      -moz-transition: all 0.4s;
      /* Firefox 4 */
      -webkit-transition: all 0.4s;
      /* Safari and Chrome */
      -o-transition: all 0.4s;
      /* Opera */ }
    div.project #project-pagination a:hover, div.project #project-pagination a:focus, div.project #project-pagination a.actif, div.project #project-pagination div:hover, div.project #project-pagination div:focus, div.project #project-pagination div.actif {
      background: black;
      color: white; }
      div.project #project-pagination a:hover img, div.project #project-pagination a:focus img, div.project #project-pagination a.actif img, div.project #project-pagination div:hover img, div.project #project-pagination div:focus img, div.project #project-pagination div.actif img {
        filter: alpha(opacity=100);
        -moz-opacity: 1.0;
        -khtml-opacity: 1.0;
        opacity: 1.0; }
    div.project #project-pagination a.inactif, div.project #project-pagination a.inactif:hover, div.project #project-pagination a.inactif:focus, div.project #project-pagination div.inactif, div.project #project-pagination div.inactif:hover, div.project #project-pagination div.inactif:focus {
      background: black;
      background: rgba(0, 0, 0, 0.3); }
      div.project #project-pagination a.inactif img, div.project #project-pagination a.inactif:hover img, div.project #project-pagination a.inactif:focus img, div.project #project-pagination div.inactif img, div.project #project-pagination div.inactif:hover img, div.project #project-pagination div.inactif:focus img {
        filter: alpha(opacity=20);
        -moz-opacity: 0.2;
        -khtml-opacity: 0.2;
        opacity: 0.2; }
    div.project #project-pagination a.previous, div.project #project-pagination a.next, div.project #project-pagination div.previous, div.project #project-pagination div.next {
      width: 40px;
      position: absolute;
      top: 50%;
      margin-top: -20px; }
    div.project #project-pagination a.number, div.project #project-pagination div.number {
      padding: 11px 20px; }
  div.project #project-pagination .previous {
    left: 0; }
  div.project #project-pagination .next {
    right: 0; }

/* }}} */
/* ABCP {{{ */
#team-listing {
  position: relative;
  top: 195px; }

#team-listing li {
  float: left;
  display: block;
  width: 10%;
  height: 0;
  padding-bottom: 10%;
  overflow: hidden; }
  #team-listing li img {
    display: block;
    width: 100%; }

#abcp-details {
  background: white;
  width: 64%;
  max-width: 814px;
  padding: 20px 35px 20px 20px;
  position: absolute;
  top: 212px;
  right: 59px; }
  #abcp-details h2 {
    font-size: 20px;
    font-size: 2rem; }
    #abcp-details h2 span {
      font-weight: bold; }
  #abcp-details div {
    color: black;
    font-family: "Arimo", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 18px; }

/* }}} */
/* ABCP > Expertises {{{ */
.section-expertises #content-wrapper > div.shadows {
  height: 70%; }
.section-expertises .plus-link {
  bottom: 20px; }
.section-expertises #content-container {
  height: 65%;
  padding-top: 0; }
  .section-expertises #content-container:before {
    top: 0 !important; }
  .section-expertises #content-container article {
    padding: 15px 25px; }

/* }}} */
/* ABCP > Expertises > Expertise {{{ */
.section-single-expertise #content-container {
  color: black;
  padding-top: 20px; }
  .section-single-expertise #content-container .overflow {
    margin: 0; }
    .section-single-expertise #content-container .overflow p {
      margin: 0; }
  .section-single-expertise #content-container .header {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 25px;
    margin: 15px 0; }
    .section-single-expertise #content-container .header h1 {
      color: black;
      font-size: 20px;
      font-size: 2rem;
      margin: 5px 0 0; }
    .section-single-expertise #content-container .header h2 {
      font-size: 15px;
      font-size: 1.5rem;
      margin-top: 5px; }
  .section-single-expertise #content-container .header ~ div {
    margin: 0 20px; }
    .section-single-expertise #content-container .header ~ div p {
      margin: 0; }
  .section-single-expertise #content-container > div {
    margin: 0 25px; }

/* }}} */
/* ABCP > History {{{ */
.section-history #content-container {
  padding-top: 25px;
  padding-bottom: 0;
  height: 58%; }
  .section-history #content-container h2 {
    color: black;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Arimo", Helvetica, Arial, sans-serif;
    line-height: 22px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 25px 25px;
    margin: 0 0 20px; }
  .section-history #content-container div {
    color: black;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 25px; }
    .section-history #content-container div ul {
      margin-left: 20px; }
    .section-history #content-container div ul, .section-history #content-container div li {
      list-style-type: square; }
    .section-history #content-container div li {
      margin-bottom: 5px; }
  .section-history #content-container .overflow-container {
    height: 90%;
    overflow: hidden;
    position: relative;
    padding: 0 10px 0 25px; }
    .section-history #content-container .overflow-container .overflow {
      overflow-y: auto;
      height: 100%;
      padding: 0;
      margin: 0; }
      .section-history #content-container .overflow-container .overflow div, .section-history #content-container .overflow-container .overflow p, .section-history #content-container .overflow-container .overflow ul, .section-history #content-container .overflow-container .overflow ol {
        margin-right: 10px; }
      .section-history #content-container .overflow-container .overflow p:first-child {
        margin-top: 0; }
      .section-history #content-container .overflow-container .overflow::-webkit-scrollbar {
        width: 5px;
        background: #d9d8d7; }
      .section-history #content-container .overflow-container .overflow::-webkit-scrollbar-thumb {
        background: #333;
        cursor: pointer; }

/* }}} */
/* ABCP > Awards {{{ */
.section-awards #content-container {
  padding-top: 0; }
  .section-awards #content-container article {
    padding: 15px 25px; }
    .section-awards #content-container article .thumbnail {
      float: left; }
    .section-awards #content-container article .price-details {
      width: 51%;
      float: left;
      margin-left: 20px; }
      .section-awards #content-container article .price-details .companies {
        color: black;
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: bold;
        text-transform: uppercase; }
      .section-awards #content-container article .price-details h2 {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 15px; }
      .section-awards #content-container article .price-details li {
        color: black;
        font-size: 13px;
        font-size: 1.3rem;
        margin-bottom: 10px; }
        .section-awards #content-container article .price-details li .year {
          width: 50px;
          float: left; }
        .section-awards #content-container article .price-details li p {
          font-weight: normal;
          float: left;
          width: 85%;
          display: block; }

/* }}} */
/* ABCP > Publications {{{ */
.section-publications #content-wrapper > div.shadows {
  height: 52%; }
.section-publications #content-wrapper .header {
  border-bottom: 1px solid #e5e5e5; }
.section-publications #content-container {
  padding-top: 0; }
  .section-publications #content-container .overflow {
    margin: 10px 10px 0 0; }
  .section-publications #content-container article {
    border-top: none;
    border-bottom: 1px solid #e5e5e5;
    margin-right: 10px; }
    .section-publications #content-container article:hover {
      background: none; }
    .section-publications #content-container article h2 {
      color: black;
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: bold;
      text-transform: uppercase; }
    .section-publications #content-container article div p {
      font-weight: normal; }
    .section-publications #content-container article div a {
      -webkit-transition: 0.1s linear;
      -moz-transition: 0.1s linear;
      -ms-transition: 0.1s linear;
      -o-transition: 0.1s linear;
      transition: 0.1s linear; }
      .section-publications #content-container article div a:hover {
        color: black;
        text-decoration: underline; }
    .section-publications #content-container article div a[href$='.pdf'] {
      padding: 2px 0 2px 25px;
      background: transparent url("/assets/images/layout/ico-pdf.png") no-repeat center left; }

/* }}} */
/* News {{{ */
.section-news #content-wrapper > div.shadows {
  height: 80%; }

.section-news #content-wrapper > div.shadows .overflow {
  height: 88%; }

.section-news #content-container {
  height: 50%;
  overflow: hidden;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  transition: 0.1s linear; }
  .section-news #content-container .overflow {
    overflow-y: scroll;
    height: 100%; }
  .section-news #content-container article {
    border-bottom: 1px solid #e5e5e5; }

/* }}}*/
/* Single news {{{ */
.section-single-news #content-wrapper > div.shadows {
  height: 90%; }
.section-single-news #content-container {
  color: black;
  overflow: hidden;
  padding-top: 20px; }
  .section-single-news #content-container .overflow {
    overflow-y: auto;
    height: 100%;
    margin: 0 10px 0 0; }
    .section-single-news #content-container .overflow div, .section-single-news #content-container .overflow p, .section-single-news #content-container .overflow ul, .section-single-news #content-container .overflow ol {
      margin-right: 10px; }
    .section-single-news #content-container .overflow::-webkit-scrollbar {
      width: 5px;
      background: #d9d8d7; }
    .section-single-news #content-container .overflow::-webkit-scrollbar-thumb {
      background: #333;
      cursor: pointer; }
    .section-single-news #content-container .overflow > p {
      margin: 0; }
  .section-single-news #content-container .header {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 25px;
    margin: 15px 0; }
    .section-single-news #content-container .header h1 {
      color: black;
      font-size: 20px;
      font-size: 2rem;
      margin: 5px 0 0; }
    .section-single-news #content-container .header h2 {
      font-size: 15px;
      font-size: 1.5rem;
      margin-top: 5px; }
  .section-single-news #content-container .header ~ div {
    margin: 0 25px; }
    .section-single-news #content-container .header ~ div p {
      margin: 0 0 10px; }
  .section-single-news #content-container #links {
    margin-top: 10px; }
    .section-single-news #content-container #links p, .section-single-news #content-container #links ul, .section-single-news #content-container #links ol {
      margin-top: 0; }
    .section-single-news #content-container #links a:hover, .section-single-news #content-container #links a:focus {
      text-decoration: underline; }

/* }}} */
/* Careers {{{ */
.section-careers #content-wrapper > div.shadows {
  height: 60%; }
.section-careers #content-container {
  padding-top: 0; }
  .section-careers #content-container > p {
    color: black;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 25px 25px; }
  .section-careers #content-container article h2 {
    width: 460px; }

/* }}} */
/* Career {{{ */
.section-career #content-wrapper > div.shadows {
  height: 90%; }
.section-career #content-container {
  padding-top: 20px; }
.section-career #content-container .overflow {
  padding-right: 20px; }
.section-career #content-container {
  color: black;
  padding-top: 20px; }
  .section-career #content-container > p {
    margin: 0; }
  .section-career #content-container .header {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
    margin: 15px 0 0; }
    .section-career #content-container .header h1 {
      color: black;
      font-size: 20px;
      font-size: 2rem;
      margin: 5px 0 0; }
  .section-career #content-container > div {
    margin: 0 25px; }
  .section-career #content-container .plus-link {
    display: inline-block;
    margin-top: 50px;
    position: relative;
    right: 0; }

/* }}} */
/* Contact {{{ */
.section-contact #content-wrapper {
  width: 60%;
  max-width: 725px; }
.section-contact #content-container {
  margin: 0 25px;
  padding-top: 25px; }
.section-contact .city {
  color: black;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  width: 45%;
  float: left;
  margin: 0 10% 5% 0; }
  .section-contact .city.smaller {
    margin-right: 0; }
  .section-contact .city h1 {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 8px; }
  .section-contact .city div[itemprop="address"] span, .section-contact .city > span {
    display: inline-block;
    margin-bottom: 3px; }
  .section-contact .city ul {
    margin: 4px 0 0; }
    .section-contact .city ul li:first-child {
      margin-right: 15px; }
    .section-contact .city ul li {
      margin-right: 0;
      float: left; }
      .section-contact .city ul li a {
        padding: 1px 0;
        -webkit-transition: 0.1s linear;
        -moz-transition: 0.1s linear;
        -ms-transition: 0.1s linear;
        -o-transition: 0.1s linear;
        transition: 0.1s linear; }
        .section-contact .city ul li a:hover {
          color: black; }
        .section-contact .city ul li a[itemprop=email] {
          background: transparent url("/assets/images/layout/ico-email.png") no-repeat 0px 2px;
          padding-left: 25px; }
        .section-contact .city ul li a[itemprop=url] {
          background: transparent url("/assets/images/layout/ico-map.png") no-repeat center left;
          padding-left: 25px; }

/* }}} */
/* Search {{{ */
.section-search #content-wrapper {
  top: 215px; }
.section-search #content-wrapper > div.shadows {
  height: 75%; }
.section-search #content-container .overflow p {
  color: black;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 0 25px;
  margin: 0; }
.section-search #content-container article h2 a {
  font-size: 18px;
  font-size: 1.8rem; }
.section-search #content-container article div {
  color: black;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold; }

/* }}} */
/*------------------------------------------ UTILS
**************************************************/
/* 404 error {{{ */
.section-error404 #error-404 {
  color: black;
  background: white;
  width: 64%;
  max-width: 814px;
  padding: 20px 35px 20px 20px;
  position: absolute;
  top: 164px;
  right: 59px; }
  .section-error404 #error-404 p {
    font-size: 14px;
    font-size: 1.4rem; }
  .section-error404 #error-404 a:hover {
    text-decoration: underline; }

/* }}} */
/* Print {{{
******************************************************************************/
@media print {
  body {
    font-size: 11pt;
    line-height: 1.2;
    color: #000;
    background: #fff;
    text-align: left;
    margin: 0;
    padding: 0;
    letter-spacing: 0.015em;
    padding-bottom: 0;
    margin-bottom: 0;
    width: 100%;
    float: none; }

  #frame {
    margin-top: 0 !important;
    max-width: 500px !important; }

  #wrapper, footer {
    width: 100% !important;
    margin: 0 !important;
    float: none !important; }

  .screen {
    display: none !important; }

  .print {
    display: block !important; }

  #principal,
  #meta-nav,
  #secondary,
  #meta-nav,
  #secondary,
  #search-and-abcp {
    display: none; }

  .apply,
  .plus-link,
  .back-button,
  #rss-feed,
  #copyright,
  .pagination,
  .close {
    display: none !important; }

  #nav #top {
    min-height: 80px !important; }

  .logo img {
    display: none; }
  .logo .shy {
    font-size: 40px;
    font-size: 4rem;
    font-weight: bold;
    display: block;
    position: static; }

  #content-wrapper > div.shadows {
    height: 100% !important;
    overflow: visible; }

  #content-wrapper > .header {
    height: 80px !important; }

  .background {
    display: none !important; }

  #page-title h1 {
    position: static;
    display: block;
    width: 100%;
    height: 25px;
    margin: 15px 0 15px 25px; }
    #page-title h1 span {
      font-size: 22px;
      font-size: 2.2rem;
      position: static; }

  #content-wrapper {
    position: static;
    width: 100% !important; }

  .section-projects ul.project {
    top: 10px !important; }

  .section-project #linear,
  .section-project #youtube,
  .section-project #project-pagination,
  .section-project #images-project {
    display: none; }
  .section-project #socials {
    display: none; }
  .section-project .close {
    display: none; }

  #wrap-nav {
    position: static !important;
    margin-bottom: 50px; }
    #wrap-nav #nav #top {
      border-bottom: none;
      height: inherit; }

  .section-project #zone {
    height: 800px !important; }

  div.project .detail {
    position: static !important;
    height: 100% !important;
    overflow: visible !important; }

  #content-wrapper > div.shadows {
    height: 125% !important;
    overflow: visible !important; }

  #project-container {
    height: 100% !important; }

  #team-listing {
    display: none !important; }

  #abcp-details {
    position: static;
    width: 100%; }

  .section-awards #content-container article .price-details {
    width: 60%; }

  .section-news #content-wrapper {
    position: static !important;
    margin-top: 30px; }

  .section-career #content-container .header {
    border-top: none;
    margin: 0; }

  .section-contact .city ul {
    display: none; } }
/* ************ Refonte 2019 ************ */
.images-container
li
img {
  top: 0 !important; }

.abcp__full-width:before {
  content: "";
  position: absolute;
  left: -200px;
  width: 106vw;
  height: 38px;
  background-color: #7e8083; }
.abcp__image {
  top: 0 !important; }
.abcp__projet-wrap {
  text-align: left;
  margin: 0 auto; }
.abcp__projet-content {
  margin: 0 80px 0 80px;
  min-width: 900px; }
  .abcp__projet-content h1 {
    color: black; }
.abcp__projet-liste {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 50px; }
.abcp__projet-profil {
  width: 24%;
  margin: 0 .5%;
  text-align: center;
  padding-bottom: 20px;
  position: relative; }
  .abcp__projet-profil img {
    width: 100%;
    padding-bottom: 10px; }
.abcp__projet-profil:hover img {
  opacity: .3; }
.abcp__projet-profil:hover .abcp__projet-plus {
  display: block; }
.abcp__projet-profil:hover .abcp__projet-name {
  color: black; }
.abcp__projet-name {
  font-size: 12px;
  color: #555; }
.abcp__projet-image {
  position: relative; }
.abcp__projet-plus {
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
  width: 26px;
  height: 22px;
  border: solid 2px #5c5c5c;
  padding-top: 4px;
  display: none; }
  .abcp__projet-plus img {
    opacity: 1 !important;
    width: 18px;
    height: 18px; }
.abcp__historique-background {
  padding: 150px 0;
  background-image: url("/assets/images/backgrounds/historique.jpg");
  background-position: center; }
.abcp__historique-wrap {
  padding: 50px 0;
  width: 65%; }
  .abcp__historique-wrap p, .abcp__historique-wrap ul, .abcp__historique-wrap li {
    font-size: 16px !important; }
.abcp__historique-content {
  padding-left: 320px;
  width: 75%; }
  .abcp__historique-content section {
    width: 92%; }
.abcp__team-title {
  padding-top: 50px; }
  .abcp__team-title h1 {
    font-weight: 800; }
.abcp__team-single-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
.abcp__team-single-image {
  width: 25%; }
  .abcp__team-single-image img {
    width: 100%; }
.abcp__team-single-content {
  width: 60%;
  margin-right: 10%;
  font-size: 16px; }
  .abcp__team-single-content h1 {
    font-weight: 800; }
  .abcp__team-single-content p {
    width: 100%;
    font-size: 16px;
    color: black; }
.abcp__team-single-back {
  text-align: right;
  padding-top: 40px; }
  .abcp__team-single-back a {
    color: black; }
  .abcp__team-single-back img {
    width: 9px; }
.abcp__team-wrap {
  padding: 110px 0;
  max-width: 1600px;
  text-align: left;
  margin: 0 auto; }
.abcp__team-content {
  margin: 0 30px; }
  .abcp__team-content h1 {
    color: black; }
.abcp__team-paragraph {
  width: 65%;
  font-size: 16px; }
.abcp__team-liste {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 50px; }
.abcp__team-profil {
  margin: 0 .5%;
  width: 24%;
  text-align: center;
  padding-bottom: 20px;
  position: relative; }
  .abcp__team-profil img {
    width: 100%;
    padding-bottom: 10px; }
.abcp__team-name {
  text-transform: uppercase;
  font-size: 18px;
  color: black; }
.abcp__team-title {
  font-size: 16px;
  color: black; }
.abcp__partner-wrap {
  padding: 110px 0;
  width: 1600px;
  text-align: left;
  margin: 0 auto; }
.abcp__partner-content {
  margin: 0 30px; }
  .abcp__partner-content h1 {
    color: black; }
.abcp__partner-paragraph {
  width: 65%;
  font-size: 16px; }
.abcp__partner-liste {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 50px; }
.abcp__partner-liste::after {
  content: "";
  flex: auto; }
.abcp__partner-profil {
  width: 23%;
  margin: 0 10px;
  text-align: center;
  padding-bottom: 20px;
  position: relative; }
  .abcp__partner-profil img {
    width: 100%;
    padding-bottom: 10px; }
.abcp__partner-profil:hover img {
  opacity: .3; }
.abcp__partner-profil:hover .abcp__partner-plus {
  display: block; }
.abcp__partner-profil:hover .abcp__partner-name {
  color: black;
  font-weight: 800; }
.abcp__partner-name {
  text-transform: uppercase;
  font-size: 18px;
  color: black; }
.abcp__partner-title {
  font-size: 16px;
  color: black; }
.abcp__partner-plus {
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
  width: 26px;
  height: 22px;
  border: solid 2px #858384;
  padding-top: 4px;
  display: none; }
  .abcp__partner-plus img {
    opacity: 1 !important;
    width: 18px;
    height: 18px; }
.abcp__page-wrapper {
  position: absolute;
  bottom: 35%;
  margin-left: 80px; }
.abcp__page-news {
  font-size: 17px !important; }
.abcp__container {
  padding-top: 20px;
  position: relative; }
.abcp__wrap {
  margin: 20px auto;
  min-width: 1024px;
  max-width: 1600px;
  width: 100%;
  font-family: "Arimo", Helvetica, Arial, sans-serif; }
.abcp__navigation_secondaire {
  padding: 20px 0;
  background-color: #7e8083;
  z-index: 1000; }
.abcp__menu-first {
  padding-left: 288px; }
.abcp__menu_secondaire {
  margin: 0 auto;
  min-width: 1024px;
  max-width: 1600px;
  display: flex;
  margin-top: 0 !important;
  z-index: 1000; }
  .abcp__menu_secondaire li:first-child {
    margin-left: 80px; }
  .abcp__menu_secondaire li {
    padding-right: 30px; }
    .abcp__menu_secondaire li a {
      color: #ccc;
      font-size: 14px; }
    .abcp__menu_secondaire li ul li {
      margin-left: 0 !important; }
  .abcp__menu_secondaire .active a {
    color: white !important; }
  .abcp__menu_secondaire li:hover a {
    color: white !important; }
.abcp__menu_secondaire-submenu {
  position: relative;
  z-index: 1000;
  height: 30px;
  padding-top: 8px; }
  .abcp__menu_secondaire-submenu ul {
    position: absolute;
    padding-bottom: 13px;
    padding-top: 13px;
    transform: translateX(-30px);
    background-color: #7e8083; }
    .abcp__menu_secondaire-submenu ul li {
      text-align: left;
      padding: 0px 10px;
      min-width: 200px; }
.abcp__menu_secondaire-submenu:hover ul {
  display: block !important; }
.abcp__navigation_primaire {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 14px;
  margin: 0 80px 0 30px; }
.abcp__menu_primaire {
  z-index: 999; }
  .abcp__menu_primaire-menu {
    display: flex;
    flex-direction: row;
    padding-left: 50px; }
    .abcp__menu_primaire-menu li {
      padding-right: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      white-space: nowrap; }
    .abcp__menu_primaire-menu li:hover a {
      color: black; }
  .abcp__menu_primaire .active a {
    color: black; }
.abcp__menu_social {
  z-index: 999; }
  .abcp__menu_social-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .abcp__menu_social-menu li {
      padding-left: 25px; }
    .abcp__menu_social-menu li:hover a {
      color: black; }
  .abcp__menu_social-facebook:before {
    background: transparent url("/assets/images/layout/ico-facebook.png") no-repeat top left;
    content: "";
    display: block;
    width: 20px;
    height: 20px; }
  .abcp__menu_social-facebook:hover:before {
    background-position: 0 -20px; }
.abcp__alignement_middle {
  display: flex;
  flex-direction: column;
  justify-content: space-around; }

/* }}} */
/* MediaQueries {{{ */
@media only screen and (min-height: 585px) {
  .section-history #content-container {
    height: 70%; }

  .section-awards #content-wrapper > div.shadows {
    height: 53%; }

  .section-news #content-wrapper > div.shadows {
    height: 85%; }

  .section-careers #content-wrapper > div.shadows {
    height: 58%; } }
@media only screen and (min-height: 645px) {
  .section-news #content-wrapper > div.shadows {
    height: 92%; }

  .section-awards #content-wrapper > div.shadows {
    height: 58%; }

  .section-careers #content-wrapper > div.shadows {
    height: 63%; } }
@media only screen and (min-height: 725px) {
  .section-publications #content-wrapper > div.shadows {
    height: 65%; }

  .section-awards #content-wrapper > div.shadows {
    height: 63%; }

  .section-careers #content-wrapper > div.shadows {
    height: 67%; } }
@media only screen and (min-height: 864px) {
  .section-home .info {
    top: 518px; }

  .section-news #content-wrapper > div.shadows {
    height: 92%; }
    .section-news #content-wrapper > div.shadows .overflow {
      height: 94%; }

  .section-awards #content-wrapper > div.shadows {
    height: 72%; } }
@media only screen and (min-height: 885px) {
  .section-expertises #content-wrapper > div.shadows {
    height: 75%; }

  .section-history #content-container {
    height: 75%; }

  .section-single-news #content-wrapper > div.shadows {
    height: 90%; }

  .section-career #content-wrapper > div.shadows {
    height: 90%; } }
@media only screen and (min-height: 985px) {
  .section-publications #content-wrapper > div.shadows {
    height: 577px; }

  /* .section-news #content-wrapper > div.shadows {
    height: 760px; }

  .section-single-news #content-wrapper > div.shadows {
    height: 760px; }

  .section-career #content-wrapper > div.shadows {
    height: 760px; } */

  .section-careers #content-wrapper > div.shadows {
    height: 625px; }

  .section-awards #content-wrapper > div.shadows {
    height: 574px; } }
@media only screen and (min-width: 1224px) {
  #content-wrapper > div.shadows {
    height: 65%; }

  .section-project #project-container {
    height: 75%; }

  .section-careers #content-container article h2 {
    width: 450px; }

  .section-search #content-wrapper > div.shadows {
    height: 80%; } }
@media only screen and (min-width: 1500px) {
  #content-wrapper > div.shadows {
    height: 75%; }

  .section-project #project-container {
    height: 80%; }

  .section-search #content-wrapper > div.shadows {
    height: 85%; } }
@media only screen and (max-width: 1223px) {
  #project-container {
    height: 80%; }

  .section-project #project-container {
    height: 73%; }

  .section-careers #content-container article h2 {
    width: 300px; } }
/* }}} */

/*# sourceMappingURL=global.min.css.map */
