*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    cursor: pointer;
    border: none;
    background: none;
}

ul {
    list-style: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}


/*Header*/

.top_header {
    padding: 20px 30px;
    text-align: center;
}

.top_header span {
    font-size: 18px;
}

.main_layer {
    overflow: hidden;
}

.hero {
    background-image: url("../images/orizon_bg.png");
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero_personnel {
    height: 550px;
}

.hero_wrapper {
    padding-inline: 50px;
}

.header_fixed_sticky {
    background-color: #fff;
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .05);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .05);
    height: 60px;
    position: absolute;
    top: -70px;
    -webkit-transition: top .6s ease-in-out;
    transition: top .6s ease-in-out;
    width: 100%;
    z-index: 999;
}

.header_fixed_sticky_show {
    position: fixed;
    top: 0;
}

.header_fixed>.sticky_header_container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: space-between;
    min-height: 60px;
    padding-inline: 100px;
}

.sticky_header_logo {
    max-width: 120px;
}

.header_fixed .sticky_wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.sticky_nav_list {
    display: flex;
    align-items: center;
}

.sticky_nav_item+.sticky_nav_item {
    margin-left: 20px;
}

.sticky_btn_dmd {
    border: solid 1px #171717;
    padding: 10px 15px;
    border-radius: 10px;
}

.sticky_btn_log {
    padding: 10px 15px;
    border-radius: 10px;
    background: #9776dd;
}

.sticky_nav_item a:hover {
    border-bottom: solid 1px #2947E3;
}

.sticky_btn_dmd:hover {
    border: 1px solid #2947E3;
    color: #2947E3;
}

.sticky_btn_dmd a:hover,
.sticky_btn_log a:hover {
    border: none;
}

.sticky_btn_log:hover {
    background: #af99df;
}

.header {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero_logo {
    width: 120px;
}

.hero_link,
.btn_demande {
    font-size: 18px;
    font-weight: 500;
    margin-right: 30px;
    padding-bottom: 5px;
    color: #171717;
}

.produit_second_level {
    background-color: #fff;
    display: none;
    padding: 15px 25px;
    position: absolute;
    margin-top: 5px;
    z-index: 99;
    box-shadow: 1px 3px 4px 0 rgba(0, 0, 0, .188);
    min-width: 200px;
}

.produit_second_level:hover {
    display: block;
}

.item {
    margin-bottom: 10px;
    font-size: 16px;
}

.hero_link_list {
    display: flex;
    align-items: center;
}

.hero_link_list>.hero_link:hover .produit_second_level {
    display: block
}

.item+.item {
    margin-top: 15px;
}

.btn_demande,
.btn_compte {
    padding: 15px 10px;
    border: solid 1px #171717;
    border-radius: 10px;
}

.btn_compte {
    border: none;
    background-color: #9776dd;
    padding: 15px 20px;
}

.hero_link a:hover {
    border-bottom: #2947E3 solid 2px;
}

.btn_demande:hover,
.credit_link:hover {
    border: solid 1px #2947E3;
    color: #2947E3;
}

.btn_compte:hover,
.btn_simuler:hover {
    background-color: #af99df;
}

.hero_title,
.hero_subtitle {
    text-align: center;
    padding-top: 40px;
}

.hero_title span {
    font-size: 70px;
    font-weight: 700;
    color: #171717;
    font-family: Marcellus;
}

.text_gras {
    font-weight: 700;
}

.hero_subtitle {
    font-size: 20px;
    font-weight: 300;
    color: #171717;
    padding-top: 10px;
}

.simulator {
    padding-top: 40px;
    margin-right: auto;
    margin-left: auto;
    width: fit-content;
}

.wrapper_input {
    display: flex;
    width: fit-content;
}

.project_select_container {
    display: flex;
}

.projet_select_input {
    display: flex;
    flex-direction: row-reverse;
    align-content: center;
    position: relative;
}

.projet_select_input select {
    width: 100%;
    padding: 20px 15px;
    font-size: 18px;
    border: solid 1px #4f4f4f;
    background: #ffffff;
    font-family: "Raleway";
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    align-items: center;
    min-width: 260px;
}

.projet_select_input::before {
    content: "\2BC6";
    position: absolute;
    top: 25px;
    right: 20px;
}

.btn_simuler {
    background-color: #9776dd;
    padding: 15px 25px;
    font-family: "Raleway";
    font-weight: 500;
    font-size: 18px;
    margin-left: 20px;
    border-radius: 10px;
}

.borrow_container {
    padding-inline: 100px;
    padding-top: 50px;
}

.borrow_title {
    font-size: 40px;
    font-family: Marcellus;
    font-weight: 700;
    color: #171717;
    text-align: center;
}

.borrow_list {
    padding-inline: 100px;
    padding-bottom: 15px;
    margin: 60px 0px 0;
    display: flex;
    overflow: auto;
}

.borrow_list_item,
.credits_list_item,
.footer_nav_item {
    flex: 0 0 33.3333333333%;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
}

.footer_nav_item {
    padding: 0 20px;
}

.no_marge {
    padding: 0;
}

.borrow_item {
    flex-grow: 1;
    padding: 40px 40px 55px;
    border-radius: 20px;
    background: #ffffff;
    text-align: center;
    -webkit-box-shadow: 0 16px 32px rgba(86, 76, 93, .1);
    box-shadow: 0 16px 32px rgba(86, 76, 93, .1);
}

.credit_item {
    flex-grow: 1;
    padding: 40px 40px 55px;
    border-radius: 20px;
    background: #ffffff;
    text-align: center;
    -webkit-box-shadow: 0 16px 32px rgba(86, 76, 93, .1);
    box-shadow: 0 16px 32px rgba(86, 76, 93, .1);
}

.borrow_illustration {
    width: 100px;
}

.car_illustration {
    width: 150px;
}

.borrow_list_title,
.credit_item_title {
    padding-top: 20px;
    font-family: Marcellus;
    font-size: 20px;
    font-weight: 700;
    color: #171717;
}

.text_borrow,
.credit_item_text {
    padding-top: 20px;
    font-size: 17px;
}

.credit_link {
    padding: 15px 20px;
    text-align: center;
    border: solid 1px #171717;
    margin-top: 15px;
    border-radius: 15px;
}

.text_borrow a {
    font-weight: 600;
    text-decoration: underline;
}

.fraude {
    padding-top: 60px;
    padding-inline: 100px;
}

.fraude_container {
    background-color: #f9f5ff;
    padding: 25px 20px;
}

.safe_illu {
    width: 50px;
}

.fraude_title {
    font-family: Marcellus;
    font-size: 25px;
    font-weight: 800;
    padding-top: 15px;
}

.fraude_text {
    padding-top: 10px;
    font-size: 18px;
}

.avis,
.credits,
.clients {
    padding-top: 70px;
}

.footer {
    margin-top: 70px;
    background-color: #171717;
}

.avis_container,
.credits_container,
.client_container,
.footer_container {
    padding-inline: 100px;
    padding-top: 50px;
}

.avis_title,
.credits_title,
.client_title,
.client_subtitle {
    font-family: Marcellus;
    font-size: 50px;
    font-weight: 800;
    padding-top: 15px;
    text-align: center;
}

.client_subtitle {
    font-size: 35px;
    font-weight: 400;
    padding-top: 5px;
}

.no_bold {
    font-weight: 400;
}

.avis_list,
.credits_list {
    display: flex;
    padding-top: 40px;
}

.footer_nav_list {
    display: flex;
}

.avis_item {
    flex: 0 0 25%;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 0 0 rgba(182, 196, 210, .8);
}

.avis_item_content {
    background-color: #f6f4f4;
    padding: 15px 15px;
    min-height: 200px;
}

.stars {
    width: 100px;
}

.avis_item_top {
    display: flex;
    align-items: center;
}

.valider_img {
    width: 20px;
    margin-left: 10px;
}

.avis_illu_text {
    margin-left: 5px;
    color: #424242;
    font-size: 15px;
}

.avis_item_title {
    padding-top: 15px;
    font-size: 16px;
    font-weight: 800;
    color: #171717;
}

.avis_item_text {
    padding-top: 15px;
    font-size: 14px;
    font-weight: 300;
}

.avis_item_name {
    padding-top: 30px;
    font-size: 14px;
    font-weight: 800;
    color: #171717;
}

.foot_logo {
    width: 100px;
}

.footer_nav {
    padding-top: 50px;
}

.footer_nav_item_title {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.footer_nav_links {
    align-items: center;
    display: flex;
    margin-top: 20px;
}

.foot_links {
    font-size: 30px;
    font-weight: 300;
    color: #ffffff;
}

.ft_links {
    font-size: 16px;
    margin-left: 10px;
    color: #ffffff;
    padding-bottom: 3px;
    border-bottom: #ffffff solid 1px;
}

.ft_links:hover {
    border-bottom: #2947E3 solid 1px;
}

.foot_top {
    margin-top: 0px;
}

.footer_text {
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    padding: 50px 0;
}

.mobile_header {
    background-color: #171717;
    padding-inline: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.mobile_header_display {
    visibility: hidden;
}

.mobile_logo_img {
    width: 100px;
}

.btn-menu {
    background-color: #50358C;
    border: 0;
    color: white;
    width: 40px;
    min-height: 40px;
    border-radius: 24px;
    cursor: pointer;
    margin-left: auto;
    transform: rotate(0);
    transition: .3s all cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.menu-icone {
    font-family: 'worldline-icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: block;
}

.menu-icone::before {
    content: "\2630";
    font-size: 20px;
}

.btn-menu.active {
    transform: rotate(-90deg);
    transition: .4s all cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.navigation-panel {
    background: #fff;
    height: calc(100vh - 72px);
    overflow: hidden;
    position: absolute;
    right: -268px;
    top: 70px;
    width: 268px;
    visibility: hidden;
    z-index: 1;
}

.navigation-panel.opened {
    right: 0;
    transition: .5s all cubic-bezier(0.85, 0, 0.15, 1);
    visibility: visible;
}

.navigation-panel.closed {
    right: -268px;
    transition: .4s all cubic-bezier(0.85, 0, 0.15, 1);
}

.nav-header {
    height: calc(100% - 95px);
    text-align: left;
    min-width: 268px;
    padding: 24px;
    position: relative;
    width: 100%;
    z-index: 0;
}

.globe {
    width: 20px;
}

.top-img {
    padding-top: 7px;
}

.pays {
    margin-left: 10px;
    margin-top: 8px;
}

.fleche {
    margin-left: 10px;
    margin-top: 7px;
}

.langue {
    margin-left: 10px;
    margin-top: 10px;
    font-size: 13px;
    color: #747474;
}

.navs-1 {
    display: flex;
}

.navs-2 {
    width: 220px;
    margin-top: 10px;
    text-align: left;
    font-size: 17px;
    font-weight: 500;
}

.navs-2.red {
    color: #50358C;
    font-weight: 400;
    font-size: 14px;
    margin-top: 50px;
}

.navs-2 a {
    color: black;
    font-weight: 500;
    font-size: 17px;
    text-decoration: none;
    line-height: 1.8rem;
}

.navs-2 a:hover,
.navs-2:hover {
    opacity: 1;
    transform: translateX(0);
    transition: .3s all cubic-bezier(0.85, 0, 0.15, 1);
    visibility: visible;
    color: #50358C;
}

.mobile_dmd_btn {
    padding: 10px 15px;
    border: solid 1px #171717;
    border-radius: 10px;
}

.mobile_dmd_btn:hover {
    border: solid 1px #9776dd;
    color: #9776dd;
}

.mobile_log_btn {
    padding: 10px 15px;
    background: #9776dd;
    border-radius: 10px;
}

.mobile_log_btn:hover {
    background: #af99df;
}

.navs-3 {
    margin-top: 20px;
}

.navs-3+.navs-3 {
    margin-top: 35px;
}

.menu_mobile_logo {
    margin-top: 40px;
}

.menu_mb_logo {
    width: 70px;
}

.copyrights {
    font-size: 15px;
    color: #50358C;
    margin-top: 10px;
}

.produits_mobile_list {
    padding: 10px 15px;
    margin-top: 10px;
    background: #e0d2ff;
}

.produits_mobile_item {
    font-size: 14px;
    font-weight: 300;
}

.produits_mobile_item+.produits_mobile_item {
    margin-top: 10px;
}

.produits_mobile_item a:hover {
    border-bottom: solid 1px #50358C;
}

.sitemap {
    padding-inline: 100px;
    padding-top: 40px;
}

.maplist {
    list-style: none;
}

.map_item {
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    color: #50358C;
}

.map_item a {
    text-decoration: underline;
}

.map_item+.map_item {
    margin-left: 10px;
}

.bold {
    font-weight: 600;
}

.bold a {
    text-decoration: none;
}

.avantages {
    padding-inline: 100px;
    padding-top: 40px;
    text-align: center;
}

.avantages_title {
    font-size: 50px;
    font-weight: 500;
    font-family: Marcellus;
}

.avantages_text {
    font-size: 17px;
    line-height: 25px;
    padding-top: 20px;
}

.tableau_perso {
    margin-top: 40px;
    display: flex;
}

.tableau_perso_left,
.tableau_perso_right {
    min-width: 50%;
    border-top: solid 1px #171717;
    border-right: solid 1px #171717;
}

.table_right {
    min-width: 33%;
}

.tableau_perso_right {
    border-right: none;
}

.projet_perso {
    padding-top: 15px;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 15px;
}

.projet_perso_light {
    font-weight: 400;
}

.cover_up {
    border-top: solid 1px #171717;
}

.cover_up_down {
    border-top: solid 1px #171717;
    border-bottom: solid 1px #171717;
}

.tableau_title {
    padding-top: 40px;
    font-size: 20px;
    font-weight: 600;
}

.produits_perso {
    margin-top: 50px;
    background-color: #d7d7d7;
    padding-inline: 100px;
    padding-top: 20px;
    padding-bottom: 40px;
    font-family: Marcellus;
}

.produits_perso_list {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}

.produits_perso_title {
    font-size: 20px;
    font-weight: 600;
}

.produits_perso_text {
    font-family: Helvetica;
    font-size: 17px;
    align-items: center;
}

.produits_perso_item {
    padding-right: 20px;
}

.produits_perso_text a {
    text-decoration: underline;
}

.produits_perso_text+.produits_perso_text {
    margin-top: 20px;
}

.produits_perso_text a:hover {
    color: #50358C;
}

.personnel_details {
    padding-top: 50px;
    padding-inline: 100px;
}

.personnel_details_title {
    font-size: 20px;
    font-weight: 700;
    font-family: Marcellus;
}

.personnel_details_text {
    font-size: 16px;
    font-weight: 400;
    padding-top: 20px;
}

.title_up {
    padding-top: 30px;
}

.personnel_details_explain {
    margin-top: 20px;
}

.point {
    width: 10px;
}

.explain_text {
    font-size: 16px;
    margin-left: 5px;
}

.details_explain+.details_explain {
    margin-top: 10px;
}

.personnel_client {
    padding-top: 0px;
}

.info_table {
    margin-top: 40px;
    display: flex;
}

.info_table_item {
    padding: 30px 20px;
    text-align: center;
}

.hidden_item {
    visibility: hidden;
}

.table_item_bg {
    background-color: #171717;
    color: #ffffff;
}

.table_item_bgc {
    background-color: #e5e5e5;
}

.tableau_2 {
    margin-top: 40px;
    text-align: center;
}

.tableau_2_img {
    width: 100%;
}

.flex_details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_details_left {
    padding-right: 50px;
}

.flex_details_img {
    padding-inline: 50px;
}

.flex_details_illustration {
    width: 250px;
}

.middle_dt_img {
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
}

.dt_img {
    max-width: 300px;
}

.perso_trust {
    padding-top: 50px;
    text-align: center;
    padding-inline: 100px;
}

.perso_trust_title {
    font-size: 50px;
    font-family: Marcellus;
    font-weight: 800;
}

.perso_trust_text {
    font-size: 20px;
    padding-top: 10px;
    font-weight: 400;
}

.perso_trust_list {
    display: flex;
    padding-top: 60px;
}

.perso_trust_item {
    flex: 0 0 50%;
    padding-inline: 20px;
}

.perso_trust_item_container {
    padding: 30px 40px;
    text-align: center;
    background-color: #9776dd;
    border-radius: 10px;
    box-shadow: 5px 5px 7px 0px rgba(71, 19, 83, 0.2);
}

.trust_item_img {
    max-width: 300px;
    width: 100%;
    border-radius: 20px;
}

.trust_item_text {
    padding-top: 30px;
    font-size: 20px;
    font-weight: 300;
}

.trust_item_text+.trust_item_text {
    font-weight: 600;
}

.illus_width {
    width: 130px;
}

.title_simu {
    padding-block: 30px;
    font-family: Marcellus;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.ligne {
    margin-top: 50px;
}

.revovation_title {
    padding-block: 15px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.renovation_text {
    padding-block: 15px;
    font-size: 18px;
    text-align: center;
}

.top_null {
    padding-top: 0;
}

/* ✅ Conteneur principal */
.upload_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    background: #f8f8ff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
}

/* ✅ Boîtes de sélection */
.upload_box_1,
.upload_box_2 {
    flex: 1;
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    border: 2px solid #af99df;
    text-align: center;
}

/* ✅ Titres */
.upload_box_1 h3,
.upload_box_2 h3 {
    color: #5e4585;
    font-size: 18px;
    margin-bottom: 10px;
}

/* ✅ Champ Select */
select {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 2px solid #af99df;
    border-radius: 6px;
    background: white;
    cursor: pointer;
    transition: border 0.3s ease;
}

select:focus {
    border-color: #5e4585;
    outline: none;
}

/* ✅ Bouton d'upload */
.upload-btn {
    display: block;
    background: #af99df;
    color: white;
    padding: 12px 16px;
    font-size: 16px;
    border-radius: 6px;
    margin: 10px auto;
    cursor: pointer;
    text-align: center;
    width: 80%;
    transition: background 0.3s ease;
}

.upload-btn:hover {
    background: #5e4585;
}

input[type="file"] {
    display: none;
}

/* ✅ Informations des fichiers */
.file-info {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    font-style: italic;
}

/* ✅ Bouton principal */
.main-submit {
    display: block;
    margin: 20px auto;
    padding: 12px 20px;
    font-size: 18px;
    color: white;
    background: #5e4585;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.main-submit:hover {
    background: #af99df;
}


@media screen and (max-width: 1250px) {

    .hero_wrapper,
    .produits_perso,
    .personnel_details,
    .perso_trust,
    .borrow_list,
    .fraude,
    .avis_container,
    .credits_container,
    .client_container,
    .footer_container,
    .sitemap,
    .avantages {
        padding-inline: 50px;
    }

    .borrow_list_item,
    .avis_item,
    .credits_list_item {
        padding: 0 10px;
    }

    .projet_select_input select {
        min-width: 200px;
    }

    .avis {
        padding-top: 10px;
    }

    .header_fixed>.sticky_header_container {
        padding-inline: 50px;
    }

    .personnel_title span {
        font-size: 50px;
    }
}

@media screen and (max-width: 991px) {

    .top_header,
    .header {
        display: none;
    }

    .mobile_header_display {
        visibility: visible;
    }

    .personnel_title span {
        font-size: 35px;
    }

    .flex_details_illustration {
        width: 150px;
    }

    .hero {
        margin-top: 30px;
        height: 600px;
    }

    .hero_title {
        padding-top: 70px;
    }

    .project_select_container,
    .wrapper_input {
        flex-direction: column;
    }

    .projet_select_input select {
        min-width: 400px;
    }

    .projet_select_input+.projet_select_input {
        margin-top: 15px;
    }

    .btn_simuler {
        margin-left: 0px;
        margin-top: 20px;
    }

    .borrow_list,
    .avis_list,
    .credits_list,
    .footer_nav_list {
        flex-wrap: wrap;
    }

    .borrow_list_item,
    .credits_list_item,
    .footer_nav_item {
        flex-basis: 50%;
    }

    .borrow_list_mobile_2 {
        margin-top: 30px;
    }

    .avis_item {
        flex: 0 0 50%;
    }

    .foot_marge {
        padding-left: 0;
    }

    .header_fixed {
        display: none;
    }

    .hero_personnel {
        height: 640px;
    }
}

@media screen and (max-width: 861px) {
    .hero_title span {
        font-size: 50px;
    }

    .personnel_title span,
    .avantages_title {
        font-size: 35px;
    }
}

@media screen and (max-width: 650px) {

    .mobile_header,
    .produits_perso,
    .perso_trust,
    .personnel_details,
    .hero_wrapper,
    .sitemap,
    .avantages,
    .borrow_list,
    .fraude,
    .avis_container,
    .borrow_container,
    .credits_container,
    .client_container,
    .footer_container {
        padding-inline: 20px;
    }

    .flex_details_img {
        padding-inline: 0px;
    }

    .perso_trust_list {
        flex-wrap: wrap;
    }

    .perso_trust_item {
        flex: 0 0 100%;
        padding-inline: 0px;
    }

    .perso_trust_item+.perso_trust_item {
        margin-top: 30px;
    }

    .produits_perso_list {
        flex-direction: column;
    }

    .produits_perso_item+.produits_perso_item {
        margin-top: 20px;
    }

    .borrow_list_item,
    .credits_list_item,
    .footer_nav_item {
        flex-basis: 100%;
    }

    .borrow_list_mobile_1 {
        margin-top: 30px;
    }

    .foot_marge_1 {
        padding-left: 0;
    }

    .client_title,
    .credits_title,
    .borrow_title,
    .avis_title,
    .hero_title span {
        font-size: 35px;
    }

    .client_subtitle {
        font-size: 20px;
    }

    .avis_container,
    .credits,
    .credits_container,
    .clients,
    .client_container {
        padding-top: 20px;
    }

    .hero_subtitle {
        font-size: 16px;
    }
}

@media screen and (max-width: 500px) {
    .avis_item {
        flex-basis: 100%;
    }

    .borrow_list_mobile_3 {
        margin-top: 30px;
    }

    .personnel_title span,
    .avantages_title {
        font-size: 30px;
    }

    .projet_perso {
        font-size: 12px;
    }

    .flex_details_illustration {
        width: 70px;
    }
}

@media screen and (max-width: 445px) {
    .projet_select_input select {
        min-width: 300px;
    }
}

@media screen and (max-width: 360px) {
    .projet_select_input select {
        min-width: 300px;
    }

    .client_title,
    .credits_title,
    .borrow_title,
    .avis_title,
    .hero_title span {
        font-size: 30px;
    }

    .hero_personnel {
        height: 670px;
    }
}