/*style pour test nouveau contenu du main */
.nouveau_main {
    display: flex;
    margin-top: 7em;
    overflow: hidden;
}

.contenant {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    overflow: hidden; 
}

.arr_fond {
    position: fixed;
	top: 0px;
	left: 0px;    
    margin: auto;
    width: 100vw;
    height: 100vh;
    overflow: hidden;    
}

/* .slide2 { */
/*    position: relative; */ 
/*    width: 300vw; */
/*    height: 100vh; */
/*    display: flex; */
/*    flex: 1 0 1000px; */
/*    animation-name: arr_fond; */
/*    animation-duration: 20s; */
/*    animation-iteration-count: infinite; */
/*    animation-direction: alternate; */
/*    animation-timing-function: linear;   */
/* } */

/* @keyframes arr_fond { */
/*    0% { */
/*      left: 0px; */
/*    } */
/*    20% { */
/*      left: 0px; */
/*    } */
/*    25% { */
/*      left: -100%; */
/*    } */
/*    70% { */
/*      left: -100%; */
/*    } */
/*    75% { */
/*      left: -200%; */
/*    } */
/*    100% { */
/*      left: -200%; */
/*    } */
/* } */

.slideimage2 {
    width: 100vw;
    height: 100vh;
}

.sous_menu {
    position: relative;
    display: flex;
    flex-basis: 25%;
	box-sizing: border-box;
	flex-direction: column;
    margin-top: 20px;
	overflow: hidden;
}

.sous_menu>.logo {
    margin: 0 auto;
    border-radius: .5em;
    background-color:  rgba(255,255,255,0.4);      
}

.sous_menu>.logo_fond {
	min-width: 255px;
	min-height: 204px;
    margin: 0 auto;
    border-radius: .5em;
    background-color:  rgba(255,255,255,0.4);      
}

.sous_menu>.logo_fond>div {
    margin: 0 auto;
	/* width: 255px; */
	/* height: 204px; */
	min-width: 255px;
	min-height: 204px;
    border-radius: .5em;
	background: url(https://velocite47.fr/Images/logo_fond.png);
	background-size: 255px 204px;   
}
.sous_menu>.logo_fond>div>.logo3 {
    margin: 0 auto;
	/* width: 255px; */
	/* height: 204px; */
	min-width: 255px;
	min-height: 204px;
    border-radius: .5em;
    background: url(https://velocite47.fr/Images/logo_velos.png);
	background-size: 255px 204px;
}

.sous_menu>.logo_fond>div>.animationlogo {
	animation: animate 120s linear infinite;
}

@keyframes animate
{
	0%
	{
		background-position-x: 0;
	}
	100%
	{
	
		background-position-x: 2550px;	
	}
}

.sous_menu>div>ul>li {
    margin: 30px auto;
    text-align: center;
}

.sous_menu>div>ul>li>a {
    text-decoration: none;
    padding: 8px 15px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    border-radius: .5em;
    background-color:  #abe6fb;
}
.sous_menu>div>ul>li>a:hover {
    color: white;
    box-shadow: 0px 0px 5px white;
    text-decoration: none;
}

.sous_menu>div>ul>li>ul>li {
    margin: 15px auto;
    text-align: center;
}

.sous_menu>div>ul>li>ul>li>a {
    text-decoration: none;
    padding: 5px 8px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    border-radius: .5em;
    background-color:  #C1F7F7;
}
.sous_menu>div>ul>li>ul>li>a:hover {
    color: white;
    box-shadow: 0px 0px 5px white;
    text-decoration: none;
}

.principal {
    position: relative;
	display: flex;
    flex-basis: 75%;
	box-sizing: border-box;
	flex-direction: column;
    padding-right: 40px;
	padding-left: 40px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.page2 {
    width: 95%;
    padding: 20px 20px;
    margin: 0 auto;
    border-radius: .5em;
    background-color:  rgba(255,255,255,0.2);

}
.footer2 {
    position: relative;
}

.single2 {
    border-radius: .5em;
    background-color:  rgba(255,255,255,0.6);
    padding: 20px;
}

.petit_m {
    border-radius: .5em;
    background-color:  rgba(255,255,255,0.6);
    padding: 20px;
    margin-bottom: 40px;
}

/* Menu principal n°2 */

.nav2 {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index : 1;
    background-color: #02B4DC;
    /*! min-height: 1.5em; */
}

.nav2>nav>ul {
    display: flex;
    flex: 1 0 auto;
    flex-wrap: wrap;
    width: 100vw;
    margin: 0 auto;
    align-items: center;
}
.nav2>nav>ul:first-child {
    margin-left: 30px;
}
.nav2>nav>ul>li {
    padding: 10px 10px;
    margin: 0 5px;
    border-radius: .5em;
    background-color: #abe6fb;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5); 
}
.nav2>nav>ul>li:hover {
    box-shadow: 0px 0px 5px white;
}
.nav2>nav>ul>li>a {
    text-decoration: none;
    padding: 15px 15px;
    font-size: 1.3em;
    border-radius: .5em;
}
.nav2>nav>ul>li>a:hover {
    color: white;
    text-decoration: none;
}
.nav2_e {
}

/* Menu déroulant pour nav2 */

.deroule>ul {
	display: none;
	position: absolute;
}

.deroule:hover>ul,
.deroule:focus>ul {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.deroule>ul>li:first-child {
    margin-top: 30px;
}

.deroule>ul>li>a {
	text-decoration: none;
    padding: 15px 15px;
    font-size: 1.3em;
	padding: 10px 10px;
    border-radius: .5em;
    background-color: #abe6fb;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.deroule>ul>li>a:hover,.deroule>ul>li:focus {
    color: white;
    text-decoration: none;
	box-shadow: 0px 0px 5px white;
}

.deroule:target .depli1 {
	gap: 25px;
	display: flex;
	flex-direction: column;
}

.deroule:target .arr_btn {
	display: inline;
}

.deroule:target .av_btn {
	display: none;
}

/* menu déroulant par clique */

.montre {
	position: absolute;
	display: none;
}

.vu_menu:hover>ul,
.vu_menu:focus>ul {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.vu_menu>ul>li:first-child {
    margin-top: 30px;
}

.vu_menu>ul>li>a {
	text-decoration: none;
    padding: 15px 15px;
    font-size: 1.3em;
	padding: 10px 10px;
    border-radius: .5em;
    background-color: #abe6fb;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.vu_menu>ul>li>a:hover,.vu_menu>ul>li:focus {
    color: white;
    text-decoration: none;
	box-shadow: 0px 0px 5px white;
}

.arr_btn {
	display: none;
}

.vu_menu:target .montre {
	gap: 25px;
	display: flex;
	flex-direction: column;
}

.vu_menu:target .arr_btn {
	display: inline;
}

.vu_menu:target .av_btn {
	display: none;
}


/* classe pour onglet de menu actif */
.current2 {
    box-shadow: 0px 0px 5px white;
    background: #26c6fe ;
    border: 5px solid #fff;
}

/* Menu de test n°3 */
.current3>a {
    box-shadow: 0px 0px 5px white;
    background: #26c6fe ;
    border: 5px solid #fff;
}

/* ajout pour test sur page "test_arr_img" */
.body2_img {
    /* background-image: url("https://velocite47.fr/balades-familiales-et-culturelles/Serignac.jpg"); */
	background-image: url(https://velocite47.fr/Images/groupe_fond.jpg);
    background-size: cover;
    background-color: white;
    width: 100vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Arial","Helvetica", Trebuchet MS, Sans-serif;
}
.nav3 {
    background-color: transparent;
    min-height: 1.5em;
    margin-top: 0.5em;
}

.nav3>nav>ul {
    display: flex;
    flex: 1 0 auto;
    flex-wrap: wrap;
    width: 97vw;
    margin: 0 auto;
    align-items: center;
}
.nav3>nav>ul:first-child {
    margin-left: 30px;
}
.nav3>nav>ul>li {
    padding: 10px 10px;
    margin: 5px 5px;
    border-radius: .5em;
    background-color: #abe6fb;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5); 
}
.nav3>nav>ul>li:hover {
    box-shadow: 0px 0px 5px white;
}
.nav3>nav>ul>li>a {
    text-decoration: none;
    padding: 15px 15px;
    font-size: 1.3em;
    border-radius: .5em;
}
.nav3>nav>ul>li>a:hover {
    color: white;
    text-decoration: none;
}
.main2_img {
    display: flex;
    margin: 0;
    overflow: hidden;
    background-color: transparent;
}

/* Style pour les images d'articles, affichée seule */
.image_art {
	max-width: 95%;
	max-height: 200px;
    padding: 20px 20px;
    margin: 0 auto;
    border-radius: .5em;
    background-color:  rgba(255,255,255,0.2);
}

/* Style pour les cartes de catégories */
.grille_cartes {
	display : grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 20px;
	border-radius: .5em;
    background-color:  rgba(255,255,255,0.2);
    padding: 0px;
	height: auto;
	width: auto;
}

.grille_cartes>a {
	border-radius: .5em;
    background-color:  rgba(255,255,255,0.6);
    padding: 20px;
}

.grille_cartes>a {
    text-decoration: none;
}

/* Style pour div dans contenu d'un article */
.titre12 {
	box-shadow: 0px 0px 5px white;
	background-color: white;
}

.titre12>p {
	front-size: 2em;
	color: aqua;
	text-shadow: 2px 2px 4px yellow;
}



/* Style pour les images à l'intérieur de l'élément div avec la classe 'real' */
real2 img {
    max-height: 111px; /* Définit une hauteur maximale pour les images */
}
/* real2 {
    display: flex; /* Utilise le modèle de boîte flexible */
    padding: 1em 0; /* Ajoute un rembourrage en haut et en bas */
    justify-content: center; /* Centre les éléments horizontalement */
    background-color: transparent; /* Définit la couleur de fond */
    color: #000000; /* Définit la couleur du texte */
    font-size: 18px; /* Définit la taille de la police */
    text-align: center; /* Centre le texte horizontalement */
    flex-wrap: wrap; /* Permet aux éléments enfants de passer à la ligne */
} */

/* Style pour les liens à l'intérieur de l'élément div avec la classe 'real' */
real2 a {
    margin: 0 1em; /* Ajoute une marge horizontale */
    color: #000000; /* Définit la couleur du texte */
    font-size: 18px; /* Définit la taille de la police */
    text-align: center; /* Centre le texte horizontalement */
    text-decoration: none; /* Supprime la décoration de texte */ 
}
.real2>a>img {
    border-radius: .5em;
} */