/*!
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: "Anivers Bold";
  src: url(assets/_fonts/Anivers_Bold.otf) format("opentype");
}

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

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

body {
  font-family: "Anivers";
  font-size: 20px;
  line-height: 30px;
  overflow-x: hidden;
}

p {
  margin-bottom: 0;
}

a {
  color: #289bbb;
}

.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: #00394d;
  background-color: #289bbb;
  padding: 14px 16px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
}

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

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

.sovebat-blue-dark-bg {
  background-color: #01222e;
}

.sovebat-blue {
  color: #00394d;
}

.sovebat-blue-light {
  color: #289bbb;
}

.sovebat-white {
  color: #ffffff;
}

.sovebat-title {
  font-family: "Anivers Bold";
  font-size: 45px;
  line-height: 55px;
  text-transform: uppercase;
}
/* GENERAL */

/* HEADER */
.sovebat-header {
  height: 96px;
  padding-left: 165px;
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease;
  opacity: 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
}

.sovebat-header.show {
  opacity: 1;
}

.sovebat-header-logo-desktop {
  display: block;
}

.sovebat-header-logo-mobile {
  display: none;
}

.sovebat-header-menu a {
  color: #00394d !important;
  font-family: "Anivers Bold";
  font-size: 23px;
  line-height: 30px;
  text-transform: uppercase;
  margin-right: 50px;
}

.sovebat-header-menu #menu-item-23 {
  margin-right: 115px;
}

.sovebat-header .nav-link:hover,
.dropdown-toggle.show,
.sovebat-header .menu-item.active .nav-link {
  color: #289bbb !important;
}
/* HEADER */

/* FOOTER */
.sovebat-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.sovebat-footer-bg {
  background-image: url("assets/images/sovebat-bg-footer.png");
  height: 312px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sovebat-footer-logo-container {
  height: 100%;
  display: flex;
  align-items: end;
}

.sovebat-footer-content {
  margin-top: 154px;
  margin-left: 50px;
}

.sovebat-footer-title {
  font-family: "Anivers Bold";
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}

.sovebat-footer-phone {
  font-family: "Anivers Bold";
  font-size: 18px;
  line-height: 24px;
}

.sovebat-footer-phone p {
  margin-bottom: 0;
}

.sovebat-footer-address {
  font-family: "Anivers";
  font-size: 18px;
  line-height: 24px;
}

.sovebat-footer-linkedin-logo img {
  max-height: 80px;
  margin-top: 174px;
  margin-left: 198px;
  cursor: pointer;
  padding-bottom: 20px;
}

.sovebat-footer-linkedin-logo img:hover {
  content: url("assets/images/sovebat-footer-linkedin-hover.png");
}

.sovebat-footer-links {
  font-family: "Anivers";
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.sovebat-footer-links a {
  text-decoration: none;
  color: #ffffff;
}
/* FOOTER */

/* HOME */
.sovebat-home-bg {
  background-image: url("assets/images/sovebat-bg-home.jpg");
  height: 668px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sovebat-home-logo img {
  height: 337px;
  width: auto;
}

.sovebat-home-intro-title {
  font-size: 45px;
  line-height: 55px;
  text-transform: uppercase;
  text-align: center;
}

.sovebat-home-intro-title strong {
  font-family: "Anivers Bold";
}

.sovebat-home-intro-content {
  font-size: 25px;
  line-height: 35px;
  text-align: center;
}

.sovebat-home-intro-content strong {
  font-family: "Anivers Bold";
}

.sovebat-home-rea-title {
  padding-left: 0;
}

.sovebat-home-rea-separator {
  height: 2px;
  width: 100%;
  background-color: #00394d;
  margin-top: 30px;
  margin-bottom: 50px;
}

.sovebat-rea-slide-img-container {
  padding-left: 0;
  padding-right: 0;
  /* width: 770px; */
}

.slick-slide {
  padding: 0 50px;
  box-sizing: border-box;
}

.slick-list {
  margin: 0 -50px;
}

.sovebat-rea-slide-img img {
  width: 100%;
  height: auto;
  display: block;
}

.sovebat-rea-slide-content-container {
  padding-left: 0;
  padding-right: 0;
}

.sovebat-rea-slide-content {
  background-color: #289bbb;
  width: 492px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 82px;
}

.sovebat-rea-slide-title {
  font-family: "Anivers Bold";
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
}

.sovebat-rea-slide-place {
  font-family: "Anivers Italic";
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
}

.sovebat-rea-slide-separator {
  line-height: 50px;
}

.sovebat-rea-slide-text {
  font-size: 25px;
  line-height: 50px;
}

.sovebat-home-btn-rea {
  background-color: transparent;
  color: #289bbb;
  border: 2px solid #289bbb;
  padding: 8px 28px;
  font-family: "Anivers Bold";
  font-size: 19px;
  line-height: 24px;
  text-transform: uppercase;
  border-radius: 70px;
}

.sovebat-home-btn-rea:hover {
  background-color: #289bbb;
  color: #ffffff;
}


.sovebat-home-steps {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sovebat-home-steps-number-1,
.sovebat-home-steps-number-2,
.sovebat-home-steps-number-3,
.sovebat-home-steps-number-4 {
  font-family: "Anivers Bold";
  line-height: 45px;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #289bbb;
  padding-right: 30px;
}

.sovebat-home-steps-number-1,
.sovebat-home-steps-number-2 {
  font-size: 145px;
}

.sovebat-home-steps-number-3,
.sovebat-home-steps-number-4 {
  font-size: 113px;
}

.sovebat-home-steps-content {
  font-family: "Anivers Bold";
  font-size: 35px;
  line-height: 45px;
  text-transform: uppercase;
}

.sovebat-bg-plans {
  background-image: url("assets/images/sovebat-home-office-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
}

.sovebat-home-office-content {
  padding-top: 120px;
}

.sovebat-home-office-intro {
  font-size: 45px;
  line-height: 55px;
}
/* HOME */

/* PAGE - CABINET */
.sovabat-bg-office {
  background-image: url("assets/images/sovebat-bg-cabinet.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
}

.sovebat-office-container {
  padding-top: 156px;
  padding-bottom: 140px;
  display: flex;
  align-items: center;
}

.sovebat-office-content strong {
  font-family: "Anivers Bold";
}

.sovebat-office-image {
  margin-left: 100px;
}

.sovebat-office-team-title {
  padding-top: 120px;
}

.sovebat-office-team-member {
  text-align: center;
  margin-bottom: 40px;
}

.sovebat-office-team-member-img {
  position: relative;
  width: 278px;
  height: 367px;
}

.sovebat-office-team-member-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}

.sovebat-office-team-member-img .team-member-img-hover {
  opacity: 0;
}

.sovebat-office-team-member-img:hover .team-member-img {
  opacity: 0;
}

.sovebat-office-team-member-img:hover .team-member-img-hover {
  opacity: 1;
}

.sovebat-office-team-member-name {
  font-family: "Anivers Bold";
  font-size: 30px;
  line-height: 30px;
  padding-top: 12px;
  padding-bottom: 10px;
}

.sovebat-office-team-member-job {
  font-family: "Anivers Italic";
  font-size: 20px;
  line-height: 25px;
}
/* PAGE - CABINET */

/* PAGE - PRESTATIONS */
.sovebat-bg-services {
  background-image: url("assets/images/sovebat-bg-prestations.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sovebat-services-left {
  padding-right: 126px;
}

.sovebat-services-title-container {
  display: flex;
  align-items: center;
  margin-bottom: 57px;
}

.sovebat-services-number {
  font-family: "Anivers Bold";
  line-height: 45px;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #289bbb;
  margin-right: 30px;
}

.sovebat-services-number-1,
.sovebat-services-number-2 {
  font-size: 145px;
}

.sovebat-services-number-3,
.sovebat-services-number-4 {
  font-size: 126px;
}

.sovebat-services-title {
  font-size: 35px;
  line-height: 45px;
  text-transform: uppercase;
}

.sovebat-services-title strong {
  font-family: "Anivers Bold";
}

.sovebat-services-content {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 65px;
}

.sovebat-services-content strong {
  font-family: "Anivers Bold";
}

.sovebat-services-content i {
  font-family: "Anivers Italic";
}

.sovebat-services-conclusion {
  font-family: "Anivers Bold";
  font-size: 35px;
  line-height: 45px;
  text-transform: uppercase;
  margin-top: 145px;
}
/* PAGE - PRESTATIONS */

/* PAGE */
.sovebat-page-container {
  margin-top: 150px;
}
/* PAGE */

/* REFERENCE */
.sovebat-ref-title {
  text-transform: uppercase;
  font-family: "Anivers Bold";
  font-size: 20px;
  line-height: 20px;
}

h2.sovebat-ref-title {
  margin-bottom: 0;
}

.sovebat-ref-title a {
  text-decoration: none;
  color: #289bbb;
}

.sovebat-ref-place {
  font-family: "Anivers Italic";
  font-size: 18px;
  line-height: 20px;
}

.sovebat-ref-image img {
  width: 375px;
  height: auto;
  object-fit: cover;
}

.sovebat-ref-content {
  font-size: 16px;
  line-height: 18px;
}

.sovebat-ref-content strong {
  font-family: "Anivers Bold";
}

.card {
  width: 375px;
  height: auto;
}

.card-body {
  padding: 0;
}

.post-thumbnail {
  margin: 0;
  padding: 0;
}

.card-text {
  padding: 10px 15px;
}

/* REFERENCE */

/* REFERENCES */
.sovebat-ref-container {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
    padding: 0 10px;
}

.sovebat-ref {
    width: calc(100% - 20px); /* 100% moins 20px de marge totale (10px de chaque côté) */
    margin: 10px; /* Marge uniforme autour de chaque bloc */
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
    /* Ajouter des styles de base pour le contenu interne si nécessaire */
}

.sovebat-references-btn {
  margin-right: 20px;
  background-color: transparent;
  color: #289bbb;
  border: 2px solid #289bbb;
  padding: 8px 28px;
  font-family: "Anivers Bold";
  font-size: 19px;
  line-height: 24px;
  text-transform: uppercase;
  border-radius: 70px;
}

.sovebat-references-btn:hover {
  background-color: #289bbb;
  color: #ffffff;
}

.sovebat-references-btn.active-category{
  background-color: #289bbb;
  color: #ffffff;
}

#nav-above {
  display: none;
}
/* REFERENCES */

/* FORM */
.sovabat-bg-form {
  background-image: url("assets/images/sovebat-bg-form.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
}

::placeholder,
textarea,
label {
  font-family: "Anivers";
  font-size: 20px;
  line-height: 2px;
  text-transform: uppercase;
  color: #00394d;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
}

textarea {
  width: 100%;
  height: 200px;
  resize: none;
  padding-top: 13px;
}

.wpcf7-form input,
.wpcf7-form textarea {
  background-color: transparent;
  border: 2px solid #01222e;
  margin-bottom: 10px;
}

.wpcf7-form-control-wrap.message {
  position: relative;
}

input[type="submit"] {
  background-image: url("assets/images/sovebat-btn-send.png");
  border: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 62px;
  height: 62px;
  font-size: 0;
  z-index: 10;
}

.message input[type="submit"] {
  position: absolute;
  top: 610px;
  left: 510px;
}

.job input[type="submit"] {
  position: absolute;
  top: 760px;
  left: 510px;
}

.sovabat-bg-form .row {
  display: flex;
  flex-wrap: wrap;
}
/* FORM */

/* PAGE - CONTACT */
.sovebat-contact-title {
  font-family: "Anivers Bold";
  font-size: 36px;
  line-height: 38px;
  text-transform: uppercase;
}

.sovebat-contact-subtitle {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}
/* PAGE - CONTACT */

/* PAGE - RECRUTEMENT */
.sovebat-recruitment-title {
  font-family: "Anivers Bold";
  font-size: 36px;
  line-height: 38px;
  text-transform: uppercase;
}

.sovebat-job-title {
  font-family: "Anivers Bold";
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}

.sovebat-job-poste {
  color: #9c9696;
  font-family: "Anivers Italic";
}

.sovebat-job-poste a {
  color: #9c9696;
}

.wpcf7-form-control.wpcf7-file {
  border: none; /* Supprime la bordure */
}
/* PAGE - RECRUTEMENT */


/* PAGE - ACTUALITE */
.sovebat-actu-img img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}
/* PAGE - ACTUALITE */

/* PAGE - ACTUALITES */
.sovebat-title-actus{
  font-family: "Anivers Bold";
  font-size: 25px;
  line-height: 35px;
  text-transform: uppercase;
}

.sovebat-actus-img img{
  height: 400px;
  width: auto;
  object-fit: cover;
}
/* PAGE - ACTUALITES */