/*
 *  CSS Reset - v1.0.1
 *  Yet Another Reset CSS
 *  http://malas34.github.io/css-reset
 *
 *  Made by Matthieu Lassalvy
 *  Under MIT License
 */
/*!

normalize.css v1.1.3 | MIT License | https://github.com/necolas/normalize.css

*/*{margin:0;padding:0;}body,html{height:100%;min-height:100%;}body{color:#333;font-size:12px;line-height:1.1em;background-color:#fff;font-family:arial,verdana,sans-serif}a img,img{border:0;vertical-align:top}figure,figure a,figure img{display:block}figure,figure a{overflow:hidden;text-align:center}figure img{width:100%;height:auto;vertical-align:top}figure.center{position:relative}figure.center img{top:50%;left:50%;position:absolute;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%)}dd,dl,dt,li,ul{margin:0;padding:0;list-style-type:none}a,button,input[type=button],input[type=submit]{cursor:pointer}input[type=text],select,textarea{border:0;margin:0;padding:0;background:0 0}a,a:active,a:focus,a:hover{outline:0;text-decoration:none}/*! classes.css */.clear{width:0;height:0;clear:both;display:block;overflow:hidden;visibility:hidden}.clearfix:after,.clearfix:before{width:0;height:0;font-size:0;content:".";display:block;line-height:0;overflow:hidden;visibility:hidden}.clearfix:after{clear:both}.no-display,.no-padding{padding:0}.no-display,.no-margin{margin:0}.hidden,.no-display{display:none;visibility:hidden}.no-display{width:0;height:0;font-size:0;line-height:0}ul.clearfix>li{width:auto;float:left;display:block}.f-left,.f-right{width:auto;display:block}.f-left{float:left}.f-right{float:right}.a-left{text-align:left}.a-right{text-align:right}.a-center{text-align:center}

/* parent element width+height must be setted */
/* parent element height must be setted */
/*! ********************************************************************************


 Feuille de style pour les fonts


******************************************************************************** */
@font-face {
  font-family: "HelveticaNeue";
  src: url('../font/HelveticaNeue.eot'); /* IE9 Compat Modes */
  src: url('../font/HelveticaNeue.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/HelveticaNeue.woff') format('woff'), /* Modern Browsers */
       url('../font/HelveticaNeue.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: "HelveticaNeueThin";
  src: url('../font/HelveticaNeueThin.eot'); /* IE9 Compat Modes */
  src: url('../font/HelveticaNeueThin.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/HelveticaNeueThin.woff') format('woff'), /* Modern Browsers */
       url('../font/HelveticaNeueThin.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: "HelveticaNeueBold";
  src: url('../font/HelveticaNeueBold.eot'); /* IE9 Compat Modes */
  src: url('../font/HelveticaNeueBold.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/HelveticaNeueBold.woff') format('woff'), /* Modern Browsers */
       url('../font/HelveticaNeueBold.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: "folio-webfont";
  src: url('../font/folio-webfont.eot'); /* IE9 Compat Modes */
  src: url('../font/folio-webfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/folio-webfont.woff') format('woff'), /* Modern Browsers */
       url('../font/folio-webfont.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face{
  font-family:'Open-light';
  src:url('../font/opensans-light-webfont.eot');
  src:url('../font/opensans-light-webfont.eot#iefix') format('embedded-opentype'),
      url('../font/opensans-light-webfont.woff') format('woff'),
      url('../font/opensans-light-webfont.ttf') format('truetype'),
      url('../font/opensans-light-webfont.svg') format('svg');
  font-weight:normal;font-style:normal
}

@font-face{
  font-family:'Roboto-bold';
  src:url('../font/robotocondensed-bold-webfont.eot');
  src:url('../font/robotocondensed-bold-webfont.eot#iefix') format('embedded-opentype'),
    url('../font/robotocondensed-bold-webfont.woff') format('woff'),
    url('../font/robotocondensed-bold-webfont.ttf') format('truetype'),
    url('../font/robotocondensed-bold-webfont.svg') format('svg');
  font-weight:normal;font-style:normal
}

@font-face {
    font-family: 'Roboto-light';
    src: url('../font/robotocondensed-light-webfont.eot');
    src: url('../font/robotocondensed-light-webfont.eot#iefix') format('embedded-opentype'),
         url('../font/robotocondensed-light-webfont.woff') format('woff'),
         url('../font/robotocondensed-light-webfont.ttf') format('truetype'),
         url('../font/robotocondensed-light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto-regular';
    src: url('../font/robotocondensed-regular-webfont.eot');
    src: url('../font/robotocondensed-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('../font/robotocondensed-regular-webfont.woff') format('woff'),
         url('../font/robotocondensed-regular-webfont.ttf') format('truetype'),
         url('../font/robotocondensed-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*! ******************************************************************************

 • GRUNT

 @see http://ericnishio.com/blog/compile-less-files-with-grunt

 • BROWSERS

 Android: 4.1, 4, 2.3
 Chrome: 33, 32, 31
 Firefox: 28, 27, 26, 24
 IE: 11, 10, 9, 8
 iOS: 7, 6.1
 Safari: 7, 6.1
 Opera: 19, 18, 12.1

 • Z-INDEX

 ****************************************************************************** */
/*! ----------------------------------------------------------------------
 *
 * HTML
 *
 */
body {
  color: #786e64;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.15em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
b {
  font-weight: 600;
}
a:hover {
  text-decoration: none;
}
a,
a:hover,
a:active {
  color: #786e64;
}
hr {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #cac8c7;
    clear: both;
    display: block;
    height: 1px;
    padding: 10px 0;
}
.right {
    float: right;
}
select option {
  padding: 0 10px;
  text-align: left;
}
select .optgroup-porteur {
   text-align: center;
}
fieldset{
    padding: 0;
}
form {
  *zoom: 1;
}
form:after {
  clear: both;
}
form:after,
form:before {
  width: 0;
  height: 0;
  content: ".";
  font-size: 0;
  line-height: 0;
  display: block;
  overflow: hidden;
  visibility: hidden;
}
form .line {
  width: 100%;
  margin-top: 17px;
}
form .line select,
form .line input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 9px 6px 7px 6px;
  background: #FFF;
  color: #786e64;
  font-family: "HelveticaNeueThin";
}
form .line input[type="submit"], .contact input[type="submit"] {
  border: 0;
  width: 85%;
  color: #FFF;
  padding: 10px 0;
  margin: 0 auto;
  display: block;
  background: #786e64 url(../images/css/picto_submit_form.png) no-repeat 5px center;
  font-weight: bold;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  text-transform: uppercase;
  font-family: "HelveticaNeue";
  font-size: 0.95em;
  text-align: left;
  padding-left: 42px;
}

form .column {
  width: auto;
  float: left;
  display: block;
}


section.content.grid-75 {
  padding-left: 0px;
}
section.content.grid-100 {
  padding-left: 0px;
  padding-right: 0px;
}
aside.sidebar.grid-25 {
  padding-right: 0px;
}


/***********************************************
*
*  Style frboi hérité de Knacsss
*
************************************************/
.row {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.row > *,
.col {
    display: table-cell;
    vertical-align: middle;
}

* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

.line {
  clear: both;
}

.line:after {
  content: "";
  display: table;
  clear: both;
  border-collapse: collapse;
}

/* blocks widths (percentage and pixels) */
.w10 {
  width: 10%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w33 {
  width: 33.3333%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w66 {
  width: 66.6666%;
}
.w68 {
  width: 67.731958763%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w100 {
  width: 100%;
}

.rich-text,
.rich-text p {
  *zoom: 1;
  font-family: "HelveticaNeueThin";
  color: #77625d;
}
.rich-text:after,
.rich-text p:after {
  clear: both;
}
.rich-text:after,
.rich-text p:after,
.rich-text:before,
.rich-text p:before {
  width: 0;
  height: 0;
  content: ".";
  font-size: 0;
  line-height: 0;
  display: block;
  overflow: hidden;
  visibility: hidden;
}
.rich-text .object-left {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
}
.rich-text .object-right {
  float: right;
  margin-left: 15px;
  margin-bottom: 5px;
}
.rich-text {
  font-size: 1.2em;
}
.rich-text p {
  margin: 0;
  margin-bottom: 20px;
  line-height: 120%;
}
.rich-text ol,
.rich-text ul {
  margin-left: 15px;
  margin-bottom: 20px;
}
.rich-text ol li,
.rich-text ul li {
  margin-bottom: 20px;
  list-style-type: disc;
  list-style-image: url(../images/css/list_style_type_yellow-5x5.png );
  line-height: 120%;
}
.rich-text h1,
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6 {
  margin-bottom: 10px;
  font-family: "HelveticaNeue";
  line-height: 120%;
}
.rich-text h2 {
  margin-top: 28px;
}

.rich-text > *:first-child {
  margin-top: 0;
}

.rich-text a, .contact a{
  font-weight: bold;
}

.rich-text q,
.rich-text blockquote {
  padding: 15px;
  display: block;
  background: #f2f2f2;
  font-style: italic;
  margin-bottom: 20px;
}
.learn-more {
  display: block;
  text-align: center;
}
.learn-more .btn {
  padding: 7px 31px;
  background: #786e64;
  display: inline-block;
  font-family: "HelveticaNeueBold";
  font-size: 0.9em;
}
.learn-more .btn span {
  color: #FFF;
  padding-left: 15px;
  text-transform: uppercase;
  background: url(../images/css/btn_arrow-5x10.png ) no-repeat left center transparent;
}
.sidebar .block {
  padding: 12px;
  background: #f2f2f2;
  margin-bottom: 40px;
}
.sidebar .block h1,
.sidebar .block h2,
.sidebar .block h3,
.sidebar .block h4,
.sidebar .block h5,
.sidebar .block h6 {
  margin-top: 0;
  font-style: italic;
  margin-bottom: 7px;
  font-family: "HelveticaNeue";
}
.sidebar .block p {
  margin-bottom: 0;
}
.sidebar .block.edito .rich-text {
  font-size: 1.15em;
}

.sidebar .search {
  background: #ffd348;
}

.sidebar .search.taupe {
  background: #786e64;
  color: #fff;
}

.sidebar .search.taupe form .line input[type="submit"], .contact input[type="submit"] {
  background: #ffd348 url(../images/css/picto_submit_form.png) no-repeat 5px center;
  color: #786e64;
}

.contact input[type="submit"]:hover {
  background: #786e64 url(../images/css/picto_submit_form.png) no-repeat 5px center;
  color: #ffffff;
}

.contact-partner {
    margin-top: 10px;
    text-align:center;
}

.contact-partner #contact-partner-button {
    display: inline-block;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 0;
    background: #ffd348 url(../images/css/picto_mail.png) no-repeat 12px center;
    height: 40px;
    font-weight: bold;
    font-family: "HelveticaNeue";
    color: #786e64;
    padding: 14px 13px 7px 55px;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: left;
}

.contact-partner .contact-partner-txt {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.flash-message-confirm {
    color: green;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}

.sidebar .search h2 {
  font-size: 1.25em;
  margin-bottom: 20px;
  font-weight: lighter;
  font-family: "HelveticaNeueThin";
}
.sidebar .search .baseline {
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.2em;
  font-family: "HelveticaNeue";
  margin-bottom: 10px;
}
/*! ----------------------------------------------------------------------
 *
 * MAIN HEADER
 *
 */
#site-navigation {
  border-bottom: 1px solid #e8e7e5;
  background: #ffffff;
  width: 100%;
  z-index: 1000;
}

#main-header .grid-container {
  position: relative;
}
#main-header {
  height: 88px;
  width: 970px;
  margin: 0 auto;
}
#main-header {
  color: #786e64;
  font-size: 1em;
}
#main-header .container {
  height: inherit;
  position: absolute;
  width: 970px;
  z-index: 1000;
}
#main-header .title {
  font-weight: 700;
  letter-spacing: -0.04em;
  margin: 0;
  display: inline-block;
}
#main-header .title a,
#main-header .title a:hover,
#main-header .title a:active {
  color: #786e64;
  display: block;
}
#main-header .logo {
  width: 70%;
}

#vignet {
  width: 220px;
  position: relative;
}

#vignet  > li {
  overflow-y: hidden;
  height: 89px;
  width: 100px;
  position: absolute;
  top: 0;
}

#vignet  > li:first-child {
  left: 0;
}

#vignet  > li:first-child + li{
  left: 110px;
}

#vignet  > li.selected,
#vignet > li:hover {
  overflow: visible;
}

#vignet .circle {
  border-radius: 50%;
  position: absolute;
  width: 80px;
  height: 80px;
  text-transform: uppercase;
  text-align: center;
  top: 30px;
  display: table;
}

#vignet .circle span {
  display: table-cell;
  vertical-align: middle;
  line-height: 120%;
  padding: 0 4px;
  font-size: 10px;
  font-family: "HelveticaNeueBold";
}

#vignet > li.selected .circle,
#vignet > li .circle:hover {
  width:100px;
  height: 100px;
  top: 15px;

}

#vignet > li.selected .circle span,
#vignet > li .circle:hover span {
    font-size: 12px;
}

#vignet .circle.carrier {
  background-color: #786e64;
}

#vignet  a.circle.carrier {
  color: white;
}

#vignet .circle.contributor {
  background-color: #ffd348;
  left: 0;
}

#vignet a.circle.contributor {
  color: #786e64;
}

#main-header ul#social-networks {
  width: 15%;
  padding-right: 2%;
}

#main-header ul#social-networks li {
  display: inline-block;
  margin-left: 15px;
  float: right;
}

#main-header ul#social-networks li a {
  display: block;
  width: 31px;
  height: 31px;
  background: transparent url(../images/css/picto_social_networks.png) no-repeat 0 0;  
  text-indent: -5000px;
  overflow: hidden;
}

#main-header ul#social-networks li.facebook a {
  background-position: -32px 0;
}

#main-header .baseline {
  margin-top: 7px;
  font-size: 1.15em;
  font-weight: 400;
}

#main-header #navigation {
  width: 100px;
  padding-left: 2%;
  cursor: pointer;
}
#main-header #navigation:hover,
#main-header #navigation.open {
  background-color: #ffd348;
}
#main-header #link-menu {
  background: transparent url(../images/css/picto_menu.png) no-repeat left center;
  padding-left: 32px;
  display: block;
  line-height: 17px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 30px;
}

#sub-menu-wrapper,
#connection-curtain {
  display: none;
  cursor: auto;
}

#sub-menu-wrapper {
  width: 100%;
  left: 0;
  top: 107px;
  background-color: #fff;
  z-index: 999;
  position: fixed;
  border-bottom: 1px solid #e8e7e5;
}

#connection-curtain {
  width: 100%;
  height: 100%;
  left: 0;
  top: 107px;
  background-color: #fff;
  z-index: 888;
  position: fixed;
  opacity: 0.9;
}

#sub-menu {
  width: 970px;
  margin: 0 auto;
}

#sub-menu .item {
  color: #786e64;
  vertical-align: top;
  padding-top: 20px;
  padding-right: 10px;
}

#sub-menu .item h3 {
  color: #786e64;
  font-family: "HelveticaNeueBold";
  font-size: 15px;
  margin-bottom: 20px;
}

#sub-menu .item h3 b,
#sub-menu .mon-espace h3 {
  font-family: "HelveticaNeueBold";
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.06em;
}

#sub-menu .item ul > li {
  margin-bottom: 8px;
}

#sub-menu .item a:hover,
#sub-menu .mon-espace .bloc.link-connection a:hover {
  text-decoration: underline;
}

#sub-menu .mon-espace {
  width: 300px;
  background-color: #f2f2f2;
  vertical-align: top;
  padding: 20px;
}

#sub-menu .mon-espace .inner-bloc-wrapper{
  display: block;
}

#sub-menu .mon-espace .bloc {
  width: 100%;
  padding-top: 20px;
}

#sub-menu .mon-espace .bloc.connection
#sub-menu .mon-espace .bloc.link-connection {
  padding-right: 20px; 
}

#sub-menu .mon-espace .bloc.connection input[type=text],
#sub-menu .mon-espace .bloc.connection input[type=password]{
  padding: 12px 0 5px 10px;
  border:1px solid #e6e6e6;
  background-color: #ffffff;
  font-style: italic;
  color: #786e64;
  width: 100%;
}

#sub-menu .mon-espace .bloc.connection input[type=text]:first-child {
  margin-bottom: 20px;
}

#sub-menu .mon-espace .bloc.connection input[type=text]:first-child  + input[type=password] {
  margin-bottom: 15px;
}

#sub-menu .mon-espace .bloc.connection input[type=submit] {
  padding: 10px 0;
  width: 80%;
  text-align: center;
  border: none;
  background-color: #ffcd00;
  font-size: 16px;
  font-weight: bold;
}

#sub-menu .mon-espace .bloc.link-connection {
  padding-top: 15px;
  font-weight: bold;
}
#breadcrumbs {
  font-family: "HelveticaNeueThin";
  margin: 10px 0 40px 0;
  color: #77625d;
}

#breadcrumbs ul > li {
  display: inline;
  margin-left: 5px;
}

#breadcrumbs a {
  text-decoration: underline;
}

#breadcrumbs ul > li:first-child {
  margin-left: 0;
}

/*! ----------------------------------------------------------------------
 *
 * Moteurs de recherche
 *
 */

form * {
  outline: none;
}

.b-yellow {
  background-color: #ffd348;
}
.b-brown {
  background-color: #786e64;
  border-bottom: 3px solid #524b45;
}
.ribbon {
  width: 100%;
}

.search .ribbon {
  margin-bottom: 25px;
}

.ribbon-container {
  height: 74px;
  margin: 0 auto;
  padding: 19px 0 15px;
  width: 970px;
}
.ribbon-container > *,
.ribbon-container > * > *{
  display: inline-block;
}
.ribbon-container .title {
  font-family: "HelveticaNeueBold";
  font-size: 25px;
  margin: 8px 28px 0px 0px;
  vertical-align: top;
}
.search .ribbon-container .title {
    margin: 8px 36px 0px 0px;
}
.b-yellow .ribbon-container .title {
  color:#786e64;
}
.b-brown .ribbon-container .title {
  color: #ffffff;
}
.ribbon-container form > input[type=text], .ribbon-container form > select {
  border: none;
  background-color: #ffffff;
  padding: 11px;
  margin-left: 26px;
}
.ribbon-container form > select#project-category{
   width: 212px;
   margin-left: 4px;
}
.ribbon-container form > select#porter-profil{
   margin-left: 36px; 
   width: 197px;
}
.ribbon-container form > input[type=text]:first-child {
  margin-left: 0px;
}
.ribbon-container form > fieldset {
  position: relative;
  border: none;
  margin-left: 42px;
}

.ribbon-container form.w68 > fieldset{
   margin: 0px 0px 0px 35px; 
}

.ribbon-container form > fieldset.button input[type=submit]{
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 25px;
  padding: 10px 25px 10px 40px;
  border: none;
}
.ribbon-container form > fieldset.button label {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  position: absolute;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  padding-top: 6px;
  top: 4px;
  left: 5px;
  background-color: #ffffff;
}
.b-yellow .ribbon-container form > fieldset.button input[type=submit]{
  background-color: #786e64;
  color: #ffffff;
}

.b-yellow_border .ribbon-container form > input[name="SearchText"] {
    width: 32.267884323%;
}

.b-yellow_border .ribbon-container form > input[name="ZipCode"] {
    width: 29.9847793%;
}

.b-brown .ribbon-container form > fieldset.button input[type=submit]{
  background-color: #ffd348;
  color: #786e64;
}

.ribbon-container form > input[name="SearchText"] {
  width: 37%;
}

.ribbon-container form > select {
    height: 40px;
}

.ribbon-container form > select option{
    background: #f8f8f8;
    border-top: 1px solid #fff;
    height: 30px;
    margin: auto 0;
    padding: 7px 30px 5px 10px;
}

.ribbon-container form > select option:hover{
    border-top: 1px solid #7A6E60;
}
aside#facets {
  width: 230px;
  background-color: #fafafa;
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
}

#facets h2 {
  background-color: #f2f2f2;
  font-family: "HelveticaNeueBold";
  font-size: 22px;
  vertical-align: top;
  padding: 15px;

}

#facets .bloc {
  padding: 2px 10px;
  position: relative;
}

#facets .bloc-title {
  font-family: "HelveticaNeueBold";
  font-size: 17px;
  margin-bottom: 10px;
  padding-right: 10px;
  display: inline-block;
  width: 88.1%;
}

#facets .bloc span.fold-arrow,
#facets .bloc.unfold span.fold-arrow {
  vertical-align: top;
  cursor: pointer;
  display: inline-block;
  width: 10%;
  height: 15px;
  background: transparent url(../images/css/filter_up_arrow.png) 5px 5px no-repeat;
}

#facets .bloc.fold span.fold-arrow {
  background: transparent url(../images/css/filter_down_arrow.png) 5px 5px no-repeat;
}

#facets .bloc .bloc span.fold-arrow {
  position: absolute;
  right: 30px;
  top: -26px;
}

#facets .bloc.fold ul {
  display: none;
}

#facets .bloc ul li a {
  margin-bottom: 10px;
  display: block;
  padding-left: 20px;
  min-height: 15px;
}

#facets .bloc ul li a.c_unchecked {
  background: transparent url(../images/css/box_unchecked.png) 0 0 no-repeat;
}

#facets .bloc ul li a.c_checked {
  background: transparent url(../images/css/box_checked.png) 0 0 no-repeat;
}

#facets .bloc > ul > li {
  padding-left: 0px;
}
#facets .bloc > ul > li > ul {
  padding-left: 10px;
}

#facets .bloc .remove-filter {
  cursor: pointer;
  font-family: "HelveticaNeueBold";
  text-align: right;
  font-size: 13px;
  line-height: 1;
}

#facets .bloc .remove-filter:hover {
  text-decoration: underline;
}

#facets .bloc input[type="search"] {
	border: 1px solid #786e64;
    border-radius: 0;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin: auto 10px auto auto;
    padding-left: 5px;
    width: 60%;
}

#facets .bloc input[type="submit"] {
  display: inline-block;
  margin: 5px auto 10px auto;
  background-color: #ffd348;
  color: #786e64;
  border-radius: 25px;
  padding: 10px 15px;
  font-weight: bold;
  border: medium none;
}

section#search-result {
  width: 713px;
  display: inline-block;
  vertical-align: top;

}

#search-result > * {
  margin-bottom: 5px;
}

section#search-result:after {
  content: "";
  display: table;
  clear: both;
  border-collapse: collapse;
}

#search-result .number {
  font-family: "HelveticaNeue";
  font-size: 23px; 
}

#search-result .line .number {
    float: left;
    font-size: 16px;
    font-weight: bold;
}

#search-result .near {
  font-size: 14px;
  float: left;
  font-family: HelveticaNeue;
}

#search-result .logo-partner{
    float: right;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#search-result figure.logo-partner a.logo-link{
    margin-right: 10px;
    padding-top: 4px;
}

#search-result figure.logo-partner a{
    float: left;
}

#search-result .line{
    position: relative;
}
#search-result .number + span {
  float: right;
  font-family: "HelveticaNeueBold";
  font-size: 16px;
}

#search-result .toolbar {
  padding: 12px;
  background-color: #fafafa;
}

#search-result .toolbar > div{
  display: inline-block;
  vertical-align: top;
}

#search-result .toolbar > div + div{
  float: right;
  text-align: right;
}

#search-result .toolbar button {
  border: none;
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  outline: none;
}

#search-result .toolbar > div + div > *,
#search-result .toolbar > div + div > ul > li{
  display: inline-block;
}

#search-result .toolbar > div + div > ul > li{
  font-family: "HelveticaNeue";
  font-weight: bold;
}

#search-result .toolbar div ul li {
  margin-right: 20px;
}

#search-result .toolbar .label,
#search-result .pagination .label {
  margin-right: 10px;
  display: inline-block;
}

#search-result .toolbar .line-format {
  background: transparent url(../images/css/tri_band_line.png) 0 0 no-repeat;
  margin-right: 10px;
}
#search-result.lame .toolbar .line-format {
  background: transparent url(../images/css/tri_band_line_selected.png) 0 0 no-repeat;
  margin-right: 10px;
}

#search-result .toolbar .square-format {
  background: transparent url(../images/css/four_square.png) 0 0 no-repeat;
}

#search-result.square .toolbar .square-format {
  background: transparent url(../images/css/four_square_selected.png) 0 0 no-repeat;
}

#search-result .line:first-child{
  margin-bottom: 15px;
}

#search-result .pagination {
  padding: 12px;
}

#search-result .pagination .pagination_number {
  float: right;
  width: 40%;
  text-align: right;
}

#search-result .pagination > div {
  display: inline-block;
  vertical-align: top;
  width: 55%;
}

#search-result .pagination > div + div {
  
}

#search-result .pagination > div > ul,
#search-result .pagination > div > ul > li{
  display: inline-block;
  vertical-align: middle;
}

#search-result .pagination > div > ul > li{
  margin-left: 5px;
}

#search-result .pagination > div > ul > li:first-child{
  margin-left: 0px;
}

#search-result .pagination > div.number-per-page > ul > li > a,
#search-result .pagination > div > ul > li > a.previous,
#search-result .pagination > div > ul > li > a.next {
  background-color: #f2f2f2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding-top: 5px;
}

#search-result .pagination > div.number-per-page > ul > li > a.selected {
  background-color: #ffd348;
}

.pages, .pages li{
  display:inline;
}

.pages li.next, .pages li.prev {
  background-color: #f2f2f2;
  border-radius: 50%;
  display: inline-block;
  height: 25px;
  padding-top: 5px;
  text-align: center;
  vertical-align: middle;
  width: 25px;
}

.pages > li {
  margin-left: 5px;
}

.search-result-list article {
  border: 1px solid #e2e2e2;
  padding: 15px; 
}

#search-result.lame .search-result-list article {
  width: 100%;
  margin-bottom: 50px;
}
#search-result.square .search-result-list article {
  width: 31%;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 1%;
  vertical-align: top;
}

.homepage #search-result.square .search-result-list article {
  height: auto;
}

#main-content.search #search-result.lame .progress-bar.square,
#main-content.search #search-result.square .progress-bar{
  display: none;
}
#main-content.search #search-result.square .progress-bar.square{
  display: block;
}


#main-content.search #search-result.square .about.line, 
#main-content.search #search-result.square .add .plustext, 
#main-content.search #search-result.square .report,
#main-content.search #search-result.square .rich-text{
  display: none;
}

.search-result-list article .visual figure {
  margin: 0;
  position: relative;
}

#search-result figure img{
    width: auto;
}

.search-result-list article .visual figure .countdown {
  position: absolute;
  top: 0;
  left: 35%;
  background-color: #ffd348;
  color: #786e64;
  height:30px;
  width:60px;
  border-radius: 0 0 60px 60px;
  padding-top: 5px;
  font-weight: bold;
}

/*.search-result-list article .visual figure .close {
  position: absolute;
  top: 15px;
  left: 55%;
  background-color: #ffd348;
  color: #786e64;
  height:75px;
  width:75px;
  border-radius: 75px;
  padding-top: 15px;
  font-weight: bold;
}*/

.search-result-list article .visual,
.search-result-list article .content {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

.search-result-list article .visual .figure_container {
  height: 185px !important;
  overflow: hidden;
  margin-bottom: 15px;
}

#search-result.square .search-result-list article .visual .figure_container {
  margin-bottom: 5px;
}

.search-result-list article .visual figure {
  margin-bottom: 10px;
}

.search-result-list article .visual figure.logo {
  margin-bottom: 0px;
}

#search-result.square .search-result-list article .progress-bar {
  margin-bottom: 20px;
}


#search-result .search-result-list article .progress-bar .range{
  font-family: "HelveticaNeueBold";
}

#search-result .search-result-list article .progress-bar .range .begin{
  float: left;
}
#search-result .search-result-list article .progress-bar .range .end{
  float: right;
}

#search-result .search-result-list article .progress-bar .exposant{
  position: relative;
  font-size: .8em;
  line-height: .8em;
  vertical-align: super;
}

#search-result .search-result-list article .progress-bar .info-nc{
  font-family: initial;
  font-size: 12px;
}

#search-result .search-result-list article .progress-bar .range-bar{
  position: relative;
  height: 22px;
}

#search-result.square .search-result-list article .progress-bar .range-bar {
  height: 25px;
}

#search-result .search-result-list article .progress-bar .range-bar .acquired{
  background-color: #ffd348;
  height: inherit;
}

#search-result .search-result-list article .progress-bar .range-bar .still-left{
  background-color: #f6f4f3;
  height: inherit;
}


#search-result .search-result-list article .progress-bar .range-bar .amount {
  font-family: "HelveticaNeueBold";
  position: absolute;
  top: 5px;
}

#search-result .search-result-list article .progress-bar .no-info {
  font-family: "HelveticaNeueThin";
  font-size: 12px;
  height: 26px;
  text-align: center;
  background-color: #f6f4f3;
  padding: 6px;
  margin-top: 26px;
}

#search-result .search-result-list article .progress-bar .range-bar:hover span.tooltip,
#search-result .search-result-list article .progress-bar .range-bar:hover span.tooltip:after {
  display: block;
}


span.tooltip {
      display: none;
      position: absolute;
      width: 190px;
      height: 40px;
      line-height: 15px;
      padding: 5px;
      font-size: 12px;
      text-align: center;
      color: #ffffff;
      background: #333333;
      background: rgba(0, 0, 0, 0.8);
      top: -50px;
      z-index: 20;
}

span.tooltip:after {
      display: none;
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-width: 10px;
      border-style: solid;
      border-color: #333333 transparent transparent transparent;
      top: 40px;
      left: 50%;
}

#search-result.lame .search-result-list article .visual{
  width: 190px;
}

#search-result .search-result-list article figure.project img,
#search-result .search-result-list article figure.project {
  width: 190px;
  max-height: 138px;
}

#search-result .search-result-list article figure.project .ess-img{
    bottom: 0;
    height: 26px;
    position: absolute;
    right: 0;
    width: 67px;
}

#search-result .search-result-list article{
  position: relative;
}

#search-result .search-result-list article .project-hover{
  position: absolute;
  left: 0;
  top: 0;
  background-color: #F2F2F2;
  display: none;
  text-align: justify;
  padding: 10px;
  width: 100%;
  height: 250px;
  z-index: 10;
}

#search-result.square .search-result-list article :hover .project-hover {
  display: block;
} 

#search-result.square .search-result-list article .project-hover .title {
  text-align: center;
  width: 100%;
  display: block;
}

#search-result.square .search-result-list article .project-hover .description {
  margin-top: 15px;
}

#search-result .search-result-list article .project-hover .categories {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 42px;
}

#search-result .search-result-list article .project-hover .categories span {
  width: 45%;
  display: inline-block;
  vertical-align: top;
}

#search-result .search-result-list article .project-hover .categories span + span {
  text-align: right;
  float: right;
}

#search-result .search-result-list article .visual figure.logo img {
  width: auto;
  height:32px;
  margin: auto;
}

#search-result.lame .search-result-list article .content{
  width: 467px;
  margin-left: 20px;
}

#search-result.square .search-result-list article .visual{
  width: 100%;
}

#search-result.square .search-result-list article .content{
  width: 100%;
  margin-left: 0px;
}

.search-result-list article .content h3 {
  font-family: "HelveticaNeueThin";
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
  vertical-align: top;
}

#search-result.square  .search-result-list article .content h3 {
  font-size: 15px;
  font-weight: normal;
}

.search-result-list article .hashtag {
  font-family: "HelveticaNeueBold";
  color: #000000;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 0.8;
}

.search-result-list article .content .rich-text {
  margin-bottom: 5px;
}

.search-result-list article .content.partner .rich-text {
    display: inline-flex;
    float: left;
    margin-bottom: 5px;
    width: 65%;
}

#search-result.archives.lame .search-result-list article {
    overflow: auto;
}

#search-result.archives .search-result-list article .closed {
    display: table;
    margin-bottom: 10px;
}
#search-result.archives.square .search-result-list article .closed {
    height: 48px;
}
#search-result.archives.lame .search-result-list article .closed {
    float: right;
    width: 69.8%;
}
#search-result.archives.lame .search-result-list article.archive .project {
    float: left;
    margin : 0 15px 0 0;
}

#search-result.archives.lame .search-result-list article .short-desc {
    display: none;
}
#search-result.archives.square .search-result-list article .desc {
    display: none;
}
#search-result.archives.lame .search-result-list article .desc {
    margin-top: 30px;
    margin-bottom: 15px;
    height: 48px;
    overflow: hidden;
    font-family: "HelveticaNeueThin";
}
#search-result.archives .search-result-list article .closed .text {
    display: table-cell;
    font-family: "HelveticaNeue";
    font-size: 14px;
    font-weight: bold;
    padding-right: 4px;
    vertical-align: top;
}
#search-result.archives.lame .search-result-list article .closed .text {
    font-size: 21px;
    font-weight: normal;
}
#search-result.archives .search-result-list article .closed .price {
    display: table-cell;
    color: #000;
    font-size: 27px;
    font-family: "HelveticaNeueBold";
    padding: 3px 0 0 0;
    vertical-align: top;
    white-space: nowrap;
}
#search-result.archives.lame .search-result-list article .closed .price {
    padding: 0;
    text-align: right;
}

#search-result.archives.lame .search-result-list article.archive .logo {
    float: left;
    width: 39.8%;
    margin-bottom: 0;
}

#search-result.square.archives .search-result-list article .content .rich-text {
  margin: 20px 0;
}

.search-result-list article .content .rich-text {
    font-size: 14px;
}

.search-result-list article .content .rich-text p {
  margin: 0;
  line-height: 1;
}

#search-result.square.archives .search-result-list article .content .rich-text p {
  font-family: "HelveticaNeueThin";
  font-size: 15px;
}

#search-result.square.archives .search-result-list article .short-desc {
    height: 80px;
    overflow: hidden;
    font-family: "HelveticaNeueThin";
}

.search-result-list article .content.partner .rich-text p {
  font-size: 14px;
  line-height: 1.2;
}

.search-result-list article .about {
  height: 45px;
  margin-bottom: 33px;
  margin-top: 20px;
}

.search-result-list article .about {
  display: inline;
  height: 45px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.search-result-list article .about .share {
  height: inherit;
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #e2e2e2;
  width: 160px;
  padding-top: 8px;
  float: right;
}

.search-result-list article .content.partner .about .share {
  border: 0;
  padding-top: 0;
}

.search-result-list article .about .share a {
  width: 25px;
  height: 32px;
  margin-left: 20px;
  display: inline-block;
}

.search-result-list article .about .share .img-nolink {
  margin-left: 20px;
}

.search-result-list article .about .location {
  display: inline-block;
  vertical-align: middle;
  height: inherit;
  width: 297px;
  padding: 15px 0px 0 50px;
  background: transparent url(../images/css/location_icon.png) 20px 10px no-repeat;
  float: right;
}

.search-result-list article .about .location .dep {
  font-family: "HelveticaNeue";
  font-weight: bold;
}

.search-result-list article .content .button,
#search-result.archives .search-result-list article .button
{
  display: inline-block;
  width: 48.7%;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  font-family: "HelveticaNeueBold";
  font-size: 13px;
  height: 45px;
  vertical-align: middle;
}

#search-result .contact-button{
    background-color: #786e64;
    color: white;
    font-size: 13px;
    padding: 17px 14px;
    text-align: center;
}

#search-result.lame.partner .search-result-list article .button {
    width: 47.5%;
    bottom: 0;
    left:0;
    position: absolute;
}

.search-result-list article .content .button.arrow,
#search-result.archives .search-result-list article .button.arrow {
  padding-top: 14px;
}

.search-result-list article .content a.button.arrow,
#search-result.archives .search-result-list article a.button.arrow {
  background-color: #786e64;
}

#search-result.square.archives .search-result-list article.archive a.button.arrow {
    width: 100%;
}
#search-result.lame.archives .search-result-list article.archive a.button.arrow{
    width: 30%;
}


#search-result.lame .search-result-list article .content a.button.arrow div span,
#search-result.square .search-result-list article .content a.button.arrow div span,
#search-result.archives .search-result-list article a.button.arrow div span {
  background: url(../images/css/btn_arrow-5x10.png ) no-repeat left center transparent;
  padding-left: 15px;
}

#search-result.square.partner .search-result-list article .content a.button.arrow div span {
    background: none;
    padding: 0;
}

#search-result.square.partner .search-result-list article .content a.button.arrow {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background-color: #786e64;
}

#search-result.lame.partner .search-result-list article .content a.button.arrow.yellow {
    margin-right: 10px;
    left: 50%;
}
#search-result.square.partner .search-result-list article .content a.button.arrow.yellow {
  background-color: #ffd348;
  color: #786e64;
}

#search-result.square.partner .search-result-list article .content a.button.arrow div {
  line-height: 1.1em;
}

#search-result.lame.partner .search-result-list article .content div.space {
  display: none;
}

#search-result.square.partner .search-result-list article .content div.space {
  background-color: #fff;
  width: 4px;
  display: table-cell;
}

.search-result-list article .content.partner .button {
  margin-bottom: 0;
}

.search-result-list article .content .button.add {
  background-color: #ffd348;
  color: #786e64;
}

#search-result.lame .search-result-list article .content .button.add {
  margin-right: 8px;
}

#search-result.square .search-result-list article .content .button.add {
  width: 25%;
}

.search-result-list article .content .button.add .plus {
  background-color: #ffffff;
  color: #ffd348;
  display: inline-block;
  vertical-align: middle;
  font-family: "HelveticaNeueThin";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  padding-top: 4px;
  font-size: 23px;
  margin-right: 5px;
}

#search-result.square .search-result-list article .content .button.add .plus {
  margin-right: 0;
}

.search-result-list article .content .button.discover .arrow-right {
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  font-family: "Arial";
  width: 25px;
  height: 25px;
  padding-top: 3px;
  font-size: 24px;
  margin-right: 5px;
}

.search-result-list article .content .button.discover,
#search-result.archives .search-result-list article .button.discover {
  background-color: #786e64;
  color: #ffffff;
}

#search-result.lame .search-result-list article .content .button.discover.single {
  margin-left: 227px;
  width: 224px;
}

#search-result.square .search-result-list article .content .button.discover {
  width: 72%;
}

#search-result.square .search-result-list article .content .button.discover.single {
  width: 100%;
}

#search-result.square.partner .search-result-list article .content .button.discover {
    font-size: 11px;
    padding: 6px 0;
    width: 48%;
}

.search-result-list article .content .button.discover a {
  color: #ffffff;
}

.search-result-list article .content .report {
  text-align: right;
  color: #f06f54;
  width: 99%;
  margin-top: 10px;
}
.search-result-list article .content .report a {
  color: #f06f54;
}

#search-result.square.project .search-result-list article .logo {
    height: 45px;
}
#search-result.project .search-result-list article figure.logo img {
    width: auto;
    height: auto;
    margin: auto;
}

#search-result.square .search-result-list article .content h3 {
  height: 80px;
}

/* partenaire */
#search-result.partner .search-result-list article .partner-quick-info {
  vertical-align: top;
  width: 212px;
  padding-right: 20px;
  border-right: 1px solid #e2e2e2;
}
#search-result.square.partner .search-result-list article .partner-quick-info {
  padding: 0;
  border: none;
}
#search-result.partner .search-result-list article .content.partner {
  width: 458px;
  min-height: 160px;
  position: relative;
}
#search-result.square.partner .search-result-list article .content.partner {
  width: 100%;
  margin-top: 15px;
  padding: 0;
}
.search-result-list article .summary,
#search-result.partner {
  margin-bottom: 15px;
}
.search-result-list article .logo {
    margin: 0 0 15px 0;
}
#search-result.square.partner .search-result-list article .logo,
#search-result.square.archives .search-result-list article .logo {
    height: 45px;
}
#search-result.square.archives .search-result-list article .project {
    margin : 0 0 10px 0;
}
#search-result.square.archives .search-result-list article .logo {
    margin-bottom: 15px;
    margin-top: 10px;
}
#search-result.partner .search-result-list article figure.logo img,
#search-result.archives .search-result-list article figure.logo img {
    width: auto;
    height: auto;
    margin: auto;
}
#search-result.archives.lame .search-result-list article.archive figure.logo img {
    margin: 0;
}
.search-result-list article .summary{
  width: 100%;
  table-layout: auto;
}

.search-result-list article .summary .p-number {
  font-size: 44px;
  font-family: "HelveticaNeueBold";
  color: black;
  vertical-align: top;
  padding-top: 12px;
}
.search-result-list article .summary .ratio {
  width: auto;
  *width: 65%;
  font-family: "HelveticaNeue";
  font-size: 16px;
  line-height: 1.2;
  padding-left: 10px;
  vertical-align: top;
}
.search-result-list article .close {
  font-size: 13px;
}
#search-result.square.partner .search-result-list article .close {
    height: 40px;
}

/*! ----------------------------------------------------------------------
 *
 * MAIN CONTENT
 *
 */

.content .date {
  float: left;
  width: 82px;
  font-family: "HelveticaNeueThin";
  margin-right: 20px;
  margin-top: 4px;
}

.content .date .day,
.content .date .month {
  width: 100%;
  display: block;
  line-height: 1.2em;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content .date .day {
  color: #786e64;
  padding: 3px 0 0 0;
  font-size: 2.1em;
  font-weight: 100;
  background: #f2f2f2;
}

.content .date .month {
  color: #FFF;
  font-size: 2.3em;
  font-weight: 300;
  padding: 1px 0 0 0;
  background: #ffd348;
}

.content .header {
  margin-bottom: 40px;
}

.content .header .theme {
  font-family: "HelveticaNeueThin";
  float: left;
  display: block;
  line-height: 26px;
}

.content .header .theme span {
  font-family: "HelveticaNeue";
  font-weight: 700;
}

.content h1 {
  font-family: "HelveticaNeueBold";
  line-height: 120%;
  font-size: 1.7em;
  margin: 0 0 5px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #e8e7e5;
}

.content .header h1 {
    border: none;
}

#share-tools {
  margin-left: 20px;
  float: left;
  border-left: 1px solid #e2e2e2;
  padding-left: 20px;
}

#share-tools li:first-child {
  margin: 0;
}

#share-tools li {
  float: left;
  margin-left: 19px;
}

#share-tools li a {
  display: block;
  width: 23px;
  height: 23px;
  text-indent: -5000px;
  overflow: hidden;
  background: transparent url(../images/css/picto_share.png) no-repeat 0 0;
  padding: 0px;
}

#share-tools li.facebook a {
  background-position: -24px 0;
}

#share-tools li.mail a {
  background-position: -48px 0;
}

.content .top-box {
    margin: 20px 0;
}

.content .top-box #thematique {
    border: 1px solid #ccc;
    padding: 4px;
}

.content .item.resume {
    margin: 20px 0;
    padding: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.content .item.resume.partenaire {
    padding: 0;
}

.content .item.resume .figure {
    margin-right: 20px;
}

.content .item.resume.partenaire .figure {
    margin: 10px 0;
    text-align: center;
}

.content .item.resume .date {
    margin-top: 0;
    margin-bottom: 5px;
}

.content .item.resume .desc {
    margin-bottom: 10px;
}

.content .item.resume.partenaire .desc {
    margin: 10px 0 15px 0;
}

.content .item.resume .desc h2 {
    margin: 5px 0;
    font-size: 1.5em;
    line-height: 1em;
    font-weight: bold;
}

.content .item.resume .desc .top-infos {
    overflow: auto;
    margin-bottom: 5px;
}

.content .item.resume .bottom {
    margin-top: 20px;
}

.content .item.resume p.thematique {
    margin: 8px 0 20px;
}

.content .item.resume .bottom .learn-more .btn {
    padding: 8px 26px;
}

.content #tag_filter li {
    display: inline;
    float: left;
    padding: 0 10px;
}

.content #tag_filter li:first-child {
    padding: 0;
}

.content #tag_filter li label {
    display: inline-block;
    padding: 4px 0;
}

.content #tag_filter li a.a_cboxb {
    background: url("../images/css/facet_blue_checked.png") no-repeat scroll;
    color: #000;
    display: block;
    margin: 5px 0;
    padding-left: 20px;
    text-decoration: none;
    height: 20px;
}

.content #tag_filter li a.a_cboxb.uncheck {
    background: url("../images/css/facet_blue_unchecked.png") no-repeat scroll;
}

.content .item.resume.partenaire .bottom .financement span,
.content #partenaire-top .financement span {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #666;
    padding: 8px 15px;
    font-family: "HelveticaNeueBold";
}

.content .item.resume.partenaire .bottom .financement span.btn-investissement,
.content #partenaire-top .financement span.btn-investissement {
    background: url("../images/css/picto_invest.png") no-repeat scroll 5px center #5e564f;
    color: white;
    padding-left: 35px;
}

.content .item.resume.partenaire .bottom .financement span.btn-don,
.content #partenaire-top .financement span.btn-don {
    background: url("../images/css/picto_don.png") no-repeat scroll 6px center #ffcd2b;
    padding-left: 34px;
}

.content .item.resume.partenaire .bottom .financement span.btn-pret,
.content #partenaire-top .financement span.btn-pret {
    background: url("../images/css/picto_pret.png") no-repeat scroll 5px center #cfcfcf;
    padding-left: 50px;
}

.content #partenaire-top {
    border-bottom: 1px solid #e8e7e5;
    padding-bottom: 10px;
}

.content #partenaire-top h1 {
    border: none;
    margin-bottom: 20px;
}

.content #partenaire-top .financement span {
    display: inline-block;
}

.content #partenaire-top .figure {
    border: 1px solid #c5c5c5;
    text-align: center;
    padding: 20px;
}

/*
    Contact Form
*/

.content .contact {
    margin-bottom: 15px;
    overflow: hidden;
}
.contact h1{
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 5px;
}

.contact > form {
    border-bottom: 1px solid #cac8c7;
}

.content .contact .form{width:680px}
.content .register p, .content .contact p {
    margin: 16px 0;
}
.content .contact .form p span {
    padding-right: 7px;
    padding-left: 5px;
}
.content .contact span.red {
    color: #ffcd2b;
    padding: 0;
}
.content .contact em{
    display: block;
    margin: 10px 0;
    text-align: justify;
}
.content .contact p {
    margin: 16px 0;
}
.contact input[type="submit"]{
    width: auto;
    padding-right: 20px;
    border: 0;
    margin-bottom: 10px;
    text-transform: uppercase;   
}
.form label {
    min-width: 120px;
    display: inline-block;
    color: #5e564f;
}
.form label.vtop {
    vertical-align: top;
}
.form .field {
    border: 1px solid #cac8c7;
    padding: 5px;
}
.form .field.medium {
    width: 200px;
}
.form .field.large {
    width: 350px;
}

.form textarea {
    border: 1px solid #cac8c7;
    padding: 5px;
    display: inline-block;
    width: 540px;
    height: 220px;
}
.form select {
    background: url("../images/css/arrow_select.png") no-repeat scroll 98% center rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #cac8c7;
    padding: 5px;
    width: 382px;
}
.feedback {
    padding: 5px;
}
.feedback.error li {
    color: red;
}
.feedback.error {
    background-color: #ffa5a5;
}
.feedback.error p {
    margin-top: 5px;
}
.feedback.success {
    background-color: #bdf2a7;
}

/*! ----------------------------------------------------------------------
 *
 * Home contrib & porteur
 *
 */
 
.hr-home {
    background: none repeat scroll 0 0 #99928c;
    border: 0 none;
    color: #99928c;
    height: 3px;
    margin: 20px 0px 20px 0px;
    padding: 0;
}

.hr-home-yellow{
    background: none repeat scroll 0 0 #ffd348;
    border: 0 none;
    height: 3px;
    margin: 20px 0px 20px 0px;
    padding: 0;
}

.home-links li {
  background: #f2f2f2;
  float: right;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 7px;
  padding: 12px 0;
  text-align: center;
  text-transform: uppercase;
  width: 82%;
  cursor: pointer;
}
.home-links li:hover {
    background:  #ffd348;
}
.contrib .home-links li:hover {
  background-color: #786e64;
  color: white;
}
.home-content{
    margin-top: 21px;
    margin-bottom: 21px;
}

.home-content .home-title{
    font-size: 25px;
    font-weight: bold;
    line-height: 26px;
}
.home-content .intro{
    font-size: 15px;
    font-family: HelveticaNeueBold;
    margin-top: 40px;
}

.home-content .grid-40{
    padding-right: 0;
}

body.homepage #main-content .home-porter-profil ul{
    float: right;
    margin-bottom: 60px;
    margin-top: 40px;
}

body.homepage #main-content .home-porter-profil h1{
    float: left;
    margin-top: 113px;
    font-weight: 700;
}

body.homepage #main-content .home-porter-profil ul li{
    background: url("../images/css/home-porteur-picto-150x150.png") no-repeat scroll left bottom transparent;
    box-sizing: border-box;
    display: block;
    float: right;
    height: 150px;
    padding-top: 70px;
    text-align: center;
    width: 150px;
    text-transform: uppercase;
    margin-left: 45px;
}
body.homepage #main-content .home-porter-profil ul li a {
    font-family: "folio-webfont";
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1em;
    text-transform: uppercase;
    padding: 65px 15px;
}

body.homepage #main-content .home-porter-profil ul li:hover{
    background: url("../images/css/home-porteur-picto-150x150.png") no-repeat scroll left top transparent;
}

/** Alerts and selects **/

#search-result .mailalert {
  background-image: url("../images/css/box_mail.png");
  float: right;
  height: 100px;
  margin-top: 5px;
  padding: 10px;
  width: 283px;
}

#search-result .mailalert input.mail {
  color: #b5b0ac;
  background-color: white;
  display: block;
  font-style: italic;
  height: 30px;
  margin: 6px 0;
  padding-left: 10px;
  width: 264px;
}

#search-result .mailalert input[type="submit"] {
  background: none repeat scroll 0 0 #ffd348;
  float: right;
  font-weight: bold;
  padding: 5px 10px;
  position: relative;
  right: 9px;
  text-transform: uppercase;
  width: 150px;
  border: 0;
}

#search-result .mailalert input.loader[type="submit"] {
  background: url("../images/pictos/send_loader.gif") no-repeat scroll 10px center #796a63;
  padding-left: 25px;
  color: black;
}

#profil.id {
  padding: 0;
}

#profil .header {
  background: url("../images/css/profil_header.png") no-repeat scroll 0 3px #645751;
  color: white;
  height: 65px;
  padding-bottom: 5px;
  position: relative;
  width: 100%;
}

#profil .header h3 {
  background: none repeat scroll 0 center rgba(0, 0, 0, 0);
  color: white;
  font-family: "Roboto-bold",sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  margin-left: 12px;
  margin-top: 12px;
  padding-left: 0;
  position: absolute;
}

#profil .body h4 {
  background: none repeat scroll 0 0 #796a63;
  border-top: 1px solid #796a63;
  color: white;
  display: block;
  font-family: "Roboto-bold",sans-serif;
  font-size: 1.3em;
  font-weight: normal;
  margin: 5px 0;
  padding: 10px;
}

#profil .body h4 span {
  color: red;
}

#profil .header em {
  background: url("../images/pictos/pencil.png") no-repeat scroll 0 3px;
  bottom: 0;
  float: right;
  padding-left: 15px;
  position: absolute;
  right: 10px;
}

#profil .header em input {
  background: none repeat scroll 0 center;
  background-color: #645751;
  color: white;
  cursor: pointer;
  margin: 0 0 7px;
  padding: 0;
  border: 0;
}

#profil .body ul li {
  display: block;
  font-family: arial;
  line-height: 12px;
  margin: 10px;
  overflow: hidden;
}

#profil .body ul li a {
  background: url("../images/pictos/green_arrow.png") no-repeat scroll 6px center #fff;
  color: black;
  float: left;
  font-size: 1.1em;
  font-weight: normal;
  padding: 5px 5px 5px 26px;
  width: 68%;
}

#profil .body ul li a.cancel {
  background: url("../images/pictos/cancel.png") no-repeat scroll center center #fff;
  float: right;
  padding: 5px;
  text-decoration: none;
  width: 10%;
}

/** Home Page Contributeur **/

.home-contributeur .search-result-list article {
    border: none;
    padding: 0;
    vertical-align: top;
}

.home-contributeur .search-result-list .article{
    padding: 20px 15px 11px 15px;
}

.home-contributeur #search-result.square .search-result-list > article:first-child{
    margin-left: 0;
}

.home-contributeur section#search-result{
    width: 91.75257732%;
    display: block;
    margin: auto;
}

.home-contributeur #search-result.square .search-result-list article {
    width: 30.337078652%;
    margin-left: 3.93258427%;
    margin-right: 0;
}

.home-contributeur .search-result-list h2 {
    margin: 37px 0 27px;
    text-align: center;
    font-weight: bold;
}
.home-contributeur #search-result.square .search-result-list .article {
    display: inline-block;
    margin-bottom: 20px;
    width: 31%;
    width: 100%;
    margin-right: 0px;
}
.home-contributeur .search-result-list .article {
    border: 1px solid #e2e2e2;
    padding: 15px;
}

.home-contributeur #search-result.square .search-result-list article .content h3 {
    font-size: 18px;
    height: 125px;
}

.home-contributeur #search-result .search-result-list article .progress-bar .range-bar{
    height: 27px;
}

.home-contributeur #search-result .search-result-list article .progress-bar .range{
    margin-bottom: 5px;
}

.home-contributeur #search-result.square .search-result-list .article .progress-bar{
    margin-bottom: 27px;
}

.home-contributeur .search-result-list .article .button-bottom .button {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    height: 40px;
    margin-bottom: 10px;
    padding: 9px 0 10px 6px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
}

.home-contributeur .search-result-list .article .button-bottom .button.discover {
    background-color: #786e64;
    color: #ffffff;
}

.home-contributeur #search-result.square .search-result-list article .button-bottom .button.discover {
    width: 72%;
}

.home-contributeur .search-result-list .article .button-bottom .button.discover .arrow-right {
    display: inline-block;
    font-family: "HelveticaNeueThin";
    font-size: 28px;
    height: 25px;
    padding-top: 5px;
    vertical-align: middle;
    width: 17px;
}

.home-contributeur .search-result-list article .button-bottom .button.discover a {
    color: #ffffff;
}

.home-contributeur #search-result.square .search-result-list article .button-bottom .button.discover {
    width: 100%;
}

.home-contributeur .search-result-list .article .visual,
.home-contributeur #search-result.square .search-result-list .article .visual {
    padding: 2px 5px 0px 5px;
}

.home-contributeur #search-result.square .search-result-list .article .visual{
    padding-top: 5px;
}

.home-contributeur .search-result-list .article .range.line {
    height: 11px;
}

.home-contributeur .search-result-list .article figure.partner {
    margin: auto;
    margin-bottom: 10px;
    min-height: 32px;
}

.home-contributeur  .search-result-list article .visual figure {
    margin-bottom: 15px;
}

.home-contributeur .search-result-list .article figure.partner img {
  margin: auto;
  width: auto;
}

.home-contributeur #search-result > * {
    margin-bottom: 20px;
}

/* REGISTER */

/* Profil block login */

.col.small {
  margin-right: 25px;
  width: 230px;
}

.register .col.small {
  vertical-align: top;
}

.register .col.medium {
  padding-left: 25px;
}

.content .register .header {
  margin-bottom: 20px;
}

#profil.connect .header h3 {
    color: #fff;
    font-family: "HelveticaNeueThin";
    font-size: 1.8em;
    margin: 24px 0 0 70px;
}

#profil .warning {
    background-color: #f2f2f2;
    border-bottom: 1px solid #645751;
    border-top: 1px solid #645751;
    margin: 10px 0;
    padding: 5px;
}

#profil .warning h2 {
    font-size: 1.4em;
    font-family: "HelveticaNeueThin";
    line-height: 1.2em;
}

#profil .warning ul {
    margin-top: 5px;
}

#profil .warning li {
    color: #a50101;
    font-family: "HelveticaNeueThin";
    font-size: 13px;
    padding-left: 15px;
}

.register #profil {
  background: none;
}
.register #profil .body {
  background: none repeat scroll 0 0 #f2f2f2;
  padding: 10px;
  overflow: hidden;
}

.content .register input[type="text"], 
.content .register input[type="password"] {
    color: #b5b0ac;
}

.content .register a {
  color: #796a63;
}

.register #profil .body strong {
    color: #5e564f;
    display: block;
    font-family: "Open-light",sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    margin: 5px 0;
}


.content .register .body #ident {
    background: url("../images/css/cadenas.png") no-repeat scroll 6px center #fff;
    margin-bottom: 11px;
    padding-left: 25px;
    width: 86%;
}

.register #profil .body label,
.register #profil .body a.link {
  margin: 10px 0;
  display: block;
  float: right;
  text-decoration: underline;
  font-size: 12px;
}

.register #profil .body input[type="submit"],
form.xml_validateur input[type="submit"] {
    background: none repeat scroll 0 0 #796a63;
    color: white;
    font-size: 12px;
    margin: 0;
    padding: 10px 15px;
    text-transform: uppercase;
}

.register #profil .body .field {
  width: 95%;
}

.content .register h3, .content .contact h3, .content .register h4, .content .contact h4 {
    font-size: 1.5em;
    margin: 15px 0;
}

.content .register h4 {
    margin-top: 30px;
}

.register .intro {
  color: black;
  font-size: 13px;
}

.register .intro ul li {
  list-style: none inside none;
  list-style-type: disc;
}

.register .form .submit,
form.xml_validateur input[type="submit"] {
  font-family: "HelveticaNeueBold";
  background-color: #786e64;
  border: 0 none;
  color: white;
  margin-right: 4px;
  padding: 10px 30px;
  text-transform: uppercase;
}

.content .register em, .content .contact em, .content .register p, .content .contact p {
  display: block;
  margin: 10px 0;
  text-align: justify;
  color: black;
  font-size: 13px;
}

/* register form fields */

.form .field.medium {
    width: 200px;
}

.form .field.short {
    width: 70px;
}

.form .x2.b .field.medium {
  width: 184px;
}

.form .field {
  border: 1px solid #cac8c7;
  padding: 5px;
}

.x2.a {
  width: 365px;
  float: left;
}

.x2.b {
  float: right;
}

.x2.b label {
  min-width: 50px;
}

.content .register .form p.clearfix {
  clear: both;
}

.content .register .form p span, .content .contact .form p span {
    padding-left: 5px;
    padding-right: 7px;
}

.content .register span.red, .content .contact span.red {
    color: #ffcd2b;
    padding: 0;
}

.form label.large {
    min-width: 315px;
}

.form select.short {
    width: 265px;
}

/*! ----------------------------------------------------------------------
 *
 * SITE FOOTER
 *
 */
#footer,
#partners {
  border-top: 1px solid #e8e7e5;
}
#partners {
  padding: 24px 0;
}
#footer {
  padding: 12px 0;
}
#partners p {
  font-family: "HelveticaNeueBold";
  margin-bottom: 20px;
}
#partners p img {
  margin: -2px 3px 0 3px;
}
#partners ul {
	list-style: none;
	width: 100%;
	margin: 0 auto 15px;
	padding: 0; 
}
#partners li {
	float: left; 
    width: 20%;
}
#partners li a {
	display: block;
	padding: 8px 0px;
	text-align: center;
}

#footer .link {
  line-height: 1.1em;
  text-align: center;
  font-family: "HelveticaNeueThin";
}
#footer .link > * span {
  font-size: 0.95em;
}
#footer .link > * span:after {
  content: "|";
  padding-left: 5px;
  padding-right: 5px;
}
#footer .link > *.last span:after {
  content: "";
}
/*! *****************************************************************************


 All Responsive


***************************************************************************** */
@media all {
  .grid-container {
    max-width: 990px;
  }
}
/*! -----------------------------------------------------------------------------
 *
 * Tablette Responsive
 *
 */
/*! -----------------------------------------------------------------------------
 *
 * Mobile Responsive
 *
 */
/*! ********************************************************************************


 Styles specifique a la page d'acceuil


******************************************************************************** */
body.homepage #main-content,
body #main-content {
  padding-bottom: 60px;
}
body.homepage #main-content .grid-50 {
  padding-left: 0;
  padding-right: 20px;
}
body.homepage #main-content .grid-50 + .grid-50 {
  padding-right: 0;
  padding-left: 20px;
}
body.homepage #main-content .banner {
  margin-top: 35px;
  margin-bottom: 60px;
}
body.homepage #main-content .banner .baseline {
  font-weight: 100;
  font-size: 1.55em;
  text-align: center;
  line-height: 1.3em;
  margin-bottom: 55px;
  font-family: "HelveticaNeueThin";
}
body.homepage #main-content .banner .grid-50 {
  *zoom: 1;
}
body.homepage #main-content .banner .grid-50:after {
  clear: both;
}
body.homepage #main-content .banner .grid-50:after,
body.homepage #main-content .banner .grid-50:before {
  width: 0;
  height: 0;
  content: ".";
  font-size: 0;
  line-height: 0;
  display: block;
  overflow: hidden;
  visibility: hidden;
}
body.homepage #main-content .banner .grid-50 .inner {
  width: auto;
  float: right;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 70px;
  text-align: center;
  width: 270px;
  height: 270px;
  background: url(../images/css/homebanner-270x270.png ) no-repeat top left transparent;
}

body.homepage #main-content .banner .grid-50 .inner:hover {
  background: url(../images/css/homebanner-hover.png ) no-repeat top left transparent;
}

body.homepage #main-content .banner .grid-50 + .grid-50 .inner:hover {
  color: #786e64;
}

body.homepage #main-content .banner .grid-50 .inner b,
body.homepage #main-content .banner .grid-50 .inner span,
body.homepage #main-content .banner .grid-50 .inner strong {
  font-family: Arial;
  display: block;
}
body.homepage #main-content .banner .grid-50 .inner b,
body.homepage #main-content .banner .grid-50 .inner strong {
  font-family: "folio-webfont";
  font-size: 3em;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
body.homepage #main-content .banner .grid-50 .inner strong {
  font-size: 2.7em;
  line-height: 1.2em;
}
body.homepage #main-content .banner .grid-50 .inner b {
  font-size: 1.8em;
  margin-bottom: 30px;
}
body.homepage #main-content .banner .grid-50 .inner span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
}
body.homepage #main-content .banner .grid-50 + .grid-50 .inner {
  color: #FFF;
  width: auto;
  float: left;
  display: block;
  width: 270px;
  background-position: bottom left;
}
body.homepage #main-content .banner .grid-50 + .grid-50 .inner a {
  color: #FFF;
}
body.homepage #main-content .news,
body.homepage #main-content .edito {
  padding: 17px;
}
body.homepage #main-content .news > .title,
body.homepage #main-content .edito > .title {
  font-size: 1.6em;
  text-align: center;
  margin-bottom: 30px;
  font-family: "HelveticaNeueBold";
}
body.homepage #main-content .news .learn-more,
body.homepage #main-content .edito .learn-more {
  margin-top: 30px;
  margin-bottom: 25px;
}
body.homepage #main-content .edito .learn-more {
  margin-top: 0;
}
body.homepage #main-content .news {
  border: 1px solid #f2f2f2;
}
body.homepage #main-content .news .list .item {
  margin-bottom: 20px;
  *zoom: 1;
}
body.homepage #main-content .news .list .item.last {
  margin-bottom: 0;
}
body.homepage #main-content .news .list .item.last .title {
  border: none;
}
body.homepage #main-content .news .list .item:after {
  clear: both;
}
body.homepage #main-content .news .list .item:after,
body.homepage #main-content .news .list .item:before {
  width: 0;
  height: 0;
  content: ".";
  font-size: 0;
  line-height: 0;
  display: block;
  overflow: hidden;
  visibility: hidden;
}
body.homepage #main-content .news .list .item .date,
body.homepage #main-content .news .list .item .title,
.content .item.resume .date {
  width: auto;
  float: left;
  display: block;
}
body.homepage #main-content .news .list .item .date,
.content .item.resume .date {
  width: 50px;
  margin-right: 15px;
  font-family: "HelveticaNeueThin";
}
body.homepage #main-content .news .list .item .date .day,
body.homepage #main-content .news .list .item .date .month,
.content .item.resume .date .day,
.content .item.resume .date .month {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block;
  line-height: 1.2em;
  text-align: center;
}
body.homepage #main-content .news .list .item .date .day,
.content .item.resume .date .day {
  color: #786e64;
  padding: 0;
  font-size: 1.6em;
  font-weight: 100;
  background: #f2f2f2;
}
body.homepage #main-content .news .list .item .date .month,
.content .item.resume .date .month {
  color: #FFF;
  font-size: 1.6em;
  font-weight: 300;
  padding: 1px 0 0 0;
  background: #ffd348;
}
body.homepage #main-content .news .list .item .title {
  margin: 0;
  width: 360px;
  *display: inline;
  font-weight: 100;
  font-size: 1.3em;
  line-height: 1.15em;
  padding-bottom: 25px;
  display: inline-block;
  border-bottom: 1px solid #f2f2f2;
  font-family: "HelveticaNeueThin";
  margin-top: 4px;
}
body.homepage #main-content .edito {
  background: #f2f2f2;
}
body.homepage #main-content .edito .rich-text {
  font-size: 1.3em;
  line-height: 1.35em;
  font-family: "HelveticaNeueThin";
}
body.homepage #main-content .edito .rich-text p {
  margin: 0 0 20px 0;
}


.pagination_number {
    text-align: right;
}

.pagination_number .label {
    display: inline-block;
    margin-right: 4px;
}
.pagination_number ul,
.pagination_number ul li {
    display: inline-block;
    vertical-align: middle;
}

.pagination_number ul li {
    margin-left: 5px;
}

.pagination_number ul li a.previous,
.pagination_number ul li a.next {
    background-color: #f2f2f2;
    border-radius: 50%;
    display: inline-block;
    height: 25px;
    padding-top: 5px;
    text-align: center;
    vertical-align: middle;
    width: 25px;
}

/*! ********************************************************************************


 NO SCRIPT
 Styles dans le cas ou le JS n'est pas actif


******************************************************************************** */

/*!

 Append Styles

*/

/** Table CSS **/
.content .rich-text table {
    border-collapse: collapse;
    color: #000;
    font-family: arial;
    margin: 10px 0;
    vertical-align: middle;
}

.content .rich-text table tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 #f2f2f2;
}

.content .rich-text table td {
    border: 1px solid white;
    padding: 5px 10px;
    width: 8%;
}

.content .rich-text table, .content .rich-text td {
    max-width: 100%;
    vertical-align: middle;
}

.content .rich-text table p {
    color: #5b5b5b;
    font-size: 11pt;
    font-weight: 300;
    line-height: 17pt;
    margin: 10px 0;
}


/** YUI AUTO-COMPLETION **/

.ribbon-container .yui-ac-shadow {
    display: none;
}
.ribbon-container .yui-ac-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border-color: -moz-use-text-color #cac8c7 #cac8c7;
    border-image: none;
    border-radius: 0 0 5px 5px;
    border-right: 1px solid #cac8c7;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    padding: 5px;
    position: absolute;
    text-align: left;
    top: -16px;
    z-index: 80;
}
.ribbon-container .yui-ac-content ul {
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 258px;
}
.ribbon-container .yui-ac-content ul li {
    color: black;
    font-weight: normal;
    padding: 10px 20px;
}
.ribbon-container .yui-ac-content ul li:hover {
    background: none repeat scroll 0 0 #796a63;
}

form.xml_validateur {
    margin: 20px 0;
}
#cboxLoadedContent {
    margin-bottom: 0 !important;
}