<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15 juin 2017, 18:04:34
    Author     : Habib
*/

@font-face {
	font-family: "jannalt";
	
	src: url('../fonts/jannalt-regular-bb41fd7e33133977aa577ae0828f4fd6.ttf');
}
@font-face {
	font-family: "calibri";
	
	src: url('../fonts/Calibri.ttf');
}

body{font-family: jannalt;}
#biblio{
    font-family: calibri;
    font-size: 12pt;
  }
  #biblio a{
    text-decoration: none;
  }
   #biblio a:hover{
   font-weight: bold; 
  }
#titre-panel{
    font-size: 18px;
   
}
#titre-panel2{
    font-size: 18px;
   
}
#departement{
    font-size: 18px;
   
}
#publication{
    font-size: 12pt;
    color:#074A7B;
  }
  #publication a {
    text-decoration: none;
  }
  #publication a:hover{
   font-weight: bold; 
  }
  .flex-caption {
  width: 96%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
}

hr {
  height: 4px;
  margin-left: -1px;
  margin-top: -4px;
  
}
.hr-warning{
  background-image: -webkit-linear-gradient(left, rgba(210,105,30,.8), rgba(210,105,30,.6), rgba(0,0,0,0));
}
.hr-success{
  background-image: -webkit-linear-gradient(left, rgba(15,157,88,.8), rgba(15, 157, 88,.6), rgba(0,0,0,0));
}
.hr-primary{
  background-image: -webkit-linear-gradient(left, rgba(66,133,244,.8), rgba(66, 133, 244,.6), rgba(0,0,0,0));
}
.hr-danger{
  background-image: -webkit-linear-gradient(left, rgba(244,67,54,.8), rgba(244,67,54,.6), rgba(0,0,0,0));
}
.hr-habib{
  background-image: -webkit-linear-gradient(left, rgba(66,133,244,.8), rgba(66, 133, 244,.6), rgba(0,0,0,0));
}

.table-responsive1 {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
}


#titrAr{font-family: jannalt;
        font-size: 14pt;
        color:#fff;
        padding-right: 15px;
       
}
#titrAr2{font-family: jannalt;
        font-size: 14pt;
        color:#074A7B;
        padding-right: 15px;
       
}
#contAr{font-family: jannalt;
        font-size: 14pt;
        text-align: left;
         color: #000000;
        }
#titrFr{font-family: calibri;
        font-size: 14pt;
        color: #074A7B;
        padding-left: 15px;
}
#titrFr2{font-family: calibri;
        font-size: 14pt;
        color: #ffffff;
        padding-left: 15px;
}
#contFr{font-family: calibri;
        font-size: 14pt;
        text-align: justify;
        color: #074A7B;}

.day {
    font-family: 'proxima_nova_rgregular';
    border-style: solid;
    border-width: 1px;
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color:#fff;
}
.day2 {
    font-family: 'proxima_nova_rgregular';
    border-style: solid;
    border-width: 1px;
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color:#074A7B;
}
.dateAvis {
    font-family: 'proxima_nova_rgregular';
    font-size: 12px;
    text-align: center;
    color:#fff;
}
.dateAvis2 {
    font-family: 'proxima_nova_rgregular';
    font-size: 12px;
    text-align: center;
    color:#074A7B;
}
#make{
    padding-right: 30px;
    font-size: 14pt;
}
#socialmedia  {color:#ffffff;
font-size: 32px;
}
#socialmedia a:hover {color: #ccc;
}
#maskslide{ filter: alpha(opacity=70);
            opacity:0.7;
            position: absolute;
            display: block;
            background-color: #000;
            top: 160px;
            left: 0px;
            width: 100%;
            height:25%;}
#slide{text-decoration: none;
       color: #000;
font-size: 24px;}
#slide a{text-decoration: none;
       color: #000;
font-size: 24px;}

#slide a:hover{color: #ffffcc;
      text-decoration: none;
}
.profs{padding-left: 2px;
      padding-right: 10px;}
	  
 .x_panel {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease
}
.x_title {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
    margin-bottom: 10px
}
.x_title .filter {
    width: 40%;
    float: right
}
.x_title h2 {
    margin: 5px 0 6px;
    float: left;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
.x_title h2 small {
    margin-left: 10px
}
.x_title span {
    color: #BDBDBD
}
.x_content {
    padding: 0 5px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px
}
.x_content h4 {
    font-size: 16px;
    font-weight: 500
}
.media .profile_thumb {
    border: 1px solid;
    width: 50px;
    height: 50px;
    margin: 5px 10px 5px 0;
    border-radius: 50%;
    padding: 9px 12px
}
.media .profile_thumb i {
    font-size: 30px
}
.media .date1 {
    background: #8d8f90    !important;
    width: 52px !important;
    margin-right: 10px !important;
    border-radius: 10px !important;
    padding: 5px !important;
}
.media .date1 .month1 {
    margin: 0 !important;
    text-align: center !important;
    color: #fff !important;
}
.media .date1 .day1 {
    text-align: center !important;
    color: #fff !important;
    font-size: 27px !important;
    margin: 0 !important;
    line-height: 27px !important;
    font-weight: bold !important;
}
.event .media-body a.title {
    font-weight: bold
}
.event .media-body p {
    margin-bottom: 0
}
h4.graph_title {
    margin: 7px;
    text-align: center
}
	  
	  
	  
	  
	  
	  
	  </pre></body></html>