/* Style responsive pour article visio PDF */
/* font size 
  62.5% = 10px
  1.2rem = 12px 
  1.6rem = 16px
  2.0rem = 20px
  2.4rem = 24px
*/
@font-face {
  font-family: "LegacSanBoo";
  src: url("../../_fonts/LegacSanBoo/LegacSanBoo.eot");
  src: url("../../_fonts/LegacSanBoo/LegacSanBoo.eot?#iefix") format("embedded-opentype"), url("../../_fonts/LegacSanBoo/LegacSanBoo.woff") format("woff"), url("../../_fonts/LegacSanBoo/LegacSanBoo.svg") format("svg");
}
@font-face {
  font-family: "LegacSanBol";
  src: url("../../_fonts/LegacSanBol/LegacSanBol.eot");
  src: url("../../_fonts/LegacSanBol/LegacSanBol.eot?#iefix") format("embedded-opentype"), url("../../_fonts/LegacSanBol/LegacSanBol.woff") format("woff"), url("../../_fonts/LegacSanBol/LegacSanBol.svg") format("svg");
}
/* font size 
62.5% = 10px
1.2rem = 12px 
1.6rem = 16px
2.0rem = 20px
2.4rem = 24px
*/
html {
  font-size: 62.5%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Reset Reloaded : https://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}

html,
body {
  height: 100%;
}

body {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 auto;
  width: 100%;
}

/* 
 * Message des types de parutions
*/
.msg-types-parution {
  display: block;
  position: relative;
  width: 100%;
  padding: 40px 20px 30px 20px;
  background-color: #c82c37;
  border: none;
  border-bottom: 1px solid #fff;
}

.msg-types-parution__btn-fermer {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 40px;
  font-style: LegacySansITCMedium;
  font-size: 23px;
  color: white;
  line-height: 25px;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.msg-types-parution__btn-fermer span {
  display: none;
  margin-right: 40px;
}
.msg-types-parution__btn-fermer:hover span {
  display: inline;
}
.msg-types-parution__btn-fermer .msg-types-parution__img-fermer {
  position: absolute;
  width: 20px;
  height: 20px;
  color: #fff;
  top: 10px;
  right: 10px;
}

.msg-types-parution__conteneur {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.msg-types-parution__conteneur h1 {
  height: auto;
  font-family: LegacSanBoo;
  font-size: 22px;
  font-weight: normal;
  line-height: 25px;
  margin-block-start: 0;
  margin-block-end: 0;
  color: #fff;
  margin: 0 0 20px 0;
  padding: 0;
}
.msg-types-parution__conteneur ul {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: left;
  margin: 0;
  padding: 0;
  list-style: none;
  column-gap: 20px;
  row-gap: 16px;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 1365px) {
  .msg-types-parution__conteneur ul {
    justify-content: space-around;
  }
}
.msg-types-parution__conteneur li {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .msg-types-parution__conteneur li {
    width: fit-content;
  }
}
.msg-types-parution__conteneur .msg-types-parution__btn-type {
  margin: 0 auto;
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 36px;
  background-color: #e9dbdb;
  border: 2px solid white;
  border-radius: 20px;
  font-family: "raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  color: black;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 767px) {
  .msg-types-parution__conteneur .msg-types-parution__btn-type {
    width: 310px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .msg-types-parution__conteneur .msg-types-parution__btn-type:hover:not(.indisponible) {
    background-color: #fff;
  }
}
.msg-types-parution__conteneur .msg-types-parution__btn-type:active:not(.indisponible) {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.msg-types-parution__conteneur .msg-types-parution__btn-type span {
  color: #c82c37;
}
.msg-types-parution__conteneur .msg-types-parution__btn-type.indisponible {
  background-color: rgba(233, 219, 219, 0.3);
  color: rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
  cursor: default;
}
.msg-types-parution__conteneur .msg-types-parution__btn-type.indisponible span,
.msg-types-parution__conteneur .msg-types-parution__btn-type.indisponible .msg-types-parution__img-lien {
  color: rgba(200, 44, 55, 0.3);
}
.msg-types-parution__conteneur .msg-types-parution__img-lien {
  display: inline;
  position: relative;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  color: #c82c37;
}

/** ----------------- HEADER - MENU ----------------- **/
header {
  width: 100%;
  height: auto;
  z-index: 5;
  position: relative;
  top: 0;
  left: 0;
  background-color: white;
}
header.fixe {
  position: fixed;
}
header .menu-principal {
  position: relative;
  background-color: #a4a6a3;
  letter-spacing: 0.03em;
  height: 42px;
}
header .menu-principal::after {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 7px;
  left: 0px;
  margin-bottom: -7px;
  width: 100%;
  -moz-box-shadow: inset 0px 7px 7px -7px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px 7px 7px -7px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 7px 7px -7px rgba(0, 0, 0, 0.5);
}
header .menu-principal > ul {
  position: relative;
  list-style-type: none;
  width: 100%;
  height: 100%;
}
header .menu-principal .mp__bouton-accueil,
header .menu-principal .mp__bouton-chantiers,
header .menu-principal .mp__fil-ariane {
  height: 100%;
}
header .menu-principal .mp__bouton-accueil {
  float: left;
  position: relative;
  width: 52px;
  background-color: #c82c37;
  vertical-align: top;
}
header .menu-principal .mp__bouton-accueil > a {
  display: block;
  height: 100%;
}
header .menu-principal .mp__bouton-accueil svg {
  position: relative;
  fill: #ffffff;
  margin: 5px 0 0 10px;
  padding: 0;
  width: 32px;
  height: 32px;
}
header .menu-principal .mp__bouton-accueil:hover {
  background-color: #454540;
  cursor: pointer;
}
header .menu-principal .mp__bouton-chantiers {
  float: left;
  display: block;
  width: 48px;
  background-color: #ffffff;
  cursor: pointer;
}
header .menu-principal .mp__bouton-chantiers > a {
  display: inline-block;
}
header .menu-principal .mp__bouton-chantiers svg {
  width: 28px;
  height: 28px;
  margin: 7px 0 0 10px;
  fill: #454540;
}
header .menu-principal .mp__bouton-chantiers .mp__conteneur-chantiers {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  padding: 0px 0px 20px 30px;
  height: auto;
  max-height: calc(100vh - 42px);
  width: 100%;
  background: #fff;
  z-index: 1;
  overflow-y: auto;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-box-shadow: inset 0px -7px 7px -7px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px -7px 7px -7px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px -7px 7px -7px rgba(0, 0, 0, 0.5);
}
header .menu-principal .mp__bouton-chantiers .mp__conteneur-chantiers a {
  text-decoration: none;
}
header .menu-principal .mp__bouton-chantiers .mp__conteneur-chantiers .mp__colonne-a-propos,
header .menu-principal .mp__bouton-chantiers .mp__conteneur-chantiers .mp__colonne-chantiers {
  margin: 20px 0 0 0;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 1.65rem;
  line-height: 1.65rem;
  letter-spacing: 0.03em;
  min-width: 200px;
  width: auto;
}
header .menu-principal .mp__bouton-chantiers .mp__conteneur-chantiers .mp__colonne-a-propos {
  max-width: 300px;
}
header .menu-principal .mp__bouton-chantiers .mp__conteneur-chantiers .mp__colonne-a-propos a {
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
  font-family: LegacSanBoo;
  color: #454540;
  text-transform: none;
}
header .menu-principal .mp__bouton-chantiers .mp__conteneur-chantiers .mp__colonne-a-propos a:hover {
  color: #823936;
}
header .menu-principal .mp__bouton-chantiers .mp__conteneur-chantiers .mp__colonne-a-propos .mp__titre-a-propos a {
  color: #a95b5b;
  font-family: LegacSanBol;
  text-transform: uppercase;
}
header .menu-principal .mp__bouton-chantiers .mp__conteneur-chantiers .mp__colonne-chantiers {
  flex-shrink: 1;
  flex-grow: 1;
}
@media only screen and (min-width: 767px) {
  header .menu-principal .mp__bouton-chantiers .mp__conteneur-chantiers .mp__colonne-chantiers {
    max-width: calc(100vw - 350px);
  }
}
header .menu-principal .mp__bouton-chantiers .mp__conteneur-chantiers .mp__colonne-chantiers .mp__titre-chantiers {
  color: #454540;
  margin-bottom: 10px;
  font-family: LegacSanBol;
  text-transform: uppercase;
}
header .menu-principal .mp__bouton-chantiers .mp__conteneur-chantiers .mp__colonne-chantiers .mp__element-chantier {
  margin: 0px 7px 7px 0;
  height: 50px;
  width: 20%;
  min-width: 195px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  background-color: #f1f0ee;
}
@media only screen and (min-width: 1365px) {
  header .menu-principal .mp__bouton-chantiers .mp__conteneur-chantiers .mp__colonne-chantiers .mp__element-chantier {
    height: 54px;
    width: 21%;
  }
}
header .menu-principal .mp__bouton-chantiers .mp__conteneur-chantiers .mp__colonne-chantiers .mp__element-chantier:hover {
  background-color: #e9e1df;
  cursor: pointer;
}
header .menu-principal .mp__bouton-chantiers .mp__conteneur-chantiers .mp__colonne-chantiers .mp__element-chantier--historical-atlas a {
  padding-top: 5px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 1365px) {
  header .menu-principal .mp__bouton-chantiers .mp__conteneur-chantiers .mp__colonne-chantiers .mp__element-chantier--historical-atlas a {
    padding-top: 10px;
    font-size: 1.5rem;
  }
}
header .menu-principal .mp__bouton-chantiers .mp__conteneur-chantiers .mp__colonne-chantiers a {
  color: #000000;
  font-family: LegacSanBoo;
  padding: 9px 5px 0 48px;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  line-height: 1.2em;
  text-transform: uppercase;
}
@media only screen and (min-width: 1365px) {
  header .menu-principal .mp__bouton-chantiers .mp__conteneur-chantiers .mp__colonne-chantiers a {
    padding: 10px 5px 0 54px;
    font-size: 1.5rem;
  }
}
header .menu-principal .mp__bouton-chantiers .mp__conteneur-chantiers .mp__colonne-chantiers a:hover {
  color: #823634;
}
header .menu-principal .mp__bouton-chantiers .mp__conteneur-chantiers .mp__colonne-chantiers div:first-child {
  background: none;
}
header .menu-principal .mp__bouton-chantiers.active > svg, header .menu-principal .mp__bouton-chantiers:hover > svg {
  fill: #a23237;
}
header .menu-principal .mp__bouton-chantiers.active .mp__conteneur-chantiers, header .menu-principal .mp__bouton-chantiers:hover .mp__conteneur-chantiers {
  display: flex;
}
header .menu-principal .mp__fil-ariane {
  overflow: hidden;
  display: block;
  cursor: default;
}
header .menu-principal .mp__fil-ariane > a {
  display: inline-block;
}
header .menu-principal .mp__fil-ariane span {
  display: inline;
  height: 100%;
  line-height: 44px;
  vertical-align: middle;
  font-family: LegacSanBoo;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.04rem;
  padding: 0 15px;
}
@media only screen and (min-width: 767px) {
  header .menu-principal .mp__fil-ariane span {
    font-size: 1.6rem;
    letter-spacing: 0.08rem;
  }
}
header .menu-principal .mp__fil-ariane .mp__fil-ariane__titre-ahq {
  background-color: #c82c37;
}
header .menu-principal .mp__fil-ariane .mp__fil-ariane__titre-ahq,
header .menu-principal .mp__fil-ariane .mp__fil-ariane__titre-chantier {
  float: left;
}
header .menu-principal .mp__fil-ariane .mp__fil-ariane__titre-chantier {
  background-color: #7b7f7a;
}
header .menu-principal .mp__fil-ariane .mp__fil-ariane__titre-anthologie {
  overflow: hidden;
  float: none;
  white-space: nowrap;
}
header .titre-article {
  margin: 4px 16px 0;
  background-color: white;
}
header .titre-article h1 {
  font-family: LegacSanBoo;
  font-style: normal;
  font-size: 1.5rem;
}
@media only screen and (min-width: 767px) {
  header .titre-article h1 {
    font-size: 1.65rem;
  }
}
header hr {
  margin: 0;
  padding: 0;
  border: 0;
  height: 5px;
  width: 100%;
  background-color: white;
  -moz-box-shadow: inset 0px -5px 5px -4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px -5px 5px -4px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px -5px 5px -4px rgba(0, 0, 0, 0.5);
}

/** ----------------- ZONE PDF ----------------- **/
#redirection {
  flex: 1 1 auto;
  position: relative;
  width: 100%;
  height: calc(100% - 42px);
  z-index: 1;
  background-color: #ffffff;
  overflow: hidden;
}
#redirection p {
  padding: 40px 30px;
  height: 200px;
  font-family: LegacSanBoo;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
}
#redirection .btn-redirection {
  display: block;
  position: relative;
  margin: 20px auto 20px auto;
  width: 100%;
  height: 40px;
  line-height: 36px;
  background-color: #e9dbdb;
  border: 2px solid #c82c37;
  border-radius: 20px;
  font-family: "raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  color: black;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 767px) {
  #redirection .btn-redirection {
    width: 340px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #redirection .btn-redirection:hover {
    background-color: #fff;
  }
}
#redirection .btn-redirection:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

/* ----------------------------------------- FOOTER ------------------------------------------------------- */
.footer-principal {
  position: relative;
  height: auto;
  width: 100%;
  z-index: 2;
  color: rgba(255, 255, 255, 0);
  clear: right;
  font-family: LegacSanBoo;
  font-weight: normal;
  font-size: 1.5rem;
  flex: 0 0 auto;
}
.footer-principal .fp__contact {
  position: relative;
  margin: 0;
  padding: 1em 2em 1em 2em;
  display: block;
  width: 100%;
  height: auto;
  background: #393934;
  border-top: 4px solid #2e302a;
}
.footer-principal .fp__contact .fp__contact__logo {
  display: inline-block;
  width: 20%;
  height: 150px;
}
.footer-principal .fp__contact .fp__contact__logo-img {
  display: block;
  margin-bottom: 0px;
  width: 260px;
  height: auto;
  max-height: 77.3px;
  border: 0;
}
.footer-principal .fp__contact .fp__contact__logo-lien--cieq,
.footer-principal .fp__contact .fp__contact__logo-lien--espacecieq a {
  padding: 2px 6px 2px 6px;
  width: auto;
  font-family: LegacSanBol;
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.7em;
  color: black;
  background-color: white;
}
.footer-principal .fp__contact .fp__contact__logo-lien--cieq:hover {
  background-color: #2a8a98;
}
.footer-principal .fp__contact .fp__contact__logo-lien--espacecieq a:hover {
  background-color: #f5b93e;
}
.footer-principal .fp__contact .fp__contact__zone-texte {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 15px 0 15px 15px;
  display: block;
  font-size: 0.9em;
  text-align: left;
  color: #4f4e4a;
  background-color: #d2d0cf;
}
@media screen and (min-width: 1365px) {
  .footer-principal .fp__contact .fp__contact__zone-texte {
    position: absolute;
    width: 630px;
    margin: 1em 1em 1em 2em;
    padding: 15px 0 15px 15px;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.footer-principal .fp__contact .fp__contact__zone-texte .fp__contact__zt__cieq {
  margin: 0 0 7px 0;
  display: block;
  color: #006173;
  text-transform: uppercase;
}
.footer-principal .fp__contact .fp__contact__zone-texte .fp__contact__zt__ulaval,
.footer-principal .fp__contact .fp__contact__zone-texte .fp__contact__zt__uqtr {
  display: block;
  width: 90%;
}
@media screen and (min-width: 767px) {
  .footer-principal .fp__contact .fp__contact__zone-texte .fp__contact__zt__ulaval,
  .footer-principal .fp__contact .fp__contact__zone-texte .fp__contact__zt__uqtr {
    margin: 0;
    display: inline-block;
  }
}
.footer-principal .fp__contact .fp__contact__zone-texte .fp__contact__zt__ulaval span,
.footer-principal .fp__contact .fp__contact__zone-texte .fp__contact__zt__uqtr span {
  color: #393934;
  letter-spacing: 0.02em;
  font-family: LegacSanBol;
  font-size: 1.1em;
}
.footer-principal .fp__contact .fp__contact__zone-texte .fp__contact__zt__ulaval a,
.footer-principal .fp__contact .fp__contact__zone-texte .fp__contact__zt__uqtr a {
  color: #006173;
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  .footer-principal .fp__contact .fp__contact__zone-texte .fp__contact__zt__ulaval {
    width: 320px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 767px) {
  .footer-principal .fp__contact .fp__contact__zone-texte .fp__contact__zt__uqtr {
    width: 260px;
  }
}
.footer-principal .fp__notes {
  margin: 0;
  position: relative;
  padding: 0.6em 1em 1em 1em;
  color: #d2d0cf;
  font-size: 0.9em;
  line-height: 1.5em;
  text-align: center;
  background-color: #813737;
}
.footer-principal .fp__notes .fp__notes__navigateurs,
.footer-principal .fp__notes .fp__notes__droits {
  margin: 0;
}
.footer-principal .fp__notes .fp__notes__navigateurs {
  color: #1b1d18;
}

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