/*!
Theme Name: STARTEO Starter Theme
Author: Starteo
Author URI: https://www.starteo.pro
Description: 
Version: 1.0
Requires at least: 5.0
Tested up to: 5.7
Requires PHP: 7.2
Text Domain: gbdi-starter
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */

/* From http://codex.wordpress.org/CSS */

/* GENERAL */
/*
@font-face {
	font-family: "Ganton";
	src: url(assets/_fonts/Ganton.otf) format("opentype");
}
*/

@font-face {
  font-family: "Lombok";
  src: url(assets/_fonts/Lombok.otf) format("opentype");
}

body {
  font-family: "Lato", sans-serif;
  overflow-x: hidden !important;
  font-size: 16px;
  line-height: 18px;
}

.back-to-top {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 10px; /* Place the button at the bottom of the page */
  right: 10px; /* Place the button 30px from the right */
  z-index: 999; /* Make sure it does not overlap */
  outline: none; /* Remove outline */
  cursor: pointer; /* Add a mouse pointer on hover */
  font-size: 20px; /* Increase font size */
  color: #ffffff;
  background: #000000 0% 0% no-repeat padding-box;
  border: solid 1px #f4c000;
  padding: 14px 16px;
  transition:
    background-color 0.3s,
    opacity 0.5s,
    visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background-color: #e9b84d;
}

.eac-white {
  color: #ffffff;
}

.eac-black {
  color: #000000;
}

.eac-yellow {
  color: #e9b84d;
}

.eac-bg-black {
  background-color: #000000;
}

.eac-bg-gray {
  background-color: #e6e6e6;
}

.eac-bg-white {
  background-color: #ffffff;
}

.eac-bg-yellow {
  background-color: #e9b84d;
}

.eac-title {
  font-family: "Lombok";
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
}

.eac-title-number strong {
  font-weight: 300;
  font-family: "Lato", sans-serif;
}

.eac-content {
  font-size: 16px;
  line-height: 21px;
}
/* GENERAL */

/* HEADER */
.eac-header {
  background-color: #000000;
}

.eac-header-menu {
  padding-inline: 0 !important;
}

.navbar-nav .nav-link {
  color: #ffffff !important;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  border-bottom: solid 3px transparent;
  padding: 0 !important;
}

.eac-header-home-link img {
  max-height: 95px;
}
/* HEADER */

/* FOOTER */
.eac-footer {
  padding-block: 40px;
  font-size: 16px;
  line-height: 19px;
}

.eac-footer a {
  color: #ffffff;
}

.eac-footer a:hover {
  color: #e9b84d;
}

.eac-footer .eac-title {
  margin-bottom: 16px;
}

.eac-logo-footer {
  width: 240px;
  height: auto;
}

.frenchfab {
  height: 50px;
  width: auto;
}
/* FOOTER */

/* HOME */
.eac-home-banner {
  padding-block: 70px;
}

.eac-home-banner-img {
  width: 513px;
  height: auto;
}

.eac-home-banner-content strong {
  font-weight: 900;
}

.eac-home-company-container {
  padding-block: 60px;
}

/* Style des cartes */
.eac-slider-container .slick-track {
  display: flex !important;
  align-items: stretch !important;
}

.eac-slider-container .slick-slide {
  height: auto !important;
  display: flex !important;
  flex-direction: column;
}

.eac-slider-container .eac-article-card-wrapper {
  padding: 0 15px;
  display: flex !important;
  flex-direction: column;
  flex: 1 0 auto;
}

.eac-article-card {
  height: 100%;
  width: 100%;
  display: flex !important;
  flex-direction: column;
}

.eac-card-image img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

.eac-card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
}

.eac-card-title {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
}

.eac-card-intro {
  font-size: 0.9rem;
  margin-bottom: 20px;
  flex-grow: 1;
}

.eac-btn-lire-plus {
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #000000;
  text-transform: uppercase;
  background: #000000;
  font-weight: 900;
  font-size: 14px;
  align-self: flex-start;
  padding: 10px 12px;
  margin-top: auto;
  align-self: flex-start;
}

.eac-btn-lire-plus:hover {
  background-color: #ffffff;
  color: #000000;
}

.eac-slider-dots {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  padding: 20px 0;
  margin: 0;
}

.eac-slider-dots li {
  margin-right: 12px;
}

.eac-slider-dots li button {
  font-size: 0;
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  background-color: #bbb;
  cursor: pointer;
  padding: 0;
}

.eac-slider-dots li.slick-active button {
  background-color: #000;
}
/* HOME */

/* ARTICLE */
.eac-article-banner img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}

.eac-article-intro {
  font-style: italic;
  font-size: 20px;
  line-height: 22px;
}

.eac-article-custom-img img {
  height: 500px;
  width: auto;
  object-fit: cover;
}
/* ARTICLE */
