

body {
    
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 14px;
   /* max-width: 900px; */
}

/*
main {
    border: 1px solid rgb(150, 144, 144);
    margin-top: -15px;
}
*/
a {
    text-decoration: underline;
    color: blue
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: red;
}

table {
    margin-top: 15px;
}

/* Pointage inscrit */
.pointageButton {
    width: 200px;
    height: 60px;
    background-color: yellow;
    font-weight: bold;
    font-size: large;
    padding-top: 10px;
}

.pointageValid {
    width: 300px;
    height: 60px;
    background-color: rgb(17, 208, 78);
    font-weight: bold;
    font-size: large;
    padding-top: 10px;
}

.pointageRetour {
    width: 200px;
    height: 40px;
    background-color: rgb(175, 3, 9);
    padding-top: 10px;
}

.tdAlign {
    text-align: center;
}

.tdColor {
    text-align: center;
    color: green;
}

.tdGray {
    color: gray;
}

.tdDarkGreen {
    color: rgb(153, 2, 2);
}

main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}

footer {
    width: 100%;
    height: 30px;
    background-color: bisque;
    margin-top: 5px;
    margin-left:5px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;

}

hr {
    margin: 0px 50px;
    color: rgb(156, 162, 163);
}

h1 {
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 24px;
    color: rgb(236, 41, 41);
}


.list {
    padding-bottom: 4px;
}

.chapitre {
    padding-top: 6px;
    color: rgb(1, 26, 11);
    font-weight: bold;
}

.mainTitle {
    margin-top: 10px;
    justify-content: center;
    font-size: 14px;
    text-align: center;
    color: rgb(3, 54, 7);
    font-style: italic;
    font-weight: bold;
    margin-bottom: 15px;
}

.subTitle {
    justify-content: center;
    font-size: 13px;
    text-align: center;
    margin-bottom: 12px;
}

.articles {
    display: flex;
    flex: wrap;
}

.photo { /* photo page accueil */
    width: 150px;
    height: 100px;
    border: 3px;
    margin: 5px;
    border-radius: 6px;
}

.qrcode {
    width: 100px;
    height: 100px;
}


.listTable {
    margin-top: 5px;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 13px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;


    th,td {
        border: 1px solid;
        border-color: rgb(76, 86, 56);
        padding: 0px 3px 0px 3px;
    }

}

.buttonCreate {
    margin-top: 30px;
    margin-bottom: 12px;
    padding: 5px;
    height: 30px;
    width: 250px;
    background-color: rgb(83, 231, 95);
    border: 1px solid;
    border-radius: 5px;
}

.banniere {
    background-color: rgb(184, 218, 129);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 0;
    color: rgb(15, 15, 15);
    font-size: 12px;
    display: flex;
    justify-content: space-around;
    padding: 3px;
}

.text-banniere p{
    font-size: 14px;
}

.button-banniere  {
    padding-top: 16px;
}

.button-banniere  a{
    border: solid 1px rgb(216, 30, 30);
    margin: 8px;
    padding: 3px;
    background-color: red;
    border-radius: 7px;
    color: white;
    text-decoration: none;
}

/* pour tablette recherccjhe non */
.tabRecNom {
    font-size: 20px;
    margin: 5px 1px;
    font-weight: bold;
}

.tabRecDesc {
    font-size: 17px;
} 

.tabRecDesc2 {
    font-size: 17px;
    color: crimson;
    font-weight: bold;
} 

.tabRecLien {
    text-decoration : none;
}

.trBorder {
    border: 0px;
}


span.nolink {
    color: #f5f1f1;
}

radio {
margin: 0rem;
}

.recaptcha-container {
  display: flex;
  justify-content: center; /* centre horizontalement */
  margin: 20px 0;          /* espace autour */
}


@media screen and (max-width: 768px) {
    body {
        font-size: 12px;
    }

    footer {
        font-size: 11px;
    }

    .headerTitle {
        font-size: 14px;
    }

    .photo { /* photo page accueil */
        width: 60px;
        height: 40px;
        border: 3px;
        margin: 2px;
    }

  

}