@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

#page.content-cardiogen-plugin {
    margin: auto;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    background: linear-gradient(0deg, white 70%, #cae7ed 100%) no-repeat;
}

#page.content-cardiogen-plugin a.button {
    display: inline-block;
    color: white;
    background: #2D97B1;
    border-radius: 50px;
    padding: 3px 15px;
    margin-bottom: 10px;
    text-decoration: none;
}


/* acf map */
.map {
    height: 100%;
}

.acf-map {
    width: 100%;
    min-height: 300px;
    height: 100%;
    border-radius: 25px;

}

/* Fixes potential theme css conflict. */
.acf-map img {
    max-width: inherit !important;
}

#single-psychologue {
    padding: 50px 10px;
    max-width: 1200px;
    margin: auto;
}

.section1,
.section2 {
    display: flex;
    margin-bottom: 50px;
    gap: 45px;
    justify-content: space-between;
}

.section1 .col1,
.section1 .col2 {
    width: 50%;
    background-color: white;
    border-radius: 25px;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.section1 .col1 .title {
    font-weight: 800;
    margin: auto;
    color: #e41319;
    font-size: 24px;
}

.section1 .col2 .extra {
    display: flex;
    justify-content: flex-end;
}

/*.section1 .col1 img {
    width: 60px;
}*/

.sub-title {
    margin: 20px auto;
    font-size: 17px;
    font-weight: 700;
}

span.alt {
    color: #38a5ba;
}

.section2 {
    align-items: start;
}

.section2 .col1,
.section2 .col2 {
    width: 50%;
    background-color: white;
    border-radius: 25px;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.section2 .infos1,
.section2 .infos2,
.section2 .map,
.section2 .comments {
    margin-bottom: 25px;
}

.section2 .infos1 {
    min-height: 300px;
}

.section1 .line img {
    width: 20px;
}


/* responsive */

@media (max-width: 767px) {

    .section1,
    .section2 {
        flex-wrap: wrap;
    }

    .section1 .col1 {
        width: 100%;
        order: 2;
    }

    .section1 .col2 {
        width: 100%;
        margin-bottom: 25px;
    }

    .section1 .col2 .extra {
        justify-content: center;
    }

    .section2 .col1 {
        flex-wrap: wrap !important;
        gap: 25px !important;
    }

    .section2 .col-1,
    .section2 .col-2 {
        width: 100% !important;
    }


    .section2 .infos1 {
        min-height: auto;
    }

}

#single-psychologue .line label {
    display: inline-block;
    font-weight: 600;
}


/* extra */
#single-psychologue .extra a {
    color: #f9f9f9;
    font-size: 18px;
    background-color: #105a7a;
    text-decoration: none;
    padding: 7px 15px;
    margin: 5px;
    transition: 0.2s all;
}

#single-psychologue .extra a:hover {
    background-color: #082b3a;
}



/* select 2 */
#archive-annuaire-header .form-search .field .select2-container {
    /*border: 1px solid #38a5ba;
    border-radius: 25px;*/
    font-size: 14px;
    width: 100%;
    margin: auto;
    display: inline-block;
    height: 40px;
}

.form-search .field .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left;
}

.form-search .field .select2-container--default .select2-selection--single {
    border: 1px solid #38a5ba;
    border-radius: 25px;
    height: 40px;
    align-items: center;
    display: flex;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url('../images/arrow-select.jpg');
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    height: 40px;
    width: 16px;
    margin: auto;
    left: -20px;
    right: 0;
    top: 0;
}

.select2-dropdown {
    font-size: 14px;
}

span.select2-dropdown.select2-dropdown--below {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 14px;
}
