@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: "RivannaRegular";
	src: url("../fonts/rivanna-webfont.eot"),url("../fonts/rivanna-webfont.svg"),url("../fonts/rivanna-webfont.ttf"),url("../fonts/rivanna-webfont.woff");
    font-weight: normal;
    font-style: normal;
}

body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color:#6E6E6E;
  }
#fond-une{
	background-color:goldenrod;
}
em{
	color: darkgoldenrod;
}
h1{
	font-weight: 600;
	color:#ffffff;
	font:2em RivannaRegular;
}
h1 small{
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}
h2 {
    text-align: left;
    font-family: garamond-premier-pro-caption,serif;
    color: darkgoldenrod;
    font-weight: 400;
    /*margin-bottom: 30px; */
  }
h3 {
	font-size: 21px;
	color: darkgoldenrod;
}
h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: darkgoldenrod;
    font-weight: 400;
    margin-bottom: 30px;
  }  
#adress {
	background-color: azure;
	color: darkgoldenrod;
	padding: 10px 0;
	border: solid 5px;
	border-color: azure;
	border-radius: 12px;
	font-family: garamond-premier-pro-caption,serif;
    font-weight: 400;
    font-style: normal;
}
.arrondi{
	background-color: azure;
	color: #494949;
	padding: 30px 0 10px 0;
	border: solid 5px;
	border-color: azure;
	border-radius: 12px;
}

.arrondi p, h2, h3, h4 {
	margin-left: 20px;
}
.arrondi h6 {
	text-align: left;
    margin-left: 20px;
}
.arrondi p {
	margin-right: 20px;
	text-align: justify;
}

.bpage {
    background-color:chartreuse;
    border: dotted 2px #011FF9;
    border-radius: 12px;
    height: 50px;
}

/* Style the list */
ul.breadcrumb {
  padding: 8px 16px;
  list-style: none;
  background-color: #eee;
}

ul.breadcrumb li {display: inline;}

ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

ul.breadcrumb li a {color: green;
}

.evidence
{
	font-size: 14px;
	font-weight:bold;
	color:darkgoldenrod;
}

 .navbar {
    margin-top: 0px;
    background-color:dodgerblue;
    z-index: 9999;
    border: 0;
    font-size: 18px !important;
    line-height: 1.5 !important;
    letter-spacing: 2px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
    color: #fff !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #f4511e !important;
    background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }

.navbar a.navbar-brand {
  margin: 0px 0;
  padding: 0px;
  overflow: hidden;
  width: 315px;
  height: 60px;
}
.navbar a.navbar-brand img {
  float: left;
  margin: 0 10px 0 0;
  width: 90px;
  height: 90px;
}
.navbar a.navbar-brand span.logo_title {
  font-size: 32px;
  font-weight: 300;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;	
  display: block;
  padding: 10px 0 0px 0;
  line-height: 42px;
  text-shadow: 1px 1px 0px #ffffff;
}
.navbar a.navbar-brand span.logo_subtitle {
  font-size: 13px;
  font-weight: 400;	
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color:azure;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.navbar-nav .dropdown-menu li {
	color: darkgoldenrod
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color:darkgoldenrod !important;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color:darkgoldenrod;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
  .jumbotron {
    background-color:goldenrod;
    color: #fff;
    padding: 100px 25px;
    font-family: Montserrat, sans-serif;
  }
  .container-fluid {
    padding: 60px 50px;
  }
  .bg-grey {
    background-color: #f6f6f6;
  }
  .logo-small {
    color: #f4511e;
    font-size: 50px;
  }
  .logo {
    color: #f4511e;
    font-size: 200px;
  }
  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #f4511e;
  }
  .carousel-inner img {
    width: 100%;
    height: 100%;
  }
.carousel-caption h2 {
    color: white;
}
  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }
  .item span {
    font-style: normal;
  }
  
 
#footer_teaser_wrapper {
  padding: 20px 0;
  background-color: #555555;	
}
#footer_teaser_wrapper.container {
    background-color: aliceblue;
}
#footer_teaser_wrapper h3 {
  font-size: 18px;
  line-height: 18px;
  margin: 20px 0 10px 20px;
  border-bottom: solid 0px #ccc;
  color: #ccc;
  font-weight: 800;
  text-transform: uppercase;
}
#footer_teaser_wrapper p {
  font-size: 14px;
  color: aliceblue;
  font-weight: 700;
}
.copyright {
  border-top: solid 1px #000;
  padding: 15px 0;
  background-color: #343434;
  font-weight: 300;
  color: #cccccc;
  font-size: 13px;
}
  footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f4511e;
  }
  .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 50px; /* Place the button at the bottom of the page */
  right: 20px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: cornflowerblue; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
      font-size: 150px;
    }
  }
