.banner 							{ width: 100%; height: 90vh; max-height: 1050px; background: #222221; position: relative; z-index: 10; padding: 160px 0 0 0;}
.banner::after 						{ width: 100%; height: 110px; position: absolute;left: 0; bottom: -100px; background: linear-gradient(to bottom, #2a8e47 0%,#2a8e47 10px,#ffffff 10px, #ffffff 100%); content: "";}
.banner .wrapper 					{ height: 100%; display: grid; align-items: center;}
.banner .img 						{ width: calc(50% + 118px); height: calc(100% + 100px);position: absolute; right: 0;top: 0; z-index: 5;}
.banner .img .photo					{ width: 100%; height: 100%; background: url("../images/banner.webp") 50% / cover no-repeat;}
.banner .content					{ position: relative;padding: 70px 0 90px 0; z-index: 10; }
.banner .titre_main 				{ font: 500 65px/80px "Frank Ruhl Libre";letter-spacing: 0.6px; margin: 0 0 20px; color: #fff;}
.banner .titre_main::after          { display: none; }
.banner ul li                       { padding-left: 40px; font: 400 14px/40px "Noto Sans";color:#ffffff;background: url(../images/check.svg) left top 8px no-repeat; }

@media (min-width:1201px) {
.wrapper_ban 						{ height: 100%; display: grid; align-items: center; width: 90vw; min-width: 1080px; max-width: 1200px; margin: 0 auto; position: relative; }
}

@media (max-width:1200px) {
.banner 							{ height: auto;padding: 100px 0 0 0;}
.banner .img 						{ width: 100%; margin: 0 auto; height: 50vw;min-height: 500px; position: relative; top: inherit; right: inherit;}
.banner .content					{ top: inherit; padding: 80px 0 65px;}
.banner .titre_main 				{ margin: 0 0 30px; font-size: 26px; line-height: 36px; }

.banner 							{ text-align: center;}
.banner .since                      { margin: 0 auto 10px; }
.banner .content                    { padding: 35px 7.5vw 0; }
.banner .titre_main 				{ font-size: 25px; line-height: 40px; }
.banner .img .photo					{ background-image: url("../images/banner.webp");}
.banner .img 						{ height: 600px;min-height: inherit;}
.banner .wrapper 					{ width: 100%;}
.banner .img::after 				{ width: 100%; height: 5px; position: absolute;left: 0; top: -5px; background: #2a8e47; content: "";}
.banner .titre_main br,.banner::after,
.banner ul                          { display: none; }
}
@media (max-width:600px) {
.banner 							{ padding: 130px 0 0; text-align: center;}
.banner .since                      { margin: 0 auto 10px; }
.banner .content                    { padding: 35px 7.5vw 0; }
.banner .titre_main 				{ font-size: 25px; line-height: 40px; }
.banner .img .photo					{ background-image: url("../images/banner_mobile.webp");}
.banner .img 						{ height: 320px;min-height: inherit;}
.banner .wrapper 					{ width: 100%;}
.banner .img::after 				{ width: 100%; height: 5px; position: absolute;left: 0; top: -5px; background: #2a8e47; content: "";}
.banner .titre_main br,.banner::after,
.banner ul                          { display: none; }
}
/***** intro *****/
.intro 								{ text-align: center; margin: 100px 0 100px;}
.intro .titre_main:after            { margin: 15px auto 0; }
.intro .chapo						{ font-size: 14px;line-height: 30px; padding: 0 125px; margin: 0 0 30px 0;}
.intro .chapo a                     { color: #2a8e47;border-bottom: 1px solid transparent; }
@media (min-width:1200px) {
.intro .chapo a:hover   		    { border-color: #2a8e47;}
.intro 								{ text-align: center; margin: 200px 0 100px;}
}
@media (max-width:1000px) {
.intro 								{ margin: 70px 0 70px; text-align: left;}
.intro .titre_main:after            { margin: 15px 0 0; }
.intro .chapo                       { padding: 0; }
}
@media (max-width:600px) {
.intro 								{ margin: 30px 0 40px; }
}
/***** Services *****/
.services                           { background: #f2f2f2;margin: 100px 0 0;padding: 100px 0 130px; }
.services .content                  { margin: 50px 0 0;display: grid;grid-template-columns: 1fr 1fr 1fr;grid-gap: 15px; }
.services .content .content_list    { display: grid;grid-gap: 15px; }
.services .content .item            { position: relative; background: linear-gradient(to top, #ffffff 0%, #ffffff 50%, #2a8e47 50%, #2a8e47 100%); background-size: 100% 200%; background-position: 0 100%;border-radius: 5px;display: grid;grid-template-columns: 80px 1fr;align-items: center;min-height: 80px;padding-right: 30px;transition: all 400ms ease-in-out; }
.services .content .item img        { margin: auto;transition: all 400ms ease-in-out; }
.services .content .item .titre     { font: 400 14px/24px "Noto Sans"; color: #2a8e47;letter-spacing: 0.4px;margin: 0; max-width: 235px;transition: all 400ms ease-in-out; }
.services .content .item .titre a   { color: #2a8e47;border-bottom: 1px solid transparent; }
.services .content .link_item       { position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%; }
.services .content .last_link       { text-align: center;height: 100%;line-height: 80px;padding: 0 20px;border-radius: 5px;  }
@media (min-width:1200px) {
.services .content .item .titre:hover { border-color: #2a8e47; }
.services .content .item:hover .titre { color: #ffffff;}
.services .content .item:hover        { background-position: 0 0;}
.services .content .item:hover img    { filter: brightness(10); }
}
@media (max-width:1000px) {
.services                           { margin: 70px 0 0;padding: 70px 0 80px; }
.services .content_list:last-child  { grid-area: 2 span / 2 span;grid-template-columns: 1fr 1fr;  }
.services .content                  { grid-template-columns: 1fr 1fr; }
}
@media (max-width:600px) {
.services                           { margin: 40px 0 0;padding: 40px 0 60px; }
.services .content                  { margin: 10px 0 0;grid-template-columns: 1fr;grid-gap: 10px; }
.services .content .content_list    { grid-gap: 10px; }
.services .content .item .titre     { font-size: 13px;line-height: 23px; }
.services .content_list:last-child  { grid-template-columns: 1fr;grid-area: inherit; }
.services .content .last_link ,
.services .texte p                  { display: none; }
}
/***** about *****/
.about 							{ margin:0; background: #f2f2f2;position: relative;padding-bottom: 100px; }
.about .bg						{ position: relative; text-align: center; color: #fff; height: 560px; background: url(../images/bg_about.jpg) no-repeat center top #222d59; background-size: cover;z-index: 0; }
.about .bg::after			    { width: 100%; height: 10px; position: absolute;left: 0; bottom: 0; background: #2a8e47; content: "";z-index: 2;}
.about .photo                   { position: relative;margin: -200px 0 45px; }
.about .photo img               { width: 100%;height: 100%;object-fit: cover;border-radius: 50%;border: 5px solid #ffffff; max-width: 255px; }
.about .content					{ background:url(../images/fond_about.svg) bottom right no-repeat #ffffff; padding: 70px 115px 100px; text-align: center; margin-top: -270px;z-index: 5; }
.about .content .link           { margin-top:30px; }
.about .titre_main::after       { margin: 15px auto 0;  }
.about .link_arrow				{ margin-top: 5px; background-position: 50%; }
@media (min-width:1201px) {
.about .link_arrow:hover		{ background-position: 55% 50%; }
}
@media (max-width:1000px) {
.about 							{ margin:0;padding-bottom: 70px; }
.about .content                 { background: #ffffff;padding: 70px 40px 80px; }
.about .grid					{ grid-template-columns: 1fr; grid-gap: 0; padding: 60px 40px 35px; }
.about .grid .item:not(:last-child){ padding-bottom: 25px; margin-bottom: 50px; border-bottom: 1px solid #d9d9d9; }
.about .grid .icone				{ height: initial; }
}
@media (max-width:600px) {
.about 							{ margin:0; background-color: #222221;padding-bottom: 50px; }
.about .titre_main::after       { margin-top: 20px; }
.about .bg						{ display: none; }
.about .content					{ margin:0; padding: 50px 0 0;background: none; }
.about .photo img               { max-width: 200px; }
.about .content .titre_main,
.about .content p               { color: #ffffff; }
.about .link_arrow				{ background-position: 0 50%; }
.about .photo                   { margin: 0 0 15px; }
.about .content .link           { width: 100%;margin-top: 20px;}
}
/***** table plus *****/
.table_plus .titre                  { margin-bottom: 45px; }
.table_plus 						{ position: relative;} 
.table_plus>.sized					{ margin-bottom: 30px;} 
.table_plus .item 					{ margin-bottom: 10px;}
.table_plus .hide 					{ padding: 45px 40px 35px; display: none;}
.table_plus .hide ul 				{ padding-left: 20px;}
.titre_plus 						{ font: 400 14px/30px "Noto Sans"; position: relative; letter-spacing: 0.2px; color: #222221; cursor: pointer; padding: 15px 80px 15px 30px; background: #ffffff; border-radius: 5px;}
.titre_plus:before					{ width: 30px; height: 30px; background: url("../images/plus.svg") 50% no-repeat #2a8e47; border-radius: 50%; position: absolute; right: 30px; top: 16px;transition: all 400ms ease-in-out; content: "";}
.titre_plus.active:before 			{ transform: rotate(45deg);}
.table_plus .link                   { margin-top: 30px; }
@media (max-width:1000px) {
.table_plus .hide 					{ padding: 40px 0;}
}
@media (max-width:600px) {
.table_plus .titre                  { margin-bottom: 20px; }
.table_plus .sized					{ margin-bottom: 20px;} 
.table_plus .hide 					{ padding: 20px 30px 15px;}
.titre_plus 						{ font-size: 14px; line-height: 22px; padding: 20px 75px 20px 30px;}
.titre_plus:before					{ margin-top: -12px;top: 16px;margin-top: 0;}
.table_plus .link                   { width: 100%;text-align: center;margin-top: 20px; }
}
/***** faq / Document *****/
.faq                                { background: #f2f2f2;padding-bottom: 120px; }
.document                           { margin-bottom: 0; }
@media (max-width:1000px) {
.faq                                { padding-bottom: 80px; }
}
@media (max-width:600px) {
.faq                                { padding: 40px 0 60px; }
}

