.mobile-menu {display: none;}

.mobile-menu .submenu {
    display: none;
    list-style: none;
    padding-left: 15px;
}

.mobile-menu .accordion-toggle {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    margin-left: 10px;
}

.mobile-menu .menu-item.has-children {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 480px) {
    .mobile {
        display: none !important;;
    }
}

@media (max-width: 480px) {
    .notmobile {
        display: none !important;
    }

}

.reparemonphone-service {
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
}

.rmp-intro {
    text-align: center;
    margin-bottom: 40px;
}

.rmp-intro h2 {
    font-size: 1.8em;
    color: #333;
    margin-bottom: 10px;
}

.rmp-intro p {
    font-size: 1.2em;
    color: #555;
}

#rmp-swiper {
    padding-bottom: 40px;
}

#rmp-swiper .swiper-slide {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    padding: 20px;
    text-align: center;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: transform 0.3s ease;
}

#rmp-swiper .swiper-slide:hover {
    transform: translateY(-5px);
}

.rmp-step-number {
    background-color: #4CAF50;
    color: white;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    margin: 0 auto 15px;
    font-size: 1.5em;
    font-weight: bold;
}

#rmp-swiper .swiper-slide h3 {
    color: #4CAF50;
    margin-bottom: 10px;
}

#rmp-swiper .swiper-slide p {
    color: #555;
    font-size: 0.95em;
    line-height: 1.4;
}
#homeSlide {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 15px 0;
}

#homeSlide img {
    width: 100%; height: 100%; object-fit: cover;
}

#homeSlideMobile {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 15px 0;
}

#homeSlideMobile img {
    width: 100%; height: 100%; object-fit: cover;
}

.pre-footer {
    margin : -70px auto 110px auto;
}

.pre-footer-intro {
    margin: -180px auto 0 auto;text-align: center;
}

@media (max-width: 480px) {
    #firstprefoot {
        padding-top: 90px;
    }
}

.pre-footer i.icon {
    width: 40%;
}


.pre-footer strong {
    color: #fff;
}

.pre-footer-intro, .pre-footer-intro p, .pre-footer-intro h2 {
    color: #fff;
    font-weight: bold;
}

.inconfooter img {
    width: 28px;
}

.inconfooter {
    margin: 0 5px;
}

.lienfooter p a {
    color: rgba(255, 255, 255, 0.5);
}
/* Conteneur pour la carte */
.map-container {
    position: relative;
    width: 100%; /* S'ajuste à la largeur de son parent */
    height: 0;
    padding-bottom: 56.25%; /* 16:9 ratio (450px/600px) */
    overflow: hidden;
    max-width: 100%; /* Garantir que la largeur ne dépasse pas 100% */
}

/* Iframe à l'intérieur du conteneur */
.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* L'iframe prend toute la largeur du conteneur */
    height: 100%; /* L'iframe prend toute la hauteur calculée par padding-bottom */
    border: 0; /* Retirer la bordure de l'iframe */
}
@media (max-width: 480px) {
    .pusher > #menu {
        background: linear-gradient(to right,
        #276236 0%,  /* Vert foncé */
        #1E8641 25%,  /* Vert plus foncé */
        #206494 50%,  /* Bleu-vert plus sombre */
        #25398E 100%   /* Bleu foncé */
        ) !important;
    }

    #logoheader {
        float: left;
        margin: 20px 0 0 20px;
        width: 140px;
    }

    .mobile-menu {
        float: right;
        margin: 10px 10px 10px 0;
    }

    #sylius-cart-button {
        padding: 5px !important;
        margin: 28px 10px 10px 10px;
        float: right;
    }
    #sylius-account-button {
        padding: 5px !important;
        margin: 28px 10px 10px 10px;
        float: right;
    }

    #menuaccordeonmobile {
        color: #fff;
        font-weight: bold;
        float: right;
        margin: 20px 15px 10px 10px;
        text-decoration: none;
        font-size: 30px;
        text-align: center;
        line-height: 21px;
    }

    #menuaccordeonmobile span {
        color: #fff;
        font-size: 12px;
    }
}

#menu #sylius-cart-button .cart.icon {color: #fff !important;}

#rmp-swiper video {
    width: 100px;
    margin: 0 auto;
}

@media (min-width: 480px) {
    .pusher > #menu {
        background: linear-gradient(to right,
        #276236 0%,  /* Vert foncé */
        #1E8641 25%,  /* Vert plus foncé */
        #206494 50%,  /* Bleu-vert plus sombre */
        #25398E 100%   /* Bleu foncé */
        ) !important;
        width: 100% !important;
        padding: 0 5%;
    }
}

.taxonscontent .containerImage img {
    width: 100px;
}

#columnimgprod .ui.fluid.image {
    max-width: 150px;
    margin: 0 auto;
}

#menu .styletitle {
    text-transform: none;
}

#footer .ui.container {
    margin-top:-100px !important;
    padding: 1em 4em 0.5em 4em !important;;
}

#footer {
    padding: 1em 4em 0.5em 4em !important;;
}

.ui.inverted.link.list .item, .ui.inverted.link.list a.item, .ui.inverted.link.list .item a:not(.ui), .lienfooter p a {
    color: #fff;
}
#copyright {color: #000;}


.choixReparationBox {
    padding: 20px 0;
    border-bottom: 4px solid transparent;
    border-image: linear-gradient(0.25turn, #25398E, #5296D5, #65C97A);
    border-image-slice: 1;
}

.content_choix_opt.choixcouleurcontent {
    padding: 25px;
}

.choixcouleur {
    padding: 5px 0;
}

.explicationRepa {
    padding: 30px;
}

.nomrepa {
    font-size: 24px;
    font-weight: bold;
}

.content_choix_opt .choixcouleur .boxcouleur {
    margin: 0 auto;
}

.content_choix_opt .choixcouleur p {
    text-align: center;
}

.content_choix_opt {
    border-top: 4px solid transparent;
    border-image: linear-gradient(0.25turn, #25398E, #5296D5, #65C97A);
    border-image-slice: 1;
    padding: 10px 0 0 0;
}

.content_choix_opt .choixcouleur .boxcouleur {
    border: 3px solid #000;
}

.contentTextProdMarque a,
*:not(i),
.ui,
.ui.header {
    font-family: "Poppins", "GothamBook", "GothamBookItalic", sans-serif !important;
    color: #000;
}

.choixReparationBox .checkbox-container {
    height: 70px;
}
.checkbox-container {
    display: flex;
    align-items: center; /* Centre verticalement */
    justify-content: center; /* Centre horizontalement */
    height: 100%; /* S'assurer que le conteneur a une hauteur définie */
}
@media (min-width: 480px) {
    #contentimgresum { position: fixed;width: 10%; }
    #contentimgclassique { width: 10%; }
}

#summary {
    margin-top:30px;
}

#summary strong, #summaryMobile strong {
    font-size: 24px;
}

#summaryMobile {
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    padding: 15px 15px 45px 15px;
    width: 100%;
    z-index: 999;
}

.ui.dividing.header {
    border-bottom: none;
    text-align: center;
}

.ui.segment {
    border:none;
    box-shadow: none;
    padding: 0;
    margin:0;
}


.image-container {
    position: relative;
    display: inline-block;
}

.image-container img {
    display: block;
    width: 100%;
    height: auto;
}

.image-container::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140%; /* 5% de plus de chaque côté = 110% */
    height: 124%;
    background: url('/build/app/shop/images/encadrement.png') no-repeat center center;
    background-size: contain;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

@media (max-width: 480px) {
    #contentimgresum {
        margin: 7% 0;
    }
    #contentimgclassique {
        margin: 7% 0;

    }
}

#contentimgclassique img {
    width: 100%;
    display: inline-block;
}

.content_choix_opt label {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    line-height: 1 !important;
}

.password-container {
    position: relative;
}

#togglePassword {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
    background: none;
    font-size: 16px;
}

#summaryMobile ul {
    max-height: 100px;overflow-x: scroll;
}

.pictoRepa {
    text-align: center;align-content: center;
}
.pictoRepa img {
    width: 100%;
}

.priceReco {text-align: center;}

.menu-item {margin: 20px;}
.mobile-menu {text-align: center;width: 100%}
