<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* RSS block */
#bloc-rss-etat-reseau {
  margin-bottom: 30px;
}

.rss-block {
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.info-panne-bis .bis-toggle {
    border-bottom: 0px solid transparent;
}

.info-panne-bis .bis-toggle .toggle-btn {
    display: block;
    float: left;
    padding: 10px 30px;
    background-color: white;
    background-image: none !important;
    border: 1px solid #1a3664;
    color: #48433f;
}

.bis-toggle .toggle-btn:hover,
.bis-toggle .toggle-btn:active {
    text-decoration: underline;
}

.info-panne-bis .bis-toggle .toggle-btn.active {
    background-color: #1a3664 !important;
    color: white !important;
    border: 1px solid #1a3664 !important;
}

/* Sortable table */
.table-block {
    margin: 10px 0 50px;
    background-color: #f2f2f3;
}

.table-block h2 {
    margin-top: 0;
}

table.standard {
    width: 100%;
    margin: 10px 0;
    border: 0px solid transparent;
}

table.standard thead,
table.standard tfoot {
    background-color: #1a3664;
    color: white;
}

table.standard thead th.tablesorter-header {
    background: none;
    border: 0px solid transparent;
    color: white;
    font-family: inherit;
    line-height: inherit;
    font-size: 1.3rem;
    cursor: pointer;
}

table.standard thead th.tablesorter-header:after {
    content: '';
    position: relative;
    display: inline-block;
    width: 21px;
    height: 18px;
    vertical-align: bottom;
}

table.standard thead th.tablesorter-headerUnSorted:after {
    background: transparent url('/img/info-pannes/asc-desc.png') right center no-repeat;
}

table.standard thead th.tablesorter-headerDesc:after {
    background: transparent url('/img/info-pannes/desc.png') right center no-repeat;
}

table.standard thead th.tablesorter-headerAsc:after {
    background: transparent url('/img/info-pannes/asc.png') right center no-repeat;
}

table.standard thead th.tablesorter-header .tablesorter-header-inner {
    display: inline-block;
}

table.standard tbody tr {
    background-color: white;
}

table.standard tbody tr.alt {
    background-color: #f2f2f3;
}

table.standard th {
    text-transform: uppercase;
    font-weight: normal;
}

table.standard th,
table.standard td {
    padding: 10px 12px;
    text-align: right;
}

table.standard th:first-child,
table.standard td:first-child {
    text-align: left;
}

table.standard td a {
    color: inherit;
    text-decoration: none;
}

table.standard td a:hover,
table.standard td a:active {
    color: #1b75bb;
    text-decoration: underline;
}

.table-block .update-time-msg {
    margin: 20px 0 0;
    font-size: 1.1rem;
    text-align: right;
}

/* En cas de panne /pannes/en-cas-de-panne/ */
.hq-panneau {
    text-align: center;
}
.hq-panneau a p:hover {
    text-decoration: underline
}
.hq-panneau a figure {
    align-items: center;
    background: #fff none repeat scroll 0 0;
    display: flex;
    height: 200px;
    justify-content: center;
    padding: 25px 0;
}
.hq-panneau p {
    font-size: 2rem;
    font-weight: 600;
}

/* Accueil d'info-pannes /pannes/ */
#hq-accueil-image {
	background-color: #f1f1f0;
	background-image: url('/themes/pannes/images/header-background.jpg');
	background-size: 110% !important;
	background-position: 30% 60% !important;
  background-repeat: no-repeat;
	top: 0;
	width: 100%;
	height: 385px !important;
	display: block;
}
.boxed {
    border: 15px solid #f1f1f0;
    padding: 50px 60px;
    background: white none repeat scroll 0 0;
}
.boxed *:first-child {
    margin-top: 0;
}
.boxed.sm {
    padding: 20px 25px;
}
.boxed a figure {
    border-radius: 100px;
    height: 200px;
    padding: 0;
    width: 200px;
    background: #e9e8e8 none repeat scroll 0 0;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.boxed a {
    text-align: center
}
.block-primary {
    margin-top: -12rem;
}
.bis-icon a figure {
    width: 220px;
    height: 220px;
    border-radius: 110px;
}
.cercle-icone a {
    text-decoration: none;
}
.cercle-icone a figcaption {
    margin: 1.5em auto 0;
    border: 1px solid #c2c0bf;
    border-radius: 5px;
    color: #48433f;
    width:50%;
    padding: 10px;
}
.cercle-icone a figcaption:hover,
.cercle-icone a figcaption:focus {
    background: #f2f2f3 none repeat scroll 0 0;
    color: #48433f;
    text-decoration: underline;
}
.applications h2 {
    margin-top: 0;
    background-color: transparent !important;
}
.applications ul {
	margin: 0;
	padding: 0;
    list-style: none;
    text-align: center;
    margin-top: 1em;
}
.applications ul li {
    display: inline;
}
.applications ul li a {
    text-decoration: none;
}
.applications .app-icon {
    max-width: inherit;
}

@media screen and (max-width: 768px) {
  .info-panne-bis .bis-toggle .toggle-btn {
      padding: 10px 20px;
  }

  .block-primary h1 {
      padding: 0.5em 1em 1em 1em;
      background-color: white;
      text-align: center;
  }

	.applications {
		padding: 15px 0;
	}

    .applications,
    .applications h2,
    .applications ul {
        text-align: left !important;
    }

    .mobile-bg-gray {
        background-color: #f4f3f3;
    }
}

/* MAP */
.info-panne-bis form input.pac-input {
    height: 32px;
    /*border: 0px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;*/
}
.info-panne-bis .searchbutton {
    right: 6%;
    /*margin-left: -4px; */
    background-color: #1a3664;
    /*-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;*/
    vertical-align: bottom;
}
.info-panne-bis .searchbutton:hover,
.info-panne-bis .searchbutton:active,
.info-panne-bis .searchbutton:focus {
    background-color: #1b75bb;
}
.info-panne-bis .searchbutton .icon {
    line-height: 1.4em !important;
}

/* Mobile app box */
ul.mobile-app-buttons {
    margin-top: 0;
}
ul.mobile-app-buttons &gt; li {
    margin-bottom: 10px;
}
ul.mobile-app-buttons &gt; li:last-child {
    margin-bottom: 0;
}

/* Block Twitter */
.twitter-block {
    margin: 20px 0;
}

.twitter-block a {
    color: #48433f;
    font-size: 2rem;
    text-decoration: none;
}

.twitter-block a:hover,
.twitter-block a:active,
.twitter-block a:focus {
    text-decoration: underline;
}

.twitter-block .tw-icon {
    display: inline-block;
    color: #1DA1F2;
    margin-right: 5px;
}

.twitter-block .hq-lien-icn-ext {
    display: none;
}

.info-panne-bis .bis-mobile-content {
  padding: 15px 0;
}

/* Back button */
.back-button {
    display: inline-block;
    margin-bottom: 6px;
}

/* Map loading */
.map-load-anim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Map button */
.info-panne-bis .bis-mobile-content .bis-toggle .toggle-btn {
    width: 100% !important;
    padding: 15px 30px;
    border: 1px solid #1b75bb !important;
    border-radius: 5px;
    text-decoration: none;
}

.info-panne-bis .bis-mobile-content .bis-toggle .toggle-btn:hover,
.info-panne-bis .bis-mobile-content .bis-toggle .toggle-btn:active,
.info-panne-bis .bis-mobile-content .bis-toggle .toggle-btn:focus {
    background-color: #1b75bb !important;
    color: white !important;
    text-decoration: none;
}

.info-panne-bis .bis-toggle .toggle-btn .content .icon {
    line-height: 1.2em;
}

/* Mobile list collapse */
.info-pannes.info-panne-bis .border-corner {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 15px 30px;
    border: 1px solid #1b75bb !important;
}

.info-pannes.info-panne-bis .border-corner button.toggle {
    position: relative;
    display: block;
    width: 100%;
    margin: -15px -30px;
    padding: 15px 30px;
    box-sizing: content-box;
}

.info-pannes.info-panne-bis .border-corner button.toggle:after {
    background-image: url(/images2016/icn-collapse.png);
    display: block;
    content: " ";
    height: 14px;
    width: 14px;
    position: absolute;
    top: 18px;
    right: 30px;
}

.info-pannes.info-panne-bis .border-corner.open button.toggle:after {
    background-position: 0 -42px;
}

.info-pannes.info-panne-bis .border-corner .toggle .content {
    padding: 0;
    color: #48433f;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.9rem;
}

.info-pannes.info-panne-bis .border-corner .drawer {
    margin-top: 15px;
}

.liens-bilan {
    margin: 10px 0 20px;
    padding: 0;
    list-style: none;
}

.liens-bilan &gt; li {
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
}

.liens-bilan &gt; li a {
    position: relative;
    display: block;
    font-size: 1.6rem;
    line-height: 1em;
    text-decoration: none;
}

.liens-bilan &gt; li a:hover,
.liens-bilan &gt; li a:active,
.liens-bilan &gt; li a:focus {
    text-decoration: underline;
}

.liens-bilan &gt; li a:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    width: 7px;
    height: 12px;
    background: transparent url('/images2016/bg_arrow_right.png') center center no-repeat;
}

.liens-bilan &gt; li .content .sml {
    display: block;
    color: #48433f;
    font-size: 0.833em;
    line-height: 1em;
}

/* Mobile state */
.mobile-bis-map-state #hq-outer-wrapper {
    position: inherit;
}

.mobile-bis-map-state .bis-description,
.mobile-bis-map-state #hq-main-footer {
    display: none !important;
}

.mobile-bis-map-state .row &gt; .columns {
    position: inherit;
}

.mobile-bis-map-state .info-panne-bis .map-block {
    position: fixed;
    top: 165px;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    padding: 0;
}

.mobile-bis-map-state .info-panne-bis .map-canvas {
	height: 100%;
}

.mobile-bis-map-state .map-block .update-time-msg {
    width: 100%;
    margin-bottom: 0;
}

.mobile-bis-map-state .search-places-wrapper {
    padding: 10px 0;
}

.mobile-bis-map-state .search-places-wrapper .searchbutton {
    background-color: transparent;
    right: 8%;
}

.mobile-bis-map-state .search-places-wrapper .searchbutton:hover,
.mobile-bis-map-state .search-places-wrapper .searchbutton:active,
.mobile-bis-map-state .search-places-wrapper .searchbutton:focus {
    background-color: transparent;
}

.mobile-bis-map-state .search-places-wrapper .searchbutton:hover .icon,
.mobile-bis-map-state .search-places-wrapper .searchbutton:active .icon,
.mobile-bis-map-state .search-places-wrapper .searchbutton:focus .icon {
    color: #1b75bb;
}

.mobile-bis-map-state .info-panne-bis form input.pac-input {
    height: 38px;
    color: black;
}

@media only screen and (max-width: 767px){
    #hq-accueil-image {
        display: none;
    }
    .boxed {
        border: none;
        margin-top: 0;
        padding: 0 16px;
        background: none;
    }
    .boxed.sm {
        padding: 0;
    }
}

/*===================================================================
                 Refonte Pannes (2016-09-16) - Nurun
===================================================================*/

/**************************
 Header bg image
***************************/
.header-no-text .boxed {
  margin-top: -115px;
}
/**************************
 Generic styles
***************************/
.uppercase {
  text-transform: uppercase;
}
.centered {
  text-align: center;
}
.space-top {
  margin-top: 10px;
}
.space-bottom {
  margin-bottom: 10px;
}
.space-left {
  margin-left: 10px;
}
.space-right {
  margin-right: 10px;
}
.space-top-lrg {
  margin-top: 30px;
}
.space-top-xlrg {
  margin-top: 60px;
}
.space-bottom-lrg {
  margin-bottom: 30px;
}
.hq-bloc-smaller {
  margin: 15px;
}
.margin-row {
  margin-top: 40px;
  margin-bottom: 40px;
}
.no-margin-v {
  margin-top: 0;
  margin-bottom: 0;
}
.no-margin-top {
  margin-top: 0;
}
.onlyDesktopTablet {
  display: block!important;
}
.onlyMobile {
  display: none!important;
}
/**************************
 Button
***************************/
.btn-back {
  display: block;
  padding-bottom: 15px;
}
.btn-back.btn-inline {
  display: inline-block;
}
.btn-back span {
  display: inline-block;
}
.btn-back span.previous {
  width: 7px;
  height: 10px;
  margin-right: 5px;
  background: url('/images2016/bg_arrow_back.png') no-repeat 0 0;
}
.btn-back span.content {
  color: #003366;
  font-size: 14px;
  text-decoration: none;
}
.btn-back:hover span.content,
.btn-back:focus span.content {
  text-decoration: underline;
}
.btn-back:hover span.previous,
.btn-back:focus span.previous {
  width: 7px;
  height: 10px;
  margin-right: 5px;
  background: url('/images2016/bg_arrow_link_left-active.png') no-repeat 0 0;
}
/**************************
 Paragraph
***************************/
p.bigger {
  font-size: 1.2em;
}
p.bold {
  font-weight: 800;
  font-size: 1.2em;
}
/**************************
 Banners / Images
***************************/
.banner-full-width img {
  max-width: 100%;
}
img {
  max-width: 100%;
}
.logo-hydro-thumb {
  max-width: none;
}
.tablesorter-headerDesc {
  background-image: url('/themes/pannes/images/desc.png');
  background-repeat: no-repeat;
  background-position: right  center;
  cursor: pointer;
}
.tablesorter-headerAsc {
  background-image: url('/themes/pannes/images/asc.png');
  background-repeat: no-repeat;
  background-position: right  center;
  cursor: pointer;
}
.tablesorter-headerUnSorted {
  background-image: url('/themes/pannes/images/asc-desc.png');
  background-repeat: no-repeat;
  background-position: right  center;
  cursor: pointer;
}
/**************************
 Layout
***************************/
.separator {
  border-top: 1px solid #c2c0bf;
  height: 1px;
  margin: 0;
}
.link-arrow:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 8px;
  background: url('/images2016/bg_arrow_link.png') no-repeat 0 0;
}
/**************************
 White box with gray border
***************************/
.icon-with-title svg,
.icon-with-title h2 {
  display: inline;
}
/**************************
 White box with gray border
***************************/
.boxed {
  background: white;
  padding: 40px;
  border: #f1f1f0 15px solid;
}
.boxed h1 {
  margin: 0;
}
.boxed.boxed-sml {
  padding: 20px;
}
.boxed.boxed-custom-bottom {
  padding-bottom: 30px;
}
/**************************
 Gray box with orange top border
***************************/
.boxed-gray {
  background-color: #f1f1f0;
  padding: 20px;
  border-top: 1px solid #ff9a00;
}
.boxed-gray h2 {
  margin: 0;
}
#when-happen-box.boxed-gray h2 {
  margin: 40px 0 15px;
  font-size: 2.2rem;
}
.boxed-gray.boxed-mobile-only {
  background: none;
  padding: 0;
  border: none;
}
/**************************
 Footer
***************************/
footer#hq-main-footer.footer-simplified {
  margin-top: 0;
  padding-top: 0;
  background: none;
}
footer#hq-main-footer.footer-simplified p {
  color: #48433f;
}
footer#hq-main-footer.footer-simplified a {
  color: #1b75bb;
  display: block;
  text-align: center;
  margin: 0 auto 0 auto;
}
/* Only on home page we want a negative margin */
.info-pannes-index .mobile-application-panel {
  margin-left: -15px;
}
@media (max-width: 768px) {
  .info-pannes-index .mobile-application-panel {
    margin-left: 0;
  }
}
/**************************
 Media queries - Desktop
***************************/
@media (min-width: 768px) {
  /* Exception for box that is different
  on mobile vs desktop only for this page */
  #when-happen-box {
    background-color: white;
    padding: 0;
    border: none;
  }
  #when-happen-box h3 {
    margin: 0;
  }
  #when-happen-box .icon-lightning {
    display: none;
  }
  .boxed-gray h2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
  }
  .boxed-gray .icon-lightning {
    display: inline-block;
    margin-right: 10px;
  }
  .boxed-gray .icon-lightning span {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f96b00;
    vertical-align: middle;
    text-align: center;
  }
  .boxed-gray .icon-lightning span img {
    margin: 10px 0 0 2px;
    height: 22px;
    width: 25px;
  }
}
/**************************
 Media queries - Tablet
***************************/
@media (min-width: 768px) and (max-width: 912px) {
  #hq-accueil-image {
    background-position: 30% 0;
  }
}
/**************************
 Media queries - Mobile
***************************/
@media (max-width: 768px) {
  /**************************
     RSS
  ***************************/
  #bloc-rss-etat-reseau {
    width: auto;
    margin: 30px 0 20px;
  }

  .mobile-bis-map-state #bloc-rss-etat-reseau {
    display: none !important;
  }

  .rss-block h2,
  .rss-block .rss-content,
  .rss-block .fake-date {
    display: none;
  }
  /**************************
   Gray box with orange top border
  ***************************/
  .boxed-gray {
    margin-top: 50px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    background-color: #e3e3e3;
    border-top: 1px solid #ff9a00;
    padding: 25px 30px;
    margin-bottom: 20px;
  }
  .boxed-gray .btn-standard {
    background-color: #f4f3f3;
    font-size: 13px;
  }
  .boxed-gray.boxed-sml {
    padding: 25px 30px;
  }
  .boxed-gray.boxed-sml h2 {
    display: block;
  }
  .boxed-gray.boxed-desktop-only {
    background: none;
    padding: 0;
    border: none;
  }
  .boxed-gray h3 {
    margin-top: 10px;
  }
  .header-no-text .boxed {
    margin-top: 0;
  }
  .icon-lightning {
    display: block;
    background-color: #f96b00;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    left: 50%;
	margin-left: -28px;
    text-align: center;
  }
  .icon-lightning span {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-top: 7px;
  }
  .icon-lightning span img {
    margin-top: 6px;
    height: 33px;
    width: 50px;
  }
  .icon-lightning + h2 {
    margin-top: 10px;
  }
  /**************************
    White box with gray border
  ***************************/
  .boxed {
    padding: 0;
    border: none;
  }
  .boxed.boxed-custom-bottom {
    padding: 0;
  }
  /**************************
   Generic styles
  ***************************/
  .margin-row {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .space-top-lrg {
    margin-top: 20px;
  }
  .row .row {
    margin: 0;
  }
  /**************************
  Layout
  ***************************/
  header.breadcrumb-bloc {
    margin-bottom: 5px;
    margin-top: 10px;
  }
  /**************************
  Titles
  ***************************/
@media (max-width: 768px) {
	h2.subtitle {
		padding: 30px 0 20px;
	}
}
  /**************************
   Lists only mobile
  ***************************/
  .convert-mobile-bloc li,
  .convert-mobile-bloc &gt; div {
    display: block;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    padding: 20px !important;
    margin-bottom: 20px;
    text-align: center;
  }
  .convert-mobile-bloc li h4,
  .convert-mobile-bloc &gt; div h4 {
    margin: 0;
    font-weight: 600;
  }
  .convert-mobile-bloc li h4 a,
  .convert-mobile-bloc &gt; div h4 a {
    color: #48433f !important;
    font-size: 16px;
  }
  .convert-mobile-bloc li:before,
  .convert-mobile-bloc &gt; div:before {
    content: "";
  }
  .convert-mobile-bloc .liste-liens {
    display: none;
  }
  .convert-mobile-bloc-links &gt; div {
    display: block;
    font-family: 'Open Sans', sans-serif;
    background-color: #f1f1f0;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .convert-mobile-bloc-links &gt; div h2,
  .convert-mobile-bloc-links &gt; div h3,
  .convert-mobile-bloc-links &gt; div h4 {
    margin: 10px 0 10px 0;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
  }
  .convert-mobile-bloc-links &gt; div h2 a,
  .convert-mobile-bloc-links &gt; div h3 a,
  .convert-mobile-bloc-links &gt; div h4 a {
    color: #48433f !important;
    font-size: 16px;
  }
  .convert-mobile-bloc-links &gt; div img {
    width: 70%;
  }
  .convert-mobile-bloc-links &gt; div .liste-liens li:before {
    content: "";
  }
  .liste-liens {
    padding: 0!important;
  }
  .liste-liens li:before {
    top: 6px;
  }
  /**************************
   Quand signaler une panne
  ***************************/
  #when-happen-box h3 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 599px) {
  .onlyDesktopTablet {
    display: none!important;
  }
  .onlyMobile {
    display: block!important;
  }
}</pre></body></html>