/* tous (home_carousel) */
.vertical-center {
	display: flex;
}

.vertical-center div {
	margin: auto 0;
}

/* login_modal */
p.h_login {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 1.1rem;
	font-family: inherit;
	font-weight: 700;
	color: inherit;
}

/* header */
p.h_menu {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	margin-top: .7rem;
	margin-bottom: .5rem;
	font-size: 1rem;
	font-family: inherit;
	font-weight: 700;
	line-height: 1.1;
	color: inherit;
}

/* home_carousel */
@media (max-width: 767px) {
  .home-carousel h2 {
    text-align: center !important;
  }
}

.home-carousel li, .home-carousel p {
	text-transform: none;
}

.home-carousel p {
	font-size: 1rem;
	font-weight: 400;
}

.home-carousel .owl-prev, .home-carousel .owl-next {
	position: absolute;
	top: 50%;
	display: inline-block;
	font-size: 3em !important;
}

.home-carousel .owl-prev {
	left: -5%;
}

.home-carousel .owl-next {
	right: -5%;
}

.text-carousel {
	width: 100%;
}

/* home_blogs */
.home-blog-post h2 {
	margin: 10px 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

/* home_cards */
.box-simple h1 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* home_testimonials */
.testimonials .bottom h1 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}

/* bloglist_image / bloglist_video */
#blog-listing-big h1 a, #blog-listing-medium h1 a {
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.pagination .on {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	line-height: 1.25;
	border: 1px solid;
}

.pagination .on {
	color: #fff;
	background-color: #ee8e00;
	border-color: #ee8e00;
	z-index: 3;
}

.pagination .disabled .on {
	color: #ee8e00;
	background-color: #fff;
	border-color: #dee2e6;
}

/* detail_content */
.portfolio-project p {
	font-size: 1rem;
	color: #212529;
}

.portfolio-project .project-more .h4 {
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.88rem;
    color: #555;
}

.portfolio-project .project-more p {
	color: #888;
}

/* portfolios / detail_related */
.box-image h2 {
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.box-image:hover h2 {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

/* footer */
footer.main-footer h1 {
    color: #eee;
    margin: 10px 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

footer.main-footer ul.social-custom a {
	text-decoration: none !important;
	font-size: 1rem;
	width: 26px;
	height: 26px;
	line-height: 26px;
	color: #eee;
	text-align: center;
	border-radius: 50%;
	margin: 0;
}

footer.main-footer ul.social-custom a:hover {
	background: #e67a00;
	color: #fff;
}

/* Tous header */
p.lead {
	margin-bottom: 1rem;
}

/* blogpost_header */
#blog-post .image {
	margin-bottom: 15px;
}

/* detail_content */
.project-more .author {
	display: flex;
	margin-bottom: 15px;
}

.project-more .author p {
	margin: auto 0;
}

.project .owl-nav button.owl-prev, .project .owl-nav button.owl-next {
	background-color: white;
}

/* tous contact */
.input_form {
	width: 100%;
}

/* modifications spip */
.spip_document_video {
	margin: auto;
}

h3.spip {
	margin-top: 0;
}