@charset "UTF-8";
/*
Theme Name: Up Thème DNB
Theme URI:
Author: GEHIN Nicolas
Author URI:
Description: Thème ng1@base
Version: 0.2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ng1-base
*/
.align-narrow {
  max-width: 400px;
}
@media (min-width: 400px) {
  .align-narrow {
    margin-left: auto;
    margin-right: auto;
  }
}

.align-verysmall {
  max-width: 600px;
}
@media (min-width: 600px) {
  .align-verysmall {
    margin-left: auto;
    margin-right: auto;
  }
}

.align-normal {
  max-width: 820px;
}
@media (min-width: 820px) {
  .align-normal {
    margin-left: auto;
    margin-right: auto;
  }
}

.align-medium {
  --medium-size: calc(100vw - 2 * var(--wp--preset--spacing--h-16-120));
  max-width: min(var(--medium-size), 760px);
}
@media (min-width: 1000px) {
  .align-medium {
    margin-left: auto;
    margin-right: auto;
  }
}

.align-expanded {
  max-width: 1200px;
}
@media (min-width: 1200px) {
  .align-expanded {
    margin-left: auto;
    margin-right: auto;
  }
}

.align-wide {
  max-width: 1400px;
}
@media (min-width: 1400px) {
  .align-wide {
    margin-left: auto;
    margin-right: auto;
  }
}

.align-ultra {
  --ultra-size: calc(100vw - 2 * var(--wp--preset--spacing--h-16-120));
  max-width: min(var(--ultra-size), 1400px);
}
@media (min-width: var(--ultra-size)) {
  .align-ultra {
    margin-left: auto;
    margin-right: auto;
  }
}

.is-title-number > ul .wp-block-post-title a::before {
  content: "";
  display: inline;
}

.is-title-number > ul > li:nth-of-type(1) .wp-block-post-title a::before {
  content: "01.";
}

.is-title-number > ul > li:nth-of-type(2) .wp-block-post-title a::before {
  content: "02.";
}

.is-title-number > ul > li:nth-of-type(3) .wp-block-post-title a::before {
  content: "03.";
}

.is-title-number > ul > li:nth-of-type(4) .wp-block-post-title a::before {
  content: "04.";
}

.is-title-number > ul > li:nth-of-type(5) .wp-block-post-title a::before {
  content: "05.";
}

.is-title-number > ul > li:nth-of-type(6) .wp-block-post-title a::before {
  content: "06.";
}

.is-title-number > ul > li:nth-of-type(7) .wp-block-post-title a::before {
  content: "07.";
}

.is-title-number > ul > li:nth-of-type(8) .wp-block-post-title a::before {
  content: "08.";
}

.is-title-number > ul > li:nth-of-type(9) .wp-block-post-title a::before {
  content: "09.";
}

.is-title-number > ul > li:nth-of-type(10) .wp-block-post-title a::before {
  content: "010.";
}

.has-min-h-1 {
  min-height: 1vh;
}

.has-min-h-2 {
  min-height: 2vh;
}

.has-min-h-3 {
  min-height: 3vh;
}

.has-min-h-4 {
  min-height: 4vh;
}

.has-min-h-5 {
  min-height: 5vh;
}

.has-min-h-6 {
  min-height: 6vh;
}

.has-min-h-7 {
  min-height: 7vh;
}

.has-min-h-8 {
  min-height: 8vh;
}

.has-min-h-9 {
  min-height: 9vh;
}

.has-min-h-10 {
  min-height: 10vh;
}

.has-min-h-11 {
  min-height: 11vh;
}

.has-min-h-12 {
  min-height: 12vh;
}

.has-min-h-13 {
  min-height: 13vh;
}

.has-min-h-14 {
  min-height: 14vh;
}

.has-min-h-15 {
  min-height: 15vh;
}

.has-min-h-16 {
  min-height: 16vh;
}

.has-min-h-17 {
  min-height: 17vh;
}

.has-min-h-18 {
  min-height: 18vh;
}

.has-min-h-19 {
  min-height: 19vh;
}

.has-min-h-20 {
  min-height: 20vh;
}

.has-min-h-21 {
  min-height: 21vh;
}

.has-min-h-22 {
  min-height: 22vh;
}

.has-min-h-23 {
  min-height: 23vh;
}

.has-min-h-24 {
  min-height: 24vh;
}

.has-min-h-25 {
  min-height: 25vh;
}

.has-min-h-26 {
  min-height: 26vh;
}

.has-min-h-27 {
  min-height: 27vh;
}

.has-min-h-28 {
  min-height: 28vh;
}

.has-min-h-29 {
  min-height: 29vh;
}

.has-min-h-30 {
  min-height: 30vh;
}

.has-min-h-31 {
  min-height: 31vh;
}

.has-min-h-32 {
  min-height: 32vh;
}

.has-min-h-33 {
  min-height: 33vh;
}

.has-min-h-34 {
  min-height: 34vh;
}

.has-min-h-35 {
  min-height: 35vh;
}

.has-min-h-36 {
  min-height: 36vh;
}

.has-min-h-37 {
  min-height: 37vh;
}

.has-min-h-38 {
  min-height: 38vh;
}

.has-min-h-39 {
  min-height: 39vh;
}

.has-min-h-40 {
  min-height: 40vh;
}

.has-min-h-41 {
  min-height: 41vh;
}

.has-min-h-42 {
  min-height: 42vh;
}

.has-min-h-43 {
  min-height: 43vh;
}

.has-min-h-44 {
  min-height: 44vh;
}

.has-min-h-45 {
  min-height: 45vh;
}

.has-min-h-46 {
  min-height: 46vh;
}

.has-min-h-47 {
  min-height: 47vh;
}

.has-min-h-48 {
  min-height: 48vh;
}

.has-min-h-49 {
  min-height: 49vh;
}

.has-min-h-50 {
  min-height: 50vh;
}

.has-min-h-51 {
  min-height: 51vh;
}

.has-min-h-52 {
  min-height: 52vh;
}

.has-min-h-53 {
  min-height: 53vh;
}

.has-min-h-54 {
  min-height: 54vh;
}

.has-min-h-55 {
  min-height: 55vh;
}

.has-min-h-56 {
  min-height: 56vh;
}

.has-min-h-57 {
  min-height: 57vh;
}

.has-min-h-58 {
  min-height: 58vh;
}

.has-min-h-59 {
  min-height: 59vh;
}

.has-min-h-60 {
  min-height: 60vh;
}

.has-min-h-61 {
  min-height: 61vh;
}

.has-min-h-62 {
  min-height: 62vh;
}

.has-min-h-63 {
  min-height: 63vh;
}

.has-min-h-64 {
  min-height: 64vh;
}

.has-min-h-65 {
  min-height: 65vh;
}

.has-min-h-66 {
  min-height: 66vh;
}

.has-min-h-67 {
  min-height: 67vh;
}

.has-min-h-68 {
  min-height: 68vh;
}

.has-min-h-69 {
  min-height: 69vh;
}

.has-min-h-70 {
  min-height: 70vh;
}

.has-min-h-71 {
  min-height: 71vh;
}

.has-min-h-72 {
  min-height: 72vh;
}

.has-min-h-73 {
  min-height: 73vh;
}

.has-min-h-74 {
  min-height: 74vh;
}

.has-min-h-75 {
  min-height: 75vh;
}

.has-min-h-76 {
  min-height: 76vh;
}

.has-min-h-77 {
  min-height: 77vh;
}

.has-min-h-78 {
  min-height: 78vh;
}

.has-min-h-79 {
  min-height: 79vh;
}

.has-min-h-80 {
  min-height: 80vh;
}

.has-min-h-81 {
  min-height: 81vh;
}

.has-min-h-82 {
  min-height: 82vh;
}

.has-min-h-83 {
  min-height: 83vh;
}

.has-min-h-84 {
  min-height: 84vh;
}

.has-min-h-85 {
  min-height: 85vh;
}

.has-min-h-86 {
  min-height: 86vh;
}

.has-min-h-87 {
  min-height: 87vh;
}

.has-min-h-88 {
  min-height: 88vh;
}

.has-min-h-89 {
  min-height: 89vh;
}

.has-min-h-90 {
  min-height: 90vh;
}

.has-min-h-91 {
  min-height: 91vh;
}

.has-min-h-92 {
  min-height: 92vh;
}

.has-min-h-93 {
  min-height: 93vh;
}

.has-min-h-94 {
  min-height: 94vh;
}

.has-min-h-95 {
  min-height: 95vh;
}

.has-min-h-96 {
  min-height: 96vh;
}

.has-min-h-97 {
  min-height: 97vh;
}

.has-min-h-98 {
  min-height: 98vh;
}

.has-min-h-99 {
  min-height: 99vh;
}

.has-min-h-100 {
  min-height: 100vh;
}

.wp-block-media-text--no-padding.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}
.wp-block-media-text--no-padding:not(.has-media-on-the-right) .wp-block-media-text__content {
  padding-right: 0;
}

.has-gap-1 {
  gap: calc(1rem / 16);
}

.has-gap-2 {
  gap: calc(2rem / 16);
}

.has-gap-3 {
  gap: calc(3rem / 16);
}

.has-gap-4 {
  gap: calc(4rem / 16);
}

.has-gap-5 {
  gap: calc(5rem / 16);
}

.has-gap-6 {
  gap: calc(6rem / 16);
}

.has-gap-7 {
  gap: calc(7rem / 16);
}

.has-gap-8 {
  gap: calc(8rem / 16);
}

.has-gap-9 {
  gap: calc(9rem / 16);
}

.has-gap-10 {
  gap: calc(10rem / 16);
}

.has-gap-11 {
  gap: calc(11rem / 16);
}

.has-gap-12 {
  gap: calc(12rem / 16);
}

.has-gap-13 {
  gap: calc(13rem / 16);
}

.has-gap-14 {
  gap: calc(14rem / 16);
}

.has-gap-15 {
  gap: calc(15rem / 16);
}

.has-gap-16 {
  gap: calc(16rem / 16);
}

.has-gap-17 {
  gap: calc(17rem / 16);
}

.has-gap-18 {
  gap: calc(18rem / 16);
}

.has-gap-19 {
  gap: calc(19rem / 16);
}

.has-gap-20 {
  gap: calc(20rem / 16);
}

.has-gap-21 {
  gap: calc(21rem / 16);
}

.has-gap-22 {
  gap: calc(22rem / 16);
}

.has-gap-23 {
  gap: calc(23rem / 16);
}

.has-gap-24 {
  gap: calc(24rem / 16);
}

.has-gap-25 {
  gap: calc(25rem / 16);
}

.has-gap-26 {
  gap: calc(26rem / 16);
}

.has-gap-27 {
  gap: calc(27rem / 16);
}

.has-gap-28 {
  gap: calc(28rem / 16);
}

.has-gap-29 {
  gap: calc(29rem / 16);
}

.has-gap-30 {
  gap: calc(30rem / 16);
}

.has-gap-31 {
  gap: calc(31rem / 16);
}

.has-gap-32 {
  gap: calc(32rem / 16);
}

.has-gap-33 {
  gap: calc(33rem / 16);
}

.has-gap-34 {
  gap: calc(34rem / 16);
}

.has-gap-35 {
  gap: calc(35rem / 16);
}

.has-gap-36 {
  gap: calc(36rem / 16);
}

.has-gap-37 {
  gap: calc(37rem / 16);
}

.has-gap-38 {
  gap: calc(38rem / 16);
}

.has-gap-39 {
  gap: calc(39rem / 16);
}

.has-gap-40 {
  gap: calc(40rem / 16);
}

.has-gap-41 {
  gap: calc(41rem / 16);
}

.has-gap-42 {
  gap: calc(42rem / 16);
}

.has-gap-43 {
  gap: calc(43rem / 16);
}

.has-gap-44 {
  gap: calc(44rem / 16);
}

.has-gap-45 {
  gap: calc(45rem / 16);
}

.has-gap-46 {
  gap: calc(46rem / 16);
}

.has-gap-47 {
  gap: calc(47rem / 16);
}

.has-gap-48 {
  gap: calc(48rem / 16);
}

.has-gap-49 {
  gap: calc(49rem / 16);
}

.has-gap-50 {
  gap: calc(50rem / 16);
}

.has-gap-51 {
  gap: calc(51rem / 16);
}

.has-gap-52 {
  gap: calc(52rem / 16);
}

.has-gap-53 {
  gap: calc(53rem / 16);
}

.has-gap-54 {
  gap: calc(54rem / 16);
}

.has-gap-55 {
  gap: calc(55rem / 16);
}

.has-gap-56 {
  gap: calc(56rem / 16);
}

.has-gap-57 {
  gap: calc(57rem / 16);
}

.has-gap-58 {
  gap: calc(58rem / 16);
}

.has-gap-59 {
  gap: calc(59rem / 16);
}

.has-gap-60 {
  gap: calc(60rem / 16);
}

.has-gap-61 {
  gap: calc(61rem / 16);
}

.has-gap-62 {
  gap: calc(62rem / 16);
}

.has-gap-63 {
  gap: calc(63rem / 16);
}

.has-gap-64 {
  gap: calc(64rem / 16);
}

.has-gap-65 {
  gap: calc(65rem / 16);
}

.has-gap-66 {
  gap: calc(66rem / 16);
}

.has-gap-67 {
  gap: calc(67rem / 16);
}

.has-gap-68 {
  gap: calc(68rem / 16);
}

.has-gap-69 {
  gap: calc(69rem / 16);
}

.has-gap-70 {
  gap: calc(70rem / 16);
}

.has-gap-71 {
  gap: calc(71rem / 16);
}

.has-gap-72 {
  gap: calc(72rem / 16);
}

.has-gap-73 {
  gap: calc(73rem / 16);
}

.has-gap-74 {
  gap: calc(74rem / 16);
}

.has-gap-75 {
  gap: calc(75rem / 16);
}

.has-gap-76 {
  gap: calc(76rem / 16);
}

.has-gap-77 {
  gap: calc(77rem / 16);
}

.has-gap-78 {
  gap: calc(78rem / 16);
}

.has-gap-79 {
  gap: calc(79rem / 16);
}

.has-gap-80 {
  gap: calc(80rem / 16);
}

.has-gap-81 {
  gap: calc(81rem / 16);
}

.has-gap-82 {
  gap: calc(82rem / 16);
}

.has-gap-83 {
  gap: calc(83rem / 16);
}

.has-gap-84 {
  gap: calc(84rem / 16);
}

.has-gap-85 {
  gap: calc(85rem / 16);
}

.has-gap-86 {
  gap: calc(86rem / 16);
}

.has-gap-87 {
  gap: calc(87rem / 16);
}

.has-gap-88 {
  gap: calc(88rem / 16);
}

.has-gap-89 {
  gap: calc(89rem / 16);
}

.has-gap-90 {
  gap: calc(90rem / 16);
}

.has-gap-91 {
  gap: calc(91rem / 16);
}

.has-gap-92 {
  gap: calc(92rem / 16);
}

.has-gap-93 {
  gap: calc(93rem / 16);
}

.has-gap-94 {
  gap: calc(94rem / 16);
}

.has-gap-95 {
  gap: calc(95rem / 16);
}

.has-gap-96 {
  gap: calc(96rem / 16);
}

.has-gap-97 {
  gap: calc(97rem / 16);
}

.has-gap-98 {
  gap: calc(98rem / 16);
}

.has-gap-99 {
  gap: calc(99rem / 16);
}

.has-gap-100 {
  gap: calc(100rem / 16);
}

.has-gap-101 {
  gap: calc(101rem / 16);
}

.has-gap-102 {
  gap: calc(102rem / 16);
}

.has-gap-103 {
  gap: calc(103rem / 16);
}

.has-gap-104 {
  gap: calc(104rem / 16);
}

.has-gap-105 {
  gap: calc(105rem / 16);
}

.has-gap-106 {
  gap: calc(106rem / 16);
}

.has-gap-107 {
  gap: calc(107rem / 16);
}

.has-gap-108 {
  gap: calc(108rem / 16);
}

.has-gap-109 {
  gap: calc(109rem / 16);
}

.has-gap-110 {
  gap: calc(110rem / 16);
}

.has-gap-111 {
  gap: calc(111rem / 16);
}

.has-gap-112 {
  gap: calc(112rem / 16);
}

.has-gap-113 {
  gap: calc(113rem / 16);
}

.has-gap-114 {
  gap: calc(114rem / 16);
}

.has-gap-115 {
  gap: calc(115rem / 16);
}

.has-gap-116 {
  gap: calc(116rem / 16);
}

.has-gap-117 {
  gap: calc(117rem / 16);
}

.has-gap-118 {
  gap: calc(118rem / 16);
}

.has-gap-119 {
  gap: calc(119rem / 16);
}

.has-gap-120 {
  gap: calc(120rem / 16);
}

.has-aspect-ratio-1-1 {
  aspect-ratio: "1";
}

.has-aspect-ratio-4-3 {
  aspect-ratio: "4 / 3";
}

.has-aspect-ratio-3-2 {
  aspect-ratio: "3 / 2";
}

.has-aspect-ratio-16-9 {
  aspect-ratio: "16 / 9";
}

.has-aspect-ratio-21-9 {
  aspect-ratio: "21 / 9";
}

.has-aspect-ratio-9-16 {
  aspect-ratio: "9 / 16";
}

.has-aspect-ratio-2-3 {
  aspect-ratio: "2 / 3";
}

.has-aspect-ratio-3-4 {
  aspect-ratio: "3 / 4";
}

.expandable-grid {
  --duree-apparence-txt: .7s;
  display: flex;
  gap: 0.25rem;
}
.expandable-grid__item {
  position: relative;
  margin-block-start: 0;
  flex: 1 1 0;
  max-height: 70vh;
  order: auto;
  transition: flex-grow var(--duree-apparence-txt, 1s) ease;
  background-image: url(assets/img/fond.jpeg);
  background-position-x: right;
  background-size: cover;
  overflow: hidden;
}
.expandable-grid__item.active {
  flex-grow: 12;
}
@media (min-width: 600px) and (max-width: 1199px) {
  .expandable-grid__item.active {
    flex-grow: 6;
  }
}
@media (min-width: 1200px) {
  .expandable-grid__item.active {
    flex-grow: 3;
  }
}
.expandable-grid__item.active > .expandable-grid__item--txt {
  opacity: 1;
  transition-delay: var(--duree-apparence-txt, 1s);
  width: auto;
  padding: var(--wp--preset--spacing--h-16-40) var(--wp--preset--spacing--h-16-56);
}
.expandable-grid__item.active > .expandable-grid__item--background {
  filter: grayscale(0%);
  background-position: top;
  transform: scale(2);
}
.expandable-grid__item--background {
  margin-block-start: 0;
  background-position: center bottom;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  filter: grayscale(100%);
}
.expandable-grid__item--txt {
  height: 100%;
  overflow: auto;
  margin-block-start: 0;
  background: var(--wp--preset--gradient--gradient-5);
  width: 0;
  opacity: 0;
}

.has-column-count-2 {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-width: 150px;
       column-width: 150px;
}

@media (max-width: 500px) {
  .has-column-count-2 {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.has-column-count-3 {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-width: 150px;
       column-width: 150px;
}

.has-column-count-4 {
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-width: 150px;
       column-width: 150px;
}

.grid-40-60 {
  max-width: 100%;
  grid-template-columns: 40% minmax(400px, 1fr) !important;
}

@media (max-width: 1040px) {
  .grid-40-60 {
    grid-template-columns: 1fr !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .grid-40-60 > .wp-block-group > .wp-block-image:last-of-type {
    rotate: 90deg;
  }
}
@media (max-width: 768px) {
  .grid-4-2 {
    grid-template-columns: 1fr 1fr !important;
  }
  .grid-3-2-1 {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 500px) {
  .grid-4-2 {
    grid-template-columns: 1fr 1fr !important;
  }
  .grid-3-2-1 {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
}
.footer-grid {
  grid-template: 400px 1fr 1fr 300px;
}

@media (max-width: 600px) {
  .footer-grid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0;
  }
}
.has-top-line {
  position: relative !important;
  overflow: visible;
}
.has-top-line:after {
  content: "";
  position: absolute;
  top: 29px;
  display: block;
  left: 60px;
  right: -1.5rem;
  height: 1px;
  background-color: #CFCFCF;
}

@media (min-width: 1200px) {
  .has-decal {
    margin-bottom: calc(-1 * var(--wp--preset--spacing--56-120) - var(--wp--preset--spacing--16-32)) !important;
  }
}
@media (min-width: 1200px) {
  .has-decal {
    margin-bottom: calc(-2 * var(--wp--preset--spacing--56-120) - var(--wp--preset--spacing--16-32)) !important;
  }
}

@media (max-width: 600px) {
  .is-style-section {
    color: currentColor;
  }
}
.is-style-check li {
  position: relative;
  padding-left: 1.5rem;
}
.is-style-check li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10' fill='none'%3E%3Cpath d='M11.6656 1L4.333 8.3328L1 4.99971' stroke='%23DEDC00' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  color: var(--wp--preset--color--accent);
}

:root :where(.wp-element-button:hover, .wp-block-button__link:hover) {
  background-position: -100% 50% !important;
}

.is-style-with-plus {
  align-items: center;
}
.is-style-with-plus:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 1rem;
  width: 1rem;
  display: block;
  background-image: url(assets/img/plus.svg);
}

.wp-site-blocks {
  overflow-x: clip;
}

.nowrap {
  white-space: nowrap;
}

:where(.wp-site-blocks) > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

@media (max-width: 1200px) {
  .only-desktop {
    display: none !important;
  }
}

@media (min-width: 600px) {
  .only-mobile {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .only-mobitab {
    display: none !important;
  }
}

.site-header.fixed {
  color: white !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
body.not-on-top .site-header.fixed {
  background-color: rgba(0, 0, 0, 0.5);
}

.safe-svg-cover svg {
  fill: none;
}

.logo-header img {
  width: min(204px, 50vw);
}

.animated-logo-container {
  position: relative;
  width: 140px;
  height: 40px;
}
.animated-logo-container > figure {
  position: absolute;
  transition: all 1s;
}
.animated-logo-container > figure:nth-of-type(1) {
  position: absolute;
  z-index: 2;
  opacity: 1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 150px;
}
.animated-logo-container > figure:nth-of-type(2) {
  position: absolute;
  top: 50%;
  z-index: 1;
  opacity: 0;
  right: 0;
  transform: translateY(-80px);
}
.animated-logo-container:hover > figure:nth-of-type(1) {
  top: 0;
  transform: translateY(32px);
  width: 100px;
  opacity: 0;
}
.animated-logo-container:hover > figure:nth-of-type(2) {
  top: 0;
  transform: translateY(-50%);
  opacity: 1;
}

@media (max-width: 1200px) {
  .header-grid > div:nth-of-type(1) {
    order: 1;
  }
  .header-grid > div:nth-of-type(2) {
    order: 3;
  }
  .header-grid > div:nth-of-type(3) {
    order: 2;
    transform: scale(0.8);
  }
}
@media (max-width: 900px) {
  .header-grid > div:nth-of-type(3) {
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .header-grid > div:nth-of-type(3) {
    transform: scale(0.4);
    width: 30vw;
  }
}
@media (max-width: 1200px) {
  .desktop-only {
    display: none !important;
  }
  .footer-logos {
    gap: 1rem;
  }
  .footer-logos img {
    max-width: 33vw;
  }
}
@media (max-width: 600px) {
  .logo-dnb-container > figure > img {
    height: 10vw;
    max-width: auto;
    width: auto;
  }
}
.group-image-middle {
  position: relative;
  overflow: visible;
  z-index: 1;
}
.group-image-middle > figure img {
  transform: translateX(50%) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
}

@media (max-width: 1200px) {
  .group-image-middle > figure img {
    transform: translateX(-1rem) translateY(-50%);
    width: 20vw;
    height: 20vw;
  }
}
.wp-block-button__link:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("assets/img/arrow-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 1em;
  position: relative;
  top: 0.25em;
  opacity: 0;
}
.wp-block-button__link:hover:after {
  opacity: 1;
}

.cf7-grid {
  display: grid;
  gap: 1.5rem;
}

.cf7-grid {
  grid-template-columns: repeat(2, 1fr); /* 2 colonnes égales */
}

.cf7-grid > :nth-child(n+3) {
  grid-column: span 2; /* Occupe toute la largeur (2 colonnes) */
}

.cf7-grid label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 0.938rem;
}

.cf7-grid span {
  width: 100%;
  display: block;
}
.cf7-grid span.equipements-checkbox {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.cf7-grid span.equipements-checkbox span {
  width: -moz-fit-content;
  width: fit-content;
}

.cf7-grid .wpcf7-list-item {
  margin: 0.5rem 0 0 0 !important;
}
.cf7-grid .wpcf7-list-item label {
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}

input[type=submit].wpcf7-submit {
  margin-top: 3rem !important;
  padding-top: 0.9rem;
  padding-right: 1.5rem;
  padding-bottom: 0.9rem;
  padding-left: 1.5rem;
  background: var(--wp--preset--color--base) !important;
  color: var(--wp--preset--color--base2, black) !important;
  border-radius: 0rem !important;
  border: 1px solid var(--wp--preset--color--base);
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 600;
}
input[type=submit].wpcf7-submit:hover {
  background-color: var(--wp--preset--color--contrast, black) !important;
  border-color: var(--wp--preset--color--contrast, black) !important;
  color: var(--wp--preset--color--base) !important;
}

.form-group {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.form-group select {
  background: white;
}

input[type=checkbox] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1rem;
  height: 1rem;
  border: 1px solid #000;
  background-color: white;
  cursor: pointer;
}

input[type=checkbox]:checked {
  background-color: black;
  border-color: white;
}
input[type=checkbox]:checked:before {
  content: "";
  height: 1rem;
  width: 1rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 30 30" width="30px" height="30px"><path d="M 26.980469 5.9902344 A 1.0001 1.0001 0 0 0 26.292969 6.2929688 L 11 21.585938 L 4.7070312 15.292969 A 1.0001 1.0001 0 1 0 3.2929688 16.707031 L 10.292969 23.707031 A 1.0001 1.0001 0 0 0 11.707031 23.707031 L 27.707031 7.7070312 A 1.0001 1.0001 0 0 0 26.980469 5.9902344 z"/></svg>');
  background-image: url('data:image/svg+xml,%3C%3Fxml version="1.0" encoding="UTF-8"%3F%3E%3Csvg id="Calque_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 30 30"%3E%3C!-- Generator: Adobe Illustrator 29.2.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 116) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class="st0" d="M27.8,5.2c-.5-.5-1.1-.8-1.8-.8h0c-.6,0-1.2.3-1.6.7l-13.7,14.2-5-5.2c-.9-1-2.4-1-3.4,0-1,1-1,2.5,0,3.6l6.7,7c.5.5,1.1.7,1.7.7s1.2-.2,1.7-.7l15.4-16c.5-.5.7-1.1.7-1.8,0-.7-.2-1.3-.7-1.8Z"/%3E%3C/svg%3E');
  background-size: contain;
  display: block;
  text-align: center;
  font-size: 1em;
  line-height: 1.2em;
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]),
input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  min-height: 2ch;
  background-color: transparent;
  width: 100% !important;
  box-sizing: border-box;
  padding: 0.5rem 0.5rem;
  border-color: #F7F7F3;
  border-top: none;
  border-left: none;
  border-right: none;
  border-width: 1px;
  color: var(--wp--preset--color--base);
  font-family: var(--wp--preset--font-family--first);
  font-size: var(--wp--preset--font-size--default);
}

.label {
  font-family: var(--wp--preset--font-family--first);
  font-size: var(--wp--preset--font-size--default);
  font-weight: bold;
  line-height: 1.5;
}
.label + textarea {
  margin-bottom: 0.5rem;
}

/** changement du breakpoint du menu */
@media (max-width: 1200px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
}
@media (max-width: 1200px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
  }
}
a.wp-block-navigation-item__content:hover {
  color: var(--wp--preset--color--contrast) !important;
}/*# sourceMappingURL=style.css.map */