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

/************************** Fonts **************************/
/************************** Mixins **************************/
body,
html {
  font-family: "Roboto", 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: "Roboto", sans-serif !important;
}

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

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.col {
  width: 100%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 32%;
}

h1 {
  color: #004C97;
  font-size: 4.06rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-top: 0;
  font-weight: 900;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 3.06rem;
    margin-bottom: 35px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 2.8rem;
  }
}

h2 {
  color: #C8102E;
  font-size: 2rem;
  line-height: 2.25rem;
  margin-bottom: 27px;
  margin-top: 0;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 1.88rem;
    margin-bottom: 17px;
  }
}
@media (max-width: 1024px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.75rem;
  color: #004C97;
  margin-top: 0;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 1.4rem;
  }
}

p,
li {
  font-size: 1.125rem;
  line-height: 1.63rem;
  color: #262626;
}

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

a {
  color: #C8102E;
}
a:hover {
  color: #C8102E;
}

.button-rouge,
.woocommerce-Button,
.button,
.tribe-tickets__tickets-buy,
.wp-element-button {
  background-color: #C8102E !important;
  padding: 22px 60px 22px 30px !important;
  display: inline-block;
  color: white !important;
  font-size: 1.25rem !important;
  text-transform: uppercase;
  border-radius: 50px !important;
  font-weight: 300 !important;
  margin-top: 30px;
  letter-spacing: 2px;
  transition: background-color 0.3s ease;
  background-image: url(images/ico-arrow-white.svg) !important;
  background-position: right 30px center !important;
  background-repeat: no-repeat !important;
  background-size: 15px !important;
  text-decoration: none;
  border: none !important;
}
@media (max-width: 1024px) {
  .button-rouge,
  .woocommerce-Button,
  .button,
  .tribe-tickets__tickets-buy,
  .wp-element-button {
    font-size: 1.13rem !important;
    padding: 12px 60px 12px 30px !important;
  }
}
.button-rouge:hover,
.woocommerce-Button:hover,
.button:hover,
.tribe-tickets__tickets-buy:hover,
.wp-element-button:hover {
  color: white;
  background-color: #262626 !important;
}

.button-rouge-large {
  background-color: #C8102E !important;
  padding: 22px 60px !important;
  min-width: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white !important;
  font-size: 1.25rem !important;
  text-transform: uppercase;
  border-radius: 50px !important;
  font-weight: 300 !important;
  margin-top: 30px;
  letter-spacing: 2px;
  transition: background-color 0.3s ease;
  border: none !important;
  background-image: none !important;
}
.button-rouge-large::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(images/ico-arrow-white.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  display: block;
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .button-rouge-large {
    font-size: 1.13rem !important;
    padding: 12px 60px 12px 30px !important;
  }
}
.button-rouge-large:hover {
  color: white;
  background-color: #262626 !important;
}

.button-bleu {
  background-color: #004C97;
  padding: 22px 60px 22px 30px;
  display: inline-block;
  color: white;
  font-size: 1.25rem;
  text-transform: uppercase;
  border-radius: 50px;
  font-weight: 300;
  margin-top: 30px;
  letter-spacing: 2px;
  text-decoration: none;
  background-image: url(images/ico-arrow-white.svg);
  background-position: right 30px center;
  background-repeat: no-repeat;
  background-size: 15px;
}
@media (max-width: 1024px) {
  .button-bleu {
    font-size: 1.13rem !important;
    padding: 12px 60px 12px 30px !important;
  }
}
.button-bleu:hover {
  color: white;
  background-color: #262626;
}

.button-brun {
  background-color: #B9975B;
  padding: 22px 60px 22px 30px;
  display: inline-block;
  color: white;
  font-size: 1.25rem;
  text-transform: uppercase;
  border-radius: 50px;
  font-weight: 300;
  margin-top: 30px;
  letter-spacing: 2px;
  text-decoration: none;
  background-image: url(images/ico-arrow-white.svg);
  background-position: right 30px center;
  background-repeat: no-repeat;
  background-size: 15px;
}
@media (max-width: 1024px) {
  .button-brun {
    font-size: 1.13rem !important;
    padding: 12px 60px 12px 30px !important;
  }
}
.button-brun:hover {
  color: white;
  background-color: #262626;
}

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;
}

.blue {
  color: #004C97;
}

.center {
  text-align: center;
}

/************************** HEADER **************************/
#bouton-hamburger {
  position: relative;
  z-index: 10;
  /* From Uiverse.io by vinodjangid07 */
}

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

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

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

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

#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: #262626;
  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;
}
.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: 1200px) {
  .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;
}
.menu-mobile-wrap .header .container .row .col2:last-of-type ul.princ-menu li.registration a {
  background-color: #C8102E;
  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: #C8102E;
  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: 70px;
}
header .wrapper-top {
  background-color: #E3EBF4;
  padding: 16px 0;
}
header .wrapper-top .row {
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  header .wrapper-top .row .col2 {
    width: auto;
  }
}
header .wrapper-top ul.top-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
header .wrapper-top ul.top-menu li a {
  color: #262626;
  padding: 0 13px;
}
header .wrapper-top ul.top-menu li.login {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
header .wrapper-top ul.top-menu li.login a {
  padding: 0 13px 0 0;
}
header .wrapper-top ul.top-menu li.login::before {
  content: "";
  background-image: url(images/ico-login.svg);
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
header .wrapper-top ul.top-menu li.logout {
  order: 10;
  padding-right: 0;
}
header .wrapper-top ul.top-menu li.wpml-ls-item {
  order: 10;
  border-left: 1px solid;
  margin-left: 20px;
  padding-left: 20px;
}
@media (max-width: 1024px) {
  header .wrapper-top ul.top-menu li.wpml-ls-item {
    border-left: none;
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  header .wrapper-top ul.top-menu li:not(.wpml-ls-item) {
    display: none !important;
  }
}
header .wrapper-principal {
  background-color: white;
  padding: 20px 0 25px 0;
  position: relative;
}
header .wrapper-principal .container .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
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: auto;
}
@media (max-width: 1200px) {
  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 ul.princ-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
header .wrapper-principal .container .row .col2:last-of-type ul.princ-menu > li {
  margin-right: 1%;
  flex: 0 0 auto;
}
header .wrapper-principal .container .row .col2:last-of-type ul.princ-menu > li:last-of-type {
  margin-right: 0;
}
header .wrapper-principal .container .row .col2:last-of-type ul.princ-menu > li > a {
  font-weight: 600;
  color: #262626;
  text-transform: uppercase;
  padding: 10px 14px;
  position: relative;
  background-color: #004C97;
  color: white;
  border-radius: 50px;
  padding-bottom: 10px;
  font-size: 1rem;
}
header .wrapper-principal .container .row .col2:last-of-type ul.princ-menu > li > a:hover {
  background-color: #262626;
}
header .wrapper-principal .container .row .col2:last-of-type ul.princ-menu > li.registration a, header .wrapper-principal .container .row .col2:last-of-type ul.princ-menu > li.red-item a {
  background-color: #C8102E;
}
header .wrapper-principal .container .row .col2:last-of-type ul.princ-menu > li.registration a:hover, header .wrapper-principal .container .row .col2:last-of-type ul.princ-menu > li.red-item a:hover {
  background-color: #262626;
}
header .wrapper-principal .container .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 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 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 ul.princ-menu > li ul.sub-menu li:last-of-type a:after {
  display: none;
}
header .wrapper-principal .container .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 ul.princ-menu > li:hover ul.sub-menu li a:hover {
  color: #C8102E;
}
header .bandeau {
  background-color: #004C97;
}
header .bandeau .col {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  header .bandeau .col {
    flex-wrap: wrap;
    justify-content: flex-start;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (max-width: 576px) {
  header .bandeau .col {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
header .bandeau .col > img {
  height: 100%;
  width: 168px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1024px) {
  header .bandeau .col > img {
    order: 0;
    height: auto;
    width: 128px;
  }
}
header .bandeau .col .titles {
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex: 0 0 auto;
  text-align: right;
  font-size: 1.125rem;
  -moz-column-gap: 34px;
       column-gap: 34px;
}
@media (max-width: 1024px) {
  header .bandeau .col .titles {
    order: 2;
    flex: 1 0 auto;
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  header .bandeau .col .titles {
    width: 100%;
    padding-left: 168px;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  header .bandeau .col .titles {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    margin-top: 1rem;
  }
  header .bandeau .col .titles br {
    display: none;
  }
}
header .bandeau .col .date {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex: 0 0 auto;
  color: white;
}
@media (max-width: 1024px) {
  header .bandeau .col .date {
    order: 1;
  }
}
header .bandeau .col .date > img:first-of-type {
  filter: brightness(100);
  width: 34px;
  height: 38px;
  margin-right: 28px;
}
@media (max-width: 1024px) {
  header .bandeau .col .date > img:first-of-type {
    width: 24px;
    height: 28px;
  }
}
header .bandeau .col .date > img:nth-of-type(2) {
  margin: 0 16px;
  width: 10px;
}
header .bandeau .col .date p {
  margin: 0;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
}
header .bandeau .col .date p span {
  font-size: 1.688rem;
  line-height: 1;
}
header .bandeau .col .date.reverse p {
  flex-direction: column-reverse;
}
header .bandeau .col .date.reverse img.smaller {
  width: 7px;
}
header .bandeau .col .location {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  color: white;
  flex: 0 0 auto;
}
@media (max-width: 1024px) {
  header .bandeau .col .location {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    padding-left: 168px;
    padding-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  header .bandeau .col .location {
    padding-left: 0;
  }
}
header .bandeau .col .location img {
  filter: brightness(100);
  width: 29px;
  height: 42px;
  margin-right: 28px;
}
@media (max-width: 1024px) {
  header .bandeau .col .location img {
    width: 19px;
    height: 32px;
  }
}
header .bandeau .col .location p {
  margin: 0;
  font-weight: 600;
  color: white;
}
@media (max-width: 1024px) {
  header .bandeau .col .location p {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  header .bandeau .col .location p br {
    display: none;
  }
}

/************************** FOOTER **************************/
footer {
  background-color: #004C97;
  margin-top: 60px;
}
footer .container .row:first-of-type {
  padding-top: 44px;
  padding-bottom: 20px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  footer .container .row:first-of-type {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  footer .container .row:first-of-type {
    grid-template-columns: 1fr;
  }
}
footer .container .row:first-of-type .col3 {
  width: 100%;
}
footer .container .row:first-of-type .col3:first-of-type p {
  color: white;
  font-size: 1rem;
}
@media (max-width: 576px) {
  footer .container .row:first-of-type .col3:first-of-type {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
footer .container .row:first-of-type .col3:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1024px) {
  footer .container .row:first-of-type .col3:nth-of-type(2) {
    grid-column: 1/2;
    grid-row: 2/3;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  footer .container .row:first-of-type .col3:nth-of-type(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
footer .container .row:first-of-type .col3:nth-of-type(2) p {
  color: white;
  font-size: 1rem;
  margin: 0;
}
footer .container .row:first-of-type .col3:nth-of-type(2) p:first-of-type {
  margin-top: 1rem;
}
footer .container .row:first-of-type .col3:nth-of-type(2) ul.reseaux {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
footer .container .row:first-of-type .col3:nth-of-type(2) ul.reseaux li {
  margin-right: 20px;
  margin-top: 22px;
}
footer .container .row:first-of-type .col3:nth-of-type(2) ul.reseaux li a img {
  height: 22px;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
footer .container .row:first-of-type .col3:nth-of-type(3) {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  footer .container .row:first-of-type .col3:nth-of-type(3) {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media (max-width: 576px) {
  footer .container .row:first-of-type .col3:nth-of-type(3) {
    grid-column: 1/2;
    grid-row: 3/4;
    align-items: flex-start;
    margin-top: 2rem;
  }
}
footer .container .row:first-of-type .col3:nth-of-type(3) nav {
  display: inline-block;
}
footer .container .row:first-of-type .col3:nth-of-type(3) ul.footer-menu li a {
  font-size: 1rem;
  color: white;
}
footer .container .row:last-of-type {
  border-top: 1px solid white;
  padding: 15px 0;
}
footer .container .row:last-of-type .col2 {
  font-size: 0.75rem;
  color: white;
}
@media (max-width: 576px) {
  footer .container .row:last-of-type .col2 {
    width: 100%;
  }
}
footer .container .row:last-of-type .col2 a {
  color: white;
}
footer .container .row:last-of-type .col2:last-of-type {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 576px) {
  footer .container .row:last-of-type .col2:last-of-type {
    justify-content: flex-start;
    margin-top: 20px;
  }
}

/************************** HOME **************************/
.home header {
  margin-bottom: 0;
}
.home header.page .container {
  max-width: 100%;
  padding: 0;
}
.home header.page .container .row .slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1024px) {
  .home header.page .container .row .slide {
    background-position: left center;
  }
}
.home header.page .container .row .slide .content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 65px 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: white;
  height: 100%;
}
@media (max-width: 768px) {
  .home header.page .container .row .slide .content {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.home header.page .container .row .slide .content h1 {
  font-size: 8rem;
  margin: 0;
  font-weight: 600;
  line-height: 1;
  color: white;
  margin: 20px 0;
}
@media (max-width: 1024px) {
  .home header.page .container .row .slide .content h1 {
    font-size: 8rem;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .home header.page .container .row .slide .content h1 {
    font-size: 5rem;
  }
}
.home header.page .container .row .slide .content h2 {
  font-size: 4.8rem;
  margin: 0;
  line-height: 5rem;
  text-transform: uppercase;
  color: white;
}
@media (max-width: 1024px) {
  .home header.page .container .row .slide .content h2 {
    font-size: 3.6rem;
    line-height: 4rem;
  }
}
@media (max-width: 768px) {
  .home header.page .container .row .slide .content h2 {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.home header.page .container .row .slide .content h3 {
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 3.44rem;
  margin: 0;
}
@media (max-width: 1024px) {
  .home header.page .container .row .slide .content h3 {
    font-size: 2rem;
    line-height: 1;
  }
}
.home section.content .intro {
  position: relative;
  z-index: 10;
}
.home section.content .intro .container {
  padding: 40px 20px 66px 20px;
  position: relative;
}
@media (max-width: 768px) {
  .home section.content .intro .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .home section.content .intro .container {
    padding: 60px 20px;
  }
}
.home section.content .intro .container .row {
  width: 60%;
}
@media (max-width: 1292px) {
  .home section.content .intro .container .row {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .home section.content .intro .container .row {
    width: 100%;
    margin-bottom: 32px;
  }
}
.home section.content .intro .container .row .col strong {
  color: #004C97;
}
.home section.content .intro .container .sidebar {
  width: 35%;
  position: absolute;
  top: 60px;
  right: 20px;
}
@media (max-width: 1292px) {
  .home section.content .intro .container .sidebar {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .home section.content .intro .container .sidebar {
    width: 100%;
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 0px;
  }
}
.home section.content .intro .container .sidebar .date {
  background-color: #E3EBF4;
  padding: 50px 40px 50px 65px;
  margin-bottom: 38px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1292px) {
  .home section.content .intro .container .sidebar .date {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .home section.content .intro .container .sidebar .date {
    grid-column: 1/2;
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .home section.content .intro .container .sidebar .date {
    grid-column: 1/3;
  }
}
.home section.content .intro .container .sidebar .date .dates {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.home section.content .intro .container .sidebar .date .dates > img:first-of-type {
  width: 52px;
  height: 58px;
  flex: 0 0 auto;
  margin-right: 40px;
}
@media (max-width: 1292px) {
  .home section.content .intro .container .sidebar .date .dates > img:first-of-type {
    width: 42px;
    height: 48px;
  }
}
@media (max-width: 576px) {
  .home section.content .intro .container .sidebar .date .dates > img:first-of-type {
    width: 22px;
    height: 28px;
  }
}
.home section.content .intro .container .sidebar .date .dates div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.home section.content .intro .container .sidebar .date .dates div.reverse p {
  flex-direction: column-reverse;
}
.home section.content .intro .container .sidebar .date .dates div p {
  text-align: center;
  font-weight: 600;
  color: #004C97;
  font-size: 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 768px) {
  .home section.content .intro .container .sidebar .date .dates div p {
    font-size: 1rem;
  }
}
.home section.content .intro .container .sidebar .date .dates div p span {
  font-size: 3.5rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .home section.content .intro .container .sidebar .date .dates div p span {
    font-size: 2.5rem;
  }
}
.home section.content .intro .container .sidebar .date .dates div img {
  padding: 0 25px;
}
@media (max-width: 768px) {
  .home section.content .intro .container .sidebar .date .dates div img {
    padding: 0 15px;
  }
}
.home section.content .intro .container .sidebar .date .location {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 576px) {
  .home section.content .intro .container .sidebar .date .location {
    width: 100%;
  }
}
.home section.content .intro .container .sidebar .date .location img {
  width: 52px;
  height: 70px;
  margin-right: 40px;
}
@media (max-width: 1292px) {
  .home section.content .intro .container .sidebar .date .location img {
    width: 42px;
    height: 60px;
  }
}
@media (max-width: 576px) {
  .home section.content .intro .container .sidebar .date .location img {
    width: 22px;
    height: 40px;
  }
}
.home section.content .intro .container .sidebar .date .location p {
  font-size: 1.13rem;
  line-height: 1.88rem;
  color: #004C97;
  font-weight: 600;
}
@media (max-width: 768px) {
  .home section.content .intro .container .sidebar .date .location p {
    line-height: 1.4rem;
  }
}
.home section.content .intro .container .sidebar .text {
  background-color: #B9975B;
  padding: 50px 30px;
  margin-bottom: 38px;
}
@media (max-width: 1292px) {
  .home section.content .intro .container .sidebar .text {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .home section.content .intro .container .sidebar .text {
    grid-column: 2/3;
    margin-bottom: 0;
    grid-row: 1/2;
  }
}
@media (max-width: 576px) {
  .home section.content .intro .container .sidebar .text {
    grid-column: 1/3;
    grid-row: 3/4;
    margin-bottom: 0;
  }
}
.home section.content .intro .container .sidebar .text .content {
  text-align: center;
}
.home section.content .intro .container .sidebar .text .content h3 {
  color: white;
}
.home section.content .intro .container .sidebar .text .content p {
  color: white;
}
.home section.content .intro .container .sidebar .image {
  height: 350px;
  width: 100%;
  margin-bottom: 38px;
}
@media (max-width: 768px) {
  .home section.content .intro .container .sidebar .image {
    grid-column: 1/3;
    height: 250px;
    margin-bottom: 0;
  }
}
.home section.content .intro .container .sidebar .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .home section.content .intro .container .sidebar .image img {
    width: 100%;
  }
}
.home section.content .intro .container .sidebar .convince-boss {
  background-color: #004C97;
  padding: 50px 30px;
  margin-bottom: 38px;
  color: white;
}
@media (max-width: 768px) {
  .home section.content .intro .container .sidebar .convince-boss {
    grid-column: 1/3;
  }
}
.home section.content .intro .container .sidebar .convince-boss h3,
.home section.content .intro .container .sidebar .convince-boss p {
  color: white;
}
.home section.content .about {
  background-color: #E3EBF4;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .home section.content .about {
    margin-bottom: 60px;
  }
}
.home section.content .about .container {
  padding: 120px 20px;
}
@media (max-width: 768px) {
  .home section.content .about .container {
    padding: 60px 20px;
  }
}
.home section.content .about .container .row {
  width: 60%;
}
@media (max-width: 1292px) {
  .home section.content .about .container .row {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .home section.content .about .container .row {
    width: 100%;
  }
}
.home section.content .about .container .row h1 {
  margin-bottom: 20px;
}
.home section.content .qa .container {
  padding: 100px 20px;
  border-bottom: 1px solid #B9975B;
}
.home section.content .qa .container .row .col {
  width: auto;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.home section.content .qa .container .row a.qa-link {
  background-image: url(images/ico-arrow-rouge.svg);
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  margin-left: 27px;
  flex: 0 0 auto;
}

.sponsors {
  padding: 80px 0 50px 0;
}
.sponsors .logos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.sponsors .slide {
  padding: 25px;
  max-height: 145px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.sponsors .slide a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.sponsors .slide img {
  height: 145px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.page-template-template-event-schedule .sponsors .row {
  padding-top: 80px;
  border-top: 1px solid #B9975B;
}

/************************** Conférences **************************/
#conference-schedule .container #searchform {
  position: relative;
  margin-bottom: 36px;
}
#conference-schedule .container #searchform input.field {
  border: 1px solid #004C97;
  padding: 12px 46px;
  width: 100%;
  font-size: 1.625rem;
  font-weight: 400;
  color: #004C97;
  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: #004C97;
  font-size: 1.625rem;
  font-weight: 700;
}
#conference-schedule .container #searchform input.field::placeholder {
  color: #004C97;
  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: #004C97;
  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 #004C97;
  background-color: transparent;
  color: #004C97;
  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: #C8102E;
  background-color: #C8102E;
  color: white;
}
#conference-schedule .container #resultats-evenements {
  background-color: #E3EBF4;
  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 > .time {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  width: 175px;
  border-right: 1px solid #004C97;
  margin-right: 36px;
  flex: 0 0 auto;
  margin-bottom: 0;
  position: relative;
  padding-right: 32px;
}
#conference-schedule .container #resultats-evenements .bloc-heure > .time .titre-sponsors {
  color: #004C97;
  font-size: 1rem;
  margin-bottom: 10px;
  margin-top: 20px;
}
#conference-schedule .container #resultats-evenements .bloc-heure > .time h3 {
  color: #B9975B;
  font-size: 1.125rem;
  font-weight: 500;
}
#conference-schedule .container #resultats-evenements .bloc-heure > .time .sponsors-area {
  height: auto;
}
@media (max-width: 576px) {
  #conference-schedule .container #resultats-evenements .bloc-heure > .time .sponsors-area {
    min-height: 0 !important;
    display: none;
  }
}
#conference-schedule .container #resultats-evenements .bloc-heure > .time .sponsors-area:nth-of-type(2) {
  padding-top: 36px;
}
@media (max-width: 576px) {
  #conference-schedule .container #resultats-evenements .bloc-heure > .time .sponsors-area .sponsor-logo {
    width: 100px;
  }
}
@media (max-width: 768px) {
  #conference-schedule .container #resultats-evenements .bloc-heure > .time {
    width: 100px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  #conference-schedule .container #resultats-evenements .bloc-heure > .time {
    border-right: none;
    border-bottom: 1px solid #004C97;
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
    padding-bottom: 16px;
    font-size: 1.625rem;
    font-weight: 700;
  }
}
#conference-schedule .container #resultats-evenements .bloc-heure > .time::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #004C97;
  position: absolute;
  right: -17px;
  border: 8px solid #E3EBF4;
  top: -4px;
}
@media (max-width: 576px) {
  #conference-schedule .container #resultats-evenements .bloc-heure > .time::after {
    top: 35px;
  }
}
#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 #004C97;
}
@media (max-width: 576px) {
  #conference-schedule .container #resultats-evenements .bloc-heure ul li {
    border-bottom-color: #cdd6df;
    min-height: 0 !important;
  }
}
#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 .sponsors-area-mobile {
  display: none;
}
@media (max-width: 576px) {
  #conference-schedule .container #resultats-evenements .bloc-heure ul li .sponsors-area-mobile {
    display: flex;
    flex-direction: column;
    padding-bottom: 32px;
  }
}
#conference-schedule .container #resultats-evenements .bloc-heure ul li .sponsors-area-mobile .titre-sponsors {
  color: #004C97;
  font-size: 1rem;
  margin-bottom: 10px;
  margin-top: 20px;
}
#conference-schedule .container #resultats-evenements .bloc-heure ul li .sponsors-area-mobile h3 {
  color: #B9975B;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 576px) {
  #conference-schedule .container #resultats-evenements .bloc-heure ul li .sponsors-area-mobile .sponsor-logo {
    width: 100px;
  }
}
#conference-schedule .container #resultats-evenements .bloc-heure ul li span.fin {
  color: #B9975B;
  font-size: 1.125rem;
  font-weight: 500;
  display: block;
}
#conference-schedule .container #resultats-evenements .bloc-heure ul li h3.titre-tag {
  font-size: 1.25rem;
  font-weight: 700;
  color: #004C97;
  display: flex;
}
@media (max-width: 576px) {
  #conference-schedule .container #resultats-evenements .bloc-heure ul li h3.titre-tag {
    flex-direction: column;
  }
}
#conference-schedule .container #resultats-evenements .bloc-heure ul li h3.titre-tag ul.tags {
  flex-direction: 0 0 auto;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#conference-schedule .container #resultats-evenements .bloc-heure ul li h3.titre-tag ul.tags li {
  margin-right: 12px;
  white-space: nowrap;
  border-bottom: none;
  margin-bottom: 10px;
  padding-bottom: 0;
}
#conference-schedule .container #resultats-evenements .bloc-heure ul li h3.titre-tag ul.tags li span {
  padding: 5px 10px;
  font-size: 1.125rem;
  font-weight: 400;
  border-radius: 50px;
  display: inline-block;
}
#conference-schedule .container #resultats-evenements .bloc-heure ul li h4 {
  color: #C8102E;
  margin: 15px 0;
  font-weight: 500;
}
#conference-schedule .container #resultats-evenements .bloc-heure ul li a.btn-arrow {
  color: #004C97;
  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-bleu.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}
#conference-schedule .container #resultats-evenements .bloc-heure ul li ul.speakers {
  display: flex;
  gap: 30px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#conference-schedule .container #resultats-evenements .bloc-heure ul li ul.speakers li.speaker {
  width: auto;
  margin-bottom: 0;
  border-bottom: 0;
  max-width: 20%;
}
@media (max-width: 576px) {
  #conference-schedule .container #resultats-evenements .bloc-heure ul li ul.speakers li.speaker {
    max-width: 30%;
  }
}
#conference-schedule .container #resultats-evenements .bloc-heure ul li ul.speakers li.speaker img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
#conference-schedule .container #resultats-evenements .bloc-heure ul li ul.speakers li.speaker .speaker-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#conference-schedule .container #resultats-evenements .bloc-heure ul li ul.speakers li.speaker .speaker-link span.speaker-name {
  color: #262626;
  margin-top: 10px;
  text-align: center;
}
#conference-schedule .container #resultats-evenements .bloc-heure ul li ul.speakers li.speaker .speaker-link span.speaker-entreprise {
  color: #262626;
  font-size: 0.88rem;
  margin-top: 0px;
  text-align: center;
  line-height: 1.2;
}
#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-bleu {
  background-color: #004C97;
  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-bleu {
    font-size: 1.13rem;
  }
}
@media (max-width: 576px) {
  #conference-schedule .container .switch-day .btn-bleu {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
#conference-schedule .container .switch-day .btn-bleu::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: #C8102E;
  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(1) {
  width: 35%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .single-event .container .row .col2:nth-of-type(1) {
    width: 100%;
    margin-bottom: 48px;
  }
}
.single-event .container .row .col2:nth-of-type(1) .date {
  margin-bottom: 12pxa;
}
.single-event .container .row .col2:nth-of-type(1) .time,
.single-event .container .row .col2:nth-of-type(1) .date {
  color: #B9975B;
  font-weight: 500;
}
.single-event .container .row .col2:nth-of-type(1) .location {
  color: #C8102E;
  font-weight: 500;
}
.single-event .container .row .col2:nth-of-type(1) .sponsors h3 {
  color: #004C97;
  font-size: 1.5rem;
  font-weight: 700;
}
.single-event .container .row .col2:nth-of-type(1) a.button-rouge {
  display: inline-block;
  width: 75px;
  height: 75px;
  padding: 28px !important;
  transform: scaleX(-1);
  margin-top: 0;
  margin-right: 32px;
  flex: 0 0 auto;
}
.single-event .container .row .col2:nth-of-type(2) {
  width: 65%;
  padding-left: 44px;
}
@media (max-width: 768px) {
  .single-event .container .row .col2:nth-of-type(2) {
    width: 100%;
    padding-left: 0;
  }
}
.single-event .container .row .col2:nth-of-type(2) .terms {
  width: auto;
  display: inline-flex;
  padding: 5px 10px;
  font-size: 1.125rem;
  font-weight: 400;
  border-radius: 50px;
  margin-bottom: 14px;
}
.single-event .container .row .col2:nth-of-type(2) h1 {
  font-size: 2.75rem;
  line-height: 3.125rem;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .single-event .container .row .col2:nth-of-type(2) h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .single-event .container .row .col2:nth-of-type(2) h1 {
    font-size: 2rem;
  }
}
.single-event .container .row .col2:nth-of-type(2) hr {
  border-top-color: #004C97;
}
.single-event .container .row .col2:nth-of-type(2) h3 {
  color: #C8102E;
  font-size: 1.25rem;
}
.single-event .container .row .col2:nth-of-type(2) ul.speakers {
  display: flex;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}
.single-event .container .row .col2:nth-of-type(2) ul.speakers li {
  list-style: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 132px;
}
.single-event .container .row .col2:nth-of-type(2) ul.speakers li img {
  width: 110px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-event .container .row .col2:nth-of-type(2) ul.speakers li h4 {
  color: #C8102E;
  font-size: 1.125rem;
  margin: 12px 0 4px 0;
  text-align: center;
}
.single-event .container .row .col2:nth-of-type(2) ul.speakers li p {
  color: #262626;
  font-size: 0.88rem;
  line-height: 1.1;
  margin: 0;
  text-align: center;
}
.single-event .container .row .col2:nth-of-type(2) ul.speakers li p.entreprise {
  margin-top: 8px;
}

/************************** Speakers **************************/
#speakers .container .row .grid {
  width: 100%;
}
#speakers .container .row .grid .speakers-cats h2 {
  display: flex;
  align-items: center;
  width: auto;
  white-space: nowrap;
}
#speakers .container .row .grid .speakers-cats h2::after {
  content: "";
  width: 100%;
  background-color: #C8102E;
  height: 1px;
  display: inline-block;
  margin-left: 32px;
}
#speakers .container .row .grid .speakers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  #speakers .container .row .grid .speakers-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  #speakers .container .row .grid .speakers-grid {
    gap: 30px;
  }
}
@media (max-width: 576px) {
  #speakers .container .row .grid .speakers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 376px) {
  #speakers .container .row .grid .speakers-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
#speakers .container .row .grid .speakers-grid .speaker {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
#speakers .container .row .grid .speakers-grid .speaker img {
  width: 100%;
  height: 238px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#speakers .container .row .grid .speakers-grid .speaker a {
  background-color: #C8102E;
  width: 72px;
  height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-top: -36px;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  #speakers .container .row .grid .speakers-grid .speaker a {
    width: 52px;
    height: 52px;
  }
}
#speakers .container .row .grid .speakers-grid .speaker a img {
  width: 15px;
  height: 15px;
}
#speakers .container .row .grid .speakers-grid .speaker h3 {
  color: #004C97;
  text-transform: uppercase;
  font-size: 1.75rem;
  text-align: center;
}
@media (max-width: 576px) {
  #speakers .container .row .grid .speakers-grid .speaker h3 {
    font-size: 1.25rem;
  }
}
#speakers .container .row .grid .speakers-grid .speaker p {
  text-align: center;
  margin: 0;
}

#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: #C8102E;
  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 span.tax-speaker {
  padding: 5px 10px;
  font-size: 1.125rem;
  font-weight: 400;
  border-radius: 50px;
  display: inline-block;
  background-color: #004C97;
  display: inline-block;
  color: white;
  margin: 20px 0;
  margin-bottom: 50px;
}
#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;
}
#single-speaker .container .row .col2:last-of-type .bio {
  margin-top: auto;
}
#single-speaker .container .row .col2:last-of-type .bio h2 {
  color: #004C97;
}

.woocommerce .woocommerce-MyAccount-navigation {
  float: none !important;
  width: 100%;
  margin-bottom: 80px;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -moz-column-gap: 2px;
       column-gap: 2px;
  row-gap: 20px;
}
@media (max-width: 576px) {
  .woocommerce .woocommerce-MyAccount-navigation ul {
    flex-direction: column;
    row-gap: 10px;
  }
}
@media (max-width: 576px) {
  .woocommerce .woocommerce-MyAccount-navigation ul li {
    width: 100%;
  }
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  padding: 10px 20px;
  color: white;
  display: block;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #262626;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(1) a {
  background-color: rgb(0, 88.8344370861, 176.5);
}
.woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(1) a:hover {
  background-color: #262626;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(2) a {
  background-color: rgb(0, 101.6688741722, 202);
}
.woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(2) a:hover {
  background-color: #262626;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(3) a {
  background-color: rgb(0, 114.5033112583, 227.5);
}
.woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(3) a:hover {
  background-color: #262626;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(4) a {
  background-color: rgb(0, 127.3377483444, 253);
}
.woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(4) a:hover {
  background-color: #262626;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(5) a {
  background-color: rgb(23.5, 140.0165562914, 255);
}
.woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(5) a:hover {
  background-color: #262626;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(6) a {
  background-color: rgb(49, 152.6821192053, 255);
}
.woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(6) a:hover {
  background-color: #262626;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(7) a {
  background-color: rgb(74.5, 165.3476821192, 255);
}
.woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(7) a:hover {
  background-color: #262626;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(8) a {
  background-color: rgb(100, 178.0132450331, 255);
}
.woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(8) a:hover {
  background-color: #262626;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(9) a {
  background-color: rgb(125.5, 190.678807947, 255);
}
.woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(9) a:hover {
  background-color: #262626;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(10) a {
  background-color: rgb(151, 203.3443708609, 255);
}
.woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(10) a:hover {
  background-color: #262626;
}
.woocommerce .woocommerce-MyAccount-content {
  width: 100%;
  float: none !important;
}

.woocommerce-info {
  border-top-color: #C8102E;
}
.woocommerce-info::before {
  color: #C8102E;
}
.woocommerce-info a {
  display: none !important;
}

.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 {
  margin-bottom: 20px !important;
}
.woocommerce-form-row label,
.form-row 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 {
  padding: 10px 30px !important;
}

.with_frm_style input {
  border: 1px solid black !important;
}

form.cart .variations td select {
  padding: 16px 8px !important;
  border-radius: 4px !important;
}
form.cart .variations td select:focus {
  box-shadow: 0px 0px 5px 0px rgba(200, 16, 46, 0.6) !important;
  border-color: #C8102E !important;
}

form.cart .variations td.value span:after {
  display: none !important;
}

fieldset {
  margin-top: 40px;
}
fieldset legend {
  margin-left: 0px !important;
  color: #004C97;
  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 {
  display: none !important;
}
.wp-block-woocommerce-empty-cart-block h2.wc-block-cart__empty-cart__title {
  color: #C8102E;
  font-size: 2rem;
  line-height: 2.25rem;
  margin-bottom: 27px;
  margin-top: 0;
}

.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: #C8102E;
  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;
  }
}

#registration .infos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  #registration .infos {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media (max-width: 1024px) {
  #registration .infos {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
#registration .infos .details {
  width: 25%;
}
@media (max-width: 1024px) {
  #registration .infos .details {
    width: 50%;
  }
}
#registration .infos .place {
  width: 25%;
}
@media (max-width: 1024px) {
  #registration .infos .place {
    width: 50%;
  }
}
#registration .infos .map {
  width: auto;
  flex: 1;
}
#registration .infos .map p {
  margin: 0;
}
@media (max-width: 1024px) {
  #registration .infos .map {
    width: 100%;
  }
}
#registration .infos .map iframe {
  height: 170px;
  padding-left: 100px;
}
@media (max-width: 1024px) {
  #registration .infos .map iframe {
    padding-left: 0;
    padding-top: 20px;
    width: 100px;
  }
}
#registration .infos .map p:has(iframe) {
  display: flex;
}
#registration .infos .map p:has(iframe) iframe {
  flex: 1;
}

.event-tickets #tribe-tickets__tickets-form {
  width: 100%;
  max-width: 100%;
  border-radius: 0 !important;
  background-color: #E3EBF4;
  border: none;
  padding: 44px;
  margin: 55px auto 78px auto;
}
.event-tickets #tribe-tickets__tickets-form h2.tribe-tickets__tickets-title {
  color: #004C97;
  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: #C8102E;
  color: white;
}
.event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-item {
  border-top-color: #004C97;
  padding: 30px 0;
  color: #004C97;
}
.event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-item .tribe-tickets__tickets-item-content-title {
  color: #004C97;
  font-size: 1.25rem;
  font-weight: 600;
}
.event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-item .tribe-tickets__tickets-item-details-content {
  color: #262626;
  font-size: 0.88rem;
}
.event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-item .tribe-tickets__tickets-item-extra span {
  color: #004C97;
  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: #262626;
  font-size: 0.88rem;
}
.event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-item .tribe-tickets__tickets-item-quantity input {
  color: #C8102E;
}
.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: #004C97 !important;
  font-weight: 600;
}
.event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-footer {
  border-top-color: #004C97;
}
.event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-footer .tribe-tickets__tickets-buy {
  font-size: 1.125rem !important;
  padding: 10px 60px 10px 30px !important;
}
.event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-footer .tribe-tickets__tickets-footer-quantity .tribe-tickets__tickets-footer-quantity-label {
  color: #262626;
  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: #004C97;
  font-weight: 600;
  font-size: 0.88rem;
}
.event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-footer .tribe-tickets__tickets-footer-total .tribe-tickets__tickets-footer-total-label {
  color: #262626;
  font-size: 0.88rem;
}
.event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-footer .tribe-tickets__tickets-footer-total .tribe-formatted-currency-wrap {
  color: #004C97;
  font-weight: 600;
  font-size: 0.88rem;
}

.countdown-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1024px) {
  .countdown-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.countdown-wrapper .countdown-heading {
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .countdown-wrapper .countdown-heading {
    margin-right: 0;
    margin-top: 10px;
  }
}
@media (max-width: 576px) {
  .countdown-wrapper .countdown-heading {
    font-size: 0.88rem;
  }
}
.countdown-wrapper #custom-countdown {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.countdown-wrapper #custom-countdown .time-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.countdown-wrapper #custom-countdown .time-block span.value {
  font-size: 1.5rem;
}
@media (max-width: 576px) {
  .countdown-wrapper #custom-countdown .time-block span.value {
    font-size: 1.25rem;
  }
}
.countdown-wrapper #custom-countdown .time-block span.label {
  font-size: 0.75rem;
}/*# sourceMappingURL=styles.css.map */