@charset "UTF-8";  

body 
{
  margin: 0;
  padding: 0;
  font-family: 'police';
  font-size: 16px;
  color: black;
  line-height: 1.5;
  background-color: white; 
  z-index: 1;
}

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

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


a
{
  text-decoration: none;
  color: black;
  margin: 0;
  padding: 0;
}

p
{
  font-size: 16px;
  text-align: left;
  line-height: 1.7;
  font-family: arial; 
}

ul, li
{
  font-family: 'arial';
  font-size: 16px;
  text-align: left;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

.stick
{
  font-size: 12px;
  color: #DC403B;
  text-transform: uppercase;
  font-family: 'police';
  display: inline-flex;
}

.structure,
.structure a
{
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}

.bouton
{
  font-size: 12px;
  background-color: #FFD041;
  color: black;
  padding: 10px 15px 10px 15px;
  margin: 0 0 5px 0;
  border-radius: 25px;
  display: inline-flex;
}

.bouton:hover
{
  background-color: black;
  color: white;
}

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

/** CADRE **/

.cadre_inline
{
  width: 80vw;
  margin: 0vw 10vw 0vw 10vw;
}

.cadre_flex
{
  width: 80vw;
  padding: 0vw 10vw 0vw 10vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cadre_deroulant
{
  width: 80vw;
  margin: 0vw 10vw 0vw 10vw;
  background-color: white;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

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

.cadre_titre
{
  width: 80vw;
  margin: 0 10vw 0vw 10vw;
}

.titre
{
  font-size: 70px;
  color: #a7dbdb;
  line-height: 1;
}

.titre_bouton
{
  font-size: 12px;
  background-color: #7ACCC8;
  color: white;
  padding: 10px 15px 10px 15px;
  margin: 10px 0 10px 0;
  border-radius: 25px;
  display: inline-flex;
}




/** RUBRIQUE **/

.rubrique_cadre
{
  width: 80vw;
  margin: 0vw 10vw 0vw 10vw;
}

.rubrique_bouton
{
  font-size: 12px;
  background-color: #FFD041;
  color: black;
  padding: 10px 15px 10px 15px;
  border-radius: 25px;
  display: inline;
}

.rubrique_bouton:hover
{
  background-color: black;
  color: white;
}



/** VIGNETTE **/

.vignette_cadre
{
  width: 22vw;
  height: 31vw;
  padding: 2vw;
  margin: 0 0 1vw 0;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  position: relative;
  box-shadow: 5px 5px 5px #E1E1E1;
}

.vignette_titre,
.vignette_titre a
{
  width: 22vw;
  font-size: 28px;
  line-height: 1.3;
  color: white;
  position: absolute;
  bottom: 2vw;
}

.vignette_stick
{
  font-size: 12px;
  color: #FFD041;
  text-transform: uppercase;
  display: inline-flex;
}

.vignette_lien,
.vignette_lien a
{
  padding: 15px 0 0 0;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: right;
}

.vignette_lien:hover
{
  color: grey;
}




/** BANNIERE **/

.banniere_cadre
{
  width: 80vw;
  height: 60vh;
  margin: 0vw 10vw 0vw 10vw;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-size: cover;
  background-position: center;
  text-align: center;
  box-shadow: 5px 5px 5px #E1E1E1;
}

.banniere_gauche
{
  width: 50vw;
  position: relative;
}

.banniere_droite
{
  width: 30vw;
  position: relative;
}

.banniere_titre
{
  width: 30vw;
  font-size: 50px;
  text-align: center;
  color: white;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.banniere_formulaire
{
  width: 20vw;
  padding: 5vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'arial';
  color: white;
}




/** ROND **/

.rond_cadre
{
  width: 12vw;
  margin: 10px 0 0 0;
  display: inline-table;
}

.rond_image
{
  width: 12vw;
  height: 12vw;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}

.rond_image:hover
{
  opacity: 0.5;
}

.rond_titre
{
  width: 12vw;
  padding: 10px 0 0 0;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
}




/** LISTE **/

.liste_cadre
{
  width: 35.5vw;
  height: 17vw;
  padding: 2vw;
  margin: 0 0 1vw 0;
  border-radius: 15px;
  background-position: center;
  background-size: cover;
  box-shadow: 5px 5px 5px #E1E1E1;
  position: relative;
}

.liste_titre
{
  width: 35.5vw;
  padding: 10px 2vw 0vw 0vw;
  font-size: 24px;
  color: white;
  line-height: 1.2;
  white-space: normal;
  position: absolute;
  bottom: 2vw;
}




/** PAGE **/

 .page_cadre
{
  width: 80vw;
  padding: 0vw 10vw 0vw 10vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 2;
}

.page_gauche
{
  width: 48vw;
}

.page_droite
{
  width: 30vw;
  position: sticky;
  top: 10px;
}

h1
{
  font-weight: 300;
  margin: 0;
  padding: 10px 0 10px 0;
  font-size: 36px;
  line-height: 1.2;
  font-family: 'police';
}

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

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

.page_date
{
  font-size: 0.8rem;
  color: grey;
  display: inline;
  font-family: 'arial';
}

.page_credits
{
  font-size: 0.8rem;
  line-height: 1.4;
  color: black;
  font-family: 'arial';
}

.page_legende
{
  font-size: 0.8rem;
  line-height: 1.4;
  color: black;
  font-family: 'arial';
}

.page_intro
{
  font-weight: 700;
  padding: 20px 0 20px 0;
  margin: 0 0 20px 0;
  font-size: 20px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #E1E1E1;
  font-family: 'arial';
}

.page_sous_titre,
h2
{
  font-size: 22px;
  padding: 10px 0 10px 0;
}

.page_image_corps
{
  width: 50vw;
}

.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;
  color: black;
  padding: 5px 7px 5px 7px;
  margin: 0 0 10px 0;
  background-color: #FFD041;
  display: inline-flex;
}

.page_partage
{
  display: flex;
  align-items: top;
  padding: 15px 0 0 0;
}

/** DROITE **/

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

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

.droite_image
{
  width: 14vw;
  height: 9.5vw;
  border-radius: 15px;
  background-size: cover;
  background-position: center;
}

.droite_titre
{
  width: 15vw;
  font-size: 16px;
}

/** RECETTE **/

.recette_flex
{
  width: 48vw;
  padding: 40px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.recette_detail
{
  font-size: 12px;
  background-color: #a7dbdb;
  color: black;
  padding: 10px 15px 10px 15px;
  margin: 0 0 5px 0;
  border-radius: 25px;
  display: inline-flex;
}

/** INGREDIENT **/

.ingredient_cadre
{
  width: 16vw;
}

.ingredient_titre
{
  padding: 0 0 25px 0;
}

.ingredient_nom
{
  font-weight: 300;
  padding: 7px 0 7px 0;
  border-style: dotted;
  border-color: grey;
  border-width: 0 0 1px 0;
  font-family: 'arial';
}

.ingredient_recherche
{
  height: 88px;
}

.ingredient_recherche_input
{
  width: 40%;
  font-size: 14px;
  padding: 15px;
  margin: 5px 0 5px 0;
  border-width: 1px;
  border-style: solid;
  border-color: grey;
  background-color: white;
  border-radius: 25px;
  -webkit-appearance: none;
  font-style: italic;
}

/** METHODE **/

.methode_cadre
{
  width: 30vw;
}

.methode_titre
{
  padding: 0 0 25px 0;
}

.methode_stick
{
  font-size: 12px;
  background-color: #a7dbdb;
  color: black;
  padding: 10px 15px 10px 15px;
  border-radius: 25px;
  display: inline-flex;
  text-transform: uppercase;
  font-family: 'police';
}

.methode_texte
{
  width: 30vw;
  font-family: 'arial';
}



/** PAYS **/

.pays_bouton
{
  font-size: 12px;
  background-color: #a7dbdb;
  color: black;
  padding: 10px 15px 10px 15px;
  margin: 5px 0 5px 0;
  border-radius: 25px;
  display: inline-flex;
}

.pays_bouton:hover
{
  color: white;
}




/** PROPOSITION **/

.proposition
{
  font-size: 30px;
  font-weight: 700;
  padding: 3vw 0 15px 0;
}

.proposition_flex
{
  width: 48vw;
  padding: 20;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.proposition_cadre
{
  width: 13.5vw;
  height: 8vw;
  padding: 1vw;
  margin: 0 0 1vw 0;
  border-radius: 15px;
  background-position: center;
  background-size: cover;
  box-shadow: 5px 5px 5px #E1E1E1;
  position: relative;
}

.proposition_titre
{
  width: 12.5vw;
  padding: 10px 2vw 0vw 0vw;
  font-size: 14px;
  color: white;
  line-height: 1.2;
  white-space: normal;
  position: absolute;
  bottom: 1vw;
}




/** ANNU **/

.annuaire_item
{
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-width: 0 0 1px 0;
  border-color: #E1E1E1;
  border-style: solid;
}

.annuaire_titre
{
  font-size: 22px;
}

.annuaire_description
{
  font-family: 'arial';
  line-height: 1.2;
  padding: 5px 0 5px 0;
}

.annuaire_tag
{
  font-size: 12px;
  color: black;
  padding: 5px 7px 5px 7px;
  margin: 0 0 10px 0;
  background-color: #a7dbdb;
  display: inline-flex;
}

.annuaire_signaler
{
  font-size: 12px;
  color: black;
  background-color: white;
  padding: 3px 5px 3px 5px;
  margin: 0 0 10px 0;
  display: inline;
  border-width: 2px;
  border-color: black;
  border-style: solid;
  font-family: 'police';
}

.annuaire_input
{
  width: 50vw;
  font-size: 14px;
  padding: 15px;
  margin: 5px 0 5px 0;
  border-width: 1px;
  border-style: solid;
  border-color: grey;
  border-radius: 25px;
  -webkit-appearance: none;
  font-style: italic;
}

.annuaire_input:focus
{
    outline: none;
}

.annuaire_description_textarea
{
  width: 50vw;
  font-size: 14px;
  font-family: 'arial';
  padding: 15px;
  height: 7rem;
  border-width: 1px;
  border-style: solid;
  border-color: grey;
  resize: none;
  border-radius: 25px;
  -webkit-appearance: none;
  font-style: italic;
}

.annuaire_description_textarea:focus
{
    outline: none;
}

.annuaire_input_tag
{
  width: 10vw;
  font-size: 14px;
  padding: 15px;
  margin: 5px 0 5px 0;
  border-width: 1px;
  border-style: solid;
  border-color: grey;
  border-radius: 25px;
  -webkit-appearance: none;
  font-style: italic;
  display: inline;
}

.annuaire_input_tag:focus
{
    outline: none;
}




/** PAGINATION **/

.pagination_cadre
{
  width: 76vw;
  padding: 20px 2vw 10px 2vw;
  margin: 0vw 10vw 0vw 10vw;
  background-color: white;
  text-align: center;
}

.pagination_cadre_page
{
  width: 60vw;
  padding: 1vw 0vw 5vw 0vw;
  text-align: center;
}

.pagination_bouton
{
  font-size: 12px;
  background-color: #7ACCC8;
  color: black;
  padding: 10px 15px 10px 15px;
  margin: 15px 0 0 0;
  border-radius: 25px;
  display: inline;
}

.pagination_bouton:focus
{
  background-color: black;
  color: white;
}




/** FORMULAIRE **/

.form_input
{
  width: 200px;
  font-size: 14px;
  padding: 15px;
  margin: 5px 0 5px 0;
  border-width: 0px;
  border-radius: 25px;
  -webkit-appearance: none;
  font-style: italic;
}

.form_input:hover
{
    outline: none;
}

.form_input_inscription
{
  width: 200px;
  font-size: 14px;
  padding: 15px;
  margin: 5px 0 5px 0;
  border-width: 1px;
  border-style: solid;
  border-color: grey;
  border-radius: 25px;
  -webkit-appearance: none;
  font-style: italic;
}

.form_input_inscription:hover
{
    outline: none;
}

.form_inscription
{
  font-size: 10px;
  color: white;
  text-transform: uppercase;
}

.form_cgu
{
  font-family: 'arial';
}

.form_commentaire_texte
{
  width: 80%;
  font-size: 14px;
  padding: 15px;
  height: 7rem;
  border-width: 1px;
  border-style: solid;
  border-color: #E1E1E1;
  resize: none;
  border-radius: 25px;
  font-family: 'Poppins', sans-serif;
  -webkit-appearance: none;
}

.form_commentaire_texte:focus
{
    outline: none;
}

.form_bouton
{
  background-color: #FFD041;
  color: black;
  font-family: 'police';
  padding: 10px 15px 10px 15px;
  border-radius: 25px;
  font-size: 12px;
  text-transform: uppercase;
  border-width: 0px;
  display: inline-flex;
  -webkit-appearance: none;
}

.form_bouton_mini
{
  background-color: transparent;
  color: #FFD041;
  font-family: 'police';
  padding: 10px 0 0 0;
  font-size: 10px;
  text-transform: uppercase;
  border-width: 0px;
  display: inline-flex;
  -webkit-appearance: none;
}

.form_bouton_vote
{
  background-color: #FFD041;
  color: black;
  font-family: 'police';
  padding: 10px 15px 10px 15px;
  margin: 0 0 10px 0;
  border-radius: 25px;
  font-size: 12px;
  text-transform: uppercase;
  border-width: 0px;
  display: inline;
  -webkit-appearance: none;
}

.form_select
{
  width: 20vw;
  line-height: 1.7;
  padding: 10px 15px 10px 15px;
  border-radius: 25px;
  border-width: 1px;
  border-style: solid;
  border-color: grey;
  font-style: italic;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-appearance: none;
}



/** COMMENTAIRES **/

.com_item
{
  width: 48vw;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-width: 0 0 1px 0;
  border-color: #E1E1E1;
  border-style: solid;
}

.com_auteur
{
  font-size: 12px;
  color: black;
  padding: 5px 7px 5px 7px;
  margin: 0 0 10px 0;
  background-color: #a7dbdb;
  display: inline-flex;
}

.com_date
{
  font-size: 10px;
  font-family: 'arial';
  text-transform: uppercase;
}

.com_bouton
{
  background-color: grey;
  color: white;
  font-family: 'police';
  padding: 5px 7px 5px 7px;
  font-size: 10px;
  border-width: 0px;
  display: inline-flex;
  -webkit-appearance: none;
}


/** FOOTER **/

.footer_cadre
{
  width: 80vw;
  margin: 45px 0 0 0;
  padding: 45px 10vw 45px 10vw;
  text-align: center;
  background-color: #F6F6F6;
}

.footer_logo
{
  height: 88px;
  padding: 0 0 30px 0;
}

.footer_liens
{
  font-size: 12px;
  padding: 0 15px 0 15px;
  display: inline;
  text-transform: uppercase;
  color: grey;
  font-family: 'arial';
}

.footer_social 
{
  font-family: 'social';
  font-size: 60px;
  padding: 0 10px 0 10px;
  display: inline;
  color: grey;
}

.footer_social:hover
{
  color: black;
}

.erreur_titre
{
  height: 50vh;
  font-size: 40px;
  color: #a7dbdb;
}
