/*
    Compatibility hints:
        - Add "zoom:1" for ie6 and ie7 to every "position:relative" (hasLayout fix)
        - The parent of a "position:relative" element might need a "zoom:1" too
        - Add "zoom:1" for ie6 and ie7 to every "filter" attribute
        - Add "zoom:1" for ie6 to every "a" with "display:block" (makes the whole block area sensitive to hover/click)
        - Add "height:xxx" for ie6 to every "min-height:xxx" attribute, same for width
        - Add "display:inline;" for ie6 and ie7 to every "display:inline-block" (ie6/7 inline-block equivalent)
        - Add "display:inline;" for ie6 to every "float:left/right" that has a "margin" (double margin fix)
        - Never use something like .one.two, ie6 will only see the last class:.two
        - "To get the overflow:hidden effect with position:relative descendants in IE6-7,
            give position:relative to the container as well" -> See SCROLL BAR
        - Ie6 can cannot handle transparency on png, use gif instead
*/
/* =====  FONTS =====  */
@font-face {
  font-family: 'Anivers';
  src: url("../fonts/Anivers_Bold.otf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Anivers';
  src: url("../fonts/Anivers_Italic.otf");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Anivers';
  src: url("../fonts/Anivers_Regular.otf");
  font-weight: normal;
  font-style: normal; }

/* ===== PORTAL STYLES ===== */
a {
  text-decoration: none; }

a:hover {
  text-decoration: none;
  color: #E95D0F; }

a.no-link-style {
  color: inherit;
  text-decoration: inherit; }

h1, h2, h3 {
  margin: 0; }

ul {
  margin: 0;
  list-style: none; }

hr {
  border-top: 3px dotted #CE5538;
  width: 130px; }

.clear {
  clear: both;
  height: 1px;
  width: 1px; }

#layout-column_column-1 {
  padding-top: 0; }

h1 {
  font-family: Anivers;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  color: #000; }

h2 {
  font-family: arial;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #ce5538; }

h3 {
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  color: #ce5538; }

h4 {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #88844a; }

#content input.focus, textarea.focus {
  background: none #fff;
  border: none; }

#wrapper #content .augustins-short .vert .portlet-title {
  background: url("../images/bg/bg-title-diaporama.png") no-repeat scroll center center transparent; }

#wrapper #content .augustins-short .rouge .portlet-title {
  background: url("../images/bg/bg-title-links.png") no-repeat scroll center center transparent; }

#wrapper #content .augustins-short .noire .portlet-title {
  background: url("../images/bg/bg-title-zoom-oeuvre.png") no-repeat scroll center center transparent; }

#wrapper #content .augustins-short .orange .portlet-title {
  background: url("../images/bg/bg-orange.png") no-repeat scroll center center transparent; }

/* ======= Cookie bar overide =====*/
.cookie-wrapper {
  height: auto !important; }

.cookie-wrapper .cookie-container {
  background-color: rgba(0, 0, 0, 0.8) !important;
  padding: 10px 10% !important;
  top: auto !important;
  bottom: 0; }

.cookie-wrapper .cookie-container .cookie-message .cookie-more-info {
  clear: both;
  display: block;
  width: 270px; }

.cookie-wrapper .cookie-container .cookie-message {
  line-height: 19.6px !important;
  font-size: 11.2px !important; }

.cookie-wrapper .cookie-container .cookie-accept {
  width: 80px !important;
  font-size: 11.2px !important;
  background-color: #666666 !important; }

.cookie-wrapper .cookie-container .cookie-accept:hover {
  background-color: #999999 !important;
  color: #ffffff !important; }

.cookie-accept {
  position: relative;
  top: 50%;
  transform: translateY(20%); }

.cookie-wrapper .cookie-container .cookie-message .cookie-more-info {
  color: #999999 !important;
  clear: none !important; }

.cookie-wrapper .cookie-container .cookie-message .cookie-more-info:hover {
  color: #ffffff !important; }

@media (max-width: 768px) {
  .cookie-wrapper .cookie-container .cookie-message {
    padding: 5px !important;
    width: 65% !important; } }
/* ===== MAIN THEME ===== */
body {
  background: #d8cd9a; }

#wrapper {
  margin: auto; }

#wrapper #banner {
  margin-top: 0; }

#wrapper #banner .header-top {
  margin: auto;
  width: 970px;
  position: relative; }

#wrapper #banner #visuel-header {
  position: absolute; }

#wrapper #banner #heading {
  float: left;
  position: relative;
  z-index: 1; }

#wrapper #banner #heading .logo {
  height: 60px; }

.es-ES #wrapper #banner .header-top .navigation-header-1 {
  width: 540px; }

.es-ES #wrapper #banner #language-selector {
  right: 165px; }

.es-ES #wrapper #banner #banner-search .search-field {
  z-index: 1;
  left: -103px;
  position: absolute;
  width: 108px;
  border: medium none;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  height: 20px;
  margin-right: -14px;
  padding: 0 0 2px 6px;
  width: 126px;
  color: #9e9593;
  font-size: 10px; }

.es-ES #wrapper #banner .header-top .navigation-header-1 {
  width: 540px; }

.es-ES #wrapper #banner #language-selector {
  right: 165px; }

.es-ES #wrapper #banner #banner-search .search-field {
  width: 108px; }

#wrapper #banner .header-top .navigation-header-1 {
  height: 18px;
  left: 201px;
  position: absolute;
  top: 23px;
  width: 502px; }

#wrapper #banner .header-top .navigation-header-1 li {
  background: url("../images/bg/bg-center-header.png") no-repeat scroll right center transparent;
  display: inline-block;
  height: 18px;
  margin-left: -3px;
  padding-right: 13px; }

#wrapper #banner .header-top .navigation-header-1 li.first a {
  padding-left: 10px; }

#wrapper #banner .header-top .navigation-header-1 li.last {
  background: url("../images/bg/bg-right-header.png") no-repeat scroll center right;
  padding-right: 10px; }

#wrapper #banner .header-top .navigation-header-1 .item-child-title {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #483E48;
  float: left;
  font-family: arial,regular;
  font-size: 9px;
  line-height: 17px;
  padding: 1px 5px 0 3px; }

#wrapper #banner .header-top .navigation-header-1 .item-child-title:hover {
  color: #e95d0f; }

#wrapper #banner #language-selector {
  position: absolute;
  right: 195px;
  top: 22px;
  width: 71px; }

#wrapper #banner #language-selector .taglib-language-list-text {
  background: url("../images/bg/lang.png") no-repeat scroll 0 0 transparent;
  color: #FFFFFF;
  display: inline-block;
  height: 19px;
  line-height: 18px;
  padding-left: 0;
  text-align: center;
  width: 44px;
  margin-right: -13px;
  border: none; }

#wrapper #banner #language-selector .taglib-language-list-text:hover {
  background: url("../images/bg/lang_hover.png") no-repeat scroll 0 0 transparent; }

#wrapper #banner #banner-search {
  position: absolute;
  right: 45px;
  top: 21px; }

#wrapper #banner #banner-search form {
  position: relative; }

#wrapper #banner #banner-search .search-field {
  left: -120px;
  position: absolute;
  background: url("../images/buttons/input.png") no-repeat scroll 0 0 transparent;
  border: medium none;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  height: 20px;
  margin-right: -14px;
  padding: 0 0 2px 6px;
  width: 126px;
  color: #9e9593;
  font-size: 10px; }

#wrapper #banner #banner-search .search-button {
  background: url("../images/buttons/button_black.png") no-repeat scroll 0 0 transparent;
  border: medium none;
  color: #FFFFFF;
  display: inline-block;
  font-size: 10px;
  height: 22px;
  outline: medium none;
  padding-left: 5px;
  padding-top: 1px;
  position: absolute;
  text-shadow: none;
  text-transform: uppercase;
  width: 49px;
  z-index: 10; }

#wrapper #banner #banner-search .search-button:hover {
  background: url("../images/bg/lang_hover.png") no-repeat scroll 0 0 transparent;
  outline: none; }

#wrapper #banner #banner-search .search-button input {
  outline: none; }

#wrapper #banner #navigation {
  background: #483e48;
  height: 40px;
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 1; }

.ie8.en-US #wrapper #banner #navigation .menu-parent .nav-parent .item-parent {
  font-size: 13px; }

/*#wrapper #skip-to-content {display:none;}*/
#wrapper #content {
  margin: auto;
  width: 970px; }

/* ===== FOOTER ===== */
#footer {
  position: absolute;
  width: 100%; }

#footer .first-row-footer {
  background: url("../images/footer/footer_fond.png") repeat-x scroll 0 0 transparent;
  height: 200px;
  /*width:970px*/ }

#footer .first-row-footer .article-footer {
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  position: relative;
  width: 970px; }

#footer .footer-column-first {
  float: left;
  width: 620px;
  border-bottom: 1px solid #949593;
  padding-bottom: 10px; }

#footer .footer-column-first .column-first-container {
  background: none repeat scroll 0 0 #D8D8D8;
  border: 3px solid #FFFFFF;
  padding: 10px;
  margin-bottom: 10px;
  height: 85px; }

#footer .footer-column-first .newsletter {
  float: left;
  padding-right: 65px;
  width: 210px; }

#footer .footer-column-first .newsletter .mail-address {
  background: url("../images/buttons/input.png") no-repeat scroll 0 0 transparent;
  background-size: 178px 20px;
  border: medium none;
  color: #9E9593;
  display: block;
  float: left;
  font-family: arial;
  font-size: 10px;
  font-weight: bold;
  height: 20px;
  margin-right: -12px;
  padding: 0 0 2px 6px;
  width: 169px; }

.ie8 #footer .footer-column-first .newsletter .mail-address {
  background: white;
  background-size: 178px 20px;
  border: medium none;
  padding-bottom: 0 !important;
  color: #9E9593;
  display: block;
  float: left;
  font-family: arial;
  font-size: 10px;
  font-weight: bold;
  height: 20px;
  margin-right: -12px;
  padding: 0 0 2px 6px;
  width: 169px; }

#footer .footer-column-first .newsletter .newsletter-subscribe input {
  background: url("../images/buttons/button_black.png") no-repeat scroll 0 0 transparent;
  border: medium none;
  color: #FFFFFF;
  display: block;
  float: right;
  font-size: 10px;
  margin-right: 0;
  padding-left: 6px;
  padding-top: 1px;
  text-decoration: none;
  text-shadow: none;
  width: 47px; }

.ie8 #footer .footer-column-first .newsletter .newsletter-subscribe input,
.ie9 #footer .footer-column-first .newsletter .newsletter-subscribe input {
  padding-top: 2px; }

#footer .footer-column-first .newsletter .newsletter-subscribe input:hover {
  border: none;
  background: url("../images/bg/lang_hover.png") no-repeat scroll 0 0 transparent; }

#footer .footer-column-first .footer-link {
  float: right;
  width: 230px; }

#footer .article-footer .newsletter-title {
  color: #CE5538;
  font-family: Anivers, arial;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0px 0px 5px 0px; }

#footer .article-footer .newsletter-link {
  display: inline-block;
  background: url("../images/footer/arrow-link.png") no-repeat scroll left center transparent;
  padding-left: 20px;
  color: #000;
  font-family: Anivers, arial;
  font-size: 12px;
  font-weight: bold; }

#footer .article-footer .newsletter-link:hover {
  display: inline-block;
  background: url("../images/footer/arrow-hover.png") no-repeat scroll left center transparent;
  padding-left: 20px;
  color: #E95D0F;
  font-family: Anivers, arial;
  font-size: 12px;
  font-weight: bold; }

#footer .article-footer .text-link {
  background: url("../images/footer/arrow-link.png") no-repeat scroll left center transparent;
  padding-left: 20px;
  display: block;
  color: #000;
  font-family: Verdana,Bd;
  font-size: 11px;
  font-weight: bold;
  border-bottom: 1px solid #949593;
  line-height: 20px; }

#footer .article-footer .text-link:hover {
  background: url("../images/footer/arrow-hover.png") no-repeat scroll left center transparent;
  padding-left: 20px;
  display: block;
  font-family: Verdana,Bd;
  font-size: 11px;
  font-weight: bold;
  border-bottom: 1px solid #949593;
  line-height: 20px;
  color: #E95D0F; }

#footer .social-footer {
  /* padding-top:10px;*/
  width: 610px;
  margin-left: 15px; }

#footer .social-footer .block-social-2 {
  float: right; }

#footer .social-footer .social-title {
  float: left;
  padding-right: 10px;
  color: #CE5538;
  font-family: Anivers, arial;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 30px; }

#footer .social-footer .social-image {
  float: left;
  padding: 0 10px 0 0; }

#footer .article-footer .Infos-container {
  background: none repeat scroll 0 0 #D8D8D8;
  border: 3px solid #FFFFFF;
  float: right;
  margin-left: 0;
  position: relative;
  width: 320px;
  padding-left: 10px; }

#footer .article-footer .Infos-container .infos-content .infos-title {
  color: #CE5538;
  font-family: Anivers, arial;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 0px; }

#footer .article-footer .Infos-container .infos-content p {
  margin: 0px; }

#footer .article-footer .Infos-container .infos-content ul {
  width: 213px;
  margin: 5px;
  list-style: inside; }

#footer .article-footer .Infos-container .image-container {
  position: absolute;
  right: 20px;
  top: 20px; }

#footer .article-footer .Infos-container .address-container {
  bottom: 20px;
  position: absolute;
  right: 20px; }

#footer .second-row-footer {
  clear: both;
  height: 35px;
  background: none repeat scroll 0 0 #483E48;
  text-align: center; }

#footer .second-row-footer .second-footer {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 970px; }

#footer .second-row-footer .second-footer .mairie-image-container {
  float: left;
  width: 140px; }

#footer .second-row-footer .second-footer .image-property {
  width: 140px;
  position: relative;
  top: 7px; }

#footer .second-row-footer .second-footer .navigation-site {
  line-height: 35px;
  width: 830px;
  display: table; }

#footer .second-row-footer .navigation-site .link-second {
  color: #D8CD9A;
  font-family: Anivers, arial;
  font-weight: bold;
  font-size: 11px;
  display: table-cell; }

#footer .second-row-footer .navigation-site .link-second:hover {
  color: #e95d0f;
  font-family: Anivers, arial;
  font-weight: bold;
  font-size: 11px;
  display: table-cell; }

/* ===== SITE MAP ===== */
#portlet_status {
  background: none repeat scroll 0 0 #E8E1C2;
  color: #34404F;
  margin: 10px 0; }

#portlet_status .portlet-title {
  display: none; }

#portlet_status .portlet-msg-error {
  background-color: #E8E1C2; }

#portlet_status a {
  color: #483E48;
  font-family: Anivers;
  font-size: 15px;
  font-weight: bold;
  margin-left: 15px; }

/* ===== SITE MAP ===== */
.portlet-site-map {
  background: #E8E1C2;
  padding: 15px; }

.portlet-site-map div {
  font-family: Anivers;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  color: #000; }

.portlet-site-map ul {
  font-family: Anivers;
  font-weight: normal;
  font-size: 14px;
  color: #000;
  margin-left: 20px; }

.portlet-site-map ul li {
  list-style: none; }

.portlet-site-map ul li a {
  font-family: Anivers;
  font-weight: normal;
  font-size: 14px;
  color: #000; }

.portlet-site-map ul li a:hover {
  font-family: Anivers;
  font-weight: normal;
  font-size: 14px;
  color: #e95d0f; }

/* ===== PORTLET - BREADCRUMB===== */
.portlet-breadcrumb .breadcrumbs {
  background: url("../images/bg/ariane-right.png") no-repeat scroll center right;
  padding: 0 15px 0 0;
  display: inline-block; }

.portlet-breadcrumb .breadcrumbs li {
  background: #e6e6e1;
  padding: 7px;
  color: #9E9593;
  font-family: arial,regular;
  font-size: 11px; }

.portlet-breadcrumb .breadcrumbs li:before {
  content: " > "; }

.portlet-breadcrumb .breadcrumbs .first:before {
  content: none; }

.portlet-breadcrumb .breadcrumbs li a {
  font-family: Arial,regular;
  color: #9E9593;
  margin-left: 5px; }

.portlet-breadcrumb .breadcrumbs .first:hover {
  color: #9E9593; }

.portlet-breadcrumb .breadcrumbs li:hover,
.portlet-breadcrumb .breadcrumbs li a:hover {
  color: #e95d0f; }

/* ===== MENU NAVIGATION ===== */
#navigation .menu-parent {
  width: 825px;
  margin: auto;
  list-style: none;
  position: relative; }

#navigation .menu-parent .nav-parent {
  margin-left: -18px;
  float: left;
  width: 183px;
  font-family: Anivers, arial;
  font-weight: bold;
  color: #d8cd9a;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  height: 40px; }

#navigation .menu-parent .nav-parent-3,
#navigation .menu-parent .nav-parent-4,
#navigation .menu-parent .nav-parent-5,
#navigation .menu-parent .nav-parent-6 {
  background: url("../images/bg/menu_center.png") no-repeat scroll 0 0 transparent;
  height: 40px;
  width: 183px; }

#navigation .menu-parent .nav-parent:hover {
  background: url("../images/bg/menu_hover.png") no-repeat scroll 0 0 transparent; }

#navigation .menu-parent .nav-parent .item-parent {
  line-height: 40px;
  font-family: Anivers, arial;
  font-weight: bold;
  color: #d8cd9a;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  width: 147px;
  text-align: center; }

#navigation .menu-parent .nav-parent .child-menu {
  background: #7B6E6C;
  text-align: left;
  min-height: 150px;
  padding-top: 10px;
  display: none;
  list-style: none;
  margin: 0;
  position: absolute;
  top: 40px;
  z-index: 10; }

#navigation .menu-parent .nav-parent .child-menu-2 {
  left: 1px; }

#navigation .menu-parent .nav-parent .child-menu-3 {
  left: 166px; }

#navigation .menu-parent .nav-parent .child-menu-4 {
  left: 330px; }

#navigation .menu-parent .nav-parent .child-menu-5 {
  left: 495px; }

#navigation .menu-parent .nav-parent .child-menu-6 {
  left: 660px; }

#navigation .menu-parent .nav-parent:hover .child-menu {
  display: block; }

#navigation .menu-parent .nav-parent .child-menu .item-child {
  width: 152px;
  float: left;
  margin-left: 9px;
  margin-right: 3px; }

#navigation .menu-parent .nav-parent .child-menu .item-child .sub-child-menu {
  list-style: none; }

#navigation .menu-parent .nav-parent .child-menu .item-child .item-child-title {
  font-family: Anivers, arial;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase; }

#navigation .menu-parent .nav-parent .child-menu .item-child .item-child-title:hover {
  background: #fff;
  width: 153px;
  color: #7b6e6c;
  display: inline; }

#navigation .menu-parent .nav-parent .child-menu .item-child .item-child1-title {
  font-family: Anivers, arial;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-transform: none; }

#navigation .menu-parent .nav-parent .child-menu .item-child .item-child1-title:hover {
  background: #fff;
  width: 153px;
  color: #7b6e6c;
  display: inline; }

/* ===== LAYOUT TEMPLATES ===== */
.augustins-w630px {
  width: 620px;
  float: left; }

.event-search-portlet .portlet-content {
  padding: 0px; }

.event-search-portlet h1.title-portlet {
  font-family: Anivers;
  font-weight: bold;
  font-size: 13px; }

.event-search-portlet .block-event-infos {
  background: none repeat scroll 0 0 #E8E1C2;
  padding: 15px;
  width: 610px; }

.event-search-portlet .header-event {
  border: 5px solid #FFF;
  background: #9e9593;
  position: relative;
  height: 208px;
  margin-top: 10px; }

.event-search-portlet .header-event .img-event {
  position: absolute;
  border-right: 5px solid #FFF;
  border-left: 5px solid #FFF;
  border-top: 5px solid #FFF;
  float: left;
  height: 218px;
  width: 156px;
  margin-left: -5px;
  margin-top: -15px; }

.event-search-portlet .header-event img.loupe {
  bottom: 5px;
  left: 132px;
  position: absolute; }

.event-search-portlet .header-event .bg-type {
  height: 32px;
  left: 160px;
  position: absolute;
  top: -16px;
  width: 17px;
  background: url("../images/agenda/bg-type-events.png") no-repeat scroll 0 0px; }

.event-search-portlet .header-event .type {
  margin-left: 177px;
  background: url("../images/agenda/bg-type-event-r.png") repeat scroll 0 0;
  display: block;
  height: 28px;
  padding-right: 10px;
  padding-top: 3px;
  font-family: Anivers;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFF;
  position: absolute;
  margin-top: -16px;
  font-size: 12px; }

.event-search-portlet .header-event h1.portlet-title {
  color: #FFF;
  font-family: Anivers;
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px dotted #FFF;
  display: block;
  margin-left: 160px;
  padding-left: 10px;
  margin-top: 20px; }

.event-search-portlet .header-event .text {
  margin-left: 10px;
  font-family: Anivers;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold; }

.event-search-portlet .header-event .date {
  margin-left: 170px;
  font-family: Anivers;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold; }

.event-search-portlet .header-event .target {
  position: absolute;
  bottom: 5px;
  left: 170px;
  color: #FFF;
  font-family: Anivers;
  font-size: 13px;
  font-weight: bold;
  max-width: 300px; }

.event-search-portlet .header-event .accessibility {
  bottom: 5px;
  float: right;
  position: absolute;
  right: 5px; }

.event-search-portlet .block-content {
  font-size: 12px; }

.event-search-portlet .block-content a {
  color: #000000; }

.event-search-portlet .block-content .content a {
  text-decoration: underline; }

.event-search-portlet .block-content a:hover {
  color: #E95D0F;
  text-decoration: underline; }

.event-search-portlet .block-content .encadre {
  background-color: #d8d8da;
  padding: 10px; }

.event-search-portlet .block-content ul li:before {
  color: #CE5538;
  content: ".";
  display: inline-block;
  font-size: 30px;
  height: 10px;
  position: relative;
  text-align: left;
  top: -25px;
  vertical-align: middle;
  margin-left: 7px; }

.event-search-portlet .block-info {
  background: #E8E9E9;
  padding: 10px; }

.event-search-portlet .block-info a {
  color: #000;
  text-decoration: underline; }

.event-search-portlet .block-info a:hover {
  color: #E95D0F; }

.event-search-portlet .block-info .block-child ul {
  margin-top: 5px;
  margin-bottom: 5px; }

.event-search-portlet .block-info .block-child ul li {
  float: none !important; }

.event-search-portlet .block-info .block-child p {
  font-size: 12px; }

.event-search-portlet .block-info .practical-info-list {
  margin: 5px 0; }

.event-search-portlet .block-info .practical-info-list dt {
  font-size: 12px;
  float: left;
  background: url("../images/buttons/square-orange.png") no-repeat scroll left center transparent;
  height: 15px;
  padding-left: 15px; }

.event-search-portlet .block-info .practical-info-list dd {
  display: inline;
  font-size: 12px; }

.event-search-portlet .block-info .practical-info-list dd a {
  color: #000;
  text-decoration: underline; }

.event-search-portlet .block-info .practical-info-list dd a:hover {
  color: #E95D0F; }

.event-search-portlet .block-info .block-child ul li {
  background: url("../images/buttons/square-orange.png") no-repeat scroll left center transparent;
  float: left;
  font-size: 12px;
  height: 15px;
  padding-left: 15px; }

.event-search-portlet .nav-event {
  margin-bottom: 20px;
  margin-top: 80px;
  margin-right: -30px; }

.event-search-portlet .nav-event .nav-event-left {
  float: left; }

.event-search-portlet .nav-event .nav-event-left .flux-rss {
  background: #EFEBD7;
  margin-right: 10px;
  padding: 3px 10px;
  text-decoration: none;
  font-family: Anivers;
  font-size: 13px;
  color: #000; }

.event-search-portlet .nav-event .nav-event-right {
  float: right; }

.event-search-portlet .nav-event .nav-event-right a.next-event {
  background: #EFEBD7;
  margin-right: 10px;
  padding: 3px 10px;
  text-decoration: none;
  font-family: Anivers;
  font-size: 13px;
  color: #000; }

.event-search-portlet .next-agenda-event {
  margin-bottom: 20px;
  margin-top: 8px;
  margin-right: -10px;
  padding-bottom: 15px; }

.event-search-portlet .nav-event a.back-event,
.event-search-portlet .next-agenda-event a.back-event {
  background: #EFEBD7;
  margin-right: 10px;
  padding: 3px 10px;
  text-decoration: none;
  font-family: Anivers;
  font-size: 13px;
  color: #000; }

.event-search-portlet .nav-event a:hover.back-event,
.event-search-portlet .next-agenda-event a:hover.back-event {
  background: #e95d0f;
  margin-right: 10px;
  padding: 3px 10px;
  text-decoration: none;
  font-family: Anivers;
  font-size: 13px;
  color: #EFEBD7; }

.event-search-portlet .next-agenda-event a.next-event {
  float: right;
  background: #EFEBD7;
  margin-right: 10px;
  padding: 3px 10px;
  text-decoration: none;
  font-family: Anivers;
  font-size: 13px;
  color: #000; }

.event-search-portlet .next-agenda-event a.flux-rss {
  float: left;
  background: #EFEBD7;
  margin-right: 10px;
  padding: 3px 10px;
  text-decoration: none;
  font-family: Anivers;
  font-size: 13px;
  color: #000; }

.event-search-portlet .nav-event a:hover.next-event,
.event-search-portlet .next-agenda-event a:hover.next-event {
  background: #e95d0f;
  margin-right: 10px;
  padding: 3px 10px;
  text-decoration: none;
  font-family: Anivers;
  font-size: 13px;
  color: #EFEBD7; }

.augustins-short {
  width: 310px;
  float: right;
  margin: 0 0 10px 10px; }

.augustins-short .event-sidebar-portlet {
  background: #e8e1c2;
  padding-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 10px; }

.augustins-short .event-sidebar-portlet h1.title-portlet {
  font-size: 20px;
  background: url("../images/agenda/bg-title-short.png") no-repeat scroll center center transparent;
  color: #FFF;
  display: block;
  height: 41px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-top: 3px;
  text-align: left; }

.augustins-short .event-sidebar-portlet .events {
  padding: 0px 20px; }

.augustins-short .event-sidebar-portlet .events h3 {
  color: #000;
  font-weight: normal; }

.augustins-short .event-sidebar-portlet .events span.date {
  display: block;
  border-bottom: 1px dotted #000;
  color: #000;
  font-family: Anivers;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase; }

.augustins-short .event-sidebar-portlet .events h1.title a {
  display: block;
  border-bottom: 1px dotted #8695C5;
  color: #8695C5;
  font-family: Anivers;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase; }

.augustins-short .event-sidebar-portlet .events h1.title a:hover {
  display: block;
  border-bottom: 1px dotted #8695C5;
  color: #E95D0F;
  font-family: Anivers;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase; }

.augustins-short .event-sidebar-portlet .events .block-content {
  font-size: 12px;
  margin-bottom: 15px; }

.augustins-short .portlet-content .events .content p {
  color: #949593;
  font-family: Anivers;
  font-size: 13px; }

.copyright {
  display: inline-block;
  font-size: 9px;
  line-height: 12px;
  margin-bottom: 10px; }

.event-search-portlet .social-bookmarks {
  background-color: #E6E6E1;
  float: none;
  padding: 0;
  position: absolute;
  width: 640px;
  margin-left: 0; }

.event-sidebar-portlet .link-agenda-page {
  color: #000000;
  display: inline;
  float: right;
  padding-bottom: 5px;
  width: auto; }

.event-sidebar-portlet .link-agenda-page:hover {
  color: #E95D0F; }

/* ===== COMMON PORTLET STYLES ===== */
/* ===== PORTLET FAMILIES ===== */
.portlet-search {
  margin: auto;
  position: relative;
  width: 960px; }

.portlet-search form {
  margin-top: 20px; }

.portlet-search form .aui-fieldset {
  display: block;
  text-align: center; }

.portlet-search form .aui-fieldset .aui-fieldset-content {
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  height: 50px;
  background: #EEECE3;
  padding-top: 17px;
  width: 443px; }

.portlet-search form .aui-fieldset .aui-fieldset-content .aui-field-input-select {
  display: none; }

.portlet-search form .aui-fieldset .aui-fieldset-content #_3_clear-search {
  display: none; }

.portlet-search form .search-layout .menu {
  background: none repeat scroll 0 0 #E8E1C2; }

.portlet-search form .search-layout .menu .search-facet {
  margin-left: 10px; }

.portlet-search form .search-layout .menu .search-facet .asset-type .default {
  margin-bottom: 10px; }

.portlet-search form .search-layout .menu .search-facet .asset-type .facet-value img {
  display: none; }

.portlet-search form .search-layout .menu .menu-content .search-asset_tags {
  display: none; }

.portlet-search form .search-layout .menu .menu-content .search-asset_tags ul.asset-type {
  font-family: Anivers;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  color: #000; }

.portlet-search .search-layout .search-layout-content .menu .search-facet .facet-value a {
  font-family: Anivers;
  font-weight: bold;
  font-size: 14px;
  color: #000; }

.portlet-search .search-layout .search-layout-content .menu .search-facet .facet-value a:hover {
  font-family: Anivers;
  font-weight: bold;
  font-size: 14px;
  color: #e95d0f; }

.portlet-search .search-layout .search-layout-content .result .asset-entry .asset-entry-title a {
  font-family: Anivers;
  font-weight: bold;
  font-size: 14px;
  color: #000; }

.portlet-search .search-layout .search-layout-content .result .asset-entry .asset-entry-title a:hover {
  font-family: Anivers;
  font-weight: bold;
  font-size: 14px;
  color: #e95d0f; }

.portlet-search form .search-layout .menu .menu-content .search-asset_tags {
  display: none; }

.portlet-search form .result {
  margin-left: 10px; }

.portlet-search form .result em {
  display: none; }

.portlet-search form .result table .results-header {
  display: none; }

.portlet-search form .result table .asset-entry .asset-entry-title {
  margin: 0 0 15px; }

.portlet-search form .result table .asset-entry .asset-entry-title img {
  display: none; }

#content .portlet-search .search-layout .search-layout-content .result .asset-entry .asset-entry-type {
  color: #FFFFFF;
  padding: 3px;
  background: none no-repeat scroll 10px center #E95D0F; }

.portlet-search form .result table .asset-entry .asset-entry-summary {
  margin: 10px 5px; }

.taglib-search-iterator-page-iterator-top {
  display: none; }

.portlet-search .search-layout .search-layout-content .result .asset-entry .asset-entry-categories,
.portlet-search .search-layout .search-layout-content .result .asset-entry .asset-entry-tags {
  display: none; }

/*
.asset-summary-image,
.art-piece-image,
.asset-image {width:250px;}
*/
/*** Styles for hiding ARIA skip links ***/
.aria {
  color: transparent;
  display: block;
  height: 0;
  line-height: 0;
  text-indent: -9999px;
  width: 0; }

/* ===== PORTLET - AGENDA ===== */
.event-zoom-portlet {
  width: 625px;
  min-height: 415px;
  padding: 10px 0 10px 10px;
  background: #e8e1c2;
  margin-bottom: 20px; }

.event-zoom-portlet .search-form {
  width: 621px;
  height: 52px;
  background: url("../images/agenda/bg-title-agenda.png");
  margin-bottom: 0; }

.event-zoom-portlet .search-form h1.portlet-title {
  float: left;
  color: #FFF;
  font-family: Anivers;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  padding: 3px 20px; }

.event-zoom-portlet .search-form select {
  text-align: center;
  width: 90px;
  color: #9E9593;
  font-family: Anivers;
  font-size: 11px;
  margin-left: 20px; }

.event-zoom-portlet .search-form form {
  padding-top: 7px; }

.event-zoom-portlet .search-form form .this-week {
  cursor: pointer;
  color: #FFF;
  font-family: Anivers;
  font-weight: bold;
  font-size: 12px;
  width: 77px;
  height: 40px;
  display: inline-block;
  line-height: 19px; }

.event-zoom-portlet .search-form form .this-week.selected {
  background: url("../images/agenda/bg-checkbox-1.png"); }

.event-zoom-portlet .search-form form .this-week input {
  display: none; }

.event-zoom-portlet .search-form form .this-month {
  cursor: pointer;
  color: #FFF;
  padding-right: 10px;
  margin-left: 20px;
  font-family: Anivers;
  font-weight: bold;
  font-size: 12px;
  width: 56px;
  height: 40px;
  display: inline-block;
  line-height: 19px; }

.event-zoom-portlet .search-form form .this-month.selected {
  background: url("../images/agenda/bg-checkbox-2.png"); }

.event-zoom-portlet .search-form form .this-month input {
  display: none; }

.event-zoom-portlet .search-form .aui-button-holder {
  display: none; }

.event-zoom-portlet .agregator-styles .event {
  border: 4px solid #FFF;
  border: 3px solid #FFFFFF;
  float: left;
  height: 146px;
  margin-right: 10px;
  margin-bottom: 20px;
  width: 294px;
  background-color: #9e9593; }

.event-zoom-portlet .agregator-styles .event .type {
  font-weight: bold;
  position: absolute;
  margin-left: 110px;
  width: 162px;
  height: 31px;
  color: #fff;
  display: block;
  margin-top: -15px;
  padding-left: 3px;
  padding-top: 2px;
  font-family: Anivers;
  font-size: 12px;
  text-transform: uppercase; }

.event-zoom-portlet .agregator-styles .event .type-0 {
  background: url("../images/agenda/bg-title01.png") no-repeat; }

.event-zoom-portlet .agregator-styles .event .type-1 {
  background: url("../images/agenda/bg-title02.png") no-repeat; }

.event-zoom-portlet .agregator-styles .event .type-2 {
  background: url("../images/agenda/bg-title03.png") no-repeat; }

.event-zoom-portlet .agregator-styles .event .type-3 {
  background: url("../images/agenda/bg-title04.png") no-repeat; }

.event-zoom-portlet .agregator-styles .event .block-content img {
  float: left;
  width: 104px;
  height: 146px;
  border-right: 3px solid #FFFFFF; }

.event-zoom-portlet .agregator-styles .event .block-content .content {
  font-size: 11px;
  float: right;
  margin-top: 20px;
  width: 172px;
  height: 132px;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden; }

.event-zoom-portlet .agregator-styles .event .block-content .content p {
  color: #FFF;
  line-height: 12px;
  font-size: 11px;
  font-family: Arial;
  text-align: justify; }

.event-zoom-portlet .agregator-styles .event .block-content .content .date {
  font-weight: bold;
  color: #000;
  font-family: Anivers;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 1px dotted #000;
  margin-left: -4px;
  padding-left: 10px;
  padding-right: 20px; }

.event-zoom-portlet .agregator-styles .event .block-content .content h1 {
  border-bottom: 1px dotted #FFFFFF;
  color: #FFFFFF;
  font-family: Anivers;
  font-size: 16px;
  font-weight: bold;
  margin-left: -5px;
  padding-left: 10px;
  width: 170px; }

.event-zoom-portlet .agregator-styles .event .block-content .content h1 a {
  color: #FFFFFF;
  text-decoration: none; }

.event-zoom-portlet .agregator-styles .event .block-content .content h1 a:hover {
  color: #E95D0F;
  text-decoration: none; }

.event-zoom-portlet .flux-rss {
  font-family: Anivers;
  font-weight: bold;
  font-size: 15px;
  background: url("../images/buttons/btn_rss.png") no-repeat center left;
  height: 16px;
  width: 100px;
  padding-left: 15px;
  float: left; }

.event-zoom-portlet .flux-rss:hover {
  background: url("../images/buttons/btn_rss_hover.png") no-repeat center left; }

.event-zoom-portlet .flux-rss a {
  color: #483E48; }

.event-zoom-portlet .flux-rss a:hover {
  color: #e95d0f; }

.event-zoom-portlet .all-agenda {
  font-family: Anivers;
  font-weight: bold;
  font-size: 15px;
  color: #483E48;
  float: right;
  margin-right: 15px; }

.event-zoom-portlet .all-agenda:hover {
  color: #e95d0f; }

.related-event-display {
  background: none repeat scroll 0 0 #E8E1C2;
  padding-top: 10px;
  margin-bottom: 20px;
  width: 310px; }

.related-event-display .title-portlet {
  background: url("../images/bg/bg-title-links.png") no-repeat scroll center center transparent;
  display: block;
  height: 41px;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-top: 3px;
  text-align: left;
  color: #FFF; }

.related-event-display .links-styles {
  padding: 0 15px 10px; }

.related-event-display .links-styles .link-item {
  border-bottom: 1px solid #999999; }

.related-event-display .links-styles .link-item a {
  padding-left: 15px;
  background: url("../images/buttons/puce-list-links.png") no-repeat scroll left 3px transparent;
  color: #000;
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  line-height: 20px; }

.related-event-display .links-styles .link-item a:hover {
  padding-left: 15px;
  background: url("../images/buttons/puce-list-links-hover.png") no-repeat scroll left 3px transparent;
  color: #E95D0F;
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  line-height: 20px; }

/* ===== PORTLET - AGENDA RESULTS ===== */
.event-search-portlet .search-result .accessibility {
  float: right; }

.event-search-portlet .search-form {
  background-color: #e8e1c2;
  padding: 15px; }
  .event-search-portlet .search-form .portlet-title {
    font-family: Anivers;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    text-transform: capitalize; }
  .event-search-portlet .search-form form {
    background-color: #eeece3;
    padding: 15px;
    margin: 5px 15px; }
    .event-search-portlet .search-form form .keywords .aui-field-label {
      font-family: Arial;
      font-weight: bold;
      font-size: 11px;
      color: #ce5538;
      float: left;
      width: 120px;
      text-transform: uppercase;
      text-align: right;
      padding-right: 10px; }
    .event-search-portlet .search-form form .keywords input {
      font-size: 11px; }
    .event-search-portlet .search-form form .types {
      margin-top: 15px; }
      .event-search-portlet .search-form form .types .advanced-search-message {
        font-family: Arial;
        font-weight: bold;
        font-size: 11px;
        color: #ce5538;
        float: left;
        text-transform: uppercase;
        text-align: right;
        width: 120px; }
      .event-search-portlet .search-form form .types .options {
        margin-left: 130px; }
        .event-search-portlet .search-form form .types .options label {
          display: inline-block;
          width: 125px;
          font-size: 11px; }
    .event-search-portlet .search-form form .target {
      margin-top: 15px; }
      .event-search-portlet .search-form form .target .advanced-search-message {
        font-family: Arial;
        font-weight: bold;
        font-size: 11px;
        color: #ce5538;
        float: left;
        text-transform: uppercase;
        text-align: right;
        width: 120px; }
      .event-search-portlet .search-form form .target .options {
        margin-left: 130px; }
        .event-search-portlet .search-form form .target .options label {
          display: inline-block;
          width: 125px;
          font-size: 11px; }
    .event-search-portlet .search-form form .selections {
      margin-top: 15px; }
      .event-search-portlet .search-form form .selections h4 {
        font-family: Arial;
        font-weight: bold;
        font-size: 11px;
        color: #ce5538;
        float: left;
        margin-right: 10px;
        height: 70px;
        text-transform: uppercase;
        text-align: right;
        width: 120px; }
      .event-search-portlet .search-form form .selections .select-date {
        margin-bottom: 10px; }
        .event-search-portlet .search-form form .selections .select-date label {
          float: left; }
        .event-search-portlet .search-form form .selections .select-date button {
          background: none repeat scroll 0 0 transparent;
          border: 0 none;
          height: 20px;
          margin: 0;
          padding: 0;
          width: 25px; }
          .event-search-portlet .search-form form .selections .select-date button .aui-icon {
            background: url("../images/buttons/calendar.png") no-repeat scroll right center transparent;
            height: 20px;
            width: 20px; }
      .event-search-portlet .search-form form .selections .this-week {
        margin-right: 50px;
        font-size: 11px; }
      .event-search-portlet .search-form form .selections .this-month {
        font-size: 11px; }
    .event-search-portlet .search-form form .aui-button-holder {
      margin-top: 15px;
      float: right;
      overflow: visible;
      box-shadow: 0 3px 5px #000000; }
      .event-search-portlet .search-form form .aui-button-holder input {
        background: none repeat scroll 0 0 #E8E1C2;
        font-family: Anivers;
        font-size: 12px;
        font-weight: bold;
        padding: 1px;
        border: none;
        text-shadow: none;
        color: #000;
        border-radius: 0; }
      .event-search-portlet .search-form form .aui-button-holder input:hover {
        background: none repeat scroll 0 0 #CE5538;
        color: #fff;
        border: none;
        text-shadow: none; }
.event-search-portlet .separator-block {
  height: 15px; }
.event-search-portlet .search-result {
  background-color: #e8e1c2;
  padding: 15px 15px 0;
  margin-bottom: 10px; }
  .event-search-portlet .search-result .info-result {
    border-bottom: 3px dotted #ce5538; }
    .event-search-portlet .search-result .info-result .left {
      float: left; }
      .event-search-portlet .search-result .info-result .left h1 {
        font-family: Anivers;
        font-weight: bold;
        font-size: 17px;
        color: #000;
        text-transform: capitalize; }
      .event-search-portlet .search-result .info-result .left .result-count {
        font-family: Anivers;
        font-weight: bold;
        font-size: 14px;
        color: #ce5538; }
    .event-search-portlet .search-result .info-result .taglib-page-iterator {
      clear: none;
      float: right;
      margin-top: 25px;
      padding: 0; }
  .event-search-portlet .search-result .agregator-styles {
    margin-top: 15px; }
    .event-search-portlet .search-result .agregator-styles .event {
      margin-bottom: 10px;
      border-bottom: 1px dotted; }
      .event-search-portlet .search-result .agregator-styles .event .image {
        float: left;
        width: 81px;
        height: 112px;
        margin-right: 15px;
        border: 2px solid #FFFFFF; }
      .event-search-portlet .search-result .agregator-styles .event .image:hover {
        opcatiy: 0.6;
        border: 2px solid #483e48; }
      .event-search-portlet .search-result .agregator-styles .event .block-content {
        display: table;
        margin-bottom: 10px; }
        .event-search-portlet .search-result .agregator-styles .event .block-content .target {
          font-family: Anivers;
          font-weight: bold;
          font-size: 13px;
          color: #949593;
          text-transform: uppercase; }
        .event-search-portlet .search-result .agregator-styles .event .block-content .title {
          font-family: Anivers;
          font-weight: bold;
          font-size: 16px;
          color: #868bc5;
          text-transform: uppercase; }
          .event-search-portlet .search-result .agregator-styles .event .block-content .title a {
            color: #868bc5; }
          .event-search-portlet .search-result .agregator-styles .event .block-content .title a:hover {
            color: #CE5538; }
        .event-search-portlet .search-result .agregator-styles .event .block-content .type {
          font-family: Anivers;
          font-weight: bold;
          font-size: 13px;
          color: #ce5538;
          text-transform: uppercase; }
        .event-search-portlet .search-result .agregator-styles .event .block-content .date {
          font-family: Anivers;
          font-weight: bold;
          font-size: 13px;
          color: #000;
          text-transform: uppercase; }
        .event-search-portlet .search-result .agregator-styles .event .block-content .content {
          font-family: arial, regular;
          font-size: 12px;
          color: #000;
          margin-top: 5px; }

.aui-calendar-content .aui-helper-clearfix .aui-calendar-link-today,
.aui-calendar-content .aui-helper-clearfix .aui-calendar-link-none {
  display: none; }

/* ===== PORTLET - ARTICLE AGREGATOR  ===== */
/* ===== PORTLET - TWITTER ===== */
/* ===== PORTLET - FACEBOOK ===== */
/* ===== PORTLET - ART PIECE DISPLAY ===== */
.art-pieces-display-portlet .art-piece-left-column {
  float: left;
  width: 630px;
  margin-top: 10px; }

.art-pieces-display-portlet .art-piece-left-column .art-piece-panorama-buttons {
  background: none repeat scroll 0 0 #E8E1C2;
  height: 30px;
  padding: 10px 15px 30px;
  width: 600px; }

.art-pieces-display-portlet .art-piece-left-column .art-piece-panorama-buttons a.art-piece-panorama-previous {
  float: left;
  text-indent: -99999px;
  background: url("../images/buttons/previous.png") no-repeat scroll center center transparent;
  display: block;
  width: 40px;
  height: 29px; }

.art-pieces-display-portlet .art-piece-left-column .art-piece-panorama-buttons a:hover.art-piece-panorama-previous {
  float: left;
  text-indent: -99999px;
  background: url("../images/buttons/previous-hover.png") no-repeat scroll center center transparent;
  display: block;
  width: 40px;
  height: 29px; }

.art-pieces-display-portlet .art-piece-left-column .art-piece-panorama-buttons .art-piece-panorama-title {
  text-align: center;
  font-family: Anivers;
  font-weight: bold;
  font-size: 20px; }

.art-pieces-display-portlet .art-piece-left-column .art-piece-panorama-buttons a.art-piece-panorama-next {
  float: right;
  margin-top: -30px;
  text-indent: -99999px;
  background: url("../images/buttons/next.png") no-repeat scroll center center transparent;
  display: block;
  width: 40px;
  height: 29px; }

.art-pieces-display-portlet .art-piece-left-column .art-piece-panorama-buttons a:hover.art-piece-panorama-next {
  float: right;
  margin-top: -30px;
  text-indent: -99999px;
  background: url("../images/buttons/next-hover.png") no-repeat scroll center center transparent;
  display: block;
  width: 40px;
  height: 29px; }

.art-pieces-display-portlet .art-piece-left-column .art-piece {
  background: none repeat scroll 0 0 #E8E1C2;
  padding: 15px; }

.art-pieces-display-portlet .art-piece-left-column h2.author-name {
  color: #000000;
  font-family: arial;
  font-size: 20px;
  font-weight: bold;
  text-transform: none; }

.art-pieces-display-portlet .art-piece-left-column h1.art-piece-title {
  color: #CE5538;
  font-family: Anivers;
  font-size: 17px;
  margin-bottom: 10px;
  text-transform: none; }

.art-pieces-display-portlet .art-piece-left-column .art-piece .art-piece-info {
  font-size: 12px; }

.art-pieces-display-portlet .art-piece-left-column .art-piece .art-piece-description {
  margin-top: 15px;
  font-size: 12px; }

.art-pieces-display-portlet .art-piece-left-column .art-piece .art-piece-description p img,
.art-pieces-display-portlet .art-piece-left-column .art-piece .art-piece-description img {
  max-width: 590px;
  height: auto; }

.art-pieces-display-portlet .art-piece-left-column .art-piece .art-piece-description .encadre {
  background-color: #d8d8da;
  padding: 10px; }

.art-pieces-display-portlet .art-piece-left-column .art-piece .art-piece-description ul li:before {
  color: #CE5538;
  content: ".";
  display: inline-block;
  font-size: 30px;
  height: 10px;
  position: relative;
  text-align: left;
  top: -25px;
  vertical-align: middle; }

.art-pieces-display-portlet .art-piece-left-column .art-piece .art-piece-description a {
  color: #000;
  text-decoration: underline; }

.art-pieces-display-portlet .art-piece-left-column .art-piece .art-piece-description a:hover {
  color: #E95D0F; }

.art-pieces-display-portlet .art-piece-left-column .art-piece-image-container {
  float: left;
  width: 265px;
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative; }

.art-pieces-display-portlet .art-piece-left-column .art-piece-image-container .art-piece-image {
  border: 3px solid #fff; }

.art-pieces-display-portlet .art-piece-left-column .art-piece-image-container .art-piece-image:hover {
  border: 3px solid #E95D0F; }

.art-pieces-display-portlet .art-piece-left-column .art-piece-image-container .loupe {
  bottom: 25px;
  position: absolute;
  right: 20px; }

.art-pieces-display-portlet .art-piece-left-column .art-piece-share {
  background: none repeat scroll 0 0 #EBEBE7;
  width: 630px; }

.art-pieces-display-portlet .art-piece-left-column .art-piece-search-buttons {
  float: right;
  margin-top: 20px;
  margin-right: -10px; }

.art-pieces-display-portlet .art-piece-left-column .art-piece-search-buttons a.art-piece-search-back {
  background: none repeat scroll 0 0 #EFEBD7;
  color: #000000;
  font-family: Anivers;
  font-size: 13px;
  margin-right: 10px;
  padding: 3px 10px;
  text-decoration: none; }

.art-pieces-display-portlet .art-piece-left-column .art-piece-search-buttons a.art-piece-search-back:hover {
  background: none repeat scroll 0 0 #E95D0F;
  color: #EFEBD7;
  font-family: Anivers;
  font-size: 13px;
  margin-right: 10px;
  padding: 3px 10px;
  text-decoration: none; }

.art-pieces-display-portlet .art-piece-left-column .art-piece-search-buttons a.art-piece-search-new {
  background: none repeat scroll 0 0 #EFEBD7;
  color: #000000;
  font-family: Anivers;
  font-size: 13px;
  margin-right: 10px;
  padding: 3px 10px;
  text-decoration: none; }

.art-pieces-display-portlet .art-piece-left-column .art-piece-search-buttons a.art-piece-search-new:hover {
  background: none repeat scroll 0 0 #E95D0F;
  color: #EFEBD7;
  font-family: Anivers;
  font-size: 13px;
  margin-right: 10px;
  padding: 3px 10px;
  text-decoration: none; }

.art-pieces-display-portlet .art-piece-right-column {
  float: right;
  margin-bottom: 20px;
  margin-top: 10px;
  width: 330px; }

.art-pieces-display-portlet .art-piece-right-column .art-piece-if .taglib-page-iterator {
  margin-right: 15px; }

.art-pieces-display-portlet .art-piece-right-column .art-piece-if {
  background: none repeat scroll 0 0 #E8E1C2;
  padding-top: 10px; }

.art-pieces-display-portlet .art-piece-right-column .title-portlet {
  background: url("../images/bg/bg-title-diaporama.png") no-repeat scroll center center transparent;
  display: block;
  height: 41px;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-top: 3px;
  text-align: left;
  color: #FFF; }

.art-pieces-display-portlet .art-piece-right-column .art-piece {
  float: left;
  width: 130px;
  margin-right: 17px; }

.art-pieces-display-portlet .art-piece-right-column .art-piece img {
  border: 3px solid #FFFFFF;
  margin-bottom: 14px;
  margin-left: 14px;
  width: 130px; }

.art-pieces-display-portlet .art-piece-right-column .art-piece.selected img {
  border: 3px solid #CE5538; }

.art-pieces-display-portlet .art-piece-right-column .art-piece-if .panorama .art-piece {
  float: left;
  margin-left: 10px;
  margin-right: 5px;
  width: 130px; }

.art-pieces-display-portlet .art-piece-right-column .art-piece-if .title-portlet {
  background: url("../images/bg/bg-title-diaporama.png") no-repeat scroll center center transparent;
  display: block;
  height: 41px;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-top: 3px;
  text-align: left;
  color: #FFF; }

.art-pieces-display-portlet .art-piece-right-column .art-piece-if .art-piece-same-author {
  padding: 0 20px 10px; }

.art-pieces-display-portlet .art-piece-right-column .art-piece-if .art-piece-same-author .art-piece {
  width: 100%;
  float: none;
  margin: 0 0 10px; }

.art-pieces-display-portlet .art-piece-right-column .art-piece-if .art-piece-same-author .art-piece .art-piece-title {
  border-bottom: 2px dotted #88844A;
  width: 100%; }

.art-pieces-display-portlet .art-piece-right-column .art-piece-if .art-piece-same-author .art-piece .art-piece-title:hover {
  border-bottom: 2px dotted #CE5538; }

.art-pieces-display-portlet .art-piece-right-column .art-piece-if .art-piece-same-author .art-piece h1.art-piece-title a {
  color: #88844A;
  font-family: Anivers;
  font-size: 14px;
  font-weight: bold;
  text-transform: none; }

.art-pieces-display-portlet .art-piece-right-column .art-piece-if .art-piece-same-author .art-piece h1.art-piece-title a:hover {
  color: #CE5538;
  font-family: Anivers;
  font-size: 14px;
  font-weight: bold; }

.art-pieces-display-portlet .art-piece-right-column .art-piece-if .art-piece-same-author .art-piece .art-piece-date {
  color: #707070;
  font-family: Anivers;
  font-size: 14px;
  font-weight: bold; }

/* ===== PORTLET - SEARCH ART PIECE ===== */
.art-pieces-search-portlet .form-art-piece {
  background: none repeat scroll 0 0 #E8E1C2;
  padding: 15px 40px 15px 15px;
  width: 575px;
  margin-top: 10px; }

.art-pieces-search-portlet .form-art-piece .aui-form-validator h1 {
  color: #000000;
  font-family: Anivers;
  font-size: 20px;
  font-weight: bold; }

.art-pieces-search-portlet .form-art-piece .aui-form-validator {
  background-color: #EEECE3;
  margin: 5px 15px;
  padding: 15px; }

.art-pieces-search-portlet .form-art-piece .aui-form-validator input {
  font-size: 12px; }

.art-pieces-search-portlet .form-art-piece .aui-form-validator .authorName {
  margin-bottom: 1px;
  display: block; }

.art-pieces-search-portlet .form-art-piece .aui-form-validator .authorName label {
  color: #000;
  float: left;
  font-family: Arial;
  font-size: 12px;
  padding-right: 10px;
  text-align: right;
  width: 120px; }

.art-pieces-search-portlet .form-art-piece .aui-form-validator .authorName input {
  width: 300px;
  height: 18px; }

.art-pieces-search-portlet .form-art-piece .aui-form-validator .title {
  margin-bottom: 5px;
  display: block; }

.art-pieces-search-portlet .form-art-piece .aui-form-validator .title label {
  color: #000;
  float: left;
  font-family: Arial;
  font-size: 12px;
  padding-right: 10px;
  text-align: right;
  width: 120px; }

.art-pieces-search-portlet .form-art-piece .aui-form-validator .title input {
  width: 300px;
  height: 18px; }

.art-pieces-search-portlet .form-art-piece .aui-form-validator .date {
  margin-bottom: 5px;
  display: block; }

.art-pieces-search-portlet .form-art-piece .aui-form-validator .date label {
  color: #000;
  float: left;
  font-family: Arial;
  font-size: 12px;
  padding-right: 10px;
  text-align: right;
  width: 120px; }

.art-pieces-search-portlet .form-art-piece .aui-form-validator .date input {
  width: 300px;
  height: 18px; }

.art-pieces-search-portlet .form-art-piece .aui-form-validator .domain {
  margin-bottom: 20px;
  display: block;
  margin-top: 30px; }

.art-pieces-search-portlet .form-art-piece .aui-form-validator .domain label {
  color: #000;
  float: left;
  font-family: Arial;
  font-size: 12px;
  padding-right: 10px;
  text-align: right;
  width: 120px; }

.art-pieces-search-portlet .form-art-piece .aui-form-validator .domain select {
  width: 150px;
  height: 22px;
  font-size: 12px; }

.art-pieces-search-portlet .form-art-piece .aui-form-validator .room {
  margin-bottom: 20px;
  display: block;
  margin-top: 30px; }

.art-pieces-search-portlet .form-art-piece .aui-form-validator .room label {
  color: #000;
  float: left;
  font-family: Arial;
  font-size: 12px;
  padding-right: 10px;
  text-align: right;
  width: 120px; }

.art-pieces-search-portlet .form-art-piece .aui-form-validator .room select {
  width: 150px;
  height: 22px;
  font-size: 12px; }

.art-pieces-search-portlet .form-art-piece .aui-form-validator .fixed-date {
  display: block;
  margin-left: 129px; }

.art-pieces-search-portlet .form-art-piece .aui-form-validator .exposed {
  margin-bottom: 20px;
  display: block;
  margin-left: 130px;
  margin-right: 40px;
  float: left; }

.art-pieces-search-portlet .form-art-piece .aui-form-validator .withImage {
  margin-bottom: 5px;
  display: block; }

.art-pieces-search-portlet .form-art-piece .aui-form-validator .inventoryId {
  margin-bottom: 5px;
  display: block; }

.art-pieces-search-portlet .form-art-piece .aui-form-validator .inventoryId label {
  color: #000;
  float: left;
  font-family: Arial;
  font-size: 12px;
  padding-right: 10px;
  text-align: right;
  width: 120px; }

.art-pieces-search-portlet .form-art-piece .aui-form-validator .inventoryId input {
  width: 300px;
  height: 18px; }

.art-pieces-search-portlet .form-art-piece .aui-form-validator .submit {
  box-shadow: 0 3px 5px #000000;
  float: right;
  margin-top: 15px;
  overflow: visible;
  margin-bottom: 10px;
  margin-right: 10px; }

.art-pieces-search-portlet .form-art-piece .aui-form-validator .submit input {
  background: none repeat scroll 0 0 #E8E1C2;
  border: medium none;
  border-radius: 0 0 0 0;
  color: #000000;
  font-family: Anivers;
  font-size: 12px;
  font-weight: bold;
  padding: 1px;
  text-shadow: none; }

.art-pieces-search-portlet .form-art-piece .aui-form-validator .submit input:hover {
  background: none repeat scroll 0 0 #CE5538;
  border: medium none;
  color: #FFFFFF;
  text-shadow: none; }

.art-pieces-search-portlet .result-art-piece {
  background: none repeat scroll 0 0 #E8E1C2;
  padding: 15px;
  margin-top: 15px;
  width: 600px; }

.art-pieces-search-portlet .result-art-piece h1 {
  font-family: Anivers;
  font-size: 20px;
  font-weight: bold;
  text-transform: none; }

.art-pieces-search-portlet .result-art-piece .result-count {
  border-bottom: 2px dotted #CE5538;
  color: #CE5538;
  font-family: Anivers;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px; }

.art-pieces-search-portlet .result-art-piece .result-count .page-selector {
  display: none; }

.art-pieces-search-portlet .result-art-piece .result-count .page-links {
  display: none; }

.art-pieces-search-portlet .result-art-piece .result-count .taglib-page-iterator {
  color: #CE5538;
  padding-bottom: 5px; }

.art-pieces-search-portlet .result-art-piece .result-count .taglib-page-iterator .search-results {
  color: #CE5538; }

.art-pieces-search-portlet .result-art-piece .result-count .search-pages .delta-selector .aui-field-select {
  float: left; }

.art-pieces-search-portlet .result-art-piece .result-count .search-pages .delta-selector .aui-field-select .aui-field-element {
  font-size: 14px; }

.art-pieces-search-portlet .result-art-piece .art-piece {
  margin-top: 20px; }

.art-pieces-search-portlet .result-art-piece .art-piece .art-piece-image {
  width: 115px;
  border: 3px solid #FFF;
  float: left;
  margin-right: 15px; }

.art-pieces-search-portlet .result-art-piece .art-piece .art-piece-image:hover {
  border: 3px solid #E95D0F; }

.art-pieces-search-portlet .result-art-piece .art-piece h2.author-name {
  color: #000000;
  font-family: Anivers;
  font-size: 18px;
  font-weight: bold;
  height: 18px;
  text-transform: none; }

.art-pieces-search-portlet .result-art-piece .art-piece h1.art-piece-title a {
  color: #88844A;
  font-family: Anivers;
  font-size: 14px;
  font-weight: bold;
  text-transform: none; }

.art-pieces-search-portlet .result-art-piece .art-piece h1.art-piece-title a:hover {
  color: #E95D0F; }

.art-pieces-search-portlet .result-art-piece .art-piece .art-piece-date {
  font-family: Anivers;
  font-size: 13px;
  font-weight: normal; }

.art-pieces-search-portlet .art-piece-new-search {
  margin-bottom: 20px;
  margin-top: 8px;
  padding-bottom: 15px; }

.art-pieces-search-portlet .art-piece-new-search .new-search {
  background: none repeat scroll 0 0 #efebd7;
  color: #000;
  float: right;
  font-family: Anivers;
  font-size: 13px;
  margin-right: 10px;
  padding: 3px 10px;
  text-decoration: none; }

/* ===== PORTLET - ART PIECE ===== */
.art-pieces-zoom-portlet {
  background: none repeat scroll 0 0 #E8E1C2;
  padding-top: 10px;
  margin-bottom: 10px; }

.art-pieces-zoom-portlet .title-portlet {
  background: url("../images/bg/bg-title-zoom-oeuvre.png") no-repeat scroll center center transparent;
  color: #FFFFFF;
  display: block;
  height: 41px;
  margin-bottom: 10px;
  padding-left: 28px;
  padding-top: 3px;
  text-align: left; }

.art-pieces-zoom-portlet .art-piece {
  padding: 0 10px;
  height: 325px;
  overflow: hidden; }

.art-pieces-zoom-portlet .art-piece img {
  border: 3px solid #FFFFFF;
  width: 280px;
  z-index: 5; }

.art-pieces-zoom-portlet .art-piece .info-art-piece {
  z-index: 1;
  background: none repeat scroll 0 0 #483E48;
  color: #FFFFFF;
  margin-left: 3px;
  margin-top: 0px;
  opacity: 0.8;
  padding: 10px 0 10px 10px;
  width: 270px;
  transition: all .4s; }

.art-pieces-zoom-portlet .art-piece:hover .info-art-piece {
  z-index: 1;
  background: none repeat scroll 0 0 #483E48;
  color: #FFFFFF;
  margin-left: 3px;
  margin-top: -74px;
  opacity: 0.8;
  padding: 10px 0 10px 10px;
  width: 270px; }

.art-pieces-zoom-portlet .author-name {
  color: #D8D8DA;
  font-family: Anivers;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  text-transform: uppercase; }

.art-pieces-zoom-portlet .art-piece-title {
  color: #D8D8DA;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  text-transform: none; }

.art-pieces-zoom-portlet .art-piece-title a {
  color: #D8D8DA; }

.art-pieces-zoom-portlet .art-piece-title a:hover {
  color: #D8D8DA; }

.art-pieces-zoom-portlet .art-piece-date {
  color: #D8D8DA;
  font-family: Anivers;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px; }

.art-pieces-zoom-portlet .all-art-piece {
  float: right;
  padding: 5px 20px 5px 0; }

.art-pieces-zoom-portlet .all-art-piece a {
  margin-top: 18px;
  color: #483E48;
  float: right;
  font-family: Anivers;
  font-size: 15px;
  font-weight: bold;
  margin-right: -10px; }

.art-pieces-zoom-portlet .all-art-piece a:hover {
  color: #e95d0f; }

.aui-autocomplete .aui-toolbar-horizontal button {
  display: none; }

/* ===== PORTLET - ART PIECE PANORAMA ===== */
.art-pieces-panoramas-portlet {
  background: none repeat scroll 0 0 #E8E1C2;
  padding: 15px;
  margin-bottom: 15px; }

.art-pieces-panoramas-portlet .panorama-header {
  margin-bottom: 30px; }

.art-pieces-panoramas-portlet .panorama-header h1 {
  color: #000000;
  font-family: Anivers;
  font-size: 20px;
  font-weight: bold; }

.art-pieces-panoramas-portlet .panorama-header strong {
  color: #CE5538;
  font-family: Anivers;
  font-size: 17px;
  font-weight: bold; }

.art-pieces-panoramas-portlet .domain {
  margin-bottom: 30px; }

.art-pieces-panoramas-portlet .domain h1 {
  color: #000000;
  font-family: Anivers;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase; }

.art-pieces-panoramas-portlet .domain .panorama {
  float: left;
  margin-right: 5px;
  margin-left: 5px;
  min-height: 205px; }

.art-pieces-panoramas-portlet .domain .panorama a img {
  border: 3px solid #FFF;
  width: 170px; }

.art-pieces-panoramas-portlet .domain .panorama a:hover img {
  border: 3px solid #e95d0f;
  width: 170px; }

.art-pieces-panoramas-portlet .domain .panorama h2 {
  font-size: 13px;
  max-width: 186px; }

.art-pieces-panoramas-portlet .domain .panorama h2 a {
  color: #000; }

.art-pieces-panoramas-portlet .domain .panorama h2 a:hover {
  color: #000; }

.art-pieces-panorama-images-portlet {
  background: none repeat scroll 0 0 #E8E1C2;
  padding-top: 10px;
  margin-bottom: 20px; }

.art-pieces-panorama-images-portlet .title-portlet {
  background: url("../images/bg/bg-title-diaporama.png") no-repeat scroll center center transparent;
  display: block;
  height: 41px;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-top: 3px;
  text-align: left;
  color: #FFF; }

.art-pieces-panorama-images-portlet .panorama .art-piece {
  float: left;
  width: 130px;
  margin-right: 17px; }

.art-pieces-panorama-images-portlet .panorama .art-piece img {
  border: 3px solid #FFFFFF;
  margin-bottom: 14px;
  margin-left: 14px;
  width: 130px; }

.art-pieces-panorama-images-portlet .panorama .art-piece img:hover {
  border: 3px solid #E95D0F; }

/* ===== PORTLET - DIAPORAMA ===== */
.diaporama-portlet {
  background: none repeat scroll 0 0 #E8E1C2;
  padding-top: 10px;
  margin-bottom: 20px; }

.diaporama-portlet .gallery-images {
  padding-bottom: 20px; }

.diaporama-portlet .gallery-images .diapo-styles {
  display: inline-block;
  width: 290px; }

.diaporama-portlet .gallery-images .diaporama-banner-title {
  background: url("../images/bg/bg-title-diaporama.png") no-repeat scroll center center transparent;
  display: block;
  height: 41px;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-top: 3px;
  text-align: left; }

.diaporama-portlet .gallery-images .diaporama-banner-title h1 {
  color: #FFFFFF; }

.diaporama-portlet .gallery-images .diaporama-content {
  padding: 0 10px; }

.diaporama-portlet .gallery-images .diaporama-content .diaporama-title {
  margin: auto;
  max-width: 290px;
  color: #88844A;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase; }

.diaporama-portlet .gallery-images .diaporama-content .diaporama-description {
  margin: auto;
  max-width: 290px;
  color: #000000;
  font-family: Arial;
  font-size: 12px; }

.diaporama-portlet .gallery-images .diaporama-content a.link-page {
  color: #000000;
  display: inline;
  float: right;
  padding-bottom: 5px;
  width: auto; }

.diaporama-portlet .gallery-images .diaporama-content .diapo-styles .images {
  width: 60px;
  height: 60px;
  border: 3px solid #FFFFFF;
  float: left;
  overflow: hidden;
  margin: 5px 2px; }

.diaporama-portlet .gallery-images .diaporama-content .diapo-styles .images:hover {
  border: 3px solid #E95D0F; }

.diaporama-portlet .gallery-images .diaporama-content .images-other {
  display: none; }

.aui-image-viewer-bd {
  text-align: center;
  margin: auto; }

.aui-image-viewer-content .yui3-widget-ft {
  max-width: 790px;
  margin: auto; }

/* ===== PORTLET - LIENS UTILES ===== */
.useful-links {
  background: none repeat scroll 0 0 #E8E1C2;
  margin-bottom: 20px;
  width: 305px;
  margin-top: 0px;
  padding-top: 10px; }

.useful-links .title-portlet {
  margin-left: 7px;
  background: url("../images/bg/bg-title-links.png") no-repeat scroll center center transparent;
  display: block;
  height: 41px;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-top: 3px;
  text-align: left;
  color: #FFF; }

.useful-links ul.list-links {
  padding: 0 15px 10px; }

.useful-links ul.list-links li.link-item {
  border-bottom: 1px solid #999999; }

.useful-links ul.list-links li.link-item a {
  padding-left: 15px;
  background: url("../images/buttons/puce-list-links.png") no-repeat scroll left 3px transparent;
  color: #000;
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  line-height: 20px; }

.useful-links ul.list-links li.link-item a:hover {
  padding-left: 15px;
  background: url("../images/buttons/puce-list-links-hover.png") no-repeat scroll left 3px transparent;
  color: #E95D0F;
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  line-height: 20px; }

/* ===== PORTLET - NEWSLETTER-POPUP ===== */
.newsletter-popup {
  padding: 20px;
  border-radius: 0 0 0 0;
  box-shadow: 0 0 12px #000000; }

.newsletter-popup .aui-helper-clearfix {
  display: none; }

.newsletter-popup h2 {
  color: #CE5538;
  font-family: Anivers,arial,sans;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  text-transform: none; }

.newsletter-popup p {
  font-family: 'Terminal_Dosis',arial,sans;
  color: #7A7469;
  font-size: 18px;
  text-align: center;
  font-weight: bold; }

.newsletter-popup .email-reminder {
  text-align: center;
  height: 50px; }

.newsletter-popup .email-reminder .email-reminder-text {
  font-family: 'Terminal_Dosis',arial,sans;
  color: #CE5538;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  min-height: 60px; }

.newsletter-popup .email-reminder .email-reminder-email {
  font-family: 'Terminal_Dosis',arial,sans;
  color: #CE5538;
  font-size: 18px;
  text-align: center;
  font-weight: lighter;
  min-height: 60px; }

.newsletter-popup .email-reminder .to-unsubscribe {
  display: block;
  font-family: 'Terminal_Dosis',arial,sans;
  color: #7a7469;
  font-size: 15px;
  text-align: center;
  font-weight: lighter; }

.newsletter-popup .lfr-component {
  margin: auto;
  width: 680px; }

.newsletter-popup .lfr-component li {
  font-family: 'PT_Sans',arial,sans;
  color: #7A7469;
  font-size: 14px; }

.newsletter-popup .aui-field-label {
  margin-top: 0px;
  margin-left: 10px;
  font-weight: normal; }

.newsletter-popup .aui-button-holder {
  width: 213px;
  margin: auto;
  overflow: inherit;
  height: 38px; }

.newsletter-popup .aui-button-input {
  background: #E8E1C2;
  border: none;
  margin-right: 20px;
  height: 30px;
  width: 85px;
  box-shadow: 0 2px 2px #CCCCCC;
  border-radius: 2px 2px 2px 2px;
  overflow: inherit;
  font-size: 15px;
  font-weight: normal;
  font-family: 'PT_Sans',arial,sans;
  color: #000;
  text-shadow: 0 0; }

.newsletter-popup .aui-button-input:hover {
  background: #CE5538;
  border: none;
  margin-right: 20px;
  height: 30px;
  width: 85px;
  box-shadow: 0 2px 2px #CCCCCC;
  border-radius: 2px 2px 2px 2px;
  overflow: inherit;
  font-size: 15px;
  font-weight: normal;
  font-family: 'PT_Sans',arial,sans;
  color: #fff;
  text-shadow: 0 0; }

.newsletter-popup .close-btn .aui-button-input {
  width: 186px; }

.newsletter-popup .close-btn .aui-button-input:hover {
  width: 186px; }

.newsletter-popup .mailinglists-list {
  margin: auto;
  width: 680px; }

.newsletter-popup .mailinglists-item {
  font-family: 'Terminal_Dosis',arial,sans;
  color: #7A7469;
  font-size: 18px; }

.newsletter-popup .button-only {
  margin-left: 65px; }

.newsletter-portlet .portlet-msg-success,
.newsletter-portlet .portlet-msg,
.newsletter-portlet .portlet-msg-info,
.newsletter-portlet .portlet-msg-error,
.newsletter-portlet .portlet-msg-alert,
.newsletter-portlet .portlet-msg-success {
  display: none; }

/* ===== PORTLET NEWSLETTER ARCHIVES ===== */
.augustins-wide .newsletter-display-portlet {
  background: none repeat scroll 0 0 #e8e1c2;
  margin-bottom: 20px;
  margin-top: 0;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 5px; }

.augustins-short .newsletter-display-portlet {
  background: none repeat scroll 0 0 #e8e1c2;
  margin-bottom: 20px;
  margin-top: 0;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 5px; }

.augustins-wide .newsletter-display-portlet .portlet .portlet-title {
  background-image: url("../images/agenda/bg-title-agenda.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 50px;
  color: #ffffff;
  display: block;
  font-size: 20px;
  height: 41px;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-top: 3px;
  text-align: left; }

.augustins-short .newsletter-display-portlet .portlet .portlet-title {
  background-image: url("../images/bg/bg-title-zoom-oeuvre.png");
  background-position: center center;
  background-size: 100% 50px;
  color: #ffffff;
  display: block;
  font-size: 20px;
  height: 41px;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-top: 3px;
  text-align: left; }

.newsletter-display-portlet .portlet .portlet-title img {
  display: none; }

.newsletter-display-portlet .portlet .portlet-content .portlet-body h2 {
  float: right;
  margin-top: 5px;
  font-size: 13px; }

.newsletter-display-portlet .portlet .portlet-content .portlet-body h3 {
  float: left;
  font-size: 13px; }

.newsletter-display-portlet .portlet .portlet-content .portlet-body .summary {
  background-color: #eeece3;
  font-size: 12px;
  margin: 0 0 10px;
  padding: 10px; }

.newsletter-display-portlet .portlet .portlet-content .portlet-body .newsletter-link .newsletter-link-html {
  color: black;
  font-size: 12px; }

.newsletter-display-portlet .portlet .portlet-content .portlet-body .newsletter-link .newsletter-link-html:hover {
  color: #e95d0f; }

/* ===== PORTLET - ASSET PUBLISHER ===== */
#content .portlet-asset-publisher.no-title header .portlet-title {
  display: none; }

.portlet-asset-publisher.thema header {
  background-color: #e8e1c2;
  padding: 10px 10px 0;
  width: 610px; }
  .portlet-asset-publisher.thema header .portlet-title {
    background: url("../images/bg/bg-red-right.png") no-repeat scroll right center transparent;
    display: inline-block;
    height: 22px;
    padding-right: 17px; }
    .portlet-asset-publisher.thema header .portlet-title .icon {
      display: none; }
    .portlet-asset-publisher.thema header .portlet-title .portlet-title-text {
      background-color: #CE5538;
      color: #FFFFFF;
      display: inline-block;
      font-family: Anivers,arial;
      font-size: 12px;
      height: 21px;
      line-height: 22px;
      padding: 0 10px;
      text-transform: uppercase;
      cursor: inherit; }
.portlet-asset-publisher.thema .portlet-content {
  background-color: #e8e1c2;
  width: 610px; }
  .portlet-asset-publisher.thema .portlet-content .asset-content {
    margin: 0; }
    .portlet-asset-publisher.thema .portlet-content .asset-content hgroup h3 {
      font-size: 17px; }
    .portlet-asset-publisher.thema .portlet-content .asset-content .article-image-container {
      float: left;
      display: inline-block;
      margin-bottom: 20px; }
      .portlet-asset-publisher.thema .portlet-content .asset-content .article-image-container .article-image {
        position: relative;
        display: inline-block; }
        .portlet-asset-publisher.thema .portlet-content .asset-content .article-image-container .article-image .image-resize .image {
          float: left;
          margin-right: 10px;
          max-width: 254px;
          border: 3px solid #fff; }
        .portlet-asset-publisher.thema .portlet-content .asset-content .article-image-container .article-image .loupe {
          bottom: 15px;
          left: 229px;
          position: absolute; }
      .portlet-asset-publisher.thema .portlet-content .asset-content .article-image-container .article-image-caption {
        font-size: 9px;
        width: 260px; }
        .portlet-asset-publisher.thema .portlet-content .asset-content .article-image-container .article-image-caption .copyright-icon {
          float: left;
          margin-right: 5px; }
    .portlet-asset-publisher.thema .portlet-content .asset-content .article-headline {
      font-weight: bold;
      font-family: Arial;
      font-size: 14px; }
      .portlet-asset-publisher.thema .portlet-content .asset-content .article-headline a {
        color: #000000;
        text-decoration: underline; }
      .portlet-asset-publisher.thema .portlet-content .asset-content .article-headline a:hover {
        color: #E95D0F;
        text-decoration: underline; }
    .portlet-asset-publisher.thema .portlet-content .asset-content .article-content {
      font-size: 12px; }
      .portlet-asset-publisher.thema .portlet-content .asset-content .article-content img {
        border: 3px solid #fff; }
      .portlet-asset-publisher.thema .portlet-content .asset-content .article-content a {
        text-decoration: underline;
        color: #000; }
      .portlet-asset-publisher.thema .portlet-content .asset-content .article-content a:hover {
        color: #E95D0F;
        text-decoration: underline; }
      .portlet-asset-publisher.thema .portlet-content .asset-content .article-content .border {
        border-top: 4px dotted #CE5538;
        margin: 0 200px; }
      .portlet-asset-publisher.thema .portlet-content .asset-content .article-content .encadre {
        background-color: #d8d8da;
        padding: 10px; }
      .portlet-asset-publisher.thema .portlet-content .asset-content .article-content ul li:before {
        color: #CE5538;
        content: ".";
        display: inline-block;
        font-size: 30px;
        height: 10px;
        position: relative;
        text-align: left;
        top: -25px;
        vertical-align: middle; }

/* ===== PORTLET - MULTIMEDIA ===== */
/* ===== PORTLET - QUIZ DISPLAY ===== */
/* ===== TAGLIB - ITERATOR ===== */
.portlet-body .taglib-page-iterator {
  padding-bottom: 15px; }
  .portlet-body .taglib-page-iterator .search-pages span.btn-next,
  .portlet-body .taglib-page-iterator .search-pages span.btn-previous {
    display: none; }
  .portlet-body .taglib-page-iterator .search-pages .btn-next,
  .portlet-body .taglib-page-iterator .search-pages .btn-previous {
    background-color: #D8CD9A;
    height: 15px;
    line-height: 15px;
    margin-left: 5px;
    padding: 0 0 0 3px;
    width: 14px;
    color: #000;
    float: left; }
  .portlet-body .taglib-page-iterator .search-pages .btn-next:hover,
  .portlet-body .taglib-page-iterator .search-pages .btn-previous:hover {
    background-color: #E95D0F;
    color: #E8E1C2; }
  .portlet-body .taglib-page-iterator .search-pages .search-results {
    margin-left: 10px; }
    .portlet-body .taglib-page-iterator .search-pages .search-results strong {
      background-color: #E95D0F;
      border-left: medium none;
      color: #E8E1C2;
      display: inline-block;
      height: 15px;
      margin: 0 3px;
      padding: 0 0 0 2px;
      width: 20px;
      text-align: center; }
    .portlet-body .taglib-page-iterator .search-pages .search-results a {
      background-color: #D8CD9A;
      border-left: medium none;
      color: #000000;
      display: inline-block;
      height: 15px;
      line-height: 15px;
      margin: 0 3px;
      padding: 0 0 0 2px;
      width: 20px;
      text-align: center; }
    .portlet-body .taglib-page-iterator .search-pages .search-results a:hover {
      background-color: #E95D0F;
      color: #E8E1C2; }

.event-sidebar-portlet .portlet-body .taglib-page-iterator .search-pages .search-results strong {
  background-color: #8493c7; }

.event-sidebar-portlet .portlet-body .taglib-page-iterator .search-pages .btn-next,
.event-sidebar-portlet .portlet-body .taglib-page-iterator .search-pages .btn-previous {
  background-color: #8493c7; }

/* ===== TEMPLATE - List content ===== */
.portlet-title-text {
  cursor: inherit; }

.content-aggregator-portlet.archive {
  background-color: #e8e1c2; }
  .content-aggregator-portlet.archive header {
    padding: 10px;
    width: 630px; }
    .content-aggregator-portlet.archive header .portlet-title {
      display: inline-block;
      height: 22px;
      padding-right: 17px; }
      .content-aggregator-portlet.archive header .portlet-title .icon {
        display: none; }
      .content-aggregator-portlet.archive header .portlet-title .portlet-title-text {
        color: #000;
        display: inline-block;
        font-family: Anivers,arial;
        font-size: 20px;
        height: 21px;
        line-height: 22px; }
  .content-aggregator-portlet.archive .portlet-content {
    padding: 0;
    width: 630px; }
    .content-aggregator-portlet.archive .portlet-content .asset-entry.article-0 {
      padding-top: 0; }
    .content-aggregator-portlet.archive .portlet-content .asset-entry {
      width: 630px;
      height: 125px;
      margin-bottom: 10px;
      padding-top: 10px; }
      .content-aggregator-portlet.archive .portlet-content .asset-entry .asset-summary-image {
        float: left;
        margin: 0 20px 0 10px; }
        .content-aggregator-portlet.archive .portlet-content .asset-entry .asset-summary-image .summary-image {
          width: 124px;
          border: 3px solid #fff; }
      .content-aggregator-portlet.archive .portlet-content .asset-entry .asset-title-and-summary {
        font-family: Arial,regular;
        font-size: 13px;
        color: #000;
        margin-right: 10px; }
        .content-aggregator-portlet.archive .portlet-content .asset-entry .asset-title-and-summary .asset-headline {
          font-size: 12px;
          font-weight: bold; }
          .content-aggregator-portlet.archive .portlet-content .asset-entry .asset-title-and-summary .asset-headline p {
            margin: 0; }
        .content-aggregator-portlet.archive .portlet-content .asset-entry .asset-title-and-summary .link-title {
          color: #000; }
        .content-aggregator-portlet.archive .portlet-content .asset-entry .asset-title-and-summary .link-title:hover {
          color: #E95D0F; }
      .content-aggregator-portlet.archive .portlet-content .asset-entry .full-asset-link {
        font-family: Arial,regular;
        font-size: 11px;
        color: #000;
        margin-right: 10px;
        margin-top: 10px;
        float: right; }
        .content-aggregator-portlet.archive .portlet-content .asset-entry .full-asset-link .read-more-link {
          color: #000; }
        .content-aggregator-portlet.archive .portlet-content .asset-entry .full-asset-link .read-more-link:hover {
          color: #E95D0F; }

#content .content-aggregator-portlet.no-title header .portlet-title {
  display: none; }

.content-aggregator-portlet.thema header {
  background-color: #e8e1c2;
  padding: 10px 10px 0;
  width: 610px; }
  .content-aggregator-portlet.thema header .portlet-title {
    background: url("../images/bg/bg-red-right.png") no-repeat scroll right center transparent;
    display: inline-block;
    height: 22px;
    padding-right: 17px; }
    .content-aggregator-portlet.thema header .portlet-title .icon {
      display: none; }
    .content-aggregator-portlet.thema header .portlet-title .portlet-title-text {
      background-color: #CE5538;
      color: #FFFFFF;
      display: inline-block;
      font-family: Anivers,arial;
      font-size: 12px;
      height: 21px;
      line-height: 22px;
      padding: 0 10px;
      text-transform: uppercase; }
.content-aggregator-portlet.thema .portlet-content {
  padding: 0;
  width: 610px; }
  .content-aggregator-portlet.thema .portlet-content .asset-entry.article-0 {
    padding-top: 0; }
  .content-aggregator-portlet.thema .portlet-content .asset-entry {
    background-color: #e8e1c2;
    width: 630px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    display: inline-block;
    position: relative; }
    .content-aggregator-portlet.thema .portlet-content .asset-entry .asset-summary-image {
      float: left;
      margin: 0 20px 0 10px; }
      .content-aggregator-portlet.thema .portlet-content .asset-entry .asset-summary-image .summary-image {
        /* 						height:174px; */
        width: 254px;
        border: 3px solid #fff; }
    .content-aggregator-portlet.thema .portlet-content .asset-entry .asset-title-and-summary {
      font-family: Arial,regular;
      font-size: 13px;
      color: #000;
      margin-right: 10px; }
      .content-aggregator-portlet.thema .portlet-content .asset-entry .asset-title-and-summary .asset-headline {
        font-weight: bold;
        font-size: 12px; }
        .content-aggregator-portlet.thema .portlet-content .asset-entry .asset-title-and-summary .asset-headline p {
          margin: 0; }
      .content-aggregator-portlet.thema .portlet-content .asset-entry .asset-title-and-summary .link-title {
        color: #000; }
      .content-aggregator-portlet.thema .portlet-content .asset-entry .asset-title-and-summary .link-title:hover {
        color: #E95D0F; }
    .content-aggregator-portlet.thema .portlet-content .asset-entry .full-asset-link {
      bottom: 10px;
      color: #000000;
      font-family: Arial,regular;
      font-size: 11px;
      position: absolute;
      right: 10px;
      width: 70px; }
      .content-aggregator-portlet.thema .portlet-content .asset-entry .full-asset-link .read-more-link {
        color: #000; }
      .content-aggregator-portlet.thema .portlet-content .asset-entry .full-asset-link .read-more-link:hover {
        color: #E95D0F; }

/* ===== TEMPLATE - CARROUSEL ===== */
/* SCSS style */
.carousel-container {
  clear: both;
  height: 130px;
  margin: 0;
  position: relative;
  top: -120px;
  width: 970px; }
  .carousel-container .controls > input {
    display: none; }
  .carousel-container .controls .arrow-controls a {
    background-image: url("../images/buttons/carousel_arrows.png");
    background-repeat: no-repeat;
    background-position: 0 center;
    background-color: transparent;
    float: left;
    height: 310px;
    margin: 20px 0;
    position: absolute;
    top: 0;
    text-indent: -9999em;
    width: 40px; }
  .carousel-container .controls .arrow-controls .left {
    @extends .arrow-controls a;
    background-position: -85px center;
    float: left;
    left: 0; }
  .carousel-container .controls .arrow-controls .left:hover {
    background-position: -290px center; }
  .carousel-container .controls .arrow-controls .right {
    @extends .arrow-controls a;
    background-position: -195px center;
    float: right;
    right: 0; }
  .carousel-container .controls .arrow-controls .right:hover {
    background-position: -400px center; }
  .carousel-container .overflow {
    height: 260px;
    margin: 0 50px;
    overflow: hidden; }
    .carousel-container .overflow ul {
      color: #fff;
      position: relative;
      font-family: Anivers,Arial;
      font-size: 13px;
      font-weight: bold; }
      .carousel-container .overflow ul li {
        background-color: #fff;
        box-shadow: -7px 4px 12px 4px rgba(0, 0, 0, 0.4);
        float: left;
        overflow: hidden;
        height: 214px;
        margin: 20px;
        padding: 3px;
        position: relative;
        width: 244px; }
        .carousel-container .overflow ul li .asset-image {
          height: 135px; }
          .carousel-container .overflow ul li .asset-image img {
            height: 132px;
            margin-bottom: 3px;
            width: 244px; }
        .carousel-container .overflow ul li .asset-text {
          background-color: #ce5538;
          border-top: 3px solid white;
          height: 79px;
          position: absolute;
          top: 135px;
          width: 244px;
          -webkit-transition: top 0.5s ease 0.2s, height 0.5s ease 0.2s;
          -moz-transition: top 0.5s ease 0.2s, height 0.5s ease 0.2s;
          -o-transition: top 0.5s ease 0.2s, height 0.5s ease 0.2s;
          -ms-transition: top 0.5s ease 0.2s, height 0.5s ease 0.2s;
          transition: top 0.5s ease 0.2s, height 0.5s ease 0.2s; }
          .carousel-container .overflow ul li .asset-text hgroup {
            padding: 2px 8px;
            text-transform: uppercase; }
            .carousel-container .overflow ul li .asset-text hgroup h1.asset-title {
              font-size: 16px;
              display: block;
              color: #fff;
              max-height: 50px; }
            .carousel-container .overflow ul li .asset-text hgroup .asset-surtitle {
              font-size: 11px;
              color: #fff; }
            .carousel-container .overflow ul li .asset-text hgroup .asset-subtitle {
              color: #fff;
              font-size: 13px;
              text-transform: none; }
          .carousel-container .overflow ul li .asset-text .asset-summary {
            padding: 2px 8px;
            -webkit-transition: opacity 0.5s ease 0s, height 0.5s ease 0s;
            -moz-transition: opacity 0.5s ease 0s, height 0.5s ease 0s;
            -o-transition: opacity 0.5s ease 0s, height 0.5s ease 0s;
            -ms-transition: opacity 0.5s ease 0s, height 0.5s ease 0s;
            transition: opacity 0.5s ease 0s, height 0.5s ease 0s;
            opacity: 0;
            height: 0; }
      .carousel-container .overflow ul li:hover .asset-text, .carousel-container .overflow ul li.hover .asset-text {
        height: 214px;
        top: 0px;
        -webkit-transition: top 0.5s ease 0s, height 0.5s ease 0s;
        -moz-transition: top 0.5s ease 0s, height 0.5s ease 0s;
        -o-transition: top 0.5s ease 0s, height 0.5s ease 0s;
        -ms-transition: top 0.5s ease 0s, height 0.5s ease 0s;
        transition: top 0.5s ease 0s, height 0.5s ease 0s; }
        .carousel-container .overflow ul li:hover .asset-text .asset-summary, .carousel-container .overflow ul li.hover .asset-text .asset-summary {
          -webkit-transition: opacity 0.5s ease 0.3s, height 0.5s ease 0s;
          -moz-transition: opacity 0.5s ease 0.3s, height 0.5s ease 0s;
          -o-transition: opacity 0.5s ease 0.3s, height 0.5s ease 0s;
          -ms-transition: opacity 0.5s ease 0.3s, height 0.5s ease 0s;
          transition: opacity 0.5s ease 0.3s, height 0.5s ease 0s;
          opacity: 1;
          height: auto; }

.carousel-asset-contents.left {
  left: -870px;
  opacity: 0; }

.carousel-asset-contents.right {
  left: 870px;
  opacity: 0; }

.carousel-asset-contents {
  width: 870px;
  position: absolute;
  left: 0;
  -moz-transition: left 1.5s ease 0s, opacity 1.5s ease 0s;
  -webkit-transition: left 1.5s ease 0s, opacity 1.5s ease 0s;
  -o-transition: left 0.5s ease 0s, opacity 1.5s ease 0s;
  transition: left 1.5s ease 0s, opacity 1.5s ease 0s; }

.ie .carousel-asset-contents.right {
  opacity: 1; }

/* ===== PORTLET Form  ===== */
.espace-presse-portlet {
  background-color: #E8E1C2;
  padding: 15px;
  width: 600px;
  margin-bottom: 20px; }
  .espace-presse-portlet .title {
    text-transform: capitalize; }

.espace-presse-portlet .title {
  text-transform: capitalize; }

.espace-presse-portlet .description {
  font-size: 17px;
  color: #CE5538;
  font-family: Anivers; }

.espace-presse-portlet .aui-form-validator-message {
  width: 294px;
  background-color: #E8E1C2;
  color: #000;
  text-align: left; }

.registation-portlet .portlet-msg-success {
  background-color: #EEECE3;
  border: 1px solid #555555;
  color: #CE5538;
  font-family: Anivers;
  font-size: 12px;
  width: 595px;
  display: inline-block; }

.registation-portlet .portlet-msg-error {
  background-color: #EEECE3;
  border: 1px solid #555555;
  color: #CE5538;
  font-family: Anivers;
  font-size: 12px;
  width: 425px;
  display: inline-block; }

.espace-presse-portlet form {
  background-color: #EEECE3;
  margin: 0 15px 5px;
  padding: 15px 15px 0; }
  .espace-presse-portlet form .prefix label {
    color: #000000;
    float: left;
    font-family: Arial;
    font-size: 12px;
    padding-right: 10px;
    text-align: right;
    width: 150px;
    font-weight: normal; }
  .espace-presse-portlet form .prefix input {
    width: auto;
    margin-left: 155px;
    display: inline-block;
    font-size: 12px; }
  .espace-presse-portlet form select {
    font-size: 12px; }
  .espace-presse-portlet form .infos .title-info {
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase; }
  .espace-presse-portlet form .infos label {
    color: #000000;
    float: left;
    font-family: Arial;
    font-size: 12px;
    padding-right: 10px;
    text-align: right;
    width: 150px;
    font-weight: normal; }
  .espace-presse-portlet form .infos input {
    width: 300px;
    font-size: 12px; }
  .espace-presse-portlet form .infos textarea {
    width: 300px;
    font-size: 12px; }
  .espace-presse-portlet form .infos .aui-field-choice input {
    width: auto;
    margin-left: 155px;
    display: inline-block;
    font-size: 12px; }
  .espace-presse-portlet form .aui-button-holder {
    float: right; }
    .espace-presse-portlet form .aui-button-holder .submit input {
      background: none repeat scroll 0 0 #E8E1C2;
      border: medium none;
      border-radius: 0 0 0 0;
      color: #000000;
      font-family: Anivers;
      font-size: 12px;
      font-weight: bold;
      padding: 1px 10px;
      text-shadow: none; }
    .espace-presse-portlet form .aui-button-holder .submit input:hover {
      background: none repeat scroll 0 0 #CE5538;
      border: medium none;
      color: #FFFFFF;
      text-shadow: none; }
  .espace-presse-portlet form .form-infos {
    margin-left: 15px; }

.espace-presse-portlet .aui-form-validator-error-container .aui-field-element {
  display: block;
  background: url("/augustins-theme/images/messages/error.png") no-repeat scroll 90% 50% transparent; }

.recaptcha_nothad_incorrect_sol {
  margin-left: 156px; }

.espace-presse-portlet .recaptcha_input_area input {
  display: list-item; }

.aui-label-required {
  display: none; }

/* ===== WEB-FORM =====*/
.augustins-wide .web-form-portlet {
  background-color: #e8e1c2;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 600px; }
  .augustins-wide .web-form-portlet .portlet-body .aui-fieldset legend.aui-fieldset-legend span.aui-legend {
    font-size: 20px;
    font-weight: bold;
    border-bottom: none; }
  .augustins-wide .web-form-portlet .portlet-body .aui-fieldset .aui-fieldset-content {
    margin-bottom: 5px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    padding: 15px;
    background-color: #eeece3; }
    .augustins-wide .web-form-portlet .portlet-body .aui-fieldset .aui-fieldset-content .description {
      color: black;
      font-style: normal;
      font-family: arial;
      font-size: 12px;
      font-weight: normal;
      /*font-size:17px;
      font-weight:bold;*/ }
    .augustins-wide .web-form-portlet .portlet-body .aui-fieldset .aui-fieldset-content p.lfr-webform {
      color: #ce5538;
      font-size: 13px;
      font-weight: bold;
      margin-bottom: 10px;
      margin-top: 10px;
      text-transform: uppercase; }
    .augustins-wide .web-form-portlet .portlet-body .aui-fieldset .aui-fieldset-content .aui-field-text .aui-field-content .aui-field-label {
      float: left;
      font-size: 12px;
      font-weight: normal;
      margin-right: 10px;
      text-align: right;
      width: 150px; }
    .augustins-wide .web-form-portlet .portlet-body .aui-fieldset .aui-fieldset-content .aui-field-text .aui-field-content .aui-field-element .aui-field-input {
      width: 300px; }
    .augustins-wide .web-form-portlet .portlet-body .aui-fieldset .aui-fieldset-content .aui-field-wrapper .aui-field-wrapper-content .aui-field-label {
      font-weight: normal;
      width: 150px;
      text-align: right;
      font-size: 12px; }
    .augustins-wide .web-form-portlet .portlet-body .aui-fieldset .aui-fieldset-content .aui-field-wrapper .aui-field-wrapper-content .aui-field-choice .aui-field-content {
      margin-left: 155px; }
      .augustins-wide .web-form-portlet .portlet-body .aui-fieldset .aui-fieldset-content .aui-field-wrapper .aui-field-wrapper-content .aui-field-choice .aui-field-content .aui-field-label {
        font-weight: normal;
        text-align: left; }
    .augustins-wide .web-form-portlet .portlet-body .aui-fieldset .aui-fieldset-content .aui-field-choice .aui-field-content {
      margin-left: 155px; }
      .augustins-wide .web-form-portlet .portlet-body .aui-fieldset .aui-fieldset-content .aui-field-choice .aui-field-content .aui-field-label {
        font-weight: normal; }
    .augustins-wide .web-form-portlet .portlet-body .aui-fieldset .aui-fieldset-content .aui-field-select .aui-field-content .aui-field-label {
      float: left;
      margin-right: 10px;
      text-align: right;
      width: 150px;
      font-size: 12px;
      font-weight: normal; }
    .augustins-wide .web-form-portlet .portlet-body .aui-fieldset .aui-fieldset-content .aui-button-submit .aui-button-content .aui-button-input {
      background: none repeat scroll 0 0 #e8e1c2;
      border: medium none;
      border-radius: 0;
      color: #000000;
      font-family: Anivers;
      font-size: 12px;
      font-weight: bold;
      padding: 1px 10px;
      text-shadow: none; }
      .augustins-wide .web-form-portlet .portlet-body .aui-fieldset .aui-fieldset-content .aui-button-submit .aui-button-content .aui-button-input:hover {
        background: none repeat scroll 0 0 #ce5538;
        border: medium none;
        color: #ffffff;
        text-shadow: none; }

.augustins-short .web-form-portlet {
  background-color: #e8e1c2;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 600px; }
  .augustins-short .web-form-portlet .portlet-body .aui-fieldset legend.aui-fieldset-legend span.aui-legend {
    font-size: 20px;
    font-weight: bold;
    border-bottom: none; }
  .augustins-short .web-form-portlet .portlet-body .aui-fieldset .aui-fieldset-content {
    margin-bottom: 5px;
    margin-top: 15px;
    padding: 15px;
    background-color: #eeece3;
    width: 245px; }
    .augustins-short .web-form-portlet .portlet-body .aui-fieldset .aui-fieldset-content .description {
      color: black;
      font-style: normal;
      font-family: arial;
      font-size: 12px;
      font-weight: normal;
      /*font-size:17px;
      font-weight:bold;*/ }
    .augustins-short .web-form-portlet .portlet-body .aui-fieldset .aui-fieldset-content p.lfr-webform {
      color: #ce5538;
      font-size: 13px;
      font-weight: bold;
      margin-bottom: 10px;
      margin-top: 10px;
      text-transform: uppercase; }
    .augustins-short .web-form-portlet .portlet-body .aui-fieldset .aui-fieldset-content .aui-field-text .aui-field-content .aui-field-label {
      float: none;
      font-size: 12px;
      font-weight: normal;
      margin-right: 10px;
      text-align: left;
      width: 150px; }
    .augustins-short .web-form-portlet .portlet-body .aui-fieldset .aui-fieldset-content .aui-field-text .aui-field-content .aui-field-element .aui-field-input {
      width: 100%; }
    .augustins-short .web-form-portlet .portlet-body .aui-fieldset .aui-fieldset-content .aui-field-wrapper .aui-field-wrapper-content .aui-field-label {
      font-weight: normal;
      width: 150px;
      text-align: left;
      font-size: 12px; }
    .augustins-short .web-form-portlet .portlet-body .aui-fieldset .aui-fieldset-content .aui-field-wrapper .aui-field-wrapper-content .aui-field-choice .aui-field-content {
      margin-left: 0; }
      .augustins-short .web-form-portlet .portlet-body .aui-fieldset .aui-fieldset-content .aui-field-wrapper .aui-field-wrapper-content .aui-field-choice .aui-field-content .aui-field-label {
        font-weight: normal;
        text-align: left; }
    .augustins-short .web-form-portlet .portlet-body .aui-fieldset .aui-fieldset-content .aui-field-select .aui-field-content .aui-field-label {
      float: none;
      margin-right: 10px;
      text-align: unset;
      width: auto;
      font-size: 12px;
      font-weight: normal; }
    .augustins-short .web-form-portlet .portlet-body .aui-fieldset .aui-fieldset-content .aui-field-choice .aui-field-content .aui-field-label {
      font-weight: normal; }
    .augustins-short .web-form-portlet .portlet-body .aui-fieldset .aui-fieldset-content .aui-button-submit .aui-button-content .aui-button-input {
      background: none repeat scroll 0 0 #e8e1c2;
      border: medium none;
      border-radius: 0;
      color: #000000;
      font-family: Anivers;
      font-size: 12px;
      font-weight: bold;
      padding: 1px 10px;
      text-shadow: none; }
      .augustins-short .web-form-portlet .portlet-body .aui-fieldset .aui-fieldset-content .aui-button-submit .aui-button-content .aui-button-input:hover {
        background: none repeat scroll 0 0 #ce5538;
        border: medium none;
        color: #ffffff;
        text-shadow: none; }

/* ===== CONTACT ===== */
.contact-portlet {
  background-color: #E8E1C2;
  padding: 15px;
  width: 600px; }
  .contact-portlet .title {
    text-transform: capitalize; }
  .contact-portlet .description {
    font-size: 17px; }
  .contact-portlet .sub-title {
    color: #000;
    font-family: Anivers;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 10px 0 15px; }
  .contact-portlet .form-infos {
    margin-left: 15px; }
  .contact-portlet .portlet-msg-success {
    background-color: #EEECE3;
    border: 1px solid #555555;
    color: #CE5538;
    font-family: Anivers;
    font-size: 12px; }
  .contact-portlet form {
    background-color: #EEECE3;
    margin: 0 15px 5px;
    padding: 15px 15px 0; }
    .contact-portlet form .infos .title-info {
      font-size: 13px;
      font-family: Arial;
      font-weight: bold;
      text-transform: uppercase; }
    .contact-portlet form .infos label {
      color: #000000;
      float: left;
      font-family: Arial;
      font-size: 12px;
      padding-right: 10px;
      text-align: right;
      width: 150px;
      font-weight: normal; }
    .contact-portlet form .infos input {
      width: 300px; }
    .contact-portlet form .infos input.focus {
      background-color: #fff;
      border: none; }
    .contact-portlet form .infos textarea {
      width: 300px; }
    .contact-portlet form .infos textarea.focus {
      background-color: #fff;
      border: none; }
    .contact-portlet form .infos select {
      font-size: 12px; }
    .contact-portlet form .aui-button-holder {
      float: right; }
      .contact-portlet form .aui-button-holder .submit input {
        background: none repeat scroll 0 0 #E8E1C2;
        border: medium none;
        border-radius: 0 0 0 0;
        color: #000000;
        font-family: Anivers;
        font-size: 12px;
        font-weight: bold;
        padding: 1px 10px;
        text-shadow: none; }
      .contact-portlet form .aui-button-holder .submit input:hover {
        background: none repeat scroll 0 0 #CE5538;
        border: medium none;
        color: #FFFFFF;
        text-shadow: none; }

.espace-presse-portlet form .aui-field-choice label {
  float: none;
  width: 197px;
  text-align: left; }

.share-portlet .contact-portlet .aui-field-choice {
  display: inline-block;
  margin-left: 167px;
  height: 30px; }

.share-portlet .contact-portlet .aui-field-choice input {
  width: 20px; }

.share-portlet .contact-portlet .aui-field-choice label {
  float: none;
  width: 113px;
  text-align: left; }

.share-portlet .contact-portlet form .infos label {
  width: 160px; }

.share-portlet .back-URL {
  float: right;
  margin-bottom: 20px;
  margin-top: 8px;
  margin-right: 5px; }

.share-portlet .back-URL a.back-link {
  background: #EFEBD7;
  margin-right: -5px;
  padding: 3px 15px;
  text-decoration: none;
  font-family: Anivers;
  font-size: 13px;
  color: #000; }

.share-portlet .back-URL a:hover.back-link {
  background: #e95d0f;
  margin-right: -5px;
  padding: 3px 15px;
  text-decoration: none;
  font-family: Anivers;
  font-size: 13px;
  color: #EFEBD7; }

/* ===== MESSAGE BOOK ===== */
.message-book {
  background-color: #E8E1C2;
  padding: 15px;
  width: 600px; }
  .message-book .title {
    text-transform: capitalize; }
  .message-book .description {
    font-size: 17px;
    color: #e95d0f; }
  .message-book .sub-title {
    color: #000;
    font-family: Anivers;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 10px 0 15px; }
  .message-book .form-infos {
    margin-left: 15px; }
  .message-book .portlet-msg-success {
    background-color: #EEECE3;
    border: 1px solid #555555;
    color: #CE5538;
    font-family: Anivers;
    font-size: 12px; }
  .message-book form {
    background-color: #EEECE3;
    margin: 0 15px 5px;
    padding: 15px 15px 0; }
    .message-book form .title-info {
      font-size: 13px;
      font-family: Arial;
      font-weight: bold;
      text-transform: uppercase; }
    .message-book form label {
      color: #000000;
      float: left;
      font-family: Arial;
      font-size: 12px;
      padding-right: 10px;
      text-align: right;
      width: 150px;
      font-weight: normal; }
    .message-book form input {
      width: 300px; }
    .message-book form .aui-field-choice input.aui-field-input-choice {
      width: 17px; }
    .message-book form .aui-field-choice label {
      float: none;
      width: 430px;
      text-align: left; }
    .message-book form input.focus {
      background-color: #fff;
      border: none; }
    .message-book form textarea {
      width: 300px;
      height: 180px; }
    .message-book form textarea.focus {
      background-color: #fff;
      border: none; }
    .message-book form select {
      font-size: 12px; }
    .message-book form .aui-button-holder {
      float: right; }
      .message-book form .aui-button-holder .submit input {
        background: none repeat scroll 0 0 #E8E1C2;
        border: medium none;
        border-radius: 0 0 0 0;
        color: #000000;
        font-family: Anivers;
        font-size: 12px;
        font-weight: bold;
        padding: 1px 10px;
        text-shadow: none;
        width: 80px; }
      .message-book form .aui-button-holder .submit input:hover {
        background: none repeat scroll 0 0 #CE5538;
        border: medium none;
        color: #FFFFFF;
        text-shadow: none;
        width: 80px; }
  .message-book .aui-form-validator-error-container .aui-field-element {
    width: 330px; }

.result-posts {
  background-color: #eeece3;
  padding: 15px;
  width: 600px; }
  .result-posts .info-result {
    border-bottom: 3px dotted #ce5538; }
    .result-posts .info-result .left {
      float: left; }
      .result-posts .info-result .left h1 {
        font-family: Anivers;
        font-weight: bold;
        font-size: 17px;
        color: #000;
        text-transform: capitalize; }
      .result-posts .info-result .left .result-count {
        font-family: Anivers;
        font-weight: bold;
        font-size: 14px;
        color: #ce5538; }
    .result-posts .info-result .taglib-page-iterator {
      clear: none;
      float: right;
      margin-top: 25px;
      padding: 0; }
  .result-posts article {
    margin-bottom: 20px;
    margin-top: 15px; }
    .result-posts article .header-post {
      color: #000;
      font-family: Anivers;
      font-size: 13px;
      font-weight: bold;
      text-transform: capitalize; }
    .result-posts article .header-post.peer {
      float: right;
      margin-right: 65px; }
    .result-posts article .header-post.not-peer {
      float: left;
      margin-left: 65px; }
    .result-posts article .message {
      border-radius: 15px;
      padding: 15px; }
      .result-posts article .message .border-dotted {
        border-bottom: 3px dotted;
        margin-top: 10px; }
    .result-posts article .message.peer {
      background-color: #e8e1c2; }
    .result-posts article .message.not-peer {
      background-color: #e95d0f; }

/* ===== PORTLET JOURNAL ARTICLE ===== */
.html-editor li {
  padding-left: 15px;
  background-image: url("../images/buttons/square-orange.png");
  background-repeat: no-repeat;
  background-position: left center; }

.augustins-short .portlet-journal-content .portlet {
  background: none repeat scroll 0 0 #E8E1C2;
  margin-bottom: 20px;
  padding-top: 10px;
  width: 305px; }
  .augustins-short .portlet-journal-content .portlet .portlet-title {
    background: url("../images/bg/bg-title-diaporama.png") no-repeat scroll center center transparent;
    color: #FFFFFF;
    display: block;
    height: 41px;
    margin-bottom: 10px;
    padding-left: 30px;
    padding-top: 3px;
    text-align: left;
    font-size: 20px; }
    .augustins-short .portlet-journal-content .portlet .portlet-title img {
      display: none; }
  .augustins-short .portlet-journal-content .portlet .portlet-content {
    font-family: arial;
    font-size: 12px;
    padding: 12px 19px 10px; }
    .augustins-short .portlet-journal-content .portlet .portlet-content a {
      color: #000000;
      border-bottom: 1px solid black; }
      .augustins-short .portlet-journal-content .portlet .portlet-content a:hover {
        color: #E95D0F;
        border-bottom: 1px solid #e95d0f; }
    .augustins-short .portlet-journal-content .portlet .portlet-content li {
      background-image: url("../images/buttons/puce-list-links.png");
      background-position: left 4px;
      background-repeat: no-repeat;
      background-size: 8px 9px;
      padding-left: 15px;
      /*padding-left:15px;
      background-image:url("../images/buttons/liBlack.png");
      background-repeat:no-repeat;
      background-position:left center;
      background-size:10px 10px;*/ }
      .augustins-short .portlet-journal-content .portlet .portlet-content li:hover {
        /*background-image:url("../images/buttons/liOrange.png");
        background-size:10px 10px;*/
        background-image: url("../images/buttons/puce-list-links-hover.png");
        background-size: 8px 9px; }
      .augustins-short .portlet-journal-content .portlet .portlet-content li a {
        color: #000000;
        border-bottom: 1px solid #949593;
        margin-bottom: 5px;
        display: block;
        font-weight: bold;
        width: 100%; }
      .augustins-short .portlet-journal-content .portlet .portlet-content li a:hover {
        color: #E95D0F;
        border-bottom: 1px solid #949593; }

.augustins-wide .portlet-journal-content .journal-content-article {
  background: #E8E1C2;
  margin-bottom: 20px;
  padding: 10px;
  width: 625px; }

.journal-content-article .encadre {
  background-color: #d8d8da;
  padding: 10px; }

/* ===== PORTLET LOGIN ===== */
.portlet-login {
  background-color: #E8E1C2;
  padding: 15px;
  width: 615px;
  margin-bottom: 15px; }
  .portlet-login .portlet-title {
    display: block;
    height: 24px;
    margin-bottom: 10px;
    padding-left: 30px;
    padding-top: 3px;
    text-align: left;
    font-size: 20px; }
    .portlet-login .portlet-title img {
      display: none; }
  .portlet-login form {
    background-color: #EEECE3;
    margin: 0 15px 5px;
    padding: 15px 15px 2px; }
    .portlet-login form .aui-field-label {
      float: left;
      width: 100px;
      color: #000000;
      font-family: Arial;
      font-size: 12px;
      font-weight: normal;
      padding-right: 10px;
      text-align: right; }
    .portlet-login form input {
      width: 150px; }
    .portlet-login form .aui-field-choice {
      display: inline-block;
      margin-left: 110px; }
      .portlet-login form .aui-field-choice input {
        width: auto; }
    .portlet-login form .aui-button-input {
      background: none repeat scroll 0 0 #E8E1C2;
      border: medium none;
      border-radius: 0 0 0 0;
      color: #000000;
      font-family: Anivers;
      font-size: 12px;
      font-weight: bold;
      padding: 1px 10px;
      text-shadow: none;
      float: right; }
    .portlet-login form .ui-button-input:hover {
      background: none repeat scroll 0 0 #CE5538;
      border: medium none;
      color: #FFFFFF; }
  .portlet-login .navigation {
    display: none; }

/* ===== PORTLET SHARE ===== */
.share-portlet {
  padding: 0;
  background-color: #e6e6e1;
  width: 630px; }

.social-buttons {
  display: block;
  text-align: center;
  padding: 5px 0; }

.social-buttons .left-button {
  float: left;
  margin: 14px 10px 0 20px; }

.social-buttons .left-button .send-mail {
  background-image: url("../images/share/mail.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 28px;
  text-indent: -9999px;
  width: 60px; }

.social-buttons .left-button .send-mail:hover {
  background-image: url("../images/share/mail-hover.png"); }

.social-buttons .left-button .print {
  background-image: url("../images/share/print.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 28px;
  text-indent: -9999px;
  width: 31px; }

.social-buttons .left-button .print:hover {
  background-image: url("../images/share/print-hover.png"); }

.social-buttons .right-button {
  float: right;
  margin: 5px 20px 0 0; }

.social-buttons .share-button {
  display: inline-block;
  margin-right: 25px;
  width: 34px;
  height: 44px;
  background-repeat: no-repeat; }

.social-buttons .share-button .counter {
  display: inline-block;
  margin-top: 26px;
  width: 32px;
  height: 12px;
  font-size: 9px;
  color: #CE5538; }

.portlet-boundary .social-buttons .share-facebook {
  background-image: url("../images/share/facebook.png");
  margin-left: 8px; }

.portlet-boundary .social-buttons .share-twitter {
  background-image: url("../images//share/twitter.png");
  margin-right: 0; }

.portlet-boundary .social-buttons .share-facebook:hover {
  background-image: url("../images/share/facebook-hover.png"); }

.portlet-boundary .social-buttons .share-twitter:hover {
  background-image: url("../images/share/twitter-hover.png"); }

.social-bookmarks {
  background-color: #E6E6E1;
  float: none;
  margin-left: -15px;
  padding: 0;
  position: absolute;
  width: 650px; }

/* ===== MISC TOOLS ===== */
.clear {
  clear: both;
  list-style: none; }

/* ===== VIEW EVENT ===== */
/* ===== EVENT RESULT ===== */

