@charset "UTF-8";
/*------------------------------------*    navigation
\*------------------------------------*/
.home ul.sub-menu {
  display: none; }

header {
  position: relative;
  background: rgba(255, 255, 255, 0.7); }

.dc-header {
  height: 100vh;
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  width: 100%; }

.logo {
  z-index: 2;
  transition: ease-in	opacity 0.2s;
  -webkit-transition: ease-in opacity 0.2s;
  -moz-transition: ease-in opacity  0.2s;
  -o-transition: ease-in opacity  0.2s; }

.logo:hover {
  opacity: 0.8;
  transition: ease-in	opacity 0.2s;
  -webkit-transition: ease-in opacity 0.2s;
  -moz-transition: ease-in opacity  0.2s;
  -o-transition: ease-in opacity  0.2s; }

#nav-main {
  font-weight: 300;
  text-transform: uppercase;
  width: 50%;
  float: right; }
  #nav-main ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  #nav-main .current-menu-item a {
    color: #46348c;
    font-weight: 400; }
  #nav-main ul li a {
    color: gray;
    font-weight: 400;
    text-align: right;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0 25px 0 0;
    line-height: 2em;
    font-size: 1.6em;
    border-bottom: 1px solid;
    background: url("../img/Agile_logo_small_nav.png") no-repeat left bottom;
    background-size: 10px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    opacity: 1;
    border-color: #ecebeb; }
  #nav-main ul li.current-menu-ancestor > a, #nav-main ul li.current-menu-item > a, #nav-main ul li a:hover {
    color: #46348c;
    font-weight: 500;
    background: url("../img/Agile_logo_small_nav_blue.png") no-repeat right bottom;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s; }
  #nav-main ul li.current-menu-item > a {
    font-weight: 500; }
  #nav-main ul.sub-menu li a {
    font-weight: 300;
    border-bottom: none;
    font-size: 1.4em;
    background: none;
    color: gray; }
  #nav-main ul.sub-menu .current-menu-item a {
    font-weight: 300;
    color: #46348c; }
  #nav-main li ul.sub-menu {
    display: none; }
  #nav-main li.current_page_parent.menu-item-has-children ul.sub-menu, #nav-main li.current-menu-item.menu-item-has-children ul.sub-menu {
    display: block; }

/*------------------------------------*    PROJET
\*------------------------------------*/
.projet-full-wrapper article {
  padding: 10px; }

.single-wrapper,
.projet-full-wrapper {
  margin-bottom: 100px; }

.row.dc-projets-row {
  padding-top: 2px;
  padding-bottom: 2px; }

.dc-projet-wrapper {
  overflow: hidden;
  position: relative;
  max-height: 250px; }

.dc-projets-row {
  padding: 0 8px; }

.dc-projets-row .columns {
  padding: 0 4px; }

.dc-projet img {
  z-index: -1; }

.dc-projet a {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  background: url("../img/Agile_projet_hover.png") bottom left;
  opacity: 0;
  /* TRANSISITION */
  transition: opacity 0.5s;
  -webkit-transition: opacity  0.5s;
  -moz-transition: opacity  0.5s;
  -o-transition: opacity  0.5s; }

.dc-projet a:hover {
  background: transparent;
  background: url("../img/Agile_projet_hover.png") bottom left;
  opacity: 1;
  /* TRANSISITION */
  transition: opacity  0.5s;
  -webkit-transition: opacity  0.5s;
  -moz-transition: opacity  0.5s;
  -o-transition: opacity  0.5s; }

.dc-projet a h2 {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 10px 10px 30px;
  margin: 0;
  font-size: 2.0em;
  font-weight: 700;
  color: #4d4d4d;
  text-align: right;
  line-height: 1.2em; }

.dc-projet a h2 span {
  font-size: 14px; }

/*------------------------------------*    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%; }

html {
  overflow-y: scroll; }

body {
  margin: 0;
  padding: 0; }

body {
  height: 100%;
  margin: 0;
  padding: 0; }

body.home {
  -webkit-background-size: cover;
  /* pour Chrome et Safari */
  -moz-background-size: cover;
  /* pour Firefox */
  -o-background-size: cover;
  /* pour Opera */
  background-size: cover;
  /* version standardisée */ }

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

/*.clear {
    *zoom:1;
}*/
img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  color: #444;
  text-decoration: none; }

a:hover {
  color: #444; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

input:focus {
  outline: 0;
  border: 1px solid #04A4CC; }

h1, h2, h2, h3, h4, p, a {
  font-family: 'Gotham Narrow A', 'Gotham Narrow B', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

h2 {
  margin: 0.3em 0;
  font-size: 1.8em; }

p {
  font-size: 1.3em; }

p.copyright {
  font-size: 10px;
  color: gray; }

ul.document-list {
  margin: 0 0 0 20px;
  font-size: 1.6em; }

.fond-blanc {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px 10px 30px 10px;
  margin: 10px; }

/*------------------------------------*    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  width: 100%;
  margin: 0 auto; }

main {
  padding: 20px 0 0; }

main.dc-animate {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
  /* Safari */
  transition-delay: 0.8s;
  /*height: 2000px;*/ }

article {
  background: rgba(255, 255, 255, 0.7); }

.footer {
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 0 10px 0 0; }

.panel {
  background: none;
  border: none; }

/*------------------------------------*    project gallery
\*------------------------------------*/
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

.dc-projet-banner.row {
  margin: 2px;
  padding: 10px 2px 10px 2px;
  background: rgba(255, 255, 255, 0.7); }

.dc-projet-banner h1 {
  font-size: 3em;
  font-weight: 300;
  margin: 0;
  padding: 0; }

.dc-projet-banner h2 {
  font-weight: 100;
  font-size: 1.6em;
  margin: 0 0 10px 0;
  padding: 0; }

.dc-projet-banner p {
  font-size: 1.2em;
  margin: 0;
  padding: 0; }

.dc-tiled .tiled-gallery {
  clear: none;
  margin: 0 0.9375rem 0 0.7rem;
  overflow: hidden; }

.dc-tiled .gallery-row {
  margin: 0 0 0 0rem; }

.tiled-gallery-item img {
  opacity: 1;
  /* TRANSISITION */
  transition: opacity  0.5s;
  -webkit-transition: opacity  0.5s;
  -moz-transition: opacity  0.5s;
  -o-transition: opacity  0.5s; }

.tiled-gallery-item img:hover {
  opacity: 0.8;
  /* TRANSISITION */
  transition: opacity  0.5s;
  -webkit-transition: opacity  0.5s;
  -moz-transition: opacity  0.5s;
  -o-transition: opacity  0.5s; }

#dc .jp-carousel-close-hint span {
  font-size: 50px !important;
  line-height: 50px;
  color: white;
  background: #d6d6d6;
  height: 60px;
  width: 60px;
  border-radius: 0; }

/*------------------------------------*    AVANT APRES
\*------------------------------------*/
.row .row {
  margin-bottom: 2px; }

.row .row.avant-apres {
  margin-top: 4px; }

.avant-apres p {
  background: gray;
  color: white;
  text-transform: uppercase;
  font-size: 1.2em;
  padding: 2px;
  width: 50px;
  position: absolute;
  bottom: 0;
  text-align: center; }

.avant p {
  right: 0.2rem; }

.medium-6.columns.avant {
  padding-right: 2px; }

.medium-6.columns.apres {
  padding-left: 2px; }

/*------------------------------------*    PAGES
\*------------------------------------*/
#panel-80-0-0-0 {
  padding: 0; }

#panel-80-0-0-0 h3 {
  display: none; }

/*------------------------------------*    IMAGES
\*------------------------------------*/
/*------------------------------------*	TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 1024px) {
  .wrapper {
    max-width: 960px; }
  #nav-main {
    font-weight: 300;
    text-transform: uppercase;
    width: 100%;
    float: right;
    padding-left: -20px; }
  main {
    padding: 245px 0 200px; }
  .dc-header {
    top: 0;
    position: fixed;
    width: 160px;
    /*transition: ease-in	opacity 0.5s;
	-webkit-transition:ease-in opacity 0.5s;
	-moz-transition:ease-in opacity  0.5s;
	-o-transition:ease-in opacity  0.5s;	*/
    margin-left: -9px; }
  .logo {
    width: 85%;
    margin-top: 20px;
    margin-bottom: 30px; }
  #nav-main ul li a {
    color: gray;
    font-weight: 400;
    text-align: right;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0 25px 0 0;
    line-height: 2em;
    font-size: 1.6em;
    border-bottom: none;
    background: url("../img/Agile_logo_small_nav.png") no-repeat left bottom;
    background-size: 10px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    opacity: 1;
    border-color: #ecebeb; } }

@media only screen and (min-width: 1500px) {
  .wrapper {
    max-width: 1280px; }
  .dc-header {
    width: 213px; }
  main {
    padding: 305px 0 0; } }

/*------------------------------------*    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

/*------------------------------------*    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*------------------------------------*    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    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) ")"; }
  .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; }
  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; } }
