/***** top page *****/
.top_page 							{ position: relative; padding-top: 130px;}
.top_page .content:before 			{ width: 200vw; height: 100%; position: absolute; left: -50vw; top: 0; background: #f2f8f9; z-index: -1; content: "";}
.top_page .texte 					{ padding: 70px 0;}
.top_page .titre_main				{ margin-bottom: 10px;}
.top_page .sous_titre 				{ font-size: 16px; line-height: 26px; color: #42a2cf;}
.top_page .chapo 					{ margin: 20px 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							{ line-height: 0; position: relative; padding-bottom: 20px;}
.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: #42a2cf; content: "";}
.breadcrumb li:last-child:after 	{ display: none;}
.breadcrumb li a.active 			{ color: #42a2cf;}

@media (min-width:1201px) {
.breadcrumb a:hover                 { color: #42a2cf;}
}

@media (max-width:1000px) { 


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



/***** page content *****/
.page 								{ position: relative; padding-bottom: 20px;}
.page p								{ margin-bottom: 15px;}
.page .ul_list a, 
.page p a							{ border-bottom: 1px solid #ccc; padding-bottom: 2px;}
.page .ul_list						{ margin-bottom: 15px;}
.page .ul_list li					{ padding: 5px 0 5px 20px; position: relative;}
.page .ul_list li:before			{ position: absolute; left: 0; top: 16px; width: 7px; height: 7px; border-radius: 50%; background: #42a2cf; content: "";}

@media (min-width:1201px) {
.page .ul_list a:hover,
.page p a:hover						{ color: #4eb848; border-color: #4eb848;}
}
@media (max-width:1200px) {
.page 								{ padding-bottom: 20px;}
}
@media (max-width:700px) {
.page 								{ padding-bottom: 10px;}
.page p								{ 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: 80px 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: 60px auto;}
}
@media (max-width:1000px) { 
.bloc_texte							{ margin: 50px auto;}
}
@media (max-width:700px) { 
.bloc_texte							{ margin: 30px 0;}
}





.page .quote 						{ margin: 100px 0 60px 0; max-width: 600px; padding: 0 0 0 60px; background-position: 0 0;}
@media (max-width:1200px) { 
.page .quote 						{ margin: 80px 0 60px 0; }
}
@media (max-width:1000px) { 
.page .quote 						{ margin: 70px 0 60px 0; }
}
@media (max-width:700px) { 
.page .quote 						{ margin: 50px 0; }
}


.page .cta 							{ margin: 100px 0;}

@media (max-width:1200px) { 
.page .cta 							{ margin: 80px 0;}
}
@media (max-width:1000px) { 
.page .cta 							{ margin: 70px 0;}
}
@media (max-width:700px) { 
.page .cta 							{ margin: 50px 0;}
}





/***** 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 #8cc738; 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: #42a2cf;}
.atouts .row p              		{ margin: 10px 0 0 0;}


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

}
@media (max-width:1200px) {
.atouts                           	{ grid-template-columns: 1fr 1fr; grid-gap: 30px;}
.atouts .row 						{ padding: 35px; border-radius: 10px; border: 2px solid #8cc738; }
.atouts .row .sous_titre 			{ font-size: 18px; line-height: 28px;}
.atouts .row .sous_titre span		{ font-size: 28px; line-height: 38px; }
}
@media (max-width:1000px) {
.atouts                           	{ grid-template-columns: 1fr; grid-gap: 20px;}
.atouts .row 						{ padding: 35px 5vw; }
}
@media (max-width:700px) {
.atouts                           	{ grid-gap: 10px;}
.atouts .row 						{ padding: 35px 7.5vw; border-radius: 8px; }

}







/***** 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){
.faq .show_hide .titre                 	{ font-size: 14px; padding-left: 30px;}

}
@media (max-width: 700px){
.faq .show_hide .titre                 	{ font-size: 12px; padding-left: 7.5vw;}
}











