/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Version:      1.0
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */

/* sticky bas */
@media screen and (min-width:840px) {
	#stickybas, #stickybas #annonce-humidite, #stickybas #annonce-humidite .texte, #stickybas #annonce-humidite .bouton, #stickybas #closedbas {
		display:none;
	}
}
#stickybas {
	margin: 10px 0 /*15px*/ 0 0;
	position: fixed;
	width:100%;
	clear: both;
	bottom: 0;
	left: 0;
	z-index: 999;
	box-shadow: 0px 0px 3px 1px rgba(44, 44, 44, 0.65);
	-moz-box-shadow: 0px 0px 3px 1px rgba(44, 44, 44, 0.65);
	-webkit-box-shadow: 0px 0px 3px 1px rgba(44, 44, 44, 0.65);
}
#stickybas #annonce-humidite {
	width:100%;
	background-color: #2b3a67;
	color:#fff;
	padding:15px;
}
#stickybas #annonce-humidite .texte {
	margin:0 auto;
	text-align:center;
	max-width:300px;
	padding:6px;
	line-height:1.3;
}
#stickybas #annonce-humidite .bouton {
	border-radius:5px;
	font-size:16px;
	color:#fff;
	padding:12px;
	box-shadow:none;
	background-color:#ff8700;
	text-align: center;
}
#stickybas #closedbas {
	position: absolute;
	right: 0;
	top: -30px;
	width: 30px;
	height: 30px;
	background-color: #2b3a67;
	border-top: 1px solid #2b3a67;
	border-right: 0px solid #2b3a67;
	border-left: 1px solid #2b3a67;
	border-bottom: 1px solid #2b3a67;
	z-index: 999;
}
#stickybas #closedbas:after,
#stickybas #closedbas:before {
	position:absolute;
	left:13px;
	content:'X';
	height:18px;
	font-size:18px;
	width:2px;
	color: #eee;
	top:3px;
}
/* fin sticky bas */
/* ban top */
@media screen and (max-width:840px) {
	#bantop {
		display:none;
	}
}
#bantop {
	background-color:#5e699a;
	margin: 0 auto;
}
/* fin ban top */