
.page__banner {
    padding-top: 150px;
    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;
}

.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: 40px;
    margin-top: 10px;
}

.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 (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: 28px;
        line-height: 36px;
    }
}

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

    .blog-content img.float-start,.blog-content img.float-end {
    width: 100%;
    max-width: 300px;
    height: auto;
    float: none!important;
    text-align: center;
    margin: auto;
/*
    height: auto;
    float: none;
    text-align: center; */
}
}

.by_text {
    rotate: -15deg;
}

.blog-content {
}

.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
    font-family: 'poppins', sans-serif;
    font-weight: 900;
    margin-bottom: 1rem;
}

.blog-content p {
    font-size: 18px;
    line-height: 1.8;
}


/* // first .blog-content paragarph */
 /* .blog-content p:first-child {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 3rem;
} */

img {
    width: initial;
    height: auto;
}

.blog-content img.float-start,.blog-content img.float-end {
    width: 100%;
    max-width: 400px;
    height: auto;
/*
    height: auto;
    float: none;
    text-align: center; */
}
.blog-content img {
    max-height: 600px;
}


.blog-content .float-start {
    margin-right: 1rem;
}
.blog-content .float-end {
    margin-left: 1rem;
}

/* styles pour les écrans larges */
@media (min-width: 1200px) {
    /* Ajoutez votre code CSS pour les écrans larges ici */

}

/* styles pour les écrans larges */
@media (min-width: 992px) {
    /* Ajoutez votre code CSS pour les écrans larges ici */


}

/* styles pour les tablettes en mode paysage */
@media (min-width: 992px) and (max-width: 1199.98px) {
    /* Ajoutez votre code CSS pour les tablettes en mode paysage ici */
}

/* styles pour les tablettes en mode portrait */
@media (min-width: 768px) and (max-width: 991.98px) {
    /* Ajoutez votre code CSS pour les tablettes en mode portrait ici */
}

/* styles pour les téléphones en mode paysage */
@media (min-width: 576px) and (max-width: 767.98px) {

    /* Ajoutez votre code CSS pour les téléphones en mode paysage ici */
    .blog-content p:first-child {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 3rem;
        margin: 0rem 3%;
        text-align: center;
    }
}

/* styles pour les téléphones en mode portrait */
@media (max-width: 575.98px) {

    /* Ajoutez votre code CSS pour les téléphones en mode portrait ici */
    /* .blog-content > p:first-child {
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 3rem;
        margin: 0rem 2%;
        text-align: center;
    } */
    ol li {
    margin-left: 1rem;
}

    .blog-content h2,
    .blog-content h3,
    .blog-content h4,
    .blog-content h5,
    .blog-content h6 {
        text-align: center!important;
        position: relative;
        margin-bottom: 20px;
    }


    .blog-content img {
        /* max-width: 95%; */
        width: 100%;
        max-width: 200px;

        height: auto;
        /* no float  */
        float: none;
        text-align: center;
        /* // force return to line */
        display: block;
    }

    .blog-content h2::after,
    .blog-content h3::after,
    .blog-content h4::after,
    .blog-content h5::after,
    .blog-content h6::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 2px;
        background-color: #000;
    }

}


.blog-content h2:nth-of-type(even) {
    color: #03a4ed;
    text-shadow: 1px 1px 1px #ff695f75;
}

.blog-content h2:nth-of-type(odd) {
    color: #ff695f;
    text-shadow: 1px 1px 1px #03a4ed75;
}
.blog-content ul li:nth-of-type(odd) p strong:first-child,.blog-content ol li:nth-of-type(odd) p strong:first-child {
    font-weight: bold;
    color: #03a4ed!important;
}
.blog-content ul li:nth-of-type(even) p strong:first-child,.blog-content ol li:nth-of-type(even) p strong:first-child {
    font-weight: bold;
    color: #ff695f!important;
}

/* //ajoute moi des espace entre chaque element de liste  */
.blog-content ul li,.blog-content ol li {
    margin-bottom: 1rem;
}
.page__banner h1 {
    background: linear-gradient(to right, #ff695f, #ffffff, #03a4ed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.lateral-bar-ads {
    margin-top: 200px;
    padding-left: 50px;
    /* display:flex;
            flex-direction: column;
            align-content: center;
            justify-content: center; */
}

.lateral-bar-ads div img,
.radius {
    width: 100%;
    height: auto;
    border-radius: 20px;
    /* border-radius: 20px; */
}

.lateral-bar-ads>div {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.cursor-pointer {
    cursor: pointer;
}

.text-shadow-secondary {
    color: #ff695f;
    text-shadow: 1px 1px 1px #03a4ed75;
}

.text-shadow-primary {
    color: #03a4ed;
    text-shadow: 1px 1px 1px #ff695f75;
}


h1,h2,h3{
    font-family: 'poppins', sans-serif;
}

ol li {
    list-style-type: '🔔 ';
}


/* en scss les titre alterne entre 2 couleurs propose moi une boucle scss  */
