/* 
Theme Name: Liberty Park
Theme URI:
Description: Child theme for Liberty Park Terville
Author: Andreski Pierre - Agence Synchro
Version: 1.0
Template: hind
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600');

body {
	font-family: 'Montserrat', sans-serif;
	/*background: url(/wp-content/uploads/2017/03/background.png) repeat scroll;*/
}

body {
    background: url(/wp-content/uploads/2017/04/reticular_tissue-10.png) repeat scroll !important;
}

a {
	color: #bd2f27;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	transition: color 0.3s;
}
a:hover {
	color: #da483f;
	text-decoration: none;
}

.page-item-title h1 {
	color: #bd2f27;
	font-size: 44px;
}

h2 {
	font-weight: 600;
	color: #575757 !important;
	font-size: 2.3em !important;
}
h3 {
	font-weight: 600;
	color: #575757 !important;
}

/* ****************** MENU PRINCIPAL ****************** */

header.main-header,
.mainmenu-belowheader {
	background: transparent;
}

#menu-menu-principal-1 li a {
	text-transform: uppercase;
	font-weight: 600;
	color: #575757;
}
#menu-menu-principal-1 li a:hover,
#menu-menu-principal-1 li.current_page_item a {
	color: #bd2f27;
}
.navbar .nav > li:not(.menu-item-has-children) > a::after {
	background: #bd2f27;
}

#menu-menu-principal-1 li.reserver a {
	background-color: #bd2f27;
	color: #fff;
	transition: all .15s ease;
}
#menu-menu-principal-1 li.reserver a:hover {
	transform: translateY(-2px);
	background-color: #da483f;
}

.mainmenu-belowheader .navbar .nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu-menu-principal-1 li.menu-item-has-children ul.sub-menu li a {
	color: #d5d5d5;
}
#menu-menu-principal-1 li.menu-item-has-children ul.sub-menu li a:hover {
	color: #bd2f27;
	text-decoration: none;
}

.navbar .navbar-toggle {
	background: #bd2f27;
}
.navbar .navbar-toggle:hover {
	background: #da483f;
}

/* ****************** !MENU PRINCIPAL ****************** */


/* ****************** MENU TOP ****************** */

.lp-menu-top {
    font-size: 13px;
    background: #ebebeb;
    padding: 5px 0;
}

.header-info-contact .tel {
	margin-left: 15px;
}

.header-info-contact .email a,
.liberty-secondary-menu ul li a {
	color: #bd2f27;
	text-decoration: none;
}
.header-info-contact .email a:hover,
.liberty-secondary-menu ul li a:hover {
	color: #da483f;
}

.header-info-contact p {
	display: inline-block;
	margin-bottom: 0;
}
.liberty-secondary-menu ul {
	padding-left: 0;
	margin-bottom: 0;
	text-align: right;
}
.liberty-secondary-menu ul li {
    list-style-type: none;
    display: inline-block;
}

.lp-menu-top span.fa-stack {
	font-size: 12px;
}

#menu-menu-top .separator::after {
    content: " | ";
    padding: 0 6px;
}
#menu-menu-top .login {
	margin-right: 15px;
}

#menu-menu-top .social a {
	color: #575757;
}
#menu-menu-top .social a:hover {
	color: #707070;
}

/* ****************** !MENU TOP ****************** */

div.ready-goo {
	text-align: center;
	font-size: 1.3em;
}
span.ready {
	color: #bd2f27;
}
span.goo {
	color: #ffffff;
	background-color: #bd2f27;
	padding: 2px 8px;
	font-weight: 600;
}

dl.highlight-num {
	counter-reset: step-counter;
	margin-bottom: 10px;
}
dl.highlight-num dt {
	position: relative;
    padding: 4px 0 10px 0;
    padding-left: 40px;
    font-weight: 400;
}
dl.highlight-num dt::before {
	content: counter(step-counter);
	counter-increment: step-counter;
	position: absolute;
	left: 0;
	top: 4px;
	background-color: #bd2f27;
    color: white;
    border-radius: 50%;
    padding: 1px 8px;
    font-weight: 600;
}

.bloc-activites .mgt-promo-block-content .mgt-promo-block-content-inside {
	color: #ffffff;
}

.bloc-activites .mgt-promo-block-content h2 span {
	color: #ffffff !important;
	padding: 2px 12px;
	display: inline;
}
.bloc-activites .mgt-promo-block h2 {
	transition: transform .3s ease;
}
.bloc-activites .mgt-promo-block:hover h2 {
	transform: translateY(-8px);
}

.text-white {
	color: #ffffff !important;
}

.text-white a {
	color: #fff;
	border-bottom: 1px solid transparent;
	transition: all ease-in-out .3s !important;
}
.text-white a:hover {
	color: #fff;
	text-decoration: none;
	border-color: #fff;
}

/* ****************** BLOC NOUS REJOINDRE (ACCUEIL) ****************** */

.nous-rejoindre .wpb_content_element .wpb_wrapper p {
	margin-bottom: 0;
	line-height: normal;
}

.nous-rejoindre .wpb_content_element.marker > .wpb_wrapper {
	padding-left: 48px;
	position: relative;
}

footer .nous-rejoindre .wpb_content_element.marker > .wpb_wrapper {
	padding-top: 5px;
}

.nous-rejoindre .wpb_content_element .wpb_wrapper::before {
	font-family: 'FontAwesome';
	position: absolute;
    left: 0px;
    top: 0px;
    font-size: 1.5em;
}

.map-marker .wpb_wrapper::before {
	content: "\f041";
}
.car-marker .wpb_wrapper::before {
	content: "\f1b9";
}
.bus-marker .wpb_wrapper::before {
	content: "\f207";
}
.clock-marker .wpb_wrapper::before {
	content: "\f017";
}
.phone-marker .wpb_wrapper::before {
	content: "\f095";
}
.letter-marker .wpb_wrapper::before {
	content: "\f0e0";
}


/* ****************** !BLOC NOUS REJOINDRE (ACCUEIL) ****************** */

.inline-social .wpb_wrapper {
	display: flex;
    position: relative;
}

.inline-social .wpb_wrapper .vc_icon_element {
	position: relative;
    margin: auto;
}

.event-home-parent .vc_gitem_row {
	display: flex;
}
.event-home-block {
	margin: auto;
}

.event-home-block h3 {
	margin-top: 15px !important;
	color: #bd2f27 !important;
}
.event-home-block p {
	margin-bottom: 0;
	font-size: 80%;
    line-height: normal;
}

.event-home .mgt-promo-block-content.va-bottom {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
.event-home .mgt-promo-block-content-inside {
	padding: 10px 15px;
	text-align: left;
	font-size: 80%;
	color: #575757 !important;
	margin-bottom: 0;
}


/* ****************** FOOTER ****************** */

footer {
	background: none;
	padding-top: 0;
}

#top-link {
	background-color: #bd2f27;
	border: 1px solid #fff;
}
#top-link:hover {
	background-color: #575757;
}

footer p {
	margin-bottom: 0;
}

footer .wpb_content_element {
	margin-bottom: 15px;
}

footer a {
	color: #bd2f27;
}
footer a:hover {
	color: #da483f;
	text-decoration: none;
}

footer ul.menu {
	list-style-type: none;
	padding-left: 0;
}

/* ****************** !FOOTER ****************** */



