/*
Theme Name: brandparty
Description: Theme Brandparty
Author: brandparty
Author URI: https://brandparty.fr
Template: Divi 
Version: 1.0.0
*/

/* MASQUER */
.masquer {display:none!important;}

h1 {
  font-size: clamp(32px, 3vw + 1rem, 52px);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5em;
  padding-bottom: 0;
}
h2 {
  font-size: clamp(24px, 2vw + 0.5rem, 40px);
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.5em;
  padding-bottom: 0;
}
h3 {
  font-size: clamp(20px, 3vw + 0.5rem, 30px);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5em;
  padding-bottom: 0;
  color: #6877FF !important;
}
h4 {
  font-size: clamp(18px, 2.5vw + 0.4rem, 26px);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.5em;
  padding-bottom: 0;
}
h5 {
  font-size: clamp(16px, 2vw + 0.3rem, 20px);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.5em;
  padding-bottom: 0;
}
h6 {
  font-size: clamp(14px, 1.5vw + 0.2rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.5em;
  padding-bottom: 0;
}
.bloc-info {
  padding: 30px !important;
  margin-bottom: 30px;
  background: #F2F2F2;
  border-radius: 5px;
}
.bg-bleu-cci {
  background: #2F35F4 url('/wp-content/themes/Brandparty/img/bg-bleu.gif') no-repeat center/cover;
  overflow: hidden;
}
.bg-bleu-cci::after {
  content: '';
  background-image: url('/wp-content/themes/Brandparty/img/monogramme-cci.svg');
  background-repeat: no-repeat;
  background-position: 90% -40px;
  background-size: 40%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .bg-bleu-cci::after {
    background-size: 300px;
  }
}
ul.listecheck  {
  list-style:none;
  padding:0 0 1em 0;
}
.listecheck li {
  position:relative;
  padding:0 0 0 35px;
  font-size:20px;
  line-height:30px;
  color:#2f35f4;
  margin-bottom:10px;
}
.listecheck li:before {
  content: '';
  background: url('/wp-content/themes/Brandparty/img/icone-check.svg');
  width: 28px;
  height: 28px;
  background-size: 24px 24px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  filter: invert(29%) sepia(95%) saturate(7166%) hue-rotate(242deg) brightness(94%) contrast(104%);
}
.listecheck li span {
  display:block;
  font-size:initial;
  line-height:initial;
  color:initial;
}
.imgfullheight, .imgfullheight .et_pb_image_wrap, .imgfullheight .et_pb_image_wrap img {
	height:100%;
	object-fit:cover;
}
.imgfullheight.droite .et_pb_image_wrap img  {
	object-position: right;
}
.imgfullheight.gauche .et_pb_image_wrap img  {
	object-position: left;
}
/* OVERLAY */
.overlay::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2A2A2A;
  opacity: .6;
  z-index:0;
}
.overlayfade::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg,rgba(255, 242, 0, 0.6) 0%, rgba(255, 242, 0, 0) 100%);
  opacity: .6;
  z-index:1;
}
footer .overlay::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2F35F4;
  z-index:0;
  opacity: .8;
}
body.has-featured-image .entete-header::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2A2A2A;
  opacity: .6;
  z-index:0;
}

/* BACKGROUND FADE LEFT*/
.bg-imgfadeleft {
	background-size: 100% auto;
    background-position: center top;
	padding-top: 60vw;
    background-color: #F2F2F2 !important;
}
.bg-imgfadeleft::after {
  content:'';
  display:block;
  width:100%;
  height:auto;
  position:absolute;
  z-index:1;
  top:0;
  left:0;
  aspect-ratio:3 / 1.8;
  background: linear-gradient(0deg,rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 0) 50%);
}
@media screen and (min-width:980px) {
  .bg-imgfadeleft {
	background-size: auto 100%;
    background-position: right 0px center;
	padding-top: initial;
  }
  .bg-imgfadeleft::after {
    width:auto;
    height:100%;
    top:0;
    right:0;
	left:inherit;
    background: linear-gradient(90deg,rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 0) 50%);
  }
  .bg-imgfadeleft::before {
	content:'';
    display:block;
    width:100%;
    height:100%;
	position:absolute;
    z-index:1;
    top:0;
    left:0;
	left:inherit;
    background: linear-gradient(90deg,rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 0) 80%);
  }
}
/* BOUTONS */
.bouton-cta {
  position: relative;
  color: #fff !important;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
  display: inline-block;
  background: #2F35F4;
  padding: 20px 60px 20px 30px;
  border-radius: 35px;
  border: 2px solid #2F35F4;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
  -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:hover, .bouton-cta.negatif:hover {
  border: 2px solid #1A1FB1;
  background: #1A1FB1 !important;
  color: #fff !important;
}
.bouton-cta:hover:after {
  filter: invert(100%) saturate(0%) brightness(120%) contrast(120%) !important;
}
.bouton-cta.negatif {
  color: #2F35F4 !important;
  background: #fff;
}
.bouton-cta::after {
  content: '';
  background: url('/wp-content/themes/Brandparty/img/icone-go.svg');
  width: 28px;
  height: 28px;
  background-size: 24px 24px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: 30px;
  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.bouton-sessions::after {
  background: url('/wp-content/themes/Brandparty/img/icone-session.svg');
}
.bouton-cta.bouton-inscription::after {
  background: url('/wp-content/themes/Brandparty/img/icone-check.svg');
}
.bouton-cta.bouton-contact::after {
  background: url('/wp-content/themes/Brandparty/img/icone-contact.svg');
}
.bouton-cta.bouton-formulaire::after {
  background: url('/wp-content/themes/Brandparty/img/icone-formulaire.svg');
}
.bouton-cta.bouton-localisation::after {
  background: url('/wp-content/themes/Brandparty/img/icone-localisation.svg');
}
/* MENU */
header.et-l--header {
  z-index: 99999;
  position: fixed;
}
#menu {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0;
  background: rgba(255, 255, 255, 1);
  filter: drop-shadow(0px 0px 5px rgba(10, 14, 63, .3));
  -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 {
  width: 150px;
  height: 34px;
  order: 1;
  position: relative;
  -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 path {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  fill: #2F35F4;
}
#menu .conteneurlogo {
  position: relative;
  padding: 23px 30px 0 30px;
  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;
}
#menu .conteneurlogo.show::after {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
#menu li.bouton a, footer li.bouton a {
  color: #ffffff !important;
  background: #FB5607;
  padding: 10px 20px !important;
  border-radius: 25px;
}
footer li.bouton a {
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  display: block;
  margin-top: 10px;
}
#menu li.bouton::before {
  display: none !important;
}
#menu li.bouton a:hover, footer li.bouton a:hover {
  background: #D74804;
}
#menu .menu-favoris {
  padding: 0;
  height: 40px;
}
#menu .menu-favoris a {
  color: #fff !important;
  border-radius: 20px;
  background: #2F35F4;
  padding: 0 64px 0 20px !important;
  line-height: 40px !important;
  position: relative;
}
#menu .menu-favoris a span {
  color: #2F35F4;
  display: inline-block;
  font-size: 12px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 9px;
  line-height: 18px;
  text-align: center;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#menu .menu-favoris a::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-image: url(/wp-content/themes/Brandparty/img/icone-selection.svg);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(100%) saturate(0%) brightness(120%) contrast(120%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#menu .menu-favoris a:hover {
  color: #fff !important;
  background: #1A1FB1;
}
#menu .bouton-rechercher a, #menu .bouton-toutes a {
  position: relative;
  color: #2A2A2A !important;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
  display: inline-block;
  background: #e3e3e3 !important;
  padding: 10px 40px 10px 10px !important;
  border-radius: 35px;
  border: 2px solid #e3e3e3;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#menu .bouton-rechercher a {
  color: #fff !important;
  border: 2px solid #2F35F4;
  background: #2F35F4 !important;
}
#menu .bouton-rechercher a:hover {
  border: 2px solid #1A1FB1;
  background: #1A1FB1 !important;
  color: #fff !important;
}
#menu .bouton-toutes a:hover {
  border: 2px solid #c6c6c6;
  background: #c6c6c6 !important;
}
#menu .bouton-rechercher a:hover:after {
  filter: invert(100%) saturate(0%) brightness(120%) contrast(120%) !important;
}
#menu .bouton-rechercher a::after, #menu .bouton-toutes a::after {
  content: ''!important;
  background: url('/wp-content/themes/Brandparty/img/icone-go.svg');
  width: 28px;
  height: 28px;
  background-size: 24px 24px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  filter: invert(11%) sepia(9%) saturate(0%) hue-rotate(136deg) brightness(96%) contrast(86%);
}
#menu .bouton-rechercher a::after {
  filter: invert(100%) saturate(0%) brightness(120%) contrast(120%);
}
#menu .icone-email a::before, #menu .icone-tel a::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: text-bottom;
  background-size: 18px 18px !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
#menu .icone-email a::before {
  background: url('/wp-content/themes/Brandparty/img/icone-email.svg');
}
#menu .icone-tel a::before {
  background: url('/wp-content/themes/Brandparty/img/icone-tel.svg');
}
@media screen and (max-width:1199px) {
  #menu {
    height: 80px;
  }
  #menu .allmenu {
    background-color: #F2F2F2;
    width: 100%;
    box-sizing: border-box;
    height: 100vh;
    padding: 120px 20px 150px 20px;
    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(242, 242, 242, 1) 77%, rgba(242, 242, 242, 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 .conteneurlogo.show .logo path {
    fill: #2F35F4;
  }
  #menu input:focus-within {
    outline: 0;
  }
  #menu .allmenu .menu-item-has-children .sub-menu {
    list-style: none;
    overflow: hidden;
    display: flex;
	flex-direction:column;
    position: relative;
    max-height: 0px;
    -webkit-transition: max-height 0.8s ease-in-out;
    -moz-transition: max-height 0.8s ease-in-out;
    -o-transition: max-height 0.8s ease-in-out;
    transition: max-height 0.8s ease-in-out;
    box-sizing: content-box;
  }
  #menu .allmenu ul.sub-menu {
    padding: 0;
  }
  #menu .allmenu ul.sub-menu li {
    order:2;
  }
  #menu .allmenu ul.sub-menu li:last-child {
    margin-bottom: 20px;
  }
  #menu .allmenu ul > .menu-item-has-children > a::after {
    content: '';
    position: relative;
    top: -3px;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transform-origin: 75% 75%;
    display: inline-block;
    border-right: 2px solid #17283F;
    border-bottom: 2px solid #17283F;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    margin-left: 10px;
  }
  #menu .allmenu ul > .menu-item-has-children ul a::after {
    content: none;
  }
  #menu .allmenu .menu-item-has-children.dropdown .sub-menu {
    max-height: 100vh;
  }
  #menu .allmenu .menu-item-has-children.dropdown > a::after {
    transform: rotate(45deg);
  }
  #menu .allmenu ul {
    margin: 0;
    padding: 0;
    display: block;
  }
  #menu .allmenu ul li {
    padding: 0;
    margin: 10px 0 0;
    display: block;
    text-align: left;
  }
  #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 .allmenu li a {
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    padding: 10px;
    color: #2A2A2A;
    font-weight: 600;
    display: block;
  }
  #menu .allmenu li ul li {
    padding: 0;
    margin: 0;
  }
  #menu .allmenu li ul li a {
    font-weight: 400;
  }
  #menu .allmenu li.megamenu-formations .groupe > a {
    color: #2F35F4 !important;
  }
  #menu #menu-principal li.dropdownmenu ul li .menu-item-object-category a {
    background: #ececec;
	border-radius:15px;
	margin-bottom:5px
  }
  #menu .allmenu .menu-principal-container {
    order: 1;
  }
  #menu .allmenu .menu-top-container {
    order: 2;
  }
  #menu li.bouton a {
    margin-top: 20px;
  }
  #menu .bouton-rechercher {
    order:1!important;
	margin:20px 0!important;
  }
  #menu .favoris-menu-link {
    position: absolute;
    display: block;
    font-size: 0 !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 50px;
    height: 50px;
    top: 13px;
    right: 70px;
  }
  #menu .favoris-menu-link span {
    color: #fff;
    display: inline-block;
    font-size: 12px !important;
    width: 18px;
    height: 18px;
    background: #2F35F4;
    border-radius: 9px;
    line-height: 18px;
    text-align: center;
    margin-left: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  #menu .favoris-menu-link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-image: url(/wp-content/themes/Brandparty/img/icone-selection.svg);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(22%) sepia(94%) saturate(4936%) hue-rotate(240deg) brightness(91%) contrast(111%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
@media screen and (min-width:1200px) {
  body.overflow {
    overflow: auto !important;
  }
  #menu {
    padding: 0 10%;
    justify-content: space-between;
  }
  #menu .conteneurlogo {
    padding: 18px 0 0;
    margin-top: 40px;
  }
  #menu .conteneurlogo::after {
    display: none;
    visibility: hidden;
  }
  #menu .logo {
    width: 200px;
    height: 44px;
  }
  #menu .menu-principal-container {
    z-index: 1;
  }
  #menu .menu-top-container {
    z-index: 2;
    position: initial;
  }
  #menu #menu-top {
    text-align: right;
    padding: 0 10%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
    background: #F2F2F2;
  }
  #menu #menu-principal {
    text-align: right;
    padding: 40px 0 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    overflow-y: inherit;
    overflow-x: inherit;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #menu #menu-principal li, #menu #menu-top li {
    display: inline-block;
    z-index: 200;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: left;
  }
  #menu #menu-top li a {
    color: #2A2A2A;
    text-decoration: none !important;
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-left: 30px;
  }
  #menu #menu-principal li {
    margin-left: 1vw;
  }
  #menu #menu-principal li a {
    color: #2A2A2A;
    text-decoration: none !important;
    display: block;
    padding: 25px 5px 25px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #menu #menu-principal li:hover:before {
    opacity: 1;
  }
  #menu #menu-principal li.menu-item-has-children a {
    padding-right: 30px;
  }
  #menu #menu-principal > li.menu-item-has-children > a::after {
    content: '';
    position: relative;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transform-origin: center;
    display: inline-block;
    border-right: 2px solid #0A0E3F;
    border-bottom: 2px solid #0A0E3F;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    left: 10px;
    top: -3px;
  }
  #menu #menu-principal li.dropdownmenu > ul {
    position: absolute;
    background-color: #ffffff;
    width: 300px;
    padding: 20px;
    margin: 0;
    text-align: left;
    -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;
    opacity: 0;
    visibility: hidden;
    transform: translatey(30px);
    z-index: -10;
  }
  #menu #menu-principal li.dropdownmenu > ul.active {
    opacity: 1;
    visibility: visible;
    transform: translatey(0);
    z-index: -1;
  }
  #menu #menu-principal li.dropdownmenu ul li {
    width: 100%;
    margin: 0 0 5px 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 li.dropdownmenu ul li:last-of-type {
    margin: 0;
  }
  #menu #menu-principal li.dropdownmenu ul li a {
    color: #2A2A2A;
    padding: 0;
    font-size: 15px;
    line-height: 20px;
    display: block;
    padding: 10px;
	background: #fff;
  }
  #menu #menu-principal li.dropdownmenu ul li a:hover,#menu #menu-principal li.dropdownmenu ul li .menu-item-object-category a:hover {
    background: #e3e3e3;
  }
  #menu #menu-principal > li:hover a, #menu #menu-principal li a:hover, #menu #menu-top li a:hover, #menu #menu-principal li.current-menu-item a, #menu #menu-top li.current-menu-item a, #menu #menu-principal li.dropdownmenu ul li a:hover {
    color: #1A1FB1;
  }
  #menu .burger {
    display: none;
  }
  .nav-up {
    top: -40px !important;
  }
  #menu #menu-principal li.megamenu-formations > ul {
    width: 100%;
    left: 0;
    padding: 20px 10%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #menu #menu-principal li.megamenu-formations > ul {
    column-gap: 40px;
    row-gap: 40px;
    border-top: 1px solid #e3e3e3;
  }
  #menu #menu-principal li.megamenu-formations ul li.col3-4 {
    width: calc(75% - 40px);
  }
  #menu #menu-principal li.megamenu-formations ul li.col3-4 ul {
    column-count: 3;
	column-fill: balance;
  }
  #menu #menu-principal li.dropdownmenu ul li .menu-item-object-category a {
    background: #f2f2f2;
	border-radius:10px;
  }
   /* Appliquer le style seulement aux vrais liens de formations, pas aux titres de colonnes */
  #menu #menu-principal li.menu-item-28352 ul li:not(.menu-item-has-children) a {
    background: #f2f2f2;
    border-radius: 10px;
    transition: background 0.2s ease;
  }

  #menu #menu-principal li.menu-item-28352 ul li:not(.menu-item-has-children) a:hover {
    background: #e3e3e3;
  }
}
  #menu #menu-principal li.megamenu-formations ul li.col1-4 {
    width: 25%;
    padding-left: 40px;
    border-left: 1px solid #e3e3e3;
  }
  #menu #menu-principal li.megamenu-formations ul li.col3-4 ul, #menu #menu-principal li.megamenu-formations ul li.col1-4 ul {
    display: block;
  }
  #menu #menu-principal li.megamenu-formations ul li.col3-4 > a, #menu #menu-principal li.megamenu-formations ul li.col1-4 > a {
    width: 100%;
    display: block;
    margin: 10px 0 20px;
    color: #2F35F4;
    padding: 0;
  }
  #menu #menu-principal li.megamenu-formations ul li.col3-4 > a:hover, #menu #menu-principal li.megamenu-formations ul li.col1-4 > a:hover, #menu #menu-principal li.megamenu-formations li.toutes a:hover {
    background: inherit;
  }
  #menu #menu-principal li.megamenu-formations ul li.col1 {
    width: 100%;
  }
  #menu #menu-principal li.megamenu-formations ul li ul {
    padding: 0;
    margin: 0;
  }
  #menu #menu-principal li.megamenu-formations ul li ul li {
    font-weight: 400;
    margin: 0 0 5px 0;
  }
  #menu #menu-principal li.megamenu-formations ul li ul li a {
    font-weight: 400;
  }
  #menu #menu-principal li.megamenu-formations li.toutes a {
    color: #2F35F4;
    font-weight: 600;
  }
  #menu #menu-principal li.megamenu-formations li.toutes a:hover {
    color: #1A1FB1;
  }
  #menu .bouton-rechercher, #menu .bouton-toutes {
    width: auto!important;
  }
  .favoris-menu-link.mobile {
    display: none
  }
  
}
@media (min-width:1200px) and (max-width: 1300px) {
  #menu .menu-favoris a {
    padding: 0 50px 0 10px !important;
    font-size: 0 !important; /* Cache tout le texte à l'intérieur */
  }
  #menu .menu-favoris a .simplefavorites-user-count {
    font-size: 12px !important; /* Restaure la taille du texte du span */
  }
}
/*  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: #2F35F4;
  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);
  background-color: #1A1FB1 !important;
}
#menu .burger.clicked span::before, #menu .burger.clicked span::after {
  background-color: #1A1FB1 !important;
}
#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;
}
/* sticky MODE */
#menu.nav-down {
  background: rgba(255, 255, 255, 0);
  filter: drop-shadow(0px 0px 5px rgba(10, 14, 63, 0));
}
#menu.nav-down .logo path {
  fill: #ffffff;
}
#menu.nav-down .burger span, #menu.nav-down .burger span:before, #menu.nav-down .burger span::after {
  background-color: #ffffff;
}
@media screen and (min-width:1200px) {
  #menu.nav-down #menu-principal > li > a {
    color: rgba(255, 255, 255, 1);
  }
  #menu.nav-down #menu-principal > li > a:hover {
    color: rgba(255, 255, 255, .8);
  }
  #menu.nav-down #menu-principal > li.menu-item-has-children > a::after {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
  #menu.nav-down .menu-favoris a, #menu.nav-down .menu-favoris a {
    color: #2A2A2A !important;
    background: #fff;
  }
  #menu.nav-down .menu-favoris a span {
    color: #fff;
    background: #2F35F4;
  }
  #menu.nav-down .menu-favoris a::after {
    filter: invert(22%) sepia(94%) saturate(4936%) hue-rotate(240deg) brightness(91%) contrast(111%);
  }
}
#menu.nav-down .favoris-menu-link::after {
  filter: invert(100%) saturate(0%) brightness(120%) contrast(120%);
}
#menu.nav-down .favoris-menu-link span {
  color: #fff;
  background: #2F35F4;
}
/* DEBUGS */
.fixnavdisabled .swiper-button-next.swiper-button-disabled, .fixnavdisabled .swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}
/* FICHE FORMATION */
.menuformation ul {
  padding: 0;
  margin: 0
}
.menuformation ul li {
  display: inline-block;
  padding: 20px;
  font-size: 16px;
  line-height: 40px;
}
.menuformation ul li:first-child {
  padding-left: 0 !important;
  margin-left: 10%
}
.menuformation ul li:last-child {
  padding-right: 0 !important;
  margin-right: 10%
}
@media screen and (min-width:1600px) {
  .menuformation ul li:first-child {
    margin-left: calc((100vw - 1280px) / 2)
  }
  .menuformation ul li:last-child {
    margin-right: calc((100vw - 1280px) / 2)
  }
}
.draggable {
  position: relative;
  width: 100%;
  overflow-x: auto; /* scroll horizontal actif */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE et Edge */
  white-space: nowrap;
  transition: all 0.2s;
  will-change: transform;
  user-select: none;
  cursor: pointer;
  user-select: none;
}
/* Chrome, Safari, Opera */
.draggable::-webkit-scrollbar {
  display: none;
}
.draggable.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.menuformation ul {
  padding: 0;
  margin: 0;
}
.draggable a {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
}
.draggable a:hover {
  color: #1A1FB1 !important;
}
.draggable a.active {
  color: #2F35F4 !important;
}
.draggable a.active::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #2F35F4;
  bottom: -20px;
  position: relative;
}
.draggable a.nofocus {
  color: #2A2A2A !important;
}
.avis-note {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Arial, sans-serif;
}
.avis-note .etoiles {
  font-size: 20px;
  color: #FFF200;
  line-height: 1;
}
.avis-note .texte-note {
  font-size: 15px;
  color: #fff;
}
.tabinter .tarif {
  font-size: 30px;
  font-weight: 600;
  white-space: nowrap;
}
.tabinter .duree, .tabinter .lieu, .tabinter .effectif, .tabinter .info, .bloc-certification .certificateur, .bloc-certification .date-enregistrement, .bloc-certification .reussite {
  font-weight: 600;
}
.tabinter .duree::before, .tabinter .lieu::before, .tabinter .effectif::before, .tabinter .info::before, .bloc-certification .certificateur::before, .bloc-certification .date-enregistrement::before, .bloc-certification .reussite::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: text-bottom;
  background-size: 18px 18px !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.tabinter .duree::before {
  background: url('/wp-content/themes/Brandparty/img/icone-duree.svg')
}
.tabinter .lieu::before {
  background: url('/wp-content/themes/Brandparty/img/icone-lieu.svg')
}
.tabinter .effectif::before {
  background: url('/wp-content/themes/Brandparty/img/icone-effectif.svg')
}
.tabinter .info::before {
  background: url('/wp-content/themes/Brandparty/img/icone-info.svg')
}
.bloc-certification .certificateur::before {
  background: url('/wp-content/themes/Brandparty/img/icone-certificateur.svg')
}
.bloc-certification .date-enregistrement::before {
  background: url('/wp-content/themes/Brandparty/img/icone-date.svg')
}
.bloc-certification .reussite::before {
  background: url('/wp-content/themes/Brandparty/img/icone-reussite.svg')
}
.ficheformation .sectionformation h2 {
  padding-left: 70px;
  position: relative;
}
.ficheformation .sectionformation h2::before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 90% !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  top: calc(50% - 30px);
  left: 0;
  position: absolute;
}
.ficheformation #resume.sectionformation h2::before {
  background: url('/wp-content/themes/Brandparty/img/picto-etudiant.svg')
}
.ficheformation #public.sectionformation h2::before {
  background: url('/wp-content/themes/Brandparty/img/picto-humains.svg')
}
.ficheformation #objectifs.sectionformation h2::before {
  background: url('/wp-content/themes/Brandparty/img/picto-cible.svg')
}
.ficheformation #programme.sectionformation h2::before {
  background: url('/wp-content/themes/Brandparty/img/picto-contrat.svg')
}
.ficheformation #methodes.sectionformation h2::before {
  background: url('/wp-content/themes/Brandparty/img/picto-humains.svg')
}
.ficheformation #evaluations.sectionformation h2::before {
  background: url('/wp-content/themes/Brandparty/img/picto-expertise.svg')
}
.ficheformation #intervenant.sectionformation h2::before {
  background: url('/wp-content/themes/Brandparty/img/picto-business-model.svg')
}
.ficheformation #modalites.sectionformation h2::before {
  background: url('/wp-content/themes/Brandparty/img/picto-moyenne-entreprise.svg')
}
.ficheformation #sessions.sectionformation h2::before {
  background: url('/wp-content/themes/Brandparty/img/picto-calendrier.svg')
}
.e2pdf-download {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin: 20px 10px 0;
  text-indent: -9999px;
  position: relative;
  border: 2px solid #2F35F4;
  border-radius: 35px;
  cursor: pointer;
  vertical-align: text-bottom;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.e2pdf-download::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 66px;
  height: 66px;
  background-image: url('/wp-content/themes/Brandparty/img/icone-telechargement.svg');
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(14%) sepia(0%) saturate(7%) hue-rotate(138deg) brightness(109%) contrast(96%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.e2pdf-download::after {
  content: "Télécharger la fiche au format .PDF";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 6px 8px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 999;
  text-indent: 0;
}
.e2pdf-download:hover {
  border: 2px solid #1A1FB1;
  background-color: #1A1FB1;
}
.e2pdf-download:hover::before {
  filter: invert(100%) saturate(0%) brightness(120%) contrast(120%);
}
.e2pdf-download:hover::after {
  opacity: 1;
}
.simplefavorite-button {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin: 20px 10px 0;
  text-indent: -9999px;
  position: relative;
  border: 2px solid #2A2A2A;
  background-color: #2A2A2A;
  border-radius: 35px;
  cursor: pointer;
  vertical-align: text-bottom;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.simplefavorite-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 66px;
  height: 66px;
  background-image: url('/wp-content/themes/Brandparty/img/icone-selection.svg');
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(100%) saturate(0%) brightness(120%) contrast(120%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.simplefavorite-button:hover::before {
  background-image: url('/wp-content/themes/Brandparty/img/icone-selection-plus.svg');
}
.simplefavorite-button::after {
  content: "Ajouter à ma sélection";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 6px 8px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 999;
  text-indent: 0;
}
.simplefavorite-button:hover, .simplefavorite-button.active {
  border: 2px solid #1A1FB1;
  background-color: #1A1FB1;
  opacity: 1 !important;
}
.simplefavorite-button:hover::after {
  opacity: 1;
}
.simplefavorite-button.active::before {
  background-image: url('/wp-content/themes/Brandparty/img/icone-selection-ok.svg');
}
.simplefavorite-button.active::after {
  content: "Retirer de ma sélection";
}
.simplefavorite-button.active:hover::before {
  background-image: url('/wp-content/themes/Brandparty/img/icone-selection-moins.svg');
}
/* tableau sessions */
.sessions-wrapper {
  width: 100%;
}
.session-header {
  display: none;
}
.sessions-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.session-card {
  display: flex;
  flex-direction: column;
  background: #F2F2F2;
  border-radius: 10px;
  padding: 20px;
  font-weight: 600;
}
.session-card > div::before {
  content: attr(data-label) ": ";
  font-weight: 400;
  display: inline;
}
.session-card .col-action::before {
  content: none;
}
.session-card .col-action {
  margin-top: 20px;
}
/* tableau sessions - jours de formation */
.session-details-row {
    background: #f9f9f9;
    padding: 15px;
    border-top: 1px solid #ccc;
}

.jours-row-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.session-toggle-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.toggle-detail-button {
    background-color: #3f3fff;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-weight: bold;
    width: 50px;
    height: 25px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    padding: 0;
}

.toggle-date-line {
    display: flex;
    align-items: center;
    gap: 10px;
}

.session-dates {
    font-weight: 600;
}

.jours-formation {
    display: none;
    margin-top: 10px;
    padding: 12px;
    background: #f6f6f6;
    border-left: 3px solid #373cf5;
    border-radius: 4px;
}

.jours-formation.active {
    display: block;
}

.jours-label {
    font-weight: 600;
    margin-bottom: 8px;
}

.jours-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.jour-pill {
    background-color: #e4e7ef;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    color: #333;
}

@media (max-width: 767px) {
  .toggle-detail-button {
    width: 25px !important;
    height: 25px !important;
    font-size: 14px !important;
  }
}

@media (min-width: 768px) and (max-width: 980px), (min-width: 1280px) {
  .session-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
  }
  .sessions-container {
    display: flex;
    flex-direction: column;
  }
  .session-card {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
  }
  .session-card > div, .session-header > div {
    flex: 1;
    text-align: left;
  }
  .session-card > div::before {
    content: none !important;
  }
  .session-card .col-action, .session-header .col-action {
    flex: 1.5 !important;
    min-width: 160px;
    margin-top: 0;
  }
}
/* liste favoris */
.formation-item {
  padding: 30px !important;
  border: 2px solid #E3E3E3;
  display: block;
  margin-bottom: 30px;
  border-radius: 10px;
}
.formation-item p {
  color: #2A2A2A;
}
/* FORMULAIRE */
/* gravity */
body .gform_wrapper form.formcciamp .gform_footer input[type="submit"], .formaccueil .bouton button {
  position: relative !important;
  color: #fff !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  text-align: left !important;
  display: block !important;
  padding: 20px 60px 20px 30px !important;
  border-radius: 35px !important;
  border: 2px solid #2F35F4 !important;
  width: 100% !important;
  max-width: 450px !important;
  box-sizing: border-box !important;
  -webkit-transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
  background-color: #2F35F4 !important;
  background-image: url('/wp-content/themes/Brandparty/img/icone-go-b.svg') !important;
  background-size: 24px 24px !important;
  background-position: right 30px center !important;
  background-repeat: no-repeat !important;
}
body .gform_wrapper form.formcciamp .gform_footer input[type="submit"]:hover, .formaccueil .bouton button:hover {
  border: 2px solid #1A1FB1 !important;
  background-color: #1A1FB1 !important;
  color: #fff !important;
  cursor: pointer;
}
body .gform_wrapper form.formcciamp .gfield_required {
  display: none !important;
}
body .gform_wrapper form.formcciamp .mentions {
  font-size: 12px !important;
}
/* FORMULAIRE RECHERCHE */
.filtresrecherche h3 {
  margin: 30px 0 20px;
}
.filtresrecherche h3:first-of-type {
  margin-top: 0;
}
.filtresrecherche .facetwp-facet {
  margin-bottom: 20px;
}
.filtresrecherche .facetwp-input-wrap {
  display: block;
}
.facetwp-icon {
  display: none !important;
  visibility: hidden !important;
}
.filtresrecherche input[type="text"], .filtresrecherche select {
  appearance: none;
  color: #2A2A2A;
  background-color: #F2F2F2;
  padding: 0 40px 0 16px;
  border: 0;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 24px 24px;
  transition: border 0.3s, box-shadow 0.3s;
  cursor: pointer;
  width: 100%;
  height: 60px;
  line-height: 60px;
}
.filtresrecherche input[type="text"]::placeholder, .filtresrecherche select::placeholder {
  color: #2A2A2A;
}
.filtresrecherche input[type="text"] {
  background-image: url("/wp-content/themes/Brandparty/img/icone-recherche.svg");
}
.filtresrecherche select {
  background-image: url("/wp-content/themes/Brandparty/img/icone-chevron.svg");
}
.filtresrecherche select:focus {
  border-color: #4f46e5;
  outline: none;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.3);
  background-color: #eef2ff;
}
.filtresrecherche .facetwp-checkbox {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  background-image: none;
  padding: 0;
  margin-bottom:0;
  white-space: nowrap;
}
.filtresrecherche .facetwp-checkbox:hover {
  cursor: pointer;
}
.filtresrecherche .facetwp-checkbox::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 2px solid #F2F2F2;
  background-color: #F2F2F2;
  position: relative;
  margin-right: 5px;
  vertical-align: top;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.filtresrecherche .facetwp-checkbox.checked::before {
  background-color: #2F35F4;
  border-color: #2F35F4;
}
.filtresrecherche .facetwp-checkbox.checked::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 9px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.filtresrecherche .bouton-reset, .filtresrecherche .bouton-valider {
  position: relative;
  color: #2A2A2A;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
  display: block;
  padding: 10px 15px;
  border-radius: 35px;
  border: 2px solid #E3E3E3;
  margin-top: 30px;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #E3E3E3;
}
.filtresrecherche .bouton-reset:hover {
  cursor: pointer;
  background-color: #CACACA;
  border: 2px solid #CACACA;
}
.filtresrecherche .noUi-connects {
  border-radius: 5px;
}
.filtresrecherche .noUi-connect {
  background: #2F35F4;
}
.filtresrecherche .noUi-target {
  background: #E3E3E3;
  border-radius: 5px;
  border: 0;
  padding: 0px 20px;
  box-shadow: none;
}
.filtresrecherche .noUi-horizontal {
  height: 10px;
}
html:not([dir="rtl"]) .filtresrecherche .noUi-horizontal .noUi-handle {
  right: -10px;
}
.filtresrecherche .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  top: -5px;
}
.filtresrecherche .noUi-handle {
  border: 0;
  border-radius: 10px;
  background: #2F35F4;
  box-shadow: none;
}
.filtresrecherche .noUi-handle::after, .filtresrecherche .noUi-handle::before {
  content: none;
}
.filtresrecherche .facetwp-type-slider > div:last-of-type {
  float: right;
}
.filtresrecherche .facetwp-type-slider .facetwp-slider-reset {
  border: none;
  border-radius: 20px;
  background: #E3E3E3;
  box-shadow: none;
}
.filtresrecherche #toggle-filtres {
  background: #E3E3E3;
  color: #2A2A2A;
  padding: 12px 20px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 15px;
  z-index: 1000;
  position: relative;
  width: 100%;
  text-align: left;
  font-weight: 500;
}
.filtresrecherche #toggle-filtres::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-15px);
  right: 20px;
  width: 30px;
  height: 30px;
  background-image: url(/wp-content/themes/Brandparty/img/icone-filtres.svg);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.filtresrecherche #slide-filtres {
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  height: 100%;
  background: #fff;
  z-index: 9999999 !important;
  overflow-y: auto;
  transition: left 0.3s ease;
  display: flex;
  flex-direction: column;
}
.filtresrecherche #slide-filtres.open {
  left: 0;
}
.filtresrecherche .close-btn {
  width: 50px;
  height: 50px;
  background-color:#fff;
  background-image: url(/wp-content/themes/Brandparty/img/icone-fermer.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  border: none;
  cursor: pointer;
  display: none;
}
.filtresrecherche .slide-header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
body.slide-open .filtresrecherche .slide-content {
  padding: 30px;
  flex: 1;
  overflow-y: auto;
}
.filtresrecherche .titre-filtres {
  display: block;
  font-size: 30px;
  font-weight: 500;
  color: #2A2A2A;
  margin-bottom: 40px;
}
.filtresrecherche hr {
  border: 0;
  height: 2px;
  background: #E3E3E3;
  margin: 40px 0;
}
#slide-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
body.slide-open #slide-overlay {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 980px) {
  .filtresrecherche #toggle-filtres {
    display: block;
  }
  .filtresrecherche.titre-filtres {
    display: block;
  }
  .filtresrecherche .close-btn, .filtresrecherche .bouton-valider {
    display: block;
  }
  .filtresrecherche .bouton-reset, .filtresrecherche .bouton-valider {
    margin-top: 20px;
    width: 100%;
  }
  .filtresrecherche .bouton-valider {
    border: 2px solid #2f35f4;
    background-color: #2f35f4;
    color: #fff;
  }
}
@media (min-width: 981px) {
  .filtresrecherche #slide-filtres {
    position: static;
    width: auto;
    height: auto;
    left: auto;
    box-shadow: none;
    overflow: visible;
	padding: 30px;
  border: 2px solid #f2f2f2;
	  border-radius:10px;
  }
  .filtresrecherche .bouton-valider, .filtresrecherche .titre-filtres, .filtresrecherche #toggle-filtres {
    display: none;
  }
}
body.slide-open .et_pb_section, body.slide-open .et_pb_row, body.slide-open .et_pb_column, body.slide-open header, body.slide-open header *, body.slide-open footer, body.slide-open footer *, body.slide-open #cookie-law-info-again {
  overflow: visible !important;
  z-index: auto !important;
}
body.slide-open {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  width: 100%;
}
.formaccueil {
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
  justify-content: space-between;
  align-items: center;
}
.formaccueil .facetwp-facet {
  margin-bottom: 0;
}
.formaccueil input, .formaccueil select {
  background-color: #f2f2f2;
  border-radius: 35px;
  border: 0;
  font-size:16px;
}
.formaccueil .facetwp-checkbox {
  font-size: 16px;
}
.formaccueil .facetwp-checkbox::before {
  border: 2px solid #2A2A2A;
  background-color: #FFF;
}
.formaccueil .bouton button {
  background-image: url('/wp-content/themes/Brandparty/img/icone-recherche-b.svg') !important;
  max-width:100%!important;
}
.formaccueil .domaines, .formaccueil .localisation {
  width: 100%;
  margin-bottom: 5px;
}
.formaccueil .cpf, .formaccueil .certifiante {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 20px 20px 0 !important;
}
.formaccueil .bouton {
  width:100%;
  margin-top:20px!important;
}
.formaccueil > div:nth-last-child(2) {
  flex: 1;
}

@media (min-width: 1101px) {
  .formaccueil {
    flex-wrap:nowrap;
  }
  .formaccueil .domaines, .formaccueil .localisation {
    border-bottom: 0;
    width: 100%;
	max-width: 100%;
     margin-bottom: 0;
	border-right: 2px solid #E3E3E3;  
  }
  .formaccueil input, .formaccueil select {
    background-color: #fff;
	border-radius: 10px;
  }
  .formaccueil .cpf, .formaccueil .certifiante {
    margin: 0 20px !important;
  }
  .formaccueil .bouton {
	margin-top:0!important;
  }
  .formaccueil .bouton, .formaccueil .bouton button {
	min-width: 250px;
    max-width: 20%;
  }
}
@media (min-width: 1101px) and (max-width: 1280px) {
  .formaccueil .bouton {
    min-width:inherit;
  }
  .formaccueil .bouton button {
	text-indent:-9999px;
	width: auto!important;
    padding: 20px 34px !important;
    background-position: center !important;
  }
  .formaccueil .bouton, .formaccueil .bouton button {
	min-width: auto;
	width: auto;
  }
}
/* PAGE RESULTATS */
.fwpl-layout {
  grid-gap:20px!important;
  display: flex!important;
  flex-direction: column!important;
}
.facetwp-pager {
  margin-top:30px;
}
.facetwp-pager a.facetwp-page {
  color:#2A2A2A
}
.facetwp-pager a.facetwp-page.active {
  color:#2F35F4
}
.list-element {
  padding: 30px;
  background: #F3F3F3;
  border-radius: 10px;
  transition: filter 0.3s ease;
}
.list-element:hover {
  filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, .2));
}
.list-element div.is-empty {
  display: none !important;
}
.list-element .list-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.list-element .list-wrapper .list-cpf, .list-element .list-wrapper .list-distanciel {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  background: #2F35F4;
}
.list-element .list-wrapper .list-categorie {
  margin-top: 15px;
  width: 100%;
}
.list-element .list-wrapper .list-titre {
  width: 100%;
}
.list-element .list-wrapper .list-titre h3 {
  margin-top: 5px;
  font-size: 30px !important;
  line-height: 40px !important;
  color: #2A2A2A!important;
}
.list-element .list-wrapper .list-tarif {
  width: 100%;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: #2A2A2A;
}
.list-element .list-wrapper .list-duree {
  width: 100%;
  font-weight: 500;
}
.list-element .list-wrapper .list-duree::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: text-bottom;
  background-size: 18px 18px !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background: url('/wp-content/themes/Brandparty/img/icone-duree.svg');
}
.list-element .list-wrapper .list-bouton.bouton-cta {
  width: 100%;
  padding: 10px 50px 10px 20px;
  margin-top: 20px;
}
.list-element .list-wrapper .list-bouton.bouton-cta::after {
  right: 20px;
}
@media (min-width: 981px) {
  .list-element .list-wrapper .list-titre {
    width: 70%;
  }
  .list-element .list-wrapper .list-tarif {
    width: 30%;
    text-align: right;
  }
  .list-element .list-wrapper .list-duree {
    flex: 1;
  }
  .list-element .list-wrapper .list-bouton.bouton-cta {
    width: 40%;
    min-width: 300px;
    margin-top: 0;
  }
}
/* CARROUSEL FORMATION */
.formation-carousel {
  padding: 0;
}
.formation-slide {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 30px;
  color: #fff;
  border-radius: 10px;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  height: 100%;
  overflow: hidden;
  transition: filter 0.3s ease;
}
.formation-slide:hover {
  filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, .5));
}
.formation-slide::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2A2A2A;
  opacity: .6;
}
.formation-slide .formation-content {
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  z-index: 1;
}
.formation-slide h3 {
  font-size: clamp(18px, 3vw + 0.5rem, 25px);
  color: #fff !important;
  margin-top: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Max 2 lignes */
  -webkit-box-orient: vertical;
}
.formation-slide .categories {
  margin-bottom: 0.3rem;
  line-height: 1.4;
}
.formation-slide .duree {
  font-weight: 600;
}
.formation-slide .duree::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: text-bottom;
  background-size: 18px 18px !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background: url('/wp-content/themes/Brandparty/img/icone-duree-n.svg');
  filter: invert(81%) sepia(51%) saturate(882%) hue-rotate(1deg) brightness(110%) contrast(102%);
}
.formation-slide .tarif {
  font-size: 30px;
  font-weight: 600;
  margin-top: 0.5rem;
  color: #FFF200;
}
.formation-slide .tags {
  display: none; /* pour l'instant on masque */
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.75rem;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.4rem 0.6rem;
  border-radius: 0.5rem;
}
.formation-slide, .formation-slide * {
  user-select: none;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE/Edge */
}
.formation-carousel .swiper-pagination {
  bottom: -40px;
  z-index: 0;
}
.bt-voirplus-wrapper {
  margin-top: 20px;
  position: absolute;
  right: 0;
}
.bt-voirplus-wrapper a {
  color:#2A2A2A;
  padding-right:30px;
}
.bt-voirplus-wrapper a::after {
  content: ''!important;
  background: url('/wp-content/themes/Brandparty/img/icone-chevron.svg');
  width: 28px;
  height: 28px;
  background-size: 24px 24px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  filter: invert(11%) sepia(9%) saturate(0%) hue-rotate(136deg) brightness(96%) contrast(86%);
}
/* PREINSCRIPTION */
.preinscription-columns {
  padding:30px!important;
	background:#F2F2F2;
	border-radius:10px;
}
.preinscription-columns .detail-item {
	display: block;
  padding: 10px;
  background: #ececec;
  margin-bottom: 10px;
  border-radius: 5px;
}
.preinscription-columns .detail-label {
	font-weight:500;
}
.preinscription-columns .detail-value {
  display: block;
}
/* LISTE CATEGORIES HP*/
ul.liste-categories-formations {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
ul.liste-categories-formations a {
  font-size:16px;
  line-height:20px;
  display:block;
  text-decoration: none;
  color: #2A2A2A;
  font-weight: 500;
  background: #f2f2f2;
  padding: 10px 15px;
  border-radius: 20px;
  transition: all 0.3s ease;
}
ul.liste-categories-formations a:hover {
  color: #fff;
  background: #2F35F4;
}

@media (max-width:1199px){
  #menu .allmenu .menu-item-has-children.dropdown .sub-menu {
    max-height: 2000px !important; /* big enough so nothing is cut */
  }
}

@media (max-width:1199px) {

  /* Empêche les colonnes du méga-menu de rester côte à côte sur mobile */
  #menu .allmenu .groupe {
    display: block !important; /* force un empilement vertical */
    width: 100% !important;
  }

  /* Corrige l’alignement des sous-menus dans ces colonnes */
  #menu .allmenu .groupe > .sub-menu {
    display: block !important;
    width: 100%;
  }

  /* Optionnel : petit ajustement du padding pour aérer */
  #menu .allmenu .groupe > a {
    display: block;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }

  /* Et on garde le correctif du sous-menu long */
  #menu .allmenu .menu-item-has-children.dropdown .sub-menu {
    max-height: 2000px !important;
    overflow: visible !important;
  }
}

@media (max-width:1199px) {
  /* Supprime le retrait et la bordure de la colonne droite sur mobile */
  #menu #menu-principal li.megamenu-formations ul li.col1-4 {
    padding-left: 0 !important;
    border-left: none !important;
  }

  /* Optionnel : petit espacement harmonieux entre les deux sections */
  #menu #menu-principal li.megamenu-formations ul li.col1-4 {
    margin-top: 1rem;
    border-top: 1px solid #e3e3e3; /* fine ligne de séparation entre sections */
    padding-top: 0.5rem;
  }
}

@media (max-width:1199px) {
  /* Appliquer le fond gris et les bords arrondis à tous les liens de l’onglet Formations */
  #menu #menu-principal li.megamenu-formations ul li:not(.menu-item-has-children) a {
    background: #f2f2f2;
    border-radius: 10px;
    display: block;
    padding: 8px 12px;
    margin-bottom: 6px;
    transition: background 0.2s ease;
  }

  /* Effet hover */
  #menu #menu-principal li.megamenu-formations ul li:not(.menu-item-has-children) a:hover {
    background: #e3e3e3;
  }

  /* Supprime le style pour les sous-titres "Par domaine" et "Par type / profil" */
  #menu #menu-principal li.megamenu-formations ul li.menu-item-has-children > a {
    background: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 0 0.5rem 0 !important;
  }
}

@media (max-width:1199px) {

  /* Le menu mobile doit pouvoir scroller entièrement */
  #menu .allmenu {
    max-height: 100vh !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  /* Forcer le sous-menu Formations et Accompagnements à se dérouler complètement */
  #menu .allmenu li.menu-item-28352.dropdown > ul.sub-menu,
  #menu .allmenu li.menu-item-28376.dropdown > ul.sub-menu {
    max-height: none !important;  /* supprime la limite de hauteur */
    overflow: visible !important; /* rend visible tout le contenu */
    display: block !important;    /* évite les display:none du JS */
  }

  /* Si la hauteur dépasse l’écran, scrolle à l’intérieur du menu */
  #menu .allmenu li.menu-item-28352.dropdown,
  #menu .allmenu li.menu-item-28376.dropdown {
    overflow-y: visible !important;
  }
}

/* Icône loupe avant "Rechercher une formation" */
#menu .menu-item-29439 a::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: text-bottom;
  background: url('/wp-content/themes/Brandparty/img/icone-recherche.svg') center center no-repeat;
  background-size: 18px 18px;
  filter: brightness(0) saturate(100%) invert(32%) sepia(99%) saturate(4223%) hue-rotate(230deg) brightness(97%) contrast(101%);
}
