/*@todo global*/
body {
    font-family: 'Outfit', sans-serif;
    overflow-x: hidden;

}
a{
    text-decoration: none;
    cursor: pointer;
}
p{
    font-weight: 400;
}

.bouton1,.bouton2,.boutonB,.boutonFooter,.boutonTarifs{
    padding:8px 20px;
    border-radius:15px;
    border:none;
}

.boutonClient,.boutonBlog{
    padding:8px 20px;
    border-radius:15px !important;
    border: 2px solid !important;
}

.ariane, .ariane > div, .ariane > a, .ariane svg, .ariane span {
    font-size: 0.8rem;
    color: #000;
}
.ariane {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 4px;
}

.traitVerticaleRouge{
    text-align: center;
    width:5%;
    margin:2rem auto;
    background-color:red;
    border-radius:10px;
    height:3px;
    opacity:1;
    border:0;
}

.chevron-droite {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #e53939;
    border-right: 2px solid #e53939;
    transform: rotate(45deg);
    margin-right: 8px;
    vertical-align: middle;
}
.chevron-droite-bleu{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #2A3D86FF;
    border-right: 2px solid #2A3D86FF;
    transform: rotate(45deg);
    margin-right: 8px;
    vertical-align: middle;
}

.service-item {
    z-index:2;
    background-color: #f3f6fb;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}

.service-item img {
    width: 80px;
    margin-bottom: 10px;
}

.service-item p {
    margin: 0;
    color: #6a7c99;
    font-weight: bold;
}

.numero {
    top: -40px;
    right: 53px;
    z-index: 10;
}

.animations {
    width: 130px;
    height: auto;
    overflow: hidden;
}

@media (max-width: 1999px) {
    .positionnementAnimations {
        display: flex;
        justify-content: center;
    }
}
.positionnementCard{

    @media (min-width: 530px) and (max-width: 569px) {
        width:30rem;
    }

    @media (min-width: 400px) and (max-width: 570px) {
        width:23rem;
    }
}

.accordion-item, .accordion-button {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}
.borderBlanc{
    border: 3px solid white;
    border-radius: 5px;
    padding:15px;
}

.IconeEtudeCas, .titreRouge{
    display: flex;
    justify-content: center;
}
.accordion-button::after {
    background-image: none !important;
}
.fleche-custom {
    transition: transform 0.3s ease;
}

/* Quand le bouton est ouvert, on fait pivoter la flèche */
.accordion-button:not(.collapsed) .fleche-custom {
    transform: rotate(180deg);
}

.accordion-button::after {
    display: none !important;
}

.fleche-custom {
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed) .fleche-custom {
    transform: rotate(180deg);
}

.accordion-button:not(.collapsed) .fw-bold {
    color: #E94B52 !important;
}

.imageAccordion{
    height:50px;
    width: 50px;
}

.accordion-button:not(.collapsed) strong {
    color: #E94B52 !important;
}

.btn-secondary{
    color: #243d8b !important;
}


.btn-secondary:hover{
    color: #243d8b !important;
}