#content {
    clear:both;
    background:#ffffff;
}
body:not(.show_zoom):not(.base_home) #content{
	padding-top:100px;
}
body:not(.show_zoom):not(.base_home).page_pageFront #content{
	padding-top:150px;
}
#content .c {
    min-height:500px;
}

h1 , .h1 {    
    font-size:3.2em;
    padding:10px 0;
    font-family: "gggolfnews";
    font-weight: thin;
    margin-bottom: 10px;
}

h2 , .h2 {    
    font-size:2.5em;
    padding:7px 0;
    font-family: "gggolfnews";
    font-weight: lighter;
    margin-bottom: 10px;
}

h3 , .h3 {
    font-size:1.5em;
    padding:5px 0;
    margin-bottom: 5px;
    font-family: "gggolfnews";
}

h1.nostyle , h2.nostyle , h3.nostyle {
    font-size: inherit;
    font-style: inherit;
    padding:0;
    font-family:inherit;
    font-weight: inherit;
    margin: 0;
}

ul.list {
    margin-top:10px;
    margin-bottom:10px;
}

ul.list li {
    list-style:disc;
    list-style-position:inside;
}

p {
    font-size: 1.2em;
}

/* **************************************************************************************************** */
/* TABLEAUX
/* **************************************************************************************************** */

table.listing {
    width:100%;
}

table.listing th , table.listing td {
    text-align: center;
    border:1px solid #CCC;
    border-collapse: collapse;
    padding:3px 10px;
    vertical-align: middle;
}

table.listing th {
    background:#EEE;
}

table.listing td {
}

table .th {
    display: none;
}

.tablewrap {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.mainlayout .tablewrap table {
    max-width: none;
}
/* **************************************************************************************************** */
/* FORMULAIRES
/* **************************************************************************************************** */

.form {
}

.form ul li {
    padding-top:10px;
}
.form label {
    display:inline-block;
    min-width:150px;
}

.form input[type=text] , .form input[type=password] , .form textarea  {
    display:inline-block;
    padding:7px 20px;
    width:100%;
    border:none;
    border:1px solid #CCC;
    background:white;
}

.form textarea {
    width:100%;
    min-height:100px;
}

.form input[type=text]:focus , .form input[type=password]:focus , .form textarea:focus  ,
.form input[type=text]:hover , .form input[type=password]:hover , .form textarea:hover
{
    outline:none;
}

.form select {
    padding:3px 2%;
}

.form input[type=text].error , .form select.error , .form textarea.error , .form input[type=password].error {
    border:1px solid red;
}

.form input[type=submit] {
    border:none;
    width:200px;
    margin:20px auto;
}

.form ul li.short {
    float:left;
    width:48%;
    margin-right:2%;
}

.form ul li.short.endline {
    margin-left:2%;
    margin-right:0%;
}

.form ul li.short input[type=text] , .form ul li.short input[type=password] , .form ul li.short textarea  {
    padding:5px 10px;
    width:100%;
}

.form ul li.long {
    width:100%;
    clear:both;
}

.form ul li.long input[type=text] , .form ul li.long input[type=password] , .form ul li.long textarea  {
    padding:5px 10px;
    width:100%;
}

.form .short select {
    width:98%;
}

.bcolor , .form input[type=submit] {
    padding:7px 20px;
    background:#555555;
    color:#FFF;
    display:block;
    cursor:pointer;
    font-family: "gggolfnews";
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    font-size: 1.1em;
}

.bcolor:hover , .form input[type=submit]:hover {
    background:#212121;
    text-decoration: none;
}

.bcolor.active , .form input[type=submit].active {
    background:#444;
}

.bcolor {
    display: inline-block;
}

.bcolor .icon {
    margin-right:5px; 
}

.bcolor.bcolorwhite {
    background: white;
    color:black;
}

.bcolor.bcolordarkwhite {
    background: #DDDDDD;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    color:black;
}

/* **************************************************************************************************** */
/* PAGINTATION
/* **************************************************************************************************** */

.pagination {
    float:right;
    margin-top:20px;
}

.pagination-item {
    display:block;
    padding:4px 7px;
    background:#DBDBDB;
    color:white;
    float:left;
    margin-right:3px;
    border-radius:15px;
}

.pagination-item.current , .pagination-item:hover {
    cursor:pointer;
    background:#706F6F;
}

/* **************************************************************************************************** */
/* INFOS BULLE
/* **************************************************************************************************** */

.bulle {
    background: rgba( 199 , 0 , 106 , 0.1 );
    border-bottom: 2px solid red;
    padding:10px;
    margin:auto;
    margin-bottom: 7px;
    margin-top: 3px;
    overflow:hidden;
}
.bulle.message {
    background: #a6f8b7;
    border: 1px solid #49f160;
    padding:10px;
    margin-top: 10px;
}
.bulle.errors {
    background: #f36767;
    border: 1px solid #f14343;
    padding:10px;
    margin-top: 10px;
    color:white;
}

/* **************************************************************************************************** */
/* S_SELECT
/* **************************************************************************************************** */

.sSelect {
    display:inline-block;
}

.sSelect .sSelectbar {
    padding:5px 10px;
    cursor:pointer;
    display: inline-block;
    padding-right:30px;
    border: 1px solid #CCCCCC;
    width:200px;
    background: url("../images/elements/arrowselect.png") white no-repeat top right;
}

.sSelect .sSelectUl {
    background:white;
    cursor:pointer;
    width:240px;
    border: 1px solid #CCCCCC;
    position: absolute;
    top:26px;
    left:0;
}

.sSelect .sSelectUl li {
    padding:5px 10px;
    border: 1px solid #EEEEEE;
}

.sSelect .sSelectUl li:hover {
    background:#EEEEEE;
}

.sSelect .sSelectInput {
    background:white;
    width:100%;
    border:none;
    outline:none;
}

@media screen and (max-width: 1024px) {
	body:not(.show_zoom):not(.base_home) #content{
		padding-top:0;
	}
	body:not(.show_zoom):not(.base_home).page_pageFront #content{
		padding-top:0px;
	}
}

@media screen and (max-width: 600px) {

    #content {
        margin:0;
        clear:both;
    }

    h1 {
        font-size:2em;
        line-height: normal;
    }

    h2 {
        font-size:1.8em;
        line-height: normal;
        height: auto!important;
    }

    p {
        font-size: 1em;
    }

    .form input[type=text] , .form input[type=password] , .form textarea  {
        display:block;
        width:100%;
    }

    .form ul li.short  {
        width:100%;
        margin:0;
    }

    .form ul li.short.endline {
        margin:0;
    }

    .form ul li.short input[type=text] , .form ul li.short input[type=password] , .form ul li.short textarea  {
        display:block;
        width:100%;
        padding:3px 2%;
    }

    .form select {
        display:block;
        width:100%;
    }

    /* table responsive */

    table , tbody, table tr {
        display: block;
        border-collapse: collapse;
        width:100%!important;
    }

    table tr {
        border:1px solid #CCC;
        margin-top:10px;
    }

    table th {
        display: block;
    }

    table td {
        display: block;
        background:#FCFCFC!important;
        text-align: left!important;
    }

    /* table .th {
        display: inline-block;
    } */

    table .th {
        display: block;
		margin-bottom:10px;
		
		
    }

	/* Si la 1re ligne sert d'en-tête (pas de <th>), la masquer en mobile */
	table.table-header-as-first-row > tbody > tr:first-child,
	table.table-header-as-first-row > tr:first-child {
		display: none;
	}

	/* La 1re colonne = libellé de ligne : pas besoin du label "TARIFS" */
	table.table-header-as-first-row td:first-child > .th {
		display: none;
	}			
	body .mainlayout table tr td{
		text-align:center!important;
	}
	body .mainlayout table tr td:not(:last-child){
		border-bottom:1px solid #ccc;
	}
	
	body .mainlayout table tr td:not(:first-child) .th > *{
		color:#000000!important;
	}
	
	body .mainlayout table tr td:first-child{
		background:#000!important;
		color:#ffffff;
	}
	/* body .mainlayout table tr td:first-child{
		
	} */

    table thead {
        display: none;
    }

}