/* Septembre 2022 JFL */
/* Importation police écriture RALEWAY de Google Font */
/* @import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap"); Raleway Bold 400  */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap'); /* Raleway Bold 700  */

body {
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
}

header {
  text-align: center;
  color: #615F65;
  background-color: white;
}

header .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

header .title  img {
  padding: 20px;
}

header nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;  
  background-color: #CC0033;  
}

header nav a {
  color: LightGoldenrodYellow;
  text-decoration: none;  
  margin: 20px 30px 20px 0px;
  padding: 3px;
  border: 1px solid white;  
}

header nav a:hover {
  color: Black;
  background-color: Cornsilk;
  text-decoration: underline;  
}

section {
  text-align: center;
  background-color: Lavender;
}  

section .pave {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

section .pave .texte {
  background-color: white;
  text-align: center;
  min-height: 600px;
  /* min-height: 180px; /* Aadaptation automatique de la hauteur du DIV en fonction de l'importance du texte */
  width: 500px;
  border: 1px solid black;
  margin: 20px;
  box-shadow: 5px 5px 5px black;
}

section .pave .texte h3 {
  color: #CC0033;	
  line-height: 1.5em;
}

section .pave .texte h4 {
  color: Lavender;	
  line-height: 1.4em;
}

section .pave .image {
  background-color: white;
  text-align: center;
  min-height: 600px; /* Aadaptation automatique de la hauteur du DIV en fonction de l'importance du texte */
  width: 500px;
  border: 1px solid black;
  margin: 20px;
  box-shadow: 5px 5px 5px black;
}

section .pave .image img {
  padding-top: 40px;	
}

section article {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;	
}

section article .GC8 {
  width: 1100px;
  padding: 0px 30px;
  color: white;
  background-color: #CC0033;
}

section article .bloc1 {
  width: 1100px;	
  padding: 30px;
  text-align: justify;
  line-height: 1.4em;
  background-color: white;
}

section article .bloc1 h2 {
  color: #CC0033;
  text-align: left;
}

section article .ligne-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;	
  width: 1100px;	
  padding: 30px;
  background-color: White;  
}

section article .ligne-logo .bloc  img {
  height: 90px;
  width: 90px;
  margin: 10px;
}

footer {
  text-align: left;
  color: white;
  background-color: #CC0033;
}  
	
footer .ligne-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;	
}	

footer .ligne-footer .bloc {
  min-height: 180px; /* min-height : permet une bonne organisation du bloc lorsque l'image est rétrécie sur les écrans de smartphone. */
  width: 500px;
  margin: 0px 30px 30px 30px; 
}
