* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    background: #f5f5f5;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333;
    line-height: 25px;
    height: 100%;
}

header {
    /*background-color: #000;
    color: #fff*/
}

.principal {
    background: #f5f5f5;
}

p {
    font-size: 1.0em;
}

.container {
    position: relative;
    min-height: 100%;
}

.global {
    position: relative;
    min-height: 100%;
    margin: 0 auto;
    padding-bottom: 70px;

}

.page-header {
    margin: 0;
}

section {
    padding: 1.3%
}

section ul {
    list-style: none;
}

.picto img {
    float: right;
    width:30%;
}

/*section ul li:before{
    content: ">"
}*/

.adresse-2 {
    margin-top: 10px;
}

footer {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    color: #FFFFFF;
    min-height: 40px;
    left: 0;
    margin-top: 10px;
    position: absolute;
    text-align: center;
    width: 100%;

}


.container .jumbotron {
    margin-top: 30px;
}

.grid > * > * {
    padding-left: 5px;
}

.masthead{
    color :#58626e;
}

/*******************************************************************************************/
.bloc {
    float: left;
    margin-bottom: 30px;
    padding: 2px;
    border: solid 1px #ccc;
    box-shadow: 2px 2px 5px #888888;
    color: #758080;
    min-height: 250px;
}

.bloc:hover {
    background-color: #fff;
}

.btn_flechner {

    width: 80%;
    background-color: #76c7c0;
    color: #fff;
    height: 37px;

    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
                   margin-top:35px;
    text-align: center;
    line-height: 32px;
    border-radius: 3px;
}

.btn_flechner:hover {
    background-color: #fff;
    color: #76c7c0;
    border: 1px solid #76c7c0;
}

.btn_flechner a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.btn_flechner a:hover {
    color: #76c7c0;
}

.icn {
    display: inline-block;
    width: 96%;
    height: 33%;
    margin-top: 3px;

}

.icn_patents {
    background-image: url(../img/patents_off.png);
    background-repeat: no-repeat;
    height: 75px;
    background-position: center top;
}

.icn_design {
    background-image: url(../img/design_off.png);
    background-repeat: no-repeat;
    height: 75px;
    background-position: center top;
}

.icn_trademarks {
    background-image: url(../img/trademark_off.png);
    background-repeat: no-repeat;
    height: 75px;
    background-position: center top;
}

.icn_handling {
    background-image: url(../img/handling_off.png);
    background-repeat: no-repeat;
    height: 75px;
    background-position: center top;
}

.icn_domain {
    background-image: url(../img/domain_off.png);
    background-repeat: no-repeat;
    height: 75px;
    background-position: center top;
}

.icn_ligations {
    background-image: url(../img/ligation_off.png);
    background-repeat: no-repeat;
    height: 75px;
    background-position: center top;
}

.titre_bloc {
    display: block;
    width: 98%;
    height: 40px;
    line-height: 20px;
    margin-left: auto;
    margin-right: auto;

    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
}

.resume_bloc {
    float: left;
    width: 96%;
    height: 140px;

    text-align: justify;
    font-size: 0.8em;

}

/*nav {
    top: -6px;
right:6%;
    position: absolute;
}*/

nav ul {
    background: #efefef;
    background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);
    background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
    background: -webkit-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
    padding: 0 20px;
    border-radius: 2px;
    list-style: none;
    /*position: relative;
    z-index: 5;
    display: inline-table;*/
}

nav ul ul {
    display: none;
}

nav ul li:hover > ul {
    display: block;
}

nav ul:after {
    content: "";
    clear: both;
    display: block;
}

nav ul > li {
    float: left;

}

nav ul li:hover {
    background: #4b545f;
    background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
    background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
    background: -webkit-linear-gradient(top, #4f5964 0%, #5f6975 40%);

}

nav ul li:hover a {
    color: #fff;
}
nav ul li:hover > a {
    color: #333;
}

nav ul li.active {
    background: #4b545f;
    background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
    background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
    background: -webkit-linear-gradient(top, #4f5964 0%, #5f6975 40%);
}

nav li.active a {
    color: #fff;
}

nav ul li a {
    display: block;
    /*padding: 5px 40px;*/
    color: #757575;
    text-decoration: none;
}

nav ul ul {
    background: #5f6975;
    border-radius: 0;
    padding: 0;
    position: absolute;
    z-index: 1000;
    top: 100%;
}

nav ul ul li {
    float: none;
    width:400px;
    height:50px;
    line-height: 20px;
    border-top: 1px solid #6b727c;
    border-bottom: 1px solid #575f6a;
    position: relative;
}

nav ul ul li a {
    height:50px;
    padding: 5px 40px;
    color: #fff;
}

nav ul ul li a:hover {
    text-decoration: none;
    background: #4b545f;
    color:#fff;
}

nav ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

nav a#pull {
    display: none;
}

/*.menu-flechner ul{
    display: inline-table;
    float:right
}

.menu-flechner ul > li {
    float: left;
    background-color:#fff;
    margin-top:2px;
    height:50px;
}*/
@media screen and (max-width: 600px) {
    nav {
        height: auto;
    }

    nav ul {
        width: 100%;
        display: block;
        height: auto;
    }

    nav li {
        width: 50%;
        float: left;
        position: relative;
    }

    nav li a {
        border-bottom: 1px solid #576979;
        border-right: 1px solid #576979;
    }

    nav a {
        text-align: left;
        width: 100%;
        text-indent: 25px;
    }
}

@media only screen and (max-width: 480px) {
    nav {
        border-bottom: 0;
    }

    nav ul {
        display: none;
        height: auto;
        font-size: 11px;
        padding: 0 5px;
    }

    nav ul ul {
        display: none;
    }

    nav ul li:hover > ul {
        display: block;
    }

    nav ul:after {
        content: "";
        clear: both;
        display: block;
    }

    nav ul ul li {
        display: inline-block;
        height: auto;
        font-size: 11px;
        padding: 0 0px;
        width: 100%;

    }

    nav a {
        text-align: left;
        text-indent: 5px;
        width: 100%;
    }

    nav ul ul li a {
        color: #FFFFFF;
        padding: 15px 0px;
    }

    nav ul li a {
        color: #757575;
        display: block;
        padding: 5px 0px;
        text-decoration: none;
    }

    nav a#pull {
        display: block;
        background-color: #283744;
        width: 100%;
        position: relative;
    }

    nav a#pull:after {
        content: "";
        background: url('../img/nav-icon.png') no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
    }
}

@media only screen and (max-width: 320px) {
    nav li {
        display: block;
        float: none;
        width: 100%;
    }

    nav li a {
        border-bottom: 1px solid #576979;
    }
}

/**********************************************************************************************************************/
.breadcrumb {
    background-color: #F5F5F5;
    border-radius: 4px;
    list-style: none outside none;
    margin: 0 0 20px;
    padding: 8px 15px;
    height: 50px;
    line-height: 45px;
    text-transform: uppercase;
}

.adresse {
    background-color: #f8f8f8;
    padding-top: 2px;
    border-radius: 4px;
    border: 1px solid #f1eeee;
}

.adresse a {
    text-decoration: none;
}

.img-polaroid {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 4px;
}

.team {
    background-color: #ececec;
}

.well {
    background-color: #F5F5F5;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

.menu {
    list-style: none;
    height: 40px;
    background-color: #f5f5f5;
    width: 100%;
}

.menu li {
    float: left;
    margin-right: 15px;

}

.menu li a {
    color: #333;
    text-decoration: none;
}

.menu li a:hover {
    color: #76c7c0;
}

.picto {
    float: right;
}

.footer .container {
    margin-top: 20px;
    border-top: 5px solid #58626e;
    padding-left: 0;
    padding-right: 0
}

.footer .menu{
   width:90%;
   margin-left:auto;
   margin-right:auto;
}

.footer .copy{
  text-align:center;
  font-size:10px;
}

.breadcrumb-flechner li{
display:inline;
font-size:10px;
}

.breadcrumb-flechner li a{
color:#4B545F}

.breadcrumb-flechner li+li:before{
                         content:">>"
}
   