@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@300&family=Luckiest+Guy&display=swap');

body {
	color: #000;
	font-size: 1rem;
	color: #3e3e3e;	
	line-height: 1.7em;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;

}

/* transitions pages */
.animate-in {
    -webkit-animation: fadeIn .5s ease-in;
    animation: fadeIn .5s ease-in;
}
.animate-out {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
/* Fin transitions pages */

h2 {
	color: #3e6fa2;	
}

.ensemble {
	margin: auto;
	clear: both;
	max-width: 990px;
	border: 4px solid #b9df2d
}

.titre {
	padding: 18px;
	font-size: 3.6rem;
	color: #b9df2d;
	text-align: center;
	text-shadow: 1px 1px 2px black;
	font-family: 'Luckiest Guy', cursive;
}

.titre span {
	font-size: 4.6rem;
}

.soustitre {
	text-align: center;
	color: #b9df2d;
	font-size: 1.1rem;
}

h1 {
	font-size: inherit;
	margin: 0;
}

.logo_h img{
	display: block;
	margin: auto;	
	text-align: center;
}

.header-style {
	margin: auto;
	clear: both;
	max-width: 990px;	
	background: #3e6fa2;
	background-image: url('img/canicl_bandeau_H_01.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: 104%;
	background-size: 990px;
	
}


.menu {
	display: flex;              /* Transformation en flexbox */
	padding:0;    	/* Suppression  marges internes */
	margin: 0;
	justify-content: center     /* Alignements des liens dans le menu */
}
.menu li {
	list-style-type: none ;       /* Suppression des puces */
	list-style-image: none;
}

.menu a {
	display:block;                /* Transformation en block */
	min-width: 140px;             /* Largeur minimale des liens */
	margin: 0.5rem;               /* Marges externes (1 valeurs = 4 directions) */
	padding: 0.2rem 0;            /* Marges internes (2 valeurs = haut/bas et gauche/droite)*/
	text-align: center;           /* Centrage du texte */   
	background-color: #3e6fa2;    /* Couleur d'arrière-plan */
	color: #fff;                  /* Couleur du texte */
	text-decoration: none;        /* Suppression du soulignement */
	border: 1px solid #fff;       /* Ajout d'une bordure */
	border-radius: 4px;
	transition: all 0.5s ;          /* Ajout des effets de transition */
}
.menu a:hover {
	background-color: #4c759f;
	color: #b9df2d;
	border-color: #b9df2d;
}

.site-global {
	background: #f0f7ff;
	margin: auto;
	clear: both;
	max-width: 990px;
}

.contenu-milieu ul {
  padding-left: 2rem;
  list-style-type: none;
}
.contenu-milieu li {
	padding-left: 1.4rem;
	background-image: url(img/cliquer_02_puce.png);
	background-position: 0px 4px;
	background-size: 14px 18px;
	background-repeat: no-repeat;

}

.bandeau-titre {
	margin: 0px;
	padding: 10px;
	background: #b9df2d;
	text-align: center;
	font-family: 'Luckiest Guy', cursive;
	color: #8ca62d;
	font-size: 2.2rem;
}

.contenu-milieu {
	padding: 50px;	
}

footer {
	margin-top: 20px;
	background: #3e6fa2;
	color: #b9df2d;
	text-align: center;
	clear: both;
}

.droite {
		float:right;
}
	
.img_cent {
	margin-top: 20px;
}

.img_cent img{	margin-top: 20px;
	max-width: 100%;
	border : 3px solid #f9f9f9;
	box-shadow: 6px 5px 5px #8c8c8c;	
}

.img_dr img{
	float:right;
	margin-left:10px;
	margin-bottom: 10px;
	border : 3px solid #f9f9f9;
	box-shadow: 6px 5px 5px #8c8c8c;	
}

.img_g img{
	float:left;
	margin-right:28px;
	border : 3px solid #f9f9f9;
	box-shadow: 6px 5px 5px #8c8c8c;	
}

.contenu-milieu img {
     -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
     -ms-transition: all 0.2s;
     -o-transition: all 0.2s;
     transition: all 0.2s;
}
.contenu-milieu img:hover {
     transform:scale(1.1);
}

.bloc {
	display: block;
	clear: both;
	margin-bottom: 20px;
}

/* Scroll top */
.top-link {
  transition: all .25s ease-in-out;
  position: fixed;
  bottom: 0;
  right: 0;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin: 0 3em 3em 0;
  border-radius: 50%;
  padding: .25em;
  width: 40px;
  height: 40px;
  background-color: #3e6fa2;
  z-index: 200;
}
.top-link.show {
  visibility: visible;
  opacity: 1;
}
.top-link.hide {
  visibility: hidden;
  opacity: 0;
}
.top-link svg {
  fill: #fff;
  width: 24px;
  height: 12px;
}
.top-link:hover {
  background-color: #E8E8E8;
}
.top-link:hover svg {
  fill: #000000;
}

.screen-reader-text {
  position: absolute;
  clip-path: inset(50%);
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.screen-reader-text:focus {
  display: block;
  top: 5px;
  left: 5px;
  z-index: 100000;
  clip-path: none;
  background-color: #eee;
  padding: 15px 23px 14px;
  width: auto;
  height: auto;
  text-decoration: none;
  line-height: normal;
  color: #444;
  font-size: 1em;
  clip: auto !important;
}

/* Fin Scroll top */