/* 
    Created on : 6 juin 2016, 14:53:43
    Author     : Rom1
*/

body
{
    background-color: white;
    font-family: 'Trebuchet MS';
    color: black;
    width: 100%;
}

#bloc_page
{
    margin: auto;
    align-items: stretch;
    height: 100%;
    width: 100%;
    overflow: auto;
    padding-right: 0.1em;
}

.lien:visited, .lien
{
    text-decoration: none;
    color: black;
}

.lienNews, .lienGestion, .lienGestion:hover
{
    text-decoration: none;
    color: white;   
}

.lienGestion:hover
{
    color: #CB2C0C;
}
.lienGestion
{
    font-size: 0.95em;
}

.lienNews:hover
{
    border-bottom: solid white 2px;   
}

.lien:hover
{
    color: #CB2C0C;
}

.border
{
    border: solid red 2px;
}

.decalG
{
    padding-left: 2%;
}

article
{
    font-size: 0.8em;
}

/* article */

.titre, .titreLien
{
    font-size: 2.5em;
    color: #CB2C0C;
    font-family: 'Century Gothic';
    text-align: center;
    text-decoration: none;
}

.sous_titre, .bold
{
    text-decoration: underline;
    text-align: center;
}

.bold
{
    font-weight: bold;
}

.contenuCenter, .contenuJustify, .contenuFieldset
{
    padding-left: 6em;
    padding-right: 6em;
    font-size: 1.25em;
    color: black;
    font-family: 'Century Gothic';
}

.contenuCenter, .contenuFieldsetC
{
    text-align: center;
}

.contenuJustify, .contenuFieldset
{
    text-align: justify;
}

.contenuFieldset, .contenuFieldsetC
{
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

/* Contact */

.centrer
{
    display: flex;
    justify-content: center;
}

.contact, .liens, .detail
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    border: solid 1px black;
}

.contact
{  
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 6em;
}

.tabContact, .tabLien, .tabKibon, .tabRep, .tabQuest
{
    font-size: 1.25em;
    color: black;
    font-family: 'Century Gothic';
    text-align: left;
    padding-left: 5%;
}

.tabRep
{
    visibility: hidden;
}

.tabContact
{
    width: 25em;
}

.tabLien
{
    width: 40em;
    padding-bottom: 40px;
}

.imgLien
{
    padding-bottom: 40px;
    text-align: center;  
}

/* Pratiques */

.revision
{
    display: flex;
    justify-content: space-around;
    position: relative;
    text-align: center;
}

.titreNews:hover
{
    border-bottom: solid 1px black;
}

.titreLien:visited
{
    text-decoration: none;
}

.tabQuest
{
    padding-bottom: 0em;
    padding-right: 6em;
    padding-left: 6em;
}
.tabRep
{
    color: #CB2C0C;
    padding-bottom: 1em;
    padding-right: 6em;
    padding-left: 6em;
    /*visibility: hidden;*/
}

/* News */

.titreNews
{
    color: #CB2C0C;
}

/* Redaction */
#redac
{
    width: 60em;
}

.redacContenu
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 2em;
}

.large
{
    width: 50em;
}

.modal
{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content
{
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close
{
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* mini menu */

.miniMenu li a
{
    text-decoration: none;
    color: black;
}

.miniMenu
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.miniMenu li
{
     display: flex;
    justify-content: center;
    align-items: center;
    width: 8em;
    text-align: center;
    font-size: 1.1em;
    color: black;
    font-family: 'Century Gothic';
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.miniMenu li:hover
{
    border-top: 1px solid #CB2C0C;
    border-bottom: 1px solid #CB2C0C;
}




/* En attendant de finir le calendrier */
/* Calenrier */

.periods
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.periods *
{
    margin: auto;
}

.month
{
    flex: 2;
    font-size: 1.25em;
    color: black;
    font-family: 'Century Gothic';
}

.months
{
    flex: 1;
}

.months ul
{
    list-style: none;
}

.months a
{
    text-decoration: none;
    color : black;
    font-family: 'Century Gothic';
}

.months a:hover
{
    color: #CB2C0C;
}

.calend
{
    border-collapse: collapse;
}

.calend td
{
    border: 1px solid black;
    width: 80px;
    height: 80px;
}

td.padding
{
    border: none;
}

td.padding:hover
{
    background: none;
    cursor: default;
}

.calend td:hover
{
    background: #fd5353;
    cursor: pointer;
}

.marquEvent
{
    list-style: none;
}

td .daytitle
{
    display: none;
}

td:hover .daytitle
{
    position: absolute;
    left: 582px;
    top: 21px;
    width: 442px;
}

.calendEvent
{
    border-style: solid;
    border: #fd5353;
    flex: 1;
}

.active
{
    color: red;
}

/* Kibon */

.kibon
{
    border-spacing: 1em;
}

/* Kibon test */

.conteneur
{
    display: flex;
    flex-direction: column;
    align-items: center
}

.element
{
    display: flex;
}

.element span:nth-child(1)
{
    width: 10em;
    border-bottom: solid black 1px;
}

.element span:nth-child(2)
{
    width: 40em;
    text-align: left;
    border-bottom: solid black 1px;
}

/* illustration */

.illu
{
    width: 250px;
    height: auto;
    border-bottom: solid black 1px;
}

.illu:hover
{
    border-bottom: solid #CB2C0C 1px;
}

.logo
{
    width: 2.5em;
    height: 2.5em;
    margin-right: 1em;
    margin-top: 1em;
}

/* club */

hr
{
    width: 80%;
}

.blocCLub section
{
    margin-top: 5em;
    margin-bottom: 5em;
}

.club
{
    width: 14em;
    height: auto;
}

.clubG
{
    width: 16em;
    height: auto;
}

.presHorizontal
{
    display: flex;
    justify-content: center;
    margin-top: 2em;
    margin-bottom: 2em
}

.presHorizontal div
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 2em;
}

.presHorizontal div ul
{
    list-style: none;
}

footer
{
    margin-top: 8em;
    display: flex;
    justify-content: center;
}