body {
	font: 400 15px Lato, sans-serif;
	line-height: 1.8;
	color: #000000;
}

 .ohnohoney{
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }

h2 {
	font-size: 24px;
	text-transform: uppercase;
	color: #000000;
	font-weight: 600;
	margin-bottom: 30px;
}
h4 {
	font-size: 19px;
	line-height: 1.375em;
	color: #000000;
	font-weight: 400;
	margin-bottom: 30px;
	text-align:left;
}
li {
	text-align:left;
	margin-top:10px;
}
.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 4rem;
  font-size: 2rem;
}



.jumbotron {
	background-color: #F6F6F6;
	font-family: Montserrat, sans-serif;
}
.container-fluid {
	padding: 60px 50px;
	margin-bottom:0!important;
}
.bg-grey {
	background-color: #f6f6f6;
}
.logo-small {
	color: #5e7e93;
	font-size: 50px;
}
.liens {
	font-size:10px;
}
.logo {
	color: #5e7e93;
	font-size: 200px;
}
.thumbnail {
	font-size:24px;
	color:#000000;
	padding: 0 0 0 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-indicators li {
	border-color: #f4511e;
}
.carousel-indicators li.active {
	background-color: #f4511e;
}
.expertise {
	color:#000000;
	font-size: 30px;
	margin: 10px 0;
	font-weight: 600;
}
.item h4 {
	font-size: 19px;
	line-height: 1.375em;
	font-weight: 400;
	font-style: italic;
	margin: 70px 0;
}
.item span {
	font-style: normal;
}
.links, .links a:visited, .links a:hover, .links a:active, .links a:link {
	color: #5d7e95;
}
.envoyer {
	color: #ffffff;
	background-color:#5d7e95;
}

.tableau_competence th {

  text-align:right;
  text-transform: uppercase;
}

.lienOTE, .lienOTE a:visited,  .lienOTE a:active, .lienOTE a:link {
	color: #333333;
}

.lienOTE a:hover {
	color: #1877f2;
}


97c0f5


.portfolio-modal .modal-content {

  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 10px 0;
  text-align:justify;
}
.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 2em;
 
}
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
  margin: 10px 0 30px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}




.panel {
	border: 1px solid #5d7e95;
	border-radius:0 !important;
	transition: box-shadow 0.5s;
}
.panel-title {
	font-size: 24px;
	line-height: 1.375em;
}
.panel:hover {
	box-shadow: 5px 0px 40px rgba(0, 0, 0, .2);
}
.panel-footer .btn:hover {
	border: 1px solid #5d7e95;
	background-color: #fff !important;
	color: #f4511e;
}
/* entete des prix*/
  .panel-heading {
	color: #fff !important;
	background-color: #5d7e95 !important;
	/*  background-color: #009900 !important;*/
      padding: 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.panel-footer {
	background-color: white !important;
}
.panel-footer h3 {
	font-size: 32px;
}
.panel-footer h4 {
	color: #aaa;
	font-size: 14px;
}
.panel-footer .btn {
	margin: 15px 0;
	background-color: #5d7e95;
	color: #fff;
}
.navbar {
	margin-bottom: 0;
	background-color: #231f20;
	z-index: 9999;
	border: 0;
	font-size: 12px !important;
	line-height: 1.42857143 !important;
	letter-spacing: 4px;
	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;*/
      color: #436186 !important;
	background-color: #fff !important;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
	color: #fff !important;
}
footer .glyphicon {
	font-size: 20px;
	margin-bottom: 20px;
	/* color: #f4511e;**/
	     color: #5d7e95;
}
.slideanim {
	visibility:hidden;
}
.slide {
	animation-name: slide;
	-webkit-animation-name: slide;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	visibility: visible;
}
 @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;
}
}
.jumbotron.text-center {
	margin-bottom:0px!important;
}
.text-danger {
	color: #ff0000;
}
/*** Modifs Rablab ****/
 
 .btn-default {
	color: #fff;
	border-color: #ccc;
	background-color: #5D8094;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	font-size:8px!important;
}
@media only screen and (min-width:1025px) {
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
font-size:12px!important;
}
}
.hide-bullets {
	list-style:none;
	margin-left: -40px;
	margin-top:20px;
}
.thumbnail {
	padding: 0;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	width: 100%;
}
