.corps{
	background: linear-gradient(
	rgba(250, 250, 250, 0.8), 
	rgba(250, 250, 250, 0.8)
	),url(../img/bodybg/bg-1.jpg)no-repeat;background-size:cover;
	/*background-image:url(../img/bureau.jpg); */
}

/*header{
	 background: linear-gradient(
     rgba(150, 150, 250, 0.6), 
     rgba(150, 150, 250, 0.6)
   ),url(../img/header_bg.jpg)no-repeat;background-size:cover;
}*/

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    /*width: 50px;*/
    /*height: 30px;*/
    display:none;
	background-color: #cc067c;
}

.back-to-top img{
    width: 40px;
    height: 20px;
}

form{
	padding: 20px;
	border-radius: 12px;
	box-shadow: 6px 4px 8px 5px #bab7af;
}

.ma-card-icon-top{
   width: 68px;
}

.effet-perso-fushia{
	background-color: #cc067c;
    padding: 10px;
}

.effet-perso-orange{
	background-color: #f5670f;
    padding: 10px;
}

.image_pouce{
	width: 50%;
	height: 50%;
}

.o_emploi{
	border: solid 2px #cc067c;;
	border-radius: 3px 3px 3px 3px;
	padding: 10px;
}

.o_emp_container,.tp_a_direction,.tp_v_c_magasin,.tp_m_u_marchand, .nos_valeurs{	
	border: solid 2px #f5670f;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 3px 5px 8px grey;
	padding: 20px;
}

.info_inscription{	
	border-radius: 3px 3px 3px 3px;
	box-shadow: 3px 3px 5px 5px #c9c2c1;
	padding: 20px;
}

#inputGroupFileAddon01, #inputGroupFileAddon02{
	width: 180px;
}

.bg-color-fushia{
	background-color: #cc067c;
}

.bg-color-bleu{
	background-color: #709dff;
}

.bg-color-orange{
	background-color: #f5670f;
}

.bg-color-vert{
	background-color: #80eb38;
}

.text-color-fushia{
	color: #cc067c;
}

.text-color-bleu{
	color: #709dff;
}

.text-color-orange{
	color: #f5670f;
}

.text-color-vert{
	color: #80eb38;
}

.card-body{
	background-color: rgb(255,255,255,0.1);
}

html, body {
	height: 100%;
/*	margin: 0;
	padding: 0;*/
	font-family: 'helvetica', sans-serif;
}