/*
Theme Name: Blog Inno Theme
Description: This is a custom child theme for Salient
Theme URI:   www.inno-foodproducts-brainbox.com
Author: ASTERIUM
Author URI:  https://www.asterium.fr
Template: salient
Version: 1.0
*/

:root {
  --bleu: #429399;
  --noir: #000;
  --blanc: #fff;
  --gris: #858585;
}

/** Generated by FG **/
@font-face {
  font-family: "Conv_DINOffc";
  src: url("fonts/din/DINOffc.eot");
  src: local("☺"), url("fonts/din/DINOffc.woff") format("woff"),
    url("fonts/din/DINOffc.ttf") format("truetype"),
    url("fonts/din/DINOffc.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothic";
  src: url("fonts/gothic/gothic.eot");
  src: local("☺"), url("fonts/gothic/gothic.woff") format("woff"),
    url("fonts/gothic/gothic.ttf") format("truetype");
}
@font-face {
  font-family: "Myriad Pro Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Regular"),
    url("fonts/myriad/MYRIADPRO-REGULAR.woff") format("woff");
}

body {
  font-family: "gothic", Sans-Serif;
}

#header-outer {
  border-bottom: 1px solid var(--bleu);
  padding-bottom: 25px !important;
}

#header-outer #lascom {
  font-size: 16px;
  font-weight: 500;
  padding: 35px 160px 35px 0;
  background: url("./img/logo-lascom-aptean.png") center right no-repeat;
  background-size: 150px;
}

#header {
  padding: 10px 60px !important;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--bleu);
}

.home h1 {
  font-size: 29px;
  font-weight: normal;
}

.by-lascom {
  display: flex;
  flex-wrap: nowrap !important;
  align-items: center;
}

.by-lascom .col h3 {
  text-align: right;
  padding: 10px 20px;
  font-weight: normal;
  text-transform: lowercase;
}

.filtre_actu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  max-width: 50vw;
}

.filtre_actu button {
  text-transform: uppercase;
  line-height: 15px;
  background: none;
  text-align: left;
  font-size: 11px;
  border: none;
  color: var(--noir);
  cursor: pointer;
  font-family: "gothic", sans-serif;
}

.filtre_actu button:hover {
  color: var(--bleu);
}

@media (max-width: 800px) {
  .filtre_actu {
    display: none !important;
  }

  .home h1 {
    display: none;
  }

  #header {
    padding-bottom: 40px;
    border-bottom: 1px solid #dddddd;
  }
}

.filtre_actu button.actif {
  color: var(--bleu);
}

.wpb_widgetised_column #block-3,
.wpb_widgetised_column #block-4 {
  display: none !important;
}

.widgets h2 {
  font-size: 25px;
  font-weight: normal;
  text-transform: uppercase;
}

.actu_element {
  display: none;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.actu_element .actu_meta {
  display: none;
}

@media (min-width: 800px) {
  .actu_element {
    gap: 5px;
  }
  .actu_element .actu_meta {
    display: block !important;
    margin-bottom: 20px;
    border-right: 1px solid #e6e6e6;
    text-align: center;
    flex: 0 0 5%;
    padding-bottom: 17px;
  }

  .actu_element .actu_date {
    color: var(--gris);
    font-weight: 500;
    border-bottom: 1px solid #e6e6e6;
    padding-right: 15px;
    padding-bottom: 5px;
    font-family: "Myriad Pro Regular";
  }
}

.actu_date .month {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
}

.actu_date .day {
  font-size: 35px;
  padding: 10px 0;
}

.actu_date .year {
  font-size: 20px;
  margin-top: 5px;
}

.actu_element .actu_resume {
  flex: 0 0 60%;
}

.actu_element h2 {
  color: var(--bleu);
  font-size: 32px;
  line-height: 30px;
  font-weight: normal;
}

.actu_element .meta_data {
  line-height: 27px;
  font-size: 11px;
  color: var(--gris);
}

.actu_element .actu_resume p {
  font-size: 15px;
  color: var(--noir);
}

.actu_element .actu_image {
  flex: 0 0 30%;
}

.actu_element .actu_plus a {
  padding: 7px 20px;
  border: 1px solid var(--noir);
  text-transform: uppercase;
  display: block;
  max-width: fit-content;
  color: var(--noir);
}

/**
* Pagination
*/

#pagination_controls {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  justify-content: center;
  align-items: center;
}

#pagination_controls .pagination_btn {
  background: transparent;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  border: 1px solid var(--noir);
  flex: 0 0 5%;
}

#pagination_controls .pagination_btn.active {
  background-color: var(--bleu);
  border-color: var(--bleu);
  color: var(--blanc);
}

/**
* Btn back
*/

.btn-back {
  padding: 10px 20px;
  display: block;
  max-width: fit-content;
  border: 1px solid var(--noir);
  border-radius: 8px;
  color: var(--noir);
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
}

.btn-back:hover {
  background: var(--bleu);
  color: var(--blanc);
  border-color: var(--bleu);
}

/**
* Single post
*/

.single-post {
  font-size: 16px;
  color: var(--noir);
}
.single-post h1 {
  font-weight: normal;
  font-size: 32px;
  line-height: 30px;
}
.single-post h2 {
  font-weight: normal;
  font-size: 22px;
}
.single-post h3 {
  font-weight: normal;
  font-size: 18px;
}

.actu-content {
  margin-top: 50px;
}

.actu-content .actu-head {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}

@media (min-width: 800px) {
  .actu-content .actu-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}

.actu-content .actu-head div:first-child {
  flex: 0 0 60%;
}

.actu-content .actu-head div:last-child {
  flex: 0 0 35%;
  text-align: right;
}

.actu-content .actu-head .meta {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
}

.actu-content .actu-head .meta span:first-child {
  padding-right: 10px;
  border-right: 1px solid #ddd;
}

.actu-content .actu-texte {
  padding: 50px 10px;
}

@media (min-width: 800px) {
  .actu-content .actu-texte {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
  }
}

.actu-content .actu-texte .image {
  flex: 0 0 40%;
}

.actu-content .actu-texte .image img {
  max-width: 400px;
  height: auto;
}

.actu-content .actu-texte .texte {
  flex: 1;
  text-align: left !important;
}
.comment-wrap {
  max-width: 80vw;
  margin: 0 auto;
}

/**
* GS - Before footer
**/

.page-id-2316 .nectar-global-section.before-footer {
  display: none !important;
}

.callout .column-image-bg-wrap .column-image-bg {
  background-repeat: no-repeat !important;
}

.button-contact {
  font-size: 20px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 500;
  border: 2px solid var(--blanc);
}

/**
* Footer 
**/

#footer-outer {
  background: #646464 !important;
}

#footer-outer #footer-widgets .container .row .col:first-child {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#footer-outer #footer-widgets .container .row .col .widget:nth-child(1) {
  flex: 0 0 100%;
}

#footer-outer #footer-widgets .container .row .col .widget:nth-child(2),
#footer-outer #footer-widgets .container .row .col .widget:nth-child(3) {
  flex: 0 0 45%;
}

.title-footer {
  text-transform: uppercase;
  border-bottom: 1px solid var(--blanc);
  font-size: 20px;
  padding-bottom: 20px;
}

#footer-outer .linkedin a {
  text-indent: -9999px;
  display: block;
  width: 25px;
  height: 25px;
  background: url("./img/linkedin.png") center center no-repeat;
  background-size: contain;
}
