
.page_secondaire {
    width: 100%;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
}

.page_secondaire .wrapper {
    position: relative;
    width: 1080px !important;
    margin: auto;
    padding: 125px 0 !important;
    z-index: 3;
    display: flex;
    flex-direction: column;

    /* border: 1px solid red; */
}


.page_secondaire.secteurs #content {
    position: relative;
    width: 100%;
    /* border: 1px solid red; */
    background: url('../images/slide-02.jpeg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.page_secondaire.secteurs .title {
    position: sticky;
    top: 10vh;
    width: 100%;
    padding: 40px;
    background-color: var(--orange);
    background-image: linear-gradient(90deg, var(--bleu), var(--bleu-clair), rgb(96, 66, 124));
    margin-bottom: 25px;
    border-radius: 3px;
}
.page_secondaire.secteurs .title h1{
    position: relative;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: var(--orange);
}
.page_secondaire.secteurs .title p{
    position: relative;
    font-size: 16px;
    margin-top: -10px;
    color: var(--blanc);
}
.page_secondaire.secteurs #content::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(70deg, var(--blanc), rgb(247, 246, 246));
    background-size: cover;
    background-position: center;
    z-index: 2 !important;
    content: '';
    opacity: 0.98;
}
.page_secondaire.secteurs .wrapper h1{
    position: relative;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.page_secondaire.secteurs .wrapper h1 b{
    color: var(--bleu);
    font-style: 14px;
}
.page_secondaire.secteurs .wrapper .section.two {    /****************************  Listing des acteurs        ****** */
    position: relative;
    padding: 0;

    display: flex;
    justify-content: space-between;
}






.page_secondaire.secteurs .wrapper .section.two .listing{
    position: relative;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.page_secondaire.secteurs .wrapper .section.two .listing .item a{
    position: relative;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--bleu-clair);
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 5px;
    text-decoration: none;
    transition: ease all 0.3s;
    background-color: var(--blanc);
}
.page_secondaire.secteurs .wrapper .section.two .listing .item a:hover {
    background-color: rgba(232, 237, 252, 0.99); 
    border: 3px solid var(--orange);
}
.page_secondaire.secteurs .wrapper .section.two .listing .item a .icon{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_secondaire.secteurs .wrapper .section.two .listing .item a .icon img{
    position: relative;
    width: 40px !important;
}
.page_secondaire.secteurs .wrapper .section.two .listing .item a h2{
    position: relative;
    text-align: center;
    font-size: 18px;
    color: rgb(82, 82, 82);
    font-weight: 600;
    margin-top: 10px;
    transition: ease all 0.3s;
    text-transform: capitalize;
}
.page_secondaire.secteurs .wrapper .section.two .listing .item a:hover h2{
    color: var(--bleu);
}
  
  


.page_secondaire.secteurs .wrapper .section.two .right {
    position: sticky;
    top: 10vh;
    max-width: 350px;
    padding: 0px;
    max-height: 750px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.00);
    padding-left: 15px;
}

.page_secondaire.secteurs .wrapper .section.two .right .pub{  /***  pub  ***/
    position: relative;
    width: 100%;
    padding: 0px;
}
.page_secondaire.secteurs .wrapper .section.two .right .pub .liste{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.page_secondaire.secteurs .wrapper .section.two .right .pub .liste a{
    position: relative;
    display: block;
    width: 100%;
    /* border: 1px solid red; */
    border-radius: 5px;
    overflow: hidden;
    margin: 0 !important;
}
.page_secondaire.secteurs .wrapper .section.two .right .pub .liste a .inner{
    position: relative;
    width: 100%;
    height: 350px;
    z-index: 2;
}
.page_secondaire.secteurs .wrapper .section.two .right .pub .liste a .inner::after{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    display: block;
    background-image: linear-gradient(70deg, var(--bleu-clair), var(--bleu-clair), rgb(96, 66, 124));
    opacity: 0.6;
    transition:ease-out all 0.3s;
}
.page_secondaire.secteurs .wrapper .section.two .right .pub .liste a:hover .inner::after{
    background-image: linear-gradient(80deg, var(--bleu-clair), var(--bleu-clair), rgb(96, 66, 124));
    opacity: 0.9;
}
.page_secondaire.secteurs .wrapper .section.two .right .pub .liste a .inner img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease all 0.3s;
}
.page_secondaire.secteurs .wrapper .section.two .right .pub .liste a:hover .inner img{
    transform: scale(1.03) rotate(1deg);
}
.page_secondaire.secteurs .wrapper .section.two .right .pub .liste a .caption{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    display: flex;
    justify-content: center;
    align-items: center;

    color: var(--blanc);
    z-index: 10;
    transition: ease all 0.3s;
    font-size: 18px;
}

.page_secondaire.secteurs .wrapper .section.two .right .pub .liste a .caption p{
    position: relative;
    font-size: 14px;

    padding: 8px 15px;
    border-radius: 20px;
    border: 1px solid var(--blanc);

}
.page_secondaire.secteurs .wrapper .section.two .right .pub .liste a .caption p span{
   
    font-size: 11px;

}