@charset "UTF-8";
body,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

body {
  background-color: #fff;
}
body section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 62px;
}
body .carousel, body .references-hero, body .formation-container, body .hero {
  margin-top: 62px;
}

h1,
h2,
h3,
h4,
h5,
address {
  font-family: "Raleway", sans-serif;
}

h2, h3 {
  font-family: "Assistant SemiBold", sans-serif;
}

.carousel {
  height: 65vh;
  display: flex;
  align-items: center;
}
.carousel .carousel-inner {
  height: 65vh;
}
.carousel .carousel-inner .carousel-item {
  height: 65vh;
}
.carousel .carousel-inner .carousel-item .carousel-caption {
  position: relative;
  backdrop-filter: blur(4px);
  margin: auto;
  display: flex;
  width: fit-content;
  right: unset;
  left: unset;
  padding: 14px;
}
@media screen and (max-width: 768px) {
  .carousel .carousel-inner .carousel-item .carousel-caption {
    flex-direction: column;
    backdrop-filter: blur(12px);
  }
}
.carousel .carousel-inner .carousel-item.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .carousel .carousel-inner .carousel-item.active {
    align-items: flex-end;
  }
  .carousel .carousel-inner .carousel-item.active .carousel-caption {
    margin-bottom: -20px !important;
  }
}
.carousel .carousel-inner .carousel1 {
  background: url("../images/ttc/hero.jpg") no-repeat center;
  background-size: cover;
}
.carousel .carousel-inner .carousel2 {
  background: url("../images/ttc/girl.jpg") no-repeat center;
  background-size: cover;
}
.carousel .carousel-inner .carousel3 {
  background: url("../images/ttc/unhappy.jpg") no-repeat center;
  background-size: cover;
}
.carousel .carousel-inner .carousel4 {
  background: url("../images/ttc/beach.jpg") no-repeat center;
  background-size: cover;
}

nav ul li {
  text-transform: capitalize;
}
nav ul li a.formation-navlink {
  color: #934b05 !important;
}
@media screen and (max-width: 460px) {
  nav ul li a {
    font-size: 0.85rem;
  }
}

.home-organisme {
  display: flex;
  justify-content: center;
  background-image: url("../images/home_alps.jpg");
  height: 90vh;
  align-items: baseline;
}
.home-organisme h2 {
  margin: 90px 20px auto 20px;
  color: #0e1d49;
  font-size: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .home-organisme h2 {
    padding: 20px;
    flex-direction: column;
  }
}

.foot {
  display: flex;
  justify-content: space-around;
  width: 74%;
  padding: 50px 14px;
  gap: 16px;
}
.foot img.logo-qualiopi {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .foot {
    width: 74%;
  }
}
@media screen and (max-width: 768px) {
  .foot {
    width: 100%;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    margin: auto;
  }
}
.foot .footer-item {
  text-align: center;
  min-width: 160px;
}
.foot .footer-item ul {
  list-style-type: none;
  padding-left: 0;
}
.foot .footer-item li {
  padding-left: 0;
  margin: 8px;
}
.foot .footer-item a {
  color: rgb(235, 235, 31);
}

/*neuropsy*/
.hero-neuro {
  background-image: url("../images/nerve-cell.jpg");
}

.neuropsy {
  color: #333;
}
.neuropsy .neuro-section h2 {
  text-align: center;
  text-transform: uppercase;
  margin: auto;
  margin-top: 60px;
  background-color: #333;
  color: #fff;
  padding: 6px 18px;
  border-radius: 4px;
  position: absolute;
}
.neuropsy .neuro-section .img {
  width: 50%;
  height: 80vh;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex: 1 1 600px;
}
@media (min-width: 760px) {
  .neuropsy .neuro-section .img {
    min-width: 450px;
  }
}
.neuropsy .neuro-section .text {
  width: 50%;
  margin: 0 auto;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.3rem;
  min-width: 450px;
  flex: 1 1 600px;
}
@media (max-width: 760px) {
  .neuropsy .neuro-section .text {
    margin-top: 40px;
    padding: 0;
    min-width: unset;
  }
  .neuropsy .neuro-section .text .wrapper {
    justify-content: unset;
  }
}
.neuropsy .neuro-section .text h3 {
  text-transform: capitalize;
  width: 60%;
}
.neuropsy .neuro-section .text ol li {
  font-size: 1.2rem;
  margin: 22px;
}
.neuropsy .neuro-section .text p {
  width: 80%;
  margin: auto;
}
@media (max-width: 760px) {
  .neuropsy .neuro-section .text p {
    width: 100%;
  }
}
.neuropsy .neuro-who {
  flex-wrap: wrap-reverse;
}
.neuropsy .neuro-who .who > ul {
  display: flex;
  justify-content: space-around;
  width: 90%;
  margin: auto;
  padding-left: 0;
}
.neuropsy .neuro-who .who > ul li {
  padding-left: 0;
}
@media (max-width: 760px) {
  .neuropsy .neuro-who .who > ul {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .neuropsy .neuro-who .who > ul li {
    width: 74%;
    max-width: unset;
  }
  .neuropsy .neuro-who .who > ul li::before {
    transform: skew(1deg, 1deg);
  }
}
.neuropsy .img {
  background: url("../images/neuro/for-who.jpg") no-repeat top;
}

.neuro-bilan .img {
  background: url("../images/neuro/bilan.jpg") no-repeat center;
}
.neuro-bilan .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.neuro-bilan .text h3 {
  margin: auto;
  text-align: center;
  width: 80% !important;
  font-size: 1.4rem !important;
}
@media (max-width: 760px) {
  .neuro-bilan .text h3 {
    width: 100% !important;
    padding: 0 6px;
    margin-bottom: 30px;
  }
}
.neuro-bilan .text p {
  font-size: 1rem;
}
.neuro-bilan .bilans {
  width: 100%;
  margin: auto;
}
@media (max-width: 760px) {
  .neuro-bilan .bilans {
    width: 100%;
    padding: 20px;
    margin: 0;
  }
}
.neuro-bilan .bilans p {
  font-size: 1rem;
  line-height: 1.2em;
  border-top: 3px solid;
  border-image: linear-gradient(to right, #743ad5 0%, #d53a9d 100%);
  border-image-slice: 1;
  border-width: 3px;
  margin: auto;
  padding: 30px;
  counter-increment: section;
  position: relative;
}
.neuro-bilan .bilans p:before {
  content: counter(section);
  position: absolute;
  border-radius: 50%;
  height: 1.5em;
  width: 1.5em;
  background-color: #34435e;
  text-align: center;
  line-height: 1.25em;
  color: #ffffff;
  font-size: 0.9em;
}
.neuro-bilan .bilans p:nth-child(odd) {
  border-right: 3px solid;
  padding-left: 50px;
}
.neuro-bilan .bilans p:nth-child(odd):before {
  left: 100%;
  margin-left: -10px;
}
.neuro-bilan .bilans p:nth-child(even) {
  border-left: 3px solid;
  padding-right: 0;
}
.neuro-bilan .bilans p:nth-child(even):before {
  right: 100%;
  margin-right: -10px;
}
.neuro-bilan .bilans p:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.neuro-bilan .bilans p:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.neuro-deroulement {
  justify-content: center;
  width: 100%;
  flex-wrap: wrap-reverse;
}
.neuro-deroulement .img {
  background: url("../images/neuro/deroulement.png") no-repeat center;
}

.neuropsy .neuro-duration {
  display: flex;
  justify-content: center;
}
.neuropsy .neuro-duration .img {
  background: url("../images/neuro/duration.jpg") no-repeat center;
}
@media (max-width: 760px) {
  .neuropsy .neuro-duration .text {
    min-height: unset;
    margin-top: 30px;
  }
  .neuropsy .neuro-duration .text p {
    padding: 0 20px;
    width: 100%;
  }
}

.neuropsy .neuro-remediation {
  display: flex;
  flex-wrap: wrap-reverse;
}
.neuropsy .neuro-remediation .img {
  background: url("../images/neuro/emma8.png") no-repeat center;
  width: 50%;
}
.neuropsy .neuro-remediation .text p {
  padding: 24px 0;
  font-size: 1rem;
}
@media (max-width: 760px) {
  .neuropsy .neuro-remediation .text p {
    padding: 20px;
    width: 100%;
  }
}

/*ttc*/
/*hero area*/
.hero-ttc {
  background: url("../images/ttc/hero.jpg") no-repeat bottom;
}

.hero {
  background-size: cover;
  height: 64vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero h1 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-top: -54px;
  font-weight: bold;
}

.ttc-description,
.category-description {
  width: 76%;
  margin: auto;
  padding: 60px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .ttc-description,
  .category-description {
    width: 100%;
    padding: 20px;
  }
}

/* sections*/
.ttc-section {
  display: flex;
  justify-content: center;
  margin: 0;
  min-height: 84vh;
  background-color: rgb(234, 249, 253);
}
.ttc-section:nth-child(even) {
  flex-wrap: wrap;
}
.ttc-section:nth-child(odd) {
  flex-wrap: wrap-reverse;
}
.ttc-section h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 60px auto auto auto;
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 6px 18px;
  border-radius: 4px;
}
.ttc-section h5 {
  text-transform: uppercase;
  font-size: 1.4rem;
}
.ttc-section .ttc-area {
  flex: 1 1 440px;
}
.ttc-section .img {
  background-size: 100% auto;
}
.ttc-section .text {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 76vh;
  /*general display for lists*/
}
.ttc-section .text p {
  width: 60%;
  margin: auto;
}
.ttc-section .text .detail {
  padding: 40px;
  margin: auto;
  text-align: center;
}
.ttc-section .text ul,
.ttc-section .text ol {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  list-style-type: none;
  width: 100%;
  align-self: center;
  padding: 0;
}
.ttc-section .text ul li,
.ttc-section .text ol li {
  width: 100%;
  text-align: center;
  padding: 4px;
  align-self: center;
}

/*techniques part1*/
.techniques .text {
  padding: 0;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.techniques p {
  font-size: 1.5rem;
  padding: 100px 0;
}
.techniques .detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.techniques .detail ol {
  width: 80%;
  margin: 20px auto;
}
.techniques .detail:nth-child(1) {
  width: 100%;
  height: 50%;
}
.techniques .detail:nth-child(2),
.techniques .detail:nth-child(3) {
  height: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.technique-comportementales,
.technique-cognitives,
.autres-techniques {
  padding: 20px !important;
  height: auto !important;
}
.technique-comportementales p.technique-comportementales-text,
.technique-comportementales p.technique-cognitives-text,
.technique-comportementales p.autres-techniques-text,
.technique-cognitives p.technique-comportementales-text,
.technique-cognitives p.technique-cognitives-text,
.technique-cognitives p.autres-techniques-text,
.autres-techniques p.technique-comportementales-text,
.autres-techniques p.technique-cognitives-text,
.autres-techniques p.autres-techniques-text {
  font-size: 1rem !important;
  padding: 20px !important;
  width: 100%;
}
@media (max-width: 768px) {
  .technique-comportementales p.technique-comportementales-text,
  .technique-comportementales p.technique-cognitives-text,
  .technique-comportementales p.autres-techniques-text,
  .technique-cognitives p.technique-comportementales-text,
  .technique-cognitives p.technique-cognitives-text,
  .technique-cognitives p.autres-techniques-text,
  .autres-techniques p.technique-comportementales-text,
  .autres-techniques p.technique-cognitives-text,
  .autres-techniques p.autres-techniques-text {
    margin: 40px 0;
  }
}

.technique-cognitives,
.autres-techniques {
  margin-top: -50px !important;
}

/*techniques part2*/
.techniques2 .text {
  display: flex;
  flex-wrap: wrap;
}
.techniques2 .text .detail {
  margin-top: 20px;
}
.techniques2 .text .detail hr {
  width: 64%;
  margin: 0 auto;
}
.techniques2 .text .detail ol {
  list-style-type: square;
}
.techniques2 .text .detail ol li {
  text-align: left !important;
  margin-left: 30px;
}
.techniques2 .text .detail:nth-child(1) {
  width: 100%;
}

.ttc-section .text {
  animation-duration: 1s;
  animation-name: slidein;
}
@media (max-width: 768px) {
  .ttc-section .text.techniques-text p {
    width: 100%;
    padding: 20px;
  }
}

/*for who ?*/
.who {
  /*who section*/
}
.who .text1 {
  padding-top: 110px;
}
.who .text ul {
  height: 100%;
  width: 100%;
  justify-content: center;
  padding: 0;
}
.who .text-wrap {
  width: 33.33%;
  display: flex;
  align-content: center;
  flex-direction: column;
  padding: 20px;
  font-size: 1.2rem;
  margin: 0;
  transition: border ease 0.6s;
  color: #333;
  flex: 1 1 330px;
  border: solid 1px rgba(33, 33, 33, 0.1);
  position: relative;
}
.who .text-wrap:hover, .who .text-wrap:active, .who .text-wrap:focus {
  border: solid 1px #333;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.who .text-wrap:hover .definition, .who .text-wrap:active .definition, .who .text-wrap:focus .definition {
  z-index: 300;
  visibility: visible;
  transition: opacity ease 1s;
  opacity: 1;
}
.who .definition {
  opacity: 0;
  transition: all ease 0.7s;
  visibility: hidden;
  background-color: rgb(253, 248, 248);
  position: absolute;
  padding: 16px;
  color: #333;
  bottom: 100%;
  text-align: left;
  border: solid 6px #cab406;
}
@media (min-width: 768px) {
  .who .definition {
    width: 760px;
  }
}
@media (max-width: 768px) {
  .who .definition {
    width: 100%;
    bottom: 100%;
    margin-left: 0;
    left: 0;
    right: 0;
  }
}
.who .definition p {
  width: 100%;
  text-align: left;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(33, 33, 33, 0.3);
}
.who .definition p ul {
  text-align: left !important;
  width: 100%;
  margin: 0;
}
.who .definition p ul li {
  background-color: #fff !important;
  text-align: left !important;
}
.who .text2 .detail {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .who .text2 .detail {
    padding: 20px;
  }
}
.who .text2 .detail h6 {
  font-size: 1.4rem;
  width: 80%;
  margin: auto;
}
@media (max-width: 768px) {
  .who .text2 .detail h6 {
    width: 100%;
    padding: 0 20px;
  }
}
.who .text2 .detail ul {
  margin-top: 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.who .text2 .detail ul .text-wrap {
  height: 40px;
  width: 80%;
  margin: 0 auto;
  flex: 1 1;
}
.who .text2 .detail ul .text-wrap .definition {
  left: -80%;
}
@media (max-width: 768px) {
  .who .text2 .detail ul .text-wrap {
    width: 100%;
  }
  .who .text2 .detail ul .text-wrap .definition {
    left: 0;
  }
}

/*déroulement*/
.deroulement .text {
  color: #333;
  padding: 0 !important;
  background-color: rgb(234, 249, 253);
}
.deroulement h4 {
  width: 76%;
  margin: auto;
  font-size: 1.6rem;
}
.deroulement h5 {
  text-transform: uppercase;
  font-size: 1.4rem;
}
.deroulement .detail {
  padding: 0;
}
.deroulement .detail ol {
  display: flex;
  align-items: top;
}
.deroulement .detail ol div {
  align-self: top;
  margin: 0;
}
.deroulement .detail ol li {
  flex: 1 1 400px;
  width: 50%;
  display: flex;
  align-self: flex-start;
  height: 50%;
  padding: 50px;
}
.deroulement .detail ol li p {
  width: 90%;
}

/*images*/
.ttc-section .img {
  background-size: cover !important;
  min-height: 76vh !important;
}

.techniques1 .img {
  background: url("../images/ttc/beach.jpg") no-repeat center;
}

.techniques2 .img {
  background: url("../images/ttc/balance.jpg") no-repeat bottom;
}

.who .img {
  background: url("../images/ttc/unhappy.jpg") no-repeat center;
}

.who2 .img {
  background: url("../images/ttc/girl.jpg") no-repeat center left;
}

.deroulement .img {
  background: url("../images/ttc/stairs.jpg") no-repeat center;
}

.deroulement2 .img {
  background: url("../images/ttc/puzzle.jpg") no-repeat center left;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Roboto";
  font-size: 17px;
  font-weight: 400;
}

/*vertical line*/
.timeline {
  position: relative;
  line-height: 1;
}
.timeline::before {
  content: "";
  background: #c5cae9;
  width: 5px;
  height: 95%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-item {
  width: 100%;
  margin-bottom: 5px;
  /*space*/
}
.timeline-item p {
  padding: 10px 40px !important;
  font-size: 1rem;
}
.timeline-item:nth-child(even) .timeline-content {
  float: right;
  /*lil arrow */
}
.timeline-item:nth-child(even) .timeline-content .date {
  right: auto;
  left: 0;
}
.timeline-item:nth-child(even) .timeline-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  left: -15px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #f5f5f5 transparent transparent;
}
.timeline-item::after {
  content: "";
  display: block;
  clear: both;
}

.timeline-content {
  position: relative;
  width: 45%;
  border-radius: 4px;
  background: #f5f5f5;
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
  /*lil arrow */
}
.timeline-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  right: -15px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #f5f5f5;
}

/*bullets*/
.timeline-img {
  width: 24px;
  height: 24px;
  background: #3f51b5;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: 25px;
  margin-left: -12px;
}

.date {
  background: #ff8c40;
  display: inline-block;
  color: #ffffff;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 460px) {
  .timeline {
    width: 92%;
    margin: auto;
  }
  .timeline .timeline-item {
    width: 100%;
    margin: auto;
  }
  .timeline .timeline-item .timeline-content p {
    width: 100%;
  }
  .timeline .timeline-item:nth-child(odd) .timeline-content p {
    padding: 10px 40px 10px 14px !important;
  }
  .timeline .timeline-item:nth-child(even) .timeline-content p {
    padding: 10px 14px 10px 40px !important;
  }
}
.tilesWrap {
  padding: 0;
  margin: 0px auto;
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}

.tilesWrap li {
  display: inline-block;
  width: 20%;
  min-width: 200px;
  max-width: 230px;
  padding: 10px;
  position: relative;
  vertical-align: center;
  margin: 6px;
  font-family: "helvetica", "sans-serif";
  background: #fff;
  text-align: center;
}

.tilesWrap li p {
  font-size: 1.1rem;
  line-height: 20px;
  color: #333;
  margin-top: 20px;
  width: 96% !important;
}

.tilesWrap li:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  background: #f00;
  transform: skew(1.4deg, 1.4deg);
  background: linear-gradient(to right, #0abfbc, #165756);
}

.honoraires-hero {
  background-image: url("../images/ttc/hero.jpg");
  background-position: 0 center;
}
.honoraires-hero h1 {
  color: #333;
}

.honoraires {
  font-size: 1.2rem;
}
.honoraires .wrapper {
  width: 100%;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .honoraires .wrapper {
    padding: 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .honoraires .wrapper {
    padding: 0 20px;
  }
}
.honoraires .wrapper h2 {
  text-align: center;
}
.honoraires ul {
  list-style-type: none;
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
  padding-left: 0;
}
.honoraires ul li {
  margin-bottom: 40px;
  border: solid 1px #cab406;
  border-left: solid 4px #cab406;
  border-top-right-radius: 8px;
}
@media screen and (min-width: 768px) {
  .honoraires ul li {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .honoraires ul li {
    width: 100%;
  }
}
.honoraires ul li h3 {
  font-size: 1.3rem;
  padding: 6px;
  width: 100%;
  color: #0e1d49;
  text-align: center;
  border-bottom: solid 1px rgba(14, 29, 73, 0.1);
}
.honoraires ul li p {
  text-align: center;
  padding: 6px;
}

.references-hero {
  background-image: url("../images/graduation.jpg");
  height: 100vh;
  background-attachment: fixed;
  flex-direction: column;
  overflow-y: scroll;
  font-size: 1.3rem;
}
.references-hero h1 {
  text-align: center;
  margin-top: 50px;
  color: #333;
  text-transform: uppercase;
}
.references-hero .diplomas {
  background-color: rgba(255, 255, 255, 0.94);
  margin-top: 60px;
  padding: 60px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .references-hero .diplomas {
    padding: 20px;
  }
}
.references-hero .diplomas h4, .references-hero .diplomas h3 {
  color: #0e1d49;
  width: fit-content;
}
.references-hero .diplomas .diplomas-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
}
.references-hero .diplomas .diplomas-list .diploma-item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 20px;
  border-radius: 4px;
  width: 300px;
  z-index: 4;
}
.references-hero .diplomas .diplomas-list .diploma-item::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  background: #f00;
  transform: skew(1.6deg, 1.6deg);
  background: linear-gradient(to right, rgba(202, 180, 6, 0.7), rgba(202, 180, 6, 0.6));
}
@media screen and (min-width: 768px) {
  .references-hero .diplomas .diplomas-list .diploma-item {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .references-hero .diplomas .diplomas-list .diploma-item {
    width: 100%;
  }
}
.references-hero .diplomas .diplomas-list .diploma-item span {
  position: relative;
  color: #333;
  font-size: 1.2rem;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-top: auto;
}
.references-hero .diplomas .diplomas-list .diploma-item i {
  margin-right: 6px;
  font-size: 1.4rem;
}
.references-hero .diplomas .diplomas-list hr {
  margin-bottom: 0;
}
.references-hero .diplomas .experience-item {
  border: solid 1px #cab406;
  transform: skew(1.6deg, 1.6deg);
  padding: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .references-hero .diplomas .experience-item {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .references-hero .diplomas .experience-item {
    width: 100%;
  }
}
.references-hero .diplomas .experience-item .content {
  transform: skew(-1.6deg, -1.6deg);
}
.references-hero ul {
  list-style-type: square;
}
.references-hero hr {
  margin-bottom: 40px;
}

.cabinet-hero {
  height: 60vh;
  background: url("../images/cabinet.jpg") no-repeat center;
}

.cabinet .container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 120px auto;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .cabinet .container {
    flex-direction: column;
    margin: 40px auto;
    align-items: center;
  }
}
.cabinet .container .address-wrap {
  width: 40%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 12px;
  min-width: 400px;
}
.cabinet .container .address-wrap .address {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.cabinet .container .address-wrap i {
  font-size: 3rem;
}
.cabinet .container .consult {
  min-width: 400px;
  width: 40%;
}
.cabinet .container .consult ul {
  list-style-type: square;
}

.maps {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px;
}
.maps .frame {
  width: 50%;
}
.maps .rdv {
  width: 43%;
  text-align: left;
}
.maps .rdv ul {
  list-style-type: none;
  margin-top: 40px;
  margin-left: -30px;
}
.maps .rdv li {
  margin-top: 30px;
}
.maps .rdv li i,
.maps .rdv li a {
  color: rgb(15, 76, 100);
}

@media screen and (max-width: 768px) {
  .maps {
    flex-direction: column;
    align-items: center;
  }
  .maps, .frame {
    width: 100% !important;
  }
  .maps .rdv {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .maps .rdv ul {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
}
body, html {
  padding: 0;
  margin: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.formation-container {
  width: 100%;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.formation-container .title-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  background: url("../../images/formation/alps_pic.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .formation-container .text-wrapper {
    padding: 30px 80px;
  }
}
@media screen and (max-width: 768px) {
  .formation-container .text-wrapper {
    padding: 20px;
  }
}
@media screen and (max-width: 460px) {
  .formation-container .text-wrapper {
    padding: 0 12px;
  }
}
.formation-container h3, .formation-container i {
  color: #cab406;
}
.formation-container hr {
  border-color: #cab406;
}
.formation-container .download-link {
  text-decoration: none;
  padding: 6px 20px;
  background-color: #cab406;
  color: #0e1d49;
  border: solid 1px #cab406;
  font-weight: bold;
  transition: background-color 0.3s ease;
  min-width: fit-content;
  white-space: nowrap;
}
.formation-container .download-link i {
  color: #0e1d49;
}
.formation-container .download-link:hover {
  background-color: transparent;
  color: #0e1d49;
  border: solid 1px #0e1d49;
}
.formation-container .inscription-wrapper {
  background-color: rgba(202, 180, 6, 0.1);
}
.formation-container .inscription-wrapper .parcours-wrapper {
  margin-top: 40px;
}
.formation-container .inscription-wrapper .parcours-wrapper h3 {
  color: #cab406;
}
.formation-container .inscription-wrapper .parcours-wrapper h4 {
  text-transform: uppercase;
  text-align: center;
  background-color: #0e1d49;
  color: #fff;
  padding: 4px;
}
.formation-container .conditions-wrapper .formations-places {
  margin-top: 60px;
}
.formation-container .conditions-wrapper .formations-places .text-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 900px) {
  .formation-container .conditions-wrapper .formations-places .text-container {
    flex-direction: column;
  }
}
.formation-container .conditions-wrapper .formations-places .text-container .text, .formation-container .conditions-wrapper .formations-places .text-container img {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .formation-container .conditions-wrapper .formations-places .text-container .text, .formation-container .conditions-wrapper .formations-places .text-container img {
    width: 100%;
  }
}
.formation-container .conditions-wrapper h4, .formation-container .conditions-wrapper h5 {
  color: #0e1d49;
}

.conditions-wrapper h3 {
  margin-bottom: 20px;
}
.conditions-wrapper h5 {
  color: #0e1d49;
  padding-top: 10px;
}
.conditions-wrapper .text {
  padding-bottom: 14px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 1px 2px 0;
}
.conditions-wrapper .signature {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}

.formations-section .formation-content {
  margin-top: 26px;
}
.formations-section .formation-content h4 {
  text-align: center;
  margin-bottom: 12px;
  font-size: 1.4rem;
}
.formations-section .formation-content .formations-cards-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 18px;
}
.formations-section .formation-content .formations-cards-wrapper .formation-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  width: 240px;
  min-width: 220px;
  border: solid 1px #0e1d49;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 540px) {
  .formations-section .formation-content .formations-cards-wrapper .formation-card {
    width: 90%;
  }
}
.formations-section .formation-content .formations-cards-wrapper .formation-card:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.formations-section .formation-content .formations-cards-wrapper .formation-card:hover span.download-icon::after {
  content: "Télécharger les détails du programme";
  position: absolute;
  color: #cab406;
  font-size: 0.85rem;
  bottom: 0;
  white-space: nowrap;
}
.formations-section .formation-content .formations-cards-wrapper .formation-card h5 {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  text-align: center;
  background-color: #0e1d49;
  color: #fff;
  padding: 6px;
}
.formations-section .formation-content .formations-cards-wrapper .formation-card .card-content {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.formations-section .formation-content .formations-cards-wrapper .formation-card .card-content span {
  width: 100%;
  text-transform: capitalize;
  color: #333;
}
.formations-section .formation-content .formations-cards-wrapper .formation-card .card-content span i {
  margin-right: 6px;
  color: #cab406;
}
.formations-section .formation-content .formations-cards-wrapper .formation-card span.download-icon {
  margin-top: auto;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.formations-section .formation-content .formations-cards-wrapper .formation-card span.download-icon i {
  color: #333;
}
.formations-section .formation-content .formations-cards-wrapper .formation-card.to-come {
  border: solid 1px gray;
}
.formations-section .formation-content .formations-cards-wrapper .formation-card.to-come h5 {
  background-color: gray;
}
.formations-section .formation-content .formations-cards-wrapper .formation-card.to-come:hover {
  box-shadow: none;
}
.formations-section .formation-content .formations-cards-wrapper .formation-card.to-come:hover span.download-icon::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .formations-section .formation-content {
    margin-top: 44px;
  }
}

.formations-wrapper .formation-texts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .formations-wrapper .formation-texts p {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .formations-wrapper .formation-texts p {
    width: 40%;
  }
}
.formations-wrapper .proposed-formations {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 20px;
}
.formations-wrapper .proposed-formations .text-wrapper {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .formations-wrapper .proposed-formations .text-wrapper img.mountain-picture {
    max-width: 100%;
    width: 100%;
  }
}
.formations-wrapper .proposed-formations .first-para {
  display: flex;
  gap: 20px;
}
.formations-wrapper .proposed-formations .first-para img {
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .formations-wrapper .proposed-formations .first-para {
    flex-direction: column;
  }
}

.organisme-wrapper {
  background-color: rgba(202, 180, 6, 0.1);
}
.organisme-wrapper .organisme-container {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #ccc;
}
.organisme-wrapper .organisme-container .qualiopi-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin-bottom: 20px;
  background-color: #fff;
  flex-wrap: wrap;
}
.organisme-wrapper .organisme-container .qualiopi-wrapper img {
  width: 30%;
  min-width: 200px;
}
.organisme-wrapper .organisme-container .qualiopi-wrapper .qualiopi-text {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  justify-content: center;
  align-items: center;
  width: 60%;
  flex: 1;
}
.organisme-wrapper .organisme-container .qualiopi-wrapper .qualiopi-text p {
  white-space: pre-wrap;
}
@media screen and (max-width: 768px) {
  .organisme-wrapper .organisme-container .qualiopi-wrapper {
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }
  .organisme-wrapper .organisme-container .qualiopi-wrapper img {
    width: 300px;
    margin: auto;
  }
  .organisme-wrapper .organisme-container .qualiopi-wrapper .qualiopi-text {
    width: 100%;
  }
}
.organisme-wrapper .organisme-container .contact-wrapper h3 {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .organisme-wrapper .organisme-container .text {
    width: 60%;
  }
  .organisme-wrapper .organisme-container .contact-wrapper {
    width: 30%;
  }
  .organisme-wrapper .organisme-container .contact-wrapper h3 {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .organisme-wrapper .organisme-container {
    flex-direction: column;
  }
  .organisme-wrapper .organisme-container .text, .organisme-wrapper .organisme-container .contact-wrapper {
    width: 100%;
  }
}
.organisme-wrapper .reclamation-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .organisme-wrapper .reclamation-wrapper .text {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .organisme-wrapper .reclamation-wrapper .text {
    width: 100%;
  }
}

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