/*
 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
*/


/* Custom blog view */

@media (min-width: 767px) {

/*set the image width*/

.pa-blog-list .entry-featured-image-url  {
width: 30%;
float: left;
margin-bottom: 0!important;
}

/*set the details width*/

.pa-blog-list .entry-title,
.pa-blog-list .post-meta,
.pa-blog-list .post-content {
width: 70%;
float: left;
padding-left: 30px;
}
}

.et_pb_post {
box-shadow: 0px 2px 80px 0px rgba(160,190,212,0.22);  
border-radius: 6px;
padding: 60px;
}
/* END Custom blog view */



/*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 {
   -webkit-border-radius: 12px; -moz-border-radius: 12px;
border-radius: 12px;
background-color: #1D346F!important;
	border: 2px solid #fff;
  z-index: 99999999 !important;
    position: fixed;
    cursor: pointer;
    box-sizing: border-box;
    bottom: 30px;
    padding: 8px;
    right: 0px;
    left: auto;
  }

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




/*style the Divi blog link text as a button*/

.et_pb_post a.more-link {
  color: #ffffff;
	background: #2B4570;
	border: 2px solid #2B4570;
	padding: .7em 1.3em;
	margin-top: 20px;
	border-radius: 50px;
	text-transform: capitalize;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}


/*style the Divi blog link text as a button on hover*/

.et_pb_post a.more-link:hover {
	background: transparent;
	color: #2B4570;
	border: 2px solid #2B4570;
	transition: all 0.3s ease-in-out;
}



