/**
 * Theme Name: SofiPeche
 * Template:   twentytwentyfive
 */
 
 
.no-gap{
    gap: 0 !important;
} 

.mark, mark{
    padding: 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;
    background-color: #e9e9e9 !important;
    border: solid 1px #e9e9e9 !important;
    font-family: var(--wp--preset--font-family--din-ot) !important;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #000 !important;
    opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000 !important;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000 !important;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000 !important;
    opacity: 1;
}

.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(0, 0, 0) !important;
    border: solid 1px rgb(0, 0, 0) !important;
    color: white !important;
    font-size: 12px;
    padding: 0.5rem 1rem;
    letter-spacing: 1px;
}

.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;
}
*/

.wp-block-navigation .wp-block-navigation__container li {
    position: relative;
    padding-left: 12px !important;
    min-height: 24px; /* hauteur minimale identique */
    display: flex;
    align-items: center; /* centre verticalement le texte */
    margin-right: 20px;
}

.wp-block-navigation__container li::before {
    content: "|";
    position: absolute;
    left: 0;
    color: #E04C15; /* couleur du pipe */
    font-size: 22px;   /* ↑ augmente la hauteur du trait */
    line-height: 1;    /* garde la barre bien collée au texte */
}

li.text-decoration-none a{
    text-decoration: none;
}

.carousel-caption{
    font-family: var(--wp--preset--font-family--gotham-thin) !important;
    bottom: -35px !important;
    left: 70px !important;
    text-align: left !important;
}

.carousel-caption h5{
    font-size: 12rem !important;
    text-transform: uppercase !important;
    line-height: 13rem;
}

.baseline-img{
    top: 5%;
    right: 5%;
}


/* Responsive */
@media screen and (max-width: 768px) {
    .carousel-image{
        width: 100%;
        height: auto;
        object-fit: contain;
        margin-top: 0px;
    }
    
    .carousel-hide-prev .carousel-image-wrapper{
        padding-right: 0rem;
    }
    .carousel-hide-next .carousel-image-wrapper{
        padding-left: 0rem;
    }

    .carousel-caption h5{
        font-size: 3rem !important;
        text-transform: uppercase !important;
        line-height: 3rem;
    }

    .baseline-img{
width: 50%;
    }
}


@media screen and (max-width: 1435px) {
    .carousel-image{
        /* height: 45vh; */
        height: auto;
        object-fit: fill;
    }
}
