@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(Montserrat.ttf) format('truetype');
}
html { -webkit-text-size-adjust: 100%; }
body {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #292929;
    background-color: #fff;
    margin:0;
    line-height: 1.3;
}

#page_wrapper {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    z-index: 0;
}

/* Divers */
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
  color: #005850;
}
h1 {font-size: 44px;}
h2 {font-size: 34px;}
a {color: #005850;text-decoration: none;}
ul{margin-top: 0;}
li {
  margin: 0;
  padding: 7px 4px 12px 16px;
  list-style: none;
  background-image: url(../img/visuals/hex_li.svg);
  background-repeat: no-repeat;
  background-position: 0% 12px;
  background-size: 8px;
}
img {max-width: 100%;}


.centered {text-align: center;}
.heavy {font-weight: bold;}

.button_tp_white {border:1px solid #fff;width: 210px;padding:15px; font-size: 20px; font-weight: bold;margin-top:35px;text-align: center; color: #fff;display: block;}
.button_tp_white:hover {border: 1px solid #fff;background-color: #fff;color: #005850;}

.button_tp {border:1px solid #005850;width: 630px;padding:15px; font-size: 20px; font-weight: bold;margin-top:60px;margin-bottom: 60px;text-align: center; color: #fff;display: block; margin-left:auto;margin-right: auto;background: #005850;}
.button_tp:hover {border: 1px solid #fff;background-color: #005850;color: #fff;}

/* Grid */
.col3 {width: 33%;float: left;}
.col2 {width: calc(50% - 60px);float: left; padding: 30px;}
.col-left-product {width: 33%;float: left;padding-top: 60px; margin-top : -30px;background-color: #f7f5f1;}
.col-left-product-mobile {display: none;}
.col-right-product {width: 66%;float: left;padding-top: 60px;margin-top : -30px;background-color: #f7f5f1;}
.content-product{max-width: 1170px;margin-left:auto;margin-right: auto;}
.clearboth {clear: both;}

.content {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.content_full_width {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.content_narrow {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.content_super_narrow {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.white_bg {background-color: #fff;padding:15px;}
.flexed {display: flex; flex-direction: row; justify-content: space-between;}

.mobile_only {max-width: 800px; margin-left: auto;margin-right: auto;padding-left: 5px;padding-right: 5px;}

/* Header */
header {
  height: 101px;
  box-shadow: 0px 2px 4px 0px #CCCCCC;
  width: 100%;
  background-color: #fff;
}
@media (min-width: 768px) {
  header{
    position: fixed;
    left: 0;
    z-index: 99;
  }
}
.menu {
  height: 100px;
  /* overflow: hidden; */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.menu a {
  float: left;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #292929;
  padding: 12px 12px 27px 12px;
  margin-top: 42px;
  border-bottom: 5px solid #fff;
}
.menu a:hover {
  border-bottom: 5px solid #005850;
  font-weight: 600;
}
.menulogo {
  padding: 0 !important;
  border:0 !important;
  margin-top: 10px !important;
  margin-left: 60px;
  margin-right: 60px;
}
.subnav {
  background-color: inherit;
  border-bottom: 5px solid #fff;
  position: relative;
  font-weight: 300;
}
.subnav:hover {
  border-bottom: 5px solid #005850;
  font-weight: 600;
}
.subnav .subnavbtn {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #292929;
  padding: 12px 12px 27px 12px;
  margin-top: 42px;
  border:0;
}
.navbar a:hover, .subnav:hover .subnavbtn { background-color: #fff;}
.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  top: 102px;
  background-color: #fff;
  z-index: 1;
}
.subnav-content a {
  float: left;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  color: #292929;
  padding: 8px 12px;
  margin-top: 0;
  white-space: nowrap;
  border:0;
}
.subnav-content a:hover {
  border: 0;
  text-decoration: underline;
  color:#005850;
}
.subnav:hover .subnav-content { display: block;}
.product_cat {
  text-transform: uppercase;
  float: left;
  font-size: 12px;
  line-height: 1;
  padding: 12px;
  margin-top: 0;
  white-space: nowrap;
  border:0;
}

/* Menu Mobile */
.mobile_only{display: none;padding-bottom:20px;}

.logo_mobile {position: relative;background: #fff;}
.hamburger_container {background-color: #fff;width:100%;}
.hamburger {
  width: 20px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  height: 22px;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #292929;
  opacity: 0.8;
  left: 0;
}
.hamburger span:hover {opacity:1;}
.hamburger span:first-child  { top: 0;}
.hamburger span:nth-child(2) { top: 6px;}
.hamburger span:nth-child(3) { top: 12px;}
#responsive_menu {
  display: none;
  height:100vh;
  background-color: #fff;
  position: relative;
}
#responsive_menu div {
  border-bottom: 1px solid #ccc;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0 20px 0;
}
#responsive_menu div:last-of-type {border-bottom: 0;}
.category { font-size: 20px; font-weight: 600;}

/* Fin Header */

/* Contenu principal */
article{
  margin-top: 100px;
  position: relative;
  z-index:1;
}

/* Footer */
footer{background-color: #005850; color: #fff;padding-top: 35px;padding-bottom: 35px;}
footer .content{background-color: #005850;}
footer a{color: #fff;text-decoration: none;padding:5px 0;display: block;text-transform: uppercase;font-size: 13px;}
footer a:hover{text-decoration: underline;}

.footer_col1 a{padding-top:0;margin-top: -10px;}
.footer_col2 {padding-left: 320px;}
.footer_col3 {border-left: 1px solid #8dbf2f;padding-left:30px;}

.copy {font-size: 16px; color: #009f91; text-align: center;}
.copy a {font-size: 14px; color: #009f91; text-decoration: none; display: inline;text-transform: none;}
.copy a:hover {text-decoration: underline;}
/* Fin Footer */

/* Home */
/* Section promesse */
.promise_div {
  padding-top: 35px;
  padding-bottom: 35px;
  background-image: url(../img/visuals/background-promise.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: scroll;
  color: #fff;
}
.h1_promise {font-weight: 600; text-align:center; line-height: 2}
/* Section Produits */
.products_div h2{text-align: center;}
.product_thumb_container {position: relative; width: 100%;height:320px; max-width: 356px;margin-left: auto;margin-right: auto;}
.product_thumb, .product_thumb_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product_thumb {z-index: 1;}
.product_thumb_overlay {background-color: rgba(0,88,80,0); z-index: 10;}
.product_thumb_overlay::before {
  content: "+";
  height: 100%;
  width: 100%;
  font-size:200px;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  font-weight:bold;
  font-family:arial;
  color:transparent;
}
.product_thumb_overlay a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.product_thumb_overlay:hover {
    background-color: rgba(0,88,80,0.5);
    cursor: pointer;
}
.product_thumb_overlay:hover::before { color:white;}
/* Section contact */
.contact_div {
  padding-top: 35px;
  padding-bottom: 35px;
  background-image: url(../img/visuals/background-contact.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  color: #fff;
  text-align: left;
}
.contact_div h2{color: #fff; text-align: right;}
/* Section from seed to wellness */
.stw_div {
  margin-top:10px;
  margin-bottom:10px;
  padding-top: 35px;
  padding-bottom: 35px;
  background-image: url(../img/visuals/background-home-section-seed-to-wellness.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
}
.white_insert {width: 66%; margin-left: auto;margin-right: auto;text-align: center; background-color: #fff;padding:15px;}
.white_insert h2{line-height: 1; margin:15px 0 30px 0;}
.white_insert p{margin-bottom:20px;}

/* Section CBD expertise */
.expertise_div{
  padding-top: 35px;
  padding-bottom: 35px;
  background-image: url(../img/visuals/background-bubbles.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  color: #fff;
  text-align: left;
  margin-top: 10px;
}

/* Page About */
/* Section vertical integration */
.vi_div {
  padding-top: 35px;
  padding-bottom: 35px;
  background-image: url(../img/visuals/background-hemp-leaves.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: scroll;
}
.pictos_container {display: flex; flex-direction: row;flex-flow: row;justify-content: space-between; margin-left:60px;margin-right:60px;margin-bottom: 30px;}
.pictos {padding-left:10px;padding-right:10px;height: 100px;}

/* Section liens sites freres */
.websites_links_div div:first-of-type{justify-content: space-around;}
.container_link_website {max-width: 300px;}
.container_link_website img{max-width: 100%;}

/* Page Contact */
.form_container {max-width: 600px;margin-left:auto;margin-right: auto;}
form {
  padding-top: 60px;
  padding-right: 0;
  padding-bottom: 60px;
  padding-left: 0;
}
.contactinputtext {
  width: 270px;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #009b48;
  background-color: #ffffff;
  float: left;
  margin-bottom: 40px;
}
.contactinputtext:nth-of-type(2n){ margin-left:18px; }
.contacttextarea {
    width: 578px;
    padding: 10px;
    border: 1px solid #009b48;
    background-color: #ffffff;
    float: left;
    font-size: 13px;
    margin-bottom: 40px;
    line-height: 1.5;
}
.contactmention {
  font-size: 13px;
}
.contactsubmit {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    text-align: center;
    padding: 20px 30px 20px 30px;
    border: 1px solid #009b48;
    background-color: #fff;
    color: #005850;
    font-weight: 800;
    font-size: 14px;
}
.contactsubmit:hover {
    border: 1px solid #005850;
    background-color: #005850;
    color: #fff;
    cursor: pointer;
}

.captcha_container {display: flex; justify-content: center;align-items: center;margin-bottom: 36px}
.g-recaptcha:first-child {margin-left:auto;margin-right: auto;}

.contact_p {text-align: center;font-size: 13px;margin-top:20px;}

/* Product pages */
.product-article {background-color: #f7f5f1;color: #005850;}
/* Product headers */
.product_header {
  padding-top: 35px;
  padding-bottom: 35px;
  background-image: url(../img/visuals/background-promise.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: scroll;
  color: #fff;
  height:160px;
}
.ph-cbd-isolate { background-image: url(../img/visuals/header-isolate.jpg);}
.ph-cbg-isolate { background-image: url(../img/visuals/header-cbg-isolate-powder.jpg);}
.ph-cbn-isolate { background-image: url(../img/visuals/Poudre-Isolat-CBN-Poudre-Ban-1800x265-V2.jpg);}
.ph-cbc-isolate { background-image: url(../img/visuals/Huile-Isolate-CBC-Ban-1800x265-V2.png);}
.ph-broad-distillate { background-image: url(../img/visuals/banniere-produit-broad-spectrum-distillate.jpg);}
.ph-broad-spectrum { background-image: url(../img/visuals/header-broad-spectrum-v2.jpg);}
.ph-water-soluble { background-image: url(../img/visuals/header-water-soluble-powder.jpg);}


 .product_footer {background-color: #005850;padding-top:0;}
 .inner-product-footer {background-color: #f7f5f1; height: 30px;max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;}

.application-tab {text-align: left; width: 200px;margin-left: 60px;padding-bottom: 30px;padding-top:30px;}
.application-tab h3{font-weight: 600;}
.inner-col-right-products {padding-left:90px;}
.h1-product {margin-top: 0; font-size:23px; font-weight: 600;}
.product-specs {background-color: #fff;padding: 30px; padding-left: 120px;margin:30px 0 30px 0;background-color: #fff;text-align: left;font-size: 18px;line-height: 2;}
.product-short-descr {font-weight: 600;}
.product-long-descr {color: #000;text-align: justify;line-height: 1.7;}
/**************/
/* Responsive */
@media(max-width:768px) {
  .mobile_only{display: block;}
  .pc_only{display: none;}
  header{height:unset;}
  article{margin-top: unset;}
  body {font-size: 16px;}
  .menulogo {margin-left: auto; margin-right: auto;}
  #responsive_menu a{font-size: 20px; font-weight: 600;}
  h1 {font-size: 30px;}
  h2 {font-size: 20px; font-weight: 600;}
  h3 {font-size: 15px;}
  h4 {font-size: 13px;}
  .col3 {width: 50%;}
  .promise_div { padding-top: 5px; padding-bottom: 5px;}
  .h1_promise{font-size: 24px;}
  .product_thumb_container { height: 120px;}
  .product_thumb_container img{ height: 120px;}
  .product_thumb_overlay { display: none;}
  .col2 {width: 100%;padding: unset;}
  .contact_div {text-align: center;}
  .contact_div h2{text-align: center;}
  .button_tp {width: 100%;padding:10px;}
  .button_tp_white {margin-left: auto; margin-right: auto;}
  .stw_div .white_insert {width: 84%;}
  .stw_div .white_insert img{width: 100%;}
  .white_insert p{font-size:14px;}
  .flexed {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
  }
  .container_link_website {padding-top: 10px;padding-bottom:10px;}

  /* About */
  .pictos_container {margin-left: 0; margin-right: 0;}
  .pictos {width:16%; padding-right: 3px;padding-left: 3px;}

  /* Products */
  .product_header {
    width: 100%;
    background-size: cover;
    height:unset;
  }
  .col-left-product {display: none;}
  .col-left-product-mobile {display: block; float: left; width: 100%;margin-top:0;padding-top: 30px; background-color: #f7f5f1;}
  .product_img {margin-left: auto;margin-right: auto;text-align: center;}
  .col-right-product {width: 100%;margin-top:0;padding-top: 30px;background-color: #f7f5f1;}
  .content-product{max-width: 1170px;margin-left:auto;margin-right: auto;}
  .inner-col-right-products {padding-left:0; text-align: center;  }
  .h1-product {font-size:26px;}
  .product-specs {padding-left: 60px;font-size:1.3rem;}
  .product-short-descr {font-size: 1.1rem;}
  .product-long-descr {font-size: 1.1rem;}
  .application-tab {font-size: 20px;}
  .application-tab h3{font-size: 30px;}

}
/* Fin responsive */
