/*
Theme Name: BordoBuro
Author: Ideal Comm - Lucas
Author URI: https://idealcomm.fr
Description: Thème WordPress avec Full Site Editing (FSE) personnalisé pour BordoBuro.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bordoburo
Tags: full-site-editing, block-theme, responsive
*/

.alignwide {
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
}

.mainMenu .current-menu-item a {
  color: var(--wp--preset--color--accent-1) !important;
  font-weight: 600;
}
.footer__contactsItem {
  position: relative;
  width: fit-content;
}

.footer__contactsItem img {
  min-width: 30px;
}
.footer__contactsItem:hover a {
  color: var(--wp--preset--color--accent-1);
}

.footer__contactsItem a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.maintitle__title {
  width: max-content;
  margin-inline: auto;
}
.maintitle__title span {
  display: block;
  font-size: 3.073vw;
}
.maintitle__title span:nth-child(2) {
  transform: translateX(10%);
  white-space: nowrap;
}
.maintitle__title span strong {
  text-transform: uppercase;
  font-size: 6.146vw;
}

@media screen and (max-width: 1595px) {
  .wp-site-blocks {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

@media screen and (max-width: 768px) {
  .footer__logo {
    width: 50%;
  }
  .footer__logo .wp-block-site-logo {
    max-width: none;
    width: clamp(50px, 43.077vw, 250px);
  }
  .footer__contacts {
    order: 3;
    margin-top: 2.063rem !important;
    margin-bottom: 3.375rem !important;
  }
  .footer__contacts .wp-block-group {
    max-width: none;
  }
  .footer__socials {
    width: 25%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .footer__socials .wp-block-image {
    max-width: none;
    margin: 0 0 0 clamp(22px, 5.641vw, 30px) !important;
  }
  .footer__socials .wp-block-image:nth-child(1) {
    margin: 0 !important;
  }
  .footer__socials img {
    width: clamp(22px, 5.641vw, 30px) !important;
  }
}

@media screen and (max-width: 350px) {
  .footer__contacts,
  .footer__logo {
    width: 100%;
  }
  .footer__socials {
    width: 50%;
    justify-content: flex-start;
  }
  .footer__logo .wp-block-site-logo {
    width: 100%;
  }
  .wp-site-blocks {
    padding-left: 25px;
    padding-right: 25px;
  }
}
