/*!
Theme Name: agromediaweb
Theme URI: https://agromedia.fr
Author: Anthony Keller
Author URI: https://agromedia.fr
Description: Thème pour agromediaweb
Version: 1.0.0
License: Privée
License URI: LICENSE
Text Domain: agromediaweb

*/

.sponsorise-bg {
    background-color: #263DFF;
}
.sponsorise-color {
    color: #263DFF;
}

article .archive-item__thumbnail {
    position: relative;
}

article.sponso:not(.single-article__wrapper) .archive-item__thumbnail {
    box-shadow: 8px 8px 0px 0px #263DFF;
}

/*article.sponso .archive-item__thumbnail::before {
    content: "";
    position: absolute;
    width: calc(100% - 4rem);
    height: calc(100% - 2rem);
    border: 1px solid white;
    border-bottom: none;
    margin: 2rem 2rem 0;
}*/

/* article.sponso .archive-item__thumbnail::after {
    content: "";
    position: absolute;
    background-image: url('./assets/img/svg/pharmacosmedia_sponsor_badge.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 124px;
    height: 43px;
    top: 3.5rem;
    right: 0;
    z-index: 1;
}*/

/*.single .sponso h1::before {
    content: "";
    position: relative;
    background-image: url('./assets/img/svg/pharmacosmedia_sponsor_badge_title.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 107px;
    height: 30px;
    display: inline-block;
    vertical-align: -2px;
    margin-right: .5rem;
}*/

.single .sponso h1 .btn-sponso {
    position: relative;
    width: 107px;
    height: 30px;
    display: inline-block;
    right: initial;
    top: -3px;
    margin-right: 1rem;
}

.single .sponso h1 .btn-sponso img {
    border: 1px solid #263DFF;
    padding: 3px 3px 3px 15px;
    border-radius: 30px;
}

.btn-sponso {
    position: absolute;
    top: 3.5rem;
    right: -8px;
    z-index: 2;
    width: 124px;
    height: 43px;
}

.btn-sponso img {
    transition: all .15s ease-in-out;
}

.btn-sponso:hover img {
    transform: translateX(4px);
}