@charset "UTF-8";
/*------------------------------------------------------------------------------
    CSS Document (http://www.w3.org/Style/CSS/)

    project:    Veolia Social Hub
    created:    2014-03-25
    author:     Christophe ANDRIEU (http://www.stpo.fr)

    summary:    COMPASS
                VARIABLES
                IMPORTS
                STYLES
----------------------------------------------------------------------------- */
/*  =COMPASS
----------------------------------------------------------------------------- */
/*  =VARIABLES
----------------------------------------------------------------------------- */
/* =main_colorz ------------------------------------------------------------- */
/* =default_font-size_(px)--------------------------------------------------- */
/* =typography -------------------------------------------------------------- */
/*  =IMPORTS
----------------------------------------------------------------------------- */
/*  =UTF-8
----------------------------------------------------------------------------- */
/*  =RESET
 ----------------------------------------------------------------------------- */
/* =minimum reset ------------------------------------------------------------ */
html, body, blockquote, ul, ol, form, input {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 1em;
}

ul {
  list-style: none;
}

img {
  display: block;
  border: none;
}

/* =margin fixes ------------------------------------------------------------- */
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

p:last-child, ul:last-child, ol:last-child, dl:last-child, blockquote:last-child, pre:last-child, table:last-child {
  margin-bottom: 0;
}

li p, li ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* =text formatting ---------------------------------------------------------- */
code, pre, samp {
  white-space: pre-wrap;
}

code {
  line-height: 1em;
}

table {
  margin-bottom: 1.5em;
}

q:before, q:after {
  display: none;
}

abbr {
  border-bottom: none;
}

button {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

/* =html5 -------------------------------------------------------------------- */
article, aside, audio, canvas, datagrid, datalist, details, dialog, figure, footer, header, menu, nav, section, video {
  display: block;
}

abbr, eventsource, mark, meter, time, progress, output, bb {
  display: inline;
}

/* =webkit hacks ------------------------------------------------------------- */
html {
  -webkit-font-smoothing: antialiased;
}

/* ugly Mac OS fonts rendering */
input, textarea, select {
  box-sizing: inherit;
}

/* user agent stylesheet default is box-sizing: border-box */
/* Stupid webkit input[type=search] custom */
input[type="search"] {
  -webkit-appearance: textfield !important;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

/* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
/*html{ -webkit-text-size-adjust:none; -ms-text-size-adjust:none; text-size-adjust:none; }*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/*  =GENERIC_CLASSES
----------------------------------------------------------------------------- */
.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.txtR {
  text-align: right !important;
}

.txtC {
  text-align: center !important;
}

.posR {
  position: relative;
}

/* =accessible hidden ------------------------------------------------------- */
.invisible {
  position: absolute;
  left: 0;
  text-indent: -5000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* =text selection ---------------------------------------------------------- */
::-moz-selection {
  color: #fff;
  background-color: #ff4d4d;
}

::-webkit-selection {
  color: #fff;
  background-color: #ff4d4d;
}

::selection {
  color: #fff;
  background-color: #ff4d4d;
}

/* =clearfix ---------------------------------------------------------------- */
.clearfix {
  display: block;
  zoom: 1;
  /* IE, don’t use conditional comments here */
}
.clearfix:after, .clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*  =FONT-FACE
----------------------------------------------------------------------------- */
@font-face {
  /* IE8 needs this, don't ask */
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot");
  /* IE9 compability mode */
  src: url("fonts/icomoon?#iefix") format("embedded-opentype"), url("fonts/icomoon.woff?13") format("woff"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.svg#theSans") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TheSans Plain';
  src: url("fonts/thesans-ot5plain-webfont.eot");
  /* IE9 compability mode */
  src: url("fonts/thesans-ot5plain-webfont?#iefix") format("embedded-opentype"), url("fonts/thesans-ot5plain-webfont.woff") format("woff"), url("fonts/thesans-ot5plain-webfont.ttf") format("truetype"), url("fonts/thesans-ot5plain-webfont.svg#theSans") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TheSans Bold';
  src: url("fonts/thesans-ot7bold-webfont.eot");
  /* IE9 compability mode */
  src: url("fonts/thesans-ot7bold-webfont?#iefix") format("embedded-opentype"), url("fonts/thesans-ot7bold-webfont.woff?1") format("woff"), url("fonts/thesans-ot7bold-webfont.ttf") format("truetype"), url("fonts/thesans-ot7bold-webfont.svg#theSans") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*  =FONT-SIZE
----------------------------------------------------------------------------- */
/*  =STYLES
----------------------------------------------------------------------------- */
body {
  position: relative;
  padding-top: 0;
  margin: 0;
  height: 100%;
  background: #fff;
  text-align: left;
  color: #404040;
  font-family: "TheSans Plain", Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 1.25;
  overflow: hidden;
}

#widget {
  overflow: hidden;
  max-width: 360px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background: #2c2c2c;
}
#widget .h1 {
  margin: 0;
  padding: 35px 20px 20px 20px;
}
#widget .core {
  padding: 20px;
  color: #fff;
  position: relative;
}
#widget .core .slideshow {
  position: relative;
  padding-bottom: 40px;
}
#widget .core .slideshow .slides {
  min-height: 305px;
  border-bottom: 1px solid #fff;
}
/*#widget .core .slideshow .slides li{
  box-sizing: border-box;
  padding: 0 2px;
}*/
#widget .core .slideshow .slides .img {
  width: 100%;
  height: 173px;
  position: relative;
  overflow: hidden;
}
#widget .core .slideshow .slides .img img {
  /* I love CSS */
  position: absolute;
  top: -900em;
  bottom: -900em;
  left: -900em;
  right: -900em;
  margin: auto;
}
#widget .core .slideshow .slides .h2 {
  margin: 10px 0 5px;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 0.6875em;
}
#widget .core .slideshow .slides .h3 {
  margin: 0 0 5px;
  font-size: 1.1875em;
  font-family: "TheSans Bold", Arial, Helvetica, sans-serif;
}
#widget .core .slideshow .slides p {
  font-size: 0.875em;
}
#widget .core .slideshow .flex-prev, #widget .core .slideshow .flex-next {
  position: absolute;
  bottom: 0;
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}
#widget .core .slideshow .flex-prev:hover, #widget .core .slideshow .flex-next:hover {
  opacity: .75;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#widget .core .slideshow .flex-prev {
  left: 0;
}
#widget .core .slideshow .flex-next {
  right: 0;
}
#widget .core .slideshow .flex-control-paging {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  list-style-type: none;
}
#widget .core .slideshow .flex-control-paging li {
  display: inline;
  margin: 5px;
}
#widget .core .slideshow .flex-control-paging li a {
  cursor: pointer;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  overflow: hidden;
  width: .5em;
  height: .5em;
  border: 1px solid #fff;
  border-radius: 50%;
  text-indent: -900em;
  line-height: 1;
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}
#widget .core .slideshow .flex-control-paging li a:hover {
  opacity: .75;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#widget .core .slideshow .flex-control-paging li a.flex-active {
  cursor: default;
  background: #fff;
}

#widget .core {
  display: none;
}

#widget.opened .core {
  display: block;
}

#widget .block-enlarge {
  display: inline-block;
}

#widget.opened .block-enlarge {
  display: none;
}

#widget.opened .block-reduce {
  display: inline-block;
}

#widget .block-reduce {
  display: none;
}

#widget .block-enlarge,
#widget .block-reduce {
  font-size: 14px;
  font-family: "TheSans Plain", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  padding: 0 22px 0 0;
  position: relative;
  float: right;
  top: -20px;
}

#widget .block-enlarge:after ,
#widget .block-reduce:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 17px;
  height: 17px;
}

#widget .block-enlarge:after {
  background: url('../img/btn-enlarge.png') no-repeat 0 0;
}

#widget .block-reduce:after {
  background: url('../img/btn-reduce.png') no-repeat 0 0;
}

@media (max-width: 290px) {
  #widget .core .slideshow p.subtitle {
    display: none;
  }
}
