
.conteneur {
    padding:0 100px;
    position:relative;
}
@media (max-width: 767px) {
  
  body > .container {
    padding:0px;
  }
  .conteneur {
      padding: 0 10px;
  }
  
}


/*
 * POST
 */
article {
    position: relative;
    padding:70px 0;
    background-color:#fff;
}



/*
 * ACCUEIL
 */
body.home.page article {
    padding-top:0px;
}
#accueil-bottom {
    margin-top: 110px;
    margin-bottom : 15px;
}
#accueil-bottom h3 {
    color: #343434;
    font-size:20px;
}
#accueil-bottom > .row > div {
    text-align: center;
}
#accueil-bottom > .row > div > div {
    border: 1px dashed #000;
    height:220px;
}
#accueil-bottom #sponsors {
    text-align: center;
}
#accueil-bottom #sponsors ul,
#accueil-bottom #sponsors li {
    padding: 0px;
    margin: 0px;
}
#accueil-bottom #sponsors li {
    display:inline-block;
    list-style: none;
}

#organisateurs {
    position : relative;
}
#organisateurs > div {
    border-top: 1px dashed #000;
}
#organisateurs h3 {
    font-family: "Helvetica Neue Bold Condensed", Arial, sans-serif;
    color:#2fa2df;
    font-size:16px;
    position : relative;
}

#financeurs {
    margin:50px 0;
    text-align: center;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    padding:10px 0;
}
#financeurs h3 {
    color: #343434;
    font-size:20px;
    padding-top:10px;
    margin:15px 0;
}
#financeurs h4 {
    color: #343434;
    text-transform: uppercase;
    font-size:13px;
}
#financeurs ul {
    text-align: center;
    padding:0px;
}
#financeurs li {
    display:inline-block;
    width:24%;
    text-align: center;
    /*margin-right:5px;*/
}
@media (max-width: 767px) {
    #financeurs li {
        display:block;
        width:90%;
        padding:5%;
        margin-bottom:15px;
    }
}

#financeurs li:last-child {
    margin-right:0px;
}
#financeurs h3 {
    margin-top:0px;
    text-transform: uppercase;
}



/*
 * Voir-plus
 */
.bouton-voir-plus,
.bouton-voir-moins {
    background-color : #fff;
    border: 1px solid #ddd;
    border-radius:3px;
    padding:3px 10px;
    text-align: left;
    display: inline-block;
    text-transform: uppercase;
    color:#aaa;
    margin:3px 0 5px;
    cursor:pointer;
    font-size:14px;
    transition: all 1s ease;
}
.bouton-voir-moins {
    background-color : #eee;
}
.bouton-voir-plus:hover,
.bouton-voir-moins:hover {
    box-shadow: 0 0 5px #fff;
    color:#fff;
    border: 1px solid #fff;
    background-color:#2fa2df;
}
[voir-plus] > .contenu {
    position:relative;
    min-height:95px !important;
    overflow: hidden;
    transition: all 1s ease;
}

[voir-plus] > .contenu > .fondu {
    position:absolute;
    height:50px;
    bottom:0;
    left:0;
    right:0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+95 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 95%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 95%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 95%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    
    transition: all 1s ease;
}
[voir-plus].unlock > .contenu > .fondu { height:0px; }


/*
 * Dernières NEWS
 */
#dernieres-news-conteneur {
    /*padding-bottom:30px;*/
    border-bottom: 1px dashed #000;
    margin-bottom:60px;
}
#dernieres-news {
    margin-bottom: 20px;
    border : 1px dashed #2fa2df;
}
#dernieres-news .derniere-news img,
#dernieres-news .derniere-news iframe {
    max-width:100% !important;
    display:block;
    margin:auto;
}
#dernieres-news .derniere-news h4.titre-post {
    font-size:20px;
    margin-bottom:20px;
}
#dernieres-news > :last-child {
    border-left : 1px dashed #2fa2df;
}
#dernieres-news [voir-plus] {
    padding: 20px;
}
#dernieres-news [voir-plus] > .contenu {
    min-height:280px !important;
}
#voir-toutes-les-news {
    display:block;
    background-color:#fff;
    color: #aaa;
    text-transform : uppercase;
    font-size:16px;
    font-weight:bold;
    padding:5px;
    margin:20px 0 40px;
    text-align: center;
    border-radius: 3px;
    box-shadow: inset 0 0 2px #ccc;
    transition: all 0.5s ease;
}
#voir-toutes-les-news:hover {
    color: #2fa2df;
    box-shadow: 0 0 5px #2fa2df;
}
#dernieres-news .bouton-voir-plus,
#dernieres-news .bouton-voir-moins {
    background-color : #2fa2df;
    border-radius:3px;
    padding:3px 10px;
    text-align: left;
    display:inline-block;
    text-transform: uppercase;
    color:#fff;
    margin:3px 0 5px;
    cursor:pointer;
    font-size:14px;
    transition: all 1s ease;
}
#dernieres-news .bouton-voir-moins {
    background-color : #666;
}
#dernieres-news .bouton-voir-plus:hover,
#dernieres-news .bouton-voir-moins:hover {
    text-shadow: 0 0 3px #666;
    box-shadow: 0 0 5px #666;
}

/*
 * Intervenants
 */
#intervenants > div.row {
    margin-bottom:20px;    
}
#intervenants > div.row > :first-child {
    text-align: right;    
}