
@font-face {
  font-family: 'LinoStampBold';
  src: url('polices/lino-stamp-webfont.eot');
  src: url('polices/lino-stamp-webfont.eot?#iefix') format('embedded-opentype'),
       url('polices/lino-stamp-webfont.woff') format('woff'),
       url('polices/lino-stamp-webfont.ttf') format('truetype'),
       url('polices/lino-stamp-webfont.svg#LinoStampBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OldTypographyRegular';
  src: url('polices/old/old_typography-webfont.eot');
  src: url('polices/old/old_typography-webfont.eot?#iefix') format('embedded-opentype'),
       url('polices/old/old_typography-webfont.woff') format('woff'),
       url('polices/old/old_typography-webfont.ttf') format('truetype'),
       url('polices/old/old_typography-webfont.svg#') format('svg');
  font-weight: normal;
  font-style: normal;

}

#bloc_page
{
  width: auto;
  margin: auto;
}

.logo 
{
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 0px;
  margin-right: 0px;
}

#titre_principal
{
  margin-top: 50px
}

.erreur{
  text-align: center;
  font-size: 1.5em;
  background-color: #a147497c;
  border: solide #1c1a19;
  border-radius: 4px;
  max-width: 500px;
}

.logo_left
{
position: absolute;
top: -8px;
left: 4px;
width: 250px;
font-size: 0.7em;
border-radius: 15px;
padding: 10px;
}



h1
{
font-size: 1,1em;
text-align: center;

}

section h2
{
font-size: 1,1em;
}

body
{
background: url('images/background/fond.jpg');  
background-attachment: fixed;

}

section h1, footer h1, nav a, h1
{
  font-family: LinoStampBold, serif;
  font-weight: normal;
  text-transform: uppercase;

}

h2, .date
{
font-family: 'LinoStampBold', serif;
}


/* Header */

.decale
{
  float: left;
}
/*#titre_principal
{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
} */

header
{
  display: flex;
  flex-direction: column;
  align-items: center;
}


header h1
{
  font-family: 'LinoStampBold', serif;
  font-size: 3.5em;
  font-weight: normal;
}



header h2
{
  font-family: LinoStampBold, serif;
  font-size: 2em;
  margin-top: 0px;
  font-weight: normal;
}

h2
{
margin-top: 15px;
margin-left: 130px;
text-decoration: underline;

}

.date
{
color: black;
margin-left: 30px;
text-transform: uppercase;

}

/* navigation*/


nav ul
{
  list-style-type: none;
  display: flex;
}

li
{
  margin-right: 25px;
}

nav a, .upload a
{
  font-size: 1.3em;
  color: #181818;
  padding-bottom: 3px;
  text-decoration: none;
}

nav a:hover, .upload a:hover
{
  color: #760001;
  border-bottom: 3px solid #760001;
}

.dl
{
  font-size: 1.3em;
  color: #181818;
  padding-bottom: 1px;
  text-decoration: none;
}

.dl:hover
{
  color: #760001;
  border-bottom: 1px solid #760001;
}

/* Corps */

h1
{
  width: auto;
  text-align: center;
}


section
{
  display: flex;
  align-items: flex-start; /* axe verticale : les articles sont collés les uns après les autres depuis le haut du site. Par défaut :stretch, du coup ils sont étirés sur tout l'axe.; */
  justify-content: space-between; /* axe horizontal : il y a des l'espace */
  margin-bottom: 20px;
}


.mesarticles
{
  display: flex;
  flex-direction: column;

  margin-bottom: 20px;
  margin-left: 50px;
  max-width: 650px;

}

article, aside
{
  text-align: justify;
}



article
{

  margin-right: 20px;
  flex: 3;

}


.auteur
{
  flex: 1.2;
  position: relative;
  background-color: #706b64;
  box-shadow: 0px 2px 5px #1c1a19;
  border-radius: 5px;
  padding: 10px;
  color: white;
  font-size: 0.9em;
  max-width: 250px;
  margin-right: 50px;
  padding-left: 20px;
  padding-right: 20px;
  
}

aside p ul li 
{
  margin: -80px;
  color: blue;
  border-style: double;
  background-color: red;
}
.upload
{
position: absolute;
top: 5px;
right: 10px;
width: 250px;
background-color: ;
font-size: 0.7em;
border-radius: 15px;
padding: 10px;
}


aside h1

{
  font-family: 'LinoStampBold', serif;
  font-size: 1.8em;
  font-weight: normal;
}


#photo_jc
{
  text-align: center;
}
aside img
{
  margin-right: 5px;
}

#fleche_bulle
{
  position: absolute;
  top: 200px;
  left: -13px;
}



/*footer*/


.visite
{
 position: absolute;
text-align: center;
  border-radius: 5px;
  padding: 10px;
  color: black;
  font-size: 0.9em;

  right: 10px;
}
.droits
{
font-size: 0.7em;
text-align: center;
}
ul
{
font-weight:bold;
}
.connexion
{
text-align: center;
}


/* PETIT ECRAN */


@media screen and (max-width: 934px)
{

  iframe
  {
      min-width: 250px;

  }


  section /*le à propos en bas avec column je crois */
  {
   display: flex;
   align-items: flex-start; /* axe verticale : les articles sont collés les uns après les autres depuis le haut du site. Par défaut :stretch, du coup ils sont étirés sur tout l'axe.; */
   flex-direction: column; 
   justify-content: space-between; /* axe horizontal : il y a des l'espace */
   margin-bottom: 20px;
  }


  .auteur
  {
     flex: 1.2;
     background-color: #706b64;
     box-shadow: 0px 2px 5px #1c1a19;
     border-radius: 5px;
    padding: 10px;
    color: white;
    font-size: 0.9em;
    max-width: 250px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
  
  }

  .mesarticles
  {
      display: flex;
     flex-direction: column;

     margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;

  }

  article
  {
  
  margin-right: auto;
  margin-left: auto;
  flex: 3;

  }

  h2, iframe, .date, .video
  {
      margin:auto;
      text-align: center;
  }



.decale
{
  width: 100px;
}

img[title="banniere"]
{
  width: 590px;
}



li
{
  margin-right: 10px;
}

nav a, .upload a
{
  font-size: 1.3em;
  color: #181818;
  padding-bottom: 3px;
  text-decoration: none;
}

.upload
{
  display: none;
}

img[title="fleche"]
{
  display: none;
}


/* 66666666666666666666666666666 */



}

/*Fin petits écrans*






/* ENCOOOORE PLUS PETIT ECRAN */


@media screen and (max-width: 650px)
{

  iframe
  {
      max-width: 310px;
      max-height: 200px;

  }

  header
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


  section /*le à propos en bas avec column je crois */
  {
   display: flex;
   align-items: flex-start; /* axe verticale : les articles sont collés les uns après les autres depuis le haut du site. Par défaut :stretch, du coup ils sont étirés sur tout l'axe.; */
   flex-direction: column; 
   justify-content: space-between; /* axe horizontal : il y a des l'espace */
   margin-bottom: 20px;
  }


  .auteur
  {
     flex: 1.2;
     background-color: #706b64;
     box-shadow: 0px 2px 5px #1c1a19;
     border-radius: 5px;
    padding: 10px;
    color: white;
    font-size: 0.9em;
    max-width: 650px;
    margin left: auto;
    padding-left: 20px;
    padding-right: 20px;
  
  }

  .mesarticles
  {
      display: flex;
     flex-direction: column;

      margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;

  }

  article
  {
  
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 35px;
  flex: 3;

  }

  h2, iframe, .date, .video
  {
      margin:auto;
      text-align: center;
  }
  h1
  {
      font-size: 1.1em;
      text-align: center;

  }

  header h1
  {
   font-family: 'LinoStampBold', serif;
   font-size: 2.5em;
   font-weight: normal;
  }

#titre_principal
{
  margin-top: -40px;
  margin-bottom: -45px;
}


.decale
{
  display: none;
}

img[title="banniere"]
{
  width: 380px;
}


nav a
{
  font-size: 1.5em;
  color: #181818;
  padding-bottom: 3px;
  text-decoration: none;
  border: solid;
  padding: 3px;
  margin-left: -200px;
}

nav ul li 
{
    text-align: left;

}
li
{
  margin-right: 40px;
  text-align: center;
  margin: 8px;
}

nav ul
{
  list-style-type: none;
  display: flex;
  flex-direction: column;

}

ul
{
  list-style-type: none;
}


/* 66666666666666666666666666666 */

.upload
{
  display: none;
}

img[title="fleche"]
{
  display: none;
}
}

/*Fin petits écrans*