/*!
Theme Name:     Renaulution Home Langages 2026
Theme URI: 		
Description: 	Thème Share Plan S2H Renaulution 2026
Version: 		1.6.0
Author:         S2H
Text Domain:    kingbee
*/
/* 

*/ 
:root {
  --prim-color: #000;
  --sec-color: #5CB563;
}
.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: 'RenaultGroup';
  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
--------------------------------------------------------------*/
.container-fluid {
  padding: 0;
}
.row {
  margin: 0;
}
#wrapper-top,
#wrapper-bottom {
  height: 50vh;
}
#wrapper-top .block-left{
  background-image: url(/wp-content/themes/renaulution-home-26/images/background-1.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}
#wrapper-bottom .block-right{
  background-image: url(/wp-content/themes/renaulution-home-26/images/background-2.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
#logo-renault-group-shareplan {
  width: 30vw;
  margin-left: -2.5vw;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2 {
  clear: both;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: 'RenaultGroup';
}
.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 {
  width: 330px !important;
}
.btn-select {
  display: inline-block;
  font-weight: 400;
  background-color: #FFF;
  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::after {
  display: inline-block;
  float: right;
  margin-right: -45px;
  width: 30px;
  height: 30px;
  transform: rotate(90deg);
  content: "" !important;
  border: none !important;
  background-image: url(/fr/wp-content/themes/myshareplan-v2-rnl/images/arrow-r.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  transition: .2s ease-out;
}
@keyframes bounce-down {
  0%   { transform: rotate(90deg) translateX(0); }
  50%  { transform: rotate(90deg) translateX(6px); }
  100% { transform: rotate(90deg) translateX(0); }
}
.btn-select:hover::after, .btn-select:focus::after {
  animation: bounce-down 0.4s ease-in-out;
}
.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;
  }
  #logo-renault-group-shareplan {
    width: 37vw;
  }
}

@media (min-width: 767px) and (min-height:810px)  {
  #logo-renault-group-shareplan {
    width: 35vw;
  }
}

@media (min-width: 1199px) {
  #logo-renault-group-shareplan {
    width: 30vw;
    margin-left: -2.5vw;
  }
  .btn-group {
    width: 360px !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%;
    }
  }
}