#tm-main p, #tm-main li {
    font-style: italic;
}

h1.slogan {
	line-height: 50px;
}

.slogan span {
    font-size: 2rem;
}

.uk-logo {
	position: absolute;
	z-index: 1;
    transition: ease-in-out .2s;
}

.blason-chevaliers {
    margin-top: -100px;
}

.blason-chevaliers .el-item {
    transition: ease-in-out .2s;
}

.blason-chevaliers .el-item:hover {
	margin-top: -30px;
}

.blason-chevaliers2 .el-item {
    transition: ease-in-out .2s;
}

.blason-chevaliers2 .el-item:hover {
	margin-top: -30px;
}

.blason-chevaliers2 .el-meta {
	font-size: 25px;
}

.chevalier-haut {
    position: relative;
}

.chevalier-haut img {
    position: absolute;
    top: -250px;
    z-index: 1;
}

.chevalier-bas img {
    position: absolute;
    right: 0;
    bottom: -150px;
    z-index: 1;
}

.parchemin {
	position: relative;
    background: url(../images/parchemin.jpg);
    background-repeat: repeat-y;
    background-size: 100%;
}

.parchemin:before {
    content: '';
    width: 100%;
    height: 35px;
    background: url(../images/bordure-top.png) 0 0 no-repeat transparent;
    background-size: cover;
    position: absolute;
    top: -1px;
}

.parchemin:after {
    content: '';
    width: 100%;
    height: 50px;
    background: url(../images/bordure-bottom.png) 0 0 no-repeat transparent;
    background-size: cover;
    position: absolute;
    bottom: -1px;
}

/*** ***/

#tm-main {
    background: url(../images/parchemin.jpg);
    background-repeat: repeat-y;
    background-size: 100%;
    position: relative;
}

#tm-main:before {
    content: '';
    width: 100%;
    height: 50px;
    background: url(../images/parchemin-top.png) 0 0 no-repeat transparent;
    background-size: cover;
    position: absolute;
    top: -30px;
    left: 0;
    background-size: 100%;
}

#tm-main:after {
    content: '';
    width: 100%;
    height: 50px;
    background: url(../images/parchemin-bottom.png) 0 0 no-repeat transparent;
    background-size: cover;
    position: absolute;
    bottom: -1px;
    background-size: 100%;
    left: 0;
    bottom: -30px;
    z-index: 1;
}

/*** ***/

.footer-section1 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.btn-tosell a {
    background: transparent;
    padding: 0px 20px;
    color: #ffffff;
    border: 1px solid #c5a969;
    transition: ease-in-out 0.2s;
}

.btn-tosell a:hover {
    background: #c5a969;
}


.blason-vendre img {
	margin-top: -200px;
}

.blason-vendre img {
	transition: ease-in-out .2s;
}

.blason-vendre img:hover {
	margin-top: -230px;
}

article.uk-article .uk-article-title:before {
    content: url(/images/home/lys-h2-bienvenue.png);
    display: block;
}

#tm-main article.uk-article .uk-article-title {
    text-align: center;
    margin-bottom: 50px;
}

article.uk-article .uk-article-title:after {
    content: '';
    position: relative;
    width: 50px;
    height: 3px;
    background: #2e2e34;
    display: block;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}

/*#tm-main a, #tm-main .uk-link {
    color: #800000!important;
    cursor: pointer;
}
*/
hr {
    border-top: 4px solid #2e2e34;
    border-style: double;
}

#tm-main li, #tm-main dt, #tm-main dd {
    font-size: 1.2rem;
    line-height: 1.8rem;
}

#userForm h2 {
    text-align: center;
}

.tm-toolbar a {
    color: #c7c7c7;
}

/*.uk-sticky-fixed .uk-logo {
    top: 0px;
    transition: ease-in-out .2s;
}

.uk-sticky-fixed .uk-logo img {
    height: 100px;
}*/

.uk-sticky-fixed .uk-logo {
    position: relative;
}

.uk-sticky-fixed .uk-logo img {
    height: 80px;
}

@media (max-width: 959px) {
.uk-logo img {
    height: 80px;
}
}

.uk-offcanvas-bar .uk-nav-accordion {
    padding-top: 30px;
}

#module-menu-dialog-mobile .uk-nav-default .uk-nav-sub a {
    color: #7a8188;
    text-transform: none;
    font-size: 14px;
}

#module-menu-dialog-mobile .uk-nav-sub {
    background: #f9f8f7;
}

#module-menu-dialog-mobile .uk-parent {
    font-size: 13px;
}

.uk-navbar-dropdown-nav > li.uk-active > a {
    font-weight: 600;
}

.galery-wid h3 {
    font-size: 16px;
}

.galery-wid img {
    border: 3px solid #2e2e34;
}


/*** LABEL KEYWORD SITEMAP ***/

.new:after {
    content: 'New';
    color: #ffffff;
    padding: 0px 10px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-left: 10px;
    background: #ff0000;
    font-size: 0.6rem;
    text-transform: uppercase;
}

.maj:after {
    content: 'Update';
    color: #ffffff;
    padding: 0px 10px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-left: 10px;
    background: #800000;
    font-size: 0.6rem;
    text-transform: uppercase;
    display: inline;
}

.disable {
    pointer-events: none;
    cursor: default;
    color: #2e2e34!important;
}

.eks {
    column-count: 3;
}

@media (max-width: 959px) {
.eks {
    column-count: 2;
}
}

@media (max-width: 560px) {
.eks {
    column-count: 1;
}
}

/*** END LABEL KEYWORD SITEMAP***/


/*** RESPONSIVE ***/

@media (max-width: 1599px) {
#tm-main:before {
    top: -20px;
}

#tm-main:after {
    bottom: -20px;
}
}

@media (max-width: 1100px) {
#tm-main:before {
    top: -10px;
}

#tm-main:after {
    bottom: -10px;
}

nav .uk-navbar-nav {
    margin-left:    100px;
}
}

@media (max-width: 1200px) {
.uk-logo {
    width: 130px;
}

.uk-navbar-nav>li>a {
    font-size: 15px;
    letter-spacing: 0px;
}
}

@media (max-width: 959px) {
.uk-sticky-fixed .uk-logo {
    margin-top: 20px;
}

.uk-sticky-fixed .uk-logo img {
    height: 90px;
}
}

@media (max-width: 425px) {
.btn-tosell {
    font-size: 20px;
}
}



/*** END RESPONSIVE ***/

/*** MODIFS 13/02/23 ***/

.blason-redirect-wid .uk-link-reset {
    color: #800000!important;
}

.uk-lightbox-toolbar.uk-position-top {
    background: none;
}

.uk-lightbox-toolbar.uk-position-bottom {
    background: none;
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px 1px #000;
}



/*** END MODIFS ***/

.jsvisitcounter .boxed {
    display: none;
}