#site-content section.newsletter-section .elementor-column-gap-default{
    max-width: 70%;
}

.container{
    max-width: initial;
}

.col-md-6{
    max-width: initial;
    width: auto;
    width: fit-content;
    width: -moz-fit-content;
    padding: 4.0rem 1.5rem;
}

.zoomed{
    width: 100%;
    flex: 0 0 100%;
}

.act_news{
    display: flex;
    width: auto;
    width: fit-content;
    width: -moz-fit-content;
    margin-right: auto;
    margin-left: auto;
}

.act_news .act_news-poster .act_news-image{
    width: 35.0rem;
    height: 28.0rem;
    position: relative;
    overflow: hidden;
    border-radius: 1.0rem;
}

.act_news .act_news-poster .act_news-image img{
    position: absolute;
    max-width: initial;
    height: 28.0rem;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.act_news .act_news-infos-align{
    position: relative;
    width: 24.0rem;
}

.act_news .act_news-infos-block {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 1.5rem;
}

.act_news .act_news-infos-arrow {
    display: flex;
    position: relative;
}

.act_news .news-arrow {
    border-right: 2.0rem solid rgb(237, 233, 232);
    border-top: 1.5rem solid rgba(0, 0, 0, 0);
    border-bottom: 1.5rem solid rgba(0, 0, 0, 0);
    height: 0;
    width: 0;
    position: absolute;
    top: 15%;
    right: 100%;
    transform: translateY(-15%);
}

.act_news .act_news-infos{
    background-color: rgb(237, 233, 232);
}

.act_news .act_news-infos .act_news-desc{
    padding: 1.0rem 2.5rem;
    height: 8.5rem;
}

.act_news .act_news-infos .news-desc{
    height: 100%;
    font-family: Raleway;
    font-size: 1.7rem;
    color: #003a65;
    text-decoration: none solid rgb(0, 58, 101);
    line-height: 2.2rem;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
}

.act_news .act_news-date{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(27, 106, 177);
    height: 4.0rem;
}

.act_news .act_news-date .news-date-icon{
    margin-right: 1.0rem;
}

.act_news .act_news-date .news-date{
    height: 2.2rem;
    font-family: Raleway;
    font-size: 1.6rem;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none solid rgb(255, 255, 255);
    line-height: 2.5rem;
}

.act_news .act_news-actions{
    display: flex;
    justify-content: flex-end;
}

.act_news .act_news-actions div img{
    width: 3.5rem;
    height: 3.5rem;
    padding: .9rem;
}

.act_news .act_news-actions .act_news-link{
    background-color: rgb(0, 58, 101);
}

.act_news .act_news-actions .act_news-download{
    background-color: rgb(27, 106, 177);
}

.act_news .act_news-actions .act_news-share{
    background-color: rgb(0, 200, 255);
}


/* Social Modal */
#socialModal .modal-dialog{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
    height: auto;
}

#socialModal .modal-content h2{
    color: rgb(27, 106, 177);
    font-family: "Raleway", Arial;
    font-weight: 700;
    margin: 1.0rem 0;
    text-align: center;
    width: 100%;
}

#socialModal .modal-body{
    display: flex;
    justify-content: space-around;
}

#socialModal .modal-body img{
    max-width: 75%;
    margin: 1.0rem;
}

#socialModal .modal-content button.close{
    background-color: initial;
}

#socialModal .modal-footer button.btn-secondary{
    font-family: "Raleway", Arial !important;
    font-size: 1.3rem;
    background-color: rgb(0, 78, 137);
}

#socialModal .modal-footer button.btn-secondary:hover{
    background-color: rgb(0, 58, 101);
}


/* Responsive */
@media screen and (max-width: 1825px){
    #site-content section.newsletter-section .elementor-column-gap-default{
        max-width: 75%;
    }
}

@media screen and (max-width: 1700px){
    #site-content section.newsletter-section .elementor-column-gap-default{
        max-width: 80%;
    }
}

@media screen and (max-width: 1600px){
    #site-content section.newsletter-section .elementor-column-gap-default{
        max-width: 85%;
    }
}

@media screen and (max-width: 1500px){
    #site-content section.newsletter-section .elementor-column-gap-default{
        max-width: 90%;
    }
}

@media screen and (max-width: 1425px){
    #site-content section.newsletter-section .elementor-column-gap-default{
        max-width: 95%;
    }
}

@media screen and (max-width: 1350px){
    #site-content section.newsletter-section .elementor-column-gap-default{
        max-width: 114.0rem;
    }

    .col-md-6{
        width: 100%;
        flex: 0 0 100%;
    }

    .act_news{
        justify-content: center;
    }
}

@media screen and (max-width: 650px){
    .act_news{
        flex-flow: column;
        width: 35.0rem;
    }

    .act_news .act_news-infos-align{
        position: initial;
        width: 100%;
    }

    .act_news .act_news-image{
        margin-right: auto;
        margin-left: auto;
    }

    .act_news .act_news-infos-block{
        position: initial;
        transform: initial;
        margin-left: 0;
    }

    .act_news .news-arrow{
        display: none;
    }

    .act_news .act_news-infos{
        width: 100%;
    }
}

@media screen and (max-width: 400px){
    .act_news{
        width: 100%;
    }

    .act_news .act_news-poster .act_news-image{
        width: 100%;
    }
}