/*
Theme Name: Club Vetoquinol
Author: Marketing Media
Author URI: http://marketingmedia.ca/
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;0,900;1,400;1,700&display=swap");
@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
  vertical-align: top;
}

a {
  text-decoration: none;
  transition: all 0.3s linear;
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  width: inherit !important;
}

/*General*/
body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #58595B;
  line-height: 1.5;
}

.Desktop {
  display: none;
}

.Center {
  text-align: center;
}

.Wrapper {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}

.Section {
  padding: 50px 0;
}

img {
  margin: 0;
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 36px;
}

h1 span {
  color: #00868F;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

strong {
  font-weight: 700;
}

p {
  margin-bottom: 20px;
}

.GreyBlock {
  background: #F3F5F3;
}

.fas {
  line-height: 1.5;
}

/*Buttons*/
.DrkGreenBtn {
  display: inline-block;
  padding: 13px 17px;
  background: #3B8B44;
  background: #3b8b44;
  border-radius: 3px;
  color: #FFF;
}

.DrkGreenBtn:hover {
  background: #2c6732;
}

.GreenBtn {
  display: inline-block;
  padding: 13px 17px;
  background: #83B441;
  background: #83b441;
  border-radius: 3px;
  color: #FFF;
}

.GreenBtn:hover {
  /*background:darken(#83B441, 10);*/
  background: #FF843A;
}

.WhiteBrdBtn {
  display: inline-block;
  padding: 0 30px;
  line-height: 60px;
  border: 1px solid #FFF;
  color: #FFF;
  border-radius: 30px;
}

.WhiteBrdBtn i {
  line-height: 60px;
  padding-left: 20px;
}

.WhiteBrdBtn:hover {
  background: #fff;
  color: #3B8B44;
}

/*Header*/
.TopBanner {
  background: #83b441;
  background: linear-gradient(90deg, #83b441 0%, #3b8b44 100%);
  padding: 10px;
  color: #FFF;
}

.TopBanner a {
  font-weight: 700;
  color: #FFF;
  text-decoration: underline;
}

.TopBanner a:hover {
  opacity: 0.75;
}

header {
  position: relative;
  z-index: 999;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

header .Top .Wrapper {
  display: flex;
  padding: 15px 0;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

header .Top .Wrapper .Logo {
  width: 40%;
  max-width: 195px;
}

header .Top .Wrapper .MobilTools {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .Top .Wrapper .MobilTools #SearchIcon {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

header .Top .Wrapper .MobilTools #SearchIcon i {
  line-height: 20px;
  text-align: center;
  width: 20px;
  height: 20px;
}

header .Top .Wrapper .TopBlock {
  width: 100%;
  margin-top: 15px;
  text-align: center;
}

#Bars {
  display: inline-flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 0 !important;
}

#Bars span {
  color: #FFF;
  font-size: 12px;
}

#Search {
  display: none;
  position: relative;
}

#Search form {
  margin-bottom: 10px;
}

#Search form input[type="text"] {
  padding: 13px 20px;
  width: 100%;
  background: #F9FAF9;
  color: #2C2D2E;
  border: 1px solid #DCDDDE;
  border-radius: 3px;
  height: 50px;
}

#Search.Open {
  display: block;
}

#Search i {
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

#NavIcon {
  width: 26px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin-left: 10px;
  z-index: 9999;
}

#NavIcon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #2C2D2E;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#NavIcon span:nth-child(1) {
  top: 0px;
}

#NavIcon span:nth-child(2), #NavIcon span:nth-child(3) {
  top: 8px;
}

#NavIcon span:nth-child(4) {
  top: 16px;
}

#NavIcon.Open span {
  background: #FFF;
}

#NavIcon.Open span:nth-child(1) {
  top: 0px;
  width: 0%;
  left: 50%;
  opacity: 0;
}

#NavIcon.Open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#NavIcon.Open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#NavIcon.Open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
  opacity: 0;
}

#Nav {
  display: none;
  position: fixed;
  z-index: 9998;
  background: rgba(59, 139, 68, 0.95);
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow-y: scroll;
}

#Nav.Open {
  display: flex;
}

#Nav ul li {
  margin: 10px 0;
  text-align: center;
}

#Nav ul li a {
  display: block;
  color: #FFF;
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
}

#Nav ul li:last-child a {
  opacity: 0.75;
}

/*Breadcrumb*/
.Bread {
  background: #046766;
  color: rgba(255, 255, 255, 0.75);
  padding: 15px 0;
}

.Bread .breadcrumb a {
  color: rgba(255, 255, 255, 0.75);
}

.Bread .breadcrumb a:hover {
  color: white;
}

.Bread .breadcrumb strong {
  color: #FFF;
}

/*Content*/
.Content a {
  color: #83B441;
}

.Content p strong {
  color: #2C2D2E;
}

/*Category*/
.Shop .Banner {
  background: url(img/banner-vetoquinol.jpg) center bottom no-repeat;
  background-size: cover;
}

.Shop .Banner .Screen {
  background: #046766;
  background: linear-gradient(90deg, rgba(4, 103, 102, 0.95) 0%, rgba(4, 103, 102, 0) 100%);
  padding: 60px 0;
  color: #FFF;
}

.Shop .Breadcrumb {
  color: rgba(255, 255, 255, 0.5);
}

.Shop .Breadcrumb a {
  color: rgba(255, 255, 255, 0.75);
}

.Shop .Breadcrumb a:hover {
  color: white;
}

.Shop .Breadcrumb strong {
  color: #FFF;
}

/*SideBar*/
#FilterBtn {
  font-size: 18px;
  font-weight: 700;
  display: block;
  width: 100%;
  padding: 15px;
  background: #F9FAF9;
  border: 1px solid #DCDDDE;
  border-radius: 3px;
  margin-bottom: 40px;
}

#FilterBtn i {
  float: right;
  line-height: 1.3;
}

#Side {
  display: none;
  margin-bottom: 40px;
}

.widget-container {
  border: 1px solid #DCDDDE;
  padding: 15px;
  margin-bottom: 20px;
}

.widget-container:last-child {
  margin-bottom: 0;
}

.widget-container .widget-title {
  border-bottom: 1px solid #DCDDDE;
  font-weight: 600;
  font-size: 29px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.widget-container .product-categories {
  font-size: 18px;
}

.widget-container .product-categories li {
  margin-bottom: 10px;
  padding-left: 5px;
}

.widget-container .product-categories li a {
  color: #384E51;
}

.widget-container .product-categories li a:hover {
  color: #3B8B44;
}

.widget_layered_nav ul li {
  margin-bottom: 10px;
}

.widget_layered_nav ul li a {
  color: #384E51;
  font-size: 16px;
  /*&::before {
					display: none !important;
				}*/
}

.widget_layered_nav ul li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: inherit;
  display: block !important;
  float: left;
  font-size: 12px;
  margin: 2px 7px 0 0;
  color: #B3B5B3;
}

.widget_layered_nav ul li .count {
  float: right;
}

.widget_layered_nav li a::before {
  content: "\f45c" !important;
}

.widget_layered_nav li.chosen a::before {
  content: "\f14a" !important;
  color: #83B441;
  font-size: 15px;
}

.SideBarBlock .Main {
  padding-top: 15px;
}

.SideBarBlock .Main .CatTitle {
  font-size: 32px;
}

.SideBarBlock .Main .CatTitle::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: #83B441;
  margin: 20px 0;
}

.SideBarBlock .Main .CatDescription {
  border-bottom: 1px solid #DCDDDE;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.SideBarBlock .Main .CatDescription p:last-child {
  margin-bottom: 0;
}

.Triage {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.Triage .Col {
  display: block;
  align-items: center;
  text-align: center;
}

.Triage .Col .Block {
  display: block;
  align-items: center;
}

.Triage .Col .Block:first-child {
  margin-bottom: 20px;
}

.Triage .Col .Block p {
  margin: 0;
}

/*woocommerce*/
.woocommerce .woocommerce-ordering select {
  border: 1px solid #DCDDDE;
  padding: 10px !important;
  background: #fff;
  border-radius: 3px;
}

.woocommerce .products {
  display: grid;
  gap: 20px;
  margin: 30px 0;
}

.woocommerce .products.related, .woocommerce .products.up-sells {
  display: block;
}

.woocommerce .products .product {
  border: 1px solid #DCDDDE;
  background: #FFF;
  padding: 10px;
  transition: all 0.3s linear;
}

.woocommerce .products .product:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.woocommerce .products .product:hover .Thumb .More {
  opacity: 1;
}

.woocommerce .products .product .Thumb {
  position: relative;
}

.woocommerce .products .product .Thumb .new-badge {
  background: #FF843A;
  color: #fff;
  padding: 10px;
  display: block;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 600;
  font-size: 12px;
  z-index: 999;
}

.woocommerce .products .product .Thumb .onsale {
  display: none;
  padding: 10px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  color: #FFF;
  background: crimson;
}

.woocommerce .products .product .Thumb .More {
  display: block;
  position: absolute;
  bottom: 0;
  background: rgba(4, 103, 102, 0.8);
  padding: 15px 0;
  width: 100%;
  color: #FFF;
  transition: all 0.3s linear;
  text-align: center;
  font-weight: 600;
  opacity: 0;
}

.woocommerce .products .product .Title {
  margin-bottom: 20px;
  padding: 20px 10px 0;
}

.woocommerce .products .product .Title h5 {
  color: #A7A9AC;
  font-size: 16px;
}

.woocommerce .products .product .Title h2 {
  color: #323233;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}

.woocommerce .products .product .PriceBlock {
  padding: 0 10px 10px;
}

.woocommerce .products .product .PriceBlock .star-rating {
  display: none;
}

.woocommerce .products .product .PriceBlock .price {
  display: inline-flex;
  align-items: center;
  color: #00868F;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.woocommerce .products .product .PriceBlock .price .woocommerce-Price-currencySymbol {
  font-weight: 400;
}

.woocommerce .products .product .PriceBlock .price del {
  font-size: 16px;
  color: #A7A9AC;
  padding-right: 20px;
}

.woocommerce .products .product .PriceBlock .price ins {
  text-decoration: none;
}

.woocommerce .woocommerce-pagination ul {
  display: block;
}

.woocommerce .woocommerce-pagination ul li {
  display: inline-block;
}

.woocommerce .woocommerce-pagination ul li span {
  display: block;
  text-align: center;
  color: #323232;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #B3B5B3;
}

.woocommerce .woocommerce-pagination ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #323232;
  background: #EAEBEB;
  text-align: center;
}

.woocommerce .woocommerce-pagination ul li a:hover {
  color: #FFF;
  background: #83B441;
}

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 20px;
}

.woocommerce .woocommerce-product-rating {
  margin-bottom: 20px;
  line-height: 2;
  display: block;
}

.woocommerce .woocommerce-product-rating::before {
  content: "";
  display: table;
}

.woocommerce .woocommerce-product-rating::after {
  content: "";
  display: table;
  clear: both;
}

.star-rating {
  overflow: hidden;
  position: relative;
  height: 2em;
  line-height: 2;
  font-size: 1em;
  width: 5.8em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: left;
  margin-right: 10px;
}

.star-rating::before {
  content: "\f005\f005\f005\f005\f005";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span::before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  color: #3B8B44;
}

/*Product Page*/
.WooBreadcrumb {
  display: block;
  background: #046766;
  padding: 15px;
  color: #FFF;
}

.WooBreadcrumb a {
  color: rgba(255, 255, 255, 0.7);
}

.WooBreadcrumb a:hover {
  color: white;
}

.type-product {
  padding: 80px 0;
}

.ProductMain {
  margin-bottom: 40px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}

.ProductMain .Price {
  font-size: 28px;
  color: #00868F;
  font-weight: 600;
}

.ProductMain .Price p {
  display: inline-flex;
  align-items: center;
}

.ProductMain .Price del {
  font-size: 18px;
  color: #A7A9AC;
  padding-right: 10px;
  font-weight: 400;
}

.ProductMain .Price ins {
  font-weight: 600;
  text-decoration: none;
}

.ProductMain .Price .woocommerce-Price-currencySymbol {
  font-weight: 400;
}

.ProductImage {
  display: block;
  position: relative;
}

.ProductImage img {
  width: 100%;
  height: auto;
}

.ProductImage span.onsale {
  display: none;
}

.product_title {
  font-weight: 600;
}

.ProductBtns {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EAEBEB;
}

.ProductBtns a {
  color: #fff;
}

.product_meta span {
  display: block;
  margin-bottom: 10px;
}

.product_meta span span {
  display: inline-block;
  margin-bottom: 0;
}

.ProductTabs ul.tabs {
  display: block;
  border-top: 1px solid #E6E8E6;
  margin-bottom: 20px;
}

.ProductTabs ul.tabs li {
  border-bottom: 1px solid #E6E8E6;
}

.ProductTabs ul.tabs li a {
  font-size: 20px;
  color: #424344;
  display: block;
  padding: 15px;
}

.ProductTabs ul.tabs li.active a {
  background: #f3f5f3;
  position: relative;
}

.ProductTabs ul.tabs li.active a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}

.ProductTabs .woocommerce-Tabs-panel {
  display: block;
  padding: 10px 15px;
}

.ProductTabs .woocommerce-Tabs-panel h2 {
  color: #046766;
  margin-bottom: 20px;
  font-size: 30px;
}

.ProductTabs .woocommerce-Tabs-panel h2 span {
  font-weight: 700;
}

.Related .related h2, .Related .up-sells h2, .Upsell .related h2, .Upsell .up-sells h2 {
  text-align: center;
  color: #00868F;
}

.Related .related h2.woocommerce-loop-product__title, .Related .up-sells h2.woocommerce-loop-product__title, .Upsell .related h2.woocommerce-loop-product__title, .Upsell .up-sells h2.woocommerce-loop-product__title {
  text-align: left;
}

.Upsell .up-sells {
  margin-bottom: 80px;
}

.woocommerce table.shop_attributes {
  width: 100%;
  border: 0;
  border-top: 1px dotted #E6E8E6;
}

.woocommerce table.shop_attributes th {
  width: 150px;
  font-weight: 700;
  padding: 10px;
  border-top: 1px dotted #E6E8E6;
  margin: 0;
  line-height: 1.5;
  text-align: left;
}

.woocommerce table.shop_attributes td {
  padding: 0;
  border-top: 0;
  border-bottom: 1px dotted #E6E8E6;
  margin: 0;
  line-height: 1.5;
}

.woocommerce table.shop_attributes td p {
  margin: 0;
  padding: 10px 0;
}

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
  background: #F9FAF9;
}

#LangFR #NewBadge::after {
  content: 'NOUVEAU';
}

#LangEN #NewBadge::after {
  content: 'NEW';
}

/*Reviews*/
#reviews h2 small {
  float: right;
  color: #767676;
  font-size: 15px;
  margin: 10px 0 0;
}

#reviews h2 small a {
  text-decoration: none;
  color: #767676;
}

#reviews h3 {
  margin: 0;
}

#reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}

#reviews #comment {
  height: 75px;
}

#reviews #comments {
  margin-bottom: 20px;
}

#reviews #comments .add_review::after, #reviews #comments .add_review::before {
  content: " ";
  display: table;
}

#reviews #comments .add_review::after {
  clear: both;
}

#reviews #comments h2 {
  clear: none;
}

#reviews #comments ol.commentlist {
  margin: 0;
  width: 100%;
  background: 0 0;
  list-style: none;
}

#reviews #comments ol.commentlist::after, #reviews #comments ol.commentlist::before {
  content: " ";
  display: table;
}

#reviews #comments ol.commentlist::after {
  clear: both;
}

#reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  position: relative;
  background: 0;
  border: 0;
}

#reviews #comments ol.commentlist li .meta {
  color: #767676;
  font-size: 0.75em;
}

#reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 32px;
  height: auto;
  background: #ebe9eb;
  border: 1px solid #E6E8E6;
  margin: 0;
  box-shadow: none;
}

#reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border: 1px solid #E6E8E6;
  border-radius: 3px;
  padding: 1em 1em 0;
}

#reviews #comments ol.commentlist li .comment-text::after, #reviews #comments ol.commentlist li .comment-text::before {
  content: " ";
  display: table;
}

#reviews #comments ol.commentlist li .comment-text::after {
  clear: both;
}

#reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}

#reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.83em;
}

#reviews #comments ol.commentlist .star-rating {
  float: right;
}

#reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 50px;
}

#reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}

#reviews #comments ol.commentlist #respond {
  border: 1px solid #e4e1e3;
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px;
}

#reviews #comments .commentlist > li::before {
  content: "";
}

#reviews #review_form_wrapper {
  background: #F9FAF9;
  padding: 20px;
}

#reviews #review_form_wrapper #reply-title {
  font-size: 22px;
  color: #00868F;
  display: block;
}

#reviews #review_form_wrapper .comment-form-rating {
  padding: 10px 0;
}

#reviews #review_form_wrapper label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}

#reviews #review_form_wrapper textarea {
  border: 1px solid #E6E8E6;
  background: #fff;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

#reviews #review_form_wrapper p {
  padding: 10px 0;
}

#reviews #review_form_wrapper p:last-child {
  padding: 0;
  margin: 0 !important;
}

#reviews #review_form_wrapper input[type="text"], #reviews #review_form_wrapper input[type="email"] {
  border: 1px solid #E6E8E6;
  background: #FFF;
  padding: 10px;
  width: 100%;
}

#reviews #review_form_wrapper .comment-form-cookies-consent #wp-comment-cookies-consent {
  float: left;
  margin-right: 10px;
}

#reviews #review_form_wrapper input[type="submit"] {
  color: #FFF;
  background: #3B8B44;
  border: 1px solid #3B8B44;
  font-size: 18px;
  padding: 15px 20px;
}

/*Reviews Form*/
.woocommerce .hreview-aggregate .star-rating {
  margin: 10px 0 0;
}

.woocommerce #review_form #respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: transparent none;
  border: 0;
}

.woocommerce #review_form #respond::after, .woocommerce #review_form #respond::before {
  content: " ";
  display: table;
}

.woocommerce #review_form #respond::after {
  clear: both;
}

.woocommerce #review_form #respond p {
  margin: 0 0 10px;
}

.woocommerce #review_form #respond .form-submit input {
  left: auto;
}

.woocommerce #review_form #respond textarea {
  box-sizing: border-box;
  width: 100%;
}

.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}

.woocommerce p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  width: 5.8em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f005";
  color: #d3ced2;
  text-indent: 0;
}

.woocommerce p.stars a:hover ~ a::before {
  content: "\f005";
  color: #d3ced2;
}

.woocommerce p.stars:hover a::before {
  content: "\f005";
  color: #3B8B44;
}

.woocommerce p.stars.selected a.active::before {
  content: "\f005";
  color: #3B8B44;
}

.woocommerce p.stars.selected a.active ~ a::before {
  content: "\f005";
  color: #d3ced2;
}

.woocommerce p.stars.selected a:not(.active)::before {
  content: "\f005";
  color: #3B8B44;
}

/* Contact */
.ContactBlock {
  background: url(img/grey-logo-bg.svg) center right no-repeat #f0f2f0;
  background-size: auto 100%;
}

.ContactCols {
  background: #FFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.ContactInfo .wp-block-cover {
  height: 100%;
}

.ContactInfo .InnerInfo p {
  line-height: 1.5;
}

.ContactInfo .InnerInfo .Logo {
  max-width: 180px;
}

.ContactInfo .InnerInfo strong {
  color: #FFF;
}

.ContactInfo .InnerInfo a {
  color: #FFF;
  /*font-size: 20px;*/
}

.ContactInfo .InnerInfo a.Phone::before {
  content: "\f095";
}

.ContactInfo .InnerInfo a.Mail::before {
  content: "\f2b6";
}

.ContactInfo .InnerInfo a::before {
  color: #83B441;
  padding-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.ContactFormBlock {
  padding: 40px 15px;
}

.ContactFormBlock h2 {
  color: #00868F;
}

.ContactForm {
  font-size: 20px;
}

.ContactForm .Row {
  margin-bottom: 20px;
}

.ContactForm label {
  color: #131313;
}

.ContactForm label span {
  display: block;
  margin-top: 5px;
}

.ContactForm label sup {
  color: #3B8B44;
}

.ContactForm .TwoColBlock {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.ContactForm input[type="text"], .ContactForm input[type="email"] {
  width: 100%;
  padding: 15px;
  background: #F5F8F9;
  border: 1px solid #ECEEF0;
  border-radius: 5px;
}

.ContactForm textarea {
  width: 100%;
  padding: 15px;
  background: #F5F8F9;
  border: 1px solid #ECEEF0;
  border-radius: 5px;
}

.ContactForm input[type="submit"] {
  color: #FFF;
  font-weight: 700;
  background: #046766;
  border: 1px solid #046766;
  text-align: center;
  border-radius: 5px;
  width: 100%;
  font-size: 20px;
  padding: 15px;
}

/*HomePage*/
.HomeHero {
  margin: 0;
  padding: 0 !important;
}

.HomeHero .Screen {
  background: url(img/hero-screen-bg.svg) center right no-repeat rgba(4, 103, 102, 0.9);
  background-size: auto 100%;
  min-height: 430px;
  display: flex;
  align-items: center;
  padding: 80px 30px;
}

.HomeHero .Screen h1 {
  line-height: 1;
}

.HomeHero .Screen h3 {
  font-weight: 700;
}

.HomeHero .Screen p {
  line-height: 2;
}

.HomeHero .Screen p strong {
  color: #FFF;
}

.HomeHero .Screen a strong {
  color: #FFF;
  padding-right: 10px;
}

.HomeHero .Screen a span {
  line-height: 1.3;
}

.HomeHero .Screen a:hover {
  background-color: #046766;
}

.IntroText {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px;
}

.ClubProgram {
  display: block;
}

.ClubProgram .Icon {
  display: flex;
  width: 60px;
  height: 60px;
  background: #FF843A;
  color: #FFF;
  margin: 0 auto 15px;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.ClubProgram .Icon i {
  font-size: 28px;
}

.ClubProgram .Dotted .wp-block-column {
  border-right: 1px dotted #DCDDDE;
}

.ClubProgram .Dotted .wp-block-column:last-child {
  border-right: none;
}

.ClubProgram .Dotted .wp-block-column p {
  display: block;
  width: 80%;
  margin: 10px auto;
}

.wp-block-button a::after {
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 10px;
}

.HowIt {
  background: url(img/grey-logo-bg.svg) center right no-repeat #f0f2f0;
  background-size: auto 100%;
}

.HowCols .wp-block-column .Inner {
  background: #FFF;
  padding: 120px 20px 30px;
  margin-top: -100px;
  transition: all 0.3s linear;
}

.HowCols .wp-block-column:hover .Inner {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.HowCols .wp-block-column:hover .Inner .wp-block-button a {
  color: #FFF !important;
  background-color: #FF843A;
  border-color: #FF843A;
}

.ClubProgram .wp-block-column, .HowIt .wp-block-column {
  padding: 20px 0;
}

.DefaultPage {
  background: url(img/generic-grey-bg.svg) right bottom no-repeat;
  background-size: 40% auto;
}

.DefaultPage .PageTitle {
  margin-bottom: 80px;
}

.DefaultPage .PageTitle h1 {
  color: #00868F;
}

/*FAQ*/
.Question {
  border-bottom: 1px dotted #E6E8E6;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.Question h4 {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  font-size: 22px !important;
}

.Question h4::before {
  content: "Q:";
  color: #00868F;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}

.Question p {
  margin-bottom: 0;
  padding-left: 30px;
  position: relative;
}

.Question p::before {
  content: 'A:';
  color: #00868F;
  font-weight: 700;
  font-size: 22px;
  position: absolute;
  top: -7px;
  left: 0;
}

/*Footer*/
footer .Top {
  background: #83B441;
  color: #fff;
  padding: 50px 0;
  text-align: center;
}

footer .Top h1 {
  font-size: 28px;
  margin-bottom: 20px;
}

footer .Footer {
  color: #fff;
  background: #4B686C;
  padding: 80px 0;
  text-align: center;
}

footer .Footer .Text {
  margin-bottom: 40px;
}

footer .Footer .Text .Logo {
  width: 180px;
  margin: 0 auto 20px;
}

footer .Footer .Links .Col {
  margin-bottom: 50px;
}

footer .Footer .Links .Col h3 {
  font-weight: 700;
  margin-bottom: 10px;
}

footer .Footer .Links .Col ul li {
  margin-bottom: 10px;
}

footer .Footer .Links .Col ul li a {
  color: rgba(255, 255, 255, 0.65);
}

footer .Footer .Links .Col ul li a:hover {
  color: white;
}

footer .Footer .Links .Col:last-child {
  margin-bottom: 0;
}

footer a.Facebook {
  display: inline-block;
  background: #6F8689;
  color: #fff;
  border-radius: 50%;
}

footer a.Facebook i {
  display: block;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

footer a.Facebook:hover {
  background: #83B441;
}

.Copy {
  background: #384E51;
  color: #FFF;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
}

.Copy .Col:first-child {
  margin-bottom: 10px;
}

.Copy a {
  color: #FFF;
}

.Copy a.MM {
  background: url(img/marketingmedia.svg) right center no-repeat;
  padding-right: 125px;
}

/*Sitemap*/
.wsp-container h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #3B8B44;
  margin: 10px 0 20px;
}

.wsp-container ul li {
  margin-bottom: 5px;
  font-size: 18px;
}

.wsp-container ul li a {
  color: #424344;
}

.wsp-container ul li a:hover {
  color: #83B441;
}

/*Search*/
.Search .Post {
  padding: 10px 0;
  margin: 10px 0;
  border-bottom: 1px dotted #6F8689;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  max-width: 100%;
  border: 2px solid #FFF !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900 !important;
}

.wp-block-buttons.is-content-justification-center {
  display: flex;
}

.wp-block-embed iframe {
  max-width: 100%;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  margin-bottom: 20px;
}

/*Responsive*/
/*Mobil hrz*/
@media (min-width: 667px) {
  .ContactInfo .InnerInfo {
    padding: 0 40px;
  }
  .ContactInfo .InnerInfo a {
    font-size: 20px;
  }
}

/*tablet*/
@media (min-width: 767px) {
  .woocommerce .products {
    grid-template-columns: repeat(2, 1fr);
  }
  .Triage {
    grid-template-columns: 3fr 2fr;
  }
  .Triage .Col:first-child {
    display: flex;
    align-items: center;
  }
  .Triage .Col .Block {
    display: inline-flex;
    align-items: center;
  }
  .Triage .Col .Block:first-child {
    margin: 0;
    padding-right: 20px;
  }
  .Triage .Col:last-child {
    justify-content: flex-end;
    text-align: right;
  }
  .ProductTabs .woocommerce-tabs {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 30px;
  }
  .ContactForm {
    width: 95%;
  }
  .ContactForm .TwoColBlock {
    grid-template-columns: repeat(2, 1fr);
  }
  .wpcf7 form .wpcf7-response-output {
    max-width: 95%;
  }
  .HomeHero .Screen {
    max-width: 460px;
  }
  .HomeHero .Screen h1 {
    font-size: 70px;
  }
  #LangFR .HomeHero .Screen h1 {
    font-size: 55px;
  }
}

/*tablet hrz*/
@media (min-width: 1023px) {
  /*Footer*/
  footer .Top .Wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer .Top h1 {
    font-size: 50px;
    margin: 0;
  }
  footer .Footer {
    text-align: left;
  }
  footer .Footer .Wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
  footer .Footer .Links .Col {
    margin-bottom: 0;
    padding-top: 30px;
  }
  footer .Text {
    text-align: left;
  }
  footer .Text p {
    line-height: 2;
  }
  footer .Text .Logo {
    margin: 0 0 20px !important;
  }
  footer .Links {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
  }
  footer .Links h3 {
    font-size: 20px;
  }
  .Copy .Wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .Copy .Col {
    margin-bottom: 0 !important;
  }
  .ProductMain {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*Desktop*/
@media (min-width: 1100px) {
  .Desktop {
    display: block;
  }
  .MobilTools {
    display: none !important;
  }
  header .Top .Wrapper .TopBlock {
    width: auto;
    margin: 0;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .Section {
    padding: 80px 0;
  }
  #Search {
    display: inline-block;
    width: 390px;
  }
  #Search form {
    margin: 0;
  }
  #Nav {
    display: block;
    width: 100%;
    position: relative;
    background: #F9FAF9;
    height: auto;
    overflow: hidden;
  }
  #Nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #Nav ul li {
    margin: 0;
  }
  #Nav ul li a {
    color: #2C2D2E;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0;
  }
  #Nav ul li a:hover {
    color: #046766;
  }
  #Nav ul li:last-child a {
    color: #83B441;
    opacity: 1;
  }
  #Nav ul li:last-child a:hover {
    color: #046766;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 22px;
  }
  #Side {
    display: block;
  }
  .SideBarBlock {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 20px;
  }
  .SideBarBlock .Main {
    padding-top: 15px;
  }
  .woocommerce .products {
    grid-template-columns: repeat(2, 1fr);
  }
  .woocommerce .products.columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .woocommerce .products.columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
