#exampleModalCenter {
}

#exampleModalCenter .modal-lg {
    max-width: 620px;
}

#exampleModalCenter .modal-content {
	/*border-radius: 0 0 80px 0;*/
	border: 15px solid #47baa3;
	width: 100%;
}

#exampleModalCenter .modal-content .modal-header {
	border: none;
}

#exampleModalCenter .modal-content .modal-header .close {
	margin-top: -56px;
	font-size: 3rem;
}

#exampleModalCenter .modal-content .modal-title {
	font-size: 30px;
	line-height: 30px;
	margin-top: 10px;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 0;
  text-align: center;
}

#exampleModalCenter .modal-content .modal-body {
	padding-top: 0;
}

#exampleModalCenter .modal-content .modal-body .montant {
	font-size: 29px;
	line-height: 29px;
	text-align: center;
  color:#990000;
  font-weight: bold;
  margin-bottom: 20px;
}

#exampleModalCenter .modal-content .modal-body .condition {
	font-size: 23px;
	line-height: 25px;
	text-align: center;
}

#exampleModalCenter .modal-content .modal-body .mention {
	text-align: left;
	font-size: 16px;
	margin-top:30px;
}

@media screen and (max-width: 992px) {
	#exampleModalCenter .modal-lg {
		max-width: 100%;
	}
	#exampleModalCenter .modal-content {
		/*border-radius: 0 0 200px 0;*/
	}
	#exampleModalCenter .modal-content .modal-header .close {
		margin-top: -92px;
		/*font-size: 3.5rem;*/
	}
	#exampleModalCenter .modal-content .modal-title {
		font-size: 20px;
		line-height: 26px;
		margin-top: 30px;
	}
  #exampleModalCenter .modal-content .modal-body .montant {
    font-size: 21px;
    line-height: 29px;
  }
	#exampleModalCenter .modal-content .modal-body .condition {
    font-size: 16px;
    line-height: 22px;
	}
  #exampleModalCenter .modal-content .modal-body .mention {
    font-size: 12px;
    margin-top: 15px;
  }

}
