/*
Theme Name: PetardBazile English
Author: Olyos
Author URI: https://www.olyos.fr
Description: PetardBazile est un thème développé par Olyos
Version: 1.0
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: olyos
Domain Path: /languages/
*/

/*- General -*/
body {
    font-family: "Comfortaa", Sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #212121;
	color: #505151;
}
.blackbg {
    background: white;
    margin: 1rem auto;
    border-radius: 1rem;
    padding: 30px;
}
h1, h2, h3, h4, h5, h6 {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-family: "Comfortaa", Sans-serif;
    color: #4C5A65;
}
h1, h1 {
    font-size: 1.9rem;
}
.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
    font-weight: 700;
    font-style: normal;
    font-family: "Comfortaa", Sans-serif;
}
.widget ul li {
    font-weight: 700;
    font-style: normal;
    font-family: "Comfortaa", Sans-serif;
	list-style-position: inside;
}
.mz-footer h1, .mz-footer h2, .mz-footer h3, .mz-footer h4, .mz-footer h5, .mz-footer h6 {
    font-weight: 700;
    font-style: normal;
    font-family: "Comfortaa", Sans-serif;
}
p {
    font-family: 'Comfortaa', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #505151;
}

* > p:first-child {
    margin-top: 0;
}
/*
* > p:last-child {
    margin-bottom: 0;
}
*/
label {
    font-family: "Comfortaa", Sans-serif;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: #6D6254;
}
a:hover, a:focus, a:active, a.active {
    color: #e26913;
}
a, a:hover, a:focus, a:active, a.active {
    outline: 0;
    text-decoration: none;
}
::selection {
    text-shadow: none;
    background: #e26913;
}
section {
	padding-top: 15px;
	padding-bottom: 15px;
}
/*
section:last-child {
    padding-bottom: 0px;
}
*/
blockquote {
 	position: relative;
    padding: 30px 30px 0px 60px;
    font-style: italic;
    line-height: 1.6;
 	background: #eaf4f7;
    border: solid 1px #6D6254;
}
blockquote:before {
 content: "\201D";
    color: #6D6254;
    font-size: 80px;
    position: absolute;
    left: 5px;
    top: 27px;
    line-height: 1;
}
blockquote p {
    margin: 0;
}
/*- Reset bootstrap -*/

/*
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 5px;
}
*/
/** Fonts **/

@font-face {
    font-family: 'peixe_fritoregular';
    src: url('../PetardBazileEN/fonts/zen-webfont.woff2') format('woff2'), url('../PetardBazileEN/fonts/zen-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/** layout options **/

@media (min-width: 1500px) {
  .container {
    width: 1280px;
  }
}

@media (min-width: 993px) {
.mz-sidebar-left {
    float: right !important;
}
}
.mz-full-width {
    width: 100%;
}
.no-sidebar {
    float: none;
    margin: 0 auto;
    padding: 0 25px;
}
.navbar .dropdown-menu li {
    width: 100%;
    margin-left: 0 !important;
}

.container-fluid {
   padding: 0px;
}
/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    color: #4A4A4A;
    cursor: pointer;
    -webkit-appearance: button;
    line-height: 1;
    border: 1px solid;
    padding: 15px 40px;
    border-color: #DEDEDE;
    background-color: #FFFFFF;
    font-family: "Open Sans", Sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1.7px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background-color: #e26913;
    border-color: #e26913;
    color: #fff !important;
}
input[type="checkbox"], input[type="radio"] {
    padding: 0;/* Addresses excess padding in IE8/9 */
}
input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box;
    /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
 input[type="search"]::-webkit-search-decoration {
	/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
 padding: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    color: #666666;
    border: 1px solid #CCCCCC;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
    color: #111111;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
    padding: 3px;
}
textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    width: 100%;
}
dl {
    border: 1px solid #ccc;
    padding: 0.5em;
}
dt {
    float: left;
    clear: left;
    width: 100px;
    text-align: right;
    font-weight: bold;
    color: green;
}
dt:after {
    content: ":";
}
dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.5em 0;
}

#nf-field-6 {
	height: 40px!important;
    margin: 0 auto;
    background: #fff;
    border-left: 5px solid grey;
    cursor: pointer;
    outline: none;
}

.jumbotron {
    padding: 2rem 2rem;
	background: #f5f6f7;
}

.jumbotron h3 {
   color: #e26913;
}

.jumbotron ul {
	padding-left: 20px;
}
.hr {
	border-bottom:1px solid rgba(0,0,0,.125);
	margin-top: 20px;
    text-align: right;
}

.h3-grey {
    font-size: 1.25rem;
    color: #cccccc;
}
.h3-blue-2 {
    color: #ffffff;
    font-size: 1.6rem;
    padding-top: 2rem;
}
.h3-blue-3 {
    font-size: 1.4rem;
    padding-top: 40px;
}
.h3-blue-4 {
    font-size: 1.7rem;
   color: #e26913;
}
/*--------------------------------------------------------------
	Accessibility
--------------------------------------------------------------*/
/* 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:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-border-radius: 3px;
    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: 1.4rem;
    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 */
}
/*--------------------------------------------------------------
	Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.center {
    text-align: center;
}

.space5 {
	padding-left: 5px;
    padding-right: 5px;
}
/*--------------------------------------------------------------
	Main Navigation
--------------------------------------------------------------*/

.navbar {
    font: 400 13px Comfortaa, sans-serif;
    border-radius: 0px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0px;
    padding: 0;

	background: #e26913; /* Old browsers */
}

.navbar-toggler {
	padding: 20px;
}

.navbar-light .navbar-toggler-icon {
	content: "";
    display: block;
    height: 0;
    margin-top: -8px;
    top: 50%;
    box-shadow: 0 0 0 2px #fff, 0 8px 0 2px #fff, 0 16px 0 2px #fff;
    width: 16px;
}
.navbar-light .navbar-toggler {
	border-color: rgba(0, 0, 0, 0);
	margin-top: 8px;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    padding: 20px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .open>.nav-link {
    background: #6D6254;
    color: #ffffff;
	font-weight: 800;
}
.dropdown-menu {
    min-width: 10rem;
    padding: 0;
    margin: 0;
    font-size: 0.85rem;
    color: #292b2c;
    border-left: 1px solid #e26913;
    border-bottom: 1px solid #e26913;
    border-right: 1px solid #e26913;
    border-top: 1px solid #ffffff;
    border-radius: 0;
}
.dropdown-item {
    padding: 10px 1.2rem;
	background: #6D6254;
	color: #ffffff;
}
.dropdown-item:focus, .dropdown-item:hover {
    background: #e26913;
    color: #ffffff;
}
/*--------------------------------------------------------------
	Header/ Content
--------------------------------------------------------------*/

.supheader {
    border-bottom: 1px solid #e6e5e5;
    font-size: 0.85em;
	color: #fff;
    background: #353535;
}
.socialiconsize {
	font-size:40px;
}
.socialicon {
	color: #e26913;
}
.socialicon:hover {
	color: #6D6254!important;
}
.social-icons {
    padding: 0;
    display: block;
    overflow: hidden;
}

.social-icons a {
	border-left: 1px solid #f2f2f2;
    font-size: 14px;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 38px;
    overflow: hidden;
    display: block;
    float: left;
    background: white;
}
.social-icons a:hover {
	background: #e26913;
	color: #ffffff;
	
}
.rowlogo {
	height: 130px;
}

.social a {
	color: #546177;
}
.header {
    text-align: center;
    background: #212121;
}
.main-slider {
    margin-bottom: 0px;
}
.mz-slider .slider-item {
    position: relative;
    height: 550px;
}
.mz-slider .slider-item h2 {
    position: absolute;
    bottom: 10px;
    left: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
    padding: 30px 40px;
    font-size: 39px;
}
.mz-slider h2 a {
    color: #fff;
}
.mz-slider h2 a:hover {
    color: #dfdfdf;
}



/*** for mobile ***/
@media (max-width: 1200px) {
.mz-slider .slider-item {
    position: relative;
    height: auto;
}
.mz-slider .slider-item h2 {
    bottom: 20px;
    left: 45px;
    right: 45px;
}
}

@media (max-width: 991px) {
.nav>li>a {
    padding: 10px 5px;
}
.mz-slider .slider-item {
    position: relative;
    height: auto;
}
.mz-slider .slider-item h2 {
    padding: 15px 20px;
    font-size: 21px;
    bottom: 10px;
    left: 45px;
    right: 45px;
}
}

@media (max-width: 768px) {
.mz-slider .slider-item {
    position: relative;
    height: auto;
}
.mz-slider .slider-item h2 {
    padding: 15px 20px;
    font-size: 21px;
    bottom: -10px;
    left: 45px;
    right: 45px;
}
    .hide {display: none;}
}
/*--------------------------------------------------------------
	Homepage 
--------------------------------------------------------------*/


/*- bloc 1 -*/

#bloc1 {
	padding:0;
}

.ph1-home {
	color: #FFF;
    font-size: 22px;
    font-weight: 800;
    text-align: center;
}
.h1-home {
    color: #ffffff;
    font-size: 30px;
    text-align: center;
}
.baseline {
		padding-top: 8px;
	text-align: right;
}
.baseline-home{
	
	text-align: left;
	color: #909090;
	font-size: 23px;
	text-shadow: none;
} 
.slider {
    margin-top: 240px;
    opacity: 0.8;
    color: #fff;
    font-size: 40px;
    text-align: center;
    text-shadow: 2px 2px 3px rgb(0, 0, 0);

	}

.slider h2 {
	color:#fff;
    font-weight: bold;
}
.h1-page {
	background: #fff;
    border: 1px solid #dedede;
    border-radius: .25rem;
    padding: 15px;
    margin-bottom: 30px;
    text-align: center;
}

.accroche{
	background: #FBFBFB;
    border-top: 1px solid #ccc;
    margin-top: -100px;
    padding: 64px 60px 20px 60px;
    border-radius: 7px 7px 0 0;
}

.h2-bloc {
	padding-bottom: 40px;
}

.h2-home {
	font-family: "Comfortaa", Sans-serif;
    text-align: center;
    font-size: 1.8rem;
    color: #435159;
    font-weight: 900;
}

.h2-all {
	font-family: "Comfortaa", Sans-serif;
    text-align: center;
    font-size: 1.8rem;
    color: #435159;
    font-weight: 900;
    margin: 1em 0 0.5em 0;
}

.h3-blue {
    color: #e26913;
    font-size: 1.8rem;
    text-align: center;
    margin: 40px 0 0 0;
}

.blue {
		color: #6D6254;
}

.h2-triolet {
	font-size: 24px;

}
.triolet {
	border-right: 1px solid #4C5A65;
	margin-top: 40px;
	font-size: 20px;	
}
.triolet:last-child {
	border:none;
}

.h100 {
	min-height: 120px;
}


/* */

.bloc4, .france {
    margin-bottom: 3em;
    margin-top: 3em;
}
.orange {
    color: #e26913;
}
.range {
    margin: 0 1rem 2rem 1rem;
}
.btn {
	border: 1px solid #CCCCCC;
}
.btn-box {
    width: 100%;
}
.btn-success {
    color: #fff;
    background-color: #e26913;
	border: none;
    width: 100%;
	border-radius: 7px;
	white-space: inherit;
}

.btn-success:hover {
    color: #fff;
    background-color: #6D6254;
}

.btn-home-space {
	margin-bottom: 20px;
}

.btn-outline-warning {
    color: #e26913;
    background-image: none;
    background-color: transparent;
    border-color: #e26913;
}
.btn-outline-warning:hover {
    color: #fff;
    background-color: #e26913;
    border-color: #e26913;
}

.blochome-bg {
    background: #ffffff;
    text-align: left;
    color: #435159;
    font-size: 1.4em;
    line-height: 1em;
    border-radius: 7px;
}
.blochome-txt {
	text-align: left;
    color: #43515A;
    font-size: 1.2rem;
}
.blochome-txt a {
    color: #e26913;
}
.blochome-txt a:hover {
    color: #e91d62;
}

.hr-yellow {
	width: 80%;
    border: 1px solid #e26913;
	margin-bottom: 20px;
	margin-top: 20px;

}
.hp-accroche-up{
	text-align: center;
    color: #EDC34A;
	font-size: 30px;
    font-weight: 900;
}

.hp-accroche-bellow{
	text-align: center;
    font-size: 1.5rem;
}

.hp-accroche {
	text-align: center;
	padding: 30px;

}

.margin30 {
	padding-bottom: 30px;
}
.hp-partenaire {
	padding-top: 40px;
}

.groupe {
    border-radius: 7px 7px 0 0;
    overflow: hidden;
}

.btn-home {
	margin-top: 10px;
	margin-bottom: 10px;
}

.card {
	margin-bottom: 20px;
}
.card-deck{
} 

.card-header {
	background: #43515A;
}

.card-title {
	margin-bottom: 0rem;
	font-size: 17px;
}

.couleur-border {
    text-align: left;
    padding-left: 20px;
    margin-bottom: 10px;
}
.couleur1 {
    border-left: solid 1px #6D6254;
	color: #F17F4F;
	border-radius: 0;
}

.card-title a {
	color: #43515A;
}
.couleur1 .card-title  a:hover, .coul-1 {
	color: #F18F4F;
}

/*- bloc 2 -*/

.p10 {
margin-bottom: 10px;
}
.bloconcept-titre {
    background: #f7f7f7;
    text-align: center;
}

.bloconcept-txt {
    padding: 20px;
}

.noborder {
	background: none;
    border:none;
}

.yellow {
	color: #EDC34A;
}

.hpbg {
	background: url('/wp-content/themes/PetardBazileEN/css/images/video.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 300px;
	border-top: 1px solid #fff;
	position: relative;
}

.hpbg-title {
	font-size: 50px;
    color: #fff;
    text-shadow: 1px 1px 1px rgb(33, 33, 33);
    padding: 38px 0 0 0;
    text-align: left;
    font-weight: 700;
}

.hpbg-p p {
	font-size: 20px;
	color: #fff;
    text-shadow: 2px 2px 2px rgb(33, 33, 33);
}

.hpbg2 {
	background: url('/wp-content/themes/PetardBazile/css/images/bg-cta.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 337px;	
}
.hpbg3 {
	background: #fff;
    border-top: 1px solid rgba(0,0,0,.125);
}

.hpbg4 {
	background: #FBFBFB;
    border-top: 1px solid rgba(0,0,0,.125);
}
/* reassurance -*/

.reassurance {
	padding-top: 3em;
    padding-bottom: 3em;
}
/*- blog post -*/


.blog-post {
	padding: 30px;
	border-radius: 1rem;
    background: #ffffff;
}

.blog-post .entry-header {
    text-align: center;
}
.blog-post .entry-meta {
    color: #9C9C9C;
    font: 400 13px/22px Comfortaa, sans-serif;
}
.blog-post .entry-meta a {
    color: #9C9C9C;
    border-bottom: 1px dotted #C3C3C3;
}
.blog-post .entry-meta a:hover {
    color: #e26913;
    border-bottom: 1px dotted;
    border-color: #e26913;
}
.blog-post .entry-meta span {
    margin-right: 15px;
    margin-left: 15px;
}
.blog-post .entry-meta i {
    margin-right: 5px;
}
.blog-post .entry-content p {
    margin-bottom: 15px;
}

.blog-post .entry-content a:hover, a:focus, a:active, a.active {
    color: #e26913;
}
.blog-post .mz-entry-tags {
    margin: 40px 0;
    text-align: left;
}
.blog-post .entry-tags span {
    margin-right: 15px;
    border-right: 1px solid #dfdfdf;
    padding: 8px 12px 8px 0;
    font-size: 13px;
    color: #737373;
}
.blog-post .entry-tags a {
    margin-right: 15px;
    color: #A0A0A0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.4px;
}
.blog-post .entry-tags a:hover {
    color: #e26913;
}

/* for mobile */
@media (max-width: 768px) {
.hpbg-title {
	padding : 0;
	}
.baseline-home {
	display: none;
	}
.blog-post {
    padding: 40px 10px 50px 10px;
}

.blog-post .entry-title {
    font-size: 28px;
}
}
.page article {
    margin-bottom: 35px;
}
/*- post navigation -*/
.post-navigation {
    overflow: auto;
    margin: 30px 0px;
}
.post-navigation .nav-links .meta-nav {
    font-size: 16px;
    font-weight: 700;
    font-family: "Comfortaa", Sans-serif;
}
.post-navigation .nav-links .meta-nav span {
    display: block;
    font-family: "Comfortaa", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #e26913;
    padding-bottom: 4px;
}
.post-navigation .nav-links .meta-nav-left {
    width: 50%;
    float: left;
    padding-right: 15px;
}
.post-navigation .nav-links .meta-nav-right {
    width: 50%;
    float: left;
    text-align: right;
    padding-left: 15px;
}
/*- homepage posts -*/

.entry-title  {
	min-height: 70px;
}
.list-post {
    width: 100%;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
}
.sticky .list-post-body {
    border: 5px solid #D0D0D0;
}
.list-post-image {
    float: left;
    background: #000;
    vertical-align: middle;
    position: relative;
}
.list-post-image iframe {
    max-height: 300px;
}
.list-post-image img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: 0.95;
}
.list-post-image:hover img {
    opacity: 0.6;
}
.list-post .post-cat2 {
    position: absolute;
    z-index: 2;
    bottom: 8px;
    left: 8px;
    font-size: 10px;
    color: #fff;
    font-weight: 700;
}
.list-post .post-cat2 span {
    display: inline-block;
    margin-right: 10px;
    background-color: #5F9EA0
}
.list-post .post-cat2 a {
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
}
.list-post .post-cat2 a:hover {
    background-color: #CC0000;
    text-decoration: none;
    border: none;
}
.list-post .post-meta {
    color: #828282;
    font: 400 12px/22px Comfortaa, sans-serif;
    letter-spacing: 1px;
}
.list-post .post-meta span {
    display: inline-block;
    margin: 0px 10px 10px 0;
}
.list-post .post-meta span a {
    color: #797979;
}
.list-post .post-meta span a:hover {
    color: #CC0000;
}
.has-post-thumbnail .list-post-body {
    padding: 0 35px 30px 35px;
    /* overflow: hidden; */
    margin-left: -5%;
    height: 320px;
    width: 50%;
    float: left;
    background-color: #fff;
    position: relative;
}
.list-post-body {
    padding: 20px;
    margin-top: 0px;
    width: 100%;
    float: left;
    background-color: #fff;
    position: relative;
}
.list-post-body h2 {
    margin-top: 0px;
    text-align: left;
	font-size: 20px;
}
.list-post-body h2 a {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #435159;
    line-height: 0.2!important;
}
.list-post-body h2 a:hover {
    color: #0D696B;
}
.list-post p {
    font-size: 14px;
    line-height: 23px;
    padding-top: 4px;
    color: #616169;
}
.show>.dropdown-menu {
    z-index: 9999;
}
.catover {
	position: absolute;
    background: #6D6254;
    font-size: 1.2em;
	margin: 5px 0;
    padding: 0px 10px;
	z-index: 7777;
}

.catover a, .pw {
	color: #ffffff;
}
.catover:hover {
	background: #e26913;
	color: #ffffff;
}
.catover ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0rem;
}



/*** for mobile ***/
@media (max-width: 768px) {
	.hpbg {
		height: 170px;
	}
	
.slider {
	padding:0;
	font-size: 20px;
	line-height: 25px;
	margin-top: 50px;
}
.list-post-image {
    width: 100%;
    float: none;
}
.list-post-body {
    margin: 0;
    width: 100%;
    float: none;
}
.has-post-thumbnail .list-post-body {
    margin: 0;
    width: 100%;
    float: none;
}
}
.read-more {
    color: #ffffff;
    cursor: pointer;
    line-height: 1;
    border: 1px solid;
    padding: 10px 40px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1.7px;
    text-align: center;
	background: #897B6B;
    background: -moz-linear-gradient(top, #897B6B 0%, #6D6254 100%);
    background: -webkit-linear-gradient(top, #897B6B 0%,#6D6254 100%);
    background: linear-gradient(to bottom, #897B6B 0%,#6D6254 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#897B6B', endColorstr='#6D6254',GradientType=0 );
}

.read-more a {
    color: #ffffff!important;
}
.read-more a:hover {
    color: #ffffff;
}
.category-produits-sales .read-more {
    background: #039BA0;
}
.category-produits-sucres .read-more {
    background: #E01581;
}
.category-aides-culinaires .read-more {
    background: #DD670D;
}
.category-produits-sales .read-more a, .category-produits-sucres .read-more a, .category-aides-culinaires .read-more a {
    color: #ffffff;
    font-size: 12px;
}
.category-produits-sucres .read-more {
    border-top: 2px solid #E01581;
}
.category-aides-culinaires .read-more {
    border-top: 2px solid #DD670D;
}
.category-produits-sales {
    border-top: 2px solid #039BA0;
}
.category-produits-sucres {
    border-top: 2px solid #E01581;
}
.category-aides-culinaires {
    border-top: 2px solid #DD670D;
}
.category-produits-sales a {
    color: #039BA0;
}
.category-produits-sucres a {
    color: #E01581;
}
.category-aides-culinaires a {
    color: #DD670D;
}

/*--------------------------------------------------------------
	Singe Post/Page Pagination
--------------------------------------------------------------*/

.page-links {
    font-family: "Open Sans", Sans-serif;
}
.page-links span {
    display: inline-block;
    color: #fff;
    background-color: #e26913;
    border: 1px solid #e26913;
    padding: 5px 10px;
    margin-left: 2px;
}
.page-links a span {
    background-color: #FFFFFF;
    border: 1px solid #DEDEDE;
    color: #333333;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.page-links a:hover span {
    background-color: #e26913;
    border: 1px solid #e26913;
    color: #fff;
}

.cta-contact {
	    background: #fff;
    padding: 30px;
    border: 1px solid #ccc;
}

.fa {
    margin: 0 5px;
}

.pagination .fa-chevron-left, .pagination .fa-chevron-right {
    font-size: 12px;
}
.pagination li a {
    color: #e26913;
}
.pagination li:hover a {
    color: #e26913;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    color: #FFF;
    background-color: #e26913;
    border-color: #e26913;
}
.pagination>li>a, .pagination>li>span {
    padding: 9px 14px;
    border-color: #dadada;
}
.bottom-pagination {
    text-align: center;
}
/*--------------------------------------------------------------
	Sidebar and Widgets
--------------------------------------------------------------*/

.widget-title {
    margin: 0 0 30px 0;
    display: table;
    width: 100%;
}
.widget-title span {
    float: left;
    margin-right: 20px;
    /* text-transform: uppercase; */
    font: 400 20px/22px Comfortaa, sans-serif;
    color: #e26913;
}
.widget-title:after {
    content: "";
    background-color: #A9A9B1;
    height: 1px;
    overflow: hidden;
    display: block;
    position: relative;
    top: 15px;
}
.card-01 .card-body {
    position: relative;
    padding-top: 40px;
}
.card-01 .badge-box {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    text-align: center;
}
.card-01 .badge-box i {
    background: #e26913;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
}
.card-01.height-fix {
    height: 455px;
    overflow: hidden;
}
.card-01.height-fix .card-img-top {
    width: auto;
}
.blochome-img {
	padding-bottom: 1.5em;
}
.profile-box {
    background-size: cover;
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.profile-box:before {
    filter: blur(10px);
    background: url("https://images.pexels.com/photos/195825/pexels-photo-195825.jpeg?h=350&auto=compress&cs=tinysrgb") no-repeat;
    background-size: cover;
    width: 120%;
    position: absolute;
    content: "";
    height: 120%;
    left: -10%;
    top: 0;
    z-index: 0;
}
.profile-box img {
    width: 170px;
    height: 170px;
    position: relative;
    border: 5px solid #fff;
}
.social-box i {
    border: 1px solid #e26913;
    color: #e26913;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
}
.social-box i:hover {
    background: #e26913;
    color: #fff;
}
.social-box a {
    margin: 0px;
}

/*** Widget About Author ***/

.widget-about-author {
    text-align: center;
    border: 1px solid #D8D8D8;
}
.widget-about-author .author-image {
    margin: 10px auto 15px;
}
.widget-about-author .author-image .rounded {
    border-radius: 10px;
    margin: 0 auto;
}
.widget-about-author .author-post h3 {
    font-size: 19px;
    color: #4A4A4E;
    margin: 20px 0 2px;
}
.widget-about-author .author-post p {
    margin: 7px 0 0px;
    font-size: 13px;
    line-height: 170%;
    text-align: initial;
}
.widget-about-author .author-post .author-position {
    font: 400 13px Comfortaa, sans-serif;
    font-weight: 300;
    line-height: 20px;
}
/*** Widget Latest Posts ***/
.widget-post {
    display: table;
    margin: 0 0 20px 0;
    border-bottom: 1px dotted;
    border-color: #D8D8D8;
    padding-bottom: 20px;
    width: 100%;
}
.widget-post:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin: 0px;
}
.widget-post .post-image {
    float: left;
    width: 90px;
    vertical-align: middle;
    position: relative;
    margin-right: 20px;
}
.widget-review .post-image {
    width: 70px;
    margin-right: 15px;
}
.widget-post .post-body {
    overflow: hidden;
}
.widget-post h2 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.widget-post h2 a {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #4F4F52;
}
.widget-post h2 a:hover {
    color: #e26913;
}
.widget-post .post-meta {
    margin-top: 5px;
    color: #333;
    font: 400 11px Comfortaa, sans-serif;
}
.widget-post .post-meta span {
    margin-right: 8px;
}
.widget-post .post-meta span a {
    color: #efefef;
}
/* WP default calendar */
#wp-calendar {
    width: 100%;
}
#wp-calendar caption {
    text-align: right;
    color: #636E88;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
}
#wp-calendar thead {
    font-size: 10px;
}
#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
}
#wp-calendar tbody {
    color: #676767;
}
#wp-calendar tbody td {
    border: 1px solid #ECECEC;
    text-align: center;
    padding: 8px;
}
#wp-calendar tbody td a {
    color: #131313;
    font-weight: 800;
}
#wp-calendar tbody td:hover {
    background: #fff;
}
#wp-calendar tbody .pad {
    background: none;
}
#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}
#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}
/* widget */

.widget {
    margin-bottom: 20px;
    padding: 20px;
	background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

#text-2, #nav_menu-4  {
    margin-bottom: 20px;
    margin-top: 2rem;
    padding: 20px;
	background: none;
	border: none;
}
.widget a {
    color: #4F4F52;
}
.widget a:hover {
    color: #e26913;
}
.widget-socials {
    text-align: center;
}
.widget-socials a {
    margin: 3px 5px;
    padding: 5px;
    font-size: 15px;
    color: #545458;
}
.widget_media_image {
    background: none;
    border: none;
}
.widget ul {
    padding: 0;
}
.widget ul .sub-menu {
    padding: 0px 0 0 20px;
}
.widget li {
    margin-bottom: 10px;
    list-style: square;
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px dotted #D8D8D8;
}
.widget_nav_menu li {
    border-bottom: none;
}
.menu>li {
    display: list-item;
}
.menu>li>a {
    padding: 0;
}

/* */

.icoval {
	overflow: hidden;
    margin: 20px auto;
    display: block;
    position: relative;
    border: 1px solid #e26913;
    height: 100px;
    width: 100px;
    line-height: 107px;
    border-radius: 100px;
    transition: background-color .2s linear, color .2s linear;
	text-align: center;
	font-size: 30px;
	color: #e26913;
}
.icoval:hover {
		color: #e26913;

}
.solutionbg {
	padding: 15px;
    text-align: center;
    margin: 15px;
    border-bottom: 1px solid #6D6254;
    border-top: 1px solid #6D6254;
	line-height: 0;
}
.solutionh2 {
    color: #6D6254;
}
.solutionh3 {

    color: #6D6254;
}
/*** Search widget ***/

.widget_search .screen-reader-text {
    color: #DC891E;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 13px;
    margin: 0 0 18px;
    font-family: "Open Sans", Sans-serif;
}
.widget_search .input-group-btn {
    vertical-align: bottom;
}
/*** Categories Widget ***/

.page-header {
    margin-bottom: 20px;
    border-bottom: solid 1px #ccc;
}
.widget_recent_entries ul span {
    display: block;
    margin: 5px 0 5px;
    text-align: right;
    color: #B1B1B1;
    font: 400 11px Comfortaa, sans-serif;
}
.ot-widget-post .post-meta {
    margin-top: 5px;
    color: #efefef;
    font-size: 11px;
}
.widget_categories ul {
    padding: 0;
}
.widget_categories li {
    list-style: none;
    margin: 0 0 10px;
    padding: 5px 0;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px dotted;
    border-color: #D8D8D8;
}
.widget_categories a {
    padding: 3px;
    color: #636363;
}
.widget_categories a:hover {
    color: #e26913;
}
.widget_categories ul span {
    padding: 2px 5px;
    color: #000;
    margin-left: -5px;
    float: right;
    font-weight: 400;
}
/*** Tag Cloud widget ***/

.widget_tag_cloud a {
    background-color: #fff;
    border-color: #dfdfdf;
    padding: 6px 12px;
    margin: 0 3px 6px 0;
    display: inline-block;
    font-size: 13px !important;
}
.widget_tag_cloud a:hover {
    background-color: #e26913;
    border-color: #e26913;
    color: #fff !important;
}
/*--------------------------------------------------------------
	Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.comments-area {
    margin: 40px 0;
    background-color: #fff;
    padding: 40px;
    border: 1px solid #EAEAEA;
}

/* for mobile */
@media (max-width: 768px) {
.comments-area {
    padding: 10px;
}
}
.comments-title, .comment-list, .comment-reply-title, .must-log-in, .comment-respond .comment-form, .comment-respond iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.comment-respond label {
    color: #4A4A4A;
    font-size: 13px;
}
.comment-respond p {
    margin: 10px 0;
}
.comment-respond .form-submit {
    margin: 30px 0 50px;
    text-align: center;
}
.comments-title {
    border-left: 3px solid #54576B;
    color: #e26913;
    /* text-align: center; */
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 13px;
    padding: 11px 25px;
    margin: 0 0 25px;
    margin-left: -41px;
    font-family: "Open Sans", Sans-serif;
}
.comment-list, .comment-list .children {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.comment-list .children {
    margin: 0 0 0 40px;
}
.comment-body {
    padding: 24px 0;
    position: relative;
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #E7E7E7;
}
.comment-content p {
    font-size: 14px;
    line-height: 20px;
}
.comment-author .avatar {
    display: block;
    float: left;
    margin: 0 20px 20px 0;
}
.comment-author .fn {
    word-wrap: break-word;
    font-size: 15px;
    color: #333335;
}
.comment-reply-link, .comment-reply-login {
    color: #e26913;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Open Sans", sans-serif;
}
.comment-author .url {
    color: #838388 !important;
}
.says {
    display: none;
}
.no-avatars .comment-author {
    margin: 0 0 5px;
    max-width: 100%;
    position: relative;
}
.no-avatars .comment-metadata, .no-avatars .comment-content, .no-avatars .comment-list .reply {
    width: 100%;
}
.comment-list .edit-link {
    margin-left: 20px;
}
.comment-metadata, .comment-awaiting-moderation, .comment-content, .comment-list .reply {
    margin: 5px 0 20px;
}
.comment-metadata {
    margin: 20px 0;
}
.comment-meta {
    overflow: auto;
    color: #CACACA;
}
.comment-meta a {
    color: #CACACA;
}
.comment-meta a:hover {
    color: #555555;
}
.comment-metadata {
    margin: 8px 0 17px;
    font-weight: 500;
    font-size: 12px;
    color: #CCCCCC;
    font-style: italic;
}
.ping-meta {
    color: #a2a2a2;
    font-size: 13px;
    line-height: 2;
}
.comment-awaiting-moderation {
    color: #a2a2a2;
}
.comment-awaiting-moderation:before {
    content: "\f021";
    margin-right: 10px;
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
}
.comment-reply-link:before, .comment-reply-login:before {
    content: "\f122";
    margin-right: 10px;
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
}
/*** Comment form ***/

#nf-field-5 {
	background: #fff;
    border: solid 1px #ccc;
    border-radius: 2px;
    height: 34px;
}
.comment-respond {
    margin: 30px 0;
}
.comment .comment-respond {
    margin-bottom: 20px;
    padding: 20px;
}
.comment-reply-title small a {
    color: #131310;
    display: inline-block;
    float: right;
    height: 20px;
    overflow: hidden;
    width: 20px;
}
.comment-reply-title small a:hover {
    color: #ed331c;
    text-decoration: none;
}
.comment-reply-title small a:before {
    content: "\f05c";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: normal;
}
.sidebar .comment-list .comment-reply-title, .sidebar .comment-list .comment-respond .comment-form {
    padding: 0;
}
.comment-form .comment-notes {
    margin-bottom: 15px;
}
.comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url {
    margin-bottom: 30px;
}
.comment-form [for="author"], .comment-form [for="email"], .comment-form [for="url"], .comment-form [for="comment"] {
    float: left;
    padding: 10px 0;
    width: 100px;
}
.comment-form .required {
    color: #FF8778;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
    max-width: 300px;
    width: 60%;
}
.comment-form textarea {
    width: 100%;
}
.form-allowed-tags, .form-allowed-tags code {
    color: #686758;
    font-size: 14px;
}
.form-allowed-tags code {
    font-size: 10px;
    margin-left: 3px;
    white-space: pre-wrap;
}
.comment-list .pingback, .comment-list .trackback {
    padding-top: 24px;
}
.comment-navigation {
    border-bottom: 1px solid #E7E7E7;
    font: 400 14px/22px Comfortaa, sans-serif;
    margin: 0 auto;
    padding: 20px 0;
    width: 100%;
}
.comment-navigation a {
}
.no-comments {
    background-color: #eeeeee;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}
.sidebar .no-comments {
    padding-left: 60px;
    padding-right: 376px;
}
.comment-reply-title {
    margin-top: 0;
}
.section-title {
    margin: 0 0 45px 0;
    border-top: 1px solid #505050;
    font-size: 28px;
    padding-top: 10px;
    font-weight: 300;
    color: #272727;
}
.section-title span {
}
/*--------------------------------------------------------------
	Media
--------------------------------------------------------------*/
.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.embed-vimeo {
    text-align: center;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 35px;
}
/* Make sure embeds and iframes fit their containers */
.embed-vimeo embed, .embed-vimeo iframe, .embed-vimeo object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*--------------------------------------------------------------
	Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------
	Error box
--------------------------------------------------------------*/
.error-box {
    margin: 30px 0;
}
.error-box h1 {
    margin: 30px 0;
}
/*--------------------------------------------------------------
	Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    margin: 0 4px 4px 0;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 32.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-caption {
    display: block;
}
/*--------------------------------------------------------------
	Theme navigation
--------------------------------------------------------------*/

/*** Pagination ***/
.pagination {
    display: block;
    text-align: center;
    margin: 0;
}
.page-numbers {
    margin: 0;
    padding: 20px 0 50px 0;
    list-style-type: none;
    text-align: center;
    display: inline-block;
}
.page-numbers li {
    display: inline-block;
    margin-right: 5px;
}
.page-numbers li a {
    text-decoration: none;
    text-transform: uppercase;
    padding: 11px 18px;
    color: #4E4E4E;
    background-color: #FFF;
    font-size: 17px;
    font-family: "open sans";
    font-weight: 400;
    border: 1px solid;
    border-color: #DEDEDE;
}
.page-numbers .dots {
    padding: 10px 14px;
}
.page-numbers .current {
    text-decoration: none;
    text-transform: uppercase;
    padding: 11px 18px;
    color: #FFFFFF;
    background-color: #e26913;
    font-size: 17px;
    font-family: "open sans";
    font-weight: 400;
    border: 1px solid;
    border-color: #e26913;
}
.page-numbers li a:hover {
    color: #fff;
    background-color: #e26913;
    border-color: #e26913;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
/*** Back to top button ***/
#back-top {
    position: fixed;
    z-index: 1000;
    bottom: 40px;
    right: 50px;
}
#back-top a {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    font: 3rem Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background: #A9A9B1;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    background: #c1c1c1;
}
/* arrow icon (span tag) */
#back-top i {
    margin-top: 15px;
    font-size: 28px;
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
#back-top {
    position: fixed;
    bottom: 10px;
    right: 30px;
}
#back-top a {
    width: 40px;
    height: 40px;
}
#back-top i {
    margin-top: 7px;
    font-size: 20px;
}
}


/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/

footer {
	background: #fdfdfd;
    border-top: 1px solid #dedede;
	margin-top: 30px;
}

.mz-footer {
    background-color: #fff;
    border-top: 1px solid #E8E8E8;
}
.footer-bottom {
    padding: 35px 0 35px;
    text-align: center;
    background-color: #2D2D2D;
    color: #9A9A9A;
    font-size: 13px;
}
.footer-bottom a {
    color: #9A9A9A;
}
.footer-bottom a:hover {
    text-decoration: underline;
}
.footer-fullwidth .widget-title {
    text-align: center;
    margin-top: 5px;
}
.footer-fullwidth .widget-title:after {
    background-color: rgba(255, 255, 255, 0);
}
.footer-fullwidth .widget-title span {
    float: none;
    padding: 5px 15px;
    margin-right: 0px;
    font: 400 16px/22px Comfortaa, sans-serif;
    color: #FFFFFF;
}

/*--------------------------------------------------------------
	Woocommerce
--------------------------------------------------------------*/

.woocommerce #content {
    background-color: #fff;
    padding: 20px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    cursor: pointer;
    line-height: 1;
    border: 1px solid;
    padding: 8px 15px;
    border-radius: 0px;
    color: #616269;
    background-color: #ffffff;
    border-color: #c3c3c3;
    font-family: "Open Sans", Sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1.7px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.woocommerce div.product form.cart .button {
    padding: 13px 30px;
    color: #fff;
    background-color: #e26913;
    border-color: #e26913;
}
.woocommerce ul.products li.product .button {
    border: 1px solid;
    padding: 8px 15px;
    border-radius: 0px;
    color: #616269;
    background-color: #ffffff;
    border-color: #c3c3c3;
    letter-spacing: 1px;
    font-size: 11px;
}
.woocommerce ul.products li.product .button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #e26913;
    color: #fff;
    border-color: #e26913;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    color: #fff;
    background-color: #e26913;
    border-color: #e26913;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #000;
    border-color: #000;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #e26913;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #e26913;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #a9a9b1;
}
.woocommerce .cart {
    margin-top: 2em;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0 10px 0 0;
}
.woocommerce .quantity .qty {
    border: 1px solid #DEDEDE;
    font-size: 17px;
    padding: 7px;
}
.woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content h3, .woocommerce .product h2, .cart-collaterals h2, .woocommerce-billing-fields h3, .woocommerce-shipping-fields h3 {
    letter-spacing: 0px;
    font-weight: 700;
    font-style: normal;
    font-family: "Comfortaa", Sans-serif;
    color: #4C5A65;
    font-size: 23px;
    margin-bottom: 25px;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    padding: 11px 8px 11px;
    margin: 0 10px 0 0;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 8px 5px;
}
.woocommerce form .form-row label {
    font-family: 'Comfortaa', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}
.woocommerce-MyAccount-navigation ul {
    margin: 0px;
    padding: 0px;
}
.woocommerce-MyAccount-navigation li {
    list-style: none;
    margin: 0 0 10px;
    padding: 5px 0;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px dotted;
    border-color: #D8D8D8;
}
.woocommerce-MyAccount-navigation li a {
}
.woocommerce-MyAccount-navigation li a:hover {
}
.woocommerce-account .post-edit-link {
    float: right;
    font-weight: 900;
    padding: 2px 10px;
    background-color: #cb0000;
    color: #fff;
    font-size: 11px;
    margin-bottom: 5px;
}
.woocommerce .label {
    color: #000;
    font-size: 14px;
}
.widget.woocommerce li {
    border-bottom: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin-bottom: 1em;
    padding: 0;
    position: relative;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 1.4rem;
}
.woocommerce ul.products li.product .button {
    margin-bottom: 1em; 
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3
{
	min-height: 5rem;
}
woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1rem;
}
.coupon {
	display: none;
}

.green {
	color: #e26913;
}

.thumbnail-quantity {
	display: none;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	
     font-size: 1.95em;
}

.woocommerce .widget_shopping_cart .buttons a:hover, .woocommerce.widget_shopping_cart .buttons a {

    background: #eee;
}

.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a:hover {
    color: #e26913;
}

.woocommerce div.product form.cart .button {
    width: 80%;
}


/* for mobile */
@media (max-width: 768px) {
.footer-fullwidth ul.instagram-pics li {
    width: 50%;
    padding: 0px;
}
.baseline {
    font-size: 0.6em;
}

.h2-home, .h2-titre, .h1-home {
	font-size: 18px;
	text-align: center;
}
	
.blochome-txt {
    margin-bottom: 10px;
    padding-top: 5%;
}
.btn-box {
    margin-bottom: 10px;
}
}
.null-instagram-feed {
    position: relative;
}
.footer-fullwidth .null-instagram-feed p a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #282829;
    color: #fff;
    z-index: 1000;
    padding: 3px 25px;
    font-size: 12px;
}
.null-instagram-feed p a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    margin: 10px;
}
.footer-fullwidth .widget.null-instagram-feed {
    margin-bottom: 0px;
}

.counter {
    background-color:#f5f5f5;
    padding: 1.2rem;
    border-radius: 5px;
    margin-bottom: 1rem;
}

.count-title {
    font-size: 3rem;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 0;
    text-align: center;
    float: left;
    color: #e26913;
}

.count-per {
    font-size: 30px;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    margin: 0.5rem 0 0 6rem;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}
