/***********************/
/* Cookie
/***********************/

#message-cookie{ position: static; width: 100%; min-height: 60px; color: #FFF; }
#message-cookie::after{ display: table; clear: both; content: ' '; }
#message-cookie .description{ padding: 10px; display: inline-block; width: 90%; vertical-align: middle; }
#message-cookie .link-close{ cursor:pointer; }

/**********************/
/* Erreur
/**********************/

.has-error label.custom-control, .has-error label.custom-control span, .has-error label.custom-control span a.link { color:#dc3545; }

/**********************/
/* Marges
/**********************/

.m-sm{ margin: 16px; }
.m-md{ margin: 32px; }
.m-lg{ margin: 48px; }

.mt-sm{ margin-top: 16px; }
.mt-md{ margin-top: 32px; }
.mt-lg{ margin-top: 48px; }

.mr-sm{ margin-right: 16px; }
.mr-md{ margin-right: 32px; }
.mr-lg{ margin-right: 48px; }

.mb-sm{ margin-bottom: 16px; }
.mb-md{ margin-bottom: 32px; }
.mb-lg{ margin-bottom: 48px; }

.ml-sm{ margin-left: 16px; }
.ml-md{ margin-left: 32px; }
.ml-lg{ margin-left: 48px; }

/**********************/
/* Utilities
/**********************/

.clear { clear:both; }
.display-block { display:block; }
.hidden { display:none; }

.obligatoire:after { content:" *"; font-weight:800; }

i.fas.fa-calendar.styled-calendar {
	position: absolute;
	right: 25px;
	top: 34px;
	color: #a1a7ad;
	pointer-events: none;
}

.checkbox--black .checkbox--black-control-description { display:inline-block; }

.tooltip-inner { text-align:left; font-size:1rem; max-width:400px; }

/**********************/
/* Accueil
/**********************/
.blocOffre { height:100%; }


.img-header {
  max-width: 85%;
  height: auto; 
}