
body{
    font-size: 15px;
}

.main{
    max-width: 75rem;
}


.acc-card-grid{
    display: flex;
    width: 100%;
    transition: 0.3s;
    margin-top: 0;
}

/*.acc-card-grid-first{
    margin-top: 25px;
}*/

.acc-card-wrap {
    flex: 1;
    padding: 16px;
    padding-top: 0;
    margin: 15px;
    border:1px solid #ccc;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background-color: white;
    transition: 0.3s;
    width: auto;
}

@media only screen and (max-width: 800px) {
    .acc-card-grid {
            flex-direction: column;
    }
}

@media only screen and (max-width: 1000px) {
    .acc-wrapper{
        padding-right: 0;
        padding-left: 0;
    }
}




.acc-card h4{
    font-size: 25px;
    font-family: Raleway;
    font-weight: lighter;
    display: inline-block;
    border-bottom: 2px solid #3BB2BE;
    margin-bottom: 0;
    margin-top: 20px;
}

.acc-card {
  background-color:white;
  /*border-radius:5px;*/
}

/*.card > div {
  padding:0 1em;
}*/

.acc-card-wrap:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.proch_art_titre{
    font-size:15px;
}

.proch_art{
    margin-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #999999FF;
}

.proch_art_last{
    border-bottom : none;
}

.card_proch_art h4{
    margin-bottom: 7px;
}

.proch_art_date{
    color: #808080FF;
}

/*a:hover > .titre {
    transform: scale(1.05);
    transition: 0.2s;
}*/


a{
    color: black;
    outline: none;
    text-decoration: none;
}

.proch_conf .content{
    display: table-cell;
}

.proch_conf .content img{
    float: left;
    margin-right: 16px;
}


/* Barre de recherche */
/*.search {
  width: 100%;
  position: relative
}

.searchTerm {
  float: left;
  width: 100%;
  border: 1px solid #333;
  padding: 5px;
  height: 40px;
  outline: none;
  color: #707070;
  background-color: #F1F1F1;
  font-size: 17px;
}

.searchTerm:focus{
  color: #333;
}

.searchButton {
  position: absolute;  
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #333;
  background: #3BB2BE;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}


.wrap{
  width: 100%;
  background: #f2f2f2;
  font-family: 'Open Sans', sans-serif;
  margin: auto;
}*/

.aside{
  margin-bottom: 75px;
}

.card_der_art, .card_der_conf{
    display: flex;
    flex-direction: column;
}

.card_der_art .content, .card_der_conf .content{
    padding-top: 10px;
}

/* Dernier Flash */
h3.spip, .der_flash p{
    margin:0;
}
.der_flash .spip_out{
    color: black;
}

.der_flash h3 p{
    color: #3BB2BE;
    display: inline-block;
    padding-top: 10px;
}

.der_interview .content{
    padding-top: 10px;
}

/* Barre de rechercher ante-artircle */
.ante-article{
    margin: 0;
    margin-top: 5px;
    padding: 0;
    align-items: normal;
}

.empty, .options{
    margin: 0 15px;
    width: 100%;
}

.ante-article .main-wrapper-recherche{
    width: initial;
}

.options a {
    color: #36A2C6;
}

.options a:hover{
    color: #C89D46;
    text-decoration: none;
    transition: 0.3s;
}

@media only screen and (max-width: 800px) {
    .ante-article{
        flex-direction: column;
    }

    .empty, .options{
        width: auto;
    }
}