#rappelez-moi-box { text-align: center; right: 10px; bottom: 45px; position: fixed; z-index: 99; -webkit-animation-name: animateBottom; -webkit-animation-duration: 0.5s; animation-name: animateBottom; animation-duration: 0.5s; }

#rappelez-moi-box .widget_underlay { position: absolute !important; z-index: 0 !important; top: 35px !important; left: 50% !important; transform: translate(-50%, -50%) !important; margin: auto !important; animation: widget-underlay 4s infinite; border-radius: 100% !important; cursor: pointer; }

#rappelez-moi-box #rappelez-moi-phone-div { display: inline-flex !important; justify-content: center !important; align-items: center !important; border-radius: 50% !important; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); cursor: pointer !important; width: 70px; height: 70px; }

#rappelez-moi-box #rappelez-moi-phone-div .fa-phone { display: block !important; width: 26px !important; height: 26px !important; cursor: pointer !important; transition: all .25s ease-in-out !important; font-size: 33px !important; animation: tada 1s infinite; margin: 0 !important; padding: 0 !important; }

#rappelez-moi-box #rappelez-moi-contact-name-div { min-width: 120px; max-width: 150px; margin-top: 5px; padding: 10px; z-index: 100; font-size: 18px; border-radius: 5px; font-weight: 700; line-height: 1.1; text-align: center; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); cursor: pointer !important; }

#rappelez-moi-box #rappelez-moi-contact-name-div #contact-name { margin: auto; }

#rappelez-moi-phone-div:hover, #rappelez-moi-contact-name-div:hover, .rappelez-moi-form > #send:hover, .bgCircle:hover { -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important; -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important; }

.modal-rappelez-moi { width: 100%; height: 100vh; position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, 0.7); z-index: 3; }

.modal-rappelez-moi .inner-rappelez-moi-modal { min-width: 280px; width: 50%; margin: 180px auto; padding: 50px; text-align: center; background: white; border-radius: 10px; box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.5); position: relative; z-index: 5; animation-name: animateTop; animation-duration: 0.4s; }

.modal-rappelez-moi .inner-rappelez-moi-modal .rappelez-moi-form { display: flex; flex-direction: column; align-items: center; justify-content: center; }

.modal-rappelez-moi .inner-rappelez-moi-modal .rappelez-moi-form #nom, .modal-rappelez-moi .inner-rappelez-moi-modal .rappelez-moi-form #mail, .modal-rappelez-moi .inner-rappelez-moi-modal .rappelez-moi-form #tel, .modal-rappelez-moi .inner-rappelez-moi-modal .rappelez-moi-form #send { width: 100%; margin-bottom: 10px; padding: 8px 5px 5px 8px; border: 1px solid lightgray; border-radius: 10px; }

.modal-rappelez-moi .inner-rappelez-moi-modal .rappelez-moi-form #send { color: white; background: gray; }

.modal-rappelez-moi .close-rappelez-moi-modal { position: absolute; top: -18px; right: 18px; cursor: pointer; z-index: 50; }

.modal-rappelez-moi .close-rappelez-moi-modal .widget_underlay { position: absolute !important; z-index: 0 !important; top: 18px !important; left: 18px !important; transform: translate(-50%, -50%) !important; margin: auto !important; animation: widget-underlay 4s infinite; border-radius: 100% !important; cursor: pointer; }

.modal-rappelez-moi .close-rappelez-moi-modal .bgCircle { position: absolute; border-radius: 50px; height: 36px; width: 36px; font-size: 30px; font-weight: bold; display: flex; align-items: center; justify-content: center; padding-bottom: 5px; }

.hide-rappelez-moi { display: none !important; }

.dune-visual-editor #rappelez-moi-box { right: unset !important; bottom: unset !important; position: unset !important; }

.dune-visual-editor .modal { position: unset !important; width: unset !important; height: unset !important; }

@keyframes animateBottom { 0% { bottom: -300px;
    opacity: 0; }
  100% { bottom: 30px;
    opacity: 1; } }

@keyframes tada { 0% { -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% { -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  0% { -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% { -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes widget-underlay { 0% { opacity: .25;
    width: 0;
    height: 0; }
  40% { opacity: .25; }
  100% { opacity: 0;
    width: 150px;
    height: 150px; } }

@keyframes animateTop { 0% { top: -300px;
    opacity: 0; }
  100% { top: 0;
    opacity: 1; }
  0% { top: -300px;
    opacity: 0; }
  100% { top: 0;
    opacity: 1; } }
