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


/***** top page *****/
.top_page 							{ position: relative; padding-top: 68px; margin-bottom: 80px;}
.top_page__logo                     { position: absolute; top: calc(var(--header-height) * -1); right: 5vw; transform: rotate(3deg) translateX(50%);}

@media (min-width:1340px) {
.top_page__logo                     { right: calc((100vw - 1200px) / 2);}
}

@media (max-width:1200px) {

}
@media (max-width:1000px) { 
.top_page                           { margin-bottom: 40px; }
}
@media (max-width:700px) { 
.top_page                           { padding-top: 30px; }
}




/***** breadcrumb *****/
.breadcrumb							{ line-height: 0; position: relative; padding-bottom: 40px;}
.breadcrumb li 						{ display: inline-block; font-size: 11px; line-height: 20px; margin-right: 30px; letter-spacing: 0.8px; position: relative;}
.breadcrumb li:after				{ width: 1px; height: 8px; position: absolute; right: -16px; top: 6px; background: var(--text-color); content: "";}
.breadcrumb li:last-child:after 	{ display: none;}

@media (min-width:1201px) {
.breadcrumb a:hover                 { text-decoration: underline;}
}

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



/***** page content *****/
.page 								{ position: relative; padding-bottom: 95px;}
.page .sous_titre                   { margin-bottom: 20px;}
.page .sous_titre:where(:not(:first-child))  { margin-top: 50px;}
.page .chapo:last-child             { margin-bottom: 0;}
.page p:where(:not(:last-child))	{ margin-bottom: 25px;}
.page .ul_list a, 
.page p a							{ text-decoration: underline; text-underline-offset: .25em;}

.page .ul_list						{ margin-block: 30px;}
.page .ul_list:first-child			{ margin-top: 0;}
.page .ul_list:last-child			{ margin-bottom: 0;}
.page .ul_list li					{ padding: 5px 0 5px 36px; position: relative;}
.page .ul_list li:before			{ position: absolute; left: 0; top: 11px; width: 20px; height: 20px; background:url(../images/check.svg) center / contain no-repeat; content: "";}
.page .ul_list li:not(:last-child)	{ margin-bottom: 5px;}

.page ~ .footer                     { margin-top: 0;}

@media (max-width:1200px) {
.page 								{ padding-bottom: 80px;}
.page .titre_main                   { font-size: 20px;}
.page .sous_titre                   { font-size: 20px; margin-bottom: 10px;}
.page .sous_titre:where(:not(:first-child))  { margin-top: 30px;}
}
@media (max-width:700px) {
.page p:where(:not(:last-child))	{ margin-bottom: 10px;}
.page .ul_list						{ margin-bottom: 10px;}
.page .ul_list li					{ padding-left: 18px;}
.page .ul_list li:before			{ top: 14px; width: 5px; height: 5px;}
}


/***** bloc texte *****/
.bloc_texte							{ margin: 100px auto; position: relative;}
.bloc_texte :last-child				{ margin-bottom: 0;}
.bloc_texte img,
.bloc_texte video					{ width: 100%; height: auto; display: block;}

@media (max-width:1200px) { 
.bloc_texte							{ margin-block: 70px;}
}
@media (max-width:1000px) { 
.bloc_texte							{ margin-block: 50px;}
}










/***** atouts *****/
.atouts                           	{ position: relative; display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 40px; padding-bottom: 20px;}
.atouts .item                     	{ position: relative;}
.atouts .row 						{ position: relative; padding: 45px; border-radius: 15px; background: #fff; border: 3px solid var(--main-color); transition: all 400ms ease-in-out;}
.atouts .row .sous_titre 			{ font-size: 20px; line-height: 30px;}
.atouts .row .sous_titre span		{ font-size: 30px; line-height: 30px; font-weight: 300; display: block; margin-bottom: 5px; color: var(--main-color);}
.atouts .row p              		{ margin: 10px 0 0 0;}


@media (min-width:1201px) {
.services .item .row:hover 				{ border-color: var(--main-color); background: #fff;}
}
@media (max-width:1600px) {

}
@media (max-width:1200px) {

}
@media (max-width:1000px) {

}
@media (max-width:700px) {

}







/***** show hide *****/
.faq .sous_titre 						{ display: grid; grid-template-columns: auto 1fr; grid-gap: 30px; align-items: center;}
.faq .show_hide                  		{ background: #fff;}
.faq .show_hide .titre                 	{ font-size: 16px; padding-left: 40px; background: #fff;}

@media (min-width: 1201px){

}
@media (max-width:1200px){

}
@media (max-width:700px){

}












