/*
Theme Name: Parklife
Author: Parklife
Version: 1.0.0

*/


/*
Required WordPress CSS
*/

#nav-content .nav>li>a {
    padding: 10px 10px!important;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


.sticky {
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.m_t-16{
	margin-top: 1em;
}
.p-0{
	padding: 0!important;
}
section.juice-bar {
	background-color: #f3eee8;
}
section.juice-bar .col-lg-12.__logo{
	display: flex;
    align-items: flex-end;
	margin-bottom: 50px;
}
section.juice-bar .col-lg-12.__logo .juice-bar__logo {
	width: 35%;
    min-height: 100px;
    margin: 0 auto;
}
section.juice-bar .juice-bar__image {
	width: 250px;
    height: auto;
    margin: auto;
}
section.juice-bar .col-lg-12.__image {
	text-align: center;
}
section.juice-bar .col-lg-12.__image h2 {
	font-family: "Didot";
    text-transform: uppercase;
    text-align: center;
	font-weight: bold;
}
section.juice-bar .content-boisson {
	min-height: 225px;
    margin-bottom: 30px;
	color: #a8a9ad;
}
section.juice-bar .content-boisson .logo {
    text-align: center;
    margin-bottom: 50px;
}
section.juice-bar .juice___content{
	margin-top: 75px;
}
section.juice-bar .content-boisson h4 {
    margin-bottom: 15px;
    font-weight: bold;
}
section.juice-bar .content-boisson .boisson-description p {
    text-align: justify;
}
section.juice-bar .col-lg-3.__prix h3{
	padding: 15px;
    color: white;
    background-color: grey;
	text-align: center;
}
#footer-row a{
	display: block;
}
#site-footer .footer__bar{
	width: 100%;
    height: 30px;
    position: absolute;
	background: url(img/foot.jpg) center no-repeat;
	background-size: cover;
}
@media screen and (max-width: 767px){
	section.juice-bar .content-boisson {
		min-height: 1px;
		height: auto;
	}
}

.private-space-activity .header, .private-space-activity .container .title {
	text-align: center;
	text-transform: uppercase;
}

.private-space-activity .header {
	display: flex;
	position: relative;
	width: 100%;
	min-height: 40vh;
}

.private-space-activity .header h1{
	margin: auto;
	text-transform: uppercase;
	color: white;
	z-index: 3;
}

.private-space-activity .container .title {
	padding: 6rem 0;
}

.private-space-activity .container .table td.vertical_middle {
	vertical-align : middle;
}
.week-indicator {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.week-indicator p.bold{
	font-weight: bold;
	color: #293542;
}

.span-circle {
	border-radius: 50%;
	width: 96px;
	height: 96px;
	display: flex;
	text-align: center;
	background-color: #293542;
	flex-direction: column;
	justify-content: center;
	color: white;
}

.span-circle p {
	line-height: 10px;
}

.span-circle .text-bold {
	font-size: 2.5rem;
	font-weight: 600;
}
.planning {
	display: flex;
	flex-direction: column;
	height: 8rem;
	color: #293543;
	margin: 5px 0;
	position: absolute;
	width: 95%;
}
.daily_col{
	width: 13%;
	position: relative;
}
.hour_mark{
	height: 17rem;
	text-align: center;
}
.private-space-activity .nav{
	margin-left: 25px;
}
.private-space-activity .nav li{
	text-transform: uppercase;
	background-color: white;
}
.private-space-activity .nav li.active>a{
	background: none;
	color: #293542;
	font-weight: bold;
}
.private-space-activity .nav li>a:hover{
	background: none;
	color: #293542;
	
}

.btn-activity {
	width: 36px;
	height: 36px;
	margin: auto;
}

.btn-activity.add {
	background: url(img/planning-add.png) no-repeat;
	background-size: 36px;
}

.btn-activity.remove {
	background: url(img/planning-remove.png) no-repeat;
	background-size: 36px;
}

.planning:hover .top-right i {
	display: block;
}

.planning .top-right i:hover {
	transition: transform 300ms ease-in;
	transform: scale(1.1);
}

.table > tbody > tr > td.b-t {
	border-top: 2px solid !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: none!important;
}

.th-no_border {
	border-bottom: none !important;
}

.planning {
	cursor: pointer;
}

.planning.orange {
	background-color: #293542;
	color: white;
}

.planning.pink {
	background-color: #9E998F;
	color: white;
}

.planning.pink:hover {
	box-shadow: 0 0 3px 1px #9E998F;
	transition: transform 300ms ease-in;
	transform: scale(1.1);
}

.planning.green {
	background-color: #eeeae1;
}

.planning.green:hover {
	box-shadow: 0 0 3px 1px #eeeae1;
	transition: transform 300ms ease-in;
	transform: scale(1.1);
}

.planning p {
	margin: auto;
	padding: 0 10px;
}

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

.modal-popup {
	position: absolute;
	width: 100%;
	min-height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 9999;
	visibility: hidden;
}

.modal-popup.show-popup {
	visibility: visible;
}

.modal-popup .content {
  position: fixed;
  width: 40rem;
  height: 25rem;
  z-index: 5;
  background: white;
  padding: 5rem 2rem;
  text-align: center;
  border-radius: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.show-content {
	display: block;
}

.hide-content {
	display: none;
}

.popup-content {
	margin: auto;
}

.popup-content .checked {
	margin-bottom: 3rem;
	width: 7rem;
}

.popup-btn {
	display: flex;
	justify-content: space-around;
	margin-top: 5rem;
}

.popup-msg {
	font-size: 2rem;
}

.puts-left {
	padding: 5px 45px 5px 25px;
	border: 1px solid #293542;
	border-radius: 15px;
	margin-bottom: 15px;
	display: flex;
	min-width: 25rem;
	float: right;
	margin-top: 2rem;
	color: #293542;
}

.icon-left {
	background: url(img/icon-left.png) center no-repeat;
	width: 20px;
	height: 22px;
	display: inline-block;
	margin-right: 10px;
}

.pull-right.legend {
	background-color: white;
	padding: 1rem;
	margin-bottom: 5rem;
}

.legend-title {
	font-size: 2rem;
	margin-bottom: 2rem;
	text-align: center;
	font-weight: 600;
}

.full-activity {
	display: inline-block;
	width: 20px;
	height: 15px;
	margin-right: 1rem;
	background-color: #293542;
}

.empty-activity {
	display: inline-block;
	width: 20px;
	height: 15px;
	margin-right: 1rem;
	background-color: #eee9e0;
}

.reserved-activity {
	display: inline-block;
	width: 20px;
	height: 15px;
	margin-right: 1rem;
	background-color: #9e998f;
}

.page-a-propos {
  background-image: linear-gradient(to bottom, #eee9e0 50%, #293542 50%);
}
.wpcf7-validation-errors, .wpcf7-spam-blocked{
	color: #f00;
	border: none!important;
}
.wpcf7-validation-errors::before, .wpcf7-spam-blocked::before{
	content: "\f071";
	font-family: 'FontAwesome';
	font-weight: 900; /* insert this definition */
	margin-right: 10px;
}
.wpcf7-mail-sent-ok{
	color: #398f14;
	border: none!important;
}
.wpcf7-mail-sent-ok::before{
	content: "\f058";
	font-family: 'FontAwesome';
	font-weight: 900; /* insert this definition */
	margin-right: 10px;
}
