/**
* 2007-2022 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2022 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.filtered {
    display: none;
}
.no-matches {
    display: none;
    color: var(--mainColor2, #242953);
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: 500;
}

.speaker-main {
    background: #eff0f3;
    padding: 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.search-speaker {
    align-items: center;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: flex-start;
    /*width: calc(100% - 30px);*/
    margin: 0 16px;
    padding: 0px;
}

.form-search-speaker {
    width: 100%;
    align-items: center;
    padding: 24px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    background: #fff;
    margin-bottom: 64px;
    flex-direction: column;
}

.btns-alpha {
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%;
}


.search-speaker.event-maxWidth {}

.search-speaker-input {
    width: 100%;
    height: 42px;
    border: 1px solid var(--mainColor2, #242953);
    line-height: 20px;
    display: block;
    color: #000;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-family: var(--event-font);
    font-weight: 500;
    font-size: 16px;
    background-color: #EFF0F3 !important;
    appearance: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232A303C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") no-repeat right 16px center;
    background-size: 18px 18px;
}
input#search-speaker-input:focus {
    outline-color: var(--mainColor2, #242953);
}
.search-speaker-input #search-filter::placeholder {
    color: #666E80 !important;
    font-size: 15px !important;
    line-height: 20px;
    font-weight: 500 !important;
  }

.speakers-wrapper {
    align-items: center;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-start;
    /*width: calc(100% - 30px);*/
    max-width: 1500px;
    margin: 0 16px;
    flex-direction: column;
    padding: 0px;
}

.speakers-alpha {
    width: 100%;
}

.alpha {
    display: grid;
    width: 60px;
    height: 60px;
    place-items: center;
    margin-bottom: 24px;
    color: #FFF;
/* H2 */
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
     /* 41.6px */
    border-radius: 200px;
    background: var(--mainColor2, #242953);
}

h4.sp-name {
    color: var(--mainColor2, #242953);
/* H3 */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
}

h6.sp-job {
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
/* texte normal */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
     /* 26.1px */
}

.sp-event {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #A4A9B4;
    padding: 16px 0;
}

span.event-infos {
    overflow: hidden;
    color: #565E70;
    text-align: right;
    text-overflow: ellipsis;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 26.1px */
}

a.event-url {
    color: #000;
    text-overflow: ellipsis;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 26.1px */
    text-decoration-line: underline;
}

.speaker {
    margin-bottom: 48px;
}


button.btn-alpha {
    width: 40px;
    aspect-ratio: 1;
    background: none;
    border: none;
    font-weight: 500;
    font-size: 17px;
    line-height: 17px;
    color: var(--mainColor2, #242953);
    vertical-align: top;
    cursor: pointer;
    border-radius: 3px;
}

button.btn-alpha.active {
    background: var(--mainColor2, #242953);
    color: #fff;
}
button.btn-alpha:hover {
    outline: 2px solid var(--mainColor2, #242953);
}
button.btn-alpha:focus {
    outline: none;
}

/*custom css*/
#module-md_speakers-speakers .card-block{
    padding: 0px;
}
.banner-speaker {
    min-height: 150px;
    max-height: 350px;
    overflow: hidden;
    width: 100%;
}
.banner-speaker img{
    width: 100%;
    max-width: 100%;
    max-height: 350px;
    object-fit: cover;
}
.header-speaker {
    position: relative;
    padding: 32px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    margin-top: -130px;
    margin-bottom: 48px;
    z-index: 999;
    height: 228px;
}
.speaker-title {
    width: 466px;
    padding: 20px;
}
.speaker-title h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    color: var(--mainColor2, #242953);
}
.speaker-description {
    width: 542px;
    padding: 20px;
    font-size: 18px;
    line-height: 28px;
    color: #666E80;
}
.p-desc {
    font-weight: 600;
}
.speaker-description p {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 28px;
    color: #666E80;
}
/*#module-md_speakers-speakers  #footer .elementor-element-populated{
    padding: 0px;
}*/

@media only screen and (max-width: 767px) {
    button.btn-alpha {
      width: 37px;
    }
    #module-md_speakers-speakers .container {
        width: auto;
        max-width: 100%;
    }
    .header-speaker {
        padding: 32px;
        display: block;
        border-radius: 9px;
        margin-top: -160px;
        margin-bottom: 32px;
        height: auto;
        margin-left: 16px;
        margin-right: 16px;
    }
    .speaker-title h1 {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 12px;
    }
    .speaker-title {
        width: 100%;
        padding: 0px;
    }
    .p-desc {
        margin-top: 12px;
    }
    .speaker-description {
        width: 100%;
        padding: 0px;
    }
    .speaker-description p{
        font-size: 17px;
        line-height: 26px;
    }
    .form-search-speaker {
        margin-bottom: 48px;
    }
    .btns-alpha {
        display: block;
        width: 100%;
    }
    button.btn-alpha {
        line-height: 59px;
    }
    span.event-infos {
        text-align: left;
        margin-top: 12px;
    }
    .sp-event {
        display: grid;
    }
    h6.sp-job {
        margin-bottom: 0px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #module-md_speakers-speakers .container {
        width: auto;
        max-width: 100%;
    }
    .header-speaker {
        padding: 32px;
        display: block;
        border-radius: 9px;
        margin-top: -160px;
        margin-bottom: 32px;
        height: auto;
        margin-left: 16px;
        margin-right: 16px;
    }
    .speaker-title {
        width: 100%;
        padding: 0;
    }
    .speaker-description {
        width: 100%;
        padding: 0;
    }
    .btns-alpha {
        display: block;
        width: 100%;
    }
}
