/*
Theme Name: gwen
Author: Olyos
Author URI: https://www.olyos.fr
Description:  gwen 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/
*/



/* Surcharge : Custom login form */
Body.login
{
    background-image:url("../gwen/css/images/login-bg.png");
    background-repeat: repeat;
}
#login h1 a {
    background-image: url("../gwen/css/images/gwen.jpg");
    background-size: 70px;
    width: 200px;
}
.login form{
    box-shadow:none;
    padding:20px;
}
#login {
    background: #FFF;
    margin: 50px auto;
    padding: 40px 20px;
    width: 400px;
}
.login label {
    color:#555;
    font-size: 14px;
}
.login form .forgetmenot{
    float:none;    
}
#login form p.submit{
    margin-top:15px;
}
.login.wp-core-ui .button-primary {
    background:#E4AA3E;
    border-color:#E4AA3E;
    box-shadow: 0 1px 0 #E4AA3E;
    color:#FFF;
    text-shadow: none;
    float: none;
    clear: both;
    display: block;
    width: 100%;
    padding: 7px;
    height: auto;
    font-size: 15px;
}
p#nav
{
text-align: center;
}
p#backtoblog
{
display: none;
}
.login .privacy-policy-page-link {
        margin: 0;
}
.login #login_error, .login .message, .login .success {
    font-size: 0.9rem;
    line-height: 16px;
    border-left: 4px solid #E4AA3E;
}

/*- General -*/

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: inherit;
}
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

body {
    font-family: "Vollkorn", Sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #ffffff;
	color: #050708;
}
.zone {
    background: #ffffff;
    border: 1px solid #ccc;
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 0.8rem;
}

h1, h2, h3, h4, h5, h6 {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-family: "Vollkorn", Sans-serif;
    color: #E4AA3E;
}
.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
    font-weight: 700;
    font-style: normal;
    font-family: "Vollkorn", Sans-serif;
}
.widget ul li {
    font-weight: 700;
    font-style: normal;
    font-family: "Vollkorn", 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: "Vollkorn", Sans-serif;
}
p {
    font-family: 'Vollkorn', sans-serif;
    font-size: 1.2rem;
    line-height: 24px;
    color: #404040;
}
* > p:first-child {
    margin-top: 0;
}

label {
    font-family: "Vollkorn", Sans-serif;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: #050708;
}
a:hover, a:focus, a:active, a.active {
    color: #796A47;
}
a, a:hover, a:focus, a:active, a.active {
    outline: 0;
    text-decoration: none;
}
::selection {
    text-shadow: none;
    background: #796A47;
}
section {
    border-bottom: 1px solid rgba(0,0,0,.1)
}

blockquote {
 	position: relative;
    padding: 30px 30px 30px 60px;
    font-style: italic;
    line-height: 1.6;
 	background: #eaf4f7;
    border: solid 1px #050708;
}
blockquote:before {
 content: "\201D";
    color: #050708;
    font-size: 80px;
    position: absolute;
    left: 5px;
    top: 27px;
    line-height: 1;
}
blockquote p {
    margin: 0;
}

.oblic {
    margin: 0 0.4rem;
}
/* Moteur de recherche */
.aws-container .aws-search-form .aws-form-btn {
    background: #af9f79;
    border: none;
}
.aws-container .aws-search-form .aws-search-btn_icon {
    color: #fff;
}
.search-bar input {
  height: 3rem;
  flex-basis: 100%;
  padding: 0 10px;
  outline: none;
  border: none!important;
    border-radius: 0px!important;
  box-shadow: none;
    background: #af9f79;
}
.search-bar ::placeholder {
color: #ffffff!important;
}


.search-btn {
      height: 3rem;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #af9f79;
    transition: all 0.5s ease-out;
}

.aws-container .aws-search-form {
    height: 3rem;
}
/*--------------------------------------------------------------
	Google material icons 
--------------------------------------------------------------*/
 i{ vertical-align: middle !important; }

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

.material-icons.orange600 { color: #FB8C00; }

/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
select {
    width: 150px;
    padding: 5px 35px 5px 5px;
    font-size: 16px;
    border: 1px solid #CCC;
    height: 34px;
    margin-right: 2px;
    border-radius: 3px;
    color: #797979;
}


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: #796A47;
    border-color: #796A47;
    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 #ececec;
    padding: 0.3rem 2rem;
    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;
}

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;
}

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;
}
.clear {
    clear: both;
}
.jumbotron {
    padding: 1rem 1rem;
	background: #f5f6f7;
}

.jumbotron h3 {
   color: #796A47;
}

.jumbotron ul {
	padding-left: 20px;
}


.h3-blue-3 {
    font-size: 1.4rem;
    padding-top: 40px;
}
.h3-blue-4 {
    font-size: 1.7rem;
   color: #E4AA3E;
}

/* surcharge gutenberg */
.ugb-header.ugb-header--design-basic, .ugb-countup.ugb-countup--v3.ugb-countup--design-basic, .ugb-countup.ugb-countup-v3.ugb-design-basic {
    border-radius: 0px;
}
/*--------------------------------------------------------------
	Accessibility
--------------------------------------------------------------*/
/*BG VIDEO */

.videobg {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.videobg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.videobg .container {
  position: relative;
  z-index: 2;
}

.videobg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.2;
  z-index: 1;
}
.display-3, .display-6 {
    color: #ffffff;
}

@media (pointer: coarse) and (hover: none) {
  .videobg {
    background: url('http://sandbox.thewikies.com/vfe-generator/images/big-buck-bunny_poster.jpg') black no-repeat center center scroll;
  }
  .videobg video {
    display: none;
  }
}


/* 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 */
.navbar {
    border-radius: 0px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0px;
    background: none;
    padding: 0;
}
.navbar-brand {
    margin-right: 0.5rem;
    font-size: 1rem;
}
.navbar .dropdown-menu li {
    width: 100%;
    margin-left: 0 !important;
}
.navbar-toggler {
    padding: 20px;
}


.collapse.show, .collapsing {

    padding: 2rem;
    background: #fff;
}

.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: -80px;
    background: #CAA259;
    margin-left: 28rem!important;

}
.navbar-light .navbar-nav .nav-link {
    color: #796A47;
    font-weight: 600;
     font-size: 1.1rem;
}
.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: none;
    color: #E4AA3E;
    font-size: 1.1rem;
}
.dropdown-menu {
    min-width: 10rem;
    padding: 0;
    margin: 0;
    font-size: 0.85rem;
    color: #292b2c;
    border: 1px solid #CAA259;
    border-top: 1px solid #ffffff;
    border-radius: 0 0 0.5rem 0.5rem;
}
.dropdown-item {
    padding: 10px 1.2rem;
}
.dropdown-item:focus, .dropdown-item:hover {
    background: #ffffff;
    color: #CAA259;
}
.nav-plus {
    border-radius: 0.4rem;
    background: #CAA259;
    margin: 0 0.3rem 0.3rem 0;
    padding: 0px 5px;
}
.nav-plus a {
    color: #ffffff!important;
}

/*navbar */

/*--------------------------------------------------------------
	Header/ Content
--------------------------------------------------------------*/

.supheader {
    height: 3rem;
}
.bgtop {
    background: #796A47;
    text-align: right;
    color:#fff;
	}

.bgtop a {
	color:#fff;
   }

.socialiconsize {
	font-size:40px;
}
.socialicon {
	color: #796A47;
}
.socialicon:hover {
	color: #050708!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: #796A47;
	color: #ffffff;
	
}
.logomix {
    margin-top: 54%;
    width: 65%;
}

.social a {
	color: #546177;
}
.header {
    text-align: center;
}
.main-slider {
    margin-bottom: 0px;
}

/*--------------------------------------------------------------
	Homepage 
--------------------------------------------------------------*/

/* surcharge ugb */

.ugb-feature .ugb-content-wrapper>div>:first-child, .ugb-feature .ugb-feature-wrapper>div>:first-child {
    font-size: 3.5rem;
}

/*- bloc 1 -*/

#bloc1 {
	padding:0;
}
#bloc2 {
    background: #ffffff;
}

#bloc3 {
    padding-bottom: 2rem;
}

#wdi_feed_0_users {
    display: none;
}

.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: 0.4rem 0rem;
	text-align: right;
}
.baseline-home{
	
	text-align: left;
	color: #909090;
	font-size: 23px;
	text-shadow: none;
} 


.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: "Vollkorn", Sans-serif;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 900;
    margin: 2rem 0;
}


/* Counter hP */
.counter {
    background-color:#f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.1);
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}



/* Box */
.box {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 20px;
    text-align: right;
    display: block;
    margin-top: 60px;
}
.box-icon {
    background-color: #000;
    border-radius: 50%;
    display: table;
    height: 70px;
    margin: 0 auto;
    width: 70px;
    margin-top: -44px;
    margin-bottom: 20px;
}

.box-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.info h4 {
    font-size: 1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.info > p {
    color: #717171;
    font-size: 16px;
    padding-top: 10px;
    text-align: left;
}
.info > a {
    background-color: #03a9f4;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}
.info > a:hover {
    background-color: #0288d1;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}


.btn {
	border: 1px solid #CCCCCC;
}
.btn-box {
    width: 100%;
}
.btn-success {
    color: #fff;
    background-color: #796A47;
	border: none;
    width: 100%;
	border-radius: 7px;
	white-space: inherit;
}

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

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

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

.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: #796A47;
}
.blochome-txt a:hover {
    color: #e91d62;
}

.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 #050708;
	color: #F17F4F;
	border-radius: 0;
}

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


/*- blog post -*/

.blog-post {
	padding: 30px;
	border-radius: .25rem;
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,.1);
}

.blog-post .entry-header {
    text-align: center;
}
.blog-post .entry-meta {
    color: #9C9C9C;
    font: 400 13px/22px Vollkorn, sans-serif;
}
.blog-post .entry-meta a {
    color: #9C9C9C;
    border-bottom: 1px dotted #C3C3C3;
}
.blog-post .entry-meta a:hover {
    color: #796A47;
    border-bottom: 1px dotted;
    border-color: #796A47;
}
.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: #796A47;
}
.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: #796A47;
}

.page article {
    margin-bottom: 35px;
}
.post-navigation {
    overflow: auto;
    margin: 30px 0px;
}
.post-navigation .nav-links .meta-nav {
    font-size: 16px;
    font-weight: 700;
    font-family: "Vollkorn", Sans-serif;
}
.post-navigation .nav-links .meta-nav span {
    display: block;
    font-family: "Vollkorn", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #796A47;
    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 -*/


.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;
}
p iframe {
    width: 100%;
}
.list-post-image iframe {
    max-height: 300px;
    width: 100%;
}
.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 Vollkorn, 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: #050708;
    font-size: 1.2em;
	margin: 5px 0;
    padding: 0px 10px;
	z-index: 7777;
}

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

.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%, #050708 100%);
    background: -webkit-linear-gradient(top, #897B6B 0%,#050708 100%);
    background: linear-gradient(to bottom, #897B6B 0%,#050708 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#897B6B', endColorstr='#050708',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: #796A47;
    border: 1px solid #796A47;
    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: #796A47;
    border: 1px solid #796A47;
    color: #fff;
}

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

.fa {
    margin: 0 5px;
}
.fa-2x {
    color: #E4AA3E;
}
.fa, .fas {
font-weight: normal;
}
.pagination .fa-chevron-left, .pagination .fa-chevron-right {
    font-size: 12px;
}
.pagination li a {
    color: #796A47;
}
.pagination li:hover a {
    color: #796A47;
}
.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: #796A47;
    border-color: #796A47;
}
.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: 10px;
    /* text-transform: uppercase; */
    font: 400 20px/22px Vollkorn, sans-serif;
    color: #796A47;
}
.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: #796A47;
    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 #796A47;
    color: #796A47;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
}
.social-box i:hover {
    background: #796A47;
    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 Vollkorn, 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: #796A47;
}
.widget-post .post-meta {
    margin-top: 5px;
    color: #333;
    font: 400 11px Vollkorn, 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;
	margin-top: 2rem;
    padding: 20px;
	background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}


.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 #796A47;
    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: #796A47;
}
.icoval:hover {
		color: #796A47;

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

    color: #050708;
}
/*** 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 Vollkorn, 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: #796A47;
}
.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: #796A47;
    border-color: #796A47;
    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;
}

.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: #796A47;
    /* 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: #796A47;
    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 Vollkorn, 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: #796A47;
    font-size: 17px;
    font-family: "open sans";
    font-weight: 400;
    border: 1px solid;
    border-color: #796A47;
}
.page-numbers li a:hover {
    color: #fff;
    background-color: #796A47;
    border-color: #796A47;
}
.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: 11px/100% 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 Vollkorn, sans-serif;
    color: #FFFFFF;
}
/*--------------------------------------------------------------
	Woocommerce Styles
--------------------------------------------------------------*/

.actions, .woocommerce-additional-fields, .woocommerce-billing-fields, .woocommerce-order-details {
    display: none;
}

.ugb-header.ugb-header--v3:not(.ugb-header--design-plain) .ugb-header__item {

    padding: 250px 60px!important;
}

li.woocommerce-order-overview__order.order {
    font-size: 1.2rem!important;
	color: red!important;
}

.retour {
    background: #e6e6e6;
    padding: 0.2rem 1rem;
}

.woocommerce .col-1, .col-2{ max-width:none;}


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
    padding: 2.4em 0;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.3rem;
}
.wc-block-grid__product-title {
    font-size: 1.5rem;
}

.wc-block-grid__product-image img {
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1rem;
}

.woocommerce-loop-product__title {
    font-size: 1.6rem!important;
}

.single_add_to_cart_button {
    padding: 1.5rem;
    border-radius: 0;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    width: auto;
    min-width: 110px;
    height: 50px;
    line-height: 50px;
    background: #e4b95b;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 4px;
    font-weight: 700;
    padding: 0 50px;
}

.woocommerce .quantity .qty {
    text-align: center;
    width: 5rem;
    line-height: 47px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    font-size: 1.2rem;
}

.woocommerce nav.woocommerce-pagination ul li {
border-right: 4px solid #fff;
background: white !important;
}

.page-numbers {
border: none !important;
}

.woocommerce-pagination .page-numbers a:link, .woocommerce-pagination .page-numbers a:visited {
display: block !important;
background: #77a464 !important;
color: #363636 !important;
padding: 10px 14px !important;
}

.woocommerce-pagination .page-numbers a:link, .woocommerce-pagination .page-numbers a:hover {
display: block !important;
background: #fff !important;
color: #363636 !important;
}

.woocommerce-pagination .page-numbers .current, .woocommerce-pagination .page-numbers li a:hover {
padding: 10px 14px !important;
background: #77A464 !important;
color: #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 0 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 1em 2em;
    letter-spacing: 0.5px;
    font-weight: 400;
}
/*--------------------------------------------------------------
	Woocommerce Styles surcharge chekout & panier (!)
--------------------------------------------------------------*/

.wc-block-featured-product .wc-block-featured-product__title{
    font-size: 1.4rem;
}

.related.products {
display: none !important;
}
.woocommerce-message {
    display: none;
}
.woocommerce-cart.full-width-content .content, .woocommerce-checkout.full-width-content .content {
    max-width: 100%;
}
.woocommerce-cart .woocommerce table.shop_table td.actions {
    border-top: 1px solid #e6e6e6;
    background: #f7f7f7;
    border-bottom: 0px solid #e6e6e6;
}
.woocommerce-cart .entry-content form {
    width: 60%;
    float: left;
}
.woocommerce-cart .woocommerce .cart-collaterals {
    width: 33%;
    float: right;
}
.woocommerce-cart .woocommerce .cart-collaterals h2 {
    display: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    width: 100%;
}
#add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr th, #add_payment_method table.cart th, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart th, .woocommerce-checkout table.shop_table th {
    color: #796A47;
    font-size: 14px;
    font-size: 1.4rem;
}
#add_payment_method .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr td, #add_payment_method table.cart td, .woocommerce-cart table.cart td, .woocommerce-checkout table.cart td, .woocommerce-checkout table.shop_table td {
    color: #555;
    font-size: 16px;
    font-size: 1rem;
}
.woocommerce-cart .woocommerce table.shop_table th {
    border-bottom: 2px solid #796A47;
}
.woocommerce-cart .woocommerce table.shop_table, .woocommerce-checkout .woocommerce table.shop_table {
    border: 1px solid #e6e6e6;
    margin: 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0;
    border-bottom: none;
    border-right: none;
    margin-bottom: 35px;
    border-bottom: 1px solid #e6e6e6;
}
body #add_payment_method #payment ul.payment_methods li input, body.woocommerce-cart #payment ul.payment_methods li input, body.woocommerce-checkout #payment ul.payment_methods li input {
    width: auto;
    margin: -2px .5em 0 0;
}
body .woocommerce form .form-row .input-checkbox {
    width: auto;
    margin: -2px 5px 0 0;
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, body.woocommerce-cart .cart-collaterals .cart_totals tr td, body.woocommerce-cart .cart-collaterals .cart_totals tr th, body.woocommerce-checkout .cart-collaterals .cart_totals tr td, body.woocommerce-checkout .cart-collaterals .cart_totals tr th, body .woocommerce table.shop_table th {
    border-top: none;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    text-align: right;
    padding: 10px 20px;
}
body #add_payment_method table.cart td, body #add_payment_method table.cart th, body.woocommerce-cart table.cart td, body.woocommerce-cart table.cart th, body.woocommerce-checkout table.cart td, body.woocommerce-checkout table.cart th {
    border-right: 1px solid #e6e6e6;
}
#add_payment_method .cart-collaterals .cart_totals tr th, body.woocommerce-cart .cart-collaterals .cart_totals tr th, body.woocommerce-checkout .cart-collaterals .cart_totals tr th {
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
    border-bottom: 1px solid #e6e6e6;
}
body .woocommerce #respond input#submit.alt, body .woocommerce a.button.alt, body .woocommerce button.button.alt, body .woocommerce input.button.alt {
    background: #f1911a !important;
    font-weight: 500;
}
body .woocommerce #respond input#submit.alt:hover, body .woocommerce a.button.alt:hover, body .woocommerce button.button.alt:hover, body .woocommerce input.button.alt:hover {
    background: #796A47 !important;
}
body .woocommerce .cart .button, body .woocommerce .cart input.button, body .woocommerce #respond input#submit, body .woocommerce a.button, body .woocommerce button.button, body .woocommerce input.button {
    background: #796A47 !important;
    color: #fff;
    font-weight: 500;
    border-radius: 40px;
    font-size: 0.8rem;
}
body .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 0;
    font-size: 1.25em;
    padding: 1em;
    border-radius: 40px;
    margin-top: .5em;
}
body .woocommerce form .form-row-first, body .woocommerce form .form-row-last, body .woocommerce-page form .form-row-first, body .woocommerce-page form .form-row-last {
    width: 49%;
}
body .woocommerce #respond input#submit.disabled, body .woocommerce #respond input#submit:disabled, body .woocommerce #respond input#submit:disabled[disabled], body .woocommerce a.button.disabled, body .woocommerce a.button:disabled, body .woocommerce a.button:disabled[disabled], body .woocommerce button.button.disabled, body .woocommerce button.button:disabled, body .woocommerce button.button:disabled[disabled], body .woocommerce input.button.disabled, body .woocommerce input.button:disabled, body .woocommerce input.button:disabled[disabled] {
    background: #ccc;
}
body .woocommerce a.checkout-button.button.alt {
    border-radius: 40px;
}
body .woocommerce #content table.cart td.actions .coupon, body .woocommerce table.cart td.actions .coupon {
    width: 68%;
}
body #add_payment_method table.cart td.actions .coupon .input-text, body.woocommerce-cart table.cart td.actions .coupon .input-text, body.woocommerce-checkout table.cart td.actions .coupon .input-text {
    padding: 8px 6px 7px;
    width: 65%;
}
body .woocommerce table.shop_table td {
    padding: 15px;
}
body .woocommerce-checkout table.shop_table td {
    text-align: right;
    border-right: 1px solid #e6e6e6;
    border-top: 0;
}
.woocommerce a.remove {
    margin: 0 auto;
}
.woocommerce-cart .woocommerce table.shop_table th.product-remove, .woocommerce-cart .woocommerce table.shop_table th.product-name {
    text-align: center;
}
.woocommerce-cart .woocommerce table.shop_table th.product-price, .woocommerce-cart .woocommerce table.shop_table th.product-quantity, .woocommerce-cart .woocommerce table.shop_table th.product-subtotal {
    text-align: right;
}
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-price, .woocommerce-cart .woocommerce table.shop_table .cart_item td.product-quantity, .woocommerce-cart .woocommerce table.shop_table .cart_item td.product-subtotal {
    text-align: right;
}
.woocommerce-checkout #add_payment_method #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    list-style: none;
}
.woocommerce-checkout .woocommerce .col2-set {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
}
.woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-checkout .woocommerce .col2-set .col-2 {
    margin-bottom: 2em;
    width: 100%;
    float: none;
}
.woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review {
    background: #fff;
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
}
.woocommerce-checkout #ship-to-different-address-checkbox {
    width: auto;
    float: right;
    margin-left: 15px;
    margin-top: 10px;
    opacity: 1;
    position: static;
}
.woocommerce-checkout #ship-to-different-address label {
    font-size: 24px;
    line-height: 1;
    margin: 0;
    margin-bottom: 1em;
    padding: 0;
    text-transform: uppercase;
    color: #000;
}
.woocommerce-checkout .woocommerce form .form-row.create-account label {
    padding-top: 2px;
    font-weight: bold;
}
.woocommerce-checkout .payment-fixed {
    position: fixed;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 2em;
    left: 52%;
    margin-left: 0;
    padding: 20px;
    top: 0;
    width: 45.5% !important;
    -webkit-transition: padding .1s ease-in;
    -moz-transition: padding .1s ease-in;
    -o-transition: padding .1s ease-in;
    -ms-transition: padding .1s ease-in;
    transition: padding .1s ease-in;
}
.product-shipping-message {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0px;
    border-top: 1px solid #139248;
    border-bottom: 1px solid #139248;
}
body .woocommerce table.shop_table tbody th, body .woocommerce table.shop_table tfoot td, body .woocommerce table.shop_table tfoot th {
    border-bottom: none;
}
body .woocommerce form .form-row input.input-text, body .woocommerce form .form-row textarea {
    max-width: 100%;
}
body .woocommerce .product-name a {
    color: #000;
    pointer-events: none;
    cursor: default;
}

@media only screen and (max-width: 1139px) {
.woocommerce-cart .entry-content form {
    width: 64%;
}
}

@media only screen and (max-width: 980px) {
.woocommerce-cart .entry-content form {
    width: 80%;
    float: none;
    margin: 0 auto;
}
.woocommerce-cart .woocommerce .cart-collaterals {
    width: 80%;
    float: None;
    margin: auto;
}
body .woocommerce #content table.cart td.actions .coupon, body .woocommerce table.cart td.actions .coupon {
    width: 100%;
}
body #add_payment_method table.cart td.actions .coupon .input-text, body.woocommerce-cart table.cart td.actions .coupon .input-text, body.woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 48%;
}
}

@media only screen and (max-width: 650px) {
.woocommerce-cart .entry-content form {
    width: 100%;
}
.woocommerce-cart .woocommerce .cart-collaterals {
    width: 100%;
}
.woocommerce-checkout .woocommerce .col2-set {
    width: 100%;
    float: none;
    margin-right: 0;
}
.woocommerce-checkout #order_review_heading,  .woocommerce-checkout #order_review {
    width: 100%;
    float: none;
}
}
/* surcharge bulle quantité panier */

.cart-contents:before {
    font-family:WooCommerce;
    content: "\e01d";
    font-size:1rem;
    margin-top:10px;
    font-style:normal;
    font-weight:400;
    padding-right:5px;
    vertical-align: bottom;
}
.cart-contents:hover {
    text-decoration: none;
}
.cart-contents-count {
    color: #fff;
    background-color: #E4AA3E;
    font-weight: bold;
    border-radius: 10px;
    padding: 1px 6px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
}



/*--------------------------------------------------------------
	Responsive
--------------------------------------------------------------*/

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

@media (max-width: 1200px) {

}

@media (max-width: 991px) {

}

@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;
}
.hpbg-title {
	padding : 0;
	}
.baseline-home {
	display: none;
	}
.blog-post {
    padding: 40px 10px 50px 10px;
}

.blog-post .entry-title {
    font-size: 28px;
}
    
.nav>li>a {
    padding: 10px 5px;
}
.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;
}
