﻿.contactinformations {
  position: fixed;
  z-index: 1000;
  direction: rtl;
  left: 30px;
  bottom: 100px;
}
.contactinformations .contactinformations__container {
  position: relative;
}
.contactinformations .contactinformations__menu {
  position: relative;
  width: 200px;
  height: auto;
  padding: 10px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  background-color: white;
  box-sizing: border-box;
  border-radius: 7px;
  -webkit-transform-origin: 10% 105%;
  -ms-transform-origin: 10% 105%;
  transform-origin: 10% 105%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: ease-out 0.12s all;
  -o-transition: ease-out 0.12s all;
  transition: ease-out 0.12s all;
  display: none;
}
.contactinformations .contactinformations__menu ul {
  padding: 0;
  display: flex;
  list-style: none;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .contactinformations .contactinformations__menu ul {
    flex-direction: column;
  }
}
.contactinformations .contactinformations__menu ul li {
  padding: 8px 0 8px 10px;
  line-height: 33px;
  text-align: left;
  width: 100%;
}
.contactinformations .contactinformations__menu ul li:hover {
  background-color: #f0f0f0;
}
.contactinformations .contactinformations__menu ul li a {
  text-decoration: none;
  color: white;
  display: block;
}
.contactinformations .contactinformations__menu ul li .social-title {
  color: #222;
  direction: ltr;
  margin: 0 4px;
  font-size: 12px;
}
.contactinformations .contactinformations__menu ul li i {
  background-color: #00BCD4;
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 2px solid transparent;
  line-height: 38px;
  border-radius: 50%;
  color: white;
  font-size: 23px;
  vertical-align: middle;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.contactinformations .contactinformations__menu ul li:nth-child(1) i {
  background-color: #20AFDE;
}
.contactinformations .contactinformations__menu ul li:nth-child(2) i {
  background-color: #00d452;
}
.contactinformations .contactinformations__menu ul li:nth-child(3) i {
  background-color: #943fbb;
}
.contactinformations .contactinformations__menu::before {
  position: absolute;
  bottom: -7px;
  left: 25px;
  right: auto;
  display: inline-block !important;
  border-right: 8px solid transparent;
  border-top: 8px solid #FFF;
  border-left: 8px solid transparent;
  content: "";
}
.contactinformations .contactinformations__form {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 400px;
  padding: 30px 40px;
  text-align: center;
  color: #008749;
  background-color: white;
  border-radius: 7px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  -webkit-transform-origin: 10% 105%;
  -ms-transform-origin: 10% 105%;
  transform-origin: 10% 105%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: ease-out 0.12s all;
  -o-transition: ease-out 0.12s all;
  transition: ease-out 0.12s all;
}
@media (max-width: 768px) {
  .contactinformations .contactinformations__form {
    width: auto;
  }
}
.contactinformations .contactinformations__form::before {
  position: absolute;
  bottom: -7px;
  left: 25px;
  right: auto;
  display: inline-block !important;
  border-right: 8px solid transparent;
  border-top: 8px solid #FFF;
  border-left: 8px solid transparent;
  content: "";
}
.contactinformations .contactinformations__form .close-button {
  position: absolute;
  top: 5px;
  right: 8px;
  font-size: 18px;
  font-weight: normal;
  cursor: pointer;
}
.contactinformations .contactinformations__form p {
  font-weight: bold;
}
.contactinformations .contactinformations__form .form-group {
  display: flex;
  margin-bottom: 0;
}
@media screen and (max-width: 479px) {
  .contactinformations .contactinformations__form .form-group {
    flex-direction: column-reverse;
  }
}
.contactinformations .contactinformations__form input[type=submit] {
  color: white;
  background-color: #008749;
  margin-left: 10px;
}
@media screen and (max-width: 479px) {
  .contactinformations .contactinformations__form input[type=submit] {
    margin-top: 5px;
    margin-left: 0;
  }
}
.contactinformations .contactinformations__form input[type=tel] {
  direction: ltr;
}
.contactinformations .contactinformations-button {
  bottom: -85px;
  color: #FFF;
  padding: 0.5em;
  user-select: none;
  text-align: center;
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #ff5800;
  left: 0;
  right: auto;
  border-radius: 50px;
  box-sizing: border-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border: 2px solid #fff;
}
.contactinformations .contactinformations-button .static {
  font-size: 10px;
  padding-top: 10px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: 0.2s all;
}
.contactinformations .contactinformations-button .static svg {
  width: 23px;
}
.contactinformations .contactinformations-button .icons {
  background-color: #ff5800;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  position: absolute;
  overflow: hidden;
  animation: ring 3s ease-in-out infinite;
  transform-origin: 50% 50%;
}
.contactinformations .contactinformations-button .icons .icons-line {
  margin-top: 4px;
  transform: rotate(90deg);
}
.contactinformations .contactinformations-button .icons .icons-line span {
  color: #ff5800;
  display: inline-block;
}
.contactinformations .contactinformations-button .icons .icons-line span svg {
  width: 24px;
  height: 24px;
}
.contactinformations .contactinformations-button .icons .icons-line span * {
  box-sizing: border-box;
}
.contactinformations .contactinformations-button .close {
  -webkit-transform: rotate(180deg) scale(0);
  -ms-transform: rotate(180deg) scale(0);
  transform: rotate(180deg) scale(0);
  -webkit-transition: ease-in 0.12s all;
  -o-transition: ease-in 0.12s all;
  transition: ease-in 0.12s all;
  display: block;
  color: white;
  opacity: 1;
}
.contactinformations .contactinformations-button .hidde {
  display: none !important;
}
.contactinformations .pulsation {
  width: 74px;
  height: 74px;
  background-color: #1c2a67;
  border-radius: 50px;
  position: absolute;
  left: -7px;
  top: -7px;
  z-index: -1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: arcontactus-pulse 2s infinite;
  animation: arcontactus-pulse 2s infinite;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.contactinformations .stop {
  -webkit-animation: none;
  animation: none;
}
.contactinformations .animation-pause {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@-webkit-keyframes arcontactus-pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.contactinformations .contactinformations-show {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
  display: block;
}
.contactinformations .contactinformations-rotate {
  -webkit-transform: rotate(0) scale(1) !important;
  -ms-transform: rotate(0) scale(1) !important;
  transform: rotate(0) scale(1) !important;
}
.contactinformations .success-message {
  display: none;
}
.contactinformations .error-message {
  display: none;
  color: red;
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  10% {
    -webkit-transform: rotateZ(-30deg);
    transform: rotateZ(-30deg);
  }
  20% {
    -webkit-transform: rotateZ(15deg);
    transform: rotateZ(15deg);
  }
  30% {
    -webkit-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }
  40% {
    -webkit-transform: rotateZ(7.5deg);
    transform: rotateZ(7.5deg);
  }
  50% {
    -webkit-transform: rotateZ(-6deg);
    transform: rotateZ(-6deg);
  }
  60% {
    -webkit-transform: rotateZ(5deg);
    transform: rotateZ(5deg);
  }
  70% {
    -webkit-transform: rotateZ(-4.28571deg);
    transform: rotateZ(-4.28571deg);
  }
  80% {
    -webkit-transform: rotateZ(3.75deg);
    transform: rotateZ(3.75deg);
  }
  90% {
    -webkit-transform: rotateZ(-3.33333deg);
    transform: rotateZ(-3.33333deg);
  }
  100% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
}
@keyframes ring {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  10% {
    -webkit-transform: rotateZ(-30deg);
    transform: rotateZ(-30deg);
  }
  20% {
    -webkit-transform: rotateZ(15deg);
    transform: rotateZ(15deg);
  }
  30% {
    -webkit-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }
  40% {
    -webkit-transform: rotateZ(7.5deg);
    transform: rotateZ(7.5deg);
  }
  50% {
    -webkit-transform: rotateZ(-6deg);
    transform: rotateZ(-6deg);
  }
  60% {
    -webkit-transform: rotateZ(5deg);
    transform: rotateZ(5deg);
  }
  70% {
    -webkit-transform: rotateZ(-4.28571deg);
    transform: rotateZ(-4.28571deg);
  }
  80% {
    -webkit-transform: rotateZ(3.75deg);
    transform: rotateZ(3.75deg);
  }
  90% {
    -webkit-transform: rotateZ(-3.33333deg);
    transform: rotateZ(-3.33333deg);
  }
  100% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
}
