/*
Theme Name: UnderStrap
Theme URI: http://understrap.com
Author: Holger Koenemann
Author URI: http://www.holgerkoenemann.de
GitHub Theme URI: https://github.com/understrap/understrap
Description: Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid starting point for your next theme project and WordPress website. Use it as starter theme or as a parent theme. It is up to you. Including Font Awesome support, built-in widget slider and much more you need for basic websites. IMPORTANT: All developer dependencies are not bundled with this install file. Just download the .zip, extract it and run "npm install" and "gulp copy-assets" inside the extracted /understrap folder.
That downloads everything and moves it in place so that you can recompile your CSS and JS files;
A developer version (with Gulp/node and Sass sources) is available on gitHub: https://github.com/understrap/understrap
A child theme is available on Github, too: https://github.com/understrap/understrap-child;
Version: 0.8.7
License: UnderStrap WordPress Theme, Copyright 2013-2017 Holger Koenemann
UnderStrap is distributed under the terms of the GNU GPL version 2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
UnderStrap is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
Owl Carousel 2: http://www.owlcarousel.owlgraphic.com/ | https://github.com/smashingboxes/OwlCarousel2/blob/develop/LICENSE (Code licensed under MIT)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/

/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/
The dependencies can be found in /src/ after running "gulp copy-assets" terminal command

...and now go out and play!
*/

/* h1, h2, h3, h4, h5, h6 {
    line-height: 1.3em !important;
} */

h1, h2, h3, h4, h5, h6, p {
    font-family: Georgia,"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

h2{
    font-size: 18px !important;
}

h3 {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0px;
}

h4 {
    font-size: 12px !important;
    line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #111;
}

p{
    font-size: 14px;
}

body{
    max-width: 1100px !important;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 70%), 0 6px 0px 0 rgb(0 0 0 / 70%);
}

.mobile{
    display: none;
}

.logo {
    margin-bottom: 15px;
}

.navbar{
    background: #00931b;
}

.africaguinee-navbar{
    background-color: #00931b!important;
    border-radius: 0px;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

ul#main-menu {
    font-family: georgia,Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
    text-transform: uppercase;
}

li.menu-item {
    padding-left: 20px;
}

.top_logo {
    width: 30px !important;
    /* padding-top: 10px; */
}

a.nav-link {
    font-size: 14px;
}

ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    float:right;
}

ul.tabs li:hover{
    color: #fff;
    background-color: #00931b;
}

ul.tabs li{
    display: inline-block;
    margin-right: 0px;
    height: 70px;
    max-height: 70px;
    border: 1px solid #00931b;
    width: 245px;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 13px;
}

ul.tabs li.current{
    display: block;
    width: 100%;
    height: 70px;
    max-height: 70px;
    text-decoration: none;
    color: #fff;
    background-color: #00931b;
}

ul.tabs li:hover a.post-slider-link{
        color: #fff;
}

a.post-slider-link {
    color: #00931b;
}

a.post-slider-link:hover {
    color: #fff;
    text-decoration: underline;
}

ul.tabs li.current a.post-slider-link{
    color: #fff;
}

.tab-content{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s;
    font-size: 21px;
    line-height: 2;
}
.tab-content.current{
    opacity: 1;
    visibility: visible;
}

.row.slider-post {
    height: 385px;
}

.post-image-slider {
    width: auto;
    margin-right: 15px;
    border: 1px solid black;
    margin-left: 10px;
}

img.img-slide.wp-post-image {
    height: 368px;
    width: auto;
    object-fit: cover;
}

.content {
    padding: 0px 12px;
}

/* .region-content0 h2.block-title, .region-content1 h2.block-title, .region-content2 h2.block-title {
    border-bottom: 2px solid #009900;
    font-size: 1.85em;
    margin-bottom: 10px;
    padding-bottom: 5px;
    color: #009900;
} */

h2.block-title {
    border-bottom: 2px solid #009900;
    margin-bottom: 10px;
    padding-bottom: 5px;
    color: #009900;
}

.post-a-la-une {
    border-bottom: 1px dashed #CCCCCC;
    padding-bottom: 15px;
    height: auto;
}

span.categorie-post {
    font-size: 10px;
    color: #009900;
    font-weight: bold;
}

img.img-une-1.wp-post-image {
    float: left;
    border: 1px solid #ddd;
    padding: 5px;
    margin-right: 10px;
    width: 215px;
    height: 135px;
    object-fit: cover;
}

img.img-une.wp-post-image {
    float: left;
    border: 1px solid #ddd;
    padding: 5px;
    margin-right: 10px;
    width: 215px;
    height: 135px;
    object-fit: cover;
}

.content-une{
    color: #666666;
    margin-top:5px;
}

@media only screen and (max-width: 979px) {
    h3{
        line-height: 21px;
    }
    h2.block-title {
        background: #00931b;
        color: #fff !important;
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px !important;
        font-weight: bold;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 24px;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 0px !important;
    }
    
    img.img-une-1.wp-post-image {
        float: left;
        padding: 0;
        width: 500px;
        height: 100%;
        object-fit: cover;
        border: none;
    }
    img.img-une.wp-post-image {
        float: left;
        border: none;
        padding: 0;
        margin-right: 10px;
        width: 165px;
        height: 115px;
        object-fit: cover;
    }
    .content-une{
        display: none;
    }
    .post-a-la-une {
        border-bottom: none;
        padding-bottom: 5px;
        height: auto;
    }
    .populaire {
        display: none;
    }
    .col-md-4.annonce {
        display: none;
    }
}

.photo-populaire{
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 150px;
}

h3.une-title {
    font-weight: bold;
    margin-top: 5px;
}

.datetime {
    font-family: Georgia,"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    text-transform: capitalize;
    /* margin-top: 5px; */
    font-size: 11px;
}

.text-populaire{
    float: left;
    width: 200px;
}

img.img-populaire.wp-post-image {
    border: 1px solid #ddd;
    padding: 3px;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.right-widget {
    padding: 0px 20px 0px 5px;
}

.annonce-pub{
    margin-bottom: 50px;
}

.black-title{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold !important;
    font-size: 16px;
}

img.photo-annonce.wp-post-image {
    width: 350px;
    height: 270px;
    object-fit: cover;
}

.page-content{
    padding: 0px 30px;   
}

h1.article-cat-title {
    margin-left: 8px;
    font-size: 35px;
    margin-bottom: 20px;
}

.row.article-list {
    margin-bottom: 50px;
}

img.img-article-list.wp-post-image {
    border: 1px solid #ddd;
    padding: 5px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 240px;
    height: 190px;
    object-fit: cover;
}

.article-title{
    font-size: 22px !important;
    line-height: 30px;
}

.left-content{
    border-right: 1px solid #CCCCCC;
}

img.img-article-details{
    border: 1px solid #ddd;
    padding: 2px;
    margin-right: 11px;
    margin-bottom: 20px;
    width: 420px;
    height: auto;
    object-fit: cover;
}

.article-content p{
    font-size:16px;
}

.article-details{
    margin-bottom: 150px;
}

h1.article-details-title {
    font-size: 35px;
}

img.img-article-suggere{
    border: 1px solid #ddd;
    padding: 2px;
    margin-right: 11px;
    margin-bottom: 20px;
    width: 300px;
    height: 200px;
    object-fit: cover;
}

img.img-post-home {
    border: 1px solid #ddd;
    padding: 2px;
    margin-right: 11px;
    margin-bottom: 5px;
    width: 300px;
    height: 145px;
    object-fit: cover;
}

.post-cat-home{
    border-bottom: 1px dashed #CCCCCC;
    padding-bottom: 50px;
}

.cat-serif {
    font-family: Georgia,"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #009900;
}

h3.post-paragraph {
    font-weight: lighter;
    margin-top: 5px;
    color: grey;
    font-size: 15.5px
}

.second-post-cat {
    border-bottom: 1px dashed #CCCCCC;
    padding-bottom: 10px;
    margin-top: 12px;
}

.img-populaire-block{
    margin-right: -15px;
}

.title-populaire{
    font-size: 11px;
    font-weight: 900;
}

.col-md-4.img-post-annonce {
    margin-right: -45px;
}

@media only screen and (max-width: 979px) {
    .top_logo-mobile{
        width: 80vw;
    }
    img.img-post-home {
        border: none !important;
        padding: 0;
        margin-right: 11px;
        margin-bottom: 10px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .post-paragraph{
        display: none;
    }
    h3.une-title-1 {
        font-size: 19px;
    }
    .post-cat-home {
        border-bottom: none;
        padding-bottom: 0;
    }
    .bannière{
        display: none;
    }
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    .navbar {
        background: #fff !important;
        padding: 0;
    }
    .navbar-collapse {
        background: #00931b;
    }
    .navbar-light .navbar-toggler {
        margin-right: 3vw;
    }
    .navbar-toggler-icon {
        width: 5vw;
    }
}

#wrapper-footer-full, #wrapper-static-hero {
    background-color: #009900 !important;
    border-bottom: 1px solid white;
    padding-bottom: 15px;
}

div.footer-widget {
    display: inline-flex;
}

.footer-widget {
    padding: 0 !important;
    margin-bottom: -10px;
}

ul#menu-footer-rubriques {
    list-style: none;
    padding-left: 10px;
    /* margin-top: 3px; */
}

ul#menu-footer-rubriques li.menu-item {
    display: inline;
    padding-left: 1px;
}

ul#menu-footer-africaguinee-com {
    list-style: none;
    padding-left: 10px;
    /* margin-top: 3px; */
}

ul#menu-footer-africaguinee-com li.menu-item {
    display: inline;
    padding-left: 3px;
}

ul#menu-footer-services {
    list-style: none;
    padding-left: 25px;
    margin-top: 3px;
}

ul#menu-footer-services li.menu-item {
    display: inline;
    padding-left: 3px;
}

h3.widget-title {
    color: #CCCCCC;
    font-weight: bold;
    margin-top: 4px;
}

.footer-widget .menu-item a {
    color: #fff;
    text-decoration: underline;
    font-size: 10px;
}

.wrapper-id-footer {
    padding-top: 10px;
    background-color: #009900 !important;
}

p.site-info-p {
    font-size: 10px;
    /* font-weight: bold; */
    color: white;
}

a.post-link {
    color: black;
}

a.post-link:hover {
    color: black;
}

a.post-link:hover {
    color: black;
    text-decoration: none;
}

.row.slider-post {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1100px) {
    .post-image-slider {
        margin-right: 15px;
    }
    ul.tabs li{
        font-size: 12px;
    }
}

@media only screen and (max-width: 1080px) {
    .post-image-slider {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 1060px) {
    ul.tabs li {
        width: 232px;
    }
    .post-image-slider {
        margin-right: 23px;
    }
}

@media only screen and (max-width: 803px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 10px;
    }
}

@media only screen and (max-width: 991px) {
    li.menu-item {
        padding-left: 20px;
    }
    .col-lg-8.image-slide {
        height: 278px;
    }
    .row.slider-post {
        height: 496px;
        display: none;
    }
    ul.tabs {
        margin-left: 10px;
        margin-right: 8px;
    }
    ul.tabs li {
        width: 100%;
        height: 50px;
    }
    ul.tabs li.current {
        width: 100%;
        height: 50px;
    }
    img.img-slide.wp-post-image {
        width: 800px;
        height: 275px;
        object-fit: cover;
    }
}

@media only screen and (max-width: 427px) {
    img.img-slide.wp-post-image {
        width: 700px;
        height: 195px;
        object-fit: cover;
    }
}

@media only screen and (max-width: 427px) {
    .col-lg-8.image-slide {
        height: 202px;
    }
    .row.slider-post {
        height: 496px;
    }
    ul.tabs {
        margin-left: 10px;
        margin-right: 10px;
    }
    ul.tabs li {
        width: 100%;
        height: 66px;
    }
    ul.tabs li.current {
        width: 100%;
        height: 66px;
    }
}

/* #navbarNavDropdown {
    z-index: 1000;
    background-color: white;
} */

.navbar-light .navbar-nav .nav-link {
    color: white !important;
}

.dropdown-item {
    font-size: 10px;
}

.catégorie-post {
    font-size: 10px;
    color: #009900;
    font-weight: bold;
}

ul.tags-list {
    padding: 0;
}

li.tags-item {
    display: inline;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #009900;
    background-color: #009900;
}

a.tags {
    color: #FFF;
    text-decoration: none;
}

li.tags-item:hover {
    display: inline;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #009900;
    background-color: #FFF;
}

a.tags:hover {
    color: #009900;
    text-decoration: none;
}

.nav-links {
    margin-left: 25px;
    margin-bottom: 50px;
}

.page-numbers {
    margin-right: 15px;
    color: #009900;
}

.wpcf7 {
    max-width: 680px !important;
    margin-top: 50px;
}

.btn-outline-primary, .wpcf7 input[type=submit] {
    color: #009900 !important;
    background-color: transparent;
    background-image: none;
    border-color: #009900 !important;
}

.btn-outline-primary:hover, .wpcf7 input:hover[type=submit] {
    color: #fff !important;
    background-color: #009900 !important;
    border-color: #009900 !important;
}


#mysticky-nav.wrapfixed {
    background-color: transparent !important;
}

@media(max-width: 979px) {
    #mysticky-nav.wrapfixed {
        background-color: transparent !important;
        width: 100vw;
    }
    #mysticky-nav.wrapfixed.down .myfixed {
        margin-top: 32.3px;
    }

    #mysticky-nav.wrapfixed.up .myfixed {
        margin-top: 0;
    }
    .adsbygoogle{
        display: none;
    }
}

#mysticky-nav.wrapfixed.down .myfixed {
    top: auto !important;
}

#mysticky-nav.wrapfixed.up .myfixed {
    top: auto !important;
}

#mysticky-nav.down .myfixed {
    top: 0px !important;
}

#mysticky-nav.up .myfixed {
    top: auto !important;
}