html, body {
    background: #fff;
    color: #4e5866;
    /*color: #d8d8d8;*/
    /*font-size: 95%;*/
    margin: 0;
}

* {
    font-size: 30px;
    font-family: Arial, sans-serif;
    line-height: normal;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
}

h1 {

}

input, input:focus, select:focus, textarea {
    font-size: inherit !important;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
}

h1 {
    font-weight: normal;
    font-size: 1.4em;
}

h1 b {
    font-size: inherit;
}

p, ul {
    margin: 0 0 1.5em;
}

ul {
    padding: 0 0 0 50px;
}

.corps_inside ul {
    padding: 0 50px;
}

.corps_inside ul li {
    margin: 0 5px 40px;
}

#accueil_actualite ul li {
    margin-bottom: 10px;
}

#accueil_actualite p {
    margin-bottom: 20px;
}

#container {
    width: 100%;
    margin: 0;
    padding: 0;
    min-width: 0;
    border: none;
}

textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

#header {
    width: 100%;
    height: 280px;
    display: none;
}

/*#header h1 {*/
/*color: #FFFFFF;*/
/*font-family: "Trebuchet MS", Arial, Verdana, sans-serif;*/
/*font-size: 3.5em;*/
/*font-weight: bold;*/
/*padding: 25px;*/
/*margin: 0 auto;*/
/*width: 90%;*/
/*text-align: center;*/
/*border-bottom: 2px solid #ffffff;*/
/*background-image: none;*/
/*}*/

/*#header h2 {*/
/*text-align: center;*/
/*color: #FFFFFF;*/
/*font-family: "Trebuchet MS", Arial, Verdana, sans-serif;*/
/*font-size: 2em;*/
/*padding-top: 10px;*/
/*width: 90%;*/
/*margin: 0 auto;*/
/*line-height: 30px;*/
/*font-weight: bold;*/
/*border: none;*/
/*letter-spacing: normal;*/
/*background-image: none;*/
/*}*/

/*#header .links {*/
/*height: 40px;*/
/*width: auto;*/
/*margin: auto;*/
/*font-weight: bold;*/
/*letter-spacing: normal;*/
/*background-image: none;*/
/*}*/

img.top {
    display: none;
}

#conteneur_sidebar {
    /*font-size: 1.3em;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*background-color: white;*/
    /*!*max-height: 50px;*!*/
    /*min-height: 35px;*/
    /*padding: 0;*/
    display: none;
}

#conteneur_sidebar #sidebar {
    /*width: 100%;*/
    /*border: 0;*/
    /*margin-top:2px;*/
    /*!*max-height: 50px;*!*/
    /*min-height: 35px;*/
    /*padding: 0;*/
    display: none;
}

#conteneur_sidebar #sidebar #button_login_form, #conteneur_sidebar #sidebar #nom_user {
    /*float: right;*/
    /*padding: 10px 20px 0 0;*/
    display: none;
}

#conteneur_sidebar #sidebar .menu_sidebar {
    /*float: left;*/
    display: none;
}

#conteneur_sidebar #sidebar h3, #conteneur_sidebar #sidebar .txt_centre, #conteneur_sidebar #sidebar br,
#conteneur_sidebar #sidebar #span_nom_user {
    display: none;
}

#conteneur_sidebar #sidebar_pub, #conteneur_sidebar #sidebar_news, #conteneur_sidebar #sidebar_invit,
#conteneur_sidebar .pub_gauche {
    display: none;
}

#online_members_mobile_only {
    display: block !important;
}

#main_menu {
    display: none;
}

#conteneur_right, .corps_haut {
    width: 98%;
    margin: auto;
    display: block;
}

/**************************************************************************/
/*.navBar {*/
/*background-color: #53354A;*/
/*!*position: fixed;*!*/
/*min-width: 100%;*/
/*}*/
nav#mobile_menu .label-toggle {
    /*background: linear-gradient(to bottom, #d8d8d8 0%, #d8d8d8 20%, transparent 20%, transparent 40%, #d8d8d8 40%, #d8d8d8 60%, transparent 60%, transparent 80%, #d8d8d8 80%, #d8d8d8 100%);*/
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 20%, transparent 20%, transparent 40%, #ffffff 40%, #ffffff 60%, transparent 60%, transparent 80%, #ffffff 80%, #ffffff 100%);
    cursor: pointer;
    display: block;
    float: right;
    height: 80px;
    margin-right: 20px;
    width: 80px;
}

nav#mobile_user .label-toggle {
    background-size: 100px;
    background-image: url("../../images/user_icon.png");
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    float: left;
    height: 100px;
    margin-left: 20px;
    width: 100px;
}

nav#mobile_menu #menu-toggle, nav#mobile_user #user-toggle {
    display: none;
}

#menu-toggle:checked ~ ul, #user-toggle:checked ~ ul {
    display: block;
    margin-top: 110px;
    width: 100%;
}

/****************************************************************************************/
/****************************************************************************************/
header {
    padding-top: 20px;
    background-color: #566933;
    color: white;
    display: block !important;
    /*background: #ffffff;*/
    /*padding: 30px 20px;*/
    zoom: 1;
    border: 5px solid #ffffff;
    border-bottom: 1px;
}

/*shorter clearfix http://nicolasgallagher.com/micro-clearfix-hack! */
header:before,
header:after {
    content: "";
    display: table;
}

header:after {
    clear: both;
}

a.to_nav {
    float: right;
    /*color: #d8d8d8;*/
    /*background: #4e4e4e;*/
    text-decoration: none;
    padding: 0 10px;
    /*font-size: 12px;*/
    font-weight: bold;
    line-height: 22px;
    height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

a.to_nav:hover,
a.to_nav:focus {
    /*color: #d8d8d8;*/
    /*background: #ccc;*/
}

/*header h1 {*/
/*margin: 0;*/
/*padding: 0;*/
/*border: 0;*/
/*outline: 0;*/
/*font-size: 100%;*/
/*font: inherit;*/
/*vertical-align: baseline;*/
/*}*/

/*#logo {*/

/*margin: 20px;*/
/*float: left;*/
/*width: 200px;*/
/*height: 40px;*/
/*background: url(../img/logo.png) no-repeat center;*/
/*display: block;*/

/*}*/
nav#mobile_menu, nav#menu_connexion, nav#mobile_user {
    width: 45%;
    padding: 20px;
}

nav#mobile_menu {
    float: right;
}

nav#mobile_user {
    float: left;
}

#mobile_logo {
    margin-left: 30px;
    /*margin-top: 10px;*/
    float: left;
    width: 50%;
    /*text-align: center;*/
    font-size: 1.8em;
    font-weight: bold;
}

div#mobile_networks {
    display: block !important;
    /*margin-top: 90px;*/
    width: 40%;
    float: right;
    /*height: 100%;*/
    /*position: absolute;*/
    /*top: 60px;*/
    /*left: 40%;*/
}

div#mobile_pitch {
    /*height: 100%;*/
    width: 60%;
    position: absolute;
    top: 140px;
    left: 20%;
    text-align: justify
}

div#mobile_pitch.logged_out {
    left: 22%;
}

nav#menu_connexion {
    /*background-image: url("../../images/user_icon.png");*/
    height: 100px;
    float: left;
    padding: 20px;
    /*font-size: 2em;*/
}

nav#menu_connexion a {
    color: white;
    font-size: 25px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    /*font-size: 2em;*/
    float: left;
    /*letter-spacing: 0.2em;*/
    margin-top: 24px;
}

#mobile_menu, #menu_connexion, #mobile_user {
    display: block !important;
    /*width: 100%;*/
}

#mobile_menu ul, #mobile_user ul {
    display: none;
    list-style: none;
    /*background: #1c1c1c;*/
    padding: 5px 0;
    height: 100%;
}

#mobile_menu li a, #mobile_user li a {
    /*font-size: 2em;*/
    display: block;
    padding: 20px 10px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 2em;
    height: 2em;
    border-bottom: 1px solid #383838;
}

#mobile_menu li:last-child a, #mobile_user li:last-child a {
    border-bottom: none;
}

#mobile_menu li a:hover, #mobile_user li a:hover,
#mobile_menu li a:focus, #mobile_user li a:focus {
    /*color: #1c1c1c;*/
    /*background: #ccc;*/
}

table {
    /*font-size: 1.5em;*/
    overflow: hidden;
    word-wrap: break-word;
}

tr td {
    padding: 10px;
}

tr td:first-child {
}

tr td:nth-child(2) {
}

tr td:last-child {
}

#filtres_parties, #filtres_annonces {
    /*font-size: 1.8em;*/
    padding: 20px;
}

#filtres_annonces .submit_search {
    width: 100%;
    Height: 100px;
    /*font-size: 1.8em;*/
    margin: 20px auto;
}

#filtres_annonces .div_select {
    width: 30%;
    height: 70px;
    margin: 0 0 0 15px;
}

#filtres_annonces .input_select {
    width: 100%;
    height: 100%;
}

a.timeline_reply_like img, a.timeline_reply_like_undo > img {
    width: 30px !important;
}

.corps_haut p {
    margin-bottom: 50px;
}

#password_button {
    width: 100%;
}

.cssform p {
    width: 100%;
    line-height: normal;
    margin: 20px 0 40px 0;
    padding: 0;
    border: none;
}

.cssform label {
    display: block;
    float: none;
    width: 90%;
    margin: 0;
}

.cssform p label {
    display: inline-block;
    margin-top: 20px;
}

select, textarea, input, .cssform button {
    margin: 0;
    width: 100% !important;
}

select, input, .cssform button {
    height: 100px;
}

textarea {
    height: 300px !important;
}

input[type="checkbox"] {
    margin-right: 30px;
    width: 50px !important;
    float: left;
}

input[type="radio"] {
    width: 50px !important;
    float: none;
}

.radio_value {
    margin: 30px 20px 0 0;
    display: inline-block;
    vertical-align: top;
}

img.tooltip, tr td img {
    width: 40px;
    height: 40px;
}

a.lien_img img {
    width: 100px;
    height: auto !important;
}

div.ui-tooltip-content {
    width: 100%;
}

#form_container input[type="text"], #form_container input[type="password"] {
    width: 95% !important;
    margin: auto;
    padding: 0 0 0 30px;
}

#form_container button {
    width: 100%;
    margin: auto;
    height: 100px;
    margin-bottom: 50px;
}

#form_container {
    margin: 0 50px 50px;
}

.new_members {
    height: auto;
}

.ligne_membre {
    height: auto;
    vertical-align: top;
}

.ligne_membre .photo_lien {
    margin: 10px 0;
    width: 90%;
    max-height: 70%;
}

.ligne_membre .zone0 {
    display: none;
}

.ligne_membre .zone1, .ligne_membre .zone2, .ligne_membre .zone3, .ligne_membre .zone0 {
    width: 25%;
    height: 470px;
    padding: 30px;
}

.ligne_membre .zone1 div, .ligne_membre .zone2 div, .ligne_membre .zone3 div, .ligne_membre .zone0 div {
    margin-bottom: 5px;
}

.flag_online {
    width: 200px;
    height: 100px;
    bottom: 100px;
    left: -10px;
}

.flag_online img {
    max-height: none !important;
}

div.plike {
    margin: 0;
    padding: 0;
    width: 100%;
}

span.rememberme {
    margin-top: 30px;
    display: block;
}

.txt_centre a {
    margin-bottom: 30px;
    display: block;
    /*width: 100px;*/
}

#footer_menu {
    /*font-size: 2em!important;*/
}

#article_recherche .input_select, #filtres_parties .input_select, #filtres_annonces .input_select {
    height: auto;
    font-size: inherit;
}

#article_recherche .submit_search, #filtres_parties .submit_search, #filtres_annonces .submit_search {
    font-size: inherit;
}

.icon_add_remove, span.tooltip img {
    max-width: 40px;
    width: 40px;
}

#filtres_parties input#age_start {
    width: 100px !important;
    margin-right: 30px;
    /*font-size: 0.95em!important;*/
}

#filtres_parties input#age_end {
    width: 100px !important;
    margin-left: inherit;
    /*font-size: 0.95em!important;*/
}

#filtres_parties input#age_start, #filtres_parties input#level_start, .cssform div.slider input#level_start {
    margin-right: 20px;
}

form#form_compte input#level_end {
    margin-left: 0 !important;
}

#filtres_parties input#level_end, #filtres_parties input#age_end {
    margin-left: 20px;
}

input#level_end, input#level_start {
    width: 200px !important;
    font-size: 0.75em!important;
}
#filtres_parties .slider_wrapper {
    margin: 0;
}

/*#article_recherche .submit_search {*/
/*font-size: 2em!important;*/
/*}*/
#article_recherche {
    /*font-size: 1.3em!important;*/
}

#article_recherche .submit_search, #filtres_parties .submit_search {
    height: auto;
    padding: 30px 0;
    margin-top: 30px;
}

#article_recherche .div_select {
    width: 30%;
}

#filtres_parties .div_select {
    width: 20%;
}

#filtres_parties #div_dept_list {
    width: 30%;
}

#filtres_parties #div_select_parties_sexe {
    width: auto;
}

#sexe_filtres_parties {
    width: 100%;
}

#article_recherche #fnom_search {
    max-width: 33%;
    text-align: center;
}

#mainimg-search .input_select optgroup {
    font-size: 14px;
    font-weight: normal;
}

#mainimg-search .input_select, #mainimg-search .texte_search {
    width: 30%;
    height: 80px;
}

#mainimg-search {
    height: auto;
    padding: 20px;
}

.joueurs p {
    /*font-size: 1em;*/
}

.joueurs_form_recherche {
    margin-left: 0;
    /*height: 30px;*/
    width: 100%;
}

.bloc_article_contenu_mini, .info_under_field {
    font-size: inherit;
}

.ui-dialog {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
}

input#ville {
    height: 70px;
}

#add-town-form, #list-remove-towns {
    height: 70% !important;
}

#suggestionBox {
    width: 90% !important;
    height: 90% !important;
    /*z-index: 9999;*/
}

#remove_towns label {
    width: 70%;
    padding-top: 30px;
    display: block;
    height: 80px;
}

.bloc_article_date {
    margin: 10px 0;
    font-size: inherit;
}

.bloc_article_titre {
    font-size: 1.2em;
}

img {
    text-indent: -9999px
}

.membres_2_col {
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    align-content: flex-start;
}

.membres_inside_box {
    flex: 1 0 calc(50% - 10px);
    margin-bottom: 10px;
}

.chatbox {
    width: 95% !important;
}

.chatboxcontent {
    width: 95% !important;
    height: 50% !important;
}

.parties_date {
    overflow-wrap: break-word;
}

.parties_qui {
    width: 12% !important;
}

.parties_liens {
    width: 15% !important;
}

.nowrap {
    white-space: nowrap;
}

.annonce_lien {
    width: 12% !important;
}

#article_title, #article_publication, #article_contenu, .MsoNoSpacing > span {
    font-size: 30px !important;
}

#profil_joueur_liens a {
    display: inline-flex;
}

.not_on_mobile {
    display: none;
}

label[for=fclub] {
    display: block !important;
    margin-bottom: 20px;
}

input[name=fclub] {
    height: 30px;
}

textarea[name=fsalle], textarea[name=fdispo] {
    height: 100px !important;
}

#zone_contacts {
    height: auto !important;
}

#nav_bar_conteneur {
    width: auto;
}

#nav_bar a {
    font-size: inherit;
}

#nav_bar td {
    padding: 0;
    word-wrap: normal;
    overflow-wrap: break-spaces;

}

#nav_bar td.text {
    width: 200px;
}

#nav_bar td.number {
    width: 40px;
}

#nav_bar .arrondi3 {

    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.vignettes_visites {
    height: 600px !important;
}

.vignettes_visites .photo_lien {
    max-height: 290px;
}

button#contact_validate {
    margin-left: 0;
}

#profile_menu_label {
    display: block;
    margin-left: 36px;
    color: white;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}


label[for=membre] {
    height: auto !important;
    width: auto !important;
}
#redpoint {
    /*width:100px;*/
    /*height: 100px;*/
}
#redpoint::before {
    position: absolute;
    content: '';
    background-color:#FF0000;
    border-radius:50%;
    opacity:0.5;
    width: 25px;
    height: 25px;
    pointer-events: none;
}

.chatbox {
    max-height: 70%;
    overflow-y: scroll;
}