<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides &gt; li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides &gt; li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
    .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: 0 0 7px 7px solid transparent;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=cc9a7f9be7f29632effe)
 * Config saved to config.json and https://gist.github.com/cc9a7f9be7f29632effe
 *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@font-face{font-family:'Glyphicons Halflings';src:url('/bundles/ayalinecollectivite/fonts/glyphicons-halflings-regular.eot');src:url('/bundles/ayalinecollectivite/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('/bundles/ayalinecollectivite/fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('/bundles/ayalinecollectivite/fonts/glyphicons-halflings-regular.woff') format('woff'),url('/bundles/ayalinecollectivite/fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('/bundles/ayalinecollectivite/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail&gt;img,.thumbnail a&gt;img,.carousel-inner&gt;.item&gt;img,.carousel-inner&gt;.item&gt;a&gt;img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline&gt;li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}@media (min-width:992px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:13px;padding-right:13px}@media (min-width:768px){.container{width:738px}}@media (min-width:992px){.container{width:966px}}@media (min-width:1200px){.container{width:1036px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:13px;padding-right:13px}.row{margin-left:-13px;margin-right:-13px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:13px;padding-right:13px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table&gt;thead&gt;tr&gt;th,.table&gt;tbody&gt;tr&gt;th,.table&gt;tfoot&gt;tr&gt;th,.table&gt;thead&gt;tr&gt;td,.table&gt;tbody&gt;tr&gt;td,.table&gt;tfoot&gt;tr&gt;td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table&gt;thead&gt;tr&gt;th{vertical-align:bottom;border-bottom:2px solid #ddd}.table&gt;caption+thead&gt;tr:first-child&gt;th,.table&gt;colgroup+thead&gt;tr:first-child&gt;th,.table&gt;thead:first-child&gt;tr:first-child&gt;th,.table&gt;caption+thead&gt;tr:first-child&gt;td,.table&gt;colgroup+thead&gt;tr:first-child&gt;td,.table&gt;thead:first-child&gt;tr:first-child&gt;td{border-top:0}.table&gt;tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed&gt;thead&gt;tr&gt;th,.table-condensed&gt;tbody&gt;tr&gt;th,.table-condensed&gt;tfoot&gt;tr&gt;th,.table-condensed&gt;thead&gt;tr&gt;td,.table-condensed&gt;tbody&gt;tr&gt;td,.table-condensed&gt;tfoot&gt;tr&gt;td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered&gt;thead&gt;tr&gt;th,.table-bordered&gt;tbody&gt;tr&gt;th,.table-bordered&gt;tfoot&gt;tr&gt;th,.table-bordered&gt;thead&gt;tr&gt;td,.table-bordered&gt;tbody&gt;tr&gt;td,.table-bordered&gt;tfoot&gt;tr&gt;td{border:1px solid #ddd}.table-bordered&gt;thead&gt;tr&gt;th,.table-bordered&gt;thead&gt;tr&gt;td{border-bottom-width:2px}.table-striped&gt;tbody&gt;tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover&gt;tbody&gt;tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table&gt;thead&gt;tr&gt;td.active,.table&gt;tbody&gt;tr&gt;td.active,.table&gt;tfoot&gt;tr&gt;td.active,.table&gt;thead&gt;tr&gt;th.active,.table&gt;tbody&gt;tr&gt;th.active,.table&gt;tfoot&gt;tr&gt;th.active,.table&gt;thead&gt;tr.active&gt;td,.table&gt;tbody&gt;tr.active&gt;td,.table&gt;tfoot&gt;tr.active&gt;td,.table&gt;thead&gt;tr.active&gt;th,.table&gt;tbody&gt;tr.active&gt;th,.table&gt;tfoot&gt;tr.active&gt;th{background-color:#f5f5f5}.table-hover&gt;tbody&gt;tr&gt;td.active:hover,.table-hover&gt;tbody&gt;tr&gt;th.active:hover,.table-hover&gt;tbody&gt;tr.active:hover&gt;td,.table-hover&gt;tbody&gt;tr:hover&gt;.active,.table-hover&gt;tbody&gt;tr.active:hover&gt;th{background-color:#e8e8e8}.table&gt;thead&gt;tr&gt;td.success,.table&gt;tbody&gt;tr&gt;td.success,.table&gt;tfoot&gt;tr&gt;td.success,.table&gt;thead&gt;tr&gt;th.success,.table&gt;tbody&gt;tr&gt;th.success,.table&gt;tfoot&gt;tr&gt;th.success,.table&gt;thead&gt;tr.success&gt;td,.table&gt;tbody&gt;tr.success&gt;td,.table&gt;tfoot&gt;tr.success&gt;td,.table&gt;thead&gt;tr.success&gt;th,.table&gt;tbody&gt;tr.success&gt;th,.table&gt;tfoot&gt;tr.success&gt;th{background-color:#dff0d8}.table-hover&gt;tbody&gt;tr&gt;td.success:hover,.table-hover&gt;tbody&gt;tr&gt;th.success:hover,.table-hover&gt;tbody&gt;tr.success:hover&gt;td,.table-hover&gt;tbody&gt;tr:hover&gt;.success,.table-hover&gt;tbody&gt;tr.success:hover&gt;th{background-color:#d0e9c6}.table&gt;thead&gt;tr&gt;td.info,.table&gt;tbody&gt;tr&gt;td.info,.table&gt;tfoot&gt;tr&gt;td.info,.table&gt;thead&gt;tr&gt;th.info,.table&gt;tbody&gt;tr&gt;th.info,.table&gt;tfoot&gt;tr&gt;th.info,.table&gt;thead&gt;tr.info&gt;td,.table&gt;tbody&gt;tr.info&gt;td,.table&gt;tfoot&gt;tr.info&gt;td,.table&gt;thead&gt;tr.info&gt;th,.table&gt;tbody&gt;tr.info&gt;th,.table&gt;tfoot&gt;tr.info&gt;th{background-color:#d9edf7}.table-hover&gt;tbody&gt;tr&gt;td.info:hover,.table-hover&gt;tbody&gt;tr&gt;th.info:hover,.table-hover&gt;tbody&gt;tr.info:hover&gt;td,.table-hover&gt;tbody&gt;tr:hover&gt;.info,.table-hover&gt;tbody&gt;tr.info:hover&gt;th{background-color:#c4e3f3}.table&gt;thead&gt;tr&gt;td.warning,.table&gt;tbody&gt;tr&gt;td.warning,.table&gt;tfoot&gt;tr&gt;td.warning,.table&gt;thead&gt;tr&gt;th.warning,.table&gt;tbody&gt;tr&gt;th.warning,.table&gt;tfoot&gt;tr&gt;th.warning,.table&gt;thead&gt;tr.warning&gt;td,.table&gt;tbody&gt;tr.warning&gt;td,.table&gt;tfoot&gt;tr.warning&gt;td,.table&gt;thead&gt;tr.warning&gt;th,.table&gt;tbody&gt;tr.warning&gt;th,.table&gt;tfoot&gt;tr.warning&gt;th{background-color:#fcf8e3}.table-hover&gt;tbody&gt;tr&gt;td.warning:hover,.table-hover&gt;tbody&gt;tr&gt;th.warning:hover,.table-hover&gt;tbody&gt;tr.warning:hover&gt;td,.table-hover&gt;tbody&gt;tr:hover&gt;.warning,.table-hover&gt;tbody&gt;tr.warning:hover&gt;th{background-color:#faf2cc}.table&gt;thead&gt;tr&gt;td.danger,.table&gt;tbody&gt;tr&gt;td.danger,.table&gt;tfoot&gt;tr&gt;td.danger,.table&gt;thead&gt;tr&gt;th.danger,.table&gt;tbody&gt;tr&gt;th.danger,.table&gt;tfoot&gt;tr&gt;th.danger,.table&gt;thead&gt;tr.danger&gt;td,.table&gt;tbody&gt;tr.danger&gt;td,.table&gt;tfoot&gt;tr.danger&gt;td,.table&gt;thead&gt;tr.danger&gt;th,.table&gt;tbody&gt;tr.danger&gt;th,.table&gt;tfoot&gt;tr.danger&gt;th{background-color:#f2dede}.table-hover&gt;tbody&gt;tr&gt;td.danger:hover,.table-hover&gt;tbody&gt;tr&gt;th.danger:hover,.table-hover&gt;tbody&gt;tr.danger:hover&gt;td,.table-hover&gt;tbody&gt;tr:hover&gt;.danger,.table-hover&gt;tbody&gt;tr.danger:hover&gt;th{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:0.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive&gt;.table{margin-bottom:0}.table-responsive&gt;.table&gt;thead&gt;tr&gt;th,.table-responsive&gt;.table&gt;tbody&gt;tr&gt;th,.table-responsive&gt;.table&gt;tfoot&gt;tr&gt;th,.table-responsive&gt;.table&gt;thead&gt;tr&gt;td,.table-responsive&gt;.table&gt;tbody&gt;tr&gt;td,.table-responsive&gt;.table&gt;tfoot&gt;tr&gt;td{white-space:nowrap}.table-responsive&gt;.table-bordered{border:0}.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child{border-left:0}.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child{border-right:0}.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{line-height:34px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:30px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:46px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.form-group-sm .form-control{height:30px;line-height:30px}textarea.form-group-sm .form-control,select[multiple].form-group-sm .form-control{height:auto}.form-group-sm .form-control-static{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;min-height:32px}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.form-group-lg .form-control{height:46px;line-height:46px}textarea.form-group-lg .form-control,select[multiple].form-group-lg .form-control{height:auto}.form-group-lg .form-control-static{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;min-height:38px}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group&gt;.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-13px;margin-right:-13px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback{right:13px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.333333px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open&gt;.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open&gt;.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open&gt;.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active,.btn-primary.active,.open&gt;.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success.focus,.btn-success:active,.btn-success.active,.open&gt;.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open&gt;.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info.focus,.btn-info:active,.btn-info.active,.open&gt;.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open&gt;.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning.focus,.btn-warning:active,.btn-warning.active,.open&gt;.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open&gt;.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger.focus,.btn-danger:active,.btn-danger.active,.open&gt;.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open&gt;.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#337ab7;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg&gt;.btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm,.btn-group-sm&gt;.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs&gt;.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;-o-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-background-clip:padding-box;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu&gt;li&gt;a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu&gt;li&gt;a:hover,.dropdown-menu&gt;li&gt;a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu&gt;.active&gt;a,.dropdown-menu&gt;.active&gt;a:hover,.dropdown-menu&gt;.active&gt;a:focus{color:#fff;text-decoration:none;outline:0;background-color:#337ab7}.dropdown-menu&gt;.disabled&gt;a,.dropdown-menu&gt;.disabled&gt;a:hover,.dropdown-menu&gt;.disabled&gt;a:focus{color:#777}.dropdown-menu&gt;.disabled&gt;a:hover,.dropdown-menu&gt;.disabled&gt;a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open&gt;.dropdown-menu{display:block}.open&gt;a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right&gt;.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:992px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group&gt;.btn,.btn-group-vertical&gt;.btn{position:relative;float:left}.btn-group&gt;.btn:hover,.btn-group-vertical&gt;.btn:hover,.btn-group&gt;.btn:focus,.btn-group-vertical&gt;.btn:focus,.btn-group&gt;.btn:active,.btn-group-vertical&gt;.btn:active,.btn-group&gt;.btn.active,.btn-group-vertical&gt;.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar&gt;.btn,.btn-toolbar&gt;.btn-group,.btn-toolbar&gt;.input-group{margin-left:5px}.btn-group&gt;.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group&gt;.btn:first-child{margin-left:0}.btn-group&gt;.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group&gt;.btn:last-child:not(:first-child),.btn-group&gt;.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group&gt;.btn-group{float:left}.btn-group&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn{border-radius:0}.btn-group&gt;.btn-group:first-child:not(:last-child)&gt;.btn:last-child,.btn-group&gt;.btn-group:first-child:not(:last-child)&gt;.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group&gt;.btn-group:last-child:not(:first-child)&gt;.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group&gt;.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group&gt;.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical&gt;.btn,.btn-group-vertical&gt;.btn-group,.btn-group-vertical&gt;.btn-group&gt;.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical&gt;.btn-group&gt;.btn{float:none}.btn-group-vertical&gt;.btn+.btn,.btn-group-vertical&gt;.btn+.btn-group,.btn-group-vertical&gt;.btn-group+.btn,.btn-group-vertical&gt;.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical&gt;.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical&gt;.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical&gt;.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn{border-radius:0}.btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.btn:last-child,.btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical&gt;.btn-group:last-child:not(:first-child)&gt;.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified&gt;.btn,.btn-group-justified&gt;.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified&gt;.btn-group .btn{width:100%}.btn-group-justified&gt;.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]&gt;.btn input[type="radio"],[data-toggle="buttons"]&gt;.btn-group&gt;.btn input[type="radio"],[data-toggle="buttons"]&gt;.btn input[type="checkbox"],[data-toggle="buttons"]&gt;.btn-group&gt;.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg&gt;.form-control,.input-group-lg&gt;.input-group-addon,.input-group-lg&gt;.input-group-btn&gt;.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg&gt;.form-control,select.input-group-lg&gt;.input-group-addon,select.input-group-lg&gt;.input-group-btn&gt;.btn{height:46px;line-height:46px}textarea.input-group-lg&gt;.form-control,textarea.input-group-lg&gt;.input-group-addon,textarea.input-group-lg&gt;.input-group-btn&gt;.btn,select[multiple].input-group-lg&gt;.form-control,select[multiple].input-group-lg&gt;.input-group-addon,select[multiple].input-group-lg&gt;.input-group-btn&gt;.btn{height:auto}.input-group-sm&gt;.form-control,.input-group-sm&gt;.input-group-addon,.input-group-sm&gt;.input-group-btn&gt;.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm&gt;.form-control,select.input-group-sm&gt;.input-group-addon,select.input-group-sm&gt;.input-group-btn&gt;.btn{height:30px;line-height:30px}textarea.input-group-sm&gt;.form-control,textarea.input-group-sm&gt;.input-group-addon,textarea.input-group-sm&gt;.input-group-btn&gt;.btn,select[multiple].input-group-sm&gt;.form-control,select[multiple].input-group-sm&gt;.input-group-addon,select[multiple].input-group-sm&gt;.input-group-btn&gt;.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child&gt;.btn,.input-group-btn:first-child&gt;.btn-group&gt;.btn,.input-group-btn:first-child&gt;.dropdown-toggle,.input-group-btn:last-child&gt;.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child&gt;.btn-group:not(:last-child)&gt;.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child&gt;.btn,.input-group-btn:last-child&gt;.btn-group&gt;.btn,.input-group-btn:last-child&gt;.dropdown-toggle,.input-group-btn:first-child&gt;.btn:not(:first-child),.input-group-btn:first-child&gt;.btn-group:not(:first-child)&gt;.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn&gt;.btn{position:relative}.input-group-btn&gt;.btn+.btn{margin-left:-1px}.input-group-btn&gt;.btn:hover,.input-group-btn&gt;.btn:focus,.input-group-btn&gt;.btn:active{z-index:2}.input-group-btn:first-child&gt;.btn,.input-group-btn:first-child&gt;.btn-group{margin-right:-1px}.input-group-btn:last-child&gt;.btn,.input-group-btn:last-child&gt;.btn-group{margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav&gt;li{position:relative;display:block}.nav&gt;li&gt;a{position:relative;display:block;padding:10px 15px}.nav&gt;li&gt;a:hover,.nav&gt;li&gt;a:focus{text-decoration:none;background-color:#eee}.nav&gt;li.disabled&gt;a{color:#777}.nav&gt;li.disabled&gt;a:hover,.nav&gt;li.disabled&gt;a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open&gt;a,.nav .open&gt;a:hover,.nav .open&gt;a:focus{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav&gt;li&gt;a&gt;img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs&gt;li{float:left;margin-bottom:-1px}.nav-tabs&gt;li&gt;a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs&gt;li&gt;a:hover{border-color:#eee #eee #ddd}.nav-tabs&gt;li.active&gt;a,.nav-tabs&gt;li.active&gt;a:hover,.nav-tabs&gt;li.active&gt;a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified&gt;li{float:none}.nav-tabs.nav-justified&gt;li&gt;a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified&gt;.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified&gt;li{display:table-cell;width:1%}.nav-tabs.nav-justified&gt;li&gt;a{margin-bottom:0}}.nav-tabs.nav-justified&gt;li&gt;a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified&gt;.active&gt;a,.nav-tabs.nav-justified&gt;.active&gt;a:hover,.nav-tabs.nav-justified&gt;.active&gt;a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified&gt;li&gt;a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified&gt;.active&gt;a,.nav-tabs.nav-justified&gt;.active&gt;a:hover,.nav-tabs.nav-justified&gt;.active&gt;a:focus{border-bottom-color:#fff}}.nav-pills&gt;li{float:left}.nav-pills&gt;li&gt;a{border-radius:4px}.nav-pills&gt;li+li{margin-left:2px}.nav-pills&gt;li.active&gt;a,.nav-pills&gt;li.active&gt;a:hover,.nav-pills&gt;li.active&gt;a:focus{color:#fff;background-color:#337ab7}.nav-stacked&gt;li{float:none}.nav-stacked&gt;li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified&gt;li{float:none}.nav-justified&gt;li&gt;a{text-align:center;margin-bottom:5px}.nav-justified&gt;.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified&gt;li{display:table-cell;width:1%}.nav-justified&gt;li&gt;a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified&gt;li&gt;a{margin-right:0;border-radius:4px}.nav-tabs-justified&gt;.active&gt;a,.nav-tabs-justified&gt;.active&gt;a:hover,.nav-tabs-justified&gt;.active&gt;a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified&gt;li&gt;a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified&gt;.active&gt;a,.nav-tabs-justified&gt;.active&gt;a:hover,.nav-tabs-justified&gt;.active&gt;a:focus{border-bottom-color:#fff}}.tab-content&gt;.tab-pane{display:none}.tab-content&gt;.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:992px){.navbar{border-radius:4px}}@media (min-width:992px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:13px;padding-left:13px;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:992px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container&gt;.navbar-header,.container-fluid&gt;.navbar-header,.container&gt;.navbar-collapse,.container-fluid&gt;.navbar-collapse{margin-right:-13px;margin-left:-13px}@media (min-width:992px){.container&gt;.navbar-header,.container-fluid&gt;.navbar-header,.container&gt;.navbar-collapse,.container-fluid&gt;.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:992px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:992px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px 13px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand&gt;img{display:block}@media (min-width:992px){.navbar&gt;.container .navbar-brand,.navbar&gt;.container-fluid .navbar-brand{margin-left:-13px}}.navbar-toggle{position:relative;float:right;margin-right:13px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:992px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -13px}.navbar-nav&gt;li&gt;a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:991px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu&gt;li&gt;a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu&gt;li&gt;a{line-height:20px}.navbar-nav .open .dropdown-menu&gt;li&gt;a:hover,.navbar-nav .open .dropdown-menu&gt;li&gt;a:focus{background-image:none}}@media (min-width:992px){.navbar-nav{float:left;margin:0}.navbar-nav&gt;li{float:left}.navbar-nav&gt;li&gt;a{padding-top:15px;padding-bottom:15px}}.navbar-form{margin-left:-13px;margin-right:-13px;padding:10px 13px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group&gt;.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:991px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:992px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav&gt;li&gt;.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav&gt;li&gt;.dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:992px){.navbar-text{float:left;margin-left:13px;margin-right:13px}}@media (min-width:992px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-13px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav&gt;li&gt;a{color:#777}.navbar-default .navbar-nav&gt;li&gt;a:hover,.navbar-default .navbar-nav&gt;li&gt;a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav&gt;.active&gt;a,.navbar-default .navbar-nav&gt;.active&gt;a:hover,.navbar-default .navbar-nav&gt;.active&gt;a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav&gt;.disabled&gt;a,.navbar-default .navbar-nav&gt;.disabled&gt;a:hover,.navbar-default .navbar-nav&gt;.disabled&gt;a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav&gt;.open&gt;a,.navbar-default .navbar-nav&gt;.open&gt;a:hover,.navbar-default .navbar-nav&gt;.open&gt;a:focus{background-color:#e7e7e7;color:#555}@media (max-width:991px){.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover,.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a,.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover,.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a,.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:hover,.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav&gt;li&gt;a{color:#9d9d9d}.navbar-inverse .navbar-nav&gt;li&gt;a:hover,.navbar-inverse .navbar-nav&gt;li&gt;a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav&gt;.active&gt;a,.navbar-inverse .navbar-nav&gt;.active&gt;a:hover,.navbar-inverse .navbar-nav&gt;.active&gt;a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav&gt;.disabled&gt;a,.navbar-inverse .navbar-nav&gt;.disabled&gt;a:hover,.navbar-inverse .navbar-nav&gt;.disabled&gt;a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav&gt;.open&gt;a,.navbar-inverse .navbar-nav&gt;.open&gt;a:hover,.navbar-inverse .navbar-nav&gt;.open&gt;a:focus{background-color:#080808;color:#fff}@media (max-width:991px){.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb&gt;li{display:inline-block}.breadcrumb&gt;li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb&gt;.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination&gt;li{display:inline}.pagination&gt;li&gt;a,.pagination&gt;li&gt;span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination&gt;li:first-child&gt;a,.pagination&gt;li:first-child&gt;span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination&gt;li:last-child&gt;a,.pagination&gt;li:last-child&gt;span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination&gt;li&gt;a:hover,.pagination&gt;li&gt;span:hover,.pagination&gt;li&gt;a:focus,.pagination&gt;li&gt;span:focus{color:#23527c;background-color:#eee;border-color:#ddd}.pagination&gt;.active&gt;a,.pagination&gt;.active&gt;span,.pagination&gt;.active&gt;a:hover,.pagination&gt;.active&gt;span:hover,.pagination&gt;.active&gt;a:focus,.pagination&gt;.active&gt;span:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default}.pagination&gt;.disabled&gt;span,.pagination&gt;.disabled&gt;span:hover,.pagination&gt;.disabled&gt;span:focus,.pagination&gt;.disabled&gt;a,.pagination&gt;.disabled&gt;a:hover,.pagination&gt;.disabled&gt;a:focus{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg&gt;li&gt;a,.pagination-lg&gt;li&gt;span{padding:10px 16px;font-size:18px}.pagination-lg&gt;li:first-child&gt;a,.pagination-lg&gt;li:first-child&gt;span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg&gt;li:last-child&gt;a,.pagination-lg&gt;li:last-child&gt;span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm&gt;li&gt;a,.pagination-sm&gt;li&gt;span{padding:5px 10px;font-size:12px}.pagination-sm&gt;li:first-child&gt;a,.pagination-sm&gt;li:first-child&gt;span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm&gt;li:last-child&gt;a,.pagination-sm&gt;li:last-child&gt;span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li&gt;a,.pager li&gt;span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li&gt;a:hover,.pager li&gt;a:focus{text-decoration:none;background-color:#eee}.pager .next&gt;a,.pager .next&gt;span{float:right}.pager .previous&gt;a,.pager .previous&gt;span{float:left}.pager .disabled&gt;a,.pager .disabled&gt;a:hover,.pager .disabled&gt;a:focus,.pager .disabled&gt;span{color:#777;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge,.btn-group-xs&gt;.btn .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active&gt;.badge,.nav-pills&gt;.active&gt;a&gt;.badge{color:#337ab7;background-color:#fff}.list-group-item&gt;.badge{float:right}.list-group-item&gt;.badge+.badge{margin-right:5px}.nav-pills&gt;li&gt;a&gt;.badge{margin-left:3px}.jumbotron{padding:30px 15px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron&gt;hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding:48px 0}.container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail&gt;img,.thumbnail a&gt;img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert&gt;p,.alert&gt;ul{margin-bottom:0}.alert&gt;p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-right,.media&gt;.pull-right{padding-left:10px}.media-left,.media&gt;.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;color:#555;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#eee;color:#777;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading&gt;small,.list-group-item.active:hover .list-group-item-heading&gt;small,.list-group-item.active:focus .list-group-item-heading&gt;small,.list-group-item.active .list-group-item-heading&gt;.small,.list-group-item.active:hover .list-group-item-heading&gt;.small,.list-group-item.active:focus .list-group-item-heading&gt;.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading&gt;.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title&gt;a,.panel-title&gt;small,.panel-title&gt;.small,.panel-title&gt;small&gt;a,.panel-title&gt;.small&gt;a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel&gt;.list-group,.panel&gt;.panel-collapse&gt;.list-group{margin-bottom:0}.panel&gt;.list-group .list-group-item,.panel&gt;.panel-collapse&gt;.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel&gt;.list-group:first-child .list-group-item:first-child,.panel&gt;.panel-collapse&gt;.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel&gt;.list-group:last-child .list-group-item:last-child,.panel&gt;.panel-collapse&gt;.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel&gt;.table,.panel&gt;.table-responsive&gt;.table,.panel&gt;.panel-collapse&gt;.table{margin-bottom:0}.panel&gt;.table caption,.panel&gt;.table-responsive&gt;.table caption,.panel&gt;.panel-collapse&gt;.table caption{padding-left:15px;padding-right:15px}.panel&gt;.table:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:first-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child{border-top-left-radius:3px}.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:last-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:last-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child{border-top-right-radius:3px}.panel&gt;.table:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child{border-bottom-left-radius:3px}.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child{border-bottom-right-radius:3px}.panel&gt;.panel-body+.table,.panel&gt;.panel-body+.table-responsive,.panel&gt;.table+.panel-body,.panel&gt;.table-responsive+.panel-body{border-top:1px solid #ddd}.panel&gt;.table&gt;tbody:first-child&gt;tr:first-child th,.panel&gt;.table&gt;tbody:first-child&gt;tr:first-child td{border-top:0}.panel&gt;.table-bordered,.panel&gt;.table-responsive&gt;.table-bordered{border:0}.panel&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child,.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,.panel&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child{border-left:0}.panel&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child,.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,.panel&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child{border-right:0}.panel&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;td,.panel&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;td,.panel&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;th,.panel&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;th{border-bottom:0}.panel&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,.panel&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,.panel&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,.panel&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th{border-bottom:0}.panel&gt;.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse&gt;.panel-body,.panel-group .panel-heading+.panel-collapse&gt;.list-group{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default&gt;.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#ddd}.panel-default&gt;.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary&gt;.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#337ab7}.panel-primary&gt;.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success&gt;.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#d6e9c6}.panel-success&gt;.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info&gt;.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#bce8f1}.panel-info&gt;.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning&gt;.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#faebcc}.panel-warning&gt;.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger&gt;.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#ebccd1}.panel-danger&gt;.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:normal;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:normal;line-height:1.42857143;text-align:left;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover&gt;.arrow,.popover&gt;.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover&gt;.arrow{border-width:11px}.popover&gt;.arrow:after{border-width:10px;content:""}.popover.top&gt;.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top&gt;.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right&gt;.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,0.25)}.popover.right&gt;.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom&gt;.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom&gt;.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left&gt;.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}.popover.left&gt;.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner&gt;.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner&gt;.item&gt;img,.carousel-inner&gt;.item&gt;a&gt;img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner&gt;.item{-webkit-transition:-webkit-transform 0.6s ease-in-out;-o-transition:-o-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}.carousel-inner&gt;.item.next,.carousel-inner&gt;.item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.carousel-inner&gt;.item.prev,.carousel-inner&gt;.item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.carousel-inner&gt;.item.next.left,.carousel-inner&gt;.item.prev.right,.carousel-inner&gt;.item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.carousel-inner&gt;.active,.carousel-inner&gt;.next,.carousel-inner&gt;.prev{display:block}.carousel-inner&gt;.active{left:0}.carousel-inner&gt;.next,.carousel-inner&gt;.prev{position:absolute;top:0;width:100%}.carousel-inner&gt;.next{left:100%}.carousel-inner&gt;.prev{left:-100%}.carousel-inner&gt;.next.left,.carousel-inner&gt;.prev.right{left:0}.carousel-inner&gt;.active.left{left:-100%}.carousel-inner&gt;.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical&gt;.btn-group:before,.btn-group-vertical&gt;.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical&gt;.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}
@font-face {
    font-family: 'font-face';
    src: url('/bundles/ayalinecollectivite/font/font-face.eot?59421486');
    src: url('/bundles/ayalinecollectivite/font/font-face.eot?59421486#iefix') format('embedded-opentype'),
    url('/bundles/ayalinecollectivite/font/font-face.woff2?59421486') format('woff2'),
    url('/bundles/ayalinecollectivite/font/font-face.woff?59421486') format('woff'),
    url('/bundles/ayalinecollectivite/font/font-face.ttf?59421486') format('truetype'),
    url('/bundles/ayalinecollectivite/font/font-face.svg?59421486#font-face') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'font-face';
    src: url('/bundles/ayalinecollectivite/font/font-face.svg?59421486#font-face') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "font-face";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-left-1:before { content: '\e800'; } /* 'Ã® â‚¬' */
.icon-right-1:before { content: '\e801'; } /* 'Ã® Â' */
.icon-down-open-1:before { content: '\e802'; } /* 'Ã® â€š' */
.icon-left-open:before { content: '\e803'; } /* 'Ã® Æ’' */
.icon-facebook:before { content: '\e804'; } /* 'Ã® â€ž' */
.icon-youtube:before { content: '\e805'; } /* 'Ã® â€¦' */
.icon-right-open:before { content: '\e806'; } /* 'Ã® â€&nbsp;' */
.icon-up-open-1:before { content: '\e807'; } /* 'Ã® â€¡' */
/*.icon-plus:before { content: '\e808'; } !* 'Ã® Ë†' *!*/
.icon-angle-left:before { content: '\e809'; } /* 'Ã® â€°' */
.icon-angle-right:before { content: '\e80a'; } /* 'Ã® Å&nbsp;' */
.icon-angle-up:before { content: '\e80b'; } /* 'Ã® â€¹' */
.icon-angle-down:before { content: '\e80c'; } /* 'Ã® Å’' */
.icon-right:before { content: '\e80d'; } /* 'Ã® Â' */
.icon-left:before { content: '\e80e'; } /* 'Ã® Å½' */
.icon-star-filled:before { content: '\e80f'; } /* 'Ã® Â' */
.icon-star:before { content: '\e810'; } /* 'Ã® Â' */
.icon-down-open:before { content: '\e811'; } /* 'Ã® â€˜' */
.icon-share:before { content: '\e812'; } /* 'Ã® â€™' */
.icon-download:before { content: '\e813'; } /* 'Ã® â€œ' */
.icon-right-circle:before { content: '\e814'; } /* 'Ã® â€' */
.icon-up-open:before { content: '\e815'; } /* 'Ã® â€¢' */
.icon-down-dir:before { content: '\e816'; } /* 'Ã® â€“' */
.icon-up-dir:before { content: '\e817'; } /* 'Ã® â€”' */
.icon-doc-text:before { content: '\e818'; } /* 'Ã® Ëœ' */
.icon-locked:before { content: '\e819'; } /* 'Ã® â„¢' */
.icon-printer:before { content: '\e81a'; } /* 'Ã® Å¡' */
.icon-audio-01:before { content: '\e820'; } /* 'Ã®  ' */
.icon-consultez:before { content: '\e821'; } /* 'Ã® Â¡' */
.icon-telechergez:before { content: '\e823'; } /* 'Ã® Â£' */
@charset "UTF-8";
/***** Online Editor *****/
.ezxmltext-field p {
  line-height: 1.4em;
  margin-bottom: 0;
  padding: 0 0 10px 0;
  text-align: justify; }

.ezxmltext-field p[align=center] {
  text-align: center; }

.ezxmltext-field p[align=left] {
  text-align: left; }

.ezxmltext-field p[align=right] {
  text-align: right; }

.ezxmltext-field strong {
  font-weight: 600; }

.ezxmltext-field h2 a {
  color: #ca061d;
  text-decoration: none; }

.ezxmltext-field h2 a:hover {
  text-decoration: underline; }

.ezxmltext-field h2 {
  margin: 0;
  padding-top: 16px;
  /* Padding et non margin pour ne pas que Ã§a s'annuleavec ce qu'il y a au dessus */
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #189DD5;
  font-size: 174%; }

.ezxmltext-field h3 {
  margin: 0;
  padding-top: 14px;
  /* Padding et non margin pour ne pas que Ã§a s'annuleavec ce qu'il y a au dessus */
  margin-bottom: 13px;
  line-height: 1.2em;
  font-weight: 600;
  font-size: 128%;
  color: #0E2C42; }

.ezxmltext-field h4 {
  margin-top: 10px;
  font-size: 111%; }

.ezxmltext-field h5 {
  margin-top: 10px;
  font-size: 110%; }

/* Listes Ãƒ  puces */
.ezxmltext-field ul, .ezxmltext-field ol {
  margin-bottom: 15px;
  padding: 0; }
  .ezxmltext-field ul:last-child, .ezxmltext-field ol:last-child {
    margin-bottom: 0; }

.ezxmltext-field ul li {
  padding-bottom: 8px;
  line-height: 1.2em;
  overflow: hidden;
  position: relative;
  padding-left: 16px;
  text-align: justify; }
  .ezxmltext-field ul li:last-child {
    padding-bottom: 0; }
  .ezxmltext-field ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #0E2C42;
    position: absolute;
    border-radius: 100%;
    left: 0;
    top: 7px; }

.ezxmltext-field ol li {
  overflow: hidden; }
  .ezxmltext-field ol li:last-child {
    padding-bottom: 0; }

.ezxmltext-field ul ul, .ezxmltext-field ol ol {
  padding: 6px 0 0px 6px;
  margin-left: 0;
  margin-top: 0; }

.ezxmltext-field ul ul li {
  padding: 0 0 3px 10px; }
  .ezxmltext-field ul ul li:before {
    top: 8px;
    width: 5px;
    height: 5px; }

.ezxmltext-field ol ol li {
  /* A COMPLETER */ }

/* Liens */
.ezxmltext-field a {
  text-decoration: underline !important; }

.ezxmltext-field a:hover {
  text-decoration: none !important; }

/* Par dÃƒÂ©faut */
.ezxmltext-field .object-left {
  float: left;
  padding: 0 20px 5px 0; }

.ezxmltext-field div.object-left img {
  margin: 0 !important; }

.ezxmltext-field .object-right {
  float: right;
  padding: 0 0 5px 20px; }

.ezxmltext-field div.object-right img {
  margin: 0 !important; }

.ezxmltext-field .text-right {
  text-align: right; }

.ezxmltext-field .text-justify {
  text-align: justify; }

.ezxmltext-field div a img {
  margin-bottom: 0 !important; }

.ezxmltext-field .object-center, .ezxmltext-field .text-center {
  padding-bottom: 15px;
  text-align: center; }

.ezxmltext-field div.object-center img {
  margin: 0 !important; }

.ezxmltext-field img {
  float: none !important;
  display: inline !important;
  bottom: 0 !important;
  margin: 0 !important;
  vertical-align: top;
  max-width: 100%; }

.ezxmltext-field .attribute-image p {
  padding: 0;
  margin-bottom: 5px; }

.ezxmltext-field .object-center .attribute-image p {
  text-align: center; }

.ezxmltext-field .attribute-caption {
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  font-style: italic !important; }

.ezxmltext-field .attribute-caption p {
  line-height: 1.3em;
  padding: 0; }

.ezxmltext-field .object-center .attribute-caption p {
  text-align: center; }

.ezxmltext-field .object-center .attribute-caption {
  max-width: 100%; }

.ezxmltext-field .attribute-caption * {
  font-size: 11px !important; }

/* Tableaux */
.ezxmltext-field table {
  border-top: 1px solid #343434;
  border-left: 1px solid #343434;
  margin-bottom: 10px; }

.ezxmltext-field th, .ezxmltext-field th p {
  background-color: #343434;
  color: white;
  font-weight: bold !important; }

.ezxmltext-field table {
  border-collapse: collapse; }

.ezxmltext-field td, .ezxmltext-field th {
  border-right: 1px solid #343434;
  border-bottom: 1px solid #343434;
  padding: 8px; }

.ezxmltext-field td p, .ezxmltext-field th p {
  padding: 0 !important;
  margin: 0; }

/**************************/
/*** Messages d'erreur ***/
div.message-confirmation, div.message-feedback, div.message-warning, div.message-error {
  margin: 0 0 20px 0 !important;
  padding: 10px !important;
  border: 1px solid #000000 !important;
  background-color: #f8f8f4 !important; }

div.message-confirmation li, div.message-feedback li, div.message-warning li, div.message-error li {
  display: block !important;
  float: none !important; }

div.message-confirmation p, div.message-feedback p, div.message-warning p, div.message-error p {
  margin-bottom: 5px !important;
  padding: 0 !important; }

div.box-content div.message-confirmation, div.box-content div.message-feedback, div.box-content div.message-warning, div.box-content div.message-error {
  margin-top: 0 !important;
  padding: 0.25em 0.5em 0.25em 0.5em !important;
  border: none !important;
  background-color: transparent; }

div.message-feedback {
  border-color: #7ed376 !important;
  color: green !important; }

div.message-feedback p.message-title {
  color: green !important;
  font-weight: bold !important; }

div.message-feedback h2 {
  padding: 0.25em 0.5em 0.5em 2.5em !important; }

div.message-warning {
  border-color: #FF8C00 !important;
  color: #FF8C00 !important; }

div.message-warning p.message-title {
  color: #FF8C00 !important;
  font-weight: bold !important; }

div.message-warning h2 {
  padding: 0.25em 0.5em 0.5em 2.5em !important; }

div.message-error {
  border-color: red !important;
  color: red !important; }

div.message-error-credentials {
  margin: 0 !important; }

div.message-error p.message-title {
  color: red !important;
  font-weight: bold !important; }

div.message-error .message-error-field {
  font-weight: bold !important; }

div.message-error h2 {
  padding: 0.25em 0.5em 0.5em 2.5em !important; }

/* On cache l'heure */
div.message-feedback span.time, div.message-warning span.time, div.message-error span.time {
  display: none !important;
  font-size: 0.8em !important;
  margin-top: 0.15em !important;
  float: right !important; }

label.message-error, legend.message-error {
  color: red !important; }

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

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(/bundles/ayalinecollectivite/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(/bundles/ayalinecollectivite/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(/bundles/ayalinecollectivite/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(/bundles/ayalinecollectivite/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(/bundles/ayalinecollectivite/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(/bundles/ayalinecollectivite/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(/bundles/ayalinecollectivite/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
@charset "UTF-8";
/*@import url("https://fonts.googleapis.com/css?family=Roboto:400,900,700,500,300");*/
/*@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700");*/
.ezxmltext-field,
.introduction p,
.savoir-plus div h4,
.documents li .document-title,
.menu-type-1 li,
.download-list li .title-download,
.bloc-type-2 p,
.bloc-type-2 h4,
.menu-type-2 li,
.bloc-prive .menu-prive ul li,
.bloc-detail-infos ul,
.liste-actus .actu-item p,
.detail-doc &gt; div p,
.bloc-resultats .doc-liste &gt; li p,
.bloc-resultats .doc-liste &gt; li .text-content,
.detail-avis .detail-avis-list li p,
.actualites .row .bloc-actu,
.agenda .row .bloc-actu {
  font-family: "Roboto", sans-serif; }
.ezxmltext-field strong,
.introduction p strong,
.savoir-plus div h4 strong,
.documents li .document-title strong,
.menu-type-1 li strong,
.download-list li .title-download strong,
.bloc-type-2 p strong,
.bloc-type-2 h4 strong,
.menu-type-2 li strong,
.bloc-prive .menu-prive ul li strong,
.bloc-detail-infos ul strong,
.liste-actus .actu-item p strong,
.detail-doc &gt; div p strong,
.bloc-resultats .doc-liste &gt; li p strong,
.bloc-resultats .doc-liste &gt; li .text-content strong,
.detail-avis .detail-avis-list li p strong,
.actualites .row .bloc-actu strong,
.agenda .row .bloc-actu strong {
  font-family: "Roboto", sans-serif; }

.flexslider {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  margin: 0; }

.clear-fix {
  clear: both; }

.h2-home-theme {
  font-size: 256%;
  text-transform: uppercase;
  font-weight: 300; }
.h2-home-theme span {
  font-weight: 700;
  font-family: "Roboto", sans-serif; }

*:focus {
  outline: none; }

a:hover, a:focus {
  opacity: 0.6;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 280ms ease-out;
  -moz-transition: all 280ms ease-out;
  -o-transition: all 280ms ease-out;
  transition: all 280ms ease-out; }

ul {
  padding: 0; }
ul li {
  list-style: none; }

strong, label {
  font-weight: 700;
  font-family: "Roboto", sans-serif; }

.fitted a:hover {
  opacity: 1; }

.fitted:hover, .fitted:focus {
  opacity: 0.7;
  cursor: pointer; }

.audio-file {
  text-transform: uppercase;
  position: relative;
  padding-left: 34px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 76%; }
.audio-file:before {
  font-family: "font-face";
  content: '\e820';
  font-size: 21px;
  font-weight: 100;
  position: absolute;
  left: 0;
  top: -9px; }

.visit {
  text-transform: uppercase;
  position: relative;
  padding-left: 50px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 76%; }
.visit:before {
  font-family: "font-face";
  content: '\e821';
  font-size: 18px;
  font-weight: 100;
  position: absolute;
  left: 8px;
  top: -5px; }

.browse {
  text-transform: uppercase;
  position: relative;
  padding-left: 34px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 76%; }
.browse:before {
  font-family: "font-face";
  content: '\e818';
  font-size: 21px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: -9px; }

span.download:before {
  font-family: "font-face";
  content: '\e823';
  display: block;
  position: absolute;
  left: 0;
  font-size: 21px;
  bottom: 2px;
  line-height: 25px; }

span.download {
  display: block;
  position: relative;
  padding-left: 27px;
  text-align: left; }
span.download span {
  display: block;
  line-height: 12px; }
span.download .file-type {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px; }
span.download .file-size {
  font-size: 86%; }

.voir-plus {
  color: #0b0a10;
  font-size: 100%;
  font-weight: 400;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: #0b0a10;
  padding: 7px 10px;
  position: relative;
  height: 33px;
  display: inline-block;
  line-height: 20px; }

.red-title {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 125%;
  text-transform: uppercase;
  padding: 6px 17px 2px 17px;
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 12px;
  height: 28px; }

.red-title:after {
  content: "";
  position: absolute;
  border-bottom: 28px solid transparent;
  border-left-width: 18px;
  border-left-style: solid;
  top: 0px;
  right: -18px;
  z-index: 1; }

/* Cachons la case Ã&nbsp; cocher */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }
[type="checkbox"]:not(:checked):focus + label:before,
[type="checkbox"]:checked:focus + label:before {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

/* on prÃ©pare le label */
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  /* permet de positionner les pseudo-Ã©lÃ©ments */
  padding-left: 25px;
  /* fait un peu d'espace pour notre case Ã&nbsp; venir */
  cursor: pointer;
  /* affiche un curseur adaptÃ© */ }

/* Aspect des checkboxes */
/* :before sert Ã&nbsp; crÃ©er la case Ã&nbsp; cocher */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: -9px;
  top: 1px;
  width: 16px;
  height: 15px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #8c8c8c; }

/* Aspect gÃ©nÃ©ral de la coche */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: 'âœ”';
  position: absolute;
  left: -7px;
  top: 0;
  font-weight: 300;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 100%;
  line-height: 18px; }

/* Aspect si "pas cochÃ©e" */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  /* coche invisible */
  transform: scale(0);
  /* mise Ã&nbsp; l'Ã©chelle Ã&nbsp; 0 */ }

/* Aspect si "cochÃ©e" */
[type="checkbox"]:checked + label:after {
  opacity: 1;
  /* coche opaque */
  transform: scale(1);
  /* mise Ã&nbsp; l'Ã©chelle 1:1 */ }

/* aspect dÃ©sactivÃ©e */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

/* styles de la coche (si cochÃ©e/dÃ©sactivÃ©e) */
[type="checkbox"]:disabled:checked + label:after {
  color: #999; }

/* on style aussi le label quand dÃ©sactivÃ© */
[type="checkbox"]:disabled + label {
  color: #aaa; }

input[type="radio"]:not(:checked), input[type="radio"]:checked {
  left: -9999px; }
input[type="radio"]:not(:checked):focus + label:before, input[type="radio"]:checked:focus + label:before {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

input[type="radio"] + label {
  display: block;
  margin: 2px;
  padding-left: 39px; }

input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: -5px; }

input[type="radio"] + label:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 1px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

input[type="radio"]:disabled + label:before {
  background-color: #fff;
  border: 1px solid #d8d8d8; }

header .recherche .form-search {
  position: relative;
  min-width: 330px;
  display: table-cell;
  vertical-align: top; }
header .recherche .form-search:after {
  content: '';
  height: 1px;
  width: 89%;
  color: #FFF;
  position: relative;
  display: block;
  background-color: #FFF;
  margin-left: 13px; }
header .recherche input[type='text'] {
  width: 100%;
  height: 32px;
  border: 0;
  line-height: 18px;
  font-size: 125%;
  color: #FFF;
  padding: 0 48px 0 13px;
  background: none;
  outline: none; }
header .recherche .link-search {
  background: url("/bundles/ayalinecollectivite/images/loop.png") 50% 50% no-repeat;
  width: 34px;
  height: 32px;
  margin-left: 27px;
  margin-right: 2px;
  margin-top: -1px; }
header .recherche .loupe {
  background-image: url("/bundles/ayalinecollectivite/images/loop.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 0;
  margin-top: 0;
  position: absolute;
  text-indent: -99999px;
  width: 23px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: transparent;
  z-index: 2000; }
header .recherche .loupe:hover, header .recherche .loupe:focus {
  opacity: 0.6; }
header .recherche label {
  text-transform: uppercase;
  color: #FFF;
  display: table-cell !important;
  vertical-align: bottom;
  font-size: 140%;
  padding-right: 14px;
  padding-top: 11px; }
header .translate {
  /* .goog-te-gadget-icon{
  background-image: url(/bundles/ayalinecollectivite/images/te_ctrl3.png)!important;
  background-position: -83px 0px !important;
  width: 22px;
  height: 23px;
  margin-right: 10px;
}*/ }
header .translate .goog-te-gadget-simple .goog-te-menu-value span {
  color: #a8a9aa;
  font-size: 115%;
  font-weight: 300; }
header .translate .goog-te-gadget-simple .goog-te-menu-value:hover {
  text-decoration: none; }
header .translate .goog-te-gadget-simple {
  border: 1px solid #d6d6d6;
  height: 32px;
  line-height: 25px; }
header .translate .goog-te-menu-value span:first-of-type {
  padding-right: 20px; }
header .translate .goog-te-menu-value span:last-of-type {
  font-size: 100%;
  color: #000 !important; }
header .header-top {
  padding: 10px 0 8px 0; }
header .header-top h1 {
  margin: 0;
  display: inline; }
header .header-top .logo {
  float: left;
  margin: 0;
  padding-right: 45px;
  font-size: 90%;
  font-weight: 700;
  font-family: "Roboto", sans-serif; }
header .header-top .logo img {
  margin: 0; }
header .header-top .logo &gt; span {
  display: inline-block;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 68px;
  height: 68px;
  line-height: 71px;
  margin-left: 17px; }
header .header-top .logo &gt; span &gt; span {
  display: inline-block;
  color: #fff;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
header .header-top .subtitle-header {
  float: left;
  margin: 23px 0 14px 36px; }
header .header-top .subtitle-header p {
  text-transform: uppercase;
  color: #FFF;
  line-height: 30px;
  font-size: 165%; }
header .header-top .subtitle-header p span {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 127%;
  letter-spacing: 2px; }
header .header-top .bloc-right {
  padding: 45px 45px 0 0;
  float: right;
  /* all */
  /* firefox 19+ */
  /* ie */ }
header .header-top .bloc-right input::-webkit-input-placeholder {
  color: #FFF;
  font-size: 125%;
  font-weight: 400;
  opacity: 0.5; }
header .header-top .bloc-right input::-moz-placeholder {
  color: #FFF;
  font-size: 125%;
  font-weight: 400;
  opacity: 0.5; }
header .header-top .bloc-right input:-ms-input-placeholder {
  color: #FFF;
  font-size: 125%;
  font-weight: 400;
  opacity: 0.5; }
header .header-top .bloc-right input:-moz-placeholder {
  color: #FFF;
  font-size: 125%;
  font-weight: 400;
  opacity: 0.5; }
header .header-top .bloc-right &gt; li {
  float: left;
  list-style: none;
  padding-right: 29px;
  position: relative; }
header .header-top .bloc-right li:last-child {
  padding-right: 0; }
header .header-top .bloc-right .social-media ul {
  padding: 0; }
header .header-top .bloc-right .social-media li {
  padding-right: 10px; }
header .header-top .bloc-right .social-media li:last-child {
  padding-right: 0; }
header .header-top .bloc-right .social-media a {
  background-color: #757575;
  border-radius: 50%;
  color: #fff;
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  position: relative; }
header .header-top .bloc-right .social-media a img {
  float: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
header .header-top .bloc-right .social-media a i {
  line-height: 39px; }
header .header-top .bloc-right .social-media a .icon-facebook {
  font-size: 115%; }
header .header-top .bloc-right .social-media a .icon-youtube {
  font-size: 22px; }
header .navbar-default {
  background: #FFF;
  border: none;
  margin-bottom: 0;
  min-height: 7px; }
header .navbar-default .navbar-collapse {
  padding: 0;
  border: none; }
header .navbar-default .mobile-toggle {
  display: none; }
header .navbar-default .title-menu {
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  font-size: 115%;
  float: left;
  position: absolute;
  left: -74px;
  top: 4px; }
header .navbar-default .navbar-header {
  margin-top: -52px;
  display: inline-block;
  float: right; }
header .navbar-default .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px; }
header .navbar-default .navbar-toggle {
  border: none;
  border-radius: 0;
  padding: 0;
  margin-right: 15px; }
header .navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
  width: 37px;
  height: 4px; }
header .navbar-default .navbar-toggle:hover,
header .navbar-default .navbar-toggle:focus {
  background-color: transparent; }
header .navbar-default .navbar-left {
  display: table;
  float: none !important;
  width: 100%; }
header .navbar-default .navbar-left li.active &gt; a span {
  color: #fff; }
header .navbar-default .navbar-left li {
  position: inherit; }
header .navbar-default .navbar-left li a {
  color: #000;
  font-size: 141%;
  text-transform: uppercase;
  padding: 0 21px 0 20px;
  line-height: 20px;
  position: relative; }
header .navbar-default .navbar-left li a span {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  display: block; }
header .navbar-default .navbar-left li:last-child a {
  padding-right: 0; }
header .navbar-default .navbar-left li:last-child a:after {
  content: none; }
header .navbar-default .navbar-left li:first-child a {
  padding-left: 0; }
header .navbar-default .navbar-left &gt; li {
  display: table-cell;
  vertical-align: middle;
  float: none; }
header .navbar-default .navbar-left &gt; li .menu-wrap {
  line-height: 1.2em;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 2px; }
header .navbar-default .navbar-left &gt; li &gt; a {
  height: 70px;
  display: table;
  width: 100%; }
header .navbar-default .navbar-left &gt; li &gt; a:before {
  content: '';
  position: absolute;
  bottom: -6px;
  width: 100%;
  border: none;
  height: 6px;
  left: 0;
  z-index: 200; }
header .navbar-default .navbar-left a:hover {
  opacity: 0.6; }
header .navbar-default .navbar-left &gt; li:hover &gt; a:before {
  content: '';
  position: absolute;
  border-bottom: 9px solid #202328;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0; }
header .navbar-default .navbar-left &gt; li &gt; a:after {
  content: '';
  position: absolute;
  background-color: #e0deda;
  right: 0;
  margin: auto;
  width: 1px;
  height: 29px;
  top: 0;
  bottom: 0; }
header .navbar-default .navbar-left &gt; li:nth-child(n):hover &gt; a:before {
  background-color: transparent; }
header .navbar-default .navbar-left &gt; li:hover .dropdown-menu, header .navbar-default .navbar-left &gt; li:focus .dropdown-menu {
  visibility: visible;
  opacity: 1; }
header .navbar-default .navbar-left .dropdown-menu {
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  font-size: inherit;
  padding: 24px 0;
  box-shadow: none;
  border: none;
  min-height: 210px;
  display: block;
  visibility: hidden;
  opacity: 0;
  margin-top: -10px; }
header .navbar-default .navbar-left .dropdown-menu .row {
  margin-right: -20px;
  margin-left: -20px; }
header .navbar-default .navbar-left .dropdown-menu .col-md-4 {
  padding-right: 20px;
  padding-left: 20px; }
header .navbar-default .navbar-left .dropdown-menu a:hover {
  opacity: 0.6; }
header .navbar-default .navbar-left .dropdown-menu .level-1 {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
  -webkit-column-gap: 40px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 40px;
  /* Firefox */
  column-gap: 40px; }
header .navbar-default .navbar-left .dropdown-menu .level-1 &gt; li:last-child &gt; .level-2 {
  border-bottom: 1px solid #FFF; }
header .navbar-default .navbar-left .dropdown-menu .level-1 &gt; li &gt; a {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 100%;
  color: #fff;
  padding: 7px 15px;
  color: #fff;
  margin-bottom: -1px;
  display: block;
  margin-right: 0;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
  /* IE 10+ */ }
header .navbar-default .navbar-left .dropdown-menu .level-1 &gt; li &gt; a:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #FFF;
  left: 0;
  top: 0; }
header .navbar-default .navbar-left .dropdown-menu .level-1 &gt; li &gt; a:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #FFF;
  left: 0;
  bottom: 0; }
header .navbar-default .navbar-left .dropdown-menu .level-1 &gt; li &gt; .level-2 {
  padding: 8px 0;
  border-bottom: 1px solid #FFF;
  margin-bottom: -1px; }
header .navbar-default .navbar-left .dropdown-menu .level-1 &gt; li &gt; .level-2 li:first-child a {
  border-top: none; }
header .navbar-default .navbar-left .dropdown-menu .level-1 &gt; li &gt; .level-2 li a {
  font-weight: 400;
  font-size: 100%;
  color: #fff;
  text-transform: none;
  border-bottom: none;
  border-top: none;
  padding: 3px 15px;
  display: block;
  margin-right: 0; }
header .navbar-default .navbar-right &gt; li {
  color: #fff;
  font-weight: 400;
  padding: 17px 10px 18px 18px; }
header .navbar-default .navbar-right &gt; li &gt; a {
  color: #fff;
  font-size: 115%;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding: 0; }
header .navbar-default .navbar-right &gt; li .mobile-toggle {
  font-size: 20px;
  margin-left: -1px;
  color: #fff;
  display: inline-block;
  cursor: pointer; }
header .navbar-default .navbar-right &gt; li a:hover, header .navbar-default .navbar-right &gt; li a:focus {
  opacity: 1;
  color: #fff; }
header .navbar-default .navbar-right &gt; .dropdown &gt; a:hover, header .navbar-default .navbar-right &gt; .open &gt; a, header .navbar-default .navbar-right &gt; .open &gt; a:hover, header .navbar-default .navbar-right &gt; .open &gt; a:focus {
  color: #fff !important; }
header .navbar-default .navbar-right &gt; li:hover .dropdown-menu {
  display: block; }
header .navbar-default .navbar-right .dropdown-menu {
  color: #fff;
  margin-top: -1px;
  left: 0;
  min-width: 100%;
  border-radius: 0;
  border: 0;
  margin-top: -13px;
  padding-top: 0;
  padding-bottom: 20px; }
header .navbar-default .navbar-right .dropdown-menu a:hover {
  opacity: 0.6; }
header .navbar-default .navbar-right .dropdown-menu a {
  color: #fff;
  position: relative;
  font-weight: 400;
  padding: 4px 12px; }
header .navbar-default .navbar-right .dropdown-menu li a:before {
  content: '\e809';
  font-family: "font-face";
  font-size: 97%;
  border: none;
  top: 4px;
  left: 14px;
  margin-right: 5px; }
header .navbar-default .navbar-right .dropdown-menu a:hover, header .navbar-default .navbar-right .dropdown-menu a:focus {
  background-color: transparent; }
header .navbar-default:after {
  content: '';
  height: 10px;
  width: 100%;
  position: relative; }

#bloc-focus .h2-focus-theme {
  overflow: hidden;
  padding-right: 23px;
  position: relative;
  display: inline-block;
  margin: 0;
  float: left;
  font-size: 115%; }
#bloc-focus .h2-focus-theme a {
  z-index: 1;
  position: relative; }
#bloc-focus .h2-focus-theme span {
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  display: inline-block;
  margin: 0;
  float: left;
  padding: 13px 12px 9px 12px;
  font-size: 147%; }
#bloc-focus #slideFocus {
  position: relative; }
#bloc-focus #slideFocus .flex-viewport {
  width: 74.2%; }
#bloc-focus #slideFocus .slides li a {
  color: #fff;
  font-size: 129%;
  font-weight: 400;
  display: table;
  min-height: 48px;
  height: 48px;
  padding-left: 0;
  padding-top: 3px; }
#bloc-focus #slideFocus .slides li a span {
  display: table-cell;
  vertical-align: middle;
  line-height: 20px;
  font-weight: 400; }
#bloc-focus #slideFocus .slide-count {
  position: absolute;
  right: 47px;
  color: #FFF;
  width: 40px;
  height: 48px;
  margin: -21px 0px 0px;
  top: 50%;
  font-size: 120%;
  text-align: center;
  line-height: 45px; }
#bloc-focus #slideFocus .slide-count span {
  color: #fff;
  font-weight: 700;
  font-family: "Roboto", sans-serif; }
#bloc-focus #slideFocus .flex-direction-nav .flex-prev {
  left: auto;
  opacity: 1;
  right: 56px;
  top: 50%;
  margin-top: -16px; }
#bloc-focus #slideFocus .flex-direction-nav .flex-next {
  right: 38px;
  opacity: 1;
  top: 50%;
  margin-top: -16px; }
#bloc-focus #slideFocus .flex-direction-nav a.flex-next:before {
  content: '';
  font-size: 27px;
  color: #fff;
  text-shadow: none;
  background: url("/bundles/ayalinecollectivite/images/arrow-next.png");
  width: 15px;
  height: 27px; }
#bloc-focus #slideFocus .flex-direction-nav a.flex-prev:before {
  content: '';
  font-size: 27px;
  color: #fff;
  text-shadow: none;
  background: url("/bundles/ayalinecollectivite/images/arrow-next.png");
  width: 15px;
  height: 27px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
#bloc-focus .flexslider:hover .flex-prev {
  opacity: 1;
  left: 0; }
#bloc-focus .flexslider:hover .flex-next {
  opacity: 1;
  right: 0; }

#slideshowId {
  overflow: hidden; }
#slideshowId .slides img {
  width: 100%;
  height: auto; }
#slideshowId .wrapper {
  position: absolute;
  bottom: 85px;
  width: 100%; }
#slideshowId .wrapper .caption {
  display: inline-block;
  position: relative;
  overflow: hidden;
  opacity: 0.9; }
#slideshowId .wrapper .caption span.title-caption {
  color: #FFF;
  position: relative;
  display: inline-block;
  padding: 0 25px 0 13px;
  margin-left: 25px;
  line-height: 34px;
  font-size: 140%; }
#slideshowId .wrapper .caption span.title-caption:after {
  content: '';
  position: absolute;
  left: 25px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 15px 0 0;
  border-right-color: transparent;
  z-index: 200; }
#slideshowId .wrapper .caption .caption-txt-theme {
  width: 458px;
  height: 140px;
  line-height: 140px;
  padding: 0 30px; }
#slideshowId .wrapper .caption .centred-text {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 158%;
  font-weight: 400;
  line-height: 28px;
  color: #FFF;
  text-transform: uppercase; }
#slideshowId .wrapper .caption .caption-triangle {
  width: 279px;
  height: 279px; }
#slideshowId .wrapper .caption span {
  text-transform: uppercase;
  font-size: 160%;
  display: block;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 41px;
  padding-bottom: 8px; }
#slideshowId .wrapper .caption .text {
  position: relative; }
#slideshowId .flex-control-nav li {
  margin: 0 11px; }
#slideshowId .flex-control-paging li a {
  background-color: #fff;
  width: 17px;
  height: 17px;
  box-shadow: none; }
#slideshowId .flex-control-paging li a.flex-active {
  background-color: #202328; }
#slideshowId .flex-control-nav {
  bottom: 22px;
  z-index: 2; }

.page-interne #slideshowId .slides li:before {
  content: ' ';
  width: 100%;
  height: 15px;
  box-shadow: 0px 21px 13px -21px rgba(0, 0, 0, 0.5) inset;
  z-index: 1;
  position: absolute;
  top: 0; }

#bloc-actualites {
  padding-top: 49px;
  margin-bottom: 38px; }
#bloc-actualites h2 {
  display: inline-block;
  margin: 0; }
#bloc-actualites .voir-plus {
  float: right; }

#eventSlider {
  margin-top: 37px;
  overflow: hidden;
  /*.flex-control-paging .flex-active a:before{
  content: "";
  position: absolute;
  border-top: 25px solid transparent;
  border-right-width: 25px;
  border-right-style: solid;
  bottom: 0;
  left: -25px;
}*/ }
#eventSlider .slides img {
  width: auto;
  display: block;
  height: 100%; }
#eventSlider .col-md-8 {
  padding: 0;
  width: 50%;
  z-index: 0; }
#eventSlider li &gt; div {
  min-height: 519px; }
#eventSlider .flex-caption {
  position: absolute;
  bottom: 0;
  background-color: #343434;
  color: #FFF;
  font-size: 112%;
  padding: 26px 27px 9px 28px;
  width: 100%;
  min-height: 173px; }
#eventSlider .flex-caption time {
  font-family: "Roboto", sans-serif;
  font-size: 116%; }
#eventSlider .flex-caption h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-top: 0;
  line-height: 23px;
  font-size: 144%;
  margin-bottom: 13px; }
#eventSlider .flex-caption a {
  font-weight: 400;
  color: #FFF; }
#eventSlider .flex-caption p {
  line-height: 18px;
  font-weight: 400;
  margin-top: 8px;
  font-size: 113%; }
#eventSlider .flexslider-controls {
  overflow: visible !important;
  padding: 0;
  height: 525px;
  width: 50%; }
#eventSlider .flexslider-controls .nicescroll-rails {
  right: 15px !important; }
#eventSlider .flex-control-paging {
  padding: 0;
  margin-bottom: 0; }
#eventSlider .flex-control-paging li {
  margin: 0; }
#eventSlider .flex-control-paging li:last-child {
  border-bottom: none; }
#eventSlider .flex-control-paging li a {
  width: 0;
  height: 0;
  display: block; }
#eventSlider .flex-control-paging .flex-active a {
  opacity: 1;
  color: #fff;
  position: relative; }
#eventSlider .pager {
  height: 173px;
  overflow: hidden; }
#eventSlider .pager .actu-text {
  width: 50%;
  float: left;
  min-height: 100%;
  color: #FFF;
  padding: 18px 27px 9px 27px;
  position: relative; }
#eventSlider .pager .actu-text time {
  font-size: 117%;
  font-family: "Roboto", sans-serif; }
#eventSlider .pager .actu-text h4 {
  line-height: 18px;
  padding-top: 2px;
  font-size: 123%;
  font-family: "Roboto", sans-serif; }
#eventSlider .pager .actu-img {
  width: 50%;
  float: left;
  min-height: 100%;
  height: 173px; }
#eventSlider .pager .actu-img img {
  max-width: 100%;
  width: 100%;
  height: 100%; }
#eventSlider .flex-control-paging &gt; li:nth-child(2n+1) {
  color: #FFF; }
#eventSlider .flex-control-paging &gt; li:nth-child(2n+1) .actu-text:after {
  content: '';
  position: absolute;
  border-left: 21px solid;
  border-bottom: 28px solid transparent;
  border-top: 28px solid transparent;
  right: -20px;
  margin: auto;
  width: 0;
  top: 28px; }
#eventSlider .flex-control-paging &gt; li:nth-child(2n) {
  color: #FFF; }
#eventSlider .flex-control-paging &gt; li:nth-child(2n) .actu-text:after {
  content: '';
  position: absolute;
  border-right: 21px solid;
  border-bottom: 28px solid transparent;
  border-top: 28px solid transparent;
  left: -20px;
  margin: auto;
  width: 0;
  top: 28px; }

#bloc-agenda {
  color: #fff;
  overflow: hidden; }
#bloc-agenda h2 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 18px;
  float: left; }
#bloc-agenda .voir-plus {
  border-color: #fff;
  color: #fff;
  margin-left: 40px;
  margin-top: 37px;
  float: left; }
#bloc-agenda .voir-plus:before {
  border-color: #fff transparent transparent transparent; }
#bloc-agenda .dates-retenir {
  padding-top: 10px;
  padding-bottom: 10px; }
#bloc-agenda .grands-events-wrapper .dark-bg {
  padding-bottom: 0;
  padding-top: 10px;
  overflow: hidden; }
#bloc-agenda .grands-events-wrapper .grands-events {
  padding: 0;
  margin-bottom: 29px;
  display: table;
  padding-top: 40px;
  /* li:nth-child(3n+1) {
  background-color: #000;
  opacity: 0.9;
}
li:nth-child(3n+2){
  background-color: #000;
  opacity: 0.9;
}
li:nth-child(3n+3){
  background-color: #000;
  opacity: 0.9;
}*/ }
#bloc-agenda .grands-events-wrapper .grands-events li {
  list-style: none;
  display: table;
  position: relative;
  margin-bottom: 20px;
  padding: 0; }
#bloc-agenda .grands-events-wrapper .grands-events div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 4px 0 18px;
  position: absolute;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  max-width: 125px;
  width: 100%; }
#bloc-agenda .grands-events-wrapper .grands-events div h3 {
  font-size: 115%;
  text-transform: uppercase;
  line-height: 16px;
  vertical-align: middle;
  transform: translate(0, -50%);
  position: relative;
  top: 50%;
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-family: "Roboto", sans-serif; }
#bloc-agenda .grands-events-wrapper .grands-events div .decouvrir {
  color: rgba(255, 255, 255, 0.6);
  font-size: 72%;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 6px 15px 4px 9px;
  position: relative;
  margin-top: 36px;
  display: inline-block;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif; }
#bloc-agenda .grands-events-wrapper .grands-events img {
  float: right;
  display: table-cell; }
#bloc-agenda .grands-events-wrapper .billetterie {
  text-transform: uppercase;
  padding: 7px 28px 3px 37px;
  font-size: 125%;
  position: relative;
  margin-left: 24px;
  height: 33px;
  display: inline-block; }
#bloc-agenda .grands-events-wrapper .billetterie::after {
  content: "";
  position: absolute;
  border-bottom: 33px solid transparent;
  border-left: 21px solid #FFF;
  top: 0px;
  right: -21px;
  z-index: 1; }

#slideDates {
  float: left;
  width: 100%;
  margin-top: 40px;
  color: #efeeec;
  margin-bottom: 31px; }
#slideDates .slides {
  transition-duration: 1.2s !important; }
#slideDates .slides li {
  position: relative;
  height: 432px;
  background: #fff; }
#slideDates li {
  margin-right: 27px;
  -webkit-backface-visibility: visible !important; }
#slideDates .date {
  font-size: 190%;
  font-family: "Roboto", sans-serif;
  line-height: 33px; }
#slideDates time {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 190%;
  padding-left: 5px; }
#slideDates .caption {
  background-color: #FFF;
  color: #000;
  padding: 20px 20px 11px 20px;
  min-height: 107px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: auto; }
#slideDates .caption .date-event {
  position: absolute;
  top: -30px;
  left: 24px;
  padding: 0 8px;
  min-width: 67px;
  text-align: center;
  padding: 16px 8px 11px 8px;
  line-height: 14px; }
#slideDates .caption .date-event time {
  color: #FFF;
  font-size: 180%;
  padding-left: 5px; }
#slideDates .caption .date-event .date {
  color: #FFF;
  font-size: 145%;
  line-height: 21px; }
#slideDates .caption .date-event:after {
  content: '';
  position: absolute;
  left: 15px;
  bottom: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 12px 0 0;
  border-right-color: transparent;
  z-index: 200; }
#slideDates .caption h3 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 100%;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0;
  line-height: 11px; }
#slideDates .caption p {
  font-size: 125%;
  font-weight: 400;
  line-height: 17px; }
#slideDates img {
  max-width: 100%;
  display: block;
  max-height: 325px;
  width: 100%; }
#slideDates .lire-suite {
  display: block;
  color: #fff;
  font-size: 115%;
  text-transform: uppercase;
  text-align: right;
  padding: 6px 11px 6px 11px;
  font-weight: 400; }
#slideDates .flex-direction-nav a:hover,
#slideDates .flex-direction-nav a:focus {
  opacity: 0.6; }
#slideDates .flex-direction-nav .flex-prev {
  left: auto;
  right: 45px;
  opacity: 1;
  top: -57px;
  width: 19px;
  height: 45px; }
#slideDates .flex-direction-nav .flex-next {
  left: auto;
  right: 0;
  opacity: 1;
  top: -57px;
  width: 19px;
  height: 45px; }
#slideDates .flex-direction-nav .flex-disabled {
  opacity: 0.6 !important;
  filter: alpha(opacity=0.6);
  cursor: default;
  pointer-events: none; }
#slideDates .flex-direction-nav a.flex-next:before {
  content: '';
  color: #fff;
  font-size: 46px;
  line-height: 47px;
  text-shadow: none;
  width: 15px;
  height: 27px;
  background: url("/bundles/ayalinecollectivite/images/arrow-next.png"); }
#slideDates .flex-direction-nav a.flex-prev:before {
  content: '';
  color: #fff;
  font-size: 46px;
  line-height: 47px;
  text-shadow: none;
  width: 15px;
  height: 27px;
  background: url("/bundles/ayalinecollectivite/images/arrow-next.png");
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

#bloc-acces-rapide {
  padding: 8px 0 29px 0;
  background-color: #efeeec; }
#bloc-acces-rapide .h2-home-theme {
  color: #343434; }
#bloc-acces-rapide .acces-rapide {
  padding: 23px 0 0 0;
  margin-left: -28px;
  margin-right: -28px; }
#bloc-acces-rapide .acces-rapide li {
  list-style: none;
  display: inline-block;
  min-height: 114px;
  vertical-align: bottom;
  position: relative;
  margin: 0 19px 11px;
  min-width: 93px;
  text-align: center;
  min-height: 150px; }
#bloc-acces-rapide .acces-rapide li a {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #000;
  text-transform: uppercase;
  display: block; }
#bloc-acces-rapide .acces-rapide li a .img-wrapper {
  background: #343434;
  display: inline-block;
  border-radius: 50%;
  width: 102px;
  height: 102px;
  position: relative; }
#bloc-acces-rapide .acces-rapide li a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
#bloc-acces-rapide .acces-rapide li a span {
  color: #8f8e8d;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 95%;
  line-height: 14px;
  margin-top: 15px; }
#bloc-acces-rapide .acces-rapide li a:hover {
  opacity: 1; }
#bloc-acces-rapide .acces-rapide li:last-child {
  margin-right: 0; }

.download-pub {
  padding-top: 8px;
  display: block; }
.download-pub .download {
  float: none; }

.feuillter-theme {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 115%;
  text-transform: uppercase;
  margin-top: 2px;
  display: block; }

#bloc-medias {
  padding-top: 10px;
  padding-bottom: 44px;
  overflow: hidden; }
#bloc-medias .images-row {
  margin-top: 28px; }
#bloc-medias .col-md-9 {
  width: 78.52%; }
#bloc-medias .col-md-9 .main-video {
  padding: 0;
  margin-top: 24px;
  margin-bottom: 43px; }
#bloc-medias .col-md-3 {
  width: 21.48%; }
#bloc-medias .voir-plus:after {
  border-color: #efeeec transparent transparent transparent; }
#bloc-medias .img-wrap {
  position: relative;
  height: 262px; }
#bloc-medias .img-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  overflow: hidden; }
#bloc-medias .img-wrap .play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
  height: auto; }
#bloc-medias .main-video h3 {
  font-weight: 400;
  color: #000;
  font-size: 172%;
  margin-top: 16px; }
#bloc-medias .main-video .label-top {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 1px 17px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 129%;
  min-width: 115px; }
#bloc-medias .main-video .label-top:after {
  content: "";
  position: absolute;
  border-bottom: 28px solid transparent;
  border-left-width: 18px;
  border-left-style: solid;
  top: 0px;
  right: -18px;
  z-index: 1; }
#bloc-medias .video-list {
  margin-top: 18px;
  margin-bottom: 30px;
  float: left;
  margin-left: -5px;
  margin-right: -5px; }
#bloc-medias .video-list li {
  padding-left: 5px;
  padding-right: 5px; }
#bloc-medias .video-list li:last-child {
  margin-right: 0; }
#bloc-medias .video-list h3 {
  font-weight: 400;
  color: #000;
  font-size: 115%;
  text-transform: uppercase;
  margin-top: 7px;
  line-height: 18px; }
#bloc-medias .publications .pub {
  margin-bottom: 17px;
  margin-top: 25px; }
#bloc-medias .publications .pub img {
  margin-bottom: 15px; }
#bloc-medias .publications .pub &gt; div {
  overflow: hidden; }
#bloc-medias .publications .pub h5 {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 100%;
  text-transform: uppercase;
  margin-top: 0;
  line-height: 16px;
  margin-bottom: 0; }
#bloc-medias .publications .pub h3 {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 100%;
  text-transform: uppercase;
  margin-top: 0;
  line-height: 16px;
  margin-bottom: 0; }
#bloc-medias .publications .pub span.date {
  font-weight: 300;
  display: block; }
#bloc-medias .publications .pub span.num {
  font-family: "Roboto", sans-serif;
  font-size: 213%;
  display: block;
  line-height: 30px; }
#bloc-medias .photos {
  margin-top: 24px;
  padding: 0; }
#bloc-medias .photos ul {
  display: table;
  margin-bottom: 23px;
  text-align: center; }
#bloc-medias .photos ul li {
  max-width: 192px;
  display: inline-block;
  overflow: hidden; }
#bloc-medias .photos ul img {
  width: 100%; }
#bloc-medias .photos ul img.play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 48px;
  height: auto; }
#bloc-medias .photos .col-xs-6 {
  padding: 0; }

#bloc-voir-aussi {
  background-color: #efeeec;
  padding: 4px 0 47px 0;
  position: relative; }
#bloc-voir-aussi h2 {
  margin-bottom: 20px;
  margin-top: 40px; }
#bloc-voir-aussi:after {
  content: '';
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 0; }
#bloc-voir-aussi ul {
  margin-bottom: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  width: 100%;
  padding-top: 25px; }
#bloc-voir-aussi ul li {
  border-top: 1px solid #dddcdc;
  display: inline-block;
  width: 100%; }
#bloc-voir-aussi ul li:after {
  content: '';
  opacity: 0.6; }
#bloc-voir-aussi ul li a {
  font-weight: 400;
  color: #343434;
  font-size: 115%;
  text-transform: uppercase;
  display: block;
  padding: 9px 0;
  border-bottom: 1px solid #dddcdc;
  margin-bottom: -1px; }
#bloc-voir-aussi ul li a:hover {
  opacity: 0.6; }
#bloc-voir-aussi ul li:last-child {
  border-bottom: 1px solid #dddcdc; }

footer {
  background-color: #202328;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  /* Cachons la case Ã&nbsp; cocher */
  /* on prÃ©pare le label */
  /* Aspect des checkboxes */
  /* :before sert Ã&nbsp; crÃ©er la case Ã&nbsp; cocher */
  /* Aspect gÃ©nÃ©ral de la coche */
  /* Aspect si "pas cochÃ©e" */
  /* Aspect si "cochÃ©e" */
  /* aspect dÃ©sactivÃ©e */
  /* styles de la coche (si cochÃ©e/dÃ©sactivÃ©e) */
  /* on style aussi le label quand dÃ©sactivÃ© */ }
footer .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 0;
  text-align: center;
  margin-bottom: 20px;
  /* all */
  /* firefox 19+ */
  /* ie */ }
footer .footer-top .h2-home-theme {
  display: inline-block;
  vertical-align: top; }
footer .footer-top h3 {
  font-size: 125%;
  font-family: "Roboto", sans-serif; }
footer .footer-top form {
  margin-top: 20px;
  display: inline-block; }
footer .footer-top .form-group-inline {
  margin-top: 6px; }
footer .footer-top .form-control {
  display: inline-block;
  width: auto;
  height: 40px;
  width: 251px;
  margin-right: 8px; }
footer .footer-top .form-group {
  padding: 0 0 13px 0;
  float: none;
  display: inline-block; }
footer .footer-top input::-webkit-input-placeholder {
  color: rgba(32, 35, 40, 0.5);
  font-size: 100%;
  font-weight: 400; }
footer .footer-top input::-moz-placeholder {
  color: rgba(32, 35, 40, 0.5);
  font-size: 100%;
  font-weight: 400; }
footer .footer-top input:-ms-input-placeholder {
  color: rgba(32, 35, 40, 0.5);
  font-size: 100%;
  font-weight: 400; }
footer .footer-top input:-moz-placeholder {
  color: rgba(32, 35, 40, 0.5);
  font-size: 100%;
  font-weight: 400; }
footer .footer-top label {
  text-transform: none;
  font-size: 115%; }
footer .footer-top .form-control {
  border-radius: 0;
  border: none; }
footer .footer-top .checkbox-inline {
  padding-left: 24px;
  padding-right: 12px; }
footer .footer-top .btn-default {
  font-family: "Roboto", sans-serif;
  color: #FFF;
  border: none;
  border-radius: 0;
  font-size: 140%;
  padding: 5px 22px 7px 22px;
  margin-top: -1px; }
footer .footer-top .btn-default:hover {
  opacity: 0.6; }
footer .footer-top .voir-plus {
  color: #fff;
  border-color: #fff;
  padding: 7px 22px 10px 11px;
  float: none;
  margin-left: 54px; }
footer .footer-top .voir-plus .arrow {
  top: -2px;
  position: relative; }
footer .footer-content {
  float: left;
  width: 100%;
  padding-top: 22px;
  padding-bottom: 22px; }
footer .footer-content .col-md-4 {
  padding: 0; }
footer .footer-content .logo-footer {
  margin-bottom: 25px;
  display: table; }
footer .footer-content .logo-footer img {
  display: table-cell; }
footer .footer-content .logo-footer p {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 125%; }
footer .footer-content .adresse, footer .footer-content .horaire {
  font-weight: 400;
  margin-top: 21px;
  line-height: 18px;
  text-transform: none;
  font-size: 110%; }
footer .footer-content .horaire {
  margin-top: 18px; }
footer .footer-content .horaire &gt; a {
  color: #FFF;
  display: inline-block; }
footer .footer-content .horaire &gt; a:hover, footer .footer-content .horaire &gt; a:focus {
  opacity: 0.6; }
footer .footer-content .footer-nav-1 {
  padding: 0 18px 0 16px; }
footer .footer-content .footer-nav-1 li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.3); }
footer .footer-content .footer-nav-1 li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
footer .footer-content .footer-nav-1 li a {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 106%;
  text-transform: uppercase;
  display: block;
  padding: 5px 0; }
footer .footer-content .last-col {
  padding: 0 33px 0 90px; }
footer .footer-content .bloc-meteo {
  margin-top: 5px;
  margin-left: -135px;
  margin-right: -58px; }
footer .footer-content .bloc-meteo ul a {
  color: #fff;
  display: block; }
footer .footer-content .bloc-meteo ul .today .title, footer .footer-content .bloc-meteo ul .today figure {
  display: inline-block;
  vertical-align: top; }
footer .footer-content .bloc-meteo ul .today .title {
  margin-right: 11px;
  font-size: 107%; }
footer .footer-content .bloc-meteo ul .today .deg {
  font-size: 170%; }
footer .footer-content .bloc-meteo ul .today .deg .deg1, footer .footer-content .bloc-meteo ul .today .deg .deg2 {
  line-height: 21px;
  margin-bottom: 10px; }
footer .footer-content .bloc-meteo ul li {
  margin-right: 23px;
  display: inline-block;
  vertical-align: top; }
footer .footer-content .bloc-meteo ul li .title {
  text-align: right;
  font-size: 90%;
  line-height: 16px;
  display: block;
  text-transform: none; }
footer .footer-content .bloc-meteo ul li .deg, footer .footer-content .bloc-meteo ul li img {
  display: inline-block;
  vertical-align: top; }
footer .footer-content .bloc-meteo ul li .deg1, footer .footer-content .bloc-meteo ul li .deg2 {
  display: block;
  text-align: right;
  line-height: 14px;
  margin-bottom: 5px; }
footer .footer-content .footer-nav-2 {
  padding-top: 10px; }
footer .footer-content .footer-nav-2 li a {
  color: #fff;
  font-size: 100%;
  text-transform: uppercase;
  display: block;
  padding: 0 0 3px 0;
  letter-spacing: 2px; }
footer .footer-content .footer-nav-2 .extranet {
  position: relative;
  padding: 0px 0 17px 30px; }
footer .footer-content .footer-nav-2 .extranet a:before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  background: url("/bundles/ayalinecollectivite/images/picto-cadena.png") 50% no-repeat;
  width: 18px;
  height: 19px; }
footer .footer-content .suivez-nous {
  margin-top: 26px; }
footer .footer-content .suivez-nous h2 {
  font-size: 124%;
  margin-top: 10px;
  margin-bottom: 10px; }
footer .footer-content .suivez-nous ul li {
  display: inline-block;
  margin-right: 10px; }
footer .footer-content .suivez-nous ul a {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #202328;
  width: 42px;
  height: 42px;
  display: block;
  text-align: center;
  position: relative; }
footer .footer-content .suivez-nous ul a img {
  float: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
footer .footer-content .suivez-nous ul .icon-facebook {
  font-size: 20px;
  line-height: 48px; }
footer .footer-content .suivez-nous ul .icon-youtube {
  font-size: 25px;
  line-height: 48px; }
footer .footer-bottom {
  float: left;
  width: 100%;
  padding-top: 27px;
  padding-bottom: 35px; }
footer .footer-bottom .copyright li:first-child a {
  padding-left: 0; }
footer .footer-bottom .copyright li:last-child:after {
  content: none; }
footer .footer-bottom .copyright li {
  display: inline-block;
  position: relative; }
footer .footer-bottom .copyright li:after {
  content: "";
  width: 1px;
  height: 9px;
  right: 0;
  top: 6px;
  position: absolute;
  background: rgba(255, 255, 255, 0.6); }
footer .footer-bottom .copyright li a {
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
  font-size: 105%;
  letter-spacing: 0.5px;
  text-transform: none;
  font-family: 'Arial','sans-serif';
  padding: 0 15px; }
footer .footer-bottom .copyright li a img {
  margin-bottom: 8px;
  margin-left: 2px; }
footer [type="checkbox"]:not(:checked),
footer [type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }
footer [type="checkbox"]:not(:checked):hover, footer [type="checkbox"]:not(:checked):focus,
footer [type="checkbox"]:checked:hover,
footer [type="checkbox"]:checked:focus {
  opacity: 0.6; }
footer [type="checkbox"]:not(:checked) + label,
footer [type="checkbox"]:checked + label {
  position: relative;
  /* permet de positionner les pseudo-Ã©lÃ©ments */
  padding-left: 25px;
  /* fait un peu d'espace pour notre case Ã&nbsp; venir */
  cursor: pointer;
  /* affiche un curseur adaptÃ© */ }
footer [type="checkbox"]:not(:checked):hover + label, footer [type="checkbox"]:not(:checked):focus + label,
footer [type="checkbox"]:checked:hover + label,
footer [type="checkbox"]:checked:focus + label {
  opacity: 0.6; }
footer [type="checkbox"]:not(:checked) + label:before,
footer [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: -11px;
  top: -8px;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 1px; }
footer [type="checkbox"]:not(:checked) + label:after,
footer [type="checkbox"]:checked + label:after {
  content: 'âœ”';
  position: absolute;
  top: -8px;
  left: -7px;
  color: #202328;
  font-weight: 100;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 21px;
  line-height: 27px; }
footer [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  /* coche invisible */
  transform: scale(0);
  /* mise Ã&nbsp; l'Ã©chelle Ã&nbsp; 0 */ }
footer [type="checkbox"]:checked + label:after {
  opacity: 1;
  /* coche opaque */
  transform: scale(1);
  /* mise Ã&nbsp; l'Ã©chelle 1:1 */ }
footer [type="checkbox"]:disabled:not(:checked) + label:before,
footer [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }
footer [type="checkbox"]:disabled:checked + label:after {
  color: #999; }
footer [type="checkbox"]:disabled + label {
  color: #aaa; }

#barre-acces {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -116px;
  text-transform: uppercase;
  color: #fff;
  z-index: 9999;
  text-align: center;
  width: 53px; }
#barre-acces strong {
  background-color: #202328;
  font-size: 79%;
  font-family: "Roboto", sans-serif;
  margin-top: 0;
  position: relative;
  padding: 9px 9px 2px 8px;
  display: block; }
#barre-acces strong:after {
  content: '';
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 27px solid transparent;
  border-right: 27px solid transparent;
  border-top: 14px solid #202328;
  bottom: -14px;
  left: 0;
  margin: auto; }
#barre-acces ul {
  margin-top: 21px;
  margin-bottom: 11px; }
#barre-acces ul li a {
  color: #fff;
  font-size: 74%;
  padding: 9px 0 2px 0;
  display: block;
  opacity: 1;
  line-height: 12px; }
#barre-acces ul li a span {
  display: block;
  margin-top: 5px; }
#barre-acces ul li a:hover, #barre-acces ul li a:focus {
  opacity: 0.6; }

.page-interne {
  color: #343434; }
.page-interne h1 {
  font-size: 252%;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #343434;
  margin-bottom: 10px;
  display: block; }
.page-interne .introduction .time {
  font-size: 85%;
  margin-bottom: 5px;
  /*display: block; */ }
.page-interne .introduction.with-link h1 {
  padding-right: 360px; }
.page-interne .introduction h1.with-link {
  padding-right: 360px; }

#breadcrumbs {
  display: inline-block;
  font-size: 100%;
  color: #343434;
  padding: 20px 0 17px 0;
  width: 75%;
  float: left; }
#breadcrumbs strong {
  padding-right: 2px;
  font-family: "Roboto", sans-serif; }
#breadcrumbs a {
  color: #343434; }
#breadcrumbs .dernier {
  display: inline; }

.tools {
  display: inline-block;
  float: right;
  padding: 16px 0 13px 0;
  width: 25%;
  text-align: right; }
.tools ul {
  margin-bottom: 0; }
.tools li {
  display: inline-block;
  padding-left: 5px; }
.tools li a {
  font-family: 'Titillium Web', sans-serif;
  color: #343434;
  font-size: 115%; }
.tools li .zoomEgal {
  font-weight: 300; }
.tools li .zoomOut {
  font-weight: 100; }
.tools li .zoomIn {
  font-family: "Roboto", sans-serif; }
.tools .addthis_toolbox {
  display: inline-flex; }
.tools .addthis_toolbox:hover, .tools .addthis_toolbox:focus {
  opacity: 0.6; }
.tools .addthis_toolbox .addthis_button_compact {
  padding: 0;
  width: 20px; }

.introduction {
  padding: 14px 0 29px 0;
  background-color: #efeeec;
  border: 1px solid #dedede;
  font-size: 133%; }
.introduction .container {
  position: relative; }
.introduction .recherche-form {
  margin-top: 24px; }
.introduction .recherche-form .form-control {
  display: inline-block;
  height: 42px;
  width: 68%;
  margin-right: 8px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ccc;
  max-width: 447px;
  padding: 1px 19px;
  margin-bottom: 7px; }
.introduction .recherche-form .btn-default {
  font-family: "Roboto", sans-serif;
  color: #efeeec;
  border: none;
  border-radius: 0;
  line-height: 16px;
  padding: 13px 16px 12px 16px;
  text-transform: uppercase; }
.introduction .img-desc {
  float: left;
  display: inline-block;
  margin-right: 20px; }
.introduction .voir-plus {
  float: right;
  background-color: #efeeec;
  margin: 24px 27px 0 3px;
  position: absolute;
  right: 0;
  top: 0; }
.introduction .voir-plus:after {
  border-color: #efeeec transparent transparent transparent; }
.introduction h2 {
  font-size: 126%;
  margin-top: -8px;
  margin-bottom: 2px; }
.introduction time {
  font-size: 85%;
  margin-bottom: 5px;
  display: block; }
.introduction p {
  line-height: 24px;
  padding-top: 8px !important;
  text-align: justify;
  font-size: 96%;
  font-weight: 700; }

.content-row {
  padding-top: 51px;
  padding-bottom: 61px; }

.img-desc {
  float: left; }
.img-desc img {
  margin-right: 20px;
  margin-bottom: 20px; }

.contenu-bas {
  padding-top: 10px;
  border-top: 1px solid #dfdfdf;
  overflow: hidden;
  width: 100%;
  float: left; }
.contenu-bas &gt; div &gt; h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 119%;
  margin-bottom: 8px;
  text-transform: uppercase; }

.savoir-plus {
  margin-bottom: 49px; }
.savoir-plus div {
  border: 1px solid #dfdfdf;
  padding: 22px 15px 4px 22px;
  font-size: 103%; }
.savoir-plus div h4 {
  font-size: 109%;
  margin-bottom: 2px;
  margin-top: 0; }
.savoir-plus div p {
  line-height: 20px; }

.documentation {
  margin-bottom: 39px; }

.documents {
  border: 1px solid #e1e1e1;
  background-color: #f8f6f6;
  padding: 0 19px 5px 19px; }
.documents li:last-child {
  border-bottom: none; }
.documents li {
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
  position: relative; }
.documents li &gt; a {
  padding: 10px 0;
  display: table;
  width: 100%; }
.documents li .document-picto {
  vertical-align: middle;
  display: table-cell;
  width: 84px;
  padding-right: 18px; }
.documents li .document-title {
  font-size: 105%;
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px; }

.page-interne .bloc-actu time {
  font-size: 92%;
  margin-top: 5px;
  display: block;
  font-weight: 400; }
.page-interne .bloc-actu a {
  display: block; }
.page-interne .bloc-actu h3 {
  font-size: 115%;
  margin-top: 0;
  line-height: 17px;
  font-weight: 400;
  text-transform: none;
  border-bottom: none; }
.page-interne .bloc-actu .img-wrap img {
  width: 100%; }
.page-interne .bloc-actu .img-wrap .play {
  height: auto; }

.actualites, .agenda {
  margin-bottom: 28px; }
.actualites .row, .agenda .row {
  padding-top: 6px;
  margin-left: -7px;
  margin-right: -7px; }
.actualites .row .bloc-actu, .agenda .row .bloc-actu {
  padding-left: 7px;
  padding-right: 7px; }

.agenda .row {
  margin-left: -11px;
  margin-right: -11px; }
.agenda .row .bloc-actu {
  overflow: hidden;
  padding-left: 11px;
  padding-right: 11px; }
.agenda .row .bloc-actu .img-wrap {
  height: 309px;
  overflow: hidden; }
.agenda .row .bloc-actu .img-wrap img {
  height: 100%;
  width: auto; }

.page-interne aside h3 {
  font-size: 150%;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  padding-bottom: 11px;
  margin-top: 0;
  border-bottom: 1px dotted; }
.page-interne aside h3 a {
  color: #343434; }

.bloc-type-1 {
  background-color: #313131;
  color: #fff;
  padding: 23px;
  margin-bottom: 20px;
  width: 100%; }
.bloc-type-1 p {
  font-weight: 400;
  font-size: 109%;
  line-height: 1.2em; }
.bloc-type-1 p:last-child {
  padding: 0; }

.menu-type-1 {
  margin-bottom: 0; }
.menu-type-1 li:before {
  content: '';
  background: url("/bundles/ayalinecollectivite/images/icon-right-1.png") left 0 no-repeat;
  position: absolute;
  left: 8px;
  top: 11px;
  width: 13px;
  height: 13px; }
.menu-type-1 li:last-child {
  border-bottom: none; }
.menu-type-1 li.active {
  background-color: rgba(255, 255, 255, 0.2); }
.menu-type-1 li {
  padding: 4px 0 4px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative; }
.menu-type-1 li a {
  color: #fff;
  display: block;
  padding: 2px 10px 2px 10px;
  font-weight: 400;
  font-size: 109%; }

.page-interne aside .bloc-type-1-1 h3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
  margin-bottom: 10px !important;
  padding-bottom: 11px !important; }
.page-interne aside .bloc-type-1-1 h3 a {
  color: #fff; }

.bloc-type-2:before {
  content: '';
  position: absolute;
  border-bottom: 24px solid transparent;
  border-left: 26px solid #313131;
  top: 0;
  left: 0; }

.red-bg a {
  color: #fff !important; }

.gray-bg {
  background-color: #f8f6f6; }
.gray-bg .voir-plus {
  background-color: #f8f6f6;
  color: #333333;
  border-color: #333333; }
.gray-bg .voir-plus:after {
  border-color: #f8f6f6 transparent transparent transparent; }

a.see-more {
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  height: 25px;
  line-height: 24px;
  padding: 0 7px;
  font-size: 94%;
  display: inline-block; }

@-moz-document url-prefix() {
  footer .footer-top .btn-default {
    padding: 5px 22px 8px;
    margin-top: -2px; } }
.bloc-margin-bottom {
  margin-bottom: 20px; }

.bloc-prive {
  position: relative;
  padding: 23px;
  border: 1px solid #e7e7e7;
  width: 100%;
  font-weight: 500;
  margin-bottom: 20px; }
.bloc-prive h3 {
  text-transform: none !important;
  position: relative;
  padding-left: 34px; }
.bloc-prive h3:before {
  content: '\e819';
  font-size: 24px;
  font-family: "font-face";
  position: absolute;
  left: 2px;
  bottom: 14px; }
.bloc-prive .menu-prive ul li a {
  position: relative;
  padding-left: 20px;
  border-bottom: 1px solid #d0cfcf;
  display: block;
  padding: 3px 0 5px 20px;
  font-size: 109%;
  font-weight: 500;
  text-decoration: none !important; }
.bloc-prive .menu-prive ul li a:before {
  content: '';
  background: url("/bundles/ayalinecollectivite/images/icon-right-2.png") left 0 no-repeat;
  position: absolute;
  left: 0;
  top: 8px;
  width: 13px;
  height: 13px; }
.bloc-prive .menu-prive ul li:last-child a {
  border-bottom: none; }
.bloc-prive .btn-logout {
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  padding: 3px 7px 2px;
  font-size: 94%;
  display: inline-block; }

.bloc-type-2:last-of-type {
  margin-bottom: 0; }

.bloc-type-2 {
  position: relative;
  padding: 23px;
  border: 1px solid #e7e7e7;
  margin-bottom: -1px;
  width: 100%;
  overflow: hidden;
  font-weight: 400; }
.bloc-type-2 p {
  line-height: 18px;
  font-size: 109%; }
.bloc-type-2 p:last-child {
  padding-bottom: 0; }
.bloc-type-2 h4 {
  text-transform: uppercase;
  font-size: 109%;
  margin-top: 0;
  margin-bottom: 3px;
  font-weight: 700; }
.bloc-type-2 h5 {
  font-size: 100%;
  text-transform: uppercase;
  font-weight: 400; }
.bloc-type-2 .bloc-adr {
  margin-bottom: 20px; }
.bloc-type-2 .bloc-adr:last-child {
  margin-bottom: 0; }
.bloc-type-2 .voir-plus {
  margin: 10px 0 12px 0;
  padding: 7px 10px; }

.bloc-type-2-detail {
  margin-bottom: 20px; }

.cache {
  display: none; }

.faq_list_grouped li {
  border-bottom: 1px solid #dfd5d5; }
.faq_list_grouped li .lien-faq {
  position: relative;
  cursor: pointer;
  font-size: 156%;
  font-weight: 600;
  padding: 11px 30px;
  margin-top: 0;
  display: block;
  line-height: 20px; }
.faq_list_grouped li .lien-faq:before {
  font-family: "font-face";
  content: '\e811';
  line-height: 19px;
  font-size: 32px;
  font-weight: 500;
  position: absolute;
  left: 1px;
  top: 13px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.faq_list_grouped li .lien-faq-actif:before {
  content: '\e815'; }
.faq_list_grouped li .faq_response {
  font-size: 110%;
  padding: 0 30px 9px 30px; }
.faq_list_grouped li .faq_response .tag {
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
  display: block;
  font-style: italic; }

.actu-form {
  margin-bottom: 20px; }
.actu-form .form-group.search-group {
  border-bottom: none; }
.actu-form h5 {
  margin-top: 14px;
  margin-bottom: 6px; }
.actu-form legend {
  margin-top: 14px;
  margin-bottom: 6px;
  font-size: 100%;
  text-transform: uppercase;
  font-weight: 600;
  border: 0; }
.actu-form .info_sup {
  font-size: 83%;
  margin-bottom: 10px;
  display: block; }
.actu-form .form-group {
  border-bottom: 1px solid #989292;
  padding-bottom: 13px; }
.actu-form .form-group:last-of-type {
  border-bottom: none; }
.actu-form .form-group .checkbox {
  border-top: 1px solid #dfd5d5;
  margin: 0;
  padding: 6px 22px 3px 10px;
  position: relative; }
.actu-form .form-group .sous-thematiques {
  display: none;
  margin-top: 4px; }
.actu-form .form-group .btn-toggle {
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer; }
.actu-form .form-group label {
  margin-bottom: 0;
  font-weight: 400; }
.actu-form .form-group .form-control {
  height: 27px;
  padding: 3px 12px;
  box-shadow: none;
  border-radius: 0;
  border-color: #8c8c8c; }
.actu-form .btn-red {
  color: #fff;
  text-transform: uppercase;
  font-size: 128%;
  padding: 7px 5px 2px 5px;
  float: right;
  border-radius: 0;
  min-width: 155px;
  text-align: center;
  margin-bottom: 13px;
  margin-top: 13px; }

.download-list {
  margin-top: 0;
  margin-bottom: 0; }
.download-list li:last-child {
  border-bottom: none;
  padding-bottom: 0; }
.download-list li {
  position: relative;
  border-bottom: 1px solid #b2b2b2; }
.download-list li &gt; a {
  padding: 8px 0;
  display: table;
  width: 100%; }
.download-list li .document-title {
  color: #343434;
  line-height: 1.2em;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px; }
.download-list li .document-picto {
  width: 90px;
  display: table-cell;
  vertical-align: middle;
  text-align: right; }
.download-list li .audio-file span, .download-list li .visit span, .download-list li .browse span {
  display: none; }

.menu-type-2 {
  margin-bottom: 0; }
.menu-type-2 ul {
  margin: 0; }
.menu-type-2 li:last-child a {
  border-bottom: none; }
.menu-type-2 li {
  background: none !important;
  line-height: 1.3em !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important; }
.menu-type-2 li a:before {
  content: '';
  background: url("/bundles/ayalinecollectivite/images/icon-right-2.png") left 0 no-repeat;
  position: absolute;
  left: 5px;
  top: 9px;
  width: 13px;
  height: 13px; }
.menu-type-2 li a {
  color: #333333;
  position: relative;
  padding-left: 20px;
  border-bottom: 1px solid #d0cfcf;
  display: block;
  padding: 3px 0 5px 27px;
  font-size: 109%;
  font-weight: 400;
  text-decoration: none !important; }
.menu-type-2 li a time {
  font-size: 71%;
  font-weight: 400; }

.visuel-conseil {
  margin-bottom: 27px; }
.visuel-conseil img {
  max-width: 100%; }

.conseil-level {
  margin-bottom: 16px;
  font-weight: 400;
  width: 100%;
  float: left; }
.conseil-level h3 {
  font-size: 159%;
  font-weight: 700;
  color: #fff;
  padding: 10px 35px 10px 12px;
  position: relative;
  margin: 0;
  text-align: left; }
.conseil-level h3 .toggle-arrow {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }
.conseil-level h3 .toggle-arrow:after {
  content: '\e811';
  font-family: "font-face";
  font-size: 25px;
  color: #fff;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: 400;
  width: 15px;
  height: 10px;
  line-height: 12px; }
.conseil-level h3 .toggle-arrow:focus {
  opacity: 1; }
.conseil-level h3 .toggle-arrow:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer; }
.conseil-level .conseil-group {
  overflow: hidden; }
.conseil-level .conseil-group h2 {
  font-family: "Roboto", sans-serif;
  font-size: 147%;
  padding-left: 7px;
  margin-bottom: 3px; }
.conseil-level .toggle-content {
  background-color: #F0EFEF;
  padding: 7px;
  overflow: hidden; }
.conseil-level .toggle-content .maire {
  font-family: "Roboto", sans-serif;
  position: relative;
  text-align: left;
  display: table;
  width: 100%; }
.conseil-level .toggle-content .maire a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0; }
.conseil-level .toggle-content .maire a:hover {
  background: rgba(255, 255, 255, 0.4); }
.conseil-level .toggle-content .maire span {
  margin-top: 0;
  font-size: 128%;
  font-weight: 600;
  margin-bottom: 5px;
  display: block; }
.conseil-level .toggle-content .maire ul li {
  position: relative;
  padding-left: 14px;
  padding-bottom: 6px;
  font-size: 107%; }
.conseil-level .toggle-content .maire ul li:before {
  content: '';
  position: absolute;
  left: 2px;
  width: 4px;
  height: 4px;
  top: 9px;
  border-radius: 50%; }
.conseil-level .toggle-content .maire .img-maire {
  float: left;
  padding: 7px;
  max-width: 162px; }
.conseil-level .toggle-content .maire .img-maire img {
  max-width: 100%; }
.conseil-level .toggle-content .maire .infos-wrap {
  padding: 7px 7px 7px 14px;
  overflow: hidden; }
.conseil-level.active h3 .toggle-arrow:after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.person {
  font-family: "Roboto", sans-serif;
  position: relative;
  display: block;
  float: left;
  width: 148px;
  margin: 7px;
  overflow: hidden;
  padding-bottom: 38px; }
.person .picto-plus {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 6px;
  right: 3px;
  font-size: 22px;
  line-height: 23px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 1; }
.person .front {
  height: 38px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }
.person .front .front-name {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-right: 30px; }
.person .front .front-name span {
  display: block;
  color: #fff;
  margin: 0;
  font-size: 98%;
  letter-spacing: 0.5px;
  text-align: left;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 11px 0 11px 10px;
  font-weight: 600;
  line-height: 16px; }
.person .name span {
  display: block;
  color: #fff;
  margin: 0;
  font-size: 98%;
  letter-spacing: 0.5px;
  transition: all 0.5s ease-in-out;
  font-weight: 600;
  line-height: 16px; }
.person ul {
  margin-top: 13px;
  padding-bottom: 6px; }
.person ul li:before {
  content: '.';
  font-size: 180%;
  position: absolute;
  left: -5px;
  top: -2px;
  line-height: 8px; }
.person ul li {
  position: relative;
  padding-left: 10px;
  line-height: 20px; }
.person .img-wrapper {
  transition: all 0.6s ease-in-out; }
.person .img-wrapper img {
  max-width: 100%;
  height: auto;
  position: relative;
  transition: all 0.3s ease-in-out; }
.person .mask-wrap {
  display: block;
  position: absolute;
  width: 100%;
  bottom: -100%;
  left: 0;
  z-index: 2;
  height: 100% !important;
  transition: all 0.5s ease-in-out; }
.person .mask-wrap .mask {
  color: #fff;
  padding: 10px;
  position: relative;
  min-height: 100%; }
.person .mask-wrap .mask a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0; }
.person .mask-wrap .mask .ezxmltext-field {
  font-size: 100%; }
.person .mask-wrap .mask p {
  line-height: 15px;
  margin-top: 5px;
  text-align: left;
  font-size: 99%; }
.person .mask-wrap.focused {
  bottom: 0;
  opacity: 1; }

.person:hover .front .front-name span {
  opacity: 1; }
.person:hover .mask-wrap {
  bottom: 0;
  opacity: 1; }

.bloc-elu h2 {
  font-size: 159%;
  font-weight: 700;
  color: #fff;
  padding: 10px 35px 10px 26px;
  position: relative;
  margin: 0;
  text-align: left; }
.bloc-elu .infos-list {
  font-family: "Roboto", sans-serif;
  background-color: #F0EFEF;
  padding: 7px 14px 0 14px;
  font-size: 116%; }
.bloc-elu .infos-list .ligne-elu {
  overflow: hidden;
  border-bottom: 1px solid #e7e7e7;
  padding: 7px 0; }
.bloc-elu .infos-list .ligne-elu:last-child {
  border-bottom: 0; }
.bloc-elu .infos-list .ligne-elu p {
  margin: 0 0 6px; }
.bloc-elu .infos-list * {
  font-family: "Roboto", sans-serif; }
.bloc-elu .infos-list strong {
  font-weight: 700; }
.bloc-elu .titre {
  font-weight: 700;
  font-size: 101%; }
.bloc-elu .ville {
  display: block;
  font-size: 113%;
  font-weight: 700;
  margin-top: 13px; }
.bloc-elu .img-wrapper {
  float: left; }
.bloc-elu .text-wrapper {
  overflow: hidden;
  padding-left: 24px; }
.bloc-elu .text-wrapper ul li {
  position: relative;
  padding-left: 14px;
  padding-bottom: 6px; }
.bloc-elu .text-wrapper ul li:before {
  content: '';
  position: absolute;
  left: 2px;
  width: 4px;
  height: 4px;
  top: 9px;
  border-radius: 50%; }

.liste-actus .actu-item {
  margin-bottom: 27px; }
.liste-actus .actu-item a {
  display: block; }
.liste-actus .actu-item img {
  max-width: 100%;
  height: auto; }
.liste-actus .actu-item time {
  font-size: 100%;
  margin-top: 14px;
  display: block; }
.liste-actus .actu-item h3 {
  font-weight: 400;
  font-size: 170%;
  margin-top: 5px;
  margin-bottom: 1px; }
.liste-actus .actu-item h4 {
  font-size: 127%;
  margin-top: 0; }
.liste-actus .actu-item p {
  font-size: 98%;
  padding-top: 2px;
  line-height: 20px;
  text-align: justify; }

.pager {
  text-align: left;
  margin: 23px 0; }
.pager .active a {
  color: #fff; }
.pager li {
  margin-right: 2px;
  margin-bottom: 5px;
  display: inline-block; }
.pager li a {
  font-weight: 400;
  color: #787e87;
  font-size: 119%;
  background-color: #efeeec;
  border: none;
  border-radius: 0;
  padding: 4px 13px; }
.pager li &gt; a:hover, .pager li &gt; a:focus {
  text-decoration: none;
  color: #fff; }

#at15s.atm {
  margin-top: 20px; }

.bloc-acces h3:hover, .bloc-acces h3:focus {
  opacity: 0.6;
  cursor: pointer; }

.bloc-toggle {
  color: #000;
  font-size: 30px;
  position: absolute;
  top: 15px;
  right: 10px;
  cursor: pointer; }

.bloc-acces.open, .bloc-acces.focus_element {
  max-height: 2000px; }

.bloc-acces {
  max-height: 53px;
  padding: 23px 22px;
  margin-bottom: 20px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }

.acces-rapide-left {
  padding: 13px 0 0 0;
  margin-left: -18px;
  margin-right: -20px; }
.acces-rapide-left li {
  list-style: none;
  display: inline-block;
  text-align: center;
  width: 92px;
  min-height: 130px;
  margin-right: 4px;
  margin-left: 4px;
  margin-bottom: 8px;
  vertical-align: bottom;
  position: relative; }
.acces-rapide-left li a {
  font-weight: 700;
  color: #000;
  font-size: 99%;
  text-transform: uppercase;
  width: 100%;
  display: block;
  height: 100%;
  position: absolute; }
.acces-rapide-left li a .img-wrapper {
  background: #343434;
  display: inline-block;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  position: relative; }
.acces-rapide-left li a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
.acces-rapide-left li a span {
  color: #8f8e8d;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 100%;
  line-height: 17px;
  margin-top: 3px; }
.acces-rapide-left li:last-child {
  margin-right: 0; }

.bloc-rubrique {
  margin-right: -15px; }
.bloc-rubrique li.small-size a {
  font-size: 120%;
  line-height: 18px; }
.bloc-rubrique li {
  width: 206px;
  height: 171px;
  margin: 0 15px 15px 0;
  display: inline-block;
  position: relative;
  text-align: center;
  float: left;
  overflow: hidden; }
.bloc-rubrique li:hover {
  opacity: 1; }
.bloc-rubrique li:hover .img-wrap:after {
  background: rgba(0, 0, 0, 0.4); }
.bloc-rubrique li:hover .img-wrap + a {
  opacity: 1; }
.bloc-rubrique li:hover a {
  opacity: 0.6; }
.bloc-rubrique li .img-wrap {
  width: 100%;
  height: 100%;
  position: relative; }
.bloc-rubrique li .img-wrap:after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: background 0.6s ease;
  -moz-transition: background 0.6s ease;
  -o-transition: background 0.6s ease;
  -ms-transition: background 0.6s ease;
  transition: background 0.6s ease; }
.bloc-rubrique li .img-wrap img {
  height: 100%;
  width: 100%; }
.bloc-rubrique li a {
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 163%;
  display: table;
  line-height: 24px;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  position: absolute;
  top: 0;
  left: 0; }
.bloc-rubrique li a span {
  display: table-cell;
  vertical-align: middle; }
.bloc-rubrique li:nth-child(6n + 1) {
  background-color: #23B7ED; }
.bloc-rubrique li:nth-child(6n + 2) {
  background-color: #005990; }
.bloc-rubrique li:nth-child(6n + 3) {
  background-color: #23B7ED; }
.bloc-rubrique li:nth-child(6n + 4) {
  background-color: #0082D1; }
.bloc-rubrique li:nth-child(6n + 5) {
  background-color: #23B7ED; }
.bloc-rubrique li:nth-child(6n + 6) {
  background-color: #005990; }
.bloc-rubrique li:nth-child(4n + 1) .triangle {
  position: absolute;
  border-bottom: 37px solid transparent;
  border-left: 36px solid #fff;
  top: -1px;
  left: -1px; }
.bloc-rubrique li:nth-child(4n + 2) .triangle {
  position: absolute;
  border-top: 37px solid transparent;
  border-right: 36px solid #fff;
  bottom: -1px;
  right: -1px; }
.bloc-rubrique li:nth-child(4n + 3) .triangle {
  position: absolute;
  border-bottom: 37px solid transparent;
  border-right: 36px solid #fff;
  top: -1px;
  right: -1px; }
.bloc-rubrique li:nth-child(4n + 4) .triangle {
  position: absolute;
  border-top: 37px solid transparent;
  border-right: 36px solid #fff;
  bottom: -1px;
  right: -1px; }

.bloc-events {
  float: left;
  width: 100%; }
.bloc-events h2 {
  font-weight: 400;
  color: #323232;
  font-size: 157%;
  margin-top: 16px; }
.bloc-events h2 span {
  color: #cf0000; }
.bloc-events .flexslider {
  padding-right: 2px;
  padding-top: 15px; }
.bloc-events .flexslider li {
  margin-right: 23px; }
.bloc-events .flexslider li a {
  display: block; }
.bloc-events .flexslider li span {
  font-size: 100%;
  display: block;
  margin-top: 8px; }
.bloc-events .flexslider li h3 {
  margin-top: 0;
  line-height: 20px;
  font-size: 128%; }
.bloc-events .flexslider .flex-direction-nav .flex-prev {
  left: auto;
  right: 21px;
  opacity: 1;
  top: -25px; }
.bloc-events .flexslider .flex-direction-nav .flex-next {
  left: auto;
  right: 4px;
  opacity: 1;
  top: -25px; }
.bloc-events .flexslider .flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  pointer-events: none; }
.bloc-events .flexslider .flex-direction-nav a.flex-prev:before, .bloc-events .flexslider .flex-direction-nav a.flex-next:before {
  font-family: "font-face";
  font-size: 24px;
  line-height: 47px;
  text-shadow: none; }
.bloc-events .flexslider .flex-direction-nav a.flex-next:before {
  content: '\e801'; }
.bloc-events .flexslider .flex-direction-nav a.flex-prev:before {
  content: '\e800'; }

.permanent-events {
  background-color: #efeeec;
  padding: 6px 26px 16px 26px;
  margin-bottom: 14px; }
.permanent-events .permanent-events-slider {
  padding-right: 0; }
.permanent-events .permanent-events-slider li {
  margin-right: 25px; }
.permanent-events .permanent-events-slider li h3 {
  color: #343434; }
.permanent-events .permanent-events-slider .flex-direction-nav a.flex-prev:before, .permanent-events .permanent-events-slider .flex-direction-nav a.flex-next:before {
  color: #343434; }

.bootstrap-datetimepicker-widget table thead tr:first-child {
  color: #fff;
  height: 63px; }
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  border-radius: 0; }
.bootstrap-datetimepicker-widget table thead tr:first-child .glyphicon-chevron-left:before {
  content: '';
  background: url("/bundles/ayalinecollectivite/images/prev-calendar.png") 0 0 no-repeat;
  width: 25px;
  height: 26px;
  display: block; }
.bootstrap-datetimepicker-widget table thead tr:first-child .glyphicon-chevron-right:before {
  content: '';
  background: url("/bundles/ayalinecollectivite/images/next-calendar.png") 0 0 no-repeat;
  width: 25px;
  height: 26px;
  display: block; }
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: transparent; }
.bootstrap-datetimepicker-widget table thead tr:first-child + tr th {
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 80%;
  padding: 3px 6px 0 5px; }
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: transparent;
  opacity: 0.6; }
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: transparent;
  text-shadow: none; }
.bootstrap-datetimepicker-widget table tbody {
  background-color: #fff; }
.bootstrap-datetimepicker-widget table tbody td {
  border-radius: 0;
  color: #606163; }
.bootstrap-datetimepicker-widget .accordion-toggle {
  display: none; }

.inline-calendar {
  margin-bottom: 14px; }
.inline-calendar .ui-datepicker-prev span, .inline-calendar .ui-datepicker-next span {
  text-indent: -99999px;
  display: block;
  cursor: pointer; }
.inline-calendar .ui-datepicker-prev {
  background: url("/bundles/ayalinecollectivite/images/prev-calendar.png") 0 0 no-repeat;
  width: 25px;
  height: 28px;
  display: block;
  position: absolute;
  left: 10px;
  top: 18px; }
.inline-calendar .ui-datepicker-next {
  background: url("/bundles/ayalinecollectivite/images/next-calendar.png") 0 0 no-repeat;
  width: 25px;
  height: 28px;
  display: block;
  position: absolute;
  right: 10px;
  top: 18px; }
.inline-calendar .ui-datepicker-header {
  color: #fff;
  position: relative;
  text-align: center;
  padding-bottom: 12px;
  padding-top: 14px; }
.inline-calendar .ui-datepicker-header .ui-datepicker-title span {
  display: block; }
.inline-calendar .ui-datepicker-header .ui-datepicker-month {
  font-size: 125%;
  text-transform: uppercase;
  font-weight: 400; }
.inline-calendar .ui-datepicker-header .ui-datepicker-year {
  font-size: 86%;
  margin-top: -24px;
  font-weight: 400; }
.inline-calendar .ui-datepicker-header a, .inline-calendar .ui-datepicker-header span {
  color: #fff; }
.inline-calendar .ui-datepicker-calendar {
  width: 100%;
  background-color: #fff; }
.inline-calendar .ui-datepicker-calendar thead th {
  padding: 1px 1px 2px 1px;
  text-align: center; }
.inline-calendar .ui-datepicker-calendar thead th span {
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px; }
.inline-calendar .ui-datepicker-calendar tbody::before {
  content: "";
  color: #dfe6f7;
  background-color: #fff;
  display: block;
  height: 11px; }
.inline-calendar .ui-datepicker-calendar tbody::after {
  content: "";
  color: #dfe6f7;
  background-color: #fff;
  display: block;
  height: 23px; }
.inline-calendar .ui-datepicker-calendar tbody {
  background-color: #fff; }
.inline-calendar .ui-datepicker-calendar tbody td {
  text-align: center;
  padding: 2px 0; }
.inline-calendar .ui-datepicker-calendar tbody td a {
  text-decoration: none; }
.inline-calendar .ui-state-active {
  font-weight: 700; }
.inline-calendar .ui-state-highlight {
  font-family: "Roboto", sans-serif; }
.inline-calendar a {
  color: #444444;
  font-size: 100%;
  font-weight: 400; }

.radio-group .radio {
  margin-top: 0;
  margin-bottom: 10px; }

.radio-group, .calendar-group {
  padding-top: 16px;
  padding-bottom: 4px; }

.radio-group {
  border-top: 1px solid #dfd5d5;
  border-bottom: 1px solid #dfd5d5; }

.calendar-group .input-group-addon {
  background: none;
  border: none;
  border-radius: 0;
  vertical-align: bottom;
  padding: 0 0 0 6px;
  width: auto; }
.calendar-group .picto-calendar:before {
  content: '';
  background: url("/bundles/ayalinecollectivite/images/calendar.png") 0 0 no-repeat;
  width: 23px;
  height: 22px;
  display: block; }
.calendar-group .input-group.date:last-child {
  margin-bottom: 2px; }
.calendar-group .input-group.date {
  margin-bottom: 12px; }
.calendar-group .input-group.date label {
  display: table-cell;
  width: 78px;
  vertical-align: middle; }
.calendar-group .input-group.date .form-control {
  height: 27px;
  box-shadow: none;
  border-color: #8c8c8c;
  width: 100%; }

.bloc-detail-infos {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 15px 0;
  margin-bottom: 21px;
  font-size: 129%; }
.bloc-detail-infos h3 {
  font-weight: 400;
  font-size: 114%;
  text-transform: uppercase;
  margin-top: 4px; }
.bloc-detail-infos ul {
  font-size: 90%; }
.bloc-detail-infos ul li p {
  line-height: 1.2em; }
.bloc-detail-infos ul li i {
  font-size: 91%; }
.bloc-detail-infos ul li a {
  color: #343434;
  text-decoration: underline; }

.bloc-detail-infos.last {
  border-bottom: 1px solid #e5e5e5; }

#map-canvas {
  width: 100%;
  height: 313px;
  margin-bottom: 20px; }

.bloc-resultats .nb-res {
  display: block;
  font-weight: 400;
  font-size: 147%; }
.bloc-resultats .nb-res-margin {
  margin-bottom: 15px; }
.bloc-resultats .res-head-margin {
  margin-bottom: 15px; }
.bloc-resultats .res-head {
  background-color: #efeeec;
  border: 1px solid #dddddd;
  margin-top: 4px;
  padding: 3px 15px 2px 15px;
  margin-bottom: 30px; }
.bloc-resultats .res-head .sort-by {
  font-weight: 400;
  font-size: 100%; }
.bloc-resultats .res-head ul {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 46px; }
.bloc-resultats .res-head ul li {
  display: inline-block;
  margin-right: 28px; }
.bloc-resultats .res-head ul li a {
  color: #191310;
  font-size: 100%; }
.bloc-resultats .res-head ul li .up-down {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 31px;
  vertical-align: middle;
  margin-left: 2px; }
.bloc-resultats .res-head ul li .up-down span {
  font-size: 23px;
  position: absolute; }
.bloc-resultats .res-head ul li .up-down .icon-up-dir {
  top: -7px; }
.bloc-resultats .res-head ul li .up-down .icon-down-dir {
  top: 4px; }
.bloc-resultats .res-head ul li .up-down .icon-up-dir:before, .bloc-resultats .res-head ul li .up-down .icon-down-dir:before {
  margin: 0;
  width: 16px; }
.bloc-resultats .res-head ul li .up-down .icon-up-dir.gray {
  color: #aaa; }
.bloc-resultats .res-head ul li .up-down .icon-down-dir.gray {
  color: #aaa; }
.bloc-resultats .doc-liste &gt; li {
  border: 1px solid #dedede;
  overflow: hidden;
  margin-bottom: 20px;
  display: table;
  width: 100%; }
.bloc-resultats .doc-liste &gt; li img {
  float: left; }
.bloc-resultats .doc-liste &gt; li .bloc-title {
  padding-bottom: 8px;
  padding-right: 5px;
  display: inline-block;
  width: 100%;
  overflow: hidden; }
.bloc-resultats .doc-liste &gt; li .bloc-title .bloc-left {
  display: inline-block; }
.bloc-resultats .doc-liste &gt; li .bloc-title .bloc-left h2 {
  font-family: "Roboto", sans-serif;
  font-size: 163%;
  margin-top: 0;
  margin-bottom: 0; }
.bloc-resultats .doc-liste &gt; li .bloc-title .bloc-left span:first-of-type {
  color: #8a8a8a;
  font-size: 100%;
  font-style: oblique;
  display: block;
  line-height: 1.2em; }
.bloc-resultats .doc-liste &gt; li .bloc-title .bloc-left .pertinence {
  font-size: 110%;
  margin-bottom: 9px; }
.bloc-resultats .doc-liste &gt; li .bloc-title .bloc-left .pertinence span {
  color: #000;
  display: inline-block; }
.bloc-resultats .doc-liste &gt; li .bloc-title .bloc-left .pertinence .chargement-wrap {
  display: inline-block; }
.bloc-resultats .doc-liste &gt; li .bloc-title .bloc-left .pertinence div.chargement {
  display: inline-block;
  margin: 0 11px 0 5px;
  width: 64px;
  height: 9px;
  box-shadow: 0 0 0 1px #cfcfcf inset; }
.bloc-resultats .doc-liste &gt; li .bloc-title .last-modif {
  font-size: 88%; }
.bloc-resultats .doc-liste &gt; li .bloc-title .last-modif p {
  padding-top: 0;
  font-size: 106%; }
.bloc-resultats .doc-liste &gt; li .bloc-title .bloc-right {
  display: inline-block;
  float: right;
  padding-top: 7px; }
.bloc-resultats .doc-liste &gt; li .bloc-title .bloc-right a {
  margin-left: 15px; }
.bloc-resultats .doc-liste &gt; li .bloc-title .bloc-right .download {
  text-align: left; }
.bloc-resultats .doc-liste &gt; li .bloc-title .bloc-right .download span.download {
  padding-left: 33px; }
.bloc-resultats .doc-liste &gt; li .bloc-title .bloc-right .download span.download:before {
  font-size: 23px; }
.bloc-resultats .doc-liste &gt; li .text-content {
  display: table;
  width: 100%; }
.bloc-resultats .doc-liste &gt; li .text-content &gt; div {
  display: table-cell; }
.bloc-resultats .doc-liste &gt; li .text-content &gt; div span {
  display: block;
  line-height: 1em; }
.bloc-resultats .doc-liste &gt; li .text-content &gt; div .site {
  margin-top: 10px; }
.bloc-resultats .doc-liste &gt; li .text-content &gt; div .site a {
  text-decoration: underline; }
.bloc-resultats .doc-liste &gt; li .text-content &gt; div:last-child {
  vertical-align: bottom;
  width: 100px; }
.bloc-resultats .doc-liste &gt; li .text-content a.see-more {
  float: right; }
.bloc-resultats .doc-liste &gt; li .text-content p {
  padding-top: 2px;
  line-height: 1.2em;
  padding-right: 30px; }
.bloc-resultats .doc-liste &gt; li h3 {
  font-family: "Roboto", sans-serif;
  font-size: 107%;
  margin: 0; }
.bloc-resultats .doc-liste &gt; li p {
  padding-top: 12px;
  line-height: 1.2em;
  margin-bottom: 7px;
  text-align: justify;
  font-size: 98%; }
.bloc-resultats .doc-liste &gt; li &gt; div {
  padding: 15px;
  display: table-cell;
  width: 100%;
  vertical-align: top;
  overflow: hidden; }
.bloc-resultats .doc-liste &gt; li &gt; div &gt; p {
  border-top: 1px solid #dedede; }
.bloc-resultats .doc-liste .bloc-date li {
  display: inline-block;
  position: relative;
  padding-right: 27px;
  vertical-align: top; }
.bloc-resultats .doc-liste .bloc-date li:after {
  content: '';
  height: 11px;
  width: 1px;
  position: absolute;
  right: 11px;
  top: 4px;
  background-color: #ccc; }
.bloc-resultats .doc-liste .bloc-date li:last-child {
  padding-right: 0; }
.bloc-resultats .doc-liste .bloc-date li:last-child:after {
  content: none; }
.bloc-resultats .doc-liste .bloc-date li .red-txt {
  display: inline-block; }
.bloc-resultats .pub-liste &gt; li {
  margin-bottom: 13px; }
.bloc-resultats .doc-liste-recherche li .bloc-title .bloc-left {
  width: 70%; }
.bloc-resultats .doc-liste-recherche li .bloc-title .bloc-right {
  width: 25%; }

.detail-avis .detail-avis-title {
  border-bottom: 1px solid #dedede;
  padding-bottom: 16px; }
.detail-avis .detail-avis-title h2 {
  font-size: 170%;
  margin: 0;
  font-family: "Roboto", sans-serif; }
.detail-avis .detail-avis-title .ref {
  color: #8a8a8a;
  font-size: 125%;
  font-style: italic; }
.detail-avis .detail-avis-list &gt; li {
  border-bottom: 1px solid #dedede;
  padding-bottom: 18px; }
.detail-avis .detail-avis-list &gt; li:last-child {
  border-bottom: none; }
.detail-avis .detail-avis-list &gt; li h3 {
  font-weight: 600;
  font-size: 116%;
  margin-bottom: 0; }
.detail-avis .detail-avis-list &gt; li p {
  font-size: 108%;
  line-height: 1.4em;
  margin-bottom: 0; }
.detail-avis .detail-avis-list &gt; li a {
  text-decoration: underline; }

.detail-doc {
  overflow: hidden;
  margin-bottom: 20px;
  display: table; }
.detail-doc img {
  display: table-cell; }
.detail-doc &gt; div {
  padding: 16px 26px 0 20px;
  display: table-cell;
  width: 100%;
  vertical-align: top; }
.detail-doc &gt; div .bloc-title {
  padding-right: 5px;
  display: inline-block;
  width: 100%; }
.detail-doc &gt; div .bloc-title .bloc-left {
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px; }
.detail-doc &gt; div .bloc-title .bloc-left h2 {
  font-weight: 700;
  font-size: 156%;
  margin-top: 0;
  margin-bottom: 0; }
.detail-doc &gt; div .bloc-title .bloc-left span {
  color: #8a8a8a;
  font-size: 116%;
  font-style: oblique; }
.detail-doc &gt; div .bloc-title .bloc-right {
  padding-top: 19px;
  padding-bottom: 6px;
  padding-left: 6px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-wrap: wrap;
  -webkit-box-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  flex-wrap: wrap; }
.detail-doc &gt; div .bloc-title .bloc-right a {
  margin-right: 37px;
  margin-bottom: 10px; }
.detail-doc &gt; div .bloc-title .bloc-right .download {
  float: left; }
.detail-doc &gt; div .bloc-title .bloc-right .download span.download {
  padding-left: 34px; }
.detail-doc &gt; div .bloc-title .bloc-right .download span.download:before {
  font-size: 26px; }
.detail-doc &gt; div .bloc-title .bloc-right .visit:before {
  left: 0; }
.detail-doc &gt; div p {
  border-top: 1px solid #dedede;
  padding-top: 25px;
  line-height: 18px;
  margin-bottom: 7px;
  text-align: justify; }

.contact-form {
  padding-bottom: 10px; }
.contact-form form {
  max-width: 448px;
  overflow: hidden; }
.contact-form form .form-group {
  margin-bottom: 8px;
  display: table;
  width: 100%; }
.contact-form form .form-group &gt; label, .contact-form form .form-group legend {
  font-family: "Roboto", sans-serif;
  font-size: 128%;
  padding-bottom: 2px;
  padding-top: 8px;
  margin: 0;
  display: block;
  border: 0;
  font-weight: 700; }
.contact-form form .calendar-group &gt; label, .contact-form form .messages-group &gt; label {
  font-family: "Roboto", sans-serif;
  font-size: 128%;
  padding-bottom: 2px;
  padding-top: 8px;
  margin: 0;
  display: block; }
.contact-form form .calendar-group {
  float: left;
  width: 100%; }
.contact-form form .calendar-group .input-group {
  display: inline-block;
  width: 50%;
  float: left; }
.contact-form form .calendar-group .input-group.date label {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  margin-right: 9px;
  float: left;
  width: auto;
  margin-top: 11px; }
.contact-form form .calendar-group .input-group.date .form-control {
  height: 42px;
  border: 1px solid #c9c9c9;
  background-color: #f8f8f8;
  width: 138px; }
.contact-form form .calendar-group .input-group-addon {
  padding: 10px 0 0 14px; }
.contact-form form .messages-group .form-group {
  margin-bottom: 10px; }
.contact-form form .messages-group .form-group label {
  font-size: 113%;
  display: inline-block;
  width: 17%;
  font-weight: 400; }
.contact-form form .messages-group .form-group input[type="text"], .contact-form form .messages-group .form-group select {
  text-transform: uppercase; }
.contact-form form .messages-group .form-group .form-control {
  width: 83%;
  display: inline-block; }
.contact-form form .bloc-message {
  min-height: 241px;
  background: #000 url("/bundles/ayalinecollectivite/images/bg-motif.png") 0 0 repeat;
  margin-top: 26px;
  padding: 36px 20px;
  margin-bottom: 27px; }
.contact-form form .bloc-message p {
  font-family: 'enhanced_dot_digital-7regular';
  color: #ff9c00;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  line-height: 28px; }
.contact-form form input[type="text"], .contact-form form select {
  font-weight: 300;
  height: 42px;
  font-size: 115%;
  color: #444444; }
.contact-form form .form-control {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #c9c9c9;
  background-color: #f8f8f8;
  font-weight: 300;
  height: 42px;
  font-size: 115%;
  color: #444444; }
.contact-form form .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.contact-form form #file-wrapper {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 10px; }
.contact-form form #file-wrapper .inputText {
  float: left;
  display: block;
  width: 73.71623%;
  margin-right: 1.6%; }
.contact-form form #file-wrapper .inputFile {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 42px;
  cursor: pointer; }
.contact-form form #file-wrapper span {
  padding: 10px 0;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  width: 24.68377%;
  text-transform: uppercase;
  font-size: 100%;
  min-height: 42px; }
.contact-form form .label-select {
  position: relative; }
.contact-form form .label-select::after {
  position: absolute;
  right: 1px;
  bottom: -41px;
  padding: 2px 11px;
  width: 40px;
  height: 40px;
  display: inline-block;
  pointer-events: none;
  font-family: "font-face";
  content: "\e80b";
  color: #fff;
  font-size: 26px; }
.contact-form form .checkbox label, .contact-form form .radio label {
  font-size: 113%; }
.contact-form form [type="checkbox"]:not(:checked) + label, .contact-form form [type="checkbox"]:checked + label {
  padding-left: 39px; }
.contact-form form [type="checkbox"]:not(:checked) + label:before, .contact-form form [type="checkbox"]:checked + label:before {
  width: 26px;
  height: 26px;
  background: #f8f8f8;
  border-radius: 1px;
  border: 1px solid #c9c9c9;
  left: 0;
  top: -3px; }
.contact-form form [type="checkbox"]:not(:checked) + label:after, .contact-form form [type="checkbox"]:checked + label:after {
  left: 6px;
  top: 2px;
  font-size: 112%; }
.contact-form form input[type="radio"] + label:before {
  background: #f8f8f8;
  border: 1px solid #c9c9c9;
  left: 0;
  top: -2px; }
.contact-form form input[type="radio"] + label:after {
  left: 6px;
  top: 4px; }
.contact-form form .radio, .contact-form form .checkbox {
  padding-bottom: 16px; }
.contact-form form .radio:last-child, .contact-form form .checkbox:last-child {
  padding-bottom: 0; }
.contact-form form textarea.form-control {
  height: 134px; }
.contact-form form .oblg {
  font-size: 100%;
  display: block;
  margin-top: 15px; }
.contact-form form .btn-default {
  color: #fff;
  border-radius: 0;
  min-height: 42px;
  text-transform: uppercase;
  font-size: 110%;
  padding: 5px 24px;
  border: 0;
  float: right;
  margin-top: 22px; }
.contact-form .note {
  font-weight: 300;
  font-size: 101%;
  border-top: 1px solid #d4d3d2;
  margin: 43px 0 0 0;
  display: inline-block;
  padding: 21px 0 0 0;
  line-height: 1.1em; }

.pager-type-2-wrapper {
  border: 1px solid #dddddd;
  margin-bottom: 22px; }
.pager-type-2-wrapper .pager-type-2 {
  text-align: left;
  margin: 10px 0 4px 13px;
  overflow: hidden; }
.pager-type-2-wrapper .pager-type-2 .active a {
  background-color: #cccccc; }
.pager-type-2-wrapper .pager-type-2 li {
  margin-right: 4px;
  margin-bottom: 5px;
  display: block;
  float: left; }
.pager-type-2-wrapper .pager-type-2 li a {
  font-weight: 400;
  color: #000;
  font-size: 78%;
  background-color: #ececec;
  border: none;
  border-radius: 0;
  padding: 3px 8px 2px 8px;
  display: block; }
.pager-type-2-wrapper .pager-type-2 li &gt; a:hover, .pager-type-2-wrapper .pager-type-2 li &gt; a:focus {
  text-decoration: none;
  background-color: #cccccc; }

.contextualite {
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%; }

#cookie-barre {
  width: 100%;
  background: #202328;
  padding: 9px 20px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 115%;
  overflow: hidden; }
#cookie-barre .links {
  float: right; }
#cookie-barre .links a {
  color: #fff;
  text-decoration: none;
  display: inline-block; }
#cookie-barre .links #plus {
  text-decoration: underline; }
#cookie-barre .links #fermer {
  font-family: "Roboto", sans-serif;
  margin-left: 41px; }
#cookie-barre .links #fermer:hover {
  opacity: 0.6; }

.list-mediatheque {
  margin: 0 -10px; }
.list-mediatheque li:hover &gt; div {
  box-shadow: 0 0 0 6px #dedede inset; }
.list-mediatheque li {
  display: block;
  margin: 0 auto 20px;
  padding: 0 10px;
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
  height: 200px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease; }
.list-mediatheque li &gt; div {
  background: #efeeec;
  border: 1px solid #dedede;
  display: block;
  height: 100%;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; }
.list-mediatheque li a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease; }
.list-mediatheque li a:hover {
  opacity: 1; }
.list-mediatheque li img {
  margin-top: 20px; }
.list-mediatheque li h3 {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  right: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 203%;
  line-height: 37px;
  color: #343434; }

.list-phototheque {
  margin: 0 -2%; }
.list-phototheque li {
  display: block;
  margin: 0 2% 25px;
  width: 46%;
  float: left;
  position: relative;
  overflow: hidden;
  height: 250px;
  max-width: 318px;
  background: #efeeec;
  border: 1px solid #dedede;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease; }
.list-phototheque li &gt; div {
  text-align: center; }
.list-phototheque li a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease; }
.list-phototheque li img {
  max-width: 100%; }
.list-phototheque li .txt-wrap {
  position: absolute;
  background: #efeeec;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 55px; }
.list-phototheque li p {
  font-weight: 600;
  font-size: 120%;
  line-height: 22px;
  color: #343434;
  margin-top: 10px;
  padding: 0 10px; }

.list-videotheque {
  margin: 0 -2%; }
.list-videotheque li {
  display: block;
  margin: 0 2% 25px;
  width: 46%;
  float: left;
  position: relative;
  overflow: hidden;
  height: 250px;
  max-width: 318px;
  background: #efeeec;
  border: 1px solid #dedede;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease; }
.list-videotheque li &gt; div {
  text-align: center; }
.list-videotheque li a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease; }
.list-videotheque li img {
  max-width: 100%; }
.list-videotheque li .play {
  position: absolute;
  z-index: 1;
  max-width: none;
  top: 0;
  left: 0;
  right: 0;
  top: 48px;
  margin: auto;
  width: 86px;
  height: auto; }
.list-videotheque li .txt-wrap {
  position: absolute;
  background: #efeeec;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 55px; }
.list-videotheque li p {
  font-weight: 600;
  font-size: 120%;
  line-height: 22px;
  color: #343434;
  margin-top: 10px;
  padding: 0 10px; }

#sliderPhotos {
  margin: 0 50px 5px; }
#sliderPhotos figcaption {
  font-size: 139%;
  color: #343434;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  padding: 0 10px; }
#sliderPhotos img {
  width: auto;
  max-width: 100%;
  display: block;
  max-height: 308px;
  margin: auto; }
#sliderPhotos .flex-direction-nav a {
  height: 50px;
  opacity: 1;
  margin: -44px 0 0; }
#sliderPhotos .flex-direction-nav .flex-prev {
  left: -50px; }
#sliderPhotos .flex-direction-nav .flex-next {
  right: -50px; }
#sliderPhotos .flex-direction-nav a:before {
  font-family: "font-face";
  content: "\e803"; }
#sliderPhotos .flex-direction-nav a.flex-next:before {
  font-family: "font-face";
  content: "\e806"; }
#sliderPhotos .flex-direction-nav a:hover, #sliderPhotos .flex-direction-nav a:focus {
  color: rgba(0, 0, 0, 0.8); }

#carouselPhotos {
  margin: 0 50px 20px; }
#carouselPhotos img {
  display: block;
  opacity: 0.5;
  height: 115px;
  width: auto;
  max-width: 211px;
  cursor: pointer;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease; }
#carouselPhotos .flex-active-slide img {
  opacity: 1;
  cursor: default; }
#carouselPhotos img:hover {
  opacity: 1; }
#carouselPhotos li {
  margin-right: 5px;
  width: auto !important; }
#carouselPhotos .flex-direction-nav a {
  height: 33px;
  opacity: 1; }
#carouselPhotos .flex-direction-nav .flex-prev {
  left: -35px; }
#carouselPhotos .flex-direction-nav .flex-next {
  right: -35px; }
#carouselPhotos .flex-direction-nav a:hover, #carouselPhotos .flex-direction-nav a:focus {
  color: rgba(0, 0, 0, 0.8); }
#carouselPhotos .flex-direction-nav a:before {
  font-family: "font-face";
  content: "\e803";
  font-size: 28px; }
#carouselPhotos .flex-direction-nav a.flex-next:before {
  font-family: "font-face";
  content: "\e806"; }

.modal_video iframe {
  border: none; }
.modal_video p {
  font-size: 120%;
  color: #343434;
  margin-top: 10px;
  text-align: center;
  padding: 0 10px; }

div.pp_default .pp_social {
  display: none; }

.modal {
  text-align: center; }
.modal .video-title {
  padding: 5px 15px; }
.modal .modal-dialog {
  width: auto;
  display: inline-block;
  text-align: center; }
.modal .modal-content {
  border-radius: 0; }
.modal .modal-content iframe {
  border: 0; }
.modal button.close {
  position: absolute;
  top: -42px;
  color: #fff;
  right: -2px;
  opacity: 1;
  font-size: 50px;
  outline: none;
  font-weight: 300; }

.resultats-entreprise .doc-liste &gt; li .text-content &gt; div .site {
  margin-top: 0; }
.resultats-entreprise .doc-liste &gt; li .text-content &gt; div span {
  line-height: 1.2em; }
.resultats-entreprise .doc-liste &gt; li .bloc-title {
  padding-bottom: 0; }
.resultats-entreprise .doc-liste &gt; li &gt; div {
  padding: 7px 18px 0 15px; }

@-moz-document url-prefix() {
  header .navbar-default .navbar-left li a {
    padding: 0 18px; }

  #bloc-acces-rapide .acces-rapide li a span {
    font-size: 85%; }

  #eventSlider .flex-caption {
    min-height: 176px; } }
#bloc-actualites.bloc-actus-style2 {
  margin-bottom: 86px; }
#bloc-actualites.bloc-actus-style2 h2 {
  margin-top: 20px;
  padding-top: 6px; }
#bloc-actualites.bloc-actus-style2 #eventSlider {
  margin-top: 22px; }
#bloc-actualites.bloc-actus-style2 #eventSlider .flexslider-controls {
  width: 38.7%;
  height: 413px; }
#bloc-actualites.bloc-actus-style2 #eventSlider .flexslider-controls .nicescroll-rails {
  right: 0 !important; }
#bloc-actualites.bloc-actus-style2 #eventSlider .flexslider-controls .flex-control-paging {
  padding: 0 0 0 20px; }
#bloc-actualites.bloc-actus-style2 #eventSlider .flexslider-controls .flex-control-paging li {
  height: auto;
  background-color: transparent;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  opacity: 0.5; }
#bloc-actualites.bloc-actus-style2 #eventSlider .flexslider-controls .flex-control-paging li a {
  width: auto;
  height: auto;
  display: block;
  cursor: pointer;
  text-indent: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -o-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  background: transparent;
  text-decoration: none;
  text-align: left;
  padding: 18px 10px;
  font-family: 'Roboto';
  line-height: 22px;
  font-size: 153%; }
#bloc-actualites.bloc-actus-style2 #eventSlider .flexslider-controls .flex-control-paging li a:hover, #bloc-actualites.bloc-actus-style2 #eventSlider .flexslider-controls .flex-control-paging li a:focus {
  opacity: 0.6; }
#bloc-actualites.bloc-actus-style2 #eventSlider .flexslider-controls .flex-control-paging &gt; li:first-child {
  border-top-width: 1px;
  border-top-style: solid; }
#bloc-actualites.bloc-actus-style2 #eventSlider .flexslider-controls .flex-control-paging &gt; li.flex-active {
  opacity: 1; }
#bloc-actualites.bloc-actus-style2 #eventSlider .slides {
  padding: 0;
  width: 61.3%; }
#bloc-actualites.bloc-actus-style2 #eventSlider .slides img {
  width: auto;
  max-width: 100%;
  height: auto; }
#bloc-actualites.bloc-actus-style2 #eventSlider .slides li div {
  min-height: 100%; }
#bloc-actualites.bloc-actus-style2 #eventSlider .slides li div .flex-caption {
  bottom: auto;
  font-size: 130%;
  padding: 8px 27px 10px 22px;
  background-image: url("/bundles/ayalinecollectivite/images/bg-motif.png");
  background-repeat: repeat; }
#bloc-actualites.bloc-actus-style2 #eventSlider .slides li div .flex-caption p {
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 129%;
  line-height: 23px; }
#bloc-actualites.bloc-actus-style2 #eventSlider .slides li div .flex-caption h3 {
  padding: 4px 12px 4px 0;
  text-transform: uppercase;
  font-size: 90%;
  font-weight: 600;
  margin: 0;
  line-height: 15px; }

#bloc-agenda.bloc-agenda-style2 {
  background-image: url("/bundles/ayalinecollectivite/images/bg-motif.png");
  background-repeat: repeat; }
#bloc-agenda.bloc-agenda-style2 h2.h2-home-theme {
  margin-top: 42px;
  padding-top: 4px; }
#bloc-agenda.bloc-agenda-style2 .voir-plus {
  margin-left: 52px;
  margin-top: 48px;
  background-image: url("/bundles/ayalinecollectivite/images/bg-motif.png");
  background-repeat: repeat; }
#bloc-agenda.bloc-agenda-style2 #slideDates {
  margin-top: 36px; }
#bloc-agenda.bloc-agenda-style2 #slideDates li {
  margin-right: 17px; }
#bloc-agenda.bloc-agenda-style2 #slideDates li .caption {
  padding: 60px 5px 20px 29px;
  height: 133px;
  max-height: 133px; }
#bloc-agenda.bloc-agenda-style2 #slideDates li .caption h3 {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 110%;
  line-height: 11px; }
#bloc-agenda.bloc-agenda-style2 #slideDates li .caption p {
  font-weight: 400;
  font-size: 165%;
  line-height: 18px;
  padding-top: 12px; }
#bloc-agenda.bloc-agenda-style2 .grands-events-wrapper .dark-bg {
  background-image: url("/bundles/ayalinecollectivite/images/bg-motif.png");
  background-repeat: repeat; }
#bloc-agenda.bloc-agenda-style2 .grands-events-wrapper .grands-events {
  padding-top: 9px;
  display: block;
  width: 100%;
  float: left; }
#bloc-agenda.bloc-agenda-style2 .grands-events-wrapper .grands-events li {
  min-height: 100%;
  margin-bottom: 14px; }
#bloc-agenda.bloc-agenda-style2 .grands-events-wrapper .grands-events div {
  display: block;
  width: 100%;
  height: 40px;
  bottom: 0;
  padding: 0 10px;
  max-width: 100%; }
#bloc-agenda.bloc-agenda-style2 .grands-events-wrapper .grands-events div h3 {
  text-align: center;
  word-wrap: break-word; }
#bloc-agenda.bloc-agenda-style2 .grands-events-wrapper .grands-events img {
  display: block;
  width: auto;
  height: auto;
  float: left;
  max-width: 100%; }
#bloc-agenda.bloc-agenda-style2 .date {
  display: block;
  font-family: 'Roboto';
  font-weight: 400; }

#bloc-medias.bloc-media-style2 section {
  width: 59.5%; }
#bloc-medias.bloc-media-style2 aside {
  width: 40.5%; }
#bloc-medias.bloc-media-style2 .h2-home-theme {
  display: inline-block; }
#bloc-medias.bloc-media-style2 .h2-home-theme:after {
  top: -20px; }
#bloc-medias.bloc-media-style2 .h2-home-theme:before {
  top: -20px; }
#bloc-medias.bloc-media-style2 .voir-plus {
  float: right;
  padding: 9px 0px 5px 13px;
  margin-top: 25px; }
#bloc-medias.bloc-media-style2 .main-video {
  padding: 0; }
#bloc-medias.bloc-media-style2 .main-video .img-wrap {
  height: auto;
  padding-top: 20px; }
#bloc-medias.bloc-media-style2 .photos {
  margin-top: 20px; }
#bloc-medias.bloc-media-style2 .photos ul {
  display: block; }
#bloc-medias.bloc-media-style2 .photos ul li {
  max-width: 100%;
  padding: 0; }
#bloc-medias.bloc-media-style2 .photos ul li img {
  width: auto;
  height: 100%;
  max-width: 100%; }
#bloc-medias.bloc-media-style2 aside.col-md-5 .row {
  margin: 0; }
#bloc-medias.bloc-media-style2 .publications {
  background-color: #f0efef;
  margin-top: 20px; }
#bloc-medias.bloc-media-style2 .publications .pub {
  margin-bottom: 16px;
  margin-top: 25px;
  padding: 5px 4px 0 4px; }
#bloc-medias.bloc-media-style2 .publications .pub a {
  color: #FFF;
  width: 104px;
  font-weight: 400;
  font-size: 100%;
  margin-top: 10px;
  padding: 3px 0 3px 14px; }
#bloc-medias.bloc-media-style2 .publications .pub h5 {
  font-weight: 400;
  color: #343434;
  font-size: 115%;
  text-transform: none; }
#bloc-medias.bloc-media-style2 .publications .pub img {
  margin-bottom: 5px; }
#bloc-medias.bloc-media-style2 .publications .pub &gt; div {
  padding: 0 10px 0 9px; }

#bloc-voir-aussi.bloc-liens-style2 ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3; }
#bloc-voir-aussi.bloc-liens-style2 .h2-home-theme {
  margin-top: 65px; }
#bloc-voir-aussi.bloc-liens-style2 .h2-home-theme:after {
  top: -25px; }
#bloc-voir-aussi.bloc-liens-style2 .h2-home-theme:before {
  top: -25px; }
#bloc-voir-aussi.bloc-liens-style2:after {
  content: none; }

footer.bloc-footer-style2 {
  position: relative; }
footer.bloc-footer-style2 .footer-content {
  background-image: url("/bundles/ayalinecollectivite/images/bg-motif.png");
  background-repeat: repeat; }
footer.bloc-footer-style2 .footer-content .suivez-nous ul a {
  background-color: transparent; }
footer.bloc-footer-style2 .footer-top {
  border: none; }
footer.bloc-footer-style2 .footer-bottom {
  background-image: url("/bundles/ayalinecollectivite/images/bg-motif.png");
  background-repeat: repeat; }

.barre-RWD {
  display: none;
  width: 100%;
  position: relative;
  margin-top: -7px; }
.barre-RWD span {
  display: table-cell;
  width: auto;
  height: 7px; }

.infoBulle {
  padding: 5px;
  width: 500px;
  overflow: hidden;
  height: 195px;
  overflow-y: visible; }
.infoBulle img {
  float: left; }
.infoBulle a.see-more {
  margin-top: 10px; }
.infoBulle .bloc-wrapper {
  padding: 0 5px 0 20px;
  display: table-cell;
  width: 100%;
  vertical-align: top;
  overflow: hidden; }
.infoBulle .bloc-wrapper span {
  display: block;
  font-weight: 400; }
.infoBulle .bloc-wrapper h2 {
  font-weight: 700;
  font-size: 145%;
  margin-top: 0;
  margin-bottom: 5px; }
.infoBulle .bloc-wrapper .info1 {
  color: #8a8a8a;
  font-size: 100%;
  font-style: oblique;
  display: block;
  line-height: 17px;
  margin-bottom: 5px; }
.infoBulle .bloc-wrapper .info2 {
  margin-bottom: 5px; }

#map-canvas .gm-style-iw &gt; div {
  max-height: none !important; }

#map-canvas div.gm-style-iw {
  left: 5px !important;
  top: 5px !important; }

#map-canvas &gt; div &gt; div:nth-child(1) &gt; div:nth-child(3) &gt; div:nth-child(4) &gt; div &gt; div:nth-child(1) &gt; div:nth-child(4) {
  height: 199px !important; }

#map-canvas &gt; div &gt; div:nth-child(1) &gt; div:nth-child(3) &gt; div:nth-child(4) &gt; div &gt; div:nth-child(1) &gt; div:nth-child(3) {
  top: 201px !important; }

#map-canvas &gt; div &gt; div:nth-child(1) &gt; div:nth-child(3) &gt; div:nth-child(4) &gt; div, #map-canvas &gt; div &gt; div:nth-child(1) &gt; div:nth-child(3) &gt; div:nth-child(4) &gt; div &gt; div:nth-child(1) &gt; div:nth-child(2) {
  height: 201px !important; }

.gm-style-iw &gt; div &gt; div {
  overflow: hidden !important; }

a {
  color: #343434; }
a:hover {
  color: #343434; }

.paiment-desc {
  margin-bottom: 20px;
  font-size: 109%; }

.paiment-service {
  font-family: "Roboto", sans-serif;
  background-color: #f2f2f2;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 109%; }
.paiment-service strong {
  font-family: "Roboto", sans-serif;
  font-weight: 600; }
.paiment-service ul {
  margin-bottom: 0; }
.paiment-service ul li {
  padding: 4px 0 4px 20px;
  position: relative; }
.paiment-service ul li:before {
  content: '';
  background: url("/bundles/ayalinecollectivite/images/icon-right-2.png") left 0 no-repeat;
  position: absolute;
  left: 0;
  top: 9px;
  width: 13px;
  height: 13px; }

.paiment-note {
  margin-bottom: 20px;
  font-size: 109%; }

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }

.scroll-wrapper &gt; .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  position: relative !important;
  top: 0;
  width: auto !important; }

.scroll-wrapper &gt; .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0; }

.scroll-element {
  display: none; }

.scroll-element, .scroll-element div {
  box-sizing: content-box; }

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block; }

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default; }

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999; }

.scroll-textarea &gt; .scroll-content {
  overflow: hidden !important; }

.scroll-textarea &gt; .scroll-content &gt; textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important; }

.scroll-textarea &gt; .scroll-content &gt; textarea::-webkit-scrollbar {
  height: 0;
  width: 0; }

.scrollbar-macosx {
  overflow-y: scroll; }

.scrollbar-macosx &gt; .scroll-element.scroll-y .scroll-bar {
  left: -6px !important;
  min-height: 10px;
  width: 5px !important;
  background-color: rgba(0, 0, 0, 0.4); }

.scrollbar-inner &gt; .scroll-element,
.scrollbar-inner &gt; .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-inner &gt; .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-inner &gt; .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%; }

.scrollbar-inner &gt; .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px; }

.scrollbar-inner &gt; .scroll-element .scroll-element_outer {
  overflow: visible; }

.scrollbar-inner &gt; .scroll-element .scroll-element_outer,
.scrollbar-inner &gt; .scroll-element .scroll-element_track,
.scrollbar-inner &gt; .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.scrollbar-inner &gt; .scroll-element .scroll-element_track,
.scrollbar-inner &gt; .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4; }

.scrollbar-inner &gt; .scroll-element .scroll-element_track {
  background-color: #e0e0e0; }

.scrollbar-inner &gt; .scroll-element .scroll-bar {
  background-color: #c2c2c2; }

.scrollbar-inner &gt; .scroll-element:hover .scroll-bar {
  background-color: #919191; }

.scrollbar-inner &gt; .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx &gt; .scroll-element,
.scrollbar-macosx &gt; .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 995; }

.scrollbar-macosx &gt; .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-macosx &gt; .scroll-element .scroll-element_track {
  display: none; }

.scrollbar-macosx &gt; .scroll-element .scroll-bar {
  background-color: #b2b2b2;
  /* display: block; */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  /* opacity: 0; */
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  /* transition: opacity 0.2s linear; */ }

.scrollbar-macosx:hover &gt; .scroll-element .scroll-bar,
.scrollbar-macosx &gt; .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.menu_right .scroll-element .scroll-bar {
  opacity: 0; }

.scrollbar-macosx &gt; .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%; }

.scrollbar-macosx &gt; .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px; }

/* scrollbar height/width &amp; offset from container borders */
.scrollbar-macosx &gt; .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px; }

.scrollbar-macosx &gt; .scroll-element.scroll-y .scroll-bar {
  left: -13px;
  min-height: 10px;
  width: 5px; }

.scrollbar-macosx &gt; .scroll-element.scroll-x .scroll-element_outer {
  left: 2px; }

.scrollbar-macosx &gt; .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-macosx &gt; .scroll-element.scroll-y .scroll-element_outer {
  top: 2px; }

.scrollbar-macosx &gt; .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

.flexslider.noSlider ul li {
  opacity: 1 !important; }

.cache {
  display: none; }

.bloc-actualites-2 {
  padding: 41px 0;
  overflow: hidden; }
.bloc-actualites-2 .row {
  margin-left: -10px;
  margin-right: -10px;
  display: flex; }
.bloc-actualites-2 .col-md-8 {
  width: 62.38%;
  padding-left: 10px;
  padding-right: 10px; }
.bloc-actualites-2 .col-md-4 {
  width: 37.62%;
  padding-left: 0;
  padding-right: 0;
  height: 385px;
  margin-left: auto;}
.bloc-actualites-2 .col-md-8 + .col-md-4{
    height: auto;
}
.bloc-actualites-2 #actu2Slider {
  position: relative;
  font-size: 93%; }
.bloc-actualites-2 #actu2Slider .slides li &gt; a {
  display: block;
  position: relative; }
.bloc-actualites-2 #actu2Slider .slides li &gt; a:hover {
  opacity: 1; }
.bloc-actualites-2 #actu2Slider .slides li &gt; a:hover:after {
  opacity: 1; }
.bloc-actualites-2 #actu2Slider .slides li &gt; a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 1;
  transition: all 150ms ease-out; }
.bloc-actualites-2 #actu2Slider .slides li &gt; a:before {
	content: none;
}
.bloc-actualites-2 #actu2Slider .slides li .bloc-actu2 {
  position: relative; }
.bloc-actualites-2 #actu2Slider .slides li .bloc-actu2 .accroche {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 30px;
  width: 100%;
  z-index: 9; }
.bloc-actualites-2 #actu2Slider .slides li .bloc-actu2 .accroche:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.3+0,0.2+55,0+100 */
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 55%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 55%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 55%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
  z-index: -1; }
.bloc-actualites-2 #actu2Slider .slides li .bloc-actu2 .accroche h2 {
  font-size: 340%;
  font-weight: 700;
  margin: 0;
  line-height: 1em; }
.bloc-actualites-2 #actu2Slider .slides li .bloc-actu2 .accroche h3 {
  font-size: 231%;
  font-weight: 700;
  margin: 0;
  line-height: 0.9em; }
.bloc-actualites-2 #actu2Slider .slides li .bloc-actu2 .accroche-in {
  max-width: 400px; }
.bloc-actualites-2 #actu2Slider .slides li .bloc-actu2 .icon-plus {
  right: 20px;
  position: absolute;
  bottom: 27px; }
.bloc-actualites-2 #actu2Slider .slides li .bloc-actu2 .icon-plus:before {
  background: url("/bundles/ayalinecollectivite/images/svg/plus_2.svg") 50% 50% no-repeat;
  width: 40px;
  height: 40px;
  background-size: cover; }
.bloc-actualites-2 #actu2Slider .slides li img {
  width: 100%;
  height: auto; }
.bloc-actualites-2 #actu2Slider .flex-control-nav {
  z-index: 3;
  bottom: 17px;
  width: auto;
  right: 91px; }
.bloc-actualites-2 #actu2Slider .flex-control-nav li {
  margin: 0 3px; }
.bloc-actualites-2 #actu2Slider .flex-control-paging li a {
  width: 11px;
  height: 10px;
  display: block;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: transparent; }
.bloc-actualites-2 #actu2Slider .flex-control-paging li a.flex-active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }
.bloc-actualites-2 .actu-wrapper {
  background-color: #fff;
  padding: 30px 0 0 60px;
  position: absolute;
  height: 100%;
  right: 10px;
  left: 10px;
  overflow-y: scroll; }
.bloc-actualites-2 .content-rotate-bloc .rotate-bloc {
  position: absolute;
  left: 73px;
  bottom: 90px;
  z-index: 999;
  text-align: center;
  -ms-transform: rotate(-90deg);
  -ms-transform-origin: 0 100%;
  -webkit-transform: rotate(-90deg);
  -webkit-transform-origin: 0 100%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }
.bloc-actualites-2 .content-rotate-bloc .rotate-bloc h2 {
  margin: 0;
  color: #E4E5E6;
  font-size: 50px;
  font-weight: 700; }
.bloc-actualites-2 .content-rotate-bloc .icon-plus {
  position: absolute;
  bottom: 26px;
  left: 29px;
  z-index: 99; }
.bloc-actualites-2 .content-rotate-bloc .icon-plus:before {
  background: url("/bundles/ayalinecollectivite/images/svg/plus_2.svg") 50% 50% no-repeat;
  width: 40px;
  height: 40px;
  background-size: cover; }
.bloc-actualites-2 .bloc-right-actu .actu-list {
  padding-right: 40px;
  padding-bottom: 30px; }
.bloc-actualites-2 .bloc-right-actu .actu-list li {
  padding-bottom: 30px; }
.bloc-actualites-2 .bloc-right-actu .actu-list li a {
  display: block; }
.bloc-actualites-2 .bloc-right-actu .actu-list h3 {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  font-size: 160%; }
.bloc-actualites-2 .bloc-right-actu .actu-list p {
  margin-bottom: 0;
  color: #87898B;
  font-size: 127%;
  line-height: 1.2em; }
.bloc-actualites-2 .bloc-right-actu .actu-list .icon-plus {
  margin-left: 6px; }
.bloc-actualites-2 .bloc-right-actu .actu-list .icon-plus:before {
  font-size: 18px; }
.bloc-actualites-2 .scrollbar-macosx &gt; .scroll-element.scroll-y .scroll-bar {
  left: -14px !important;
  min-height: 10px;
  width: 7px !important;
  background-color: #B2B2B2;
  opacity: 1 !important;
  margin-top: 10px; }

.h2-theme-2 {
  text-align: center;
  font-size: 515%;
  line-height: 0.9em;
  margin: 0;
  font-weight: 700; }

.h3-theme-2 {
  text-align: center;
  font-size: 300%;
  margin: 0;
  font-weight: 700; }

.bloc-agenda-2 {
  background-color: #e4e5e6;
  font-size: 93%; }
.bloc-agenda-2 .inner-agenda {
  position: relative; }
.bloc-agenda-2 .inner-agenda:after {
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  background: #6f6f70;
  bottom: 212px;
  z-index: 0;
  width: 3000%; }
.bloc-agenda-2 .inner-agenda .scrollbar-macosx &gt; .scroll-element.scroll-x .scroll-bar {
  height: 11px;
  min-width: 10px;
  top: -11px;
  background: rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  opacity: 1; }
.bloc-agenda-2 .inner-agenda .scrollbar-macosx &gt; .scroll-element.scroll-x .scroll-bar:hover {
  background: rgba(0, 0, 0, 0.12); }
.bloc-agenda-2 .in-agenda {
  text-align: left;
  position: relative;
  padding: 0 37px;
  width: 100%;
  height: auto !important; }
.bloc-agenda-2 .in-agenda .swiper-wrapper {
  margin-bottom: 14px; }
.bloc-agenda-2 .in-agenda.scroll-scrollx_visible .swiper-wrapper {
  margin-bottom: 0; }
.bloc-agenda-2 .bloc-titre-agenda {
  padding: 29px 10px; }
.bloc-agenda-2 .agenda-2-wrap {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  position: relative;
  min-height: 767px;
  width: 100%; }
.bloc-agenda-2 .agenda-2-wrap .agenda-2 {
  width: 100%;
  padding-left: 273px; }
.bloc-agenda-2 .agenda-2-wrap .agenda-2 .agenda-2-in {
  padding-top: 20px; }
.bloc-agenda-2 .agenda-2-wrap .agenda-2 .outils-agenda-2 {
  color: #fff;
  padding: 0 70px;
  font-size: 13px; }
.bloc-agenda-2 .agenda-2-wrap .agenda-2 .outils-agenda-2 .col-outil {
  display: inline-block;
  padding: 20px 26px 14px;
  position: relative; }
.bloc-agenda-2 .agenda-2-wrap .agenda-2 .outils-agenda-2 .col-outil label {
  margin-right: 10px;
  font-weight: 400; }
.bloc-agenda-2 .agenda-2-wrap .agenda-2 .outils-agenda-2 .col-outil .filter-btn {
  text-transform: uppercase; }
.bloc-agenda-2 .agenda-2-wrap .agenda-2 .outils-agenda-2 .col-outil .filter-btn .icon-filter {
  display: inline-block;
  vertical-align: text-top;
  margin-right: 7px; }
.bloc-agenda-2 .agenda-2-wrap .agenda-2 .outils-agenda-2 .col-outil .date-agenda-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  /* firefox 19+ */
  /* ie */ }
.bloc-agenda-2 .agenda-2-wrap .agenda-2 .outils-agenda-2 .col-outil .date-agenda-wrap .icon-date {
  position: absolute;
  right: 10px;
  top: 5px;
  pointer-events: none; }
.bloc-agenda-2 .agenda-2-wrap .agenda-2 .outils-agenda-2 .col-outil .date-agenda-wrap input {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 2px 34px 2px 14px;
  width: 155px;
  cursor: pointer;
  height: 28px;
  line-height: 20px; }
.bloc-agenda-2 .agenda-2-wrap .agenda-2 .outils-agenda-2 .col-outil .date-agenda-wrap input::-webkit-input-placeholder {
  color: #FFF; }
.bloc-agenda-2 .agenda-2-wrap .agenda-2 .outils-agenda-2 .col-outil .date-agenda-wrap input::-moz-placeholder {
  color: #FFF; }
.bloc-agenda-2 .agenda-2-wrap .agenda-2 .outils-agenda-2 .col-outil .date-agenda-wrap input:-ms-input-placeholder {
  color: #FFF; }
.bloc-agenda-2 .agenda-2-wrap .agenda-2 .outils-agenda-2 .col-outil .date-agenda-wrap input:-moz-placeholder {
  color: #FFF; }
.bloc-agenda-2 .agenda-2-wrap .agenda-2 .outils-agenda-2 a {
  color: #fff; }
.bloc-agenda-2 .agenda-2-wrap .bloc-image-link {
  width: 273px;
  color: #fff;
  position: absolute;
  text-align: center;
  left: 0;
  height: 100%;
  top: 0;
  z-index: 999; }
.bloc-agenda-2 .agenda-2-wrap .bloc-image-link a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0 20px; }
.bloc-agenda-2 .agenda-2-wrap .bloc-image-link .image-wrap {
  background: rgba(255, 255, 255, 0.6);
  display: inline-block;
  padding: 43px 33px;
  transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  max-width: 100%;
  margin: 102px 20px 0; }
.bloc-agenda-2 .agenda-2-wrap .bloc-image-link .image-wrap img {
  width: 100%;
  height: auto;
  transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  -o-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  -webkit-transform: rotate(6deg); }
.bloc-agenda-2 .agenda-2-wrap .bloc-image-link .link-wrap {
  margin-top: 84px; }
.bloc-agenda-2 .agenda-2-wrap .bloc-image-link .link-wrap .link-title {
  font-size: 298%;
  line-height: 1.3em;
  font-weight: 100;
  letter-spacing: 4px; }
.bloc-agenda-2 .agenda-2-wrap .bloc-image-link .link-wrap .link-title span {
  display: block;
  font-weight: 700;
  font-size: 140%; }
.bloc-agenda-2 .agenda-2-wrap .bloc-image-link .link-wrap .icon-plus {
  margin-top: 45px; }
.bloc-agenda-2 .agenda-2-wrap .bloc-image-link .link-wrap .icon-plus:before {
  background: url("/bundles/ayalinecollectivite/images/svg/plus_4.svg") 50% 50% no-repeat;
  width: 63px;
  height: 63px;
  background-size: cover; }

@keyframes shake {
  0% {
    transform: rotate(-6deg); }
  5.5% {
    transform: rotate(-3deg); }
  11% {
    transform: rotate(0deg); }
  16.5% {
    transform: rotate(3deg); }
  22% {
    transform: rotate(6deg); }
  27.5% {
    transform: rotate(3deg); }
  33% {
    transform: rotate(0deg); }
  38.5% {
    transform: rotate(-3deg); }
  44% {
    transform: rotate(-6deg); }
  49.5% {
    transform: rotate(-6deg); }
  55% {
    transform: rotate(-3deg); }
  60.5% {
    transform: rotate(0deg); }
  66% {
    transform: rotate(3deg); }
  71.5% {
    transform: rotate(6deg); }
  77% {
    transform: rotate(3deg); }
  82.5% {
    transform: rotate(0deg); }
  88% {
    transform: rotate(-3deg); }
  100% {
    transform: rotate(-6deg); } }
.voir-tout-wrapper {
  text-align: center;
  padding: 38px 0 38px 273px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.voir-tout {
  font-size: 217%;
  line-height: 1em;
  font-weight: 100; }
.voir-tout .icon-plus {
  margin-left: 5px;
  margin-top: -5px; }
.voir-tout .icon-plus:before {
  background: url("/bundles/ayalinecollectivite/images/svg/plus_2.svg") 50% 50% no-repeat;
  width: 40px;
  height: 40px;
  background-size: cover; }

.swiper-container {
  margin: 0 auto;
  position: relative;
  z-index: 1; }

.swiper-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-bottom: 47px; }

.icon-filter img {
  width: 16px;
  height: 14px;
  display: block; }

.icon-date img {
  width: 19px;
  height: 18px;
  display: block; }

.swiper-slide {
  white-space: normal;
  display: table-cell;
  width: 342px;
  overflow: hidden;
  vertical-align: bottom;
  position: relative; }
.swiper-slide a {
  display: block; }
.swiper-slide a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: rgba(228, 229, 230, 0.5);
  z-index: 1;
  -webkit-transition: all 280ms ease-out;
  -moz-transition: all 280ms ease-out;
  -o-transition: all 280ms ease-out;
  transition: all 280ms ease-out; }
.swiper-slide a:hover, .swiper-slide a:focus {
  opacity: 1; }
.swiper-slide a:hover:after, .swiper-slide a:focus:after {
  opacity: 1; }
.swiper-slide a:hover .inner-article figure, .swiper-slide a:focus .inner-article figure {
  width: 170px;
  height: 170px;
  margin-top: -20px; }
.swiper-slide .bloc-date {
  padding-bottom: 18px;
  padding-left: 35px; }
.swiper-slide .bloc-date &gt; div:first-child {
  z-index: 10;
  position: relative; }
.swiper-slide .bloc-date &gt; div + div {
  margin-top: -20px;
  z-index: 9;
  position: relative; }
.swiper-slide .date {
  display: inline-block;
  color: #fff;
  background: #666;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  min-width: 70px;
  min-height: 70px;
  text-align: center;
  padding: 23px 0 0 0; }
.swiper-slide .date span {
  display: block;
  line-height: 16px; }
.swiper-slide .date span.day {
  font-weight: 900;
  font-size: 195%; }
.swiper-slide .date span.month {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 80%;
  padding-top: 4px; }
.swiper-slide .inner-article {
  position: relative;
  padding-left: 20px;
  margin: 0 15px; }
.swiper-slide .inner-article:before {
  content: '';
  position: absolute;
  left: 0;
  top: -53px;
  bottom: 76px;
  border: 1px solid #666;
  width: 36px;
  border-radius: 16px;
  border-right: 0;
  pointer-events: none; }
.swiper-slide .inner-article .description-event {
  padding-bottom: 28px; }
.swiper-slide .inner-article .description-event .sous_titre_event {
  font-size: 125%;
  text-transform: uppercase;
  line-height: 1em; }
.swiper-slide .inner-article .description-event .event_name {
  margin: 3px 0 5px 0;
  font-weight: 700;
  font-size: 133%;
  text-transform: uppercase; }
.swiper-slide .inner-article .description-event .resume_event {
  font-size: 103%;
  color: #75778a;
  line-height: 1.3em; }
.swiper-slide .inner-article .description-event .commune_event {
  text-transform: uppercase;
  font-size: 85%;
  color: #75778a;
  line-height: 1.2em;
  margin-top: 12px; }
.swiper-slide .inner-article .description-event .icon-plus-wrapper {
  padding-top: 15px; }
.swiper-slide .inner-article .description-event .icon-plus-wrapper .icon-plus:before {
  background: url("/bundles/ayalinecollectivite/images/svg/plus_3.svg") 50% 50% no-repeat;
  width: 30px;
  height: 30px;
  background-size: cover; }
.swiper-slide .inner-article figure {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 9;
  position: relative;
  border: 10px solid #FFF;
  margin-left: -11px;
  -webkit-transition: all 280ms ease-out;
  -moz-transition: all 280ms ease-out;
  -o-transition: all 280ms ease-out;
  transition: all 280ms ease-out; }
.swiper-slide .inner-article figure img {
  width: 100%;
  height: auto; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  opacity: 1 !important; }

.swiper-container-horizontal &gt; .swiper-scrollbar {
  position: absolute;
  left: 55px;
  bottom: 0;
  z-index: 50;
  height: 11px;
  width: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  left: 0;
  top: 0; }

.icon-plus {
  display: inline-block;
  vertical-align: middle; }

.icon-plus:before {
  content: "";
  background: url("/bundles/ayalinecollectivite/images/svg/plus_1.svg") 50% 50% no-repeat;
  width: 25px;
  height: 25px;
  margin: 0;
  display: block;
  background-size: cover; }

.bloc-service {
  padding: 30px 0 96px; }
.bloc-service .h2-theme-2 {
  margin-bottom: 41px; }
.bloc-service .services-container {
  max-width: 1666px;
  margin: auto;
  overflow: hidden;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-wrap: wrap;
  -webkit-box-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.bloc-service .item-service {
  position: relative;
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  padding: 16px;
  text-align: center; }
.bloc-service .item-service a {
  display: block; }
@media (min-width: 1201px) {
  .bloc-service .item-service:nth-child(4n):before {
    content: none; }
  .bloc-service .item-service:nth-child(4n):after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+0,e1e1e1+100&amp;1+0,0+100 */
    background: -moz-linear-gradient(left, #e1e1e1 0%, rgba(225, 225, 225, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e1e1e1 0%, rgba(225, 225, 225, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e1e1e1 0%, rgba(225, 225, 225, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#00e1e1e1', GradientType=1);
    /* IE6-9 */ }
  .bloc-service .item-service:nth-child(4n + 1):after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+0,e1e1e1+100&amp;0+0,1+100 */
    background: -moz-linear-gradient(left, rgba(225, 225, 225, 0) 0%, #e1e1e1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(225, 225, 225, 0) 0%, #e1e1e1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(225, 225, 225, 0) 0%, #e1e1e1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e1e1e1', endColorstr='#e1e1e1', GradientType=1);
    /* IE6-9 */ }
  .bloc-service .item-service:nth-child(-n+4):before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+0,e1e1e1+100&amp;0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(225, 225, 225, 0) 0%, #e1e1e1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(225, 225, 225, 0) 0%, #e1e1e1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(225, 225, 225, 0) 0%, #e1e1e1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e1e1e1', endColorstr='#e1e1e1', GradientType=0);
    /* IE6-9 */ }
  .bloc-service .item-service:nth-child(4n+1):nth-last-child(-n+4):before, .bloc-service .item-service:nth-child(4n+1):nth-last-child(-n+4) ~ .item-service:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+0,e1e1e1+100&amp;1+0,0.8+73,0+100 */
    background: -moz-linear-gradient(top, #e1e1e1 0%, rgba(225, 225, 225, 0.8) 73%, rgba(225, 225, 225, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e1e1e1 0%, rgba(225, 225, 225, 0.8) 73%, rgba(225, 225, 225, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e1e1e1 0%, rgba(225, 225, 225, 0.8) 73%, rgba(225, 225, 225, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#00e1e1e1', GradientType=0);
    /* IE6-9 */ }
  .bloc-service .item-service:nth-child(4n+1):nth-last-child(-n+4):after, .bloc-service .item-service:nth-child(4n+1):nth-last-child(-n+4) ~ .item-service:after {
    content: none; }
  .bloc-service .item-service:nth-child(4):after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+0,e1e1e1+100 */
    background: #e1e1e1;
    /* Old browsers */
    background: -moz-linear-gradient(left, #e1e1e1 0%, #e1e1e1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e1e1e1 0%, #e1e1e1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e1e1e1 0%, #e1e1e1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#e1e1e1', GradientType=1);
    /* IE6-9 */ } }
@media (min-width: 992px) and (max-width: 1200px) {
  .bloc-service .item-service:nth-child(4n):before {
    content: none; }
  .bloc-service .item-service:nth-child(4n):after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+0,e1e1e1+100&amp;1+0,0+100 */
    background: -moz-linear-gradient(left, #e1e1e1 0%, rgba(225, 225, 225, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e1e1e1 0%, rgba(225, 225, 225, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e1e1e1 0%, rgba(225, 225, 225, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#00e1e1e1', GradientType=1);
    /* IE6-9 */ }
  .bloc-service .item-service:nth-child(4n + 1):after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+0,e1e1e1+100&amp;0+0,1+100 */
    background: -moz-linear-gradient(left, rgba(225, 225, 225, 0) 0%, #e1e1e1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(225, 225, 225, 0) 0%, #e1e1e1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(225, 225, 225, 0) 0%, #e1e1e1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e1e1e1', endColorstr='#e1e1e1', GradientType=1);
    /* IE6-9 */ }
  .bloc-service .item-service:nth-child(-n+4):before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+0,e1e1e1+100&amp;0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(225, 225, 225, 0) 0%, #e1e1e1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(225, 225, 225, 0) 0%, #e1e1e1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(225, 225, 225, 0) 0%, #e1e1e1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e1e1e1', endColorstr='#e1e1e1', GradientType=0);
    /* IE6-9 */ }
  .bloc-service .item-service:nth-child(4n+1):nth-last-child(-n+4):before, .bloc-service .item-service:nth-child(4n+1):nth-last-child(-n+4) ~ .item-service:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+0,e1e1e1+100&amp;1+0,0.8+73,0+100 */
    background: -moz-linear-gradient(top, #e1e1e1 0%, rgba(225, 225, 225, 0.8) 73%, rgba(225, 225, 225, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e1e1e1 0%, rgba(225, 225, 225, 0.8) 73%, rgba(225, 225, 225, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e1e1e1 0%, rgba(225, 225, 225, 0.8) 73%, rgba(225, 225, 225, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#00e1e1e1', GradientType=0);
    /* IE6-9 */ }
  .bloc-service .item-service:nth-child(4n+1):nth-last-child(-n+4):after, .bloc-service .item-service:nth-child(4n+1):nth-last-child(-n+4) ~ .item-service:after {
    content: none; }
  .bloc-service .item-service:nth-child(4):after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+0,e1e1e1+100 */
    background: #e1e1e1;
    /* Old browsers */
    background: -moz-linear-gradient(left, #e1e1e1 0%, #e1e1e1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e1e1e1 0%, #e1e1e1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e1e1e1 0%, #e1e1e1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#e1e1e1', GradientType=1);
    /* IE6-9 */ } }
@media (min-width: 651px) and (max-width: 991px) {
  .bloc-service .item-service:nth-child(3n):before {
    content: none; }
  .bloc-service .item-service:nth-child(3n):after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+0,e1e1e1+100&amp;1+0,0+100 */
    background: -moz-linear-gradient(left, #e1e1e1 0%, rgba(225, 225, 225, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e1e1e1 0%, rgba(225, 225, 225, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e1e1e1 0%, rgba(225, 225, 225, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#00e1e1e1', GradientType=1);
    /* IE6-9 */ }
  .bloc-service .item-service:nth-child(3n + 1):after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+0,e1e1e1+100&amp;0+0,1+100 */
    background: -moz-linear-gradient(left, rgba(225, 225, 225, 0) 0%, #e1e1e1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(225, 225, 225, 0) 0%, #e1e1e1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(225, 225, 225, 0) 0%, #e1e1e1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e1e1e1', endColorstr='#e1e1e1', GradientType=1);
    /* IE6-9 */ }
  .bloc-service .item-service:nth-child(-n+3):before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+0,e1e1e1+100&amp;0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(225, 225, 225, 0) 0%, #e1e1e1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(225, 225, 225, 0) 0%, #e1e1e1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(225, 225, 225, 0) 0%, #e1e1e1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e1e1e1', endColorstr='#e1e1e1', GradientType=0);
    /* IE6-9 */ }
  .bloc-service .item-service:nth-child(3n+1):nth-last-child(-n+3):before, .bloc-service .item-service:nth-child(3n+1):nth-last-child(-n+3) ~ .item-service:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+0,e1e1e1+100&amp;1+0,0.8+73,0+100 */
    background: -moz-linear-gradient(top, #e1e1e1 0%, rgba(225, 225, 225, 0.8) 73%, rgba(225, 225, 225, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e1e1e1 0%, rgba(225, 225, 225, 0.8) 73%, rgba(225, 225, 225, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e1e1e1 0%, rgba(225, 225, 225, 0.8) 73%, rgba(225, 225, 225, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#00e1e1e1', GradientType=0);
    /* IE6-9 */ }
  .bloc-service .item-service:nth-child(3n+1):nth-last-child(-n+3):after, .bloc-service .item-service:nth-child(3n+1):nth-last-child(-n+3) ~ .item-service:after {
    content: none; }
  .bloc-service .item-service:nth-child(3):after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+0,e1e1e1+100 */
    background: #e1e1e1;
    /* Old browsers */
    background: -moz-linear-gradient(left, #e1e1e1 0%, #e1e1e1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e1e1e1 0%, #e1e1e1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e1e1e1 0%, #e1e1e1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#e1e1e1', GradientType=1);
    /* IE6-9 */ } }
@media (min-width: 481px) and (max-width: 650px) {
  .bloc-service .item-service:nth-child(2n):before {
    content: none; }
  .bloc-service .item-service:nth-child(2n):after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+0,e1e1e1+100&amp;1+0,0+100 */
    background: -moz-linear-gradient(left, #e1e1e1 0%, rgba(225, 225, 225, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e1e1e1 0%, rgba(225, 225, 225, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e1e1e1 0%, rgba(225, 225, 225, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#00e1e1e1', GradientType=1);
    /* IE6-9 */ }
  .bloc-service .item-service:nth-child(2n + 1):after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+0,e1e1e1+100&amp;0+0,1+100 */
    background: -moz-linear-gradient(left, rgba(225, 225, 225, 0) 0%, #e1e1e1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(225, 225, 225, 0) 0%, #e1e1e1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(225, 225, 225, 0) 0%, #e1e1e1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e1e1e1', endColorstr='#e1e1e1', GradientType=1);
    /* IE6-9 */ }
  .bloc-service .item-service:nth-child(-n+2):before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+0,e1e1e1+100&amp;0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(225, 225, 225, 0) 0%, #e1e1e1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(225, 225, 225, 0) 0%, #e1e1e1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(225, 225, 225, 0) 0%, #e1e1e1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e1e1e1', endColorstr='#e1e1e1', GradientType=0);
    /* IE6-9 */ }
  .bloc-service .item-service:nth-child(2n+1):nth-last-child(-n+2):before, .bloc-service .item-service:nth-child(2n+1):nth-last-child(-n+2) ~ .item-service:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+0,e1e1e1+100&amp;1+0,0.8+73,0+100 */
    background: -moz-linear-gradient(top, #e1e1e1 0%, rgba(225, 225, 225, 0.8) 73%, rgba(225, 225, 225, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e1e1e1 0%, rgba(225, 225, 225, 0.8) 73%, rgba(225, 225, 225, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e1e1e1 0%, rgba(225, 225, 225, 0.8) 73%, rgba(225, 225, 225, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#00e1e1e1', GradientType=0);
    /* IE6-9 */ }
  .bloc-service .item-service:nth-child(2n+1):nth-last-child(-n+2):after, .bloc-service .item-service:nth-child(2n+1):nth-last-child(-n+2) ~ .item-service:after {
    content: none; }
  .bloc-service .item-service:nth-child(2):after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+0,e1e1e1+100 */
    background: #e1e1e1;
    /* Old browsers */
    background: -moz-linear-gradient(left, #e1e1e1 0%, #e1e1e1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e1e1e1 0%, #e1e1e1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e1e1e1 0%, #e1e1e1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#e1e1e1', GradientType=1);
    /* IE6-9 */ } }
@media (max-width: 480px) {
  .bloc-service .item-service:nth-child(even):after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+0,e1e1e1+100&amp;0+0,1+100 */
    background: -moz-linear-gradient(left, rgba(225, 225, 225, 0) 0%, #e1e1e1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(225, 225, 225, 0) 0%, #e1e1e1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(225, 225, 225, 0) 0%, #e1e1e1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e1e1e1', endColorstr='#e1e1e1', GradientType=1);
    /* IE6-9 */ }
  .bloc-service .item-service:nth-child(odd):after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+0,e1e1e1+100&amp;1+0,0+100 */
    background: -moz-linear-gradient(left, #e1e1e1 0%, rgba(225, 225, 225, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e1e1e1 0%, rgba(225, 225, 225, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e1e1e1 0%, rgba(225, 225, 225, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#00e1e1e1', GradientType=1);
    /* IE6-9 */ }
  .bloc-service .item-service:nth-last-child(2):after {
    content: none; }
  .bloc-service .item-service:nth-last-child(2):before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+0,e1e1e1+100&amp;1+0,0.8+73,0+100 */
    background: -moz-linear-gradient(top, #e1e1e1 0%, rgba(225, 225, 225, 0.8) 73%, rgba(225, 225, 225, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e1e1e1 0%, rgba(225, 225, 225, 0.8) 73%, rgba(225, 225, 225, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e1e1e1 0%, rgba(225, 225, 225, 0.8) 73%, rgba(225, 225, 225, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#00e1e1e1', GradientType=0);
    /* IE6-9 */ }
  .bloc-service .item-service:nth-child(-n+2):before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+0,e1e1e1+100&amp;0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(225, 225, 225, 0) 0%, #e1e1e1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(225, 225, 225, 0) 0%, #e1e1e1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(225, 225, 225, 0) 0%, #e1e1e1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e1e1e1', endColorstr='#e1e1e1', GradientType=0);
    /* IE6-9 */ }
  .bloc-service .item-service:nth-child(2n+1):nth-last-child(-n+2):before, .bloc-service .item-service:nth-child(2n+1):nth-last-child(-n+2) ~ .item-service:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+0,e1e1e1+100&amp;1+0,0.8+73,0+100 */
    background: -moz-linear-gradient(top, #e1e1e1 0%, rgba(225, 225, 225, 0.8) 73%, rgba(225, 225, 225, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e1e1e1 0%, rgba(225, 225, 225, 0.8) 73%, rgba(225, 225, 225, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e1e1e1 0%, rgba(225, 225, 225, 0.8) 73%, rgba(225, 225, 225, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#00e1e1e1', GradientType=0);
    /* IE6-9 */ }
  .bloc-service .item-service:nth-child(2n+1):nth-last-child(-n+2):after, .bloc-service .item-service:nth-child(2n+1):nth-last-child(-n+2) ~ .item-service:after {
    content: none; } }
.bloc-service .item-service:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+0,e1e1e1+100 */
  background: #e1e1e1;
  /* Old browsers */
  background: -moz-linear-gradient(left, #e1e1e1 0%, #e1e1e1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e1e1e1 0%, #e1e1e1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e1e1e1 0%, #e1e1e1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#e1e1e1',GradientType=1 );
  /* IE6-9 */ }
.bloc-service .item-service:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+0,e1e1e1+100 */
  background: #e1e1e1;
  /* Old browsers */
  background: -moz-linear-gradient(left, #e1e1e1 0%, #e1e1e1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e1e1e1 0%, #e1e1e1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e1e1e1 0%, #e1e1e1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#e1e1e1',GradientType=1 );
  /* IE6-9 */ }
.bloc-service .item-service .img-container {
  background: #E4E5E6;
  display: inline-block;
  transform: rotate(-5deg);
  max-width: 100%;
  margin-top: 23px;
  width: 113px;
  height: 112px;
  margin-bottom: 22px; }
.bloc-service .item-service .img-container img {
  transform: rotate(5deg);
  width: 100%;
  height: auto; }
.bloc-service .item-service .service-title {
  display: block;
  line-height: 1em;
  font-size: 187%;
  max-width: 232px;
  margin: auto; }
.bloc-service .item-service.profil {
  color: #fff;
  text-align: left;
  padding: 0;
  font-size: 140%; }
.bloc-service .item-service.profil .profil-title {
  font-size: 147%;
  font-weight: 700;
  margin: 0;
  padding: 31px 10%; }
.bloc-service .item-service.profil .profil-list {
  margin: 0; }
.bloc-service .item-service.profil .profil-list li {
  position: relative; }
.bloc-service .item-service.profil .profil-list li:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0.9+0,0.1+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#1affffff',GradientType=1 );
  /* IE6-9 */ }
.bloc-service .item-service.profil .profil-menu {
  padding: 22px 9%;
  cursor: pointer;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
.bloc-service .item-service.profil .profil-menu:hover, .bloc-service .item-service.profil .profil-menu:focus {
  opacity: 0.6; }
.bloc-service .item-service.profil .profil-menu strong {
  font-size: 114%;
  font-weight: 400; }
.bloc-service .item-service.profil .profil-menu span, .bloc-service .item-service.profil .profil-menu strong {
  display: inline-block;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
.bloc-service .item-service.profil .profil-menu .icon-menu {
  margin-right: 14%;
  margin-top: -7px; }
.bloc-service .item-service.profil .profil-menu .arrow {
  position: relative;
  width: 50px;
  height: 50px;
  float: right;
  margin-top: -7px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
.bloc-service .item-service.profil .profil-menu .arrow:before {
  content: "";
  width: 2px;
  height: 18px;
  background: #fff;
  position: absolute;
  left: 18px;
  top: 17px;
  -moz-transform: rotate(-43deg);
  -o-transform: rotate(-43deg);
  -ms-transform: rotate(-43deg);
  -webkit-transform: rotate(-43deg);
  transform: rotate(-43deg); }
.bloc-service .item-service.profil .profil-menu .arrow:after {
  content: "";
  width: 2px;
  height: 18px;
  background: #fff;
  position: absolute;
  left: 29px;
  top: 17px;
  -moz-transform: rotate(43deg);
  -o-transform: rotate(43deg);
  -ms-transform: rotate(43deg);
  -webkit-transform: rotate(43deg);
  transform: rotate(43deg); }
.bloc-service .item-service.profil .profil-menu.profil-menu-open .arrow {
  transform: rotate(180deg); }
.bloc-service .item-service.profil .sub-menu-profil {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1; }
.bloc-service .item-service.profil .sub-menu-profil a {
  display: block;
  padding: 6px 10%; }
.bloc-service .item-service.profil a {
  color: #fff; }

.zone_cliquable {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99; }

.bloc-media-2 {
  overflow: hidden;
  margin-bottom: 50px; }
.bloc-media-2 .h2-media {
  text-transform: uppercase;
  font-size: 61px;
  font-weight: 800;
  position: absolute;
  width: 57px;
  bottom: 0;
  right: 0;
  text-align: center;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: 7px 15px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }
.bloc-media-2 .carte {
  position: relative;
  float: left;
  width: 33.333333%;
  overflow: hidden; }
.bloc-media-2 .carte a {
  display: block; }
.bloc-media-2 .carte .carte-wrapper img {
  width: 100%;
  height: auto; }
.bloc-media-2 .carte .carte-front {
  text-align: center;
  padding-right: 80px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
.bloc-media-2 .carte .carte-front h3 {
  font-weight: 800;
  font-size: 256%;
  margin-top: 13%; }
.bloc-media-2 .carte .carte-front h3 span {
  display: block;
  font-weight: 400; }
.bloc-media-2 .carte .carte-front .icon-carte {
  display: block;
  margin-top: 15%;
  margin-bottom: 10%;
  height: 28%; }
.bloc-media-2 .carte .carte-front .icon-carte img {
  max-height: 100%;
  width: auto; }
.bloc-media-2 .carte .carte-front .icon-plus:before {
  background: url("/bundles/ayalinecollectivite/images/svg/plus_2.svg") 50% 50% no-repeat;
  width: 40px;
  height: 40px;
  background-size: cover; }
.bloc-media-2 .bloc-col {
  float: left;
  width: 16.666666667%; }
.bloc-media-2 .bloc {
  position: relative;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  vertical-align: top;
  overflow: hidden; }
.bloc-media-2 .bloc a {
  display: block;
  transition: all 200ms ease-out; }
.bloc-media-2 .bloc .circle-icon {
  width: 81px;
  height: 81px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }
.bloc-media-2 .bloc .circle-icon img {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto; }
.bloc-media-2 .bloc .circle-icon:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.8;
  display: block;
  position: absolute;
  border-radius: 50%;
  z-index: 0; }
.bloc-media-2 .bloc .visuel-wrap img {
  width: 100%;
  height: auto; }

.bloc-galerie {
  margin-bottom: 50px; }
.bloc-galerie .galerie-list {
  overflow: hidden;
  margin: 0; }
.bloc-galerie .galerie-list li {
  width: 33.333333%;
  float: left;
  position: relative;
  padding: 0; }
.bloc-galerie .galerie-list li:before {
  content: none; }
.bloc-galerie .galerie-list li a {
  display: block; }
.bloc-galerie .galerie-list li a:hover {
  opacity: 1; }
.bloc-galerie .galerie-list li .img-galerie img {
  width: 100%;
  height: auto; }
.bloc-galerie .galerie-list li .back-galerie {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(8, 8, 8, 0.5);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
.bloc-galerie .galerie-list li .picto-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 49px;
  height: 48px;
  border-radius: 5px; }
.bloc-galerie .galerie-list li .picto-video:after {
  content: "";
  position: absolute;
  top: 16px;
  right: 17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 13px;
  border-color: transparent transparent transparent #ffffff; }
.bloc-galerie .galerie-list li .icon-plus {
  width: 44px;
  height: 44px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }
.bloc-galerie .galerie-list li .icon-plus:before {
  background: url("/bundles/ayalinecollectivite/images/svg/plus_4.svg") 50% 50% no-repeat;
  width: 44px;
  height: 44px;
  background-size: cover; }
.bloc-galerie .galerie-list li:hover .back-galerie {
  opacity: 1;
  visibility: visible; }
.bloc-galerie .galerie-list li .inline-content-galerie {
  display: none; }

.pp_inline iframe {
  width: 100%; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .bloc-agenda-2 .in-agenda .swiper-wrapper {
    margin-bottom: 0; } }
.at_a11y {
  display: none; }

.icon-error {
  width: 20px;
  height: 20px;
  background: url(/bundles/ayalinecollectivite/images/svg/signaler_erreur.svg) no-repeat center;
  background-size: 76px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: 1px; }

section.col-md-8 &gt; article {
  padding-bottom: 29px;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 21px; }

html {
  overflow: auto; }

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.428571429;
  font-size: 15px;
  color: #606163;
  background-color: #fff;
  margin: auto;
  overflow: hidden; }

header .navbar-default .navbar-left li a, header .navbar-default .navbar-left a:hover {
  color: #9d9c9b; }

.navbar-default .navbar-left li a span {
  color: #0E2C42; }

.navbar-default .navbar-left li.active &gt; a {
  background-color: #0E2C42; }

header .header-top .subtitle-header p span {
  color: #FFF; }

.navbar-default .navbar-right &gt; li {
  background-color: #0E2C42; }

header .header-top {
  background-color: #0E2C42; }

.navbar-default:after {
  background: #0E2C42;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBjOTdlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYmIwZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #0E2C42 0%, #FFF 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0E2C42), color-stop(100%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #0E2C42 0%, #FFF 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #0E2C42 0%, #FFF 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #0E2C42 0%, #FFF 100%);
  /* IE10+ */
  background: linear-gradient(to right, #0E2C42 0%, #FFF 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-theme-2', endColorstr='$color-dark-theme',GradientType=1 );
  /* IE6-8 */ }

.navbar-right .dropdown-menu {
  background-color: #0E2C42; }

.h2-focus-theme span {
  color: #0E2C42; }

.h2-focus-theme span:after {
  border-left-color: #0E2C42; }

#slideshowId .caption .caption-txt-theme {
  background-color: #0E2C42; }

#bloc-focus {
  background-color: #0E2C42; }

#bloc-acces-rapide .h2-home-theme {
  color: #0E2C42; }

header .navbar-default .navbar-left .dropdown-menu {
  background-color: #0E2C42; }

header .navbar-default .navbar-left &gt; li:hover &gt; a:before {
  border-bottom-color: #0E2C42; }

header .navbar-default .navbar-collapse.in {
  background-color: #0E2C42; }

header .navbar-default .navbar-left li:first-child &gt; a:before {
  background-color: transparent; }

header .navbar-default .navbar-left li:nth-child(2) &gt; a:before {
  background-color: transparent; }

header .navbar-default .navbar-left li:nth-child(3) &gt; a:before {
  background-color: transparent; }

header .navbar-default .navbar-left li:nth-child(4) &gt; a:before {
  background-color: transparent; }

header .navbar-default .navbar-left li:nth-child(5) &gt; a:before {
  background-color: transparent; }

header .navbar-default .navbar-left li:nth-child(6) &gt; a:before {
  background-color: transparent; }

header .navbar-default .navbar-left li:nth-child(7) &gt; a:before {
  background-color: transparent; }

header .barre-RWD span:first-child {
  background-color: transparent; }

header .barre-RWD span:nth-child(2) {
  background-color: transparent; }

header .barre-RWD span:nth-child(3) {
  background-color: transparent; }

header .barre-RWD span:nth-child(4) {
  background-color: transparent; }

header .barre-RWD span:nth-child(5) {
  background-color: transparent; }

header .barre-RWD span:nth-child(6) {
  background-color: transparent; }

header .barre-RWD span:nth-child(7) {
  background-color: transparent; }

#bloc-acces-rapide .h2-home-theme:before {
  background-color: #FFF; }

#bloc-acces-rapide .h2-home-theme:after {
  border-left-color: #FFF; }

#slideshowId .flex-control-paging li a.flex-active {
  background-color: #0E2C42; }

.bloc-actualites-2 {
  background-color: #0E2C42; }

.icon-plus:before {
  color: #0E2C42; }

.bloc-actualites-2 #actu2Slider .flex-control-paging li a {
  -moz-box-shadow: inset 0 0 0 1px #0E2C42;
  -webkit-box-shadow: inset 0 0 0 1px #0E2C42;
  -o-box-shadow: inset 0 0 0 1px #0E2C42;
  box-shadow: inset 0 0 0 1px #0E2C42; }

.bloc-actualites-2 #actu2Slider .flex-control-paging li a.flex-active {
  background-color: #E42649; }

.bloc-actualites-2 .bloc-right-actu .actu-list h3 {
  color: #E42649; }

.bloc-actualites-2 .bloc-right-actu .actu-list .icon-plus:before {
  color: #E42649; }

.bloc-agenda-2 .h2-theme-2 {
  color: #0E2C42; }

.bloc-agenda-2 .h3-theme-2 {
  color: #189DD5; }

.bloc-agenda-2 .outils-agenda-2 {
  background-color: #0E2C42; }

.bloc-agenda-2 .agenda-2-wrap .bloc-image-link {
  background-color: #189DD5; }

.swiper-slide .date {
  background-color: #189DD5; }

.swiper-slide .inner-article .description-event .sous_titre_event {
  color: #189DD5; }

.swiper-slide .inner-article .description-event .event_name {
  color: #0E2C42; }

.swiper-slide .inner-article .description-event .link a {
  color: #189DD5;
  border-color: #189DD5; }

.bloc-agenda-2 .inner-agenda:after {
  background: #0E2C42; }

.swiper-slide .inner-article:before {
  border-color: #0E2C42; }

.voir-tout {
  color: #0E2C42; }

.voir-tout .icon-plus:before {
  color: #0E2C42; }

.swiper-slide .icon-plus:before {
  color: #189DD5; }

.bloc-service .h2-theme-2 {
  color: #0E2C42; }

.bloc-service .item-service.profil {
  background-color: #E42649; }

.bloc-service .item-service .service-title {
  color: #E42649; }

.bloc-service .item-service.profil .sub-menu-profil {
  background-color: #E42649; }

.bloc-media-2 {
  background-color: #3EC1CF; }

.carte .carte-front h3 {
  color: #0E2C42; }

.bloc-media-2 .h2-media {
  color: #0E2C42; }

.carte .icon-plus:before {
  color: #0E2C42; }

.bloc.bloc-photos {
  background-color: #E42649; }

.bloc.bloc-videos {
  background-color: #3EC1CF; }

.bloc.bloc-brochures {
  background-color: #85C46E; }

.bloc.bloc-360 {
  background-color: #0E2C42; }

.bloc .circle-icon:after {
  background-color: #0E2C42; }

footer {
  background-color: #0bb0eb; }

.footer-top .h2-home-theme {
  color: #0c97eb; }

footer .footer-top .btn-default {
  background-color: #0bb0eb; }

footer .footer-top .btn-default {
  background-color: #0c97eb; }

footer.bloc-footer-style2 .footer-top {
  background-color: #0bb0eb; }

#barre-acces {
  background-color: #0E2C42; }

#bloc-acces-rapide .acces-rapide li a span {
  color: #0E2C42; }

.bloc-galerie .galerie-list li .picto-video {
  background: rgba(14, 44, 66, 0.8); }

.download-list li .document-picto {
  color: #189DD5; }

.conseil-level .toggle-content .maire ul li:before {
  background-color: #0E2C42; }

.bloc-elu .text-wrapper ul li:before {
  background-color: #0E2C42; }

.bloc-elu .infos-list .ligne-elu a {
  color: #0E2C42; }

#breadcrumbs .dernier {
  color: #0E2C42; }

.page-interne h1 {
  color: #0E2C42; }

.bloc-prive .menu-prive ul li a {
  color: #0E2C42; }

.contenu-bas &gt; div &gt; h2 {
  color: #0E2C42; }

.page-interne .bloc-actu time {
  color: #0E2C42; }

.red-bg {
  background-color: #0E2C42; }

.bloc-orange h3 {
  color: #189DD5; }

.bloc-orange:before {
  border-left-color: #189DD5 !important; }

.orange-bg {
  background-color: #f8f6f6; }

.bloc-type-2 h4 {
  color: #189DD5; }

.bloc-type-2:before {
  border-left-color: #0E2C42; }

a.see-more {
  color: #189DD5;
  border-color: #189DD5; }

.conseil-level h3 {
  background-color: #0E2C42; }

.bloc-elu h2 {
  background-color: #0E2C42; }

.bloc-elu .ville {
  color: #0E2C42; }

.bloc-elu .titre {
  color: #0E2C42; }

.person .mask-wrap {
  background-color: #E42649; }

.person .front {
  background-color: #E42649; }

.person .front .front-name {
  background-color: #E42649; }

.bloc-events h2 span {
  color: #0E2C42; }

.bloc-prive h3 {
  color: #0E2C42; }

.bloc-prive h3:before {
  color: #0E2C42; }

.bloc-prive .btn-logout {
  color: #0E2C42; }

.bloc-red {
  border-color: #0E2C42 !important; }
.bloc-red h3 {
  color: #0E2C42; }

.bloc-red:before {
  border-left-color: #0E2C42 !important; }

.pink-bg {
  background-color: #f8f6f6; }

input[type="radio"] + label:after {
  background-color: #0E2C42; }

[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
  color: #0E2C42; }

.actu-form .btn-red {
  background-color: #0E2C42; }

.bloc-detail-infos h3 {
  color: #0E2C42; }

.introduction .voir-plus {
  color: #0E2C42;
  border-color: #0E2C42; }

.introduction .voir-plus:before {
  border-color: #0E2C42 transparent transparent transparent; }

.liste-actus .actu-item h4 {
  color: #0E2C42; }

.pager .active a {
  background-color: #0E2C42; }

.pager li &gt; a:hover, .pager li &gt; a:focus {
  background-color: #0E2C42; }

.bloc-resultats .nb-res {
  color: #0E2C42; }

.bloc-resultats .res-head .sort-by {
  color: #0E2C42; }

.bloc-resultats .res-head ul li .up-down .icon-up-dir.red {
  color: #0E2C42; }

.bloc-resultats .res-head ul li .up-down .icon-down-dir.red {
  color: #0E2C42; }

.bloc-resultats .doc-liste li .bloc-title .bloc-left h2 {
  color: #0E2C42; }

.bloc-resultats .doc-liste li .bloc-title a {
  color: #0E2C42; }

.detail-doc &gt; div .bloc-title .bloc-left h2 {
  color: #0E2C42; }

.detail-doc &gt; div .bloc-title a {
  color: #0E2C42; }

.bloc-resultats .doc-liste li .text-content &gt; div .site a {
  color: #0E2C42; }

.bloc-detail-infos ul li a.red-link {
  color: #0E2C42; }

.contact-form form .label-select::after {
  background-color: #0E2C42; }

.contact-form form .btn-default {
  background-color: #0E2C42; }

.contact-form form #file-wrapper span {
  background-color: #0E2C42; }

.contact-form form .oblg {
  color: #0E2C42; }

.introduction .recherche-form .btn-default {
  background-color: #0E2C42; }

.contact-form form .form-group &gt; label span {
  color: #0E2C42; }

.bloc-events .flexslider li h3 {
  color: #0E2C42; }

.inline-calendar .ui-datepicker-header {
  background-color: #0E2C42; }

.inline-calendar .ui-datepicker-calendar thead {
  background-color: #189DD5; }

.bloc-events .flexslider .flex-direction-nav a.flex-prev:before, .bloc-events .flexslider .flex-direction-nav a.flex-next:before {
  color: #0E2C42; }

.inline-calendar .ui-state-highlight {
  color: #189DD5; }

.bootstrap-datetimepicker-widget table thead tr:first-child {
  background-color: #0E2C42; }

.bootstrap-datetimepicker-widget table thead tr:first-child {
  background-color: #0E2C42; }

.bootstrap-datetimepicker-widget table thead tr:first-child + tr {
  background-color: #189DD5; }

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  color: #0E2C42; }

.inline-calendar .ui-state-active {
  color: #E42649; }

.faq_list_grouped li .lien-faq {
  color: #E42649; }

.faq_list_grouped li .lien-faq:before {
  color: #E42649; }

.bloc-resultats .doc-liste .bloc-date li .red-txt {
  color: #E42649; }

.detail-avis .detail-avis-title h2 {
  color: #0E2C42; }

.detail-avis .detail-avis-list &gt; li p span {
  color: #0E2C42; }

.detail-avis .detail-avis-list &gt; li a {
  color: #0E2C42; }

.bloc-type-1 {
  background-color: #0E2C42; }

.bloc-type-1.red-bg {
  background-color: #E42649; }

.page-interne {
  color: #0E2C42; }

legend {
  color: #0E2C42; }

.infoBulle .bloc-wrapper h2 a {
  color: #0E2C42; }

.infoBulle .bloc-wrapper .site a {
  color: #0E2C42; }

.ezxmltext-field a {
  color: #0E2C42; }

#cookie-barre {
  background: #286476;
  font-size: 110%; }
#cookie-barre .links #fermer {
  background: #3BB9C6;
  padding: 2px 5px;
  border-radius: 5px;
  font-size: 87%; }
#cookie-barre .links #plus:hover {
  text-decoration: none; }

.home, .page-interne {
  overflow: hidden; }

header {
  position: relative;
  margin-left: -5px;
  margin-right: -5px;
  font-size: 14px; }
header:before {
  content: "";
  height: 240px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  -moz-transform: rotate(-1.85deg);
  -o-transform: rotate(-1.85deg);
  -webkit-transform: rotate(-1.85deg);
  transform: rotate(-1.85deg);
  background: #fff;
  z-index: 999;
  box-shadow: 0 0 35px 2px rgba(0, 0, 0, 0.13); }
header .header-in {
  position: relative; }
header .navbar-default {
  position: inherit;
  border-radius: 0;
  background: transparent;
  margin-right: -14px;
  min-height: 109px; }
header .navbar-default .navbar-collapse.in {
  background-color: transparent; }
header .navbar-default .nav-right {
  display: none; }
header .navbar-default .navbar-left {
  margin-left: 4px;
  margin-bottom: -12px; }
header .navbar-default .navbar-left li.dropdown {
  vertical-align: top; }
header .navbar-default .navbar-left li.dropdown &gt; a {
  padding: 18px 4px 0;
  display: table;
  position: relative;
  z-index: 9999; }
header .navbar-default .navbar-left li.dropdown:hover {
  padding-bottom: 46px; }
header .navbar-default .navbar-left .dropdown-menu {
  padding-top: 100px;
  margin-top: -54px; }
header .navbar-default .navbar-left .dropdown-menu:before {
  content: "";
  height: 92px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: -56px;
  z-index: -1;
  background-color: #fff;
  -webkit-transform: rotate(-1.85deg);
  transform: rotate(-1.85deg); }
header .navbar-default .navbar-left .dropdown-menu .level-1 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px; }
header .navbar-default .navbar-left .dropdown-menu .level-1 li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  display: table;
  width: 100%; }
header .navbar-default .navbar-left li a span {
  font-weight: 600;
  font-size: 92%;
  line-height: 1em;
  text-align: center; }
header .navbar-default .navbar-left &gt; li &gt; a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  border: 0;
  bottom: inherit;
  width: 100%;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -o-transition: height .2s ease;
  -ms-transition: height .2 ease;
  transition: height .2s ease; }
header .navbar-default .navbar-left &gt; li &gt; a:hover {
  opacity: 1; }
header .navbar-default .navbar-left &gt; li .menu-wrap span {
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  -ms-transition: opacity .2s;
  transition: opacity .2s;
  font-size: 79%;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.1em; }
header .navbar-default .navbar-left &gt; li:hover .menu-wrap span {
  color: #E42649; }
header .navbar-default .navbar-left &gt; li:hover &gt; a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  border: 0;
  bottom: inherit;
  width: 100%; }
header .navbar-default .navbar-left &gt; li:nth-child(n):hover &gt; a:before {
  background: #E42649; }
header .navbar-default .navbar-left &gt; li &gt; a:after, header .navbar-default .navbar-left &gt; li:hover &gt; a:after {
  content: none; }
header .header-top {
  background: transparent;
  display: table;
  width: 100%;
  padding: 0 2px !important;
  color: #f2dbea;
  position: relative;
  z-index: 9999; }
header .header-top:after {
  content: "";
  width: 3000%;
  height: 100%;
  position: absolute;
  left: 50%;
  background: #c51847;
  top: 0; }
header .header-top a {
  color: #f2dbea;
  display: block; }
header .header-top .item-header-top {
  display: table-cell;
  vertical-align: middle;
  -moz-transform: skew(2deg);
  -o-transform: skew(2deg);
  -webkit-transform: skew(2deg);
  transform: skew(2deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  position: relative; }
header .header-top .item-header-top .item-header-top-in {
  display: block;
  padding: 6px 6px 7px 13px;
  -moz-transform: skew(-2deg);
  -o-transform: skew(-2deg);
  -webkit-transform: skew(-2deg);
  transform: skew(-2deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }
header .header-top .item-header-top.item-meteo {
  background-color: #c51847; }
header .header-top .item-header-top.item-meteo .meteo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 0; }
header .header-top .item-header-top.item-meteo .meteo li {
  margin: 0 16px; }
header .header-top .item-header-top.item-meteo li.today {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
header .header-top .item-header-top.item-meteo li.today .title-meteo {
  font-size: 86%;
  margin-right: 13px; }
header .header-top .item-header-top.item-meteo li.today .deg {
  margin-left: 12px; }
header .header-top .item-header-top.item-meteo li.today .deg span {
  display: block;
  line-height: 1.06em;
  font-size: 148%; }
header .header-top .item-header-top.item-meteo a {
  line-height: 1.2em;
  font-weight: 500;
  display: inline-block; }
header .header-top .item-header-top.item-meteo .title-meteo {
  display: block;
  font-size: 70%;
  line-height: 1.2em;
  text-align: right;
  padding-top: 3px; }
header .header-top .item-header-top.item-meteo .title-meteo .city {
  text-transform: uppercase;
  display: block; }
header .header-top .item-header-top.item-meteo .deg span {
  display: block;
  line-height: 1.2em;
  font-size: 85%; }
header .header-top .item-header-top.item-meteo figure, header .header-top .item-header-top.item-meteo .deg {
  display: inline-block;
  vertical-align: middle; }
header .header-top .item-header-top.item-meteo figure {
  display: inline-block;
  vertical-align: middle; }
header .header-top .item-header-top.nav-right {
  background-color: #c51847; }
header .header-top .item-header-top.nav-right .item-header-top-in {
  float: right; }
header .header-top .item-header-top.nav-right ul {
  margin: 0;
  text-align: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: -3px; }
header .header-top .item-header-top.nav-right li {
  padding-left: 43px;
  position: relative; }
header .header-top .item-header-top.nav-right li &gt; a {
  padding: 11px 0;
  font-weight: 500;
  font-size: 95%;
  transform: translate(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }
header .header-top .item-header-top.nav-right li &gt; a .picto-nav {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-left: 5px; }
header .header-top .item-header-top.nav-right li.recherche a {
  background: url("/bundles/ayalinecollectivite/images/svg/loop.svg") 100% 50% no-repeat; }
header .header-top .item-header-top.nav-right li .arrow {
  display: inline-block;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  width: 10px;
  height: 9px;
  margin-left: 12px;
  transition: all 200ms ease-out; }
header .header-top .item-header-top.nav-right li .arrow:before {
  content: "";
  width: 2px;
  height: 9px;
  background: #f2dbea;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
header .header-top .item-header-top.nav-right li .arrow:after {
  content: "";
  width: 2px;
  height: 9px;
  background: #f2dbea;
  position: absolute;
  left: 6px;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
header .header-top .item-header-top.nav-right li.search .search-menu {
  cursor: pointer; }
header .header-top .item-header-top.nav-right li.search label {
  display: none; }
header .header-top .item-header-top.nav-right li.search .title-nav {
  display: inline-block;
  margin: 0;
  font-size: 95%; }
header .header-top .item-header-top.nav-right li.search .formulaire-recherche {
  position: relative;
  width: 38px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px; }
header .header-top .item-header-top.nav-right li.search .formulaire-recherche .header-search {
  position: absolute;
  right: 0;
  top: 0;
  height: 34px;
  width: 38px;
  overflow: hidden;
  border: 0;
  z-index: 20;
  -webkit-transition: width .3s;
  -moz-transition: width .3s;
  -o-transition: width .3s;
  -ms-transition: width .3s;
  transition: width .3s;
  -webkit-backface-visibility: hidden;
  z-index: 11; }
header .header-top .item-header-top.nav-right li.search .formulaire-recherche .header-search input[type=text] {
  border: 0;
  font-size: 113%;
  background: 0;
  padding: 0 13px;
  line-height: 34px;
  position: absolute;
  top: 0;
  right: 38px;
  border: 0;
  outline: 0;
  width: 220px;
  height: 34px;
  background: #F3F3F3;
  z-index: 10;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-left: 2px solid #f2dbea;
  color: #87898B; }
header .header-top .item-header-top.nav-right li.search .formulaire-recherche .header-search input[type=submit] {
  height: 34px;
  width: 38px;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  box-shadow: none;
  text-indent: -9999px;
  background: #f2dbea url("/bundles/ayalinecollectivite/images/svg/loop-click.svg") 50% 50% no-repeat;
  z-index: 11;
  padding: 0;
  outline: 0; }
header .header-top .item-header-top.nav-right li.search.search-open .header-search {
  width: 258px; }
header .header-top .item-header-top.nav-right li.search.search-open .click-form-search {
  background: #c51847 url("/bundles/ayalinecollectivite/images/svg/loupe.svg") 50% 50% no-repeat;
  background-size: 60%; }
header .header-top .item-header-top.nav-right li.search .click-form-search {
  display: block;
  cursor: pointer;
  height: 34px;
  width: 38px;
  background: #c51847 url("/bundles/ayalinecollectivite/images/svg/loupe.svg") 50% 50% no-repeat;
  background-size: 60%;
  position: absolute;
  right: 0;
  top: -5px;
  z-index: 90; }
header .header-top .item-header-top.nav-right li.langue .title-nav {
  display: inline-block; }
header .header-top .item-header-top.nav-right li.langue #google_translate_element {
  display: none;
  background: #fff;
  overflow: hidden;
  position: absolute;
  right: 80px;
  top: 2px;
  z-index: 9999;
  color: #000; }
header .header-top .item-header-top.nav-right li.langue #google_translate_element a {
  color: #000; }
header .header-top .item-header-top.nav-right li.langue .goog-te-gadget-simple span {
  display: inline-block; }
header .header-top .item-header-top.nav-right li.langue .goog-te-gadget-simple {
  padding: 7px; }
header .col-logo {
  width: 24.3%;
  padding-right: 40px;
  float: left;
  height: auto;
  position: relative;
  z-index: 9999; }
header .col-logo a {
  display: block;
  width: 100%; }
header .col-logo img {
  height: auto;
  max-width: 100%;
  max-height: 180px; }
header .col-logo h1 {
  margin: 0; }
header .header-wrapper {
  width: 75.7%;
  float: left; }

.content-wrapper {
  float: left;
  width: 100%; }

.diaporama {
  position: relative;
  top: -100px;
  overflow: hidden;
  width: 100%;
  margin-bottom: -100px; }
.diaporama .tools {
  position: absolute;
  right: 0;
  top: 71px;
  z-index: 4;
  width: 100%;
  opacity: 0.3;
  padding: 0; }

strong, label {
  font-weight: 700; }

header .navbar-default:after {
  content: none; }

#slideshowId figure {
  position: relative; }
#slideshowId figure:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000',GradientType=0 );
  /* IE6-9 */ }
#slideshowId .flex-direction-nav a {
  width: 46px;
  height: 92px;
  margin-top: -9px;
  opacity: 1;
  overflow: hidden; }
#slideshowId .flex-direction-nav a:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 58px;
  right: 20px;
  top: 0;
  background: #fff;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
#slideshowId .flex-direction-nav a:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 58px;
  left: 21px;
  top: 38px;
  background: #fff;
  -moz-transform: rotate(47deg);
  -o-transform: rotate(47deg);
  -ms-transform: rotate(47deg);
  -webkit-transform: rotate(47deg);
  transform: rotate(47deg); }
#slideshowId .flex-direction-nav .flex-disabled {
  cursor: default;
  filter: alpha(opacity=0);
  opacity: 0 !important; }
#slideshowId .flex-direction-nav .flex-next {
  right: 5%; }
#slideshowId .flex-direction-nav .flex-prev {
  left: 5%;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
#slideshowId .flex-control-nav {
  bottom: 30px;
  z-index: 3;
  right: 0;
  text-align: center;
  left: 0; }
#slideshowId .flex-control-nav li {
  margin: 0 3px; }
#slideshowId .flex-control-paging li a {
  width: 14px;
  height: 13px;
  display: block;
  text-align: center;
  background: transparent;
  -o-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6); }
#slideshowId .flex-control-paging li a.flex-active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: #E42649; }
#slideshowId .wrapper {
  max-width: 1516px;
  width: 80%;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 45px; }
#slideshowId .wrapper .container {
  width: auto; }

#slideshowId .wrapper .caption {
  opacity: 1; }

#slideshowId .wrapper .caption .caption-txt-theme {
  width: 100%;
  height: 100%; }

#slideshowId .wrapper .caption .centred-text {
  font-size: 332%;
  line-height: 1.2em;
  text-transform: none;
  font-weight: 300; }

#slideshowId .wrapper .caption span {
  text-transform: none;
  font-size: 151%;
  font-weight: 900;
  line-height: 1.1em;
  padding-bottom: 0; }

#slideshowId .caption .caption-txt-theme {
  background-color: transparent; }

#bloc-focus {
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 44px;
  z-index: 3;
  left: 0;
  right: 0;
  padding-top: 50px; }
#bloc-focus .slide-count {
  display: none !important; }
#bloc-focus .h2-focus-theme {
  padding-right: 0;
  font-size: 115%;
  overflow: visible;
  width: 18.4%;
  text-align: center;
  margin-right: 20px;
  background: #E42649; }
#bloc-focus .h2-focus-theme:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11px;
  background: #E42649;
  height: 11px;
  z-index: 9999; }
#bloc-focus .h2-focus-theme a:hover {
  opacity: 1; }
#bloc-focus .h2-focus-theme span {
  background: #E42649;
  color: #fff;
  padding: 21px 24px 13px;
  font-size: 160%;
  font-weight: 700;
  width: 100%; }
#bloc-focus #slideFocus {
  padding-right: 60px; }
#bloc-focus #slideFocus .flex-viewport {
  width: auto; }
#bloc-focus #slideFocus .flex-direction-nav a.flex-prev {
  right: 28px;
  margin-top: -12px;
  width: 20px;
  height: 24px; }
#bloc-focus #slideFocus .flex-direction-nav a.flex-prev:before {
  background: url("/bundles/ayalinecollectivite/images/arrow-next-blue.png") 0 0 no-repeat;
  width: 11px;
  height: 24px; }
#bloc-focus #slideFocus .flex-direction-nav a.flex-prev:hover {
  opacity: 0.6; }
#bloc-focus #slideFocus .flex-direction-nav a.flex-next {
  right: 5px;
  margin-top: -12px;
  width: 20px;
  height: 24px; }
#bloc-focus #slideFocus .flex-direction-nav a.flex-next:before {
  background: url("/bundles/ayalinecollectivite/images/arrow-next-blue.png") 0 0 no-repeat;
  width: 11px;
  height: 24px; }
#bloc-focus #slideFocus .flex-direction-nav a.flex-next:hover {
  opacity: 0.6; }
#bloc-focus #slideFocus .slides li a {
  height: 63px;
  color: #0E2C42;
  font-weight: 700;
  font-size: 114%; }
#bloc-focus #slideFocus .slides li a span {
  font-size: 100%;
  line-height: 1.3em;
  font-weight: 500; }
#bloc-focus #slideFocus .slides li a span strong {
  font-size: 120%;
  display: block;
  font-weight: 500;
  text-transform: uppercase; }

.bloc-actualites-2 {
  background: url("/bundles/ayalinecollectivite/images/bg_actus.png") 0 100% no-repeat;
  background-size: 100%; }
.bloc-actualites-2 .scrollbar-macosx &gt; .scroll-element.scroll-x .scroll-bar {
  display: none; }

.bloc-actualites-2 #actu2Slider .flex-control-paging li a {
  -o-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 14px;
  height: 14px; }

.bloc-actualites-2 #actu2Slider .flex-control-nav {
  max-width: 223px;
  text-align: center;
  bottom: 38px;
  right: 77px;
  width: 100%; }

.bloc-actualites-2 .content-rotate-bloc {
  display: none; }

.bloc-actualites-2 .bloc-right-actu .actu-list .icon-plus {
  display: none; }

.bloc-actualites-2 #actu2Slider .slides li .bloc-actu2 figure:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#151a20+0,151a20+100&amp;0+0,0+55,0.9+100 */
  background: -moz-linear-gradient(top, rgba(21, 26, 32, 0) 0%, rgba(21, 26, 32, 0) 55%, rgba(21, 26, 32, 0.9) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(21, 26, 32, 0) 0%, rgba(21, 26, 32, 0) 55%, rgba(21, 26, 32, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(21, 26, 32, 0) 0%, rgba(21, 26, 32, 0) 55%, rgba(21, 26, 32, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00151a20', endColorstr='#e6151a20',GradientType=0 );
  /* IE6-9 */ }

.bloc-actualites-2 #actu2Slider .slides li .bloc-actu2 .accroche h2 {
  font-size: 533%;
  font-weight: 100;
  text-transform: uppercase; }

.bloc-actualites-2 #actu2Slider .slides li .bloc-actu2 .accroche h3 {
  font-size: 366%;
  line-height: 1em; }
.bloc-actualites-2 #actu2Slider .slides li .bloc-actu2 .accroche h3 span {
  font-size: 63%;
  font-weight: 400; }

.bloc-actualites-2 #actu2Slider .slides li .bloc-actu2 .accroche {
  max-width: 70%;
  padding: 30px 43px; }

.bloc-actualites-2 .voir-plus {
  color: #e42649;
  border-color: #e74160; }

.home .voir-plus {
  text-transform: none;
  font-weight: 600;
  font-size: 128%;
  padding: 14px 23px; }

.bloc-actualites-2 {
  padding-bottom: 0; }

.bloc-actualites-2 .actu-wrapper {
  padding: 41px 82px 0 33px;
  background-color: #f8f8f8; }
.bloc-actualites-2 .actu-wrapper .actu-wrapper:before, .bloc-actualites-2 .actu-wrapper .actu-wrapper:after {
  content: none; }
.bloc-actualites-2 .actu-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.39);
  bottom: 0;
  z-index: 1; }

.bloc-actualites-2 .col-md-4 {
  overflow: hidden; }
.bloc-actualites-2 .col-md-4:after {
  content: "";
  position: absolute;
  box-shadow: 0 0 28px #0e2c42;
  bottom: 0;
  width: 60%;
  height: 45px;
  border-radius: 100%;
  left: 20%;
  margin-bottom: -45px; }

.bloc-actualites-2 .bloc-right-actu .actu-list li {
  padding-bottom: 23px; }

.bloc-actualites-2 .bloc-right-actu .actu-list h3 {
  color: #189DD5;
  font-size: 165%;
  line-height: 1.26em;
  font-family: "Roboto Condensed", sans-serif; }

.voir-plus-wrapper {
  text-align: center;
  padding: 39px 0; }

.bloc-actualites-2 .bloc-right-actu .actu-list p {
  color: #6f7174; }

.bloc-actualites-2 .scrollbar-macosx &gt; .scroll-element.scroll-y .scroll-bar {
  left: -19px !important;
  width: 8px !important; }

.raccourcis-liens {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-wrap: wrap;
  -webkit-box-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  flex-wrap: wrap;
  color: #0E2C42; }
.raccourcis-liens .bloc-raccouci-wrap {
  display: table;
  margin: auto; }
.raccourcis-liens a {
  color: #0E2C42;
  display: block; }
.raccourcis-liens .bloc-raccouci {
  width: 33.33333333%;
  text-align: center;
  padding: 29px 10px; }
.raccourcis-liens .bloc-raccouci:first-child {
  background: #A9EEF5; }
.raccourcis-liens .bloc-raccouci:nth-child(2) {
  background: #6BDDE8; }
.raccourcis-liens .bloc-raccouci:nth-child(3) {
  background: #32B6C4; }
.raccourcis-liens .bloc-raccouci h3 {
  font-weight: 400;
  font-size: 190%;
  line-height: 1.2em; }
.raccourcis-liens .bloc-raccouci h3 strong {
  display: block; }
.raccourcis-liens .bloc-raccouci .rs-list li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 27px; }
.raccourcis-liens .bloc-raccouci .picto-wrap {
  display: table-cell;
  vertical-align: middle;
  padding-top: 8px;
  padding-right: 30px; }
.raccourcis-liens .bloc-raccouci .raccouci-in {
  display: table-cell;
  vertical-align: middle;
  text-align: left; }
.raccourcis-liens .bloc-raccouci.bloc-raccouci-rs h3 strong {
  display: inline; }

.bloc-service .item-service .service-title {
  font-size: 187%;
  max-width: 245px;
  margin: auto; }

.bloc-carte-media .h3-home-theme {
  color: #fff;
  font-size: 300%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 35px 25px;
  font-weight: 300;
  font-family: "Roboto", sans-serif; }
.bloc-carte-media .h3-home-theme:before {
  content: "";
  width: 19px;
  height: 3px;
  background: #fff;
  position: absolute;
  right: -36px;
  bottom: 29px;
  transform: rotate(48deg);
  -webkit-transform: rotate(48deg);
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }
.bloc-carte-media .h3-home-theme:after {
  content: "";
  width: 19px;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 16px;
  transform: rotate(-48deg);
  -webkit-transform: rotate(-48deg);
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  right: -36px; }
.bloc-carte-media .visuel-wrap img {
  width: 100%;
  height: auto; }
.bloc-carte-media a {
  display: block; }

.bloc-carte-media-in {
  display: flex;
  flex-wrap: wrap; }

.bloc-media-all {
  position: relative;
  width: 16.666666667%; }
.bloc-media-all .media-links {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 41px 23px; }
.bloc-media-all .media-links li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px; }

.medias-items {
  display: flex;
  flex-wrap: wrap;
  width: 50%; }
.medias-items .media-item {
  position: relative;
  width: 33.333333333%; }
.medias-items .media-item .circle-icon {
  position: absolute;
  width: 80px;
  height: 80px;
  background: rgba(13, 41, 62, 0.8);
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }
.medias-items .media-item .circle-icon img {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto; }

.bloc-carte {
  position: relative;
  width: 33.333333333%; }
.bloc-carte .h2-media {
  color: #fff;
  text-transform: uppercase;
  font-size: 66px;
  font-weight: 800;
  position: absolute;
  width: 68px;
  bottom: 11px;
  right: 0;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: 7px 15px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }
.bloc-carte .h3-home-theme {
  margin: 35px; }
.bloc-carte .carte-front {
  text-align: center;
  padding-right: 80px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px; }
.bloc-carte .carte-front h3 {
  font-weight: 800;
  font-size: 256%;
  margin-top: 13%; }
.bloc-carte .carte-front h3 span {
  display: block;
  font-weight: 400; }
.bloc-carte .carte-front .icon-carte {
  display: block;
  margin-top: 15%;
  margin-bottom: 10%;
  height: 28%; }
.bloc-carte .carte-front .icon-carte img {
  max-height: 100%;
  width: auto; }
.bloc-carte .carte-front .icon-plus:before {
  background: url("/bundles/ayalinecollectivite/images/svg/plus_2.svg") 50% 50% no-repeat;
  width: 40px;
  height: 40px;
  background-size: cover; }

footer {
  background: transparent;
  color: #000000;
  text-transform: none;
  padding-bottom: 34px;
  margin-top: -1px;
  position: relative; }
footer:after {
  content: "";
  background: #0A2233;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 34px;
  z-index: 9999; }
footer a {
  color: #000000; }
footer a:hover {
  opacity: .6; }
footer .footer-content-carnac {
  font-family: "Roboto Condensed", sans-serif;
  display: flex;
  flex-wrap: wrap;
  position: relative; }
footer .footer-content-carnac .ezxmltext-field {
  font-family: "Roboto Condensed", sans-serif;
}
footer .footer-content-carnac .bloc-footer-menu {
  padding-top: 49px;
  width: auto;
  flex: 1;
  position: initial;
  z-index: 1;
  padding-bottom: 71px; }
footer .footer-content-carnac .bloc-footer-menu .menu-footer-level-1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-wrap: wrap;
  -webkit-box-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 25px 0 147px; }
footer .footer-content-carnac .bloc-footer-menu .menu-footer-level-1 .col-menu {
  padding: 0 12px;
  width: 25%; }
footer .footer-content-carnac .bloc-footer-menu .menu-footer-level-1 .col-menu h3 {
  text-transform: uppercase;
  font-size: 105%;
  font-weight: 700;
  height: 40px;
  display: table;
  margin: 0;
  padding-bottom: 7px; }
footer .footer-content-carnac .bloc-footer-menu .menu-footer-level-1 .col-menu h3 a {
  display: table-cell;
  vertical-align: top; }
footer .footer-content-carnac .bloc-footer-menu .menu-footer-level-1 .col-menu .menu-footer-level-2 li {
  font-size: 78%;
  margin: 3px 0; }
footer .footer-content-carnac .bloc-footer-menu .menu-footer-level-1 .col-menu:first-of-type h3 a {
  color: #4b8c3d; }
footer .footer-content-carnac .bloc-footer-menu .menu-footer-level-1 .col-menu:nth-of-type(2) h3 a {
  color: #c40079; }
footer .footer-content-carnac .bloc-footer-menu .menu-footer-level-1 .col-menu:nth-of-type(3) h3 a {
  color: #9dcde2; }
footer .footer-content-carnac .bloc-footer-menu .menu-footer-level-1 .col-menu:nth-of-type(4) h3 a {
  color: #a21724; }
footer .footer-content-carnac .bloc-footer-menu .menu-footer-level-1 .col-menu:nth-of-type(5) h3 a {
  color: #a1bf35; }
footer .footer-content-carnac .bloc-footer-menu .menu-footer-level-1 .col-menu:nth-of-type(6) h3 a {
  color: #9a78b0; }
footer .footer-content-carnac .bloc-footer-menu .menu-footer-level-1 .col-menu:nth-of-type(7) h3 a {
  color: #d476a9; }
footer .footer-content-carnac .bloc-footer-adr {
  position: relative;
  background: #ffffff;
  width: 234px;
  padding: 30px 30px 66px;
  margin-top: -8px;
  z-index: 2;
  font-weight: 400;
  box-shadow: -10px -4px 9px -6px #00000017; }
footer .footer-content-carnac .bloc-footer-adr:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent rgba(51, 51, 51, 0.3) transparent; }
footer .footer-content-carnac .bloc-footer-adr:after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent rgba(51, 51, 51, 0.3) transparent; }
footer .footer-content-carnac .bloc-footer-adr .bloc-footer-adr-in:before {
  content: "";
  left: 0;
  right: 0;
  height: 8px;
  background: #ffffff;
  top: 0;
  position: absolute;
  z-index: -1; }
footer .footer-content-carnac .bloc-footer-adr .bloc-footer-adr-in:after {
  content: "";
  background: #fff;
  left: 0;
  right: 0;
  bottom: 9px;
  height: 16px;
  position: absolute;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
  box-shadow: 0 9px 11px -2px #0000006b; }
footer .footer-content-carnac .bloc-footer-adr .bloc-footer-adr-wrap:before {
  content: "";
  position: absolute;
  bottom: 13px;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent rgba(51, 51, 51, 0.3) transparent transparent; }
footer .footer-content-carnac .bloc-footer-adr .bloc-footer-adr-wrap:after {
  content: "";
  position: absolute;
  bottom: 4px;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: rgba(51, 51, 51, 0.3) transparent transparent transparent; }
footer .footer-content-carnac .bloc-footer-adr p {
  font-size: 114%;
  line-height: 1.1em;
  text-align: initial;}
footer .footer-content-carnac .bloc-footer-adr .footer-adresse {
  margin-bottom: 16px; }
footer .footer-content-carnac .bloc-footer-adr .footer-adresse a {
  font-size: 92%; }
footer .footer-content-carnac .bloc-footer-adr .footer-infos {
  margin-bottom: 18px; }
footer .footer-content-carnac .bloc-footer-adr .footer-infos p {
  font-size: 107%;
  margin-bottom: 2px; }
footer .footer-content-carnac .bloc-footer-adr .footer-infos a {
  text-decoration: underline;
  font-size: 92%; }
footer .footer-content-carnac .bloc-footer-adr .footer-infos a:hover {
  text-decoration: none; }
footer .footer-content-carnac .bloc-footer-adr .horaire-footer {
  font-size: 116%; }
footer .footer-content-carnac .bloc-footer-adr .horaire-footer td:nth-child(even) {
  text-align: right;
  padding-left: 15px; }
footer .footer-content-carnac .bloc-footer-adr .horaire-footer td {
  line-height: 1.1em; }
footer .footer-content-carnac .bloc-footer-adr .logo-wrap {
  margin-bottom: 16px;
  text-align: center; }
footer .footer-content-carnac .bloc-footer-adr .logo-wrap a {
  display: flex;
  flex-direction: column; }
footer .footer-content-carnac .bloc-footer-adr .logo-wrap a img {
  max-width: 160px; }
footer .footer-content-carnac .bloc-footer-mobile {
  background: #e42649;
  width: 175px;
  position: relative;
  padding: 0 18px;
  min-height: 417px; }
footer .footer-content-carnac .bloc-footer-mobile a {
  display: block;
  position: relative;
  z-index: 4; }
footer .footer-content-carnac .bloc-footer-mobile h3 {
  font-size: 118%;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  margin-top: -23px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  max-width: 110px;
  margin: -23px auto 0; }
footer .footer-content-carnac .bloc-footer-mobile .img-mobile {
  position: relative;
  left: -60px;
  z-index: 2;
  margin-top: 23px; }
footer .footer-bottom {
  position: relative;
  z-index: 1;
  margin-top: -49px;
  float: none;
  padding-top: 11px;
  padding-bottom: 20px;
  padding-left: 172px; }
footer .footer-bottom .copyright {
  margin: 0;
  position: relative;
  z-index: 1; }
footer .footer-bottom .copyright li {
  padding: 7px 0 3px; }
footer .footer-bottom .copyright li:first-child a:before {
  content: none; }
footer .footer-bottom .copyright li:after {
  content: none; }
footer .footer-bottom .copyright li a {
  font-size: 70%;
  padding: 0 4px 0 10px;
  position: relative;
  color: #189dd5;
  letter-spacing: normal; }
footer .footer-bottom .copyright li a:before {
  content: "-";
  position: absolute;
  left: 0;
  top: -2px; }
footer .footer-bottom:after {
  content: "";
  background: #fff;
  box-shadow: 0px -8px 18px 6px #0000000d;
  right: -6px;
  top: 6px;
  height: 80px;
  position: absolute;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
  width: 2000px; }

#breadcrumbs strong {
  font-weight: 400; }

#breadcrumbs .dernier {
  color: #189DD5; }

#breadcrumbs {
  font-size: 107%;
  padding: 37px 0 35px; }

.page-interne h1 {
  font-size: 260%;
  margin-bottom: 5px; }

.introduction {
  border: 0;
  padding: 14px 0 43px; }
.introduction p {
  line-height: 1.35em;
  font-size: 100%;
  font-weight: 400; }

.contenu-bas {
  border-color: #364E5B; }

.contenu-bas &gt; div &gt; h2 {
  color: #E42649;
  font-size: 164%;
  margin-bottom: 13px; }

.savoir-plus {
  margin-bottom: 37px; }

.savoir-plus div {
  padding: 34px;
  font-size: 106%;
  background: #E4E5E6;
  color: #606163; }

.savoir-plus div p {
  line-height: 1.6em; }

.documents {
  border: 0;
  background-color: transparent;
  padding: 0; }

.documents li &gt; span:first-child {
  color: #606163; }

.documents li {
  border-color: #364E5B; }

.documents li .download, .documents li .browse, .documents li .visit, .documents li .audio-file {
  padding-left: 52px; }
.documents li .download:before, .documents li .browse:before, .documents li .visit:before, .documents li .audio-file:before {
  color: #189DD5; }
.documents li .visit:before {
  left: -9px; }

.documents li .document-picto {
  width: 159px;
  color: #5D5F62; }

span.download:before {
  content: '\e823';
  font-size: 25px; }

span.download .file-type {
  font-weight: 600;
  letter-spacing: 3px; }

.documents li:last-child {
  border-bottom: 1px solid; }

.documentation {
  margin-bottom: 57px; }

.contenu-bas &gt; div.actualites &gt; h2, .contenu-bas &gt; div.agenda &gt; h2 {
  font-size: 209%; }

.actualites .row, .agenda .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-wrap: wrap;
  -webkit-box-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
.actualites .row .bloc-actu, .agenda .row .bloc-actu {
  padding-left: 10px;
  padding-right: 10px; }

.actualites .bloc-actu {
  padding-bottom: 25px; }
.actualites .bloc-actu h3 {
  color: #E42649;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 118%;
  line-height: 1.3em;
  margin-top: 24px;
  margin-bottom: 0; }
.actualites .bloc-actu .actu-text {
  color: #606163;
  font-size: 115%; }
.actualites .icon-plus {
  float: right;
  margin-top: 5px; }
.actualites .icon-plus:before {
  background: url("/bundles/ayalinecollectivite/images/svg/plus_3.svg") 50% 50% no-repeat;
  width: 30px;
  height: 30px;
  background-size: cover; }

.agenda .event-infos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 20px 0; }
.agenda .bloc-date {
  padding-right: 16px; }
.agenda .bloc-date &gt; div:first-child {
  z-index: 10;
  position: relative; }
.agenda .bloc-date &gt; div + div {
  margin-top: -14px;
  z-index: 9;
  position: relative; }
.agenda .bloc-date .date {
  display: inline-block;
  color: #fff;
  min-width: 79px;
  min-height: 60px;
  text-align: center;
  padding: 17px 0 0 0;
  font-size: 79%; }
.agenda .bloc-date .date:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 12px;
  width: 55px;
  height: 55px;
  background-color: #a1bf35;
  transform: rotate(45deg);
  z-index: -1;
  border-bottom-right-radius: 18px; }
.agenda .bloc-date .date span {
  display: block;
  line-height: 16px; }
.agenda .bloc-date .date span.day {
  font-weight: 900;
  font-size: 195%; }
.agenda .bloc-date .date span.month {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 80%; }
.agenda .bloc-date &gt; div:last-of-type .date:before {
  border-bottom-right-radius: initial; }
.agenda .description-event .sous_titre_event {
  font-weight: 100;
  font-size: 120%;
  text-transform: uppercase;
  color: #E42649;
  margin-top: 6px;
  line-height: 1.2em; }
.agenda .description-event .event_name {
  margin: 0 0 5px 0;
  font-weight: 700;
  font-size: 126%;
  text-transform: uppercase;
  color: #0E2C42;
  line-height: 1.2em; }
.agenda .description-event .resume_event {
  font-size: 99%;
  color: #1e557e;
  line-height: 1.2em; }
.agenda .description-event .commune_event {
  text-transform: uppercase;
  font-size: 79%;
  color: #1e557e;
  line-height: 1.2em;
  margin-top: 14px;
  letter-spacing: -0.5px; }
.agenda .description-event .icon-plus-wrapper {
  padding-top: 15px; }
.agenda .description-event .icon-plus-wrapper .icon-plus:before {
  background: url("/bundles/ayalinecollectivite/images/svg/plus_3.svg") 50% 50% no-repeat;
  width: 30px;
  height: 30px;
  background-size: cover; }
.agenda .row .bloc-actu .img-wrap {
  height: auto; }
.agenda .row .bloc-actu .img-wrap img {
  height: auto;
  width: 100%; }

.menu-type-2 .ezxmltext-field li:before {
  content: none; }

.bloc-type-1.red-bg .ezxmltext-field {
  color: #fff; }

section.col-md-8 {
  /*padding-right: 5.333333%;*/ }
section.col-md-8 &gt; article {
  font-size: 109%;
  padding-bottom: 29px;
  overflow: hidden;
  color: #606163; }

aside.col-md-4 {
  overflow: hidden; }

.page-interne aside h3 {
  font-weight: 900;
  border-bottom-style: solid;
  padding-bottom: 13px; }

.orange-bg {
  color: #606163; }

.download-list li .title-download {
  color: #364F5B; }
.download-list li .picto-wrap {
  padding-right: 3px;
  width: 93px;
  text-align: right;
  color: #189DD5; }
.download-list span.download {
  color: #189DD5;
  float: right;
  padding-left: 29px; }

.menu-type-2 li a {
  padding: 5px 0 7px 27px; }

.bloc-type-2 h4 {
  color: #E42649; }

.bloc-type-2 .icon-plus:before {
  background: url("/bundles/ayalinecollectivite/images/svg/plus_3.svg") 50% 50% no-repeat;
  width: 30px;
  height: 30px;
  background-size: cover; }
.bloc-type-2 h4 {
  font-size: 116%; }
.bloc-type-2 p {
  line-height: 1.2em; }
.bloc-type-2.bloc-acces {
  max-height: 61px; }
.bloc-type-2.bloc-acces .bloc-toggle {
  color: #0E2C42;
  top: 19px;
  right: 23px; }
.bloc-type-2.bloc-acces.open, .bloc-type-2.bloc-acces.focus_element {
  max-height: 2000px; }
.bloc-type-2.bloc-acces .acces-rapide-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-wrap: wrap;
  -webkit-box-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0; }
.bloc-type-2.bloc-acces .acces-rapide-left li {
  width: 33.33333%;
  margin: 0;
  min-height: inherit;
  text-align: center; }
.bloc-type-2.bloc-acces .acces-rapide-left li a {
  text-transform: none;
  position: relative;
  padding: 8px 5px; }
.bloc-type-2.bloc-acces .acces-rapide-left li .img-container {
  display: inline-block;
  max-width: 100%;
  height: 54px;
  margin-bottom: 5px;
  position: relative;
  padding: 0 10px; }
.bloc-type-2.bloc-acces .acces-rapide-left li .img-container figure {
  height: 54px;
}
.bloc-type-2.bloc-acces .acces-rapide-left li .img-container img {
  width: auto;
  height: auto;
  max-width: 85px;
  position: relative;
  max-height: 100%; }
.bloc-type-2.bloc-acces .acces-rapide-left li .title {
  color: #58257f;
  font-size: 86%;
  display: block;
  line-height: 1.1em; }
.bloc-type-2 .documents li {
  border-bottom: 1px solid #b2b2b2; }
.bloc-type-2 .documents li:last-child {
  border-bottom: 0; }
.bloc-type-2 .documents li .document-title {
  color: #364F5B;
  font-size: 109%; }
.bloc-type-2 .documents li &gt; a {
  padding: 8px 0; }
.bloc-type-2 .documents .document-picto {
  width: 88px;
  padding-right: 0;
  text-align: right; }
.bloc-type-2 .documents .download {
  float: right;
  color: #189DD5; }
.bloc-type-2 .documents .download, .bloc-type-2 .documents .browse, .bloc-type-2 .documents .visit, .bloc-type-2 .documents .audio-file {
  padding-left: 32px; }
.bloc-type-2 .documents .browse span, .bloc-type-2 .documents .visit span, .bloc-type-2 .documents .audio-file span {
  display: none; }

.menu-type-1 li {
  padding-left: 29px; }

.menu-type-1 li:before, .menu-type-2 li a:before, .bloc-prive .menu-prive ul li a:before {
  top: 8px;
  width: 19px;
  height: 19px; }

.menu-type-2 li a, .bloc-prive .menu-prive ul li a {
  padding: 5px 0 7px 35px; }

.page-interne .diaporama #slideshowId figure:before, .page-interne .diaporama #slideshowId figure:after {
  content: none; }
.page-interne .diaporama .logo-triangle {
  bottom: -164px;
  right: -136px;
  width: 300px;
  height: 300px; }
.page-interne .diaporama .logo-triangle img {
  left: 19px;
  bottom: 113px;
  width: 89px;
  height: auto; }
.page-interne .diaporama .flag {
  top: 17%; }

.tools {
  padding: 37px 0 35px; }
.tools li a {
  color: #0e2c42;
  font-size: 17px; }

.bloc-rubrique li {
  width: 258px;
  height: 228px;
  float: none; }
.bloc-rubrique li:nth-child(6n + 1) {
  background-color: #189DD5; }
.bloc-rubrique .bloc-rubrique li:nth-child(6n + 5) {
  background-color: #189DD5; }
.bloc-rubrique .bloc-rubrique li:nth-child(6n + 3) {
  background-color: #189DD5; }

.voir-plus {
  font-size: 90%;
  line-height: 1em;
  height: auto; }

.bloc-red {
  border-color: #e7e7e7 !important; }

.detail-avis .detail-avis-list &gt; li p {
  line-height: 1.4em; }

.detail-avis .detail-avis-list &gt; li h3 {
  margin-bottom: 5px; }

.actu-form legend {
  color: #0E2C42; }

.person .front,
.person .front .front-name,
.person .mask-wrap {
  background-color: #0E2C42; }

.list-mediatheque li h3 {
  color: #0E2C42; }

.flex-direction-nav a,
.faq_list_grouped li .lien-faq,
.faq_list_grouped li .lien-faq:before {
  color: #0E2C42; }

.paiment-service ul li:before {
  left: -6px;
  top: 4px;
  width: 19px;
  height: 19px; }

.bloc-galerie .galerie-list li .picto-video {
  background: rgba(13, 41, 62, 0.8);
  border-radius: 50%; }

.bloc-galerie .galerie-list li .picto-video:after {
  top: 50%;
  transform: translateY(-50%);
  right: 16px; }

.bloc-galerie .galerie-list li a:hover .picto-video {
  display: none; }

div.pp_pic_holder div.ppt {
  font-weight: bold !important; }

.cc_banner-wrapper {
  background: #0C2638 !important; }

.cc_container .cc_btn, .cc_container .cc_btn:visited {
  background: #189DD5 !important; }

.cc_container {
  font-family: "Roboto", sans-serif !important;
  padding: 7px 13px !important;
  max-width: 1350px !important; }

body .cc_banner-wrapper .cc_container .cc_message {
  font-weight: 400 !important;
  font-size: 17px !important; }

body .cc_banner-wrapper .cc_container .cc_btn {
  padding-left: 5px !important;
  float: right !important; }

.cc_container .cc_message {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important; }

body .cc_banner-wrapper .cc_container a {
  float: none !important; }

.loading {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7) url(/bundles/ayalinecollectivite/images/712.GIF);
  z-index: 999999;
  background-repeat: no-repeat;
  background-position: 50%;
  display: none; }

.agenda-2-in .no_event {
  padding: 30px 20px 50px 20px;
  text-align: center;
  font-size: 160%;
  color: #0E2C42; }

body .bootstrap-datetimepicker-widget table td.active,
body .bootstrap-datetimepicker-widget table td.active:hover {
  color: #364E5B;
  font-weight: 700; }

.bloc-resultats {
  margin-bottom: 20px; }

.doc-liste {
  margin-bottom: 20px; }

.pager {
  margin: 0; }

.bloc-agenda-2 {
  background-color: #F8F8F8; }
.bloc-agenda-2 h2 {
  text-transform: uppercase;
  display: inline-block;
  background-color: #F8F8F8;
  padding: 0 1.4vw; }

.swiper-slide .date {
  position: relative;
  background-color: transparent;
  min-width: 82px; }
.swiper-slide .date:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 8px;
  width: 65px;
  height: 65px;
  background-color: #a1bf35;
  transform: rotate(45deg);
  z-index: -1;
  border-bottom-right-radius: 25px; }
.swiper-slide .bloc-date &gt; div:last-of-type .date:before {
  border-bottom-right-radius: initial; }

.bloc-agenda-2 .agenda-2-wrap .agenda-2 .outils-agenda-2 .col-outil .date-agenda-wrap input {
  font-size: 105%;
  background-color: #0e2c42;
  border: 1px solid #d65c7d; }

.bloc-agenda-2 .swiper-container-horizontal &gt; .swiper-scrollbar {
  left: 0;
  height: 8px;
  width: 70%;
  right: 0;
  margin: auto; }

.bloc-agenda-2 .in-agenda {
  padding: 0 25px; }

.swiper-wrapper {
  padding-bottom: 32px; }

.swiper-slide .inner-article figure {
  margin-left: 0;
  border-radius: initial; }

.swiper-slide a:hover .inner-article figure, .swiper-slide a:focus .inner-article figure {
  width: 160px;
  height: 160px;
  margin-top: -10px;
  border-radius: initial; }

.bloc-agenda-2 .swiper-scrollbar-drag {
  background: #A8A8A8; }

.bloc-agenda-2 .agenda-2-wrap .agenda-2 .agenda-2-in {
  padding-top: 10px; }

.bloc-agenda-2 .voir-plus {
  color: #e42649;
  border-color: #e74160; }

.swiper-slide a {
  padding: 15px 0; }

.swiper-slide .inner-article .description-event .sous_titre_event {
  color: #E42649;
  font-size: 131%;
  margin-bottom: 24px; }

.swiper-slide .inner-article .description-event .event_name {
  font-size: 138%;
  margin-bottom: 23px; }

.swiper-slide .inner-article .description-event .resume_event {
  color: #1e557e;
  margin-bottom: 21px; }

.swiper-slide .inner-article .description-event .icon-plus-wrapper {
  padding-top: 27px; }

.swiper-slide .inner-article .description-event {
  padding-bottom: 21px; }

.bloc-agenda-2 .inner-agenda:after {
  bottom: 208px; }

.swiper-slide .inner-article .description-event .commune_event {
  color: #1e557e;
  font-family: "Roboto Condensed", sans-serif; }

.swiper-slide .inner-article {
  padding-top: 32px;
  margin: 0; }

.swiper-slide .bloc-date {
  padding-left: 20px; }

.bloc-agenda-2 .agenda-2-wrap .agenda-2 .outils-agenda-2 .col-outil {
  padding: 20px 32px 14px;
  margin-right: 17px; }

.bloc-agenda-2 .agenda-2-wrap .agenda-2 .outils-agenda-2 .col-outil .filter-btn .icon-filter {
  position: absolute;
  right: 0;
  margin-top: 2px;
  margin-right: 0; }

.bloc-agenda-2 .bloc-titre-agenda {
  background: url(/bundles/ayalinecollectivite/images/bg-agenda.png) 0 32.2% no-repeat;
  background-size: 100%;
  padding: 46px 10px;
  text-align: center;
  border-top: 1px solid rgba(174, 212, 229, 0.5); }

.bloc-agenda-2 .agenda-2-wrap .agenda-2 {
  padding-left: 0; }
.bloc-agenda-2 .agenda-2-wrap .agenda-2 .outils-agenda-2 {
  background-color: #c51847; }

.bloc-service {
  padding: 53px 0 72px;
  text-align: center; }
.bloc-service .bloc-titre-service {
  background: url(/bundles/ayalinecollectivite/images/bg-agenda.png) -1vw 32.8% no-repeat;
  background-size: 100%; }

.bloc-service .item-service {
  width: 25%;
  padding: 48px 16px 40px; }
.bloc-service .item-service .img-container {
  background: transparent;
  transform: initial;
  width: auto !important; }
.bloc-service .item-service .img-container img {
  width: auto;
  transform: initial;
  max-height: 100%; }
.bloc-service .item-service .service-title {
  color: #58257f; }

.bloc-service .item-service.profil .sub-menu-profil {
  background-color: #9dcde2; }

.bloc-service .h2-theme-2 {
  margin-bottom: 22px;
  text-transform: uppercase;
  display: inline-block;
  background: #ffffff;
  line-height: 1.2em;
  padding: 0 0.7vw; }

.bloc-service .item-service.profil {
  padding-right: 52px;
  background-color: #9dcde2; }

.bloc-service .item-service.profil .profil-menu {
  padding: 18px 3% 18px 11%; }

.bloc-service .item-service.profil .profil-menu .icon-menu {
  margin-right: 8%; }

.bloc-service .item-service.profil .profil-list li:before {
  bottom: 0;
  top: auto; }

.bloc-service .item-service.profil .profil-list &gt; ul &gt; li:first-child:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#1affffff',GradientType=1 ); }

.bloc-service .item-service.profil .profil-title {
  font-size: 143%;
  padding: 66px 11% 21px; }

.bloc-service .item-service.profil:before {
  content: "";
  background: #fff;
  left: -3px;
  right: -3px;
  top: -32px;
  height: 46px;
  position: absolute;
  width: auto;
  transform: rotate(-5deg); }

.bloc-service .item-service.profil:after {
  content: "";
  background: #fff;
  left: auto;
  right: -16px;
  top: -3px;
  bottom: -3px;
  position: absolute;
  width: 50px;
  transform: rotate(-5deg);
  height: auto; }

.bloc-service .item-service .service-title {
  font-size: 178%; }

.bloc-service .services-container {
  overflow: visible;
  margin-top: 53px; }

.icon-profil img {
  width: 37px;
  height: auto; }

#bloc-facebook {
  background-color: #3b5b98; }
#bloc-facebook .h2-focus-theme {
  position: relative;
  display: inline-block;
  margin: 0 20px 0 0;
  float: left;
  font-size: 115%;
  overflow: visible;
  width: 18.4%;
  text-align: center; }
#bloc-facebook .h2-focus-theme a {
  z-index: 4;
  position: relative; }
#bloc-facebook .h2-focus-theme a:hover {
  opacity: 1; }
#bloc-facebook .h2-focus-theme img {
  max-width: 100%;
  height: auto; }
#bloc-facebook .h2-focus-theme span {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 23px 20px;
  font-size: 166%;
  font-weight: 700;
  width: 100%; }
#bloc-facebook #slideFacebook {
  position: relative;
  padding-right: 60px; }
#bloc-facebook #slideFacebook .slides li a {
  font-size: 123%;
  display: table;
  padding-left: 0;
  padding-top: 3px;
  color: #ffffff;
  height: 83px;
  font-weight: 500;
  line-height: 1.1em; }
#bloc-facebook #slideFacebook .slides li a span {
  display: table-cell;
  vertical-align: middle; }
#bloc-facebook #slideFacebook .slides li a strong {
  font-weight: 500; }
#bloc-facebook #slideFacebook .flex-direction-nav .flex-prev {
  left: auto;
  opacity: 1;
  top: 50%;
  right: 28px;
  margin-top: -12px;
  width: 20px;
  height: 24px; }
#bloc-facebook #slideFacebook .flex-direction-nav .flex-next {
  opacity: 1;
  top: 50%;
  right: 5px;
  margin-top: -12px;
  width: 20px;
  height: 24px; }
#bloc-facebook #slideFacebook .flex-direction-nav a.flex-next:before {
  content: '';
  text-shadow: none;
  background: url("/bundles/ayalinecollectivite/images/arrow-next.png") 0 0 no-repeat;
  width: 11px;
  height: 24px; }
#bloc-facebook #slideFacebook .flex-direction-nav a.flex-prev:before {
  content: '';
  text-shadow: none;
  background: url("/bundles/ayalinecollectivite/images/arrow-next.png") 0 0 no-repeat;
  width: 11px;
  height: 24px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
#bloc-facebook .flexslider:hover .flex-prev {
  opacity: 1;
  left: 0; }
#bloc-facebook .flexslider:hover .flex-next {
  opacity: 1;
  right: 0; }

.menu-type-2 li a time {
  display: block; }

.person .front .front-name span {
  text-align: center; }

.person .front .front-name {
  padding-right: 0; }

/*Bloc vie citoyenne */
.bloc-citoyenne {
  background: #CCE1EC;
  color: #0E2C42;
  padding: 57px 0 41px;
  margin-bottom: 87px; }

.bloc-citoyenne .h2-theme-2 {
  margin-bottom: 41px; }

.bloc-citoyenne a {
  color: #fff; }

.bloc-citoyenne .citoyenne-list {
  max-width: 1666px;
  margin: auto;
  overflow: hidden;
  text-align: center;
  font-size: 0; }

.bloc-citoyenne .citoyenne-list .item-citoyen {
  position: relative;
  width: 20%;
  vertical-align: top;
  padding: 16px;
  font-size: 14px;
  display: inline-block; }

.bloc-citoyenne .citoyenne-list .item-citoyen a {
  display: inline-block; }

.bloc-citoyenne .citoyenne-list .item-citoyen .img-container {
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  max-width: 100%;
  margin-top: 23px;
  width: 113px;
  height: 112px;
  margin-bottom: 36px; }

.bloc-citoyenne .citoyenne-list .item-citoyen .img-container img {
  transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  width: 100%;
  height: auto; }

.bloc-citoyenne .citoyenne-list .item-citoyen .citoyen-title {
  display: block;
  font-size: 187%;
  line-height: 1em;
  color: #0E2C42; }

.bloc-citoyenne .citoyenne-list .item-citoyen.item-special {
  width: 100%;
  vertical-align: middle; }

.bloc-citoyenne .citoyenne-list .item-citoyen.item-special .img-container {
  background: #F05A28; }

.bloc-citoyenne .citoyenne-list .item-citoyen.item-special .citoyen-title {
  display: inline-block;
  vertical-align: middle;
  padding-left: 26px;
  text-align: left;
  font-size: 242%;
  line-height: 1.1em; }

.bloc-citoyenne .citoyenne-list .item-citoyen.item-special .citoyen-title span {
  display: block; }

.ayaline-meteo td span {
  width: 22px;
  text-align: center;
}

/*Cookies*/
#tarteaucitronAlertBig{
  font-family: "Roboto", sans-serif !important;
  background: #0C2638 !important;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  margin-left: 74px !important;
  font-size: 15px;
  padding-right: 0;
  margin-top: 3px;
  margin-bottom: 3px;
}
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert .ezxmltext-field p{
  color: #fff;
}
#tarteaucitronPersonalize2{
  margin-right: 74px;
  font-size: 14.79px !important;
  font-weight: 700;
  border-radius: 5px;
  margin-top: 0 !important;
  margin-left: 0 !important;
  background: #189DD5 !important;
  padding: 5px !important;
}
.tarteaucitronCheck{
  display: none;
}
.tarteaucitronCheck:before{
  content: '' !important;
}
header{
  margin-top: 62px;
}
#tarteaucitronServices #tarteaucitronHeader{
  display: none !important;
}
.tarteaucitronSelfLink{
  display: none !important;
}

@media (max-width: 1400px) {
  .bloc-actualites-2 .content-rotate-bloc .rotate-bloc {
    left: 79px; }
  .bloc-actualites-2 .actu-wrapper {
    padding: 28px 0 0 81px; }
  .bloc-actualites-2 #actu2Slider .slides li .bloc-actu2 .accroche h2 {
    font-size: 418%; }
  .bloc-actualites-2 #actu2Slider .slides li .bloc-actu2 .accroche h3 {
    font-size: 248%; }
  .bloc-actualites-2 #actu2Slider .flex-control-nav {
    max-width: 223px; } }

@media (max-width: 1200px) {
  .bloc-rubrique li a {
    font-size: 110%;
    line-height: 19px; }
  .bloc-galerie .galerie-list li {
    width: 50%; }
  .bloc-actualites-2 #actu2Slider .flex-control-nav {
    text-align: right; }
  .bloc-actualites-2 .content-rotate-bloc .rotate-bloc h2 {
    font-size: 43px; }
  .bloc-service .item-service.profil .profil-title {
    font-size: 129%;
    padding: 24px 10%; }
  .bloc-service .item-service.profil .profil-menu {
    padding: 18px 9%; }
  .bloc-service .item-service.profil .profil-menu .icon-menu {
    margin-right: 10%; }
  .bloc-service .item-service.profil .sub-menu-profil a {
    font-size: 77%; }
  .bloc-service .item-service {
    padding: 10px; }
  .bloc-service .item-service.profil .profil-menu .icon-menu img {
    width: 26px; }
  .bloc-service .item-service.profil .profil-menu strong {
    font-size: 86%; }
  .bloc-service .item-service.profil .profil-menu .arrow:before {
    height: 14px;
    left: 20px; }
  .bloc-service .item-service.profil .profil-menu .arrow:after {
    height: 14px; }
  .bloc-service .item-service .img-container {
    width: 86px;
    height: 86px; }
  .bloc-service .item-service .service-title {
    font-size: 146%; }
  .bloc-media-2 .carte {
    width: 66.566666667%; }
  .bloc-media-2 .bloc-col {
    width: 33.333333333%; }
  .bloc-service .item-service {
    width: 25%; }
  .bloc-actualites-2 .bloc-right-actu {
    height: 308px; }
  #eventSlider .flex-caption {
    padding: 16px 27px 9px 28px; }
  footer .footer-top .h2-home-theme {
    display: block; }
  header .header-top .bloc-right li {
    padding-right: 13px; }
  header .navbar-default .navbar-nav li a {
    font-size: 100%; }
  #bloc-agenda .grands-events-wrapper .grands-events div .decouvrir {
    padding: 6px 9px 4px 7px; }
  .page-interne .voir-plus {
    font-size: 68%;
    padding: 5px 7px 3px 7px;
    height: auto; }
  .acces-rapide-left {
    text-align: center; }
  .bloc-rubrique {
    margin-right: -22px;
    margin-left: -22px; }
  .bloc-rubrique li {
    margin: 0 7px 7px 0; }
  header .recherche label {
    display: none !important; }
  #bloc-medias .voir-plus {
    padding: 9px 6px 5px 6px; }
  #bloc-acces-rapide .acces-rapide {
    margin-left: -20px;
    margin-right: -20px; }
  #bloc-medias.bloc-media-style2 aside {
    padding: 0; } }

@media (max-width: 992px) {
  .h2-theme-2 {
    font-size: 415%;
    font-weight: 700; }
  .h3-theme-2 {
    font-size: 244%;
    font-weight: 900; }
  .bloc-agenda-2 .bloc-titre-agenda {
    padding: 19px 10px; }
  .bloc-agenda-2 .agenda-2-wrap .agenda-2 {
    width: 100%;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0; }
  .bloc-agenda-2 .agenda-2-wrap .bloc-image-link {
    width: 100%;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    height: auto; }
  .bloc-agenda-2 .agenda-2-wrap .bloc-image-link a {
    position: relative; }
  .bloc-agenda-2 .agenda-2-wrap .bloc-image-link .link-wrap {
    margin-top: 0;
    display: inline-block;
    vertical-align: middle; }
  .bloc-agenda-2 .agenda-2-wrap .bloc-image-link .link-wrap .link-title {
    display: inline-block;
    vertical-align: middle; }
  .bloc-agenda-2 .agenda-2-wrap .bloc-image-link .image-wrap img {
    width: 83px; }
  .bloc-agenda-2 .agenda-2-wrap .bloc-image-link .image-wrap {
    padding: 24px 18px;
    margin: 31px 52px 31px 0; }
  .voir-tout {
    font-size: 189%; }
    .voir-tout .icon-plus:before {
      width: 34px;
      height: 34px; }
  .swiper-container-horizontal &gt; .swiper-scrollbar {
    height: 8px; }
  .voir-tout-wrapper {
    padding: 22px 0;
    position: relative; }
  .bloc-agenda-2 .in-agenda {
    padding: 0 86px; }
  .bloc-agenda-2 .agenda-2-wrap .bloc-image-link .link-wrap .link-title {
    font-size: 305%;
    line-height: 1.2em;
    font-weight: 300;
    text-align: left;
    letter-spacing: 3px; }
  .bloc-agenda-2 .agenda-2-wrap .bloc-image-link .link-wrap .link-title span {
    font-size: 133%; }
  .bloc-agenda-2 .agenda-2-wrap .bloc-image-link .link-wrap .icon-plus:before {
    width: 45px;
    height: 45px;
    background-size: cover; }
  .bloc-agenda-2 .agenda-2-wrap .bloc-image-link .link-wrap .icon-plus {
    margin-top: 7px;
    margin-left: 78px; } }

@media (max-width: 991px) {
  .bloc-actualites-2 .content-rotate-bloc .rotate-bloc h2 {
    font-size: 68px; }
  .bloc-actualites-2 .container {
    width: 100%; }
  .bloc-agenda-2 .agenda-2-wrap {
    -moz-box-wrap: wrap;
    -webkit-box-wrap: wrap;
    -ms-flexbox-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: initial; }
  .bloc-service .item-service {
    width: 33.33333333%; }
  .bloc-actualites-2 .row {
    margin-left: -30px;
    margin-right: -30px; }
  .bloc-actualites-2 .col-md-4 {
    margin-bottom: 0; }
  .header-top .container {
    padding: 0;
    width: 100%; }
  header .navbar-default .navbar-left li a, header .navbar-default .navbar-left a:hover {
    color: inherit; }
  header .last-col .footer-nav-2 {
    text-align: center;
    margin-bottom: 0; }
    header .last-col .footer-nav-2 a {
      margin-right: 0;
      border-top: 1px solid #FFF;
      font-size: 115%;
      line-height: 20px;
      display: block;
      color: #FFF;
      padding: 9px 24px 8px 20px;
      text-transform: uppercase;
      font-weight: 500; }
  header .last-col .suivez-nous {
    margin-right: 20px;
    width: 100%;
    text-align: right;
    padding-right: 20px;
    border-top: 1px solid #FFF; }
    header .last-col .suivez-nous h4 {
      font-size: 124%;
      color: #FFF;
      text-transform: uppercase; }
    header .last-col .suivez-nous li {
      text-align: right;
      display: inline-block;
      padding-right: 15px; }
      header .last-col .suivez-nous li a {
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        color: #202328;
        width: 42px;
        height: 42px;
        display: block;
        text-align: center;
        position: relative; }
        header .last-col .suivez-nous li a img {
          float: none;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; }
  .barre-RWD {
    display: table; }
  #eventSlider .slides img {
    width: 100%;
    height: auto; }
  #eventSlider .pager .actu-text p {
    /*font-family: 'staticregular';*/ }
  #bloc-agenda .grands-events-wrapper .grands-events div h3 {
    text-align: left; }
  #bloc-medias .publications .pub h5 br {
    display: none; }
  .feuillter-theme {
    margin-top: 43px; }
  .container {
    padding-left: 20px;
    padding-right: 20px; }
  header .header-top .logo {
    margin: 0; }
  #bloc-voir-aussi ul {
    padding-bottom: 40px; }
  #eventSlider li &gt; div {
    min-height: 100%; }
  header .header-top .bloc-right li.recherche {
    padding-right: 0; }
  #bloc-voir-aussi ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
  header .header-top {
    border-bottom: none;
    padding: 18px 0 8px 0; }
  #bloc-focus #slideFocus .flex-direction-nav .flex-prev {
    right: -13px; }
  #bloc-focus #slideFocus .flex-direction-nav .flex-next {
    right: -16px; }
  #bloc-focus #slideFocus .flex-viewport {
    width: 82%; }
  header .header-top .logo img {
    width: 93%; }
  header .header-top .bloc-right {
    padding: 2px 0 0 0; }
  #slideshowId .wrapper .caption span {
    font-size: 150%;
    line-height: 30px;
    padding-bottom: 0; }
  #slideshowId .wrapper .caption .text {
    line-height: 19px;
    padding: 0 23px; }
  #slideshowId .wrapper {
    bottom: 51px; }
  #slideshowId .wrapper .bg-caption:after {
    right: -18px;
    width: 18px;
    top: -8px;
    -webkit-transform: skewY(-42deg);
    transform: skewY(-42deg); }
  #slideshowId .wrapper .caption .plus {
    margin: 13px auto 0; }
  #slideshowId .flex-control-paging li a {
    width: 12px;
    height: 12px; }
  #slideshowId .flex-control-nav li {
    margin: 0 8px; }
  #slideshowId .wrapper .caption .centred-text {
    padding-top: 9px;
    padding-bottom: 8px;
    line-height: 20px;
    font-size: 100%; }
  #slideshowId .wrapper .caption .caption-txt-theme, #slideshowId .wrapper .caption .caption-triangle {
    width: 284px;
    height: auto; }
  #slideshowId .flex-control-nav {
    bottom: 14px; }
  #eventSlider .flex-caption {
    position: relative; }
  #eventSlider .flex-caption h3 {
    margin-bottom: 5px; }
  #slideDates {
    margin-bottom: 0; }
  #bloc-actualites {
    padding-top: 40px;
    margin-bottom: 28px; }
  #eventSlider {
    margin-top: 11px; }
  #bloc-actualites .voir-plus {
    float: left;
    margin-right: 20px;
    margin-top: 28px; }
  #bloc-agenda .dates-retenir {
    padding-top: 15px; }
  #slideDates .flex-direction-nav .flex-next {
    right: 0;
    top: -62px; }
  #slideDates .caption h3 {
    margin-bottom: 10px; }
  #slideDates .flex-direction-nav .flex-prev {
    right: 67px;
    top: -62px; }
  #slideDates .caption {
    margin-bottom: 10px; }
  .navbar-nav {
    margin: 0; }
  header .navbar-default .navbar-left li &gt; a, header .navbar-default .navbar-left li:first-child &gt; a {
    padding: 9px 24px 8px 20px;
    height: auto !important;
    width: 100%; }
    header .navbar-default .navbar-left li &gt; a span, header .navbar-default .navbar-left li:first-child &gt; a span {
      display: inline; }
  header .navbar-default .navbar-left &gt; li .menu-wrap {
    padding: 0;
    display: block; }
  header .navbar-default .navbar-left li:last-child {
    border-bottom: 1px solid #58595c; }
  /*
    header .navbar-default .navbar-right &gt; li a:hover,
    header .navbar-default .navbar-right &gt; li a:focus,
    header .navbar-default .navbar-right &gt; li &gt; a,header .navbar-default .navbar-right &gt; .open &gt; a,
    header .navbar-default .navbar-right &gt; .open &gt; a:hover,
    header .navbar-default .navbar-right &gt; .open &gt; a:focus{
      color: #000;
      background-color: #fff;
    }*/
  header .navbar-default .navbar-left .dropdown-menu .level-1 &gt; li &gt; .level-2 {
    border: none; }
  header .navbar-default .navbar-right &gt; li &gt; a .icon-down-open-1 {
    float: right; }
  header .navbar-default .mobile-toggle {
    display: block;
    font-size: 20px; }
  .navbar-nav li {
    text-align: center; }
  header .navbar-default .navbar-nav li &gt; ul {
    border: none;
    display: none; }
  header .navbar-default .navbar-nav li.open &gt; ul {
    display: block; }
  header .navbar-default .navbar-left .dropdown-menu .level-1 &gt; li {
    background: none; }
  .nav .open &gt; a, .nav .open &gt; a:hover, .nav .open &gt; a:focus {
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #fff; }
  .navbar-nav .open .dropdown-menu {
    visibility: visible;
    display: block; }
  header .navbar-default .navbar-right &gt; li.open .dropdown-menu {
    display: block; }
  header .navbar-default .navbar-right &gt; li:hover .dropdown-menu {
    display: none; }
  header .navbar-default .navbar-right &gt; li a:before {
    content: none; }
  header .navbar-default .navbar-left li:last-child a {
    margin-right: 0; }
  header .navbar-default .navbar-left li:last-child:hover a,
  header .navbar-default .navbar-left li:last-child.open a {
    margin-right: 0; }
  header .navbar-default .navbar-right &gt; li &gt; a {
    padding: 5px 0 10px 20px; }
  .navbar-default .container {
    position: relative;
    width: 100%; }
  header .navbar-default .navbar-toggle {
    margin-right: 29px; }
  header .navbar-default .navbar-left li a, header .navbar-default .navbar-left li a span {
    color: #fff; }
  header .navbar-nav.navbar-left {
    color: #fff;
    padding: 0 13px; }
  header .navbar-default .navbar-right .dropdown-menu li a:before {
    content: none; }
  .navbar-default .navbar-right .open .dropdown-menu &gt; li &gt; a:hover, .navbar-default .navbar-right .open .dropdown-menu &gt; li &gt; a:focus,
  header .navbar-default .navbar-right .dropdown-menu a:hover, header .navbar-default .navbar-right .dropdown-menu a:focus {
    color: #fff; }
  header .navbar-default .navbar-left li:hover a:before {
    content: none; }
  header .navbar-default .navbar-left &gt; li:hover &gt; a,
  header .navbar-default .navbar-left &gt; .dropdown &gt; a:hover,
  header .navbar-default .navbar-left &gt; .open &gt; a,
  header .navbar-default .navbar-left &gt; .open &gt; a:hover,
  header .navbar-default .navbar-left &gt; .open &gt; a:focus {
    color: #fff;
    margin: 0;
    border-color: #fff; }
    header .navbar-default .navbar-left &gt; li:hover &gt; a span,
    header .navbar-default .navbar-left &gt; .dropdown &gt; a:hover span,
    header .navbar-default .navbar-left &gt; .open &gt; a span,
    header .navbar-default .navbar-left &gt; .open &gt; a:hover span,
    header .navbar-default .navbar-left &gt; .open &gt; a:focus span {
      color: #fff; }
  header .navbar-default .navbar-right &gt; li &gt; a {
    padding: 9px 24px 8px 20px;
    min-height: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    outline: none;
    display: block; }
  header .navbar-default .navbar-right .dropdown-menu {
    margin-top: 0;
    padding-top: 1px;
    padding-bottom: 16px; }
    header .navbar-default .navbar-right .dropdown-menu a {
      padding: 3px 22px; }
  header .navbar-default .navbar-left .dropdown-menu .level-1 &gt; li &gt; a {
    border: none;
    background: none;
    text-transform: initial;
    font-size: 129%;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    display: block; }
  header .navbar-default .navbar-left .dropdown-menu .level-1 &gt; li &gt; a:before,
  header .navbar-default .navbar-left .dropdown-menu .level-1 &gt; li &gt; a:after {
    content: none; }
  header .navbar-default .navbar-left li:last-child {
    border: none;
    background: none; }
  header .navbar-default .navbar-left .dropdown-menu .level-1 &gt; li:last-child &gt; .level-2 {
    border: none; }
  .nav .open &gt; a, .nav .open &gt; a:hover, .nav .open &gt; a:focus {
    border: none; }
  header .navbar-default .navbar-right &gt; li &gt; a .mobile-toggle {
    float: right; }
  header .navbar-default .navbar-left li:hover a, header .navbar-default .navbar-left li:focus a {
    color: #fff; }
  .navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus {
    background-color: #56585c; }
  .navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {
    background-color: transparent; }
  header .navbar-default .navbar-right &gt; li &gt; a:hover, header .navbar-default .navbar-right &gt; li &gt; a:focus {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    border-color: #fff; }
  header .navbar-default li {
    position: relative; }
    header .navbar-default li .mobile-toggle {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 35px;
      cursor: pointer;
      color: #fff;
      padding-top: 4px; }
  header .navbar-default .navbar-right &gt; li {
    padding: 0; }
  header .navbar-default .navbar-right &gt; li:before {
    content: none; }
  header .navbar-default .navbar-left .dropdown-menu .level-1 &gt; li &gt; .mobile-toggle {
    font-size: 100%;
    text-align: right; }
  header .navbar-default .navbar-left li {
    position: relative; }
    header .navbar-default .navbar-left li a {
      margin-right: 0;
      border-top: 1px solid #FFF; }
  header .navbar-default .navbar-left &gt; li .dropdown-menu {
    display: none; }
  header .navbar-default .navbar-left &gt; li.open .dropdown-menu {
    display: block;
    height: 100%;
    padding: 10px 0;
    margin-top: 0; }
  header .navbar-default .navbar-left &gt; li:hover .dropdown-menu {
    visibility: hidden; }
  header .navbar-default .navbar-left &gt; li.open:hover .dropdown-menu {
    visibility: visible; }
  header .navbar-default .navbar-left .dropdown-menu {
    position: relative;
    padding: 0;
    display: block;
    visibility: hidden;
    min-height: 100%;
    height: 0; }
  header .navbar-default .navbar-left .dropdown-menu .container {
    padding: 0; }
  header .navbar-default .navbar-left .dropdown-menu .level-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0; }
  header .navbar-default .navbar-left &gt; li:focus .dropdown-menu {
    display: block; }
  header .navbar-default .navbar-left .dropdown-menu .level-1 &gt; li &gt; .level-2 li a {
    color: rgba(255, 255, 255, 0.8);
    text-transform: none;
    display: block;
    padding: 5px 24px;
    font-size: 100%; }
  header .navbar-default .navbar-collapse {
    position: absolute;
    background: #fff;
    z-index: 9999;
    width: 100%;
    padding-right: 0;
    margin-top: 9px;
    overflow: hidden;
    padding-bottom: 0;
    margin-left: 0;
    left: 0;
    right: 0;
    margin-right: 0; }
  header .navbar-default .navbar-nav li a {
    font-size: 115%; }
  #bloc-agenda .grands-events-wrapper .dark-bg {
    margin-top: 0;
    float: left;
    padding-bottom: 0;
    padding-top: 0; }
  #bloc-acces-rapide .acces-rapide {
    padding: 9px 0 0 0;
    margin-left: -20px;
    margin-right: -20px; }
  #bloc-acces-rapide .h2-home-theme {
    margin-bottom: 18px; }
  .agenda .row .bloc-actu .img-wrap {
    height: auto; }
  .agenda .row .bloc-actu .img-wrap img {
    height: auto;
    width: 100%; }
  #slideDates time {
    line-height: 18px; }
  #slideDates .caption p {
    font-size: 154%; }
  #bloc-acces-rapide {
    padding: 14px 0 20px 0; }
  #bloc-medias .publications .pub h5 {
    margin-bottom: 13px; }
  #bloc-medias .images-row {
    margin-top: 10px; }
  #bloc-medias .main-video h3 {
    margin-top: 18px;
    margin-bottom: 13px; }
  #bloc-medias .video-list {
    margin-bottom: 38px; }
  #bloc-medias {
    margin-top: 0;
    padding-bottom: 62px; }
  #bloc-voir-aussi {
    padding: 8px 0 0 0; }
  footer .footer-top {
    padding-top: 5px; }
  #bloc-agenda .grands-events-wrapper .grands-events {
    display: block;
    float: left;
    padding-top: 0; }
  #bloc-agenda .grands-events-wrapper h2 {
    padding: 0 20px 19px 0; }
  #bloc-agenda .grands-events-wrapper .billetterie {
    padding: 5px 28px 0 37px;
    display: inline-block;
    margin-left: 0; }
  #bloc-agenda .grands-events-wrapper .grands-events li {
    width: 47%;
    margin-bottom: 14px;
    text-align: center;
    float: left; }
  #bloc-agenda .grands-events-wrapper .grands-events li:nth-child(odd) {
    margin-right: 6%; }
  #bloc-agenda .grands-events-wrapper .grands-events div .decouvrir {
    padding: 6px 15px 4px 9px;
    left: auto; }
  #bloc-acces-rapide .acces-rapide li {
    width: 20%;
    margin-right: 0;
    margin-bottom: 30px;
    display: block;
    float: left;
    margin-left: 0; }
  header .navbar-default .navbar-header {
    margin-top: -76px;
    margin-right: 20px; }
  #bloc-medias .images-row .col-md-4 {
    margin-top: 36px; }
  #bloc-medias .photos {
    margin-top: 0;
    padding-left: 0; }
  #bloc-voir-aussi ul:first-of-type + ul li:first-child {
    border-top: none; }
  footer .footer-top .voir-plus {
    margin-left: 20px; }
  footer .footer-top form {
    margin-left: 20px; }
  footer .footer-top h3 {
    margin-left: 0;
    font-weight: 700; }
  footer .footer-top .form-group {
    margin-left: -7px;
    margin-top: 1px;
    padding: 0 0 11px 0; }
  footer .footer-content .last-col {
    padding: 0 33px 0 39px; }
  footer .footer-content .footer-nav-2 {
    margin-top: 59px; }
  footer .footer-content .bloc-meteo {
    margin-left: -59px; }
  footer .footer-content {
    padding-bottom: 16px; }
  footer .footer-bottom {
    padding-top: 0; }
  #breadcrumbs {
    padding: 17px 0 16px 0; }
  .tools {
    display: inline-block;
    float: right;
    padding: 15px 0 16px 0; }
  .page-interne h1 {
    font-size: 256%; }
  .introduction {
    padding: 14px 0 19px 0; }
  .introduction p {
    font-size: 116%;
    line-height: 21px; }
  .content-row {
    padding-top: 39px;
    padding-bottom: 20px; }
  aside &gt; .col-sm-6 {
    max-width: 335px;
    margin-right: 42px;
    min-height: 266px; }
  aside &gt; .col-sm-6:nth-child(even) {
    margin-right: 0; }
  .bloc-type-2 {
    margin-top: 42px; }
  .contenu-bas {
    margin-top: 34px; }
  .contenu-bas {
    padding-top: 11px; }
  .contenu-bas h2 {
    margin-bottom: 21px; }
  .savoir-plus div {
    padding: 10px 15px 16px 19px; }
  .actualites, .agenda {
    margin-bottom: 25px; }
  #eventSlider .flexslider-controls, #eventSlider .col-md-8 {
    width: 100%; }
  .bloc-rubrique li {
    float: none; }
  header .navbar-default .navbar-left &gt; li {
    display: block;
    height: auto; }
  header .navbar-default .navbar-left &gt; li &gt; a {
    display: block; }
  header .navbar-default .navbar-left &gt; li &gt; a:after {
    content: none; }
  #eventSlider .pager .actu-img img {
    width: 100%;
    height: auto; }
  #eventSlider .pager {
    height: auto; }
  #bloc-medias .img-wrap a {
    position: relative; }
  #bloc-medias .img-wrap .play {
    max-width: none; }
  header .header-top .subtitle-header {
    margin: 16px 0 0 39px; }
  header .recherche .form-search {
    display: block;
    max-width: 330px;
    margin: 0 auto 20px auto; }
  header .navbar-default .navbar-collapse .bloc-right {
    padding: 20px 21px 1px;
    /* firefox 19+ */
    /* ie */ }
    header .navbar-default .navbar-collapse .bloc-right input::-webkit-input-placeholder {
      color: #FFF;
      font-size: 125%;
      opacity: 0.5; }
    header .navbar-default .navbar-collapse .bloc-right input::-moz-placeholder {
      color: #FFF;
      font-size: 125%;
      opacity: 0.5; }
    header .navbar-default .navbar-collapse .bloc-right input:-ms-input-placeholder {
      color: #FFF;
      font-size: 125%;
      opacity: 0.5; }
    header .navbar-default .navbar-collapse .bloc-right input:-moz-placeholder {
      color: #FFF;
      font-size: 125%;
      opacity: 0.5; }
  #bloc-focus .h2-focus-theme {
    position: absolute;
    left: 0; }
    #bloc-focus .h2-focus-theme span {
      padding: 14px 6px 14px 9px;
      font-size: 109%; }
  #bloc-focus #slideFocus li a {
    min-height: 47px;
    height: 47px; }
  #bloc-focus #slideFocus li a {
    font-size: 100%; }
  #bloc-focus #slideFocus {
    padding-left: 55px; }
  #bloc-focus #slideFocus .flex-direction-nav a.flex-next {
    margin-top: -24px; }
    #bloc-focus #slideFocus .flex-direction-nav a.flex-next:before {
      font-family: "font-face";
      content: '\e809';
      background: none;
      font-size: 27px;
      color: #fff;
      text-shadow: none;
      width: auto;
      height: auto; }
  #bloc-focus #slideFocus .flex-direction-nav a.flex-prev {
    margin-top: -24px; }
    #bloc-focus #slideFocus .flex-direction-nav a.flex-prev:before {
      font-family: "font-face";
      content: '\e809';
      background: none;
      font-size: 27px;
      color: #fff;
      text-shadow: none;
      -webkit-transform: none;
              transform: none;
      width: auto;
      height: auto; }
  #bloc-agenda .grands-events-wrapper .grands-events img {
    float: left;
    width: 100%;
    height: auto; }
  #bloc-medias .photos ul img {
    width: 100%;
    height: auto; }
  #bloc-medias .photos ul li {
    overflow: hidden; }
  #bloc-medias .img-wrap img {
    width: auto;
    height: auto;
    max-width: 100%;
    overflow: hidden; }
  #bloc-medias .photos {
    margin-top: 24px; }
  #bloc-medias .publications .pub img {
    float: left;
    margin-right: 30px; }
  #bloc-medias .col-md-9 {
    width: 100%; }
  #bloc-medias .col-md-3 {
    width: 100%; }
  #bloc-medias .col-md-9 .main-video {
    margin-bottom: 0; }
  #eventSlider .pager .actu-text h4 {
    font-size: 160%; }
  #eventSlider .pager .actu-text p {
    font-size: 150%;
    line-height: 21px; }
  #bloc-medias.bloc-media-style2 .publications {
    height: auto !important; } }

@media (min-width: 768px) and (max-width: 992px) {
  .bloc-actualites-2 #actu2Slider .slides li .bloc-actu2 .accroche {
    font-size: 59%;
    padding: 18px; }
  .bloc-actualites-2 .content-rotate-bloc .rotate-bloc h2 {
    font-size: 37px; }
  .bloc-actualites-2 .content-rotate-bloc .rotate-bloc {
    left: 66px;
    bottom: 75px; }
  .bloc-actualites-2 .bloc-right-actu .actu-list li {
    font-size: 73%;
    padding-bottom: 10px; }
  .bloc-actualites-2 .actu-wrapper {
    padding: 16px 0 0 64px; }
  .bloc-actualites-2 .bloc-right-actu .actu-list {
    padding-right: 20px;
    padding-bottom: 16px; }
  .bloc-actualites-2 #actu2Slider .slides li .bloc-actu2 .icon-plus {
    right: 12px;
    bottom: 12px; }
  .bloc-actualites-2 #actu2Slider .flex-control-nav {
    bottom: 18px;
    right: 66px; }
  .bloc-actualites-2 .content-rotate-bloc .icon-plus {
    bottom: 12px;
    left: 22px; } }

@media (max-width: 780px) {
  .faq_list_grouped li .faq_response {
    padding: 0 0 9px 30px; }
  #bloc-medias .col-md-9, #bloc-medias .col-md-3 {
    width: 100%; } }

@media (max-width: 768px) {
  .bloc-service .h2-theme-2 {
    margin-bottom: 23px;
    margin-top: 6px; }
  .h2-theme-2 {
    font-size: 220%; }
  .bloc-media-2 .bloc .circle-icon {
    width: 65px;
    height: 65px; }
    .bloc-media-2 .bloc .circle-icon img {
      -webkit-transform: scale(0.9);
      transform: scale(0.9); }
  .bloc-media-2 .carte .carte-front h3 {
    font-weight: 700;
    font-size: 220%;
    margin-top: 15%; }
  .bloc-media-2 .carte .carte-front .icon-plus:before {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8); }
  .bloc-media-2 .h2-media {
    font-size: 386%;
    width: 41px; }
    #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert{
        margin-left: 0 !important;
    }
}

@media (max-width: 767px) {
  .agenda-2-in .no_event {
    padding: 0 20px 20px 20px;
    font-size: 134%; }
  .bloc-actualites-2 .row {
    display: block; }
  .bloc-actualites-2 .col-md-8,
  .bloc-actualites-2 .col-md-4 {
    width: 100%;
    margin-bottom: 15px; }
  .bloc-actualites-2 .col-md-4 {
    height: 508px; }
  .bloc-actualites-2 #actu2Slider .slides li .bloc-actu2 .icon-plus:before {
    width: 32px;
    height: 32px; }
  .bloc-actualites-2 #actu2Slider .flex-control-nav li {
    margin: 0 2px; }
  .bloc-actualites-2 #actu2Slider .flex-control-paging li a {
    width: 11px;
    height: 11px; }
  .bloc-actualites-2 #actu2Slider .slides li .bloc-actu2 .accroche {
    padding: 25px 37px; }
  .bloc-actualites-2 #actu2Slider .flex-control-nav {
    bottom: 21px;
    right: 111px; }
  .bloc-actualites-2 #actu2Slider .slides li .bloc-actu2 .icon-plus {
    right: 17px;
    bottom: 21px; }
  .conseil-level h3 {
    font-size: 121%; }
  .conseil-level .person {
    display: inline-block;
    float: none; }
  .conseil-level h3 {
    font-size: 121%; }
  #bloc-acces-rapide .acces-rapide li {
    width: 25%;
    margin-right: 0;
    margin-bottom: 9px; }
  header .header-top .subtitle-header {
    display: none; }
  #bloc-medias .img-wrap img {
    width: 100%; }
  #bloc-medias .photos .col-xs-6 {
    padding: 0;
    height: auto !important;
    max-width: 50%; }
  #bloc-agenda .grands-events-wrapper h2 {
    padding: 0 20px 19px 23px; }
  #bloc-medias .photos ul {
    margin-bottom: 18px; }
  #bloc-medias .publications .pub {
    margin-top: 12px; }
  footer .footer-content .bloc-meteo {
    width: 100%;
    padding-top: 30px;
    float: left;
    margin-left: 0; }
  footer .footer-content .last-col {
    padding: 0; }
  footer .footer-content .footer-nav-2,
  footer .footer-content .suivez-nous {
    display: none; }
  #bloc-voir-aussi ul {
    margin-bottom: 0; }
  header .navbar-default .navbar-collapse .bloc-right {
    padding: 12px 21px; }
    header .navbar-default .navbar-collapse .bloc-right li {
      padding: 0; }
  header .navbar-default .navbar-nav &gt; li &gt; a, header .navbar-default .navbar-left &gt; li:first-child &gt; a {
    padding: 9px 0; }
  header .translate .goog-te-gadget-simple {
    width: 100%;
    max-width: 262px; }
  header .translate .goog-te-menu-value span:last-of-type {
    font-size: 129%;
    margin-left: 5px; }
  header .navbar-nav.navbar-left {
    padding: 0 21px; }
  header .navbar-default .navbar-left li {
    padding: 0;
    border: none !important; }
  header .navbar-default .navbar-left li:last-child a {
    margin-right: 21px; }
  header .navbar-default .navbar-right &gt; li {
    padding: 0 21px; }
  header .navbar-default .navbar-right .dropdown-menu a {
    padding-left: 0; }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    padding-top: 6px; }
  .navbar-nav li {
    text-align: left; }
  header .navbar-default .navbar-collapse {
    margin-left: 0;
    left: 0;
    margin-top: 5px;
    padding-bottom: 0;
    border-bottom: none; }
    header .navbar-default .navbar-collapse .last-col {
      padding: 0 21px; }
      header .navbar-default .navbar-collapse .last-col .footer-nav-2 {
        text-align: left; }
        header .navbar-default .navbar-collapse .last-col .footer-nav-2 li a {
          padding: 9px 0px 8px 0px; }
  header .navbar-default li .mobile-toggle {
    text-align: right;
    right: 20px; }
  header .navbar-default .navbar-left .dropdown-menu .level-1 &gt; li &gt; .mobile-toggle {
    right: 0; }
  header .navbar-default .navbar-left .dropdown-menu .level-1 &gt; li &gt; .level-2 li a {
    margin: 0; }
  header .navbar-default .navbar-right &gt; li a {
    margin: 0; }
  header .navbar-default .navbar-toggle {
    margin-right: 15px; }
  header .navbar-default .navbar-left .dropdown-menu .level-1 &gt; li &gt; a {
    padding: 8px 0; }
  header .navbar-default .navbar-left .dropdown-menu .col-md-4 {
    padding: 0; }
  header .recherche .link-search {
    display: none !important; }
  header .recherche .form-search {
    min-width: initial; }
  header .recherche .form-search {
    display: block !important; }
  header .navbar-default .title-menu {
    display: none !important; }
  header .navbar-default .navbar-header {
    margin-top: -88px; }
  header .header-top .logo img {
    width: 74%; }
  header .header-top {
    padding: 18px 0 13px 0; }
  header .navbar-default .navbar-header {
    margin-top: -65px;
    margin-right: -12px; }
  #bloc-focus .h2-focus-theme span {
    padding: 16px 3px 17px 8px;
    font-size: 100%; }
  #bloc-focus .h2-focus-theme span:after {
    border-bottom: 51px solid transparent;
    border-left-width: 27px;
    border-left-style: solid;
    right: -27px; }
  #bloc-focus .h2-focus-theme {
    padding-right: 27px; }
  #slideDates .flex-direction-nav {
    display: none; }
  #bloc-focus #slideFocus .flex-viewport {
    width: auto;
    margin: 0 10px;
    box-shadow: none; }
  #bloc-focus #slideFocus li a {
    font-size: 100%;
    line-height: 18px; }
  #bloc-focus #slideFocus .flex-direction-nav .flex-next,
  #bloc-focus #slideFocus .flex-direction-nav .flex-prev {
    display: none; }
  #slideshowId .flex-control-paging li a {
    width: 7px;
    height: 7px; }
  #slideshowId .wrapper .bg-caption:after {
    right: -14px;
    width: 14px;
    top: -6px; }
  #slideshowId .flex-control-nav li {
    margin: 0 4px; }
  #slideshowId .flex-control-nav {
    bottom: -3px; }
  .container {
    padding-left: 20px;
    padding-right: 20px; }
  #bloc-actualites {
    padding-top: 25px; }
  #bloc-focus .container {
    padding: 0; }
  #eventSlider {
    margin-top: 8px;
    margin-bottom: 22px; }
  #eventSlider .flexslider-controls {
    height: auto; }
  #bloc-agenda h2 {
    padding-top: 7px; }
  #slideDates .caption p {
    font-size: 139%;
    line-height: 18px; }
  #slideDates .caption h3 {
    margin-bottom: 0; }
  #slideDates {
    margin-top: 26px; }
  #eventSlider .flex-control-paging li a {
    font-size: 108%;
    opacity: 0; }
  #bloc-agenda .dates-retenir {
    padding-top: 7px; }
  #bloc-agenda .grands-events-wrapper .grands-events li {
    width: 47%; }
  #bloc-agenda .grands-events-wrapper .grands-events li:nth-child(odd) {
    margin-right: 6%; }
  #bloc-agenda .container {
    padding-left: 0;
    padding-right: 0; }
  #bloc-agenda .dates-retenir h2,
  #slideDates,
  #bloc-agenda .grands-events-wrapper .grands-events {
    padding-left: 23px;
    padding-right: 23px; }
  #bloc-agenda .voir-plus, #bloc-agenda .voir-tout,
  #bloc-agenda .grands-events-wrapper .billetterie {
    margin-left: 23px;
    margin-bottom: 10px;
    margin-top: 15px; }
  #bloc-medias .images-row .col-md-4 {
    margin-top: 30px; }
  #bloc-medias .photos {
    margin-top: 0;
    padding-left: 0; }
  #bloc-medias .publications .pub h5 {
    font-size: 108%;
    line-height: 16px;
    margin-bottom: 14px; }
  #bloc-medias .publications .pub {
    margin-bottom: 16px; }
  #bloc-medias .video-list .img-wrap .play {
    width: 36px; }
  #bloc-acces-rapide {
    padding: 6px 0 30px 0; }
  #bloc-acces-rapide .acces-rapide {
    padding: 6px 0 0 0;
    margin: 0 -20px; }
  #bloc-acces-rapide .acces-rapide h2 {
    margin-top: 15px; }
  #bloc-medias .images-row {
    margin-top: 16px; }
  #bloc-medias {
    margin-top: 0;
    padding-bottom: 45px; }
    #bloc-medias h2 {
      margin-top: 15px; }
  #bloc-voir-aussi ul li a {
    font-size: 100%; }
  #bloc-voir-aussi {
    padding: 8px 0 0 0; }
  footer .footer-top h3, footer .footer-top form {
    margin-left: 0;
    display: block;
    text-align: center; }
  footer .footer-top form {
    margin-top: 30px; }
  [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
    padding-left: 25px; }
  footer .footer-top .checkbox-inline {
    padding-left: 0;
    padding-right: 42px; }
  footer .footer-top .checkbox-inline:last-of-type {
    padding-right: 0; }
  footer .footer-top .form-group {
    margin-left: 0;
    position: relative;
    display: block;
    width: 255px;
    margin: 6px auto; }
  footer .footer-top .btn-default {
    padding: 6px 8px;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0; }
  footer .footer-top .form-control {
    height: 39px;
    width: 255px; }
  footer .footer-top .checkbox-group-inline {
    margin-left: 0; }
  footer .footer-top .voir-plus {
    margin-left: -20px;
    min-width: 232px;
    margin-bottom: 29px; }
  footer .footer-bottom .copyright li:after {
    content: none; }
  #breadcrumbs {
    padding: 16px 0 16px 0;
    line-height: 1.2em;
    display: block;
    width: 100%; }
  .tools {
    float: left;
    padding: 0px 0 14px 0;
    display: block;
    width: 100%; }
  .page-interne h1 {
    font-size: 200%;
    line-height: 1em;
    margin-left: 0;
    display: block;
    float: none; }
  .introduction {
    padding: 2px 0 12px 0; }
  .introduction p {
    font-size: 101%;
    line-height: 18px;
    margin-left: 0;
    padding: 0; }
  .content-row {
    padding-top: 28px; }
  .ezxmltext-field .object-left, .ezxmltext-field .object-right, .img-desc {
    text-align: center;
    float: none;
    display: block;
    padding: 0; }
  .ez-content-article {
    font-size: 103%; }
  .ez-content-article h3 {
    font-size: 129%; }
  .ez-content-article li {
    line-height: 14px;
    padding-bottom: 11px; }
  .ez-content-article .txt {
    padding-top: 5px; }
  .bloc-type-1, .bloc-type-1 {
    padding: 23px 16px 8px 16px; }
  .bloc-type-2 {
    margin-top: 0; }
  aside &gt; .col-sm-6 {
    max-width: 100%;
    margin-right: 0;
    min-height: 100%;
    margin-top: -1px; }
  .a-noter, .infos-complements {
    margin-bottom: 16px; }
  .infos-complements {
    max-width: 100%;
    margin-right: 0;
    min-height: 100%;
    padding: 19px 26px 13px 15px; }
  .a-noter {
    padding: 23px 16px 5px 20px; }
  .a-noter p {
    line-height: 16px; }
  .page-interne aside h3 {
    font-size: 119%;
    padding-bottom: 7px; }
  .a-telecharger {
    max-width: 100%;
    min-height: 100%;
    padding: 24px 22px 7px 14px;
    margin-bottom: 0; }
  .download-list {
    margin-top: 10px; }
  .download-list span.download {
    padding-right: 0; }
  .demarche {
    max-width: 100%;
    min-height: 100%;
    margin-right: 0;
    margin-bottom: 0;
    padding: 22px 22px 10px 14px; }
  .ou-adresser {
    max-width: 100%;
    min-height: 100%;
    margin-bottom: 0;
    padding: 19px 22px 17px 16px; }
  .ou-adresser h4 {
    margin-top: 11px; }
  .ou-adresser p, .adresses-utiles p {
    line-height: 18px;
    margin: 0 0 4px; }
  .ou-adresser a, .adresses-utiles a {
    padding: 3px 8px 1px 8px;
    margin-top: 5px;
    font-size: 70%; }
  .adresses-utiles {
    padding: 19px 24px 11px 21px; }
  .adresses-utiles .col-md-12 {
    padding: 0 0 9px 0; }
  .adresses-utiles .row {
    margin-left: 0;
    margin-right: 0; }
  .contenu-bas {
    margin-top: 29px; }
  .contenu-bas h2 {
    margin-top: 14px; }
  .savoir-plus div {
    padding: 18px 11px 5px 11px; }
  .savoir-plus div h4 {
    font-size: 112%; }
  .savoir-plus div p {
    font-size: 106%;
    line-height: 18px; }
  .savoir-plus .documentation h2 {
    margin-bottom: 13px; }
  .documentation .documents {
    padding: 8px 19px 5px 16px; }
  .documentation .documents li a span.download {
    float: none;
    margin-left: 24px;
    margin-top: 2px; }
  .documentation .documents {
    padding: 0; }
  span.download {
    padding-left: 35px; }
  .documentation .documents li a span.download {
    display: inline-block; }
  .documentation .documents li .document-picto {
    width: 120px;
    padding-right: 0;
    text-align: right; }
  .documentation .documents li .download,
  .documentation .documents li .browse,
  .documentation .documents li .visit, .documentation .documents li .audio-file {
    padding-left: 38px; }
  .infos-complements:before, .a-telecharger:before, .demarche:before, .ou-adresser:before, .adresses-utiles:before {
    border-bottom-width: 20px;
    border-left-width: 20px; }
  .liste-actus .actu-item .img-wrap {
    text-align: center; }
  .pager li {
    margin-right: 0; }
    .pager li a {
      font-size: 110%;
      padding: 5px 10px 2px 10px; }
  .actu-form .btn-red {
    font-size: 98%;
    padding: 6px 5px 2px 5px;
    min-width: 112px; }
  .introduction .voir-plus {
    float: left;
    position: relative;
    margin: 24px 0 0 -13px; }
  .detail-avis .detail-avis-title h2 {
    font-size: 147%; }
  .page-interne h1.with-link {
    padding-right: 0; }
  .bloc-type-2 .voir-plus {
    margin-left: -10px; }
  .bloc-acces {
    max-height: 50px; }
  .bloc-rubrique li {
    float: none; }
  .bloc-events {
    margin-bottom: 20px; }
    .bloc-events h2 {
      font-size: 130%;
      margin-bottom: 25px; }
    .bloc-events .flexslider .flex-direction-nav .flex-next, .bloc-events .flexslider .flex-direction-nav .flex-prev {
      top: -10px; }
  .list-phototheque, .list-videotheque {
    text-align: center; }
    .list-phototheque li, .list-videotheque li {
      display: inline-block;
      float: none;
      width: 100%; }
  #eventSlider .pager .actu-text {
    padding: 11px 15px 9px 15px; }
    #eventSlider .pager .actu-text p {
      line-height: 12px;
      padding-top: 5px;
      font-size: 78%; }
  #eventSlider .pager .actu-img {
    height: auto; }
  #eventSlider .pager .actu-text h4 {
    margin: 0;
    font-size: 94%;
    line-height: 14px; }
  #slideDates .caption {
    max-height: 100%; }
  #bloc-agenda .grands-events-wrapper .grands-events li {
    min-height: initial; }
  #bloc-medias .img-wrap {
    height: auto; }
  header .recherche .form-search:after {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  footer .footer-content .logo-footer p {
    max-width: 140px; }
  .infoBulle {
    height: auto;
    width: 100%; }
    .infoBulle img {
      float: none;
      text-align: center;
      margin: 0 auto 5px;
      display: block;
      max-height: 100px; }
    .infoBulle .bloc-wrapper {
      display: block; }
      .infoBulle .bloc-wrapper h2 {
        font-size: 135%; }
  #map-canvas &gt; div &gt; div:nth-child(1) &gt; div:nth-child(3) &gt; div:nth-child(4) &gt; div, #map-canvas &gt; div &gt; div:nth-child(1) &gt; div:nth-child(3) &gt; div:nth-child(4) &gt; div &gt; div:nth-child(1) &gt; div:nth-child(2) {
    height: 300px !important;
    top: 0 !important; }
  #map-canvas &gt; div &gt; div:nth-child(1) &gt; div:nth-child(3) &gt; div:nth-child(4) &gt; div &gt; div:nth-child(1) &gt; div:nth-child(1) {
    top: 305px !important; }
  #map-canvas &gt; div &gt; div:nth-child(1) &gt; div:nth-child(3) &gt; div:nth-child(4) &gt; div &gt; div:nth-child(1) &gt; div:nth-child(3) {
    top: 297px !important; }
  #map-canvas &gt; div &gt; div:nth-child(1) &gt; div:nth-child(3) &gt; div:nth-child(4) &gt; div &gt; div:nth-child(1) &gt; div:nth-child(4) {
    height: 298px !important; }
  #map-canvas div.gm-style-iw {
    width: auto;
    left: auto !important;
    right: auto !important; }
  #map-canvas .gm-style-iw &gt; div {
    max-width: 100% !important; }
  #map-canvas {
    height: 350px !important; }
  #map-canvas .gm-style-iw &gt; div {
    max-height: 300px !important; } }

@media (max-width: 650px) {
  .bloc-actualites-2 .content-rotate-bloc .rotate-bloc h2 {
    font-size: 40px; }
  .bloc-rubrique {
    margin-right: 0;
    margin-left: 0; }
  .bloc-rubrique li {
    width: 100%;
    height: auto; }
  .bloc-rubrique li .img-wrap,
  .bloc-rubrique li .triangle {
    display: none; }
  .bloc-rubrique li a {
    position: relative;
    padding: 20px 10px; }
  .bloc-agenda-2 .inner-agenda:after {
    bottom: 165px; }
  .bloc-actualites-2 .col-md-8, .bloc-actualites-2 .col-md-4 {
    margin-bottom: 0; }
  .bloc-actualites-2 {
    padding: 18px 0; }
  .swiper-slide .bloc-date &gt; div + div {
    margin-top: -16px; }
  .bloc-actualites-2 #actu2Slider .slides li .bloc-actu2 .accroche h2 {
    font-size: 206%; }
  .bloc-actualites-2 #actu2Slider .slides li .bloc-actu2 .accroche h3 {
    font-size: 135%; }
  .bloc-actualites-2 #actu2Slider .slides li .bloc-actu2 .icon-plus:before {
    width: 28px;
    height: 28px; }
  .bloc-actualites-2 #actu2Slider .slides li .bloc-actu2 .accroche {
    padding: 10px 40px 35px 19px; }
  .bloc-actualites-2 #actu2Slider .slides li .bloc-actu2 .icon-plus {
    right: 15px;
    bottom: 30px; }
  .bloc-actualites-2 #actu2Slider .flex-control-paging li a {
    width: 9px;
    height: 9px; }
  .bloc-actualites-2 #actu2Slider .flex-control-nav {
    text-align: center;
    max-width: none;
    right: 0;
    left: 0;
    bottom: -2px; }
  .bloc-actualites-2 .bloc-right-actu .actu-list h3 {
    font-size: 100%; }
  .bloc-service .item-service .service-title {
    font-size: 105%;
    line-height: 1.2em; }
  .bloc-actualites-2 .bloc-right-actu .actu-list p {
    font-size: 82%;
    line-height: 1.3em; }
  .bloc-actualites-2 .bloc-right-actu .actu-list .icon-plus {
    float: right;
    margin-top: 6px; }
  .bloc-actualites-2 .bloc-right-actu .actu-list {
    padding-right: 34px;
    padding-bottom: 17px; }
  .bloc-actualites-2 .bloc-right-actu .actu-list li {
    padding-bottom: 17px; }
  .bloc-actualites-2 .scrollbar-macosx &gt; .scroll-element.scroll-y .scroll-bar {
    left: -11px !important;
    width: 4px !important; }
  .bloc-actualites-2 .content-rotate-bloc .rotate-bloc h2 {
    font-size: 45px; }
  .bloc-actualites-2 .content-rotate-bloc .icon-plus:before {
    width: 21px;
    height: 21px; }
  .bloc-actualites-2 .content-rotate-bloc .rotate-bloc {
    left: 56px;
    -webkit-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .bloc-actualites-2 .content-rotate-bloc .icon-plus {
    bottom: 36px;
    left: 20px; }
  .bloc-actualites-2 .col-md-4 {
    height: 315px; }
  .bloc-actualites-2 .actu-wrapper {
    padding: 22px 0 0 53px; }
  .icon-plus:before {
    width: 21px;
    height: 21px; }
  .bloc-service .item-service {
    width: 50%; }
  .bloc-media-2 {
    margin-bottom: 25px; }
  .bloc-service .item-service .img-container {
    width: 63px;
    height: 63px;
    margin-bottom: 15px; }
  .bloc-agenda-2 .agenda-2-wrap .bloc-image-link .image-wrap img {
    width: 56px; }
  .bloc-agenda-2 .agenda-2-wrap .bloc-image-link .image-wrap {
    padding: 15px 10px;
    margin: 24px 17px 24px 0; }
  .bloc-agenda-2 .agenda-2-wrap .bloc-image-link .link-wrap .link-title {
    font-size: 182%; }
  .bloc-agenda-2 .agenda-2-wrap .bloc-image-link .link-wrap .icon-plus {
    margin-left: 18px; }
  .bloc-agenda-2 .agenda-2-wrap .bloc-image-link .link-wrap .icon-plus:before {
    width: 32px;
    height: 32px; }
  .bloc-agenda-2 .agenda-2-wrap .bloc-image-link a {
    padding: 0 10px; }
  .voir-tout {
    font-size: 146%; }
  .voir-tout .icon-plus:before {
    width: 25px;
    height: 25px; }
  .swiper-container-horizontal &gt; .swiper-scrollbar {
    height: 5px;
    left: 14px; }
  .bloc-agenda-2 .inner-agenda .scrollbar-macosx &gt; .scroll-element.scroll-x .scroll-bar {
    height: 5px; }
  .h3-theme-2 {
    font-size: 120%; }
  .bloc-agenda-2 .agenda-2-wrap .agenda-2 .outils-agenda-2 .col-outil label {
    font-size: 87%;
    font-weight: 400; }
  .bloc-agenda-2 .in-agenda {
    padding: 0 11px; }
  .swiper-slide .date {
    min-width: 51px;
    min-height: 51px;
    padding: 15px 0 0 0;
    font-size: 63%; }
  .swiper-slide .inner-article {
    font-size: 74%;
    padding-left: 14px; }
  .swiper-slide {
    width: 250px; }
  .swiper-slide .inner-article .description-event {
    padding-bottom: 18px; }
  .swiper-slide .inner-article .description-event .resume_event {
    font-size: 91%;
    line-height: 1.2em; }
  .swiper-slide .inner-article .description-event .commune_event {
    line-height: 1.2em; }
  .swiper-slide .inner-article .description-event .icon-plus-wrapper .icon-plus:before {
    width: 23px;
    height: 23px; }
  .swiper-slide .inner-article .description-event .icon-plus-wrapper {
    padding-top: 8px; }
  .swiper-slide .inner-article figure {
    width: 110px;
    height: 110px;
    border: 8px solid #FFF; }
  .swiper-slide a:hover .inner-article figure, .swiper-slide a:focus .inner-article figure {
    width: 120px;
    height: 120px;
    margin-top: -10px; }
  .bloc-agenda-2 .in-agenda:after {
    bottom: 167px; }
  .swiper-slide .date span.month {
    padding-top: 0; }
  .bloc-agenda-2 .agenda-2-wrap .agenda-2 .outils-agenda-2 {
    padding: 0;
    text-align: center; }
  .bloc-agenda-2 .agenda-2-wrap .agenda-2 .outils-agenda-2 .col-outil {
    padding: 19px 0 13px;
    margin: 0 5px;
    font-size: 95%; } }

@media (max-width: 600px) {
  .bloc-media-2 .carte {
    width: 100%; }
  .bloc-media-2 .bloc-col {
    width: 50%; } }

@media (max-width: 480px) {
  .bloc-galerie .galerie-list li {
    width: 100%; }
  .bloc-service .item-service.profil .profil-title {
    font-size: 149%;
    padding: 28px 10%; }
  .bloc-service .item-service.profil .profil-menu {
    padding: 22px 25px 22px 9%; }
  .bloc-service .item-service.profil .profil-menu .arrow:before {
    height: 18px;
    left: 18px; }
  .bloc-service .item-service.profil .profil-menu .arrow:after {
    height: 18px; }
  .bloc-service .item-service.profil .profil-menu .icon-menu {
    margin-right: 14%; }
  .bloc-service .item-service.profil .profil-menu .icon-menu img {
    width: auto; }
  .bloc-service .item-service.profil .profil-menu strong {
    font-size: 115%;
    font-weight: 400; }
  .bloc-service .item-service.profil {
    float: none;
    width: 100%; }
  .bloc-service .services-container .row-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .bloc-service .services-container .row-wrapper .item-service {
      height: auto !important; }
      .bloc-service .services-container .row-wrapper .item-service .service-title {
        font-size: 111%; }
  .bloc-media-2 .carte {
    width: 100%; }
  .bloc-media-2 .bloc-col {
    width: 50%; }
  #slideshowId {
    background-color: #0bb0eb; }
  #slideshowId .wrapper {
    bottom: 0;
    position: relative;
    padding-bottom: 23px; }
  #slideshowId .caption .caption-txt-theme {
    background: transparent; }
  #slideshowId .wrapper .caption {
    padding: 10px 0 8px 0;
    left: 0; }
  #slideshowId .wrapper .caption .text {
    font-size: 14px;
    line-height: 1em;
    padding: 0;
    width: auto; }
  #slideshowId .wrapper .caption span {
    font-size: 22px;
    line-height: 1.2em; }
  #slideshowId .flex-control-paging li a.flex-active {
    background-color: #0c97eb; }
  .bloc-elu .img-wrapper {
    float: none; }
  .conseil-level .toggle-content .maire .img-maire {
    float: none; }
  .conseil-level .toggle-content .maire .infos-wrap {
    padding: 7px; }
  .bloc-elu .text-wrapper {
    padding-left: 0; }
  #bloc-medias .main-video .img-wrap .play {
    width: 50px; }
  #bloc-acces-rapide .h2-home-theme {
    margin-bottom: 7px; }
  .bloc-resultats .pub-liste &gt; li .text-content a.see-more {
    margin-top: 15px; }
  footer .footer-content .bloc-meteo ul .today .deg .deg1, footer .footer-content .bloc-meteo ul .today .deg .deg2 {
    line-height: 14px;
    margin-bottom: 5px; }
  footer .footer-content .bloc-meteo ul li {
    margin-right: 3px; }
  footer .footer-content .bloc-meteo ul li .deg, footer .footer-content .bloc-meteo ul li img {
    width: 24px;
    height: auto; }
  footer .footer-content .bloc-meteo ul .today .deg {
    font-size: 100%; }
  footer .footer-content .bloc-meteo ul .today .title {
    margin-right: 3px;
    font-size: 80%; }
  #carouselPhotos, #sliderPhotos {
    margin-right: 0;
    margin-left: 0; }
    #carouselPhotos .flex-direction-nav .flex-prev, #sliderPhotos .flex-direction-nav .flex-prev {
      left: 5px; }
    #carouselPhotos .flex-direction-nav .flex-next, #sliderPhotos .flex-direction-nav .flex-next {
      right: 5px; }
  .page-interne h1 {
    font-size: 140%;
    line-height: 1em; }
  .list-mediatheque li {
    width: 100%; }
  .list-phototheque li, .list-videotheque li {
    width: 97%;
    height: auto; }
    .list-phototheque li .txt-wrap, .list-videotheque li .txt-wrap {
      position: relative; }
  #slideshowId .wrapper .caption span {
    font-size: 126%;
    line-height: 22px; }
  #slideshowId .wrapper .caption .centred-text {
    padding-top: 10px;
    line-height: 15px;
    font-size: 90%; }
  .contact-form form .calendar-group .input-group {
    width: 100%; }
  .contact-form form .messages-group .form-group label {
    width: 22%; }
  .contact-form form .messages-group .form-group .form-control {
    width: 78%; }
  .contact-form form .bloc-message p {
    font-size: 129%; }
  #bloc-medias .main-video h3 {
    margin-top: 18px;
    margin-bottom: 13px;
    margin-bottom: 0; }
  #bloc-medias .video-list {
    margin-bottom: 10px;
    margin-top: 13px; }
    #bloc-medias .video-list h3 {
      font-size: 93%;
      line-height: 14px;
      margin-top: 7px; }
  #bloc-agenda .grands-events-wrapper .grands-events div {
    width: 33%;
    padding: 0 10px; }
  #bloc-agenda .grands-events-wrapper .grands-events div h3 {
    font-size: 93%;
    line-height: 12px;
    margin-top: 0;
    word-wrap: break-word; }
  #bloc-agenda .grands-events-wrapper .grands-events div .decouvrir {
    padding: 6px 13px 4px 9px;
    font-size: 66%; }
  #bloc-agenda .grands-events-wrapper .grands-events li {
    margin-bottom: 16px; }
  #bloc-agenda .grands-events-wrapper .grands-events {
    margin-bottom: 5px; }
  #bloc-agenda .grands-events-wrapper .billetterie {
    padding: 4px 16px 2px 32px;
    margin-top: 18px;
    background-size: 17px;
    font-size: 115%; }
  #bloc-agenda .grands-events-wrapper .dark-bg {
    padding-bottom: 26px; }
  .actualites .row .bloc-actu, .agenda .row .bloc-actu {
    width: 100%; }
  .conseil-level {
    text-align: center; }
  #bloc-acces-rapide .acces-rapide li:last-child {
    margin-right: 22px; }
  #bloc-acces-rapide .acces-rapide {
    text-align: left; }
  .bloc-resultats .doc-liste li &gt; div .bloc-title .bloc-left,
  .bloc-resultats .doc-liste li &gt; div .bloc-title .bloc-right,
  .bloc-resultats .doc-liste li &gt; a,
  .bloc-resultats .doc-liste li &gt; div {
    display: block;
    text-align: left; }
  .bloc-resultats .doc-liste li img {
    float: none; }
  .bloc-resultats .doc-liste li &gt; div .bloc-title .bloc-right {
    float: left; }
    .bloc-resultats .doc-liste li &gt; div .bloc-title .bloc-right a {
      margin-left: 0;
      margin-right: 15px; }
  .bloc-resultats .doc-liste li {
    text-align: center; }
  .bloc-resultats .doc-liste li &gt; a {
    text-align: center; }
    .bloc-resultats .doc-liste li &gt; a img {
      float: none;
      width: 100%; }
  .detail-doc img {
    display: block;
    margin: auto; }
  .bloc-resultats .res-head ul {
    display: block;
    padding-left: 0; }
  .bloc-resultats .res-head ul li {
    margin-right: 7px; }
  .detail-doc &gt; a, .detail-doc &gt; div {
    display: block; }
  .detail-doc &gt; a {
    text-align: center; }
    .detail-doc &gt; a img {
      float: none; }
  .contact-form form #file-wrapper span {
    font-size: 71%;
    line-height: 22px; }
  .bloc-rubrique li {
    display: block;
    margin: 0 auto 7px; }
  .bloc-resultats .doc-liste li .text-content &gt; div {
    display: block; }
    .bloc-resultats .doc-liste li .text-content &gt; div a.see-more {
      float: left; }
    .bloc-resultats .doc-liste li .text-content &gt; div p {
      padding-right: 0; }
  #bloc-medias .publications .pub &gt; div {
    width: 100%; }
  #bloc-voir-aussi ul {
    padding-bottom: 40px; }
    #bloc-voir-aussi ul li {
      padding: 0; }
  #bloc-voir-aussi h2 {
    margin-bottom: 0;
    margin-top: 20px; }
  #bloc-acces-rapide .acces-rapide li {
    width: 50px; }
  #bloc-acces-rapide .acces-rapide li a .img-wrapper {
    width: 75px;
    height: 75px; }
  #bloc-acces-rapide .acces-rapide li a img {
    width: auto;
    height: auto;
    max-width: 100%; }
  #bloc-acces-rapide .acces-rapide li {
    height: 90px;
    width: 33.3333%;
    display: block;
    float: left; }
  #eventSlider .pager .actu-text time {
    font-size: 103%; }
  #eventSlider .flex-caption {
    padding: 7px 15px 4px 15px;
    min-height: 100%; }
  #eventSlider .pager .actu-text {
    padding: 10px 12px 0 12px; }
  #eventSlider .flex-caption h3 {
    line-height: 15px;
    font-size: 97%; }
  #eventSlider .slides .flex-caption time {
    font-size: 95%; }
  #eventSlider .pager .actu-text p {
    font-size: 83%; }
  #eventSlider .flex-caption p strong {
    font-weight: 900;
    font-size: 132%;
    display: block;
    padding-bottom: 0; }
  #eventSlider .flex-caption p {
    line-height: 15px;
    font-size: 84%; }
  #eventSlider .flex-control-paging &gt; li:nth-child(2n+1) .actu-text:after {
    border-left: 11px solid;
    border-bottom: 14px solid transparent;
    border-top: 14px solid transparent;
    right: -10px;
    top: 11px; }
  #eventSlider .flex-control-paging &gt; li:nth-child(2n) .actu-text:after {
    border-right: 11px solid;
    border-bottom: 14px solid transparent;
    border-top: 14px solid transparent;
    left: -10px;
    top: 11px; }
  header .recherche .form-search {
    margin-bottom: 0;
    padding: 9px 48px 8px 0px; }
  #bloc-acces-rapide .acces-rapide li a span {
    font-size: 66%;
    line-height: 10px;
    margin-top: 8px; }
  #bloc-acces-rapide .acces-rapide li a img {
    max-width: 50%; }
  #bloc-acces-rapide .acces-rapide li {
    height: 105px;
    min-height: initial;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0; }
  #bloc-actualites .voir-plus {
    margin-top: 0; }
  #bloc-medias .photos {
    margin-top: 0; }
  #bloc-medias .publications .pub h5 br {
    display: block; }
  #bloc-agenda .grands-events-wrapper .grands-events li {
    width: 100%; }
  #bloc-agenda .grands-events-wrapper .grands-events li:nth-child(odd) {
    margin-right: 0; }
  #bloc-agenda .grands-events-wrapper h2 {
    padding: 0 20px 25px 20px; }
  #bloc-voir-aussi:after {
    bottom: -1px; }
  .feuillter-theme {
    margin-top: 5px; }
  footer .footer-top h3 {
    font-weight: 700;
    font-size: 98%; }
  footer .footer-top .form-group {
    width: 100%; }
  footer .footer-top .btn-default {
    padding: 6px 22px; }
  #bloc-acces-rapide .acces-rapide li {
    width: 33.33%;
    margin-right: 0;
    margin-bottom: 9px; }
  footer .footer-content .logo-footer img {
    max-width: 100%; }
  footer .footer-content .logo-footer p {
    padding: 0 5px; }
  header .recherche .loupe {
    height: 23px;
    right: 54px; }
  #map-canvas &gt; div &gt; div:nth-child(1) &gt; div:nth-child(3) &gt; div:nth-child(4) &gt; div, #map-canvas &gt; div &gt; div:nth-child(1) &gt; div:nth-child(3) &gt; div:nth-child(4) &gt; div &gt; div:nth-child(1) &gt; div:nth-child(2) {
    height: 315px !important; }
  #map-canvas &gt; div &gt; div:nth-child(1) &gt; div:nth-child(3) &gt; div:nth-child(4) &gt; div &gt; div:nth-child(1) &gt; div:nth-child(1) {
    top: 315px !important; }
  #map-canvas &gt; div &gt; div:nth-child(1) &gt; div:nth-child(3) &gt; div:nth-child(4) &gt; div &gt; div:nth-child(1) &gt; div:nth-child(3) {
    top: 312px !important; }
  #map-canvas &gt; div &gt; div:nth-child(1) &gt; div:nth-child(3) &gt; div:nth-child(4) &gt; div &gt; div:nth-child(1) &gt; div:nth-child(4) {
    height: 313px !important; }
  #map-canvas {
    height: 450px !important; } }

@media (max-width: 450px) {
  .bloc-media-2 .carte .carte-front h3 {
    font-size: 127%;
    margin-top: 9%; }
  .bloc-media-2 .carte .carte-front .icon-carte img {
    width: 65px; }
  .bloc-media-2 .carte .carte-front .icon-carte {
    margin-top: 7%;
    margin-bottom: 1%; }
  .bloc-media-2 .carte .carte-front .icon-plus:before {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6); }
  .bloc-media-2 .carte .carte-front {
    padding-right: 0; }
  .bloc-media-2 .h2-media {
    font-size: 239%;
    font-weight: 600;
    width: auto;
    bottom: 0;
    right: auto;
    text-align: center;
    -webkit-transform: none;
    transform: none;
    margin: 0;
    line-height: 0.7em; }
  .bloc-media-2 .bloc .circle-icon {
    width: 40px;
    height: 40px; }
  .bloc-media-2 .bloc .circle-icon img {
    max-width: 100%;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6); } }

@media (min-width: 1200px) {
  header .container, #bloc-focus .container {
    width: 1088px; } }

@media (min-width: 768px) {
    #tarteaucitronAlertBig{
        display: flex !important;
    }
}
@media (max-width: 420px) {
  #map-canvas &gt; div &gt; div:nth-child(1) &gt; div:nth-child(3) &gt; div:nth-child(4) &gt; div, #map-canvas &gt; div &gt; div:nth-child(1) &gt; div:nth-child(3) &gt; div:nth-child(4) &gt; div &gt; div:nth-child(1) &gt; div:nth-child(2) {
    height: 390px !important; }
  #map-canvas &gt; div &gt; div:nth-child(1) &gt; div:nth-child(3) &gt; div:nth-child(4) &gt; div &gt; div:nth-child(1) &gt; div:nth-child(1) {
    top: 390px !important; }
  #map-canvas &gt; div &gt; div:nth-child(1) &gt; div:nth-child(3) &gt; div:nth-child(4) &gt; div &gt; div:nth-child(1) &gt; div:nth-child(3) {
    top: 388px !important; }
  #map-canvas &gt; div &gt; div:nth-child(1) &gt; div:nth-child(3) &gt; div:nth-child(4) &gt; div &gt; div:nth-child(1) &gt; div:nth-child(4) {
    height: 387px !important; } }

@media (max-width: 380px) {
  .pp_pic_holder.pp_default {
    width: 100% !important;
    left: 0 !important;
    overflow: hidden; }
  div.pp_default .pp_content_container .pp_left {
    padding-left: 0 !important;
    background: none; }
  div.pp_default .pp_content_container .pp_right {
    padding-right: 0 !important;
    background: none; }
  .pp_content {
    width: 100% !important;
    height: auto !important;
    min-height: 300px; }
  .pp_fade, .pp_hoverContainer {
    width: 100% !important;
    height: 100% !important;
    min-height: 300px; }
  a.pp_expand, a.pp_contract, .pp_gallery, .pp_top, .pp_bottom {
    display: none !important; }
  #pp_full_res img, #pp_full_res iframe {
    width: 100% !important;
    height: auto !important; }
  .pp_details {
    width: 100% !important;
    padding-left: 3%;
    padding-right: 4%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    margin-top: -2px !important; }
  a.pp_close {
    right: 7% !important;
    top: 10px !important; }
  div.pp_default .pp_content, div.light_rounded .pp_content {
    background-color: transparent; }
  div.pp_default .pp_loaderIcon {
    display: none !important; } }

@media (min-width: 1170px) {
  .container, header .container, #bloc-focus .container {
    width: 1170px; } }
@media (min-width: 1500px) {
  footer .footer-content-carnac .bloc-footer-menu .menu-footer-level-1 .col-menu {
    padding: 0 12px;
    width: 14.285714286%; } }
@media (min-width: 1601px) {
  .container, header .container, #bloc-focus .container {
    width: 1350px; } }
@media (min-width: 1680px) {
  header &gt; .header-in &gt; .container &gt; .col-logo &gt; h1 &gt; a &gt; img {
    padding: 10px 0 3px;
    margin-left: -52px; } }
@media (min-width: 1920px) {
  .container, header .container, #bloc-focus .container {
    width: 1600px; }

  header &gt; .header-in &gt; .container &gt; .col-logo &gt; h1 &gt; a &gt; img {
    margin-left: -90px; } }
@media (max-width: 1895px) {
  .bloc-carte-media .h3-home-theme {
    font-size: 266%; } }
@media (max-width: 1600px) {
  #slideshowId .wrapper .caption .centred-text {
    font-size: 312%; }

  header .navbar-default .navbar-left .dropdown-menu:before {
    top: -44px; }

  header:before {
    bottom: 15px; }

  #bloc-facebook #slideFacebook .slides li a {
    font-size: 106%; }

  #bloc-focus #slideFocus .slides li a span {
    font-size: 85%;
    line-height: 1.2em; }

  footer .footer-bottom {
    padding-top: 20px; }

  .bloc-actualites-2 .actu-wrapper {
    padding: 26px 47px 0 18px; }

  .bloc-actualites-2 .bloc-right-actu .actu-list li {
    font-size: 90%; }

  .bloc-actualites-2 #actu2Slider .slides li .bloc-actu2 .accroche {
    padding: 30px 32px;
    font-size: 85%; }

  .bloc-carte .carte-front .icon-carte img {
    width: 122px;
    height: auto; }

  .bloc-carte .h2-media {
    font-size: 53px;
    width: 40px;
    bottom: 0; }

  .bloc-carte-media .h3-home-theme {
    font-size: 219%;
    margin: 28px 20px; }
  .bloc-carte-media .h3-home-theme:before {
    width: 15px;
    height: 2px;
    right: -27px;
    bottom: 23px; }
  .bloc-carte-media .h3-home-theme:after {
    width: 15px;
    height: 2px;
    bottom: 13px;
    right: -27px; }

  .bloc-media-all .media-links {
    margin: 25px 16px; }

  .bloc-carte .h3-home-theme {
    margin: 25px; }

  .medias-items .media-item .circle-icon {
    width: 70px;
    height: 70px; }

  header .navbar-default .navbar-left &gt; li .menu-wrap span {
    font-size: 70%; }

  header .navbar-default .navbar-left li.dropdown &gt; a {
    padding-left: 4px;
    padding-right: 4px; }

  .cc_container {
    max-width: 1170px !important; }

  .bloc-rubrique li {
    width: 238px;
    height: 208px; } }
@media (max-width: 1500px) {
  .diaporama .logo-triangle img {
    left: 23px;
    bottom: 170px;
    width: 100px;
    height: auto; }

  .diaporama .logo-triangle {
    bottom: -247px;
    right: -194px;
    width: 400px;
    height: 400px; }

  #slideshowId .wrapper {
    max-width: 1000px; } }
@media (max-width: 1400px) {
  .bloc-service .item-service {
    font-size: 90%; }

  .bloc-service .item-service.profil {
    font-size: 125%; }

  .h2-theme-2 {
    font-size: 440%; }

  footer .footer-bottom {
    padding-top: 26px; }

  .bloc-carte .h2-media {
    font-size: 42px;
    width: 22px;
    bottom: -8px; }

  .bloc-carte .carte-front .icon-carte img {
    width: 96px; }

  .bloc-carte-media .h3-home-theme {
    font-size: 173%; }
  .bloc-carte-media .h3-home-theme:before {
    width: 13px;
    bottom: 16px; }
  .bloc-carte-media .h3-home-theme:after {
    width: 13px;
    bottom: 7px; }

  .medias-items .media-item .circle-icon {
    width: 60px;
    height: 60px; }

  .bloc-carte .bloc-bas {
    padding: 16px 20px; }

  .bloc-carte .h3-home-theme {
    margin: 25px 20px; }

  .bloc-media-all .media-links {
    margin: 16px; }
  .bloc-media-all .media-links li {
    margin: 0 2px; }
  .bloc-media-all .media-links li img {
    transform: scale(0.85); }

  .medias-items .media-item .circle-icon img {
    transform: scale(0.85); }

  .bloc-actualites-2 .actu-wrapper {
    padding: 28px 0 0 24px; }

  header .navbar-default .navbar-left .menu-level-1 .menu-bloc h3 a {
    font-size: 91%; }

  header .navbar-default .navbar-left .menu-level-1 .menu-bloc .menu-back .menu-level-2 li a {
    text-transform: none;
    font-size: 100%;
    padding: 3px 49px; }

  .page-interne .diaporama .flag img {
    width: 95px;
    height: auto; }
  .page-interne .diaporama .logo-triangle {
    bottom: -141px;
    right: -132px;
    width: 250px;
    height: 250px; }
  .page-interne .diaporama .logo-triangle img {
    left: 14px;
    bottom: 90px;
    width: 62px; }

  header .navbar-default .navbar-left .menu-level-1 .menu-bloc .image-wrapper:after {
    width: 134px;
    height: 134px;
    margin: -67px 0 0 -67px; }

  header .navbar-default .navbar-left .menu-level-1 .menu-bloc .image-wrapper:before {
    border: 8px solid rgba(255, 255, 255, 0.1);
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px; }

  #slideshowId .wrapper .caption .centred-text {
    font-size: 280%; } }
@media (max-width: 1300px) {
  header .navbar-default .navbar-left li a {
    font-size: 118%; }

  header .navbar-default .navbar-left li.dropdown &gt; a {
    padding: 3px 3px 0; }

  header .navbar-default .navbar-left .dropdown-menu {
    margin-top: -75px; } }
@media (max-width: 1366px) {
  .raccourcis-liens .bloc-raccouci h3 {
    font-size: 177%; }

  footer .footer-content-carnac .bloc-footer-menu .menu-footer-level-1 {
    padding: 0;
    margin: 0 -12px; }

  footer .footer-bottom {
    padding-left: 20px; } }
@media (max-width: 1169px) {
  header .header-top .item-header-top.nav-right li:not(.langue) &gt; a .title-nav {
    display: none; }

  header .header-top .item-header-top.nav-right li.search .title-nav {
    display: none; } }
@media (max-width: 1200px) {
  .bloc-citoyenne {
    margin-bottom: 30px; }

  .bloc-media-all .media-links {
    margin: 16px 9px; }

  #bloc-facebook #slideFacebook .slides li a {
    font-size: 95%; }

  .bloc-service .item-service.profil .profil-title {
    padding: 50px 10% 15px 10%; }

  .bloc-service .item-service.profil {
    padding-right: 13px; }

  .bloc-service .item-service.profil:after {
    width: 28px; }

  .bloc-service {
    padding: 20px 0 32px; }

  .bloc-carte .carte-front .icon-carte img {
    width: 64px; }

  .bloc-carte .carte-front .icon-plus:before {
    width: 30px;
    height: 30px; }

  .bloc-carte .carte-front {
    bottom: 12px;
    padding-right: 46px; }

  .bloc-carte-media .h3-home-theme {
    font-size: 138%;
    margin: 18px 16px; }

  .bloc-rubrique li a {
    font-size: 110%;
    line-height: 19px; }

  header .navbar-default {
    margin-right: 0; }

  .bloc-rubrique li {
    width: 190px;
    height: 166px; }

  .bloc-rubrique {
    margin-right: -13px;
    margin-left: 0; }

  .container, header .container, #bloc-focus .container {
    width: 100%; }

  .page-interne .voir-plus {
    font-size: 90%;
    padding: 7px 10px; }

  .actualites .row, .agenda .row {
    margin-left: -11px;
    margin-right: -11px; }

  .actualites .row .bloc-actu, .agenda .row .bloc-actu {
    padding-left: 11px;
    padding-right: 11px;
    width: 50%; }

  #slideshowId .flex-direction-nav {
    display: none; }

  #slideshowId .wrapper .caption .centred-text {
    font-size: 205%; }

  #slideshowId .wrapper {
    padding: 0 34px;
    width: 100%; }

  .diaporama .flag img {
    width: 95px;
    height: auto; }

  .diaporama .logo-triangle {
    bottom: -141px;
    right: -132px;
    width: 250px;
    height: 250px; }
  .diaporama .logo-triangle img {
    left: 14px;
    bottom: 90px;
    width: 62px;
    height: auto; }

  header .navbar-default .navbar-left .menu-level-1 .menu-bloc {
    width: 33.33333%; }

  .raccourcis-liens .bloc-raccouci h3 {
    font-size: 152%; }

  .raccourcis-liens .bloc-raccouci h3 {
    font-size: 140%; }

  .raccourcis-liens .bloc-raccouci .rs-list li {
    margin-right: 17px; }

  .raccourcis-liens .bloc-raccouci {
    padding: 13px 11px; }

  .raccourcis-liens .bloc-raccouci img {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden; }

  .bloc-citoyenne .citoyenne-list .item-citoyen {
    width: 25%; }

  .bloc-citoyenne .citoyenne-list .item-citoyen.item-special {
    width: 50%; }

  .bloc-citoyenne .citoyenne-list .item-citoyen .img-container {
    width: 86px;
    height: 86px; }

  .bloc-citoyenne .citoyenne-list .item-citoyen .citoyen-title {
    font-size: 146%; }

  .bloc-citoyenne .citoyenne-list .item-citoyen.item-special .citoyen-title {
    font-size: 193%; }

  footer .footer-content-carnac .bloc-footer-menu .menu-footer-level-1 .col-menu {
    width: 33.3333%; } }
@media (max-width: 992px) {
  footer .footer-bottom:after {
    width: auto;
    left: -6px; }

  footer {
    padding-bottom: 20px; }

  footer:after {
    height: 20px; }

  footer .footer-content-carnac .bloc-footer-adr .bloc-footer-adr-in:before {
    content: none; }

  .bloc-carte {
    width: 66.6666666666%; }

  .bloc-media-all {
    width: 33.333333333%; }

  .medias-items {
    width: 100%; }

  .bloc-citoyenne .citoyenne-list .item-citoyen,
  .bloc-citoyenne .citoyenne-list .item-citoyen.item-special {
    width: 33.3333333%; }

  .bloc-citoyenne .citoyenne-list .item-citoyen.item-special .citoyen-title {
    font-size: 158%;
    text-align: center;
    padding: 0;
    display: block; }

  footer .footer-content-carnac .bloc-footer-menu,
  footer .footer-content-carnac .bloc-footer-mobile {
    display: none; }

  footer .footer-content-carnac .bloc-footer-adr {
    width: 100%;
    margin-top: 0;
    padding: 30px 20px; }

  footer .footer-content-carnac .bloc-footer-adr .logo-wrap {
    text-align: left; }

  footer .footer-content-carnac .bloc-footer-adr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  footer .footer-content-carnac .bloc-footer-adr &gt; div {
    flex: 1; }

  footer .footer-content-carnac .bloc-footer-adr-in {
    padding-bottom: 43px; }

  footer .footer-logos {
    z-index: 999;
    margin-top: -37px; }

  footer .footer-bottom {
    z-index: 9999; }

  footer .footer-logos .logos-list {
    text-align: center; }

  footer .footer-bottom .copyright {
    margin-right: 18%; } }
@media (max-width: 1024px) {
  .page-interne h1 {
    font-size: 214%; }

  .diaporama .logo-triangle {
    bottom: -96px;
    z-index: 3; }

  #slideshowId .flex-control-nav {
    bottom: 26px; } }
@media (max-width: 991px) {
  .page-interne .introduction h1.with-link{
    padding-right: 230px;
  }
  #slideshowId .flex-control-nav li {
    margin: 0 3px; }

  .introduction p {
    font-size: 90%;
    line-height: 1.35em; }

  .diaporama .tools {
    top: 76px; }

  #bloc-focus, #bloc-facebook {
    position: relative; }
  #bloc-focus .container, #bloc-facebook .container {
    padding: 0; }

  header .navbar-default .navbar-left .dropdown-menu .level-1 &gt; li &gt; a {
    padding: 2px 30px;
    font-size: 93%;
    color: #fff;
    font-weight: 400; }

  #bloc-focus .h2-focus-theme span {
    padding: 21px 24px 13px;
    font-size: 166%; }

  #bloc-facebook .h2-focus-theme {
    margin-right: 15px; }

  footer .footer-bottom {
    padding-top: 22px; }

  header .navbar-default .navbar-left .menu-level-1 {
    display: block; }

  header:before {
    content: none; }

  #bloc-focus #slideFocus .flex-viewport {
    width: auto; }

  #bloc-focus .h2-focus-theme {
    position: relative; }

  #bloc-focus #slideFocus .slides li a span {
    font-size: 80%; }

  #bloc-focus {
    top: 0;
    padding-top: 0; }

  #bloc-focus #slideFocus .flex-direction-nav a.flex-prev:before {
    content: '';
    background: url("/bundles/ayalinecollectivite/images/arrow-next.png") 0 0 no-repeat;
    width: 11px;
    height: 24px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

  #bloc-focus #slideFocus .flex-direction-nav a.flex-next:before {
    content: '';
    background: url("/bundles/ayalinecollectivite/images/arrow-next.png") 0 0 no-repeat;
    width: 11px;
    height: 24px; }

  #bloc-focus .h2-focus-theme {
    margin-right: 15px; }

  .diaporama {
    margin-top: 0;
    margin-bottom: 0;
    top: 0; }

  header .navbar-default .navbar-left .dropdown-menu {
    z-index: 1; }

  header .navbar-default .navbar-left .menu-level-1 .menu-bloc h3 a {
    font-size: 108%; }

  .page-interne .diaporama .flag img {
    width: 60px; }

  .page-interne .diaporama .logo-triangle img {
    left: 12px;
    bottom: 51px;
    width: 30px; }

  .page-interne .diaporama .logo-triangle {
    bottom: -67px;
    right: -56px;
    width: 120px;
    height: 120px; }

  header .header-top .item-header-top.sous-titre {
    width: 138px; }

  header .header-top .item-header-top.nav-right li.search .formulaire-recherche {
    margin-top: 0; }

  .tools {
    padding: 18px 0; }

  .savoir-plus div {
    padding: 20px; }

  .page-interne .voir-plus {
    font-size: 68%; }

  header .navbar-default {
    min-height: 100%; }

  header .navbar-default .navbar-left li.dropdown,
  header .navbar-default .navbar-left li.dropdown:hover {
    padding-bottom: 0; }

  header .header-top .item-header-top.nav-right li.langue #google_translate_element {
    top: -1px; }

  #breadcrumbs {
    font-size: 99%;
    padding: 21px 0 16px; }

  header .header-top .item-header-top.nav-right li.search .formulaire-recherche .header-search,
  header .header-top .item-header-top.nav-right li.search .click-form-search {
    top: 0; }

  header .header-top .item-header-top.nav-right li &gt; a .picto-nav img {
    width: 17px;
    height: auto; }

  header .header-top .item-header-top.item-meteo .meteo li {
    margin: 0 6px; }

  header .navbar-default .nav-right {
    display: block;
    color: #fff;
    text-align: center;
    margin: 0; }
  header .navbar-default .nav-right li {
    border-top: 1px solid rgba(255, 255, 255, 0.4); }
  header .navbar-default .nav-right li &gt; a {
    padding: 13px 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 92%;
    line-height: 1em;
    display: block;
    color: #fff; }
  header .navbar-default .nav-right li.search-menu {
    padding: 10px 30px 5px 30px; }
  header .navbar-default .nav-right li.search-menu label {
    display: none; }
  header .navbar-default .nav-right li.search-menu .formulaire-recherche {
    display: inline-block;
    position: relative;
    overflow: hidden;
    /* firefox 19+ */
    /* ie */ }
  header .navbar-default .nav-right li.search-menu .formulaire-recherche input[type=text] {
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: transparent;
    color: #fff;
    width: 248px;
    height: 30px;
    line-height: 30px;
    padding: 0 30px 0 10px; }
  header .navbar-default .nav-right li.search-menu .formulaire-recherche input::-webkit-input-placeholder {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600; }
  header .navbar-default .nav-right li.search-menu .formulaire-recherche input::-moz-placeholder {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600; }
  header .navbar-default .nav-right li.search-menu .formulaire-recherche input:-ms-input-placeholder {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600; }
  header .navbar-default .nav-right li.search-menu .formulaire-recherche input:-moz-placeholder {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600; }
  header .navbar-default .nav-right li.search-menu .formulaire-recherche input[type=submit] {
    height: 30px;
    width: 38px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    box-shadow: none;
    text-indent: -9999px;
    background: url("/bundles/ayalinecollectivite/images/svg/loop-click.svg") 50% 50% no-repeat;
    z-index: 11;
    padding: 0;
    outline: 0;
    background-size: 38%; }
  header .navbar-default .nav-right li.langue-menu &gt; a {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 7px 17px 6px 5px;
    position: relative;
    margin: 10px 30px; }
  header .navbar-default .nav-right li.langue-menu &gt; a .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    right: 3px;
    top: 10px; }
  header .navbar-default .nav-right li.langue-menu #google_translate_element {
    display: none;
    background: #fff;
    overflow: hidden;
    position: absolute;
    top: 9px;
    z-index: 9999;
    color: #000;
    left: 79px; }
  header .navbar-default .nav-right li.langue-menu #google_translate_element a {
    color: #000; }

  aside.col-md-4,
  section.col-md-8 {
    width: 100%;
    padding-right: 13px;
    float: none; }

  #slideshowId .wrapper .caption .centred-text {
    font-size: 159%; }

  header .navbar-default .navbar-header {
    margin-top: 0;
    margin-right: 0;
    float: none;
    width: 100%;
    position: relative;
    z-index: 99; }
  header .navbar-default .navbar-header .navbar-toggle .icon-bars, header .navbar-default .navbar-header .navbar-toggle .toggle-title {
    display: inline-block;
    vertical-align: middle;
    color: #374F5A; }
  header .navbar-default .navbar-header .navbar-toggle .icon-bar {
    background: #374F5A;
    width: 23px;
    height: 3px; }
  header .navbar-default .navbar-header .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 3px; }
  header .navbar-default .navbar-header .navbar-toggle .toggle-title {
    font-weight: 700;
    font-size: 137%;
    margin-left: 12px; }

  header .header-top .item-header-top.sous-titre {
    font-size: 125%; }

  header .header-top .item-header-top .item-header-top-in .meteo {
    font-size: 62%; }

  header .header-top .item-header-top.item-meteo figure img {
    width: 25px;
    height: auto; }

  header .header-top .item-header-top.item-meteo .title-meteo {
    padding-right: 6px; }

  header .header-top .item-header-top.item-meteo figure .deg {
    padding-left: 4px; }

  header .header-top .item-header-top.nav-right li.presse, header .header-top .item-header-top.nav-right li.accessibilite {
    display: none; }

  header .header-top .item-header-top.nav-right li &gt; a {
    font-size: 81%;
    padding: 7px 0; }

  header .header-top .item-header-top.nav-right li.espace-perso a {
    background-size: 50%;
    background-position: 50% 50%; }

  header .header-top .item-header-top.nav-right {
    padding: 0; }

  header .header-top .item-header-top.sous-titre a {
    padding: 3px; }

  header .header-top .item-header-top.item-meteo a {
    padding: 2px 4px; }

  header .header-top .item-header-top.nav-right li.search .click-form-search,
  header .header-top .item-header-top,
  header .header-top .item-header-top.nav-right li &gt; a,
  header .header-in:after,
  header .header-top .item-header-top.nav-right li.search .formulaire-recherche .header-search,
  header .header-top .item-header-top.nav-right li.search .formulaire-recherche .header-search input[type=text],
  header .header-top .item-header-top.nav-right li.search .formulaire-recherche .header-search input[type=submit],
  header .header-top .item-header-top.nav-right li {
    height: 34px; }

  header .header-top .item-header-top.nav-right li.langue &gt; a {
    background-size: 31%;
    padding: 10px 29px 10px 0; }
  header .header-top .item-header-top.nav-right li.langue &gt; a .goog-te-gadget-simple {
    padding: 6px; }

  header .header-top .item-header-top.nav-right li.search .click-form-search,
  header .header-top .item-header-top.nav-right li.search .formulaire-recherche .header-search input[type=submit],
  header .header-top .item-header-top.nav-right li.search.search-open .click-form-search {
    background-size: 48%; }

  header .col-logo {
    padding-top: 5px; }

  header .navbar-default .navbar-toggle {
    margin: 18px 0; }

  header .navbar-default .navbar-collapse,
  header .navbar-default .navbar-collapse.in {
    background-color: #0E2C42;
    width: auto;
    margin: 0; }

  header:before {
    bottom: -7px; }

  header .col-logo img {
    width: 190px; }

  header .navbar-default .navbar-left .dropdown-menu:before {
    content: none; }

  header .navbar-default .navbar-left &gt; li .menu-wrap {
    height: auto !important; }

  header .navbar-default .navbar-left {
    margin-left: 0;
    padding: 0;
    margin-bottom: 0; }

  header .navbar-default .navbar-left li a {
    border: none;
    padding: 0; }

  header .navbar-default .navbar-left &gt; li &gt; a {
    border-top: 1px solid rgba(255, 255, 255, 0.4); }

  header .navbar-default .navbar-left &gt; li.open .mobile-toggle {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

  header .navbar-default li .mobile-toggle {
    height: 44px;
    width: 44px;
    padding-top: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2 ease;
    transition: all .2s ease;
    z-index: 9999; }
  header .navbar-default li .mobile-toggle:before {
    content: "";
    width: 2px;
    height: 9px;
    background: rgba(255, 255, 255, 0.6);
    position: relative;
    left: 21px;
    top: 14px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block; }
  header .navbar-default li .mobile-toggle:after {
    content: "";
    width: 2px;
    height: 9px;
    background: rgba(255, 255, 255, 0.6);
    position: relative;
    left: 21px;
    top: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block; }

  header .navbar-default .navbar-left &gt; li:hover &gt; a,
  header .navbar-default .navbar-left &gt; .dropdown &gt; a:hover,
  header .navbar-default .navbar-left &gt; .open &gt; a,
  header .navbar-default .navbar-left &gt; .open &gt; a:hover,
  header .navbar-default .navbar-left &gt; .open &gt; a:focus {
    border-top: 1px solid rgba(255, 255, 255, 0.4); }

  header .navbar-default .navbar-left li.dropdown &gt; a, header .navbar-default .navbar-left li.dropdown:first-child &gt; a {
    padding: 13px 40px 13px 30px; }

  header .navbar-default .navbar-left .dropdown-menu {
    left: 0;
    right: 0;
    padding: 0; }

  .navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus {
    background-color: transparent; }

  header .navbar-default .navbar-left &gt; li:hover .menu-wrap span {
    color: #fff; }

  header .navbar-default .navbar-left .menu-level-1 .menu-row-wrapper {
    display: block; }

  header .navbar-default .navbar-left .menu-level-1 .menu-bloc {
    width: 100%;
    padding: 7px 40px 7px 30px; }

  header .navbar-default .navbar-left .dropdown-menu,
  header .navbar-default .navbar-left .dropdown-menu .dropdown-menu-in {
    -webkit-transform: none;
    transform: none;
    background: transparent;
    margin-top: 0;
    padding: 0; }

  header .navbar-default .navbar-left .menu-level-1 .menu-bloc:before,
  header .navbar-default .navbar-left .menu-level-1 .menu-bloc:after {
    content: none; }

  header .navbar-default .navbar-left .menu-level-1 .menu-bloc .image-wrapper,
  header .navbar-default .navbar-left .menu-level-1 .menu-bloc .menu-back {
    display: none; }

  header .navbar-default .navbar-left .menu-level-1 .menu-bloc .menu-front {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 0; }

  header .navbar-default .navbar-left .menu-level-1 .menu-bloc:hover .menu-front {
    opacity: 1;
    visibility: visible; }

  header .navbar-default .navbar-left &gt; li.open:hover .dropdown-menu,
  header .navbar-default .navbar-left &gt; li.open .dropdown-menu {
    visibility: visible;
    opacity: 1;
    padding: 0 0 13px 0; }

  header .navbar-default .navbar-left .menu-level-1 .menu-bloc h3 {
    text-transform: none;
    font-size: 92%;
    font-weight: 400; }
  header .navbar-default .navbar-left .menu-level-1 .menu-bloc h3 a {
    text-transform: none; } }
@media (max-width: 767px) {
  .page-interne .introduction h1.with-link {
    padding-right: 0;
  }
  .introduction p {
    font-size: 80%;
    line-height: 1.35em; }

  .h2-theme-2 {
    font-size: 292%; }

  header .navbar-default li .mobile-toggle {
    right: 0; }

  #bloc-facebook .h2-focus-theme {
    margin-right: 10px;
    height: 68px; }

  #bloc-focus .h2-focus-theme {
    padding-right: 0;
    height: 68px;
    margin-right: 10px; }

  #bloc-focus .h2-focus-theme span {
    padding: 27px 3px 17px 3px;
    font-size: 78%; }

  #bloc-facebook .h2-focus-theme span {
    padding: 17px 13px; }

  #bloc-facebook #slideFacebook .slides li a {
    font-size: 69%;
    height: 68px; }

  #bloc-focus #slideFocus .slides li a {
    height: 68px; }

  #bloc-focus #slideFocus .slides li a {
    font-size: 84%; }

  #bloc-focus .h2-focus-theme:before,
  #bloc-facebook .h2-focus-theme span:before,
  #bloc-facebook .h2-focus-theme span:after {
    content: none; }

  #bloc-focus #slideFocus, #bloc-facebook #slideFacebook {
    padding-right: 0;
    padding-left: 0; }

  .bloc-actualites-2 .col-md-4 {
    margin-bottom: 0; }

  .cc_banner-wrapper .cc_container .cc_message {
    font-size: 0.8em !important; }

  .tools {
    padding: 10px 0; }

  .bloc-type-2.bloc-acces {
    max-height: 56px; }

  .page-interne h1 {
    line-height: 1em; }

  #bloc-facebook #slideFacebook .flex-direction-nav {
    display: none; }

  header .navbar-default .nav-right {
    text-align: left; }

  header .header-top .item-header-top.nav-right li.langue {
    display: none; }

  header .navbar-default .navbar-left .menu-level-1 .menu-bloc .menu-front {
    text-align: left; }

  .raccourcis-liens .bloc-raccouci .picto-wrap,
  .raccourcis-liens .bloc-raccouci .raccouci-in {
    display: block; }

  .raccourcis-liens .bloc-raccouci h3 {
    font-size: 93%;
    text-align: center; }

  .raccourcis-liens .bloc-raccouci img {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6); }

  .raccourcis-liens .bloc-raccouci .rs-list {
    text-align: center; }

  .raccourcis-liens .bloc-raccouci .rs-list li {
    margin-right: 0; }

  .raccourcis-liens .bloc-raccouci .picto-wrap img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

  .raccourcis-liens .bloc-raccouci .picto-wrap {
    height: 43px;
    position: relative; }

  .raccourcis-liens .bloc-raccouci {
    padding: 13px 0; } }
@media (min-width: 768px) and (max-width: 992px) {
  .bloc-actualites-2 #actu2Slider .slides li .bloc-actu2 .accroche {
    font-size: 59%;
    padding: 18px; }

  .bloc-actualites-2 .bloc-right-actu .actu-list li {
    font-size: 73%;
    padding-bottom: 10px; }

  .bloc-actualites-2 .actu-wrapper {
    padding: 16px 0 0 10px; }

  .bloc-actualites-2 .bloc-right-actu .actu-list {
    padding-right: 40px;
    padding-bottom: 16px; }

  .bloc-actualites-2 #actu2Slider .slides li .bloc-actu2 .icon-plus {
    right: 12px;
    bottom: 12px; }

  .bloc-actualites-2 #actu2Slider .flex-control-nav {
    bottom: 18px;
    right: 66px; } }
@media (max-width: 650px) {
  .swiper-slide .date {
    min-width: 62px;
    min-height: 62px; }
  .swiper-slide .date:before {
    width: 47px;
    height: 47px;
    border-bottom-right-radius: initial; }

  .bloc-actualites-2 #actu2Slider .slides li .bloc-actu2 .accroche {
    padding: 30px 20px; }

  .bloc-agenda-2 .swiper-container-horizontal &gt; .swiper-scrollbar {
    height: 5px; }

  .bloc-actualites-2 .actu-wrapper {
    padding: 20px 0 0 10px; }

  .bloc-agenda-2 .agenda-2-wrap .agenda-2 .outils-agenda-2 .col-outil {
    padding: 19px 24px 13px; }

  .swiper-slide .inner-article {
    padding-top: 10px; }

  .swiper-slide .inner-article .description-event .sous_titre_event {
    margin-bottom: 10px; }

  .swiper-slide .inner-article .description-event .resume_event {
    margin-bottom: 10px; }

  .swiper-slide .inner-article .description-event .event_name {
    margin-bottom: 10px; }

  .bloc-actualites-2 {
    padding: 18px 0 0 0; }

  .home .voir-plus {
    font-size: 98%;
    padding: 11px 13px; }

  .voir-plus-wrapper {
    padding: 25px 0; }

  .bloc-rubrique {
    margin-right: 0; }

  .bloc-rubrique li {
    width: 100%;
    height: auto; }
  .bloc-rubrique li a {
    position: relative;
    padding: 20px 10px; }
  .bloc-rubrique li .img-wrap, .bloc-rubrique li .triangle {
    display: none; }
  .bloc-rubrique li:hover .img-wrap + a {
    opacity: 0.6; }

  header:before {
    bottom: 0; }

  header .header-top .item-header-top.nav-right li.search .formulaire-recherche .header-search input[type=text] {
    font-size: 103%;
    line-height: 27px;
    width: 168px; }

  #slideshowId .wrapper .caption .centred-text {
    font-size: 96%; }

  .diaporama .flag img {
    width: 69px;
    height: auto; }

  .diaporama .logo-triangle {
    bottom: -46px;
    right: -71px;
    width: 125px;
    height: 125px; }

  #slideshowId .flex-control-nav {
    display: none; }

  #slideshowId .wrapper {
    position: absolute;
    padding: 0 80px 0 9px; }

  #slideshowId {
    background: transparent; }

  .diaporama .logo-triangle img {
    left: 8px;
    bottom: 45px;
    width: 31px; }

  header .header-top .item-header-top.item-meteo {
    display: none; }

  header .header-top .item-header-top.sous-titre {
    font-size: 93%; }

  header .header-top .item-header-top.nav-right li.search .click-form-search,
  header .header-top .item-header-top,
  header .header-top .item-header-top.nav-right li &gt; a,
  header .header-in:after,
  header .header-top .item-header-top.nav-right li.search .formulaire-recherche .header-search,
  header .header-top .item-header-top.nav-right li.search .formulaire-recherche,
  header .header-top .item-header-top.nav-right li.search .formulaire-recherche .header-search input[type=text],
  header .header-top .item-header-top.nav-right li.search .formulaire-recherche .header-search input[type=submit],
  header .header-top .item-header-top.nav-right li {
    height: 26px; }

  header .header-top .item-header-top.nav-right li.search .click-form-search,
  header .header-top .item-header-top.nav-right li.search .formulaire-recherche .header-search input[type=submit] {
    background-size: 43%; }

  header .header-top .item-header-top.nav-right li &gt; a .picto-nav img {
    width: 14px; }

  header .header-top .item-header-top.nav-right li &gt; a {
    padding: 4px; }

  header .header-top .item-header-top.nav-right li.espace-perso a {
    background-size: 44%; }

  header .header-top .item-header-top.nav-right li {
    padding-left: 6px; }

  header .navbar-default .navbar-header .navbar-toggle .toggle-title {
    font-size: 98%;
    margin-left: 4px; }

  header .navbar-default .navbar-header .navbar-toggle .icon-bar {
    width: 15px;
    height: 2px; }

  header .navbar-default .navbar-header .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 2px; }

  header .navbar-default .navbar-toggle {
    margin: 8px; }

  .navbar-collapse-wrap {
    font-size: 90%; }

  header .navbar-default .navbar-collapse-wrap,
  header .navbar-default .navbar-collapse, header .navbar-default .navbar-collapse.in {
    -webkit-transform: none;
    transform: none; }

  header .navbar-default .navbar-collapse, header .navbar-default .navbar-collapse.in {
    margin: -7px 0 0 0;
    padding: 0; }

  header .header-in .container {
    padding: 0 20px 0 14px; }

  #cookie-barre {
    font-size: 86%;
    padding: 9px 0; }

  .bloc-citoyenne .citoyenne-list .item-citoyen,
  .bloc-citoyenne .citoyenne-list .item-citoyen.item-special {
    width: 50%;
    padding: 0 20px; }

  .bloc-citoyenne .citoyenne-list .item-citoyen .img-container {
    width: 63px;
    height: 63px;
    margin-bottom: 15px; }

  .bloc-citoyenne .citoyenne-list .item-citoyen .citoyen-title {
    font-size: 107%; }

  .bloc-citoyenne .citoyenne-list .item-citoyen.item-special .citoyen-title {
    font-size: 129%; }

  .bloc-citoyenne {
    padding: 36px 0 65px;
    margin-bottom: 25px; }

  .bloc-citoyenne .h2-theme-2 {
    margin-bottom: 22px; }

  footer .footer-content-carnac .bloc-footer-adr {
    display: block; }

  footer .footer-content-carnac .bloc-footer-adr .footer-adresse,
  footer .footer-content-carnac .bloc-footer-adr .footer-horaires {
    padding: 0;
    margin-bottom: 13px; }

  footer .footer-logos {
    padding: 15px 0; }

  footer .footer-logos .logos-list {
    padding: 0; }

  footer .footer-logos .logos-list li {
    margin-right: 2px;
    margin-bottom: 2px; }
  footer .footer-logos .logos-list li:last-child {
    padding-right: 0; }

  ul.logos-list img {
    width: auto;
    height: 22px; }

  .footer-logos .container {
    padding: 0; }

  footer .footer-bottom .copyright li:first-child,
  footer .footer-bottom .copyright li, footer .footer-bottom .copyright li:last-child {
    display: inline-block; }

  footer .footer-bottom .copyright {
    margin-right: -6px;
    margin-left: -6px; }

  footer .footer-bottom .container {
    padding: 0 10px; }

  footer .footer-bottom .copyright li a {
    font-size: 56%;
    padding: 0 1px 0 7px; }

  footer .footer-bottom .copyright li a img {
    margin-bottom: 9px;
    margin-left: 0;
    width: 46px;
    height: auto;
    margin-top: 2px; } }
@media (max-width: 500px) {
  .bloc-media-all .visuel-wrap img {
    max-height: 320px; }

  .bloc-media-all {
    width: 100%; }

  .bloc-carte {
    width: 100%; }

  .medias-items .media-item {
    width: 50%; }

  .cc_banner-wrapper .cc_container .cc_message {
    font-size: 0.6em !important; }

  .page-interne .diaporama .flag img {
    width: 40px; }

  .page-interne .diaporama .logo-triangle img {
    left: 4px;
    bottom: 55px;
    width: 20px; }

  .page-interne .diaporama .logo-triangle {
    bottom: -84px;
    right: -76px;
    width: 120px;
    height: 120px; }

  .raccourcis-liens .bloc-raccouci h3 {
    display: none; }
  .raccourcis-liens .bloc-raccouci .picto-wrap {
    height: 43px;
    width: 64px; }
  .raccourcis-liens .bloc-raccouci .rs-list {
    margin: 0; } }
@media (max-width: 480px) {
  .bloc-service .container {
    padding: 0; }

  #bloc-facebook .h2-focus-theme span {
    padding: 17px 6px; }

  .bloc-service .item-service.profil:before {
    top: -28px; }

  .bloc-service .services-container {
    margin-top: 10px; }

  .bloc-service .item-service.profil .profil-title {
    padding: 61px 10% 28px 10%; }

  header .header-wrapper {
    width: 62.3%; }

  header .col-logo {
    width: 37.7%;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    padding-right: 18px; }

  header .col-logo img {
    width: 97px; }

  .actualites .row .bloc-actu, .agenda .row .bloc-actu {
    width: 100%; }

  .page-interne h1 {
    font-size: 140%;
    line-height: 25px; }

  .introduction p {
    line-height: 1.2em;
    font-size: 90%; }

  .bloc-actualites-2 {
    background: #fff; }

  .bloc-agenda-2 .bloc-titre-agenda {
    background: initial; }

  .bloc-service .bloc-titre-service {
    background: initial; } }
@media (max-width: 400px) {
  .bloc-type-2.bloc-acces .acces-rapide-left li {
    width: 49%; } }
@media (max-width: 370px) {
  .medias-items .media-item {
    width: 100%; } }
</pre></body></html>