@import url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");

@font-face {
    font-family: 'Giorgio Sans Poly Web';
    src: url(https://d1qywhc7l90rsa.cloudfront.net/sites/855/include/GiorgioSansPoly-Bold-Web.woff) format("woff");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: 'Giorgio Sans Poly Web';
    src: url(https://d1qywhc7l90rsa.cloudfront.net/sites/855/include/GiorgioSansPoly-Bold-Web.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Giorgio Sans Poly Web';
    src: url(https://d1qywhc7l90rsa.cloudfront.net/sites/855/include/GiorgioSansPoly-Bold-Web.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Feature Text Web';
    src: url(https://d1qywhc7l90rsa.cloudfront.net/sites/855/include/FeatureText-Regular-Web.woff) format("woff");
    font-weight: 400;
    font-style: normal
}
.footer {
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    width: 95%;
}
.logo__link {
    display: inline-block;
    border: none;
    scale: 0.8;
}
.footer >div:nth-child(odd) {
    float: left;
}
.footer >div:nth-child(even) {
    float: right;
}
.footer__address {
    font-family: "Giorgio Sans Poly Web", sans-serif;
    text-align: left;
    letter-spacing: .07em;
    color: #000;
    text-transform: uppercase;
}
.footer__mobile--bottom .fa-map-marker-alt {
    float: left;
    color: #ff6005;
    padding-right: .125em;
}
.footer__telephone {
    font-family: "Giorgio Sans Poly Web", sans-serif;
    text-align: left;
    letter-spacing: .07em;
    color: #000;
}
.social-media__title--footer {
    font-family: "Giorgio Sans Poly Web", sans-serif;
    text-align: left;
    letter-spacing: .07em;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: .3125em;
}
.social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.social-media__link--footer i {
    color: #b8b8b8;
}
.social-media__link--footer i:hover {
    color: #ff6005;
}
.social-media__link--footer {
    display: inline-block;
    margin-right: .625em;
    color: transparent;
    height: 1.25em;
    border: none;
}
.footer__address,
.footer__telephone,
.social-media__title--footer  {
    font-size: 1.2em!important; /* 1.45 LibGuides */
    line-height: 1.1em!important;
    padding-top: 0.4em!important;
}
.btn-oasis {
    /* LibGuides
    font-size: 1.85em!important;*/
    padding: 0.85em 2.1em!important;
    letter-spacing: 0.09em!important;

    font-size: 1.55em !important;
    padding: 0.85em 2.1em !important;
    letter-spacing: 0.09em !important;
    top: 1em; /* Drupal seulement */
    position: relative; /* Drupal seulement */
}
.social-media__link--footer i {
    font-size: 1.2em!important; /* 1.45 LibGuides */
    padding: 0.25em 0.1em 0 0!important;
}


#zone-footer-wrapper {
    max-width: 100%; /* 95% LibGuides */
    border-top: 10px solid transparent;
    -o-border-image: url(https://www.polymtl.ca/profiles/portail/themes/custom/theme_polytechnique/boilerplate/img/ligne.png) 10;
    border-image: url(https://www.polymtl.ca/profiles/portail/themes/custom/theme_polytechnique/boilerplate/img/ligne.png) 10;
}

.btn-oasis {
    font-family: "Giorgio Sans Poly Web", sans-serif;
    font-weight: 100;
    font-size: 1.3em !important;
    line-height: 1.1875em;
    letter-spacing: .125em;
    text-transform: uppercase;
    color: #fff;
    background-color: #088ebc;
    padding: 1.25em 2.5em;
    border-radius: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #fff !important;
    text-decoration: none !important;
}

.btn-oasis:hover {
     border: .0625em solid #000;
     text-decoration: none;
}

.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands";
}
@media (max-width: 576px) {
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px 10px 0px 20px;
    }
    .logo__link {
        left: 0;
        position: absolute;
    }
}

@media (min-width: 576px) {
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px 30px 0px 20px;
    }
    .logo__link {
        left: -2em;
        position: relative;
    }
}
@media (min-width: 768px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%; 
        flex: 0 0 50%;
        max-width: 40%; /* LibGuides 50% */
        padding: 20px 30px 0px 20px;
    }
    .logo__link {
        left: 0em;
    }
    .footer-row {
        width: 90%;
    }
}
@media (min-width: 992px) {
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%; 
        flex: 0 0 50%; 
        max-width: 40%; /* LibGuides 50% */
        padding: 20px 30px 0px 20px;
    }
    .footer-row {
        width: 90%;
    }
}
@media (min-width: 1600px) {
    .footer {
        display: -webkit-box !important;
        display: -ms-flexbox!important;
        display: flex !important;
    }
}
@media (min-width: 1600px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        padding: 30px 30px 60px 30px;
    }
}
@media (min-width: 1600px) {
    .footer__mobile--bottom {
        padding-left: 0;
        padding-bottom: 0;
    }
}