html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

a {
    color: #ffbf00;
}

body {
    background-image: url("../img/inscription2.jpeg");
    background-position: left;
    background-size: cover;
    width: 100%;
    overflow-x: hidden;
}

.container {
    max-width: 960px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: auto;
    z-index: 1000;
    display: none;
    float: left;
    min-width: max-content;
    max-width: max-content;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
	    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.row {}

.card-deck .card {
    min-width: 220px;
}

.container {
    max-width: 960px;
}

.lh-condensed {
    line-height: 1.25;
}

.col-md-8 .order-md-1 {
    float: right;
}

.container {
    margin-top: 20px;
}

.row {}

span {}

.errinscription {}

#footerwrap {
    background: #2b2b2b;
    padding: 1px 0 10px 0;
    text-align: center;
}

#footerwrap span.copyright {
    line-height: 40px;
    color: #888;
    font-weight: 400;
}

#footerwrap span.copyright a {
    color: #888;
    border-bottom: 1px dotted;
}

#footerwrap span.copyright a:hover {
    color: #ffbf00;
    text-decoration: none;
}

#footerwrap h4 {
    color: white;
}

ul.social-buttons {
    margin: 0;
}

ul.social-buttons li a {
    font-size: 24px;
    outline: 0;
    color: #999;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons {
    color: #ffbf00;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.btn {
    border-radius: 4px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}
