#my-coach section {
  position: relative;
  padding: 80px 0;
  background: #f2f2f2;
}
#my-coach section .section-overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#my-coach .columns {
  display: flex;
  flex-direction: row;
}
#my-coach .columns .column {
  display: flex;
  flex: 1;
}
#my-coach .columns .column.align-top {
  justify-content: flex-start;
}
#my-coach .columns .column.align-middle {
  justify-content: center;
}
#my-coach .columns .column.align-bottom {
  justify-content: flex-end;
}
#my-coach .columns .column.align-left {
  align-items: flex-start;
}
#my-coach .columns .column.align-center {
  align-items: center;
}
#my-coach .columns .column.align-right {
  align-items: flex-end;
}
#my-coach .columns .column.align-bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
}
#my-coach .columns .column.align-center-center {
  justify-content: center;
  align-items: center;
}
#my-coach .columns .column.align-top-right {
  justify-content: flex-start;
  align-items: flex-end;
}
@media screen and (max-width: 600px) {
  #my-coach .columns {
    flex-direction: column;
    gap: 24px;
  }
}
#my-coach h1, #my-coach h2, #my-coach h3 {
  color: #174c55;
}
#my-coach section.section-hero {
  background-image: url("../images/my-coach/hero.png");
  background-size: cover;
  background-position: top right;
}
@media screen and (max-width: 600px) {
  #my-coach section.section-hero {
    background-position: top center;
  }
}
#my-coach section.section-hero .section-overlay {
  background: rgba(255, 255, 255, 0.7);
}
#my-coach section.section-hero .section-content {
  position: relative;
  z-index: 1;
}
#my-coach section.section-hero .section-content .column-1 {
  flex-direction: column;
}
#my-coach section.section-hero .section-content .column-1 .bird360-logo {
  max-width: 200px;
  margin-bottom: 32px;
}
#my-coach section.section-hero .section-content .column-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 600px) {
  #my-coach section.section-hero .section-content .column-2 {
    align-items: flex-start;
  }
}
#my-coach section.section-trajectoire {
  background: white;
}
#my-coach section.section-trajectoire .column-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#my-coach section.section-trajectoire .column-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#my-coach section.section-trajectoire .column-2 img {
  width: 350px;
}
@media screen and (max-width: 600px) {
  #my-coach section.section-trajectoire .column-2 {
    display: none;
  }
}
#my-coach section.section-clarifiez {
  background: #174c55;
}
#my-coach section.section-clarifiez .column-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#my-coach section.section-clarifiez .column-1 h2, #my-coach section.section-clarifiez .column-1 p, #my-coach section.section-clarifiez .column-1 ul {
  color: white !important;
}
#my-coach section.section-clarifiez .column-1 ul {
  list-style-type: disc !important;
  padding-left: 16px;
}
#my-coach section.section-clarifiez .column-1 ul li {
  font-weight: bold;
  margin-bottom: 4px;
}
#my-coach section.section-clarifiez .column-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#my-coach section.section-clarifiez .column-2 img {
  width: 350px;
}
#my-coach section.section-parcours h2 {
  margin-bottom: 40px;
}
#my-coach section.section-parcours .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 600px) {
  #my-coach section.section-parcours .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
#my-coach section.section-parcours .grid .grid-item {
  display: flex;
  flex-direction: column;
}
#my-coach section.section-parcours .grid .parcours {
  background: white;
  padding: 32px;
  border: solid 2px #974706;
}
#my-coach section.section-parcours .grid .parcours h3 {
  font-size: 24px;
  margin-bottom: 32px;
}
#my-coach section.section-parcours .grid .parcours .citation .citation-content {
  position: relative;
  text-align: center;
  color: #666666;
  margin-bottom: 16px;
}
#my-coach section.section-parcours .grid .parcours .citation .citation-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, -100%);
  height: 16px;
  width: 16px;
  background-image: url("../images/my-coach/icon-quote-left.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#my-coach section.section-parcours .grid .parcours .citation .citation-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(100%, 0%);
  height: 16px;
  width: 16px;
  background-image: url("../images/my-coach/icon-quote-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#my-coach section.section-parcours .grid .parcours .citation .citation-author {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
#my-coach section.section-parcours .grid .last-item {
  justify-content: center;
  align-items: center;
}
#my-coach section.section-parcours .grid .last-item .bird360-logo {
  max-width: 200px;
  margin-bottom: 32px;
}
#my-coach section.section-diagnostic {
  background: white;
}
#my-coach section.section-diagnostic h2 {
  text-decoration: underline;
  text-decoration-color: #974706;
  text-decoration-thickness: 4px;
  margin-bottom: 24px;
}
#my-coach section.section-diagnostic ul {
  list-style-type: disc !important;
  padding-left: 16px;
}
#my-coach section.section-diagnostic ul li {
  font-size: 16px;
  margin-bottom: 8px;
}
#my-coach section.section-diagnostic ul li::marker {
  color: #974706;
}
#my-coach section.section-levier {
  background: #974706;
}
#my-coach section.section-levier h2 {
  color: white;
  margin-bottom: 80px;
}
#my-coach section.section-levier .column-1 {
  flex-direction: column;
}
#my-coach section.section-levier .column-1 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
@media screen and (max-width: 600px) {
  #my-coach section.section-levier .column-1 .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
#my-coach section.section-levier .column-1 .grid .item-card {
  position: relative;
  padding: 64px 32px 32px 32px;
  background: white;
}
#my-coach section.section-levier .column-1 .grid .item-card .card-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border: solid 4px #974706;
  height: 48px;
  width: 48px;
}
#my-coach section.section-levier .column-1 .grid .item-card .card-icon img {
  height: 20px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#my-coach section.section-levier .column-1 .grid .item-card .card-title {
  color: #974706;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
#my-coach section.section-levier .column-1 .grid .item-card .card-content {
  color: #666666;
  text-align: center;
}
#my-coach section.section-levier .column-1 .grid .last-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#my-coach section.section-levier .column-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#my-coach section.section-levier .column-2 img {
  height: 300px;
}
@media screen and (max-width: 600px) {
  #my-coach section.section-levier .column-2 {
    display: none;
  }
}
#my-coach section.section-dimensions {
  background-image: url("../images/my-coach/team.jpg");
  background-size: cover;
  background-position: center center;
}
#my-coach section.section-dimensions .section-overlay {
  background: rgba(23, 76, 85, 0.8);
}
#my-coach section.section-dimensions .section-content {
  position: relative;
  z-index: 1;
}
#my-coach section.section-dimensions .section-content .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#my-coach section.section-dimensions .section-content .container .bird360-logo {
  height: 100px;
  margin-bottom: 32px;
}
#my-coach section.section-dimensions .section-content .container h2 {
  color: white;
  font-weight: bold;
  margin-bottom: 64px;
}
#my-coach section.section-dimensions .section-content .container .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  #my-coach section.section-dimensions .section-content .container .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
#my-coach section.section-dimensions .section-content .container .grid .grid-item {
  padding: 24px;
  background: white;
}
#my-coach section.section-dimensions .section-content .container .grid .grid-item .item-title {
  font-size: 20px;
  color: #174c55;
  font-weight: bold;
  margin-bottom: 16px;
}
#my-coach section.section-dimensions .section-content .container .grid .grid-item .item-content {
  color: #666666;
}
#my-coach section.section-dimensions .section-content .container .plus {
  margin-bottom: 32px;
}
#my-coach section.section-dimensions .section-content .container .plus img {
  height: 64px;
}
#my-coach section.section-dimensions .section-content .container .bullseye-card {
  padding: 24px;
  background: #22707D;
  text-align: center;
  width: 400px;
}
@media screen and (max-width: 600px) {
  #my-coach section.section-dimensions .section-content .container .bullseye-card {
    width: 250px;
  }
}
#my-coach section.section-dimensions .section-content .container .bullseye-card img {
  height: 48px;
  margin-bottom: 24px;
}
#my-coach section.section-dimensions .section-content .container .bullseye-card p {
  color: white;
}
#my-coach section.section-apports h2 {
  margin-bottom: 32px;
}
#my-coach section.section-apports ul {
  list-style-type: disc !important;
  padding-left: 16px;
  margin-bottom: 32px;
}
#my-coach section.section-apports h3 {
  text-decoration: underline;
  text-decoration-color: #22707D;
  text-decoration-thickness: 4px;
  margin-bottom: 40px;
}
#my-coach section.section-apports .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
@media screen and (max-width: 600px) {
  #my-coach section.section-apports .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
#my-coach section.section-apports .grid .grid-item {
  padding: 32px;
  background: #22707D;
}
#my-coach section.section-apports .grid .grid-item img {
  width: 40px;
  margin-bottom: 16px;
}
#my-coach section.section-apports .grid .grid-item .item-content {
  color: white;
}
#my-coach section.section-about {
  background: white;
}
#my-coach section.section-about img {
  height: 64px;
  margin-bottom: 32px;
}
#my-coach section.section-about h2 {
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-decoration-color: #974706;
  margin-bottom: 32px;
}
#my-coach section.section-about p {
  color: #666666;
}
#my-coach section.section-about .btn {
  margin-top: 32px;
}
#my-coach section.ynr-hero {
  background-image: url("../images/my-coach/hero.png");
  background-size: cover;
  background-position: top right;
}
@media screen and (max-width: 600px) {
  #my-coach section.ynr-hero {
    background-position: top center;
  }
  #my-coach section.ynr-hero h1 {
    line-height: 1.2;
  }
  #my-coach section.ynr-hero .btn {
    margin-bottom: 8px;
  }
}
#my-coach section.ynr-hero .section-overlay {
  background: rgba(23, 76, 85, 0.85);
}
#my-coach section.ynr-hero .section-content {
  position: relative;
  z-index: 1;
}
#my-coach section.ynr-hero .section-content .card-wrapper {
  display: block;
  width: fit-content;
  margin: 0;
  text-align: left;
  margin-bottom: 40px;
}
#my-coach section.ynr-hero .section-content .card-wrapper .card-subtitle {
  font-size: 24px;
  color: white;
  font-weight: bold;
  margin-bottom: 24px;
}
#my-coach section.ynr-hero .section-content .card-wrapper p {
  color: white;
}
#my-coach section.ynr-hero .section-content .card-wrapper h1 {
  font-size: 72px;
  color: white;
  font-weight: bold;
}
#my-coach section.ynr-hero .section-content .card-wrapper .buttons {
  margin-top: 48px;
  width: fit-content;
  display: block;
}
#my-coach section.ynr-hero .section-content .card-wrapper .buttons .btn {
  margin-right: 8px;
  margin-left: 8px;
}
#my-coach section.ynr-mirroir .columns {
  margin-top: 80px;
  gap: 24px;
}
#my-coach section.ynr-mirroir .column {
  flex-direction: column;
}
#my-coach section.ynr-mirroir .column .column-icon img {
  height: 24px;
  margin-bottom: 24px;
}
#my-coach section.ynr-mirroir .column .column-title {
  font-size: 18px;
  font-weight: bold;
}
#my-coach section.ynr-mirroir .testimonial {
  margin-top: 80px;
  width: 100%;
  padding: 80px;
  background-color: white;
  border-radius: 16px;
  color: #174c55;
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
}
#my-coach section.ynr-mirroir .testimonial img {
  display: block;
  height: 64px;
  margin-bottom: 32px;
}
#my-coach section.ynr-compare {
  background: #c8eaf0;
}
#my-coach section.ynr-compare h2, #my-coach section.ynr-compare .intro {
  text-align: center;
}
#my-coach section.ynr-compare .icon-danger {
  height: 32px;
  line-height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: #f9e2e2;
  color: #d9534f;
  font-size: 16px;
  text-align: center;
}
#my-coach section.ynr-compare .icon-success {
  height: 32px;
  line-height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: #d8eed8;
  color: #5cb85c;
  font-size: 16px;
  text-align: center;
}
#my-coach section.ynr-compare .columns {
  margin-top: 48px;
  gap: 48px;
}
#my-coach section.ynr-compare .columns .column {
  padding: 32px;
  flex-direction: column;
  background-color: white;
}
#my-coach section.ynr-compare .columns .column .column-title {
  display: flex;
  gap: 16px;
  align-items: center;
  font-weight: bold;
  margin-bottom: 24px;
}
#my-coach section.ynr-compare .columns .column .hr {
  width: 100%;
  border-top: solid 1px #e6e6e6;
  margin-bottom: 48px;
}
#my-coach section.ynr-compare .columns .column table tr td {
  padding: 16px 16px 16px 0;
  color: #666666;
  vertical-align: top;
}
#my-coach section.ynr-compare .columns .column table tr td i {
  font-size: 14px;
}
#my-coach section.ynr-compare .columns .column table tr td .row-title {
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}
#my-coach section.ynr-compare .columns .column-red {
  border-top: solid 10px #d9534f;
}
#my-coach section.ynr-compare .columns .column-red .column-title {
  color: #d9534f;
}
#my-coach section.ynr-compare .columns .column-success {
  border-top: solid 10px #5cb85c;
}
#my-coach section.ynr-compare .columns .column-success .column-title {
  color: #5cb85c;
}
#my-coach section.ynr-methodologie .columns {
  margin-top: 48px;
  gap: 24px;
}
#my-coach section.ynr-methodologie .columns .column {
  flex-direction: column;
  padding: 24px;
  background-color: white;
  border-radius: 16px;
}
#my-coach section.ynr-methodologie .columns .column .step-badge {
  padding: 8px;
  border-radius: 4px;
  background-color: #22707D;
  color: white;
  font-size: 12px;
  width: fit-content;
  margin-bottom: 8px;
}
#my-coach section.ynr-methodologie .columns .column .step-title {
  font-size: 24px;
  color: #22707D;
  font-weight: bold;
  margin-bottom: 16px;
}
#my-coach section.ynr-faq {
  background-color: white;
}
#my-coach section.ynr-faq h3 {
  font-size: 20px;
  font-weight: bold;
}
#my-coach section.ynr-faq .columns {
  gap: 80px;
}
#my-coach section.ynr-faq .columns .column {
  flex-direction: column;
}
#my-coach section.ynr-faq table {
  background-color: #c8eaf0;
  border-radius: 8px;
  margin-bottom: 24px;
}
#my-coach section.ynr-faq table tr td {
  padding: 8px 16px;
}
#my-coach section.ynr-ready {
  background-color: #22707D;
  padding-top: 100px;
  padding-bottom: 100px;
}
#my-coach section.ynr-ready .container {
  text-align: center;
}
#my-coach section.ynr-ready .container h2 {
  font-size: 48px;
  font-weight: bold;
}
#my-coach section.ynr-ready .container h2, #my-coach section.ynr-ready .container p {
  color: white;
}
#my-coach section.ynr-ready .container .buttons {
  margin-top: 48px;
}
@media screen and (max-width: 600px) {
  #my-coach section.ynr-ready h2 {
    line-height: 1.2;
  }
  #my-coach section.ynr-ready .buttons a {
    display: block;
    margin-bottom: 8px;
  }
}

/*# sourceMappingURL=my_coach.css.map */
