@charset "UTF-8";
/*!
Theme Name:  Arles Info - 2019
Theme URI:  http: //arles-info.fr
Description:  Style d'arles-info.fr base sur la charte graphique des sites de la ville d'arles
Tags:  CSS
Version:  2.0
Author: Fred Cases - Ville d'Arles / Done Graphic
Author URI:
License :   GNU General Public License (GPL) version 3
*/
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

p,
pre {
  margin: 1em 0; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu,
ol,
ul {
  padding: 0 0 0 40px; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: "arlesfont";
  src: url("img/typo/typo_arles.eot");
  src: url("img/typo/typo_arles.eot?#iefix") format("embedded-opentype"), url("img/typo/typo_arles.woff") format("woff"), url("img/typo/typo_arles.ttf") format("truetype"); }

/*
* @include triangle within a pseudo element and add positioning properties (ie. top, left)
* $direction: up, down, left, right
*/
/**
 * les variables utilisées par le site arles info
 */
body, body.mediumTxt {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 17px;
  color: #1a1a1a;
  background: #fff; }
  body.smallTxt, body.mediumTxt.smallTxt {
    font-size: 11px;
    line-height: 15px; }
  body.largeTxt, body.mediumTxt.largeTxt {
    font-size: 17px;
    line-height: 19px; }
  body.XLargeTxt, body.mediumTxt.XLargeTxt {
    font-size: 19px;
    line-height: 22px; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

/* ----------------- La Grille ---------------------- */
.ligne {
  width: 980px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto; }
  .ligne .ligne {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 -10px; }
  @media only screen and (max-width: 980px) {
    .ligne {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
.cols-de-1 {
  float: left;
  width: 4.1666666667%;
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

@media only screen and (max-width: 768px) {
  .cols-de-1 {
    width: 8.3333333333%; } }

@media only screen and (max-width: 480px) {
  .cols-de-1 {
    width: auto;
    float: none;
    max-width: 100%; } }

.cols-de-2 {
  float: left;
  width: 8.3333333333%;
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

@media only screen and (max-width: 768px) {
  .cols-de-2 {
    width: 16.6666666667%; } }

@media only screen and (max-width: 480px) {
  .cols-de-2 {
    width: auto;
    float: none;
    max-width: 100%; } }

.cols-de-3 {
  float: left;
  width: 12.5%;
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

@media only screen and (max-width: 768px) {
  .cols-de-3 {
    width: 25%; } }

@media only screen and (max-width: 480px) {
  .cols-de-3 {
    width: auto;
    float: none;
    max-width: 100%; } }

.cols-de-4 {
  float: left;
  width: 16.6666666667%;
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

@media only screen and (max-width: 768px) {
  .cols-de-4 {
    width: 33.3333333333%; } }

@media only screen and (max-width: 480px) {
  .cols-de-4 {
    width: auto;
    float: none;
    max-width: 100%; } }

.cols-de-5 {
  float: left;
  width: 20.8333333333%;
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

@media only screen and (max-width: 768px) {
  .cols-de-5 {
    width: 41.6666666667%; } }

@media only screen and (max-width: 480px) {
  .cols-de-5 {
    width: auto;
    float: none;
    max-width: 100%; } }

.cols-de-6 {
  float: left;
  width: 25%;
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

@media only screen and (max-width: 768px) {
  .cols-de-6 {
    width: 50%; } }

@media only screen and (max-width: 480px) {
  .cols-de-6 {
    width: auto;
    float: none;
    max-width: 100%; } }

.cols-de-7 {
  float: left;
  width: 29.1666666667%;
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

@media only screen and (max-width: 768px) {
  .cols-de-7 {
    width: 58.3333333333%; } }

@media only screen and (max-width: 480px) {
  .cols-de-7 {
    width: auto;
    float: none;
    max-width: 100%; } }

.cols-de-8 {
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

@media only screen and (max-width: 768px) {
  .cols-de-8 {
    width: 66.6666666667%; } }

@media only screen and (max-width: 480px) {
  .cols-de-8 {
    width: auto;
    float: none;
    max-width: 100%; } }

.cols-de-9 {
  float: left;
  width: 37.5%;
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

@media only screen and (max-width: 768px) {
  .cols-de-9 {
    width: 75%; } }

@media only screen and (max-width: 480px) {
  .cols-de-9 {
    width: auto;
    float: none;
    max-width: 100%; } }

.cols-de-10 {
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

@media only screen and (max-width: 768px) {
  .cols-de-10 {
    width: 83.3333333333%; } }

@media only screen and (max-width: 480px) {
  .cols-de-10 {
    width: auto;
    float: none;
    max-width: 100%; } }

.cols-de-11 {
  float: left;
  width: 45.8333333333%;
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

@media only screen and (max-width: 768px) {
  .cols-de-11 {
    width: 91.6666666667%; } }

@media only screen and (max-width: 480px) {
  .cols-de-11 {
    width: auto;
    float: none;
    max-width: 100%; } }

.cols-de-12, .home .post {
  float: left;
  width: 50%;
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

@media only screen and (max-width: 768px) {
  .cols-de-12, .home .post {
    width: 100%; } }

@media only screen and (max-width: 480px) {
  .cols-de-12, .home .post {
    width: auto;
    float: none;
    max-width: 100%; } }

.cols-de-13 {
  float: left;
  width: 54.1666666667%;
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

@media only screen and (max-width: 768px) {
  .cols-de-13 {
    width: 100%; } }

@media only screen and (max-width: 480px) {
  .cols-de-13 {
    width: auto;
    float: none;
    max-width: 100%; } }

.cols-de-14 {
  float: left;
  width: 58.3333333333%;
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

@media only screen and (max-width: 768px) {
  .cols-de-14 {
    width: 100%; } }

@media only screen and (max-width: 480px) {
  .cols-de-14 {
    width: auto;
    float: none;
    max-width: 100%; } }

.cols-de-15 {
  float: left;
  width: 62.5%;
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

@media only screen and (max-width: 768px) {
  .cols-de-15 {
    width: 100%; } }

@media only screen and (max-width: 480px) {
  .cols-de-15 {
    width: auto;
    float: none;
    max-width: 100%; } }

.cols-de-16 {
  float: left;
  width: 66.6666666667%;
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

@media only screen and (max-width: 768px) {
  .cols-de-16 {
    width: 100%; } }

@media only screen and (max-width: 480px) {
  .cols-de-16 {
    width: auto;
    float: none;
    max-width: 100%; } }

.cols-de-17 {
  float: left;
  width: 70.8333333333%;
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

@media only screen and (max-width: 768px) {
  .cols-de-17 {
    width: 100%; } }

@media only screen and (max-width: 480px) {
  .cols-de-17 {
    width: auto;
    float: none;
    max-width: 100%; } }

.cols-de-18 {
  float: left;
  width: 75%;
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

@media only screen and (max-width: 768px) {
  .cols-de-18 {
    width: 100%; } }

@media only screen and (max-width: 480px) {
  .cols-de-18 {
    width: auto;
    float: none;
    max-width: 100%; } }

.cols-de-19 {
  float: left;
  width: 79.1666666667%;
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

@media only screen and (max-width: 768px) {
  .cols-de-19 {
    width: 100%; } }

@media only screen and (max-width: 480px) {
  .cols-de-19 {
    width: auto;
    float: none;
    max-width: 100%; } }

.cols-de-20 {
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

@media only screen and (max-width: 768px) {
  .cols-de-20 {
    width: 100%; } }

@media only screen and (max-width: 480px) {
  .cols-de-20 {
    width: auto;
    float: none;
    max-width: 100%; } }

.cols-de-21 {
  float: left;
  width: 87.5%;
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

@media only screen and (max-width: 768px) {
  .cols-de-21 {
    width: 100%; } }

@media only screen and (max-width: 480px) {
  .cols-de-21 {
    width: auto;
    float: none;
    max-width: 100%; } }

.cols-de-22 {
  float: left;
  width: 91.6666666667%;
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

@media only screen and (max-width: 768px) {
  .cols-de-22 {
    width: 100%; } }

@media only screen and (max-width: 480px) {
  .cols-de-22 {
    width: auto;
    float: none;
    max-width: 100%; } }

.cols-de-23 {
  float: left;
  width: 95.8333333333%;
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

@media only screen and (max-width: 768px) {
  .cols-de-23 {
    width: 100%; } }

@media only screen and (max-width: 480px) {
  .cols-de-23 {
    width: auto;
    float: none;
    max-width: 100%; } }

.cols-de-24 {
  float: left;
  width: 100%;
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

@media only screen and (max-width: 768px) {
  .cols-de-24 {
    width: 100%; } }

@media only screen and (max-width: 480px) {
  .cols-de-24 {
    width: auto;
    float: none;
    max-width: 100%; } }

.push {
  float: right; }

img, object, embed {
  max-width: 100%;
  height: auto; }

object, embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img, .map_canvas img {
  max-width: none !important; }

.ligne {
  overflow: hidden; }

h1, h2, h3, h4 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold; }

h1 {
  color: #343434;
  line-height: 32px;
  font-size: 28px; }
  .smallTxt h1 {
    font-size: 24px;
    line-height: 28px; }
  .largeTxt h1 {
    font-size: 32px;
    line-height: 36px; }
  .XLargeTxt h1 {
    font-size: 36px;
    line-height: 40px; }

h2 {
  color: #4d4d4d;
  line-height: 24px;
  font-size: 22px; }
  .smallTxt h2 {
    font-size: 18px;
    line-height: 20px; }
  .largeTxt h2 {
    font-size: 26px;
    line-height: 30px; }
  .XLargeTxt h2 {
    font-size: 30px;
    line-height: 34px; }

h3 {
  color: #1a1a1a;
  line-height: 18px;
  font-size: 16px; }
  .smallTxt h3 {
    font-size: 14px;
    line-height: 17px; }
  .largeTxt h3 {
    font-size: 20px;
    line-height: 24px; }
  .XLargeTxt h3 {
    font-size: 24px;
    line-height: 28px; }

h4 {
  color: #343434;
  line-height: 16px;
  font-size: 13px;
  text-transform: uppercase; }
  .smallTxt h4 {
    font-size: 11px;
    line-height: 14px; }
  .largeTxt h4 {
    font-size: 16px;
    line-height: 18px; }
  .XLargeTxt h4 {
    font-size: 20px;
    line-height: 22px; }

h4.lion,
.lion,
#oss_filter h2 {
  padding-bottom: 2px;
  border-bottom: 1px solid #959595;
  border-top: none !important;
  text-align: left !important;
  font-weight: normal;
  line-height: 22px;
  font-size: 16px; }
  .smallTxt h4.lion, .smallTxt .lion, .smallTxt #oss_filter h2, #oss_filter .smallTxt h2 {
    font-size: 14px;
    line-height: 18px; }
  .largeTxt h4.lion, .largeTxt .lion, .largeTxt #oss_filter h2, #oss_filter .largeTxt h2 {
    font-size: 18px;
    line-height: 24px; }
  .XLargeTxt h4.lion, .XLargeTxt .lion, .XLargeTxt #oss_filter h2, #oss_filter .XLargeTxt h2 {
    font-size: 20px;
    line-height: 24px; }
  h4.lion a,
  h4.lion span,
  .lion a,
  #oss_filter h2 a,
  .lion span,
  #oss_filter h2 span {
    padding-left: 8px;
    vertical-align: 5px;
    color: #333;
    text-decoration: none; }

h4.lion:before,
.lion:before,
#oss_filter h2:before {
  font-family: arlesfont;
  font-size: 22px;
  content: ". ";
  display: inline-block;
  color: #de136c; }

.titre-carre {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase; }
  .titre-carre:before {
    content: "";
    display: inline-block;
    background: #f04d95;
    height: 8px;
    width: 8px;
    margin-right: 5px; }
  .titre-carre a {
    text-decoration: none; }

h4.mairie:before,
h4.actualites:before,
h4.education:before,
h4.social:before,
h4.urbanisme:before,
h4.economie:before,
h4.culture-tourisme:before,
h4.sports:before,
h4.environnement:before,
h4.deplacements:before {
  font-family: arlesfont;
  font-size: 22px;
  content: ". "; }

.titre-de-bloc, .bloc-sidebar h4, .bloc-sidebar2 h4 {
  font-weight: normal;
  line-height: 22px;
  font-size: 16px; }

a {
  color: #676767;
  text-decoration: underline; }

a:hover,
a:focus {
  color: #f04d95;
  transition: 0.4s; }

ul.naviglist {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.naviglist li {
    line-height: 12px;
    margin: 6px 0; }
    ul.naviglist li a:before {
      font-family: arlesfont;
      font-size: 13px;
      content: "\\";
      display: inline-block;
      color: #aaa;
      margin-right: 3px; }
    ul.naviglist li a:hover:before,
    ul.naviglist li a:focus:before {
      color: #f04d95; }
    @media screen and (max-width: 768px) {
      ul.naviglist li {
        line-height: 28px;
        font-size: 18px; } }
ul.naviglistdotted {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.naviglistdotted li {
    line-height: 22px;
    border-bottom: 1px dotted #808080; }
    @media screen and (max-width: 768px) {
      ul.naviglistdotted li {
        line-height: 28px;
        font-size: 18px; } }
    ul.naviglistdotted li:last-child {
      border-bottom: none; }
  ul.naviglistdotted a {
    text-decoration: none; }

ul.chevronList {
  padding: 0;
  margin-top: 5px; }
  ul.chevronList ul {
    margin: 0 0 0 20px; }
  ul.chevronList li {
    color: #1A1A1A;
    font-size: 13px;
    line-height: 17px;
    list-style-type: none; }
    ul.chevronList li:before {
      content: "> ";
      font-weight: bold; }

#preBandeau {
  background: #bfbfbf;
  background-image: -webkit-linear-gradient(#bfbfbf, #ededed);
  background-image: linear-gradient(#bfbfbf, #ededed);
  height: 35px;
  color: #676767;
  font-size: 11px; }
  #preBandeau .ligne {
    height: 35px;
    line-height: 35px;
    vertical-align: middle; }
  #preBandeau #addrPreBandeau {
    display: inline-block;
    text-align: right; }

@media only screen and (max-width: 980px) {
  #retourVersVA {
    padding: 0; } }

#retourVersVA a {
  display: inline-block;
  text-decoration: none;
  height: 25px;
  margin-left: 10px; }
  #retourVersVA a:before {
    font-family: arlesfont;
    content: ". | ";
    font-size: 25px;
    vertical-align: bottom; }

#bandeau {
  margin: 10px 0 40px 0;
  height: 70px;
  background: #ec1e79;
  background-image: -webkit-linear-gradient(#b8105a, #ec1e79);
  background-image: linear-gradient(#b8105a, #ec1e79);
  box-shadow: 0 7px 8px #ccc; }
  #bandeau .ligne {
    background: url("img/bandeau.png") no-repeat top left;
    height: 90px;
    overflow: visible;
    position: relative; }
  #bandeau h1 {
    display: none; }
  #bandeau form {
    display: block;
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 0;
    margin-bottom: 5px;
    white-space: nowrap;
    width: 246px; }
  #bandeau input {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    width: 210px;
    margin-bottom: 0;
    padding-left: 5px;
    color: #676767;
    position: relative;
    vertical-align: top;
    font-size: 12px;
    height: 24px;
    line-height: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; }
    #bandeau input:focus {
      border-color: rgba(82, 168, 236, 0.8);
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
      outline: 0 none; }
  #bandeau button {
    background-color: #fff;
    background-image: -webkit-linear-gradient(#fff, #e6e6e6);
    background-image: linear-gradient(#fff, #e6e6e6);
    border: 1px solid #a2a2a2;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #a2a2a2;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    height: 24px;
    padding: 1px 6px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    margin-left: -3px; }
    #bandeau button em {
      display: inline-block;
      width: 25px;
      height: 20px;
      overflow: hidden; }
      #bandeau button em:before {
        font-family: arlesfont;
        content: "¤";
        font-size: 20px;
        color: #444;
        font-style: normal;
        margin-right: 100px; }
  #bandeau ::-webkit-input-placeholder {
    font-style: italic; }
  #bandeau :-moz-placeholder {
    font-style: italic; }
  #bandeau ::-moz-placeholder {
    font-style: italic; }
  #bandeau ::-ms-input-placeholder {
    font-style: italic; }
  #bandeau ::placeholder {
    font-style: italic; }
  #bandeau a {
    display: block;
    height: 70px; }

#autocomplete {
  position: absolute;
  top: 24px;
  left: 2px;
  width: 245px;
  background: #bfbfbf;
  background-image: -webkit-linear-gradient(#bfbfbf, #efefef);
  background-image: linear-gradient(#bfbfbf, #efefef);
  z-index: 2;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  font-size: 12px;
  overflow: visible;
  box-shadow: 0 8px 12px #ccc; }
  #autocomplete div {
    z-index: 1;
    margin: 0;
    padding: 0 5px;
    cursor: pointer; }
  #autocomplete:hover, #autocomplete:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none; }

#autocompleteList {
  margin: 0;
  padding: 0;
  list-style: none; }
  #autocompleteList li {
    padding: 1px 0 1px 10px;
    margin: 0;
    color: #000; }
    #autocompleteList li:hover, #autocompleteList li:focus, #autocompleteList li.autocompleteSelected {
      background: #afafaf; }

#autocompleteClose {
  display: block;
  text-align: right; }

#oss_filter {
  padding: 0 5px 0 0; }
  #oss_filter h2 {
    text-transform: uppercase; }
  #oss_filter h3 {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 20px; }
  #oss_filter h4 {
    text-transform: none;
    margin: 5px 0 10px 0; }
    #oss_filter h4:before {
      content: "> ";
      font-weight: bold; }
  #oss_filter ul {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0; }
  #oss_filter li {
    line-height: 20px; }
    #oss_filter li a:before {
      font-family: arlesfont;
      content: "\\";
      font-size: 11px;
      margin-right: 6px;
      color: #aaa;
      display: inline-block; }
    #oss_filter li a:hover:before,
    #oss_filter li a:focus:before {
      color: #f04d95; }
  #oss_filter li.OSSActive a:before {
    color: #676767; }

#OSS_filter_by_host span {
  font-size: 75%; }

.OSSActive {
  font-weight: bold; }

.oss_results {
  margin: 15px 0;
  clear: both; }

.oss_results h2 {
  font-size: 110%;
  margin: 0; }

.oss_results h2 a {
  text-decoration: underline;
  color: #3e7fd9; }

.oss_result_date {
  color: #3e7fd9; }

.oss_fichier_thumb {
  float: left;
  width: 80px;
  clear: left;
  margin: 5px 5px 0 0;
  min-height: 90px; }
  .oss_fichier_thumb img {
    max-height: 90px;
    display: block;
    margin: auto; }

#oss_paging {
  margin: 30px auto;
  text-align: center; }

#search-results {
  margin-top: 10px; }

#oss_pagination ul > li > a,
#oss_pagination ul > li > span {
  padding: 0 12px; }

.footer {
  background-image: linear-gradient(#bbb, #fff); }
  .footer h2 {
    text-transform: uppercase;
    color: #4d4d4d;
    line-height: 15px;
    font-size: 12px; }
    .footer h2:before {
      content: "";
      display: inline-block;
      background: #f04d95;
      height: 8px;
      width: 8px;
      margin-right: 5px; }
  .footer ul {
    list-style: none;
    padding: 0; }
  .footer a {
    text-decoration: none; }
  .footer li:before {
    color: #676767; }
  .footer img {
    vertical-align: middle; }

.separation {
  border-right: 1px solid #666;
  margin-top: 17px;
  min-height: 33px; }

#footerContainer {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 10px; }

#retourVA {
  height: 50px; }
  #retourVA a {
    vertical-align: top;
    text-decoration: none; }
  #retourVA span {
    font-family: arlesfont;
    font-size: 50px;
    line-height: 52px;
    vertical-align: middle; }

.adresse {
  padding-top: 17px; }

.copyright-haut {
  line-height: 50px;
  text-align: right;
  font-size: 11px; }

#facebook, #twitter {
  display: inline-block; }
  #facebook span, #twitter span {
    display: inline-block;
    width: 90px;
    height: 25px;
    margin-top: 5px; }

#lastLine {
  border-top: 1px solid #959595;
  padding-top: 15px;
  margin-top: 8px; }

.pagination {
  min-height: 40px;
  margin: 20px 0;
  clear: both; }

.pagination ul {
  display: inline-block;
  *display: inline;
  margin: 0;
  padding: 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  *zoom: 1; }

.pagination ul > li {
  display: inline; }

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 0 14px;
  line-height: 38px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0; }
  @media only screen and (max-width: 480px) {
    .pagination ul > li > a,
    .pagination ul > li > span {
      padding: 0 5px; } }
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5; }

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default; }

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: #f5f5f5; }

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  border-radius: 3px 0 0 3px; }

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-radius: 0 3px 3px 0; }

.pagination-centered {
  text-align: center; }

.pagination-right {
  text-align: right; }

#tag-cloud, #suiveznous {
  border-top: 1px solid #959595;
  padding-top: 5px;
  text-align: center; }

#suiveznous a {
  display: block;
  text-align: center;
  margin-bottom: 5px; }

#menuSharer {
  list-style: none;
  margin: 0 0 13px 0;
  padding: 0;
  text-align: right; }
  @media only screen and (max-width: 480px) {
    #menuSharer {
      margin-top: 12px; } }
  #menuSharer li {
    display: inline-block;
    margin-left: 5px; }
  #menuSharer a {
    font-size: 22px;
    line-height: 22px;
    margin-right: 0;
    display: inline-block;
    font-family: arlesfont;
    text-decoration: none;
    color: #999; }
    #menuSharer a:hover, #menuSharer a:focus {
      color: #f04d95; }

.touch #augmenterTaille,
.touch #reduireTaille,
.touch #imprimerPage {
  display: none; }

@media only screen and (max-width: 480px) {
  #preBandeau, #addrPreBandeau, .info-footer, #share, #retourVA, #site-resume, .dispo {
    display: none; }
  #bandeau {
    height: 40px; }
    #bandeau a {
      height: 40px; }
    #bandeau .ligne {
      background: url("img/bandeau-small.png") no-repeat left top #fff; }
    #bandeau form {
      right: 0;
      top: 60px;
      left: -webkit-calc(50% - 143px);
      left: calc(50% - 143px); }
  #lastLine {
    border-top: none; }
  .push {
    float: none; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #preBandeau, #addrPreBandeau {
    display: block; }
  #bandeau {
    box-shadow: none;
    background: none; }
    #bandeau a {
      height: 60px; }
    #bandeau .ligne {
      background: url("img/bandeau-medium.png") no-repeat left top #fff; }
    #bandeau form {
      right: 0;
      top: 60px;
      left: -webkit-calc(50% - 143px);
      left: calc(50% - 143px); }
  .info-footer {
    display: block; }
  #retourVA {
    display: block; }
  .adresse {
    display: none; }
  .separation {
    border-right: none; } }

@media only screen and (min-width: 768px) and (max-width: 980px) {
  #bandeau {
    box-shadow: none;
    background: none; }
    #bandeau a {
      height: 90px; }
    #bandeau .ligne {
      background: url("img/bandeau-medium.png") no-repeat left top #fff; }
    #bandeau form {
      top: 5px; } }

.fixed {
  position: fixed; }

@-webkit-keyframes wheel {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg); } }

@-moz-keyframes wheel {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg); } }

@-ms-keyframes wheel {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg); } }

@keyframes wheel {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg); } }

.wheel, .largewheel {
  animation: 2s linear 0s normal none infinite wheel;
  display: inline-block;
  font-family: arlesfont; }

.largewheel {
  font-size: 35px;
  display: block;
  text-align: center;
  margin: 10px; }

.hidden {
  clear: both;
  visibility: hidden;
  margin: 0;
  padding: 0; }

.clear {
  clear: both; }

.center {
  text-align: center; }

.lireSuite {
  text-align: right; }
  .lireSuite a {
    text-decoration: none;
    line-height: 12px; }
    .lireSuite a:after {
      font-family: arlesfont;
      font-size: 13px;
      content: "#";
      display: inline-block;
      margin-left: 6px; }
  .lireSuite.suiteActu a {
    color: #cc3f7a; }
    .lireSuite.suiteActu a:after {
      font-family: arlesfont;
      content: "#";
      margin-left: 6px; }
  .lireSuite.suiteAgenda a {
    color: #6eb638; }
    .lireSuite.suiteAgenda a:after {
      font-family: arlesfont;
      content: "#";
      margin-left: 6px; }

.editable:after {
  font-family: arlesfont;
  content: "c";
  display: inline-block;
  margin-left: 6px; }

.bouton, #magazineMois a.kiosque {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin: 5px 0;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  background: #ec1e79;
  background: #ec1e79;
  background-image: -webkit-linear-gradient(#b8105a, #ec1e79);
  background-image: linear-gradient(#b8105a, #ec1e79); }
  .bouton a, #magazineMois a.kiosque a {
    text-decoration: none;
    color: #fff; }
  .bouton:focus, #magazineMois a.kiosque:focus, .bouton:active, #magazineMois a.kiosque:active, .bouton:hover, #magazineMois a.kiosque:hover {
    background: #f265a3;
    background-image: -webkit-linear-gradient(#ed277f, #f265a3);
    background-image: linear-gradient(#ed277f, #f265a3);
    color: #fff; }

.bouton-block {
  display: block;
  width: 100%; }

img.alignleft, .alignleft {
  float: left;
  margin: 10px 10px 10px 0; }

img.alignright, .alignright {
  float: right;
  margin: 10px 0 10px 10px; }

img.aligncenter, .aligncenter {
  display: block;
  margin: 10px auto; }

img.alignnone, .alignnone {
  margin: 10px; }

.wp-caption {
  border: 1px solid #CCCCCC;
  margin: 10px;
  max-width: 100%;
  padding-top: 4px;
  text-align: center; }

/**
 *  Thème spécifique à ce site !
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

#sharer {
  position: fixed;
  left: 0;
  /* placeholder */
  opacity: 0;
  margin: 0;
  padding: 0; }
  #sharer li {
    display: block;
    margin: 7px; }
  #sharer a {
    font-family: FontAwesome;
    font-size: 28px;
    height: 34px;
    width: 34px;
    display: block;
    text-decoration: none;
    line-height: normal;
    border-radius: 4px;
    color: #fff;
    overflow: hidden; }
    #sharer a:before {
      display: inline-block;
      width: 100%;
      text-align: center; }
    #sharer a.facebook {
      background: #3b5998; }
      #sharer a.facebook:before {
        content: "\f09a"; }
    #sharer a.twitter {
      background: #55acee; }
      #sharer a.twitter:before {
        content: "\f099"; }
    #sharer a.montrerplus {
      background: #f04d95; }
      #sharer a.montrerplus:before {
        content: "\f067"; }
    #sharer a.impression {
      background: #848282; }
      #sharer a.impression:before {
        content: "\f02f"; }
  @media only screen and (max-width: 1050px) {
    #sharer {
      position: fixed;
      bottom: 0;
      z-index: 1;
      width: 100%; }
      #sharer li {
        width: 25%;
        float: left;
        margin: 0; }
      #sharer a {
        width: 100%;
        border-radius: 0; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  opacity: 0;
  animation: fadeIn ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 2s;
  animation-duration: 1s;
  -webkit-animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 1s; }

.noshow {
  display: none; }

@media only screen and (max-width: 480px) {
  #bandeau form {
    top: 45px; } }

/* contenu */
#contenu {
  float: left;
  width: 72%;
  min-height: 1px;
  padding: 0 10px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    #contenu {
      width: 100%; } }
.post-title {
  clear: both;
  font-size: 18px;
  line-height: 20px; }
  .post-title:before {
    content: "";
    display: inline-block;
    background: #f04d95;
    height: 10px;
    width: 10px;
    margin-right: 5px; }
  .post-title a {
    text-decoration: none; }

.post-date {
  color: #f04d95;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0; }
  .post-date span {
    font-weight: bold; }

/* fin contenu */
/* single */
.format .post-title {
  font-size: 32px; }
  .format .post-title:before {
    width: 16px;
    height: 16px; }

/* fin single */
/* pour les archives */
.archive article {
  overflow: hidden;
  clear: both; }

.archive section {
  margin: 0; }

.archive .post-title {
  margin: 20px 0 3px 0; }

.citations article,
.chiffres article {
  margin: 22px 0; }

.citations article:before {
  border-top: 1px solid #ccc;
  margin: 20px 30%;
  content: " ";
  display: block; }

#firstCitation:before {
  border: none;
  margin: 0; }

.chiffres .post-title {
  font-size: 32px; }
  .chiffres .post-title:before {
    height: 16px;
    width: 16px; }

.citations .post-content {
  text-align: right; }

.thumbnail img {
  margin: 5px 10px 10px 0;
  float: left; }

.titreArchive {
  font-variant: small-caps;
  border-bottom: 1px solid #ccc;
  margin: 0 0 5px 0;
  color: #676767;
  font-size: 24px; }

.chiffres .post-info, .citations .post-info {
  text-align: right;
  margin-top: -0.8em; }

/* fin archives */
.wp-caption {
  border: 1px solid #CCCCCC;
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  max-width: 100%; }

.wp-caption p {
  margin: 3px; }

.wp-caption-text {
  text-align: left;
  font-size: 11px; }

h1.single-post-title {
  margin: 5px 0; }

.yarpp-related {
  margin: 20px 0 0; }
  .yarpp-related a {
    text-decoration: none; }

.post-info, .post-info a {
  color: #999;
  font-style: italic; }

img.alignleft, .alignleft {
  float: left;
  margin: 10px 10px 10px 0; }

img.alignright, .alignright {
  float: right;
  margin: 10px 0 10px 10px; }

img.aligncenter, .aligncenter {
  margin: 10px auto;
  display: block; }

img.alignnone, .alignnone {
  margin: 10px; }

/* Style éditeur visuel */
.chapo {
  color: #666;
  font-weight: bold;
  white-space: none;
  word-wrap: none;
  letter-spacing: 1px; }

.credit-photo {
  color: #999;
  text-align: right;
  font-size: 90%;
  font-style: italic; }

.post-content a[href^="http:"]:after {
  font-family: arlesfont;
  content: " | "; }
  .post-content a[href^="http:"]:after:hover, .post-content a[href^="http:"]:after:focus {
    color: #f04d95; }

.post-content a[href^="http://www.arles-info.fr"]:after,
.post-content a[href^="https://www.arles-info.fr"]:after,
.post-content a[href^="http://dev.arles-info.fr"]:after {
  content: ""; }

.post-content .editable:after {
  content: "c" !important; }

#sidebar .chevronList a {
  font-weight: bold;
  text-decoration: none; }

#sidebar .chevronList li {
  margin-bottom: 3px; }

#sidebar .chevronList .titre-de-bloc, #sidebar .chevronList .bloc-sidebar h4, #sidebar .chevronList .bloc-sidebar2 h4, .bloc-sidebar #sidebar .chevronList h4, .bloc-sidebar2 #sidebar .chevronList h4 {
  font-weight: bold; }

#sidebar {
  float: right;
  width: 25%;
  min-height: 1px;
  padding: 0 10px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    #sidebar {
      width: 100%;
      min-height: 1px;
      padding: 0 10px;
      margin: 50px auto; } }
.gros-lion {
  padding-bottom: 2px;
  font-weight: normal;
  line-height: 35px;
  font-size: 40px;
  letter-spacing: -1px;
  font-family: arial, helvetica, verdana, sans-serif;
  font-weight: bold;
  text-transform: lowercase;
  margin: 0 0 5px;
  color: #C1BEBE; }
  .gros-lion:before {
    font-family: "arlesfont";
    font-size: 33px;
    content: ";";
    display: inline-block;
    margin: 0 8px 0 0;
    font-weight: normal; }
  .gros-lion a {
    color: inherit; }
    .gros-lion a:hover, .gros-lion a:focus {
      text-decoration: none; }

.bloc-sidebar, .bloc-sidebar2 {
  border-top: 1px solid #959595;
  margin-top: 15px;
  margin-bottom: 8px;
  padding-top: 5px; }
  .bloc-sidebar h4, .bloc-sidebar2 h4 {
    color: #000;
    margin-top: 0; }

.bloc-sidebar2 {
  border: none; }

#suiveznous a {
  display: inline-block;
  padding: 2px; }

#magazineMois {
  text-align: center; }
  #magazineMois a.kiosque {
    display: block;
    background: #009AC1;
    background-image: -webkit-linear-gradient(#00657f, #009AC1);
    background-image: linear-gradient(#00657f, #009AC1); }
    #magazineMois a.kiosque:focus, #magazineMois a.kiosque:active, #magazineMois a.kiosque:hover {
      background: #0fceff;
      background-image: -webkit-linear-gradient(#00a2cb, #0fceff);
      background-image: linear-gradient(#00a2cb, #0fceff); }

.panoPhotos img {
  border: 1px solid #CCC;
  margin: 0 5px 3px 0;
  padding: 2px;
  width: 70px; }

#phototheque .gros-lion {
  color: #e3210c; }

#phototheque a {
  text-decoration: none; }

#phototheque p {
  margin-top: 0; }

#agenda {
  margin-bottom: 30px; }
  #agenda .gros-lion {
    color: #7ac543; }
  #agenda ul {
    margin: 0;
    padding: 0; }
  #agenda li {
    list-style: none;
    margin: 10px 0;
    padding: 0 0 5px;
    border-bottom: 1px solid #CCC; }
  #agenda h5 {
    font-size: 13px;
    color: #676767;
    margin: 0;
    font-family: Georgia, "Times New Roman", Times, serif; }
  #agenda p {
    margin: 0;
    color: #6eb638; }
  #agenda a {
    text-decoration: none; }
  #agenda .lireSuite a {
    color: #6eb638; }

#social {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
  font-family: "FontAwesome";
  text-align: center;
  font-size: 50px; }
  #social a {
    text-decoration: none; }

#fb, #tw {
  height: 80px;
  width: 46%;
  background-color: #3b5998;
  line-height: 80px; }
  #fb:after, #tw:after {
    content: "\f09a";
    color: #fff; }

#tw {
  background-color: #0084b4; }
  #tw:after {
    content: "\f099"; }

.home .post {
  padding-top: 8px; }
  .home .post:before {
    content: " ";
    display: block;
    margin: 0 0 10px 0; }
  .home .post img {
    float: left; }

.post {
  float: left;
  width: 50%;
  min-height: 1px;
  padding: 0 10px;
  position: relative; }
  @media only screen and (max-width: 480px) {
    .post {
      width: 100%; } }
/* home */
.home #post {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap; }

.home .post {
  padding-top: 8px; }
  .home .post:before {
    border-top: 1px solid #CCCCCC;
    content: " ";
    display: block;
    margin: 0 0 10px 0; }
  .home .post img {
    float: left; }

#premierPostHome {
  overflow: hidden;
  width: 100%;
  border-top: none;
  padding-bottom: 8px; }
  #premierPostHome img {
    float: left;
    display: block;
    margin-right: 10px; }
  #premierPostHome .post-title {
    font-size: 24px;
    line-height: 28px;
    background: #fff;
    opacity: 0.8;
    box-shadow: 5px 5px 6px #ccc;
    padding-bottom: 4px;
    padding-left: 10px;
    margin: 0 -2px 10px 2px; }
  #premierPostHome:before {
    border: none; }

.citationHome {
  clear: both;
  font-size: 120%;
  width: 100%;
  border-top: 1px solid #CCCCCC;
  padding: 8px 50px 8px 50px;
  overflow: hidden; }
  .citationHome.chiffres h1 {
    font-size: 30px;
    color: #f04d95;
    padding: 5px;
    text-align: right;
    margin: 0; }
  .citationHome .legendeChiffres {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 5px 50px 5px 5px;
    font-style: italic; }
  .citationHome.citations h1:before, .citationHome.citations h1:after {
    font-family: arlesfont;
    font-size: 28px;
    content: "'";
    color: #f04d95;
    opacity: 0.4;
    font-weight: normal;
    font-style: normal;
    vertical-align: super; }
  .citationHome.citations h1:after {
    vertical-align: middle;
    content: ",";
    margin-left: 10px; }
  .citationHome h1 {
    font-size: 28px;
    font-style: italic; }
    .citationHome h1 a {
      text-decoration: none; }
  @media only screen and (max-width: 480px) {
    .citationHome {
      padding: 8px 15px; }
      .citationHome.chiffres h1 {
        float: left;
        margin-right: 5px; }
      .citationHome.citations h1 {
        font-size: 18px; } }
.citation-auteur {
  text-align: right;
  color: #000;
  font-weight: bold;
  font-size: 14px; }

.post-citations {
  float: right;
  text-align: right;
  width: 300px;
  max-width: 75%;
  font-size: 12px; }

.grosbouton {
  height: 40px;
  margin: 40px auto;
  width: 300px;
  display: block;
  line-height: 40px;
  text-align: center;
  border: 1px solid #676767; }
  .grosbouton:hover {
    border: 1px solid #f04d95;
    transition: 0.4s; }
  .grosbouton a {
    color: #676767;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    text-decoration: none;
    display: block; }
    .grosbouton a:hover {
      color: #f04d95;
      transition: 0.4s; }
  @media only screen and (max-width: 320px) {
    .grosbouton {
      width: 90%;
      height: auto; } }
.breves article {
  margin: 22px 0; }
  .breves article:before {
    border-top: 1px solid #ccc;
    margin: 20px 30%;
    content: " ";
    display: block; }

.breves .post-title {
  clear: both;
  font-size: 18px;
  line-height: 20px; }
  .breves .post-title:before {
    content: "";
    display: inline-block;
    background: #f04d95;
    height: 10px;
    width: 10px;
    margin-right: 5px; }

.breves .post-content {
  text-align: left; }

.breves .post-info {
  text-align: right;
  margin-top: -0.8em; }

#firstBreves:before {
  border: none;
  margin: 0; }

#breves {
  border: 1px solid #d4d4d4;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  margin: 0 0 20px; }
  #breves ul {
    margin: 0 auto;
    padding: 0;
    height: auto;
    width: 90%; }
  #breves li {
    margin: 0 0 15px;
    list-style: none;
    border-bottom: 1px solid #d4d4d4; }
  #breves h5 {
    color: #f04d95;
    font-weight: bold;
    margin: 0; }
    #breves h5:before {
      content: "";
      display: inline-block;
      background: #f04d95;
      margin-right: 5px;
      height: 10px;
      width: 10px; }
  #breves p.datebreve {
    color: #f04d95;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: right; }
  #breves p {
    margin: 0;
    padding: 5px 0;
    font-size: 12px; }

#more-breves {
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  margin: 0 auto;
  text-align: center; }
  #more-breves a:after {
    font-family: "arlesfont";
    font-size: 13px;
    content: "#";
    display: inline-block;
    margin-left: 10px; }

#photos {
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  background-color: #efefef;
  background-image: linear-gradient(#d4d4d4, #ededed);
  position: relative; }
  #photos:before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http:%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox='0 0 5.292 5.292'%3E%3Cpath d='M0 0l5.292-0L0 5.292z' fill='%23fff'%2F%3E%3C%2Fsvg%3E") no-repeat -6px 0;
    content: ' ';
    width: 20px;
    height: 20px;
    position: absolute; }
  #photos h2 {
    font-size: 24px;
    line-height: 28px;
    padding: 5px 0 0 0;
    margin: 0 auto 10px;
    width: 95%; }
    #photos h2:before {
      content: "";
      display: inline-block;
      background: #f04d95;
      height: 10px;
      width: 10px;
      margin-right: 5px; }

#photos-container {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap; }
  #photos-container #full {
    width: 80%; }
    #photos-container #full img {
      width: 100%; }
  #photos-container ul {
    width: 19.45%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  #photos-container li img {
    width: 100%;
    height: auto; }
  #photos-container li:hover {
    cursor: pointer;
    opacity: 0.8; }
  #photos-container .legende {
    width: 95%;
    margin: 0 auto;
    min-height: 100px; }
    #photos-container .legende a {
      display: block;
      text-align: right;
      text-decoration: none;
      color: #e3210c; }
      #photos-container .legende a:before {
        font-family: "arlesfont";
        font-size: 18px;
        content: ".";
        display: inline-block;
        margin-right: 5px;
        vertical-align: top; }

@media only screen and (max-width: 767px) {
  #photos-container #full {
    width: 100%; }
  #photos-container ul {
    width: 100%;
    flex-direction: row; } }

#videos {
  width: 100%;
  margin: 30px 0; }
  #videos ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      #videos ul {
        flex-wrap: wrap; } }
  #videos li {
    list-style: none; }
  #videos iframe {
    width: 100%; }

#firstvideo {
  width: 100%; }
  #firstvideo h3 {
    margin: 10px 0;
    color: #4d4d4d;
    font-size: 18px;
    line-height: normal; }
  @media only screen and (max-width: 767px) {
    #firstvideo {
      margin: 0 0 20px; } }
.videos ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between; }
  .videos ul li {
    width: 30%; }
    .videos ul li p {
      width: 100%; }
      .videos ul li p iframe {
        width: 100%;
        height: auto; }

@media only screen and (max-width: 780px) {
  .videos ul li {
    width: 45%; } }

#loves {
  background-color: #707070;
  border-top: 9px solid #F8A46F;
  padding: 30px 0 60px;
  margin: 50px 0 0; }
  #loves h2 {
    width: 980px;
    margin: 0 auto 30px;
    color: white;
    font-size: 30px; }
  #loves hr {
    width: 380px;
    height: 7px;
    background-color: #F8A46F;
    margin: 20px 0;
    border-radius: 0; }
  #loves .lSSlideOuter {
    box-sizing: border-box;
    width: 830px;
    margin: 0 auto 30px; }
    #loves .lSSlideOuter img {
      width: auto;
      height: 100%;
      max-height: 600px;
      margin: 0 auto; }
  @media only screen and (max-width: 1024px) {
    #loves h2 {
      width: 100%;
      line-height: 1.4;
      text-align: center; }
    #loves hr {
      width: 70%;
      height: 7px;
      background-color: #F8A46F;
      margin: 20px auto;
      border-radius: 0; }
    #loves .lSSlideOuter img {
      width: 100%; } }
#containloves {
  margin: 0 auto; }
  @media only screen and (max-width: 480px) {
    #containloves {
      display: flex;
      width: 100%;
      margin: 0 auto; } }
  @media only screen and (max-width: 1024px) {
    #containloves {
      display: flex;
      width: 100%;
      margin: 0 auto; } }
#slider_loves {
  width: 60%;
  margin: 0 auto;
  padding: 0 40px; }
  @media only screen and (max-width: 1180px) {
    #slider_loves {
      width: 80%; } }
  #slider_loves li {
    padding: 10px; }
  #slider_loves h3 {
    height: 40px;
    color: white;
    margin-top: 0;
    line-height: 1.4;
    width: 95%; }
  #slider_loves p {
    color: white;
    width: 95%;
    margin: 20px auto; }

html #tarteaucitronRoot #tarteaucitronAlertBig {
  background: #676767;
  padding: 8px 0; }
  html #tarteaucitronRoot #tarteaucitronAlertBig #clossCross {
    font-size: 1.3em !important;
    top: 4px !important;
    right: 10px !important; }

/*# sourceMappingURL=style.css.map */