

body {
    font-family: 'Roboto', sans-serif;
}
:lang(ar) body {
    text-align: right;
}
#main {
    /*min-height: 700px;*/
}
p{
    text-align: justify;
    font-size: 15px;
}
ul li {
    font-size: 15px;
    margin-bottom: 4px;
}
h1, #block-views-block-organigramme-block-1 h2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1d6ca1;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
}
h1:after, #block-views-block-organigramme-block-1 h2:after{
    height: 5px;
    width: 120px;
    background: #fea100;
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
}
img{
    max-width: 100%;
    height: auto;
}

h2 {
    font-size: 26px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    color: #1d6ca1;
    /*padding-bottom: 10px;*/
    position: relative;
    margin-bottom: 15px;
}

h3, .divRight .views-field-title ,
.divLeft+#block-anf-theme-content .views-field-title {
    font-size: 20px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    color: #1d6ca1;
    /*padding-bottom: 10px;*/
    position: relative;
    margin-bottom: 15px;
}

.breadcrumb {
    padding: 8px 0;
    background-color: transparent;
    margin-top: 20px;
}

#block-views-block-formulaires-formulaires-block-1 .views-field-title {
    font-size: 15px;
}
table p{
    text-align: left;
}
.main-menu .dropdown-backdrop {
    display: none !important;
}
.main-menu .dropdown-toggle::after {
    display: none;
}


