.navbar-nav>li>.dropdown-menu {
    margin: 0px -0.7px;
    width: 100%!important;
    border-bottom: solid 1px transparent!important;
}
.share-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px;
    padding: 10px;
}

.share-buttons a {
    text-decoration: none;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: center;
    max-width: 200px; /* Limite la largeur maximale des boutons */
}

.share-buttons i {
    margin-right: 8px;
}

.whatsapp-btn {
    background-color: #25D366;
}

.facebook-btn {
    background-color: #3b5998;
}

.twitter-btn {
    background-color: #1DA1F2;
}

.linkedin-btn {
    background-color: #0077B5;
}

.email-btn {
    background-color: #D44638;
}

@media (max-width: 600px) {
    .share-buttons a {
        flex-grow: 1;
        margin: 5px 0; /* Ajoute de l'espace entre les boutons sur les petits écrans */
    }
}
.iframe{
	width:100%;
	height:600px;
	border:solid 0px;
}
#letext {
   font-size: 1.7rem;
   line-height: 1.4;
}
iframe {
    display: block;       /* iframes are inline by default */
    border: none;         /* Reset default border */
    height: 100vh;        /* Viewport-relative units */
    width: 100vw;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.logohaut{
text-align:center;
}

.logohaut img{
width:70px;
padding:5px;
}

.footer-logo .logo img{
height:100px;
background:#fff;
}

.logo2 img{
height:60px;
 padding:3px;
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #000;
    border-color: #337ab7;
}
#letext ul{
	margin: 5px; 
    padding: 5px 50px 5px; 
    list-style: unset;
}
.centrer .post-meta
{
	text-align:center;
}
.embed-responsive-item{
	max-width: 100%;
}
.centrer .post-meta h1{
	font-size:30px;
}
.comment {
    padding: 10px;
    margin-bottom: 1.875rem;
    position: relative;
    border: 1px solid #ebebeb;
    background-color: #f4f4f4;
    font-size: 15px;
    border-radius: 3px;
    font: inherit;
    vertical-align: baseline;
}

.time {
    font-size: 13px;
    margin-right: 15px;
    color: #a7b3c6;
}

.comment-reply {
    margin-left: 60px;
}

.comment.has-replies:before {
    content: "";
    display: block;
    position: absolute;
    left: 50px;
    bottom: -4rem;
    height: 4rem;
    width: 1px;
    border-bottom: none;
    background-color: #ebebeb;
}

.monslide {
    background: transparent;
    height: 45px;
    font-weight: 600;
    width: 100%;
	border-bottom:solid 1px silver;
}

.textflash {
    float: left;
    height: 45px;
    max-width: 600px;
    line-height: 45px;
	font-size: 15px;
    font-weight: 500;
    padding: 1px 10px 0px 18px;
}

.titrebtn {
    float: right;
    line-height: 45px;
    height: 45px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #f37a1f;
    margin: 0px;
}

.titrebtn a {
    margin: 5px;
}

.titreflash {
    float: left;
    line-height: 45px;
    text-align: left!important;
    height: 45px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #f37a1f;
    margin: 0px;
    padding: 1px 10px 0px 18px;
}

.monslide a {
    color: #3a3a3a!important;
	font-weight:500;
}

.dropdown-menu>li>a {
    display: block;
    clear: both;
    width: 100%;
    color: #000!important;
    border-top: solid 1px silver;
}

.dropdown-menu>li>a:hover {
    color: #f37a1f!important;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover {
    color: #f37a1f;
    background-color: transparent!important;
}

.dropdown-menu {
    padding: 0px;
}

.innercontour {
    margin-top: 15px;
    background: #fff;
    position: relative;
    margin: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.inner2 {
    padding-top: 15px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.innermenu {
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.ticker-headline {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 15px 0;
    margin: 0;
    font-size: 18px;
}

body {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #3d455c;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.error {
    color: red;
    font-size: 13px;
    margin-top: 10xp;
}

.warning {
    color: red;
    font-size: 13px;
    margin-top: 10xp;
}

.success {
    color: green;
    font-size: 13px;
    margin-top: 10xp;
}

.cookie-bar_inner {
    
}


.cookie-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.8);
    z-index: 2147483642;
    overflow: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
}


.cookie-bar_inner {
	width: 50%;
    border-style: solid;
    border-radius: 5px;
    border-width: 1px;
    margin:20px auto;
	box-shadow: 0 0 10px rgba(0,0,0,.4);
	background-color: #ffffff;
	padding:40px;
}

.cookie-bar .cookie-bar_first {
    width: 100%;
    text-align: left;
    font-size: 17px;
    line-height: 25px;
}

.cookie-bar p {
    margin: 0;
    padding: 0;
}

.cookie-bar .cookie-bar_last {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
}

.cookie-bar .cookie-bar_inner .cookie-bar_hide {
    display: inline-block;
    padding: 5px 10px;
    top: 17px;
    right: 5px;
    text-indent: 0;
    color: #fff;
    height: 28px;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #127e01;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius:5px;
	
}

.bg1 {
    background: rgb(223, 250, 216);
    padding: 5px;
}

.bg2 {
    background: rgb(232, 247, 228);
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.sep {
    height: 10px;
    margin: 15px 0;
    background: url(../img/pattern.png) repeat;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    color: #212631;
    margin: 0px 0px 15px;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 23px;
}

h4 {
    font-size: 16px;
}

a {
    font-weight: 600;
    color: #212631;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #212631;
    text-decoration: underline;
    outline: none;
}

p {
    margin: 0px 0px 20px;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.list-style,
ol.list-style {
    padding-left: 15px;
    margin-bottom: 10px;
}

ul.list-style {
    list-style-type: disc;
}

ol.list-style {
    list-style-type: decimal;
}

blockquote.blockquote {
    position: relative;
    border-left: 0;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 20px;
}

blockquote.blockquote:before {
    content: "``";
    font-family: 'Nunito Sans', sans-serif;
    display: block;
    position: absolute;
    left: -5px;
    top: 5px;
    font-size: 240px;
    line-height: 200px;
    color: #eceef2;
    letter-spacing: -30px;
    z-index: -2;
}

figure.figure-img {
    margin-bottom: 20px;
}

figure.figure-img figcaption {
    padding-top: 5px;
    font-size: 13px;
    font-weight: 600;
}

.input {
    height: 40px;
    border: 2px solid #eceef2;
    width: 100%;
    padding: 0px 15px;
    -webkit-transition: 0.2s border;
    transition: 0.2s border;
}

.input:focus {
    border-color: #3d455c;
}

textarea.input {
    height: 90px;
    padding: 15px;
}

.primary-button {
    padding: 9px 45px;
    border: none;
    background-color: #212631;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.primary-button:hover,
.primary-button:focus {
    color: #fff;
    opacity: 0.9;
}

.section {
    padding-top: 10px;
}

.section.section-grey {
    background-color: #fbfbfd;
    border-bottom: 1px solid #eceef2;
    border-top: 1px solid #eceef2;
}

.section .section-title {
    margin-bottom: 40px;
}

.section .section-title h2 {
    text-transform: uppercase;
    font-size: 25px;
    border-bottom: solid 5px #127e01;
}

.section .section-title h2 span {
    margin-top: 10px;
}

.section-row {
    margin-bottom: 40px;
}


/*=========================================================
	NAVIGATION
===========================================================*/

#nav {
    /*height: 70px;*/
}

#nav:after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(33, 38, 49, 0.5);
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

#nav.shadow-active:after {
    opacity: 1;
    visibility: visible;
}

#nav-fixed {
    /*position: fixed;
    left: 0;
    right: 0;
    top: 0;*/
    z-index: 90;
    background: #127e01;
    -webkit-box-shadow: 0px -1px 0px 0px #eceef2 inset;
    box-shadow: 0px -1px 0px 0px #eceef2 inset;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

#nav-fixed.slide-down {
    -webkit-animation: slide-down 0.3s;
    animation: slide-down 0.3s;
}

#nav-fixed.slide-up {
    -webkit-animation: slide-up 0.3s;
    animation: slide-up 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes slide-down {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes slide-down {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide-up {
    from {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes slide-up {
    from {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

#nav .container {
    position: relative;
}


/*----------------------------*\
	logo
\*----------------------------*/
.logotitre{
	color:#fff!important;
	font-size:20px;
}

.nav-logo {
        padding: 10px;
	text-align:center;
}

.nav-logo .logo {
    line-height: 70px;
    display: inline-block;
}

.nav-logo .logo>img {
    max-width: 120px;
    padding: 5px 0px;
}

.form-control {
    box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.075);
    padding-left: 20px;
    border: 1px solid #CCD0D7;
    height: 40px
}

.form-control {
    border-radius: 0;
    width: 100%
}

.input-btn:hover {
    background: #111;
    color: #fff;
}

.btn:hover {
    background: #278b00;
    color: #fff;
    border: solid 1px transparent;
}

.btn {
    border-radius: 0px;
    font-size: 18px;
    height: 40px;
    background: #127e01;
    border: solid 1px transparent;
    border-bottom: solid 2px #9c3802;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}


/*----------------------------*\
	menu
\*----------------------------*/

.nav-menu {
    margin-left: 0px;
}

.nav-menu li a {
    position: relative;
    padding: 20px 15px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    -webkit-box-shadow: -1px 0px 0px 0px #eceef2 inset;
    box-shadow: -1px 0px 0px 0px #eceef2 inset;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
    font-family: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
}

.nav-menu li:hover {
    background: orange;
}

.nav-menu li:first-child a {
    border-left: 1px solid #fff;
    
}

.nav-menu li a:after {
    content: '';
    position: absolute;
    left: -0.6;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 4px;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
}

.nav-menu li.cat-1 a:after {
    background-color: #4BB92F;
}

.nav-menu li.cat-2 a:after {
    background-color: #ff8700;
}

.nav-menu li.cat-3 a:after {
    background-color: #0078ff;
}

.nav-menu li.cat-4 a:after {
    background-color: #8d00ff;
}

.nav-menu li a:hover,
.nav-menu li a:focus {
    background-color: transparent;
    text-decoration: none;
}

.nav-menu li.cat-1 a:hover,
.nav-menu li.cat-1 a:focus {
    color: #4BB92F;
}

.nav-menu li.cat-2 a:hover,
.nav-menu li.cat-2 a:focus {
    color: #ff8700;
}

.nav-menu li.cat-3 a:hover,
.nav-menu li.cat-3 a:focus {
    color: #0078ff;
}

.nav-menu li.cat-4 a:hover,
.nav-menu li.cat-4 a:focus {
    color: #8d00ff;
}

.dropdown-menu li a:hover {
    background: whitesmoke!important;
}

.nav-menu li.cat-1 a:after {
    background-color: #4BB92F;
}

.nav-menu li.cat-2 a:after {
    background-color: #ff8700;
}

.nav-menu li.cat-3 a:after {
    background-color: #0078ff;
}

.nav-menu li.cat-4 a:after {
    background-color: #8d00ff;
}
.nav-menu li a {
    text-wrap: wrap;
}
.nav-menu li a:hover,
.nav-menu li a:focus {
    background-color: transparent;
    text-decoration: none;
}

.nav-menu li.cat-1 a:hover,
.nav-menu li.cat-1 a:focus {
    color: #4BB92F;
}

.nav-menu li.cat-2 a:hover,
.nav-menu li.cat-2 a:focus {
    color: #ff8700;
}

.nav-menu li.cat-3 a:hover,
.nav-menu li.cat-3 a:focus {
    color: #0078ff;
}

.nav-menu li.cat-4 a:hover,
.nav-menu li.cat-4 a:focus {
    color: #8d00ff;
}


/*----------------------------*\
	search
\*----------------------------*/

.nav-btns {
    float: right;
}

.nav-btns>button {
    padding: 20px 15px;
    border: none;
    line-height: 20px;
    color: #fff;
    background: transparent;
}

.nav-btns .search-form {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
    padding: 0px 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.nav-btns .search-form.active {
    opacity: 1;
    visibility: visible;
}

.nav-btns .search-form .search-input {
    height: 100%;
    width: 100%;
    box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.075);
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #CCD0D7;
    background: #FFF;
    font-weight: 600;
}

.nav-btns .search-form .search-close {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background: transparent;
    line-height: 20px;
    color: #212631;
    font-size: 22px;
    padding: 0;
}


/*----------------------------*\
	nav aside
\*----------------------------*/

#nav-aside {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    max-width: 360px;
    width: 100%;
    padding: 80px 20px;
    overflow-y: scroll;
    z-index: 99;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

#nav-aside.active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.nav-aside-menu li a {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 100;
    font-size: 17px;
}

.menugauche .nav-aside-menu li {
    margin-bottom: 5px;
    border-top: solid 1px whitesmoke;
    border-bottom: solid 1px transparent;
}

.nav-aside-menu li {
    margin-bottom: 5px;
    border-bottom: solid 1px whitesmoke;
}

.nav-aside-social li {
    display: inline-block;
}

.nav-aside-social li>a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #212631;
    color: #FFF;
    border-radius: 2px;
    margin-right: 5px;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.nav-aside-social li>a:hover,
.nav-aside-social li>a:focus {
    opacity: 0.9;
}

.nav-aside-close {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    background-color: transparent;
    color: #212631;
    border: none;
    font-size: 22px;
    border-radius: 50%;
    padding: 0;
}


/*=========================================================
	HEADER
===========================================================*/

.page-header {
    position: relative;
    margin: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fbfbfd;
    border-bottom: 2px solid #F4f4f9;
}

.page-header .background-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
}

.page-header .background-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 38, 49, 0.9)), to(transparent));
    background-image: linear-gradient(to top, rgba(23, 27, 34, 0.9) 0%, transparent 100%);
}

#post-header.page-header {
    padding-top: 30px;
}

.page-header h1 {
    text-transform: capitalize;
    margin-bottom: 0px;
}

#post-header.page-header h1 {
    color: #FFF;
}

.page-header .post-meta {
    margin: 15px 0px;
}

.page-header .post-meta .post-date {
    color: #f9fafd;
}

.page-header .page-header-breadcrumb {
    margin: 15px 0px;
}

.page-header .page-header-breadcrumb li {
    display: inline-block;
}

.page-header .page-header-breadcrumb li,
.page-header .page-header-breadcrumb li a {
    font-size: 13px;
    text-transform: capitalize;
    color: #a7b3c6;
}

.page-header .page-header-breadcrumb li a {
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.page-header .page-header-breadcrumb li a:hover,
.page-header .page-header-breadcrumb li a:focus {
    color: #0b0f28;
    text-decoration: none;
}

.page-header .page-header-breadcrumb li+li:before {
    content: '/';
    display: inline-block;
    margin: 0px 10px;
}


/*=========================================================
	POST
===========================================================*/


/*----------------------------*\
	post
\*----------------------------*/

.post {
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.aside-widget .post {
    border-bottom: solid 1px rgb(223, 220, 220);
    margin-bottom: 5px;
}

.post .post-img {
    display: block;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.post .post-img:hover,
.post .post-img:focus {
    opacity: 0.9;
}

.post .post-img>img {
    width: 100%;
}
.image img {
       border-radius: 2px 2px 2px 2px;
       -webkit-border-radius: 2px 2px 2px 2px;
       float: left;
       margin-right: 10px;
       width: 11%
   }

.post .post-meta {
    margin-top: 15px;
    margin-bottom: 15px;
}

.post-meta .post-category {
    font-size: 13px;
    text-transform: uppercase;
    padding: 3px 10px;
    font-weight: 600;
    border-radius: 2px;
    margin-right: 15px;
    color: #FFF;
    background-color: #212631;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.post-meta .post-category:hover,
.post-meta .post-category:focus {
    text-decoration: none;
    opacity: 0.9;
}

.post-meta .post-category.cat-1 {
    background-color: #4BB92F;
}

.post-meta .post-category.cat-2 {
    background-color: #ff8700;
}

.post-meta .post-category.cat-3 {
    background-color: #8d00ff;
}

.post-meta .post-category.cat-4 {
    background-color: #0078ff;
}

.post-meta .post-date {
    font-size: 15px;
}

.post .post-title {
    font-size: 15px;
    margin-bottom: 5px;
}

.post-title2 a {
    font-size: 13px;
}

.post-title2 {
    padding: 0px;
}

.posttitle a {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
}

.post4 {
    padding: 8px;
    background: #fbfbfd;
    border: 1px solid #eceef2;
}

.posttitle {
    height: 90px;
}

.post-tags li {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 5px;
}

.post-tags li a {
    display: block;
    color: #fff;
    background-color: #212631;
    padding: 3px 10px;
    font-weight: 600;
    border-radius: 2px;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}


/*----------------------------*\
	post thumb
\*----------------------------*/

.post.post-thumb {
    position: relative;
}

.post.post-thumb .post-img:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    top: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 38, 49, 0.3)), to(transparent));
    background: linear-gradient(to top, rgba(33, 38, 49, 0.3) 0%, transparent 100%);
}

.post.post-thumb .post-body {
    position: absolute;
    bottom: 0px;
    padding: 20px 15px;
}

.post.post-thumb .post-meta .post-date {
    color: #eceef2;
}

.post.post-thumb .post-title {
    font-size: 22px;
}

.post.post-thumb .post-title>a {
    color: #FFF;
}


/*----------------------------*\
	post widget
\*----------------------------*/

.post.post-widget:after {
    content: '';
    display: block;
    clear: both;
}

.post.post-widget .post-img {
    width: 90px;
    float: left;
    margin-right: 10px;
}

.post.post-widget .post-img img {
    width: 100%;
    margin: 0;
    padding: 0;
}

.post.post-widget .post-title {
    font-size: 15px;
    font-weight: 300px;
}


/*----------------------------*\
	post row
\*----------------------------*/

.post.post-row:after {
    content: '';
    display: block;
    clear: both;
}

.post.post-row .post-img {
    width: 40%;
    float: left;
}

.post.post-row .post-body {
    margin-left: calc(40% + 30px);
}

.post.post-row .post-meta {
    margin-top: 0px;
}

.post.post-row .post-title {
    margin-bottom: 15px;
}


/*=========================================================
	POST PAGE
===========================================================*/

.sticky-container {
    position: relative;
    padding-left: 50px;
}

.sticky-container .sticky-shares {
    position: absolute;
    top: 0;
    left: 0;
}

.sticky-shares a {
    display: block;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #fbfbfd;
    color: #a7b3c6;
    border: 1px solid #eceef2;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.sticky-shares a:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.sticky-shares a.share-facebook {
    color: #ffffff;
    border-color: #3b5998;
    background-color: #3b5998;
}

.sticky-shares a.share-facebook:hover {
    background-color: #fbfbfd;
    color: #a7b3c6;
    border: 1px solid #eceef2;
}

.sticky-shares a.share-twitter {
    color: #ffffff;
    background-color: #55acee;
    border-color: #55acee;
}

.sticky-shares a.share-twitter:hover {
    background-color: #fbfbfd;
    color: #a7b3c6;
    border: 1px solid #eceef2;
}

.sticky-shares a.share-google-plus {
    color: #ffffff;
    border-color: #dd4b39;
    background-color: #dd4b39;
}

.sticky-shares a.share-google-plus:hover {
    background-color: #fbfbfd;
    color: #a7b3c6;
    border: 1px solid #eceef2;
}

.sticky-shares a.share-pinterest {
    color: #ffffff;
    background-color: #ff0000;
    border-color: #ff0000;
}

.sticky-shares a.share-pinterest:hover {
    color: #ff0000;
    border-color: #ff0000;
    background-color: #fbfbfd;
}

.sticky-shares a.share-linkedin {
    color: #ffffff;
    background-color: #007bb5;
    border-color: #007bb5;
}

.sticky-shares a.share-linkedin:hover {
    color: #007bb5;
    border-color: #007bb5;
    background-color: #fbfbfd;
}


/*----------------------------*\
	author
\*----------------------------*/

.post-author .media .media-left {
    padding-right: 40px;
}

.post-author .media .media-left .media-object {
    width: 120px;
    border-radius: 50%;
}

.post-author .author-social {
    margin-top: 15px;
}

.post-author .author-social li {
    display: inline-block;
    margin-right: 5px;
}

.post-author .author-social li>a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #a7b3c6;
    color: #FFF;
    border-radius: 2px;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.post-author .author-social li>a:hover,
.post-author .author-social li>a:focus {
    color: #FFF;
    opacity: 0.9;
}


/*----------------------------*\
	comments
\*----------------------------*/

.post-comments .media {
    padding-top: 15px;
    border-top: 1px solid #eceef2;
}

.post-comments .media:nth-child(1) {
    padding-top: 0px;
    border-top: none;
}

.post-comments .media .media-left {
    padding-right: 15px;
}

.post-comments .media .media-left .media-object {
    width: 70px;
    border-radius: 50%;
}

.post-comments .media .media-body .media-heading h4 {
    text-transform: capitalize;
}

.post-comments .media .media-body .media-heading .time {
    font-size: 13px;
    margin-right: 15px;
    color: #a7b3c6;
}

.post-comments .media .media-body .media-heading .reply {
    font-size: 13px;
    color: #a7b3c6;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.post-comments .media .media-body .media-heading .reply:hover,
.post-comments .media .media-body .media-heading .reply:focus {
    color: #212631;
    text-decoration: none;
}


/*=========================================================
	Aside
===========================================================*/

.aside-widget {
    margin: 0px 0px 40px 20px;
}


/*----------------------------*\
	category
\*----------------------------*/

.category-widget ul li {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #eceef2;
}

.category-widget ul li+li {
    margin-top: 10px;
}

.category-widget ul li>a {
    display: block;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.category-widget ul li>a>span {
    float: right;
    color: #fff;
    background-color: #212631;
    padding: 0px 5px;
    font-weight: 600;
    border-radius: 2px;
}

.category-widget ul li>a.cat-1>span {
    background-color: #4BB92F;
}

.category-widget ul li>a.cat-2>span {
    background-color: #ff8700;
}

.category-widget ul li>a.cat-3>span {
    background-color: #8d00ff;
}

.category-widget ul li>a.cat-4>span {
    background-color: #0078ff;
}

.category-widget ul li>a:hover,
.category-widget ul li>a:focus {
    text-decoration: none;
}

.category-widget ul li>a.cat-1:hover,
.category-widget ul li>a.cat-1:focus {
    color: #4BB92F;
}

.category-widget ul li>a.cat-2:hover,
.category-widget ul li>a.cat-2:focus {
    color: #ff8700;
}

.category-widget ul li>a.cat-3:hover,
.category-widget ul li>a.cat-3:focus {
    color: #0078ff;
}

.category-widget ul li>a.cat-4:hover,
.category-widget ul li>a.cat-4:focus {
    color: #8d00ff;
}


/*----------------------------*\
	tags
\*----------------------------*/

.tags-widget ul li {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 5px;
}

.tags-widget ul li a {
    display: block;
    color: #fff;
    background-color: #212631;
    padding: 3px 10px;
    font-weight: 600;
    border-radius: 2px;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.tags-widget ul li a:hover,
.tags-widget ul li a:focus {
    opacity: 0.9;
    color: #fff;
    text-decoration: none;
}


/*----------------------------*\
	archive
\*----------------------------*/

.archive-widget ul li {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #eceef2;
}

.archive-widget ul li+li {
    margin-top: 10px;
}

.archive-widget ul li>a {
    display: block;
}


/*=========================================================
	FOOTER
===========================================================*/

#footer {
    padding-bottom: 40px;
    margin-top: 40px;
    background: url(../img/bg_footer.png);
}

#footer .container {
    padding-top: 80px;
}

.footer-widget {
    margin-bottom: 40px;
}

.footer-widget .footer-title {
    margin-bottom: 40px;
    text-transform: capitalize;
    font-size: 18px;
    color: #ffffff;
}

.footer-widget a {
    color: #a7b3c6;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.footer-widget a:hover,
.footer-widget a:focus {
    text-decoration: none;
    color: #ffffff;
}

.footer-logo {
    margin-bottom: 40px;
}

.footer-nav li {
    display: inline-block;
    margin-right: 15px;
}

.footer-links li+li {
    margin-top: 5px;
}

.footer-copyright {
    margin-top: 20px;
    color: #ffffff;
    font-size: 13px;
}

.footer-newsletter form {
    position: relative;
}

.footer-newsletter form>input.input {
    padding-right: 55px;
}

.footer-newsletter form>.newsletter-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    color: #ffffff;
    background: #127e01;
    border: none;
    border-radius: 0px;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.footer-newsletter form>.newsletter-btn:hover {
    opacity: 0.9;
}

.footer-social {
    margin-top: 20px;
}

.footer-social li {
    display: inline-block;
    margin-right: 5px;
}

.footer-social li>a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #a7b3c6;
    color: #FFF;
    border-radius: 2px;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.footer-social li>a:hover,
.footer-social li>a:focus {
    color: #FFF;
    opacity: 0.9;
}


/*=========================================================
	RESPONSIVE
===========================================================*/

@media only screen and (max-width: 991px) {
    #nav .nav-menu {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
	#letext img {
    width: 100%!important;
    height: 100%;
}
.logo2 img{
	height:70px
}
#letext ul{
	margin: 5px; 
    padding: 5px 20px 5px; 
    list-style: unset;
}
	.centrer .post-meta{
		text-align:center;
	}
	.post-meta .post-date {
    font-size: 13px;
}
	.centrer .post-meta h1{
	font-size:30px;
}
    .page-header h1 {
        font-size: 23px;
    }
    .nav-btns>button {
        padding: 25px;
    }
    .nav-logo .logo>img {
        max-width: 70px;
        padding: 1px;
    }
    .aside-widget {
        margin: 0px 10px 40px 10px;
    }
	.textflash {
        font-size: 13px;
		padding: 1px 5px 0px 0px;
	}
    .nav-logo {
         
    }
    .post.post-row .post-img {
        width: 100%;
        float: none;
    }
    .post.post-row .post-body {
        margin-left: 0px;
    }
    .post.post-row .post-meta {
        margin-top: 15px;
    }
    .post.post-row .post-body p {
        display: none;
    }
}