@charset "UTF-8";
/* CSS Document */
/************************** Variables **************************/
:root {
  --tec-color-accent-primary: #B12319 !important;
  --tec-color-accent-primary-hover: #262626 !important;
}

/************************** Fonts **************************/
/************************** Mixins **************************/
body,
html {
  font-family: "Poppins", sans-serif;
  max-width: 100vw;
}
body p,
body a,
body tr,
body td,
body th,
body strong,
body h1,
body h2,
body h3,
body h4,
html p,
html a,
html tr,
html td,
html th,
html strong,
html h1,
html h2,
html h3,
html h4 {
  font-family: "Poppins", sans-serif !important;
}

.container:has(.et-boc) {
  max-width: 100%;
  padding: 0;
}

img[src*=".svg"] {
  width: 100%;
  height: auto;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }
}

.col {
  width: 100%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.333%;
}

h1 {
  color: #07764B;
  font-size: 4.063rem !important;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-top: 0;
  font-weight: 900 !important;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 3.68rem !important;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 3.25rem !important;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 400px) {
  h1 {
    font-size: 2rem !important;
  }
}

h2 {
  color: #07764B;
  font-size: 4.063rem;
  line-height: 1;
  margin-bottom: 0px;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 900;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 3.25rem;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 400px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 2.713rem;
  color: #262626;
  margin-top: 0;
  margin-bottom: 45px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 2.813rem;
  color: #262626;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 2.188rem;
  line-height: 1;
  font-weight: 700;
  margin: 32px 0 16px 0;
  color: #262626;
}
@media (max-width: 768px) {
  h5 {
    font-size: 1.88rem;
  }
}
@media (max-width: 576px) {
  h5 {
    font-size: 1.5rem;
  }
}

h6 {
  color: #07764B;
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  h6 {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  h6 {
    font-size: 1.25rem;
  }
}

p,
li {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #262626;
}

p:has(a) {
  margin: 0;
}
p:has(a) a {
  text-decoration: underline;
}

#page a {
  color: #07764B;
}
#page a:hover {
  color: #07764B;
}

#page .wp-block-woocommerce-cart a {
  color: white;
}
#page .wp-block-woocommerce-cart a:hover {
  color: white;
}

.btn,
.button-rouge,
.woocommerce-Button,
.button,
.tribe-tickets__tickets-buy,
.wp-element-button {
  font-family: "Roboto", sans-serif;
  background-color: #B12319 !important;
  padding: 12px 55px !important;
  display: inline-block;
  color: white !important;
  font-size: 1.375rem !important;
  text-transform: uppercase;
  border-radius: 50px !important;
  font-weight: 500 !important;
  letter-spacing: 1px;
  transition: background-color 0.3s ease;
  text-decoration: none;
  border: none !important;
}
@media (max-width: 1024px) {
  .btn,
  .button-rouge,
  .woocommerce-Button,
  .button,
  .tribe-tickets__tickets-buy,
  .wp-element-button {
    font-size: 1.25rem !important;
    padding: 10px 32px !important;
  }
}
@media (max-width: 576px) {
  .btn,
  .button-rouge,
  .woocommerce-Button,
  .button,
  .tribe-tickets__tickets-buy,
  .wp-element-button {
    font-size: 1.13rem !important;
    padding: 10px 22px !important;
  }
}
.btn:hover,
.button-rouge:hover,
.woocommerce-Button:hover,
.button:hover,
.tribe-tickets__tickets-buy:hover,
.wp-element-button:hover {
  color: white;
  background-color: #262626 !important;
}

.button-vert {
  background-color: #07764B !important;
}

.button-mauve {
  background-color: #383083 !important;
}

.btn-fleche {
  background-image: url(images/ico-arrow-blanc.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right 37px center;
  padding: 22px 67px 22px 55px !important;
  font-weight: 300 !important;
  font-size: 1.25rem !important;
}
@media (max-width: 1024px) {
  .btn-fleche {
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right 32px center;
    padding: 12px 55px 12px 32px !important;
    font-size: 1.13rem;
  }
}
@media (max-width: 576px) {
  .btn-fleche {
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 22px center;
    padding: 8px 44px 8px 24px !important;
    font-size: 1rem !important;
  }
}

.border-vert {
  padding: 65px 50px;
  border: 5px solid #07764B;
  border-radius: 74px;
}
@media (max-width: 1024px) {
  .border-vert {
    padding: 38px;
  }
}

.border-mauve {
  padding: 65px 50px;
  border: 5px solid #383083;
  border-radius: 74px;
}
@media (max-width: 1024px) {
  .border-mauve {
    padding: 38px;
  }
}

.border-rouge {
  padding: 65px 50px;
  border: 5px solid #B12319;
  border-radius: 74px;
}
@media (max-width: 1024px) {
  .border-rouge {
    padding: 38px;
  }
}

table .button,
table .woocommerce-button {
  font-size: 0.88rem !important;
  padding: 15px 30px 15px 15px !important;
  background-position: right 15px center !important;
  background-size: 10px !important;
}

/************************** HEADER **************************/
#bouton-hamburger {
  position: relative;
  z-index: 10;
  background: white;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* From Uiverse.io by vinodjangid07 */
}
@media (max-width: 1024px) {
  #bouton-hamburger {
    display: flex;
  }
}

#bouton-hamburger #checkbox {
  display: none;
}

#bouton-hamburger .toggle {
  position: relative;
  width: 35px;
  height: 40px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  transition-duration: 0.5s;
  display: none;
}

@media (max-width: 1024px) {
  #bouton-hamburger .toggle {
    display: flex !important;
  }
}
#bouton-hamburger .bars {
  width: 100%;
  height: 4px;
  background-color: #07764B;
  border-radius: 4px;
}

#bouton-hamburger #bar2 {
  transition-duration: 0.8s;
  background-color: #383083;
}

#bouton-hamburger #bar3 {
  transition-duration: 0.8s;
  background-color: #B12319;
}

#bouton-hamburger #bar1,
#bouton-hamburger #bar3 {
  width: 70%;
}

#bouton-hamburger #checkbox:checked + .toggle .bars {
  position: absolute;
  transition-duration: 0.5s;
}

#bouton-hamburger #checkbox:checked + .toggle #bar2 {
  transform: scaleX(0);
  transition-duration: 0.5s;
}

#bouton-hamburger #checkbox:checked + .toggle #bar1 {
  width: 100%;
  transform: rotate(45deg);
  transition-duration: 0.5s;
}

#bouton-hamburger #checkbox:checked + .toggle #bar3 {
  width: 100%;
  transform: rotate(-45deg);
  transition-duration: 0.5s;
}

#bouton-hamburger #checkbox:checked + .toggle {
  transition-duration: 0.5s;
  transform: rotate(180deg);
}

.menu-mobile-wrap {
  position: fixed;
  background-color: #07764B;
  width: 100%;
  height: 100vh;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
}
.menu-mobile-wrap.visible {
  display: block;
}
.menu-mobile-wrap .header {
  background-color: white;
  padding: 10px 0;
  position: relative;
}
.menu-mobile-wrap .header .banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1024px) {
  .menu-mobile-wrap .header .banner-image {
    opacity: 100%;
  }
}
@media (max-width: 400px) {
  .menu-mobile-wrap .header .banner-image {
    background-size: cover;
  }
}
.menu-mobile-wrap .header .container .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.menu-mobile-wrap .header .container .row .col2:first-of-type {
  width: 226px;
}
.menu-mobile-wrap .header .container .row .col2:first-of-type img {
  width: 226px;
}
.menu-mobile-wrap .header .container .row .col2:last-of-type {
  width: auto;
}
@media (max-width: 1024px) {
  .menu-mobile-wrap .header .container .row .col2:last-of-type .menu-principal-container,
  .menu-mobile-wrap .header .container .row .col2:last-of-type .menu-principal-fr-container {
    display: none;
  }
}
.menu-mobile-wrap .header .container .row .col2:last-of-type ul.princ-menu li a {
  font-weight: 600;
  color: #262626;
  text-transform: uppercase;
  padding: 10px 18px;
}
.menu-mobile-wrap .header .container .row .col2:last-of-type ul.princ-menu li.registration a {
  background-color: #07764B;
  color: white;
  border-radius: 50px;
}
.menu-mobile-wrap > .container {
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.menu-mobile-wrap > .container .mobile-menu li {
  margin-bottom: 10px;
}
.menu-mobile-wrap > .container .mobile-menu li a {
  font-size: 1.75rem;
  color: white;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
  display: block;
}
.menu-mobile-wrap > .container .mobile-menu li.registration {
  margin: 50px 0;
}
.menu-mobile-wrap > .container .mobile-menu li.registration a {
  background-color: #07764B;
  color: white;
  border-radius: 50px;
  padding: 10px 40px;
}
.menu-mobile-wrap > .container .reseaux {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.menu-mobile-wrap > .container .reseaux a {
  width: 30px;
  height: 30px;
  border: 1px solid white;
  border-radius: 100%;
  padding: 7px;
  margin: 0 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.menu-mobile-wrap > .container .reseaux a img {
  width: 100%;
  height: 100%;
}

header {
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
header:has(.banner-image) {
  margin-bottom: 70px;
}
header .banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1292px) {
  header .banner-image {
    opacity: 15%;
  }
}
@media (max-width: 768px) {
  header .banner-image {
    display: none;
  }
}
header .wrapper-principal {
  padding: 20px 0 25px 0;
  position: relative;
}
header .wrapper-principal .container > .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
header .wrapper-principal .container > .row > .col2:first-of-type {
  width: 226px;
}
header .wrapper-principal .container > .row > .col2:first-of-type img {
  width: 226px;
}
header .wrapper-principal .container > .row > .col2:last-of-type {
  width: 100%;
}
@media (max-width: 1024px) {
  header .wrapper-principal .container > .row > .col2:last-of-type .menu-principal-container,
  header .wrapper-principal .container > .row > .col2:last-of-type .menu-principal-fr-container {
    display: none;
  }
}
header .wrapper-principal .container > .row > .col2:last-of-type .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  gap: 27px;
}
header .wrapper-principal .container > .row > .col2:last-of-type .row .col2 {
  width: 100%;
}
@media (max-width: 1024px) {
  header .wrapper-principal .container > .row > .col2:last-of-type .row .col2:first-of-type > nav {
    display: none;
  }
}
header .wrapper-principal .container > .row > .col2:last-of-type .row .col2:first-of-type .top-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 35px;
}
header .wrapper-principal .container > .row > .col2:last-of-type .row .col2:first-of-type .top-menu li a {
  color: #262626;
  -webkit-text-stroke: 6px white;
  paint-order: stroke fill;
}
header .wrapper-principal .container > .row > .col2:last-of-type .row .col2:first-of-type .top-menu li.menu-item-347 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
header .wrapper-principal .container > .row > .col2:last-of-type .row .col2:first-of-type .top-menu li.menu-item-347:before {
  content: "";
  width: 17px;
  height: 14px;
  background-image: url(images/ico-logout.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin-right: 10px;
}
header .wrapper-principal .container > .row > .col2:last-of-type .row .col2:first-of-type .top-menu li.menu-item-75 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
header .wrapper-principal .container > .row > .col2:last-of-type .row .col2:first-of-type .top-menu li.menu-item-75:before {
  content: "";
  width: 17px;
  height: 14px;
  background-image: url(images/connexion.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin-right: 10px;
}
header .wrapper-principal .container > .row > .col2:last-of-type .row .col2:first-of-type .top-menu li.menu-item-18 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
header .wrapper-principal .container > .row > .col2:last-of-type .row .col2:first-of-type .top-menu li.menu-item-18:before {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(images/ico-phone.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin-right: 10px;
}
header .wrapper-principal .container > .row > .col2:last-of-type .row .col2:first-of-type .top-menu li.panier {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
header .wrapper-principal .container > .row > .col2:last-of-type .row .col2:first-of-type .top-menu li.panier:before {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(images/ico-cart.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  header .wrapper-principal .container > .row > .col2:last-of-type .row .col2:last-of-type {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 1024px) {
  header .wrapper-principal .container > .row > .col2:last-of-type .row .col2:last-of-type > nav {
    display: none;
  }
}
header .wrapper-principal .container > .row > .col2:last-of-type .row .col2:last-of-type ul.princ-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
header .wrapper-principal .container > .row > .col2:last-of-type .row .col2:last-of-type ul.princ-menu > li {
  margin-right: 30px;
  flex: 0 0 auto;
}
header .wrapper-principal .container > .row > .col2:last-of-type .row .col2:last-of-type ul.princ-menu > li:last-of-type {
  margin-right: 0;
}
header .wrapper-principal .container > .row > .col2:last-of-type .row .col2:last-of-type ul.princ-menu > li > a {
  display: block;
  font-weight: 600;
  font-size: 1.125rem;
  color: #262626;
  text-transform: uppercase;
  position: relative;
  color: #262626;
  border-radius: 50px;
  -webkit-text-stroke: 6px white;
  paint-order: stroke fill;
}
header .wrapper-principal .container > .row > .col2:last-of-type .row .col2:last-of-type ul.princ-menu > li > a:hover {
  color: #262626;
}
header .wrapper-principal .container > .row > .col2:last-of-type .row .col2:last-of-type ul.princ-menu > li.vert-item a {
  padding: 10px 23px;
  background-color: #07764B;
  color: white;
  -webkit-text-stroke: 0px;
}
header .wrapper-principal .container > .row > .col2:last-of-type .row .col2:last-of-type ul.princ-menu > li.vert-item a:hover {
  background-color: #262626;
}
header .wrapper-principal .container > .row > .col2:last-of-type .row .col2:last-of-type ul.princ-menu > li ul.sub-menu {
  display: none;
  position: absolute;
  bottom: -20px;
}
header .wrapper-principal .container > .row > .col2:last-of-type .row .col2:last-of-type ul.princ-menu > li ul.sub-menu li a {
  font-weight: 600;
  color: #262626;
  text-transform: uppercase;
  display: block;
  padding: 5px 18px;
  font-size: 0.88rem;
  position: relative;
}
header .wrapper-principal .container > .row > .col2:last-of-type .row .col2:last-of-type ul.princ-menu > li ul.sub-menu li a::after {
  content: "/";
  position: absolute;
  right: 0;
  font-weight: 400;
}
header .wrapper-principal .container > .row > .col2:last-of-type .row .col2:last-of-type ul.princ-menu > li ul.sub-menu li:last-of-type a:after {
  display: none;
}
header .wrapper-principal .container > .row > .col2:last-of-type .row .col2:last-of-type ul.princ-menu > li:hover ul.sub-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
header .wrapper-principal .container > .row > .col2:last-of-type .row .col2:last-of-type ul.princ-menu > li:hover ul.sub-menu li a:hover {
  color: #07764B;
}
header .bandeau {
  border-bottom: 3px solid #07764B;
  padding-bottom: 15px;
}
header .bandeau .container .row .col {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 1.25rem;
  color: #B12319;
  font-weight: 700;
  text-transform: uppercase;
  gap: 60px;
}
@media (max-width: 768px) {
  header .bandeau .container .row .col {
    justify-content: space-between;
  }
}
@media (max-width: 576px) {
  header .bandeau .container .row .col {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }
}
header .bandeau .container .row .col img {
  width: 200px;
}
@media (max-width: 768px) {
  header .bandeau .container .row .col img {
    width: 170px;
  }
}
header .bandeau .container .row .col div:has(.date) {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 60px;
}
@media (max-width: 576px) {
  header .bandeau .container .row .col div:has(.date) {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
}
header .bandeau .container .row .col .date,
header .bandeau .container .row .col .location {
  color: #B12319;
  -webkit-text-stroke: 6px white;
  paint-order: stroke fill;
}
@media (max-width: 768px) {
  header .bandeau .container .row .col .date,
  header .bandeau .container .row .col .location {
    font-size: 1.125rem;
    -webkit-text-stroke: 0px white;
  }
}

/************************** FOOTER **************************/
footer {
  background-image: radial-gradient(circle at center, #07764B 0%, #0E3425 100%);
  margin-top: 60px;
}
footer .container {
  max-width: 1350px;
}
footer .container .row:first-of-type {
  padding-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  footer .container .row:first-of-type {
    flex-direction: column;
  }
}
footer .container .row:first-of-type .logo {
  display: flex;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  footer .container .row:first-of-type .logo {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
  }
}
footer .container .row:first-of-type .logo img {
  width: 210px;
  -o-object-fit: contain;
     object-fit: contain;
  flex: 0 0 auto;
}
footer .container .row:first-of-type .infos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 105px;
  border-left: 1px solid white;
  margin-left: 105px;
}
@media (max-width: 1292px) {
  footer .container .row:first-of-type .infos {
    padding-left: 80px;
    margin-left: 80px;
  }
}
@media (max-width: 1024px) {
  footer .container .row:first-of-type .infos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
  }
}
@media (max-width: 768px) {
  footer .container .row:first-of-type .infos {
    padding-left: 0px;
    margin-left: 0px;
    border-left: none;
  }
}
@media (max-width: 576px) {
  footer .container .row:first-of-type .infos {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
footer .container .row:first-of-type .infos > div {
  width: auto;
  color: white;
}
@media (max-width: 768px) {
  footer .container .row:first-of-type .infos > div {
    text-align: center;
  }
}
footer .container .row:first-of-type .infos > div p,
footer .container .row:first-of-type .infos > div a,
footer .container .row:first-of-type .infos > div li {
  color: white;
  font-size: 1rem;
}
@media (max-width: 768px) {
  footer .container .row:first-of-type .infos > div p,
  footer .container .row:first-of-type .infos > div a,
  footer .container .row:first-of-type .infos > div li {
    text-align: center;
  }
}
footer .container .row:first-of-type .infos .contact {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  footer .container .row:first-of-type .infos .contact {
    align-items: center;
  }
}
footer .container .row:first-of-type .infos .contact .reseaux {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 20px;
  margin-top: 10px;
}
footer .container .row:first-of-type .infos .contact .reseaux li {
  list-style: none;
}
footer .container .row:last-of-type {
  padding: 35px 0 15px 0;
  justify-content: center;
}
footer .container .row:last-of-type p,
footer .container .row:last-of-type a {
  color: white;
  font-size: 0.75rem;
  text-decoration: none;
  text-align: center;
}

/************************** HOME **************************/
.home .header-page .row:first-of-type .col {
  height: 500px;
  width: 100%;
  border-radius: 74px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .home .header-page .row:first-of-type .col {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .home .header-page .row:first-of-type .col {
    height: 300px;
    border-radius: 45px;
  }
}
.home .header-page .row:first-of-type .col img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .home .header-page .row:first-of-type .col img {
    -o-object-position: top left;
       object-position: top left;
    width: 150%;
    height: 150%;
  }
}
@media (max-width: 480px) {
  .home .header-page .row:first-of-type .col img {
    -o-object-position: top left;
       object-position: top left;
    width: 120%;
    height: 120%;
  }
}
.home .header-page .row:nth-of-type(2) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 74px 0;
}
@media (max-width: 768px) {
  .home .header-page .row:nth-of-type(2) {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.home .header-page .row:nth-of-type(2) .col2:first-of-type {
  width: 70%;
}
@media (max-width: 768px) {
  .home .header-page .row:nth-of-type(2) .col2:first-of-type {
    width: 100%;
  }
}
.home .header-page .row:nth-of-type(2) .col2:last-of-type {
  width: 30%;
}
@media (max-width: 768px) {
  .home .header-page .row:nth-of-type(2) .col2:last-of-type {
    width: 100%;
  }
}
.home #about .infos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}
@media (max-width: 1024px) {
  .home #about .infos {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .home #about .infos {
    display: flex;
    flex-direction: column;
  }
}
.home #about .infos .col3 {
  width: 100%;
}
@media (max-width: 1024px) {
  .home #about .infos .col3:first-of-type {
    grid-column: 1/3;
  }
}
.home #district {
  background-color: #EEF2EE;
  padding: 46px 0 108px 0;
  margin: 220px 0 0;
}
.home #district .container .row .col2:first-of-type {
  width: 40%;
  position: relative;
}
@media (max-width: 768px) {
  .home #district .container .row .col2:first-of-type {
    width: 100%;
    margin-top: -100px;
    margin-bottom: 65px;
  }
}
.home #district .container .row .col2:first-of-type img {
  width: 100%;
  height: 690px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 74px;
  position: absolute;
  top: -170px;
}
@media (max-width: 768px) {
  .home #district .container .row .col2:first-of-type img {
    position: relative;
    height: 300px;
    top: 0;
  }
}
.home #district .container .row .col2:last-of-type {
  width: 60%;
  padding-left: 64px;
}
@media (max-width: 768px) {
  .home #district .container .row .col2:last-of-type {
    width: 100%;
    padding: 0;
  }
}
.home #faqs {
  margin-top: -80px;
}
@media (max-width: 768px) {
  .home #faqs {
    margin-top: -40px;
  }
}
.home #faqs .container .row {
  align-items: flex-end;
}
@media (max-width: 768px) {
  .home #faqs .container .row {
    flex-direction: row;
  }
}
@media (max-width: 576px) {
  .home #faqs .container .row {
    flex-direction: column;
  }
}
.home #faqs .container .row .col2:first-of-type {
  width: 40%;
  position: relative;
}
@media (max-width: 576px) {
  .home #faqs .container .row .col2:first-of-type {
    width: 100%;
  }
}
.home #faqs .container .row .col2:first-of-type img {
  width: 100%;
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 74px;
}
@media (max-width: 576px) {
  .home #faqs .container .row .col2:first-of-type img {
    height: 200px;
    -o-object-position: top center;
       object-position: top center;
  }
}
.home #faqs .container .row .col2:last-of-type {
  width: 60%;
  padding-left: 64px;
  padding-bottom: 64px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 576px) {
  .home #faqs .container .row .col2:last-of-type {
    width: 100%;
    padding-left: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }
}
@media (max-width: 576px) {
  .home #faqs .container .row .col2:last-of-type .text {
    text-align: center;
    margin-top: 65px;
    width: 90%;
  }
  .home #faqs .container .row .col2:last-of-type .text br {
    display: none;
  }
}
.home #faqs .container .row .col2:last-of-type .button-vert {
  background-position: center;
  padding: 0px !important;
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .home #faqs .container .row .col2:last-of-type .button-vert {
    width: 50px;
    height: 50px;
  }
}
.home #sponsors {
  padding: 64px 0;
}
.home #sponsors .container .row {
  padding-top: 38px;
  border-top: 1px solid #262626;
}
.home #sponsors h3 {
  font-size: 2.188rem;
  font-weight: 700;
  text-transform: none;
}
@media (max-width: 768px) {
  .home #sponsors h3 {
    font-size: 1.88rem;
  }
}
@media (max-width: 576px) {
  .home #sponsors h3 {
    font-size: 1.5rem;
  }
}
.home #sponsors .logos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.home #sponsors .slide {
  padding: 25px;
  max-height: 110px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.home #sponsors .slide a {
  display: block;
}
.home #sponsors .slide img {
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/************************** FAQs **************************/
.page-foire-aux-questions .container .row {
  align-items: flex-start;
}
.page-foire-aux-questions .container .row .tab-categories {
  position: sticky;
  top: 65px;
  width: 35%;
  background-color: #EEF2EE;
  padding: 48px 28px;
}
@media (max-width: 768px) {
  .page-foire-aux-questions .container .row .tab-categories {
    position: static;
    top: 0;
    width: 100%;
    margin-bottom: 65px;
  }
}
.page-foire-aux-questions .container .row .tab-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-foire-aux-questions .container .row .tab-categories ul li {
  font-weight: 700;
  color: #262626;
  font-size: 1.125rem;
  border-bottom: 1px solid #07764B;
  padding-bottom: 18px;
  margin-bottom: 18px;
  cursor: pointer;
}
.page-foire-aux-questions .container .row .tab-categories ul li a {
  display: block;
  color: #262626;
}
.page-foire-aux-questions .container .row .contenu {
  width: 65%;
  padding-left: 65px;
}
@media (max-width: 768px) {
  .page-foire-aux-questions .container .row .contenu {
    width: 100%;
    padding: 0 28px;
  }
}
.page-foire-aux-questions .container .row .contenu .cat {
  margin-bottom: 65px;
  scroll-margin-top: 65px;
}
.page-foire-aux-questions .container .row .contenu h5 {
  margin-top: 0;
  margin-bottom: 44px;
}
.page-foire-aux-questions .container .row .contenu .questions .question {
  border-bottom: 1px solid #07764B;
  margin-bottom: 24px;
}
.page-foire-aux-questions .container .row .contenu .questions .question h6 {
  cursor: pointer;
}
.page-foire-aux-questions .container .row .contenu .questions .question .reponse {
  padding-left: 24px;
  display: none;
}
.page-foire-aux-questions .container .row .contenu .questions .question .reponse p {
  margin: 0;
  margin-bottom: 16px;
}

/************************** Conférences **************************/
#conference-schedule .container #searchform {
  position: relative;
  margin-bottom: 36px;
}
#conference-schedule .container #searchform input.field {
  border: 1px solid #262626;
  padding: 12px 46px;
  width: 100%;
  font-size: 1.625rem;
  font-weight: 400;
  color: #262626;
  border-radius: 50px;
}
@media (max-width: 576px) {
  #conference-schedule .container #searchform input.field {
    font-size: 1.25rem;
    padding: 12px 32px;
  }
}
#conference-schedule .container #searchform input.field::-moz-placeholder {
  color: #262626;
  font-size: 1.625rem;
  font-weight: 700;
}
#conference-schedule .container #searchform input.field::placeholder {
  color: #262626;
  font-size: 1.625rem;
  font-weight: 700;
}
@media (max-width: 576px) {
  #conference-schedule .container #searchform input.field::-moz-placeholder {
    font-size: 1.25rem;
  }
  #conference-schedule .container #searchform input.field::placeholder {
    font-size: 1.25rem;
  }
}
#conference-schedule .container #searchform input.submit {
  background-image: url(images/ico-loupe.svg);
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px;
  position: absolute;
  background-color: #262626;
  border-radius: 50%;
  border: none;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 576px) {
  #conference-schedule .container #searchform input.submit {
    width: 35px;
    height: 35px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
  }
}
#conference-schedule .container .dates {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 36px;
}
@media (max-width: 576px) {
  #conference-schedule .container .dates {
    align-items: flex-start;
  }
}
#conference-schedule .container .dates p {
  text-transform: uppercase;
  margin: 10px 0;
}
#conference-schedule .container .dates ul.filtre-dates {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
}
@media (max-width: 576px) {
  #conference-schedule .container .dates ul.filtre-dates {
    flex-wrap: wrap;
  }
}
#conference-schedule .container .dates ul.filtre-dates li {
  list-style: none;
}
#conference-schedule .container .dates ul.filtre-dates li button {
  padding: 10px 30px;
  border: 1px solid #262626;
  background-color: transparent;
  color: #262626;
  border-radius: 50px;
  font-weight: 700;
  margin-left: 15px;
  font-size: 1.25rem;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  #conference-schedule .container .dates ul.filtre-dates li button {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
#conference-schedule .container .dates ul.filtre-dates li button.active {
  border-color: #B12319;
  background-color: #B12319;
  color: white;
}
#conference-schedule .container #resultats-evenements {
  background-color: #262626;
  padding: 58px;
  margin-bottom: 36px;
}
@media (max-width: 576px) {
  #conference-schedule .container #resultats-evenements {
    padding: 30px;
  }
}
#conference-schedule .container #resultats-evenements.center {
  text-align: center;
}
#conference-schedule .container #resultats-evenements .bloc-heure {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 45px;
}
@media (max-width: 576px) {
  #conference-schedule .container #resultats-evenements .bloc-heure {
    flex-direction: column;
  }
}
#conference-schedule .container #resultats-evenements .bloc-heure:last-of-type {
  margin-bottom: 0;
}
#conference-schedule .container #resultats-evenements .bloc-heure > h3 {
  color: #262626;
  font-size: 1.125rem;
  font-weight: 500;
  width: 150px;
  border-right: 1px solid #262626;
  margin-right: 36px;
  flex: 0 0 auto;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 768px) {
  #conference-schedule .container #resultats-evenements .bloc-heure > h3 {
    width: 100px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  #conference-schedule .container #resultats-evenements .bloc-heure > h3 {
    border-right: none;
    border-bottom: 1px solid #262626;
    width: 100%;
    margin-right: 0;
    margin-bottom: 36px;
    padding-bottom: 16px;
    font-size: 1.625rem;
    font-weight: 700;
  }
}
#conference-schedule .container #resultats-evenements .bloc-heure > h3::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #262626;
  position: absolute;
  right: -17px;
  border: 8px solid #262626;
  top: -4px;
}
@media (max-width: 576px) {
  #conference-schedule .container #resultats-evenements .bloc-heure > h3::after {
    top: 30px;
  }
}
#conference-schedule .container #resultats-evenements .bloc-heure ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
#conference-schedule .container #resultats-evenements .bloc-heure ul li {
  width: 100%;
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid #262626;
}
@media (max-width: 576px) {
  #conference-schedule .container #resultats-evenements .bloc-heure ul li {
    border-bottom-color: #cdd6df;
  }
}
#conference-schedule .container #resultats-evenements .bloc-heure ul li:last-of-type {
  padding-bottom: 0px;
  border-bottom: none;
}
#conference-schedule .container #resultats-evenements .bloc-heure ul li h3 {
  font-size: 1.625rem;
  font-weight: 700;
  color: #262626;
}
#conference-schedule .container #resultats-evenements .bloc-heure ul li h4 {
  color: #B12319;
  margin: 15px 0;
  font-weight: 500;
}
#conference-schedule .container #resultats-evenements .bloc-heure ul li a.btn-arrow {
  color: #262626;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#conference-schedule .container #resultats-evenements .bloc-heure ul li a.btn-arrow::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(images/ico-arrow-gris.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}
#conference-schedule .container .switch-day {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  #conference-schedule .container .switch-day {
    flex-direction: column;
  }
}
#conference-schedule .container .switch-day .btn-gris {
  background-color: #262626;
  padding: 15px 30px;
  color: white;
  border-radius: 50px;
  font-weight: 300;
  border: none;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 2px;
  position: relative;
  margin-right: 18px;
}
@media (max-width: 1024px) {
  #conference-schedule .container .switch-day .btn-gris {
    font-size: 1.13rem;
  }
}
@media (max-width: 576px) {
  #conference-schedule .container .switch-day .btn-gris {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
#conference-schedule .container .switch-day .btn-gris::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(images/ico-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  left: -10px;
  transform: scaleX(-1);
}
#conference-schedule .container .switch-day .btn-rouge {
  background-color: #B12319;
  padding: 15px 30px;
  color: white;
  border-radius: 50px;
  font-weight: 300;
  border: none;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 2px;
  position: relative;
}
@media (max-width: 1024px) {
  #conference-schedule .container .switch-day .btn-rouge {
    font-size: 1.13rem;
  }
}
@media (max-width: 576px) {
  #conference-schedule .container .switch-day .btn-rouge {
    margin-right: 0;
  }
}
#conference-schedule .container .switch-day .btn-rouge::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(images/ico-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  right: -10px;
}

.single-event .container .row .col2:nth-of-type(2) {
  width: 30%;
}
@media (max-width: 768px) {
  .single-event .container .row .col2:nth-of-type(2) {
    width: 100%;
  }
}
.single-event .container .row .col2:nth-of-type(3) {
  width: 70%;
  padding-left: 44px;
}
@media (max-width: 768px) {
  .single-event .container .row .col2:nth-of-type(3) {
    width: 100%;
    padding-left: 0;
  }
}
.single-event .container .row a.button-rouge {
  display: inline-block;
  background-image: none !important;
  padding: 20px 30px !important;
}
.single-event .container .row h1 {
  margin: 50px 0 24px 0;
}
.single-event .container .row h2 {
  color: #262626;
}
.single-event .container .row h3 {
  color: #B12319;
  font-size: 1.625rem;
  margin-bottom: 27px;
}

/************************** Speakers **************************/
#single-speaker .container .row {
  flex-wrap: nowrap;
  gap: 48px;
}
@media (max-width: 768px) {
  #single-speaker .container .row {
    flex-direction: column;
  }
}
#single-speaker .container .row .col2:first-of-type {
  position: relative;
  width: 545px;
  flex: 0 0 auto;
}
@media (max-width: 1024px) {
  #single-speaker .container .row .col2:first-of-type {
    width: 345px;
  }
}
@media (max-width: 768px) {
  #single-speaker .container .row .col2:first-of-type {
    width: 100%;
  }
}
#single-speaker .container .row .col2:first-of-type a.btn-return {
  background-color: #B12319;
  width: 72px;
  height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-top: -9%;
  margin-bottom: 15px;
  position: absolute;
  left: -35px;
  top: 92px;
}
@media (max-width: 1240px) {
  #single-speaker .container .row .col2:first-of-type a.btn-return {
    left: 20px;
    top: 14px;
  }
}
@media (max-width: 576px) {
  #single-speaker .container .row .col2:first-of-type a.btn-return {
    position: static;
    left: 0;
  }
}
#single-speaker .container .row .col2:first-of-type a.btn-return img {
  width: 15px;
  height: 15px;
  transform: scaleX(-1);
}
#single-speaker .container .row .col2:first-of-type img {
  width: 545px;
  height: 545px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1024px) {
  #single-speaker .container .row .col2:first-of-type img {
    width: 345px;
    height: 345px;
  }
}
@media (max-width: 768px) {
  #single-speaker .container .row .col2:first-of-type img {
    width: 100%;
  }
}
#single-speaker .container .row .col2:first-of-type .socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
}
@media (max-width: 768px) {
  #single-speaker .container .row .col2:first-of-type .socials {
    margin-top: 16px;
  }
}
#single-speaker .container .row .col2:first-of-type .socials a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 30px;
}
@media (max-width: 768px) {
  #single-speaker .container .row .col2:first-of-type .socials a {
    width: 20px;
    height: 20px;
  }
}
#single-speaker .container .row .col2:first-of-type .socials a:last-of-type {
  margin-right: 0;
}
#single-speaker .container .row .col2:first-of-type .socials a img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
#single-speaker .container .row .col2:last-of-type {
  width: auto;
}
#single-speaker .container .row .col2:last-of-type h1 {
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: 10px;
}
#single-speaker .container .row .col2:last-of-type h2 {
  font-size: 1.75rem;
  margin-bottom: 10px;
}
#single-speaker .container .row .col2:last-of-type h2.entreprise {
  text-transform: uppercase;
}
#single-speaker .container .row .col2:last-of-type h2.title {
  color: #262626;
  margin-bottom: 50px;
}
#single-speaker .container .row .col2:last-of-type .bio {
  margin-top: auto;
}
#single-speaker .container .row .col2:last-of-type .bio h2 {
  color: #262626;
}

/************************** Page 404 **************************/
#page404 {
  background-color: #EEF2EE;
  padding: 46px 0 108px 0;
  margin: 120px 0 220px;
}
@media (max-width: 768px) {
  #page404 {
    margin-bottom: 80px;
  }
}
#page404 .container .row .col2:first-of-type {
  width: 40%;
  position: relative;
}
@media (max-width: 768px) {
  #page404 .container .row .col2:first-of-type {
    width: 100%;
    margin-top: -100px;
    margin-bottom: 65px;
  }
}
#page404 .container .row .col2:first-of-type img {
  width: 100%;
  height: 200%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 74px;
  position: absolute;
  top: -140px;
}
@media (max-width: 768px) {
  #page404 .container .row .col2:first-of-type img {
    position: relative;
    height: 300px;
    top: 0;
  }
}
#page404 .container .row .col2:last-of-type {
  width: 60%;
  padding-left: 64px;
}
@media (max-width: 768px) {
  #page404 .container .row .col2:last-of-type {
    width: 100%;
    padding: 0;
  }
}

.woocommerce .woocommerce-MyAccount-navigation {
  background-color: #EEF2EE;
  padding: 48px 28px;
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-MyAccount-navigation {
    margin-bottom: 65px;
  }
}
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  font-weight: 700;
  color: #262626;
  font-size: 1.125rem;
  border-bottom: 1px solid #07764B;
  padding-bottom: 18px;
  margin-bottom: 18px;
  cursor: pointer;
}
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
  color: #07764B;
}
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  display: block;
  color: #262626;
}
.woocommerce-info {
  border-top-color: #07764B;
}
.woocommerce-info::before {
  color: #07764B;
}

.woocommerce-account .addresses .title h2 {
  font-size: 1.5rem;
}
.woocommerce-account .addresses .title .edit {
  float: none;
}

.woocommerce-order-details table.tribe-attendee-meta tr td {
  line-height: 2;
  padding-right: 5px;
}
.woocommerce-order-details table.tribe-attendee-meta tr td p {
  border: 0 none;
  font-size: 0.75rem;
  padding: 0 0 0.25em;
  vertical-align: top;
  width: auto;
  line-height: 1;
}

.tec-tickets__attendees-list-wrapper {
  margin-bottom: 50px;
}
.tec-tickets__attendees-list-wrapper h4.tribe-common-h4 {
  font-weight: 600;
  font-size: 1.25rem;
}
.tec-tickets__attendees-list-wrapper .tec-tickets__attendees-list-item {
  border-radius: 5px;
}

.woocommerce-orders-table .button {
  margin-right: 1% !important;
}

.woocommerce-order-received .woocommerce-order {
  width: 100%;
}

.woocommerce-form-row,
.form-row,
.acf-field {
  margin-bottom: 20px !important;
}
.woocommerce-form-row.woocommerce-validated input,
.form-row.woocommerce-validated input,
.acf-field.woocommerce-validated input {
  border-color: #262626 !important;
}
.woocommerce-form-row label,
.form-row label,
.acf-field label {
  position: relative;
  top: 8px;
  left: 20px;
  background: white;
  display: inline-block !important;
  padding: 0 10px;
  line-height: 1 !important;
  z-index: 1;
  font-size: 1rem;
}
.woocommerce-form-row input,
.woocommerce-form-row .select2-selection__rendered,
.form-row input,
.form-row .select2-selection__rendered,
.acf-field input,
.acf-field .select2-selection__rendered {
  padding: 10px 30px !important;
}

.acf-fields > .acf-field {
  padding: 0 !important;
  border-top: none !important;
  border-left: none !important;
}
.acf-fields > .acf-field.left {
  float: left;
}
.acf-fields > .acf-field.right {
  float: right;
}
.acf-fields > .acf-field .acf-label label {
  position: absolute;
  top: 0px;
  left: 10px;
  font-size: 0.88rem;
  transform: translateY(-50%);
  background-color: white;
  padding: 0 10px;
  font-weight: 400;
}
.acf-fields > .acf-field input,
.acf-fields > .acf-field select {
  padding: 10px 30px !important;
  font-size: 1.125rem !important;
  border-radius: 4px;
  border: 1px solid #262626;
}

fieldset {
  margin-top: 40px;
}
fieldset legend {
  margin-left: 0px !important;
  color: #262626;
  font-size: 1.75rem;
  margin-top: 0;
  margin-bottom: 15px;
}

.wp-block-woocommerce-empty-cart-block {
  min-height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wp-block-woocommerce-empty-cart-block hr,
.wp-block-woocommerce-empty-cart-block h2.wp-block-heading:last-of-type,
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title::before,
.wp-block-woocommerce-empty-cart-block .has-text-align-center:has(a) {
  display: none !important;
}
.wp-block-woocommerce-empty-cart-block h2.wc-block-cart__empty-cart__title {
  color: #B12319;
  font-size: 2rem;
  line-height: 2.25rem;
  margin-top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wp-block-woocommerce-empty-cart-block h2.wc-block-cart__empty-cart__title::after {
  content: "";
  background-image: url(images/logo-jamboree.svg);
  margin-top: 65px;
  width: 70%;
  height: 300px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.wc-block-components-totals-coupon__form .wc-block-components-button {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 1rem !important;
}

.wc-block-cart-items thead th.wc-block-cart-items__header-image {
  text-align: left;
}
.wc-block-cart-items thead th.wc-block-cart-items__header-product {
  display: none;
}
.wc-block-cart-items tbody td.wc-block-cart-item__image {
  display: none;
}

h2.wc-block-components-title {
  color: #B12319;
  font-size: 2rem !important;
  line-height: 2.25rem !important;
  margin-bottom: 27px !important;
  margin-top: 0;
}
@media (max-width: 1024px) {
  h2.wc-block-components-title {
    font-size: 1.88rem !important;
    margin-bottom: 17px !important;
  }
}
@media (max-width: 1024px) {
  h2.wc-block-components-title {
    font-size: 1.5rem !important;
  }
}

.woocommerce-form-login {
  width: 100%;
}
.woocommerce-form-login .form-row:nth-of-type(3) {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.woocommerce-form-login .form-row:nth-of-type(3) .woocommerce-form-login__rememberme {
  order: 1;
}

.woocommerce-form-register .woocommerce-privacy-policy-text {
  margin-bottom: 20px;
}

.page404 .row {
  align-items: center;
}
@media (max-width: 768px) {
  .page404 .row {
    flex-direction: column-reverse;
  }
  .page404 .row .col2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .page404 .row .col2 img {
    width: 50%;
    margin-bottom: 40px;
  }
}

.event-tickets #tribe-tickets__tickets-form {
  width: 100%;
  max-width: 100%;
  border-radius: 0 !important;
  background-color: #EEF2EE;
  border: none;
  padding: 44px;
  margin: 55px auto 78px auto;
  font-family: "Poppins", sans-serif !important;
}
.event-tickets #tribe-tickets__tickets-form h2.tribe-tickets__tickets-title {
  color: #07764B;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-item-content-sale-label {
  background-color: #B12319;
  color: white;
}
.event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-item {
  border-top-color: #07764B;
  padding: 30px 0;
  color: #07764B;
}
.event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-item .tribe-tickets__tickets-item-content-title {
  color: #07764B;
  font-size: 1.563rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif !important;
}
@media (max-width: 576px) {
  .event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-item .tribe-tickets__tickets-item-content-title {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
@media (max-width: 480px) {
  .event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-item .tribe-tickets__tickets-item-content-title {
    font-size: 1.125rem;
    line-height: 1.3;
  }
}
.event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-item .tribe-tickets__tickets-item-details-content {
  color: #07764B;
  font-size: 0.88rem;
}
.event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-item .tribe-tickets__tickets-item-extra span {
  font-family: "Poppins", sans-serif;
  color: #07764B;
  font-size: 1.25rem;
  font-weight: 600;
}
.event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-item .tribe-tickets__tickets-item-extra .tribe-tickets__tickets-item-extra-available {
  color: #07764B;
  font-size: 0.88rem;
}
.event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-item .tribe-tickets__tickets-item-quantity input {
  color: #B12319;
  font-family: "Poppins", sans-serif;
}
.event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-item .tribe-tickets__tickets-item-quantity .tribe-tickets__tickets-item-quantity-add,
.event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-item .tribe-tickets__tickets-item-quantity .tribe-tickets__tickets-item-quantity-remove {
  color: #07764B !important;
  font-weight: 600;
}
.event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-footer {
  border-top-color: #07764B;
}
.event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-footer .tribe-tickets__tickets-buy {
  font-family: "Roboto", sans-serif !important;
}
.event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-footer .tribe-tickets__tickets-footer-quantity {
  font-family: "Poppins", sans-serif;
}
.event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-footer .tribe-tickets__tickets-footer-quantity .tribe-tickets__tickets-footer-quantity-label {
  color: #07764B;
  font-size: 0.88rem;
}
.event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-footer .tribe-tickets__tickets-footer-quantity .tribe-tickets__tickets-footer-quantity-number {
  color: #07764B;
  font-weight: 600;
  font-size: 0.88rem;
}
.event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-footer .tribe-tickets__tickets-footer-total {
  font-family: "Poppins", sans-serif;
}
.event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-footer .tribe-tickets__tickets-footer-total .tribe-tickets__tickets-footer-total-label {
  color: #07764B;
  font-size: 0.88rem;
}
.event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-footer .tribe-tickets__tickets-footer-total .tribe-formatted-currency-wrap {
  color: #07764B;
  font-weight: 600;
  font-size: 0.88rem;
}

form.woocommerce-checkout #customer_details h3 {
  color: #B12319;
  font-size: 2rem;
}
form.woocommerce-checkout #customer_details .form-row {
  position: relative;
}
form.woocommerce-checkout #customer_details .form-row label {
  position: absolute;
  top: 0px;
  left: 10px;
  font-size: 0.88rem;
  transform: translateY(-50%);
}
form.woocommerce-checkout #customer_details .col-1 {
  width: 60%;
  padding-right: 64px;
}
@media (max-width: 768px) {
  form.woocommerce-checkout #customer_details .col-1 {
    width: 100%;
    padding-right: 0;
  }
}
form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields {
  display: flex;
  flex-direction: column;
}
form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .wc-checkout-acf-group {
  order: 0;
  margin-bottom: 44px;
}
form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields > h3 {
  order: 1;
}
form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  order: 2;
  margin-bottom: 44px;
}
form.woocommerce-checkout #customer_details .col-2 {
  width: 40%;
}
@media (max-width: 768px) {
  form.woocommerce-checkout #customer_details .col-2 {
    width: 100%;
  }
}
form.woocommerce-checkout #customer_details .col-2 .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 16px;
}
form.woocommerce-checkout #customer_details .col-2 .woocommerce-checkout-payment p.automatewoo-optin {
  display: none;
}

.woocommerce-order-received h2 {
  color: #B12319;
  font-size: 2rem;
  margin-bottom: 24px;
}
.woocommerce-order-received .woocommerce-order > .woocommerce-thankyou-order-received, .woocommerce-order-received .woocommerce-order > .woocommerce-order-overview {
  display: none;
}/*# sourceMappingURL=styles.css.map */