/* CONTAINER */
.bottin-ressources {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 80px;
}

/* RESET */
.bottin-ressources ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bottin-ressources li {
  margin: 0;
  padding: 0;
}

/* Typo */
.bottin-ressources p {
  margin: 0;
}
.bottin-ressources p + p {
  margin-top: 10px;
}
.bottin-ressources a {
  text-decoration: underline;
}

/* COMMON */
.bottin-ressources .acc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 14px 55px 14px 16px;
  cursor: pointer;
  user-select: none;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  border: 0;
  outline: none;
  background: #ffffff;
}
.bottin-ressources .acc-head svg {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(0deg);
  transition: transform .2s ease;
}
.bottin-ressources li.is-open > .acc-head svg {
  transform: translateY(-50%) rotate(-180deg);
}
.bottin-ressources li > .acc-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height .25s ease, padding .5s;
}
.bottin-ressources li > .acc-body > ul {
  padding: 15px;
}
.bottin-ressources .acc-body .acc-body-container {
  padding: 12px 16px 16px;
  border-top: 1px solid rgba(0,0,0,.08);
}

/* MAIN */
.bottin-ressources > ul > li {
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #ffb9a6;
}
.bottin-ressources > ul > li > .acc-head {
  background: #ffb9a6;
}

/* 1st CHILD */
.bottin-ressources > ul > li > .acc-body > ul > li {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #ffffff;
  background: #ffffff;
}

/* 2nd CHILD */
.bottin-ressources > ul > li > .acc-body > ul > li > .acc-body {
  border-top: 1px solid rgba(0,0,0,.08);
}
.bottin-ressources > ul > li > .acc-body > ul > li > .acc-body > ul > li {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #ffb9a6;
}
.bottin-ressources > ul > li > .acc-body > ul > li > .acc-body > ul > li > .acc-head {
  background: #ffb9a6;
}

/* FLEX WRAPPER INFOS */
.bottin-ressources .flex-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
  padding: 20px 0 10px;
  border-top: 1px dashed rgba(0,0,0,.15);
}
.bottin-ressources .flex-wrapper > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bottin-ressources .flex-wrapper span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px;
}
.bottin-ressources .flex-wrapper p {
  width: calc(100% - 38px);
}

.phone-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M320 96C443.7 96 544 196.3 544 320C544 443.7 443.7 544 320 544C196.3 544 96 443.7 96 320C96 196.3 196.3 96 320 96zM320 576C461.4 576 576 461.4 576 320C576 178.6 461.4 64 320 64C178.6 64 64 178.6 64 320C64 461.4 178.6 576 320 576zM370.3 183.8L322.3 263.8L315.9 274.5C320.6 279.2 328.8 287.4 340.4 299C330.5 316.2 316.2 330.5 299 340.4C287.4 328.8 279.3 320.6 274.5 315.9L263.8 322.3L183.8 370.3L171.1 377.9C171.3 378.3 184.2 404 209.7 455.1L214.1 463.9L232 463.9C360.1 463.9 464 360 464 231.9L464 214L455.2 209.6L391.2 177.6L377.9 171L370.3 183.7zM233.9 432L213 390.1L269.6 356.2C280.9 367.5 288.6 375.2 292.9 379.6C300.7 375.7 305.8 373.1 308.3 371.8C335.7 357.9 357.9 335.7 371.8 308.3C373 305.8 375.6 300.7 379.6 292.9C375.3 288.6 367.5 280.8 356.3 269.5L390.2 212.9L432.1 233.8C431 342.8 342.9 431 233.9 432z'/%3E%3C/svg%3E");
}
.email-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M320 96C443.7 96 544 196.3 544 320C544 443.7 443.7 544 320 544C196.3 544 96 443.7 96 320C96 196.3 196.3 96 320 96zM320 576C461.4 576 576 461.4 576 320C576 178.6 461.4 64 320 64C178.6 64 64 178.6 64 320C64 461.4 178.6 576 320 576zM432 264.2L320 319.6L208 264.2L208 240L432 240L432 264.2zM208 400L208 299.9L312.9 351.8L320 355.3L327.1 351.8L432 299.9L432 400L208 400zM208 208L176 208L176 432L464 432L464 208L208 208z'/%3E%3C/svg%3E");
}
.web-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath opacity='.4' d=''/%3E%3Cpath d='M320 96C196.3 96 96 196.3 96 320C96 443.7 196.3 544 320 544C328.8 544 336 551.2 336 560C336 568.8 328.8 576 320 576C178.6 576 64 461.4 64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320L576 344C576 392.6 536.6 432 488 432C454.6 432 425.5 413.3 410.6 385.9C390.2 413.9 357.2 432 320 432C258.1 432 208 381.9 208 320C208 258.1 258.1 208 320 208C351.3 208 379.7 220.9 400 241.6L400 240C400 231.2 407.2 224 416 224C424.8 224 432 231.2 432 240L432 344C432 374.9 457.1 400 488 400C518.9 400 544 374.9 544 344L544 320C544 196.3 443.7 96 320 96zM400 320C400 275.8 364.2 240 320 240C275.8 240 240 275.8 240 320C240 364.2 275.8 400 320 400C364.2 400 400 364.2 400 320z'/%3E%3C/svg%3E");
}
