@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Avenir:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Avenir:400,500,700,900');

/****** Styles Corps de page ******/
body { background: #CCCCCC url(fond.png) fixed no-repeat  0 0 ; }
body { color: #000000 ; font-family: 'Avenir', sans-serif; font-size:14px;letter-spacing:0.01em;line-spacing:1.7px}
.template_color { color: #ffffff ; }
.template_border_color { border-color: #002F7D ; }
.template_backgroundcolor  { color: #002F7D; }
.titre { color: #000000 ; }
.titre { text-transform: uppercase; color:#002F7D; font-size: 15px;} 
.menu_niveau_1_on 	{ background-color:#002F7D; color:#000; }
.formcontent .titre { text-transform: none; color:inherit; font-size: 15px;}
#template_header a	{ color:#002F7D }
#template_header	{ color:002F7D; }
.menu_cartouche { color:#002F7D ; font-size: 15px; font-family: 'Avenir', sans-serif;}
div#template_link { background-color: #DDF1FE }
.filariane_quicklogin { background-color: #ffffff }

/***** Header personnalisé ******/
#template_header > figure {
  animation: imageAnimation 15s linear infinite 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 321px;
  left: -40px;
  opacity: 0;
  position: absolute;
  top: -15px;
  width: 980px;
  z-index: 0;
}
}

#template_header > figure:nth-child(1) {
  background-image: url('https://icmfii2020.sciencesconf.org/data/header/photo_1462556791646_c201b8241a94.jpg');
}

@keyframes 
imageAnimation {  0% {
 animation-timing-function: ease-in;
 opacity: 0;
}
 3% {
 opacity: 1;
}
 33% {
 animation-timing-function: ease-out;
 opacity: 1
}
 36% {
 opacity: 0
}
 100% {
 opacity: 0
}
}


/***** Beauty button link ******/
a.button1 {
  display: inline-block;
  border-radius: 4px;
  background-color: #002F7D;
  border: none;
  text-align: center;
  font-weight: 700;
  padding: 5px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

a.button1 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

a.button1 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

a.button1:hover span {
  padding-right: 25px;
}

a.button1:hover span:after {
  opacity: 1;
  right: 0;
}
  left: -40px;
  opacity: 0;
  position: absolute;
  top: -15px;
  width: 980px;
  z-index: 0;
}

