
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #00A95C;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #00A95C;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #00A95C;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #00A95C;
}

a[data-toggle="collapse"] {
    position: relative;
}

/*.dropdown-toggle::after {*/
    /*display: block;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*right: 20px;*/
    /*transform: translateY(-50%);*/
/*}*/

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #00A95C;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #00A95C;
}

a.article,
a.article:hover {
    background: #00A95C !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

#content.active {
    margin-right: -250px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

#sidebarCollapse span {
    display: none;
}

#sidebar {
    background: #00A95C;
}
.main-header {
    background: #00A95C;
}

#sidebar ul p {
    color: #fffefe;
    background: #57c268;
    -webkit-box-shadow: 3px 3px 5px 6px #379046;
    -moz-box-shadow: 3px 3px 5px 6px #379046;
    box-shadow: 3px 3px 5px 6px #379046;
    text-transform: uppercase;
    font-weight: bold;
}

#sidebar ul.components {
    padding-top: 0;
}
p{
    color: #000;
}
.cnc_list .line {
    border-bottom: none;
    margin: 10px 0;
}

.table-info, .table-info>td, .table-info>th {
    background-color: #ffffff;
}
.table-info td, .table-info th, .table-info thead th {
    border-color: initial;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
}

@font-face {
    font-family: OughuiyaAr;
    src: url('../fonts/Louguiya/Louguiya.ttf');
}

@font-face {
    font-family: OughuiyaFr;
    src: url('../fonts/Louguiya/LouguiyaFR.ttf');
}




body {
    font-family: 'OughuiyaFr', serif;
}


/*.navbar-default {*/
/*background-color: #8a8c8a;*/
/*border-color: #666b66;*/
/*}*/
body{
    /*background: url('../img/bg.jpg') left top repeat;*/
    background: #ffffff
}

.ar{
    font-family: 'OughuiyaAr', serif;
}
.fr{
    font-family: 'OughuiyaFr', serif;
}

.bg-light {
    background-color: #00A95C !important;
}

.navbar .dropdown-menu {
    background-color: #00A95C !important;
}

.dropdown-item:hover {
    background-color: #5CC13D !important;
}

.navbar .dropdown-menu a:focus {
    color: #00A95C;
}
.navbar a {
    font-weight: bolder;
    color: #ffffff !important;
}
.navbar{
    margin-bottom: 5px;
}
footer {
    background: #ecf0f1;
    margin-top: 2em;
    padding-top: 2em;
    padding-bottom: 2em
}
footer p {
    color: #7b8a8b;
    font-size: 13px;
    margin-bottom: 0.25em
}

.form-group.has-error .form-control {
    border-color: #e74c3c
}
.form-group.has-error .control-label {
    color: #e74c3c
}
.form-group.has-error .help-block {
    background-color: #e74c3c;
    color: #fff;
    font-size: 15px;
    padding: 1em
}
.form-group.has-error .help-block ul {
    margin-bottom: 0
}
.cnc-home .cnc-bref .panel-body{

    height: 160px;
}

.cnc-home .cnc-bref .panel-heading{
    height: 60px;
}

.home_marquee {
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    background-color: #f9f9f9;
    border-radius: 5px;
    margin-bottom: 5px;
}

.home_marquee span.title{
    font-size: 18px;
}
.home_marquee span.separator{
    font-size: 20px;
    color: #0f7864;
}

/*Start Marquee*/


.home_marquee td.title {
    background-color: #18bc9c;
    font-size: 22px;
    color: #fff;
}
/*End Marquee*/

.sidebar-menu .menu-header-ar, .sidebar-menu .menu-header-fr {
    display: block;
    font-size: 20px;
    background-color: #5CC13D;
    padding: 5px;
    color: #fff;
    margin-top: 0px;
}

.sedebar-nav{
    margin: 10px 0px;
}
.panel-title, .panel-footer{
    text-align: center;
}

.cv-form .form-control, .form-sm .form-control {
    height: 30px;
    padding: 2px 15px;
}

.form-sm textarea {
    height: inherit !important;
    padding: inherit !important;
}

.cv-form  .form-group {
    margin-bottom: 0px;
}

/*.cv-form  label.control-label {
    display: block;
    width: 100%;
    text-align: left;
}*/

.cv-form .form-control {
    display: inline;
    width: 180px;
}

.cv-form-lg .form-control {
    display: inline;
    width: 100% !important;
}

.cv-form td{
    padding: 5px;
    text-align: left;
}

.cv-form label{
    float: initial;
}
.cv-form  label.control-label {
    display: inline;
    width: auto;
}

.cv-form .col-inline {
    display: inline-block;
    width: 50%;
    float: left;
}


.cv-form td.text-right label{
    text-align: right;
    display: block;
}

.cv-form .marginL {
    text-align: right;
    display: block;
}

.cv-form .marginR {
    text-align: left !important;
    display: block;
}

.cv-form span.requiredField {
    display: none;
}

input.ar{
    direction: rtl;
}


#app_user_registration .form-control {max-width: 300px;}

.cnc-title {
    cursor: hand;
    margin-bottom: 10px;
}

.list-cnc{
    line-height: 26px;
}
.cnc-item a, .list-cnc a {
    text-decoration: none;
    color: #000;
}
.cnc-item a:hover, .list-cnc a:hover{
    color: #00A95C;
}

.cnc-header {
    font-size: 1.6em;
    color:#333;
    border-bottom: 1px solid #ececec;
    position:relative;
    margin:0 0 15px;
}
.cnc-header span {
    height:1px;
    background-color:#00A95C;
    position:absolute;
    bottom: -1px;
    left:0;
    width: 38%;
}

p{
    text-align: justify;
}
.lang-switcher a{
    margin-right: 10px;
}


/* MENU*/

.sidebar-menu ul{
    background-color: #fcfcfc;
    border-radius: 5px;
    list-style: none;
    padding: 0px;
}
.sidebar-menu ul a.menu-item {
    display: block;
    text-decoration: none;
    background-color: #00A95C;
    color: #fff;
    padding: 2px 10px;
    font-size: 20px;
}

.sidebar-menu ul.menu_level_1 {
    padding: 0px;
    list-style: none;
}

.sidebar-menu ul.menu_level_1 > li {
    padding: 4px 10px;
    margin-top: 2px;
    color: #00A95C;
    border-bottom: 1px solid rgba(186, 247, 155, 0.42);
}
.sidebar-menu ul.menu_level_1 > li:hover {
    text-decoration: none;
    color: #00A95C;
    background: #50a735;
}

.sidebar-menu ul.menu_level_1 a, ul.menu_level_1 a:focus {
    position: relative;
    display: block;
    text-decoration: none;
    color: #00A95C;
}
.sidebar-menu > ul > li.last {
    border-bottom: 2px solid #eee;
    border-radius: 5px;
}


.shadowInBox {
    -moz-box-shadow: inset 0 0 5px #888;
    -webkit-box-shadow: inset 0 0 5px #888;
    box-shadow: inner 0 0 5px #888;
}

.shadowBoxCarre {
    -moz-box-shadow: 0 0 11px 2px #999;
    -webkit-box-shadow: 0 0 11px 2px #999;
    box-shadow: 0 0 11px 2px #999;
}

#top_nav_menu_reseau_weblogy {
    background-position: left center;
    padding: 0px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    background-color: #f1eded;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000000;
    background-repeat: no-repeat;
}
.shadowBox li {
    display: block;
    clear: both;
    font-weight: normal;
    color: #333;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    height: 10px;
}
.shadowBox span, .shadowBox a{
    color: #0e0e0e;
}

.shadowBox a:hover{
    text-decoration: none;
}

.form-horizontal .control-label {
    text-align: left;
}

.body-container{
    background-color: #ffffff;
}
.dropdown-header {
    font-size: 16px;
    color: #efda48;
}

.post-action {
    /* background: #eee; */
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
}

.form-error li {
    color: red;
}

/*td.action-icons {
    min-width: 120px;
}*/
td.action-icons i, td.action-icons button {
    font-size: 20px;
}

@media (min-width: 768px) {
    /*.min-w-120 {
        min-width: 120px;
    }

    .min-w-195 {
        min-width: 195px;
    }*/

}
@media (max-width: 400px){
    li.page-item {
        display: none !important;
    }
    li.page-item.prev {
        display: initial !important;
    }
    li.page-item.next {
        display: initial !important;
    }
}

.navbar {
    padding: 5px 10px;
    border-top: 1px solid #dddd0c69;
}

.jumbotron {
    padding: 20px;
}

span.avis-date {
    font-size: 15px;
}

.well {
    background: #efefef;
    padding: 5px;
    border-radius: 5px;
}
.custom-file-label::after {
    content: "Parcourir ...";
}

.img-membre{
    max-width: 200px;
    float: left;
    margin-right: 20px;
}

.step {
    text-align: right;
    margin-bottom: 10px;
}

.step span {
    text-align: right;
    background: #f0f4d7;
    color: #2f6406;
    border-radius: 13px;
    padding: 4px 10px;
    font-size: 30px;
    border: 1px solid;
}

.btn-dark {
    color: #fff;
    background-color: #06884d;
    border-color: #06884d;
}

.footer {
    background: #666464;
    text-align: center;
    color: #fff;
    margin-top: 100px;
    padding: 10px 0;
    font-size: 14px;
}
.footer span{
    font-size: 14px;
}
.footer hr{
    margin: 2px;
}

@media print {
    .hidden-print {
        display: none !important
    }
    .breadcrumb, .footer, .btn{
        display: none !important
    }
}

.modal-footer {
    display: block;
}