.footer_keyword {
    position: absolute;
    z-index: -9999;
    color: #111111;
}

#section2 {
    min-height: 480px;
    background: -moz-linear-gradient(to bottom, #6E6E6E, #F2F2F2);
    background: -webkit-linear-gradient(to bottom,#6E6E6E, #F2F2F2 );
    background: -ms-linear-gradient(to bottom, #6E6E6E,#F2F2F2);
    background: -o-linear-gradient(to bottom, #6E6E6E, #F2F2F2);
    background: linear-gradient(to bottom, #6E6E6E, #F2F2F2);
}

#section2  h2 {
    margin-left: -4px;
}

#section2 a {
    color: #222222;
    transition-duration: 300ms;
    transition-property: color, background-color, opacity;
    transition-timing-function: ease;
}

#section2 .read-more a, #section2 .read-more a:hover {
    color: #151515;
}

#section2 .content .col-md-4, #section2 .content .col-md-6 {
    padding-right: 20px;
}

#section2 .content {
    min-height: 300px;
}

#section2 .content .col-md-8 {
    display: none;
}

#section2 .content .col-md-8.current {
    display: block;
}

#section2 ul.article-tags {
    margin: 10px 0 0;
}

#section2 ul.article-tags li {
    border-bottom: 1px solid #151515;
    cursor: pointer;
    display: block;
    font-size: 17px; font-size: 1.7rem;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    padding-left: 45px;
    position: relative;
}

#section2 ul.article-tags li:hover, #section2 ul.article-tags li.current {
    background-color: #c0392b;
    color:#ecf0f1;
}

#section2 ul.article-tags i {
    left: 15px;
    font-size: 16px; font-size: 1.6rem;
    position: absolute;
    top: 10px;
}

#section2 h4 {
    border-bottom: 1px solid #151515;
    height: 35px;
    margin-bottom: 18px;
}



.control-group .controls input, .control-group .controls textarea {
    background: #F1F1F1;
    border-radius: 0px;
    min-height: 36px;
}

.control-group .controls input:focus, .control-group .controls textarea:focus {
    border-color: rgba(144, 144, 144, 0.9);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(144, 144, 144, 0.9);
}

.alert, .alert-error {
    border-radius: 0px;
}

.btn-default {
    background: none #F1F1F1;
    color: #151515;
    margin-top: 75px;
}

.btn-inverse {
    background: none #222222;
    color: #F1F1F1;
    margin-top: 25px;
}

.btn-default, .btn-inverse {
    border: medium none;
    cursor: pointer;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 14px; font-size: 1.4rem;
    font-weight: 300;
    line-height: 20px;
    padding: 8px 14px;
    text-align: left;
    text-transform: uppercase;
    width: 190px;
}

.btn-inverse span, .btn-default span {
    font-weight: 700;
}

.btn-inverse.alt, .btn-default.alt {
    text-align: right;
}

.btn-inverse i, .btn-default i {
    float: right;
    line-height: 20px;
}

.btn-inverse.alt i, .btn-default.alt i {
    float: left;
}

.read-more {
    cursor: pointer;
    font-weight: 500;
    margin-top: 20px;
    padding-right: 10px;
}

.table th, .table td {
    border-top: 1px solid #151515;
    line-height: 20px;

    text-align: left;
    vertical-align: top;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
    background-color: rgba(60, 60, 60, 0.4);
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: rgba(75, 75, 75, 0.4);
}

/* SPECIAL SECTIONS*/
/* Anti robot */
#AdresseTest {
    display : none;
}




.toolbox-header {
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: -5px;
}

.toolbox-item {
    height: 20px;
}

.skill {
    text-align: center;
}

.service {
    padding:12px;
    text-align:left;
}

.service li {
    display: block;
    padding: 7px 0;
    border-bottom: 1px solid #bfbfbf;
    font-size:14px;
}
.service li:last-child {
    border: none;
}

.service:hover {
    background-color:#f5f7f8;
    border-bottom:5px #c0392b solid;
}

.container .row {
    margin-right: auto;
    margin-left: auto;

}

.well {
    height: 300px;
    vertical-align: middle;

}


.panel.securibat {
   height: 130px;
    line-height:130px;
    text-align:center; /* centrage horizontal */
}

.panel.securibat span {
    width:100%; /* largeur zone de texte */
    border:1px solid #fff;
    vertical-align:middle;
    display:inline-block;
    line-height:normal; /* on rétablit le line-height */
    text-align:center; /* ... et l'alignement du texte */
}

header.main {
    height: 59px;
}

.menusecurybat li{
    display: inline-block;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    max-width: 175px;
}
















