
@font-face {
  font-family: 'icomoon';
  src:url('../fonts/icomoon/icomoon.eot');
  src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
  url('../fonts/icomoon/icomoon.woff') format('woff'),
  url('../fonts/icomoon/icomoon.ttf') format('truetype'),
  url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* General button style (reset) */
.btn {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 8px 8px;
  display: inline-block;
  margin: 5px 5px;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

.icon-envelope:before {
  content: "\e000";
}

.icon-cart:before {
  content: "\e007";
}

.icon-cart-2:before {
  content: "\e008";
}

.icon-heart:before {
  content: "\e009";
}

/* Filled heart */
.icon-heart:after,
.icon-heart-2:before {
  content: "\e00a";
}

.icon-star:before {
  content: "\e00b";
}

/* Filled star */
.icon-star:after,
.icon-star-2:before {
  content: "\e00c";
}

.icon-arrow-right:before {
  content: "\e00d";
}

.icon-arrow-left:before {
  content: "\e003";
}

.icon-truck:before {
  content: "\e00e";
}

.icon-remove:before {
  content: "\e00f";
}

.icon-cog:before {
  content: "\e010";
}

.icon-plus:before,
.icon-plus:after {
  content: "\e011";
}

.icon-minus:before {
  content: "\e012";
}

.bh-icon-smiley:before {
  content: "\e001";
}

.bh-icon-sad:before {
  content: "\e002";
}

.icon-file:before {
  content: "\e004";
}

.icon-remove-2:before {
  content: "\e005";
}

/* ------------------- */

/* Button 1 */ /* bleu*/


.btn-1 {
  background: #2e42df;
  color: #fff;
  box-shadow: 0 4px #5986ab;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

/* Button 1a */
.btn-1a {
  border-radius: 8px 8px 8px 8px;
}

.btn-1a:hover {
  box-shadow: 0 2px #5986ab;
  background: #2e42df;
  color: #fff;
  font-weight: bolder;
  top: 2px;
}

.btn-1a:active {
  box-shadow: 0 0 #5986ab;
  top: 6px;
}

/* ----------------- */

/* Button 2 */ /* rouge*/
.btn-2 {
  background: #df101c;
  color: #fff;
  box-shadow: 0 4px #ab3c3c;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

/* Button 2a */
.btn-2a {
  border-radius: 8px 8px 8px 8px;
}

.btn-2a:hover {
  box-shadow: 0 2px #ab3c3c;
  background: #df101c;
  color: #fff;
  font-weight: bolder;
  top: 2px;
}

.btn-2a:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}

/* ------------------- */

/* Button 3 */ /* jaune*/


.btn-3 {
  background: #f4f400;
  color: #fff;
  box-shadow: 0 4px #f4c857;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

/* Button 3a */
.btn-3a {
  border-radius: 8px 8px 8px 8px;
}

.btn-3a:hover {
  box-shadow: 0 2px #f4c857;
  background: #f4f400;
  color: #fff;
  font-weight: bolder;
  top: 2px;
}

.btn-3a:active {
  box-shadow: 0 0 #f4c857;
  top: 6px;
}

/* ------------------- */

/* Button 4 */ /* vert*/


.btn-4 {
  background: #5af42f;
  color: #fff;
  box-shadow: 0 4px #3cbd4e;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

/* Button 4a */
.btn-4a {
  border-radius: 8px 8px 8px 8px;
}

.btn-4a:hover {
  box-shadow: 0 2px #3cbd4e;
  background: #5af42f;
  color: #fff;
  font-weight: bolder;
  top: 2px;
}

.btn-4a:active {
  box-shadow: 0 0 #3cbd4e;
  top: 6px;
}

/* ----------------- */

/* Button 5 */ /* orange*/


.btn-5 {
  background: #F4C63E;
  color: #fff;
  box-shadow: 0 4px #bd940f;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

/* Button 5a */
.btn-5a {
  border-radius: 8px 8px 8px 8px;
}

.btn-5a:hover {
  box-shadow: 0 2px #bd940f;
  background: #F4C63E;
  color: #fff;
  font-weight: bolder;
  top: 2px;
}

.btn-5a:active {
  box-shadow: 0 0 #bd940f;
  top: 6px;
}

/* ----------------- */


/* Button 6 */ /* violet */


.btn-6 {
  background: #9e54bd;
  color: #fff;
  box-shadow: 0 4px #640aa2;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

/* Button 6a */
.btn-6a {
  border-radius: 8px 8px 8px 8px;
}

.btn-6a:hover {
  box-shadow: 0 2px #640aa2;
  background: #9e54bd;
  color: #fff;
  font-weight: bolder;
  top: 2px;
}

.btn-6a:active {
  box-shadow: 0 0 #640aa2;
  top: 6px;
}

/* ----------------- */



/* Button 7 */ /* bleu turquoise */


.btn-7 {
  background: #26FFFF;
  color: #0708a9;
  box-shadow: 0 4px #3ca29e;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

/* Button 7a */
.btn-7a {
  border-radius: 8px 8px 8px 8px;
}

.btn-7a:hover {
  box-shadow: 0 2px #3ca29e;
  background: #26FFFF;
  color: #252525;
  font-weight: bolder;
  top: 2px;
}

.btn-7a:active {
  box-shadow: 0 0 #3ca29e;
  top: 6px;
}

/* -----------------  */



/* Button 8 */ /* gris */


.btn-8 {
  background: #757575;
  color: #fff;
  box-shadow: 0 4px #252525;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

/* Button 6a */
.btn-8a {
  border-radius: 8px 8px 8px 8px;
}

.btn-8a:hover {
  box-shadow: 0 2px #252525;
  background: #757575;
  color: #fff;
  font-weight: bolder;
  top: 2px;
}

.btn-8a:active {
  box-shadow: 0 0 #252525;
  top: 6px;
}

/* -----------------  */


/* Button 9 */ /* bleu ciel 7E89FF*/


.btn-9 {
  background: #7E89FF;
  color: #fff;
  box-shadow: 0 4px #0d21df;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

/* Button 9a */
.btn-9a {
  border-radius: 8px 8px 8px 8px;
}

.btn-9a:hover {
  box-shadow: 0 2px #0d21df;
  background: #7E89FF;
  color: #0708a9;
  font-weight: bolder;
  top: 2px;
}

.btn-9a:active {
  box-shadow: 0 0 #0d21df;
  top: 6px;
}

/* -----------------  */

/* Button animé bleu */

.btn-10 {
  background: #2e42df;
  color: #fff;
  box-shadow: 0 4px #5986ab;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/*
.btn-10 {
  border: 3px solid #fff;
  color: #fff;
}
*/
.btn-10a {
  overflow: hidden;
  border-radius: 8px 8px 8px 8px;
}

.btn-10a:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btn-10a:hover,
.btn-10a:active {
  color: #2e42df;
}

.btn-10a:hover:after {
  height: 260%;
  opacity: 1;
  background: #ffffff;
  box-shadow: 0 2px #0d21df;

}

.btn-10a:active:after {
  height: 400%;
  opacity: 1;
}

/* Button 11 */ /* violet */


.btn-11 {
  background: #649abd;
  color: #fff9a0;
  box-shadow: 0 4px #1868a2;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

/* Button 6a */
.btn-11a {
  border-radius: 6px 6px 6px 6px;
}

.btn-11a:hover {
  box-shadow: 0 2px #1868a2;
  background: #649abd;
  color: #fff9a0;
  font-weight: bolder;
  top: 2px;
}

.btn-11a:active {
  box-shadow: 0 0 #1868a2;
  top: 6px;
}

/* ----------------- */

