/*
#@squelettes/CSS/STYLES.less
*/
@import url('https://fonts.googleapis.com/css?family=Amatic+SC:700|Poppins|Charmonman:400,700');
/* =============================================================================
   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 {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  width: 100%;
  height: 100%;
}
/* List */
ul li {
  list-style: none;
}
/* =============================================================================
   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;
  display: block;
  padding: 7px  5px 7px 10px;
  background-color: #dbf1f5;
  color: #000;
  font-weight: 400;
  margin-bottom: .6925em;
  margin-left: -10px;
  margin-right: -10px;
}
fieldset {
  margin: 0 25px 0 25px;
  border-top: 1px solid #7ea4ab;
}
.editer {
  padding: 10px 0 10px 250px;
}
label {
  float: left;
  width: 200px;
  margin-left: -250px;
  text-align: right;
}
.choix label {
  float: none;
  margin: 0;
}
span.obligatoire {
  font-size: 0.7em;
  color: #d34562;
  font-style: italic;
  display: block;
  margin-top: -6px;
}
input {
  background: #f3f3f3;
}
input:focus {
  background: #e7f3f5;
}
p.explication {
  font-style: italic;
  color: #7ea4ab;
  font-size: 0.9em;
}
p.boutons {
  text-align: center;
  padding: 20px 0;
}
form {
  margin: 0 0 30px 0;
  padding: 30px 0;
  border: 1px solid #ccc;
}
@media (max-width: 990px) {
  form > div {
    clear: both;
    overflow: hidden;
    padding: 1px;
    margin: 0 0 10px 0;
  }
  form > div > fieldset > div > div {
    margin: 0 0 5px 0;
  }
  form > div > label,
  legend {
    width: 25%;
    float: left;
    padding-right: 10px;
  }
  form > div > div,
  form > div > fieldset > div {
    width: 75%;
    float: right;
  }
  form > div > fieldset label {
    font-size: 90%;
  }
  fieldset {
    border: 0;
    padding: 0;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password] {
    width: 50%;
  }
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=url]:focus,
  input[type=password]:focus,
  textarea:focus {
    outline: 0;
    border-color: #4697e4;
  }
  form > div {
    margin: 0 0 15px 0;
  }
  form > div > label,
  legend {
    width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  form > div > div,
  form > div > fieldset > div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 100%;
  }
  .editer {
    padding: 5px 0;
  }
  label {
    float: none;
    width: 200px;
    margin-left: 0;
    text-align: left;
  }
}
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: #d34562;
  font-size: 1.5em;
  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);
  border-radius: 5px;
}
a.submit,
a.button,
a.submit:visited,
a.button:visited {
  color: #fff;
}
a.submit:hover,
a.button:hover,
a.submit:focus,
a.button:focus {
  color: #1b1f3d;
}
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: #1d666d;
}
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: #fff490;
  color: #fff490;
  border-color: #fff490;
}
.success {
  background: #ffff36;
  color: #91bd09;
  border-color: #ffff24;
}
.info {
  background: #fff490;
  color: #fff490;
  border-color: #fff490;
}
.error a,
.alert a {
  color: #cc3300;
}
.notice a {
  color: #fff490;
}
.success a {
  color: #91bd09;
}
.info a {
  color: #fff490;
}
/* =============================================================================
   GenerŽ par SPIP
   ===========================================================================*/
/* Box login prive */
#minipres {
  border-radius: 6px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  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 #c6d6d5;
  padding: 15px;
  margin: 25px 25px 0 25px;
  background: #F3F8F9;
}
fieldset.previsu legend {
  color: #00b3ec;
  font-weight: bold;
}
.previsu input {
  background-color: #00b3ec;
}
.previsu input:hover {
  background-color: #006686;
  -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;
}
/* 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: #66cdd6;
  border: none;
}
.formulaire_recherche input.text:focus {
  background: #66cdd6;
}
@media only screen and (max-width: 640px) {
  .formulaire_recherche * {
    width: 100%;
  }
  .formulaire_recherche input.submit {
    width: 17%;
    float: right;
  }
}
/* Formulaire de contact */
#formulaire_contact label {
  display: block;
}
/* =============================================================================
   Recherche 
   ===========================================================================*/
.sb-search {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  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: #1b1f3d;
  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: #1d666d;
  color: #fff;
  z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90;
}
.row {
  max-width: 62.5rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.row .row {
  margin-right: -.9375rem;
  margin-left: -.9375rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
  }
}
.border {
  padding-right: .9375rem;
  padding-left: .9375rem;
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.collapse > .col {
  padding-right: 0;
  padding-left: 0;
}
.row.is-collapse-child,
.row.collapse > .col > .row {
  margin-right: 0;
  margin-left: 0;
}
.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  padding-right: .9375rem;
  padding-left: .9375rem;
  min-width: 0;
}
.col.row.row,
.row.row.cols {
  float: none;
  display: block;
}
.row .col.row.row,
.row .row.row.cols {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
.small-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.small-offset-0 {
  margin-left: 0;
}
.small-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.small-offset-1 {
  margin-left: 8.33333%;
}
.small-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.small-offset-2 {
  margin-left: 16.66667%;
}
.small-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.small-offset-3 {
  margin-left: 25%;
}
.small-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.small-offset-4 {
  margin-left: 33.33333%;
}
.small-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.small-offset-5 {
  margin-left: 41.66667%;
}
.small-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.small-offset-6 {
  margin-left: 50%;
}
.small-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.small-offset-7 {
  margin-left: 58.33333%;
}
.small-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.small-offset-8 {
  margin-left: 66.66667%;
}
.small-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.small-offset-9 {
  margin-left: 75%;
}
.small-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.small-offset-10 {
  margin-left: 83.33333%;
}
.small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.small-offset-11 {
  margin-left: 91.66667%;
}
.small-up-1 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-1 > .col,
.small-up-1 > .cols {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.small-up-2 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-2 > .col,
.small-up-2 > .cols {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.small-up-3 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-3 > .col,
.small-up-3 > .cols {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.small-up-4 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-4 > .col,
.small-up-4 > .cols {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.small-up-5 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-5 > .col,
.small-up-5 > .cols {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.small-up-6 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-6 > .col,
.small-up-6 > .cols {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.small-up-7 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-7 > .col,
.small-up-7 > .cols {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14.28571%;
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}
.small-up-8 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-8 > .col,
.small-up-8 > .cols {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.small-collapse > .col {
  padding-right: 0;
  padding-left: 0;
}
.small-uncollapse > .col {
  padding-right: .9375rem;
  padding-left: .9375rem;
}
@media print, screen and (min-width: 40em) {
  .medium-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-1 > .col,
  .medium-up-1 > .cols {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-2 > .col,
  .medium-up-2 > .cols {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-3 > .col,
  .medium-up-3 > .cols {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-4 > .col,
  .medium-up-4 > .cols {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-5 > .col,
  .medium-up-5 > .cols {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-6 > .col,
  .medium-up-6 > .cols {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-7 > .col,
  .medium-up-7 > .cols {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .medium-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-8 > .col,
  .medium-up-8 > .cols {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
  }
}
.row.medium-unstack > .col,
.row.medium-unstack > .cols {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .col,
  .row.medium-unstack > .cols {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-collapse > .col {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .col {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .large-offset-0 {
    margin-left: 0;
  }
  .large-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-1 > .col,
  .large-up-1 > .cols {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-2 > .col,
  .large-up-2 > .cols {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-3 > .col,
  .large-up-3 > .cols {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-4 > .col,
  .large-up-4 > .cols {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-5 > .col,
  .large-up-5 > .cols {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-6 > .col,
  .large-up-6 > .cols {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-7 > .col,
  .large-up-7 > .cols {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .large-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-8 > .col,
  .large-up-8 > .cols {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
  }
}
.row.large-unstack > .col,
.row.large-unstack > .cols {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
  .row.large-unstack > .col,
  .row.large-unstack > .cols {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-collapse > .col {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .col {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}
.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}
.col-block {
  margin-bottom: 1.875rem;
}
.col-block > :last-child {
  margin-bottom: 0;
}
.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-spaced {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.align-center-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-child-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-child-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.flex-child-shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
/* =============================================================================
   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.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
/* round */
/* DŽgradŽ */
.gradient1 {
  background-color: #1e476f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1e476f), to(#255687));
  background-image: -webkit-linear-gradient(top, #1e476f, #255687);
  background-image: linear-gradient(top, #1e476f, #255687);
}
/*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.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.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: #1d666d;
}
.no-margin {
  margin: 0;
}
/* 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%;
}
/* =============================================================================
   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: none !important;
  }
  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: 10%;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  header nav,
  aside,
  #bloc_actu,
  nav#col_d,
  #sous_menu_interne,
  #arbo,
  .pagination,
  .formulaire_spip,
  form,
  #menu_a_propos,
  #pied,
  #pied_partage,
  #goute,
  #deplie_menu {
    display: none !important;
  }
  #solidaris {
    width: 38%;
    margin: 0 auto;
    text-align: center;
  }
  #img_acc {
    width: 18%;
    margin: 0 auto;
    text-align: center;
  }
  .ligne_1,
  .ligne_2 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #1e476f;
    font-size: 0.9em;
  }
  .ligne_2 {
    margin-bottom: 2em;
  }
}
/* =============================================================================
   TYPOGRAPHIE & CONTENU
   ===========================================================================*/
/* Fonts */
/* Icones */
@font-face {
  font-family: 'icomoon';
  src: url('//www.ecoleaugraines.fr/squelettes/fonts/icomoon/icomoon.eot');
  src: url('//www.ecoleaugraines.fr/squelettes/fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'), url('//www.ecoleaugraines.fr/squelettes/fonts/icomoon/icomoon.woff') format('woff'), url('//www.ecoleaugraines.fr/squelettes/fonts/icomoon/icomoon.ttf') format('truetype'), url('//www.ecoleaugraines.fr/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,
.title {
  font-family: 'Amatic SC', cursive;
}
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: 27px;
  font-size: 2.7rem;
  line-height: 1.5;
  margin-bottom: .25px;
}
h2,
.h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 20px;
}
h3,
.h3 {
  font-size: 16.5px;
  font-size: 1.65rem;
  line-height: 1.2;
  margin-bottom: 15px;
}
h4,
.h4 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.364;
  margin-bottom: 10px;
}
h5,
.h5 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.5em;
}
h6,
.h6 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
/* Enrichissements typographiques */
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.t_petit {
  font-size: 0.7em;
}
.petit {
  font-size: 0.8em;
}
.grand {
  font-size: 1.6em;
}
.t_grand {
  font-size: 2.4em;
}
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;
}
/* 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: #c6d6d5;
  color: #1e476f;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.4em;
}
td {
  vertical-align: top;
}
th {
  font-weight: bold;
}
thead tr.row_first th {
  background: #fff69f;
}
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: #fffce2;
}
tfoot {
  font-style: italic;
}
/* Citations, code et poesie */
q {
  font-style: italic;
}
blockquote {
  padding: 0 50px;
  font-style: italic;
}
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: 1em;
}
/* 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 li {
  list-style-type: disc;
  margin: 8px 0;
}
li ul.spip li {
  list-style-type: circle;
}
li li ul.spip li {
  list-style-type: none;
}
ol.spip li {
  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.ecoleaugraines.fr/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: 0 0 1.5em 0;
  padding: 0;
  background: none;
  max-width: 100%;
  height: auto;
}
.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;
}
/*------------- VARIABLES ----------*/
/*couleur*/
/*typo*/
/* =============================================================================
   LAYOUT CSS SITE ECCOLEAUGRAINES 
   ===========================================================================*/
/*--- ========= ---*/
@media only screen {
  /* SMALL ici les instructions pour tous les Ã©crans */
  /*------------- =============== -----------*/
  /*-------------structure GENERALE----------*/
  /*------------- =============== -----------*/
  body {
    font-family: 'Poppins', sans-serif;
    background: #fff;
    color: #1b1f3d;
  }
  #global {
    line-height: 1.4em;
    min-height: 100%;
    position: relative;
  }
  a {
    color: #17a4cc;
    cursor: pointer;
  }
  a:hover,
  a:focus {
    text-decoration: none;
  }
  main {
    width: 80%;
    margin: 0 10%;
  }
  .green {
    background-color: #8fbd07;
  }
  .blue {
    background-color: #17a4cc;
  }
  .pink {
    background-color: #d34562;
  }
  .grey {
    background-color: #87afae;
  }
  .light {
    background-color: #c6d6d5;
  }
  .lightgreen {
    background-color: #d6f6ab;
  }
  .serif {
    font-family: 'Charmonman', serif;
  }
  .big {
    font-size: 1.3em;
    line-height: 1.5em;
  }
  .no-smartphone {
    display: none;
  }
  .bloc {
    margin: 10px 0;
  }
  .small-12 {
    margin-bottom: 20px;
  }
  h2.spip {
    padding-left: 20px;
  }
  .button {
    font-weight: bold;
    color: #8fbd07;
    padding: 10px 15px;
    text-align: center;
    background: #fff;
    border: 1px solid #87afae;
  }
  /*------------- =============== -----------*/
  /*-------------structure Menu  ------------*/
  /*------------- =============== -----------*/
  .mini_logo img {
    height: 40px;
    vertical-align: inherit;
  }
  nav {
    position: fixed;
    width: 100%;
    height: auto;
    margin: 0 auto;
    /* Will not center vertically and won't work in IE6/7. */
    left: 0;
    right: 0;
    z-index: 9999;
  }
  .push-top {
    padding-top: 120px;
  }
  /*Strip the ul of padding and list styling*/
  .menu {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .menu,
  .ssmenu {
    list-style-type: none;
    margin: 0;
    padding: 20px;
    background: #fff;
    position: absolute;
    /*Create a horizontal list with spacing*/
    /*Style for menu links*/
  }
  .menu li,
  .ssmenu li {
    display: inline-block;
    margin-right: 1px;
  }
  .menu li a,
  .ssmenu li a {
    display: block;
    min-width: 140px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    color: #000;
  }
  .menu li a {
    font-family: 'Amatic SC', cursive;
    font-size: 2.1em;
    padding: 0 15px;
  }
  .ssmenu li a {
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    height: 40px;
    line-height: 40px;
    background: #f3f3f3;
    color: #2f3036;
  }
  /*Hover state for dropdown links*/
  li:hover .ssmenu a:hover {
    background: #19c589;
    color: #fff;
  }
  /*Hide dropdown links until they are needed*/
  .ssmenu {
    display: none;
    /*Make dropdown links vertical*/
  }
  .ssmenu li {
    display: block;
    float: none;
    /*Prevent text wrapping*/
  }
  .ssmenu li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
  }
  /*Display the dropdown on hover*/
  .menu li a:hover + .hide,
  .ssmenu li a:hover + .hide,
  .hide:hover {
    display: block !important;
  }
  /*Style 'show menu' label button and hide it by default*/
  .show-menu {
    font-size: 2.1em;
    text-decoration: none;
    color: #fff;
    background: #8fbd07;
    text-align: center;
    padding: 10px 0;
    display: none !important;
  }
  /*Hide checkbox*/
  nav input[type=checkbox] {
    display: none;
  }
  /*Show menu when invisible checkbox is checked*/
  nav input[type=checkbox]:checked ~ .menu {
    display: block;
  }
  nav input[type=checkbox]:checked ~ .menu .title {
    display: none;
  }
  /*------------- =============== -----------*/
  /*-------------structure ENTETE  ------------*/
  /*------------- =============== -----------*/
  .slogan {
    color: #1e474e;
    font-size: 0.9rem;
    position: relative;
    top: -30px;
    line-height: 0.9em;
  }
  .logo {
    max-width: 578px;
    width: 85%;
  }
  .link {
    cursor: pointer;
    display: inline-block;
    padding: 5px 15px;
    margin: 0 5px;
    font-size: 2em;
  }
  /*------------- =============== -----------*/
  /*-------------structure CONTENU-----------*/
  /*------------- =============== -----------*/
  .photo_accueil {
    max-height: 360px;
  }
  .row_odd th,
  .row_odd td {
    background: #dbf1f5 !important;
  }
  .row_even th,
  .row_even td {
    background: #e7f3f5 !important;
  }
  td {
    border: 10px solid #fff;
  }
  .spip_documents {
    margin: 0 15px 0 0 !important;
  }
  .bloc {
    height: 100%;
    font-size: 1.2em;
  }
  .citation {
    padding: 30px;
    font-size: 1.6em;
    line-height: 1.42em;
    color: #fff;
    border-radius: 17px 0px 0px 0px;
    -moz-border-radius: 17px 0px 0px 0px;
    -webkit-border-radius: 17px 0px 0px 0px;
  }
  blockquote {
    font-family: 'Charmonman', serif;
    padding: 30px;
    font-size: 1.6em;
    line-height: 1.42em;
    color: #fff;
    font-style: normal !important;
    display: block;
    background: #8fbd07 !important;
    border-radius: 17px 0px 0px 0px;
    -moz-border-radius: 17px 0px 0px 0px;
    -webkit-border-radius: 17px 0px 0px 0px;
  }
  blockquote p {
    margin: 0;
  }
  .signature {
    font-family: 'Poppins', sans-serif;
    font-size: 0.5em;
    color: #1b1f3d;
    text-align: right;
    display: inherit;
    margin: -10px 0 -20px 0;
  }
  .container_video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin: 0 0 20px 0;
  }
  .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .photo_1 {
    background: #cccccc url("//www.ecoleaugraines.fr/squelettes/IMG/photo_1.jpg") no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    /* Firefox 3.6 */
  }
  .photo_2 {
    background: #cccccc url("//www.ecoleaugraines.fr/squelettes/IMG/photo_2.jpg") no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    /* Firefox 3.6 */
  }
  .bloc h2 {
    color: #fff;
    font-size: 1.9em;
    padding: 10px 0 0 0;
  }
  .blocssmenu {
    padding: 0 20px 20px 20px;
  }
  .blocssmenu li {
    display: block;
  }
  .blocssmenu li a.bloc {
    display: block;
    background: #fff;
    color: #1b1f3d;
    font-size: 1em;
    text-decoration: none;
    padding: 5px 10px;
    margin: 2px 0;
    position: relative;
  }
  .blocssmenu li a.bloc:hover {
    background: #ffff00;
  }
  .button {
    display: block;
    background: #8fbd07;
    padding: 10px 20px;
    text-transform: uppercase;
    width: 85%;
    margin-bottom: 1em;
  }
  #documents {
    background: #e7f3f5;
    padding: 0 30px;
  }
  /*------------- =============== -----------*/
  /*-------------structure PIED--------------*/
  /*------------- =============== -----------*/
  footer {
    background: #f3f3f3;
    border-top: 1px solid #ccc;
    min-height: 250px;
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
    color: #666;
  }
  .logo_partner {
    height: 135px;
    margin: 0 auto;
  }
  .explications p {
    font-style: italic;
    font-size: 0.8em;
    line-height: 1.1em;
  }
}
/*--- @media all---*/
/*Responsive Styles*/
@media screen and (max-width: 990px) {
  /*Make dropdown links appear inline*/
  .menu,
  .ssmenu {
    position: static;
  }
  .menu {
    display: none;
  }
  .ssmenu {
    display: block !important;
  }
  /*Create vertical spacing*/
  .menu li,
  .ssmenu li {
    margin-bottom: 1px;
  }
  /*Make all menu links full width*/
  .menu li,
  .ssmenu li,
  .menu li a,
  .ssmenu li a {
    width: 100%;
  }
  /*Display 'show menu' link*/
  .show-menu {
    display: block !important;
    padding: 10px;
    width: 100%;
    text-align: center;
  }
}
/*------- =============== ---------*/
@media screen and (min-width: 481px) {
  /* sous MEDIUM ici les instructions pour Ã©crans de plus de 481px de large. (smartphone paysage ) */
  .logo {
    max-width: 578px;
    width: 66%;
  }
  .slogan {
    font-size: 1rem;
  }
}
/*--- @media 481px---*/
/*------- =============== ---------*/
@media screen and (min-width: 991px) {
  /* LARGE ici les instructions pour Ã©crans de plus de 991 de large. (tablette paysage et - ) */
  .no-smartphone {
    display: block;
  }
  .small-12 {
    margin-bottom: 0;
  }
  .bloc {
    margin: 0;
  }
  .space_top {
    margin-top: 20px;
  }
  .space_right {
    margin-right: 20px;
  }
  .space_bottom {
    margin-bottom: 20px;
  }
  .space_left {
    margin-left: 20px;
  }
  .blocssmenu {
    padding: 0 0 20px 20px;
  }
  .blocssmenu li a.bloc {
    display: inline-block;
    padding: 5px 10px;
    margin: 1px 0;
    transition-property: margin;
    -webkit-transition-property: margin;
    transition-duration: .2s;
    transition-timing-function: ease-out;
  }
  .blocssmenu li a.bloc:hover {
    margin: 1px 0 1px 20px;
  }
  .border-side {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  footer {
    font-size: 0.9em;
  }
  footer h4 {
    font-size: 1.4em;
  }
  footer .col {
    padding: 0 30px !important;
  }
  .menu {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .logo {
    max-width: 578px;
    width: 35%;
  }
  .slogan {
    font-size: 1.15rem;
  }
  .bloc h2 {
    font-size: 2.3em;
  }
}
/*--- @
}/*--- @media 991---*/
/*------- =============== ---------*/
@media screen and (min-width: 1200px) {
  /* XLARGE ici les instructions pour Ã©crans de plus de 1200 de large. (bureau grand ecran et + ) */
  .slogan {
    font-size: 1.3rem;
    top: -25px;
  }
  .bloc h2 {
    font-size: 2.6em;
  }
}
/*--- @media 1200---*/
/*------- =============== ---------*/
@media screen and (min-width: 1441px) {
  /* XXLARGE ici les instructions pour Ã©crans de plus de 1441 de large.  */
  .slogan {
    font-size: 1.5rem;
    top: -15px;
  }
}
/*--- @media 1441---*/
/*------- =============== ---------*/
@media screen and (min-width: 1681px) {
  /* plus que XXLARGE ici les instructions pour Ã©crans de plus de 1681 de large.  */
}
/*--- @media 1681---*/
