/* Liens externes */

a[href^="http"]::after
{
  content: "";
  width: 11px;
  height: 11px;
  margin-left: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

/* Menu horizontal */

#navigation {
  margin-bottom: 51px;
}

.navbar {
  background-color: #000091;
}

.navbar-nav {
  float: right;
}

.navbar-inverse .navbar-brand {
    color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

li.active > a {
    background-color: #eeeeee !important;
    color: #000091 !important;
    margin-top: 1px;
}

/* Contenu */

body {
  padding-top: 50px;
  font-size: 16px;
}

#title-header {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

#title-header > .title  {
  width: 1050px;
  margin: auto;
}

#title-header > .title  > .subtitle {
    width: 100%;
    height: 110px;
    font-family: "Arial";
    font-size: 80px;
    text-align: center;
}

#title-header > .title  > #subtitle { 
    font-family: "Arial";
    font-size: 40px;
    text-align: center;
}

#title-header > .title  > img {
  width: 100%;
  /* height: 130px;*/
  padding: 15px;
}

.f-author {
     /*border-top: 1px solid #eee;*/
     padding: 5px;
}

.body-wrap {
  background-color: #f5f5fe;
  border-bottom: 1px solid #ddd;
  padding: 30px;
}

.body-wrap a:link {
    color: #000091;
    text-decoration:underline;
}

.body-wrap a:visited {
    color: #000091;
    text-decoration:underline;
}

.body-wrap a:hover {
    text-decoration:underline;
    text-decoration-thickness: 5px;
}

.stylish-input-group .input-group-addon {
    background: white !important; 
}

.stylish-input-group .form-control{
  border-right:0; 
  box-shadow:0 0 0; 
  border-color:#ccc;
}

.stylish-input-group button{
    border:0;
    background:transparent;
}

.stretch_image {
  width: 200px;
}

.stretch_image a img {
  width: 100%;
}

.mg-available-rooms a:link {
    color: #000091;
    text-decoration:underline;
}

.mg-available-rooms a:visited {
    color: #000091;
    text-decoration:underline;
}

.mg-available-rooms a:hover {
    text-decoration:underline;
    text-decoration-thickness: 5px;
}

.mg-available-rooms {
  border-bottom: 1px solid #ddd;
  /*border-top: 1px solid #ddd;*/
  margin-bottom: 20px;
  background-color: #f5f5fe;
}

.mg-available-rooms  .s-content{ 
  text-align: center;
  padding: 20px;
}

#content {
  min-height: 550px;
  margin: 0;
  width: 100%;
}

#content { 
  margin-right: auto;
  margin-left: auto;
}

#content:before,
#content:after {
  display: table;
  content: "";
}

#content:after {
  clear: both;
}

#blogcontent {
  overflow: hidden;
  height: 3.6em;
  line-height: 1.2em;
  width: 200px;
}

.center {
    margin: auto;
    width: 60%;
    /*border: 3px solid #73AD21;*/
    padding: 10px;
}

.lien a:link {
    color: #000091;
    text-decoration:underline;
}

.lien a:visited {
    color: #000091;
    text-decoration:underline;
}

.lien a:hover {
    text-decoration:underline;
    text-decoration-thickness: 2px;
}

.panel-body a:link {
    color: #000091;
    text-decoration:underline;
}

.panel-body a:visited {
    color: #000091;
    text-decoration:underline;
}

.panel-body a:hover {
    text-decoration:underline;
    text-decoration-thickness: 2px;
}

.btn-primary {
    background-color: #000091;
    border-color: #000091;
}

.btn-primary:hover {
    background-color: #f5f2f0;
    border-color: #000091;
    color: #000091;
}

/* Pied */

#footer > div {
  background-color: #eeeeee;
  min-height: 200px;
  padding: 10px 50px;
  margin-top: 30px;
  border-top: 1px solid #ddd;
}
.footer-links { 
  /*margin-left: 5px;*/
}

.s-footer__linklist a:link {
    color: #000091;
    text-decoration:underline;
}
.s-footer__linklist a:visited {
    color: #000091;
    text-decoration:underline;
}
.s-footer__linklist a:hover {
    text-decoration:underline;
    text-decoration-thickness: 2px;
}

#footer > footer { 
  background-color: #fff;
  min-height: 50px;
  padding: 10px; 
  border-top: 1px solid #ddd;
}

#footer > footer a:link {
    color: #000091;
    text-decoration:underline;
}

#footer > footer a:visited {
    color: #000091;
    text-decoration:underline;
}
#footer > footer a:hover {
    text-decoration:underline;
    text-decoration-thickness: 2px;
}

/* Login */

.btn-fb{
    color: #fff;
    background-color:#3b5998;
}

.btn-fb:hover{
    color: #fff;
    background-color:#496ebc 
}

.btn-tw{
    color: #fff;
    background-color:#55acee;
}

.btn-tw:hover{
    color: #fff;
    background-color:#59b5fa;
}

.bottom a:link {
    color: #000091;
    text-decoration:underline;
}

.bottom a:visited {
    color: #000091;
    text-decoration:underline;
}

.bottom a:hover {
    text-decoration:underline;
    text-decoration-thickness: 2px;
}

/* Goole map responsive */

.map-responsive {
 overflow:hidden;
 padding-bottom:86.25%;
 position:relative;
 height:0;
}
.map-responsive iframe {
 left:0;
 top:0;
 height:100%;
 width:100%;
 position:absolute;
}

/* Ecrans multiples */

@media only screen and (max-width: 768px){
 .navbar-nav {
  float: none;
 }
}

@media only screen and (max-width: 768px){
   
    body {
      padding-top: 25px;
    }

   /* #title-header > .title  >img {
      width: 100%;
      height: auto;
    }*/ 

    #title-header {
      margin-bottom: 30px;
    }

    #title-header > .title  {
      margin: 0px;
      padding: 0px; 
      width: 100%;
    }

    #title-header > .title  > .subtitle {
        width: 100%;
        height: 55px;
        font-family: "Arial";
        font-size: 30px;
        text-align: center;
    }

    #title-header > .title  > #subtitle { 
        font-family: "Arial";
        font-size: 15px;
        text-align: center;
    }
}
















