/*
Theme Name: LeCames
Theme URI: https://rdm.sn/lecames
Author: Cheikh Semeta
Author URI: https://rdm.sn/
Description:
*/
/***
 Vi : #971b81 / rgba(151,27,129,0.5)
 BLU : #0052a0
 GRE : #25ac4a
 */
.bg-gray {
    background-color: #f1f2f3;
}
.bg-blue {
    background-color: #0052a0;
}
.mt-16 {
    margin-top: 16px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
/** Search socila widget */
.search-social {
    text-align: right;
    vertical-align: middle;
    padding-top: 10px;
}
.search-social:after {
    content: ' ';
    clear: both;
}
/** Search Form */
.search-form {
    width: 30%;
    display: inline-block;
    margin-top: 4px;
    margin-right: 10px;
    margin-bottom: 0;
}
.search-input {
    position: relative;
}
.search-input input{
    width: 100%;
    background-color: #f7f7f7;
    border: solid 1px #e1e1e1;
    padding-left: 5px;
    padding-right: 35px;
    padding-top:4px;
    padding-bottom: 5px;
    font-size: 12px;

}
.search-input button[type="submit"] {
    position: absolute;
    background-color: transparent;
    border: 0;
    right: 0;
    top: 2px;
}
.search-input button[type="submit"] i{
    font-size: 16px;
    color: #7f7f7f;
}
/** End Search Form */
/** Top social links */
.top-social-links {
    display: inline-block;
}
.top-social-links a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    background: #0052a0;
    text-align: center;
    color: white;
    text-decoration: none;
    margin-left: 2px;
    margin-right: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.top-social-links a i{
    line-height: 35px;
}
.top-social-links a.btn-box {
    width: auto;
    border-radius: 20px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #971b81;
}
.top-social-links a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 1px 1px 3px #333;
    -moz-box-shadow: 1px 1px 3px #333;
    box-shadow: 1px 1px 3px #333;
}
/** Logo widget */
.logo-widget img {
    height: 64px;
}
/** Navbar*/
.navbar {
    box-shadow: none;
    background-color: transparent !important;
}
.nav-item {
    position: relative;
}
.nav-item:after {
    content: ' ';
    height: 30%;
    width: 1px;
    background-color: #971b81;
    display: inline-block;
    position: absolute;
    top: 14px;
}
.nav-item:first-child::after{
    background-color: transparent;
}
.nav-link {
    font-size: 12px;
}
.nav-link.active {
    color:#971b81 !important;
}
#menu-item-7 .nav-link {
    padding-left: 0 !important;
    color: rgba(0,0,0,1);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,1);
}
#menu-item-51 .nav-link {
    padding-right: 0 !important;
}
.nav-link {
    padding-right: 1.6rem !important;
    padding-left: 1.4rem !important;
}
/*** Slider */
#news-slider {

}
#news-slider .slider-item {
    position: relative;
}
#news-slider .slider-image {
    width: 100%;
    height: 450px;
    background-size: cover;

}
#news-slider .slider-caption {
    background-color: rgba(151,27,129,0.8);position: absolute;left: 0;top: 0;width: 25%;height: 100%;
}
#news-slider .owl-dots {
    position: absolute;
    top: 16px;
    right: 16px;
}
#news-slider .owl-dot.active span {
    background-color:rgba(151,27,129,1) ;
}
#news-slider .owl-dot span {
    width: 12px;
    height: 12px;
    background-color: #f4f4f4;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
#news-slider .slider-content {
    color: white;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#news-slider .slider-content .slider-text {
    padding: 16px;
}
#news-slider .slider-content .slider-text a,#news-slider .slider-content .slider-text a:hover{
    color: white;
    text-decoration: none;
}
#news-slider .read-more:before,
#news-slider .read-more:after {
    content: ' ';
    clear:both;
}
#news-slider .read-more {
    display: inline-block;
    text-decoration: none;
    background-color: #0052a0;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: right;
}
/***
  Section header
 */
.section-header-light {
    text-transform: uppercase;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

.section-header {
    position: relative;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: bold;
    border-bottom: 2px solid #25ac4a;
    display: inline-block;
    padding-bottom: 5px;
    color: #971b81;
}

.section-header:before {
    content: ' ';
    position: absolute;
    background-color: #25ac4a;
    width: 27%;
    height: 3px;
    bottom: 0;
}
.section-header.full-border:before {
    width: 95%;
}
/** Programms */
.programs-list  {
    margin-top: 16px;
}
.programs-list .card {
    padding: 10px;
    margin-bottom: 16px;
}
.program-item {
    position: relative;
}
.program-item a {
    color: white;
    text-decoration: none;
}
.program-caption {
    position: absolute;
    background: rgba(151,27,129,0.5);
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0;
    text-align: center;
    padding: 12px;
}

.program-caption span {
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.program-number {
    position: absolute;
    left: 10px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    background-color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    vertical-align: middle;
}

.program-number span {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #971b81;
    color: white;
    text-align: center;
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;
    padding-left: 2px;
}
.p-blue .program-number span{
    background-color: #0052a0;
}
.p-blue .program-caption {
    position: absolute;
    background: rgba(0, 82, 160, 0.5);
}
.pdsc-item {
    text-align: center;
}
.pdsc-item h4 {
    font-size: 15px;
    text-transform: uppercase;
    color: #971b81;
}
.pdsc-item a {
    color:#0052a0 ;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
}
/** News **/
.news-list {
    margin-top: 16px;

}
.news-item {
    margin-bottom: 16px;
}
.news-thumbnail {
    padding: 4px;
    border: 1px solid #971b81 ;
}
.news-img {
    background-size: cover;
    width: 100%;
    height: 96px;
}
.news-content {
    border-bottom: 2px solid #f1f2f3;

    padding-bottom: 5px;
}

.news-title{
    font-size: 1rem;
    font-weight: bold;
    color: #0052a0;
    margin-top: -5px;
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 1.6em;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 3.4em;
    /* fix problem when last visible word doesn't adjoin right side  */

    /* place for '...' */
    margin-right: -1em;
    padding-right: 1em;
    padding-bottom: 0;

    margin-bottom: 0;
}
.news-title-nowrap {
    font-size: 1rem;
    font-weight: bold;
    color: #0052a0;
}
.news-title a,.news-title-nowrap a{
    color: #0052a0;
    text-decoration: none;
}

/* create the ... */
.news-title:before {
    /* points in the end */
    content: '...';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of block */
    right: 0;
    bottom: 0;
}
/* hide ... if we have text, which is less than or equal to max lines */
.news-title:after {
    /* points in the end */
    content: '';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of text */
    right: 0;
    /* set width and height */
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    /* bg color = bg color under block */
    background: white;
}
.news-date {
    font-size: 11px;

    color: #333;

    margin-top: -2px;

    display: block;
}
.news-exerpt {
    font-size: 12px;
    min-height: 36px;
    text-align: justify;
}
.news-read-more {
    color: #0052a0 !important;
    text-decoration: none;
    font-size: 11px;
}
.news-read-more:hover {
    text-decoration: underline;
}
.news-more a {
    color: #0052a0 !important;
    float: right;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
.news-more {
    margin-bottom: 16px;
}
.news-more:after {
    content: ' ';
    display: block;
    clear: both;
}
.news-more a i{
    font-size: 14px;
}
/** Ntework slider */
.network-item, .partner-item {
    width: 100%;
    height: 180px;
   /* background-size: contain;*/
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
}
#network-slider .owl-prev,
#network-slider .owl-next,
#partners-slider .owl-prev,
#partners-slider .owl-next{
    position: absolute;
    transform: translateY(-50%);
    top: 45%;
    font-size: 50px;
    color: #333;
}
#network-slider .owl-prev,
#partners-slider .owl-prev{
    left: 10px;
}
#network-slider .owl-next,
#partners-slider .owl-next{
    right: 10px;
}
/** AGENDA */
.agenda-date {
    float: left;	
    line-height: 1.2;
}
.agenda-date-day {
    color: #0052a0;
    font-size: 32px;
    margin-top: -8px;
    font-weight: 300;
}
.agenda-date-month {
    text-transform: uppercase;
    font-size: 12px;
    color: #0052a0;
    text-align: center;
}
.agenda-content {
    margin-left: 60px;
    position: relative;
    padding-bottom: 20px;
}
.agenda-content:before {
    content: '•';
    position: absolute;
    font-size: 46px;
    left: -22px;
    top: -22px;
    color: #971b81;
}
.agenda-content:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #971b81;
    left: -16px;
    top: 18px;
}
.agenda-content h5 {
    font-weight: 300;
    color: #0052a0;
    font-size: 14px;
}
.agenda-content h5 a,.agenda-content h5 a:hover,.agenda-content h5 a:visited,.agenda-content h5 a:focus {
    color: #0052a0;
    text-decoration: none;
}
.agenda-excerpt {
    font-size: 11px;
}
.agenda-footer {
    position: relative;
}
.agenda-footer:before {
    content: '•';
    position: absolute;
    font-size: 46px;
    left: 38px;
    top: -23px;
    color: #971b81;
}
.agenda-footer a {
    float: right;
    font-size: 12px;
   color: #971b81;
}
/** Tools */
.tools-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tools-list ul li {
    border-bottom: 1px solid #0052a0;
    padding-top: 8px;
    padding-bottom: 8px;
}
.tools-list ul li a {
    color: #0052a0;
    text-decoration: none;
}
.tools-list ul li.active a,.tools-list ul li a:hover {
    color: #25ac4a !important;
}
/** newsletter */
.news-letter-form {
    position: relative;
}
.col-news:before {
    content: '';
    width: 3px;
    height: 80%;
    background-color: white;
    position: absolute;
    top: 27px;
    left: -17px;
}
.news-letter-slogan {
    font-size: 12px;
    color: white;
}
.news-letter-slogan:before {
    content: '✔';
    margin-right: 10px;
}

.news-letter-form
.bmd-form-group {
    padding-top: 0.9rem;
}
.custom-file-control, .form-control, .is-focused .custom-file-control, .is-focused .form-control {
    background-image: linear-gradient(0deg,#fff 2px,rgba(0,150,136,0) 0),linear-gradient(0deg,rgba(0,0,0,.26) 1px,transparent 0);
}
.news-letter-form .btn-primary,
.news-letter-form .btn-primary:hover{
    color: white;
}
/** SG */
.sg-word {
    background-color: #25ac4a;
    padding-bottom: 5px;
}
.sg-image-cover {
    padding: 10px;
}
.sg-image {
    background-size: cover;
    height: 80px;
    width: 100%;
    margin:  0px auto;

}
.sg-word ul li {
    color: white;
}
.sg-word ul li a {
    color: white;
    font-size: 12px;
}
.footer-contact {
    font-size: 12px;
}
.footer-social {
    margin-top: 20px;
}
.footer-social a {
    width: 32px;

    height: 32px;

    background-color: white;

    border-radius: 50%;

    display: inline-block;

    margin-right: 10px;

    text-align: center;

    line-height: 32px;
}
.footer-social a i{
    color:#0052a0 ;
    font-size: 14px;
}
/** Single sidebar */
.sidebar-list ul {
    margin:0px;
    padding:0px;
    list-style-type:none;
    -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.sidebar-list .var_nav  {
    position:relative;
    background:#ecf0f1;
    width:100%;
    min-height:60px;
    margin-bottom:5px;
}
.sidebar-list .link_bg
{
    width:70px;
    height:100%;
    position:absolute;
    background:#971b81;
    color:#fff;
    z-index:2;
}
.sidebar-list .link_bg i
{
    position:relative;
}
.sidebar-list .link_title
{
    position:absolute;
    width:90%;
    z-index:3;
    color:#fff;
}
.sidebar-list .link_title:hover .icon
{
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    transform:rotate(360deg);
}
.sidebar-list .var_nav:hover .link_bg
{
    width:100%;
    background:#971b81;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sidebar-list .var_nav:hover a
{
    font-weight:bold;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
    color: white;
}
.sidebar-list .icon
{
    position:relative;
    width:70px;
    height:60px;
    text-align:center;
    color:#fff;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    float:left;
    transition:all .5s ease-in-out;
    float:left;
}
.sidebar-list .icon i{top:17px;position:relative;}
.sidebar-list a{
    display: block;
    position: absolute;
    float: left;

    color: #0052a0;
    text-decoration: none;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    height: 60px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.sidebar-list span
{
    display: block;
    padding-left: 84px;
    display: -webkit-box;
    max-width: 400px;
    height: 60px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadcrumb {
    background-color: transparent;
}
.breadcrumb-item a {
    font-size: 11px;
}
.breadcrumb-item.active {
    font-size: 12px;
    padding-top: 5px;
}
.breadcrumb-item a {
    color:#0052a0 ;
}
.breadcrumb-item + .breadcrumb-item::before {
    font-size: 12px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 8px;
    margin: 0 5px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/** Single Post */
.single-post-title {
    word-wrap: break-word;
    font-size: 41px;
    line-height: 50px;
    font-weight: 400;
    margin: 6px 0 6px 0;
    margin-top: 0;
    margin-bottom: 7px;
}
.post-metadata {
    margin-bottom: 16px;
    font-size: 11px;
    line-height: 1;
    min-height: 17px;
}
.post-date {
    margin-left: 4px;
    color: #444;
    float: left;
}
.share-item {
    border-style: solid;
    border-color: #ededed;
    border-width: 1px 0;
    padding: 21px 0;
    margin-bottom: 42px;
}
.td-social-network {
    color: #fff;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin: 0 3px 7px;
    height: 40px;
    min-width: 40px;
    font-size: 11px;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    text-decoration: none;
}
.td-social-network:hover {
    color: white !important;
}
.td-social-facebook {
    background-color: #516eab;
}
.td-social-twitter {
    background-color: #29c5f6;
}
.td-social-google {
    background-color: #eb4026;
}
.td-social-network i {
    font-size: 14px;
}
/** contact page*/
.contact-item {
    margin-bottom: 10px;
}
.contact-item i {
    color: #0052a0;
    border: 1px solid #0052a0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
}
.contact-item div {
    display: inline-block;
    margin-left: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
    width: 37%;
}
.contact-item div h5{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}
.contact-item div span{
    font-size: 12px;
}
.page-numbers {
    margin-right: 5px;
}
.single-content img {
    max-width: 100%;
    height: auto;
}
.download-button {
    width: 100%;
    text-align: center;
    color: white;
    text-decoration: none;
    background-color: #971b81;
    padding: 5px 16px 5px 16px;
}
.download-button:hover {
    color: white;
    text-decoration: none;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: 0;
    line-height: 1.25;
    color: #971b81;
    background-color: transparent;
    border: 0 solid #dee2e6;
}
.page-item.active .page-link {
    background-color: #971b81;
    border-color: #971b81;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
    border-left: 4px solid #000;
    padding-left: 1em;
}
span.mon_etiquette {
   background-color : #6D4095; color:#FFF; padding: 4px 8px; box-shadow: 1px 1px #888888; font-size:0.8rem 
}
