#global { 
	font-size: 1.1em;
	width: 100%; 
	overflow: visible;
}

#contenu {
	display: table;
	width: 100%;
	padding-top: 70px;
}

.container {
  max-width: 960px;
}

.lh-condensed { line-height: 1.25; }

a:hover {
	text-decoration: none !important;
}

.list-group,
.card {
	box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
	border: 0px !important;
}

.card-header {
	background-color: #005ca9 !important;
	color: white !important;
}

.form-group.required .control-label:after {
  content:" *";
  color: red;
}
.red {
	color: red;
}
label {
	font-weight: normal !important;
}
.custom-control-input:hover,
.custom-control-label:hover {
	cursor: pointer;
}
label.custom-control-label {
	display: inline !important;
}



.title-page p {
	font-family: "Mic32", arial, helvetica, sans-serif !important;
	text-shadow: 3px 3px 4px #7AB2D3;
}
@media screen and (min-width: 992px) {
	.lead1 {
		font-size: 3.5em;
		font-weight: bold;
		height: auto;
		margin-bottom: 0px;
		color: #005ca9;
		text-align: center;
	}
	.lead2 {
		font-size: 1.1em;
		font-weight: bold;
		height: auto;
		text-align: center;
		margin-bottom: 10px;
		padding-left: 5px;
		color: #fff;
	}
	.lead3 {
		font-size: 0.9em;
		font-family: "Mic32", arial, helvetica, sans-serif !important;
		text-shadow: 3px 3px 4px #7AB2D3;
		height: auto;
		text-align: center;
		color: #fff;
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 991px) and (min-width: 769px) {
	.lead1 {
		font-size: 3em;
		margin-top: 10px;
	}
	.lead2 {
		font-size: 1em;
	}
}

@media screen and (max-width: 768px) {
	.title-img {
		display: none;
	}
	.lead1 {
		font-size: 2em;
		margin-top: 10px;
		text-align: center;
	}
	.lead2 {
		font-size: 1em;
		text-align: center;
		margin-bottom: 10px;
		font-weight: normal;
	}
	.lead3 {
		font-size: 0.8em;
	}
	.box-button:first-child {
		margin-top: 20px;
	}
}

@media screen and (min-width: 1200px) {
	.title-img img {
		width: 87% !important;
	}
}

h3 {
	font-family: "Mic32", arial, helvetica, sans-serif !important;
	color: #fff;
	text-shadow: 3px 3px 4px #7AB2D3;
	font-size: 1.8em !important;
}

footer p, footer a {
	font-family: "Mic32", arial, helvetica, sans-serif !important;
	color: #fff;
}

/* Textarea */
#countMessage {
  margin-top: -30px;
  margin-right: 10px;
}
.g-recaptcha {
    display: inline-block;
}

.custom-file-label::after {
	content: "Choisir" !important;
}

/* Datepicker */
.ui-datepicker {
	z-index: 10 !important;
}

.list-group-item-heading {
	margin-bottom: 0px !important;
}

/* Numéro tel */
.text-appel {
	color: #495057;
	background-color: rgba(255,255,255,.5);
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 5px;
	width: 100%;
}

.text-appel span {
	border: 1px solid #005ca9;
	background-color: rgb(255,255,255);
	border-radius: 5px;
	padding-right: 5px;
	color: #005ca9;
	margin-right: 10px;
}

.text-appel u {
	text-decoration: none;
	font-size: 0.9em;
}

.list-formations a:hover {
	cursor: pointer;
}

.box-button {
	border-radius: 10px !important;
	background-color: rgba(255,255,255,.5);
	border: 1px solid rgba(0,0,0,.125);
	display: block;
	position: relative;
}
.box-button:first-child {
	padding: 40px 0 10px 0;
}
.box-button:hover {
	background-color: rgba(255,255,255,1);
	transition: 0.4s;
}
.box-button:not(:hover){
	transition: 0.4s;
}
.box-button p {
	font-family: "Mic32", arial, helvetica, sans-serif !important;
	font-size: 28px !important;
	color: #8e6a03;
}
@media screen and (max-width: 992px) {
	.box-button p {
		font-size: 20px !important;
	}
}
.box-logo {
	width: 30%;
	vertical-align: middle;
	display: inline;
	position: relative;
}

.input-typeForm {
	display: none;
}

.alert-file {
	display: none;
}

.delete-file:hover {
	cursor: pointer;
}

.infoForm {
	font-size: 0.9em;
	color: #999;
}

#dialog-validation {
	font-size: 20px;
}