/*!
Theme Name:     ETI PME  pré-home Shares4u Valeo
Theme URI: 		
Description: 	Thème ETIPME Pré-home VALEO Shares4u.
Version: 		1.7.1
Author:         OASYS
Text Domain:    etipme
*/
@font-face {
  font-family: 'DaxOT';
  src: url('/wp-content/themes/etipme/assets-etipme/fonts/DaxOT.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --prim-color: #23394d;
  --sec-color: #0478AB;
  --fourth-color:#fab712;
}
.bg-color-1 {
  background-color: var(--prim-color);
}
.bg-color-2 {
  background-color: var(--sec-color);
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-size: 18px;
  line-height: 1.41rem;
  color: rgb(25, 25, 25);
  font-family: 'DaxOT';
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a, a img, button {
  text-decoration: none;
  background-color: transparent;
  -o-transition: .3s ease-in;
  -ms-transition: .3s ease-in;
  -moz-transition: .3s ease-in;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}
a img:hover, a img:focus {
  opacity: 0.6
}
a:active, a:hover {
  outline: 0;
  text-decoration: none
}
svg:not(:root) {
  overflow: hidden;
}
textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, button:focus, button:active, button:hover, label:focus, .btn:active, .btn.active {
  outline: 0px !important;
  box-shadow: none !important;
}
button {
  overflow: visible;
  background-color: transparent;
  border: none;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.select-wrapper {
  margin-top: 40%
}
.close-btn {
  width: 44px;
  height: 44px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}
.close-btn span {
  display: block;
  position: absolute;
  left: 0;
  top: 23px;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 0px;
  transform: rotate(0deg);
  transition: .2s ease-in-out;
}
.close-btn span:nth-child(1), .close-btn span:nth-child(3) {
  width: 50%;
  transform: rotate(45deg);
}
.close-btn span:nth-child(1) {
  left: 3px;
  top: 15px;
}
.close-btn span:nth-child(2) {
  transform: rotate(-45deg);
}
.close-btn span:nth-child(3) {
  left: 20px;
  top: 31px;
}
.close-btn:hover span:nth-child(1), .close-btn:hover span:nth-child(3) {
  left: -2px;
}
.close-btn:hover span:nth-child(1) {
  top: 15px;
  transform: rotate(135deg);
}
.close-btn:hover span:nth-child(2) {
  transform: rotate(0deg);
}
.close-btn:hover span:nth-child(3) {
  top: 31px;
  transform: rotate(45deg);
}

/*--------------------------------------------------------------
# structure
--------------------------------------------------------------*/
.page-wrapper{
  background-image: url(/wp-content/uploads/2026/06/prehome-bkg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}
.container-fluid {
  padding: 0;
}
.row {
  margin: 0;
}
#wrapper-top,
#wrapper-bottom {
  height: 25vh;
}

#logo-prehome a {
  width: 180px;
  height: auto;
  display: block;
  margin: 0 auto;
}

#wrapper-title img{
  max-width: 650px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2 {
  clear: both;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: 'DaxOT';
}
.title-wrapper {
  margin-bottom: 70px;
}
h1.entry-title, h2.entry-title, .modal-title {
  text-transform: uppercase;
  color: #001F40;
  font-weight: 700;
  text-align: center
}
h1.entry-title {
  font-size: 35px;
}
h2 {
  font-weight: 600;
}
p {
  margin-bottom: 1.5em;
}
.btn-group {
  max-width: 320px !important;
}
.btn-select {
  text-align: left !important;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  background-color: var(--sec-color);
  vertical-align: baseline;
  padding: 0.6rem 4rem 0.6rem 1.25rem;
  font-size: 1.2rem;
  line-height: 1.7rem;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-select:hover, .btn-select:focus{
  color: #fff;
  background-color: var(--fourth-color);
}
.btn-select::after {
  clear: both;
  display: block;
  margin-top:15px;
  width: 40px;
  height: 30px;
  content: "" !important;
  background-image: url(/wp-content/themes/etipme/images/arrow-r-w.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  transition: .2s ease-out;
}

.btn-select:hover::after, .btn-select:focus::after {
   margin-left: 20px;
}
.btn-select:not(:disabled):not(.disabled).active, .btn-select:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.overlay-wrapper {
  padding: 35px;
}
.overlay-wrapper a {
  font-size: 12px;
  color: rgb(25, 25, 25);
  margin-bottom: 1rem;
  line-height: 1.2rem
}
.overlay-wrapper img {
  width: 50px;
  height: auto;
  opacity: 1
}
.overlay-wrapper:focus img, .overlay-wrapper:hover img {
  opacity: 0.8
}
.logo {
  width: 100px;
  height: auto
}
a.item:hover, a.item:focus {
  opacity: 0.6
}

@media (max-width: 767px) {
  #wrapper-bottom .block-right {
    background-position: 36% 0;
  }
}

@media (min-width: 767px) and (min-height:810px)  {
}

@media (min-width: 1199px) {
  .btn-group {
    width: 230px !important;
  }
}


/*--------------------------------------------------------------
# VOLET 
--------------------------------------------------------------*/
.overlay {
  background-color: rgba(255, 255, 255, 0.94);
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay-wrapper {
  position: relative;
  width: 80%;
  line-height: 1.8rem
}
@media (min-width: 767px) {
  #voletGauche .titre-menu {
    font-size: 50px;
    line-height: 60px
  }
}
@media (min-width: 1024px) {
  .overlay-wrapper {
    top: 5%;
    width: 100%;
  }
  .overlay-wrapper {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .select-wrapper {
    margin-top: 35%
  }
  .dropdown-flag > a {
    width: 100%
  }
}
@media (min-width: 1260px) {
  .dropdown-menu {
    max-width: 600px;
  }
  .overlay-wrapper {
    width: 60%;
  }
}
@media (min-width: 1600px) {
  .select-wrapper {
    margin-top: 23%;
  }
  @media (min-width: 1600px) and (max-height:700px) {
    .select-wrapper {
      margin-top: 10%;
    }
  }
}