/* Début Importation Polices */

@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('../fonts/Gotham-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('../fonts/Gotham-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Black';
    src: url('../fonts/Gotham-Black.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Fin Importation Polices */

/* Début Header */

header {
    background-color: #4A4FCE;
    border-bottom: 2px solid #4A4FCE;
    padding: 20px;
    text-align: center;
}

header img {
    max-width: 100%;
}

.img-header-radius {
    width: 100%;
    position: relative;
    top: -5px;
    left: -1px;
    margin-bottom: 100px;
}

/* Fin Header */

/* Début Elements globaux */

body {
    background-color: #F1EEF8;
    text-align: center;
}

ul {
    text-align: center;
}

ul li {
    margin-bottom: 100px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Gotham-Medium;
}

li img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

li a {
    text-decoration: none;
    background-color: white;
    padding: 20px;
    width: 100%;
}

.bubble-icon {
    width: 150px;
    height: 120px;
    background-color: #4A4FCE;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    right: -50px;
}

.bubble-icon img {
    width: 80%;
    height: 70%;
    object-fit: cover;
}

.question-title {
    color: #4A4FCE;
    font-size: 50px;
    margin-bottom: 100px;
    font-family: Gotham-Book;
    line-height: 1.5;
}

.embeded-question-title {
    color: white;
    font-size: 50px;
    margin-bottom: 50px;
    font-family: Gotham-Book;
    line-height: 1.5;
}

.bubble-question-title {
    color: white;
    font-size: 50px;
    margin-bottom: 50px;
    font-family: Gotham-Book;
    line-height: 1.5;
}

.bubble-div {
    background-color: #4A4FCE;
    padding: 20px;
    width: 80%;
    margin: auto;
    border-radius: 90px;
    margin-bottom: 100px;
}

.pagination {
    margin-top: 50px;
}

footer img {
    width: 35%;
}

/* Fin Elements globaux */

/* Début Page choix Service */

#servicesContainer {
    max-width: 80%;
    margin: auto;
}

#servicesContainer li {
    color: #4A4FCE;
    font-size: 35px;
    padding: 20px 10px;
    border-radius: 20px;
}

#servicesContainer li a {
    padding: 40px;
    border-radius: 20px 40px 40px 20px;
}

#servicesContainer li a {
    color: #4A4FCE;
}

/* Fin Page choix Service */

/* Début Page choix Departement */

#departementInput {
    height: 100px;
    width: 60%;
    font-size: 50px;
    text-align: center;
    padding: 0;
    margin-bottom: 100px;
}

.brand-image {
    margin-bottom: 100px;
}

/* Fin Page choix Departement */

/* Début Page choix Typologie */

#typologieContainer {
    max-width: 80%;
    margin: auto;
}

#typologieContainer li {
    display: block;
    font-family: Gotham-Black;
    font-size: 70px;
    margin-bottom: 100px;
    border: 3px solid #4A4FCE;
    padding: 35px;
    border-radius: 90px;
    color: #4A4FCE;
    background-color: #F1EEF8;
}

#typologieContainer li a {
    background-color: transparent;
}

/* Fin Page choix Typologie */

/* Début Page SAV */

.bubble-div-white {
    background-color: white;
    padding: 20px;
    padding-top: 0px;
    width: 90%;
    margin: auto;
    border-radius: 90px;
    margin-bottom: 100px;
}

.bubble-question-title-sav {
    color: white;
    font-size: 50px;
    font-family: Gotham-Bold;
    line-height: 1.5;
    background-color: #B5B8F3;
    width: 80%;
    margin: auto;
    border-radius: 0px 0px 90px 90px;
    padding: 20px 0;
}

.contact {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 20px;
}

.avatar {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-right: 25px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.contact-info h3 {
    color: #4A4FCE;
    font-size: 40px;
    font-family: Gotham-Bold;
}

.contact-info p {
    margin: 5px 0;
    font-size: 35px;
    font-family: Gotham-Book;
}

.contact-info p strong {
    margin: 5px 0;
    font-size: 35px;
    font-family: Gotham-Medium;
}

#savContainer {
    margin: 50px 0 100px 0;
}

/* Fin Page SAV */

/* Début Footer */

footer {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
}

footer p {
    color: #4A4FCE;
    font-size: 45px;
    font-family: Gotham-Light;
}

.back-to-home {
    width: 65%;
}

/* Fin Footer */