.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.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
  }

  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.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.valeur:hover{  color:#99cc00 }
.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;
}

.white {color:#ffffff;font-family: 'Poiret One', cursive;}

#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:-45%;}


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


#contact {display:none}

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


.cont  {visibility:hidden;}

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

.full3{ background: #c2c2a3 ; }

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

header{ background: #c2c2a3 ;height:900px }


}
.none {color:#ffffff;}
.valeur {color:#000000;font-size:35px;width:110%}
.white {color:#ffffff;}
.txt {width:90%;height:100%;margin:auto;font-size:18px; background:#0088cc;padding:3%;box-shadow: 1px 1px 10px #7a7a52; }
.txt:hover {background:#00aaff;}
.txt2 {width:90%;height:100%;margin:auto;font-size:18px;background:#b38f00;padding:0.5%;box-shadow: 1px 1px 10px #7a7a52;}
.txt2:hover {background:#e6b800;}
.txt3 {width:90%;height:100%;margin:auto;font-size:18px;  background:#86b300;padding:3%; box-shadow: 1px 1px 10px #7a7a52; }
.txt3:hover {background:#ace600;}
.txt4 {width:100%;background:#7a7a52;padding:1%;border-style: outset; box-shadow: 1px 1px 10px #7a7a52; }
.txt4:hover {background:#999966;}
a {color:#ffffff;}
.full {height:180%;}
.full2 {height:90%;}
.full3 {height:120%;}
.align {text-align:justify;}
.style {font-family: 'Kodchasan', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
        background:transparent;
         }

.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;}

@-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);
  }
}
@media screen and (max-width: 480px){

.cool1,.cool2,.cool3,.cool4,.cool5,.cool6{ display:none;}
}
.txt5 {width:90%; margin:auto;   background:#0088cc;padding:2%;box-shadow: 1px 1px 10px #7a7a52;-webkit-animation-duration: 3s;

  animation-duration: 1s;
-webkit-animation-name: fadeInLeft ease;
  animation-name: fadeInLeft; }
.txt6 {width:90%;  margin:auto;  background:#0088cc;padding:1%;box-shadow: 1px 1px 10px #7a7a52;-webkit-animation-duration: 4s;

  animation-duration: 1.5s;
-webkit-animation-name: fadeInLeft ease;
  animation-name: fadeInLeft; }
.txt7 {width:90%; margin:auto;   background:#0088cc;padding:1%;box-shadow: 1px 1px 10px #7a7a52;-webkit-animation-duration: 5s;

  animation-duration: 2s;
-webkit-animation-name: fadeInLeft ease;
  animation-name: fadeInLeft; }
.txt8 {width:90%; margin:auto;   background:#0088cc;padding:1%;box-shadow: 1px 1px 10px #7a7a52;-webkit-animation-duration: 6s;

  animation-duration: 2.5s;
-webkit-animation-name: fadeInLeft ease;
  animation-name: fadeInLeft; }
.txt9 {width:90%;  margin:auto;  background:#0088cc;padding:1%;box-shadow: 1px 1px 10px #7a7a52;-webkit-animation-duration: 7s;

  animation-duration: 3s;
-webkit-animation-name: fadeInLeft ease;
  animation-name: fadeInLeft; }
 .txt5:hover,.txt6:hover,.txt7:hover,.txt8:hover,.txt9:hover{background:#00aaff;}

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

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

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

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

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
#talkbubble {
width: 200px;
height: 80px;
background: red;
position: relative;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
#talkbubble:before {
content:"";
position: absolute;
right: 100%;
top: 26px;
width: 0;
height: 0;
border-top: 13px solid transparent;
border-right: 26px solid red;
border-bottom: 13px solid transparent;
}
