﻿
@font-face
{
  font-family: 'geometr415';
  src: url('../fonts/geometr415.eot');
  src: url('../fonts/geometr415.eot') format('embedded-opentype'), url('../fonts/geometr41.woff5') format('woff'), url('../fonts/geometr415.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* page */


/******************************/
/* Header */

#site-header
{
  display: table;
  height: 15px;
  margin: auto;
  padding: 5px;
  border-radius: 15px 15px 0px 0px;
  -moz-border-radius:  15px 15px 0px 0px;
  -webkit-border-radius:  15px 15px 0px 0px;
  border-width: 5px 5px 0px 5px;
  border-style: solid;
  border-color: #1C57CC;
}

/******************************/
/* Content */
#site-content
{
  min-height: 80%;
  display: table;
  margin: auto;
  padding: 0px 5px 0px 5px;
  border-width: 0px 5px 0px 5px;
  border-style: solid;
  border-color: #1C57CC;
}

.red
  {
    width: 98%;
    font-family: geometr415, sans-serif, arial;
    text-align: right;
    color: #EB0000;
  }

  .portfolio
  {
    font-family: geometr415, sans-serif, arial;

    color: #5E5E5E;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 25px;
  }

  .adresse
  {
    margin: auto;
    width: 95%;
    font-family: geometr415, sans-serif, arial;
    font-size: 16px;
    color: #1C57CC;
    text-align: center;
  }

/******************************/
/* Footer */
#site-footer
{
  height: 15px;
  margin: auto;
  padding: 15px 5px 15px 5px;
  border-radius:  0px 0px 15px 15px;
  -moz-border-radius:  0px 0px 15px 15px;
  -webkit-border-radius:  0px 0px 15px 15px;
  border-width: 0px 5px 5px 5px;
  border-style: solid;
  border-color: #1C57CC;
}

.copyright
{
    text-align: center;
    font-family: courier, sans-serif, arial;
    font-size: 16px;
    color: #1C57CC;
}

.bit
{
    text-align: center;
    font-family: courier, sans-serif, arial;
    font-size: 16px;
    color: #444444;
}

.short_links
{
    text-align: center;
    font-family: courier, sans-serif, arial;
    font-size: 16px;
    color: #1C57CC;
}

@media only screen and (min-width: 1024px)
{
  #site-header { width: 1024px; }
  .banner { display: none; }
  #site-content { width: 1024px; }
  #site-footer { width: 1024px; display: table; }
  .left {  width: calc(100% - 365px); float: left; }
  .right { width: 363px; float: left; text-align: right; }
  .right > img { width: 363px; height: 500px; }
  .portfolio { width: 45%; font-size: 22px; }
  .red { font-size: 28px; }
  .copyright { display:table-cell; width: 28%; }
  .bit { display:table-cell; width: 28%; }
  .short_links { display:table-cell; width: 40%; }
}

@media only screen and (max-width: 768px)
{
  #site-header { width: 730px; }
  .banner { text-align: center; }
  #site-content { width: 730px; }
  #site-footer { width: 730px; display: table; }
  .left {  width: calc(100% - 365px); float: left; }
  .right { width: 363px; float: left; text-align: right; }
  .right > img { width: 250px; height: 344px; }
  .portfolio { width: 95%; font-size: 20px; }
  .red { font-size: 20px; }
  .copyright { width: 98%; }
  .bit { width: 98%; }
  .short_links { width: 98%; }
}

@media only screen and (max-width: 375px)
{
  p { font-size: 12px; }
  #site-header { width: 340px; }
  .banner { text-align: center; }
  #site-content { width: 340px; }
  #site-footer { width: 340px; }
  .left {  width: 98%; }
  .right { display: none; }
  .portfolio { width: 95%; font-size: 18px; }
  .red { font-size: 20px; text-align: center; }
  .adresse { font-size: 14px; }
  .copyright { width: 98%; }
  .bit { width: 98%; }
  .short_links { width: 98%; }
}
