

/*
 * Globals
 */

/* Links */

a,
a:focus,
a:visited
{
    color: #0056a4;
    margin-top: 8px;
    display: inline-block;
}
a:hover, a:active {
	color: #72d0f4;
}

/* Custom default button */

.btn-default,
.btn-default:hover,
.btn-default:focus
{
    color: #333;
    text-shadow: none;
    background-color: #fff;
    border: 1px solid #fff;
}

/*
 * Base structure
 */

html,
body
{
    height: 100%;
    background-color: #000;
    font-size: 16px;
}

body
{
    text-align: center;
	background-color: #FFF;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */

.site-wrapper
{
    display: table;
    width: 100%;
    min-height: 100%;
	   height: 100%;
    /*background-color: rgba(0, 0, 0, 0.5);*/
}

.site-wrapper-inner
{
    display: table-cell;
    vertical-align: top;
    color: #FFF;
}

.cover-container
{
    margin-left: auto;
    margin-right: auto;
}

/* Padding for spacing */

.inner
{
    padding: 0 30px 30px;
}

/*.inner img {
	-webkit-filter: drop-shadow(5px 5px 5px #fff);
    filter: drop-shadow(5px 5px 5px #fff);
}*/

/*
 * Header
 */

.masthead-brand
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.baseSite {
	color: #e6221e;
}


@media (min-width: 768px)
{
    .masthead-brand
    {
        float: left;
    }
    .masthead-nav
    {
        float: right;
    }
}

/*
 * Cover
 */

.cover
{
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    background-color: rgba(0, 0, 0, 0.2);
}

.cover .btn-lg
{
    padding: 10px 20px;
    font-weight: bold;
}

/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}

/*
 * Affix and center
 */

@media (min-width: 768px)
{
/* Pull out the header and footer */
    .masthead
    {
        position: fixed;
        top: 30px;
    }
    .mastfoot
    {
        position: fixed;
        bottom: 0;
    }
/* Start the vertical centering */
    .site-wrapper-inner
    {
        vertical-align: middle;
    }
/* Handle the widths */
    .masthead,
  .mastfoot,
  .cover-container
    {
        width: 100%;
    }
}

@media (min-width: 992px)
{
    .masthead,
  .mastfoot,
  .cover-container
    {
        width: 700px;
    }
}

.cover-heading
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: #0056a4;
    text-shadow: 2px 2px 0px #FFF,
              -2px -2px 0px #FFF,
              -2px 2px 0px #FFF,
              2px -2px 0px #FFF,
              2px 0 0px #FFF,
              -2px 0 0px #FFF,
              0 2px 0px #FFF,
              0 -2px 0px #FFF;
    margin-top: 20px;
}

.presentation
{
    /*background: rgba(255, 255, 255, 0.6);*/
    margin: 20px;
}

::-moz-selection
{
    background: #72d0f4;
}

::selection
{
    background: #72d0f4;
}

::-moz-selection
{
    background: #72d0f4;
}

.contactp
{
  padding: 8px;
	font-family: 'Open Sans', sans-serif;
    /*background: rgba(255, 255, 255, 0.6);*/
}

@media (min-width: 768px) {
  .lead {
    font-size: 16px;
  }
.presentation span {
    display: block;
}
}
.strongMsg {
  font-family: 'Open Sans', sans-serif;
  margin: 40px auto 20px;
}
.contactadd {
  font-family: 'Open Sans', sans-serif;
}
.ContentBloc h1 {
  font: normal normal normal 1.5em/1.2em 'Open Sans', sans-serif;
}

.ImgBloc {
  padding: 20px 20px 10px;
}
.ImgBloc img {
  margin: 0 auto;
  max-width: 450px;
}

.ContentBloc {
  background-color: #FFF;
  padding: 10px 20px 20px;
  color: #000;
}
@media (max-width: 768px) {
	.ContentBloc h1 {
		font-size: 1.8em;
	}
	.inner {
		margin-top: 80px;
	}
}
