@import url('https://fonts.googleapis.com/css?family=Overlock');
@import url('https://fonts.googleapis.com/css?family=Capriola&display=swap');

/*
COULEURS

primary
#882567
rgba(136,37,103,0.99);

default

info
#60378D
rgba(96,55,141,0.99);


warning


*/


@import url('https://fonts.googleapis.com/css?family=Caveat&display=swap');
.font_statut {
	font-family: 'Caveat', cursive;
}


@media (min-width: 176px) {
  .fiche {
    max-width: 170px;
  }
}

@media (min-width: 768px) {
  .fiche {
    max-width: 189px;
  }
}

@media (min-width: 992px) {
  .fiche {
    max-width: 190px;
  }
}

@media (min-width: 1200px) {
  .fiche {
    max-width: 272px;
  }
}

/* Pied */
.my_foot {
	height:630px;
}

@media (max-width: 406px) {
  .my_foot {
    height:250px;
  }
}



body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Overlock";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}

.sql{ /* Class de test pour le requetes et msg d'erreur*/
	display:block;
	margin:10px;
	padding:10px;
	position:relative;
	width:90%;
	background-color: rgba(147,255,38,0.9);
	z-index:99999999999;
	font-family: Play;
	font-size: 11pt;
	color: #000000;
	text-decoration: none;
}

.blur { 
	-webkit-filter: blur(8px);   
	filter: blur(8px); 
}

.send_coeur {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

@-webkit-keyframes send_coeur_active {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
	color:red;
    -webkit-transform: scale(50);
    -ms-transform: scale(50);
    transform: scale(50);
  }
}
@keyframes send_coeur_active {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
	color:red;
    -webkit-transform: scale(50);
    -ms-transform: scale(50);
    transform: scale(50);
  }
}
.send_coeur_active {
	z-index:9991;
  -webkit-animation-name: send_coeur_active;
  animation-name: send_coeur_active;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
/*
.send_coeur_active {
	-webkit-transform: scale(50);
	transform: scale(50);
	color:red;
	-webkit-transition: all 1.5s ease-in-out;
	-moz-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
}
*/
.btn-icone {
	padding-left:10px;
	-webkit-transform: scale(1);
	transform: scale(1);
	text-shadow: 0px 2px 3px rgba(0,0,0, 0.0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
}

.btn-icone:hover {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	text-shadow: 0px 2px 3px rgba(0,0,0, 0.5);
	text-decoration:none;
}
.btn-icone:active,
.btn-icone:focus  {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	text-shadow: 0px 2px 3px rgba(0,0,0, 0.5);
}

/*  SECURITE */ 
.sec {
display:none;
}

.list_bloc li{
	list-style: none;
	display: inline-block;
	border:1px solid #eee;
	padding:1px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color:rgba(255,255,255, 0.6)
}
/*
.list_bloc li:after {
	content: url(../img/puce.png);
}
*/	

footer{
	height:1000px;
	-webkit-background-size:100%;
	-moz-background-size:100%;
	background-size:100%;
	-o-background-size:100%;
	background-attachment:scroll;
	color:#FFBF00;
}
footer .intro-lead-in  {
	color:#00468C;
	font-family:"Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
	font-weight:400;
	font-size:26px;
	line-height:26px;
}
footer .intro-heading{
	font-family: 'Asap', sans-serif;
	font-size:20px;
	line-height:20px;
}


@media (max-width:768px){

	footer{
		background-attachment:scroll;
		-webkit-background-size:100%;
		-moz-background-size:100%;
		background-size:100%;
		-o-background-size:100%;
		text-align:center;
		color:#FFBF00;
	}
	
	footer .intro-text .intro-lead-in	{
	font-size:20px;
	line-height:20px;
	text-shadow: 0px 2px 3px rgba(16,48,114, 0.5);
	margin-bottom:25px;
	}
	footer .intro-text .intro-heading	{
	text-transform:uppercase;
	font-weight:400;
	font-size:15px;
	line-height:15px;
	margin-bottom:50px;
	text-shadow: 0px 2px 3px rgba(16,48,114, 0.5);
	}
}

.pousse-right {
	float: right !important;
}

@media (max-width: 767px){
	.pousse-right {
		float: left !important;
	}
}


@media (min-width: 126px) and (max-width: 770px) {
	#mobile_first {
		display: none !important;
	}
}


#toTop{ /* Bouton retour haut*/
	position: fixed;
	bottom: 10px;
	left: 10px;
	cursor: pointer;
	display: none;
	z-index:999999999999;
}



.page {
	padding-top:10px;
	-moz-box-shadow:3px 3px 15px #AAAAAA, -3px -3px 15px #AAAAAA;
	box-shadow: 3px 3px 15px #AAAAAA, -3px -3px 15px #AAAAAA;
	-webkit-box-shadow: 3px 3px 15px #AAAAAA, -3px -3px 15px #AAAAAA;
	
}



.contenu{
	position:relative;
	top:-60px;
}

.bloccompetences{
	font-size:12px;
	color:#CCCCCC;
	list-style:none;
}


.iconeavant  {
	color:#8C2300;
}

/* ESPACEMENT *************************************/ 

.space-top {
  margin-top: 24px;
}

@media only screen and (max-width: 768px) {
  .space-top {
    margin-top: 19.2px;
  }
}
.space-bottom {
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .space-bottom {
    margin-bottom: 19.2px;
  }
}
.double-space-top {
  margin-top: 48px;
}
@media only screen and (max-width: 768px) {
  .double-space-top {
    margin-top: 31.2px;
  }
}
.double-space-bottom {
  margin-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  .double-space-bottom {
    margin-bottom: 31.2px;
  }
}
.double-padding-top {
  padding-top: 48px !important;
}
@media only screen and (max-width: 768px) {
  .double-padding-top {
    padding-top: 31.2px !important;
  }
}
.double-padding-bottom {
  padding-bottom: 48px !important;
}
@media only screen and (max-width: 768px) {
  .double-padding-bottom {
    padding-bottom: 31.2px !important;
  }
}


.padding-top{
	padding-top:10px!important;
}
.padding-bottom{
	padding-bottom:10px!important;
}

.padding0 {
	padding:0px!important;
}
.margin0 {
	margin:0px!important;
}

.padding5 {
	padding:5px!important;
}

.padding10 {
	padding:10px!important;
}
.padding20 {
	padding:20px!important;
}
.margin5 {
	margin:5px!important;
}
.margin10 {
	margin:10px!important;
}
.margin20 {
	margin:20px!important;
}

.marginauto{
margin:auto!important;
}

@media only screen and (max-width: 768px) {
  .center-mobile {
    text-align: center !important;
  }
}
@media only screen and (max-width: 991px) {
  .center-tablet {
    text-align: center !important;
  }
}

.is_love {
	-webkit-transform: translateX(0px) rotate(45deg);
	-moz-transform: translateX(0px) rotate(45deg);
	-o-transform: translateX(0px) rotate(45deg);
	-ms-transform: translateX(0px) rotate(45deg);
	transform: translateX(0px) rotate(45deg);
	background-color: rgba(0, 0, 0, 0.1);
	color:red;
	overflow:hidden;
	position:absolute;
	top:0px;
	right:-60px;
	width:150px;
	padding-right:5px;
	padding-top:10px;
}

.is_new {
	-webkit-transform: translateX(0px) rotate(-45deg);
	-moz-transform: translateX(0px) rotate(-45deg);
	-o-transform: translateX(0px) rotate(-45deg);
	-ms-transform: translateX(0px) rotate(-45deg);
	transform: translateX(0px) rotate(-45deg);
	background-color: rgba(0, 0, 0, 0.1);
	color:#000;
	font-weight:bold;
	
	overflow:hidden;
	position:absolute;
	top:2px;
	left:-58px;
	width:150px;
	padding-top:5px;
}


/* COULEURS TEXTES ET STYLES *************************************/
.titre  {
	margin: 0px 10px 10px 0px ;
	/*border:1px solid #222222;*/
	color:#00698C;
	text-decoration:none!important;
}
.titre:hover  {
	color:#698C00;
	text-decoration:none!important;
}

.green {
	margin:3px;
	color:#468C00;
}
.txt-clair {
	color:#EEEEEE!important;
}
.txt-ombre {
  text-shadow: 1.0px 1.0px 2.0px rgba(51, 51, 51, 0.9);
}
.txt-ombre-clair {
  text-shadow: 2px 2px 5px rgba(255,255,255, 1),-1px 1px 5px rgba(255,255,255, 1), ;
}
.txt-rosee {
	color:#ea79b7!important;
}
.txt-vert {
	color:#73b83a!important;
}


.txt-c {
	color:#ddaaff!important;
}
.txt-h {
	color:#c1edff!important;
}
.txt-f {
	color:#fccff4!important;
}
.txt-t {
	color:#ffdd9b!important;
}

.txt-bleu {
	color:#5faddd!important;
}
.txt-orange {
	color:#FF9326!important;
}
.txt-gris-fonce {
	color:#666666!important;
}
.txt-gris {
	color:#AAAAAA!important;
}
.txt-ocre {
	color:#D90000 !important;
}
.txt-primary {
	color:#8C008C !important;
}
.txt-blanc {
	color:#FFFFFF !important;
}
.txt-placeholder {
	color:#FF794C !important;
}
.txt-noir {
	color:#000000 !important;
}

.light-weight {
  font-weight: 300 !important;
}
.bold-weight {
  font-weight: bold !important;
}
.normal-weight {
  font-weight: normal !important;
}
.passouligner{
  text-decoration: none;
}

.font_stitre {
	font-family: 'Capriola', sans-serif;
	text-transform: uppercase;
}

.font_titre {
	font-family: 'Capriola', sans-serif;
	text-transform: uppercase;
}
.font_titre:before {
	content: url(../img/puce.png);
}

.list-item {
	padding:0px 3px;
	list-style:none;
	background-color: rgba(255, 255, 255, 0.25);
	border-top: 0.1em solid rgba(0,0,0, 0.03);
}

.item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.item-action:hover, .item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.item-action {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  background-color: #fff;
  /*border: 1px solid rgba(0, 0, 0, 0.125);*/
}

.item-action:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.item-action:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.item-action-2:before {
	padding-right:5px;
	content: url(../img/div_2.png);
}
.item-action-1:before {
	padding-right:5px;
	content: url(../img/div_2.png);
}
.item-action-3:before {
	padding-right:5px;
	content: url(../img/div_2.png);
}
.item-action-4:before {
	padding-right:5px;
	content: url(../img/div_2.png);
}
.item-action-5:before {
	padding-right:5px;
	content: url(../img/div_2.png);
}


.font10 {
	font-size:10px!important;
}
.font12 {
	font-size:12px!important;
}
.font14 {
	font-size:14px!important;
}
.font16 {
	font-size:16px!important;
}
.font18 {
	font-size:18px!important;
}
.font20 {
	font-size:20px!important;
}
.font25 {
	font-size:25px!important;
}
.font30{
	font-size:30px!important;
}
.font40{
	font-size:40px!important;
}


.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}




/* BORDER *************************************/

.arrondir{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.ombre{
	-moz-box-shadow:3px 3px 15px #AAAAAA, -3px -3px 15px #AAAAAA;
	box-shadow: 3px 3px 15px #AAAAAA, -3px -3px 15px #AAAAAA;
	-webkit-box-shadow: 3px 3px 15px #AAAAAA, -3px -3px 15px #AAAAAA;
	padding:0px;
}

.grosborderrouge {
	border: 5px solid #B32D00;
}
.grosbordervert {
	border: 5px solid #59B300;
}
.grosborderorange {
	border: 5px solid #FF9326;
}
.borderrouge {
	border: 1px solid #B32D00!important;
}
.bordergris {
	border: 1px solid #AAAAAA!important;
}
.bordervert {
	border: 1px solid #59B300;
}
.borderorange {
	border: 1px solid #FF9326;
}
.borduretop{
	border-top:1px solid #DDDDDD;
}
.bordurebottom{
	border-bottom:1px solid #FFC926;
}

.bordureligne{
	border-bottom:1px solid #FFC926;
}
.bordureligne:hover{
	margin-left:5px;
	color:#FFC926;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


/* FONDS ET BG *************************************/

.bg-fb {
	background-color:#3b5999;
}
.txt-fb {
	color:#3b5999;
}

.bg-bleu-dark{
	padding:5px;
	background-color:#57889c;
	border: 1px solid #FFFFFF;
}
.bg-vert-dark{
	padding:5px;
	background-color:#569C76;
	border: 1px solid #FFFFFF;
}
.bg-ocre-dark{
	padding:5px;
	background-color:#936060;
	border: 1px solid #FFFFFF;
}
.bg-orange-dark{
	padding:5px;
	background-color:#d1b993;
	border: 1px solid #FFFFFF;
}

.bg-h {
	background-color:#ddf5ff;
}
.bg-f {
	background-color:#fff2fd;
}
.bg-vert {
	padding:5px;
	background-color:#B4DC92;
	border: 1px solid #008C23;
}
.bg-orange {
	background-color:#FFBF00;
}

.checked {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#eeeeee;
	color:#238c00;
	-moz-box-shadow:2px 2px 5px #ccc;
	box-shadow: 2px 2px 5px #ccc;
	-webkit-box-shadow: 2px 2px 5px #ccc;
	font-weight: bold;
}

.bg-rouge {
	background-color:#D90000!important;
	border: 1px solid #FFFFFF;
}

.bg-gris {
	background-color:#EEEEEE;
}

.bg-bleu-hover {
	padding:5px;
	border: 1px solid #FFFFFF;
}
.bg-bleu-hover:hover {
	border: 1px solid #FFC926;
	background-color:#EDF7F8;
}
.bg-vert-hover {
	padding:5px;
	border: 1px solid #FFFFFF;
}
.bg-vert-hover:hover {
	border: 1px solid #008C23;
	background-color:#DDF0CE;
}
.bg-orange-hover{
	padding:5px;
	border: 1px solid #FFFFFF;
}
.bg-orange-hover:hover {
	border: 1px solid #FFC926;
	background-color:#FFF4D2;
}
.bg-gris-hover{
	padding:5px;
	border: 1px solid #FFFFFF;
}
.bg-gris-hover:hover {
	border: 1px solid #FFC926;
	background-color:#EEEEEE;
}
.bg-prod-hover{
	border-left: 10px solid transparent;
	border-top: 1px solid #FFC926;
	border-right: 10px solid transparent;
	background-color:#ffffff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.bg-prod-hover:hover {
	border-left: 10px solid #FFC926;
	border-right: 10px solid #FFC926;
	background-color:#FCFCFC;
}
.bg-blanc{
	background-color:rgba(255,255,255,1)!important;
}
.bg-vide{
	border:1px solid #cccccc;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color:rgba(255,255,255,0.9)!important;
}

.fond-transparent {
background-color:rgba(255,255,255,0.7)!important;
}

 

#pied {
	position:relative;
	bottom:0px;
	/*padding-top: 30px;*/
}

.chemin {
	font-family: "Arial", sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
    /*font-size: .8em;*/
    color: #999999;
	text-decoration: none;
}
/* FIN BLOC D'ANNONCES */


#slogan {
	font-size:18px;
	color:#ffffff;
	position:relative;
	top: -60px;
	text-align:right;
	text-shadow: 1.0px 1.0px 2.0px rgba(51, 51, 51, 0.9);
}
@media (max-width: 767px) {
	#slogan {
	display:block;
	font-size:16px;
	color:#00468C;
	position:relative;
	top: -15px;
	text-align:center;
	text-shadow: 1.0px 1.0px 2.0px rgba(255,255,255, 0.9);
	/*background: #FFFFFF; */
	}
}


#logo {
	max-width:250px;
	position:relative;
	top: 0px;
	padding:6px;
}
@media (max-width: 767px) {
	#logo {
		padding:6px;
		max-height:50px;
	}
}


.suggestionsBox {
	/*margin: -40px 0px 0px 100px;*/
	width: 100%;
	/*
	background-color: #FFFFBF;
	border: 2px solid #FFBF00;
	*/
	color: #000000;
}

.suggestionList {
	margin: 10px;
	padding: 0px;
}

.suggestionList li {
	display:block;
position:relative;
	top:0px;
	margin: 0px 0px 3px 0px;
	padding: 10px;
	cursor: pointer;
	color: #000000;
}

.suggestionList li:hover {
	color: #D90000;
	background-color: #FFFFFF;
}



/* Validation formulaire */
form.cmxform {
	width: 100%;
	color: #333;
}

form.cmxform label {
	color: #999;
	font-family: Play;
	font-weight: 400;
	font-size: 14px;
	text-align:right;
}


form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
}
div.error { display: none; }
input {	border: 1px solid black; }
input.checkbox { border: none }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }



form.cmxform td p {
	list-style: none;
	padding: 0px;
	margin: 0;
}


form.cmxform label { /* Width of labels */
	/*border:1px solid #000;*/
	width: auto; 
}
form.cmxform fieldset fieldset label { margin-left: 70%; } /* Width plus 3 (html space) */
form.cmxform label.error {
	position:relative;
	top:1px;
	margin-left: auto;
	text-align:left;
	width: 100%;
}

form.cmxform input.submit {
	margin-left: 103px;
}






.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}


.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.view {
	overflow: hidden;
}
.view .mask{
	width: 100%;
	height: 100px;
	position: absolute;
	z-index:225;
	overflow: visible;
	bottom: 0px;
	padding:5px;
	left: 0;
}

.view .mask {
   background-color: rgba(255,255,255,1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.view:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}


.nav-link > .fas,
.nav-link > .fa {
  position: relative;
  padding:-5px;
  margin:-4px;
}

.nav-link > .fa > .badge {
  font-size: 8px;
  position: absolute;
  right: -3px;
  font-family: sans-serif;
  top: -2px;
}



.nav-photo .badge {
  font-size: 10px;
  position: absolute;
  top: 3px;
  right:3px;
}


.profil {
  border: 5px dashed red;
}
.noprofil {
  border: 5px dashed transparent;
}

.avant {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.avant:hover {
	-moz-box-shadow:20px 20px 500px #aaa;
	box-shadow: 20px 20px 500px #aaa;
	-webkit-box-shadow: 20px 20px 500px #aaa;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
}

.rotate {
	/*-webkit-filter: blur(5px);
	filter: blur(5px);*/
	-webkit-transform: scale(2);
	transform: scale(2);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.unrotate {
	/*-webkit-filter: blur(5px);
	filter: blur(5px);*/
	-webkit-transform: scale(2);
	transform: scale(2);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}


.full  {
	min-width:100%!important;
}

@media (max-width: 576px) {
  .no-sm {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .no-md {
    display: none !important;
  }
}
@media (max-width: 1139px) {
  .no-lg {
    display: none !important;
  }
}
@media (min-width: 1140px) {
  .no-xl {
    display: none !important;
  }
}




@media (max-width: 767px) {
  .cache-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cache-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cache-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .cache-lg {
    display: none !important;
  }
}

/*Profile Card 3*/
.profile-card-3 {
  /*font-family: 'Open Sans', Arial, sans-serif;*/
  position: relative;
  float: left;
  overflow: hidden;
  background:#efefef;
  width: 100%;
  text-align: center;
  border:0px solid #cccccc;
}
.profile-card-3 .background-block {
    float: left;
    width: 100%;
    overflow: hidden;
}
.profile-card-3 .background-block .background {
  width:100%;
  height:100px;
  vertical-align: top;
  opacity: 0.5;
  -webkit-filter: blur(2px);
  filter: blur(2px);
   -webkit-transform: scale(4);
  transform: scale(4);
}
.profile-card-3 .card-content {
  width: 100%;
  padding: 3px 2px;
  color:#232323;
  float:left;
  border-radius:0 0 5px 5px;
  position: relative;
  z-index: 1;
  top: 0px;
}

.profile-card-3 .profile {
  vertical-align: top;
  border-radius: 300px;
  position: relative;
  top:0px!important;
  left: 50%;
  opacity: 1;
  /*box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);*/
  border: 1px solid rgba(255, 255, 255, 1);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index:1;
}
