/*
 Theme Name:     M Agence Theme
 Theme URI:      https://magenceweb.fr
 Description:    Custom Theme
 Author:         M Agence Web
 Author URI:     https://magenceweb.fr
 Template:       Divi
 Version:        4.5.0
*/



/*Back to top button*/
.et_pb_scroll_top.et-visible {
    opacity: 1;
    -webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -o-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
}
.et_pb_scroll_top:before { content: "2"; color: #fff}

.et_pb_scroll_top.et-pb-icon {
  border-radius: 0px!important;
background-color: #253D5B; border: 1px solid #fff;
  z-index: 99999999 !important;
    position: fixed;
    cursor: pointer;
    box-sizing: border-box;
    bottom: 5%;
    padding: 8px;
    right: 2%;
    left: auto;
  }

@media screen and (max-width: 720px) {
 .et_pb_scroll_top.et-pb-icon {
   right: 15px !important;
    padding: 8px !important;
  }
  }

/* Vertical align */
.ds-vertical-align { 
        display: flex; 
        flex-direction: column; 
        justify-content: center;
    }