/*
Theme Name:     Alice TECK & Fréderic TAING
Description:    Ostéopathie Bussy-Saint-Georges
Author:         Eric
Template:       physio-qt
Version:        1.0
*/

/* Global */

a, a:focus {
	text-decoration: none;
}

.widget-title .normal {
	font-weight: inherit !important;
}

h1, h2 {
	margin-bottom: 30px;
}

/* Header */

.jumbotron {
	margin-bottom: 0 !important;
}

.header .header-wrapper .featured-button {
	overflow: hidden;
}

.header .header-wrapper .featured-button a {
	width: calc(50% - 5px);
	float: left;
	font-size: 12px;
}

.header .header-wrapper .featured-button a + a {
	float: right;
}

.header-widgets {
	font-size: 14px;
	border-bottom: 1px solid rgba(50, 50, 50, 0.075);
}

.header-widgets .icon-box--text {
	max-width: calc(100% - 60px);
}

.header-widgets a.icon-box * {
	transition: all 100ms ease-out;
}

.header-widgets a:hover.icon-box * {
	color: #38e197 !important;
}

body .icon-box--description a:hover {
	color: #38e197;
	text-decoration: none;
}

body .header-widgets .icon-box--description {
	color: #999999;
}

@media (min-width: 1200px) {
	.header .header-wrapper .featured-button + .featured-button {
		padding-left: 20px;
	}
}

@media (min-width: 992px) {
	.header .header-wrapper .featured-button a {
		width: auto;
		float: none font-size : 13.5 px;
	}

	.header-widgets .icon-box--text {
		max-width: inherit;
	}
}

/* Intro */

.panel-row-style-intro h1 {
	text-align: center;
}

.panel-row-style-intro a {
	color: inherit;
	text-decoration: none;
}

@media (max-width: 991px) {

	.panel-row-style-intro .panel-grid-cell:nth-child(1) {
		margin-bottom: 15px !important;
	}

}

/* Info box */

.info-box ul {
	margin-top: 15px;
}

.info-box ul li {
	margin-top: 15px;
}

.info-box .textwidget p:last-of-type {
	margin-bottom: 15px;
}

.info-box a {
	display: inline-block;
	color: #999;
	border: 1px solid #999;
	padding: 12px 28px;
	font-size: 13.5px;
	font-weight: bold;
	border-radius: 30px;
	text-decoration: none;
}

.info-box a i {
	margin-left: 5px;
}

.info-box a:hover {
	color: #999;
}

.info-box__more-text {
	display: none;
}

.info-box__cta {
	position: relative;
	margin-top: 25px;
	cursor: pointer;
}

.info-box__cta:before {
	display: block;
	content: "";
	position: absolute;
	top: -100px;
	left: 0;
	right: 0;
	height: 100px;
	background: white;
	margin: 0 -2rem;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, #fff 85%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, #fff 85%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6ffffff', GradientType=0);
}

.info-box--active .info-box__cta:before {
	display: none;
}

.info-box--active .info-box__more-text {
	display: block;
}

/* Team */

.team-member--content {
	border-top-width: 1px;
}

.panel-row-style-team-desc {
	text-align: center;
	/*color: #464646;*/
}

/* Transport */

@media (min-width: 992px) {

	.transport {
		display: flex;
		flex-wrap: wrap;
	}

	.transport .panel-grid-cell {
		display: flex;
		/*flex: 1 0 auto;*/
	}

	.transport .widget {
		width: 100%;
		display: flex;
		flex: 1 0 auto;
	}

	.transport .panel-grid-cell .icon-box {
		display: flex;
		width: 100%;
	}

}

/* Price */

.brochure:hover i {
	color: #38e197;
}

a.brochure:hover span {
	color: #38e197;
}

.client-logos img {
	margin-bottom: 5px;
	width: 100%;
	max-width: 264px;
}

.textwidget .client-logos p {
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.textwidget .client-logos p {
		margin-bottom: 0;
	}
}

/* RDV */

.call-to-action .call-to-action--buttons .btn,
.call-to-action .call-to-action--buttons .btn:last-of-type {
	margin: 10px 10px 0 10px;
}

.call-to-action--buttons .btn {
	white-space: inherit;
}

/* Footer */

.footer {
	font-size: 14px;
}

.footer a:hover * {
	color: #38e197 !important;
}

.footer--bottom {
	display: none;
}

.footer .icon-box--text {
	padding-left: 60px;
}

.icon-box--description a,
.icon-box--description a:hover {
	color: inherit;
}

@media (min-width: 992px) {

	.footer .icon-box--text {
		padding-left: 35px;
	}
}

/* Scroll to top */

.footer .scroll-to-top {
	display: none;
}

.footer .scroll-to-top {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	display: block;
	bottom: 20px;
	right: 20px;
	width: 45px;
	height: 45px;
	line-height: 43px;
	text-align: center;
	color: #ffffff;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.1);
}

.footer .scroll-to-top.visible {
	opacity: 1;
	visibility: visible;
	transition: all 250ms ease-out;
}

.footer .scroll-to-top:hover, .footer .scroll-to-top:focus {
	background-color: rgba(0, 0, 0, 0.2);
}

.footer p.icon-box--title {
	font-family: "Nunito", Helvetica, Arial, sans-serif;
	font-weight: bold;
}