/*
// ===============================================
// ### HISTORIQUE DE VERSION #####################
// ===============================================
// 30/03/2026 : Ajustement ligne sous titre
// ===============================================
*/
.presentation {
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
	position: relative;
	max-width: 1446px;
	box-sizing: border-box;
	transition-property: padding-right,padding-left,padding-top;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	text-align: center;
	padding-top: 53px;
}
@media screen and (max-width: 580px) {
	.presentation {
	padding-top: 33px;
	}
}
@media screen and (max-width: 360px) {
	.presentation {
	padding-right: 20px;
	padding-left: 20px;
	}
}
.presentation header {
	display: inline-block;
	position: relative;
	padding-bottom: 30px;
	letter-spacing: 0.01em;
}
.presentation header h1 {
	font-size: 36px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	position: relative;
	transition-property: font-size;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}
@media screen and (max-width: 580px) {
	.presentation header h1 {
	font-size: 32px;
	}
}
.presentation header h2 {
	font-size: 22px;
	font-weight: 400;
	color: var(--theme-couleur-01);
	margin: 0px;
	padding: 0px;
	transition-property: font-size;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}
@media screen and (max-width: 580px) {
	.presentation header h2 {
	font-size: 18px;
	}
}
.presentation header div.ligne {
	background-color: #cbcbcb;
	display: block;
	height: 4px;
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 14px;
}
.presentation figure {
	display: block;
	float: none;
	position: relative;
}
.presentation figure:hover> figcaption div {
	opacity: 1;
}
.presentation figure img {
	display: block;
	width: 100%;
	position: relative;
	height: auto;
}
.presentation figure figcaption {
	display: block;
	float: none;
	width: 100%;
	position: absolute;
	bottom: 0px;
}
@media screen and (max-width: 580px) {
	.presentation figure figcaption {
	display: block;
	float: none;
	width: auto;
	position: relative;
	bottom: auto;
	}
}
.presentation figure figcaption div {
	background-color: rgba(255,255,255,0.8);
	display: inline-block;
	float: none;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	position: relative;
	width: 80%;
	max-width: 768px;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
}
@media screen and (max-width: 580px) {
	.presentation figure figcaption div {
	opacity: 1;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	}
}
.presentation figure figcaption div h6 {
	font-size: 15px;
	font-weight: 700;
	color: var(--theme-couleur-01);
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.01em;
}
@media screen and (max-width: 580px) {
	.presentation figure figcaption div h6 {
	font-size: 13px;
	font-weight: 700;
	}
}
.presentation figure figcaption div p {
	font-size: 13px;
	letter-spacing: 0.01em;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
}
@media screen and (max-width: 580px) {
	.presentation figure figcaption div p {
	font-size: 12px;
	}
}
.presentation-detail {
	text-align: left;
	display: block;
	float: none;
	position: relative;
	padding-bottom: 60px;
	transition-property: padding-bottom;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}
@media screen and (max-width: 580px) {
	.presentation-detail {
	padding-bottom: 40px;
	}
}
.presentation-detail h1{
	font-size: 30px;
	font-weight: 700;
	color: #000000;
}
@media screen and (max-width: 580px) {
	.presentation-detail h1{
	font-size: 28px;
	}
}
.presentation-detail h2{
	font-size: 25px;
	font-weight: 700;
	color: #000000;
}
@media screen and (max-width: 580px) {
	.presentation-detail h2{
	font-size: 23px;
	}
}
.presentation-detail h3{
	font-size: 21px;
	font-weight: 700;
	color: #000000;
}
@media screen and (max-width: 580px) {
	.presentation-detail h3{
	font-size: 19px;

	}
}
.presentation-detail h4{
	font-size: 19px;
	font-weight: 700;
}
@media screen and (max-width: 580px) {
	.presentation-detail h4{
	font-size: 17px;
	}
}
.presentation-detail h5 {
	font-size: 17px;
	font-weight: 700;
}
@media screen and (max-width: 580px) {
	.presentation-detail h5 {
	font-size: 15px;
	}
}
.presentation-detail h6 {
	font-size: 15px;
	font-weight: 700;
}
@media screen and (max-width: 580px) {
	.presentation-detail h6 {
	font-size: 13px;
	}
}
.presentation-detail li{
	font-size: 15px;
	letter-spacing: 0.01em;
}
@media screen and (max-width: 580px) {
	.presentation-detail li{
	font-size: 13px;
	}
}
.presentation-detail ul{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.presentation-detail p{
	font-size: 15px;
	letter-spacing: 0.01em;
}

@media screen and (max-width: 580px) {
	.presentation-detail p{
	font-size: 13px;
	}
}
.presentation-detail p a{
	color: #000;
	text-decoration: underline;
}
.presentation-detail p a:hover{
	font-size: 15px;
	letter-spacing: 0.01em;
	color: #dd0303;
	text-decoration: none;
}
.presentation-formulaire {
	display: block;
	float: none;
	position: relative;
	padding-top: 20px;
	padding-bottom: 40px;
}
.presentation-formulaire-titre {
	display: block;
	float: none;
	position: relative;
}
.presentation-formulaire-titre h3 {
	font-weight: 700;
}
.presentation-formulaire-titre div {
	display: block;
	float: none;
	position: relative;
}
.presentation-formulaire-cadre {
	display: block;
	float: none;
	position: relative;
	text-align: left;
}
.responsive-droit {
	display: inline-block;
	float: right;
	position: relative;
	transition-property: width;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}
@media screen and (max-width: 767px) {
	.responsive-droit {
	width: 50%;
	}
	.responsive-droit img{
	width: 100%;
	height: auto;
	}
}
@media screen and (max-width: 580px) {
	.responsive-droit {
	float: none;
	width: 100%;
	}
}
.responsive-gauche {
	display: inline-block;
	float: left;
	position: relative;
	transition-property: width;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}

@media screen and (max-width: 767px) {
	.responsive-gauche {
	width: 50%;
	}
	.responsive-gauche img{
	width: 100%;
	height: auto;
	}
}
@media screen and (max-width: 580px) {
	.responsive-gauche {
	float: none;
	width: 100%;
	}
}

.associer {
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	max-width: 1446px;
	box-sizing: border-box;
	transition-property: padding-right,padding-left;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	font-size: 0px;
	padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
	.associer {
	padding-right: 40px;
	padding-left:40px;
	}
}
@media screen and (max-width: 580px) {
	.associer {
	padding-bottom: 25px;
	}
}
@media screen and (max-width: 360px) {
	.associer {
	padding-right: 20px;
	padding-left: 20px;
	}
}
.associer header {
	display: block;
	float: none;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
	.associer header {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	}
}
.associer header h2{
	font-size: 19px;
	font-weight: 400;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.associer-titre-ligne {
	background-color: #cdcdcd;
	display: block;
	float: none;
	height: 4px;
	position: relative;
}
.associer-titre-ligne div {
	background-color: var(--theme-couleur-01);
	display: block;
	float: none;
	height: 4px;
	width: 40px;
	position: relative;
}
.associer article {
	vertical-align: top;
	display: inline-block;
	width: 33.33333333%;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	position: relative;
	box-sizing:border-box;
	transition-property: width;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}
@media screen and (max-width: 767px) {
	.associer article {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 30px;
	padding-bottom: 20px;
	}
	.associer article:first-of-type {
	border-top-width: 0px;
	}
}
.associer article figure {
	display: block;
	float: none;
	position: relative;
}
.associer article figure a {
	display: block;
	float: none;
	position: relative;
	transition-property: box-shadow;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
}
.associer article figure a:hover {
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
.associer article figure a img{
	display: block;
	float: none;
	height: auto;
	width: 100%;
	position: relative;
}
.associer article h3 {
	font-size: 18px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
@media screen and (max-width: 580px) {
	.associer article h3 {
	font-size: 17px;
	}
}
.associer article h3 a{
	color: #000;
	text-decoration: none;
	font-weight: 400;
}
.associer article h3 a:hover {
	color: var(--theme-couleur-01);
}
.associer-ligne {
	background-color: var(--theme-couleur-01);
	display: block;
	float: none;
	height: 3px;
	position: relative;
	width: 15%;
	margin-right: auto;
}
.associer article p{
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}
@media screen and (max-width: 580px) {
	.associer article p{
	font-size: 13px;
	}
}
.newsletter, .contact {
	text-align: left;
	display: block;
	float: none;
	padding-bottom: 40px;
	position: relative;
}