﻿/*===================================== FONT + GENERAL début ======================*/
@font-face {
  font-family: "Papyrus";
  src: url("font_historia/Papyrus.ttf") format("truetype");
  font-display: auto;
}

@font-face {
  font-family: "Nova Round";
  src: url("font_historia/NovaRound.ttf") format("truetype");
  font-display: auto;
}

@font-face {
  font-family: "OldNewspaper";
  src: url("font_historia/OldNewspaperTypes.ttf") format("truetype");
  font-display: auto;
}

@font-face {
  font-family: "Wingding";
  src: url("font_historia/wingding.ttf") format("truetype");
  font-display: auto;
}

a:link {
  color: green;
}

img {
  width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
}

/*...td,
th {
  border-bottom: 3px solid #8ebf42;
  text-align: center;
  vertical-align: middle;
}...*/

.blanc {
  color: white;
}

.gris {
  color: gray;
}

.hr_silver {
  color: silver;
  width: 100%;
}

/*====================================== FONT + GENERAL fin ======================*/
/*========================================  BODY début  ==========================*/

.body_bleuorange {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-family: Papyrus, fantasy;
  font-size: 1em;
  font-style: italic;
  color: white;
  background: white url("images_historia/fond_degrade_bleu-orange_1920x1200_Saint-Sulpice-historia_v1a.webp") no-repeat fixed left top;
}

/*=========================================  BODY fin  ===========================*/

/*====================================  BANDEAU FIXE début  ======================*/

.box_bandeau {
  position: fixed;
  width: 100%;
  height: 15%;
  top: 0;
  z-index: 3;
}

.box_bandeau-fix {
  position: fixed;
  width: 100%;
  height: 15%;
  top: 0;
  z-index: 3;
}

.box_bandeau-rel {
  position: relative;
  width: 100%;
  height: 15%;
  top: 0;
  z-index: 3;
}

.image-v3 {
  width: 100%;
  height: 100%;
  top: 0;
}

/*=====================================  BANDEAU FIXE fin  =======================*/
/*=======================================  HEADER début  =========================*/

.box_header-fix {
  position: relative;
  width: 70%;
  margin-top: 8%;
  margin-right: auto;
  margin-left: auto;
  font-family: OldNewspaperTypes;
  font-size: 0.7em;
  background-color: transparent;
}

.box_header-rel {
  position: relative;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  font-family: OldNewspaperTypes;
  font-size: 0.7em;
  background-color: transparent;
}

.date_publication {
  position: relative;
  width: 100%;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  margin-left: 2%;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  text-align: left;
  font-size: 0.8em;
  font-family: "Arial", sans-serif;
}

.h1_blanc_14em {
  font-size: 1.4em;
  color: white;
}

/*========================================  HEADER fin  ==========================*/
/*========================================  CORPS début  =========================*/

/*.............................. generalités .......................*/

.box_corps-70 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2%;
  font-family: "Papyrus";
  text-align: center;
  font-size: 1.2em;
  font-style: italic;
}

.article_jaune {
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  vertical-align: middle;
  font-size: 1.7em;
  font-style: italic;
  background-color: rgb(255, 212, 0);
}

.article_jaune a:hover {
  background-color: yellow;
}

.h1 {
  font-size: 2.5em;
}

.h1-2 {
  font-size: 2em;
}

.h2 {
  font-size: 2em;
}

.h3 {
  font-size: 1.5em;
}

.image {
  box-shadow: 12px 11px 10px black;
}

.legende-commentaire {
  font-family: Arial, sans-serif;
  font-size: 0.6em;
  font-style: italic;
  color: black;
}

.ombre-8 {
  text-shadow: 8px 7px 7px black;
}

.ombre-12 {
  box-shadow: 12px 11px 10px black;
}

.article_blanc-flex {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-size: 1.7em;
  font-style: italic;
  color: white;
  display: flex;
}

.article_bleuturquoise {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  vertical-align: middle;
  font-size: 2em;
  font-style: italic;
  background-color: #a5cbc8;
  color: white;
}

.article_bleuturquoise a:hover {
  background-color: #89bdcc;
}

.article_jaune {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  vertical-align: middle;
  font-size: 1.7em;
  font-style: italic;
  background-color: #ffd400;
  color: white;
  box-shadow: 12px 11px 10px black;
}

.article_jaune a:hover {
  background-color: yellow;
}

.article_orange {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  vertical-align: middle;
  font-size: 1.7em;
  font-style: italic;
  background-color: #dc8c28;
  color: white;
  box-shadow: 12px 11px 10px black;
}

.article_fondvert {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  vertical-align: middle;
  font-size: 1.7em;
  font-style: italic;
  background-color: #769a36;
  color: white;
}

.articledroit {
  width: 20%;
  float: right;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 1em;
  font-style: italic;
  color: white;
}

.articlegauche {
  width: 70%;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 1em;
  font-style: italic;
  color: white;
}

.articlegauche80 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  font-size: 1em;
  font-style: italic;
}

.body_bleuorange {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-family: Papyrus, fantasy;
  font-size: 1.3em;
  font-style: italic;
  color: white;
  background: white url("images_historia/fond_degrade_bleu-orange_1920x1200_Saint-Sulpice-historia_v1a.webp") no-repeat fixed left top;
}

.body_bleuvertnuages {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-family: Papyrus, fantasy;
  font-size: 1.3em;
  font-style: italic;
  color: white;
  background: white url("images_historia/fond_degrade_bleu-vert-nuages-herbe_1920x1200_Saint-Sulpice-historia_v1a.jpg") no-repeat fixed left top;
}

.body_grisgris {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-family: Papyrus, fantasy;
  font-size: 1.3em;
  font-style: italic;
  color: white;
  background: white url("images_historia/fond_degrade_gris-gris_1920x1200_Saint-Sulpice-historia_v1a.jpg") no-repeat fixed left top;
}

.div80 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  color: white;
}

.div100 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  color: white;
}

figcaption {
  text-align: center;
  color: #e6e6e6;
  font-size: 0.3em;
  font-family: Arial, sans-serif;
  font-style: italic;
}

.h1blanc {
  text-align: center;
  color: white;
  font-size: 0.5em;
}

.h1ombre {
  text-align: center;
  color: white;
  font-size: 2.5em;
  text-shadow: 8px 7px 7px black;
}

.h1Combre {
  text-align: center;
  color: white;
  font-size: 2.5em;
  text-shadow: 8px 7px 7px black;
}

.h1Dombre {
  text-align: right;
  color: white;
  font-size: 2.5em;
  text-shadow: 8px 7px 7px black;
}

.h1Gombre {
  text-align: left;
  color: white;
  font-size: 2.5em;
  text-shadow: 8px 7px 7px black;
}

.imagedroite {
  float: right;
}

.pied_page {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  font-size: 0.8em;
  text-align: center;
}

.tableauturquoise {
  width: 80%;
  border: 1;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  background-color: #54a194;
}

.tags_pdp {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 0.7em;
  font-style: italic;
  color: #c8c8c8;
}

.tags_pdpgc {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 0.7em;
  font-style: italic;
  color: #ebebeb;
}

.textearial {
  font-family: Arial, sans-serif;
  font-size: 0.6em;
  font-style: italic;
  color: black;
}

.titre_80blanc {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  font-size: 2em;
  color: white;
}


.boite30D {
  float: right;
  width: 27%;
  height: 50%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.boite30G {
  float: left;
  width: 27%;
  height: 50%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.boite70G {
  float: left;
  width: 70%;
  height: 50%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.boite70D {
  float: right;
  width: 70%;
  height: 50%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.fondjaune {
  height: 50%;
  background-repeat: repeat-y;
  background-color: #c3a200;
  border-radius: 10px 50px;
  border: dashed green;
  padding: 10px;
  font-size: 0.8em;
}

.fondvert1 {
  height: 50%;
  background-repeat: repeat-y;
  background-color: #6baeb6;
  border-radius: 60px 10px;
  font-size: 0.8em;
  box-shadow: 12px 11px 10px black;
}

.fondvert2 {
  height: 50%;
  background-repeat: repeat-y;
  background-color: #7cabb1;
  /*radius en pourcentage ou en pixels*/
  border-radius: 60px 10px;
  font-size: 0.8em;
  box-shadow: 12px 11px 10px black;
}

.zone80blanc {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  text-align: center;
  font-size: 1.7em;
  font-style: italic;
  color: white;
}

.zone100 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/*=========================================  FOOTER BLANC et GRIS debut  ===================*/
a.blanc:link {
  color: white;
  text-decoration: none;
}

a.blanc:hover {
  color: firebrick;
  text-decoration: none;
}

a.gris:link {
  color: gray;
  text-decoration: none;
}

a.gris:hover {
  color: firebrick;
  text-decoration: none;
}

.bouton_footer-blanc {
  display: inline-block;
  width: 18%;
  border: none;
  background-color: transparent;
  color: white;
  text-align: center;
  font-family: "Nova Round";
  font-size: 0.5em;
  font-style: normal;
}

.bouton_footer-blanc:hover {
  cursor: pointer;
  border: none;
  background-color: transparent;
  background-size: 100% 100%;
  color: firebrick;
  text-align: center;
  font-family: "Nova Round";
  font-weight: bold;
  font-size: 0.5em;
  -ms-transform: scale(1.3);
  /* IE 9 */
  -webkit-transform: scale(1.3);
  /* Safari 3-8 */
  transform: scale(1.3);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.bouton_footer-gris {
  display: inline-block;
  width: 18%;
  border: none;
  background-color: transparent;
  color: gray;
  text-align: center;
  font-family: "Nova Round";
  font-size: 0.5em;
  font-style: normal;
}

.bouton_footer-gris:hover {
  cursor: pointer;
  border: none;
  background-color: transparent;
  background-size: 100% 100%;
  color: firebrick;
  text-align: center;
  font-family: "Nova Round";
  font-weight: bold;
  font-size: 0.5em;
  -ms-transform: scale(1.3);
  /* IE 9 */
  -webkit-transform: scale(1.3);
  /* Safari 3-8 */
  transform: scale(1.3);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.box_copyright {
  float: left;
  width: 49%;
  background-color: transparent;
  text-align: left;
  font-size: 0.4em;
  vertical-align: top;
}

.box_w3c {
  float: right;
  width: 49%;
  background-color: transparent;
  text-align: right;
  font-size: 0.4em;
  vertical-align: top;
}

.logo_w3c {
  width: 5%;
  height: auto;
}

.box_footer {
  position: relative;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  height: 12%;
  z-index: 15;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1.2rem;
  font-family: "Nova Round";
  font-style: normal;
}

/*============================================== FOOTER fin ============================*/