/*
 Theme Name:   Basel Child
 Description:  Basel Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     basel
 Version:      1.0.0
 Text Domain:  basel-child
*/

.blog-post-loop.has-post-thumbnail .post-date, .blog-post-loop.format-gallery .post-date {
    display: none !important;
}

.portfolio-hover-inverse .portfolio-entry .entry-title a, .portfolio-hover .portfolio-entry .entry-title a, .portfolio-bordered .portfolio-entry .entry-title a, .portfolio-bordered-inverse .portfolio-entry .entry-title a {
    color: #b0905d !important;
    font-weight: bold;
}

.page-portfolio {
    margin-top: 80px !important;
}

.owl-nav>div {
    color: #fff !important;
}

.header-vertical {
    background-color: #000 !important;
}

.header-vertical.color-scheme-light .right-column {
    border-top: none !important;
    border-bottom: none !important;
}

.header-vertical .wrapp-header {

    background-color: #000;
}

.maj {
	text-transform : uppercase;
}



.accroche {
	font-size: 26px !important;

}


.gris {
	color: #7a7a7a !important
}

.paragraphe{
	font-size:13px !important;
	text-align: justify !important;
}


.blanc {
	color: #fff !important
}
.or {
	color: #b0905d !important
}

.beige {
	color: #b0905d !important
}

h1 {
	font-size: 36px
}

h2 {
	font-size: 30px
}

.grandtitre {
	font-size: 45px
}

.petit {
		font-size: 14px !important

}

.main-header.header-has-no-bg.color-scheme-light.act-scroll {
    border: none;
    box-shadow: none;
    background-color: #b0905d !important;
}

input[type=submit] {
	    background-color: #b0905d !important;
	    border-color: #b0905d !important;
	color: #ffffff !important;
}

input[type=submit]:hover {
	    background-color: #fff !important;
	    border-color: #b0905d !important;
	color: #b0905d !important;
}

.btn.btn-color-primary:hover {
	 background-color: #fff !important;
	    border-color: #b0905d !important;
	color: #b0905d !important;
}

.hover-3 {
  --c: no-repeat linear-gradient(#b0905d 0 0);
  background: 
    var(--c)  calc(-101% + var(--p,0%)) 100% / 50.1% var(--p,.08em),
    var(--c)  calc( 201% - var(--p,0%)) 0    / 50.1% var(--p,.08em);
  transition: .3s var(--t,0s), background-position .3s calc(.3s - var(--t,0s));
	padding: 10px;
}
.hover-3:hover {
  --p: 101%;
  --t: 0.3s;
}

.hover-3:hover a {
color: #fff !important;
}


.services:hover {
	background-color: #b0905d !important; 
}
 .services:hover p {
		color: #fff !important
}
 .services:hover h3 {
		color: #fff !important
}
 .services:hover a {
		color: #fff !important
}