@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");

.text_bold {
  font-weight: 700;
}
.text_italic {
  font-style: italic;
}
.text_uppercase {
  text-transform: uppercase;
}
.color_green {
  color: #014E2E;
}
.color_black {
  color: #000;
}
.background_green {
  background-color: #f0f2e6;
}
.border_10 {
  border-radius: 10px;
}

.block {
  display: block;
}
.flex {
  display: flex;
}
.flex-x_space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-x_space-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

h1,
p {
  font-weight: 400;
}

.my-link {
  text-decoration: none;
  color: #014E2E;
  font-weight: 700;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  max-width: 73.563rem;
  margin: auto;
}

header {
  text-align: center;
  margin: 2rem 0 2rem 0;
}
#closing {
  display: flex;
  flex-direction: row;
  /* margin-bottom: 2rem; */
}
h1 {
  font-size: 2.125rem;
}
.picture {
  width: 24.813rem;
  height: 24.813rem;
}

.informations {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 1.5rem;
}

.number {
  font-size: 1.375rem;
  margin-top: 1rem;
}

.button {
  /* width: 375px; */
  padding: 1rem;
  margin-bottom: 2rem;
  color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.699999988079071px;
  text-align: center;
  text-decoration: none;
}
.links {
  margin-right: 1rem;
}

.text_underline_offset {
  text-underline-offset: 0.3125rem;
}

.item {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

#hour_service {
  padding-top: 1.265rem;
}

li:first-child {
  margin-bottom: 1rem;
}

section .container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 2rem 0 1rem 0;
  padding-top: 1rem;
}
.container > p {
  font-size: 1rem;
  margin-right: 1rem;
}
.container > a {
  margin-right: 1rem;
}

@media screen and (min-width: 60rem) {
  .tab_none {
    display: none;
  }
}

@media screen and (max-width: 60rem) {
  body {
    width: 90%;
  }
  figure,
  h1 {
    text-align: center;
  }
  .mob_none {
    display: none;
  }
  .mob_info {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .mob_info > img {
    width: 5.313rem;
  }
  /*.mob_info > img {
    display: inline-block;
  }
  .service_mob {
    display: inline-block;
  }*/

  /* #second {
    margin-bottom: 1rem;
  } */

  #closing {
    flex-direction: column;
  }
  .button {
    width: 90%;
    margin: 2rem auto;
  }
  .number {
    font-size: 1.25rem;
  }
  .item {
    font-size: 1.75rem;
  }
  .service_mob > h2,
  .service_mob > .number,
  .service_mob p {
    margin-bottom: 0px;
  }
  .service_mob p {
    margin-top: 0px;
  }
  .service_mob p:last-child {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 29.688rem) {
  .picture {
    width: 14.097rem;
    height: 14.097rem;
  }
  li:last-child {
    display: block;
  }
}
.visufloral {
  display:none !important;
}
#client-service-logo {
  width: 108px;
  height: 100px;
  margin-top: 12px;
}
.logo > img {
	max-width: 300px;
}
