[target=_blank]:after {
    content: none;
    background: white;
}

.fr-accueil-bienvenue{
    width: 100%;
    padding: 2rem 4rem 2rem 4rem;
}

strong {
	font-weight: bold !important;
}

.fr-accueil-text, .fr-accueil-text * {
    font-size: 30px !important;
    line-height: 47px !important;
    color: var(--fgv-text-color) !important;
}

.fr-accueil-img{
    text-align: right;
    height: 20.36rem;
    margin-top: -4rem;
}
.fr-accueil-bienvenue_img{
    position: relative;
    width: 25rem;
    float: right;
    margin-right: 5%;
    z-index: 2;

}

.fr-acceder-espace{
    text-align: left;
    display: block;
    background: var(--secondary-color);
    padding: 2rem 4rem 2rem 4rem;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: -16%;
    min-height: 19rem;
}

.fr-accueil-espace{
    text-transform: uppercase;
    font-size: 30px;
}

.fr-accueil-description, .fr-accueil-description *{
    font-size: 15px !important;
}
.h1-without-format {
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.5rem;
    margin: var(--text-spacing);
}

.h3-without-format {
    font-size: 1rem;
    letter-spacing: normal;
    line-height: 1.5rem;
}

.fr-accueil-bouton{
    background-color: #046BAF !important;
}

.fr-services-externes {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.fr-services-externes-text{
    margin-left: 5rem;
    margin-top: -8rem;
    height: 2rem;
    background: white;
}
.fr-services-externes-text h2{
    font-weight: bold;
    font-size: 28px;
    line-height: 1.5rem;
}
.circle{
    border-radius: 50%;
    height: 12.75rem;
    width: 12.75rem;
    border: 2px solid var(--secondary-color);
}
.fr-services-externes-circle {
    min-width: 316px;
    height: 205px;
}
.fr-services-externes-links{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.fr-services-externes-card{
    width: 300px;
    background-image: none;
}
.fr-services-externes-card::after{
    display: none;
}
.fr-links_img_contanier {
    height: 12.5rem;
    overflow: hidden;
    margin-bottom: 1rem;
}
.fr-links_img{
    width: 100%;
}

.fr-services-externes-card-titre, .fr-services-externes-card-titre *{
    font-size: 18px;
    font-weight: bold;
    color: #046BAF;
    margin: 0 0 16px;

}

.fr-services-externes-card-desc, .fr-services-externes-card-desc *{
    font-size: 16px;
    font-weight: 400;
    color: var(--fgv-gray-text);
    margin: 0 0 16px;
}

.fr-footer{
    margin-top: 2rem;
}

.q-separator--horizontal {
    height: 1px;
    padding: 0;
}

@media screen and (max-width: 1075px) {
    .fr-accueil-bienvenue_img {
        position: relative;
        margin-top: 1rem;
        margin-bottom: 1rem;
        width: 15rem;
        margin-right: 3%;
    }
    .fr-acceder-espace {
        margin-top: -30%;
    }
}

@media screen and (max-width: 768px) {
    .fr-services-externes {
        padding: 0;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.fr-header__navbar .fr-btn--menu {
    right: 1rem;
    top: 2rem;

}
