@import url(http://fonts.googleapis.com/css?family=Open+Sans);
body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color:#4e4e4e;
    font-size: 16px;
}
h1, h2, h3, h4{
    font-weight: 600;
}

/* FY TEST */
    .header-img{
		min-height: 500px;
	}

@media (min-width: 768px) {
    .nav > li > a {
        margin-right: 70px;
        padding-top: 30px;
        padding-bottom: 10px;
        -webkit-transition: color 300ms, border-color 300ms;
        -moz-transition: color 300ms, border-color 300ms;
        -o-transition: color 300ms, border-color 300ms;
        transition: color 300ms, border-color 300ms;
    }
    .slide{
        padding:inherit !important;
    }
    .slide .message{
        margin-top: 13%;
    }
    .header-img{
        min-height: 500px;
    }
    .services ul>li{
        float: left;
        width: 33%;
        text-align: left;
        /*line-height: 30px;*/
    }
    .services ul, .reference ul{
        margin-top: 20px !important;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
    }
    .services ul{
        width: 80%;
    }
    section {
        padding: 0px 0 20px !important;
    }
    .reference .trait{
        height: 50px;
        border-bottom: 2px solid #444;
        margin-bottom: 30px;
    }
/*    .reference ul>li{
        float: left;
        width:16%;
        margin-bottom: 15px;
    }
*/
	.reference ul > li {
		float:left;
		width:14%;
		margin-bottom:15px;
		height:100px;
	}

    .footer-content .block div{
        margin-left:36px;
        font-size: 14px;
    }
    .footer-content .block{
        margin-bottom: 20px;
    }
    .prestations .block .item{
        min-height: 286px;
		/* FY */
    max-height: 286px;
    overflow-y: hidden;
		/* /FY */
    }



    .well{
        width: 25%;
        margin: 0 45px;
        font-size: 14px;
    }
    h1{
        font-size: 26px;
    }
    h2{
        font-size: 24px;
    }
    h3{
        font-size: 20px;
    }
    h4{
        font-size: 16px;
    }
    .modal{
        top:200px;
    }
}

/* /FY TEST */
@media (min-width: 1430px) {
    .header-img{
		min-height: 600px;
	}
}

@media (max-width: 768px) {
    body{
        font-size: 12px;
    }
    .header-img{
        min-height: 250px;
    }
    .slide .message{
        margin-top: 16%;
    }
    .navbar-inverse .navbar-toggle .icon-bar{
        background-color: #0B6F8E;
    }
    .navbar-inverse .navbar-toggle{
        border:none;
    }
    .navbar-brand img{
        max-height: 40px;
        margin-top: -10px;
    }
    .slide{
        margin-top: 50px;
    }
    h1{
        font-size: 18px;
    }
    h2{
        font-size: 16px;
    }
    h3{
        font-size: 14px;
    }
    h4{
        font-size: 12px;
    }
    p{
        font-size: 14px !important;
    }
    .staff .img-staff {
        width: 120px !important;
        height: 120px !important;
    }
    .reference ul>li{
        float: left;
        width:25%;
        margin-bottom: 15px;
    }
    ul{
        padding-left: 0px;
    }
    .prestations .block .item{
        min-height: 131px;
    }
    .title{
        margin-top: 40px;
    }
    .staf h2, .title h2{
        margin-bottom: 10px !important;
    }
}
.navbar-inverse{
    background-color: #fff;
    color: #444;
    background-image: none;
    border-color: transparent;
    border-bottom: 2px solid #0B6F8E;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}
.navbar .navbar-collapse {
    text-align: center;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.open>a{
    background-image: none;
    border-bottom: 2px solid #0B6F8E;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
    background-color: transparent;
    color: #0B6F8E;
    font-weight: 600;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a{
    text-shadow: none;
    text-transform:uppercase;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
    color: #0B6F8E;
    font-weight: 600;
    border-bottom: 2px solid #0B6F8E;
}
.no-margin {
    margin: 0;
    padding: 0;
    margin: auto;
}
.header-img{
    background-image: url(../img/home_slide.jpg);
    background-position: 50%;
}

/* FY TEST */
    .header-img{
		background-position: 50%; 
	}
/* /FY TEST */

.header-img.no-margin{
	height : 100%;
	width  : 100% ;
	background-size : cover;
}

.logo{
    margin-top: 64px;
    padding: 20px 0;
}
.logo img{
    margin-left:auto;
    margin-right: auto;
	max-height: 150px;
    padding: 20px 0 0;
}
.slide .message{
    background-color: rgba(11, 111, 142, 0.48);
    border: 1px solid #fff;
    color: #fff;
    padding: 15px;
}
.slide .message h1{
    text-decoration: underline;
}
.slide .message p{
    font-size: 22px;
}
.activity{
    background-color: #0B6F8E;
    margin-top: 5px;
    color: #fff;
    padding:0 0 15px;
}
.activity p{
    font-size: 22px;
}

/* FY */
.product {
	height: 340px;
	max-height: 340px;
	overflow:hidden;
}

.prod_summary {
	max-height: 4.1em;
    overflow: hidden;
    margin: 0 0 0em;
    line-height: 1.3em;
}
/* /FY */

.services{
    padding:0 0 15px;
}
.services h2, .staff h2, .reference h2, .prez h2{
    padding: 10px 0;
}
.services ul>li{
    text-align: left;
}
.staff, .title{
    background-color: #eaeaea;
}
.staff .img-staff{
    width: 150px;
    height: 150px;
    background-position: 50%;
    background-size: 120%;
    border-radius: 50%;
    border: 4px solid #fff;
    margin-left: auto;
    margin-right: auto;
}
.reference ul>li{
    list-style: none;
}
footer{
    background-color: #313131;
    color: #fff;
}
.footer-content{
    padding:40px 0;
}
.footer-content h4 i{
    color: #444;
    background-color: #fff;
    border-radius: 50%;
    padding: 6px;
    margin-right: 4px;
}
#map_canvas {
    width: 100%;
    height: 220px;
}
.copyright{
    color: #fff;
    font-size: 12px;
    background-color: #1D1D1D;
}
.prestations .block{
    margin-top: 20px;
}
.prestations .block img{
    width: 100%;
}
.prestations .block .item{
    background-color: #49494a;
    color: #fff;
}
.prestations .block .item-img{
    padding-right: 0px;
    padding-left:0px;
	height:286px;
	overflow:hidden;
}
/* FY */
.prestations .block .item-img img{
	height:286px;;
}
/* / FY */

.prestations .block .item h3{
    margin-bottom: 20px;
}
.prestations .block .item p{
    line-height: 26px;
    text-align: justify;
}
.prestations .block .item ul{
    text-align: justify;
}
.staf h2, .title h2{
    margin-bottom: 0px;
}
.well{
    background-color: transparent;
    border: none;
    border-radius: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-content{
    background-color: #242424;
    color: #fff;
    overflow: hidden;
    padding-bottom: 40px;
}
.modal-header .close{
    color: #fff;
}
.modal-header{
    border-bottom: none;
}
.modal-body figure{
    border-right: 1px solid #454545;
}
.prestations img{
    box-shadow: 0 0 1px #ddd;
	width:250px;
	height:160px;
}
.modal-body div p{
    font-size: 14px;
}
.modal-body div{
    overflow: auto;
    max-height: 210px;
}
/* jssor slider bullet navigator skin 03 css */
/*
.jssorb03 div           (normal)
.jssorb03 div:hover     (normal mouseover)
.jssorb03 .av           (active)
.jssorb03 .av:hover     (active mouseover)
.jssorb03 .dn           (mousedown)
*/
.jssorb03 {
    position: absolute;
}
.jssorb03 div, .jssorb03 div:hover, .jssorb03 .av {
    position: absolute;
    /* size of bullet elment */
    width: 21px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    color: white;
    font-size: 12px;
    background: url('../img/b03.png') no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb03 div { background-position: -5px -4px; }
.jssorb03 div:hover, .jssorb03 .av:hover { background-position: -35px -4px; }
.jssorb03 .av { background-position: -65px -4px; }
.jssorb03 .dn, .jssorb03 .dn:hover { background-position: -95px -4px; }

/* jssor slider thumbnail navigator skin 16 css */
/*
.jssort16 .p            (normal)
.jssort16 .p:hover      (normal mouseover)
.jssort16 .pav          (active)
.jssort16 .pav:hover    (active mouseover)
.jssort16 .pdn          (mousedown)
*/

.jssort16 .p {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 75px;
    margin: 0 10px;
}

.jssort16 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 75px;
    border: none;
    margin-right: 10px;
}

.jssort16 .p img {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 75px;
    filter: alpha(opacity=55);
    opacity: .55;
    transition: opacity .6s;
    -moz-transition: opacity .6s;
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
}

.jssort16 .pav img, .jssort16 .pav:hover img, .jssort16 .p:hover img {
    filter: alpha(opacity=100);
    opacity: 1;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

.jssort16 .pav:hover img, .jssort16 .p:hover img {
    filter: alpha(opacity=70);
    opacity: .7;
}

.jssort16 .title, .jssort16 .title_back {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 200px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #000;
    font-size: 20px;
}

.jssort16 .title_back {
    background-color: #fff;
    filter: alpha(opacity=50);
    opacity: .5;
}

.jssort16 .pav .title_back {
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: .5;
}

.jssort16 .pav .title {
    color: #fff;
}

.jssort16 .p.pav:hover .title_back, .jssort16 .p:hover .title_back {
    filter: alpha(opacity=40);
    opacity: .4;
}

.jssort16 .p.pdn img {
    filter: alpha(opacity=100);
    opacity: 1;
}
.cndp{
    font-size: 10px;
}
.form{
    margin: 20px 0;
}
.mandatory {
    color: red;
}



/* MODIFSD FY */

figure {
    margin: 0;
    text-align: center;
    /* border: solid 1px #999; */
    background-color: #f2f2f2;
}

.prestations img {
    box-shadow: 0 0 1px #ddd;
    /* width: 250px; */
    height: 160px;
    margin-left: auto;
    margin-right: auto;
}
