.kt-post-loop1458_255a8c-e4 .kt-blocks-post-grid-item, .kb-splide .splide__track {
  overflow-y: visible !important;
}

article.kt-blocks-post-grid-item {
  overflow: visible !important;
  margin-bottom: 40px;
}
article.kt-blocks-post-grid-item .entry-title a:not(.button):not(.list) {
  min-height: 0 !important;
}
article.kt-blocks-post-grid-item .entry-content {
  padding: 10px 20px;
  min-height: 180px;
  position: relative;
}
article.kt-blocks-post-grid-item .entry-content .kt-blocks-post-readmore-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
}
@media (max-width: 1199px) {
  article.kt-blocks-post-grid-item .entry-content .kt-blocks-post-readmore-wrap a {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  article.kt-blocks-post-grid-item .entry-content .kt-blocks-post-readmore-wrap a {
    font-size: 13px;
  }
}

.actus-slider article.kt-blocks-post-grid-item {
  margin-bottom: 40px;
}

article.kt-blocks-post-grid-item div.kt-blocks-post-grid-item-inner {
  background-color: white;
}

article.kt-blocks-post-grid-item div.kt-blocks-post-grid-item-inner h3.entry-title {
  font-size: 22px !important;
  line-height: normal;
  min-height: 82px;
}

.kt-blocks-post-grid-item .entry-title a:not(.button):not(.list) {
  min-height: 50px !important;
}

article.kt-blocks-post-grid-item div.kt-blocks-post-grid-item-inner .entry-content {
  margin-bottom: -50px;
}

article.kt-blocks-post-grid-item div.kt-blocks-post-grid-item-inner .entry-content .kt-blocks-post-readmore-wrap {
  text-align: center;
}

article.kt-blocks-post-grid-item div.kt-blocks-post-grid-item-inner .entry-content .kt-blocks-post-readmore-wrap .kt-blocks-post-readmore {
  background-color: #f06b72;
  border: solid 1px #f06b72;
  border-radius: 10px;
  padding: 10px 25px;
  color: white;
  box-shadow: 1px 6px 13px 0px rgba(0, 10, 26, 0.35);
  transition: all 0.3s;
}

article.kt-blocks-post-grid-item div.kt-blocks-post-grid-item-inner .entry-content .kt-blocks-post-readmore-wrap .kt-blocks-post-readmore:hover {
  background-color: white;
  color: #f06b72;
  box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, 0);
}

.kadence-post-image-inner-intrisic {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 2px solid #f06b72;
  border-bottom: none;
}

.kt-blocks-post-grid-item-inner {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 2px solid #f06b72;
  border-top: none;
}

.ressources article.kt-blocks-post-grid-item div.kt-blocks-post-grid-item-inner .entry-content .kt-blocks-post-readmore-wrap .kt-blocks-post-readmore {
  background-color: #5dc3ad;
  border: solid 1px #5dc3ad;
}
.ressources article.kt-blocks-post-grid-item div.kt-blocks-post-grid-item-inner .entry-content .kt-blocks-post-readmore-wrap .kt-blocks-post-readmore:hover {
  color: #5dc3ad;
  background-color: white;
}
.ressources .kadence-post-image-inner-intrisic {
  border: 2px solid #5dc3ad;
  border-bottom: none;
}
.ressources .kt-blocks-post-grid-item-inner {
  border: 2px solid #5dc3ad;
  border-top: none;
}
.ressources .kt-blocks-post-grid-item {
  overflow: visible;
}
.ressources .kt-blocks-post-grid-item .entry-title a:not(.button):not(.list) {
  min-height: 0 !important;
}
.ressources .kt-blocks-post-grid-item .entry-content {
  padding: 10px 20px;
  min-height: 180px;
  position: relative;
}
.ressources .kt-blocks-post-grid-item .entry-content .kt-blocks-post-readmore-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
}
@media (max-width: 1199px) {
  .ressources .kt-blocks-post-grid-item .entry-content .kt-blocks-post-readmore-wrap a {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .ressources .kt-blocks-post-grid-item .entry-content .kt-blocks-post-readmore-wrap a {
    font-size: 13px;
  }
}

#cookies-banner {
  transition: all 0.35s ease-out;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 7rem);
  max-width: 800px;
  margin-bottom: 1.5rem;
  padding: 2rem;
  background: rgb(201, 201, 201);
  box-shadow: 0 1px 11px #e6eaf4;
  border-radius: 1rem;
}
#cookies-banner p {
  font-size: 12px;
}
#cookies-banner .btn {
  margin-left: 1rem;
}
@media screen and (max-width: 525px) {
  #cookies-banner {
    width: 100%;
    margin: 0;
    padding: 1.5rem;
    width: 100vw;
  }
}
#cookies-banner header .h1 {
  font-size: 1.5rem !important;
  font-weight: bold;
}
#cookies-banner footer {
  display: flex;
  justify-content: flex-end;
}
#cookies-banner footer a {
  margin-left: 0.5rem;
}
@media screen and (max-width: 525px) {
  #cookies-banner footer a {
    width: 50%;
  }
  #cookies-banner footer a:first-child {
    margin: 0 0.5rem 0 0;
  }
  #cookies-banner footer a:last-child {
    margin: 0 0 0 0.5rem;
  }
}
#cookies-banner #cookies-dismiss {
  text-align: right;
  cursor: pointer;
  font-size: 1em;
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
}

#cookies-toggler {
  transition: all 0.2s ease;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  text-align: center;
  z-index: 21;
}
#cookies-toggler h1 {
  margin-top: -0.5rem;
  margin-bottom: 0;
  font-size: 1.5rem !important;
  font-weight: bold;
}
#cookies-toggler.on {
  background: rgba(0, 0, 0, 0.666);
}
#cookies-toggler.off {
  background: rgba(0, 0, 0, 0);
}
#cookies-toggler footer {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 525px) {
  #cookies-toggler footer {
    background: #fff;
    padding: 1.5rem;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    margin-top: 0rem;
  }
  #cookies-toggler footer .wp-block-button__link {
    width: calc(50% - 0.5rem);
    font-size: 14px;
    text-align: center;
  }
}
#cookies-toggler #box {
  transition: all 0.35s ease;
  position: relative;
  background: #fff;
  display: inline-block;
  text-align: left;
  width: calc(100% - 6rem);
  max-width: 525px;
  padding: 3rem;
  margin-top: -2rem;
  max-height: calc(100vh - 8rem);
  overflow-y: auto;
}
@media screen and (max-width: 525px) {
  #cookies-toggler #box {
    height: calc(100% - 3rem - 6.5rem);
    padding: 1rem 1rem 6rem 1rem;
    max-height: 100vh;
    height: 100vh;
    box-sizing: border-box;
    width: 100vw;
  }
}
#cookies-toggler #box.on {
  margin-top: 1rem;
}
@media screen and (max-width: 525px) {
  #cookies-toggler #box.on {
    margin-top: 0;
  }
}
#cookies-toggler #box.on {
  opacity: 1;
}
#cookies-toggler #box.off {
  margin-top: -2rem;
  opacity: 0;
}
#cookies-toggler #box #btn-close {
  transition: all 0.2s ease;
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
  padding: 0.3rem 0.5rem;
  border-radius: 100%;
  opacity: 0.6;
}
#cookies-toggler #box #btn-close:hover {
  opacity: 1;
}
#cookies-toggler #box .cookies-toggler p {
  margin: 0;
}
#cookies-toggler #box .cookies-toggler label {
  position: relative;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
  width: calc(100% + 1rem);
  margin: 1rem 0 0.5rem -0.5rem;
}
#cookies-toggler #box .cookies-toggler label:hover {
  cursor: pointer;
  background: #eee;
}
#cookies-toggler #box .cookies-toggler label .h3 {
  margin-bottom: 0;
  user-select: none;
  padding-right: 4rem;
  margin: 0;
  font-size: 1.2rem;
  font-weight: bolder;
}
#cookies-toggler #box .cookies-toggler label input {
  opacity: 0;
  width: 0;
  height: 0;
}
#cookies-toggler #box .cookies-toggler label span {
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  bottom: 0;
  transition: 0.4s;
  border-radius: 1rem;
  width: 2.9rem;
  height: 1.7rem;
  background-color: #b3c8cb;
}
#cookies-toggler #box .cookies-toggler label span:before {
  position: absolute;
  content: "";
  height: 1.2rem;
  width: 1.2rem;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
#cookies-toggler #box .cookies-toggler label input:checked + span {
  background-color: #136ab3;
}
#cookies-toggler #box .cookies-toggler label input:focus + span {
  box-shadow: 0 0 1px rgb(65.1515151515, 157.4242424242, 234.8484848485);
}
#cookies-toggler #box .cookies-toggler label input:checked + span:before {
  transform: translateX(1.2rem);
}

body #cookies-banner {
  background: #fff;
  z-index: 20;
}
body #cookies-banner .h1 {
  color: #136ab3 !important;
}
body #cookies-banner p,
body #cookies-banner li,
body #cookies-banner a {
  font-size: 14px;
  color: #000;
}
body #cookies-banner a.btn {
  color: #fff;
}
body #cookies-banner > footer > .btn,
body #cookies-banner > footer > .wp-block-button__link {
  min-width: 130px;
  text-align: center;
}
@media screen and (max-width: 525px) {
  body #cookies-banner > footer > .btn,
  body #cookies-banner > footer > .wp-block-button__link {
    width: 50%;
  }
}

body #cookies-banner .wp-block-button__link,
body #cookies-toggler .wp-block-button__link {
  background: #136ab3 !important;
  color: #fff !important;
}
body #cookies-banner p > a,
body #cookies-toggler p > a {
  color: #136ab3 !important;
}
body #cookies-banner *,
body #cookies-toggler * {
  line-height: 1.4;
}
body #cookies-banner #cookies-dismiss,
body #cookies-toggler #cookies-dismiss {
  font-size: 12px;
}
body #cookies-banner #cookies-dismiss,
body #cookies-toggler #cookies-dismiss {
  color: rgb(176, 194, 204);
}
body #cookies-banner .h1,
body #cookies-banner .h3,
body #cookies-toggler .h1,
body #cookies-toggler .h3 {
  color: #136ab3;
}
body #cookies-banner h1,
body #cookies-toggler h1 {
  font-size: 1.8rem;
}
body #cookies-banner #box,
body #cookies-banner label,
body #cookies-toggler #box,
body #cookies-toggler label {
  border-radius: 1rem;
}
body #cookies-banner #box,
body #cookies-toggler #box {
  font-size: 80%;
}
body #cookies-banner #box .cookies-toggler,
body #cookies-toggler #box .cookies-toggler {
  border-left: solid 2px rgb(111.2575757576, 181.1212121212, 239.7424242424);
  padding: 0.1rem 0 1rem 1rem;
  background: rgb(226.5227272727, 240.3636363636, 251.9772727273);
  margin-top: 1rem;
}
body #cookies-banner #box .cookies-toggler p,
body #cookies-toggler #box .cookies-toggler p {
  padding-right: 4.5rem;
}
body #cookies-banner #box .cookies-toggler label,
body #cookies-toggler #box .cookies-toggler label {
  max-width: calc(100% - 0.5rem);
  opacity: 0.9;
  margin-bottom: 0;
}
body #cookies-banner #box .cookies-toggler label .h3,
body #cookies-toggler #box .cookies-toggler label .h3 {
  font-size: 1.1rem;
}
body #cookies-banner #box .cookies-toggler label:hover,
body #cookies-toggler #box .cookies-toggler label:hover {
  background: none;
  opacity: 1;
}

form.searchandfilter > ul {
  padding-left: 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  form.searchandfilter > ul {
    flex-direction: column-reverse;
    align-items: stretch;
  }
}
form.searchandfilter > ul > li {
  flex: 1;
  padding: 20px;
}
form.searchandfilter > ul > li h4 {
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px;
  border: 1px solid #5dc3ad;
  border-radius: 10px;
  background-color: #5dc3ad;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  box-shadow: 1px 6px 13px 0 rgba(0, 10, 26, 0.35);
  transition: all 0.3s;
}
form.searchandfilter > ul > li h4:hover {
  box-shadow: none;
}
@media (max-width: 1024px) {
  form.searchandfilter > ul > li h4 {
    width: auto;
  }
}
form.searchandfilter > ul > li > ul {
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 100;
  transition: visibility 0s, opacity 0.2s linear;
}
@media (max-width: 1024px) {
  form.searchandfilter > ul > li > ul {
    padding: 0;
    padding-left: 2rem;
    visibility: visible;
    opacity: 1;
    position: relative;
    margin-top: 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }
}
form.searchandfilter > ul > li > ul > li {
  position: relative;
  display: flex;
}
form.searchandfilter > ul > li > ul > li label {
  font-size: 0.85em;
}
form.searchandfilter > ul > li:hover > ul {
  width: 270px;
  background-color: white;
  border-radius: 10px;
  border: 2px solid #5dc3ad;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 0.2s linear;
}
@media (max-width: 1024px) {
  form.searchandfilter > ul > li:hover > ul {
    background-color: transparent;
    border-radius: 0;
    border: none;
  }
}

#menu-main-menu li > a {
  color: #136ab3 !important;
  font-weight: 700 !important;
}

.kt-row-layout-top-sep {
  z-index: 0 !important;
}

footer .widget li {
  line-height: 1.2em !important;
  margin-bottom: 5px;
}

.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a {
  color: black !important;
  background-color: #fec55a;
  border-radius: 10px;
  font-weight: 700;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  box-shadow: 1px 6px 13px 0px rgba(0, 10, 26, 0.35);
}

@media (max-width: 1250px) {
  .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
body #wrapper .top-alert {
  text-align: center;
  color: red;
  padding: 10px 0;
  font-size: 1.2em;
}
@media (max-width: 1024px) {
  body #wrapper {
    padding-top: 80px;
  }
  body #wrapper .top-alert {
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.je-suis {
  position: relative;
  z-index: 10 !important;
}

.yellow_arrow::after {
  content: url(../img/fleche_jaune.png);
  position: absolute;
  top: 13%;
  right: -9%;
}
@media (max-width: 1536px) {
  .yellow_arrow::after {
    top: 13%;
    right: -7%;
    scale: 0.9;
  }
}
@media (max-width: 1440px) {
  .yellow_arrow::after {
    content: none;
  }
}

.blue_arrow::after {
  content: url(../img/fleche_bleu.png);
  position: absolute;
  top: 26%;
  left: -9%;
  scale: 1.3;
}
@media (max-width: 1536px) {
  .blue_arrow::after {
    top: 22%;
    left: -7%;
    scale: 1;
  }
}
@media (max-width: 1440px) {
  .blue_arrow::after {
    content: none;
  }
}

@media (min-width: 768px) and (max-height: 768px) {
  .site-header-section-right {
    padding-right: 60px;
  }
  .main-navigation .primary-menu-container > ul li.menu-item > a {
    font-size: 18px;
  }
  .home-section1 > .kt-inside-inner-col {
    padding-top: 20px;
  }
  .home-section1 {
    padding-top: 100px;
  }
  .home-section1 h1 {
    font-size: 2.5rem !important;
  }
  .home-section1 h2 {
    font-size: 1.7rem !important;
  }
  .home-section1 .nopad-v-smallscreen > div {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .home-section1 img {
    max-height: 70px;
    width: auto;
    max-width: 130px;
  }
}
:root {
  --global-xs-spacing: 16px;
  --global-sm-spacing: 24px;
  --global-md-spacing: 32px;
  --global-lg-spacing: 40px;
  --global-xl-spacing: 56px;
  --global-xxl-spacing: 80px;
  --global-edge-spacing: 24px;
  --global-boxed-spacing: 32px ;
}

p {
  line-height: 1.2em;
}

html {
  font-size: 18px;
}
@media (max-width: 1550px) {
  html {
    font-size: 18px;
  }
}

strong {
  font-weight: 700;
}

.kt-divider {
  z-index: -10;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: none;
}

.single-content address, .single-content figure, .single-content hr, .single-content p, .single-content table, .single-content pre, .single-content form, .single-content .wp-block-buttons, .single-content .wp-block-button, .single-content .wc-block-grid, .single-content .wp-block-kadence-advancedbtn, .single-content .wp-block-media-text, .single-content .wp-block-cover, .single-content .entry-content-asset, .single-content .wp-block-kadence-form, .single-content .wp-block-group, .single-content .wp-block-yoast-faq-block, .single-content .wp-block-yoast-how-to-block, .single-content .schema-faq-section, .single-content .wp-block-kadence-tableofcontents, .single-content .enlighter-default, .single-content .wp-block-kadence-iconlist, .single-content [class*=__inner-content] {
  margin-bottom: 1em;
}

body.single #primary .content-container {
  padding-top: 70px;
  padding-bottom: 30px;
}

.pacom1-custom-post {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 14px 0px;
  display: flex;
  background-color: #EFF6FC;
  padding: 30px;
  margin-bottom: 15px;
  border-radius: 10px;
  align-items: center;
}
@media (max-width: 900px) {
  .pacom1-custom-post {
    flex-direction: column;
    gap: 20px;
  }
}
.pacom1-custom-post .right .header {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}
.pacom1-custom-post .right .header .infos {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
@media (max-width: 769px) {
  .pacom1-custom-post .right .header .infos {
    flex-direction: column;
    gap: 10px;
    font-size: 18px;
    align-items: flex-start;
  }
}
.pacom1-custom-post .right .header .infos > span {
  padding: 5px 15px;
  border-radius: 100px;
}
.pacom1-custom-post .right .header .infos .programme_background {
  color: white;
}
.pacom1-custom-post .right .header .infos .horaire {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.pacom1-custom-post .right .header.conference .infos > span {
  border: 2px solid #5dc3ad;
}
.pacom1-custom-post .right .header.conference .infos .programme_background {
  background-color: #5dc3ad;
}
.pacom1-custom-post .right .header.atelier .infos > span {
  border: 2px solid #f06b72;
}
.pacom1-custom-post .right .header.atelier .infos .programme_background {
  background-color: #f06b72;
}
.pacom1-custom-post .right .taxonomy {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}
@media (max-width: 769px) {
  .pacom1-custom-post .right .taxonomy {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.pacom1-custom-post .right .taxonomy span {
  font-size: 21px;
  font-weight: 400;
  padding: 5px 15px;
  color: white;
  border-radius: 50px;
}
@media (min-width: 901px) and (max-width: 1024px) {
  .pacom1-custom-post .right .taxonomy span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .pacom1-custom-post .right .taxonomy span {
    font-size: 12px;
  }
}
.pacom1-custom-post .right .taxonomy span.programme_background {
  font-size: 18px;
}
.pacom1-custom-post .right .text-content h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 901px) and (max-width: 1024px) {
  .pacom1-custom-post .right .text-content h3 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .pacom1-custom-post .right .text-content h3 {
    font-size: 20px;
  }
}
.pacom1-custom-post .right .text-content p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
.pacom1-custom-post .right .text-content p strong {
  display: block;
}
@media (min-width: 901px) and (max-width: 1024px) {
  .pacom1-custom-post .right .text-content p {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .pacom1-custom-post .right .text-content p {
    font-size: 16px;
  }
}
.pacom1-custom-post .right .text-content p strong {
  font-size: 26px;
  color: #136ab3;
}
@media (max-width: 900px) {
  .pacom1-custom-post .right .text-content p strong {
    font-size: 20px;
  }
}
.pacom1-custom-post .right .btn .kb-button,
.pacom1-custom-post .right .btn .kb-buttons-wrap {
  justify-content: flex-end;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.pacom1-custom-post .right .btn .kb-button {
  border: 1px solid #fec55a;
  box-shadow: 1px 6px 13px 0px rgba(0, 10, 26, 0.35);
}
.pacom1-custom-post .right .btn .kb-button:hover {
  background-color: white;
  box-shadow: none;
}
@media (max-width: 768px) {
  .pacom1-custom-post .right .btn .kb-button {
    font-size: 18px;
  }
}
.pacom1-custom-post .right .intervenants {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .pacom1-custom-post .right .intervenants {
    font-size: 0.9em;
  }
}
.pacom1-custom-post .right .intervenants ul li {
  margin-bottom: 10px;
}
.pacom1-custom-post .right .intervenants h4,
.pacom1-custom-post .right .intervenants h5 {
  line-height: normal;
  text-decoration: underline;
}
.pacom1-custom-post .right .informations {
  font-size: 21px;
  font-weight: 400;
  padding: 5px 15px;
  color: white;
  background-color: #136ab3;
  width: fit-content;
  border-radius: 50px;
}
@media (min-width: 901px) and (max-width: 1024px) {
  .pacom1-custom-post .right .informations {
    font-size: 16px;
  }
}
@media (min-width: 901px) {
  .pacom1-custom-post .left {
    padding-right: 20px;
  }
}
.pacom1-custom-post .left .img-container {
  height: 150px;
  width: auto;
}
.pacom1-custom-post .left .img-container img {
  height: 100%;
  width: auto;
  border-radius: 10px;
  width: 100%;
}
@media (max-width: 900px) {
  .pacom1-custom-post .left {
    padding-top: 20px;
    border-right: none;
  }
}

@media (max-width: 900px) {
  .exposants-liste .pacom1-custom-post .left {
    /*display: none;*/
  }
}
@media (max-width: 900px) {
  .exposants-liste .pacom1-custom-post .right {
    padding-left: 0;
    border: 0;
    width: 100%;
  }
}

.programme-liste .pacom1-custom-post {
  padding: 25px;
  margin-bottom: 40px;
}
.programme-liste .pacom1-custom-post .left {
  display: none;
}
.programme-liste .pacom1-custom-post .right {
  flex: 0 0 100%;
  width: 100%;
  padding-left: 0;
  border: 0;
}

.exposant_background {
  background-color: #5dc3ad;
  font-weight: 500;
}

.programme_background {
  background-color: #136ab3;
}

p.type {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}
p.type.atelier {
  color: #f06b72;
}
p.type.conference {
  color: #5dc3ad;
}

#search-filter-results-2106 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 900px) {
  #search-filter-results-2106 {
    flex-direction: column;
  }
}
#search-filter-results-2106 .pacom1-custom-post {
  flex-direction: column;
  width: 48.5% !important;
  gap: 20px !important;
}
@media (max-width: 900px) {
  #search-filter-results-2106 .pacom1-custom-post {
    width: 100% !important;
  }
}
#search-filter-results-2106 .pacom1-custom-post .right .taxonomy span.programme_background {
  font-size: 13px;
}
#search-filter-results-2106 .pacom1-custom-post .right .text-content p {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #search-filter-results-2106 .pacom1-custom-post .right .text-content p {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 15px;
  }
}

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