﻿.postdate {
  float: left;
  display: inline;
  margin: 5px 10px 0 0;
  padding:  0 0 5px 0;
  width: 45px;
  height: 55px;
  text-align: center;
  border: 1px solid #C0C0C0;
}
.Year
{
    font-size:10px;
    margin-top: -3px;    
}
.postmonth{
  color: #FFF;
  font-size: 11px;
  text-transform: uppercase;
  padding: 0px 0px;
    background: #C0C0C0;
}

.postday{
  color: #918F8F;
  font-size: 13px;
  padding: 1px 0px;
}
.Year
{
    color: #918F8F;
    font-size:10px;
    margin-top: -3px;
}

/**************************************************************/

/*********** Login: Panel glissant ***********/

/*  L'onglet */
.tab
{
    background: transparent;
    height: 0px;
    margin: 0 auto;
    position: relative;
    top: 0;
    max-width: 950px;
    z-index: 999;
}

.tab ul.Acces
{
    display: block;
    position: relative;
    float: right;
    clear: right;
    height: 42px;
    width: auto;
    font-weight: bold;
    margin: 0;
    right: 0;
    color: white;
    font-size: 80%;
    text-align: center;
    -moz-box-shadow: 0px 0px 5px -2px #656565;
    -webkit-box-shadow: 0px 0px 5px -2px #656565;
    -o-box-shadow: 0px 0px 5px -2px #656565;
    box-shadow: 0px 0px 5px -2px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=5);
}

.tab ul.Acces li
{
    border: 1px solid #FFFFFF;
    outline: #d6d5d6 solid 1px;
    ouline-top: none;
    border-top: none;
    text-align: left;
    padding: 0 6px;
    display: block;
    float: left;
    height: 55px;
    width: 215px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ebebeb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#ebebeb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#ebebeb 100%); /* W3C */

}

.tab ul.Acces li a 
{
    color: #71007A;
    display: block;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 20px;
    font-weight: bold;
    width: 89%;
    text-transform: uppercase;
}
.tab a.openSlide, .tab a.closeSlide
{
    cursor: pointer;
    display: block;
    height: 30px;
    line-height: 20px !important;
    padding-left: 8px !important;
    padding-top: 3px;
    position: relative;
    top: 11px;
    width: 100px;
}
.tab ul.Acces li a small
{
    color: #626262;
    display: block;
    font-family: arial;
    font-size: 10px;
    text-transform: lowercase;
}
.tab ul.Acces li a i
{
    color: #ffffff;
    font-size: 35px;
}
.tab ul.Acces li a:hover
{
    text-decoration: none;
}

.tab .sep
{
    color: #414141;
}

.tab a.openSlide
{
    background:url(images/bt_open.png) no-repeat right center transparent;
}
.tab a.closeSlide
{
    background:url(images/bt_close.png) no-repeat right center transparent;
}
.tab a:hover.openSlide
{
    background:url(images/bt_close.png) no-repeat right center transparent
}
.tab a:hover.closeSlide
{
    background:url(images/bt_open.png) no-repeat right center transparent;
}

/* Panel glissant */

#toppanel
{
    position: relative;
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;    
}

#panel
{
    width: 100%;
    /*height: 90px;*/
    color: #999999;
    background: #dfdfdf;
    overflow: hidden;
    padding-bottom: 15px;
    position: relative;
    z-index: 3;
    display: none;
    -moz-box-shadow: inset 0px -5px 8px -5px #656565;
    -webkit-box-shadow: inset 0px -5px 8px -5px #656565;
    -o-box-shadow: inset 0px -5px 8px -5px #656565;
    box-shadow: inset 0px -5px 8px -5px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=90, Strength=8);    
}

#panel h1
{
    font-size: 1.6em;
    padding: 5px 0 10px;
    margin: 0;
    color: white;
}

#panel h2
{
    font-size: 1.2em;
    padding: 10px 0 5px;
    margin: 0;
    color: white;
}

#panel p
{
    margin: 5px 0;
    padding: 0;
}

#panel a.PasseOublie
{
    text-decoration: none;
}

#panel a.PasseOublie:hover
{
    color: #ffffff;
}


#panel .content
{
    max-width: 950px;
    margin: 0 auto;
    padding-top: 5px;
    text-align: left;
    font-size: 0.85em;
}
#panel .content span.TopPanelLabel
{
    color: #D0D5DA;
    float: left;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 45px;
    line-height: 45px;
    margin: 0;
    text-shadow: 0 1px 1px #EFEBEB;
}

/* LOGIN */
.login .input-prepend
{
    margin:0;
    width: 100%;
}
.login .input-prepend i
{
    font-size: 15px;
}

.login
{
}
.login a.PasseOublie:hover
{
    color: inherit;
}
.login input
{
    vertical-align: middle;
}

.login .input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DFDFDF;
    color: #B2B2B2;
    font-size: 13px;
    padding: 0 5px;
}
.login .checkbox  
{
    font-size: 12px;
    margin-bottom: 0px;
}
.PasseOublieResteConnecte
{
   /* float: right;*/
    margin-top: 3px;
}
.ResteConnecte, .ResteConnecte input
{
    float: right;
}
.PasseOublie
{
    float: right;
    margin-left: 15px;
}
.LoginBtn
{
    margin-top: 1px;
}
.error_pan {
    background: url("images/BgError.png") repeat scroll left -8px transparent;
    border: 5px solid white;
    margin: auto;
    max-width: 325px;
    min-height: 25px;
    padding: 5px 15px 15px 60px;
    position: relative;
    z-index: 1000;
    -moz-box-shadow: 5px 5px 5px 0px #cfcfcf;
    -webkit-box-shadow: 5px 5px 5px 0px #cfcfcf;
    -o-box-shadow: 5px 5px 5px 0px #cfcfcf;
    box-shadow: 5px 5px 5px 0px #cfcfcf;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=5);
    
}
.error_pan span {
    color: Red;
    font-weight: normal;
    position: relative;
    top: 5px;
}
.CloseMe
{
    color: red;
    cursor: pointer;
    position: absolute;
    font-weight: bold;
    right: 5px;
    top: 0;   
}
.LoginButton
{
    margin-top:2px;
}
/**************************************************************/


/*= Responsive
-------------------------------------------------------------------------------------*/
/* Large desktop */
@media (min-width: 1200px) 
{
    
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) 
{
    
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px)
{
    .login .input {
        margin-bottom: 5px;
        padding: 10px 5px;
        width: 100% !important;
    }
    .input-prepend .add-on
    {
        padding: 10px;   
    }
    .LoginButton, #panel a.btn
    {
        width: 100%;
        padding: 10px;
    }
    #panel a.btn
    {
        margin-top: 6px; 
    }  
           
    .tab ul.Acces li
    {
        background: none repeat scroll 0 0 transparent;
        border: medium none;
        outline: 0 none;
        padding: 10px 10px 0;
        width: 45px;
    }
    .tab a.openSlide
    , .tab a.closeSlide
    , .tab a:hover
    , .tab a.openSlide:hover
    , .tab a.closeSlide:hover
    {
        background: none repeat scroll 0 0 transparent;
        font-size: 12px;
        height: 100%;
        line-height: normal !important;
        margin: 0;
        padding: 0 !important;
        top: 0;
        width: 100%;
    }
}
 
/* Landscape phones and down */
@media (max-width: 480px) 
{
    
}


.triangle{
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 25px 25px;
border-color: transparent transparent #9c7da3 transparent;
position:absolute;
right :30px;
bottom:0;
}

.triangle_1{
    border-color: transparent transparent #FAAF3F transparent;
}
.triangle_2{
    border-color: transparent transparent #F0592A transparent;
}
.triangle_3{
    border-color: transparent transparent #24A8E0 transparent;
}
.triangle_4{
    border-color: transparent transparent #989FCF transparent;
}
.triangle_5{
    border-color: transparent transparent #8BC63F transparent;
}
.triangle_6{
    border-color: transparent transparent #9c7da3 transparent;
}
.readmoreTriangle{
margin-right:25px;
}

.stripedRows>.row:nth-child(2n) .rowWrapper{
    background-color:#F3F4F4;
    
}

.rowWrapper{
    border-bottom:1px solid #ccc;
    padding-top:10px;
    padding-bottom: 10px;
}
.rowWrapper .col-sm-12{
    /*padding:0 30px;*/
}
.rowWrapper .col-md-12{
    /*padding:0 30px;*/
}

.darkActus .headline{
padding-left:10px;
padding-right:10px;
}


.headline{
    margin-bottom:0;
}
.darkActus{
    margin-top : 25px;
    padding-top:15px;
    background-color:#DCDFDE;
}
.darkActus .stripedRows>.row:nth-child(2n+1) .rowWrapper{
    background-color:#EDF0EF;
    
}

.ico{
    text-align: center;
}

.ComposantTitre{
    margin-bottom: 15px;
}

/************************************************************************/
/***                                  ALIGNEMETN ILLUSTRATION                                       ***/
/************************************************************************/
.float_g{
    float:left;
    margin-right: 20px;
    margin-bottom: 3px;
    padding-top: 8px;
}
.float_d{
    float:right;
    margin-left : 20px;
    margin-bottom: 3px;
    padding-top: 8px;
}
.float_c{
    float:none;
}


/**********************************************************/
/***    ACCORDEON   
    http://jsfiddle.net/yn4ls/                                  
    
    <div class="mkaccordion vertical">
    <ul>
        <li>
        <input type="checkbox" id="checkbox-1" name="checkbox-accordion">
        <label for="checkbox-1">ton titre</label>
        <div class="content">
        Ton contenu
        </div>
        </li>
        <li>
        <input type="checkbox" id="checkbox-2" name="checkbox-accordion">
        <label for="checkbox-2">ton Titre 2</label>
        <div class="content">
        Ton contenu 2
        </div>
        </li>
    </ul>
    </div>
     ***/
/**********************************************************/
.mkaccordion {
    font-family:Arial, Helvetica, sans-serif; 
    margin:0 auto;
    font-size:14px;
   
}
.mkaccordion ul {
    list-style:none;
    margin:0;
    padding:0;    
}
.mkaccordion li {
    margin:0;
    padding:0;
}
.mkaccordion [type=radio], .mkaccordion [type=checkbox] {
    display:none;
}
.mkaccordion label {
    display:block;
    font-size:16px;
    //line-height:16px;
    background:#ffb43a;
    color:#542437;
    border-bottom: solid 2px #ffb43a;
    //text-shadow:1px 1px 1px rgba(255,255,255,0.3);
    font-weight:700;
    cursor:pointer;
    //text-transform:uppercase;
}
.mkaccordion ul li label:hover, .mkaccordion [type=radio]:checked ~ label, .mkaccordion [type=checkbox]:checked ~ label {
    background:#FFFFFF;
    color:#585f69;
}
.mkaccordion .content {
    padding:0 10px;
    overflow:hidden;
   // border:1px solid #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
}
.mkaccordion p {
    //color:#333;
    margin:0 0 10px;
}
.mkaccordion h3 {
    color:#585f69;
    padding:0;
    margin:10px 0;
}

.vertical ul li {
    overflow:hidden;
    margin:0 0 1px;
}
.vertical ul li label {
    padding:10px;
}
.vertical [type=radio]:checked ~ label, .vertical [type=checkbox]:checked ~ label {
    //border-bottom:0;
}
.vertical ul li label:hover {
    //border:1px solid #542437;
}
.vertical ul li .content {
    height:0px;
    border-top:0;
    transition: all .5s ease-out;
}
.vertical [type=checkbox]:checked ~ label ~ .content {
    height:300px;
    //border:1px solid #542437;
}


/************************************************************/
/* CSS Div Formulaire                                                                        */
/************************************************************/
.formulaire div.row > div:first-child{
   text-align:right; 
}
.formulaire div.row input[type=text], .formulaire div.row textarea{
   width:400px;
   margin: 3px 0px;
}
.formulaire div.row
{
 /*height: 20em;  hauteur du parent */
  line-height: 3em; /* hauteur de ligne (identique) */
  white-space: nowrap;
  }