.alert svg {
  height: 32px;
}

.layout-hero {
  background: url("../../assets/images/pattern_hero_logo.png") no-repeat center
    var(--color_2);
}

.layout-builder-block {
  background-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
}
#header {
  position: fixed;
  width: 100%;
  z-index: 15;
  background: var(--color_1);
  height: var(--height-menu-desktop);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.3);
}
/* Menu */
.nav-link {
  color: var(--color_2);
}
.home.nav-item a {
  font-size: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
}
.home.nav-item a:before {
  content: "\e88a";
  font-family: "Material Icons";
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  color: inherit;
}
.dropdown-toggle::after {
  content: "";
  display: inline-block;
  border-top: 0;
  border-left: 0;
  border-bottom-style: solid;
  border-right-style: solid;
  border-bottom-width: 0.2rem;
  border-right-width: 0.2rem;
  height: 0.9rem;
  width: 0.9rem;
  border-color: var(--color_4);
  transform: rotate(45deg);
  margin-left: 0.8rem;
}
.navbar-nav > li {
  position: relative;
}
.navbar-nav > li:hover::before {
  transform: translateY(0);
  opacity: 1;
}
.navbar-nav > li::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-radius: 0.5rem;
  border-top: 0.4rem solid var(--color_4);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
  transform: translateY(0.4rem);
  opacity: 0;
}
.navbar-nav > li .dropdown-menu,
.navbar-nav > li :hover > .dropdown-menu {
  transform: translate(0, 0);
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  margin-top: 2.7rem;
  border: 0;
  border-radius: 0;
}
.navbar-nav > li .dropdown-menu li {
  transition: color 0.4s ease;

  padding: 0.75rem 1rem;
}
.navbar-nav > li .dropdown-menu li a {
  color: var(--color_7);
  font-size: 1.3rem;
  text-decoration: none;
}

#main-wrapper {
  padding-top: var(--height-menu-desktop);
}
#main {
  position: relative;
}
.node__content {
  margin-top: 0;
}
.is-layout-builder .block-system-breadcrumb-block {
  display: none;
}
.node-page-layout-builder-form {
  padding-top: 3rem;
}
.node-page-layout-builder-form .form-actions {
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-items: center;
}
.node-page-layout-builder-form .form-actions .button {
  width: auto;
  font-size: 2rem;
  padding: 0.5rem 3rem;
}
.node-page-layout-builder-form .form-actions #edit-submit:hover {
  background: transparent;
  color: var(--color_4);
}
.node-page-layout-builder-form .form-type-vertical-tabs {
  display: none;
}
#edit-discard-changes {
  background: orange;
  border-color: orange;
}
#edit-discard-changes:hover {
  background: transparent;
  color: orange;
}
#edit-revert {
  background: red;
  border-color: red;
}
#edit-revert:hover {
  background: transparent;
  color: red;
}
.node-page-layout-builder-form #edit-preview-toggle,
.node-page-layout-builder-form .form-actions .form-item-toggle-content-preview {
  margin-bottom: 0 !important;
}
.block-system-breadcrumb-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 1rem 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: var(--color_1);
}
.block-system-breadcrumb-block ol {
  margin-bottom: 0;
}
.block-system-breadcrumb-block a {
  color: var(--color_4);
  text-decoration: none;
}
.block-system-breadcrumb-block .breadcrumb-item.active {
  color: var(--color_1);
}
.image-style-wide {
  border-radius: 3rem;
}
/* Formation */
.node--type-formation.node--view-mode-full .field__label {
  font-size: 2.6rem;
  color: var(--color_3);
  margin-bottom: 2rem;
  line-height: 1;
}

.field--name-field-formation-pres-courte {
  background: var(--color_4);
  margin-bottom: 3rem;
  border-radius: 2rem;
  padding: 4.5rem;
}

.field--name-field-formation-pres-courte .field__item {
  color: var(--color_1);
}

.block-views-blockinfos-formation-block-1 {
  border-radius: 2rem;
  padding: 4.5rem;
  background: var(--color_9);
}

.demande-d-informations {
  background: var(--color_9);
}

.block-views-blockinfos-formation-block-1 .views-field {
  margin-bottom: 2rem;
}

.block-views-blockinfos-formation-block-1 .views-label {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

.block-views-blockinfos-formation-block-1 .field-content {
  border-radius: 1rem;
  background: var(--color_1);
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--color_4);
}
.text-formatted ul,
.text-formatted ol {
  position: relative;
  padding: 0.5rem 0;
  list-style: none;
}
.text-formatted ul li {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 3rem;
  overflow: hidden;
  line-height: 1.4;
  text-align: left;
}
.text-formatted ul li:before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: 0;
  left: -1.25rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  margin: -0.25rem -0.5rem 0 0;
  background: var(--color_14);
}
.header-page {
  background: var(--color_2);
  min-height: 33rem;
  display: flex;
  align-items: center;
}
.header-page h1 {
  color: var(--color_1);
  max-width: 50%;
}
/*
 * Fond beige
*/
.layout-beige {
  background: var(--color_5);
}
