.asterix {
	color: #f00;
	font-size: 0.8em;
}

.error-message {
	width: 100%;
	color: #f00;
	font-size: 0.8em;
}

h3 {
	font-weight: 500;
}

.info_contact {
	display: none;
}

.info_contact .adbox {
	margin: 0 auto !important;
}

#article-droit {
	margin: 0 0 0 20px !important;
	display: flex;
	align-items: center;
	flex-direction: column;
}

#article-droit ul {
	width: auto !important;
	margin: 0 0 0 15px !important;
	padding-right: 20px !important;
	list-style-image: url('../images/liste-a-point-plus.gif');
	list-style-position: outside;
	width: 100%;
	font-size: 0.875em;
}

#article-droit ul li {
	margin-bottom: 5px;
}

#article-droit p {
	margin: 15px 0;
}

.type-unites {
	position: relative;
	cursor: pointer;
}

.summary h3 {
	margin: 4px 0 6px;
}

.summary h3 br {
	display: none;
}

.type-unites .icon-chevron-down {
	font-size: 10px;
	position: absolute;
	top: 0;
	right: 23px;
	bottom: 0;
	pointer-events: none;
}

.ui-dropdownchecklist-selector-wrapper, .ui-dropdownchecklist-selector {
	width: 100% !important;
	border-radius: 8px;
	height: auto;
}

.ui-dropdownchecklist-dropcontainer.ui-widget-content {
	border-radius: 8px;
}

.ui-widget-content .ui-dropdownchecklist-item:not(.ui-state-hover) {
    background: #fff;
	border-color: #fff;
}

.ui-dropdownchecklist-selector.ui-state-hover {
	background: transparent;
	cursor: pointer;
	border: 1px solid #000;
	background: #fff;
}

.ui-dropdownchecklist-selector-wrapper {
	height: 48px;
}

.ui-dropdownchecklist-text {
	padding: 12px 12px 0;
    font-size: 15px;
	font-family: Open Sans, ui-sans-serif, system-ui;
}


#article-gauche
{
	width: 100%;
}

#article-gauche .two-column
{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

#article-gauche .two-column > div:first-child {
	width: clamp(90px, 33%, 250px);
}

#article-gauche .two-column > div:last-child {
	width: 100%;
}

.appel-contact-form > div {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	margin-bottom: 10px;
}

.appel-contact-form > div.message {
	align-items: flex-start;
}

.appel-contact-form > div.message label {
	margin-top: 4px;
}

.appel-contact-form > div.message textarea {
	height: 100px;
}

.appel-contact-form > div label {
	width: clamp(90px, 33%, 250px);
	text-align: right;
	font-family: "Open Sans";
	font-size: 15px;
}

.appel-contact-form input[type=text], .appel-contact-form input[type=email], .appel-contact-form select, .appel-contact-form textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #D2D3D7;
  background: #FFF;
  font-size: 15px;
  padding: 12px;
}

.appel-contact-form #sujet {
  cursor: pointer;
}

.appel-contact-form input[type=text], .appel-contact-form input[type=email], .appel-contact-form textarea {
  cursor: auto;
}

.appel-contact-form input[type=text]:hover, .appel-contact-form input[type=email]:hover, .appel-contact-form select:hover, .appel-contact-form textarea:hover {
  border: 1px solid #000;
}

.appel-contact-form input + span, .appel-contact-form textarea + span {
	color: red;
	display: none;
	font-size: 10px;
	line-height: 12px;
	margin-left: 4px;
}

.appel-contact-form input.invalid, .appel-contact-form textarea.invalid {
	border-color: red !important;
}

.appel-contact-form input.invalid + span, .appel-contact-form textarea.invalid + span {
	display: block !important;
}

#sujet:hover, #name:hover, #email:hover, #telephone:hover, #message:hover {
  border: 1px solid #000;
}

.appel-contact-form > div.bouton_resd {
 justify-content: center;
}

.bouton_resd button {
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
  border-radius: 36px;
  border-bottom: 2px solid #427C29;
  background: #69AF4B;
  padding: 12px 24px;
  width: -moz-fit-content;
  width: fit-content;
}

.bouton_resd button:hover {
  border-bottom: 2px solid #427C29;
  background: #7BC55B;
  cursor: pointer;
}

.bouton_resd button {
  color: #fff;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.bouton_resd button:hover {
  background: #7BC55B;
}

.appel-contact-form #sujet {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath id='chevron-up2' d='M0.0957971 1.38994L0.918576 0.591515C0.947793 0.562523 0.982582 0.539506 1.02093 0.523798C1.05928 0.508089 1.10042 0.5 1.14197 0.5C1.18353 0.5 1.22467 0.508089 1.26302 0.523798C1.30136 0.539506 1.33615 0.562523 1.36537 0.591515L4.00126 3.1766L6.63614 0.591515C6.66536 0.562523 6.70015 0.539506 6.7385 0.523798C6.77684 0.508089 6.81798 0.5 6.85954 0.5C6.9011 0.5 6.94224 0.508089 6.98058 0.523798C7.01893 0.539506 7.05372 0.562523 7.08294 0.591515L7.90671 1.38994C7.96646 1.4488 8 1.52849 8 1.61156C8 1.69463 7.96646 1.77431 7.90671 1.83318L4.22465 5.44564C4.09999 5.56795 3.77786 5.44564 3.77786 5.44564L0.0957971 1.83807C0.0654616 1.80883 0.0413671 1.77396 0.024919 1.73549C0.00847101 1.69702 0 1.65572 0 1.614C0 1.57228 0.00847101 1.53098 0.024919 1.49251C0.0413671 1.45404 0.0654616 1.41917 0.0957971 1.38994Z' fill='%23A9A9A9'/%3E%3C/svg%3E");
  background-position: right 1.2em center;
  background-size: auto;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; 
  line-height: normal;
}

.appel-contact-form #sujet:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 6' fill='none'%3E%3Cpath id='chevron-up2' d='M0.0957971 4.61006L0.918576 5.40848C0.947793 5.43748 0.982582 5.46049 1.02093 5.4762C1.05928 5.49191 1.10042 5.5 1.14197 5.5C1.18353 5.5 1.22467 5.49191 1.26302 5.4762C1.30136 5.46049 1.33615 5.43748 1.36537 5.40848L4.00126 2.8234L6.63614 5.40848C6.66536 5.43748 6.70015 5.46049 6.7385 5.4762C6.77684 5.49191 6.81798 5.5 6.85954 5.5C6.9011 5.5 6.94224 5.49191 6.98058 5.4762C7.01893 5.46049 7.05372 5.43748 7.08294 5.40848L7.90671 4.61006C7.96646 4.5512 8 4.47151 8 4.38844C8 4.30537 7.96646 4.22569 7.90671 4.16682L4.22465 0.554358C4.09999 0.432051 3.77786 0.554358 3.77786 0.554358L0.0957971 4.16193C0.0654616 4.19116 0.0413671 4.22604 0.024919 4.26451C0.00847101 4.30298 0 4.34428 0 4.386C0 4.42771 0.00847101 4.46902 0.024919 4.50749C0.0413671 4.54596 0.0654616 4.58083 0.0957971 4.61006Z' fill='%237BC55B'/%3E%3C/svg%3E");
  background-size: auto;
}

/* Styles pour une largeur d'écran minimale de 768px */

@media screen and (max-width: 768px) {

	.info_contact {
		display: none !important;
	}

	.premier_bloc {
		width: auto !important;
	}
	
}

@media screen and (max-width: 390px) {

	#article-gauche .two-column {
		flex-direction: column;
	}
	
}