@charset "utf-8";
.Segoe-15-soul{  /* MENTIONS LEGALES*/
	color: rgba(97,117,112,1.00);
	font-weight: normal;
	font-size:15px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", sans-serif;
	text-decoration: underline;
}
.Segoe-13{ /*2024 B HORMAECHEVARRIA*/
	color: rgba(97,117,112,1.00);
	font-weight: normal;
	font-size: 13px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", sans-serif;
}
.ops-menu-actif{  /* Effet menu actif = span ds menu*/
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", sans-serif;
	color: rgba(97,117,112,1.00);
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-shadow: 1px 1px 22px rgba(97,117,112,1.00);
}

.img {    
    max-width: 100%;	
    height: auto;
	text-align: center;	
}
.titre-image {  
    text-align: center;
    margin-bottom: 10px;
}
a:hover{
	text-decoration: none;
}	
.flotte {
    float: left;
    padding: 10px;
}
.flotteR {
    float: right;
    padding: 10px;
}
@media (max-width: 750px) {
    .flotte, 
    .flotteR {
        float: none;
        display: block;
        width: 100%;  
        padding: 5px 0;  
    }
}
/* BANDEAU INDEX*/	
.bandeau-facebook {
    background-color: rgba(149,135,116,1.00);
    overflow: hidden;
    white-space: nowrap; 
    position: relative;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 30px;
    color: white;
}
.bandeau-contenu {
  display: inline-block;
  padding-left: 100%;
  animation: defilement 15s linear infinite;
}
.bandeau-facebook a { 
    color: white;
    margin-left: 10px;
    font-size: 25px;
}

@keyframes defilement {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }

}

	
