/**
 * Theme Name: SofiPeche
 * Template:   twentytwentyfive
 */
 
 
.no-gap{
    gap: 0 !important;
} 
 
 .language-switcher {
  display: flex;
  flex-direction: column; 
  gap: 0px;
  align-items: flex-start;
}

.language-switcher .lang-item {
  text-decoration: none;
  font-weight: normal;
  color: rgb(22, 27, 68) !important;
  font-size: 0.75rem;
}

.language-switcher .lang-item.current {
  text-decoration: underline;
  font-weight: bold;
}

footer.wp-block-template-part{
    margin-block-start: 0rem !important;
}

.form-control{
    border-radius: 0rem !important;
}

.col-form-label{
    font-size: 1.2rem !important;
}

.wpcf7-submit + .wpcf7-spinner {
  display: block;
  margin-top: 0.5rem;
  margin-left: 0; /* retire l'espace par défaut */
}

.form-btn-custom{
border-radius: 0px !important;
    background-color: rgb(22, 27, 68) !important;
    border: solid 1px rgb(22, 27, 68) !important;
    color: white !important;
    font-size: 1rem;
    padding: 0.5rem 1rem;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output{
    font-size: 0.75rem !important;
}

.square-end::after {
    content: "";
    display: inline-block;
    height: 1.25rem;
    width: 1.25rem;
    background-color: #e04c15;
    margin-left: 0.5rem;
    margin-top: -10px;
    position: absolute;
}

.wp-block-navigation .wp-block-navigation-item__label::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url('./assets/images/picto.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.5rem;
  vertical-align: middle;
  margin-top: -5px;
}


/* Responsive */
@media screen and (max-width: 768px) {
    .carousel-image{
        height: 45vh;
    }
    .carousel-hide-prev .carousel-image-wrapper{
        padding-right: 0rem;
    }
    .carousel-hide-next .carousel-image-wrapper{
        padding-left: 0rem;
    }
}
