h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  /*font-family: "Times New Roman", Times, serif;*/
  /*font-weight: 500;*/
  /*line-height: 1.2;*/
  /*color: #284876;*/
  color: #475e2e;
}

/*
h1 {
   font-size: 4vw !important;
}*/

em {
  color:default;
}

.telephone{   
   position: absolute;
   right: 0px;
   top: 0px;
   background: #857B79;
   color: #FFF;
   font-size: 16px;
   padding: 8px 12px;
   z-index:10;
}
.telephone img{vertical-align:middle;}
#languages{position:absolute;top:0px;right: 220px;background: #FFF;z-index:10;}
#languages a{text-decoration:none;font-weight:bold;background:#857B79;color:#FFF;display:inline-block;padding:10px 12px;font-size:14px;}
#languages a:hover,#languages a.sel{background:#4A3C38;}


#banniere_image
{
    height: 500px;
    border-radius: 5px;
    background-image: url('../images/bandeau.jpg'); no-repeat;
    position: relative;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 25px;
    background-size: cover;
    background-position: bottom;
}


.navbar {
  margin-top: 100px;
  background-color: rgba(255,255,255,0.9);
  position: absolute;
}


#logo
  {
    height: 160px;
    /*margin-top:-50px;*/
    margin-top:-10%;
  }


.navbar-toggler {
  background-color: grey;
  position: absolute;
  bottom: -40px;
  right: 0px;
  width: 100%
}


@media (max-width: 1400px) and (min-width: 992px) {
  .navbar-nav
  {
    top: 120px;
  }
  .navbar {
    height: 170px;
  }
  .navbar-brand
  {
    position: absolute;
    top: 5px;
  }
}


@media (min-width: 992px) {
  .navbar-nav
  {
    text-align: center;
    position: absolute;
    right: 0px;
  }

  .mobiletel{display: none;}
}


@media (max-width: 992px) {
  h1{font-size: 30px !important;}
  h2{font-size: 22px !important;}
  h3{font-size: 20px !important;}

  .col
  {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .no-mobile
   {
    display: none;
   }

   #banniere_image
  {
      background-image: url('../images/bandeau_m.jpg');
      background-size: cover;
      background-position: bottom;
  }

  #logo{
    width: 90%;
    height: auto;
    margin-left: -30px;
  }

  
  .desktoptel{display: none;}
/*
  .navbar {
    height: 170px;
  }*/

}


.navbar-nav
  {
    text-align: center;
  }



nav a
{
    font-size: 2em;
    color: #181818;
    padding-bottom: 3px;
    padding-right: 20px;
    text-decoration: none;
}

nav a:hover
{
    color: #760001;
}


.bouton_resa
{
    height: 50px;
    position: absolute;
    right: 10px;
    bottom: 380px;

    background-color: #700000ff;
    border: 1px solid #760001;
    border-radius: 5px;
    font-size: 1.5em;
    text-align: center;
    padding: 3px 8px 0px 8px;
    color: white;
    text-decoration: none;
}

.bouton_resa:hover
{
    border-bottom: 2px solid #760001;
    box-shadow: 0px 4px 4px #1c1a19;
    color: white;
    font-size: 1.55em;
}



.bouton_autre
{
    height: 30px;
    background-color: #700000ff;
    border: 1px solid #760001;
    border-radius: 5px;
    font-size: 1em;
    text-align: center;
    padding: 3px 8px 0px 8px;
    color: white;
    text-decoration: none;
    position: absolute;
}

.bouton_autre:hover
{
    border-bottom: 2px solid #760001;
    box-shadow: 0px 4px 4px #1c1a19;
    color: white;
    font-size: 1.05em;
}


/**/
#experiences {
  background-color: #700000ff;
}


/**/
#custCarousel .carousel-indicators {
    position: static;
    margin-top: 5px;
    margin-bottom: 100px;
}

#custCarousel .carousel-indicators>li {
    width: 120px;
}


@media (max-width: 992px) {
  #custCarousel .carousel-indicators
  {
    display: none;
  }
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1;
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75;
}



/* --- Google MAP --- */
.map-container-5{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container-5 iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}


.img-entree
{

    border-radius: 50px;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 25px;
    width:100%;
}

/*======================================
=            NO GUTTER CODE            =
======================================*/
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
