/**
 * General
 */
#wrapper {
	margin: 0 auto;
	position: relative;
}

.container {
}

body {
	background-color: #f5f5f5;
	font-family: Open Sans Regular; /*CBE AJOUT du FF par defaut du site open sans regular*/
}

#admin-menu {
    font-size: 1em;
}

/**
 * Header
 */
header {
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
}

/**
 * Pre Header
 */
#pre-header {
  margin-top: 0;
  margin-bottom: 0;
  height: auto;
  background: none;
}

#pre-header .container {
  padding-right: 0;
  padding-left: 0;
}

#pre-header .site-logo {
  width: 100%;
}

#pre-header .site-logo a {
  margin: 0;
  padding: 0;
  width: 100%;
}

#pre-header .site-logo img {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
}

#pre-header .inline {
  margin: 0 0 0 12px;
  padding: 8px 0;
}

#pre-header ul.inline {
  list-style: none;
}

#pre-header .inline li {
  margin: 0 0 0 5px;
  padding: 0;
  float: left;
}

#pre-header .inline li.sep-vertical {
  line-height: auto;
  width: 1px;
  height: 11px;
  margin: 5px 6px 0;
  background: #a2a2a2;
}

#pre-header .inline li a {
  font-size: 0.857em;
  line-height: 12px;
  color: #ffffff;
}

#pre-header #header-search {
  width: 100%;
}

#pre-header form#search-block-form {
  margin: 0;
  padding: 5px 15px;
}

#pre-header form#search-block-form .input-group {
	width: 100%;
}

#pre-header form.form-search .input-group input {
  border-radius: 0;
  border: none;
  height: 28px;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

#pre-header form.form-search .input-group-btn {
  width: auto;
}

#pre-header form.form-search .input-group-btn button {
  background-color: white;
  border: none;
  border-radius: 0;
  line-height: 14px;
  width: 100%;
}

#pre-header form.form-search .input-group-btn button span {
	color: black;
}

#pre-header form.form-search .form-group {
	margin-bottom: 0;
}

#pre-header #pre-header-inside-wrapper-right-top,
#pre-header #pre-header-inside-wrapper-right-bottom {
	height: auto;
	background-color: #2e2e2e;
}

#pre-header #pre-header-inside-wrapper-right-top .row {
	margin-left: 0;
	margin-right: 0;
}

#pre-header #lang_dropdown_form_language {
	height: 36px;
}

#pre-header #lang_dropdown_form_language div.form-item-lang-dropdown-select {
	position: relative;
    display: inline-block;
    z-index: 0;
    margin-bottom: 0;
    height: 36px;	
}

#pre-header #lang_dropdown_form_language div.form-item-lang-dropdown-select:before {
	display: block;
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    height: 1em;
    width: 1em;
    margin: 2px;
    background: transparent;
    z-index: 5;
}

#pre-header select#lang-dropdown-select-language {
	z-index:1;
	background: none;
	border-style: none;
	padding: 5px 0;
	font-size: 0.857em;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 12px;
	float: left;
	height: 37px;
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
	-webkit-appearance: none;
	-moz-appearance: checkbox-container;
	appearance: none;
	padding: 2px 14px 2px 2px;
	border: none;
	background: transparent url(../img/arrow-down.png) no-repeat right center;
}

#pre-header select::-ms-expand {
    display: none;
}

#pre-header select#lang-dropdown-select-language option {
	color: #000000;
}

#pre-header #header-sub-logo {
  display: none;
}

#pre-header #header-language .dropdown button#dropdown-menu-language {
 border: none;
 background-color: #2e2e2e;
 color: white;
 padding: 8px 4px;
 font-size: 0.857em;
 line-height: 20px;
}

#pre-header #header-language .dropdown button#dropdown-menu-language span {
 border: none;
 width: 14px;
 height: 7px;
 margin-left: 6px;
 background: transparent url(../img/arrow-down.png) no-repeat right center;
}

#pre-header #header-language .dropdown ul#language-switcher-locale-url li a {
  padding: 3px 10px;
  font-size: 0.857em;
}

#pre-header #header-language .dropdown ul#language-switcher-locale-url.open {
 display: block;
 min-width: auto;
}

@media (min-width: 768px) {
 #pre-header {
  margin-top: 0;
  margin-bottom: 0;
  height: 59px;
  background: url(../img/bg-cnlj.png) repeat-x center;
  background-size: 5px 59px;
 }

 #pre-header .container {
  padding-right: 15px;
  padding-left: 15px;
 }

 #pre-header .site-logo a {
  margin: 0;
  padding: 0;
 }

 #pre-header .site-logo img {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
 }

 #pre-header .inline {
  margin: 0 0 0 8px;
  padding: 5px 0;
 }

 #pre-header ul.inline {
  list-style: none;
 }

 #pre-header .inline li {
  margin: 0 0 0 3px;
  padding: 0;
  float: left;
 }

 #pre-header .inline li.sep-vertical {
  line-height: auto;
  width: 1px;
  height: 11px;
  margin: 5px 6px 0;
  background: #a2a2a2;
 }

 #pre-header .inline li a {
  font-size: 0.857em;
  line-height: 12px;
  color: #ffffff;
 }

 #pre-header #header-search {
  width: auto;
 }

 #pre-header form#search-block-form {
  margin: 0;
  padding: 3px 0;
 }

 #pre-header form#search-block-form .input-group {
  width: auto;
 }

 #pre-header form.form-search .input-group input {
  border-radius: 0;
  border: none;
  height: 20px;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  padding: 2px 6px;
  font-size: 0.857em;
 }

 #pre-header form.form-search .input-group-btn {
  width: auto;
 }

 #pre-header form.form-search .input-group-btn button {
  background-color: white;
  border: none;
  border-radius: 0;
  line-height: 14px;
  padding: 2px 7px;
  width: auto;
 }

 #pre-header form.form-search .input-group-btn button span {
  color: black;
 }

 #pre-header form.form-search .form-group {
  margin-bottom: 0;
 }

 #pre-header #pre-header-inside-wrapper-right-top,
 #pre-header #pre-header-inside-wrapper-right-bottom {
  height: 30px;
  background-color: transparent;
 }

 #pre-header #pre-header-inside-wrapper-right-top .row {
  margin-left: -15px;
  margin-right: -15px;
 }

 #pre-header #lang_dropdown_form_language {
  height: 30px;
 }

 #pre-header #lang_dropdown_form_language div.form-item-lang-dropdown-select {
  position:relative;
  display:inline-block;
  z-index:0;
  margin-bottom: 0;	
  height: 30px;
 }

 #pre-header #lang_dropdown_form_language div.form-item-lang-dropdown-select:before {
	display:block;
    position:absolute;
    content:'';
    right:0px;
    top:0px;
    height:1em;
    width:1em;
    margin:2px;
    background:transparent;
    z-index:5;
 }

 #pre-header select#lang-dropdown-select-language {
	z-index:1;
	background: none;
	border-style: none;
	padding: 5px 0;
	font-size: 0.857em;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 12px;
	float: left;
	height: 30px;
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
	-webkit-appearance: none;
	-moz-appearance: checkbox-container;
	appearance: none;
	padding: 2px 14px 2px 2px;
	border: none;
	background: transparent url(../img/arrow-down.png) no-repeat right center;
 }

 #pre-header select::-ms-expand {
   display: none;
 }

 #pre-header select#lang-dropdown-select-language option {
  color: #000000;
 }

 #pre-header #header-sub-logo {
  display: block;
 }

 #pre-header #header-sub-logo img {
  height: 30px;
 }

 #pre-header #header-language .dropdown button#dropdown-menu-language {
  border: none;
  background-color: #58003b;
  color: white;
  padding: 8px 4px 7px 4px;
  font-size: 0.857em;
  line-height: 14px;
 }

 #pre-header #header-language .dropdown button#dropdown-menu-language span {
  border: none;
  width: 14px;
  height: 7px;
  margin-left: 6px;
  background: transparent url(../img/arrow-down.png) no-repeat right center;
 }

 #pre-header #header-language .dropdown ul#language-switcher-locale-url li a {
  padding: 3px 10px;
  font-size: 0.857em;
 }

 #pre-header #header-language .dropdown ul#language-switcher-locale-url.open {
  display: block;
  min-width: auto;
 }
}

@media (min-width: 992px) {
 #pre-header {
   margin-top: 0;
   margin-bottom: 0;
   height: 75px;
   background: url(../img/bg-cnlj.png) repeat-x center;
 }

 #pre-header .container {
  padding-right: 15px;
  padding-left: 15px;
 }

 #pre-header .site-logo a {
   line-height: 48px;
   margin: 0;
   padding: 0;
 }

 #pre-header .site-logo img {
   display: block;
   border: none;
   margin: 0;
   padding: 0;
   width: auto;
 }

 #pre-header .inline {
   margin: 0 0 0 12px;
   padding: 8px 0;
 }

 #pre-header ul.inline {
   list-style: none;
 }

 #pre-header .inline li {
   margin: 0 0 0 5px;
   padding: 0;
   float: left;
 }

 #pre-header .inline li.sep-vertical {
   line-height: auto;
   width: 1px;
   height: 11px;
   margin: 5px 6px 0;
   background: #a2a2a2;
 }

 #pre-header .inline li a {
  font-size: 0.857em;
  line-height: 12px;
  color: #ffffff;
 }

 #pre-header #header-search {
  width: auto;
 }

 #pre-header form#search-block-form {
  margin: 0;
  padding: 5px 0;
 }

 #pre-header form#search-block-form .input-group {
  width: auto;
 }

 #pre-header form.form-search .input-group input {
  border-radius: 0;
  border: none;
  height: 28px;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
 }

 #pre-header form.form-search .input-group-btn {
  width: auto;
 }

 #pre-header form.form-search .input-group-btn button {
  background-color: white;
  border: none;
  border-radius: 0;
  line-height: 14px;
  padding: 6px 12px;
  width: auto;
 }

 #pre-header form.form-search .input-group-btn button span {
  color: black;
 }

 #pre-header form.form-search .form-group {
  margin-bottom: 0;
 }

 #pre-header #pre-header-inside-wrapper-right-top,
 #pre-header #pre-header-inside-wrapper-right-bottom {
  height: 37px;
  background-color: transparent;
 }

 #pre-header #pre-header-inside-wrapper-right-top .row {
  margin-left: -15px;
  margin-right: -15px;
 }

 #pre-header #lang_dropdown_form_language {
  height: 37px;
 }

 #pre-header #lang_dropdown_form_language div.form-item-lang-dropdown-select {
  position:relative;
  display:inline-block;
  z-index:0;
  margin-bottom: 0;	
  height: 37px;
 }

 #pre-header #lang_dropdown_form_language div.form-item-lang-dropdown-select:before {
  display:block;
  position:absolute;
  content:'';
  right:0px;
  top:0px;
  height:1em;
  width:1em;
  margin:2px;
  background:transparent;
  z-index:5;
 }

 #pre-header select#lang-dropdown-select-language {
  z-index:1;
  background: none;
  border-style: none;
  padding: 5px 0;
  font-size: 0.857em;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 12px;
  float: left;
  height: 37px;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: checkbox-container;
  appearance: none;
  padding: 2px 14px 2px 2px;
  border: none;
  background: transparent url(../img/arrow-down.png) no-repeat right center;
 }

 #pre-header select::-ms-expand {
  display: none;
 }

 #pre-header select#lang-dropdown-select-language option {
  color: #000000;
 }

 #pre-header #header-sub-logo {
  display: block;
 }

 #pre-header #header-sub-logo img {
  height: 38px;
 }

 #pre-header #header-language .dropdown button#dropdown-menu-language {
  border: none;
  background-color: #58003b;
  color: white;
  padding: 8px 4px;
  font-size: 0.857em;
  line-height: 20px;
 }

 #pre-header #header-language .dropdown button#dropdown-menu-language span {
  border: none;
  width: 14px;
  height: 7px;
  margin-left: 6px;
  background: transparent url(../img/arrow-down.png) no-repeat right center;
 }

 #pre-header #header-language .dropdown ul#language-switcher-locale-url li a {
  padding: 3px 10px;
  font-size: 0.857em;
 }

 #pre-header #header-language .dropdown ul#language-switcher-locale-url.open {
  display: block;
  min-width: auto;
 }
}

@media (min-width: 1200px) {
 #pre-header {
   margin-top: 0;
   margin-bottom: 0;
   height: 75px;
   background: url(../img/bg-cnlj.png) repeat-x center;
 }

 #pre-header .container {
  padding-right: 15px;
  padding-left: 15px;
 }

 #pre-header .site-logo a {
   line-height: 48px;
   margin: 0;
   padding: 0;
 }

 #pre-header .site-logo img {
   display: block;
   border: none;
   margin: 0;
   padding: 0;
   width: auto;
 }

 #pre-header .inline {
   margin: 0 0 0 12px;
   padding: 8px 0;
 }

 #pre-header ul.inline {
   list-style: none;
 }

 #pre-header .inline li {
   margin: 0 0 0 5px;
   padding: 0;
   float: left;
 }

 #pre-header .inline li.sep-vertical {
   line-height: auto;
   width: 1px;
   height: 11px;
   margin: 5px 6px 0;
   background: #a2a2a2;
 }

 #pre-header .inline li a {
  font-size: 0.857em;
  line-height: 12px;
  color: #ffffff;
 }

 #pre-header #header-search {
  width: auto;
 }

 #pre-header form#search-block-form {
  margin: 0;
  padding: 5px 0;
 }

 #pre-header form#search-block-form .input-group {
  width: auto;
 }

 #pre-header form.form-search .input-group input {
  border-radius: 0;
  border: none;
  height: 28px;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
 }

 #pre-header form.form-search .input-group-btn {
  width: auto;
 }

 #pre-header form.form-search .input-group-btn button {
  background-color: white;
  border: none;
  border-radius: 0;
  line-height: 14px;
  width: auto;
 }

 #pre-header form.form-search .input-group-btn button span {
  color: black;
 }

 #pre-header form.form-search .form-group {
  margin-bottom: 0;
 }

 #pre-header #pre-header-inside-wrapper-right-top,
 #pre-header #pre-header-inside-wrapper-right-bottom {
  height: 37px;
  background-color: transparent;
 }

 #pre-header #pre-header-inside-wrapper-right-top .row {
  margin-left: -15px;
  margin-right: -15px;
 }

 #pre-header #lang_dropdown_form_language {
  height: 37px;
 }

 #pre-header #lang_dropdown_form_language div.form-item-lang-dropdown-select {
  position:relative;
  display:inline-block;
  z-index:0;
  margin-bottom: 0;	
  height: 37px;
 }

 #pre-header #lang_dropdown_form_language div.form-item-lang-dropdown-select:before {
  display:block;
  position:absolute;
  content:'';
  right:0px;
  top:0px;
  height:1em;
  width:1em;
  margin:2px;
  background:transparent;
  z-index:5;
 }

 #pre-header select#lang-dropdown-select-language {
  z-index:1;
  background: none;
  border-style: none;
  padding: 5px 0;
  font-size: 0.857em;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 12px;
  float: left;
  height: 37px;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: checkbox-container;
  appearance: none;
  padding: 2px 14px 2px 2px;
  border: none;
  background: transparent url(../img/arrow-down.png) no-repeat right center;
  //text-indent: 1px;
  //text-overflow: '';
 }

 #pre-header select::-ms-expand {
  display: none;
 }

 #pre-header select#lang-dropdown-select-language option {
  color: #000000;
 }

 #pre-header #header-sub-logo {
  display: block;
 }

 #pre-header #header-sub-logo img {
  height: 38px;
 }

 #pre-header #header-language .dropdown button#dropdown-menu-language {
  border: none;
  background-color: #58003b;
  color: white;
  padding: 8px 4px;
  font-size: 0.857em;
  line-height: 20px;
 }

 #pre-header #header-language .dropdown button#dropdown-menu-language span {
  border: none;
  width: 14px;
  height: 7px;
  margin-left: 6px;
  background: transparent url(../img/arrow-down.png) no-repeat right center;
 }

 #pre-header #header-language .dropdown ul#language-switcher-locale-url li a {
  padding: 3px 10px;
  font-size: 0.857em;
 }

 #pre-header #header-language .dropdown ul#language-switcher-locale-url.open {
  display: block;
  min-width: auto;
 }
}

/**
 * Menu
 */
#menu {
  background-color: #119eaf;
}

#menu .navbar {
  margin-bottom: 0;
  min-height: auto;
  border: 0;
  background: none;
}

#menu .navbar .navbar-header {
  display: block;
}

#menu .navbar .navbar-header .navbar-toggle {
  border-color: white;
}

#menu .navbar .navbar-header .navbar-toggle:hover,
#menu .navbar .navbar-header .navbar-toggle:focus {
  background-color: #007e8d;
}

#menu .navbar .navbar-header .navbar-toggle .icon-bar {
  background-color: white;
}

#menu .navbar .navbar-header .navbar-brand {
  color: #ffffff;
}

#menu .navbar .navbar-collapse {
  border-color: transparent;
  padding: 0;
  max-height: none;
}

#menu .navbar .nav {
  margin: 7.5px 0;
}

#menu .navbar .nav > li {
	vertical-align: middle;
    border-left: none;
    position: relative;
}

#menu .navbar .nav > li > a,
#menu .navbar .nav > li > span.nolink {
  padding: 0px 10px;
  padding-left: 25px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.857em;
  height: 40px;
  line-height: 40px;
  font-weight: 400;
  font-family: Roboto-Bold;
  text-align: left;
  background-color: #119eaf;
}

#menu .navbar .nav > li.last > a,
#menu .navbar .nav > li > span.nolink {
  border-right: none;
}

#menu .navbar .nav > li > a:hover,
#menu .navbar .nav > li > a:focus,
#menu .navbar .nav > li > span.nolink:hover,
#menu .navbar .nav > li > span.nolink:focus {
	//background-color: #007e8d;
}

#menu .navbar .nav > li > a span,
#menu .navbar .nav > li > span.nolink span {
	line-height: normal;
    display: inline-block;
    vertical-align: middle;
	cursor: pointer;
}

#menu .dropdown-menu {
	background-color: #007e8d;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 rgba(0,0,0,0);
	min-width: auto;
	z-index: 3001;
}

#menu .dropdown-menu li {
}

#menu .dropdown-menu > li > a {
  font-size: 0.857em;
  color: #ffffff;
  background-color: #007e8d;
  padding: 3px;
  margin-left: 10px;
  white-space: normal;
}

#menu .dropdown-menu > li > a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

#menu #dropdown-menu-overlay {
  background-color: #007e8d;
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  float: left;
  z-index: 3000;
  width: 100%;
  height: 0;
}

@media (min-width: 768px) {
 #menu .navbar .navbar-header {
  display: none;
 }

 #menu .navbar .nav {
  margin: 0;
 }

 #menu .navbar .nav > li {
  vertical-align: middle;
  border-left: 1px solid #007e8d;
  position: relative;
  width: 120px;
 }

 #menu .navbar .nav > li > a,
 #menu .navbar .nav > li > span.nolink {
  padding: 0px 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.786em;
  height: 40px;
  line-height: 40px;
  font-weight: 400;
  font-family: Roboto-Bold;
  text-align: center;
  background-color: #119eaf;
  display: block;
 }

 #menu .navbar .nav > li.last > a,
 #menu .navbar .nav > li.last > span.nolink {
  border-right: 1px solid #007e8d;
 }

 #menu .dropdown-menu {
  background-color: #007e8d;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 0 rgba(0,0,0,0);
  min-width: auto;
  z-index: 3001;
 }

 #menu .dropdown-menu li {
 }

 #menu .dropdown-menu > li > a {
  font-size: 0.857em;
  color: #ffffff;
  background-color: #007e8d;
  padding: 3px;
  margin-left: 10px;
  white-space: normal;
 }

 #menu .dropdown-menu > li > a:hover {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
 }

 #menu #dropdown-menu-overlay {
  background-color: #007e8d;
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  float: left;
  z-index: 3000;
  width: 100%;
  height: 225px;
 }
}

@media (min-width: 992px) {
 #menu .navbar .navbar-header {
  display: none;
 }

 #menu .navbar .nav {
  margin: 0;
 }

 #menu .navbar .nav > li {
  vertical-align: middle;
  border-left: 1px solid #007e8d;
  position: relative;
  width: 160px;
 }

 #menu .navbar .nav > li > a,
 #menu .navbar .nav > li > span.nolink {
  padding: 0px 5px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.857em;
  height: 40px;
  line-height: 40px;
  font-weight: 400;
  font-family: Roboto-Bold;
  text-align: center;
  background-color: #119eaf;
  display: block;
 }

 #menu .navbar .nav > li.last > a,
 #menu .navbar .nav > li.last > span.nolink {
  border-right: 1px solid #007e8d;
 }

 #menu .dropdown-menu {
  background-color: #007e8d;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 0 rgba(0,0,0,0);
  min-width: auto;
  z-index: 3001;
 }

 #menu .dropdown-menu li {
 }

 #menu .dropdown-menu > li > a {
  font-size: 0.857em;
  color: #ffffff;
  background-color: #007e8d;
  padding: 3px;
  margin-left: 5px;
 }

 #menu .dropdown-menu > li > a:hover {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
 }

 #menu #dropdown-menu-overlay {
  background-color: #007e8d;
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  float: left;
  z-index: 3000;
  width: 100%;
  height: 190px;
 }
}

@media (min-width: 1200px) {
 #menu .navbar .navbar-header {
  display: none;
 }

 #menu .navbar .nav {
  margin: 0;
 }

 #menu .navbar .nav > li {
  vertical-align: middle;
  border-left: 1px solid #007e8d;
  position: relative;
  width: 194px;
 }

 #menu .navbar .nav > li > a,
 #menu .navbar .nav > li > span.nolink {
  padding: 0px 5px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.857em;
  height: 40px;
  line-height: 40px;
  font-weight: 400;
  font-family: Roboto-Bold;
  text-align: center;
  background-color: #119eaf;
  display: block;
 }

 #menu .navbar .nav > li.last > a,
 #menu .navbar .nav > li.last > span.nolink {
  border-right: 1px solid #007e8d;
 }

 #menu .dropdown-menu {
  background-color: #007e8d;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 0 rgba(0,0,0,0);
  min-width: auto;
  z-index: 3001;
 }

 #menu .dropdown-menu li {
 }

 #menu .dropdown-menu > li > a {
  font-size: 0.857em;
  color: #ffffff;
  background-color: #007e8d;
  padding: 3px;
  margin-left: 5px;
 }

 #menu .dropdown-menu > li > a:hover {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
 }

 #menu #dropdown-menu-overlay {
  background-color: #007e8d;
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  float: left;
  z-index: 3000;
  width: 100%;
  height: 180px;
 }
}

/**
 * Main
 */
#main {
	margin: 10px 0;
	min-height: 605px;
}

#main #home-left,
#main #home-right {
  padding: 0;
}

#main .block {
	float: left;
	padding: 10px;
	background-color: rgb(245,245,245);
}

#main .block .block-inside {
	padding: 10px;
	position: relative;
	float: left;
}

#main .block .block-inside h2 {
	font-size: 1em;
	text-decoration: underline;
	margin-top: 0; 
}

#main #nos-coups-de-coeur.block img {
	width: 184px;
	height: 153px;
}

#main #critiques.block p {
	font-size: 0.857em;
	margin-bottom: 5px;
}

#main #critiques.block img {
	width: 163px;
	height: 71px;
	margin-bottom: 5px;
}

#main #acces-direct.block .block-inside {
	background: #4682b4;
}

#main #formations-manifestations.block .block-inside li {
	font-size: 0.857em;
}

#main #publications.block .block-inside article img {
	width: 112px;
	height: 153px;
}

#main #publications.block .block-inside article h3 {
	margin-top: 0;
	font-size: 1em;
	font-weight: bold;
}

#main #publications.block .block-inside article p {
	font-size: 0.857em;
}

#main #ressources.block .block-inside article img {
	width: 112px;
	height: 153px;
}

#main #ressources.block .block-inside article p {
	font-size: 0.857em;
}

#main #hors-les-murs.block .block-inside article {
}

#main #hors-les-murs.block .block-inside article img {
	width: 184px;
	height: 74px;
}

#main #hors-les-murs.block .block-inside article h3 {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 0.857em;
	font-weight: bold;
}

#main #hors-les-murs.block .block-inside article p {
	font-size: 0.857em;
}

#main #focus.block .block-inside article img {
	width: 397px;
	height: 136px;
}

#main #focus.block .block-inside article p {
	margin: 0;
	font-size: 0.857em;
}

#main #rendez-vous-secteur.block .block-inside article h3 {
	font-size: 0.857em;
	font-weight: bold;
}

#main #rendez-vous-secteur.block .block-inside article p {
	font-size: 0.857em;
}
/** customizing css Block  **/
#main .style-1 {
	//background: #DCDCDC;
}

#main .style-1 .block-inside {
	background-color: white;
}

#main .style-2 {
	//background: #DCDCDC;
}

#main .style-2 .block-inside {
	background-color: white;
}

#main .style-2 .block-inside h2 {
	display: none;
}

#main .style-3 .block-inside h2 {
	display: none;
}

.node-page-editoriale.ressources_documentaires_title .style-3 .block-inside {
	background-color: rgb(192, 87, 145) !important;
}

.node-page-editoriale.hors_les_murs_title .style-3 .block-inside {
	background-color: rgb(117, 143, 200) !important;
}

.node-page-editoriale.formation_manifestation_title .style-3 .block-inside {
	background-color: rgb(78, 168, 204) !important;
}

.node-page-editoriale.non_classe_title .style-3 .block-inside {
	background-color: #119eaf !important;
}

.node-page-editoriale.critiques_title .style-3 .block-inside {
	background-color: #bc262c !important;
}

.node-page-editoriale.publications_title .style-3 .block-inside {
	background-color: rgb(134, 41, 131) !important;
}

/** Editorial page block style 4 **/
#main .style-4 {
 //background:#DCDCDC;
}

/*
.node-page-editoriale .style-4 .title-wrapper {
 text-align:center;
 padding:10px;
}

.node-page-editoriale.ressources_documentaires_title .style-4 .title-wrapper {
 background-color:rgb(192,87,145) !important;
}

.node-page-editoriale.hors_les_murs_title .style-4 .title-wrapper {
 background-color:rgb(117,143,200) !important;
}

.node-page-editoriale.formation_manifestation_title .style-4 .title-wrapper {
 background-color:rgb(78,168,204) !important;
}

.node-page-editoriale.non_classe_title .style-4 .title-wrapper {
 background-color:#119eaf !important;
}

.node-page-editoriale.critiques_title .style-4 .title-wrapper {
 background-color:#bc262c !important;
}

.node-page-editoriale.publications_title .style-4 .title-wrapper {
 background-color:rgb(134,41,131) !important;
}
*/

#main .style-4 .block-inside {
 background-color:white;
 padding:0;
}

/*
#main .style-4 .title-wrapper h2 {
 color:white;
 margin:0;
 font-size: 1.071em;
 font-weight:bold;
}
*/

#main .style-4 .block-inside h2 {
 text-align:center;
 color:white;
 padding:5px;
}

#main .style-4 .block-inside p {
 padding-left:20px;
 padding-right:20px;
}

#main .style-4 .block-inside h2:after {
 display:none;
}

.node-page-editoriale.ressources_documentaires_title .style-4 h2 {
 background-color:rgb(192,87,145) !important;
}

.node-page-editoriale.hors_les_murs_title .style-4 h2 {
 background-color:rgb(117,143,200) !important;
}

.node-page-editoriale.formation_manifestation_title .style-4 h2 {
 background-color:rgb(78,168,204) !important;
}

.node-page-editoriale.non_classe_title .style-4 h2 {
 background-color:#119eaf !important;
}

.node-page-editoriale.critiques_title .style-4 h2 {
 background-color:#bc262c !important;
}

.node-page-editoriale.publications_title .style-4 h2 {
 background-color:rgb(134,41,131) !important;
}

/**
 * Footer
 */
footer#footer {
}

/**
 * Pre footer
 */
footer#pre-footer {
}

footer#pre-footer .container {
	padding: 0 10px;
}

footer#pre-footer #pre-footer-inside {
	padding-top: 55px;
    height: 114px;
    background-image: url("../img/bg-pre-footer.png");
    background-repeat: no-repeat;
    background-position: center;
}

footer#pre-footer #pre-footer-inside #pre-footer-logo {
	padding: 0 0 0 15px;
}

footer#pre-footer #pre-footer-inside #pre-footer-menu {
	padding: 0 15px 0 0;
}

footer#pre-footer #pre-footer-inside #pre-footer-menu .inline {
    margin: 0 0 0 0;
    padding: 5px 0;
}

footer#pre-footer #pre-footer-inside #pre-footer-menu ul.inline {
    list-style: none;
}

footer#pre-footer #pre-footer-inside #pre-footer-menu .inline li {
    margin: 0 0 0 5px;
    padding: 0;
    float: left;
}

footer#pre-footer #pre-footer-inside #pre-footer-menu .inline li.sep-vertical {
    line-height: auto;
    width: 1px;
    height: 11px;
    margin: 5px 6px 0;
    background: #a2a2a2;
}

footer#pre-footer #pre-footer-inside #pre-footer-menu .inline li a {
    font-size: 0.857em;
    line-height: 12px;
    color: #505050;
}

/**
 * Copyright
 */
#copyright {
	margin-top: 0px;
	background-color: #2e2e2e;
}

#copyright p {
	font-size: 0.857em;
	color: white;
	margin: 10px 0;
	padding-top: 5px;
}

#copyright a {
	color: white;
}

/**
 *  Modules
 */
      
.vertical-menu-item {
	z-index: 200; 
	border: 0px; 
	position: fixed; 
	right: 320px; 
	width: 25px; 
	height: 25px;
	background: #4682b4;
}

#newsletter-detail {
	z-index: 200; 
	border: 0px; 
	position: fixed; 
	right: 350px; 
	display: block;	
	top: 50%;
	background: #4682b4;
	width: 300px;
	display: none;
}

#menu-vertical-flottant {
	width: 100px;
	background: #4682b4;	
}

#agenda-detail {
	z-index: 200; 
	border: 0px; 
	position: fixed; 
	right: 350px; 
	display: block;	
	top: 55%;
	background: #4682b4;
	width: 300px;
	display: none;
}

#adresse-detail {
	z-index: 200; 
	border: 0px; 
	position: fixed; 
	right: 350px; 
	display: block;	
	top: 60%;
	background: #4682b4;
	width: 300px;
	display: none;
}

#newsletter-email {
	width: 30px;
}

#vertical-menu-item-news {
	top: 50%;
}

#vertical-menu-item-agenda {
	top: 55%;
}

#vertical-menu-item-adresse {
	top: 60%;
}

#main #nos-coups-de-coeur .block-inside,
#main #formations-manifestations .block-inside,
#main #rendez-vous .block-inside,
#main #hors-les-murs .block-inside {
  position: relative;
  background-color: white;
}

#main #rendez-vous .block-inside,
#main #hors-les-murs .block-inside {
	float: left;
}

#main #nos-coups-de-coeur .block-inside h2 {
	color: #e1af30;
	font-size: 1em;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 0;
}

#main #formations-manifestations .block-inside h2 {
  color: #119eaf;
  font-size: 1em;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 0;
}

#main #rendez-vous .block-inside h2 {
  color: #46844b;
  font-size: 1em;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 0;
}

#main #hors-les-murs .block-inside h2 {
  color: #bc252b;
  font-size: 1em;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 0;
}

/**
 * Block 
 */
.node-bloc-breve {
	padding: 10px;
}

/**********************************************************************************************************
	Node Page Editoriale - Romain SPENATO - 03/02/2016
**********************************************************************************************************/
.node-page-editoriale .block {
	float: left;
}

.node-page-editoriale .field-name-body {
	margin-top: 30px;
    margin-bottom: 30px;
}

.node-page-editoriale .field-name-field-portlets .field-name-body {
	margin-top: 0px;
    margin-bottom: 0px;
}

/*********************************************
	A ENLEVER POUR LE BACKGROUND WHITE : RSP
 *********************************************/
.node-page-editoriale .portlet_line {
    margin-top: 10px;
}

.node-page-editoriale  .portlet-col {
    width: 50% !important;
}
/***************************************************************************
	RSP : Couleurs titres des blocs en fonction de l'arborescence et liens
****************************************************************************/
.node-page-editoriale.ressources_documentaires_title h2,
.node-page-editoriale.ressources_documentaires_title h1,
.node-page-editoriale.ressources_documentaires_title a {
	color: rgb(192, 87, 145);
}

.node-page-editoriale.ressources_documentaires_title h2:after,
.node-page-editoriale.ressources_documentaires_title .node-bloc-breve[about$="interne"] h2:hover:after,
.node-page-editoriale.ressources_documentaires_title h1:after {
	background: rgb(192, 87, 145);
}

.node-page-editoriale.ressources_documentaires_title a:hover {
	color: rgb(192, 87, 145);
}

.node-page-editoriale.hors_les_murs_title h2,
.node-page-editoriale.hors_les_murs_title h1,
.node-page-editoriale.hors_les_murs_title a {
	color: rgb(117, 143, 200);
}

.node-page-editoriale.hors_les_murs_title h2:after,
.node-page-editoriale.hors_les_murs_title .node-bloc-breve[about$="interne"] h2:hover:after,
.node-page-editoriale.hors_les_murs_title h1:after {
	background: rgb(117, 143, 200);
}

.node-page-editoriale.hors_les_murs_title a:hover {
	color: rgb(117, 143, 200);
}

.node-page-editoriale.formation_manifestation_title h2,
.node-page-editoriale.formation_manifestation_title h1,
.node-page-editoriale.formation_manifestation_title a {
	color: rgb(78, 168, 204);
}

.node-page-editoriale.formation_manifestation_title h2:after,
.node-page-editoriale.formation_manifestation_title .node-bloc-breve[about$="interne"] h2:hover:after,
.node-page-editoriale.formation_manifestation_title h1:after {
	background: rgb(78, 168, 204);
}

.node-page-editoriale.formation_manifestation_title a:hover {
	color: rgb(78, 168, 204);
}

.node-page-editoriale.non_classe_title h2,
.node-page-editoriale.non_classe_title h1,
.node-page-editoriale.non_classe_title a {
	color: #119eaf;
}

.node-page-editoriale.non_classe_title h2:after,
.node-page-editoriale.non_classe_title .node-bloc-breve[about$="interne"] h2:hover:after,
.node-page-editoriale.non_classe_title h1:after {
	background: #119eaf;
}

.node-page-editoriale.non_classe_title a:hover {
	color: #119eaf;
}

.node-page-editoriale.critiques_title h2,
.node-page-editoriale.critiques_title h1,
.node-page-editoriale.critiques_title a {
	color: #bc262c;
}

.node-page-editoriale.critiques_title h2:after,
.node-page-editoriale.critiques_title .node-bloc-breve[about$="interne"] h2:hover:after,
.node-page-editoriale.critiques_title h1:after {
	background: #bc262c;
}

.node-page-editoriale.critiques_title a:hover {
	color: #bc262c;
}

.node-page-editoriale.publications_title h2,
.node-page-editoriale.publications_title h1,
.node-page-editoriale.publications_title a {
	color: rgb(134, 41, 131);
}

.node-page-editoriale.publications_title h2:after,
.node-page-editoriale.publications_title .node-bloc-breve[about$="interne"] h2:hover:after,
.node-page-editoriale.publications_title h1:after {
	background: rgb(134, 41, 131);
}

.node-page-editoriale.publications_title a:hover {
	color: rgb(134, 41, 131);
}

/**
 *
 * Bloc outil - liens
 */
.node-bloc-outils-liens .title-wrapper {
 background-color:rgb(107,32,105);
 text-align:center;
 padding:10px;
}

.node-bloc-outils-liens .title-wrapper h2 {
 color:white;
 margin:0;
 font-size: 1.071em;
 font-weight:bold;
 font-family: Open Sans Bold;
}

.node-bloc-outils-liens .block-inside {
 background-color:rgb(134,41,131);
}

.node-bloc-outils-liens .block-inside .field-collection-container {
 border:none;
 margin-bottom:0px;
}

.node-bloc-outils-liens .block-inside .field-collection-container ul {
 list-style-type:none;
 margin-bottom:0;
 padding-left:0;
}

.node-bloc-outils-liens .block-inside .field-collection-container ul li {
 margin-bottom:10px;
}

.node-bloc-outils-liens .block-inside .field-collection-container ul li:last-child {
 margin-bottom:0;
}

.node-bloc-outils-liens .block-inside .field-collection-container ul li .field-collection-view {
 margin:0;
 padding:0;
 border:none;
}

.node-bloc-outils-liens .block-inside .field-collection-container ul li .field-collection-view .field-name-field-url-image {
 float:left;
}

.node-bloc-outils-liens .block-inside .field-collection-container ul li .field-collection-view .field-name-field-url-image img {
 width:50px;
 height:50px;
}

.node-bloc-outils-liens .block-inside .field-collection-container ul li .field-collection-view .field-name-field-url-links {
 float:left;
 line-height:50px;
 padding-left:10px;
}

.node-bloc-outils-liens .block-inside .field-collection-container ul li .field-collection-view .field-name-field-url-links a {
 color:white;
 font-family: Open Sans Regular;
 font-size: 1em;/*CBE 13-->14*/
}

.node-bloc-outils-liens .block-inside .field-collection-container ul li .field-collection-view .field-name-field-url-links a:hover {
 color:white;
}

.node-bloc-outils-liens .block-inside .field-collection-container ul.action-links,
.node-bloc-outils-liens .block-inside .field-collection-container ul.field-collection-view-links {
 display:none;
}

.node-bloc-outils-liens .block-inside .field-collection-container .field-item .field-name-field-url-image,
.node-bloc-outils-liens .block-inside .field-collection-container .field-item .field-name-field-url-links {
  display: inline-block;
}
.node-bloc-outils-liens .block-inside .field-collection-container .field-item .field-name-field-url-links {
  margin-left: 10px;
  margin-top: 5px;
  vertical-align: top;
}
.node-bloc-outils-liens .block-inside .field-collection-container .field-item .field-name-field-url-links a {
  color: #fff;
}
.node-bloc-outils-liens .block-inside .field-collection-container .field-item .field-collection-view {
  border: none !important;
}

/*
	Bloc SON
*/
.node-bloc-son video {
	height: 35px;
    margin-top: 10px;
}

/*
	Bloc CONTENU
*/
.node-page-editoriale .node-bloc-contenu .image {
	float: left;
	margin-right: 15px;
}

.node-page-editoriale .node-bloc-contenu p {
	text-align: justify;
	font-family: Open Sans Regular;
	color: black;
}

.node-page-editoriale .node-bloc-contenu p strong {
	text-align: justify;
	font-family: Open Sans Bold;
}

/*
node-bloc-video
node-bloc-son
*/

.node-page-editoriale .node-bloc-contenu h2,
.node-page-editoriale .node-bloc-video h2,
.node-page-editoriale .node-bloc-son h2,
.node-page-editoriale .node-bloc-diaporama h2,
.node-page-editoriale .node-bloc-rss h2,
.node-page-editoriale .node-bloc-breve h2 {
	margin-top: 0;
	text-decoration: none !important;
	font-family: Open Sans Bold;
    font-size: 1.286em !important;
}
.node-page-editoriale .node-bloc-contenu h2:after,
.node-page-editoriale .node-bloc-video h2:after,
.node-page-editoriale .node-bloc-son h2:after,
.node-page-editoriale .node-bloc-diaporama h2:after,
.node-page-editoriale .node-bloc-rss h2:after,
.node-page-editoriale .node-bloc-breve h2:after {
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
    content: " ";
    width: 8rem;
    height: 2px;
}
.node-page-editoriale .node-bloc-breve[about$="interne"] h2 {
  color: #428bca;
}
.node-page-editoriale .node-bloc-breve[about$="interne"] h2:after {
  background: #428bca none repeat scroll 0 0;
}
.node-page-editoriale .node-bloc-breve[about$="interne"] h2 a:hover {
  text-decoration: none;
}
.node-page-editoriale h1 {
    color: rgb(19, 158, 174);
    font-family: Open Sans Bold;
    font-size: 1.786em;
    margin-top: 0;
    padding-bottom: 10px;
    width: 70%;
}

.node-page-editoriale h1:after {
    background: rgb(19, 158, 174) none repeat scroll 0 0;
    content: " ";
    display: block;
    height: 2px;
    margin-bottom: 15px;
    margin-top: 10px;
    width: 12.5rem;
}

/* Images */
.dnd-legend-wrapper {
	font-family: Open Sans Regular;
    color: black;
}

.atom-align-right {
	margin-left: 2%;
}

.atom-align-left {
    margin-right: 2%;
}

/* Listes */
.node-page-editoriale .node-bloc-contenu ul {
	list-style: none;
	padding-left: 0px;
}

.node-page-editoriale .node-bloc-contenu ul li {
	font-family: Open sans Light;
    color: black;
}

.node-page-editoriale .node-bloc-contenu ul li:before {
	content: "• ";
    color: rgb(138, 48, 135);
    font-size: 1.429em;
    position: relative;
    top: 3px;
}

/*
	Bloc DIAPORAMA
*/
.node-bloc-diaporama img {
	width: 100%;
}

/*
	Bloc VIDEO
*/
.node-page-editoriale .node-bloc-video .video-js {
  background-color: white;
  height: 100%;
	width: 100%;
}

/*******************************************************************************
	Page evenement FULL
*******************************************************************************/
.node-evenements .event_full {
    width: 100%;
    float: left;
}
.node-evenements .event_full h1,
.node-evenements .event_full h2 {
	font-family: Open Sans Regular;
    font-weight: bold;
    color: rgb(78, 168, 204);
    margin-top: 0px;
    margin-bottom: 20px;
}
.node-evenements .event_full h1:after,
.node-evenements .event_full h2:after {
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
    content: " ";
    background: rgb(78, 168, 204);
    width: 7.5rem;
    height: 2px;
}
.node-evenements .event_full #bloc_gauche_event h1,
.node-evenements .event_full #bloc_gauche_event h2 {
	font-size: 1.857em;
}
.node-evenements .event_full #bloc_droite_event h1,
.node-evenements .event_full #bloc_droite_event h2 {
	font-size: 1.429em;
}

.node-evenements #bloc_gauche_event {
 min-height:550px;
 float:left;
 padding:15px;
 background-color:rgb(245,245,245);
}

.node-evenements #bloc_gauche_event > img {
 float:left;
 margin-bottom:10px;
}

.node-evenements #bloc_gauche_event .texte_gauche_event .field-type-image
{
    float:left;
    margin-bottom: 10px;
    margin-right: 10px;
}
.node-evenements #bloc_gauche_event .texte_gauche_event {
 float:left;
 width:100%;
 font-family:"Open Sans Regular";
 color:rgb(48,48,48);
}

.node-evenements #bloc_gauche_event .texte_gauche_event a {
 color:#5c5c5c;
 text-decoration:underline;
}

.node-evenements #bloc_gauche_event .texte_gauche_event a:hover {
 color:rgb(78,168,204);
}

.node-evenements #bloc_gauche_event .texte_gauche_event p {
 font-family: Open Sans Regular;
 font-size: 1em; /* size: 13 --> 14 */
 margin-bottom:0;
 text-align:justify;
}

.node-evenements #bloc_gauche_event .texte_gauche_event p.bloc_infos_responsable {
 margin-top: 20px;
}

.node-evenements #bloc_gauche_event .texte_gauche_event p.bloc_infos_responsable img {
 height:auto;
 margin-right:10px;
}

.node-evenements #bloc_droite_event {
 min-height:550px;
 float:left;
 padding:15px;
 background-color:white;
 border-radius:5px;
 box-shadow:1px 1px 3px 1px #aaa;
}

.node-evenements #bloc_droite_event .info_bloc a {
	color: #5c5c5c;
    text-decoration: underline;
}

.node-evenements #bloc_droite_event .info_bloc a:hover {
	color: rgb(78, 168, 204);
}

.node-evenements #bloc_droite_event .event_location {
	background-image: url(../img/educations-events-item-1.png);
	background-repeat: no-repeat;
    background-position: 10px center;
	padding-left: 35px;
    font-family: Open Sans Regular;
    font-size: 1em;
	margin-bottom: 10px;
	font-weight: bold;
}

.node-evenements #bloc_droite_event .tableau_picto {
	background-image: url(../img/educations-events-item-2.png);
}

.node-evenements #bloc_droite_event .user_picto,
.node-evenements #bloc_droite_event .perso_picto {
	background-image: url(../img/icone_stage.png);
}

.node-evenements #bloc_droite_event .event_type {
	background-repeat: no-repeat;
    background-position: 10px center;
	padding-left: 35px;
    font-family: Open Sans Regular;
    font-size: 1em;
	margin-bottom: 10px;
	font-weight: bold;
}

.node-evenements #bloc_droite_event .info_bloc {
	padding-left: 15px;
    margin-top: 35px;
	font-family: Open Sans Regular;
	color: rgb(48, 48, 48);
}

.node-evenements #bloc_droite_event .info_bloc label {
	color: rgb(48, 48, 48);
	font-weight: bold;
	font-family: Open Sans Regular;
}

.node-evenements #bloc_droite_event .info_bloc label.label_not_bold {
	color: rgb(48, 48, 48);
	font-family: Open Sans Regular;
	font-weight: normal;
}

.node-evenements #bloc_droite_event #button_inscription {
	margin-top: 40px;
    font-family: Open Sans Bold;
    font-weight: bold;
    font-size: 1.071em;
    width: 110px;
    padding: 5px;
    background-color: white;
    border: 1px solid rgb(19, 158, 174);
}

.node-evenements #bloc_droite_event #button_inscription:hover {
    background-color: rgb(19, 158, 174);
	color: white;
    border: 1px solid rgb(19, 158, 174);
}

.node-evenements #bloc_droite_event #button_inscription:active {
    background-color: rgb(28, 78, 101);
	color: white;
    border: 1px solid rgb(28, 78, 101);
}

.node-evenements #bloc_sessions {
	float: left;
    width: 100%;
    margin-top: 30px;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 1px #aaa;
    background-color: white;
}

.node-evenements #bloc_sessions h2 {
	font-family: Open Sans Regular;
	font-size: 1.429em;
}

.node-evenements #bloc_sessions .session_event .date_session {
	font-family: Open Sans Bold;
    font-size: 1.143em;
    font-weight: bold;
	
	background-image: url(../img/fleche_session_date.png);
	background-repeat: no-repeat;
    background-position: 10px center;
	padding-left: 35px;
}

.node-evenements #bloc_sessions .session_event .info_session {
	padding-left: 35px;
}

.node-evenements #bloc_sessions .session_event {
    margin-bottom: 20px;
}
/*******************************************************************************
	View Agenda
*******************************************************************************/
.view-Agenda .date-nav-wrapper{
 margin-top: -10px;
}

.view-Agenda .date-heading a{
 text-decoration : none;
}

.view-Agenda .date-nav-wrapper .date-nav{
 background-color: #ffffff;
 padding: 10px 0;
 text-transform : uppercase;
}

.view .date-nav-wrapper .date-heading h3 {
 font-family:'Open Sans Bold';
 font-size: 1.429em;
 font-weight:400;
 line-height:25px;
}
/*******************************************************************************
	Page Rubrique FULL
*******************************************************************************/
.node-type-page-rubrique .breadcrumb,
.node-type-page-rubrique-litteraire .breadcrumb {
	//padding-left: 0px;
  //padding-bottom: 0px;
  //margin-bottom: 10px;
}

.node-type-page-rubrique .view,
.node-type-page-rubrique-litteraire .view {
	font-family: Open Sans Regular;
}

.node-page-rubrique .content #bloc_presentation_rubrique {
   margin-bottom: 40px;
}
.node-page-rubrique .content #bloc_presentation_rubrique h1,
.node-page-rubrique .content #bloc_presentation_rubrique h2 {
	font-family: Open Sans Bold;
    font-size: 1.429em;
    font-weight: bold;
    color: rgb(64,64,64);
    margin-top: 0px;
}
.node-page-rubrique .content h1.title_rubrique,
.node-page-rubrique .content h2.title_rubrique {
	font-family: Open Sans Bold;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 20px;
	font-size: 1.786em;
}

.node-page-rubrique .content .title_rubrique:after {
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
    content: " ";
    width: 7.5rem;
    height: 2px;
}

.node-page-rubrique .content .formation_manifestation_title {
	color: rgb(78, 168, 204);
}

.node-page-rubrique .content .formation_manifestation_title:after {
	background: rgb(78, 168, 204);
}

.node-page-rubrique .content .formation_manifestation_title a:hover {
	color: rgb(78, 168, 204) !important;
}

.node-page-rubrique .content .ressources_documentaires_title {
	color: rgb(192, 87, 145);
}

.node-page-rubrique .content .ressources_documentaires_title:after {
	background: rgb(192, 87, 145);
}

.node-page-rubrique .content .ressources_documentaires_title a:hover {
	color: rgb(192, 87, 145) !important;
}
.node-page-rubrique .content h1.publications_title,
.node-page-rubrique .content h2.publications_title {
	color: rgb(134, 41, 131);
}

.node-page-rubrique .content .publications_title:after {
	background: rgb(134, 41, 131);
}

.node-page-rubrique .content .publications_title a:hover {
	color: rgb(134, 41, 131) !important;
}
.node-page-rubrique .content h1.carnet_adresse_title,
.node-page-rubrique .content h2.carnet_adresse_title {
	color: rgb(19, 158, 174);
}

.node-page-rubrique .content .carnet_adresse_title:after {
	background: rgb(19, 158, 174);
}

.node-page-rubrique .content .carnet_adresse_title a:hover {
	color: rgb(19, 158, 174) !important;
}

.node-page-rubrique .content h1.revues_numerisees_title,
.node-page-rubrique .content h2.revues_numerisees_title {
	color: rgb(134, 41, 131);
}

.node-page-rubrique .content .revues_numerisees_title:after {
	background-color: rgb(134, 41, 131);
}

.node-page-rubrique .content .revues_numerisees_title a:hover {
	color: rgb(134, 41, 131) !important;
}

.node-page-rubrique .content #bloc_presentation_rubrique p {
	font-family: Open Sans Regular;
    font-size: 1em; /*CBE 15-->14*/
	color: rgb(48, 48, 48);
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event {
	float: left;
    width: 100%;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event .view-empty {
	font-family: Open Sans Regular;
    font-weight: bold;
    color: rgb(48, 48, 48);
    font-size: 1.286em;
    padding: 15px;
    background-color: white;
    border-radius: 10px;
    font-style: italic;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event .views-row,
div.view-Agenda .views-row {
 padding:20px;
 float:left;
 width:100%;
 background-color:white;
 margin-bottom:-5px;
 border-radius:5px;
 box-shadow:1px 1px 3px 1px #aaa;
}

div.view-Agenda .views-row .views-row {
 padding:0;
 float:left;
 width:100%;
 box-shadow:none;
 border-bottom:1px solid #aaa;
 margin-bottom:20px;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event .views-row .views-field-title,
div.view-Agenda .views-field-title {
 font-family:"Open Sans Bold";
 font-size: 1.143em;
 font-weight:bold;
 padding-left:40px;
 width:100%;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event .views-row .row_interne .views-field-title,
div.view-Agenda .views-row .row_interne .views-field.views-field-title,
div.view-Agenda .views-row .views-field-title  {
 background-image:url(../img/interne_event_cnlj.png);
 background-repeat:no-repeat;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event .views-row .row_externe .views-field-title,
div.view-Agenda .views-row .row_externe .views-field.views-field-title,
div.view-Agenda .views-row .Hors,
div.view-Agenda .views-row .views-field-title.actu {
 background-image:url(../img/externe_event_cnlj.png) !important;
 background-repeat:no-repeat;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event .views-row .views-field-title a ,
div.view-Agenda .views-field.views-field-title a {
 color:rgb(48, 48, 48);
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event .views-row .views-field-title a:hover ,
div.view-Agenda .views-field.views-field-title a:hover {
 color:rgb(78, 168, 204);
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event .views-row .views-field ,
div.view-Agenda .views-field {
 float:left;
}

div.view-Agenda .view-nbevent {
 font-family:"Open Sans Bold";
 font-size: 1.143em;
 text-transform:uppercase;
 margin-top:20px;
 margin-bottom:20px;
}

div.view-Agenda .date-heading span {
 color:black;
 font-size: 2em;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event .views-row .views-field-field-type-evenements {
 background-image:url(../img/icone_stage.png);
 background-repeat:no-repeat;
 background-position:10px center;
 padding-left:35px;
 font-family:"Open Sans Regular";
 font-size: 1.143em;
 margin-bottom:10px;
 width:30%;
 margin-left:3%;
 margin-top:5px;
 color:rgb(128,128,128);
}

div.view-Agenda .views-field-field-type-evenements {
 background-image:url(../img/icone_stage.png);
 background-repeat:no-repeat;
 background-position:10px center;
 padding-left:35px;
 font-family:"Open Sans Regular";
 font-size: 1.143em;
 margin-bottom:10px;
 width:100%;
 margin-left:3%;
 margin-top:5px;
 color:rgb(128,128,128);
}

/* .node-page-rubrique .event_rubrique .view-page-rubrique-event .views-row .views-field-field-image img { */
/*  width:100%; */
/*  height:190px; */
/* } */

.node-page-rubrique .event_rubrique .view-page-rubrique-event .views-row .views-field-field-image { 
 width:25%;
 float:right;
}

.node-page-rubrique .event_rubrique .view-display-id-block_1 .views-row .views-field-field-image,
.node-page-rubrique .event_rubrique .view-display-id-block_2 .views-row .views-field-field-image {
 position:relative;
 top:-42px;
 left:20px;
 background-color:rgb(78,168,204);
}

.node-page-rubrique .event_rubrique .view-display-id-block_1 .views-row .views-field-field-image img,
.node-page-rubrique .event_rubrique .view-display-id-block_2 .views-row .views-field-field-image img {
 margin-top:35px;
 padding-left:25px;
 padding-right:25px;
 margin-bottom:35px;
}


.node-page-rubrique .event_rubrique .view-display-id-block_1 .views-row .views-field-field-image img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-left: 0;
    padding-right: 0;
}

div.view-Agenda .views-field-field-image {
 display:none;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event .views-row .views-field-field-programme {
 margin-top:15px;
 width:70%;
 text-align:justify;
 margin-bottom:10px;
 font-family:"Open Sans Regular";
 font-size: 1em;  /*CBE 15-->14*/
 color:rgb(48,48,48);
}

div.view-Agenda .views-field-field-programme {
 margin-top:15px;
 width:100%;
 text-align:justify;
 margin-bottom:10px;
 font-family:"Open Sans Regular";
 font-size: 1em; /*CBE 15-->14*/
 color:rgb(48,48,48);
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event .views-row .views-field-field-public {
 width:70%;
 font-family:"Open Sans Regular";
 color:rgb(48,48,48);
}

div.view-Agenda .views-field-field-public {
 width:100%;
 font-family:"Open Sans Regular";
 color:rgb(48,48,48);
}


.node-page-rubrique .event_rubrique .view-page-rubrique-event .views-row .views-field-field-public span.views-label-field-public,
div.view-Agenda .views-field-field-public span.views-label-field-public {
 float:left;
 font-weight:bold;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event .views-row .views-field-field-public .field-content {
	margin-left: 2%;
    float: left;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event .views-row .views-field-field-sessions-event-1 {
	width: 70%;
    margin-top: 10px;
}

div.view-Agenda .views-field-field-sessions-event-1 {
 width:100%;
 margin-top:10px;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event .views-row .views-field-field-sessions-event-1 .views-label-field-sessions-event-1 ,
div.view-Agenda .views-field-field-sessions-event-1 .views-label-field-sessions-event-1{
 font-weight: bold;
 font-family: Open Sans Regular;
 color: rgb(48, 48, 48);
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event .views-row .views-field-field-sessions-event-1 .field-content,
div.view-Agenda .field-content {
 margin-top: 10px;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event .views-row .views-field-field-sessions-event-1 .field-label {
	display: none;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event .views-row .views-field-field-sessions-event-1 .field {
	display: none;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event .views-row .views-field-field-sessions-event-1 .field-name-field-date-debut-session {
	display: block;
    width: 35%;
    float: left;
    color: rgb(48, 48, 48);
    font-family: Open Sans Regular;
    padding-bottom: 10px;
}

div.view-Agenda span.views-field.views-field-field-date-debut-session {
 display:block;
 width:50%;
 float:left;
 color:rgb(48,48,48);
 font-family:"Open Sans Regular";
 padding-bottom:10px;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event .views-row .views-field-field-sessions-event-1 .field-name-field-adress {
	display: block;
    background-image: url(../img/educations-events-item-1.png);
    background-repeat: no-repeat;
    background-position: 10px top;
    padding-left: 35px;
    font-family: Open Sans Regular;
    font-size: 1em;
    color: rgb(48, 48, 48);
    float: left;
    width: 65%;
    padding-bottom: 10px;
    border-left: 1px solid #aaa;
	min-height: 17px;
}

div.view-Agenda span.views-field.views-field-field-adresse{
 display: block;
 background-image: url(../img/educations-events-item-1.png);
 background-repeat: no-repeat;
 background-position: 10px top;
 padding-left: 35px;
 font-family: Open Sans Regular;
 font-size: 1em;
 color: rgb(48, 48, 48);
 float: left;
 width: 50%;
 padding-bottom: 10px;
 border-left: 1px solid #aaa;
 min-height: 17px;

}

/*CBE ajout block max 768*/

@media (min-width: 768px) {
 div.view-Agenda .views-row {
  padding:20px;
  float:left;
  width:100%;
  background-color:white;
  margin-bottom:-5px;
  border-radius:5px;
  box-shadow:1px 1px 3px 1px #aaa;
 }

 div.view-Agenda .views-row .views-row {
  padding:0;
  float:left;
  width:100%;
  box-shadow:none;
  border-bottom:1px solid #aaa;
  margin-bottom:20px;
 }

 div.view-Agenda .views-field-title {
  font-family:"Open Sans Bold";
  font-size: 1.143em;
  font-weight:bold;
  padding-left:40px;
  width:100%;
 }

 div.view-Agenda .views-row .row_interne .views-field.views-field-title,
 div.view-Agenda .views-row .Interne {
  background-image:url(../img/interne_event_cnlj.png);
  background-repeat:no-repeat;
 }

 div.view-Agenda .views-row .row_externe .views-field.views-field-title,
 div.view-Agenda .views-row .Externe {
  background-image:url(../img/externe_event_cnlj.png);
  background-repeat:no-repeat;
 }

 div.view-Agenda .views-field.views-field-title a {
  color:rgb(48,48,48);
 }

 div.view-Agenda .views-field.views-field-title a:hover {
  color:rgb(78, 168, 204);
 }

 div.view-Agenda .views-field {
  float:left;
 }

 div.view-Agenda .view-nbevent {
  font-family:"Open Sans Bold";
  font-size: 1.143em;
  text-transform:uppercase;
  margin-top:20px;
  margin-bottom:20px;
 }

 div.view-Agenda .date-heading span {
  color:black;
  font-size: 2em;
 }

 div.view-Agenda .views-field-field-type-evenements {
  background-image:url(../img/icone_stage.png);
  background-repeat:no-repeat;
  background-position:10px center;
  padding-left:35px;
  font-family:"Open Sans Regular";
  font-size: 1.143em;
  margin-bottom:10px;
  width:100%;
  margin-left:3%;
  margin-top:5px;
  color:rgb(128,128,128);
 }

 div.view-Agenda .views-field-field-image{
  display:none;
 }

 div.view-Agenda .views-field-field-programme {
  margin-top:15px;
  width:100%;
  text-align:justify;
  margin-bottom:10px;
  font-family:"Open Sans Regular";
  font-size: 1em; /*CBE 15-->14*/
  color:rgb(48,48,48);
 }

 div.view-Agenda .views-field-field-public {
  width:100%;
  font-family:"Open Sans Regular";
  color:rgb(48,48,48);
 }

 div.view-Agenda .views-field-field-public span.views-label-field-public {
  float:left;
  font-weight:bold;
 }

 div.view-Agenda .views-field-field-sessions-event-1 {
  width:100%;
  margin-top:10px;
 }

 div.view-Agenda .views-field-field-sessions-event-1 .views-label-field-sessions-event-1{
  font-weight:bold;
  font-family:"Open Sans Regular";
  color:rgb(48,48,48);
 }

 div.view-Agenda .field-content {
  margin-top: 10px;
 }

 div.view-Agenda span.views-field.views-field-field-date-debut-session {
  display:block;
  width:35%;
  float:left;
  color:rgb(48,48,48);
  font-family:"Open Sans Regular";
  padding-bottom:10px;
 }

 div.view-Agenda span.views-field.views-field-field-adresse{
  display:block;
  background-image:url(../img/educations-events-item-1.png);
  background-repeat:no-repeat;
  background-position:10px top;
  padding-left:35px;
  font-family:"Open Sans Regular";
  font-size: 1em;
  color:rgb(48,48,48);
  float:left;
  width:65%;
  padding-bottom:10px;
  border-left:1px solid #aaa;
  min-height:17px;
 }
}

@media (min-width: 992px) {
 div.view-Agenda .views-row {
  padding:20px;
  float:left;
  width:100%;
  background-color:white;
  margin-bottom:-5px;
  border-radius:5px;
  box-shadow:1px 1px 3px 1px #aaa;
 }

 div.view-Agenda .views-row .views-row {
  padding:0;
  float:left;
  width:100%;
  box-shadow:none;
  border-bottom:1px solid #aaa;
  margin-bottom:20px;
 }

 div.view-Agenda .views-field-title {
  font-family:"Open Sans Bold";
  font-size: 1.143em;
  font-weight:bold;
  padding-left:40px;
  width:100%;
 }

 div.view-Agenda .views-row .row_interne .views-field.views-field-title,
 div.view-Agenda .views-row .Interne {
  background-image:url(../img/interne_event_cnlj.png);
  background-repeat:no-repeat;
 }

 div.view-Agenda .views-row .row_externe .views-field.views-field-title,
 div.view-Agenda .views-row .Externe {
  background-image:url(../img/externe_event_cnlj.png);
  background-repeat:no-repeat;
 }

 div.view-Agenda .views-field.views-field-title a {
  color:rgb(48,48,48);
 }

 div.view-Agenda .views-field.views-field-title a:hover {
  color:rgb(78, 168, 204);
 }

 div.view-Agenda .views-field {
  float:left;
 }

 div.view-Agenda .view-nbevent {
  font-family:"Open Sans Bold";
  font-size: 1.143em;
  text-transform:uppercase;
  margin-top:20px;
  margin-bottom:20px;
 }

 div.view-Agenda .date-heading span {
  color:black;
  font-size: 2em;
 }

 div.view-Agenda .views-field-field-type-evenements {
  background-image:url(../img/icone_stage.png);
  background-repeat:no-repeat;
  background-position:10px center;
  padding-left:35px;
  font-family:"Open Sans Regular";
  font-size: 1.143em;
  margin-bottom:10px;
  width:30%;
  margin-left:3%;
  margin-top:5px;
  color:rgb(128,128,128);
 }

 div.view-Agenda .views-field-field-image img{
  width:100%;
  height:auto;
 }

 div.view-Agenda .views-field-field-image{
  display:block;
  width:25%;
  float:right;
 }

 div.view-Agenda .views-field-field-image {
  position:relative;
  top:-42px;
  left:20px;
  background-color:rgb(78,168,204);
 }

 div.view-Agenda .views-field-field-image img {
  margin-top:35px;
  padding-left:25px;
  padding-right:25px;
  margin-bottom:35px;
 }

 div.view-Agenda .views-field-field-programme {
  margin-top:15px;
  width:70%;
  text-align:justify;
  margin-bottom:10px;
  font-family:"Open Sans Regular";
  font-size: 1em; /*CBE 15-->14*/
  color:rgb(48,48,48);
 }

 div.view-Agenda .views-field-field-public {
  width:70%;
  font-family:"Open Sans Regular";
  color:rgb(48,48,48);
 }

 div.view-Agenda .views-field-field-public span.views-label-field-public {
  float: left;
  font-weight: bold;
 }

 div.view-Agenda .views-field-field-sessions-event-1 {
  width: 70%;
  margin-top: 10px;
 }

 div.view-Agenda .views-field-field-sessions-event-1 .views-label-field-sessions-event-1{
  font-weight: bold;
  font-family: Open Sans Regular;
  color: rgb(48, 48, 48);
 }

 div.view-Agenda .field-content {
  margin-top: 10px;
 }

 div.view-Agenda span.views-field.views-field-field-date-debut-session {
  display:block;
  width:35%;
  float:left;
  color:rgb(48,48,48);
  font-family:"Open Sans Regular";
  padding-bottom:10px;
 }

 div.view-Agenda span.views-field.views-field-field-adresse{
  display:block;
  background-image:url(../img/educations-events-item-1.png);
  background-repeat:no-repeat;
  background-position:10px top;
  padding-left:35px;
  font-family:Open Sans Regular;
  font-size: 1em;
  color:rgb(48,48,48);
  float:left;
  width:65%;
  padding-bottom:10px;
  border-left:1px solid #aaa;
  min-height:17px;
 }
}

@media (min-width: 1200px) {
 div.view-Agenda .views-row {
  padding:20px;
  float:left;
  width:100%;
  background-color:white;
  margin-bottom:-5px;
  border-radius:5px;
  box-shadow:1px 1px 3px 1px #aaa;
 }

 div.view-Agenda .views-row .views-row {
  padding:0;
  float:left;
  width:100%;
  box-shadow:none;
  border-bottom:1px solid #aaa;
  margin-bottom:20px;
 }

 div.view-Agenda .views-field-title {
  font-family:"Open Sans Bold";
  font-size: 1.143em;
  font-weight:bold;
  padding-left:40px;
  width:100%;
 }

 div.view-Agenda .views-row .row_interne .views-field.views-field-title,
 div.view-Agenda .views-row .Interne {
  background-image:url(../img/interne_event_cnlj.png);
  background-repeat:no-repeat;
 }

 div.view-Agenda .views-row .row_externe .views-field.views-field-title,
 div.view-Agenda .views-row .Externe {
  background-image:url(../img/externe_event_cnlj.png);
  background-repeat:no-repeat;
 }

 div.view-Agenda .views-field.views-field-title a {
  color:rgb(48,48,48);
 }

 div.view-Agenda .views-field.views-field-title a:hover {
  color:rgb(78, 168, 204);
 }

 div.view-Agenda .views-field {
  float:left;
 }

 div.view-Agenda .view-nbevent {
  font-family:"Open Sans Bold";
  font-size: 1.143em;
  text-transform:uppercase;
  margin-top:20px;
  margin-bottom:20px;
 }

 div.view-Agenda .date-heading span {
  color:black;
  font-size: 2em;
 }

 div.view-Agenda .views-field-field-type-evenements {
  background-image:url(../img/icone_stage.png);
  background-repeat:no-repeat;
  background-position:10px center;
  padding-left:35px;
  font-family:"Open Sans Regular";
  font-size: 1.143em;
  margin-bottom:10px;
  width:30%;
  margin-left:3%;
  margin-top:5px;
  color:rgb(128,128,128);
 }

 div.view-Agenda .views-field-field-type-evenements.tableau_picto {
   background-image:url(../img/educations-events-item-2.png);
 }

 div.view-Agenda .views-field-field-image img{
  width:100%;
  height:auto;
 }

 div.view-Agenda .views-field-field-image{
  display:block;
  width:25%;
  float:right;
 }

 div.view-Agenda .views-field-field-image {
  position:relative;
  top:-42px;
  left:20px;
  background-color:rgb(78,168,204);
 }

 div.view-Agenda .views-field-field-image img {
  margin-top:35px;
  padding-left:25px;
  padding-right:25px;
  margin-bottom:35px;
 }

 div.view-Agenda .views-field-field-programme {
  margin-top:15px;
  width:70%;
  text-align:justify;
  margin-bottom:10px;
  font-family:"Open Sans Regular";
  font-size: 1em; /*CBE 15-->14*/
  color:rgb(48,48,48);
 }

 div.view-Agenda .views-field-field-public {
  width:70%;
  font-family:"Open Sans Regular";
  color:rgb(48,48,48);
 }

 div.view-Agenda .views-field-field-public span.views-label-field-public {
  float: left;
  font-weight: bold;
 }

 div.view-Agenda .views-field-field-sessions-event-1 {
  width: 70%;
  margin-top: 10px;
 }

 div.view-Agenda .views-field-field-sessions-event-1 .views-label-field-sessions-event-1{
  font-weight: bold;
  font-family: Open Sans Regular;
  color: rgb(48, 48, 48);
 }

 div.view-Agenda .field-content {
  margin-top: 10px;
 }

 div.view-Agenda span.views-field.views-field-field-date-debut-session {
  display:block;
  width:35%;
  float:left;
  color:rgb(48,48,48);
  font-family:"Open Sans Regular";
  padding-bottom:10px;
 }

 div.view-Agenda span.views-field.views-field-field-adresse{
  display:block;
  background-image:url(../img/educations-events-item-1.png);
  background-repeat:no-repeat;
  background-position:10px top;
  padding-left:35px;
  font-family:Open Sans Regular;
  font-size: 1em;
  color:rgb(48,48,48);
  float:left;
  width:65%;
  padding-bottom:10px;
  border-left:1px solid #aaa;
  min-height:17px;
 }
}

/*******************************************************************************
	VIEW Journée et colloques OLD
*******************************************************************************/
.node-page-rubrique .event_rubrique .view-display-id-block_3 {
	float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;

}

/*******************************************************************************
	VIEW Journée et colloques OLD
*******************************************************************************/
.node-page-rubrique .event_rubrique .view-display-id-block_3 {
	float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.node-page-rubrique .event_rubrique .view-display-id-block_3 .views-row {
	padding: 0px;
    border: none;
    float: left;
    width: 100%;
    padding-top: 0px;
    margin-bottom: 0px;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event .event_full {
    width: 100%;
    float: left;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event .event_full h2 {
	font-family: Open Sans Regular;
    font-weight: bold;
    color: rgb(19, 158, 174);
    margin-top: 0px;
    margin-bottom: 20px;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event .event_full h2:after {
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
    content: " ";
    background: rgb(19, 158, 174);
    width: 7.5rem;
    height: 2px;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event #bloc_gauche_event h2 {
	font-size: 1.857em;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event #bloc_droite_event h2 {
	font-size: 1.429em;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event #bloc_gauche_event {
	width: 57%;
    min-height: 570px;
    float: left;
    padding: 10px;
	padding-left: 25px;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event #bloc_gauche_event img {
	width: 35%;
    float: left;
	margin-bottom: 10px;
	max-height: 160px;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event #bloc_gauche_event .texte_gauche_event {
	float: left;
	width: 100%;
	font-family: Open Sans Regular;
	color: rgb(48, 48, 48);
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event #bloc_gauche_event .texte_gauche_event a {
	color: rgb(48, 48, 48);
    text-decoration: underline;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event #bloc_gauche_event .texte_gauche_event a:hover {
	color: rgb(78, 168, 204);
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event #bloc_gauche_event .texte_gauche_event p {
	font-family: Open Sans Regular;
    font-size: 1em;/*CBE 13-->14*/
    margin-bottom: 20px;
    text-align: justify;
    width: 95%;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event #bloc_droite_event {
	width: 43%;
    min-height: 570px;
    float: left;
    padding: 15px;
    background-color: white;
    border-radius: 5px;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event #bloc_droite_event .info_bloc a {
	color: rgb(48, 48, 48);
    text-decoration: underline;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event #bloc_droite_event .info_bloc a:hover {
	color: rgb(78, 168, 204);
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event #bloc_droite_event .event_location {
	background-image: url(../img/educations-events-item-1.png);
	background-repeat: no-repeat;
    background-position: 10px center;
	padding-left: 35px;
    font-family: Open Sans Regular;
    font-size: 1em;
	margin-bottom: 10px;
	font-weight: bold;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event #bloc_droite_event .event_type {
	background-image: url(../img/educations-events-item-2.png);
	background-repeat: no-repeat;
    background-position: 10px center;
	padding-left: 35px;
    font-family: Open Sans Regular;
    font-size: 1em;
	margin-bottom: 10px;
	font-weight: bold;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event #bloc_droite_event .info_bloc {
	padding-left: 15px;
    margin-top: 35px;
	font-family: Open Sans Regular;
	color: rgb(48, 48, 48);
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event #bloc_droite_event .info_bloc label {
	color: rgb(48, 48, 48);
	font-weight: bold;
	font-family: Open Sans Regular;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event #bloc_droite_event .info_bloc label.label_not_bold {
	color: rgb(48, 48, 48);
	font-family: Open Sans Regular;
	font-weight: normal;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event #bloc_droite_event .info_bloc #button_inscription {
	margin-top: 40px;
    font-family: Open Sans Bold;
    font-weight: bold;
    font-size: 1.071em;
    width: 110px;
    padding: 5px;
    background-color: white;
    border: 1px solid rgb(19, 158, 174);
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event #bloc_droite_event .info_bloc #button_inscription:hover {
    background-color: rgb(19, 158, 174);
	color: white;
    border: 1px solid rgb(19, 158, 174);
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event #bloc_droite_event .info_bloc #button_inscription:active {
    background-color: rgb(28, 78, 101);
	color: white;
    border: 1px solid rgb(28, 78, 101);
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event #bloc_sessions {
	float: left;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    padding-left: 25px;
    background-color: white;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event #bloc_sessions h2 {
	font-family: Open Sans Regular;
	font-size: 1.429em;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event #bloc_sessions .session_event .date_session {
	font-family: Open Sans Bold;
    font-size: 1.143em;
    font-weight: bold;
	
	background-image: url(../img/fleche_session_date.png);
	background-repeat: no-repeat;
    background-position: 10px center;
	padding-left: 35px;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event #bloc_sessions .session_event .info_session {
	padding-left: 35px;
}

.node-page-rubrique .event_rubrique .view-page-rubrique-event #bloc_sessions .session_event {
    margin-bottom: 20px;
}


/*******************************************************************************
	VIEW Conférences - MP et Rencontres VS et Journée et colloques (NEW)
*******************************************************************************/
.node-page-rubrique .event_rubrique .view-display-id-block_4 .views-row,
.node-page-rubrique .event_rubrique .view-display-id-block_5 .views-row,
.node-page-rubrique .event_rubrique .view-display-id-block_6 .views-row {
	width: 45%;
	margin-right: 5%;
    min-height: 210px;
	margin-bottom: 25px;
}

.node-page-rubrique .event_rubrique .view-display-id-block_4 .views-row .views-field-field-image,
.node-page-rubrique .event_rubrique .view-display-id-block_5 .views-row .views-field-field-image,
.node-page-rubrique .event_rubrique .view-display-id-block_6 .views-row .views-field-field-image {
	width: 30%;
    margin-top: 10px;
}

.node-page-rubrique .event_rubrique .view-display-id-block_4 .views-row .views-field-title,
.node-page-rubrique .event_rubrique .view-display-id-block_5 .views-row .views-field-title,
.node-page-rubrique .event_rubrique .view-display-id-block_6 .views-row .views-field-title {
	width: 65%;
    margin-top: 10px;
    background: none;
    color: rgb(48, 48, 48);
    margin-bottom: 10px;
}

.node-page-rubrique .event_rubrique .view-display-id-block_4 .views-row .views-field-title a,
.node-page-rubrique .event_rubrique .view-display-id-block_5 .views-row .views-field-title a,
.node-page-rubrique .event_rubrique .view-display-id-block_6 .views-row .views-field-title a {
	color: rgb(48, 48, 48);
}

.node-page-rubrique .event_rubrique .view-display-id-block_6 .views-field-field-programme {
	width: 65% !important;
	font-size: 1em !important;
}

.node-page-rubrique .event_rubrique .view-display-id-block_4 .views-row .views-field-field-conf-rencier,
.node-page-rubrique .event_rubrique .view-display-id-block_5 .views-row .views-field-field-conf-rencier,
.node-page-rubrique .event_rubrique .view-display-id-block_6 .views-row .views-field-field-conf-rencier {
	font-family: Open Sans Regular;
}

.node-page-rubrique .event_rubrique .view-display-id-block_4 .views-row .views-field-field-sessions-event-1,
.node-page-rubrique .event_rubrique .view-display-id-block_5 .views-row .views-field-field-sessions-event-1,
.node-page-rubrique .event_rubrique .view-display-id-block_6 .views-row .views-field-field-sessions-event-1 {
	font-family: Open Sans Regular;
}

.node-page-rubrique .event_rubrique .view-display-id-block_4 .views-row .views-field-field-sessions-event-1 .field-name-field-date-debut-session,
.node-page-rubrique .event_rubrique .view-display-id-block_5 .views-row .views-field-field-sessions-event-1 .field-name-field-date-debut-session,
.node-page-rubrique .event_rubrique .view-display-id-block_6 .views-row .views-field-field-sessions-event-1 .field-name-field-date-debut-session {
	width: 100%;
}

.node-page-rubrique .event_rubrique .view-display-id-block_4 .views-row .views-field-field-sessions-event-1 .field-name-field-adresse,
.node-page-rubrique .event_rubrique .view-display-id-block_5 .views-row .views-field-field-sessions-event-1 .field-name-field-adresse,
.node-page-rubrique .event_rubrique .view-display-id-block_6 .views-row .views-field-field-sessions-event-1 .field-name-field-adresse {
	display: none;
}

/*******************************************************************************
	VIEW : Last bibliographies published
*******************************************************************************/
.node-page-rubrique .bibliographie_rubrique h4 {
	float: left;
    color: rgb(192, 87, 145);
    font-family: Open Sans Bold;
    font-weight: bold;
    font-size: 1.286em;
    margin-top: 0px;
}

.node-page-rubrique .bibliographie_rubrique h4:after {
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
    content: " ";
    width: 7.5rem;
    height: 2px;
	background: rgb(192, 87, 145);
}

.node-page-rubrique .bibliographie_rubrique .view-page-bibliographie {
	float: left;
    width: 95%;
	margin-bottom: 30px;
}

.node-page-rubrique .bibliographie_rubrique .view-page-bibliographie .view-content, 
.node-page-rubrique .bibliographie_rubrique .view-page-bibliographie .view-empty {
	display: block !important;
}

.node-page-rubrique .bibliographie_rubrique .view-page-bibliographie .views-row a {
	color: rgb(96, 96, 96);
    font-size: 1em;
    font-family: Open Sans Regular;
    font-weight: bold;
}

.node-page-rubrique .bibliographie_rubrique #block_recherche {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    background-color: white;
    box-shadow: 0px 0px 1px 1px #aaa;
	padding: 15px;
}

.node-page-rubrique .bibliographie_rubrique #block_recherche h3 {
	color: rgb(48, 48, 48);
    font-family: Open Sans Bold;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 1.571em;
}

.node-page-rubrique .bibliographie_rubrique #block_recherche #texte_recherche_input {
    border: 1px solid rgb(179, 179, 179);
    width: 25%;
	padding: 5px;
    font-family: Open Sans Regular;
}

.node-page-rubrique .bibliographie_rubrique #block_recherche .button_valid_recherche_titre {
	font-family: Open Sans Bold;
    font-weight: bold;
    font-size: 1.071em;
    width: 5%;
    margin-left: 3%;
    padding: 5px;
    background-color: white;
    border: 1px solid rgb(192, 87, 145);
}

.node-page-rubrique .bibliographie_rubrique #block_recherche .button_valid_recherche_titre:hover {
	background-color: rgb(192, 87, 145);
	color: white;
    border: 1px solid rgb(192, 87, 145);
}

.node-page-rubrique .bibliographie_rubrique #block_recherche .button_valid_recherche_titre:active {
	background-color: rgb(88, 0, 60);
	color: white;
    border: 1px solid rgb(88, 0, 60);
}

.node-page-rubrique .bibliographie_rubrique .filtres_type_bibliographie {
	float: left;
	width: 100%;
}

.node-page-rubrique .bibliographie_rubrique .filtres_type_bibliographie .type_bibliographie {
	float: left;
    background-color: white;
    box-shadow: 0px 0px 1px 1px rgb(192, 87, 145);
    border-radius: 20px;
    width: 25%;
    margin-right: 5%;
    margin-left: 3%;
    text-align: center;
    margin-bottom: 40px;
	cursor: pointer;
	color: black;
}

.node-page-rubrique .bibliographie_rubrique .filtres_type_bibliographie .type_bibliographie .titre_type {
	margin-bottom: 10px;
	margin-top: 10px;
    text-decoration: underline;
    font-family: Open Sans Regular;
}

.node-page-rubrique .bibliographie_rubrique .filtres_type_bibliographie .type_bibliographie img {
	width: 35%;
    margin-bottom: 25px;
}

/** Add bootstrap **/
.node-page-rubrique .bibliographie_rubrique .panel {
    border:1px solid #ccc;
    float:left;
    width:100%;
}

.node-page-rubrique .bibliographie_rubrique #simple-search {
    margin-bottom:20px;
    -webkit-border-top-left-radius:4px;
    -webkit-border-top-right-radius:4px;
    -webkit-border-bottom-right-radius:4px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-bottomleft:4px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;
}

.node-page-rubrique .bibliographie_rubrique #simple-search.panel label {
 padding:0;
 margin-bottom:0;
 line-height:34px;
 font-family:"Open Sans Bold";
 font-size: 1.071em;
 font-weight:bold;
 color:rgb(48,48,48);
 text-align:left;
}

.node-page-rubrique .bibliographie_rubrique #simple-search.panel .simple-search-input-wrapper {
 float:left;
 width:100%;
 padding:0;
}

.node-page-rubrique .bibliographie_rubrique #simple-search.panel .simple-search-button-wrapper {
 float:left;
 width:100%;
 padding:0;
 text-align:center;
}

.node-page-rubrique .bibliographie_rubrique #simple-search.panel .form-group {
 width:100%;
 margin:0;
}

.node-page-rubrique .bibliographie_rubrique #simple-search.panel .form-group input {
    -webkit-border-top-left-radius:0;
    -webkit-border-top-right-radius:0;
    -webkit-border-bottom-right-radius:0;
    -webkit-border-bottom-left-radius:0;
    -moz-border-radius-topleft:0;
    -moz-border-radius-topright:0;
    -moz-border-radius-bottomright:0;
    -moz-border-radius-bottomleft:0;
    border-top-left-radius:0;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
}

.node-page-rubrique .bibliographie_rubrique #simple-search.panel .form-group button {
    margin:10px 0 0 0;
    color:black;
    font-weight:bold;
    padding:6px 40px;
    -webkit-border-top-left-radius:0;
    -webkit-border-top-right-radius:0;
    -webkit-border-bottom-right-radius:0;
    -webkit-border-bottom-left-radius:0;
    -moz-border-radius-topleft:0;
    -moz-border-radius-topright:0;
    -moz-border-radius-bottomright:0;
    -moz-border-radius-bottomleft:0;
    border-top-left-radius:0;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
    background-color:#ffffff;
    border:1px solid rgb(134,41,131);
}

.node-page-rubrique .bibliographie_rubrique #simple-search.panel .form-group button:hover {
    color:white;
    background-color:rgb(134,41,131);
}

@media (min-width: 768px) {
 .node-page-rubrique .bibliographie_rubrique #simple-search.panel label {
  padding:0;
  width:100%;
  text-align:left;
 }

 .node-page-rubrique .bibliographie_rubrique #simple-search.panel .simple-search-input-wrapper {
  float:left;
  width:100%;
  padding:0;
 }

 .node-page-rubrique .bibliographie_rubrique #simple-search.panel .simple-search-button-wrapper {
  float:left;
  width:100%;
  padding:0;
  text-align:center;
 }

 .node-page-rubrique .bibliographie_rubrique #simple-search.panel .form-group button {
  margin:10px 0 0 0;
 }
}

@media (min-width: 992px) {
 .node-page-rubrique .bibliographie_rubrique #simple-search.panel label {
  padding:0;
  width:33.3333333333%;
  text-align:left;
 }

 .node-page-rubrique .bibliographie_rubrique #simple-search.panel .simple-search-input-wrapper {
  float:left;
  width:365px;
  padding:0;
 }

 .node-page-rubrique .bibliographie_rubrique #simple-search.panel .simple-search-button-wrapper {
  float:left;
  width:143px;
  padding:0;
  text-align:left;
 }

 .node-page-rubrique .bibliographie_rubrique #simple-search.panel .form-group button {
  margin:0 0 0 15px;
 }
}

@media (min-width: 1200px) {
 .node-page-rubrique .bibliographie_rubrique #simple-search.panel label {
  padding:0;
  width:33.3333333333%;
  text-align:left;
 }

 .node-page-rubrique .bibliographie_rubrique #simple-search.panel .simple-search-input-wrapper {
  float:left;
  width:465px;
  padding:0;
 }

 .node-page-rubrique .bibliographie_rubrique #simple-search.panel .simple-search-button-wrapper {
  float:left;
  width:143px;
  padding:0;
  text-align:left;
 }

 .node-page-rubrique .bibliographie_rubrique #simple-search.panel .form-group button {
  margin:0 0 0 15px;
 }
}

/*******************************************************************************
	VIEW : page Rubrique Carnet Adresse
*******************************************************************************/
.node-page-rubrique .carnet_adresse #block_recherche {
	float: left;
    width: 100%;
    background-color: white;
    box-shadow: 0px 0px 1px 1px #aaa;
	margin-bottom: 30px;
}

.node-page-rubrique .carnet_adresse .recherche_globale {
	padding: 15px;
	border-bottom: 1px solid rgb(179, 179, 179);
}

.node-page-rubrique .carnet_adresse .recherche_globale #texte_recherche_input {
	margin-left: 5%;
    margin-right: 3%;
}

.node-page-rubrique .carnet_adresse .recherche_globale {
	color: rgb(179, 179, 179);
}

.node-page-rubrique .carnet_adresse .recherche_avancee {
	padding: 15px;
	float: left;
	width: 100%;
}

.node-page-rubrique .carnet_adresse label {
	font-family: Open Sans Bold;
    font-size: 1.071em;
    font-weight: bold;
	color: rgb(48, 48, 48);
}

.node-page-rubrique .carnet_adresse input {
	font-family: Open Sans Regular;
    font-size: 1.143em;
}

.node-page-rubrique .carnet_adresse .button_valid_recherche_global {
	font-family: Open Sans Bold;
    font-weight: bold;
    font-size: 1.071em;
    width: 10%;
    margin-left: 3%;
    padding: 5px;
    background-color: white;
    border: 1px solid #4ea8cc;
}

.node-page-rubrique .carnet_adresse .button_valid_recherche_global:hover {
	background-color: #4ea8cc;
	color: white;
    border: 1px solid #4ea8cc;
}

.node-page-rubrique .carnet_adresse .button_valid_recherche_global:active {
	background-color: #1c4e65;
	color: white;
    border: 1px solid #1c4e65;
}

.node-page-rubrique .carnet_adresse .recherche_avancee .drop_down_advanced_search {
	background-image: url(../img/fleche_recherche_up.png);
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    width: 25px;
    height: 25px;
}

.node-page-rubrique .carnet_adresse #fields_advanced_search {
	float: left;
    clear: both;
    margin-top: 20px;
	display: none;
	width: 100%;
}

.node-page-rubrique .carnet_adresse #fields_advanced_search label {
	font-size: 1em;
	font-weight: normal;
    margin-right: 2%;
}

.node-page-rubrique .carnet_adresse #fields_advanced_search .input_texte_base_demi_line {
	width: 15%;
    margin-bottom: 20px;
	margin-right: 2%;
}

.node-page-rubrique .carnet_adresse .button_valid_recherche_avancee {
	font-family: Open Sans Bold;
    font-weight: bold;
    font-size: 1.071em;
    width: 10%;
    margin-left: 3%;
    padding: 5px;
    background-color: white;
    border: 1px solid #4ea8cc;
}

.node-page-rubrique .carnet_adresse .button_valid_recherche_avancee:hover {
	background-color: #4ea8cc;
	color: white;
    border: 1px solid #4ea8cc;
}

.node-page-rubrique .carnet_adresse .button_valid_recherche_avancee:active {
	background-color: #1c4e65;
	color: white;
    border: 1px solid #1c4e65;
}

.node-page-rubrique .carnet_adresse #select_sujet_organisme {
	padding: 10px;
    font-family: Open Sans Regular;
    width: 15%;
    margin-bottom: 20px;
}

.node-page-rubrique .carnet_adresse .label_categorie {
	float: left;
}


.node-page-rubrique .carnet_adresse .categories_revues {
	width: 100%;
	float: left;
}

.node-page-rubrique .carnet_adresse .checkboxes_categories {
	float: left;
	width: 500px;
}
.node-page-rubrique .carnet_adresse .titre_carnet_resultat {
	float: left;
    font-family: Open Sans Bold;
    font-size: 1.143em;
    margin-bottom: 20px;
	margin-top: 20px;
}

.node-page-rubrique .carnet_adresse .display_full_list {
	padding: 15px;
	border-top: 1px solid rgb(179, 179, 179);
	float: left;
    width: 100%;
}

.node-page-rubrique .carnet_adresse .display_full_list a {
	font-family: Open Sans Bold;
    font-size: 1.071em;
    text-decoration: underline;
    color: rgb(48, 48, 48);
    background-image: url(../img/fleche_session_date.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 20px;
}

.node-page-rubrique .carnet_adresse #resultat_pagination_lettres {
	float: left;
    width: 100%;
    background-color: rgb(249, 249, 249);
    box-shadow: 0px 0px 1px 1px #aaa;
    margin-bottom: 30px;
}

.node-page-rubrique .carnet_adresse #resultat_pagination_lettres .header_letter {
    float: left;
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    
}

.node-page-rubrique .carnet_adresse #resultat_pagination_lettres .header_letter .letter_filter {
	float: left;
    width: 3%;
    margin-right: 0.8%;
    text-align: center;
	cursor: pointer;
	font-family: Open Sans Bold;
}

.node-page-rubrique .carnet_adresse #resultat_pagination_lettres .header_letter .letter_filter:hover {
	color: rgb(19, 158, 174);
}

.node-page-rubrique .carnet_adresse #resultat_pagination_lettres .view-organisme {
    float: left;
    width: 100%;
    background-color: white;
    box-shadow: 0px 0px 1px 1px #aaa;
	max-height: 600px;
    overflow-y: auto;
}

.node-page-rubrique .carnet_adresse #resultat_pagination_lettres .view-organisme .result_recherche {
    float: left;
    width: 100%;
	padding-bottom: 20px;
}

.node-page-rubrique .carnet_adresse #resultat_pagination_lettres .view-organisme .letter_picto {
	background-image: url(../img/picto_letter.png);
    background-repeat: no-repeat;
    width: 58px;
    height: 40px;
    color: white;
    text-align: center;
    margin-top: 10px;
    float: left;
    font-size: 1.929em;
    font-family: Open Sans Bold;
}

.node-page-rubrique .carnet_adresse #resultat_pagination_lettres .view-organisme .no_result {
	float: left;
    width: 96%;
    margin-left: 2%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 25px;
    font-family: Open Sans Regular;
    font-weight: bold;
}

.node-page-rubrique .carnet_adresse #resultat_pagination_lettres .view-organisme .views-row {
	float: left;
    width: 99%;
    margin-left: 1%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: Open Sans Regular;
    border-bottom: 1px solid lightgray;
}

.node-page-rubrique .carnet_adresse #resultat_pagination_lettres .view-organisme .views-row .views-field-title a {
	font-family: Open Sans Regular;
    font-size: 1.071em;
    font-weight: bold;
    background-image: url(../img/fleche_session_date.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 20px;
    color: black;
	text-decoration: underline;
}

.node-page-rubrique .carnet_adresse #resultat_pagination_lettres .view-organisme .views-row .views-field-title a:hover {
	color: rgb(19, 158, 174);
}

.node-page-rubrique .carnet_adresse #resultat_pagination_lettres .view-organisme .views-row .views-field-field-presentation-organisme {
	margin-top: 10px;
}

/** Add bootstrap **/
.node-page-rubrique .carnet_adresse .panel {
 border:1px solid #ccc;
 float:left;
 width:100%;
}

.node-page-rubrique .carnet_adresse #simple-search {
 margin-bottom:0px;
 border-bottom:none;
 -webkit-border-top-left-radius:4px;
 -webkit-border-top-right-radius:4px;
 -webkit-border-bottom-right-radius:0;
 -webkit-border-bottom-left-radius:0;
 -moz-border-radius-topleft:4px;
 -moz-border-radius-topright:4px;
 -moz-border-radius-bottomright:0;
 -moz-border-radius-bottomleft:0;
 border-top-left-radius:4px;
 border-top-right-radius:4px;
 border-bottom-right-radius:0;
 border-bottom-left-radius:0;
}

.node-page-rubrique .carnet_adresse #simple-search.panel label {
 padding:0;
 margin-bottom:0;
 line-height:34px;
 font-family:Open Sans Bold;
 font-size: 1.071em;
 font-weight:bold;
 color:rgb(48,48,48);
 text-align:left;
}

.node-page-rubrique .carnet_adresse #simple-search.panel .simple-search-input-wrapper {
 float:left;
 width:100%;
 padding:0;
}

.node-page-rubrique .carnet_adresse #simple-search.panel .simple-search-button-wrapper {
 float:left;
 width:100%;
 padding:0;
 text-align:center;
}

.node-page-rubrique .carnet_adresse #simple-search.panel .form-group {
 width:100%;
 margin:0;
}

.node-page-rubrique .carnet_adresse #simple-search.panel .form-group input {
 -webkit-border-top-left-radius:0;
 -webkit-border-top-right-radius:0;
 -webkit-border-bottom-right-radius:0;
 -webkit-border-bottom-left-radius:0;
 -moz-border-radius-topleft:0;
 -moz-border-radius-topright:0;
 -moz-border-radius-bottomright:0;
 -moz-border-radius-bottomleft:0;
 border-top-left-radius:0;
 border-top-right-radius:0;
 border-bottom-right-radius:0;
 border-bottom-left-radius:0;
}

.node-page-rubrique .carnet_adresse #simple-search.panel .form-group button {
 margin:10px 0 0 0;
 color:black;
 font-weight:bold;
 padding:6px 40px;
 -webkit-border-top-left-radius:0;
 -webkit-border-top-right-radius:0;
 -webkit-border-bottom-right-radius:0;
 -webkit-border-bottom-left-radius:0;
 -moz-border-radius-topleft:0;
 -moz-border-radius-topright:0;
 -moz-border-radius-bottomright:0;
 -moz-border-radius-bottomleft:0;
 border-top-left-radius:0;
 border-top-right-radius:0;
 border-bottom-right-radius:0;
 border-bottom-left-radius:0;
 background-color:#ffffff;
 border: 1px solid rgb(19,158,174);
 float: right;
}

.node-page-rubrique .carnet_adresse #simple-search.panel .form-group button:hover {
 color:white;
 background-color:rgb(19,158,174);
}

.node-page-rubrique .carnet_adresse #advanced-search {
    margin-bottom:0;
    border-bottom:none;
    -webkit-border-top-left-radius:0;
    -webkit-border-top-right-radius:0;
    -webkit-border-bottom-right-radius:0;
    -webkit-border-bottom-left-radius:0;
    -moz-border-radius-topleft:0;
    -moz-border-radius-topright:0;
    -moz-border-radius-bottomright:0;
    -moz-border-radius-bottomleft:0;
    border-top-left-radius:0;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
	border-bottom: 1px solid #ccc !important;
}

.node-page-rubrique .carnet_adresse #advanced-search.panel .panel-heading {
    position:relative;
    font-family:Open Sans Bold;
    font-size: 1.071em;
    font-weight:bold;
    color:rgb(48,48,48);
}

.node-page-rubrique .carnet_adresse #advanced-search.panel .panel-heading .tools {
    position:absolute;
    top:10px;
    right:15px;
}

.node-page-rubrique .carnet_adresse #advanced-search.panel .panel-heading .tools a {
    background-image:url(../img/fleche_recherche_down.png);
    background-repeat:no-repeat;
    cursor:pointer;
    float:right;
    width:25px;
    height:25px;
}

.node-page-rubrique .carnet_adresse #advanced-search.panel .panel-heading .tools a.in {
    background-image:url(../img/fleche_recherche_up.png);
}

.node-page-rubrique .carnet_adresse #advanced-search.panel .panel-body form .form-body .form-group label {
    padding-top:0;
    margin-bottom:0;
    line-height:34px;
    font-family:'Open Sans Regular';
    font-size: 1em;
    font-weight:400;
    color:rgb(48,48,48);
    width:100%;
    text-align:left;
}

.node-page-rubrique .carnet_adresse #advanced-search.panel .panel-body form .form-body .form-group label.checkbox-inline {
 width:100%;
 margin-left:0;
 padding:0;
 padding-left:10px;
 text-align:left;
}

.node-page-rubrique .carnet_adresse #advanced-search.panel .panel-body form .form-body .form-group label.checkbox-inline input {
 margin:8px 6px 8px 0;
}

.node-page-rubrique .carnet_adresse #advanced-search.panel .panel-body form .form-body .form-group .second-label {
 padding:0 15px;
 width:100%;
 line-height:34px;
 float:left;
 text-align:left;
}

.node-page-rubrique .carnet_adresse #advanced-search.panel .panel-body form .form-body .form-group input,
.node-page-rubrique .carnet_adresse #advanced-search.panel .panel-body form .form-body .form-group select {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.node-page-rubrique .carnet_adresse #advanced-search.panel .panel-body form .form-actions {
 text-align: center;
}

.node-page-rubrique .carnet_adresse #advanced-search.panel .panel-body form .form-actions button {
 color:black;
 font-weight:bold;
 padding:6px 40px;
 -webkit-border-top-left-radius:0;
 -webkit-border-top-right-radius:0;
 -webkit-border-bottom-right-radius:0;
 -webkit-border-bottom-left-radius:0;
 -moz-border-radius-topleft:0;
 -moz-border-radius-topright:0;
 -moz-border-radius-bottomright:0;
 -moz-border-radius-bottomleft:0;
 border-top-left-radius:0;
 border-top-right-radius:0;
 border-bottom-right-radius:0;
 border-bottom-left-radius:0;
 background-color:#ffffff;
 border:1px solid rgb(19,158,174);
}

.node-page-rubrique .carnet_adresse #advanced-search.panel .panel-body form .form-actions button:hover {
 background-color:rgb(19,158,174);
 color:white;
}

.node-page-rubrique .carnet_adresse #organism-list {
    margin-bottom:0;
    -webkit-border-top-left-radius:0;
    -webkit-border-top-right-radius:0;
    -webkit-border-bottom-right-radius:4px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-radius-topleft:0;
    -moz-border-radius-topright:0;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-bottomleft:4px;
    border-top-left-radius:0;
    border-top-right-radius:0;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;
}

.node-page-rubrique .carnet_adresse #organism-list.panel .panel-heading .caption {
    position:relative;
    font-family:Open Sans Bold;
    font-size: 1.071em;
    font-weight:bold;
    color:rgb(48,48,48);
}

.node-page-rubrique .carnet_adresse #organism-list.panel .panel-heading .caption a {
 background-image: url(../img/fleche_session_date.png);
 background-repeat: no-repeat;
 background-position: 0px center;
 padding-left: 20px;
 color:rgb(48,48,48);
 text-decoration:underline;
}

.node-page-rubrique .carnet_adresse #organism-list.panel .panel-heading .caption a:hover {
 color:rgb(19,158,174);
}

@media (max-width: 768px) {
  .node-page-rubrique .carnet_adresse #blocs_filtre .bloc_filtre {
    width: 100%;
 }
 .node-page-rubrique .bibliographie_rubrique #blocs_filtre .bloc_filtre {
    width: 100%;
 }

}

@media (min-width: 768px) {
 .node-page-rubrique .carnet_adresse #simple-search.panel label {
  padding:0;
  width:100%;
  text-align:left;
 }

 .node-page-rubrique .carnet_adresse #simple-search.panel .simple-search-input-wrapper {
  float:left;
  width:100%;
  padding:0;
 }

 .node-page-rubrique .carnet_adresse #simple-search.panel .simple-search-button-wrapper {
  float:left;
  width:100%;
  padding:0;
  text-align:center;
 }

 .node-page-rubrique .carnet_adresse #simple-search.panel .form-group button {
  margin:10px 0 0 0;
 }

 .node-page-rubrique .carnet_adresse #advanced-search.panel .panel-body form .form-body .form-group label {
  width:100%;
  text-align:left;
 }

 .node-page-rubrique .carnet_adresse #advanced-search.panel .panel-body form .form-body .form-group label.checkbox-inline {
  width:33.33333333333333%;
  margin-left:0;
  padding:0;
  padding-left:10px;
  text-align:left;
 }

 .node-page-rubrique .carnet_adresse #advanced-search.panel .panel-body form .form-body .form-group label.checkbox-inline input {
  margin:8px 6px 8px 0;
 }

 .node-page-rubrique .carnet_adresse #advanced-search.panel .panel-body form .form-body .form-group .second-label {
  padding:0 15px;
  width:100%;
  line-height:34px;
  float:left;
  text-align:left;
 }

 .node-page-rubrique .carnet_adresse #advanced-search.panel .panel-body form .form-actions {
  text-align:center;
 }

}


@media (min-width: 992px) {
 .node-page-rubrique .carnet_adresse #simple-search.panel label {
  padding:0;
  width: 25%;
  text-align:left;
 }

 .node-page-rubrique .carnet_adresse #simple-search.panel .simple-search-input-wrapper {
  float:left;
  width:365px;
  padding:0;
 }

 .node-page-rubrique .carnet_adresse #simple-search.panel .simple-search-button-wrapper {
  float:left;
  width:143px;
  padding:0;
  text-align:left;
 }

 .node-page-rubrique .carnet_adresse #simple-search.panel .form-group button {
  margin:0 0 0 15px;
 }

 .node-page-rubrique .carnet_adresse #advanced-search.panel .panel-body form .form-body .form-group label {
  width:16.666666666666664%;
  text-align:right;
 }

 .node-page-rubrique .carnet_adresse #advanced-search.panel .panel-body form .form-body .form-group label.checkbox-inline {
  width:33.33333333333333%;
  margin-left:0;
  padding:0;
  padding-left:10px;
  text-align:left;
 }

 .node-page-rubrique .carnet_adresse #advanced-search.panel .panel-body form .form-body .form-group label.checkbox-inline input {
  margin:8px 6px 8px 0;
 }

 .node-page-rubrique .carnet_adresse #advanced-search.panel .panel-body form .form-body .form-group .second-label {
  padding:0;
  width:85px;
  line-height:34px;
  float:left;
  text-align:right;
 }

 .node-page-rubrique .carnet_adresse #advanced-search.panel .panel-body form .form-actions {
  text-align:left;
 }
}

@media (min-width: 1200px) {
 .node-page-rubrique .carnet_adresse #simple-search.panel label {
  padding:0;
  width: 25%;
  text-align:left;
 }

 .node-page-rubrique .carnet_adresse #simple-search.panel .simple-search-input-wrapper {
  float:left;
  width:465px;
  padding:0;
 }

 .node-page-rubrique .carnet_adresse #simple-search.panel .simple-search-button-wrapper {
  float:left;
  width:143px;
  padding:0;
  text-align:left;
 }

 .node-page-rubrique .carnet_adresse #simple-search.panel .form-group button {
  margin:0 0 0 15px;
 }

 .node-page-rubrique .carnet_adresse #advanced-search.panel .panel-body form .form-body .form-group label {
  width:16.666666666666664%;
  text-align:right;
 }

 .node-page-rubrique .carnet_adresse #advanced-search.panel .panel-body form .form-body .form-group label.checkbox-inline {
  width:20%;
  margin-left:0;
  padding:0;
  padding-left:10px;
  text-align:left;
 }

 .node-page-rubrique .carnet_adresse #advanced-search.panel .panel-body form .form-body .form-group label.checkbox-inline input {
  margin:8px 6px 8px 0;
 }

 .node-page-rubrique .carnet_adresse #advanced-search.panel .panel-body form .form-body .form-group .second-label {
  padding:0;
  width:85px;
  line-height:34px;
  float:left;
  text-align:right;
 }

 .node-page-rubrique .carnet_adresse #advanced-search.panel .panel-body form .form-actions {
  text-align:left;
 }
}

/*******************************************************************************
	Page Prix Littéraires
*******************************************************************************/
.node-page-rubrique .prix_litteraires #bloc_presentation_rubrique p {
	width: 100%;
}

.node-page-rubrique .prix_litteraires #block_recherche {
	float: left;
    width: 100%;
    background-color: white;
    box-shadow: 0px 0px 1px 1px #aaa;
	margin-bottom: 10px;
}

.node-page-rubrique .prix_litteraires .recherche_globale {
	padding: 15px;
	border-bottom: 1px solid rgb(179, 179, 179);
}

.node-page-rubrique .prix_litteraires .recherche_globale #texte_recherche_input {
	margin-left: 5%;
    margin-right: 3%;
}

.node-page-rubrique .prix_litteraires .recherche_globale {
	color: rgb(179, 179, 179);
}

.node-page-rubrique .prix_litteraires .recherche_avancee {
	padding: 15px;
	float: left;
	width: 100%;
}

.node-page-rubrique .prix_litteraires label {
	font-family: Open Sans Bold;
    font-size: 1.071em;
    font-weight: bold;
	color: rgb(48, 48, 48);
}

.node-page-rubrique .prix_litteraires input.radio_input {
	font-family: Open Sans Regular;
    font-size: 1.143em;
	margin-right: 5%;
}

.node-page-rubrique .prix_litteraires span {
	font-family: Open Sans Regular;
    font-size: 1em;
	margin-right: 5%;
}

.node-page-rubrique .prix_litteraires #label_annee {
	display: none;
}

.node-page-rubrique .prix_litteraires #widget_annee {
	display: none;
}

.node-page-rubrique .prix_litteraires .button_valid_recherche_global {
	font-family: Open Sans Bold;
    font-weight: bold;
    font-size: 1.071em;
    width: 10%;
    margin-left: 3%;
    padding: 5px;
    background-color: white;
    border: 1px solid rgb(192, 87, 145);
}

.node-page-rubrique .prix_litteraires .button_valid_recherche_global:hover {
	background-color: rgb(192, 87, 145);
	color: white;
    border: 1px solid rgb(192, 87, 145);
}

.node-page-rubrique .prix_litteraires .button_valid_recherche_global:active {
	background-color: rgb(88, 0, 60);
	color: white;
    border: 1px solid rgb(88, 0, 60);
}

.node-page-rubrique .prix_litteraires .recherche_avancee .drop_down_advanced_search {
	background-image: url(../img/fleche_recherche_up.png);
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    width: 25px;
    height: 25px;
}

.node-page-rubrique .prix_litteraires #fields_advanced_search {
	float: left;
    clear: both;
    padding-top: 25px;
    margin-top: 15px;
    width: 100%;
    display: none;
    border-top: 1px solid rgb(179, 179, 179);
}

.node-page-rubrique .prix_litteraires #fields_advanced_search label {
	font-size: 1em;
    color: rgb(48, 48, 48);
	font-family: Open Sans Regular;
	font-weight: normal;
    margin-right: 5%;
}

.node-page-rubrique .prix_litteraires #fields_advanced_search .input_texte_base_demi_line {
	width: 15%;
    margin-bottom: 20px;
    margin-right: 20%;
}

.node-page-rubrique .prix_litteraires .button_valid_recherche_avancee {
	font-family: Open Sans Bold;
    font-weight: bold;
    font-size: 1.071em;
    width: 10%;
    margin-left: 5%;
    padding: 5px;
    background-color: white;
    border: 1px solid rgb(192, 87, 145);
}

.node-page-rubrique .prix_litteraires .button_valid_recherche_avancee:hover {
	background-color: rgb(192, 87, 145);
	color: white;
    border: 1px solid rgb(192, 87, 145);
}

.node-page-rubrique .prix_litteraires .button_valid_recherche_avancee:active {
	background-color: rgb(88, 0, 60);
	color: white;
    border: 1px solid rgb(88, 0, 60);
}

.node-page-rubrique .prix_litteraires #select_categorie_prix {
	padding: 10px;
    font-family: Open Sans Regular;
    width: 15%;
    margin-bottom: 20px;
}

.node-page-rubrique .prix_litteraires .display_full_list {
	padding: 15px;
	border-top: 1px solid rgb(179, 179, 179);
	float: left;
    width: 100%;
}

.node-page-rubrique .prix_litteraires .display_full_list a {
	font-family: Open Sans Bold;
    font-size: 1.071em;
    text-decoration: underline;
    color: rgb(48, 48, 48);
    background-image: url(../img/fleche_session_date.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 20px;
}

/** Add bootstrap **/
.node-page-rubrique .prix_litteraires .panel {
    border:1px solid #ccc;
    float:left;
    width:100%;
}

.node-page-rubrique .prix_litteraires #simple-search {
    margin-bottom:0px;
    border-bottom:none;
    -webkit-border-top-left-radius:4px;
    -webkit-border-top-right-radius:4px;
    -webkit-border-bottom-right-radius:0;
    -webkit-border-bottom-left-radius:0;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    -moz-border-radius-bottomright:0;
    -moz-border-radius-bottomleft:0;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
}

.node-page-rubrique .prix_litteraires #simple-search.panel label {
 padding:0;
 margin-bottom:0;
 line-height:34px;
 font-family:"Open Sans Bold";
 font-size: 1.071em;
 font-weight:bold;
 color:rgb(48,48,48);
 text-align:left;
}

.node-page-rubrique .prix_litteraires #simple-search.panel .simple-search-input-wrapper {
 float:left;
 width:100%;
 padding:0;
}

.node-page-rubrique .prix_litteraires #simple-search.panel .simple-search-button-wrapper {
 float:left;
 width:100%;
 padding:0;
 text-align:center;
}

.node-page-rubrique .prix_litteraires #simple-search.panel .form-group {
 width:100%;
 margin:0;
}

.node-page-rubrique .prix_litteraires #simple-search.panel .form-group input {
 -webkit-border-top-left-radius:0;
 -webkit-border-top-right-radius:0;
 -webkit-border-bottom-right-radius:0;
 -webkit-border-bottom-left-radius:0;
 -moz-border-radius-topleft:0;
 -moz-border-radius-topright:0;
 -moz-border-radius-bottomright:0;
 -moz-border-radius-bottomleft:0;
 border-top-left-radius:0;
 border-top-right-radius:0;
 border-bottom-right-radius:0;
 border-bottom-left-radius:0;
}

.node-page-rubrique .prix_litteraires #simple-search.panel .form-group button {
 margin:10px 0 0 0;
 color:black;
 font-weight:bold;
 padding:6px 40px;
 -webkit-border-top-left-radius:0;
 -webkit-border-top-right-radius:0;
 -webkit-border-bottom-right-radius:0;
 -webkit-border-bottom-left-radius:0;
 -moz-border-radius-topleft:0;
 -moz-border-radius-topright:0;
 -moz-border-radius-bottomright:0;
 -moz-border-radius-bottomleft:0;
 border-top-left-radius:0;
 border-top-right-radius:0;
 border-bottom-right-radius:0;
 border-bottom-left-radius:0;
 background-color:#ffffff;
 border:1px solid rgb(134,41,131);
}

.node-page-rubrique .prix_litteraires #simple-search.panel .form-group button:hover {
 color:white;
 background-color:rgb(134,41,131);
}

.node-page-rubrique .prix_litteraires #advanced-search {
 margin-bottom:0;
 border-bottom:none;
 -webkit-border-top-left-radius:0;
 -webkit-border-top-right-radius:0;
 -webkit-border-bottom-right-radius:0;
 -webkit-border-bottom-left-radius:0;
 -moz-border-radius-topleft:0;
 -moz-border-radius-topright:0;
 -moz-border-radius-bottomright:0;
 -moz-border-radius-bottomleft:0;
 border-top-left-radius:0;
 border-top-right-radius:0;
 border-bottom-right-radius:0;
 border-bottom-left-radius:0;
}

.node-page-rubrique .prix_litteraires #advanced-search.panel .panel-heading {
    position:relative;
    font-family:Open Sans Bold;
    font-size: 1.071em;
    font-weight:bold;
    color:rgb(48,48,48);
}

.node-page-rubrique .prix_litteraires #advanced-search.panel .panel-heading .tools {
    position:absolute;
    top:10px;
    right:15px;
}

.node-page-rubrique .prix_litteraires #advanced-search.panel .panel-heading .tools a {
    background-image:url(../img/fleche_recherche_down.png);
    background-repeat:no-repeat;
    cursor:pointer;
    float:right;
    width:25px;
    height:25px;
}

.node-page-rubrique .prix_litteraires #advanced-search.panel .panel-heading .tools a.in {
    background-image:url(../img/fleche_recherche_up.png);
}

.node-page-rubrique .prix_litteraires #advanced-search.panel .panel-body form .form-body .form-group label {
    padding-top:0;
    margin-bottom:0;
    line-height:34px;
    font-family:Open Sans Regular;
    font-size: 1em;
    font-weight:400;
    color:rgb(48,48,48);
    width:100%;
    text-align:left;
}

.node-page-rubrique .prix_litteraires #advanced-search.panel .panel-body form .form-body .form-group .second-label {
 padding:0 15px;
 width:100%;
 line-height:34px;
 float:left;
 text-align:left;
}

.node-page-rubrique .prix_litteraires #advanced-search.panel .panel-body form .form-body .form-group input,
.node-page-rubrique .prix_litteraires #advanced-search.panel .panel-body form .form-body .form-group select {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.node-page-rubrique .prix_litteraires #advanced-search.panel .panel-body form .form-actions {
 text-align: center;
}

.node-page-rubrique .prix_litteraires #advanced-search.panel .panel-body form .form-actions button {
    color: black;
    font-weight: bold;
    padding: 6px 40px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffffff;
    border: 1px solid rgb(134,41,131);
}

.node-page-rubrique .prix_litteraires #advanced-search.panel .panel-body form .form-actions button:hover {
 background-color:rgb(134,41,131);
 color:white;
}

.node-page-rubrique .prix_litteraires #literary-awards-list {
    margin-bottom:0;
    -webkit-border-top-left-radius:0;
    -webkit-border-top-right-radius:0;
    -webkit-border-bottom-right-radius:4px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-radius-topleft:0;
    -moz-border-radius-topright:0;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-bottomleft:4px;
    border-top-left-radius:0;
    border-top-right-radius:0;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;
}

.node-page-rubrique .prix_litteraires #literary-awards-list.panel .panel-heading .caption {
    position:relative;
    font-family:Open Sans Bold;
    font-size: 1.071em;
    font-weight:bold;
    color:rgb(48,48,48);
}

.node-page-rubrique .prix_litteraires #literary-awards-list.panel .panel-heading .caption a {
 background-image: url(../img/fleche_session_date.png);
 background-repeat: no-repeat;
 background-position: 0px center;
 padding-left: 20px;
 color:rgb(48,48,48);
 text-decoration:underline;
}

.node-page-rubrique .view-recherche-prix-litt-raires {
	float: left;
	width: 100%;
}

.node-page-rubrique .view-prix-litteraires .resultat .title_resultat #plus{
	display: inline-block;
    vertical-align: text-bottom;
}
.node-page-rubrique .view-prix-litteraires .resultat .title_resultat  a.plus-litteraire
 {
    background-image: url(../img/plus_01.png);
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 25px;
}

.node-page-rubrique .prix_litteraires #literary-awards-list.panel .panel-heading .caption a:hover {
 color:rgb(192,87,145);
}

@media (min-width: 768px) {
 .node-page-rubrique .prix_litteraires #simple-search.panel label {
  padding:0;
  width:100%;
  text-align:left;
 }

 .node-page-rubrique .prix_litteraires #simple-search.panel .simple-search-input-wrapper {
  float:left;
  width:100%;
  padding:0;
 }

 .node-page-rubrique .prix_litteraires #simple-search.panel .simple-search-button-wrapper {
  float:left;
  width:100%;
  padding:0;
  text-align:center;
 }

 .node-page-rubrique .prix_litteraires #simple-search.panel .form-group button {
  margin:10px 0 0 0;
 }

 .node-page-rubrique .prix_litteraires #advanced-search.panel .panel-body form .form-body .form-group label {
  width:100%;
  text-align:left;
 }

 .node-page-rubrique .prix_litteraires #advanced-search.panel .panel-body form .form-body .form-group .second-label {
  padding:0 15px;
  width:100%;
  line-height:34px;
  float:left;
  text-align:left;
 }

 .node-page-rubrique .prix_litteraires #advanced-search.panel .panel-body form .form-actions {
  text-align: center;
 }
}

@media (min-width: 992px) {
 .node-page-rubrique .prix_litteraires #advanced-search.panel,
.view_prix_literaires_search_filter .prix_litteraires #advanced-search.panel {
  padding:0;
  width:100%;
  text-align:left;
 }
 
 .node-page-rubrique .prix_litteraires #advanced-search.panel .panel-heading .tools, 
 .view_prix_literaires_search_filter .prix_litteraires #advanced-search.panel .panel-heading .tools
 {
	 width:20px;
 }
 .node-page-rubrique .prix_litteraires #advanced-search.panel .panel-heading .caption,
 .view_prix_literaires_search_filter #advanced-search.panel .panel-heading .caption {
	 width:1000px;
 }

 .node-page-rubrique .prix_litteraires #simple-search.panel .simple-search-input-wrapper {
  float:left;
  width:365px;
  padding:0;
 }

 .node-page-rubrique .prix_litteraires #simple-search.panel .simple-search-button-wrapper {
  float:left;
  width:143px;
  padding:0;
  text-align:left;
 }

 .node-page-rubrique .prix_litteraires #simple-search.panel .form-group button {
      margin: 10px 0 0 0;
 }

 .node-page-rubrique .prix_litteraires #advanced-search.panel .panel-body form .form-body .form-group label {
  width:33.3333333333%;
  text-align:right;
 }

 .node-page-rubrique .prix_litteraires #advanced-search.panel .panel-body form .form-body .form-group .second-label {
  padding:0;
  width:75px;
  line-height:34px;
  float:left;
  text-align:right;
 }

 .node-page-rubrique .prix_litteraires #advanced-search.panel .panel-body form .form-actions {
  text-align: left;
 }
}

@media (min-width: 1200px) {
 .node-page-rubrique .prix_litteraires #simple-search.panel label {
  padding:0;
  width:33.3333333333%;
  text-align:left;
 }

 .node-page-rubrique .prix_litteraires #simple-search.panel .simple-search-input-wrapper {
  float:left;
  width:465px;
  padding:0;
 }

 .node-page-rubrique .prix_litteraires #simple-search.panel .simple-search-button-wrapper {
  float:left;
  width:143px;
  padding:0;
  text-align:left;
 }

 .node-page-rubrique .prix_litteraires #simple-search.panel .form-group button {
     margin: 10px 0 0 0;
 }

 .node-page-rubrique .prix_litteraires #advanced-search.panel .panel-body form .form-body .form-group label {
  width:33.3333333333%;
  text-align:right;
 }

 .node-page-rubrique .prix_litteraires #advanced-search.panel .panel-body form .form-body .form-group .second-label {
  padding:0;
  width:75px;
  line-height:34px;
  float:left;
  text-align:right;
 }

 .node-page-rubrique .prix_litteraires #advanced-search.panel .panel-body form .form-actions {
  text-align: left;
 }
}

/*******************************************************************************
	Page Prix Litteraire FULL
*******************************************************************************/
.node-prix-litteraires .prix_litteraire_full {
	float: left;
    width: 100%;
    background-color: white;
    box-shadow: 0px 0px 1px 1px #aaa;
	padding: 15px;
}

.node-prix-litteraires .prix_litteraire_full h1,
.node-prix-litteraires .prix_litteraire_full h2 {
	font-family: Open Sans Bold;
    margin-top: 0px;
    font-size: 1.786em;
    padding-bottom: 10px;
    color: rgb(192, 87, 145);
}

.node-prix-litteraires .prix_litteraire_full h1:after,
.node-prix-litteraires .prix_litteraire_full h2:after {
	display: block;
    margin-bottom: 15px;
    margin-top: 10px;
    content: " ";
    width: 12.5rem;
    height: 2px;
    background: rgb(192, 87, 145);
}

.node-prix-litteraires .prix_litteraire_full .info_bloc_gauche {
 float: left;
 //width: 50%;
 font-family: Open Sans Regular;
 font-size: 1em;/*CBE 13-->14*/
 color: black;
}

.node-prix-litteraires  label {
    color: black;
    margin-right: 1%;
	margin-bottom: 0;
}

.node-prix-litteraires .prix_litteraire_full .info_bloc_droite {
 float: left;
 font-family: Open Sans Regular;
 font-size: 1em;/*CBE 13-->14*/
 color: black;
 //width: 50%;
}

.node-prix-litteraires .prix_litteraire_full .info_bloc_droite p {
	display: inline;
}

.node-prix-litteraires .prix_litteraire_full .info_bloc_droite img {
	max-width: 100px;
    max-height: 50px;
}

.node-prix-litteraires  .bloc_palmares {
	float: left;
	width: 100%;
	background-color: white;
    box-shadow: 0px 0px 1px 1px #aaa;
	padding: 15px;
	font-family: Open Sans Regular;
    font-size: 1em;/*CBE 13-->14*/
    color: black;
}

.node-prix-litteraires  .bloc_palmares #logo_palmares {
	background-image: url(../img/palmares_title_img.png);
    background-repeat: no-repeat;
    float: left;
	width: 115px;
    height: 41px;
}

.node-prix-litteraires  .bloc_palmares .select_aneee_bloc {
 float: right;
 width: 230px;
 margin-bottom: 20px;
}

.node-prix-litteraires  .bloc_palmares .select_annee_palmares {
	padding: 10px;
  font-family: Open Sans Regular;
  width: 165px;
  margin-bottom: 20px;
  cursor: pointer;
}

.node-prix-litteraires  .bloc_palmares #results_palmares_bloc {
	float: left;
	width: 100%;
}

.node-prix-litteraires  .bloc_palmares #results_palmares_bloc .title_anee {
 font-family: Open Sans Bold;
 font-size: 1.429em;
 margin-top: -15px;
 width:70px;
 background-color: white;
}

.node-prix-litteraires  .bloc_palmares #results_palmares_bloc .result_annee {
	margin-bottom: 35px;
    border-top: 2px solid rgb(192, 87, 145);
	float: left;
	width: 100%;
}

.node-prix-litteraires  .bloc_palmares #results_palmares_bloc .palmares_result {
	float: left;
    width: 50%;
    margin-bottom: 15px;
}

.node-prix-litteraires  .bloc_palmares #results_palmares_bloc .palmares_result a {
	color: rgb(48, 48, 48);
	margin-right: 2%;
}

.node-prix-litteraires  .bloc_palmares #results_palmares_bloc .palmares_result a:hover {
	color: rgb(192, 87, 145);
}

.node-prix-litteraires  .bloc_palmares #results_palmares_bloc .palmares_result p {
	display: inline;
    margin-right: 2%;
}

/*******************************************************************************
	Organisme FULL
*******************************************************************************/
.node-organisme .organisme_full {
	float: left;
    width: 100%;
    background-color: white;
    box-shadow: 0px 0px 1px 1px #aaa;
	padding: 15px;
	font-family: Open Sans Regular;
}

.node-organisme .organisme_full h1,
.node-organisme .organisme_full h2 {
	font-family: Open Sans Bold;
    margin-top: 0px;
    font-size: 1.786em;
    padding-bottom: 10px;
    color: rgb(19, 158, 174);
	float: left;
    width: 70%;
}
.node-organisme .organisme_full h1:after,
.node-organisme .organisme_full h2:after {
	display: block;
    margin-bottom: 15px;
    margin-top: 10px;
    content: " ";
    width: 12.5rem;
    height: 2px;
    background: rgb(19, 158, 174);
}

.node-organisme .organisme_full h1:after {
    padding-bottom: 0;
    margin-bottom: 0;
}

.node-organisme .organisme_full .sigle_organisme{
    clear: both;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-family: Open Sans Bold;
    font-size: 1.15em;
    color: rgb(19, 158, 174);
}

.node-organisme .organisme_full .type_organisme {
	float: right;
    font-size: 1.143em;
    width: 30%;
    text-align: right;
}

.node-organisme .organisme_full .type_organisme img {
	position: relative;
    top: -30px;
}

.node-organisme .organisme_full .bloc_description_organisme {
	float: left;
    width: 100%;
}

.node-organisme .organisme_full .bloc_description_organisme img {
	float: left;
    width: 25%;
	max-height: 175px;
	margin-right: 2%;
}

.node-organisme .organisme_full .bloc_description_organisme .description_organisme {
	float: left;
    width: 70%;
    text-align: justify;
}

.node-organisme .organisme_full .bloc_description_organisme .field-name-field-document {
	float: left;
    width: 100%;
}

.node-organisme .organisme_full .bloc_description_organisme .field-name-field-document .field-label {
    font-family: Open Sans Bold;
    margin-bottom: 5px;
    margin-top: 10px;
}

.node-organisme .organisme_full .bloc_description_organisme .field-name-field-document .file {
	float: left;
    width: 100%;
    margin-bottom: -15px;
}

.node-organisme .organisme_full .bloc_description_organisme .field-name-field-document .file img {
    width: 35px;
}

.node-organisme .organisme_full .bloc_description_organisme .field-name-field-document .file a {
    position: relative;
    top: 5px;
    left: -10px;
}

.node-organisme .organisme_full .bloc_infos_organisme {
	float: left;
    margin-top: 30px;
    width: 60%;
}

.node-organisme .organisme_full .bloc_infos_organisme .liste_liens_site {
	display: inline;
}

.node-organisme .organisme_full .bloc_infos_organisme .liste_liens_site a {
	color: #5c5c5c;
    text-decoration: underline;
}

.node-organisme .organisme_full .bloc_infos_organisme .liste_liens_site a:hover {
	color: rgb(19, 158, 174);
}

.node-organisme .organisme_full .bloc_infos_organisme label {
	margin-right: 1%;
	font-family: Open Sans Bold;
}

.node-organisme .organisme_full .adress_map {
	float: left;
    margin-top: 30px;
    width: 35%;
    margin-left: 3%;
}


/*******************************************************************************
	WEBFORM : Formulaire de Contact (CSS spécifique)
*******************************************************************************/
.page-node-561 .form-item,
.page-node-593 .form-item {
	float: left;
    width: 100%;
	margin-bottom: 25px;
}

.page-node-561 .form-item label,
.page-node-593 .form-item label {
  float: left;
  width: 15%;
	top: 5px;
  position: relative;
	font-family: Open Sans Bold;
}

.page-node-561 .form-item input,
.page-node-593 .form-item input {	
  float: left;
  width: 30%;
	color: black;
	font-family: Open sans Regular;
}

.page-node-561 .form-item input.email,
.page-node-593 .form-item input.email {
	font-family: Open Sans Regular;
	height: 34px;
  padding: 6px 12px;
  font-size: 1em;
  line-height: 1.428571429;
  color: black;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.page-node-561 .form-item select,
.page-node-593 .form-item select {	
  float: left;
  width: 50%;
	font-family: Open Sans Regular;
}

.page-node-561 .form-item textarea,
.page-node-593 .form-item textarea {	
  float: left;
  margin-top: 15px;
}

.page-node-561 .form-item .grippie,
.page-node-593 .form-item .grippie {
	float: left;
	width: 100%;
}

.page-node-561 .webform-client-form,
.page-node-593 .webform-client-form {
	padding: 25px;
  background-color: white;
  box-shadow: 1px 1px 3px 1px #aaa;
  margin-bottom: 20px;
}

.page-node-561 h1.page-header,
.page-node-593 h1.page-header {
	color: rgb(19, 158, 174);
	font-family: Open Sans Bold;
	font-size: 2.143em;
}

.page-node-561 h1.page-header:after,
.page-node-593 h1.page-header:after {
	display: block;
  margin-top: 10px;
  content: " ";
  width: 20rem;
  height: 2px;
  background: rgb(19, 158, 174);
}

/*CBE ajout bloc 100% sur formulaire contact*/
@media (max-width: 768px) {
  .page-node-561 .form-item label, .page-node-593 .form-item label {
    width: 100%;
    float:left;
  } 
  
  .page-node-561 .form-item input, .page-node-593 .form-item input { 
    width: 70%;
  }

}

/*******************************************************************************
	BREADCRUMB MAQUETTE
*******************************************************************************/
.breadcrumb li {
	font-family: Open Sans Regular;
    font-size: 1em;/*CBE 13-->14*/
}

.breadcrumb li+li:before {
    padding: 0 5px;
    color: rgb(88,0,60);
    content: "\003e";
    font-weight: bold;
    font-size: 1.143em;
}

.breadcrumb li a {
	color: black;
	text-decoration: underline;
}

.breadcrumb .active {
    color: black;
}

/**************************************
	GESTION STYLE ATOMS SCALD
**************************************/
.dnd-atom-wrapper h3 , .dnd-atom-wrapper dl{
	display: none;
}


/* NEWSLETTER STYLE UNIVERS */
.page-node-569 h2 {
	font-family: Open Sans Bold;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 20px;
	font-size: 1.786em;
	color: rgb(19, 158, 174);
}

.page-node-569 h2:after {
	display: block;
    margin-bottom: 15px;
    margin-top: 10px;
    content: " ";
    width: 7.5rem;
    height: 2px;
	background: rgb(19, 158, 174);
}

.page-node-569 p {
	font-family: Open Sans Regular;
    font-size: 1.071em;
    float: left;
    width: 100%;
    color: rgb(48, 48, 48);
}

.page-node-569 form {
	font-family: Open Sans Regular;
    font-size: 1.071em;
    float: left;
}

.page-node-569 form #edit-newsletters {
	margin-bottom: 20px;
}

.page-node-569 form button {
	font-family: Open Sans Bold;
    font-weight: bold;
    font-size: 1.071em;
    width: 45%;
    margin-left: 3%;
    padding: 5px;
    background-color: white;
    border: 1px solid #4ea8cc;
}

.page-node-569 form button:hover {
	background-color: #4ea8cc;
	color: white;
    border: 1px solid #4ea8cc;
}

.page-node-569 form button:active {
	background-color: #1c4e65;
	color: white;
    border: 1px solid #1c4e65;
}

.workbench-info-block {
	float: left;
    clear: both;
	margin-top: 20px !important;
}

.bloc_rss .rssHeader {
	margin: 10px 0;
}

.bloc_rss ul {
	list-style: none;
	margin-left: 0px;
}

.rssHeader a h2 {
	color: #000000;
	font-weight: bold;
	font-size: 1.286em !important;
    margin-left: 5%;
	text-decoration: none !important;
}

.bloc_rss h4 a {
	text-decoration: underline;
	color: black;
}

.bloc_rss .rssRow h4,
.bloc_rss .rssRow p {
	margin: 0px;
}

.bloc_rss h4 a {
	font-size: 0.8em;
	font-family: Open sans Regular /*CBE AJOUT du FF pour les url*/
}

.bloc_rss .rssRow {
	margin-bottom: 20px;
}

/******************************
	CSS FILTRE AGENDA
*******************************/
.page-agenda .tabs--primary li a {
 color:black;
 text-transform:uppercase;
 font-weight:bold;
 font-family:Open Sans Bold;
}

.page-agenda .tabs--primary li a.active {
 color:rgb(78, 168, 204);
}

/** Contributeur field **/
.page-agenda #edit-field-type-contributeur-tid-wrapper {
 float:right;
 width:100%;
 padding:5px 10px;
}

.page-agenda #edit-field-type-contributeur-tid-wrapper label {
 float:left;
 position:relative;
 font-size: 1em;
 font-weight:400;
 line-height:34px;
 margin-bottom:0;
 width:100%;
}

.page-agenda #edit-field-type-contributeur-tid-wrapper .views-widget {
 float:left;
 padding-left:0;
 width:100%;
}

.page-agenda #edit-field-type-contributeur-tid-wrapper .views-widget select,
.page-agenda #edit-field-type-contributeur-tid-wrapper .views-widget select option {
 font-weight:bold;
}

/** Type evenements field **/
.page-agenda #edit-field-type-evenements-tid-wrapper,
.page-agenda #edit-field-type-evenements-bis-tid-wrapper {
 float:left;
 width:100%;
 padding:5px 10px;
}

.page-agenda #edit-field-type-evenements-tid-wrapper label,
.page-agenda #edit-field-type-evenements-bis-tid-wrapper label {
 float:left;
 position:relative;
 font-size: 1em;
 font-weight:400;
 line-height:34px;
 margin-bottom:0;
 width:100%;
}

.page-agenda #edit-field-type-evenements-tid-wrapper .views-widget,
.page-agenda #edit-field-type-evenements-bis-tid-wrapper .views-widget {
 float:left;
 width:100%;
}

.page-agenda #edit-field-type-evenements-tid-wrapper .views-widget .form-checkboxes,
.page-agenda #edit-field-type-evenements-bis-tid-wrapper .views-widget .form-checkboxes {
 float:left;
 width:100%;
 height:auto;
 border:none;
 background:none;
 padding:0;
 -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.075);
 box-shadow: inset 0 0 0 rgba(0,0,0,0.075);
}

.page-agenda #edit-field-type-evenements-tid-wrapper .views-widget .form-checkboxes a.bef-toggle,
.page-agenda #edit-field-type-evenements-bis-tid-wrapper .views-widget .form-checkboxes a.bef-toggle {
 display:none;
}

.page-agenda #edit-field-type-evenements-tid-wrapper .views-widget .form-checkboxes .bef-checkboxes,
.page-agenda #edit-field-type-evenements-bis-tid-wrapper .views-widget .form-checkboxes .bef-checkboxes {
 float:left;
 margin:10px 0;
}

.page-agenda #edit-field-type-evenements-tid-wrapper .views-widget .form-checkboxes .bef-checkboxes .form-type-bef-checkbox,
.page-agenda #edit-field-type-evenements-bis-tid-wrapper .views-widget .form-checkboxes .bef-checkboxes .form-type-bef-checkbox {
 float:left;
 width:100%;
 height:auto;
 margin:5px 0; 
}

.page-agenda #edit-field-type-evenements-tid-wrapper .views-widget .form-checkboxes .bef-checkboxes .form-type-bef-checkbox input,
.page-agenda #edit-field-type-evenements-bis-tid-wrapper .views-widget .form-checkboxes .bef-checkboxes .form-type-bef-checkbox input {
 float:left;
 width:13px;
 height:auto;
 margin:4px 0;
 padding:0;
}

.page-agenda #edit-field-type-evenements-tid-wrapper .views-widget .form-checkboxes .bef-checkboxes .form-type-bef-checkbox label,
.page-agenda #edit-field-type-evenements-bis-tid-wrapper .views-widget .form-checkboxes .bef-checkboxes .form-type-bef-checkbox label {
 float:left;
 font-size: 1em;
 color:#333;
 line-height:21px;
 height:auto;
 width:auto;
 margin:0;
 padding:0 0 0 10px;
}

/** Submit button **/
.page-agenda .views-submit-button {
 clear:both;
 float:left;
 width:100%;
 margin:10px 0 0 0;
 padding:0;
 text-align:center;
}

.page-agenda .views-submit-button button {
 margin-top:0 !important;
}


@media (min-width: 768px) {
/** Contributeur field **/
 .page-agenda #edit-field-type-contributeur-tid-wrapper {
  float:right;
  width:100%;
  padding:5px 10px;
 }

 .page-agenda #edit-field-type-contributeur-tid-wrapper label {
  float:left;
  position:relative;
  font-size: 1em;
  font-weight:400;
  line-height:34px;
  margin-bottom:0;
  width:100%;
 }

 .page-agenda #edit-field-type-contributeur-tid-wrapper .views-widget {
  float:left;
  padding-left:0;
  width:100%;
 }

 .page-agenda #edit-field-type-contributeur-tid-wrapper .views-widget select,
 .page-agenda #edit-field-type-contributeur-tid-wrapper .views-widget select option {
  font-weight:bold;
 }

 /** Type evenements field **/
.page-agenda #edit-field-type-evenements-tid-wrapper,
.page-agenda #edit-field-type-evenements-bis-tid-wrapper  {
  float:left;
  width:100%;
  padding:5px 10px;
 }

.page-agenda #edit-field-type-evenements-tid-wrapper label,
.page-agenda #edit-field-type-evenements-bis-tid-wrapper label {
  float:left;
  position:relative;
  font-size: 1em;
  font-weight:400;
  line-height:34px;
  margin-bottom:0;
  width:100%;
 }

 .page-agenda #edit-field-type-evenements-tid-wrapper .views-widget,
.page-agenda #edit-field-type-evenements-bis-tid-wrapper .views-widget {
  float:left;
  width:100%;
 }

 .page-agenda #edit-field-type-evenements-tid-wrapper .views-widget .form-checkboxes,
.page-agenda #edit-field-type-evenements-bis-tid-wrapper .views-widget .form-checkboxes {
  float:left;
  width:100%;
  height:auto;
  border:none;
  background:none;
  padding:0;
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.075);
  box-shadow: inset 0 0 0 rgba(0,0,0,0.075);
 }

 .page-agenda #edit-field-type-evenements-tid-wrapper .views-widget .form-checkboxes a.bef-toggle,
.page-agenda #edit-field-type-evenements-bis-tid-wrapper .views-widget .form-checkboxes a.bef-toggle {
  display:none;
 }

 .page-agenda #edit-field-type-evenements-tid-wrapper .views-widget .form-checkboxes .bef-checkboxes,
.page-agenda #edit-field-type-evenements-bis-tid-wrapper .views-widget .form-checkboxes .bef-checkboxes {
  float:left;
  margin:10px 0;
 }

.page-agenda #edit-field-type-evenements-tid-wrapper .views-widget .form-checkboxes .bef-checkboxes .form-type-bef-checkbox,
.page-agenda #edit-field-type-evenements-bis-tid-wrapper .views-widget .form-checkboxes .bef-checkboxes .form-type-bef-checkbox {
  float:left;
  width:32%;
  height:auto;
  margin:5px 0; 
 }

.page-agenda #edit-field-type-evenements-tid-wrapper .views-widget .form-checkboxes .bef-checkboxes .form-type-bef-checkbox input,
.page-agenda #edit-field-type-evenements-bis-tid-wrapper .views-widget .form-checkboxes .bef-checkboxes .form-type-bef-checkbox input {
  float:left;
  width:13px;
  height:auto;
  margin:4px 0;
  padding:0;
 }

.page-agenda #edit-field-type-evenements-tid-wrapper .views-widget .form-checkboxes .bef-checkboxes .form-type-bef-checkbox label,
.page-agenda #edit-field-type-evenements-bis-tid-wrapper .views-widget .form-checkboxes .bef-checkboxes .form-type-bef-checkbox label {
  float:left;
  font-size: 1em;
  color:#333;
  line-height:21px;
  height:auto;
  width:auto;
  margin:0;
  padding:0 0 0 10px;
 }

 /** Submit button **/
 .page-agenda .views-submit-button {
  clear:both;
  float:left;
  width:100%;
  margin:10px 0 0 0;
  padding:0;
  text-align:center;
 }

 .page-agenda .views-submit-button button {
  margin-top:0 !important;
 }
}

@media (min-width: 992px) {
 /** Contributeur field **/
 .page-agenda #edit-field-type-contributeur-tid-wrapper {
  float:right;
  width:250px;
  padding:5px 10px;
 }

 .page-agenda #edit-field-type-contributeur-tid-wrapper label {
  float:left;
  position:relative;
  font-size: 1em;
  font-weight:400;
  line-height:34px;
  margin-bottom:0;
  width:auto;
 }

 .page-agenda #edit-field-type-contributeur-tid-wrapper .views-widget {
  float:left;
  padding-left:15px;
  width:175px;
 }

 .page-agenda #edit-field-type-contributeur-tid-wrapper .views-widget select,
 .page-agenda #edit-field-type-contributeur-tid-wrapper .views-widget select option {
  font-weight:bold;
 }

 /** Type evenements field **/
.page-agenda #edit-field-type-evenements-tid-wrapper,
.page-agenda #edit-field-type-evenements-bis-tid-wrapper  {
  float:left;
  width:690px;
  padding:5px 10px;
 }

.page-agenda #edit-field-type-evenements-tid-wrapper label,
.page-agenda #edit-field-type-evenements-bis-tid-wrapper label {
  float:left;
  position:relative;
  font-size: 1em;
  font-weight:400;
  line-height:34px;
  margin-bottom:0;
  width:auto;
 }

 .page-agenda #edit-field-type-evenements-tid-wrapper .views-widget,
.page-agenda #edit-field-type-evenements-bis-tid-wrapper .views-widget {
  float:left;
  width:100%;
 }

 .page-agenda #edit-field-type-evenements-tid-wrapper .views-widget .form-checkboxes,
.page-agenda #edit-field-type-evenements-bis-tid-wrapper .views-widget .form-checkboxes {
  float:left;
  width:100%;
  height:auto;
  border:none;
  background:none;
  padding:0;
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.075);
  box-shadow: inset 0 0 0 rgba(0,0,0,0.075);
 }

 .page-agenda #edit-field-type-evenements-tid-wrapper .views-widget .form-checkboxes a.bef-toggle,
.page-agenda #edit-field-type-evenements-bis-tid-wrapper .views-widget .form-checkboxes a.bef-toggle {
  display:none;
 }

 .page-agenda #edit-field-type-evenements-tid-wrapper .views-widget .form-checkboxes .bef-checkboxes,
.page-agenda #edit-field-type-evenements-bis-tid-wrapper .views-widget .form-checkboxes .bef-checkboxes {
  float:left;
  margin:10px 0;
 }

.page-agenda #edit-field-type-evenements-tid-wrapper .views-widget .form-checkboxes .bef-checkboxes .form-type-bef-checkbox,
.page-agenda #edit-field-type-evenements-bis-tid-wrapper .views-widget .form-checkboxes .bef-checkboxes .form-type-bef-checkbox {
  float:left;
  width:32%;
  height:auto;
  margin:5px 0; 
 }

.page-agenda #edit-field-type-evenements-tid-wrapper .views-widget .form-checkboxes .bef-checkboxes .form-type-bef-checkbox input,
.page-agenda #edit-field-type-evenements-bis-tid-wrapper .views-widget .form-checkboxes .bef-checkboxes .form-type-bef-checkbox input {
  float:left;
  width:13px;
  height:auto;
  margin:4px 0;
  padding:0;
 }

.page-agenda #edit-field-type-evenements-tid-wrapper .views-widget .form-checkboxes .bef-checkboxes .form-type-bef-checkbox label,
.page-agenda #edit-field-type-evenements-bis-tid-wrapper .views-widget .form-checkboxes .bef-checkboxes .form-type-bef-checkbox label {
  float:left;
  font-size: 1em;
  color:#333;
  line-height:21px;
  height:auto;
  margin:0;
  padding:0 0 0 10px;
 }

 /** Submit button **/
 .page-agenda .views-submit-button {
  clear:both;
  float:left;
  margin:0;
  padding:0;
  text-align:left;
 }

 .page-agenda .views-submit-button button {
  margin-top:0 !important;
 }
}

@media (min-width: 1200px) {
 /** Contributeur field **/
 .page-agenda #edit-field-type-contributeur-tid-wrapper {
  float:right;
  width:275px;
  padding:5px 10px;
 }

 .page-agenda #edit-field-type-contributeur-tid-wrapper label {
  float:left;
  position:relative;
  font-size: 1em;
  font-weight:400;
  line-height:34px;
  margin-bottom:0;
  width:auto;
 }

 .page-agenda #edit-field-type-contributeur-tid-wrapper .views-widget {
  float:left;
  padding-left:15px;
  width:200px;
 }

 .page-agenda #edit-field-type-contributeur-tid-wrapper .views-widget select,
 .page-agenda #edit-field-type-contributeur-tid-wrapper .views-widget select option {
  font-weight:bold;
 }

 /** Type evenements field  **/
 .page-agenda #edit-field-type-evenements-tid-wrapper,
 .page-agenda #edit-field-type-evenements-bis-tid-wrapper {
  float:left;
  width:865px;
  padding:5px 10px;
 }

 .page-agenda #edit-field-type-evenements-tid-wrapper label,
 .page-agenda #edit-field-type-evenements-bis-tid-wrapper label {
  float:left;
  position:relative;
  font-size: 1em;
  font-weight:400;
  line-height:34px;
  margin-bottom:0;
 }

 .page-agenda #edit-field-type-evenements-tid-wrapper .views-widget,
 .page-agenda #edit-field-type-evenements-bis-tid-wrapper .views-widget {
  float:left;
  width:100%;
 }

 .page-agenda #edit-field-type-evenements-tid-wrapper .views-widget .form-checkboxes,
 .page-agenda #edit-field-type-evenements-bis-tid-wrapper .views-widget .form-checkboxes {
  float:left;
  width:100%;
  height:auto;
  border:none;
  background:none;
  padding:0;
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.075);
  box-shadow: inset 0 0 0 rgba(0,0,0,0.075);
 }

 .page-agenda #edit-field-type-evenements-tid-wrapper .views-widget .form-checkboxes a.bef-toggle,
 .page-agenda #edit-field-type-evenements-bis-tid-wrapper .views-widget .form-checkboxes a.bef-toggle {
  display:none;
 }

 .page-agenda #edit-field-type-evenements-tid-wrapper .views-widget .form-checkboxes .bef-checkboxes,
 .page-agenda #edit-field-type-evenements-bis-tid-wrapper .views-widget .form-checkboxes .bef-checkboxes {
  float:left;
  margin:10px 0;
 }

 .page-agenda #edit-field-type-evenements-tid-wrapper .views-widget .form-checkboxes .bef-checkboxes .form-type-bef-checkbox,
 .page-agenda #edit-field-type-evenements-bis-tid-wrapper .views-widget .form-checkboxes .bef-checkboxes .form-type-bef-checkbox {
  float:left;
  width:32%;
  height:auto;
  margin:5px 0; 
 }

 .page-agenda #edit-field-type-evenements-tid-wrapper .views-widget .form-checkboxes .bef-checkboxes .form-type-bef-checkbox input,
 .page-agenda #edit-field-type-evenements-bis-tid-wrapper .views-widget .form-checkboxes .bef-checkboxes .form-type-bef-checkbox input {
  float:left;
  width:13px;
  height:auto;
  margin:4px 0;
  padding:0;
 }

 .page-agenda #edit-field-type-evenements-tid-wrapper .views-widget .form-checkboxes .bef-checkboxes .form-type-bef-checkbox label,
 .page-agenda #edit-field-type-evenements-bis-tid-wrapper .views-widget .form-checkboxes .bef-checkboxes .form-type-bef-checkbox label {
  float:left;
  font-size: 1em;
  color:#333;
  line-height:21px;
  height:auto;
  margin:0;
  padding:0 0 0 10px;
 }

 /** Submit button **/
 .page-agenda .views-submit-button {
  clear:both;
  float:left;
  margin:0;
  padding:0;
  text-align:left;
 }

 .page-agenda .views-submit-button button {
  margin-top:0 !important;
 }
}

/***
	TITRE PAGE SIMPLE
*******/
.node-type-page h1, 
.node-type-webform h1,
.node-type-commandes-abonnements h1 {
	color: black;
	font-family: Open Sans Bold;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 1.786em;
}

.node-type-page h1:after, 
.node-type-webform h1:after,
.node-type-commandes-abonnements h1:after {
	background: black;
	display: block;
    margin-bottom: 15px;
    margin-top: 10px;
    content: " ";
    width: 7.5rem;
    height: 2px;
}

/**********************************
	Page commande et abonnements
************************************/
#node-25184 h1,
.node-commandes-abonnements h1 {
	color: rgb(134, 41, 131);
}

#node-25184 h1:after,
.node-commandes-abonnements h1:after {
	background: rgb(134, 41, 131);
}

/*******************************************
	Catalogue des produits
********************************************/
.view-catalogue-des-produits h1, .view-commerce-cart-form h1 {
	font-family: Open Sans Bold;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 1.786em;
	color: rgb(134, 41, 131);
}

.view-catalogue-des-produits h1:after, .view-commerce-cart-form h1:after {
	background: rgb(134, 41, 131);
	display: block;
    margin-bottom: 15px;
    margin-top: 10px;
    content: " ";
    width: 7.5rem;
    height: 2px;
}

.view-catalogue-des-produits table {
    margin-top: 30px;
	font-family: Open Sans Regular;
}

.view-catalogue-des-produits table a {
	color: rgb(134, 41, 131);
}

.view-catalogue-des-produits table td, 
.view-catalogue-des-produits table tr,
.view-catalogue-des-produits table th {
	border: 1px solid black;
	border-bottom: 1px solid black !important;
	vertical-align: middle !important;
	font-weight: bold;
	font-style: italic;
}

.view-catalogue-des-produits table th {
	text-transform: uppercase;
	color: black;
	font-weight: bolder;
	font-family: Open Sans Bold;
}

.view-catalogue-des-produits table .commerce-add-to-cart {
	position: relative;
	top: -8px;
}

.view-catalogue-des-produits .view-empty {
	margin-top: 25px;
    font-family: Open Sans Regular;
    font-style: italic;
    color: black;
    margin-bottom: 20px;
}

.view-commerce-cart-form table {
    margin-top: 30px;
	font-family: Open Sans Regular;
}

.view-commerce-cart-form table a {
	color: rgb(134, 41, 131);
}

.view-commerce-cart-form table td, 
.view-commerce-cart-form table tr,
.view-commerce-cart-form table th {
	border: 1px solid black;
	border-bottom: 1px solid black !important;
	vertical-align: middle !important;
	font-weight: bold;
	font-style: italic;
}

.view-commerce-cart-form table th {
	text-transform: uppercase;
	color: black;
	font-weight: bolder;
	font-family: Open Sans Bold;
}

/******************************
	Formulaire de commande
*******************************/
#customer-profile-billing-field-adresse-de-facturation-add-more-wrapper .panel-heading {
	display: none;
}

#customer-profile-billing-commerce-customer-address-add-more-wrapper .panel-heading {
	display: none;
}

/************
	ACTUS
**********/
.node-actualite h1 {
	font-family: Open Sans Regular;
    font-size: 2.143em;
}

.node-actualite h1:after {
	background: black;
	display: block;
    margin-bottom: 15px;
    margin-top: 10px;
    content: " ";
    width: 13.5rem;
    height: 2px;
}


/**********************************************
	Formulaire d'inscription à un évènement
***********************************************/
@media (max-width: 768px){
  #formulaire-inscription-node-form label {
      width:100%;
  }
}

#formulaire-inscription-node-form {
	font-family: Open Sans Regular;
}

#formulaire-inscription-node-form .infos_event {
    padding: 15px;
}

#formulaire-inscription-node-form .field-group-fieldset {
	margin-top: 15px;
}

@media (min-width: 768px){
  #formulaire-inscription-node-form label {
  	font-weight: bold;
  	width:20%;
  }
}

#formulaire-inscription-node-form .form-type-radio label {
	font-weight: normal;
	text-decoration: initial;
}

#formulaire-inscription-node-form h1 {
	font-family: Open Sans Bold;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 20px;
	font-size: 1.786em;
	color: rgb(78, 168, 204);
	/*text-align: center;*/
}

#formulaire-inscription-node-form h1:after {
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
    content: "   ";
    width: 7.5rem;
    height: 2px;
    background-color: rgb(78, 168, 204);
}

#formulaire-inscription-node-form h2 {
	font-family: Open Sans Regular;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 20px;
	font-size: 1.429em;
	color: rgb(78, 168, 204);
}

#formulaire-inscription-node-form h2:after {
	display: block;
    margin-bottom: 15px;
    margin-top: 10px;
    content: " ";
    width: 7.5rem;
    height: 2px;
	background: rgb(78, 168, 204);
}

#formulaire-inscription-node-form .form-control {
	display: inline;
	width: auto;
}

#formulaire-inscription-node-form .infos_event select {
	width: 135px !important;
    margin: auto;
}


#formulaire-inscription-node-form select {
	width: 40% !important;
}


#formulaire-inscription-node-form .form-type-textfield {
	display: inline;
}

#formulaire-inscription-node-form .form-type-textfield input {
	width: 40%;
}

#formulaire-inscription-node-form  .coordonnees {
	margin-top: 35px;
}

#formulaire-inscription-node-form  .coordonnees label {
	font-weight: bold;
	text-decoration: none;
	width: 150px;
}

#formulaire-inscription-node-form  .coordonnees #payant label {
	width: 250px;
}

#formulaire-inscription-node-form  .coordonnees #payant label.type_reglement {
	width: 400px;
}

#formulaire-inscription-node-form  .coordonnees #payant #edit-type-reglement label {
	font-weight: normal;
}

#formulaire-inscription-node-form  .coordonnees .form-type-select {
	display: inline;
}

#formulaire-inscription-node-form  .coordonnees label.label_no_bold {
	font-weight: normal;
	width: 280px;
    float: left;
}

#formulaire-inscription-node-form  .coordonnees #edit-attestation-choice {
	width: 50%;
    float: left;
}

#formulaire-inscription-node-form  .coordonnees #edit-attestation-choice .form-type-checkbox {
	float: left;
	width: 60px;
	margin-top: 0px;
}

#formulaire-inscription-node-form  .coordonnees p {
	font-weight: normal;
}

#formulaire-inscription-node-form .field_more #edit-actions {
	clear: initial !important;
}

#formulaire-inscription-node-form button#edit-submit {
	top: -2px;
    position: relative;
	border-radius: 0px;
}

#formulaire-inscription-node-form button {
	margin-left: 15px;
    font-family: Open Sans Bold;
    font-weight: bold;
    font-size: 1.071em;
    width: 110px;
    padding: 5px;
    background-color: white;
    border: 1px solid rgb(19, 158, 174);
	color: black;
	float: left;
}

#formulaire-inscription-node-form button:hover {
    background-color: rgb(19, 158, 174);
	color: white;
    border: 1px solid rgb(19, 158, 174);
}

#formulaire-inscription-node-form button:active {
    background-color: rgb(28, 78, 101);
	color: white;
    border: 1px solid rgb(28, 78, 101);
}

#formulaire-inscription-node-form div.tabbable, #formulaire-inscription-node-form .group-intro-bloc, #formulaire-inscription-node-form  #edit-preview {
	display: none;
}

#formulaire-inscription-node-form .form-item-title label {
	display: none;
}

#formulaire-inscription-node-form .form-item-title input {
	width: 0px;
    height: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
}

#formulaire-inscription-node-form .group-champs-payant .panel-heading {
	display: none;
}

#formulaire-inscription-node-form .group-coordonnees-perso .fieldset-title {
    font-weight: bold;
}

#formulaire-inscription-node-form .group-champs-gratuit .panel-heading {
	display: none;
}

#formulaire-inscription-node-form .group-coordonnees-pro .fieldset-title {
    font-weight: bold;
}

#formulaire-inscription-node-form .gratuit .group-champs-payant {
	display: none;
}

#formulaire-inscription-node-form .gratuit .group-champs-gratuit {
	display: block;
}

#formulaire-inscription-node-form  .group-champs-payant {
	display: block;
}

#formulaire-inscription-node-form  .group-champs-gratuit {
	display: none;
}

#formulaire-inscription-node-form .field_more .field-name-field-type-de-formulaire {
	width: 0px;
	height: 0px;
	margin: 0px;
}

#formulaire-inscription-node-form .field_more .field-name-field-type-de-formulaire label {
	display: none;
}

#formulaire-inscription-node-form .field_more .field-name-field-type-de-formulaire select {
	padding: 0px;
    height: 0px;
}

#formulaire-inscription-node-form .field_more .field-name-field-type-d-v-nement {
	width: 0px;
	height: 0px;
    margin: 0px;
}

#formulaire-inscription-node-form .field_more .field-name-field-type-d-v-nement label {
	display: none;
}

#formulaire-inscription-node-form .field_more .field-name-field-type-d-v-nement select {
	padding: 0px;
    height: 0px;
}

#formulaire-inscription-node-form .tabledrag-toggle-weight-wrapper {
    display: none;
}

#formulaire-inscription-node-form .field-multiple-drag {
    /*display: none;*/
    width:20%
}

#formulaire-inscription-node-form .field-text {
    margin: 15px;
}

.field-name-field-r-glement-pro label {
	width: 100% !important;
}

/************************************************
	Liste des participants évènement inscription
*************************************************/
.page-listing-participants-event h1 {
	font-family: Open Sans Bold;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 20px;
	font-size: 1.786em;
	color: rgb(78, 168, 204);
}

/* Filtres de recherche */
.page-listing-participants-event #bloc_recherche_formulaire {
	border: 1px solid #ccc;
    float: left;
    width: 100%;
    padding: 15px;
    background-color: white;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-family: Open Sans Regular;
}

.page-listing-participants-event #bloc_recherche_formulaire .search_field {
	width: 45%;
    margin-right: 1%;
    float: left;
}

.page-listing-participants-event #bloc_recherche_formulaire .search_field label {
	float: left;
    margin-right: 1%;
}

.page-listing-participants-event #bloc_recherche_formulaire .search_field input {
	width: 75%;
    margin-left: 3%;
}

.page-listing-participants-event #bloc_recherche_formulaire .search_field select {
	width: 65%;
    margin-left: 3%;
}

.page-listing-participants-event #bloc_recherche_formulaire #button_filter {
	font-family: Open Sans Bold;
    font-weight: bold;
    font-size: 1.143em;
    width: 15%;
    padding: 5px;
    background-color: white;
    border: 1px solid rgb(19, 158, 174);
    float: right;
}

.page-listing-participants-event #bloc_recherche_formulaire #button_filter:hover {
    background-color: rgb(19, 158, 174);
	color: white;
    border: 1px solid rgb(19, 158, 174);
}

.page-listing-participants-event #bloc_recherche_formulaire #button_filter:active {
    background-color: rgb(28, 78, 101);
	color: white;
    border: 1px solid rgb(28, 78, 101);
}

/* Tableau résultat */
.page-listing-participants-event #table_detail_list_inscription {
	float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-listing-participants-event #tableau_result {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 0.857em;
    margin: 10px 0;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
	margin-top: 20px;
}

.page-listing-participants-event #tableau_result th {
    font-size: 1em;/*CBE 13-->14*/
    font-weight: normal;
    padding: 8px;
    background: #b9c9fe url('http://4.bp.blogspot.com/_xDpoN6UfFFY/S-J2gjh1nPI/AAAAAAAACbg/7lNsVpks2oY/s1600/gradhead.png') repeat-x;
    border-top: 2px solid #d3ddff;
    border-bottom: 1px solid #fff;
    color: #039;
}

.page-listing-participants-event #tableau_result td {
    padding: 8px;
    border-bottom: 1px solid #fff;
    color: #669;
    border-top: 1px solid #fff;
    background: #e8edff url('http://1.bp.blogspot.com/_xDpoN6UfFFY/S-J2f5yBC3I/AAAAAAAACbY/zWXYXsR-w5E/s1600/gradback.png') repeat-x;
}

.page-listing-participants-event #tableau_result tfoot tr td {
    background: #e8edff;
    font-size: 1.143em;
    color: #99c;
    text-align:center;
}

.page-listing-participants-event #tableau_result tbody tr:hover td {
    background: #d0dafd url('http://4.bp.blogspot.com/_xDpoN6UfFFY/S-J2hsztUzI/AAAAAAAACbo/ztV1CK0RUrE/s1600/gradhover.png') repeat-x;
    color: #339;
}

.page-listing-participants-event #tableau_result a:hover {
    text-decoration:underline;
}


/************************************************
	Batch des coups de coeur
*************************************************/
#cnlj-batch-coup-de-coeur-form h1 {
	font-family: Open Sans Bold;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 20px;
	font-size: 1.786em;
	color: rgb(78, 168, 204);
}

#cnlj-batch-coup-de-coeur-form .information_batch {
	font-family: Open Sans Regular;
    margin-bottom: 20px;
}

.node-coup-de-coeur .coup-de-coeur h1::after {
    background: #f3ca32 none repeat scroll 0 0;
    content: " ";
    display: block;
    height: 2px;
    margin-bottom: 15px;
    margin-top: 10px;
    width: 12.5rem;
}

.node-coup-de-coeur .coup-de-coeur h1 {
    color: #f3ca32;
    font-family: Open Sans Bold;
    font-size: 1.786em;
    margin-top: 0;
    padding-bottom: 0px;
}

.node-coup-de-coeur .colonne-gauche .bloc_miniature_image {
	float: left;
    width: 18%;
    margin-right: 2%;
	margin-top: 55px;
}

.node-coup-de-coeur .colonne-gauche .bloc_miniature_image img {
    width: 100%;
    margin-bottom: 5px;
	cursor: pointer;
  height: 100%;
}

.node-coup-de-coeur .colonne-gauche .bloc_miniature_image img:hover {
    border: 1px solid black;
}

.node-coup-de-coeur .colonne-gauche .bloc_image img {
    width: 100%;
    height: 100%;
}

.node-coup-de-coeur .colonne-gauche .bloc_image {
	float: left;
	width: 80%;
	padding-bottom: 20px;
}

.node-coup-de-coeur .colonne-gauche .field-name-field-genre-coup {
    color: #f3ca32;
    font-family: Open Sans Bold;
    margin-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 5px;
    font-size: 1em;
}

.node-coup-de-coeur .field-name-body{
	padding-top: 20px;
}

.node-coup-de-coeur .field-name-body a{
	color: #f3ca32;
}

.node-coup-de-coeur .field-items{
	padding-bottom: 5px;
}

.node-coup-de-coeur .content-coup-de-coeur{
  background-color: #ffffff; 
  padding: 15px 15px;
}

.node-coup-de-coeur .lien-coup {
  margin-top: 10px;
}

.node-coup-de-coeur .lien-coup a{
	color: #000000;
	text-decoration: underline;
    position: relative;
    top: 10px;
}

.node-coup-de-coeur .lien-coup img {
    float: left;
    margin-right: 1%;
}
.node-coup-de-coeur .colonne-gauche {
  margin-bottom: 
}
/*************************************
****************
	PAGES DE RECHERCHE
*****************************************************/

/*******************
Bibliographies 
*********************/
h4.last_bibliographie_title {
    color: rgb(192, 87, 145);
    font-family: Open Sans Bold;
    font-weight: bold;
    font-size: 1.286em;
    margin-top: 0px;
}

h4.last_bibliographie_title:after {
	display: block;
    margin-bottom: 15px;
    margin-top: 10px;
    content: " ";
    width: 7.5rem;
    height: 2px;
    background: rgb(192, 87, 145);
}

.view-page-bibliographie {
	float: left;
    width: 95%;
	margin-bottom: 30px;
}

.node-page-rubrique .communique_presse .resultat .title_resultat a {
	/*background-image: none;
    padding: 0px;*/
}

.node-page-rubrique .view-recherche-communiqu-s-de-presse {
	float: left;
    width: 100%;
}

.view-page-bibliographie .views-row a {
	color: rgb(96, 96, 96);
    font-size: 1em;
    font-family: Open Sans Regular;
    font-weight: bold;
}

.view-recherche-bibliographie {
	float: left;
    width: 100%;
}

.view-recherche-bibliographie .pager--infinite-scroll {
	float: left;
}

.bibliographie_rubrique .view-filters {
	float: left;
    width: 100%;
}

#views-exposed-form-recherche-bibliographie-page .views-exposed-form {
	float: left;
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    background-color: white;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
 

#views-exposed-form-recherche-bibliographie-page .views-exposed-form label {
	float: left;
    position: relative;
    margin-right: 5%;
    top: 5px;
    font-size: 1.143em;
    width:43%;
}

@media (max-width:768px){
  #views-exposed-form-recherche-bibliographie-page .views-exposed-form label {
      width:100%;
      top: auto;
  }
  
  #views-exposed-form-recherche-bibliographie-page .views-exposed-form .views-submit-button {
    margin-top: 10px;
  }
}

#views-exposed-form-recherche-bibliographie-page .views-exposed-form #edit-search-api-views-fulltext-wrapper {
    width: 100%;
}

#views-exposed-form-recherche-bibliographie-page .views-exposed-form #edit-field-type-bibliographie-taxo-wrapper {
    width: 100%;
}

#views-exposed-form-recherche-bibliographie-page .views-exposed-form .views-submit-button {
    width: 100%;
}

@media (min-width:992px) {
  
  #views-exposed-form-recherche-bibliographie-page .views-exposed-form #edit-search-api-views-fulltext-wrapper {
      width: 60%;
  }
  
  #views-exposed-form-recherche-bibliographie-page .views-exposed-form #edit-field-type-bibliographie-taxo-wrapper {
      width: 40%;
  }

  #views-exposed-form-recherche-bibliographie-page .views-exposed-form .views-submit-button {
      width: 100%;
      float:left;
  }
}

@media (min-width:1200px){
  #views-exposed-form-recherche-bibliographie-page .views-exposed-form #edit-search-api-views-fulltext-wrapper {
  	width: 50%;
  }
  #views-exposed-form-recherche-bibliographie-page .views-exposed-form #edit-field-type-bibliographie-taxo-wrapper {
  	width: 35%;
  }
 
   #views-exposed-form-recherche-bibliographie-page .views-exposed-form .views-submit-button {
     width:15%
   }
}

#views-exposed-form-recherche-bibliographie-page .views-exposed-form .views-widget {
	float: left;
}

#views-exposed-form-recherche-bibliographie-page .views-exposed-form .views-submit-button {
    
}

#views-exposed-form-recherche-bibliographie-page .views-exposed-form .views-exposed-widget .form-submit {
	margin-top: 0px;
    color:black;
    font-weight:bold;
    padding:6px 40px;
    -webkit-border-top-left-radius:0;
    -webkit-border-top-right-radius:0;
    -webkit-border-bottom-right-radius:0;
    -webkit-border-bottom-left-radius:0;
    -moz-border-radius-topleft:0;
    -moz-border-radius-topright:0;
    -moz-border-radius-bottomright:0;
    -moz-border-radius-bottomleft:0;
    border-top-left-radius:0;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
    background-color:#ffffff;
    border:1px solid rgb(134,41,131);
}

#views-exposed-form-recherche-bibliographie-page .views-exposed-form .views-exposed-widget .form-submit:hover {
    color:white;
    background-color:rgb(134,41,131);
}

.titre_resultat_recherche_biblio {
	font-family: Open Sans Bold;
    font-size: 1.143em;
    padding-bottom: 10px;
	float: left;
}

.titre_resultat_recherche_biblio .num_results {
	display: inline;
    font-family: Open Sans Regular;
}

.view_result_biblio {
	float: left;
	width: 100%;
}

.view_result_biblio .resultat {
	width: 100%;
    float: left;
    padding-bottom: 20px;
    background-color: white;
    padding: 15px;
}

.view_result_communiqu-s-de-presse .not_first_row,
.view_result_biblio .not_first_row {
	border-top: 1px dashed #ccc;
}

.view_result_biblio .resultat .title_resultat {
	margin-bottom: 5px;
}

.view_result_biblio .resultat .title_resultat a {  
	font-family: Open Sans Bold;
    font-size: 1.071em;
    text-decoration: underline;
    color: rgb(48, 48, 48);
	background-image: url(../img/fleche_session_date.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 20px;
}

.view_result_biblio .resultat .title_resultat .title_without_link {
	font-family: Open Sans Bold;
    font-size: 1.071em;
    text-decoration: underline;
    color: rgb(48, 48, 48);
	background-image: url(../img/fleche_session_date.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 15px;
}

.view_result_biblio .resultat .title_resultat a, .view_result_biblio .resultat .title_resultat .title_without_link {
	background-image: none;
    padding: 0px;
}

.view_result_biblio .resultat label {  
    font-family: Open Sans Regular;
    font-weight: normal;
    font-size: 1em;
}

/*******************
Prix littéraires
*********************/
.view_prix_literaires_search_filter #simple-search {
    margin-bottom:0px;
    border-bottom:none;
    -webkit-border-top-left-radius:4px;
    -webkit-border-top-right-radius:4px;
    -webkit-border-bottom-right-radius:0;
    -webkit-border-bottom-left-radius:0;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    -moz-border-radius-bottomright:0;
    -moz-border-radius-bottomleft:0;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
	border: 1px solid #ccc;
}

.view_prix_literaires_search_filter #simple-search.panel label {
	padding:0;
	margin-bottom:0;
	line-height:34px;
	font-family:"Open Sans Bold";
	font-size: 1.071em;
	font-weight:bold;
	color:rgb(48,48,48);
	text-align:left;
}

.view_prix_literaires_search_filter #simple-search.panel .simple-search-input-wrapper {
	float:left;
	width:40%;
	padding:0;
}

.view_prix_literaires_search_filter #simple-search.panel .simple-search-button-wrapper {
	float:left;
	width:100%;
	padding:0;
	text-align:center;
}

.view_prix_literaires_search_filter #simple-search.panel .form-group {
	width:100%;
	margin:0;
}

.view_prix_literaires_search_filter #simple-search.panel .form-group input {
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-bottomleft:0;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
}

.view_prix_literaires_search_filter #simple-search.panel .form-group .views-submit-button {
	float: left;
    margin-top: -10px;
    margin-left: 15px;
}

.view_prix_literaires_search_filter #simple-search.panel .form-group .form-submit {
	margin:10px 0 0 0;
	color:black;
	font-weight:bold;
	padding:6px 40px;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-bottomleft:0;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	background-color:#ffffff;
	border:1px solid rgb(134,41,131);
}

.view_prix_literaires_search_filter #simple-search.panel .form-group .form-submit:hover {
	color:white;
	background-color:rgb(134,41,131);
}

.view_prix_literaires_search_filter #advanced-search {
	margin-bottom:0;
	border-bottom:none;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-bottomleft:0;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	border: 1px solid #ccc;
	margin-top: -1px;
}

.view_prix_literaires_search_filter #advanced-search.panel .panel-heading {
    position:relative;
    font-family:Open Sans Bold;
    font-size: 1.071em;
    font-weight:bold;
    color:rgb(48,48,48);
}

.view_prix_literaires_search_filter #advanced-search.panel .panel-heading .tools {
    position:absolute;
    top:10px;
    right:15px;
}

.view_prix_literaires_search_filter #advanced-search.panel .panel-heading .tools a {
    background-image:url(../img/fleche_recherche_down.png);
    background-repeat:no-repeat;
    cursor:pointer;
    float:right;
    width:25px;
    height:25px;
}

.view_prix_literaires_search_filter #advanced-search.panel .panel-heading .tools a.in {
    background-image:url(../img/fleche_recherche_up.png);
}

.view_prix_literaires_search_filter #advanced-search.panel .panel-body .form-body .form-group label {
    padding-top:0;
    margin-bottom:0;
    line-height:18px;
    font-family:Open Sans Regular;
    font-size: 1em;
    font-weight:400;
    color:rgb(48,48,48);
    width:100%;
    text-align:left;
    min-height: 38px;
}

.view_prix_literaires_search_filter #advanced-search.panel .panel-body .form-body .form-group .second-label {
	padding:0 15px;
	width:100%;
	line-height:34px;
	float:left;
	text-align:left;
}

.view_prix_literaires_search_filter #advanced-search.panel .panel-body .form-body .form-group input,
.view_prix_literaires_search_filter #advanced-search.panel .panel-body .form-body .form-group select {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.view_prix_literaires_search_filter #advanced-search.panel .panel-body .form-body .form-text {
  height: 34px;
}
.view_prix_literaires_search_filter #advanced-search.panel .panel-body .form-body .form-control {
  height: auto;
}
.view_prix_literaires_search_filter #advanced-search.panel .panel-body .form-actions {
	text-align: center;
	padding-top: 20px;
}

.view_prix_literaires_search_filter #advanced-search.panel .panel-body .form-actions input,  
.view_prix_literaires_search_filter #advanced-search.panel .panel-body .form-actions button {
    color: black;
    font-weight: bold;
    padding: 6px 40px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffffff;
    border: 1px solid rgb(134,41,131);
	float: right;
}

.view_prix_literaires_search_filter #advanced-search.panel .panel-body .form-actions input:hover,
.view_prix_literaires_search_filter #advanced-search.panel .panel-body .form-actions button:hover {
	background-color:rgb(134,41,131);
	color:white;
}

.view_prix_literaires_search_filter #literary-awards-list {
    margin-bottom:0;
    -webkit-border-top-left-radius:0;
    -webkit-border-top-right-radius:0;
    -webkit-border-bottom-right-radius:4px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-radius-topleft:0;
    -moz-border-radius-topright:0;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-bottomleft:4px;
    border-top-left-radius:0;
    border-top-right-radius:0;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;
}

.view_prix_literaires_search_filter #literary-awards-list.panel .panel-heading .caption {
    position:relative;
    font-family:Open Sans Bold;
    font-size: 1.071em;
    font-weight:bold;
    color:rgb(48,48,48);
}

.view_prix_literaires_search_filter #literary-awards-list.panel .panel-heading .caption a {
	background-image: url(../img/fleche_session_date.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
	color:rgb(48,48,48);
	text-decoration:underline;
}

.view_prix_literaires_search_filter #literary-awards-list.panel .panel-heading .caption a:hover {
	color:rgb(192,87,145);
}

@media (min-width: 768px) {
.view_prix_literaires_search_filter #simple-search.panel label {
	padding:0;
	width:100%;
	text-align:left;
}

.view_prix_literaires_search_filter #simple-search.panel .simple-search-input-wrapper {
	float:left;
	width:100%;
	padding:0;
}

.view_prix_literaires_search_filter #simple-search.panel .simple-search-button-wrapper {
	float:left;
	width:100%;
	padding:0;
	text-align:center;
}

.view_prix_literaires_search_filter #simple-search.panel .form-group button {
	margin:10px 0 0 0;
}

.view_prix_literaires_search_filter #advanced-search.panel .panel-body .form-body .form-group {
	float: left;
    width: 100%;
}

.view_prix_literaires_search_filter #advanced-search.panel .panel-body .form-body .form-group label {
	width:100%;
	text-align:left;
}

.view_prix_literaires_search_filter #advanced-search.panel .panel-body .form-body .form-group .second-label {
	padding:0 15px;
	width:100%;
	line-height:34px;
	float:left;
	text-align:left;
}

.view_prix_literaires_search_filter #advanced-search.panel .panel-body .form-actions {
	text-align: center;
	padding-top: 20px;
}
}

@media (min-width: 992px) {
.view_prix_literaires_search_filter #simple-search.panel label {
	padding:0;
	width:33.3333333333%;
	text-align:left;
}

.view_prix_literaires_search_filter #simple-search.panel .simple-search-input-wrapper {
	float:left;
	width:365px;
	padding:0;
}

.view_prix_literaires_search_filter #simple-search.panel .simple-search-button-wrapper {
	float:left;
	width:143px;
	padding:0;
	text-align:left;
}

.view_prix_literaires_search_filter #simple-search.panel .form-group button {
	margin:0 0 0 15px;
}

.view_prix_literaires_search_filter #advanced-search.panel .panel-body .form-body .form-group label {
	width:33.3333333333%;
	text-align:right;
}

.view_prix_literaires_search_filter #advanced-search.panel .panel-body .form-body .form-group .second-label {
	padding:0;
	width:75px;
	line-height:34px;
	float:left;
	text-align:right;
}

.view_prix_literaires_search_filter #advanced-search.panel .panel-body .form-actions {
	text-align: left;
	padding-top: 20px;
}
}

@media (min-width: 1200px) {
.view_prix_literaires_search_filter #simple-search.panel label {
	padding:0;
	width:33.3333333333%;
	text-align:left;
}

.view_prix_literaires_search_filter #simple-search.panel .simple-search-input-wrapper {
	float:left;
	width:465px;
	padding:0;
}

.view_prix_literaires_search_filter #simple-search.panel .simple-search-button-wrapper {
	float:left;
	width:143px;
	padding:0;
	text-align:left;
}

.view_prix_literaires_search_filter #simple-search.panel .form-group button {
	margin:0 0 0 15px;
}

.view_prix_literaires_search_filter #advanced-search.panel .panel-body .form-body .form-group label {
	width: 20%;
	text-align: right;
	padding-top: 5px;
}

.view_prix_literaires_search_filter #advanced-search.panel .panel-body .form-body .form-group .second-label {
	padding:0;
	width:75px;
	line-height:34px;
	float:left;
	text-align:right;
}

.view_prix_literaires_search_filter #advanced-search.panel .panel-body .form-actions {
	padding-top: 20px;
	text-align: left;
}
}

.view_prix_literaires_search_filter #advanced-search.panel .panel-body .form-body .form-group {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.view_prix_literaires_search_filter #advanced-search.panel .panel-body .form-body .bef-checkboxes .form-group {
 width:30%;
 margin:0;
}

.view_prix_literaires_search_filter #advanced-search.panel .panel-body .form-body .bef-checkboxes .form-group .form-control{
    display: inline-block;
    font-size: 1em;
    height: auto;
    line-height: 1.42857;
    padding: 6px 0px;
    vertical-align: middle;
	width: 7%;
    margin-right: 5%;
	position: relative;
    float: left;
    margin-top: 4px;
}

.form-item-field-categorie-prix .form-control {
    border: none;
    color: #555;
    display: block;
    font-size: 1em;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    vertical-align: middle;
    width: 100%;
    box-shadow: none;
}

.view_prix_literaires_search_filter #advanced-search.panel .panel-body .form-body .bef-checkboxes .form-group label {
  width:86%;
  text-align:left;
 }

/*******************************************************************************
	VIEW Prix Litteraire FULL
*******************************************************************************/
.view-prix-litteraires {
	float: left;
    width: 100%;
}

.node-page-rubrique .view-prix-litteraires .resultat .title_resultat a {
	background-image: none;
    padding: 0px;
}

.node-page-rubrique .view-prix-litteraires .resultat p {
    font-family: Open Sans Regular;
    font-size: 1em;
}

.node-page-rubrique .view-prix-litteraires .resultat label {
    font-weight: bold;
	margin-right: 2px;
}

.node-page-rubrique .view-prix-litteraires .button_show_palmares {
	margin: 10px 0 0 15px;
	color:black;
	font-weight:bold;
    padding: 8px 10px 8px 35px;
    float: right;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-bottomleft:0;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	background-color:#ffffff;
	border:1px solid rgb(134,41,131);
	font-size: inherit;
	
	background-image: url(../img/fleche_recherche_down.png);
    background-repeat: no-repeat;
	background-position: 5px 5px;
}

.view-prix-litteraires .prix_litteraire_full {
	float: left;
    width: 100%;
    background-color: white;
    box-shadow: 0px 0px 1px 1px #aaa;
	padding: 15px;
}

.view-prix-litteraires .prix_litteraire_full h2 {
	font-family: Open Sans Bold;
    margin-top: 0px;
    font-size: 1.786em;
    padding-bottom: 10px;
    color: rgb(192, 87, 145);
}

.view-prix-litteraires .prix_litteraire_full h2:after {
	display: block;
    margin-bottom: 15px;
    margin-top: 10px;
    content: " ";
    width: 12.5rem;
    height: 2px;
    background: rgb(192, 87, 145);
}

.view-prix-litteraires .prix_litteraire_full .info_bloc_gauche {
	float: left;
    width: 50%;
	font-family: Open Sans Regular;
	font-size: 1em;/*CBE 13-->14*/
    color: black;
}

.view-prix-litteraires label {
    color: black;
    margin-right: 1%;
	margin-bottom: 0;
}

.view-prix-litteraires .prix_litteraire_full .info_bloc_droite {
	float: left;
    font-family: Open Sans Regular;
    font-size: 1em;/*CBE 13-->14*/
    color: black;
    width: 50%;
}

.view-prix-litteraires .prix_litteraire_full .info_bloc_droite p {
	display: inline;
}

.view-prix-litteraires .prix_litteraire_full .info_bloc_droite img {
	max-width: 100px;
    max-height: 50px;
}

.view-prix-litteraires .bloc_palmares {
	float: left;
	width: 100%;
	background-color: white;
    box-shadow: 0px 0px 1px 1px #aaa;
	padding: 15px;
	font-family: Open Sans Regular;
    font-size: 1em;/*CBE 13-->14*/
    color: black;
	margin-top: 25px;
}

.view-prix-litteraires .bloc_palmares #logo_palmares, 
.view-recherche-palmares #logo_palmares {
	background-image: url(../img/palmares_title_img.png);
    background-repeat: no-repeat;
    float: left;
	width: 115px;
    height: 41px;
}

.view-recherche-palmares .header_palmares {
	float: left;
    width: 100%;
}

.view-prix-litteraires .bloc_palmares .select_aneee_bloc,
.view-recherche-palmares .select_aneee_bloc {
	float: right;
	/*width: 25%; *****CBE******/
	margin-bottom: 20px;
}

.view-prix-litteraires .bloc_palmares .select_annee_palmares,
.view-recherche-palmares .select_annee_palmares {
	padding: 0.4vw;
    font-family: Open Sans Regular;
    width: 85%;
    margin-bottom: 20px;
}

.view-prix-litteraires .bloc_palmares #results_palmares_bloc {
	float: left;
	width: 100%;
}

.view-prix-litteraires .bloc_palmares #results_palmares_bloc .title_anee {
	font-family: Open Sans Bold;
    font-size: 1.429em;
    margin-top: -15px;
    width: 50px; /*6%-->50px*/
    background-color: white;
}

.view-prix-litteraires .bloc_palmares #results_palmares_bloc .result_annee {
	margin-bottom: 35px;
    border-top: 2px solid rgb(192, 87, 145);
	float: left;
	width: 100%;
}

.view-prix-litteraires .bloc_palmares #results_palmares_bloc .palmares_result {
	float: left;
    width: 50%;
    margin-bottom: 15px;
	font-size: 1.1em;
}

.view-prix-litteraires .bloc_palmares #results_palmares_bloc .palmares_result a {
	color: rgb(48, 48, 48);
	margin-right: 2%;
}

.view-prix-litteraires .bloc_palmares #results_palmares_bloc .palmares_result a:hover {
	color: rgb(192, 87, 145);
}

.view-prix-litteraires .bloc_palmares #results_palmares_bloc .palmares_result p {
	display: inline;
    margin-right: 2%;
}

.view-prix-litteraires .resultat {
	background-color: transparent;
	padding: 0px;
	margin-bottom: 20px;
}


/*******************************
	Carnet d'adresse
********************************/
/*******************************************************************************
	VIEW : page Rubrique Carnet Adresse
*******************************************************************************/
.view-recherche-organisme {
	float: left;
	width: 100%;
}

.carnet_adresse #block_recherche {
	float: left;
    width: 100%;
    background-color: white;
    box-shadow: 0px 0px 1px 1px #aaa;
	margin-bottom: 30px;
}

.carnet_adresse .view-filters {
	float: left;
    width: 100%;
}

.carnet_adresse .recherche_globale {
	padding: 15px;
	border-bottom: 1px solid rgb(179, 179, 179);
}

.carnet_adresse .recherche_globale #texte_recherche_input {
	margin-left: 5%;
    margin-right: 3%;
}

.carnet_adresse .recherche_globale {
	color: rgb(179, 179, 179);
}

.carnet_adresse .recherche_avancee {
	padding: 15px;
	float: left;
	width: 100%;
}

.carnet_adresse label {
	font-family: Open Sans Bold;
    font-size: 1.071em;
    font-weight: bold;
	color: rgb(48, 48, 48);
}

.carnet_adresse input {
	font-family: Open Sans Regular;
    font-size: 1.143em;
}

.carnet_adresse .button_valid_recherche_global {
	font-family: Open Sans Bold;
    font-weight: bold;
    font-size: 1.071em;
    width: 10%;
    margin-left: 3%;
    padding: 5px;
    background-color: white;
    border: 1px solid #4ea8cc;
}

.carnet_adresse .button_valid_recherche_global:hover {
	background-color: #4ea8cc;
	color: white;
    border: 1px solid #4ea8cc;
}

.carnet_adresse .button_valid_recherche_global:active {
	background-color: #1c4e65;
	color: white;
    border: 1px solid #1c4e65;
}

.carnet_adresse .recherche_avancee .drop_down_advanced_search {
	background-image: url(../img/fleche_recherche_up.png);
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    width: 25px;
    height: 25px;
}

.carnet_adresse #fields_advanced_search {
	float: left;
    clear: both;
    margin-top: 20px;
	display: none;
	width: 100%;
}

.carnet_adresse #fields_advanced_search label {
	font-size: 1em;
	font-weight: normal;
    margin-right: 2%;
}

.carnet_adresse #fields_advanced_search .input_texte_base_demi_line {
	width: 15%;
    margin-bottom: 20px;
	margin-right: 2%;
}

.carnet_adresse .button_valid_recherche_avancee {
	font-family: Open Sans Bold;
    font-weight: bold;
    font-size: 1.071em;
    width: 10%;
    margin-left: 3%;
    padding: 5px;
    background-color: white;
    border: 1px solid #4ea8cc;
}

.carnet_adresse .button_valid_recherche_avancee:hover {
	background-color: #4ea8cc;
	color: white;
    border: 1px solid #4ea8cc;
}

.carnet_adresse .button_valid_recherche_avancee:active {
	background-color: #1c4e65;
	color: white;
    border: 1px solid #1c4e65;
}

.carnet_adresse #select_sujet_organisme {
	padding: 10px;
    font-family: Open Sans Regular;
    width: 15%;
    margin-bottom: 20px;
}

.carnet_adresse .label_categorie {
	float: left;
}


.carnet_adresse .categories_revues {
	width: 100%;
	float: left;
}

.carnet_adresse .checkboxes_categories {
	float: left;
	width: 500px;
}

.carnet_adresse input[type="checkbox"],
form#views-exposed-form-recherche-organisme-page input[type="checkbox"],
form#views-exposed-form-recherche-communiqu-s-de-presse-page input[type="checkbox"]{
	width: 18px;
  height: 18px;
  margin: 0 1% 5px 0;
}

.carnet_adresse .titre_carnet_resultat {
	float: left;
    font-family: Open Sans Bold;
    font-size: 1.143em;
    margin-bottom: 20px;
	margin-top: 20px;
	text-transform: uppercase;
}

.carnet_adresse .display_full_list {
	padding: 15px;
	border-top: 1px solid rgb(179, 179, 179);
	float: left;
    width: 100%;
}

.carnet_adresse .display_full_list a {
	font-family: Open Sans Bold;
    font-size: 1.071em;
    text-decoration: underline;
    color: rgb(48, 48, 48);
    background-image: url(../img/fleche_session_date.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 20px;
}

/*******************************************************
	GESTION DU PAGER ALPHA-NUMERIQUE
*******************************************************/
#resultat_pagination_lettres {
	float: left;
    width: 100%;
    background-color: rgb(249, 249, 249);
    box-shadow: 0px 0px 1px 1px #aaa;
    margin-bottom: 30px;
}

#resultat_pagination_lettres .header_letter {
	float: left;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
	padding: 10px;
}

#resultat_pagination_lettres .header_letter .letter_filter {
	float: left;
	width: 3%;
	text-align: center;
	cursor: pointer;
	font-family: Open Sans Bold;
}

#resultat_pagination_lettres .header_letter .letter_filter:hover {
	color: rgb(19, 158, 174);
}

#resultat_pagination_lettres .header_letter .no_result_letter {
	color: gray !important;
    cursor: initial !important;
}

#resultat_pagination_lettres .view_recherche_pagination_resultat {
    float: left;
    width: 100%;
    background-color: white;
    box-shadow: 0px 0px 1px 1px #aaa;
}

#resultat_pagination_lettres .view_recherche_pagination_resultat .result_recherche {
    float: left;
    width: 100%;
	padding-bottom: 20px;
}

#resultat_pagination_lettres .view_recherche_pagination_resultat .letter_picto {
	background-image: url(../img/picto_letter.png);
    background-repeat: no-repeat;
    width: 58px;
    height: 40px;
    color: white;
    text-align: center;
    margin-top: 10px;
    float: left;
    font-size: 1.929em;
    font-family: Open Sans Bold;
}

.view-recherche-prix-litt-raires #resultat_pagination_lettres .view_recherche_pagination_resultat .letter_picto {
	background-image: url(../img/picto_letter_ressources_doc.png);	
}

#resultat_pagination_lettres .view_recherche_pagination_resultat .no_result {
	float: left;
    width: 96%;
    margin-left: 2%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 25px;
    font-family: Open Sans Regular;
    font-weight: bold;
}

#resultat_pagination_lettres .view_recherche_pagination_resultat .views-row {
	float: left;
    width: 99%;
    margin-left: 1%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: Open Sans Regular;
    border-bottom: 1px solid lightgray;
}

#resultat_pagination_lettres .view_recherche_pagination_resultat .views-row .views-field-title a {
	font-family: Open Sans Regular;
    font-size: 1.071em;
    font-weight: bold;
    background-image: url(../img/fleche_session_date.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 15px;
    color: black;
	text-decoration: underline;
}

#resultat_pagination_lettres .view_recherche_pagination_resultat .views-row .views-field-title a:hover {
	color: rgb(19, 158, 174);
}

#resultat_pagination_lettres .view_recherche_pagination_resultat .views-row .views-field-field-presentation-organisme {
	margin-top: 10px;
}

/** Add bootstrap **/
.view_organisme_search_filter .panel {
 border:1px solid #ccc;
 float:left;
 width:100%;
}

.view_organisme_search_filter #simple-search {
 margin-bottom:0px;
 border-bottom:none;
 -webkit-border-top-left-radius:4px;
 -webkit-border-top-right-radius:4px;
 -webkit-border-bottom-right-radius:0;
 -webkit-border-bottom-left-radius:0;
 -moz-border-radius-topleft:4px;
 -moz-border-radius-topright:4px;
 -moz-border-radius-bottomright:0;
 -moz-border-radius-bottomleft:0;
 border-top-left-radius:4px;
 border-top-right-radius:4px;
 border-bottom-right-radius:0;
 border-bottom-left-radius:0;
}

.view_organisme_search_filter #simple-search.panel label {
 padding:0;
 margin-bottom:0;
 line-height:34px;
 font-family:Open Sans Bold;
 font-size: 1.071em;
 font-weight:bold;
 color:rgb(48,48,48);
 text-align:left;
}

.view_organisme_search_filter #simple-search.panel .simple-search-input-wrapper {
 float:left;
 width:100%;
 padding:0;
}

.view_organisme_search_filter #simple-search.panel .simple-search-button-wrapper {
 float:left;
 width:100%;
 padding:0;
 text-align:center;
}

.view_organisme_search_filter #simple-search.panel .form-group {
 width:100%;
 margin:0;
}



.view_organisme_search_filter #simple-search.panel .form-group input {
 -webkit-border-top-left-radius:0;
 -webkit-border-top-right-radius:0;
 -webkit-border-bottom-right-radius:0;
 -webkit-border-bottom-left-radius:0;
 -moz-border-radius-topleft:0;
 -moz-border-radius-topright:0;
 -moz-border-radius-bottomright:0;
 -moz-border-radius-bottomleft:0;
 border-top-left-radius:0;
 border-top-right-radius:0;
 border-bottom-right-radius:0;
 border-bottom-left-radius:0;
}

.view_organisme_search_filter #simple-search.panel .form-group button {
 margin:10px 0 0 0;
 color:black;
 font-weight:bold;
 padding:6px 40px;
 -webkit-border-top-left-radius:0;
 -webkit-border-top-right-radius:0;
 -webkit-border-bottom-right-radius:0;
 -webkit-border-bottom-left-radius:0;
 -moz-border-radius-topleft:0;
 -moz-border-radius-topright:0;
 -moz-border-radius-bottomright:0;
 -moz-border-radius-bottomleft:0;
 border-top-left-radius:0;
 border-top-right-radius:0;
 border-bottom-right-radius:0;
 border-bottom-left-radius:0;
 background-color:#ffffff;
 border: 1px solid rgb(19,158,174);
}

.view_organisme_search_filter #simple-search.panel .form-group button:hover {
 color:white;
 background-color:rgb(19,158,174);
}

.view_organisme_search_filter #advanced-search {
    margin-bottom:0;
    border-bottom:none;
    -webkit-border-top-left-radius:0;
    -webkit-border-top-right-radius:0;
    -webkit-border-bottom-right-radius:0;
    -webkit-border-bottom-left-radius:0;
    -moz-border-radius-topleft:0;
    -moz-border-radius-topright:0;
    -moz-border-radius-bottomright:0;
    -moz-border-radius-bottomleft:0;
    border-top-left-radius:0;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
}

.view_organisme_search_filter #advanced-search.panel .panel-heading {
    position:relative;
    font-family:Open Sans Bold;
}
.view_organisme_search_filter #advanced-search.panel .panel-heading .tools {
    position:absolute;
    top:10px;
    right:15px;
}

.view_organisme_search_filter #advanced-search.panel .panel-heading .tools a {
    background-image:url(../img/fleche_recherche_down.png);
    background-repeat:no-repeat;
    cursor:pointer;
    float:right;
    width:25px;
    height:25px;
}

.view_organisme_search_filter #advanced-search.panel .panel-heading .tools a.in {
    background-image:url(../img/fleche_recherche_up.png);
}

.view_organisme_search_filter #advanced-search.panel .panel-body .form-body .form-group label {
    padding-top:0;
    margin-bottom:0;
    line-height:18px;
    font-family:'Open Sans Regular';
    font-size: 1em;
    font-weight:400;
    color:rgb(48,48,48);
    width:100%;
    text-align:left;
}

.view_organisme_search_filter #advanced-search.panel .panel-body .form-body .form-group label.checkbox-inline {
 width:100%;
 margin-left:0;
 padding:0;
 padding-left:10px;
 text-align:left;
}

.view_organisme_search_filter #advanced-search.panel .panel-body .form-body .form-group label.checkbox-inline input {
 margin:8px 6px 8px 0;
}

.view_organisme_search_filter #advanced-search.panel .panel-body .form-body .form-group .second-label {
 padding:0 15px;
 width:100%;
 line-height:34px;
 float:left;
 text-align:left;
}

.view_organisme_search_filter #advanced-search.panel .panel-body .form-body .form-group input,
.view_organisme_search_filter #advanced-search.panel .panel-body .form-body .form-group select {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
	padding: 0px;
}

.view_organisme_search_filter #advanced-search.panel .panel-body .form-actions {
 text-align: center;
}

.view_organisme_search_filter #advanced-search.panel .panel-body .form-actions button {
	color:black;
	font-weight:bold;
	padding:6px 40px;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-bottomleft:0;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	background-color:#ffffff;
	border:1px solid rgb(19,158,174);
     float: right;
    margin: 15px;
}

.view_organisme_search_filter #advanced-search.panel .panel-body .form-actions button:hover {
 background-color:rgb(19,158,174);
 color:white;
}

.view_organisme_search_filter #organism-list {
    margin-bottom:0;
    -webkit-border-top-left-radius:0;
    -webkit-border-top-right-radius:0;
    -webkit-border-bottom-right-radius:4px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-radius-topleft:0;
    -moz-border-radius-topright:0;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-bottomleft:4px;
    border-top-left-radius:0;
    border-top-right-radius:0;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;
}

.view_organisme_search_filter #organism-list.panel .panel-heading .caption {
    position:relative;
    font-family:Open Sans Bold;
    font-size: 1.071em;
    font-weight:bold;
    color:rgb(48,48,48);
}

.view_organisme_search_filter #organism-list.panel .panel-heading .caption a {
 background-image: url(../img/fleche_session_date.png);
 background-repeat: no-repeat;
 background-position: 0px center;
 padding-left: 20px;
 color:rgb(48,48,48);
 text-decoration:underline;
}

.view_organisme_search_filter #organism-list.panel .panel-heading .caption a:hover {
 color:rgb(19,158,174);
}

@media (min-width: 768px) {
.view_organisme_search_filter #simple-search.panel label {
  padding:0;
  width:100%;
  text-align:left;
 }

.view_organisme_search_filter #simple-search.panel .simple-search-input-wrapper {
  float:left;
  width:100%;
  padding:0;
 }

.view_organisme_search_filter #simple-search.panel .simple-search-button-wrapper {
  float:left;
  width:100%;
  padding:0;
  text-align:center;
 }

.view_organisme_search_filter #simple-search.panel .form-group button {
  margin:10px 0 0 0;
 }



.view_organisme_search_filter #advanced-search.panel .panel-body .form-body .form-group label.checkbox-inline {
  width:33.33333333333333%;
  margin-left:0;
  padding:0;
  padding-left:10px;
  text-align:left;
 }

.view_organisme_search_filter #advanced-search.panel .panel-body .form-body .form-group label.checkbox-inline input {
  margin:8px 6px 8px 0;
 }

.view_organisme_search_filter #advanced-search.panel .panel-body .form-body .form-group .second-label {
  padding:0 15px;
  width:100%;
  line-height:34px;
  float:left;
  text-align:left;
 }

.view_organisme_search_filter #advanced-search.panel .panel-body .form-actions {
  text-align:center;
 }
}

@media (min-width: 992px) {
 .view_organisme_search_filter #simple-search.panel label {
  padding:0;
  width:33.3333333333%;
  text-align:left;
 }

 .view_organisme_search_filter #simple-search.panel .simple-search-input-wrapper {
  float:left;
  width:365px;
  padding:0;
 }

 .view_organisme_search_filter #simple-search.panel .simple-search-button-wrapper {
  float:left;
  width:143px;
  padding:0;
  text-align:left;
 }

 .view_organisme_search_filter #simple-search.panel .form-group button {
  margin:0 0 0 15px;
 }

 .view_organisme_search_filter #advanced-search.panel .panel-body .form-body .form-group label,
 .node-page-rubrique .communique_presse #advanced-search.panel .panel-body .form-body .form-group.checkboxes-col-3 label {
  width: 24%;
  text-align:right;
 }

 

 .view_organisme_search_filter #advanced-search.panel .panel-body .form-body .form-group label.checkbox-inline {
  width:33.33333333333333%;
  margin-left:0;
  padding:0;
  padding-left:10px;
  text-align:left;
 }

 .view_organisme_search_filter #advanced-search.panel .panel-body .form-body .form-group label.checkbox-inline input {
  margin:8px 6px 8px 0;
 }

 .view_organisme_search_filter #advanced-search.panel .panel-body .form-body .form-group .second-label {
  padding:0;
  width:85px;
  line-height:34px;
  float:left;
  text-align:right;
 }

 .view_organisme_search_filter #advanced-search.panel .panel-body .form-actions {
  text-align:left;
 }
}

@media (min-width: 1200px) {
 .view_organisme_search_filter #simple-search.panel label {
  padding:0;
  width:33.3333333333%;
  text-align:left;
 }

 .view_organisme_search_filter #simple-search.panel .simple-search-input-wrapper {
  float:left;
  width:465px;
  padding:0;
 }

 .view_organisme_search_filter #simple-search.panel .simple-search-button-wrapper {
  float:left;
  width:143px;
  padding:0;
  text-align:left;
 }

 .view_organisme_search_filter #simple-search.panel .form-group button {
  margin:0 0 0 15px;
 }

 .view_organisme_search_filter #advanced-search.panel .panel-body .form-body .form-group label.checkbox-inline {
  width:20%;
  margin-left:0;
  padding:0;
  padding-left:10px;
  text-align:left;
 }

 .view_organisme_search_filter #advanced-search.panel .panel-body .form-body .form-group label.checkbox-inline input {
  margin:8px 6px 8px 0;
 }

 .view_organisme_search_filter #advanced-search.panel .panel-body .form-body .form-group .second-label {
  padding:0;
  width:85px;
  line-height:34px;
  float:left;
  text-align:right;
 }

 .view_organisme_search_filter #advanced-search.panel .panel-body .form-actions {
  text-align:left;
 }
}

.view_organisme_search_filter #advanced-search.panel .panel-body .form-body .form-group,
.view_communique_search_filter #advanced-search.panel .panel-body .form-body .form-type-checkbox {
	float: left;
	width: 100%;
	margin-bottom: 0px;
}

.view_organisme_search_filter #advanced-search.panel .panel-body .form-body .bef-checkboxes .form-group,
.view_communique_search_filter #advanced-search.panel .panel-body .form-body .bef-checkboxes .form-group {
 width:30%;
 margin:0;
}

.view_organisme_search_filter #advanced-search.panel .panel-body .form-body .bef-checkboxes .form-group .form-control,
.view_communique_search_filter #advanced-search.panel .panel-body .form-body .bef-checkboxes .form-group .form-control {
    display: inline-block;
    font-size: 1em;
    /*height: 34px;*/
    line-height: 1.42857;
    padding: 6px 0px;
    vertical-align: top;
	/*top: -10px;*/
    position: relative;
}

.form-item-field-type-d-organisme-taxo .form-control,
.form-item-field-sujets-communiqu- .form-control {
    border: 0 !important;
    line-height: 1.42857;
    padding: 6px 12px;
    box-shadow: none !important;
    -webkit-box-shadow:none !important;
    border-radius: 0 !important;
}

.view_communique_search_filter #advanced-search.panel .panel-body .form-body .form-group.checkboxes-col-3 .form-type-checkbox label {
    display: inline-block;
}

.view_organisme_search_filter #advanced-search.panel .panel-body .form-body .bef-checkboxes .form-group label,
.view_communique_search_filter #advanced-search.panel .panel-body .form-body .bef-checkboxes .form-group.form-type-bef-checkbox label {
	width:86%;
	text-align: left;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    min-height: 38px;
    vertical-align: top;
}
 


/*******************************************************************************
	VIEW : page Rubrique communique presse
*******************************************************************************/
.node-page-rubrique .communique_presse #block_recherche {
	float: left;
    width: 100%;
	margin-bottom: 30px;
    background-color: white;
    box-shadow: 0px 0px 1px 1px #aaa;
    
}

.node-page-rubrique .communique_presse .recherche_globale {
	padding: 15px;
	border-bottom: 1px solid rgb(179, 179, 179);
}

.node-page-rubrique .communique_presse .recherche_globale #texte_recherche_input {
	margin-left: 5%;
    margin-right: 3%;
}

.node-page-rubrique .communique_presse .recherche_globale {
	color: rgb(179, 179, 179);
}

.node-page-rubrique .communique_presse .recherche_avancee {
	padding: 15px;
	float: left;
	width: 100%;
}

.node-page-rubrique .communique_presse label {
	font-family: Open Sans Bold;
    font-size: 1.071em;
    font-weight: bold;
    color: rgb(48, 48, 48);
}

.node-page-rubrique .communique_presse input {
	font-family: Open Sans Regular;
    font-size: 1.143em;
}

.node-page-rubrique .communique_presse .button_valid_recherche_global {
	font-family: Open Sans Bold;
    font-weight: bold;
    font-size: 1.071em;
    width: 5%;
    margin-left: 3%;
    padding: 5px;
    background-color: white;
    border: 1px solid rgb(192, 87, 145);
}

.node-page-rubrique .communique_presse .button_valid_recherche_global:hover {
	background-color: rgb(192, 87, 145);
	color: white;
    border: 1px solid rgb(192, 87, 145);
}

.node-page-rubrique .communique_presse .button_valid_recherche_global:active {
	background-color: rgb(88, 0, 60);
	color: white;
    border: 1px solid rgb(88, 0, 60);
}

.node-page-rubrique .communique_presse .recherche_avancee .drop_down_advanced_search {
	background-image: url(../img/fleche_recherche_up.png);
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    width: 25px;
    height: 25px;
}

.node-page-rubrique .communique_presse #fields_advanced_search {
	float: left;
    clear: both;
    margin-left: 20%;
	display: none;
}

.node-page-rubrique .communique_presse #fields_advanced_search label {
	font-size: 1em;
    color: rgb(48, 48, 48);
	font-family: Open Sans Regular;
	font-weight: normal;
    margin-right: 5%;
	margin-left: 3%;
}

.node-page-rubrique .communique_presse #fields_advanced_search .input_texte_base_demi_line {
	width: 20%;
    margin-bottom: 20px;
	margin-right: 10%;
}

.node-page-rubrique .communique_presse .button_valid_recherche_avancee {
	font-family: Open Sans Bold;
    font-weight: bold;
    font-size: 1.071em;
    width: 5%;
    margin-left: 3%;
    padding: 5px;
    background-color: white;
    border: 1px solid rgb(192, 87, 145);
}

.node-page-rubrique .communique_presse .button_valid_recherche_avancee:hover {
	background-color: rgb(192, 87, 145);
	color: white;
    border: 1px solid rgb(192, 87, 145);
}

.node-page-rubrique .communique_presse .button_valid_recherche_avancee:active {
	background-color: rgb(88, 0, 60);
	color: white;
    border: 1px solid rgb(88, 0, 60);
}

/** Add bootstrap **/
.node-page-rubrique .communique_presse .panel {
 border:1px solid #ccc;
 float:left;
 width:100%;
}

.node-page-rubrique .communique_presse #simple-search {
 margin-bottom:0px;
 border-bottom:none;
 -webkit-border-top-left-radius:4px;
 -webkit-border-top-right-radius:4px;
 -webkit-border-bottom-right-radius:0;
 -webkit-border-bottom-left-radius:0;
 -moz-border-radius-topleft:4px;
 -moz-border-radius-topright:4px;
 -moz-border-radius-bottomright:0;
 -moz-border-radius-bottomleft:0;
 border-top-left-radius:4px;
 border-top-right-radius:4px;
 border-bottom-right-radius:0;
 border-bottom-left-radius:0;
}

.node-page-rubrique .communique_presse #simple-search.panel label {
 padding:0;
 margin-bottom:0;
 line-height:34px;
 font-family:"Open Sans Bold";
 font-size: 1.071em;
 font-weight:bold;
 color:rgb(48,48,48);
 text-align:left;
}

.node-page-rubrique .communique_presse #simple-search.panel .simple-search-input-wrapper {
 float:left;
 width:100%;/*45%-->100%*/
 padding:0;
}

.node-page-rubrique .communique_presse #simple-search.panel .simple-search-button-wrapper {
 float:left;
 width:100%;
 padding:0;
 text-align:center;
}

.node-page-rubrique .communique_presse #simple-search.panel .form-group {
 width:100%;
 margin:0;
}

.node-page-rubrique .communique_presse #simple-search.panel .form-group input {
 -webkit-border-top-left-radius:0;
 -webkit-border-top-right-radius:0;
 -webkit-border-bottom-right-radius:0;
 -webkit-border-bottom-left-radius:0;
 -moz-border-radius-topleft:0;
 -moz-border-radius-topright:0;
 -moz-border-radius-bottomright:0;
 -moz-border-radius-bottomleft:0;
 border-top-left-radius:0;
 border-top-right-radius:0;
 border-bottom-right-radius:0;
 border-bottom-left-radius:0;
}

.node-page-rubrique .communique_presse #simple-search.panel .form-group button, .node-page-rubrique .communique_presse #simple-search.panel .form-group input[type="submit"] {
 margin: 10px 0 0 0;
 color:black;
 font-weight:bold;
 padding:6px 40px;
 -webkit-border-top-left-radius:0;
 -webkit-border-top-right-radius:0;
 -webkit-border-bottom-right-radius:0;
 -webkit-border-bottom-left-radius:0;
 -moz-border-radius-topleft:0;
 -moz-border-radius-topright:0;
 -moz-border-radius-bottomright:0;
 -moz-border-radius-bottomleft:0;
 border-top-left-radius:0;
 border-top-right-radius:0;
 border-bottom-right-radius:0;
 border-bottom-left-radius:0;
 background-color:#ffffff;
 border:1px solid rgb(134,41,131);
 font-size: inherit;
}

.node-page-rubrique .communique_presse #simple-search.panel .form-group button:hover, .node-page-rubrique .communique_presse #simple-search.panel .form-group input[type="submit"]:hover {
    color:white;
    background-color:rgb(134,41,131);
	font-size: inherit;
}

.node-page-rubrique .communique_presse #advanced-search {
    -webkit-border-top-left-radius:0;
    -webkit-border-top-right-radius:0;
    -webkit-border-bottom-right-radius:4px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-radius-topleft:0;
    -moz-border-radius-topright:0;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-bottomleft:4px;
    border-top-left-radius:0;
    border-top-right-radius:0;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;
}

.node-page-rubrique .communique_presse .view_communique_search_filter #advanced-search {
  margin-bottom: 0;
}

.node-page-rubrique .communique_presse #advanced-search.panel .panel-heading {
    position:relative;
    font-family:Open Sans Bold;
    font-size: 1.071em;
    font-weight:bold;
    color:rgb(48,48,48);
}

.node-page-rubrique .communique_presse #advanced-search.panel .panel-heading .tools {
    position:absolute;
    top:10px;
    right:15px;
}

.node-page-rubrique .communique_presse #advanced-search.panel .panel-heading .tools a {
    background-image:url(../img/fleche_recherche_down.png);
    background-repeat:no-repeat;
    cursor:pointer;
    float:right;
    width:25px;
    height:25px;
}

.node-page-rubrique .communique_presse #advanced-search.panel .panel-heading .tools a.in {
    background-image:url(../img/fleche_recherche_up.png);
}

.node-page-rubrique .communique_presse #advanced-search.panel .panel-body .form-body .form-group label {
    padding-top:0;
    margin-bottom:0;
    line-height:34px;
    font-family:Open Sans Regular;
    font-size: 1em;
    font-weight:400;
    color:rgb(48,48,48);
    width:100%;
    text-align:left;
}

.node-page-rubrique .communique_presse #advanced-search.panel .panel-body .form-body .form-group .form-checkboxes label {
    line-height: inherit;
}

.node-page-rubrique .communique_presse #advanced-search.panel .panel-body .form-body .form-group .second-label {
 padding:0 15px;
 width:100%;
 line-height:34px;
 float:left;
 text-align:left;
}

.node-page-rubrique .communique_presse #advanced-search.panel .panel-body .form-body .form-group input,
.node-page-rubrique .communique_presse #advanced-search.panel .panel-body .form-body .form-group select {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.node-page-rubrique .communique_presse #advanced-search.panel .panel-body .form-actions {
 text-align: center;
}

.node-page-rubrique .communique_presse #advanced-search.panel .panel-body .form-actions button, 
.node-page-rubrique .communique_presse #advanced-search.panel .panel-body .form-actions input[type="submit"] {
    color: black;
    font-weight: bold;
    padding: 6px 40px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffffff;
    border: 1px solid rgb(134,41,131);
	font-size: inherit;
}

.node-page-rubrique .communique_presse #advanced-search.panel .panel-body .form-actions button:hover,
.node-page-rubrique .communique_presse #advanced-search.panel .panel-body .form-actions input[type="submit"]:hover {
 background-color:rgb(134,41,131);
 color:white;
}

@media (min-width: 768px) {
 .node-page-rubrique .communique_presse #simple-search.panel label {
  padding:0;
  width:100%;
  text-align:left;
 }

 .node-page-rubrique .communique_presse #simple-search.panel .simple-search-input-wrapper {
  float:left;
  width:100%;
  padding:0;
 }

 .node-page-rubrique .communique_presse #simple-search.panel .simple-search-button-wrapper {
  float:left;
  width:100%;
  padding:0;
  text-align:center;
 }

 .node-page-rubrique .communique_presse #simple-search.panel .form-group button {
  margin:10px 0 0 0;
 }

 .node-page-rubrique .communique_presse #advanced-search.panel .panel-body .form-body .form-group label {
  width:100%;
  text-align:left;
 }

 .node-page-rubrique .communique_presse #advanced-search.panel .panel-body .form-body .form-group .second-label {
  padding:0 15px;
  width:45%;
  line-height:34px;
  float:left;
  text-align:left;
 }

 .node-page-rubrique .communique_presse #advanced-search.panel .panel-body .form-actions {
  text-align:center;
 }
}

@media (min-width: 992px) {
 .node-page-rubrique .communique_presse #simple-search.panel label {
  padding:0;
  width:310px;
  text-align:left;
 }

 .node-page-rubrique .communique_presse #simple-search.panel .simple-search-input-wrapper {
  float:left;
  width:365px;
  padding:0;
 }

 .node-page-rubrique .communique_presse #simple-search.panel .simple-search-button-wrapper {
  float:left;
  width:143px;
  padding:0;
  text-align:left;
 }

 .node-page-rubrique .communique_presse #simple-search.panel .form-group button {
  margin:0 0 0 15px;
 }

 .node-page-rubrique .communique_presse #advanced-search.panel .panel-body .form-body .form-group label {
  width:33.3333333333%;
  text-align:right;
 }

 .node-page-rubrique .communique_presse #advanced-search.panel .panel-body .form-body .form-group .second-label {
  padding:0;
  width:65px;
  line-height:34px;
  float:left;
  text-align:right;
 }

 .node-page-rubrique .communique_presse #advanced-search.panel .panel-body .form-actions {
  text-align: left;
 }
}

@media (min-width: 1200px) {
 .node-page-rubrique .communique_presse #simple-search.panel label {
  padding:0;
  width:33.3333333333%;
  text-align:left;
 }

 .node-page-rubrique .communique_presse #simple-search.panel .simple-search-input-wrapper {
  float:left;
  width:45%; /*45%-->100%*/
  padding:0;
 }

 .node-page-rubrique .communique_presse #simple-search.panel .simple-search-button-wrapper {
  float:left;
  width:143px;
  padding:0;
  text-align:left;
 }

 .node-page-rubrique .communique_presse #simple-search.panel .form-group button {
  margin:0 0 0 15px;
 }

 .node-page-rubrique .communique_presse #advanced-search.panel .panel-body .form-body .form-group label {
  width:33.3333333333%;
  text-align:right;
 }

 .node-page-rubrique .communique_presse #advanced-search.panel .panel-body .form-body .form-group .second-label {
  padding:0;
  width:65px;
  line-height:34px;
  float:left;
  text-align:right;
 }

 .node-page-rubrique .communique_presse #advanced-search.panel .panel-body .form-actions {
  text-align: left;
 }
}

.view_communique_search_filter {
	float: left;
    width: 100%;
}

.node-page-rubrique .communique_presse .resultat .title_resultat .title_without_link {
	background-image: none;
    padding: 0px;
}

.node-page-rubrique .communique_presse .form-group {
	float: left;
	width: 100%;
}

.node-page-rubrique .communique_presse #advanced-search.panel .panel-body .form-actions .views-submit-button {
	margin-top: 20px;
	float: right;
}

.node-page-rubrique .communique_presse #advanced-search.panel .form-item-field-date-publication-date label {
	display: none;
}

.node-page-rubrique .communique_presse #advanced-search.panel .form-item-field-date-publication-1-date label {
	display: none;
}

.communique_presse  .container-inline-date .form-item, .container-inline-date .form-item input {
    width: 100%;
}

/*******************************************************************************
	Page Rubrique Recherche
*******************************************************************************/
.node-page-rubrique .view-recherche-publication {
	float: left;
	width: 100%;
}

.node-page-rubrique .rlpe_rubrique #block_recherche {
	float: left;
    width: 100%;
    margin-bottom: 30px;
    background-color: white;
    box-shadow: 0px 0px 1px 1px #aaa;
}

.node-page-rubrique .rlpe_rubrique .second-label {
    padding: 0;
    width: 65px;
    line-height: 34px;
    float: left;
    text-align: center;
}
	
.node-page-rubrique .rlpe_rubrique .recherche_globale {
	padding: 15px;
	border-bottom: 1px solid rgb(179, 179, 179);
}

.node-page-rubrique .rlpe_rubrique .recherche_globale #texte_recherche_input {
	margin-left: 5%;
    margin-right: 3%;
	width: 40%;
}

.node-page-rubrique .rlpe_rubrique .recherche_globale {
	color: rgb(179, 179, 179);
}

.node-page-rubrique .rlpe_rubrique .recherche_avancee {
	padding: 15px;
	float: left;
	width: 100%;
}

.node-page-rubrique .rlpe_rubrique input {
	font-family: Open Sans Regular;
    font-size: 1.214em;
}

.node-page-rubrique .rlpe_rubrique .button_valid_recherche_global {
	padding: 5px;
    width: 10%;
}

.node-page-rubrique .rlpe_rubrique .button_valid_recherche_global {
    font-family: Open Sans Bold;
    font-weight: bold;
    font-size: 1.071em;
    width: 110px;
    padding: 5px;
    background-color: white;
    border: 1px solid rgb(134, 41, 131);
}

.node-page-rubrique .rlpe_rubrique .button_valid_recherche_global:hover {
    background-color: rgb(134, 41, 131);
	color: white;
    border: 1px solid rgb(134, 41, 131);
}

.node-page-rubrique .rlpe_rubrique .button_valid_recherche_global:active {
    background-color: rgb(80, 6, 78);
	color: white;
    border: 1px solid rgb(80, 6, 78);
}

.node-page-rubrique .rlpe_rubrique .recherche_avancee .drop_down_advanced_search {
    background-image: url(../img/fleche_recherche_up.png);
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    width: 25px;
    height: 25px;
}

.node-page-rubrique .rlpe_rubrique #fields_advanced_search {
	float: left;
    width: 60%;
    clear: both;
    margin-left: 20%;
	margin-top: 20px;
	display: none;
}

.node-page-rubrique .rlpe_rubrique #fields_advanced_search label {
	font-size: 1em;
    font-family: Open Sans Regular;
	font-weight: normal;
	width: 40%;
    margin-right: 5%;
}

.node-page-rubrique .rlpe_rubrique #fields_advanced_search .input_texte_base_one_line {
	width: 54%;
    margin-bottom: 20px;
}

.node-page-rubrique .rlpe_rubrique #fields_advanced_search #select_nom_revue {
	padding: 10px;
    font-family: Open Sans Regular;
    width: 30%;
    margin-bottom: 20px;
}

.node-page-rubrique .rlpe_rubrique #fields_advanced_search .input_texte_annee {
	margin-bottom: 20px;
	width: 15%;
}

.node-page-rubrique .rlpe_rubrique #fields_advanced_search .select_nom_revue {
	padding: 10px;
    font-family: Open Sans Regular;
    width: 30%;
}

.node-page-rubrique .rlpe_rubrique #fields_advanced_search .label_annee {
	width: 1%;
    margin-left: 5%;
    text-align: center;
}

.node-page-rubrique .rlpe_rubrique .button_valid_recherche_avancee {
    font-family: Open Sans Bold;
    font-weight: bold;
    font-size: 1.071em;
    width: 110px;
    padding: 5px;
    background-color: white;
    border: 1px solid rgb(134, 41, 131);
}

.node-page-rubrique .rlpe_rubrique .button_valid_recherche_avancee:hover {
    background-color: rgb(134, 41, 131);
	color: white;
    border: 1px solid rgb(134, 41, 131);
}

.node-page-rubrique .rlpe_rubrique .button_valid_recherche_avancee:active {
    background-color: rgb(80, 6, 78);
	color: white;
    border: 1px solid rgb(80, 6, 78);
}

.node-page-rubrique .rlpe_rubrique #fields_advanced_search #select_type_revue {
	padding: 10px;
    font-family: Open Sans Regular;
    margin-right: 5%;
    width: 30%;
    margin-bottom: 20px;
}

/** Add bootstrap **/
.node-page-rubrique .rlpe_rubrique .panel {
 border:1px solid #ccc;
 float:left;
 width:100%;
}

.node-page-rubrique .rlpe_rubrique #simple-search {
 margin-bottom:0px;
 border-bottom: none;
 -webkit-border-top-left-radius:4px;
 -webkit-border-top-right-radius:4px;
 -webkit-border-bottom-right-radius:0;
 -webkit-border-bottom-left-radius:0;
 -moz-border-radius-topleft:4px;
 -moz-border-radius-topright:4px;
 -moz-border-radius-bottomright:0;
 -moz-border-radius-bottomleft:0;
 border-top-left-radius:4px;
 border-top-right-radius:4px;
 border-bottom-right-radius:0;
 border-bottom-left-radius:0;
}

.node-page-rubrique .rlpe_rubrique #simple-search.panel label {
 padding:0;
 margin-bottom:0;
 line-height:34px;
 font-family:"Open Sans Bold";
 font-size: 1.071em;
 font-weight:bold;
 color:rgb(48,48,48);
 text-align:left;
}

.node-page-rubrique .rlpe_rubrique #simple-search.panel .simple-search-input-wrapper {
 float:left;
 width:100%;
 padding:0;
}

.node-page-rubrique .rlpe_rubrique #simple-search.panel .simple-search-button-wrapper {
 float:left;
 width:100%;
 padding:0;
 text-align:center;
}

.node-page-rubrique .rlpe_rubrique #simple-search.panel .form-group {
 width:100%;
 margin:0;
}

.node-page-rubrique .rlpe_rubrique #simple-search.panel .form-group input {
 -webkit-border-top-left-radius:0;
 -webkit-border-top-right-radius:0;
 -webkit-border-bottom-right-radius:0;
 -webkit-border-bottom-left-radius:0;
 -moz-border-radius-topleft:0;
 -moz-border-radius-topright:0;
 -moz-border-radius-bottomright:0;
 -moz-border-radius-bottomleft:0;
 border-top-left-radius:0;
 border-top-right-radius:0;
 border-bottom-right-radius:0;
 border-bottom-left-radius:0;
}

.node-page-rubrique .rlpe_rubrique #simple-search.panel .form-group button,
.node-page-rubrique .rlpe_rubrique #simple-search.panel .form-group input[type="submit"] {
    margin: 10px 0 0 0;
    font-size: 1em;
	color:black;
	font-weight:bold;
	padding:6px 40px;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-bottomleft:0;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	background-color:#ffffff;
	border:1px solid rgb(134,41,131);
}

.node-page-rubrique .rlpe_rubrique #simple-search.panel .form-group button:hover,
.node-page-rubrique .rlpe_rubrique #simple-search.panel .form-group input[type="submit"]:hover {
 color:white;
 background-color:rgb(134,41,131);
 border:1px solid rgb(134,41,131);
}

.node-page-rubrique .rlpe_rubrique #advanced-search {
 -webkit-border-top-left-radius:0;
 -webkit-border-top-right-radius:0;
 -webkit-border-bottom-right-radius:4px;
 -webkit-border-bottom-left-radius:4px;
 -moz-border-radius-topleft:0;
 -moz-border-radius-topright:0;
 -moz-border-radius-bottomright:4px;
 -moz-border-radius-bottomleft:4px;
 border-top-left-radius:0;
 border-top-right-radius:0;
 border-bottom-right-radius:4px;
 border-bottom-left-radius:4px;
}

.node-page-rubrique .rlpe_rubrique #advanced-search.panel .panel-heading {
 position:relative;
 font-family:Open Sans Bold;
 font-size: 1.071em;
 font-weight:bold;
 color:rgb(48,48,48);
}

.node-page-rubrique .rlpe_rubrique #advanced-search.panel .panel-heading .tools {
 position:absolute;
 top:10px;
 right:15px;
}

.node-page-rubrique .rlpe_rubrique #advanced-search.panel .panel-heading .tools a {
 background-image: url(../img/fleche_recherche_down.png);
 background-repeat: no-repeat;
 cursor: pointer;
 float: right;
 width: 25px;
 height: 25px;
}

.node-page-rubrique .rlpe_rubrique #advanced-search.panel .panel-heading .tools a.in {
 background-image: url(../img/fleche_recherche_up.png);
}

.node-page-rubrique .rlpe_rubrique #advanced-search.panel .panel-body .form-body .form-group label {
 padding-top:0;
 margin-bottom:0;
 line-height:34px;
 font-family:Open Sans Regular;
 font-size: 1em;
 font-weight:400;
 color:rgb(48, 48, 48);
 width:100%;
 text-align:left;
}

.node-page-rubrique .rlpe_rubrique #advanced-search.panel .panel-body .form-body .form-group input,
.node-page-rubrique .rlpe_rubrique #advanced-search.panel .panel-body .form-body .form-group select {
 -webkit-border-top-left-radius:0;
 -webkit-border-top-right-radius:0;
 -webkit-border-bottom-right-radius:0;
 -webkit-border-bottom-left-radius:0;
 -moz-border-radius-topleft:0;
 -moz-border-radius-topright:0;
 -moz-border-radius-bottomright:0;
 -moz-border-radius-bottomleft:0;
 border-top-left-radius:0;
 border-top-right-radius:0;
 border-bottom-right-radius:0;
 border-bottom-left-radius:0;
}

.node-page-rubrique .rlpe_rubrique #advanced-search.panel .panel-body .form-actions {
 text-align:center;
}

.node-page-rubrique .rlpe_rubrique #advanced-search.panel .panel-body .form-actions button,
.node-page-rubrique .rlpe_rubrique #advanced-search.panel .panel-body .form-actions input[type="submit"] {
 color:black;
 font-weight:bold;
 padding:6px 40px;
 margin: 10px 0 0 0;
    font-size: 1em;
 -webkit-border-top-left-radius:0;
 -webkit-border-top-right-radius:0;
 -webkit-border-bottom-right-radius:0;
 -webkit-border-bottom-left-radius:0;
 -moz-border-radius-topleft:0;
 -moz-border-radius-topright:0;
 -moz-border-radius-bottomright:0;
 -moz-border-radius-bottomleft:0;
 border-top-left-radius:0;
 border-top-right-radius:0;
 border-bottom-right-radius:0;
 border-bottom-left-radius:0;
 background-color:#ffffff;
 border:1px solid rgb(134,41,131);
 float: right;
}

.node-page-rubrique .rlpe_rubrique #advanced-search.panel .panel-body .form-actions button:hover,
.node-page-rubrique .rlpe_rubrique #advanced-search.panel .panel-body .form-actions input[type="submit"]:hover {
 color:white;
 background-color:rgb(134,41,131);
 border:1px solid rgb(134,41,131);
}

@media (min-width: 768px) {
 .node-page-rubrique .rlpe_rubrique #simple-search.panel label {
  padding:0;
  width:100%;
  text-align:left;
 }

 .node-page-rubrique .rlpe_rubrique #simple-search.panel .simple-search-input-wrapper {
  float:left;
  width:100%;
  padding:0;
 }

 .node-page-rubrique .rlpe_rubrique #simple-search.panel .simple-search-button-wrapper {
  float:left;
  width:100%;
  padding:0;
  text-align:center;
 }

 .node-page-rubrique .rlpe_rubrique #simple-search.panel .form-group button {
  margin:10px 0 0 0;
 }

 .node-page-rubrique .rlpe_rubrique #advanced-search.panel .panel-body .form-body .form-group label {
  width:100%;
  text-align:left;
 }

 .node-page-rubrique .rlpe_rubrique #advanced-search.panel .panel-body .form-actions {
  text-align:center;
 }
}

@media (min-width: 992px) {
 .node-page-rubrique .rlpe_rubrique #simple-search.panel label {
  padding:0;
  width:33.3333333333%;
  text-align:left;
 }

 .node-page-rubrique .rlpe_rubrique #simple-search.panel .simple-search-input-wrapper {
  float:left;
  width:365px;
  padding:0;
 }

 .node-page-rubrique .rlpe_rubrique #simple-search.panel .simple-search-button-wrapper {
  float:left;
  width:143px;
  padding:0;
  text-align:left;
 }

 .node-page-rubrique .rlpe_rubrique #simple-search.panel .form-group button {
  margin:0 0 0 15px;
 }

 .node-page-rubrique .rlpe_rubrique #advanced-search.panel .panel-body .form-body .form-group label {
  width:33.333333333%;
  text-align:right;
 }

 .node-page-rubrique .rlpe_rubrique #advanced-search.panel .panel-body .form-actions {
  text-align:left;
 }
}

@media (min-width: 1200px) {
 .node-page-rubrique .rlpe_rubrique #simple-search.panel label {
  padding:0;
  width:33.3333333333%;
  text-align:left;
 }

 .node-page-rubrique .rlpe_rubrique #simple-search.panel .simple-search-input-wrapper {
  float:left;
  width:465px;
  padding:0;
 }

 .node-page-rubrique .rlpe_rubrique #simple-search.panel .simple-search-button-wrapper {
  float:left;
  width:143px;
  padding:0;
  text-align:left;
 }

 .node-page-rubrique .rlpe_rubrique #simple-search.panel .form-group button {
  margin:0 0 0 15px;
 }
 .node-page-rubrique .rlpe_rubrique #advanced-search.panel .panel-body .form-body .form-group label {
  width:33.333333333%;
  text-align:right;
 }

 .node-page-rubrique .rlpe_rubrique #advanced-search.panel .panel-body .form-actions {
  text-align:left;
 }
}

.node-page-rubrique .rlpe_rubrique .organism-list {
    margin-bottom:0;
    -webkit-border-top-left-radius:0;
    -webkit-border-top-right-radius:0;
    -webkit-border-bottom-right-radius:4px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-radius-topleft:0;
    -moz-border-radius-topright:0;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-bottomleft:4px;
    border-top-left-radius:0;
    border-top-right-radius:0;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;
	margin-top: -21px;
    display: inline-block;
    width: 50%;
}

.page-page-rubrique-rechercher-une-publication .view_publication_search_filter .organism-list {
    float: left;
    width: 50%;
}

.node-page-rubrique .rlpe_rubrique .second_link_block {
    width: 50%;
    display: inline-block;
    margin-top: -21px;
}

.node-page-rubrique .rlpe_rubrique .organism-list.panel .panel-heading .caption {
    position:relative;
    font-family:Open Sans Bold;
    font-size: 1.071em;
    font-weight:bold;
    color:rgb(48,48,48);
}

.node-page-rubrique .rlpe_rubrique .organism-list.panel .panel-heading .caption a {
 color:rgb(48,48,48);
 text-decoration:underline;
}

.node-page-rubrique .rlpe_rubrique .organism-list.panel .panel-heading .caption a:hover {
 color: rgb(134,41,131);
}
/*******************************************************************************
	Page Rubrique Recherche Resultat
*******************************************************************************/
.node-page-rubrique #rubrique_resultat_recherche {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

.node-page-rubrique .view-recherche-revue-numerise {
	float: left;
	width: 100%;
}

.node-page-rubrique .view-vue-recherche-revue {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

.node-page-rubrique .titre_recherche {
	font-family: Open Sans Bold;
    font-size: 1.143em;
    padding-bottom: 10px;
	float: left;
	width: 100%;
}

.node-page-rubrique .view-empty {
	float: left;
    width: 100%;
	margin-top: 20px;
	background-color: white;
    padding: 15px;
    font-family: Open Sans Regular;
    border: 1px solid #ccc;
    font-style: italic;
}

.node-page-rubrique .titre_recherche .num_results {
	display: inline;
    font-family: Open Sans Regular;
}

.node-page-rubrique .resultat {
	width: 100%;
    float: left;
    padding-bottom: 20px;
    background-color: white;
    padding: 15px;
}

.node-page-rubrique .resultat .title_resultat {
	margin-bottom: 5px;
}

.node-page-rubrique .resultat .description_prix {
	margin-top: 10px;
    margin-bottom: 10px;
}

.node-page-rubrique .resultat .title_resultat .title_without_link {
	font-family: Open Sans Bold;
    font-size: 1.071em;
    text-decoration: underline;
    color: rgb(48, 48, 48);
	background-image: url(../img/fleche_session_date.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 15px;
}

.node-page-rubrique .resultat .title_resultat a {  
	font-family: Open Sans Bold;
    font-size: 1.071em;
    text-decoration: underline;
    color: rgb(48, 48, 48);
	background-image: url(../img/fleche_session_date.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 15px;
}

.node-page-rubrique .resultat label {  
    font-family: Open Sans Regular;
    font-weight: normal;
    font-size: 1.1em;
}

.node-page-rubrique .rlpe_rubrique #advanced-search.panel .panel-body .form-body .form-group {
	float: left;
	width: 100%;
}

/*******************************************************************************
	Page Rubrique Recherche
*******************************************************************************/
.node-page-rubrique .revues_numerisees_recherche #advanced-search.panel .panel-body .form-body .form-group {
	float: left;
	width: 100%;
}

.node-page-rubrique .revues_numerisees_recherche #block_recherche {
	float: left;
    width: 100%;
    margin-bottom: 30px;
    background-color: white;
    box-shadow: 0px 0px 1px 1px #aaa;
}

.node-page-rubrique .revues_numerisees_recherche .recherche_globale {
	padding: 15px;
	border-bottom: 1px solid rgb(179, 179, 179);
}

.node-page-rubrique .revues_numerisees_recherche .recherche_globale #texte_recherche_input {
	margin-left: 5%;
    margin-right: 3%;
	width: 40%;
}

.node-page-rubrique .revues_numerisees_recherche .recherche_globale {
	color: rgb(179, 179, 179);
}

.node-page-rubrique .revues_numerisees_recherche .recherche_avancee {
	padding: 15px;
	float: left;
	width: 100%;
}

// A supprimer
.node-page-rubrique .revues_numerisees_recherche label {
  //font-family: Open Sans Bold;
    //font-size: 1.071em;
    //font-weight: bold;
    //color: rgb(48, 48, 48);
}

.node-page-rubrique .revues_numerisees_recherche input {
	font-family: Open Sans Regular;
    font-size: 1.214em;
}

.node-page-rubrique .revues_numerisees_recherche .button_valid_recherche_global {
	padding: 5px;
    width: 10%;
}

.node-page-rubrique .revues_numerisees_recherche .button_valid_recherche_global {
    font-family: Open Sans Bold;
    font-weight: bold;
    font-size: 1.071em;
    width: 110px;
    padding: 5px;
    background-color: white;
    border: 1px solid rgb(134, 41, 131);
}

.node-page-rubrique .revues_numerisees_recherche .button_valid_recherche_global:hover {
    background-color: rgb(134, 41, 131);
	color: white;
    border: 1px solid rgb(134, 41, 131);
}

.node-page-rubrique .revues_numerisees_recherche .button_valid_recherche_global:active {
    background-color: rgb(80, 6, 78);
	color: white;
    border: 1px solid rgb(80, 6, 78);
}

.node-page-rubrique .revues_numerisees_recherche .recherche_avancee .drop_down_advanced_search {
    background-image: url(../img/fleche_recherche_up.png);
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    width: 25px;
    height: 25px;
}

.node-page-rubrique .revues_numerisees_recherche #fields_advanced_search {
	float: left;
    width: 60%;
    clear: both;
    margin-left: 20%;
	margin-top: 20px;
	display: none;
}

.node-page-rubrique .revues_numerisees_recherche #fields_advanced_search label {
	font-size: 1em;
    font-family: Open Sans Regular;
	font-weight: normal;
	width: 40%;
    margin-right: 5%;
}

.node-page-rubrique .revues_numerisees_recherche #fields_advanced_search .input_texte_base_one_line {
	width: 54%;
    margin-bottom: 20px;
}

.node-page-rubrique .revues_numerisees_recherche #fields_advanced_search #select_nom_revue {
	padding: 10px;
    font-family: Open Sans Regular;
    width: 30%;
    margin-bottom: 20px;
}

.node-page-rubrique .revues_numerisees_recherche #fields_advanced_search .input_texte_annee {
	margin-bottom: 20px;
	width: 15%;
}

.node-page-rubrique .revues_numerisees_recherche #fields_advanced_search .select_nom_revue {
	padding: 10px;
    font-family: Open Sans Regular;
    width: 30%;
}

.node-page-rubrique .revues_numerisees_recherche #fields_advanced_search .label_annee {
	width: 1%;
    margin-left: 5%;
    text-align: center;
}

.node-page-rubrique .revues_numerisees_recherche .button_valid_recherche_avancee {
    font-family: Open Sans Bold;
    font-weight: bold;
    font-size: 1.071em;
    width: 110px;
    padding: 5px;
    background-color: white;
    border: 1px solid rgb(134, 41, 131);
}

.node-page-rubrique .revues_numerisees_recherche .button_valid_recherche_avancee:hover {
    background-color: rgb(134, 41, 131);
	color: white;
    border: 1px solid rgb(134, 41, 131);
}

.node-page-rubrique .revues_numerisees_recherche .button_valid_recherche_avancee:active {
    background-color: rgb(80, 6, 78);
	color: white;
    border: 1px solid rgb(80, 6, 78);
}

.node-page-rubrique .revues_numerisees_recherche #fields_advanced_search #select_type_revue {
	padding: 10px;
    font-family: Open Sans Regular;
    margin-right: 5%;
    width: 30%;
    margin-bottom: 20px;
}

/** Add bootstrap **/
.node-page-rubrique .revues_numerisees_recherche .panel {
 border:1px solid #ccc;
 float:left;
 width:100%;
}

.node-page-rubrique .revues_numerisees_recherche #simple-search {
 margin-bottom:0px;
 border-bottom: none;
 -webkit-border-top-left-radius:4px;
 -webkit-border-top-right-radius:4px;
 -webkit-border-bottom-right-radius:0;
 -webkit-border-bottom-left-radius:0;
 -moz-border-radius-topleft:4px;
 -moz-border-radius-topright:4px;
 -moz-border-radius-bottomright:0;
 -moz-border-radius-bottomleft:0;
 border-top-left-radius:4px;
 border-top-right-radius:4px;
 border-bottom-right-radius:0;
 border-bottom-left-radius:0;
}

.node-page-rubrique .revues_numerisees_recherche #simple-search.panel label {
 padding:0;
 margin-bottom:0;
 line-height:34px;
 font-family:"Open Sans Bold";
 font-size: 1.071em;
 font-weight:bold;
 color:rgb(48,48,48);
 text-align:left;
}

.node-page-rubrique .revues_numerisees_recherche #simple-search.panel .simple-search-input-wrapper {
 float:left;
 width:100%;
 padding:0;
}

.node-page-rubrique .revues_numerisees_recherche #simple-search.panel .simple-search-button-wrapper {
 float:left;
 width:100%;
 padding:0;
 text-align:center;
}

.node-page-rubrique .revues_numerisees_recherche #simple-search.panel .form-group {
 width:100%;
 margin:0;
}

.node-page-rubrique .revues_numerisees_recherche #simple-search.panel .form-group input {
 -webkit-border-top-left-radius:0;
 -webkit-border-top-right-radius:0;
 -webkit-border-bottom-right-radius:0;
 -webkit-border-bottom-left-radius:0;
 -moz-border-radius-topleft:0;
 -moz-border-radius-topright:0;
 -moz-border-radius-bottomright:0;
 -moz-border-radius-bottomleft:0;
 border-top-left-radius:0;
 border-top-right-radius:0;
 border-bottom-right-radius:0;
 border-bottom-left-radius:0;
}

.node-page-rubrique .revues_numerisees_recherche #simple-search.panel .form-group button,
.node-page-rubrique .revues_numerisees_recherche #simple-search.panel .form-group input[type="submit"] {
	margin: 10px 0 0 0;
    font-size: 1em;
	color:black;
	font-weight:bold;
	padding:6px 40px;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-bottomleft:0;	
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	background-color:#ffffff;
	border:1px solid rgb(134,41,131);
}

.node-page-rubrique .revues_numerisees_recherche #simple-search.panel .form-group button:hover,
.node-page-rubrique .revues_numerisees_recherche #simple-search.panel .form-group input[type="submit"]:hover {
 color:white;
 background-color:rgb(134,41,131);
 border:1px solid rgb(134,41,131);
}

.node-page-rubrique .revues_numerisees_recherche #advanced-search {
 -webkit-border-top-left-radius:0;
 -webkit-border-top-right-radius:0;
 -webkit-border-bottom-right-radius:4px;
 -webkit-border-bottom-left-radius:4px;
 -moz-border-radius-topleft:0;
 -moz-border-radius-topright:0;
 -moz-border-radius-bottomright:4px;
 -moz-border-radius-bottomleft:4px;
 border-top-left-radius:0;
 border-top-right-radius:0;
 border-bottom-right-radius:4px;
 border-bottom-left-radius:4px;
}

.node-page-rubrique .revues_numerisees_recherche #advanced-search.panel .panel-heading {
 position:relative;
 font-family:Open Sans Bold;
 font-size: 1.071em;
 font-weight:bold;
 color:rgb(48,48,48);
}

.node-page-rubrique .revues_numerisees_recherche #advanced-search.panel .panel-heading .tools {
 position:absolute;
 top:10px;
 right:15px;
}

.node-page-rubrique .revues_numerisees_recherche #advanced-search.panel .panel-heading .tools a {
 background-image: url(../img/fleche_recherche_down.png);
 background-repeat: no-repeat;
 cursor: pointer;
 float: right;
 width: 25px;
 height: 25px;
}

.node-page-rubrique .revues_numerisees_recherche #advanced-search.panel .panel-heading .tools a.in {
 background-image: url(../img/fleche_recherche_up.png);
}

.node-page-rubrique .revues_numerisees_recherche #advanced-search.panel .panel-body .form-body .form-group label {
 padding-top:0;
 margin-bottom:0;
 line-height:34px;
 font-family:Open Sans Regular;
 font-size: 1em;
 font-weight:400;
 color:rgb(48, 48, 48);
 width:100%;
 text-align:left;
}

.node-page-rubrique .revues_numerisees_recherche #advanced-search.panel .panel-body .form-body .form-group input,
.node-page-rubrique .revues_numerisees_recherche #advanced-search.panel .panel-body .form-body .form-group select {
 -webkit-border-top-left-radius:0;
 -webkit-border-top-right-radius:0;
 -webkit-border-bottom-right-radius:0;
 -webkit-border-bottom-left-radius:0;
 -moz-border-radius-topleft:0;
 -moz-border-radius-topright:0;
 -moz-border-radius-bottomright:0;
 -moz-border-radius-bottomleft:0;
 border-top-left-radius:0;
 border-top-right-radius:0;
 border-bottom-right-radius:0;
 border-bottom-left-radius:0;
}

.node-page-rubrique .revues_numerisees_recherche #advanced-search.panel .panel-body .form-actions {
 text-align:center;
}

.node-page-rubrique .revues_numerisees_recherche #advanced-search.panel .panel-body .form-actions button,
.node-page-rubrique .revues_numerisees_recherche #advanced-search.panel .panel-body .form-actions input[type="submit"] {
	color:black;
	font-weight:bold;
	padding:6px 40px;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-bottomleft:0;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-right-radius:0;	
	border-bottom-left-radius:0;
	background-color:#ffffff;
	border:1px solid rgb(134,41,131);
	float: right;
	margin-top: 20px;
	margin: 10px 0 0 0;
    font-size: 1em;
}

.node-page-rubrique .revues_numerisees_recherche #advanced-search.panel .panel-body .form-actions button:hover,
.node-page-rubrique .revues_numerisees_recherche #advanced-search.panel .panel-body .form-actions input[type="submit"]:hover {
 color:white;
 background-color:rgb(134,41,131);
 border:1px solid rgb(134,41,131);
}

@media (min-width: 768px) {
 .node-page-rubrique .revues_numerisees_recherche #simple-search.panel label {
  padding:0;
  width:100%;
  text-align:left;
 }

 .node-page-rubrique .revues_numerisees_recherche #simple-search.panel .simple-search-input-wrapper {
  float:left;
  width:100%;
  padding:0;
 }

 .node-page-rubrique .revues_numerisees_recherche #simple-search.panel .simple-search-button-wrapper {
  float:left;
  width:100%;
  padding:0;
  text-align:center;
 }

 .node-page-rubrique .revues_numerisees_recherche #simple-search.panel .form-group button {
  margin:10px 0 0 0;
 }

 .node-page-rubrique .revues_numerisees_recherche #advanced-search.panel .panel-body .form-body .form-group label {
  width:100%;
  text-align:left;
 }

 .node-page-rubrique .revues_numerisees_recherche #advanced-search.panel .panel-body .form-actions {
  text-align:center;
 }
}

@media (min-width: 992px) {
 .node-page-rubrique .revues_numerisees_recherche #simple-search.panel label {
  padding:0;
  width:33.3333333333%;
  text-align:left;
 }

 .node-page-rubrique .revues_numerisees_recherche #simple-search.panel .simple-search-input-wrapper {
  float:left;
  width:365px;
  padding:0;
 }

 .node-page-rubrique .revues_numerisees_recherche #simple-search.panel .simple-search-button-wrapper {
  float:left;
  width:143px;
  padding:0;
  text-align:left;
 }

 .node-page-rubrique .revues_numerisees_recherche #simple-search.panel .form-group button {
  margin:0 0 0 15px;
 }

 .node-page-rubrique .revues_numerisees_recherche #advanced-search.panel .panel-body .form-body .form-group label {
  width:33.333333333%;
  text-align:right;
 }

 .node-page-rubrique .revues_numerisees_recherche #advanced-search.panel .panel-body .form-actions {
  text-align:left;
 }
}

@media (min-width: 1200px) {
 .node-page-rubrique .revues_numerisees_recherche #simple-search.panel label {
  padding:0;
  width:33.3333333333%;
  text-align:left;
 }

 .node-page-rubrique .revues_numerisees_recherche #simple-search.panel .simple-search-input-wrapper {
  float:left;
  width:465px;
  padding:0;
 }

 .node-page-rubrique .revues_numerisees_recherche #simple-search.panel .simple-search-button-wrapper {
  float:left;
  width:143px;
  padding:0;
  text-align:left;
 }

 .node-page-rubrique .revues_numerisees_recherche #simple-search.panel .form-group button {
  margin:0 0 0 15px;
 }
 .node-page-rubrique .revues_numerisees_recherche #advanced-search.panel .panel-body .form-body .form-group label {
  width:33.333333333%;
  text-align:right;
 }

 .node-page-rubrique .revues_numerisees_recherche #advanced-search.panel .panel-body .form-actions {
  text-align:left;
 }
}

/*************************************************
	BLOCS FILTRES - PAGE RUBRIQUE
*************************************************/
#blocs_filtre {
	float: left;
    width: 100%;
	padding-right: 15px;
    padding-left: 15px;
	margin-top: 25px;
	display: none;
}

.node-type-page-rubrique .view-content, 
.node-type-page-rubrique .view-empty,
.node-type-page-rubrique .titre_recherche,
.node-type-page-rubrique-litteraire .titre_recherche,
.node-type-page-rubrique-litteraire .view-content, 
.node-type-page-rubrique-litteraire .view-empty {
	display: none;
}

#blocs_filtre .begin_new_line {
	clear: both;
}

.bloc_filtre {
	float: left;
    width: 30%;
    border: 1px solid #D3D3D3;
    border-radius: 15px;
    padding: 15px;
	/*margin-right: 3%;*/
	margin:15px;
	margin-bottom: 20px;
	background-color: white;
}

.bloc_filtre a.lien_bloc_filtre {
	float: left;
    cursor: pointer;
    width: 100%;
	text-decoration: none;
}

.bloc_filtre h2 {
	margin: 0;
    text-align: center;
    font-family: Open Sans Bold;
    font-size: 1.286em;
    color: #bc262c;
    text-decoration: underline;
	margin-bottom: 10px;
}

.bloc_filtre .description {
    color: black;
	font-family: Open Sans Regular;
}

.bloc_filtre .img_filtre_rubrique {
	width: 40%;
    float: left;
	margin-right: 5%;
}

.node-page-rubrique .communique_presse .bloc_filtre,
.node-page-rubrique .bibliographie_rubrique .bloc_filtre {
    margin: auto;
    margin-bottom: 20px;
    width:100%
}


/****************************************
	LISTE PRIX LITTERAIRES
****************************************/
.view-liste-prix-litteraire h1 {
	font-family: Open Sans Bold;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 20px;
	font-size: 1.786em;
	color: rgb(192, 87, 145);
}

.view-liste-prix-litteraire h1:after {
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
    content: " ";
    width: 20rem;
    height: 2px;
	background: rgb(192, 87, 145);
}

/************************************
	INFINITE SCROLL CUSTOM
************************************/
#loader_infinite_scroll {
	background-image: url("../img/loader_infinite_scroll.gif");
	float: left;
    clear: both;
    height: 48px;
    width: 48px;
	margin-top: 15px;
    margin-left: 45%;
	display: none;
}

.node-type-page-editoriale, .page-node {
	font-family: Open Sans Regular;
}

/******************************************
	SLIDER - COUP DE COEUR
******************************************/
#block-cnlj-home-boxes-cnlj-home-box-coup-coeur .bx-wrapper {
	margin-bottom: 35px;
}

#block-cnlj-home-boxes-cnlj-home-box-coup-coeur #slider-coup-coeur img {
	cursor: pointer;
	height: 100%;
}

#block-cnlj-home-boxes-cnlj-home-box-coup-coeur #slider-coup-coeur .container_description {
	position: absolute;
    top: 40px;
    text-align: center;
    color: white;
    background-color: rgb(48, 48,48);
    padding: 10px;
    border-radius: 5px;
    width: 100%;
	font-size: 1em;/*CBE 12 -->14*/
	display: none;
}

#block-cnlj-home-boxes-cnlj-home-box-coup-coeur #slider-coup-coeur .container_description .title_coup_coeur {
	font-family: Open Sans Bold;
    text-transform: uppercase;
    height: 20px;
    float: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#block-cnlj-home-boxes-cnlj-home-box-coup-coeur #slider-coup-coeur .container_description .auteur_coup_coeur {
	font-family: Open Sans Regular;
    float: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.no_search_result {
	font-family: Open Sans Regular;
    font-weight: bold;
    color: black;
    margin-bottom: 10px;
    font-size: 14px;
}

.view-Agenda .view-empty {
	font-family: Open Sans Regular;
    font-weight: bold;
    color: rgb(48, 48, 48);
    font-size: 18px;
    padding: 15px;
    background-color: white;
    border-radius: 10px;
    font-style: italic;
	margin-top: 25px;
}

.node-page-rubrique .pagination {
	width: 50%;
    font-size: 1em;
}

/*************************************************************
    VUE LISTE DES NUMEROS DE LA REVUE DES LIVRES POUR ENFANTS 
**************************************************************/
.view-liste-des-num-ros-de-la-revue-des-livres-pour-enfants h1 {
    color: rgb(134, 41, 131);
    font-family: Open Sans Bold;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 1.786em;
}

.view-liste-des-num-ros-de-la-revue-des-livres-pour-enfants h1:after {
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
    content: " ";
    width: 7.5rem;
    height: 2px;
    background: rgb(134, 41, 131);
}

.view-liste-des-num-ros-de-la-revue-des-livres-pour-enfants h3 {
  font-family: Open Sans Bold;
  font-size: 1.4em;
  background-image: url(../img/fleche_session_date.png);
  background-repeat: no-repeat;
  background-position: 0px center;
  padding-left: 15px;
}

.view-liste-des-num-ros-de-la-revue-des-livres-pour-enfants a {
    font-family: Open Sans Regular;
    font-size: 1em;
    text-decoration: underline;
    color: rgb(48, 48, 48);
}

.view-liste-des-num-ros-de-la-revue-des-livres-pour-enfants a:hover {
    color: rgb(134, 41, 131);
}

/******************************************
    VUE LISTE DES NUMEROS DE TAKAMTIKOU
*******************************************/
.view-liste-des-num-ros-de-takam-tikou h1 {
    color: rgb(134, 41, 131);
    font-family: Open Sans Bold;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 1.786em;
}

.view-liste-des-num-ros-de-takam-tikou h1:after {
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
    content: " ";
    width: 7.5rem;
    height: 2px;
    background: rgb(134, 41, 131);
}

.view-liste-des-num-ros-de-takam-tikou h3 {
  font-family: Open Sans Bold;
  font-size: 1.4em;
  background-image: url(../img/fleche_session_date.png);
  background-repeat: no-repeat;
  background-position: 0px center;
  padding-left: 15px;
}

.view-liste-des-num-ros-de-takam-tikou a {
    font-family: Open Sans Regular;
    font-size: 1em;
    text-decoration: underline;
    color: rgb(48, 48, 48);
}

.view-liste-des-num-ros-de-takam-tikou a:hover {
    color: rgb(134, 41, 131);
}

/**********************
    VUE DETAIL REVUE
***********************/
.view-d-tail-revue-num-ris-e h1 {
    color: rgb(134, 41, 131);
    font-family: Open Sans Bold;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 1.786em;
}

.view-d-tail-revue-num-ris-e h1:after {
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
    content: " ";
    width: 7.5rem;
    height: 2px;
    background: rgb(134, 41, 131);
}

.view-d-tail-revue-num-ris-e h3 {
  font-family: Open Sans Bold;
  font-size: 1.4em;
  background-image: url(../img/fleche_session_date.png);
  background-repeat: no-repeat;
  background-position: 0px center;
  padding-left: 15px;
}

.view-d-tail-revue-num-ris-e a {
    font-family: Open Sans Regular;
    font-size: 1em;
    text-decoration: underline;
    color: rgb(48, 48, 48);
}

.view-d-tail-revue-num-ris-e a:hover {
    color: rgb(134, 41, 131);
}

.view-d-tail-revue-num-ris-e .views-row {
	margin-top: 10px;
    margin-bottom: 10px;
}

/***Derniers coups***/
.node-page-rubrique .content h1.derniers_coups_de_coeur {
    color: rgb(225, 175, 50);
}

.node-page-rubrique .content .derniers_coups_de_coeur:after {
    background: rgb(225, 175, 50);
}

.node-page-rubrique #derniers-coups-coeur .bloc_filtre {
    position: relative;
}

.node-page-rubrique #derniers-coups-coeur .container_description {
    position: absolute;
    right:10%;
    top: 30%;
    text-align: center;
    color: white;
    background-color: rgb(48, 48,48);
    padding: 10px;
    border-radius: 5px;
    width: 80%;
    font-size: 1em;/*CBE 12 -->14*/
    display: none;
}

.node-page-rubrique #derniers-coups-coeur .container_description .title_coup_coeur {
    font-family: Open Sans Bold;
    text-transform: uppercase;
    height: 20px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.node-page-rubrique #derniers-coups-coeur .container_description .auteur_coup_coeur {
    font-family: Open Sans Regular;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.node-page-rubrique #derniers-coups-coeur .genre_coup_coeur {
	float: left;
    width: 100%;
    text-align: center;
	margin-top: 15px;
    height: 35px;
}

.node-page-rubrique #derniers-coups-coeur .bloc_filtre_dcc {
	background-color: white;
    padding: 15px;
    margin: 15px;
	border: 1px solid #D3D3D3;
    border-radius: 15px;
    height: 325px;
}

/***** COUP DE COEURS *******/
.col-lg-3-less {
    width: 20%;
}

.node-page-rubrique #derniers-coups-coeur .bloc_filtre_dcc a {
	float: left;
       width: 100%;
	height: 85%;
//	display:grid;
//       display: -ms-grid;
//       display: -webkit-grid;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.node-page-rubrique #derniers-coups-coeur .bloc_filtre_dcc a img {
    padding-left: 10%;
    padding-right: 10%;
    float: left;
    //width: 100%;
    //height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    vertical-align: middle; 
    display: inline-block;
}

@media (max-width: 800px) {
  .view_prix_literaires_search_filter #advanced-search.panel .panel-body .form-body .bef-checkboxes .form-group,
  .view_organisme_search_filter #advanced-search.panel .panel-body .form-body .bef-checkboxes .form-group,
  .view_communique_search_filter #advanced-search.panel .panel-body .form-body .bef-checkboxes .form-group{
      width: 100%;
  }
  .node-prix-litteraires .bloc_palmares #results_palmares_bloc .palmares_result {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .node-page-rubrique #derniers-coups-coeur .bloc_filtre_dcc {
    height: 280px;
  }
}
@media (min-width: 361px) and (max-width: 766px){
  .node-page-rubrique #derniers-coups-coeur .bloc_filtre_dcc {
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .view_prix_literaires_search_filter #advanced-search.panel .panel-body .form-body .form-group label {
    text-align: left;
  }
}
@media (min-width: 801px) and (max-width: 1200px) {
  .view_organisme_search_filter #advanced-search.panel .panel-body .form-body .bef-checkboxes .form-group,
  .view_communique_search_filter #advanced-search.panel .panel-body .form-body .bef-checkboxes .form-group {
      width: 50%;
  }

}
@media (min-width: 801px) and (max-width: 980px) {
  .view_prix_literaires_search_filter #advanced-search.panel .panel-body .form-body .bef-checkboxes .form-group{
      width: 50%;
  }

}

/**************************
	Recherche globale
***************************/
.search_title_result {
	font-weight: bold;
    font-family: Open Sans Bold;
    font-size: 1.8em;
    text-transform: uppercase;
}

.no_result_title {
	font-size: 1.3em;
    font-weight: bold;
    color: black;
    font-family: Open Sans Regular;
}

.search-result .title {
	font-family: Open Sans Regular;
}

.search-result.search_critiques a {
	color: #bc262c;
}

.search-result.search_formation_manifestation a {
	color: rgb(78, 168, 204);
}

.search-result.search_publications a {
	color: rgb(134, 41, 131);
}

.search-result.search_ressources_doc a {
	color: rgb(192, 87, 145);
}

.search-result.search_hors_murs a {
	color: black;
}

.search-result.search_non_classe a {
	color: black;
}

/*****************************
	COMMUNIQUE PRESSE NODE
******************************/
.node-communique-presse h1 a {
	font-family: Open Sans Bold;
    font-size: 0.8em;
    color: rgb(192, 87, 145);
}

/********************************
	BIBLIOGRAPHIE NODE
********************************/
.node-bibliographes h1 {
	font-family: Open Sans Bold;
    font-size: 2em;
    color: rgb(192, 87, 145);
}

/********************************
	BLOCK REVUE NUMERISEE
********************************/
.node-bloc-revues-numerises h1 {
	font-family: Open Sans Bold;
    font-size: 2em;
    color: rgb(134, 41, 131);
	margin-top: 0px;
}

/********************************
	VUE PALMARES
********************************/
.view-palmares {
	display: block;
    background-color: white;
    box-shadow: 0px 0px 1px 1px #aaa;
    margin-top: 20px;
    padding: 15px;
}

.view-palmares .resultat {
	width: 50%;
	padding-bottom: 0px;
	height: 150px;
}

.view-palmares h3 {
	font-family: Open Sans Bold;
    font-size: 1.429em;
    width: 50px;
    background-color: white;
    position: relative;
    top: 20px;
	float: left;
	clear: both;
}

.view-palmares .titre_recherche {
    display: block;
    margin-top: 0px;
    margin-bottom: -25px;
}

.view-palmares .views-label {
	font-weight: bold;
    color: black;
}

.view-palmares a {
	color: rgb(192, 87, 145) !important;
}

.view-palmares .select_aneee_bloc {
	margin-bottom: 0px;
}

.view-palmares .container_annee_palmares {
	float: left;
    width: 100%;
    border-top: 2px solid rgb(192, 87, 145);
}

.view-palmares .views-label {
	margin-right: 0% !important;
}

/*********************************************
	Système d'onglet prix littéraire palmares
**********************************************/
.container_tab {
	float: left;
    width: 100%;
}

.container_tab .title_tab {
	float: left;
    height: 40px;
    border-radius: 3px;
    background-color: lightgrey;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
	margin-right: 5px;
	border: 1px solid #ccc;
    border-bottom: none;
    position: relative;
    font-family: Open Sans Bold;
    font-size: 1.071em;
    font-weight: bold;
    color: rgb(48,48,48);
}

.container_tab .title_tab.active {
	background-color: white;
}

/* Cacher la langue (Redemandé par la BNF) */
#header-language .dropdown .en a {
	display: none;
}

.customer_profile_shipping {
	display: none;
}