/*!
Theme Name: JuraClean
Theme URI: JuraClean
Author: JuraClean
Author URI: http://JuraClean
Description: Jura Clean : Distribution de produits d’hygiène aux professionnels - Lons-le-Saunier
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: juraclean
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

JuraClean is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.group-checkbox > .wpcf7-form-control-wrap {
	width: 100%;
}

.group-checkbox .form-control {
	padding: 0;
	border: 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.pvcy-left .wpcf7-list-item ,
.group-checkbox .wpcf7-list-item {
	max-width: 25%;
	width: 25%;
	padding: 0 10px;
	margin: 0;
}
.pvcy-left .wpcf7-list-item label,
.group-checkbox .wpcf7-list-item label {
	position: relative;
}
.pvcy-left .wpcf7-list-item label input ,
.group-checkbox .wpcf7-list-item label input {
     padding: 0;
     height: initial;
     width: initial;
     margin-bottom: 0;
     display: none;
     cursor: pointer;
}
.pvcy-left .wpcf7-list-item label .wpcf7-list-item-label:before,
.group-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before {
	content: "";
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #707070;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}
.pvcy-left .wpcf7-list-item label input:checked + .wpcf7-list-item-label:after ,
.group-checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label:after {
	content: '';
         display: block;
         position: absolute;
         top: 8px;
         left: 9px;
         width: 6px;
         height: 14px;
         border: solid #0079bf;
         border-width: 0 2px 2px 0;
         transform: rotate(45deg);
}
.pvcy-left .wpcf7-list-item label:before{
	display: none;
}
.pvcy-left .wpcf7-list-item {
	width: 100%;
	max-width: 100%;
	padding: 0;
}
.pvcy-left .wpcf7-list-item label input:checked + .wpcf7-list-item-label:after  {top: 5px;}
.wpcf7-not-valid-tip {
	position: absolute;
    font-size: 12px;
}
.pvcy-left .form-group {
	padding: 0;
}
.btn-right {height: 50px;}
.type-page , .not-found ,
.type-post{
	padding: 35px 0 ;
}
#commentform {
	max-width: 500px;
}
#commentform p {margin-bottom: 0; margin-top: 8px;}
#commentform p label {
	display: block;
	margin: 0;
	padding: 0 0 5px
}
#commentform p textarea ,
#commentform p input:not([type="checkbox"]) {
	width: 100%; height: 44px;
	border-radius: 0;
	outline: none;
	padding: 0 15px;
	border: 1px solid #000;
}
#commentform p input[type="submit"] {
	background-color: transparent;
	border: 2px solid #000;

}
#commentform p.comment-form-cookies-consent {
	display: flex;
    align-items: self-start;
        justify-content: space-between;
}
#commentform p.comment-form-cookies-consent input {
	margin-top: 8px;
}
#commentform p.comment-form-cookies-consent label{
	max-width: calc(100% - 20px);
	width: 100%;
}
#comment-list{
	display: none;
}
.not-found h1 {
	color: #000;

}
.not-found form {
	max-width: 350px;
	display: flex;
}
.not-found form input {
	height: 44px;
	border-radius: 0;
	padding: 0 10px;
	width: 100%;
	border: 1px solid #000;
}
.not-found form label {
	width: calc(100% - 80px);
}
.not-found form .search-submit {
	width: 80px;
	font-size: 17px;
	color: #fff;
	background-color: #000;
	border: 0;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;    text-transform: uppercase;
}
.error404  