@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;600&display=swap');
body {
  background-color: #000000;
}
a {color: #ffffff;/* text-decoration:none;*/}
a:hover {
  color: #707377 !important;
}
a:focus {
	color: #FFA200 !important;/*FFA200*/
    font-weight: bold;
	text-decoration: underline;
}
body {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 18px;
	color: #ffffff !important;/*couleur police*/
	
}


.footer 
{
background:  #000000 ;
}/*fonctionne*/
/* Effets sur images */
/* sans rotation zoom 1.30 */ 
img.zoomEffect {
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    opacity: 0.9;
}
img.zoomEffect:hover {
    -moz-transform: scale(1.30);
    -webkit-transform: scale(1.30);
    -o-transform: scale(1.30);
    -ms-transform: scale(1.30);
    transform: scale(1.30);
    opacity: 1;
}
/* zoom 1.4 avec rotation 5° gauche */
img.zoomEffectrot {
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    opacity: 0.7;
  
}
img.zoomEffectrot:hover {
    -moz-transform: rotate(5deg) scale(1.40);
    -webkit-transform: rotate(5deg) scale(1.40);
    -o-transform: rotate(5deg) scale(1.40);
    -ms-transform: rotate(5deg) scale(1.40);
    transform: rotate(5deg) scale(1.40);
    opacity: 1;
}

/* zoom 1.4 rotation 25° vers la gauche*/
img.zoomEffectrotrleft {
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    opacity: 0.8;
}
img.zoomEffectrotrleft:hover {
    -moz-transform: rotate(25deg) scale(1.40);
    -webkit-transform: rotate(25deg) scale(1.40);
    -o-transform: rotate(25deg) scale(1.40);
    -ms-transform: rotate(25deg) scale(1.40);
    transform: rotate(25deg) scale(1.40);
    opacity: 1;
    transform-origin: top left;
}
/* zoom 1.4 avec rotation a 25° droite*/
img.zoomEffectrotright {
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    opacity: 0.8;
}
img.zoomEffectrotright:hover {
    -moz-transform: rotate(5deg) scale(1.40);
    -webkit-transform: rotate(25deg) scale(1.40);
    -o-transform: rotate(25deg) scale(1.40);
    -ms-transform: rotate(25deg) scale(1.40);
    transform: rotate(25deg) scale(1.40);
    opacity: 1;
    transform-origin: top right;
}
/* opacité avec zoom négatif */          
img.opaccitea {
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    opacity: 1;
}
img.opaccitea:hover {
    -moz-transform: scale(0.40);
    -webkit-transform: scale(0.40);
    -o-transform: scale(0.40);
    -ms-transform: scale(0.40);
    transform: scale(0.40);
    opacity: 0.7;
}
/*Rotation simple gauche*/   
	
img.rotsimple {
    transition: all 0.5s ease-in-out 0s;
    opacity: 0.8;
}
img.rotsimple:hover {
    transform: rotate(25deg);
    opacity: 1;
    transform-origin: top left;
}
/*Rotation simple droite*/   

img.rotsimpleright {
    transition: all 0.5s ease-in-out 0s;
    opacity: 0.8;
}
img.rotsimpleright:hover {
    transform: rotate(25deg);
    opacity: 1;
    transform-origin: top right;
}

/*Fin des effets*/

