/*
 Theme Name:   Yebi child
 Theme URI:    https://yebi.fr
 Description:  Thème enfant du thème Yebi
 Author:       Théo
 Author URI:   https://theoboudier.fr
 Template:     yebi
 Version:      0.1.0
*/
:root {
    --text-color: black;
}
/* Changer le style du formulaire*/
.wpforms-field-medium {
    border-radius: 10px !important;
    height: 45px !important;
}
.wpforms-submit {
    border-radius: 10px !important;
    font-family: "Nunito", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    background-color: #155ce7 !important;
    color: white !important;
    padding: 10px 30px !important;
}
textarea.wpforms-field-medium {
    height: 120px !important;
}

/* Changer le style du message de confirmation WPForm */
.wpforms-confirmation-container-full {
    border: 0 !important;
    border-radius: 20px !important;
}

/* Modifier le titre H1*/
#homepage_landing h1 {
    line-height: 1.2;
    margin-bottom: 16px !important;
}

/* Modifier la taille du titre H1 sur mobile uniquement */
@media screen and (max-width: 1024px) {
    #homepage_landing h1 {
        font-size: 34px !important;
    }
}

/* Modifier l'espacement bas de l'icone des services sur mobile uniquement */
@media screen and (max-width: 767px) {
    #support_services figure {
        margin-bottom: 20px !important;
    }
}
/* Désactiver l'ombre sur tous les titres */
h1,
h2,
h3,
h4,
h5,
h5 {
    text-shadow: none !important;
}

/* Marge inférieure sur les icônes d'accompagnements  */
.icon_accompagnement {
    margin-bottom: 10px;
}
/* Style de la section listant les influenceurs */
.influencer-item {
    border-radius: 30px;
    padding: 35px 28px;
    background-color: white;
    background: #ffffff;
    box-shadow: 0px 20px 40px rgba(41, 41, 48, 0.1);
    /* max-width: 290px; */
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.influencer-item .top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.influencer-item .top .presentation {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.influencer-item .top .presentation img {
    max-width: 62px;
    max-height: 62px;
    border-radius: 9999px;
    margin-right: 20px;
}
.influencer-item .top .presentation .infos {
    display: flex;
    flex-direction: column;
}
.influencer-item .top .presentation .infos .username {
    font-weight: 600;
    font-size: 18px;
    color: var(--text-color);
    margin-bottom: 5px;
}
.influencer-item .top .presentation .infos .category {
    font-weight: 400;
    font-size: 14px;
    color: var(--text-color);
}

.influencer-item .top .hashtag-list {
    display: flex;
    margin-bottom: 20px;
}

.influencer-item .top .hashtag-list .hashtag-item {
    display: block;
    padding: 3px 10px;
    margin-right: 15px;
    border-width: 1px;
    border-color: #f2f1f4;
    border-style: solid;
    border-radius: 25px;
    font-size: 14px;
    color: #5e6165;
}

.influencer-item .content .content-item .content-item-title {
    display: block;
    font-size: 16px;
    color: var(--text-color);
    font-weight: 500;
    margin-bottom: 13px;
}

.influencer-item .content .content-item .socialmedia-item {
    display: flex;
    align-items: center;
    border-radius: 12px;
    background: #fdfdfd;
    box-shadow: 0px 10px 40px rgba(41, 41, 48, 0.04);
    margin-bottom: 10px;
    padding: 11px 20px;
    text-decoration: none;
    color: var(--text-color);
}
.socialmedia-item:hover {
    cursor: pointer;
    background-color: #f7f7fa !important;
}
.socialmedia-item:visited {
    color: var(--text-color);
}
.influencer-item .content .content-item .socialmedia-item img {
    max-width: 22px;
    margin-right: 20px;
}
.influencer-item .content .content-item .socialmedia-item span {
    font-weight: 300;
    font-size: 14px;
}
.influencer-item .content .content-item ul {
    list-style-type: none;
    padding: 0px;
}
.influencer-item .content .content-item ul li {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
}
.influencer-item .bottom {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.influencer-item .bottom button {
    background: transparent;
    border-radius: 30px;
    padding: 4px 11px;
    font-weight: 300;
    font-size: 14px;
    border-width: 0.5px;
}
.influencer-item .bottom button:hover {
    cursor: pointer;
}
