/*
Theme Name: IBCP WP Theme
Description: Thème pour l'IBCP
Author: CRI IBCP
Author URI: https://www.ibcp.fr
Template: fluida
Version: 0.1.0
*/

#site-header-main #site-title {
    font-family: Open Sans Condensed;
    font-size: 250%;
    font-weight: 300;
    padding-top: 30px;
}

#site-header-main.header-fixed #site-title {
    font-family: Open Sans Condensed;
    font-size: 250%;
    font-weight: 300;
    padding-top: 20px;
}

#site-text {
   display: none;
}

div#header-image-main {
    margin-top: 70px;
}
div#branding {
    height: 70px;
}
div.identity {
    height: 70px;
    line-height: 70px;
}
div#site-header-main {
    height: 70px;
}

nav#access div > ul > li > a {
    line-height: 68px;
    height: 68px;
}
#access > div > ul > li.menu-main-search.menu-search-animated {
    display: none;
}

#ibcp_footer_bg {
    background-image: url('/wp-content/themes/ibcp-wp-theme/resources/images/bg_footer_2.png');
    height: 250px;
    padding-top: 25px;
}

#ibcp_footer_address {
    width: 200px;
    height: 200px;
    background-color: white;
    margin-left: 15%;
    color: #515a5c;
    font-size: 75%;
    padding: 20px;
    font-weight: bold;
}

#footer-inside {
    padding: 0;
}

.lp-blocks.lp-blocks-rows-3 .lp-blocks-inside {
    max-width: 1200px;
    padding: 2em 0;
}

/*.block-img-1 {
    width: 145px;
}
.block-img-2 {
    width: 110px;
}
.block-img-3 {
    width: 160px;
    margin-top: 50px;
}*/

a[lang="en-US"] img[alt="English"] {
    border: none;
    vertical-align: baseline;
    width: 20px;
}
a[lang="fr-FR"] img[alt="Français"] {
    border: none;
    vertical-align: baseline;
    width: 20px;
}

[class*="col-"] {
    width: 100%;
}
.col-img {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .col-1 { width: 8.33%; }
    .col-2 { width: 16.66%; }
    .col-3 { width: 25%; }
    .col-4 { width: 33.33%; }
    .col-5 { width: 41.66%; }
    .col-6 { width: 50%; }
    .col-7 { width: 58.33%; }
    .col-8 { width: 66.66%; }
    .col-9 { width: 75%; }
    .col-10 { width: 83.33%; }
    .col-11 { width: 91.66%; }
    .col-12 { width: 100%; }

    [class*="col-"] {
        float: left;
        padding: 0 10px;
    }

    .col-img {
        display: block;
    }
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

.annuaire_nom, .annuaire_unite {
    text-transform: uppercase;
}
.annuaire_alphabet {
    width: 100%;
    text-align: center;
    font-size: 125%;
    font-weight: bolder;
    padding-bottom: 2em;
}

.contact_msg {
    width: 100%;
    min-height: 200px;
}

.error {
    color: red;
    font-weight: bold;
    margin: 1em;
}
