.page__banner {
    padding-top: 155px;
    padding-bottom: 75px;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page__banner-content .subtitle-two {
    color: #ff695f;
    /* font-family: 'Poppins', sans-serif; */
}

.page__banner-content ul li {
    display: inline-block;
    list-style: none;
    color: #f6b720;
    font-weight: 700;
}

.page__banner-content h1 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    margin-top: 10px;
    font-weight: bold;
}

.subtitle-two {
    display: block;
    font-size: 140px;
    line-height: 1;
    font-weight: 700;
    color: #03a3ed;
    opacity: 0.25;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    margin: 0 0 -85px 0;
    position: relative;
    z-index: -1;
}

.page__banner::after {
    content: '';
    position: absolute;
    width: 65%;
    height: 100%;
    left: 0;
    top: 0;
    background: #343a40da;
    border-radius: 0 0 150px 0;
    z-index: -2;
}

@media (min-width: 600px) {
    .content-display-decoration-blog:after {
        background-image: url('assets/images/baner-dec-left.png');
        height: 532px;
        left: 0;
        width: 267px;
    }

}

@media (max-width: 991px) {
    .subtitle-two {
        font-size: 90px;
        margin: 0 0 -65px 0;
    }
}

@media (max-width: 768px) {
    .page__banner {
        padding-top: 150px;
    }

    .page__banner::after {
        width: 100%;
        border-radius: 0;
    }

    .page__banner-content h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

.page__banner-content ul li span {
    margin-right: 15px;
    color: #a4acb5;
}

.page__banner-content ul li a {
    color: #a4acb5;
    margin-right: 15px;
}

@media (max-width: 440px) {
    .page__banner-content h1 {
        font-size: 34px;
        line-height: 44px;
    }
}

@media (max-width: 575px) {
    .subtitle-two {
        font-size: 62px;
        margin: 0 0 -40px 0;
    }
}

.by_text {
    rotate: -15deg;
}


.card {
    border: none;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    border-radius: 20px;
    min-height: 450px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .card {
        min-height: 350px;
    }

}

@media (max-width: 420px) {
    .card {
        min-height: 400px;
    }
}


.card.card-has-bg {
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center center;
}

.card.card-has-bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    /* -webkit-filter: grayscale(1);
         -moz-filter: grayscale(100%);
         -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%); */
    filter: grayscale(60%);
}

.card.card-has-bg:hover {
    transform: scale(0.98);
    box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
    background-size: 130%;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.card.card-has-bg:hover .card-img-overlay {
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    background: #ff695f;
    background: linear-gradient(0deg, #ff6a5f80 0%, #ff6a5f 100%);
}

.card.card-has-bg:hover .categorie-pill div {
    border: white solid 1px;
    /* background-color: #fff!important;
        color: black!important; */
}

.card .card-footer {
    background: none;
    border-top: none;
}

.card .card-footer .media img {
    border: solid 3px rgba(255, 255, 255, 0.3);
}

/* .card .card-meta {
        color: #03a4ed;
    } */

.card .card-body {
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.card:hover {
    cursor: pointer;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.card:hover .card-body {
    margin-top: 30px;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.card .card-img-overlay {
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    background: #234f6d;
    background: linear-gradient(0deg, rgba(35, 79, 109, 0.3785889355742297) 0%, rgba(69, 95, 113, 1) 100%);
}

 .card {
    min-width: 320px !important;
    min-height: 450px !important;
    max-width: 340px;
    /* width: 300px;
        height: 435px; */
}

@media (max-width: 340px) {

     .card {
        min-width: 97vw !important;
        min-height: 400px !important;
    }
}

@media (min-width: 1600px) {
     .card {
        min-width: 340px !important;
    }
}

.content-display-decoration-blog {
    position: relative;
}

.display-decoration-blog {
    z-index: 5;

    position: absolute;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 300;
    /* //espacement horizonal des lettres  */
    letter-spacing: 0.1em;
    opacity: 0.5;
}

.display-decoration-blog:nth-of-type(even) {
    color: #ff6a5f;
}

.display-decoration-blog:nth-of-type(odd) {
    color: #03a4ed;
}

.display-decoration-blog:nth-of-type(1) {
    top: 10vh;
    left: 10vw;
    /* //rotation diagonale  */
    transform: rotate(-40deg);
}

.display-decoration-blog:nth-of-type(2) {
    bottom: 30vh;
    left: 7vw;
    /* //rotation diagonale  */
    transform: rotate(30deg);
}

.display-decoration-blog:nth-of-type(3) {
    top: 30vh;
    right: 0;
    /* //rotation diagonale  */
    transform: rotate(25deg);
}

.display-decoration-blog:nth-of-type(4) {
    bottom: 2vh;
    right: 45px;
    /* //rotation diagonale  */
    transform: rotate(-25deg);
}

.categorie-pill {
    /* background-color: #ff6a5f; */
    color: white;
    /* border-radius: 20px; */
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    flex-wrap: wrap;

}

.categorie-pill div:nth-of-type(1) {
    background-color: #ff6a5f !important;
}

.categorie-pill div:nth-of-type(2) {
    margin-left: 10px;
    background-color: #03a4ed !important;
}

.categorie-pill div:nth-of-type(2):hover {
    background-color: #fff !important;
    color: #03a4ed
}

.categorie-pill div:nth-of-type(1):hover {
    background-color: #fff !important;
    color: #ff6a5f
}

.card.card-has-bg:hover .categorie-pill div:nth-of-type(1):hover {
    background-color: #fff !important;
    color: #ff6a5f
}

.card.card-has-bg:hover .categorie-pill div:nth-of-type(2):hover {
    background-color: #fff !important;
    color: #03a4ed
}



.content-display-decoration-blog:after,
.main-banner:before {
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 100px;
    z-index: 0;

}


/* .main-banner:after {
background-image: url(../images/baner-dec-left.png);
height: 532px;
left: 0;
width: 267px;
} */
.contact-dec {
    opacity: 0.5;
}

.contact-left-dec {
    position: absolute;
    bottom: 15vh;
    opacity: .5;
}
