/**
 * Place your custom styles here.
 */
/*-------------------------------------------------------
 [Table of contents]

 1. Header
 + logo
 + search

 2. Navigation
 + Main Menu

 3. Content Top
 + Slideshow

 4. Content
 + Site Content

 5. Footer
 + Footer One
 + Footer Two
 + Footer Three
 + Copyright

 5. custom
 --------------------------------------------------------*/

 

@import url('https://fonts.googleapis.com/css?family=Cairo|Changa:300,400,500,600,700,800');


@font-face {
  font-family: 'DroidArabicKufi';

  src: url('../fonts/DroidArabicKufi/DroidArabicKufi.eot');
  src: url('../fonts/DroidArabicKufi/DroidArabicKufi.eot?#iefix') format('embedded-opentype'), url('../fonts/DroidArabicKufi/DroidArabicKufi.woff2') format('woff2'), url('../fonts/DroidArabicKufi/DroidArabicKufi.woff') format('woff'), url('../fonts/DroidArabicKufi/DroidArabicKufi.ttf') format('truetype'), url('../fonts/DroidArabicKufi/DroidArabicKufi.svg#glyphicons_halflingsregular') format('svg');
}
@font-face {
  font-family: 'Noto Naskh Arabic';

  src: url('../fonts/NotoNaskhArabic/NotoNaskhArabic.eot');
  src: url('../fonts/NotoNaskhArabic/NotoNaskhArabic.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoNaskhArabic/NotoNaskhArabic.woff2') format('woff2'), url('../fonts/NotoNaskhArabic/NotoNaskhArabic.woff') format('woff'), url('../fonts/NotoNaskhArabic/NotoNaskhArabic.ttf') format('truetype'), url('../fonts/NotoNaskhArabic/NotoNaskhArabic.svg#glyphicons_halflingsregular') format('svg');
}


@font-face{font-family:'Noto Naskh Arabic';font-style:normal;font-weight:700;src:url("../fonts/NotoNaskhArabic//NotoNaskhArabic-Bold.eot");
src:url("../fonts/NotoNaskhArabic//NotoNaskhArabic-Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/NotoNaskhArabic//NotoNaskhArabic-Bold.woff2") format("woff2"),url("../fonts/NotoNaskhArabic//NotoNaskhArabic-Bold.woff") format("woff"),url("../fonts/NotoNaskhArabic//NotoNaskhArabic-Bold.ttf") format("truetype")}


@font-face {
  font-family: "NassimN";
  src: url("../fonts/nassim/nassim-regular.eot");
  src: url("../fonts/nassim/nassim-regular.woff") format("woff"),
    url("../fonts/nassim/nassim-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Nassim";
  src: url("../fonts/nassim/nassim-bold.eot");
  src:  url("../fonts/nassim/nassim-bold.woff") format("woff"),
    url("../fonts/nassim/nassim-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}


body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
  font-family: 'Changa', sans-serif;
  overflow-y: auto !important;
}


a {
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  font-size: 2.7rem;
}

h2 {
  font-size: 2.1rem;
}

h3,
.block-title,
.footer h2 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 0.9rem;
}

legend {
  border-bottom: none;
}

/**************************** DEFAULT **********************************/
/* general */

label {
  display: block;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eee;
  font-size: 13px;
  color: #666;
}

blockquote p {
  margin-bottom: 0;
  font-size: 13px;
  color: #666;
}

.radio label {
  padding-left: 22px;
}

/* lists */
ul {
  padding: 0;
  margin: 0 0 9px 0;
}

ol {
  padding: 0;
  margin: 0 0 9px 15px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
  margin-left: 20px;
}

li {
  line-height: 25px;
}

ul li {
  list-style: none;
}

a {
  color: #1782d0;
  text-decoration: none;
}

a:hover {
  color: #333333;
  text-decoration: none;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 32px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555;
  border-radius: 3px;
  vertical-align: middle;
  max-width: 100%;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  color: #666;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0px none;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
}

.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
}

textarea {
  height: auto;
}

.well {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

/*------------------------- HEADER SECTION -------------------------------*/

.section-header,
.footer,
.navigation-wrapper,
.content-top,
.content-top {
  margin: 0;
  padding: 0;
}

.navigation-wrapper + div {
  clear: both;
}

.section-header {
 background-color: #d51922; /* Old browsers */

  -webkit-box-shadow: 0px 0px 3px 0px rgba(154, 154, 154, 0.75);
  -moz-box-shadow: 0px 0px 3px 0px rgba(154, 154, 154, 0.75);
  box-shadow: 0px 0px 3px 0px rgba(154, 154, 154, 0.75);
  margin-top: 0px;
  position: relative;
}

.section-header:after {
  position:absolute;
  background: #0f056b;
  content:'';
  display:inline-block;
  width:100%;
  height: 63px;
  z-index: 9;
  bottom: 0px;
  border-top: 3px #fff solid;
      border-top: 3px #fff solid;
}

.section-header .logo img {
  max-height: 60px;
}

img {
  max-width: 100%;
  height: auto;
}

.header-right {
  text-align: right;
}

.header-right nav {
  padding-top: 46px;
}

.header-right .block input {
  width: 100%;
}
.header-right .block .input-group{border: solid 1px #8c613926;border-radius: 3px;}
.header-right .block .form-search {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0;
  text-align: right;
}
.header-right .block .form-search:focus {
    outline: transparent;
   -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.51);
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.51);
    border-color:#fff;
  
}

.header-right #search-block-form {
  position: relative;
  display: block;
  float: right;
  width: 100%;
}

.header-right .block #search-block-form .form-actions {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal;
}

#block-breeze-branding a {
  font-size: 20px;
  margin-right: 10px;
}

.header-right nav > ul li {
  display: inline-block;
  padding: 0 8px;
  border-left: solid 1px #dddddd;
  line-height: 12px;
}

.header-right nav > ul li:first-child {
  border-left: none;
}

.header-right nav > ul li:last-child {
  padding-right: 0;
}

/********************* NAVIGATION  **********************/

.navigation-wrapper{
  float: right;
  position: relative;
  width: 100%;
  z-index: 99;
}



.navigation #block-alchourouk-main-menu {
  /* background: #1782d0; */
  border-top: none;
  /* border-bottom: solid 1px #0a65a8; */
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  margin: 0px;
  float: right;
  width: 100%;
}

.navigation #block-alchourouk-main-menu  ul {
  margin: 0;
  padding: 0;
}


.navigation #block-alchourouk-main-menu .dropdown-menu:before {
  width:70px;
  height:3px;
  left:0px;
  top:-44px;
  content:'';
  display:block;
  position:absolute;
  background-color:#023562;
}


.navigation #block-alchourouk-main-menu > ul> li {
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  border-right: solid 1px #1d3d6b;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  float: right;
  position: relative;
}

.navigation #block-alchourouk-main-menu > ul> li:nth-child(9) {
  border-left: solid 1px #06367b;
}

.navigation #block-alchourouk-main-menu  ul> li> a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 7.5px 25px;
  font-weight: 500;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  font-size: 16px;
  height: 100%;
  line-height: 45px;
}


.navigation #block-alchourouk-main-menu  ul> li:last-child > a {
    height: 44px;
    background-image: url(../images/sprite.png?d);
    background-repeat: no-repeat;
    background-position: -437px -2px;
    font-size:0px;
    display:inline-block;
    width: 35px;
    padding: 0px;
    position: absolute;
    left: 19px;
    top: 10px;
}

.navigation #block-alchourouk-main-menu  ul> li:last-child > a:after {
    top: 30px;
    background-image: url(../images/sprite.png?ldd);
   background-repeat: no-repeat;
   background-position: -437px -22px;
}
.navigation #block-alchourouk-main-menu  ul> li:last-child > a:before {
    top:10px;
    background-image: url(../images/sprite.png?ldd);
    background-repeat: no-repeat;
    background-position: -437px -22px;
}

.navigation #block-alchourouk-main-menu  ul> li:last-child > a:hover:after,
.navigation #block-alchourouk-main-menu  ul> li:last-child > a:hover:before,
.navigation #block-alchourouk-main-menu  ul> li:last-child > a.link-nav-2:after,
.navigation #block-alchourouk-main-menu  ul> li:last-child > a.link-nav-2:before {
    height: 3px;
    background-position: -487px -22px;
}

.navigation #block-alchourouk-main-menu  ul> li:last-child > a:hover,
.navigation #block-alchourouk-main-menu  ul> li:last-child > a.link-nav-2 {
        background-position: -487px -2px;
}

.navigation #block-alchourouk-main-menu  ul> li:last-child > a.link-nav-2:before {
  top:12px;
}

.navigation #block-alchourouk-main-menu  ul> li:last-child > a.link-nav-2:after {
  top:28px;
}


.navigation #block-alchourouk-main-menu  ul> li:last-child > a:before,
.navigation #block-alchourouk-main-menu  ul> li > a:after {
  content:'';
  width:100%;
  height:3px;
  display:inline-block;
  position:absolute;
  bottom:0px;
  left: 0px;
}

/*
.navigation #block-alchourouk-main-menu  ul> li:nth-child(1) > a:after {
  background-color:#f2962b;
}
.navigation #block-alchourouk-main-menu  ul> li:nth-child(2) > a:after {
  background-color:#1c95db;
}
.navigation #block-alchourouk-main-menu  ul> li:nth-child(3) > a:after {
  background-color:#60b111;
}
.navigation #block-alchourouk-main-menu  ul> li:nth-child(4) > a:after {
  background-color:#f9d34e;
}
.navigation #block-alchourouk-main-menu  ul> li:nth-child(5) > a:after {
  background-color:#965539;
}
.navigation #block-alchourouk-main-menu  ul> li:nth-child(6) > a:after {
  background-color:#00a550;
}
.navigation #block-alchourouk-main-menu  ul> li:nth-child(7) > a:after {
  background-color:#f1962b;
}
.navigation #block-alchourouk-main-menu  ul> li:nth-child(8) > a:after {
  background-color:#2977eb;
}




.navigation #block-alchourouk-main-menu  ul> li:nth-child(1) > a:hover {
  color:#f2962b;
}
.navigation #block-alchourouk-main-menu  ul> li:nth-child(2) > a:hover {
  color:#1c95db;
}
.navigation #block-alchourouk-main-menu  ul> li:nth-child(3) > a:hover {
  color:#60b111;
}
.navigation #block-alchourouk-main-menu  ul> li:nth-child(4) > a:hover {
  color:#f9d34e;
}
.navigation #block-alchourouk-main-menu  ul> li:nth-child(5) > a:hover {
  color:#965539;
}
.navigation #block-alchourouk-main-menu  ul> li:nth-child(6) > a:hover {
  color:#00a550;
}
.navigation #block-alchourouk-main-menu  ul> li:nth-child(7) > a:hover {
  color:#f1962b;
}
.navigation #block-alchourouk-main-menu  ul> li:nth-child(8) > a:hover {
  color:#2977eb;
}
*/
.navigation #block-alchourouk-main-menu  ul> li > a:hover:after {
  height:5px;
}


.navigation #block-alchourouk-main-menu  ul> li ul.dropdown-menu a {
  font-size: 13px;
  padding: 6px 20px;
  color: #fff;
}

.navigation #block-alchourouk-main-menu  ul> li ul.dropdown-menu a:hover,
.navigation #block-alchourouk-main-menu  ul> li ul.dropdown-menu a:focus {
  background: none;
  color: #fff;
  text-decoration: underline;
}

.navigation #block-alchourouk-main-menu > ul> li:last-child {
  float: left;
  border-left: solid 1px #06367b;
  width: 70px;
  display: inline-block;
  /* background-color: red; */
  height: 60px;
  border-right: 0px;
}

.navigation #block-alchourouk-main-menu > ul> li:first-child {
  border-left: none;
}

.navigation #block-alchourouk-main-menu > ul> li:first-child a {
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
}

.navigation #block-alchourouk-main-menu  ul>li>a:hover,
.navigation #block-alchourouk-main-menu  ul>li>a:focus,
.navigation #block-alchourouk-main-menu  ul>li>a.is-active {
  /* background: #3ba0d8; */
  /* text-decoration: underline; */
  background-color: transparent;
  color:#d51922;
}

.navigation #block-alchourouk-main-menu .dropdown-menu {
  background: #023562;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  min-width: 160px;
  padding: 5px 0;
  border: none;
}


#block-mainnavigation2{
  
position: fixed;
  
width: 250px;
  
background: #0f056b; /* Old browsers */

  
z-index: 9999;
  
top: 0px;
  
-webkit-box-shadow: 0px 0px 1px 0px rgba(154, 154, 154, 0.75);
  
-moz-box-shadow: 0px 0px 1px 0px rgba(154, 154, 154, 0.75);
  
box-shadow: 0px 0px 1px 0px rgba(154, 154, 154, 0.75);
  
left: -1000px;
  
height: 100%;
  
padding-top: 50px;
}

#block-mainnavigation2 ul li{
    margin:0px;
    width:100%;
    height:auto;
    float:right;
    position: relative;
}
#block-mainnavigation2 ul li:last-child{
  
  position: absolute;
}

#block-mainnavigation2 ul li:last-child{
  right: 0px;
  top: 5px;
  position:absolute;
  width: 45px;
}

#block-mainnavigation2 ul li:last-child a{
  font-size:0px;
  background-image: url(../images/sprite.png?o);
  background-repeat: no-repeat;
  background-position: -444px -44px;
  width: 40px;
  height: 40px;
  float:right
  opacity:0.7;
  border: 0px;
  right: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border:solid 1px #002f6f;
}



#block-mainnavigation2 ul li:last-child a:hover{
  background-color:#052a5f;
  border:solid 1px #2c4d79;
  opacity:1;
}
#block-mainnavigation2 ul li a{
  background-color:transparent;
  color: #ffffff;
  text-align:right;
  font-size:13px;
  font-weight:bold;
  border-bottom: solid 1px #143f7d;
  padding: 4px 15px;
  border-radius:0px;
}

#block-mainnavigation2 ul li a:hover{
  background-color: #052654;
}



.menu-linebar {
  display: block;
  background: #fff;
  height: 3px;
  margin-bottom: 3px;
  width: 20px;
}

/************************** MESSAGE BOX *************************/
.message-box {
  margin-bottom: 15px;
  background: rgb(247, 247, 247) none repeat scroll 0% 0%;
  border: 1px solid rgb(234, 234, 234);
  padding: 12px 15px;
  font-weight: 600;
}

.feed-icon {
  display: none;
}

/************************ Main ************************/
main {
  clear: none;
  float: right;
  position: relative;
  width: 100%;
}

.block-title {
  margin: 30px 0 20px;
}

/************************ SIDEBAR RIGHT ************************/
/* valentin removed this css
.layout-sidebar-second .block .block-title {}
/************************* CONTENT BOTTOM *********************/
.content-bottom {
  clear: both;
  padding: 0px 0;
  margin: 0px;
}
/* valentin removed this css
.content-bottom .block .block-title {}
*/

.content-bottom .block .content .glyphicon {
  font-size: 45px;
  height: 90px;
  float: left;
  width: 55px;
  padding-top: 10px;
}

.content-bottom .block .content p:last-child {
  clear: both;
}

.content-bottom .block .content .glyphicon-chevron-right {
  font-size: 13px;
  width: auto;
  height: auto;
  float: none;
  padding-top: 0;
}

.btn .glyphicon-chevron-right {
  max-width: 18px;
}

.breadcrumb {
  clear: both;
  margin-left: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  display: inline-block;
  width: 100%;
}


.breadcrumb li{
  float:right;
}

.breadcrumb > li + li:before {
   float:right;
}

/********************* FOOTER ****************************/

.footer {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: solid 1px #d8d8d8;
  padding-bottom: 15px;
}

.footer h2,
.footer h5{
  line-height: 23px;
  padding-bottom: 0px;
  margin: 5px 0px 10px 0px;
  color: #666;
  font-size: 14px;
}

.footer p{
  padding: 0px;
  margin:0px;
  color: #fff;
}

.footer a{
  margin:0px;
  color: #fff;
  font-size: 12px;
}



 .footer ul.nav > li a:before{
   display: none !important;
 }
 .footer ul.nav > li > a {
  line-height: 23px;
  padding-bottom: 5px;
  margin: 5px 0px 2px 0px;
  color: #666;
  font-size: 14px;
  font-weight:bold;
}

.section-footer {
  border: none;
  overflow: hidden;
}

.section-footer > .row > [class*="col-md"] > div {
  padding: 15px 0px;
}

.footer ul.nav > li > a {
  background: transparent;
  padding: 0;
  text-transform: uppercase;
}

.footer ul.nav > li > a:hover,
.footer ul.nav > li > a:focus,
.footer ul.nav > li > a:active {
  background: transparent;
}

article ul.contextual-links li:before,
.layout-sidebar-second .block ul.contextual-links li:before,
.layout-sidebar-first .block ul.contextual-links li:before {
  font-family: 'Open Sans', sans-serif;
}

.copyright_info {
  clear: both;
  padding: 13px 0;
  overflow: hidden;
}

.copyright-links nav {
  float: right;
}

.copyright-links nav ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0 5px;
  border-right: solid 1px #dddddd;
  line-height: 10px;
}

.copyright-links nav ul li:last-child {
  border: none;
  padding-right: 0;
}

#user-login-form [type="text"],
#user-login-form [type="password"] {
  width: 50%;
}

.user-login-form .form-item-name::before {
  content: "\e008";
  font-family: 'Glyphicons Halflings';
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  width: 30px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  border-radius: 3px 0 0 3px;
  margin-right: -5px;
  position: relative;
  z-index: 2;
  background: #ccc;
}

.user-login-form .form-item-pass::before {
  content: "\e033";
  font-family: 'Glyphicons Halflings';
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: top;
  float: left;
  width: 30px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  border-radius: 3px 0 0 3px;
  margin-right: -5px;
  position: relative;
  z-index: 2;
  background: #ccc;
}

.user-login-form .form-actions .button {
  display: inline-block;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2184cd;
  border-color: rgba(0, 0, 0, 0.3);
  background-image: none;
  width: auto;
  font-weight: bold;
}

#block-userlogin .content ul {
  padding-top: 10px;
}

#block-userlogin .content ul li {
  line-height: normal;
}

/**************************** NODES ***************************/

.layout-content {
  margin-top: 15px;
  padding: 0px;
  position:relative;
  direction: rtl;
}

.content {
  clear: both;
}

.node-content section {
  margin-top: 15px;
}

.node-content .list-inline {
  margin-left: 0;
}

.view-content .views-row {
  margin-bottom: 15px;
  padding: 0px;
  /* border: solid 1px #ccc; */
  width: 100%;
  display: inline-block;
  position: relative;
    border: 1px solid rgba(0, 0, 0, 0.09);
    
  -webkit-box-shadow: 0 1px 0px rgba(0,0,0,.04);
  -moz-box-shadow: 0 1px 0px rgba(0,0,0,.04);
  box-shadow: 0 1px 0px rgba(0,0,0,.04);
}

.view-content .banniere_1 + .views-row {
  width: 850px;
  float:right;
}


.view-content .banniere_1 + .views-row .views-field-field-image,
.view-content .banniere_1 + .views-row .fieldset{
  width: 100%;
}
.view-content .banniere_1 + .views-row .views-field-field-image{
  height: 420px;
  overflow: hidden;
}
.view-content .banniere_1 + .row-album-photo.views-row .views-field-field-image{
  display:none;
}



  
.view-content .banniere_1 + .row-article.views-row .views-field-field-categorie a {
    /*top: 369px;*/
    left: inherit !important;
    right: 0px !important;
    bottom: inherit;
    
}


.view-content .views-row:hover {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(80, 80, 80, 0.15);
  -moz-box-shadow:0px 0px 3px 0px rgba(80, 80, 80, 0.15);
  box-shadow: 0px 0px 3px 0px rgba(80, 80, 80, 0.15);
}

.view-content .banniere_2{
  width:100%;
  text-align:center;
  padding-bottom: 20px;
}

.view-content .banniere_1{
  width:300px;
  padding-bottom: 20px;
  float: left;
}

.view-content .views-row .views-field-field-categorie a{
    right: 0px;
    background-color: #0f056b;
    top: 15px;
    position: absolute;
    color: #fff;
    font-size: 23px;
    padding: 10px 30px;
    z-index: 999;
    font-family: "NassimN",Arial,Helvetica,sans-serif;
}

.view-content .row-video .views-field-field-categorie a,
.view-content .row-album-photo .views-field-field-categorie a{
      bottom: inherit;
      top:15px;
}

.view-content .views-row article footer {
  margin-bottom: 10px;
  color: #999;
}

.view-content .views-row:last-of-type {
  margin-bottom: 0;
}

.view-content .views-row .page-header {
  margin-top: 50px;
}

.view-content .views-row:first-of-type .page-header {
  margin-top: 0;
}

.node-content p:last-of-type {
  margin-bottom: 10px;
}

.pagination {
  display: block;
  margin: 40px 0 0;
}

.pager li > a,
.pager li > span {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.ost-node-images {
  margin-bottom: 15px;
}

/**************************** COMMENT ***************************/

.node-content section {
  margin-top: 15px;
}

.node-content section > h2 {
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: solid 1px #eeeeee;
}

.comment-content h3 {
  font-weight: 600;
  margin-top: 0;
}

.node-content section[rel="schema:comment"] {
  margin-top: 45px;
}

.comment-content .list-inline:last-of-type {
  margin-bottom: 0;
}

section .indented {
  margin-left: 5%;
  clear: both;
  overflow: hidden;
}

.comment-author-info span {
  display: block;
  text-align: center;
}

.comment-author-info span.comment-author {
  padding-bottom: 5px;
  font-weight: 700;
  font-size: 13px;
}

.comment-author-info article {
  text-align: center;
}

.comment-author-info {
  float: left;
  width: 150px;
  position: relative;
  padding-right: 20px;
}

.comment-content {
  float: left;
  width: 100%;
  margin-left: -150px;
  padding-bottom: 20px;
}

.comment-content-pull {
  position: relative;
  background: #fff;
  border: 1px solid #eeeeee;
  padding: 10px 15px;
  margin-left: 150px;
}

.comment-content-pull:after,
.comment-content-pull:before {
  right: 100%;
  top: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.comment-content-pull:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 15px;
  margin-top: -15px;
}

.comment-content-pull:before {
  border-color: rgba(238, 238, 238, 0);
  border-right-color: #eeeeee;
  border-width: 16px;
  margin-top: -16px;
}

.comment-content-pull .links.inline .comment-delete:before,
.comment-content-pull .links.inline .comment-edit:before,
.comment-content-pull .links.inline .comment-reply:before,
.links.inline .comment-forbidden:before,
.links.inline .comment-add:before {
  margin-right: 5px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
}

.comment-content-pull .links.inline .comment-delete:before {
  content: "\e088";
}

.comment-content-pull .links.inline .comment-edit:before {
  content: "\e065";
}

.comment-content-pull .links.inline .comment-reply:before {
  content: "\e095";
}

.links.inline .comment-forbidden:before {
  content: "\e008";
}

.links.inline .comment-add:before {
  content: "\270f";
}

/******************************* TAGS *******************************/

.field--name-field-tags {
  margin-bottom: 15px;
}

.field--name-field-tags .field--label,
.field--name-field-tags  .field__items {
  display: inline-block;
}

.field--name-field-tags .field--label {
  margin-right: 5px;
}

.field--name-field-tags .field__items .field--item {
  display: inline-block;
  margin-right: 5px;
}

.field--name-field-tags .field__items .field--item > a {
  background-color: #1782d0;
  display: inline;
  padding: .2em .6em .3em;
  font-size: 100%;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.field--name-field-tags .field__items .field--item > a:hover,
.field--name-field-tags .field__items .field--item > a:focus,
.field--name-field-tags .field__items .field--item > a:active {
  background-color: #286090;
}

/******************************* BUTTON DESIGN *******************************/

.links.inline li {
  display: inline-block;
  vertical-align: top;
  padding: 0 6px;
}

.links.inline li:first-child {
  padding-left: 0;
}

.links.inline li:last-child {
  padding-right: 0;
}

.links.inline li:before {
  font-size: 10px;
}

.btn,
.button,
.more-link,
#submit,
.comment-reply-link,
li.node-readmore > a {
  padding: 6px 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #383838;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  *background-color: #e6e6e6;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  font-family: "NassimN",Arial,Helvetica,sans-serif;
  font-size:18px;
}

.more-link:hover,
.more-link:focus,
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled],
#submit:hover,
#submit:focus,
#submit:active,
.comment-reply-link:hover,
.comment-reply-link:focus,
.comment-reply-link:active,
li.node-readmore > a:hover,
li.node-readmore > a:focus,
li.node-readmore > a:active {
  color: #333;
  background: #e6e6e6;
  text-decoration: none;
}

.btn:active,
.btn.active,
.more-link:active,
#submit:active,
.comment-reply-link:active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus,
.more-link:hover,
.more-link:focus,
#submit:hover,
#submit:focus,
.comment-reply-link:hover,
.comment-reply-link:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 16.25px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 9.75px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-block+ .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: rgb(51, 51, 51);
  text-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
  background-color: transparent;
  border-color: rgb(88, 88, 88);
  background-image: none;
  border-width:1px;
  font-family: "NassimN",Arial,Helvetica,sans-serif;
  font-size:18px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {

  color: rgb(0, 45, 110);
  border-color: rgb(5, 46, 105);

  background: #ebebeb; /* Old browsers */
  background: -moz-linear-gradient(top, #fdfdfd 0%, #ebebeb 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fdfdfd 0%,#ebebeb 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fdfdfd 0%,#ebebeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */

}

.btn-primary:active,
.btn-primary.active {
  background-color: #f7f7f7;
}

.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  *background-color: #f89406;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  *background-color: #bd362f;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  *background-color: #51a351;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  *background-color: #2f96b4;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  *background-color: #222;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group+ .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  font-size: 0;
  margin-top: 9px;
  margin-bottom: 9px;
}

.btn-toolbar> .btn+ .btn,
.btn-toolbar> .btn-group+ .btn,
.btn-toolbar> .btn+ .btn-group {
  margin-left: 5px;
}

.btn-group> .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-group> .btn+ .btn {
  margin-left: -1px;
}

.btn-group> .btn,
.btn-group> .dropdown-menu,
.btn-group> .popover {
  font-size: 13px;
}

.btn-group> .btn-mini {
  font-size: 9.75px;
}

.btn-group> .btn-small {
  font-size: 13px;
}

.btn-group> .btn-large {
  font-size: 16.25px;
}

.btn-group> .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group> .btn:last-child,
.btn-group> .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

.btn-group> .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}

.btn-group> .btn.large:last-child,
.btn-group> .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

.btn-group> .btn:hover,
.btn-group> .btn:focus,
.btn-group> .btn:active,
.btn-group> .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group> .btn+ .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}

.btn-group> .btn-mini+ .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}

.btn-group> .btn-small+ .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group> .btn-large+ .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.btn-group-vertical> .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-group-vertical> .btn+ .btn {
  margin-left: 0;
  margin-top: -1px;
}

.btn-group-vertical> .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.btn-group-vertical> .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.btn-group-vertical> .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.btn-group-vertical> .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

/************************* PRIMARY TABS ********************************/

/************************* SECONDARY TABS ********************************/
.nav-tabs> li> a.is-active,
.nav-tabs> li> a.is-active:hover,
.nav-tabs> li> a.is-active:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs {
  margin: 15px 0;
}

a.tabledrag-handle,
.handle {
  height: 24px;
  width: 24px;
}

/* require added, region-header is it needed? */
.region-header,
.form-required:after {
  background-image: url(../images/required.svg);
}

/* re write div line being pulled in from bootstrap */

.page-header {
  margin: 2px 0px 15px 0px;
  padding-bottom: 0px;
  border-bottom: 0px solid #dadada;
}

h1.page-header {
  margin-bottom: 30px;
  text-transform: none;
  margin-top: 20px;
  color: #333;
  font-size: 28px;
  line-height: 40px;
  text-align: right;
}


body.path-taxonomy .layout-content h1.page-header,
body.path-photo .layout-content h1.page-header,
body.path-video .layout-content h1.page-header{
  color: #002d6d;
  font-size: 35px;
  
}



.page-node-type-article .page-header:not(.title),
.page-node-type-video .page-header:not(.title),
.page-node-type-album-photo .page-header:not(.title),
.page-node-type-journal .page-header:not(.title),
.page-node-type-dossier .page-header:not(.title),
.page-node-type-live .page-header:not(.title),
.page-node-type-dossier .page-header:not(.title){
  display:none;
}

.path-frontpage h1.page-header{
  display:none;
}
.header-right nav> ul li {
  display: inline-block;
  padding: 0 8px;
  border-left: solid 1px #2498d5;
  line-height: 12px;
}

/* style comment and content lists */

.item-list ul li {
  line-height: 1.8rem;
  margin-bottom: 8px;
}

.item-list ul li span.field-content {
  display: block;
}

.item-list ul li span.field-content a:before,
.footer ul.nav > li > a:before {
  content: "\e080";
  margin-right: 5px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
}

.item-list ul li .views-field-changed > .field-content,
.item-list .views-field-field-event-date time {
  margin-left: 15px;
}

/* override stacked menus  */

.nav-stacked > li > a {
  background: rgba(0, 0, 0, 0.5);
}

/* add to any tweaks  */

.addtoany_list {
  display: block;
  margin-bottom: 10px;
}

.addtoany_list.a2a_kit_size_32 > a:first-of-type {
  padding-left: 0;
}

/* forum improvements */

li.action-links {
  list-style: none;
}

li.action-links + table {
  margin-top: 20px;
}

/* poll improvements */

.poll legend {
  margin-bottom: 0;
}

/* drupal suite improvements */

.ds-3col-stacked > .group-middle,
.ds-3col-stacked > .group-right,
.ds-2col-stacked > .group-right {
  padding-left: 20px;
}

.ds-3col-stacked > .group-left {
  width: 40%;
}

.ds-3col-stacked > .group-middle {
  width: 35%;
}

[class*="ds-"] [class*="group-"] .field--name-field-image {
  margin-bottom: 15px;
}



.navbar-brand{
  display:none;
}

#block-boottomlogo{
	font-size:13px;
	width: 46%;
	margin-right: 2%;
    float: left;
    position: relative;
    margin-top: -14px;
    margin-bottom: 0;
	}

#block-boottomlogo p{display: inline-block;margin: 0px;}

#block-boottomlogo a{
/* float: right; */
padding-left: 10px;
color: #fff;
display: inline-block;
}

#block-boottomlogo a:before{
  content:'';
  width: 28px;
  height: 27px;
  float:right;
  display: inline-block;
  background-image: url(../images/sprite.png?lmp);
  background-repeat: no-repeat;
  background-position: -538px -9px;
}






#block-boottomlogo .current_date_time{
  display: inline-block;
  color: #fff;
  padding-left: 5px;
}

#block-boottomlogo  .field {
  font-size: 17px;
  font-family: "NassimN",Arial,Helvetica,sans-serif;
  font-weight: normal;
  line-height: 30px !important;
}

#block-boottomlogo .current_date_time:before{
  display: inline-block;
  content:'';
  background-color: #ffffff75;
  height: 10px;
  width:1px;
  position:relative;
  right: 8px;
  top: 2px;
}
.section-header .logo{
      background-image: url(../images/logoAlchourouk.png?tid);
    background-repeat: no-repeat;
    height: 122px;
    float: right;
    width: 322px;
    padding: 0px !important;
    margin: 0px;
    position: relative;
    background-position-y: bottom;
}

.section-header .logo img{
  display:none;
}


.link_archive {
  color:#333;
  position: absolute;
  top: -30px;
  right: 0px;
}
.link_archive:before{
  content:'';
  display:inline-block;
  background-image:url(../images/sprite.png?);
  background-repeat: no-repeat;
  background-position: -635px -34px;
  height: 20px;
  width: 20px;
  float: left;
}

#mainmenu{
  padding: 0px;
  display: inline-block;
  float: right;
  width: 100%;
}


#block-csid-main-menu{
  float:left;
}


#block-socialheader{
  padding-top: 32px;
  float: right;
}
#block-socialheader a{
  float:left;
  font-size:0px;
  width: 25px;
  background-image: url(../images/sprite.png?);
  background-repeat: no-repeat;
}


#block-socialheader a.facebook{
  background-position: -680px -34px;
}

#block-socialheader a.twitter{
  background-position: -710px -34px;
}

#block-socialheader a.search{
  background-position: -747px -28px;
  width: 30px;
  height: 30px;
  top: -5px;
  position: relative;
  margin-left: 10px;
}


.view .views-field-field-image{
  height: auto;
  width: 50%;
  float:right;
}

.view-content .views-row.row-article:nth-child(2n) .views-field-field-image,
.view-content .views-row.row-dossier:nth-child(2n) .views-field-field-image{
  float:left;
}

.view-content .views-row.row-article:nth-child(2n) .views-field-field-categorie a,
.view-content .views-row.row-dossier:nth-child(2n) .views-field-field-categorie a{
  left:0px;
  right:inherit;
}

.view .views-field-field-image img{
  height: auto;
  width: 100%;
}

.view .fieldset{
  height: auto;
  width: 50%;
  float:right;
  padding: 20px;
  text-align:right;
  position: relative;
  z-index: 999;
}

.view  .fieldset .views-field{
  padding-bottom:10px;
}


.view  .views-field-title a{
  font-size: 25px;
  font-weight:bold;
  color:#333;
  line-height: 40px;
}


.view  .views-field-body{
  font-size: 19px;
  font-weight:normal;
  color:#666;
  direction: rtl;
  font-family: "NassimN",Arial,Helvetica,sans-serif;
  font-weight: normal;
  line-height: 25px;
}



.view .views-field-nothing{
  margin: 0 2.5%;
  width: 95%;
  background-color: #fff;
  position: relative;
  top: -15px;
  padding: 15px 15px 10px 20px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(154, 154, 154, 0.75);
  -moz-box-shadow: 0px 0px 2px 0px rgba(154, 154, 154, 0.75);
  box-shadow: 0px 0px 2px 0px rgba(154, 154, 154, 0.75);
}



.view .views-field-nothing .title{
  height: 60px;
  overflow: hidden;
}
.view .views-field-nothing .title a{
  color: #333;
  font-size: 17px;
  font-weight:bold;
  line-height: 18px;
}


.view .views-field-nothing .body{
  color: #666;
  font-size:13px;
  line-height:17px;
}


.view .views-field-nothing .created{
  color: #888;
  font-style:italic;
  font-size:12px;
  padding-top:20px;
}

.view .views-field-view-node{
  display:none;
}
.view .row-video .views-field-field-image,
.view .row-video .fieldset{
  width:100%;
  background-color: #fff;
}



.view .row-video .views-field-view-node,
.view .row-video .views-field-view-node a{
  display:block;
  font-size:0px;
  width: 100%;
  line-height: 100%;
  height: 100%;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 0px;
  z-index: 8;
  font-size: 0px;
  vertical-align: middle;
  left: 0px;
  -webkit-transition: background 0.75s linear;
  -moz-transition: background 0.75s linear;
  -o-transition: background 0.75s linear;
  transition: background 0.75s linear;
}

.view .row-video .views-field-view-node a{
  background-color: #00000063;
}

.view .row-video .views-field-view-node a:after {
    content: '';
    width: 60px;
    height: 60px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    top: 50%;
    text-align: center;
    position: absolute;
    z-index: 99;
    font-size: 0px;
    background-image: url(../images/play_video.png?);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-transition: background 0.75s linear;
    -moz-transition: background 0.75s linear;
    -o-transition: background 0.75s linear;
    transition: background 0.75s linear;
    -webkit-transition: box-shadow 400ms cubic-bezier(0.2,0,0.7,1),-webkit-transform 200ms cubic-bezier(0.2,0,0.7,1);
    transition: box-shadow 400ms cubic-bezier(0.2,0,0.7,1),-webkit-transform 200ms cubic-bezier(0.2,0,0.7,1);
    transition: box-shadow 400ms cubic-bezier(0.2,0,0.7,1),transform 200ms cubic-bezier(0.2,0,0.7,1);
    transition: box-shadow 400ms cubic-bezier(0.2,0,0.7,1),transform 200ms cubic-bezier(0.2,0,0.7,1),-webkit-transform 200ms cubic-bezier(0.2,0,0.7,1);
    animation-name: pulse;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-play-state: running;
    margin-top: -60px;
}

.view .row-video .views-field-view-node a:hover:after,
.view .row-video .views-field-view-node:hover a:after {
    background-image: url(../images/play_video_h.png?);
    animation-name: pulse_hover;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-play-state: running;
}


.view .row-video .views-field-view-node a:hover{
  background-color: #00000091;
}


.view .row-album-photo  .fieldset {
    width: 100%;
}



.view .row-album-photo .views-field-field-images{
  height: auto;
  width: 100%;
  float:right;
}



.view .row-album-photo .views-field-field-images a img{
  height: auto;
  width: 22%;
  float:right;
}

.view .row-album-photo .views-field-field-images a:nth-child(1){
  width: 78%;
  padding-left: 1%;
  height: 440px;
  display: inline-block;
  float:right;
  overflow:hidden;
}

.view .row-album-photo .views-field-field-images a:nth-child(1) img{
  height: auto;
   width: 100%;
}

.view-content .banniere_1 + .row-album-photo .views-field-field-images a:nth-child(1){
  height: auto;
}

.view-content .banniere_1 + .row-album-photo .views-field-field-images a:nth-child(2) img,
.view-content .banniere_1 + .row-album-photo .views-field-field-images a:nth-child(3) img,
.view-content .banniere_1 + .row-album-photo .views-field-field-images a:nth-child(4) img {
  height: 115px;
}


.view .row-album-photo .views-field-field-images a:nth-child(2) img,
.view .row-album-photo .views-field-field-images a:nth-child(3) img,
.view .row-album-photo .views-field-field-images a:nth-child(4) img{
  height: 140px;
  margin-top: 1%;
}

.view .row-album-photo .views-field-field-images a:nth-child(2) img{
  margin-top: 0%;
}


.view .row-album-photo .views-field-field-images a:nth-child(4) img{
  padding-left:0px;
}


#block-views-block-terme-de-taxonomie-2-block-2 .view .row-album-photo .views-field-field-images a:nth-child(1){
  width:100%;
  padding: 0px;
}

#block-views-block-terme-de-taxonomie-2-block-2 .view .row-album-photo .views-field-field-images a:nth-child(1) img{
  height:auto;
}

#block-views-block-terme-de-taxonomie-2-block-2 .view .row-album-photo .views-field-field-images a:nth-child(2),
#block-views-block-terme-de-taxonomie-2-block-2 .view .row-album-photo .views-field-field-images a:nth-child(3),
#block-views-block-terme-de-taxonomie-2-block-2 .view .row-album-photo .views-field-field-images a:nth-child(4) {
    height: 100px;
    overflow:hidden;
    width: 32.33%;
    margin: 1.5% 0 0 1.5%;
    position:relative;
    float: right;
}
#block-views-block-terme-de-taxonomie-2-block-2 .view .row-album-photo .views-field-field-images a:nth-child(4) {
    margin-left: 0px;
}



#block-views-block-terme-de-taxonomie-2-block-2 .view .row-album-photo .views-field-field-images a:nth-child(2) img,
#block-views-block-terme-de-taxonomie-2-block-2 .view .row-album-photo .views-field-field-images a:nth-child(3) img,
#block-views-block-terme-de-taxonomie-2-block-2 .view .row-album-photo .views-field-field-images a:nth-child(4) img {
    width: 100%;
    position:relative;
}


@keyframes pulse{from{box-shadow:0 0 1px 0px rgba(255,255,255,0.1),0 0 1px 0px rgba(255,255,255,0.1);}to{box-shadow:0 0 1px 20px rgba(255,255,255,0.1),0 0 1px 10px rgba(255,255,255,0.1);}}@-webkit-keyframes pulse_hover{from{box-shadow:0 0 1px 0px rgba(255,255,255,0.1),0 0 1px 0px rgba(255,255,255,0.1);}to{box-shadow:0 0 1px 20px rgba(255,255,255,0.1),0 0 1px 50px rgba(255,255,255,0.1);}}@keyframes pulse_hover{from{box-shadow:0 0 1px 0px rgba(255,255,255,0.1),0 0 1px 0px rgba(255,255,255,0.1);}to{box-shadow:0 0 1px 20px rgba(255,255,255,0.1),0 0 1px 50px rgba(255,255,255,0.1);}}



.footer .footer_third {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: solid 1px #d8d8d8;
    padding-bottom: 15px;
    text-align:center;
    text-transform:uppercase;
}


.footer .footer_third p{
    color:#888;
    font-size:11px;
}


footer.footer{
  background-color: #d51922; /* Old browsers */
  -webkit-box-shadow: 0px 0px 3px 0px rgba(154, 154, 154, 0.75);
  -moz-box-shadow: 0px 0px 3px 0px rgba(154, 154, 154, 0.75);
  box-shadow: 0px 0px 3px 0px rgba(154, 154, 154, 0.75);
  margin-top: 0px;
  position: relative;
  padding: 15px;
  margin-top: 20px;
  direction: rtl;
  display: inline-block;
  width: 100%;
}


.path-node article{
  background-color:#fff;
  padding:0px;
  /* -webkit-box-shadow: 0px 0px 1px 0px rgba(187, 187, 187, 0.75); 
  -moz-box-shadow: 0px 0px 1px 0px rgba(187, 187, 187, 0.75);
   box-shadow: 0px 0px 1px 0px rgba(187, 187, 187, 0.75); */
  border-right:solid 0px rgba(222, 222, 222, 0.42);
  display: inline-block;
  width: 100%;
}

.node-content  .fluid-width-video-wrapper {
  padding-top:0px !important;
}


.node-content iframe{
  max-width: 100%;
  min-height:400px;
  position: relative;
} 

.video-embed-field-responsive-video:after {
  padding-bottom: 0 !important;
}



.node-content  .alignleft {
  float:left;
  padding-right:10px;
}

#block-homejoinus,
#block-hometestimonials,
#block-americanmuslims{
  float:right;
  height: 95px;
  margin-top: 10px;
}

#block-homejoinus img,
#block-hometestimonials img,
#block-americanmuslims img{
  width:100%;
}


#block-testimonials:before{
  width: 70px;
  height: 70px;
  content:'';
  display:inline-block;
  background-image:url(../images/sprite.png);
  background-position: -16px -111px;
  position:absolute;
  top:5px;
}

#block-testimonials{
  width:100%;
  padding-top:50px;
  margin-top:10px;
}

#block-testimonials .item{
  width:100%;
}


#block-testimonials .item li{
  width:33%;
  float:left;
  padding-right: 20px;
}

#block-testimonials .item li img{
  width:110px;
  float:left;
  margin-right:10px;
}

#block-testimonials .item li .li{
  display:grid;
}




#block-testimonials .item li h5{
  position:relative;
  padding:0px;
  margin:0px;
}



#block-testimonials .item li h5 a{
  color: #1869bd;
}


#block-testimonials .item li p,
#block-testimonials .item li p a{
  font-style: italic;
  line-height: 14px;
  font-size:12px;
  padding-top:10px;
  color: #666;
  text-align:justify;
}

#block-testimonials .item li a:hover{
  color: #1869bd;
}


#block-views-block-video-block-1 .group-video .body{
  display:none;
}

#block-views-block-video-block-1 .group-video .title a{
  font-size:18px;
  font-weight:bold;
  color: #fff;
}
#block-views-block-video-block-1 .group-video .created{
  font-size:11px;
  font-style:italic;
  color: #8c8c8c;
}



#block-views-block-video-block-1 .views-field-field-image{
  width:120px;
  float:left;
  margin-right:10px;
}

#block-views-block-video-block-1 .views-field-field-image img{
  width:100%;
  height:70px;
}


#block-views-block-video-block-1 .block-title {
    margin: 0px 0 20px;
    color:#fff;
    font-size: 25px;
    font-weight:bold;
}

#block-views-block-video-block-1 .col-md-6:nth-child(1){
  padding-left:0px;
}


#block-views-block-video-block-1 .col-md-6{
  padding-bottom:10px;
}

#block-views-block-video-block-1 .col-md-6:nth-child(1) .views-field-field-image{
  width:100%;
}
#block-views-block-video-block-1 .col-md-6:nth-child(1) .views-field-field-image img{
  height:300px;
}


#block-views-block-video-block-1 .col-md-6:nth-child(1) .views-field-field-image:after {
    width: 120px;
    height: 120px;
    background-position: -102px -103px;
    top: 23%;
    left: 40%;
}



#block-views-block-video-block-1  .views-field-field-image:after {
    width: 35px;
    height: 35px;
    content: '';
    display: inline-block;
    background-image: url(../images/sprite.png);
    background-position: -233px -144px;
    top: 16px;
    z-index:999;
    left: 60px;
    position: absolute;
}


#block-views-block-video-block-1 .col-md-6:nth-child(1) .group-video{
  padding-top:20px;
  display: inline-block;
}

#block-views-block-video-block-1 .col-md-6:nth-child(1) .title a{
  font-size: 23px;
  line-height: 25px;
  padding-bottom: 10px;
  display: inline-block;
}


#block-views-block-video-block-1 .col-md-6:nth-child(1) .group-video .body{
  display:inline-block;
  color:#a5a5a5;
  line-height:14px;
}

.search-block-form {
  width:100%;
  display: inline-block;
  float: right;
  height: 45px;
}
.search-block-form .btn-primary {
    color: #1f4275;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    border: 1px solid #f3dbdb;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.19);
    border-top-width: 0px;
    height: 32px;
    font-size: 15px;
    line-height: 25px;
}


#block-liveweatherblock{
  width:100%;
  float: right;
  position:relative;
}


#block-tabwnaly{
  width:49%;
  float: right;
  position:relative;
}



#block-alchourouk-search{
  width:49%;
  float: right;
  position:relative;
}



#block-ashtrkfyalshrwq{
    width: 46%;
    margin-right: 2%;
    float: left;
    position: relative;
    margin-top: 5px;
    margin-bottom: 0;
}




#block-tabwnaly{
  top: 0;
  margin-top: 26px;
}

#block-ashtrkfyalshrwq{
  border-bottom:solid 1px #d34e52;
  margin-bottom:20px;
}

#block-ashtrkfyalshrwq a{
  color:#fff;
  font-size:15px;
  font-weight:bold;
  padding:10px 0;
  right:0;
  display:inline-block;
  width:auto;
  position:relative;
   transition: all .5s ease;
}


#block-ashtrkfyalshrwq a:hover {
  right:10px;
}

#block-ashtrkfyalshrwq a:hover:after {
    width: 100%;
    background: #ffffff;
}
#block-ashtrkfyalshrwq a:after {
    content: '';
    display: block;
    margin: auto;
    height: 5px;
    width: 0px;
    background: transparent;
    transition: width .5s ease,background-color .5s ease;
    bottom: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 9;
}

#block-ashtrkfyalshrwq a img{
  margin-right:10px;
}
#block-liveweatherblock .block-title{width: 100px;float: right;position:relative;margin: 0px;display: inline-block;line-height: 55px;padding-left: 15px;font-size: 15px;color: #ffffff;}
#block-tabwnaly .block-title{width: 100px;float: right;position:relative;margin: 0px;display: inline-block;padding-left: 15px;font-size: 15px;color: #ffffff;}

#block-liveweatherblock  .content,
#block-tabwnaly  .content{
  width: 55%;
  float: right;
  clear: inherit;
}

#block-tabwnaly  .content a{
  font-size:0px;
  width: 24px;
  height: 24px;
  display:inline-block;
  top: -6px;
  position:relative;
  background-image: url(../images/sprite.png?id=d);
  background-repeat: no-repeat;
}

#block-tabwnaly  .content a.facebook{
  background-position: -681px -10px;
}

#block-tabwnaly  .content a.twitter{
  background-position: -657px -11px;
}

#block-tabwnaly  .content a.youtube{
  background-position: -767px -11px;
}

#block-tabwnaly  .content a.gplus{
  background-position: -707px -11px;
  width: 30px;
}

#block-tabwnaly  .content a.rss{
  background-position: -737px -11px;
}

#block-tabwnaly  .content a.insta{
  background-position: -767px -102px;
}

#block-liveweatherblock  .content .live-weather .image img{
  width: 110px;
  float: right;
  right: -20px;
  position: relative;
}


#block-liveweatherblock  .content .live-weather .image{
  float:right;
  text-align: right;
  min-height: 75px;
  display: inline-block;
  width: 110px;
  position: relative;
}


#block-liveweatherblock  .content .live-weather .temperature{
  font-size:20px;
  color:#fff;
  width: 55px;
  float:right;
  line-height: 55px;
}


.banner_top{
  background-color:#edeef0;
  width:100%;
  display:inline-block;
  padding: 20px 0px;
  text-align: center;
  margin-bottom: 20px;
  z-index: 9;
  position:relative;
}


#block-views-block-frontpage-block-1{
  width: 850px;
  float: right;
  padding-bottom:20px;
  display: inline-block;
  position:relative;
  right: 0px;
}

.layout-content-min{
  width: 830px;
  float: right;
  position:relative;
}
#block-facebookcomments{
  min-height: 250px;
}

#block-views-block-frontpage-block-1 .view-content .views-row .views-field-field-image,
#block-views-block-frontpage-block-1 .view-content .views-row .fieldset,
#block-views-block-terme-de-taxonomie-2-block-1 .view-content .views-row .views-field-field-image,
#block-views-block-terme-de-taxonomie-2-block-1 .view-content .views-row .fieldset,
#block-views-block-dossiers-block-1 .view-content .views-row .views-field-field-image,
#block-views-block-dossiers-block-1 .view-content .views-row .fieldset{
  width:100%;
  position: relative;
}

#block-views-block-frontpage-block-1 .view-content .views-row .views-field-field-image,
#block-views-block-terme-de-taxonomie-2-block-1 .view-content .views-row .views-field-field-image{
  height: 470px;
  overflow:hidden;
}

#block-views-block-frontpage-block-1 .view-content .row-album-photo.views-row .views-field-field-image{
  display:none;
}

#block-views-block-frontpage-block-1 .view-content .views-row .views-field-field-categorie a,
#block-views-block-terme-de-taxonomie-2-block-1 .view-content .views-row .views-field-field-categorie a{
 
  bottom:inherit;
}

#block-views-block-halya-fy-alaswaq-block-1,
#block-views-block-halya-fy-alaswaq-block-1-2{
  width: 300px;
  float:left;
  padding:0px;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(154, 154, 154, 0.75);
  -moz-box-shadow: 0px 0px 1px 0px rgba(154, 154, 154, 0.75);
  box-shadow: 0px 0px 1px 0px rgba(154, 154, 154, 0.75);
  text-align:right;
  margin-top: 20px;
}

#block-views-block-halya-fy-alaswaq-block-1 .content,
#block-views-block-halya-fy-alaswaq-block-1-2 .content{
  padding:10px;
  display: inline-block;
}


#block-views-block-halya-fy-alaswaq-block-1 h2.block-title,
#block-views-block-halya-fy-alaswaq-block-1-2 h2.block-title,
#block-views-block-dernier-poll-block-1 h2.block-title,
#block-views-block-dernier-poll-block-1-2 h2.block-title{
  line-height: 40px;
  height: 40px;
  margin: 0px;
  padding: 0px;
  background: #0f056b;
  color: #fff;
  font-size: 15px;
}



#block-views-block-dernier-poll-block-1 h2.block-title,
#block-views-block-dernier-poll-block-1-2 h2.block-title{
  background-color: #d51922; 
}

#block-views-block-dernier-poll-block-1 h2.block-title a,
#block-views-block-dernier-poll-block-1-2 h2.block-title a{
  color: #fff; 
}

#block-views-block-halya-fy-alaswaq-block-1 h2.block-title:before,
#block-views-block-halya-fy-alaswaq-block-1-2 h2.block-title:before,
#block-views-block-dernier-poll-block-1 h2.block-title:before,
#block-views-block-dernier-poll-block-1-2 h2.block-title:before{
  width: 35px;
  height: 40px;
  content:'';
  display:inline-block;
  float: right;
  background-image: url(../images/sprite.png?id);
  background-repeat: no-repeat;
  background-position: -598px -46px;
}
#block-views-block-halya-fy-alaswaq-block-1 h2.block-title:before,
#block-views-block-halya-fy-alaswaq-block-1-2 h2.block-title:before{
  background-position: -568px -46px;
}

#block-views-block-halya-fy-alaswaq-block-1 .views-field.views-field-field-image,
#block-views-block-halya-fy-alaswaq-block-1-2 .views-field.views-field-field-image{
  width: 40%;
  padding-left: 10px;
}

#block-views-block-halya-fy-alaswaq-block-1 .views-field.views-field-title a,
#block-views-block-halya-fy-alaswaq-block-1-2 .views-field.views-field-title a{
  font-size: 17px;
  color:#002d6e;
  line-height: 28px;
}


.view-display-id-page_1{
  padding-top:20px;
  display:inline-block;
  width: 100%;
}
#block-banniere300600 {
    width: 300px;
    float: left;
    padding: 0px;
    text-align: right;
    height: auto;
    display: inline-block;
    position:relative;
    left: 0px;
    top: 0px;
}
#block-banniere300600 iframe,
#block-banniere300600 * {
    width: 100%;
    float: left;
    height: 600px;
    border:0px;
}

.layout-sidebar-first #block-banniere300600{
   padding-top: 20px;
}



#block-views-block-dernier-poll-block-1,
#block-views-block-dernier-poll-block-1-2{
  width: 300px;
  float:left;
  padding: 0px;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(154, 154, 154, 0.75);
  -moz-box-shadow: 0px 0px 1px 0px rgba(154, 154, 154, 0.75);
  box-shadow: 0px 0px 1px 0px rgba(154, 154, 154, 0.75);
  text-align:right;
}


#block-views-block-dernier-poll-block-1 .content,
#block-views-block-dernier-poll-block-1-2 .content{
  padding: 0px;
}

#block-views-block-dernier-poll-block-1 .views-row,
#block-views-block-dernier-poll-block-1-2 .views-row{
  -webkit-box-shadow: 0px 0px 0px 0px rgba(154, 154, 154, 0.75) !important;
  -moz-box-shadow: 0px 0px 0px 0px rgba(154, 154, 154, 0.75) !important;
  box-shadow: 0px 0px 0px 0px rgba(154, 154, 154, 0.75) !important;
  border: 0px;
}
#block-views-block-dernier-poll-block-1 .views-row .views-field-question a,
#block-views-block-dernier-poll-block-1-2 .views-row .views-field-question a{
  
font-size: 16px;
color: #002d6e;
line-height: 22px;
font-weight: bold;
margin: 10px 0px;
padding: 0px 10px;
display:inline-block;
}
#block-views-block-dernier-poll-block-1  .view .views-field-field-image,
#block-views-block-dernier-poll-block-1-2  .view .views-field-field-image{
  width:100%;
  height: 120px;
  overflow: hidden;
}




#block-views-block-dernier-poll-block-1 dl,
#block-views-block-dernier-poll-block-1-2 dl{
  padding: 10px 10px 0px 10px;
}

#block-views-block-dernier-poll-block-1 .total,
#block-views-block-dernier-poll-block-1-2 .total {
    text-align:right;
    padding: 10px;
}
#block-views-block-dernier-poll-block-1  .message-box,
#block-views-block-dernier-poll-block-1-2  .message-box {
    margin-bottom: 15px;
    background: rgba(0, 45, 110, 0.73) none repeat scroll 0% 0%;
    border: 1px solid rgb(0, 46, 110);
    padding: 12px 15px;
    font-weight: 600;
    position:absolute;
    width:100%;
    top:-45px;
    color:#fff;
}



#block-views-block-dernier-poll-block-1   .views-field-rendered-entity,
#block-views-block-dernier-poll-block-1-2   .views-field-rendered-entity{
  display:inline-block;
  width: 100%;
}

#block-views-block-dernier-poll-block-1   .views-field-rendered-entity h3.poll-question,
#block-views-block-dernier-poll-block-1-2   .views-field-rendered-entity h3.poll-question{
  display:none;
}
#block-views-block-dernier-poll-block-1 .field--name-field-image,
#block-views-block-dernier-poll-block-1-2 .field--name-field-image{
  height: 130px;
  overflow:hidden;
  margin-top: 10px;
}

#block-views-block-dernier-poll-block-1 .vote-form,
#block-views-block-dernier-poll-block-1-2 .vote-form{
  text-align:right;
}


#block-views-block-dernier-poll-block-1 .vote-form .fieldset-wrapper,
#block-views-block-dernier-poll-block-1-2 .vote-form .fieldset-wrapper{
  padding: 10px;
}

#block-views-block-dernier-poll-block-1 .vote-form label,
#block-views-block-dernier-poll-block-1-2 .vote-form label {
  line-height: 15px;
  font-family: "NassimN",Arial,Helvetica,sans-serif;
  font-size: 18px;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #ca0400;
}



#block-views-block-dernier-poll-block-1 .vote-form input[type="radio"],
#block-views-block-dernier-poll-block-1-2 .vote-form input[type="radio"] {
  float:right;
  position: relative;
  margin: 0px 0px 0px 5px;
}




.views-element-container{
  position:relative;
  float:right;
  width: 100%;
}


body.path-taxonomy .layout-content,
body.path-node .layout-content,
body.path-photo .layout-content,
body.path-video .layout-content{
  text-align:right;
}

#block-pieddepage{
  direction:rtl;
  border-top: solid 1px #ffffff3b;
  padding-top: 20px;
}
#block-pieddepage ul li{
  float:right;
  width: 130px;
}

#block-pieddepage ul li a{
  color:#fff;
  font-size:13px;
  margin: 0px;
}


.footer_bottom{
  display: block;
  text-align: center;
  font-family: "NassimN",Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 17px;
  color: #666;
  line-height: 22px;
  position:relative;
  width: 100%;
  display: inline-block;
}

.footer_bottom #block-copyright{
  width:30%;
  text-align: right;
}
.footer_bottom .container{
  position: relative;
}

.footer_bottom .container:before{
  width: 60px;
  height: 60px;
  display:inline-block;
  position: absolute;
  content:'';
  background-image: url(../images/sprite.png?);
  background-repeat: no-repeat;
  background-position: -738px -45px;
  top: 0px;
  right:0px;
}

.footer_bottom #block-copyright:before{
  width: 60px;
  height: 70px;
  display:inline-block;
  position: absolute;
  content:'';
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -682px -46px;
  top: 0px;
}


.footer_third{
   padding-bottom: 20px;
}


#block-alshrwq{
direction: rtl;
color: #fff;
display:inline-block;
width:100%;
}

#block-alshrwq .block-title{
  color: #fff;
  float:right;
  display:inline-block;
  font-size:20px;
  font-weight:bold;
  margin: 0px;
  margin-bottom: 15px;
}




#block-alshrwq .content .title_block{
  float:right;
  display:inline-block;
  font-family: "NassimN",Arial,Helvetica,sans-serif;
  font-weight: normal;
  line-height: 23px;
  color: #fff;
  font-size: 18px;
  padding-left: 10px;
}


#block-alshrwq  .content a{
  font-size:0px;
  width: 24px;
  height: 24px;
  display:inline-block;
  top: -6px;
  position:relative;
  background-image: url(../images/sprite.png?id);
  background-repeat: no-repeat;
  float: r;
}

#block-alshrwq  .content a.facebook{
  background-position: -681px -10px;
}

#block-alshrwq  .content a.twitter{
  background-position: -657px -11px;
}

#block-alshrwq  .content a.youtube{
  background-position: -767px -11px;
}

#block-alshrwq  .content a.insta{
  background-position: -767px -102px;
}

#block-alshrwq  .content a.gplus{
  background-position: -707px -11px;
  width: 30px;
}

#block-alshrwq  .content a.instagram{
  background-position: -737px -11px;
}

#block-alshrwq .content a.rss {
    background-position: -737px -11px;
}

#block-logofooter{
  direction:rtl;
}


#block-logofooter *{
  line-height:22px;
  font-family: "NassimN",Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 17px !important;
  color: #fff;
}

#block-logofooter a{
  padding-top: 10px;
  display: inline-block;
  padding-left: 10px;
}

#block-logofooter a.link:nth-child(1):after{
  display:inline-block;
  content:'|';
  padding-right:15px;
  color: #d6d6d6;
}

#block-logofooter .logo{
  margin-bottom: 0px;
  display:inline-block;
  top: -10px;
  position: relative;
}

#block-copyright p{
   font-family: "NassimN",Arial,Helvetica,sans-serif;
   font-weight: normal;
   font-size: 17px !important;
   line-height: 22px;
   color:#666;
}
.path-node .node_mod_2 .ost-node-images .field--name-field-image,
.path-node .node_mod_2 .ost-node-images .field--name-field-image img{
  width:100% !important;
  margin:0px;
  padding:0px;
  padding-bottom:10px;
}


.path-node .node_mod_3 .ost-node-images{
  display:none;
}
.path-node .node_mod_2 .ost-node-images{
  width:100%;
  margin: 0px;
}

.path-node .papier_date,
.path-node .date_node{/* background-color: #f5f5f5; */padding: 5px 0px;color: #666;margin-bottom: 20px;width: 100%;display:inline-block;clear:right;border-bottom: solid 1px #e6e6e6;font-family: "NassimN",Arial,Helvetica,sans-serif;font-size: 17px;}
.node-content{
  position:relative;
}

.path-node .ost-node-images{
  float:right;
  position: relative;
  margin-left: 10px;
  width: 50%;
}




.path-node .ost-node-images .field--name-field-image{
  width: auto !important;
  margin:0px;
  float:right !important;
}
.path-node .ost-node-images .field--name-field-image img{
  float:right !important;
  text-align:right;
}

.path-node  article .field--name-body{
    font-family: "NassimN",Arial,Helvetica,sans-serif;
    font-size: 22px;
    line-height: 26px;
    color: #222;
    text-align: justify;
    direction: rtl;
}


div[onclick^="window.open('http://www.juicebox.net');return false;"] {
    opacity: 0;
}


.jcbx-glry-classic{
  background-color:#001635 !important;
}

.path-contact .layout-content{
  direction:rtl;
}


.path-contact .contact-form{
  width: 50%;
  float: right;
}

#block-jrydtalshrwqywmytmstqltjamt{
  width: 50%;
  float: left;
  padding-right: 50px;
  font-size: 16px;
  line-height: 26px;
}

#block-jrydtalshrwqywmytmstqltjamt .mail,
#block-jrydtalshrwqywmytmstqltjamt h2.block-title,
#block-jrydtalshrwqywmytmstqltjamt a{
  color:#002d6e;
}



#block-views-block-terme-de-taxonomie-2-block-2{
  display:inline-block;
  width:100%;
}
#block-views-block-terme-de-taxonomie-2-block-2  .views-field-title a {
    font-size: 20px;
    line-height: 30px;
}



.dossier_article,
.dossier_video,
.dossier_album_photo {
    margin-bottom: 15px;
    padding: 0px;
    /* border: solid 1px #ccc; */
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(154, 154, 154, 0.75);
    -moz-box-shadow: 0px 0px 1px 0px rgba(154, 154, 154, 0.75);
    box-shadow: 0px 0px 1px 0px rgba(154, 154, 154, 0.75);
}

.dossier_article:hover,
.dossier_video:hover,
.dossier_album_photo:hover {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(80, 80, 80, 0.75);
  -moz-box-shadow: 0px 0px 3px 0px rgba(80, 80, 80, 0.75);
  box-shadow: 0px 0px 3px 0px rgba(80, 80, 80, 0.75);
}


.dossier_article .image,
.dossier_video .image{
    height: auto;
    width: 50%;
    float: right;
}


.dossier_video .image{
    width: 100%;
}
.dossier_article .date,
.dossier_video .date,
.dossier_album_photo .date,
.dossier_article h2,
.dossier_video h2,
.dossier_album_photo h2{
    padding-bottom: 10px;
}



.dossier_album_photo .image {
    height: auto;
    float: right;
    width: 22%;
    padding-bottom:15px;
}

.dossier_album_photo a:nth-child(1) .image {
    width: 78%;
    padding-left:15px;
    padding-bottom:0px;
}


.dossier_article .group,
.dossier_video .group {
    height: auto;
    width: 50%;
    float: right;
    padding: 20px;
    text-align: right;
    position: relative;
    z-index: 999;
}

.dossier_video .group {
    width: 100%;
    z-index: 99;
    background-color: #fff;
}



.dossier_album_photo .group {
    height: auto;
    width: 100%;
    float: right;
    padding: 20px;
    text-align: right;
    position: relative;
    z-index: 999;
}



.dossier_article .group a h2,
.dossier_video .group a h2,
.dossier_album_photo .group a h2{
   color:#333;
   margin:0px;
}

.dossier_article .group .body,
.dossier_video .group .body,
.dossier_album_photo .group .body{
     font-size: 19px;
    font-weight: normal;
    color: #666;
    direction: rtl;
    font-family: "NassimN",Arial,Helvetica,sans-serif;
    font-weight: normal;
    line-height: 25px;
}




.dossier_video a.play{
  display:block;
  font-size:0px;
  width: 100%;
  line-height: 100%;
  height: 100%;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 0px;
  z-index: 9;
  font-size: 0px;
  vertical-align: middle;
  left: 0px;
  -webkit-transition: background 0.75s linear;
  -moz-transition: background 0.75s linear;
  -o-transition: background 0.75s linear;
  transition: background 0.75s linear;
}

.dossier_video a.play{
  background-color: #00000063;
}

.dossier_video a.play:after {
    content: '';
    width: 60px;
    height: 60px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    top: 40%;
    text-align: center;
    position: absolute;
    z-index: 99;
    font-size: 0px;
    background-image: url(../images/play_video.png?);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-transition: background 0.75s linear;
    -moz-transition: background 0.75s linear;
    -o-transition: background 0.75s linear;
    transition: background 0.75s linear;
    -webkit-transition: box-shadow 400ms cubic-bezier(0.2,0,0.7,1),-webkit-transform 200ms cubic-bezier(0.2,0,0.7,1);
    transition: box-shadow 400ms cubic-bezier(0.2,0,0.7,1),-webkit-transform 200ms cubic-bezier(0.2,0,0.7,1);
    transition: box-shadow 400ms cubic-bezier(0.2,0,0.7,1),transform 200ms cubic-bezier(0.2,0,0.7,1);
    transition: box-shadow 400ms cubic-bezier(0.2,0,0.7,1),transform 200ms cubic-bezier(0.2,0,0.7,1),-webkit-transform 200ms cubic-bezier(0.2,0,0.7,1);
    animation-name: pulse;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

.dossier_video a.play:hover:after{
    background-image: url(../images/play_video_h.png?);
    animation-name: pulse_hover;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-play-state: running;
}


.dossier_video a.play:hover{
  background-color: #00000091;
}


.page-node-type-dossier .field--name-field-image {
  padding-left:10px;
  padding-bottom:20px;
  width:200px;
  float:right;
}

.page-node-type-dossier .field--name-field-image img{
  width:100%;
}


.page-node-type-dossier article .field--name-body{
  font-size:20px !important;
  line-height:25px !important;
  padding-bottom:20px;
}

.page-node-type-dossier .field--name-field-article,
.page-node-type-dossier .field--name-field-video,
.page-node-type-dossier .field--name-field-album-photo{
   width:100%;
   display:inline-block;
 }




.page-node-type-dossier .field--type-entity-reference .field--label{
  font-size:25px;
  padding:20px 20px 20px 0px;
  color: #002d6e;
  z-index: 99;
  display:inline-block;
  position:relative;
  width:100%;
 }


 .page-node-type-dossier .field--type-entity-reference .field--label:after{
  font-size:25px;
  padding:0px;
  color: #002d6e;
  background-color: #cc9331;
  content:'';
  display:inline-block;
  position:absolute;
  height:5px;
  top:30px;
  width:680px;
  right:150px;
 }

 .page-node-type-dossier .field--type-entity-reference.field--name-field-album-photo .field--label:after{
   width:640px;
  right:190px;
 }

 .page-node-type-dossier .field--type-entity-reference.field--name-field-article .field--label:after{
   width:710px;
  right:120px;
 }

 .page-node-type-dossier .field--type-entity-reference .field--label:before{
  font-size:25px;
  padding:0px;
  color: #002d6e;
  background-color: #cc9130;
  content:'';
  display:inline-block;
  position:absolute;
  height:5px;
  width:10px;
  top:30px;
  right:0px;
 }



.path-node .addtoany_list {
    width: 46px;
    padding:7px 3px;
    z-index: 99;
    position: absolute;
    top: 30px;
    right: -60px;
    background-color: #efefef;
    border-radius: 0px 5px 5px 0px;
}



.path-node .addtoany_list a {
  width:40px;
  height:40px;
  float:right;
  position:relative;
}


aside.layout-sidebar-first{
  width:300px;
  float: left;
}



.page-node-type-journal .field--name-field-image img{
  width:100%;
}



.field--name-field-auteur.field--type-entity-reference{
  width:100%;
  float: right;
  padding:20px 0px;
  position: relative;
  text-align: left;
}

.field--name-field-auteur.field--type-entity-reference h2,
.field--name-field-auteur.field--type-entity-reference .field--name-description{
  padding-right: 0px;
}
.field--name-field-auteur.field--type-entity-reference h2 a{
  color:#124a98;
}

.field--name-field-auteur.field--type-entity-reference .field--name-description{
    font-family: "NassimN",Arial,Helvetica,sans-serif;
    font-size: 20px;
    line-height: 25px;
    color:#666;
}

   

.field--name-field-auteur.field--type-entity-reference .field--name-field-photo{
  width:80px;
  position:absolute;
  right:0px;
  top: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow:hidden;
  border:solid 1px #efefef;
  padding:1px;
  display:none;
}



.field--name-field-tags.field--type-entity-reference{
  clear:right;
  display:inline-block;
  width:100%;
  padding:20px 0px;
}



.field--name-field-tags.field--type-entity-reference .field--item{
  float:right;
  padding-left:10px;
}
.field--name-field-tags.field--type-entity-reference a{
  float:right;
  padding:5px 0px;
  font-family: "NassimN",Arial,Helvetica,sans-serif;
  font-size: 18px;
  color:#002d6e;
}

.field--name-field-tags.field--type-entity-reference .field--item a:after{
  float:left;
  content:'|';
  padding-right:5px;
  color:#ccc;
}

.field--name-field-tags.field--type-entity-reference .field--item:last-child a:after{
  display:none;
}

.field--name-field-tags.field--type-entity-reference .field--item a:hover{
  text-decoration:underline;
}



#block-titleblockauteur {
    font-size: 18px;
    font-weight: normal;
    color: #666;
    direction: rtl;
    font-family: "NassimN",Arial,Helvetica,sans-serif;
    line-height: 25px;
}







#block-views-block-live-alchourouk-block-1{
  position: fixed;
  width: 250px;
  height: 175px;
  bottom: 20px;
  z-index:9999;
  overflow:hidden;
  right: -400px;
  padding: 0px;
  border: solid 1px #ffffff73;
}


#block-views-block-live-alchourouk-block-1 .views-row{
  padding: 0px !important;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(154, 154, 154, 0.75);
  -moz-box-shadow: 0px 0px 0px 0px rgba(154, 154, 154, 0.75);
  box-shadow: 0px 0px 0px 0px rgba(154, 154, 154, 0.75);
}

#block-views-block-live-alchourouk-block-1 .views-field-title{
  padding:0px !important;
  width:100%;
  position:relative;
  height: 40px;
}



#block-views-block-live-alchourouk-block-1 .views-field-title a{
  color: #fb9e0c;
  background-color: #002d6e;
  font-size: 12px;
  font-weight:bold;
  height: 40px;
  display:inline-block;
  padding-right: 10px;
  float:right;
  text-align:right;
  position:relative;
  width: 100%;
  z-index: 9;
  line-height: 41px;
  padding-left: 27px;
  overflow: hidden;
}


#block-views-block-live-alchourouk-block-1 .views-field-nothing a:before{
	width: 12px;
	height: 12px;
	content:'';
	display:inline-block;
	position: absolute;
	z-index: 99999;
	top: -28px;
	left: 15px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	background: #f71301; /* Old browsers */
	animation-name: pulse_live;
	animation-duration: 2s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	animation-play-state: running;
}




@keyframes pulse_live{
  from{box-shadow:0 0 1px 0px rgba(255,255,255,0.1),0 0 1px 0px rgba(255,255,255,0.1);}to{box-shadow:0 0 1px 20px rgba(255,255,255,0.1),0 0 1px 10px rgba(255,255,255,0.1);}
}





#block-views-block-live-alchourouk-block-1 .views-field-nothing{
   padding:0px !important;
   margin: 0px;
   width: 100%;
   z-index: 99;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(154, 154, 154, 0.75);
  -moz-box-shadow: 0px 0px 0px 0px rgba(154, 154, 154, 0.75);
  box-shadow: 0px 0px 0px 0px rgba(154, 154, 154, 0.75);
}

#block-views-block-live-alchourouk-block-1 .views-field-nothing-1 a{
   padding:0px !important;
   margin: 0px;
   width: 40px;
   height: 40px;
   z-index: 99;
   top:0px;
   left: 0px;
   position:absolute;
   font-size: 0px;
   background-image: url(../images/sprite.png?id);
   background-repeat: no-repeat;
   background-position: -481px -45px;
   opacity: 0.8;
}


#block-views-block-live-alchourouk-block-1 .views-field-body > div {padding: 0 !important;}


#block-views-block-live-alchourouk-block-1 .views-field-body iframe{width:100% !important;height: 134px !important;}

.view-listes-polls .views-field-rendered-entity .field--name-field-image.field--type-image,
.view-listes-polls .poll-question{
  display:none;
}


.view-listes-polls .views-row{
  width:32%;
  float:right;
  padding:20px;
  direction:rtl;
  position:relative;
  margin-left:1%;
  height: 500px;
}
.view-listes-polls .views-field-rendered-entity {
    display: inline-block;
    width: 100%;
}

.view-listes-polls .views-field-rendered-entity {
    display: inline-block;
    width: 100%;
}


.view-listes-polls .views-field-field-image {
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.view-listes-polls  .views-field-question {
    font-size: 16px;
    color: #002d6e;
    line-height: 22px;
    font-weight: bold;
    margin: 10px 0px;
}



.view-listes-polls  .vote-form{
  text-align:right;
}

.view-listes-polls .vote-form label{
  line-height: 15px;
  font-family: "NassimN",Arial,Helvetica,sans-serif;
  font-size: 18px;
}




.view-listes-polls  .vote-form input[type="radio"] {
  float:right;
  position: relative;
  margin: 0px 0px 0px 5px;
}


.view-listes-polls dl{
  padding-top:10px;
}

.view-listes-polls .total {
    text-align:right;
    padding:10px 0px;
}

.view-listes-polls   .message-box {
    margin-bottom: 15px;
    background: rgba(0, 45, 110, 0.73) none repeat scroll 0% 0%;
    border: 1px solid rgb(0, 46, 110);
    padding: 12px 15px;
    font-weight: 600;
    position:absolute;
    width:100%;
    top:-45px;
    color:#fff;
}


path-search .layout-container{
  direction:rtl !important;
}

.search-form .search-help-link{
  display:none;
}


.poll-view .choice-result{position:relative;padding-bottom: 10px;}

.poll-view .choice-result .percent{
    position: absolute;
    top: -20px;
    left: 0px;
    font-family: "NassimN",Arial,Helvetica,sans-serif;
    font-size: 15px;
}


.poll-view .choice-result:nth-child(2) .bar .foreground {
    background-color: #f11400;
}
.poll-view .choice-result:nth-child(4) .bar .foreground {
    background-color: #4bbd1d;
}
.poll-view .choice-result:nth-child(6) .bar .foreground {
    background-color: #0b81bb;
}

.poll-view .choice-result:nth-child(8) .bar .foreground {
    background-color: #c7bb14;
}
.poll-view .choice-result:nth-child(10) .bar .foreground {
    background-color: #241aa5;
}
.poll-view .choice-result:nth-child(12) .bar .foreground {
    background-color: #8a2481;
}

#block-altqsfytwns{
  display:inline-block;
  width:100%;
}

#block-altqsfytwns .block-title{
  background-color: #174c70;
  color: #fff;
  margin-bottom: 0px;
  padding: 10px;
}


.views-with-loader .view-content .loading{
   background-image: url(../images/loading.gif?d);
   background-repeat: no-repeat;
   width: 100%;
   height: 200px;
   background-position: center;
   text-align: center;
   line-height: 390px;
   color: #3f3933;
   direction: rtl;
   font-family: "NassimN",Arial,Helvetica,sans-serif;
   font-weight: normal;
   font-size: 19px;
   margin-bottom: 100px;
   position:relative;
   bottom: 0px;

}



.view-id-custom_search form{
  width:100%;
  padding-left:0px;
  position:relative;
  padding:20px;
  margin-bottom:30px;
  background-color:#f5f5f54f;
  border:solid 1px #eeeeee9c;
}


.view-id-custom_search form .form-inline .form-group{
  width:100%;
  padding-left: 0px;
  position:relative;
}



.view-id-custom_search form .form-inline .form-group input{
  width:100%;
  padding-left: 0px;
  border-radius: 0 3px 3px 0;
  position:relative;
}

.view-id-custom_search form .form-actions{
  position: absolute !important;
  left:30px;
  top: 40px;
  width: 150px !important;
}


.view-id-custom_search form .form-actions button{
  width: 100% !important;
  display: inline-block;
  border-radius: 3px 0 0 3px;
}



.view-id-custom_search.view-display-id-page_1 {
    padding-top: 0px;
}


.fb_iframe_widget_fluid_desktop iframe{
	width:100% !important;
}



.banniere_2_zone {
	background-image:url(../images/bgBanner1000X300.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

.banniere_zone_top_300_600 {
	width:300px;
	height:600px;
	background-image:url(../images/bgBanner300X600.jpg);
	background-repeat:no-repeat;
	background-position:center;
}










.transition-timer-carousel .carousel-caption {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 4%, rgba(0,0,0,0.5) 32%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(4%,rgba(0,0,0,0.1)), color-stop(32%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	width: 100%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: left;
	padding-top: 5px;
	padding-left: 5%;
	padding-right: 5%;
}
.transition-timer-carousel .carousel-caption .carousel-caption-header {
	margin-top: 10px;
	font-size: 24px;
}

@media (min-width: 970px) {
    /* Lower the font size of the carousel caption header so that our caption
    doesn't take up the full image/slide on smaller screens */
	.transition-timer-carousel .carousel-caption .carousel-caption-header {
		font-size: 36px;
	}
}
.transition-timer-carousel .carousel-indicators {
	bottom: 0px;
	margin-bottom: 5px;
}
.transition-timer-carousel .carousel-control {
	z-index: 11;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar {
    height: 5px;
    background-color: #d51922;
    width: 0%;
    margin: -5px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar.animate{
    /* We make the transition time shorter to avoid the slide transitioning
    before the timer bar is "full" - change the 4.25s here to fit your
    carousel's transition time */
    -webkit-transition: width 4.25s linear;
	-moz-transition: width 4.25s linear;
	-o-transition: width 4.25s linear;
	transition: width 4.25s linear;
}













#block-views-block-frontpage-block-2{
      width: 850px;
      position: relative;
}


#transition-timer-carousel .carousel-indicators{
  
position: absolute;
bottom: -52px;
right: inherit;
left: 20px;
width: auto;
display: inline-block;
margin-left:0;
height:30px;
}

#transition-timer-carousel .carousel-indicators li {
    display: inline-block;
    width: 32px;
    height: 22px;
    margin: 1px;
    text-indent: 0px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #666;
    border-radius: 10px;
    color: #666;
    line-height: 21px;
    font-size: 10px;
    font-family: arial;
    font-weight: bold;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 24%);
}

#transition-timer-carousel .carousel-indicators li:hover{
  background-color:#ffc295;
  color:#fff;
    border:1px solid #ffc295;
}
#transition-timer-carousel .carousel-indicators li.active{
  background-color:#d51922;
  color:#fff;
    border:1px solid #d51922;
}




#block-views-block-breakingnews-block-2 {
	background-color: #8e0404;
}

#block-views-block-breakingnews-block-2 .bn-label{
	background-color: #8e0404;
}


#block-views-block-breakingnews-block-2 .bn-controls button{
	background-color: #8e0404;
}

#block-views-block-breakingnews-block-2 .bn-controls button:hover {
    background-color: red;
}


#block-views-block-breakingnews-block-2 .bn-direction-rtl .bn-controls button {
    border-left: none;
    border-right: solid 1px red;
}

#transition-timer-carousel .carousel-inner a {
	color:#fff;
	text-align: right;
}

#transition-timer-carousel .carousel-inner a:hover {
	color:#d51922
}

#transition-timer-carousel .carousel-inner a img{
	width: 100%;
}



#block-views-block-slider-block-1 {
	width:850px;
	float:right;
	    height: 520px;
    display: block;
    overflow: visible;
}

#block-views-block-slider-block-1 .carousel-caption {
	text-align:right;
	float:right;
}


