﻿.carrousel-left-arrow {
  background-image: url('../../images/teco-style/shared/left-arrow.svg');
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.carrousel-right-arrow {
  background-image: url('../../images/teco-style/shared/right-arrow.svg');
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.carrousel-left-arrow:hover,
.carrousel-right-arrow:hover {
  cursor: pointer;
}

.i-smathphone{
  background-image: url('../../images/teco-style/icons/smartphone.svg');
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.i-document {
  background-image: url('../../images/teco-style/icons/document_add.svg');
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.i-form {
  background-image: url('../../images/teco-style/icons/forms_with_inputs.svg');
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.i-mention {
  background-image: url('../../images/teco-style/icons/mention_square.svg');
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.i-pen {
  background-image: url('../../images/teco-style/icons/mention_square.svg');
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.i-flag {
  background-image: url('../../images/teco-style/icons/flag.svg');
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.i-building {
  background-image: url('../../images/teco-style/icons/buildings.svg');
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.i-message {
  background-image: url('../../images/teco-style/icons/message.svg');
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.i-menu {
  display: inline-block;
  background-image: url('../../images/teco-style/icons/sort.svg');
  width: 24px;
  height: 24px;
}