@charset "UTF-8";  

body {
  margin: 0;
  background: #F6F6F6;
  font-family: 'regular';
  font-size: 18px;
}

@font-face 
{  
  font-family: 'light'; 
  src: url('../design/light.woff2'); 
}

@font-face 
{  
  font-family: 'regular'; 
  src: url('../design/regular.woff2'); 
}

@font-face 
{  
  font-family: 'bold'; 
  src: url('../design/bold.woff2'); 
}

a
{
  text-decoration: none;
  color: black;
}

p, li
{
  line-height: 1.8;
  text-align: left;
  font-size: 18px;
  font-family: 'regular';
}

b 
{
  font-family: 'bold';
  font-weight: 400;
}

.stick
{
  background-color: #E10808;
  color: white;
  padding: 3px 5px 3px 5px;
  display: inline-flex;
  font-family: 'bold';
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'bold';
}

.breve
{
  background-color: #FFD041;
  color: black;
  padding: 3px 5px 3px 5px;
  display: inline-flex;
  font-family: 'bold';
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'bold';
}

.bold
{
  font-family: 'bold';
  display: inline;
}

.bouton
{
  background-color: #FFD041;
  color: black;
  border-radius: 10px;
  padding: 5px 7px 5px 7px;
  display: inline-flex;
  font-family: 'bold';
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'bold';
}

/** Une **/

 .une_cadre
{
  width: 76vw;
  padding: 15px 2vw 15px 2vw;
  margin: 0 10vw 0vw 10vw;
  background-color: white;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 99;
}

.une_gauche
{
  width: 48vw;
}

.une_droite
{
  width: 26vw;
}

.une_photo
{
  width: 48vw;
  height: 32vw;
  margin: 20px 0 5px 0;
  background-size: cover;
  background-position: center;
}

.une_intro
{
  font-family: 'regular';
  line-height: 1.4;
  padding: 0 0 0 0;
  font-size: 18px;
}

/** CATEGORIES **/

.categorie_cadre
{
  width: 76vw;
  padding: 15px 2vw 0 2vw;
  margin: 0 10vw 0vw 10vw;
  background-color: white;
  z-index: 99;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.categorie_cadre::-webkit-scrollbar 
{
  display: none;
}
.categorie_cadre 
{
  -ms-overflow-style: none; // IE 10+
  overflow: -moz-scrollbars-none; // Firefox
}

.categorie_vignette
{
  width: 12vw;
  height: 12vw;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  line-height: 12vw;
  color: white;
  font-weight: 700;
  display: inline-table;
  text-align: center;
  text-shadow: 1px 1px 2px black;
}

/** TITRE **/

.titre_cadre
{
  width: 76vw;
  padding: 30px 2vw 0 2vw;
  margin: 0 10vw 0vw 10vw;
  background-color: white;
  z-index: 99;
}

/** CADRE **/

.cadre_inline
{
  width: 76vw;
  padding: 30px 2vw 0 2vw;
  margin: 0 10vw 0vw 10vw;
  background-color: white;
  z-index: 99;
}

/** PAGE **/

 .page_cadre
{
  width: 76vw;
  padding: 30px 2vw 0 2vw;
  margin: 0 10vw 0vw 10vw;
  background-color: white;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 99;
}

.page_gauche
{
  width: 48vw;
}

.page_droite
{
  width: 26vw;
  position: sticky;
  top: 0;
}

h1
{
  font-weight: 300;
  margin: 0;
  padding: 10px 0 10px 0;
  font-size: 40px;
  font-family: 'bold';
  
  line-height: 1.1;
}

.page_structure
{
  font-size: 12px;
}

.page_photo
{
  width: 48vw;

  margin: 20px 0 5px 0;
  background-size: cover;
  background-position: center;
}

.page_video
{
  margin: 20px 0 5px 0;
}

.page_date
{
  margin: 0 0 30px 0;
  font-size: 10px;
  font-weight: 300;
  display: inline;
  text-transform: uppercase;
}

.page_credits
{
  font-size: 10px;
  line-height: 1.4;
  color: black;
  text-transform: uppercase;
}

.page_legende
{
  font-size: 10px;
  line-height: 1.4;
  color: black;
  text-transform: uppercase;
}

.page_intro
{
  font-family: 'bold';
  line-height: 1.6;
  padding: 20px 0 20px 0;
  margin: 0 0 20px 0;
  font-size: 21px;
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: grey;
}

.page_sous_titre,
h2
{
  font-weight: 300;
  font-family: 'bold';
  font-size: 22px;
  padding: 20px 0 0 0;
}

.page_image_corps
{
  width: 48vw;
}

.page_youtube
{
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
}

.page_youtube iframe,
.page_youtube embed,
.page_youtube object
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page_tag
{
  font-size: 12px;
  font-family: 'bold';
  color: black;
  text-transform: uppercase;
  padding: 5px 7px 5px 7px;
  margin: 0 0 10px 0;
  background-color: #FFD041;
  display: inline-flex;
}

.page_lire
{
  width: 100%;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
  border-radius: 0px;
  border-width: 1px 0 1px 0;
  border-style: dotted;
  border-color: grey;
}

.facebook-post-wrapper 
{
  position: relative;
  width: 100%;
  max-width: 500px; 
  height: 0;
  padding-bottom: 154.6%;
  overflow: hidden;
}

.facebook-post-wrapper iframe 
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
  overflow: hidden;
}

/** DROITE **/

.droite_rubrique
{
  font-weight: 700;
  font-size: 20px;
}

.droite_cadre
{
  width: 26vw;
  padding: 0px 0 15px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-width: 0px 0 0 0;
  border-color: #E1E1E1;
  border-style: solid;
  position: sticky;
}

.droite_image
{
  width: 10vw;
  height: 6.7vw;
  background-size: cover;
  background-position: center;
  position: relative;
}

.droite_titre
{
  width: 15vw;
  font-size: 16px;
  text-align: right;
  font-family: 'bold';
  line-height: 1.2;
}

/** PROPOSITION **/

.proposition_rubrique
{
  width: 76vw;
  padding: 60px 2vw 0 2vw;
  margin: 0 10vw 0vw 10vw;
  background-color: white;
  font-size: 24px;
  font-family: 'bold';
}

 .proposition_cadre
{
  width: 76vw;
  padding: 15px 2vw 0 2vw;
  margin: 0 10vw 0vw 10vw;
  background-color: white;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 99;
}

.proposition_vignette
{
  width: 18vw;
  padding: 0 0 20px 0;
}

.proposition_image
{
  width: 18vw;
  height: 12vw;
  background-size: cover;
  background-position: center;
  position: relative;
}

.proposition_titre
{
  padding: 10px 0 0 0;
  width: 14vw;
  font-size: 16px;
  font-family: 'bold';
  line-height: 1.2;
}

.proposition_bouton
{
  color: red;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  display: flex;
}

.proposition_bouton:hover
{
  text-decoration: underline;
}

/** PAGINATION **/ 

.pagination 
{
    display: inline-block;
}

.pagination_bouton 
{
    display: inline-block;
    padding: 8px 12px;
    margin: 2px;
    background-color: #f0f0f0;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
}

.pagination_bouton_actif 
{
    background-color: #333;
    color: #fff;
    font-weight: bold;
}

.pagination_ellipsis 
{
    display: inline-block;
    padding: 8px 12px;
    margin: 2px;
    color: #888;
}


/** FOOTER **/

.footer_espace
{
  width: 76vw;
  height: 60px;
  padding: 0 2vw 0 2vw;
  margin: 0 10vw 0vw 10vw;
  background-color: white;
}

.footer_cadre
{
  width: 76vw;
  padding: 60px 12vw 60px 12vw;
  background-color: #B30000;
  text-align: center;
}

.footer_1
{
  width: 76vw;
  padding: 0 0 20px 0;
}

.footer_2
{
  width: 76vw;
  padding: 20px 0 20px 0;
  border-style: dotted;
  border-color: white;
  border-width: 1px 0 0 0;
}

.footer_titre
{
  font-weight: 400;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
}

.footer_lien
{
  font-size: 16px;
  margin: 0 5px 0 5px;
  font-family: 'bold';
  color: white;
  display: inline;
  padding: 16px;
}