
/* Action bar */
section.action_bar {
  background: #1B252E;
  padding: 15px 15px;
}
@media (min-width: 1105px) {
  section.action_bar {
    padding: 18px 30px;
  }
  section.action_bar.scrolling-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

section.action_bar a {
  /* display: flex;
  align-content: center;
  justify-content: flex-start; */
  font-family: "DM Sans", serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.53px;
  line-height: 28px;
  color: #FFFFFF;
  transition: 0.2s;
  text-decoration: none;
}
section.action_bar a:focus {
  outline: 0;
}
section.action_bar a:hover {
  color: #A7C215;
}
  section.action_bar a::before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url('https://www.itaq.ca/wp-content/themes/astra-child/assets/img/fleche-droite.svg') no-repeat center center;
    /* background: url('https://www.itaq.ca/wp-content/themes/astra-child/assets/img/fleche-droite.svg') no-repeat center center; */
    background-size: cover;
    margin-right: 15px;
    vertical-align: -8px;
    transform: rotate(180deg);
  }

/* Top Section */
.header-microsite .top {
  padding-top: 0;
  padding-bottom: 0;
  height: 86px;
}
@media (min-width: 1105px) {
  .header-microsite .top {
    padding-top: 45px;
    padding-bottom: 0;
    height: auto;
  }
}

/* Middle Section */
.header-microsite .top section.middle {
  display: block;
  line-height: 16px;
  width: 60%;
  padding-left: 15px;
}
.header-microsite .top section.middle .code-cours {
  display: inline;
  font-size: 12px;
  line-height: 16px;
  margin-right: 5px;
}
.header-microsite .top section.middle h1 {
  display: inline;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 1105px) {
  .header-microsite .top section.middle {
    display: none;
  }
}

section.middle {
  display: none;
}
  section.middle .code-cours {
    font-family: "DM Sans", serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.53px;
    line-height: 28px;
    color: #1B252E;
  }
  section.middle h1 {
    font-family: "DM Sans", serif;
    font-weight: 700;
    font-size: 35px;
    letter-spacing: 0;
    line-height: 43px;
    color: #1B252E;
  }

@media (min-width: 1105px) {
  section.middle {
    display: block;
    padding: 20px 0 15px 0;
  }

  section.middle.scrolling-small {
    display: flex;
    align-items: center;
    padding-bottom: 0;
    padding-top: 25px;
  }
  section.middle.scrolling-small .code-cours {
   font-size: 22px;
   letter-spacing: 0.73px;
   line-height: 28px;
   margin-right: 15px;
  }
  section.middle.scrolling-small h1 {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 24px;
  }

}
