/*
    Pages without sidebars
*/

body {
    background-image: url("../img/background_login.jpg");
    background-size: cover;
    background-position: center;
}

#content {width: 100%;}
#content-wrapper {background-color: transparent;}

.no-sidebar {
    width: 1200px;
    margin: 20px auto 0;
    background-color: white;
    position: relative;
    
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.no-sidebar .container {
    width: 100%;
    margin: 80px 0 0 0;
    padding: 0;
    box-sizing: border-box;
}

.no-sidebar .header {
    height: 50px;
    line-height: 50px;
    background-color: #404040;
    color: white;
    padding: 0 20px;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

.no-sidebar .content {
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #FFFFFF;
    max-height: 550px;
    min-height: 300px;
}

/*
    SOCIETES
*/

.no-sidebar .content .container-societes {
    margin: 0;
    padding: 0;
    width: 80%;
    max-height: 540px;
    padding-bottom: 10px;
        
    overflow: auto;
    display: inline-block;
    position: relative;
}

.no-sidebar .content .container-societes .societes .societe-container {    
    margin: 10px 0px 0px 10px;
    
    display: inline-block;
    width: 120px;
    height: 120px;
    
    box-sizing: border-box;
    border: 1px solid #c4c4c4;
}

.no-sidebar .content .container-societes .societes .societe-container .societe {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;    
    background-color: #FFFFFF;
    
    text-decoration: none;
    color: #FFFFFF;
}
.no-sidebar .content .container-societes .societes .societe-container.no-border {border: 0!important;}
.no-sidebar .content .container-societes .societes .societe-container .societe.adder {background-color: rgba(210,36,2,0.9);border: 0;}
.no-sidebar .content .container-societes .societes .societe-container .societe span.add {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 14px;
}
.no-sidebar .content .container-societes .societes .societe-container .societe span.add span {font-size: 25px;}
.no-sidebar .content .container-societes .societes .societe-container .societe.adder:hover {background-color: rgba(210,36,2,1);}

.no-sidebar .content .container-societes .societes .societe-container .societe .image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.no-sidebar .content .container-societes .societes .societe-container .societe .societe-nom {
    font-size: 14px;
    color: white;
    width: 100%;
    height: 118px;
    
    padding: 10px;
    
    position: absolute;
    left: 0;
    bottom: -118px;
    box-sizing: border-box;
    font-weight: bold;
    display: inline-block;
    background-color: rgba(210,36,2,0.9);
    box-shadow: none;
    transition: bottom 0.2s, ease-out;
    -moz-transition: bottom 0.2s, ease-out;
    -webkit-transition: bottom 0.2s, ease-out;
    transition-property: all;
}

.no-sidebar .content .container-societes .societes .societe-container .societe .societe-nom span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    font-weight: 300;
    font-size: 12px;
    width: 100%;
    /*padding: 0 20px;*/
    padding: 0 15px;
    box-sizing: border-box;
    /* permet de tronqué les noms trop long*/
    overflow: hidden;
    text-overflow: ellipsis;
}

.no-sidebar .content .container-societes .societes .societe-container .societe .societe-nom span.bottom {
    font-size: 10px;
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 0;
    transform: none;
    padding: 0 10px;
}
.no-sidebar .content .container-societes .societes .societe-container:hover .societe .societe-nom {
    bottom: 0;
    transition: box-shadow 0.2s, bottom 0.2s, ease-out;
    -moz-transition: box-shadow 0.2s, bottom 0.2s, ease-out;
    -webkit-transition: box-shadow 0.2s, bottom 0.2s, ease-out;
    transition-property: all;
}

.no-sidebar .content .container-societes .societes .societe-container:hover .societe .societe-nom:before {
    content: " ";
    width: 100px;
    height: 100px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 10px;
    left: 10px;
    right: auto;
    box-sizing: border-box;
}

.no-sidebar .content .container-societes .societes .societe-container:hover {
    border: 1px solid #c4c4c4;
    transition: border 0.2s, ease-out;
    -moz-transition: border 0.2s, ease-out;
    -webkit-transition: border 0.2s, ease-out;
    transition-property: all;
}

.no-sidebar .content .container-options {
    margin: 0;
    padding: 0;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
    
    width: 20%;
    height: 550px;
    
    background-size: cover;
    background-image: url("../img/background_sidebar.jpg");
}

.no-sidebar .content .container-options .options {
    padding: 10px;
    box-sizing: border-box;
}

.no-sidebar .content .container-options .options .option {
    position: relative;
    display: block;
    box-sizing: border-box;
    
    width: 220px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    margin-bottom: 6px;
    
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    color: #FFFFFF;
    
    background-color: transparent;
}

.no-sidebar .content .container-options .options .option:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 50%;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.no-sidebar .content .container-options .options .option:last-child:after {display: none;}

.no-sidebar .content .container-options .options .option.superadmin {
    margin-bottom: 30px;
}
.no-sidebar .content .container-options .options .option.superadmin:after {
    content: " ";
    width: 50%;
    /*border-bottom: 1px solid #C4C4C4;*/
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%);
}
.no-sidebar .content .container-options .options .option .chevron {
    position: absolute;
    
    transition: right 0.2s, ease-out;
    -moz-transition: right 0.2s, ease-out;
    -webkit-transition: right 0.2s, ease-out;
    transition-property: all;
    
    top: 0;
    right: 25px;
    font-size: 13px;
}

.no-sidebar .content .container-options .options .option:hover .chevron {
    right: 10px;
    transition: right 0.2s, ease-out;
    -moz-transition: right 0.2s, ease-out;
    -webkit-transition: right 0.2s, ease-out;
    transition-property: all;
}

/* NO ADMIN */
.no-sidebar .content .container-societes .societes .societe-container.noAdmin .societe {background-color: #1E1E1C;}
.no-sidebar .content .container-societes .societes .societe-container.noAdmin .societe img {transition: top 0.2s ease-out; top: 40%;}
.no-sidebar .content .container-societes .societes .societe-container.noAdmin .societe .societe-nom {
    bottom: 0;
    height: 30px;
    padding: 0;
    background-color: rgba(214,57,26,0.9);
}
.no-sidebar .content .container-societes .societes .societe-container.noAdmin .societe .societe-nom span {font-size: 12px;}
.no-sidebar .content .container-societes .societes .societe-container.noAdmin:hover .societe .societe-nom {height: 100%;}
.no-sidebar .content .container-societes .societes .societe-container.noAdmin:hover .societe img {transition: top 0.2s ease-in; top: 50%;}

/* MENTIONS LEGALES */
#mentions-legales {
    margin: 80px auto 20px;
}

#mentions-legales #action {
    position: absolute;
    top: -15px;
    left: 0;
}


#mentions-legales .content{
    padding: 20px;
    position: relative;
    display: block;
    max-height: 500px;
    overflow:auto;
}

#mentions-legales h2 {
    text-align: left;
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 20px;
    box-sizing: border-box;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    background: #404040;
    color: #FFFFFF;
    font-weight: 600;
    margin-top: 0;
}