* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
  text-decoration: none;
}

html,
body {
  height: 100%;
}

:root {
  --primary: #4f9e51;
  --secondary: #f8f858;
  --text: #fafafa;
  --text-2: #f5f5f6;
}

.red {
  color: #e01020;
}

body {
  font-family: Po02;
  background: #121214;
  color: var(--text-2);
  overflow-x: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #0005;
  padding: 8px 7%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
.lang-option{
    color:var(--text-2);
}
header.active {
  box-shadow: 0 1px 3px var(--shadow);
  background: var(--bg1);
  color: var(--primary);
  transition: 0.3s;
  height: 4rem;
}

header .logo {
  width: 50px;
}

header ul li,
header ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

header ul li:last-child {
  padding-left: 30px;
}

header ul li a:not(.importantLink):hover {
  color: var(--secondary);
}

header ul li a {
  color: var(--text-2);
  font-size: 18px;
  /* font-weight: 600; */
}

.importantLink:hover {
  border-color: #f8f858;
  box-shadow: 0 0 24px 0 rgba(248, 248, 88, .56);
}
.lang-menu{

 border: solid 1px rgba(248, 248, 88, .56);
  color: var(--text-2);
}
.importantLink {
  display: inline-flex;
  gap: 15px;
  align-items: center;
  background: linear-gradient(to right, rgba(248, 248, 88, 0), rgba(248, 248, 88, .24));
  padding: 8px 15px;
  border-radius: 20px;
  border: solid 1px rgba(248, 248, 88, .56);
  color: var(--text-2);
  font-weight: bold;
  transition: all .3s ease;
}

main {
  overflow-x: hidden;
}

.btns {
  margin-top: 40px;
}

.importantLink.v2.v3:hover {
  background: #fff2;
  box-shadow: none;
}

.importantLink.v2.v3 {
  background: transparent;
  border: 0;
}

.importantLink.v2 {
  padding: 15px 20px;
  border-radius: 50px;
}

.containers {
  padding: 150px 7%;
}

.presentation h1 {
  font-size: 45px;
  font-family: Po01;
  margin: 15px 0;
}

.presentation .item {
  width: 100%;
}

.presentation .item:first-child {
  min-width: 55%;
}


.presentation .item p {
  font-size: 18px;
  font-weight: bold;
}

.presentation::before {
  content: '';
  position: absolute;
  top: -70%;
  background: rgba(248, 248, 88, .56);
  filter: brightness(40%) blur(100px);
  -webkit-filter: brightness(40%) blur(100px);
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  pointer-events: none;
  box-shadow: 0 20px 500px -20px rgba(248, 248, 88, .56);
}

.flex {
  display: flex;
  align-items: center;
  gap: 15px;
}

.mainTitle {
  display: inline-flex;
  gap: 6px;
  padding: 4px 15px;
  border-radius: 20px;
  color: #f5f5f6;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .12));
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 50px;
  margin-bottom: 16px;
  padding: 4px 16px;
  transition: box-shadow .3s, border-color .3s;
}

.deco {
  text-decoration: underline;
  color: #f8f858;
}

.mainTitle:hover {
  border-color: rgba(255, 255, 255, .56);
  box-shadow: 0 0 12px rgba(255, 255, 255, .56);
}

.presentation {
  position: relative;
  padding: 190px 7%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(18, 18, 20, 0), #121214 62%), url(../img/bg-b.svg);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  gap: 50px;
}

.item figure {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.presentation figure img:not(.mainImg) {
  position: absolute;
}

.item figure .mainImg {
  width: 100%;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.item figure .deco-left {
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%) rotateZ(170deg);
}

.apropos {
  padding: 50px 7%;
  position: relative;
  overflow: hidden;
}

.apropos .subFields {
  text-align: center;
  padding: 0 10%;
}

.apropos h3,
.blogs>h3 {
  color: var(--secondary);
  font-weight: lighter;
  font-family: Po01;
}

.containers p {
  font-size: 18px;
}

.blogs>p span {
  display: inline-block;
  width: 100%;
  max-width: 700px;
}

.blogs>p {
  display: flex;
  align-items: end;
  gap: 50px;
  justify-content: space-between;
}

.apropos h2,
.blogs h2 {
  font-family: Po01;
  font-size: 40px;
  margin: 10px 0 20px;
}

.flex.v1 {
  justify-content: center;
  text-align: left;
  gap: 20px;
  flex-wrap: wrap;
}

.flex.v2 {
  justify-content: center;
  align-items: stretch;
  padding: 50px 0;
}

h4 {
  color: var(--secondary);
  font-size: 14px;
}

.blurDeco {
  background-color: #f8f858;
  filter: blur(300px);
  -webkit-filter: blur(300px);
  border-radius: 50%;
  width: 700px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 20%;
  left: 0%;
  right: 0%;
}

.apropos .startPoints .mio {
  color: var(--secondary);
  padding: 15px;
  border-radius: 10px;
  border: solid 1px #fff3;
  background: #111;
  margin-bottom: 25px;
}

.apropos .startPoints {
  width: 100%;
  max-width: 400px;
  padding: 50px 40px;
  border-radius: 20px;
  background: #2221;
  border: solid 1px #fff2;
}

.discover p {
  max-width: 900px;
  font-size: 18px;
  padding: 30px 0;
}

.discover h2 {
  font-family: Po01;
}

.discover {
  border: 1px solid #fff1;
  background-image: linear-gradient(to right, rgba(18, 18, 20, .74), rgba(112, 112, 0, .15)), url(../img/bg-b.svg);
  background-position: center;
  background-repeat: repeat, no-repeat;
  background-size: cover;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  padding: 56px;
  display: flex;
  margin: 0 7%;
  text-align: center;
}

.discover.v2 {
  background-image: linear-gradient(to right, rgba(18, 18, 20, .74), rgba(112, 112, 0, .15));
}

.methods .contains {
  background: linear-gradient(to right, #121214 10%, rgba(0, 0, 0, 0) 50%, #121214 90%, #121214 10%, rgba(0, 0, 0, 0) 50%, #121214 90%), url(../img/bg-b.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: stretch;
  gap: 50px;
}


.methods .contains .item h2,
#temoignages h2 {
  font-family: Po01;
  font-size: 40px;
  margin-bottom: 15px;
}

.methods .desc {
  font-size: 18px;
}

.methods .contains .item li .desc {
  margin-left: 8px;
  padding-left: 60px;
  padding-bottom: 50px;
  margin: 10px 0 10px 10px;
  border-left: solid 1px #fff2;
}

.methods .contains .item li h3 {
  font-size: 35px;
  font-family: Po01;
  display: flex;
  gap: 40px;
}

.methods .contains .item:first-child h3 {
  font-family: Po01;
  color: var(--secondary);
  margin-bottom: 10px;
}

.sec {
  color: var(--secondary);
}

.methods .contains .sticky {
  position: sticky;
  top: 100px;
}

.methods .contains .item {
  width: 100%;
}

.apropos.v2 {
  position: relative;
}

.blurV2 {
  z-index: 1;
  background-color: #f8f858;
  filter: blur(156px);
  -webkit-filter: blur(156px);
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  pointer-events: none;
}

.faqs {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding: 50px 0;
}

.faq h5 {
  font-family: Po01;
  font-size: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blogs {
  background-image: linear-gradient(to right, rgba(18, 18, 20, .74), rgba(112, 112, 0, .15)), url(../img/bg-b.svg);
  background-position: center;
  background-repeat: repeat, no-repeat;
  background-size: cover;
  padding: 20px 7%;
  margin: 50px 0;
}

.faq {
  width: 100%;
  max-width: 900px;
  padding: 30px 50px;
  background: #0004;
  border: solid 1px #fff2;
  border-radius: 20px;
}

.flex.v2.v3 {
  justify-content: space-between;
}

.blog {
  width: 100%;
  max-width: 350px;
  border: solid 1px #fff2;
  padding: 30px;
  border-radius: 10px;
}

footer input.importantLink {
  width: auto;
}

footer input::placeholder {
  font-family: Po02;
  font-size: 16px;
}

footer>div.flex.v2.v3 {
  gap: 50px;
  align-items: end;
  background: url(../img/bg-b.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.blurBlack {
  border-radius: 50%;
  width: 400px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #000;
  filter: blur(300px);
  -webkit-filter: blur(300px);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.part .flex.v2.v3 {
  gap: 50px;
  justify-content: space-around;
  flex-wrap: wrap;
}

.rubriquesFooter a {
  padding: 3px;
}

.rubriquesFooter a,
.rubriquesFooter li {
  color: #eee;
  display: flex;
  align-items: center;
  gap: 10px;
}

.copyright {
  padding-top: 30px;
  border-top: 1px solid #fff2;
  display: flex;
  justify-content: space-between;
}

footer .part:last-child a:hover,
.copyright a:hover {
  text-decoration: underline;
}

.copyright a {
  color: var(--secondary);
}

.rubriquesFooter li address {
  font-style: normal;
}

.rubriquesFooter {
  min-width: 200px;
}

.logo li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo li a {
  color: #eee;
}


.rubriquesFooter h3 {
  font-family: Po01;
  color: var(--secondary);
  font-size: 16px;
  margin-bottom: 30px;
}

footer input {
  padding: 15px !important;
  background: transparent;
  border: none;
  outline: 0;
  color: #f5f5f6;
  font-family: Po02;
  border-radius: 50px !important;
  font-size: 16px;
  width: 100%;
}

footer .newsletters a {
  color: var(--secondary);
}

footer form {
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  border: solid 1px #fff5;
  padding: 5px;
  border-radius: 50px;
}

footer {
  padding: 90px 5% 30px;
}

.rubriquesFooter ul li:nth-child(2n - 1) {
  margin-bottom: 7px;
}

footer .part:first-child {
  min-width: 300px;
  max-width: 300px;
}

.newsletters p {
  padding: 15px 0;
}

.pri {
  color: var(--primary);
}

.cri {
  color: crimson;
}

footer .logo img {
  width: 180px;
  margin: 0 auto;
}

.blog .data p {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog h3 {
  font-family: Po01;
  padding: 10px 0;
}

.blogs .flex a p {
  color: #e0e0e0;
}

.blogs .flex a:hover .blog img {
  scale: 1.1;
  transition: all .3s ease;
}

.blogs .flex a:hover .blog figcaption {
  visibility: visible;
  opacity: 1;
  transition: all .3s ease;
}

.blogs .flex a:hover .blog h3 {
  color: var(--secondary);
}

.blogs .flex a:hover .blog {
  border-color: var(--secondary);
  transition: all .3s ease;
}

.blogs .flex a {
  color: #fafafa;
}

.blog figure {
  width: 100%;
  height: 180px;
  position: relative;
  overflow: hidden;
}



.blog figcaption span.mio {
  padding: 8px;
  border-radius: 50%;
  background: #121214;
}

.blog figcaption {
  background: #0003;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;
}

.blog figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}

header>span.mio {
  cursor: pointer;
  padding: 8px;
}

.hide {
  display: none;
}

#temoignages {
  padding-top: 50px;
  padding-bottom: 50px;
}


header ul li span.drop {
  padding: 1px;
  background: #fff1;
  border-radius: 5px;
  cursor: pointer;
}

header ul li {
  position: relative;
  gap: 5px;
}

header ul li ul li {
  width: 100%;
}

header ul li ul a {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 8px 10px;
  width: 100%;
}

header ul li ul li:last-child {
  padding-left: 0;
}

header ul li ul a:hover {
  background: #0001;
}


header ul li ul.active {
  height: 342px;
  border: solid 1px #fff2;
  border-top: none;
}

header ul li ul {
  border-radius: 0 0 20px 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  gap: 2px;
  position: absolute;
  top: 48px;
  left: -25px;
  width: calc(100% + 50px);
  height: 0;
  flex-direction: column;
  align-items: start;
  background: #0002;
  transition: all .3s ease;
  overflow: hidden;
}

@media screen and (max-width: 1050px) {
  footer>div.flex.v2.v3 {
    flex-wrap: wrap;
    gap: 0px;
  }

  .part.flex.v2.v3 {
    width: 100%;
    justify-content: space-around;
  }

  footer .part:first-child {
    min-width: 400px;
  }

  header,
  .containers {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 950px) {
  .blogs .flex.v2.v3 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .blog {
    max-width: max-content;
    width: 100%;
  }

  .blogs .flex.v2.v3 a {
    width: 45%;
  }
}

@media screen and (max-width: 750px) {

  header ul li ul a:hover {
    background: #0001;
  }


  header ul li ul.active {
    height: 227px;
    border: none;
  }

  header ul li ul {
    position: initial;
    border-radius: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    gap: 5px;
    top: auto;
    left: auto;
    width: auto;
    height: 0;
    flex-direction: column;
    align-items: start;
    background: transparent;
    transition: all .3s ease;
    overflow: hidden;
  }

  header ul li:nth-child(2) {
    flex-direction: column;
    align-items: normal;
  }

  .arguments .flex.v2 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .arguments .flex.v2 .startPoints {
    width: 250px;
  }

  .blogs .flex.v2.v3 a {
    width: 100%;
  }

  .part.flex.v2.v3 {
    flex-wrap: wrap;
  }

  .hide {
    display: unset;
  }

  .hide2 {
    display: none;
  }

  header ul li a {
    width: 100%;
  }

  header ul li {
    padding: 10px 0;
  }

  header ul li:last-child a {
    width: fit-content;
  }

  header ul li:last-child {
    padding-left: 0;
  }

  header ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 0;
    background: #000;
    padding: 0 30px;
    z-index: -1;
    /*backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);*/
    opacity: 1;
    overflow: hidden;
    transition: all .3s ease;
  }
  
  header ul::before {
  	content: '';
  	position: absolute;
  	bottom: -100%;
  	left: 0;
  	width: 100%;
  	height: 585px;
  	border: solid 1px #fff;
  	filter: brightness(40%) blur(100px);
  	background: rgba(248, 248, 88, .56);
  	pointer-events: none;
  	z-index: 3;
  }

  header ul.active {
    padding: 75px 30px 10px;
    height: 585px;
    border-bottom: solid 1px #fff4;
  }

  header ul li:nth-child(2) {
    position: sticky;
  }

  header ul li:nth-child(2) ul li {
    padding: 0;
  }

  header ul li:nth-child(2) ul {
    padding: 0 20px;
  }

  .presentation {
    flex-wrap: wrap;
  }

  #about .flex.v2 {
    flex-wrap: wrap;
  }

  .apropos .startPoints {
    width: 100%;
    max-width: 100%;
  }

  .methods .contains {
    flex-wrap: wrap;
  }

  .apropos .subFields {
    padding: 0;
  }

  .apropos h2 {
    font-size: 35px;
  }
}

@media screen and (max-width: 590px) {
  .arguments .flex.v2 .startPoints {
    width: 400px;
  }
}

@media screen and (max-width: 500px) {
  .boxCookie .discover {
    margin: 0;
  }

  .discover {
    padding: 56px 30px;
  }

  .arguments .flex.v2 .startPoints {
    width: 100%;
  }

  .swiper-button-next,
  .swiper-button-prev {
    right: auto;
    left: 90%;
    bottom: 20px;
    top: auto;
    transform: translateX(-50%);
  }

  .blogs>p {
    flex-wrap: wrap;
  }

  .swiper-button-prev {
    left: 10%;
  }

  .methods .contains .item li h3 {
    font-size: 30px;
    gap: 20px;
  }

  .part.flex.v2.v3 {
    justify-content: left;
  }

  .rubriquesFooter {
    width: 100%;
  }

  footer .part:first-child {
    min-width: fit-content;
    width: 100%;
  }
}

@media screen and (max-width: 350px) {
  .presentation .btns {
    flex-wrap: wrap;
  }

  footer .part:first-child {
    min-width: fit-content;
    width: 100%;
  }

  header,
  .containers {
    padding-left: 10px;
    padding-right: 10px;
  }

  .discover {
    padding: 56px 20px;
  }

  .copyright {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.boxCookie.active {
  visibility: visible;
  opacity: 1;
}

.boxCookie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0002;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 2;
  padding: 30px 20px;
  display: flex;
  align-items: end;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;
}

.boxCookie .discover.v2 h2 {
  text-align: left;
}

.boxCookie .discover.v2 {
  padding: 30px 5%;
  text-align: left;
  max-width: 600px;
}

button {
  font-family: Po02;
}

.faq span.mio {
  transition: all .3s ease;
}

.faq span.mio.active {
  transform: rotateZ(180deg);
}

.answersFaqs a:hover {
  text-decoration: underline;
}

.answersFaqs a {
  color: var(--secondary);
}

.answersFaqs {
  height: 0;
  overflow-y: auto;
  transition: all .3s ease;
}

.answersFaqs.active {
  height: 200px;
  padding-top: 30px;
}

.msg {
  position: fixed;
  display: flex;
  align-items: center;
  padding: 8px 20px;
  border-radius: 5px;
  color: #111;
  font-weight: lighter;
  width: 100%;
  max-width: 390px;
  z-index: 3;
  left: 10%;
  bottom: -120%;
  transition: all 1s;
}

.msg.active {
  bottom: 20px;
  transition: all 0.3s;
}

.msg span.mio {
  margin-right: 15px;
  font-size: 25px;
}

.successMess {
  background: #555;
  color: #f0f0f0;
}

.errorMess {
  background: #fc869e;
  color: #111;
}

.contacts p {
  padding-bottom: 30px;
  margin-top: -40px;
}

.contacts input::placeholder {
  color: #aaa;
  font-family: Po02;
}

.contacts label {
  margin-bottom: 5px;
  display: inline-block;
}

.contacts input:hover,
.contacts input:focus {
  border-color: #fff6;
}

.contacts input:focus {
  background: #0005;
}

.contacts input,
.contacts textarea {
  width: 100%;
  background: #0003;
  color: var(--secondary);
  font-family: Po02;
  outline: none;
  border: solid 1px #fff3;
  font-size: 18px;
  padding: 15px 30px;
  border-radius: 10px;
  caret-color: var(--secondary);
  transition: all .3s ease;
  resize: none;
}

.contacts textarea {
  min-height: 300px;
  color: #ddd;
}

.contacts .field.v1 {
  max-width: 715px;
}

.contacts .field.v2 {
  max-width: 1000px;
}

.contacts .field {
  width: 100%;
  max-width: 350px;
  margin-top: 25px;
}

.contacts button.v2 {
  padding: 20px 50px;
  font-weight: lighter;
  font-size: 18px;
}

.emptyFaq {
  border: solid 1px #fff3;
  border-radius: 20px;
  width: 100%;
  padding: 30px 3%;
  margin: 20px 0;
  background: #0002;
}

.blogs.pad.containers {
  padding-top: 120px;
  padding-bottom: 60px;
}

.emptyFaq>span.mio {
  font-size: 300px;
  font-weight: lighter;
  color: var(--secondary);
}

.emptyFaq .text h3 {
  margin-bottom: -15px;
  font-family: Po01;
  color: var(--secondary);
}

.flex.v2.v3.v4 {
  flex-wrap: wrap;
}

.flex.v2.v3.v4>a {
  width: 100%;
  max-width: 300px;
}

@media screen and (max-width: 1100px) {
  .blogs>p {
    flex-wrap: wrap !important;
  }
}

.others.presentation::before {
  top: auto;
  bottom: -25%;
}

.others.presentation {
  background: transparent;
  align-items: stretch;
}

.others.presentation p {
  font-weight: lighter;
  font-family: Po02;
}

.others h3,
.others h1 {
  font-family: Po01;
}

.arguments h2 {
  font-family: Po01;
}

.containers.xyz .flex.v2.v3 {
  justify-content: center;
}

.containers.arguments .startPoints {
  padding: 20px 0;
  border: none;
}

.containers.arguments {
  padding-top: 0;
  padding-bottom: 80px;
  margin-top: -140px;
}

.blogs.pad .flex.v2.v3 a.importantLink.v2 {
  width: auto;
}

.offline main {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 10% 20px;
  overflow: hidden;
}

.offline .presentation {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 0;
  padding-bottom: 0;
  justify-content: center;
}

.offline footer {
  padding-top: 10px;
  padding-bottom: 10px;
}

.offline .presentation.containers .item h2 {
  font-family: Po01;
  font-size: 25px;
}

.offline .item p {
  font-weight: lighter;
  max-width: 600px;
}

.offline .item {
  position: relative;
}

.offline .item::before {
  content: "";
  position: absolute;
  bottom: -60%;
  left: 0;
  width: 500px;
  height: 500px;
  background: url('/assets/img/maintenance.png');
  background-repeat: no-repeat;
  opacity: .1;
  background-size: cover;
  pointer-events: none;
}

.offline .countdown {
  margin-top: 20px;
  gap: 5px;
}

.offline figure figcaption {
  color: var(--secondary);
  font-weight: bold;
}

.offline figure div {
  font-size: 50px;
  font-family: Po01;
  font-weight: bold;
  text-align: center;
}

.offline figure {
  flex-direction: column;
  background: #0002;
  border: solid 1px #fff1;
  border-radius: 10px;
  width: 90px;
  height: 90px;
  padding: 3px;
}

.offline .logo {
  width: 120px;
}

@media screen and (max-width: 900px) {
  .offline main {
    padding: 20px 3%;
  }

  .emptyFaq>span.mio {
    font-size: 170px !important;
  }

  .emptyFaq.flex {
    align-items: stretch;
  }

}

@media screen and (max-width: 620px) {
  .emptyFaq.flex {
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .emptyFaq>span.mio {
    margin: 0 auto;
  }
}

@media screen and (max-width: 500px) {
  .hide3 {
    display: none;
  }

  .offline main {
    padding: 0 0 20px;
  }

  .contacts .flex {
    flex-wrap: wrap;
  }

  .contacts .flex .field {
    max-width: 100%;
  }

  .arguments.containers.about {
    margin-top: -100px;
  }
}

.offline .blogs.pad.containers {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.offline.v2 main {
  padding: 0;
}

.offline.v2 .flex.v2.v3.v4 {
  padding: 0 15%;
}

@media screen and (max-width: 400px) {
  .msg {
    width: 92%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.oths .others.presentation.flex .item:first-child figure img {
  position: unset;
}

.oths .others.presentation.flex .item:first-child figure {
  background: #0001;
  padding: 5px 30px 5px 5px;
  border-radius: 50px;
  border: solid 1px #fff4;
  display: inline-flex;
  width: auto;
}

.oths .others.presentation.flex .item:last-child figure {
  height: 100%;
}

.oths .others.presentation.flex .item:last-child figure img:last-child {
  height: 100%;
  object-fit: cover;
}

.blogContentBox a {
  color: var(--secondary);
  font-weight: bold;
}

.blogContentBox h1, .blogContentBox h2, .blogContentBox h3 {
  font-family: Po01;
  color: #fff;
}

.blogContentBox {
  margin-top: -50px;
  background: #0001;
  border-radius: 20px;
  padding: 30px 15%;
}

.oths .others.presentation.flex .item:first-child figure img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.email {
  word-break: break-all;
}

.iti--inline-dropdown .iti__dropdown-content {
  background-color: #0002!important;
  border-radius: 10px;
  border-color: #fff2!important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  bottom: 0;
}

.iti {width: 100%}