body{
	font-family: 'Jost', sans-serif;
	font-weight:300;
	word-wrap:normal;
	line-height:1.6;
	height:auto;
	color:#000000;
}

a{
  color:#b0122b;
  text-decoration: none;
}
a:hover, a:active, a:focus,a.beige:hover, a.beige:active, a.beige:focus.beige{
  color:#000000;
  text-decoration: underline;
}
.jost{
  font-family: 'Jost', sans-serif;
}

img.puce{
  width: 28px;
  height: 26px;
  margin-top:-8px;
}

img.logo{
  max-height: 90px !important;
}

.bck-office{
  background-image: url('../img/office.jpg');
  background-position: 4% 100px;
  background-repeat: no-repeat;
}

.bloc_cooperation{
  margin-top:790px;
}
.bloc_expertise{
    margin-top:340px;
    padding: 65px 50px 135px 50px;
    background-color: #FFFFFF;
    border-bottom:15px solid #C69C75;
}
@media (max-width: 991px) {
	.bloc_cooperation{
	  margin-top:70px;
	}
	.bloc_expertise{
	    margin-top:650px;
	    padding: 65px 50px 135px 50px;
	    background-color: #FFFFFF;
	    border-bottom:15px solid #C69C75;
	}
	img.logo{
	  max-height: 55px !important;
	}
}
@media (max-width: 762px) {
	img.logo{
	  max-height: 90px !important;
	}
}
footer{
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #f9f8f8;
}
.header{
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #f9f8f8;
}

.btn{
  border-radius: 0px;
  padding: 15px;
  border: 1px solid #000000;
  background-color: #000000;
}
.btn:hover,.btn:active,.btn:focus,.btn-check:active + .btn:focus, .btn-check:checked + .btn:focus, .btn.active:focus, .btn.show:focus, .btn:active:focus{
  color:#000000;
  background-color: #f9f8f8;
  text-decoration: none;
	box-shadow: none;
}
.rouge{
	color:#b0122b;
}
.beige{
	color:#C69C75;
}
.modal-backdrop {
 background-color:#FFF;
 opacity:1 !important;
}
.modal-dialog{
	max-width:900px;
}
.modal-transparente > .modal-dialog > .modal-content{
	background-color:transparent;
	border:0px;
	box-shadow: none;
}
.modal-transparente > .modal-dialog > .modal-content > .modal-footer{
	border:0px;
}
.modal-transparente > .modal-dialog > .modal-content > .modal-header{
	border:0px;
}
.modal{
	top:8%;
}
@media (max-width: 767px) {
	.modal{
		top:1%;
	}
}
.btn-close:focus{
	box-shadow:none;
}
.btn-close:hover {
  color: #000;
}
