/* $fond-carnet:#fefdf8; */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -116px;
}

.page-wrap:after {
  content: "";
  display: block;
}

.footer, .page-wrap:after {
  height: 116px;
}

html {
  overflow-y: scroll;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  background-color: #e7f3f7;
  font-family: Arial;
  font-size: 15.5px;
  line-height: 20px;
}

opacite {
  opacity: 0.7;
}
opacite:hover {
  opacity: 1;
}

.clear {
  float: left;
  clear: both;
}

strong, b, strong *, b * {
  font-weight: bold !important;
}

em, i, em *, i * {
  font-style: italic !important;
}

.bouton {
  border-radius: 12px;
  border: none;
  width: 130px;
  text-align: center;
  font-size: 13px;
  padding: 1px;
  cursor: pointer;
  background-color: #F8DE48;
}
.bouton.rouge {
  background-color: #DE3651;
  color: white;
}
.bouton.vert {
  background-color: transparent;
  border: solid 1px #98aa98;
  padding: 0 !important;
  color: #006679;
}
.bouton.vert:hover {
  background-color: #006679;
  color: white;
}
.bouton.fonce {
  background-color: #006679;
  color: white;
}
.bouton:hover {
  box-shadow: 0 0 3px #c2c2c2;
}
.bouton a {
  text-decoration: none;
  color: inherit;
}
.bouton.petit {
  width: 100px !important;
}

#bandeau {
  height: 110px;
  /* background-color: #63b31b; */
  background-image: url(../images/design/motif-bandeau.jpg);
  background-size: 80px;
  position: absolute;
  width: 100%;
}

#carnet {
  background-color: #fefdf2;
  background-image: url(../images/design/spirale.jpg);
  background-repeat: repeat-y;
  background-size: 36px;
  background-position: 0 13px;
  padding-top: 300px;
}
#carnet .titre {
  text-transform: uppercase;
  font-weight: bold;
  color: #006679;
  font-size: 19px;
  padding-bottom: 15px;
}
#carnet .chapeau {
  color: #006679;
  padding-bottom: 40px;
}
#carnet .thumb {
  float: left;
  padding: 0 15px 15px 0;
}
#carnet .thumb img {
  display: block;
  margin: 5px 0 30px 0;
}
#carnet .texte p {
  padding-bottom: 20px;
}
#carnet a {
  text-decoration: none;
  color: inherit;
  Xborder-bottom: solid 1px gainsboro;
}

.wrap {
  margin: 0 auto;
  width: 1070px;
}

#header {
  position: absolute;
  width: 100%;
  padding-top: 20px;
}
#header #logo {
  width: 160px;
  cursor: pointer;
}
#header .titre2 {
  color: #006679;
  font-weight: bold;
  line-height: 20px;
  padding-top: 15px;
}
#header .titre2 .l1 {
  font-size: 18px;
}
#header .titre2 .l2 {
  font-size: 17px;
}
#header .titre2 .l3 {
  font-size: 15px;
}
#header #faces0, #header #faces1 {
  margin: 18px 0 -3px;
}
#header #faces0 img, #header #faces1 img {
  width: 115px;
  margin-right: 3px;
}
#header #faces0 img, #header #faces1 img {
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 115px 0 0 115px;
  background: url(../images/faces/sprites.jpg) no-repeat 0 0;
  background-size: 115px;
}
#header #faces1 {
  position: absolute;
  display: none;
}
#header .bouton {
  position: absolute;
  right: 5px;
  width: 116px;
}
#header .titre1 {
  color: white;
  font-weight: bold;
}
#header .titre1 .l1 {
  font-size: 15px;
}
#header .titre1 .l2 {
  font-size: 18px;
}
#header .citation {
  padding: 5px 0 20px 0;
  Xfont-family: comic sans ms;
  font-family: "Indie Flower", cursive;
  font-size: 15px;
  font-style: italic;
  color: #006679;
}

.col-A {
  float: left;
  width: 258px;
  padding-left: 90px;
}

.col-B {
  position: relative;
  float: right;
  width: 733px;
  margin-right: 30px;
  padding-bottom: 30px;
}
.col-B .partenaire {
  background-repeat: no-repeat;
  height: 130px;
  margin-left: 15px;
  padding: 7px 0 0 190px;
}
.col-B .partenaire .titre-partenaire {
  font-weight: bold;
  color: #006679;
  font-size: 17px;
  padding-bottom: 4px;
}

#boutons {
  padding: 0px 0 0 15px;
}
#boutons #home {
  width: 22px;
  margin: 0 0 10px 55px;
  cursor: pointer;
}
#boutons .bouton {
  margin-bottom: 15px;
}

#vanille {
  padding: 70px 0 0 15px;
}
#vanille img {
  margin: 13px 0 0 5px;
}
#vanille #tag {
  font-family: comic sans ms;
  font-family: "Indie Flower", cursive;
  font-size: 15px;
  line-height: 18px;
  font-style: italic;
  color: #006679;
  margin-bottom: 20px;
}

.footer {
  background-image: url(../images/design/motif-bandeau.jpg);
  background-size: 80px;
  color: white;
  overflow: hidden;
}
.footer #petit-logo {
  position: absolute;
  top: 18px;
  left: 760px;
}
.footer .credits {
  position: absolute;
  font-size: 11px;
  font-style: italic;
  color: gainsboro;
  top: 90px;
  left: 340px;
}
.footer .legal {
  float: right;
  font-size: 11px;
  line-height: 14px;
  padding: 15px 20px 0 0;
}
.footer .footer-menu {
  float: left;
  margin-left: 20px;
}
.footer .footer-menu > div {
  float: left;
  padding: 15px 0px 0 40px;
  font-size: 13px;
  line-height: 22px;
}
.footer .footer-menu > div > div {
  cursor: pointer;
}
.footer .footer-menu > div > div:hover {
  color: gainsboro;
}
.footer .footer-menu > div > div a {
  text-decoration: none;
  color: inherit;
}
.footer .wrap {
  position: relative;
}

#media-boutons {
  background-color: #eeeeee;
  padding-left: 30px;
  margin: 15px 0 20px 0;
}

.rubrique-bouton {
  float: left;
  padding: 5px 20px;
  text-align: center;
  cursor: pointer;
}
.rubrique-bouton:hover {
  color: #A91510;
}
.rubrique-bouton.activated {
  background-color: #4f4f4f;
  color: white;
  Xcursor: default;
}
.rubrique-bouton.activated:hover {
  color: white;
}

.f0 {
  background-position: 0 0px !important;
}

.f1 {
  background-position: 0 -115px !important;
}

.f2 {
  background-position: 0 -230px !important;
}

.f3 {
  background-position: 0 -345px !important;
}

.f4 {
  background-position: 0 -460px !important;
}

.f5 {
  background-position: 0 -575px !important;
}

.f6 {
  background-position: 0 -690px !important;
}

.f7 {
  background-position: 0 -805px !important;
}

.f8 {
  background-position: 0 -920px !important;
}

.f9 {
  background-position: 0 -1035px !important;
}

.f10 {
  background-position: 0 -1150px !important;
}

.f11 {
  background-position: 0 -1265px !important;
}

.f12 {
  background-position: 0 -1380px !important;
}

.f13 {
  background-position: 0 -1495px !important;
}

.f14 {
  background-position: 0 -1610px !important;
}

.f15 {
  background-position: 0 -1725px !important;
}

.f16 {
  background-position: 0 -1840px !important;
}

.f17 {
  background-position: 0 -1955px !important;
}

.f18 {
  background-position: 0 -2070px !important;
}

.f19 {
  background-position: 0 -2185px !important;
}

.f20 {
  background-position: 0 -2300px !important;
}

.f21 {
  background-position: 0 -2415px !important;
}

.f22 {
  background-position: 0 -2530px !important;
}

.f23 {
  background-position: 0 -2645px !important;
}

.f24 {
  background-position: 0 -2760px !important;
}

.f25 {
  background-position: 0 -2875px !important;
}

.f26 {
  background-position: 0 -2990px !important;
}

.f27 {
  background-position: 0 -3105px !important;
}

.f28 {
  background-position: 0 -3220px !important;
}

.f29 {
  background-position: 0 -3335px !important;
}

.f30 {
  background-position: 0 -3450px !important;
}

.f31 {
  background-position: 0 -3565px !important;
}

.f32 {
  background-position: 0 -3680px !important;
}

.f33 {
  background-position: 0 -3795px !important;
}

.f34 {
  background-position: 0 -3910px !important;
}

.f35 {
  background-position: 0 -4025px !important;
}

.f36 {
  background-position: 0 -4140px !important;
}

.f37 {
  background-position: 0 -4255px !important;
}

.f38 {
  background-position: 0 -4370px !important;
}

.f39 {
  background-position: 0 -4485px !important;
}

.f40 {
  background-position: 0 -4600px !important;
}

.f41 {
  background-position: 0 -4715px !important;
}

.f42 {
  background-position: 0 -4830px !important;
}

.f43 {
  background-position: 0 -4945px !important;
}

.f44 {
  background-position: 0 -5060px !important;
}

.f45 {
  background-position: 0 -5175px !important;
}

.f46 {
  background-position: 0 -5290px !important;
}

.f47 {
  background-position: 0 -5405px !important;
}

.f48 {
  background-position: 0 -5520px !important;
}

.f49 {
  background-position: 0 -5635px !important;
}

.f50 {
  background-position: 0 -5750px !important;
}

.f51 {
  background-position: 0 -5865px !important;
}

.f52 {
  background-position: 0 -5980px !important;
}

.f53 {
  background-position: 0 -6095px !important;
}

.f54 {
  background-position: 0 -6210px !important;
}

.f55 {
  background-position: 0 -6325px !important;
}

.f56 {
  background-position: 0 -6440px !important;
}

.f57 {
  background-position: 0 -6555px !important;
}

.f58 {
  background-position: 0 -6670px !important;
}

.f59 {
  background-position: 0 -6785px !important;
}

#at-link {
  color: #006679;
  text-decoration: none;
  outline: none;
  font-weight: bold;
  border-bottom: 1px none #95C5BE;
  font-family: "Comic Sans MS", cursive;
  font-size: 15px;
}

#atelier-open {
  text-align: right;
  padding-top: 5px;
  padding-bottom: 18px;
}

#atelier-text {
  margin-left: 10px;
  display: none;
  width: 370px;
}

#contact-form {
  margin-bottom: 40px;
  padding: 20px;
  Xtext-align: center;
  margin-left: 100px;
  border: solid 0px #A3C9C3;
  color: #006679;
  Xfont-family: comic Sans MS;
  height: 1%;
}

#contact-message {
  width: 350px;
  height: 250px;
}

#contact-email {
  width: 350px;
}

#contact-message, #contact-email {
  margin-top: 5px;
  margin-bottom: 20px;
  width: 350px;
  border: solid 1px gainsboro;
  background-color: white;
  padding: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

#reponse {
  Xfont-family: "Comic Sans MS", cursive;
  font-size: 18px;
  color: #F00;
  background-color: #fefdf2;
  text-align: center;
  position: absolute;
  display: none;
  width: 620px;
  padding-top: 100px;
  height: 500px;
}

body, #carnet, #reponse {
  Xbackground-color: white;
  Xbackground-image: none;
}

#carnet .col-B {
  Xtext-align: justify;
}

#header #faces0 img, #header #faces1 img {
  border-radius: 50%;
}

#video {
  position: absolute;
  right: 45px;
  top: 305px;
  background-color: rgba(255, 255, 255, 0.28);
  width: 280px;
  height: 240px;
  text-align: center;
}
#video .text {
  text-align: center;
  padding: 10px;
  color: white;
  background-color: #dd2c48;
}
#video img {
  margin: 31px auto;
  display: block;
}
#video img:hover {
  box-shadow: 0px 0px 5px 0px white;
}
#video a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

#actualites {
  display: none;
  position: absolute;
  right: 415px;
  top: 305px;
  background-color: rgba(255, 255, 255, 0.28);
  width: 280px;
  height: 240px;
  text-align: left;
}
#actualites .text {
  text-align: left;
  padding: 7px 10px;
  background-color: #f8f147;
}
#actualites .article {
  margin: 18px 0px 10px 20px;
  padding: 7px 10px;
  background-color: #fefdf2;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
#actualites .article:hover {
  background-color: #f8df47;
}
#actualites a {
  text-decoration: none !important;
  color: #046479;
  font-weight: bold;
}
