@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html,
body {
  height: 100%;
}

body {
  margin: auto;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

#header {
  display: flex;
  padding: 5vh 3vw;
}
#header .logo img {
  max-width: 160px;
}
#header .menu {
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}
#header .menu ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
#header .menu ul li {
  display: flex;
  justify-content: center;
}
#header .menu ul li a {
  color: #000;
  text-decoration: none;
  margin: 0 30px;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 768px) {
  #header .menu ul li a {
    margin: 0 15px;
    font-size: 0.9rem;
  }
}
#header .menu ul li a:hover {
  color: #f28426;
  font-weight: bold;
}
#header .menu ul li.current_page_item a {
  color: #f28426;
  font-weight: bold;
}
#header .dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .dots img {
  margin: 0 0 0 10px;
}
@media (max-width: 768px) {
  #header {
    flex-direction: column;
  }
  #header .logo {
    text-align: center;
  }
  #header .menu {
    margin-top: 20px;
    text-align: center;
    padding: 0 15px;
  }
  #header .dots {
    display: none;
  }
}

#banners {
  display: flex;
  padding: 0vh 3vw;
}
#banners.bgorange {
  position: relative;
  padding: 3vw 3vw 0;
  display: block;
}
#banners.bgorange:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: #f28426;
  z-index: -1;
}
#banners.bgorange.full {
  padding: 3vw 3vw;
}
#banners.bgorange.full:before {
  height: 100%;
}
#banners.bggray {
  position: relative;
  padding: 3vw 3vw 0;
  display: block;
}
#banners.bggray:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: #f0f0f0;
  z-index: -1;
}
@media (max-width: 768px) {
  #banners {
    display: block;
  }
}
#banners .banner-slider {
  flex-basis: 70%;
  max-width: 100vw;
  max-width: 70%;
}
@media (max-width: 768px) {
  #banners .banner-slider {
    max-width: none;
    height: 50vh;
  }
}
#banners .banner-slider .sliders {
  height: 100%;
}
#banners .banner-slider .sliders .slick-list,
#banners .banner-slider .sliders .slick-slider,
#banners .banner-slider .sliders .slick-track {
  height: 100%;
}
#banners .banner-slider .sliders .slider {
  margin: 0 5px;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
#banners .banner-slider .sliders .slider .content {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  padding: 50px 50px 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.3s;
}
#banners .banner-slider .sliders .slider .content h3 {
  color: #fff;
  font-size: 1.7rem;
  margin: 0;
  transition: all 0.3s;
}
#banners .banner-slider .sliders .slider .content p {
  margin: 0;
  color: #fff;
  font-size: 1.1rem;
}
#banners .banner-slider .sliders .slider .content.title {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  background: none;
}
#banners .banner-slider .sliders .slider .content.title h3 {
  font-size: 4rem;
}
#banners .banner-slider img {
  max-width: 100%;
}
#banners .banner-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  cursor: pointer;
  max-width: 20px;
}
#banners .banner-slider .slick-arrow.next {
  right: 25px;
}
#banners .banner-slider .slick-arrow.prev {
  left: 25px;
}
#banners .banner-slider.full {
  flex-basis: 100%;
  height: 70vh;
  max-width: 100%;
}
#banners .services {
  display: flex;
  flex-basis: 30%;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  #banners .services {
    flex-basis: 100%;
    margin-top: 20px;
  }
}
#banners .services .service {
  text-align: center;
}
#banners .services .service img {
  max-height: 70px;
}
#banners .services .service h3 {
  color: #000;
  margin: 0;
  font-size: 1.1rem;
}
#banners .services .service p {
  color: #707070;
  margin: 0;
  font-size: 0.9rem;
}

#chiffres {
  display: flex;
  padding: 10vh 3vw;
}

@media (max-width: 768px) {
  #chiffres {
    flex-direction: column;
  }
}
.chiffre {
  flex-basis: 33.333%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media (max-width: 768px) {
  .chiffre {
    margin-top: 40px;
  }
}
.chiffre h3 {
  width: 50%;
  color: #000;
  margin: 0;
  font-size: 2.5rem;
}

.chiffre .content-wrapper {
  width: 50%;
}

.chiffre p {
  color: #000;
  margin: 0;
  font-size: 1.2rem;
  text-align: left;
  font-weight: bold;
}

.chiffre p.small {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: normal;
}

#projects {
  padding: 10vh 0 10vh 3vw;
  background-color: #dedede;
}
#projects h2 {
  color: #000;
  font-size: 3rem;
  margin: 0 2vw;
}
@media (max-width: 768px) {
  #projects h2 {
    font-size: 2rem;
  }
}
#projects .project-slider {
  margin-top: 20px;
}
#projects .project-slider .sliders {
  display: flex;
  flex-wrap: wrap;
}
#projects .project-slider .sliders .slider {
  width: 380px !important;
  display: flex;
  flex-direction: column;
  padding: 0 5px;
  box-sizing: border-box;
}
#projects .project-slider .sliders .slider .project {
  width: 100%;
  padding-top: 75%;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
#projects .project-slider .sliders .slider .project .content {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  padding: 50px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.3s;
}
#projects .project-slider .sliders .slider .project .content h3 {
  color: #fff;
  font-size: 1.3rem;
  margin: 0;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  #projects .project-slider .sliders .slider .project .content h3 {
    font-size: 1rem;
  }
}
#projects .project-slider .sliders .slider .project:hover .content {
  height: 100%;
  background: rgb(242, 132, 38);
  background: linear-gradient(0deg, rgb(242, 132, 38) 0%, rgba(242, 132, 38, 0) 100%);
}
#projects .project-slider .sliders .slider .project:hover .content h3 {
  font-size: 2rem;
}

#about {
  padding: 10vh 5vw;
}
#about h2 {
  color: #000;
  font-size: 3rem;
  margin: 0;
}
@media (max-width: 768px) {
  #about h2 {
    font-size: 2rem;
  }
}
#about h3 {
  color: #000;
  font-size: 2rem;
  margin: 20px 0;
}
@media (max-width: 768px) {
  #about h3 {
    font-size: 1.5rem;
  }
}
#about p {
  color: #000;
  font-size: 1.5rem;
  margin: 20px 0;
}
@media (max-width: 768px) {
  #about p {
    font-size: 1.2rem;
  }
}

#universes {
  padding: 0vh 3vw 10vh;
  display: flex;
  gap: 20px;
  position: relative;
}
@media (max-width: 768px) {
  #universes {
    flex-direction: column;
  }
}
#universes .univers {
  flex-basis: calc(25% - 10px);
}
#universes .univers .image {
  width: 100%;
  padding-top: 140%;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
#universes .univers .image .content {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 100px 15px 15px 15px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  font-size: 1.2rem;
  line-height: 1;
}
#universes .univers .image .content p {
  display: block;
  max-height: 0;
  overflow: hidden;
  margin: 0;
  transition: all 0.8s;
  font-size: 1.1rem;
  line-height: 1.1;
}
@media (max-width: 768px) {
  #universes .univers .image .content p {
    max-height: 150px;
  }
}
#universes .univers .image:hover .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px 15px 15px 15px;
}
#universes .univers .image:hover .content p {
  max-height: 150px;
}
#universes:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #f28426;
  z-index: -1;
}
@media (max-width: 768px) {
  #universes:after {
    height: 60%;
  }
}

#clients {
  padding: 10vh 0 10vh 3vw;
  background-color: #f28426;
}
#clients h2 {
  color: #fff;
  font-size: 3rem;
  margin: 0 2vw;
}
@media (max-width: 768px) {
  #clients h2 {
    font-size: 2rem;
  }
}
#clients h3 {
  color: #fff;
  font-size: 1.3rem;
  margin: 10px 2vw;
}
#clients .client-slider {
  margin-top: 20px;
}
#clients .client-slider .sliders .slider {
  padding: 10px;
}
#clients .client-slider .sliders .slider .client {
  width: 100%;
  padding-top: 100%;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
}

#blogs {
  padding: 10vh 10vw;
}
#blogs h2 {
  color: #000;
  font-size: 3rem;
  margin: 0 2vw 10px;
}
@media (max-width: 768px) {
  #blogs h2 {
    font-size: 2rem;
  }
}
#blogs .blogs {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #blogs .blogs {
    flex-direction: column;
  }
}
#blogs .blogs .blog {
  background-color: #f0f0f0;
  flex-basis: 28%;
  border-radius: 30px;
  padding: 15px;
  position: relative;
  overflow: hidden;
}
#blogs .blogs .blog::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: rgba(242, 132, 38, 0.7);
  z-index: 1;
}
#blogs .blogs .blog .image {
  width: 100%;
  padding-top: 75%;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
#blogs .blogs .blog .content {
  text-align: center;
  transition: all 0.3s;
  z-index: 2;
}
#blogs .blogs .blog .content h3 {
  color: #000;
  font-size: 1.3rem;
  margin: 15px 0 2px;
}
#blogs .blogs .blog .content p {
  color: #000;
  font-size: 0.9rem;
  margin: 0;
}
#blogs .blogs .blog .content .action {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  justify-content: space-between;
  padding: 0 30px;
}
@media (max-width: 768px) {
  #blogs .blogs .blog .content .action {
    flex-direction: column;
    align-items: center;
  }
}
#blogs .blogs .blog .content .action .share {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  flex-basis: 30%;
  max-width: 80%;
}
#blogs .blogs .blog .content .action .read a {
  display: block;
  background-color: #f28426;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
}
@media (min-width: 768px) {
  #blogs .blogs .blog:hover::after {
    height: 100%;
  }
  #blogs .blogs .blog:hover .image {
    height: 100%;
    padding-top: 0;
  }
  #blogs .blogs .blog:hover .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }
  #blogs .blogs .blog:hover .content h3 {
    color: #fff;
  }
  #blogs .blogs .blog:hover .content p {
    color: #fff;
  }
  #blogs .blogs .blog:hover .content .action {
    flex-direction: column;
  }
  #blogs .blogs .blog:hover .content .action .share {
    display: none;
  }
  #blogs .blogs .blog:hover .content .action .read a {
    background-color: #fff;
    color: #f28426;
  }
}

#article {
  padding: 0 10vw 10vh;
}
#article .article {
  background-color: #f28426;
  border-radius: 30px;
  padding: 20px;
  display: flex;
}
@media (max-width: 768px) {
  #article .article {
    flex-direction: column;
  }
}
#article .article .image {
  flex-basis: 50%;
  padding-top: 30%;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  #article .article .image {
    padding-top: 100%;
  }
}
#article .article .content {
  flex-basis: 50%;
}
#article .article .content h2 {
  color: #fff;
  font-size: 2.5rem;
  margin: 0 2vw;
}
@media (max-width: 768px) {
  #article .article .content h2 {
    font-size: 2rem;
    margin: 10px 2vw 5px;
  }
}
#article .article .content h3 {
  color: #fff;
  font-size: 1.3rem;
  margin: 0 2vw;
  font-weight: 500;
}
@media (max-width: 768px) {
  #article .article .content h3 {
    font-size: 1.1rem;
    margin: 10px 2vw 0;
  }
}
#article .article .content p {
  color: #000;
  font-size: 1.2rem;
  margin: 10px 2vw 0;
}
@media (max-width: 768px) {
  #article .article .content p {
    font-size: 1rem;
  }
}
#article .article .content .action {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  justify-content: space-between;
  padding: 0 30px;
}
@media (max-width: 768px) {
  #article .article .content .action {
    flex-direction: column;
    align-items: center;
  }
}
#article .article .content .action .share {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  flex-basis: 30%;
  max-width: 100px;
}
#article .article .content .action .read a {
  display: block;
  background-color: #fff;
  color: #f28426;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
}

#contact {
  padding: 10vh 10vw;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  #contact {
    flex-direction: column;
  }
}
#contact .address {
  flex-basis: 50%;
}
#contact .address h2 {
  color: #000;
  font-size: 2rem;
  margin: 0;
}
#contact .address .row {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  align-items: center;
  margin: 40px 0;
  font-weight: bold;
  font-size: 1.1rem;
}
#contact .form {
  flex-basis: 50%;
}
#contact .form .container {
  background-color: #f0f0f0;
  padding: 40px;
  border-radius: 30px;
}
#contact .form .container .sub-title {
  color: #000;
  font-size: 1.1rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 768px) {
  #contact .form .container .sub-title {
    font-size: 1rem;
  }
}
#contact .form .container .title {
  color: #000;
  font-size: 2.1rem;
  font-weight: bold;
  margin: 5px 0 10px;
}
@media (max-width: 768px) {
  #contact .form .container .title {
    font-size: 1.8rem;
  }
}
#contact .form .container form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#contact .form .container form input,
#contact .form .container form textarea {
  padding: 5px;
  border: none;
  border-bottom: 1px solid #707070;
  font-size: 0.8rem;
  background-color: transparent;
}
#contact .form .container form input ::-moz-placeholder, #contact .form .container form textarea ::-moz-placeholder {
  color: #000;
  font-weight: 500;
}
#contact .form .container form input ::placeholder,
#contact .form .container form textarea ::placeholder {
  color: #000;
  font-weight: 500;
}
#contact .form .container form button {
  background-color: #f28426;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 30px;
  font-size: 1rem;
  cursor: pointer;
}
#contact .form .container .wpcf7-form p {
  margin: 0;
}

#attributes {
  padding: 10vh 10vw;
}
@media (max-width: 768px) {
  #attributes {
    padding: 5vh 5vw;
  }
}
#attributes h2 {
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 768px) {
  #attributes h2 {
    font-size: 1.3rem;
  }
}
#attributes .attributes {
  display: flex;
  justify-content: space-between;
  padding: 2vh 0;
}
@media (max-width: 768px) {
  #attributes .attributes {
    flex-direction: column;
    gap: 50px;
  }
}
#attributes .attributes .attribute {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-basis: 25%;
}
#attributes .attributes .attribute .image img {
  max-width: 100%;
  max-height: 100px;
}
#attributes .attributes .attribute .title {
  color: #f28426;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0 0 5px 0;
  text-align: center;
}
#attributes .attributes .attribute .value {
  color: #000;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
}

#navigation {
  padding: 10vh 10vw;
  display: flex;
  justify-content: space-between;
}
#navigation a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  text-transform: uppercase;
  color: #adadad;
  font-weight: 400;
  font-size: 1.2rem;
  text-decoration: none;
}
#navigation a img {
  max-height: 30px;
}
#navigation img {
  max-width: 80px;
}
@media (max-width: 768px) {
  #navigation {
    padding: 10vh 3vw;
  }
  #navigation > img {
    display: none;
  }
  #navigation a {
    font-size: 1rem;
    gap: 5px;
  }
  #navigation a img {
    max-height: 15px;
  }
}

.postheader {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 3vh 3vw;
}
@media (max-width: 768px) {
  .postheader {
    flex-direction: column;
  }
}
.postheader .image {
  width: 50%;
  padding-top: 30%;
  background-position: center;
  background-size: cover;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .postheader .image {
    width: 100%;
    border-radius: 20px;
    padding-top: 100%;
  }
}
.postheader .content {
  display: flex;
  flex-direction: column;
}
.postheader .content .title {
  font-size: 3rem;
  color: #000;
  font-weight: bold;
}
@media (max-width: 768px) {
  .postheader .content .title {
    font-size: 2rem;
  }
}
.postheader .content .subtitle {
  font-size: 2.5rem;
  margin: 10px 0;
  color: #fff;
}
@media (max-width: 768px) {
  .postheader .content .subtitle {
    font-size: 1.5rem;
  }
}

#comments {
  width: 1200px;
  margin: auto;
}
@media (max-width: 768px) {
  #comments {
    width: 95%;
  }
}
#comments form {
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
#comments form input[type=text], #comments form input[type=email] {
  flex-grow: 1;
  height: 30px;
  padding: 10px 30px;
  border-radius: 50px;
  border: 1px solid #adadad;
  background-color: #f5f5f5;
  position: relative;
  font-size: 1.1rem;
  line-height: 1.1rem;
  outline: none;
}
#comments form input[type=text]::-moz-placeholder, #comments form input[type=email]::-moz-placeholder {
  color: #adadad;
  font-size: 1.1rem;
}
#comments form input[type=text]::placeholder, #comments form input[type=email]::placeholder {
  color: #adadad;
  font-size: 1.1rem;
}
#comments form textarea {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #adadad;
  background-color: #f5f5f5;
  position: relative;
  font-size: 1.1rem;
  line-height: 1.1rem;
  outline: none;
  height: 150px;
  padding: 15px 10px;
  resize: none;
}
#comments form textarea::-moz-placeholder {
  color: #adadad;
  font-size: 1.1rem;
}
#comments form textarea::placeholder {
  color: #adadad;
  font-size: 1.1rem;
}
#comments form label {
  width: 100%;
  color: #575757;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#comments form label input[type=checkbox] {
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
#comments form #submit {
  background-color: #f28426;
  color: #fff;
  padding: 15px 30px;
  border: none;
  border-radius: 30px;
  font-size: 1.2rem;
  cursor: pointer;
}
#comments form .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

#post {
  padding: 10vh 6vw;
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  #post {
    flex-direction: column;
    padding: 5vh 5vw;
  }
}
#post .content {
  flex-basis: 70%;
  flex-grow: 1;
}
#post .content p {
  color: #000;
  font-size: 1.1rem;
}
#post .sidebar {
  width: 30%;
  max-width: 300px;
}
@media (max-width: 768px) {
  #post .sidebar {
    width: 100%;
    max-width: none;
  }
}
#post .sidebar .content {
  background-color: #f0f0f0;
  border-radius: 30px;
  padding: 30px;
}
@media (max-width: 768px) {
  #post .sidebar .content {
    padding: 20px;
  }
}
#post .sidebar form {
  position: relative;
}
#post .sidebar form input[type=text] {
  width: calc(100% - 70px);
  height: 30px;
  padding: 10px 50px 10px 20px;
  border-radius: 50px;
  border: 1px solid #707070;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.2rem;
  outline: none;
}
#post .sidebar form input[type=text]::-moz-placeholder {
  color: #adadad;
  font-size: 1.2rem;
}
#post .sidebar form input[type=text]::placeholder {
  color: #adadad;
  font-size: 1.2rem;
}
#post .sidebar form::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/search.svg);
}
#post .sidebar h3 {
  color: #000;
  font-size: 1.2rem;
  margin: 20px;
}
#post .sidebar ul {
  padding: 0;
  color: #000;
  margin: 20px;
}
#post .sidebar ul li {
  list-style: none;
  margin: 5px 0;
}
#post .sidebar ul li a {
  color: #707070;
  text-decoration: none;
  font-size: 0.9rem;
}
#post .sidebar ul li a:hover {
  color: #f28426;
}
#post .sidebar .social {
  display: flex;
  gap: 15px;
}
#post .sidebar .social li {
  list-style: none;
  transition: all 0.5s;
}
#post .sidebar .social li:hover {
  transform: translateY(-5px);
}
#post .sidebar .social li:hover a img {
  opacity: 1;
}
#post .sidebar .social li a {
  text-decoration: none;
}
#post .sidebar .social li a img {
  height: 25px;
  opacity: 0.5;
}
#post #navigation {
  padding: 5vh 0vw;
}
#post #comment {
  padding: 5vh 0;
}
#post #comment form {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
#post #comment form input[type=text] {
  flex-grow: 1;
  height: 30px;
  padding: 10px 30px;
  border-radius: 50px;
  border: 1px solid #adadad;
  background-color: #f5f5f5;
  position: relative;
  font-size: 1.1rem;
  line-height: 1.1rem;
  outline: none;
}
#post #comment form input[type=text]::-moz-placeholder {
  color: #adadad;
  font-size: 1.1rem;
}
#post #comment form input[type=text]::placeholder {
  color: #adadad;
  font-size: 1.1rem;
}
#post #comment form textarea {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #adadad;
  background-color: #f5f5f5;
  position: relative;
  font-size: 1.1rem;
  line-height: 1.1rem;
  outline: none;
  height: 150px;
  padding: 15px 10px;
  resize: none;
}
#post #comment form textarea::-moz-placeholder {
  color: #adadad;
  font-size: 1.1rem;
}
#post #comment form textarea::placeholder {
  color: #adadad;
  font-size: 1.1rem;
}
#post #comment form label {
  width: 100%;
  color: #575757;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#post #comment form label input[type=checkbox] {
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
#post #comment form button {
  background-color: #f28426;
  color: #fff;
  padding: 15px 30px;
  border: none;
  border-radius: 30px;
  font-size: 1.2rem;
  cursor: pointer;
}

.wp-block-gmap-gmap-block {
  padding: 3vh 10vw;
}
.wp-block-gmap-gmap-block iframe {
  border-radius: 30px;
}

#footer {
  padding: 10vh 10vw 3vh;
  background-color: #dedede;
}
#footer .section-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #footer .section-top {
    flex-direction: column;
  }
}
#footer .section-top img {
  margin: 0 30px 0 0;
}
#footer .sections {
  display: flex;
}
@media (max-width: 768px) {
  #footer .sections {
    flex-direction: column;
  }
}
#footer .sections .section {
  flex-basis: 30%;
  color: #000;
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#footer .sections .section h3 {
  color: #000;
  font-size: 1.1rem;
  margin: 30px 0 5px;
}
#footer .sections .section a {
  color: #000;
  font-size: 0.9rem;
  text-decoration: none;
}
#footer .sections .section a:hover {
  text-decoration: underline;
}
#footer .sections .section .social {
  display: flex;
  gap: 15px;
}
#footer .sections .section .social li {
  list-style: none;
  transition: all 0.5s;
}
#footer .sections .section .social li:hover {
  transform: translateY(-5px);
}
#footer .sections .section .social li a {
  text-decoration: none;
}
#footer .sections .section .social li a img {
  height: 25px;
}/*# sourceMappingURL=style.css.map */