/**
 * @file
 * Overall specifications for Bartik.
 */

html {
  height: 100%;
}
body {
  min-height: 100%;
  word-wrap: break-word;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 90%;
  line-height: 1.2;
}
a,
a.link {
  text-decoration: none;
}
a:hover,
a:active,
a:focus,
.link:hover,
.link:active,
.link:focus {
  text-decoration: none;
}
.link {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 a,
h2 a {
  border-bottom: none;
}

/**
 * Reusable heading classes are included to help modules change the styling of
 * headings on a page without affecting accessibility.
 */
h1,
.heading-a {
  margin: 1em 0 0.5em;
  color: #000;
  font-size: 1.357em;
  font-weight: inherit;
}
h2,
.heading-b {
  margin: 1em 0.5em 0.5em 0;
  font-size: 1.143em;
  font-weight: inherit;
}
h3,
.heading-c {
  margin: 1em 0.5em 0.5em 0;
  font-size: 1.092em;
  font-weight: inherit;
}
h4,
.heading-d {
  margin: 1em 0 0.5em;
  font-size: 1.05em;
  font-weight: inherit;
}
h5,
.heading-e {
  margin: 1em 0 0.5em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.889em;
  font-weight: inherit;
}
h6,
.heading-f {
  margin: 1em 0 0.5em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.67em;
  font-weight: inherit;
}
p {
  margin: 1em 0 0.2em 0;
}
del {
  text-decoration: line-through;
}

blockquote {
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  border-left: 1px solid #bbb; /* LTR */
  background: #f7f7f7;
  font-style: italic;
}
[dir="rtl"] blockquote {
  border-right: 1px solid #bbb;
  border-left: none;
}
blockquote:before {
  margin-right: 0.2em; /* LTR */
  content: "\201C";
  vertical-align: -0.4em;
  color: #bbb;
  font-size: 3em;
  line-height: 0.1em;
}
[dir="rtl"] blockquote:before {
  margin-right: 0;
  margin-left: 0.2em;
  content: "\201D";
}
blockquote:after {
  content: "\201D";
  vertical-align: -0.45em;
  color: #bbb;
  font-size: 3em;
  line-height: 0.1em;
}
[dir="rtl"] blockquote:after {
  content: "\201C";
}
blockquote > p:first-child {
  display: inline;
}
.feed-icon {
  display: block;
  margin: 25px 0 0 0;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
ol {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}
[dir="rtl"] ul,
[dir="rtl"] ol {
  padding: 0 1em 0.25em 0;
}
ol ol,
ul ul {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}
[dir="rtl"] ol ol,
[dir="rtl"] ul ul {
  padding: 0 1em 0.25em 0;
}

.field--name-field-date {
  display: inline-block;
  width: 100px;
  text-align: center;
  margin: 2px;
  padding: 5px;
  text-decoration: none;
  color: #ffffff;
  background: #3399ff;
}
/**
 * l'abeille en mouvement.
 */
.bee {
	z-index: 10;
	position:absolute;
	top: -60px;
	left: 95%;
	animation: anim-bee 5s ease-in-out 1;
	-webkit-animation: anim-bee 5s ease-in-out 1;
}
@-webkit-keyframes anim-bee {
 0% {left: -10%; top: -200px;}
 40% {left: 25%; top: 100px;}
 50% {left: 30%; top: 100px;}
 80% {left: 60%; top: 0px;}
 100% {left: 95%; top: -60px;}
}
@keyframes anim-bee {
 0% {left: -10%; top: -200px;}
 40% {left: 25%; top: 100px;}
 50% {left: 30%; top: 100px;}
 80% {left: 60%; top: 0px;}
 100% {left: 95%; top: -60px;}
}
/**
 * Accroche blog
 */
.accroche-blog {
  display: inline-block;
  margin-top: 20px;
  width: 95%;
  font-size: 120%;
  text-align: left;
  padding: 5px 15px 15px 15px;
  text-decoration: none;
  color: #000;
  background: #b8d9fc;
}
.image-news {
  z-index: 1;
  position: relative;
  display: inline-block;
  top: 10px;
  left: 2px;
  width: 95%;
  border: 0px;
}
.date-news {
  z-index: 2;
  position: absolute;
  display: inline-block;
  width: 100px;
  text-align: center;
  margin: 2px;
  padding: 5px;
  text-decoration: none;
  color: #ffffff;
  background: #3399ff;
}
.title-news {
  z-index: 3;
  position: relative;
  display: inline-block;
  top: -20px;
  left: 5%;
  right: 10px;
  width: 90%;
  font-size: 135%;
  text-align: left;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  background: #b8d9fc;
}
.text-news {
  display: inline-block;
  margin-top: -10px;
  width: 95%;
  font-size: 90%;  
}
.read-link {
  display: inline-block;
  margin-top: 0px;
  float: right;
  font-size: 95%; 
  font-weight: bold;
  padding-right: 20px;
  margin-bottom: 10px;  
}