/*
Theme Name: Zephyr Child
Template: Zephyr
Version: 1.0
Author:	UpSolution
Theme URI: http://zephyr.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

p {
	margin-top: 0.5em;
	margin-bottom: 0 !important;
	/*text-align: justify;*/
}

.l-section-h {
	padding: 50px 0 40px 0;
}

.w-blog-post-title {
	font-size: 18px !important;
}

.w-blog.layout_smallcircle.cols_1 .w-blog-post, .w-blog.layout_smallsquare.cols_1 .w-blog-post {
	margin-bottom: 50px !important;
}

.upsa-titre {
	background-color: #c9c9c9;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 5px 10px;
	text-transform: uppercase;
}

.upsa-titre2 {
	font-size: 16px;
	color: #DC1217;
	font-weight: bold;
	margin-bottom: 10px;
}

.upsa-adresse {
	font-size: 16px;
	line-height: 24px;
}

.upsa-separator {
	margin-top: 0px !important;
}

.l-section-img {
	opacity: 0.25 !important;
}

.wpb_text_column p:last-child {
	margin-bottom: 0px !important;
}

.stats-left .stats-desc {
	padding-left: 20px;
}

.stats-text {
	font-size: 15px !important;
}

.stats-number, .counter_suffix {
	font-size: 20px !important;	
}

.w-iconbox-title {
	color: #999;
}

.w-person.layout_flat .w-person-image img {
	margin: 0 auto;
}

/* Footer */

.l-subfooter.at_top {
	padding-bottom: 0px !important;
	padding-top: 40px !important;
}

.widget_text > h4, .widget_recent_entries > h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

.noclic {
        cursor:default !important;
}

/* Login page */
.login h1 a {
	width: 100% !important;
	background-size: 300px auto !important;
}

body.login div#login form#loginform p.submit input#wp-submit {
	background:#FE0000 !important;
	border-color:#FE0000 !important;
	box-shadow:none !important;
	text-shadow:none !important
}

.btn-default {
    background-color: #f4f4f4 !important;
    color: #444 !important;
    border-color: #ddd !important;
}

.btn {
    border-radius: 3px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media print {
  .hidden-print {
    display: none !important;
  }
}