* {
  box-sizing: border-box;
}


.icons_all_we {
  padding-left: 20px!important;
}


/* Create four equal columns that floats next to each other */
.column_image_we {
  float: left;
  width: 60px;
  padding: 10px;
}

.column_text_we {
  float: left;
  width: 175px;
  padding: 10px;
  /*
display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
	*/
}

/* Clear floats after the columns */
.row:after_we {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - ICONS */
@media screen and (max-width: 510px) {
  .column_image_we {
    width: 100%;
	text-align:center;
  }
  .column_text_we {
    width: 100%;
	text-align:center;
  }
}


@media screen and (min-width: 1200px){
.uk-card-large .uk-card-body, .uk-card-large.uk-card-body {
    padding: 70px 50px!important;
}
}


/* Responsive layout - ICONS */
@media screen and (max-width: 400px) {
/*
.container, .uk-container {
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
*/
}




/*test*/


/*JOLI BOUTON*/
/* Reset */
@import url(//codepen.io/chrisdothtml/pen/ojLzJK.css);
/* Main Styles */
.button {
  display: block;
  background-color: transparent;
  width: 110px;
  height: 30px;
  line-height: 30px;
  margin: auto;
  color: #B64758;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0px;
  /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);*/
  -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
          transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);

}


.button.success .icon .fa, .button:hover .icon .fa {
  font-size: 18px;
  color:#B64758;
}
.button span,
.button .icon {
  display: block;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
}
.button span {
  width: 90%; /*72% origneel*/
  line-height: inherit;
  font-size: 14px;
  /*text-transform: uppercase;*/
  left: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
          transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}
/*
.button span:after {
  content: '';
  background-color: #a53125;
  width: 2px;
  height: 70%;
  position: absolute;
  top: 15%;
  right: -1px;
}*/
.button .icon {
  width: 28%;
  right: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
          transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}
.button .icon .fa {
  font-size: 18px;
  vertical-align: middle;
  -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4), height 0.25s ease;
          transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4), height 0.25s ease;
}
.button .icon .fa-remove {
  height: 36px;
}
.button .icon .fa-check {
  display: none;
}
.button.success span, .button:hover span {
  left: -72%;
  opacity: 0;
}
.button.success .icon, .button:hover .icon {
  width: 100%;
}

.button.success {
  background-color: #27ae60;
}
.button.success .icon .fa-remove {
  display: none;
}
.button.success .icon .fa-check {
  display: inline-block;
}
.button:hover {
  opacity: .9;
}
.button:hover .icon .fa-remove {
  height: 30px;
}
.button:active {
  opacity: 1;
}




.button_highlight {
  display: block;
  background-color: transparent;
  width: 110px;
  height: 30px;
  line-height: 30px;
  margin: auto;
  color: #B64758;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0px;
  /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);*/
  -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
          transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);

	margin-right: 10px;
	right: 0px;
	top: 535px;
}

.button_highlight.success .icon .fa, .button_highlight:hover .icon .fa {
  font-size: 18px;
  color:#B64758;
}
.button_highlight span,
.button_highlight .icon {
  display: block;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
}
.button_highlight span {
  width: 72%;
  line-height: inherit;
  font-size: 14px;
  /*text-transform: uppercase;*/
  left: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
          transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}
.button_highlight span:after {
  content: '';
  background-color: #a53125;
  width: 2px;
  height: 70%;
  position: absolute;
  top: 15%;
  right: -1px;
}
.button_highlight .icon {
  width: 28%;
  right: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
          transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}
.button_highlight .icon .fa {
  font-size: 18px;
  vertical-align: middle;
  -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4), height 0.25s ease;
          transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4), height 0.25s ease;
}
.button_highlight .icon .fa-remove {
  height: 36px;
}
.button_highlight .icon .fa-check {
  display: none;
}
.button_highlight.success span, .button_highlight:hover span {
  left: -72%;
  opacity: 0;
}
.button_highlight.success .icon, .button_highlight:hover .icon {
  width: 100%;
}

.button_highlight.success {
  background-color: #27ae60;
}
.button_highlight.success .icon .fa-remove {
  display: none;
}
.button_highlight.success .icon .fa-check {
  display: inline-block;
}
.button_highlight:hover {
  opacity: .9;
}
.button_highlight:hover .icon .fa-remove {
  height: 30px;
}
.button_highlight:active {
  opacity: 1;
}



