/* CSS Document */
body{
    font-family: 'Libre Caslon Display', serif;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
.asp .material-icons{
     color:#82b96d;
    font-size:15px;

}
.navbar{
    margin-top:10px;
}

a.navbar-brand { width:30%; }
@media (max-width:768px){
	a.navbar-brand { width:70%; }
}
@media (max-width:576px){
    a.navbar-brand{  width:60%; }
}

a.navbar-brand img.logo { width:100%; }

.logo-belle{     font-size:32px; }
@media (max-width:335px){
    .logo-belle{ font-size:25px; }
}

#navbarNav{
    width:100%;
}
#navbarNav li.nav-item, #navbarNav li.active{
    font-size:22px;
    padding:0px 5px 0px 5px;
    margin-left:7px;
    border-bottom:1px solid #fff;
}

#navbarNav li.active {
    border-bottom:1px solid #82b96d;  
}
 #navbarNav li.active a {
    color:#82b96d;
    font-weight: bold;
}
#navbarNav li.nav-item:hover{
    border-bottom:1px solid #aaa; 
}
#navbarNav li.lg{
    font-size:16px;
    padding:14px 7px 0px 15px;
    margin-left:10px;
}
#navbarNav li.lg a.nav-lg{
     font-size:16px;
     color:#000;
     padding:0px 17px 0px 0px;
}
#navbarNav li.lg a.nav-lg:hover {
    text-decoration: none;
    color:#473E16;
}
#navbarNav li.lg:hover{
    border-bottom:0px solid #000;
}
@media (max-width:576px){
    #navbarNav li.lg {   padding:14px 7px 0px 0px }
    #navbarNav li.lg a.nav-lg{   padding:0px 17px 0px 0px; }
}
a.active-lg{
  background-color: #82b96d;
    font-size:10px;  
    border-radius:17px;
    padding:5px 5px 5px 5px;
    display:block;
    text-align: center;
    color:#fff;
}

h1  {
    font-size:2.0em; 
    margin-top:30px; 
    margin-bottom: 20px;
     border-bottom:1px solid #c0bcb5;
}

h3  {font-size:1.6em; }
h3.titre {
    font-size:1.6em;
   margin-top:25px; 
    margin-bottom: 40px;
}

ul{  padding-left:20px; }

li, p{ font-size:1.2em;letter-spacing: 0.5px;
  }
ul.vert li { 
    list-style-type: none;
    list-style-image: url("../images/puce-vert.png");

}
strong{ font-weight: normal; }
.ligne{    
    margin-top:25px;
}
.galerie-acc{
    padding:0px;
    margin:0px;
}
.galerie-acc img{
    width:50%;
    margin:0px;
    padding:0px;
    display: inline-block;
}
.galerie-acc img.carte{
     width:100%;
    margin:0px;
    padding:0px;
    display: inline-block;   
}
.fd-clair{
     background-color:#82b96d;
    margin-top:25px;
    color:#fff;
    padding:12px 30px;
}
.fd-clair p{ color:#fff; }
.fd-clair .material-icons{
    font-size:16px;
}

.fd-clair .picto img{
    width:10%;
    margin:10px;
}
@media (max-width:576px){
    .fd-clair .picto img{
        width:15%;
        margin:5px;
    }
}
.col-lg-12 a,.card a { color:#82b96d; }
.btn-warning, .btn-primary:hover, .btn-default:hover{
    font-weight:bold;
    color:#F5EFEF;
    background-color:#82b96d;
    border:none;
    letter-spacing: 1px;
}
.btn-primary{
    font-size:1.2em;
    font-weight:bold;
    background-color:#fff;
    border:none;
    color:#82b96d;
     letter-spacing: 1px;
}
.btn-secondary{
    font-size:1em;
    font-weight:bold;
    color:#281710;
    background-color:none;
    border:none;
     letter-spacing: 1px;
}
.btn-blanc{
    color:#fff;
   font-size:1em;
    font-weight:bold;
     letter-spacing: 1px;
}
.card { margin-bottom: 20px; }
table.table thead th{ vertical-align: top; }



footer h1 {
    text-align:center;
    font-size:2em;
    margin-top:0px;
    padding-top:0px;
     border-bottom:0px;
    margin-bottom:10px;
}

footer p{
    text-align: center;
}
footer h2{
    font-size:20px;
    text-align: center;
}
footer ul li{
    list-style: none;
    text-align: center;
    font-size:18px;
    padding:5px;
}
footer ul li a, footer h1 a { color: #000; }

footer ul li a:hover, footer h1 a:hover { color: #473E16; text-decoration:none; font-weight:bold; }
footer .picto img{
    width:15%;
    margin:5px;
}
.ph_smt{
    visibility: hidden;
    display: none;
}
@media (max-width:576px){
   .ph_smt{
        display: block;
        visibility: visible; 

    }
}
.rowModal > .column {
  padding: 5px;
}

.rowModal:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
    display: inline-block;
  width: 25%;

}
@media (max-width:576px){
    .rowModal  {
        padding: 0px;
    }
    .column {
      float: left;
        display: inline-block;
          width: 100%;
        margin-bottom:20px;
    }
}
.column img{
    width:100%;
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 70%;
 
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
.modal .column{
    display:none;
}
img.demo {
  opacity: 0.6;
    width:80%;
    max-width:1600px;
    max-height:750px;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   -moz-transform: scale(1.06);
                -webkit-transform: scale(1.06);
                transform: scale(1.06);

}

#calen{
    width:100%;
    height:100%;
    border:none;
}
@media (max-width:768px){
    #calen{       
        height:550px;
       
    }
}