/***** class *****/
.anchor         { top: -120px; position: relative;}

/***** top page *****/
.top_page 							{ position: relative; padding-top: 130px;}
.top_page .content 					{ padding: clamp(20px, 8vw, 40px) 0;}
.top_page .titre_main				{ margin-bottom: 10px;}
.top_page .sous_titre 				{ font-size: 22px; line-height: 30px;}
.top_page .chapo 					{ margin: 20px 0 0 0;}
.top_page .chapo span				{ margin: 15px 0 0 0; display: block;}
.top_page p 						{ margin: 15px 0 0 0;}

@media (max-width:1200px) {
.top_page .texte 					{ padding: 60px 0;}
}
@media (max-width:1000px) { 
.top_page .texte 					{ padding: 50px 0;}
}
@media (max-width:700px) { 
.top_page 							{ padding-top: 70px;}
.top_page .texte 					{ padding: 40px 0;}
}


.top_page .texte_img 					{ padding-right: 420px; position: relative;}
.top_page .texte_img .img				{ position: absolute; right: -20px; top: 70px;}
@media (max-width:1200px) { 
}
@media (max-width:1000px) { 
.top_page .texte_img 					{ padding-right: 360px;}
.top_page .texte_img .img				{ max-width: 320px;}
}
@media (max-width:700px) { 
.top_page .texte_img 					{ padding-right: 0;}
.top_page .texte_img .img				{ position: relative; right: 0; top: 0;}
}



/***** breadcrumb *****/
.breadcrumb							{ margin:40px 0; line-height: 0; position: relative;}
.breadcrumb li 						{ display: inline-block; font-size: 12px; line-height: 20px; margin-right: 30px; letter-spacing: 0.6px; position: relative;}
.breadcrumb li:after				{ width: 1px; height: 10px; position: absolute; right: -16px; top: 6px; background: var(--mainColor1); content: "";}
.breadcrumb li:last-child:after 	{ display: none;}
.breadcrumb li a.active 			{ color: var(--mainColor1);}
.breadcrumb li:last-child a 		{ color: var(--mainColor1);}

@media (min-width:1201px) {
.breadcrumb a:hover                 { color: var(--mainColor2);}
								
}

@media (max-width:1200px) { 
.breadcrumb							{ margin:0 0 40px 0;}
.bloc_txt_img .container .img:before{ display:none;}

}
@media (max-width:700px) { 
.breadcrumb							{ display: none;}
}



/***** text : simple *****/
.txt_simple 											{ position: relative; text-align: center; margin: var(--marginTB); width: 90vw;}
.txt_simple.align_left									{ text-align: left;}
.txt_simple svg											{ width: 60px; height: auto; display: block; margin: 0 auto 15px auto;}
.txt_simple p               							{ margin-bottom: 15px;}
.txt_simple .link										{ margin-top: 10px;}
.txt_simple .multi_links								{ display: grid; grid-template-columns: 1fr 1fr; max-width: 300px; grid-gap: 10px; margin: 25px 0 0 0;}
.txt_simple .multi_links .link							{ margin: 0; text-align: center; padding: 0;}

.txt_simple.hide p a:hover                              { color: var(--mainColor1);}

/* custom highlight */
.txt_simple .txt_highlight    							{ padding-bottom: 15px;}
.txt_simple .txt_highlight svg  						{ bottom: 0; left: 0; right: 0; margin: 0 auto;}
.txt_simple .txt_highlight svg path						{ fill: var(--mainColor1);}



/***** bloc txt img *****/
.bloc_txt_img .img:before									{ position: absolute; right: 65%; top: -15%; bottom: -15%; background: var(--bgColorLight); border-radius: 0; visibility:visible; content: ""; width: 100%; }
.bloc_txt_img.reverse .img:before							{ content: none; }























