/* Styles for news */
.news-full-news .news-title,
.news-full-news .news-cta {
    display: none!important;
}
.news-title {
    font-size: 1.4rem;
    color: var(--dark-gray);
    padding: 3rem 2rem 0 2rem;
    padding-top: 3rem;
    font-weight: bold;
    font-family: 'EBGaramond';
    padding-left: 7rem;
    line-height: 2rem;
    text-transform: uppercase;
    /* letter-spacing: 0.3rem; */
    margin-bottom: 2rem;
}
#vbp-65 .news-cta .cta {
    border-color: var(--dark-gray);
}
#vbp-65 .news-cta .cta a {
    color: var(--dark-gray);
}
#vbp-65 .news-cta .cta:hover a{
    border-color: var(--dark-gray) !important;
    color: #fff;
    background: var(--dark-gray) !important;
}
.news-teaser-small-container {
    position: relative;
    height: 36rem;
    width: 100%;
}
.news-teaser-small-text {
    background-color: var(--red-color);
    padding: 2.1rem 1.3rem;
    color: #000;
}
.news-teaser-small-title {
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'EBGaramond';
    font-size: 1rem;
    line-height: 1rem;
    width: 80%;
    color: var(--dark-gray);
}
.news-teaser-small-body,
.news-teaser-very-small-body {
    padding-top: 1rem;
    padding-bottom: 2rem;
    font-size: 0.8rem;
    line-height: 1rem;
    color: var(--dark-gray);
}
.news-teaser-small-button {
    color: var(--dark-gray);
    background-color: transparent;
    border: 2px solid #444;
    padding: .45rem 2.3rem;
    font-size: .8rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.news-teaser-small-button:hover,
.news-teaser-small-button:focus {
    background-color: #444;
    border: 2px solid #444;
    color: #fff!important;
    text-decoration: none;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.12);
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

/* View /actualites page */
.view-news.view-display-id-page_1 {
    margin-top: 1rem;
}
.view-news .views-exposed-form {
    margin-bottom: 3rem;
}
.view-news .js-form-item {
    width: 33.333%;
}
.view-news .form-row > .js-form-item:first-child {
    padding-right: 1rem;
}
.view-news .form-row > .js-form-item:nth-child(2) {
    padding-right: 1rem;
    padding-left: 1rem;
}
.view-news .form-row > .js-form-item:nth-child(3) {
    padding-left: 1rem;
}
.news-teaser-container {
    position: relative;
    height: 370px;
    width: 100%;
    margin-bottom: 3rem;
}
.news-teaser-text {
    position: absolute;
    height: 370px;
    width: 70%;
    left: 0;
    padding: 1.5rem;
    background: #f0f0f0;
    z-index: 1;
    color: var(--dark-gray);
}
.view-news-page > .row > .news-item:nth-child(9n+1) .news-teaser-text,
.view-news-page > .row > .news-item:nth-child(9n+2) .news-teaser-text,
.view-news-page > .row > .news-item:nth-child(9n+3) .news-teaser-text {
    left: 30%;
}
.news-teaser-image {
    position: absolute;
    height: 8rem;
    width: 70%;
    z-index: 2;
    box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2), 0px 8px 10px 1px rgba(0,0,0,0.14), 0px 3px 14px 2px rgba(0,0,0,0.12);
}
.news-teaser-image img{
    width: 100%;
    height: 8rem;
    object-fit: cover;
}
.view-news-page > .row > .news-item:nth-child(9n+1) .news-teaser-image {
    top: 60%;
}
.view-news-page > .row > .news-item:nth-child(9n+2) .news-teaser-image {
    top: 5%;
}
.view-news-page > .row > .news-item:nth-child(9n+3) .news-teaser-image {
    top: 60%;
}
.view-news-page > .row > .news-item:nth-child(9n+4) .news-teaser-image,
.view-news-page > .row > .news-item:nth-child(9n+7) .news-teaser-image {
    top: 60%;
    right: 0;
}
.view-news-page > .row > .news-item:nth-child(9n+5) .news-teaser-image,
.view-news-page > .row > .news-item:nth-child(9n+8) .news-teaser-image {
    top: 5%;
    right: 0;
}
.view-news-page > .row > .news-item:nth-child(9n+6) .news-teaser-image,
.view-news-page > .row > .news-item:nth-child(9n+9) .news-teaser-image {
    top: 60%;
    right: 0;
}

.view-news-page > .row > .news-item:nth-child(9n+1) .news-teaser-text {

}
.view-news-page > .row > .news-item:nth-child(9n+2) .news-teaser-text {
    padding-top: 55%;
}
.view-news-page > .row > .news-item:nth-child(9n+3) .news-teaser-text {

}
.view-news-page > .row > .news-item:nth-child(9n+4) .news-teaser-text,
.view-news-page > .row > .news-item:nth-child(9n+7) .news-teaser-text {

}
.view-news-page > .row > .news-item:nth-child(9n+5) .news-teaser-text,
.view-news-page > .row > .news-item:nth-child(9n+8) .news-teaser-text {
    padding-top: 55%;
}
.view-news-page > .row > .news-item:nth-child(9n+6) .news-teaser-text,
.view-news-page > .row > .news-item:nth-child(9n+9) .news-teaser-text {

}

.news-teaser-brands {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 46px;
    background: #fff;
    opacity: 0.7;
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
}
.news-teaser-brand {
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-teaser-brand img {
    height: 25px;
    object-fit: contain;
}
.news-teaser-title {
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'EBGaramond';
    font-size: 1rem;
    line-height: 1.2rem;
}
.news-teaser-body {
    padding-top: 1rem;
    padding-bottom: 2rem;
    font-size: 0.8rem;
    line-height: 1rem;
}
.red .news-teaser-button {
    color: var(--red-color);
    border-color: var(--red-color);
}
.red .news-teaser-button:hover,
.red .news-teaser-button:focus {
    background-color: var(--red-color);
}
.yellow .news-teaser-button {
    color: var(--yellow-color);
    border-color: var(--yellow-color);
}
.yellow .news-teaser-button:hover,
.yellow .news-teaser-button:focus {
    background-color: var(--yellow-color);
}
.light-red .news-teaser-button {
    color: var(--light-red);
    border-color: var(--light-red);
}
.light-red .news-teaser-button:hover,
.light-red .news-teaser-button:focus {
    background-color: var(--light-red);
}
.yellow .news-teaser-button {
    color: var(--yellow-color);
    border-color: var(--yellow-color);
}
.yellow .news-teaser-button:hover,
.yellow .news-teaser-button:focus {
    background-color: var(--yellow-color);
}
.light-blue .news-teaser-button {
    color: var(--light-blue);
    border-color: var(--light-blue);
}
.light-blue .news-teaser-button:hover,
.light-blue .news-teaser-button:focus {
    background-color: var(--light-blue);
}
.dark-gray .news-teaser-button {
    color: var(--dark-gray);
    border-color: var(--dark-gray);
}
.dark-gray .news-teaser-button:hover,
.dark-gray .news-teaser-button:focus {
    background-color: var(--dark-gray);
}
.light-gray .news-teaser-button {
    color: var(--light-gray);
    border-color: var(--light-gray);
}
.light-gray .news-teaser-button:hover,
.light-gray .news-teaser-button:focus {
    background-color: var(--light-gray);
}
.news-teaser-button {
    color: var(--red-color);
    background-color: transparent;
    border: 2px solid var(--red-color);
    padding: .45rem 2.3rem;
    font-size: .8rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.news-teaser-button:hover,
.news-teaser-button:focus {
    background-color: var(--red-color);
    border: 2px solid var(--red-color);
    color: #fff!important;
    text-decoration: none;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.12);
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

/* View New home, news, brand */
.view-news .carousel-item-content {
    height: 600px;
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.view-news .carousel-control-prev,
.view-news .carousel-control-next {
    width: 10%;
}
.view-news .news2 .news-teaser-small-container,
.view-news .news3 .news-teaser-small-container {
    height: 100%;
}
.view-news .news1 .news-teaser-small-text {
    position: absolute;
    top: 177px;
    bottom: 0;
    left: 30%;
    right: 0;
    z-index: 2;
}
.path-frontpage .view-news .news1 .news-teaser-small-text .news-teaser-small-button {
    color: #fff;
    border-color: #fff;
}
.view-news .news2 .news-teaser-small-button,
.view-news .news3 .news-teaser-small-button {
    color: var(--dark-gray);
}
.path-frontpage .view-news .news1 .news-teaser-small-button:hover,
.path-frontpage .view-news .news1 .news-teaser-small-button:focus {
    background-color: #fff;
}

#vbp-65.vbp_color_01 .news-cta .cta:hover a, 
#vbp-65.vbp_color_01 .news1 .news-teaser-small-button:hover,
#vbp-65.vbp_color_01 .news1 .news-teaser-small-button:focus {
    color: var(--blue-first) !important;
}

#vbp-65.vbp_color_02 .news-cta .cta:hover a, 
#vbp-65.vbp_color_02 .news1 .news-teaser-small-button:hover,
#vbp-65.vbp_color_02 .news1 .news-teaser-small-button:focus {
    color: var(--dark-blue) !important;
}
#vbp-65.vbp_color_03 .news-cta .cta:hover a, 
#vbp-65.vbp_color_03 .news1 .news-teaser-small-button:hover,
#vbp-65.vbp_color_03 .news1 .news-teaser-small-button:focus {
    color: var(--silver) !important;
}
#vbp-65.vbp_color_04 .news1 .news-teaser-small-button:hover,
#vbp-65.vbp_color_04 .news1 .news-teaser-small-button:focus {
    color: var(--red-color) !important;
}
#vbp-65.vbp_color_04 .view-news .news1 .news-teaser-small-title, 
#vbp-65.vbp_color_04 .view-news .news1 .news-teaser-very-small-body {
    color: #fff;
}
#vbp-65.vbp_color_05 .news-cta .cta:hover a, 
#vbp-65.vbp_color_05 .news1 .news-teaser-small-button:hover,
#vbp-65.vbp_color_05 .news1 .news-teaser-small-button:focus {
    color: var(--red-color) !important;
}
#vbp-65.vbp_color_06 .news-cta .cta:hover a, 
#vbp-65.vbp_color_06 .news1 .news-teaser-small-button:hover,
#vbp-65.vbp_color_06 .news1 .news-teaser-small-button:focus {
    color: var(--light-blue) !important;
}
#vbp-65.vbp_color_07 .news-cta .cta:hover a, 
#vbp-65.vbp_color_07 .news1 .news-teaser-small-button:hover,
#vbp-65.vbp_color_07 .news1 .news-teaser-small-button:focus {
    color: var(--blue-color) !important;
}
#vbp-65.vbp_color_08 .news-cta .cta:hover a, 
#vbp-65.vbp_color_08 .news1 .news-teaser-small-button:hover,
#vbp-65.vbp_color_08 .news1 .news-teaser-small-button:focus {
    color: var(--light-red) !important;
}
#vbp-65.vbp_color_09 .news-cta .cta:hover a, 
#vbp-65.vbp_color_09 .news1 .news-teaser-small-button:hover,
#vbp-65.vbp_color_09 .news1 .news-teaser-small-button:focus {
    color: var(--yellow-color) !important;
}

#vbp-65.vbp_color_10 .news-cta .cta:hover a, 
#vbp-65.vbp_color_10 .news1 .news-teaser-small-button:hover,
#vbp-65.vbp_color_10 .news1 .news-teaser-small-button:focus {
    color: var(--dark-gray) !important;
}
.view-news .news1 .news-teaser-small-body {
    font-size: 0.9rem;
    width: 90%;
    line-height: 1.1rem;
}
.view-news .news1 .news-teaser-small-title {
    font-size: 1rem;
    line-height: 1.4rem
}
.view-news .news1 .news-teaser-small-image {
    position: absolute;
    top: 0;
    right: 20%;
    left: 0;
    height: 14rem;
    z-index: 1;
    overflow: hidden;
    width: 85%;
    overflow: hidden;
}
.view-news .news1 .news-teaser-small-image img {
    width: 100%;
    height: 14rem;
    object-fit: cover;
}
.view-news .news2 .news-teaser-small-text {
    position: absolute;
    top: 56px;
    bottom: 0;
    left: 0;
    right: 9%;
    padding-right: 55%;
    z-index: 1;
}
.view-news .news3 .news-teaser-very-small-body {
    width: 80%;
}
.view-news .news2 .news-teaser-small-image {
    position: absolute;
    top: 0;
    bottom: 1rem;
    left: 38%;
    right: 0;
    z-index: 2;
    overflow: hidden;
    height: 16rem;
}
.view-news .news2 .news-teaser-small-image img {
    height: 16rem;
}
.view-news .news3 .news-teaser-small-text {
    position: absolute;
    top: 73px;
    bottom: 0;
    left: 33%;
    right: 9%;
    z-index: 2;
}
.view-news .news3 .news-teaser-small-image {
    position: absolute;
    top: 0;
    bottom: 3rem;
    right: 36%;
    left: 0;
    z-index: 1;
    overflow: hidden;
}
.view-news .news2 .news-teaser-small-body,
.view-news .news3 .news-teaser-small-body {
    display: none;
}
.view-news .news2 .news-teaser-small-text,
.view-news .news3 .news-teaser-small-text {
    background-color: #fff;
}
/* .news-full-container .view-news .news2 .news-teaser-small-text,
.news-full-container .view-news .news3 .news-teaser-small-text {
    background-color: #444;
} */
.view-news .cta-container{
    width: 100%;
    margin-top: 4rem!important;
    display: none;
    margin-bottom: 1rem;
}
.page-node-30 .view-news .cta-container {
    display: flex;
}
.view-display-id-block_3 .view-news .news2 .news-teaser-small-text,
.view-display-id-block_3 .view-news .news3 .news-teaser-small-text {
    background-color: #fff;
}

/* News Full */
.news-full-banner {
    height: 31rem;
}
.news-full-banner-bg img{
    width: 100%;
    height: 31rem;
    object-fit: cover;
}
.news-full-banner-info {
    z-index: 2;
    padding: 2rem 5rem;
    position: absolute;
    width: 28rem;
    height: 25rem;
    top: 0;
    right: 7%;
}
.red .news-full-intro {
    background: var(--cream-color);
}
.blue .news-full-intro {
    background: var(--blue-color);
}
.yellow .news-full-intro {
    background: var(--yellow-color);
}
.light-red .news-full-intro {
    background: var(--light-red);
}
.light-blue .news-full-intro {
    background: var(--light-blue);
}
.light-gray .news-full-intro {
    background: var(--light-gray);
}
.dark-gray .news-full-intro {
    background: var(--dark-gray);
}
.news-full-banner-info-overlay {
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: -1;
    box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2), 0px 8px 10px 1px rgba(0,0,0,0.14), 0px 3px 14px 2px rgba(0,0,0,0.12);
}
.news-full-banner-logos {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 1rem;
    color: var(--dark-gray);
}
.news-full-banner-logo {
    /* padding-right: 1rem; */
}
.news-full-banner-logo img{
    max-width: 7rem;
    max-height: 3rem;
    object-fit: contain;
}
.news-full-banner-date {
    font-size: 0.65rem;
    opacity: 0.7;
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    padding: 0;
    margin-top: 0.2rem;
    padding-top: 0.2rem;
    border-top: 1px solid var(--dark-gray);
    color: var(--dark-gray);
}
.news-full-banner-title {
    font-size: 1.4rem;
    font-weight: bold;
    font-family: 'EBGaramond';
    margin-top: 3rem;
    color: var(--dark-gray);
}
.page-node-type-autre-projet .news-full-container .news-full-intro,
.page-node-type-event .news-full-container .news-full-intro {
    background-color: var(--cream-color);
}
.news-full-container.red .news-full-intro .news-full-intro-description,
.news-full-container.red .news-full-intro .news-full-intro-description a {
    color: var(--dark-gray);
}
.news-full-container .news-full-intro .news-full-intro-description,
.news-full-container .news-full-intro .news-full-intro-description a,
.page-node-type-event .news-full-container .news-full-intro .news-full-intro-description {
    color: var(--dark-gray);
}
.news-full-intro {
    background: #444;
    padding: 2rem 0;
    box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2), 0px 8px 10px 1px rgba(0,0,0,0.14), 0px 3px 14px 2px rgba(0,0,0,0.12);
}
.news-full-intro h1, .news-full-intro h2 {
    font-size: 1.4rem;
    font-weight: bold;
    font-family: 'EBGaramond';
}
.news-full-intro h3 {
    font-size: 1rem;
    font-weight: bold;
    font-family: 'EBGaramond';
}
.news-full-intro-description a {
    color: #fff;
    text-decoration: underline;
}
.news-full-intro-description a:hover {
    text-decoration: none;
}
.news-full-intro-description {
    color: #fff;
    /* column-count: 2; */
    font-size: 1rem;
    margin: 1rem 0;
    line-height: 1.7rem;
    text-align: justify;
    /* column-gap: 2rem; */
}
.news-full-side-image-bg {
    position: absolute;
    background: var(--light-gray);
    height: 13rem;
    width: 80%;
    right: 0;
    bottom: 0;
    box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2), 0px 8px 10px 1px rgba(0,0,0,0.14), 0px 3px 14px 2px rgba(0,0,0,0.12);
}
.page-node-type-news .news-full-side-image-bg:before {
    background-image: url('../../images/crochets1-red.png');
}
.news-full-side-image-bg:before {
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    background-image: url('../../images/crochets1-light-blue.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -1.5rem;
    left: 1.5rem;
    display: inline-block;
}
.page-node-type-news .news-full-side-image-bg:after {
    background-image: url('../../images/crochets2-red.png');
}
.news-full-side-image-bg:after {
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    background-image: url('../../images/crochets2-light-blue.png');
    background-repeat: no-repeat;
    background-size: contain;    position: absolute;
    bottom: -1.5rem;
    right: 1.5rem;
    display: inline-block;
}
.news-full-side-image-media {
    position: absolute;
    top: -130px;
    width: 70%;
    margin: 0 15%;
}
.news-full-side-image-media img{
    height: 20rem;
    width: 100%;
    object-fit: contain;
}
.news-full-blocks h1, .news-full-blocks h2, .news-full-blocks h3, .news-full-blocks h4, .news-full-blocks h5 {
    color: var(--dark-gray);
}
.news-full-blocks h1, .news-full-blocks h1 strong, .news-full-blocks h2, .news-full-blocks h2 strong {
    font-size: 1.4rem;
    font-weight: bold;
    font-family: 'EBGaramond';
    margin: 0 0 0.8rem 0;
}
.news-full-blocks h3, .news-full-blocks h3 strong {
    font-size: 1rem;
    font-weight: bold;
    font-family: 'EBGaramond';
}
.news-full-blocks strong {
    font-weight: bold;
    font-family: 'EBGaramond';
    font-size: 0.8rem;
}
.news-full-blocks p {
    font-size: 0.8rem;
}
.block-ctools.block-entity-viewnode .news-full-blocks p {
    color: var(--dark-gray);
}
.embedded-entity.align-left {
    margin-right: 23px;
}
.news-full-blocks ol {
    list-style: none;
    font-size: .8rem;
    counter-reset: ol-counter;
}
.page-node-type-event .news-full-blocks ol li::before {
    color: var(--light-blue);
}
.news-full-blocks ol li::before {
    content: counter(ol-counter) ". ";
    color: var(--red-color);
    margin-left: -2rem;
    font-weight: 700;
    font-family: 'EBGaramond';
}
.news-full-blocks ol li {
    counter-increment: ol-counter;
    color: var(--dark-gray);
}
.news-full-blocks ul {
    display:table;
    font-size: 0.8rem;
    text-align: justify;
    list-style: none;
    color: var(--dark-gray);
}
.news-full-blocks a {
    text-decoration: underline;
}
.news-full-blocks a:hover {
    text-decoration: none;
}
.news-full-blocks ul li > p,
.news-full-blocks ol li > p {
    display: inline;
}
.red .news-full-blocks a,
.red .news-full-blocks a:visited,
.red .news-full-blocks ol li::before,
.red .news-full-blocks ul li::before {
    color: var(--red-color);
}
.red .news-full-blocks h2 + p:after {
    background: var(--red-color);
}
.light-red .news-full-blocks a,
.light-red .news-full-blocks a:visited,
.light-red .news-full-blocks ol li::before,
.light-red .news-full-blocks ul li::before {
    color: var(--light-red);
}
.light-red .news-full-blocks h2 + p:after {
    background: var(--light-red);
}
.blue .news-full-blocks a,
.blue .news-full-blocks a:visited,
.blue .news-full-blocks ol li::before,
.blue .news-full-blocks ul li::before {
    color: var(--blue-color);
}
.blue .news-full-blocks h2 + p:after {
    background: var(--blue-color);
}
.yellow .news-full-blocks a,
.yellow .news-full-blocks a:visited,
.yellow .news-full-blocks ol li::before,
.yellow .news-full-blocks ul li::before {
    color: var(--yellow-color);
}
.yellow .news-full-blocks h2 + p:after {
    background: var(--yellow-color);
}
.light-blue .news-full-blocks a,
.light-blue .news-full-blocks a:visited,
.light-blue .news-full-blocks ol li::before,
.light-blue .news-full-blocks ul li::before {
    color: var(--light-blue);
}
.light-blue .news-full-blocks h2 + p:after {
    background: var(--light-blue);
}
.light-gray .news-full-blocks a,
.light-gray .news-full-blocks a:visited,
.light-gray .news-full-blocks ol li::before,
.light-gray .news-full-blocks ul li::before {
    color: var(--light-gray);
}
.light-gray .news-full-blocks h2 + p:after {
    background: var(--light-gray);
}
.dark-gray .news-full-blocks a,
.dark-gray .news-full-blocks a:visited,
.dark-gray .news-full-blocks ol li::before,
.dark-gray .news-full-blocks ul li::before {
    color: var(--dark-gray);
}
.dark-gray .news-full-blocks h2 + p:after {
    background: var(--dark-gray);
}

.page-node-type-event .news-full-blocks ul li::before {
    color: var(--light-blue);
}
.news-full-blocks ul li::before {
    content: "\2022";
    color: var(--red-color);
    font-weight: bold;
    font-family: 'EBGaramond';
    display: inline-block;
    width: 1em;
    margin-left: -2em;
    font-size: 1rem;
}

.page-node-type-event .news-full-blocks h2 + p:after {
    background: var(--light-blue);
}
.news-full-blocks h2 + p:after {
    content: '';
    display: block;
    background: var(--red-color);
    height: 4px;
    width: 20px;
    margin-bottom: 3rem;
    margin-top: 1rem;
}
#carouselNewsControls .carousel-inner {
    width: 80%;
    margin: 0 auto;
}
.news-full-large-image {
    width: 100%;
    height: 21rem;
    margin: 0 0 3rem 0;
}
.news-full-large-image img {
    width: 100%;
    height: 21rem;
    object-fit: cover;
}
.red .news-full-associated-news .news1 .news-teaser-small-body, 
.red .news-full-associated-news .news1 .news-teaser-very-small-body,
.red .news-full-associated-news .news1 .news-teaser-small-title,
.red .news-full-associated-news .news1 .news-teaser-small-button {
    color: #fff;
}
.red .news-full-associated-news .news1 .news-teaser-small-button {
    border-color: #fff;
}
.red .news-full-associated-news .news1 .news-teaser-small-button:hover {
    background-color: #fff;
    color: var(--red-color) !important;
}
.news-full-associated-news {
    margin-top: 2rem;
}
.red .news-full-title, 
.red .brand-full-banner-socials .fa-share-alt {
    color: var(--gray-color);
}
.yellow .news-full-title, 
.yellow .brand-full-banner-socials .fa-share-alt {
    color: var(--yellow-color);
}
.blue .news-full-title, 
.blue .brand-full-banner-socials .fa-share-alt {
    color: var(--blue-color);
}
.light-red .news-full-title, 
.light-red .brand-full-banner-socials .fa-share-alt {
    color: var(--light-red);
}
.light-gray .news-full-title, 
.light-gray .brand-full-banner-socials .fa-share-alt {
    color: var(--light-gray);
}
.dark-gray .news-full-title, 
.dark-gray .brand-full-banner-socials .fa-share-alt {
    color: var(--dark-gray);
}
.light-blue .news-full-title, 
.light-blue .brand-full-banner-socials .fa-share-alt {
    color: var(--light-blue);
}
.news-full-title{font-size: 1.4rem;color: var(--red-color);padding: 3rem 2rem 0 2rem;padding-top: 3rem;font-weight: bold;font-family: 'EBGaramond';padding-left: 0;line-height: 2rem;text-transform: uppercase;letter-spacing: 0.3rem;}
.news-full-news-full-associated-news {
    margin: 2rem 0;
}
.news-full-container .brand-full-banner-socials .fa-share-alt {
    background: transparent;
    color: var(--dark-gray);
}
.news-full-news-container {
    background: #444;
}
#views-exposed-form-news-page-1 #edit-actions {
    display: none;
}
.news-full-blocks .block_1 {
    padding-top: 3rem;
    padding-bottom: 4rem;
}
.news-full-blocks .block_2 {
    /* padding-top: 3rem; */
    padding-bottom: 4rem;
}
.news-full-blocks .block_2_col_2 {
    min-height: 23rem;
    position: relative;
}
.news-full-blocks .block_3 {
    padding-top: 3rem;
    padding-bottom: 4rem;
}

@media (max-width: 992px) { 
    .view-news .js-form-item {
        width: 100%;
        padding-right: 0!important;
        padding-left: 0!important;
        margin-bottom: 2rem;
    }
    .view-news .cta-container{
        width: 90%;
    }
    .view-news .cta-container .cta-line{
        width: 60%;
    }
    .view-news .news1 .news-teaser-small-body {
        font-size: 0.65rem;
        line-height: 1rem;
    }
    .view-news .news1 .news-teaser-small-title {
        font-size: 0.9rem;
        line-height: 1.6rem;
    }
    .news-teaser-small-container {
        height: 22rem;
    }
    .view-news .news1 .news-teaser-small-text { 
        top: 4rem;
    }
    .view-news .carousel-item-content {
        height: 22rem;
        width: 100%;
    }
    .view-news .news2 .news-teaser-small-image img {
        height: 7rem;
    }
    .view-news .news2 .news-teaser-small-text {
        padding-right: 27%;
        padding-top: 5rem;
    }
    .view-news .news3 .news-teaser-small-text {
        left: 20%;
        right: 0%;
    }
    .block_2_col_2 {
        margin: 7rem 0;
    }
    .news-full-side-image-media {
        top: -6rem;
    }
    .news-full-side-image-bg {
        bottom: 0rem;
    }
    .news-full-blocks p {
        font-size: 01rem;
    }
    .news-full-blocks h2 {
        font-size: 1rem;
    }
    .news-full-blocks strong {
        font-size: 01em;
    }
    .news-full-large-image img {
        height: 16rem;
    }
    .news-full-large-image {
        height: 16rem;
    }
    .news-full-title {
        padding: 3rem 2rem 0 2rem;
    }
    .news-full-title:after {
        display: block;
        content: '';
        background: #000;
        height: 1px;
        width: 3rem;
        left: -6rem;
        position: relative;
        top: -0.5rem;
    }
    .news-full-banner-info {
        z-index: 2;
        padding: 2rem 2.5rem;
        position: absolute;
        width: 16rem;
        height: 19rem;
        top: 0;
        right: 7%;
    }
    .news-full-banner-title {
        font-size: 1.2rem;
        font-weight: bold;
        font-family: 'EBGaramond';
        margin-top: 3rem;
        /* color: var(--dark-gray); */
    }
    .news-full-banner-logo {
        padding-right: 0.3rem;
    }
    .news-full-intro-description {
        column-count: unset;
        font-size: 0.9rem;
        line-height: 1rem;
    }
    .news-title {
        padding-left: 2rem;
    }
    .news-teaser-small-button {
        padding: .45rem 1rem;
        font-size: 0.7rem;
    }
    #carouselNewsControls .carousel-control-prev .fas,
    #carouselNewsControls .carousel-control-next .fas {
        color: var(--red-color);
    }
}
@media (min-width: 992px) { 
    .block_2_col_2 {
        /* padding-left: 6rem; */
    }
}
