/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */

/* HTML element (SMACSS base) rules */
@import "normalize.css";

/* Layout rules */
@import "layouts/responsive.css";

/* Component (SMACSS module) rules */
@import "components/misc.css";
/* Optionally, add your own components here. */
@import "print.css";

/* SMACSS theme rules */
/* @import "theme-A.css"; */
/* @import "theme-B.css"; */

@font-face{
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}
@font-face{
  font-family: 'Titillium';
  src: url('../fonts/Titillium_Web/TitilliumWeb-Regular.ttf') format('truetype');
}

html{
  overflow-x: hidden;
}
body{
  font-style: Titillium;
}
h1{
  font-family: Roboto;
  font-size: 20px;
  color: #414141;
}
h2{
  font-family: Roboto;
  font-size: 16px;
  color: #414141;
}
a, a:visited{
  font-family: Titillium;
  color: #414141;
  text-decoration: none;
}
a:hover{
  color: #f42c3a;
}
#page-title{
  margin-bottom: 20px !important;
}
#page{
  padding-bottom: 30px;
  box-shadow: 0px 0px 101px rgba(0,0,0,0.07) inset;
}
#content{
  position: relative;
  color: #414141;
  font-size: 14px;
  font-family: Titillium;
}
::-webkit-input-placeholder{
  color: #f42c3a;
}
:-ms-input-placeholder{
  color: #f42c3a;
}
input.form-text{
  border: 1px solid #d1d1d1;
  color: #414141;
  border-radius: 0px;
  background-color: #f6f6f6;
}
input.form-submit{
  background-color: #fff;
  border: 2px solid #f42c39;
  color: #f42c39;
  border-radius: 2px;
  font-weight: bold;
}
.grippie{
  display: none;
}
/* fixed header */
@media all and (min-width: 1040px) {
  .fixed.wrap-header #header{
    background: #fff none repeat scroll 0 0;
    position: fixed;
    width: 100%;
    z-index: 5000;
  }
  .toolbar.toolbar-drawer .fixed.wrap-header #navigation-menu{
    top: 118px;
  }
  .toolbar .fixed.wrap-header #navigation-menu{
    top: 83px;
  }
  .fixed.wrap-header #navigation-menu{
    top: 53px;
    position: fixed;
  }
  .toolbar.toolbar-drawer .fixed.wrap-header #navigation{
    top: 105px;
  }
  .toolbar .fixed.wrap-header #navigation{
    top: 70px;
  }
  .fixed.wrap-header #navigation{
    position: fixed;
    top: 40px;
    height: 58px;
    background: #fff;
  }
  .fixed.wrap-header #site-slogan{
    display: none;
  }
  .fixed.wrap-header #name-and-slogan{
    height: 53px;
  }
  .fixed.wrap-header .header__name-and-slogan{
    background: #f42c3a url("../images/bg-logo.png") no-repeat scroll 0 0;
    top: -5px;
    width: calc(100% - (100% - 1000px) / 2 - 240px);
    padding-left: 150px;
  }
  .fixed.wrap-header #logo img{
    width: 90px;
  }
  .fixed.wrap-header #logo{
    margin-top: 9px;
  }
  /* HEADER */
  .wrap-header{
    height: 183px;
    position: relative;
  }
  #toolbar{
    z-index: 4000 !important;
  }
  #header{
    height: 40px;
    padding-top: 7px;
    padding-bottom: 8px;
  }
  .region-header{
    margin-right: calc((100% - 1000px) / 2);
  }
}

#block-search-form{
  position: relative;
}

#block-user-login, #block-block-6, #block-block-7, #block-block-8, #block-search-form, #block-block-9, #block-block-10{
  float: right;
}
#toboggan-login{
  background: #fff none repeat scroll 0 0;
  border: 3px solid #f42c3a;
  padding: 10px;
  position: absolute;
  top: 40px;
  z-index: 2000;
}
#toboggan-container #edit-actions input{
  color: #f42c3a;
  background: #fff none repeat scroll 0 0;
  border: 2px solid #f42c3a;
  border-radius: 2px;
  font-size: 13px;
  font-weight: bold;
  padding: 5px
}
#toboggan-container #edit-actions{
  text-align: center;
}
#toboggan-container label{
  color: #7e7e7e;
  font-family: Titillium;
}
#toboggan-container input.form-text{
  color: #7e7e7e;
  background: #f6f6f6 none repeat scroll 0 0;
  border: 1px solid #dfdfdf;
}
#toboggan-container .item-list ul{
  padding: 0px;
}
#toboggan-container .item-list li{
  list-style: none;
}
#toboggan-container .item-list li a{
  color: #7e7e7e;
  font-family: Titillium;
  text-decoration: none;
}
.twitter-top, .linkedin-top, .facebook-top, .instagram-top, .youtube-top{
  float: left;
}
.facebook-top a{
  background: url('../images/facebook.svg') no-repeat center center;
}
.instagram-top a{
  background: url('../images/instagram.svg') no-repeat center center;
}
.youtube-top a{
  background: url('../images/youtube.png') no-repeat center center;
}
.twitter-top a{
  background: url('../images/twitter.png') no-repeat center center;
}
/*.twitter-top a:hover{
  background: url('../images/twitter-hover.png') no-repeat center center;
}*/
.linkedin-top a{
  background: url('../images/linkedin.png') no-repeat center center;
}
/*.linkedin-top a:hover{
  background: url('../images/linkedin-hover.png') no-repeat center center;
}*/
.twitter-top a, .linkedin-top a, .facebook-top a, .instagram-top a, .youtube-top a{
  font-size: 0px;
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
#block-user-login #toboggan-login-link:hover, #block-block-8 .top-moncompte a:hover, #block-block-9 .top-moncompte a:hover{
  color: #ffffff;
  background: url('../images/connexion-hover.png') #f42c3a no-repeat 5px center;
}
#block-block-9{
  margin-left: 14px;
}
#block-user-login #toboggan-login-link, #block-block-8 .top-moncompte a, #block-block-9 .top-moncompte a{
  height: 21px;
  line-height: 19px;
  display: block;
  color: #f42c3a;
  background: url('../images/connexion.png') no-repeat 5px center;
  padding-left: 27px;
  padding-right: 9px;
  border: 2px solid #f42c3a;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  border-radius: 3px;
}
#block-block-7 .top-contact a:hover{
  color: #ffffff;
  background: url('../images/a-hover.png') #f42c3a no-repeat 5px center;
}
#block-block-7 .top-contact a{
  background: url('../images/a.png') no-repeat 5px center;
  padding-left: 27px;
}
.top-classified{
  float: left;
}
#block-block-10 .top-classified a{
  padding-left: 9px;
  margin-left: 0px !important;
}
#block-block-10 .top-classified a, #block-block-7 .top-contact a{
  height: 21px;
  margin-left: 14px;
  margin-right: 14px;
  display: block;
  color: #f42c3a;
  padding-right: 9px;
  border: 2px solid #f42c3a;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  border-radius: 3px;
  line-height: 19px;
}
#block-search-form #edit-submit--2, #block-search-form #edit-submit--3{
  top: -32px;
  left: 177px;
  background: url('../images/loupe.png');
  width: 18px;
  height: 14px;
  border: 0 none;
  font-size: 0;
  position: relative;
}
#block-search-form #edit-submit{
  background: url('../images/loupe.png');
  width: 18px;
  height: 14px;
  border: 0 none;
  font-size: 0;
  position: absolute;
  right: 4px;
  top: 5px;
}
#block-search-form input.form-text{
  height: 25px;
  width: 200px;
  display: block;
  color: #f42c3a;
  padding-left: 7px;
  padding-right: 25px;
  border: 2px solid #f42c3a;
  font-size: 12px;
  border-radius: 3px;
  background-color: #fff;
}
/* LOGO + BRANDING */
@media all and (min-width: 1040px) {
  .header__logo{
    margin-left: calc((100% - 1000px) / 2);
    margin-top: 30px;
  }
  .header__name-and-slogan{
    background: url('../images/bg-logo.png') #f42c3a center left no-repeat;
    height: 143px;
    padding-left: 135px;
    position: relative;
    top: -95px;
    width: calc(100% - (100% - 1000px) / 2 - 275px);
    z-index: -1;
    float: right;
  }
  #navigation{
    padding: 0px !important;
    border-top: 5px solid #f42c3a;
    border-bottom: 5px solid #f42c3a;
    height: 143px;
    z-index: 1000;
    position: absolute;
    top: 40px;
  }
  #site-slogan{
    color: #ffffff;
    font-size: 21px;
    text-transform: uppercase;
    line-height: 24px;
    /*text-shadow: 2px 1px #87141c;*/
    font-family: Titillium;
    margin-top: 30px;
    margin-left: 5px;
  }
  #navigation-menu .tb-megamenu .level-1.mega > .mega-dropdown-menu{
    margin-left: -262px;
  }
  #navigation-menu{
    clear: both;
    margin-left: calc((100% - 1000px) / 2 + 262px);
    position: absolute;
    top: 143px;
    width: 1000px;
    z-index: 1900;
  }
  #block-tb-megamenu-main-menu{
    margin-bottom: 0px !important;
  }
}
/* MENU */
.tb-megamenu-main-menu > div > ul.level-0 li.level-1:last-child{
  border-left: 1px solid #fff;
}
.tb-megamenu-main-menu > div > ul.tb-megamenu-nav.nav.level-0.items-5 li:last-child a{
  /* text-shadow: 1px 1px 4px #931c24; */
}
.tb-megamenu-main-menu > div > ul.tb-megamenu-nav.nav.level-0.items-5 li:last-child a:hover{
  /* text-decoration: underline; 
  text-shadow: none;*/
}
.region-navigation .tb-megamenu::before,.region-navigation .tb-megamenu::after{
  display: none;
}
.tb-megamenu .mega > .mega-dropdown-menu{
  width: 100%;
}
li.level-2 .dropdown-menu{
  position: relative !important;
  display: block;
  left: 0px !important;
}
li.level-1 > a{
  font-family: Roboto;
  font-size: 15px;
  line-height: 16px;
  padding: 12px 10px 12px 10px !important;
  text-transform: uppercase;
  border-right: 0 none !important;
}
li.level-2 > a, #block-taxonomy-menu-block-1 ul > li > a{
  font-size: 13px;
  line-height: 15px;
  padding: 5px 5px 5px 0px;
}
li.level-2 .dropdown-menu li > a, #block-taxonomy-menu-block-1 ul > li > ul > li > a{
  font-size: 12px;
  line-height: 13px;
  padding: 5px;
}
li.level-2 .tb-megamenu-submenu{
  display: block !important;
}
.tb-megamenu .dropdown-submenu > a::after{
  border: none !important;
}
li.level-2 span.caret, li.level-2 > a::after{
  display: none;
}
.tb-megamenu a{
  text-decoration: none !important;
}
.tb-megamenu .dropdown-menu{
  box-shadow: none !important;
}
#navigation-menu .tb-megamenu .level-1.mega > .mega-dropdown-menu{
  color: #fff;
  background: #f42c3a;
  border: 0px;
}
.nav li.dropdown.active > a{
  color: #f42c3a !important;
  background: #fff !important;
}
.tb-megamenu .dropdown-menu li > a{
  color: #fff;
}
.tb-megamenu .dropdown-menu li > a:hover{
  color: #f42c3a;
  background: #fff;
}
.tb-megamenu .dropdown-menu .level-2 li > a, .tb-megamenu .dropdown-menu .level-1 li > a{
  color: #fff !important;
}
.tb-megamenu .dropdown-menu .level-1 li > a:hover{
  color: #fff;
  font-weight: bold;
}
.tb-megamenu .level-2 .dropdown-menu{
  background: #f42c3a;
}
.tb-megamenu .dropdown-menu .level-2.active > a, .tb-megamenu .dropdown-menu .level-2.active > a:hover, .tb-megamenu .dropdown-menu .level-2 a{
  background: none !important;
}
.tb-megamenu .dropdown-submenu > .dropdown-menu{
  border: 0px;
}
#block-taxonomy-menu-block-1 h2{
  display: none;
}
#block-taxonomy-menu-block-1 li.first{
  border-top: 0px;
}
#block-taxonomy-menu-block-1 li{
  border-top: 1px solid #eee;
  font-family: Roboto;
}
.tb-megamenu .dropdown-menu #block-taxonomy-menu-block-1 .active > a, .tb-megamenu .dropdown-menu #block-taxonomy-menu-block-1 .active > a:hover{
  color: #fff;
  background: #f42c3a;
}
#block-taxonomy-menu-block-1 li a:hover{
  color: #fff;
}
/* HOME */
#block-views-nodequeue-1-block{
  height: 345px;
  width: 1000px;
  margin-bottom: 40px;
  margin-top: 25px;
}
#block-views-nodequeue-1-block:after{
  content: "";
  background: url('../images/ombre-carousel.png')  no-repeat;
  width: 100%;
  height: 20px;
  opacity: 0.58;
  position: absolute;
  bottom: -20px;
}
.views-slideshow-cycle-main-frame{
  position: absolute !important;
}
#block-views-nodequeue-1-block .views-field-field-image, #block-views-nodequeue-1-block .views-field-title{
  float: left;
}
#block-views-nodequeue-1-block .views-field-title{
  width: 412px;
}
#block-views-nodequeue-1-block .views_slideshow_cycle_slide{
  width: 1000px !important
}
.wrap-title-desc{
  position: absolute;
  top: 10px;
  padding: 30px 15px 30px 15px; 
}
#block-views-nodequeue-1-block .views-field-title{
  background: #111 none repeat scroll 0 0;
  height: 345px;
}
#block-views-nodequeue-1-block .warp-title a{
  font-family: Roboto;
  font-size: 20px;
  color: #e1e1e1;
  font-weight: bold;
  text-decoration: none;
}
#block-views-nodequeue-1-block .wrap-content{
  font-family: Titillium;
  font-size: 16px;
  color: #e1e1e1;
  line-height: 20px;
}
#block-views-nodequeue-1-block .views_slideshow_controls_text_previous a{
  display: block;
  height: 49px;
  position: relative;
  right: 18px;
  text-indent: -9999px;
  top: 140px;
  width: 35px;
  z-index: 800;
  background: url('../images/carousel-precedent.png');
}
#block-views-nodequeue-1-block .views_slideshow_controls_text_next a{
  display: block;
  float: right;
  height: 49px;
  left: 17px;
  position: relative;
  text-indent: -9999px;
  top: 91px;
  width: 35px;
  z-index: 800;
  background: url('../images/carousel-suivant.png');
}
#block-views-nodequeue-1-block .widget_pager_bottom{
  right: 320px;
  position: absolute;
  top: 15px;
  z-index: 100;
}
#block-views-nodequeue-1-block .views_slideshow_pager_field_item{
  float: left;
}
#block-views-nodequeue-1-block .views-slideshow-controls-bottom .active .views-content-counter{
  background-color: #f42c3a;
}
#block-views-nodequeue-1-block .views-slideshow-controls-bottom .views-content-counter{
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 10px;
  margin-right: 5px;
  padding: 0;
  width: 10px;
}

#block-snes-boxes-sneshome1:after, #block-snes-boxes-sneshome2:after, #block-snes-boxes-sneshome3:after, #block-snes-boxes-sneshome4:after, #block-snes-boxes-sneshome5:after, #block-snes-boxes-sneshome6:after{
  content: "";
  background: url('../images/ombre-bloc.png') no-repeat center center;
  bottom: -11px;
  display: block;
  height: 10px;
  left: -1px;
  opacity: 0.4;
  position: absolute;
  width: 320px;
}
.sidebars #block-snes-boxes-sneshome1:after, .sidebars #block-snes-boxes-sneshome2:after, .sidebars #block-snes-boxes-sneshome3:after, .sidebars #block-snes-boxes-sneshome4:after, .sidebars #block-snes-boxes-sneshome5:after, .sidebars #block-snes-boxes-sneshome6:after, #block-snes-boxes-sneshome1:hover:after, #block-snes-boxes-sneshome2:hover:after, #block-snes-boxes-sneshome3:hover:after, #block-snes-boxes-sneshome4:hover:after, #block-snes-boxes-sneshome5:hover:after, #block-snes-boxes-sneshome6:hover:after{
  background: none !important;
}
.sidebars .snes-box-title::after{
  width: 100%;
  height: 1px;
}
#block-snes-boxes-sneshome1, #block-snes-boxes-sneshome2, #block-snes-boxes-sneshome3, #block-snes-boxes-sneshome4, #block-snes-boxes-sneshome5, #block-snes-boxes-sneshome6{
  width: 284px;
  height: 214px;
  float: left;
  border: 1px solid #bcbcbc;
  background: #fefefe;
  margin-bottom: 20px;
  padding: 17px;
  position: relative;
  box-shadow: 0 0 38px rgba(0,0,0,0.06) inset;
}
.sidebars #block-snes-boxes-sneshome1, .sidebars #block-snes-boxes-sneshome2, .sidebars #block-snes-boxes-sneshome3, .sidebars #block-snes-boxes-sneshome4, .sidebars #block-snes-boxes-sneshome5, .sidebars #block-snes-boxes-sneshome6{
  margin-right: 0px;
}
.snes-box-title:after{
  content: "";
  display: block;
  width: 14px;
  height: 5px;
  background: #f42c3a;
  margin-top: 17px;
}
.snes-box-title{
  font-family: Roboto;
  font-weight: bold;
  font-size: 18px;
  color: #555555;
  margin-bottom: 20px;
}
.snes-box-content{
  font-family: Titillium;
  font-size: 13px;
  line-height: 16px;
  color: #414141;
}
#block-snes-boxes-sneshome1, #block-snes-boxes-sneshome2, #block-snes-boxes-sneshome4, #block-snes-boxes-sneshome5{
  margin-right: 20px;
  overflow: hidden;
}

/* LISTS */
.annuaire-orga{
  font-style: italic;
  margin-left: 10px;
}
.annuaire-nom{
  font-weight:bold;
}
.view-annuaire-membres .attachment-before .view-content{
  font-size: 15px;
  font-weight: bold;
}
.view-annuaire-membres .attachment-before{
  margin-bottom: 15px;
}
#cboxContent .views-row .views-field-field-site-internet, .view-slideshow-user .views-row .views-field-view-user, .view-slideshow-user .views-row .views-field-field-site-internet{
  display: none;
}
#cboxContent .views-row .views-field-field-website-image{
  cursor: pointer;
}
#cboxContent .views-row .views-field-field-nom-commercial{
  text-align: center;
  font-size: 17px;
  margin-bottom: 10px;
}
#cboxContent .views-row .views-field-field-nom-commercial, .view-slideshow-user .views-row .views-field-field-nom-commercial{
  font-size: 15px;
  font-weight: bold;
  color: #414141;
  height: 40px;
  line-height: 20px;
}
#cboxContent .views-row img.user-screenshot{
  display: none;
}
.view-slideshow-user .views-row{
  float: left;
  cursor: pointer;
  width: 200px;
  padding: 5px;
  margin: 15px;
  text-align: center;
  border: 1px solid #bcbcbc;
}
.views-row .node, li.search-result{
  margin-right: 10px;
  width: calc(100% - 10px);
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 25px;
}
#content .views-row .node .head-title a, li.search-result .title a{
  color: #414141;
  font-size: 14px;
  font-weight: bold;
}
.views-row .node .head-title, li.search-result .title{
  padding: 7px 15px;
  background-color: #EBEBEB;
  color: #414141;
  font-size: 14px;
  font-weight: bold;
}
.views-row .node .doc-content p, .search-snippet-info p{
  margin-top: 0px;
}
.views-row .node .doc-content{
  padding: 20px 15px;
}
.search-snippet-info{
  padding: 20px 15px;
}
.search-results{
  padding: 0px;
}
#cboxLoadedContent .user-screenshot-orig{
  display: block;
}
.user-screenshot-orig{
  display: none;
}
/* CONTENT */
#content .node a:hover{
  color: #f42c3a;
}
#content .node a{
  color: #f84c58;
}
.field-name-field-document img{
  vertical-align: middle;
}
#content .node .field-name-field-document a{
  font-weight: bold;
  padding-left: 10px;
  color: #414141;
}
#content .field-name-field-document .field-item{
  margin-bottom: 5px;
}
.menu-block-1 .menu{
  padding: 0px;
  margin: 0px;
}
.menu-block-1 .menu .menu__item{
  list-style: none;
}
.menu-block-1 .menu .menu__item a{
  float: left;
  width: 170px;
  text-align: center;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 20px 20px 25px 20px;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid #dfdfdf;
  box-shadow: 0 0 38px rgba(0, 0, 0, 0.06) inset;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 16px;
}
/* special cases */
body.page-taxonomy-term-4 .menu-block-1 .menu li:first-child a{
  max-height: 30px;
  padding-top: 5px;
}

/* SEARCH */
.sidebars ul li{
  list-style: none;
}
.sidebars .item-list ul{
  margin: 2px 5px 5px 5px;
  padding: 0px 0px 0px 15px;
}
/* FOOTER */
#footer{
  background-color: #ebebeb;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15) inset;
  padding-top: 10px;
}
#block-snes-boxes-snes-partners{
  width: 1000px;
  margin: auto;
  text-align: center;
}
#snes-rappel{
  background: url('../images/snes-footer.png') no-repeat right 0px #8c8c8a;
  float: left;
  height: 90px;
  width: calc(160px + (100% - 1000px) / 2);
}
.region-bottom{
  background-color: #7f7f7e;
  color: #fff;
}
#basdepage, #basdepage ul li a{
  font-size: 14px;
  color: #ffffff;
  font-family: Roboto;
  text-decoration: none;
  font-weight: bold;
  line-height: 18px;
}
#block-block-4{
  padding-top: 20px;
  width: 1000px;
  height: 70px;
  margin: auto;
  font-size: 12px
  margin: auto;
  background: url('../images/snes-footer.png') no-repeat 10px 0px;
}
#block-block-4 p{
  float:left;
  margin: 0px 50px 0px 140px;
}
#block-block-4 ul{ 
  float:left;
  margin: 0px 50px 0px 0px;
}
#block-block-4 ul li{
  list-style:none;
}

/* OTHER */
.breadcrumb{
  margin-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D1D1D1;
}
.breadcrumb li:last-child{
  background: none;
}
.breadcrumb li{
  background: url('../images/breadcrumb.png') no-repeat center right;
  padding-right: 20px;
  margin-right: 13px;
  color: #414141;
  font-size: 12px;
}
.breadcrumb li a{
  color: #8c8c8a;
  font-size: 12px;
  font-family: Roboto;
  text-decoration: none;
}
.wrap-colorbox{
  display: none;
}

#boxhome img {
  width: auto !important;
  height: auto !important;
}

#boxhome, #boxuser, #boxcotisation{
  padding: 30px;
  max-width: 1000px;
}

@media all and (max-width: 764px){
  #boxhome, #boxuser, #boxcotisation{
    padding: 10px 0px !important;
  }
}


.pager-item, .pager-first, .pager-previous, .pager-next, .pager-last, .pager-ellipsis, .pager-current{
  padding: 0px !important;
  margin: 0px 2px;
}
.pager .pager-current{
  background-color: #F4F4F4;
}
.pager .pager-current, .pager .pager-ellipsis{
  line-height: 18px;
  font-size: 14px;
  color: #8C8C8A;
  border: 1px solid #8C8C8A;
  display: inline-block;
  width: 18px;
  padding: 0px;
  text-align: center;
}
.pager .pager-item{
  width: 18px;
}
.pager .pager-item a, .pager .pager-next a, .pager .pager-previous a{
  display: inline-block;
  width: 18px;
  line-height: 18px;
  font-size: 14px;
  color: #8C8C8A;
  border: 1px solid #8C8C8A;
  background-color: #FEFEFE;
}
.pager-load-more a{
  border: 0px !important;
  font-size: 0px !important;
}
.page-search .pager-next, .page-search .pager-previous{
  display: none;
}
div.ajax-progress-throbber{
  display: none;
}
#block-block-4 a{
  color: #fff !important;
}
a.ckeditor_links, .filter-guidelines, .filter-help, #edit-body-und-0-format{
  display: none !important;
}
.field-widget-text-textarea-with-summary .field-edit-link{
  display: none;
}
.grand{
  font-size: 18px;
}
.copyright{
  font-size: 0.67em;
}
.view-repertoire-des-aides .col-1, .view-repertoire-des-aides .col-2, .view-repertoire-des-aides .col-3{
  width: calc(100%/2);
  vertical-align: top;
}
.view-repertoire-des-aides table{
  border-collapse: separate;
  border-spacing: 10px;
}
.view-repertoire-des-aides tr td{
  padding: 10px;
  border: 1px solid #bcbcbc;
  box-shadow: 0 0 38px rgba(0,0,0,0.06) inset;
}
.view-repertoire-des-aides .views-field-title a{
  font-weight: bold;
  font-size: 18px;
}
.view-repertoire-des-aides .views-field-field-logo-aide, .view-repertoire-des-aides .views-field-field-territoires-eligibles{
  float: right;
}
.view-repertoire-des-aides .views-field-field-logo-aide{
  padding:10px 10px 0px 10px;
}
.view-repertoire-des-aides .views-field-field-logo-aide img{
  height: 150px;
}

.view-repertoire-des-aides .views-field-field-territoires-eligibles{
  margin-top: 20px;
  border: 1px solid #bcbcbc;
  padding: 10px;
  margin-right: -11px;
}
.view-repertoire-des-aides .views-field-field-somme-allouee{
  clear: both;
}
.view-repertoire-des-aides .views-field-field-somme-allouee{
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  padding: 10px 0px;
}
.view-repertoire-des-aides .views-field-field-somme-allouee p{
  margin:0px;
}
.view-repertoire-des-aides .views-field-body{
  min-height: 60px;
}
.view-repertoire-des-aides #edit-submit-repertoire-des-aides{
  margin-top: 28px;
}
.view-repertoire-des-aides .pager .pager-next a, .view-repertoire-des-aides .pager .pager-previous a{
  width: 70px;
}
