/**
 * @file
 * Subtheme specific CSS.
 */

body {
     direction: rtl;
 }

 body  header {
     direction: ltr !important;
 }
 body h2{
    text-align: right !important;
}

body .view-chiffres-cle *{
    text-align: right !important;
}

.content *{
    direction: rtl !important;
    text-align: right;
}
