/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

article.item-list {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 10px;
}

article.item-list figure {
    display: inline-block;
    vertical-align: top;
    width: 20%;
}

article.item-list .media-body {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    width: 79%;
}

p.post-meta {
    font-size: 100%;
}
span.inscrit.button-green {
    padding: 10px;
    color: white;
    position: absolute;
    display: block;
    text-align: center;
    width: 35%;
    margin: 0 13%;
}
.button-green {
    background-color: green;
    padding: 6px;
    border-radius: 2px;
    color: #fff;
}
.dialog-form h2 {
    text-align:center;
    font-size:24px
}
.dialog-form hr {
    margin-bottom:30px
}
.dialog-form p {
    color:#000;
    font-size:16px;
    font-weight:700
}
#button {
    border:1px solid #0c799e;
    width:250px;
    padding:10px;
    font-size:16px;
    font-weight:700;
    color:#fff;
    border-radius:3px;
    background:linear-gradient(to bottom,#59d0f8 5%,#49c0e8 100%);
    cursor:pointer
}
#button:hover {
    background:linear-gradient(to bottom,#49c0e8 5%,#59d0f8 100%)
}

div.form-input{
    margin-bottom:20px;
}
.dialog-form input[type=text], .dialog-form input[type=email] {
    margin-top:5px;
    
    width:96%;
    border-radius:5px;
    border:0;
    padding:5px 0
}
.dialog-form #name, .dialog-form #email {
    padding-left:10px
}
.dialog-form input[type=submit] {
    border: 1px solid #59b4d4;
    background: #0078a3;
    color: #eee;
    padding: 3px 10px;
    border-radius: 5px;
    margin-left: 33%;
    cursor: pointer;
}
.dialog-form  input[type=submit]:hover {
    border:1px solid #666;
    background:#555;
    color:#fff
}
.dialog-form .ui-dialog .ui-dialog-content {
    padding:2em
}
.dialog-form div.container {
    width:960px;
    height:610px;
    margin:50px auto;
    font-family:'Droid Serif',serif;
    position:relative
}
.dialog-form div.main {
    width:320px;
    margin-top:35px;
    float:left;
    padding:10px 55px 25px;
    background-color:rgba(204,204,191,0.51);
    border:15px solid #fff;
    box-shadow:0 0 10px;
    border-radius:2px;
    font-size:13px;
    text-align:center
}
.error{
    padding-left: 30px;
}

.alert-box{
    display: none;
}