
.term-grade-alimentaire .header-style-dark .style-color-nhtu-bg, .term-food-grade .header-style-dark .style-color-nhtu-bg{
	background-color:#066676;
}


 .term-pet-thermoforme  .header-style-dark .style-color-nhtu-bg, .term-pet-thermoform .header-style-dark .style-color-nhtu-bg{
	background-color:#f4bd52;
}


.term-plastiques-souples .header-style-dark .style-color-nhtu-bg, .term-flexible-plastic .header-style-dark .style-color-nhtu-bg{
	background-color:#0281be;
}

.gform_title{
  margin-top:0;
}

.gform_required_legend{
  display:none;
}

.gfield_description{
  padding-top:0!important;
}

.gform_wrapper.gravity-theme .gfield_label{
  font-size:18px;
      line-height: 1.2;
}

.gsection_title{
  font-size:20px!important;
  color:#0077c1!important;
}

/* --------- Publications ----------*/

.publications{
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.publications-items img{
  border-radius: 15px 15px 0 0;
      max-height: 164px;
    width: 100%;
    object-fit: cover;
}
.publications-items a:not(.publication_link){
border:1px solid #ededed;
text-align:center;
display:block;
transition:0.5s;
position:relative;
border-radius: 15px;
width:100%;
max-width:350px;
}
.publications-items a:not(.publication_link):hover{
border:1px solid #ededed;
background-color:#ededed;
}
.publications-items {
  display:flex;
  gap:15px;
  align-items:center;
}

a.publication_link{
margin-bottom:10px;
    text-transform: uppercase;
    font-weight: 900!important;
    border: 1px solid #ededed;
    padding: 10px 20px;
    width: 100%;
    font-size:15px;
    border-radius: 50em;
    display:block;

}

a.publication_link:hover{
background-color:#ededed;

}

.publications-items p{
    margin-top: 0;
    padding: 10px;
}




.t-entry-readmore {
  transform: translateY(0px) !important;
}
.tab-pane {
  padding-top: 0;
}

.social-menu-link i{
    font-size:45px!important;
}

.projet-categorie {
  padding: 5px 10px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 50em;
  border: 1px solid #ffffff;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
}

.projets-logo{
    display: grid;
    grid-template-columns: repeat(4, 1fr) !important;
    align-items: center;
    justify-content: center;
    gap: 45px;
}

.projets-logo img{
max-height:75px;
max-width:200px;
margin:0 auto;
}

.etats {
  padding: 5px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  line-height: 1;
  color: #06373f;
  font-size: 19px;
  display: flex;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
}
.etat-wrap {
  padding: 10px 5px;
  background-color: rgba(255, 255, 255, 0.2);
}
.etat-wrap > div {
  display: flex;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
  justify-content: space-evenly;
  align-items: center;
  max-width: 250px;
}
.etat-wrap small {
  margin-top: 0;
  line-height: 1;
  z-index: 1;
  font-weight: bold;
  color: #000000;
}
.termine {
  background-color: #000000;
  color: #ffffff;
  width: 30px;
  height: 30px;
}
.en-cours {
  background-color: #ffffff;
  position: relative;
}
.en-cours-line {
  height: 2px;
  width: 39%;
  opacity: 0.2;
  background-color: #ffffff;
}
.a-venir {
  background-color: #ffffff;
  position: relative;
}
.a-venir-line {
  width: 44%;
  height: 2px;
  opacity: 0.2;
  background-color: #ffffff;
}
.projet-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
      flex-wrap: wrap;
}

.projet_small-wrapper {
  display: block;
}
.equipe-wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr) !important;
}
@media only screen and (max-width: 1200px) {
  .projet-wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .publications{
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

  .projets-logo{
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    align-items: center;
    justify-content: center;
}
  .equipe-wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .food-grade-recycled-resin, .resine-recycle-de-grade-alimentaire {
    background-color: #066676;
    grid-column: inherit !important;
  }
  .material-traceability-process, .processus-de-tracabilite-des-matieres {
    background-color: #06373f;
    grid-column: inherit !important;
  }
}
@media only screen and (max-width: 960px) {
  .projet-wrapper {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .publications{
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
  .projets-logo{
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    align-items: center;
    justify-content: center;
}
  .equipe-wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .food-grade-recycled-resin, .resine-recycle-de-grade-alimentaire {
    background-color: #066676;
    grid-column: auto !important;
  }
  .material-traceability-process, .processus-de-tracabilite-des-matieres {
    background-color: #06373f;
    grid-column: auto !important;
  }
}
.equipe-item a {
  background-color: #f2f2f2;
  width: 100%;
  border-radius: 10px;
  background-size: cover;
  background-position: top center;
  position: relative;
  display: grid !important;
  align-items: Center;
  gap: 10px;
  grid-template-columns: 35% 60%;
  transition: 0.3s;
  cursor: pointer;
}
.equipe-item a:hover {
  box-shadow: 0px 20px 60px -30px rgba(0, 0, 0, 0.45);
  background-color: #06373f;
  cursor: pointer !important;
}
.equipe-item a:hover h3 {
  color: #ffffff !important;
}
.equipe-item a:hover .img {
  opacity: 0.5 !important;
  filter: grayscale(1);
}
.equipe-item .img {
  display: block;
  height: 100%;
  background-position: center center;
  min-height: 200px;
  background-size: cover;
  width: 100%;
  opacisy: 0.3;
  border-radius: 10px 0 0 10px;
}
.equipe-item h3 {
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 900;
}
.equipe-item .poste {
  margin-top: 0;
  line-height: 1;
  color: #0281be !important;
}
.equipe-item .compagnie {
  line-height: 1;
  background-color: #f4bd52;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 12px;
  display: inline-block;
  border-radius: 50em;
  text-align: center;
  font-weight: bold;
}
.projet-item h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
}
.projet-item .content {
  padding: 20px;
  transition: 0.3s;
}
.projet-item {
  background-color: #06373f;
  position: relative;
  height: 100%;
  width:300px;
  border-radius: 20px;
  transition: 0.3s;
  opacity: 0.8;
}
.projet-item:hover {
  opacity: 1;
  color: #000000;
}
.projet_small-wrapper h4{
    opacity:0.7;
}

.projet_small-wrapper h4:hover{
    opacity:1;
}

.projet_small-wrapper .food-grade-recycled-resin h4, .projet_small-wrapper .resine-recycle-de-grade-alimentaire h4{
 color: #066676;
 font-weight:bold;

}
.projet_small-wrapper .material-traceability-process h4, .projet_small-wrapper .processus-de-tracabilite-des-matieres h4 {
  color: #06373f;
   font-weight:bold;

}
.projet_small-wrapper .gris h4, .projet_small-wrapper .gris h4{
  color: #545454;
     font-weight:bold;
}
.projet_small-wrapper .bleu-vert-fonce h4, .projet_small-wrapper .bleu-vert-fonce h4{
  color: #06373f;
   font-weight:bold;
}
.projet_small-wrapper .orange h4, .projet_small-wrapper .orange h4 {
 color: #f4bd52;
  font-weight:bold;
}
.projet_small-wrapper .bleu h4,.projet_small-wrapper .bleu h4 {
 color: #0077c1;
  font-weight:bold;
}



.projet-wrapper .gris {
  background-color: #545454;
}
.projet-wrapper .bleu-vert-fonce {
  background-color: #06373f;
}
.projet-wrapper .orange{
  background-color: #f4bd52;
}
.projet-wrapper .bleu {
  background-color: #0077c1;
}
.projet-wrapper .turquoise {
  background-color: #066676;
}

.projet-wrapper .bleu {
  background-color: #0077c1;
}
.no-image .wpls-fix-box {
  display: none;
}
.wpls-fix-box img {
  max-height: 185px;
  padding: 20px;
}
.no-image .wpls-logo-title {
  margin-top: 0;
}
.no-image .wpls-logo-grid-inr {
  display: grid;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  vertical-align: middle;
  grid-template-columns: 33% 33% 33%;
}
.no-image .wpls-logo-cnt {
  border: 1px solid #f2f2f2;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 10px;
}
.cool-timeline-horizontal img.ctl-icon-img {
  margin-top: 10px !important;
  text-align: center;
  margin: 0 auto;
}
.single-post h2 {
  font-size: 25px;
  font-weight: bold;
}
.single-post h3 {
  font-size: 18px;
  font-weight: bold;
}
.single-post p {
  color: #636363;
}
.phase-1 .icon-box-content h3, .text-white {
  color: #ffffff !important;
}
.phase-1 .icon-box-content p {
  color: #06373f !important;
  font-weight: 600;
}
.gallery-image-communique img {
  max-height: 100px;
  object-fit: contain;
}
.category-info, .author-info {
  display: none !important;
}
.nav-tabs > li > a span {
  font-size: 30px;
}
.tab-content {
  padding: 0;
}
.nav-tabs {
  border-bottom: 0;
  display: flex;
}
.nav-tabs > li {
  border-bottom: 0;
  width: 100%;
}
.nav-tabs > li a {
  padding: 20px;
  color: #ffffff !important;
}
.nav-tabs > li:nth-child(3).active > a {
  background-color: #f4bd52;
  color: #ffffff !important;
  border: 0;
  opacity: 1 !important;
  padding: 20px;
}
.nav-tabs > li:nth-child(3) > a {
  background-color: #f4bd52;
  color: #ffffff !important;
  opacity: 0.5 !important;
}
.tab-content.vertical {
  padding: 0;
}
.style-light .nav-tabs > li:nth-child(3) > a:hover {
  background-color: #f4bd52 !important;
  color: #ffffff !important;
  opacity: 1 !important;
}
.nav-tabs > li:nth-child(2).active > a {
  background-color: #8dc839 !important;
  color: #ffffff !important;
  border: 0;
  opacity: 1 !important;
  padding: 20px;
  transition: 0.5s;
}
.style-light .nav-tabs > li:nth-child(2) > a:hover {
  background-color: #8dc839 !important;
  color: #ffffff !important;
  opacity: 1;
}
.style-light .nav-tabs > li:nth-child(2) > a {
  background-color: #8dc839 !important;
  color: #ffffff !important;
  opacity: 0.5;
}
.nav-tabs > li:first-child.active > a {
  background-color: #2186C0;
  color: #ffffff !important;
  border: 0;
  opacity: 1 !important;
  padding: 20px;
}
.style-light .nav-tabs > li:first-child > a:hover {
  background-color: #2186C0 !important;
  color: #ffffff !important;
  opacity: 1;
}
.style-light .nav-tabs > li:first-child > a {
  background-color: #2186C0 !important;
  color: #ffffff !important;
  opacity: 0.5;
}
/*------- Style-light btn ------*/
.style-light .btn, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  top: 0;
  left: 0;
  transition: all .15s linear 0s;
  position: relative;
  display: inline-block;
  padding: 15px 25px;
  background-color: #8dc939;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  box-shadow: -6px 6px 0 #0281be;
  text-decoration: none;
  border-radius: 25em;
  border: none;
}
.style-light .btn:hover, .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
  top: 3px;
  left: -3px;
  box-shadow: -3px 3px 0 #0281be;
}
.style-light .btn:after, .gform_wrapper .gform_footer input.button:after, .gform_wrapper .gform_footer input[type=submit]:after {
  top: 1px;
  left: -2px;
  width: 4px;
  height: 4px;
}
.style-light .btn:before, .gform_wrapper .gform_footer input.button:before, .gform_wrapper .gform_footer input[type=submit]:before {
  bottom: -2px;
  right: 1px;
  width: 4px;
  height: 4px;
}
/*---.style-light .btn:hover:after, .gform_wrapper .gform_footer input.button:hover:after, .gform_wrapper .gform_footer input[type=submit]:hover:after{
	transition: all .15s linear 0s;
	content: '';
	position: absolute;
	top: 2px;
	left: -4px;
	width: 8px;
	height: 8px;
	background-color: #0281be;
	transform: rotate(45deg);
	z-index: -1;
}
.style-light .btn:hover:before, .gform_wrapper .gform_footer input.button:hover:before, .gform_wrapper .gform_footer input[type=submit]:hover:before {
	transition: all .15s linear 0s;
	content: '';
	position: absolute;
	bottom: -4px;
	right: 2px;
	width: 8px;
	height: 8px;
	background-color: #0281be;
	transform: rotate(45deg);
	z-index: -1;
}
----*/
.style-light .btn, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  position: relative;
}
.style-light.btn:active, .gform_wrapper .gform_footer input.button:active, .gform_wrapper .gform_footer input[type=submit]:active {
  top: 6px;
  left: -6px;
  box-shadow: none;
}
.style-light.btn:active:before, .gform_wrapper .gform_footer input.button:active:before, .gform_wrapper .gform_footer input[type=submit]:active:before {
  bottom: 1px;
  right: 1px;
}
.style-light.btn:active:after, .gform_wrapper .gform_footer input.button:active:after, .gform_wrapper .gform_footer input[type=submit]:active:after {
  top: 1px;
  left: 1px;
}
/*------- Style-dark btn ------*/
.style-dark .btn {
  top: 0;
  left: 0;
  transition: all .15s linear 0s;
  position: relative;
  display: inline-block;
  padding: 15px 25px;
  background-color: yellow;
  text-transform: uppercase;
  color: black;
  font-family: arial;
  letter-spacing: 1px;
  box-shadow: -6px 6px 0 #006190;
  text-decoration: none;
  border-radius: 25em;
}
.style-dark .btn:hover {
  top: 3px;
  left: -3px;
  box-shadow: -3px 3px 0 #0281be;
}
.style-dark .btn:after {
  top: 1px;
  left: -2px;
  width: 4px;
  height: 4px;
}
.style-dark .btn:before {
  bottom: -2px;
  right: 1px;
  width: 4px;
  height: 4px;
}
.style-dark .btn:hover:after {
  display: none;
  transition: all .15s linear 0s;
  content: '';
  position: absolute;
  top: 2px;
  left: -4px;
  width: 8px;
  height: 8px;
  background-color: #0281be;
  transform: rotate(45deg);
  z-index: -1;
}
.style-dark .btn:hover:before {
  display: none;
  transition: all .15s linear 0s;
  content: '';
  position: absolute;
  bottom: -4px;
  right: 2px;
  width: 8px;
  height: 8px;
  background-color: #0281be;
  transform: rotate(45deg);
  z-index: -1;
}
.style-dark .btn {
  position: relative;
}
.style-dark .btn:active {
  top: 6px;
  left: -6px;
  box-shadow: none;
}
.style-dark.btn:active:before {
  bottom: 1px;
  right: 1px;
}
.style-dark.btn:active:after {
  top: 1px;
  left: 1px;
}
footer .footer-last:not(.footer-center) .social-icon i, .uncode-vc-social.icons-lead .social-icon i {
  font-size: 45px;
  font-weight: 500;
}
@media only screen and (max-width: 760px) {
.projets-logo{
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    align-items: center;
    justify-content: center;
}

.main-container .row  {
    padding-left: 20px!important;
    padding-right: 20px!important;
}

.publications-items {
  display:block;
  gap:15px;
  align-items:center;
}
.publications{
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
}

@media only screen and (max-width: 600px) {
  .nav-tabs > li > a span {
    font-size: 1em;
  }
}