/*****************************************************************************
	Agestis - Content Management System - http://www.agestis.com
	by ARICIA http://www.aricia.fr
*****************************************************************************
			Version:	20160622.1530
			coder:		Damien MATHIEU (damien@aricia.fr)
*****************************************************************************
		Feuille de style LESS principale - UCIA Bletterans
		BOOTSTRAP 			: 	3.3.x
		Responsive friendly : 	✔

@import url('//fonts.googleapis.com/css?family=Pacifico');
@import url('//fonts.googleapis.com/css?family=Roboto:700&text=BLETTERANS');
****************************************************************************/
/*csslint empty-rules:false, adjoining-classes:false, fallback-colors:false, vendor-prefix:false, unqualified-attributes:false */
body {
  padding-top: 60px;
}
body > .container {
  margin-top: -60px;
  padding-top: 60px;
}
.navbar-default {
  height: 50px;
}
body {
  font-family: 'Open Sans';
  background-color: #FFF;
}
body > .container {
  background-color: #FFF;
  min-height: 100vh;
}
.navbar-default {
  border-radius: 0;
  border: 0;
  background-color: #df1f2a;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);
}
.navbar-default .navbar-collapse {
  max-height: 85vh;
  background-color: rgba(250, 164, 61, 0.99);
}
.navbar-default .navbar-collapse.in {
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.7);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.7);
}
.navbar-default .navbar-brand {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url('/bibliotheque/Charte_graphique/logo-small.jpg');
}
@media (max-width: 767px) {
  .navbar-default .navbar-brand {
    padding: 0;
    width: 71px;
    height: 49.7px;
  }
}
.navbar-default .navbar-nav > li > a {
  color: #000;
}
.navbar-default .navbar-nav > li > a:not(.noFx):focus,
.navbar-default .navbar-nav > li > a:not(.noFx):hover {
  color: #FFF;
  background-color: rgba(223, 31, 42, 0.99);
}
/**
	 * Bouton de bascule affichage menus
	 */
.navbar-toggle {
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  user-select: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#navtop .navbar-toggle,
#navtop .navbar-toggle:hover,
#navtop .navbar-toggle:focus {
  background-color: transparent;
  border: none;
}
.navbar-toggle .icon-bar {
  position: relative;
  -webkit-transition: background 0.3s 0.6s ease;
  -moz-transition: background 0.3s 0.6s ease;
  -ms-transition: background 0.3s 0.6s ease;
  -o-transition: background 0.3s 0.6s ease;
  transition: background 0.3s 0.6s ease;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
}
.navbar-toggle.active .icon-bar {
  -webkit-transition: background 0.3s 0s ease;
  -moz-transition: background 0.3s 0s ease;
  -ms-transition: background 0.3s 0s ease;
  -o-transition: background 0.3s 0s ease;
  transition: background 0.3s 0s ease;
  background: transparent;
}
.navbar-toggle-hamburger .icon-bar:nth-of-type(1) {
  top: 0px;
}
.navbar-toggle-hamburger .icon-bar:nth-of-type(2) {
  top: 2px;
}
.navbar-toggle-hamburger .icon-bar:nth-of-type(3) {
  top: 4px;
}
.navbar-toggle-hamburger .icon-bar:nth-of-type(1),
.navbar-toggle-hamburger .icon-bar:nth-of-type(3) {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transition: top .3s .6s ease, transform .3s ease;
  -moz-transition: top .3s .6s ease, transform .3s ease;
  -ms-transition: top .3s .6s ease, transform .3s ease;
  -o-transition: top .3s .6s ease, transform .3s ease;
  transition: top .3s .6s ease, transform .3s ease;
}
.navbar-toggle-hamburger.active .icon-bar:nth-of-type(1),
.navbar-toggle-hamburger.active .icon-bar:nth-of-type(3) {
  -webkit-transition: top .3s ease, transform .3s .5s ease;
  -moz-transition: top .3s ease, transform .3s .5s ease;
  -ms-transition: top .3s ease, transform .3s .5s ease;
  -o-transition: top .3s ease, transform .3s .5s ease;
  transition: top .3s ease, transform .3s .5s ease;
  top: 2px;
  background-color: #FFF;
}
.navbar-toggle-hamburger.active .icon-bar:nth-of-type(2) {
  background-color: transparent;
}
.navbar-toggle-hamburger.active .icon-bar:nth-of-type(1) {
  top: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggle-hamburger.active .icon-bar:nth-of-type(3) {
  top: -6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
footer {
  color: #FFF;
  min-height: 60px;
  /*
	background-color: darken( @rouge,10% );
	border-top: 1px solid darken( @rouge,20% );
	box-shadow: inset 0 5px 2px fadeout( @orange,70% )
			, inset 0 0 10px lighten( @rouge,10% );
	*/
  background-color: #142a4c;
  border-top: 1px solid #091424;
  box-shadow: inset 0 5px 2px rgba(62, 149, 209, 0.3), inset 0 0 10px #28589e;
}
footer a,
footer a:hover,
footer a:focus {
  color: #FFF;
}
/**
 * MEMO - BootStrap 3
 * Extra small devices (phones, less than 768px)
 * No media query since this is the default in Bootstrap
 *
 * @media(max-width:767px){}
 */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  body {
    padding-top: 120px;
  }
  body > .container {
    margin-top: -120px;
    padding-top: 120px;
  }
  .navbar-default {
    height: 110px;
  }
  .navbar-default {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url('/bibliotheque/Charte_graphique/bg-store-xs.png');
    /*
	#link-1-1 { font-family: "Glyphicons Halflings";   font: 0/0 a;
		color: transparent;
		text-shadow: none;
		background-color: transparent;
		border: 0;
	}
	#link-1-1::before {
		content: "";
	}
	*/
  }
  .navbar-default .navbar-brand {
    margin-right: 10px;
    margin-left: -30px !important;
    width: 100px;
    height: 70px;
  }
  .navbar-default .navbar-collapse {
    background-color: transparent;
  }
  .navbar-default .nav.navbar-nav > li > a {
    font-size: .78em;
    text-transform: uppercase;
    padding: 5px 5px 5px 3px;
    /*
			color: #FFF;
			background-color: fadeout( @orange , 45% );
			text-shadow: 1px 1px 0 rgba(0,0,0,.75);

			&:hover {
				background-color: fadeout( @orange , 10% );
				color: #000;
				text-shadow: none;
			}
			*/
  }
  .navbar-default .navbar-brand div:first-child {
    text-shadow: 2px 2px 0 #ffffff, 0 0 6px rgba(0, 0, 0, 0.5);
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  body {
    padding-top: 100px;
  }
  body > .container {
    margin-top: -100px;
    padding-top: 100px;
  }
  .navbar-default {
    height: 90px;
  }
  body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    background-image: url('/bibliotheque/Charte_graphique/bg_body.jpg');
    background-size: 1170px auto;
  }
  body > .container {
    min-height: 110vh;
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0.4);
    width: 750px;
  }
  .navbar-default {
    background-image: url('/bibliotheque/Charte_graphique/bg-store.png');
    background-size: 980px auto;
    /*
	.nav.navbar-nav {
		> li > a {
			color: #FFF;
			text-transform: uppercase;
			background-color: fadeout( @orange , 45% );
			text-shadow: 1px 1px 0 rgba(0,0,0,.75);

			border-radius: 10px;
			margin-right: 6px;
			padding: 2px;
			font-weight: 600;
			font-size: .9em;

			&:hover {
				background-color: fadeout( @orange , 10% );
				color: #000;
				text-shadow: none;
			}
		}
	}
	*/
  }
  .navbar-default .navbar-brand {
    background-image: url('/bibliotheque/Charte_graphique/logo.jpg');
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.75);
    width: 120px;
    height: 83.7px;
  }
  .navbar-default .nav.navbar-nav {
    margin-top: 15px;
  }
  .navbar-default .nav.navbar-nav > li > a {
    font-size: .8em;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 6px;
    padding: 6px 8px;
  }
  .navbar-default .nav.navbar-nav > li > a,
  .navbar-default .nav.navbar-nav > li > a:focus,
  .navbar-default .nav.navbar-nav > li > a:hover {
    color: #FFF;
  }
  .navbar-default .nav.navbar-nav > li > a.noFx {
    font-size: 1.6em;
    transform: scale(1);
  }
  .navbar-default .nav.navbar-nav > li > a.noFx:hover {
    transform: scale(1.2);
  }
  .navbar-default .nav.navbar-nav > li > a:not(.noFx) {
    border-radius: 10px;
    background-color: rgba(250, 183, 61, 0.9);
    box-shadow: 2px 2px 0 #fab73d, inset 1px 1px 2px #ffffff, 0 0 15px rgba(0, 0, 0, 0.5);
    /*
				&:hover {
					background-color: fadeout( @rouge,50% );
				}
				*/
  }
  .navbar-default .nav.navbar-nav > li > a:not(.noFx),
  .navbar-default .nav.navbar-nav > li > a:not(.noFx):focus,
  .navbar-default .nav.navbar-nav > li > a:not(.noFx):hover {
    -webkit-text-shadow: 2px 2px 5px rgba(30, 65, 117, 0.9);
    -moz-text-shadow: 2px 2px 5px rgba(30, 65, 117, 0.9);
    text-shadow: 2px 2px 5px rgba(30, 65, 117, 0.9);
  }
  .navbar-default .nav.navbar-nav > li > a:not(.noFx):hover {
    box-shadow: 2px 2px 0 #faa43d, inset 1px 1px 2px #ffffff, 0 0 15px rgba(0, 0, 0, 0.5);
  }
  footer {
    padding: 25px 0;
  }
  .onTop {
    padding-top: 210px;
  }
  .onTop .navbar-default {
    height: 200px;
    background-size: 1170px auto;
  }
  .onTop .navbar-default .nav.navbar-nav {
    margin-top: 0;
  }
  .onTop .navbar-default .nav.navbar-nav > li > a {
    padding: 10px;
  }
  .onTop .navbar-header {
    width: 100%;
  }
  .onTop .navbar-brand div:first-child {
    font-size: 80px;
    margin-left: -250px;
    margin-top: 20px;
    text-shadow: 3px 3px 0 #ffffff, 0 0 15px rgba(0, 0, 0, 0.5);
  }
  .onTop .navbar-brand div:last-child {
    font-size: 50px;
    margin-left: 250px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.75), 0 0 15px rgba(0, 0, 0, 0.5);
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  body {
    background-size: 100% auto;
  }
  body > .container {
    width: 980px;
  }
  footer {
    /*
	background-color: darken( @rouge,10% );
	color:#FFF;
	min-height: 60px;
	padding: 25px 0;
	border-top: 1px solid darken( @rouge,20% );
	box-shadow: inset 0 5px 2px fadeout( @orange,70% )
			, inset 0 0 10px lighten( @rouge,10% );

	a {
		&,
		&:hover,
		&:focus {
			color:#FFF;
		}
	}
*/
  }
  body {
    padding-top: 160px;
  }
  body > .container {
    margin-top: -160px;
    padding-top: 160px;
  }
  .navbar-default {
    height: 150px;
  }
  .navbar-default {
    background-size: 1200px auto;
  }
  .navbar-default .navbar-brand {
    width: 160px;
    height: 111.6px;
    margin-left: -5px !important;
  }
  .navbar-default .nav.navbar-nav {
    margin-top: 20px;
  }
  .navbar-default .nav.navbar-nav > li > a {
    border-radius: 25px;
    margin-right: 8px;
    padding: 8px 6px;
    font-weight: 600;
    font-size: 1.02em;
    /*
			*/
  }
  .navbar-default .nav.navbar-nav > li > a:not(.noFx):hover {
    color: #000;
    background-color: rgba(250, 164, 61, 0.9);
    text-shadow: none;
  }
  .onTop {
    padding-top: 210px;
  }
  .onTop .navbar-default {
    height: 200px;
    background-size: 1374px auto;
  }
  .onTop .navbar-default .nav.navbar-nav {
    margin-top: 0;
  }
  .onTop .navbar-default .nav.navbar-nav > li > a {
    font-weight: 700;
    font-size: 1.1em;
  }
  .onTop .navbar-header {
    width: 100%;
  }
  .onTop .navbar-brand div:first-child {
    font-size: 80px;
    margin-left: -250px;
    margin-top: 20px;
    text-shadow: 3px 3px 0 #ffffff, 0 0 15px rgba(0, 0, 0, 0.5);
  }
  .onTop .navbar-brand div:last-child {
    font-size: 50px;
    margin-left: 250px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.75), 0 0 15px rgba(0, 0, 0, 0.5);
  }
}
#Content_Container h1,
#Content_Container .h1,
#Content_Container h2,
#Content_Container .h2,
#Content_Container h3,
#Content_Container .h3 {
  font-family: 'Leckerli One', Helvetica, sans-serif;
}
#Content_Container h1,
#Content_Container .h1 {
  color: #df1f2a;
}
#Content_Container h2,
#Content_Container .h2,
#Content_Container h3,
#Content_Container .h3 {
  color: #215e88;
}
@media (min-width: 992px) {
  #Content_Container .col-promos {
    margin-top: 25px;
  }
  #Content_Container #HomeCarousel {
    border: 4px solid #FFF;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
}
.btn-primary {
  background-color: #EFA648;
  border-color: #EFA648;
  color: #fff;
}
.btn-primary:hover {
  background-color: #F3B125;
  border-color: #F3B125;
  color: #fff;
}
not(.aModule) .img-thumbnail {
  border-radius: 0;
  box-shadow: 5px 5px 5px 0px rgba(222, 106, 45, 0.2);
}
#HomeCarousel {
  margin: auto;
}
#HomeCarousel .carousel-inner .item {
  transition: all 0.5s ease-in-out;
}
#HomeCarousel .carousel-inner .item img {
  vertical-align: middle;
}
#HomeCarousel .carousel-inner .item,
#HomeCarousel .carousel-inner .active.left,
#HomeCarousel .carousel-inner .active.right {
  opacity: 0;
}
#HomeCarousel .carousel-inner .active,
#HomeCarousel .carousel-inner .next.left,
#HomeCarousel .carousel-inner .prev.right {
  opacity: 1;
}
#HomeCarousel .carousel-inner .next,
#HomeCarousel .carousel-inner .prev,
#HomeCarousel .carousel-inner .active.left,
#HomeCarousel .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#HomeCarousel.sliding .carousel-control {
  background: none;
}
/* Modules */
.Ucia .breadcrumb {
  background-color: rgba(206, 235, 248, 0.7);
}
.Ucia ul.liste-cat {
  list-style: none;
  margin-bottom: 0 0 20px 0;
  padding: 0;
}
.Ucia ul.liste-cat li {
  display: inline-block;
  padding-left: 5px;
  margin-right: 30px;
}
.Ucia ul.liste-cat li .icon {
  padding-right: 10px;
}
.Ucia ul.liste-cat li svg {
  float: left;
  width: 30px;
  max-width: 30px;
  height: 30px;
  max-height: 30px;
  opacity: 0;
}
.Ucia ul.liste-cat li svg.icon.replaced-svg {
  opacity: .8;
  transition: all 0.3s ease-in-out;
}
.Ucia ul.liste-cat li svg.icon-9 path,
.Ucia ul.liste-cat li svg.icon-9 circle,
.Ucia ul.liste-cat li svg.icon-9 rect,
.Ucia ul.liste-cat li svg.icon-9 polygon {
  fill: #76bd44 !important;
}
.Ucia ul.liste-cat li svg.icon-10 path,
.Ucia ul.liste-cat li svg.icon-10 circle,
.Ucia ul.liste-cat li svg.icon-10 rect,
.Ucia ul.liste-cat li svg.icon-10 polygon {
  fill: #56bcef !important;
}
.Ucia ul.liste-cat li svg.icon-26 path,
.Ucia ul.liste-cat li svg.icon-26 circle,
.Ucia ul.liste-cat li svg.icon-26 rect,
.Ucia ul.liste-cat li svg.icon-26 polygon {
  fill: #b02a2f !important;
}
.Ucia ul.liste-cat li a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
.Ucia ul.liste-cat li a:hover svg.icon {
  transform: scale(1.8);
  opacity: 1;
}
.Ucia ul.liste-cat li img.icon {
  display: none;
}
.Ucia ul.liste-cat.rubrique li {
  width: 48%;
  font-size: 1.5em;
  margin: 25px 0;
}
.Ucia ul.liste-cat.rubrique li .icon {
  padding-right: 15px;
}
.Ucia ul.liste-cat.rubrique li:nth-child(even) {
  float: right;
}
.Ucia ul.liste-cat.rubrique li:nth-child(odd) {
  float: left;
}
.Ucia ul.liste-cat.rubrique li svg {
  float: left;
  width: 60px;
  max-width: 60px;
  height: 60px;
  max-height: 60px;
}
.Ucia ul.liste-cat.rubrique li a {
  display: inline-block;
  height: 60px;
  line-height: 60px;
}
.Ucia ul.nav.nav-pills.rubrique {
  /** Mixins specials */
  margin-left: 0 !important;
}
.Ucia ul.nav.nav-pills.rubrique li {
  width: 48%;
  max-width: 48%;
  margin-right: 1%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .Ucia ul.nav.nav-pills.rubrique li {
    width: 32%;
    max-width: 32%;
  }
}
@media screen and (min-width: 1200px) {
  .Ucia ul.nav.nav-pills.rubrique li {
    width: 23%;
    max-width: 23%;
  }
}
.Ucia ul.nav.nav-pills.rubrique li a {
  font-weight: 800;
  text-align: center;
  overflow: hidden;
}
.Ucia ul.nav.nav-pills.rubrique li a svg {
  overflow-x: hidden;
  transform: scale(0.8);
}
.Ucia ul.nav.nav-pills.rubrique li a svg.icon.replaced-svg {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.Ucia ul.nav.nav-pills.rubrique li a h4 {
  margin: 20px 0 10px 0;
  padding: 10px 0 0 0;
  font-size: 1.8em;
  position: relative;
  transition: transform 0.2s;
}
.Ucia ul.nav.nav-pills.rubrique li a h4 .nb_fiches {
  display: none;
}
.Ucia ul.nav.nav-pills.rubrique li a h4.long {
  font-size: 1.4em;
}
.Ucia ul.nav.nav-pills.rubrique li a h4:before {
  content: '';
  position: absolute;
  width: 160px;
  height: 6px;
  top: 0px;
  left: 50%;
  margin: -10px 0 0 -80px;
  transition: margin-top 0.2s;
  /* top or translate does not seem to work in Firefox */
}
.Ucia ul.nav.nav-pills.rubrique li a span.count {
  display: inline-block !important;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 1px;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.3s, opacity 0.2s;
}
.Ucia ul.nav.nav-pills.rubrique li a:hover {
  color: #FFF;
}
.Ucia ul.nav.nav-pills.rubrique li a:hover svg {
  opacity: 0.7;
  transform: scale(1);
}
.Ucia ul.nav.nav-pills.rubrique li a:hover h4 {
  font-weight: 900;
  transform: translateY(-30px);
}
.Ucia ul.nav.nav-pills.rubrique li a:hover h4:before {
  margin-top: 70px;
}
.Ucia ul.nav.nav-pills.rubrique li a:hover h4 .nb_fiches {
  display: none;
}
.Ucia ul.nav.nav-pills.rubrique li a:hover span {
  opacity: 1;
  transform: translateY(0px);
}
.Ucia ul.nav.nav-pills.rubrique li a.color-9 {
  color: #76bd44;
}
.Ucia ul.nav.nav-pills.rubrique li a.color-9 h4:before {
  background: #76bd44;
}
.Ucia ul.nav.nav-pills.rubrique li a.color-9:hover {
  color: #76bd44;
  background-color: #FFF;
}
.Ucia ul.nav.nav-pills.rubrique li a.color-9:hover h4:before {
  background-color: #76bd44;
}
.Ucia ul.nav.nav-pills.rubrique li a.color-10 {
  color: #56bcef;
}
.Ucia ul.nav.nav-pills.rubrique li a.color-10 h4:before {
  background: #56bcef;
}
.Ucia ul.nav.nav-pills.rubrique li a.color-10:hover {
  color: #56bcef;
  background-color: #FFF;
}
.Ucia ul.nav.nav-pills.rubrique li a.color-10:hover h4:before {
  background-color: #56bcef;
}
.Ucia ul.nav.nav-pills.rubrique li a.color-26 {
  color: #b02a2f;
}
.Ucia ul.nav.nav-pills.rubrique li a.color-26 h4:before {
  background: #b02a2f;
}
.Ucia ul.nav.nav-pills.rubrique li a.color-26:hover {
  color: #b02a2f;
  background-color: #FFF;
}
.Ucia ul.nav.nav-pills.rubrique li a.color-26:hover h4:before {
  background-color: #b02a2f;
}
.Ucia ul.nav.nav-pills.rubrique li svg.icon-9 path,
.Ucia ul.nav.nav-pills.rubrique li svg.icon-9 circle,
.Ucia ul.nav.nav-pills.rubrique li svg.icon-9 rect,
.Ucia ul.nav.nav-pills.rubrique li svg.icon-9 polygon {
  fill: rgba(118, 189, 68, 0.8) !important;
}
.Ucia ul.nav.nav-pills.rubrique li svg.icon-10 path,
.Ucia ul.nav.nav-pills.rubrique li svg.icon-10 circle,
.Ucia ul.nav.nav-pills.rubrique li svg.icon-10 rect,
.Ucia ul.nav.nav-pills.rubrique li svg.icon-10 polygon {
  fill: rgba(86, 188, 239, 0.8) !important;
}
.Ucia ul.nav.nav-pills.rubrique li svg.icon-26 path,
.Ucia ul.nav.nav-pills.rubrique li svg.icon-26 circle,
.Ucia ul.nav.nav-pills.rubrique li svg.icon-26 rect,
.Ucia ul.nav.nav-pills.rubrique li svg.icon-26 polygon {
  fill: rgba(176, 42, 47, 0.8) !important;
}
.Ucia ul.nav.nav-pills.rubrique li a {
  height: 250px;
  max-height: 250px;
  transform-style: preserve-3d;
}
.Ucia ul.nav.nav-pills.rubrique li a svg {
  width: 100%;
  min-width: 100%;
  height: 125px;
  max-height: 125px;
}
.Ucia .Ucia-liste {
  /*
				.photo div,
				.secteur {
					margin: 0 auto;
					padding: 5px;
					text-align: center;
					color: #FFF;
					background-color: rgba(0,0,0,.20);
				}
			*/
}
.Ucia .Ucia-liste .thumbnail {
  overflow: hidden;
  box-shadow: 1px 1px 4px 0 rgba(30, 65, 117, 0.8);
  position: relative;
}
.Ucia .Ucia-liste .photo {
  position: relative;
  display: block;
}
.Ucia .Ucia-liste .photo div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 400px;
}
.Ucia .Ucia-liste .secteurs,
.Ucia .Ucia-liste .caption {
  display: inline-block;
}
.Ucia .Ucia-liste .secteur {
  color: #999;
  font-size: .9em;
  text-align: center;
  font-style: italic;
}
.Ucia .Ucia-liste .secteur::before {
  content: '- ';
}
.Ucia .Ucia-liste .secteur::after {
  content: ' -';
}
.Ucia .Ucia-liste h4 {
  margin-top: -7.5px;
  margin-left: -7.5px;
  margin-right: -7.5px;
  padding: 7.5px;
  color: #FFF;
  background-color: #b02a2f;
}
.Ucia .Ucia-liste h4.color-9 {
  background-color: #76BD44 ;
}
.Ucia .Ucia-liste h4.color-10 {
  background-color: #56bcef;
}
.Ucia .Ucia-liste h4.color-26 {
  background-color: #b02a2f;
}
.Ucia .Ucia-liste hr {
  margin-top: 15px;
  margin-bottom: 15px;
}
