@charset "UTF-8";
/* CSS Document */
body {
font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
li {
  list-style: none
}
nav .main_nav {
  display: flex;
  margin: 0 auto;
  gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 2em;
  max-width: 1100px;
  padding: 0 2em 1em;
  width: 100%;
}
.main_title {
  max-width: 50%;
  width: 100%;
}
.main_title h1 {
  font-size: 20px;
  text-transform: uppercase;
  color: white;
  line-height: 1;
  padding: 0.5em 0 0.2em;
  margin: 0;
  width: 100%;
  max-width: max-content;
}
.main_title h2 {
  font-size: 16px;
  font-weight: 200;
  margin: 0;
  line-height: 1;
  background: #0e2280;
  display: block;
  padding: 0.5em;
  color: white;
  max-width: max-content;
  width: 100%;
}
nav {
  background: #002bff;
  display: flex;
  flex-direction: column;
  margin: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
nav .navbar-nav {
  display: flex
}
nav .navbar-nav {
  display: flex;
  gap: 10px;
  width: 100%;
  margin: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  max-width: max-content;
  background: #0e228033;
  border-radius: 20px;
  flex-direction: row;
  flex-wrap: wrap;
}
nav .navbar-nav li {}
nav .navbar-nav > li a {
  border-radius: 20px;
  height: auto;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 1em;
  color: white;
  font-weight: 100;
  padding: 5px 10px;
  transition: all ease-in 0.3s;
}
nav .navbar-nav > li a:hover {
  color: #0e2280;
  background: white;
}
nav .navbar-nav > li:last-child a {
  background: #0e2280;
  font-weight: 700
}
nav .navbar-nav > li:last-child a:hover {
  background: #fff;
}
section.template_unik {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  flex-direction: column;
  align-items: center;
}
section.template_unik .visual h2 {
  padding: 1em;
  text-transform: uppercase;
  color: white;
  background: #002bff;
  max-width: max-content;
  position: absolute;
  border-radius: 20px;
  top: -2em;
  left: 1em;
  font-size: 20px;
  line-height: 1;
  box-sizing: border-box;
  box-shadow: 0px 7px 0px 0px #0e2280;
  border: solid 1px #0e2280;
}
section.template_unik p {
  font-size: 15px;
  line-height: 1.5;
}
section.template_unik .visual {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  position: relative;
}
section.template_unik .visual p {
  padding: 0;
}
.theme_content {
  display: flex;
  gap: 4em;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  max-width: 1100px;
  margin: 4em 0 0;
}
.template_unik:before {
  content: '';
  margin: 0;
  position: absolute;
  width: 100%;
  height: 300px;
  background: #0e2280;
  z-index: -1;
  top: 0;
  left: 0;
}
.all_theme_content_bis {
  width: 100%;
  height: 100%;
  background: #002bff
}
.theme_content_bis {
    display: flex
;
    width: 100%;
    flex-direction: row;
    padding: 0;
    gap: 4em;
    color: white;
    max-width: 1100px;
    margin: 2em auto;
    position: relative;
}
.theme_content_bis div {
  background: #0e2280;
  border-radius: 20px;
  padding: 2em 1em 1em;
  box-sizing: border-box;
  border: solid 2rem #FFFFFF44;
  position: relative;
  width: 100%;
  margin: 0;
}
.theme_content_bis h3 {
  background: #002bff;
  padding: 0.5em 1em;
  position: absolute;
  top: -2em;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 14px;
}
.theme_content_bis div a {
  border-radius: 20px;
  display: block;
  max-width: max-content;
  color: white;
  transition: all ease-in 0.3s;
  border: solid 0.05rem;
  text-decoration: none;
  padding: 10px;
}
.theme_content_bis div a:hover {
  background: white;
  color: #0e2280
}
.content_A {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: flex;
  max-width: 100%;
}
.content_B {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  max-width: 100%;
}
.visual img {
  border-radius: 20px;
  width: 100%;
}
iframe {
  height: auto;
  display: block;
  box-sizing: border-box;
  min-height: 600px;
  width: 100%;
}
.geo-locate {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  position: relative
}
.geo-locate .address {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}
.geo-locate .address div:first-child {
  padding: 1em 2em;
  display: block;
  margin: 0;
  box-sizing: border-box;
}
.geo-locate .address h2 {
  color: #0e2280;
  border-bottom: solid 1px;
  max-width: max-content;
}
.geo-locate .visual {
  flex-basis: 100%;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.geo-locate .visual img {
  width: 100%;
  max-width: max-content;
  height: 100%;
  line-height: normal;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
footer {
  background: #002bff
}
footer address {
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  gap: 10px;
  color: white;
  font-size: 13px;
    margin: 0 auto;
}
footer address a {
  color: white;
  text-decoration: none;
  background: #0e2280;
}
address {
  font-style: normal;
  background: #002bff;
  max-width: max-content;
  padding: 0.5em 1em;
  border-radius: 20px;
  color: white;
  font-weight: 600;
  line-height: 1;
}
address a {
  text-decoration: none;
  background: #0e2280;
  border-radius: 20px;
  padding: 0 5px;
  color: white;
}
@media (max-width: 768px) {
  section.template_unik {
    padding: 0
  }
  .theme_content {
    flex-direction: column;
      gap: 2em
  }
  section.template_unik .visual h2 {
    max-width: 75%;
              font-size: 18px;
  }
  .main_title {
        max-width: max-content;
        width: 100%;
        display: flex
;
        flex-direction: column;
  }
  nav .main_nav {
        padding: 0 0 1em;
        max-width: 100%;
        width: auto;
        margin: 0;
  }
  .navbar-nav {
    column-gap: 10px;
    justify-content: flex-start;
    row-gap: 0;
    margin: 0;
    width: 100%;
    align-items: center;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .nav > li {
    position: relative;
    display: flex;
    flex-basis: 100%;
    max-width: 100%;
    box-sizing: border-box;
    flex: 1 1 auto;
    width: 100%
  }
  nav .navbar-nav > li a {
    white-space: nowrap
  }
  nav .navbar-nav {
        flex-wrap: nowrap;
        max-width: 95%;
        width: 100%;
        padding-left: 0;
        margin: 0 auto;
  }
    nav .navbar-nav .navbar-nav {
        max-width: 100%;
        width: auto;
        align-items: center;
        justify-content: flex-start;
        margin: 0 auto;
        padding: 0;
    }
    .geo-locate {
        flex-direction: column
    }
    .main_title h2 {
    padding: 0.5em 0.5em 0.5em 1.5em;
}
    .main_title h1 {
    padding: 0.5em 0 0.2em 1em;
                width: auto;

}
    .content_A,
    .content_B {
        padding: 0 1em
    }
    .theme_content_bis {
            padding: 1em;
    margin: 0;
    width: auto;
    gap: 1em;
    }
    footer address {
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    gap: 0;
    color: white;
    font-size: 13px;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 0 10px;
    line-height: 1;
}
    .theme_content_bis {
        flex-direction: column
    }
}