.madiv {
    padding: 20px;
    background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.maform-control {
  display: inline-block;
  width: 65%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.maforme {
  margin-bottom: 10px;
}
.monboutton {
  display: inline-block;
   padding: 6px 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
@media (max-width:468px) {
.monboutton {
  display: inline-block;
   padding: 6px 10px;}
}
@media (min-width:768px) and (max-width:991px) {
	.monboutton {
  display: inline-block;
   padding: 6px 25px;}
}
@media (max-width:467px) {
	.monboutton {
  display: inline-block;
   padding: 6px 0px;}
}
.bgtable{
background-color: rgba(85, 172, 238, 0.7);}
.bgtable_admin{
background-color: rgba(255, 255, 255, 0.75);}

.image{
background: url("../images/banner-liv.jpg") 50% 0px no-repeat;
}
.text_right{
text-align:right;
font-weight:bold;
}
p.text_right a:hover{
text-decoration:none;
color:black;
}
.text_center {

text-align:center;
color:#fff000;
font-weight:bold;}

p.text_center a:hover{
text-decoration:none;
color:black;

}
.header_admin {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.75);}
	
h2.en {
	font-size: 32px;
	font-weight: 700;
	text-align:center;

	}
.banner-liv {
	background: url("../images/banner-liv.jpg") 75% 0px no-repeat;
}	
	
p.titre{
background-color:#d9edf7;
text-align:center;
font-weight:bold;
font-size: 2em;
 border-radius: 4px;
}
.list-icons_admin{
	padding: 0;
	margin: 20px 0;
	list-style: none;
	font-size: 15px;
}
.list-icons_admin li {
	padding: 0 0 10px 0;
}
.subfoot{
	background-color: #fafafa;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding: 10px 0;
}

.nav-stacked > li > a {
	border-radius: 4;
	padding: 8px 20px;
	border: 1px solid #cacaca;
	color: #666666;
	font-size: 1.2em;
	font-weight: bold;

}
.list-group-item > li > a:hover{
text-decoration:none;
background-color:#eeeeee;
}
.hello{
margin-top:10%;
background-color:#d9edf7;
padding:10px 0;
list-style:none;
border-radius:4px;
text-align:center;
color:black;
font-size:1.1em;}

a.decor{
color: white;
}
.social {
	padding: 0;
	list-style: none;
	margin: 2px 0;
}
.social li {
	margin: 2px 5px 2px 0;
	display: inline-block;
	font-size: 15px;
}
.social li a {
	color: #333333;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.social li.twitter a:hover {
	color: #5cb85c;
}
.social li.skype a:hover {
	color:#d9534f;
}
.social li.facebook a:hover {
	color: #5bc0de;
}

.back{
/* background: url("../images/logo.png") repeat;
  opacity: 0.4;*/
}
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #7fc3e7;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

#set {

    left: 5px;
    top: 50%;
    margin-top: -50px;
    height:45px;
    width: 45px;
    z-index: 999;
    font-size: 25px;
}

#set ul {
     margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    text-align: center;
}

#set li a {
   width: 45px;
        height: 45px;
        display: inline-block;
        line-height: 50px;
        text-align: center;
        color: #C0C0C0;
        font-size: 24px;
}

#set li a:hover {
       color: #000;
        text-decoration: none;
}
#set li a:focus {
    text-decoration: none;
}

@media(max-width:700px) {
    #set li a {
        width: 45px;
        height: 45px;
        display: inline-block;
        line-height: 50px;
        text-align: center;
        color: #C0C0C0;
        font-size: 24px;
    }

    #set li {
        display: inline-block;
        
    }
}
.info-set + .tooltip > .tooltip-inner {
    background-color: #7fc3e7;
    color: #ffffff;
    border: 1px solid #7fc3e7;
}

.info-set  + .tooltip.right> .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
     border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #7fc3e7; 
   }

.fa-stack {
    background-color: #fff!important;
    border-radius: 6em!important;
}

.text-colored {
  font-weight: bold!important;
}

h1 {
    color: #337ab7;
}

.fa-map-marker::before, .fa-phone::before, .fa-fax::before, .fa-envelope-o::before{
    color: #337ab7;
}
