
/*
.fieldT {
    border: 1px solid #fff;
    background-color: transparent;
}
*/

.myCenter {
  position: relative;
  top: 0; left: 0; bottom: 0; right: 0;
  text-align:center;
  vertical-align: middle;
}

.myBrand {
  /*float: left;*/
  /*left:40%;*/
  height: 50px;
  padding: 1px 1px;
  line-height: 50px;
}

/* Navbar Perso */

.navbarspe {
  background-color: #f8f8f8;
  border: none;
  border-bottom: 1px solid grey;
  min-height: 100px;
  margin-bottom: 20px;
}

.navbar-header {
  min-width: 100%;
  /*text-align: center;*/
}

.navbar-brand {
  /*float: right;*/
  height: 50px;
  /*padding: 25px 15px;*/
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  width:100%;
}

.navbar-inverse .navbar-header .navbar-brand {
    color: #696969;
}

.navbar-inverse a {
    color: #696969;
}

.navbar-inverse .navbar-header .navbar-brand {
    color: #36373a;
}

.navbar-inverse .navbar-nav > li > a {
  color: #36373a;
  /*height: 70px;*/
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #36373a;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #36373a;
  background-color: #f8f8f8;
}

.navBarCenter {
  float: none;
}

/* Backgroud image */

.fond-perso{
  background-color: #f8f8f8;
}

.border-perso{
  border-width:5px; 
  border-style:solid;
  border-color:#17181a;
  background:transparent;
}

.cellule-perso{
  color:#696969;
  text-align: center;
  font-size: 21px;
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.full-width {
  position: absolute;
  left:0px;
  right:0px;
}

.fixed {
  position: absolute;
  top: 0;
  left: 0;
}

.fond-persoabout{
  background:url('../banquePhotos/contexte/about.jpg');
  background-color: transparent;
  background-repeat:repeat;
  background-size:cover;
  position: absolute;
}

/* Fancy box */

.fancybox-title {
  font: arial;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 150%;
}

.fancybox-title-float-wrap .child {
  color: #a5a1a1 ;
  background: rgba(0, 0, 0, 0.6);
}

/* aboutTexte */

object#aboutTexte {
  color: #FEFEE2;
  width:500px;
  height:400px;
}

/* rezise image */

.bigToSmall {
  height: 600px; 
}

/* Photo centree pour About et Contact */
 
.responsive-container {
    position: relative;
    width: 100%;
    height: 600px;
    /*border: 1px solid white;*/
}

.dummy {
    padding-top: 100%; /* forces 1:1 aspect ratio */
}

.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align:center; /* Align center inline elements */
    font: 0/0 a;
}

.img-container:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.img-container img {
    vertical-align: middle;
    display: inline-block;
}

.zone-border {
  background-color:#e7e9ea;
  border:1px solid #dcdee0;
  padding:5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.myBox {
  position: relative;
  border-radius: 3px;
  /*background: #ffffff;*/
  /*border-top: 3px solid #d2d6de;*/
  border-top: none;
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
  /*box-shadow: 4px 4px 10px #aaa*/
}

.imgDemo {
  width:100%;
  height:100%;
  display:block;
}

@media (min-width: 768px) {
  .myBrand {
    /*float: left;
    left:40%;*/
    height: 50px;
    padding: 1px 1px;
    line-height: 50px;
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .myBrand {
    /*float: left;
    left:40%;*/
    height: 110px;
    padding: 1px 1px;
    line-height: 50px;
    font-size: 20px;
  }

  .wrap > .container {
    /*padding: 70px 15px 20px;*/
    padding: 160px 15px 20px;
}
}

