@charset "UTF-8";
/**
 * @author Michel Rouleau <mrouleau@csfoy.ca>
 * @todo Lier les modules avec des instructions @import
 * @todo Compléter selon l'énoncé de l'exercice
 */
/****** Librairies ******/
/** Normalize **/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
@import url("https://googleapis.com");
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
  background-color: #FEFCE6;
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/**** UTILITAIRES ****/
/**** Utilitaires ****/
/* Harmoniser le modèle de boîte avec Box-Sizing */
html {
  box-sizing: border-box;
}

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

/* Clearfix */
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

/* a11y */
.visuallyhidden {
  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 {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/****** BASE ******/
/** Typographie **/
/**** Typographie responsive (Mobile First) ****/
/**
 * @author Prénom Nom courriel
**/
/**
 * TABLE DES MATIÈRES
 * Doc des points de rupture
 * Polices
 * Base décimale
 * Hiérarchie responsive
 * CONTRÔLE de la longueur des lignes
 */
/* Points de rupture : 600px et 1000px */
/* Écran étroit : de 0 à 599px */
/* Écran moyen : de 600 à 1000px */
/* Écran large : 1000px et + */
/** Polices **/
/*@font-face {
    font-family: NewsCycle-bold;
    src:url(../polices/News_Cycle/NewsCycle-bold.woff) format('woff'),
        url(../polices/News_Cycle/NewsCycle-bold.woff2)format('woff2'),
        url(../polices/News_Cycle/NewsCycle-bold.ttf) format('truetype');
}
@font-face {
    font-family: NewsCycle;
    src:url(../polices/News_Cycle/NewsCycle-Regular.woff) format('woff'),
    url(../polices/News_Cycle/NewsCycle-Regular.woff2)format('woff2'),
    url(../polices/News_Cycle/NewsCycle-Regular.ttf) format('truetype');
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    font-family: NewsCycle-bold, sans-serif ;
}
body{
    font-family: NewsCycle, sans-serif ;
}*/
/** variables **/
/** Base décimale **/
html {
  font-size: 62.5%;
}

body {
  /* 16px pour toutes les largeurs d'écran */
  font-size: 16px;
  font-size: 1.6rem;
  /* facteur multiplicateur de la taille de la police 1.375x16 = 22 */
  line-height: 1.375;
}

@media (min-width: 600px) {
  body {
    line-height: 1.5;
  }
}
@media (min-width: 1000px) {
  body {
    line-height: 1.75;
  }
}
/** Hiérarchie responsive **/
/*  plus proche = plus petit  &  plus loin = plus grand */
h1,
.h1 { /* = 32px */
  font-size: 32px;
  font-size: 3.2rem;
}

@media (min-width: 600px) {
  h1,
  .h1 { /* = 40px */
    font-size: 40px;
    font-size: 4rem;
  }
}
@media (min-width: 1000px) {
  h1,
  .h1 { /* = 48px */
    font-size: 48px;
    font-size: 4.8rem;
  }
}
h2,
.h2 { /* = 24px */
  font-size: 24px;
  font-size: 2.4rem;
}

@media (min-width: 600px) {
  h2,
  .h2 { /* = 32px */
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media (min-width: 1000px) {
  h2,
  .h2 { /* = 36px */
    font-size: 36px;
    font-size: 3.6rem;
  }
}
h3,
.h3 { /* = 18px */
  font-size: 18px;
  font-size: 1.8rem;
}

@media (min-width: 600px) {
  h3,
  .h3 { /* = 24px */
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 1000px) {
  h3,
  .h3 { /* = 30px */
    font-size: 30px;
    font-size: 3rem;
  }
}
h4,
.h4 { /* = 16px */
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 600px) {
  h4,
  .h4 { /* = 18px */
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 1000px) {
  h4,
  .h4 { /* = 22px */
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.navigation {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 600px) {
  .navigation {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 1000px) {
  .navigation {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
/**** CONTRÔLE de la longueur des lignes ****/
/* Longueur max.: 80 caractères
/* Longueur min.: 3-4 mots ou 35 caractères (en fr et en)
/* Pour tester la longueur des lignes commencer par
/* générer le témoin dans le html avec Emmet:
/*
/* span.controleur>i{$$$}*200
/* Note: le $ permet de générer une numérotation
/*
/* Les règles css qui suivent permettront de visualiser en rouge
/* les multiples des caractères 77,78 et 79.
/*
/* Utiliser ce générateur pour vérifier le max-width en em ou rem
/* à donner à un conteneur parent OU encore, ajuster le font-size!
*/
span.controleur i:nth-child(20n) { /*20n pour 20*4caractères*/
  font-size: 200%;
  color: red;
  line-height: 1;
}

span.controleur i:after {
  content: " ";
}

/****** LAYOUT ******/
/**** Grille ****/
/**** Mini système de grilles fluides MOBILE FIRST ****/
.conteneur {
  /*background-color: lightBlue;*/
}

.col {
  display: block;
  /* pour espacer les blocs à la verticale.
     Ajuster selon le besoin */
  margin: 0 0 0.5em 0;
  /* ce qui suit n'est pas essentiel */
  /*background-color: linen;
  border: 1px solid black;*/
}

.col_1_de_12,
.col_2_de_12,
.col_3_de_12,
.col_4_de_12,
.col_5_de_12,
.col_6_de_12,
.col_7_de_12,
.col_8_de_12,
.col_9_de_12,
.col_10_de_12,
.col_11_de_12 {
  width: 100%;
}

.invisible {
  display: none;
}

/* pour décoller les blocs du viewport, à gauche et à droite.
Ajuster selon le besoin  */
.conteneur {
  padding: 0 0.5em;
}

/**** Requêtes media ****/
/* Pour écran large */
@media (min-width: 600px) {
  .conteneur {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0;
    /* Grille 12 colonnes en arrière-plan - Mettre en commentaires après usage */
    /*background-image: linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25) 83.33333%, transparent 83.33333%);
    background-size: 8.4507%;
    background-origin: content-box;
    background-clip: content-box;
    background-position: left top;*/
  }
  .col {
    margin: 0 2% 2% 0;
    float: left;
  }
  .rangee > *:last-child {
    margin-right: 0;
  }
  .col_1_de_12 {
    width: 6.5%;
  }
  .col_2_de_12 {
    width: 15%;
  }
  .col_3_de_12 {
    width: 23.5%;
  }
  .col_4_de_12 {
    width: 32%;
  }
  .col_5_de_12 {
    width: 40.5%;
  }
  .col_6_de_12 {
    width: 49%;
  }
  .col_7_de_12 {
    width: 57.5%;
  }
  .col_8_de_12 {
    width: 66%;
  }
  .col_9_de_12 {
    width: 74.5%;
  }
  .col_10_de_12 {
    width: 83%;
  }
  .col_11_de_12 {
    width: 91.5%;
  }
  .col_12_de_12 {
    width: 100%;
  }
  footer.col {
    margin: 0;
  }
  .invisible {
    display: block;
    visibility: hidden;
  }
}
.entete a {
  text-decoration: none;
  color: #FAEE81;
}

.site-logo img {
  width: 10rem;
}

.entete {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #214B15;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  transition: all 0.3s ease;
}
.entete .site-logo img {
  margin-left: 10px;
  max-height: 50px;
  width: auto;
}
@media (min-width: 600px) {
  .entete .site-logo img {
    margin-left: 60px;
    max-height: 75px;
  }
}
@media (min-width: 1000px) {
  .entete .site-logo img {
    margin-left: 220px;
    max-height: 100px;
  }
}
.entete .navigation-principale ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}
.entete .navigation-principale a {
  text-decoration: none;
  background: transparent;
}
.entete .navigation-principale a:hover {
  background: transparent;
}

.piedDePage {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #214B15;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

@media (min-width: 600px) {
  .piedDePage {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1000px) {
  .piedDePage {
    padding-left: 220px;
    padding-right: 220px;
  }
}
.conteneurLogo {
  display: flex;
  background-color: #FAEE81;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 60px;
}

@media (min-width: 600px) {
  .conteneurLogo {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1000px) {
  .conteneurLogo {
    padding-left: 80px;
    padding-right: 80px;
  }
}
/* Style de la section Héros */
.hero-section {
  height: 60vh; /* L'image prend 60% de la hauteur de l'écran */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1; /* Reste en dessous du z-index de votre header sticky */
}

.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

body {
  padding-top: 150px;
}

/****** MODULES ******/
/** Menu responsive **/
/**
 * @author Prénom Nom courriel
 * @todo ADAPTER ce fichier selon le projet
**/
/**
 * TABLE DES MATIÈRES
 * Palette de couleurs
 * Base commune
 * - Bouton du menu
 * - Liste du menu
 * - Liens du menu
 * Si le javascript est activé
 */
/****** Base commune *******/
/* Bouton du menu (injecté par JavaScript)*/
.navigation {
  max-width: 960px;
  margin: 0 auto;
}
.navigation__controle {
  background-color: #d9d7d0;
  border: none;
  padding: 10px;
  min-width: 40px;
}
.navigation__controle:hover {
  background-color: #f5ae09;
}
.navigation__controle:active {
  background-color: #f1acb1;
}
.navigation__controle:focus {
  /**
   * Les styles du navigateur utilisent la règle outline pour définir
   * l'état focus des éléments interactifs.
   * Vous pouvez redéfinir cette règle ou remplacer par d'autres styles
   * mieux adaptés à la direction visuelle.
   * MAIS il faut souligner l'état focus et le tester au clavier.
   */
  outline-offset: -5px;
  outline: #f5ae09 auto 5px;
}
@media (min-width: 601px) {
  .navigation__controle {
    display: none;
  }
}

/* Liens du menu */
.menu-item a {
  display: block;
  padding: 5px 10px;
  width: 100%;
}
.menu-item a:link, .menu-item a:visited {
  text-decoration: none;
}
.menu-item a:active, .menu-item a:hover {
  color: #B2885E;
}
.menu-item a {
  /*
      &--actif {
          border-left: 5px solid #f4d07c;
      }*/
  /*     outline: none;
       border-left: 5px solid #f5ae09;*/
}

/* Liste du menu */
.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: none;
}

@media (min-width: 601px) {
  .menu-item {
    display: inline-block;
  }
}

/* Si le javascript est activé */
/* Pour des raisons d'accessibilité, on ne cache le menu mobile
 * que si JavaScript est activé. De cette façon, s'il est désactivé,
 * le menu restera tout de même visible à l'utilisateur.
 */
.js .menu {
  max-height: 100vh;
  overflow: hidden;
  transition: max-height 0.5s;
}

.js .navigation--ferme .menu {
  max-height: 0;
}
@media (min-width: 601px) {
  .js .navigation--ferme .menu {
    max-height: none;
  }
}

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