<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


.politique-content {
    font-family: 'Outfit', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
   
 
}

.left-container{
    display: none;
}

.title {
    font-weight: 600;
    font-size: 35px;
}

.prop-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 100px;
   
}

.left-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: 400;
    font-size: 20px;

}

.left-content a {
    text-decoration: none;
    color: black;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}

.text-content {
    max-width: 800px;
    font-weight: 200;
    font-size: 18px;
    line-height:1.5 ;
}

.politique-titre{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.titre-content{
    font-weight: 400;
}

.text-content a{
    color: #0063CE;
    cursor: pointer;
}


.category-content{
    display: flex;
    flex-direction: column;
    gap: 15px;
   
}

.sous-titre{
    display: flex;
    flex-direction: row;
    gap: 30px;
}

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

    .prop-container {
        gap: 50px;
    }

}

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

    .left-container{
        display: flex;
        flex-direction: column;
        gap: 10px;
       
    }

    .semah {
        text-decoration: none;
    color: black;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    background-color: #F2F8FF;
    font-weight: 500;
    font-size: 30px;
    }

    .seif{
        font-weight: 200;
        font-size: 18px;
    }

    .seif a {
        color: #0063CE;
    cursor: pointer;
    }

  
    
    .politique-container{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .prop-container {
       display: none;
        
    }

    .responsive-container{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 100px;
        
    }

    .titre-content{
        font-weight: 400;
    }


   


    

}




</pre></body></html>