/*
#@SITES/www.pipolass.net/squelettes/STYLES.less
*/
@import url(http://fonts.googleapis.com/css?family=Cherry+Cream+Soda);
/* =============================================================================
   RESET
   ===========================================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
figure {
  margin: 0;
}
/* selection */
* {
  outline: none;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Links */
a:hover,
a:active,
a:focus {
  outline: 0;
}
/* Image */
svg:not(:root) {
  overflow: hidden;
}
object {
  max-width: 100%;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
/* Bases */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  line-height: 1;
  width: 100%;
  height: 100%;
  font-family: sans-serif;
}
/*------------- VARIABLES ----------*/
/*couleur*/
/*typo*/
/* =============================================================================
   TYPOGRAPHIE & CONTENU
   ===========================================================================*/
.typo {
  font-family: 'Cherry Cream Soda', cursive;
}
/* Icones */
@font-face {
  font-family: 'icomoon';
  src: url('//www.pipolass.net/SITES/www.pipolass.net/squelettes/fonts/icomoon/icomoon.eot');
  src: url('//www.pipolass.net/SITES/www.pipolass.net/squelettes/fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'), url('//www.pipolass.net/SITES/www.pipolass.net/squelettes/fonts/icomoon/icomoon.woff') format('woff'), url('//www.pipolass.net/SITES/www.pipolass.net/squelettes/fonts/icomoon/icomoon.ttf') format('truetype'), url('//www.pipolass.net/SITES/www.pipolass.net/squelettes/fonts/icomoon/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icone {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 6px 0 0;
}
.icone:before {
  content: attr(data-icon);
}
/* Titraille / Intertitres */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}
hr {
  height: 1px;
  margin: 1.5em 0;
  border: 0;
  background: #cccccc;
  color: #cccccc;
}
h1,
.h1 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.5;
  margin-bottom: .75em;
}
h2,
.h2 {
  font-size: 19.6px;
  font-size: 1.96rem;
  line-height: 1;
  margin-bottom: 1em;
}
h3,
.h3 {
  font-size: 18.2px;
  font-size: 1.82rem;
  line-height: 1.2;
  margin-bottom: 1.2em;
}
h4,
.h4 {
  font-size: 16.8px;
  font-size: 1.68rem;
  line-height: 1.364;
  margin-bottom: 1.364em;
}
h5,
.h5 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.5em;
}
h6,
.h6 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}
/* Enrichissements typographiques */
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
small,
.small {
  font-size: 90%;
}
big,
.big {
  font-size: 130%;
}
abbr[title],
acronym[title] {
  border-bottom: .1em dotted;
  cursor: help;
}
@media print {
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
}
dfn {
  font-weight: bold;
  font-style: italic;
}
del,
.del {
  background-color: #FFDDDD;
  border-color: #CC0000;
  color: #CC0000;
  text-decoration: line-through;
}
ins,
.ins {
  background-color: #DDFFDD;
  border-color: #00AA00;
  color: #00AA00;
  text-decoration: none;
}
sup,
sub {
  font-size: .8em;
  font-variant: normal;
  line-height: 0;
}
sup {
  vertical-align: super;
}
.ie sup {
  vertical-align: text-top;
}
sub {
  vertical-align: sub;
}
.ie sub {
  vertical-align: text-bottom;
}
.caps {
  font-variant: small-caps;
}
.justify {
  text-align: justify;
}
/* Listes */
ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
dl dt {
  font-weight: bold;
}
/* Tableaux */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  background: #e6ebeb;
}
td {
  vertical-align: top;
}
th {
  font-weight: bold;
}
thead th {
  background: #d8dfe0;
}
th,
td,
caption {
  padding: 0.75em;
}
tbody tr:nth-child(even) th,
tbody tr:nth-child(even) td,
tbody tr.even th,
tbody tr.even td {
  background: #e6ebeb;
}
tfoot {
  font-style: italic;
}
/* Citations, code et poesie */
q {
  font-style: italic;
}
blockquote {
  padding: 0 50px;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: italic;
}
address {
  font-style: italic;
}
pre,
code,
kbd,
samp,
var,
tt {
  font-family: 'Courier New', Courier, monospace;
  font-size: 1em;
}
pre {
  margin: 1.5em 0;
  /* Cf.: http://perishablepress.com/press/2010/06/01/wrapping-content/ */
  white-space: pre;
  /* CSS 2.0 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3.0 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -hp-pre-wrap;
  /* HP Printers */
  word-wrap: break-word;
  /* IE 5+ */
}
kbd {
  background-color: #222222;
  color: #FFFFFF;
}
samp {
  font-weight: bold;
}
var {
  font-style: italic;
}
/* Paragraphes */
p,
.p,
dl,
dd,
blockquote,
address,
pre,
table,
fieldset {
  margin-bottom: 1.5em;
}
/* Liens */
a[hreflang]:after {
  content: "\0000a0(" attr(hreflang) ")";
}
@media (max-width: 640px) {
  img,
  table,
  td,
  blockquote,
  code,
  pre,
  textarea,
  input,
  iframe,
  object,
  embed,
  video {
    max-width: 100% !important;
  }
  textarea,
  table,
  td,
  th,
  code,
  pre,
  samp {
    word-wrap: break-word;
    /* cesure forcee */
  }
  code,
  pre,
  samp {
    white-space: pre-line;
    /* passage a la ligne specifique pour les elements a chasse fixe */
  }
}
/* =============================================================================
   generŽ par SPIP
   ===========================================================================*/
/* Listes SPIP */
ul.spip,
ol.spip {
  margin-left: 50px;
}
@media (max-width: 640px) {
  ul.spip,
  ol.spip {
    margin-left: 1.5em;
  }
}
ul.spip {
  list-style-type: square;
}
li ul.spip {
  list-style-type: disc;
}
li li ul.spip {
  list-style-type: circle;
}
ol.spip {
  list-style-type: decimal;
}
dl.spip dt,
dl.spip dd {
  padding-left: 50px;
}
dl.spip dt {
  clear: both;
}
/* Tableaux SPIP */
table.spip {
  width: 100%;
}
/* Citations, code et poesie */
blockquote.spip {
  min-height: 40px;
  background: url(//www.pipolass.net/SITES/www.pipolass.net/squelettes/CSS/IMG/quote.png) no-repeat;
}
.spip_poesie {
  border-left: 1px solid;
}
.spip_poesie div {
  margin-left: 50px;
  text-indent: -50px;
}
.spip_code,
.spip_cadre {
  font-family: 'Courier New', Courier, monospace;
  font-size: 1em;
}
/* Enluminures typo V3 / Cf.: http://www.spip-contrib.net/3118 */
sc,
.sc {
  font-variant: small-caps;
}
.caractencadre-spip {
  background-color: #FFFFCC;
  color: purple;
}
.caractencadre2-spip {
  background-color: #FFFFCC;
  color: orange;
}
.texteencadre-spip {
  display: block;
  margin: 1.5em 50px;
  padding: 1.5em;
  background: #EEE;
}
/* Logos, documents et images */
.spip_logos {
  float: left;
  margin: 0 10px 10px 0;
  padding: 0;
  border: none;
}
.spip_documents {
  margin-bottom: 1.5em;
  padding: 0;
  background: none;
}
.spip_documents,
.spip_documents_center,
.spip_doc_titre,
.spip_doc_descriptif {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.spip_documents_center {
  clear: both;
  display: block;
  width: 100%;
}
.spip_documents_left {
  float: left;
  margin-right: 1.5em;
}
.spip_documents_right {
  float: right;
  margin-left: 1.5em;
}
.spip_doc_descriptif {
  clear: both;
}
/* Modeles par defaut */
.spip_modele {
  float: right;
  display: block;
  width: 25%;
  margin: 0 0 1.5em 1.5em;
  padding: 1.5em;
  background-color: #EEE;
}
/* Paragraphes */
div.spip,
ul.spip,
ol.spip,
.spip_poesie,
.spip_cadre,
div.spip_code,
.spip_documents.spip_documents_center {
  margin-bottom: 1.5em;
}
/* Pagination */
.pagination {
  clear: both;
  text-align: center;
}
/* =============================================================================
   FORMULAIRES
   ===========================================================================*/
input,
textarea,
select,
button {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  vertical-align: baseline;
  *vertical-align: middle;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  min-height: 50px;
}
legend {
  font-weight: bold;
}
input[type="submit"],
input.submit,
input[type="button"],
input.button,
input[type="image"],
input.image,
input[type="reset"],
input.reset,
button {
  cursor: pointer;
  -webkit-appearance: button;
}
input.confirm {
  background-color: #91bd09;
}
input[type="submit"],
.submit,
input[type="button"],
.button {
  background-color: #4f97a7;
  border: 0;
  display: inline-block;
  padding: 7px 12px 8px;
  color: #fff;
  text-decoration: none;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
a.submit,
a.button,
a.submit:visited,
a.button:visited,
a.submit:hover,
a.button:hover,
a.submit:focus,
a.button:focus {
  color: #fff;
}
input[type="submit"]:hover,
.submit:hover,
input[type="button"]:hover,
.button:hover,
input[type="submit"]:focus,
.submit:focus,
input[type="button"]:focus,
.button:focus {
  background-color: #2e5862;
  -webkit-transition: background 0.6s ease-out;
  -ms-transition: background 0.6s ease-out;
  -o-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
select[multiple],
select[size] {
  height: auto;
}
.ie fieldset {
  padding-top: 0;
}
.ie6 legend,
.ie7 legend {
  margin-left: -7px;
}
.ie button,
.ie input.submit,
.ie input.button {
  position: relative;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input {
  width: auto;
  line-height: normal;
  *overflow: visible;
}
table button,
table input {
  *overflow: auto;
}
.reponse,
.error,
.alert,
.notice,
.success,
.info {
  padding: .8em;
  margin-bottom: 1.5em;
  border: 2px solid #ddd;
}
.error,
.alert {
  background: #ffff00;
  color: #cc3300;
  border-color: #ffcc00;
}
.notice {
  background: #ffffff;
  color: #2daebf;
  border-color: #b4ffff;
}
.success {
  background: #ffff36;
  color: #91bd09;
  border-color: #ffff24;
}
.info {
  background: #ffffff;
  color: #2daebf;
  border-color: #b4ffff;
}
.error a,
.alert a {
  color: #cc3300;
}
.notice a {
  color: #2daebf;
}
.success a {
  color: #91bd09;
}
.info a {
  color: #2daebf;
}
/* =============================================================================
   GenerŽ par SPIP
   ===========================================================================*/
/* Box login prive */
#minipres {
  border-radius: 6px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-top: 50px;
  background: #FFF;
}
/* Formulaires */
.formulaire_spip li {
  clear: both;
  margin-bottom: 0.75em;
}
.formulaire_spip .boutons {
  clear: both;
  margin: 0;
  padding: 0;
}
/* Barre typo */
.markItUp .markItUpHeader ul .markItUpSeparator {
  display: none;
}
/* Previsu */
.previsu {
  border: 1px solid #749707;
  padding: 15px;
  margin: 0 0 10px 0;
  background: #ffff36;
}
fieldset.previsu legend {
  color: #749707;
  font-weight: bold;
}
/* Reponses */
.reponse_formulaire {
  margin-bottom: 1.5em;
  padding: 0.75em;
  border: 2px solid #ddd;
}
.reponse_formulaire_ok {
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880;
}
.reponse_formulaire_erreur {
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4;
}
.reponse_formulaire_ok a {
  color: #264409;
}
.reponse_formulaire_erreur a {
  color: #8a1f11;
}
.erreur_message {
  color: #cc3300;
  font-weight: bold;
}
li.erreur input[type="text"],
li.erreur input.text,
li.erreur input[type="password"],
li.erreur input.password,
li.erreur textarea {
  background-color: #fbe3e4;
  border-color: #fbc2c4;
}
.spip_surligne {
  background-color: yellow;
}
/* Onglet admin */
.spip-admin-float {
  z-index: 9999 !important;
}
/* Formulaire de recherche */
.formulaire_recherche * {
  display: inline-block;
}
.formulaire_recherche input.text {
  padding-left: 85px;
  background: #c5dee4;
  border: none;
}
.formulaire_recherche input.text:focus {
  background: #c5dee4;
}
@media only screen and (max-width: 640px) {
  .formulaire_recherche * {
    width: 100%;
  }
  .formulaire_recherche input.submit {
    width: 17%;
    float: right;
  }
}
/* Formulaire de contact avance */
#formulaire_contact legend {
  display: none;
}
/* Formulaire de suscribe newsletter */
.formulaire_newsletter label {
  margin: 10px;
}
/* =============================================================================
   Recherche 
   ===========================================================================*/
.sb-search {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  width: 0%;
  min-width: 60px;
  height: 60px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
.sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  width: 100%;
  height: 60px;
  margin: 0;
  z-index: 10;
  padding: 20px 65px 20px 20px;
  font-family: inherit;
  font-size: 20px;
  color: #2c3e50;
}
.sb-search-input::-webkit-input-placeholder {
  color: #FFF;
}
.sb-search-input:-moz-placeholder {
  color: #FFF;
}
.sb-search-input::-moz-placeholder {
  color: #FFF;
}
.sb-search-input:-ms-input-placeholder {
  color: #FFF;
}
.sb-icon-search,
.sb-search-submit {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.sb-search-submit {
  background: #fff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
.sb-icon-search {
  color: #000000;
  background: #fff;
  z-index: 90;
  font-size: 22px;
}
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 100%;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: #4f97a7;
  color: #fff;
  z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90;
}
/* =============================================================================
   GRILLE
   ========================================================================== */
/*------------- GRILLE foundation - breakpoint-adaptŽ - class=col ------------*/
meta.foundation-mq-mediumall {
  font-family: "/only screen and (max-width: 640px)/";
  width: 0px;
}
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:641px) and (max-width:990px)/";
  width: 640px;
}
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:991px)/";
  width: 991px;
}
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1200px)/";
  width: 1200px;
}
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1441px)/";
  width: 1441px;
}
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  *zoom: 1;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
.row .row.collapse:before,
.row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row.collapse,
.row.collapse {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.col {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
@media only screen {
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .col,
  .cols {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .small-1 {
    position: relative;
    width: 8.33333%;
  }
  .small-2 {
    position: relative;
    width: 16.66667%;
  }
  .small-3 {
    position: relative;
    width: 25%;
  }
  .small-4 {
    position: relative;
    width: 33.33333%;
  }
  .small-5 {
    position: relative;
    width: 41.66667%;
  }
  .small-6 {
    position: relative;
    width: 50%;
  }
  .small-7 {
    position: relative;
    width: 58.33333%;
  }
  .small-8 {
    position: relative;
    width: 66.66667%;
  }
  .small-9 {
    position: relative;
    width: 75%;
  }
  .small-10 {
    position: relative;
    width: 83.33333%;
  }
  .small-11 {
    position: relative;
    width: 91.66667%;
  }
  .small-12 {
    position: relative;
    width: 100%;
  }
  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }
  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }
  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }
  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }
  [class*="col"] + [class*="col"]:last-child {
    float: right;
  }
  [class*="col"] + [class*="col"].end {
    float: left;
  }
  .small-center {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  .small-uncenter {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  .small-uncenter.opposite {
    float: right !important;
  }
}
@media only screen and (min-width: 641px) {
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .col,
  .cols {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .medium-1 {
    position: relative;
    width: 8.33333%;
  }
  .medium-2 {
    position: relative;
    width: 16.66667%;
  }
  .medium-3 {
    position: relative;
    width: 25%;
  }
  .medium-4 {
    position: relative;
    width: 33.33333%;
  }
  .medium-5 {
    position: relative;
    width: 41.66667%;
  }
  .medium-6 {
    position: relative;
    width: 50%;
  }
  .medium-7 {
    position: relative;
    width: 58.33333%;
  }
  .medium-8 {
    position: relative;
    width: 66.66667%;
  }
  .medium-9 {
    position: relative;
    width: 75%;
  }
  .medium-10 {
    position: relative;
    width: 83.33333%;
  }
  .medium-11 {
    position: relative;
    width: 91.66667%;
  }
  .medium-12 {
    position: relative;
    width: 100%;
  }
  .medium-offset-0 {
    position: relative;
    margin-left: 0%;
  }
  .medium-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }
  .medium-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }
  .medium-offset-3 {
    position: relative;
    margin-left: 25%;
  }
  .medium-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }
  .medium-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }
  .medium-offset-6 {
    position: relative;
    margin-left: 50%;
  }
  .medium-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }
  .medium-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }
  .medium-offset-9 {
    position: relative;
    margin-left: 75%;
  }
  .medium-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }
  [class*="col"] + [class*="col"]:last-child {
    float: right;
  }
  [class*="col"] + [class*="col"].end {
    float: left;
  }
  .medium-center {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  .medium-uncenter {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  .medium-uncenter.opposite {
    float: right !important;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 991px) {
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .col,
  .cols {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .large-1 {
    position: relative;
    width: 8.33333%;
  }
  .large-2 {
    position: relative;
    width: 16.66667%;
  }
  .large-3 {
    position: relative;
    width: 25%;
  }
  .large-4 {
    position: relative;
    width: 33.33333%;
  }
  .large-5 {
    position: relative;
    width: 41.66667%;
  }
  .large-6 {
    position: relative;
    width: 50%;
  }
  .large-7 {
    position: relative;
    width: 58.33333%;
  }
  .large-8 {
    position: relative;
    width: 66.66667%;
  }
  .large-9 {
    position: relative;
    width: 75%;
  }
  .large-10 {
    position: relative;
    width: 83.33333%;
  }
  .large-11 {
    position: relative;
    width: 91.66667%;
  }
  .large-12 {
    position: relative;
    width: 100%;
  }
  .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }
  .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }
  .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }
  .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }
  .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }
  .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }
  .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }
  .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }
  .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }
  .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }
  .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }
  [class*="col"] + [class*="col"]:last-child {
    float: right;
  }
  [class*="col"] + [class*="col"].end {
    float: left;
  }
  .large-center {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  .large-uncenter {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  .large-uncenter.opposite {
    float: right !important;
  }
}
@media only screen and (min-width: 1200px) {
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .xlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .xlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .xlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .xlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .xlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .xlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .xlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .xlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .col,
  .cols {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .xlarge-1 {
    position: relative;
    width: 8.33333%;
  }
  .xlarge-2 {
    position: relative;
    width: 16.66667%;
  }
  .xlarge-3 {
    position: relative;
    width: 25%;
  }
  .xlarge-4 {
    position: relative;
    width: 33.33333%;
  }
  .xlarge-5 {
    position: relative;
    width: 41.66667%;
  }
  .xlarge-6 {
    position: relative;
    width: 50%;
  }
  .xlarge-7 {
    position: relative;
    width: 58.33333%;
  }
  .xlarge-8 {
    position: relative;
    width: 66.66667%;
  }
  .xlarge-9 {
    position: relative;
    width: 75%;
  }
  .xlarge-10 {
    position: relative;
    width: 83.33333%;
  }
  .xlarge-11 {
    position: relative;
    width: 91.66667%;
  }
  .xlarge-12 {
    position: relative;
    width: 100%;
  }
  .xlarge-offset-0 {
    position: relative;
    margin-left: 0%;
  }
  .xlarge-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }
  .xlarge-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }
  .xlarge-offset-3 {
    position: relative;
    margin-left: 25%;
  }
  .xlarge-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }
  .xlarge-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }
  .xlarge-offset-6 {
    position: relative;
    margin-left: 50%;
  }
  .xlarge-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }
  .xlarge-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }
  .xlarge-offset-9 {
    position: relative;
    margin-left: 75%;
  }
  .xlarge-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }
  [class*="col"] + [class*="col"]:last-child {
    float: right;
  }
  [class*="col"] + [class*="col"].end {
    float: left;
  }
  .xlarge-center {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  .xlarge-uncenter {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  .xlarge-uncenter.opposite {
    float: right !important;
  }
}
@media only screen and (min-width: 1441px) {
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .xxlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .xxlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .xxlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .xxlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .xxlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .xxlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .xxlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .xxlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .col,
  .cols {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .xxlarge-1 {
    position: relative;
    width: 8.33333%;
  }
  .xxlarge-2 {
    position: relative;
    width: 16.66667%;
  }
  .xxlarge-3 {
    position: relative;
    width: 25%;
  }
  .xxlarge-4 {
    position: relative;
    width: 33.33333%;
  }
  .xxlarge-5 {
    position: relative;
    width: 41.66667%;
  }
  .xxlarge-6 {
    position: relative;
    width: 50%;
  }
  .xxlarge-7 {
    position: relative;
    width: 58.33333%;
  }
  .xxlarge-8 {
    position: relative;
    width: 66.66667%;
  }
  .xxlarge-9 {
    position: relative;
    width: 75%;
  }
  .xxlarge-10 {
    position: relative;
    width: 83.33333%;
  }
  .xxlarge-11 {
    position: relative;
    width: 91.66667%;
  }
  .xxlarge-12 {
    position: relative;
    width: 100%;
  }
  .xxlarge-offset-0 {
    position: relative;
    margin-left: 0%;
  }
  .xxlarge-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }
  .xxlarge-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }
  .xxlarge-offset-3 {
    position: relative;
    margin-left: 25%;
  }
  .xxlarge-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }
  .xxlarge-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }
  .xxlarge-offset-6 {
    position: relative;
    margin-left: 50%;
  }
  .xxlarge-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }
  .xxlarge-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }
  .xxlarge-offset-9 {
    position: relative;
    margin-left: 75%;
  }
  .xxlarge-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }
  [class*="col"] + [class*="col"]:last-child {
    float: right;
  }
  [class*="col"] + [class*="col"].end {
    float: left;
  }
  .xxlarge-center {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  .xxlarge-uncenter {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  .xxlarge-uncenter.opposite {
    float: right !important;
  }
}
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
  *zoom: 1;
}
[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="block-grid-"]:after {
  clear: both;
}
[class*="block-grid-"] > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}
@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625rem 1.25rem;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625rem 1.25rem;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625rem 1.25rem;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625rem 1.25rem;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625rem 1.25rem;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625rem 1.25rem;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625rem 1.25rem;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625rem 1.25rem;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625rem 1.25rem;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625rem 1.25rem;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
}
@media only screen and (min-width: 641px) {
  .medium-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625rem 1.25rem;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625rem 1.25rem;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625rem 1.25rem;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625rem 1.25rem;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625rem 1.25rem;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625rem 1.25rem;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625rem 1.25rem;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625rem 1.25rem;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625rem 1.25rem;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625rem 1.25rem;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
  .medium-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
}
@media only screen and (min-width: 991px) {
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625rem 1.25rem;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625rem 1.25rem;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625rem 1.25rem;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625rem 1.25rem;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625rem 1.25rem;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625rem 1.25rem;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625rem 1.25rem;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625rem 1.25rem;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625rem 1.25rem;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625rem 1.25rem;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
}
/*------------- VISIBILITY RESPONSIVE bootstrap - classe adapatŽ ------------*/
.visible-small,
tr.visible-small,
th.visible-small,
td.visible-small {
  display: none !important;
}
@media (max-width: 640px) {
  .visible-small {
    display: block !important;
  }
  tr.visible-small {
    display: table-row !important;
  }
  th.visible-small,
  td.visible-small {
    display: table-cell !important;
  }
}
@media (min-width: 641px) and (max-width: 990px) {
  .visible-small.visible-medium {
    display: block !important;
  }
  tr.visible-small.visible-medium {
    display: table-row !important;
  }
  th.visible-small.visible-medium,
  td.visible-small.visible-medium {
    display: table-cell !important;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .visible-small.visible-large {
    display: block !important;
  }
  tr.visible-small.visible-large {
    display: table-row !important;
  }
  th.visible-small.visible-large,
  td.visible-small.visible-large {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-small.visible-xlarge {
    display: block !important;
  }
  tr.visible-small.visible-xlarge {
    display: table-row !important;
  }
  th.visible-small.visible-xlarge,
  td.visible-small.visible-xlarge {
    display: table-cell !important;
  }
}
.visible-medium,
tr.visible-medium,
th.visible-medium,
td.visible-medium {
  display: none !important;
}
@media (max-width: 640px) {
  .visible-medium.visible-small {
    display: block !important;
  }
  tr.visible-medium.visible-small {
    display: table-row !important;
  }
  th.visible-medium.visible-small,
  td.visible-medium.visible-small {
    display: table-cell !important;
  }
}
@media (min-width: 641px) and (max-width: 990px) {
  .visible-medium {
    display: block !important;
  }
  tr.visible-medium {
    display: table-row !important;
  }
  th.visible-medium,
  td.visible-medium {
    display: table-cell !important;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .visible-medium.visible-large {
    display: block !important;
  }
  tr.visible-medium.visible-large {
    display: table-row !important;
  }
  th.visible-medium.visible-large,
  td.visible-medium.visible-large {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-medium.visible-xlarge {
    display: block !important;
  }
  tr.visible-medium.visible-xlarge {
    display: table-row !important;
  }
  th.visible-medium.visible-xlarge,
  td.visible-medium.visible-xlarge {
    display: table-cell !important;
  }
}
.visible-large,
tr.visible-large,
th.visible-large,
td.visible-large {
  display: none !important;
}
@media (max-width: 640px) {
  .visible-large.visible-small {
    display: block !important;
  }
  tr.visible-large.visible-small {
    display: table-row !important;
  }
  th.visible-large.visible-small,
  td.visible-large.visible-small {
    display: table-cell !important;
  }
}
@media (min-width: 641px) and (max-width: 990px) {
  .visible-large.visible-medium {
    display: block !important;
  }
  tr.visible-large.visible-medium {
    display: table-row !important;
  }
  th.visible-large.visible-medium,
  td.visible-large.visible-medium {
    display: table-cell !important;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .visible-large {
    display: block !important;
  }
  tr.visible-large {
    display: table-row !important;
  }
  th.visible-large,
  td.visible-large {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-large.visible-xlarge {
    display: block !important;
  }
  tr.visible-large.visible-xlarge {
    display: table-row !important;
  }
  th.visible-large.visible-xlarge,
  td.visible-large.visible-xlarge {
    display: table-cell !important;
  }
}
.visible-xlarge,
tr.visible-xlarge,
th.visible-xlarge,
td.visible-xlarge {
  display: none !important;
}
@media (max-width: 640px) {
  .visible-xlarge.visible-small {
    display: block !important;
  }
  tr.visible-xlarge.visible-small {
    display: table-row !important;
  }
  th.visible-xlarge.visible-small,
  td.visible-xlarge.visible-small {
    display: table-cell !important;
  }
}
@media (min-width: 641px) and (max-width: 990px) {
  .visible-xlarge.visible-medium {
    display: block !important;
  }
  tr.visible-xlarge.visible-medium {
    display: table-row !important;
  }
  th.visible-xlarge.visible-medium,
  td.visible-xlarge.visible-medium {
    display: table-cell !important;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .visible-xlarge.visible-large {
    display: block !important;
  }
  tr.visible-xlarge.visible-large {
    display: table-row !important;
  }
  th.visible-xlarge.visible-large,
  td.visible-xlarge.visible-large {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xlarge {
    display: block !important;
  }
  tr.visible-xlarge {
    display: table-row !important;
  }
  th.visible-xlarge,
  td.visible-xlarge {
    display: table-cell !important;
  }
}
.hide-small {
  display: block !important;
}
tr.hide-small {
  display: table-row !important;
}
th.hide-small,
td.hide-small {
  display: table-cell !important;
}
@media (max-width: 640px) {
  .hide-small,
  tr.hide-small,
  th.hide-small,
  td.hide-small {
    display: none !important;
  }
}
@media (min-width: 641px) and (max-width: 990px) {
  .hide-small.hide-medium,
  tr.hide-small.hide-medium,
  th.hide-small.hide-medium,
  td.hide-small.hide-medium {
    display: none !important;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .hide-small.hide-large,
  tr.hide-small.hide-large,
  th.hide-small.hide-large,
  td.hide-small.hide-large {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hide-small.hide-xlarge,
  tr.hide-small.hide-xlarge,
  th.hide-small.hide-xlarge,
  td.hide-small.hide-xlarge {
    display: none !important;
  }
}
.hide-medium {
  display: block !important;
}
tr.hide-medium {
  display: table-row !important;
}
th.hide-medium,
td.hide-medium {
  display: table-cell !important;
}
@media (max-width: 640px) {
  .hide-medium.hide-small,
  tr.hide-medium.hide-small,
  th.hide-medium.hide-small,
  td.hide-medium.hide-small {
    display: none !important;
  }
}
@media (min-width: 641px) and (max-width: 990px) {
  .hide-medium,
  tr.hide-medium,
  th.hide-medium,
  td.hide-medium {
    display: none !important;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .hide-medium.hide-large,
  tr.hide-medium.hide-large,
  th.hide-medium.hide-large,
  td.hide-medium.hide-large {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hide-medium.hide-xlarge,
  tr.hide-medium.hide-xlarge,
  th.hide-medium.hide-xlarge,
  td.hide-medium.hide-xlarge {
    display: none !important;
  }
}
.hide-large {
  display: block !important;
}
tr.hide-large {
  display: table-row !important;
}
th.hide-large,
td.hide-large {
  display: table-cell !important;
}
@media (max-width: 640px) {
  .hide-large.hide-small,
  tr.hide-large.hide-small,
  th.hide-large.hide-small,
  td.hide-large.hide-small {
    display: none !important;
  }
}
@media (min-width: 641px) and (max-width: 990px) {
  .hide-large.hide-medium,
  tr.hide-large.hide-medium,
  th.hide-large.hide-medium,
  td.hide-large.hide-medium {
    display: none !important;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .hide-large,
  tr.hide-large,
  th.hide-large,
  td.hide-large {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hide-large.hide-xlarge,
  tr.hide-large.hide-xlarge,
  th.hide-large.hide-xlarge,
  td.hide-large.hide-xlarge {
    display: none !important;
  }
}
.hide-xlarge {
  display: block !important;
}
tr.hide-xlarge {
  display: table-row !important;
}
th.hide-xlarge,
td.hide-xlarge {
  display: table-cell !important;
}
@media (max-width: 640px) {
  .hide-xlarge.hide-small,
  tr.hide-xlarge.hide-small,
  th.hide-xlarge.hide-small,
  td.hide-xlarge.hide-small {
    display: none !important;
  }
}
@media (min-width: 641px) and (max-width: 990px) {
  .hide-xlarge.hide-medium,
  tr.hide-xlarge.hide-medium,
  th.hide-xlarge.hide-medium,
  td.hide-xlarge.hide-medium {
    display: none !important;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .hide-xlarge.hide-large,
  tr.hide-xlarge.hide-large,
  th.hide-xlarge.hide-large,
  td.hide-xlarge.hide-large {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hide-xlarge,
  tr.hide-xlarge,
  th.hide-xlarge,
  td.hide-xlarge {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hide-print,
  tr.hide-print,
  th.hide-print,
  td.hide-print {
    display: none !important;
  }
}
/* =============================================================================
   HELPER
   ===========================================================================*/
/* transition */
.fade {
  -webkit-transition: background 0.6s ease-out;
  -ms-transition: background 0.6s ease-out;
  -o-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out;
}
/* shadow */
.box_shadow {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
/* round */
/* Degrade */
.gradient1 {
  background-color: #d8dfe0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d8dfe0), to(#e9edee));
  background-image: -webkit-linear-gradient(top, #d8dfe0, #e9edee);
  background-image: linear-gradient(top, #d8dfe0, #e9edee);
}
/*Alerte */
.navigateur_info {
  position: absolute;
  z-index: 100;
  top: 0;
  width: 100%;
  height: 42px;
  background-color: #cc3300;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.navigateur_info a {
  color: #F7CC11;
  text-decoration: underline;
}
.navigateur_info a:hover,
.navigateur_info a:focus {
  text-decoration: none;
}
.push_alerte {
  height: 42px;
}
/* Typography */
.caps {
  text-transform: uppercase;
}
.ombre {
  text-shadow: 0 1px 3px black;
}
.triangle {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
/* clear float */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
/* Image */
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
/* block */
.center-text {
  text-align: center;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.right {
  float: right !important;
}
.left {
  float: left !important;
}
.fix {
  position: fixed;
  z-index: 9999;
}
.lien {
  cursor: pointer;
  color: #4f97a7;
}
/* visibility */
.none {
  display: none !important;
  visibility: hidden;
}
.invisible {
  visibility: hidden;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.offscreen {
  position: absolute;
  left: -999em;
  height: 1%;
}
/* Entour liens */
.sans-effect {
  margin: 0 5px;
}
.effect:before,
.effect:after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}
.effect::before {
  margin-right: 5px;
  content: '[';
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}
.effect::after {
  margin-left: 5px;
  content: ']';
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}
li > .effect:not(:only-child)::after {
  margin-left: 13px;
}
.effect:hover::before,
.effect:hover::after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
@media screen and (min-width: 1200px) {
  /* LARGE ici les instructions pour Žcrans de plus de 1200 de large. (tablette paysage et - ) */
  .sans-effect {
    margin: 0 10px;
  }
  .effect::before {
    margin-right: 10px;
  }
  .effect::after {
    margin-left: 10px;
  }
  li > .effect:not(:only-child)::after {
    margin-left: 20px;
  }
}
/*--- @media 991---*/
/* animation Move Up */
.canmove {
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  transform: translateY(200px);
}
.canmove.moveup {
  -webkit-animation: moveUp 0.35s ease forwards;
  -moz-animation: moveUp 0.35s ease forwards;
  animation: moveUp 0.35s ease forwards;
}
@-webkit-keyframes moveUp {
  to {
    -webkit-transform: translateY(1px);
    opacity: 1;
  }
}
@keyframes moveUp {
  to {
    transform: translateY(1px);
    opacity: 1;
  }
}
/* Animation logo pipolass */
@-webkit-keyframes mouv {
  1% {
    left: -400px;
  }
  4% {
    left: 1400px;
  }
  8% {
    left: -400px;
  }
  60% {
    left: -400px;
  }
  72% {
    left: 1400px;
  }
  80% {
    left: -400px;
  }
}
@keyframes mouv {
  1% {
    left: -400px;
  }
  4% {
    left: 1400px;
  }
  8% {
    left: -400px;
  }
  60% {
    left: -400px;
  }
  72% {
    left: 1400px;
  }
  80% {
    left: -400px;
  }
}
@-webkit-keyframes tremble {
  1% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  5% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
  }
  6% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
  }
  7% {
    -webkit-transform: translate(-2px, 0px) rotate(1deg);
  }
  8% {
    -webkit-transform: translate(0px, 2px) rotate(0deg);
  }
  9% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
  }
  10% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
  }
  11% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  95% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  96% {
    -webkit-transform: translate(-2px, 1px) rotate(0deg);
  }
  97% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
  }
  98% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
  }
  99% {
    -webkit-transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes tremble {
  1% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  5% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  6% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  7% {
    transform: translate(-2px, 0px) rotate(1deg);
  }
  8% {
    transform: translate(0px, 2px) rotate(0deg);
  }
  9% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  10% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  11% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  95% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  96% {
    transform: translate(-2px, 1px) rotate(0deg);
  }
  97% {
    transform: translate(2px, 1px) rotate(-1deg);
  }
  98% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  99% {
    transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
/* =============================================================================
   DROPKICK
   ===========================================================================*/
/*------------- Dropkick ------------*/
.dk_container {
  display: none;
  float: left;
  position: relative;
}
.dk_container a {
  outline: 0;
}
.dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1;
}
.dk_open {
  position: relative;
}
.dk_open .dk_options {
  display: block;
}
dk_open .dk_label {
  color: inherit;
}
.dk_options {
  display: none;
  margin-top: -1px;
  position: absolute;
  right: 0;
  width: 100%;
}
.dk_options_inner {
  overflow: auto;
  position: relative;
}
.dk_options a,
.dk_options a:link,
.dk_options a:visited {
  display: block;
}
.dk_touch .dk_options {
  overflow: hidden;
}
.dk_touch .dk_options_inner {
  max-height: none;
  overflow: visible;
}
.dk_fouc select {
  position: relative;
  top: -99999em;
  visibility: hidden;
}
/* Dropkick Theme */
.dk_container {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-color: #f5f5f5;
  line-height: 1.2em;
  margin-bottom: 18px;
  border-radius: 5px;
  width: 100%;
  margin: 0 5%;
  font-size: 14px;
  font-size: 1.4rem;
}
.dk_container:focus {
  outline: 0;
}
.dk_container a {
  cursor: pointer;
  text-decoration: none;
}
/* Opens the dropdown and holds the menu label */
.dk_toggle {
  width: 100%;
  -moz-width: 100%;
  padding: 2% 5%;
  background-image: url('//www.pipolass.net/SITES/www.pipolass.net/squelettes/CSS/IMG/dk_arrows.png');
  background-repeat: no-repeat;
  background-position: 90% center;
  border: 1px solid #D9D2C6;
  color: #35332a;
  text-shadow: #fff 1px 1px 0;
  border-radius: 5px;
  -webkit-transition: border-color 0.5s;
  -moz-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
  transition: border-color 0.5s;
}
.dk_toggle:hover {
  border-color: #8c8c8c;
}
/* Applied when the dropdown is focused */
.dk_focus .dk_toggle {
  border-color: #40b5e2;
}
.dk_focus .dk_toggle {
  box-shadow: 0 0 5px #40b5e2;
}
/* Applied whenever the dropdown is open */
.dk_open {
  box-shadow: 0 0 5px #40b5e2;
  z-index: 10;
}
.dk_open .dk_toggle {
  background-color: #ececec;
  border-color: #8c8c8c;
  color: #D9D2C6;
  box-shadow: inset 0 -2px 5px #d9d2c6;
  border-radius: 5px 5px 0 0;
}
/* The outer container of the options */
.dk_options {
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  border-radius: 0 0 5px 5px;
}
.dk_options a {
  background-color: #fff;
  border-bottom: 1px solid #999;
  padding: 8px 10px;
}
.dk_options li {
  margin: 0;
}
.dk_options li:last-child a {
  border-bottom: none;
}
.dk_options a:hover,
.dk_option_current a {
  background-color: #4f97a7;
  border-bottom-color: #4f97a7;
  color: #ffffff;
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
}
.dk_options_inner {
  border: 1px solid #8c8c8e;
  border-bottom-width: 2px;
  border-bottom-color: #999;
  color: #333;
  max-height: 250px;
  text-shadow: #fff 0 1px 0;
  border-radius: 0 0 5px 5px;
}
/* Set a max-height on the options inner */
.dk_options_inner,
.dk_touch .dk_options {
  max-height: 350px;
}
/* =============================================================================
   PRINT
   ===========================================================================*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #600;
    text-decoration: underline !important;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  a.spip_out:after,
  a.spip_url:after {
    content: " (" attr(href) ")";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  form {
    display: none;
  }
  .formulaire_spip {
    display: none;
  }
  .pagination {
    display: none;
  }
}
/* =============================================================================
   LAYOUT CSS SITE XXX 
   ===========================================================================*/
@media only screen {
  /* SMALL ici les instructions pour tous les Ã©crans */
  /*-------------GLOBAL----------*/
  /* selection */
  ::-moz-selection {
    background: #c4007a;
    color: #fff;
    text-shadow: none;
  }
  ::selection {
    background: #c4007a;
    color: #fff;
    text-shadow: none;
  }
  /* Links */
  a {
    color: #4f97a7;
    text-decoration: none;
  }
  a:visited {
    color: #4f97a7;
  }
  a:hover {
    color: #b4d4db;
  }
  a:focus {
    color: #b4d4db;
  }
  /*-------------structure GENERALE----------*/
  body {
    background: #ffffff url(//www.pipolass.net/SITES/www.pipolass.net/squelettes/IMG/background.png) repeat;
    color: #000000;
  }
  #global {
    font-size: 1.2em;
    min-height: 100%;
    position: relative;
  }
  .largeur_site {
    max-width: 1200px;
  }
  .ico_noire {
    padding-right: 0;
    color: #4f97a7;
    font-size: 22px;
  }
  .ico_blanc {
    padding-right: 0;
    color: #fff;
    font-size: 22px;
  }
  .ico_noire:hover {
    color: #1e393f;
  }
  /*-------------structure ENTETE------------*/
  #entete {
    width: 100%;
    background: #FFF;
  }
  .fix_decale {
    margin-top: -170px;
  }
  #entete nav {
    font-size: 1.2em;
  }
  #logo {
    position: relative;
    overflow: hidden;
    margin: 0;
    color: #000;
    font-size: 2.4em;
    padding: 20px 0 0 0;
  }
  #logo a {
    position: relative;
    margin: 0 auto;
    display: table;
  }
  #logo img {
    margin: 0;
    float: none;
  }
  #logo img:first-child {
    position: relative;
    z-index: 100;
    top: 0;
    left: 0;
  }
  /* animations pipolass*/
  #logo img#logo_double {
    margin: 0 auto;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 50%;
    margin-left: -75px;
  }
  #texture {
    display: none;
  }
  /*fin animations */
  #bloc_menu {
    position: relative;
    display: none;
  }
  #toggle_menu {
    width: 60px;
    height: 60px;
    display: block;
    padding: 0;
    margin: 0 0 0 20px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
  }
  #toggle_menu .ico_noire {
    font-size: 36px;
  }
  #menu {
    line-height: 60px;
  }
  #menu li.niv0 {
    width: 100%;
    border-bottom: 1px solid #c5dee4;
  }
  #menu li {
    display: block;
  }
  #menu li a {
    display: block;
    position: relative;
    color: #000;
  }
  #menu li a:hover,
  #menu li a:focus {
    color: #91c0cb;
  }
  /* fleche cote pour ssmenu */
  #menu li > a:not(:only-child) .abox:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-color: #5da3b2 transparent transparent;
    border-style: solid;
    border-width: 8px 7px 0 ;
    position: absolute;
    top: 50%;
    right: 20px;
  }
  #menu li .ssmenu {
    background: #4f97a7;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 99;
  }
  #menu li .ssmenu li {
    text-align: left;
    line-height: normal;
    padding: 0;
    border-bottom: 1px solid #427e8b;
  }
  #menu li .ssmenu li a {
    font-size: 1.2em;
    display: block;
    padding: 10px 10px 10px 25px;
    color: #fff;
    -webkit-transition: background 0.4s ease-out;
    transition: background 0.4s ease-out;
  }
  #menu li .ssmenu li a:hover,
  #menu li .ssmenu li a:focus {
    background: #91c0cb;
  }
  #menu li .ssmenu li:last-child {
    border-bottom: none;
  }
  .sstitre_menu {
    font-size: 1.2em;
    color: #3b717d;
  }
  /*-------------structure CONTENU-----------*/
  #preloader {
    width: 100%;
    height: 400px;
  }
  #bloc_contenu {
    position: relative;
    padding: 5px 25px 25px 25px;
  }
  #arbo {
    color: #cccccc;
    font-size: 0.8em;
    padding: 10px 0;
  }
  .decale {
    margin-top: 230px;
  }
  section#contenu {
    width: 100%;
    padding: 0 0 20px 0;
    opacity: 0;
  }
  section#col_g {
    width: 100%;
    padding: 0 0 20px 0;
  }
  section#col_g article#sur_contenu {
    padding: 0 10px 15px 10px;
  }
  section#col_d {
    width: 100%;
  }
  section#col_d article {
    margin: 10px 0;
  }
  .portrait {
    width: 100%;
  }
  article.bloc {
    display: block;
    margin: 0;
    padding: 10px;
  }
  article.w1 {
    width: 100%;
  }
  article.w2 {
    width: 100%;
  }
  #event .inner_bloc,
  .w2 .inner_bloc {
    display: block;
  }
  .no-cssanimations article.bloc {
    opacity: 1;
  }
  .inner_bloc {
    position: relative;
    overflow: hidden;
  }
  .inner_bloc a img {
    float: none;
    margin: 0;
  }
  .info_bloc {
    color: #FFF;
    padding: 15px 20px;
    width: 100%;
    background: rgba(79, 151, 167, 0.85);
  }
  .move_info .inner_bloc .info_bloc {
    position: absolute;
    bottom: 0;
  }
  .ico_logo {
    position: absolute;
    background: #4f97a7;
    left: 0;
    top: 0;
    width: 15%;
  }
  .ico_logo .ico_blanc {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
  .pagination {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    text-align: center;
  }
  .mediabox {
    display: inline-block;
    margin: 5px;
  }
  /*-------------contenu LISTE EVENT-----------*/
  article.liste {
    position: relative;
    background: #4f97a7;
    margin: 0 0 2px 0;
    overflow: hidden;
    width: 100%;
  }
  article.liste_e .date_bloc {
    min-width: 63px;
  }
  article.liste_e .info_bloc {
    display: none;
  }
  article.liste_e .info_bloc_mini {
    display: block;
    color: #fff;
    width: 70%;
    float: left;
    padding: 10px;
  }
  .date_bloc {
    text-align: right;
    padding: 10px;
    float: right;
    color: #fff;
  }
  .date_bloc .jour {
    font-size: 3em;
    display: block;
  }
  .date_bloc .mois {
    font-size: 1.5em;
    display: block;
  }
  .logo_bloc {
    position: relative;
    float: right;
  }
  .logo_bloc img {
    margin: 0;
  }
  .logo_bloc .info_bloc {
    position: absolute;
    z-index: 9;
    top: 0;
    font-size: 1.2em;
  }
  .info_plus {
    position: absolute;
    left: 0;
    z-index: 99;
    border: solid transparent;
    border-color: transparent;
    border-left-color: #FFF;
    border-width: 50px;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  a:hover .info_plus {
    -webkit-animation: moveLeft 0.35s ease forwards;
    -moz-animation: moveLeft 0.35s ease forwards;
    animation: moveLeft 0.35s ease forwards;
  }
  @-webkit-keyframes moveLeft {
    to {
      -webkit-transform: translateX(0);
    }
  }
  @keyframes moveLeft {
    to {
      transform: translateX(0);
    }
  }
  a:focus article.liste,
  a:focus article.liste_d,
  a:hover article.liste,
  a:hover article.liste_d {
    opacity: 0.9;
  }
  .plus_dates:before {
    content: "";
    display: block;
    float: right;
    width: 15px;
    height: 0;
    border: solid transparent;
    border-color: transparent;
    border-right-color: #4f97a7;
    border-width: 7px;
    right: 20px;
  }
  /*--variante--*/
  article.liste_h .info_bloc {
    font-size: 0.9em;
  }
  article.liste_h .jour {
    font-size: 1.7em;
  }
  article.liste_h .mois {
    font-size: 1.1em;
  }
  article.liste_d .info_bloc {
    font-size: 1em;
    padding: 10px;
  }
  article.liste_d .jour {
    font-size: 1.8em;
  }
  article.liste_d .mois {
    font-size: 1em;
  }
  article.liste_d .info_plus,
  article.liste_h .info_plus {
    position: absolute;
    right: 0;
    z-index: 99;
    border: solid transparent;
    border-color: transparent;
    border-right-color: #FFF;
    border-width: 32px;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    transform: translateX(50px);
  }
  /*-------------structure ARTICLE-----------*/
  .logo_arti {
    width: 100%;
  }
  .logo_arti img {
    float: none;
  }
  .date_titre {
    margin: 10px 0;
  }
  .titre {
    font-variant: small-caps;
    border-bottom: 1px dotted #4f97a7;
    font-size: 2em;
  }
  .date {
    color: #4f97a7;
    font-size: 1.4em;
  }
  /*-------------structure PIED--------------*/
  footer {
    bottom: 0;
    z-index: 99;
    width: 100%;
    height: 60px;
    font-size: 0.8em;
    padding: 10px 0;
  }
  #menu_lang {
    width: 180px;
    position: absolute;
    z-index: 99;
    top: 12px;
    left: 50px;
  }
  #menu_lang a {
    display: inline-block;
    margin: 0 5px;
  }
  #menu_log {
    position: absolute;
    z-index: 99;
    top: 10px;
    left: 20px;
  }
  #petit_logo {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 10px;
    left: 20px;
  }
}
/*--- @media all---*/
@media screen and (min-width: 481px) {
  /* sous MEDIUM ici les instructions pour Ã©crans de plus de 481px de large. (smartphone paysage ) */
  article.w1 {
    width: 50%;
  }
  .w2 .ico_logo {
    width: 7.5%;
  }
}
/*--- @media 481px---*/
@media screen and (min-width: 641px) {
  /* MEDIUM ici les instructions pour Ã©crans de plus de 641px de large. (smartphone paysage et tablette) */
  #col_d.decale {
    margin-top: 0px;
  }
  #global {
    font-size: 1em;
  }
  .niv0 a {
    font-size: 0.75em;
  }
  #home {
    -webkit-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
  }
  #bloc_menu {
    height: 60px;
    display: block !important;
  }
  #toggle_menu {
    display: none;
  }
  #menu {
    line-height: 60px;
  }
  #menu li {
    display: inline-block;
  }
  #menu li a {
    display: inline;
  }
  #menu li.niv0 {
    border: none;
    width: auto;
  }
  /* fleche cote pour ssmenu */
  #menu li > a:not(:only-child) .abox:after {
    border-width: 6px 5px 0 ;
    top: 3px;
    right: 5px;
  }
  #menu li .ssmenu {
    position: absolute;
    padding: 10px 10%;
  }
  #menu li .ssmenu li {
    border-bottom: none;
    border-right: 1px solid #427e8b;
  }
  #menu li .ssmenu li a {
    font-size: 0.9em;
  }
  #menu li .ssmenu li.col:last-child {
    float: left;
  }
  .sstitre_menu {
    font-size: 0.9em;
  }
  /* fleche bas pour ssmenu open */
  #menu li.open > a .abox:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    z-index: 999;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #FFF;
    border-width: 10px;
    left: 50%;
    top: 34px;
    margin-left: -10px;
  }
  /* animations */
  #logo img#logo_double {
    -webkit-animation: tremble 4s alternate linear 0s infinite ;
    animation: tremble 4s alternate linear 0s infinite ;
  }
  #texture {
    display: block;
    background: url(//www.pipolass.net/SITES/www.pipolass.net/squelettes/IMG/LOGO_texture.png) no-repeat;
    position: absolute;
    z-index: 90;
    width: 370px;
    height: 150px;
    top: 0;
    left: 0;
    -webkit-animation: mouv 6s alternate linear 0s infinite ;
    animation: mouv 6s alternate linear 0s infinite;
  }
  /*fin animations */
  article.w1 {
    width: 33.33%;
  }
  .relation article.w1 {
    width: 50%;
  }
  article.liste_h {
    width: 50%;
    float: left;
  }
  article.liste_h .info_bloc {
    font-size: 1.1em;
  }
  article.liste_h .jour {
    font-size: 2em;
  }
  article.liste_h .mois {
    font-size: 1.2em;
  }
  article.liste_e .info_bloc {
    display: block;
  }
  article.liste_e .info_bloc_mini {
    display: none;
  }
  article.liste_d .info_bloc {
    font-size: 1em;
    padding: 10px;
  }
  article.liste_d .jour {
    font-size: 2em;
  }
  article.liste_d .mois {
    font-size: 1.2em;
  }
  .logo_arti {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 20px 20px 0;
  }
}
/*--- @media 641---*/
@media screen and (min-width: 991px) {
  /* LARGE ici les instructions pour Ã©crans de plus de 991 de large. (tablette paysage et - ) */
  #col_d.decale {
    margin-top: 230px;
  }
  .niv0 a {
    font-size: 0.85em;
  }
  #menu li > a:not(:only-child) .abox:after {
    right: 5px;
  }
  section#col_g {
    float: left;
    width: 74%;
    padding: 30px 50px 20px 0;
  }
  section#col_d {
    float: right;
    width: 26%;
    padding: 76px 0 15px 0px;
  }
  article.w1 {
    width: 33.33%;
  }
  .relation article.w1 {
    width: 50%;
  }
  article.w2 {
    width: 66.66%;
  }
  .relation article.w2 {
    width: 100%;
  }
  .largeur_site,
  .largeur_site_2col {
    max-width: 1040px;
  }
  .indication {
    font-size: 0.9em;
    margin: 0 10px -15px 0;
  }
  .bloc_col_d {
    width: 100%;
    margin: 0 0 50px 0;
  }
}
/*--- @media 991---*/
@media screen and (min-width: 1200px) {
  /* XLARGE ici les instructions pour Ã©crans de plus de 1200 de large. (bureau grand ecran et + ) */
  /* fleche cote pour ssmenu */
  #menu li > a:not(:only-child) .abox:after {
    border-width: 6px 5px 0 ;
    right: 8px;
  }
  #menu li .ssmenu {
    position: absolute;
    padding: 20px 10%;
  }
  #menu li .ssmenu li {
    border-bottom: none;
    border-right: 1px solid #427e8b;
  }
  #menu li .ssmenu li a {
    font-size: 0.9em;
  }
  #menu li .ssmenu li.col:last-child {
    float: left;
  }
  .largeur_site {
    max-width: 1140px;
  }
}
/*--- @media 1200---*/
@media screen and (min-width: 1441px) {
  /* XXLARGE ici les instructions pour Ã©crans de plus de 1441 de large.  */
  #global {
    font-size: 1.1em;
  }
  .largeur_site {
    max-width: 1340px;
  }
  article.liste_h .info_bloc {
    font-size: 1em;
  }
  article.liste_h .jour {
    font-size: 1.9em;
  }
  article.liste_h .mois {
    font-size: 1.1em;
  }
}
/*--- @media 1441---*/
@media screen and (min-width: 1681px) {
  /* plus que XXLARGE ici les instructions pour Ã©crans de plus de 1681 de large.  */
  #global {
    font-size: 1.2em;
  }
  .largeur_site {
    max-width: 1640px;
  }
  article.w1 {
    width: 25%;
  }
  .relation article.w1 {
    width: 33.33%;
  }
  article.w2 {
    width: 50%;
  }
  .relation article.w2 {
    width: 100%;
  }
  article.liste_h .info_bloc {
    font-size: 1em;
  }
  article.liste_h .jour {
    font-size: 1.8em;
  }
  article.liste_h .mois {
    font-size: 1.1em;
  }
}
/*--- @media 1681---*/
