.ombre-content,
.ombre,
#kadbreadcrumbs {
    display: none !important;
}

.snep_2035 {
    font-family: "Roboto", serif;
}

.snep_2035 h1 {
    color: #35aa6c;
    font-size: 2em;
    line-height: 1.2em;
    margin-bottom: 40px;
    margin-bottom: 50px;
}

.snep_2035 .snep_movies {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 55px;
}



.snep_2035 .snep_movies .bloc_movie iframe {
    max-width: 100%;
}

.snep_2035 .snep_movies .bloc_movie {
    width: 25%;
}

.snep_2035 .snep_movies .bloc_txt {
    width: 75%;
    font-size: 3em;
    font-weight: bold;
    line-height: 1.2em;
    color: #27B57A;
}

.lien_temoignage {
    position: relative;
    max-width: 260px;
    display: block;
    margin: auto;
}



.lien_temoignage:after {
    background-image: url('https://snep.org/wp-content/uploads/8.png');
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: center;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: .8;
    transition: opacity .4s;
    -moz-transition: opacity .4s;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
}

.lien_temoignage:hover:after {
    opacity: 1;
}

.snep_2035 .snep_movie>div {
    width: 50%;
}

.snep_timeline .bloc {
    display: flex;
    max-width: 850px;
    flex-wrap: nowrap;
    justify-content: center;
    margin: auto;
    gap: 20px;
    margin-bottom: 37px;
}

.snep_timeline .bloc>div {
    width: 33%;
}

.snep_timeline .bloc>div img {
    display: block;
    height: 60px;
}


.snep_timeline .bloc .snep_rond {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* 
.snep_timeline .bloc .snep_rond::before {
    content: '';
    position: absolute;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    top: -20px;
    left: -20px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px red;
    clip-path: inset(0 50% 0 0);
   
} */

/* .snep_timeline .bloc .snep_rond::before {
    content: '';
    position: absolute;
    width: calc(100% + 40px);
 \
    height: calc(100% + 40px);
    top: -20px;
    left: -20px;
    border-radius: 50%;
    border-left: 2px solid red;
}

.snep_timeline .bloc .snep_rond:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #1a4a4a;

    border-radius: 50%;
}

.snep_timeline .bloc .snep_rond:after {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    border: 3px solid #1a4a4a;
    border-radius: 50%;
    border-color: #1a4a4a transparent transparent #1a4a4a;
    transform: rotate(-45deg);
}
*/
.snep_timeline .bloc:nth-child(odd) .snep_rond:after {
    content: '';
    position: absolute;
    width: 190px;
    height: 190px;
    border: 3px solid #1a4a4a;
    border-radius: 50%;
    border-color: #1a4a4a transparent transparent #1a4a4a;
    transform: rotate(-45deg);
}

.snep_timeline .bloc:nth-child(even) .snep_rond:after {
    content: '';
    position: absolute;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    border: 3px solid #7FC241;
    border-color: #7FC241 transparent transparent #7FC241;
    transform: rotate(135deg);
}

.snep_timeline .bloc.step3 .snep_rond:after {
    border: 3px solid #53C5CF;
    border-color: #53C5CF transparent transparent #53C5CF;
}

.snep_timeline .bloc.step4 .snep_rond:after {
    border: 3px solid #648E5E;
    border-color: #648E5E transparent transparent #648E5E;
}

.snep_timeline .bloc.step5 .snep_rond:after {
    border: 3px solid #2DB57A;
    border-color: #2DB57A transparent transparent #2DB57A;
}

.snep_timeline .bloc.step6 .snep_rond:after {
    border: 3px solid #000000;
    border-color: #000000 transparent transparent #000000;
}


.snep_quote {
    background-color: #F3F9EE;
    color: #0f3838;
    padding: 30px;
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
    width: 700px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;

}

.snep_quote img {
    content: '';
    position: absolute;
    left: -15px;
    top: -30px;
    width: 70px;
}

.bloc_step_txt {
    padding-left: 30px;

}

.bloc_step_txt:before {
    position: absolute;
    display: block;
    margin-top: 30px;
    margin-left: -30px;
}

.bloc_step_txt span {
    position: absolute;
    width: 250px;
    max-width: 100%;
}

.step1 .bloc_step_txt:before {
    content: '01';
    color: #0C3535;
}

.step2 .bloc_step_txt:before {
    content: '02';
    color: #7FC241;
}

.step3 .bloc_step_txt:before {
    content: '03';
    color: #53C5CF;
}

.step4 .bloc_step_txt:before {
    content: '04';
    color: #648E5E;
}

.step5 .bloc_step_txt:before {
    content: '05';
    color: #27B57A;
}

.step6 .bloc_step_txt:before {
    content: '06';
}

.step1 .snep_rond {
    background-color: #0C3535;
}

.step2 .snep_rond {
    background-color: #7FC241;
}

.step3 .snep_rond {
    background-color: #53C5CF;
}

.step4 .snep_rond {
    background-color: #648E5E;
}

.step5 .snep_rond {
    background-color: #27B57A;
}

.step6 .snep_rond {
    background-color: #fff;
    color: #000 !important;
    border: 2px solid #000;
}



.snep_timeline .bloc . {}

.snep_2035 {
    max-width: 900px;
    margin: auto;
    margin-top: 40px;
}

.snep_2035_header {
    text-align: center;
    margin: auto;
}

.snep_2035_header img {
    max-width: 100%;
    width: 700px;
}





.snep_2035 .snep_timeline strong:not(.normal) {
    font-size: 1.2em;
}

.snep_2035 .snep_timeline {}



.snep_2035 .snep_download {
    position: relative;
    background-color: #0090D3;
    color: #ffffff;

    font-size: 2.4em;
    padding: 50px 0;
}

.snep_2035 .snep_download:hover a {
    color: #35aa6c !important;

}

.snep_2035 .download_a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    z-index: 2;
}



.snep_2035 .img_phone {
    position: absolute;
    right: -0px;
    top: -60px;
    width: 450px;
    z-index: 2
}

.snep_2035 .snep_download:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #35aa6c;

    width: 12000px;

    right: 0;
    left: -2000px;

}

.snep_movies,
.snep_quote {
    z-index: 11;
    position: relative;
}

.snep_movie_1 {
    background-color: #efefef;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.snep_movie_1:after {
    background-image: url(https://snep.org/wp-content/uploads/11.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 300px;
    height: 300px;
    position: absolute;
    right: -400px;
    top: 0;
}

.graphik_2 {
    position: absolute;
    left: -350px;
    width: 290px;
    bottom: 30px;
}


.snep_movie_1:before {
    content: '';

    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #efefef;
    width: 12000px;
    right: 0;
    left: -2000px;
}

.snep_2035 .extremes_dates {
    padding-right: 120px;
    font-size: 1.5em;
    color: #35aa6c;
    font-weight: 100;
}

.snep_2035 .snep_download a,
.snep_2035 .snep_download a strong {
    color: #ffffff !important;
    line-height: 1.4em;
    text-decoration: none !important;
}

.snep_2035 .snep_movie>div {
    width: 50%;
}

.snep_2035 .snep_movie {
    display: flex;
    align-items: flex-start;

    /* max-width: 900px; */
    margin: auto;
    margin-bottom: 30px;
}


.snep_2035 .snep_movie h3 {
    font-size: 3.5em;
    line-height: 1.4em;
}

.graphik_header_1,
.graphik_header_2 {
    position: absolute;
    width: 360px;
}

.graphik_header_1 {
    right: -350px;
}

.graphik_header_2 {
    left: -350px;
    top: 200px;
}

.snep_fleche {
    position: absolute;
    width: 120px;
    left: 0;

}

.snep_livre {
    display: flex;
    justify-content: center;
    background: #F3F9EE;
    padding: 60px 80px;
    margin-bottom: 60px;
    margin-top: 60px;
    position: relative;
    flex-wrap: wrap;
}

.snep_livre::before,
.snep_livre::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    background: #F3F9EE;
    z-index: 1;
}

.snep_livre::before {
    right: 100%;
}

.snep_livre::after {
    left: 100%;
}

@media (max-width: 890px) {

    .snep_livre:before,
    .snep_livre:after,
    .snep_timeline .snep_rond:after {
        display: none;
    }

    .snep_2035 .snep_movies {

        flex-wrap: wrap;
        gap: 25px;
    }

    .snep_timeline .bloc {
        justify-content: flex-start;
    }

    .snep_timeline .bloc>div:empty {
        display: none;
    }

    .snep_timeline .bloc .snep_rond {
        order: 1;
        width: auto;
    }

    .snep_timeline .bloc .bloc_step_txt {
        order: 2;
        flex: 1;
    }

    .snep_timeline .bloc .snep_rond {
        width: 63px;
        height: 63px;
        font-size: .8em;
        padding: 4px;
    }


    .bloc_step_txt span {
        position: relative;
        width: auto;
    }

    .bloc_step_txt:before {
        font-size: .8em;

    }


    .snep_2035 .snep_movies .bloc_movie {
        width: 100%;
    }

    .snep_2035 .snep_movies .bloc_txt {
        width: 100%;
        font-size: 1.8em;

    }

    .snep_livre>a {
        width: 100%;
        margin-bottom: 30px;
    }
}

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

    .snep_2035 .line_right>div:before {
        border: 10px solid #043881;
        width: 40px;
        height: 40px;
        left: 0px !important;
    }

    .snep_2035 .line_right>div {
        padding-left: 45px !important;
        padding-bottom: 60px;

    }

    .snep_2035 .snep_timeline {
        flex-direction: column;
    }

    .snep_2035 .snep_timeline .line_left,
    .snep_2035 .snep_timeline .line_right {
        width: 100%;
    }

    .snep_2035 .line_right>div.is_left {

        margin-left: 0;
        text-align: left;
        padding-right: none;
        padding-left: 30px;
    }

    .snep_2035 .line_right>div.is_left:before {
        right: auto;
        left: -45px;
    }

    .snep_2035 .img_phone {
        right: 0px;
        width: 140px;
        top: -50px
    }


}

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

    .graphik_header_1,
    .graphik_header_2 {
        display: none;
    }

    .snep_2035 .img_phone {
        display: none;
    }

    .graphik_2,
    .snep_movie_1:after {
        display: none;
    }

    .snep_2035 .snep_movie>div {
        width: 100%;
    }

    .snep_2035 .snep_movie {
        flex-direction: column;
    }

    .lien_temoignage {
        margin: auto;
        margin-top: 20px;
    }

    .snep_timeline .snep_2035 h3 {
        margin-top: 45px;
        text-align: center;
    }
}

#rond_flottant_1 {
    position: fixed;
    width: 320px;
    right: -130px;
    /* dépasse légèrement à droite */
    top: 20%;
    transform: translateY(-50%);
    z-index: 0;
    animation: flottement 8s ease-in-out infinite;
}

#rond_flottant_2 {
    position: fixed;
    width: 280px;
    left: -100px;
    /* dépasse légèrement à droite */
    top: 70%;
    transform: translateY(-90%);
    z-index: 0;
    animation: flottement 4s ease-in-out infinite;
}

.rond_flottant img {
    max-width: 320px;
    margin: auto;
}

@keyframes flottement {

    0%,
    100% {
        transform: translateY(-50%);
    }

    50% {
        transform: translateY(calc(-50% - 15px));
    }
}

.rond_flottant {
    position: fixed;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

@media only screen and (max-width : 768px) {
    .rond_flottant {
        display: none;
    }
}