.header {
  display: flex;
  background-image: url("../IMG/header.png");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 800px;
}
.header .div-info {
  padding: 100px 100px;
  margin: auto;
  border-radius: 6px;
  background: rgba(21, 68, 113, 0.84);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header .div-info .info {
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header .div-info .info .tel {
  font-size: 32px;
  font-weight: 800;
}
.header .div-info .info .adresse {
  font-weight: 300;
  text-decoration: underline;
}
.header .div-info .info p, .header .div-info .info a {
  color: white;
  text-align: center;
}
.header .div-info .B2 {
  width: 300px;
  height: 50px;
  margin: auto;
}
@media only screen and (max-width: 1080px) {
  .header {
    padding: 50px 0;
    height: auto;
  }
}

.div-cabinet {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.div-cabinet .div-frame1 {
  padding: 40px 40px;
  display: flex;
  flex-direction: column;
}
.div-cabinet .div-frame1 p {
  margin: 0 auto;
}
.div-cabinet .div-info {
  display: flex;
  gap: 50px;
}
.div-cabinet .div-info .div-left {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.div-cabinet .div-info .div-left .perm p {
  margin: auto;
}
.div-cabinet .div-info .div-left .perm .tperm {
  margin: auto;
  display: flex;
  gap: 10px;
}
.div-cabinet .div-info .div-left .perm .tperm img {
  width: 30px;
  height: 30px;
  margin: auto;
}
.div-cabinet .div-info .div-left .soin {
  gap: 20px;
}
.div-cabinet .div-info .div-left .soin p {
  margin: auto;
}
.div-cabinet .div-info .div-left .soin .loc {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.div-cabinet .div-info .div-right {
  width: 65%;
  gap: 50px;
}
.div-cabinet .div-info .div-right .title {
  margin: 0 auto;
  display: flex;
  gap: 10px;
}
.div-cabinet .div-info .div-right .title img {
  width: 30px;
  height: 30px;
  margin: auto;
}
.div-cabinet .div-info .div-right .info {
  display: flex;
  flex-direction: column;
}
.div-cabinet .div-info .div-right .info p {
  margin: 0 auto;
}
.div-cabinet .div-text {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.div-cabinet .div-text p {
  margin: 0 auto;
  text-align: center;
}
.div-cabinet .B3 {
  margin: 0 auto;
  width: 350px;
  height: 70px;
}
@media only screen and (max-width: 1080px) {
  .div-cabinet .div-info {
    flex-direction: column;
  }
  .div-cabinet .div-info .div-right {
    width: calc(100% - 82px);
  }
  .div-cabinet .div-info .div-left {
    width: 100%;
  }
}

.div-soin {
  background: rgb(227, 243, 255);
  padding: 50px 0;
}
.div-soin .div-center {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.div-soin .div-center .list-soin {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.div-soin .div-center .list-soin .soin {
  padding: 20px 30px;
  border-radius: 9px;
  background: rgb(255, 255, 255);
}
.div-soin .div-center .div-text {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.div-soin .div-center .div-text p {
  margin: 0 auto;
  text-align: center;
}
.div-soin .div-center .div-text p a {
  font-weight: 700;
  text-decoration: underline;
}
.div-soin .div-center .B2 {
  margin: 0 auto;
  width: 400px;
  height: 70px;
}

.div-carous {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.div-carous .carous {
  width: 100%;
  height: 600px;
  border-radius: 9px;
  background-size: cover;
  background-position: center;
}
.div-carous .list-carous {
  display: flex;
  gap: 50px;
  margin: 0 auto;
  overflow: auto;
  max-width: 100%;
}
.div-carous .list-carous .Bcarous {
  border-radius: 9px;
  background-size: cover;
  background-position: center;
  min-width: 300px;
  height: 150px;
  margin: 0 auto;
}
.div-carous .list-carous .Bcarous:hover {
  border: 2px rgb(21, 68, 113) solid;
}
.div-carous .list-carous .active {
  border: 2px rgb(21, 68, 113) solid;
}/*# sourceMappingURL=index.css.map */