.section-footer {
    margin-top: 0 !important;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 21px;
}

.img-fixe {
    width: 100%;
    height: 670px;
    object-fit: cover;
}



@media (max-width: 600px) {
    .img-fixe {
        height: 620px !important;
    }
}

.icons-gamme {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.icons-gamme img {
    width: 80%;
}

.grey-border-color {
    border: 1px solid #b1b1b1;
}

.main-background-color {
    background-color: #3E8CECFF;
}

.main-border-color {
    border: 1px solid #3E8CECFF;
}

.rounded-custom {
    border-radius: 2rem;
}

.main-color-transparent {
    color: #3E8CECFF94;
}

.top-left-custom {
    top: 100px;
    left: 25%;
}

.p-custom-after-absolute {
    padding: 53rem 1.5rem 4rem 1.5rem !important;
}


@media (max-width: 600px) {
    /*.top-left-custom {
        top: 450px;
        left: 0;
    }*/

    .p-custom-after-absolute {
        padding: 59rem 1.5rem 4rem 1.5rem !important;
    }

    /*.custom-direction {
        flex-direction: column;
    }*/
}

.border-radius-top-70 {
    border-radius: 70px 70px 0 0;
}

.fs-075 {
    font-size: .75rem;
}

.span-click {
    padding: 6px 10px;
    background-color: #e9e9e9;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
}

.span-active {
    background-color: #5b5b5b;
    color: white;
}


.collapse-arrow {
    color: #3E8CECFF;
    text-decoration: underline;
    font-size: 15px;
}

.padding-card {
    padding: 0 1rem;
}

@media (max-width: 991px) {
    .padding-card {
        padding: 0;
    }

    .span-click {
        font-size: 8px !important;
    }
}

/* Par défaut, une étoile est en gris,
   avec un padding et un curseur en forme de main. */
.fa-star {
    color: gray;
    cursor: pointer;
    padding: 0.0625rem;
}

/* Si elle porte en plus la classe '.gold', elle sera en jaune. */
.fa-star.gold {
    color: #ffdc0f;
}

/* Le parent global '.rating' positionne le groupe des étoiles et le lien en colonne */
.rating {
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
}

/* Le groupe '.stars' positionne les étoiles
     les unes à côté des autres sans espacements. */
.stars {
    display: inline-flex;
    align-items: flex-start;
}

.p-custom-card {
    padding: 5rem 1.5rem 4rem 1.5rem;
}

.img-mobile {
    width: 255px !important;
}

@media (max-width: 600px) {
    .p-custom-card {
        padding: 5rem 1rem 4rem 1rem;
    }

    .img-mobile {
        width: 130px !important;
    }

    .pc {
        display: none;
    }

    .mobile {
        display: inline !important;
    }
}

.mobile {
    display: none;
}

/**
    MENU
 */
.span-form-menu p span {
    padding: 6px 10px;
    background-color: #ff6e6e;
    font-weight: bold;
    color: white;
    font-size: 14px;
}

.num-menu>span {
    width: 30px;
    height: 30px;
}

.border-radius-25px {
    border-radius: 25px;
}

.border-radius-50 {
    border-radius: 50%;
}

.span-active-menu p span {
    background-color: #ff3131;
}

/**
    FORM
 */
.modele_select {
    transition: transform .3s;
}

.modele_select:hover {
    border: 2px solid #12c36e;
    background-color: #7fdfb1;
    transform: scale(1.2);
}

.modele_select:has(>input[type="radio"]:checked) {
    border: 2px solid #12c36e;
    background-color: #7fdfb1;
}

.input-radio-img {
    transition: transform .3s;
}

.input-radio-img:hover {
    border: 2px solid #12c36e;
    background-color: #7fdfb1;
    transform: scale(1.2);
}

.input-radio-img:has(>input[type="radio"]:checked) {
    border: 2px solid #12c36e;
    background-color: #7fdfb1;
}

.span-active-form {
    border: 2px solid #12c36e;
    background-color: #7fdfb1;
    transform: scale(1.2);
}

.p-1-0 {
    padding: 0 0 1rem 0;
}

.p-10px {
    padding: 10px;
}

.p-20px {
    padding: 20px;
}

.bg-d9 {
    background-color: #d9d9d9;
}

.color-black {
    color: black;
}

.border-bottom-black {
    border-bottom: 2px solid black;
}