﻿@font-face {font-family:"piron";src:url("../fonts/piron.eot") format("eot"),url("../fonts/piron.woff") format("woff"),url("../fonts/piron.ttf") format("truetype"),url("../fonts/piron.svg#piron") format("svg");font-weight:normal;font-style:normal;}

/* Reset */

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* Main */

.dodo {
    background: url("../../images/sculpture en fer forge.jpg") no-repeat center fixed;
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
	color: #000;
	font-size: 20px;
	font-family: 'piron', sans-serif;
}


.partup {
  position: relative;
  overflow: hidden;
  padding:0 2em 0 2em;
  margin-bottom: 0;
}

.midown {
  position: relative;
  overflow: hidden;
  padding: 5em 3em;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  text-align: justify;  
  font-size: 25px;
}

  .partup article {
    text-align: left;
  }
  
  .partup arti {
    text-align: center;
  }


a:link {color: #4B0082; text-decoration: none; }
a:visited {color: #4B0082; text-decoration: none; }
a:hover { color: #F80; text-decoration: none ;} /*orange*/

#parent {
  display: flex; /* contexte sur le parent */
  flex-direction: column; /* direction d'affichage verticale */
  justify-content: center;
  align-items: center; /* alignement vertical */
  height: 100%;
}

h1 {
  font-size: 40px;
  font-weight: normal;
  text-align: center;
}

.pp {
position:absolute;
bottom:0px;
right:10px;
text-align: center;
font-size: 24px;
} 

/* Version mobile */
@media (max-width: 768px) {    
     h1 {
  	font-size: 28px;
	}
	
     p {
  font-size: 10px;
  } 
}


