@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Krona+One&display=swap");
body,
html {
  width: 100% !important;
  height: 100% !important;
}

body {
  font-family: "Space Grotesk", sans-serif;
  font-stretch: normal;
  font-style: normal;
  overflow-x: hidden !important;
}

/*   */
body::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5em !important;
  -moz-border-radius: 5em !important;
  -o-border-radius: 5em !important;
  border-radius: 5em !important;
}

body::-webkit-scrollbar-thumb {
  width: 8px;
  background-color: var(--black);
  -webkit-border-radius: 5em !important;
  -moz-border-radius: 5em !important;
  -o-border-radius: 5em !important;
  border-radius: 5em !important;
}

body::-webkit-scrollbar-button {
  display: none !important;
}

img {
  max-width: 100% !important;
  height: auto !important;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.primary_title {
  font-size: 3em;
  font-weight: bold;
  line-height: 1.21;
  letter-spacing: -0.58px;
}

h5 {
  font-size: 2.125em;
  font-weight: bold;
  line-height: 1.21;
  letter-spacing: 0.11px;
}

.footnote {
  font-size: 0.813em;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}

.paragraph, .container_others p,
.container_others ul,
.container_others li {
  font-size: 1.063em;
  font-weight: normal;
  line-height: 1.59;
  letter-spacing: 0.24px;
}

.partners_title,
.app_content_title {
  font-size: 1.75em;
  font-weight: bold;
  letter-spacing: 0.13px;
}

.bundle_name_title {
  font-size: 1.5em;
}

.Subhead_offres {
  font-size: 0.938em;
  line-height: 1.33;
  letter-spacing: 0.24px;
  color: var(--brownish_grey);
}

.footnote_offres {
  font-size: 0.813em;
  font-weight: normal;
  letter-spacing: 0.24px;
  line-height: 1.38;
  color: var(--brownish_grey);
}

.masthead,
.masthead_app,
.masthead_adn,
.masthead_a_propos,
.masthead_offre,
.masthead_comptewaw {
  height: auto;
  background-repeat: repeat;
}
.masthead .btn-large,
.masthead_app .btn-large,
.masthead_adn .btn-large,
.masthead_a_propos .btn-large,
.masthead_offre .btn-large,
.masthead_comptewaw .btn-large {
  -webkit-border-radius: 1.6em !important;
  -moz-border-radius: 1.6em !important;
  -o-border-radius: 1.6em !important;
  border-radius: 1.6em !important;
  position: relative;
  top: 0;
  box-shadow: none;
  transition: 0.5s;
  object-fit: contain;
  width: 10.3em;
  height: 3em;
}
.masthead {
  background-image: url("../img/patterns/waw-pattern-new-transparent.png"), linear-gradient(to left, #e6773e, var(--light_gold) 50%);
}
.masthead .content {
  max-width: 30em;
}
@media screen and (max-width: 768px) {
  .masthead .content {
    padding: 1em;
  }
}

.masthead_app {
  background: url("../img/patterns/waw-pattern-new-transparent.png"), var(--lavender_pink);
  background: url("../img/patterns/waw-pattern-new-transparent.png"), linear-gradient(90deg, var(--lavender_pink), var(--lavender_pink), rgba(214, 125, 192, 0), #f4cd52), var(--lavender_pink);
}

.masthead_a_propos {
  color: var(--white);
  background-image: url("../img/waw-muzik/a-propos/visuel-header-apropos.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  padding-top: 15%;
  padding-bottom: 15%;
}
.masthead_a_propos .primary_title {
  max-width: 12em;
}

.masthead_adn {
  color: var(--white);
  background-image: url("../img/waw-muzik/adn/visuel-header-adn.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  padding-top: 15%;
  padding-bottom: 15%;
}
.masthead_adn .primary_title {
  max-width: 12em;
}

.masthead_offre {
  background-image: linear-gradient(90deg, rgba(72, 204, 227, 0), rgba(72, 204, 227, 0), rgba(72, 204, 227, 0.1), #f2c544), url("../img/offres/intro-offres.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  padding-top: 10%;
  padding-bottom: 10%;
}
@media screen and (max-width: 576px) {
  .masthead_offre .primary_title {
    text-shadow: -0.05em 0.05em rgba(255, 255, 255, 0.7) !important;
  }
}

.masthead_comptewaw {
  background: url("../img/patterns/waw-pattern-new-transparent.png"), linear-gradient(90deg, #60e2b6, #60e2b6, rgba(81, 210, 167, 0), #f0c652), #60e2b6;
  padding-top: 5em;
}

#newsletter {
  padding-top: 1.5em;
  padding-bottom: 1.4em;
  background-color: var(--pale);
}
@media screen and (max-width: 768px) {
  #newsletter form {
    display: block !important;
  }
}
#newsletter input {
  -webkit-border-radius: 0.438em !important;
  -moz-border-radius: 0.438em !important;
  -o-border-radius: 0.438em !important;
  border-radius: 0.438em !important;
}
#newsletter input[type=email] {
  width: 18em;
  border: 0.05em solid var(--putty);
}

#partners {
  background-color: var(--very_light_pink);
}

header {
  background-color: var(--black);
  padding-top: 0.7em;
}
@media screen and (min-width: 1200px) {
  header {
    height: 4em;
  }
}
@media screen and (max-width: 1200px) {
  header {
    min-height: 4em;
  }
}
header nav {
  position: relative;
}
header nav .logo img {
  width: 10em;
  height: auto;
}
header nav .toggle-nav {
  display: none;
  border: none;
  background-color: transparent !important;
  outline: none !important;
  position: absolute;
  top: 0.5em;
  right: 1em;
}
@media screen and (max-width: 1200px) {
  header nav .toggle-nav {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  header nav .links {
    position: absolute;
    top: 0.6em;
    right: 0;
  }
}
@media screen and (max-width: 1200px) {
  header nav .links {
    padding-top: 1em;
    padding-bottom: 1em;
    display: none;
  }
}
header nav .links ul {
  padding: 0;
}
header nav .links ul .link-xs {
  display: none;
}
@media screen and (max-width: 1200px) {
  header nav .links ul .link-xs {
    display: block;
  }
}
header nav .links ul li {
  text-transform: uppercase;
  list-style: none;
}
@media screen and (min-width: 1200px) {
  header nav .links ul li {
    position: relative;
    float: left;
    margin-left: 2em;
  }
}
@media screen and (max-width: 1200px) {
  header nav .links ul li {
    margin-top: 1em;
    margin-left: 0;
  }
}
header nav .links ul li a {
  text-decoration: none;
  color: #f4b400;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  header nav .links ul li a .dropdown-btn {
    display: none;
  }
}
header nav .links ul li .active {
  color: black;
  background: #f4b400;
  border-radius: 5px;
  padding: 5px;
}
header nav .links ul li a:not([href]) {
  opacity: 0.3;
}
header nav .links ul li a:not([href]):visited {
  color: var(--white) !important;
  opacity: 0.3 !important;
}
header nav .links ul li .dropdown-list {
  padding-left: 1em;
}
@media screen and (min-width: 1200px) {
  header nav .links ul li .dropdown-list {
    position: absolute;
    margin-top: 1.1em;
    margin-left: -3.5em;
    z-index: 2;
    display: none;
  }
}
header nav .links ul li .dropdown-list li {
  text-transform: none;
}
@media screen and (min-width: 1200px) {
  header nav .links ul li .dropdown-list li {
    background-color: var(--white);
    color: black;
    float: none;
    padding: 0.4em;
    padding-left: 1em;
    min-width: 13em;
  }
}
header nav .links ul li .dropdown-list li a {
  color: var(--black);
}
@media screen and (max-width: 1200px) {
  header nav .links ul li .dropdown-list li a {
    color: var(--black) !important;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 576px) {
  header nav .links ul li .dropdown-list li a {
    color: var(--white) !important;
  }
}
header nav .links ul li .dropdown-list li a .active {
  background: red;
}
@media screen and (max-width: 576px) {
  header nav .links ul li .dropdown-list li .active {
    color: var(--black) !important;
  }
}
header nav .links ul li .dropdown-list li:hover {
  background: #951122;
}
header nav .links ul li .dropdown-list li:hover a {
  color: white !important;
}

.header-2 {
  background-color: var(--black);
  padding-top: 0.7em;
}
@media screen and (min-width: 1200px) {
  .header-2 {
    height: 4em;
  }
}
@media screen and (max-width: 1200px) {
  .header-2 {
    min-height: 4em;
  }
}
.header-2 nav {
  position: relative;
}
.header-2 nav .logo img {
  width: 10em;
  height: auto;
}
.header-2 nav .toggle-nav {
  display: none;
  border: none;
  background-color: transparent !important;
  outline: none !important;
  position: absolute;
  top: 0.5em;
  right: 1em;
}
@media screen and (max-width: 1200px) {
  .header-2 nav .toggle-nav {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .header-2 nav .links {
    position: absolute;
    top: 0.6em;
    right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .header-2 nav .links {
    padding-top: 1em;
    padding-bottom: 1em;
    display: none;
  }
}
.header-2 nav .links ul {
  padding: 0;
}
.header-2 nav .links ul .link-xs {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header-2 nav .links ul .link-xs {
    display: block;
  }
}
.header-2 nav .links ul li {
  text-transform: uppercase;
  list-style: none;
}
@media screen and (min-width: 1200px) {
  .header-2 nav .links ul li {
    position: relative;
    float: left;
    margin-left: 2em;
  }
}
@media screen and (max-width: 1200px) {
  .header-2 nav .links ul li {
    margin-top: 1em;
    margin-left: 0;
  }
}
.header-2 nav .links ul li a {
  text-decoration: none;
  color: var(--white);
}
@media screen and (max-width: 1200px) {
  .header-2 nav .links ul li a .dropdown-btn {
    display: none;
  }
}
.header-2 nav .links ul li .active {
  color: var(--orange);
  background: black;
  border-radius: 5px;
  padding: 5px;
}
.header-2 nav .links ul li a:not([href]) {
  opacity: 0.3;
}
.header-2 nav .links ul li a:not([href]):visited {
  color: var(--white) !important;
  opacity: 0.3 !important;
}
.header-2 nav .links ul li .dropdown-list {
  padding-left: 1em;
}
@media screen and (min-width: 1200px) {
  .header-2 nav .links ul li .dropdown-list {
    position: absolute;
    margin-top: 1.1em;
    margin-left: -3.5em;
    z-index: 2;
    display: none;
  }
}
.header-2 nav .links ul li .dropdown-list li {
  text-transform: none;
}
@media screen and (min-width: 1200px) {
  .header-2 nav .links ul li .dropdown-list li {
    background-color: var(--black);
    color: white;
    float: none;
    padding: 0.4em;
    padding-left: 1em;
    min-width: 13em;
  }
}
@media screen and (max-width: 1200px) {
  .header-2 nav .links ul li .dropdown-list li a {
    color: var(--black);
    text-transform: uppercase;
  }
}
@media screen and (max-width: 576px) {
  .header-2 nav .links ul li .dropdown-list li a {
    color: var(--black) !important;
  }
}
.header-2 nav .links ul li .dropdown-list li:hover {
  background: #951122;
}
.header-2 nav .links ul li .dropdown-list li:hover a {
  color: white;
}

.dropdown-list li a.active {
  background: none !important;
  color: white !important;
}

.dropdown-list li:has(a.active) {
  background: #951122 !important;
}

@media screen and (max-width: 576px) {
  header nav .links ul li .dropdown-list li a.active {
    color: white !important;
  }
}
.et {
  color: var(--brownish_grey);
  font-size: 4em;
}

#why-waw {
  background-image: url(../img/home/visuel-adn.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 90%;
  padding-top: 15%;
  padding-bottom: 15%;
  color: var(--white);
}

#how-waw {
  background-image: linear-gradient(90deg, #ff7663, rgba(81, 210, 167, 0), #0ac9bf, #0ac9bf), url("../img/offres/intro-offres.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 90%;
  padding-top: 15%;
  padding-bottom: 15%;
  color: var(--black);
}

#content_app,
#content_offres {
  height: auto;
  background: url("../img/patterns/patterns-w-jaune.png"), var(--light_gold);
  background-position: top left;
  background-repeat: repeat;
}
#how-much-waw {
  background: url("../img/patterns/patterns-traits-bleu.png"), var(--robin_egg_blue);
  background-position: top left;
  background-repeat: repeat;
}
#partners img {
  max-height: 4em;
}

#visual-video {
  background-image: url("../img/application/visuel-video.jpg");
  background-position: top right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 10%;
  padding-bottom: 10%;
  color: var(--white);
}
#visual-video button {
  background: none;
  border: none;
}

#blocs .bloc1,
#blocs .bloc2 {
  display: flex;
  width: 100%;
  margin: 0 !important;
}
#blocs .img_bloc1,
#blocs .img_bloc2 {
  width: 50%;
}
@media (max-width: 998px) {
  #blocs .img_bloc1,
  #blocs .img_bloc2 {
    width: 100%;
  }
}
#blocs .text_bloc1,
#blocs .text_bloc2 {
  width: 50%;
  padding-top: 3em;
  padding-bottom: 3em;
  padding-left: 5em;
  padding-right: 5em;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: repeat;
  background-position: top left;
}
@media (max-width: 998px) {
  #blocs .text_bloc1,
  #blocs .text_bloc2 {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #blocs .text_bloc1,
  #blocs .text_bloc2 {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }
}
#blocs .bloc1 {
  background: url("../img/patterns/waw-pattern-new-transparent.png"), var(--light_gold);
  margin: 0 !important;
}
#blocs .bloc2 {
  background: url("../img/patterns/patterns-traits-bleu.png"), var(--robin_s_egg_three);
  margin: 0 !important;
}

@media screen and (max-width: 668px) {
  #content_offres .bundle_bloc {
    margin-bottom: 4em;
  }
}
#content_offres .bundle {
  background-color: var(--white);
  border-radius: 0.5em 0.5em 0 0;
  box-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.1), -0.1em -0.1em 0.5em rgba(0, 0, 0, 0.1);
  height: 100%;
}
@media screen and (max-width: 668px) {
  #content_offres .bundle {
    border-radius: 0.5em 0.5em 0.5em 0.5em;
  }
}
#content_offres .bundle .bundle_name {
  padding-top: 1.5em;
  border-radius: 0.5em 0.5em 0 0;
}
#content_offres .bundle .bundle_img {
  height: 7.75em;
  width: 100%;
  margin-top: 1em;
}
@media (max-width: 768px) {
  #content_offres .bundle .bundle_img {
    height: 14em;
  }
}
#content_offres .bundle .bundle_cost {
  position: relative;
  left: -3%;
  padding-top: 0.7em;
  padding-bottom: 0.1em;
  width: 106%;
  border-radius: 0.5em;
}
#content_offres .bundle .btn_offres_more_xs {
  cursor: pointer !important;
  font-size: 1em;
}
#content_offres .bundle_day .bundle_name,
#content_offres .bundle_day .bundle_cost {
  background-color: var(--lavender_pink);
}
#content_offres .bundle_day .bundle_img {
  background: url("../img/forfaits/WAW-MUZIK-price-01.png") bottom right, var(--sunflower);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 0.5em 0.5em 0 0;
}
#content_offres .bundle_three_days .bundle_name,
#content_offres .bundle_three_days .bundle_cost {
  background-color: var(--purplish_pink);
}
#content_offres .bundle_three_days .bundle_img {
  background: url("../img/forfaits/WAW-MUZIK-price-02.png") 30%, var(--aqua_marine);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 0.5em 0.5em 0 0;
}
#content_offres .bundle_week .bundle_name,
#content_offres .bundle_week .bundle_cost {
  background-color: var(--ugly_purple);
}
#content_offres .bundle_week .bundle_img {
  background: url("../img/forfaits/WAW-MUZIK-price-03.png") 10%, var(--neon_blue);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 0.5em 0.5em 0 0;
}
#content_offres .bundle_month .bundle_name,
#content_offres .bundle_month .bundle_cost {
  background-color: var(--warm_purple);
}
#content_offres .bundle_month .bundle_img {
  background: url("../img/forfaits/WAW-MUZIK-price-04.png") 30%, var(--tomato_two);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 0.5em 0.5em 0 0;
}
#content_offres .icon-star {
  position: relative;
  top: -2em;
  left: 2em;
  z-index: 2;
}
#content_offres .icon-star i {
  color: var(--butterscotch);
  background-color: var(--white);
  border-radius: 50%;
  padding: 0.5em;
  box-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.1), -0.1em -0.1em 0.5em rgba(0, 0, 0, 0.1);
}
#content_offres .offres_client_orange_orange {
  position: relative;
  top: -4em;
  background-color: var(--pale_red);
  border-radius: 0.5em;
}
#content_offres .offres_client_orange_orange h5 {
  color: var(--butterscotch);
}
#content_offres .offres_client_orange_orange .zik_bundle {
  font-size: 1.313em;
  font-weight: bold;
  line-height: 1.14;
  letter-spacing: 0.3px;
}
#content_offres .offres_client_orange_orange .float-right {
  font-size: 4em;
  line-height: 0;
  opacity: 0.5;
  filter: opacity(0.5);
}
@media screen and (max-width: 576px) {
  #content_offres .offres_client_orange_orange .float-right {
    float: none !important;
  }
}
#content_offres .icon-plus {
  text-align: center;
  position: relative;
  top: -5.5em;
  z-index: 2;
}
#content_offres .icon-plus i {
  background-color: var(--white);
  border-radius: 50%;
  padding: 1em;
  box-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.1), -0.1em -0.1em 0.5em rgba(0, 0, 0, 0.1);
}
#content_offres .offres_client_orange_white {
  position: relative;
  top: -7em;
  background-color: var(--white);
  border-radius: 0 0 0.5em 0.5em;
}
#content_offres .offres_client_orange_white h1 {
  color: var(--pale_red);
}

.offres_more {
  background: linear-gradient(90deg, rgba(72, 204, 227, 0), rgba(72, 204, 227, 0), rgba(72, 204, 227, 0.1), #f2c544), url("../img/offres/visuel-offres-mobiles-app-big@2x.png") right 50% no-repeat, url("../img/patterns/waw-pattern-new-transparent.png"), var(--light_aqua);
  background-size: auto, 50%, auto, auto;
  padding-top: 9%;
  padding-bottom: 9%;
  height: 21em;
}

.one_a_propos {
  background: linear-gradient(to right, #e5855d 0%, rgba(255, 216, 93, 0), rgba(255, 216, 93, 0), rgba(255, 216, 93, 0)), url("../img/patterns/waw-pattern-new-transparent.png"), #fcdb74;
  padding-top: 5em;
  padding-bottom: 3em;
}
.one_a_propos .paragraph, .one_a_propos .container_others p, .container_others .one_a_propos p,
.one_a_propos .container_others ul,
.container_others .one_a_propos ul,
.one_a_propos .container_others li,
.container_others .one_a_propos li {
  max-width: 50em;
  margin: 2em auto;
}

.two_a_propos {
  background: linear-gradient(to right, rgba(61, 212, 171, 0), rgba(61, 212, 171, 0), rgba(61, 212, 171, 0), #ecd166 100%), url("../img/patterns/patterns-traits-vertclair-bloc-origine.png"), #4ac9a7;
  padding-top: 5em;
  padding-bottom: 5em;
}

.three_a_propos {
  background: linear-gradient(to right, #6ee5c5, rgba(255, 216, 93, 0) 25%), url("../img/patterns/patterns-traits-jaunepale-bloc-plateforme.png"), #fcdb74;
  padding-top: 5em;
}

.four_a_propos {
  background-color: #f76c56;
  padding-top: 5em;
}

.one_comptewaw, .three_comptewaw {
  background: linear-gradient(to right, #80edc8, rgba(255, 216, 93, 0), rgba(255, 216, 93, 0), rgba(255, 216, 93, 0)), url("../img/patterns/patterns-w-jaune.png"), var(--light_gold);
}

.two_comptewaw, .four_comptewaw {
  background: url("../img/patterns/patterns-traits-vertclair-bloc-details+app.png"), #aaf9de;
}

.three_comptewaw {
  padding-top: 5em;
}

.heading {
  font-weight: bold;
  font-size: 54px;
  color: var(--black);
}

.store {
  padding: 10px 15px;
  background-color: var(--white);
  border-radius: 2px;
  display: flex;
  align-items: center;
}

.store img {
  width: 121px;
}

.bg-dark-75 {
  background-color: #333333;
}

.arrow-down {
  text-align: center;
  font-size: 10px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--black);
  cursor: pointer;
}

.arrow-down span {
  display: block;
  transition: transform 0.3s ease;
}

.arrow-down:hover span:nth-of-type(1) {
  transform: translate(0, 15px);
}

.arrow-down:hover span:nth-of-type(2) {
  transform: translate(0, 10px);
}

.arrow-down:hover span:nth-of-type(3) {
  transform: translate(0, 5px);
}

.bg-warning-75 {
  color: #FFAE0D;
}

.landing-sec-1 {
  background-color: #ffae0d;
}

.gbonhi-bg {
  background: url("../img/patterns/diamond.png") no-repeat left center;
}

.container-image {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  border-radius: 10px;
}

.container-image-1 {
  position: relative;
  width: 100%;
  height: 410px;
  overflow: hidden;
  border-radius: 10px;
}

.app-h6-title {
  font-weight: bold;
  color: var(--white);
  margin-top: 1rem;
}

.scrollable-image-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  z-index: 1;
  background: black;
}

.scrollable-content img {
  width: 100%;
  height: auto;
}

.custom-flex-container {
  display: flex;
  align-items: center;
}

.custom-flex-container .icon-right {
  margin-left: auto;
  color: white;
  font-size: 12px;
}

.background {
  width: 100%;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.scrollable-x-container {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
}

.scrollable-x-container img {
  height: 170px !important;
  margin-right: 10px;
  display: inline-block;
}

.download-section {
  background: var(--black);
  color: var(--white);
  padding: 6rem 0;
}

@media screen and (max-width: 576px) {
  .heading {
    font-size: 22px;
  }
  .download-section {
    padding: 3rem 0;
  }
  .background-2 {
    top: -30px !important;
  }
  .app-h6-title {
    font-size: 9px !important;
    margin-top: 0;
  }
  .scrollable-x-container img {
    height: 170px !important;
  }
}
@media (min-width: 200px) and (max-width: 467.98px) { /* Extra small devices (xs) */
  .container-image {
    height: 375px !important;
  }
  .container-image-1 {
    height: 300px !important;
  }
  .padding-right-0 {
    padding-right: 0 !important;
  }
  .scrollable-x-container img {
    height: 95px !important;
  }
  .custom-flex-container .icon-right {
    font-size: 8px !important;
    margin-bottom: 8px !important;
  }
}
@media (min-width: 468px) and (max-width: 575.98px) { /* Extra small devices (xs) */
  .container-image {
    height: 490px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) { /* Small devices (sm) */
  .container-image {
    height: 480px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .container-image {
    height: 360px !important;
  }
  .container-image-1 {
    height: 280px !important;
  }
  .scrollable-x-container img {
    height: 80px !important;
  }
  .app-h6-title {
    font-size: 12px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container-image {
    height: 520px !important;
  }
  .container-image-1 {
    height: 370px !important;
  }
  .scrollable-x-container img {
    height: 135px !important;
  }
  .app-h6-title {
    font-size: 12px;
  }
}
.offers-card {
  border-radius: 0;
  height: 472px;
  display: flex;
  flex-direction: column;
}

.offer-green-60 {
  background: #157F46;
}

.offer-green-75 {
  background: #004F30;
}

.offer-burgundy {
  background: #870031;
}

.offer-red-75 {
  background: #D23245;
}

.offers-card-body {
  background: #f8f9fa;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px !important;
  color: black;
}

.offers-card-header h5 {
  font-family: "Krona One", sans-serif;
  font-size: 1.6rem !important;
  margin-bottom: 2rem;
}

.offers-card-header p {
  margin-bottom: 0 !important;
}

.offer-btn {
  align-self: flex-start;
  border-radius: 2px !important;
  font-weight: bold;
  background-color: #ffc107;
  border-color: #ffc107;
}

.quality-badge {
  background-color: #D23245;
  color: white;
  padding: 5px 0;
  font-size: 14px;
  clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
}

.custom-banner {
  background-color: #333333;
  color: white;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-banner .icon {
  background-color: #FFA500;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-banner .icon i {
  color: #333;
}

.cibles {
  /*margin-top: 4rem;*/
}

.cibles img {
  width: 80px;
}

.cibles img:nth-child(2) {
  width: 60px;
}

/*new home page*/
.josey-bg {
  background: url("../img/home/home-page-1/josey.png") no-repeat left center;
}

.hero {
  position: relative;
  background: url("../img/home/home-page-1/josey.png") no-repeat center center/cover;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.josey-custom-card .current-price {
  font-size: 2.4rem;
  font-weight: 550;
}

.josey-custom-card .custom-card-header {
  font-weight: 570;
}

.josey-custom-card .btn {
  font-weight: 560;
}

.josey-custom-card p {
  font-size: 1.2rem;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.content {
  position: relative;
  z-index: 1;
  text-align: left;
  max-width: 600px;
}

.content h1 {
  font-size: 3rem;
  font-weight: bold;
}

.content .text-secondary {
  color: #ffcc00 !important;
}

.josey-h1 {
  font-size: 4.5rem;
}

.josey-h5 {
  font-size: 2.5rem !important;
}

@media screen and (max-width: 576px) {
  .josey-h1 {
    font-size: 12px !important;
  }
  .josey-h5 {
    font-size: 17px !important;
  }
}
.middle-text {
  font-size: 60px;
}

.middle-text-2 {
  font-size: 25px;
}

.overlapping-section {
  background: #8F1223;
  color: white;
  position: relative;
  margin-top: -13.6rem;
  z-index: 2;
}

.pass-orange-h1 {
  font-size: 2.5rem;
}

@media screen and (max-width: 576px) {
  .middle-text {
    font-size: 30px !important;
  }
  .middle-text-2 {
    font-size: 20px !important;
  }
  .overlapping-section {
    margin-top: -8.2rem !important;
  }
  .pass-orange-h1 {
    font-size: 1.5rem;
  }
}
.card-custom {
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.custom-card-header {
  padding: 5px 15px;
  border-radius: 10px;
  display: inline-block;
  font-weight: bold;
  position: relative;
  top: -35px;
}

.accordion-link {
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  width: 100%;
  padding-right: 30px;
}

.btn-diva {
  padding: 0 10px;
  color: white;
  background: #050404;
  border-radius: 5px;
}

.grey-1 {
  background-color: #4B4243;
}

.bg-success-1 {
  background: #034223;
}

.bg-success-2 {
  background: #077637;
}

.bg-danger-1 {
  background: var(--tomato);
}

.bg-danger-2 {
  background: var(--tomato_two);
}

.bg-danger-3 {
  background: #8F1223;
}

.bg-danger-4 {
  background: #731022;
}

.text-curcuma {
  color: #F79D15;
}

.text-black {
  color: #0C0C0C;
}

.bg-curcuma {
  background: #F79D15;
}

.bg-green {
  background: #278444;
}

.text-green {
  color: #278444;
}

#carouselExampleCaptions {
  background: #191415;
}

#carouselExampleCaptions .carousel-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#carouselExampleCaptions img {
  height: 100%;
  width: 738px !important;
  object-fit: contain;
  max-width: 100%;
}

.masthead_others {
  background: url("../img/patterns/waw-pattern-new-transparent.png"), var(--pale_red);
  color: var(--white);
  height: 18.25em;
  vertical-align: center;
}
.masthead_others .container {
  display: flex;
  height: 100%;
  width: 100%;
}
.masthead_others .container .content,
.masthead_others .container h3 {
  margin: auto;
  align-self: center;
}
.masthead_others .container .content .btn-cgu-cgv button,
.masthead_others .container h3 .btn-cgu-cgv button {
  background-color: var(--black);
  color: var(--white);
  -webkit-border-radius: 0.438em !important;
  -moz-border-radius: 0.438em !important;
  -o-border-radius: 0.438em !important;
  border-radius: 0.438em !important;
  border: none;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  outline: none !important;
}

#content_faq,
#content_legal,
#content_contact,
#content_cookies {
  background: url("../img/patterns/patterns-w-jaunepale-content.png"), var(--pale_peach);
}

.container_others {
  max-width: 50em;
  margin: auto;
  padding-top: 5em;
  padding-bottom: 5em;
}
.container_others a {
  color: var(--pale_red);
}
.container_others h6 {
  font-weight: bold;
}
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 80px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: var(--orange);
  line-height: 45px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
  color: white;
}

.scroll-to-top i {
  font-weight: 800;
}

#content_faq {
  padding-top: 5em;
  padding-bottom: 5em;
}
#content_faq a {
  text-decoration: none;
}
#content_faq .card_ancre_smoothy {
  background-color: var(--white);
  border-radius: 0.5em;
  padding: 1em;
  text-align: center;
  height: 100%;
  color: var(--black);
  box-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.1), -0.1em -0.1em 0.5em rgba(0, 0, 0, 0.1);
}
#content_faq .card_ancre_smoothy img {
  margin: 1em;
}
#content_faq .card_ancre_smoothy:hover {
  color: var(--pale_red);
}

#faq {
  background-color: var(--very_light_pink);
}
#faq h5 {
  color: var(--pale_red);
}
#faq .accordion {
  position: relative;
  display: block;
  width: 100%;
  border: none;
  outline: none !important;
  font-weight: bold;
  text-align: left;
  background-color: var(--white);
  color: var(--black);
  border-radius: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin-bottom: 0.8em;
}
#faq .accordion img {
  position: absolute;
  right: 1em;
  width: 16px;
  height: 16px;
}
#faq .answer {
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: none;
}

@media screen and (max-width: 576px) {
  #content_contact .holding-location {
    margin-top: 2em;
  }
}

#content_contact .article {
  font-size: 1.2em;
}

.footer-2 {
  padding: 4rem 0 4rem 0;
  background: #222222;
}

.footer-2 h6 {
  color: white;
}

.footer-2 img {
  width: 14em;
}

footer {
  color: var(--white);
  background-color: var(--black);
  padding-top: 1em;
}
footer img {
  width: 9.11em;
  height: 2.5em;
  margin-bottom: 0.5em;
}
footer h6 {
  height: 40px;
  color: #9b9996;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  font-size: 0.813em;
  text-transform: uppercase;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  list-style: none;
}
footer ul li img {
  width: 9.125em;
  height: 2.5em;
  border: 0.1em solid var(--white);
  margin-top: 0.2em;
  border-radius: 2em;
}
footer a {
  color: var(--white);
  text-decoration: none;
  font-size: 13px;
}
footer a:hover {
  text-decoration: none;
  color: var(--pale_red);
}
footer a:not([href]) {
  opacity: 0.3;
}
footer a:not([href]):hover {
  color: var(--white);
  opacity: 0.3;
}
footer hr {
  background-color: var(--white);
  width: 100%;
  margin: 0;
}
footer .copyright {
  padding-top: 0.5em;
}
footer .copyright i {
  height: 32px;
  width: 32px;
  font-size: 16px;
  padding: 0.5em;
  text-align: center;
  border-radius: 50%;
  background-color: #4f4d4b;
  background-position: center;
  background-size: cover;
}

.badge-primary, .btn-secondary {
  background-color: var(--pale_red) !important;
  border-color: var(--pale_red) !important;
  color: var(--white) !important;
}

.btn-effect, .btn-secondary:hover, .btn-dark:hover, .btn-primary:hover, .masthead .btn-large:hover,
.masthead_app .btn-large:hover,
.masthead_adn .btn-large:hover,
.masthead_a_propos .btn-large:hover,
.masthead_offre .btn-large:hover,
.masthead_comptewaw .btn-large:hover {
  position: relative;
  top: -4px;
  box-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, 0.4), -0.2em -0.2em 0.5em rgba(0, 0, 0, 0.4);
}

.btn-primary,
.btn-dark {
  position: relative;
  top: 0;
  box-shadow: none;
  transition: 0.5s;
  -webkit-border-radius: 5em !important;
  -moz-border-radius: 5em !important;
  -o-border-radius: 5em !important;
  border-radius: 5em !important;
  max-width: 18em !important;
  color: var(--white) !important;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
}

.btn-primary {
  background-color: var(--pale_red) !important;
  border-color: var(--pale_red) !important;
}

.btn-dark {
  background-color: var(--black) !important;
  border-color: var(--black) !important;
}

.btn-primary:hover {
  background-color: var(--white) !important;
  color: var(--pale_red) !important;
}

.btn-dark:hover {
  background-color: var(--white) !important;
  color: var(--black) !important;
}

.btn-secondary {
  position: relative;
  top: 0;
  box-shadow: none;
  transition: 0.5s;
}

.btn-secondary:hover {
  background-color: var(--white) !important;
  color: var(--pale_red) !important;
}

.text-primary {
  color: var(--pale_red) !important;
}

.header-2 {
  background-color: var(--bright_orange);
}
.header-2 nav .logo img {
  width: 7em;
}
.header-2 nav .links ul li a {
  color: var(--black);
  font-weight: bold;
}
.header-2 nav .links ul li .active {
  color: var(--white);
}
@media screen and (min-width: 1200px) {
  .header-2 nav .links ul li .dropdown-list li {
    background-color: var(--white);
  }
}

/*# sourceMappingURL=style.css.map */
