
.bloc1 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.bloc1>figure {
    position: relative;
    z-index: 1;
    width: 100%;
}

.bloc1>figure img {
    max-width: initial;
}

.bloc1>div {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -270px;
    background-color: #000;
    padding: 30px;
}

.bloc1>div h2 {
    font-size: 18px;
    color: #fff;
}

.bloc1>div p {
    color: #a59890;
    text-align: center;
}

.bloc1>div p a {
    color:  inherit;
}


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

    .bloc1>div {
        margin-top: 20px;
    }
    
}



.bloc2 {}

.bloc2 h3 {
    margin-bottom: 5px;
}

.bloc2 h3 a {
    text-decoration: none;
    font-size: 20px;
    color: #000 !important;
}

.bloc2 figure {
    width: 20px;
    margin-left: auto;
    margin-right: auto;
}


.bloc3 {}

.bloc3 a {
    font-size: 38px !important;
    color: #333 !important;
    text-decoration: none;
    font-family: 'bebas' !important;
    text-transform: uppercase;
}



/* --------- selection item sous-navigation --------- */

    
.tertiaire li[data-slug="votre-secteur-d-activite"] a {
    color: var(--orange) !important;
}
.tertiaire li[data-slug="votre-secteur-d-activite"] a:before {
    content: '';
    display: block;
    position: absolute;
    top: -30px;
    left: calc(50% - (3px / 2));
    width: 3px;
    height: 20px;
    background-color: var(--orange) !important;
}


@media screen and (max-width:900px) {
    .tertiaire li[data-slug="votre-secteur-d-activite"] a:before {
        display: none;
    }
}