ul.list_services li:hover {
    color: #ffcd00;
}

.text-center {
    margin: 2% auto;
    font-size: 2rem;
}

.error {
    color: #b22222;
    opacity: 0.6;
}

.dg {
    float: left;
    margin: 20px;
}

.title h2 {
    font-weight: bold;
    color: #ffffff;
    font-size: 2rem;
}

ul.login {
    float: right;
}

ul.login>li {
    float: left;
    display: inline;
    font-weight: bold;
}

ul.login li ul {
    background-color: #1E2126;
    color: #fff;
}

ul.login li ul li:first-child {
    border-bottom: 1px solid #ffcd00;
}

ul.login li li:hover,
ul.login li li a:hover {
    background-color: #ffcd00;
    font-weight: bold;
    color: #000;
    font-size: 1em;
    cursor: pointer;
    transition: 0.5 ease;
}

.modal_content {
    background-color: #286090;
    color: #ffffff;
}

.modal_content_recruteur {
    background-color: #F58B1F;
    color: #ffffff;
}


/* ACCORDEON */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#integration-list {
    font-family: 'Open Sans', sans-serif;
    width: 80%;
    margin: 0 auto;
    display: table;
    background-color: #CECECE;
}

#integration-list ul {
    padding: 0;
    margin: 20px 0;
    color: #555;
}

#integration-list ul>li {
    list-style: none;
    border-top: 1px solid #ddd;
    display: block;
    padding: 15px;
    overflow: hidden;
}

#integration-list ul:last-child {
    border-bottom: 1px solid #ddd;
}

#integration-list ul>li:hover {
    background: #efefef;
}

.expand {
    display: block;
    text-decoration: none;
    color: #555;
    cursor: pointer;
}

h2 {
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-weight: 400;
}

span {
    font-size: 12.5px;
}

#left,
.right {
    display: table;
}

#sup {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
}

.detail a {
    text-decoration: none;
    color: #C0392B;
    border: 1px solid #C0392B;
    padding: 6px 10px 5px;
    font-size: 14px;
}

.detail {
    margin: 10px 0 10px 0px;
    display: none;
    line-height: 22px;
    height: 210px;
    overflow: auto;
}

.detail span {
    margin: 0;
}

.right-arrow {
    margin-top: 12px;
    margin-left: 20px;
    width: 10px;
    height: 100%;
    float: right;
    font-weight: bold;
    font-size: 20px;
}

.icon {
    height: 75px;
    width: 75px;
    float: left;
    margin: 0 15px 0 0;
}

.london {
    background: url("http://placehold.it/50x50") top left no-repeat;
    background-size: cover;
}

.newyork {
    background: url("http://placehold.it/50x50") top left no-repeat;
    background-size: cover;
}

.paris {
    background: url("http://placehold.it/50x50") top left no-repeat;
    background-size: cover;
}

.details-offres {
    background-color: #CECECE;
}


/* Page register */

.access-form {
    text-align: center;
}

.access-form .link-recruiter,
.access-form .link-candidate {
    display: inline-block;
    padding: 25px;
    font-size: 1.6em;
    border: 2px outset #31353D;
    border-radius: 5px;
    margin: 20px 10px 20px 10px;
    cursor: pointer;
    background: #31353D;
    color: #fff;
    font-weight: bold;
}

.access-form .link-recruiter:hover,
.access-form .link-candidate:hover {
    background-color: #555;
}

.form-row h2 {
    text-align: center;
    font-size: 2.5em;
    opacity: 0.6;
    text-decoration: underline;
}