/*
-----   SELECTEURS DE BALISES   -----

*
a 
a:hover 
body 
em 
footer, nav 
header, footer 
h1 
h2 
nav a 
nav p 
p,li
section 

-----   SELECTEURS DE CLASSES   -----
.accueil-introduction
.accueil-photos 
.accueil-photos h2
.accueil-photos div 
.accueil-photos img 
.active :hover
.arrondie 
.cta
.cta:hover 
.cadre1 
.icone64
.icone32
.inactive
.lecture_livre
.lien-icone
.lien-icone:hover 
.main-a-propos
.navigation 
.navigation p
.reduit

-------------------------------------
-----   SELECTEURS DE BALISES   -----
-------------------------------------
*/

* {
    margin : 0;
  }
  
a {
    color :#3a4eb3;
    text-decoration: none;
    font-family : 'Montserat', sans-serif;
  }
  
a:hover {
    text-decoration: underline;
    font-family : 'Montserat', sans-serif;
  }

body {
    font-family : 'Montserat', sans-serif;
    font-size: 1em;
    background-color: #eff0f8;
}

button {
  align-items: center;
}

em {
    color: #3a4eb3;
    font-style:normal;
    font-weight: bold;
}

footer, nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

footer  p {
  font-family : 'Montserat', sans-serif;
  color : #3a4eb3;
  font-size : 0.9em;
  font-style:italic;
}

form {
margin-left: 100px;
}

form h3 {
  color :#3a4eb3;
  font-size : 1em;
  margin-left:0px;
  margin-top: 20px;
  margin-bottom: 5px;
}

form p {
  color :#3a4eb3;
  padding-left: 0px;
  padding-top: 10px;
  padding-bottom:5px;
}

header, footer {
  background-color: #d6d9e6;
  padding: 20px 20px;
  border-bottom :solid, #696484, 2px;
}

h1 {
    font-family : 'Montserat', sans-serif;
    color : #3a4eb3;
    font-size : 2em;
}

h2 {
    color :#3a4eb3;
    font-size : 1.2em;
    margin-left:10px;
    margin-top: 20px;
    margin-bottom: 10px;
}

h3 {
  color :#3a4eb3;
  font-size : 1em;
  margin-left :20px;
  margin-top: 5px;
  margin-bottom: 2px;
}

img{
  margin-top: 10px;
  margin-left:30px;
  margin-bottom: 10px;
}

label {
  color :#3a4eb3;
  font-size : 1em;
}

main {
  margin-left:10px;
}
nav a {
  margin-left: 30px;
}

nav p {
  color :#3a4eb3;
  font-size:0.80em;
  padding-left: 30px;
  font-family : 'Montserat', sans-serif;
}

p,li {
  color :#3a4eb3;
  padding-left: 30px;
}

section {
  padding:60px;
}

ul {
  margin-left:50px;
}
/*
-------------------------------------
-----   SELECTEURS DE CLASSES   -----
-------------------------------------
*/
.F2 {
  visibility:hidden;
}
.F3 {
  visibility:hidden;
}
.accueil-introduction {
    display: flex;
    flex-direction: row;
    width: 65%;
    align-items: center;
    margin: auto;
  }

.accueil-photos {
  background-color: white;
  padding: 80px;
  padding-top:40px;
  padding-bottom:70px;
}

.accueil-photos h2 {
  color: #242424;
  text-align: center;
  margin-bottom: 80px;
}

.accueil-photos div {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
}

.accueil-photos img {
  border-radius:10%;
}

.active:hover {
  cursor:pointer;
  text-decoration: underline;
}

.arrondie {
  clip-path:ellipse(33% 50%);
}

.cta {
    background: linear-gradient(#8e86b5, #acaeed);
    color: white;
    border-radius : 50px;
    padding:20px 50px;
}

.cta:hover {
  background: linear-gradient(#696484, #8788ba);
  text-decoration: none;
}

.cadre1 {
  font-family:Georgia, 'Times New Roman', Times, serif;
  font-size:1.2em;
  text-align:justify;
  border-bottom:1px #8e86b5 solid;
  border-right:1px #8e86b5 solid;
  padding : 50px;
}

.icone64 {
  width:64px;
  height:64px;
}

.icone32 {
  width:32px;
  height:32px;
}

.icone128 {
  width:128px;
  height:128px;
}

.inactive {
  color :#696484;
}

.lecture_livre {
  vertical-align:bottom;
  padding-top:100px;
}

.lien-icone {
  margin-left: 30px;
}

.lien-icone:hover {
    opacity: 0.5;
}

.main-a-propos {
  width:50%;
  margin:auto;
}

.navigation {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
}

.navignation p {
  font-size:0.80em;
}

.reduit {
  width :90px;
  height:90px;
}

.reduit1 {
  width :20%;
  height:20%;
}