/*body #columns {*/
/*  padding-top: 35px !important;*/
/*}*/
body #page {
  min-height: auto;
}
body a:hover {
  text-decoration: none;
}
body a:focus {
  text-decoration: none;
}
body .content-boutique .flag-magasin {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  color: white;
  background-color: #F5222D;
  padding: 4px;
  margin-bottom: 12px;
  display: block;
  width: fit-content;
  margin: 16px auto 0;
}
body .content-boutique .top-accueil {
  /*margin-top: 200px;*/
  text-align: center;
}
body .content-boutique .top-accueil h1 {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 49px;
  font-weight: 900;
  line-height: 64px;
  color: #0B0B0C;
  padding-top: 32px;
  margin-bottom: 32px;
}
body .content-boutique .top-accueil p {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #0C0C0D;
}
body .content-boutique .img-top {
  display: flex;
  justify-content: center;
}
body .content-boutique .img-top .desktop {
  display: block;
  object-fit: cover;
  min-height: 550px;
}
body .content-boutique .img-top .top-text {
  color: white;
  position: absolute;
  max-width: 854px;
  top: 10%;
  text-align: center;
}
body .content-boutique .img-top .top-text h1 {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 900;
  font-size: 54px;
  line-height: 64px;
  margin: 0 !important;
}
body .content-boutique .img-top .top-text > div {
  padding-top: 16px;
}
body .content-boutique .img-top .top-text p {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
body .content-boutique .all-info {
  font-family: "Hanken Grotesk", sans-serif;
  color: black;
  text-align: center;
  margin: 0px auto;
}
body .content-boutique .all-info .nocture {
  background-color: #2E2E31;
  padding: 32px 16px;
}
body .content-boutique .all-info .nocture p:first-child {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 8px;
  color: white;
}
body .content-boutique .all-info .nocture p:last-child {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 854px;
  margin: 0 auto;
  color: white;
}
body .content-boutique .all-info .jour {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
body .content-boutique .all-info h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  margin: 40px 0;
}
body .content-boutique .all-info h4 {
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 0;
}
body .content-boutique .all-info span {
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
}
body .content-boutique .all-info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
body .content-boutique .all-info .info {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  text-align: left;
  padding: 0px 64px 40px;
}
body .content-boutique .all-info .info .carte {
  width: 40%;
}
body .content-boutique .all-info .info .boutique {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
body .content-boutique .all-info .info .boutique a {
  color: #0C0C0D;
  padding: 24px;
  display: block;
}
body .content-boutique .all-info .info .boutique a:hover {
  text-decoration: none;
}
body .content-boutique .all-info .info .boutique .flag-nouveau {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  color: white;
  background-color: #F5222D;
  padding: 4px;
}
body .content-boutique .all-info .info .boutique .braderie-date {
  color: #F5222D;
  font-weight: bold;
  margin-bottom: 8px;
}
body .content-boutique .all-info .info .boutique .description {
  box-shadow: 0 0 25px 0 rgba(12, 12, 13, 0.05);
  border: 1.5px solid #D9D9D9;
  background: #FFF;
  border-radius: 0;
}
body .content-boutique .all-info .info .boutique .description h4 {
  display: flex;
  align-items: center;
  margin-top: 0;
  column-gap: 16px;
}
body .content-boutique .all-info .info .boutique .description h4 span {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #A40104;
  background: #FDE1E1;
  padding: 2px 8px;
}
body .content-boutique .all-info .info .boutique .description h4 span.green-flag{
    background: #0B7301;
    color: #E1FDE1;
}
body .content-boutique .all-info .info .boutique .description .address {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 24px;
}
body .content-boutique .all-info .info .boutique .description .address > div {
  display: block;
  /*align-items: center;*/
  /*gap: 4px;*/
}
body .content-boutique .all-info .info .boutique .description .address > div p.date-ouverture {
  width: max-content;
  max-width: 100%;
}
body .content-boutique .all-info .info .boutique .description .address > div p {
  position: relative;
  padding: 0 0 0 32px;
  z-index: 10;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 14px;
}
body .content-boutique .all-info .info .boutique .description .address > div p:last-child{
    margin-bottom: 0;
}
body .content-boutique .all-info .info .boutique .description .address > div p:before{
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../../img/icon/grey/calendar.svg)no-repeat center center /cover;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}
body .content-boutique .all-info .info .boutique .description .address > div p.adresse:before{
    background: url(../../img/icon/grey/map-marker.svg)no-repeat center center /cover;
}
body .content-boutique .all-info .info .boutique .info-boutique {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .content-boutique .all-info .info .boutique .info-boutique .horaire {
  display: flex;
  align-items: center;
  gap: 0;
}
body .content-boutique .all-info .info .boutique .info-boutique .horaire > p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 16px;
  border-right: 2px solid #F2F2F2;
}
body .content-boutique .all-info .info .boutique .info-boutique .horaire > p:first-child{
  padding-left: 0;
}
body .content-boutique .all-info .info .boutique .info-boutique .horaire > p:last-child{
  padding-right: 0;
  border-right: 0 none transparent;
}
body .content-boutique .all-info .info .boutique .info-boutique .horaire > p span:first-child {
  color: #737373;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
body .content-boutique .all-info .info .boutique .info-boutique .horaire > p span:last-child {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
body .content-boutique .all-info .info .boutique .info-boutique .bouton {
  padding: 8px;
  background-color: #0C0C0D;
  border-radius: 0;
  transition: all 0.2s;
}
body .content-boutique .all-info .info .boutique .description:hover .info-boutique .bouton{
  background-color: #333333;
}
body .content-boutique .all-info .info .boutique .info-boutique .bouton > p {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: white;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 32px 0 8px;
}
body .content-boutique .all-info .info .boutique .info-boutique .bouton > p:after{
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../../img/icon/white/arrow-right.svg)no-repeat center center /cover;
    position: absolute;
    right: 0;
    top: 0;
}
body .content-boutique .all-info .info .horaires {
  background: #F9F9F9;
  border-radius: 10px;
  padding: 24px 32px;
}
body .content-boutique .all-info .info .horaires > p {
  padding-bottom: 16px;
}
body .content-boutique .all-info .info .horaires .metro {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
body .content-boutique .all-info .info .horaires .metro .delais span {
  display: flex;
  gap: 4px;
}
body .content-boutique .all-info .info .horaires .metro .delais .temps {
  font-size: 12px;
  line-height: 16px;
}
body .content-boutique .all-info .info #metro {
  margin-top: 24px;
}
body .content-boutique .all-info .info .title-adress {
  display: flex;
  gap: 8px;
  align-items: center;
}
body .content-boutique .all-info .info .title-adress h4 {
  margin-bottom: 0;
  margin-top: 0;
}
body .content-boutique .all-info .info #horaires {
  margin-bottom: 16px;
}
body .content-boutique .all-info .info .lieu {
  background: #F9F9F9;
  border-radius: 10px;
  padding: 24px 40px;
  width: 84%;
}
body .content-boutique .all-info .info .lieu > div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
body .content-boutique .all-info .info .lieu iframe {
  border-radius: 10px;
  width: 100%;
}
body .content-boutique .all-info .info .lieu .adresse {
  display: flex;
  align-items: center;
}
body .content-boutique .all-info .info .lieu .adresse span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  font-family: "Hanken Grotesk", sans-serif;
  line-height: 26px;
}
body .content-boutique .all-info .histoire {
  background-color: #F3F3F4;
  padding: 40px 144px;
}
body .content-boutique .all-info .histoire .presentation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
body .content-boutique .all-info .histoire .presentation .text {
  width: 60%;
}
body .content-boutique .all-info .histoire .presentation .text p:first-child {
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  margin-bottom: 16px;
}
body .content-boutique .all-info .histoire .presentation .text p:last-child {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}
body .content-boutique .all-info .histoire .presentation > img {
  width: 40%;
}
body .content-boutique .all-info .histoire .frame {
  margin-top: 24px;
}
body .content-boutique .all-info .histoire .frame.mobile {
  display: none;
}
@media (min-width: 1201px) {
  body .content-boutique .all-info {
    width: 1536px;
    padding: 0 64px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  body #columns {
    padding-top: 165px;
  }
  body .content-boutique .img-top .desktop {
    min-height: 400px;
  }
  body .content-boutique .img-top .top-text {
    padding: 0 64px;
    max-width: unset;
    top: 7%;
  }
  body .content-boutique .img-top .top-text > div {
    padding: 32px 0;
  }
  body .content-boutique .img-top .top-text h1 {
    font-size: 32px;
    line-height: 39px;
  }
  body .content-boutique .all-info h4 {
    font-size: 20px;
    line-height: 22px;
  }
  body .content-boutique .all-info .info.sommaire .carte {
    width: 50%;
  }
  body .content-boutique .all-info .info.sommaire .boutique {
    width: 50%;
  }
  body .content-boutique .all-info .info.sommaire .boutique h4 {
    margin-bottom: 0;
  }
  body .content-boutique .all-info .info.sommaire .boutique .description .address {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    gap: 16px;
  }
  body .content-boutique .all-info .info.sommaire .boutique .description .address > div {
    align-items: flex-start;
  }
  body .content-boutique .all-info .info.sommaire .boutique .description .address > div > img {
    margin-top: 5px;
  }
  body .content-boutique .all-info .info.sommaire .boutique .description .date-ouverture {
    margin-bottom: 16px;
    font-size: 16px;
    color: #0C0C0D;
  }
  body .content-boutique .all-info .info.sommaire .boutique .description .info-boutique {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
  body .content-boutique .all-info .info {
    padding: 0 32px 40px;
  }
  body .content-boutique .all-info .info #metro {
    margin-top: 24px;
  }
  body .content-boutique .all-info .info .horaires {
    text-align: left;
  }
  body .content-boutique .all-info .info .lieu .title-adress {
    text-align: center;
  }
  body .content-boutique .all-info .info .lieu > div:first-child {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  body .content-boutique .all-info .info .lieu .adresse span {
    font-size: 16px;
    line-height: 24px;
  }
  body .content-boutique .top-accueil h1 {
    font-size: 39px;
    font-weight: 800;
    line-height: 48px;
    padding-top: 40px;
    margin-bottom: 24px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  body .content-boutique .all-info .info .boutique .description .address > div p.date-ouverture {
    margin: 0 auto 16px;
  }
  body #columns {
    padding-top:0 ;
  }
  body .content-boutique .top-accueil {
    margin-top: 0;
  }
  body .content-boutique .top-accueil h1 {
    font-size: 32px;
    line-height: 39px;
  }
  body .content-boutique .img-top .desktop {
    min-height: 500px;
  }
  body .content-boutique .img-top .top-text {
    padding: 0 32px;
  }
  body .content-boutique .img-top .top-text > div {
    padding: 24px 0;
  }
  body .content-boutique .all-info {
    padding: 0 16px;
  }
  body .content-boutique .all-info iframe {
    min-height: 500px;
  }
  body .content-boutique .all-info .info {
    display: block;
    text-align: center;
    padding: 0;
  }
  body .content-boutique .all-info .info .horaires {
    margin: 24px 16px;
  }
  body .content-boutique .all-info .info #metro > div {
    display: flex;
    flex-wrap: wrap;
  }
  body .content-boutique .all-info .info #metro > div .metro {
    width: 50%;
  }
  body .content-boutique .all-info .info .lieu {
    width: 100%;
    border-radius: 0;
  }
  body .content-boutique .all-info .histoire {
    margin-top: 40px;
    padding: 24px 16px;
  }
  body .content-boutique .all-info .histoire .presentation {
    flex-direction: column;
  }
  body .content-boutique .all-info .histoire .presentation > img {
    width: 100%;
  }
  body .content-boutique .all-info .histoire .presentation .text {
    width: 100%;
  }
  body .content-boutique .all-info .histoire .frame {
    margin: 24px auto 0;
  }
  body .content-boutique .all-info .histoire .frame.desktop {
    display: none;
  }
  body .content-boutique .all-info .histoire .frame.mobile {
    display: block;
  }
  body .content-boutique .all-info .info.sommaire .carte {
    width: 100%;
    margin-bottom: 24px;
  }
  body .content-boutique .all-info .info.sommaire .boutique {
    width: 100%;
    margin-bottom: 40px;
  }
  body .content-boutique .all-info .info .boutique .info-boutique .horaire > p span{
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  body .content-boutique .img-top .desktop {
    min-height: 600px;
  }
}

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