body {
  --primary-color: #E76C04;
  --secondary-color : #497051;
  --muted-color : #f3f2f3;
}

.uk-logo img {
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0;
}

.grid-lastest-news .el-content {
	position: absolute;
    top: -40px;
    z-index: 1;
    right: 0;
    height: 40px;
    background: var(--primary-color);
    padding: 5px 10px;
    margin-top: 0!important;
}

.section-redirect-bg div.uk-background-cover {
	padding-bottom: 230px;
}

.redirect-home {
	margin-top: -150px;
}

.grid-videos .el-link {
    position: absolute;
    top: 25%;
    left: 40%;
    height: 60px;
    width: 60px;
    padding: 0;
    background: #E76C04;
    color: #fff;
    border: 0;
    border-radius: 50%;
}

.grid-videos .el-link svg {
	width: 60px;
}

.slide-home {
	  clip-path: polygon(0 0,100% 0,100% calc(100% - 50px),50% 100%,0 calc(100% - 50px));
}

.orange {
	color: var(--primary-color);
}

.content-article-template {
    overflow-x:auto;
}

.content-article-template table {
    width: 100%!important;
}

/*.content-article-template table td {
    padding: 5px!important;
}*/

.section-title {
    padding-bottom: 200px;
}

.margin-image-full {
    margin-top: -150px;
}

.cat-pill .el-link {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
}

h1.titre-articles {
    display: none;
}

p {
    text-align: justify;
}

.tm-top {
    padding: 20px 0;
    background: #f6f6f6;
}

.nav-side li a picture {display: none;}

.sigFreeContainer li.sigFreeThumb {
    width: 33%;
}

.sigFreeContainer li.sigFreeThumb a {
    width: auto!important;
}

.armypub .moduletable {
    margin-top: 20px;
}

@media (max-width: 1350px) {
.uk-navbar li a {
    font-size: 12px;
}
.uk-navbar-nav {
    gap: 10px;
}
.uk-logo img {
    width: 100px;
}
}

@media (max-width: 959px) {
.sidebar-left-army {
    order: 2;
}

iframe {
    width: 100%;
}

.grid-news .uk-transition-toggle {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
}

@media (min-width: 960px) {
.nav-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    z-index: 1;
}
}

@media (max-width: 560px) {
.grid-lastest-news .uk-overlay {
    padding: 10px;
}

.grid-lastest-news .el-title {
    font-size: 16px;
}

.grid-lastest-news .el-meta {
    font-size: 12px;
    margin-top: 0px!important;
}

.redirect-home .el-title {
    font-size: 16px;
}

.redirect-home .uk-overlay {
    padding: 15px;
}

.grid-news .uk-transition-toggle {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
}

/*** ***/

.grid-lastest-news .latest-news-army {
background: #008000!important;
}

.grid-lastest-news .latest-news-air {
background: #7296cb!important;
}

.grid-lastest-news .latest-news-navy {
background: #1b498d!important;
}

.grid-lastest-news .latest-news-others {
background: var(--primary-color);!important;
}

.tns-inner .carouselbanner {
    margin-top: 0!important;
    margin-bottom: 0!important;
}