/*old orange blvdr #ffaa4c*/
/*new orange blvdr #ffaa4c*/
/*gris liens #808284*/
/*Regular*/
/*
font-family: "aktiv-grotesk-std-n4","aktiv-grotesk-std",sans-serif;
font-style: normal;
font-weight: 400;
*/
/*Regular italic*/
/*
font-family: "aktiv-grotesk-std-i4","aktiv-grotesk-std",sans-serif;
font-style: italic;
font-weight: 400;
*/
/*Medium*/
/*
font-family: "aktiv-grotesk-std-n5","aktiv-grotesk-std",sans-serif;
font-style: normal;
font-weight: 500;
*/
/*Medium italic*/
/*
font-family: "aktiv-grotesk-std-i5","aktiv-grotesk-std",sans-serif;
font-style: italic;
font-weight: 500;
*/
@font-face {
    font-family: 'Plain';
    src:  url('/fonts/plain/Plain-Light.eot');
    src:  url('/fonts/plain/Plain-Light.eot?#iefix') format('embedded-opentype'),
          url('/fonts/plain/Plain-Light.woff2') format('woff2'),
          url('/fonts/plain/Plain-Light.woff') format('woff'),
          url('/fonts/plain/Plain-Light.ttf') format('truetype');
          font-weight: 300;
          font-style: normal;
}

body{
  background-color: #ffffff;
  color: #000000;
  font-size:13px;
  font-family: 'Plain',serif;
  font-weight: 300;
  font-style: normal;
}
a:link{
    color: #000000;
    text-decoration:none;
}
a:link:hover{
    color: #808284;
}
a:visited{
    color: #000000;
}
a:visited:hover{
    color: #808284
}
.current,.current:link{
  border-bottom:1px solid black;
}
.underline{
  text-decoration: underline !important;
}
.bigText{
  font-size:1.4em;
}
.blur{
-webkit-filter: blur(2px); /* Safari */
filter: blur(2px);
}
.hue{
filter:hue-rotate(230deg);
}
.grayscale{
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
footer{
  margin-top:40px;
  margin-bottom:40px;
  font-size:11px;
}

/*CAPTCHA*/
.creload{
  margin-left:15px;
}
.secImage{
  margin-bottom:10px;
}

/*NAVBAR*/
.navbar{
  background-color:transparent;
  z-index: 1200;
  /*text-transform: lowercase !important;*/
  padding:0;
  margin: 0;
}
.navbar-wrapper{
  width:100%;
  background:white;
  height:70px;
  /*background-color: rgba(255, 255, 255, .6);*/

}
.navbar-collapse{
  background-color: transparent !important;
}
.nav-link {
    font-size:1.4em;
}
.nav-link:link {
    color: #000 !important;
}
.nav-link:hover {
    color: #808284 !important;
}
.nav-link:visited {
    color: #000 !important;
}
.nav-link:visited:hover {
    color: #808284 !important;
}
.brand-size{
  font-size:2.5em !important;
  line-height:1.55em;
}
.navbar-brand:hover{
  color: #808284 !important;
}
.nav-item{
  padding-right: 0 !important;
  border-bottom: 1px solid black;
}
.navbar-toggler{
  border: none;
  margin-top: 15px;
  margin-right: 4px;
  padding:5px 0 0 0;
}
.navbar-toggler i{
  color: black;
  font-size: 1.5em;
}
/* NAVBAR TOGGLER ICON */
.animated-icon {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}
.animated-icon span {
display: block;
position: absolute;
height: 2px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
.animated-icon span {
background: #000000;
}
.animated-icon span:nth-child(1) {
top: 0px;
}
.animated-icon span:nth-child(2), .animated-icon span:nth-child(3) {
top: 10px;
}
.animated-icon span:nth-child(4) {
top: 20px;
}
.animated-icon.open span {
background: #808284;
}
.animated-icon.open span:nth-child(1) {
top: 11px;
width: 0%;
left: 50%;
}
.animated-icon.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.animated-icon.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.animated-icon.open span:nth-child(4) {
top: 11px;
width: 0%;
left: 50%;
}
.animated-icon3 span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
.animated-icon3 span:nth-child(2) {
top: 10px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
.animated-icon3 span:nth-child(3) {
top: 20px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
.animated-icon3.open span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 0px;
left: 8px;
}
.animated-icon3.open span:nth-child(2) {
width: 0%;
opacity: 0;
}
.animated-icon3.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 21px;
left: 8px;
}

.titleRow{
  margin-bottom: 20px;
}
/*FORMS*/
.required{
  /* background:#ffc9c9; */
  /* color:red; */
}
.form-group,.control-label,.control-label{
  padding:0 !important;
  margin:0 !important;
}
.form-control{
  padding:0 !important;
}
input,textarea{
  border-bottom: 1px solid black !important;
  border-top:none !important;
  border-left:none !important;
  border-right:none !important;
  padding:0 10px 5px 10px !important;
  margin:0 !important;
  margin-bottom:10px !important;
  font-size: 1em !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*LOGIN FORM*/
#loginFormWrapper{
  margin-bottom:25px;
}
/*SLIDER*/
.sliderCaption{margin-top:5px;}
.sliderCopyright{font-size:smaller;}
.carousel{margin-bottom:25px;}
/*CK INLINE EDITOR*/
.bg-info{background-color:#ffd0aa;}
.cke_count{display:none;padding:10px;background-color:#ffd0aa;}
.headingCollection > p:first-of-type{padding-bottom:0;margin-bottom:0;}
/*DOCUMENTS*/
.documentLink{}
.documentLink,.mediaWrapper{
  margin-bottom:25px;
}
.mapLink{
  font-size:smaller;
  cursor:pointer;
}
.div-inline{
  display:inline-block;
}

/*btn blvdr*/
.btn-blvdr {
  color: #000;
  background-color: #ffffff;
  /*border: 1px solid white !important;*/
  border: 1px solid black !important;
}
.btn-blvdr:focus,
.btn-blvdr.focus {
  color: #000;
  background-color: #808284;
  border-color: none;
}
.btn-blvdr:hover {
  color: #000;
  background-color: #808284;
  border-color: none;
  border: 1px solid black !important
}
#btn-contact-wrapper{
  height:25px;
}
.btn-blvdr:active,
.btn-blvdr.active,
.open > .dropdown-toggle.btn-blvdr {
  color: #000;
  background-color: #808284;
  border-color: none;
}
.btn-blvdr:active:hover,
.btn-blvdr.active:hover,
.open > .dropdown-toggle.btn-blvdr:hover,
.btn-blvdr:active:focus,
.btn-blvdr.active:focus,
.open > .dropdown-toggle.btn-blvdr:focus,
.btn-blvdr:active.focus,
.btn-blvdr.active.focus,
.open > .dropdown-toggle.btn-blvdr.focus {
  color: #000;
  background-color: #bcbcbc;
  border-color: none;
}
.btn-blvdr:active,
.btn-blvdr.active,
.open > .dropdown-toggle.btn-blvdr {
  background-image: none;
}
.btn-blvdr.disabled:hover,
.btn-blvdr[disabled]:hover,
fieldset[disabled] .btn-blvdr:hover,
.btn-blvdr.disabled:focus,
.btn-blvdr[disabled]:focus,
fieldset[disabled] .btn-blvdr:focus,
.btn-blvdr.disabled.focus,
.btn-blvdr[disabled].focus,
fieldset[disabled] .btn-blvdr.focus {
  background-color: #e7e7e7;
  border-color: none;
}
.btn-blvdr .badge {
  color: #e7e7e7;
  background-color: #333333;
}
#toTop{
  background: #808284;
  bottom: 15px;
  right: 20px;
  position: fixed;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display:none;
}
#toTop i {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 20px;
    padding-top: 15px;
}
/***************************************************/
/*nav dropdowns & buttons on projets index and view*/
/**************************************************/
.btn-secondary{
  padding-left:0;
}
.btn-secondary {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-secondary:hover {
  color: #808284;
  background-color: #fff;
  border-color: #fff;
}
.btn-secondary:focus, .btn-secondary.focus {
 -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
/*TOOLTIP*/
.tooltip.show {
  opacity: 1;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  border:1px solid black;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #fff;
}
/*Keep nav and projet description visible*/
#userNav {z-index: 1100;text-transform: }
#catNav {z-index: 1101;}
#projetContent.sticky-top{ top:132px;z-index: 100;}
/*
#subnav.sticky-top{
  top:63px;
  height:87px;
}
*/

#projetContent > div > div{
  margin-bottom:5px;
}
#subnav{
  font-size: 1.8em;
  background:#fff;
  padding-bottom: 10px;
  margin-bottom:30px;
  /*text-transform: lowercase;*/
}
.navbar-nav{
  font-size: 1.2em;
  margin-right:0px;
  background-color: rgba(255, 255, 255, .9);
}
#subnav > div > .customCols{
  float:left;
  margin-right:40px;
}
.pTitle{
  font-size:1.34em;
}
.navLeft{
  margin-left: 5px;
  padding-right: 5px;
  padding-left:5px;
}
.navRight{
  padding-right: 5px;
  padding-left:5px;
}
#projetContent,#userNav{background-color:#fff;}

.btn-lg{
  font-size:1em;
}
.dropdown-item{
  font-size: 1.4em;
  padding-left:0;
  background-color:white;
  /*border:1px solid black;*/
  border-top:1px solid black;
  border-bottom:1px solid black;
}
/**********************************************/
/**********************************************/
/*@MEDIA CLASSES*******************************/
/**********************************************/
/**********************************************/
@media (max-width: 543px) {
  #projetContent.sticky-top{ top:94px;z-index: 100;}
  .navbar-brand{margin-right:0;}
  .nav-item{
    margin-right: 0;
  }
}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
  #projetContent.sticky-top{ top:94px;z-index: 100;}
  .navbar-brand{margin-right:0;}
}

@media (min-width: 768px) {
  #projetContent.sticky-top{ top:94px;z-index: 100;}
  .navbar-brand{margin-right:0;}
}

@media (max-width: 991px) {

  .hint{
    display:none;
  }

  body{
    padding-top:106px;
  }
  #subnav.sticky-top{
    top:66px;
    background-color:white;
    height:28px;
  }
  #dropdownMenu1,#dropdownMenu2{
    /*font-size: 1em;*/
    /*text-transform: lowercase;*/
  }
  .dropdown-menu{
    /*background:#fff;*/
    background:transparent !important;
    border:none;
    padding:0;
  }
  .dropdown-item{
    /*font-size: 1em;*/
    background-color:white;
    /*border:1px solid black;*/
    border-top:1px solid black;
    border-bottom:1px solid black;
  }
  .dropdown-item:not(:last-child){
    border-bottom:none;
  }
  .nav-link:first-of-type{
    margin-top:5px;
    border-top: 1px solid black;
  }
  .nav-link{
    border-bottom: 1px solid black;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  body{
    padding-top:68px;
  }
  .hint{
    float:right;
    margin-left: 20px;
    margin-top:13px;
    font-size:.9em;
  }
  .navbar-collapse,
  .navbar-nav
  {
    display:none;
  }
  #subnav.sticky-top{
    top:68px;
    height:87px;
  }
  .navbar-nav{
    font-size:2.5em;
  }
  .dropdown-menu{
    background:#fff;
    /*border:1px solid black;*/
    border-right:none;
    border-left:none;
    border-top:1px solid black;
    border-bottom:1px solid black;
    padding:0;
  }
  .dropdown-item:not(:last-child){
    border-bottom:1px solid #000;
  }
  #projetContent.sticky-top{ top:155px;z-index: 100;}
  .nav-item:not(:first-child){
    margin-left: 40px;
  }
}

@media (max-width: 1199px) {
  .paddingLeft10{padding-left:10px;}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .nav-item {text-align:right;}
  #projetContent.sticky-top{ top:155px;z-index: 100;}
}
.bgOrange{
  background-color:#FF7300;
}
.caret{
  content:url(/img/arr-down.png);
}
