@charset "UTF-8";
/**
 * @author Élody Levasseur-Côté
 * @todo lier les différentes composantes de SASS du projet
**/
/**
 * ------------------
 * TABLE DES MATIÈRES
 * ------------------
 * Librairies
 * Utilitaires
 * Base
 * Modules
 * Grille
 */
/****** Librairies ******/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url(https://fonts.googleapis.com/css?family=Barlow+Condensed:light,regular,medium,bold,extra-bold);
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**** Utilitaires ****/
/**
* @author Élody Levasseur-Côté (elodylevasseurcote@hotmail.com)
*/
/**
 * ----------------------------
 * TABLE DES MATIERES - MIXINS
 * ----------------------------
 * Utilitaires de base
 ** Box sizing
 ** Clearfix
 * Accessibilité
 * Typographie
 */
/********** Utilitaires de base **********/
/** Box sizing **/
/* Clearfix */
/********* Accessibilité *********/
.visuallyhidden,
.screen-reader-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus,
.screen-reader-only.focusable:active,
.screen-reader-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/******** Typographie *********/
/******** Animation *********/
/* Décrire l'animation de la fenêtre modale */
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/**
 * @author Élody Levasseur-Côté (elodylevasseurcote@hotmail.com)
 * @todo créer les bonnes variables pour les couleurs
 * @todo créer d'autres variables de couleurs au besoin + mixins
**/
/**
 * ----------------------------
 * TABLE DES MATIERES - MIXINS
 * ----------------------------
 * Utilitaires de base
 ** Polices de caractères
 ** Palette de couleurs
 * Couleur intéractivité
 * Points de rupture
 */
/** Polices de caractères **/
/** Palette de couleurs **/
/** Points de rupture **/
/****** Base ******/
/**
 * @author Élody Levasseur-Côté (elodylevasseurcote@hotmail.com)
 * @todo Lier typographies, créer bonnes variables selon titres et textes
**/
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Barlow Condensed, Helvetica, sans-serif;
  line-height: 1.375;
  /* facteur multiplicateur de la taille de la police 1.375x16=22 */
}
@media (min-width: 600px) {
  body {
    line-height: 1.5;
  }
}

h1, .h1,
h2, .h2,
h3, .h3 {
  font-family: Barlow Condensed, Helvetica, sans-serif;
}

h1, .h1 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0 auto;
  padding: 20px 0;
}
@media (min-width: 600px) {
  h1, .h1 {
    font-size: 40px;
    font-size: 4rem;
  }
}

h2, .h2 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin: 0;
}
@media (min-width: 600px) {
  h2, .h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

h3, .h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin: 0;
}
@media (min-width: 600px) {
  h3, .h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/****** Modules ******/
/**
 * @author Élody Levasseur-Côté (elodylevasseurcote@hotmail.com)
**/
.entete__img > a > picture > img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .entete__img > a > picture > img {
    max-width: 1000px;
  }
}
/**
 * @author Élody Levasseur-Côté (elodylevasseurcote@hotmail.com)
**/
body {
  background-color: #1B1F27;
  color: #FCF6C7;
}

.accueil > picture > img {
  width: 100%;
}

.bibliographie > picture > img {
  width: 100%;
}
.bibliographie__description > p {
  font-size: 18px;
}

.livres__item {
  background-color: #1F242D;
  padding: 20px;
  margin: 20px 0;
}
.livres__item > div > h3 {
  font-weight: 500;
}
.livres__item > div > picture > img {
  width: 100%;
}
.livres__item > p {
  font-size: 18px;
}
.livres__item__infos > p {
  margin: 0;
}

.biographie__img > img {
  width: 100%;
}

.telechargement__telecharge__img > a {
  color: #FCF6C7;
}
.telechargement__telecharge__img > a > img {
  width: 100%;
}
.telechargement__disponibles {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}
.telechargement__disponibles > a {
  width: 47.3684210526%;
}
.telechargement__disponibles > a > picture > img {
  width: 100%;
}
.telechargement__disponibles > a:nth-child(2n) {
  margin-left: 5.2631578947%;
}

.liens__img > img {
  width: 100%;
}
.liens__groupe__liste__lien > a {
  color: #FCF6C7;
}

.contact__img {
  width: 100%;
}
.contact__infos > a {
  color: #FCF6C7;
  font-size: 20px;
  margin: 20px 0;
  display: block;
}
.contact__infos__img {
  width: 100%;
}
.contact__infos__img > img {
  margin: 20px auto;
  display: block;
}
.contact__infos__fb {
  display: flex;
}
.contact__infos__fb > img {
  width: 35px;
  margin: 0 10px;
}
.contact__infos__fb > p > a {
  color: #FCF6C7;
}

@media (min-width: 600px) {
  .conteneur > * {
    margin: 0;
  }

  .bibliographie {
    display: flex;
  }
  .bibliographie > img {
    width: 32.2033898305%;
  }
  .bibliographie__description {
    width: 66.1016949153%;
    margin-left: 1.6949152542%;
  }
  .bibliographie__description > p {
    font-size: 18px;
  }

  .livres__item {
    width: 74.5762711864%;
    display: flex;
  }
  .livres__item > div:first-child > h3 {
    margin: 5px;
  }
  .livres__item:nth-child(3) {
    margin-left: 25.4237288136%;
    display: flex;
    flex-direction: row-reverse;
  }
  .livres__item:nth-child(3) > p {
    margin-right: 2.2727272727%;
  }
  .livres__item > div {
    width: 31.8181818182%;
  }
  .livres__item > p {
    width: 65.9090909091%;
    margin-left: 2.2727272727%;
  }

  .biographie {
    display: flex;
  }
  .biographie__img {
    width: 32.2033898305%;
  }
  .biographie__description {
    width: 66.1016949153%;
    margin-left: 1.6949152542%;
  }

  .telechargement__telecharge > div > a > img {
    width: 100%;
  }
  .telechargement__disponibles > a {
    width: 15.2542372881%;
    margin-right: 1.6949152542%;
  }
  .telechargement__disponibles > a > picture > img {
    width: 100%;
  }
  .telechargement__disponibles > a:nth-child(2n) {
    margin-left: 0;
  }
  .telechargement__disponibles > a:last-child {
    margin-right: 0;
  }

  .liens {
    display: flex;
  }
  .liens__img {
    width: 32.2033898305%;
  }
  .liens__groupe {
    width: 66.1016949153%;
    margin-left: 1.6949152542%;
  }
  .liens__groupe__liste__lien > a {
    color: #FCF6C7;
  }

  .contact {
    display: flex;
  }
  .contact__img {
    width: 32.2033898305%;
  }
  .contact__infos {
    width: 66.1016949153%;
    margin-left: 1.6949152542%;
  }
  .contact__infos__img > img {
    display: inline;
  }
}
/**
 * @author Élody Levasseur-Côté (elodylevasseurcote@hotmail.com)
 * @todo créer la composante du menu bureau et mobile
**/
/*******
*** Menu table
 */
.menu__liste {
  list-style: none;
  padding: 0;
}
.menu__listeItem {
  font-size: 19px;
  margin: 10px 0;
}
.menu__listeItemLien {
  text-decoration: none;
  color: #FCF6C7;
}

#btn-menu {
  display: none;
}

#btn-menu:checked ~ .menu {
  margin-top: -17px;
}

.header-label {
  display: block;
  width: 30px;
  height: 30px;
  margin: 20px;
}
.header-label > img {
  height: 40px;
  width: 40px;
}

.header-label:hover {
  cursor: pointer;
  background: #1B1F27;
}

.menu {
  position: absolute;
  width: 100%;
  margin-top: -400px;
  -webkit-transition: all 0.2s ease-out;
  background-color: #1F242D;
}

#top-menu {
  list-style: none;
  background: #1B1F27;
  background-color: #1F242D;
}

#top-menu a {
  margin: 0 10px;
  padding: 0 10px;
}

@media (max-width: 600px) {
  .menu__icon {
    width: 35px;
    height: 35px;
    margin-left: 20px;
  }
}
@media (min-width: 600px) {
  .menu {
    width: 100%;
    padding: 3px;
  }
  .menu__liste {
    max-width: 1000px;
    margin: 10px auto;
    display: flex;
    justify-content: space-around;
  }
  .menu__listeItem {
    margin: 0;
  }

  .header-label {
    display: none;
  }

  .menu {
    margin: 0;
    position: static;
  }

  #top-menu a:hover {
    border-bottom: 4px solid #FCF6C7;
    border-left: none;
  }

  #btn-menu:checked ~ .menu {
    margin-top: 0px;
  }
}
/**
 * @author Élody Levasseur-Côté (elodylevasseurcote@hotmail.com)
 * @todo créer les styles du footer du site
**/
.footer {
  background-color: #1F242D;
}
.footer > .menu {
  margin-top: 20px;
  padding: 20px;
  position: relative;
  border: 0;
}
.footer > .menu > .menu__liste {
  text-align: center;
}
.footer > p {
  width: 100%;
  text-align: center;
  padding: 10px;
}

/****** Grille ******/
/**
 * @author Élody Levasseur-Côté (elodylevasseurcote@hotmail.com)
 * @todo Compléter selon l'énoncé
*/
html {
  box-sizing: border-box;
}

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

@media (max-width: 599px) {
  .conteneur {
    margin: 0 20px;
    max-width: 1000px;
  }
}
@media (min-width: 600px) {
  .conteneur {
    margin: 0 auto;
    max-width: 1000px;
  }
}
/**
 * @author Prénom Nom courriel
 * @todo ADAPTER ce fichier selon le projet
**/
.erreur {
  color: red;
}

.erreurElement {
  border: 1px solid red;
}

.ok {
  color: green;
}

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