/* class mc */

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
}

/* centrage texte*/

.mc-div-txtcenter{

	text-align:center;
	vertical-align: middle;

}

/*carré responsive */

.mc-square {
	position: relative;
  	width: 100%;
}

.mc-square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.mc-square .mc-content-square {

	position: absolute;
	width: 100%;
	height:100%;
}

/* margin carré home */

.mc-margin-homecard{
	/*
	margin-bottom: 15px;
	margin-height:15px;
	*/
	margin-bottom: : 20px;
	margin-top: 20px;
}


.mc-vertical-center-align {
    display: flex;
    flex-direction: column; /*allignement des élement en colone*/
    align-items: center; /* Vertical center alignment */
    justify-content: center; /* Horizontal center alignment */
}

.mc-a-no-effect{
	color: inherit;
	text-decoration: none;
}

.mc-a-no-effect:hover{
	color: inherit;
	text-decoration: none;
}


/* class mj */

/* class coueur de fond officiels */

.mj-bg-green {

	background-color: rgb(53,175,151);
}

.mj-bg-blue {

	background-color: rgb(56,149,259);
}

.mj-bg-black {

	background-color: rgb(0,0,0);
}

.mj-bg-grey {

	background-color: rgb(89,102,105);
}

.mj-font-blue {

	color: rgb(56,149,259);
}

.mj-font-grey {

	color: rgb(89,102,105);
}

.mj-font-green {

	color: rgb(53,175,151);
}

.mj-font-white {

	color: rgb(255,255,255);
}


.mj-font-lily {

	font-family: 'Lily Script One', cursive;
}


.btn-mj-blue,
.btn-mj-blue:hover,
.btn-mj-blue:active,
.btn-mj-blue:visited,
.btn-mj-blue:focus {
    background-color: rgb(56,149,259) !important;
    border-color: rgb(56,149,259)!important;
    color: rgb(255,255,255)!important;
    border-radius: 0!important;
}

