@import url("https://use.typekit.net/ymj5jxg.css");
@font-face {
  font-family: "Segoe UI";
  font-weight: 400;
  src: url("/wp-content/themes/ikadia-theme-child/assets/fonts/Segoe-UI.otf") format("otf");
  src: url("/wp-content/themes/ikadia-theme-child/assets/fonts/Segoe-UI.ttf") format("truetype");
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 700;
  src: url("/wp-content/themes/ikadia-theme-child/assets/fonts/Segoe-UI-Bold.otf") format("otf");
  src: url("/wp-content/themes/ikadia-theme-child/assets/fonts/Segoe-UI-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 400;
  font-style: italic;
  src: url("/wp-content/themes/ikadia-theme-child/assets/fonts/Segoe-UI-Italic.otf") format("otf");
  src: url("/wp-content/themes/ikadia-theme-child/assets/fonts/Segoe-UI-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 700;
  font-style: italic;
  src: url("/wp-content/themes/ikadia-theme-child/assets/fonts/Segoe-UI-Bold-Italic.otf") format("otf");
  src: url("/wp-content/themes/ikadia-theme-child/assets/fonts/Segoe-UI-Bold-Italic.ttf") format("truetype");
}
@keyframes carouselAnimation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*------------------------------------------
 *  Reponsive
 * -----------------------------------------*/
/*------------------------------------------
 *  BUTTON
 * -----------------------------------------*/
/*------------------------------------------
 *  Interpolation
 * -----------------------------------------*/
:root {
  --header-height: 100px;
  --header-padding-menu-item: 35px;
}

@media (max-width: 992px) {
  :root {
    --header-padding-menu-item: 20px;
  }
}
@media (max-width: 992px) {
  :root {
    --header-height: 100px;
  }
}
html:not(.no-js) [data-aos=fade-left] {
  transform: translate3d(20px, 0, 0) !important;
}
html:not(.no-js) [data-aos=fade-right] {
  transform: translate3d(-20px, 0, 0) !important;
}
html:not(.no-js) [data-aos=fade-up] {
  transform: translate3d(0, 20px, 0) !important;
}
html:not(.no-js) [data-aos=fade-down] {
  transform: translate3d(0, -20px, 0) !important;
}
html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate, html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
  transform: none !important;
}

@media (max-width: 992px) {
  html:not(.no-js) [data-aos=fade-left], html:not(.no-js) [data-aos=fade-right] {
    transform: translate3d(0, 20px, 0) !important;
  }
  html:not(.no-js) [data-aos] {
    transition-delay: 0s !important;
  }
}
.wp-block-group.is-layout-constrained {
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.wp-block-group.is-layout-constrained > * {
  max-width: unset;
}
.wp-block-group.is-layout-constrained.alignwide {
  max-width: var(--wp--style--global--wide-size);
}
.wp-block-group.is-layout-constrained.alignfull {
  max-width: 100%;
}
.wp-block-group.is-layout-constrained.full-width {
  max-width: 100%;
  padding: 0;
}

.wp-block-group .wp-block-group, .wp-block-group .wp-block-columns, .wp-block-columns .wp-block-group, .wp-block-columns .wp-block-columns {
  padding: 0;
}

:where(.wp-block-group.has-background) {
  padding: 0;
}

.is-layout-flow p {
  margin-bottom: 30px;
}

body {
  overflow-x: hidden;
}

p, a, li {
  font-family: "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 160%;
  color: var(--wp--preset--color--black);
}

a:hover {
  color: var(--wp--preset--color--black);
}

.has-white-color ul li {
  color: inherit;
}

h1, .home h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 60px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  line-height: 1.2;
}
h1 strong, .home h2 strong {
  color: var(--wp--preset--color--white);
  font-size: 35px;
  -webkit-text-stroke: 0;
  line-height: 1.5;
  display: block;
}

h2 {
  font-weight: 600;
  font-size: 45px;
  color: var(--wp--preset--color--primary);
  line-height: 1;
}

h3 {
  font-weight: 700;
  font-size: 1.8vw;
  color: var(--wp--preset--color--primary);
  margin-bottom: 40px;
}

p.title-actu {
  font-size: 22px;
  color: black;
  font-weight: 600;
}
p.title-actu a {
  text-decoration: none;
}

.cta-principal .wp-block-button__link, .cbe-contact .ik-cta, .single-events-button .cta-principal, .events .ik-cta {
  padding: calc(0.667em + 9px) calc(1.222em + 2px);
  font-size: 14px;
  background: transparent;
  border: 1px solid;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 100px !important;
  color: var(--wp--preset--color--white);
}
.cta-principal .wp-block-button__link:hover, .cbe-contact .ik-cta:hover, .single-events-button .cta-principal:hover, .events .ik-cta:hover {
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
  border: 1px solid var(--wp--preset--color--white);
}

.cta-secondaire .wp-block-button__link, body.single-post article.post .ik-cta-principal {
  padding: calc(0.667em + 9px) calc(1.222em + 2px);
  font-size: 14px;
  background: transparent;
  border: 1px solid var(--wp--preset--color--black);
  text-transform: uppercase;
  font-weight: 700;
  color: var(--wp--preset--color--black);
  border-radius: 100px;
}
.cta-secondaire .wp-block-button__link:hover, body.single-post article.post .ik-cta-principal:hover {
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}

blockquote.wp-block-quote {
  margin-bottom: 60px;
  border-left: 5px solid var(--wp--preset--color--quaternary);
  padding: 10px 70px 20px 60px;
}
blockquote.wp-block-quote p {
  font-size: 28px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 0 !important;
}

body:not(.page-scrolled) header.ik-header-nav {
  transform: none;
}

.shape-top {
  position: relative;
}
.shape-top::before {
  content: "";
  position: absolute;
  top: -63px;
  left: 0;
  width: 100%;
  height: 65px;
  background: url("./../icons/cbe-border-shape.svg") no-repeat;
}

.swiper-block-carousel > .swiper-wrapper {
  margin-bottom: 30px;
}
.swiper-block-carousel > .swiper-scrollbar {
  background: #3b3b3b;
  left: 0;
  height: 10px;
  width: calc(100% - 50px);
}
.swiper-block-carousel > .swiper-scrollbar .swiper-scrollbar-drag {
  background: #9d9d9d;
  border-radius: 30px;
}

.ik-cta-principal {
  color: var(--wp--preset--color--white);
  background: var(--wp--preset--color--primary);
  border: var(--wp--preset--color--primary) 1px solid;
  display: block;
  width: fit-content;
  max-width: 400px;
  padding: 18px 18px;
  font-size: 13px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  border-radius: 30px;
  margin-right: auto;
}
.ik-cta-principal:hover, .ik-cta-principal:active, .ik-cta-principal:focus {
  color: var(--wp--preset--color--primary);
  background: var(--wp--preset--color--white);
}

.ik-cta-secondaire {
  color: var(--wp--preset--color--primary);
  background: transparent;
  border: var(--wp--preset--color--primary) 1px solid;
  display: block;
  width: fit-content;
  max-width: 400px;
  padding: 18px 18px;
  font-size: 13px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  border-radius: 30px;
  margin: 0 auto;
}
.ik-cta-secondaire:hover, .ik-cta-secondaire:active, .ik-cta-secondaire:focus {
  color: var(--wp--preset--color--white);
  background: var(--wp--preset--color--primary);
}

.wp-block-button.is-style-fill .wp-element-button {
  color: var(--wp--preset--color--white);
  background: var(--wp--preset--color--primary);
  border: var(--wp--preset--color--primary) 1px solid;
  display: block;
  width: fit-content;
  max-width: 400px;
  padding: 18px 18px;
  font-size: 13px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  border-radius: 30px;
  margin: 0 auto;
  border: 1px solid var(--wp--preset--color--white);
}
.wp-block-button.is-style-fill .wp-element-button:hover, .wp-block-button.is-style-fill .wp-element-button:active, .wp-block-button.is-style-fill .wp-element-button:focus {
  color: var(--wp--preset--color--primary);
  background: var(--wp--preset--color--white);
}

.wp-block-button.is-style-outline .wp-element-button {
  color: var(--wp--preset--color--primary);
  background: transparent;
  border: var(--wp--preset--color--primary) 1px solid;
  display: block;
  width: fit-content;
  max-width: 400px;
  padding: 18px 18px;
  font-size: 13px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  border-radius: 30px;
  margin: 0 auto;
}
.wp-block-button.is-style-outline .wp-element-button:hover, .wp-block-button.is-style-outline .wp-element-button:active, .wp-block-button.is-style-outline .wp-element-button:focus {
  color: var(--wp--preset--color--white);
  background: var(--wp--preset--color--primary);
}

@media (max-width: 1600px) {
  h1, .home h2 {
    font-size: 40px;
  }
  h1 strong, .home h2 strong {
    font-size: 32px;
  }
}
@media (max-width: 1224px) {
  h1, .home h2 {
    font-size: 38px;
  }
  h1 strong, .home h2 strong {
    font-size: 30px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 22px;
  }
  .cta-principal .wp-block-button__link, .cbe-contact .ik-cta, .single-events-button .cta-principal, .events .ik-cta {
    padding: calc(0.667em + 6px) calc(1em + 10px);
  }
  .cta-secondaire .wp-block-button__link, body.single-post article.post .ik-cta-principal {
    padding: calc(0.667em + 6px) calc(1em + 10px);
  }
}
@media (max-width: 992px) {
  body > main {
    padding-top: 95px;
  }
}
@media (max-width: 767px) {
  div h1, div .home h2 {
    font-size: 30px;
  }
  div h1 strong, div .home h2 strong {
    font-size: 25px;
  }
  div h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  div h3 {
    font-size: 20px;
  }
  div div, div p, div a, div li {
    font-size: 16px;
  }
  blockquote.wp-block-quote {
    margin-bottom: 30px;
    padding: 10px 50px 20px 30px;
  }
  blockquote.wp-block-quote p {
    font-size: 22px;
  }
}
.main-single-related {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-single-related > h2 {
  width: 100%;
  font-size: 28px;
  margin-bottom: 20px;
}
.main-single-related article.ik-events-related {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  width: 32%;
}
.main-single-related article.ik-events-related header .header-events-image {
  max-height: 310px;
}
.main-single-related article.ik-events-related header .header-events-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-single-related article.ik-events-related main {
  padding: 30px 20px 20px;
  display: flex;
  flex-direction: column;
}
.main-single-related article.ik-events-related main .single-events-related-title {
  text-decoration: none;
}
.main-single-related article.ik-events-related main .single-events-related-title h2 {
  font-size: 20px;
  text-transform: none;
  min-height: 50px;
  overflow: hidden;
  font-weight: 500;
}

.main-single-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.main-single-navigation p {
  font-size: 15px;
}
.main-single-navigation p a {
  font-size: 15px;
  text-decoration: none;
}
.main-single-navigation p.prev a::before, .main-single-navigation p.next a::after {
  content: "";
  width: 13px;
  height: 21px;
  display: inline-block;
  background: url("../../assets/icons/cbe-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -5px;
  transition: 0.3s;
}
.main-single-navigation p.prev a::before {
  margin-right: 15px;
}
.main-single-navigation p.prev a:hover {
  text-decoration: underline;
}
.main-single-navigation p.next a::after {
  margin-left: 15px;
  transform: rotateZ(180deg);
}
.main-single-navigation p.next a:hover {
  text-decoration: underline;
}

.ik-grid-events {
  max-width: 1160px;
  padding: 0 30px;
  margin: 0 auto 120px;
}
.ik-grid-events article.single-events-grid .single-events-grid-content {
  display: flex;
  height: 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0 15px;
  margin-bottom: 3px;
}
.ik-grid-events article.single-events-grid .single-events-grid-content .ik-events-date {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  flex-direction: column;
  text-transform: uppercase;
  font-size: 13px;
  justify-content: center;
  width: 85px;
}
.ik-grid-events article.single-events-grid .single-events-grid-content .ik-events-date span {
  font-size: 2.1vw;
  margin: 4px 0 8px;
}
.ik-grid-events article.single-events-grid .single-events-grid-content .partenaire {
  background: var(--wp--preset--color--senary);
}
.ik-grid-events article.single-events-grid .single-events-grid-content .single-events-list-title {
  width: 45%;
  display: flex;
  align-items: center;
  padding-left: 5%;
  text-decoration: none;
}
.ik-grid-events article.single-events-grid .single-events-grid-content .single-events-list-title h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.ik-grid-events article.single-events-grid .single-events-grid-content .single-events-grid-hour {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.ik-grid-events article.single-events-grid .single-events-grid-content .single-events-grid-hour svg {
  fill: white;
  width: 19px;
  margin-right: 10px;
}
.ik-grid-events article.single-events-grid .single-events-grid-content .single-events-button {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ik-grid-events article.single-events-grid .single-events-grid-content .single-events-button a {
  font-size: 16px;
  text-decoration: none;
  padding: calc(0.667em + 10px) calc(1.333em + 8px);
  cursor: pointer;
}
.ik-grid-events .single-events-partenaires .ik-events-date {
  background: var(--wp--preset--color--senary);
}
.ik-grid-events .single-events-ndc .ik-events-date {
  background: var(--wp--preset--color--quaternary);
}

.cbe-event-legende {
  position: fixed;
  right: 60px;
  bottom: 50px;
  text-align: right;
  display: flex;
  flex-direction: column;
}
.cbe-event-legende p {
  display: inline-block;
  flex-direction: column;
  margin-bottom: 5px;
}
.cbe-event-legende .cbe-event-legende-partenaires:before,
.cbe-event-legende .cbe-event-legende-ndc:before {
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 6px -2px 0;
}
.cbe-event-legende .cbe-event-legende-partenaires:before {
  background: var(--wp--preset--color--senary);
}
.cbe-event-legende .cbe-event-legende-ndc:before {
  background: var(--wp--preset--color--quaternary);
}

@media (max-width: 1800px) {
  .cbe-event-legende {
    position: relative;
  }
}
@media (max-width: 1600px) {
  .ik-grid-events article.single-events-grid .single-events-grid-content .single-events-button a {
    padding: calc(0.667em + 2px) calc(1em + 3px);
  }
}
@media (max-width: 1400px) {
  .ik-grid-events article.single-events-grid .single-events-grid-content {
    padding: 15px 0;
  }
  .ik-grid-events article.single-events-grid .single-events-grid-content .ik-events-date {
    height: 85px;
    font-size: 12px;
  }
  .ik-grid-events article.single-events-grid .single-events-grid-content .single-events-list-title {
    font-size: 16px;
  }
  .ik-grid-events article.single-events-grid .single-events-grid-content .single-events-grid-hour {
    font-size: 16px;
  }
  .ik-grid-events article.single-events-grid .single-events-grid-content .single-events-button a {
    padding: calc(0.667em + 2px) calc(1em + 3px);
    font-size: 14px;
  }
}
@media (max-width: 1224px) {
  .ik-grid-events {
    padding: 0;
    margin-bottom: 100px;
  }
  .ik-grid-events article.single-events-grid .single-events-grid-content .single-events-button a {
    padding: calc(0.667em + 6px) calc(1em + 10px);
  }
  .ik-grid-events article.single-events-grid .single-events-grid-content .ik-events-date span {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .ik-grid-events {
    margin-bottom: 75px;
  }
  .cbe-event-legende {
    right: 0;
  }
  .cbe-event-legende p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .ik-grid-events .ik-grid-result {
    display: flex;
    flex-wrap: wrap;
  }
  .ik-grid-events .ik-grid-result article.single-events-grid {
    width: 50%;
    padding: 15px;
  }
  .ik-grid-events .ik-grid-result article.single-events-grid:nth-child(odd) {
    padding-left: 0;
  }
  .ik-grid-events .ik-grid-result article.single-events-grid:nth-child(even) {
    padding-right: 0;
  }
  .ik-grid-events .ik-grid-result article.single-events-grid .single-events-grid-content {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 0 20px;
    height: 100%;
  }
  .ik-grid-events .ik-grid-result article.single-events-grid .single-events-grid-content .ik-events-date {
    width: 85px;
    margin: auto;
  }
  .ik-grid-events .ik-grid-result article.single-events-grid .single-events-grid-content .single-events-list-title {
    padding: 0;
    width: 100%;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .ik-grid-events .ik-grid-result article.single-events-grid .single-events-grid-content .single-events-list-title h3 {
    font-size: 18px;
    padding: 0 25px;
    text-align: center;
  }
  .ik-grid-events .ik-grid-result article.single-events-grid .single-events-grid-content .single-events-grid-hour {
    width: 100%;
  }
  .ik-grid-events .ik-grid-result article.single-events-grid .single-events-grid-content .single-events-button {
    width: 100%;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 10px;
  }
}
@media (max-width: 550px) {
  .ik-grid-events {
    margin-bottom: 45px;
  }
  .ik-grid-events .ik-grid-result article.single-events-grid {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .ik-grid-events .ik-grid-result article.single-events-grid .single-events-grid-content .single-events-button a {
    padding: calc(0.667em + 10px) calc(1em + 20px);
  }
}
form {
  background: url("/wp-content/uploads/2024/07/cbe-fond.svg");
}
form .input-contact {
  margin-bottom: 25px;
}
form .input-contact .cbe-label {
  margin-bottom: 3px;
  font-size: 15px;
}
form .input-contact input[type=text], form .input-contact textarea, form .input-contact input[type=email] {
  background: transparent;
  border: 1px solid var(--wp--preset--color--white);
  border-radius: 0;
  color: var(--wp--preset--color--white);
}
form .input-contact input[type=text]::placeholder, form .input-contact textarea::placeholder, form .input-contact input[type=email]::placeholder {
  font-size: 12px;
  color: var(--wp--preset--color--white);
  font-style: italic;
}
form .input-contact textarea {
  min-height: 150px;
}
form .acceptance input[type=checkbox] {
  background: var(--wp--preset--color--white);
}
form .acceptance input[type=checkbox]:checked {
  background: var(--wp--preset--color--quaternary);
}
form .acceptance span {
  line-height: 120%;
  color: var(--wp--preset--color--white) !important;
}
form .acceptance span a {
  color: var(--wp--preset--color--white) !important;
  line-height: 120%;
  text-decoration: none;
  opacity: 0.8;
}
form .submit {
  margin: 10px auto 0;
}
form .submit input {
  padding: calc(0.667em + 8px) calc(1.333em + 12px);
  margin: auto auto auto 0;
}

.wpcf7 .wpcf7-response-output {
  color: var(--wp--preset--color--white) !important;
}

.ik-open-volet body .menu-principal-volet .menu-container-volet {
  left: inherit;
  margin-top: 0;
  top: 10px;
  right: 40px;
}
.ik-open-volet body .menu-principal-volet .menu-container-volet #menu-hamburger-volet.open {
  width: auto !important;
}
.ik-open-volet body .menu-principal-volet .menu-container-volet #menu-hamburger-volet.open span {
  width: 30px !important;
  height: 2px !important;
  background: var(--wp--preset--color--black) !important;
}
.ik-open-volet body .menu-principal-volet .ikadia-mobile-navbar.active {
  left: inherit;
  transform: translateX(0);
}

body.home .pre-header-home {
  display: block;
  background: var(--wp--preset--color--black);
  position: relative;
  z-index: 101;
}
body.home .pre-header-home .carousel-container {
  overflow: hidden;
}
body.home .pre-header-home .carousel-container .text-carousel {
  display: flex;
  animation: carouselAnimation 30s infinite linear;
}
body.home .pre-header-home .carousel-container .text-carousel p {
  margin: 10px 20px 0 0;
  color: var(--wp--preset--color--white);
  white-space: nowrap;
  font-weight: 600;
}
body.home .pre-header-home .carousel-container .text-carousel p:before {
  content: "";
  display: inline-block;
  width: 265px;
  height: 1px;
  background: var(--wp--preset--color--white);
  margin-bottom: 5px;
  margin-right: 20px;
}
body.home header.ik-header-nav {
  top: 50px;
  background: transparent;
}

body.page-id-5200 > header.ik-header-nav {
  background: var(--wp--preset--color--black);
}
body .pre-header-home {
  display: none;
}
body > header.ik-header-nav {
  padding-left: 4%;
  height: 150px;
  background: url("/wp-content/uploads/2024/07/cbe-fond.svg");
  top: 0;
}
body > header.ik-header-nav .logo-volet {
  max-width: 295px;
  margin-top: 30px;
}
body > header.ik-header-nav .menu-principal-volet .menu-container-volet {
  right: 30px;
  left: inherit !important;
  margin-top: 20px;
  transition: 0.3s;
  width: 70px;
  top: 40px;
  height: auto;
}
body > header.ik-header-nav .menu-principal-volet .menu-container-volet #menu-hamburger-volet {
  height: 40px;
  display: flex;
  justify-content: flex-end;
}
body > header.ik-header-nav .menu-principal-volet .menu-container-volet #menu-hamburger-volet span {
  background: var(--wp--preset--color--white) !important;
  width: 45px !important;
  border-radius: 3px;
}
body > header.ik-header-nav .menu-principal-volet .ikadia-mobile-navbar {
  right: 0;
  left: inherit;
  transform: translateX(100%);
  min-height: 420px;
  height: auto !important;
  max-width: 300px;
  padding-left: 35px;
  padding-bottom: 10px;
}
body > header.ik-header-nav .menu-principal-volet .ikadia-mobile-navbar .menu-menu-principal-container ul a {
  font-size: 30px;
  font-weight: 600;
}
body > header.ik-header-nav .menu-principal-volet .ikadia-mobile-navbar .menu-menu-secondaire-container {
  margin-top: auto;
  margin-bottom: 0;
}
body > header.ik-header-nav .menu-principal-volet .ikadia-mobile-navbar .menu-menu-secondaire-container .menu-secondaire {
  margin-bottom: 0;
}
body > header.ik-header-nav .menu-principal-volet .ikadia-mobile-navbar .menu-menu-secondaire-container ul {
  display: flex;
  justify-content: space-between;
}
body > header.ik-header-nav .menu-principal-volet .ikadia-mobile-navbar .menu-menu-secondaire-container ul a {
  font-size: 12px;
  font-weight: 400;
}

@media (max-width: 992px) {
  body.home header.ik-header-nav {
    top: 35px;
  }
  body > header.ik-header-nav {
    height: 100px;
  }
  body > header.ik-header-nav .menu-hamburger-mobile {
    display: none !important;
  }
  body > header.ik-header-nav .menu-principal-volet .logo-volet {
    max-width: 165px;
    margin-top: 0;
  }
  body > header.ik-header-nav .menu-container-volet {
    right: 30px !important;
    margin-top: 0 !important;
  }
}
@media (max-width: 550px) {
  body > header.ik-header-nav .menu-principal-volet .ikadia-mobile-navbar {
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
    min-height: 100%;
  }
}
.home .cbe-footer {
  background: var(--wp--preset--color--black) !important;
}

.cbe-footer {
  position: relative;
  z-index: 1;
  margin-top: -5px;
  background-size: inherit !important;
}
.cbe-footer .wp-block-columns {
  margin-bottom: 0;
}
.cbe-footer .wp-block-columns .footer-col-1 a {
  margin-left: 20%;
}
.cbe-footer .wp-block-columns .footer-col-2 {
  margin: auto;
}
.cbe-footer .wp-block-columns .footer-col-2 .block-ik-liste-rs {
  max-width: 350px;
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: auto;
}
.cbe-footer .wp-block-columns .footer-col-2 .block-ik-liste-rs h3 {
  display: none;
}
.cbe-footer .wp-block-columns .footer-col-2 .block-ik-liste-rs a {
  font-size: 0;
}
.cbe-footer .wp-block-columns .footer-col-2 .block-ik-liste-rs a svg {
  width: 49px;
  height: 49px;
}
.cbe-footer .wp-block-columns .footer-col-3 {
  display: flex;
}
.cbe-footer .wp-block-columns .footer-col-3 .ik-block-copyright {
  display: flex;
  align-items: center;
}
.cbe-footer .wp-block-columns .footer-col-3 .ik-block-copyright > a {
  margin-right: 10px;
}
.cbe-footer .wp-block-columns .footer-col-3 .ik-block-copyright > a:after {
  content: "";
  display: inline-block;
  height: 5px;
  width: 5px;
  background: var(--wp--preset--color--white);
  border-radius: 5px;
  margin-left: 10px;
  margin-bottom: 2px;
}
.cbe-footer .wp-block-columns .footer-col-3 .ik-block-copyright a, .cbe-footer .wp-block-columns .footer-col-3 .ik-block-copyright p {
  color: var(--wp--preset--color--white);
  font-size: 14px;
  margin-bottom: 0;
  text-decoration: none;
}

@media (max-width: 1600px) {
  .cbe-footer .wp-block-columns {
    gap: 0;
  }
  .cbe-footer .wp-block-columns .wp-block-column:first-of-type {
    flex-basis: 25% !important;
  }
  .cbe-footer .wp-block-columns .wp-block-column:nth-of-type(2) {
    flex-basis: 34% !important;
  }
  .cbe-footer .wp-block-columns .wp-block-column:last-of-type {
    flex-basis: 41% !important;
  }
}
@media (max-width: 1400px) {
  .cbe-footer .wp-block-columns {
    padding: 0 50px 0 0;
  }
  .cbe-footer .wp-block-columns .wp-block-column:first-of-type {
    flex-basis: 15% !important;
  }
  .cbe-footer .wp-block-columns .wp-block-column:nth-of-type(2) {
    flex-basis: 35% !important;
  }
  .cbe-footer .wp-block-columns .wp-block-column:last-of-type {
    flex-basis: 50% !important;
    display: flex;
  }
  .cbe-footer .wp-block-columns .wp-block-column:last-of-type .ik-block-copyright {
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 1224px) {
  .cbe-footer .wp-block-columns .wp-block-column:nth-of-type(2) {
    flex-basis: 20% !important;
  }
  .cbe-footer .wp-block-columns .wp-block-column:nth-of-type(2) .block-ik-liste-rs a svg {
    height: 30px;
    width: 30px;
  }
  .cbe-footer .wp-block-columns .wp-block-column:last-of-type {
    flex-basis: 57% !important;
  }
}
@media (max-width: 992px) {
  .cbe-footer .wp-block-columns {
    flex-direction: column;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cbe-footer .wp-block-columns .wp-block-column:first-of-type {
    width: 100% !important;
  }
  .cbe-footer .wp-block-columns .wp-block-column:first-of-type a {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .cbe-footer .wp-block-columns .wp-block-column:nth-of-type(2) {
    width: 100% !important;
    margin: 20px 0;
  }
  .cbe-footer .wp-block-columns .wp-block-column:nth-of-type(2) .block-ik-liste-rs {
    padding: 0 30px;
  }
  .cbe-footer .wp-block-columns .wp-block-column:nth-of-type(2) .block-ik-liste-rs a svg {
    height: 40px;
    width: 40px;
  }
  .cbe-footer .wp-block-columns .wp-block-column:last-of-type {
    flex-basis: 100% !important;
    margin: 20px auto;
    width: 100%;
  }
}
@media (max-width: 781px) {
  .cbe-footer .wp-block-columns .wp-block-column:last-of-type .ik-block-copyright {
    flex-direction: column;
  }
  .cbe-footer .wp-block-columns .wp-block-column:last-of-type .ik-block-copyright a {
    margin-bottom: 10px;
  }
  .cbe-footer .wp-block-columns .wp-block-column:last-of-type .ik-block-copyright a svg {
    margin-top: -2px;
  }
  .cbe-footer .wp-block-columns .wp-block-column:last-of-type .ik-block-copyright a:after {
    display: none;
  }
}
.page-id-5441 header.ik-header-nav.ik-menu-fixed, .page-id-5487 header.ik-header-nav.ik-menu-fixed, .page-id-5507 header.ik-header-nav.ik-menu-fixed, .page-id-5192 header.ik-header-nav.ik-menu-fixed {
  background: transparent !important;
  box-shadow: none;
}
.page-id-5441 main.main-content, .page-id-5487 main.main-content, .page-id-5507 main.main-content, .page-id-5192 main.main-content {
  padding-top: 0 !important;
}

.page-id-5441.page-scrolled header.ik-header-nav.ik-menu-fixed, .page-id-5487.page-scrolled header.ik-header-nav.ik-menu-fixed, .page-id-5507.page-scrolled header.ik-header-nav.ik-menu-fixed, .page-id-5192.page-scrolled header.ik-header-nav.ik-menu-fixed {
  background: url("/wp-content/uploads/2024/07/cbe-fond.svg") !important;
}

body .wp-block-group.cbe-header-full {
  padding-right: 0;
  padding-top: 0;
  height: 97vh;
  padding-bottom: 45px;
  position: relative;
}
body .wp-block-group.cbe-header-full:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 132px;
  background: url(./../icons/cbe-shape-blanc.svg) no-repeat;
  z-index: 1;
}
body .wp-block-group.cbe-header-full .wp-block-columns {
  height: 100%;
}
body .wp-block-group.cbe-header-full .wp-block-columns .wp-block-column:first-of-type {
  padding-top: 200px;
  flex-basis: 40% !important;
  padding-bottom: 50px;
}
body .wp-block-group.cbe-header-full .wp-block-columns .wp-block-column:first-of-type p {
  max-width: 550px;
}
body .wp-block-group.cbe-header-full .wp-block-columns .wp-block-column:last-of-type {
  flex-basis: 60% !important;
}
body .wp-block-group.cbe-header-full .wp-block-columns .wp-block-column:last-of-type figure {
  margin: auto 0 auto auto;
  height: 100%;
  width: auto;
  max-width: none;
}
body .wp-block-group.cbe-header-full .wp-block-columns .wp-block-column:last-of-type figure img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
body .wp-block-group.cbe-header-full .wp-block-columns .wp-block-column:last-of-type .cbe-img-mobile {
  display: none;
}
body .cbe-img-text {
  position: relative;
  z-index: 1;
  padding-top: 30px;
}
body .cbe-img-text .col-img figure {
  height: 100%;
}
body .cbe-img-text .col-img figure img {
  height: 100%;
  object-fit: cover;
}
body .cbe-img-text .col-text {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
body .cbe-img-text .col-text h2 {
  max-width: 620px;
  margin-bottom: 30px;
}
body .cbe-img-text .col-text p, body .cbe-img-text .col-text ul {
  max-width: 700px;
}
body .cbe-img-text .col-text ul {
  margin-bottom: 50px;
}
body .cbe-img-text .col-text ul li {
  line-height: 1.7;
}
body .cbe-img-text.festival {
  margin-bottom: 150px;
}
body .cbe-titre-text {
  max-width: 100% !important;
  padding: 100px !important;
  display: flex;
}
body .cbe-titre-text h2 {
  margin-left: 0 !important;
}
body .cbe-carousels {
  max-width: 1400px !important;
  padding: 0 50px 130px;
}
body .cbe-carousels .cbe-carousel-template {
  margin-bottom: 130px;
}
body .cbe-carousels .cbe-carousel-template > h3 {
  padding-left: 10%;
  position: relative;
  margin-bottom: 60px;
}
body .cbe-carousels .cbe-carousel-template > h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 22px;
  background: url(./../icons/cbe-demarche-eco-before) no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-10%);
  background-size: 100% !important;
}
body .cbe-carousels .cbe-carousel-template:nth-of-type(2) {
  margin-bottom: 80px;
}
body .cbe-carousels .cbe-carousel-template:nth-of-type(2) > h3::before {
  background: url(./../icons/cbe-demarche-societale-before) no-repeat;
}
body .cbe-carousels .cbe-carousel-template .ik-block-carousel {
  position: relative;
  padding: 0 60px;
}
body .cbe-carousels .cbe-carousel-template .ik-block-carousel .swiper-block-carousel .swiper-slide {
  margin-right: 20px;
  display: flex;
  gap: 20px;
}
body .cbe-carousels .cbe-carousel-template .ik-block-carousel .swiper-block-carousel .swiper-slide img {
  max-width: 30%;
  width: 105px;
  height: 105px;
  object-fit: contain;
}
body .cbe-carousels .cbe-carousel-template .ik-block-carousel .swiper-block-carousel .swiper-slide .ik-carousel-caption {
  width: 70%;
}
body .cbe-carousels .cbe-carousel-template .ik-block-carousel .swiper-block-carousel .swiper-slide .ik-carousel-caption h3 {
  margin-bottom: 10px;
  font-size: 20px;
}
body .cbe-carousels .cbe-carousel-template .ik-block-carousel .swiper-nav-arrow {
  height: 100px;
  position: absolute;
  width: calc(100% + 20px);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
body .cbe-carousels .cbe-carousel-template .ik-block-carousel .swiper-nav-arrow .swiper-button {
  opacity: 1;
  visibility: visible;
  background: transparent !important;
}
body .cbe-carousels .cbe-carousel-template .ik-block-carousel .swiper-nav-arrow .swiper-button-prev {
  rotate: 180deg;
}
body .cbe-template-fond-noir {
  max-width: 100% !important;
  padding: 100px 50px !important;
  position: relative;
}
body .cbe-template-fond-noir::after {
  content: "";
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 375px;
  background: url(./../icons/cbe-background-star.svg) no-repeat;
  z-index: 0;
}
body .cbe-template-fond-noir.no-star:after {
  display: none;
}
body .cbe-template-fond-noir > h2 {
  max-width: 1000px !important;
  margin-bottom: 110px;
  position: relative;
  line-height: 1.2;
}
body .cbe-template-fond-noir > h2::before {
  content: "";
  display: block;
  width: 230px;
  height: 180px;
  background: url(./../icons/cbe-titre-star.svg) no-repeat;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
  background-size: contain !important;
}
body .cbe-template-fond-noir > h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 11px;
  background: url(./../icons/cbe-titre-under.svg) no-repeat;
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
}
body .cbe-template-fond-noir > p {
  max-width: 1000px !important;
  margin-bottom: 40px;
}
body .cbe-template-fond-noir > .wp-block-buttons .wp-element-button {
  border-color: var(--wp--preset--color--white);
}
body .cbe-template-fond-noir > .wp-block-buttons .wp-element-button:hover {
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black) !important;
}
body .cbe-template-fond-noir > .wp-block-columns {
  max-width: 1300px;
  gap: 80px;
  margin-bottom: 80px;
}
body .cbe-template-fond-noir .cbe-beaux-projets {
  max-width: 1300px;
  padding: 60px 100px 100px;
  background-color: rgba(255, 255, 255, 0.75) !important;
  position: relative;
}
body .cbe-template-fond-noir .cbe-beaux-projets::before {
  content: "";
  position: absolute;
  top: 70px;
  right: -96px;
  width: 193px;
  height: 169px;
  background: url(./../icons/cbe-etoile-1.svg) no-repeat;
}
body .cbe-template-fond-noir .cbe-beaux-projets:after {
  content: "";
  position: absolute;
  bottom: -53px;
  left: 96px;
  width: 133px;
  height: 110px;
  background: url(./../icons/cbe-etoile-2.svg) no-repeat;
}
body .cbe-template-fond-noir .cbe-beaux-projets h3 {
  margin-bottom: 80px;
  font-size: 32px;
}
body .cbe-template-fond-noir .cbe-beaux-projets .porjet-footer {
  padding: 35px 0;
  border-top: 2px solid;
  border-bottom: 2px solid;
  margin-top: 40px;
  gap: 30px;
}
body .cbe-template-fond-noir .cbe-beaux-projets .porjet-footer p {
  width: calc(100% - 200px);
}
body .cbe-template-fond-noir .cbe-beaux-projets .porjet-footer .wp-block-buttons {
  width: 200px;
  justify-content: flex-end;
}
body .projets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
body .projets .projet {
  display: flex;
  gap: 25px;
}
body .projets .projet figure {
  width: 30%;
  max-width: 140px;
  display: flex;
  justify-content: flex-end;
}
body .projets .projet figure img {
  margin-top: -20px;
  height: 110px;
  width: 110px;
  object-fit: contain;
}
body .projets .projet > .wp-block-group {
  width: 70%;
}
body .projets .projet > .wp-block-group h4 {
  font-weight: 600;
  font-size: 20px;
}
body .objet-unique {
  gap: 30px;
}
body .objet-unique figure {
  height: 110px;
  width: 110px;
}
body .objet-unique figure img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
body .objet-unique > p {
  width: 100%;
}

.cbe-text-fond {
  padding: 100px 0 100px 100px;
  gap: 80px;
}
.cbe-text-fond .col-text h2 {
  margin-bottom: 50px;
}
.cbe-text-fond .col-text .cbe-rangee {
  gap: 30px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.cbe-text-fond .col-text .cbe-rangee figure {
  width: 140px;
  height: 140px;
}
.cbe-text-fond .col-text .cbe-rangee .wp-block-group {
  width: 100%;
}
.cbe-text-fond .col-text .cbe-rangee .wp-block-group h4 {
  font-size: 20px;
  font-weight: 800;
}
.cbe-text-fond .col-fond {
  background: url(./../icons/cbe-fond-fiscalite.svg) no-repeat;
  background-size: cover !important;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 750px;
  padding: 50px;
}
.cbe-text-fond .col-fond > .wp-block-group {
  max-width: 550px;
}
.cbe-text-fond .col-fond > .wp-block-group h2 {
  margin-bottom: 40px;
  color: var(--wp--preset--color--white);
}
.cbe-text-fond .col-fond > .wp-block-group p {
  color: var(--wp--preset--color--white);
}

@media (max-width: 1600px) {
  body .wp-block-group.cbe-header-full {
    height: auto;
  }
  body .cbe-titre-text {
    padding: 50px 100px 80px !important;
  }
  body .cbe-img-text .col-text {
    padding-right: 50px;
  }
  body .cbe-carousels {
    max-width: 100% !important;
    padding: 0 100px 100px !important;
  }
  body .cbe-carousels .cbe-carousel-template:nth-of-type(2) {
    margin-bottom: 30px;
  }
  body .cbe-carousels .cbe-carousel-template {
    margin-bottom: 50px;
  }
}
@media (max-width: 1400px) {
  body .cbe-partenaire-section-1 {
    padding: 0 0 50px 50px !important;
  }
  body .cbe-template-fond-noir > .wp-block-columns {
    gap: 30px;
    margin-bottom: 30px;
  }
  body .cbe-text-fond {
    padding: 50px 0 50px 50px;
    gap: 50px;
  }
}
@media (max-width: 1224px) {
  body .wp-block-group.cbe-header-full .wp-block-columns .wp-block-column:first-of-type {
    padding-top: 180px;
    padding-bottom: 50px;
  }
  body .cbe-partenaire-section-1 .wp-block-columns .wp-block-column:first-of-type p {
    margin: 30px 0 !important;
  }
  body .cbe-img-text {
    flex-direction: column-reverse;
    padding: 0 50px;
    gap: 50px;
    margin-bottom: 0;
  }
  body .cbe-img-text .col-img figure {
    margin-bottom: 0;
  }
  body .cbe-img-text .col-img figure img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
  }
  body .cbe-img-text .col-text {
    padding-right: 0;
  }
  body .cbe-img-text .col-text h2, body .cbe-img-text .col-text p {
    max-width: 100% !important;
  }
  body .cbe-titre-text {
    padding: 50px !important;
    flex-direction: column;
  }
  body .cbe-titre-text h2 {
    margin-bottom: 30px;
  }
  body .cbe-titre-text > div {
    width: 100%;
  }
  body .cbe-titre-text > div p {
    margin-bottom: 0;
  }
  body .cbe-carousels {
    padding: 0 50px 100px !important;
  }
  body .cbe-template-fond-noir {
    padding: 70px 50px !important;
  }
  body .cbe-template-fond-noir > h2 {
    margin-bottom: 90px;
  }
  body .cbe-template-fond-noir .cbe-beaux-projets {
    padding: 50px 50px 80px;
  }
  body .cbe-img-text.festival {
    margin-bottom: 90px;
  }
  body .cbe-titre-text.entreprises {
    padding-top: 0 !important;
    z-index: 1;
    position: relative;
  }
}
@media (max-width: 1024px) {
  body .wp-block-group.cbe-header-full .wp-block-columns {
    gap: 20px;
  }
  body .wp-block-group.cbe-header-full .wp-block-columns .wp-block-column:first-of-type {
    padding: 180px 50px 0;
    margin-bottom: 0;
  }
  body .wp-block-group.cbe-header-full .wp-block-columns .wp-block-column:first-of-type h1, body .wp-block-group.cbe-header-full .wp-block-columns .wp-block-column:first-of-type p {
    max-width: 100% !important;
  }
  body .wp-block-group.cbe-header-full .wp-block-columns .wp-block-column:first-of-type > .wp-block-buttons {
    margin-bottom: 30px;
  }
  body .wp-block-group.cbe-header-full .wp-block-columns .wp-block-column:last-of-type figure:first-of-type {
    display: none;
  }
  body .wp-block-group.cbe-header-full .wp-block-columns .wp-block-column:last-of-type .cbe-img-mobile {
    display: block;
  }
  body .cbe-partenaire-section-1 {
    padding: 0 0 50px 0 !important;
  }
  body .projets {
    align-items: flex-start;
  }
  body .projets .projet {
    flex-direction: column;
    gap: 10px;
  }
  body .projets .projet figure {
    margin-left: 0 !important;
    margin-bottom: 0;
    display: block;
  }
  body .projets .projet figure img {
    margin-top: 0;
  }
  body .projets .projet > .wp-block-group {
    width: 100%;
  }
  body .cbe-template-fond-noir::after {
    display: none;
  }
  body .cbe-carousels .cbe-carousel-template > h3 {
    padding-left: 0;
  }
  body .cbe-carousels .cbe-carousel-template > h3::before {
    display: none;
  }
  body .cbe-carousels .cbe-carousel-template .ik-block-carousel {
    padding: 0 20px;
  }
  body .cbe-carousels .cbe-carousel-template .ik-block-carousel .swiper-block-carousel .swiper-slide {
    flex-direction: column;
    gap: 0px;
  }
  body .cbe-carousels .cbe-carousel-template .ik-block-carousel .swiper-block-carousel .swiper-slide .ik-carousel-caption {
    width: 100%;
  }
  body .cbe-carousels .cbe-carousel-template .ik-block-carousel .swiper-block-carousel .swiper-slide .ik-carousel-caption h3 {
    font-size: 16px;
  }
  body .cbe-carousels .cbe-carousel-template .ik-block-carousel .swiper-nav-arrow {
    width: calc(100% + 80px);
  }
}
@media (max-width: 781px) {
  body .wp-block-group.cbe-header-full .wp-block-columns {
    gap: 0;
  }
  body .wp-block-group.cbe-header-full .wp-block-columns .wp-block-column:first-of-type {
    padding: 130px 30px 0;
  }
  body .cbe-img-text {
    margin-top: -20px;
    padding: 0 30px;
    gap: 30px;
  }
  body .cbe-img-text .col-text ul {
    margin-bottom: 30px;
  }
  body .cbe-titre-text {
    padding: 30px !important;
  }
  body .cbe-carousels {
    padding: 0 30px 70px !important;
  }
  body .cbe-carousels .cbe-carousel-template > h3 {
    margin-bottom: 20px;
  }
  body .cbe-carousels .cbe-carousel-template .ik-block-carousel {
    padding: 0;
  }
  body .cbe-carousels .cbe-carousel-template .ik-block-carousel .swiper-nav-arrow {
    width: calc(100% + 30px);
    top: calc(100% + 10px);
  }
  body .cbe-carousels .cbe-carousel-template:nth-of-type(2) {
    margin-bottom: 50px;
  }
  body .cbe-template-fond-noir {
    padding: 30px 30px 55px !important;
  }
  body .cbe-template-fond-noir > h2 {
    margin-bottom: 30px;
    text-align: left;
  }
  body .cbe-template-fond-noir > h2::before, body .cbe-template-fond-noir > h2::after {
    display: none;
  }
  body .cbe-template-fond-noir > .wp-block-columns {
    gap: 0;
    margin-bottom: 0;
  }
  body .cbe-template-fond-noir .cbe-beaux-projets {
    padding: 30px 30px 80px;
  }
  body .cbe-template-fond-noir .cbe-beaux-projets::before {
    right: -48px;
    width: 93px;
    height: 79px;
  }
  body .cbe-template-fond-noir .cbe-beaux-projets h3 {
    margin-bottom: 30px;
  }
  body .cbe-template-fond-noir .cbe-beaux-projets .porjet-footer {
    flex-direction: column;
    padding: 30px 0;
    margin-top: 10px;
    align-items: flex-start;
  }
  body .cbe-template-fond-noir .cbe-beaux-projets .porjet-footer p {
    width: 100%;
  }
  body .cbe-template-fond-noir .cbe-beaux-projets .porjet-footer .wp-block-buttons {
    justify-content: flex-start;
  }
  body .cbe-template-fond-noir.festival > h2 {
    text-align: center;
  }
  body .projets {
    gap: 0;
    grid-template-columns: 1fr;
  }
  body .projets .projet {
    margin-bottom: 20px;
  }
  body .projets .projet figure {
    margin-bottom: 10px;
  }
  body .cbe-titre-text.entreprises {
    margin-top: -20px;
  }
  body .cbe-carousels.entreprises .cbe-carousel-template {
    margin-bottom: 0;
  }
  body .objet-unique {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  body .objet-unique figure {
    height: auto;
  }
}
@media (max-width: 550px) {
  body .wp-block-group.cbe-header-full .wp-block-columns .wp-block-column:first-of-type {
    padding: 120px 20px 0;
  }
  body .cbe-img-text {
    padding: 0 20px;
  }
  body .cbe-titre-text {
    padding: 30px 20px !important;
  }
  body .cbe-carousels {
    padding: 0 20px 70px !important;
  }
  body .cbe-template-fond-noir {
    padding: 30px 20px 55px !important;
  }
  body .cbe-template-fond-noir .cbe-beaux-projets {
    padding: 20px 20px 80px;
  }
  body .cbe-img-text.festival {
    margin-bottom: 60px;
  }
}
.home {
  background-color: var(--wp--preset--color--black);
}
.home .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0;
}
.home .main-content .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100%;
}

body .hide {
  display: none;
}
body .cbe-sub-header {
  margin-top: -11.4em;
  position: relative;
  margin-bottom: 100px;
}
body .cbe-sub-header .wp-block-video {
  position: relative;
  margin-bottom: 0;
}
body .cbe-sub-header .wp-block-video:before {
  content: "";
  display: block;
  position: absolute;
  height: 80px;
  width: 1px;
  left: 50%;
  bottom: 0;
  background: var(--wp--preset--color--white);
}
body .cbe-sub-header .wp-block-video video {
  height: 100vh;
  background: var(--wp--preset--color--black);
}
body .cbe-sub-header h1 {
  position: absolute;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
}
body .cbe-sub-header .wp-block-group {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  bottom: 60px;
  padding: 0 4%;
}
body .cbe-sub-header .wp-block-group .cbe-bouton-musique {
  width: inherit;
  display: flex;
  cursor: pointer;
}
body .cbe-sub-header .wp-block-group .cbe-bouton-musique:hover span {
  height: 1px !important;
}
body .cbe-sub-header .wp-block-group .cbe-bouton-musique .cbe-graph {
  display: flex;
  align-items: flex-end;
  margin: auto 0;
  height: 20px;
  padding-bottom: 5px;
}
body .cbe-sub-header .wp-block-group .cbe-bouton-musique .cbe-graph span {
  display: block;
  background: white;
  width: 3px;
  margin-right: 4px;
  transition: 0.3s;
}
body .cbe-sub-header .wp-block-group .cbe-bouton-musique .cbe-graph span:first-of-type {
  height: 20px;
  transition-delay: 50ms;
}
body .cbe-sub-header .wp-block-group .cbe-bouton-musique .cbe-graph span:nth-of-type(2) {
  height: 10px;
  transition-delay: 100ms;
}
body .cbe-sub-header .wp-block-group .cbe-bouton-musique .cbe-graph span:nth-of-type(3) {
  height: 12px;
  transition-delay: 150ms;
}
body .cbe-sub-header .wp-block-group .cbe-bouton-musique .cbe-graph span:nth-of-type(4) {
  height: 6px;
  transition-delay: 200ms;
}
body .cbe-sub-header .wp-block-group .cbe-bouton-musique .cbe-graph span:last-of-type {
  height: 12px;
  transition-delay: 250ms;
}
body .cbe-sub-header .wp-block-group .cbe-bouton-musique a {
  font-weight: 600;
  text-transform: uppercase;
  background-color: transparent;
  padding: 0 0 3px 2px;
  display: flex;
  align-items: center;
}
body .cbe-sub-header .wp-block-group .cbe-bouton-musique a:hover {
  color: var(--wp--preset--color--white);
}
body .cbe-sub-header .wp-block-group .wp-block-buttons {
  width: 100%;
}
body .cbe-acteur, body .cbe-evenements, body .cbe-actu, body .cbe-partenaires {
  padding: 6em 0 3.5em 40px;
}
body .cbe-acteur > .wp-block-columns, body .cbe-evenements > .wp-block-columns {
  margin-bottom: 0;
}
body .cbe-acteur > .wp-block-columns > .cbe-col-1, body .cbe-evenements > .wp-block-columns > .cbe-col-1 {
  flex-basis: 47%;
}
body .cbe-acteur > .wp-block-columns > .cbe-col-2, body .cbe-evenements > .wp-block-columns > .cbe-col-2 {
  flex-basis: 53%;
}
body .cbe-acteur > .wp-block-columns > .cbe-col-2 figure, body .cbe-evenements > .wp-block-columns > .cbe-col-2 figure {
  margin-bottom: 0;
}
body .cbe-acteur > .wp-block-columns > .cbe-col-2 figure img, body .cbe-evenements > .wp-block-columns > .cbe-col-2 figure img {
  width: 100%;
}
body .cbe-acteur h3 {
  font-size: 50px;
  max-width: 1000px;
  margin: 0 auto 2em;
  padding-right: 50px;
  font-weight: 200;
  text-align: center;
}
body .cbe-acteur > .wp-block-columns > .cbe-col-1 .wp-block-columns {
  gap: 0;
}
body .cbe-acteur > .wp-block-columns > .cbe-col-1 .wp-block-columns .wp-block-column h2 {
  margin-top: -17px;
}
body .cbe-acteur > .wp-block-columns > .cbe-col-1 .wp-block-columns .wp-block-column:last-of-type {
  padding-right: 25px;
}
body .cbe-acteur > .wp-block-columns > .cbe-col-1 .wp-block-columns .wp-block-column:last-of-type p:last-of-type {
  margin-bottom: 50px;
}
body .cbe-evenements {
  background-color: var(--wp--preset--color--black);
}
body .cbe-evenements > .wp-block-columns > .cbe-col-1 {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}
body .cbe-evenements > .wp-block-columns > .cbe-col-1 .wp-block-columns {
  gap: 0;
  margin-bottom: 0;
}
body .cbe-evenements > .wp-block-columns > .cbe-col-1 .wp-block-columns .wp-block-column:first-of-type {
  flex-basis: 37% !important;
  padding-right: 30px;
}
body .cbe-evenements > .wp-block-columns > .cbe-col-1 .wp-block-columns .wp-block-column:last-of-type {
  flex-basis: 63% !important;
  padding-right: 30px;
}
body .cbe-evenements > .wp-block-columns > .cbe-col-1 .wp-block-video {
  width: 65%;
  margin: auto;
  padding-bottom: 30px;
}
body .cbe-evenements > .wp-block-columns > .cbe-col-2 {
  position: relative;
}
body .cbe-evenements > .wp-block-columns > .cbe-col-2 h3 {
  color: var(--wp--preset--color--white);
}
body .cbe-evenements > .wp-block-columns > .cbe-col-2 p {
  margin-bottom: 0;
}
body .cbe-evenements > .wp-block-columns > .cbe-col-2 .btn-loader-block {
  display: none;
}
body .cbe-evenements > .wp-block-columns > .cbe-col-2 .cbe-event-legende {
  position: absolute;
  bottom: 0;
}
body .cbe-evenements h2 {
  margin-top: -13px;
  color: var(--wp--preset--color--white);
}
body .cbe-evenements p {
  color: var(--wp--preset--color--white);
}
body .cbe-actu {
  background: linear-gradient(100deg, rgb(228, 25, 127) 0%, rgb(45, 145, 207) 100%);
  padding-top: 55px;
  position: relative;
}
body .cbe-actu:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  height: 50vw;
  width: 55vw;
  background: url("../icons/cbe-actu-etoile.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 100px;
  opacity: 6%;
}
body .cbe-actu .wp-block-columns {
  margin-bottom: 10px;
}
body .cbe-actu .wp-block-columns .wp-block-column:first-of-type h2 {
  color: var(--wp--preset--color--white);
  max-width: 250px;
}
body .cbe-actu .wp-block-columns .wp-block-column:last-of-type {
  display: flex;
}
body .cbe-actu .wp-block-columns .wp-block-column:last-of-type .wp-block-buttons {
  width: 100%;
  display: flex;
  max-width: 790px;
  padding-right: 30px;
  padding-top: 10px;
}
body .cbe-actu .wp-block-columns .wp-block-column:last-of-type .wp-block-buttons a:hover {
  border: 1px solid var(--wp--preset--color--white);
  color: var(--wp--preset--color--senary);
}
body .cbe-actu .cbe-actus-club {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1620px;
  padding: 0 40px 0 0;
  margin: auto auto 30px auto;
  position: relative;
}
body .cbe-actu .cbe-actus-club article.single-actu {
  width: 32%;
  display: block;
  margin-bottom: 60px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  background: var(--wp--preset--color--white);
}
body .cbe-actu .cbe-actus-club article.single-actu header {
  overflow: hidden;
  height: 350px;
  width: 100%;
}
body .cbe-actu .cbe-actus-club article.single-actu header img {
  min-height: 350px;
  max-height: 350px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all ease 1.5s;
}
body .cbe-actu .cbe-actus-club article.single-actu div {
  padding: 20px 30px;
  background: white;
}
body .cbe-actu .cbe-actus-club article.single-actu div p.title-actu {
  margin-bottom: 20px;
  height: 60px;
  overflow: hidden;
  font-weight: 600;
}
body .cbe-actu .cbe-actus-club article.single-actu div p:last-of-type {
  font-size: 16px;
  font-weight: 500;
}
body .cbe-actu .cbe-actus-club article.single-actu div p:last-of-type a {
  font-size: 22px;
  line-height: 140%;
}
body .cbe-actu .cbe-actus-club article.single-actu div span {
  font-weight: 600;
}
body .cbe-actu .cbe-actus-club article.single-actu:hover header img {
  scale: 1.05;
}
body .cbe-actu .cbe-actus-club article.single-actu:hover div p.title-actu a {
  color: var(--wp--preset--color--secondary);
}
body .cbe-partenaires h2 {
  max-width: 250px;
}
body .cbe-partenaires .block-partenaires .block-partenaires-container {
  justify-content: space-between;
}
body .cbe-partenaires .block-partenaires .block-partenaires-container .partenaire-item img {
  max-height: 175px;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 1600px) {
  body .cbe-acteur > .wp-block-columns > .cbe-col-1 .wp-block-columns,
  body .cbe-evenements > .wp-block-columns > .cbe-col-1 .wp-block-columns {
    display: flex;
    flex-direction: column;
  }
  body .cbe-acteur > .wp-block-columns > .cbe-col-2 .wp-block-image {
    height: 100%;
  }
  body .cbe-acteur > .wp-block-columns > .cbe-col-2 .wp-block-image img {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1400px) {
  body .cbe-acteur, body .cbe-evenements, body .cbe-actu, body .cbe-partenaires {
    padding: 50px;
  }
  body .cbe-acteur {
    padding-right: 0;
  }
  body .cbe-acteur h3 {
    font-size: 35px;
  }
  body .cbe-evenements > .wp-block-columns > .cbe-col-1 {
    flex-basis: 35% !important;
  }
  body .cbe-evenements > .wp-block-columns > .cbe-col-2 {
    flex-basis: 65% !important;
  }
  body .cbe-actu .wp-block-columns .wp-block-column:last-of-type .wp-block-buttons {
    padding-right: 0;
  }
  body .cbe-actu .cbe-actus-club {
    padding-right: 0;
    margin-bottom: 0;
  }
  body .cbe-actu .cbe-actus-club article.single-actu {
    margin-bottom: 30px;
  }
}
@media (max-width: 1224px) {
  body .cbe-acteur {
    padding-right: 50px;
  }
  body .cbe-acteur h3 {
    margin: auto auto 60px 0;
    text-align: left;
  }
  body .cbe-evenements > .wp-block-columns > .cbe-col-1 .wp-block-video {
    width: 500px;
    margin: 50px auto;
  }
  body .cbe-evenements > .wp-block-columns > .cbe-col-1 {
    margin-bottom: 20px;
  }
  body .cbe-acteur > .wp-block-columns,
  body .cbe-evenements > .wp-block-columns {
    display: flex;
    flex-direction: column;
  }
  body .cbe-acteur > .wp-block-columns > .cbe-col-1 .wp-block-columns .wp-block-column:last-of-type {
    padding-right: 0;
  }
  body .cbe-evenements > .wp-block-columns > .cbe-col-1 {
    padding-bottom: 0;
  }
  body .cbe-actu {
    padding-bottom: 20px;
  }
  body .cbe-actu .cbe-actus-club {
    padding: 0;
  }
  body .cbe-actu .cbe-actus-club article.single-actu {
    width: 49%;
  }
  body .cbe-actu .cbe-actus-club article.single-actu div p.title-actu {
    margin-bottom: 10px;
    height: 50px;
  }
  body .cbe-actu .cbe-actus-club article.single-actu div p.title-actu a {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  body .cbe-sub-header {
    margin-top: 0;
  }
  body .cbe-acteur, body .cbe-evenements, body .cbe-actu, body .cbe-partenaires {
    padding: 50px 30px 30px;
  }
  body .cbe-sub-header .wp-block-video {
    background: var(--wp--preset--color--black);
  }
  body .cbe-sub-header .wp-block-video video {
    scale: 0.7;
    min-height: 500px;
    height: auto;
  }
}
@media (max-width: 781px) {
  body .cbe-actu .wp-block-columns {
    gap: 0;
  }
  body .cbe-actu .wp-block-columns .wp-block-column:first-of-type h2 {
    max-width: 100%;
    margin-bottom: 20px;
  }
  body .cbe-actu .wp-block-columns .wp-block-column:last-of-type .wp-block-buttons {
    margin-bottom: 25px;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  body .cbe-acteur, body .cbe-evenements, body .cbe-actu, body .cbe-partenaires {
    padding: 30px 20px 20px;
  }
  div.block-partenaires > .block-partenaires-container {
    padding: 0;
  }
  body .cbe-sub-header > .wp-block-group {
    bottom: 20px;
    padding: 0 30px;
  }
  body .cbe-sub-header > .wp-block-group > .wp-block-buttons {
    margin-top: -40px;
    padding: 0;
  }
  body .cbe-sub-header > .wp-block-group > .wp-block-buttons .cta-principal a {
    padding: 11px 15px;
    font-size: 13px;
  }
  body .cbe-sub-header .wp-block-video:before {
    display: none;
  }
  body .cbe-acteur h3 {
    font-size: 28px;
  }
  body .cbe-acteur > .wp-block-columns > .cbe-col-1 .wp-block-columns {
    margin-bottom: 0;
  }
  body .cbe-acteur > .wp-block-columns > .cbe-col-1 .wp-block-columns .wp-block-column:last-of-type p:last-of-type {
    margin-bottom: 30px;
  }
  body .cbe-actu, body .cbe-partenaires {
    padding: 30px 20px;
  }
  body .cbe-evenements > .wp-block-columns > .cbe-col-1 .wp-block-video {
    width: 90%;
    margin: 30px auto;
  }
  body .cbe-evenements > .wp-block-columns > .cbe-col-1 .wp-block-buttons {
    justify-content: center;
  }
  body .cbe-actu .cbe-actus-club article.single-actu {
    width: 100%;
  }
  body .cbe-actu .cbe-actus-club article.single-actu:last-of-type {
    margin-bottom: 0;
  }
  body .cbe-actu .cbe-actus-club article.single-actu div {
    padding: 20px;
  }
  body .cbe-actu .cbe-actus-club article.single-actu div .title-actu {
    height: auto !important;
  }
  body .cbe-actu .cbe-actus-club article.single-actu div .title-actu a {
    font-size: 22px;
  }
}
@media (max-width: 550px) {
  body .cbe-sub-header .wp-block-video video {
    scale: 1;
    margin-top: -50px;
    margin-bottom: 20px;
  }
  body .cbe-sub-header > .wp-block-group {
    display: flex;
    flex-direction: column;
  }
  body .cbe-sub-header > .wp-block-group .wp-block-buttons {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  body .cbe-sub-header > .wp-block-group > div {
    justify-content: center;
  }
}
body.blog {
  background: var(--wp--preset--color--black);
}
body.blog .main-content {
  margin-bottom: 10em;
  margin-top: 90px;
}
body.blog .main-content .main-recherche {
  padding: 0;
}
body.blog .main-content .main-recherche .inner-recherche {
  max-width: 1550px;
}
body.blog .main-content .main-recherche .inner-recherche .cbe-blog-header .wp-block-columns .wp-block-column {
  flex-grow: inherit;
  flex-basis: inherit;
}
body.blog .main-content .main-recherche .inner-recherche .cbe-blog-header .wp-block-columns .wp-block-column:first-of-type {
  max-width: 250px;
}
body.blog .main-content .main-recherche .inner-recherche .cbe-blog-header .wp-block-columns .wp-block-column:last-of-type {
  max-width: 520px;
  padding-top: 15px;
}
body.blog .main-content .main-recherche .inner-recherche .cbe-blog-header .wp-block-columns .wp-block-column:last-of-type p {
  color: var(--wp--preset--color--white);
}
body.blog .main-content .main-recherche .inner-recherche h1 {
  color: var(--wp--preset--color--white);
  font-weight: 500;
  margin-bottom: 70px;
}
body.blog .main-content .main-recherche .inner-recherche form.ik-blog-all-filters {
  max-width: 100% !important;
  margin-bottom: 30px !important;
}
body.blog .main-content .main-recherche .inner-recherche form.ik-blog-all-filters nav.ik-blog-select-filter {
  width: 80%;
  margin-right: 0 !important;
}
body.blog .main-content .main-recherche .inner-recherche form.ik-blog-all-filters nav.ik-blog-select-filter ul {
  width: 100%;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
body.blog .main-content .main-recherche .inner-recherche form.ik-blog-all-filters nav.ik-blog-select-filter ul li {
  list-style: none;
  margin-right: 13px;
  padding: 0 1.2vw;
  border: 1px solid white;
  display: flex;
  align-items: center;
}
body.blog .main-content .main-recherche .inner-recherche form.ik-blog-all-filters nav.ik-blog-select-filter ul li.active {
  background: var(--wp--preset--color--quaternary);
  border: 1px solid var(--wp--preset--color--quaternary);
}
body.blog .main-content .main-recherche .inner-recherche form.ik-blog-all-filters nav.ik-blog-select-filter ul li a {
  color: var(--wp--preset--color--white);
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
}
body.blog .main-content .main-recherche .inner-recherche form.ik-blog-all-filters .search-form {
  width: 20%;
}
body.blog .main-content .main-recherche .inner-recherche form.ik-blog-all-filters .search-form input {
  height: 40px !important;
  padding: 0 20px !important;
}
body.blog .main-content .main-recherche .inner-recherche form.ik-blog-all-filters .search-form input[type=text] {
  background-color: transparent !important;
  border: 1px solid var(--wp--preset--color--white) !important;
  font-size: 15px !important;
  color: var(--wp--preset--color--white) !important;
  font-weight: 400 !important;
}
body.blog .main-content .main-recherche .inner-recherche form.ik-blog-all-filters .search-form input[type=text]::placeholder {
  font-size: 15px;
  font-style: italic;
  color: var(--wp--preset--color--white);
}
body.blog .main-content .main-content-inner {
  max-width: 1550px;
}
body.blog .main-content .main-content-inner .ik-bread-crumb {
  display: none;
}
body.blog .main-content .main-content-inner .ik-archive-post-epingles {
  padding: 15px;
  background: var(--wp--preset--color--white);
  margin-bottom: 20px;
}
body.blog .main-content .main-content-inner .ik-archive-post-epingles .swiper-wrapper .ik-featured-blog {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1550px;
  width: 100% !important;
}
body.blog .main-content .main-content-inner .ik-archive-post-epingles .swiper-wrapper .ik-featured-blog .ik-featured-blog-content {
  width: 50%;
  padding-left: 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
}
body.blog .main-content .main-content-inner .ik-archive-post-epingles .swiper-wrapper .ik-featured-blog .ik-featured-blog-content header {
  max-width: 400px;
}
body.blog .main-content .main-content-inner .ik-archive-post-epingles .swiper-wrapper .ik-featured-blog .ik-featured-blog-content header a {
  text-decoration: none;
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 25px;
  display: block;
}
body.blog .main-content .main-content-inner .ik-archive-post-epingles .swiper-wrapper .ik-featured-blog .ik-featured-blog-content main {
  max-width: 400px;
}
body.blog .main-content .main-content-inner .ik-archive-post-epingles .swiper-wrapper .ik-featured-blog .ik-featured-blog-content main .ik-featured-blog-link {
  display: none;
}
body.blog .main-content .main-content-inner .ik-archive-post-epingles .swiper-wrapper .ik-featured-blog .ik-featured-blog-content main .ik-featured-blog-extract {
  font-size: 15px;
}
body.blog .main-content .main-content-inner .ik-archive-post-epingles .swiper-wrapper .ik-featured-blog .ik-featured-blog-content main .ik-featured-blog-date {
  font-weight: 600;
  margin-top: 20px;
}
body.blog .main-content .main-content-inner .ik-archive-post-epingles .swiper-wrapper .ik-featured-blog .ik-featured-blog-content footer {
  display: none;
}
body.blog .main-content .main-content-inner .ik-archive-post-epingles .swiper-wrapper .ik-featured-blog .ik-featured-blog-thumb {
  width: 50%;
}
body.blog .main-content .main-content-inner .ik-archive-post-epingles .swiper-wrapper .ik-featured-blog .ik-featured-blog-thumb a {
  display: block;
  height: 100%;
}
body.blog .main-content .main-content-inner .ik-archive-post-epingles .swiper-wrapper .ik-featured-blog .ik-featured-blog-thumb a img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
body.blog .main-content .main-content-inner #ik-content-blog-articles .no-results {
  color: var(--wp--preset--color--white);
}
body.blog .main-content .main-content-inner #ik-content-blog-articles .ik-grid-result {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.blog .main-content .main-content-inner #ik-content-blog-articles .ik-grid-result .single-blog-grid {
  flex-direction: column;
  background: var(--wp--preset--color--white);
  width: 32%;
  margin: 45px 0 30px;
}
body.blog .main-content .main-content-inner #ik-content-blog-articles .ik-grid-result .single-blog-grid header {
  height: 350px;
  width: 100%;
}
body.blog .main-content .main-content-inner #ik-content-blog-articles .ik-grid-result .single-blog-grid main {
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
}
body.blog .main-content .main-content-inner #ik-content-blog-articles .ik-grid-result .single-blog-grid main .single-post-grid-content {
  padding: 0;
}
body.blog .main-content .main-content-inner #ik-content-blog-articles .ik-grid-result .single-blog-grid main .single-post-grid-content a.single-post-list-title h2 {
  font-size: 20px;
  text-transform: none;
  min-height: 50px;
  overflow: hidden;
  font-weight: 600;
}
body.blog .main-content .main-content-inner #ik-content-blog-articles .ik-grid-result .single-blog-grid main .single-post-grid-content .ik-articles-mae-category {
  display: inline-block;
  width: auto;
  padding: 4px 15px 6px;
  min-width: 150px;
  text-align: center;
  background: linear-gradient(90deg, rgb(121, 62, 127) 0%, rgb(228, 25, 127) 100%);
  color: var(--wp--preset--color--white);
  font-weight: 600;
  font-size: 16px;
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 10px;
  text-decoration: none;
  transition: 0.3s;
}
body.blog .main-content .main-content-inner #ik-content-blog-articles .ik-grid-result .single-blog-grid main .single-post-grid-content .ik-articles-mae-category:hover {
  background: linear-gradient(180deg, rgb(121, 62, 127) 0%, rgb(228, 25, 127) 100%);
}
body.blog .main-content .main-content-inner #ik-content-blog-articles .ik-grid-result .single-blog-grid main .single-post-grid-content .ik-articles-date {
  font-size: 15px;
  font-weight: 600;
  color: var(--wp--preset--color--quaternary);
}

@media (max-width: 1600px) {
  body.blog .main-content {
    margin-bottom: 4em;
  }
  body.blog .main-content .main-recherche .inner-recherche {
    padding: 0 60px;
  }
  body.blog .main-content .main-content-inner {
    padding: 0 60px;
  }
}
@media (max-width: 1400px) {
  body.blog .main-content .main-recherche .inner-recherche form.ik-blog-all-filters nav.ik-blog-select-filter ul li a {
    font-size: 14px;
  }
}
@media (max-width: 1224px) {
  body.blog main .single-blog-grid header {
    min-height: inherit;
    height: inherit !important;
  }
  body.blog main .single-blog-grid header .single-post-grid-thumb img {
    min-height: 280px;
  }
  body.blog .main-content .main-recherche .inner-recherche {
    padding: 0 50px;
  }
  body.blog .main-content .main-recherche .inner-recherche form.ik-blog-all-filters {
    flex-direction: column-reverse;
  }
  body.blog .main-content .main-recherche .inner-recherche form.ik-blog-all-filters .ik-blog-select-filter {
    width: 100% !important;
    orphans: 1;
  }
  body.blog .main-content .main-recherche .inner-recherche form.ik-blog-all-filters .ik-blog-select-filter ul {
    justify-content: space-between;
  }
  body.blog .main-content .main-recherche .inner-recherche form.ik-blog-all-filters .ik-blog-select-filter ul li {
    padding: 0 2vw !important;
    margin-right: 0 !important;
    height: 40px;
  }
  body.blog .main-content .main-recherche .inner-recherche form.ik-blog-all-filters .search-form {
    margin-bottom: 30px;
    width: 100%;
  }
  body.blog .main-content .main-content-inner {
    padding: 0 50px;
  }
}
@media (max-width: 1024px) {
  body.blog .main-content {
    margin-top: 40px;
  }
  body.blog .main-content .main-content-inner #ik-content-blog-articles .ik-grid-result .single-blog-grid {
    width: 48%;
  }
  body.blog .main-content .main-recherche .inner-recherche {
    padding: 0 30px;
  }
  body.blog .main-content .main-recherche .inner-recherche form.ik-blog-all-filters {
    margin-bottom: 0px !important;
  }
  body.blog .main-content .main-recherche .inner-recherche form.ik-blog-all-filters .ik-blog-select-filter ul {
    flex-wrap: wrap;
  }
  body.blog .main-content .main-recherche .inner-recherche form.ik-blog-all-filters .ik-blog-select-filter ul li {
    justify-content: center;
    width: 31%;
    padding: 0 1.5vw !important;
    margin-bottom: 30px;
  }
  body.blog .main-content .main-recherche .inner-recherche form.ik-blog-all-filters .ik-blog-select-filter ul li a {
    font-size: 13px;
  }
  body.blog .main-content .main-recherche .inner-recherche form.ik-blog-all-filters .search-form {
    margin-bottom: 30px;
  }
  body.blog .main-content .main-recherche .inner-recherche form.ik-blog-all-filters .search-form .input[type=text] {
    width: 100%;
  }
  body.blog .main-content .main-content-inner {
    padding: 0 30px;
  }
  body.blog .main-content .main-content-inner .ik-archive-post-epingles {
    margin-bottom: 30px;
  }
  body.blog .main-content .main-content-inner #ik-content-blog-articles .ik-grid-result .single-blog-grid {
    margin: 0 0 30px;
  }
}
@media (max-width: 1024px) {
  body.blog .main-content .main-recherche .inner-recherche h1 {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body.blog .main-content {
    margin-bottom: 0;
    margin-top: 115px;
  }
  body.blog .main-content .main-recherche .inner-recherche .cbe-blog-header {
    gap: 0;
  }
  body.blog .main-content .main-recherche .inner-recherche .cbe-blog-header .wp-block-columns .wp-block-column:first-of-type h1 {
    margin-bottom: 20px;
  }
  body.blog .main-content .main-recherche .inner-recherche .cbe-blog-header .wp-block-columns .wp-block-column:last-of-type {
    padding-top: 0;
  }
  body.blog .main-content .main-recherche .inner-recherche .cbe-blog-header .wp-block-columns .wp-block-column:last-of-type p {
    margin-bottom: 0;
  }
  body.blog .main-content .main-recherche .inner-recherche form.ik-blog-all-filters .ik-blog-select-filter {
    margin-top: 0 !important;
  }
  body.blog .main-content .main-recherche .inner-recherche form.ik-blog-all-filters .ik-blog-select-filter ul li {
    width: 48% !important;
    margin-bottom: 20px !important;
  }
  body.blog .main-content .main-recherche .inner-recherche form.ik-blog-all-filters .search-form {
    margin-bottom: 20px !important;
  }
  body.blog .main-content .main-content-inner .ik-archive-post-epingles .swiper-wrapper .ik-featured-blog {
    flex-direction: column-reverse;
  }
  body.blog .main-content .main-content-inner .ik-archive-post-epingles .swiper-wrapper .ik-featured-blog .ik-featured-blog-content {
    width: 100%;
    padding-left: 0;
  }
  body.blog .main-content .main-content-inner .ik-archive-post-epingles .swiper-wrapper .ik-featured-blog .ik-featured-blog-content header {
    max-width: 100%;
  }
  body.blog .main-content .main-content-inner .ik-archive-post-epingles .swiper-wrapper .ik-featured-blog .ik-featured-blog-content main {
    max-width: 100%;
  }
  body.blog .main-content .main-content-inner .ik-archive-post-epingles .swiper-wrapper .ik-featured-blog .ik-featured-blog-thumb {
    width: 100%;
  }
  body.blog .main-content .main-content-inner #ik-content-blog-articles .ik-grid-result .single-blog-grid header {
    margin-bottom: 0;
    min-height: 200px;
  }
  body.blog .main-content .main-content-inner #ik-content-blog-articles .ik-grid-result .single-blog-grid header a .single-post-grid-thumb img {
    min-height: 200px;
  }
  body.blog .main-content .main-content-inner #ik-content-blog-articles .ik-grid-result .single-blog-grid main {
    padding: 15px !important;
  }
  body.blog .main-content .main-content-inner #ik-content-blog-articles .ik-grid-result .single-blog-grid main .single-post-grid-content a.single-post-list-title {
    display: block;
    height: auto;
    margin-bottom: 10px;
  }
  body.blog .main-content .main-content-inner #ik-content-blog-articles .ik-grid-result .single-blog-grid main .single-post-grid-content a.single-post-list-title h2 {
    font-size: 16px !important;
    margin-bottom: 0;
  }
  body.blog .main-content .main-content-inner #ik-content-blog-articles .ik-grid-result .single-blog-grid main .single-post-grid-content .ik-articles-date {
    margin-bottom: 0;
  }
}
@media (max-width: 550px) {
  body.blog .main-content .main-recherche .inner-recherche {
    padding: 0 20px;
  }
  body.blog .main-content .main-recherche .inner-recherche form.ik-blog-all-filters .ik-blog-select-filter ul li a {
    font-size: 13px !important;
  }
  body.blog .main-content .main-content-inner {
    padding: 0 20px;
  }
  body.blog .main-content .main-content-inner #ik-content-blog-articles .ik-grid-result .single-blog-grid {
    width: 100%;
  }
  body.blog .main-content .main-content-inner #ik-content-blog-articles .ik-grid-result .single-blog-grid main.single-post-grid-content a.single-post-list-title h2 {
    font-size: 18px !important;
  }
}
.club-ensemble-header {
  padding: 0 50px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.club-ensemble-header::before {
  content: "";
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 550px;
  background: url(./../icons/cbe-club-star-before.svg) no-repeat;
  background-size: contain !important;
  z-index: 0;
}
.club-ensemble-header > .wp-block-group {
  background: url(./../icons/cbe-club-ensemble-fond-header.svg) no-repeat;
  padding: 180px 100px 140px;
  background-size: contain;
  max-width: 1200px;
  width: 100%;
  position: relative;
}
.club-ensemble-header > .wp-block-group h1 {
  -webkit-text-stroke: 1.5px var(--wp--preset--color--black);
  margin-bottom: 20px;
}
.club-ensemble-header > .wp-block-group h1 strong {
  color: var(--wp--preset--color--black);
}
.club-ensemble-header > .wp-block-group p {
  margin-bottom: 40px;
}

.cbe-cards-header {
  max-width: 1300px;
  padding: 0 50px;
  margin: -120px auto 150px;
  position: relative;
}
.cbe-cards-header > .wp-block-column {
  padding: 40px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
}
.cbe-cards-header > .wp-block-column::before {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -70px;
  width: 190%;
  height: 150%;
  background: url(./../icons/cbe-stars-opcity.svg) no-repeat;
  background-size: cover !important;
  z-index: 0;
  transition: 0.3s;
}
.cbe-cards-header > .wp-block-column:hover::before {
  rotate: 20deg;
}
.cbe-cards-header > .wp-block-column:nth-of-type(1):hover {
  background-color: #B1065C !important;
}
.cbe-cards-header > .wp-block-column:nth-of-type(2):hover {
  background-color: #522657 !important;
}
.cbe-cards-header > .wp-block-column:nth-of-type(3):hover {
  background-color: #0970AF !important;
}
.cbe-cards-header > .wp-block-column h2, .cbe-cards-header > .wp-block-column p, .cbe-cards-header > .wp-block-column figure {
  position: relative;
  z-index: 1;
}
.cbe-cards-header > .wp-block-column h2 {
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 25px;
}
.cbe-cards-header > .wp-block-column p:not(.link) {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 10px;
}
.cbe-cards-header > .wp-block-column p.link {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cbe-cards-header > .wp-block-column p.link a {
  font-size: 14px;
  text-decoration: none;
}
.cbe-cards-header > .wp-block-column p.link a:hover {
  text-decoration: underline;
}

.options {
  position: relative;
  z-index: 2;
}

body .cbe-template-fond-noir.shape-bot {
  position: relative;
}
body .cbe-template-fond-noir.shape-bot::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  bottom: -65px;
  left: 0;
  width: 100%;
  height: 132px;
  background: url(./../icons/cbe-shape-blanc.svg) no-repeat;
  z-index: 1;
  transform: inherit;
  top: inherit;
}

.cbe-carousels.club-ensemble {
  max-width: 100% !important;
  padding: 0 100px;
}
.cbe-carousels.club-ensemble h2 {
  margin-bottom: 100px;
}
.cbe-carousels.club-ensemble .projets {
  max-width: 1400px !important;
}
.cbe-carousels.club-ensemble .projets .projet {
  width: 100%;
}

.cbe-section-chiffre {
  max-width: 100% !important;
  padding: 70px 0 30px !important;
}
.cbe-section-chiffre > h3 {
  max-width: 1700px !important;
  margin-right: 0 !important;
  padding-left: 50px;
  margin-bottom: 20px;
  font-size: 45px;
}
.cbe-section-chiffre > .wp-block-group {
  margin-bottom: 80px;
  max-width: 1600px !important;
}
.cbe-section-chiffre > .wp-block-group p.number {
  text-align: center;
  font-size: 70px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 50px;
  position: relative;
}
.cbe-section-chiffre > .wp-block-group p.number::before {
  content: "";
  display: block;
  width: 55px;
  height: 13px;
  background: url(./../icons/cbe-before-number.svg) no-repeat;
  background-size: contain !important;
  position: absolute;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
}
.cbe-section-chiffre > .wp-block-group p:not(.number) {
  font-size: 20px;
  font-weight: 500;
  -webkit-text-stroke: 1px;
  letter-spacing: 1px;
  text-align: center;
}
.cbe-section-chiffre .ik-block-carousel {
  max-width: 1700px !important;
  margin-right: 0 !important;
  padding-left: 50px;
}
.cbe-section-chiffre .ik-block-carousel .swiper-block-carousel .swiper-wrapper .swiper-slide .ik-carousel-caption {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cbe-section-chiffre .ik-block-carousel .swiper-block-carousel .swiper-wrapper .swiper-slide .ik-carousel-caption h3 {
  color: var(--wp--preset--color--white);
  position: absolute;
  bottom: 30px;
  background: var(--wp--preset--color--black);
  width: 90%;
  text-align: center;
  padding: 25px;
  font-size: 20px;
  text-transform: uppercase;
}
.cbe-section-chiffre .ik-block-carousel .swiper-block-carousel .swiper-wrapper .swiper-slide .ik-carousel-caption .ik-cta-principal {
  margin: auto;
  height: 100px;
  width: 100px;
  border-radius: 50px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  opacity: 0;
  transition: 0.5s;
}
.cbe-section-chiffre .ik-block-carousel .swiper-block-carousel .swiper-wrapper .swiper-slide:hover .ik-carousel-caption .ik-cta-principal {
  opacity: 1;
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}

@media (max-height: 1000px) {
  .club-ensemble-header > .wp-block-group {
    margin-bottom: 100px;
  }
}
@media (max-width: 1600px) {
  .club-ensemble-header {
    padding: 70px 50px;
    height: auto;
  }
  .club-ensemble-header > .wp-block-group {
    padding: 180px 100px 170px;
  }
  .cbe-cards-header {
    margin: -120px auto 50px;
  }
  .cbe-carousels.club-ensemble {
    padding: 0 100px 50px !important;
  }
}
@media (max-width: 1400px) {
  .cbe-section-chiffre > .wp-block-group p.number {
    font-size: 40px;
  }
  .cbe-section-chiffre > .wp-block-group p:not(.number) {
    font-size: 17px;
  }
  .cbe-text-fond {
    flex-direction: column;
    padding: 50px !important;
    margin-bottom: 0;
    gap: 20px !important;
  }
  .cbe-text-fond .col-text .cbe-rangee {
    margin-bottom: 20px;
  }
  .cbe-text-fond .col-fond {
    background-size: cover;
    background-position: 0;
    min-height: 400px;
  }
  .cbe-text-fond .col-fond > .wp-block-group {
    max-width: 1000px;
  }
  .cbe-text-fond .col-fond > .wp-block-group p:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 1224px) {
  .cbe-cards-header > .wp-block-column {
    padding: 30px 20px;
  }
  .cbe-cards-header > .wp-block-column h2 {
    font-size: 20px;
  }
  .club-ensemble-header {
    padding: 130px 50px 70px;
  }
  .club-ensemble-header > .wp-block-group {
    background: rgba(245, 245, 252, 0.85);
    padding: 50px 50px 50px;
    width: auto;
  }
  .cbe-section-chiffre > .wp-block-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px 50px;
    padding: 0 50px;
    margin-bottom: 50px;
  }
  .cbe-section-chiffre > .wp-block-group > .wp-block-group {
    width: 100%;
  }
  .cbe-section-chiffre .ik-block-carousel {
    margin-bottom: 60px !important;
  }
}
@media (max-width: 1024px) {
  .cbe-carousels.club-ensemble {
    padding: 0 50px 50px !important;
  }
  .cbe-carousels.club-ensemble h2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 781px) {
  .club-ensemble-header, .cbe-cards-header {
    padding: 0 30px;
  }
  .club-ensemble-header {
    height: auto;
  }
  .club-ensemble-header > .wp-block-group {
    padding: 50px;
    margin-top: 130px;
    margin-bottom: 150px;
  }
  .cbe-carousels.club-ensemble {
    padding: 0 30px 0 !important;
  }
  .cbe-text-fond {
    padding: 30px !important;
  }
  .cbe-text-fond .col-fond {
    min-height: auto;
    padding: 30px;
  }
  .cbe-section-chiffre {
    padding: 40px 0 30px !important;
  }
  .cbe-section-chiffre h2, .cbe-section-chiffre > .wp-block-group, .cbe-section-chiffre h3 {
    padding: 0 30px;
  }
  .cbe-section-chiffre > .wp-block-group {
    margin-bottom: 20px;
  }
  .cbe-section-chiffre .ik-block-carousel {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 550px) {
  .club-ensemble-header > .wp-block-group {
    padding: 30px 20px 50px;
  }
  .club-ensemble-header > .wp-block-group::after {
    bottom: -39px;
    left: 56px;
    width: 73px;
    height: 80px;
  }
  .club-ensemble-header > .wp-block-group h1 {
    font-size: 25px;
  }
  .club-ensemble-header > .wp-block-group h1 strong {
    font-size: 20px;
  }
  .cbe-text-fond .col-text h2 {
    margin-bottom: 30px;
  }
  .cbe-text-fond .col-text .cbe-rangee {
    flex-direction: column;
    gap: 10px;
  }
  .cbe-text-fond .col-text .cbe-rangee figure {
    height: auto;
  }
  .cbe-text-fond .col-text .cbe-rangee p {
    margin-bottom: 10px;
  }
  .cbe-text-fond .col-text .cbe-rangee .wp-block-buttons {
    margin-top: 30px;
  }
}
body.page-id-3727 {
  background: url("/wp-content/uploads/2024/07/cbe-fond.svg") !important;
}

.cbe-contact {
  max-width: 1400px !important;
  padding: 50px 50px 100px !important;
}
.cbe-contact p, .cbe-contact h1, .cbe-contact h2, .cbe-contact h3, .cbe-contact a, .cbe-contact li, .cbe-contact span {
  color: var(--wp--preset--color--white);
}
.cbe-contact .wp-block-columns {
  gap: 0;
  display: flex;
  justify-content: space-between;
}
.cbe-contact .wp-block-columns .wp-block-column {
  flex-basis: inherit;
  flex-grow: inherit;
}
.cbe-contact .wp-block-columns .wp-block-column:first-of-type {
  width: 64%;
  padding-right: 50px;
}
.cbe-contact .wp-block-columns .wp-block-column:first-of-type > span {
  display: none;
}
.cbe-contact .wp-block-columns .wp-block-column:first-of-type h1 {
  text-transform: uppercase;
  font-size: 60px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.cbe-contact .wp-block-columns .wp-block-column:first-of-type > p {
  margin-bottom: 30px;
  margin-top: 40px;
}
.cbe-contact .wp-block-columns .wp-block-column:last-of-type {
  width: 31%;
}
.cbe-contact .wp-block-columns .wp-block-column:last-of-type h2 {
  font-size: 29px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.cbe-contact .wp-block-columns .wp-block-column:last-of-type p strong {
  text-transform: uppercase;
}
.cbe-contact .wp-block-columns .wp-block-column:last-of-type p a {
  text-decoration: none;
}
.cbe-contact .wp-block-columns .wp-block-column:last-of-type p a::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(./../icons/cbe-tel.svg) no-repeat;
  background-size: contain !important;
  margin-right: 10px;
}
.cbe-contact .wp-block-columns .wp-block-column:last-of-type p a:hover {
  text-decoration: underline;
}
.cbe-contact .wp-block-columns .wp-block-column:last-of-type .wp-block-buttons {
  margin: 45px auto;
}
.cbe-contact #ik-block-map {
  height: 400px;
}
.cbe-contact .leaflet-control-container span {
  color: var(--wp--preset--color--black);
}
.cbe-contact .leaflet-control-container .leaflet-control-attribution {
  display: none;
}

@media (max-width: 1400px) {
  .cbe-contact .wp-block-columns .wp-block-column:first-of-type {
    padding-right: 0;
  }
  .cbe-contact .wp-block-columns .wp-block-column:last-of-type h2 {
    font-size: 24px;
  }
  .cbe-contact .wp-block-columns .wp-block-column:last-of-type p {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .cbe-contact {
    padding-bottom: 0 !important;
  }
  .cbe-contact .wp-block-columns {
    flex-direction: column;
  }
  .cbe-contact .wp-block-columns .wp-block-column:first-of-type {
    width: 100%;
  }
  .cbe-contact .wp-block-columns .wp-block-column:first-of-type h1 {
    font-size: 35px;
  }
  .cbe-contact .wp-block-columns .wp-block-column:last-of-type {
    width: 100%;
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .cbe-contact {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 550px) {
  .cbe-contact {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
body.page-id-5247,
body.post-type-archive-events {
  background: var(--wp--preset--color--black) !important;
}
body.page-id-5247 h1, body.page-id-5247 h2, body.page-id-5247 h3, body.page-id-5247 p, body.page-id-5247 a,
body.post-type-archive-events h1,
body.post-type-archive-events h2,
body.post-type-archive-events h3,
body.post-type-archive-events p,
body.post-type-archive-events a {
  color: var(--wp--preset--color--white);
}

.cbe-event-header {
  max-width: 1550px;
  padding: 0 30px;
  margin: auto;
}
.cbe-event-header .wp-block-columns .wp-block-column {
  flex-basis: inherit;
  flex-grow: inherit;
}
.cbe-event-header .wp-block-columns .wp-block-column:first-of-type {
  width: 22%;
  margin-top: 70px;
}
.cbe-event-header .wp-block-columns .wp-block-column:first-of-type h1 {
  font-weight: 500;
}
.cbe-event-header .wp-block-columns .wp-block-column:nth-of-type(2) {
  width: 40%;
  margin-top: 85px;
}
.cbe-event-header .wp-block-columns .wp-block-column:last-child {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cbe-event-header .wp-block-columns .wp-block-column:last-child figure {
  overflow: hidden;
}
.cbe-event-header .wp-block-columns .wp-block-column:last-child figure video {
  scale: 1.8;
}

@media (max-width: 1224px) {
  body.page-id-5247 .main-content {
    padding: 0 30px;
  }
  .cbe-event-header {
    padding: 0;
    margin-top: 70px;
  }
  .cbe-event-header .wp-block-columns {
    flex-wrap: wrap !important;
  }
  .cbe-event-header .wp-block-columns .wp-block-column:first-of-type {
    width: 100%;
  }
  .cbe-event-header .wp-block-columns .wp-block-column:first-of-type h1 {
    margin-bottom: 0;
  }
  .cbe-event-header .wp-block-columns .wp-block-column:nth-of-type(2) {
    width: 100%;
    margin-top: 0;
  }
  .cbe-event-header .wp-block-columns .wp-block-column:last-child {
    width: 100%;
    max-height: 300px;
  }
  .cbe-event-header .wp-block-columns .wp-block-column:last-child figure {
    height: 100%;
    width: auto;
  }
  .cbe-event-header .wp-block-columns .wp-block-column:last-child figure video {
    height: 100%;
  }
}
@media (max-width: 767px) {
  body.page-id-5247 .main-content {
    padding: 0 20px;
  }
}
.ml-rgpd {
  overflow: hidden;
}
.ml-rgpd h1 {
  color: var(--wp--preset--color--black);
}
.ml-rgpd table {
  width: 100%;
  margin-bottom: 30px;
}
.ml-rgpd table thead {
  background: var(--wp--preset--color--secondary);
  color: white;
  padding: 2px 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.ml-rgpd table thead td {
  color: white;
}
.ml-rgpd table td {
  border: 2px solid black;
  padding: 5px 15px;
  color: black;
  min-width: 150px;
}

body.page-id-5200 {
  background: url("/wp-content/uploads/2024/07/cbe-fond.svg");
}

body .cbe-partenaire-section-1 {
  padding: 80px 50px 170px 100px;
}
body .cbe-partenaire-section-1 .wp-block-columns {
  min-height: 460px;
  margin-bottom: 0;
}
body .cbe-partenaire-section-1 .wp-block-columns .wp-block-column:first-of-type p {
  margin: 60px 0;
}
body .cbe-partenaire-section-1 .wp-block-columns .wp-block-column:last-of-type {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body .cbe-partenaire-section-1 .wp-block-columns .wp-block-column:last-of-type figure, body .cbe-partenaire-section-1 .wp-block-columns .wp-block-column:last-of-type .wp-block-buttons {
  max-width: 850px;
  width: 100%;
  margin: auto;
}
body .cbe-partenaire-section-1 .wp-block-columns .wp-block-column:last-of-type figure {
  margin-bottom: 150px;
}
body .cbe-partenaire-section-2 {
  padding: 70px 0px 0 100px;
  position: relative;
}
body .cbe-partenaire-section-2.deux-etoiles::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 255px;
  height: 245px;
  background: url("./../icons/cbe-deux-etoiles.svg");
  background-size: cover;
  background-position: center;
}
body .cbe-partenaire-section-2.deux-etoiles .ik-block-carousel {
  max-width: 100%;
}
body .cbe-partenaire-section-2.deux-etoiles .ik-block-carousel .swiper-block-carousel {
  max-width: 1650px;
}
body .cbe-partenaire-section-2 h2 {
  max-width: 450px;
  margin-bottom: 90px;
}
body .cbe-partenaire-section-2 .ik-block-carousel {
  margin-bottom: 100px;
  max-width: 1650px;
}
body .cbe-partenaire-section-2 .ik-block-carousel .swiper-block-carousel {
  margin-right: -30px;
}
body .cbe-partenaire-section-2 .ik-block-carousel .swiper-block-carousel .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
body .cbe-partenaire-section-2 .ik-block-carousel .swiper-block-carousel .swiper-wrapper .swiper-slide .video {
  aspect-ratio: 9/16;
  top: 0;
  height: 570px;
  width: 100%;
}
body .cbe-partenaire-section-2 .ik-block-carousel .swiper-block-carousel .swiper-wrapper .swiper-slide .video iframe {
  height: 100%;
  width: 100%;
}
body .cbe-partenaire-section-2 .ik-block-carousel .swiper-block-carousel .swiper-wrapper .swiper-slide .ik-carousel-caption {
  padding-top: 15px;
}
body .cbe-partenaire-section-2 .ik-block-carousel .swiper-block-carousel .swiper-wrapper .swiper-slide .ik-carousel-caption h3, body .cbe-partenaire-section-2 .ik-block-carousel .swiper-block-carousel .swiper-wrapper .swiper-slide .ik-carousel-caption p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}
body .cbe-partenaire-section-2 .ik-block-carousel .swiper-block-carousel .swiper-wrapper .swiper-slide .ik-carousel-caption h3 {
  font-weight: 600;
}
body .cbe-partenaire-section-2 .ik-block-carousel .swiper-block-carousel .swiper-scrollbar {
  opacity: 0.5;
}
body .cbe-partenaires-section-3 {
  padding: 100px 100px 0 100px;
}
body .cbe-partenaires-section-3 .cbe-partenaires-section-3-header {
  display: flex;
  margin-bottom: 60px;
}
body .cbe-partenaires-section-3 .cbe-partenaires-section-3-header h2 {
  margin-right: 90px;
  width: 25%;
}
body .cbe-partenaires-section-3 .cbe-partenaires-section-3-header p {
  width: 75%;
  margin: auto 0 auto auto;
  display: flex;
  align-items: center;
}
body .cbe-partenaires-section-3 .cbe-partenaires-section-3-content {
  margin: auto 0 auto auto;
  width: 75%;
}
body .cbe-partenaires-section-3 .cbe-partenaires-section-3-content .block-partenaires-container {
  padding: 0;
  gap: 20px;
}
body .cbe-partenaires-section-3 .cbe-partenaires-section-3-content .block-partenaires-container .partenaire-item {
  width: auto;
  height: 80px;
}
body .cbe-partenaires-section-3 .wp-block-buttons {
  width: 75%;
  margin: 90px 0 100px auto;
  justify-content: flex-start;
}

@media (max-width: 1600px) {
  body .cbe-partenaire-section-2 .ik-block-carousel .swiper-block-carousel .swiper-wrapper .swiper-slide img, body .cbe-partenaire-section-2 .ik-block-carousel .swiper-block-carousel .swiper-wrapper .swiper-slide .video {
    height: 525px;
  }
  body .cbe-partenaires-section-3 .cbe-partenaires-section-3-header {
    flex-direction: column;
    margin-bottom: 30px;
  }
  body .cbe-partenaires-section-3 .cbe-partenaires-section-3-header h2, body .cbe-partenaires-section-3 .cbe-partenaires-section-3-header p {
    width: 100%;
    max-width: 100%;
  }
  body .cbe-partenaires-section-3 .cbe-partenaires-section-3-header h2 {
    margin-bottom: 30px;
  }
  body .cbe-partenaires-section-3 .cbe-partenaires-section-3-content {
    width: 100%;
    margin-left: 0;
  }
  body .cbe-partenaires-section-3 .wp-block-buttons {
    width: 100%;
    margin: 40px 0 70px auto;
    justify-content: center;
  }
}
@media (max-width: 1400px) {
  body .cbe-partenaire-section-1 .wp-block-columns .wp-block-column:last-of-type figure {
    max-width: 80%;
  }
  body .cbe-partenaire-section-2 h2 {
    margin-bottom: 60px;
  }
  body .cbe-partenaire-section-2 .ik-block-carousel .swiper-block-carousel .swiper-wrapper .swiper-slide {
    max-width: inherit;
  }
  body .cbe-partenaire-section-2 .ik-block-carousel .swiper-block-carousel .swiper-wrapper .swiper-slide img, body .cbe-partenaire-section-2 .ik-block-carousel .swiper-block-carousel .swiper-wrapper .swiper-slide .video {
    height: 390px;
  }
}
@media (max-width: 1024px) {
  body .cbe-partenaire-section-1, body .cbe-partenaire-section-2 {
    padding: 30px 30px 0 30px;
  }
  body .cbe-partenaire-section-1.partenaires {
    padding: 50px 30px 0 30px !important;
  }
  body .cbe-partenaire-section-1 > .wp-block-columns {
    flex-direction: column;
  }
  body .cbe-partenaire-section-1 > .wp-block-columns .wp-block-column:first-of-type {
    flex-direction: column;
    flex-basis: 33.33%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  body .cbe-partenaire-section-1 > .wp-block-columns .wp-block-column:first-of-type p {
    width: 100%;
    margin: 0;
    max-width: 100%;
  }
  body .cbe-partenaire-section-1 > .wp-block-columns .wp-block-column:last-of-type figure {
    margin-bottom: 70px;
  }
  body .cbe-partenaire-section-2.deux-etoiles::before {
    width: 165px;
    height: 165px;
  }
  body .cbe-partenaires-section-3 {
    padding: 50px 30px 0 30px;
  }
}
@media (max-width: 992px) {
  body .cbe-partenaire-section-2 .ik-block-carousel .swiper-block-carousel .swiper-wrapper .swiper-slide img, body .cbe-partenaire-section-2 .ik-block-carousel .swiper-block-carousel .swiper-wrapper .swiper-slide .video {
    height: 330px;
  }
}
@media (max-width: 767px) {
  body .cbe-partenaire-section-2 h2 {
    margin-bottom: 30px;
  }
  body .cbe-partenaire-section-2 .ik-block-carousel {
    margin-bottom: 10px;
  }
  body .cbe-partenaire-section-2 .ik-block-carousel .swiper-block-carousel .swiper-wrapper .swiper-slide img, body .cbe-partenaire-section-2 .ik-block-carousel .swiper-block-carousel .swiper-wrapper .swiper-slide .video {
    height: 390px;
  }
  body .cbe-partenaires-section-3 {
    padding: 30px 30px 0 30px;
  }
  body .cbe-partenaires-section-3 .cbe-partenaires-section-3-content .block-partenaires-container .partenaire-item {
    height: 60px;
  }
}
@media (max-width: 550px) {
  body .cbe-partenaire-section-1.partenaires {
    padding: 30px 20px 0 20px !important;
  }
  body .cbe-partenaire-section-1 .wp-block-columns .wp-block-column:last-of-type .wp-block-buttons {
    justify-content: center;
  }
  body .cbe-partenaire-section-2 {
    padding: 30px 30px 0 20px;
  }
  body .cbe-partenaire-section-2.deux-etoiles::before {
    width: 70px;
    height: 70px;
  }
  body .cbe-partenaire-section-2 .ik-block-carousel .swiper-block-carousel > .swiper-scrollbar {
    width: calc(100% - 20px);
  }
  body .cbe-partenaire-section-2 .ik-block-carousel .swiper-block-carousel .swiper-wrapper .swiper-slide img, body .cbe-partenaire-section-2 .ik-block-carousel .swiper-block-carousel .swiper-wrapper .swiper-slide .video {
    height: 500px;
  }
  body .cbe-partenaires-section-3 {
    padding: 30px 20px 0 20px;
  }
  body .cbe-partenaires-section-3 .cbe-partenaires-section-3-header {
    flex-direction: column;
    margin-bottom: 20px;
  }
  body .cbe-partenaires-section-3 .cbe-partenaires-section-3-content .block-partenaires-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 400px) {
  body .cbe-partenaire-section-2 .ik-block-carousel .swiper-block-carousel .swiper-wrapper .swiper-slide img, body .cbe-partenaire-section-2 .ik-block-carousel .swiper-block-carousel .swiper-wrapper .swiper-slide .video {
    height: 425px;
  }
}
body.single-post header.ik-header-nav {
  background: var(--wp--preset--color--black) !important;
}
body.single-post article.post .header-post {
  height: 200px;
  background: black;
}
body.single-post article.post .header-post img {
  display: none;
}
body.single-post article.post .main-single:before {
  content: none;
}
body.single-post article.post .main-single .main-single-inner {
  max-width: 1000px;
  margin-top: 0;
  padding: 35px 50px 0;
}
body.single-post article.post .main-single .main-single-inner .ik-single-date-rs {
  background: transparent;
  top: -50px;
  left: -30px;
}
body.single-post article.post .main-single .main-single-inner .ik-single-date-rs:after {
  content: none;
}
body.single-post article.post .main-single .main-single-inner .ik-single-date-rs .ik-single-date {
  background: var(--wp--preset--color--quaternary);
  font-size: 25px;
  text-transform: none;
}
body.single-post article.post .main-single .main-single-inner .ik-single-date-rs .ik-single-rs {
  margin-right: 15px;
  color: var(--wp--preset--color--white);
}
body.single-post article.post .main-single .main-single-inner .ik-single-date-rs .ik-single-rs a {
  margin-right: 8px;
}
body.single-post article.post .main-single .main-single-inner .ik-single-date-rs .ik-single-rs a svg {
  width: 37px;
}
body.single-post article.post .main-single .main-single-inner .ik-single-date-rs .ik-single-rs a svg path, body.single-post article.post .main-single .main-single-inner .ik-single-date-rs .ik-single-rs a svg circle, body.single-post article.post .main-single .main-single-inner .ik-single-date-rs .ik-single-rs a svg rect {
  fill: var(--wp--preset--color--white);
}
body.single-post article.post .main-single .main-single-inner .ik-single-date-rs .ik-single-rs a:first-of-type {
  margin-left: 40px;
}
body.single-post article.post .main-single .main-single-inner .ik-bread-crumb {
  position: absolute;
  top: -120px;
  transform: translateY(-100%);
  background: #fff;
  min-width: 300px;
  left: -30px;
  min-height: inherit;
  padding: 4px 15px 5px;
}
body.single-post article.post .main-single .main-single-inner .ik-bread-crumb p, body.single-post article.post .main-single .main-single-inner .ik-bread-crumb a, body.single-post article.post .main-single .main-single-inner .ik-bread-crumb span {
  font-size: 12px;
}
body.single-post article.post .main-single .main-single-inner .ik-single-cat {
  display: none;
}
body.single-post article.post .main-single .main-single-inner h1 {
  padding: 30px 0;
  line-height: 100%;
  position: relative;
  z-index: 0;
  color: black;
  font-size: 50px;
  -webkit-text-stroke: 0;
  text-transform: none;
  padding-left: 0;
}
body.single-post article.post .main-single .main-single-inner .main-single-content p, body.single-post article.post .main-single .main-single-inner .main-single-content h2, body.single-post article.post .main-single .main-single-inner .main-single-content h3 {
  margin-bottom: 40px;
}
body.single-post article.post .main-single .main-single-inner .main-single-content h2 {
  font-size: 25px;
  font-weight: 500;
}
body.single-post article.post .main-single .main-single-inner .main-single-content h3 {
  font-size: 20px;
  font-weight: 500;
}
body.single-post article.post .main-single .main-single-inner .main-single-content figure {
  margin-bottom: 60px;
}
body.single-post article.post .main-single .main-single-inner .main-single-content figure img {
  width: 100%;
}
body.single-post footer.footer-post {
  padding: 0 70px;
  max-width: 1000px;
}
body.single-post footer.footer-post .ik-single-rs {
  font-size: 25px;
  padding-top: 25px;
  border-top: 1px solid;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
body.single-post footer.footer-post .ik-single-rs div {
  display: flex;
}
body.single-post footer.footer-post .ik-single-rs div a:not(:last-of-type) {
  margin-right: 15px;
}
body.single-post footer.footer-post .ik-single-rs div a svg {
  width: 37px;
}
body.single-post footer.footer-post .ik-single-rs div a svg path, body.single-post footer.footer-post .ik-single-rs div a svg circle, body.single-post footer.footer-post .ik-single-rs div a svg rect {
  fill: var(--wp--preset--color--black);
  stroke: var(--wp--preset--color--black);
}
body.single-post footer.footer-post .ik-single-rs div a svg g {
  stroke: var(--wp--preset--color--black);
}
body.single-post footer.footer-post .ik-single-related-posts {
  padding-top: 50px;
}
body.single-post footer.footer-post .ik-single-related-posts h2 {
  font-size: 35px;
  margin-bottom: 45px;
}
body.single-post footer.footer-post .ik-single-related-posts .ik-articles-list-style .ik-articles-date {
  display: inline-block;
  background: black;
  color: white;
  min-width: 150px;
  text-align: center;
  padding: 2px;
  margin-bottom: 25px;
}
body.single-post footer.footer-post .ik-single-related-posts .ik-articles-list-style a {
  text-decoration: none;
}
body.single-post footer.footer-post .ik-single-related-posts .ik-articles-list-style a h3 {
  font-size: 23px;
  font-weight: 400;
  padding-bottom: 65px;
  border-bottom: 2px solid;
  position: relative;
}
body.single-post footer.footer-post .ik-single-related-posts .ik-articles-list-style a h3:after {
  content: "";
  display: block;
  width: 180px;
  height: 7px;
  position: absolute;
  bottom: -2px;
  right: 0;
  background: var(--wp--preset--color--quaternary);
}
body.single-post footer.footer-post .ik-single-related-posts .ik-cta-principal {
  margin: 80px auto 7em;
}

@media (max-width: 1224px) {
  body.single-post article.post .main-single .main-single-inner {
    padding: 35px 30px 0;
  }
  body.single-post article.post .main-single .main-single-inner .ik-single-date-rs {
    left: 0;
    padding: 0 30px;
  }
  body.single-post article.post .main-single .main-single-inner .ik-bread-crumb {
    left: 30px;
    margin-right: 30px;
    min-width: inherit;
  }
  body.single-post footer.footer-post {
    padding: 0 30px;
  }
  body.single-post footer.footer-post .ik-single-related-posts .ik-cta-principal {
    margin: 50px auto;
  }
}
@media (max-width: 767px) {
  body.single-post article.post .main-single .main-single-inner {
    padding: 20px 20px 0;
  }
  body.single-post article.post .main-single .main-single-inner .ik-single-date-rs {
    flex-direction: column;
    top: -20px;
    padding: 0 20px;
  }
  body.single-post article.post .main-single .main-single-inner .ik-single-date-rs .ik-single-date {
    padding: 5px 15px;
    max-width: 160px;
    margin-bottom: 10px;
  }
  body.single-post article.post .main-single .main-single-inner .ik-single-date-rs .ik-single-rs {
    justify-content: flex-start;
    font-size: 14px;
  }
  body.single-post article.post .main-single .main-single-inner .ik-single-date-rs .ik-single-rs a {
    margin-right: 0;
  }
  body.single-post article.post .main-single .main-single-inner .ik-single-date-rs .ik-single-rs a svg {
    width: 27px;
  }
  body.single-post article.post .main-single .main-single-inner .ik-single-date-rs .ik-single-rs a:first-of-type {
    margin-left: 20px;
  }
  body.single-post article.post .main-single .main-single-inner .ik-bread-crumb {
    left: 20px;
    margin-right: 20px;
  }
  body.single-post footer.footer-post {
    padding: 0 20px;
  }
  body.single-post footer.footer-post .ik-single-rs {
    font-size: 16px;
  }
  body.single-post footer.footer-post .ik-single-rs div a svg {
    width: 30px;
  }
  body.single-post footer.footer-post .ik-single-related-posts {
    padding-top: 0;
  }
  body.single-post footer.footer-post .ik-single-related-posts h2 {
    font-size: 25px;
    margin-bottom: 35px;
  }
  body.single-post footer.footer-post .ik-single-related-posts .ik-articles-list-style .single-post-list-title h3 {
    font-size: 18px;
    padding-bottom: 30px;
  }
}
@media (max-width: 550px) {
  body.single-post article.post .main-single .main-single-inner h1 {
    margin-bottom: 30px;
  }
  body.single-post article.post .main-single .main-single-inner .main-single-content figure {
    margin-bottom: 30px;
  }
  body.single-post article.post .main-single .main-single-inner .main-single-content h2 {
    margin-bottom: 25px;
  }
  body.single-post article.post .main-single p + h2 {
    margin-top: 50px;
  }
}
div.events-date-heure {
  display: flex;
}
div.events-date-heure p {
  font-size: 15px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
div.events-date-heure p svg {
  height: auto;
}
div.events-date-heure .ik-events-date svg {
  width: 14px;
  margin-right: 9px;
}
div.events-date-heure .ik-events-heure {
  margin-left: 30px;
}
div.events-date-heure .ik-events-heure svg {
  width: 15px;
  margin-bottom: -2px;
  margin-right: 10px;
}

body.single-events .main-content {
  max-width: 1420px;
  margin: auto auto 11em;
  padding: 0 30px;
}
body.single-events .main-content .main-content-inner {
  display: flex;
  flex-wrap: wrap;
}
body.single-events .main-content .main-content-inner .ik-bread-crumb {
  visibility: hidden;
  margin-top: 20px;
  width: 100%;
}
body.single-events .main-content .main-content-inner article.events .section-single-events {
  display: flex;
  align-items: flex-start;
}
body.single-events .main-content .main-content-inner article.events .section-single-events .events-article-content {
  width: 70%;
}
body.single-events .main-content .main-content-inner article.events .section-single-events .events-article-content h1 {
  font-weight: 500;
  margin-bottom: 5px;
}
body.single-events .main-content .main-content-inner article.events .section-single-events .events-article-content header.header-events {
  margin-bottom: 50px;
  display: flex;
}
body.single-events .main-content .main-content-inner article.events .section-single-events .events-article-content header.header-events .header-events-container {
  width: 100%;
  padding-right: 60px;
}
body.single-events .main-content .main-content-inner article.events .section-single-events .events-article-content header.header-events .header-events-container .header-events-image {
  width: 100%;
  margin-top: 30px;
}
body.single-events .main-content .main-content-inner article.events .section-single-events .events-article-content header.header-events .header-events-container .header-events-image img {
  width: 100%;
  object-fit: cover;
  height: auto;
  max-height: 500px;
}
body.single-events .main-content .main-content-inner article.events .section-single-events .events-article-content main.main-single {
  margin-bottom: 100px;
  width: 100%;
  padding-right: 60px;
}
body.single-events .main-content .main-content-inner article.events .section-single-events .events-article-content main.main-single .main-single-events-content h2 {
  font-size: 30px;
  margin-bottom: 25px;
}
body.single-events .main-content .main-content-inner article.events .section-single-events .events-article-content main.main-single .main-single-events-info {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  padding-right: 100px;
}
body.single-events .main-content .main-content-inner article.events .section-single-events .events-article-content main.main-single .main-single-events-info > div {
  max-width: 33%;
  padding-right: 20px;
}
body.single-events .main-content .main-content-inner article.events .section-single-events .events-article-content main.main-single .main-single-events-info > div h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
body.single-events .main-content .main-content-inner article.events .section-single-events .events-article-content main.main-single .main-single-events-info > div ul {
  padding: 0;
}
body.single-events .main-content .main-content-inner article.events .section-single-events .events-article-content main.main-single .main-single-events-info > div ul li {
  margin-bottom: 30px;
  list-style: none;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  text-transform: capitalize;
}
body.single-events .main-content .main-content-inner article.events .section-single-events .events-article-content main.main-single .main-single-events-info > div ul li span {
  margin-bottom: 5px;
}
body.single-events .main-content .main-content-inner article.events .main-single-events-formulaire {
  width: 30%;
  display: flex;
  align-items: flex-end;
}
body.single-events .main-content .main-content-inner article.events .main-single-events-formulaire form {
  width: 100%;
  min-height: 500px;
  padding: 30px;
  background: black;
  margin-top: 133px;
}
body.single-events .main-content .main-content-inner article.events .main-single-events-formulaire form .input-contact p .cbe-label {
  color: white;
}
body.single-events .main-content .main-content-inner article.events .main-single-events-formulaire form .submit p {
  width: calc(100% + 60px);
  position: absolute;
  bottom: -5px;
  transform: translateY(50%);
  left: -30px;
  background: var(--wp--preset--color--quaternary);
  height: 50px;
  display: flex;
  justify-content: center;
}
body.single-events .main-content .main-content-inner article.events .main-single-events-formulaire form .submit p:hover {
  background: var(--wp--preset--color--senary);
  color: var(--wp--preset--color--white);
}
body.single-events .main-content .main-content-inner article.events .main-single-events-formulaire form .submit p input[type=submit] {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
body.single-events .main-content .main-content-inner article.events .main-single-events-formulaire form .submit p input[type=submit]:hover {
  background: transparent;
}
body.single-events .main-content .main-content-inner article.events .main-single-events-formulaire form .wpcf7-response-output {
  margin-top: 4.2em;
}

@media (max-width: 1600px) {
  body.single-events .main-content {
    margin-bottom: 6em;
  }
  body.single-events .main-content .main-content-inner article.events .main-single-events-formulaire form {
    margin-top: 122px;
  }
}
@media (max-width: 1400px) {
  body.single-events .main-content {
    margin-bottom: 3em;
  }
  body.single-events .main-content .main-content-inner article.events .section-single-events .events-article-content {
    width: 65%;
  }
  body.single-events .main-content .main-content-inner article.events .section-single-events .events-article-content header.header-events .header-events-container {
    padding-right: 30px;
  }
  body.single-events .main-content .main-content-inner article.events .section-single-events .events-article-content main.main-single {
    margin-bottom: 30px;
  }
  body.single-events .main-content .main-content-inner article.events .section-single-events .main-single-events-formulaire {
    width: 35%;
  }
}
@media (max-width: 1224px) {
  div.events-date-heure {
    flex-direction: column;
  }
  div.events-date-heure .ik-events-heure {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  body.single-events .main-content {
    margin-top: 85px;
  }
  body.single-events .main-content .main-content-inner article.events .section-single-events {
    flex-direction: column;
  }
  body.single-events .main-content .main-content-inner article.events .section-single-events .events-article-content {
    width: 100%;
  }
  body.single-events .main-content .main-content-inner article.events .section-single-events .events-article-content header.header-events .header-events-container {
    padding-right: 0;
  }
  body.single-events .main-content .main-content-inner article.events .section-single-events .events-article-content main.main-single {
    margin-bottom: 50px;
  }
  body.single-events .main-content .main-content-inner article.events .section-single-events .events-article-content main.main-single .main-single-events-info {
    padding-right: 0;
  }
  body.single-events .main-content .main-content-inner article.events .section-single-events .main-single-events-formulaire {
    width: 100%;
  }
  body.single-events .main-content .main-content-inner article.events .section-single-events .main-single-events-formulaire form {
    margin-top: 0;
    margin-bottom: 50px;
  }
  body.single-events .main-content .main-content-inner article.events .section-single-events .main-single-events-formulaire form .acceptance {
    margin-bottom: 50px;
  }
  body.single-events .main-content .main-content-inner article.events .main-single-related article.ik-events-related main .single-events-related-title h2 {
    font-size: 16px;
    min-height: inherit;
    margin-bottom: 20px;
  }
  body.single-events .main-content .main-content-inner article.events .main-single-related article.ik-events-related main .events-date-heure p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body.single-events .main-content {
    margin-top: 85px;
    padding: 0 20px;
  }
  body.single-events .main-content .main-content-inner article.events .section-single-events .events-article-content main.main-single {
    padding-right: 0;
  }
  body.single-events .main-content .main-content-inner article.events .section-single-events .events-article-content main.main-single .main-single-events-info {
    flex-wrap: wrap;
  }
  body.single-events .main-content .main-content-inner article.events .section-single-events .events-article-content main.main-single .main-single-events-info div {
    width: 48%;
    max-width: 100%;
    padding-right: 0;
  }
  body.single-events .main-content .main-content-inner article.events .section-single-events .events-article-content main.main-single .main-single-events-info div:not(:last-of-type) {
    margin-bottom: 20px;
  }
  body.single-events .main-content .main-content-inner article.events .section-single-events .events-article-content main.main-single .main-single-events-info div:last-of-type {
    width: 100%;
  }
  body.single-events .main-content .main-content-inner article.events .section-single-events .events-article-content main.main-single .main-single-events-info div:last-of-type ul {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  body.single-events .main-content .main-content-inner article.events .section-single-events .events-article-content main.main-single .main-single-events-info div:last-of-type ul li {
    width: 48%;
  }
  body.single-events .main-content .main-content-inner article.events .main-single-related .ik-events-related {
    width: 48%;
  }
  body.single-events .main-content .main-content-inner article.events .main-single-related .ik-events-related:last-of-type {
    display: none;
  }
}
@media (max-width: 550px) {
  body.single-events .main-content .main-content-inner article.events .section-single-events .events-article-content main.main-single {
    margin-bottom: 0;
  }
  body.single-events .main-content .main-content-inner article.events .section-single-events .events-article-content main.main-single .main-single-events-info {
    margin-top: 30px;
  }
  body.single-events .main-content .main-content-inner article.events .section-single-events .events-article-content main.main-single .main-single-events-info div {
    width: 100%;
    margin-bottom: 0 !important;
  }
  body.single-events .main-content .main-content-inner article.events .section-single-events .events-article-content main.main-single .main-single-events-info div ul {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  body.single-events .main-content .main-content-inner article.events .section-single-events .events-article-content main.main-single .main-single-events-info div ul li {
    width: 48%;
    font-size: 16px;
  }
  body.single-events .main-content .main-content-inner article.events .main-single-related .ik-events-related {
    width: 100%;
    margin-bottom: 20px;
  }
  body.single-events .main-content .main-content-inner article.events .main-single-related .ik-events-related:last-of-type {
    display: block;
  }
  body.single-events .main-content .main-content-inner article.events .main-single-navigation {
    justify-content: center;
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=main.css.map */