/*---- IMPORTS ----*/
@import url(kickstart-grid.css);

/* OMBRE sous la barre du navigateur */
body:before {
  content: "";
  position: fixed;
  top: -30px;
  left: 0;
  width: 120%;
  height: 30px;
  -webkit-box-shadow: 0px 0px 30px rgba(94, 0, 56, 0.8);
  -moz-box-shadow: 0px 0px 30px rgba(94, 0, 56, 0.8);
  box-shadow: 0px 0px 30px rgba(94, 0, 56, 0.8);
  z-index: 100;
}
/* **************** */

/*---------------------------------
	HTML ELEMENTS
-----------------------------------*/
* {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
}
p,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
label,
textarea,
caption,
details,
figure {
  margin: 0.75em 0 0;
  line-height: 1.5;
}

a[href],
input[type="submit"],
input[type="image"],
label[for],
select,
button,
.pointer {
  cursor: pointer;
}
a:active {
  color: inherit;
}
a img {
  border: 0;
}
a [class^="icon-"] {
  color: inherit;
  text-decoration: none;
}

.hide {
  display: none;
}
.show {
  display: block;
}

img {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  zoom: 1;
  vertical-align: bottom;
}

hr {
  background: #457b90;
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(70, 123, 145, 1) 0%,
    rgba(70, 123, 145, 0) 100%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(70, 123, 145, 1) 0%,
    rgba(70, 123, 145, 0) 100%
  );
  background: -o-radial-gradient(
    center,
    ellipse cover,
    rgba(70, 123, 145, 1) 0%,
    rgba(70, 123, 145, 0) 100%
  );
  width: 50%;
  border: 0;
  margin: 30px auto 70px;
  height: 2px;
}

video {
  border-radius: 6px;
  box-shadow: 1px 1px 2px;
  max-width: 100%;
}

.m-reset,
.ma0 {
  margin: 0;
}
.p-reset,
.pa0 {
  padding: 0;
}
.ma1,
.mas {
  margin: 10px;
}
.ma2,
.mam {
  margin: 20px;
}
.ma3,
.mal {
  margin: 30px;
}
.pa1,
.pas {
  padding: 10px;
}
.pa2,
.pam {
  padding: 20px;
}
.pa3,
.pal {
  padding: 30px;
}

.mt0,
.mtn {
  margin-top: 0 !important;
}
.mt1,
.mts {
  margin-top: 10px !important;
}
.mt2,
.mtm {
  margin-top: 20px !important;
}
.mt3,
.mtl {
  margin-top: 30px !important;
}
.mr0,
.mrn {
  margin-right: 0;
}
.mr1,
.mrs {
  margin-right: 10px !important;
}
.mr2,
.mrm {
  margin-right: 20px !important;
}
.mr3,
.mrl {
  margin-right: 30px !important;
}
.mb0,
.mbn {
  margin-bottom: 0 !important;
}
.mb1,
.mbs {
  margin-bottom: 10px !important;
}
.mb2,
.mbm {
  margin-bottom: 20px !important;
}
.mb3,
.mbl {
  margin-bottom: 30px !important;
}
.ml0,
.mln {
  margin-left: 0 !important;
}
.ml1,
.mls {
  margin-left: 10px;
}
.ml2,
.mlm {
  margin-left: 20px;
}
.ml3,
.mll {
  margin-left: 30px;
}

.pt0,
.ptn {
  padding-top: 0;
}
.pt1,
.pts {
  padding-top: 10px;
}
.pt2,
.ptm {
  padding-top: 20px;
}
.pt3,
.ptl {
  padding-top: 30px;
}
.pr0,
.prn {
  padding-right: 0;
}
.pr1,
.prs {
  padding-right: 10px;
}
.pr2,
.prm {
  padding-right: 20px;
}
.pr3,
.prl {
  padding-right: 30px;
}
.pb0,
.pbn {
  padding-bottom: 0;
}
.pb1,
.pbs {
  padding-bottom: 10px;
}
.pb2,
.pbm {
  padding-bottom: 20px;
}
.pb3,
.pbl {
  padding-bottom: 30px;
}
.pl0,
.pln {
  padding-left: 0;
}
.pl1,
.pls {
  padding-left: 10px;
}
.pl2,
.plm {
  padding-left: 20px;
}
.pl3,
.pll {
  padding-left: 30px;
}

/*---------------------------------
	ALIGNEMENTS
-----------------------------------*/
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}

/*---------------------------------
	HTML5 ELEMENTS (shim)
-----------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*---------------------------------
	ICONES
-----------------------------------*/
@font-face {
  /* icones */
  font-family: "typicons";
  src: url("fonts/typicons.eot");
  src: url("fonts/typicons.eot?#iefix") format("embedded-opentype"),
    url("fonts/typicons.woff") format("woff"),
    url("fonts/typicons.ttf") format("truetype"),
    url("fonts/typicons.svg#typicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.typcn:before {
  font-family: "typicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 0.7em;
  height: 1em;
  font-size: 1.4em;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.typcn-media-record-outline:before {
  content: "\e0b1";
} /* '' */
.typcn-media-record:before {
  content: "\e0b2";
} /* '' */
.typcn-star-full-outline:before {
  content: "\e105";
} /* '' */
.typcn-star-outline:before {
  content: "\e108";
} /* '' */
.typcn-heart-full-outline:before {
  content: "\e085";
} /* '' */
.typcn-heart-outline:before {
  content: "\e087";
} /* '' */
.typcn-tick-outline:before {
  content: "\e11d";
} /* '' */
.typcn-tick:before {
  content: "\e11e";
} /* '' */

#pageWrapper {
  margin: 0 5px;
}
#piedNormal,
#piedPetit {
  position: relative;
}

#header h1 {
  color: #39717d;
  text-align: right;
  margin: 20px 0 0 0;
  font-weight: normal; /* font-family: 'Alex Brush', cursive; font-size: 8em; */
  font-style: italic;
  font-size: 6em;
  line-height: 1em;
  text-shadow: 2px 2px 5px #8c8c8c;
}
#header h2 {
  font-weight: normal;
  text-align: right;
  font-size: 1.6em;
  color: #236784;
  margin: 0 0 20px 0;
}
#dreamcatcher {
  margin-top: -40px;
}

/* **********************
	     MENU
********************** */
#navigation {
  float: right;
  margin-right: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
#navigation aside {
}
#navigation aside a {
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  line-height: 22px;
  display: block;
  height: 144px;
  border-radius: 72px;
  margin: 0 -14px 0 0;
  width: 144px;
  opacity: 0.9;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(150, 150, 150, 10);
  box-shadow: 2px 2px 5px 0px rgba(150, 150, 150, 10);
  padding: 30px 20px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.menuQui {
  z-index: 14;
}
.menuQui a {
  background-color: rgba(235, 178, 96, 7);
}
.menuSeances {
  z-index: 12;
}
.menuSeances a {
  background-color: rgba(234, 117, 107, 70);
}
.menuAteliers {
  z-index: 11;
}
.menuAteliers a {
  background-color: rgba(183, 120, 173, 70);
}
.menuCitations {
  z-index: 10;
}
.menuCitations a {
  background-color: rgba(163, 193, 191, 70);
}
.menuCoupscoeur {
  z-index: 9;
}
.menuCoupscoeur a {
  background-color: rgba(198, 219, 142, 70);
}
.menuLivres {
  z-index: 13;
}
.menuLivres a {
  background-color: rgba(210, 178, 143, 70);
}
#navigation aside a:hover {
  z-index: 2000;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  opacity: 1;
}

/* **** fin MENU **** */

#content {
  margin-top: 20px;
}
p {
  font-size: 18px;
  color: #18495d;
  margin: 10px 0;
}
a {
  text-decoration: none;
  color: rgba(234, 117, 107, 100);
  font-weight: bold;
}
a:hover {
  color: rgba(183, 120, 173, 100);
}

h1 {
  font-size: 1.9em;
  color: #236784;
  text-shadow: 2px 2px 2px #8c8c8c;
  font-weight: 600;
  line-height: 30px;
  margin: 30px 0 0 0;
  padding: 0;
}
.vert {
  color: #c6db8e;
}
.mauve {
  color: rgba(183, 120, 173, 70);
}
.rouge {
  color: #ea756a;
}
.orange {
  color: #ebb25f;
}
.bleu {
  color: #a3c1bf;
}
.marron {
  color: #d2b28f;
}

.citation {
  font-weight: 600;
  font-style: italic;
}
.accroche {
  font-style: italic;
  font-size: 1.6em;
  text-align: center;
}
/* .image {margin:3px 7px 3px 3px; box-shadow:1px 1px 2px #8C8C8C; border-radius:2px 3px; max-width:100%} */
.image {
  margin: 3px 7px 3px 3px;
  box-shadow: 0px 6px 10px -5px #7b7b7b;
  border-radius: 3px 4px;
  max-width: 100%;
}

.livre {
  margin: 5px 10px;
  box-shadow: ;
}

.cadre {
  margin: 30px 5px 0 5px;
  background-color: rgba(240, 225, 195, 70);
  opacity: 0.8;
  box-shadow: 2px 2px 5px 0px rgba(150, 150, 150, 10);
  border-radius: 10px;
  padding: 20px 10px 10px;
  position: relative;
}

/* *** PHRASE DU JOUR *** */

.cadre h1 {
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
  text-shadow: none;
  color: #544932;
  line-height: 1em;
  margin: 0;
}
.cadre p {
  font-size: 17px;
  /* font-style: italic; */
  color: #786847;
  margin: 0 10px;
  line-height: 26px;
}
#blocPhrase p.auteur {
  font-style: normal;
  font-size: 14px;
  text-align: right;
  font-weight: bold;
  margin-bottom: 10px;
}
#blocPhrase p.auteur em {
  font-weight: normal;
  font-size: 13px;
}
#blocPhrase div.guillemetHaut {
  background: url("art/guillemetHaut.png") 0 0 no-repeat;
  display: block;
  width: 82px;
  height: 57px;
}
#blocPhrase div.guillemetBas {
  background: url("art/guillemetBas.png") 0 0 no-repeat;
  display: block;
  width: 82px;
  height: 57px;
  float: right;
}
#blocPhrase p.theme {
  font-style: normal;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

/* *** fin PHRASE DU JOUR *** */

/* ************************* 
			PIED
************************* */
#piedNormal {
  height: 230px;
}
#piedNormal div {
  position: absolute;
  z-index: 2;
  margin: 0 0 0 33%;
}
#piedNormal h1 {
  margin-top: 25px;
}
#piedNormal p {
  line-height: 16px;
  font-size: 16px;
  margin-left: 30px;
}
#piedNormal p span {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}
#piedNormal #copyright {
  font-size: 14px;
  color: #fff8b3;
  bottom: 6px;
  right: 100px;
  margin: 0;
}
#piedNormal #copyright a {
  font-weight: normal;
  color: #fff8b3;
}
#piedNormal #copyright a:hover {
  font-weight: bold;
  color: rgba(234, 117, 107, 100);
}

/* 	fin PIED ********* */

/* Tooltip */
#preview {
  position: absolute;
  background-color: rgba(183, 120, 173, 100);
  font-size: 10px;
  padding: 1px 5px 3px 5px;
  display: none;
  color: #fff;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
/* ******* */
#navigationPetit {
  display: none;
}

#wrapLawrence {
  width: 390px;
  display: block;
  margin: 0 auto;
}
.livresPetitEcran img {
  max-width: 250px;
}

@media (max-width: 1024px) {
  #navigation aside a {
    width: 130px;
    height: 130px;
    font-size: 14px;
    padding: 24px 10px;
  }
}

@media (max-width: 900px) {
  #header h1 {
    font-size: 5em;
  }
  #navigation {
    margin-top: 40px;
  }
  #piedNormal {
    height: 190px;
  }
  #piedNormal div {
    margin: 0 0 0 33%;
  }
  #piedNormal h1 {
    margin-top: 15px;
  }
  #dreamcatcher {
    visibility: hidden;
  }
  #wrapMary {
    width: 400px;
    display: block;
    margin: 0 auto;
  }
}

@media all and (min-width: 576px) and (max-width: 768px) {
  #header h1 {
    font-size: 5em;
    margin: 20px 0 10px;
  }
  #navigation aside {
    margin: 0;
  }
  #navigation aside a {
    width: 100px;
    height: 100px;
    font-size: 12px;
    padding: 14px 0px;
    line-height: 18px;
    margin: 0 -10px 0 0;
  }
  #dreamcatcher {
    display: none;
  }
  #piedNormal div {
    margin: 0 0 0 33%;
  }
  #piedNormal h1 {
    margin-top: 15px;
  }
  #piedNormal {
    height: 170px;
  }
  #piedNormal p {
    line-height: 14px;
    font-size: 16px;
    margin-left: 30px;
  }
  #piedNormal p span {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
  }
  #piedNormal #copyright {
    font-size: 13px;
    color: #fff8b3;
    bottom: 6px;
    left: 90px;
    margin: 0;
  }
  .accroche {
    font-size: 1.3em;
  }
  .grid *[class*="col_"] {
    float: none;
    width: auto;
    clear: both;
    display: block;
  }

  /* columns inside of columns */
  .grid *[class*="col_"] [class*="col_"] {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .grid {
    max-width: 768px;
  }
  .show-desktop {
    display: none;
  }
  .hide-desktop {
    display: block;
  }
  .show-tablet {
    display: block;
  }
  .hide-tablet {
    display: none;
  }
  .show-phone {
    display: none;
  }
  .hide-phone {
    display: block;
  }
  .livresGrandEcran {
    display: none;
  }
}

@media all and (max-width: 576px) {
  #header h1 {
    text-align: center;
    font-size: 4em;
    margin: 20px 0 10px 0;
  }
  #header h2 {
    text-align: center;
  }
  #navigation {
    display: none;
  }
  #dreamcatcher {
    display: none;
  }
  #piedNormal {
    height: 160px;
  }
  #piedNormal div {
    margin: 0 0 0 20%;
  }
  #piedNormal h1 {
    font-size: 1.9em;
  }
  #piedNormal p {
    line-height: 16px;
    font-size: 14px;
    margin-left: 60px;
  }
  #piedNormal p span {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
  }
  #piedNormal #copyright {
    font-size: 10px;
    color: #fff8b3;
    bottom: 4px;
    left: 80px;
    margin: 0;
  }
  .accroche {
    font-size: 1.3em;
  }
  .grid *[class*="col_"] {
    float: none;
    width: auto;
    clear: both;
    display: block;
  }

  /* columns inside of columns */
  .grid *[class*="col_"] [class*="col_"] {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .grid {
    max-width: 100%; /*320*/
  }
  .show-desktop {
    display: none;
  }
  .hide-desktop {
    display: block;
  }
  .show-tablet {
    display: block;
  }
  .hide-tablet {
    display: none;
  }
  .show-phone {
    display: block;
  }
  .hide-phone {
    display: none;
  }
  .livresGrandEcran {
    display: none;
  }

  #navigationPetit {
    display: block;
    cursor: pointer;
    margin: 10px 0 30px 0;
    -webkit-box-shadow: 0 0 2px 2px rgba(170, 170, 170, 0.3);
    box-shadow: 0 0 2px 2px rgba(170, 170, 170, 0.3);
  }
  #navigationPetit:focus {
    outline: none;
  }
  #navigationPetit:not(:focus) ul {
    max-height: 0;
  }
  #navigationPetit:before {
    content: "Menu \25BC";
    display: block;
    padding: 0.6em;
    background: #39717d;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  #navigationPetit ul {
    padding: 0;
    margin: 0;
    max-height: 30em;
    overflow: hidden;
    -webkit-transition: max-height 0.4s;
    transition: max-height 0.4s;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  #navigationPetit ul li {
    padding: 0;
    margin: 0;
  }
  #navigationPetit a {
    text-align: center;
    background: #fff;
    font-size: 18px;
    display: block;
    padding: 0.4em 0.1em 0.4em 0.3em;
    color: #39717d;
    text-decoration: none;
  }
  #navigationPetit a:hover,
  #navigationPetit a:focus {
    font-weight: bold;
    background: #39717d;
    color: #fff;
  }
}

@media all and (max-width: 480px) {
  #wrapLawrence,
  #wrapMary {
    width: 300px;
  }
  #lawrence {
    display: block;
    width: 300px;
    height: 203px;
    margin: 0 auto;
  }
  #mary {
    display: block;
    width: 300px;
    height: 198px;
    margin: 0 auto;
  }
  #header h1 {
    font-size: 2.6em;
    margin: 20px 0 10px 0;
  }
  #header h2 {
    font-size: 1.5em;
  }
  #piedNormal {
    height: 160px;
    margin-top: 30px;
  }
  #piedNormal img {
    display: none;
  }
  #piedNormal div {
    margin: 0;
    position: relative;
  }
  #piedNormal h1 {
    font-size: 1.9em;
    text-align: center;
  }
  #piedNormal p {
    line-height: 24px;
    font-size: 14px;
    margin: 0;
    text-align: center;
  }
  #piedNormal p span {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
  }
  #piedNormal #copyright {
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
    color: #18495d;
    margin: 20px 0 0 0;
  }
  #piedNormal #copyright a {
    font-size: 14px;
    color: #18495d;
  }
}
