html {
    height: 100%;
}

body { 
    margin:0; 
    padding:0;
    font-family: Arial, Helvetica, sans-serif;
    background: linear-gradient(to right, #fefcff,#f8f2fd);
}

header {background: linear-gradient(to top right,#e4055ae0,#9333a3) ;
color: #fff;
padding: 10px;
text-align: center;
}

header h1{
    font-size:300% ;
    margin:0px;
}
footer {
    background: linear-gradient(to top right, #7c0791 ,#e4055ae0) ;
    color: #fff ; 
    padding: 10px;
    text-align: center;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    max-width: 1000px;
    margin: 20px auto ;
    padding: 5px;
}



h2 {
    color:#b71244;
}
.titre {
    flex-grow: 1;
}
.seance{
    background-color:  #dc1e4e20 ;
    color: #000 ;
    border-radius: 10px;
    padding: 2%;
    flex-grow: 4 ;
    flex-basis:600px;

}

p {line-height: 1.6;
}

.bandeau{
    max-width: 1000px;
    margin: 10px auto ;
    padding: 0 20px ;
}

.bandeau a {
    color: #fff ;
}

.box{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-self: normal;
}

.tuile {
    width: 450px;
    margin: 10px ;
    padding:10px ;
    border-radius: 15px;
    border: solid #b71244;
    border-width: 3px;
    background: #fff);
}

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

.tuilecont img {
    display: block;
    width: 90px; ;
    height: 90px ;
    border-radius: 5% ;
    object-fit: fill;
    margin: 0px 20px;
    filter: grayscale(50%)
    
}
.tuile h2{
    text-align: left;
    margin: 1px;
    color:#b71244;
}
.tuile h3{
    text-align: center;
}

.tuile a{
  text-decoration: none ;
  color : #b71244;
}

.seance a{
    font-weight: bold;
    color :#b71244;
    text-decoration: none;
}

.floatl {
    float:left
}

table{
    width: 100%;
    
}

.grille {
    display : flex;
    flex-wrap: wrap;
    justify-content: start ;
    gap:20px ;
    width: 80% ;
    margin: 20px auto ;
    padding: 10px;
}

.carte-ex{
    border-radius: 8px;
    border: solid #b71244;
    border-width: 3px;
    width : 200px ;
    margin:0px;
    padding: 10px;
    text-align: center;
    background: #f8f2fd;
}

