@media screen and (max-width: 1200px) {
    .slider-text h2{
        font-size: 34px;
    }

    .slider-text h4{
        font-size: 17px;
    }


    .nav-button-holder {
        display: block;
    }

    #mainMenu {
        display: none;
    }
}


@media screen and (max-width: 1024px){


    .slider-text h2{
        font-size: 28px;
    }
}

@media screen and (max-width: 992px) {
    .container {
        max-width: calc(100% - 40px);
    }
}

@media screen and (max-width: 840px) {
    .topHeader .container {
        display: none;
    }


    .mainHeader .logo  {
        transform: translateY(0);
        margin-bottom: 0;

    }

    .mainHeader .logo a img {
        width: 190px;
    }

}


@media screen and (max-width: 768px){

    .relationLogos{
        text-align: center !important;
    }

    .container {
        max-width: calc(100% - 40px);
    }

    .mediaBottom {
        padding-bottom: 12px;
    }

    .topHeader .container {
        display: none;
    }

    .content-to-blur {
        padding-top: 79px;
    }

    .claimHome > div.textMessage {
        padding: 30px 20px ;
        font-size: 20px;
    }

    .articlesList .articleItem {
        width: 100%;
    }

    .content-to-blur p,
    .content-to-blur ul li{
        font-size: 14px;
    }

    .content-to-blur h4{
        font-size: 20px;
    }

    .content-to-blur h2
    {
        font-size: 24px;
    }

    .slider-caption {
       font-size: 83%;
        width: 100%;
        padding: 15px;
    }

    .slider-caption .slider-text {
        max-width: 90%;
    }

    .slider-text h2 {
        font-size: 25px;
    }

    .slider-text h4{
        font-size: 20px;
    }

    .claimHome img {
        width: 100%;
        height: 170px;
    }

    .articlesList.bloqPage .articleItem {
        width: calc(100% - 16px);

    }

    footer h6,
    footer p,
    footer nav div {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }










}