.test1{ width:30%;height: 60px;background:#00aaff;margin:1em;padding:1em;box-shadow: 0.2px 0.2px 3px #000000; text-decoration:none;border-radius: 10px;}
.test2{ width:30%;height: 60px;background:#66ff33;margin:1em;padding:1em;box-shadow:0.2px 0.2px 3px #000000; text-decoration:none;border-radius: 10px;}
.test3{ width:30%;height: 60px;background:#ff6600;margin:1em;padding:1em;box-shadow:0.2px 0.2px 3px #000000;text-decoration:none;border-radius: 10px; }
.test4{ width:30%;height: 60px;background:#9966ff;margin:1em;padding:1em;box-shadow:0.2px 0.2px 3px #000000; text-decoration:none;border-radius: 10px;}
.test5{ width:30%;height: 60px;background:#cccc00;margin:1em;padding:1em;box-shadow:0.2px 0.2px 3px #000000; text-decoration:none;border-radius: 10px;}
.test6{ width:30%;height: 60px;background:#cc0000;margin:1em;padding:1em;box-shadow:0.2px 0.2px 3px #000000; text-decoration:none;border-radius: 10px;}
.test1:hover{  background: #cc0000;margin:1em;padding:1em;
-webkit-animation-duration: 1s;
  animation-duration: 1s;
-webkit-animation-name: pulse;
  animation-name: pulse;}
.test2:hover{ background: #ff6600;margin:1em;padding:1em;
-webkit-animation-duration: 1s;
  animation-duration: 1s;
-webkit-animation-name: pulse;
  animation-name: pulse;}
.test3:hover{  background: #66ff33;margin:1em;padding:1em;
-webkit-animation-duration: 1s;
  animation-duration: 1s;
-webkit-animation-name: pulse;
  animation-name: pulse;}
.test4:hover{ background: #cccc00;margin:1em;padding:1em;
-webkit-animation-duration: 1s;
  animation-duration: 1s;
-webkit-animation-name: pulse;
  animation-name: pulse;}
.test5:hover{  background: #9966ff;margin:1em;padding:1em;
-webkit-animation-duration: 1s;
  animation-duration: 1s;
-webkit-animation-name: pulse;
  animation-name: pulse;}
.test6:hover{ background: #00aaff;margin:1em;padding:1em;
-webkit-animation-duration: 1s;
  animation-duration: 1s;
-webkit-animation-name: pulse;
  animation-name: pulse;}
@media screen and (max-width: 480px){

.test1,.test2,.test3,.test4,.test5,.test6{ width:90%;}
}


@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.valeur:hover{  color:#99cc00 }
.valeur {color:#000000;font-size:35px;width:100%;font-family: 'Poiret One', cursive;}
.fab {
  cursor: pointer;
}
.fab-backdrop {
  color: rgba(255, 255, 255, 0);
}
.fab-primary, .fab-secondary {
  transition: all 0.35s ease-in-out;
}
.fab.active .fab-primary {
  opacity: 0;
  transform: rotate(225deg);
}
.fab-secondary {
  opacity: 0;
  transform: rotate(-225deg);
}
.fab.active .fab-secondary {
  opacity: 1;
  transform: rotate(0);
  margin-top: -2px;
}



#inbox .show-on-hover:hover > ul.dropdown-menu {
    display: block;

}
#inbox .show-on-hover {
    position: absolute;
    bottom: 80px;
    right: 80px;

}
#inbox .btn-io{
    border-radius: 50%;
    height: 58px;
    width: 58px;
    padding: 0 !important;
    box-shadow: 0px 3px 7px 0px rgba(202, 124, 124, 0.72);
}
#inbox .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 1px;
margin-bottom: -5px;
padding-bottom: 30px;
}
#inbox .dropdown-menu-right {
right: 0 !Important;
left: auto !Important;
}
#inbox .dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 50px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
text-align: center;
list-style: none;
background-color: rgba(255, 255, 255, 0) !Important;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: none;
border-radius: 0px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0) !Important;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0) !Important;
}
#inbox .fa-iox{
    font-size: 22px;
}
#inbox .dropdown-menu > li > a {
display: block;
padding: 0;
padding-top: 11px;
margin-top: 20px;
margin-right:-28px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333;
background: #fff;
white-space: nowrap;
width: 60px;
height: 60px;
border: solid 1px #ccc;
border-radius: 50px;
font-size: 21px;
box-shadow: 0px 3px 7px 0px rgba(203, 203, 203, 0.72);
}
#inbox .dropdown-menu > li:first-child>a {
    background: #6E4320 !important;
    color: #fff !important;
}
#inbox .dropdown-menu > li:last-child>a {
    background: #D3A516;
    color: #fff;
}
#inbox .dropdown-menu > li:nth-child(3)>a {
    background: #3C80F6;
    color: #fff;
}
#inbox .dropdown-menu > li:nth-child(2)>a {
    background: #2CAC26;
    color: #fff;
}
#inbox .fa-iosm{

    margin-top: 7px;
}
@media screen and (max-width: 480px){

#rac { display:none;}
}
@media screen and (max-width: 480px){

#homeHeading { margin-top:-25%; }
}
@media screen and (max-width: 480px){

header{ background: #c2c2a3 ;}
}
.none {color:#ffffff;}
.style {width:110%;
font-family: Slackey;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
        background:#f5f5f0;
        padding:1%;border-radius : 5px;}
.cool1 {font-size:45px;color:#ffffff;-webkit-animation-duration: 1s;
  animation-duration: 1s;
-webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;}
.cool2 {font-size:45px;color:#ffffff;-webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
-webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;}
.cool3 {font-size:45px;color:#ffffff;-webkit-animation-duration: 2s;
  animation-duration: 2s;
-webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;}
.cool4 {font-size:45px;color:#ffffff;-webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
-webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;}
.cool5 {font-size:45px;color:#ffffff;-webkit-animation-duration: 3s;
  animation-duration: 3s;
-webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;}
.cool6 {font-size:45px;color:#ffffff;-webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
-webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;}

@media screen and (max-width: 480px){

.cool1,.cool2,.cool3,.cool4,.cool5,.cool6{ display:none;}
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.extend{height:120%;}
@media screen and (max-width: 480px){

.extend { height:200%; }
}

.style {font-family: 'Kodchasan', sans-serif;
 color: black;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
        background:transparent;
         }
