/* [General styles] */
.container{
    min-width:970px !important;
}
body{
    min-width:1195px;

}
*, body, html, p{
    font-family: 'Lato', sans-serif;

}
.cb {
    clear: both;
}

.redStar {
    color: #FF0000;
    font-size: 10px;
}

/* [Error messages] */
.msg_info,.msg_success,.msg_warning,.msg_erreur{
    border:1px solid;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    -moz-box-shadow:0 0 5px #888;
    -webkit-box-shadow:0 0 5px #888;
    box-shadow:0 0 5px #888;
    width: auto !important;
    background-repeat: no-repeat;
    background-position: 10px 5px;
    text-align: left;
    margin:0 0 10px 0!important;
    padding:15px 10px 15px 50px !important;
}

.msg_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/messageBox/info.png');
}
.msg_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/messageBox/success.png');
}
.msg_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/messageBox/warning.png');
}
.msg_erreur {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/messageBox/error.png');
}

.erreur_loc, .fieldError {
    color: #a94442;
    /*font-size: 11px;*/
    font-style: italic;
    /*display: block;*/
}

/* [Autodatatable] */
.autodatatableLight td {
    padding: 5px;
    vertical-align: top;
}

.autodatatableLight td.label {
    vertical-align: top;
    padding-top: 10px;
}

.autodatatable {
    border: 1px solid #000000;
    color: #3e3e3e;
}

.autodatatable th {
    font-size: 11px;
    border-bottom: 1px solid #000000;
    background-color: #e3e3e3;
    padding: 5px 15px 5px 5px;
    text-align: left;
}

.autodatatable.rowHighlight tr:hover td {
    background-color: #dbe8ec;
}

.autodatatable td {
    padding: 5px 15px 5px 5px;
    font-size: 11px;
    text-align: left;
}

.autodatatable .row1 td,
.autodatatable .odd td {
    background-color: #f1f1f1;
}

.autodatatable .row2 td,
.autodatatable .even td {
    background-color: #fff;
}

table input[type=text] {
    margin: 4px 0;
}

.autodatatable .adt-ctrl {
    list-style: none;
    margin: 0;
    border-left: 1px solid #aaa;
    padding: 4px 0 0 10px;
    line-height: 1;
}

.autodatatable .adt-ctrl li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
    padding: 0 0 4px;
}

.autodatatable .adt-ctrl-multiline li {
    display: block;
}

.icon-active {
    /*background: url('../images/icon-active.png') 2px 2px no-repeat;*/
    width: 19px;
    height: 19px;
    display: block;
}

.icon-inactive {
    /* background: url('../images/icon-inactive.png') 2px 2px no-repeat;*/
    width: 19px;
    height: 19px;
    display: block;
}

.permissionField {
    list-style: none;
    margin: 0;
    padding: 0;
}

.permissionField li {
    margin: 0;
    padding: 2px 0;
}

.permissionField li > ul {
    margin-left: 25px;
}

.permissionField input[type="checkbox"], .permissionField label{
    vertical-align: middle;
}

#user-groups .user-group-title {
    font-weight: bold;
    padding-top: 4px;
    font-size: 14px;
}

#user-groups .user-group-list-label {
    font-weight: bold;
    font-size: 12px;
}

#user-groups .user-group-selected {
    margin: 5px 0 10px 0;
}

#user-groups .user-group-selected li {
    line-height: 1.9;
}

#user-groups .user-group-center {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

#user-groups .user-group-selected-label {
    width: 300px;
    float: left;
}

#user-groups .user-group-selected-remove {
    float: right;
}

#user-groups {
    width: 400px;
}

/* [Admin styles] */

.adminContent h2 {
    font-size: 18px !important;
}

.blockIcon {
    float: left;
    width: 60px;
    margin-right: 10px;
}

.blockContent {
    float: left;
    width:220px;
}

/* [Admin login] */

.login-form {
    max-width: 400px;
    margin: 60px auto;
}

.login-form label {
    display: block;
}

.login-form input {
    border: 1px solid #616161;
    width: 388px;
    padding: 5px;
}

.login-form button {
    padding: 10px 15px;
}

/* Admin blocks */

.admin-nav {
    margin: 0 0 20px 0;
}

.admin-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.admin-nav ul li.pull-left {
    margin-right:5px;
}

.admin-nav ul li.pull-right {
    margin-left:5px;
}

.admin-box {
    border-bottom: 8px solid #000;
    background: #FFF;
    padding: 20px;
    min-height: 230px;
    position: relative;
    -webkit-box-shadow: 0 10px 20px -10px #444;
    -moz-box-shadow: 0 10px 20px -10px #444;
    box-shadow: 0 10px 20px -10px #444;
    margin-bottom: 30px;
}

.admin-box h2 {
    color: #000;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.admin-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.admin-box ul li {
    margin: 0 0 10px 0;
}

.admin-box a {
    color: #000;
    text-decoration: none;
}

.admin-box a:hover {
    text-decoration: underline;
}

.admin-box .icon {
    background: #000;
    color: #FFF;
    font-size: 20px;
    display: block;
    position: absolute;
    bottom: -8px;
    right: 0;
    padding: 5px;
    width: 32px;
    text-align: center;
}

.admin-box select{
    max-width: 100%;
}

.adminCategoryBlock {
    float: left;
    margin: 0 10px 20px 0;
    width: 32%;
}

.adminCategoryBlock .adminCategoryIcon {
    float: left;
}

.adminCategoryBlock .adminCategoryBlockContent {
    float: left;
    margin-left: 13px;
}

.adminCategoryBlock h2 {
    border-bottom: 1px solid;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 8px 52px;
    padding: 0 0 3px 8px;
}


.adminBlock {
    min-height:100px;
    height:auto !important;
}

#adminNavBar {
    list-style: none;
    margin: 0;
    padding:6px 0 12px;
}

#adminNavBar li {
    display: inline;
    padding: 0;
    margin:0 10px 0 0;
}

#adminNavBar li.right {
    float: right;
}

.specialButton {
    display: block;
    border: 1px solid #003;
    background: #03C;
    padding: 5px;
    color: #FFF;
    text-decoration: none;
    float: left;
}

.specialButton:hover {
    color: #FFF;
    text-decoration: none;
    background: #03F;
}

.specialButtonSubmit {
    position: absolute;
    left: -9999px;
}


/* [Photo album] */
#photoList {
    list-style: none;
    margin: 0;
    padding: 0;
}
#photoList li {
    padding: 0;
    float: left;
    margin: 5px;
    position: relative;
    width: 178px;
}
#photoList li .options {
    background: url('../images/white75percent.png') left top repeat;
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: right;
    display: none;
}
#photoList li:hover .options {
    display: block;
}
#photoList li .options a {
    float: left;
}
#photoList li .cover {
    background: url('../images/white75percent.png') left top repeat;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 168px;
    position: absolute;
    bottom: 5px;
    left: -18px;
    z-index: 10;
    padding: 5px 0;
}
#photoList li a {
    display: block;
    /*background: url('../images/blank.gif') left top repeat;*/
    text-decoration: none;
}
#photoList li a:hover {
    text-decoration: none;
}
#photoList li .thumbnail {
    width: 178px;
}

#photoList2 li{
    padding: 10px;
    margin:0;
}

#global {
    position: relative;
    width: 100%;
    min-width: 960px;
    overflow: hidden;
}





/*****************************************
 _   _  ___    _____  ___    ___    ___   
( ) ( )(  _`\ (  _  )(  _`\ (  _`\ |  _`\ 
| |_| || (_(_)| (_) || | ) || (_(_)| (_) )
|  _  ||  _)_ |  _  || | | )|  _)_ | ,  / 
| | | || (_( )| | | || |_) || (_( )| |\ \ 
(_) (_)(____/'(_) (_)(____/'(____/'(_) (_)
*******************************************/

/**************************************************
 _   _  _____  _   _          ___    _____  ___   
( ) ( )(  _  )( ) ( )        (  _`\ (  _  )|  _`\ 
| `\| || (_) || | | | ______ | (_) )| (_) || (_) )
| , ` ||  _  || | | |(______)|  _ <'|  _  || ,  / 
| |`\ || | | || \_/ |        | (_) )| | | || |\ \ 
(_) (_)(_) (_)`\___/'        (____/'(_) (_)(_) (_)
****************************************************/

#nav-bar-container {

}

#nav-bar {

}

.navbar_mod{
    background-color: rgb(251, 248, 241) !important;
}

.navbar{
    height: 160px;
    border: none !important;
    text-transform: uppercase;
}

.navbar .container-fluid{
    width: 1225px;
    margin:0 auto;
    margin-top:25px;
}
.navbar-brand{
    width:168px !important;
    height:101px !important;
    padding:0px !important;
}

.navbar-nav{
    margin-top:42px !important;
}

.navbar-nav>li{
    margin-left:35px;
    font-size: 15px;
}
.navbar-nav>li>a{
    padding:0px !important;
    padding-top: 15px !important;
    color:#004a7f !important;
}
.navbar-nav .active{
    border-top:8px solid #00355b;
    padding-top:0px;

}
.active a{
    background: none !important;
}
.navbar-nav li{
    padding-top: 8px;
}

.navbar-nav li:hover{
    border-top:8px solid rgba(0, 53, 91, 1);
    padding-top:0px;
    transition: .3s ease;
}
@media(max-width: 1248px){
.suivez{
    width:120px !important;
    font-size:14px !important;
}
    html{
        width:1224px;
    }
}

@media (max-width:768px){
    .navbar li{
        float:left;
    }
    .navbar ul{
        float:right;
    }
    .navbar-header{
        width: 200px;
        margin: 0;
        floaT: left;
    }
    .container-fluid{
        width: 1188px !important;
    }
}



/*****************************
        ___    _   _  _   _
/'\_/`\(  _`\ ( ) ( )( ) ( )
|     || (_(_)| `\| || | | |
| (_) ||  _)_ | , ` || | | |
| | | || (_( )| |`\ || (_) |
(_) (_)(____/'(_) (_)(_____)
******************************/

#menu-container {

}

#menu {

}

/****************************************
 ___    _      _  ___    ___    ___
(  _`\ ( )    (_)(  _`\ (  _`\ |  _`\
| (_(_)| |    | || | ) || (_(_)| (_) )
`\__ \ | |  _ | || | | )|  _)_ | ,  /
( )_) || |_( )| || |_) || (_( )| |\ \
`\____)(____/'(_)(____/'(____/'(_) (_)
*****************************************/



/*************************************************
 ___    _____  _   _  _____  ___    _   _  _____
(  _`\ (  _  )( ) ( )(_   _)(  _`\ ( ) ( )(_   _)
| ( (_)| ( ) || `\| |  | |  | (_(_)| `\| |  | |
| |  _ | | | || , ` |  | |  |  _)_ | , ` |  | |
| (_( )| (_) || |`\ |  | |  | (_( )| |`\ |  | |
(____/'(_____)(_) (_)  (_)  (____/'(_) (_)  (_)
***************************************************/
/*index.html*/
#content-container {

}

#content {

}
.container{
    width: 1195px !important;
    display:block;
    margin:0 auto;
}
.contenu{
    height: 210px;
    background-color: rgba(0, 0, 0, 0.3);
    position: relative;
    color: #fff;
    margin: 70px auto 0px auto;
}
#hometitle{
    color: #fff;
    text-transform: uppercase;
    font-size: 122px;
    font-weight: bold;
    margin-top: 60px;
    text-align: right;
    text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.75);
    line-height: 0.9;
    width: 1195px;
    margin: 30px auto 0px auto;
    min-height: 370px;
}
.col1:hover, .col2:hover, .col3:hover, .col4:hover, .col5:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transition: .25s ease;
    cursor: pointer;
}
.home_txt{
    color: #fff;
    font-size: 22px;
    text-align: right;
    text-transform: uppercase;
    text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.75);
    width: 1195px;
    margin: auto;
}
.box_inside{
    height:150px !important;
    border-right:1px solid rgba(255, 255, 255 , 0.2);
    margin-top: 30px;
    padding-left:25px;
}
.light_font{
    font-weight: 300;
}

.page_title{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 32px;
    color: #4f5c61;
    margin-bottom:50px;
}
/**/


.boxWrap{
     position: relative;
     background: url('../images/content_src/rapportBg.jpg') repeat-y;
     margin-bottom: 27px;
 }

.boxWrap_action{
    position: relative;
    background: url('../images/content_src/rapportBg_action.jpg') repeat-y;
    margin-bottom: 27px;
    color:#000;
}

/*CONSEIL MUNICIPALE*/
#side{
    width: 100%;
    height: 450px;
    float: right;
}
.bloc{
    width:inherit;
    height:150px;
    border-top:1px solid rgba(79, 92, 97, 0.2);
}
.bloc_last {

    border-bottom: 1px solid rgba(79, 92, 97, 0.2);
}
.bloc h1{
    font-weight: 300;
    font-size: 28px;
    color: #f3b081;
    text-transform: uppercase;
}
.bloc p{
    max-width: 410px;
    font-weight: 300;
    font-size: 16px;
    color: #4f5c61;
    height: 0;
}
.bloc_btn{
    width: 40px;
    height: 40px;
    background: #fff;
    border:1px solid  #f3b081;
    color: #b4b9ba;
    font-size: 36px;
    line-height: 1;
    position: absolute;
    right: 0;
    margin-top: 25px;
}
.bloc_btn:hover {
    color:#fff;
    background-color:#f3b081;
    transition: .25s ease;
}


.bloc_btn_a{
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid  #7f7f7f;
    color: #7dc89b;
    font-size: 36px;
    line-height: 1;
    position: relative;
    text-align: center;
    margin-top: 14px;
    margin-right: 20px;
    float: right;
}
.bloc_btn_a:hover {
    color:#fff;
    background-color:#7dc89b;
    transition: .25s ease;
    text-decoration: none;
}

.bloc_btn_a_wrap{
    width: 239px;
    height: 70px;
    border: 1px solid #7dc89b;
    float: right;
    position: relative;
    margin-top: -94px;
}

.bloc_btn_a_wrap span{
    color: #000;
    font-size: 16px;
    line-height: 18px;
    position: relative;
    float: left;
    margin-top: 16px;
    margin-left: 20px;

}

.boxWrap_action .bloc_btn_a_wrap{
    width: 239px;
    height: 70px;
    border: 1px solid #fff;
    float: right;
    position: relative;
    color:#fff;
    margin-top:0;
    margin-bottom: 15px;
    font-weight: 300;
}

.boxWrap .bloc_btn_a_wrap{
    width: 239px;
    height: 70px;
    border: 1px solid #fff;
    float: right;
    position: relative;
    color:#fff;
    margin-top:0;
    margin-bottom: 15px;
    font-weight: 300;
    margin-top: 40px;
}


.boxWrap .bloc_btn_a_wrap2{
    width: 239px;
    height: 70px;
    border: 1px solid #fff;
    position: absolute;
    color: #fff;
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 300;
    bottom: 0px;
}

.boxWrap_action .bloc_btn_a {
    color: #fff;
    background-color:#4F5C62;
    margin-right: 12px;
    font-weight: bold;
}
.boxWrap_action .bloc_btn_a:hover {
    color:#fff;
    background-color:#f3b181;
}

.boxWrap .bloc_btn_a {
    color: #fff;
    background-color:#4F5C62;
    margin-right: 12px;
}
.boxWrap .bloc_btn_a:hover {
    color:#fff;
    background-color: #b5c5c5;
    text-decoration: none;
}


.boxWrap_revision{
    position: relative;
    background: url('../images/content_src/rapportBg_revision.jpg') repeat-y;
    margin-bottom: 27px;
}

.boxWrap_plan{
    position: relative;
    background: url('../images/content_src/rapportBg_plan.jpg') repeat-y;
    margin-bottom: 27px;
}


.boxWrap_plan .bloc_btn_a_wrap{
    width: 239px;
    height: 70px;
    border: 1px solid #fff;
    float: right;
    position: relative;
    color:#fff;
    margin-top:0;
    margin-bottom: 15px;
    font-weight: 300;
    margin-top: 40px;
}

.boxWrap_plan .bloc_btn_a_wrap2{
    width: 239px;
    height: 70px;
    border: 1px solid #fff;
    position: absolute;
    color: #fff;
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 300;
    bottom: 0px;
}

.boxWrap_plan .bloc_btn_a {
    color: #bfd2f1;
    background-color:#4F5C62;
    margin-right: 12px;
}
.boxWrap_plan .bloc_btn_a:hover {
    color:#fff;
    background-color: #bfd2f1;
    text-decoration: none;
}


.faitsImg{
    margin-bottom: 36px;
}

.lesstop{
    margin-top:-5px;
}
.lesstopx2{
    margin-top:-35px;
}
.orange_title{
    color:#f3b081;
    text-transform: uppercase;
    font-weight: 300;
}
.orange_bar{
    height:14px;
    background-color:#f3b081;
    margin-bottom:45px;
    margin-top:25px;
}

.green_title{
    color: #4f5c61;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 40px;
    font-size: 32px;
}

#faitsSaillant .box{
    padding: 15px;
    background: #FBF8F1;
    margin: 20px 0;
}

#faitsSaillant .box .fourth{
    width: 25%;
    float: left;
    padding: 0 10px;
}
#faitsSaillant .box h1{
    text-transform: uppercase;
    padding-left: 15px;
}
#faitsSaillant .box h2{
    color: #7DC89B;
    text-transform: uppercase;
    font-size: 23px;
    margin: 15px 0 15px 0;
}
#faitsSaillant .box h2.noTop{
    margin: 0 0 15px 0;
}
#faitsSaillant .box h3{
    text-transform: uppercase;
    font-size: 21px;
}
#faitsSaillant .box h4{
    font-size: 17px;
    color: #7DC89B;
}
#faitsSaillant .box ul{
    color: #7DC89B;
}
#faitsSaillant .box ul li{
    margin: 15px 0;
}
#faitsSaillant .box ul li span{
    color: #333333;
}
#faitsSaillant .box .fourBoxesText{
    width: 250px; display: block; margin: 10px auto;
}
#faitsSaillant .box .fourth img, .box .threequarter img{
    display: block;
    margin: 0 auto;
}
#faitsSaillant .box .threequarter{
    width: 75%;
    padding: 0 10px;
    float: left;
}

.green_bar{
    height:14px;
    background-color:#7dc89b;
    margin-bottom:45px;
    margin-top:25px;
    width: 100%;
    float: none;
    clear: both;
}

.section_title{
    font-weight: 300;
    font-size:28px;
    text-transform: uppercase;
    margin-bottom:35px;
    margin-top:0px;
}
.content_block{
    margin-bottom: 40px;
}

.content_btn{
     width: 40px;
     height: 40px;
     background: none;
     border:1px solid  #b5c5c5;
     color: #b5c5c5;
     font-size: 36px;
     line-height: 1;
     position: absolute;
     float:left;
     margin-left: 225px;
    text-decoration: none;
    display: block;
 }
.content_btn:hover{
    background-color: #b5c5c5;
    color:#000;
    transition: .25s ease;
    text-decoration: none;
}

.plan_btn{
    width: 40px;
    height: 40px;
    background: #bfd2f1;
    border:1px solid  #000;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    position: absolute;
    float:left;
    margin-left: 224px;
    padding-left:9px;
    text-decoration: none;
}
.plan_btn:hover{
    background-color: #fff;
    color:#bfd2f1;
    transition: .25s ease;
    text-decoration: none;
}

/*NOS ORIENTATION*/
#graphique{
    width:997px;
    height:561px;
    background: url('../images/graphique/orientations.jpg') no-repeat center top;
    margin-bottom: 40px;
    position: relative;
}
#graphique img{
    float:left;
}
#graph_liste{
    float:left;
    margin-top: -130px;
}
#graph_liste ul{
    list-style: none;
    color:#4f5c61;
}

.graphList{
    color: #898E92;
    font-size: 16px;
    /*position: absolute;
    top: 437px;
    left: 26px;*/
}


.orientPlan0{
    position: absolute;
    width: 149px;
    height: 148px;
    border: 0px solid #000;
    top: 9px;
    left: 0px;
    cursor: pointer;
}


.orientPlan1{
    position: absolute;
    width: 149px;
    height: 148px;
    border: 0px solid #000;
    top: 9px;
    left: 208px;
    cursor: pointer;
}

.orientPlan2{
    position: absolute;
    width: 189px;
    height: 188px;
    border: 0px solid #000;
    top: 205px;
    left: 333px;
    cursor: pointer;
}

.orientPlan3{
    position: absolute;
    width: 90px;
    height: 90px;
    border: 0px solid #000;
    top: 116px;
    left: 346px;
    cursor: pointer;
}

.distinctions-card {
    background: #c2d0a4;
    color: #1e4160;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.distinctions-card .distinctions-card-side {
    width: 320px;
    float: left;
    color: #4f5c61;
    box-sizing: border-box;
    padding: 40px;
    position: relative;
}

.distinctions-card .distinctions-card-side h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    color: #1E415F;
    margin-top: 0;
}

.distinctions-card .distinctions-card-side .distinctions-card-side-date {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #1F4260;
}

.distinctions-card .distinctions-card-desc {
    background: #fbf8f1;
    box-sizing: border-box;
    padding: 40px;
    float: left;
    position: relative;
    width: 845px;
    min-height: 350px;
    color: #868c8d;
    font-size: 15px;
}

.distinctions-vids {
    margin-left: -40px;
}

.distinctions-vids-box {
    text-decoration: none;
    display: block;
    float: left;
    width: 550px;
    /*height: 140px;*/
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-left: 40px;
}

.distinctions-vids-box:hover {
    text-decoration: none;
}

.distinctions-vids-box h2 {
    color: #c2d0a4;
    font-size: 24px;
    margin-top: 0;
    float: left;
    width: 413px;
    font-weight: 300;
    text-transform: uppercase;
    padding-right: 40px;
    box-sizing: border-box;
}

.distinctions-vids-box img {
    display: block;
    width: 117px;
    float: left;
    margin-right: 20px;
    transition: all 0.5s ease;
    border: 1px solid #333;
}

.distinctions-vids-plus {
    width: 40px;
    height: 40px;
    border: 1px solid #dae2e2;
    color: #000;
    position: absolute;
    bottom: 20px;
    right: 0;
    font-weight: bold;
    font-size: 37px;
    text-align: center;
    line-height: 1;
    transition: all 0.5s ease;
}

.distinctions-vids-box:hover .distinctions-vids-plus {
    background: #c2d0a4;
    color: #fff;
}

.distinctions-vids-box:hover img {
    position: relative;
    /*left: 10px;*/
}


.equipe_wrap{
    text-align: center;
    font-size: 24px;
}

.equipe_wrap div{
    margin: 0px;
    font-size: 24px;
}

.equipe_wrap div, .equipe_wrap span{
    line-height: 20px;
}

.equipe_wrap img{
    margin-bottom: 30px;
}

.equipe_wrap a{
    text-decoration: none;
    color: #000;
    margin-bottom: 40px;
    display: block;
    font-size: 24px;
}

.equipe_wrap a:hover{
    text-decoration: none;
    color: #000;
}

.green_text{
    color: #7cc89a;
    font-size: 18px;
}

.bold_style{
    font-weight: 500;
}

.bolder_style{
    font-weight: bold;
}

.section_title_top_wrap h1{
    margin: 0px;
    padding: 0px;
    line-height: 40px;
}

.section_title_top_wrap{
    padding: 25px;
    text-align: left;
}

.section_title_top_wrap span{
    font-size: 18px;
    margin-bottom: 12px;
    display: block;
}

.section_title_top_wrap .green_bar{
    width: 100%;
}

.section_title_top{
    padding: 20px;
    text-transform: uppercase;
}

/**/

/*RAPPORT*/
.preview{
    float:left;
}
.preview_right{
    width: 335px;
    height: 185px;
    border-bottom:1px solid rgba(79, 92, 97, 0.2);
    margin-left: 25px;
    float:right;
}
.preview p{
    color:#000;
    font-weight: bold;
    float:left;
    position: absolute;
    bottom: 15px;
    font-size: 16px;
}
.preview_title{
    font-weight: 300;
    font-size: 28px;
    color: #b5c5c5;
    text-transform: uppercase;
    width: 300px;
    margin-top:5px;
}
.preview_btn{
    width: 40px;
    height: 40px;
    background: #fff;
    border:1px solid;
    color: #b4b9ba;
    font-size: 36px;
    line-height: 1;
    position: absolute;
    right: 25px;
    margin-top: 50px;
    border-color: #b5c5c5;
    margin-right: 15px;
    color:#000;
}
.preview_btn:hover{
    color:#fff;
    background-color: #b5c5c5;
    transition: .25s ease;
}

.etats-wrap{
    width: 100%;
    height: 348px;
    background: url('../images/etats2014.jpg') no-repeat center top;
    margin-bottom: 260px;
    position: relative;
}

.section_title_etats{
    color: #4f5c61;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 40px;
}

.blue_bar{
    height: 14px;
    width: 100%;
    background-color: #8acee7;
    margin-bottom: 45px;
    margin-top: 25px;
}

.etats-wrap .bloc_btn_a_wrap{
    width: 239px;
    height: 70px;
    border: 1px solid #fff;
    float: left;
    position: relative;
    margin-top: 39px;
    margin-left: 33px;
}

.etats-wrap .bloc_btn_a_wrap_mod{
    margin-top: 20px;
}

.etats-wrap .bloc_btn_a{
    color: #8acee7;
    background: #fff;
}

.etats-wrap .bloc_btn_a:hover{
    color: #fff;
    background: #8acee7;
}


.navy_title{
    color:#1e4260;
    text-transform: uppercase;
    font-weight: bold;
}

.navy_bar{
    height: 14px;
    width: 1195px;
    background-color: #1e4260;
    margin-bottom: 45px;
    margin-top: 25px;
}

.bottomSection{
    background: url('../images/distinctions/bottomSection.jpg') no-repeat center top;
    width: 1199px;
    height: 693px;
    margin-bottom: 40px;
    position: relative;
}


.distincLink1{
    position: absolute;
    text-align: center;
    left: 586px;
    top: 57px;
}

.distincLink2{
    position: absolute;
    text-align: center;
    left: 586px;
    top: 234px;
}

.distincLink3{
    position: absolute;
    text-align: center;
    left: 586px;
    top: 424px;
}

.distincLink4{
    position: absolute;
    text-align: center;
    left: 586px;
    top: 610px;
}

.distincLink5{
    position: absolute;
    text-align: center;
    left: 1195px;
    top: 62px;
}

.distincLink6{
    position: absolute;
    text-align: center;
    left: 1195px;
    top: 244px;
}

.distincLink7{
    position: absolute;
    text-align: center;
    left: 1195px;
    top: 421px;
}

.distincLink8{
    position: absolute;
    text-align: center;
    left: 1195px;
    top: 610px;
}

.bloc_btn_green{
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid  #dae2e2;
    color: #000;
    font-size: 36px;
    line-height: 1;
    position: absolute;
    right: 0;
    margin-top: 25px;
}
.bloc_btn_green:hover {
    color: #fff;
    background-color: #c2d0a4;
    transition: .25s ease-in-out;
}


.bloc_mod{
    height: 133px;
    position: relative;
}
.bloc_mod .snapshot{
    position: absolute;
    top: 20px;
    right: 0px;
    border: 1px solid rgba(79, 92, 97, 0.2);
    border-bottom: 0px;
}
.bloc_last .snapshot{
    top: 19px;
}

.bloc_btn_greener{
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #bee3cd;
    color: #b4b9ba;
    font-size: 36px;
    line-height: 1;
    position: absolute;
    right: 0px;
    top: 82px;
    text-align: center;
}
.bloc_btn_greener:hover {
    color: #fff;
    background-color: #7dc89b;
    transition: .25s ease-in-out;
}

#orientation_title{
    font-size: 32px;
    color: #69baad;
    margin: 20px 0px 0px 0px;
    padding: 0px;
    font-weight: bold;
    line-height: 32px;
}

.orientation_subtitle{
    color: #104f61;
    font-size: 28px;
    font-weight: 400;
    padding-top: 8px;
}

/**/
/********************************************
 ___    _____  _____  _____  ___    ___
(  _`\ (  _  )(  _  )(_   _)(  _`\ |  _`\
| (_(_)| ( ) || ( ) |  | |  | (_(_)| (_) )
|  _)  | | | || | | |  | |  |  _)_ | ,  /
| |    | (_) || (_) |  | |  | (_( )| |\ \
(_)    (_____)(_____)  (_)  (____/'(_) (_)
**********************************************/

#footer-container {

}

#footer {
    height: 155px;
    background-color:#00355b;
    position: relative;
    width: 100%;
    color:#fff;
}



.user-active {
    color: #147a00;
}

.user-inactive {
    color: #807d7c;
}

.user-status {
    font-size: 20px;
    text-align: center;
}

.credits{
    height:40px;
    width:100%;
    background-color:#002a49;
    position:absolute;
    bottom:0;
}



#footer_box1{
    width:210px;
    height:70px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 22px;
    color:#fff;
}
#footer_box1 img{
    float:left;
    padding-right:10px;
    margin-top: 8px;
}
#footer_box1 p{
    width:210px;
    padding-top:13px;
    padding-left:15px;
    font-size: 17px;
    float:right;
    text-transform: uppercase;
    font-weight: 300;
    line-height:1.2;
}
#footer_box2{
    width:270px;
    height:70px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 22px;
    color:#fff;
}

#footer_box2 p{
    width:270px;
    font-size: 17px;
    float:right;
    text-transform: uppercase;
    font-weight: 300;
    line-height:1.2;
    padding-top:13px;
    padding-left:15px;

}
#footer_box2 img{
    float:left;
    padding-right:10px;
    margin-top: 8px;
}
#footer_box1:hover{
    background-color:#fff;
    color: #00355B !important;
    transition: .25s ease;
}
.hover_gatineau{
    opacity:0;
}
#footer_box1:hover ~ .hover_gatineau{
    opacity: 1;
}

#footer_box1:hover, #footer_box2:hover{
    background-color:#fff;
    color: #00355B !important;
    transition: .25s ease;
}

#footer_box3{
    height:70px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 25px;
    margin-top: 22px;
}

#footer_box3 img{
    float:right;
    margin-top:5px;
    opacity: 0.5;
}

#footer_box3 img:hover{
    opacity: 1 !important;
    transition: opacity .25s ease;
}

#footer_box3 .title{
    position: absolute;
    margin-top: -10px;
}

#footer_box4{
    height:70px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 25px;
    margin-top: 22px;
}
#footer_box4 p{
   position: absolute;
    margin-top:-10px;
    font-size: 17px;
    width: 160px;
}
#footer_box4 img{
   float:left;
    margin-right: 15px;
    margin-top: 25px;
    opacity: 0.5;
}
.twitter{
    margin-top: 29px !important;
}
.facebook:hover{
    opacity: 1 !important;
    transition: opacity .25s ease;
}
.twitter:hover{
    opacity: 1 !important;
    transition: opacity .25s ease;
}
.insta:hover{
    opacity: 1 !important;
    transition: opacity .25s ease;
}
