/* Définition des polices personnalisées */

@font-face
{
    font-family: 'ArchitectsDaughterRegular';
    src: url('polices/ArchitectsDaughter-webfont.eot');
    src: url('polices/ArchitectsDaughter-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/ArchitectsDaughter-webfont.woff') format('woff'),
         url('polices/ArchitectsDaughter-webfont.ttf') format('truetype'),
         url('polices/ArchitectsDaughter-webfont.svg#ArchitectsDaughterRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'ImpactLabelRegular';
    src: url('polices/Impact_Label-webfont.eot');
    src: url('polices/Impact_Label-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/Impact_Label-webfont.woff') format('woff'),
         url('polices/Impact_Label-webfont.ttf') format('truetype'),
         url('polices/Impact_Label-webfont.svg#ImpactLabelRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Eléments principaux de la page */
header, section, footer, aside, nav, article
{
	display: block;
}

body
{
    color: #666666;
	background-color: #f9f8f6;
	background: url('images/fond.jpg') fixed repeat center;
    font-family: 'ArchitectsDaughterRegular', Arial, sans-serif;
	min-width:320px;
	margin:0px;
	word-wrap: break-word;
}

nav a
{
    font-family: 'ImpactLabelRegular', serif;
}
.content
{
	width: auto;
	margin: 0px auto 0px auto;
	border: 2px solid #000000;
	background-color: #ffffff;
}
.bg_under
{
	width: auto;
	margin: 20px auto 20px auto;
}

/* Header */

.header
{
	border-bottom:2px black solid;
	/*background: url('images/speaker.JPG');*/
	overflow:none;
	display: inline-block;
	width: 100%;
}
.header:before, .footer:before, .bg_under:before{
    content: "";
    background: transparent url("images/fond.jpg") repeat fixed 0px 0px / 100% auto;
    filter: blur(5px);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
}
.header img{
    height: 35vw;
    float: left;
    margin-right: 1%;
}
.header h1
{
    /*display: none;hide...probleme de taille*/
	font-size: 4vw;
    font-weight: bold;
	color:#ffffff;
	padding:0px;
    word-wrap: break-word;
    position: relative;
}

.under
{
display:inline-block;
position:relative;
/*left:30px ;*/
top:-80px ;
text-align: center;
padding-top: 9vh;
}


/* Footer */
.footer
{
 /* height:30px;*/
 /*	border-top:2px black solid;*/
	text-align:center;
/*	margin-top:30px;*/
}

.footer p
{
    font-size: 2vw;
	font-weight: normal;
	display: inline-block;
    vertical-align: middle;
	width:100%;
	color:#fff;
	margin:0px;
}
.credits {
text-align: center;
padding-top:0px;
}
.content p{
	font-size: 4vw;
	margin: 1.5vw;
}
.content a{
	margin: 1.5vw;
	font-size: 2vw;
	line-height: 8vw;
}
/*Menu*/
@font-face {
	font-family: 'Oswald';
	src: url('./polices/Oswald-Regular.eot');
	src: url('./polices/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
	url('./polices/Oswald-Regular.woff2') format('woff2'),
	url('./polices/Oswald-Regular.woff') format('woff'),
	url('./polices/Oswald-Regular.ttf') format('truetype')	;
	font-style: normal;
 	font-weight: 400;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  border: 3px solid #ff9600;
  border-radius: 3px;
  font-family: 'Oswald', sans-serif;
  line-height: 1;
  background: #f7f7f7;
  box-shadow: 1px 1px 0 #df7002, 2px 2px 0 #df7002, 3px 3px 3px rgba(0, 0, 0, 0.35);
}
#cssmenu > ul {
  background: url('images/bg.png');
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 20px 25px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #606060;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #ff9600;
}
#cssmenu #menu-indicator {
  position: absolute;
  bottom: 0;
  display: block;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-bottom-color: #ff9600;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu.small-screen {
  width: 100%;
}
#cssmenu.small-screen > ul,
#cssmenu.small-screen.align-center > ul {
  width: 100%;
  text-align: left;
}
#cssmenu.small-screen > ul > li,
#cssmenu.small-screen.align-center > ul > li {
  float: none;
  display: block;
  border-top: 1px solid rgba(100, 100, 100, 0.1);
}
#cssmenu.small-screen > ul > li > a {
  padding: 18px 25px;
}
#cssmenu.small-screen > ul > li:after,
#cssmenu.small-screen > ul > li:before {
  display: none;
}
#cssmenu.small-screen #menu-button {
  display: block;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ff9600;
  background: url('images/bg.png');
}
#cssmenu.small-screen #menu-button.menu-opened {
  color: #606060;
}
#cssmenu.small-screen #menu-button:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 19.5px;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 2px solid #ff9600;
  border-bottom: 2px solid #ff9600;
  width: 18px;
  height: 3px;
}
#cssmenu.small-screen #menu-button.menu-opened:after {
  border-top: 2px solid #606060;
  border-bottom: 2px solid #606060;
}
#cssmenu.small-screen #menu-button:before {
  content: "";
  position: absolute;
  right: 25px;
  top: 29.5px;
  display: block;
  width: 18px;
  height: 2px;
  background: #ff9600;
}
#cssmenu.small-screen #menu-button.menu-opened:before {
  background: #606060;
}
#cssmenu.small-screen #menu-indicator {
  display: none;
}

