@font-face {
    font-family: 'Amiamie-BlackRound';
    src:url('../font/Amiamie-BlackRound.ttf');
  }

@font-face {
    font-family:'Amiamie-Light';
    src:url('../font/Amiamie-Light.ttf');
  }
  /*----------------*/
@keyframes apparition {
50% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes opacity {
0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

html{
		scroll-behavior: smooth;
}


body{
	cursor: url('../images/cursor-adibou.png'), auto;
	background-color:#F9F0FF;
	display: inline-block;

	width: 100vw;          /* 5. Prend toute la largeur de l'écran */
	height: 100vh;         /* 6. Prend toute la hauteur de l'écran (optionnel) */
}

header, div, footer, section{
    display: none;
}

#travaux-tel{
    margin: 90px auto;
    border: 0px solid blue;
    width: 90%;
    height: 70%;
}

#travaux-tel figure{
    border: 0px solid red;
    width: 100%;
    height: 60%;
    margin: 0px auto;
    background-image:url('../images/picto-chantierROUGE.gif');
    background-repeat: no-repeat;
    background-position: center;
   /* background-size: 100% 100%;*/
}

#travaux-tel img{
    opacity: 0;
}

#travaux-tel p{
    border: 0px solid green;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    text-align: center;
}

#travaux-tel a{
    text-decoration: underline;
}



