/*!
 * Start Bootstrap - Grayscale v5.0.9 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */

body {
  overflow-x: hidden
}
.navbar {
  box-shadow: 0 -5px 50px rgba(0,0,0,0.3);
}

#mainNav {
  min-height: 56px;
  background-color: #fff;
  font-weight: bold;
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #29599B;
  border: 1px solid #29599B;
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav .navbar-brand {
  color: #161616;
  font-weight: 700;
  padding: .9rem 0;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (max-width: 500px) {
  html, body {
    overflow: auto;
    overflow-x: auto;
    overflow-y: auto;
  }
}



@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: .5rem 0;
    color: rgba(0,0,0,0.8);
  }
  #mainNav .nav-link {
    transition: none;
    padding: 2rem 1.5rem;
    color: rgba(0,0,0,0.8);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
  #mainNav .nav-link:hover {
    color: rgba(0,0,0,1);
  }
  #mainNav .nav-link:active {
    color: white;
  }
  #mainNav.navbar-shrink {
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #161616;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #161616;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #29599B;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #467370;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #29599B;
    outline: none;
    border-bottom: 0.25rem solid #29599B!important;
  }
}

.logo_sophro {
  height: 80px;
}
.navbar-height ul li a {
  height: 100px;
  display: flex;
  align-items: center;
}
section {
  background-color: white!important;
  z-index: 10;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.info_banniere {
  z-index: 9;
}
.masthead {
  margin-top: 80px;
  width: 100vw;
  z-index: -1;
  position: fixed;
  top: -20px;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
  background: linear-gradient(to top, rgba(75, 30, 0, 0.1) 0%, rgba(20, 0, 75, 0.5) 100%, #ffffff 100%), url("../img/banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
body {
  overflow-x: hidden;
}

.masthead h1 {
  font-family: 'Bebas Neue', cursive;
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.8rem;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  /* -webkit-text-fill-color: transparent; */
  color: white;
  -webkit-background-clip: text;
  text-shadow: rgba(0, 0, 0, 0.5) 5px 5px 10px;
}

.masthead h2 {
  max-width: 20rem;
  font-size: 1rem;
  text-shadow: rgba(0, 0, 0, 0.5) 5px 5px 10px;
}
@media (max-width: 512px) {
  .rdv {
    display: none;
  }
}
.rdv2 {
  display: none;
}
@media (max-width: 512px) {
  .rdv2 {
    display: flex;
    margin: auto;
    flex-direction: column;
    width: fit-content;
    margin-bottom: 70px;
  }
  .rdv2 a {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .masthead h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.masthead {
  height: 100vh;
  padding: 0;
}
@media (min-width: 992px) {
  .masthead {
    height: 100vh;
    padding: 0;
  }
  .masthead h1 {
    font-size: 6.5rem;
    line-height: 6.5rem;
    letter-spacing: 0.8rem;
  }
  .masthead h2 {
    max-width: 30rem;
    font-size: 3rem;
  }
}

.btn {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 0;
}

.btn-primary {
  background-color: #29599B;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.btn-primary:hover {
  background-color: #c7dfff;
  color: #29599B;
}

.btn-primary:focus {
  background-color: #4f837f;
  color: white;
}

.btn-primary:active {
  background-color: #467370 !important;
}

.about-section {
  margin-top: 100vh;
  background-color: white;
  box-shadow: 0 -5px 50px rgba(0,0,0,0.8);
}
#mapratique {
  display: flex;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
#mapratique h2 {
  font-size: 3rem;
  color: #29599B;
  font-weight: bold;
  text-align: center!important;
}
.presentation_osteo_row {
  display: flex;
  justify-content: space-between;
}
.presentation_osteo_row div {
  margin: 0px 20px;
}
@media (max-width: 992px) {
  .presentation_osteo_row {
    flex-direction: column;
  }
  #mapratique {
    padding-top: 10rem;
  }
}

.projects-section {
  padding: 8rem 0;
}

#apropos {
  background: linear-gradient(to top, rgba(9, 0, 141, 0.6) 0%, rgba(0, 8, 116, 0.6) 100%, #ffffff 100%), url("../img/banner.jpg");  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  display: flex;
  align-items: center;
  color: white!important;
}
.apropos_corps {
  display: flex;
  justify-content: space-between;
  margin: 4rem 0px;
}
.apropos_col {
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
}
.apropos_col h3 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
.apropos_col ul {
  margin: 0;
  padding: 0;
}
.apropos_col ul, .apropos_col p {
  /* font-size: 12px; */
}
.ecole_detail {
  font-style: italic;
  color: #83beba;
}
.bloc_list_formations {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem!important;
}
.img_afaq {
  width: 120px;
}
.img_asca {
  width: 120px;
  margin-bottom: 2rem;
}
.img_psynapse {
  width: 100px;
}
@media (max-width: 992px) {
  .apropos_corps {
    flex-direction: column;
  }
  .apropos_col {
    margin: 3rem 0px;
    width: 100%;
  }
}
.img_certifications {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.img_afnor {
  width: 35%;
}
.img_qualiopi {
  width: 45%;
  background-color: white;
  padding: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

@media (max-width: 992px) {
  .navbar-height ul li a {
    height: initial!important;
  }
}

.projects-section .featured-text {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  .projects-section .featured-text {
    padding: 0 0 0 2rem;
  }
}

.featured-text h2 {
  font-size: 3rem;
  margin-top: 1rem;
  color: white;
  font-weight: bold;
  text-align: center;
}
.featured-text h3 {
  font-size: 2rem;
  color: white;
  font-weight: bold;
  text-align: center;
}

.presentation {
  border-left: 0.25rem solid #c7dfff;
  padding-left: 1rem;
}

.projects-section .project-text {
  padding: 3rem;
  font-size: 90%;
}
@media (min-width: 992px) {
  .container_portrait_image {
  }
}
.container_portrait_image {
  display: flex;
  align-items: center;
}
.container_portrait_image h2 {
  font-weight: bold;
}
.apropos-description p {
  width: 300px;
}
.container_portrait_texte {
  height: 100%!important;
}
.container_portrait_texte p {
  width: 100%;
}

.portrait {
  width: 300px;
  height: 300px;

  border: 3px solid white;
  margin-right: 2rem;
}

@media (max-width: 992px) {
  .container_portrait_image {
    flex-direction: column;
  }
  .portrait {
    margin-bottom: 2rem;
    margin-right: 0;
  }
}

.paragraphe_presentation {
  font-size: 0.9rem;
  text-align: justify;
  color: #c7dfff;
}

/* MA PRATIQUE */

.mapratique_corps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.mapratique_corps img {
  max-width: 300px;
  height: auto;
  margin-left: 3rem;
}
.mapratique_gauche {
  width: 50%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: justify!important;
}

.liste_patient {
  display: flex;
  justify-content: space-between;
  width: 50%;
  align-items: center;
  margin: auto;
  margin-bottom: 2rem;
}
.sousliste_patient {
  display: flex;
}
.liste_priseencharge {
  display: flex;
}
.liste_priseencharge ul {
  width: 50%;
  margin-top: 2rem;
  font-size: 18px;
}
.liste_priseencharge li {
  line-height: 28px;
}
.liste_priseencharge_gauche {
  text-align: right!important;
  list-style-type: none;
  margin-right: -12px;
}
@media (max-width: 992px) {
  .liste_priseencharge {
    flex-direction: column;
  }
  .liste_priseencharge_gauche, .liste_priseencharge_droit {
    text-align: center!important;
    list-style-type: disc;
    list-style-position: inside;
    margin: auto;
  }
  .liste_patient {
    flex-direction: column;
  }
}
.item_patient img {
  width: 100px;
}
.item_patient p {
  text-align: center!important;
}
.mapratique_bas p {
  font-weight: bold;
}

@media (max-width: 500px) {
  .mapratique_corps {
    flex-direction: column;
  }
  .mapratique_corps img {
    margin-bottom: 3rem;
    margin-left: 0;
  }
}

/* LES PATIENTS */
.bg-light {
  background-color: #ebfaff!important
}
#sophrologie h2 {
  font-size: 3rem;
  color: #29599B;
  text-align: center;
  font-weight: bold;
}
#hypnose h2 {
  font-size: 3rem;
  color: #29599B;
  text-align: center;
  font-weight: bold;
}
#hypnose {
  background-color: rgb(212, 243, 255)!important
}
#pnl h2 {
  font-size: 3rem;
  color: #29599B;
  text-align: center;
  font-weight: bold;
}
#entrainements h2 {
  font-size: 3rem;
  color: #29599B;
  text-align: center;
  font-weight: bold;
}
#entrainements {
  background-color: white!important
}

.description_sophro {
  margin-bottom: 2rem!important;
  text-align: justify;
}
.inspiration_sophro {
  margin-left: 5rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inspiration_sophro li {
  font-size: 1.6rem;
  width: 26%;
  list-style-type: none;
}
@media (max-width: 992px) {
  .inspiration_sophro {
    flex-direction: column;
    margin-left: 0px;
  }
  .inspiration_sophro li {
    width: initial;
  }
}
.sophro_titre {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #29599B;
  font-weight: bold;
}
.sophro_soustitre {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  text-align: center;
}

/* ICONES */

.container_icone_patient, .cercle_icone_patient {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .container_icone_patient {
    flex-direction: column;
  }
}
.cercle_icone_patient {
  background-color: #29599B;
  width: 17rem;
  height: 17rem;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  padding: 50px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.cercle_icone_patient:hover {
  width: 21rem;
  height: 21rem;
  background-color: #4684da

}
.cercle_icone_patient:hover .icone_sophro {
  width: 220px;
}
.cercle_icone_patient:hover .icone_respiration {
  width: 180px;
}
.icone_sophro {
  width: 180px;
  font-size: 8rem;
  color: white;
  transition:0.3s;
  -webkit-transition:0.3s;
  -moz-transition:0.3s;
  -ms-transition:0.3s;
  -o-transition:0.3s;
  transition-timing-function: ease-out;
  text-shadow: rgba(94, 0, 47, 0) 5px 5px 25px;
}

.icone_decontraction_musculaire {
  width: 180px;
  font-size: 8rem;
  color: white;
  transition:0.3s;
  -webkit-transition:0.3s;
  -moz-transition:0.3s;
  -ms-transition:0.3s;
  -o-transition:0.3s;
  transition-timing-function: ease-out;
  text-shadow: rgba(94, 0, 47, 0) 5px 5px 25px;
}
.cercle_icone_patient:hover .icone_decontraction_musculaire {
  width: 220px;
}

.icone_respiration {
  width: 140px;
  font-size: 8rem;
  color: white;
  transition:0.3s;
  -webkit-transition:0.3s;
  -moz-transition:0.3s;
  -ms-transition:0.3s;
  -o-transition:0.3s;
  transition-timing-function: ease-out;
  text-shadow: rgba(94, 0, 47, 0) 5px 5px 25px;
}
.icone_visualisation {
  width: 200px;
  font-size: 8rem;
  color: white;
  transition:0.3s;
  -webkit-transition:0.3s;
  -moz-transition:0.3s;
  -ms-transition:0.3s;
  -o-transition:0.3s;
  transition-timing-function: ease-out;
  text-shadow: rgba(94, 0, 47, 0) 5px 5px 25px;
}
.icone_pnl {
  width: 200px;
  font-size: 8rem;
  color: white;
  transition:0.3s;
  -webkit-transition:0.3s;
  -moz-transition:0.3s;
  -ms-transition:0.3s;
  -o-transition:0.3s;
  transition-timing-function: ease-out;
  text-shadow: rgba(94, 0, 47, 0) 5px 5px 25px;
}
.icone_hypnose {
  width: 240px;
  font-size: 8rem;
  color: white;
  transition:0.3s;
  -webkit-transition:0.3s;
  -moz-transition:0.3s;
  -ms-transition:0.3s;
  -o-transition:0.3s;
  transition-timing-function: ease-out;
  text-shadow: rgba(94, 0, 47, 0) 5px 5px 25px;
}
.icone_entrainement {
  width: 200px;
  font-size: 8rem;
  color: white;
  transition:0.3s;
  -webkit-transition:0.3s;
  -moz-transition:0.3s;
  -ms-transition:0.3s;
  -o-transition:0.3s;
  transition-timing-function: ease-out;
  text-shadow: rgba(94, 0, 47, 0) 5px 5px 25px;
}
.cercle_icone_patient:hover .icone_visualisation {
  width: 240px;
}
.cercle_icone_patient:hover .icone_pnl {
  width: 240px;
}
.cercle_icone_patient:hover .icone_hypnose {
  width: 280px;
}
@media (max-width: 650px) {
  .icone_respiration {
    width: 100px;
  }
  .icone_sophro {
    width: 100px;
  }
  .icone_visualisation {
    width: 100px;
  }
  .icone_decontraction_musculaire {
    width: 100px;
  }
  .icone_hypnose {
    width: 120px;
  }
  .icone_pnl {
    width: 100px;
  }
  .icone_entrainement {
    width: 100px;
  }
  .cercle_icone_patient {
    width: 150px;
    height: 150px;
  }
  .portrait {
    width: 200px;
    height: 200px;
  }
}
.piliers_sophro {
  display: flex;
  justify-content: center;
  text-align: center;
}
.piliers_sophro_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* HONORAIRES */
#honoraires {
  background: linear-gradient(to top, rgba(13, 0, 68, 0.9) 0%, rgba(0, 3, 49, 0.7) 100%, #ffffff 100%), url("../img/salle_dattente.jpg");  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  min-height: fit-content;
}
#honoraires h2 {
  font-size: 3rem;
  color: #c7dfff;
  font-weight: bold
}
#honoraires p {
  font-size: 1.2rem;
    text-align: justify;
    color: #c7dfff;
    margin: 0px;
}
.description_honoraires {
  margin-bottom: 0px!important;
  text-align: justify;
}
.description_honoraires_seance {
  margin-bottom: 0px!important;
  margin-top: 4rem!important;
  text-align: center!important;
}
.honoraires-section {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.honoraire_bloc {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 2rem;
}
.honoraire_bloc img {
  height: 160px;
}

.honoraire_bloc .cerveau48 {
  height: 140px;
}

.honoraire_bloc p {
  width: 40%;
}
@media (max-width: 992px) {
  .honoraire_bloc {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 4rem;
  }
  .honoraire_bloc p {
    width: 80%;
  }
}

@media (min-width: 992px) {
  .projects-section .project-text {
    padding: 4rem;
  }
  .projects-section .project-text hr {
    border-color: #29599B;
    border-width: .25rem;
    width: 30%;
  }
}

/* CONTACT */
#contactme {
  background-color: white;
  padding-top: 6rem;
  padding-bottom: 6rem;
  min-height: fit-content;
}
#contactme .container {
  display: flex;
  justify-content: space-between;
}

#contactme p {
  text-align: center;
}
#contactme h2 {
  font-size: 3rem;
  color: #29599B;
  text-align: center;
  margin-bottom: 5rem;
  font-weight: bold;
}
#contactme .colonne1 {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#contactme .colonne2 img {
  width: 70%;
  box-shadow: 10px 10px #c7dfff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
}
#contactme .colonne2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5rem;
}

@media (max-width: 992px) {
  #contactme .container {
    flex-direction: column;
    align-items: center;
  }
  #contactme .colonne2 {
    margin-top: 5rem;
    margin-left: 0!important;
  }
}

#contactme img {
}
.adresse {
  margin-bottom: 4rem;
}
.horaires {
  margin-bottom: 3rem;
}
.horaires span {
  display: block;
  width: 200px;
}
.horaires p {
  display: flex;
  margin: 0px;
  font-weight: bold;
}
.icon_fb {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.icon_fb:hover {
  color: #c7dfff;
}

.signup-section {
  padding: 10rem 0;
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("../img/bg-signup.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.signup-section .form-inline input {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  height: auto;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}

.contact-section {
  padding: 5rem 0 0;
}

.contact-section .card {
  border: 0;
  border-bottom: 0.25rem solid #29599B;
}

.contact-section .card h4 {
  font-size: 0.8rem;
  font-family: 'Varela Round';
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.contact-section .card hr {
  border-color: #29599B;
  border-width: 0.25rem;
  width: 3rem;
}

.contact-section .social {
  margin-top: 5rem;
}

.contact-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.3);
}

.contact-section .social a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.contact-section .social a:active {
  color: #fff;
}

body {
  font-family: 'Nunito';
  letter-spacing: 0.0625em;
}

a {
  color: #29599B;
}

a:focus, a:hover {
  text-decoration: none;
  color: #3c6360;
}

.bg-black {
  background-color: #161616 !important;
}

.bg-primary {
  background-color: #64a19d !important;
}

.text-primary {
  color: #64a19d !important;
}

footer {
  padding: 5rem 0;
  background: linear-gradient(to top, rgba(5, 0, 75, 0.9) 0%, rgba(0, 3, 49, 0.7) 100%, #ffffff 100%), url("../img/banner.jpg");  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  margin-top: -20px;
}
footer a {
  color: white;
  font-weight: bold;
}
footer p {
  line-height: 15px;
  margin: 0px;
}

/* Local */


#local {
  padding-bottom: 4rem;
  padding-top: 4rem;
  background-color: rgb(248, 248, 248)!important;
}
.local {
  display: flex;
  width: 50vw;
  justify-content: center;
  margin: auto;
  flex-wrap: wrap;
}
#local h2 {
  font-size: 3rem;
    color: #29599B;
    text-align: center;
    margin-bottom: 5rem;
    font-weight: bold;
}
#local h3 {
  font-size:1.3rem;
  font-weight: bold;
  color: #29599B;
  text-align: center;  
  margin-bottom: 1rem;

}
#local h4 {
  text-align: center; 
  font-size: 1rem; 
}
.local-card {
  width: 400px;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: 5px 5px 15px rgb(201, 201, 201);
  padding: 20px;
  background-color: white;
  margin: 20px;
}
.local-card img {
  width: 150px;
  margin-bottom: 1rem;
}
.local-card a {
  text-decoration: none;
  background-color: rgb(0, 85, 165);
  color: white;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 5px 10px;
  text-align: center;
  margin: 5px;
}
.local-card a:hover {
  color: white;
  background-color: rgb(0, 101, 196);
}
.local-liens {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
@media (max-width: 992px) {
  .local {
    flex-direction: column;
    align-items: center;
  }
  .local-card {
    width: 100%;
    margin-bottom: 2rem;
  }
}
