:root {
  --light-black: #1a1a1a;
  --royal-blue: #3062f7;
  --white: white;
  --dark-slate-blue: #343a50;
  --black: black;
  --midnight-blue: #0e1632;
  --dark-grey: #a8b1b9;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--light-black);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.hero-section {
  background-color: #0000;
  height: 320px;
  max-height: none;
  margin-top: 42px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: 320px;
}

.grid-skills {
  z-index: 888;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  min-width: auto;
  max-width: 80%;
  margin-top: -42px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.div-competences {
  width: 1200px;
  margin: -30px auto 0;
  padding-bottom: 0;
  display: block;
}

.div-square-skill {
  box-shadow: 0 1px 4px -3px var(--light-black);
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  padding: 10px 10px 26px;
  display: flex;
}

.heading {
  color: #1a1a1a;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.btn-skill {
  color: #1a1a1a;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #1a1a1a;
  border-radius: 1px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  transition: all .425s;
  display: inline-block;
}

.btn-skill:hover {
  background-color: var(--royal-blue);
  color: #fff;
}

.btn-skill.etude {
  min-width: 400px;
}

.nav-link {
  color: var(--light-black);
  text-transform: uppercase;
  padding-left: 40px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  transition: all .475s;
  display: inline-block;
}

.nav-link:hover {
  color: var(--royal-blue);
  font-weight: 300;
}

.navbar {
  z-index: 9999;
  background-color: #fff;
  justify-content: space-around;
  min-width: auto;
  max-width: 1200px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  display: flex;
  position: relative;
  inset: auto 0%;
}

.div-img-hero-1 {
  background-image: url('../images/JM-avocat-img-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-img-hero-2 {
  background-image: url('../images/JM-avocat-img-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-img-hero-3 {
  background-image: url('../images/jm-frisange-01.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.container {
  border: 1px #e2e2e2;
  border-bottom-style: solid;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  min-width: auto;
  max-width: none;
  height: 120px;
  display: flex;
}

.brand {
  flex: 1;
}

.section-information {
  max-width: 80%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.title {
  color: var(--light-black);
  text-align: center;
  margin-top: 72px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.title.left-align {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto 20px;
  padding-left: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 24px;
  display: flex;
}

.title.left-align.city {
  margin-top: 0;
  padding-left: 10px;
}

.title.white {
  color: #fff;
  border: 1px #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  display: flex;
}

.paragraph {
  text-align: center;
  margin-top: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.paragraph.white {
  color: var(--white);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.div-calltoaction {
  margin: 46px auto 56px;
  display: flex;
}

.div-getintouch {
  flex-direction: column;
  justify-content: flex-end;
  min-width: auto;
  max-width: 1200px;
  margin: 32px auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.call-thionville {
  text-align: right;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.div-legal {
  background-image: url('../images/pattern-jm_1pattern-jm.png');
  background-position: 50%;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer {
  background-color: var(--dark-slate-blue);
  color: #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  display: flex;
}

.div-footer {
  grid-column-gap: 219px;
  grid-row-gap: 311px;
  flex: 0 auto;
  order: -1;
  grid-template-rows: auto;
  grid-template-columns: 8fr 2.25fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center space-around;
  align-self: center;
  place-items: center stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.text-footer {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.text-footer.designer {
  color: #999;
}

.text-link-footer {
  color: var(--light-black);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.link-social {
  transition: all .5s;
}

.link-social:hover {
  transform: scale(1.2);
}

.span-fwi {
  color: #999;
  font-style: normal;
  text-decoration: underline;
}

.link-block-email-thionville {
  color: var(--light-black);
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-decoration: none;
  transition: all .425s;
}

.link-block-email-thionville:hover {
  color: var(--royal-blue);
}

.section-skill-work {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.div-skill {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-icon-skill {
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-2 {
  padding-top: 0;
  line-height: 22px;
}

.paragraph-2.underskill {
  padding-top: 20px;
}

.div-list-skill {
  display: flex;
}

.text-block {
  padding-left: 4px;
}

.img-skill {
  max-width: none;
  margin-bottom: 8px;
  padding-bottom: 0;
  padding-left: 0;
}

.section-skill-penal {
  background-color: #fafafa;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-personnes {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-skill-civil {
  background-color: #fafafa;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-skill-business {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-title-skill {
  height: 100px;
  margin-top: 60px;
  padding-top: 0;
}

.div-text-legal {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.section-legal {
  margin-top: 80px;
  margin-bottom: 60px;
  display: flex;
}

.paragraph-3 {
  line-height: 22px;
}

.section-contact {
  margin-top: 80px;
  display: flex;
}

.grid-contact {
  grid-row-gap: 92px;
  text-align: left;
  flex: none;
  grid-template-columns: 1.5fr 1.5fr 1.5fr 2fr;
  place-content: end start;
  place-items: start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.heading-2 {
  font-weight: 400;
}

.div-adresse {
  padding-top: 0;
}

.div-map {
  color: var(--light-black);
  padding-top: 0;
  text-decoration: none;
  transition: all .425s;
}

.div-map:hover {
  color: var(--royal-blue);
}

.link-block-map {
  color: var(--light-black);
  text-decoration: none;
}

.div-title-ville {
  display: flex;
}

.div-title-contact {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-line {
  background-color: var(--dark-slate-blue);
  width: 4px;
  padding-left: 0;
}

.paragraph-4, .paragraph-5 {
  margin-bottom: 0;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: 320px;
}

.div-img-hero-4 {
  background-image: url('../images/JM-avocat-img-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-img-hero-5 {
  background-image: url('../images/JM-avocat-img-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-img-hero-6 {
  background-image: url('../images/jm-avocat-img-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.header-section {
  background-color: var(--dark-slate-blue);
  background-image: none;
  height: 200px;
  margin-top: 42px;
  margin-left: 10px;
  margin-right: 10px;
}

.div-subtitle {
  color: #fff;
  text-align: center;
}

.section-honoraires {
  min-width: 0;
  max-width: 80%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.section-avocat {
  background-color: var(--dark-slate-blue);
  max-width: none;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}

.h2-title {
  margin-top: 40px;
  font-size: 22px;
  font-weight: 300;
  line-height: 24px;
}

.div-covid {
  background-color: var(--royal-blue);
  color: var(--white);
  justify-content: center;
  align-items: center;
  height: 50px;
  display: block;
}

.text-block-covid {
  color: var(--white);
  flex: 1;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}

.link-covid {
  text-decoration: none;
  display: flex;
}

.container-covid {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.arrow {
  margin-left: 8px;
  padding-left: 0;
}

.link-tel {
  color: var(--light-black);
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .hero-section {
    margin-top: 42px;
  }

  .grid-skills {
    width: auto;
    max-width: none;
    margin-left: 28px;
    margin-right: 28px;
  }

  .heading {
    font-size: 12px;
    line-height: 16px;
  }

  .btn-skill {
    margin-top: 2px;
    padding: 6px 12px;
  }

  .nav-link {
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
  }

  .section-information {
    max-width: 90%;
    margin-top: 36px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .title {
    margin-top: 18px;
    font-size: 36px;
  }

  .title.left-align {
    font-size: 32px;
  }

  .title.left-align.city {
    font-size: 24px;
    line-height: 24px;
  }

  .paragraph {
    font-size: 14px;
  }

  .paragraph.white {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-getintouch {
    width: auto;
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer {
    justify-content: space-between;
  }

  .div-footer {
    grid-column-gap: 9px;
    grid-template-columns: 6.5fr 1.75fr .5fr;
    justify-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon {
    font-size: 40px;
  }

  .image {
    margin-left: 20px;
  }

  .nav-menu {
    background-color: #ffffffe6;
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .section-skill-work {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .div-skill, .div-text-legal {
    max-width: 90%;
  }

  .section-legal {
    margin-top: 28px;
  }

  .section-contact {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-contact {
    grid-row-gap: 17px;
    flex: none;
    grid-template-rows: auto auto;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-subtitle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-honoraires {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    margin-top: 22px;
  }

  .grid-skills {
    grid-template-rows: auto auto auto auto auto;
  }

  .btn-skill.etude {
    flex: 1;
    min-width: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    display: block;
  }

  .title.left-align {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .title.white {
    margin-top: 0;
    padding-top: 50px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph.white {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-getintouch {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .text-footer, .text-footer.designer {
    line-height: 16px;
  }

  .nav-menu {
    flex-flow: row;
    place-content: space-around space-between;
    align-items: center;
    display: flex;
  }

  .section-contact {
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-contact {
    grid-column-gap: 35px;
    grid-row-gap: 8px;
    flex: 1;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1.25fr 1.25fr;
  }

  .paragraph-4 {
    display: flex;
  }

  .header-section {
    margin-top: 42px;
  }

  .section-avocat {
    max-width: none;
  }

  .paragraph-6 {
    display: flex;
  }

  .text-block-covid {
    padding-right: 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .link-covid {
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-skills {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-information {
    max-width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .title.left-align {
    line-height: 28px;
  }

  .title.left-align.city {
    margin-top: 0;
  }

  .title.white {
    padding-top: 25px;
  }

  .paragraph.white {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image {
    max-width: 90%;
  }

  .nav-menu {
    flex-direction: row;
  }

  .img-skill {
    overflow: visible;
  }

  .section-contact {
    margin-top: 36px;
  }

  .grid-contact {
    grid-row-gap: 13px;
  }

  .div-title-ville {
    margin-top: 40px;
  }

  .header-section {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .div-subtitle {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-avocat {
    max-width: none;
  }

  .div-covid {
    height: 72px;
  }

  .text-block-covid {
    padding-top: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 16px;
    overflow: visible;
  }

  .link-covid {
    align-self: flex-start;
    align-items: center;
    padding-top: 6px;
    padding-left: 0;
    text-decoration: none;
  }

  .container-covid {
    flex-direction: column;
    height: 56px;
    padding-top: 10px;
  }
}

#w-node-fd1c0748-8b24-37a1-7eb7-05280ec5240c-a4aff877 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-b198f674-3b1f-707c-8894-ec8bec663421-a4aff877 {
  place-self: auto;
}

#w-node-b3f3b954-b38a-6341-98c3-d5061f88b4dd-a4aff877, #w-node-_19aa91a0-c254-9685-dd25-e63eb34dc646-a4aff877, #w-node-edffb0a7-e8da-7c29-62fb-5c8698e9d916-a4aff877 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-d614fea6-bad5-c41f-9b3e-ce24cec1b231-cec1b22f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-d614fea6-bad5-c41f-9b3e-ce24cec1b233-cec1b22f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0d313a0-8799-856f-e978-abe4003cee2d-a1aff879 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_37758049-4596-059a-e25d-9635dafcfa3b-a1aff879 {
  grid-area: 1 / 4 / 2 / 5;
}

@media screen and (max-width: 767px) {
  #w-node-fd1c0748-8b24-37a1-7eb7-05280ec5240c-a4aff877, #w-node-b198f674-3b1f-707c-8894-ec8bec663421-a4aff877, #w-node-b3f3b954-b38a-6341-98c3-d5061f88b4dd-a4aff877, #w-node-_19aa91a0-c254-9685-dd25-e63eb34dc646-a4aff877, #w-node-edffb0a7-e8da-7c29-62fb-5c8698e9d916-a4aff877 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    place-self: auto;
  }

  #w-node-_4af61b29-198d-ea8f-3921-183841ca13bf-a1aff879 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0a8a78f3-4044-bb2d-7bce-6ef215a3cc92-a1aff879 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c44dd8bd-5fb3-a2fe-8865-3618d513a3b6-a1aff879 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b37d1f5b-3020-0fc1-bc80-2116527b30fd-a1aff879 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ae5e8247-0c85-340b-09e4-4db96b9b6dd0-a1aff879 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_0e07e25e-fbe4-7dfc-5803-849538f6889a-a1aff879 {
    grid-area: 3 / 2 / 4 / 3;
    justify-self: start;
  }

  #w-node-c0d313a0-8799-856f-e978-abe4003cee2d-a1aff879 {
    grid-area: 4 / 2 / 5 / 3;
    justify-self: start;
  }

  #w-node-_37758049-4596-059a-e25d-9635dafcfa3b-a1aff879 {
    grid-area: 4 / 1 / 5 / 2;
  }
}
