.centered {
  margin: auto;
}
.center-xy{
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-only{
  display: none;
}
.prestations-header,
.prestations-needs,
.prestations-work,
.prestations-difference,
.prestations-performance,
.prestations-contact {
  padding: 5rem; }
.prestations-needs {
  overflow: hidden; }
  .prestations-header span.surTitre,
  .prestations-needs span.surTitre,
  .prestations-work span.surTitre,
  .prestations-difference span.surTitre,
  .prestations-performance span.surTitre,
  .prestations-contact span.surTitre{
    font-family: 'Tinos', serif;
    color: #cc393e;
    font-size: 0.9rem;
    margin-bottom: -0.25rem; }
  .prestations-header h1,
  .prestations-needs h1,
  .prestations-work h1,
  .prestations-difference h1,
  .prestations-performance h1,
  .prestations-contact h1 {
    font-family: 'Athelas'; }
  .prestations-header h2,
  .prestations-needs h2,
  .prestations-work h2,
  .prestations-difference h2,
  .prestations-performance h2,
  .prestations-contact h2 {
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: bold;
    color: inherit; }

.swiper-wrapper {
  list-style: none;}

.swiper-pagination-bullet-active {
  background: #cc393e;
  height: 10px;
  width: 10px; }

.needs-cards {
  position: relative;
  height: 16rem; }
.needs-cards .swiper-container.s-profils {
  position: absolute;
  width: calc(50vw - 15px); }

.s-profils.swiper-container-horizontal>.swiper-pagination-progressbar {
  top: inherit;
  bottom: 0; }

.prestations-header,
.prestations-work,
.prestations-performance {
  background: #fff; }

.prestations-needs,
.prestations-difference,
.prestations-contact {
  background: #f1f1f1; }

.prestations-header {
  height: 50rem;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0; }
  .prestations-header h1 {
    padding-top: 0;
    max-width: 25rem; }
  .prestations-header .prestations-background {
    height: 100%;
    background-image: url(../img/Header.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    z-index: -1; }
  .prestations-header .prestations-content {
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 3rem; }
  .prestations-header .prestation-search .no-mobile form{
    display: inline-block; }
  .prestations-header .prestation-search .mobile-only .btn {
    margin-top: 0; }

.prestation-search {
  color: white;
  background: #cc393e;
  padding: 0.25rem 1.5rem;
  display: inline-block;
  width: max-content;
  margin: 0; }
  .prestation-search input {
    color: white;
    background: none;
    border: none;
    width: 30rem;
    border-bottom: 1px solid white; }
  .prestation-search input:focus {
     outline: dotted 1px rgb(255, 255, 255); 
  }
  .prestation-search input::placeholder {
    color: rgba(255, 255, 255, 0.75);
    opacity: 1; }
  .prestation-search :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.75); }
  .prestation-search ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(255, 255, 255, 0.75); }
  .prestation-search .btn {
    background: white;
    color: #cc393e;
    font-weight: 600;
    margin: 0rem 0rem 1rem 1.5rem; }
  .prestation-search .search-legend {
    color: #FFF;
    padding: 0.75rem 0.75rem 0 0.75rem;
    font-weight: bold;
    margin-bottom: 0; }
  .prestation-search .no-mobile .search-legend {
    padding-left: 0; }

.prestation-search .no-mobile::before {
  content: attr(data-background-icon);
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }



.prestations-needs .prestations-needs-inside {
  flex-wrap: nowrap;
}

@media (max-width: 1680px) {
  .prestations-needs .prestations-needs-inside {
    flex-wrap: wrap;
  }

  .prestations-needs .prestations-needs-inside .needs-header { 
    max-width: 100%;
    flex: none;
  }
}

.prestations-needs .profile-types {
  list-style: none;
}

.prestations-needs .swiper-wrapper {
  padding-bottom: 1rem; }

.prestations-needs .link {
  cursor: pointer;
  border-bottom: 1px solid #eaeaea;
  color: #838383;
  padding: 0;
  height: 2rem; }
.prestations-needs .link-active {
  color: black;
  border-bottom: 3px solid #cc393e; }
.prestations-needs .card-container {
  height: 100%;
  width:100%;
  position: relative;
 /*  
  width: 180px;
  margin: 10px; */}
  .prestations-needs .card-container .btn-info {
    position: absolute;
    bottom: 1.5rem;
    left: calc(20%); }
  .prestations-needs .card-container .btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 34, 0.5) }
.prestations-needs .card {
  width: 180px;
  padding: 2rem 0rem 4.5rem 0rem;
  border-width: 2px;
  justify-content: space-around;
  align-items: center; }
.prestations-needs .card:focus {
  background-color: rgb(233, 233, 233); }
.prestations-needs .card .title {
  height: 3rem;
  padding: 1rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin: auto;
  color: #232323;
  font-weight: 300;
  font-size: .9rem; }
.prestations-needs .card-container .card .fas,
.prestations-needs .card-container .card .fab,
.prestations-needs .card-container .card .far {
  display: block;
  text-align: center; }
.prestations-needs .card-container:hover .card {
  box-shadow: 0px 0 10px 0 gray; }
  .prestations-needs .card-container:hover .card .fas,
  .prestations-needs .card-container:hover .card .fab,
  .prestations-needs .card-container:hover .card .far,
  .prestations-needs .card-container:hover .card .title,
  .prestations-needs .card-container:focus .card .fas,
  .prestations-needs .card-container:focus .card .fab,
  .prestations-needs .card-container:focus .card .far,
  .prestations-needs .card-container:focus .card .title {
    color: #fff; }

.prestations-needs .card-navigation {
  height: 2rem;
  margin-left: 10px; }
  .prestations-needs button.card-navigation-prev,
  .prestations-needs button.card-navigation-next {
    margin: 0 10px 0 0;
    padding: 3px 6px 0 6px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
    font-size: 16px;
    color: #414141; }

  .prestations-needs button.card-navigation-prev:hover,
  .prestations-needs button.card-navigation-next:hover {
    border: 1px solid #ddd;
    background-color: rgb(221, 221, 221);}

.prestations-needs strong {
  color: inherit;
  font-style: inherit; }
.prestations-needs .card-container .btn {
  background: #cc393e;
  color: #fff;
  border: 2px solid transparent;
  border-radius: 7px;
  font-size: .8rem;
  margin: 0 auto;
  padding: .3rem .9rem; }
.prestations-needs .card-container .card .btn {
  width: 60%;}
.prestations-needs .card-container > .btn {
  width: calc(60%);}
.prestations-needs .btn:not(:disabled):not(.disabled):active {
  background: #cc393e;
  border-color: #fff; }
.prestations-needs .card .btn-outline {
  background-color: white;
  color: #cc393e;
  border: 2px solid #cc393e; }
.prestations-needs .card-container .btn:hover {
  background: #cc393e;
  border-color: #fff;
  color: #fff; }

.prestations-needs .modal .close-modal{
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.prestations-work .number {
  color: #cc393e;
  text-align: center;
  margin: auto;
  padding-top: 1.2rem;
  padding-bottom: 0.5em; }

.prestations-work .delimiter {
  background: #d1d1d1;
  max-width: 2px;
  padding: 0;
  margin: 0 0.5rem; }

.prestations-work img {
  max-height: 10rem;
  max-width: 100%; }
  
.prestations-work .work-table-phone {
  display: none; }

.prestations-difference .image {
  background-image: url("../img/prestations-lady.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
.prestations-difference .fas,
.prestations-difference .fab {
  color: rgba(204, 57, 62, 0.8);
  font-size: 1.2rem;
  border: 1px solid #cc393e;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center; }
.prestations-difference a {
  text-transform: uppercase;
  font-weight: 600; }
.prestations-difference .row-list {
  margin-bottom: 1rem; }
.prestations-difference .list {
  margin-bottom: 0; }

.prestations-performance  .perf-navigation-prev {
  background-size: 15%;
  background-image: url("../img/Chevron_gauche.png"); }
.prestations-performance .perf-navigation-next {
  background-size: 15%;
  background-image: url("../img/Chevron_droite.png"); }
.prestations-performance .carousel.js_carousel_loaded .previous,
.prestations-performance .carousel.js_carousel_loaded .next {
  background: none;
  color: black;
  font-size: 3rem;
  font-weight: 100;
  top: calc(50% - 3rem);}
.prestations-performance .previous:hover,
.prestations-performance .next:hover {
  background-color: rgb(233, 233, 233)}
.prestations-performance .liste-item-carousel:focus .card-realisation {
  outline: 2px dotted;
}
.prestations-performance .card-img-container {
  overflow: hidden;
  position: relative;
  height: 12vw;
  padding: 0; }
.prestations-performance .card-logo {
  z-index: 2;
  display: block;
  max-height: 100%; }
.prestations-performance .card .card-img-top {
  height: auto;
  object-fit: cover;
  object-position: 50% 10%; }
/* .prestations-performance .card .card-img-container::after {
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, transparent 0%, #cc393e 100%);
  margin-top: -175%;
  height: 100%;
  width: 100%;
  content: ''; } */
.prestations-performance .card-title {
  margin: .75rem 0;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 700; }
.prestations-performance .card-body {
  padding: 0;
}
.prestations-performance .card-body p {
  margin-bottom: 0; }
.prestations-performance .far,
.prestations-performance .fas {
  margin-bottom: .75rem;
  color: #cc393e;
  font-size: 1.25rem; }
.prestations-performance .card-text {
  min-height: 3rem;
  margin-bottom: 0;
  color: #232323; }

.prestations-contact .form {
  margin: auto; }
  .prestations-contact .form input,
  .prestations-contact .form textarea {
    width: 100%;
    border-radius: 1rem;
    border: 1px solid #efefef;
    padding: 0.25rem 1rem;
    margin-bottom: 0.5rem;
    resize: none; }
  .prestations-contact .form .btn {
    color: white;
    background: #cc393e;
    width: 100%; }

.prestations-needs .card-container:hover .card {
  background: #D1555A;
  background-image: url("../img/photoOrdiRouge.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #D1555A;
  color: #fff;
  text-align: center;
  align-items: center;
  justify-content: center; }
.prestations-needs .card-container:hover .card .btn {
  border: 2px solid #fff;
  background: none;
  color: #fff; }

.prestations-needs .card {
  transition: 0.25s; }

.prestations-needs .fas,
.prestations-contact .fas,
.prestations-needs .fab,
.prestations-needs .far {
  color: #cc393e;
  font-size: 2.5rem; }

.modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 1rem); }

.s-prestations {
  height: 100%; }
  .s-prestations .card-container {
    height: 100%;
    padding: 10px; }
    .s-prestations .card-container .card {
      display: block;
      height: 100%;
      border: 0;
      border-radius: 10px;
      box-shadow: 0px 0 10px 0 gray;
      padding: 1rem; }


@media only screen and (max-width: 576px) {
  h1 {
    font-size: 1.75rem; }

  .prestations-header {
    margin-bottom: 0 !important; }
    .prestations-header .header-text {
      margin-left: 2rem; }
    .prestations-header .prestations-background {
      background-size: cover;
      background-position: 50%; }

  .prestations-work .container {
    margin: 0;
    padding: 0; }
  .prestations-work .work-table-phone {
    display: block; }
  .prestations-work .work-table {
    display: none; }

  .prestations-difference .prestations-enterprise {
    margin-top: 2.5rem; }

  .prestations-performance .mobile-only {
    margin: 0 -1.5rem; }
  .prestations-performance .col-10 {
    max-width: 75.333%; }

  .prestation-search {
    padding: 0;
    width: 100%; }
    .prestation-search input {
      width: calc(100% - 6rem) !important;
      margin: 0; }

  .prestation-search::before {
    content: '';
    margin-right: 0; }     
}

@media only screen and (max-width: 767px) {
  .prestations-header {
    padding: 0;
    height: 20rem; }
    .prestations-header .prestations-content {
      padding-top: initial;
      transform: initial;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 2rem 0; }
      .prestations-header .prestation-search input {
        width: 20rem; }
      .prestations-header .prestation-search .btn {
        margin: 0 0 1rem 0; }

  .prestations-difference .image {
    height: 12rem;
    width: 100%;
    background-position: 50% 10%;
    margin-bottom: 2.5rem; }
  .prestations-difference .col-md-6 {
    padding-left: 0;
    padding-right: 0; }
  .prestations-difference .row-list {
    margin-right: 0;
    margin-left: 0; }

  .prestations-performance .container {
    padding: 0; }
  .prestations-performance .card-img-container {
    height: 24vw; }

  .prestations-needs,
  .prestations-work,
  .prestations-difference,
  .prestations-performance,
  .prestations-contact {
    padding: 2.5rem 1.5rem; }

  .mobile-only {
    display: block; }

  .no-mobile {
    display: none; }
}

@media only screen and (max-width: 992px) {
  .prestations-header {
    height: 30rem;
    margin-bottom: 2rem; }
    .prestations-header h1 {
      padding-bottom: 2rem; }
    .prestations-header .header-text {
      margin-left: 1.5rem; }
    .prestations-header .prestations-content {
      padding-bottom: 0;
      padding-top: 1.5rem; }
    .prestations-header .prestation-search {
      text-align: center; }
      .prestations-header .prestation-search input {
        margin: 0.75rem; }
      .prestations-header .prestation-search .btn {
        margin: 1rem 0; }
    .prestations-header .prestation-search input::before {
      margin: 0; }

  .prestations-performance .carousel-half {
    top: 30px;
    padding-bottom: 30px; }
  .prestations-performance .carousel-flip {
    flex-direction: row-reverse; }
}

body h1{
  padding-top: 0;
}
.difference ul{
  list-style-type: none;

}
.prestations-contact form input[type=submit] {
    width: 12rem;
    height: 4rem;
    border-radius: 0.5rem;
    background-color: #cc393e;
    margin: 1rem 2rem 1rem 0;
    border-style: none;
    color: #ffffff;
}
span.fas.fa-comments{
  display: block;
}

@media screen and (max-width: 1199px) {
  .needs-cards .swiper-container.s-profils {
    overflow: visible;
    width: 100%;
    height: 19rem;
  }
}

:root {
  /* Variable de padding utilisé pour le carrousel des profils*/
  --padding : 1rem;
}

.carousel {
  width: 80%;
  /* height: 18rem; */
}

@media (max-width: 1680px) {
  .carousel {
    width: 100%;
  }
}

.carousel .carousel-inner{
  overflow: hidden;
  width: calc(100% - calc(calc(100% / 3) - calc(2 / 3) * var(--padding)));
  margin-left: calc(calc(calc(100% / 3) - calc(2 / 3) * var(--padding)) / 2);
  height: 100%;
}


.carousel .liste-carousel .liste-item-carousel {
  list-style: none;
  width: calc(calc(100% / 3) - calc(2 / 3) * var(--padding));;
  min-width: calc(calc(100% / 3) - calc(2 / 3) * var(--padding));
  box-sizing: border-box;
}

.carousel.js_carousel_loaded .next, .carousel.js_carousel_loaded .previous {
  padding: 0.5rem 1rem;
  position: absolute;
  top: calc(50% - 1rem);
  z-index: 20;
}

.carousel.js_carousel_loaded .next {
  right: calc(calc(calc(100% / 3) - calc(2 / 3) * var(--padding)) / 4);
}

.carousel.js_carousel_loaded .previous {
  left: calc(calc(calc(100% / 3) - calc(2 / 3) * var(--padding)) / 4); 
}


@media (max-width: 1024px) {
  .course-suggestions {
      padding: 0;
  }

  .carousel .carousel-inner{
      width: calc(100% - calc(calc(100% / 3) - 0.5 * var(--padding)));
      margin-left: calc(calc(calc(100% / 3) - 0.5 * var(--padding)) / 2);
  }
  
  
  .carousel .liste-carousel .liste-item-carousel {
      list-style: none;
      width: calc(calc(100% / 2) - 0.5 * var(--padding));;
      min-width: calc(calc(100% / 2) - 0.5 * var(--padding));
      box-sizing: border-box;
  }

  .carousel.js_carousel_loaded .next, .carousel.js_carousel_loaded .previous {
      padding: 0.5rem 1rem;
      position: absolute;
      top: calc(50% - 1rem);
  }
  
  .carousel.js_carousel_loaded .next {
      right: calc(calc(calc(100% / 3) - 0.5 * var(--padding)) / 4);
  }
  
  .carousel.js_carousel_loaded .previous {
      left: calc(calc(calc(100% / 3) - 0.5 * var(--padding)) / 4);
  }
}

@media (max-width: 576px) {
  
  .carousel .carousel-inner{
      width: calc(100% - calc(calc(100% / 3) - 0.5 * var(--padding)));
      margin-left: calc(calc(calc(100% / 3) - 0.5 * var(--padding)) / 2);
  }
  
  
  .carousel .liste-carousel .liste-item-carousel {
      list-style: none;
      width: 100%;
      min-width: 100%;
      box-sizing: border-box;
  }

  .carousel.js_carousel_loaded .next {
      right: 0;
  }
  
  .carousel.js_carousel_loaded .previous {
      left: 0;
  }

}

.carousel .liste-carousel {
  padding: 0;
  margin: 0;
  display: flex;
  gap: var(--padding);
  justify-content: space-between;
  flex-wrap: wrap;
  /*flex-wrap: nowrap;*/
  transition: 0.3s;
  height: 100%;
}

.carousel.js_carousel_loaded .liste-carousel {
  flex-wrap: nowrap;
}


.liste-item-carousel .card {
  font-size: 0.9rem;
  border: 1px solid #e7e7e7;
  margin: auto;
  height: 100%;
  width: 100%;
}

.liste-item-carousel .card-title {
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.liste-item-carousel .card-text {
  margin-bottom: 1.3rem;
  min-height: 6rem;
  /* line-height: 1.3rem; */
  line-height: 1.2rem;
  font-size: 0.95rem;
  color: #929292;
}

.liste-item-carousel .card-text a {
  position: absolute;
  bottom: 1rem;
  text-transform: uppercase;
}