/*
RESET CSS 
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* END RESET */

input[type="search"],input[type="text"], input[type="password"],textarea, select {
    background: #ffffff;
    -webkit-appearance:none;
}
html{
    height: 100%;
}

body{
    position: relative;
    width: 100%;
    height: 100%;
    font-family: 'Lucida Sans', sans-serif;
}

/********** HEADER **********/

header{ /* CONTAINER PRINCIPAL */
    width: 100%;
    margin: 0 auto;
    //height:50px;
    height:50px;
    //border-top: 5px solid rgba(43,67,144,1);
    //background: url('../img/top-bar.jpg');
    background-color: rgba(43, 67, 144, 1);
    background: radial-gradient(circle, rgba(0, 157, 224, 1), rgba(43, 67, 144, 1)) repeat scroll 0 0 rgba(0, 0, 0, 0);
    //background: linear-gradient(to right, rgba(43, 67, 144, 1),rgba(0, 157, 224, 1),rgba(43, 67, 144, 1));
    //box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 9;
    border-bottom: 5px solid rgba(255, 247, 180, 1);
}

.blue-bar{
    /*background: -webkit-radial-gradient(circle, rgba(0,157,224,1), rgba(43,67,144,1));
    background: -moz-radial-gradient(circle, rgba(0,157,224,1), rgba(43,67,144,1));
    background: -o-radial-gradient(circle, rgba(0,157,224,1), rgba(43,67,144,1));
    background: radial-gradient(circle, rgba(0,157,224,1), rgba(43,67,144,1));*/
    padding : 0px 20px;
    margin:auto;
    position: relative;
}

.blue-bar a {
    display : inline-block;
    width: 100%;
}

.blue-bar-nav-logo{
    float: left;
}

.blue-bar-nav-logo img{
    height :38px;
}

.blue-bar-nav {
    position: relative;
    float: left;
    margin: 0;
    width:100%;
}
.blue-bar-nav ul{
    line-height: 40px;
    margin-top:6px;
}

.blue-bar-nav ul li{
    display: block;
    font-family: 'Lucida Sans', sans-serif;
    font-size: 15px;
    padding: 0 8px 0 8px;
    text-transform: uppercase;
    //border-left: 1px solid #fff;
    //border-right: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0;
    float: left;
    height:40px;
}
.blue-bar-nav ul li.blue-bar-nav-logo{
    margin : 0;
}
.blue-bar-nav ul li.blue-bar-nav-right_item{
    float:right;
}

.blue-bar-nav ul li a{
    text-decoration: none;
    //color: rgba(43,67,144,1);
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;			
}

.blue-bar-nav ul li a:hover{
    //text-decoration: underline;
    color: rgba(255, 255, 255, 1);
}

.blue-bar-search{
    position: absolute;
    right:0;
    top: 15px;
}


.blue-bar-lang{
    font-size: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.blue-bar-lang a{
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    width: auto;
}
.blue-bar-lang a:hover{
    color: rgba(255, 255, 255, 1);
}

.active{
    color: rgba(255,255,255,1);
    border-bottom: 1px solid white;
}

/********** FIN HEADER **********/

.left-nav{
    position:fixed;
    width:250px;
    height:100%;
    float:left;
    background: #fafafa;
    margin-top:55px;
    padding:10px;
    overflow: auto;
    z-index: 5000;
    left: 0;
}
.content{ /* WRAPPER GENERAL DU CONTENU DU SITE (FOOTER EXLCUS) AFIN QUE CE DERNIER SOIT TOUJOURS COLLE AU BAS DE LA PAGE */

    margin:0 50px 0 310px;
    background-repeat: no-repeat;
    //box-shadow: 0 0 35px rgba(0, 0, 0, 0.4);
    min-height:200px;
    position: relative;
    z-index: 1;
    width:auto;
    padding-top:100px;
    
    
}

.left-nav ul.level_2{
    width: 230px;
    font-size: 13px;
    line-height: 25px;
    font-family: 'Lucida Sans', sans-serif;
    margin: 4px 0 10px;
    
}
.left-nav ul.level_2 li{
    display: block;
    margin-bottom: 2px;
    padding-left: 10px;
    width: 235px;
    background: none repeat scroll 0 0 #ddd;
    border-radius: 5px;
    color: rgba(51, 51, 51, 1);
    
}

.left-nav ul.level_2 li a{
    text-decoration: none;
    color: rgba(51,51,51,1);
    width: 100%;
    display: block
}

.left-nav ul.level_2 li a:hover{
    text-decoration: underline;
}

.left-nav ul.level_1{
    width: 235px;
    font-size: 13.5px;
    line-height: 25px;
}
.left-nav ul.level_1 li{
    display: block;
    padding-left: 10px;
    width: 235px;
    height: 30px;
    text-align: left;
    background-color: rgba(0, 157, 224, 1);
    //background: linear-gradient(rgba(43,67,144,1),rgba(43,67,144,1),rgba(43,67,144,1),rgba(43,67,144,1),rgba(0, 157, 224, 1));
    line-height: 30px;
    left: 0;
    overflow: hidden;
    margin-top:3px;
    border-radius: 5px;
    color:#ffffff;
    
}

.left-nav ul.level_1 li a{
    text-decoration: none;
    color: rgba(255,255,255,1);
    width: 100%;
    display: block;
    
}

.left-nav ul.level_1 li a:hover{
    text-decoration: underline;
}


.content-title{
    border-bottom: 1px solid rgba(43, 67, 144, 1);
    color: rgba(43, 67, 144, 1);
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.content-subtitle{
    color: rgba(0, 157, 224, 1);
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.content-breadcrumb p { /* FIL D'ARIANE */
    margin: 0 auto;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 20px;
}

.content-breadcrumb p a{
    color: rgba(43,67,144,1);
    text-decoration: none;
}

.content-breadcrumb p a:hover{
    text-decoration: underline;
}

.table{
    width:100%;
    color : rgba(51, 51, 51, 1);
    font-size: 13px;
    border-collapse: collapse;
    margin-bottom:20px
}

.table tr td{
    padding:6px;
}

.table tr.table_row_1 td{
    background: rgba(255, 255, 255, 0.5);
    border-top:solid 2px rgba(255, 255, 255, 0.8);
    border-right:solid 2px rgba(255, 255, 255, 0.8);
    border-bottom:solid 2px rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.table tr.table_row_2 td{
    background: rgba(0, 157, 224, 0.2);
    border-top:solid 2px rgba(255, 255, 255, 0.8);
    border-right:solid 2px rgba(255, 255, 255, 0.8);
    border-bottom:solid 2px rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.table tr.table_row_1:hover td, .table tr.table_row_2:hover td{
    background: rgba(0, 157, 224, 0.8);
    color:#ffffff;
}

.table tr.table_row_title_1 th{
    background: rgba(43, 67, 144, 1);
    color:#ffffff;
    border-right:solid 2px rgba(255, 255, 255, 0.8);
    padding:10px;
    border-collapse: collapse;
}



.table tr.table_row_title_2 td{
    background: rgba(0, 157, 224, 0.5);
    border-top:solid 2px rgba(255, 255, 255, 0.8);
    border-right:solid 2px rgba(255, 255, 255, 0.8);
    border-bottom:solid 2px rgba(255, 255, 255, 0.8);
    padding:15px;
}

.table tr.table_row_title_3 td{
    background: rgba(255, 247, 180, 0.5);
    border-top:solid 2px rgba(255, 255, 255, 0.8);
    border-right:solid 2px rgba(255, 255, 255, 0.8);
    border-bottom:solid 2px rgba(255, 255, 255, 0.8);
    padding:15px;
}

.table2{
    color : rgba(51, 51, 51, 1);
    font-size: 13px;
    border-collapse: collapse;
    margin-bottom:20px
}

.table2 tr td{
    padding:6px;
}

.table2 th.table2_cell_title{
    background: rgba(43, 67, 144, 1);
    color:#ffffff;
    border-top:solid 2px rgba(255, 255, 255, 0.8);
    border-right:solid 2px rgba(255, 255, 255, 0.8);
    border-bottom:solid 2px rgba(255, 255, 255, 0.8);
    padding:10px;
    border-collapse: collapse;
    text-align: left;
}

.table2 td.table2_cell{
    background: rgba(0, 157, 224, 0.2);
    border-top:solid 2px rgba(255, 255, 255, 0.8);
    border-right:solid 2px rgba(255, 255, 255, 0.8);
    border-bottom:solid 2px rgba(255, 255, 255, 0.8);
}

td.right{
    text-align: right;
}

.form label{
    width:100%;
}

.form input{
    width:205px;
    border:none;
    border-radius: 5px;
    padding:8px 10px;
    margin-bottom: 8px;
}

.form input.btn {
    width: 225px;
    background: rgba(0, 157, 224, 1);
    color:#ffffff;
    margin-top:5px;
}

.table_adresse{
    float:left;
    margin-right:50px;
    margin-bottom:20px;
    border: 1px rgba(255, 247, 180, 0.5) solid;
    width: 250px;
    height:150px;
}

.table_adresse td{
    padding:8px 15px;
    color: rgba(51,51,51,1);
    font-size:13px;
    background: rgba(0, 157, 224, 0.2);;
}
.table_adresse th{
    padding:8px 15px;
    color: rgba(51,51,51,1);
    font-size:16px;
    background: rgba(0, 157, 224, 0.2);
}

.no_result{
    font-size:13px;
    color: rgba(51,51,51,1);
    margin-bottom: 30px;
}

.nav-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    display:none;
    padding: 9px 10px;
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 5px;
}

.nav-toggle:hover .icon-bar{
    background-color: rgba(255,255,255,1);
}
.nav-toggle .icon-bar {
    border-radius: 1.5px;
    display: block;
    height: 3px;
    width: 22px;
    background-color: rgba(255,255,255,0.7);
    margin: 3px 0;
}
@media screen and (max-width: 900px){
    .left-nav{
        left:-270px
    }
    .content{
        margin:0 20px 0 20px;
    }
    .nav-toggle{
        display:block
    }
    .blue-bar-nav-logo{
        margin-left:30px!important;
    }
}
.fancybox-lock .fancybox-overlay {
    overflow-y: hidden !important;
}