
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: "Poppins", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #656565;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #7AB730;
  text-decoration: none;
  background-color: transparent;
	transition: all 0.2s ease-in-out
}

a:hover {
  color: #527a20;
  text-decoration: none;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

.family_poppins{
	font-family: "Poppins", sans-serif;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #212121;
}

h1, .h1 {
  font-size: 2.5rem;
}

@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.375rem + 1.5vw) ;
  }
}

h2, .h2 {
  font-size: 2rem;
}

@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.325rem + 0.9vw) ;
  }
}

h3, .h3 {
  font-size: 1.75rem;
}

@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

h4, .h4 {
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
/*==============================================
================================================
===============================================*/

.container75{
	min-width:75vw;
}
.container65 {
    min-width: 65vw;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 11;
	cursor:pointer;
	width: 40px;
  height: 40px;
	background: #4faf46;
  box-shadow: 0px 0px 26.46px 0.54px rgb(0 0 0 / 14%);
}
.back-to-top i{
	color:#fff;
}
.back-to-top.show{
	display:flex;
	align-items:center;
	justify-content:center;
}
.back-to-top:hover{
	background: #010716;
	transition: all 0.2s ease-in-out
}
.color-princip{
	color:#59b34f;
}
.bg-princip{
	background-color:#59b34f;
}
.w-50{
	width:50%;
}
label.error{
	color:red;
	font-size:13px;
}
.overflow-hidden{
	overflow:hidden;
}
.h-70{
	height:70%;
}

/*==== Menu ====*/

header .main_header{
	position:relative;
}
header.sticky-navbar .main_header{
	position:fixed;
	width:100%;
	top:0;
	z-index:99;
}
.top_header .logo img{
	height: 85px;
  width: auto;
}
.inside_top_header .top-links{
	margin-left: 50px;
}
.inside_top_header .top-links .pages-icon a{
	color:#000000;
}
.inside_top_header .top-links .pages-icon span,
.inside_top_header .top-links .call-us span:last-child{
	margin-left:10px;
}
.inside_top_header .top-links .call-us span:last-child a{
	font-family: "Poppins", sans-serif;
	color:#010716;
	font-weight: 600;
}
.inside_top_header .top-links .pages-icon,
.inside_top_header .top-links .call-us{
	/* padding: 15px 10px; */
	margin: 15px;
	transform:scale(1);
	transition: all 0.2s ease-in-out
}
.inside_top_header .top-links .pages-icon:hover,
.inside_top_header .top-links .call-us:hover{
	transform:scale(1.1);
}
.inside_top_header .top-links .pages-icon:hover span a,
.inside_top_header .top-links .call-us:hover span:last-child a{
	color: #10dd01;
}
.inside_top_header .top-links .pages-icon div{
	  height: 40px;
    width: 40px;
    border-radius: 100%;
    background-color: #e3f2e1;
}
.inside_main_header{
	background-color:#010716;
	position:relative;
}
.inside_main_header:after, .inside_main_header:before{
	content:'';
	position:absolute;
	height:100%;
}
.inside_main_header:after{
	width:66%;
	left:0;
	top:0;
	background-color: #59b34f;
	z-index:1;
	clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
}
.main_header .inside_main_header .navbar-nav .nav-link{
	font-family: "Poppins", sans-serif;
  color: #fff;
	    padding-right: 1.2rem;
    padding-left: 1.2rem;
}
.main_header .inside_main_header .navbar{
	z-index:2;
}
.main_header .inside_main_header .navbar-nav .nav-link i{
	font-size: 20px;
}
.main_header .inside_main_header .navbar-nav .nav-item.active .nav-link{
	color: #010716;
}
.main_header .inside_main_header .navbar-nav .nav-link.icon-home{
	margin-top: -5px;
}
.main_header .inside_main_header .navbar-nav .nav-link:hover{
	color: #010716;
}
.main_header .inside_main_header .contact-us a{
	  padding: 10px 60px 10px 165px;
    background-color: #0c6303;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 14px;
    margin-left: -115px;
    clip-path: polygon(0 0, 85% 0%, 100% 100%, 15% 100%);
}
.main_header .inside_main_header .contact-us a:hover{
	margin-left: -65px;
	transition: all 0.2s ease-in-out
}
.main_header .inside_main_header .social-media ul li{
	border: 2px solid #fff;
	border-radius:100%;
	    width: 30px;
    height: 30px;
		margin-right:8px;
		display:flex;
		align-items: center;
		justify-content:center;
}
.main_header .inside_main_header .social-media ul li a i{
	color:#fff;
}
.main_header .inside_main_header .social-media ul li a:hover i{
	color:#4faf46;
}
.inside_top_header .top-links .pages-icon.active img{
	filter: brightness(0) invert(1);
}
.inside_top_header .top-links .pages-icon.active div{
	background-color:#59b34f;
}

/*==== Footer ====*/

footer{
	background: url(../images/bg-footer.jpg), no-repeat center center;
	background-size:cover;
	position:relative;
}
footer .logo-footer{
	
}
footer .footer_top{
	  padding-top: 90px;
    padding-bottom: 50px;
}
footer:before{
	content:'';
	position:absolute;
	height:100%;
	width:100%;
	left:0;
	top:0;
	background-color: rgba(45,50,49,0.9);
}
footer .footer-title{
	font-family: 'Poiret One', cursive;
	color:#11df00;
	margin-bottom: 1rem;
}
footer .footer-widget ul li a{
	color:#fff;
}
footer .footer-widget ul li a:hover{
	color: #11df00;
}
footer .footer-widget .icone{
	    width: 30px;
    height: 30px;
		background-size: contain !important;
		margin-right: 15px;
}
footer .footer-widget .icone.icone-phone{
	background: url(../images/icone/tel.png), no-repeat center center;
}
footer .footer-widget .icone.icone-mail{
	background: url(../images/icone/mail.png), no-repeat center center;
}
footer .footer-widget .icone.icone-map{
	background: url(../images/icone/map.png), no-repeat center center;
}
footer .footer-widget.contact-widget{
	    margin-top: 1rem;
}
footer .footer-widget.contact-widget p{
	margin-bottom: 1.5rem;
}
footer .social-media ul li{
	border: 2px solid #fff;
	border-radius:100%;
	    width: 35px;
    height: 35px;
		margin-right:8px;
		display:flex;
		align-items: center;
		justify-content:center;
		transition: all 0.2s ease-in-out
}
footer .social-media ul li a i{
	color:#fff;
	    font-size: 18px;
			padding-top: 3px;
}
footer .social-media ul li:hover{
	border-color:#11df00;
}
footer .social-media ul li:hover a i{
	color:#11df00;
}

/*==== Diapo ====*/

.section-carousel .carousel-caption{
	left: 50%;
    right: auto;
    top: 50%;
		    bottom: auto;
    transform: translate(-50%, -50%);
	
}
.section-carousel .carousel-caption .h1{
	font-family: 'Poiret One', cursive;
	color:#11df00;
	background-color: rgba(45,50,49,0.67);
	font-size: 55px;
    padding: 25px 20px;
}
.section-carousel .carousel-item img{
	width: 100%;
}
/* .section-carousel .carousel-vid{
	height: 700px;
}
.section-carousel .carousel-vid iframe{
	width:100%;
	height:100%;
} */

.carousel-vid{
  width: 100vw;
  height: 85vh;
	position:relative;
}
.carousel-vid iframe{
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
	height: calc(95vw/1.77);
  transform: translate(-50%, -10%);
	pointer-events: none;
}



/*==== Section info ====*/


.section_info{
	background: url(../images/bg-info.png), #292e2d;
	    padding: 60px 20px;
    margin-left: 15%;
    background-repeat: no-repeat;
    background-position: right 10%;
    background-size: 22%;
}
.section_info .h2{
	font-family: 'Poiret One', cursive;
	font-size: 3.2rem;	
	margin-bottom: 1.3rem;
}
.section_info .h3{
	font-size: 1.5rem;
	font-weight: 300;
}

/*==== Section prestations ====*/

.section_title{
	margin-bottom: 1.3rem;
}
.section_title .h3{
	font-family: 'Poiret One', cursive;
	font-size: 3.2rem;
	display: inline-block;
  position: relative;
  padding: 0 10px;
}
.section_prestations{
	padding: 60px 0 0 0;
		background: url(../images/bg-prestations.png);
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.section_title .h3:before, .section_title .h3:after{
	content:'';
	position:absolute;
	width:80%;
	height:1px;
	background-color:#11df00;
	top:50%;
}
.section_title .h3:before{
	left: -80%;
}
.section_title .h3:after{
	right: -80%;
}
.realisations_filter{
	padding:30px 0;

}
.realisations_filter .filters-button-group {
		display: flex;
    justify-content: center;
    align-items: start;
}
.realisations_filter .filters-button-group .filters-btn{
	  display: flex;
    flex-direction: column;
    align-items: center;
    border: none;
    background: none;
		flex: 0 0 20%;
    max-width: 20%;
}
.realisations_filter .filters-button-group .filters-btn .image{
	  height: 105px;
    width: 105px;
    border-radius: 100%;
		border: 2px solid #4faf46;
    background-color: #fff;
		display: flex;
    justify-content: center;
    align-items: center;
		    transform: scale(1);
				transition: all 0.2s ease-in-out
}
.realisations_filter .filters-button-group .filters-btn.is-selected .image{
	background-color: #4faf46;
	box-shadow: -2px 3px 11.76px 0.24px rgba(0, 0, 0, 0.36); 
}
.realisations_filter .filters-button-group .filters-btn.is-selected .image img{
	filter: brightness(0) invert(1);
}
.realisations_filter .filters-button-group .filters-btn .image img{
	  height: 60px;
    width: auto;
}
.realisations_filter .filters-button-group .filters-btn .name{
	color:#4f5756;
	margin-top: 20px;
}
.realisations_filter .filters-button-group .filters-btn:focus,
.realisations_filter .filters-button-group .filters-btn:visited{
	outline:none;
}
.filters-grid .element-item{
	float: left;
    max-width: 100%;
    border: 3px solid transparent;
    display: block;
		width: 20%;
		height:300px;
		overflow: hidden;
}
.filters-grid .element-item .filters-content > img{
	height: 100%;
	width:100%;
	object-fit: cover;
}
.filters-grid .element-item:first-child,
.filters-grid .element-item:nth-child(5n+1){
	/* width: 40%; */
}
.filters-grid .element-item:nth-child(3),
.filters-grid .element-item:nth-child(8n+8){
	/* height: 100%; */
}
.filters-grid .element-item:nth-child(4),
.filters-grid .element-item:last-child{
	/* 	border-right:none; */
}
.filters-grid .element-item:last-child{
	    /* margin-left: 20%;
			right:0 !important;
			left: auto !important;
			top:300px !important */
}
.filters-grid .element-item .filters-content{
	height:100%;
	position:relative;
}
.filters-grid .element-item .filters-content:before{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(17,223,0,0.5);
	top:0;
	left:0;
	opacity:0;
	visibility:hidden;
	z-index: 1;
	transition: all 0.2s ease-in-out
}
.filters-grid .element-item .filters-content .filters-text{
	  position: absolute;
    top: 50%;
    left: 50%;
		transform: translate(-50%, 100%);
    width: 60%;
    text-align: center;
		opacity:0;
		visibility:hidden;
		transition: all 0.2s ease-in-out
}
.filters-grid .element-item.selected:hover .filters-content:before{
	opacity:1;
	visibility:visible;
}

.filters-grid .element-item.selected:hover .filters-content .filters-text{
	transform: translate(-50%, -50%);
	opacity:1;
	visibility:visible;
	z-index:2;
}
.filters-grid .element-item .filters-content .filters-text .name{
	font-size: 20px;
	color:#fff;
}
.filters-grid .element-item .filters-content .filters-text img{
	filter: brightness(0) invert(1);
	height:70px;
	width:auto;
}
.realisations_filter .filters-button-group .filters-btn .image:hover{
	    transform: scale(1.1);
}
.filter-disabled{
	  position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(237 237 237 / 80%);
    z-index: 5;
		opacity:0;
		visibility:hidden;
		transition: all 0.2s ease-in-out
}
.filter-disabled.active{
	opacity:1;
	visibility:visible;
}
.gallery_service .grid-item.element-item{
	padding:0;
}

/*==== Section actualités ====*/

.section_actualites{
	padding:60px 0;
}
.section_actualites .blog-element{
	box-shadow: 0px 0px 26.46px 0.54px rgba(0, 0, 0, 0.14); 
	margin-bottom:20px;
	transition: all 0.2s ease-in-out
}
.section_actualites .blog-element .blog-image{
	height:250px;
	width:100%;
	overflow:hidden;
	
}
.section_actualites .blog-element .blog-image img{
	width:100%;
	height:100%;
	object-fit:cover;
	transform: scale(1);
	transition: all 0.2s ease-in-out
}
.section_actualites .blog-element .blog-top .h4{
	
	font-weight:600;
	margin-left:50px;
	    font-size: 1.3rem;
			transition: all 0.4s ease-in-out
}
.section_actualites .blog-element .blog-top .h4 a{
	color:#4f5756;
}
.section_actualites .blog-element .blog-top{
	position: relative;
}
.section_actualites .blog-element .blog-top:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:50px;
	background: #4faf46;
	transition: all 0.4s ease-in-out
}
.section_actualites .blog-element .blog-content{
	padding:20px;
	height: 165px;
}
.section_actualites .blog-element .blog-content .blog-meta{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.section_actualites .blog-element .blog-content .blog-meta i{
	color:#000000;
}
.section_actualites .blog-element .blog-content .blog-meta a{
	width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
		background: #ededed;
}
.section_actualites .blog-element .blog-content .blog-meta a i{
	font-size: 25px;
	transition: all 0.2s ease-in-out
}
.section_actualites .blog-element:hover .blog-image img{
	transform: scale(1.1);
}
.section_actualites .blog-element:hover .blog-top .h4 a{
	color:#4faf46;
}
.section_actualites .blog-element:hover .blog-content .blog-meta a{
	background:#4faf46;
}
.section_actualites .blog-element:hover .blog-content .blog-meta a i{
	color:#fff;
}
.section_actualites .blog-element:hover .blog-top:before{
	width:10px;
}
.section_actualites .blog-element:hover .blog-top .h4{
	margin-left: 10px;
}

/*==== Page detail actualité ====*/

.right-sidebar .sidebar .post{
	display: flex;
    align-items: flex-start;
		margin-bottom: 10px;
}
.right-sidebar .sidebar .post-thumb{
	height: 100px;
    width: 100px;
		overflow:hidden;
		flex: 0 0 30%;
    max-width: 30%;
}
.right-sidebar .sidebar .post-thumb img{
	    width: 100%;
    height: 100%;
    object-fit: cover;
}
.right-sidebar .sidebar .figure-content{
	margin-left:10px;
}
.right-sidebar .sidebar .title{
	font-size: 12px;
}
.right-sidebar .sidebar .post-price{
	font-size: 15px;
}
.title_with_bord{
	position:relative;
	box-shadow: 0px 0px 26.46px 0.54px rgb(0 0 0 / 14%);
    margin-bottom: 35px;
}
.title_with_bord:before{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30px;
    background: #4faf46;
}
.title_with_bord .h3{
	margin-left: 32px;
	padding:10px;
}

/*==== Page contact ====*/

.page-header{
	height: 500px;
	background-color: #c9e2c6;
}
.section_contact .contact_icons .contact_icons_item img{
	height:50px;
	width:50px;
}
.section_contact .contact_icons .contact_icons_item{
	height:100%;
}
.section_contact .contact_icons .contact_icons_item.borders{
	border-left: 1px solid #11df00;
	border-right: 1px solid #11df00;
}
.section_contact .contact-form .form-group{
	margin-bottom: 8px;
}
.section_contact .contact-form .form-control{
	padding: 10px 20px;
	background:#c9e2c6;
	border-radius: 0.1rem;
}
.section_contact .contact-form .form-control:focus{
	box-shadow:none;
	border:1px solid #59b34f;
}
.btn-contact{
	background:#59b34f;
	color:#fff;
	border:1px solid #59b34f;
	border-radius:0;
	    padding: 10px 30px;
    font-weight: 500;
    letter-spacing: 2px;
	transition: all 0.2s ease-in-out
}
.btn-contact:hover, .btn-contact:focus, .btn-contact:visited{
	background:#010716;
	border:1px solid #010716;
	box-shadow:none;
}
.section_contact .social-media li a i{
	border: 2px solid #59b34f;
	color:#59b34f;
	font-size:30px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
		margin:0 5px;
		transition: all 0.2s ease-in-out
}
.section_contact .social-media li a i:hover{
	color:#010716;
	border-color:#010716;
}
.c_spinner i{
	color:#59b34f;
	font-size: 20px;
	animation-name: spinner;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}
@keyframes spinner  
{
	 from {
        transform:rotate(0deg);
   }
   to {
        transform:rotate(360deg);
   }
}


/*==== Page société ====*/

.separat_menu{
	width: 55%;
    height: 18px;
    left: 0;
    bottom: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 4% 100%);
    background: rgba(1,7,22,0.47);
		margin-left: auto;
}
.image-style-1{
	position:relative;
	height: 100%;
}
.image-style-1:after{
	content:'';
	position:absolute;
	width:100%;
	height:75px;
	left:0;
	bottom:0;
	clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
	background: rgba(89,179,79,0.47);
}
.image-style-1 img{
	height: 100%;
    width: 100%;
    object-fit: cover;
}
.liste-style-1 p{
	color:#4faf46;
	margin-top: 5px;
  font-weight: 600;
}
.liste-style-1 .icon img{
	height:50px;
}
.liste-style-1 .icon{
	height: 90px;
    width: 90px;
    border-radius: 100%;
    border: 3px solid #4faf46;
		margin-right: auto;
    margin-left: auto;
}
.liste-style-2{
	columns:3;
}
.liste-style-2 li{
	position:relative;
	    margin-bottom: 10px;
    padding-left: 30px;
}
.liste-style-2 li:before{
	content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    width: 20px;
    height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #50af46;
    color: #fff;
    margin-right: 15px;
    border-radius: 50%;
    font-size: 10px;
		position: absolute;
    left: 0;
		top: 1px;
}
.zone-vid{
	height: 550px;
  overflow: hidden;
	position:relative;
	z-index:3;
}
.zone-vid img.img_cover{
	width: 100%;
	height: 100%;
  object-fit: cover;
}
.zone-vid img.img_icon{
	
}
.zone-vid .vid-desc{
		position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: #292e2d;
		display: flex;
}
.zone-vid .vid-desc .button-play{
		transition: all 0.2s ease-in-out;
}
.zone-vid .vid-desc:hover .button-play{
		transform:scale(1.1);
}
.zone-vid-section{
	  position: absolute;
    right: 10%;
    z-index: 3;
    bottom: 0;
    width: 30%;
}
.section_conteur{
	    margin-top: -140px;
		position:relative;
}
.section_conteur:before{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	background: #59b34f;
	left:-50%;
	top:0;
}
.counter-box .counter-icon{
		position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 3px solid #fff;
    border-radius: 100%;
		background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
		box-shadow: inset 0px 10px 13px 0px rgb(0 0 0 / 27%);
		transition: all 0.2s ease-in-out;
}
.counter-box .h3{
	color: #59b34f;
}
.counter-box .counter-icon:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	height:100%;
	width:100%;
	border-radius:100%;
	/* background:#e3f2e1; */
}

.counter-box .counter-icon i{
	  font-size: 22px;
    padding: 10px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    left: -12px;
    top: -18px;
    color: #59b34f;
		    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
		transition: all 0.2s ease-in-out;
}
.counter-box:hover .counter-icon i{
	background: #0c6303;
	color:#fff;
}
.counter-box:hover .counter-icon{
	border-color:#0c6303;
}

.section_info.section_info-2{
	    z-index: 2;
    position: relative;
		margin-left: 13%;
}
.p_green{
	position:relative;
	background-color: #e6f4e5;
	margin: 30px 0;
    padding: 20px;
}
.p_green:before, .p_green:after{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	background: #e6f4e5;
	top:0;
	z-index: -1;
}
.p_green:before{
	left: -100%;
}
.p_green:after{
	right: -50%;
}

/* ============ Usinage =============== */

.liste-style-3 li{
	position:relative;
	    margin-bottom: 10px;
    padding-left: 25px;
}
.liste-style-3 li:before{
	content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    width: 16px;
    height: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #50af46;
    color: #fff;
    margin-right: 15px;
    border-radius: 50%;
    font-size: 8px;
		position: absolute;
    left: 0;
		top: 4px;
}
.div_list{
	position:relative;
	background-color: #e6f4e5;
}
.div_list:before, .div_list:after{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	background: #e6f4e5;
	top:0;
	z-index: -1;
}
.div_list:before{
	left: -100%;
}
.div_list:after{
	right: -50%;
}
.img_droit{
	    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
}
.liste-style-3.column_2{
	columns:2;
}
.section_usinage-1{
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.section_usinage-1:before{
	content:'';
	position:absolute;
	height:100%;
	width:100%;
	left:0;
	top:0;
	background-color: rgba(79,175,70,0.7);
}
.gallery_service .grid-sizer,
.gallery_service .grid-item {
  width: 20%;
	overflow:hidden;
}
.gallery_service .grid-item {
	height: 300px;
  float: left;
	padding: 3px;
	overflow:hidden;
	transition: all 0.2s ease-in-out;
}
.gallery_service .grid-item img{
	width:100%;
	height:100%;
	object-fit:cover;
	transform:scale(1);
	transition: all 0.2s ease-in-out;
}
.gallery_service .grid-item:hover img{
	transform:scale(1.05);
}
.gallery_service .grid-item--width2 { width:  40%; }
.gallery_service .grid-item--width3 { width:  60%; }
.gallery_service .grid-item--height2 { height: 600px; }

/* =========== Page carrière ============= */

.btn-pricip{
	background: #59b34f;
    color: #fff;
    border: 1px solid #59b34f;
    border-radius: 0;
    padding: 10px 30px;
    font-weight: 500;
    letter-spacing: 2px;
    transition: all 0.2s ease-in-out;
}
.btn-pricip:hover{
	color:#fff;
	background: #010716;
    border: 1px solid #010716;
    box-shadow: none;
}
.postes .card-header a{
	
	font-weight:500;
	    display: block;
			font-size: 20px;
			padding: 25px 45px;
			background:#59b34f;
			color:#fff
}
.postes .card{
	border-radius:0;
	border-color:#dfdfdf;
	border-bottom: none;
}
.postes .card:last-child{
	border: 1px solid #dfdfdf;
}
.postes .card-header{
	padding: 0;
}
.postes .card-header a.collapsed{
	color:#59b34f;	
	background: rgba(0,0,0,.03);
}
.postes .post-content{
	background: rgb(235, 254, 233);
}
.postes .post-content .zone{
	padding: 20px 25px;
	border-top: 1px solid #dfdfdf;
}
.postes .post-content .zone:first-child{
	border:none;
}
.postes .post-content .zone p:last-child{
	margin-bottom:0;
}
.postule-button{
	  margin-top: 25px;
    margin-bottom: 25px;
    text-align: right;
}

/* =========== Page candidature ============= */

.download_file label{
	    display: flex;
    align-items: center;
}
.download_file label i{
	font-size: 45px;
    margin-right: 20px;
    cursor: pointer;
}
.download_file .input-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 14px 0;
    opacity: 0;
    cursor: pointer;
    height: 100%;
}
.download_file .file-return {
    font-style: italic;
    font-size: .9em;
    font-weight: bold;
}

.postule-form .form-group{
	margin-bottom: 8px;
}
.postule-form .form-control{
	padding: 10px 20px;
	background:#c9e2c6;
	border-radius: 0.1rem;
}
.postule-form .form-control:focus{
	box-shadow:none;
	border:1px solid #59b34f;
}
.postule-form .download_file{
	margin-top: 20px;
    margin-bottom: 20px;
}
/* .file-remove i{
	display:none;
} */

/* =========== Page avis ============= */

.avis-form{
	display:none;
}
.avis-form .form-group{
	margin-bottom: 8px;
}
.avis-form .form-control{
	padding: 10px 20px;
	background:#c9e2c6;
	border-radius: 0.1rem;
}
.avis-form .form-control:focus{
	box-shadow:none;
	border:1px solid #59b34f;
}
.avis_item .h5{
	    font-family: 'Poiret One', cursive;
    font-weight: 700;
    font-size: 22px;
}
.avis_item span{
	    color: #acacac;
    font-size: 14px;
}
.avis_item p{
	margin-bottom: 0;
    margin-top: 12px;
}
.avis_item{
	margin-bottom: 20px;
	box-shadow:0px 0px 26.46px 0.54px rgb(0 0 0 / 14%);
	padding: 30px;
	transition: all 0.2s ease-in-out;
}
.avis_item:hover{
	transform:translateX(15px);
}

