:root {
  
}

a:hover {
color: red;
background-color: #00FFFF ;}

a:visited {
color: purple;

}

a:focus {
color: yellow;
  background: gray;
}
.fond {
  width 100%;
  border: 2px solid #00FFFF ;
  border-radius :  10px;
  margin-bottom :10px;
  border-radius :  10px;
  margin-bottom :10px;
  display: flex;
  flex-direction: row;
  background-color:#F0FFFF;
}
.menu {
  width:10%;
  height: 400px;
  padding :  50px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #00BFFF ;
  border-radius :  10px;
  margin: 1rem;
  margin-bottom :10px;
  display: flex;
  flex-direction: column;
  background-color:#00FFFF;
}

.fond1 {
  
  
  padding :  10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #00BFFF ;
  border-radius :  10px;
  margin: 1rem;
  margin-bottom :10px;
  background-color:#00FFFF;
}
.fond2 {
  
  
  padding :  10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #00BFFF ;
  border-radius :  10px;
  margin: 1rem;
  margin-bottom :10px;
  background-color:red;
}

.paragraphe {
  width:90%;
  height: 400px;
  padding :  50px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #00BFFF ;
  border-radius :  10px;
  margin: 1rem;
  margin-bottom :10px;
  display: flex;
  flex-direction: column;
  background-color:#00FFFF;
}

.lien { font-size: 20px;
  font-weight:bold;
  color: black;
padding :  5px;
text-align: center;
border: 2px solid #00BFFF ;
border-radius :  20px;
margin-bottom :20px;
background-color: #F0FFFF ;
transition: 0.5s;
}


.cadre { font-size: 30px;
  width:100%
  font-weight:bold;
  padding :  5px;
  text-align: center;
  border: 2px solid #00FFFF ;
  border-radius :  10px;
  margin-bottom :10px;
  background-color: #F0FFFF ;
}
/*
diaporama site web source
*/

#slider {
    position: relative;
    width: 100%;
    margin: 1rem;
    display: flex;
    align-items: center;
}

#precedent,
#suivant {
    cursor: pointer;
    transition: opacity 0.3s ease;
    opacity: 0;
    position: absolute;
    font-size: 100px;
    color: rgba(220, 220, 220, 0.8);
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px;
}

#precedent {
    left: 0;
}

#suivant {
    right: 0;
}

#slider:hover #precedent,
#slider:hover #suivant {
    opacity: 1;
}
.image {
  width: 70%;
  }