/*
Theme Name: brandparty
Description: Theme Brandparty
Author: brandparty
Author URI: https://brandparty.fr
Template: Divi 
Version: 1.1.0
*/
.et_pb_text {
  word-wrap: normal !important;
}

h1 {
  font-size: clamp(32px, 5vw + 1rem, 70px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5em;
  padding-bottom: 0;
  word-wrap: normal !important;
}
h2 {
  font-size: clamp(28px, 4vw + 0.8rem, 60px);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.5em;
  padding-bottom: 0;
  word-wrap: normal !important;
}
h3 {
  font-size: clamp(20px, 3vw + 0.5rem, 30px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5em;
  padding-bottom: 0;
  word-wrap: normal !important;
}
h4 {
  font-size: clamp(18px, 2.5vw + 0.4rem, 26px);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5em;
  padding-bottom: 0;
  word-wrap: normal !important;
}
h5 {
  font-size: clamp(16px, 2vw + 0.3rem, 20px);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5em;
  padding-bottom: 0;
  word-wrap: normal !important;
}
h6 {
  font-size: clamp(16px, 1.5vw + 0.2rem, 18px);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5em;
  padding-bottom: 0;
  word-wrap: normal !important;
}
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6, ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6 {
  margin-top: 1em !important;
}
sup {
  font-size: 50%;
  vertical-align: middle
}
.mentions {
  font-size: 13px
}
/* BOUTONS */
.bouton-cta {
  position: relative;
  color: #fff !important;
  font-size: 20px;
  line-height: 1.2 !important;
  font-weight: 600;
  text-align: left;
  background: #DCB253;
  padding: 10px 90px 10px 20px;
  border-radius: 35px;
  border: 2px solid #DCB253;
  width: auto;
  box-sizing: border-box;
  display: inline-block !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bouton-cta.negatif {
  color: #DCB253 !important;
  background: transparent;
}
.bouton-cta:hover, .bouton-cta.negatif:hover {
  padding: 10px 90px 10px 20px !important;
  color: #fff !important;
  border: 2px solid #DCB253 !important;
  background: #DCB253 !important;
  filter: drop-shadow(0px 0px 5px rgba(220, 178, 83, 1));
}
.bouton-cta::after {
  content: '';
  background: url('/wp-content/themes/Brandparty/img/icone-cta.svg');
  width: 40px !important;
  height: 40px !important;
  display: inline-block;
  margin: 0 0 0 30px !important;
  opacity: 1 !important;
  background-size: 40px 40px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  filter: invert(100%) saturate(0%) brightness(120%) contrast(120%);
}
.bouton-cta.negatif::after {
  filter: invert(29%) sepia(95%) saturate(7166%) hue-rotate(242deg) brightness(94%) contrast(104%);
}
.bouton-cta:hover:after {
  filter: invert(100%) saturate(0%) brightness(120%) contrast(120%) !important;
}
/* OVERLAY */
.overlay::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #383E42;
  opacity: .4;
  z-index: 0;
}
.overlayfade::before, .overlayfadeinverse::before {
  content: '';
  display: block;
  position: absolute;
  height: auto;
  width: 100%;
  aspect-ratio: 2 / 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(56, 62, 66, 1) 0%, rgba(56, 62, 66, 0) 100%);
  opacity: 1;
  z-index: 1;
}
@media screen and (min-width:981px) {
  .overlayfade::before, .overlayfadeinverse::before {
    height: 100%;
    aspect-ratio: inherit;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(56, 62, 66, 1) 0%, rgba(56, 62, 66, 0) 100%);
    opacity: 1;
    z-index: 1;
  }
  .overlayfadeinverse::before {
    height: 100%;
    aspect-ratio: inherit;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(56, 62, 66, 0) 0%, rgba(56, 62, 66, 1) 100%);
    opacity: 1;
    z-index: 1;
  }
}
/* LISTE */
ul.list-check {
  padding-left: 0;
  margin-top: 10px;
}
ul.list-check li {
  position: relative;
  list-style: none;
  padding-left: 30px;
  margin-bottom: 7px;
  line-height: 30px;
}
ul.list-check li:last-of-type {
  margin-bottom: 0;
}
ul.list-check li::before {
  content: url(/wp-content/themes/Brandparty/img/icone-check.svg);
  display: inline;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 10;
}
/* MENU */
header.et-l--header {
  z-index: 99999;
  position: fixed;
}
body.menuopen {
  overflow: hidden;
}
#menu {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 80%;
  margin: 0 10%;
  padding: 0;
  background: rgba(56, 62, 66, 1);
  border-radius: 0 0 20px 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#menu.animate {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#menu .logo, footer .logo {
  min-width: 190px;
  width: 16vw;
  height: auto;
  order: 1;
  position: relative;
}
@media screen and (max-width:380px) {
  #menu .logo, footer .logo {
    min-width: 150px;
  }
}
#menu .conteneurlogo {
  position: relative;
  padding: 27px 40px 30px 40px;
  z-index: 210;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#menu .allmenu {
  background-color: #383E42;
  width: 100%;
  box-sizing: border-box;
  height: 100vh;
  padding: 120px 20px 150px 40px;
  position: fixed;
  top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-gutter: stable;
}
#menu .conteneurlogo::after {
  content: '';
  display: block;
  width: 100vw;
  height: 120px;
  top: 0;
  left: 0;
  background-color: rgb(10, 14, 63);
  background: linear-gradient(180deg, rgba(56, 62, 66, 1) 77%, rgba(56, 62, 66, 0) 100%);
  position: absolute;
  z-index: -1;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
}
#menu .allmenu.show {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  z-index: 200;
  font-size: 15px;
  color: #fff;
}
#menu .conteneurlogo.show::after {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#menu ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
#menu ul.menu li a {
  line-height: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  margin: 0 0 20px 0
}
#menu ul.menu li.bouton a {
  background: #DCB253;
  color: #ffffff !important;
  padding: 5px 20px;
  border-radius: 20px;
}
#menu ul.menu li.bouton a:hover {
  color: #ffffff;
  filter: drop-shadow(0px 0px 5px rgba(220, 178, 83, .5));
}
#menu ul.menu li a:hover, #menu ul.menu li.current-menu-item > a {
  color: #DCB253;
}
#menu.nav-up {
  top: -150px !important;
}
@media screen and (max-width:1199px) {
  #menu .allmenu li {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity: 0;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
  }
  #menu .allmenu.show li {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  #menu ul.menu li:nth-child(1) {
    transition-delay: 200ms;
  }
  #menu ul.menu li:nth-child(2) {
    transition-delay: 300ms;
  }
  #menu ul.menu li:nth-child(3) {
    transition-delay: 400ms;
  }
  #menu ul.menu li:nth-child(4) {
    transition-delay: 500ms;
  }
  #menu ul.menu li:nth-child(5) {
    transition-delay: 600ms;
  }
}
@media screen and (min-width:1200px) {
  #menu .burger {
    display: none;
  }
  #menu .conteneurlogo {
    padding: 50px 40px 30px 40px;
  }
  #menu .allmenu {
    background-color: transparent;
    width: auto;
    box-sizing: border-box;
    height: inherit;
    padding: 40px 40px 20px 0;
    position: relative;
    top: inherit;
    display: block;
    flex-direction: inherit;
    justify-content: inherit;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
	overflow:visible;
  }
  #menu ul.menu li {
    display: inline-block;
  }
  #menu ul.menu li a {
    display: block;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 5px;
    margin: 0;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #menu ul.menu li.bouton a {
    margin-left: 10px
  }
  #menu ul.menu li.bouton a {
    padding: 5px 15px;
  }
  #menu #menu-principal ul.sub-menu {
    position: absolute;
    background: rgba(56, 62, 66, 1);
    border-radius: 0 20px 20px 20px;
    width: 300px;
    padding: 20px;
    left: 10px;
    text-align: left;
    opacity: 0;
    -webkit-transition-property: opacity, visibility, transform;
    -moz-transition-property: opacity, visibility, transform;
    -o-transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    visibility: hidden;
    transform: translatey(30px);
    z-index: -10;
  }
  #menu #menu-principal ul.sub-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translatey(0);
  }
  #menu #menu-principal ul.sub-menu li {
    width: 100%;
    margin: 0 0 20px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #menu #menu-principal ul.sub-menu li:last-of-type {
    margin: 0;
  }
  #menu #menu-principal ul.sub-menu li a {
    line-height: 20px;
	padding: 5px 10px;
  }
}
@media screen and (min-width: 1500px) {
  #menu .logo {
    width: 280px;
    height: 32px;
  }
  #menu ul.menu li a {
    font-size: 16px;
    padding: 25px .7vw;
  }
  #menu ul.menu li.bouton a {
    padding: 5px 20px;
  }
}
/*  BURGER */
#menu .burger {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 13px;
  right: 17px;
  z-index: 1000;
}
#menu .burger span {
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -1.5px;
}
#menu .burger span, .burger span:before, .burger span::after {
  display: block;
  height: 3px;
  background-color: #FFFFFF;
  outline: 1px solid transparent;
  transition: all 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
}
#menu .burger span {
  width: 30px;
}
#menu .burger span:before, .burger span::after {
  width: 30px;
}
#menu .burger span::before, .burger span::after {
  position: absolute;
  content: "";
}
#menu .burger span::before {
  top: -9px;
  left: 0;
  transform-origin: right;
}
#menu .burger span::after {
  top: 9px;
  right: 0;
  transform-origin: left;
}
#menu .burger.clicked span {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu .burger.clicked span::before {
  -webkit-transform: translateY(24px) translateX(-15px) rotate(90deg);
  -moz-transform: translateY(24px) translateX(-15px) rotate(90deg);
  -ms-transform: translateY(24px) translateX(-15px) rotate(90deg);
  -o-transform: translateY(24px) translateX(-15px) rotate(90deg);
  transform: translateY(24px) translateX(-15px) rotate(90deg);
}
#menu .burger.clicked span::after {
  -webkit-transform: translateY(-24px) translateX(15px) rotate(90deg);
  -moz-transform: translateY(-24px) translateX(15px) rotate(90deg);
  -ms-transform: translateY(-24px) translateX(15px) rotate(90deg);
  -o-transform: translateY(-24px) translateX(15px) rotate(90deg);
  transform: translateY(-24px) translateX(15px) rotate(90deg);
}
#menu .burger:hover {
  cursor: pointer;
}
/* Dark MODE */
body.dark #menu {
  background: rgba(56, 62, 66, 0);
}
/* BLOCS HP */
.bloc-hp {
  aspect-ratio: 4 / 3;
  border-radius: 20px;
  overflow: hidden;
}
.bloc-hp > div::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #383E42;
  opacity: .5;
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bloc-hp:hover > div::before {
  opacity: .7;
}
.bloc-hp .dsm_card_carousel_child_description::after {
  content: '';
  background: url('/wp-content/themes/Brandparty/img/icone-plus.svg');
  width: 20px !important;
  height: 20px !important;
  display: inline-block;
  opacity: 1 !important;
  background-size: 17px 17px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: 20px;
  bottom: 20px;
  filter: invert(77%) sepia(29%) saturate(843%) hue-rotate(356deg) brightness(94%) contrast(82%);
  z-index: 1;
}
.bloc-hp:hover .dsm_card_carousel_child_description::after {
  background: url('/wp-content/themes/Brandparty/img/icone-fleche.svg');
}
.bloc-hp .dsm_card_carousel_child_description h3 {
  z-index: 1;
  position: relative;
  margin-bottom: 0 !important;
  padding-right: 25px;
  font-size: 25px !important;
  font-weight: 400;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bloc-hp:hover .dsm_card_carousel_child_description h3 {
  color: #DCB253;
}
@media screen and (min-width:981px) {
  .bloc-hp .dsm_card_carousel_child_description h3 {
    font-size: 18px !important;
  }
}
@media screen and (min-width:1100px) {
  .bloc-hp .dsm_card_carousel_child_description h3 {
    font-size: 25px !important;
  }
}
@media screen and (min-width:1400px) {
  .bloc-hp .dsm_card_carousel_child_description h3 {
    font-size: 18px !important;
  }
}
@media screen and (min-width:1550px) {
  .bloc-hp .dsm_card_carousel_child_description h3 {
    font-size: 25px !important;
  }
}
.bloc-hp .dsm_card_carousel_child_description p {
  z-index: 1;
  color: #FFFFFF;
  padding-right: 25px;
  position: relative;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform-origin: bottom;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.bloc-hp:hover .dsm_card_carousel_child_description p {
  max-height: 130px;
  margin-top: 10px;
  opacity: 1;
}
.bloc-hp > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
/* CAROUSELS */
.carouselpagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #DCB253 !important;
  opacity: 1;
}
.carouselfullscreen .swiper-container {
  overflow: visible;
}
.carouselfullscreen .swiper-container .swiper-slide {
  opacity: .3
}
.carouselfullscreen .swiper-container .swiper-slide-active {
  opacity: 1
}
@media screen and (min-width:981px) {
  .carouselfullscreen.deuxcol .swiper-container .swiper-slide-next {
    opacity: 1
  }
  .carouselfullscreen.troiscol .swiper-container .swiper-slide-next, .carouselfullscreen.troiscol .swiper-container .swiper-slide-next + .swiper-slide {
    opacity: 1
  }
}
.carouseltemoignages .dsm_card_carousel_child_description p::before {
  content: '';
  display: block;
  background-color: #DCB253;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  height: 15px;
  margin: 30px 0 20px 0;
  width: 150px;
  position: relative;
}
@media screen and (min-width:981px) {
  .carouseltemoignages .dsm_card_carousel_child_description p::before {
    display: inline-block;
    margin: 30px 20px 0 0;
    top: 2px;
  }
}
.debugtaille .swiper-slide a {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.decobg::after {
  content: '';
  background: url('/wp-content/themes/Brandparty/img/deco-jobs.svg');
  width: 400px !important;
  height: 100px !important;
  display: inline-block;
  opacity: 1 !important;
  background-size: 400px 100px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: -10vw;
  top: -80px;
  z-index: -10;
}
@media screen and (min-width:780px) {
  .decobg::after {
    top: -150px;
    width: 800px !important;
    height: 200px !important;
    background-size: 800px 200px;
  }
}
@media screen and (min-width:1400px) {
  .decobg::after {
    top: -250px;
  }
}
@media screen and (min-width:1850px) {
  .decobg::after {
    right: calc(((100vw - 1480px) / 2) * -1);
  }
}
/* FORMULAIRE */
.formulaire label {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #383E42 !important;
  cursor: pointer;
}
.formulaire .gfield_required, .gform_required_legend, .gform_required_legend .gfield_required {
  display: none;
}
.formulaire .section {
  font-size: clamp(18px, 2.5vw + 0.4rem, 26px);
  font-weight: 700;
  line-height: 1.5;
  margin-top: 3em;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}
.formulaire .gchoice {
  padding: 0;
  background-color: #F1F1F1;
  border-radius: 5px;
  border: 1px solid #EBE8E5;
  position: relative;
}
.formulaire .gchoice label {
  padding: 20px 20px 20px 60px;
  position: absolute;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.formulaire .gchoice input {
  margin: 20px !important;
}
.formulaire .gchoice:has(input:checked) {
  border: 1px solid #DCB253;
}
.formulaire input[type="radio"] {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  background-image: none;
  padding: 0;
  white-space: nowrap;
  background-color: #D2D2D2;
  border: none;
}
.formulaire input[type="radio"]:hover {
  cursor: pointer;
}
.formulaire input[type="radio"]:checked {
  background-color: #DCB253;
}
.formulaire input[type="radio"]:checked::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 8px;
  width: 5px;
  height: 10px;
  border: solid #383E42;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  transform: rotate(45deg);
  background-color: transparent;
}
.formulaire input[type="checkbox"]:checked::before {
  color: #DCB253;
}
.formulaire input:focus, .formulaire textarea:focus {
  border-color: #DCB253;
  color: #383E42;
  outline-color: #EFCF85;
  outline-width: 3px;
}
.formulaire .gform_drop_area::before {
  color: #D2D2D2 !important;
}
.formulaire .gform_drop_area button {
  background-color: #383E42 !important;
}
.formulaire .gform_drop_area button:hover {
  background-color: #262A2D !important;
}
.formulaire input[type="submit"] {
  position: relative;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  text-align: left !important;
  background-color: #DCB253 !important;
  background: url('/wp-content/themes/Brandparty/img/icone-boutonform.svg');
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding: 12px 90px 12px 20px !important;
  border-radius: 35px !important;
  border: 2px solid #DCB253;
  width: auto;
  box-sizing: border-box;
  display: inline-block !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.formulaire input[type="submit"]:hover {
  filter: drop-shadow(0px 0px 5px rgba(220, 178, 83, 1));
}
.formulaire .fixnom .gform-grid-row {
  column-gap: 16px;
  row-gap: 40px;
  margin-inline: 0 !important;
}
.formulaire .fixnom .gform-grid-col {
  padding-inline: 0 !important;
}