body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

/*h1 {
    margin-bottom:3rem;
    margin-top: 3rem;
}*/

.btn-primary {
    margin-bottom: 5px;
}


form {
    border-radius:.5rem;
}
form input { width: 100%; }
form input:not([type="submit"]) {
    margin-bottom: 1.5rem;
}

partenaire{margin-top:2rem}

img{
    margin-top:1rem;
    margin-bottom:1rem;
    -webkit-filter:grayscale(1);
    filter:grayscale(1);
    transition:filter .5s ease}
img:hover{-webkit-filter:grayscale(0);filter:grayscale(0)}

/*input{text-align:center;height:3rem;width:100%}
input,textarea{margin-bottom:2rem}
input[type=submit]{width:100%;margin-bottom:0}*/

.image span {
    visibility: hidden;
}
 
.image img:hover + span {
    visibility: visible;
}

.heading-primary {
    margin: 1rem auto 2rem;

    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
}

.heading-secondary {
    margin: 1rem auto 2rem;

    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
}

/* Général */

header,
footer { background: #8dab45; }

footer {
margin-top: 2.5rem;
    min-height: 50px;
    font-size: 12px;
    padding: 20px;
        color: #fff;
}
a {
    color: #FFF;
}
a.aSite {
    color: black;
    font-size: 12px;
}

h3#titreFooter {
    text-align: center;
    margin-bottom: 25px;
}

.hidden { display: none; }

.datepicker-container { z-index: 1050!important; }

/* Menu */

#main-menu > .nav-item > a {
    font-size: .9rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
#main-menu > .nav-item:not(:last-child) { margin-right: 1rem; }

#main-menu > .nav-item > #account-details {
    padding-bottom: 0;
    background: #d2dc49;
    border: none;
    border-radius: 0;
}
#main-menu > .nav-item > #account-details > .menu-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-size: 0.8rem;
}
#main-menu > .nav-item > #account-details > .dropdown-header {
    font-weight: 600;
    color: #000;
}
#main-menu > .nav-item > #account-details > .dropdown-divider { border-color: #8dab45; }
#main-menu > .nav-item > #account-details .logout_btn {
    margin-top: .5rem;
    border-radius: 0;
}

/* Page connexion et nouveau mot de passe */

.connexion_box {
    height: calc(100vh - 60px);
}

.mpga-form {
    background: #fff;
}
.mpga-form input[type="text"],
.mpga-form input[type="password"],
.mpga-form input[type="email"] {
    background: #d2dc49;
    color: #000;
    font-weight: bold;
    text-align: center;
    border: none;
}
.mpga-form input::-moz-placeholder{
    color: #000;
    text-transform: uppercase;
}

.mpga-form input[type="submit"],
.mpga-form button[type="submit"] {
    background: #593f95;
    color: #d2dc49;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
}

/* Hub utilisateur */

.row_bg {
    height: 40vh;
    background-size: cover;
    background-position: center center;
}

section[class*="section_"] {
    margin-top: 3rem;
}

body.userHub section h2 {
    padding: 0 1rem;
    margin-bottom: 2rem;
    display: inline-block;
    width: 100%;
    font-size: .9rem;
    line-height: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
}

.section_actus h2 { background: #d2dc49; }
.section_partenaires h2 { background: #593f95; color: #fff; }
.section_docs h2 { background: #8dab45; color: #fff; }

.section_actus article {
    border: 1px solid #efefef;
}
.section_actus article:not(:last-child) { margin-bottom: 1.5rem; }
.section_actus article .illu_actualite {
    margin-top: 0;
    margin-bottom: 0;
}
.section_actus article .actu_content > div { padding: 1rem 15px; }
.section_actus article .actu_content h3 {
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
}
.section_actus article .actu_content .date_parution {
    margin-bottom: 1rem;
    color: #aaa;
    font-style: italic;
}

.section_actus article .actu_content .short_content,
.section_actus article .actu_content .content_actualite { margin-bottom: 1rem; }

.partenaire_lnk {
    display: block;
    border: 1px solid #000;
}

.lnk_docu:not(:last-child) {
    margin-bottom: 1rem;
}

/* Page réservations */

.bg-golf {
    background-size: cover;
    background-position: center center;
}

.nom-golf a {
    color: #000;
    text-decoration: none;

    transition: color .15s ease-in-out;
}
.nom-golf a:hover { color: #8dab45; }

.table-dates-resa .thead-dark th {
    background-color: #d2dc49;
    border-color: #d2dc49;
    color: #000;
}

/* Affichages divers administration */

.logo-adm-partenaire { max-width: 100px; }

/*affichage fleche tableau de recherche*/
.flecheDesc {
  width: 0; 
  height: 0; 
  float:right;
  margin: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}
.flecheAsc {
  width: 0; 
  height: 0;
  float:right;
  margin: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

/* Classe optionnelle pour le style */
.tableau {width:100%;table-layout: fixed;border-collapse: collapse;}
.tableau td {padding:.3rem}
.zebre tbody tr:nth-child(odd) {background-color: #d6d3ce;border-bottom:1px solid #ccc;color:#444;}
.zebre tbody tr:nth-child(even) {background-color: #c6c3bd;border-bottom:1px solid #ccc;color:#444;}
.zebre tbody tr:hover:nth-child(odd) {background-color: #999690;color:#ffffff;}
.zebre tbody tr:hover:nth-child(even) {background-color: #999690;color:#ffffff;}
.avectri th {text-align:center;padding:5px 0 0 5px;vertical-align: middle;background-color:#999690;color:#444;cursor:pointer;
	-webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.avectri th.selection {background-color:#5d625c;color:#fff;}
.avectri th.selection .flecheDesc {border-bottom-color: white;}
.avectri th.selection .flecheAsc {border-top-color: white;}
.zebre tbody td:nth-child(3) {text-align:center;}