/*
gris d3d3d3
bleu 2e81eb
bleu bg e5eaee
*/
* {
    box-sizing: border-box;
}

body {
    font-family: 'FrutigerLTArabic-Roman';
    background: url('../images/head-bg.png') repeat-x;
    background-color: #e2dafa;
    font-size: 14px;

}

header {
   /* height: 130px;*/
    padding-bottom: 12px;
    height: 132px;
}

header .logo {
    font-size: 24px;
    font-family: FrutigerLTArabic-Black;
    color: #240089;
}
#logo-img > img{
    width:50px;
    padding-top: 15px;
}
a {
    color: #240089;
}

a:hover {
    color: #2e81eb;
    text-decoration: none;
}

.modal-backdrop {
    background-color: #240089;
    opacity:0.8 !important;
}
#loginModal .modal-dialog{
    width:80%;
}
#loginModal .modal-content{
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
}
#loginModal .panel-heading{
    background-color: #e5eaee;
    height: 90px;
}
#loginModal .panel-title{
    font-size: 24px;
    color: black;
    font-family: FrutigerLTArabic-Bold;
    padding-top: 17px;
}
#loginModal input{
    background-color: #e5eaee;
    border-radius: 16px;
}
#loginModal input::-moz-placeholder{
    text-align: center;
}
#loginModal input::-webkit-input-placeholder{
    text-align: center;
}

.btn-modal{
    padding-top: 3px;
    padding-bottom: 6px;
    background-color: #240089;
    border-radius: 14px;
    color: white;
    padding-left: 30px;
    padding-right: 46px;
    font-size: 14px;
    font-family: FrutigerLTArabic-Bold;
    position: relative;
}
.btn-modal i{
    color: white;
    right: 0;
    top:5px;
    position: absolute;
    font-size: 20px;
    font-weight: bold;
}
.yamm {
    padding-top: 0;
    margin-bottom: 0;
    border: none;
    margin-top: 16px;
}
.yamm ul{
    list-style: none;
    padding-right: 0;
}
.yamm-content li{
    text-align: right;
    padding-top: 10px;
}
.yamm-content li> a{
    color: #7d7d7d;
}
.yamm-content li> a:hover{
    color: #2e81eb;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    opacity: 1;
}
.nav-tabs {
    border: none;
    font-family: FrutigerLTArabic-Bold;
    font-size: 16px;
    float: right;
}
.nav-tabs > li > a {
    background-color: white;
    border-radius: 0;
    border: none;
    margin-right: 0;
    height: 50px;
    color: black;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
    background-color: #2e81eb;
    color: white;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
    background-color: #2e81eb;
    color: white;
}
.dropdown-menu{
 font-size: 16px;
    text-align: right;
    max-width: 900px;
}

header .login{
    float: left;
    background-color: #240089 !important;
    border-radius: 25px;
    color: white;
    padding-top: 0;
    padding-bottom: 0;
    height: 25px;
    margin-top: 10px;
    padding-left: 45px;
    padding-right: 15px;
    position: relative;
}
header .user-icon{
    background-color: #240089;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: block;
    position:absolute;
    top: 6px;
    left: 14px;
    color: white;
    text-align: center;
    padding-top: 6px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.75);
}
header .search{
    /*float: left;*/
    background-color: #d3d3d3 !important;
    border: none;
    border-radius: 25px;
    color: black;
    padding-top: 0;
    padding-bottom: 0;
    height: 25px;
    margin-top: 10px;
    padding-left: 45px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}
header .query-extend{
    width: 300px;
}
header .search-icon{

    display: block;
    position:absolute;
    top: 9px;
    left: 24px;
    color: black;
    text-align: center;
    padding-top: 6px;
}

header .top-links{
    list-style: none;
}
header .top-links li{
    display: inline;
    padding-right: 25px;
    color : #7d7d7d;

}
.panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.panel-default > .panel-heading {
    background-image: none;
    background-color: #d3d3d3;
    border-radius: 0;
    border: none;
    height: 50px;
}

.panel-title {
    color: white;
    text-align: center;
    font-size: 18px;
    font-family: FrutigerLTArabic-Black;
}

#articles .panel-body {
    padding: 0;
    padding-bottom: 15px;
}
#articles h3 a {
    color: black;
}
#articles .article:hover h3 a {
    color: #2e81eb;
}
#articles .article p, #articles .article h3 {
    padding-left: 15px;
    padding-right: 15px;
}
#articles .article-photo {
    height: 100px;
    background-size: cover !important;
    width: 100%;
    cursor: pointer;
}
@media (min-width:768px) {

    #articles .article-photo {
        height: 250px;
    }
}
#articles .article-date {
    float: left;
    padding-left: 15px;
}
#articles hr {
    clear: left;
}

footer {
    padding-top: 15px;
    width: 100%;
    background-color: white;
}
footer .logo {
    font-size: 24px;
    font-family: FrutigerLTArabic-Black;
    color: #2e81eb;
}
footer li {
    list-style: none;
}

#navbar-mobile {
    /*background: url('../images/head-bg.png') repeat-x;*/
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    padding: 0;
    background-color: white;
    border-radius: 0;
    -webkit-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.75);
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
}
#navbar-mobile .navbar-header {
    float: right;
}
#navbar-mobile .navbar-header > img {
    width:30px;
    padding-top: 7px;
}
#navbar-mobile .icon-bar{
    background-color: darkgray;
}
#navbar-mobile .navbar-brand {
    padding: 12px;
    font-size: 24px;
    font-family: FrutigerLTArabic-Black;
}
#navbar-mobile .nav-tabs > li > a{
    background-color: transparent;
}
#navbar-mobile .login{
    background-color: #240089 !important;
    border-radius: 25px;
    color: white;
    padding-top: 0;
    padding-bottom: 0;
    height: 25px;
    margin-top: 10px;
    padding-left: 25px;
    position: absolute;
    left:26px;
}
#navbar-mobile .user-icon{
    background-color: #240089;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: block;
    position:absolute;
    top: 6px;
    left: 14px;
    color: white;
    text-align: center;
    padding-top: 6px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.75);
}

#dalil .panel-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
#dalil ul {
    list-style: none;
    padding: 0;
}
#dalil li {
    border-bottom: solid 1px #d3d3d3;
    height: 40px;
    padding-top: 10px;
    padding-right: 15px;
}
#dalil a{
    color: black;
}
#dalil li:hover a {
    color: #2e81eb;
}
#dalil .more {
    width: 100%;
    display: block;
    text-align: center;
}
#dalil .more:hover{
    color: #2e81eb;
}

#agenda .panel-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
#agenda ul {
    list-style: none;
    padding: 0;
}
#agenda li {
    border-bottom: solid 1px #d3d3d3;
    height: 66px;
    padding-right: 15px;
}
#agenda li:hover a, #agenda li:hover .categorie, #agenda li:hover .date {
    color: #2e81eb;
}
#agenda a {
    color: black;
}
#agenda .more {
    color: #2e81eb;
    width: 100%;
    display: block;
    text-align: center;
}
#agenda .categorie {
    display: block;
    width: 100%;
    padding-top: 10px;
    color : #7d7d7d;
}
#agenda .date {
    color : #7d7d7d;
    width: 50px;
    text-align: center;
}
#agenda .day {
    font-size: 18px;
    font-family: FrutigerLTArabic-Bold;
}
#agenda .year {
    font-size: 12px;
    font-family: FrutigerLTArabic-Bold;
}
#agenda .month {
    font-size: 12px;
    font-family: FrutigerLTArabic-Bold;
}

#appelsoffre .panel-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
#appelsoffre ul {
    list-style: none;
    padding: 0;
}
#appelsoffre li {
    border-bottom: solid 1px #d3d3d3;
    height: 40px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;


}
#appelsoffre li:hover a, #appelsoffre li:hover {
    color: #2e81eb;
}
#appelsoffre a {
    color: black;
    width: 65%;
}
#appelsoffre .more {
    color: #2e81eb;
    width: 100%;
    display: block;
    text-align: center;
}

#opendata .panel-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
#opendata ul {
    list-style: none;
    padding: 0;
}
#opendata li {
    border-bottom: solid 1px #d3d3d3;
    height: 40px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;
}
#opendata li:hover a, #opendata li:hover {
    color: #2e81eb;
}
#opendata a {
    color: black;
}
#opendata .more {
    color: #2e81eb;
    width: 100%;
    display: block;
    text-align: center;
}

#sondage .panel-body {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}
#sondage a {
    color: black;
}
#sondage .more {
    color: #2e81eb;
    width: 100%;
    display: block;
    text-align: center;
}



.stats-number{
    line-height: 1em;
    font-size: 3em;
    font-weight: normal;
}

#article .panel-body {
    padding: 0;
    padding-bottom: 15px;
}
#article h1{
    padding: 15px;
}
#article .article-texte{
    padding: 15px;
}
#article .article p, #article .article h3, .article h4 ,.article h5 ,.article h6 {
    padding-left: 15px;
    padding-right: 15px;
}
#article .article-photo {
    height: 100px;
    background-size: cover !important;
    width: 100%;

}
#article .telecharger{
    margin: 10px;
    padding: 5px;
    background-color: #ffdfdf;
}

footer .list-group, footer .list-group-item{
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow:none;
    border: none;
}
footer .list-group-item-heading, footer .list-group-item-text{
    text-align: left;
}
footer #adresse {
    font-size: 16px;
    color : #7d7d7d;
}
footer #adresse .label{
    float: right;
    color : #7d7d7d;

}
footer #adresse li{
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom : solid 1px #d3d3d3;
}
.social-icon{
    padding-top: 20px;
    font-size: 32px;
    text-align: center;
}
.icon-facebook{
    color:#3b5998;
}
.icon-twitter{
    color:#00acee;
}
.icon-youtube{
    color:#bb0000;
}
.icon2 { font-size: 50px;text-align: right;position: absolute;top: 7px;right: 27px;outline: none; }


table th {
    text-align: right;
}

.weather{
    font-size: 100px;
    color: white;
    position: absolute;
    z-index: 900;
    left: 150px;
    opacity: 0.6;
    width: 100px;
}

.weather-text{
    font-size: 48px;
    float: left;
}

.carousel-caption{
    font-size: 24px;
    font-weight: bold;
}
.carousel-caption a{
    color:white;
}
#espace-popup{
    position: fixed;
    top:50px;
    display: block;
    width: 100%;
    height: 30px;
    background-color:#d3d3d3;
    z-index: 1000;
    text-align: center;
}
.conseil-title{
    text-align: center;
}
#conseil {
    padding-top: 25px;
    list-style: none;
}
#conseil li{
    display: inline;
    width : 150px;
    display: block;
    height: 250px;
    float: right;
    padding-right: 10px;
    text-align: center;
    font-size: 14px;
}
#conseil li>span{
    width: 100%;
    display: block;
    color: silver;
    font-size: 10px;

}
#conseil img{
    width: 100%;
    max-height: 140px;
}


/*-------MOBILE MENU-----*/
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-right: 220px;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #1a1a1a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
    -moz-transition:  width .2s ease-in;
    -ms-transition:  width .2s ease-in;
    transition: width .2s ease-in;

}
.sidebar-nav li:first-child a {
    color: #fff;
    background-color: #1a1a1a;
}
.sidebar-nav li:nth-child(2):before {
    background-color: #ec1b5a;
}
.sidebar-nav li:nth-child(3):before {
    background-color: #79aefe;
}
.sidebar-nav li:nth-child(4):before {
    background-color: #314190;
}
.sidebar-nav li:nth-child(5):before {
    background-color: #279636;
}
.sidebar-nav li:nth-child(6):before {
    background-color: #7d5d81;
}
.sidebar-nav li:nth-child(7):before {
    background-color: #ead24c;
}
.sidebar-nav li:nth-child(8):before {
    background-color: #2d2366;
}
.sidebar-nav li:nth-child(9):before {
    background-color: #35acdf;
}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
    -moz-transition:  width .2s ease-in;
    -ms-transition:  width .2s ease-in;
    transition: width .2s ease-in;

}

.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
    position: fixed;
    top: 8px;
    z-index: 999;
    display: block;
    width: 32px;
    height: 32px;
    margin-left: 20px;
    left:0;
    background: transparent;
    border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
    outline: none;
}
.hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
    background-color: #1a1a1a;
}
.hamburger.is-closed .hamb-top {
    top: 5px;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
    bottom: 5px;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
    top: 0;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
    bottom: 0;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;
}
.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 1;
}


/*------------------------------------------*/

.fw-categorie .panel-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.fw-categorie ul {
    list-style: none;
    padding: 0;
}
.fw-categorie li {
    border-bottom: solid 1px #d3d3d3;
    min-height: 40px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;


}
.fw-categorie li:hover a, .fw-categorie li:hover {
    color: #2e81eb;
}
.fw-categorie a {
    color: black;
    width: 100%;
}
.fw-categorie .more {
    color: #2e81eb;
    width: 100%;
    display: block;
    text-align: center;
}











