@font-face {
    font-family: 'montserrat-bold';
    src: url('fonts/MONTSERRAT-BOLD_0.otf');
}

@font-face {
    font-family: 'montserrat-regular';
    src: url('fonts/MONTSERRAT-REGULAR_0.otf');
}

@font-face {
    font-family: 'montserrat-light';
    src: url('fonts/MONTSERRAT-LIGHT_0.otf');
}

body {
    font-family: montserrat-regular, serif;
    /*background: #f4f4f4;*/
}

.list-group-item.active {
    border-color: #198754 !important;
}

.featurette-divider-first {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5rem;
    margin-left: 0px;
}

.top-mg-1 {
    margin-top: 1rem;
}

.top-mg-5 {
    margin-top: 5rem;
}

.flex.row {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.w100 {
    width: 100%;
}

.flag {
    height: 0.60vw;
    min-height: 6px;
    min-width: 250px;
    padding-left: 15%;
    padding-right: 15%;
}

.flex-1, .flex-1 > * {
    flex: 1;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flag > *:first-child {
    background: RGB(16, 135, 87);
}

.flag > *:first-child + * {
    background: rgb(255, 190, 0);
}

.flag > *:first-child + * + * {
    background: rgb(235, 0, 0);
}

.flag > * {
    height: 100%;
}

.flex-1, .flex-1 > * {
    flex: 1;
}

.carousel-caption {
    background-color: #000000a8;
    border-radius: 8px;
}

.mtca-nav-md {
/ / background-color: #143962;
    color: #fff;
}

.mtca-nav-md a.dropdown-item {
    color: #000;
    font-weight: bold;
}

.mtca-useful-links {
    background-color: #143962;
}

.mtca-nav-md a {
    color: #fff;
    text-transform: uppercase;
}

.mtca-sub-nav a {
    color: #fff;
    text-transform: none;
}

.bg-transparent {
    background-color: transparent;
}

.bg-dark-mtca {
    background-color: #404040;
}

.bg-green {
    background-color: #008559;
}

.text-green {
    color: #008559 !important;
}

.text-green-b {
    color: #008559 !important;
    font-weight: bold;
}

.text-green-up {
    color: #008559 !important;
    text-transform: uppercase;
    font-weight: bold;
}

.privacy-text a {
    color: #fff;
    text-decoration: none;
}

.copyright-text {
    color: #fff;
    text-decoration: none;
}

.text-white {
    color: #fff;
    text-decoration: none;
}

.text-montserrat-light {
    font-family: montserrat-light, serif;
}

.hup {
    text-transform: uppercase;
}

.navbar-brand {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.navbar-brand img {
    width: 95%;
}

nav.mtca-navbar {
    padding-top: 0rem;
    /*padding-bottom: 1rem;*/
}

.carousel-item > img {
    height: auto;
}

.he-15 {
    height: 15rem;
}

.he-5 {
    height: 5rem;
}

.he-6 {
    height: 6rem;
}

.he-10 {
    height: 10rem;
}

.mx-15 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
}

.display-8 {
    font-size: 1.5rem;
}

footer h5 {
    font-weight: bold;
}

.carousel-indicators{
    align-items: center;
}

.carousel-indicators li {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid white;
}

.carousel-indicators .active {
    background: #FDD35A !important;
    border: 1px solid #FDD35A !important;
}

.justify-paragraph {
    text-align: justify;
    text-justify: inter-word;
}

.nav-link {
    color: #080810;
}

.nav-pills .nav-link.inactive /*, .nav-pills .show>.nav-link*/
{
    color: #fff;
    background-color: #008559 !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #008559 !important;
}

.nav-pills .nav-link {
    border-radius: 0rem;
}

.pill-a {
    color: #008559 !important;
    text-decoration: none;
}

.nav-pills .nav-link {
    background-color: #E3E3E3 !important;
    color: #008559 !important;
}

.nav-pills .nav-link.active {
    color: #fff !important;
}

.bg-light-2 {
    background-color: #E3E3E3 !important;
}

.dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    background-color: #E3E3E3 !important;
}

.single-line {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre;
}

div#formResults {

}

ul#results {
    list-style: none;
}

ul#results > li {
    background: rgba(240, 240, 240, 0.5);
}

.outer-comment {
    list-style: none;
}
/*

.outer-comment > li {
    background: rgba(240, 240, 240, 0.5);
}
*/

.outer-comment .comment-row {
    background: rgba(240, 240, 240, 0.5);
    border-radius: 10px;
}

.replies-list {
    list-style: none;
}

.replies-list > li {
    margin-left: 2rem;
}

.post-date{
    color:black;
    font-weight: bold
}

.post-date img{
    height: 20px;
}

#searchBox {
    top: 100%
}

#searchBox.opened {
    top: 0;
    z-index: 1030;
}

.transparent {
    opacity: .7366768973214286;
}

.btn-hover::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .5s;
    background: transparent;
    z-index: 0
}

.btn-hover:hover::before {
    background: rgba(0, 0, 0, .25)
}

.bg-black.alt {
    background-color: var(--black-color-alt);
}

.page-title{
    background-size: cover !important;
}

.social-share span{
    margin-right: 15px;
}

.social-share .btn-icon{
    margin-left: 5px;
    margin-right: 5px;
}

.social-share {
    align-items: center;
    justify-content: flex-end;
}

.project-card{
    background-color: white;
    padding: 15px;
    border-radius: 10px;
}
.project-title{
    font-size: 12px;
    line-height: 18px;
}
.project-desc{
    font-size: 11px;
    line-height: 16px;
}

.title-block, .file-block{
    padding-left: 15px;
    padding-right: 15px;
}

.file-block {
    border-right: 1px solid;
}

.file-meta-box
{
    display: grid;
    padding-left: 20px;
}

.file-block .thumb .cat {
    font-size: 100px;
}

.file-block .download-btn {
    border-radius: 15px;
}

.ministere-nav-item
{
    text-align: left !important;
    font-size: medium;
}

.ministere-nav-item .nav-link {
    background-color: #404040 !important;
    color: #fff !important;
}

.ministre-picture {
    border-radius: 8px;
    width: 250px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}

.member-image {
    height: 220px;
}

.member-image img, .media-image img {
    border-radius: 10px;
    width: inherit;
    max-height: 100%;
    display: block;
}

.member-desc {
   font-size: small;
}

.justify-content-space-between
{
    justify-content: space-between !important;
}

.media-title
{
    padding-bottom: 10px;
    border-bottom: 2px solid #80808066;
}


.media-video video {
    width: -webkit-fill-available;
    max-height: 100%;
    display: block;
}

.contact-link:hover {
    color: #008559;
}

.border-bottom-green
{
    border-bottom: 3px solid #008559;
}

.jutify-content-center
{
    justify-content: center !important;
}

.text-jutify
{
    text-align: justify;
}

.tourisme-card{
    background-color: #e8e8e8;
    border-radius: 15px;
}

.tourisme-card .text-success{
    font-size: large;
}

.tourisme-card .post-title{
    color: black;
    font-size: x-large;
    margin-top: 15px;
}

.tourisme-card .post-meta{
    padding-right: 4% !important;
}

.tourisme-card img{
    border-start-start-radius: 15px;
    border-end-start-radius: 15px;
}

.partner-logo img
{
    max-height: 300px;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.partner-desc p
{
    font-size: large;
    text-align: justify;
    margin-top: 3rem;
}

.partner-thumb
{
    height: 110px;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #d5d5d5;
}

#headerMenuLocation .nav-item-active, #headerMenuLocation .nav-item:hover{
    border-bottom: 3px solid #008559;
}

#primaryMenuLocation .nav-item-active{
    border-bottom: 3px solid;
}

#primaryMenuLocation .nav-link {
    padding: 1rem 1rem;
}

#primaryMenuLocation .nav-link:hover, #primaryMenuLocation .nav-link:focus{
    background-color: #ffffff;
    color: #008559;
}

#primaryMenuLocation{
   padding-top: 0;
    padding-bottom: 0;
}

.service-contaier{
    margin-top: 3rem;
    padding-right: 3rem;
    background: rgba(229,229,229, 0.61);
}

.usefull-link-title{
    color:black;
    font-weight: bold;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.footer-logo{
    width: 22%
}

.post-container{
    margin-top: -25vw;
}

.single-post-img{
    width: 100%;
    height: 75%
}

.single-post-body, . ministre-text, .partner-thumbnail{
    padding-right: 3rem;
    padding-left: 3rem;
}

.single-post-meta{
    margin-top: .5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.paginations{
    margin-top: 3rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-left: 10px !important;
}

.post-category{
    background: rgba(69,179,126,1);
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    border-radius: .25rem;
    padding-left: 1rem ;
    padding-right: 1rem ;
    padding-top: .5rem ;
    padding-bottom: .5rem ;
}

.text-upercase
{
    text-transform: uppercase !important;
}

footer li>a {
    font-size: x-small;
    font-family: 'montserrat';
}


h2.border {
    border-left-width: 1vw !important;
    border-left-style: solid !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding: 10px 20px !important;
    font-size: 2.93vw;
}

h2.border.border-green {
    border-left-color: #008559 !important;
}

.event-card, .service-card{
    -webkit-box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 5%);
    box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 5%);
    border: 0;
}

.service-icon
{
    color: #008559;
    background-color: rgb(0 104 40 / 10%);
    font-size: xxx-large;
    padding: 25px 18px;
    border-radius: 50%;
}

.service-link:hover
{
    color: #008559;
    border-bottom: 2px solid #008559;
}

.nav.nav-tabs.nav-tabs-line .nav-item {
    margin: 0 0 -1px 0;
}

.nav .show > .nav-link, .nav .nav-link:hover:not(.disabled), .nav .nav-link.active {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    color: #008559;
}

.nav.nav-tabs.nav-tabs-line .nav-link {
    border: 0;
    border-bottom: 1px solid transparent;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    padding: 0.85rem 0;
    margin: 0 1rem;
}

.nav.nav-tabs.nav-tabs-line .nav-link:hover:not(.disabled), .nav.nav-tabs.nav-tabs-line .nav-link.active, .nav.nav-tabs.nav-tabs-line .show > .nav-link {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #008559;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.nav.nav-tabs.nav-tabs-line .nav-item:first-child .nav-link {
    margin-left: 0;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-line-3x .nav-link:hover:not(.disabled), .nav.nav-tabs.nav-tabs-line.nav-tabs-line-3x .nav-link.active, .nav.nav-tabs.nav-tabs-line.nav-tabs-line-3x .show > .nav-link {
    border-bottom: 3px solid #008559;
}

.nav-link {
    color: #080810;
}

.rs-link{
    font-size: xx-large;
}

.single-post-body{
    padding: 3vw !important;
}

.post-content p {
    font-size: 1.3vw;
    line-height: 2.2vw;
    margin-bottom: 2.2vw;
}

@media(max-width: 414px){
    .hidden-xs{
        display: none !important;
    }

    .visible-xs{
        display: block !important;
    }

    .navbar-brand {
        margin-right: -4rem;
    }

    .navbar-brand img {
        width: 65%;
    }

    .navbar-toggler {
        padding: .5rem 0.75rem;
    }

    .nav-link{
        text-transform: uppercase;
    }

    .dropdown-menu {
        position: absolute;
        list-style: none;
        background-color: transparent;
        border: none;
    }

    .carousel {
        margin-bottom: 2rem;
        margin-top: 0;
    }

    .carousel-item {
        height: 16rem;
    }

    .page-title{
        margin-top: 3rem;
    }

    .carousel-caption {
        position: absolute;
        /*right: 5%;*/
        bottom: 3.25rem;
        /*left: 5%;*/
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0.5rem;
        padding-bottom: 0.25rem;
    }

    .carousel-caption h1{
        font-size: medium;
        font-weight: 600;
    }

    .carousel-item > img {
        height: 20rem;
    }

    .btn-all-post{
        width: 100%;
    }

    .service-contaier{
        margin-top: 1rem;
        padding: 5px;
        padding-bottom: 20px;
    }

    .usefull-link-title{
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .footer-logo{
        width: 70%
    }

    .post-container{
        margin-top: -6rem;
    }

    .single-post-body .post-content p{
        font-size: 15px;
        line-height: 2;
    }

    .single-post-img{
        width: 100%;
        height: auto;
    }

    .single-post-body, . ministre-text, .partner-thumbnail, .partner-card{
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .single-post-body h1{
        font-size: large;
    }

    .single-post-meta{
        display: flow-root;
    }

    .single-post-date{
        margin-top: 1rem;
    }

    .page-title{
        margin-top: 0;
    }

    .pagination{
        margin-top: 0;
        display: flex;
        flex-direction: column;
        align-items: inherit;
        padding-left: 15px;
        padding-right: 15px;
    }

    .pagination a{
        margin-bottom: 10px;
    }

    .file-block {
        border-right: 0;
    }

    .project-card > .row{
        display: flex;
        flex-direction: column-reverse;
    }

    .project-card .download-btn{
        margin-bottom: 10px;
    }

    .tourisme-card img {
        max-height: 220px;
        border-start-start-radius: 15px;
        border-end-start-radius: 0px;
        border-start-end-radius: 15px;
    }

    .tourisme-card .post-meta
    {
        padding-left: 25px;
        padding-right: 25px !important;
    }

    .tourisme-card .post-title {
        font-size: medium;
        margin-top: 5px;
    }

    .media-title {
        font-size: medium;
    }

    .flex-xs
    {
        display: flex;
    }

    .flex-xs-6
    {
        flex: 6;
    }

    .navbar-toggler {
        padding: .25rem .25rem;
        font-size: 1.5rem;
    }
}


@media(min-width: 415px){

    .visible-xs{
        display: none !important;
    }
}

@media(max-width: 768px){
    .hidden-md{
        display: none !important;
    }

    .visible-md{
        display: block !important;
    }

    .ministere-nav-item {
        font-size: medium;
    }

    .carousel-caption {
        position: absolute;
        /*right: 5%;*/
        bottom: 3.25rem;
        /*left: 5%;*/
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0.5rem;
        padding-bottom: 0.25rem;
    }

    .carousel-caption h1{
        font-size: larger;
        font-weight: 600;
    }

    .carousel-caption p{
        font-size: medium;
    }

    .carousel-item, .carousel-item > img {
        height: 24rem;
        object-fit: cover;
    }

    .carousel {
        margin-bottom: 2rem;
        margin-top: 2rem;
    }

    .navbar-toggler {
        padding: .25rem 1.25rem;
        font-size: 1.5rem;
    }

    .service-contaier {
        padding-right: 0;
    }
}

@media(max-width: 540px){

    .navbar-toggler {
        padding: 14px 19px;
        font-size: .5rem;
        margin-right: 15px;
    }
}

@media(min-width: 769px){

    .visible-md{
        display: none !important;
    }
}